/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(/img/all/pc_bg.jpg) no-repeat top center #000 fixed;
	background-size: cover;
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
}


/** recinfo **/

#recinfo{
	text-align: left;
	color: #fff;
	padding: 60px 0;
	background: url(../img/all/stone_bg.png) no-repeat top center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rectxt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 80px 0;
}

.recmain{
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.recmain dl{
	margin: 0 0 50px 0;
}
.recmain dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #c09475;
	margin: 0 0 10px 0;
}
.recmain dd{
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 0 35px;
}

.app{
	display: flex;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.app h3{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 395px;
	text-align: center;
}
.app h3 span{
	width: 100%;
	font-family: "FontA";
	font-size: 30px;
	line-height: 40px;
}
.app h3 em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.app > div{
	width: calc(100% - 395px);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-align: left;
}

.app p:nth-of-type(1){
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px 0;
}

.app p:nth-of-type(2){
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.app p:nth-of-type(2) span{	color: #c09475;}

.app a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 180px;
	height: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	-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;
	border: 1px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.app a:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}


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

@media screen and (max-width: 650px) {
	body:before{
		background: url(/img/all/sp_bg.jpg) no-repeat top center;
		background-size: cover;
	}
	.topimg{
		margin: 0 0 30px 0;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}


	/** recinfo **/
	#recinfo{
		padding: 20px 10px 30px 10px;
		background: url(../img/all/stone_bg.png) no-repeat top center;
		background-size: cover;
	}
	.rectxt{
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.recmain{
		width: auto;
		margin: 0;
		padding: 20px 0 0 0;
	}
	.recmain dl{
		margin: 0 0 20px 0;
	}
	.recmain dt{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	.recmain dd{
		font-size: 13px;
		line-height: 22px;
		padding: 0;
	}

	.app{
		display: block;
		width: auto;
		margin: 0;
		padding: 30px 10px;
	}
	.app h3{
		display: flex;
		width: auto;
		margin: 0 0 20px 0;
	}
	.app h3 span{
		font-size: 24px;
		line-height: 26px;
	}
	.app h3 em{
		font-size: 12px;
		line-height: 14px;
	}

	.app > div{
		display: block;
		width: auto;
		text-align: center;
	}
	.app p:nth-of-type(1){
		font-size: 13px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.app p:nth-of-type(2){
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
}

