@charset "utf-8";

/*----------------------------
	detail
------------------------------*/

.detail .contArea {
	padding-bottom: calc((130 / 16) * 1rem);
}
@media (max-width: 768px) {
	.detail .contArea {
		padding-bottom: calc((100 / 16) * 1rem);
	}
}

/* shopDetail */
.detail .shopDetail {
	background-color: var(--bgColor02);
	padding: calc((70 / 16) * 1rem) 0;
}
.detail .shopDetail .inner {
	display: flex;
	justify-content: space-between;
	gap: 0 5%
}
.detail .shopDetail .logo {
	width: 39.869%;
	aspect-ratio: 420 / 280;
}
.detail .shopDetail .logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc((6 / 16) * 1rem);
}
.detail .shopDetail .shopDetailTxtBox {
	width: 68.43%;
}
.detail .shopDetail .placeBox {
	display: flex;
	gap: 0 calc((10 / 16) * 1rem);
	color: var(--greenColor);
}
.detail .shopDetail h1 {
	font-size: calc((30 / 16) * 1rem);
}
.detail .shopDetail .shopDetailTxt {
	margin-top: calc((30 / 16) * 1rem);
	line-height: 1.88;
}
.detail .shopDetail .shopDetailTxt + .shopDetailTxt {
	margin-top: 1.5em;
}
@media (max-width: 768px) {
	.detail .shopDetail {
		padding: calc((70 / 16) * 1rem) 0;
	}
	.detail .shopDetail .inner {
		display: block;
	}
	.detail .shopDetail .logo {
		width: 57.145%;
		margin: 0 auto;
		aspect-ratio: 200 / 133;
	}
	.detail .shopDetail .shopDetailTxtBox {
		margin-top: calc((50 / 16) * 1rem);
		width: 100%;
	}
	.detail .shopDetail .placeBox {
		gap: 0 calc((6 / 16) * 1rem);
		font-size: calc((12 / 16) * 1rem);
	}
	.detail .shopDetail h1 {
		font-size: calc((26 / 16) * 1rem);
	}
}

/* splideArea */
.detail .splideArea {
	padding: calc((60 / 16) * 1rem) 0 calc((70 / 16) * 1rem);
}
.detail .splideArea .splide {
	width: 63.334%;
	margin: 0 auto;
}
.detail .splideArea .splide .splide__slide {
	/* 高さは detail.js の heightRatio（502/760）で Splide が付与する */
	border-radius: calc((6 / 16) * 1rem);
	overflow: hidden;
	position: relative;
}
.detail .splideArea .splide .splide__slide img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none; /* common.css の max-width:100% の影響を避ける */
	object-fit: contain;
}
.detail .splideArea .thumb-wrapper {
	margin: calc((30 / 16) * 1rem) auto 0;
	width: 63.334%;
	display: flex;
	justify-content: center;
	gap: calc((20 / 16) * 1rem);
	flex-wrap: wrap;
}
.detail .splideArea .thumb-wrapper .thumb-media {
	width: 13.145%;
	aspect-ratio: 100 / 66;
	border-radius: calc((2 / 16) * 1rem);
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.detail .splideArea .thumb-wrapper .thumb-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.detail .splideArea .thumb-wrapper .thumb-media::before {
	opacity: 1;
	background-color: transparent;
}
.detail .splideArea .thumb-wrapper .thumb-media.isActive::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}
/* 画像が1枚のみの場合（.isSingleSlide は detail.js が付与）はサムネイルを出さない */
.detail .splideArea.isSingleSlide .thumb-wrapper {
	display: none;
}
@media (max-width: 768px) {
	.detail .splideArea {
		padding: calc((50 / 16) * 1rem) 0;
	}
	.detail .splideArea .splide {
		width: 100%;
	}
	.detail .splideArea .thumb-wrapper {
		margin: calc((20 / 16) * 1rem) auto 0;
		width: 100%;
		gap: calc((15 / 16) * 1rem);
	}
	.detail .splideArea .thumb-wrapper .thumb-media {
		width: 13.145%;
		aspect-ratio: 60 / 39;
	}
}


/* shopInfo */
.detail .shopInfo .labelBox {
	display: flex;
	flex-wrap: wrap;
	gap: calc((10 / 16) * 1rem);
}
.detail .shopInfo .labelBox .label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: calc((3 / 16) * 1rem) calc((10 / 16) * 1rem);
	font-size: calc((13 / 16) * 1rem);
	color: var(--greenColor);
	border: solid 1px var(--greenColor);
}
.detail .shopInfo .labelBox .label.red {
	color: var(--redColor);
	border-color: var(--redColor);
}
.detail .shopInfo h2 {
	font-size: calc((24 / 16) * 1rem);
	padding: calc((10 / 16) * 1rem) calc((20 / 16) * 1rem);
	background-color: var(--bgColor);
}
.detail .shopInfo .labelBox + h2 {
	margin-top: calc((20 / 16) * 1rem);
}
.detail .shopInfo dl {
	display: flex;
	align-items: center;
	padding: calc((15 / 16) * 1rem) calc((20 / 16) * 1rem);
	border-bottom: 1px solid var(--borderColor);
}
.detail .shopInfo dl dt {
	width: 30%;
	font-weight: 500;
}
.detail .shopInfo dl dd {
	width: 70%;
}
.detail .shopInfo dl dd .note {
	font-size: calc((12 / 16) * 1rem);
}
.detail .shopInfo dl dd a.link {
	color: var(--greenColor);
	text-decoration: underline;
	position: relative;
}
.detail .shopInfo dl dd a.link::after {
	display: inline-block;
	content: "";
	width: calc((15 / 16) * 1rem);
	height: calc((15 / 16) * 1rem);
	background: url("/common/img/blank.svg") no-repeat;
	background-size: contain;
	margin-left: calc((10 / 16) * 1rem);
	vertical-align: middle;
}
.detail .shopInfo dl dd .snsList {
	display: flex;
	gap: 0 calc((20 / 16) * 1rem);
}
.detail .shopInfo dl dd .snsList li {
	width: calc((30 / 16) * 1rem);
}
.detail .shopInfo dl dd .snsList li.x {
	width: calc((29 / 16) * 1rem);
}
.detail .shopInfo .recruitBtn {
	width: calc(100% - calc((40 / 16) * 1rem));
	max-width: calc((386 / 16) * 1rem);
	margin: calc((18 / 16) * 1rem) 0 0 calc((20 / 16) * 1rem);
}
.detail .shopInfo .recruitBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc((88 / 16) * 1rem);
	font-size: calc((20 / 16) * 1rem);
	color: var(--baseColor);
	background-color: var(--bgColor);
}
.detail .shopInfo .shopBtn {
	width: calc((290 / 16) * 1rem);
	margin: calc((50 / 16) * 1rem) auto 0;
}
.detail .shopInfo .shopBtn a {
	display: block;
	font-size: calc((14 / 16) * 1rem);
	text-align: center;
	border: solid 1px var(--greenColor);
	border-radius: calc((6 / 16) * 1rem);
	padding: calc((15 / 16) * 1rem) 0;
	position: relative;
}
.detail .shopInfo .shopBtn a::before {
	content: "";
	width: calc((8 / 16) * 1rem);
	height: calc((8 / 16) * 1rem);
	border-top: solid 1px var(--baseColor);
	border-right: solid 1px var(--baseColor);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: calc((20 / 16) * 1rem);
	top: 50%;
}
@media (max-width: 768px) {
	.detail .shopInfo .labelBox .label {
		font-size: calc((11 / 16) * 1rem);
	}
	.detail .shopInfo h2 {
		font-size: calc((16 / 16) * 1rem);
		padding: calc((10 / 16) * 1rem) calc((20 / 16) * 1rem);
	}
	.detail .shopInfo dl {
		padding: calc((15 / 16) * 1rem) calc((20 / 16) * 1rem);
	}
	.detail .shopInfo dl dt {
		width: 43%;
	}
	.detail .shopInfo dl dd {
		width: 57%;
	}
	.detail .shopInfo dl dd a.link::after {
		width: calc((10 / 16) * 1rem);
		height: calc((10 / 16) * 1rem);
		margin-left: calc((5 / 16) * 1rem);
	}
	.detail .shopInfo dl dd .snsList {
		gap: 0 calc((28 / 16) * 1rem);
	}
	.detail .shopInfo dl dd .snsList li {
		width: calc((26 / 16) * 1rem);
	}
	.detail .shopInfo dl dd .snsList li.x {
		width: calc((25 / 16) * 1rem);
	}
}
