@charset "utf-8";
/*  style　[ top ]
=================================================================== */
/*----------------------------------------------
   header
---------------------------------------------*/
.slide-show {
  
}
header {
  background: none;
  position: relative;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {

#areaHeader {
  position: absolute;
  top: 0;
}
}
.inner {
  position: absolute;
  bottom: 0;
  width: 100%;
}


.slide-show {
  
}

.slider{
   /* margin: 100px auto;
    width: 80%;*/
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 3s;
}
.slick-initialized{
    opacity: 1
}
.slide{
    position: relative;
}
a.slide__link:link{
    color: #fff;
    text-align: center;
}
a.slide__link:hover{
    color: #fff;
    text-align: center;
}
a.slide__link:visited{
    color: #fff;
    text-align: center;
}
.slide img{
    height: auto;
    width: 100%;
}
.slide__content-wrap{
    left: 5%;
    position: absolute;
    top: 30%;

}
.slide__content{
    display: block;
    opacity: 0;
    /*transform: translate(-50%,20%);*/
    transition: 0s;
}
.slide__content.on{
    opacity: 1;
   /* transform: translate(-50%,-50%);*/
    transition: .5s;
}
h2.slide__title {
  display: block;
  color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
}
.slide__title{
    font-size: 4em;
  font-weight: 700;
  text-shadow:1px 1px 3px #333;
}
.slide__text{
  color: #fff;
  font-size: 1.2em;
  margin-top: 10px;
  text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
.btn-stitch {
  display: table;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #fff;
  color: #333!important;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 1px #000;
  margin: 1em 0 0 0;
  text-shadow: none;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .slide__title{
    font-size: 1.5em;
  font-weight: 600;
}
.slide__text{
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
}
}

@media screen and (max-width: 480px) {
.slide__content-wrap{
    display: none;
  }
}

.btn-stitch02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #FFF!important;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #668ad8;
  border: dashed 1px #FFF;
}

.btn-stitch02:hover {
  border: dotted 1px #FFF;
}


/*----------------------------------------------
	.fadeIn
---------------------------------------------*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 0.8s;
}

.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.fadein2 {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 1.5s;
}

.fadein2.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.fadein3 {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 2s;
}

.fadein3.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


/*----------------------------------------------
   修理
---------------------------------------------*/
.repaire {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.repaire li {
  text-align: center;
  vertical-align: text-bottom;
}

.photo {
  width: 46%;
  margin-bottom: 10px;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .arrow {
    font-size: 2em;
  margin-top: 1.5em;
}
  .arrow02 {
    font-size: 2em;
  margin-top: 3em;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
  .arrow {
    font-size: 3em;
  margin-top: 1em;
}
  .arrow02 {
    font-size: 3em;
  margin-top: 2.5em;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .arrow {
    font-size: 3em;
  margin-top: 1.5em;
}
  .arrow02 {
    font-size: 3em;
  margin-top: 3em;
}
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .repaire {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
.photo {
  width: 100%;
}
.arrow, .arrow02 {
  font-size: 3em;
  width: 100%;
}
}


/*----------------------------------------------
   お問い合わせ
---------------------------------------------*/
.inq {
  display: table;
  margin: 2em auto;
  padding: 1em 1.5em;
  width: auto;
  background-color: #f9f9f9;
  border: #EFEFEF 2px solid;
  font-size: 1.2em;
}
.inq ul {
  font-size: 2em;
}

.blue {color: #2278B5;}
.mail {color:#2F7A25;}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .inq ul {
  font-size: 1.2em;
}
}


/*----------------------------------------------
   map
---------------------------------------------*/
#access iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 250px;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {

}


