/* ■■■■■■■■■■■■■■■■■■■■SP対応■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* すべての画面幅：スマホデザインをメディアクエリなしで記述 */
/* 画面幅480pxまで：SPデザイン */

/* ////// PC表示・SP非表示 ////// */
@media screen and (min-width: 480px) {
  .headerPC {
    display: block;
  }

  .headerSP,
  .sp {
    display: none;
  }

  /* PCでは電話番号のリンク消す */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ////// SP表示・PC非表示 ////// */
@media screen and (max-width: 480px) {
  .headerPC {
    display: none;
  }

  .headerSP,
  .sp {
    display: block;
  }


  /* ▼▼▼▼▼▼▼SPヘッダー▼▼▼▼▼▼▼▼ */

  .wrapper {
    /* ヘッダー固定時の画面上部余白 */
    margin-top: 50px;
  }


  .headerSP {
    position: fixed;
    background-color: #FFFFFF;
    opacity: 0.85;
    width: 100vw;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .headerSP .logo {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  /* ----メニューボタン（ハンバーガー）---- */
  .menu-btn {
    position: fixed;
    top: -5px;
    left: 85%;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #C5C5C5;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  /* ----メニューボタン（バツ）---- */
  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  /* ----メニューボタン後の表示---- */
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #7A7A7A;
    /*アニメーション設定*/
    transition: all 0.5s;
    font-weight: 600;
  }

  #menu-btn-check:checked~.menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }


  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    padding: 20px;
    position: relative;
    text-align: center;
  }

  .menu-content .btn_02 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    margin: 2.5em 2em 0 2em;
    padding: 0.8em 2em;
    border: 1px solid #FFFFFF;
    background-color: rgba(10, 10, 10, 0.8);
    border-radius: 4vh;
    transition: 0.5s;
  }

  .menu-content .btn_02:hover {
    transform: scale(1.02);
    background: #EFEFEF;
    cursor: pointer
  }

  /* ▼▼▼▼▼▼▼SP内容▼▼▼▼▼▼▼▼ */

  /* -----内容の統一部分----- */
  .inner {
    padding: 0 40px;
  }

  .move_controler {
    bottom: 2vh;
  }

  .content .button .btn_02 {
    margin: 2em 0;
  }

  .contains,
  .slide,
  .slide img {
    height: 40vh;
  }

  .concept .content,
  .stylist,
  .access .content {
    display: block;
  }


  .content {
    padding: auto;
    margin: auto;
    padding: 40px 0;
  }

  .concept .block,
  .concept .image,
  .stylist .block,
  .stylist .image,
  .access .block,
  .access .block .googleMap,
  .access .map {
    margin: auto;
  }

  .content .title {
    font-size: 28px;
    display: flex;
    justify-content: center;
  }

  .content .subTitle {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  .content .text,
  .content .annotation,
  .content .block .text,
  .access .block .address {
    font-size: 12px;
  }

  .content .annotationSub {
    font-size: 10px;
  }

  .content .button {
    font-size: 24px;
  }

  /* -----予約----- */
  .reservation .tel {
    font-size: 20px;
    margin-top: 20px;
  }

  .reservation .tel img {
    width: 20px;
  }

  /* -----ブログ----- */
  /* -----コンセプト----- */
  .concept .image,
  .stylist .image {
    width: 85%;
  }

  /* -----スタイリスト----- */
  .stylist .block .name {
    font-size: 22px;
  }

  .stylist .subName {
    display: flex;
    justify-content: center;
    font-size: 10px;
  }

  /* -----アクセス----- */
  .access .block .name {
    font-size: 17px;
    display: flex;
    justify-content: center;
  }

  .access .block .foot {
    font-size: 11px;
  }

  .access .block .businessHours {
    font-size: 12px;
    display: flex;
    justify-content: center;
    text-align: left;
  }

  .access .block .googleMap {
    font-size: 12px;
    margin: 10px 0;
    justify-content: center;
  }

  .access .block .address,
  .access .block .foot {
    display: flex;
    justify-content: center;
  }

  .access .block {
    text-align: center;
    margin-bottom: 25px;
  }

  .access .googleMap img,
  .access .tel img {
    width: 12px;
  }

  /* -----インスタ----- */

  .instagram .image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em;
  }

  .instagram .image a {
    width: 46%;
    margin: 2%;
  }


  /* ▼▼▼▼▼▼▼SPフッター▼▼▼▼▼▼▼▼ */
  .footer .menu {
    font-size: 8px;
    padding-bottom: 30px;
  }

  .footer .menu a {
    margin: 0 8px;
  }

}
