@charset "utf-8";
/* CSS Document */
.shop_contents h2 {
	font-weight: bold;
	margin-bottom: 15px;
}
.coupon_list li {
	display: block;
	margin-bottom: 30px;
	background-color: #E8E8E8;
}
.coupon_list li:last-child {
	margin-bottom: 0;
}
.coupon_list li dl dt strong{
	font-weight: bold;
	font-size: 24px;
	display: block;
}
.coupon_list li dl dt,
.coupon_list li dl dd {
	padding: 15px;
}
.coupon_list li dl dt {
	background-color: #514343;
    color: #FFF;
}
.coupon_list li dl dd {
	border: 2px solid #514343;
    border-top: none;
    background-color: #efe5d7;
}
.map_link {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.map_link a{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 28%);
    font-size: 15px;
    height: 38px;
    width: 270px;
    color: #FFFFFF;
    border-radius: 6px;
    border: none;
    background: rgb(255,167,44);
    background: linear-gradient(180deg, rgba(255,167,44,1) 0%, rgba(255,107,0,1) 100%);
    line-height: 1;
    top: 0;
    transition: all 100ms 0s ease;
}
.map_link a:hover {
    top: 2px;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 28%);
}

.shop_map_detail {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 60px;
}
.shop_map_detail th, .shop_map_detail td {
    padding: 8px;
    border: solid 1px #e1d4c0;
}
.shop_map_detail th {
    background-color: #efe5d7;
    width: 200px;
}


@media screen and (max-width: 760px) {
	.shop_contents h2 {
		font-size: 5vw;
    	margin-bottom: 4vw;
	}
	.map_link a {
	    width: 100%;
		font-size: 5vw;
		height: auto;
		padding: 2.8vw 0;
	}
	.shop_map_detail tbody {
		display: flex;
		flex-direction: column;
	}
	.shop_map_detail tbody tr{
		display: flex;
		flex-direction: column;
	}
	.shop_map_detail th,
	.shop_map_detail td {
		padding: 2vw;
		border-top: none;
		width: 100%;
	}
	.shop_map_detail tbody tr:first-child th {
		border-top: solid 1px #e1d4c0;
	}
	.shop_map_detail td {
		border-top: none;
	}
	.coupon_list li dl dt strong {
		font-size: 4vw;
	}
	.coupon_list li dl dt span {
		font-size: 3vw;
	}
	.coupon_list li dl dd p{
	    font-size: 4vw;
	}
}


/* map.cssのみ表示コンテンツを減らす */
@media screen and (max-width: 760px) {
	.right_shop_info ._lead_text,
	.right_shop_info ._access,
	.right_shop_info .side_map_area,
	.right_shop_info .side_first_table,
	.right_shop_info ._sub_info,
	.right_shop_info .primary_btn{
		display: none !important;
	}
	.right_shop_info .side_feature_info{
		margin-top: 4vw;
	}
	.shop_detal_body > .right{
		padding-top: 5vw;
	}
	.shop_detal_body > .right .shop_side_box dt{

	}



}



