.shop_info {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #777;
}
.shop_info h3 {
	width: 100%;
	padding: .5em 1em;
	border-bottom: 1px solid #777;
}

.shop_detail {
	display: flex;
	width: 100%;
	padding: 0;
}
.shop_detail > div {
	width: 25%;
	border-right: 1px solid #777;
	padding: 2em .5em;
}
.shop_detail > div:last-child {
	border-right: none;
}

.shop_detail_title {
	font-weight: 700;
}
.shop_detail_title, .shop_detail_content {
	width: 100%;
	text-align: center;
}

.shop_detail a.tel {
	display: inline-block;
	border-radius: .5em;
	background:#009e96;
	color:#fff;
	padding:.25em .5em;
	margin-top:.5em;
}
.btn_outer.line_btn {
	margin-top: 9px;
}
.btn_outer.line_btn li:last-child {
	padding: 0 5px 0 0;
}
.btn_line {
	background: #06C755;
}
.btn_outer li a.btn_line {
	font-size: 15px;
}
.btn_line span:first-child {
	margin: 4px 8px 0 0;
}
.btn_line span svg {
	font-size: 2em;
	background: #06C755;
}
.swiper-button-next,
.swiper-button-prev {
	background: rgba(255,255,255,.5);
	width: var(--swiper-navigation-size);
	border-radius: var(--swiper-navigation-size);
}
.swiper-button-prev {
	padding-right: 5px;
}
.swiper-button-next {
	padding-left: 5px;
}
.detail_slide {
	position: relative;
}
.swiper-button-next.thumbnail-button-next, .swiper-button-prev.thumbnail-button-prev {
	top: auto;
	bottom: 15px;
}
.swiper-button-next.thumbnail-button-next {
	right: 15px;
}
.swiper-button-prev.thumbnail-button-prev {
	left: 15px;
}

@media screen and (min-width: 1025px) {
	.price_outer .price .price_number.price_negotiable,
	.price_outer .price .price_number.price_under_negotiation
	{
		font-size: 32px;
	}
}
@media screen and (max-width: 1024px) {
	.btn_outer.line_btn {
		margin-top: 0;
	}
	.inner_xs .btn_outer:has(.btn_line) {
		flex-wrap: wrap;
	}
	.inner_xs .btn_outer .line_btn {
		padding: 0 5px 0 0;
		margin-top: 5px;
	}
}
@media screen and (max-width: 769px) {
	.shop_info {
		flex-wrap: wrap;
		padding: 0 10px;
		border: none;
		font-size: 12px;
	}
	.shop_detail {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.shop_detail > div {
		width: 100%;
		border-bottom: 1px solid #777;
		border-left: 1px solid #777;
		padding: 1em .25em;
	}
	.shop_detail > div:last-child {
		border-right: 1px solid #777;
	}
	.shop_detail_content {
		min-height: 1em;
	}
	.list_shop_info {
		width: 100%;
	}
	.swiper-button-prev.thumbnail-button-prev,
	.swiper-button-next.thumbnail-button-next {
		scale: .5;
		bottom: 0;
	}
	.swiper-button-next.thumbnail-button-next {
		right: 0;
	}
	.swiper-button-prev.thumbnail-button-prev {
		left: 0;
	}

}

