
.page_title{	margin-bottom: 30px;}

.store_in{
	padding: 0 0 20px 0;
}

.topimg{
	font-size: 0;
	line-height: 0;
	padding: 20px 20px;
}
.topimg img{
	width: 100%;
	height: auto;
}

.store_in .txt{
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 20px 0;
}


/** area_bt **/

#area_bt{
	width: 650px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#area_bt a{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 10px);
	margin: 0 5px 5px 5px;
}
#area_bt a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 650px) {
	#area_bt a{
		width: calc(100% / 2 - 10px);
	}

}


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

@media screen and (max-width: 650px) {
	#area_bt{
		width: 100%;
		margin: 0;
	}
}



