@charset "utf-8";
/* ============================================================ */
/* 来援ご予約スタイル */
/* ============================================================ */

/* 来園予約見学・来園（見学）のご案内スタイル
------------------------------------------------------------ */
.reservation .inner .reservation_lead {
	border: 5px solid #ffe7ef;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}

.reservation .inner .reservation_lead .reservation_lead_text {
	font-size: 1.8rem;
	text-align: center;
}

/* 来園予約見学・特徴スタイル
------------------------------------------------------------ */
.reservation .inner .reservation_guide_img {
	margin: 0 0 20px;
	display: block;
}

.reservation .inner .reservation_guide_link {
	display: flex;
	align-items: center;
	margin: 0 auto 30px;
	height: 120px;
	box-sizing: border-box;
	background: #ffecf2;
	border-radius: 8px;
	padding: 15px 25px;
	width: 800px;
}

.reservation .reservation_guide_link_btn {
	margin: 0 auto;
	text-align: center;
	flex: 1 1 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	box-sizing: border-box;
}

.reservation .reservation_guide_link_btn .btn {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 30px 8px;
}


.reservation .reservation_guide_link_tel {
	text-align: center;
	flex: 1 1 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	box-sizing: border-box;
}

.reservation .reservation_guide_link_tel .reservation_guide_link_tel_ttl {
	font-size: 2.8rem;
	color: #f66796;
	font-weight: bold;
}

.reservation .reservation_guide_link_tel .reservation_guide_link_tel_ttl a {
	color: #f66796;
}

.reservation .reservation_guide_link_tel .reservation_guide_link_tel_txt {
	font-size: 1.1rem;
	line-height: 1.4;
}


.reservation .inner .reservation_guide_staff ,
.reservation .inner .reservation_feature {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.reservation .inner .reservation_guide_staff {
	margin-bottom: 20px;
}

.reservation .inner .reservation_feature {
	margin-top: 50px;
}

.reservation .inner .reservation_guide_staff img ,
.reservation .inner .reservation_feature div {
	margin-left: 10px;
	margin-right: 10px;
	width: calc((100% - 61px) / 3);
	height: 100%;
	display: block;
	outline: 1px solid transparent;
}

.reservation .inner .reservation_feature div {
	background: #ffecf2;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 0 20px;
}

.reservation .inner .reservation_feature div h4 {
	margin: 20px 20px 0;
	padding: 0 0 10px;
	color: #7b4317;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #f7c5d3;
	text-align: center;
}

.reservation .inner .reservation_feature div p {
	text-align: left;
	border-top: 1px solid #fff;
	margin: 0 20px;
	padding: 10px 0 0 0;
	font-size: 1.3rem;
	color: #626262;
}



/* 予約フォームスタイル
------------------------------------------------------------ */
.reservation .inner p {
}

.reservation .inner .txt_red {
	color: #e62929;
	font-weight: bold;
}

.reservation #reservation_tel {
	margin-top: 30px;
}

.reservation #reservation_tel div {
	background: #ffecf2;
	padding: 25px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}

.reservation #reservation_tel div h2 {
	font-size: 1.8rem;
	color: #7b4317;
	font-weight: bold;
	text-align: center;
}

.reservation #reservation_tel div p span {
	font-size: 2.8rem;
	color: #f66796;
	font-weight: bold;
}


/* .contact_error
------------------------------------------------------------ */
.reservation .contact_error {
	margin: 30px 0;
}

.reservation .contact_error p {
	background: #d70000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 1.6rem;
}


/* table
------------------------------------------------------------ */
#reservation_index table {
	margin: 30px 0 40px 0;
}

#reservation_confirm table {
	margin: 30px 0 0 0;
}

.reservation table td {
	vertical-align: middle;
}

.reservation table td p {
	margin: 5px 0 0 0;
	text-align: left !important;
	font-size: 1.2rem;
}

.reservation table td .txt_error {
	color: #e62929;
	font-weight: bold;
}

.reservation table th {
	width: 30%;
	text-align: left;
}


/* formパーツ */
.reservation table td input[type="text"] ,
.reservation table td textarea {
	border: 1px solid #a9a9a9;
	background: none;
	-webkit-appearance:none;
	padding: 3px;
	background: #fff;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.reservation table td input[type="text"] ,
	.reservation table td textarea {
		border-radius: 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.reservation table td input[type="text"] ,
	.reservation table td textarea {
		border-radius: 0;
	}
}

.reservation table td .tbox_s {
	width: 100px;
}

.reservation table td .tbox_m {
	width: 300px;
}

.reservation table td .tbox_l {
	width: 600px;
}

.reservation table td textarea {
	width: 600px;
	height: 150px;
	padding: 3px 5px;
	margin: 0;
	line-height: 1.4;
	font-size: 14px !important;
}

.reservation table td .txt_error {
	color: #e62929;
	font-weight: bold;
	font-size: 1.4rem;
}


/* .txt_ssl */
.reservation .txt_ssl {
	overflow: hidden;
}

.reservation .txt_ssl img {
	float: left;
	margin: 0 20px 0 0;
}


/* .btn_form */
.reservation .btn_form {
	text-align: center;
	margin: 20px auto 0 auto;
}

#reservation_index .block .btn_form .btn ,
#reservation_confirm .block .btn_form .btn {
	width: 200px !important;
	height: 50px !important;
}










