@charset "utf-8";

.tel_box dt{
	background: #5d721c;
	width: 250px;
	display: table-cell;
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
}
.tel_box dd{
	display: table-cell;
	font-size: 27px;
	font-size: 2.7rem;
	padding: 20px;
	color: #000;
}
.tel_box{
	border: 1px solid #5d721c;
	margin-bottom: 25px;
}
.tel_box a{
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 680px) {
	.tel_box dt{
		width: auto;
		font-size: 1.5rem;
		display: block;
		padding: 10px;
	}
	.tel_box dd{
		font-size: 1.9rem;
		padding: 10px;
		text-align: center;
		display: block;
	}
	.tel_box{
		margin-bottom: 20px;
	}
	.tel_box a{
		display: block;
	}
}


.calendar section.box01{
	width: 485px;
	height: 740px;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.calendar .box01:nth-of-type(2){
	float: right;
}
.calendar .box01:nth-of-type(3){
	display: block;
	clear: both;
}
.calendar .box01 .img{
	margin-right: 18px;
	display: inline-block;
}
.calendar .box01 .name{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.calendar .box01 .btn_green01 a{
	width: auto;
}
.calendar .box01 .dib{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
}
.calendar .box01 .btn_brown{
	display: inline-block;
	text-align: right;
	float: right;
}
.kibou > .text{
	padding-top: 10px;
	display: inline-block;
}
.kibou:after{
	content:" "; display: block; clear: both; height: 0;
}
@media screen and (max-width: 680px) {
	.calendar section.box01{
		width: auto;
		height: auto;
		float: none;
		padding: 10px;
	}
	.calendar .box01:nth-of-type(2){
		float: none;
	}
	.calendar .box01 .img{
		margin-right: 10px;
		display: block;
		width: 40%;
		float: left;
	}
	.calendar .box01 .name{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.calendar .box01 .dib{
		display: block;
		width: auto;
		zoom: 1;
		overflow: hidden;
	}
	.calendar .box01 .btn_brown{
		display: block;
		text-align: right;
		float: right;
	}
}


.schedule{
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
	color:#8f6134;
	margin-top: 10px;
	box-sizing: border-box;
	-wwebkit-box-sizing: border-box;
}
.schedule thead th{
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	width: 10%;
	background: #e8dfd6;
	padding: 5px;
}
.schedule thead th:first-child{
	border: none;
	background: none;
}
.schedule thead th.sat{
	background: #9accef;
}
.schedule thead th.sun{
	background: #f29c9c;
}
.schedule tbody th{
	width: 25%;
	padding: 5px;
}
.schedule tbody th,
.schedule tbody td{
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}
.schedule tbody td:nth-of-type(odd){
	background: #f7f4ef;
}
.schedule a{
	display: block;
	text-decoration: none;
	padding: 5px;
}
.schedule a:hover{
	background: #E8DFD6;
}
.schedule a.possible{
	color: #1562d1;
}
.tar{
	color: #8f6134;
	text-align: right;
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	.schedule thead th{
		font-size: 1.2rem;
	}
	.schedule tbody th{
		font-size: 1.2rem;
	}
}



/* ご予約フォーム
============================================================================================================ */
.box02{
	width: 640px;
	margin-top: 20px;
}
@media screen and (max-width: 680px) {
	.box02{
		width: auto;
	}
	.style01 th{
		width: 30%;
	}
}
.form input[type=checkbox]{
	margin-right: 5px;
}
.form label{
	line-height: 2.2;
}
.form p.sub_check{
	margin-left: 20px;
	margin-bottom: 10px;
}
.form p.sub_check label{
	display: block;
}
.bg_green{
	background: #E6EED6;
	display: inline-block;
	padding: 0 15px;
	margin-top: 10px;
}
.btn450{
	margin: 30px auto;
}
.btn450 button{
	display: block;
	margin: 0 auto;
}
.form_area {
    width: auto;
}
.contents {
	padding-bottom: 120px;
}