@charset "UTF-8";

/* pageTit */
#pageTit {
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 1.5%;
}

#pageTit h1 {
	margin: 0;
	font-size: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 800px) {
	#pageTit {
		top: 1.5%;
		left: 0.5%;
	}

	#pageTit h1 {
		font-size: 70%;
	}
}

@media screen and (max-width: 500px) {
	#pageTit {
		top: 10px;
		left: 5%;
	}

	#pageTit h1 {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
	}
}


/* topWrapper */
#topWrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 5% 0;
}

@media screen and (max-width: 800px) {
	#topWrapper {
		padding: 5% 5% 0;
	}
}

@media screen and (max-width: 500px) {
	#topWrapper {
		padding: 40px 5% 0;
	}
}


/* topArea */
#topArea {
	padding-bottom: 60px;
	background-color: #f3f2e8;
}


/* mainArea */
#mainArea {
	position: relative;
	z-index: 0;
}


/* menuArea */
#menuArea {
	position: relative;
	z-index: 0;
	padding: 40px 0 0;
}

@media screen and (max-width: 500px) {
	#menuArea {
		padding: 20px 0 0;
	}
}

.menuBlock-z0 {
	position: relative;
	z-index: 0;
}

.menuBlock-z2 {
	position: relative;
	z-index: 2;
}


/* mainTit */
.mainTit {
	padding: 3% 6%;
	color: #f3f2e8;
}

.mainTit h2 {
	position: relative;
	z-index: 3;
	margin: 0;
	font-size: 400%;
	line-height: 100%;
}

.mainTit h2 span {
	padding-left: 1%;
}

.mainTit h3 {
	position: relative;
	z-index: 3;
	margin: 0;
	padding: 1% 0 2%;
	font-size: 140%;
	font-weight: 400;
	line-height: 1.2;
}

@media screen and (max-width: 1100px) {
	.mainTit h2 {
		font-size: 300%;
	}
}

@media screen and (max-width: 900px) {
	.mainTit h2 {
		font-size: 200%;
	}

	.mainTit h3 {
		font-size: 100%;
	}
}

@media screen and (max-width: 500px) {
	.mainTit h3 {
		font-size: 80%;
	}
}


/* heading bar */
.bg_bar_blockL01 {
	display: block;
	float: left;
	height: 100%;
}

@keyframes expand {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.bg_barL_grad01 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 3%;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bg_bar_animeL {
	width: 0;
	animation: expand 1.5s ease forwards;
	opacity: 1;
}

.bg_barL {
	width: 80%;
	background-color: #9a071b;
}

@media screen and (max-width: 600px) {
	.bg_barL {
		width: 92%;
	}
}


/* background image */
#bg01 {
	position: absolute;
	z-index: 1;
	top: -20%;
	left: 64%;
	width: 100%;
}

#bg01 img {
	width: 50%;
}

@media screen and (max-width: 800px) {
	#bg01 {
		display: none;
	}
}


/* lead */
.toplead {
	width: 56%;
	margin: 0;
	padding: 2% 6% 5%;
	font-weight: 500;
	line-height: 1.9;
	text-align: justify;
}

@media screen and (max-width: 800px) {
	.toplead {
		width: 88%;
		padding: 6%;
	}
}


/* accessArea */
#accessArea {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5%;
	position: relative;
	z-index: 1;
	width: 88%;
	margin: 0 auto;
	padding-top: 4%;
}

.accessSection {
	min-width: 0;
}

.menuBox {
	padding: 0;
}

.menuBox h2 {
	margin: 0;
	font-size: 400%;
	line-height: 1;
}

.menuBox h3 {
	margin: 0;
	padding: .5em 0 1em;
	font-size: 140%;
	font-weight: 600;
}

@media screen and (max-width: 1100px) {
	.menuBox h2 {
		font-size: 300%;
	}
}

@media screen and (max-width: 900px) {
	#accessArea {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.menuBox h2 {
		font-size: 200%;
	}

	.menuBox h3 {
		font-size: 100%;
	}
}


/* hours */
.accessInfo {
}

.accessInfo__group {
	padding: 22px 0;
}

.accessInfo__label {
	margin: 0 0 4px;
	color: #9a071b;
	font-size: 72%;
	font-weight: 700;
	letter-spacing: .08em;
}

.accessInfo__group h4 {
	margin: 0 0 14px;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #d6d4c9;
    padding-bottom: 10px;
}

.accessInfo__row {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 20px;
	align-items: start;
	padding: 8px 0;
}

.accessInfo__day {
	margin: 0;
	color: #666;
	font-size: 85%;
	font-weight: 700;
}

.accessInfo__time {
	margin: 0;
	line-height: 1.5;
}

.accessInfo__time strong {
	display: inline-block;
	font-size: 110%;
	font-weight: 700;
}

.accessInfo__time span {
	display: block;
	margin-top: 2px;
	color: #666;
	font-size: 82%;
}

.accessInfo__payment {
	margin: 0;
	font-weight: 700;
	line-height: 1.7;
}

.accessInfo__note {
	margin: 10px 0 0;
	padding-left: 12px;
	border-left: 3px solid #9a071b;
	color: #666;
	font-size: 82%;
	line-height: 1.7;
}


/* shop access */
.shopAccess {
	padding: 20px 0 24px;
}

.shopAccess__address {
	margin: 0;
	font-weight: 500;
	line-height: 1.8;
}

.shopAccess__tel {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	margin-top: 18px;
	color: #222;
	text-decoration: none;
}

.shopAccess__tel span {
	font-size: 80%;
}

.shopAccess__tel strong {
	position: relative;
	font-size: 170%;
	line-height: 1;
}

.shopAccess__tel strong::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	height: 2px;
	background: #9a071b;
	content: "";
}


/* map */
#mapBlock {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #ddd;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* mobile */
@media screen and (max-width: 600px) {
	#accessArea {
		width: 88%;
		padding-top: 8%;
	}

	.menuBox h3 {
		padding-bottom: .8em;
	}

	.accessInfo__group {
		padding: 18px 0;
	}

	.accessInfo__row {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.shopAccess__tel {
		display: flex;
	}

	.shopAccess__tel strong {
		font-size: 150%;
	}

	#mapBlock {
		aspect-ratio: 1 / 1.1;
	}
}
