@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*paddingによる幅を無くします*/
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 800px;
	color: #4d4d4d;
	background: #ffffff;/* 首页system背景色 */
	font-size: 1rem;/* 変更 */
	font-weight: 500;
	/*font-family: 'Noto Sans JP', "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.8;/* 変更 */
	overflow-x: hidden;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
	display: block;
}
h1, h2, h3, h4, h5, h6, th{
	font-weight: normal;
}
h2, h3 {
    line-height: 0.6 !important; /* 调整为适合的值 */
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a{
	color: #3e4349;
	margin: 0;
	padding: 0;
	font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;
}
/*android版クローム　フォントサイズが大きくなる不具合対策*/
p {
	max-height: 999999px;
}
ins {
	background-color: #ff9;/* 変更 */
	color: #3e4349;/* 変更 */
	text-decoration: none;
}
mark {
	background-color: #ff9;/* 変更 */
	color: #3e4349;/* 変更 */
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
/* form */
input, select {
	vertical-align: middle;
}
/* float解除 */
header:after,footer:after,section:after,article:after,aside:after,main:after,div:after,dl:after,ul:after,ol:after,li:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	content: none;
}
/*--- aを親要素一杯に ----*/
.top_infobox .tel a,.cast_box li .img_box .photo,.cast_box li .txt_box a,.btn3,.profile_sch_check .r_btn .reserve_ok a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;}input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {display: none;}
	input[type="submit"]::focus,input[type="button"]::focus
	{outline-offset: -2px;}
	html{overflow-x: hidden;}

/****************************************

 common (共通スタイル)

****************************************/
.inner {
    max-width: 960px;
    margin: 0 auto;
}
.inner1200{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner800{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
/*imgタグに下記クラスを付けることで、はみ出し防止！！！*/
.inner_img{
	max-width: 100%;
}
a, a:hover{
	color: #3d75cf;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
main{
	margin: 0 auto;
	width: 100%;
}
h1{
	font-size: 11px;
}
h2 {
	margin-bottom: 10px;
}
h3 {
	overflow: hidden;
	text-align: center;
	color: #3d75cf;
	font-size: 1.8rem;
}
h3 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h3 span::before,
h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 1000px;
	height: 1px;
	background-color: #3d75cf;
}
h3 span::before {
	right: 100%;
}
h3 span::after {
	left: 100%;
}
/*********** 文字色 ***********/
.atten_01, .atten_01 a{color: #fc8f93;}
.atten_02, .atten_02 a{color: #ffff00;}
.atten_03, .atten_03 a{color: #41b0b1;}
.atten_04, .atten_04 a{color: #df4443;}

/*********** 背景色 ***********/
.bg_01{
	background:#ffff00;
	display: inline;
	padding: 3px 5px;
}
.bg_02{
	background:#00d8d1;
	display: inline;
	padding: 3px 5px;
}
.bg_03{
	background:#333333;
	color: #999;
	display: inline;
	padding: 3px 5px;
}

/*********** マージン ***********/
.mb_10{margin-bottom: 10px;}
.mb_20{margin-bottom: 20px;}
.mb_24{margin-bottom: 24px;}
.mb_30{margin-bottom: 30px;}
.mb_32{margin-bottom: 32px;}
.mb_40{margin-bottom: 40px;}

.mt_10{margin-top: 10px;}
.mt_16{margin-top: 16px;}
.mt_20{margin-top: 20px;}
.mt_40{margin-top: 40px;}

.ml_10{margin-left: 10px;}
/*********** 文字寄せ ***********/
.center{text-align: center;}
.left{text-align: left;}

/*********** フォントサイズ ***********/
.fs_ss{font-size: 0.5rem;}
.fs_s{font-size: 0.8rem;}
.fs_12rem{font-size: 1.2rem;}
.fs_14rem{font-size: 1.4rem;}
.fs_16rem{font-size: 1.6rem;}
.fs_18rem{font-size: 1.8rem;}
.fs_20rem{font-size: 2.0rem;}
.fs_24rem{font-size: 2.4rem;}
.fs_28rem{font-size: 2.8rem;}
.fs_30rem{font-size: 3.0rem;}
.fs_38rem{font-size: 3.8rem;}

/*********** フォントウエイト ***********/
.fw_bold{font-weight: 600;}

/*********** 見出し ***********/
.section_title {
	color: #5a9ace;/*首页本日出勤标题*/
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.6rem;
	margin-bottom: 40px;
	font-weight: 300;
	font-family: 'Noto Serif Japanese', sans-serif;
}
.section_title span.txt_mg {
	/*margin-right: 8px;*/
}
.section_title span.title_small {
	font-size: 0.7rem;
	line-height: 0.7rem;
	letter-spacing: 3px;
	font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , 'Noto Serif Japanese',sans-serif;
}
/* 見出し - 角丸グラデーション */
.subtitle_grad_pink {
	display: inline-block;
	width: 100%;
	min-width: 180px;
	max-width: 800px;
	border-radius: 50px;
	background: linear-gradient(to right, #ffbe76 0, #ffa2a5 100%);
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 10px 14px;
	margin-bottom: 24px;
}
/* 小見出し - 角丸ピンク */
.subtitle_round_pink {
	display: inline-block;
	width: 100%;
	min-width: 180px;
	max-width: 800px;
	border-radius: 50px;
	background: linear-gradient(to right, #ace0ff 0, #46a5ff 100%);
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
    letter-spacing: 1px;
	padding: 6px 10px 4px;
	margin-bottom: 10px;
}
/* 小見出し - 中テキスト紺 */
.subtitle_blue01 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4rem;
    margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.subtitle_blue01 span {
	font-size: 0.7rem;
}
/* ↑下線ダッシュライン有り */
.subtitle_blue01.line_dash {
    border-bottom: #bebebe dotted 4px;
}
.txt_emp {
	font-size: 2.2rem;
	background: linear-gradient(transparent 50%, #fdedcb 50%);
}

/*********** リンクhoverアクション ***********/
.link_act_01{
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.link_act_01:hover{
	opacity: 0.5;
}
.link_act_02 {
	-webkit-transform: scale(1);
          transform: scale(1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.link_act_02:hover {
	-webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*********** フレーム ***********/
.box_frame_pink {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    padding: 40px 20px;
	border: 2px solid #3d75cf;
}
/*.box_frame_pink::before {
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
	box-sizing:border-box;
	border-radius: 25px;
	padding:4px;
	width:100%;
	height:100%;
	background-clip:content-box;
	content:"";
}*/
#contents_err .box_frame_pink2,
#form_top .box_frame_pink2 {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    padding: 40px 20px;
    border: 4px solid #a9964f;
	background: #fff;
}
/*********** table設定 ***********/
/*table01*/
.table_01 {
	width: 100%;
	margin-bottom: 20px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-spacing: 0;
	text-align: left;
}
.table_01 th, .table_01 td {
	padding: 5px 5px 5px 10px;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
}
.table_01 th {
	width: 35%;
	background: #999;
	color: #fff;
	vertical-align: middle;
}

/*table02*/
.table_02 {
	width: 100%;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-spacing: 0;
	text-align: left;
}
.table_02 th, .table_02 td {
	padding: 5px;
	border: 1px solid #eee;
}
.table_02 th {
	background: #999;
	color: #fff;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
}
.table_02 td {
	text-align: center;
}

/*table_form*/
.table_form{
	width: 100%;
}
.table_form th,
.table_form td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #eee;
}
.table_form th{
	width: 35%;
	background: #999;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.table_form th,
	.table_form td{
		width: 100%;
		display: block;
	}
}

/* リンクボックス */
.list_link_box li{
    margin: 0 5px 0;
	display: inline-block;
	font-size: 11px;
}

/*********** ボタン設定 ***********/
.btn_more{
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 200px;
	min-width: 120px;
    height: 50px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #fcb7ba;
    font-size: 1.6rem;
	transition: ease .2s;
}
.btn_more span {
	position: relative;
	z-index: 3;
	color:#fcb7ba;
}
.btn_more:hover span {
	color: #fff;
}

.btn_topics{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 40%;
	max-width: 200px;
	min-width: 100px;
	margin: 2px;
    padding: 8px 10px 6px;
	border: #fcb7ba 1px solid;
    font-size: 1.6rem;
	letter-spacing: 2px;
	transition: ease .6s;
}
.btn_topics span {
	position: relative;
	z-index: 3;
	color:#fcb7ba;
}
.btn_topics:hover span {
	color: #fff;
}

.bgcenterout:before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background: #fcb7ba;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin:center;
}
/*hoverした際の形状*/
.bgcenterout:hover:before{
	transform:scale(1, 1);
}

/* 電話ボタン */
.btn_tel {
}
.btn_tel span {
	color: #fff;
}
.btn_tel span:before {
    content: '\f879';
	color: #fff;
}
.btn_tel span:before {
    content: '\f879';
    color: #fff;
}
.btn_base {
    max-width: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border-radius: 32px;
    background: linear-gradient(to right, #91c1ff 0, #ade1ff 100%);/*电话按钮渐变色*/
    padding: 8px 0;
    font-size: 2.4rem;
	letter-spacing: 0.1em;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
}
.btn_base span {
    position: relative;
    z-index: 3;
    transition: ease 0.2s;
}
.btn_base span:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
    transition: ease 0.2s;
}
/* 背景流れる（左） */
.bg_left:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    background: linear-gradient(to right, #ade1ff 0, #91c1ff 100%);
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bg_left:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/******************************
form共通設定
******************************/
/*formのデフォルトスタイルの削除・リセット*/
form input[type="text"],
form input[type="email"],
form button,
form textarea,
form select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
}
/*フォームのスタイルを設定*/
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	border: 1px solid #eee;
	-webkit-transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
					transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	padding: 5px 10px;
}
form textarea{
	width: 100%;
	resize: vertical;
}

/******************************
セラピスト共通設定
******************************/
section:not(#section_covergirl,#section_newface,#section_top_ranking_01) .cast_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px min(3%, 20px);
}
section#section_top_ranking_01 .cast_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px min(2%, 30px);
}
.cast_box li{
	position: relative;
}
.cast_box li .img_box {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
}
.cast_box li .img_box:before {
	content: "";
	display: block;
	padding-top: 150%;
}
.cast_box li .img_box .img_cast {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}
.cast_box li .img_box .icon_x,
.cast_box li .img_box .icon_bsky {
	position: absolute;
	bottom: 8px;
	max-width: 50px;
	width: 160%;
	z-index: 2;
}
.cast_box li .img_box .icon_x {
	right: 8px;
}
.cast_box li .img_box .icon_bsky {
	right: 62px;
}

.cast_box li .name {
	color: #3d75cf;/*staff名字颜色*/
	font-size: 1.8rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cast_box li .size {
	color: #3d75cf;
    font-size: 1.8rem;
    line-height: 1.4;
}
.cast_box li .time {
	color: #79651f;
	font-size: 1.8rem;
	line-height: 0.8rem;
    padding: 4px 4px 2px;
	line-height: 1.5;
    border: solid 1px #79651f;
	margin: 4px 0;
}
.cast_box li .time .free_txt {
	font-size: 0.6rem;
}
.cast_box li .icon_shop {
	color: #fff;
	font-size: 1.8rem;
	padding: 2px;
	line-height: 1.5;
	background: #9fd2d5;
	background: linear-gradient(90deg, #9fd2d5 0%, #d1c2eb 100%);
	margin-top: 8px;
}
.cast_box li .frame {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cast_box li .frame img{
	width: 100%;
}
.cast_box li .txt_box .icon img{
	width: 50px;
}
.cast_box li .txt_box .name img{
	width: 40px;
}
.cast_box li .img_box .icon_trip{
    position: absolute;
    top: -13px;
    left: 0px;
}

#contents_profile .profile_box_outer {
    display: flex;
    flex-direction: column;
}

.profile_box_left .img_box .icon_trip {
    position: absolute;
    top: 0px;
    left: 10px;
}
.cast_box li .img_box .icon_trip img,
.profile_box_left .img_box .icon_trip {
	width: 50px;
}
.icon_shop_wrap {
	margin-bottom: 8px;
}

@media screen and (max-width: 768px){

}
/******************************
アニメーション
******************************/
/*ページ全体ふわっと表示*/
body{
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* hoverで拡大 */
.hover_zoom01 {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.hover_zoom01 img {
	height: auto;
	transition: transform .3s ease;/* ゆっくり変化させる */
}
.hover_zoom01:hover img {
	transform: scale(1.1);/* 拡大 */
}

/*次々と現れる*/
.animate-elm {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.animate-elm.type01 {
	-webkit-animation-delay: 0.6s;
					animation-delay: 0.6s;
}
.animate-elm.type02 {
	-webkit-animation-delay: 0.8s;
					animation-delay: 0.8s;
}
.animate-elm.type03 {
	-webkit-animation-delay: 1s;
					animation-delay: 1s;
}
.animate-elm.type04 {
	-webkit-animation-delay: 1.2s;
					animation-delay: 1.2s;
}
.animate-elm.fadein {
	-webkit-animation-name: fadeInTop;
					animation-name: fadeInTop;
	-webkit-animation-duration: 500ms;
					animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
					animation-fill-mode: both;
}
@-webkit-keyframes fadeInTop {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateY(-100px);
						transform: translateY(-100px);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}
@keyframes fadeInTop {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateY(-100px);
						transform: translateY(-100px);
	}
	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
}
/* フォーカスイン */
.focusin{opacity: 0;}
.focusin.on {
	-webkit-animation: focus-in 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: focus-in 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	opacity: 0;
}
@keyframes focus-in {
	0% {-webkit-filter: blur(12px);filter: blur(12px);opacity: 0;}
	100% {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
}
/* サブビジュアルアニメーション */
.box {
	opacity: 0;
}
.delay-time02 {
	animation-delay: 0.2s;
}
.fadeRight {
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/****************************************

headerヘッダー設定

****************************************/
/*header {*/
/*	width: 100%;*/
/*	height: 60px;*/
/*	background: rgba(255, 255, 255);*/
/*	z-index: 99999;*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2);*/
/*}*/
header h1.logo {
	position: absolute;
	top: 8px;
	left: -5px;
}
header .nav {
	padding-top: 10px;
}
header .nav li {
	display: inline-block;
	vertical-align: top;
}
header .nav li a {
	width: 95px;
	letter-spacing: 1px;
	line-height: 2.4;
	display: inline-block;
	font-size: 1.6rem;
	position: relative;
	text-decoration: none;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
header .nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #79651f;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header ul.nav li a:hover {
	color: #79651f;
}
header ul.nav li a:hover::after {
	transform: scale(1, 1);
}
header .nav li a:last-of-type {
	width: 100px;
}

/* 電話番号&営業時間 */
header .info_box {
	position: absolute;
	left: 200px;
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー設定 ↓↓↓↓↓↓↓↓ */
/* ドロワー */
.btn_menu{
	position: fixed;
	height: 40px;
	width: 56px;
	top: 0;
	right: 0;
	z-index: 99999;
	padding-top: 18px;
}
/* Xボタン */
.btn-trigger {
	position: relative;
	width: 32px;
	height: 22px;
	cursor: pointer;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #3d75cf;/*右上按钮三条线颜色*/
	border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
}
.btn-trigger span:nth-of-type(1) {top: 0;}
.btn-trigger span:nth-of-type(2) {top: 9px;}
.btn-trigger span:nth-of-type(3) {bottom: 0;}

#btn_icon span:nth-of-type(1) {
	-webkit-animation: btnicon-bar01 .75s forwards;
	animation: btnicon-bar01 .75s forwards;
}
@keyframes btnicon-bar01 {
	0% {transform: translateY(9px) rotate(45deg);}
	50% {transform: translateY(9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
#btn_icon span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
#btn_icon span:nth-of-type(3) {
	-webkit-animation: btnicon-bar03 .75s forwards;
	animation: btnicon-bar03 .75s forwards;
}
@keyframes btnicon-bar03 {
	0% {transform: translateY(-9px) rotate(-45deg);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}
#btn_icon.active span:nth-of-type(1) {
	-webkit-animation: active-btnicon-bar01 .75s forwards;
	animation: active-btnicon-bar01 .75s forwards;
	background-color: #fff;/*右上按钮内x的颜色*/
}
@keyframes active-btnicon-bar01 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(9px) rotate(0);}
	100% {transform: translateY(9px) rotate(45deg);}
}
#btn_icon.active span:nth-of-type(2) {
	opacity: 0;
}
#btn_icon.active span:nth-of-type(3) {
	-webkit-animation: active-btnicon-bar03 .75s forwards;
	animation: active-btnicon-bar03 .75s forwards;
	background-color: #fff;/*右上按钮内x之/的颜色*/
}
@keyframes active-btnicon-bar03 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(-9px) rotate(-45deg);}
}

/* ドロワーの中 */
#nav-d-bg {
	position: fixed;
    background: #cae6fa;
	width: 120%;
	height: 100%;
	right: -120%;
	top: 10px;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	transition-delay: 0.2s;
	z-index: 80001;
}
.open #nav-d-bg {
	-webkit-transform: matrix(2.7, 0, 0, 2.7, 0, 0);
	transform: matrix(2.7, 0, 0, 2.7, 0, 0);
	transition-delay: 0s;
}
#nav_drawer {
	display: none;
	position: fixed;
	top: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	max-width: 480px;
	height: 100%;
	overflow-y: auto;
	z-index: 80002;
}
#nav_drawer .nav_drawer_outer {
	padding: 20px 40px;
}
#nav_drawer .menu_t {
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 2.0;
	color: #3d75ce;/*右上按钮内MENU字颜色*/
    font-weight: 600;
    letter-spacing: 0.2em;
}
#nav_drawer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	/* overflow: scroll; */
	padding-bottom: 20px;
	margin: 0 auto;
	color: #ffffff;
}
#nav_drawer ul li {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	line-height: 1.1em;
	width: 100%;
	text-align: left;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
#nav_drawer li:after{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 5px;
	top: calc(50% - 7px);
	color: #fff;/*右上按钮内>的颜色*/
}
#nav_drawer ul li span.en {
    font-size: 2.0rem;
    letter-spacing: 0.06em;
}

#nav_drawer li.dw_info_box {
	padding-top: 20px;
}

#nav_drawer li.dw_info_box:after{
	content: none;
}

#nav_drawer .dw_info_box {
	font-size: 0.8rem;
}
#nav_drawer .dw_info_box .shop_name{
	font-size: 1.2rem;
	margin-bottom: 10px;
    font-weight: bold;
}
#nav_drawer .dw_info_box .area_name{
	margin-bottom: 6px;
}
#nav_drawer .dw_info_box .info_tel{
	color: #fcb7ba;
	background: #3d76cb;/*导航按钮里电话背景色*/
	border-radius: 32px;
    padding: 4px;
	text-align: center;
	margin-bottom: 10px;
}
#nav_drawer .dw_info_box .info_tel a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
    letter-spacing: 0.06em;
}
#nav_drawer .dw_info_box .info_tel i {
	margin-right: 4px;
}
#nav_drawer .dw_info_box .info_open {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3d76cb;
    letter-spacing: 0.06em;
}

#nav_drawer .sns_area {
	width: 48%;
	max-width: 180px;
	margin: 10px auto 0;
	display: inline-block;
	color: #79651f;
	border-bottom: none;
	text-align: center;
	padding: 6px 4px 10px 4px;
}
#nav_drawer li.box_twitter {
	background: var(--color-blue1);
}
#nav_drawer li.box_line {
	background: #5dc288;
}
#nav_drawer li.sns_area a {
    color: #79651f;
	padding: 6px 0;
}
#nav_drawer li.sns_area::after{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 5px;
	top: calc(50% - 7px);
	color: #79651f;
}
#nav_drawer ul a {
	color: #3d75ce;/*导航按钮内各项目字颜色*/
	width: 100%;
	display: block;
	padding: 18px 0 10px;
}
#nav_drawer a:hover{
	color: var(--color-pink1);
}
#nav_drawer li.btn_entry a:hover{
	color: #fff4df;
}
#nav_drawer li a span.jp{
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #ffffff;/*导航按钮内各项目小字颜色*/
	/* filter: brightness(0.9); */
	margin-left: 4px;
}
#nav_drawer li a.active {
	color: var(--color-pink1);
}
.open #nav_drawer{
	display: block;
	-webkit-animation:fade-in-drawer 0.5s ease-in .3s both;animation:fade-in-drawer 0.5s ease-in .3s both;
	color: var(--color-pink1);
}
@-webkit-keyframes fade-in-drawer{0%{opacity:0}100%{opacity:1}}@keyframes fade-in-drawer{0%{opacity:0}100%{opacity:1}}

/*ドロワー・求人ボタン*/
#nav_drawer li.btn_entry{
	background: #bf97a4;
	width: 200px;
	padding: 4px 10px;
	margin: 15px auto;
	text-align: center;
	border-radius: 3px;
	border-bottom: none;
}
#nav_drawer .btn_entry a span.jp{
	filter:none;
}
/*ドロワー・TELボタン*/
#nav_drawer li.infobox{
	width: 100%;
	text-align: center;
}
#nav_drawer li.infobox a {
	color: #fff;
}
/*営業時間・受付時間*/
#nav_drawer .sns_box a{
	width: auto;
}
#nav_drawer .sns_box a:hover{
	color: #fff;
}


/****************************************

footerフッター設定

****************************************/
footer {
	background: #ebf8ff;
	font-size: 	10px;
	padding: 20px 20px 0;
}
footer .inner {
    color: #3d75cf;
}

/* パンくずリスト */
.breadcrumbs {
    width: 100%;
    background: #baddf5;/*底部hone按钮背景色*/
    border-radius: 16px;
    text-align: center;
    padding: 4px 0;
}
.breadcrumbs ol li {
    font-size: 12px;
    display: inline-block;
    color: #fff;/*底部hone按钮文字色*/
}
.breadcrumbs ol li:before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
  font-weight: 900;
	display: inline;
	margin: 0 8px 0;
}
.breadcrumbs ol li:first-child:before {
	margin: 0;
	content: "\f106";
}
.breadcrumbs ol li a {
	color: #FFFFFF;
}

/* テキストメニュー */
footer .nav{
	margin: 0 auto 26px;
	padding: 10px 0;
	line-height: 20px;
	font-size: 1.2rem;
}
footer .nav li {
	display: inline-block;
	line-height: 30px;
}
footer .nav li a {
	color: #3d75cf;
}
footer .nav li a:hover{
	opacity: 0.5;
}
footer .nav li:after {
	content: "　|　";
	display: inline;
	margin: 0 3px;
	color: #3d75cf;
}
footer .nav li:last-child:after {
	display: none;
}

/* ロゴ */
footer .inner .logo img {
    max-width: 240px;
}

/* 電話番号&営業時間 */
footer .ft_info_box {
	margin: 0 auto;
	display: flex;
	justify-content: center;
    flex-direction: column;
	padding: 36px 0;
}
footer .ft_info_box li {
	font-size: 1.6rem;
	letter-spacing: 1px;
    line-height: 2.8rem;
	color: #3d75cf;/*底部营业时间颜色*/
}
footer .ft_info_box li span {
	font-size: 2.4rem;
}
footer .ft_info_box a {
	color: #3d75cf;
}
footer .ft_info_box a:hover {
	opacity: 0.5;
}

/*リンクバナー*/
footer .link_bnr{
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: min(100%, 800px);
    margin: 10px auto;
    padding: 0 10px;
}
footer .link_bnr li {
    margin: 0 5px 10px;
}
footer .link_bnr li img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.link_bnr2 {
	margin: 0 52px 10px!important;
}
.bnr_640 {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
}

/* コピーライト等 */
footer .footer_link {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	color: #3d75cf;
}
footer .footer_link a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #fff;
}

/*fotter 追尾*/
#bottom_nav{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 4999;
}
#bottom_nav ul {
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	width: 96%;
	margin: 0 auto;
}
#bottom_nav li {
	width: calc(100% / 3);
	margin-right: 4px;
	border-radius: 40px;
	box-shadow: 0 0 8px rgba( 220, 220, 220, 0.8);
}
#bottom_nav li:last-child {
	margin-right: 0;
}
#bottom_nav li a {
	width: 100%;
	height: 100%;
}
#bottom_nav li.b_n_tel {
	background: #ffdfc1;
}
#bottom_nav li.b_n_line {
	background: #cdffcb;
}
#bottom_nav li.b_n_recruit {
	background: #ffdcdd;
}

#bottom_nav li .b_n_outer p {
	color: #666666;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 0.8rem;
	text-align: center;
	padding: 12px 0 12px;
	border-radius: 40px;
	background: #ffdcdd;
}
#bottom_nav li.b_n_tel .b_n_outer p {
	background: #FBCDAB;/*底部电话按钮背景颜色*/
}
#bottom_nav li.b_n_line .b_n_outer p {
	background: #FBDC70;/*底部system按钮背景颜色*/
}
#bottom_nav li.b_n_recruit .b_n_outer p {
	background: #ffdcdd;
}

#bottom_nav i {
	font-size: 1.4em;
	color: #666666;
	margin-bottom: 4px;
}

/****************************************

トップページ

****************************************/
/*トップページ共通*/
#section_covergirl,
#section_movie,
#section_blog,
#section_concept,
#section_top_ranking_01{
	padding: 50px 0 0 0;
}
/*トップページ　2カラム*/
.column{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
}
.column section{
	width: 50%;
	max-width: 600px;
	}

.column .cast_box li .frame img{
	width: 280px;
}

@media screen and (max-width: 768px){
	.column section{
		width: 100%;
	}
	.column .cast_box li .frame img{
		width: 200px;
	}
}

/****************************************
mainvisualメインビジュアル
****************************************/
#mainvisual{
	width: 100%;
	height: 100vh;
	margin-top: 60px;
}
#mainvisual ul{
	width: 100%;
	height: 100vh;
}
#mainvisual ul li{
	width: 100%;
	height: 100%;
}
#mainvisual img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 20% 50%;
}
#mainvisual .logo{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#mainvisual .logo img{
	width: 70%;
	max-width:590px;
}
.shop_info {
	width: 100%;
    padding: 7px 5px;
	color: #fff;/*营业时间的颜色 */
	background: #baddf5;/*首页电话营业时间背景色 */
	font-weight: 400;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	z-index: 999;
}
.shop_info .info_tel {
	color: #3d75cf;/*电话字的颜色 */
	border: 2px solid #ffffff;/*电话框 现已设置为0，不显示 */
    padding: 0 140px;
	margin: 5px auto;
}
.shop_info span {
	display: inline-block;
	margin: 3px;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

/* ↓flexslider.cssを上書き */
#mainvisual .flex-control-nav {
	bottom: 0;
}
/* flexslider.cssを上書き */
.flexslider{
	margin-bottom: 0;
	background: unset;
	border: none;
}
#mainvisual .flex-control-paging li a.flex-active  {
	/*control-navのActiveな●の色を変えたい時はここを変更*/
	background-color: #fff000;
}
/* ↑flexslider.cssを上書き */

/*---------------------------
　キラキラ
----------------------------*/
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 100;
    color: #fff;
    }

/******************************
本日の出勤情報
******************************/
#section_schedule_today{
}
#section_schedule_today .section_bg {
    padding: 190px 10px 40px;
	background: #1F1004;
}
#contents_cast .cast_box li:nth-of-type(4n),
#contents_schedule .cast_box li:nth-of-type(4n) {
	margin-right: 0;
}
#section_schedule_today .cast_box li .cast_box_frame,
#contents_schedule .cast_box li .cast_box_frame,
#contents_cast .cast_box li .cast_box_frame {
	border-radius: 4px;
	background: #fff;
	margin-bottom: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba( 220, 220, 220, 1.0);
}
#section_schedule_today .cast_box li .txt_box,
#contents_schedule .cast_box li .txt_box,
#contents_cast .cast_box li .txt_box {
	max-width: 280px;
	margin: 0 auto;
    padding: 0 16px 5px;
}
#section_schedule_today .cast_box,
#contents_schedule .cast_box,
#contents_cast .cast_box {
	justify-content: flex-start;
}
#section_schedule_today .cast_box li .cast_box_outer,
#contents_schedule .cast_box li .cast_box_outer,
#contents_cast .cast_box li .cast_box_outer {
	padding: 10px 10px 4px;
}

/******************************
店舗SNS
******************************/
#section_sns .section_bg {
	padding: 0 10px 80px;
	background: #fff2de;
}
#section_sns .section_title {
    color: #fcb7ba;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    margin-bottom: 30px;
}
#section_sns .bnr_shop {
	max-width: 670px;
	margin: 10px auto 0;
}
#section_sns .bnr_shop li {
	position: relative;
	z-index: 99;
	padding: 0;
}
#section_sns .bnr_shop li img,
#section_system .bnr_shop li img,
#contents_system .bnr_shop li img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#section_system .bnr_shutcho li img,
#contents_system .bnr_shutcho li img {
	width: auto;
	max-width: 500px;
	height: auto;
}
.sns_txt {
	font-weight: 600;
	font-size: 4.8rem;
}
#section_sns .txt {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #909090;
    font-size: 1.8rem;
    font-weight: 600;
}


/******************************
イベント
******************************/
#section_event .section_bg {
	padding: 40px 0 40px 0;
	position: relative;
	background-color: #f6fcff;
}
#section_event .section_bg:before {
	content: "";
    display: inline-block;
    background: url(../images/awa.gif) repeat-x;
    background-size: cover;
    background-position: left top;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
}
#section_event .section_bg:after {
	content: "";
    display: inline-block;
    /*background: url(../images/bg_sub_event_bottom.png) repeat-x;*/
    background-size: cover;
    background-position: left top;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#section_event .section_title {
    position: relative;
}

#section_event img{
	width: 100%;
	max-width: 690px;
}
#section_event .swiper ul li{
	padding:0 10px;
}
/*
.event_swiper_sp {
	display: none;/
}
.event_swiper_pc {
	display: block;
}

@media screen and (max-width: 768px){
	.event_swiper_sp {
		display: block;
	}
	.event_swiper_pc {
		display: none;
	}
}
*/

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}
.container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}

/******************************
写メ日記
******************************/
#section_shyame .section_bg {
	padding: 60px 10px 40px;
	background: #fff2de;
}
#section_shyame .inner {
	max-width: 800px;
}
#section_shyame .inner .shame_box {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
#section_shyame .inner .shame_box .aspect_box {
	aspect-ratio: 1 / 0.692;
}
#section_shyame .inner .shame_box .aspect_box iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	#section_shyame .inner .shame_box {
		padding: 15px;
	}
	#section_shyame .inner .shame_box .aspect_box {
		aspect-ratio: 1 / 1.02;
	}
}

/******************************
新人情報
******************************/
#section_newface {
    padding-top: 100px; /* 适当调整数值，确保不被遮挡 */
}
#section_newface .section_bg {
    padding: 60px 10px 40px;
    background: #f6fcff;/*NewFace背景*/
}
#section_newface .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    height: 524px;
}
#section_newface .cast_box {
	max-width: 350px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	justify-content:center;
}
#section_newface  .cast_box .img_box {
	max-width: 600px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
#section_newface .container:before{
	position: absolute;
	content: "";
	width: 70%;
	height: 48%;
	bottom: 20%;
	right: 0;
	background-color: var(--color-white1);
}
.newface_bg{
	position: absolute;
	right: 0;
	top: 30%;
	/* z-index: -1; */
	width: 70%;
	height: 50%;
	overflow: hidden;
}
#section_newface .btn_more {
	width: 100%;
	z-index: 2;
}
@media screen and (min-width: 430px){
	#section_newface .btn_more {
		margin: 0 auto;
	}
}

/* PC版テキストボックス */
#section_newface .side {
	position: absolute;
	bottom: -48px;
	
	left: 25%;
	width: 50%;
	z-index: 2;
	display: none;
}
#section_newface  .side .txt_box {
	background: rgb(186 221 245 / 22%);
	margin: 0;
	padding: 0px 36px;
	z-index: 9999;
}
#section_newface  .side{
	display:block;
}


#section_newface .swiper-slide img {
	 width: auto; /* 让图片按比例放大 */
    max-width: 100%; /* 限制最大宽度，不超过父容器 */
	position: relative;
	border-radius: 10px;
	border: 5px solid #dcf3ff;
}
#section_newface .swiper-slide .icon_trip {
    position: absolute;
    top: 0px;
    left: 14px;
}
#section_newface .swiper-slide .icon_trip img {
	width: 50px;
	border-radius: 0;
}
#section_newface .side .txt_box .icon_new {
	width: 45px;
	margin: 0 auto 2px;
}
#section_newface .side .txt_box .name {
    font-size: 2.2rem;
    line-height: 1.6;
	color: #79651f;
	font-weight: 600;
}
#section_newface  .side .txt_box .size {
    font-size: 2.2rem;
    line-height: 1.6;
	color: #79651f;
	font-weight: 600;
}
#section_newface  .side .txt_box .time {
	font-size: 2.2rem;
	color: #79651f;
	line-height: 1.6;
	font-weight: 600;
    padding: 4px 4px 2px;
    border: solid 2px #79651f;
	margin: 4px 0;
}
#section_newface .side .txt_box .name img {
	width: 30px;
	margin-bottom: 5px;
}
#section_newface .side .txt_box .name object:nth-of-type(2) {
	margin-left: -4px;
}

@media (min-width: 769px) {
	#section_newface .container:before {
		content: none;
	}
	#section_newface  .txt_box_sp{
		display:none;
	}
}
@media (max-width: 768px) {
	#section_newface .cast_box {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-wrap: nowrap;
		align-content: stretch;
		flex-direction: row;
	}
	#section_newface  .cast_box .img_box {
		max-width: 260px;
	}
}

/******************************
新着情報
******************************/
#section_topics{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#section_topics .section_bg {
	padding: 60px 10px 40px;
	background: url(../images/bg_sub_topics.jpg) center top repeat;
    background-size: 200px;
}
#section_topics .inner {
    max-width: 800px;
    margin: 0 auto;
}
#section_topics #info_box {
	max-height: 460px;
	min-height: 200px;
	background: #fff;
	overflow-y: scroll;
	border-radius: 20px;
	padding: 30px 20px 30px 30px;
}
#section_topics #info_box::-webkit-scrollbar{
	width: 18px;
 }
 #section_topics #info_box::-webkit-scrollbar-track{
	background-color: none;
	margin-top: 15px;
	margin-bottom: 15px;
 }
 #section_topics #info_box::-webkit-scrollbar-thumb{
	background-color: var(--color-black2);
	/* border-radius: 10px; */
	border-right: 10px solid transparent;
	/* border-left: 6px solid transparent; */
	background-clip: padding-box;
 }
#section_topics #info_box tbody tr td{
	border: 1px solid var(--color-black2);
}
#section_topics #info_box article{
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
}
#section_topics #info_box article h3{
	text-align: left;
	font-size: 2.2rem;
	border-bottom: #3d75d0 dotted 4px;
	border-left: none;
	padding: 10px 0px 10px;
	margin-bottom: 16px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.06em;
	color: #3d75d0;
}
#section_topics #info_box article time{
	background: #b2d4f1;
	color: #ffffff;
    padding: 8px 10px 1px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
#section_topics #info_box .topics_txtbox {
	color: #4d4d4d;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
#section_topics #info_box article div img{
	max-width: 100%;
	height: auto!important;
}
#section_topics #info_box strong {
	font-weight: bold;
}

/******************************
TOPバナー
******************************/
#section_top_bnr {
	position: relative;
}
#section_top_bnr {
    width: 100％;
}
#section_top_bnr .inner {
    padding: 40px 0;
}
#top_contents section:last-child {
	margin-bottom: 0;
}
#section_top_bnr ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
	gap: 0 20px;
}
#section_top_bnr ul li {
	margin-bottom: 8px;
}
#section_top_bnr ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#section_top_bnrli::after {
	content:none;
}

/****************************************
バナー(bnr.html)
****************************************/
/* Twitterなし */
aside#bnr ul {
	margin: 30px auto;
}
aside#bnr ul li {
	width: 320px;
	display: inline-block;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

/* Twitterあり */
aside#bnr_t .tweet {
	width: 300px;
	display: inline-block;
}
aside#bnr_t ul {
	display: inline-block;
	max-width: 660px;
	vertical-align: top;
}
aside#bnr_t ul li {
	margin: 10px;
	display: inline-block;
}

/****************************************

下層ページ

****************************************/
/*下層ページ共通設定*/
#contents_system,
#contents_cast,
#contents_schedule,
#contents_access,
#contents_recruit,
#contents_link,
#contents_entry,
#contents_impressins,
#contents_contact,
#contents_enquete,
#contents_reserve,
#contents_profile,
#contents_err {
	padding: 0 10px 3px;
}
#contents_link .inner {
    max-width: 800px;
    margin: 0 auto;
}
.content {
	background: url(../images/bg_sub_dot.png) center top repeat;
    background-size: 500px;
    position: relative;
    padding-bottom: 5%;
}
.content .subvisual {
    height: 28vh;
    width: 100%;
    max-width: 1500px;
    margin: 96px auto -9px;
    position: relative;
}

/*サブビジュアル左の設定*/
.content .subvisual .left_wrap {
    width: 55%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.content .subvisual .sub_left {
    width: 100%;
    height: 100%;
    border: 4px solid #fcb7ba;
    padding: 6px;
    position: relative;
    overflow: hidden;
	margin-top: 20px;
}
/*
.content .subvisual .sub_left:before {
    animation: left-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@keyframes left-wrap {
	100% {
		transform: translateX(100%);
	}
}
*/
.content .subvisual .sub_left .frame {
    width: 100%;
    height: 100%;
}

/*サブビジュアル右の設定*/
.content .subvisual .right_wrap {
    width: 80%;
    height: 60%;
    margin: 20px auto;
   
    z-index: 2;
}
.content .subvisual .sub_right {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: rgba(169,150,79,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: #baddf5;/*各页标题背景色*/
}
/*
.content .subvisual .sub_right:before {
    animation: right-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@keyframes right-wrap {
	100% {
		transform: translateX(-100%);
	}
}
*/
.content .subvisual .sub_right .frame {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;/*各页标题边框色*/
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px){
	.content .subvisual .left_wrap,
	.content .subvisual .right_wrap {
		width: 75%;
	}
	.content .subvisual .sub_logo {
		top: 10%;
	}
}

/*下層ページh2共通設定*/
.content_h2{
	background: url(../images/bg_h2.png) 0 0 no-repeat;
	background-position: 50%;
	background-size: 200px;
    padding: 20% 0;
	margin-bottom: 0;
	color: #fff;/*求人标题色*/
}
.content_h2 .h2_main{
	font-size: 3.6rem;
	letter-spacing: 2px;
	line-height: 1.4;
	font-family: 'Noto Serif Japanese ', sans-serif;
}
.content_h2 .h2_sub{
	font-size: 12px;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px){
	.content_h2 .h2_main{
		font-size: 2.6rem;
	}
}

/* 要綱・注意事項など */
.notes_box .txt_box {
	max-width: 800px;
	margin: 0 auto;
}
.notes_box .notes_category {
	margin-bottom: 20px;
}
.notes_box .notes_category:last-child {
	margin-bottom: 0;
}
.notes_box .item_txt {
	font-size: 1.6rem;
	color: #4379d1;
	/* padding: 0 10px; */
}
.notes_box .txt_box .item_txt.item_btn {
	text-align: center;
}
.notes_box .item_txt ul li:before {
	content: "\f138";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: var(--color-purple1);
	margin-right: 4px;
	margin-top: 30px;
}
.notes_box .item_txt ul.list_icon_off li:before,
.notes_box .item_txt ul.list_odd li:last-child:before {
	content: initial;
}


/****************************************
システムページ
****************************************/
#section_system,
#contents_system {
	width: 100%;
	position: relative;
	overflow: hidden;
	/*background-image: url(../images/bg_sub_dot.png);*/
}
#section_system .section_bg {
	padding: 60px 10px 40px;
	background-color: #fff;
	background: url(../images/bg_sub_dot.png) center top repeat;
    background-size: 392px;
}
#contents_system .sub_left .frame {
    background: url(../images/bg_sub_system.jpg) 0 0 no-repeat;
    background-size: cover;
}
#section_system .inner,
#contents_system .inner {
	max-width: 800px;
}
#section_system h3,
#contents_system h3 {
	margin-bottom: 20px;
}
#section_system .system_box,
#contents_system .system_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
#section_system .system_box:nth-of-type(1),
#contents_system .system_box:nth-of-type(1) {
	margin-bottom: 0;
}
#section_system .system_frame,
#contents_system .system_frame {
	width: 220px;
	height: 220px;
	border: 4px solid #fcb7ba;
	background: #fff;
	color: #666666;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}
#section_system .system_frame .system_txt1,
#contents_system .system_frame .system_txt1 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8rem;
	letter-spacing: 0.08em;
}
#section_system .system_frame .system_txt2,
#contents_system .system_frame .system_txt2,
#section_system .system_frame_02 .system_txt2,
#contents_system .system_frame_02 .system_txt2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
#section_system .system_frame .system_txt3,
#contents_system .system_frame .system_txt3 {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.8rem;
	letter-spacing: 0.08em;
}
#section_system .system_frame_02,
#contents_system .system_frame_02 {
	width: 100%;
	max-width: 460px;
	height: 220px;
	border: 5px solid #fcb7ba;
	background: #fff;
	color: #666666;/**/
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1%;
}
#section_system .system_frame p,
#contents_system .system_frame p {
	font-size: 2.0rem;
}
#section_system .system_frame_02 p,
#contents_system .system_frame_02 p {
	font-size: 20px;
}
#section_system .txt,
#contents_system .txt {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 32px;
    text-align: center;
	color: #fc8f93;
	font-size: 1.6rem;
	font-weight: 600;
}
#section_system .attention_txt,
#contents_system .attention_txt {
	width: 100%;
	max-width: 500px;
	margin: 10px auto 24px;
	text-align: left;
	color: #000000;/*注意事项小字的颜色*/
	font-size: 1.2rem;
}
.new_course {
    max-width: 400px;
    border: 5px solid #f7e6e9;
    border-radius: 25px;
    display: block;
    margin: 5px;
    padding-top: 25px;
    padding-bottom: 19px;
    margin: 0 auto;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 18px;
}
.ect {
	font-size: 1.6rem;
    vertical-align: middle;
}

/* 231227追加 */
.system_frame_colorful {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    padding: 40px 20px;
	box-sizing:border-box;
	border-radius: 25px;
    border: 4px solid #fcb7ba;
	padding:6px;
	width:100%;
	height:100%;
	background:#fff;
	background-clip:content-box;
	content:"";
}
.system_frame_colorful:before,
.system_frame_colorful:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
	vertical-align: middle;
}
.system_frame_colorful:before {
	background: url(../images/img_frame_left.png);
	background-size: cover;
	position:absolute;
	top: -20px;
	left: -12px;
}
.system_frame_colorful:after {
	background: url(../images/img_frame_right.png);
	background-size: cover;
	position:absolute;
	bottom: -20px;
	right: -25px;
}
#contents_system .atten_box .txt_box,
#section_system .atten_box .txt_box {
	text-align: left;
}
#contents_system .atten_box .txt_box ul li,
#section_system .atten_box .txt_box ul li {
	font-size: 0.7rem;
	line-height: 1.1rem;
	padding: 10px 0;
	border-top: 1px dashed #ccc;
}
#contents_system .atten_box .txt_box ul li:last-child,
#section_system .atten_box .txt_box ul li:last-child {
	margin-bottom: 0;
}
.txt_box {
    color: var(--color-black2);
	padding: 40px;
}
.subtitle_blue01 {
	font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
    text-align: center;
}
.line_dash {
    border-bottom: 1px dashed #ccc;
}
#contents_system .price_list_box ul,
#section_system .price_list_box ul {
    display: grid;
    grid-template-columns: 35% 30% 35%;
	align-items: center;
}
#contents_system .price_list_box ul li,
#section_system .price_list_box ul li {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 16px 0;
	letter-spacing: 0.06em;
}
#contents_system .price_list_box ul li.item_dot,
#section_system .price_list_box ul li.item_dot {
    align-items: center;
    justify-content: center;
    display: flex;
}
#contents_system .price_list_box .item_txt span,
#section_system .price_list_box .item_txt span {
    font-size: 2.8rem;
}
#contents_system .price_list_box .item_txt span.item_txt2,
#section_system .price_list_box .item_txt span.item_txt2 {
    font-size: 2.0rem;
}
#contents_system .price_list_box .item_txt span.item_txt3,
#section_system .price_list_box .item_txt span.item_txt3 {
    font-size: 1.6rem;
    line-height: 3.0rem;
	color: #4d4d4d;
}
.fc_pink, .fc_pink a {
    color: #fc8f93;
}

/* 小見出し - 両端ライン有り */
.subtitle_cat01 {
	font-size: 2.4rem;
	text-align: center;
	color: #3d75cf;
    letter-spacing: 4px;
	margin-bottom: 8px;
	font-weight: 600;
}
.subtitle_cat01:before,
.subtitle_cat01:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
	vertical-align: middle;
}
.subtitle_cat01:before {
	background: url(../images/img_subtitle_left.png);
	background-size: cover;
	margin-right: 10px;
}
.subtitle_cat01:after {
	background: url(../images/img_subtitle_right.png);
	background-size: cover;
	margin-left: 10px;
}

/****************************************
セラピストページ
****************************************/
#contents_cast .sub_left .frame {
    background: url(../images/bg_sub_staff.jpg) 0 0 no-repeat;
    background-size: cover;
}

/****************************************
スケジュールページ
****************************************/
#contents_schedule .sub_left .frame {
    background: url(../images/bg_sub_schedule.jpg) 0 0 no-repeat;
    background-size: cover;
}
/* テキストメニュー */
.schedule_nav {
    margin: 40px auto 20px auto;
/*	padding: 10px 0;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
}
.schedule_nav li {
	width: calc((100% - 42px)/ 7);
	margin: 0 3px 9px;
}
.schedule_nav li a {
	padding: 10px;
	display: block;
	font-size: 1.6rem;
	color: #af9e82;
	border: solid 1px #af9e82;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}
.schedule_nav li a:hover {
	opacity: 0.6;
}
.schedule_nav li.active a {
	background: #a9964f;
	border: solid 1px #a9964f;
	color: #fff;
}
.schedule_nav li.active a:hover{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.schedule_nav li:first-child{
		width: 100%;
	}
	.schedule_nav li {
		width: calc((100% - 17px)/ 2 );
		margin: 0 3px 9px;
	}
}

/*以下のサイズはサイトに合わせてください*/
#contents_schedule .schedule_box .img_box{
	width: 80px;
	height: 120px;
	margin-bottom: 10px;
}
/*以下のサイズはサイトに合わせてください*/
#contents_schedule .schedule_box .img_box img{
	max-width: 80px;
	max-height: 120px;
}
/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev, 
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: auto;
	height: 32px;
	background: #fcb7ba;
	border: #fcb7ba;
	color: #fff;
	transition: ease 0.3s;
}
.sch_nav_btn.swiper-button-prev:after, 
.sch_nav_btn.swiper-button-next:after {
	display: none;
}
.sch_nav_btn.swiper-button-prev {
	top: 0;
	left: 0;
	padding: 0 16px 0 8px;
	margin: 0 3px 9px;
}
.sch_nav_btn.swiper-button-next {
	top: 0;
	right: 0;
	padding: 0 8px 0 16px;
	margin: 0 3px 9px;
}
.sch_nav_btn.swiper-button-prev.swiper-button-disabled,
.sch_nav_btn.swiper-button-next.swiper-button-disabled {
 opacity: 0;
}
.schedule_week_box .swiper,
.profile_box_schedule .swiper {
    overflow: hidden;
}

/****************************************
プロフィールページ
****************************************/
#contents_profile .sub_left .frame {
    background: url(../images/bg_sub_profile.jpg) 0 0 no-repeat;
    background-size: cover;
}
/* セラピスト詳細 */
/* プロフィール左右共通 */
#contents_profile #profile_box_outer {
	display: flex;
	flex-direction: column;
}
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
	width: 100%;
	color: #3d75cf;/* staff内页名字颜色 */
}
#contents_profile #profile_box_outer .subtitle_cat01 {
	font-size: 0.9rem;
}
#contents_profile #profile_box_outer .subtitle_cat01:before,
#contents_profile #profile_box_outer .subtitle_cat01:after {
	width: 20px;
	height: 20px;
}
#contents_profile .img_box > img{
	max-width: 330px;
	max-height: 495px;
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.encore_txt {
	font-size: 1.4rem;
    text-align: left;
    line-height: 2.4rem;
}
.encore_txt span {
	font-size: 1.6rem;
}
.encore img{
    max-width: 340px;
    width: 100%;
	margin: 10px auto 0;
}
.encore a{
    max-width: 320px;
    width: 100%;
	margin: 40px auto 0;
}
.encore a:hover{
	opacity: 0.6;
}

/* プロフィール左 */
#contents_profile .profile_box_left {
	order: 1;
}
#contents_profile .profile_box_left .img_box{
	width: 340px;
	height: 505px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
#contents_profile .profile_box_left .cast_thumb {
	display: flex;
    max-width: 200px;
    width: 63px;
    height: 95px;
	object-fit: cover;
    justify-content: center;
    margin: 0 auto;
}
#contents_profile .profile_box_left .cast_thumb a {
	margin-right: 4px;
}
#contents_profile .profile_box_left .cast_thumb a:last-child {
	margin-right: 0;
}

/* プロフィール右 */
#contents_profile .profile_box_right {
	order: 2;
	font-size: 1.0rem;
}
#contents_profile .profile_box_right .name ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents_profile .profile_box_right .name ul li {
	margin-right: 8px;
}
#contents_profile .profile_box_right .name ul li:last-child {
	margin-right: 0;
}
#contents_profile .profile_box_right h3 {
	font-size: 1.6rem;
}
#contents_profile .profile_box_right .icon_new {
	max-width: 32px;
}
#contents_profile .profile_box_right .icon_class {
	max-width: 32px;
}

#contents_profile .profile_box_right .txt_box {
	background: #ffffffb8;
	border-radius: 10px;
	font-size: 1.4rem;
	padding: 10px;
	text-align: left;
	word-wrap: break-word;
}
#contents_profile .profile_box_right .icon_box .icon_box_outer {
	max-width: 320px;
	margin: 0 auto;
	justify-content: center;
}
#contents_profile .profile_box_right .icon_box .icon_box_outer p {
	width: calc( (100% - 16px) / 4 );
    margin-right: 4px;
}
#contents_profile .profile_box_right .icon_box .icon_box_outer p:last-child {
    margin-right: none;
}

#contents_profile .profile_box_right .size span {
	font-size: 1.8rem;
}
#contents_profile .profile_box_right .table_01 {
	font-size: 0.8rem;
}
#contents_profile .profile_box_right .therapist_x {
    margin: 40px 0 20px;
}
#contents_profile .profile_box_right .therapist_x img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.category {
	font-size: 1.8rem;
}

#contents_profile .profile_box_right .bnr_kuchikomi {
	margin-top: 40px;
}
#contents_profile .profile_box_right .bnr_kuchikomi img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

/* プロフィール内スケジュール */

/* ↓↓ レスポンシブ用スケジュール
*  ブラウザで確認するときはmainタグのwidth:960pxを消して確認してください。
*/
.profile_box_schedule .profile_sch_box {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin-top: 40px;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {
	flex-grow: 1;
	background: #feebec;
	border-left: 2px solid #fff;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable:nth-of-type(1) {
	border-left: none;
}
.profile_box_schedule .profile_sch_box div:nth-of-type(1).profile_sch_variable .profile_sch_date,
.profile_box_schedule .profile_sch_box div:nth-of-type(1).profile_sch_variable .profile_sch_check{
	/* border-left: none; */
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
	padding: 1.2em 1em;
	text-align: center;
	border-bottom: 2px solid #fff;
	background: #ffe480;
	color: #4d4d4d;
	font-size: 1.2rem;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
	padding: 1.2em 1em;
	color: #fff;
	text-align: center;
	background: #fefdeb;
	color: #4d4d4d;
	font-size: 1.2rem;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .icon_shop {
	display: block;
	color: #fff;
	padding: 2px;
	line-height: 1.5;
	background: #9fd2d5;
	background: linear-gradient(90deg, #9fd2d5 0%, #d1c2eb 100%);
	max-width: 100px;
	margin: 4px auto 0;
}
@media (max-width: 1000px) {
	.profile_box_schedule .profile_sch_box {
		display: block;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable {
		flex-grow: unset;
		display: flex;
		border-left: none;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
		flex-basis: 50%;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
		flex-basis: 50%;
		border-bottom: 2px solid #fff;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable:last-child .profile_sch_date,
	.profile_box_schedule .profile_sch_box .profile_sch_variable:last-child .profile_sch_check {
		border-bottom: none;
	}
}
/* ↑↑ ここまで レスポンシブ用スケジュール */

/****************************************
アクセスページ
****************************************/
#contents_access .sub_left .frame {
    background: url(../images/bg_sub_access.jpg) 0 0 no-repeat;
    background-size: cover;
}

/****************************************
リクルートページ
****************************************/
#contents_recruit .inner {
    max-width: 800px;
    margin: 0 auto;
}
#contents_recruit .sub_left .frame {
    background: url(../images/bg_sub_recruit.jpg) 0 0 no-repeat;
    background-size: cover;
}
#contents_recruit .recruit_bnr_box ul {
	margin: 0 auto;
	max-width: 1200px;
}
#contents_recruit .recruit_bnr_box ul li {
	margin-bottom: 10px;
}
#contents_recruit .recruit_bnr_box ul li {
	margin-bottom: 40px;
}
#contents_recruit .recruit_bnr_box ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
}

div.vid_contents {
    width: 100%;
    max-width: 800px;
	text-align: center;
	margin: 0 auto 40px;
	padding: 0px;
}
video.vid_main {
	width: 100%;
    max-width: 800px;
	display: block;
}

.recruit_frame01 {
	width: 100%;
	border: 3px solid #4d4d4d;
	padding: 6px;
	background: #fff;
}
.recruit_frame02 {
	border: 1px solid #4d4d4d;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.recruit_frame02 ul {
	display: flex;
    margin: 0 auto;
	max-width: 600px;
}
.recruit_frame02 li {
	list-style: none;
}
.recruit_frame02 img {
	max-width: 600px;
	width: auto;
	width: 100%;
	height: auto;
}

/*--------------------
よくあるご質問
---------------------*/
#question {
	margin-bottom: 50px;
}
#question .inner .title_01 {
	margin-bottom: 50px;
}
#question .inner .title_01 .en {
	color: #9eded9;
}
#question .inner ul {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	#question .inner ul {
	  margin-bottom: 80px;
	}
}
#question .inner ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#question .inner ul li p {
	text-align: left;
}
#question .inner ul li p img {
	width: 80%;
	margin-top: -20px;
}
#question .inner ul li .question_txt {
	width: 100%;
	background: #fff;
    border: 2px solid #91d8d9;
	padding: 10px;
	height: 100%;
	border-radius: 10px;
}
@media (min-width: 768px) {
	#question .inner ul li .question_txt {
	  font-size: 1.6rem;
	}
}
#question .inner ul li .answer_txt {
	width: 100%;
	background: #fff;
	border: 2px solid #fcb7ba;
	padding: 10px;
	color: #4d4d4d;
	border-radius: 10px;
}
@media (min-width: 768px) {
	#question .inner ul li .answer_txt {
	  font-size: 1.6rem;
	}
}
#question .inner ul li .answer_txt span {
	font-weight: bold;
	color: #fc8f93;
}

/*----------------------------------
フォーム
----------------------------------*/
.form_top_pd {
	padding: 0 20px 40px;
}
#form_top .sub_left .frame {
    background: url(../images/bg_sub_recruit.jpg) 0 0 no-repeat;
    background-size: cover;
}
/*フォーム*/
#form_top, #finish {
	/* 共通のボタン*/
	/* iOSでのデフォルトスタイルをリセット */
}
#form_top .txt_center, #finish .txt_center {
	background: #595757;
	margin-bottom: 10px;
	max-width: 300px;
	margin: auto;
}
#form_top .inner .title_01 .en, #finish .inner .title_01 .en {
	color: #fc8f93;
}
#form_top label input, #finish label input {
	margin: 0;
	display: none;
}
#form_top .cp_btn, #finish .cp_btn {
	background: #ffdcdd;
	max-width: 300px;
	margin: auto;
	color: #fff;
	border-radius: 25px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 4px;
    box-shadow: 0 0 5px rgba( 250, 250, 248, 1.0);
}
#form_top .back_btn, #finish .back_btn {
	background: #ede7e9;
	margin-bottom: 10px;
	max-width: 300px;
	margin: auto;
	color: #ac99a0;
	border-radius: 25px;
	letter-spacing: 1px;
	padding: 4px;
    box-shadow: 0 0 5px rgba( 250, 250, 248, 1.0);
}
#form_top .finish, #finish .finish {
	font-size: 1.4rem;
}
#form_top input[type="submit"],
#form_top input[type="reset"],
#form_top input[type="button"], #finish input[type="submit"],
#finish input[type="reset"],
#finish input[type="button"] {
	color: #4d4d4d;
	border-radius: 0;
	-webkit-appearance: button;
	   -moz-appearance: button;
			appearance: button;
	border: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	letter-spacing: 1px;
	cursor: pointer;
	background: transparent;
	font-size: 1.4rem;
}
#form_top input[type="submit"]::-webkit-search-decoration,
#form_top input[type="reset"]::-webkit-search-decoration,
#form_top input[type="button"]::-webkit-search-decoration, #finish input[type="submit"]::-webkit-search-decoration,
#finish input[type="reset"]::-webkit-search-decoration,
#finish input[type="button"]::-webkit-search-decoration {
	display: none;
}
#form_top input[type="submit"]::focus,
#form_top input[type="reset"]::focus,
#form_top input[type="button"]::focus, #finish input[type="submit"]::focus,
#finish input[type="reset"]::focus,
#finish input[type="button"]::focus {
	outline-offset: -2px;
}
#form_top *::-webkit-input-placeholder, #finish *::-webkit-input-placeholder {
	color: #dedede;
}
#form_top *:-moz-placeholder, #finish *:-moz-placeholder {
	color: #dedede;
}
#form_top *::-moz-placeholder, #finish *::-moz-placeholder {
	color: #dedede;
}
#form_top *:-ms-input-placeholder, #finish *:-ms-input-placeholder {
	color: #dedede;
}
#form_top input[type="submit"],
#form_top input[type="button"], #finish input[type="submit"],
#finish input[type="button"] {
	width: 100%;
	padding: 10px;
}
#form_top input[type="reset"], #finish input[type="reset"] {
	background: transparent;
	color: #2a2a2a;
	font-size: 1rem;
	padding: 0 0 0 1px;
	line-height: 1.4;
	vertical-align: text-top;
}
#form_top select, #finish select {
    border: 1px solid #2a2a2a;
	font-size: 1.4rem;
	padding: 8px;
	-webkit-transition: all .3s;
    transition: all .3s;
	outline: none;
    width: 240px;
	border-radius: 30px;
}
#form_top form input[type=radio]:checked + .radio-parts, #finish form input[type=radio]:checked + .radio-parts {
	background: #fc8f93;
	border: 2px solid #e66e73;
	color: #fff;
}
#form_top form .card, #finish form .card {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#form_top form .card .radio-parts, #finish form .card .radio-parts {
	color: #595757;
	cursor: pointer;
	position: relative;
	padding: 10px 30px 10px 41px;
	margin-right: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid #fc8f93;
	display: inline-block;
	line-height: 1;
	font-size: 1.2rem;
	border-radius: 30px;
}
#form_top form .card .radio-parts:hover, #finish form .card .radio-parts:hover {
	background: rgba(252, 143, 147, 0.3);
}
#form_top form .card .radio-parts:before, #finish form .card .radio-parts:before {
	content: "";
	display: block;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 15px;
	border: 1px solid #d9dbd9;
	position: absolute;
	background: #fff;
}
#form_top form .card .radio-parts:after, #finish form .card .radio-parts:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
}
#form_top form .card_2, #finish form .card_2 {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#form_top form .card_2 .radio-parts, #finish form .card_2 .radio-parts {
	color: #595757;
	cursor: pointer;
	position: relative;
	padding: 10px 30px 10px 41px;
	margin-right: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid #fc8f93;
	display: inline-block;
	line-height: 1;
	font-size: 1.2rem;
	border-radius: 30px;
	width: 140px;
}
#form_top form .card_2 .radio-parts:hover, #finish form .card_2 .radio-parts:hover {
	background: rgba(252, 143, 147, 0.3);
}
#form_top form .card_2 .radio-parts:before, #finish form .card_2 .radio-parts:before {
	content: "";
	display: block;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 15px;
	border: 1px solid #d9dbd9;
	position: absolute;
	background: #fff;
}
#form_top form .card_2 .radio-parts:after, #finish form .card_2 .radio-parts:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
}
#form_top form .checkbox, #finish form .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
#form_top form .checkbox span, #finish form .checkbox span {
	width: 33.333%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#form_top form .checkbox span label, #finish form .checkbox span label {
	text-align: left;
	padding-left: 26px;
	position: relative;
}
#form_top form .checkbox span label input, #finish form .checkbox span label input {
	background: transparent;
	border: transparent;
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	background: #fff;
	padding: 0px 5px;
	vertical-align: middle;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	background: transparent;
}
#form_top form .checkbox span label input:checked:after, #finish form .checkbox span label input:checked:after {
	visibility: visible;
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	line-height: 1.2;
	text-align: center;
	color: #a88e41;
}
#form_top form .checkbox span label input:after, #finish form .checkbox span label input:after {
	content: "";
	background: #fff;
	border-radius: 4px;
	border: 1px solid #a88e41;
	position: absolute;
	top: 3px;
	height: 15px;
	width: 15px;
}
#form_top form input[type=radio]:checked:checked + .radio-parts::after, #finish form input[type=radio]:checked:checked + .radio-parts::after {
	background: #fc8f93;
}
#form_top form input[type=radio]:checked + .radio:before, #finish form input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#form_top form dl:first-of-type dt, #finish form dl:first-of-type dt {
	border-top: none;
	margin-top: 0;
}
#form_top form dl dt, #finish form dl dt {
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
	border-left: 4px solid #fcb7ba;
	margin-bottom: 10px;
	padding-left: 5px;
}
@media (min-width: 768px) {
	#form_top form dl dt, #finish form dl dt {
	  font-size: 1.6rem;
	}
}
#form_top form dl dt .required, #finish form dl dt .required {
	display: inline-block;
	background: #f58080;
	color: #fff;
	padding: 2px 5px;
	font-size: 1rem;
	margin-left: 5px;
}
#form_top form dl dt .atten_01, #finish form dl dt .atten_01 {
	color: #fc8f93;
	border-radius: 100%;
}
#form_top form dl dd, #finish form dl dd {
	font-size: 1.6rem;
	/* display: -webkit-box; /*
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
#form_top form dl dd .atten_01, #finish form dl dd .atten_01 {
	color: #fc8f93;
}
#form_top form dl dd label, #finish form dl dd label {
	cursor: pointer;
	margin-right: 5px;
}
#form_top form dl dd .textbox, #finish form dl dd .textbox {
	color: #606060;
	padding: 8px;
	width: 100%;
	font-size: 1.6rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	background: #fff;
	border: 1px solid #2a2a2a;
	border-radius: 30px;
}
#form_top form dl dd .select_box, #finish form dl dd .select_box {
	width: 100%;
}
#form_top form dl dd .select_box select, #finish form dl dd .select_box select {
	border: 1px solid #2a2a2a;
	color: #606060;
	padding: 10px 5px;
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	outline: none;
	background-color: #fff;
}
#form_top form dl dd .select_type_box, #finish form dl dd .select_type_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#form_top form dl dd .select_type_box .select_box.select_type, #finish form dl dd .select_type_box .select_box.select_type {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: distribute;
		justify-content: space-around;
}
#form_top form dl dd .select_type_box span, #finish form dl dd .select_type_box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	padding: 0 5px;
}
#form_top .box_frame_pink {
	position: relative;
    z-index: 1;
    border-radius: 25px;
    padding: 40px;
	border: 2px solid #fcb7ba;
	background: rgba( 255, 255, 255, 0.9);
}
#form_top .box_frame_pink .txt_box {
	width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.dl_box_01 .form_write {
	background: #feebec;
	border-radius: 10px;
    padding: 4px 8px;
	word-wrap: break-word;
}
.form_txt {
	font-size: 1.6rem;
    text-align: center;
}
#finish .cp_btn {
	padding: 10px;
}
#official {
	background-image: url(../images/bg_official.jpg);
	background-size: cover;
}
#official .inner {
	padding: 30px 20px;
}
@media (min-width: 768px) {
	#official .inner {
	  padding: 60px 20px;
	}
}


/****************************************
リンクページ
****************************************/
#contents_link .sub_left .frame {
    background: url(../images/bg_sub_link.jpg) 0 0 no-repeat;
    background-size: cover;
}
#contents_link .txt_box {
	font-size: 0.8rem;
}
#contents_link .txt_box a {
	color: #666666;
}
#contents_link .txt_box ul li .area_bnr p {
	margin-bottom: 8px;
}
#contents_link .txt_box ul li .area_bnr p:last-child {
	margin-bottom: 0;
}
#contents_link img {
	max-width: 100%;
    width: auto!important;
    height: auto!important;
}

/* リンクボックス */
.list_link_box {
	/* display: flex; */
	flex-direction: column;
    align-items: center;
	justify-content: center;
	font-size: 0.8rem;
}
.list_link_box a {
	color: #666666;
}

.list_link_box li {
	margin-bottom: 10px;
}
.list_link_box li:last-child {
	margin-bottom: 0;
}

/****************************************
404ページ
****************************************/
#contents_err .sub_left .frame {
    background: url(../images/bg_sub_err.jpg) 0 0 no-repeat;
    background-size: cover;
}
#contents_err #err_title {
	font-size: 4.8rem;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fc8f93;
}
#contents_err #err_subtitle {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #fc8f93;
}
#contents_err .txt_box p {
	text-align: left;
	font-size: 1.4rem;
}

/****************************************
メディアクエリ設定
****************************************/
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 951px) {
	.sp_nav {
		display: none !important;
	}
}
@media screen and (max-width: 950px) {
	.pc_nav {
		display: none !important;
	}
}
@media screen and (min-width: 769px) {
	.sp{
		display: none !important;
	}
	.del_769 {
		display: none;
	}
	#bottom_nav {
		display: none;
	}
	#contents_profile .profile_box_left .img_box {
		width: 300px;
		height: 450px;
	}
	#contents_profile .profile_box_right .name ul li:last-child {
		margin-right: 0;
		font-size: 1.8rem;
	}
	#contents_profile .profile_box_right .therapist_x {
		margin: 40px 0;
	}
	.modal__content {
		padding: 40px 0 0;
	}

	/* 見出し */
	.section_title {
		font-size: 5.8rem;
		line-height: 2.8rem;
		font-weight: 500;
	}
	.section_title p.title_small {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		font-weight: 600;
		font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	.section_title span.title_small {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		font-weight: 600;
		font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	.section_title p.txt_mg {
		font-size: 5.8rem;
		line-height: 7.8rem;
		font-weight: 500;
	}
	#section_event .section_bg:before,
	#section_event .section_bg:after {
		background-size: contain;
	}
	footer .ft_info_box {
		flex-direction: row;
	}
	footer .ft_info_box li {
		margin-right: 10px;
	}
	/* プロフィール左右共通 */
	#contents_profile #profile_box_outer {
		flex-direction: row;
	}
	#contents_profile .profile_box_right,
	#contents_profile .profile_box_left {
		width: calc(100% / 2);
	}
	#contents_profile #profile_box_outer .subtitle_cat01 {
		font-size: 1.1rem;
	}

	/* プロフィール右 */
	#contents_profile .profile_box_right .box_frame_pink {
		padding: 30px;
	}
	#contents_profile .profile_box_right .txt_box {
		font-size: 1.2rem;
	}
	#contents_profile .profile_box_right .name {
		font-size: 1.8rem;
	}
	#contents_profile .profile_box_right .size {
		font-size: 1.8rem;
	}
	#contents_profile .profile_box_right .icon_new {
		max-width: 48px;
	}

	#contents_profile .profile_box_outer {
		flex-direction: row;
	}
}
@media screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
	footer {
		padding: 20px 10px 70px;
	}
	#mainvisual {
		height: 80vh;
	}
	#mainvisual img {
		width: 100%;
		height: 80%;
		object-fit: cover;
		object-position: center top;
	}
	#mainvisual .logo img {
		width: 100%;
		max-width: 360px;
	}
	.shop_info .info_tel {
		padding: 0 40px;
	}
	/* 見出し */
	.section_title p.txt_mg {
		font-size: 5.0rem;
		line-height: 5.0rem;
	}
	.section_title p.title_small {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		font-weight: 600;
		line-height: 3.8rem;
		font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	.section_title {
		font-size: 5.0rem;
		line-height: 3.0rem;
		text-align: center;
	}
	.section_title span.title_small {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		font-weight: 600;
		font-family: 'Hind', "Didact Gothic", Futura, "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W6" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	#section_topics #info_box article h3 {
		font-size: 1.6rem;
	}
	#section_topics #info_box {
		padding: 20px;
	}
	.breadcrumbs {
		margin-bottom: -39px;
	}
	section:not(#section_covergirl,#section_newface,#section_top_ranking_01) .cast_box {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px min(3%, 25px);
	}
	section:not(#section_newface) .cast_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.content .subvisual .sub_left {
    	border: 2px solid #fdb0b3;
	}
	.content .subvisual {
		width: 100%;
	}
	.content .subvisual .sub_left,
	.content_rc .subvisual .sub_left {
    	border: 2px solid #fdb0b3;
	}
	#form_top .box_frame_pink {
		padding: 20px;
	}
	#form_top form dl dd, #finish form dl dd {
		font-size: 1.4rem;
	}
	#contents_err #err_title {
		font-size: 2.8rem;
	}
	#contents_err #err_subtitle {
		font-size: 1.5rem;
	}
	#section_newface .container {
		height: 400px;
	}
	#section_newface  .side .txt_box {
		background: rgb(186 221 245 / 22%);
		margin: 0;
		padding: 0px 20px;
		z-index: 9999;
	}
	#section_newface .side .txt_box .name,
	#section_newface .side .txt_box .size,
	#section_newface .side .txt_box .time {
		font-size: 1.6rem;
		line-height: 1.6;
		color: #79651f;
	}
	#section_newface .side .txt_box .name img {
		width: 20px;
	}
	#section_newface .side .txt_box .name object:nth-of-type(2) {
		margin-left: 0;
	}
	#section_newface .side .txt_box .icon_new {
		width: 35px;
	}
	#contents_profile .profile_box_right .name ul li:last-child {
		margin-right: 0;
		font-size: 1.8rem;
	}
	#contents_recruit .recruit_bnr_box ul li {
		margin-bottom: 20px;
	}
	div.vid_contents {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 530px) {
	#contents_system .price_list_box .item_txt span.item_txt3,
	#section_system .price_list_box .item_txt span.item_txt3 {
		font-size: 1.2rem;
		line-height: 2.0rem;
	}
}

@media screen and (min-width: 481px) {
	.del_481 {
		display: none;
	}
	#contents_profile .profile_box_right .name ul {
		flex-direction: column;
	}
	#contents_profile .profile_box_right .name ul li {
		margin-right: 0;
	}
	#contents_profile .profile_box_left .img_box {
		width: 330px;
		height: 495px;
	}
	.modal__content {
		padding: 40px 0 0;
	}
}

@media screen and (max-width: 480px) {
	.subtitle_grad_pink {
		font-size: 1.6rem;
	}
	#section_system .system_frame .system_txt2,
	#contents_system .system_frame .system_txt2 {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	.txt_emp {
		font-size: 2.0rem;
	}
	#section_schedule_today .cast_box li .cast_box_outer,
	#contents_schedule .cast_box li .cast_box_outer,
	#contents_cast .cast_box li .cast_box_outer {
		padding: 1px 1px 4px;
	}
	.cast_box li .img_box .icon_trip {
		top: -2px;
		left: 6px;
	}
	.cast_box li .img_box .icon_trip img,
	.profile_box_left .img_box .icon_trip img {
		width: 34px;
	}
	.cast_box li .img_box .icon_x,
	.cast_box li .img_box .icon_bsky {
		position: absolute;
		bottom: 4px;
		max-width: 35px;
	}
	.cast_box li .img_box .icon_x {
		right: 4px;
	}
	.cast_box li .img_box .icon_bsky {
		right: 42px;
	}
	.cast_box li .txt_box .name img {
		width: 28px;
	}
	.cast_box li .name {
		font-size: 20px;
		font-weight: bolder;
	}
	.cast_box li .size {
		font-size: 1.6rem;
	}
	.cast_box li .time {
		font-size: 1.6rem;
	}
	.cast_box li .icon_shop {
		font-size: 1.6rem;
	}
	.modal__content {
		padding: 0;
	}
	#contents_profile .profile_box_left .cast_thumb {
		max-width: 63px;
		width: 63px;
		height: 95px;
	}
	#contents_profile .profile_box_right .txt_box {
		font-size: 1.2rem;
	}
	#contents_profile .profile_box_right .name ul li:last-child {
		margin-right: 8px;
		font-size: 1.8rem;
		font-weight: bolder;
	}
	.box_frame_pink {
		padding: 20px;
	}
	#contents_profile .profile_box_right .therapist_x {
		margin: 40px 0 0;
	}
	.profile_box_left .img_box .icon_trip {
		top: 0;
		left: 10px;
	}
	#section_system .bnr_shutcho li img,
	#contents_system .bnr_shutcho li img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	#contents_system .price_list_box ul li,
	#section_system .price_list_box ul li {
		font-size: 1.4rem;
		line-height: 2.0rem;
	}
	#contents_system .price_list_box .item_txt span,
	#section_system .price_list_box .item_txt span {
		font-size: 2.4rem;
	}
	#contents_system .price_list_box .item_txt span.item_txt2,
	#section_system .price_list_box .item_txt span.item_txt2 {
		font-size: 1.6rem;
	}
	.txt_box {
		padding: 30px 10px;
	}
}
@media screen and (min-width: 376px) {
	.br_375 {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.box_frame_pink {
		padding: 20px 10px;
	}
	#contents_profile h3,
	#contents_schedule h3 {
		font-size: 1.4rem;
	}
	#contents_profile .img_box > img,
	#contents_profile .profile_box_left .img_box {
		max-width: 280px;
		max-height: 420px;
	}
	#contents_profile .profile_box_left .cast_thumb {
		max-width: 53px;
		width: 53px;
		height: 80px;
	}
}
@media screen and (max-width: 320px) {
	#contents_profile .img_box > img,
	#contents_profile .profile_box_left .img_box {
		max-width: 250px;
		max-height: 377px;
	}
	#contents_profile .profile_box_left .cast_thumb {
		max-width: 46px;
		width: 46px;
		height: 70px;
	}
}
