@charset "UTF-8";
/* CSS Document */

.second_main_img {
	background: url('../img/menu/main_img.jpg') no-repeat center / cover;
}


.page_read {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}

.page_read h1 {
	text-align: center;
	font-size: 18px;
	color: #351c13;
	margin-bottom: 30px;
}

.page_read h1 span {
	font-size: 65px;
    font-weight: bold;
    color: #351c13;
    display: block;
    letter-spacing: 5px;
}

.manu_list {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 80px;
}


.manu_list .manu_single {
	width: 49%;
	margin: 0 0 40px;
}

.manu_list .manu_single:nth-of-type(odd) {
	margin-right: 2%;
}


.manu_list .manu_single h2.shop_ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #351c13;
}

.manu_list .manu_single .shop_image {
	margin-bottom: 10px;
}

.manu_list .manu_single .shop_link a {
	width: 49%;
	margin: 0 0 2%;
	display: block;
	color: #fff;
	background: #351c13;
	text-align: center;
	border-radius: 10px;
	padding: 10px 0;
	font-size: 18px;
	position: relative;
}

.manu_list .manu_single .shop_link a:nth-of-type(odd) {
	margin-right: 2%;
}

.manu_list .manu_single .shop_link a:after {
	content: "";
	background: url("../img/common/arrow_icon1@2x.png") no-repeat center / 100%;
	width: 6px;
	height: 13px;
	position: absolute;
	right: 5%;
	top: calc(50% - 6.5px);
}

@media screen and (max-width: 1023px){
	.manu_list .manu_single .shop_link a {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px){
	.page_read h1 span {
		font-size: 12vw;
	}
	
	.manu_list .manu_single,
	.manu_list .manu_single:nth-of-type(odd){
		width: 100%;
		margin: 0 0 8%;
	}
	
	.manu_list .manu_single img {
		width: 100%;
	}
	
	.manu_list .manu_single .shop_link a  {
		padding: 15px 0;
	}
}





