@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&display=swap');
/* font-family: 'Noto Serif JP', serif; */
@font-face {
  font-family: 'HelveticaNeueLTCom-ThCn';
  src: url('/fonts/helvetica_neue/HelveticaNeueLTCom-ThCn.woff2') format('woff2');
}

/*========== body ========*/
body,.wrapper{
  width: 100%;
  background: url(images/slides02.jpg) fixed;
}

/*========== header ==========*/
.title-logo{
  display: block;
  width: 70px;
  margin: 70px auto 0 auto;
  /*影*/
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}
.header-title{
  margin: 2rem auto;
  font-size: 2.25rem;
  text-align: center;
  color: #fff;
  font-family: 'HelveticaNeueLTCom-ThCn', sans-serif;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  /*影*/
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}
.title-border{
  display: block;
  width: 20%;
  margin: 1rem auto;
  border-top: solid 1px #fff;
}
.header-title-jp{
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0rem;
}

@media (min-width: 991px) {
  .header-title{
    font-size: 4rem;
    line-height: 1;
  }
   .header-title-jp{
    font-size: 1.5rem;
  }
}

@media (min-width: 1241px) {
  .content-inner{
    width: 1240px;
  }
}

/*========== slider ==========*/
.flexslider{
  width: 100%;
  padding: 0;
  top: 0;
  background: none;
  border: none;
  position: relative;
}
.slides{
  width: 100%;
}

/*========== container ==========*/
@media (min-width: 991px) {
  .content-inner{
    width: 990px;
  }
}

@media (min-width: 1241px) {
  .content-inner{
    width: 1240px;
  }
}

/*========== リペアマン紹介 ==========*/
.repairman{
  display: flex;
  justify-content: center;
}
.repairman-inner{
  /*background: #aaa; レイアウト参考用に色ぬり*/
  display: flex;
  flex-wrap: wrap;
}
.repairman-1{
  box-sizing: border-box;
  width: 100%;
  margin: 5% auto;
  display: flex;
}
.repairman-tn{
  width: 50%;
}
.repairman-text{
  width: 50%;
  padding: 0.85rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  background: rgba(0,0,0,0.75);
  color: #fff;
  letter-spacing: 0.1rem;
  position: relative;
}
.text-box{
  position: absolute;
  bottom: 1rem;
}
.repairman-category{
  border-bottom: solid 1px #dcb400;
  color: #fff;
  padding-bottom: 0.4rem;
  font-size: 0.85rem;
}
.repairman-text h3{
  font-size: 1.25rem;
}
.repairman-alphabet{
  font-family: 'HelveticaNeueLTCom-ThCn', sans-serif;
  font-size: 0.75rem;
  font-weight: 100;
}
/*ボックス全体をボタンに*/
.repairman-1{
  position: relative;
}
.repairman-1 a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.repairman-1:hover {
  filter:alpha(opacity=85);/* IE 6,7*/
  -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
  -moz-opacity:0.85;/* FF , Netscape */
  -khtml-opacity: 0.85;/* Safari 1.x */
  opacity:0.85;
  zoom:1;/*IE*/
}

@media (min-width: 479px) {
  .repairman-inner{
    margin: auto;
  }
  .repairman-1{
    width: 49%;
    margin: 0.5%;
  }
  .repairman-text{
    width: 50%;
  }
}

@media (min-width: 991px) {
  .repairman-1{
    width: 32.3%;
    margin: 0.5% auto;
  }
}

/*========== リペア料金表 ==========*/
.repair-menu-head{
  margin: 1rem auto;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0rem;
}
.repair-menu{
  color: #fff;
  background: rgba(0,0,0,0.75);
  margin: 0.5% auto;
  padding: 1rem;
  font-size: 0.75rem;
}
.repair-menu-table{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  margin: auto;
}
.part{
  padding-bottom: 2rem;
  border-bottom: solid 1px #00ccff;
}
td{
  border-bottom: solid 1px #444;
  padding: 0.25rem;
}
.notes{
  font-size: 0.75rem;
  line-height: 1.75;
}
@media (min-width: 991px) {
  .repair-menu{
    font-size: 1rem;
  }
}


/*========== 利用規約その他 ==========*/
.legal-document{
	font-size: 0.9rem;
	line-height:  2.4;
}
.legal-word{
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
a.legal-word:link{color:#2F4F4F;}
a.legal:visited{color:#F5F5F5;}
a.legal:hover{color:#F5F5F5;}
a.legal:active{color:#FF00FF;}
a.privacy-policy:link{color:#F0E68C;}
a.privacy-policy:visited{color:#FF6347;}
a.privacy-policy:hover{color:#DAA520;}
a.privacy-policy:active{color:#F0E68C;}
