/* ----------------------------------------------------
	rest-sec
---------------------------------------------------- */
.rest-sec {
	margin: 0 auto;
	width: 100rem;
}

@media screen and (max-width: 768px) {
	.rest-sec {
		width: 32rem;
	}
}

/* ----------------------------------------------------
	newyear
---------------------------------------------------- */
.newyear {
	margin-bottom: 16rem;
}

.newyear__head {
	margin-bottom: 14rem;
	display: flex;
	justify-content: space-between;
}

.newyear__head--content {
	width: 43.3rem;
}

.newyear__head--title {
	margin-bottom: 3rem;
	line-height: normal;
	font-family: var(--mincho);
	font-size: 3.8rem;
	font-weight: 600;
}

.newyear__head--lead .text {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 400;
}

.newyear__head--lead .chef {
	line-height: normal;
	color: rgb(var(--blu));
}

.newyear__head--lead .chef__title {
	font-family: var(--en);
	font-size: 2.6rem;
	font-weight: 600;
}

.newyear__head--lead .chef__name {
	font-size: 2.3rem;
}

.newyear__head--lead .chef__post {
	font-size: 1.9rem;
	display: block;
}

.newyear__head--image {
	width: 46.7rem;
}

@media screen and (max-width: 768px) {
	.newyear {
		margin-bottom: 8rem;
	}

	.newyear__head {
		margin-bottom: 6rem;
		display: block;
	}

	.newyear__head--content {
		margin-bottom: 2rem;
		width: 100%;
	}

	.newyear__head--title {
		font-size: 2.5rem;
	}

	.newyear__head--lead .text {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}

	.newyear__head--lead .chef {
		margin-top: 4rem;
		text-align: right;
	}

	.newyear__head--lead .chef__title {
		font-size: 1.6rem;
	}

	.newyear__head--lead .chef__name {
		font-size: 1.8rem;
	}

	.newyear__head--lead .chef__post {
		font-size: 1.5rem;
	}

	.newyear__head--image {
		width: 100%;
	}
}

/* 
	newyear__body
------------------------------ */
.newyear__body--content {
	display: flex;
	justify-content: space-between;
}

.newyear__body--content:not(:last-of-type) {
	margin-bottom: 7rem;
}

.newyear .content-title {
	margin-bottom: 4rem;
}

.newyear__body--detail {
	width: 56rem;
}

.newyear__body--detail .title {
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: 700;
}

.newyear__table {
	font-size: 2rem;
	font-weight: 400;
}

.newyear__table:not(:last-of-type) {
	margin-bottom: 3rem;
}

.newyear__table--th,
.newyear__table--td {
	vertical-align: top;
}

.newyear__table--th {
	padding-right: 1rem;
	display: flex;
}

.newyear__table--th::before {
	content: "●";
}

.newyear__table--td .time {
	display: block;
}

.newyear__table+.note {
	margin-top: 1rem;
}

.newyear__body--detail .menu {
	margin-top: 1rem;
}

.newyear__body--detail .menu__title {
	color: rgb(var(--blu));
	font-family: var(--en);
	font-size: 2.2rem;
	font-weight: 600;
}

.newyear__body--detail .menu__content {
	font-size: 1.5rem;
	font-weight: 400;
}

.newyear__body--detail .date {
	color: rgb(var(--blu));
	font-size: 2.4rem;
	font-weight: 700;
}

.newyear__body--detail .date.rese::after {
	background-image: url(../img/ticket05.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0.5rem;
	width: 9.5rem;
	height: 2.6rem;
	display: inline-block;
	position: relative;
	top: 0.3rem;
	content: "";
}

.newyear__body--detail .text {
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 400;
}

.newyear__button {
	margin-top: 3rem;
	display: flex;
}

.newyear__button .link-button {
	background: none;
	margin-right: 2rem;
	width: 22rem;
	height: 4.8rem;
	color: rgb(var(--blu));
	font-size: 1.4rem;
	border: solid 1px rgb(var(--blu));
	position: relative;
}

.newyear__button .link-button::before,
.newyear__button .link-button::after {
	background-color: rgb(var(--blu));
	width: 1.1rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	content: "";
}

.newyear__button .link-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.newyear__body--image {
	width: 39rem;
}

/* newyear__slide */
.newyear__slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.newyear__slide .slick-dots {
	top: calc(100% + 1.4rem);
	bottom: auto;
	justify-content: flex-end;
}

.newyear__slide .slick-dots li,
.newyear__slide .slick-dots li button {
	width: 10px;
	height: 10px;
}

.newyear__slide .slick-dots li:not(:last-of-type) {
	margin-right: 10px;
}

.newyear__slide .slick-dots li button {
	background-color: rgb(131, 132, 132);
	border: none;
	border-radius: 50%;
}

.newyear__slide .slick-dots li.slick-active button {
	background-color: rgb(var(--blu));
}

@media screen and (max-width: 768px) {
	.newyear__body--content {
		display: block;
	}

	.newyear .content-title {
		margin-bottom: 2rem;
	}

	.newyear__body--detail {
		margin-bottom: 2rem;
		width: 100%;
	}

	.newyear__body--detail .title {
		font-size: 2rem;
	}

	.newyear__table {
		font-size: 1.6rem;
	}

	.newyear__table:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	.newyear__table--th {
		white-space: nowrap;
	}

	.newyear__body--detail .menu__title {
		font-size: 1.8rem;
	}

	.newyear__body--detail .menu__content {
		font-size: 1.4rem;
	}

	.newyear__body--detail .date {
		font-size: 2rem;
	}

	.newyear__body--detail .text {
		font-size: 1.6rem;
	}

	.newyear__button {
		margin-top: 2rem;
		display: block;
	}

	.newyear__button .link-button {
		margin: 0 0 1rem;
		width: 100%;
	}

	.newyear__body--image {
		width: 100%;
	}

	/* newyear__slide */
	.newyear__slide.slick-dotted.slick-slider {
		margin-bottom: 5rem;
	}

	.newyear__slide .slick-dots li,
	.newyear__slide .slick-dots li button {
		width: 1rem;
		height: 1rem;
	}

	.newyear__slide .slick-dots li:not(:last-of-type) {
		margin-right: 1rem;
	}
}

/* 
	performer
------------------------------ */
.performer__lead {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
}

.performer__title {
	margin-bottom: 3rem;
	height: 5.8rem;
	color: rgb(var(--blu));
	font-size: 2.5rem;
	font-weight: 700;
	border-top: solid 1px rgb(var(--blu));
	border-bottom: solid 1px rgb(var(--blu));
	display: flex;
	justify-content: center;
	align-items: center;
}

.performer__content {
	margin-bottom: 6rem;
	display: flex;
	justify-content: space-between;
}

.performer__detail {
	margin-bottom: 3rem;
}

.performer__detail--title {
	margin-bottom: 1rem;
	color: rgb(var(--blu));
	font-size: 3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.performer__detail--title::after {
	background-color: rgb(var(--blu));
	margin-left: 1rem;
	height: 1px;
	flex: 1;
	content: "";
}

.performer__detail--content {
	display: flex;
	justify-content: space-between;
}

.performer__detail--content .image:not(:last-of-type) {
	margin-bottom: 2rem;
}

.performer__detail--content figcaption {
	margin-top: 0.5rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: right;
}

/* koto */
.performer__detail.koto {
	width: 48.6rem;
}

.performer__detail.koto .image {
	width: 22.7rem;
}

/* shishimai */
.performer__detail.shishimai {
	width: 22.7rem;
}

/* mochitsuki */
.performer__detail.mochitsuki {
	width: 22.7rem;
}

/* shinobue */
.performer__detail.shinobue {
	width: 65.2rem;
}

.performer__detail.shinobue img {
	width: 30.4rem;
}

/* balloon */
.performer__detail.balloon {
	width: 30.4rem;
}

@media screen and (max-width: 768px) {
	.performer__lead {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}

	.performer__title {
		margin-bottom: 2rem;
		height: 4rem;
		font-size: 2rem;
	}

	.performer__content {
		margin-bottom: 3rem;
		display: block;
	}

	.performer__detail--title {
		font-size: 2.4rem;
	}

	.performer__detail--content {
		display: block;
	}

	.performer__detail--content figcaption {
		font-size: 1.4rem;
	}

	.performer__detail.koto,
	.performer__detail.koto .image,
	.performer__detail.shishimai,
	.performer__detail.mochitsuki,
	.performer__detail.shinobue,
	.performer__detail.shinobue img,
	.performer__detail.balloon {
		width: 100%;
	}
}

/* ----------------------------------------------------
	dinner
---------------------------------------------------- */
.dinner__title {
	margin-bottom: 5rem;
	line-height: normal;
	color: rgb(var(--gol));
	font-family: var(--en);
	font-size: 5rem;
	font-weight: 600;
	text-align: center;
}

.dinner__notes {
	margin-bottom: 6rem;
}

.dinner__notes--item {
	padding: 4rem 0;
	font-size: 2rem;
	text-align: center;
	border: solid 2px rgb(var(--blu));
}

.dinner__notes--item:not(:last-of-type) {
	margin-bottom: 3rem;
}

.dinner__notes--item .title {
	font-size: 2.2rem;
	font-weight: 700;
}

.dinner__notes--item b {
	font-weight: 700;
}

.dinner__lead {
	margin-bottom: 16rem;
	font-size: 2rem;
	text-align: center;
}

.dinner__content+.note {
	margin-top: 10rem;
}

.dinner__content .content-title {
	background-color: rgba(89, 87, 87, 1);
	margin-bottom: 3rem;
	text-align: center;
}

.dinner__content--detail:not(:last-of-type) {
	margin-bottom: 16.5rem;
}

.dinner__content--lead {
	margin-bottom: 3rem;
	font-size: 2.2rem;
	text-align: center;
}

.dinner__list--item:not(:last-of-type) {
	margin-bottom: 8rem;
}

.dinner__list .comment {
	background-color: rgb(var(--wht));
	margin-top: 6rem;
	border: solid 1px rgb(var(--gol));
}

.dinner__content--image {
	margin: 0 auto;
	width: 72rem;
}

.dinner__image {
	margin-bottom: 4rem;
}

.dinner .link-button {
	margin: 0 auto;
	height: 4.8rem;
	font-size: 1.4rem;
}

.dinner .link-button {
	width: 20rem;
}

.dinner .ja .link-button {
	width: 30rem;
}

.dinner .ja .link-button.kids {
	margin-top: 10rem;
	width: 38rem;
}

.dinner .link-button::before,
.dinner .link-button::after {
	background-color: rgb(var(--wht));
	width: 1.1rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	content: "";
}

.dinner .link-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.dinner .comment {
	padding: 5rem 4.2rem;
	display: flex;
	gap: 5em;
}

.dinner .comment__content {
	width: 100%;
	min-width: 0;
}

.dinner .comment__text,
.dinner .comment__name {
	font-size: 1.6rem;
}

.dinner .comment__text {
	font-weight: 400;
}

.dinner .comment__name {
	margin-top: 1.6rem;
	color: rgb(var(--gol));
}

.dinner .comment__image {
	width: 20rem;
	flex-shrink: 0;
}

.dinner .comment__title {
	color: rgb(var(--gol));
	font-family: var(--en);
	font-size: 2.5rem;
	font-weight: 700;
}

/* dinner__slide */
.dinner__slide.slick-dotted.slick-slider {
	margin-bottom: 10rem;
}

.dinner__slide .slick-prev,
.dinner__slide .slick-next {
	background: url(../img/arrow-slide.svg) center / contain no-repeat;
	width: 2.3rem;
	height: 3.9rem;
}

.dinner__slide .slick-prev {
	left: -7rem;
}

.dinner__slide .slick-next {
	right: -7rem;
	transform: translateY(-50%) scaleX(-1);
}

.dinner__slide .slick-dots {
	top: calc(100% + 1.4rem);
	bottom: auto;
	justify-content: center;
}

.dinner__slide .slick-dots li,
.dinner__slide .slick-dots li button {
	width: 10px;
	height: 10px;
}

.dinner__slide .slick-dots li:not(:last-of-type) {
	margin-right: 10px;
}

.dinner__slide .slick-dots li button {
	background-color: rgb(131, 132, 132);
	border: none;
	border-radius: 50%;
}

.dinner__slide .slick-dots li.slick-active button {
	background-color: rgb(var(--blu));
}

@media screen and (max-width: 768px) {
	.dinner__title {
		margin-bottom: 3rem;
		font-size: 4rem;
	}

	.dinner__notes {
		margin-bottom: 2rem;
	}

	.dinner__notes--item {
		padding: 2rem;
		font-size: 1.6rem;
	}

	.dinner__notes--item:not(:last-of-type) {
		margin-bottom: 0;
	}

	.dinner__notes--item .title {
		font-size: 1.8rem;
	}

	.dinner__notes--time {
		display: inline-block;
		text-align: left;
	}

	.dinner__lead {
		margin-bottom: 8rem;
		font-size: 1.6rem;
	}

	.dinner__content+.note {
		margin-top: 6rem;
	}

	.dinner__content .content-title {
		height: 8rem;
		line-height: normal;
	}

	.dinner__content--detail:not(:last-of-type) {
		margin-bottom: 8rem;
	}

	.dinner__content--lead {
		font-size: 1.6rem;
	}

	.dinner__list--item:not(:last-of-type) {
		margin-bottom: 6rem;
	}

	.dinner__content--image {
		margin: 0 auto;
		width: 32rem;
	}

	.dinner .link-button,
	.dinner .ja .link-button,
	.dinner .ja .link-button.kids {
		width: 100%;
	}

	.dinner .ja .link-button.kids {
		height: 6rem;
		line-height: normal;
	}

	.dinner .comment {
		padding: 4rem 3rem 5rem;
		display: block;
	}

	.dinner .comment__content {
		margin-bottom: 3rem;
	}

	.dinner .comment__image {
		margin: 0 auto;
	}

	/* dinner__slide */
	.dinner__slide.slick-dotted.slick-slider {
		margin-bottom: 5rem;
	}

	.dinner__slide .slick-prev,
	.dinner__slide .slick-next {
		background: url(../img/arrow-slide.svg) center / contain no-repeat;
		width: 2.4rem;
		height: 2.4rem;
	}

	.dinner__slide .slick-prev {
		left: -3rem;
	}

	.dinner__slide .slick-next {
		right: -3rem;
	}

	.dinner__slide .slick-dots li,
	.dinner__slide .slick-dots li button {
		width: 1rem;
		height: 1rem;
	}

	.dinner__slide .slick-dots li:not(:last-of-type) {
		margin-right: 1rem;
	}
}


/* 
	dinner-nav
------------------------------ */
.dinner-nav {
	margin-bottom: 6rem;
	display: flex;
	justify-content: space-between;
}

.dinner-nav__item {
	width: 24rem;
}

.dinner-nav__item a {
	background-color: rgba(var(--gol), 1);
	background-image: url(../img/top/contents-bg.webp), url(../img/restaurants/arrow-nav.svg);
	background-position: top 1.1rem center, bottom 2rem center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 4rem, 1.6rem auto;
	padding: 6rem 0 4rem;
	color: rgb(var(--wht));
	text-align: center;
	text-decoration: none;
	display: block;
}

.dinner-nav__image img {
	width: calc(100% - 4.2rem)
}

.dinner-nav__image--caption {
	margin-top: 1.6rem;
	line-height: normal;
	height: 7.4rem;
	font-family: var(--en);
	font-size: 2.2rem;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.dinner-nav__image--caption .place {
	font-family: var(--gothic);
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 768px) {
	.dinner-nav {
		display: block;
	}

	.dinner-nav__item {
		margin: 0 auto;
	}

	.dinner-nav__item:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	.dinner-nav__image--caption {
		height: auto;
	}
}

/* ----------------------------------------------------
	modal
---------------------------------------------------- */
.modal {
	width: 80rem;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	transform: translate(-50%, -48%);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, -50%);
}

.modal__body {
	background-color: rgb(var(--wht));
	padding: 6rem 5rem;
	width: 100%;
	max-height: 90dvh;
	font-family: var(--gothic);
	overflow-y: auto;
	border: solid 1px rgb(var(--gol));
}

.modal__close {
	background: url(../img/restaurants/close-modal.svg) center / contain no-repeat;
	width: 4.4rem;
	height: 4.4rem;
	position: absolute;
	top: -2.2rem;
	right: -2.2rem;
	z-index: 1;
}

.overlay.is-modal-overlay {
	background-color: rgba(var(--blk), 0.6);
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.is-modal-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

body.is-modal-open {
	overflow: hidden;
}

.modal__shop {
	margin-bottom: 3rem;
	color: rgb(var(--gol));
	font-size: 2rem;
	text-align: center;
}

.modal__content--title {
	margin-bottom: 3rem;
	height: 5.8rem;
	font-size: 2.5rem;
	border-top: solid 1px rgb(var(--gol));
	border-bottom: solid 1px rgb(var(--gol));
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__content--detail {
	font-size: 1.5rem;
	font-weight: 400;
}

.modal__image {
	margin-bottom: 3rem;
	width: 100%;
	display: block;
}

.modal__content--detail .title {
	color: rgb(var(--blu));
	font-weight: 700;
}

.modal__content--detail .circle:not(:last-of-type) {
	margin-bottom: 3rem;
}

.modal__content--detail .circle li {
	text-indent: -1.25em;
}

.modal__content--detail .circle li .notes {
	background-color: rgba(229, 242, 245, 1);
	padding: 0 0.5em 0 2rem;
	color: rgb(var(--blu));
	font-size: 1.3rem;
	display: inline-block;
}

.modal__content--detail .circle li .notes::before {
	content: "★";
}

.modal__content--detail .circle li::before {
	color: rgba(150, 145, 136, 1);
}

.modal__content--detail .modal__table--th,
.modal__content--detail .modal__table--td {
	vertical-align: top;
}

.modal__content--detail .modal__table--th {
	padding-right: 1em;
	color: rgb(var(--blu));
	font-weight: 500;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.modal {
		width: 34rem;
	}

	.modal__body {
		padding: 3rem 2rem;
	}

	.modal__close {
		width: 3rem;
		height: 3rem;
		top: -1.2rem;
		right: -1.2rem;
	}

	.modal__shop {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}

	.modal__content--title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}

	.modal__content--detail {
		font-size: 1.4rem;
	}

	.modal__image {
		margin-bottom: 2rem;
	}

	.modal__content--detail .circle:not(:last-of-type) {
		margin-bottom: 2rem;
	}

	.modal__content--detail .circle li .notes {
		font-size: 1.1rem;
	}
}