/*
@font-face {
	src: url('https://www.mit-es.jp/one/webfonts/A-OTF-MidashiGoPr6N-MB31.otf');
	font-family: 'A-OTF-MidashiGoPr6N-MB31';
}
*/
form {
	width:95%;margin:0 auto;
}

body{
	/* font-family: 'Zen Kaku Gothic New'; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* フォント */
.header_title, .header_title_text, .form_title, .contents_title, .contents_subtitle, .contents_finished_title, .remodal_title, .remodal_text, .cb_title, .item_list_ditail, .item_list_cost, .calender_ym, .RESERVATION_DAY_SELECT, .date_th, .date_th_num, .date_th_days, .step_buttons_text, .close_terms_text, .selected_menu_name_td, .selected_menu_contents_td, .selected_menu_contents_text, dl dd.genre_s label {
	font-weight: 700;
}

.nu_sb, .md_text, .tertiary_item, .secondary_777_text, .calender_title, .time_table_head, .time_column, .cancel_policy_td, .required_text, .alert_message {
	font-weight: 500;
}

.nu_it {
	font-weight: 400;
}

.nu_it:focus {
	background-color: #FFF;
}
textarea {
	width: 100%;
	height: 5em;
	resize: none;
	border: 1px solid #C1C1C1;
	font-size: 1em;
	padding: 5px 1em;
	box-sizing: border-box;
}
label{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
span {
	vertical-align: middle;
}
textarea:focus {
	background-color: transparent;
	transition: background-color 10000s ease-in-out 0s;
}
input[type="text"]:focus {
	background-color: transparent;
	transition: background-color 10000s ease-in-out 0s;
}
input[type="number"]:focus {
	background-color: transparent;
	transition: background-color 10000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
#menu{
	display: block;
}
#go_profile {
	display: none;
}
.width_48p {
	width: 48%;
}
.width_30p {
	width: 30%;
}
.w140 {
	width: 140px;
}
.tac {
	text-align: center;
}
.div_con1 {
	max-width: 615px;
	overflow: hidden;
	margin: auto;
	padding: 20px 20px 0;
	font-size: 14px;
	box-sizing: border-box;
}
.profile_div_con1 {
	max-width: 615px;
	overflow: hidden;
	margin: auto;
	padding: 15px 20px 0;
	font-size: 14px;
	box-sizing: border-box;
}
.btnConBox {
	max-width: 615px;
	overflow: hidden;
	margin: auto;
	padding: 5px 20px 0;
	font-size: 14px;
	box-sizing: border-box;
}
.calenderConBox {
	max-width: 581px;
	max-height: 636px;
	overflow: hidden;
	margin: auto;
	
	font-size: 14px;
	box-sizing: border-box;
}
.calenderConBox > table {
	width: 100%;
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	border-collapse: collapse;
}
.calenderConBox > table > tr > th {
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}
.calenderConBox > table > tr > td {
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	text-align: center;
}
.div_con1 > .nu_sb {
	position: relative;
	display: inline-block;
	z-index: 1;
	width: 100%;
}

.nu_sb > select {
	position: relative;
	width: 100%;
	max-height: 40px;
	height: 40px;
	min-height: 40px;
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #C1C1C1;
	border-radius: 6px;
	padding: 10px;
	background: white;
	outline: none;
	box-sizing: border-box;
	padding: 5px 1em;
}
.nu_sb:after {
	border-top: 8px solid black;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right: 20px;
}
/*
		.prefectures_tggle:after {
			left: -40px !important;
		}
*/
.nu_cb {
	border: 1px solid #C1C1C1;
	border-radius: 0px;
	color: black;
	background-color: white;
	padding: 8px;
	margin-right: 12px;
	margin-left: 0px;
}
.nu_cb:checked {
	content: none;
	background-color: black;
	border: 1px solid black;
	color: black;
}
.nu_cb:checked:after {
	content: none;
	height: 17px;
	width: 17px;
	top: 0px;
	left: 0px;
	color: black;
	background-color: black;
	border: 1px solid black;
	border-radius: 0px;
}
.nu_rb {
	border: 1px solid #C1C1C1;
	border-radius: 0px;
	color: black;
	background-color: white;
	padding: 8px;
	margin-right: 6px;
	margin-left: 0px;
	top: -1px;
}
.nu_rb:checked {
	background-color: black;
	border: 1px solid black;
	color: black;

}
.nu_rb:checked:after {
	height: 17px;
	width: 17px;
	top: 0px;
	left: 0px;
	color: black;
	background-color: black;
	background: black;
	border-radius: 0px;

}
.nu_it {
	border: 1px solid #C1C1C1;
	border-radius: 6px;
	box-sizing: border-box;
	height: 35px;
	font-size: 1.1em;
	padding: 5px 1em;
}
.nu_it:focus {
	background-color: #FFF;
}
.step_status {
	display: flex;
	justify-content: center;
	padding-top: 0px;
}
.step_buttons {
	font-weight: 600;
	font-size: 1.1em;
	width: 35%;
	box-sizing: border-box;
	box-shadow: none;
}
.step_buttons_text {
	width: 80%;
	text-align: center;
}
.step_buttons_arrow {
	width: 10%;
	font-size: 0.7em;
}
.go_other_form_btn {
	float: right;
	color: #c1c1c1;
	cursor: pointer;
}
.pass_reset_btn {
	float: right;
	color: #c1c1c1;
	cursor: pointer;
}
.caution_btn {
	background-color:#ff0c9c;
	border-radius: 4px;
}
.btn_next {
	background-color: black;
	color: #FFFFFF;
	line-height: 14px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 0.9em 1em;
	border-radius: 0px;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	float: right;
	border-radius: 6px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: all 0.2s ease;
}

.btn_next:hover {
	background-color: #333333;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.btn_next:active {
	transform: translateY(1px);
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.btn_prev {
	background-color: white;
	color: black;
	line-height: 14px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 0.9em 1em;
	border: 1px solid #C1C1C1;
	border-radius: 6px;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	float: left;
}
.btn_max_add {
	background-color: white;
	color: black;
	line-height: 14px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 0.9em 1em;
	border: 1px solid #C1C1C1;
	border-radius: 0px;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	float: right;
}
.btn_max_reduce {
	background-color: white;
	color: black;
	line-height: 14px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 0.9em 0.9em;
	border: 1px solid #C1C1C1;
	border-radius: 0px;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	float: right;
}
.btn_next_week { width: 30%; height:35px; text-align: right; align-items: center; border: 1px solid #C1C1C1; box-sizing: border-box; float: right; font-weight: 600; border-radius: 6px; }
.btn_prev_week { width: 30%; height:35px; text-align: left; align-items: center; border: 1px solid #C1C1C1; box-sizing: border-box; float: left; font-weight: 600; border-radius: 6px; }
.btn_reserve {
	background-color: #ff0c9c;
	color: white;
	line-height: 14px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 0.9em 1em;
	border-radius: 6px;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	float: right;
}

.btn_reserve:hover {
	background-color: #ff0c9c;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.btn_reserve:active {
	transform: translateY(1px);
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.btn_login {
	background-color: #ff0c9c;
	color: white;
	line-height: 14px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 0.9em 1em;
	border: 0px;
	border-radius: 6px;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.head_space {
	height: 41px;
}
.header_title {
	display: flex;
	text-align: center;
	font-weight: bold;
	text-align: left;
	margin-inline: auto;
	width: 100%;
}

.header_title_text {
	text-align: center;
	font-size: 26px;
	letter-spacing: 3px;
}
.form_title {
	text-align: center;
	overflow: hidden;
	letter-spacing: 0.1em;
}

.contents_title {
	margin-top: 20px;
	margin-bottom: 18px;
	text-align: left;
	font-size: 19px;
	line-height: 19px;
	overflow: hidden;
}
.contents_subtitle {
	font-size: 1.16em;
	letter-spacing: 0.1em;
	min-width: 170px;
	overflow: hidden;
}

.calender_title {
	margin-top: 20px;
	margin-bottom: 14px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.8em;
	overflow: hidden;
}

.contents_text {
	font-size: 1em;
	line-height: 1.3em;
	overflow: hidden;
}
.contents_finished_title {
	font-size: 18px;
	text-align: center;
	line-height: 2em;
	min-width: 170px;
/* 			padding-left: 21%; */
	overflow: hidden;
}
.tertiary_item {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #787878;
	letter-spacing: 1px;
}
.fourth_item {
	font-size: 0.8em;
	line-height: 1.3em;
}
.check_box_cost {
	letter-spacing: 1px;
}
.cb_title {
	line-height: 1.5em;
	letter-spacing: 0.18em;
	overflow: hidden;
}
.remodal_title {
	margin-top: 14px 0;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.4em;
	overflow: hidden;
}
.remodal_text {
	font-size: 1em;
	line-height: 2em;
	height: 155px;
	overflow: hidden;
}
dl dd.genre_s label {
	font-size: 1em;
	margin-right: 1.2em;
	display: block;
	float: left;
	margin-left: 0;
	padding: 0;
	width: 260px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 0;
}
form label {
	color: #1b1b1b;
	font-size: 1em;
	text-decoration: none;
	z-index: -1;
	margin-top: 5px;
	margin-left: 7px;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
.progress_on{ background-color: #C1C1C1; height:3px; width:113px; }
.progress_off{ background-color: #ddd; height:3px; width:113px; }
.align_center { align-items: center; }
.align_base { align-items: baseline; }
.align_end { align-items: flex-end; }
.disp_start 	{ display: flex; justify-content: flex-start; }
.disp_end 		{ display: flex; justify-content: flex-end; }
.disp_center 	{ display: flex; justify-content: center; }
.disp_between 	{ display: flex; justify-content: space-between; }
.disp_around 	{ display: flex; justify-content: space-around; }
.disp_wrap 		{ display: flex; flex-wrap: wrap; }
.separator {
	width: 100%;
	height: 1px;
	border-top: 1px solid #C1C1C1;
}
.radio_label {
	width: 180px;
}
.item_list_ditail {
	width: 75%;
	padding-left: 32px;
	font-size: 1em;
	float: left;
	text-align: left;
	letter-spacing: 0.14em;
}
.item_list_cost {
	width: 20%;
	padding-right: 0.5em;
	font-size: 1.4em;
	letter-spacing: 2px;
	float: right;
	text-align: right;
}
.selected_menu_name_td { 
	padding: 0.5em 2.2em;
	font-size: 1.3em;
	text-align: left;
}
.selected_menu_name_contents_title {
	min-width: 7%;
	font-size: 1.2em;
	line-height: 1.95em;
}
.selected_menu_name_contents_text {
	min-width: 92%;
	text-align: left;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2.4em;
}
.selected_menu_contents_td {
	padding: 1.5em 3em;
	text-align: left;
	letter-spacing: 0.1em;
}
.selected_menu_contents_title {
	min-width: 50%;
	font-size: 1.1em;
}
.selected_menu_contents_text {
	width: 75%;
	text-align: left;
	font-size: 14px;
}
.cancel_policy_td {
	text-align: left;
	line-height: 1.5em;
	padding: 5px 3.2em;
	font-size: 0.8em;
	color: #787878;
}
.cancel_policy_text > p {
	margin: 5px 0;
}
/* プルダウン */
#login_info_toggle {
	display: none;
	cursor: pointer;
}
#login_info_box {
	display: none;
	list-style: none;
	width: 100%;
	margin: auto;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
	padding: 5%;
	box-sizing: border-box;
}
#login_btn_box {
	display: none;
}
/*
		#login_info_toggle:checked + #login_info_box {
			display: block;
		}
		#login_info_toggle:checked + #login_btn_box {
			display: block;
		}
*/
/*コンテンツ用コンテナ*/
.wrapper { width: 100%; height: 100%; margin: 0; padding: 0; }
table {
	width: 100%;
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	border-collapse: collapse;
}
th {
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}
td {
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	text-align: center;
}
.time_table_head {
	max-width: 160px;
	min-width: 160px;
	font-size: 1em;
	height: 55px;
	padding: 10px 5px 6px;
	box-sizing: border-box;
	line-height: 1.2em;
}
.time_column {
	max-width: 60px;
	min-width: 60px;
	font-size: 1.1em;
	height: 55px;
	padding: 10px 5px 6px;
	box-sizing: border-box;
	line-height: 1.2em;
}
.date_th {
	height: 55px;
	padding: 10px 10px 6px 10px;
	box-sizing: border-box;
	line-height: 1.2em;
}
.date_th_num {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.date_th_days {
	font-size: 0.8em;
}
.calender_ym {
	padding-top: 35px;
}
.calendarCell, .dayCalendarCell {
	height: 55px;
}
.calendarCell input:checked {
	background-color: rgba(0, 0, 0, 0);
}
.calendarCell_label, .dayCalendarCell_label {
	margin: 0px;
	width: 99%;
	height: 99%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	z-index: auto;
}
.md_text { font-size: 14px;}
.calendarCell_label > .closeIcon{
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 20px;
	transform-origin: center;
	border: 1px solid #4e4e4e;
	vertical-align: 6px;
	top: 14px;
}
/*
_::-webkit-full-page-media, _:future, :root .calendarCell_label > .closeIcon {
	top: 8px;
}
*/
.calendarCell_label > .openIcon {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 15px;
	height: 15px;
	transform-origin: center;
	border: 2px solid #db008f;
	border-radius: 50%;
	vertical-align: -6px;
	top: 5px;
}
/*
_::-webkit-full-page-media, _:future, :root .calendarCell_label > .openIcon {
	top: 0px;
}
*/
.dayCalendarCell_label > .closeIcon{
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 20px;
	transform-origin: center;
	border: 1px solid #4e4e4e;
	vertical-align: 6px;
	top: 50%;
}
.dayCalendarCell_label > .openIcon {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 15px;
	height: 15px;
	transform-origin: center;
	border: 2px solid #db008f;
	border-radius: 50%;
	vertical-align: -6px;
	top: 34%;
}
.finishedIcon {
	width: 40px;
	margin: 0 15px;
}
.required_block {
	background-color: black;
	height: 21px;
	width: 3.1em;
	text-align: center;
	line-height: 1.5em;
	display: inline-block;
	letter-spacing: 0.2rem;
	font-weight: bold;
}
.required_text {
	color: white;
	font-size: 0.7em;
}
.disp_flex{
	display:flex;
}
.border_right1 {
	border-right: 1px solid black;
}

#dialog_yes_no {
	width: 250px;
	margin: auto;
	padding: 30px 20px;
	display: none;
	text-align: center;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 4px #888;
}

.modaal-confirm-content {
	text-align: center;
}

.remodal-confirm {
	background-color: #dcdcdc;
	color: #ffff;
}
.remodal-confirm:hover {
	background-color: #dcdcdd;
	color: #ffff;
}

.plan_input_alert {
	display: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.6em;
	color: #d00;
	border-radius: 5px;
	background: #FFF;
	/* background: rgb(221 0 0 / 5%); */
	width: 170px;
	border: 1.5px solid #d00;
	margin-top: 0;
	font-weight: bold;
	height: 20px;
}

.plan_input_alert:before {
	content: "";
	position: absolute;
	top: 102%;
	right: 86%;
	border: 11px solid transparent;
	border-top: 8px solid #d00;
	margin-left: -15px;
	/* transform: rotateZ(180deg); */
}

.plan_input_alert:after {
	content: "";
	position: absolute;
	top: 99%;
	right: 86%;
	border: 11px solid transparent;
	border-top: 8px solid #fff;
	margin-left: -15px;
	/* transform: rotateZ(180deg); */
}

.store_input_alert {
	display: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.6em;
	color: #d00;
	border-radius: 5px;
	background: #FFF;
	/* background: rgb(221 0 0 / 5%); */
	width: 170px;
	border: 1.5px solid #d00;
	margin-top: 0;
	font-weight: bold;
	height: 20px;
}

.store_input_alert:before {
	content: "";
	position: absolute;
	top: 103%;
	right: 84%;
	border: 11px solid transparent;
	border-top: 8px solid #d00;
	margin-left: -15px;
	/* transform: rotateZ(180deg); */
}

.store_input_alert:after {
	content: "";
	position: absolute;
	top: 98%;
	right: 84%;
	border: 11px solid transparent;
	border-top: 9px solid #fff;
	margin-left: -15px;
	/* transform: rotateZ(180deg); */
}

.alert_message {
	color: #ff0c9c;
	margin-left: 10px;
	text-align:left;
}

.required_color {
	border:2px solid #FFCCFF !important;
}

.required_label_color {
	background-color: #ff0c9c;
}
.reauired_text {
	color:#FFCCFF;
	display: none;
}
.back_triangle{
	width: 20px;
	height: 20px;
	border-top: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	transform: rotate(-45deg);
	display: inline-block;
	margin-right: 140px;
	cursor: pointer;
	margin-top: 10px;
}
.triangle_none{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 140px;
	margin-left: 15px;
	cursor: pointer;
}

#login_screen_transition {
	border-bottom: 1px solid #ff0c9c;
	cursor: pointer;
}

.back_triangle_btn {
	display:inline-block;
	width: 40px;
	height: 45px;
	margin-right: 0px;
	cursor: pointer;
}
.secondary_777_text {
	font-size: 1em;
	color: #777;
}

.omise-checkout-button{
  display: none;
  justify-content: space-around;
  background-color: #ff0c9c;
  color: white;
  line-height: 14px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.09em;
  padding: 0.9em 1em;
  border-radius: 0px;
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  float: right;
  font-weight: 600;
  font-size: 1.1em;
  width: 35%;
  box-sizing: border-box;
  box-shadow: none;
  border-width: 0px;
}

.dummy-checkout-button{
  display: flex;
  justify-content: space-around;
  background-color: #ff0c9c;
  color: white;
  line-height: 14px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.09em;
  padding: 0.9em 1em;
  border-radius: 0px;
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  float: right;
  font-weight: 600;
  font-size: 1.1em;
  width: 35%;
  box-sizing: border-box;
  box-shadow: none;
  border-width: 0px;
}

.time_calendar {
	table-layout:fixed;
	width: initial !important;
	overflow: scroll;
}

/* =============================================
   Horizontal scroll clipping for calendar table
   Prevent borders/elements from bleeding while scrolling
   ============================================= */
.calenderConBox.time_calendar {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	padding-right: 8px; /* avoid right-edge border cut */
}

.calenderConBox.time_calendar.is-scrollable {
	/* tiny padding helps border rendering during scroll */
	padding-bottom: 1px;
}

.calenderConBox.time_calendar > table {
	border-collapse: separate; /* keep borders intact while scrolling */
	border-spacing: 0;
	max-width: none; /* allow full width for horizontal scroll */
	margin: 0;
}

.calenderConBox.time_calendar > table th,
.calenderConBox.time_calendar > table td {
	background-clip: padding-box; /* clip backgrounds to avoid bleed over borders */
}

.calenderConBox.time_calendar .sticky_col {
	background-clip: padding-box;
	z-index: 1; /* keep above body cells but below headers */
}

.photo_num_label{ margin-left: 0px; margin-right: 20px; }
a {
	color: #323232;
	text-decoration: none;
}

.indent1rem {
	margin: 0px;
	list-style: none;
	padding-inline-start: 1rem;
/* 	text-indent: 1rem; */
}

.selected {
	background-color: #FFC0CB;
}

.time_calendar th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
	background: #fff;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

.time_calendar th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

.time_calendar th:first-child {
	/* ヘッダー行内の他のセルより手前に表示する */
	z-index: 2;
}

.sticky_col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}
.sticky_col::before {
  content: ""; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
  pointer-events: none; /* クリックイベントを無効にする */

}

.time_calendar th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #C1C1C1;
}

#reservation_menu {
	height: 130px;
}

#members_confirmation {
	height: 800px;
}

.disp_between_start {
	display: flex;
	justify-content: start;
}

.text_centering {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hwc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hwse {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.terms_of_service_title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

.terms_of_service_head {
	text-align: left;
	margin-bottom: 30px;
}

.terms_of_service_fotter {
	text-align: center;
	margin-top: 40px;
}

.terms_of_service_contents {
	text-align: left;
}

.section_title {
	font-weight: bold;
}

.section_content {
	padding: 0 25px;
}

.terms_of_service_modal {
	max-width: 1400px;
}

.db {
	display: block;
}


.eye-solid3.icon {
	color: #000;
	position: absolute;
	margin-left: 3px;
	margin-top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 70% 15%;
	border: solid 1px currentColor;
	background-color: currentColor;
	margin-right: 10px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.eye-solid3.icon:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	color: white;
	border: solid 1px currentColor;
}

/* .members_registration_btn {
	height:35px;
	padding: 0 1em;
} */

@media screen and (max-width: 599px) {
	.containa { width: 100%; }
	.div_con1 { max-width: 615px; overflow: hidden; margin: auto; padding: 20px 20px 0; font-size: 12px; box-sizing: border-box; }
	.btnConBox { padding-top: 30px; }
	.head_space { height: 18px; }
	.back_triangle { margin-right: 30px; }
	.triangle_none { margin-right: 30px; }
	.header_title_text { width: 78%; }
	.div_con1 > .nu_sb > select { padding: 5px 1em; font-size: 16px; }
	.step_buttons { font-size: 1.1em; width: 100%; height: 4em; box-sizing: border-box; text-align: center; }
	.step_buttons_text { font-size: 1em; }
	.item_list_ditail { width: 65%; }
	.item_list_cost { width: 30%; float: right; text-align: right; }
	.btn_max_reduce { margin-top: 20px; }
	.btn_prev { margin-top: 20px; }
	.calender_ym { padding-top: 34px; }

	.date_th { height: 45px; padding: 10px 5px 6px; }
	.calendarCell { height: 55px; }
	.md_text { font-size: 10px; }
	.remodal_text { height: 115px; }
	.openIcon { width: 10px; top: 3px; height: 10px; }
	.closeIcon{ width: 10px; top: 8px; left: 1px; vertical-align: 3px; margin-right: 3px; }
	.calendarCell_label > .openIcon { width: 13px; height: 13px; top: 8px; left: 2px; vertical-align: 3px; margin-right: 3px; }
	.calendarCell_label > .closeIcon { width: 12px; top: 15px; left: 1px; vertical-align: 3px; margin-right: 3px; }
/*
	_::-webkit-full-page-media, _:future, :root .calendarCell_label > .openIcon { top: 5px; }
	_::-webkit-full-page-media, _:future, :root .calendarCell_label > .closeIcon { top: 12px; }
*/
	.btn_next_week, .btn_prev_week { width: 43%; }
	.mobile_disp_wrap { display: flex; flex-wrap: wrap; }
	.selected_menu_name_td { padding: 0.5em 1em; font-size: 1.3em; text-align: left; }
	.selected_menu_name_contents_title { min-width: 11%; }
	.selected_menu_contents_td { padding: 1em 1.4em; text-align: left; }
	.selected_menu_contents_title { min-width: 60px; max-width: 80px; font-size: 0.9em;}
	.selected_menu_contents_text {font-size: 0.9em;}
	.cancel_policy_td { padding: 1em 1.4em; }
	.nu_it { font-size: 16px; }
	.time_column { max-width: 50px; min-width: 45px; font-weight: 600; font-size: 0.8em; height: 45px; padding: 8px 1px 8px; box-sizing: border-box; line-height: 1.2em; }
	#important_news {height: 38% !important; top: -100px !important;}
	#important_news .title { font-size: 20px; }
	#important_news .sub_sentence { font-size: 1em; }
/* 	#important_news .remodal_text { height:38%; } */
	.omise-checkout-button { font-size: 1.1em; width: 100%; height: 4em; box-sizing: border-box; text-align: center; }

	.photo_num_label{ display: block; margin-left: 0px; margin-right: 50px; }
	.photo_num { display:inline-block; }
	.forget_id { font-size: 1em; width: 65%; float: right; }
	.header_title_text {
		width: 78%;
		margin: 0 auto;
	}
	.btnConBox {
		padding: 0;
		width: 90%;
	}
}
