/* start form */
.contactForm {
	width: 75rem;
	max-width: 100%;
	margin: 8rem auto 0 auto;
}

.formTitle {
	font-size: 6.4rem;
	font-weight: bold;
	padding: 4rem 0;
	text-align: center;
	color: #FFFFFF;
	background: #59A327;
}

.formBlock {
	padding-bottom: 4rem;
}

.formContent {
	width: calc(100% - 38.8rem);
	margin: 0 auto;
	overflow: hidden;
}

.formRow {
	display: flex;
	align-items: center;
	font-size: 3.7rem;
	margin-top: 8.6rem;
}

.formContent .formRow:first-child {
	margin-top: 7rem;
}

.formLeft {
	width: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #313131;
}

.formLeft span {
	background: #D94C43;
	color: #fff;
	border-radius: 0.9rem;
	width: 7.8rem;
	height: 4.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.4rem;
}

.formRight {
	width: 67%;
	padding-left: 2rem;
}

.formSelect select {
	width: 56%;
	height: 5.7rem;
	border: 0.1rem solid #AEAEAE;
    border-radius: 0;
    font-size: 2.9rem;
}

input, textarea, select, button {
	outline: none;
	font-size: 4rem;
}

.formRight input, .formRight textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
	border: 0.1rem solid #AEAEAE;
	box-sizing: border-box;
	font-size: 3.6rem;
	padding-left: 2rem;
}

.formRight input {
	width: calc(100% - 2.6rem);
	height: 5.7rem;
}

.formDateContent {
	display: flex;
	justify-content: space-between;
	margin: 2.4rem 0;
}

.formDate .formDateContent input {
	width: 56%;
}

.formDate select {
	width: 18%;
	height: 5.7rem;
	border: 0.1rem solid #AEAEAE;
	border-radius: 0;
	font-size: 2.9rem;
}

.formRight textarea {
	width: 100%;
	height: 24.7rem;
	font-size: 2.9rem;
	/* -webkit-box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); 
	box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); */
}
.custom-checkbox {
	text-align: center;
	margin-bottom: 2.4rem;
	margin-top: -0.6rem;
}
.custom-checkbox input[type="checkbox"]{
	display: none;
}
.custom-checkbox .vir-label{
	cursor: pointer;
    padding-bottom: 3.2rem;
    display: inline-block;
}

.custom-checkbox:last-child .vir-label{
    padding-bottom: 0;
}

.custom-checkbox .vir-content{
    vertical-align: middle;
    margin-left: 2.4rem;
	color: #000;
    font-weight: 500;
    font-size: 4rem;
}
.custom-checkbox .vir-checkbox{
	width: 3.4rem;
    height: 3.4rem;
	border: 0.1rem solid #AEAEAE;
	background: #ffffff;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	/* -webkit-box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); 
	box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); */
}

.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox:before{
    content: "";
    background: #a3a3a3;
    border-radius: 10rem;
    height: 2.2rem;
    width: 2.2rem;
    position: absolute;
    display: inline-block;
    top: 0.5rem;
    left: 0.5rem;
}

.custom-checkbox .vir-checkbox.square-style,
.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox.square-style:before{
	border-radius: 0;
}


.formDes {
	width: 65rem;
	margin: 0 auto;
	border: 0.1rem solid #AEAEAE;
	padding: 3.6rem 2.3rem;
	box-sizing: border-box;
	margin-bottom: 4rem;
	background: #fff;
}

.formDes p {
	color: #313131;
	text-align: justify;
	font-size: 4rem;
	line-height: 1.35;
}


.btnFormContact button {
    width: 35.7rem;
    height: 10.6rem;
    background-color: #ED7D31;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    margin: 0 auto;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    padding-right: 2.3rem;
    position: relative;
	margin-top: 7rem;
    margin-bottom: 2rem;
	-webkit-box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0,0,0,0.3);
	-moz-box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0,0,0,0.3);
	box-shadow: 0rem 0.2rem 0.2rem 0rem rgba(0,0,0,0.3);
}

.btnFormContact img{
	max-width: initial;
	width: 48.4rem;
	height: auto;
}

#errors {
    outline: none;
    margin: 0 auto 4rem auto;
    text-align: center;
    position: relative;
    color: #ff0000;
    font-weight: 400;
    font-size: 2.4rem;
}

.formRowSpec {
	align-items: flex-start;
}

.formRowSpec .formLeft span{
	margin-top: 1.6rem;
}

.formRowSpec .formLeft {
	margin-top: 2rem;
}

.formRowSpec .formLeft span {
	display: none;
}

.formRight .formDate span {
	position: relative;
}

.formDate span:before {
	content: '任意';
	position: absolute;
	left: -14rem;
	top: 0.5rem;
	background: #D94C43;
    color: #fff;
    border-radius: 0.9rem;
    width: 7.8rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2.4rem;
}

.formDate div:first-child > span:before {
	content: '必須';
	background: #D94C43;
}
/* end form */

/*sp form*/
.contactForm {
	width: 100%;
}

.formContent {
    width: calc(100% - 11rem);
}

.formDate select {
	font-size: 3.2rem;
	/* -webkit-box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); 
	box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); */
}


.formLeft {
	width: 100%;
	justify-content: initial;
}

.formRight {
	width: 100%;
	padding-left: 0;
	margin-top: 2rem;
}

.formRight input {
	width: 100%;
	font-size: 2.9rem;
	/* -webkit-box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); 
	box-shadow: 0.1rem 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.16); */
}

.formLeft span {
	margin-left: 1.6rem;
}

.formContent .formRow {
	margin-top: 3.2rem;
	flex-wrap: wrap;
}

.formContent .formTextarea {
	margin-top: 0;
}

.formContent .formRow:first-child {
	margin-top: 6.5rem;
}

.formRowSpec {
	align-items: center;
}

.formRowSpec .formLeft span {
	margin-top: 0;
}

.formRowSpec .formRight {
	margin-top: 2.4rem;
}

.formDateContent {
	margin-bottom: 3rem;
}

.formDate .formDateContent input {
	width: 65%;
}

.formSelect,
.formDateContent {
	position: relative;
}

.formSelect select {
	width: 100%;
	background-color: #FFF;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-left: 2rem;
	color: #333;
}

.formDate select {
	width: 16%;
	background-color: #FFF;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-left: 0.5rem;
	color: #333;
}

.formSelect:after,
.formDateContent:after,
.formDateContent:before {
	content: '';
	position: absolute;
	width: 2.7rem;
	height: 1.5rem;
	background-image: url(../img/top/select_arrow.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0.8rem;
	top: 55%;
	transform: translate(0,-50%);
}

.formDateContent:before {
	right: 12rem;
}


.formDate select option,
.formSelect select option {
	font-size: 1.6rem;
}

.formDes p {
	font-size: 2.4rem;
}

.formDate span:before {
    left: calc(100% + 1.2rem);
}

.formDate > div {
    margin-top: 2rem;
    margin-bottom: 2.8rem;
}


.p-reservations__line {
    background-color: #00c300;
    padding: 1rem 2rem;
    width: 80%;
    margin: 3rem auto 0;
}

.p-reservations__line img {
    vertical-align: middle;
    width: 100%;
}
/*end sp form*/


.datepicker {
	font-size: 2.8rem;
	width: 50rem;
}

.datepicker--cell {
	height: 6.4rem;
}

.datepicker--day-name {
	font-size: 1em;
}

.datepicker--nav-title, .datepicker--nav-action {
	font-size: 1em;
}

.datepicker--nav {
	min-height: 6.4rem;
}

.datepicker--time-icon {
	font-size: 3.2rem;
	width: 2em;
	height: 2em;
}

.datepicker--nav-action {
	width: 6.4rem;
}

.datepicker--nav-action svg {
    width: 6.4rem;
    height: 6.4rem;
}

.formTT {
    width: 50rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 760px) {
    .btnLineOnSp {
        display: none;
    }
}