
#rec_header{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#rec_header #ch{
	margin: 0 0 50px 0;
}
#rec_header #ch img{
	width: 750px;
	height: auto;
}

.recinfo{
	width: 850px;
	text-align: left;
	margin: 0 auto 50px auto;
	background: #ede7e1;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo:last-of-type{	margin-bottom: 0;}
.rectop{
	color: #5d3919;
	text-align: center;
	background: url(./img/i1.png) no-repeat 50% 20px;
	background-size: 55px auto;
	border-bottom: 4px solid #5d3919;
	padding: 50px 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rectop h2{
	position: relative;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 10px 0;
}
.rectop h2 em{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
}
.rectop p{
	font-size: 16px;
	line-height: 25px;
}

.recinfo dl{
	display: table;
	width: calc(100% - 100px);
	font-size: 0;
	line-height: 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 auto;
}
.recinfo dt,
.recinfo dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 25px;
	padding: 27px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recinfo dt{
	width: 180px;
	color: #5d3919;
}
.recinfo dt br{ display: none;}
.recinfo dd{}
.recinfo dd li{
	position: relative;
	padding-left: 15px;
}
.recinfo dd li:after{
	content: "";
	width: 2px;
	height: 2px;
	background: #999;
	position: absolute;
	top: 11px;
	left: 5px;
}


.contact{
	padding: 20px 0 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact h3{
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact h3 em{
	display: block;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #5d3919;
}
.contact h3 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	background: #5d3919;
	border-radius: 10px;
	margin-top: 5px;
	padding: 0 10px;
}
.contact h3 span:before,
.contact h3 span:after{
	content: '';
	width: 2px;
	height: 17px;
	background: #5d3919;
	border-radius: 2px;
	position: absolute;
	top: -25px;
}
.contact h3 span:before{
	left: -8px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.contact h3 span:after{
	right: -8px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.recbt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.recbt a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	color: #000;
	width: 270px;
	height: 70px;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	border-radius: 5px;
	color: #5d3919;
	background: #fff;
	border: 2px solid #5d3919;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recbt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.recbt a p{
	width: 100%;
}
.recbt a p:nth-of-type(1){
	font-size: 22px;
	line-height: 24px;
}
.recbt a p span{
	position: relative;
	bottom: -3px;
	font-size: 22px;
	line-height: 1;
	margin-right: 3px;
}
.recbt a p:nth-of-type(2){
	font-size: 22px;
	line-height: 24px;
}

.recbt .recbt_mail p:nth-of-type(2){
	font-size: 16px;
	line-height: 24px;
}


/*=================================================
 * COMMON CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#rec_header #ch{
		margin: 0 0 30px 0;
		padding: 0 15px;
	}
	#rec_header #ch img{
		width: 95%;
		max-width: 730px;
		height: auto;
	}


	/** main **/
	.recinfo{
		width: auto;
		text-align: left;
		margin: 0 20px 20px 20px;
		padding: 0 0 0 0;
		border-radius: 10px;
	}
	.recinfo:last-of-type{	margin-bottom: 0;}
	.rectop{
		background-position: 50% 12px;
		background-size: 40px auto;
		padding: 30px 0 2px 0;
	}
	.rectop h2{
		position: relative;
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 0 0;
	}
	.rectop p{
		font-size: 11px;
		line-height: 18px;
	}
	.recinfo dl{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.recinfo dt,
	.recinfo dd{
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0;
	}
	.recinfo dt{
		width: 75px;
		padding-left: 0;
	}
	.recinfo dt br{ display: inline;}
	.recinfo dd{}
	.recinfo dd li{
		position: relative;
		padding-left: 15px;
	}
	.recinfo dd li:after{
		top: 9px;
	}


	.contact{
		display: block;
		margin: 15px 0 0 0;
		padding: 0;
	}
	.contact h3 em{
		font-size: 20px;
		line-height: 22px;
	}
	.recbt{
		display: block;
		width: auto;
		text-align: center;
		padding: 0 10px 20px 10px;
	}
	.recbt a{
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		max-width: 260px;
		height: 60px;
		border-radius: 5px;
		margin: 0 0 10px 0;
	}
	.recbt a:last-of-type{	margin-bottom: 0;}
	.recbt a p:nth-of-type(1){
		font-size: 18px;
		line-height: 22px;
	}
}