section h2{
	text-align: center;
}

section h2 span.en{
	font-size: 8pt;
	color: #666;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.reservation-day-zone .hope {
		display: block;
		width: 100%;
		margin: 10px auto;
		border-bottom: 1px solid #f3f3f3;
	}

	.reservation-day-zone .hope input[type="text"] {
		width: 100%;
		margin: 10px 0 0;
	}

	.reservation-day-zone .reservation-time-input{
		width: 50%;
		margin-bottom: 15px;
	}
	.reservation-day-zone .hope .reservation-date-input {
		margin: 0;
	}

	.form .main-title{
		background: url("../images/form/contact-bk.jpg") center top no-repeat;
		background-size: cover;
		height: 200px;
	}

	.form section h2{
		font-size: 140%;
		text-align: left;
		color: var(--accent-col01);
	}

	.form #chapter02{
		padding: 20px 0;
		text-align: center;
	}

	.form #chapter03{
		background-color: var(--bk-col02);
		background-image: url(../images/common/common-bk01.png);
		padding: 30px 0;
	}

	.form-contents{
		width: 94%;
		padding: 20px 3% 30px 3%;
		background: #fff;
	}

	.form-contents .form-title{
		position: relative;
	}

	.form-contents .form-title a{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		position: relative;
		text-align: right;
		text-decoration: underline;
		color: var(--accent-col01);
	}

	.form-contents .form-title a::after{
		content: url(../images/form/folda.png);
		margin-left: 5px;
	}

	.form-contents-lead{
		width: 100%;
		background: #eee;
		padding: 5px 15px;
		box-sizing: border-box;
	}

	.form-contents-lead.error {
		background: transparent;
		color: #de5151;
		font-weight: bold;
	}

	.form-contents-lead p{
		font-size: 70%;
		margin: 0;
		line-height: 150%;
	}

	.form-table{
		width: 100%;
		display: table;
	}

	.form-tr{
		display: table-row;
	}

	.form-tr.error {
		background: #fff3f3;
	}

	.form-th{
		font-weight: bold;
		vertical-align: top;
		border-bottom: 1px dotted #f9f9f9;
		min-width: 12em;
	}

	.form-td{
		vertical-align: top;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.form-table p{
		line-height: 130%;
		font-size: 90%;
		margin: 5px 0;
	}

	.form-table p.small{
		font-size: 70%;
		font-weight: normal;
	}

	.form-th p{
		position: relative;
	}

	.form-table span.required{
		position: absolute;
		right: 0;
		color: #cb213d;
		font-size: 80%;
		padding: 2px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.form-table .telephone{
		margin: 15px 0 0 0;
	}

	.form-table .telephone p{
		display: inline-block;
		margin: 0 15px 10px 0;
		padding: 2px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid var(--main-color01);
		color: var(--main-color01);
	}

	.form-table .telephone p a{
		text-decoration: underline;
	}

	.form-table span.tel-triangle{
		font-size: 6pt;
		transform: rotate(90deg);
		display: inline-block;
		margin-left: 5px;
	}

	.form-td label{
		display: inline-block;
		min-width: 4em;
		margin-right: 1em;
	}

	.form-td span.title{
		display: block;
		font-weight: bold;
	}

	.form-td p.line{
		border-top: 1px solid #eee;
		padding-top: 20px;
	}

	.form-td textarea{
		width: 100%;
		height: 100px;
	}

	.form-td input[type="text"], .form-td input[type="email"], .form-td input[type="tel"], .form-td input[type="number"]
		min-width: 4em;
	}

	.form-td input.month, .form-td input.year{
		width: 3em;
	}

	.form-td input.month, .form-td input.date{
		width: 1.5em;
	}

	.form-td input.tel:first-child{
		margin-right: 1em;
	}

	.form-td input.full{
		width: 100%;
	}

	.panf{
		text-align: center;
		background: #fff1f7;
		padding: 1px 15px;
		margin: 20px 0;
		box-sizing: border-box;
	}

	.panf p{
		color: #cb213d;
		font-size: 90%;
	}

	.next-box{
		text-align: center;
	}

	.next-box p{
		text-align: left;
		font-size: 90%;
	}

	.next-wrap {
	    max-width: 270px;
	    width: 80%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.next-wrap .back-btn{
		margin-right: 5px;
		width: 30%;
	}

	.next-wrap .back-btn a{
		width: 100%;
		padding: 11px 0 12px;
		background: #fff;
		color: var(--accent-col01);
		border: 1px solid var(--accent-col01);
		box-sizing: border-box;
		display: block;
	}

	.next-wrap .next-btn{
		width: 68%;
		position: relative;
	}

	.next-wrap .next-btn span.triangle{
		font-size: 6pt;
		transform: rotate(90deg);
		display: inline-block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 10px;
		bottom: 0;
		color: #fff;
		height: 5px;
	}

	.next-wrap .next-btn a{
		width: 100%;
		padding: 11px 0 12px;
		color: #fff;
		background: var(--accent-col01);
		border: 1px solid var(--accent-col01);
		box-sizing: border-box;
		display: block;
	}

	.complete-wrap{
		padding: 3% 0;
	}
	
	.complete-wrap .success img{
		margin: auto;
		width: 50px;
	}
	
	.complete-wrap p{
		line-height: 2em;
		padding: 1.5% 0;
		font-size: 90%;
	}
	
	.complete-wrap .btn04{
		max-width: 150px;
		margin: 40px auto 15px;
	}
	.form .success svg {
		width: 50px !important;
		height: 50px !important;
		fill:var(--main-color01);
	}
}

@media print, screen and (max-width: 480px) {

	.form #chapter02{
		padding: 10px 0;
		text-align: center;
	}

	.form section h2{
		font-size: 120%;
		margin: 5px 0;
	}

	.form p.lead{
		font-size: 80%;
		text-align: left;
	}

	.form-contents .form-title a{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		position: relative;
		text-align: right;
		font-size: 70%;
	}

	.form-contents-lead{
		margin-bottom: 15px;
	}

	.form-td input.tel{
		width: 100%;
		margin: 0;
	}

	.panf p{
		font-size: 80%;
		text-align: left;
	}

	.next-box{
		text-align: center;
	}

	.next-box p{
		text-align: left;
		font-size: 80%;
	}

	.next-wrap{
		display: block;
		width: 100%;
		margin: 15px 0 0 0;
	}

	.next-wrap .back-btn{
		width: 125px;
		margin-bottom: 5px;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.form .main-title{
		background: url("../images/form/contact-bk.jpg") center top no-repeat;
		background-size: cover;
		height: 200px;
	}

	.form section h2{
		font-size: 180%;
		text-align: left;
		color: var(--accent-col01);
	}

	.form #chapter02{
		padding: 20px 0;
		text-align: center;
	}

	.form #chapter03{
		background-color: var(--bk-col02);
		background-image: url(../images/common/common-bk01.png);
		padding: 80px 0;
	}

	.form-contents{
		width: 90%;
		padding: 30px 5% 50px 5%;
		background: #fff;
	}

	.form-contents .form-title{
		position: relative;
	}

	.form-contents .form-title a{
		position: absolute;
		top: 0;
		right: 0;
		text-decoration: underline;
		color: var(--accent-col01);
	}

	.form-contents .form-title a::after{
		content: url(../images/form/folda.png);
		margin-left: 5px;
	}

	.form-contents-lead{
		width: 100%;
		background: #eee;
		padding: 5px 15px;
		box-sizing: border-box;
	}

	.form-contents-lead.error {
		background: transparent;
		color: #de5151;
		font-weight: bold;
	}

	.form-contents-lead p{
		font-size: 80%;
		margin: 0;
		line-height: 150%;
	}

	.form-table{
		width: 100%;
		display: table;
	}

	.form-tr{
		display: table-row;
	}

	.form-tr.error {
		background: #fff3f3;
	}

	.form-th{
		display: table-cell;
		width: 25%;
		font-weight: bold;
		padding-right: 40px;
		vertical-align: top;
		border-bottom: 1px solid #eee;
	}

	.form-td{
		display: table-cell;
		vertical-align: top;
		border-bottom: 1px solid #eee;
	}

	.form-table p{
		line-height: 130%;
	}

	.form-table p.small{
		font-size: 80%;
		font-weight: normal;
	}

	.form-th p{
		position: relative;
	}

	.form-table span.required{
		position: absolute;
		right: 0;
		color: #cb213d;
		font-size: 80%;
		padding: 2px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.form-table .telephone{
		margin: 30px 0;
	}

	.form-table .telephone p{
		display: inline-block;
		margin: 0 15px 10px 0;
		padding: 2px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid var(--main-color01);
		color: var(--main-color01);
	}

	.form-table .telephone p a{
		text-decoration: underline;
	}

	.form-table span.tel-triangle{
		font-size: 6pt;
		transform: rotate(90deg);
		display: inline-block;
		margin-left: 5px;
	}

	.form-td label{
		display: inline-block;
		min-width: 6em;
		margin-right: 2em;
		margin-bottom: 7px;
	}

	.form-td span.title{
		display: inline-block;
		min-width: 6em;
		font-weight: bold;
	}

	.form-td p.line{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border-top: 1px solid #eee;
		padding-top: 20px;
	}
	.form-td p.line .form-wrap{
		display: block;
		width: calc(100% - 6em);
	}

	.form-td textarea{
		width: 100%;
		height: 100px;
	}

	.form-td input[type="text"], .form-td input[type="email"], .form-td input[type="tel"], .form-td input[type="number"]{
		min-width: 4em;
		margin: 5px 15px;
	}

	.form-td input.month, .form-td input.year{
		width: 3em;
	}

	.form-td input.month, .form-td input.date{
		width: 1.5em;
	}

	.form-td input.tel:first-child{
		margin-right: 1em;
	}

	.form-td input.full{
		width: 100%;
	}

	.panf{
		text-align: center;
		background: #fff1f7;
		padding: 1px 0;
		margin: 40px 0;
	}

	.panf p{
		color: #cb213d;
	}

	.next-box {
		text-align: center;
	}

	.next-wrap{
		width: 270px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.next-wrap .next-btn span.triangle{
		font-size: 6pt;
		transform: rotate(90deg);
		display: inline-block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 10px;
		bottom: 0;
		color: #fff;
		height: 5px;
	}

	.next-wrap a{
		width: 270px;
		color: #fff;
		background: var(--accent-col01);
		border: 1px solid var(--accent-col01);
		box-sizing: border-box;
		display: block;
		padding: 12px 0;
	}
	
	.next-wrap a:hover{
		text-decoration: none;
	}
	
	.complete-wrap{
		padding: 3% 0;
	}
	
	.complete-wrap .success img{
		margin: auto;
		width: 60px;
	}
	
	.complete-wrap p{
		line-height: 2em;
		padding: 1.5% 0;
	}
	
	.complete-wrap .btn04{
		max-width: 200px;
		margin: 40px auto 15px;
	}

	.reservation-day-zone .hope{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin: 10px auto;
	}
	.form .success svg {
		width: 50px !important;
		height: 50px !important;
		fill:var(--main-color01);
	}

}
.form-td.form-tel span{
	display:inline-block;
}
@media print, screen and (max-width: 740px) {
	.form-td.form-tel span{
		display:block;
	}
}
@media print, screen and (max-width: 480px) {
	.form-td.form-tel span{
		display:block;
	}
}

.form-td.span-after-space span:not(.title):not(:last-child) {
	margin-right:0.5em;
}

.form-td.span-after-space span:not(.title):not(:last-child):after {
	content:"、";
}

input[type="number"]::-webkit-inner-spin-button {
	height: auto;
	-webkit-appearance: none;
	margin: 0;
}

input[type="email"], input[type="number"] {
	-moz-appearance:textfield;
}
input[type="email"], input[type="tel"] {
	ime-mode:disabled;
}

textarea {
	resize: vertical;
}

.overlay{
	position: fixed !important;
	top: 0;
	z-index: 100;
	width: 100% !important;
	height:100% !important;
	display: none;
	background: rgba(0,0,0,0.5);
}

.check-privacy-policy {
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: center !important;
}

.next-box .lead {
	text-align: center !important;
}

.check-privacy-policy::before {
	content: "";
	display: inline-block;
	height: 1em;
}

.check-privacy-policy.active {
	border: 1px solid #b8a98e;
}

.check-privacy-policy input[type="checkbox"]{
	width: 50px;
	height: 15px;
	margin-top: 30px;
}

.check-privacy-policy input[type="checkbox"]{
	width: 50px;
	height: 15px;
}

.disabled {
    opacity: 0.65;
    pointer-events: none;
}