
.page_title{	margin-bottom: 30px;}

.topimg{
	padding: 20px;
	margin: 0;
	background-color: rgba(0,0,0, 0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topimg,
.btmimg{
	font-size: 0;
	line-height: 0;
}
.topimg img,
.btmimg img{
	width: 100%;
	height: auto;
}

.imgup{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
	padding: 0 10px;
}
.imgup p{	margin-bottom: 10px;}
.imgup p:last-of-type{	margin-bottom: 0;}
.imgup img{
	width: 100%;
	height: auto;
}




.rec{
	padding: 0 0 10px 0;
}

.rec_title + .topimg { padding-top: 0;}

.rec_title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;

	min-height: 50px;
	margin: 0 20px 20px 20px;
	padding: 5px 10px;
	background: rgb(254,238,127);
	background: linear-gradient(90deg, rgba(201,162,38,1) 0%, rgba(254,238,127,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rec_title em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
}
.rec_title span{
	width: 100%;
	font-family: 'Libre Caslon Display', serif;
	font-size: 10px;
	line-height: 12px;
	text-indent: 2px;
	color: #836223:;
}

.rbox{
	text-align: left;
	padding: 15px 0;
}
.rbox:first-of-type{	padding-top: 0;}

.rbox p{
	font-size: 16px;
	line-height: 22px;
	padding: 0 20px;
}

.rbox p em{
	font-weight: bold;
	color: #91bdee;
}


.rbox ul{
	font-size: 0;
	line-height: 0;
	margin-bottom: -5px;
}

.rbox li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	border-radius: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rbt{
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
}

.rbt .bt{
	width: calc(100% / 2 - 10px);
	max-width: 280px;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 0;
}

.rbt .bt:only-of-type{
	width: 280px;
	font-size: 19px;
	line-height: 24px;
	padding: 17px;
}

.rbt .bt:only-of-type span{ vertical-align: bottom;}
.rbt .bt:only-of-type br{ display: none;}

.rbt .bt span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 20px;
}

.rcontact{
	width: 300px;
	margin: 0 auto;
	padding-top: 20px;
}

.as_line{
	width: 280px;
	height: 60px;
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	-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;
}

.rcontact > a,
.rcontact > a:hover{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 60px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.rcontact > a span.rcon_line{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
}

.rcontact > a:last-child,
.rcontact > div:last-child{	margin-bottom: 0;}


@media screen and (max-width: 650px) {
	.page_title em{	font-size: 32px;}
}

.recbt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 20px 0;
}
.recbt a{
	display: inline-block;
	vertical-align: top;
	-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;
}
.recbt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.recbt img{
	width: 240px;
	height: auto;
}
