@charset "utf-8";

/* ========================================
   COMMON
======================================== */

:root {
	--ooedo-bg: #f5efe3;
	--ooedo-red: #8e2429;
	--ooedo-dark: #231e1a;
	--ooedo-gold: #9b7747;
	--sidebar-width: 245px;
}

html {
	font-size: 16px;
}

body {
	min-width: 320px;
	color: #2b241f;
	background: var(--ooedo-bg);
	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		serif;
	-webkit-font-smoothing: antialiased;
}

body.is-menu-open {
	overflow: hidden;
}

.site {
	margin-left: var(--sidebar-width);
	min-height: 100vh;
	overflow: hidden;
}

.main {
	width: 100%;
}

.container {
	width: min(1180px, calc(100% - 80px));
	margin: 0 auto;
}

.pc-content {
	display: block;
}

.sp-content {
	display: none;
}

.shippori-mincho{
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

/* ========================================
   SIDEBAR
======================================== */

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: var(--sidebar-width);
	height: 100vh;
	background: #f4ecdf;
	border-right: 1px solid rgba(100, 75, 52, .18);
}

.sidebar__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 28px 20px 18px;
	overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
	scrollbar-color: rgba(165, 31, 36, .45) transparent;
}

/* Chrome / Edge / Safari */
.sidebar__inner::-webkit-scrollbar {
	width: 4px;
}

.sidebar__inner::-webkit-scrollbar-track {
	background: transparent;
}

.sidebar__inner::-webkit-scrollbar-thumb {
	background: rgba(165, 31, 36, .45);
	border-radius: 10px;
}

.sidebar__inner::-webkit-scrollbar-thumb:hover {
	background: rgba(165, 31, 36, .7);
}

.sidebar__brand {
	display: block;
	width: 200px;
	margin: 0 auto 34px;
}

.sidebar__brand img {
	display: block;
	width: 100%;
	height: auto;
}

.sidebar__nav {
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin-top: 10px;
}

.sidebar__nav > a,
.sidebarMenu__title {
	position: relative;
	display: block;
	padding-bottom: 18px;
	color: #241914;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

.sidebar__nav > a::after,
.sidebarMenu__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 24px;
	border-top: 1px solid #a51f24;
}

.sidebar__nav > a:hover::after,
.sidebarMenu__title:hover::after {
	width: 50px;
}


/* ========================================
   SIDEBAR MENU SUB
======================================== */
.sidebarMenu {
	margin: 0 0 10px;
}

.sidebarMenu__sub {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 2px;
	padding-left: 14px;
	border-left: 1px solid rgba(165, 31, 36, .25);
}

.sidebarMenu__sub a {
	display: block;
	padding: 4px 0;
	color: #3c3029;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
	transition:
		color .2s ease,
		padding-left .2s ease;
	font-weight: 800;
	text-decoration: none;
}

.sidebarMenu__sub a:hover {
	padding-left: 4px;
	color: var(--ooedo-red);
}


/* ========================================
   SIDEBAR CALENDAR
======================================== */

.sidebar__cta {
	margin-top: 18px;
	padding-top: 10px;
}

.sidebar__calendar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 8px;
	background: var(--ooedo-red);
	color: #fff;
	font-size: 15px;
	letter-spacing: .04em;
	transition:
		background .25s ease,
		color .25s ease;
	font-weight: 700;
}

.sidebar__calendar:hover {
	color: var(--ooedo-red);
	border: 1px solid var(--ooedo-red);
	background: #fff;
}

.sidebar__calendar i {
	font-size: 15px;
}

.accessLayout {
    display: grid;
    grid-template-columns: 520px 560px;
    gap: 60px;
    align-items: start;
}

/* =========================
   ACCESS 左右レイアウト
========================= */

.accessLayout{
  display: grid;
  grid-template-columns: 520px 560px; /* 左を広く、地図を少し小さく */
  gap: 60px;
  align-items: start;
}

.accessText{
  padding-top: 10px;
}

.accessTitle{
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 40px;
  letter-spacing: .08em;
  font-family: "UD デジタル 教科書体 N", "UD Digi Kyokasho N-R", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;

}

.accessBlock{
  margin-bottom: 36px;
}

.accessLabel{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

.accessDesc{
  font-size: 16px;
  line-height: 2;
}

.accessMap{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.accessMap img{
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}

.accessText{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.accessItem{
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: start;
}

.accessLabel{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 38px;
  padding: 8px 18px;

  border: 1px solid #111;
  background: rgba(255,255,255,.25);

  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
}

.accessIcon{
  font-size: 15px;
  line-height: 1;
}

.accessDesc{
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .06em;
  font-family: "UD デジタル 教科書体 N", "UD Digi Kyokasho N-R", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}

.accessDesc p{
  margin: 0 0 14px;
}

.accessDesc small{
  font-size: 12px;
  letter-spacing: .05em;
}




/* ========================================
   SIDEBAR SNS
======================================== */

.sidebar__sns {
	margin-top: 15px;
}

.sidebar__sns a {
	display: block;
	margin-top: 15px;
}

.sidebar__sns img {
	display: block;
	width: 100%;
}


/* ========================================
   SP HEADER
======================================== */

.spHeader {
	display: none;
}


/* ========================================
   SP NAV
======================================== */

.spNav {
	display: none;
}


/* ========================================
   FOOTER
======================================== */

.footer {
	padding: 22px 30px;
	background: #3a2720;
	color: rgba(255, 255, 255, .8);
}

.footer__inner {
	text-align: center;
}

.footer__copyright {
	font-size: 10px;
	letter-spacing: .08em;
}


/* ========================================
   PC 〜 small laptop
======================================== */

@media screen and (max-width: 1200px) {

	:root {
		--sidebar-width: 200px;
	}

	.sidebar__inner {
		padding-left: 22px;
		padding-right: 22px;
	}

	.sidebar__brand {
		width: 130px;
	}

	.container {
		width: calc(100% - 60px);
	}
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

	:root {
		--sidebar-width: 0px;
	}

	.site {
		margin-left: 0;
		padding-top: 72px;
	}

	.container {
		width: calc(100% - 36px);
	}

	.pc-content {
		display: none !important;
	}

	.sp-content {
		display: block;
	}


	/* ----------------------------------------
	   PC sidebar off
	---------------------------------------- */

	.sidebar {
		display: none;
	}


	/* ----------------------------------------
	   SP HEADER
	---------------------------------------- */

	.spHeader {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 2000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 72px;
		padding: 9px 18px;
		background: rgba(247, 241, 231, .97);
		border-bottom: 1px solid rgba(100, 75, 52, .15);
	}

	.spHeader__logo {
		display: block;
		width: 105px;
	}

	.spHeader__logo img {
		display: block;
		width: 100%;
	}


	/* hamburger */

	.spHeader__menu {
		position: relative;
		z-index: 2100;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		width: 42px;
		height: 42px;
	}

	.spHeader__menu span {
		display: block;
		width: 28px;
		height: 1px;
		margin: 0 auto;
		background: #29221e;
		transition:
			transform .3s ease,
			opacity .3s ease;
	}

	.spHeader__menu.is-open span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.spHeader__menu.is-open span:nth-child(2) {
		opacity: 0;
	}

	.spHeader__menu.is-open span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}


	/* ----------------------------------------
	   SP NAV
	---------------------------------------- */

	.spNav {
		position: fixed;
		left: 0;
		top: 72px;
		z-index: 1900;
		display: block;
		width: 100%;
		height: calc(100vh - 72px);
		padding: 0 24px;
		background: rgba(247, 241, 231, .98);

		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);

		overflow-y: auto;

		transition:
			opacity .3s ease,
			visibility .3s ease,
			transform .3s ease;
	}

	.spNav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.spNav__inner {
		padding: 45px 0 60px;
	}

	.spNav__menu > a,
	.spNav__menuTitle {
		display: block;
		padding: 14px 0;
		border-bottom: 1px solid rgba(72, 55, 43, .18);
		font-size: 15px;
		font-weight: 600;
		letter-spacing: .08em;
	}

	.spNav__sub {
		padding: 10px 0 10px 18px;
	}

	.spNav__sub a {
		display: block;
		padding: 7px 0;
		color: #555;
		font-size: 13px;
		letter-spacing: .05em;
	}

	.spNav__sub a::before {
		content: "―";
		margin-right: 8px;
		color: var(--ooedo-red);
	}


	/* calendar */


	.accessTitle {
		font-size: clamp(22px, 5.8vw, 26px);
        margin-bottom: 24px;
	    font-weight: 600;
	    letter-spacing: .08em;
	    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	    color: #2b241f;
	}

	.spNav__calendar {
		margin-top: 32px;
	}

	.spNav__calendar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		padding: 13px;
		border: 1px solid var(--ooedo-red);
		color: var(--ooedo-red);
		font-size: 13px;
	}


	/* SNS */

	.spNav__sns {
		display: flex;
		justify-content: center;
		gap: 16px;
		margin-top: 25px;
	}

	.spNav__sns a {
		display: block;
		width: 115px;
	}

	.spNav__sns img {
		width: 100%;
		display: block;
	}


	/* footer */

	.footer {
		padding: 20px 18px;
	}

	.footer__copyright {
		font-size: 9px;
		line-height: 1.7;
	}
}



.imageZoomModal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.imageZoomModal.is-open {
	display: flex;
}

.imageZoomModal__bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .78);
}

.imageZoomModal__content {
	position: relative;
	z-index: 2;
	width: min(850px, 85vw);
	max-height: 85vh;
}

.imageZoomModal__content img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 8px;
}

.imageZoomModal__close {
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 3;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;

	background: #fff;
	color: #333;
	font-size: clamp(24px, 2vw, 30px);
	line-height: 1;

	cursor: pointer;
}


@media screen and (max-width: 767px) {

	.imageZoomModal {
		padding: 20px;
	}

	.imageZoomModal__content img {
		max-width: calc(100vw - 40px);
		max-height: 80vh;
	}

	.imageZoomModal__close {
		right: -8px;
		top: -18px;
		width: 38px;
		height: 38px;
	}
}

.specialMenuItem__image,
.menuItem__image {
	position: relative;
	z-index: 5;
	cursor: zoom-in;
}

.specialMenuItem__image img,
.menuItem__image img {
	position: relative;
	z-index: 6;
	pointer-events: auto;
	cursor: inherit;
}
