@charset "utf-8";



h1.pageTitle {
    margin:0 auto;
    padding:150px 0 0;
	font-size:1.5rem;
	font-weight:300;
	line-height:1.125;
	text-align:center;
	word-break:break-word;
}
h1.pageTitle .en {
	display: block;
	margin-bottom: 0.25em;
	padding-left: 0.1em;
	font-size:3rem;
}
h1.pageTitle b {
	position: relative;
	padding: 0 25px;
	font-size:1rem;
	font-weight:normal;
}
h1.pageTitle b::before,
h1.pageTitle b::after {
    content: '';
    width: 1em;
    height:1px;
    position:absolute; top:50%;
    background:currentColor;
    transform:translateY(-50%);
}
h1.pageTitle b::before {left:0;}
h1.pageTitle b::after {right:0;}

@media (max-width: 640px) {}



form input,
form select,
form textarea,
form button {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	margin: 0.25em 0;
	padding: 0.5em 0;
	outline: 0;
	border: 1px solid #cecece;
	border-radius: 0;
	font: inherit;
	line-height: inherit;
	vertical-align: middle;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	width: 100%;
}
form input[type="button"],
form button {
	border-radius: 3px;
	background: linear-gradient(to bottom, #e8e6e2 0%, #e8e6e2 50%, #e1e1e1 50%, #e1e1e1 100%);
	padding: 0.5em 0;
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	display: none !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
	display: inline-block;
	position: relative;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-right: 0.5em;
	background: #fff;
	border: 1px solid #cecece;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	content: '';
}

input[type="checkbox"] + span::after {
	display: inline-block;
	position: absolute;
	top: 0.625em;
	left: 0.5em;
	width: 0.5em;
	height: 0.8em;
	content: '';
	transform: rotate(45deg);
	transition: 0s;
}
input[type="checkbox"]:not([disabled]):checked + span::after {
	border: 2px solid #d54f0b;
	border-top: none;
	border-left: none;
}
input[type="checkbox"]:not([checked]):disabled + span::before {
	background: #eff0f3;
}
input[type="checkbox"]:disabled:checked + span::before {
	border-color: #b4b4b4;
}
input[type="checkbox"]:disabled:checked + span::after {
	border: 2px solid #b4b4b4;
	border-top: none;
	border-left: none;
}

input[type="radio"] + span::before {
	border-radius: 100%;
}
input[type="radio"]:not([disabled]):checked + span::before {
	background-color: #d54f0b;
	box-shadow: inset 0 0 0 4px #fff;
}
input[type="radio"]:not([checked]):disabled + span::before {
	background: #eff0f3;
}
input[type="radio"]:disabled:checked + span::before {
	background: #cecece;
	box-shadow: inset 0 0 0 4px #fff;
}

input:not([disabled]):checked + span::before,
input:focus + span::before {
	outline: none;
	border-color: #d54f0b;
}

input[id="postcode"] {
	width: 10em;
	margin-left: 0.5em;
}
input[type="file"] {
	max-width: 100%;
}
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
}
form textarea {
	max-width: 100%;
	height: 12em;
}
form label {
	cursor: pointer;
	margin: 0.25em 0;
	padding-right: 1.5em;
}
form select {
	width: 100%;
	text-overflow: 'ellipsis';
}
form select::-ms-expand {
	display: none;
}
.selectWrap {
	display: inline-block;
	position: relative;
}
.selectWrap.st01 {
	width: 7em;
}
.selectWrap.st02 {
	width: 5em;
}
.selectWrap::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	font-size: 0.625em;
	line-height: 1;
	content: '▼';
	pointer-events: none;
	transform: translateY(-50%);
}
.dateCover {
	display: inline-block;
	position: relative;
	width: 13em;
	border: 1px solid #cecece;
	background: #fff;
	vertical-align: middle;
}
.dateCover::after {
    content: '';
	width:2.5em;
	height:100%;
    position:absolute; top:0; right:0;
    background:#ddd url("../img/calendar.svg") center no-repeat;
    background-size:20px;
    cursor:pointer;
}
.dateCover input {
	position: relative;
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}
.dateCover input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.dateCover input::-webkit-clear-button {
	-webkit-appearance: none;
}
.dateCover input::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 100%;
	padding: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.selectCover {}
.selectCover select {width:90px;}

#mailform {padding:60px 0 0;}
#mailform .inner > p {
	padding: 0 0 20px;
	text-align: center;
}
#mailform table {
	width: 100%;
	table-layout: fixed;
}
#mailform table th,
#mailform table td {
	border-bottom: 1px solid #fff;
}
#mailform table th {
	width: 20em;
	padding: 20px 1em;
	background: #dcd8d2;
}
#mailform table th b {
	display: inline-block;
	font-size: 0.92857em;
	margin-right: 1em;
	padding: 0 0.5em;
	background: #d54f0b;
	color: #fff;
}
#mailform table td {
	width: calc(100% - 20em);
	padding: 15px 1em;
}
#mailform table td span.block {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
#mailform table td span.block:first-child {
	margin-top: 0;
}
#mailform table td span[id^="fair"] {
	font-weight: bold;
}
#mailform table td span.statusList {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.25em 1em;
	background: #f4f4f4;
	font-size: 0.9em;
}
#mailform.confirm table td {
	padding: 20px 0 20px 1em;
}
#mailform.confirm table td span:not([id]) {
	display: block;
}
#mailform.confirm table td span.error {
	display: inline-block;
	padding: 0 6px;
	background: #f6e5e5;
	color: #d54f0b;
}

@media (max-width: 640px) {
    
	#mailform table th,
	#mailform table td {
		display: block;
		width: 90%;
	}
	#mailform table th,
	#mailform table tr:not(:last-child) td {
		border-bottom: none;
	}
	#mailform table th {padding:15px 1em; line-height:1.6;}
	#mailform table td {padding-bottom:30px;}
}

.formSubmit {
	padding: 60px 0 0;
}
.formSubmit input,
.formSubmit a.formBack {
	-webkit-appearance: none;
	display: inline-block;
	width: 250px;
	margin: 20px 0 0;
	padding: 1em 0 0.75em;
	border: 1px solid #533a09;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
	cursor: pointer;
}
.formSubmit input:hover,
.formSubmit a.formBack:hover {
	background: #fff;
	color: #533a09;
	opacity: 1;
}
.formSubmit input {
	color: #fff;
	background: #533a09;
	transition: 0.3s;
}
.formSubmit a.formBack {
	color: #533a09;
	background: #e8e6e2;
	text-align: center;
}
.formSubmit p.guide {
	text-align: center;
}
.formSubmit p.submit {
	padding: 0 0 60px;
	text-align: center;
}
.formSubmit dl {
	margin: 0 0 20px;
	padding:20px 30px;
	border:solid 1px #d54f0b;
}
.formSubmit dl dt {
	padding-bottom:5px;
	color: #d54f0b;
	font-size: 1.2em;
	text-align:center;
    line-height:1.6;
}
.formSubmit dl dd {
    text-align:center;
    line-height:1.6;
}
.formSubmit p.privacy {
	background:#fff;
	padding: 20px 30px;
    line-height:1.6;
    text-align:center;
}

@media (max-width: 640px) {

	.formSubmit p.guide {
		text-align: left;
	}
	.formSubmit p.guide br {
		display: none;
	}
	.formSubmit input:first-child:last-child {
		width: 100%;
	}
    .formSubmit p.privacy {
        padding:20px;
        text-align:left;
    }
}



/* thankyou */

.thankyou p {
    margin:50px auto 0;
    text-align:center;
}
.thankyou a {
    width:250px;
    margin:50px auto 0;
    padding:8px 0;
    display:block;
    color:#fff;
    text-align:center;
    line-height:1.5;
    background:#c8a273;
}
