@charset "UTF-8";
/* CSS Document */
.information_area_inner{
}
header #gnav,header #cnav, header .freedial ,header .lang{
	display: none;
}
header #logo a {
	pointer-events: none;
}
#head{
	background-image: url(/common/img/form_reserve/head_bg1.jpg);
	background-repeat: repeat-x;
	height: 153px;
	background-size: auto 100%;
	box-sizing: border-box;
}
#head .txt{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 1rem;
}
#head h1{
	text-align: center;
	color: #A5964B;
	font-size: 2.8rem;
}

#attention  {
	width: 100%;
	max-width: 768px;
	margin: 0 auto !important;
	background: #EAE9E6;
	padding: 25px 30px 30px;
	box-sizing: border-box;
}
#attention h2 {
	margin: 0 0 2rem;
	color: #B02B5A;
	text-align: center;
	font-size: 2.2rem;
}
#attention .read {
	margin: 0;
	font-size: 1.4rem;
}
#attention .read span{
	color: #B02B5A;
}

#contents .accordion > li {
	border: solid 1px #a5964b;
	border-radius: 0;
	padding: 10px;
}

#contents .accordion_h span {
	text-align: center;
	color: #a5964b;
}

#contents .accordion_content p {
	font-size: 1.4rem;
}

#contents .accordion_content em,
#contents .accordion_content em a {
	color: #B02B53 !important;
}

#contents .accordion_content h4 {
	margin: 1em 0 0 0;
	font-size: 1.4rem;
	color: #B02B53;
}

#contents .accordion_content .btns {
	margin-bottom: 20px;
}

#contents a.tel {
	color: #B02B53;
	text-decoration: underline;
}

#contents em {
	font-style: normal;
	color: #B02B53;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #a5964b;
	border-radius: 2px;
	padding: 10px;
	font-size: 1.8rem;
	width: 100%;
}
#category3_dummybtn{
	box-sizing: border-box;
	border: solid 1px #a5964b;
	border-radius: 2px;
	padding: 7px 40px 7px 10px;
	color: #555;
	font-size: 1.8rem;
	width: 50%;
	cursor: pointer;
	background: #fff url("/common/img/icon_select1.png") no-repeat right center/30px auto;
}

input[type=text].m,
input[type=tel].m,
input[type=email].m,
textarea.m,
select.m {
	width: 50%;
}

input[type=text].s,
input[type=tel].s,
input[type=email].s {
	width: 120px;
}
#box-return input[type=text],input[type=text]#tel,input[type=text]#email,input[type=text]#birthday{
	-ms-ime-mode: inactive;
	ime-mode: inactive;
}

#form .date select {
	margin-left: 10px;
	width: 190px;
	padding-top: 8px;
	padding-bottom: 12px;
	color: #444;
}

select {
	background: #fff url("/common/img/icon_select1.png") no-repeat right center/30px auto;
	padding-right: 40px;
}

select::-ms-expand {
	display: none;
}

textarea {
	height: 220px;
}

input[type=radio],
input[type=checkbox] {
	/*display: none;*/
	opacity: 0;
	position: absolute;
}

label {
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	background: #EAE9E6;
	border-radius: 3px;
	width: 240px;
	box-sizing: border-box;
	text-align: center;
	padding: 11.5px 11.5px 11.5px 30px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#contents .underage_box label {
	max-width: 330px;
	width: 100%;
	margin: auto;
	display: block;
}
.num .radio label{
}
input[type=radio] + label::before {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url("/common/img/form_reserve/index_radio.png") no-repeat center center/20px;
	vertical-align: middle;
	content: "";
}
input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
	background: #D7D2AD;
}

input[type=radio]:checked + label::before {
	background: url("/common/img/form_reserve/index_radio_on.png") no-repeat center center/20px;
}

input[type=checkbox] + label::before {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url("/common/img/form_reserve/index_checkbox.png") no-repeat center center/20px;
	vertical-align: middle;
	content: "";
}

input[type=checkbox]:checked + label::before {
	background: #fff url("/common/img/form_reserve/index_checkbox_on.png") no-repeat center center/20px;
}

input[type=checkbox].category3item,
input[type=checkbox].reservation,
input[type=checkbox].underage {
	display: block;
	visibility: hidden;
	position: absolute;
}

input[type=checkbox].category3item ~ label::before,
input[type=checkbox].reservation ~ label::before,
input[type=checkbox].underage ~ label::before {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url("/common/img/form_reserve/index_checkbox.png") no-repeat center center/20px;
	vertical-align: middle;
	content: "";
}

input[type=checkbox].category3item:checked ~ label::before,
input[type=checkbox].reservation:checked ~ label::before,
input[type=checkbox].underage:checked ~ label::before {
	background: #fff url("/common/img/form_reserve/index_checkbox_on.png") no-repeat center center/20px;
}

input[type=submit],
button[type=submit],
input[type=button],
a.btn_top {
	box-sizing: border-box;
	display: inline-block;
	width: 385px;
	max-width: 100%;
	background: #a5964b url("/common/img/icon_submit.png") no-repeat right center/36px auto;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border: none;
}

input[type=submit]:hover,
button[type=submit]:hover,
input[type=button]:hover,
a.btn_top:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

input[type=button].btn_back,
button[type=submit].btn_back,
input[type=submit].btn_back {
	margin-top: 20px;
	background: #fff url("/common/img/icon_button.png") no-repeat right center/36px auto;
	border: solid 1px #a5964b;
	color: #a5964b;
}

#contents .underage_box {
	position: relative;
	padding: 25px 30px 35px;
	margin-top: 20px;
	background: #EAE9E6;
	display: none;
}

#contents .underage_box h3  {
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
	color: #B02B5A;
}

#contents .underage_box h3 span {
	text-align: center;
	color: #a5964b;
}


#contents .underage_box .checkbox {
	position: relative;
	margin: 40px 0 15px;
}
#contents .underage_box a {
	text-decoration: underline;
}


#contents .hosoku{
	padding: 20px 20px 0;
}

#contents .ml10{
	margin-left: 10px;
}

#contents ul.item_box{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#contents ul.item_box li{
	width: 100px;
	margin: 0 !important;
	float: none !important;
	padding: 0 5px 0 0 !important;
}
#contents ul.item_box li:nth-child(even){
	padding: 0;
}
#contents ul.item_box li:nth-child(odd){
	padding: 0;
}
#contents ul.item_box li:first-child{
	width: 200px;
}
#contents ul.item_box li label{
	width: 100%;
}

#contents ul.item_box2{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#contents ul.item_box2 li{
	width: 110px;
	margin: 0 0 0 10px !important;
	float: none !important;
}
#contents ul.item_box2 li:first-child{
	margin: 0 !important;
	width: 200px !important;
}

#contents ul.item_box2 li label{
	width: 100%;
}

ul.item_box3{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.item_box3 li{
	width: 33.333%;
	margin: 0 10px 10px 0  !important;
	float: none !important;
}
ul.item_box3 li:first-child{
}

ul.item_box3 li label{
	width: 100%;
}

ul.item_box4{
	list-style-type: none;
	display: flex;
	margin-top: 1.6rem;
	width: 100%;
}

ul.item_box4 li{
	margin: 0 10px 10px 0  !important;
	float: none !important;
}
ul.item_box4 li:last-child{
	margin: 0 0 10px 0  !important;
}
ul.item_box4 li:first-child{
}

ul.item_box4 li label{
}

#featherlight_box{
	display: none;
}
#category3_box {
	position: relative;
	padding: 25px 30px 35px;
	margin-top: 20px;
}
#category3_box p {
	color: #fff;
	margin: 0 auto 2rem;
	width: 68%;
	box-sizing: border-box;
}
.featherlight{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 0;
	border-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	max-height: 100% !important;
	background: transparent !important;
	cursor: auto;
	width: 100%;
	white-space: normal;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
}
#category3_box .closebox span{
	background: #A5964B;
	width: 100%;
	margin: 30px auto 0;
	cursor: pointer;
	border-radius: 4px;
	font-size: 1.8rem;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	max-width: 300px;
	display: block;
}
#category3_box .closebox span:hover{
	background: #83773F;
}

ul.date1_selectedmenu_lists,
ul.date2_selectedmenu_lists,
ul.date3_selectedmenu_lists,
ul.category3_selectedmenu_lists{
	padding: 5px;
	list-style-type: none;
}

ul.date1_selectedmenu_lists li,
ul.date2_selectedmenu_lists li,
ul.date3_selectedmenu_lists li,
ul.category3_selectedmenu_lists li{
	color: #444444;
	font-size: 1.5rem;
	font-weight: bolder;
}
ul.date1_selectedmenu_lists li:before,
ul.date2_selectedmenu_lists li:before,
ul.date3_selectedmenu_lists li:before,
ul.category3_selectedmenu_lists li:before{
	content: '● ';
	color: #A5964B;
}

/**
 * #form
 */
#contents #form {
	margin-top: 0;
}
#contents #formhead {
	margin-top: 0;
}

#formhead .step {
	padding-top: 40px;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}

#formhead.nexthead .step {
	padding-top: 0;
}

#formhead.confirm .step,
#formhead.compelte .step {
	border-top: none;
	padding-top: 0;
}

#formhead .step li {
	box-sizing: border-box;
	width: 100px;
	padding: 5px;
}

#formhead .step li span {
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 50px;
	padding-top: 12px;
	padding-right: 15px;
	background: #EAE9E6;
	text-align: center;
}

#formhead .step li.act span {
	background: #a5964b;
	color: #fff;
}

#formhead .step li span::before {
	box-sizing: border-box;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -10px;
	background: #fff;
	border: solid 25px rgba(0, 0, 0, 0);
	border-left: solid 25px #EAE9E6;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	content: "";
}

#formhead .step li.act span::before {
	border-left: solid 25px #a5964b;
}

#formhead .step li:last-child span{
	padding-right: 0;
}

#formhead .step li:last-child span::before {
	display: none;
}

#form_attention {
	width: 100%;
	background: #EAE9E6;
	padding: 10px;
	line-height: 1;
	font-size: 1.4rem;
}
#form_attention p{
	text-align: center;
}
#form_attention p em{
	display: inline-block;
	padding: 6px 7px 5px 7px;
	margin-right: 6px;
	background: #B02B53;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	font-size: 1.2rem;
}
#form h2.require{
	position: relative;
	padding-left: 70px;
}
#form h2.require::before {
	display: inline-block;
	position: absolute;
	top:0;
	bottom: 0;
	padding: 6px 7px 5px 7px;
	background: #B02B53;
	line-height: 1;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	content: "必須";
	height: 1.4rem;
	margin: auto;
	left: 17px;
}

#form p.error {
	margin-top: 0.2em;
	font-size: 2rem;
	color: #B02B53;
}

#form form > div {
	margin: 40px 0;
}

#form .note {
	font-size: 1.4rem;
}

#form .date,
#form .tell {
	/* display: table; */
}

#form .noVali {
	display: initial;
}

#form .date h5,
#form .pref {
	display: table-cell;
}

#form .pref {
	padding-left: 8px;
}

#form .date .dateBox,
#form .tell .dateBox,
#form .pref .prefBox {
	display: table-cell;
	width: 120px;
	padding-left: 15px;
}

#form .time,
#form .time select {
	width: 172px;
}

#form .date .dateBox:first-child,
#form .tell .dateBox:first-child,
#form .pref .prefBox:first-child {
	padding-left: 0;
}

#form .tell .hyphen {
	display: table-cell;
	padding-left: 15px;
}


#form .date select:first-child {
	margin-left: 0;
}

#form .day .date {
	margin: 1em 0;
}

#form .day .date h5 {
	display: inline-block;
	font-size: 2rem;
}

#form .date.require::after {
	display: inline-block;
	padding: 4px 5px 3px 5px;
	margin-left: 12px;
	background: #B02B53;
	line-height: 1;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	content: "必須";
}

#form .policy {
	background: #EAE9E6;
	padding: 30px;
}

#form .policy h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 2rem;
	color: #a5964b;
}

#form .policy h2 a{
	color: #a5964b;
}
#form .policy .checkbox {
	margin-top: 1em;
	text-align: center;
}

#form .policy label {
	width:100%;
	max-width: 520px;
	padding: 11.5px 11.5px 11.5px 36px;
}

#form .submit {
	text-align: center;
}

#form .ssl {
	position: relative;
	padding: 15px 0 30px 90px;
	line-height: 1.8;
	font-size: 1.3rem;
	margin-bottom: 40px;
}

#form .ssl img {
	position: absolute;
	top: 0;
	left: 0;
}

#form form.secom {
	position: relative;
	float: none;
	margin-left: 0;
	z-index: 100;
}

#form form.secom input {
	position: absolute;
	top: 0;
	left: 0;
}

/* .box */
#form .icon_box {
	position: relative;
	display: inline-block;
}

#form .text {
}

#form .text h2{
	font-size: 2rem;
}

#form .radio {
	position: relative;
	display: flex;
}

#form .radio > span {
	vertical-align: top;
	display: inline-block;
}



#form .radio > span:first-child {
	margin-left: 0;
}

#form .radio p {
	margin-left: 32px;
}

#form .box .arrow {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -1.4em;
	left: 2px;
	border: solid 10px rgba(0, 0, 0, 0);
	border-bottom: solid 13px #EAE9E6;
}

@media only screen and (max-width: 767px) {
	#form .box .arrow {
		left: 2px !important;
	}
}

#form #box-return{
	display: none;
}

#form .box {
	position: relative;
	padding: 25px 30px 35px;
	margin-top: 20px;
	background: #EAE9E6;
}

#form .box h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: left;
	color: #B02B5A;
}

#form .box h4 {
	margin-bottom: 0.3em;
	font-size: 2rem;
}

#form .box li {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

#form .box li:nth-child(odd) {
	padding-right: 13px;
}

#form .box li:nth-child(even) {
	padding-left: 13px;
}

#form .box li:nth-child(n+3) {
	margin-top: 2em;
}

#form .box li .date select {
	width: 30.8%;
	margin-left: 2%;
}

#form .box li .date select:first-child {
	margin-left: 0;
}

#form .box li .btn_blank {
	width: 100%;
	padding: 11px 10px;
	font-size: 1.8rem;
}

#form .box li .note {
	margin-top: 0.5em;
}

#form .box li.lastTime {
	width: 100%;
}

#form .box li.lastTime .date select {
	width: 15%;
}

#form .box label{
	background: #fff;
}
#form .box input[type=radio]:checked + label, #form .box input[type=checkbox]:checked + label{
	background: #D7D2AD;
}

.confirm form > div {
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 0.5em;
	font-size: 2rem;
}

.confirm form > div.submit {
	border: none;
}

#contents .confirm h2.sec_h {
	margin-bottom: 0.5em;
}

#contents .complete {
	margin: 40px 0;
}

#contents .complete em a {
	color: #B02B53 !important;
}

#form .box2 {
	position: relative;
	margin-bottom: 20px;
}

#form .box2 h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	text-align: left;
}



/* .formError */
.formError {
	margin-top: 1rem !important;
	font-size: 1.4rem;
	color: #B02B53;
}

.reservation + .formError,
.underage + .formError {
	position: absolute !important;
	top: 10px !important;
	left: 327px !important;
}

.underage + .formError {
	top: 55px !important;
	left: 44% !important;
	right: 0 !important;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.reservation + .formError {
		position: relative !important;
		top: 0 !important;
	}
}
.has-error {
	background: #ffe6e6;
}

.has-error input[type=text],
.has-error input[type=tel],
.has-error input[type=email],
.has-error textarea {
	border-color: #d10000;
}

/* .invalid */
.invalid {
	background-color: #CCC !important;
}

.invalid {
	box-shadow: none !important;
	transform: initial !important;
}

#error_underage {
	text-align: center;
}
@media only screen and (max-width: 767px) {

	input[type=text].m,
	input[type=tel].m,
	input[type=email].m,
	textarea.m,
	select.m {
		width: 100%;
	}

	input[type=text],
	input[type=tel],
	input[type=email],
	textarea,
	select {
		font-size: 1.6rem;
	}

	label {
		/*font-size: 1.6rem;*/
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		flex-wrap: wrap;
		padding: 8.5px 8.5px 8.5px 20px;
	}

	label span{
		font-size: 1.3rem;
		width: 100%;
		display: block;
	}

	#form .date select {
		width: 31.3%;
		margin-left: 2%;
	}

	#form .date h5 + select {
		margin-left: 0;
	}

	input[type=text].s,
	input[type=tel].s,
	input[type=email].s {
		width: 30%;
	}

	#contents #form {
		/*margin-top: 40px;*/
	}

	#form .step {
		margin: 0 -2px 40px -2px;
	}

	#form .step li {
		padding: 2px;
	}

	#form .radio > span {
		display: block;
		margin: 0;
	}

	#form .radio > span:nth-child(n+2) {
		margin-top: 1em;
	}

	#form .day .date h5 {
		display: block;
		margin-bottom: 0.5em;
		font-size: 1.8rem;
	}

	#contents h2.sec_h{
		font-size: 1.8rem ;
	}
	#form .policy {
		padding: 20px;
	}

	#form .policy .checkbox {
		text-align: left;
	}

	#form .ssl {
		padding: 0 0 0 90px;
	}

	#form .box {
		padding: 28px 14px 14px;
	}

	#form .box h3 {
		font-size: 1.8rem;
	}

	#form .box h4 {
		font-size: 1.6rem;
	}

	#form .box li {
		float: none;
		width: 100%;
	}

	#form .box li:nth-child(odd) {
		padding-right: 0;
	}

	#form .box li:nth-child(even) {
		padding-left: 0;
	}

	#form .box li + li,
	#form .box li:nth-child(n+3) {
		margin-top: 1em;
	}

	#form .box li.lastTime .date select {
		width: 33%;
		margin-top: 2%;
	}

	#form .box li.lastTime .date select:nth-child(1),
	#form .box li.lastTime .date select:nth-child(2) {
		width: 26%;
		margin-top: 0;
	}

	#form .box li.lastTime .date select:nth-child(2) {
		margin-right: 40%;
	}

	#form .box li.lastTime .date select:nth-child(3) {
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) {
	#contents a.tel {
		pointer-events: none;
		text-decoration: none;
	}
}
@media only screen and (max-width: 414px) {
	#form .date select {
		width: 30.3%;
	}

	input[type=text].s,
	input[type=tel].s,
	input[type=email].s {
		width: 30.5%;
	}
}
@media only screen and (max-width: 374px) {
	#form .date select {
		width: 30%;
	}

	input[type=text].s,
	input[type=tel].s,
	input[type=email].s {
		width: 30%;
	}
}
@media only screen and (max-width: 767px) {
	#form .date,
	#form .tell,
	#form .pref {
		width: 100%;
	}

	#form .date h5,
	#form .pref {
		display: block;
		padding-left: 0;
	}

	#form .date .dateBox,
	#form .pref .prefBox {
		width: 30%;
		padding-left: 2%;
	}

	#form .pref .prefBox,
	#form .pref .time {
		display: inline-block;
		width: 40%;
		vertical-align: top;
	}

	#form .pref .time {
		width: 60%;
		margin-top: 0.5em;
		padding-left: 0;
	}

	#form .tell .dateBox {
		width: 30%;
		padding-left: 0;
	}

	#form .tell .hyphen {
		width: 5%;
		text-align: center;
		padding-left: 0;
	}

	#form .date .dateBox select,
	#form .tell .dateBox input,
	#form .pref .prefBox select {
		width: 100%;
	}

	#form .date.lasttime .dateBox {
		width: 25%;
	}

	#contents .underage_box label {
		padding: 11.5px 11.5px 11.5px 46px;
		text-align: left;
		max-width: 300px;
	}
	#contents .underage_box{
		padding: 28px 14px 14px;
	}
	#contents .underage_box .checkbox{
		margin: 20px 0 15px;;
	}
}

#ui-datepicker-div{

}
.ui-widget.ui-widget-content{
	border: 2px solid #fff !important;
	background: #EAE9E6 !important;
	border-radius: 3px !important;
	margin: 0 !important;
	padding: 10px 15px 5px  !important;
}
.ui-widget-header .ui-icon{
	background-image: none !important;
}
.ui-icon, .ui-widget-content .ui-icon{
	background-image: none !important;
}
.ui-datepicker .ui-datepicker-year{
	width: 100% !important;
	background: none !important;
	border: none !important;
	display: inline-block !important;
	max-width: unset !important;
	text-align: center !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ui-datepicker .ui-datepicker-month{
	width: 100% !important;
	background: none !important;
	border: none !important;
	display: inline !important;
	max-width: unset !important;
	text-align: center !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ui-widget-header{
	background: none !important;
	border: none!important;
}
.ui-datepicker th{
	font-weight: normal !important;
	padding: 0 !important;
}
.ui-datepicker th span{
	border-bottom: 1px solid #aaa !important;
	padding-bottom: 5px !important;
	margin-bottom: 5px !important;
	display: block !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: none !important;
	background: none !important;
	font-weight: normal !important;
	color: #444 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	border: none !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border: none !important;
	background: none !important;
	color: #A5964B !important;
	font-weight: bold !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: none !important;
	background: #A5964B !important;
	color: #fff !important;
}
.ui-datepicker .ui-datepicker-next:before{
	content: "";
	background: #fff url(/common/img/icon_select1.png) no-repeat right center/20px auto;
	width: 20px;
	height: 20px;
	transform: rotateZ(45deg);
}
.ui-datepicker .ui-datepicker-header{
	position: relative !important;
	left: 0;
	right: 0;
}
.ui-datepicker .ui-datepicker-prev{
	left: 65px !important;
	background: url(/common/img/icon_select_b.png) no-repeat !important;
	transform: rotateZ(90deg)!important;

}
.ui-datepicker .ui-datepicker-next{
	right: 65px !important;
	background: url(/common/img/icon_select_b.png) no-repeat !important;
	transform: rotateZ(-90deg) !important;

}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	margin: auto !important;
	background-size: 100% !important;
	cursor: pointer !important;
	top: 20px !important;
}
@media only screen and (max-width: 767px){
	#header #sp_header div.sp_header_items_row11{
		padding: 13.125px 30px;
	}
	#header #sp_header div.sp_header_items_row11 .sp_header_gmenu{
		display: none;
	}
	#head {
		height: 30vw;
	}
	#head .txt{
		top: 50%;
		padding-top: 2%;
	}
	#head h1{
		font-size: 2rem;
	}
	#attention  {
		padding: 25px 5px 30px;
	}
	#attention h2 {
		margin: 0 0 1.5rem;
		font-size: 1.8rem;
	}
	#formhead .step li span::before {
		right: -15px;
	}
	#formhead .step li span {
		padding-right: 10px;
	}
	label {
		width: 100%;
	}
	.num .radio .ml10 label{
		width: 100%;
	}
	.item_box{
		width: 100%;
	}
	#contents ul.item_box li{
		width: 50%;
		margin: 0 !important;
		float: none !important;
		padding: 0 5px 0 0 !important;
	}
	#contents ul.item_box li:nth-child(even){
		padding: 0 5px 10px 0 !important;
	}
	#contents ul.item_box li:nth-child(odd){
		padding: 0 0 10px 5px !important;
	}
	#contents ul.item_box li:first-child{
		width: 100%;
		padding: 0 0 10px 0 !important;
	}
	#contents ul.item_box li label{
		width: 100%;
	}
	#contents ul.item_box2{
		width: 100%;
		justify-content: space-between;
	}
	#contents ul.item_box2 li:nth-child(even){
		width: 48.5%;
		padding: 0 1.5% 10px 0  !important;
		margin: 0 !important;
	}
	#contents ul.item_box2 li:nth-child(odd){
		width: 48.5%;
		padding: 0 0 10px 1.5% !important;
		margin: 0 !important;
	}
	#contents ul.item_box2 li:first-child{
		width: 100% !important;
		padding: 0 0 10px !important;
		margin: 0 !important;
	}
	#category3_dummybtn{
		width: 100%;
	}
	#category3_box {
		position: relative;
		padding: 15px;
		margin-top: 0;
	}
	#category3_box p {
		width: 100%;
		margin: 0 auto 1rem;
	}
	#category3_box .closebox span{
		margin: 10px auto 0;
	}
	ul.item_box3{
		width: 100%;
		justify-content: space-between;
	}
	ul.item_box3 li:nth-child(even){
		width: 50%;
		padding: 0 0 10px 1.5%;
		margin: 0 !important;
		display: flex;
		align-items: center;
	}
	ul.item_box3 li:nth-child(odd){
		width: 50%;
		padding: 0 1.5% 10px 0;
		margin: 0 !important;
		display: flex;
		align-items: center;
	}
	ul.item_box3 li label {
		width: 100%;
		height: 100%;
		padding: 11.5px 11.5px 11.5px 30px;
		align-items: center;
		display: flex;
		justify-content: center;
		line-height: 1.1;
	}
	#form .box2 input[type=text],
	#form .box2 input[type=tel],
	#form .box2 input[type=email]{
		width: 50%;
	}
	#form .box2 select{
		width: 40%;
	}

	#form .policy label {
		padding: 11.5px 11.5px 11.5px 46px;
		text-align: left;
	}
	ul.item_box4{
		width: 100%;
		justify-content: space-around;
	}
	ul.item_box4 li{
		width: 100%;
	}
	ul.item_box4 li:first-child{
	}

	ul.item_box4 li label{
		width: 100%;
	}

}
@media only screen and (max-width: 414px) {
	ul.item_box3 li label {
		width: 100%;
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 374px) {
	ul.item_box3 li label {
		width: 100%;
		font-size: 1.2rem;
	}
}


/* 202506 */


#form .payment select {
    box-sizing: border-box;
    border: solid 1px #a5964b;
    border-radius: 2px;
    padding: 10px;
    font-size: inherit;
    width: 50%;
    line-height: inherit;
    color:#555;
}


#contents ul.item_box.item_box_reserve{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

#contents ul.item_box.item_box_reserve li{
    width: 33.3333%;
    margin: 0 !important;
    float: none !important;
    padding: 0 10px 0 0 !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 414px) {

    #form .payment select {
        width: 100%;
    }

    #contents ul.item_box.item_box_reserve{
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
    }

    #contents ul.item_box.item_box_reserve li{
        width: 50%;
        padding:  0 5px 10px 0  !important;
    }
    #contents ul.item_box.item_box_reserve li:nth-child(even){
        width: 50%;
        padding: 0 0 10px 5px !important;
    }


}
