@charset "UTF-8";
/* ========================================

  aromaSpa CSS

======================================== */

.aromaspa__menu__wrpper .photo,
.aromaspa__menu__block .photo{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aromaspa__menu__wrpper .photo{ background-image: url("../img/aromaspa/photo_aromaspa.jpg"); }
.aromaspa__menu__block.headspa .photo{ background-image: url("../img/aromaspa/photo_headspa.jpg"); }
.aromaspa__menu__block.facial .photo{ background-image: url("../img/aromaspa/photo_facial.jpg"); }
.aromaspa__menu__block.decollete .photo{ background-image: url("../img/aromaspa/photo_decollete.jpg"); }

.tukinone__spa__title{
  font-size: 30px;
  text-align: left;
  letter-spacing: .1em;
}
@media screen and (min-width: 1081px) {
  .tukinone__spa__title{
    text-align: center;
  }
}


.view_flow{
  margin-top: 40px;
}
.view_flow a{
  background: #424D6B;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 20px 10px;
  border-radius: 40px;
}
.view_flow span::after{
  content: "";
  display: inline-block;
  background-image: url("../../common/img/viewmore_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 7px;
  margin-left: 5px;
  margin-bottom: 1px;
}
@media screen and (min-width: 601px) {
  .view_flow a{
    transition-duration: .4s;
    transition-property: background;
  }
  .view_flow a:hover{
    background: #A3ACB1;
  }
}

.aromaspa__menu__list,
.option__price__block dd,
.others__menu__block .plan{
  font-family: 'Marcellus', serif;
}
.option__price__block dt,
.others__menu__block .plan .jp{
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1081px) {
  .aromaspa__menu{
    position: relative;
    background: #F7F8F9;
    background-position: 100px 50px;
    padding: 0 0 120px;
    margin-top: 140px;
  }
  .aromaspa__menu::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
  }
  /*price*/
  .aromaspa__menu__wrpper{
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    filter: drop-shadow(0 3px 30px rgba(0,0,0,0.05));
  }
  .aromaspa__menu__wrpper .photo{
    width: 45%;
  }
  .aromaspa__menu__list{
    width: 55%;
    padding: 80px 8%;
  }
  .aromaspa__menu__list .plan{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #F0F3F5;
    padding-bottom: 40px;
  }
  .aromaspa__menu__list .plan__wrapper{
    justify-content: space-between;
    border-bottom: solid 1px #F0F3F5;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .aromaspa__menu__list .free__plan__caption{
    line-height: 2;
  }
  .aromaspa__menu__list .plan:nth-last-of-type(2){
    border-bottom: none;
    padding-bottom: 20px;
  }
  .aromaspa__menu__list .plan+.plan{
    margin-top: 40px;
  }
  .aromaspa__menu__list .plan .info{
    width: 50%;
  }
  .aromaspa__menu__list .plan .info li{
    display: flex;
    justify-content: space-between;
  }
  .aromaspa__menu__list .plan .info li+li{
    margin-top: 20px;
  }
  /*menu*/
  .aromaspa__menu__block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
  }
  .aromaspa__menu__block.facial{
    flex-direction: row-reverse;
  }
  .aromaspa__menu__block .photo{
    width: 45%;
    min-height: 480px;
  }
  .aromaspa__menu__block .text{
    width: 55%;
    padding: 0 10%;
  }
  .aromaspa__menu__block .text__inner{
    width: 70%;
    margin: 0 auto;
  }
  .aromaspa__menu__block h5.jp{
    margin-top: 40px;
  }
  .aromaspa__menu__block p{
    margin-top: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .aromaspa__menu{
    position: relative;
    background: #F7F8F9;
    background-position: 100px 50px;
    padding: 0 0 60px;
    margin-top: 80px;
  }
  .aromaspa__menu::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    background: #fff;
  }
  /*price*/
  .aromaspa__menu__wrpper{
    width: 90%;
    margin: 0 auto;
    background: #fff;
    filter: drop-shadow(0 3px 30px rgba(0,0,0,0.05));
  }
  .aromaspa__menu__wrpper .photo{
    width: 100%;
    padding-bottom: 50%;
  }
  .aromaspa__menu__list{
    padding: 30px;
  }
  .aromaspa__menu__list .plan__wrapper{
    justify-content: space-between;
    border-bottom: solid 1px #F0F3F5;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .aromaspa__menu__list .plan{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #F0F3F5;
    padding-bottom: 20px;
  }
  .aromaspa__menu__list .plan .caption{
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 12px;
    line-height: 2;
    width: 90%;
    margin-top: 15px;
  }
  .aromaspa__menu__list .free__plan__caption{
    line-height: 2;
  }
  .aromaspa__menu__list .plan:nth-last-of-type(2){
    border-bottom: none;
    padding-bottom: 20px;
  }
  .aromaspa__menu__list .plan+.plan{
    margin-top: 20px;
  }
  .aromaspa__menu__list .plan .info li{
    display: flex;
    justify-content: space-between;
  }
  .aromaspa__menu__list .plan .info li+li{
    margin-top: 20px;
  }
  /*menu*/
  .aromaspa__menu__block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
  }
  .aromaspa__menu__block .photo{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50%;
  }
  .aromaspa__menu__block .text{
    width: 90%;
    margin: 40px auto 0;
  }
  .aromaspa__menu__block .text p br{
    display: none;
  }
  .aromaspa__menu__block h5.jp{
    margin-top: 20px;
  }
  .aromaspa__menu__block p{
    margin-top: 30px;
  }
}


/* flow
   ========================================================================== */
@media screen and (min-width: 1081px) {
  .modaal-container {
    max-width: 800px;
  }
  .modaal-content-container {
    padding: 60px;
  }
  .flow__window{
    display: none;
    text-align: center;
  }
  .modaal-content-container h3,
  .modaal-content-container h4{
    text-align: center;
  }
  .modaal-content-container h4{
    margin-top: 20px;
    font-size: 16px;
  }
  .flow__list{
    width: 80%;
    margin: 40px auto 0;
  }
  .flow__list li{
    font-family: 'Noto Serif JP', serif;
    background: #F0F3F5;
    font-size: 15px;
    text-align: center;
    padding: 15px;
    border-radius: 100px;
  }
  .flow__list li + li{
    margin-top: 20px;
  }
  .modal__close a{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-image: url("../img/aromaspa/btn_modalclose.svg");
    background-size: contain;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  .modaal-container {
    max-width: 800px;
  }
  .modaal-content-container {
    padding: 30px 20px;
  }
  .flow__window{
    display: none;
    text-align: center;
  }
  .modaal-content-container h3,
  .modaal-content-container h4{
    text-align: center;
  }
  .modaal-content-container h4{
    margin-top: 20px;
    font-size: 16px;
  }
  .flow__list{
    width: 100%;
    margin: 40px auto 0;
  }
  .flow__list li{
    font-family: 'Noto Serif JP', serif;
    background: #F0F3F5;
    font-size: 15px;
    text-align: center;
    padding: 15px;
    border-radius: 100px;
  }
  .flow__list li + li{
    margin-top: 20px;
  }
  .modal__close a{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-image: url("../img/aromaspa/btn_modalclose.svg");
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .modaal-container {
    max-width: 800px;
  }
  .modaal-content-container {
    padding: 30px 20px;
  }
  .flow__window{
    display: none;
    text-align: center;
  }
  .modaal-content-container h3,
  .modaal-content-container h4{
    text-align: center;
  }
  .modaal-content-container h4{
    margin-top: 10px;
    font-size: 16px;
  }
  .flow__list{
    width: 100%;
    margin: 20px auto 0;
  }
  .flow__list li{
    font-family: 'Noto Serif JP', serif;
    background: #F0F3F5;
    font-size: 13px;
    text-align: center;
    padding: 12px 20px;
    border-radius: 100px;
    line-height: 1.6;
  }
  .flow__list li + li{
    margin-top: 10px;
  }
  .modal__close a{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-image: url("../img/aromaspa/btn_modalclose.svg");
    background-size: contain;
  }
}

/* option
   ========================================================================== */
@media screen and (min-width: 1081px) {
  .option{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .option .photo{
    display: block;
    width: 45%;
  }
  .option .photo__inner{
    position: relative;
    padding-top: calc(1.25 * 100%);
  }
  .option .photo li{
    position: absolute;
  }
  .option .photo li.large{
    width: 70%;
  }
  .option .photo li.small{
    width: 50%;
  }
  .option .photo .large{
    top: 0;
    left: 0;
  }
  .option .photo .small{
    bottom: 0;
    right: 0;
  }  
  .option .text{
    width: 55%;
  }
  .option__price__list{
    width: 65%;
    margin: 0 auto;
  }
  .option__price__list p{
    margin-top: 25px;
    line-height: 2;
  }
  .option__price__list li + li{
    margin-top: 60px;
  }
  .option__price__block{
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .option__price__block dt,
  .option__price__block dd{
    background: #fff;
    position: relative;
  }
  .option__price__block dt{
    font-size: 18px;
    padding-right: 1em;
    font-weight: normal;
  }
  .option__price__block dd{
    font-size: 15px;
    padding-left: 1em;
  }
  .option__price__block::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #F0F0F0;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  .option .photo{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .option .photo__inner{
    position: relative;
    padding-top: 105%;
  }
  .option .photo li{
    position: absolute;
  }
  .option .photo li.large{
    width: 70%;
  }
  .option .photo li.small{
    width: 50%;
  }
  .option .photo .large{
    top: 0;
    left: 0;
  }
  .option .photo .small{
    bottom: 0;
    right: 0;
  }  
  .option .text{
    width: 90%;
    margin: 80px auto 0;
  }
  .option__price__list p{
    margin-top: 15px;
    line-height: 2;
    font-size: 13px;
  }
  .option__price__list li + li{
    margin-top: 50px;
  }
  .option__price__block{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .option__price__block dt,
  .option__price__block dd{
    background: #fff;
    position: relative;
  }
  .option__price__block dt{
    font-size: 16px;
    padding-right: 1em;
    font-weight: normal;
  }
  .option__price__block dd{
    font-size: 15px;
    padding-left: 1em;
  }
  .option__price__block::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #F0F0F0;
  }
}
@media screen and (max-width: 600px) {
  .option .photo{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .option .photo__inner{
    position: relative;
    padding-top: 105%;
  }
  .option .photo li{
    position: absolute;
  }
  .option .photo li.large{
    width: 70%;
  }
  .option .photo li.small{
    width: 50%;
  }
  .option .photo .large{
    top: 0;
    left: 0;
  }
  .option .photo .small{
    bottom: 0;
    right: 0;
  }  
  .option .text{
    width: 90%;
    margin: 80px auto 0;
  }
  .option__price__list p{
    margin-top: 15px;
    line-height: 2;
    font-size: 12px;
  }
  .option__price__list li + li{
    margin-top: 50px;
  }
  .option__price__block{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .option__price__block dt,
  .option__price__block dd{
    background: #fff;
    position: relative;
  }
  .option__price__block dt{
    font-size: 14px;
    padding-right: 1em;
    font-weight: normal;
  }
  .option__price__block dd{
    font-size: 13px;
    padding-left: 1em;
  }
  .option__price__block::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #F0F0F0;
  }
}



/* other
   ========================================================================== */
@media screen and (min-width: 1081px) {
  .others{
    background: #F7F8F9;
    padding: 100px 0;
  }
  .others__menu{
    max-width: 1080px;
    margin: 0 auto;
  }
  .others__menu__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
  }
  .others__menu__block + .others__menu__block{
    margin-top: 30px;
  }
  .others__menu__block .plan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
  }
  .others__menu__block .text{
    width: 48%;
  }
  .others__menu__block .plan:last-child{
    border-bottom: none;
  }
  .others__menu__block .plan+.plan{
    margin-top: 40px;
  }
  .others__menu__block .plan .info{
    width: 55%;
  }
  .others__menu__block .plan .info li{
    display: flex;
    justify-content: space-between;
  }
  .others__menu__block .plan .info li+li{
    margin-top: 20px;
  }
  .others__menu__block .view_flow{
    margin-top: 20px;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  .others{
    background: #F7F8F9;
    padding: 80px 0;
  }
  .others__menu{
    width: 90%;
    margin: 0 auto;
  }
  .others__menu__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    padding: 40px;
  }
  .others__menu__block + .others__menu__block{
    margin-top: 30px;
  }
  .others__menu__block .plan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #F0F0F0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .others__menu__block .plan:last-child{
    border-bottom: none;
  }
  .others__menu__block .plan+.plan{
    margin-top: 40px;
  }
  .others__menu__block .plan .info{
    width: 55%;
  }
  .others__menu__block .plan .info li{
    display: flex;
    justify-content: space-between;
  }
  .others__menu__block .plan .info li+li{
    margin-top: 20px;
  }
  .others__menu__block .view_flow{
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .others{
    background: #F7F8F9;
    padding: 40px 0;
  }
  .others__menu{
    width: 90%;
    margin: 0 auto;
  }
  .others__menu__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    padding: 20px;
  }
  .others__menu__block + .others__menu__block{
    margin-top: 15px;
  }
  .others__menu__block .plan{
    width: 100%;
    border-bottom: solid 1px #F0F0F0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .others__menu__block .plan+.plan{
    margin-top: 40px;
  }
  .others__menu__block .plan .info{
    margin-top: 10px;
  }
  .others__menu__block .plan .info li{
    display: flex;
    justify-content: space-between;
  }
  .others__menu__block .plan .info li+li{
    margin-top: 10px;
  }
  .others__menu__block .view_flow{
    margin-top: 20px;
  }
  .others__menu__block .text p{
    line-height: 2;
    font-size: 12px;
  }
}
