@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* common
  ---------------------------------------------------------------------- */
  .hot_stoned_bath .ctitle {
    width: 270px;
    letter-spacing: 0.2em;
  }
  .hot_stoned_bath .intro {
    padding-bottom: 100px;
  }
  .hot_stoned_bath .intro__navi {
    row-gap: 20px;
  }
  .hot_stoned_bath .intro__navi li {
    width: 33%;
  }
  .hot_stoned_bath .intro__txt {
    margin-bottom: 25px;
  }
  .hot_stoned_bath .intro__txt:first-of-type {
    margin-bottom: 40px;
  }
  .hot_stoned_bath .subPage__img {
    margin-bottom: 20px;
  }
  /* cure
  ---------------------------------------------------------------------- */
  #care {
    background: url(../../images/bg_gradation.png) repeat-x;
    padding: 80px 0 150px;
  }
  .cure__list {
    padding: 100px 0 90px;
  }
  .cure__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  .cure__list li:last-of-type {
    margin-bottom: 0;
  }
  .cure__list .cure__img {
    width: 47%;
  }
  .cure__list img {
    width: 100%;
  }
  .cure__list .cure__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cure__list .cure__ttl {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    padding: 0 0 20px 45px;
    margin-bottom: 22px;
    border-bottom: 1px solid #000;
  }
  .cure__list .subPage__txt {
    padding-left: 45px;
  }
  .cure__list li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cure__list li:nth-of-type(even) .cure__ttl {
    padding-left: 0;
  }
  .cure__list li:nth-of-type(even) .subPage__txt {
    padding-left: 0;
    padding-right: 45px;
  }
  /* cure_effects
  ---------------------------------------------------------------------- */
  .cure_effects {
    max-width: 900px;
    margin: 0 auto;
  }
  .cure_effects__ttl {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #000000;
  }
  .cure_effects__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cure_effects__list li {
    font-size: 2rem;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cure_effects__list li::before {
    content: "・";
  }
  .cure_effects__list li:nth-of-type(odd) {
    width: 40%;
  }
  .cure_effects__list li:nth-of-type(even) {
    width: 60%;
  }
  /* hot_stoned_bath
  ---------------------------------------------------------------------- */
  .hot_stoned_bath__sec {
    padding: 60px 0 140px;
  }
  .hot_stoned_bath__item {
    padding: 80px 0 0;
  }
  .hot_stoned_bath__item:last-of-type {
    padding-bottom: 0;
  }
  .hot_stoned_bath__note {
    margin-top: 10px;
  }
  .hot_stoned_bath__ttl {
    font-size: 2.2rem;
    margin-bottom: 18px;
    text-align: center;
  }
  /* how_to_Use
  ---------------------------------------------------------------------- */
  .how_to_Use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .how_to_Use__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .how_to_Use__txt .subPage__txt {
    font-size: 1.8rem;
    line-height: 1.83;
    margin-bottom: 30px;
  }
  .how_to_Use__txt .subPage__txt:last-of-type {
    margin-bottom: 0;
  }
  .how_to_Use__wrap {
    width: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 10px 0 0 3%;
  }
  .how_to_Use__img {
    margin-bottom: 20px;
  }
  .how_to_Use__img img {
    width: 100%;
  }
  .how_to_Use__detail {
    border: 1px solid #666666;
    padding: 10px 23px 35px;
  }
  .how_to_Use__ttl {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #666666;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .how_to_Use dl {
    letter-spacing: 0.05em;
  }
  .how_to_Use dl dt {
    font-size: 2rem;
    padding-top: 23px;
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how_to_Use dl dt::before {
    content: "";
    display: block;
    width: 31px;
    height: 1px;
    margin-right: 5px;
    background-color: #666666;
  }
  .how_to_Use dl dd {
    font-size: 1.8rem;
    line-height: 1.83;
  }
}
@media (max-width: 1000px) {
  /* common
  ---------------------------------------------------------------------- */
  .hot_stoned_bath .ctitle {
    width: 36vw;
    letter-spacing: 0.2em;
  }
  .hot_stoned_bath .intro__txt {
    margin-bottom: 3.3333333333vw;
  }
  .hot_stoned_bath .intro__txt:first-of-type {
    margin-bottom: 5.3333333333vw;
  }
  .hot_stoned_bath .subPage__img {
    margin-bottom: 20px;
  }
  /* cure
  ---------------------------------------------------------------------- */
  #care {
    background: url(../../images/bg_gradation.png) repeat-x;
    padding: 15vw 0 10vw;
  }
  .cure__list {
    padding: 15vw 0 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cure__list li {
    margin-bottom: 13.3333333333vw;
  }
  .cure__list li:last-of-type {
    margin-bottom: 0;
  }
  .cure__list .cure__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .cure__list img {
    width: 100%;
  }
  .cure__list .cure__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cure__list .cure__ttl {
    font-size: max(16px, 3.6vw);
    letter-spacing: 0.1em;
    padding: 0 0 2.6666666667vw 0;
    margin-bottom: 2.9333333333vw;
    border-bottom: 1px solid #000;
  }
  .cure__list li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* cure_effects
  ---------------------------------------------------------------------- */
  .cure_effects {
    max-width: 900px;
    margin: 0 auto;
  }
  .cure_effects__ttl {
    font-size: max(16px, 3.6vw);
    letter-spacing: 0.1em;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
    border-bottom: 1px solid #000000;
  }
  .cure_effects__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cure_effects__list li {
    font-size: max(13px, 2.6666666667vw);
    line-height: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cure_effects__list li::before {
    content: "・";
  }
  /* hot_stoned_bath
  ---------------------------------------------------------------------- */
  #hot_stoned_bath .ctitle {
    width: 42vw;
  }
  .hot_stoned_bath__sec {
    padding: 8vw 0 25vw;
  }
  .hot_stoned_bath__item {
    padding: 10.6666666667vw 0 0;
  }
  .hot_stoned_bath__item:last-of-type {
    padding-bottom: 0;
  }
  .hot_stoned_bath__note {
    margin-top: 10px;
  }
  .hot_stoned_bath__ttl {
    font-size: max(16px, 2.9333333333vw);
    margin-bottom: 18px;
    text-align: center;
  }
  /* how_to_Use
  ---------------------------------------------------------------------- */
  .how_to_Use__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .how_to_Use__txt .subPage__txt {
    font-size: 2.4vw;
    font-size: max(13px,2.4vw);
    line-height: 1.83;
    margin-bottom: 30px;
  }
  .how_to_Use__txt .subPage__txt:last-of-type {
    margin-bottom: 0;
  }
  .how_to_Use__wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 10px 0 0 0;
  }
  .how_to_Use__img {
    margin-bottom: 20px;
  }
  .how_to_Use__img img {
    width: 100%;
  }
  .how_to_Use__detail {
    border: 1px solid #666666;
    padding: 10px 23px 35px;
  }
  .how_to_Use__ttl {
    font-size: 2.9333333333vw;
    font-size: max(13px,2.9333333333vw);
    letter-spacing: 0.05em;
    border-bottom: 1px solid #666666;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .how_to_Use dl {
    letter-spacing: 0.05em;
  }
  .how_to_Use dl dt {
    font-size: max(13px, 2.6666666667vw);
    padding-top: 23px;
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how_to_Use dl dt::before {
    content: "";
    display: block;
    width: 31px;
    height: 1px;
    margin-right: 5px;
    background-color: #666666;
  }
  .how_to_Use dl dd {
    font-size: 2.4vw;
    font-size: max(13px,2.4vw);
    line-height: 1.83;
  }
}/*# sourceMappingURL=style.css.map */