@charset "utf-8";

/* About共通 */
.About__txt {
  font-size: 1.4rem;
  line-height: 1.52;
  letter-spacing: 0.08em;
}

.About__txt--orange {
  color: #ec6102;
  font-weight: bold;
}

.About__mv {
  width: 1080px;
  margin: 0 auto;
}

/* About__main */
.About__main__ttl {
  margin-bottom: 40px;

  color: #ec6102;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.About__main__ttl__span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.About__main__ttl__span:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid;
}

/* About__point */
.About__point {
  width: 1080px;
  margin: 0 auto;
}

.About__point__ttl {
  margin-bottom: 60px;

  color: #ec6102;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

.About__point__ttl__sub {
  display: block;
  margin-bottom: 20px;

  font-size: 2rem;
}

.About__point__ttl__main {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;

  font-size: 4rem;
}

.About__point__ttl__main:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid;
}

.About__point__ttl__num {
  font-size: 8rem;
}

/* About__body */
.About__body {
  width: 960px;
  margin: 80px auto 0;
}

.About__body__wrap:after {
  content: ' ';
  display: block;
  clear: both;
}

.About__body__image {
  float: left;
  width: 340px;
  margin-top: 108px;
}

.About__body__detail {
  float: right;
  width: 560px;
}

.About__body__ttl {
  color: #ec6102;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.About__body .Btn {
  margin: 96px auto 120px;
}

/* About__training */
.About__training {
  width: 1080px;
  margin: 0 auto 20px;
}

.About__training .About__mv {
  margin-bottom: 36px;
}

.About__training .About__txt {
  margin-bottom: 14px;
}

.About__training .SectionSub {
  margin: 76px 0 36px;
}

.About__machine__wrap {
  padding: 60px 0 20px;
  background-color: #F2F2F2;
}

/* About__machine */
.About__machine__ttl {
  width: 324px;
  margin: 0 auto;
}

.About__machine__txt {
  margin: 36px 0 40px;

  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.About__machine .Btn {
  margin: 96px auto 120px;
}

/* About__hotbath */
.About__hotbath {
  width: 1080px;
  margin: 0 auto;
}

.About__hotbath__term--1 {
  margin-bottom: 92px;
}

.About__hotbath__term--2 {
  margin-bottom: 60px;
}

.About__hotbath__term--2:after {
  content: ' ';
  display: block;
  clear: both;
}

.About__hotbath__term--2 .About__hotbath__image {
  float: left;
  width: 500px;
}

.About__hotbath__term--2 .About__txt {
  float: right;
  width: 500px;
  margin-top: 72px;
}

.About__hotbath__term--3 .About__hotbath__image {
  width: 900px;
  margin: 20px auto 0;
}

.About__hotbath .Btn {
  margin: 96px auto 120px;
}

/* AboutMachinモーダル */
.AboutMachine {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1080px;
  height: 720px;
  max-width: 80%;
  max-height: 80%;
  padding: 40px;
  margin: auto;
  border: 2px solid #ec6102;
  background-color: #fff;
}


/* SP */
@media screen and (max-width: 736px) {
  /* About共通 */
  .About__txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .About__mv {
    width: auto;
  }

  /* About__main */
  .About__main {
    width: 89.3333%;
    margin: 0 auto;
  }

  .About__main__ttl {
    margin: 6% auto 11.2%;

    font-size: 2.4rem;
    line-height: 1.7;
  }

  .About__main__ttl__span {
    padding-bottom: 0;
  }

  .About__main__ttl__span:after {
    border-width: 3px;
  }

  /* About__point */
  .About__point {
    width: auto;
  }

  .About__point__ttl {
    margin-bottom: 2.9rem;
  }

  .About__point__ttl__sub {
    margin-bottom: 1rem;

    font-size: 1.4rem;
  }

  .About__point__ttl__main {
    padding-bottom: 0.85rem;

    font-size: 2.8rem;
  }

  .About__point__ttl__main:after {
    border-width: 3px;
  }

  .About__point__ttl__num {
    font-size: 5.6rem;
  }

  /* About__body */
  .About__body {
    width: auto;
    margin-top: 16%;
  }

  .About__body__image {
    float: none;
    width: 80%;
    margin: 0 auto 6%;
  }

  .About__body__detail {
    float: none;
    width: auto;
  }

  .About__body__ttl {
    font-size: 1.54rem;
  }

  .About__body .Btn {
    margin: 10.4% auto 13.2%;
  }

  /* About__training */
  .About__training {
    width: 89.3333%;
    margin: 0 auto 12%;
  }

  .About__training .About__mv {
    margin-bottom: 1.36rem;
  }

  .About__training .About__txt {
    margin-bottom: 0;
  }

  .About__training .SectionSub {
    margin: 3.08rem 0 1.36rem;
  }

  /* About__machine */
  .About__machine__wrap {
    padding: 8.85% 0 4%;
  }

  .About__machine__ttl {
    width: 89.3333%;
  }

  .About__machine__txt {
    margin: 4.26% auto;

    font-size: 1.19rem;
    line-height: 1.54;
  }

  .About__machine .Btn {
    margin: 10% auto;
  }

  /* About__hotbath */
  .About__hotbath {
    width: 89.3333%;
  }

  .About__hotbath__term--1 {
    margin: 6% 0 13.8%;
  }

  .About__hotbath__term--1 .About__txt {
    margin-top: 1.6rem;
  }


  .About__hotbath__term--2 {
    margin-bottom: 13.8%;
  }

  .About__hotbath__term--2 .About__hotbath__image {
    float: none;
    width: auto;
    margin-top: 2rem;
  }

  .About__hotbath__term--2 .About__txt {
    float: none;
    width: auto;
    margin-top: 2.4rem;
  }

  .About__hotbath__term--3 .About__hotbath__image {
    width: auto;
    margin-top: 4%;
  }

  .About__hotbath__term--3 .CommonCircles {
    padding-top: 1.6rem;
  }

  .About__hotbath .Btn {
    margin: 13.2% auto 16.8%;
  }
}
