@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@charset "utf-8";

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}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}body{width:100%;min-width:320px;min-height:800px;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:400}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}p{max-height:999999px}ins{background-color:#ff9;color:#3e4349;text-decoration:none}mark{background-color:#ff9;color:#3e4349;font-style:italic;font-weight:700}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 #ccc;margin:1em 0;padding:0}img{vertical-align:bottom}input,select{vertical-align:middle;font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

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

 common (共通スタイル)

****************************************/
body {
	animation: fadeIn 2s ease 0s 1 normal;
	color: #5E484B;
	background: #f9f9f9;
	font-size: 14px;
	font-weight: 500;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/* font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	line-height: 1.8;/* 変更 */
	word-break: break-word;
	-ms-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@keyframes fadeIn {
	0% { opacity: 0}
	100% { opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity: 0}
	100% { opacity: 1}
}

/*PC版769pxまでSP版786px〜*/
@media screen and (min-width: 769px) {
	.sp{ display: none !important; }
}
@media screen and (max-width: 768px) {
	.pc{ display: none !important; }
}

.inner {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.inner1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner800{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.maxwidth_640{
	width: 100%;
	max-width:640px;
}
.maxwidth_500{
	width: 100%;
	max-width:500px;
}

/*imgタグに下記クラスを付けることで、はみ出し防止！！！*/
.inner_img{ max-width: 100%; }
a, a:hover{ color: #3e4349; }
main{
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}
img{
	max-width: 100%;
	height: auto;
}
.max600{
	width: 100%;
	max-width: 600px;
    margin: auto;
}

/* フォーカスイン*/
.focusin{
	opacity: 0;transform : translate(0, 100px);
	transition : all 1.5s;
}
.focusin.on {
	opacity : 1;
	transform : translate(0, 0);
}

/*********** 文字色 ***********/
.atten_01, .atten_01 a{color: #ff828d;}
.atten_02, .atten_02 a{color: #4fb8ab;}
.atten_03, .atten_03 a{color: #3f3fff;}
.atten_04, .atten_04 a{color: #ff0000;}
.atten_05, .atten_05 a{color: #88003f;}

/*********** 背景色 ***********/
.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;
}

.subtitle_01{
	width: 100%;
	/* min-height: 100px; */
	text-align: center;
}
.subtitle_01{
	font-size: 36px;
	color: #4fb8ab;
	font-family: "Cormorant Garamond", "Times New Roman", "Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Noto Serif JP", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", "MS PMincho", "serif";
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;

}
.subtitle_01 span{
	background-image: url('../images/deco_h3_left.svg'), url('../images/deco_h3_right.svg');
	background-position: center left, center right;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	padding: 0 50px;
}

.subtitle_02 {
	/* background: #ca85a9; */
	color: #4fb8ab;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px 5px 5px 0;
	font-size: 18px;
}
.subtitle_03 {
	background: #df9868;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
.subtitle_04 {
	background: #9774b0;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

.content_box{
	margin-bottom:15px;
}
.content_colorbox{
	text-align:left;
	padding:30px;
	background: #fff;
	/* border: 1px solid #F3DECD; */
	outline: 1px solid #F3DECD;
	outline-offset: -10px;
}
.content_colorbox p{
	margin-bottom:10px;
	/* color: #FFAEC0; */
}
.content_colorbox p:last-child{
	margin-bottom:0;
}

.template_btn{
	display: flex;
	justify-content: space-around;
}
.template_btn li{
	width: 48%;
}
.template_btn a{
	font-size: 12px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto 10px;
	background: #d1cfd8;
	padding:10px;
	position:relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.template_btn_02{
	display: flex;
	justify-content: space-around;
}
.template_btn_02 li{
	width: 48%;
}
.template_btn_02 a{
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto 10px;
	background: #d1cfd8;
	padding:10px;
	position:relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.template_btn_03{
	display: flex;
	justify-content: space-around;
}
.template_btn_03 li{
	width: 48%;
}
.template_btn_03 a{
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto 10px;
	background: #d1cfd8;
	padding:10px;
	position:relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.tel_td{
	max-width: 100px;
}

/*********** マージン ***********/
.mb_10{margin-bottom: 10px;}
.mb_20{margin-bottom: 20px;}
.mb_30{margin-bottom: 30px;}

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

/*********** フォントサイズ ***********/
.fs_ss{font-size: 0.5em;}
.fs_s{font-size: 0.8em;}
.fs_13em{font-size: 1.3em;}
.fs_15em{font-size: 1.5em;}

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

/*********** リンク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;
}

/*********** 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: 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}
.table_01 th {
	width: 35%;
	background:#9ad5c4;
	color: #fff;
	vertical-align: middle;
}
.table_01 td {
}

/*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: 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #eee;
}
.table_form th{
	width: 35%;
	background: #a3c9be;
	color: #fff;
	vertical-align: middle;
}

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

/*********** ボタン設定 ***********/
.btn_more{
display: inline-block;
    width: 320px;
    height: 55px;
    line-height: 55px;
    margin: 30px auto;
    padding: 0 20px;
    background: #a3c9be;
    background: #a3c9be url(../images/arrow.png) no-repeat right center / 60px;
    color: #fff;
    border-radius: 50px;
    opacity: 1;
    font-size: 20px;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-family: "Cormorant Garamond", "Times New Roman", "Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Noto Serif JP", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", "MS PMincho", "serif";
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.btn_more:after{
	background: #a3c9be;
}
.btn_more:hover{
	opacity: 0.6;
	color: #fff;
}

/* 言語選択プルダウン（日本語ページ） */
.select_lang_wrap {
	display: block;
	width: 74px;
	height: 30px;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 999;
}
.select_lang_wrap::before {
	content: '';
	position: absolute;
	top: 25%;
	left: 8px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_lang.png) center center / cover no-repeat;
}
.select_lang_wrap:after {
	content: '';
	position: absolute;
	right: 8px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3e4349;
	border-left: 1px solid #3e4349;
	transform: translateY(-50%) rotate(-135deg);
}
.select_lang {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: 1px solid #3e4349;
	padding: 8px 8px 8px 26px;
	background: #fff;
	color: #3e4349;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.select_lang_wrap {
		top: 25px;
		right: 65px;
	}
}

/* 言語選択プルダウン（英語ページ） */
.select_lang_wrap_en {
	display: block;
	width: 74px;
	height: 30px;
	position: fixed;
	top: 25px;
	right: 20px;
	z-index: 999;
}
.select_lang_wrap_en::before {
	content: '';
	position: absolute;
	top: 25%;
	left: 8px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_lang.png) center center / cover no-repeat;
}
.select_lang_wrap_en:after {
	content: '';
	position: absolute;
	right: 8px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3e4349;
	border-left: 1px solid #3e4349;
	transform: translateY(-50%) rotate(-135deg);
}
.select_lang_en {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: 1px solid #3e4349;
	padding: 8px 8px 8px 26px;
	background: #fff;
	color: #3e4349;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1;
}

/******************************
form共通設定
******************************/
/*formのデフォルトスタイルの削除・リセット*/
form input[type="reset"],
form input[type="submit"] {
	-webkit-appearance: none;
}
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: 20px;
	width: 100%;
}
form textarea{
	width: 100%;
	resize: vertical;
}

form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
	-webkit-appearance: none;
	background: #707070;
	color: #fff;
	padding: 10px;
	max-width: 350px;
	width: 100%;
	margin: 5px;
	border: none;
	pointer-events: auto;
	border-radius: 50px;
	cursor: pointer;
}

form input[type="submit"]{
	background: #F48CA8;
}

.reset_form{
	-webkit-appearance: none;
	background: #707070;
	color: #fff;
	padding: 10px;
	max-width: 200px;
	width: 100%;
	margin: 5px;
	border: none;
	pointer-events: auto;
	border-radius: 50px;
}

/******************************
セラピスト共通設定
******************************/
section:not(#section_covergirl,#section_newface,#section_top_ranking_01,#section_ranking_01) .cast_box {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px min(1.5%, 30px);
}
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;
	/* padding: 5px; */
	background: #fff;
	/* box-shadow: 0 0 10px 0px #c8c8c8; */;
}
.cast_box li .img_box {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	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;*/
}
.cast_box li .icon_new{
	width: 50px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 9999;
}
/* アイコン */
.cast_box li .icon_box {
	position: absolute;
	bottom: 10px;
	right: 6px;
	display: flex;
	justify-content: center;
	z-index: 999;
}
.cast_box li .icon_box img{
	width: 45px;
	margin: 0 4px;
}
/* アイコン下 */
.cast_box li .icon_box.off {
	position: static;
	display: flex;
	justify-content: center;
	margin: 10px 0;
}
.cast_box li .icon_box.off img{
	width: 30px;
	margin: 0 4px;
}

.cast_box li .frame{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cast_box li .frame img{
	width: 100%;
}
.cast_box
.cast_box li .txt_box .icon{
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 0 auto 6px;
}
.cast_box li .txt_box .icon img {
	width: 100%;
	padding: 2px;
}
.cast_box li .txt_box .name_area span {
	font-size:12px;
}
.cast_box li .txt_box .name_area .name {
	font-size:16px;
}
.cast_box li .txt_box .size {
	margin-bottom: 5px;
	color: #5E484B;
}
.cast_box li .txt_box .name_area{
	letter-spacing:0.1em;
	line-height: 20px;
	/* color: #FFAEC0; */
}
.cast_box li .txt_box .time {
	padding: 5px;
	/* background: #F48CA8; */
	color: #5E484B;
	font-size: 14px;
	/* margin-bottom: 5px; */
	background-image: -moz-linear-gradient( 90deg, rgb(216,175,140) 0%, rgb(244,235,213) 50%, rgb(216,175,140) 100%);
	background-image:-webkit-linear-gradient(180deg, rgb(208 242 238) 0%, rgb(113 218 206) 50%, rgb(208 242 238) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(216,175,140) 0%, rgb(244,235,213) 50%, rgb(216,175,140) 100%);
}
.cast_box li .txt_box .time.entering {
	color: #5E484B;
	background-image: none;
	background: #ffdee3;
}
.cast_box li .txt_box .time span {
	width: 100%;
	display: block;
	background:
	url(../images/deco_time.svg) no-repeat left 50%,
	url(../images/deco_time.svg) no-repeat right 50%;
	color: #5E484B;
	background-size: 25px;
}

.cast_box li .txt_box .icon_blog {
	margin-top: 5px;
	padding: 2px;
	background: #d1cfd8;
	font-size: 12px;
}
.cast_box li .txt_box .icon_blog a{
	padding: 2px;
	background: #d1cfd8;
	font-size: 12px;
}
.cast_box li .txt_box .icon_shop{
	background: #6c96a5;
	color: #fff;
	margin-bottom: 4px;
}
.cast_box li .txt_box .sch_info{
	background: #000;
	color: #fff;
	padding: 4px;
}


@media screen and (max-width: 768px){
	section:not(#section_newface) .cast_box {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.cast_box li .icon_x {
		width: 30px;
		top: 10px;
		left: 10px;
	}
	.cast_box li .icon_new{
		/* bottom: -15px; */
		/* right: 10px; */
	}
	/* アイコン */
	.cast_box li .icon_box {
		/* position: absolute; */
		/* bottom: 10px; */
		/* right: 8px; */
		/* display: flex; */
		/* justify-content: center; */
		/* z-index: 999; */
		/* display: none; */
	}
	.cast_box li .icon_box img{
		width: 30px;
		margin: 0 2px;
	}
}
@media screen and (max-width: 520px){
	section:not(#section_newface) .cast_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}



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

headerヘッダー設定

****************************************/
header {
	width: 100%;
	position: fixed;
	z-index: 10999;
	background: #fff;
}
header#other{
	/* opacity: 0; */
}
header.sticky,
header#other.sticky{
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
header h1{
	width: auto;
	/* margin: auto; */
}
header .header_inner {
	padding: 0;
	position:relative;
	margin: 0 auto;
	width: 100%;
}
header .area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

header .header_inner ul.header_nav{
	width: auto;
	margin: auto;
	/* color: #f99ba0; */
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	/* background: #cbcbcb; */
	/* display: none; */
}

.header_nav a{
	/* width: 85px; */
	display: block;
	position:relative;
	color: #5E484B;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 15px;
	border-right: 1px solid #4fb8ab;
}
.header_nav ul li:last-childa a{
	border-right: none;
}
.header_nav a.active{
	opacity: 0.7;
	/* color: #1831e9; */
}
@media screen and (max-width:1000px) {
	.header_nav a {
	    font-size: 12px;
	    padding: 0 7px;
	}
}

header .header_inner .logo{
	display: flex;
	align-items: flex-start;
	padding: 5px 10px;
}

header .header_inner .logo img{
	max-width: 200px;
}
@media screen and (max-width:768px) {
	header .header_inner .logo img{
		max-width: 150px;
	}
}


header.sticky .header_inner ul.header_nav{
	/* display: inherit; */
}
header .header_inner ul.header_nav li{
	margin: auto;
}

header a{
	color: #fff;
}
header a:hover{
	opacity: 0.8
}

@media screen and (max-width:768px) {
	.heade_area {
		display:none;
	}
}

/* ヘッドライン */
#headline {
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	background: #fff;
	line-height: 42px;
}
/* #headline .news_title{
width: 20vw;
} */
#headline .swiper{
	text-align: center;
	width: 100vw;
}

/*タブレットサイズ*/
@media screen and (max-width: 768px) {
	#headline{
		width: 100%;
		left: 2.5%;
		padding-left: unset;
	}
	#headline .swiper{
		width: 100vw;
	}
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー設定 ↓↓↓↓↓↓↓↓ */

/*--------------------------------------
ドロワー
--------------------------------------*/
.btn_menu{
	position: fixed;
	top: 0;
	right: 0;
	/* width: 30px; */
	/* height: 30px; */
	z-index: 99000;
	padding: 14px 20px;
	/* background: #000; */
	display:none;
}

.btn_menu .txt{
	/* width: 46px; */
	position: absolute;
	bottom: -20px;
	left: 0;
	height: auto;
	background: none;
	font-size: 10px;
	letter-spacing: 0;
	max-height: 100%;
	white-space: nowrap;
	display: inline;
	word-break: normal;
	color: #4fb8ab;
}
.btn_trigger {
	position: relative;
	width: 30px;
	height: 20px;
	cursor: pointer;
}
.btn_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4fb8ab;
}
.btn_trigger, .btn_trigger span {
	display: inline-block;
	transition: all .1s;
	box-sizing: border-box;
}
.btn_trigger span:nth-of-type(1) {
	top: 10px;
}
.btn_trigger span:nth-of-type(2) {
	top: 50%;
	/* width: 80%; */
	display: none;
}
.btn_trigger span:nth-of-type(3) {
	bottom: 0px;
}
.open .btn_trigger span:nth-of-type(1),
.open .btn_trigger span:nth-of-type(2),
.open .btn_trigger span:nth-of-type(3) {
	/*  background-color: #3c3c3c;*/
}
.open .btn_trigger {
	color: #4fb8ab;
}
#btn_top span:nth-of-type(1) {
	-webkit-animation: btn_trigger_01 .2s forwards;
	animation: btn_trigger_01 .2s forwards;
}
@-webkit-keyframes btn_trigger_01 {
	0% {-webkit-transform: translateY(13px) rotate(-45deg);}
	100% {-webkit-transform: translateY(0) rotate(0);}
}
@keyframes btn_trigger_01 {
	0% {
		transform: translateY(13px) rotate(-45deg);}
		100% {transform: translateY(0) rotate(0);}
	}
	#btn_top span:nth-of-type(2) {
		-webkit-animation: btn_trigger02 .2s forwards;
		animation: btn_trigger02 .2s forwards;
	}
	@-webkit-keyframes btn_trigger02 {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes btn_trigger02 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	#btn_top span:nth-of-type(3) {
		-webkit-animation: btn_trigger03 .2s forwards;
		animation: btn_trigger03 .2s forwards;
	}
	@-webkit-keyframes btn_trigger03 {
		0% {-webkit-transform: translateY(-13px) rotate(45deg);}
		100% {-webkit-transform: translateY(0) rotate(0);}
	}
	@keyframes btn_trigger03 {
		0% {transform: translateY(-13px) rotate(45deg);}
		100% {transform: translateY(0) rotate(0);}
	}
	#btn_top::after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 30px;
		height: 30px;
		margin: -16px 0 0 -16px;
		border-radius: 50%;
		/* border: 1px solid #F48CA8; */
		transition: all .2s;
		opacity: 0;
	}
	#btn_top.active span:nth-of-type(1) {
		-webkit-animation: active_btn_top_bar01 .2s .2s forwards;
		animation: active_btn_top_bar01 .2s .2s forwards;
		top: 0px;
	}
	@-webkit-keyframes active_btn_top_bar01 {
		0% {-webkit-transform: translateY(0) rotate(0);}
		100% {-webkit-transform: translateY(6px) rotate(-45deg);}
	}
	@keyframes active_btn_top_bar01 {
		0% {transform: translateY(0) rotate(0);}
		100% {transform: translateY(6px) rotate(-45deg);}
	}
	#btn_top.active span:nth-of-type(2) {
		-webkit-animation: active_btn_top_bar02 .2s .2s forwards;
		animation: active_btn_top_bar02 .2s .2s forwards;
	}
	@-webkit-keyframes active_btn_top_bar02 {
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	@keyframes active_btn_top_bar02 {
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	#btn_top.active span:nth-of-type(3) {
		-webkit-animation: active_btn_top_bar03 .2s .2s forwards;
		animation: active_btn_top_bar03 .2s .2s forwards;
	}
	@-webkit-keyframes active_btn_top_bar03 {
		0% {-webkit-transform: translateY(0) rotate(0);}
		100% {-webkit-transform: translateY(-13px) rotate(45deg);}
	}
	@keyframes active_btn_top_bar03 {
		0% {transform: translateY(0) rotate(0);}
		100% {transform: translateY(-13px) rotate(45deg);}
	}
	#nav_bg {
		position: fixed;
		width: 100%;
		height: 100vh;
		right: 0;
		top: 100px;
		opacity: 0;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		-ms-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		z-index: -99999;
		display: none;
	}

	@media screen and (max-width:768px) {
		.btn_menu{
			display:block;
		}
		#nav_bg {
			display:block;
		}
	}


	.open #nav_bg {
		opacity: 1;
		top: 0px;
		transition-delay: 0.2s;
		z-index: 90000;
		background: rgba(0,0,0,0.8);
	}
	#nav_drawer {
		font-size: 18px;
		width: 100%;
		max-width: 500px;
		height: 100%;
		display: flex;
		align-items: center;
		/* padding: 40px 0 0 0; */
		margin: 0 0 0 auto;
		background: url(../images/bg_drawer.jpg);
		font-family: "Cormorant Garamond", "Times New Roman", "Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Noto Serif JP", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", "MS PMincho", "serif";
		font-optical-sizing: auto;
		font-weight: 100;
		font-style: normal;
		text-transform: uppercase;
	}
	#nav_drawer > ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 30px;
	}
	#nav_drawer li {
		margin: 0 auto;
		width: 95%;
		padding: 0 5px;
		/* text-align: left; */
		opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		-webkit-transform: translate(0px,3px);
		transform: translate(0px,3px);
		/*  -webkit-filter: blur(7px);
filter: blur(7px);*/
		/* line-height: 25px; */
		font-size: 25px;
		text-align: left;
		border-bottom: 1px solid #4fb8ab;
		/*background: url(../images/arrow02.png) no-repeat center right;*/
		background-size: 40px;
}
#nav_drawer li.info{
	width: 100%;
	font-size:20px;
	text-align: center;
	margin-top: 20px;
}
#nav_drawer li.info_open{
	width: 100%;
	font-size:20px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 15px 0;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: none;
}
#nav_drawer li .info_open_tel a{
	/* display: block; */
	font-size:20px;
	/* line-height: 20px; */
	text-align: center;
	background: #9ad5c4;
	color: #fff;
	border-radius: 40px;
	margin-bottom: 10px;
	padding: 10px;
}
#nav_drawer a {
	width: 100%;
	display: block;
	padding: 15px 0 5px 0;
	color: #5E484B;
	margin: auto;
}
#nav_drawer a.current {
	color: #c4b477;
	/* opacity: 0.8; */
}
.open #nav_drawer li {
	opacity: 1;
	-webkit-transform: translate(0px,0px);
	transform: translate(0px,0px);
	transition-delay: .3s;
	-webkit-filter: blur(0);
	filter: blur(0);
}
.open #nav_drawer li:nth-child(1){
	transition-delay: 0s;
}
.open #nav_drawer li:nth-child(2){
	transition-delay: .1s;
}
.open #nav_drawer li:nth-child(3){
	transition-delay: .2s;
}
.open #nav_drawer li:nth-child(4){
	transition-delay: .3s;
}
.open #nav_drawer li:nth-child(5) {
	transition-delay: .4s;
}
.open #nav_drawer li:nth-child(6) {
	transition-delay: .5s;
}
.open #nav_drawer li:nth-child(7) {
	transition-delay: .6s;
}
.open #nav_drawer li:nth-child(8) {
	transition-delay: .7s;
}
.open #nav_drawer li:nth-child(9) {
	transition-delay: .8s;
}
.open #nav_drawer li:nth-child(10) {
	transition-delay: .9s;
}
.open #nav_drawer li:nth-child(11) {
	transition-delay: 1s;
}
.open #nav_drawer li:nth-child(12) {
	transition-delay: 1.1s;
}
.open #nav_drawer li:nth-child(13) {
	transition-delay: 1.2s;
}
.open #nav_drawer li:nth-child(14) {
	transition-delay: 1.3s;
}

#nav_drawer .info_open_logo img{
	margin: auto;
}


/*ハンバーガーメニューを作る*/

.btn_toggle {
	background: transparent;
	border: none;
	padding: 0;
	position: fixed;
	top: 30px;
	right: 20px;
	display: block;
	z-index: 999;
}

.btn_toggle:hover{
	cursor: pointer;
}
.btn_toggle span{
	display: inline-block;
	background: #333;
	height: 1px;
	width: 25px;
	position: relative;
}
.btn_toggle span:before{
	content: "";
	display: inline-block;
	background: #333;
	height: 1px;
	width: 25px;
	position: absolute;
	top: 10px;
	left: 0;
}
.btn_toggle span:after{
	content: "";
	display: inline-block;
	background: #333;
	height: 1px;
	width: 25px;
	position: absolute;
	top: -10px;
	left: 0;
}
#btn_open.active span{
	background: transparent;
}
#btn_open.active span:before{
	transform: rotate(45deg);
	top: 0;
}
#btn_open.active span:after{
	transform: rotate(-45deg);
	top: 0;
}

/*メニュー内設定*/
.nav_menu{
	height: 100vh;
	background: #ccc;
	margin: 0;
	padding: 50px 10px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	text-align: left;
}
.nav_menu a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	color: #fff;
}
#sp_nav.open{
	display: block;
}
.nav_menu a.btn_nav_tel{
	width: 49%;
	display: inline-block;
	padding: 10px;
	border-bottom: none;
	text-align: center;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.nav_menu .btn_nav_open{
	width: 49%;
	display: inline-block;
	padding: 10px;
	border-bottom: none;
	text-align: center;
	border: 1px solid #000;
}

/* アイコン */
.nav_menu .icon_box{
	display: flex;
	justify-content: center;
	margin: 20px auto 20px;
}
.nav_menu .icon_box a{
	padding: 0;
	border-bottom: 0px solid #eee;
}
.nav_menu .icon_box img {
	width: 30px;
	margin: 0 4px;
}

/*---------------------------
営業・受付時間
----------------------------*/
.middle_info{

}
.middle_info a{color: #F48CA8;}
.middle_info .middle_info_area{
	display: flex;
	justify-content: end;
	align-items: center;
	margin: auto;
	padding: 0 0 10px 0;
	color: #fff;
	font-family: "Cinzel", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Noto Serif JP", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.middle_info .middle_info_area li{
	color: #4fb8ab;
	/* width: 100%; */
	margin: auto 10px;
	text-align: center;
	font-size: 15px;
}
.middle_info .middle_info_area li a{
	color: #4fb8ab;
}
.middle_info .middle_info_area li.line_icon{
	/* background: #F48CA8; */
	/* width: 150px; */
	/* border-radius: 20px; */
}
.middle_info .middle_info_area li.line_icon a{
	color: #fff;
	background: #9ad5c4;
	width: 150px;
	border-radius: 20px;
	display: block;
}

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

footerフッター設定

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

footer {
	/* background: #16160e; */
	font-size: 10px;
	padding: 0;
}

@media screen and (max-width:768px) {
	footer {
		padding-bottom: 70px;
	}
}

footer .logo img{
	max-width: 200px;
	margin: 0 auto 20px;
}
/* テキストメニュー */
footer .nav{
	margin: 0 auto 30px;
	padding: 20px 0 0;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-transform: uppercase;
}
footer .nav li {
	width: 10%;
	/* display: inline-block; */
	/* line-height: 30px; */
	margin: 5px;
	font-size: 13px;
}
@media screen and (max-width:768px) {
	footer .nav li {
		width: 40%;
	}
}
footer .nav li a{
	color: #5E484B;
}
footer .nav li a:hover{
	opacity: 0.5;
}
footer .nav li:after {
	/* content: "　|　"; */
	display: inline;
	margin: 0 3px;
	color: #eee;
}
footer .nav li:last-child:after {
	display: none;
}
/* 電話番号&営業時間 */
footer .info_box {
	margin: 0 auto 20px;
}
footer .info_box,
footer .info_box a {
	color:#fff;
}
/* アイコン */
footer .icon_box{
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
}
footer .icon_box img {
	width: 30px;
	margin: 0 4px;
}

.footer_link {
	margin: 10px;
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	color: #5E484B;
	/* border-top: 1px solid #eee; */
}
.footer_link a {
	color: #eeeeee;
	/* text-decoration: underline; */
	text-decoration-color: #d0d0d0;
}
.footer_info_area{

}
.footer_info_area,
.footer_info_area a{
	color: #5E484B;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Noto Serif JP", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", "MS PMincho", "serif";
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}

}


.footer_txt{
	margin: 10px;
	color: #fff;
}

.copy{
	background:#9ad5c4;
	color: #fff;
	padding: 10px;
}
.copy a{
	color:#fff;
}

/* フリースペース */
.free_link_box img {
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100% !important;
	max-width: 100% !important;
}

/* リンクバナー */
.list_link_box {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: min(100%, 840px);
	margin: 20px auto;
}
.list_link_box li {
	margin: 10px;
	display: inline-block;
	font-size: 11px;
	/* margin-right: 10px; */
	/* margin-bottom: 10px; */
}

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

/*フッターナビ用*/
.footer_nav {
	display:none;
}

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

	/*フッターナビ用*/
	.footer_nav {
		width: 100%;
		max-width: 1200px;
		/* margin: 5px auto 0; */
		padding: 10px 5px;
		box-sizing: border-box;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 79999;
	}
	.footer_nav.lock {
		/* max-width: 90%; */
		display: flex;
		justify-content: center;
		align-items: center;
		background: #d0f2ee;
	}
	.footer_nav p{
		text-align: center;
		width: 32%;
		padding: 20px 0;
		background: #fff;
	}
	.footer_nav p:nth-child(1){
		border-radius: 10px 0 0 10px;
	}
	.footer_nav p:nth-child(5){
		border-radius: 0 10px 10px 0;
	}
	.footer_nav a{
		display: block;
		line-height: 20px;
		border-right: 1px solid #d0f2ee;
	}

	.footer_nav a.btn_footer_line{
		color: #4fb8ab;
	}
	.footer_nav a.btn_footer_tel{
		color: #4fb8ab;
	}
	.footer_nav p:last-child a{
		border-right: 0;
	}
}

/****************************************
mainvisualメインビジュアル
****************************************/
#mainvisual{
	width: 100%;
/*	height: 100vh;*/
	position: relative;
	padding-top: 75px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#mainvisual{
		padding-top: 70px;
	}
}

#mainvisual ul{
	width: 100%;
/*	height: 100vh;*/
}
#mainvisual ul li{
	width: 100%;
	height: 100%;
}
#mainvisual img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainvisual .logo {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 10;
}
#mainvisual .logo img{
	width: 100%;
	max-width: 350px;
	/* margin: 0 auto; */
}
#mainvisual .logo .logo_event{
	max-width: 450px;
}
@media screen and (max-width: 768px){
	#mainvisual .logo img{
		max-width: 250px;
	}
	#mainvisual .logo .logo_event{
		max-width: 350px;
	}
}
#mainvisual .mv_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#mainvisual .mv_inner img{
	width: 100%;
	max-width: 220px;
}
#mainvisual .mv_inner p{
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 20px;
}
#mainvisual .mv_inner p span{
	font-weight: normal;
}
@media screen and (max-width: 768px){
	#mainvisual .mv_inner p{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 520px){
	#mainvisual .mv_inner p{
		font-size: 1.2rem;
	}
}
/* ↓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を上書き */

/* 営業時間＆電話番号 */
.top_info_box {
	padding: 10px 20px 20px;
	background: #9ad5c4;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.top_info_box .btn_tel {
	display: block;
	width: min(100%, 400px);
	margin: 10px auto 0;
	padding: 10px 0;
	background: #fff;
	border-radius: 40px;
	color: #4fb8ab;
}

/* パンくずリスト */
.breadcrumbs {
	text-align: center;
	padding: 4px;
	background: #9ad5c4;
	text-transform: uppercase;
}
.breadcrumbs ol li {
	font-size: 14px;
	display: inline-block;
	color: #5E484B;
}
.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: "\f015";
	display: none;
}
.breadcrumbs ol li a {
	color: #5E484B;
}




/******************************
認証ページ
******************************/
#entry_body{
	background: transparent;
	background: url(../images/bg_entry_box.png) 0 0 no-repeat #EDECE7;
	background-size: 100%;
}
#entry_body header{
	background: none;
	box-shadow: none;
	position: unset;
	height: auto;
}
#entry_body #contents{
	padding-top: 80px;
}
#entry_body #contents .logo{
	margin-bottom: 50px;
}
#entry_body #contents .info_box,
#entry_body #contents .info_box a {
	width: 100%;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 800;
}
#entry_body #contents .info_box span{
	font-size: 1.5em;
	color: #6b7387;
}
.btn_enter,
.btn_exit {
	width: 300px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50px;
	background: #3b3c40;
	color: #fff;
	font-size: 16px;
	margin: 0 auto 30px;
	text-transform: uppercase;
}
#entry_body h2{
	font-size: 18px;
	font-weight: 700;
}
#entry_body .list_link_box img,
#contents_link .list_link_box img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/******************************
トップページ
******************************/
/*トップページ共通*/
section h2{
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	padding: 60px 0 40px;
	font-family: "Cormorant Garamond" , "Times New Roman" , "Garamond" ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Noto Serif JP" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" ,"Noto Serif JP" , "MS PMincho" , "serif";
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	color: ＃5E484B;
	/* line-height: 40px; */
	letter-spacing: 1px;
	background: url(../images/deco_h2.png) no-repeat center 10px;
}


@media screen and (max-width: 768px){
section h2{
	font-size: 35px;
	background-size: 40px;
	}

}


#section_schedule_today h2,
#section_schedule_today h2 span{
	/* color:#fff; */
}
#section_covergirl,
#section_movie,
#section_blog,
#section_topics,
#section_x,
#section_concept,
#section_event,
#section_schedule_today,
#section_top_ranking_01,
#section_newface,
#section_blog,
#section_diary,
#contents_profile,
#contents_link,
#contents_blog,
#topics_system,
#contents_blog_detail,
#contents_err{
	padding: 120px 10px;
}
@media screen and (max-width: 768px){
	#section_covergirl,
	#section_movie,
	#section_blog,
	#section_topics,
	#section_x,
	#section_concept,
	#section_event,
	#section_schedule_today,
	#section_top_ranking_01,
	#section_newface,
	#section_blog,
	#section_diary,
	#contents_profile,
	#contents_link,
	#contents_blog,
	#topics_system,
	#contents_blog_detail,
	#contents_err{
		padding: 60px 10px;
	}
}

/*トップページ　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;
	}
}

/* カバーガール */
#section_covergirl .swiper{
	width: 300px;
	margin: 0 auto;
}
#section_covergirl ul li{
	padding:0  10px;
}
@media screen and (max-width: 768px){
	#section_covergirl .swiper{
		width: 220px;
		margin: 0 auto;
	}
}


/* 新人情報 */
.newface_bnr_wrap {
	background: url(../images/bg_newface.jpg) center bottom no-repeat;
	background-size:cover;
}
/* #section_newface{
	background: url(../images/bg_newface.jpg) center bottom no-repeat;
	background-size:cover;
} */

#section_newface .swiper{
	width: 100%;
	max-width: 1000px;
	padding: 10px 10px 30px;
	margin: 0 auto;
}
#section_newface ul li{
	/* padding:10px; */
}
#section_newface ul li .txt_box .icon_new{
	width: 50px;
	position: static;
}
#section_newface ul li p.name {
	line-height: 1.4;
	padding-bottom: 4px;
}
@media screen and (max-width: 768px){
	#section_newface ul li .icon_x {
		left :20px;
	}
	#section_newface .swiper{
		/* width: 220px; */
	}
}

/* 新人情報 ver02　*/
#section_newface02 {
	width: 250px;
	float: left;
}
#section_newface02 ul{
	overflow-y: auto;
	height: 310px;
}
#section_newface02 ul li{
	padding: 10px 5px;
	overflow-y: auto;
	border-bottom: 1px dotted #fff;
}
#section_newface02 ul li:last-child{
	border-bottom: none;
}
#section_newface02 ul li div{
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
#section_newface02 ul li div:last-child {
	width: 120px;
	overflow: hidden;
}
#section_newface02 ul li div:last-child img {
	width: 40px;
	vertical-align: middle;
}
#section_newface02 ul li div p {
	font-size: 10px;
	text-align: left;
}
#section_newface02 ul li div p.textCut {
	height: 70px;
	overflow: hidden;
	word-wrap: break-word;
}
#section_newface02 ul li div p.time {
	font-size: 12px;
	color: #e8d773;
	border-bottom: 1px dotted #e8d773;
}
#section_newface02 ul li div:first-child{
	position: relative;
}
#section_newface02 ul li div:first-child span.frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* バナーエリア */
.newface_bnr_wrap .bnr_area { padding: 0 10px 120px ; }
@media screen and (max-width: 768px){
	.newface_bnr_wrap .bnr_area { padding: 0 10px 60px; }
}

/* .newface_bnr_wrap .bnr_area .link_reserve_estama {
	padding: 0 10px ;
} */
.newface_bnr_wrap .bnr_area .link_reserve_estama p {
	font-size: 1.2rem;
}
.newface_bnr_wrap .bnr_area .link_reserve_estama img {
	max-width: 468px;
	width: 100%;
	height: auto;
}


.bg_topics {
	background: url(../images/bg_topics.jpg) no-repeat;
	background-size: cover;
	padding: 0px;
}

#section_topics{
	width: 100%;
	max-width: 680px;
	margin: auto;
}
#section_topics #info_box {
	max-height: 385px;
	background: #fff;
	overflow-y: auto;
	border: 10px solid #fff;
	outline: 1px solid #4fb8ab;
	outline-offset: -10px;
	padding: 20px;
}
#section_topics #info_box tbody tr td{
	border: 1px solid #3e4349;
}
#section_topics #info_box article{
	/* margin-bottom: 30px; */
	text-align: left;
}
#section_topics #info_box article h3{
	background: #eee;
	text-align: left;
}
#section_topics #info_box article p img{
	max-width: 100%;
}
#section_topics #info_box strong {
	font-weight: bold;
}

/* 新着情報 */
.accordion{
	/* margin-bottom: 40px; */
}
.toggle_contents {
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	/* outline: 1px solid #F3DECD; */
	/* outline-offset: -10px; */
	/* background: #fff; */
}
.toggle_contents img{
	height: auto !important;
}
.toggle_title {
	position: relative;
	padding: 10px 20px;
	cursor: pointer;
	text-align: left;
	line-height: 1.4;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_contents .selected .toggle_btn:after {
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #4fb8ab 2px solid;
	border-right: #4fb8ab 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:absolute;
	right: 8px;
	top: 4px;
	bottom: 0;
	margin: auto;
}
.toggle_contents .toggle_btn:after {
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top: #4fb8ab 2px solid;
	border-right: #4fb8ab 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position:absolute;
	right: 8px;
	top: 4px;
	bottom: 15%;
	margin: auto;
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_title time{
	color: #4fb8ab;
	padding: 2px 0px;
	font-size: 1rem;
	display: block;
	/* border-radius: 20px; */
	/* margin-right: 10px; */
}
.toggle_title .toggle_lead{
	color: #5E484B;
	padding: 2px 0px;
	font-size: 1rem;
	display: block;
}
.toggle_contents dd {
	/* display: none; */
}
/*.toggle_contents:first-of-type dd {
	display: block;
	padding: 20px;
}*/


/* 矢印 */
.accordion-title {
	position: relative;
}
.accordion-title::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}
.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

#topics_system{
	width: 100%;
	max-width: 680px;
	margin: auto;
}
.topics_system_box img{
	height: auto !important;
}

.topics_system_box time{
	color: #F48CA8;
	padding: 2px 0px;
	font-size: 1rem;
	display: block;
	/* border-radius: 20px; */
	/* margin-right: 10px; */
}
.topics_system_box h3{
	color: #F48CA8;
	padding: 2px 0px;
	font-size: 1rem;
	display: block;
}

.topics_system_box article{
	background: #fff;
    outline: 1px solid #F3DECD;
    outline-offset: -10px;
    background: #fff;
    	padding: 20px;
}

.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}
.pagination li{
	/* padding: 10px; */
	margin: 10px;
}
.pagination li a{display: block;background: #898989;color: #fff;padding: 10px 20px;}
.pagination li.active{

}
.pagination li.active a{background: #F48CA8;}

/* 矢印非表示 */
.swiper-button-next.next,.swiper-button-prev.prev{
	display: none;
}


/* イベント */
.bg_event {
	background: url(../images/bg_event.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.right_wing{
	position: absolute;
	top: 0;
	right: 5%;
}
.left_wing{
	position: absolute;
	bottom: 0;
	left: 5%;
}
@media screen and (max-width: 768px){
	.right_wing{
		max-width:80px;
	}
	.left_wing{
		max-width:80px;
	}
}
#section_event{
	/*background: url(../images/bg_event_window.webp) no-repeat center top;*/
	background-size: contain;
	padding: 90px 10px 50px;
	position: relative;
}
#section_event .swiper{
	padding: 0 0 30px 0;
}
#section_event img{
	width: 100%;
	max-width: 690px;
	margin-bottom: 20px;
	margin:auto;
}
#section_event .swiper ul li{
	padding: 0 10px;
}
.event_swiper_sp {
	display: none;
}
.event_swiper_pc {
	display: block;
}

.event_bnr_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
	padding: 0 10px;
}

.schedule_in_event{
	margin: 40px 0 0;
}
.schedule_in_event img{
	width: 100%;
	max-width:690px;
	margin: auto;
}

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

/* ランキング共通 */
#section_top_ranking_01 .cast_box li:nth-child(3n),
#section_top_ranking_02 .cast_box li:nth-child(3n) {
	margin-right: 0;
}

/* ランキング1 */
#section_top_ranking_01 {
	max-width: 690px;
	margin: 0 auto;
}
#section_top_ranking_01 .cast_box li {
	position: relative;
}
#section_top_ranking_01 .cast_box li .icon_ranking {
	position: absolute;
	bottom: 0;
	right: 0;
}
#section_top_ranking_01 .cast_box li .icon_ranking img {
	max-width: 100px;
}
#section_top_ranking_01 .cast_box li p.name {
	line-height: 1.4;
	padding-bottom: 4px;
}
/* ランキング2 */
#section_top_ranking_02 {
	width: 960px;
	float: right;
}
#section_top_ranking_02 .cast_box li {
	width: 300px;
	position: relative;
	margin: 0 30px 30px 0;
	float: left;
}
#section_top_ranking_02 .cast_box li .icon_ranking{
	position: absolute;
	top: 350px;
	right: 0;
}
#section_top_ranking_02 .cast_box li .icon_ranking img {
	max-width: 100px;
}
#section_top_ranking_01 .cast_box li .icon_new{
	width: 50px;
	position: static;
}

/* 本日の出勤情報　*/
#section_schedule_today{
	background: url(../images/bg_schedule.jpg);
	background-size: cover;
	background-position: top left;
}
@media screen and (max-width: 768px){
	#section_schedule_today{
		padding: 70px 0 50px;;
	}
}
#section_schedule_today .swiper{
	width: 100%;
	max-width: 1000px;
	padding: 10px 10px 30px;
	margin: 0 auto;
}
#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{
	/* background:#fff; */
}


/* 写メ日記　*/
#section_diary h2,
#section_diary h2 span {
	color: #fff;
}
#section_diary .diary_inner {
	max-width: 768px;
	margin: auto;
	background: #fff;
	padding: 10px 20px;
}
#section_diary .diary_inner li{
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
#section_diary .diary_inner li:last-child{
	border-bottom: none;
}

.article_box{

}
.article_box h3{
	text-align: left;
	padding: 5px 0;
	font-size: 15px;
	color: #908259;
}
.article_box .diary_box{
	display:flex;
	justify-content: left;
}
.article_image{
	width: 100px;
	margin-right: 10px;
}
.article_image img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.article_text{
	width: 85%;
	text-align: left;
	word-break: break-word;
}
.article_text .name{
	color: #4e3880;
}

/* トップページ用のブログ*/
#section_blog h2,
#section_blog h2 span {
	color: #fff;
}
#section_blog .blog_inner {
	max-width: 768px;
	margin: auto;
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
}
#section_blog .swiper-container {
	height: 500px;
}
#section_blog .blog_inner li{
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
#section_blog .blog_inner li:last-child{
	border-bottom: none;
}

#section_blog .blog_box h3{
	text-align: left;
	padding: 5px 0;
	font-size: 15px;
	color: #908259;
}

#section_blog .blog_box .blog_area{
	display:flex;
	justify-content: space-between;
}

#section_blog .blog_img{
	width: 100px;
	margin-right: 10px;
}
#section_blog .blog_img img {
	aspect-ratio: 1 / 1; /* 正方形（1:1） */
	object-fit: cover;
}

#section_blog .blog_text{
	width: 85%;
	text-align: left;
	word-break: break-word;
}
#section_blog .blog_text .name{
	color: #4e3880;
}

/* blog.php  */
#contents_blog .blog_inner {
	max-width: 768px;
	margin: auto;
	/* padding: 10px 20px; */
}
#contents_blog .blog_inner li{
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
#contents_blog .blog_inner li:last-child{
	border-bottom: none;
}

#contents_blog .blog_box h3{
	text-align: left;
	padding: 5px 0;
	font-size: 20px;
	color: #908259;
}

#contents_blog .blog_box .blog_area{
	display:flex;
	justify-content: space-between;
}

#contents_blog .blog_img{
	margin-right: 20px;
}
#contents_blog .blog_img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

#contents_blog .blog_text{
	width: 85%;
	text-align: left;
	word-break: break-word;
}
#contents_blog .blog_text .name{
	color: #4e3880;
}

/* blog.datail  */
#contents_blog_detail .blog_detail_editor_box{
	text-align:left;
	padding: 20px;
}
#contents_blog_detail .blog_detail_editor_box img{
	max-width:100% !important;
	height:auto !important;
}




/****************************************
バナー(bnr.html)
****************************************/

aside#bnr {
	padding: 50px 0;
	background: url(../images/bg_white.jpg);
}

/* Twitterなし */
aside#bnr ul {
	/* padding: 20px; */
}
aside#bnr ul li {
	width: 320px;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 768px){
	aside#bnr ul li:first-child {
		margin-bottom:30px;
	}
}

/* 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;
}

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

英語ページ(en.html)

****************************************/
/*共通部分*/
#contents_multiLanguage #section_concept,
#contents_multiLanguage #section_schedule_today,
#contents_multiLanguage #contents_system,
#contents_multiLanguage #contents_access,
#contents_multiLanguage #contents_attention{
	padding: 50px 10px;
}
#contents_multiLanguage #section_schedule_today,
#contents_multiLanguage #contents_access{
	background: #fff;
}
.wrap_box {
	max-width: min(100%, 800px);
	margin: 0 auto 40px;
	padding: 40px 40px;
	background: #ffffff;
}
.wrap_box:last-child {
	margin: 0 auto;
}
/* コンセプト */
#contents_multiLanguage #section_concept {
	text-align: left;
}
#contents_multiLanguage #section_concept h2 {
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#contents_multiLanguage #section_concept p {
	margin-bottom: 1rem;
}
/*本日の出勤情報 タブ*/
#contents_multiLanguage #section_schedule_today{
	min-height: 500px;
}
#contents_multiLanguage .schedule_select .schedule_tab_list li {
	cursor: pointer;
	padding: 10px;
	display: block;
	font-size: 12px;
	background: #999;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}
#contents_multiLanguage .schedule_select .schedule_tab_list li:hover {
	opacity: 0.6;
}
#contents_multiLanguage .schedule_day_wrap .schedule_day_box {
	display: none;
}
#contents_multiLanguage .schedule_day_wrap .schedule_day_box.active {
	display: block;
	animation: fadeIn 1s ease-out forwards;
}
#contents_multiLanguage .schedule_nav li.active {
	background: #000;
	color: #fff;
}
#contents_multiLanguage .schedule_nav li.active:hover{
	opacity: 1;
}
/*本日の出勤情報 セラピ*/
#contents_multiLanguage .cast_box {
	grid-template-columns: repeat(3, minmax(0, 1fr))!important;
}
#contents_multiLanguage .cast_box li .img_box {
	aspect-ratio: 1 / 1;
}
#contents_multiLanguage .cast_box li .img_box:before {
	display: none;
}
#contents_multiLanguage .img_box .img_cast{
	aspect-ratio: 2 / 3;
	position: absolute;
}
#contents_multiLanguage .img_box .img_cast:nth-child(1){
	width: 66.6%;
	height: auto;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
#contents_multiLanguage .img_box .img_cast:nth-child(2){
	width: 33.3%;
	height: auto;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	padding: 0 0 2.5px 5px;
}
#contents_multiLanguage .img_box .img_cast:nth-child(3){
	width: 33.3%;
	height: auto;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	padding: 2.5px 0 0 5px;
}
#contents_multiLanguage .img_box .img_box_frame{
	width: 66.6%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
#contents_multiLanguage .img_box .icon_new{
	position: absolute;
	right: 36%;
	bottom: 5px;
}
/*料金*/
#contents_multiLanguage #contents_system .system_text_caution li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
/*料金*/
#contents_multiLanguage #contents_access .access_ol {
	display: flex;
	flex-wrap: wrap;
}
/*海外のお客様向け注意文*/
#contents_multiLanguage #contents_attention {
	position: relative;
	padding: 60px 20px;
}
#contents_multiLanguage #contents_attention .wrap_box div {
	text-align: justify;
}
#contents_multiLanguage #contents_attention .wrap_box ul li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
@media screen and (max-width: 768px){
	#contents_multiLanguage #section_concept {
		font-size: 12px;
	}
	#contents_multiLanguage .cast_box {
		grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
}
@media screen and (max-width: 520px){
	.wrap_box {
		margin-bottom: 20px;
		padding: 10px 10px;
	}
	#contents_multiLanguage .cast_box {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
}
/****************************************

下層ページ

****************************************/
/*下層ページ共通設定*/
#contents_system,
#contents_cast,
#contents_schedule,
#contents_recruit,
#contents_entry,
#contents_impressions,
#contents_impressions_list,
#contents_contact,
#contents_enquete,
#contents_reserve{
	padding: 30px 0 30px;
}
.subvisual{
	width: 100%;
	height: 35vh;
	padding: 100px 0;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subvisual h2{
	font-size: 45px;
	font-weight: 700;
	/* text-transform: uppercase; */
	letter-spacing: 4px;
	color: #4fb8ab;
	padding-top: 100px;
	line-height: 1.5;
	font-family: "Cormorant Garamond", "Times New Roman", "Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Noto Serif JP", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", "MS PMincho", "serif";
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
}
.subvisual h2 span{
	font-size: 12px;
	display: block;
	letter-spacing: 8px;
}
@media screen and (max-width: 768px){
	.subvisual h2{
		font-size: 40px;
		padding-top: 70px;
	}
}




/****************************************
女の子一覧ページ & スケジュールページ
****************************************/
/* テキストメニュー */
.schedule_nav {
	margin: 40px auto 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
	gap: 8px;
}
.schedule_nav li {
	width: calc((100% - 8px) / 2);
}
.en .schedule_nav li {
	padding: 10px;
	display: block;
	font-size: 12px;
	background: #999;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}

.schedule_nav li a {
	padding: 10px;
	display: block;
	font-size: 12px;
	/* background: #999; */
	background: #bbe9db;
	transition: 0.4s ease;
}
.schedule_nav li a:hover {
	opacity: 0.6;
}
.schedule_nav li.active a {
	background: #4fb8ab;
	color: #fff;
}
.schedule_nav li.active a:hover{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.schedule_nav li:first-child{
		width: 100%;
	}
}




/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev,
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: auto;
	height: 32px;
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #3c3c3c;
	transition: ease 0.3s;
	/* display: none; */
}
.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;
}
.sch_nav_btn.swiper-button-next {
	top: 0;
	right: 0;
	padding: 0 8px 0 16px;
}
.sch_nav_btn.swiper-button-prev.swiper-button-disabled,
.sch_nav_btn.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

@media screen and (min-width: 768px) {
	.schedule_nav li,
	.schedule_nav li:first-child {
		width: calc((100% - 48px)/ 7 );
	}
}


/****************************************
週間スケジュールページ
****************************************/
#contents_schedule .schedule_box{
	text-align: left;
}
#contents_schedule .schedule_box li{
	padding: 10px;
	background: #e0e0e0;
	grid-template-columns: 10% auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -ms-grid;
	display: grid;
	margin-bottom: 20px;
}
#contents_schedule .schedule_box .name{
	width: 100%;
	font-size: 15px;
}
#contents_schedule .schedule_box table{
	width: 100%;
	height: 80px;
	font-size: 10px;
	text-align: center;
}
/*以下のサイズはサイトに合わせてください*/
#contents_schedule .schedule_box .img_box{
	width: 100%;
	padding-right: 20px;
}
/*以下のサイズはサイトに合わせてください*/
#contents_schedule .schedule_box .img_box img{
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	#contents_schedule .schedule_box li{
		grid-template-columns: auto;
	}
	#contents_schedule .schedule_box .img_box{
		width: 50%;
		padding-right: 0px;
		margin: 0 auto 10px;
	}
}
/****************************************
ランキングページ
****************************************/
#section_ranking_01 .cast_box li {
	margin: 0 30px 30px 0;
	float: left;
	width: 300px;
}
#section_ranking_01 .cast_box li p.name {
	line-height: 1.4;
	padding-bottom: 4px;
}
#section_ranking_01 .cast_box li:nth-of-type(3n) {
	margin-right: 0;
}
/*以下のサイズはサイトに合わせてください*/
#section_ranking_01 .cast_box li .img_box {
	width: 300px;
	height: 450px;
	margin-bottom: 10px;
}
/*以下のサイズはサイトに合わせてください*/
#section_ranking_01 .cast_box li .img_box img{
	max-width: 300px;
	max-height: 450px;
}
#section_ranking_02 .cast_box li {
	margin: 0 30px 30px 0;
	float: left;
}
#section_ranking_02 .cast_box li:nth-of-type(3n) {
	margin-right: 0;
}
#section_ranking_01 .cast_box li .icon_ranking {
	position: absolute;
	top:350px;
	left: 200px;
}
#section_ranking_02 .cast_box li .icon_ranking {
	position: absolute;
	top:231px;
	right: 0;
}
#section_ranking_01 .cast_box li .icon_new{
	width: 50px;
	position: static;
}

/****************************************
プロフィールページ
****************************************/
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
	width: 100%;
	max-width: 400px;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
#contents_profile .profile_box_left .img_box{
	width: 300px;
	height: 450px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
	/* overflow: hidden; */
}
#contents_profile .profile_box_left .img_box{
	width: 300px;
	height: 450px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
	/* overflow: hidden; */
}
#contents_profile .profile_box_left .img_box .profile_icon_new{
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 9999;
}
#contents_profile .profile_box_left .img_box .profile_icon_x{
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
}
.profile_box_right .name img{
	width: 50px;
	vertical-align: sub;
}
.profile_box_right .icon img{
	width: 49%;
	max-width: 50px;
}
.profile_box_right video{
	width:100%;
}
/*以下のサイズはサイトに合わせてください*/
#contents_profile .img_box > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contents_profile .profile_box_left .img_box .frame{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.profile_box_schedule{
	clear: both;
}
.profile_box_schedule .table_02 {
	/* margin-bottom: 20px; */
}
#contents_profile .profile_option_box p{
	width: 33.33%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
}
#contents_profile .profile_option_box .can{
	background: #ffff00;
}
#contents_profile .profile_option_box .normal{
	background: #00d8d1;
}
#contents_profile .profile_option_box .cant{
	background: #333333;
	color: #999;
}
#contents_profile .profile_option_box::after{
	content: "";
	display: block;
	clear: both;
}
/* アイコン */
.profile_box_right .icon_box {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.profile_box_right .icon_box img{
	width: 30px;
	margin: 0 4px;
}

.icon_shop_chart{
	display:block;
}

.img_cover{
	width: 100%;
	height: 20%;
	content: "";
	display: block;
	/* background: -webkit-linear-gradient(top, rgba(255 255 255 / 0), #fff 100%); */
	/* background: linear-gradient(to bottom, rgba(255 255 255 / 0), #fff 100%); */
	position: absolute;
	bottom: 0;
	z-index: 100;
}

/*出勤タイムライン設定*/
ul.timeline-head,
ul.timeline {
	display:table;
	table-layout:fixed;
	width:100%;
	font-size: 0.5em;
}
ul.timeline-head li,
ul.timeline li {
	display:table-cell;
	text-align:center;
}
ul.timeline-head li:first-child {
	border-left:none;
}
ul.timeline li {
	text-indent:-600px;
	overflow:hidden;
	border-top:1px solid #CCC;
}
ul.timeline li:first-child {
	border-left:none;
}
ul.timeline li.ui-selected {
	background:#000b84;
}


/* ↓↓ レスポンシブ用スケジュール
*  ブラウザで確認するときはmainタグのwidth:960pxを消して確認してください。
*/

.profile_box_schedule .profile_sch_wrap {
	padding-top: 40px;
}
.profile_box_schedule .profile_sch_box {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin: 0px 0;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {
	flex-grow: 1;
}
.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: 5px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #9ad5c4;
	color: #fff;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date .atten_03 {
	color: #3086bc;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date .atten_04 {
	color: #db6060;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
	padding: 5px;
	/* border-left: 1px solid #eee; */
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .time_txt {
	font-size: 11px;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .icon_shop_chart {
	padding: 5px 20px;
}
@media (max-width: 767px) {
	.profile_box_schedule .profile_sch_box {
		display: block;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable {
		flex-grow: unset;
		display: flex;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
		flex-basis: 50%;
		border-left: none;
		align-items: center;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
		flex-basis: 50%;
		border-bottom: 1px solid #eee;
	}
}
/* ↑↑ ここまで レスポンシブ用スケジュール */




/*
プロフィールページ 感想
*/
.impressions_box ul.impressions_inner{
	display: flex;
	flex-flow: wrap;
}
.impressions_box ul.impressions_inner li.impressions_list{
	flex-basis: 50%;
	border: 3px solid #eee;
	box-sizing:border-box;
	background: #fff;
}
.impressions_box ul.impressions_inner li.impressions_list:nth-child(2n){
	margin-right: 0;
}
.impressions_box ul.record{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #888;
	padding: 5px 10px;
	margin: auto;
}
.impressions_box ul.record li{
	width: 50%;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	text-align: left;
	margin: auto;
}
.impressions_box ul.evaluation{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.impressions_box ul.evaluation li{
	width: 24%;
	display: inline-block;
	color: #3e4349;
}
.impressions_box div.txt{
	height: 150px;
	padding: 10px;
	text-align: left;
	word-wrap:break-word;
	overflow-y: auto;
	box-sizing: border-box;
}
.impressions_box div.txt .fa-lg{
	line-height: auto;
}
.impressions_box div.txt span{
	display: block;
	font-weight: bold;
	color: #d31563;
	text-align: center;
}
@media (max-width: 767px){
	.impressions_box ul.impressions_inner li.impressions_list{
		flex-basis: 100%;
	}
}


/****************************************
システムページ
****************************************/
#contents_system .table_system{
	margin: 0 auto 30px;
	font-size: 1.8rem;
	width: 100%;
}
#contents_system .table_system tr{
	border-bottom: 1px solid rgb(95 82 82 / 20%);
}
#contents_system .table_system td {
	padding: 4% 0;
	text-align: center;
	font-size: 2.4rem;
}
#contents_system .table_system td:nth-child(1) {
	width: 38%;
}
#contents_system .table_system td:nth-child(3) {
	font-weight: 600;
	padding-right: 0px;
	padding-left: 20px;
}
#contents_system .table_system span {
	font-size: .8em;
	font-size: 1.4rem;
}
#contents_system .table_system td.op_txt {padding: 1% 0 2%;}
#contents_system .table_system td.op_txt span {font-size: 1.6rem;}
@media screen and (max-width: 768px) {
	#contents_system .system li {
		padding: 20px;
	}
	#contents_system .table_system td {
		padding: 4% 0;
		text-align: center;
		font-size: 2.0rem;
	}
}


.system_price_inner{
	padding: 50px;
	background: rgba(65, 23, 6, 0.5);
	outline: 4px solid #6f6f6f;
	outline: solid 2px rgba(65, 23, 6, 0.8);
	outline-offset: 2px;
	color: #fff;
	font-size: 20px;
}
.table_collum_system_w {
	/* width: 100%; */
	max-width: 680px;
	margin: 0 auto 30px;
	padding: 20px 40px 40px;
	/* border: 1px solid #F3DECD; */
	outline: 1px solid #F3DECD;
	outline-offset: -10px;
	background: #fff;
}
.table_collum_system {
	width: 100%;
	/* max-width:680px; */
	padding: 20px;
	text-align: center;
	table-layout: fixed;
	/* border: 1px solid #F3DECD; */
}
.table_collum_system input{
	border: 1px solid #e0e0e0;
}
.table_collum_system tr {
	/* margin-bottom: 10px; */
}
.table_collum_system tr.check_list input{
	width: auto;
}
.table_collum_system th,
.table_collum_system td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #E0E0E0;
}
.table_collum_system th {
	font-size: 26px;
	padding: 15px 10px;
	color: #F48CA8;
	vertical-align: middle;
}
.table_collum_system td {
	font-size: 30px;
}
.table_collum_system tr:last-child th,
.table_collum_system tr:last-child td {
	/* border-bottom: none; */
}
.table_collum_system th span,
.table_collum_system td span{
	font-size: 15px;
}
.table_collum_system td a{
	color: #000;
}
.table_collum_system .requier {
	border-radius: 2px;
	background: #bd0101;
	color: #fff;
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 4px 12px;
}
@media screen and (max-width:768px) {
	.table_collum_system th.system_kana {
		font-size: 23px;
	}
}

.system_bnr_box {
	margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
	.system_bnr_box {
		margin: 0 auto 20px;
	}
}
.system_bnr_box img {
	max-width: 100%;
	height: auto;
}

.table_collum_02 {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	table-layout: fixed;
	font-family: "Garamond" , "Times New Roman" ,  "æ¸¸æ˜Žæœ" , "Yu Mincho" , "æ¸¸æ˜Žæœä½“" , "YuMincho" , "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3" , "Noto Serif JP" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGSæ˜ŽæœE" , "ï¼­ï¼³ ï¼°æ˜Žæœ" ,"Noto Serif JP" , "MS PMincho" , "serif";
}
.table_collum_02 input{
	border: 1px solid #e0e0e0;
}
.table_collum_02 tr {
	margin-bottom: 10px;
}
.table_collum_02 tr.check_list input{
	width: auto;
}
.table_collum_02 th,
.table_collum_02 td {
	padding: 20px;
	vertical-align: middle;
	border: 1px solid #3c3c3c;
}
.table_collum_02 th {
	font-size: 14px;
	padding: 20px;
	color: #4d4d4d;
	vertical-align: middle;
	width: 30%;
	background: #fbfbfb;
	background: #3c3c3c;
	color: #fff;
	border-right: 1px dotted #3c3c3c;
}
.table_collum_02 td {
	text-align: left;
	font-size: 15px;
	background: #fff;
}
.table_collum_02 th span,
.table_collum_02 td span{
	font-size: 21px;
}
.table_collum_02 th span.large,
.table_collum_02 td span.large{
	font-size: 30px;
}
.table_collum_02 td a{
	color: #000;
}

/****************************************
コンセプトページ
****************************************/
#contents_concept .list_box{
	margin-bottom: 20px;
	text-align: left;
}
#contents_concept .list_box li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
}
#contents_concept .list_box li p{
	padding: 0 10px;
}
#contents_concept .list_box li p:first-child{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #eee;
	color: #ff007e;
}


/****************************************
Q&Aページ
****************************************/
#contents_qa .list_box li{
	height: 210px;
}


/****************************************
ご利用方法ページ
****************************************/
#contents_info .list_box li{
	height: 210px;
}


/****************************************
プレイ内容ページ
****************************************/



/****************************************
求人情報ページ
****************************************/
#contents_recruit .table_01 a { color: #ff828d; }


/****************************************
お問合せページ
****************************************/



/****************************************
WEB予約ページ
****************************************/



/****************************************
アンケートページ
****************************************/



/****************************************
アクセスページ
****************************************/
#contents_access .access_ol li{
	width: 100%;
	max-width: 450px;
	display: inline-block;
	padding: 10px;
	margin: 10px auto;
}


/****************************************
ホテルページ
****************************************/
#contents_hotel #list_tab_01,
#contents_hotel #list_tab_02 {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
#contents_hotel #list_tab_01 li,
#contents_hotel #list_tab_02 li {
	margin: 3px;
	display: inline-block;
	max-width: 100px;
}
#contents_hotel .title_room {
	font-size: 1.5em;
	font-weight: bold;
}
#contents_hotel .title_room span {
	font-size: 0.75em;
}
/****************************************
体験漫画ページ
****************************************/



/****************************************
リンクページ
****************************************/
#contents_link .free_link_box img {
	width: auto!important;
	max-width: 100%!important;
	height: auto!important;
}

/****************************************
感想投票ページ
****************************************/
#contents_impressions_list .speech{
	padding: 0 20px;
	margin-bottom: 20px;
}
.impressions_box .speech{
	padding: 0 20px;
	margin-bottom: 20px;
}



/****************************************
イベントページ
****************************************/



/****************************************
メールマガジンページ
****************************************/
#contents_mailmagazine .pagetext_box{
	height: 300px;
	padding: 140px 40px 0 370px;
	box-sizing: border-box;
	background: url(../images/bg_mailmagazine_box.png) 0 0 no-repeat;
	text-align: left;
	color: #fff;
}



/****************************************
クレジットページ
****************************************/


/****************************************
404ページ
****************************************/


