@charset "utf-8";
/*------------------------------------------------------------
	shoplist
------------------------------------------------------------*/
.shopHero {
	padding-top: 20.7rem;
	background: #fff url(../img/common/page_title_bg.png) no-repeat center top / cover;
}
.shopHero .content,
.shopSection .content {
	max-width: 118rem;
}
.shopHero .heroHead {
	padding: 1.6rem 2rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	background: #221815;
}
.areaNav {
	padding: 4.8rem 0 5.8rem;
	gap: 2.8rem;
}
.areaNav li {
	width: 15.6rem;
}
.areaTabBtn {
	width: 100%;
	min-height: 4.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Noto Serif JP", serif;
	background: #b22c22;
	border-radius: 2.3rem;
	border: 1px solid #b22c22;
	transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.areaNav li.current .areaTabBtn {
	color: #9a2923;
	background: #fff;
}
.areaTabBtn:hover {
	opacity: 0.8;
}
.shopSection {
	padding-bottom: 9rem;
}
.areaPanel {
	display: none;
}
.areaPanel.current {
	display: block;
}
.sectionTitle {
	margin-bottom: 2.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.4rem;
}
.sectionTitle::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background: #b22c22;
	border-radius: 50%;
	flex-shrink: 0;
}
.sectionTitle::after {
	content: "";
	height: 1px;
	background: #2f2f2f;
	flex: 1;
}
.sectionTitle h2 {
	font-size: 4rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
}
.storeTabList {
	margin-bottom: 2.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}
.storeTabList li {
	flex: 0 0 calc((100% - 2.7rem) / 4);
	min-width: 16rem;
}
.storeTabList li a {
	width: 100%;
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.35;
	text-align: center;
	background: #b22c22;
	border: 1px solid #b22c22;
	transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.storeTabList li a:hover {
	opacity: 0.9;
}
.storePanel {
	display: block;
	scroll-margin-top: 15rem;
}
.storePanel + .storePanel {
	margin-top: 2.6rem;
}
.shopCard {
	background: #fff;
	border: 1px solid #cfc7bc;
	padding: 2.2rem 2rem 2.4rem;
}
.shopCardInner {
	display: flex;
	flex-wrap: wrap;
	gap: 2.6rem;
}
.cardPhotoColumn {
	width: calc(42% - 1.3rem);
}
.cardInfoColumn {
	width: calc(58% - 1.3rem);
}
.shopHeader {
	padding: 1rem 5.6rem 1rem 2rem;
	margin-bottom: 1.3rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #b22c22;
	color: #fff;
}
.shopName {
	font-size: 2.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}
.tagTabe {
	padding: 0.4rem;
	position: absolute;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.6rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background: #f0ad21;
	border-radius: 0.5rem;
	box-sizing: border-box;
}
.mainPhoto {
	overflow: hidden;
}
.mainPhotoTrack {
	display: flex;
	transition: transform 0.65s ease;
	will-change: transform;
}
.mainPhotoSlide {
	width: 100%;
	flex: 0 0 100%;
}
.mainPhotoSlide img {
	width: 100%;
	aspect-ratio: 616 / 578;
	object-fit: cover;
	display: block;
}
.thumbList {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.thumbList li {
	width: 6.3rem;
	cursor: pointer;
}
.thumbList img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	border: 1px solid #d8d0c4;
	opacity: 0.7;
	transition: opacity 0.3s ease, border-color 0.3s ease;
}
.thumbList li.current img,
.thumbList li:hover img {
	opacity: 1;
	border-color: #b22c22;
}
.tel {
	margin-bottom: 1.8rem;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	font-size: 3.9rem;
	font-weight: 700;
	line-height: 1.2;
}
.tel::before {
	content: "";
	width: 3.2rem;
	height: 3.2rem;
	background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Ccircle%20cx='16'%20cy='16'%20r='16'%20fill='%23000'/%3E%3Cpath%20fill='%23fff'%20d='M11.8%207.2c-.5%200-1%20.2-1.3%20.6L8.6%2010c-.4%20.5-.5%201.1-.3%201.7%201.9%205.6%206.3%2010%2011.9%2011.9.6%20.2%201.2.1%201.7-.3l2.2-1.9c.4-.3.6-.8.6-1.3%200-.4-.2-.8-.5-1.1l-2.6-2.6c-.6-.6-1.5-.7-2.1-.2l-1.2.9c-1.5-.9-2.8-2.2-3.7-3.7l.9-1.2c.5-.7.4-1.6-.2-2.1l-2.5-2.5c-.2-.2-.6-.4-1-.4Z'/%3E%3C/svg%3E") no-repeat center / contain;
	flex-shrink: 0;
}
.tel a {
	padding-left: 0.1rem;
}
.detailList {
	display: grid;
	gap: 0.9rem;
}
.detailList .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.2rem;
}
.detailList dt {
	padding: 0.2rem 0;
	width: 8rem;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	background: #000;
	flex-shrink: 0;
}
.detailList dd {
	width: calc(100% - 9.2rem);
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.75;
}
.mapArea {
	margin-top: 1.8rem;
	overflow: hidden;
}
.mapArea iframe {
	display: block;
	width: 100%;
	height: 20rem;
	border: 0;
}
.cardFooter {
	margin-top: 1rem;
	display: grid;
	gap: 1rem;
}
.reserveBtn,
.menuPdfBtn {
	max-width: 100%;
}
.reserveBtn a,
.menuPdfBtn a {
	min-height: 6.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	background: #221815;
	border-radius: 0.5rem;
}
.menuPdfBtn a {
	min-height: 5.6rem;
	font-size: 2.2rem;
	background: #9a2923;
}
.reserveBtn a:hover,
.menuPdfBtn a:hover {
	opacity: 0.8;
}
.comingSoonBox {
	padding: 4.8rem 4rem;
	background: #fff;
	border: 1px solid #cfc7bc;
	text-align: center;
}
.comingSoonBox .lead {
	margin-bottom: 1.2rem;
	color: #221815;
	font-size: 2.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.comingSoonBox .text {
	font-size: 1.7rem;
	line-height: 1.8;
}
#main .bottomBox {
	padding: 7.7rem 0 9rem;
	background: linear-gradient(rgba(34, 24, 21, 0.45), rgba(34, 24, 21, 0.45)), url(../img/characteristics/bg01.jpg) no-repeat center center / cover;
}
#main .bottomBox .hTitle {
	margin-bottom: 4.8rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .bottomBox .linkUl {
	gap: 2.8rem;
}
#main .bottomBox .linkUl li {
	width: 23.1rem;
}
#main .bottomBox .linkUl li a {
	min-height: 6.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #9a2923;
	font-size: 2rem;
	font-weight: 700;
	background: #fff;
	border-radius: 3.1rem;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#main .bottomBox .linkUl li a:hover {
	opacity: 0.7;
}
#main .bottomBox .linkUl li.style01 a {
	color: #fff;
	background: transparent;
}
@media all and (max-width: 896px) {
	.shopHero {
		padding-top: 10rem;
	}
	.shopHero .content,
	.shopSection .content {
		max-width: inherit;
	}
	.shopHero .heroHead {
		padding: 1.2rem 1.6rem;
		font-size: 2rem;
	}
	.areaNav {
		padding: 3rem 0 3.8rem;
		gap: 1rem;
	}
	.areaNav li {
		width: calc((100% - 2rem) / 3);
	}
	.areaTabBtn {
		min-height: 4rem;
		font-size: 1.4rem;
	}
	.shopSection {
		padding-bottom: 5rem;
	}
	.sectionTitle {
		margin-bottom: 1.8rem;
		gap: 1rem;
	}
	.sectionTitle h2 {
		font-size: 2.6rem;
	}
	.storeTabList {
		margin-bottom: 1.8rem;
		gap: 0.6rem;
	}
	.thumbList li {
		width: 5.2rem;
	}
	.storeTabList li {
		flex: 0 0 calc(50% - 0.3rem);
		min-width: 0;
	}
	.storeTabList li a {
		min-height: 4.2rem;
		font-size: 1.3rem;
	}
	.shopCard {
		padding: 1.4rem;
	}
	.storePanel {
		scroll-margin-top: 8rem;
	}
	.storePanel + .storePanel {
		margin-top: 1.8rem;
	}
	.shopCardInner {
		display: flex;
		flex-direction: column;
	}
	.cardPhotoColumn,
	.cardInfoColumn {
		width: auto;
	}
	.cardPhotoColumn {
		order: 2;
		margin-bottom: 1.6rem;
	}
	.cardInfoColumn {
		display: contents;
	}
	.shopHeader {
		order: 1;
		padding: 0.9rem 4.8rem 0.9rem 1.2rem;
		margin-bottom: 1.4rem;
		justify-content: flex-start;
	}
	.infoArea {
		order: 3;
	}
	.shopName {
		font-size: 2rem;
	}
	.tagTabe {
		right: 0.6rem;
		width: 3.2rem;
		height: 3.2rem;
		padding: 0.25rem;
		font-size: 1.05rem;
		line-height: 1.05;
	}
	.tel {
		margin-bottom: 1.4rem;
		font-size: 2.5rem;
	}
	.tel::before {
		width: 2.6rem;
		height: 2.6rem;
	}
	.detailList .row {
		display: block;
	}
	.detailList dt {
		margin-bottom: 0.8rem;
		width: 7rem;
		font-size: 1.4rem;
	}
	.detailList dd {
		width: auto;
		font-size: 1.4rem;
	}
	.mapArea iframe {
		height: 18rem;
	}
	.reserveBtn a,
	.menuPdfBtn a {
		min-height: 5.2rem;
		font-size: 1.9rem;
	}
	.menuPdfBtn a {
		min-height: 4.8rem;
		font-size: 1.7rem;
	}
	.comingSoonBox {
		padding: 3.2rem 2rem;
	}
	.comingSoonBox .lead {
		font-size: 2rem;
	}
	.comingSoonBox .text {
		font-size: 1.5rem;
	}
	#main .bottomBox {
		padding: 5rem 2rem;
	}
	#main .bottomBox .hTitle {
		margin-bottom: 3.2rem;
		font-size: 2.4rem;
	}
	#main .bottomBox .linkUl {
		display: block;
	}
	#main .bottomBox .linkUl li {
		margin: 0 auto 2rem;
		width: 20rem;
	}
	#main .bottomBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .bottomBox .linkUl li a {
		min-height: 5rem;
		font-size: 1.7rem;
	}
}
