@charset "UTF-8";

.post{
	max-width: 1300px;
	margin: auto;
}
.the_title {
	width: 100%;
	color: #fff;
	background-color: #000;
	padding: 10px 30px;
	clip-path: polygon(2% 0%, 100% 0%,100% 100%, 0% 100%, 0% 40%);
}

.post #carimg {
	width: 62.7%;
}

.post #spec {
	width: 33.9%;
	padding-top: 20px;
	margin-left: auto;
	border-top: 1px solid #CBCBCB;
}
#spec li:nth-of-type(n+3) {
	padding-top: 15px;
	border-bottom: 1px solid #bbb;
}
#spec li:nth-of-type(2n+3) {
	border-right: 1px solid #bbb;
}
#spec li:nth-of-type(3),
#spec li:nth-of-type(4){
	border-top: 1px solid #bbb;
}

.post #carimg ul {
	padding: 0;
}

.post #spec ul {
	margin: 0;
	margin-bottom: 20px;
	list-style: none;
	padding: 0;
	align-items: stretch;
}
.post #spec li {
	width: 50%;
	padding: 15px 15px;
}

.price dt,
.allprice dt {
	font-size: 18px;
	line-height: 1.2;
	color: #3B3B3B;
}

.num1,
.num2 {
	font-size: 36px;
	line-height: 1.2;
	color: #90191E;
}

.yen {
	font-size: 17px;
	padding-left: 5px;
	color: #90191E;
}

.inq {
	padding: 20px;
	border: 5px solid #90191E;
	border-radius: 4px;
}
.inq .shop {
	margin-bottom: 20px;
}

.shop dt {
	color: #666;
	margin-bottom: 2px;
}
.shop dd a {
	color: #333;
	font-size: 1.2em;
	text-decoration: none;
}

.estimate {
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.0;
	padding: 15px 10px 16px 10px;
	border-radius: 35px;
	background-color: #90191E;
	transition: color 0.5s,border 0.5s,background 0.5s;
}

.deposit {
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.0;
	padding: 15px 10px 16px 10px;
	border-radius: 35px;
	background-color: #2D2E55;
	transition: color 0.5s,border 0.5s,background 0.5s;
	margin-top: 8px;
}
.opportunity {
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.0;
	padding: 15px 10px 16px 10px;
	border-radius: 35px;
	background-color: #C49A6D;
	transition: color 0.5s,border 0.5s,background 0.5s;
	margin-top: 8px;
}

.inq .tel {
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #CBCBCB;
}

.tel dt {
	display: inline-block;
	color: #FFF;
	text-align: center;
	line-height: 1.0;
	padding: 6px 24px;
	margin: 0 auto 10px auto;
	background-color: #90191E;
}
.tel dd a {
	text-decoration: none;
	color: #90191E;
	font-weight: 700;
	font-size: 20px;
}
.tel dd a span{
	font-size: 2em;
}

.slide-eyecatch {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * 2 / 3);
	position: relative;
}

.underline {
	width: 100%;
	position: relative;
}
.underline::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0;
	bottom: 0;
}

.option-header,
.shopinfo-header {
	width: 40%;
	color: #fff;
	background-color: #000;
	padding: 10px 30px;
	clip-path: polygon(2% 0%, 100% 0%,100% 100%, 0% 100%, 0% 40%);
}

#option_list {
	list-style: none;
	padding: 0;
}

#option_list li {
	font-size: 13px;
	color: #989898;
	width: calc((100% - 20px) / 4);
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #B2B2B2;
	background-color: #E5E5E5;
}

#option_list li.on {
	color: #333;
	border: 1px solid #FF9A96;
	background-color: #FFE4E3;
}

#shopinfo {
	width: 100%;
	margin-top: 60px;
}
.bdr {
	margin-top: 20px;
	gap: 40px;
}

.shopinfo-image {
	width: 40%;
	height: 0;
	position: relative;
	padding-bottom: calc(40% * 2 / 3);
}

.shopinfo-title {
	font-size: 20px;
	padding: 10px 0 30px;
}
.tel-label {
	padding: 4px 20px;
	background-color: #000;
	color: #fff;
}
.tel-color {
	color: #90191E;
}
.tel-big .sptel{
	color: #90191E;
	text-decoration: none;
	font-size: 24px;
	font-weight: 900;
}

#shopinfo dl{
	padding-bottom: 10px;
	align-items: baseline;
	letter-spacing: 0.05em;
}

#shopinfo dt{
	min-width: 80px;
	margin-right: 20px;
}

.swiper-thumbnail {
	width: 100%;
	height: auto;
}

.pickup-tag-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.pickup-tag {
	padding: 6px 24px;
	border-radius: 50px;
	background-color: #C49A6D;
	color: #fff;
	margin-right: 20px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 479px) {
	.post #carimg,
	.post #spec {
		width: 100%;
	}
	.post {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pickup-tag-wrapper {
		margin-top: 0;
	}
	.pickup-tag {
		margin-top: 16px;
		font-size: 12px;
	}
	.shopinfo-header {
		width: 85%;
		clip-path: polygon(10% 0%, 100% 0%,100% 100%, 0% 100%, 0% 40%);
	}
	.shopinfo-image {
		width: 100%;
		padding-bottom: calc(100% * 2 / 3);
	}
	.shopinfo-title {
		font-size: 18px;
		padding: 10px 0 20px;
	}

	.tel-big .sptel {
		font-size: 10vw;
	}
}

