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

  LOWER CSS

======================================== */
.contents_navi .current{
  opacity: .5;
}
@media screen and (min-width: 601px) {
  .contents_navi{
    margin-top: 140px;
  }
  .contents_navi ul{
    display: flex;
    justify-content: center;
  }
  .contents_navi ul li{
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .contents_navi ul li::after{
    content: "";
    display: block;
    width: 7px;
    height: 18px;
    background-image: url("../img/slash.svg");
    background-repeat: no-repeat;
    margin: 0 30px;
  }
  .contents_navi ul li:last-child::after{
    background:none;
  }
  .contents_navi a{
    transition-duration: .4s;
    transition-property: opacity;
  }
  .contents_navi a:hover{
    opacity: .5;
  }
}
@media screen and (max-width: 600px) {
  .contents_navi{
    margin-top: 60px;
  }
  .contents_navi ul{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  .contents_navi ul li{
    font-size: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.4;
  }
  .contents_navi ul li::after{
    content: "";
    display: block;
    width: 7px;
    height: 18px;
    background-image: url("../img/slash.svg");
    background-repeat: no-repeat;
    margin: 0 10px;
  }
  .contents_navi ul li:last-child::after{
    background:none;
    margin: 0 0 0 10px;
  }
}

/* main
   ========================================================================== */
#aromaspa .main{ background-image: url("../img/aromaspa/main.jpg"); }
#blend .main{ background-image: url("../img/blend/main.jpg"); }
#hair .main{ background-image: url("../img/hair/main.jpg"); }

@media screen and (min-width: 601px) {
  .main{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 60px;
    padding-top: 43%;
  }
}
@media screen and (max-width: 600px) {
  .main{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
    padding-top: 60%;
  }
}


@media screen and (min-width: 1081px) {
  .intro{
    margin-top: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .intro{
    width: 80%;
    margin: 60px auto 0;
  }
  .intro br{
    display: none;
  }
}

/* plan
   ========================================================================== */
#aromaspa .aromaspa__price__list,
#blend .blend__price__list .plan{
  font-family: 'Marcellus', serif;
}
@media screen and (min-width: 1081px) {
  .plan .time{
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .plan .time span+span{
    margin-left: 5px;
  }
  .plan .time sup{
    font-size: 6px;
  }
  .plan .time .num{
    font-size: 14px;
    line-height: 1.4;
  }
  .plan .name,
  .plan .price{
    font-size: 18px;
    line-height: 1.4;
  }
  .plan .price{
    text-align: right;
    margin-left: 50px;
    letter-spacing: .05em;
  }
  .plan .price sup{
    font-size: 10px;
  }
}
@media screen and (min-width:601px) and (max-width:1080px) {
  .plan .time{
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .plan .time span+span{
    margin-left: 5px;
  }
  .plan .time sup{
    font-size: 6px;
  }
  .plan .time .num{
    font-size: 14px;
    line-height: 1.4;
  }
  .plan .name,
  .plan .price{
    font-size: 16px;
    line-height: 1.4;
  }
  .plan .price{
    text-align: right;
    margin-left: 50px;
    letter-spacing: .05em;
  }
  .plan .price sup{
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .plan .time{
    display: flex;
    align-items: center;
    font-size: 10px;
  }
  .plan .time span+span{
    margin-left: 5px;
  }
  .plan .time sup{
    font-size: 6px;
  }
  .plan .time .num{
    font-size: 13px;
    line-height: 1.4;
  }
  .plan .name{
    font-size: 14px;
    line-height: 1.4;
  }
  .plan .price{
    text-align: right;
    margin-left: 20px;
    letter-spacing: .05em;
    font-size: 13px;
    line-height: 1.4;
  }
  .plan .price sup{
    font-size: 10px;
  }
}




