@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}

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

 common (共通スタイル)

****************************************/
:root {
	--color-main1: #a63141;
	--color-gold1: #f7e6a3;
	--color-gold2: #c0a22a;
	--color-gold3: #bc943e;
	--color-black: #111111;
	--color-white: #fafafa;

	--color-bg1: #5d1c2d;
	--color-bg2: #f0ebeb;
	--color-bg3: #f6f6f6;
	
	--color-line: #06c755;
	--color-border-gray: #e0e0e0;
	--color-border-red: #e6c4c9;

	--color-main1-alpha: rgba(166, 49, 65, 0.6);
	--color-gold2-alpha: rgba(192, 162, 42, 0.8);
	--color-white-filter: invert(100%) sepia(1%) saturate(7258%) hue-rotate(160deg) brightness(129%) contrast(83%);
}

body {
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	animation: fadeIn 2s ease 0s 1 normal;
	color: var(--color-black);
	background: var(--color-white);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1px;
	overflow-wrap: break-word;
}
body, input[type="submit"], input[type="reset"], input[type="button"]{
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
@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;
	}
}

::-moz-selection {
  background: #bb6470;
  color: #fff;
}
::selection {
  background: #bb6470;
  color: #fff;
}
ul::-webkit-scrollbar {
  display: none;
}

.inner {
	width: 95%;
	max-width: 1000px;
	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: #a63141;
}
/* main{
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
} */
img{
	max-width: 100%;
	height: 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: #a63141;}
.atten_02, .atten_02 a{color: #c0a22a;}
.atten_03, .atten_03 a{color: #1746d5;}
.atten_04, .atten_04 a{color: #d51730;}

.tc_main1{ color: var(--color-main1); }
.tc_gold1{ color: var(--color-gold1); }

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

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

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

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

/*********** Googleフォント ***********/
.font_cardo {
	font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

/*********** リンクhoverアクション ***********/
.link_act_01{
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
	.link_act_01:hover{
		opacity: 0.7;
	}
}

/*********** table設定 ***********/
/*table01*/
.table_01 {
	width: 100%;
	border-spacing: 0 1px;
	border-collapse: separate;
	text-align: left;
}
.table_01 th, .table_01 td {
	padding: 15px;
	line-height: 1.4;
	vertical-align: middle;
}
.table_01 th {
	width: 35%;
	background: var(--color-bg1);
	color: var(--color-white);
	vertical-align: middle;
}
.table_01 td {
	border-bottom: solid 1px var(--color-border-red);
}
@media screen and (max-width: 768px) {
	.table_01 {
		border-spacing: 0;
	}
	.table_01 th, .table_01 td {
		display: block;
		padding: 10px;
		width: 100% !important;
	}
	.table_01 th {
		border-radius: 4px;
	}
	.table_01 td {
		border-bottom: none;
		padding: 10px 0;
	}
	.table_01 tr:last-child td {
		padding-bottom: 0;
	}
}

/*table02*/
.table_02 {
	width: 100%;
	border-spacing: 0 0;
	border-collapse: separate;
	text-align: left;
}
.table_02 th, .table_02 td {
	padding: 15px;
	line-height: 1.4;
	vertical-align: middle;
	border-bottom: solid 1px var(--color-border-red);
}
.table_02 th {
	width: 35%;
	background: var(--color-bg2);
	color: var(--color-main1);
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.table_02 {
		border-spacing: 0;
	}
	.table_02 th, .table_02 td {
		display: block;
		padding: 10px;
		width: 100% !important;
		border-bottom: none;
	}
	.table_02 th {
		border-radius: 4px;
	}
	.table_02 td {
		padding: 10px 0;
	}
	.table_02 tr:last-child td {
		padding-bottom: 0;
	}
}

/*table03*/
.table_03_wrap {
	overflow-x: auto;
}
.table_03 {
	width: 100%;
	white-space: nowrap;
}
.table_03 th, .table_03 td {
	padding: 10px;
	line-height: 1.4;
	border: solid 1px var(--color-border-red);
	font-size: clamp(12px, 2vw, 14px);
	vertical-align: middle;
}
.table_03 th {
	background: var(--color-bg1);
	color: var(--color-white);
}

/*********** ボタン設定 ***********/
.btn_more {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  height: 40px;
  margin: 30px 0 0 auto;
  color: var(--color-main1);
	font-size: 16px;
	position: relative;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.btn_more::before,
.btn_more::after {
  position: absolute;
  top: 50%;
  right: 5px;
  height: 1px;
  background: var(--color-main1);
  content: '';
}
.btn_more:before {
  width: 40px;
  transform: translateY(-50%);
}
.btn_more:after {
  width: 6px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
@media (any-hover: hover) {
	.btn_more:hover{
		opacity: 0.7;
	}
}

/* 求人ページ応募方法のボタン */
.btn_recruit {
	display: flex;
	gap: 5px;
	flex-direction: column;
	flex-wrap: wrap;
}
.btn_recruit a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 300px;
	min-height: 50px;
	padding: 10px;
	color: var(--color-white);
	background: var(--color-main1);
}
.btn_recruit a span {
	margin: 2px 5px 0 0;
}
@media screen and (max-width: 768px) {
	.btn_recruit a {
		margin: 0 auto;
	}
}

/* フォームのボタン */
.btn_form {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.btn_form input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 250px;
	height: 50px;
	padding: 10px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	color: var(--color-white);
	background: var(--color-main1);
	font-size: clamp(14px, 2vw, 16px);
}
.btn_form .btn_send {
	background: var(--color-main1);
}
.btn_form .btn_reset {
	color: var(--color-main1);
	background: var(--color-white);
	border: solid 1px var(--color-main1);
}
@media screen and (max-width: 768px) {
	.btn_form {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.btn_form .btn_send {
		order: 1;
	}
	.btn_form .btn_reset {
		order: 2;
	}
}

/******************************
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 {
	width: 100%;
	border: 1px solid var(--color-border-gray);
	-webkit-transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
					transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	padding: 8px;
	vertical-align: baseline;
	font-size: 16px;
	color: var(--color-black);
}
form textarea {
	resize: vertical;
	height: 200px;
}
form .form_txt {
	margin-top: 5px;
}
form input[type="text"].form_short {
	max-width: 70px;
}
form input[type="text"].form_middle {
	max-width: 120px;
}
form input[type="radio"],
form input[type="checkbox"] {
	margin: 0 4px;
	vertical-align: baseline;
	accent-color: var(--color-main1);
}
form .form_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
form input::placeholder,
form textarea::placeholder {
	color: #ccc;
}
@media screen and (max-width: 768px) {
	form input[type="text"],
	form input[type="email"],
	form textarea {
		font-size: 16px;
	}
	form .form_list {
		grid-template-columns: 1fr;
	}
}
.icon_required {
	display: inline-block;
	font-size: 0.75em;
	padding: 3px 4px 2px;
	border-radius: 2px;
	line-height: 1;
	color: var(--color-white);
	background: var(--color-gold2);
	vertical-align: text-bottom;
}

/******************************
セラピスト共通設定
******************************/
.cast_box {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px min(2%, 30px);
}
.cast_box .cast_box_list {
	position: relative;
	background: var(--color-black);
}
.cast_box .cast_box_list a {
	color: var(--color-white);
}
.cast_box .cast_box_list .img_box {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	position: relative;
}
.cast_box .cast_box_list .img_box .img_cast {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 画像下 */
.cast_box .cast_box_list .btm {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* 予約状況登録 */
.cast_box .cast_box_list .sch_info {
	color: var(--color-white);
	background: var(--color-main1-alpha);
	text-align: center;
	padding: 4px 5px 2px;
}
/* アイコン */
.cast_box .cast_box_list .icon_box {
	display: flex;
	justify-content: center;
	justify-content: flex-start;
	margin: 0 0 7px 4px;
}
.cast_box .cast_box_list .icon_box img {
	width: 30px;
	margin: 0 4px;
}
/* アイコン下 */
.cast_box .cast_box_list .icon_box.off {
	position: static;
	display: flex;
	justify-content: center;
	margin: 10px 0;
}
.cast_box .cast_box_list .icon_box.off img {
	width: 30px;
	margin: 0 4px;
}
/* 指名料 */
.cast_box .cast_box_list .request {
	font-size: 11px;
	color: var(--color-white);
	background: var(--color-gold2-alpha);
	text-align: center;
	padding: 2px 5px 0;
}
.cast_box .cast_box_list .request span {
	font-size: clamp(14px, 2vw, 16px);
	margin-left: 5px;
}

.cast_box .cast_box_list .frame {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cast_box .cast_box_list .frame img {
	width: 100%;
}
.cast_box .cast_box_list .txt_box {
	color: var(--color-white);
	padding: 10px 10px 6px;
}
.cast_box .cast_box_list .txt_box .name {
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.4;
}
.cast_box .cast_box_list .txt_box .name span {
	font-size: clamp(12px, 2vw, 14px);
	margin-left: 5px;
}
.cast_box .cast_box_list .txt_box .icon {
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 0 auto 6px;
}
.cast_box .cast_box_list .txt_box .icon img {
	width: 100%;
	padding: 2px;
}
.cast_box .cast_box_list .txt_box .time {
	font-size: clamp(14px, 2vw, 16px);
	border-top: 1px solid var(--color-main1);
	margin-top: 6px;
	padding-top: 6px;
}
.cast_box .cast_box_list .txt_box .free_txt {
	line-height: 1.4;
	margin: 4px 0;
}
.cast_box .cast_box_list .txt_box .sch_info {
	margin-top: 5px;
}
.cast_box .cast_box_list .btn_reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 20px);
	height: 40px;
	color: var(--color-white);
	background: var(--color-main1);
	margin: 0 10px 10px;
	transition: all 0.4s ease-in-out;
}
@media (any-hover: hover) {
	.cast_box .cast_box_list .btn_reserve:hover {
		background: var(--color-gold2);
	}
}

@media screen and (max-width: 768px){
	.cast_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	/* アイコン */
	.cast_box .cast_box_list .icon_box {
		margin: 0 0 5px 4px;
	}
	.cast_box .cast_box_list .icon_box img{
		width: 30px;
		margin: 0 2px;
	}
}

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

headerヘッダー設定

****************************************/
header {
	width: 100%;
	height: 60px;
	background: var(--color-bg1);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 0 20px;
}
header h1.logo img{
	max-width: 180px;
}
@media screen and (max-width: 768px) {
	header {
		padding: 0 10px;
	}
}

/*グローバルナビ*/
header nav {
	display: flex;
	align-items: center;
	gap: 2vw;
}
header nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2vw;
}
header nav ul li a {
	display: block;
	font-size: 12px;
	color: var(--color-white);
	transition: all 0.4s ease-in-out;
}
@media (any-hover: hover) {
	header nav ul li a:hover {
		color: var(--color-gold2);
	}
}
header .btn_reserve {
	display: block;
	color: var(--color-white);
	background: var(--color-gold3);
	width: 100px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	transition: all 0.4s ease-in-out;
}
header .btn_reserve img {
	width: 12px;
	height: auto;
	filter: var(--color-white-filter);
}
@media (any-hover: hover) {
	header .btn_reserve:hover {
		background: var(--color-gold2);
	}
}
@media screen and (max-width: 980px){
	header nav {
		display: none;
	}
	header .btn_reserve {
		font-size: 12px;
	}
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー設定 ↓↓↓↓↓↓↓↓ */
/*ハンバーガーメニューを作る*/
.btn_toggle {
	background: transparent;
	border: none;
	padding: 0;
	position: fixed;
	top: 10px;
	right: 6px;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 999;
}
@media (any-hover: hover) {
	.btn_toggle:hover{
		cursor: pointer;
	}
}
.btn_toggle span,
.btn_toggle span:before,
.btn_toggle span:after {
	transition: all 0.4s ease-in-out;
}
.btn_toggle span{
	display: inline-block;
	background: var(--color-white);
	height: 1px;
	width: 30px;
	position: relative;
	top: -5px;
}
.btn_toggle span:before{
	content: "";
	display: inline-block;
	background: var(--color-white);
	height: 1px;
	width: 30px;
	position: absolute;
	top: 8px;
	left: 0;
}
.btn_toggle span:after{
	content: "";
	display: inline-block;
	background: var(--color-white);
	height: 1px;
	width: 30px;
	position: absolute;
	top: -8px;
	left: 0;
}
#btn_open {
	display: none;
}
#btn_open.active span{
	background: transparent;
}
#btn_open.active span:before{
	transform: rotate(135deg);
	top: 0;
}
#btn_open.active span:after{
	transform: rotate(-135deg);
	top: 0;
}
.btn_toggle p {
	color: var(--color-white);
	font-size: 10px;
	font-family: Garamond, "Times New Roman", serif;
	position: relative;
	bottom: -5px;
}
@media screen and (max-width: 980px){
	#btn_open {
		display: block;
	}
}
#sp_nav.open {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

/*メニュー内設定*/
#sp_nav {
	height: 100vh;
	color: var(--color-white);
	background: var(--color-bg1);
	margin: 0;
	padding: 50px 10px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	text-align: left;
}

#sp_nav .logo {
	max-width: clamp(160px, 32vw, 200px);
	margin: 0 auto 20px;
}

#sp_nav .nav_menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 4%;
	max-width: 450px;
	margin: 0 auto;
}
#sp_nav .nav_menu a { 
	display: block;
	padding: 10px 20px 10px 35px;
	text-decoration: none;
	border-bottom: 1px solid #7f3e47;
	color: var(--color-white);
	position: relative;
}
#sp_nav .nav_menu a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: var(--color-gold2) 1px solid;
	border-right: var(--color-gold2) 1px solid;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	position: absolute;
	left: 15px;
	top: 50%;
	margin: auto;
}

#sp_nav .sp_nav_box {
	width: 100%;
}

/* 電話番号&営業時間 */
#sp_nav .info_box {
	margin: 20px auto;
	font-size: 18px;
	text-align: center;
}
#sp_nav .info_box li span {
	font-size: 0.8em;
}
#sp_nav .info_box li a {
	color: var(--color-white);
}

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

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

footerフッター設定

****************************************/
footer {
	color: var(--color-white);
	background: var(--color-bg1);
	padding: 60px 20px 30px;
}
@media screen and (max-width: 768px) {
	footer {
		padding-bottom: 85px;
	}
}

/* テキストメニュー */
footer .nav {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	gap: 10px 4%;
	margin: 0 auto 40px;
	margin-left: 25px;
}
footer .nav li {
	text-align: left;
	font-size: 12px;
}
footer .nav li a {
	color: var(--color-white);
	position: relative;
	padding-left: 20px;
	transition: all 0.4s ease-in-out;
}
@media (any-hover: hover) {
	footer .nav li a:hover {
		color: var(--color-gold2);
	}
}
footer .nav li a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: var(--color-gold2) 1px solid;
	border-right: var(--color-gold2) 1px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	footer .nav {
		display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 4%;
		max-width: 450px;
		margin: 0 auto 40px;
	}
	footer .nav li a {
		display: block;
		padding: 10px 20px 10px 35px;
		border-bottom: 1px solid #7f3e47;
	}
	footer .nav li a::before {
		-webkit-transform: rotate(45deg) translate(-50%, -50%);
		-ms-transform: rotate(45deg) translate(-50%, -50%);
		transform: rotate(45deg) translate(-50%, -50%);
		left: 15px;
		top: 50%;
	}
}

/* ロゴ */
footer .logo img{
	max-width: 280px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	footer .logo img{
		max-width: 220px;
	}
}

/* 電話番号&営業時間 */
footer .info_box {
	margin: 0 auto 30px;
	font-size: clamp(16px, 2vw, 18px);
}
footer .info_box li a {
	color: var(--color-white);
	transition: all 0.4s ease-in-out;
}
@media (any-hover: hover) {
	footer .info_box li a:hover {
		color: var(--color-gold2);
	}
}

/* アイコン */
footer .icon_box{
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
}
footer .icon_box img {
	width: 30px;
	margin: 0 8px;
}

.footer_copy {
	font-size: 10px;
}
.footer_link {
	text-align: center;
	font-size: 10px;
}
.footer_copy a, .footer_link a {
	color: var(--color-white);
}

/* フリースペース */
.free_link_box img {
	margin: 0 5px 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: 0 auto 30px;
}
.list_link_box li {
	display: inline-block;
	font-size: 11px;
	margin: 0 5px 10px;
}
.list_link_box img {
	width: 100%;
	height: auto;
}
.list_link_box a {
	color: var(--color-white);
}

/* 下部イメージ */
.footer_marker {
	display: flex;
  overflow: hidden;
  white-space: nowrap;
	position: relative;
}
.footer_marker p {
	color: var(--color-main1);
	font-size: clamp(80px, 16vw, 160px);
	opacity: 0.1;
	line-height: 0.7;
	position: relative;
	bottom: -0.05em;
	display: inline-block;
  padding-right: 0.5em;
  animation: marquee 20s linear infinite;
}
.footer_marker.top_marker {
	background: var(--color-bg1);
}
.footer_marker.top_marker p {
	color: var(--color-white);
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.footer_img::after {
	display: block;
	content: "";
	width: 100%;
	height: 400px;
	background: url(../images/bg_top_footer.jpg) center / cover no-repeat;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.footer_img::after {
			height: 160px;
	}
}

/* パンくずリスト */
.breadcrumbs {
	color: var(--color-white);
	background: var(--color-black);
	padding: 3px 10px;
}
.breadcrumbs ol li {
	font-size: 11px;
	display: inline-block;
	position: relative;
	padding-left: 8px;
}
.breadcrumbs ol li::after {
	display: inline-block;
	content: '';
	position: relative;
	top: -1px;
	right: -2px;
	width: 5px;
	height: 5px;
	margin: auto;
	border: 0;
	border-top: solid 1px var(--color-white);
	border-right: solid 1px var(--color-white);
	transform: rotate(45deg);
}
.breadcrumbs ol li:last-child::after {
	display: none;
}
.breadcrumbs ol li a {
	color: var(--color-white);
}

/* 追従メニュー */
.bottom_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.bottom_nav ul {
	display: flex;
}
.bottom_nav ul li {
	width: calc(100% / 3);
}
.bottom_nav ul li img {
	width: 12px;
	height: auto;
	filter: var(--color-white-filter);
}
.bottom_nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 54px;
	color: var(--color-white);
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}
.bottom_nav ul li a.btn_tel {
	background: var(--color-black);
}
.bottom_nav ul li a.btn_reserve {
	background: var(--color-gold2);
}
.bottom_nav ul li a.btn_line {
	background: var(--color-line);
}

/****************************************
mainvisual
****************************************/
.mainvisual_box {
	position: relative;
}

/* メインビジュアル */
#mainvisual{
	width: 100%;
	height: 100vh;
	position: relative;
}
#mainvisual .swiper-wrapper{
	width: 100%;
	height: 100vh;
}
#mainvisual .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
#mainvisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainvisual .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 10;
}
#mainvisual .logo img {
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
}
#mainvisual p {
	width: 100%;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: var(--color-white);
	font-size: clamp(1em, 2vw, 1.2em);
}

/* ヘッドライン */
#headline {
	text-align: center;
	width: 50%;
	height: 40px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	color: var(--color-white);
	background: var(--color-black);
	line-height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	letter-spacing: 2px;
}
#headline .news_title {
	width: 20vw;
	border-right: solid 1px #777;
	margin: 10px 0;
	line-height: 20px;
}
#headline .swiper {
	text-align: center;
	width: 100vw;
}
@media screen and (max-width: 768px) {
	#headline {
		width: 100%;
		left: 2.5%;
		padding-left: unset;
		position: static;
	}
	#headline .swiper {
		width: 100vw;
	}
}

/******************************
トップページ
******************************/
/*トップページ共通*/
section .title {
	font-size: clamp(26px, 4vw, 34px);
	margin-bottom: 30px;
	line-height: 1.6;
	letter-spacing: 2px;
}
section .title.white {
	color: var(--color-white);
}
section .title span {
	font-size: clamp(12px, 2vw, 14px);
	color: var(--color-main1);
	display: block;
}
section .title.white span {
	color: var(--color-gold1);
}

#section_topics,
#section_schedule_today,
#section_price,
#section_term {
	padding: 80px 20px;
}
@media screen and (max-width: 768px){
	#section_topics,
	#section_schedule_today,
	#section_price,
	#section_term {
		padding: 60px 10px;
	}
}

/* コンセプト */
#section_concept {
	color: var(--color-white);
	padding: 80px 0;
	background: var(--color-bg1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
#section_concept::before {
	display: block;
	content: "";
	width: max(450px, 50vw);
	height: max(450px, 50vw);
	background: url(../images/deco_flower_gold.png) top right / contain no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(25%, -53%);
	opacity: 0.2;
	z-index: 0;
}
#section_concept .txt_box {
	width: 50%;
	order: 2;
}
#section_concept .txt_box h2 {
	color: var(--color-gold1);
	font-size: clamp(20px, 2vw, 24px);
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#section_concept .txt_box .txt_top {
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.6;
}
#section_concept .img_box {
	width: 50%;
	height: 530px;
	position: relative;
	overflow: hidden;
	order: 1;
}
#section_concept .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px){
	#section_concept {
		flex-wrap: wrap;
	}
	#section_concept .txt_box {
		width: 100%;
	}
	#section_concept .txt_box h2 {
		margin-top: 50px;
	}
	#section_concept .img_box {
		width: 95%;
		height: auto;
		margin-right: auto;
	}
}

/* イベント */
#section_event {
	background: var(--color-bg1);
	padding: 0 20px 60px;
}
#section_event .inner {
	max-width: 600px;
}
@media screen and (max-width: 768px){
	#section_event {
		padding: 0 10px 60px;
	}
}

#section_event .swiper {
	padding-bottom: 30px;
}
#section_event .swiper-pagination-bullet {
  margin: 0 7px;
	background: var(--color-bg1);
	border: solid 1px var(--color-white);
	opacity: 1;
}
#section_event .swiper-pagination-bullet-active {
	background: var(--color-white);
}
#section_event .swiper-pagination {
  bottom: -5px;
}

/* 新着情報 */
#section_topics {
	background: var(--color-bg1);
	position: relative;
	overflow: hidden;
}
#section_topics::before {
	display: block;
	content: "TOPICS";
	color: var(--color-white);
	font-size: max(100px, 12vw);
	font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-1%, -30%);
	z-index: 0;
}
#section_topics .inner {
	max-width: 720px;
}

#info_box {
	background: var(--color-white);
	padding: 15px 30px 30px;
	overflow-y: auto;
}
#info_box tbody tr td{
	border: 1px solid var(--color-border-gray);
}
#info_box article{
	text-align: left;
}
#info_box article h3{
	text-align: left;
}
#info_box article p img{
	max-width: 100%;
}
#info_box strong {
	font-weight: bold;
}
@media screen and (max-width: 768px){
	#info_box {
		padding: 10px 20px 20px;
	}
}

#section_topics .btn_more {
	color: var(--color-white);
}
#section_topics .btn_more::before,
#section_topics .btn_more::after {
	background: var(--color-white);
}

/* アコーディオン */
.accordion{ 
	margin-bottom: 20px;
}
.toggle_contents {
	border-bottom: 1px solid var(--color-border-gray);
	text-align: left;
}
.toggle_contents dd {
	padding-bottom: 20px;
}
.toggle_contents dd img {
	max-width: 100% !important;
	height: auto !important;
}
.toggle_title {
	position: relative;
	padding: 15px 10px;
	cursor: pointer;
	line-height: 1.4;
	font-size: clamp(16px, 2vw, 18px);
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	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: var(--color-main1) 2px solid;
	border-right: var(--color-main1) 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: var(--color-main1) 2px solid;
	border-right: var(--color-main1) 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 {
	display: block;
	color: var(--color-gold2);
	font-size: 12px;
	margin-bottom: 5px;
}
.toggle_contents dd {
	display: none;
	padding: 20px 10px;
}
.toggle_contents:first-of-type dd {
	display: block;
}

/* 本日の出勤情報　*/
#section_schedule_today {
	position: relative;
	overflow: hidden;
}
#section_schedule_today::before {
	display: block;
	content: "";
	width: max(450px, 50vw);
	height: max(450px, 50vw);
	background: url(../images/deco_flower_gray.png) center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-15%, -50%);
	opacity: 1;
	z-index: -1;
}

/* ポイント */
#section_point {
	position: relative;
	overflow: hidden;
}
#section_point::after {
	display: block;
	content: "";
	width: max(400px, 50vw);
	height: max(400px, 50vw);
	background: url(../images/deco_flower_gray.png) top right / contain no-repeat;
	position: absolute;
	top: 23%;
	right: 0;
	transform: translate(45%, 0%);
	z-index: -1;
}
#section_point .inner {
	padding: 80px 20px;
	text-align: left;
}
#section_point .point_inner {
	text-align: center;
}
#section_point::before {
	display: block;
	content: "";
	width: 100%;
	height: 400px;
	background: url(../images/bg_top_point.jpg) center / cover no-repeat;
}
#section_point .point_title {
	font-size: clamp(20px, 2vw, 24px);
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#section_point .point_list {
	margin: 80px 0;
}
#section_point .point_list_box {
	position: relative;
	display: flex;
}
#section_point .point_list_box:not(:last-child) {
	margin-bottom: 60px;
}
#section_point .point_list_box .txt_box {
	width: 60%;
}
#section_point .point_list_box .txt_box .no {
	color: var(--color-main1);
	font-size: clamp(34px, 4vw, 44px);
	background: linear-gradient(0deg, var(--color-bg2) 45%, transparent 45%);
	padding-left: 30px;
	line-height: 1;
}
#section_point .point_list_box .txt_box .no span {
	font-size: 1.6em;
	margin-left: 10px;
}
#section_point .point_list_box .txt_box .msg {
	background: var(--color-bg2);
	padding: 20px 70px 30px 30px;
}
#section_point .point_list_box .txt_box .msg_title {
	color: var(--color-main1);
	font-size: clamp(20px, 2vw, 24px);
	margin-bottom: 20px;
	line-height: 1.4;
}
#section_point .point_list_box .img_box {
	width: 45%;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin-left: -50px;
	z-index: 1;
}
#section_point .point_list_box .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section_point .point_list_box:nth-of-type(even) .txt_box {
	order: 2;
}
#section_point .point_list_box:nth-of-type(even) .txt_box .no {
	text-align: right;
	padding-right: 30px;
}
#section_point .point_list_box:nth-of-type(even) .txt_box .msg {
	padding: 20px 30px 30px 80px;
}
#section_point .point_list_box:nth-of-type(even) .txt_box .msg_title {
	text-align: right;
}
#section_point .point_list_box:nth-of-type(even) .img_box {
	order: 1;
	margin-left: auto;
	margin-right: -50px;
}
@media screen and (max-width: 768px){
	#section_point::after {
		top: 7%;
	}
	#section_point .inner {
		width: 100%;
		padding: 60px 0;
	}
	#section_point .point_inner {
		width: 95%;
		margin: 0 auto;
		padding: 0 10px;
		text-align: left;
	}
	#section_point::before {
		height: 160px;
	}
	#section_point .point_list {
		margin: 30px 0;
	}
	#section_point .point_list_box {
		display: block;
	}
	#section_point .point_list_box:not(:last-child) {
		margin-bottom: 30px;
	}
	#section_point .point_list_box .txt_box {
		width: 95%;
	}
	#section_point .point_list_box .txt_box .no {
		padding: 0 max(4%,20px) !important;
	}
	#section_point .point_list_box .txt_box .msg {
		padding: 10px max(4%,20px) 40px;
	}
	#section_point .point_list_box .txt_box .msg_title {
		margin-bottom: 10px;
	}
	#section_point .point_list_box .img_box {
		width: 90%;
		position: static;
		margin-left: auto;
		margin-top: -20px;
	}
	#section_point .point_list_box:nth-of-type(even) .txt_box {
		margin-left: auto;
	}
	#section_point .point_list_box:nth-of-type(even) .txt_box .msg {
		padding: 10px max(4%,20px) 40px;
	}
	#section_point .point_list_box:nth-of-type(even) .img_box {
		margin-right: auto;
		margin-left: 0;
	}
}

/* 料金表 */
#section_price {
	background: var(--color-bg1);
	position: relative;
	overflow: hidden;
}
#section_price::before {
	display: block;
	content: "";
	width: max(450px, 50vw);
	height: max(450px, 50vw);
	background: url(../images/deco_flower_gold.png) top left / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-33%, -45%);
	opacity: 0.2;
	z-index: 0;
}
#section_price .inner {
	max-width: calc(720px - 12px);
}
#section_price .price_box {
	background: var(--color-white);
	padding: 30px;
	border: solid 1px var(--color-gold2);
	outline: solid 5px var(--color-white);
}
#section_price .price_list {
	margin-bottom: 60px;
}
#section_price .price_list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-border-gray);
	padding: 0 10px 15px;
	margin-bottom: 15px;
}
#section_price .price_list dt {
	font-size: clamp(20px, 2vw, 24px);
	line-height: 1.2;
}
#section_price .price_list dd {
	color: var(--color-main1);
	font-size: clamp(26px, 4vw, 34px);
	line-height: 1;
}
#section_price .price_list li {
	text-align: left;
	margin-left: 5px;
	padding-left: 12px;
	position: relative;
}
#section_price .price_list li::before {
	content: "•";
  position: absolute;
  left: 0;
  top: -1px;
}
#section_price .price_opt {
	margin-bottom: 30px;
}
#section_price .price_opt .opt_title {
	color: var(--color-gold2);
	font-size: clamp(34px, 4vw, 44px);
	margin-bottom: 30px;
	line-height: 1;
}
#section_price .price_opt dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-border-gray);
	padding: 0 10px 15px;
	margin-bottom: 15px;
}
#section_price .price_opt dd {
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.4;
}
#section_price .price_opt dd span {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	#section_price .price_box {
		padding: 20px;
	}
	#section_price .price_list {
		margin-bottom: 30px;
	}
	#section_price .price_opt {
		margin-bottom: 20px;
	}
}

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

下層ページ

****************************************/
/*下層ページ共通設定*/
#contents_cast,
#contents_schedule,
#contents_profile,
#contents_recruit,
#contents_entry,
#contents_contact,
#reserve,
#contents_reserve,
#contents_access,
#contents_topics,
#contents_link,
#contents_err {
	padding: 80px 20px;
	position: relative;
	overflow: hidden;
}
#contents_system {
	padding: 80px 0 0;
	position: relative;
	overflow: hidden;
}
.profile_box_schedule {
	padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
	#contents_cast,
	#contents_schedule,
	#contents_profile,
	#contents_recruit,
	#contents_entry,
	#contents_contact,
	#reserve,
	#contents_reserve,
	#contents_access,
	#contents_topics,
	#contents_link,
	#contents_err {
		padding: 60px 10px;
	}
	#contents_system {
		padding: 60px 0 0;
	}
	.profile_box_schedule {
		padding: 0 0 60px;
	}
}
#contents_system::before,
#contents_cast::before,
#contents_schedule::before,
#contents_profile::before,
#contents_entry::before,
#contents_contact::before,
#reserve::before,
#contents_reserve::before,
#contents_access::before,
#contents_topics::before,
#contents_link::before,
#contents_err::before {
	display: block;
	content: "";
	width: max(450px, 50vw);
	height: max(450px, 50vw);
	background: url(../images/deco_flower_gray.png) center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-15%, -50%);
	opacity: 1;
	z-index: -1;
}
#contents_system::after,
#contents_cast::after,
#contents_schedule::after,
#contents_profile::after,
#contents_entry::after,
#contents_contact::after,
#reserve::after,
#contents_reserve::after,
#contents_access::after,
#contents_topics::after,
#contents_link::after,
#contents_err::after {
	display: block;
	content: "";
	width: max(400px, 50vw);
	height: max(400px, 50vw);
	background: url(../images/deco_flower_gray.png) bottom right / contain no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(45%, -4%);
	z-index: -1;
}

.subvisual{
	width: 100%;
	height: clamp(25vh, 35vw, 35vh);
	padding: 100px 0;
	background-image: url(../images/bg_subvisual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subvisual .title {
	color: var(--color-white);
	font-size: clamp(26px, 4vw, 34px);
	margin-bottom: 30px;
	padding: 80px 20px 0;
	line-height: 1.6;
	letter-spacing: 2px;
}
.subvisual .title span {
	font-size: clamp(12px, 2vw, 14px);
	color: var(--color-gold1);
	display: block;
}

/****************************************
新着情報ページ
****************************************/
#contents_topics .inner {
	max-width: 720px;
}

#contents_topics .pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
}
#contents_topics .pagination li a {
	padding: 10px;
	display: inline-block;
	font-size: 14px;
	color: var(--color-main1);
	border: solid 1px var(--color-main1);
	background: var(--color-white);
	line-height: 1.4;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}
@media (any-hover: hover) {
	#contents_topics .pagination li a:hover {
		opacity: 0.7;
	}
}
#contents_topics .pagination li.active a {
	color: var(--color-white);
	border: solid 1px var(--color-white);
	background: var(--color-gold2);
	outline: solid 1px var(--color-gold2);
}

/****************************************
女の子一覧ページ & スケジュールページ
****************************************/
/* テキストメニュー */
.schedule_nav {
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: calc(100% - 2px);
	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;
	margin-top: 1px;
	display: block;
	font-size: 14px;
	color: var(--color-main1);
	border: solid 1px var(--color-main1);
	background: var(--color-white);
	line-height: 1.4;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}
@media (any-hover: hover) {
	.schedule_nav li a:hover {
		opacity: 0.7;
	}
}
.schedule_nav li.active a {
	color: var(--color-white);
	border: solid 1px var(--color-white);
	background: var(--color-gold2);
	outline: solid 1px var(--color-gold2);
}
@media (any-hover: hover) {
	.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: var(--color-main1);
	color: var(--color-white);
	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;
}
.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: var(--color-border-gray);
	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;
	}
}

/****************************************
プロフィールページ
****************************************/
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
	width: 100%;
	max-width: 480px;
	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;
}
.profile_box_right .icon img {
	width: 49%;
	max-width: 50px;
}
.profile_box_right .profile_title {
	font-size: 22px;
	border-bottom: 1px solid var(--color-border-gray);
	padding-bottom: 15px;
}
.profile_box_right .name {
	font-size: clamp(20px, 2vw, 24px);
	line-height: 1.4;
}
.profile_box_right .name span {
	font-size: clamp(14px, 2vw, 16px);
	margin-left: 5px;
}
.profile_box_right .txt_box {
	background: var(--color-bg2);
	padding: 30px;
}
.profile_box_right .short_comment {
	color: var(--color-main1);
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
}
.profile_box_right .bnr_sns {
	margin-top: 40px;
}
.profile_box_right .bnr_sns img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.profile_box_right .bnr_sns a:not(:last-child) img {
	margin-bottom: 10px;
}

/*以下のサイズはサイトに合わせてください*/
#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 .sch_info {
	display: inline-block;
	color: var(--color-white);
	background: var(--color-main1-alpha);
	padding: 2px 5px 1px;
	margin-top: 3px;
}
.profile_box_schedule .btn_reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 210px;
	height: 40px;
	color: var(--color-white);
	background: var(--color-main1);
	margin: 30px auto 0;
}

/****************************************
システムページ
****************************************/
#contents_system #section_point::before {
	display: none;
}
#contents_system #section_point .inner {
	padding: 0 20px 80px;
}
@media screen and (max-width: 768px) {
	#contents_system #section_point .inner {
			padding: 0 0 60px;
	}
}

#section_term .inner {
	max-width: 720px;
}
#section_term li {
	margin-left: 5px;
	padding-left: 12px;
	position: relative;
}
#section_term li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: -1px;
}
#section_term .term_title {
	color: var(--color-main1);
	font-size: clamp(20px, 2vw, 24px);
	margin: 20px 0 10px;
}

/****************************************
求人情報ページ
****************************************/
#contents_recruit_concept {
	padding: 170px 20px 100px;
	background: url(../images/img_recruit_concept_pc.jpg) center / cover no-repeat;
}
#contents_recruit_concept .concept_txt {
	color: var(--color-white);
	position: relative;
	padding: 60px 0;
}
#contents_recruit_concept .concept_txt::before,
#contents_recruit_concept .concept_txt::after {
	display: block;
	content: "";
	width: 160px;
	height: 24px;
	background: url(../images/deco_concept.png) center / cover no-repeat;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
#contents_recruit_concept .concept_txt::before {
	top: 0;	
}
#contents_recruit_concept .concept_txt::after {
	bottom: 0;
	transform: translate(-50%, 0) scale(1, -1);
}
@media screen and (max-width: 768px) {
	#contents_recruit_concept {
		padding: 100px 10px 50px;
		background-image: url(../images/img_recruit_concept_sp.jpg);
	}
	#contents_recruit_concept .concept_txt {
		max-width: 400px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	#contents_recruit_concept .concept_txt {
		text-align: left;
	}
}

#contents_recruit {
	background: var(--color-bg1);
	position: relative;
	overflow: hidden;
}
#contents_recruit::before {
	display: block;
	content: "";
	width: max(450px, 50vw);
	height: max(450px, 50vw);
	background: url(../images/deco_flower_gold.png) top left / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-33%, -45%);
	opacity: 0.2;
	z-index: 0;
}
#contents_recruit .inner {
	max-width: calc(720px - 12px);
}
#contents_recruit .recruit_box {
	background: var(--color-white);
	padding: 30px;
	border: solid 1px var(--color-gold2);
	outline: solid 5px var(--color-white);
}
@media screen and (max-width: 768px) {
	#contents_recruit .recruit_box {
		padding: 20px;
	}
}

/****************************************
WEB予約ページ
****************************************/
#reserve {
  counter-reset: number 0;
}
#reserve .cast_box {
  margin-bottom: 30px;
}
#reserve .reserve_unit .reserve_unit_frame {
  width: 100%;
  margin-bottom: 30px;
}
#reserve .reserve_unit .reserve_unit_frame:has(.lead_reserve) {
  padding: 1.0rem;
  background: var(--color-bg1);
}
@media screen and (min-width: 768px) {
  #reserve .reserve_unit .reserve_unit_frame:has(.lead_reserve) {
    padding: 1.2rem;
  }
}
#reserve .reserve_unit:last-child { margin-bottom: 80px; }
#reserve .lead_reserve {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--color-white);
}
#reserve .lead_reserve:before {
  counter-increment: number 1;
  content: counter(number) "";
  width: 24px;
  height: 24px;
  background: var(--color-gold3);
  color: var(--color-white);
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 8px;
}
#reserve :is(input, textarea) {
  outline: none;
  border: none;
}

#reserve .reserve_unit .total_price {
  padding-top: 20px;
  color: var(--color-gold1);
	font-size: clamp(18px, 2vw, 20px);
}
#reserve #staff-schedule {
	margin-top: -80px;
	padding-top: 80px;
}

/* 日付選択プルダウン */
#reserve .select_day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}
#reserve .select_day .form-group {
  position: relative;
  max-width: 320px;
  margin-inline: auto;
}
#reserve .select_day .form-group::before,
#reserve .select_day .form-group::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
#reserve .select_day .form-group::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: var(--color-gold3);
}
#reserve .select_day .form-group::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
}
#reserve .select_day .form-group select {
  width: 100%;
  appearance: none;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: none;
  border-radius: 3px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 1em;
  cursor: pointer;
}
#reserve .select_day .form-group select:focus {
  outline: 2px solid #d2b59b;
}

/* 予約ラジオボタン */
#reserve .cast_reserve_radio { margin: 0 10px 10px; }
#reserve .cast_reserve_radio input { padding: 30px 0; }
#reserve .cast_reserve_radio label {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: var(--color-white);
	background: var(--color-main1);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (any-hover: hover) {
	#reserve .cast_reserve_radio label:hover {
		background: var(--color-gold2);
	}
}
#reserve .cast_reserve_radio label:has(:checked) {
  background-color: var(--color-gold2);
  color: var(--color-white);
}
#reserve .cast_reserve_radio input { display: none; }

#reserve .tbl-shift {
  border: 1px solid var(--color-border-red);
}
#reserve .tbl-shift :is(th, td) {
  border-left: 1px solid var(--color-border-red);
  border-right: 1px solid var(--color-border-red);
  font-size: 0.7rem;
  padding: 12px 2px;
  min-width: 48px;
}
#reserve .tbl-shift th {
  border-top: 1px solid var(--color-border-red);
  border-bottom: none;
  background: #f8f6f5;
}
#reserve .tbl-shift td {
  border-top: none;
  border-bottom: 1px solid var(--color-border-red);
	background: var(--color-bg2);
}
#reserve .tbl-shift td input[type="radio" i] {
  vertical-align: sub;
}

/* コース選択 */
#reserve .course_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#reserve .course_list li {
  padding: 0.8rem;
  background: #f8f6f5;
}
#reserve .course_list li .menu_title {
  background: var(--color-gold3);
  color: var(--color-white);
  padding: 8px;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
#reserve .course_list li .menu_list {
  display: flex;
  flex-direction: column;
}
#reserve .course_list li .menu_list label {
  border: 1px solid var(--color-border-red);
  border-bottom: none;
  background: var(--color-white);
  padding: 8px;
  font-size: 0.8rem;
	text-align: left;
}
#reserve .course_list li .menu_list label:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#reserve .course_list li .menu_list label:last-child,
#reserve .course_list li .menu_list:has(.option_message) > label:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #dbd0c7;
}
#reserve .course_list :is(input[type="radio" i], input[type="checkbox" i]) {
  vertical-align: middle;
}
#reserve .course_list input[type="radio" i] {
  margin: 0 4px 0 0;
}
#reserve .option_message {
	margin-top: 8px;
	font-size: 0.8em;
	color: var(--color-main1);
}

/* ④お客様情報 */
#reserve .customer_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
	text-align: left;
}
#reserve .customer_list label {
  display: flex;
  flex-direction: column;
  gap: 4px;
	color: var(--color-white);
}
#reserve .customer_list label .field :is(input, textarea) {
  padding: 8px;
  width: 100%;
  font-size: 16px;
}
#reserve .customer_list label .field input { max-width: 350px; }
#reserve .customer_list label .field input::placeholder { color: #ccc; }
@media screen and (min-width: 768px) {
  #reserve .customer_list label .field :is(input, textarea) {
    font-size: 16px;
  }
}

/****************************************
リンクページ
****************************************/
#contents_link .list_link_box a {
	color: var(--color-main1);
}
#contents_link .free_link_box {
	text-align: left;
}

/****************************************
404ページ
****************************************/
.err_box {
	background: var(--color-bg2);
	padding: 30px;
}
.err_box a {
	font-size: 16px;
}

/* 送信完了ページ */
.form_finish .title {
	font-size: 22px;
}
.form_finish .btn_more {
	width: 164px;
}
.form_finish .finish_box {
	border: solid 1px var(--color-black);
	padding: 30px;
}
