@charset "utf-8";

@media screen and (max-width:1100px) {
  
  section {
    padding: 90px 0 390px;
  }

  /* メニュー */
  .menuSec {
    position: relative;
  }
  .menuSec .subscriptionMenu::before,
  .menuSec .optionMenu::before {
    background: none;
  }
  .menuSec::before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 83px;
    z-index: -1;
    width: 320px;
    height: 320px;
    background-image: url(../img/home-item/salon-images-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
  }
  .menuSec::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: -1;
    width: 280px;
    height: 280px;
    background-image: url(../img/home-item/salon-images-05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
  }

  /* 利用方法 */
  .JoinSec .constents::before {
    bottom: -255px;
    width: 380px;
    height: 380px;
  }
}

@media screen and (max-width:1200px) {

  /* ヘッダーロゴ */
  header h1 a {
    height: 100%;
  }
    
  /* メインメニュー */
  .mainNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--dvh, 1vh) * 100);
    padding: 0;
    background-color: rgb(255, 236, 161, 0.9);
    font-size: 18px;
  }
  .mainNav.display {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: right 0.1s, opacity 0.5s 0.1s, visibility 0.1s;
  }
  .mainNav.hidden {
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: right 0.1s 0.5s, opacity 0.5s, visibility 0.1s 0.5s;
  }
  .mainNav ul {
    display: block;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    overflow: auto;
  }
  .mainNav li {
    height: 80px;
    border-bottom: 1px solid rgb(110, 99, 96, 0.2);
  }
  .mainNav li button::before {
    background-color: transparent;
  }
  /* ナビ表示ボタン */
  .navControlBtn {
    display: block;
  }

  /* トップ */
  main .topContentsDesign .textDesign {
    top: 25%;
  }
  .salonImage {
    height: calc((var(--dvh, 1vh)* 100) + 325px);
    overflow: hidden;
    position: relative;
  }
  main .salonImage .circleDesign {
    position: absolute;
    top: 47%;
    right: -150px;
    transform: translate(0, -50%);
  }

  /* サービス概要 */
  .serviceSec {
    padding-bottom: 250px;
  }

  /* 料金 */
  .priceSec {
    padding-bottom: 190px;
  }

  /* メニュー */
  .menuSec .subscriptionMenu h3 span {
    bottom: -35px;
    right: -10px;
    font-size: 16px;
  }
  .menuSec dt::before {
    content: '';
  }
  .menuSec dl .row {
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(110, 99, 96, 0.2);
  }
  .menuSec .subscriptionMenu dt {
    width: 100%;
    height: 120px;
    font-size: 18px;
  }
  .menuSec dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 125px;
  }
  .menuSec dd::before {
    width: 0;
  }
  .menuSec .optionMenu dd {
    width: 100%;
  }
  .menuSec .row:nth-child(odd) img,
  .menuSec .row:nth-child(even) img {
    width: 160px;
    height: 160px;
    right: -160px;
  }

  /* サロン詳細 */
  .salonInformationSec .constents::before {
    bottom: -380px;
    width: 320px;
    height: 320px;
  }

  /* ギャラリー */
  .gallerySec .constents::before {
    bottom: -380px;
  }

  /* 利用方法 */
  .JoinSec .constents::before {
    bottom: -360px;
    width: 320px;
    height: 320px;
  }

  /* アプリケーション */
  .applicationSec {
    padding-bottom: 190px;
  }

  /* 求人情報 */
  .recruitSec {
    padding-bottom: 190px;
  }

  /* よくある質問 */
  .qandaSec {
    padding-bottom: 190px;
  }
}

@media screen and (max-width:830px) {

  /* バナー */
  .bottomBanner {
    left: 0;
    right: auto;
    width: 100%;
    height: 75px;
    padding: 0;
    border-radius: 0;
  }
  .bottomBanner.display {
    bottom: 0;
  }
  .bottomBanner.hidden {
    bottom: -75px;
  }
  .bottomBanner h3,
  .bottomBanner p {
    display: none;
  }
  .bottomBanner ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .bottomBanner li {
    height: auto;
  }
  .bottomBanner a {
    width: 160px;
    margin: auto;
  }
}

@media screen and (max-width:780px) {

  /* ギャラリー */
  .gallerySec .gallery {
    min-height: 480px;
  }

  /* フッター */
  footer .links {
    font-size: 16px;
  }
}

@media screen and (max-width:610px) {
  
  section h2 {
    font-size: 24px;
  }

  /* サロン詳細 */
  .salonInformationSec .basicInformation dd {
    font-size: 18px;
  }

}

@media screen and (max-width:580px) {

  /* メニュー */
  .menuSec::before {
    left: -65px;
  }
  .menuSec::after {
    right: -65px;
  }

  /* フッター */
  footer .links {
    padding: 20px 30px 0;
  }
  footer .links .internalLinks {
    display: none;
  }

  /* ホワイトニング */

}

@media screen and (max-width:540px) {

  /* ギャラリー */
  .gallerySec .gallery {
    min-height: 380px;
  }
  .gallerySec .instagramAccess {
    padding: 25px 10px;
  }
  .gallerySec .constents::before {
    bottom: -360px;
    width: 320px;
    height: 320px;
  }
  
  /* ホワイトニング */
  .selfWhiteningSec .images {
    width: 290px;
    height: 290px;
  }
  .selfWhiteningSec .whiteningContents::before {
    left: 160px;
    width: 170px;
    height: 170px;
  }

  /* 求人情報 */
  .recruitSec .images {
    width: 290px;
    height: 290px;
  }

}

@media screen and (max-width:480px) {

  /* トップ */
  main .salonImage .circleDesign {
    right: 40%;
    transform: translate(50%, -50%);
  }
  main .salonImage picture {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }
}

@media screen and (max-width:440px) {

  body {
    font-size: 16px;
  }
  section .sectionTitle {
    padding-bottom: 30px;
  }

  /* サービス概要 */
  .serviceSec .subscriptionConstent .textContents::before {
    bottom: -230px;
  }

  /* 料金 */
  .priceSec .priceText {
    top: -140px;
  }
  .priceSec .priceText::before {
    width: 170px;
    height: 170px;
  }

  /* サロン詳細 */
  .salonInformationSec .constents::before {
    bottom: -250px;
    right: -30px;
    width: 220px;
    height: 220px;
  }

  /* ギャラリー */
  .gallerySec .gallery {
    min-height: 220px;
  }
}
