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

  INDEX CSS

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

.contents__block .photo{
  background-repeat: no-repeat;
  background-size: cover;
}
.aromaspa .photo{
  background-image: url("../img/photo_aromaspa.jpg");
}
.blend .photo{
  background-image: url("../img/photo_blend.jpg");
}
.hair .photo{
  background-image: url("../img/photo_hair.jpg");
}

@media screen and (min-width: 1081px) {
  section.blend,
  section.hair{
    margin-top: 0;
  }
  #index .contents__title + h3{
    margin-top: 140px;
  }
  #index .contents__sub_copy{
    margin-top: 30px;
    text-align: center;
    line-height: 2.2;
    font-size: 15px;
  }
  #index .contents__block p.jp{
    margin-top: 40px;
  }
  #index .btn__more{
    margin-top: 40px;
  }
  #index .contents__block{
    display: flex;
  }
  #index .contents__block .photo{
    width: 50%;
    height: 500px;
  }
  #index .blend.contents__block{
    flex-direction: row-reverse;
  }
  #index .contents__block .text{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index .contents__block .text__inner{
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  section.blend,
  section.hair{
    margin-top: 0;
  }
  #index .contents__title + h3{
    margin-top: 140px;
  }
  #index .contents__copy{
    text-align: center;
  }
  #index .contents__sub_copy{
    margin-top: 30px;
    text-align: center;
    line-height: 2.2;
    font-size: 15px;
  }
  #index .contents__block p.jp{
    margin-top: 40px;
  }
  #index .btn__more{
    margin-top: 40px;
  }
  #index .contents__block{
    display: flex;
  }
  #index .contents__block .photo{
    width: 50%;
    height: 500px;
  }
  #index .blend.contents__block{
    flex-direction: row-reverse;
  }
  #index .contents__block .text{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index .contents__block .text__inner{
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #index .contents__title + h3{
    margin-top: 80px;
  }
  #index .contents__block p.jp{
    margin-top: 20px;
  }
  #index .contents__sub_copy{
    margin-top: 20px;
  }
  #index .contents__sub_copy p{
    font-size: 13px;
    line-height: 2;
  }
  #index .btn__more{
    margin-top: 30px;
  }
  #index .contents__block .photo{
    width: 100%;
    height: 400px;
  }
  #index .contents__block .text__inner{
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .contents__title_area{
    width: 80%;
    margin: 0 auto;
  }
  .contents__title_area br{
    display: none;
  }
}

/* option
   ========================================================================== */
@media screen and (min-width: 1081px) {
  #index .option{
    background: #F7F8F9;
    padding: 80px 0;
  }
  #index .option__list{
    display: flex;
    justify-content:space-around;
  }
  #index .option__list li{
    width: 25%;
    min-width: 300px;
  }
  #index .option__list li dt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  #index .option__list li dt,
  #index .option__list h4.jp{
    text-align: center;
  }
  #index .option__list h4.jp{
    margin-top: 30px;
  }
  #index .option__list p{
    margin-top: 20px;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  #index .option{
    background: #F7F8F9;
    padding: 60px 5%;
  }
  #index .option__list li + li{
    margin-top: 30px;
  }
  #index .option__list dl{
    display: flex;
  }
  #index .option__list li dt{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    width: 200px;
  }
  #index .option__list li dd{
    width: calc(100% - 220px);
  }
  #index .option__list li dt,
  #index .option__list h4.jp{
  }
  #index .option__list p{
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  #index .option{
    background: #F7F8F9;
    padding: 60px 0;
  }
  #index .option__list li + li{
    margin-top: 60px;
  }
  #index .option__list dl{
    width: 80%;
    margin: 0 auto;
  }
  #index .option__list li dt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  #index .option__list li dt,
  #index .option__list h4.jp{
    text-align: center;
  }
  #index .option__list h4.jp{
    margin-top: 20px;
  }
  #index .option__list p{
    margin-top: 10px;
  }
}