@charset 'utf-8';

html {
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
html::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

.sisterStore:not(.newface) h2 {
    background-color: #ffffff;
    border: 1px solid #c2ad61;
    color: #c2ad61;
    font-weight: bold;
}

.sisterStore.newface h2 {
  margin-bottom: 35px;
}

.sisterStore:not(.newface) h2 span::first-letter {
  text-transform: uppercase;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 980px) {
#contentsWrapper {
  padding-bottom: 0;
}
.middleContents {
  margin-top: 0;
  padding: 2px 0;
}

  .sisterStoreBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .therapistPhoto {
    overflow: hidden;
  }

  .linkBanner {
    width: 200px;
    height: 40px;
    border: 1px solid #c2ad61;
    box-sizing: border-box;
    background-color: #c2ad61;
    margin: 20px auto 0;
  }
  .linkBanner a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-family: tbudmincho-std, serif;
    position: relative;
  }
  .linkBanner a::after {
    content: "\02192";
    position: absolute;
    right: 13px;
  }
  .linkBanner:hover {
    transition: all .75s ease;
    background-color: #ffffff;
  }
  .linkBanner:hover a {
    color: #c2ad61;
    transition: all .75s ease;
  }
  .therapistPhoto span {
    background-color: rgba(65, 65, 65, 0.7);
  }
  /* =========================================================
姉妹店用hoverアニメ追加(common.cssとはメディアクエリが異なるため)
========================================================= */
  .hoverAnime {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
  }
  .hoverAnime::before {
    content: "";
    display: block;
    position: relative;
    margin-top: 0;
  }
  .hoverAnime::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  .therapistDetails:hover {
    opacity: 0.85;
    transition: all .75s ease;
  }
  .therapistBox a:hover .hoverAnime {
    -moz-animation: drop03 0.75s;
    -webkit-animation: drop03 0.75s;
    animation: drop03 0.75s;
  }
  .therapistBox a:hover .hoverAnime::after {
    -moz-animation: drop04 0.75s;
    -webkit-animation: drop04 0.75s;
    animation: drop04 0.75s;
  }

  @-webkit-keyframes drop03 {
    0% {
      width: 0;
      height: 0;
    }
    100% {
      width: 400px;
      height: 400px;
    }
  }
  @-webkit-keyframes drop04 {
    0% {
      background: rgba(255, 255, 255, 0.35);
    }
    100% {
      background: transparent;
    }
  }

  .newFaceText {
    font-size: 15px;
    width: 100%;
    margin-bottom: 13px;
  }

  .newFaceText p {
    font-weight: normal;
    letter-spacing: 0.5pt;
    text-align: center;
    margin: 0 auto;
  }

  .therapistGuidance p.today span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_today.svg") no-repeat center;
    background-size: contain;
    height: 20px;
  }

  .therapistGuidance p.immediately span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_immediately.svg") no-repeat center;
    background-size: contain;
    height: 20px;
  }

  .therapistGuidance p.bookable span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_bookable.svg") no-repeat center;
    background-size: contain;
    height: 20px;
  }

  .therapistGuidance p.next span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_next.svg") no-repeat center;
    background-size: contain;
    height: 20px;
  }

  .therapistGuidance p.soon span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_soon.svg") no-repeat center;
    background-size: contain;
    height: 20px;
  }
}
/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 979px) {
  .sisterStore:not(.newface) h2 {
    width: 96%;
    margin: 0 auto 5.65vw;
  }

  .sisterStore.newface h2 {
    margin-bottom: 5.65vw;
  }

  .sisterStoreBlock {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
  }

  .linkBanner {
  width: 45%;
  margin: 5% auto 0;
  }
  .linkBanner a {
  font-family: tbudmincho-std, serif;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 3.44vw;
  margin: 0 auto;
  text-align: center;
  background-color: #c2ad61;
  border: 2px solid #c2ad61;
  box-sizing: border-box;
  line-height: 2.2;
  position: relative;
  }
  .linkBanner a::after {
    content: "\02192";
    position: absolute;
    right: 13px;
  }

  .newFaceText {
    text-align: center;
    width: 100%;
    margin-bottom: 1vw;
  }

  .newFaceText p {
    font-size: 3.2vw;
    margin: 0 auto;
  }

  .sisterStore.newface .therapistBox:nth-of-type(n + 5) {
    display: none;
  }

  .therapistGuidance p.today span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_today.svg") no-repeat center;
    background-size: cover;
  }

  .therapistGuidance p.immediately span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_immediately.svg") no-repeat center;
    background-size: cover;
  }

  .therapistGuidance p.bookable span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_bookable.svg") no-repeat center;
    background-size: cover;
  }

  .therapistGuidance p.next span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_next.svg") no-repeat center;
    background-size: cover;
  }

  .therapistGuidance p.soon span {
    background: url("https://msimg.awscf.net/ginza-mensesthe.jp/img/all_shop/therapistBox/img_soon.svg") no-repeat center;
    background-size: cover;
  }

}

/* =========================================================
 iphone5用メディアクエリ
========================================================= */
@media screen and (max-width: 320px) {
  .sisterStore.newface .therapistBox:nth-of-type(n + 4) {
    /* display: block; */
  }
}
