@charset "UTF-8";
#shopmap_block {
	display: none;
}
/*-----------------------------------

	mainvisual_lower_block

-----------------------------------*/
#mainvisual_lower_block {
	background: url(../img/shop/img_mv.jpg) no-repeat center / cover;
}
#mainvisual_lower_block h2 {
	font-size: 2.45vw;
	padding-top: 2.35vw;
	padding-bottom: 2.35vw;
}
@media screen and (max-width: 640px) {
	#mainvisual_lower_block {
		background: url(../img/shop/sp/img_mv.jpg) no-repeat center / cover;
		margin-bottom: 8px;
	}
	#mainvisual_lower_block h2 {
		font-size: 5.8vw;
        padding-top: 5.6vw;
        padding-bottom: 5.7vw;
	}
	#mainvisual_lower_block.ct h2 {
		top: 32vw;
	}
	#mainvisual_lower_block p {
		text-orientation: upright;
	}
}
/*-----------------------------------

	shop_block

-----------------------------------*/
#shop_block {
	padding: 153px 0 140px;
}
#shop_block .contents_inner {
    max-width: 1139px;
}
#shop_block .intro_box {
	margin-bottom: 120px;
}
#shop_block .intro_box h3 {
	max-width: 322px;
	margin: 0 auto 50px;
}
#shop_block .intro_box p {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.74;
	text-align: center;
}
#shop_block .shop_box {
	margin-bottom: 80px;
}
#shop_block .others_wrap {
	gap: 112px 0;
}
#shop_block .others_wrap .shop_box {
	width: 46.7%;
	margin-bottom: 0;
}
#shop_block .shop_box .img_map_wrap {
	align-items: flex-start;
	margin-bottom: 32px;
}
#shop_block .others_wrap .img_map_wrap {
	margin-bottom: 29px;
}
#shop_block .shop_box .img_box {
	width: 57.7%;
	height: min(34.4vw, 435px);
}
#shop_block .shop_box .img_box img {
	height: 100%;
	object-fit: cover;
}
#shop_block .shop_box .img_box.border {
	border: 1px solid rgba(35, 24, 21, 0.5);
}
#shop_block .others_wrap .img_box {
	height: min(25.3vw, 350px);
	margin-bottom: 24px;
}
#shop_block .shop_box .map_box {
	width: 39.3%;
}
#shop_block .others_wrap .img_box,
#shop_block .others_wrap .map_box {
	width: 100%;
}
#shop_block .shop_box .map_box iframe {
	display: block;
	width: 100%;
	height: min(34.4vw, 435px);
}
#shop_block .others_wrap .map_box iframe {
	height: min(24.3vw, 310px);
}
#shop_block .shop_box .text_box h4 {
	font-size: 58px;
	font-weight: 500;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(35, 24, 21, 0.25);
	margin-bottom: 22px;
}
#shop_block .others_wrap .shop_box .text_box h4 {
	font-size: 40px;
}
#shop_block .shop_box .text_box .address {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.29;
	margin-bottom: 6px;
}
#shop_block .shop_box .text_box .tel {
	font-size: 53px;
	font-weight: 400;
	line-height: 1.42;
	margin-bottom: 3px;
}
#shop_block .shop_box .text_box .att_txt {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.57;
	color: #ff0000;
	margin-bottom: 16px;
}
#shop_block .shop_box .text_box .details table {
	width: 100%;
}
#shop_block .shop_box .text_box .details th,
#shop_block .shop_box .text_box .details td {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.57;
	text-align: left;
}
#shop_block .shop_box .text_box .details th {
	width: 118px;
	white-space: nowrap;
}
#shop_block .shop_box .text_box .details th.lt1 {
	letter-spacing: -0.08em;
}
#shop_block .shop_box .text_box .details th.lt2 {
	letter-spacing: -0.09em;
}
#shop_block .shop_box .text_box .details td {
	width: calc(100% - 118px);
}
@media screen and (max-width: 640px) {
	#shop_block {
		padding: 30px 0 80px;
	}
	#shop_block .intro_box {
		margin-bottom: 52px;
	}
	#shop_block .intro_box h3 {
		max-width: 123px;
		margin: 0 auto 20px;
	}
	#shop_block .intro_box p {
		font-size: 16px;
	}
	#shop_block .shop_box {
		margin-bottom: 62px;
	}
	#shop_block .others_wrap .shop_box {
		width: 100%;
	}
	#shop_block .shop_box .img_map_wrap {
		margin-bottom: 28px;
	}
	#shop_block .shop_box .img_box {
		width: 100vw;
		height: max(67.3vw, 248px);
		margin: 0 calc(50% - 50vw);
	}
	#shop_block .shop_box .img_box.border {
		width: 92.5vw;
		height: max(62.3vw, 227px);
		margin: 0 calc(50% - 46vw);
	}
	#shop_block .shop_box .map_box {
		width: 100%;
	}
	#shop_block .shop_box .map_box iframe {
		height: max(40vw, 150px);
	}
	#shop_block .shop_box .text_box h4 {
		font-size: 29px;
		line-height: 1.24;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 9px;
	}
	#shop_block .others_wrap .shop_box .text_box h4 {
		font-size: 21px;
	}
	#shop_block .shop_box .text_box .address {
		font-size: 15px;
		line-height: 1.47;
		margin-bottom: 0;
	}
	#shop_block .shop_box .text_box .tel {
		font-size: 29px;
		width: max-content;
		max-width: 100%;
		margin-bottom: 4px;
	}
	#shop_block .shop_box .text_box .att_txt {
		font-size: 12px;
		line-height: 1.58;
		margin-bottom: 10px;
	}
	#shop_block .shop_box .text_box .details {
		margin-bottom: 24px;
	}
	#shop_block .shop_box .text_box .details th,
	#shop_block .shop_box .text_box .details td {
		font-size: 12px;
		line-height: 1.58;
	}
	#shop_block .shop_box .text_box .details th {
		width: 62px;
	}
	#shop_block .shop_box .text_box .details td {
		width: calc(100% - 62px);
	}
}
