@charset "utf-8";
/* CSS Document */

/************************************************************************
* メイン
* 
*/


@media screen and (max-width: 40em) {
    .sp_none {
        display: none;
    }
}

#base{
	margin: 0 auto;
	padding: 2%;
	max-width: 600px;
	background: #EEEEEE;
}

a {
	color: #333333;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-khtml-transition: all 0.3s ease;
}

.mnone {
	margin-right: 0 !important;
}

.marginB20 { margin-bottom: 20px !important; }
.marginB30 { margin-bottom: 30px !important; }

.titleStyle1{
	margin: 10px 0 25px;
	padding: 7px 0 0 38px;
	height: 33px;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: url(../common/title_img01.gif) left top no-repeat;
}

.yoyakuBox1{
	margin: 0 0 30px;
	padding: 20px 15px;
	background: #FFF;
}

.yoyakuBox1 p {
	margin: 0;
}

.yoyakuBox1 span{
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.yoyakuBox1 .title{
	margin: 0 10px 0 0;
	padding: 3px 15px;
	background: #e0d9b0;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.yoyakuBox1 .text{
	margin: 0 30px 0 0;
}

.yoyakuBox1 .pc_none{
	display: inline-block;
}

@media screen and (max-width: 40em) {
	
	.yoyakuBox1 span{
		font-size: 14px;
	}
	
	.yoyakuBox1 .text{
		margin: 0;
	}

	.yoyakuBox1 .pc_none{
		margin: 0 0 10px;
		display: block;
	}
}

.textStyle1{
	display: block;
	padding: 5px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	border: #CCC 1px solid;
}

.inner_b_box {
	width: 100%;
}

.btStyle1{
	position: relative;
	float: left;
	margin: 0 2% 2% 0;
	width: 32%;
	height: 103px;
}

@media screen and (max-width: 40em) {
	.btStyle1{
		float: none;
		margin: 0 0 2%;
		width: 100%;
		height: 60px;
	}
}

.btStyle1 a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100px;
	background: url(../common/arr_01.png) 10px center no-repeat #56C350;
	line-height: 100px;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 3px 0px #357731;
		-moz-box-shadow: 0px 3px 0px #357731;
		-webkit-box-shadow: 0px 3px 0px #357731;
		-o-box-shadow: 0px 3px 0px #357731;
		-msbox-shadow: 0px 3px 0px #357731;
		-khtml-box-shadow: 0px 3px 0px #357731;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

@media screen and (max-width: 40em) {
	.btStyle1 a{
		height: 60px;
		line-height: 60px;
	}
}

.btStyle1 a:hover{
	margin: 3px 10px 7px 0;
	background-position: 20px center;
	background-color: #357731;
	text-decoration: none;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-msbox-shadow: none;
		-khtml-box-shadow: none;
}


.btStyle2 a{
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	width: 100%;
	height: 60px;
	background: url(../common/arr_01.png) 20px center no-repeat #56C350;
	line-height: 60px;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 3px 0px #357731;
		-moz-box-shadow: 0px 3px 0px #357731;
		-webkit-box-shadow: 0px 3px 0px #357731;
		-o-box-shadow: 0px 3px 0px #357731;
		-msbox-shadow: 0px 3px 0px #357731;
		-khtml-box-shadow: 0px 3px 0px #357731;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.btStyle2 a:hover{
	margin: 3px 10px 7px 0;
	background-position: 30px center;
	background-color: #357731;
	text-decoration: none;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-msbox-shadow: none;
		-khtml-box-shadow: none;
}


.back{
	margin: 0 0 30px;
}

/**/

#yoyaku{
	margin: 0 0 30px;
	width: 100%;
	border-collapse: collapse;
}

#yoyaku thead{
	color: #333;
	font-weight: bold;
	background: #f4f1cf;
	text-align: center;
}

#yoyaku thead td{
	padding: 0.5em;
}

#yoyaku tbody td{
	padding: 0.5em;
}

#yoyaku tbody tr{
	background: #FFF;
}

#yoyaku tbody .bg{
	background: #F9F8E6;
}

#yoyaku tbody th{
	text-align: center !important;
	font-size: 18px;
	font-weight: bold !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#yoyaku tbody .icon-maru{
	color: #00B200;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}

#yoyaku tbody .icon-batu{
	color: #F29900;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 40em) {
	#yoyaku tbody th{
		font-size: 14px;
	}
	
	#yoyaku td{
		word-break: break-all;
	}
	
	#yoyaku tbody .icon-maru{
		font-size: 20px;
	}
	
	#yoyaku tbody .icon-batu{
		font-size: 20px;
	}
}

/**/
#yoyaku-hour{
	margin: 0 0 30px;
	width: 100%;
	border-collapse: collapse;
}

#yoyaku-hour thead{
	color: #333;
	font-weight: bold;
	background: #f4f1cf;
	text-align: center;
}

#yoyaku-hour thead td{
	padding: 0.5em;
}

#yoyaku-hour tbody td{
	padding: 1.5em  0  1em  0.5em;
}

#yoyaku-hour tbody tr{
	background: #FFF;
}

#yoyaku-hour tbody .bg{
	background: #F9F8E6;
}

#yoyaku-hour tbody th{
	width: 230px;
	text-align: center !important;
	font-size: 18px;
	font-weight: bold !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#yoyaku-hour ul {
	margin: 0;
	padding: 0;
}

#yoyaku-hour ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0 5px 0;
	background: #FFF;
	border: 1px solid #EEE;
	border-radius: 5px;
}

#yoyaku-hour ul li .time{
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #1183AB;
}

#yoyaku-hour ul li .icon-maru{
	border-left: 1px solid #EEE;
	color: #00B200;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}

#yoyaku-hour ul li .icon-batu{
	border-left: 1px solid #EEE;
	color: #F29900;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}

@media screen and (max-width: 40em) {
	#yoyaku-hour tbody th{
		width: 100px;
		font-size: 11px;
	}
	
	#yoyaku-hour td{
		word-break: break-all;
		padding: 0;
	}
	
	#yoyaku-hour ul li .time{
		font-size: 12px;
		padding: 3px 8px;
	}

	#yoyaku-hour ul li .icon-maru{
		font-size: 12px;
		padding: 3px 8px;
	}

	#yoyaku-hour ul li .icon-batu{
		font-size: 12px;
		padding: 3px 8px;
	}
}

/**/
.yoyakuBox2{
	position: relative;
	margin: 0 0 15px;
	padding: 20px 220px 20px 20px;
	width: 100%;
	background: #EEE;
	font-size: 12px;
	line-height: 1.6;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-khtml-border-radius: 5px;
}

.yoyakuBox2 .left{
	float: none;
	width: auto;
}

.yoyakuBox2 .right{
	position: absolute;
	float: none;
	right: 20px;
	top: 20px;
	width: 180px;
	text-align: center;
}

.yoyakuBox2 strong{
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}

.yoyakuBox2 .right h3{
	margin: 0 0 5px;
	background: #DDD;
	font-weight: bold;
}

.yoyakuBox2 .right .text strong{
	font-size: 12px !important;
}

@media screen and (max-width: 40em) {
	
	.yoyakuBox2{
		padding: 15px;
	}
	
	.yoyakuBox2 .left{
		float: none;
		width: auto;
	}
	
	.yoyakuBox2 .right {
		position: static;
		width: auto;
	}
	
	.yoyakuBox2 .right .text {
		margin: 0;
	}
}