@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("header.css");
@import url("footer.css");

/*--style----------------------------------------------------------*/
header, main, footer {
  width: 100%;
  overflow: hidden;
}

body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/*========= main ===============*/
main {
  padding-top: 190px;
}

main .contents-inner {
  max-width: 1050px;
  width: 95%;
  margin: -190px auto 0;
  padding-top: 300px;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  main {
    padding-top: 70px;
  }
  main .contents-inner {
    margin: -60px auto 0;
    padding-top: 150px;
  }
}

/*========= SNSボタン ===============*/
.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.sns-btn li:first-child {
  margin-right: 40px;
  font-size: 3rem;
}
.sns-btn li:last-child {
  width: 1.5em;
  height: 1.5em;
  font-size: 2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
}


/*========= メインビジュアル ===============*/
#main-visual {
  width: 100%;
  position: relative;
  text-align: center;
}

main #main-visual .contents-inner {
  margin: 0 auto 90px;
  padding-top: 0;
}

#main-visual img {
  width: 100%;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  main #main-visual .contents-inner {
    margin: 0 auto 40px;
  }
}


/*========= サブタイトル ===============*/
.ttl-blueline-s {
  text-align: center;
  position: relative;
}
.ttl-blueline-s:before {
  position: absolute;
  top: -30px;
  left: calc(50% - 35px);
  width: 70px;
  height: 8px;
  content: '';
  background: #0b62ac;
}
.ttl-blueline-s span {
  padding: 0 10px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.ttl-orangeline {
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
  font-size: 1.75rem;
  color: #f39800;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 5px solid #f39800;
}
h2.ttl-orangeline {
  font-size: 2.5rem;
}

.ttl-orangeline:before {
  position: absolute;
  bottom: -23px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  content: '';
  border-width: 18px 25px 0 25px;
  border-style: solid;
  border-color: #f39800 transparent transparent transparent;
}

.ttl-orangeline:after {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  content: '';
  border-width: 18px 25px 0 25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.ttl-blueline {
  margin-top: 40px;
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
  font-size: 1.75rem;
  color: #0b62ac;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 5px solid #0b62ac;
}

.ttl-blueline:before {
  position: absolute;
  bottom: -23px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  content: '';
  border-width: 18px 25px 0 25px;
  border-style: solid;
  border-color: #0b62ac transparent transparent transparent;
}

.ttl-blueline:after {
  position: absolute;
  bottom: -17px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  content: '';
  border-width: 18px 25px 0 25px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/*--Retina--*/
@media screen and (max-width:768px) {
  .ttl-blueline-s span {
    font-size: 1.8rem;
  }
  .ttl-orangeline,
  .ttl-blueline {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }

  h2.ttl-orangeline {
    font-size: 2.2rem;
  }
}


/*========= 2カラム ===============*/
.column-2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.column-2 .inner-box {
  max-width: 500px;
  width: 48%;
}

@media screen and (max-width:768px) {
  .column-2 {
    display: block;
  }
  .column-2 .inner-box {
    max-width: 100%;
    width: 100%;
  }
}


/*========= 治療院の紹介 ===============*/
.info-box {
  width: 100%;
  border: #ece5de solid 10px;
  margin-top: 20px;
  padding: 30px;
}

.info-box img {
  max-width: 100%;
}

.info-box h3 {
  text-align: center;
  position: relative;
  margin-top: -25px;
}

.info-box dl {
  margin: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0b62ac;;
  font-size: 1.6rem;
}
.info-box dt {
  width: 8rem;
  padding: 20px 0;
  font-weight: normal;
  border-top: #ece5de solid 1px;
}
.info-box dd {
  padding: 20px 0 20px 40px;
  width: calc(100% - 8rem);
  border-top: #ece5de solid 1px;
}
.info-box dt:first-of-type,
.info-box dd:first-of-type {
  border-top: none;
}

.gmap {
  margin-top: 40px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width:768px) {
  .info-box {
    margin-top: 30px;
    padding: 20px 20px 10px;
  }
  .info-box h3 {
    margin-top: -0.7rem;
  }
  .info-box h3 img {
    max-width: 70%;
  }
  .info-box dl {
    margin: 10px 10px 0;
    font-size: 1.3rem;
  }
  .info-box dt {
    width: 6rem;
    padding: 20px 0;
  }
  .info-box dd {
    padding: 20px 0 20px 20px;
    width: calc(100% - 6rem);
  }
}


/*--style----------------------------------------------------------*/
.sp { display: none; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .pc { display: none; }
  .sp { display: block; }
}
