/*
Theme Name:original
Author:SolabotSchool
Version:1.00
*/

/*全体設定*/
/*ヘッダー*/
/*フッター*/
/*トップページ*/
/*エリアページ*/
/*子サイトトップページ*/
/*セラピスト一覧*/
/*セラピスト詳細*/
/*お問い合わせ*/
/*掲載依頼フォーム*/
/*運営者情報/利用規約/個人情報保護/リンクについて*/

/*メディアクエリ・ブレイクポイント*/

/*-----------------------------------------------全体設定-----------------------------------------------*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

img {
	display: block;
    width: 100%;
    height: auto;
}

/*全体幅*/
*, *:before, *:after { box-sizing: border-box;}

/*フォント*/
div,a,p,span {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
h1,h2,h3,h4,h5 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
}

/*アンカー*/
.anchor {
  padding-top: 20vw;
  margin-top: -20vw;
}

/*画像保存禁止処理*/
img{
	/* PCの右クリック禁止 */
	pointer-events: none;
	/* SPの長押し禁止 */
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}

/*-----------------------------------------------ヘッダー-----------------------------------------------*/
#masthead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.main-header-content {
  display: flex;
  justify-content: space-between;
  background: url(/wp-content/themes/original/images/header_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 19vw;
  padding: 3vw;
}
.site-branding {
  display: flex;
  align-items: center;
}
.site-logo {
  display: flex;
  align-items: center;
}
.site-title {
  margin-top: 3vw;
  margin-left: 2vw;
}
.site-title a {
  font-size: 1vw;
  color: #000;
  text-decoration: none;
}
.site-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-title, .site-title a {
  font-size: 5vw;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.site-logo img {
  width: 36vw;
}


/* Drawer Button */
.drawer-hamburger {
  background-color: transparent;
  box-sizing: content-box;
  display: block;
  margin-left: auto;
  outline: 0;
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  width: 9vw;
  min-width: 6vw;
  z-index: 102;
  border: 0;
  height: 9vw;
  margin-top: 4vw;
  position: relative;
}
.drawer-hamburger::before {
  content: "エリア移動";
  position: absolute;
  top: -5vw;
  right: 0;
  font-size: 4.2vw;
  white-space: nowrap;
  color: #fff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -0.2vw;
  font-weight: 600;
  text-shadow: 1px 1px 3px #000;
  transition: all 0.2s;
}
.drawer-hamburger:hover,
.drawer-hamburger:focus {
	background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 100%;
	background: #fff;
	height: 0.6vw;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon::before {
  top: -2vw;
}
.drawer-hamburger-icon::after {
  top: 2vw;
}
.drawer-opened .drawer-hamburger:before {
  opacity: 0;
}
.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	top: 0;
	background: #000;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}

/* Drawer Navigation */
.drawer-overlay {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.drawer-navigation {
  background: #fff;
  height: 100vh;
  height: 91.6dvh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  width: 88%;
  z-index: 101;
  padding: 12vw 3vw;
  border-radius: 15vw 0 0 15vw;
  border-left: 8px solid #fff;
}
.drawer-navigation::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10vw;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(/wp-content/themes/original/images/drawer_bg.webp);
    background-size: auto;
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
}
.drawer_nav .area_select_container {
  background: none;
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 75px 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 30px 8px #333;
	transform: translateX(0);
}

/*ドロワーオープン時スクロール禁止*/
html.overflow_hidden {
  overflow: hidden;
}

/*ドロワーメニュー*/
.drawer_nav_title {
  color: #000;
  text-align: center;
  font-size: 5.4vw;
  margin-bottom: 3vw;
  font-weight: bold;
}

.drawer_nav .area_group.osaka,.drawer_nav .area_group.hyogo {
  width: 80vw;
}
.drawer_nav .area_group.osaka {
  margin-bottom: 8vw;
}
.drawer_nav .area_item {
  height: 18vw;
}
.drawer_nav .area_item a {
  line-height: 1.4;
}
.drawer_nav .area_item.area1 a {
  font-size: 4.6vw;
}
.drawer_nav .area_item.area2 a {
  font-size: 3.2vw;
}
.drawer_nav .area_item.area3 a {
  font-size: 3.6vw;
}
.drawer_nav .area_item.area4 a {
  font-size: 2.8vw;
}


/*-----------------------------------------------フッター-----------------------------------------------*/
.footer_meta {
  display: flex;
  align-items: center;
  font-size: 4vw;
  justify-content: center;
  margin-bottom: 2vw;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_meta img {
  width: 6vw;
  margin-right: 2vw;
}
.footer_nav {
  padding-left: 3vw;
}
.footer_nav ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 88vw;
  margin: auto;
}
.footer_nav li {
  margin-bottom: 3vw;
  position: relative;
  text-align: center;
  width: 33vw;
}
.footer_nav li:nth-child(3),.footer_nav li:nth-child(6) {
  width: 33vw;
}
.footer_nav li:nth-child(2) {
  width: 29vw;
}
.footer_nav li:nth-child(4) {
  padding-left: 3vw;
}
.footer_nav li:nth-child(6) {
  padding-left: 1.4vw;
  text-align: left;
}
.footer_nav li:nth-child(1), .footer_nav li:nth-child(4) {
  width: 22vw;
}
.footer_nav ul li:nth-child(3)::before, .footer_nav ul li:nth-child(6)::before {
  display: none;
}
.footer_nav li a {
  text-decoration: none;
  color: #000;
  font-size: 3.7vw;
  display: block;
  font-weight: 400;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_contents {
  background: url(/wp-content/themes/original/images/header_bg.webp);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 24vw;
  padding-top: 1.6vw;
}
.footer_contents .site-logo a {
  justify-content: center;
}
.copyright {
  font-size: 4vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

/*ページトップ*/
.page_top_container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 16vw;
  display: none;
  z-index: 999;
}

/*下部エリアラベル*/
.page_top_container .area_item a {
  pointer-events: none;
}

/*-----------------------------------------------トップページ-----------------------------------------------*/
/*親サイトの場合ヘッダー中央*/
.site-branding.center_head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*サイトトップキャッチコピーセクション*/
.top_copytext {
  font-size: 4.6vw;
  text-align: center;
  margin: 4vw 0 0;
  font-weight: bold;
}
.copy_caption {
  max-width: 90%;
  display: block;
  color: #d00;
  font-weight: bold;
  line-height: 1.2;
  margin:0 auto 1rem;
  font-size: 0.8rem;
}
/*有料広告ランダム表示セクション*/
.paid_advertising_contents {
  width: 96vw;
  margin: 4vw auto;
}
.paid_advertising_contents img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
/*エリアセレクトセクション*/
.area_select_container {
  background: url(/wp-content/themes/original/images/area_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 12vw;
}
.area_group {
  width: 92vw;
  margin: 8vw auto 8vw;
}
.area_label {
  display: flex;
  align-items: center;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 3vw;
}
.area_label img {
  width: 5vw;
  margin-right: 1.6vw;
}
.area_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 6vw;
  column-gap: 2vw;
}

/*中段バナーセクション*/
.middle_banner_container {
  width: 92vw;
  margin: 0 auto 12vw;
}
.middle_banner_item {
  margin-bottom: 6vw;
}
.middle_banner_item:last-child {
  margin-bottom: 0;
}
/*下部コメントセクション*/
.text_comment_container {
  width: 92vw;
  margin: 0 auto 12vw;
}


/*-----------------------------------------------エリアページ-----------------------------------------------*/
/*新着ニュース*/
.area_news_container {
  width: 96vw;
  margin: 0 auto 12vw;
}
.area_news_tab {
  background: #eaeaea;
  border-top: 2.6vw solid #000;
  padding: 1vw 3vw 0;
  display: inline-block;
  font-size: 4.2vw;
}
.area_news_contens {
  border: 1.4vw solid #eaeaea;
  background: #fff;
  padding: 3vw;
  max-height: clamp(220px, 100vw, 500px);
  overflow: auto;
}
.news_list_date {
  margin-bottom: 4vw;
}
.news_list_date_label {
  font-size: 3.6vw;
  background: #eaeaea;
  line-height: 1;
  padding: 1vw;
  margin-bottom: 3vw;
}
.news_list ul li {
  margin-bottom: 2vw;
}
.news_list ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 3vw;
  display: flex;
  align-items: center;
}
.news_category {
  width: 6vw;
  display: inline;
}
.news_category {
  width: 6vw;
  display: inline;
  margin-right: 1vw;
}
.news_subarea {
  margin-right: 1vw;
  width: 9.4vw;
}
.news_post_time {
  margin-right: 1vw;
  width: 8vw;
}
.news_title {
  width: 34vw;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_site {
  margin-left: auto;
  width: 24vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*-----------------------------------------------属性別コンテンツ-----------------------------------------------*/
/*タブ切り替え*/
.panel {
  display: none;
}
.panel.active {
  display: block;
}

/*タブ内容*/
.tab_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6vw;
  width: 96vw;
  margin: 0 auto 6vw;
}
.tab {
  cursor: pointer;
  position: relative;
  width: 22vw;
}

.tab .tab_hand {
  display: block;
}
.tab.active  .tab_hand {
  display: none;
}
.tab_hand {
  position: absolute;
  top: 79%;
  right: 0;
  width: 12vw;
}
.tab.active .tab_on {
  display: block;
}
.tab .tab_on {
  display: none;
}
.tab.active .tab_off {
  display: none;
}

/*swiper部分*/
.slide_store_rank {
  padding: 2vw 2vw 0 2.7vw !important;
}
.slide_cast_rank {
  padding: 2vw 2vw 0 2.7vw !important;
}
.rank_item_store_name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.rank_container .swiper-button-prev {
  left: 0;
  width: 5vw;
}
.rank_container .swiper-button-next {
  right: 0;
  width: 5vw;
}
.rank_container .swiper-button-prev::after,.rank_container .swiper-button-next::after {
  font-size: 5vw;
  color: #fff;
  background: #333333a6;
  line-height: 1;
  font-weight: bold;
}
.rank_container .swiper-button-prev::after {
  padding: 3vw 2vw 3vw 1.1vw;
}
.rank_container .swiper-button-next::after {
  padding: 3vw 1vw 3vw 1.2vw;
}

.rank_container .swiper-button-next, .rank_container .swiper-button-prev {
  top: calc(50% - 6vw);
}


/*ランキング部分*/
.rank_container {
  position: relative;
  padding: 3vw 0;
}
.rank_title {
  display: flex;
  align-items: center;
  font-size: 5vw;
  font-weight: bold;
  color: #ff5353;
  width: 96vw;
  margin: 0 auto 3vw;
}
.rank_title img {
  width: 8vw;
  margin-right: 1vw;
}

.rank_item_image {
  position: relative;
  padding-top: 3vw;
  padding-left: 3vw;
}
.rank_item_image:before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.rank_item_image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.rank_item_image img:not(.rank_icon) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rank_icon {
  position: absolute;
  top: -2vw;
  left: -2vw;
  width: 8vw;
}
.rank_item_title {
  padding-left: 2vw;
}
.rank_item_title a {
  font-size: 4vw;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.rank_item_meta {
  padding-left: 2vw;
}
.rank_item_meta a {
  font-size: 4vw;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.rank_icon.text {
  font-size: 5vw;
  background: #fff;
  width: 8vw;
  height: 8vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
}

.by_attribute_container .swiper-button-next.swiper-button-disabled, .by_attribute_container .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset;
}

/*キャスト側*/
.cast .rank_item_image::before {
  content: "";
  display: block;
  padding-top: 133.333%;
}
.rank_item_store a {
  font-size: 4vw;
}


/*優良店舗情報*/
.ex_stores_container {
  margin-bottom: 6vw;
}
.rank_container.cast {
  margin-bottom: 6vw;
}
.ex_stores_items {
  width: 96vw;
  margin: auto;
}
.ex_store {
  border-radius: 3vw;
  border: 2px solid #000;
  padding: 3vw 0;
  margin-bottom: 6vw;
}
.ex_store_head {
  display: flex;
  justify-content: space-between;
  padding: 0 1vw;
  margin-bottom: 3vw;
}
.ex_store_image {
  width: 24%;
  flex-shrink: 0;
  position: relative;
}
.ex_store_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.ex_store_image a::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.ex_store_image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ex_store_info {
  width: 74%;
}
.ex_store_name a {
  font-size: 6.2vw;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ex_store_metas {
  display: flex;
  justify-content: space-between;
}
.store_status {
  font-size: 3vw;
}
.ex_store_name {
  margin-bottom: 1vw;
}
.ex_store_meta {
  width: 41.4vw;
}
.ex_stores .store_attributes_item,.normal_stores .store_attributes_item {
  font-size: 3vw;
  padding: 0.1vw 0.6vw 0vw;
}
.store_attributes {
  display: flex;
}
.store_attributes_item {
  font-size: 4vw;
  color: #fff;
  padding: 0 0.3vw;
}
.store_attributes_item:not(:first-child) {
  margin-left: 1vw;
}
.store_attributes_item.jp {
  background: #f20028;
}
.store_attributes_item.asian {
  background: #f18b4b;
}
.store_attributes_item.outcall {
  background: #89ccff;
}
.store_attributes_item.personal {
  background: #2c5a6d;
}
.payment_method {
  display: flex;
  align-items: start;
}
.payment_method .sepalate {
  line-height: 5vw;
  font-size: 3vw;
}
.payment_method_item {
  font-size: 3vw;
}
.payment_method_item.credit img {
  width: 7vw;
  display: block;
  margin: auto;
}
.payment_method_item.qr img {
  width: 5vw;
  margin: auto;
}

.ex_cast_image > a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ex_store_copy p {
  font-size: 4vw;
  color: #ff5353;
  font-weight: bold;
}
.ex_store_copy {
  width: 95%;
  margin: 0 auto 3vw;
}
.ex_store_data {
  border-radius: 5vw;
  width: 97%;
  margin: 0 auto 3vw;
  padding: 1.8vw;
  position: relative;
}
.ex_store_data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5vw;
  border: 2px solid transparent;
  background: linear-gradient(90deg,#1d196d 0%,#1d196d,#0cccaf 100%) border-box border-box;
  -webkit-mask: linear-gradient(90deg,#1d196d 0%,#1d196d,#0cccaf 100%) border-box border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  z-index: -1;
}
.ex_store_data_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.business_hours {
  display: flex;
  align-items: center;
  font-size: 3.6vw;
}
.business_hours img {
  width: 4.6vw;
  margin-right: 1vw;
}
.average_budget {
  display: flex;
  align-items: center;
  font-size: 3.6vw;
}
.average_budget img {
  width: 5.2vw;
  margin-right: 1vw;
}
.ex_store_data_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nop_working {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 4vw;
  flex-shrink: 0;
}
.nop_working img {
  width: 5vw;
  margin-right: 1vw;
}
.tel_container {
  width: 52vw;
  flex-shrink: 1;
  margin-left: auto;
}
.tel_caption {
  font-size: 3vw;
  color: #f22428;
  font-weight: bold;
  text-align: center;
}
.tel_num a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff5353;
  border-radius: 5vw;
  text-align: center;
  width: 75%;
  margin: auto;
  padding: 0.8vw 0;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.8vw;
}
.ex_store_coupon {
  width: 95%;
  margin: auto;
}
.ex_store_coupon_title {
  background: linear-gradient(90deg, #0097b2 5%, #7ed957 100%);
  color: #fff;
  font-size: 3.4vw;
  font-weight: bold;
  padding: 2vw;
}
.ex_store_coupon_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0cc0df5e 0%, #ffde595e 100%);
  padding: 5vw 2vw;
}
.old_price {
  color: #000;
  font-size: 3.5vw;
  font-weight: bold;
  position: relative;
  flex-shrink: 0;
  width: 34%;
  text-decoration: line-through;
  text-align: center;
}
.new_price {
  color: #d00;
  font-size: 5.5vw;
  font-weight: bold;
  width: 54%;
  text-align: center;
}

.ex_store_coupon_contents img {
  width: 7vw;
}

.slide_ex_casts {
  margin-bottom: 3vw;
  padding: 0 5.2vw !important;
}
.slide_ex_casts .swiper-button-prev {
  left: -3vw;
}
.slide_ex_casts .swiper-button-prev {
  left: 0;
  width: 5vw;
}
.slide_ex_casts .swiper-button-next {
  right: 0;
  width: 5vw;
}
.slide_ex_casts .swiper-button-prev::after,.slide_ex_casts .swiper-button-next::after {
  font-size: 5vw;
  color: #fff;
  background: #333333a6;
  line-height: 1;
  font-weight: bold;
}
.slide_ex_casts .swiper-button-prev::after {
  padding: 3vw 2vw 3vw 1.1vw;
}
.slide_ex_casts .swiper-button-next::after {
  padding: 3vw 1vw 3vw 1.2vw;
}

.slide_ex_casts .swiper-button-next, .slide_ex_casts .swiper-button-prev {
  top: calc(50% - 3vw);
}

.ex_cast_image {
  position: relative;
}
.ex_cast_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ex_cast_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: ;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*通常店舗*/
.normal_stores_container {
  margin-bottom: 6vw;
}
.normal_stores_items {
  width: 90vw;
  margin: auto;
}
.normal_store {
  border-radius: 3vw;
  border: 2px solid #000;
  padding: 2vw 1vw;
  margin-bottom: 6vw;
  position: relative;
}
.normal_store_data_top {
  margin-bottom: 3vw;
  display: flex;
}
.normal_store .tel_container {
  position: absolute;
  top: 1vw;
  right: -1vw;
}
.normal_store .tel_caption {
  font-size: 2.9vw;
  margin-bottom: 0;
}
.normal_store_name {
  font-size: 3.5vw;
  display: block;
  line-height: 1;
}
.normal_store_name {
  margin-bottom: 2vw;
}
.normal_store_head .store_attributes {
  margin-bottom: 1vw;
}
.normal_store .store_attributes_item {
  font-size: 2.8vw;
}
.normal_store .store_status {
  font-size: 2.8vw;
}
.normal_store_data_bottom {
  display: flex;
  justify-content: space-around;
  border-radius: 4vw;
  padding: 1vw;
  position: relative;
}
.normal_store_data_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5vw;
  border: 2px solid transparent;
  background: linear-gradient(90deg,#1d196d 0%,#1d196d,#0cccaf 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: add, add;
  mask-composite: exclude;
}
.normal_store .business_hours {
  font-size: 3.2vw;
}
.normal_store .average_budget {
  font-size: 3.4vw;
}
.normal_store .business_hours img {
  width: 4.6vw;
}
.normal_store .average_budget img {
  width: 4.6vw;
}

.normal_store_more_contents {
  display: none;
}
.normal_store_more_btn {
  width: 12vw;
  margin: 12vw auto;
  cursor: pointer;
}


/*10件以上のサイトしょき非表示*/
.normal_store.hidden {
  display: none;
}

/*-------------------------------------子サイトトップページ-------------------------------------*/
.store_head_container {
  width: 96vw;
  margin: 3vw auto 6vw;
  position: relative;
}
.store_head_container .store_name {
  width: 65vw;
  margin-bottom: 4vw;
}
.store_name {
  font-size: 6vw;
  line-height: 1;
}
.store_name a {
  font-weight: bold;
}
.store_area {
  font-size: 4vw;
}
.store_head_container .store_meta {
  margin-bottom: 6vw;
}
.store_head_container .store_status {
  font-size: 4vw;
  margin-right: 1vw;
  margin-bottom: 2vw;
}
.store_head_container .store_attributes {
  align-items: center;
}
.store_head_container .store_attributes_item {
  line-height: 1;
  padding: 1.4vw 1.8vw 1.2vw;
  margin-right: 2vw;
}
.store_head_container .store_attributes_item:last-child {
  margin-right: 0;
}
.store_head_container .payment_method {
  position: absolute;
  top: -1vw;
  right: 0;
}
.store_head_container .payment_method_item:after {
  bottom: auto;
  top: calc(100% - 2vw);
}
.store_thumbnail {
  width: 96vw;
  margin: 0 auto 6vw;
}
.store_copy {
  width: 96vw;
  margin: 0 auto 6vw;
  text-align: center;
  font-size: 4.5vw;
}
.store_jump_btns {
  display: flex;
  width: 96vw;
  justify-content: space-between;
  margin: 0 auto 6vw;
}
.store_jump_btn {
  width: 30vw;
}
.store_top_title.news {
  font-size: 5vw;
  font-weight: 600;
  border: 1px solid #000;
  width: 34vw;
  text-align: center;
  margin: 0 auto 6vw;
  line-height: 1;
  padding: 0.8vw 0;
}
.store_news_items {
  position: relative;
  border: 5px solid #ddd;
  border-radius: 5vw;
  width: 96vw;
  margin: 0 auto 6vw;
}
.store_news_items_inner {
  height: 80vw;
  overflow-y: auto;
  padding: 10vw 3vw 6vw;
}
.store_news_item {
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  padding-top: 2vw;
}
.store_news_head {
  margin-bottom: 3vw;
}
.store_news_meta {
  text-align: right;
  font-size: 4vw;
  line-height: 1;
  margin-bottom: 3vw;
}
.store_news_item_title {
  font-size: 3.8vw;
  display: flex;
  align-items: center;
  padding-bottom: 3vw;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.store_news_item_title img {
  width: 6vw;
  margin:0 0.4rem;
}
.store_news_contents p {
  font-size: 4vw;
}
.store_news_item_label {
  position: absolute;
  top: calc(0% - 3vw);
  left: calc(0% - 2vw);
  width: 25vw;
}
.store_news_items_inner.no_item {
  height: 200px;
}

.store_working_casts {
  margin-bottom: 12vw;
}
.store_top_title.working_casts {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8vw;
  font-weight: 600;
  color: #ff52c1;
  margin-bottom: 8vw;
}
.store_top_title.working_casts img {
  width: 10vw;
  margin-right: 3vw;
}
.working_label {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 600;
}
.cast_room {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 600;
}
.store_working_casts_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  width: 96vw;
  margin: auto;
}
.store_working_casts_item {
  position: relative;
  margin-bottom: 6vw;
}
.store_working_casts_item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.store_working_casts_image {
  position: relative;
  margin-bottom: 3vw;
}
.store_working_casts_image:before {
  content: "";
  display: block;
  padding-top: 150%;
}
.store_working_casts_image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store_working_casts_image .cast_sns_item {
  width: 10vw;
}
.store_working_casts_name {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 600;
}
.working_hours {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 600;
}
.working_detail {
  text-align: center;
  font-size: 4.6vw;
  font-weight: 600;
}
.no_working_cast {
  margin:3rem 0 6rem;
  text-align: center;
  font-size: 0.9rem;
}
.cast_list_btn {
  width: 96vw;
  margin: 0 auto 12vw;
  position: relative;
}
.store_price_coupon {
  margin-bottom: 12vw;
}
.store_top_title.price {
  display: flex;
  justify-content: center;
  font-size: 5vw;
  align-items: center;
  margin-bottom: 3vw;
}
.store_top_title.price img {
  width: 9vw;
  margin-right: 3vw;
}
.store_coupon {
  margin-bottom: 6vw;
  width: 96vw;
  margin: 0 auto 6vw;
}
.store_coupon_title {
  background: linear-gradient(90deg, #0097b2 5%, #7ed957 100%);
  color: #fff;
  font-size: 3.4vw;
  font-weight: bold;
  padding: 2vw;
}
.store_coupon_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0cc0df5e 0%, #ffde595e 100%);
  padding: 5vw 2vw;
}
.store_coupon_contents img {
  width: 8%;
}
.price_coupon_detail_item {
  margin-bottom: 6vw;
}
.price_coupon_detail_item:last-child {
  margin-bottom: 0;
}
.price_coupon_detail_title {
  font-size: 4.5vw;
}
.price_coupon_detail {
  width: 96vw;
  margin: auto;
}
.price_coupon_detail_text {
  border: 1px solid #000;
  padding: 3vw;
}
.store_information {
  margin-bottom: 12vw;
}
.store_top_title.information {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6vw;
  font-weight: 600;
  margin-bottom: 6vw;
}
.store_top_title.information img {
  width: 6vw;
  margin-right: 3vw;
}
.store_information_items {
  width: 75vw;
  margin: 0 auto 6vw;
}
.store_information_items li {
  font-size: 4.2vw;
  margin-bottom: 3vw;
}
.store_information_items .flex {
  display: flex;
}
.store_information_label {
  font-size: 4vw;
  font-weight: 600;
}
.store_information_field {
  font-size: 4vw;
}
.store_information_field ul li {
  margin-bottom: 0;
}
.store_information_sns_items {
  display: flex;
}
.store_information_sns_item {
  width: 14vw;
  margin-right: 3vw;
}

.store_information_sns_items {
  display: flex;
}
.store_information_sns_item {
  width: 14vw;
  margin-right: 1.6vw;
}
.store_information_sns_item img {
  width: 11.6vw;
}
.store_map_items {
  width: 75vw;
  margin: auto;
}
.store_map_item {
  margin-bottom: 6vw;
  padding-bottom: 6vw;
  position: relative;
}
.store_map_item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60vw;
  height: 2px;
  background: #ddd;
  transform: translateX(-50%);
}
.store_map_field {
  position: relative;
}
.store_map_field:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.store_map_field iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: ;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store_map_label {
  font-size: 4.4vw;
  font-weight: 600;
  margin-bottom: 3vw;
}

.child_site .page_top_container {
  bottom: 20vw;
}
.fixed_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #259d8b;
  z-index: 999;
}
.fixed_cta_inner {
  display: flex;
}
.fixed_cta_item.tel {
  border-right: 1px solid #fff;
}
.fixed_cta_item {
  width: 50%;
  padding: 2vw 0;
}
.fixed_cta_tel_label {
  color: #fff;
  text-align: center;
  font-size: 3vw;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: -1vw;
}
.fixed_cta_tel_num {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 5.2vw;
  font-weight: 600;
  justify-content: center;
}
.fixed_cta_tel_num a {
  text-decoration: none;
  color: #fff;
}
.fixed_cta_tel_num img {
  width: 8vw;
}
.fixed_cta_item.line a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 6vw;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  height: 100%;
}
.fixed_cta_item.line img {
  width: 12vw;
  background: #fff;
  border-radius: 2.6vw;
  margin-right: 3vw;
}

/*かぶり防止*/
.parent_site #footer {
  padding-bottom: 6vw;
}

.home.parent_site #footer {
  padding-bottom: 6vw;
}

.child_site #footer {
  padding-bottom: 20vw;
}

/*-------------------------------------セラピスト一覧-------------------------------------*/
.cast_list_title {
  width: 82vw;
  margin: 0 auto 6vw;
}
.cast_list_title_inner {
  display: flex;
  justify-content: center;
  font-size: 5vw;
  align-items: center;
  position: relative;
  color: #ff52c1;
  font-weight: 600;
}
.cast_list_title_inner img {
  width: 10vw;
  margin-right: 2vw;
}
.cast_list_title_inner::before,.cast_list_title_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12vw;
  height: 1px;
  background: #ff52c1;
}
.cast_list_title_inner::before {
  left: 0;
}
.cast_list_title_inner::after {
  right: 0;
}
.cast_list_nop {
  width: 96vw;
  margin: 0 auto 6vw;
}
.cast_list_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw 3vw;
  width: 96vw;
  margin: 0 auto 24vw;
}
.cast_list_item {
  position: relative;
}
.cast_list_item .cast_sns_item {
  width: 10vw;
}
.cast_list_items .cast_profile {
  text-align: left;
}
.cast_list_item_image {
  position: relative;
  margin-bottom: 1vw;
}
.cast_list_item_image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cast_list_item_name {
  font-size: 5vw;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 1vw;
  text-align: center;
}
.cast_list_item_name a {
  color: #000;
  font-weight: 600;
}
.next_work {
  font-weight: bold;
  font-size: 4.5vw;
}
.today_label {
  font-weight: 600;
  margin-right: 1vw;
  color: #d00;
}
.schedule_data.today .next_work {
  color: #d00;
}
.new_label {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 28vw;
}
.cast_list_item_image:before {
  content: "";
  display: block;
  padding-top: 150%;
}
.cast_list_item_image > a > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cast_sns_item:nth-child(2) {
  margin-left: 2vw;
}

/*-------------------------------------セラピスト詳細-------------------------------------*/
.single_cast_contents .new_label {
  position: static;
  width: 90vw;
  margin: auto;
}
.single_cast_contents .new_label img {
  width: 38vw;
}
.single_cast_images {
  margin-bottom: 6vw;
  overflow: hidden;
}
.single_cast_contents {
  margin: 0 auto 6vw;
  padding: 0 4.8vw 0 5.4vw;
  position: relative;
}

.cast_slider_img_wrap {
  position: relative;
}
.cast_slider_img_wrap:before {
  content: "";
  display: block;
  padding-top: 150%;
}
.cast_slider_img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_cast_contents .swiper-button-prev {
  left: 0;
  width: 5vw;
}
.single_cast_contents .swiper-button-next {
  right: 0;
  width: 5vw;
}
.single_cast_contents .swiper-button-prev::after,.single_cast_contents .swiper-button-next::after {
  font-size: 5vw;
  color: #fff;
  background: #333333a6;
  line-height: 1;
  font-weight: bold;
}
.single_cast_contents .swiper-button-prev::after {
  padding: 3vw 2vw 3vw 1.1vw;
}
.single_cast_contents .swiper-button-next::after {
  padding: 3vw 1vw 3vw 1.2vw;
}

.single_cast_contents .swiper-button-next, .single_cast_contents .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}

.cast_sns_items {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.cast_sns_item {
  width: 16vw;
}

.cast_profile {
  text-align: center;
  margin-bottom: 3vw;
}
.cast_name {
  font-size: 9vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1vw;
}
.cast_data {
  font-weight: 600;
  font-size: 5vw;
}
.cast_career {
  font-size: 4vw;
  font-weight: 600;
}
.introduce_text {
  position: relative;
  padding: 12vw 0 10vw;
  width: 85vw;
  margin: 0 auto 6vw;
}
.introduce_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 96vw;
}
.introduce_bg.introduce_bg_top {
  top: 0;
}
.introduce_text p {
  font-size: 4.2vw;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.introduce_bg_bottom {
  bottom: 0;
}
.cast_schedule {
  width: 90vw;
  margin: 0 auto 12vw;
}
.cast_schedule_title {
  text-align: center;
  font-size: 5vw;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 151, 178) 5%, rgb(126, 217, 87) 100%);
  text-shadow: 1px 1px 3px #000;
  font-weight: 600;
  padding: 0.4vw 0;
  margin-bottom: -0.3vw;
  position: relative;
}
.cast_schedule_contents {
  border-width: 3px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, #1d196d, #0cccaf, #0cccaf);
  border-image-slice: 1;
  padding: 3vw;
}

.cast_schedule_contents ul li {
  display: flex;
  align-items: center;
  font-size: 5.4vw;
}
.cast_schedule_contents ul li img {
  width: 7vw;
  margin-right: 2vw;
}
.schedule_date {
  width: 30vw;
  margin-right: 4vw;
  text-align: right;
}
.schedule_start_time {
  margin-right: 3vw;
  width: 14vw;
  text-align: right;
}
.schedule_end_time {
  width: 14vw;
  text-align: right;
}
.schedule_sepalate {
  margin-right: 3vw;
}
.schedule_no_work {
  flex-grow: 1;
  text-align: center;
  margin-right: 4vw;
}
.schedule_none {
  display: block;
  width: 17vw;
}



/*-------------------------------------お問い合わせ-------------------------------------*/
.contact_item.align_left .contact_label {
  text-align: left;
}
.contact_item textarea {
  width: 100%;
  font-size: 5vw;
  padding: 3vw 2vw;
  border-radius: 2vw;
  border: 2px solid #ddd;
  height: 80vw;
}


/*-------------------------------------掲載依頼フォーム-------------------------------------*/
.form_container {
  width: 90vw;
  margin: auto;
  padding: 12vw 0 24vw;
}
.form_title {
  font-size: 5.4vw;
  margin-bottom: 4vw;
}
.form_description {
  font-size: 4.2vw;
  margin-bottom: 6vw;
}
.form_contents .contact_item {
  margin-bottom: 6vw;
}
.contact_item.narrow {
  width: 76vw;
  margin: 0 auto 10vw;
}
.contact_item.particular_wide {
  width: 100%;
}
.contact_item.particular_wide .contact_field {
  width: 76vw;
  margin: auto;
}
.contact_item.particular_wide .form_caption {
  margin-bottom: 3vw;
}
.contact_label {
  font-size: 5.2vw;
  text-align: center;
  font-weight: 600;
}
.required {
  color: #d00;
  margin-right: 3vw;
}
.contact_sublabel {
  font-size: 3.4vw;
  text-align: center;
  margin-bottom: 3vw;
  font-weight: 600;
  line-height: 1;
}
.wpcf7-list-item {
  display: block;
  margin-bottom: 2vw;
}
.contact_item.radio_btn.block_list .wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label {
  font-size: 3.9vw;
  font-weight: 600;
}
.contact_field input:not(.wpcf7-list-item input) {
  width: 100%;
  font-size: 5vw;
  padding: 3vw 2vw;
  border-radius: 2vw;
  border: 2px solid #ddd;
}
.contact_acceptance .wpcf7-list-item {
  margin: 3vw 0 6vw;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact_acceptance .wpcf7-list-item input {
  transform: scale(2);
}
.contact_item.center input {
  text-align: center;
}
.acceptance_description {
  font-size: 4vw;
  margin-bottom: 6vw;
}
.acceptance_detail {
  margin-bottom: 6vw;
}
.acceptance_detail_label {
  color: #d00;
  text-align: center;
  font-size: 3.8vw;
  font-weight: 600;
  margin-bottom: 1vw;
}
.acceptance_detail_text {
  height: 50vw;
  overflow-y: auto;
  border: 1px solid #aaa;
  padding: 6vw 2vw;
  font-size: 4vw;
}
.contact_confirm {
  font-size: 5vw;
  background: #01aa9f;
  width: 36vw;
  margin: auto;
  text-align: center;
  color: #fff;
  line-height: 1;
  border-radius: 3vw;
  background: #aaa;
}
.contact_confirm_btn {
  padding: 5vw 3vw;
  background: #01aa9f;
  border-radius: 3vw;
  cursor: pointer;
}

.contact_confirm_btn.disabled {
  pointer-events: none;
  opacity: 1;
  background: #aaa;
}

.contact_submit {
  display: none;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  text-align: center;
  max-height: 80dvh;
  overflow-y: auto;
}


/*-------------------------------------運営者情報/利用規約/個人情報保護/リンクについて-------------------------------------*/
.info_page_main {
  width: 94vw;
  margin: auto;
  padding: 12vw 0;
}
.info_page_title {
  font-size: 4.6vw;
  font-weight: 600;
  margin-bottom: 6vw;
}
table th,table td {
  border: 1px solid;
}
.info_page_table td img {
  width: 6vw;
  display: inline;
  vertical-align: middle;
  margin-bottom: 1vw;
  margin-right: 1vw;
}
.info_page_table th,.info_page_table td {
  font-size: 3.6vw;
  padding: 1.4vw;
}
.info_page_table th {
  text-align: center;
  white-space: nowrap;
  padding: 1vw 2vw;
}

.info_page_main h2 {
  font-size: 5vw;
  margin-bottom: 3vw;
}
.info_page_main h3 {
  font-size: 4.6vw;
  margin-bottom: 2vw;
}
.info_page_main p {
  font-size: 4vw;
  margin-bottom: 6vw;
}

.about_link {
  width: 90vw;
  margin: auto;
  padding: 6vw 0;
}
.about_link_title a {
  text-align: center;
  font-size: 6vw;
  display: block;
  color: #000;
}
.about_link_caption {
  font-size: 3.6vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 6vw;
}

.about_link_text {
  font-size: 3.8vw;
  line-height: 1.8;
  margin-bottom: 6vw;
}
.about_link_guide {
  margin-bottom: 6vw;
}
.about_link_guide_title {
  font-size: 3.8vw;
  text-align: center;
  border: 3px solid #01aa9f;
  line-height: 1;
  padding: 1.4vw 0;
  margin-bottom: 3vw;
}
.about_link_guide_contents {
  font-size: 3.8vw;
  margin-bottom: 12vw;
}
.banner_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_copy input {
  width: 48%;
}
#banner_copy_btn {
  font-size: 4vw;
  background: #6682BB;
  color: #fff;
  padding: 0.2vw 2vw;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#banner_copy_btn img {
  width: 3.4vw;
  margin-right: 1vw;
}

/*404*/
.error-404.not-found {
  min-height: 60dvh;
  text-align: center;
  padding-top: 3rem;
}
.error_404_caption {
  color: #d00;
  font-weight: bold;
}


/*-------------------------------------メディアクエリ750以下【SPのみ】-------------------------------------*/
@media only screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
	
	
}
/*--------------------------------メディアクエリ750以上【タブレット以上】---------------------------------*/
@media only screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
	/*ヘッダー*/
	.main-header-content {
        justify-content: center;
        height: 5vw;
        padding: 0;
    }
    .site-logo img {
        width: 9vw;
    }
    .site-title, .site-title a {
        font-size: 1.2vw;
        margin-top: 0.3vw;
    }
	/*ドロワーハンバーガー*/
	.drawer-hamburger {
        width: 2.6rem;
        min-width: 2.6vw;
        height: 2.6vw;
        right: 1vw;
        margin-top: 1.8vw;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
        height: 0.17vw;
    }
    .drawer-hamburger-icon::before {
        top: -0.6vw;
    }
    .drawer-hamburger-icon::after {
        top: 0.6vw;
    }
    .drawer-hamburger::before {
        font-size: 1vw;
        top: -1.3vw;
        letter-spacing: 1px;
    }
	/*ドロワーナビゲーション*/
	.drawer-navigation {
        width: 500px;
        height: 100%;
        padding: 1rem;
        border-radius: 50px 0 0 50px;
    }
    .drawer_nav_title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .drawer_nav .area_group.osaka, .drawer_nav .area_group.hyogo {
        margin-top: 0;
        width: 100%;
        margin-bottom: 3rem;
    }
    .drawer_nav .area_label {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .drawer_nav .area_label img {
        width: 22px;
    }
    .drawer_nav .area_item {
        height: 100%;
    }
    .drawer_nav .area_items {
        row-gap: 1rem;
        column-gap: 1rem;
    }
    .drawer-navigation::before {
        background-size: cover;
        height: 100%;
        bottom: 0;
    }
    .drawer_nav .area_select_container {
        margin-bottom: 0;
    }
	/*フッター*/
	.footer_meta {
        max-width: 750px;
        margin: auto;
        font-size: 1.4vw;
        background: #fff;
        padding-bottom: 1vw;
        padding-top: 1vw;
    }
    .footer_nav {
        max-width: 750px;
        margin: auto;
        padding-left: 2vw;
        background: #fff;
    }
    .footer_meta img {
        width: 1.8vw;
        margin-right: 1vw;
    }
    .footer_nav ul {
        width: 31vw;
    }
    .footer_nav li a {
        font-size: 1.2vw;
    }
    .footer_nav li:nth-child(3), .footer_nav li:nth-child(6) {
        width: 11vw;
    }
    .footer_nav li:nth-child(2) {
        width: 11vw;
    }
    .footer_nav li:nth-child(4) {
        padding-left: 1vw;
    }
    .footer_nav li:nth-child(6) {
        padding-left: 1vw;
        text-align: left;
    }
    .footer_nav li:nth-child(1), .footer_nav li:nth-child(4) {
        width: 8vw;
    }
    .footer_nav li {
        width: 12vw;
        margin-bottom: 1vw;
    }
    #footer {
        padding-bottom: 0;
    }
    .home.parent_site #footer {
        padding-bottom: 0;
    }
	.page_top_container {
        width: 4vw;
        cursor: pointer;
    }
	.parent_site #footer {
		padding-bottom: 0;
	}
	/*トップページ*/
    #content {
        max-width: 800px;
        margin: auto;
        padding-top: 2vw;
        background: #fff;
    }
    .top_copytext {
        margin-top: 0;
    }
    .top_copytext {
        font-size: 1.6vw;
    }
    .copy_caption {
      font-size: 1rem;
    }
    .paid_advertising_contents {
        width: 90%;
        margin: 2vw auto 4vw;
    }
    .area_news_tab {
        font-size: 1.8rem;
		border-top:1.2rem solid;
    }
    .area_news_container {
        width: 90%;
		margin-bottom: 3rem;
    }
	.area_group {
        width: 90%;
        margin: 4vw auto 4vw;
    }
    .area_label {
        font-size: 2vw;
    }
    .area_label img {
        width: 2vw;
        margin-right: 0.6vw;
    }
	.area_select_container {
        background-size: cover;
        margin-bottom: 6vw;
    }
    .middle_banner_container {
        width: 90%;
        margin-bottom: 0;
		padding-bottom: 3rem;
    }
    .text_comment_container {
        width: 90%;
        padding-bottom: 4vw;
		margin-bottom: 0;
    }
	/*トップページ以外のヘッダーロゴ*/
	.site-branding:not(.home .site-branding),.child_site .site-branding {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
	/*エリアページ*/
	.area_news_contens {
		padding: 1rem;
	}
	.news_list_date_label {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.news_list ul li {
		margin-bottom: 1rem;
	}
	.news_list ul li a {
		font-size: 1.5rem;
	}
	.news_category {
		width: 2rem;
	}
	.tab_area {
        width: 90%;
        margin-bottom: 3rem;
    }
    .tab {
        width: 23%;
    }
    .tab .tab_hand {
        width: 60%;
    }
    .rank_container {
        padding: 2rem 0;
    }
    .rank_title {
        font-size: 3rem;
        width: 90%;
        margin: 0 auto 2rem;
    }
    .rank_title img {
        width: 60px;
    }
    .slide_store_rank {
        padding: 2rem !important;
    }
    .rank_icon {
        width: 4rem;
        top: -1rem;
        left: -1rem;
    }
    .rank_icon.text {
        font-size: 2.2rem;
        width: 3.8rem;
        height: 3.8rem;
    }
    .rank_item_title {
        padding-left: 0;
    }
    .rank_item_title a {
        font-size: 1.6rem;
    }
    .rank_item_meta {
        padding-left: 0;
    }
    .rank_item_meta a {
        font-size: 1.4rem;
    }
    .rank_container .swiper-button-prev, .rank_container .swiper-button-next {
        padding: 0;
        width: auto;
        top: 50%;
    }
    .rank_container .swiper-button-prev::after, .rank_container .swiper-button-next::after {
        font-size: 2.2rem;
        padding: 1rem 0.6rem;
    }
    .rank_container .swiper-button-prev::after {
        /*! padding: 0; */
    }
    .rank_item_store_name a {
        font-size: 1.4rem;
    }
    .rank_item_meta {
        font-size: 1.2rem;
    }
    .rank_container.cast {
        margin-bottom: 3rem;
    }
	.ex_stores_items {
        width: 90%;
    }
    .ex_store {
        border-radius: 2rem;
        padding: 1rem 0;
        margin-bottom: 3rem;
    }
    .ex_store_head {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
    .ex_store_name {
        margin-bottom: 1rem;
    }
    .ex_store_name a {
        font-size: 3rem;
    }
    .ex_store_meta {
        width: auto;
    }
    .store_status {
        font-size: 1.3rem;
    }
    .ex_stores .store_attributes_item, .normal_stores .store_attributes_item {
        font-size: 1.2rem;
        padding: 0rem 0.2rem 0rem;
    }
    .payment_method_item {
        font-size: 1.2rem;
    }
    .payment_method .sepalate {
        font-size: 1.2rem;
		line-height: 2rem;
    }
    .payment_method_item.credit img {
        width: 50px;
    }
    .payment_method_item.qr img {
        width: 35px;
    }
    .store_attributes_item:not(:first-child) {
        margin-left: 0.5rem;
    }
    .slide_ex_casts {
        margin-bottom: 1rem;
        padding: 0 3rem !important;
    }
    .slide_ex_casts .swiper-button-prev::after {
        padding: 1rem;
    }
    .slide_ex_casts .swiper-button-prev::after, .slide_ex_casts .swiper-button-next::after {
        font-size: 2rem;
    }
    .slide_ex_casts .swiper-button-prev::after, .slide_ex_casts .swiper-button-next::after {
        padding: 1.2rem 0.4rem;
    }
    .slide_ex_casts .swiper-button-prev, .slide_ex_casts .swiper-button-next {
        width: auto;
        top: 50%;
    }
    .ex_store_copy {
        margin-bottom: 1rem;
    }
    .ex_store_copy p {
        font-size: 2rem;
    }
    .ex_store_data {
        padding: 1rem;
        border-radius: 1rem;
        margin: 0;
    }
    .ex_store_data_top {
        margin-bottom: 1rem;
    }
    .business_hours {
        font-size: 1.5rem;
    }
    .business_hours img {
        width: 40px;
        margin-right: 0.3rem;
    }
    .average_budget {
        font-size: 1.5rem;
    }
    .average_budget img {
        width: 55px;
        margin-right: 0.1rem;
    }
    .nop_working {
        font-size: 1.4rem;
    }
    .nop_working img {
        width: 40px;
    }
    .tel_container {
        width: 64%;
    }
    .tel_caption {
        font-size: 1.4rem;
    }
    .tel_num a {
        width: 100%;
        font-size: 1.8rem;
        padding: 0.6rem 0;
    }
    .ex_store_coupon_title {
        padding: 1rem;
        font-size: 1.6rem;
        text-align: center;
    }
    .ex_store_coupon_contents {
        padding: 1rem;
    }
    .old_price {
        font-size: 1.6rem;
    }
    .ex_store_coupon_contents img {
        width: 50px;
    }
    .new_price {
        font-size: 2.8rem;
    }
	.normal_stores_container {
        margin-bottom: 3rem;
    }
    .normal_stores_items {
        width: 90%;
    }
    .normal_store {
        border-radius: 2rem;
        padding: 1rem 1rem;
    }
    .normal_store_data_top {
        margin-bottom: 3rem;
    }
    .normal_store_name {
        margin-bottom: 2rem;
        font-size: 2rem;
    }
    .normal_store_name a {
        font-size: 3rem;
    }
    .normal_store_head .store_attributes {
        margin-bottom: 1rem;
    }
    .normal_store .store_status {
        font-size: 1.2rem;
    }
    .normal_store .tel_container {
        width: 54%;
        right: 0.4rem;
    }
    .normal_store .tel_caption {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .normal_store_data_bottom {
        border-radius: 1rem;
        padding: 1rem;
    }
    .normal_store .business_hours {
        font-size: 1.5rem;
    }
    .normal_store .average_budget {
        font-size: 1.5rem;
    }
    .normal_store .business_hours img {
        width: 36px;
    }
    .normal_store .average_budget img {
        width: 50px;
    }
	/*子サイトトップページ*/
    .fixed_cta {
        display: none !important;
    }
    .store_head_container {
        width: 90%;
        margin: 0 auto 1rem;
    }
    .store_head_container .store_name {
        width: 100%;
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }
    .store_area {
        font-size: 1.4rem;
    }
    .store_head_container .store_meta {
        margin-bottom: 3rem;
    }
    .store_head_container .store_status {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .store_head_container .store_attributes_item {
        font-size: 1.2rem;
        padding: 0.4rem 1rem;
        margin-right: 0.6rem;
    }
    .store_thumbnail {
        width: 90%;
    }
	.store_copy {
        width: 90%;
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .store_jump_btns {
        width: 90%;
        margin-bottom: 4rem;
    }
    .store_jump_btn {
        width: 30%;
    }
	.store_top_title.news {
        font-size: 2.4rem;
        margin-bottom: 6rem;
        width: 90%;
        padding: 1rem 0;
    }
    .store_news_items {
        width: 90%;
        margin-bottom: 3rem;
        border-radius: 1vw;
    }
    .store_news_items_inner {
        width: 100%;
        padding: 2rem;
        max-height: 60dvh;
    }
    .store_news_item {
        padding: 1rem;
    }
    .store_news_head {}
    .store_news_meta {
        font-size: 1.6rem;
    }
    .store_news_item_title {
        font-size: 2rem;
        line-height: 1.4;
    }
    .store_news_item_title img {
        width: 70px;
        margin-right: 1rem;
    }
    .store_news_contents p {
        font-size: 1.6rem;
    }
    .store_news_item_label {
        width: 14rem;
        top: -1.3rem;
        left: -0.7rem;
    }
    .store_working_casts {
        margin-bottom: 0rem;
    }
    .store_top_title.working_casts {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
    .store_top_title.working_casts img {
        width: 60px;
        margin-right: 1rem;
    }
    .cast_list_btn {
        width: 90%;
		margin-bottom: 6rem;
    }
	.store_working_casts_items {
        width: 90%;
        gap: 3rem;
    }
    .new_label {
        width: 150px;
    }
    .store_working_casts_image .cast_sns_item {
      width: 56px;
    }
    .store_working_casts_name {
        font-size: 1.8rem;
    }
    .working_label {
        font-size: 1.8rem;
    }
    .cast_room {
      font-size: 1.8rem;
    }
    .store_working_casts_item {
        margin-bottom: 3rem;
    }
    .no_working_cast {
      font-size: 20px;
    }
    .store_price_coupon {
        margin-bottom: 6rem;
    }
    .store_top_title.price {
        font-size: 2.6rem;
        margin-bottom: 2rem;
    }
    .store_top_title.price img {
        width: 60px;
        margin-right: 1rem;
    }
    .store_coupon {
        width: 90%;
        margin-bottom: 6rem;
    }
    .store_coupon_title {
        font-size: 2rem;
        text-align: center;
        padding: 1rem;
    }
    .store_coupon_contents {
        padding: 2rem;
    }
    .store_coupon_contents img {
        width: 60px;
    }
    .price_coupon_detail {
        width: 90%;
    }
    .price_coupon_detail_item {
        margin-bottom: 6rem;
    }
    .price_coupon_detail_title {
        font-size: 2rem;
    }
    .price_coupon_detail_text {
        padding: 2rem;
        font-size: 1.4rem;
    }
    .store_information {
        margin-bottom: 0;
        padding-bottom: 3rem;
    }
    .store_top_title.information {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .store_top_title.information img {
        width: 50px;
        margin-right: 1rem;
    }
    .store_information_items {
        width: 90%;
        margin-bottom: 6rem;
    }
    .store_information_items li {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .store_information_field {
        font-size: 2rem;
    }
    .store_information_label {
        font-size: 2rem;
    }
    .store_information_sns_item {
        width: 72px;
        margin-right: 1rem;
    }
    .store_information_sns_item img {
        width: 100%;
    }
    .store_map_item {
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
    .store_map_label {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .store_map_items {
        width: 90%;
    }
    .child_site #footer {
        padding-bottom: 0;
    }
	/*セラピスト一覧*/
	.cast_list_title {
        width: 90%;
        margin-bottom: 3rem;
    }
    .cast_list_title_inner {
        font-size: 2.6rem;
    }
    .cast_list_title_inner img {
        width: 65px;
        margin-right: 1rem;
    }
    .cast_list_title_inner::before, .cast_list_title_inner::after {
        width: 8rem;
    }
    .cast_list_nop {
        width: 90%;
        margin-bottom: 4rem;
    }
    .cast_list_items {
        width: 90%;
        gap: 3rem;
        padding-bottom: 6rem;
        margin-bottom: 0;
    }
    .cast_list_item_image {
        margin-bottom: 1rem;
    }
    .cast_sns_items {
        bottom: 1rem;
        right: 1rem;
    }
    .cast_list_item .cast_sns_item {
        width: 56px;
    }
    .cast_sns_item:nth-child(2) {
        margin-left: 1rem;
    }
    .cast_profile {
        margin-bottom: 1rem;
    }
    .cast_list_item_name {
        font-size: 1.6rem;
    }
	/*セラピスト詳細*/
    .single_cast_contents .new_label {
        width: 90%;
        margin-left: 0;
    }
    .single_cast_contents .new_label img {
        width: 18rem;
    }
    .single_cast_contents {
        padding: 0 2rem;
    }
    .single_cast_contents .swiper-button-prev::after, .single_cast_contents .swiper-button-next::after {
        font-size: 2rem;
    }
    .single_cast_contents .swiper-button-prev, .single_cast_contents .swiper-button-next {
        width: auto;
    }
    .single_cast_contents .swiper-button-prev::after, .single_cast_contents .swiper-button-next::after {
        padding: 2rem 0.6rem;
        left: 0;
    }
    .single_cast_contents .swiper-button-prev::after {}
    .cast_sns_item {
        width: 100px;
    }
    .cast_name {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .cast_data {
        font-size: 2rem;
    }
    .cast_career {
        font-size: 2rem;
    }
    .introduce_text {
        width: 95%;
        padding: 5rem 3rem;
    }
    .introduce_bg {
        width: 100%;
    }
    .introduce_text p {
        font-size: 2rem;
    }
    .cast_schedule {
        width: 90%;
        margin-bottom: 6rem;
    }
    .cast_schedule_title {
        font-size: 2.6rem;
    }
    .cast_schedule_contents {
        padding: 1rem;
    }
    .cast_schedule_contents ul li {
        font-size: 2rem;
    }
    .schedule_date {
        width: 30%;
        margin-right: 1rem;
    }
    .cast_schedule_contents ul li img {
        width: 3rem;
        margin-right: 1rem;
    }
    .schedule_none {
        width: 22.5%;
    }
    .schedule_start_time {
        width: 20%;
        margin-right: 1rem;
    }
    .schedule_sepalate {
        margin-right: 1rem;
    }
    .schedule_end_time {
        width: 20%;
    }
    .single .cast_list_btn {
        margin-bottom: 0;
        padding-bottom: 6rem;
    }
	/*運営者情報*/
    .info_page_main {
        width: 90%;
        padding: 3rem 0;
    }
    .info_page_title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .info_page_table {
        margin-bottom: 3rem;
    }
	/*リンクについて*/
    .about_link {
        width: 90%;
        padding: 0rem 0 6rem;
    }
    .about_link_title a {
        font-size: 3rem;
    }
    .about_link_caption {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .about_link_text {
        font-size: 1.8rem;
        margin-bottom: 6rem;
    }
    .about_link_guide {
        margin-bottom: 6rem;
    }
    .about_link_guide_title {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    .about_link_guide_contents {
        font-size: 1.6rem;
        margin-bottom: 6rem;
    }
    #banner_copy_btn {
        font-size: 1.2rem;
        padding: 0.8rem 1.2rem;
        border-radius: 0.4rem;
    }
    #banner_copy_btn img {
        width: 30px;
    }
    #banner_copy_input {
        font-size: 1.3rem;
        width: 58%;
        padding: 0.8rem 0;
    }
	/*店舗掲載について*/
    .form_container {
        width: 90%;
        padding: 1rem 0 3rem;
    }
    .form_title {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .form_description {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    .contact_item.narrow {
        width: 90%;
        margin-bottom: 5rem;
    }
    .contact_label {
        font-size: 2.4rem;
    }
    .required {
        margin-right: 1rem;
    }
    .contact_sublabel {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .wpcf7-list-item-label {
        font-size: 2rem;
        padding-right: 1rem;
    }
    .contact_field input:not(.wpcf7-list-item input) {
        font-size: 2rem;
        border-radius: 0.8rem;
        padding: 1rem;
    }
    .form_contents .contact_item {
        margin-bottom: 3rem;
    }
    .contact_acceptance .wpcf7-list-item {
        margin: 2rem 0 3rem;
    }
    .acceptance_detail {
        margin-bottom: 3rem;
    }
    .acceptance_detail_label {
        font-size: 1.8rem;
        text-align: left;
    }
    .acceptance_detail_text {
        height: 500px;
        font-size: 1.4rem;
        padding: 2rem;
        line-height: 1.4;
    }
    .acceptance_description {
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }
    .contact_confirm {
        font-size: 2.6rem;
        width: 100%;
        border-radius: 1.2rem;
    }
    .contact_confirm_btn {
        padding: ;
        padding: 2rem;
    }
    .form_contents {
        padding-bottom: 6rem;
    }
    .form_caption {
      font-size: 2rem;
    }
	/*利用規約*/
    .info_page_main h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .info_page_main p {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
    .info_page_main h3 {
        font-size: 2.6rem;
        margin-bottom: 1rem;
    }
	/*お問い合わせ*/
	.contact_item textarea {
		height: 400px;
		border-radius: 1rem;
    font-size: 2rem;
	}
  .contact_confirm_btn {
    border-radius:1rem;
  }
  /*お問い合わせサンクス*/
	.thank-you-message {
    font-size: 1.8rem;
    text-align: center;
  }
}