
#menu{}

.toptxt{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 50px 0;
}
.menubox{
	width: 850px;
	font-size: 0;
	line-height: 0;
	background: #ede7e1;
	border-radius: 20px;
	margin: 0 auto;
	padding: 30px 50px 50px 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.menubox > p{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 60px;
	color: #5d3919;
	text-align: center;
	background: url(../img/all/i1.png) no-repeat top center;
	background-size: 55px auto;
	margin: 0 0 30px 0;
	padding: 40px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.menubox > p span{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.menubox > p span:before,
.menubox > p span:after{
	content: "";
	width: 320px;
	position: absolute;
	left: calc(50% - 160px);
	border-bottom: 3px solid ;
}
.menubox > p span:before{	top: 0;}
.menubox > p span:after{	bottom: 0;}
.docs-pictures li{
	display: inline;
}
.docs-pictures li img{
	width: calc(100% / 4);
	height: auto;
	cursor: pointer;
}
.docs-pictures li:nth-of-type(5) img{
	width: 750px;
}
#pc_nav,
#navToggle{
	z-index: 2000;
}


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

@media screen and (max-width: 650px) {

	#menu{}
	.toptxt{
		font-size: 13px;
		line-height: 24px;
		text-align: left;
		margin: 0 0 30px 0;
		padding: 0 20px;
	}
	.menubox{
		width: auto;
		border-radius: 10px;
		margin: 0 20px;
		padding: 10px 15px 15px 15px;
	}
	.menubox > p{
		font-family: "Kaisei Decol", serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 15px 0;
		padding: 40px 0 15px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.menubox > p span{
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.menubox > p span:before,
	.menubox > p span:after{
		content: "";
		width: 100px;
		position: absolute;
		left: calc(50% - 50px);
		border-bottom: 3px solid ;
	}
	.menubox > p span:before{	top: -10px;}
	.menubox > p span:after{	bottom: -15px;}
	.docs-pictures li:nth-of-type(5) img{
		width: 100%;
	}

}