@charset "utf-8";

/* ↓共通↓ */
body {
  background-color: #f7f7f7;
}

.contents {
  background-color: #f6f6f6;
  max-width: 780px;
  margin: 0 auto;
  background-color: #fff;
}

.faq-link {
  max-width: 780px;
}

/* ↓店舗帯↓ */
.store_zone {
  width: 100%;
  background-color: #d10a1c;
  color: #ffffff;
  padding-bottom: 6px;
}

.store_zone .gyousyu {
  background-color: #ffffff;
  color: #d10a1c;
}

.store_zone .shop-name {
  padding-top: 6px;
  padding-left: 10px;
}

.store_zone .shop_title_gyousyu {
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}

.store_zone .shop-name,
.store_zone .shop_title_gyousyu li {
  padding-top: 6px;
}

.store_zone .shop_title_gyousyu span {
  padding-left: 10px;
  padding-right: 10px;
}

.shop-name .name {
  font-size: large;
}

/* ↑店舗帯↑ */
/* ↓切替タブ↓ */
.pageTabMenu {
  margin: 10px;
}

.tab-btn {
  display: block;
  border-style: solid;
  border-radius: 0.75em 0.75em 0 0;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 0.9em;
  border-color: #ccc;
  color: #ccc;
  padding: 0.5em;
  word-break: break-word;
  border-width: 0 0 2px 0;
  float: left;
  width: calc((100% - 30px - 1em) / 3);
  margin: 0;
  position: relative;
  height: 24px;
  padding: 6px;
  font-size: 14px;
}

.tab-btn.show {
  border-width: 2px 2px 0px 2px;
  color: #666666;
}

.pageTabMenu:after {
  content: "";
  display: block;
  clear: both;
}

.contens_title {
  font-weight: bold;
  font-size: 16px;
  /* お気に入り登録機能の追加 @SC 2024/09/09 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* お気に入り登録機能の追加 @SC 2024/09/09 */
}

@media screen and (max-width: 767px) {
  .en .tab-btn.attend-btn {
    font-size: 10px;
  }
}

/* ↑切替タブ↑ */
.profile.pc,
.sukkin_box {
  /* ↓　言語別LEVEL表示 @SC 2025/06/10 */
  float: right;
  /* ↑　言語別LEVEL表示 @SC 2025/06/10 */
  width: calc(100% - 310px);
  padding-left: 10px;
  margin-bottom: 10px;
}

/* ↑共通↑ */
/* ↓女の子写真↓ */
.girl_head {
  display: none;
}

.gallery {
  float: left;
  width: 300px;
  /* ↓ 女の子ページに写メ日記表示 @SC 2025/06/16 */
  margin-bottom: 20px;
  /* ↑ 女の子ページに写メ日記表示 @SC 2025/06/16 */
}

.gallery_top {
  position: relative;
}

.gallery_pop {
  display: flex;
  align-items: center;
}

.gallery_pop ul {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
  order: 1;
}

.gallery_pop li {
  display: block;
  text-align: center;
  width: 54px;
  margin: 5px 2px 0;
  overflow: hidden;
  float: left;
  cursor: pointer;
  border: 1px solid #000;
}

.gallery_pop .sns-share-wrapper {
  order: 2;
  margin-left: auto;
}

.gallery_top li {
  transition: opacity 0.6s ease 0s;
}

.girlsimg_top {
  display: none;
  width: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  animation-duration: 0.8s;
}

.girlsimg_top.select {
  display: block;
}

/* ↑女の子写真↑ */
/* ↓追加アイコン↓ */
.girls_ex_icon {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  display: none;
}

.girls_ex_icon_img {
  width: 150px;
}

/* ↑追加アイコン↑ */
.girl_box {
  margin: 6px 10px;
}

/* ↓プロフィール↓ */
.profile.sp {
  display: none;
}

.profile table {
  width: 100%;
}

.profile th {
  text-align: left;
  padding: 5px 0 5px 5px;
  width: 100px;
  font-size: 14px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.profile td {
  text-align: left;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ccc;
}

/* ↓　言語別LEVEL表示 @SC 2025/06/10 */
/* ↓言語別LEVEL↓ */
.girls_lang_level {
  text-align: center;
  padding: 6px 10px 15px;
}

.girls_lang_level_title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.girls_lang_level_title p {
  margin-right: 6px;
}

.girls_lang_level_star .lang-level-label {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.girls_lang_level_item {
  margin-top: 7px;
}

.girls_lang_level_text {
  min-width: 150px;
  text-align: left;
}

.fas.fa-question-circle {
  cursor: pointer;
}

.girls_lang_level_star {
  display: inline-block;
  margin: 0 15px;
}

.lang-level-stars {
  display: flex;
  gap: 2px;
}

.lang-level-average-star-icon {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.lang-level-average-star-icon.in_item {
  width: 18px;
  height: 18px;
}

/* 2025/07/29 @SC 環境差分をenvに逃がす */
.lang-level-average-star-icon.star_on {
  background-image: url("../img/renewal/star-fill.svg");
}

.lang-level-average-star-icon.star_off {
  background-image: url("../img/renewal/star-border.svg");
}
/* 2025/07/29 @SC 環境差分をenvに逃がす */

@media screen and (max-width: 767px) {
  .lang-level-label {
    margin: 3px 0;
  }
}

/* ↑言語別LEVEL↑ */
/* ↑　言語別LEVEL表示 @SC 2025/06/10 */

/* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
.profile_link_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 10px 0;
  padding: 0 6px;
}
/* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */

/* ↓ 女の子ページに写メ日記表示 @SC 2025/06/16 */
/* 口コミボタン、写メ日記ボタン、動画ボタン */
.profile_link {
  display: flex;
  gap: 8px;
  /* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
  padding: 8px 0;
  width: fit-content;
  flex-wrap: nowrap;
  /* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
}

.profile_link .lgp_list_review,
.profile_link .lgp_list_diary,
.profile_link .lgp_list_movie,
.profile_link .lgp_list_profile {
  padding: 8px 6px;
  background-color: #f37a72;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-sizing: border-box;
  word-break: break-word;
  text-align: center;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  /* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
  min-width: 120px;
  /* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
}

/* ボタン数に応じたレイアウト調整 PC: ボタン3つ以下で画面いっぱい */
.profile_link.fit-width-3 {
  width: 100%;
}

.profile_link.fit-width-3 .lgp_list_review,
.profile_link.fit-width-3 .lgp_list_diary,
.profile_link.fit-width-3 .lgp_list_movie,
.profile_link.fit-width-3 .lgp_list_profile {
  min-width: 0;
  flex: 1;
}

.profile_link .lgp_list_review div,
.profile_link .lgp_list_diary div,
.profile_link .lgp_list_movie div,
.profile_link .lgp_list_profile div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  gap: 6px;
}

.profile_link span {
  display: block;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
}

.profile_link .lgp_list_review .button_icon,
.profile_link .lgp_list_diary .button_icon,
.profile_link .lgp_list_movie .button_icon {
  width: 18px;
  height: 18px;
}

/* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
.profile_link .lgp_list_profile .button_icon {
  width: 30px;
  height: 30px;
}
/* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */

.profile_link .lgp_list_review:not(.disabled) .button_icon,
.profile_link .lgp_list_diary:not(.disabled) .button_icon,
.profile_link .lgp_list_movie:not(.disabled) .button_icon {
  filter: invert(100%) brightness(100%);
}

/* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
.profile_link .lgp_list_profile:not(.disabled) .button_icon .qc_bg {
  fill: #ffffff;
}
.profile_link .lgp_list_profile:not(.disabled) .button_icon .qc_text {
  fill: #f37a72;
}
/* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */

.profile_link .lgp_list_review.disabled,
.profile_link .lgp_list_diary.disabled,
.profile_link .lgp_list_movie.disabled,
.profile_link .lgp_list_profile.disabled {
  background-color: #e5e5e5;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

.profile_link .lgp_list_review.disabled .button_icon,
.profile_link .lgp_list_diary.disabled .button_icon,
.profile_link .lgp_list_movie.disabled .button_icon {
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(0.9) contrast(1) !important;
}

/* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
.profile_link .lgp_list_profile.disabled .button_icon .qc_bg {
  fill: #707070;
}
.profile_link .lgp_list_profile.disabled .button_icon .qc_text {
  fill: #e5e5e5;
}
/* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
/* ↑ 女の子ページに写メ日記表示 @SC 2025/06/16 */

/* ↑プロフィール↑ */

/* ↓出勤スケジュール↓ */
.sukkin.week {
  text-align: center;
}

.sukkin.week li {
  width: calc(100% / 7);
  list-style-type: none;
  margin: 0;
  float: left;
  font-size: 13px;
}

.sukkin.week dt {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  background: #eee;
}

@media screen and (min-width: 768px) {
  .sukkin.week.en dt {
    font-size: 11px;
  }
}

.sukkin.week .sat dt {
  color: #00f;
}

.sukkin.week .sun dt {
  color: red;
}

.sukkin.week dd {
  margin: 0;
  padding-top: 10px;
  border: 1px solid #eee;
  text-align: center;
  background: #fff;
  height: 65px;
  font-size: 14px;
}

.btn_calendar {
  display: none;
  border: 1px solid #ddd;
  background: #f8f8f8;
  text-align: center;
  border-radius: 20px;
}

.sukkin.month {
  display: none;
  background: #fff;
  padding: 30px 20px 115px;
  position: fixed;
  width: calc(100% - 40px);
  border-radius: 20px 20px 0 0;
  z-index: 9999;
  box-shadow: 0 2px 10px rgb(0 0 0 / 40%);
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -120%;
  font-size: 14px;
  left: 0;
  margin: 0 !important;
}

.sukkin.month p {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
}

.sukkin.month div {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 1px solid #ccc;
}

.sukkin.month dl {
  border-bottom: 1px solid #ccc;
  display: table;
  overflow: hidden;
  height: auto;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}

.sukkin.month dt {
  background: #acacac;
  font-size: 15px;
  height: auto;
  padding: 8px 0;
  text-align: center;
  width: 27%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.sukkin.month dd {
  background: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  height: auto;
  padding: 10px 0 10px 5px;
  text-indent: 5px;
  display: table-cell;
  color: #333;
  text-indent: 0;
  padding: 10px 8px;
}

.sukkin.month .dp_close_syukin {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 28px;
  cursor: pointer;
}

.sukkin.month .dp_close_syukin:before,
.sukkin.month .dp_close_syukin:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #555;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sukkin.month .dp_close_syukin:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sukkin.month .dp_close_syukin:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.month-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
}

.month-bg.panelactive {
  display: block;
}

/* ↑出勤スケジュール↑ */
/* ↓口コミ↓ */
/* ↓ 女の子ページに写メ日記表示 @SC 2025/06/16 */
/* 口コミ・写メ日記共通css */
.review_box,
.diary_box,
.girl_movie_area {
  width: auto;
  float: none;
  clear: both;
  margin: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #000;
}

.review_box .sub_title,
.diary_box .sub_title,
.girl_movie_area .sub_title {
  font-size: 18px;
  margin-bottom: 10px;
}

.profile.pc .sub_title,
.sukkin_box .sub_title {
  font-size: 16px;
}

.review_item,
.diary_item {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.review_box .review_slider_box,
.diary_box .diary_slider_box {
  width: 95%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 15px 5%;
  padding-top: 10px;
  float: none;
  padding-left: 0;
}

.review_all_link,
.diary_all_link {
  width: 75%;
  display: block;
  background: linear-gradient(135deg, #f37a72 0%, #f37a72 40%, #f33633 100%);
  color: #fff;
  line-height: 46px;
  border-radius: 23px;
  position: relative;
  overflow: hidden;
  height: 46px;
  font-size: 18px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  margin: 20px auto 10px;
}

.review_all_link span,
.diary_all_link span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review_all_link span::after,
.diary_all_link span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  bottom: 50%;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
  margin-bottom: -3px;
}

/* 口コミ */
.review_box {
  border-top: 1px solid #000;
  padding-top: 15px;
}

.review_box .review_slider {
  width: max-content;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: 173px;
}

.review_box .review_list {
  float: left;
  width: 270px;
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #000000;
  position: relative;
  box-sizing: border-box;
  box-shadow: var(--boxshadow);
}

.review_title {
  font-size: 17px;
  font-weight: bold;
  color: #13131e;
  display: block;
  width: 88%;
  margin: 10px auto 5px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review_rate {
  display: flex;
  padding-right: 4px;
  width: 88%;
  margin: 0 auto;
}

.review_item_star {
  display: flex;
  padding-right: 4px;
  position: relative;
  left: -2px;
}

.review_average_star_icon.in_item {
  margin-top: 4px;
  float: left;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

/* 2025/07/29 @SC 環境差分をenvに逃がす */
.review_average_star_icon.star_on {
  background-image: url("../img/renewal/star-fill.svg");
}

.review_average_star_icon.star_half {
  background-image: url("../img/renewal/star-half.svg");
}

.review_average_star_icon.star_off {
  background-image: url("../img/renewal/star-border.svg");
}
/* 2025/07/29 @SC 環境差分をenvに逃がす */

.review_item_star .total_rate {
  position: relative;
  color: #df9b56;
  font-weight: bold;
  padding: 0 3px 0;
}

.review_text {
  text-align: left;
  width: 88%;
  margin: 10px auto 25px;
  height: 40px;
  word-break: break-all;
}

.review_text .link_review {
  color: #36c;
  vertical-align: top;
}

.rl_user {
  position: relative;
  background: #efebeb;
  border-radius: 0 0 19px 19px;
  height: 35px;
}

.img_profile_waku {
  width: 48px;
  position: absolute;
  z-index: 8;
  left: 5%;
}

.img_profile {
  border: 1px solid #000;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  overflow: hidden;
  margin: auto !important;
  box-sizing: border-box;
  box-shadow: var(--boxshadow);
}

.img_profile img {
  max-width: 46.5px;
  max-height: 31px;
}

.review_dataItem {
  text-align: left;
  margin-left: calc(6% + 55px);
  line-height: 35px;
  font-size: 14px;
  color: #333;
}

.total_rate {
  position: relative;
  color: #df9b56;
  font-weight: bold;
  padding: 0 3px 0;
  font-size: 19px;
}

/* 口コミ件数 */
.review_box .contens_title {
  display: block;
}
.sub_title_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-count-box {
  border: 1px solid #a51c20;
  border-radius: 4px;
}

.review-count-info {
  padding: 3px 12px 3px 6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.review-count-info p {
  color: #a51c20;
  font-size: 11px;
  font-weight: bold;
  margin-left: 6px;
}

.review-icon {
  filter: brightness(0) saturate(100%) invert(14%) sepia(38%) saturate(6093%)
    hue-rotate(345deg) brightness(100%) contrast(96%);
  height: 18px;
  margin-top: 2px;
}

/* 口コミ0件導線 */
.review_box.none .contens_title {
  text-align: center;
  display: block;
}

.review_box.none .review_empty_message {
  font-size: 16px;
  margin-bottom: 10px;
}

.review_box.none .review_empty_invitation {
  font-size: 15px;
  font-weight: normal;
}

.review_post_button {
  width: 75%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f37a72 0%, #f37a72 40%, #f33633 100%);
  color: #fff !important;
  border-radius: 23px;
  font-size: 18px;
  font-weight: normal;
  gap: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  margin: 20px auto;
}

.review_post_button img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1) !important;
}

/* 写メ日記 */
.diary_list {
  overflow: hidden;
}

.diary_box {
  width: auto;
  float: none;
  /* 2025/06/30 @SC ページキャッシュ② */
  display: none;
  /* 2025/06/30 @SC ページキャッシュ② */
}

.diary_box {
  margin: 10px 10px 6px;
}

.diary_box .diary_slider_box {
  width: 95%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 15px 5%;
  padding-top: 10px;
  float: none;
  padding-left: 0;
}

.diary_box .diary_slider {
  width: max-content;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: 152px;
}

.diary_box .diary_list {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 4px 0 0;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #aaa;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px #aaa;
}

.diary_title {
  background: white;
  bottom: 0;
  color: #13131e;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 1.2em;
  line-height: 1.2em;
  margin: 10px auto 5px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  text-align: center;
}

.diary_list .girls_image_url {
  position: relative;
  height: 100%;
  width: 100%;
  background: white;

  & img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  & .limited_top,
  & .limited_under {
    position: absolute;
    background: black;
    min-height: 30px;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    & p {
      color: white;
      font-weight: bold;
      align-content: center;
      font-size: 12px;
      text-align: center;
    }
  }

  & .limited_top {
    top: 0;
  }

  & .limited_under {
    bottom: 0;
  }
}
/* ↑ 女の子ページに写メ日記表示 @SC 2025/06/16 */

/* ヘブンの女の子動画表示 @SC 2025/03/24 */
/* ↓女の子動画↓ */
#girl_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* ↑女の子動画↓ */
/* ヘブンの女の子動画表示 @SC 2025/03/24 */

/* ↓店舗情報↓ */
#shopdataBlock {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

#shopdataBlock .info_box {
  border: 1px solid rgba(158, 158, 158, 0.5);
  border-radius: 4px;
  padding: 6px 10px;
}

.shopdata_feature {
  word-break: normal;
}

#shopdataBlock .shopdata_item {
  border-bottom: 1px solid #996699;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  /* ↓ 交通案内右寄せ対応 @SC 2025/12/09 */
  display: flex;
  justify-content: space-between;
  /* ↑ 交通案内右寄せ対応 @SC 2025/12/09 */
}

.item_title,
.item_answer {
  font-size: 17px;
}

.item_title {
  width: 30%;
  text-align: left;
}

.item_answer {
  width: calc(70% - 12px);
  padding-left: 10px;
  text-align: right;
}

.item_answer.cash {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.item_answer.cash p {
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 6px;
  margin: 1px;
  padding: 1px;
  width: fit-content;
  line-height: 23px;
}

.item_answer.cash img {
  height: 100%;
}

.item_answer.cash span {
  font-size: 12px;
  color: orange;
  border: 1px solid;
  border-radius: 6px;
  margin: 1px;
  padding: 2px;
  position: relative;
  top: -1px;
}

#shopdataBlock .shopdata_item.back {
  text-align: right;
}

.tel_precautions {
  font-size: 11px;
}

.tel_precautions {
  word-break: break-word;
}

/* ↑店舗情報↑ */
@media screen and (max-width: 500px) {
  .item_answer.cash {
    width: fit-content;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  /* ↓店舗情報↓ */
  .info_box .shopdata_item {
    width: calc(100% - 20px);
    padding: 10px 10px;
  }

  .item_title,
  .item_answer {
    font-size: 14px;
  }

  .item_answer.cash span {
    top: 0;
  }

  /* ↑店舗情報↑ */
}

@media screen and (max-width: 767px) {
  .gallery,
  .profile {
    float: none;
    width: auto;
    /* ↓ 女の子ページに写メ日記表示 @SC 2025/06/16 */
    margin-bottom: 0px;
    /* ↑ 女の子ページに写メ日記表示 @SC 2025/06/16 */
  }

  .gallery_pop ul {
    padding: 0;
    width: max-content;
    display: flex;
  }

  .gallery_pop li {
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    border-radius: 50px;
    border: 1px solid #fff;
    border: 1.5px solid #000;
  }

  .girls_ex_icon_img {
    width: 180px;
  }

  .profile.pc {
    display: none;
  }

  .profile.sp {
    display: block;
    text-align: center;
  }

  /* @SC 2025/10/28 #10495 お気に入りボタンのデザイン変更 */
  .profile.sp .button-zone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 8px 2% 8px 0;
    gap: 5px;
  }
  /* @SC 2025/10/28 #10495 お気に入りボタンのデザイン変更 */

  /* お気に入り登録機能の追加 @SC 2024/09/09 */
  .profile.sp .name {
    font-size: 1.45rem !important;
    font-weight: bold;
    line-height: 40px;
    overflow-wrap: break-word;
  }

  .profile.sp .gtd_style {
    font-size: 1.16rem !important;
  }

  .profile.sp .gtd_style span {
    margin-right: 5px;
  }

  /* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
  .profile_link .lgp_list_review,
  .profile_link .lgp_list_diary,
  .profile_link .lgp_list_movie,
  .profile_link .lgp_list_profile {
    min-width: 138px;
  }

  /* ボタン数に応じたレイアウト調整 SP: ボタン2つ以下で画面いっぱい */
  .profile_link.fit-width-3 {
    width: fit-content;
  }

  .profile_link.fit-width-3 .lgp_list_review,
  .profile_link.fit-width-3 .lgp_list_diary,
  .profile_link.fit-width-3 .lgp_list_movie,
  .profile_link.fit-width-3 .lgp_list_profile {
    min-width: 138px;
    flex: none;
  }

  .profile_link.fit-width-2 {
    width: 100%;
  }

  .profile_link.fit-width-2 .lgp_list_review,
  .profile_link.fit-width-2 .lgp_list_diary,
  .profile_link.fit-width-2 .lgp_list_movie,
  .profile_link.fit-width-2 .lgp_list_profile {
    min-width: 0;
    flex: 1;
  }
  /* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */

  .profile_link span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sukkin.week {
    width: 95%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 0 10px 5%;
    padding-top: 20px;
    float: none;
    padding-left: 0;
  }

  .sukkin.week div {
    width: 920px;
  }

  .sukkin.week li {
    float: left;
    width: 120px;
    margin: 0 0 0 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #acacac;
    position: relative;
    box-sizing: border-box;
  }

  .sukkin.week li.sat {
    border: 1px solid #acbaf4;
  }

  .sukkin.week li.sun {
    order: 1px solid #f5a49d;
  }

  .sukkin.week dt {
    background: #acacac;
    border-radius: 19px 19px 0 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border: none;
  }

  .sukkin.week .sat dt {
    background: #acbaf4;
    color: #fff;
  }

  .sukkin.week .sun dt {
    background: #f5a49d;
    color: #fff;
  }

  .sukkin.week dd {
    width: 90%;
    margin: 10px auto;
    height: 85px;
    font-size: 19px;
    font-weight: bold;
    color: #595757;
    text-align: center;
    position: relative;
    padding: 0;
    border: none;
  }

  .btn_calendar {
    width: 150px;
    height: 28px;
    top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .contens_title,
  .btn_calendar {
    display: block;
  }

  .en .btn_calendar {
    font-size: 11px;
  }

  .sukkin.month {
    bottom: -120%;
  }

  .sukkin.month.panelactive {
    bottom: 0;
    z-index: 10000;
    z-index: 103;
    display: block;
  }

  .sukkin.week ul:first-child li {
    margin: 0;
  }

  .en .btn_calendar p {
    padding-top: 5px;
  }

  .en .item_title {
    width: 40%;
  }

  .en .item_answer {
    width: calc(60% - 12px);
  }

  .en .item_title.cash {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .review_box {
    border-top: none;
    padding-top: 5px;
  }

  .sukkin_box {
    padding-top: 15px;
    margin: 10px;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
  }

  .sukkin_box,
  .review_box {
    width: auto;
    float: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .sukkin_box .contens_title {
    display: flex;
  }

  .sukkin_box .sub_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .girl_head {
    display: flex;
    justify-content: space-between;
    height: 50%;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background: #acacac;
  }

  .girl_head a {
    z-index: 2;
  }

  .girl_head .gh_return {
    position: relative;
    width: 30px;
    height: 50px;
    float: left;
  }

  .girl_head .gh_return::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 50%;
    border-bottom: 3px solid #575757;
    border-left: 3px solid #575757;
    transform: rotate(45deg) translateY(-50%);
    left: 10px;
    margin-top: -3px;
  }

  .girl_head .gh_user {
    text-align: center;
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
  }

  .girl_head .name {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    max-width: 260px;
    color: #575757;
  }

  /* ↓ 口コミ0件導線追加 @SC 2025/06/16 */
  @media screen and (max-width: 767px) {
    .profile_link .lgp_list_diary {
      white-space: nowrap;
    }

    .review_box.none .review_empty_message {
      font-size: 14px;
    }
    .review_box.none .review_empty_invitation {
      font-size: 13px;
    }

    .review_post_button {
      width: 85%;
      max-width: 300px;
    }
  }
  /* ↑ 口コミ0件導線追加 @SC 2025/06/16 */
}

@media screen and (max-width: 767px) {
  .item_answer.cash,
  .en .item_answer.cash {
    width: fit-content;
  }
}

.profile td,
.profile.sp .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ↓ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */
.girl-qa-section {
  margin: 30px auto 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 80%;
  box-sizing: border-box;
}

.girl-qa-header {
  background: #d10a1c;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  justify-content: space-between;
}

.girl-qa-header .qa-icon .qc_bg {
  fill: #333333;
}

.girl-qa-header .qa-icon .qc_text {
  fill: #ffffff;
}

.girl-qa-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.qa-icon {
  width: 45px;
  margin-left: 4px;
}

.girl-qa-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
}

.girl-qa-table tbody {
  display: table-row-group;
}

.girl-qa-row {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.girl-qa-row:nth-child(even) {
  background: #f8f9fa;
}

.girl-qa-row:last-child {
  border-bottom: none;
}

.girl-qa-question,
.girl-qa-answer {
  padding: 10px 14px;
  border: none;
  display: table-cell;
  vertical-align: top;
}

.girl-qa-question {
  width: 40%;
  border-right: 1px solid #ddd;
}

.girl-qa-answer {
  width: 60%;
}

.qa-label {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.q-label {
  color: #3366ff;
}

.a-label {
  color: #ff3399;
}

.qa-text {
  display: inline;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  word-break: break-word;
  line-break: loose;
}

@media (max-width: 768px) {
  .girl-qa-section {
    border: 1px solid rgba(158, 158, 158, 0.5);
    border-radius: 4px;
    padding: 6px 10px;
  }

  .girl-qa-header {
    background: none;
    padding: 15px 5px;
    border-bottom: 1px solid #996699;
  }

  .girl-qa-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }

  .girl-qa-table {
    display: block;
    width: 100%;
  }

  .girl-qa-table tbody {
    display: block;
    width: 100%;
  }

  .girl-qa-row {
    display: block;
    width: 100%;
    border-bottom: 1px solid #996699;
    background: #fff;
    padding: 12px 15px;
    box-sizing: border-box;
  }

  .girl-qa-row:nth-child(even) {
    background: #fff;
  }

  .girl-qa-row:last-child {
    border-bottom: 1px solid #996699;
  }

  .girl-qa-question,
  .girl-qa-answer {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }

  .girl-qa-question {
    margin-bottom: 8px;
  }

  .girl-qa-question .qa-text {
    font-size: 12px;
    color: #666;
    font-weight: normal;
  }

  .girl-qa-answer {
    margin: 0;
  }

  .girl-qa-answer .qa-text {
    font-size: 16px;
    color: #333;
    font-weight: normal;
  }
}
/* ↑ 女の子ページにQ＆A表示追加 @SC 2025/12/02 */

/* ↓ 交通案内右寄せ対応 @SC 2025/12/09 */
.shopdata_item.tel {
  flex-direction: column;
}

.tel_area {
  display: flex;
  width: 100%;
}
/* ↑ 交通案内右寄せ対応 @SC 2025/12/09 */

/* ↓ 女の子フリースペース追加 @SC 2025/12/09 */
#girl_freespace {
  padding: 0;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 80%;
  box-sizing: border-box;
}

#girl_freespace .girl-freespace-header {
  margin-top: 0;
  background: #d10a1c;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}

#girl_freespace .girl-freespace-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#girl_freespace .girl-freespace-content {
  padding: 15px 20px;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  #girl_freespace {
    border: 1px solid rgba(158, 158, 158, 0.5);
    border-radius: 4px;
    padding: 6px 10px;
  }

  #girl_freespace .girl-freespace-header {
    background: none;
    padding: 15px 5px;
    border-bottom: 1px solid #996699;
  }

  #girl_freespace .girl-freespace-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }

  #girl_freespace .girl-freespace-content {
    padding: 15px 5px;
    font-size: 14px;
  }
}
/* ↑ 女の子フリースペース追加 @SC 2025/12/09 */
