@charset "utf-8";
/* ============================================================ */
/* 来援ご予約スタイル */
/* ============================================================ */
.reservation .inner img {
	width: 100%;
}


/* 来園予約見学・来園（見学）のご案内スタイル
------------------------------------------------------------ */
.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.6rem;
	text-align: center;
}



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

.reservation .inner .reservation_guide_link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 30px;
	box-sizing: border-box;
	background: #ffecf2;
	border-radius: 8px;
	padding: 25px 10px;
	width: 100%;
	box-sizing: border-box;
}

.reservation .reservation_guide_link_btn {
	margin: 0 auto 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

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


.reservation .reservation_guide_link_tel {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 1 1 100%;
}

.reservation .reservation_guide_link_tel .reservation_guide_link_tel_ttl {
	font-size: 2.4rem;
	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: -1%;
	margin-right: -1%;
}

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

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

.reservation .inner .reservation_guide_staff img {
	margin-left: 1%;
	margin-right: 1%;
	width: 31%;
	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: 10px;
	padding: 15px;
}

.reservation .inner .reservation_feature div img {
	max-width: 30%;
	height: auto;
	float: left;
	margin: 0 15px 0 0;
}

.reservation .inner .reservation_feature div h4 {
	margin: 0 0 5px;
	color: #7b4317;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}

.reservation .inner .reservation_feature div p {
	overflow: hidden;
}



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

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

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

.reservation #reservation_tel div {
	background: #ffecf2;
	padding: 15px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	box-sizing:border-box;
}

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

.reservation #reservation_tel div p span {
	font-size: 2.2rem;
	color: #f66796;
	font-weight: bold;
	line-height: 1.4;
}

.reservation #reservation_tel div p a {
	color: #f66796 !important;
}


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

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

/* table
------------------------------------------------------------ */
#reservation_index .inner table {
	margin: 20px 0;
}

#reservation_confirm .inner table {
	margin: 20px 0 0 0;
}

.reservation .inner table {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
}

.reservation .inner table tr ,
.reservation .inner table th ,
.reservation .inner table td {
	display: block;
}

.reservation .inner table th ,
.reservation .inner table td {
	border-bottom: none;
}

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

.reservation .inner table td p {
	margin: 5px 0 0 0;
	text-align: left !important;
}

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

.reservation .inner table th {
	text-align: left;
}


/* formパーツ */
.reservation .inner table td input[type="text"] ,
.reservation .inner table td textarea {
	border: 1px solid #a9a9a9;
	background: none;
	-webkit-appearance:none;
	padding: 6px 8px;
	margin: 0 !important;
	line-height: 1.4;
	box-sizing: border-box;
	-webkit-appearance:none;
	border-radius: 0;
}

.reservation .inner table td .tbox_s {
	width: 40%;
}

.reservation .inner table td .tbox_m {
	width: 80%;
}

.reservation .inner table td .tbox_l {
	width: 100%;
}

.reservation .inner table td textarea {
	width: 100%;
	height: 100px;
	padding: 6px 8px;
	margin: 0;
	line-height: 1.4;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

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



/* .list_checkbox */
.reservation .inner table td .list_checkbox {
	overflow: hidden;
	margin: 0 0 5px 0;
}

.reservation .inner table td .list_checkbox li {
	width: 100%;
	position: relative;
	margin: 0;
}

.reservation .inner table td .list_checkbox li label {
    color:#333;
    display:block;
    text-align: left;
	padding: 8px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#EEEEEE));
    background:-moz-linear-gradient(#F9F9F9,#EEEEEE);
}

.reservation table td .list_checkbox li:last-of-type label {
    border-bottom: 1px solid #ddd;
}

.reservation .inner table td .list_checkbox li label input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	margin-right: 12px;
	width: 18px;
	height: 18px;
	border: 1px solid #aaa;
	vertical-align: -.7em;
	background: #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.00, #fff), color-stop(1.00, #e2e2e2));
	background: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
}

.reservation .inner table td .list_checkbox li label input[type="checkbox"]:checked {
	background: #e90b09;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5d7b), color-stop(100%, #ee4464));
	background: linear-gradient(to bottom, #ff5d7b 0%, #ee4464 100%);
	border: 1px solid #ef3255;
}

.reservation .inner table td .list_checkbox li label input[type="checkbox"]:checked::before {
	display: block;
	content: "";
	position: absolute;
	left: -1px;
	top: 11px;
	width: 10px;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}

.reservation .inner table td .list_checkbox li label input[type="checkbox"]:checked::after {
	display: block;
	content: "";
	position: absolute;
	left: 7px;
	top: 11px;
	width: 12px;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}

/* .txt_ssl */
.reservation .txt_ssl img {
	margin: 0 0 15px 0;
}


/* .btn_form */
.reservation .btn_form {
	margin: 20px 0 0 0;
	overflow: hidden;
}

#reservation_index .btn_form .btn ,
#reservation_complete .btn_form .btn {
	width: 100% !important;
	box-sizing:border-box;
}

#reservation_confirm .btn_form .btn {
	width: 48%;
	float: left;
}

#reservation_confirm .btn_form .btn_gray {
	margin: 0 4% 0 0;
}








