@charset 'utf-8';

/* =========================================================
 共用
========================================================= */
.middleContents {
  position: relative;
  z-index: 1;
}

.otherStores {
  position: relative;
  z-index: 0;
}

.sisterFrame {
  position: relative;
}

.sisterFrame:nth-of-type(odd) {
  /* background-color: #f5f5f5; */
}

.sisterFrame:first-of-type {
  z-index: 3;
}

.sisterFrame:nth-of-type(2) {
  z-index: 2;
}

.sisterFrame:nth-of-type(3) {
  z-index: 1;
}

.sisterFrame:nth-of-type(4) {
  z-index: 0;
}

/* 200527 */
.descriptionWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #c2ad61;
  margin-top: 37px;
  margin-bottom: 46px;
}

.informationBox {
  /* width: 100%; */
  /* border: 1px solid #c2ad61; */
  /* box-sizing: border-box; */
  /* overflow-y: scroll; */
}

.informationBox>p {
  font-family: mrs-eaves, serif;
}

.informationBox>p::before {
  content: "";
  background-color: #333333;
  height: 1px;
  display: inline-block;
}

.eventBlock h2 {
  margin-bottom: 0;
}

.informationBox ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  /* width: 97%; */
  /* margin: 0 auto; */
  /* border-bottom: 1px dashed #888888; */
}

.informationBox ul:last-of-type {
  /* border-bottom: none; */
}

.informationBox li {
  /* font-weight: normal; */
  /* width: 48.5%; */
  /* height: 80px; */
  /* line-height: 2.2; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  
  /* Safari */
  
  /* Opera */
  /* border-bottom: 1px solid #bbbbbb; */
  /* position: relative; */
  /* box-sizing: border-box; */
  margin-bottom: 1.5%;
}

.informationBox li:last-of-type {
  margin-bottom: 0;
}

.informationBox li::after {
  /* content: "▶"; */
  /* position: absolute; */
  /* top: 50%; */
  /* right: 0; */
  /* transform: translate(0, -50%); */
}

.newsImage {
  width: 140px;
  position: relative;
  overflow: hidden;
}

.newsImage img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsInfo {
  width: 73%;
  text-overflow: ellipsis;
  display: inline;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 1.3;
}

.newsDate {
  display: block;
  color: #888888;
  line-height: 1.5;
}

/*
.newsDate::after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  margin-left: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}

.newsDate.notice::after {
  content: "おしらせ";
  background-color: #61a6c2;
}

.newsDate.dc::after {
  content: "割引情報";
  background-color: #c2536b;
}
*/

.newsTitle {
  display: inline;
  /* Safari */
  /* Opera */
  font-size: 20px;
  /* font-weight: bold; */
}

.newsText {
  height: 24px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.reservationList>div a::after {
  content: "";
  display: block;
  position: absolute;
}

.reservationList>div.web a::after {
  background: url(/img/index/img_arrow_pink.png) no-repeat;
  background-size: contain;
}

.reservationList>div.line a::after {
  background: url(/img/index/img_arrow_green.png) no-repeat;
  background-size: contain;
}

.therapistListWrapper {
  /* background-color: #f5f5f5; */
  padding: 0 0 30px;
}

.informationBox ul a {
  /* text-decoration: none; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  /* line-height: 1.7; */
  /* padding: 18px 20px 18px 0; */
  /* height: 80px; */
}

/* 2106姉妹店を内部リンクに変更 */
.sisterStore:not(.newface) h2 {
  background-color: #ffffff;
  border: 1px solid #c2ad61;
  /* background-repeat: no-repeat; */
  /* background-position: center; */
}

.sisterStore:not(.newface) h2::before {
  color: #c2ad61;
  width: 100%;
  height: 70px;
  line-height: 1.1;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.sisterStore:not(.newface) h2::after {
  display: block;
  width: auto;
  text-align: center;
  font-size: 16px;
  font-family: mrs-eaves, serif;
  letter-spacing: 0;
  color: #c2ad61;
}

.sisterStore.shop201 h2::before {
  content: "神田ルーム";
}

.sisterStore.shop201 h2::after {
  content: "Kanda Room";
}

.sisterStore.shop202 h2::before {
  content: "銀座ルーム";
}

.sisterStore.shop202 h2::after {
  content: "Ginza Room";
}

.sisterStore.shop203 h2::before {
  content: "五反田ルーム";
}

.sisterStore.shop203 h2::after {
  content: "Gotanda Room";
}

.sisterStore.shop204 h2::before {
  content: "恵比寿ルーム";
}

.sisterStore.shop204 h2::after {
  content: "Ebisu Room";
}

.sisterStore.shop205 h2::before {
  content: "池袋ルーム";
}

.sisterStore.shop205 h2::after {
  content: "Ikebukuro Room";
}

.sisterStore.shop206 h2::before {
  content: "新橋ルーム";
}

.sisterStore.shop206 h2::after {
  content: "Shinbashi Room";
}

.sisterStore.shop207 h2::before {
  content: "錦糸町ルーム";
}

.sisterStore.shop207 h2::after {
  content: "Kinshicho Room";
}

.sisterStore.shop208 h2::before {
  content: "秋葉原ルーム";
}

.sisterStore.shop208 h2::after {
  content: "Akihabara Room";
}

/*
.sisterStore.shop201 h2 {
  background-image: url(/img/index/img_sister_title_201.png);
}

.sisterStore.shop202 h2 {
  background-image: url(/img/index/img_sister_title_202.png);
}

.sisterStore.shop203 h2 {
  background-image: url(/img/index/img_sister_title_203.png);
}

.sisterStore.shop204 h2 {
  background-image: url(/img/index/img_sister_title_204.png);
}

.sisterStore.shop205 h2 {
  background-image: url(/img/index/img_sister_title_205.png);
}

.sisterStore.shop206 h2 {
  background-image: url(/img/index/img_sister_title_206.png);
}

.sisterStore.shop207 h2 {
  background-image: url(/img/index/img_sister_title_207.png);
}

.sisterStore.shop208 h2 {
  background-image: url(/img/index/img_sister_title_208.png);
}
*/

/* ご案内状況 */
.informationwrap {
  width: 100%;
  box-sizing: border-box;
}

.informationwrap .guidanceBlock {
  margin-top: 1.5%;
}

.guidanceBox {
  border: 1px solid #c2ad61;
  overflow-y: scroll;
  padding: 2%;
  color: #484848;
  box-sizing: border-box;
font-family: heisei-mincho-std, serif;}

.guidanceTitle {
  line-height: 1.7;
}

.guidanceTitle h5 {
  
}

.guidanceTitle p {
  font-weight: 500;
}

.guidanceItem:last-of-type {
  margin-bottom: 0;
}

.guidanceItem .roomName {
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px solid #adadad;
}

.guidanceItem .roomName::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #484848;
  margin-right: 0.35%;
  vertical-align: 2%;
}

.guidanceItem ul {}

.guidanceItem li {
  font-weight: 500;
  line-height: 1.7;
}

.guidanceItem li a {
  font-weight: inherit;
}

/* 新人紹介 */
#topNewface {
  background-image: url(/img/index/bg_newface.jpg);
}

.newfaceContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newfaceLeft {
  background-color: #c2ad61;
  color: #ffffff;
  font-family: heisei-mincho-std, serif;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
}

.newfaceLeftInner {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ffffff;
  box-sizing: border-box;
}

.newfaceContents h2 {
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1.2;
}

.newfaceContents h2 span {
  position: static;
  display: block;
}

.newfaceOption {
  line-height: 1.2;
}

.newfaceSchedule {
  background-color: #ffffff;
  color: #c2ad61;
}

.newfaceRight {
  overflow: hidden;
  position: relative;
}

.newfaceRight img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.guidanceItem .roomName img {
  height: 0.9em;
  vertical-align: -0.05em;
}

.newfaceText img {
   height: 0.9em;
   vertical-align: text-top;
 }

.newfaceText img:nth-of-type(2) {
   margin-left: 0.5em;
 }

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 981px) {

  /* =========================================================
　header
========================================================= */
  #topImg {
    max-width: 1920px;
    min-width: 1040px;
    width: 100%;
    height: 573px;
    margin: 0 auto;
    /* background-image: url(/img/index/bg_index_top.jpg); */
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-indent: 0;
  }

  /*コロナ対策用*/
  .emergencyBox {
    display: none;
  }

  .emergencyCont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    height: 100vh;
    z-index: 1000;
    overflow: scroll;
  }

  .emergencyArea {
    background: #ffffff;
    width: 950px;
    height: 460px;
    padding: 30px 40px;
    margin: 50px auto;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 17px -4px;
    position: relative;
    background-image: url(/img/index/img_corona_pc.png?v=200319);
    background-repeat: no-repeat;
    background-position: center;
  }

  .emergencyArea h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 20px auto 20px;
    background-image: none;
  }

  .emergencyArea h2:last-of-type {
    margin-top: 40px;
  }

  .emergencyArea p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .emergencyArea .closeBtn {
    width: 45px;
    height: 45px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
  }

  .emergencyArea .closeBtn span {
    display: block;
    height: 2.5px;
    width: 30px;
    margin: 0 auto;
    background-color: #434242;
    color: #434242;
  }

  .emergencyArea .closeBtn span:nth-child(1) {
    transform: translateY(100%) rotate(45deg);
    margin-top: 14px;
  }

  .emergencyArea .closeBtn span:nth-child(2) {
    transform: translateY(100%) rotate(-45deg);
    margin-top: -3px;
  }

  .emergencyArea .closeBtn span:nth-child(3) {
    background: none;
    font-size: 11px;
    height: auto;
    margin: 16px auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }

  .emergencyArea h2 {
    font-weight: bold;
    font-size: 20px;
  }

  .emergencyArea h2 br {
    display: none;
  }

  .emergencyContBtn.pc {
    display: flex;
    justify-content: flex-end;
    margin-top: -25px;
  }

  .emergencyContBtn br {
    display: none;
  }

  .emergencyContBtn {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
  }

  .emergencyContBtn p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eed6bd;
    width: 340px;
    height: 25px;
    border-radius: 2px;
    position: absolute;
    top: -166px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    background-image: url(/img/index/img_corona_heading_pc.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .emergencyContBtn p:hover {
    opacity: 0.8;
  }

  /*コロナ対策用*/
  /* =========================================================
　グローバルメニュー
========================================================= */
  #topImg p {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  }

  #topImg p span {
  display: inline;
  line-height: 1.8;
  color: #6d291e;
  text-align: center;
  width: 100%;
  font-family: heisei-mincho-std, serif;
  text-shadow: 1px 1px 12px rgb(255 255 1255 / 85%), -1px -1px 12px rgb(255 255 255 / 85%), -1px 1px 12px rgb(255 255 255 / 85%), 1px -1px 12px rgb(255 255 255 / 85%);
  font-size: 42px;
  }

  #topImg p span:last-of-type {
    margin-bottom: 0;
  }

  /* =========================================================
  Twitter
========================================================= */
  iframe#twitter-widget-0 {
    /* height: 464px!important; */
  }

  .newsList {
    width: 340px;
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
  }

  .twitterBlock h2 {
    /* width: 340px; */
    /* height: 69px; */
    /* font-family: mrs-eaves, serif; */
    /* font-size: 37px; */
    /* line-height: 1.1; */
    /* padding-top: 3px; */
    margin-bottom: 0;
  }

  .SandboxRoot.var-fully-expanded .timeline-Viewport {
    overflow-y: scroll;
    height: 375px;
}

  /* =========================================================
  新人情報
========================================================= */
  .newFaceBox {
    padding: 12px;
    box-sizing: border-box;
    width: 98.5%;
  }

  .newFaceBox::-webkit-scrollbar {
    display: none !important;
  }

  .newFaceDetails {
    border: 1px solid #c2ad61;
    box-sizing: border-box;
    margin: 0 3px;
  }

  .newFaceDeta {}

  .newFaceDeta p {
    font-family: tbudmincho-std, serif;
    font-size: 22px;
    line-height: 2;
    text-align: center;
    font-weight: normal;
  }

  .newFaceDeta p span {
    font-size: 16px;
  }

  .newFaceText {
    font-size: 15px;
    /* line-height: 2; */
    width: 100%;
    margin-bottom: 13px;
  }

  .newFaceText p:first-of-type {}

  .newFaceText p {
    font-weight: normal;
    letter-spacing: 0.5pt;
    text-align: center;
    /* width: 90%; */
    margin: 0 auto;
    /* border-top: 1px solid #c2ad61; */
  }

  .newFaceInformation {
    position: relative;
  }

  .newFacePhoto {
    position: relative;
  }

  .newFacePhoto span::before {
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    border: 25px solid;
    border-color: rgba(80, 99, 142, 0.7) rgba(80, 99, 142, 0.7) transparent transparent;
    transform: rotate(-90deg);
  }

  .newFacePhoto span::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    color: #ffffff;
    z-index: 1;
    transform: rotate(-45deg);
  }

  .newFacePhoto span img {
    width: 100%;
  }

  .newFaceDetails a {
    text-decoration: none;
  }

  .slider-wrapper {
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 0 10px;
    /* background-color: #f0e8df; */
    /* border: 1px solid #68261b; */
    box-sizing: border-box;
  }

  .slider-wrapper::-webkit-scrollbar {
    display: none;
  }

  .newFaceSlider {
    background-color: #f0e8df;
    border: 1px solid #68261b;
  }

  /* =========================================================
  Gallaly-店内風景-
========================================================= */
  article.gallalyBox {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 980px;
    padding: 30px 0 0;
  }

  .gallalyLarge {
    width: 100%;
    margin-right: 5px;
    padding: 0;
  }

  .gallalySmall div div div {
    cursor: pointer;
  }

  .gallalySmall .slick-slide img {
    width: 158px;
    height: 99px;
  }

  .gallalySmall .slick-track {
    width: 380px !important;
  }

  .gallalySmall .slick-slide {
    width: 158px !important;
    height: 99px !important;
  }

  .gallalyLarge img {
    width: 100%;
    height: auto;
  }

  .gallalySmall .slick-slide:nth-of-type(-n+4) {
    margin: 0 5px 5px 0;
  }

  .gallalySmall .slick-slide:nth-of-type(4) {
    margin: 0 5px -1px 0;
  }

  .gallalySmall .slick-slide:nth-of-type(n+5) {
    margin-bottom: 5px;
  }

  .gallalySmall .slick-slide:last-of-type {
    margin-bottom: -1px;
  }

  .gallalyLarge.thumbnail.sp, .gallalySmall.thumbnailSmall.sp {
    display: none;
  }

  /* =========================================================
 求人バナー WEB予約、LINE予約
========================================================= */
  .reservationList, .recruitList, .sisterList {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 80px;
  }

  .reservationList {
    margin: 0 auto 88px;
  }

  .sisterList {
    margin: 40px auto;
  }

  .sisterList>div {
    background-color: #ffffff;
    width: 320px;
    height: 80px;
    position: relative;
  }

  .sisterList>div::after {
    content: "";
    display: block;
    background: url(/img/index/icon_sister_banner.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    width: 46px;
    height: 46px;
  }

  .sisterList a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 3px solid;
  }

  .sisterList a:hover {
    opacity: 0.85;
    transition: all .75s ease;
  }

  .sisterList>div:first-child a {
    background-color: #414141;
    border-color: #6c6c6c;
  }

  .sisterList>div.gotanda a {
    background-color: #50638e;
    border-color: #7891c9;
  }

  .sisterList>div.kanda a {
    background-color: #8b493f;
    border-color: #c37266;
  }

  .sisterList>div.ginza a {
    background-color: #414141;
    border-color: #6c6c6c;
  }

  .sisterList img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
  }

  .reservationList img, .recruitList img, .sisterList img {
    cursor: pointer;
  }

  .sisterFrame {
    padding: 50px 0;
    min-height: 525px;
  }

  .newFaceList .sisterFrame {
    height: 630px;
  }

  /* =========================================================
 コンセプト
========================================================= */
  .description {
    width: 32.5%;
  }

  #description01.description {
    /* height: 470px; */
  }

  #description02.description {}

  #description03.description {}

  .description:nth-of-type(odd) {
    background-color: #ffffff
  }

  .description:nth-of-type(even) {}

  .content {
    /* width: 980px; */
  }

  .point01 {}

  .point02 {}

  .point03 {}

  .contentsItem {
    width: 100%;
  }

  .contentsItem p.descriptionTitle {
    font-family: mrs-eaves, serif;
    color: #c2ad61;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin: 35px auto 31px;
  }

  .contentsItem p.descriptionTitle::after {
    content: "";
    background-color: #c2ad61;
    width: 80px;
    height: 1px;
    display: block;
    margin: 0 auto;
  }

  .point01 .contentsItem {}

  .point02 .contentsItem {}

  .point03 .contentsItem {
    top: 128px;
    right: 21px;
  }

  .contentsItem h3 {
    color: inherit;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1pt;
    width: 100%;
    background: none;
    height: auto;
    line-height: 1.7;
    margin-top: 13px;
    border: none;
  }

  .point01 h3 {
    /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; */
  }

  .contentsItem h3 span {
    font-size: 18px;
    display: block;
  }

  .point02 h3,
  .point03 h3 {}

  .contentsItem p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 7px;
  }

  /* =========================================================
-セラピスト一覧-　本日
========================================================= */
  .therapistContentsList {
    width: 100%;
    max-width: 980px;
    margin: 35px auto 0;
    padding: 52px 0 43px;
  }

  .therapistContentsList .girlsBlock {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }

  .therapistContentsList .girlsBlock .therapistBox:nth-of-type(4n) {
    margin-right: 0;
  }

  /* =========================================================
-セラピスト一覧-　次回
========================================================= */
  .therapistBox.nextTime .workDeta {}

  .therapistBox.nextTime span.workTime {}

  .therapistBox.nextTime .therapistGuidance {}

/* =====================================================
  新人入店日
  ========================================================*/
  #newFaceList .therapistBox p.newfaceIcon {
    text-align: center;
    color: #333333;
    font-family: heisei-mincho-std, serif;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #c2b588;
    font-weight: 300;
    letter-spacing: 0.8pt;
  }

  /* =========================================================
 求人バナー メルマガ募集、高収入求人情報
========================================================= */
  .recruitList {
    margin: 99px auto 0;
    width: 100%;
    max-width: 980px;
    flex-wrap: wrap;
    text-align: center;
  }

  /* =========================================================
 Recommended sites 求人バナーコンテンツ
========================================================= */
  .jobBannerContentsList {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }

  .more h2 {
    height: 100px;
    font-size: 28px;
    padding-top: 10px;
  }

  .more h2 span {
    font-size: 16px;
  }

  .more h2::after {
    content: "\025bc";
    display: block;
    transform: scale(1.2, 0.7);
  }

  .jobBannerBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #f0e8df;
    border: 0;
  }

  .jobBannerBox.open {
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #dedede;
  }

  .jobBannerBox a {
    text-align: center;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.5;
  }

  .jobBannerBox a:hover {
    text-decoration: none;
  }

  .jobBannerBox a:hover img {
    opacity: 0.8;
  }

  .smallBlock, .normalBlock, .largeBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 960px;
  }

  .moreReadBtn button {
    font-size: 23px;
    color: #6b271c;
    width: 190px;
    padding: 2px 0px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-family: tbudmincho-std, serif;
    border: 2px solid #6b271c;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    background: none;
    height: auto;
    border-radius: 0;
    display: block;
  }

  .moreReadBtn button a {
    text-decoration: none;
  }

  .contents.sp {
    display: none !important;
  }

  .moreReadBtn button:hover {
    transition: all 1s;
    background: #6b271c;
    color: #ffffff;
    box-sizing: border-box;
  }

  .moreReadBtn button:hover a {
    transition: all 1s;
    color: #ffffff;
  }

  .contents img:hover {
    opacity: 0.8;
  }

  .contents {
    margin: 20px 0;
    text-align: center;
    box-sizing: border-box;
  }

  .exSmallBlock .contents {
    /* width: 150px; */
  }

  /* .smallBlock */
  .smallBlock {
    /* margin: 20px auto 0!important; */
    /* width: 660px; */
    /* display: flex; */
    /* justify-content: space-between; */
  }

  .exSmallBlock .contents, .smallBlock .contents {
  margin-left: 15px;
  margin-right: 15px;
  }

  /* .normalBlock */
  .normalBlock {
    /* justify-content: normal; */
  }

  .normalBlock .contents {
  width: 470px;
  }

  .normalBlock:first-of-type .contents {
    margin: 0em 1em 01em;
  }

  /* .largeBlock */
  .largeBlock {
    justify-content: normal;
  }

  .largeBlock .contents {
    width: 100%;
    /* box-sizing: border-box; */
    /* text-align: center; */
    /* padding: 0 0 0px 10px; */
  }

  .largeBlock .contents:first-of-type {
    /* padding-left: 0; */
  }

  .largeBlock .contents:nth-of-type(3n) {
    padding-left: 0;
  }

  .outerBanner {
    width: 980px;
    margin: 40px auto 0;
  }

  .outerBanner>div {
    margin: 0 auto;
    text-align: center;
  }

  /* =========================================================
IEバージョンアップを促すポップ
========================================================= */
  body {
    position: relative;
  }

  .headsUp {
    background: rgba(0, 0, 0, 0.9);
    background-color: #000000;
    box-shadow: 5px 2px 25px #ffffff;
    color: #ffffff;
    font-size: 25px;
    height: 230px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 404px;
    width: 950px;
    z-index: 9999;
  }

  .text {
    line-height: 1.4em;
    margin: 20px auto 30px;
    width: 878px;
  }

  .close {
    border: 2px solid #ffffff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 148px;
  }

  .middleContents {
    margin-top: 29px;
  }

  #topImg img {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
  }

  .schedule {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .schedule .moreReadBtn, .therapistContentsList .moreReadBtn {
    display: none !important;
  }

  .schedule .girlsBlock {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: auto;
    min-height: 376px;
  }

  .newFaceList {
    width: 100%;
    padding-bottom: 30px;
  }

  .reservationList>div, .recruitList>div, .outerBanner>div {
    width: 480px;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 30px;
    line-height: 2;
  }

  .reservationList>div {
    height: 80px;
    border: 1px solid;
    box-sizing: border-box;
    text-align: center;
  }

  .reservationList>div.web {
    border-color: #c27a8a;
  }

  .reservationList>div.line {
    border-color: #61c2ad;
  }

  .reservationList>div a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
  }

  .reservationList>div a::after {
    width: 20px;
    height: 40px;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }

  .reservationList>div:hover, .recruitList>div:hover {
    opacity: 0.8;
    transition: all .75s ease;
  }

  .reservationList>div img {
    width: 148px;
    height: 50px;
  }

  .recruitList>div img {
    width: 100%;
  }

  .mainImage {
    position: relative;
  }

  .mainImage span {
    position: absolute;
    color: #ffffff;
    font-size: 43px;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    font-family: heisei-mincho-stdn, serif;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-shadow: 1px 1px 7px #000000, -1px -1px 7px #000000, 1px -1px 7px #000000, -1px 1px 7px #000000;
  }

  .conceptBox img.forSp {
    display: none;
  }

  .conceptBox .description img {
    display: none;
  }

  .therapistContentsList {}

  .schedule .therapistBox:nth-of-type(3n) {}

  .newFaceDetails .workDeta {
    display: none;
  }

  .therapistContentsList .therapistBox.nextTime .therapistSchedule .workDeta:before {
    color: #6b271c;
  }

  .gallaltBrock {
    /* background-color: #f0e8df; */
    /* width: 100%; */
    /* max-width: 1920px; */
    /* min-width: 1040px; */
  }

  .gallalyList .headingBlock {
    width: 980px;
    margin: 38px auto 0;
  }

  /*ラグタイム五反田コンセプト*/
  .conceptCopy {
    line-height: 1.8;
    color: #c2ad61;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-family: heisei-mincho-stdn, serif;
  }

  /* 200527 */
  .informationwrap {
    /* height: 198px; */
  }

  .informationBox>p {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 3px;
  }

  .informationBox>p::before {
    width: 25px;
    margin: 5px;
  }

  .informationBox ul {
    margin: 0 auto;
    /* padding-bottom: 13px; */
  }

  .informationBox li {
    /* font-size: 16px; */
  }

  .newsDate {
    font-size: 14px;
  }

  .informationBox a:hover {
    text-decoration: underline;
  }

  /* 200911新人情報改造 */
  .therapistBox.newFace {
    margin: 0 4px;
  }

  .mainBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .mainBanner>div {
    width: 307px;
    margin-bottom: 6px;
  }

  .informationBox {
    /* height: 466px!important; */
  }

  /* 2106glow廃止 */
  .reservationList {
    justify-content: center;
  }

  /* ショートメール予約ページ */
  .recruitList>div.line, .recruitList>div.mail, .recruitList>div.recruit {
    width: 100%;
  }

  /* 2108下部にマップを表示 */
  .accessMap {
    margin-top: 100px;
  }
  .accessText {
    margin: 40px 0 36px 0;
    text-align: center;
    font-family: heisei-mincho-std, serif;
  }
  .accessText p {
    font-size: 26px;
    line-height: 1.75;
    letter-spacing: 0.6px;
    margin-bottom: 44px;
    font-weight: 400;
  }
  .accessMapBox {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .accessMapBox iframe {
    height: 500px;
  }
  .meetingText {
   margin: 43px auto 0;
  }
  .meetingText p {
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
  }
  .meetingText p span {
    display: inline-block;
    height: 45px;
    line-height: 45px;
  }
  .meetingText p a {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-family: heisei-mincho-std, serif;
    display: inline-block;
    height: 45px;
    line-height: 41px;
    position: relative;
    text-indent: 36px;
  }
  .meetingText p a::before {
    content: "";
    background: url(/img/common/icon_header_tel.svg) no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 22px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
  }

  #newFaceList .linkBanner {
    width: 200px;
    height: 40px;
    border: 1px solid #c2ad61;
    box-sizing: border-box;
    background-color: #c2ad61;
    margin: 20px auto 0;
  }

  #newFaceList .linkBanner:hover {
    transition: all .75s ease;
    background-color: #ffffff;
  }

  #newFaceList .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;
  }

  #newFaceList .linkBanner:hover a {
    color: #c2ad61;
    transition: all .75s ease;
  }

  #newFaceList .linkBanner a::after {
    content: "\02192";
    position: absolute;
    right: 13px;
  }

  /* ご案内状況 */
  .topContents {
    /* display: flex; */
    /* justify-content: space-between; */
    position: relative;
    }

  .twitterBlock {
    height: 100%;
    position: relative;
  }

  .informationwrap {
    /* border: 1px solid #c2ad61; */
  }

  .informationwrap>div {
    /* width: 97%; */
    margin: 10px auto 0;
    /* padding: 0 0 1.5%; */
  }

  .guidanceBlock {
    margin-top: 1.5%;
  }

  .guidanceBox {
    /* height: 240px; */
    height: 625px;
  }

  .guidanceTitle {
    margin-bottom: 10px;
  }

  .guidanceTitle h5 {
    font-size: 16px;
  }

  .guidanceItem {
    margin-bottom: 20px;
  }

  .guidanceItem .roomName {
    margin-bottom: 8px;
  }

  #guidanceAccordion {
    display: block!important;
  }

  /* 新人紹介 */
  #topNewface {
    background-position: center;
    height: 573px;
    margin-bottom: 30px;
  }

  .newfaceContents {
    width: 980px;
    height: 100%;
    margin: 0 auto;
  }

  .newfaceLeft {
    width: 550px;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
  }

  .newfaceLeftInner {
    border-width: 5px;
    border-radius: 7px;
    padding: 20px 0 0;
  }

  .newfaceContents h2 {
    font-size: 75px;
    margin-bottom: 20px;
    width: 460px;
    margin: 0 auto 18px;
  }

  .newfaceContents h2 span {
    font-size: 24px;
  }

  .newfaceName {
    font-size: 50px;
  }

  .newfaceSize {
    font-size: 29px;
  }

  .newfaceOption {
    margin: 18px auto;
    font-size: 32px;
  }

  .newfaceSchedule {
    font-size: 34px;
    height: 55px;
    line-height: 53px;
  }

  .newfaceSchedule img {
    width: auto;
    height: 55px;
  }

  .newfaceText {
    margin-top: 22px;
    font-size: 38px;
  }

  .newfaceRight {
    width: 430px;
  }

  .newfaceRight a:hover img {
    opacity: 0.8;
    transition: all .2s ease;
  }

  /* 新人以外 */
  .recommend .newfaceContents h2 {
    margin-bottom: 10px;
  }

  .recommend .newfaceContents h2 img {
    width: 312px;
  }

  .recommend .newfaceOption {
    margin: 10px auto;
  }

  .recommend .newfaceText {
    margin-top: 15px;
  }

  /* 次回出勤なし */
  .noSchedule .newfaceContents h2 {
    margin: 18px auto 30px;
    line-height: 1.35;
  }

  .noSchedule .newfaceContents .newfaceName {
  line-height: 1.7;
  }

  .noSchedule .newfaceOption {
    margin: 35px auto 0;
    line-height: 1.7;
  }

  /* 新人以外で次回出勤なし */
  .recommend.noSchedule .newfaceContents h2 {
    margin-bottom: 21px;
  }

  .recommend.noSchedule .newfaceContents h2 img {
    width: 312px;
  }

  .recommend.noSchedule .newfaceOption {
    margin-top: 27px;
  }

  .reviewsTextBottom {
    /* position: absolute; */
    /* bottom: 1px; */
    /* left: 1px; */
    width: 338px;
    height: 70px;
    background-color: #ffffff;
    border-top: 1px solid #c2ad61;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .reviewsTextBottom.twitterButton p {
    width: 264px;
    height: 40px;
    background-color: #c2ad61;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
  }

  .reviewsTextBottom p a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }

}

/* =========================================================
 IE (PC表示)
========================================================= */
@media all and (-ms-high-contrast:none) and (min-width: 981px) {

  /* グローバルメニュー */
  .twitterBlock h2 span:first-of-type {
    top: 14px;
  }

  .twitterBlock h2 span:last-of-type {
    top: 58px;
  }

  /* /グローバルメニュー */
  .sheduleHeadingBlock h2 span:first-of-type, .newHeadingBlock h2 span:first-of-type {
    top: -26px;
  }

  .sheduleHeadingBlock h2 span:last-of-type, .newHeadingBlock h2 span:last-of-type {
    top: 16px;
  }

  /* Recommended sites「Read Moreボタン」 */
  .recommended button {
    padding: 12px 0 5px;
    line-height: 1.4;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 980px) {

  /* =========================================================
 indexページ
========================================================= */
  body {
    background-color: #ffffff;
    background-image: none;
  }

  #contentsWrapper {
    margin: 0 auto;
    padding: 0;
  }

  #contentsWrapper .hours {
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  #contentsWrapper .hours span {
    font-size: 3vw;
    font-weight: normal;
    line-height: 2;
  }

  #contentsWrapper .hours span:first-of-type {
    margin-right: 0.5em;
  }

  #topImg {
    /* display: none; */
    position: relative;
  }

  h3 {
    margin: 0 auto;
  }

  /*コロナ対策用*/
  .emergencyArea h2 {
    background-image: none;
    margin: 10% 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    font-size: 3.4vw;
  }

  .emergencyArea h2:first-of-type {
    margin-bottom: 15%;
  }

  .emergencyArea p {
    margin-bottom: 2%;
    font-size: 3.4vw;
    letter-spacing: 0.8pt;
  }

  .emergencyContBtn p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eed6bd;
    width: 70%;
    margin: 2% auto;
    padding: 6% 0px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #6b271c;
    background-image: url(/img/index/img_corona_heading_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }

  .emergencyBox {
    display: none;
  }

  .emergencyCont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    height: 100vh;
    z-index: 1000;
    overflow: scroll;
  }

  .emergencyArea {
    background: #fff;
    width: 100%;
    height: 90%;
    margin: 50px auto;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 17px -4px;
    position: relative;
    background-image: url(/img/index/img_corona_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .emergencyArea .closeBtn {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 8px;
    top: 13px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
  }

  .emergencyArea .closeBtn span {
    display: block;
    height: 2.5px;
    width: 30px;
    margin: 0 auto;
    background-color: #434242;
    color: #434242;
  }

  .emergencyArea .closeBtn span:nth-child(1) {
    transform: translateY(100%) rotate(45deg);
    margin-top: 14px;
  }

  .emergencyArea .closeBtn span:nth-child(2) {
    transform: translateY(100%) rotate(-45deg);
    margin-top: -3px;
  }

  .emergencyArea .closeBtn span:nth-child(3) {
    background: none;
    font-size: 11px;
    height: auto;
    margin: 16px auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }

  .emergencyContBtn.pc {
    display: none;
  }

  .emergencyBox.pc {
    display: none;
  }

  /*コロナ対策用*/
  /*メイン画像のテキスト*/
  #topImg p {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  }

  #topImg span {
  display: inline;
  line-height: 1.8;
  color: #6d291e;
  text-align: center;
  width: 100%;
  font-family: heisei-mincho-std, serif;
  text-shadow: 1px 1px 12px rgb(255 255 255 / 85%), -1px -1px 12px rgb(255 255 255 / 85%), -1px 1px 12px rgb(255 255 255 / 85%), 1px -1px 12px rgb(255 255 255 / 85%);
  font-size: 4.6vw;
  }

  #topImg span:last-of-type {
    margin-bottom: 0;
  }

  /*本日のイベント・お知らせ*/
  .eventBlock {
    /* margin-top: 2%; */
    /* margin-bottom: 4%; */
    /* width: 96%; */
    /* margin: 2% auto; */
  }

  .open:not(:last-of-type) {
    margin-bottom: 3vw;
  }

  /*tiwtter*/
  .twitterBlock {
    width: 100%;
    margin-top: 5vw;
  }

  /*ツイッター*/
  .twitterBlock h2 {
    /* margin: 0 auto; */
    /* font-size: 3.44vw; */
    /* font-weight: normal; */
    /* font-family: mrs-eaves, serif; */
    /* line-height: 3vw; */
    /* padding-top: 7.1vw; */
    /* letter-spacing: 0.2vw; */
  }

  .twitterBlock h2 span {
    /* display: block; */
    /* position: absolute; */
    /* width: calc(600/600*100%); */
    /* text-align: center; */
    /* transform: none; */
    /* font-family: heisei-mincho-std, serif; */
  }

  .twitterBlock h2 span:first-of-type {
    /* top: 0.1%; */
    /* font-size: 5.93vw; */
  }

  .twitterBlock h2 span:last-of-type {
    /* top: 3.2vw; */
    /* font-size: 4.5vw; */
    /* font-weight: bold; */
    /* letter-spacing: 0.6vw; */
  }

  .twitterBlock .twitterText {
    width: 97%;
    margin: 2% auto 8%;
    border: 1px solid #c2ad61;
    overflow: hidden;
    position: relative;
  }

  /**ios10のバグ対策**/
  .twitterBlock .twitterText iframe {
    width: 1000px !important;
  }

  /* Bluesky */
  .bluesky iframe {
    height: 90vw;
  }

  /****************************
セラピストリスト
*****************************/
  .girlsBlock {
    overflow: hidden;
    transition: all 1s ease-in-out 1s;
    -webkit-transition: all 1s ease-in-out 1s;
    -moz-transition: all 1s ease-in-out 1s;
    -ms-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
  }

  .girlsBlock.open {
    transition: all 1s ease-in-out 1s;
    -webkit-transition: all 1s ease-in-out 1s;
    -moz-transition: all 1s ease-in-out 1s;
    -ms-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
  }

  /****************************
新人情報
*****************************/
  .newFaceList .slider-wrapper {
    height: fit-content !important;
    /*pcでの高さ調整js打ち消し*/
  }

  .slider-wrapper {
    width: 97%;
    padding: 0 1vw 1vw;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto 3vw;
  }

  .newFaceSlider {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    -webkit-overflow-scrolling: touch;
  }

  .slider>* {
    -webkit-transform: translateZ(0);
  }

  .slider-wrapper::-webkit-scrollbar {
    display: none;
    height: 0 !important;
  }

  .newFaceDetails {
    width: 140px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #c2ad61;
    margin: 0 1vw;
  }

  .newFaceDetails a {
    text-decoration: none;
  }

  .newFaceDeta {
    padding: 2% 0 3%;
    box-sizing: border-box;
  }

  .newFaceName {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 3px;
    font-weight: normal;
    line-height: 1.5;
    font-family: tbudmincho-std, serif;
  }

  .newFaceName span {
    font-size: 85%;
  }

  .newFaceSize {
    font-size: 2.5vw;
    margin-bottom: 4px;
    text-align: center;
    letter-spacing: .5pt;
    line-height: 1.7;
  }

  .newFacePhoto span::before {
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    border: 5vw solid;
    border-color: rgba(80, 99, 142, 0.7) rgba(80, 99, 142, 0.7) transparent transparent;
    transform: rotate(-90deg);
  }

  .newFacePhoto span::after {
    display: block;
    position: absolute;
    top: 1.8vw;
    left: 0.5vw;
    color: #ffffff;
    z-index: 1;
    transform: rotate(-45deg);
    font-size: 2.8vw;
  }

  /* =========================================================
  姉妹店情報
========================================================= */
  .sisterList {
    display: flex;
    justify-content: space-around;
    width: 98%;
    margin: 0 auto;
  }

  .sisterList>div {
    width: 48%;
  }

  .sisterList>div {
    background-color: #ffffff;
    width: 32%;
    height: 10vw;
    position: relative;
  }

  .sisterList>div::after {
    content: "";
    background: url(/img/index/icon_sister_banner.png) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.8vw;
    transform: translate(0, -50%);
    font-size: 3.3vw;
    width: 4.5vw;
    height: 4.3vw;
  }

  .sisterList a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid;
  }

  .sisterList>div:first-child a {
    background-color: #414141;
    border-color: #6c6c6c;
  }

  .sisterList>div.gotanda a {
    background-color: #50638e;
    border-color: #7891c9;
  }

  .sisterList>div.ginza a {
    background-color: #414141;
    border-color: #6c6c6c;
  }

  .sisterList>div.kanda a {
    background-color: #8b493f;
    border-color: #c37266;
  }

  .sisterList img {
    width: auto;
    height: 3.4vw;
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translate(0, -50%);
  }

  .sisterFrame {
    position: relative;
    padding: 8vw 0;
    min-height: 76vw;
  }

  .newFaceList .sisterFrame {
    height: 212vw;
  }

  /* =========================================================
  Gallaly-店内風景-
========================================================= */
  .gallalyLarge {
    width: 97%;
    margin: 0 auto;
  }

  .gallalySmall.sp {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .gallalySmall .slick-current {
    opacity: 0.5;
  }

  .gallalySmall div div div {
    cursor: pointer;
  }

  .gallalySmall .slick-track {
    width: 380px !important;
  }

  .gallalyLarge img {
    width: 100%;
  }

  .gallalyBox {
    padding-top: 7%;
    width: 97%;
    margin: 0 auto;
  }

  .gallalyLarge .slick-list {
    margin-bottom: 2%;
  }

  .gallalySmall .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    transition: none !important;
    transform: none !important;
  }

  .gallalySmall .slick-track .slick-slide {
    width: 23.4% !important;
    margin: 0 2% 2% 0;
    height: calc(23.4% / 600 * 376);
  }

  .gallalyLarge .slick-track {
    display: flex;
    overflow: hidden;
  }

  .gallalyLarge .slick-slide {
    width: 100% !important;
    /* z-index: 0 !important; */
  }

  .gallalySmall .slick-track .slick-slide:nth-of-type(4), .gallalySmall .slick-track .slick-slide:last-of-type {
    margin: 0 0 2% 0;
  }

  .gallalyLarge.thumbnail.pc, .gallalySmall.thumbnailSmall.pc {
    display: none;
  }

  /* =========================================================
 WEB LINE メルマガ 求人バナー
========================================================= */
  .reservationList {
    margin: 11% auto 6%;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .reservationList .web, .recruitList .mail {}

  /* =========================================================
 コンセプト
========================================================= */
  .conceptBox {
    width: calc(600/640*100%);
    margin: 0 auto;
  }

  .mainImage {
    position: relative;
  }

  .mainImage span {
    position: absolute;
    top: 50%;
    transform: translate(0, -45%);
    line-height: 1.5;
    color: #ffffff;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 5vw;
    font-family: heisei-mincho-stdn, serif;
  }

  .mainImage img {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  #contentsWrapper {
    padding-top: 0;
  }

  .content {
    width: 94%;
    margin: 0 auto;
  }

  .description:nth-of-type(odd) {
    background-color: #ffffff;
  }

  .description:nth-of-type(even) {}

  .description h3 {
    text-align: center;
    color: #c2ad61;
    text-indent: 0;
    font-size: 3.44vw;
    font-weight: normal;
    /* height: 17vw; */
    /* line-height: 7vw; */
    padding-top: 0;
    border: none;
    margin: 4vw 0 0;
    width: 100%;
  }

  .description h3 span {
    font-size: 3.8vw;
    position: static;
    transform: none;
  }

  .point01 h3 {}

  .point02 h3 {
    border: none;
  }

  .point03 h3 {}

  .contentsItem p {
    color: #c2ad61;
    line-height: 1.6;
    margin-top: 4%;
    padding-bottom: 7%;
    font-size: 3.44vw;
  }

  #mainContents p {
    font-size: 3.44vw;
    letter-spacing: 0.8pt;
  }

  /* =========================================================
 Recommended sites 求人バナーコンテンツ
========================================================= */
  .jobBannerContentsList {
    padding-bottom: 10vw;
  }

  .jobBannerBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background: #f0e8df;
    border: 0;
  }

  .jobBannerBox.open {
    padding: 4% 0;
    margin-bottom: 4%;
    border: 1px solid #dedede;
  }

  .contents {
    /* margin: 2% auto 3%; */
    width: 48%;
    box-sizing: border-box;
    margin: 3% 0;
    text-align: center;
  }

  .contents a {
    font-size: 82%;
    display: inline-block;
    text-align: center;
  }

  .contents img {
    height: auto;
  }

  .contents.pc {
    display: none !important;
  }

  /* =========================================================
　求人バナー（.smallBlock）
========================================================= */
  /* .smallBlock .contents {
    margin: 0 0 10px 10px;
  } */

  .jobBannerBox>div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
  }

  .smallBlock {
    /* justify-content: center; */
    /* margin-bottom: 0!important; */
  }

  .largeBlock .contents {
    width: 100%!important;
  }

  /* =========================================================
　求人バナー（.normalBlock）
========================================================= */
  .normalBlock .contents {
    /*width: 100%; 1つの時*/
    width: 97%;
    /* padding: 2% 2% 3%; */
    /* margin: 0; */
    /* box-sizing: border-box; */
  }

  .outerBanner {
   width: 95%;
   margin: 0 auto 6%;
   text-align: center;
   line-height: 2;
  }

  .outerBanner>div a {
    font-size: 3vw;
  }

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

  .newFaceText p {
    font-size: 2.5vw;
    /* width: 90%; */
    margin: 0 auto;
    /* border-top: 1px solid #c2ad61; */
  }

  .newFaceDetails .workDeta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 20px;
    line-height: 20px;
  }

  .newFaceDetails .workTime {
    font-size: 11px;
    font-weight: normal;
    color: #6b271c;
    letter-spacing: 0.8pt;
  }

  .newFaceDetails .workTime span.today {
    font-size: 11px;
    display: block;
    background-color: #6b271c;
    color: #ffffff;
  }

  /* 200527 */
  .reservationList>div, .recruitList>div {
    margin-bottom: 3vw;
  }

  .reservationList>div {
    width: 48.5%;
    border: 1px solid;
    text-align: center;
  }

  .reservationList>div.web {
    border-color: #c27a8a;
  }

  .reservationList>div.line {
    border-color: #61c2ad;
  }

  .reservationList>div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3vw 0;
    box-sizing: border-box;
    position: relative;
  }

  .reservationList>div a::after {
    width: 2.5vw;
    height: 5vw;
    top: 50%;
    right: 1vw;
    transform: translate(0, -50%);
  }

  .reservationList>div img {
    width: 50%;
  }

  .recruitList>div a {
    font-size: 3vw;
  }

  .conceptList {
    padding-bottom: 6vw;
  }

  .conceptCopy {
    line-height: 2.2;
    letter-spacing: 2px;
    color: #c2ad61;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 4.5vw;
    font-family: heisei-mincho-std, serif;
  }

  .descriptionWrapper {
    margin-top: 0;
  }

  .description .contentsItem {
    width: 70%;
    margin: 0 auto;
  }

  .contentsItem p.descriptionTitle {
    font-family: mrs-eaves, serif;
    color: #c2ad61;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin: 35px auto 20px;
  }

  .contentsItem p.descriptionTitle::after {
    content: "";
    background-color: #c2ad61;
    width: 80px;
    height: 1px;
    display: block;
    margin: 0 auto;
  }

  .contentsItem p.descriptionTitle {
    font-size: 3.44vw;
    margin: 5vw auto 2vw;
    line-height: 2.2;
  }

  .contentsItem p.descriptionTitle::after {
    width: 16vw;
  }

  .recruitList img {
    width: 100%;
  }

  .more h2 {
    height: 15vw;
    font-size: 4vw;
    padding-top: 2vw;
    line-height: 1.2;
  }

  .more h2 span {
    font-size: 3vw;
    top: 7vw;
    position: static;
    display: block;
    line-height: 1;
  }

  .more h2::after {
    content: "\025bc";
    display: block;
    transform: scale(1.2, 0.7);
  }

  .therapistListWrapper {
    padding: 7vw 0;
  }

  .informationwrap {
    width: 96%;
    margin: 2% auto;
  }

  .informationBox {
    /* width: 95%; */
    /* height: 89vw; */
    /* margin: 2% auto 0; */
    box-sizing: border-box;
    /* overflow-y: hidden!important; */
    /* border: 0; */
  }

  .informationBox>p {
    margin-left: 2vw;
  }

  .informationBox ul {
    /* border-bottom: none; */
    width: 97%;
    margin: 2% auto;
    border: 1px solid #c2ad61;
    padding: 1% 0;
    /* box-sizing: border-box; */
  }

  .informationBox li {
    line-height: 1.7;
    width: 98%;
    margin: 0 auto 1%;
    /* width: 100%; */
    /* height: auto; */
    /* border-bottom: 1px dashed #888888; */
    /* box-sizing: border-box; */
  }

  .informationBox li::after {
    font-size: 3.2vw;
  }

  .informationBox ul:last-of-type li {
    /* border-bottom: none; */
  }

  .informationBox ul:last-of-type li:last-of-type {
    /* display: none; */
  }

  .informationBox li a {/* padding: 3% 4% 3% 0; *//* height: auto; */}

  .newsImage {
    width: 25%;
  }

  .newsInfo {
    font-size: 3.8vw;
  }

  .newsTitle {
    font-size: 4.2vw;
  }

  .newsDate {
    font-size: 3vw;
  }

  .informationBox>p::before {
    width: 4vw;
    margin: 0.6vw;
  }

  .newsDate::after {
    width: 17vw;
    height: 5vw;
    line-height: 5vw;
    margin-left: 3%;
    font-size: 3.2vw;
  }

  .newsText {
    height: 5vw;
    line-height: 5vw;
  }

  .newsText span {

font-size: 3.2vw;
  }

  /* 200911新人情報改造 */
  .therapistBox.newFace {
    margin: 0 0.85vw;
  }

  .newFaceList h2 {
    margin: 5vw auto 0;
  }

  .mainBanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 4.5vw auto 0;
  }

  .mainBanner>div {
    width: 49.5%;
    margin-bottom: 1%;
  }

  /* 2106glow廃止 */
  .reservationList {
    justify-content: center;
  }

  .reservationList>div.line {
    width: 100%;
  }

  .reservationList>div.line img {
    height: 10vw;
    width: auto;
  }

  /* 2106姉妹店を内部リンクに変更 */
  .sisterStore:not(.newface) {
    margin-bottom: 10vw;
  }
  .sisterStore:not(.newface) h2 {
    /* background-size: auto 70%; */
    width: 96%;
    margin: 0 auto 5.65vw;
  }

  .sisterStore:not(.newface) h2::before {
    position: relative;
    font-family: heisei-mincho-std, serif;
    text-align: center;
    height: 11.5vw;
    line-height: 9.2vw;
    font-size: 4.5vw;
    box-sizing: border-box;
    letter-spacing: 0.2vw;
    margin-bottom: 0;
    padding-top: 0;
  }

  .sisterStore:not(.newface) h2::after {
    font-size: 3.44vw;
    top: 3.8vw;
    left: 0;
    right: 0;
    font-family: mrs-eaves, serif;
    letter-spacing: 0.2vw;
    text-align: center;
    position: absolute;
    transform: scale(0.8, 0.9);
  }

  /* 2108下部にマップを表示 */
  .accessMap {
    margin-bottom: 13vw;
  }
  .accessText {
    margin: 8% auto;
    text-align: center;
    font-family: heisei-mincho-std, serif;
  }
  .accessText p {
    font-size: 4vw;
    line-height: 1.75;
    margin-bottom: 5%;
    font-weight: 400;
  }
  .accessMapBox {
    width: 95%;
    margin: 9% auto 0;
  }
  .accessMapBox iframe {
    height: 65vw;
  }
  .meetingText p {
    text-align: center;
    margin-top: 6%;
  }
  .meetingText p span {
    font-size: 3.5vw;
    display: block;
  }
  .meetingText p a {
    font-size: 9vw;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-family: heisei-mincho-std, serif;
    /* margin-top: 2vw; */
    position: relative;
  }
  .meetingText p a::before {
    content: "";
    background: url(/img/common/icon_header_tel.svg) no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 3.8vw;
    height: 7vw;
    position: absolute;
    top: 50%;
    left: -5.5vw;
    transform: translate(0, -50%);
  }

  #newFaceList {
    margin: 8vw auto;
  }

  #newFaceList .linkBanner {
    width: 45%;
    margin: 5% auto 0;
  }

  #newFaceList .linkBanner a {
    font-family: heisei-mincho-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;
    height: 9vw;
    line-height: 9.7vw;
    position: relative;
  }

  #newFaceList .linkBanner a::after {
    content: "\02192";
    position: absolute;
    right: 13px;
  }

  #topImg img {
    width: 100%;
    height: auto;
  }
  .twitterBlock .twitter-timeline {
    max-height: 90vw;
    overflow-y: auto;
  }

  #newFaceList .therapistBox p.newfaceIcon {
    text-align: center;
    color: #333333;
    font-family: heisei-mincho-std, serif;
    font-size: 3.8vw;
    height: 6vw;
    line-height: 6.5vw;
    border-bottom: 1px solid #c2b588;
    font-weight: 300;
  }

  /* ご案内状況 */
  .informationwrap>div {
    margin-bottom: 2%;
  }
  
  .guidanceBox {
    width: 97%;
    height: 100%;
    max-height: 50vw;
    margin: 2% auto;
  }

  .guidanceTitle {
    line-height: 1.5;
    margin-bottom: 2%;
  }

  .guidanceTitle h5 {
    font-size: 3.6vw;
  }

  .guidanceItem {
    margin-bottom: 3%;
  }

  .guidanceItem .roomName {
    margin-bottom: 1%;
  }

  .guidanceItem .roomName::before {
    vertical-align: 0;
    margin-right: 0.75%;
  }

  .guidanceBox {
    max-height: none;
    overflow-y: auto;
  }

  #guidanceTrigger {
    position: relative;
  background-color: #c2ad61;
  color: #ffffff;
  font-family: heisei-mincho-std, serif;
  font-weight: 500;
  height: 9vw;
  line-height: 9.7vw;
  font-size: 3.44vw;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  }

  #guidanceTrigger::after {
    content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6em 0.4em 0 0.4em;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 49%;
  right: 24%;
  transform: translate(0, -50%);
  }

  #guidanceTrigger.open::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  
  #guidanceAccordion {
    display: none;
  }

  .informationBox .moreReadBtn {
    margin: 0 auto;
    width: 80%;
  }

  .informationBox .moreReadBtn a {
    
  }

  /* 新人紹介 */
  #topNewface {
    width: 96%;
    aspect-ratio: 980 / 570;
    margin: 0 auto 4%;
  }

  .newfaceContents {
    width: 100%;
    height: 100%;
  }

  .newfaceLeft {
    width: 55%;
    height: 100%;
    padding: 0.5vw;
  }

  .newfaceLeftInner {
    border-width: 0.5vw;
    border-radius: 0.8vw;
    padding: 1% 0 3%;
  }

  .newfaceContents h2 {
    /* font-size: 8vw; */
    line-height: 1.1;
    margin: 4% auto 3%;
    width: 80%;
  }

  .newfaceContents h2 span {
    font-size: 3vw;
    margin-top: 2%;
  }

  .newfaceName {
    font-size: 4.7vw;
  }

  .newfaceSize {
    font-size: 3vw;
  }

  .newfaceOption {
    margin: 3% auto;
  }

  .newfaceOption p {
    font-size: 3vw;
  }

  .newfaceSchedule {
    height: 5vw;
    line-height: 5vw;
    font-size: 3.2vw;
  }

  .ios .newfaceSchedule {
    line-height: 5.6vw;
  }

  .newfaceSchedule img {
    width: auto;
    height: 5.8vw;
    vertical-align: top;
  }

  .newfaceText {
    margin-top: 4%;
  }

  .newfaceText p {
    font-size: 3.6vw;
  }

  .newfaceRight {
    width: 45%;
  }

  .newfaceRight a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  /* 新人以外 */
  .recommend .newfaceLeftInner {
    padding-bottom: 1%;
  }

  .recommend .newfaceContents h2 {
    line-height: 1.7;
    width: 57%;
    margin-bottom: 0;
  }

  .recommend .newfaceContents h2 span {
    margin-top: 0;
    line-height: 1.5;
  }

  .recommend .newfaceOption {
    margin: 1% auto;
  }

  .recommend .newfaceText {
    margin-top: 2%;
  }

  /* 次回出勤なし */
  .noSchedule .newfaceLeftInner {
    padding-bottom: 1%;
  }

  .noSchedule .newfaceContents h2 {
    margin: 4% auto 4%;
  }

  .noSchedule .newfaceContents h2 span {
    margin-top: 5%;
  }

  .noSchedule .newfaceContents .newfaceName {
    line-height: 2;
  }

  .noSchedule .newfaceOption {
    margin: 7% auto 3.42%;
    line-height: 1.6;
  }

  /* 新人以外で次回出勤なし */
  .recommend.noSchedule .newfaceLeftInner {
    padding-bottom: 1%;
  }

  .recommend.noSchedule .newfaceContents h2 {
    margin: 3% auto 0;
  }

  .recommend.noSchedule .newfaceContents h2 span {
    margin-top: 0;
    line-height: 1.5;
  }

  .recommend.noSchedule .newfaceContents .newfaceName {
    line-height: 1.92;
  }

  .recommend.noSchedule .newfaceOption {
    margin: 5% auto 3.38%;
  }

  .reviewsTextBottom {
    /* position: absolute; */
    /* bottom: 1px; */
    /* left: 1px; */
    width: 100%;
    height: 13vw;
    background-color: #ffffff;
    border-top: 1px solid #c2ad61;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reviewsTextBottom.twitterButton p {
    width: 60%;
    /* height: 38px; */
    background-color: #c2ad61;
    /* line-height: 38px; */
    border-radius: 3.5vw;
    text-align: center;
  }

  .reviewsTextBottom p a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  .reviewsTextBottom.twitterButton p a::after {
    right: 4vw;
    top: 35%;
    width: 8px;
    height: 8px;
  }

}

/* =========================================================
 iphone5用メディアクエリ
========================================================= */
@media screen and (max-width: 320px) {
  .newFaceList .sisterFrame {
    /* height: 210vw; */
  }
}


/* ===============================================
  ヘッダースライドバナー
  ==================================================*/
  /*
    カスタマイズ
    */
    .myswiper-wrapper img {
      max-width: 100%;
      height: auto;
      vertical-align: bottom;
    }
    .myswiper-wrapper {
      overflow: hidden;
    }

    .swiper {
      max-width: 980px;
      overflow: visible!important;
    }

    .swiper.swiper-slide-prev,
    .swiper.swiper-slide-next {
      overflow: visible!important;
    }

    .swiper-slide-next,
    .swiper-slide-prev {
      transition: 0.3s;
      opacity: 0.4;
    }
    .swiper-slide-active img {
      opacity: 1;
    }

    .swiper-button-next, .swiper-button-prev {
      width: 32px!important;
      height: 32px!important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
      color: #fff;
      background: #c2ad61;
      display: block;
      width: 28px;
      height: 28px;
      /* font-size: 1rem!important; */
      font-size: 0.825rem!important;
      border-radius: 100px;
      line-height: 28px!important;
      text-align: center;
      border: 1px solid #fff;
    }

        /* =======================
  バナースライダー
  =========================*/
  .swiper-button-next, .swiper-button-prev {
    width: 2rem!important;
    height: 2rem!important;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    background: #c2ad61;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem!important;
    border-radius: 1rem;
    line-height: 2rem!important;
    text-align: center;
    box-sizing: border-box;
  }
