* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	overflow-x: hidden;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.4rem;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	text-align: left;
	background-color: #fff;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 500;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: 125rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-5 {
	margin: 0.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 0.5rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 0.5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 0.5rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 0.5rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-5 {
	padding: 0.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 0.5rem !important;
}

.pr-5,
.px-5 {
	padding-right: 0.5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 0.5rem !important;
}

.pl-5,
.px-5 {
	padding-left: 0.5rem !important;
}

.m-n5 {
	margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -0.5rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.btn {
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	color: #000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.btn:hover {
	color: #000;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.c-navi {
	position: fixed;
	right: 1.8rem;
	top: 1.8rem;
	z-index: 100;
}

.c-navi__head {
	cursor: pointer;
	display: flex;
}

.c-navi__label {
	display: none;
}

.c-navi__content {
	background-color: #a41e30;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.c-navi__content.is-active {
	opacity: 1;
	visibility: visible;
}

.c-navi__list a {
	display: block;
	font-size: 1.7rem;
	font-weight: 400;
}

.c-navi__btn,
.c-navi__footer {
	margin: 0 auto;
	max-width: 44.5rem;
}

.c-navi__btn {
	background-color: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: 400;
	height: 4.9rem;
}

.c-navi__footer {
	display: flex;
	gap: 2.8rem;
	justify-content: center;
	font-size: 1.7rem;
	margin-top: 7.8rem;
}

.hamburger-box {
	--hamColor: #fff;
	background-color: #000;
	border: 0;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	height: 4.2rem;
	width: 6.6rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(16deg);
	top: 0.4rem;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-16deg);
	bottom: 0.3rem;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before {
	background-color: var(--hamColor);
	width: 100%;
	height: 1px;
}

.hamburger-inner {
	height: 0.8rem;
	width: 3.5rem;
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: 0;
	transition: top 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:after {
	position: absolute;
	bottom: 0;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}

.cl-danger {
	color: #a41e30;
}

.l-wrap {
	display: flex;
	align-items: center;
	min-height: 100dvh;
	padding: 2rem 0;
	position: relative;
	z-index: 1;
}

.font-en {
	font-family: "Poppins", sans-serif;
}

.hover:hover {
	opacity: 0.7;
}

.p-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.p-bg__item {
	animation: image-switch-animation 10s linear infinite;
	opacity: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.p-bg__item--01 {
	background-image: url("../images/slider01.jpg");
	animation-delay: 0s;
}

.p-bg__item--02 {
	background-image: url("../images/slider02.jpg");
	animation-delay: 5s;
}

.p-main {
	color: #fff;
	margin: 0 auto;
	padding: 0 3rem;
}

.p-main__logo {
	margin-bottom: 4.2rem;
	text-align: center;
}

.p-main__logo img {
	width: 14.1rem;
}

.p-main .row {
	margin-bottom: 4rem;
}

.p-main .row:last-child {
	margin-bottom: 0;
}

.p-main .font-en {
	font-weight: 400;
}

.p-main__txt {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.p-main__address {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: grid;
	gap: 3rem;
}

.p-main__address span {
	margin-left: 1.6rem;
}

.p-main__address-ttl {
	font-size: 1.6rem;
}

.p-main__link {
	margin-top: 4.5rem;
}

.p-main__link a {
	display: inline-flex;
	gap: 1.6rem;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.p-main__footer {
	display: flex;
	gap: 2rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 5rem;
}

.p-malu__img {
	height: 100%;
	overflow: hidden;
}

.p-malu__img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-malu__content {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	line-height: 2.11;
	padding: 7.5rem 4rem 10rem;
}

.p-menu__media {
	background-color: #fff;
	height: 50vh;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
}

.p-menu__media li {
	transition: 0.3s ease;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.p-menu__media li.is-active {
	opacity: 1;
}

.p-menu__media li img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-menu__content {
	padding: 3.7rem 2.5rem;
}

.p-menu .menu-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 1rem;
	margin-bottom: 3.5rem;
	padding-bottom: 2rem;
	opacity: 0.5;
}

.p-menu .menu-item.is-active {
	opacity: 1;
}

.p-menu .menu-item:last-child {
	margin-bottom: 0;
}

.p-menu .menu-item__name {
	font-size: 1.1rem;
}

.p-menu .menu-item__name.font-en {
	font-size: 1rem;
	margin-top: 0.3rem;
}

.p-menu .menu-item .font-en {
	font-weight: 400;
}

.p-menu .menu-item__price {
	margin-left: 2rem;
}

.p-event__gallery img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-event__gallery .slick-list,
.p-event__gallery .slick-track {
	height: 100%;
}

.p-event__gallery .gallery-slider {
	height: 100%;
	width: 100%;
}

.p-event__gallery .slick-dots {
	display: flex;
	justify-content: center;
	gap: 1rem;
	position: absolute;
	left: 2rem;
	right: 2rem;
	bottom: 2.4rem;
	z-index: 3;
}

.p-event__gallery .slick-dots li.slick-active button {
	background-color: #a41e30;
}

.p-event__gallery .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0.7rem;
	width: 0.7rem;
}

.p-event__content {
	font-size: 1.1rem;
	padding: 7.8rem 3rem 9rem;
}

.p-event__txt {
	display: grid;
	gap: 2rem;
	line-height: 2;
	margin-bottom: 6rem;
}

.p-event__txt.font-en {
	line-height: 1.67;
}

.p-event__link {
	line-height: 2;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.3);
	text-decoration-color: rgba(0, 0, 0, 0.3);
	text-underline-offset: 0.5rem;
}

.p-event__link span {
	color: rgba(0, 0, 0, 0.6);
}

.p-event .font-en {
	font-weight: 400;
}

.p-event table tr:last-child {
	margin-bottom: 0;
}

.p-event table tr:last-child th,
.p-event table tr:last-child td {
	padding-bottom: 0;
}

.fancybox__slide {
	padding: 5rem 3rem 3rem !important;
}

.fancybox__backdrop {
	--fancybox-bg: rgba(0, 0, 0, 0.8);
}

.fancybox__nav {
	display: none;
}

.fancybox__content {
	position: relative;
}

.fancybox__content .f-button.is-close-btn {
	--f-button-width: rem(22px);
	--f-button-height: rem(22px);
	opacity: 1;
	padding: 0;
	top: -3rem;
}

.fancybox__content .f-button.is-close-btn::after {
	content: "";
	background: url("../images/icon_close.svg") no-repeat center/contain;
	width: 2.2rem;
	height: 2.2rem;
}

.fancybox__content .f-button.is-close-btn svg {
	display: none;
}

.fancybox__content .custom-next,
.fancybox__content .custom-prev {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	outline: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fancybox__content .custom-next::after,
.fancybox__content .custom-prev::after {
	content: "";
	display: block;
	background: url("../images/icon_next.svg") no-repeat center/contain;
	width: 1.4rem;
	height: 2.7rem;
}

.fancybox__content .custom-prev {
	left: -2.2rem;
}

.fancybox__content .custom-prev::after {
	transform: rotateY(180deg);
}

.fancybox__content .custom-next {
	right: -2.2rem;
}

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-5 {
	margin: 0.5rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: 0.5rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: 0.5rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: 0.5rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: 0.5rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-5 {
	padding: 0.5rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: 0.5rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: 0.5rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: 0.5rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: 0.5rem !important;
}

.m-sm-n5 {
	margin: -0.5rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -0.5rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -0.5rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -0.5rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.p-malu__content {
	font-size: 1.4rem;
}

.p-menu .menu-item {
	font-size: 1.4rem;
}

.p-menu .menu-item__name {
	font-size: 1.6rem;
}

.p-menu .menu-item__name.font-en {
	font-size: 1.4rem;
}

}

@media (min-width: 768px) {

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-5 {
	margin: 0.5rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: 0.5rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: 0.5rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: 0.5rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: 0.5rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-5 {
	padding: 0.5rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: 0.5rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: 0.5rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: 0.5rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: 0.5rem !important;
}

.m-md-n5 {
	margin: -0.5rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -0.5rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -0.5rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -0.5rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.c-navi {
	right: 2rem;
	top: 2.3rem;
}

.c-navi__label {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	width: 13.8rem;
}

.c-navi__list a {
	font-size: 1.6rem;
	padding: 1.3rem 2.7rem;
}

.c-navi__list a:hover {
	background-color: #8c000a;
}

.c-navi__btn,
.c-navi__footer {
	display: none;
}

.hamburger-box {
	margin-left: 0;
	height: 3.6rem;
	width: 5.6rem;
}

.hamburger-inner {
	width: 3rem;
}

.l-wrap::before,
.l-wrap::after {
	content: "";
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	bottom: 0;
	width: calc(50% - 18.75rem);
}

.l-wrap::before {
	background-image: url("../images/bg01.jpg");
	left: 0;
}

.l-wrap::after {
	background-image: url("../images/bg02.jpg");
	right: 0;
}

.p-bg {
	display: none;
}

.p-main {
	background-color: #fff;
	color: inherit;
	max-width: 37.5rem;
	padding: 0 6rem;
}

.p-main__logo {
	margin-bottom: 8rem;
}

.p-main__logo img {
	width: auto;
}

.p-main .row {
	margin-bottom: 6rem;
}

.p-main__txt {
	font-size: 1.6rem;
}

.p-main__address {
	font-size: 1.4rem;
	gap: 3.7rem;
}

.p-main__link {
	color: #a41e30;
	margin-top: 6.6rem;
}

.p-main__link a {
	font-size: 1.8rem;
	gap: 1.8rem;
}

.p-main__footer {
	margin-top: 8rem;
}

.p-malu__content {
	line-height: 2.46;
	padding: 3rem 3rem;
}

.p-menu .menu-item {
	opacity: 0.4;
	margin-bottom: 7.3rem;
	padding-bottom: 2.8rem;
}

.p-event {
	display: flex;
}

.p-event__gallery {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50%;
	height: 100vh;
}

.p-event__gallery .slick-dots {
	justify-content: flex-start;
	bottom: 1.8rem;
}

.p-event__content {
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	flex: 0 50%;
	margin-left: auto;
	padding: 10.8rem 3rem 6.5rem;
}

.p-event__txt {
	line-height: 2.16;
	gap: 3rem;
	margin-bottom: 5rem;
}

.p-event__txt.font-en {
	line-height: 1.83;
}

.p-event table th,
.p-event table td {
	padding-bottom: 3rem;
	vertical-align: top;
}

.p-event table th {
	width: 11rem;
}

.fancybox__slide {
	padding: 10rem 2rem !important;
}

.fancybox__content .f-button.is-close-btn {
	--f-button-width: rem(24px);
	--f-button-height: rem(24px);
	top: -3.4rem;
}

.fancybox__content .f-button.is-close-btn::after {
	width: 2.4rem;
	height: 2.4rem;
}

.fancybox__content .custom-next::after,
.fancybox__content .custom-prev::after {
	width: 1.9rem;
	height: 3.7rem;
}

.fancybox__content .custom-prev {
	left: -3.6rem;
}

.fancybox__content .custom-next {
	right: -3.6rem;
}

}

@media (min-width: 768px) and (min-width: 992px) {

.l-wrap::before,
.l-wrap::after {
	width: calc(50% - 24rem);
}

}

@media screen and (min-width: 768px) and (max-height: 850px) {

.p-main__logo {
	margin-bottom: 7.4vh;
}

.p-main .row {
	margin-bottom: 5vh;
}

.p-main__address {
	gap: 4.35vh;
}

.p-main__link {
	margin-top: 7.76vh;
}

.p-main__footer {
	margin-top: 7.4vh;
}

}

@media screen and (min-width: 768px) and (max-height: 700px) {

.p-main__logo img {
	height: 18.47vh;
	min-height: 10rem;
}

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-5 {
	margin: 0.5rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 0.5rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: 0.5rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: 0.5rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: 0.5rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-5 {
	padding: 0.5rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: 0.5rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: 0.5rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: 0.5rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 0.5rem !important;
}

.m-lg-n5 {
	margin: -0.5rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -0.5rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -0.5rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -0.5rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.p-main {
	max-width: 48rem;
	padding: 0 10rem;
}

.p-malu__item {
	min-height: 100vh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-malu__item:nth-child(odd) .p-malu__img {
	order: 2;
}

.p-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-menu__media {
	height: 100vh;
}

.p-menu__content {
	padding: 10.8rem 3rem 7rem;
}

}

@media (min-width: 1300px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-5 {
	margin: 0.5rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: 0.5rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: 0.5rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: 0.5rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: 0.5rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-5 {
	padding: 0.5rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: 0.5rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: 0.5rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: 0.5rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: 0.5rem !important;
}

.m-xl-n5 {
	margin: -0.5rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -0.5rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -0.5rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -0.5rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.p-malu__content {
	padding: 3rem 7.5rem;
}

.p-menu__content {
	padding: 21rem 7.5rem 7rem;
}

.p-event__content {
	padding: 10.8rem 7.4rem 6.5rem;
}

}

@media (max-width: 767px) {

.c-navi__content {
	overflow-y: auto;
	padding: 11rem 5.4rem 4rem;
	position: fixed;
	top: 1.8rem;
	bottom: 1.8rem;
	left: 1.8rem;
	right: 1.8rem;
	z-index: 90;
}

.c-navi__list {
	margin: 0 auto 8.4rem;
	max-width: 44.5rem;
}

.c-navi__list li:not(:last-child) {
	border-bottom: 1px solid #8c000a;
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
}

.is-home .hamburger-box {
	--hamColor: #000;
	background-color: #fff;
}

.is-home .hamburger-box.is-active {
	--hamColor: #fff;
	background-color: #000;
}

.p-main__link a {
	border-bottom: 1px solid #a41e30;
	padding-bottom: 0.5rem;
}

.p-malu__img {
	aspect-ratio: 750/931;
	max-height: 100vh;
	min-width: 100%;
}

.p-event__gallery {
	aspect-ratio: 750/931;
	max-height: 100vh;
	min-width: 100%;
}

.p-event__txt.font-en {
	font-size: 1rem;
	margin-bottom: 4.5rem;
}

.p-event table tr {
	float: left;
	margin-bottom: 2rem;
	width: 100%;
}

.p-event table th,
.p-event table td {
	float: left;
	width: 100%;
}

}

@media screen and (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@keyframes image-switch-animation {

0% {
	opacity: 0;
}

5% {
	opacity: 1;
}

50% {
	opacity: 1;
}

60% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

