@charset "utf-8";
.bgw {
    background-color: #fff;
}
.accessPage {
	max-width: 1300px;
	margin: 0 auto;
	padding: 58px 40px 90px;
	color: #111;
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
}

/* hero */
/* -------------------------
   access hero
------------------------- */

.accessHero {
	position: relative;
	margin: -58px -40px 70px;
	overflow: hidden;
	border-radius: 0;
}

.accessHero__image {
	position: relative;
	height: 320px;
	overflow: hidden;
	border-radius: 0;
}

.accessHero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(248, 242, 229, .94) 0%,
		rgba(248, 242, 229, .82) 28%,
		rgba(248, 242, 229, .28) 52%,
		rgba(30, 20, 16, .04) 100%
	);
}

.accessHero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accessHero__content {
	position: absolute;
	top: 50%;
	left: 70px;
	z-index: 2;
	transform: translateY(-50%);
}

.accessHero__en {
	margin-bottom: 18px;
	color: #9c2727;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	letter-spacing: .18em;
}

.accessHero__title {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: .1em;
	white-space: nowrap;
	color: #2d211d;
}

.accessHero__line {
	display: block;
	width: 54px;
	height: 1px;
	margin: 20px 0 18px;
	background: #a4252a;
}

.accessHero__copy {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	letter-spacing: .08em;
	color: #4a3b35;
}

.accessMap__image {
	width: 100%;
}

.accessMap__image iframe {
	width: 100%;
	height: 390px;
	display: block;
	border: 0;
}

.accessMap__link {
	text-align: right;
	margin-top: 14px;
}

/* shop info */
/* -------------------------
   shop information
------------------------- */

.shopInfo {
	position: relative;
	margin-bottom: 70px;
	padding-top: 20px;
}

.shopInfo__body {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 70px;
	align-items: stretch;

	margin-top: 0;
	padding: 58px 0 58px 55px;

	background: #faf6ed;
	border-radius: 0;
}

/* 左側のエンジ線 */
.shopInfo__body::before {
	content: "";
	position: absolute;
	top: 58px;
	left: 30px;
	width: 1px;
	height: 118px;
	background: #a4252a;
}

/* うっすら和柄を入れる場合 */
.shopInfo__body::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 260px;
	height: 150px;
	background:
		url("../img/common/bg_pattern.png") repeat;
	background-size: 110px auto;
	opacity: .035;
	pointer-events: none;
}

.shopInfo__text {
	position: relative;
	z-index: 1;
	padding: 0 0 10px;
}

/* 小見出し */
.shopInfo__sub {
	margin: 0 0 6px;
	color: #7e211f;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .16em;
}

.shopInfo__sub::before {
	content: "SHOP INFORMATION";
	display: block;
	margin-bottom: 8px;
	color: #a4252a;
	font-size: 10px;
	letter-spacing: .2em;
}

/* 店名 */
.shopInfo__name {
	margin: 0 0 24px;
	color: #2d211d;
	font-family: "Noto Serif JP", serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .18em;
}

/* 説明 */
.shopInfo__lead {
	margin: 0 0 36px;
	color: #433832;
	font-size: 15px;
	line-height: 2;
	letter-spacing: .12em;
}

/* 粋のやで使っていた筆線画像は非表示 */
.shopInfo__text > img {
	display: none;
}

/* 店舗情報一覧 */
.shopInfo__list {
	margin-top: 12px;
	color: #332b27;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: .08em;
	border-top: 1px solid rgba(75, 52, 42, .18);
}

.shopInfo__list > div {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 20px;

	margin: 0;
	padding: 17px 0;

	border-bottom: 1px solid rgba(75, 52, 42, .18);
}

.shopInfo__list dt {
	color: #7e211f;
	font-weight: 500;
}

.shopInfo__list dd {
	margin: 0;
}

/* 店舗写真 */
.shopInfo__photo {
	position: relative;
	overflow: hidden;
	align-self: stretch;
	border-radius: 0;
}

.shopInfo__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

/* 写真の左側を少しだけ和紙へ溶かす */
.shopInfo__photo::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 1;
	width: 70px;
	background: linear-gradient(
		to right,
		#faf6ed 0%,
		rgba(250, 246, 237, .65) 28%,
		rgba(250, 246, 237, 0) 100%
	);
	pointer-events: none;
}

/* -------------------------
   access section heading
------------------------- */
.accessSectionHeading {
	position: relative;
	margin-bottom: 32px;
	padding-left: 28px;
}

.accessSectionHeading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #a4252a;
}

.accessSectionHeading__en {
	margin: 0 0 8px;
	color: #9c2727;
	font-family: "Noto Serif JP", serif;
	font-size: 11px;
	letter-spacing: .18em;
}

.accessSectionHeading h2 {
	margin: 0;
	color: #2d211d;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .12em;
}

/* spanは使わない */
.accessSectionHeading > span {
	display: none;
}

/* google map image */
.accessMap {
	width: 100%;
	margin-bottom: 80px;
	display: block;
}

.accessMap__image {
	width: 100%;
	display: block;
}

.accessMap__image img {
	width: 100%;
	display: block;
}

.accessMap__image iframe {
	width: 100%;
	height: 390px;
	display: block;
	border: 0;
}

.accessMap__link {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 14px;
	font-size: 14px;
	letter-spacing: .16em;
}

.accessMap__link a {
	display: inline-block;
	color: #111;
	text-decoration: none;
	padding-bottom: 8px;
	/*background: linear-gradient(to right, rgba(0,0,0,.55), rgba(0,0,0,.2), rgba(0,0,0,0)) left bottom / 100% 1px no-repeat;*/
}

/* -------------------------
   access guide
------------------------- */

.accessGuide {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 54px 58px 58px;
	box-sizing: border-box;
	background: #faf6ed;
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
}

/* アクセス */
.accessGuide__title {
	position: relative;
	margin: 0 0 42px;
	padding-left: 28px;
	color: #2d211d;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .12em;
}

.accessGuide__title::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 34px;
	background: #a4252a;
}

/* 左：交通案内 / 右：案内図 */
.accessGuide__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 520px;
	gap: 60px;
	align-items: start;
}

.accessGuide__right {
	color: #433832;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: .06em;
}

.accessGuide__item {
	display: block;
	margin-bottom: 34px;
}

/* 電車の場合 / バスの場合 */
.accessGuide__label {
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 18px;
	padding: 0 0 8px;
	border: 0;
	border-bottom: 1px solid #a4252a;
	color: #7f2525;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .1em;
}

.accessGuide__item ul {
	margin: 8px 0 14px;
	padding-left: 1.2em;
}

.accessGuide__busText p {
	margin: 0 0 4px;
	line-height: 1.9;
}

.accessGuide__busText .routeSub {
	padding-left: 1.4em;
}

.routeSub {
	padding-left: .6em;
}

.routeNo {
	margin-right: 7px;
	color: #a4252a;
}

/* 案内図 */
.accessGuide__map {
	margin-top: -8px;
}

.accessGuide__map img {
	display: block;
	width: 100%;
	height: auto;
}

/* Google Mapリンク */
.accessMap__link {
	margin-top: 14px;
	padding-right: 2px;
	text-align: right;
}

.accessMap__link a {
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(164, 37, 42, .35);
	color: #433832;
	font-size: 14px;
	letter-spacing: .16em;
	text-decoration: none;
	transition: color .3s ease, border-color .3s ease;
}

.accessMap__link a:hover {
	color: #a4252a;
	border-color: #a4252a;
}

.accessMap__link img {
	display: block;
	width: 140px;
	margin-left: auto;
	opacity: .8;
}

/* sp */
@media screen and (max-width: 767px) {

	.accessPage {
		width: calc(100% - 36px);
		margin: 0 auto;
		padding: 36px 0 70px;
		letter-spacing: .05em;
	}

	/* -------------------------
	   hero
	------------------------- */
	.accessHero {
		display: block;
		margin: -36px -18px 50px;
	}

	.accessHero__image {
		height: 210px;
	}

	.accessHero__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.accessHero__content {
		top: 50%;
		left: 24px;
		right: 24px;
		transform: translateY(-50%);
	}

	.accessHero__en {
		margin-bottom: 10px;
		font-size: 9px;
		letter-spacing: .14em;
	}

	.accessHero__title {
		margin: 0;
		font-size: 22px;
		line-height: 1.5;
		letter-spacing: .06em;
		white-space: nowrap;
	}

	.accessHero__line {
		width: 38px;
		margin: 13px 0 12px;
	}

	.accessHero__copy {
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: .04em;
	}

	/* -------------------------
	   shop info
	------------------------- */
	.shopInfo {
		margin-bottom: 42px;
	}

	.shopInfo__body {
		display: block;
		padding: 34px 18px 24px;
	}

	.shopInfo__body::before {
		top: 34px;
		left: 12px;
		width: 1px;
		height: 50px;
	}

	.shopInfo__name {
		font-size: 30px;
	}

	.shopInfo__lead {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.9;
		letter-spacing: .04em;
	}

	.shopInfo__list {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: .03em;
	}

	.shopInfo__list > div {
		display: block;
		margin-bottom: 22px;
	}

	.shopInfo__list dt {
		margin-bottom: 4px;
		font-weight: 600;
	}

	.shopInfo__photo {
		margin-top: 30px;
	}

	.shopInfo__photo img {
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.shopInfo__photo::before {
		width: 35px;
	}

	/* -------------------------
	   google map
	------------------------- */
	.accessMap {
		margin-bottom: 58px;
	}

	.accessMap__image {
		overflow-x: auto;
	}

	.accessMap__image img {
		min-width: 720px;
	}

	/* -------------------------
	   access guide
	------------------------- */
	.accessGuide {
		width: 100%;
		padding: 34px 20px 40px;
		box-sizing: border-box;
	}

	.accessGuide__body {
		display: block;
	}

	.accessGuide__right {
		font-size: 14px;
		line-height: 1.9;
		letter-spacing: .02em;
	}

	.accessGuide__title {
		margin-bottom: 24px;
		font-size: 22px;
	}

	.accessGuide__item {
		display: block;
		margin-bottom: 32px;
		font-size: 13px;
	}

	.accessGuide__label {
		display: inline-block;
		width: auto;
		height: auto;
		margin-bottom: 14px;
		padding-bottom: 6px;
		border: 0;
		border-bottom: 1px solid #a4252a;
		font-size: 16px;
		text-align: left;
	}

	.accessGuide__map {
		width: 100%;
		margin-top: 24px;
	}

	.accessGuide__map img {
		display: block;
		width: 110%;
		max-width: none;
		height: auto;
		margin-left: -5%;
	}

	/* -------------------------
	   shop info heading
	------------------------- */

	.shopInfo__heading {
		position: relative;
		padding-left: 18px;
		margin-bottom: 28px;
	}

	.shopInfo__heading::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #a4252a;
	}

	.shopInfo__en {
		margin: 0 0 6px;
		font-size: 9px;
		letter-spacing: .18em;
	}

	.shopInfo__sub {
		margin: 0 0 5px;
		font-size: 12px;
	}

	.shopInfo__name {
		margin: 0;
		font-size: 27px;
		line-height: 1.4;
		letter-spacing: .14em;
	}
}

/* =========================
   Large PC
========================= */

@media screen and (min-width: 1700px) {

	.accessPage {
		max-width: 1480px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.accessHero {
		margin-left: 0;
		margin-right: 0;
	}

	/* 店舗情報 */
	.shopInfo__body {
		grid-template-columns: minmax(0, 1fr) 440px;
		gap: 80px;
	}

	.shopInfo__name {
		font-size: 42px;
	}

	.shopInfo__lead,
	.shopInfo__list {
		font-size: 16px;
	}


	/* ACCESS 見出し */
	.accessSectionHeading h2 {
		font-size: 30px;
	}

	.accessSectionHeading__en {
		font-size: 12px;
	}


	/* 交通案内 */
	.accessGuide {
		padding: 60px 68px 64px;
	}

	.accessGuide__body {
		grid-template-columns: minmax(0, 1fr) 580px;
		gap: 70px;
		padding: 0 30px;
	}

	.accessGuide__right {
		font-size: 16px;
	}

	.accessGuide__label {
		font-size: 19px;
	}


	/* Google Map */
	.accessMap__image iframe {
		height: 450px;
	}
}