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

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


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

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

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

.shop_link {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 80px;
	/*justify-content: space-between;*/
}

.shop_link a {
	display: block;
	color: #fff;
	text-align: center;
	min-width: 170px;
	font-size: 16px;
	position: relative;
	padding: 10px 34px 12px;
	background: #351c13;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

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

.shop_link a:not(:last-of-type) {
	margin-right: 10px;
}


.shop_list {
	max-width: 870px;
	width: 94%;
	margin: 0 auto;
}

.shop_list .shop_single {
	margin-bottom: 60px;
}

.shop_list .shop_single .shop_name {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #351c13;
	text-align: center;
	letter-spacing: 2px;
}

.shop_list .shop_single .shop_name span {
	display: block;
	font-size: 14px;
	color: #351c13;
	font-weight: bold;
}

.shop_list .shop_single .shop_info_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.shop_list .shop_single .shop_image {
	width: 45%;
	margin-right: 2%;
}

.shop_list .shop_single .shop_txt {
	width: 53%;
}

.shop_list .shop_single .shop_txt .small_txt {
	margin-bottom: 20px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.shop_list .shop_single .shop_txt .small_txt {
		font-size: get_vw(32);
		margin-bottom: get_vw(40);
	}
}

.shop_list .shop_single .shop_txt dl {
	border-bottom: 1px solid #351c13;
	padding: 8px 10px;
}

.shop_list .shop_single .shop_txt dl:first-of-type {
	border-top: 1px solid #351c13;
}

.shop_list .shop_single .shop_txt dl:last-of-type {
	margin-bottom: 20px;
}

.shop_list .shop_single .shop_txt dl dt,
.shop_list .shop_single .shop_txt dl dd {
	color: #351c13;
	font-size: 16px;
}

.shop_list .shop_single .shop_txt dl dt {
	font-weight: bold;
	margin-right: 10px;
	width: 150px;
	display: flex;
	align-items: center;
}

.shop_list .shop_single .shop_txt dl dt:before {
	content: "";
	width: 21px;
	height: 21px;
	margin-right: 5px;
	display: inline-block;
}

.shop_list .shop_single .shop_txt dl.address dt:before {
	background: url("../img/shop/shop_icon1@2x.png") no-repeat center / 100%;
}

.shop_list .shop_single .shop_txt dl.tel dt:before {
	background: url("../img/shop/shop_icon2@2x.png") no-repeat center / 100%;
}

.shop_list .shop_single .shop_txt dl.time dt:before {
	background: url("../img/shop/shop_icon3@2x.png") no-repeat center / 100%;
}

.shop_list .shop_single .shop_txt dl.holiday dt:before {
	background: url("../img/shop/shop_icon4@2x.png") no-repeat center / 100%;
}

.shop_list .shop_single .shop_txt dl.payment dt:before {
	background: url("../img/shop/pay.png") no-repeat center / 100%;
}

.shop_list .shop_single .shop_txt dl dd {
	width: calc(100% - 160px);
}

@media screen and (min-width: 768px) {
	.shop_list .shop_single .shop_txt dl dd a.tel {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	.shop_list .shop_single .shop_txt dl dd a.tel {
		text-decoration: underline;
	}
}

.shop_list .shop_single .shop_txt .link_btn {
	width: 270px;
}

@media screen and (max-width: 1024px){
	.shop_link {
		justify-content: center;
	}
	
	.shop_link a,
	.shop_link a:not(:last-of-type){
		width: 32%;
		min-width: inherit;
		margin: 0 0 2%;
	}
	
	.shop_link a:not(:nth-of-type(3n)) {
		margin-right: 2%;
	}
	
	.shop_list .shop_single .shop_txt dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.shop_list .shop_single .shop_txt dl dd {
		width: 100%;
	}
	
	.shop_list {
		max-width: none;
	}
	
	.shop_list .shop_single .shop_image img {
		width: 100%;
	}
}


@media screen and (max-width: 1024px){
	.shop_list .shop_single .shop_image {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	.shop_list .shop_single .shop_txt {
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.shop_link {
		justify-content: flex-start;
		margin-bottom: 40px;
	}
	
	.shop_link a {
		width: 100%!important;
		margin: 0 0 10px !important;
		padding: 10px 0 12px;
	}
	
	.page_read h1 span {
		font-size: 10.5vw;
	}
	
	.shop_list .shop_single .shop_txt .link_btn {
		width: 80%;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	.shop_list .shop_single .shop_name {
		font-size: 6vw;
	}
	
	.shop_list .shop_single .shop_name span {
		font-size: 3.5vw;
	}
}




