/* リキッドレイアウト対応 */

html {
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	min-height: 100vh;
	min-height: 100dvh;
	width: 100%;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.childMenu.nav__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
}

.childMenu__contents {
	background-color: #ffffff;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	visibility: hidden;
	z-index: -1;
}

.childMenu__content {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
	width: 200px;
	width: 12.5rem;
}

.childMenu__content:hover {
	background-color: #d93448;
	color: #ffffff;
}

.childMenu__content a {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.cmn-btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8125;
	max-width: 327px;
	max-width: 20.4375rem;
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 100%;
}

.cmn-btn::before {
	content: "";
	display: inline-block;
	height: 64px;
	height: 4rem;
	vertical-align: middle;
}

.cmn-btn::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	top: 40%;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 6px;
	width: 0.375rem;
}

.cmn-btn:hover {
	background: #ffffff;
	color: #d93448;
	opacity: 1;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.cmn-btn:hover::after {
	background: #d93448;
	opacity: 1;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.cmn-btn.--01 {
	background: #d93448;
	border: 1px solid #d93448;
	color: #ffffff;
	text-indent: -0.5em;
}

.cmn-btn.--01::after {
	background: #ffffff;
	right: 32px;
	right: 2rem;
}

.cmn-btn.--01:hover {
	background: #004263;
	border: 1px solid #004263;
}

.cmn-btn.--02 {
	background: #ffffff;
	border: 1px solid #004263;
	color: #004263;
	text-indent: 0.5em;
}

.cmn-btn.--02::after {
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	background: #004263;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	left: 32px;
	left: 2rem;
}

.cmn-btn.--02:hover {
	background: #004263;
	color: #ffffff;
}

.cmn-btn.--02:hover::after {
	background: #ffffff;
}

.cmn-btn.--03 {
	background: #ffffff;
	border: 1px solid #d93448;
	color: #d93448;
	text-indent: -0.5em;
}

.cmn-btn.--03::after {
	background: #d93448;
	right: 32px;
	right: 2rem;
}

.cmn-btn.--03:hover {
	border: 1px solid #004263;
	color: #004263;
}

.cmn-btn.--03:hover::after {
	background: #004263;
}

.cmn-btn.--04 {
	color: #004263;
	text-indent: -0.5em;
	width: 184px;
	width: 11.5rem;
}

.cmn-btn.--04::after {
	background: #004263;
	right: 32px;
	right: 2rem;
}

.cmn-btn.--04:hover {
	opacity: 0.8;
}

.cmn-btn.--05 {
	background: #ffffff;
	border: 1px solid #004263;
	color: #004263;
	text-indent: -0.5em;
}

.cmn-btn.--05::after {
	background: #004263;
	right: 32px;
	right: 2rem;
}

.cmn-btn.--05:hover {
	background: #004263;
	border: 1px solid #004263;
	color: #ffffff;
}

.cmn-btn.--05:hover::after {
	background: #ffffff;
}

.drawer {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	opacity: 1;
	overflow: scroll;
	padding: 16px 24px 32px;
	padding: 1rem 1.5rem 2rem;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
	transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
	visibility: visible;
	width: 100%;
	z-index: 500;
}

.drawer.is-active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.drawer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.drawer__logo {
	display: block;
	position: relative;
	width: 81px;
	width: 5.0625rem;
	z-index: 99;
}

.drawer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 101/50;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.drawer__toggle {
	cursor: pointer;
	height: 28px;
	height: 1.75rem;
	position: relative;
	width: 34px;
	width: 2.125rem;
}

.drawer__toggle-line {
	background-color: #333333;
	border-radius: 50vh;
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 34px;
	width: 2.125rem;
}

.drawer__toggle.is-white .drawer__toggle-line {
	background-color: #ffffff;
}

.drawer__toggle-line:nth-of-type(1) {
	left: 0;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer__toggle-line:nth-of-type(2) {
	bottom: 39%;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.floating-contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #c32538;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	pointer-events: inherit !important;
	position: fixed;
	right: 0;
	z-index: 50;
}

.floating-contact_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.floating-contact__text {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
}

.floating-contact__wrap {
	margin-left: 16px;
	margin-left: 1rem;
}

.floating-contact__phone {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.floating-contact__phone span {
	width: 28px;
	width: 1.75rem;
}

.floating-contact__phone span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.floating-contact__phone-num {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.footer {
	background-color: #ffffff;
	padding: 56px 0 50px;
	padding: 3.5rem 0 3.125rem;
}

.footer.is-bottom {
	padding-bottom: 0;
}

.footer.is-gray {
	background-color: #f5f5f5;
}

.footer__inner {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 36px;
	padding: 0 2.25rem;
	width: 100%;
}

.footer__wrap {
	display: block;
	padding-bottom: 0px;
	padding-bottom: 0rem;
}

.footer__logo {
	display: block;
	margin: 0 auto;
	width: 202px;
	width: 12.625rem;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 283/140;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__address {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.footer__address p + p {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.footer__sns-items {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.footer__sns-item {
	width: 29px;
	width: 1.8125rem;
}

.footer__sns-item img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__sns-item.sns-line {
	width: 24px;
	width: 1.5rem;
}

.footer__items {
	gap: 24px;
	gap: 1.5rem;
	border-top: 1px solid #e4e4e4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 56px;
	padding-top: 3.5rem;
}

.footer__items.u-desktop-flex {
	display: none;
}

.footer__item {
	color: #004263;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	min-width: 200px;
	min-width: 12.5rem;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

.footer__item a + a {
	display: block;
	margin-top: 16px;
	margin-top: 1rem;
}

.footer__item-link {
	color: #004263;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.footer__secondary-items {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.footer__secondary-item {
	color: #5a5a5a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

.footer__secondary-item-link {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5a5a5a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
}

.footer__secondary-item-link:before {
	content: "-";
	display: inline-block;
}

.footer__lists {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.footer__list-link {
	color: #5a5a5a;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer__copyright {
	background-color: #004263;
	padding: 16px 0;
	padding: 1rem 0;
}

.footer__copyright-text {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.footer__phone.u-mobile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #c32538;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 0;
	padding: 0.5rem 0;
}

.footer__phone-text {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer__phone-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__phone-wrap span {
	margin-left: 16px;
	margin-left: 1rem;
	width: 28px;
	width: 1.75rem;
}

.footer__phone-wrap span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__phone-num {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 4px;
	margin-left: 0.25rem;
}

.header {
	background-color: transparent;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	height: 100%;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-left: 1.5rem;
	padding-right: 24px;
	padding-right: 1.5rem;
	width: 100%;
}

.header__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 0;
	padding: 1rem 0;
	width: 100%;
}

.header__logo {
	display: block;
	width: 81px;
	width: 5.0625rem;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 101/50;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__logo-normal {
	display: block;
	height: 100%;
}

.header__logo-normal.is-active {
	display: none;
}

.header__logo-nav {
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.header__logo-nav.is-active {
	height: 100%;
	opacity: 1;
}

.header__logo-nav.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.header__toggle {
	height: 28px;
	height: 1.75rem;
	position: relative;
	width: 34px;
	width: 2.125rem;
}

.header__toggle.u-mobile {
	display: block;
}

.header__toggle-line {
	background-color: #ffffff;
	border-radius: 50vh;
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 34px;
	width: 2.125rem;
}

.header__toggle-line.is-color {
	background-color: #333333;
}

.header__toggle.is-active .header__toggle-line {
	background-color: #333333;
}

.header__toggle-line:nth-of-type(1) {
	left: 0;
	top: 0;
}

.header__toggle-line:nth-of-type(2) {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.header__toggle-line:nth-of-type(3) {
	bottom: 0;
	left: 0;
}

header .logo-image {
	display: none;
}

header .logo-image.is-active {
	display: block;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.lower-mv {
	-webkit-clip-path: ellipse(100% 100% at 50% 0%);
	clip-path: ellipse(100% 100% at 50% 0%);
	height: 178px;
	height: 11.125rem;
	position: relative;
	width: 100%;
}

.lower-mv__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 72px;
	padding-top: 4.5rem;
}

.lower-mv__wrap {
	color: #ffffff;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, .25);
}

.lower-mv__head.--en {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.lower-mv__head.--jp {
	font-weight: 400;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.nav {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.nav__item {
	height: auto;
	margin: 0;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	position: relative;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.nav__item:first-child {
	padding-top: 8px;
	padding-top: 0.5rem;
}

.nav__item:last-child {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.nav__item a,
.nav__item p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
}

.nav__item + .nav__item {
	border-top: 1px solid #c9c9c9;
}

.nav__item.u-desktop {
	display: none;
}

.drawer.is-active .nav__item:hover {
	background-color: #fcf6f6;
	color: #d93448;
}

.nav__contact {
	display: inline-block;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
	width: 100%;
}

.nav__contact:before {
	background-color: #7a7a7a;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 15px;
	margin-right: 0.9375rem;
	vertical-align: middle;
	width: 100px;
	width: 6.25rem;
}

.nav__contact:after {
	background-color: #7a7a7a;
	content: "";
	display: inline-block;
	height: 1px;
	margin-left: 15px;
	margin-left: 0.9375rem;
	vertical-align: middle;
	width: 100px;
	width: 6.25rem;
}

.nav__phone {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 48px;
	margin-top: 3rem;
}

.nav__phone span {
	width: 32px;
	width: 2rem;
}

.nav__phone span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.nav__phone-num {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.nav__time {
	color: #7a7a7a;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.nav__btn {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 327px;
	width: 100%;
}

.gallery-info {
	background: #ffffff;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 112px;
}

.gallery-info .access-top {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #004263;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 24px;
	width: 327px;
}

.gallery-info .info-wrap {
	margin-top: 8px;
}

.gallery-info .info {
	padding-block: 32px;
}

.gallery-info .info:not(:first-child) {
	border-top: 1px solid #c9c9c9;
}

.gallery-info .info__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.gallery-info .info__text {
	margin-top: 16px;
}

.gallery-info .info__link {
	-webkit-text-decoration-line: underline;
	color: #015be2;
	line-height: 29px;
	text-decoration-line: underline;
}

.gallery-info .info__item {
	line-height: 29px; /* 181.25% */
	list-style-type: disc;
	margin-left: 20px;
}

.gallery-page-access {
	background: #ffffff;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 112px;
}

.gallery-page-access .access-top {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #004263;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 24px;
	width: 327px;
}

.gallery-page-access .address {
	margin-top: 48px;
	margin-top: 3rem;
}

.gallery-page-access .address-info {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gallery-page-access iframe {
	aspect-ratio: 327/157;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.gallery-page-access .address-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery-page-access .access {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.gallery-page-access .access__title {
	border-bottom: 4px solid #c9c9c9;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-left: 48px;
	padding-top: 4.5px;
	padding-top: 0.28125rem;
	position: relative;
}

.gallery-page-access .access__title::before {
	background: #004263;
	bottom: -4px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 26%;
}

.gallery-page-access .access__title::after {
	background-image: url(../images/wedding/train.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 10px;
	position: absolute;
	top: 0;
	width: 32px;
}

.gallery-page-access .access__title--car::after {
	background-image: url(../images/wedding/car.svg);
}

.gallery-page-access .access__img-wrap {
	background: lightgray 50%;
}

.gallery-page-access .access__img {
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery-page-access .access__text {
	line-height: 29px;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery-page-access .access__reserve {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.about .about-about__content {
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	width: 100%;
}

.about .about-about__text {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
}

.about .about-links__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.about .about-links__links {
	margin-inline: auto;
	width: 100%;
}

.about .about-link {
	margin-inline: auto;
	cursor: pointer;
	display: block;
	max-width: 327px;
	max-width: 20.4375rem;
	overflow: hidden;
	padding: 102px 0 16px;
	padding: 6.375rem 0 1rem;
	position: relative;
	width: 100%;
	z-index: 3;
}

.about .about-link:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.about .about-link::before {
	bottom: 0;
	content: "";
	left: 0;
	max-width: 327px;
	max-width: 20.4375rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
	z-index: -1;
}

.about .about-link:hover::before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.about .about-link:nth-of-type(1)::before {
	background: url(../images/about/about_link1.webp) no-repeat center center/cover;
}

.about .about-link:nth-of-type(2)::before {
	background: url(../images/about/about_link2.webp) no-repeat center center/cover;
}

.about .about-link:nth-of-type(3)::before {
	background: url(../images/about/about_link3.webp) no-repeat center center/cover;
}

.about .about-link:nth-of-type(4)::before {
	background: url(../images/about/about_link4.webp) no-repeat center center/cover;
}

.about .about-link:nth-of-type(5)::before {
	background: url(../images/about/about_link5.webp) no-repeat center center/cover;
}

.about .about-link__title {
	color: #ffffff;
	display: block;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding-left: 35px;
	padding-left: 2.1875rem;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, .5);
	text-shadow: 0px 0px 1rem rgba(0, 0, 0, .5);
}

.about .about-link__border {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, .5);
	display: block;
	height: 1px;
	margin-top: 6px;
	margin-top: 0.375rem;
	width: 90.243902439%;
}

.about .about-link__text {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 6px;
	margin-top: 0.375rem;
	padding-left: 35px;
	padding-left: 2.1875rem;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, .5);
	text-shadow: 0px 0px 1rem rgba(0, 0, 0, .5);
}

.about .about-rickshaw__content {
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	width: 100%;
}

.about .about-rickshaw__imgs {
	margin-inline: auto;
	width: 100%;
}

.about .about-rickshaw__img-wrap {
	width: 100%;
}

.about .about-rickshaw__img-wrap:nth-of-type(2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.about .about-rickshaw__img {
	height: auto;
	width: 100%;
}

.about .about-rickshaw__text {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.about .about-rickshaw__logo-wrap {
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.about .about-rickshaw__logo {
	height: auto;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.about {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.about img {
	height: auto;
}

.about .about__sec-title {
	color: #333333;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.about .about__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/about/about_lower-mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about .about_about {
	margin-top: 80px;
	margin-top: 5rem;
}

.about .about_rickshaw {
	margin-top: 80px;
	margin-top: 5rem;
}

.about .about_links {
	margin-top: 80px;
	margin-top: 5rem;
}

.page-template-page-access .footer {
	background-color: #ffffff;
}

.page-template-page-access .main-access {
	background: #f5f5f5;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.page-template-page-access .brand-mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/wedding/access-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-page-access .address {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-access .address-info {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page-template-page-access iframe {
	aspect-ratio: 327/157;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.page-template-page-access .address-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.page-template-page-access .access {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.page-template-page-access .access__title {
	border-bottom: 4px solid #c9c9c9;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-left: 48px;
	padding-top: 4.5px;
	padding-top: 0.28125rem;
	position: relative;
}

.page-template-page-access .access__title::before {
	background: #004263;
	bottom: -4px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 26%;
}

.page-template-page-access .access__title::after {
	background-image: url(../images/wedding/train.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 10px;
	position: absolute;
	top: 0;
	width: 32px;
}

.page-template-page-access .access__title--car::after {
	background-image: url(../images/wedding/car.svg);
}

.page-template-page-access .access__img-wrap {
	background: lightgray 50%;
}

.page-template-page-access .access__img {
	margin-top: 32px;
	margin-top: 2rem;
}

.page-template-page-access .access__text {
	line-height: 29px;
	margin-top: 16px;
	margin-top: 1rem;
}

.page-template-page-access .access__reserve {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.banquet .banquet-banner {
	margin-inline: calc(50% - 50vw);
	background: url(../images/banquet/banquet_banner-bg-sp.webp) no-repeat center center/cover;
	cursor: pointer;
	display: block;
	padding: 133px 0 40px;
	padding: 8.3125rem 0 2.5rem;
	width: 100vw;
}

.banquet .banquet-banner__title {
	color: #ffffff;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.banquet .banquet-banner__btn-wrap {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.banquet .banquet-banner__btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8125;
	position: relative;
	text-align: center;
	text-indent: -0.5em;
	width: 184px;
	width: 11.5rem;
}

.banquet .banquet-banner__btn::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 40%;
	width: 6px;
	width: 0.375rem;
}

.banquet .banquet-cards {
	margin-inline: auto;
}

.banquet .banquet-cards__inner {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.banquet .banquet-cards__card {
	margin-inline: auto;
	display: block;
	max-width: 492px;
	max-width: 30.75rem;
	width: 100%;
	width: 100%;
}

.banquet .banquet-cards__card:nth-of-type(n + 2) {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.banquet .banquet-cards__card-img-wrap {
	max-width: 492px;
	max-width: 30.75rem;
	width: 100%;
}

.banquet .banquet-cards__card-img {
	aspect-ratio: 492/328;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.banquet .banquet-cards__card-title {
	color: #000;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 16px;
	margin-top: 1rem;
}

.banquet .banquet-cards__card-info {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.banquet .banquet-cards__card-text {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.banquet .banquet-cards__btn-wrap {
	margin: 64px auto 0;
	margin: 4rem auto 0;
	max-width: 287px;
	max-width: 17.9375rem;
	width: 100%;
}

.banquet .banquet-contact__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.banquet .banquet-contact__title-wrap {
	position: relative;
	text-align: center;
	top: 18px;
	top: 1.125rem;
}

.banquet .banquet-contact__title {
	background-color: #f5f5f5;
	color: #333333;
	display: inline-block;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding: 0 8px;
	padding: 0 0.5rem;
	text-align: center;
}

.banquet .banquet-contact__title-pc {
	display: none;
}

.banquet .banquet-contact__group {
	border: 1px solid #a6a6a6;
	padding: 57px 12px;
	padding: 3.5625rem 0.75rem;
}

.banquet .banquet-contact__group-info {
	text-align: center;
}

.banquet .banquet-contact__group-subtitle {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.banquet .banquet-contact__group-tel {
	color: #333333;
	font-size: 36px;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.banquet .banquet-contact__group-hourtime {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.banquet .banquet-contact__group-btns {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.banquet .banquet-contact__group-btns a:nth-of-type(1) {
	margin-top: 16px;
	margin-top: 1rem;
}

.banquet .banquet-contact__group-btns a:nth-of-type(2) {
	margin-top: 16px;
	margin-top: 1rem;
}

.banquet .banquet-modal {
	bottom: 0;
	display: none;
	height: 100vh;
	height: 100dvh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 200;
}

.banquet .banquet-modal__container {
	height: 100%;
	position: relative;
	width: 100%;
}

.banquet .banquet-modal__content-wrap {
	height: 80vh;
	height: 80dvh;
	left: 50%;
	max-width: 600px;
	max-width: 37.5rem;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 230;
}

.banquet .banquet-modal__content {
	background: #ffffff;
	height: 100%;
	position: relative;
	width: 100%;
}

.banquet .banquet-modal__close {
	cursor: pointer;
	height: 32px;
	height: 2rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 10px;
	top: 0.625rem;
	width: 32px;
	width: 2rem;
	z-index: 300;
}

.banquet .banquet-modal__close-img {
	height: auto;
	width: 100%;
}

.banquet .banquet-modal__pdf-wrap {
	height: 100%;
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.banquet .banquet-modal__pdf-wrap iframe {
	position: relative;
}

.banquet .banquet-modal__bg {
	background: rgba(170, 170, 170, .8);
	bottom: 0;
	height: 100vh;
	height: 100dvh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 210;
}

.banquet {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.banquet img {
	height: auto;
}

.banquet .banquet__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/banquet/banquet_lower-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banquet .banquet__lead {
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.banquet .banquet__cards {
	margin-top: 64px;
	margin-top: 4rem;
}

.banquet .banquet__banner {
	margin-top: 64px;
	margin-top: 4rem;
}

.banquet .banquet__contact {
	margin-top: 64px;
	margin-top: 4rem;
}

.page-template-page-egg-custard,
.page-template-page-oyster {
	background: #f5f5f5;
	padding-top: 112px;
	padding-top: 7rem;
}

.page-template-page-egg-custard .footer,
.page-template-page-oyster .footer {
	background-color: #ffffff;
}

.page-template-page-egg-custard .brand-mv__img,
.page-template-page-oyster .brand-mv__img {
	aspect-ratio: 327/219;
	height: 100%;
	width: 100%;
}

.page-template-page-egg-custard .brand-mv__main,
.page-template-page-oyster .brand-mv__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px 51px 0 51px;
	padding: 2.5rem 3.1875rem 0 3.1875rem;
}

.page-template-page-egg-custard .brand-mv__info,
.page-template-page-oyster .brand-mv__info {
	color: #333333;
	font-family: Noto Serif JP;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}

.page-template-page-egg-custard .brand-mv__title,
.page-template-page-oyster .brand-mv__title {
	color: #333333;
	font-family: Noto Serif JP;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
	white-space: nowrap;
}

.page-template-page-egg-custard .brand-mv__logo,
.page-template-page-oyster .brand-mv__logo {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-egg-custard .brand-about,
.page-template-page-oyster .brand-about {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.page-template-page-egg-custard .brand-about__item + .brand-about__item,
.page-template-page-oyster .brand-about__item + .brand-about__item {
	margin-top: 88px;
	margin-top: 5.5rem;
}

.page-template-page-egg-custard .brand-about__title,
.page-template-page-oyster .brand-about__title {
	background: #f5f5f5;
	color: #333333;
	font-family: Noto Serif JP;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 34px; /* 154.545% */
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 2;
}

.page-template-page-egg-custard .brand-about__img,
.page-template-page-oyster .brand-about__img {
	aspect-ratio: 327/184;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.page-template-page-egg-custard .brand-price__section,
.page-template-page-oyster .brand-price__section {
	margin-top: 119px;
	margin-top: 7.4375rem;
}

.page-template-page-egg-custard .brand-price__main,
.page-template-page-oyster .brand-price__main {
	padding: 40px 22px 0;
	padding: 2.5rem 1.375rem 0;
}

.page-template-page-egg-custard .brand-about__text,
.page-template-page-oyster .brand-about__text {
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-egg-custard .brand-price__wrap,
.page-template-page-oyster .brand-price__wrap {
	gap: 28px;
	gap: 1.75rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.page-template-page-egg-custard .brand-price__wrap + .brand-price__wrap,
.page-template-page-oyster .brand-price__wrap + .brand-price__wrap {
	margin-top: 16px;
	margin-top: 1rem;
}

.page-template-page-egg-custard .brand-num,
.page-template-page-oyster .brand-num {
	color: #333333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	white-space: nowrap;
}

.page-template-page-egg-custard .num,
.page-template-page-oyster .num {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}

.page-template-page-egg-custard .brand-price,
.page-template-page-oyster .brand-price {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 29px; /* 181.25% */
	white-space: nowrap;
}

.page-template-page-egg-custard .price,
.page-template-page-oyster .price {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.page-template-page-egg-custard .buy,
.page-template-page-oyster .buy {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.page-template-page-egg-custard .buy + .buy,
.page-template-page-oyster .buy + .buy {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.page-template-page-egg-custard .buy__title,
.page-template-page-oyster .buy__title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 30px; /* 93.75% */
}

.page-template-page-egg-custard .buy-btn__wrap,
.page-template-page-oyster .buy-btn__wrap {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-egg-custard .buy-btn__wrap a:nth-child(n+4),
.page-template-page-oyster .buy-btn__wrap a:nth-child(n+4) {
	justify-self: flex-start; /* 4番目以降のボタンを左寄せにする */
}

.page-template-page-egg-custard .buy-btn,
.page-template-page-oyster .buy-btn {
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: 1px solid #004263;
	border-radius: 8px;
	color: #004263;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 29px; /* 181.25% */
	padding: 16px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 287px;
}

.page-template-page-egg-custard .buy-btn:hover,
.page-template-page-oyster .buy-btn:hover {
	background: #004263;
	color: #ffffff;
	opacity: 1;
}

.page-template-page-oyster .oyster {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.page-template-page-oyster .shop-only {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background: #d93448;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.page-template-page-oyster .shop-only__bold {
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 30px; /* 150% */
}

.page-template-page-oyster main.oyster .brand-price__main {
	margin-inline: auto;
}

.page-template-page-oyster main.oyster .brand-price__wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.brand {
	background: #f5f5f5;
}

.brand .brand-mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/brand/brand-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.brand .brand-introduce {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.brand .brand-introduce__title {
	color: #333333;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.brand .brand-introduce__wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.brand .brand-item--reverse {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.brand .brand-item__img {
	aspect-ratio: 375/200;
	height: auto;
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.brand .brand-main {
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: 1px solid #eaeaea;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -30px;
	margin-top: -1.875rem;
	padding: 24px 40px;
	padding: 1.5rem 2.5rem;
}

.brand .brand-main__material {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-size: 0.875rem;
}

.brand .brand-main__title {
	color: #333333;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.brand .brand-main__text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.brand .gallery-events__btn {
	margin-top: 16px;
	margin-top: 1rem;
}

.brand .gallery-events__btn a {
	margin-inline: auto;
}

.brand .gallery-events__btn a::after {
	top: 43%;
}

.complete {
	padding: 112px 0 80px;
	padding: 7rem 0 5rem;
	width: 100%;
}

.complete .inquiry__head {
	margin-inline: auto;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.complete .inquiry__title {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.complete .inquiry__lead {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.complete .complete__content {
	border-bottom: 1px dashed #004263;
	border-top: 1px dashed #004263;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	padding: 0 0 48px;
	padding: 0 0 3rem;
	width: 100%;
}

.complete .complete__content-title {
	margin-inline: auto;
	background: #ffffff;
	color: #004263;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	padding: 0 24px;
	padding: 0 1.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.complete .complete__content-title-wrap {
	position: relative;
	top: -12px;
	top: -0.75rem;
}

.complete .complete__content-result {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.complete .complete__btn-wrap {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: 327px;
	width: 20.4375rem;
}

.complete .inquiry-form {
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.complete .inquiry-form__item:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.complete .inquiry-form__item-name {
	color: #7a7a7a;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: normal;
	line-height: 1;
}

.complete .inquiry-form__item-name span {
	background: #32657e;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: normal;
	margin-left: 16px;
	margin-left: 1rem;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

.complete .inquiry-form__item-data {
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 100%;
}

.p-entry-404 {
	padding-top: 80px;
	padding-top: 5rem;
}

.p-entry-404__inner {
	margin: 0 auto;
	max-width: 520px;
	max-width: 32.5rem;
	padding: 10% 0;
	text-align: center;
}

.p-entry-404__title {
	color: #004263;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
}

.p-entry-404__content {
	margin-top: 3%;
}

.p-entry-404__content p {
	font-size: 16px;
	font-size: 1rem;
}

.frontpage-access {
	margin-top: 80px;
	margin-top: 5rem;
}

.frontpage-access__frontpage-title::before {
	content: "access";
}

.frontpage-access__map {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.frontpage-access__map iframe {
	height: 179px;
	height: 11.1875rem;
	width: 100%;
}

.frontpage-access__address {
	font-style: normal;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.frontpage-access__info-titles h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.frontpage-access__locate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.frontpage-access__locate span {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.frontpage-access__locate span:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 93px;
	flex: 0 1 93px;
	-ms-flex: 0 1 5.8125rem;
	flex: 0 1 5.8125rem;
	margin-right: 24px;
	margin-right: 1.5rem;
	white-space: nowrap;
}

.frontpage-access__time {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.frontpage-access__text-right {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.frontpage-access__texts h4 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.frontpage-access__texts p {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.frontpage-access__texts--last p {
	margin-bottom: 0;
}

.frontpage-btn {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: 100%;
}

.frontpage-instagram__frontpage-title::before {
	content: "instagram";
}

.frontpage-instagram__photos #sbi_images {
	grid-gap: 1rem 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	float: none !important;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 0 !important;
}

.frontpage-instagram__photos #sbi_images .sbi_item {
	width: 100% !important;
}

.frontpage .frontpage-mv {
	height: 100vh;
	height: 100svh;
	position: relative;
	width: 100%;
}

.frontpage .frontpage-mv__bg {
	height: 100%;
	width: 100%;
}

.frontpage .frontpage-mv__logo {
	left: 50%;
	position: absolute;
	top: 54%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 195px;
	width: 12.1875rem;
	z-index: 1;
}

.frontpage .frontpage-mv__logo img {
	-o-object-fit: contain;
	aspect-ratio: 304/150;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.frontpage .frontpage-mv__movie {
	bottom: 40px;
	bottom: 2.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.frontpage .frontpage-mv__start {
	aspect-ratio: 1/1;
	border: 2px solid #ffffff;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 56px;
	width: 3.5rem;
}

.frontpage .frontpage-mv__start:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.frontpage .frontpage-mv__detail {
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.frontpage .frontpage-mv__contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #c32538;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	pointer-events: inherit;
}

.frontpage .frontpage-mv__slider {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.frontpage .frontpage-mv__slide-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.frontpage .frontpage-news {
	padding: 80px 0;
	padding: 5rem 0;
}

.frontpage .frontpage-news__frontpage-title::before {
	content: "news";
}

.frontpage .frontpage-news__archive {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.frontpage .frontpage-news__article {
	border-bottom: dashed 1px #c9c9c9;
	display: block;
	padding: 24px 0;
	padding: 1.5rem 0;
}

.frontpage .frontpage-news__article:first-child {
	padding-top: 0;
}

.frontpage .frontpage-news__article:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.frontpage .frontpage-news__article-img-wrap {
	aspect-ratio: 326/184;
	margin-inline: auto;
	width: 326px;
	width: 20.375rem;
}

.frontpage .frontpage-news__article-img-wrap img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.frontpage .frontpage-news__article-info {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.frontpage .frontpage-news__article-tag {
	color: #004263;
}

.frontpage .frontpage-news__article-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontpage .frontpage-news__frontpage-btn {
	margin-left: auto;
	margin-right: 0;
	margin-top: 64px;
	margin-top: 4rem;
}

.frontpage-pickup {
	padding: 80px 0;
	padding: 5rem 0;
}

.frontpage-pickup__frontpage-title::before {
	content: "pickup";
}

.frontpage-pickup__archive {
	grid-gap: 3rem 1rem;
	gap: 48px 30px;
	gap: 3rem 1.875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: 100%;
}

.frontpage-pickup__article {
	display: block;
	width: 100%;
}

.frontpage-pickup__article-img-wrap {
	aspect-ratio: 327/184;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	width: 100%;
}

.frontpage-pickup__article-img-wrap img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.frontpage-pickup__article-title p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	font-size: 15px;
	font-size: 0.9375rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontpage .frontpage-section__container {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	position: relative;
}

.frontpage .frontpage-section__container picture {
	position: relative;
}

.frontpage .frontpage-section__container:last-child {
	margin-bottom: 0;
}

.frontpage .frontpage-section__texts {
	background-color: #ffffff;
	margin: -144px 24px 0;
	margin: -9rem 1.5rem 0;
	padding: 48px 24px;
	padding: 3rem 1.5rem;
	position: relative;
}

.frontpage .frontpage-section__title h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.frontpage .frontpage-section__title p {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
}

.frontpage .frontpage-section__links {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.frontpage .frontpage-section__link {
	display: none;
}

.frontpage .frontpage-section__btn-wrap {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: 100%;
}

.frontpage .frontpage-section__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d93448;
	border: 1px solid #d93448;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8125;
	position: relative;
	text-align: center;
	text-indent: -0.5em;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 100%;
}

.frontpage .frontpage-section__btn::before {
	content: "";
	display: inline-block;
	height: 64px;
	height: 4rem;
	vertical-align: middle;
}

.frontpage .frontpage-section__btn::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 40%;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 6px;
	width: 0.375rem;
}

.frontpage .frontpage-section__btn:hover {
	background: #ffffff;
	color: #d93448;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.frontpage .frontpage-section__btn:hover::after {
	background: #d93448;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.frontpage-title {
	padding-top: 54px;
	padding-top: 3.375rem;
	position: relative;
}

.frontpage-title h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.frontpage-title::before {
	display: block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	left: 0;
	position: absolute;
	text-transform: capitalize;
	top: 0;
}

.frontpage {
	background-color: #f5f5f5;
	padding-bottom: 160px;
	padding-bottom: 10rem;
}

.gallery .gallery-about-facility {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

.gallery .gallery-about-facility__flex {
	display: block;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-about-facility__overview {
	row-gap: 24px;
	row-gap: 1.5rem;
	display: grid;
	width: 100%;
}

.gallery .gallery-about-facility__overview + .gallery-about-facility__overview {
	margin-top: 64px;
	margin-top: 4rem;
}

.gallery .gallery-about-facility__title {
	font-weight: 700;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
	position: relative;
}

.gallery .gallery-about-facility__title:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(36.6972477064%, #004263), color-stop(36.6972477064%, #c9c9c9));
	background: linear-gradient(to right, #004263 36.6972477064%, #c9c9c9 36.6972477064%);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-about-facility__body {
	gap: 4.8929663609%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .gallery-about-facility__term {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	width: 24.4648318043%;
}

.gallery .gallery-about-facility__detail {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-right: -10px;
	margin-right: -0.625rem;
	width: 73.7003058104%;
}

.gallery .gallery-about-facility__detail p + p {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-about-owner__image {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.gallery .gallery-about-owner__image img {
	-o-object-fit: cover;
	aspect-ratio: 327/416;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery .gallery-about-owner__title {
	color: #7a7a7a;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-about-owner__name {
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-about-owner__detail {
	line-height: 1.8125;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery .gallery-section.gallery-about {
	margin-top: 155px;
	margin-top: 9.6875rem;
}

.gallery .gallery-about__image {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.gallery .gallery-about__image img {
	-o-object-fit: cover;
	aspect-ratio: 327/217;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery .gallery-about__detail {
	line-height: 1.8125;
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-archive-events-next__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-archive-events-next__item a {
	display: block;
}

.gallery .gallery-archive-events-next__item + .gallery-archive-events-next__item {
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-archive-events-next__image {
	margin-inline: auto;
	max-height: 184px;
	max-height: 11.5rem;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.gallery .gallery-archive-events-next__image img {
	-o-object-fit: contain;
	height: 100%;
	max-height: 184px;
	max-height: 11.5rem;
	max-width: 327px;
	max-width: 20.4375rem;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-archive-events-next__body {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.gallery .gallery-archive-events-next__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-archive-events-next__time {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery .gallery-archive-events-next__detail {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery .gallery-archive-events-next__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-archive-events__wrap {
	display: block;
}

.gallery .gallery-archive-events__items {
	row-gap: 80px;
	row-gap: 5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-archive-events__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gallery .gallery-archive-events__image {
	margin-inline: auto;
	max-height: 400px;
	max-height: 25rem;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.gallery .gallery-archive-events__image img {
	-o-object-fit: contain;
	height: 100%;
	max-height: 400px;
	max-height: 25rem;
	max-width: 327px;
	max-width: 20.4375rem;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-archive-events__body {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.gallery .gallery-archive-events__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.gallery .gallery-archive-events__time {
	display: block;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery .gallery-archive-events__btn {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.gallery .gallery-archive-events__spacer {
	aspect-ratio: 375/40;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.gallery .gallery-lower-section {
	margin-top: 115px;
	margin-top: 7.1875rem;
}

.gallery .gallery-single-events-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-single-events-pagination__prev {
	text-align: left;
}

.gallery .gallery-single-events-pagination__prev a {
	font-weight: 700;
	padding-left: 48px;
	padding-left: 3rem;
	position: relative;
}

.gallery .gallery-single-events-pagination__prev a:after {
	border-color: transparent #333333 transparent transparent;
	border-style: solid;
	border-width: 8px 8px 8px 0px;
	border-width: 0.5rem 0.5rem 0.5rem 0rem;
	content: "";
	left: 20%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery .gallery-single-events-pagination__back {
	font-weight: 700;
	text-align: center;
}

.gallery .gallery-single-events-pagination__next {
	text-align: right;
}

.gallery .gallery-single-events-pagination__next a {
	font-weight: 700;
	padding-right: 48px;
	padding-right: 3rem;
	position: relative;
}

.gallery .gallery-single-events-pagination__next a:after {
	border-color: transparent transparent transparent #333333;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	position: absolute;
	right: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery .gallery-single-events__title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
}

.gallery .gallery-single-events__wrap {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.gallery .gallery-single-events__tag {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.gallery .gallery-single-events__category {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.gallery .gallery-single-events__date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.gallery .gallery-single-events__image {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.gallery .gallery-single-events__image img {
	-o-object-fit: contain;
	aspect-ratio: 327/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-single-events__detail {
	line-height: 1.8125;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-single-events__content h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.gallery .gallery-single-events__content h2:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(36.6972477064%, #004263), color-stop(36.6972477064%, #c9c9c9));
	background: linear-gradient(to right, #004263 36.6972477064%, #c9c9c9 36.6972477064%);
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-single-events__content h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-single-events__content p {
	line-height: 1.8125;
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-single-events__content a {
	color: #015be2;
	text-decoration: underline;
}

.gallery .gallery-single-events__content .wp-block-image {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.gallery .gallery-single-events__content .wp-block-image img {
	-o-object-fit: contain;
	aspect-ratio: 327/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-access__item {
	display: block;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-access__map {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.gallery .gallery-access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 375/312;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery .gallery-access__body {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.gallery .gallery-access__address {
	font-style: normal;
}

.gallery .gallery-access__address p + p {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-access__title {
	font-weight: 700;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 0 0 8px 8px;
	padding: 0 0 0.5rem 0.5rem;
	position: relative;
}

.gallery .gallery-access__title:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(36.6972477064%, #004263), color-stop(36.6972477064%, #c9c9c9));
	background: linear-gradient(to right, #004263 36.6972477064%, #c9c9c9 36.6972477064%);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-access__detail {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-access__detail + .gallery-access__title {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.gallery .gallery-access__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .cmn-btn.--05 {
	margin-inline: auto;
}

.gallery-btn {
	background: #ffffff;
	border: 1px solid #004263;
	border-radius: 4px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 16px 65px 16px 43px;
	padding: 1rem 4.0625rem 1rem 2.6875rem;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.gallery-btn:after {
	border-color: transparent transparent transparent #004263;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	position: absolute;
	right: 14%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-btn:hover {
	background-color: #004263;
	opacity: 1;
}

.gallery-btn:hover span {
	color: #ffffff;
}

.gallery-btn:hover:after {
	border-color: transparent transparent transparent #ffffff;
}

.gallery-btn__text {
	color: #004263;
	font-weight: 700;
	line-height: 1.8125;
}

.gallery-btn.--contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-btn.--contact:after {
	aspect-ratio: 1/1;
	background: url(../images/gallery/gallery-window-blue.webp);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	content: "";
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	width: 2rem;
}

.gallery-btn.--contact:hover:after {
	aspect-ratio: 1/1;
	background: url(../images/gallery/gallery-window-blue-white.webp);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	width: 2rem;
}

.gallery-btn.--contact.--nav {
	background-color: #d93448;
	border: none;
}

.gallery-btn.--contact.--nav:after {
	background: url(../images/gallery/gallery-window-white.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

.gallery-btn__text.--nav {
	color: #ffffff;
}

.gallery .gallery-contact {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.gallery .gallery-contact__address {
	font-style: normal;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-contact__address p + p {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-contact__wrap {
	background-color: #f4f4f4;
	display: block;
	margin-left: calc(50% - 50vw);
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 24px 24px;
	padding: 1.5rem 1.5rem;
	width: 100vw;
}

.gallery .gallery-contact__phone {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: inherit !important;
}

.gallery .gallery-contact__phone span {
	width: 32px;
	width: 2rem;
}

.gallery .gallery-contact__phone span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-contact__phone-num {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.gallery .gallery-contact__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-contact__flex {
	display: block;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-contact__time {
	width: 100%;
}

.gallery .gallery-contact__title {
	font-weight: 700;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
	position: relative;
}

.gallery .gallery-contact__title:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(36.6972477064%, #004263), color-stop(36.6972477064%, #c9c9c9));
	background: linear-gradient(to right, #004263 36.6972477064%, #c9c9c9 36.6972477064%);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-contact__detail {
	line-height: 1.9375;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-contact__holiday {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.gallery .gallery-contact__note {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.2142857143;
}

.gallery .gallery-eventNext__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-eventNext__item a {
	display: block;
}

.gallery .gallery-eventNext__item + .gallery-eventNext__item {
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-eventNext__image {
	margin-inline: auto;
	max-height: 184px;
	max-height: 11.5rem;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.gallery .gallery-eventNext__image img {
	-o-object-fit: contain;
	height: 100%;
	max-height: 184px;
	max-height: 11.5rem;
	max-width: 327px;
	max-width: 20.4375rem;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-eventNext__body {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.gallery .gallery-eventNext__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.gallery .gallery-eventNext__time {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery .gallery-eventNext__detail {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery .gallery-eventNext__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-section.gallery-eventNow {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-eventNow__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-eventNow__item a {
	display: grid;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
}

.gallery .gallery-eventNow__item + .gallery-eventNow__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.gallery .gallery-eventNow__image {
	margin-inline: auto;
	max-height: 400px;
	max-height: 25rem;
	max-width: 654px;
	max-width: 40.875rem;
	width: 100%;
}

.gallery .gallery-eventNow__image img {
	-o-object-fit: contain;
	height: 100%;
	max-height: 400px;
	max-height: 25rem;
	max-width: 654px;
	max-width: 40.875rem;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-eventNow__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 32px;
	margin-top: 2rem;
}

.gallery .gallery-eventNow__time {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.gallery .gallery-eventNow__detail {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery .gallery-head {
	background-color: #004263;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 8px 0px;
	padding: 0.5rem 0rem;
	text-align: center;
	width: 100%;
}

.gallery-inner {
	height: 100%;
	margin: 0 auto;
	max-width: 600px;
	padding: 0 24px;
	padding: 0 1.5rem;
	width: 100%;
}

.gallery .gallery-mv {
	background-image: url(../images/gallery/gallery-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	height: 100svh;
	position: relative;
	width: 100%;
}

.gallery .gallery-mv:after {
	background: rgba(87, 87, 87, .5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-mv__text {
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.gallery .gallery-news__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-news__item a {
	display: block;
}

.gallery .gallery-news__item + .gallery-news__item {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.gallery .gallery-news__item:not(:last-child) {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	position: relative;
}

.gallery .gallery-news__item:not(:last-child):after {
	background-image: linear-gradient(to right, #c9c9c9 4px, transparent 4px);
	background-size: 8px 4px;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-news__image {
	width: 100%;
}

.gallery .gallery-news__image img {
	-o-object-fit: contain;
	aspect-ratio: 171/96;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.gallery .gallery-news__body {
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.gallery .gallery-news__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .gallery-news__time {
	font-size: 14px;
	font-size: 0.875rem;
}

.gallery .gallery-news__category {
	color: #004263;
	font-size: 14px;
	font-size: 0.875rem;
	margin-left: 40px;
	margin-left: 2.5rem;
}

.gallery .gallery-news__category + .gallery-news__category {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.gallery .gallery-news__detail {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	line-height: 1.8125;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery .gallery-news__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gallery .gallery-section {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.inquiry .inquiry-form {
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.inquiry .inquiry-form__item:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.inquiry .inquiry-form__item-name {
	color: #7a7a7a;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: normal;
	line-height: 1;
}

.inquiry .inquiry-form__item-name span {
	background: #32657e;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: normal;
	margin-left: 16px;
	margin-left: 1rem;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

.inquiry .inquiry-form__item-data {
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 100%;
}

.inquiry .inquiry-form__item-data.--row {
	grid-gap: 0px 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inquiry .inquiry-form__text {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin-top: 48px;
	margin-top: 3rem;
}

.inquiry .inquiry-form__item-note {
	color: #7a7a7a;
	font-size: 12px;
	font-size: 0.75rem;
}

.inquiry .inquiry-form__btn-wrap {
	border-radius: 4px;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	position: relative;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	width: 327px;
	width: 20.4375rem;
}

.inquiry .inquiry-form__btn,
.inquiry input[type=submit] {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d93448;
	border: 1px solid #d93448;
	border-radius: 4px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8125;
	max-width: 327px;
	max-width: 20.4375rem;
	padding: 18px 0;
	padding: 1.125rem 0;
	position: relative;
	text-align: center;
	text-indent: -0.5em;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	width: 100%;
}

.inquiry .inquiry-form__btn-wrap::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
	width: 6px;
	width: 0.375rem;
	z-index: 10;
}

.inquiry .inquiry-form__btn-wrap.is-inactive input[type=submit] {
	background: #a6a6a6;
	color: #ffffff;
	pointer-events: none;
}

.inquiry .inquiry-form__btn-wrap.is-inactive::after {
	background: #ffffff;
}

.inquiry .inquiry-form__btn-wrap:hover input[type=submit] {
	background: #004263;
	border: 1px solid #004263;
}

.inquiry input[type=text],
.inquiry input[type=tel],
.inquiry input[type=email],
.inquiry select,
.inquiry textarea {
	background: #f7f7f7;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

.inquiry input[type=submit] + span.wpcf7-spinner {
	display: none;
}

.inquiry ::-moz-placeholder {
	color: #a6a6a6;
}

.inquiry ::-webkit-input-placeholder {
	color: #a6a6a6;
}

.inquiry ::-ms-input-placeholder {
	color: #a6a6a6;
}

.inquiry ::placeholder {
	color: #a6a6a6;
}

.inquiry .inquiry-form__item-data.--select {
	position: relative;
}

.inquiry .inquiry-form__item-data.--select::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #5a5a5a;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 6px;
	height: 0.375rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
	z-index: 10;
}

.inquiry {
	padding: 112px 0 80px;
	padding: 7rem 0 5rem;
	width: 100%;
}

.inquiry .inquiry__head {
	margin-inline: auto;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.inquiry .inquiry__title {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.inquiry .inquiry__lead {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.inquiry .inquiry__text {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.inquiry .inquiry__content {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.menu .menu-menu {
	width: 100%;
}

.menu .menu-menu:nth-of-type(n + 2) {
	margin-top: 64px;
	margin-top: 4rem;
}

.menu .menu-menu__group {
	margin-top: 64px;
	margin-top: 4rem;
}

.menu .menu-menu__group:nth-of-type(n + 2) {
	margin-top: 64px;
	margin-top: 4rem;
}

.menu .menu-menu__title {
	color: #333333;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	position: relative;
}

.menu .menu-menu__title::before {
	background: -webkit-gradient(linear, left top, right top, from(#d93448), color-stop(12.5rem, #d93448), color-stop(12.5rem, #c9c9c9), to(#c9c9c9));
	background: linear-gradient(to right, #d93448 0%, #d93448 12.5rem, #c9c9c9 12.5rem, #c9c9c9 100%);
	bottom: 0;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.menu .menu-menu__group .menu-menu__body {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.menu .menu-menu__media {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.menu .menu-menu__img-wrap {
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.menu .menu-menu__img {
	margin-inline: auto;
	-o-object-fit: cover;
	aspect-ratio: 327/264;
	object-fit: cover;
	width: 100%;
}

.menu .menu-menu__body {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.menu .menu-menu__body-menu {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875;
}

.menu .menu-menu__body-note {
	color: #7a7a7a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 16px;
	margin-top: 1rem;
}

.menu {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.menu img {
	height: auto;
}

.menu .banquet__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/banquet/banquet_lower-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.menu .banquet-contact__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.menu .banquet-contact__title-wrap {
	position: relative;
	text-align: center;
	top: 18px;
	top: 1.125rem;
}

.menu .banquet-contact__title {
	background-color: #f5f5f5;
	color: #333333;
	display: inline-block;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding: 0 8px;
	padding: 0 0.5rem;
	text-align: center;
}

.menu .banquet-contact__title-pc {
	display: none;
}

.menu .banquet-contact__group {
	border: 1px solid #a6a6a6;
	padding: 57px 12px;
	padding: 3.5625rem 0.75rem;
}

.menu .banquet-contact__group-info {
	text-align: center;
}

.menu .banquet-contact__group-subtitle {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.menu .banquet-contact__group-tel {
	color: #333333;
	font-size: 36px;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.menu .banquet-contact__group-hourtime {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.menu .banquet-contact__group-btns {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.menu .banquet-contact__group-btns a:nth-of-type(1) {
	margin-top: 16px;
	margin-top: 1rem;
}

.menu .banquet-contact__group-btns a:nth-of-type(2) {
	margin-top: 16px;
	margin-top: 1rem;
}

.menu .menu__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.menu .menu__content {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
}

.menu .menu__contact {
	margin-top: 73px;
	margin-top: 4.5625rem;
}

.menu .menu_shidashi {
	border-top: 2px dotted #c9c9c9;
	border-top: 0.125rem dotted #c9c9c9;
	margin-top: 48px;
	margin-top: 3rem;
}

.menu .menu_shidashi-inner {
	margin-top: 48px;
	margin-top: 3rem;
}

.menu .menu_shidashi-title {
	color: #333333;
	font-family: "Noto Serif JP";
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.menu .menu_shidashi-lead {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.news-detail-pagination {
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: normal;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.news-detail-pagination__prev {
	text-align: left;
}

.news-detail-pagination__prev a {
	font-weight: 700;
	padding-left: 48px;
	padding-left: 3rem;
	position: relative;
}

.news-detail-pagination__prev a:after {
	border-color: transparent #333333 transparent transparent;
	border-style: solid;
	border-width: 8px 8px 8px 0px;
	border-width: 0.5rem 0.5rem 0.5rem 0rem;
	content: "";
	left: 20%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-detail-pagination__back {
	font-weight: 700;
	text-align: center;
}

.news-detail-pagination__next {
	text-align: right;
}

.news-detail-pagination__next a {
	font-weight: 700;
	padding-right: 48px;
	padding-right: 3rem;
	position: relative;
}

.news-detail-pagination__next a:after {
	border-color: transparent transparent transparent #333333;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	position: absolute;
	right: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-detail {
	padding-top: 112px;
	padding-top: 7rem;
}

.news-detail .news-detail__title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
}

.news-detail .news-detail__inner {
	margin-inline: auto;
	height: 100%;
	max-width: 600px;
	padding: 0 24px;
	padding: 0 1.5rem;
	width: 100%;
}

.news-detail .news-detail__wrap {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.news-detail .news-detail__tag {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.news-detail .news-detail__category {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.news-detail .news-detail__date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.news-detail .news-detail__image {
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.news-detail .news-detail__image img {
	-o-object-fit: contain;
	aspect-ratio: 327/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.news-detail .news-detail__content {
	line-height: 1.8125;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.news-detail .news-detail__content h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 16px;
	padding-left: 1rem;
	position: relative;
}

.news-detail .news-detail__content h2:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(36.6972477064%, #004263), color-stop(36.6972477064%, #c9c9c9));
	background: linear-gradient(to right, #004263 36.6972477064%, #c9c9c9 36.6972477064%);
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.news-detail .news-detail__content h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 32px;
	margin-top: 2rem;
}

.news-detail .news-detail__content p {
	line-height: 1.8125;
	margin-top: 32px;
	margin-top: 2rem;
}

.news-detail .news-detail__content a {
	color: #015be2;
	text-decoration: underline;
}

.news-detail .news-detail__content .wp-block-image {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.news-detail .news-detail__content .wp-block-image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.news-detail .news-detail-links {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: 100%;
}

.news-detail .news-detail-links .wp-block-button {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8125;
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 287px;
	width: 17.9375rem;
}

.news-detail .news-detail-links .wp-block-button::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 40%;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 6px;
	width: 0.375rem;
	z-index: 10;
}

.news-detail .news-detail-links .wp-block-button a {
	border: 1px solid #d93448;
	text-decoration: none;
	text-indent: -0.5em;
	width: 100%;
}

.news-detail :where(.wp-block-columns.is-layout-flex) {
	gap: 24px;
	gap: 1.5rem;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(1) .wp-block-button::before {
	background: #ffffff;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(2) .wp-block-button::before {
	background: #d93448;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(1) .wp-block-button a {
	background: #d93448;
	color: #ffffff;
	text-indent: -1em;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(2) .wp-block-button a {
	background: #ffffff;
	color: #d93448;
	text-indent: -0.5em;
	-webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(1) .wp-block-button:hover a {
	background: #004263;
	border: 1px solid #004263;
	-webkit-transition: border 0.3s ease, background 0.3s ease;
	transition: border 0.3s ease, background 0.3s ease;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(2) .wp-block-button:hover a {
	border: 1px solid #004263;
	color: #004263;
	-webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(2) .wp-block-button:hover::before {
	background: #004263;
}

.archive-news .common-news-pagenation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.archive-news .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
	padding: 8px;
	padding: 0.5rem;
	text-align: center;
	width: 40px;
	width: 2.5rem;
}

.archive-news .next.page-numbers {
	background: url(../images/common/page-next.svg) no-repeat center center/contain;
	margin-left: 16px;
	margin-left: 1rem;
}

.archive-news .prev.page-numbers {
	background: url(../images/common/page-prev.svg) no-repeat center center/contain;
	margin-right: 16px;
	margin-right: 1rem;
}

.archive-news .page-numbers.current {
	background: #d93448;
	border-radius: 50%;
	color: #ffffff;
}

.archive-news .gallery-news-pagenation .page-numbers.current {
	background: #004263;
}

.archive-news { /* *==================================
  //# common-news.php
  ===================================*/ /* *==================================
  //# wedding-news.php
  ===================================*/ /* *==================================
  //# gallery-news.php
  ===================================*/
}

.archive-news img {
	height: auto;
}

.archive-news .common-news {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.archive-news .common-news__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/news/news_mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.archive-news .common-news__content {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.archive-news .common-news-tab__menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.archive-news .common-news-tab__menu-item {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.archive-news .common-news-tab__menu-link {
	color: #a6a6a6;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	line-height: 1;
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	position: relative;
}

.archive-news .common-news-tab__menu-link::before {
	background-color: #a6a6a6;
	bottom: -2px;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

.archive-news .common-news-tab__menu-link::after {
	bottom: -2px;
	bottom: -0.125rem;
	content: "";
	display: none;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

.archive-news .common-news-tab__menu-link.is-active {
	color: #d93448;
	pointer-events: none;
}

.archive-news .common-news-tab__menu-link.is-active::after {
	background-color: #d93448;
	bottom: -1.5px;
	bottom: -0.09375rem;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
}

.archive-news .common-news__articles {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.archive-news .common-news__article {
	border-bottom: dashed 1px #c9c9c9;
	display: block;
	padding: 24px 0;
	padding: 1.5rem 0;
}

.archive-news .common-news__article:first-child {
	padding-top: 0;
}

.archive-news .common-news__article:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.archive-news .common-news__article:nth-of-type(n + 2) {
	margin-top: 48px;
	margin-top: 3rem;
}

.archive-news .common-news__article-img-wrap {
	aspect-ratio: 326/184;
	margin-inline: auto;
	width: 326px;
	width: 20.375rem;
}

.archive-news .common-news__article-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.archive-news .common-news__article-info {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.archive-news .common-news__article-tag {
	color: #004263;
}

.archive-news .common-news__article-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.archive-news .common-news__pagenation {
	margin: 80px auto 0;
	margin: 5rem auto 0;
}

.archive-news .wedding-news {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.archive-news .wedding-news__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/news/wedding-news_mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.archive-news .gallery-news {
	background-color: #ffffff;
	padding: 112px 0 80px;
	padding: 7rem 0 5rem;
}

.archive-news .gallery-news__head {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.archive-news .gallery-news__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #004263;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	height: 42px;
	height: 2.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
	text-align: center;
	width: 300px;
	width: 18.75rem;
}

.page-term {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 112px;
	padding-top: 7rem;
}

.page-term .page-title {
	font-family: Noto Serif JP;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
}

.page-term .description {
	font-weight: 400;
	line-height: 31px;
	margin-top: 40px;
}

.page-term .policy-wrap {
	margin-top: 40px;
}

.page-term .policy + .policy {
	margin-top: 40px;
}

.page-term .policy__title {
	border-bottom: 3px solid #c9c9c9;
	font-family: Noto Serif JP;
	font-size: 18px;
	font-size: 1.125rem;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-left: 8px;
	padding-top: 4.5px;
	padding-top: 0.28125rem;
	position: relative;
}

.page-term .policy__title::before {
	background: #d93448;
	bottom: -3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 66%;
}

.page-term .policy__content-wrap {
	margin-top: 24px;
}

.page-term .policy__content {
	font-weight: 400;
	line-height: 31px;
}

.page-term .policy__content + .policy__content {
	margin-top: 40px;
}

.page-template-page-question {
	background: #f5f5f5;
}

.page-template-page-question .page-question {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 112px;
	padding-top: 7rem;
}

.page-template-page-question .page-title {
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}

.page-template-page-question .question-wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-question .question:nth-of-type(n + 2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-question .question__title {
	border-bottom: 3px solid #c9c9c9;
	font-family: "Noto Serif JP";
	font-size: 18px;
	font-size: 1.125rem;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-left: 8px;
	padding-top: 4.5px;
	padding-top: 0.28125rem;
	position: relative;
}

.page-template-page-question .question__title::before {
	background: #d93448;
	bottom: -3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 66%;
}

.page-template-page-question .toggle {
	display: none;
}

.page-template-page-question .option {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	margin-bottom: 1em;
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative;
}

.page-template-page-question .title,
.page-template-page-question .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-template-page-question .title {
	padding: 24px 56px 24px 64px;
	padding: 1.5rem 3.5rem 1.5rem 4rem;
}

.page-template-page-question .content p {
	padding: 24px 56px 24px 72px;
	padding: 1.5rem 3.5rem 1.5rem 4.5rem;
}

.page-template-page-question .title,
.page-template-page-question .content p {
	font-size: 14px;
	font-size: 0.875rem;
	position: relative;
}

.page-template-page-question .title-wrap::before,
.page-template-page-question .content p::before {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24px;
	height: 1.5rem;
	left: 24px;
	left: 1.5rem;
	position: absolute;
	top: 28px;
	top: 1.75rem;
	width: 24px;
	width: 1.5rem;
}

.page-template-page-question .title-wrap::before {
	background-image: url(../images/question/Q.svg);
}

.page-template-page-question .content p::before {
	background-image: url(../images/question/A.svg);
}

.page-template-page-question .title {
	color: #333333;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

.page-template-page-question .title::after,
.page-template-page-question .title::before {
	background-color: #7a7a7a;
	content: "";
	height: 22px;
	height: 1.375rem;
	position: absolute;
	right: 34px;
	right: 2.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 2px;
}

.page-template-page-question .title::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.page-template-page-question .content {
	max-height: 0;
	overflow: hidden;
}

.page-template-page-question .content p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
}

.page-template-page-question .toggle:checked + .title-wrap + .content {
	max-height: 500px;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.page-template-page-question .toggle:checked + .title-wrap .title::before {
	-webkit-transform: translateY(-50%) rotate(90deg) !important;
	transform: translateY(-50%) rotate(90deg) !important;
}

.report .report-media__img-wrap {
	margin-inline: auto;
	max-width: 280px;
	max-width: 17.5rem;
	width: 100%;
}

.report .report-media__img {
	-o-object-fit: cover;
	aspect-ratio: 280/438;
	max-width: 280px;
	max-width: 17.5rem;
	object-fit: cover;
	width: 100%;
}

.report .report-media__info {
	margin-inline: auto;
	gap: 16px;
	gap: 1rem;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: normal;
	margin-top: 26px;
	margin-top: 1.625rem;
	max-width: 278px;
	max-width: 17.375rem;
	width: 100%;
}

.report .report-media__day {
	text-align: left;
}

.report .report-media__person {
	text-align: right;
}

.report .report-media__body {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.report .report-media__qa:nth-of-type(n + 2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.report .report-media__qa-title {
	border-bottom: 1px solid #d93448;
	color: #333333;
	font-family: "Noto Serif JP";
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: normal;
	line-height: 1.2;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.report .report-media__qa-title::before {
	background: url(../images/report/report_icon-q.svg) no-repeat center center/contain;
	content: "";
	height: 32px;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 32%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	width: 2rem;
}

.report .report-media__qa-text {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 16px;
	margin-top: 1rem;
}

.report .report-pagenation {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.report .report-pagenation__prev {
	cursor: pointer;
	padding: 12px 16px 12px 48px;
	padding: 0.75rem 1rem 0.75rem 3rem;
	position: relative;
}

.report .report-pagenation__prev::before {
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	background: #333333;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	content: "";
	height: 16px;
	height: 1rem;
	left: 32px;
	left: 2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.report .report-pagenation__next::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #333333;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 16px;
	height: 1rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.report .report-pagenation__top {
	cursor: pointer;
	padding: 12px 16px;
	padding: 0.75rem 1rem;
}

.report .report-pagenation__next {
	cursor: pointer;
	padding: 12px 48px 12px 16px;
	padding: 0.75rem 3rem 0.75rem 1rem;
	position: relative;
}

.report .report-pagenation__prev.is-inactive,
.report .report-pagenation__next.is-inactive {
	color: #c9c9c9;
	cursor: default;
	pointer-events: none;
}

.report .report-pagenation__prev.is-inactive::before,
.report .report-pagenation__next.is-inactive::before {
	background: #c9c9c9;
	cursor: default;
	pointer-events: none;
}

.report {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.report img {
	height: auto;
}

.report .report__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/report/report_mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.report .report__content {
	margin: 42px auto 0;
	margin: 2.625rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.report .report__pagenation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.reserve-complete {
	padding: 112px 0 80px;
	padding: 7rem 0 5rem;
	width: 100%;
}

.reserve-complete .inquiry__head {
	margin-inline: auto;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.reserve-complete .inquiry__title {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.reserve-complete .inquiry__lead {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.reserve-complete .complete__content {
	border-bottom: 1px dashed #004263;
	border-top: 1px dashed #004263;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	padding: 0 0 48px;
	padding: 0 0 3rem;
	width: 100%;
}

.reserve-complete .complete__content-title {
	margin-inline: auto;
	background: #ffffff;
	color: #004263;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	padding: 0 24px;
	padding: 0 1.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.reserve-complete .complete__content-title-wrap {
	position: relative;
	top: -12px;
	top: -0.75rem;
}

.reserve-complete .complete__content-result {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.reserve-complete .complete__btn-wrap {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: 327px;
	width: 20.4375rem;
}

.reserve .inquiry-form {
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.reserve .inquiry-form__item:nth-of-type(n + 2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.reserve .inquiry-form__item-name {
	color: #333333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: normal;
	line-height: 1;
}

.reserve .inquiry-form__item-name span {
	background: #32657e;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: normal;
	margin-left: 16px;
	margin-left: 1rem;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

.reserve .inquiry-form__item-data {
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 100%;
}

.reserve .inquiry-form__item-data.--row {
	grid-gap: 0px 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reserve .inquiry-form__text {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin-top: 48px;
	margin-top: 3rem;
}

.reserve .inquiry-form__item-note {
	color: #7a7a7a;
	font-size: 12px;
	font-size: 0.75rem;
}

.reserve .inquiry-form__btn-wrap {
	border-radius: 4px;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	position: relative;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	width: 327px;
	width: 20.4375rem;
}

.reserve .inquiry-form__btn,
.reserve input[type=submit] {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d93448;
	border: 1px solid #d93448;
	border-radius: 4px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.8125;
	padding: 18px 0;
	padding: 1.125rem 0;
	position: relative;
	text-align: center;
	text-indent: -0.5em;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	width: 327px;
	width: 20.4375rem;
}

.reserve .inquiry-form__btn-wrap::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	width: 6px;
	width: 0.375rem;
	z-index: 10;
}

.reserve .inquiry-form__btn-wrap.is-inactive input[type=submit] {
	background: #a6a6a6;
	color: #ffffff;
	pointer-events: none;
}

.reserve .inquiry-form__btn-wrap.is-inactive::after {
	background: #ffffff;
}

.reserve .inquiry-form__btn-wrap:hover input[type=submit] {
	background: #ffffff;
	color: #d93448;
}

.reserve .inquiry-form__btn-wrap:hover::after {
	background: #d93448;
}

.reserve input[type=text],
.reserve input[type=tel],
.reserve input[type=email],
.reserve input[type=number],
.reserve select,
.reserve textarea {
	background: #f7f7f7;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

.reserve .inquiry-form__item-radio {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reserve .inquiry-form__item-radio .wpcf7-list-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	margin-left: 0;
	width: 150px;
	width: 9.375rem;
}

.reserve .inquiry-form__item-radio .wpcf7-list-item label {
	display: inline-block;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

.reserve .inquiry-form__item-radio .wpcf7-list-item.is-active {
	background: #edf6fa;
	border: 1px solid #78a5bb;
}

.reserve .inquiry-form__item-radio .wpcf7-list-item.first {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.reserve .inquiry-form__item-radio .reserve-radio-btn {
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	overflow: hidden;
	position: relative;
	top: 4px;
	top: 0.25rem;
	width: 20px;
	width: 1.25rem;
}

.reserve .inquiry-form__item-radio .reserve-radio-btn::before {
	background: url(../images/reserve/reserve-check.svg) no-repeat center center/cover;
	content: "";
	display: inline-block;
	display: none;
	height: 24px;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24px;
	width: 1.5rem;
}

.reserve input[type=radio][name=your-purpose]:checked + .reserve-radio-btn {
	border: none;
}

.reserve input[type=radio][name=your-purpose]:checked + .reserve-radio-btn::before {
	display: block;
}

.reserve .inquiry-form__item-data.--konrei {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reserve .inquiry-form__item-data.--konrei input[type=text] {
	margin: 0 8px 0 24px;
	margin: 0 0.5rem 0 1.5rem;
	width: 78px;
	width: 4.875rem;
}

.reserve .inquiry-form__item-data.--budget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reserve .inquiry-form__item-data.--budget input[type=text] {
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 150px;
	width: 9.375rem;
}

.reserve input[type=submit] + span.wpcf7-spinner {
	display: none;
}

.reserve ::-moz-placeholder {
	color: #a6a6a6;
}

.reserve ::-webkit-input-placeholder {
	color: #a6a6a6;
}

.reserve ::-ms-input-placeholder {
	color: #a6a6a6;
}

.reserve ::placeholder {
	color: #a6a6a6;
}

.reserve {
	padding: 112px 0 80px;
	padding: 7rem 0 5rem;
	width: 100%;
}

.reserve .inquiry__head {
	margin-inline: auto;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.reserve .inquiry__title {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.reserve .inquiry__lead {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.reserve .inquiry__text {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.reserve .inquiry__content {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.restaurant {
	background-color: #f5f5f5;
	padding: 0 0 80px;
	padding: 0 0 5rem;
}

.restaurant img {
	height: auto;
}

.restaurant .restaurant__mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/restaurant/restaurant_mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.restaurant .restaurant__inner {
	max-width: 375px;
	max-width: 23.4375rem;
	width: 100%;
}

.restaurant .restaurant__content {
	margin: 80px auto 0;
	margin: 5rem auto 0;
}

.restaurant .restaurant__title {
	color: #333333;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.restaurant .restaurant__lead {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9375;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.restaurant .restaurant__media-flex {
	display: contents;
}

.restaurant .restaurant__media-flex:nth-of-type(1) {
	margin-top: 80px;
	margin-top: 5rem;
}

.restaurant .restaurant__media-flex:nth-of-type(2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.restaurant .restaurant__media-flex:nth-of-type(1) .restaurant__media:nth-of-type(1) .restaurant__media-img-wrap,
.restaurant .restaurant__media-flex:nth-of-type(2) .restaurant__media:nth-of-type(2) .restaurant__media-img-wrap {
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.restaurant .restaurant__media-flex:nth-of-type(1) .restaurant__media:nth-of-type(2) .restaurant__media-img-wrap,
.restaurant .restaurant__media-flex:nth-of-type(2) .restaurant__media:nth-of-type(1) .restaurant__media-img-wrap {
	max-width: 327px;
	max-width: 20.4375rem;
	width: 100%;
}

.restaurant .restaurant__media {
	margin-inline: auto;
}

.restaurant .restaurant__media:nth-of-type(1) {
	margin-top: 80px;
	margin-top: 5rem;
}

.restaurant .restaurant__media:nth-of-type(2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.restaurant .restaurant__media-img-wrap {
	width: 100%;
}

.restaurant .restaurant__media-img {
	width: 100%;
}

.restaurant .restaurant__media-text {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: right;
}

.restaurant .restaurant__btn-wrap {
	margin: 80px auto 0;
	margin: 5rem auto 0;
}

.restaurant .restaurant__btn-wrap button:nth-of-type(2) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.restaurant .restaurant__contact {
	margin-top: 106px;
	margin-top: 6.625rem;
}

.restaurant .banquet-contact__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.restaurant .banquet-contact__title-wrap {
	position: relative;
	text-align: center;
	top: 18px;
	top: 1.125rem;
}

.restaurant .banquet-contact__title {
	background-color: #f5f5f5;
	color: #333333;
	display: inline-block;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding: 0 8px;
	padding: 0 0.5rem;
	text-align: center;
}

.restaurant .banquet-contact__title-pc {
	display: none;
}

.restaurant .banquet-contact__group {
	border: 1px solid #a6a6a6;
	padding: 57px 12px;
	padding: 3.5625rem 0.75rem;
}

.restaurant .banquet-contact__group-info {
	text-align: center;
	white-space: nowrap;
}

.restaurant .banquet-contact__group-subtitle {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.restaurant .banquet-contact__group-tel {
	color: #333333;
	font-size: 36px;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.restaurant .banquet-contact__group-hourtime {
	color: #333333;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.restaurant .banquet-contact__group-btns {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.restaurant .banquet .banquet-contact__group-btns a:nth-of-type(1) {
	margin-top: 16px;
	margin-top: 1rem;
}

.restaurant .banquet-contact__group-btns a:nth-of-type(2) {
	margin-top: 16px;
	margin-top: 1rem;
}

.restaurant .banquet-modal {
	bottom: 0;
	display: none;
	height: 100vh;
	height: 100dvh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 200;
}

.restaurant .banquet-modal__container {
	height: 100%;
	position: relative;
	width: 100%;
}

.restaurant .banquet-modal__content-wrap {
	height: 80vh;
	height: 80dvh;
	left: 50%;
	max-width: 600px;
	max-width: 37.5rem;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 230;
}

.restaurant .banquet-modal__content {
	background: #ffffff;
	height: 100%;
	position: relative;
	width: 100%;
}

.restaurant .banquet-modal__close {
	cursor: pointer;
	height: 32px;
	height: 2rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 10px;
	top: 0.625rem;
	width: 32px;
	width: 2rem;
	z-index: 300;
}

.restaurant .banquet-modal__close-img {
	height: auto;
	width: 100%;
}

.restaurant .banquet-modal__pdf-wrap {
	height: 100%;
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.restaurant .banquet-modal__pdf-wrap iframe {
	position: relative;
}

.restaurant .banquet-modal__bg {
	background: rgba(170, 170, 170, .8);
	bottom: 0;
	height: 100vh;
	height: 100dvh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 210;
}

.wedding .wedding-cuisine-about {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-cuisine-about__items {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.wedding .wedding-cuisine-about__item {
	display: block;
}

.wedding .wedding-cuisine-about__item + .wedding-cuisine-about__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-cuisine-about__image {
	width: 100%;
}

.wedding .wedding-cuisine-about__image img {
	-o-object-fit: cover;
	aspect-ratio: 327/469;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-cuisine-about__body {
	background-color: #ffffff;
	padding: 24px 16px;
	padding: 1.5rem 1rem;
}

.wedding .wedding-cuisine-about__title {
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.wedding .wedding-cuisine-about__price {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.wedding .wedding-cuisine-about__menu-items {
	margin-top: 32px;
	margin-top: 2rem;
}

.wedding .wedding-cuisine-about__menu-item:before {
	content: "・";
}

.wedding .wedding-cuisine-about__menu-content {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.2142857143;
}

.wedding .wedding-cuisine-about__detail {
	line-height: 1.9375;
	margin-top: 56px;
	margin-top: 3.5rem;
}

.wedding .wedding-cuisine-child {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.wedding .wedding-cuisine-child__detail {
	line-height: 1.9375;
}

.wedding .wedding-cuisine-child__wrap {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-cuisine-child__body1 {
	width: 100%;
}

.wedding .wedding-cuisine-child__image1 {
	width: 100%;
}

.wedding .wedding-cuisine-child__image1 img {
	-o-object-fit: cover;
	aspect-ratio: 327/218;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-cuisine-child__body2 {
	margin: 0 auto;
	width: 76.4525993884%;
}

.wedding .wedding-cuisine-child__image2 {
	width: 100%;
}

.wedding .wedding-cuisine-child__image2 img {
	-o-object-fit: cover;
	aspect-ratio: 250/375;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-cuisine-child__menu {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.wedding .wedding-cuisine-intro {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.wedding .wedding-cuisine-intro__container {
	padding: 0 32px;
	padding: 0 2rem;
	width: 100%;
}

.wedding .wedding-cuisine-intro__wrap {
	display: block;
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-cuisine-intro__image {
	margin: 0 auto;
	width: 280px;
	width: 17.5rem;
}

.wedding .wedding-cuisine-intro__image img {
	-o-object-fit: contain;
	aspect-ratio: 280/373;
	height: 373px;
	height: 23.3125rem;
	object-fit: contain;
	width: 100%;
}

.wedding .wedding-cuisine-intro__body {
	margin: 56px auto 0;
	margin: 3.5rem auto 0;
	max-width: 500px;
	width: 100%;
}

.wedding .wedding-cuisine-intro__title {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
}

.wedding .wedding-cuisine-intro__name {
	font-family: "Noto Serif JP";
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.wedding .wedding-cuisine-intro__item {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-cuisine-intro__detail {
	line-height: 1.9375;
}

.wedding .wedding-cuisine-mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/wedding/wedding-cuisine-mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wedding .wedding-cuisine__inner {
	height: 100%;
	margin: 0 auto;
	padding: 0 24px;
	padding: 0 1.5rem;
	width: 100%;
}

.wedding .wedding-cuisine__head {
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	margin-left: calc(50% - 50vw);
	text-align: center;
	width: 100vw;
}

.wedding .wedding-hall-about {
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-hall-mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/wedding/wedding-hall-mv-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wedding .wedding-hall-reception {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.wedding .wedding-hall-reception__items {
	-moz-column-gap: 1rem;
	row-gap: 56px;
	row-gap: 3.5rem;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, 20.4375rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-hall-reception__image {
	width: 100%;
}

.wedding .wedding-hall-reception__image img {
	-o-object-fit: cover;
	aspect-ratio: 327/217;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-hall-reception__head {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.wedding .wedding-hall-reception__wrap {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.wedding .wedding-hall-reception__detail {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.wedding .wedding-hall-staging {
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-hall-staging__wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-hall-staging__box {
	width: 100%;
}

.wedding .wedding-hall-staging__box + .wedding-hall-staging__box {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-hall-staging__image {
	aspect-ratio: 327/227;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.wedding .wedding-hall-staging__image.--rickshaw {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, .2);
	background-image: url("../images/wedding/wedding-hall-staging1.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.wedding .wedding-hall-staging__image.--origami {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, .2);
	background-image: url("../images/wedding/wedding-hall-staging2.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.wedding .wedding-hall-staging__title {
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, .8);
}

.wedding .wedding-hall-staging__detail {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 16px;
	margin-top: 1rem;
}

.wedding .swiper.wedding-hall-swiper {
	height: 100%;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.wedding .wedding-hall-swiper-slide {
	width: 100%;
}

.wedding .wedding-hall-swiper-slide img {
	-o-object-fit: contain;
	aspect-ratio: 1040/693;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wedding .wedding-hall-thumbnail-slider {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	position: relative;
}

.wedding .swiper.wedding-hall-thumbnail {
	margin: 0;
	max-width: 78.2874617737%;
	position: relative;
	width: 100%;
}

.wedding .wedding-hall-thumbnail-slide {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.wedding .wedding-hall-thumbnail-slide img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-hall-thumbnail .swiper-slide-thumb-active {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.wedding .wedding-hall-swiper-button-prev,
.wedding .wedding-hall-swiper-button-next {
	height: 24px !important;
	height: 1.5rem !important;
	left: auto !important;
	left: initial !important;
	margin: 0 !important;
	position: relative !important;
	right: auto !important;
	right: initial !important;
	top: auto !important;
	top: initial !important;
	width: 24px !important;
	width: 1.5rem !important;
}

.wedding .wedding-hall-swiper-button-prev img,
.wedding .wedding-hall-swiper-button-next img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wedding .wedding-hall-swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wedding .wedding-hall__inner {
	height: 100%;
	margin: 0 auto;
	padding: 0 24px;
	padding: 0 1.5rem;
	width: 100%;
}

.wedding .wedding-hall__head {
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	margin-left: calc(50% - 50vw);
	text-align: center;
	width: 100vw;
}

.wedding .wedding-hall__detail {
	line-height: 1.8125;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: left;
}

.page-schedule {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.page-schedule .schedule-inner {
	max-width: 1032px;
}

.page-schedule .wedding-schedule-mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/wedding/wedding-schedule.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-schedule .schedule-wrap {
	margin-top: 80px;
	position: relative;
}

.page-schedule .schedule-wrap::before {
	background-color: #d93448;
	content: "";
	height: 97%;
	left: -1.5px;
	position: absolute;
	top: 20px;
	width: 2px;
}

.page-schedule .schedule {
	padding-left: 25px;
}

.page-schedule .schedule + .schedule {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-schedule .schedule__title {
	background-image: linear-gradient(to right, #c9c9c9 8px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 14px 1px;
	font-family: Noto Serif JP;
	font-size: 24px;
	padding-bottom: 5px;
	position: relative;
}

.page-schedule .actual-day {
	background-image: none;
}

.page-schedule .schedule__title::before {
	background-color: #d93448;
	content: "";
	height: 16px;
	left: -34px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

.page-schedule .schedule__list {
	margin-top: 16px;
}

.page-schedule .schedule__item {
	font-size: 14px;
	font-size: 0.875rem;
	list-style: disc;
	margin-left: 10px;
}

.page-schedule .schedule__item span {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 8px;
}

.page-schedule .schedule__item + .schedule__item {
	margin-top: 16px;
}

.page-schedule .schedule__item::marker {
	font-size: 10px;
}

.page-schedule .best-day__title {
	padding-inline: 16px;
	padding-inline: 1rem;
}

.page-schedule .best-day__message {
	text-align: center;
	white-space: nowrap;
}

.page-schedule .best-day__message p + p {
	margin-top: 32px;
	margin-top: 2rem;
}

.page-schedule .best-day__main-img {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.page-schedule .best-day__main-img img {
	aspect-ratio: 558/372;
	height: auto;
	width: 100%;
}

.page-schedule .best-day__images {
	gap: 17px;
	gap: 1.0625rem;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 1.4fr 1fr;
	margin-top: 16px;
	margin-top: 1rem;
}

.page-schedule .best-day__img01 {
	aspect-ratio: 327/249;
	grid-column: 1/3;
	grid-row: 1/2;
	height: auto;
	width: 100%;
}

.page-schedule .best-day__img02 {
	aspect-ratio: 125/177;
	grid-column: 1/2;
	grid-row: 2/3;
	height: auto;
	width: 100%;
}

.page-schedule .best-day__img03 {
	aspect-ratio: 185/177;
	grid-column: 2/3;
	grid-row: 2/3;
	height: auto;
	width: 100%;
}

.page-schedule .wedding-about__box-btn {
	margin-top: 58px;
	margin-top: 3.625rem;
}

.page-schedule .wedding-btn {
	background: #d93448;
	border: 1px solid #d93448;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 16px 56px 16px 24px;
	padding: 1rem 3.5rem 1rem 1.5rem;
	position: relative;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	width: 100%;
}

.page-schedule .wedding-btn:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-width: 0.375rem 0 0.375rem 0.375rem;
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
}

.page-schedule .wedding-about__box-btn .wedding-about__btn:nth-of-type(2) a {
	margin-top: 16px;
	margin-top: 1rem;
}

.page-schedule .btn-to-top {
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.page-schedule .to-top {
	color: #004263;
	font-weight: 700;
	padding: 40px;
	position: relative;
}

.page-schedule .to-top:before {
	border-color: transparent #004263 transparent transparent;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-width: 0.375rem 0.375rem 0.375rem 0;
	content: "";
	left: 10%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wedding .wedding-about {
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-about__wrap {
	display: block;
}

.wedding .wedding-about__image {
	width: 100%;
}

.wedding .wedding-about__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-about__body {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-about__head {
	font-family: "Noto Serif JP";
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
}

.wedding .wedding-about__detail {
	line-height: 2.1875;
	margin-top: 32px;
	margin-top: 2rem;
}

.wedding .wedding-about__gallery--large {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-about__gallery--large img {
	-o-object-fit: cover;
	aspect-ratio: 1040/328;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-about__flex {
	gap: 4.8929663609%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wedding .wedding-about__gallery {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 47.4006116208%;
}

.wedding .wedding-about__gallery img {
	-o-object-fit: cover;
	aspect-ratio: 500/247;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-about__contact {
	border: 1px solid #a6a6a6;
	margin-top: 81px;
	margin-top: 5.0625rem;
	padding: 17px 24px 43px;
	padding: 1.0625rem 1.5rem 2.6875rem;
	width: 100%;
}

.wedding .wedding-about__contact-head {
	background-color: #f5f5f5;
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin: -34px auto 0;
	margin: -2.125rem auto 0;
	padding: 0 16px;
	padding: 0 1rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.wedding .wedding-about__container {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-about__box-text {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wedding .wedding-about__title {
	color: #7a7a7a;
	font-size: 14px;
	font-size: 0.875rem;
}

.wedding .wedding-about__phone {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	pointer-events: inherit;
}

.wedding .wedding-about__time {
	font-size: 14px;
	font-size: 0.875rem;
}

.wedding .wedding-about__box-btn {
	width: 100%;
}

.wedding .wedding-about__btn {
	margin: 0 auto;
	width: 100%;
}

.wedding .wedding-about__btn + .wedding-about__btn {
	margin-top: 16px;
	margin-top: 1rem;
}

.page-template-page-wedding-access .footer {
	background-color: #ffffff;
}

.page-template-page-wedding-access .main-access {
	background: #f5f5f5;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.page-template-page-wedding-access .brand-mv {
	background: rgba(66, 66, 66, .5);
	background-blend-mode: darken;
	background-image: url(../images/wedding/access-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-page-wedding-access .address {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.page-template-page-wedding-access .address-info {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page-template-page-wedding-access iframe {
	aspect-ratio: 327/157;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.page-template-page-wedding-access .address-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.page-template-page-wedding-access .access {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.page-template-page-wedding-access .access__title {
	border-bottom: 4px solid #c9c9c9;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-left: 48px;
	padding-top: 4.5px;
	padding-top: 0.28125rem;
	position: relative;
}

.page-template-page-wedding-access .access__title::before {
	background: #004263;
	bottom: -4px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 26%;
}

.page-template-page-wedding-access .access__title::after {
	background-image: url(../images/wedding/train.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 10px;
	position: absolute;
	top: 0;
	width: 32px;
}

.page-template-page-wedding-access .access__title--car::after {
	background-image: url(../images/wedding/car.svg);
}

.page-template-page-wedding-access .access__img-wrap {
	background: lightgray 50%;
}

.page-template-page-wedding-access .access__img {
	margin-top: 32px;
	margin-top: 2rem;
}

.page-template-page-wedding-access .access__text {
	line-height: 29px;
	margin-top: 16px;
	margin-top: 1rem;
}

.page-template-page-wedding-access .access__reserve {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.wedding .wedding-head--en {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	text-align: center;
}

.wedding .wedding-head--jp {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

.wedding-inner {
	height: 100%;
	margin: 0 auto;
	max-width: 600px;
	padding: 0 24px;
	padding: 0 1.5rem;
	width: 100%;
}

.wedding .wedding-mv {
	height: calc(100vh - 3.25rem);
	height: 100svh- 52px;
	height: 100svh- 3.25rem;
	position: relative;
	width: 100%;
}

.wedding .wedding-mv__bg {
	background-image: url(../images/wedding/wedding-mv.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.wedding .wedding-mv__logo {
	left: 50%;
	position: absolute;
	top: 54%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 195px;
	width: 12.1875rem;
	z-index: 1;
}

.wedding .wedding-mv__logo img {
	-o-object-fit: contain;
	aspect-ratio: 304/150;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wedding .wedding-mv__movie {
	bottom: 40px;
	bottom: 2.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wedding .wedding-mv__start {
	aspect-ratio: 1/1;
	border: 2px solid #ffffff;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 56px;
	width: 3.5rem;
}

.wedding .wedding-mv__start:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wedding .wedding-mv__detail {
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.wedding .wedding-mv__contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #c32538;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 24px;
	padding: 0.5rem 1.5rem;
	pointer-events: inherit;
}

.wedding .wedding-mv__contact-text {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
}

.wedding .wedding-mv__contact-wrap {
	margin-left: 16px;
	margin-left: 1rem;
}

.wedding .wedding-mv__contact-phone {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wedding .wedding-mv__contact-phone span {
	width: 28px;
	width: 1.75rem;
}

.wedding .wedding-mv__contact-phone span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wedding .wedding-mv__contact-phone-num {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.wedding .wedding-news {
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-news__inner {
	height: 100%;
	margin: 0 auto;
	padding: 0 24px;
	padding: 0 1.5rem;
	width: 100%;
}

.wedding .wedding-news__items {
	-moz-column-gap: 1rem;
	row-gap: 64px;
	row-gap: 4rem;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, 20.4375rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-news__image {
	width: 100%;
}

.wedding .wedding-news__image img {
	-o-object-fit: cover;
	aspect-ratio: 327/184;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-news__body {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.wedding .wedding-news__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wedding .wedding-news__date {
	font-size: 14px;
	font-size: 0.875rem;
}

.wedding .wedding-news__category {
	color: #004263;
	font-size: 14px;
	font-size: 0.875rem;
	margin-left: 32px;
	margin-left: 2rem;
}

.wedding .wedding-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wedding .wedding-news__btn {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
	max-width: 327px;
	width: 100%;
}

.wedding .wedding-news__btn .cmn-btn {
	margin-inline: auto;
}

.wedding .wedding-plan {
	margin-top: 80px;
	margin-top: 5rem;
}

.wedding .wedding-plan__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-plan__item {
	background-color: #ffffff;
	padding: 24px 16px;
	padding: 1.5rem 1rem;
}

.wedding .wedding-plan__item + .wedding-plan__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-accordion {
	margin-top: 32px;
	margin-top: 2rem;
}

.wedding .wedding-accordion__item {
	display: none;
}

.wedding .wedding-plan__image {
	width: 100%;
}

.wedding .wedding-plan__image img {
	-o-object-fit: cover;
	aspect-ratio: 295/279;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wedding .wedding-plan__body {
	margin-top: 32px;
	margin-top: 2rem;
}

.wedding .wedding-plan__title {
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.wedding .wedding-plan__detail {
	color: #7a7a7a;
	line-height: 1.875;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-plan__set {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-plan__set-detail {
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 0px;
	padding-bottom: 0rem;
}

.wedding .wedding-plan__set-wrap {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.wedding .wedding-plan__set-count {
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
}

.wedding .wedding-plan__set-price {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.wedding .wedding-plan__set-tax {
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
}

.wedding .wedding-plan__note {
	color: #7a7a7a;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.wedding .wedding-plan__content {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	width: 100%;
}

.wedding .wedding-plan__content-items {
	gap: 8px;
	gap: 0.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, 8.625rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.wedding .wedding-plan__content-item {
	border: 1px solid #7a7a7a;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

.wedding .wedding-plan__content-item.not_selected {
	background-color: #f7f7f7;
	border: 1px solid #c9c9c9;
}

.wedding .wedding-plan__content-text {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.wedding .wedding-plan__content-item.not_selected .wedding-plan__content-text {
	color: #c9c9c9;
}

.wedding .wedding-plan__flex {
	display: block;
	margin-top: 32px;
	margin-top: 2rem;
}

.wedding .wedding-plan__btn {
	margin: 0px auto 0;
	margin: 0rem auto 0;
	max-width: 295px;
	width: 100%;
}

.wedding .wedding-plan__btn:first-of-type .cmn-btn {
	margin-inline: auto;
}

.wedding .wedding-plan__btn:last-of-type .cmn-btn {
	margin-inline: auto;
}

.wedding .wedding-plan__btn + .wedding-plan__btn {
	margin-top: 16px;
	margin-top: 1rem;
}

.wedding .wedding-plan__close {
	cursor: pointer;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	padding: 8px;
	padding: 0.5rem;
	position: relative;
	width: 184px;
	width: 11.5rem;
}

.wedding .wedding-plan__close:after {
	border-color: transparent transparent #004263 transparent;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-width: 0rem 0.5rem 0.5rem 0.5rem;
	content: "";
	position: absolute;
	right: 22%;
	top: 55%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.wedding .wedding-plan__close:hover {
	opacity: 0.8;
}

.wedding .wedding-plan__close.is-active:after {
	right: 28%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wedding .wedding-plan__close-text {
	color: #004263;
	font-weight: 700;
	line-height: 1.8125;
	text-align: center;
	text-indent: -2em;
}

.wedding .wedding-plan__close.is-active .wedding-plan__close-text {
	text-indent: -1.5em;
}

.wedding .wedding-report {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.wedding .wedding-report__items {
	-moz-column-gap: 1rem;
	row-gap: 32px;
	row-gap: 2rem;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, 15.125rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.wedding .wedding-report__image {
	width: 100%;
}

.wedding .wedding-report__image img {
	-o-object-fit: contain;
	aspect-ratio: 242/340;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wedding .wedding-report__content {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: right;
}

.wedding .wedding-select {
	display: block;
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 552px;
	width: 100%;
}

.wedding .wedding-select__box {
	padding: 24px;
	padding: 1.5rem;
	position: relative;
	width: 100%;
}

.wedding .wedding-select__box:before {
	background: rgba(102, 102, 102, .7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.wedding .wedding-select__box.--facilities {
	background: url(../images/wedding/wedding-about__facilities.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.wedding .wedding-select__box.--cuisine {
	background: url(../images/wedding/wedding-about__cuisine.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.wedding .wedding-select__body {
	border: 1px solid #ffffff;
	padding: 16px;
	padding: 1rem;
	position: relative;
}

.wedding .wedding-select__head-en {
	color: #ffffff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
}

.wedding .wedding-select__head-jp {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 6px;
	margin-top: 0.375rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	position: relative;
}

.wedding .wedding-select__head-jp:after {
	background-image: linear-gradient(to right, #ffffff 4px, transparent 4px);
	background-size: 8px 4px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wedding .wedding-select__detail {
	color: #ffffff;
	font-weight: 700;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.wedding .wedding-select__btn {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 279px;
	width: 100%;
}

.wedding .wedding-select__btn .cmn-btn {
	margin-inline: auto;
}

.wedding {
	background-color: #f5f5f5;
	overflow-x: hidden;
}

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

.wedding .wedding-cuisine-intro__wrap {
	gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5rem;
}

.wedding .wedding-cuisine-intro__image {
	margin: 0;
}

.wedding .wedding-cuisine-intro__body {
	margin: 0;
	max-width: inherit;
	width: 44.0967283073%;
}

}

@media (min-width: 768px) {

html {
	scroll-padding-top: 74px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.childMenu.nav__item {
	cursor: pointer;
	padding-right: 1.75rem;
	position: relative;
}

.childMenu.nav__item:before {
	border-color: #d93448 transparent transparent transparent;
	border-style: solid;
	border-width: 0.375rem 0.375rem 0rem 0.375rem;
	content: "";
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.childMenu.nav__item.is-active:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.childMenu.nav__item.is-active .childMenu__contents {
	opacity: 1;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	visibility: visible;
}

.cmn-btn {
	margin-inline: unset;
	width: 20.4375rem;
}

.drawer {
	background-color: none;
	overflow: visible;
	overflow: initial;
	padding: 0;
	position: static;
	position: initial;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	width: auto;
}

.floating-contact {
	bottom: 2.5rem;
	display: block;
	left: unset;
	right: 2.5rem;
}

.floating-contact_inner {
	display: block;
}

.floating-contact__text {
	text-align: center;
}

.floating-contact__wrap {
	margin-left: 0;
}

.footer {
	padding: 4rem 0 0;
}

.footer__inner {
	max-width: 1280px;
	padding: 0 7.5rem;
}

.footer__wrap {
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 3.5rem;
}

.footer__logo {
	margin: 0;
	width: 17.6875rem;
}

.footer__address {
	font-size: 1rem;
	margin-top: 0rem;
}

.footer__items.u-desktop-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__lists {
	gap: 1.5rem;
}

.footer__phone.u-mobile {
	display: none;
}

.header {
	background-color: #ffffff;
	height: 4.625rem;
}

.header__inner {
	padding-left: 3rem;
	padding-right: 1.5rem;
}

.header__wrapper {
	padding: 0rem 0;
}

.header__logo {
	width: 6.3125rem;
}

.header__toggle.u-mobile {
	display: none;
}

.inner {
	max-width: 1280px;
	padding-left: 120px;
	padding-right: 120px;
}

.lower-mv {
	-webkit-clip-path: ellipse(70% 100% at 50% 0%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	clip-path: ellipse(70% 100% at 50% 0%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 12.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4.6875rem;
}

.lower-mv__wrap {
	padding-top: 0rem;
}

.lower-mv__head.--en {
	font-size: 2rem;
}

.nav {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	height: auto;
	height: inherit;
	margin-top: 0rem;
	overflow: inherit;
	position: inherit;
	width: auto;
}

.nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}

.nav__item {
	height: 100%;
	margin: 0 1.5rem;
	padding: 0rem 0rem;
	width: auto;
}

.nav__item:first-child {
	padding-top: 0rem;
}

.nav__item:last-child {
	padding-bottom: 0rem;
}

.nav__item:after {
	background-color: #f19ca3;
	bottom: 1.25rem;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	width: 100%;
	z-index: 2;
}

.nav__item:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.nav__item a,
.nav__item p {
	font-size: 0.875rem;
}

.nav__item + .nav__item {
	border-top: none;
}

.nav__item.u-desktop {
	display: block;
}

.gallery-info {
	padding-bottom: 10rem;
	padding-top: 152px;
}

.gallery-info .access-top {
	width: 298px;
}

.gallery-page-access {
	padding-bottom: 10rem;
	padding-top: 152px;
}

.gallery-page-access .access-top {
	width: 298px;
}

.gallery-page-access .address {
	margin-top: 2.5rem;
}

.gallery-page-access .address-info {
	gap: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.gallery-page-access .access {
	margin-top: 3.75rem;
}

.gallery-page-access .access__text {
	margin-top: 2rem;
}

.about .about-about__content {
	margin-top: 2.5rem;
}

.about .about-links__content {
	margin-top: 2.5rem;
}

.about .about-links__links {
	grid-gap: 2.5rem 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 65rem;
}

.about .about-link {
	margin-inline: unset;
	max-width: 31.25rem;
	padding: 11.25rem 0 1.5rem;
}

.about .about-link:nth-of-type(n + 2) {
	margin-top: 0;
}

.about .about-link::before {
	max-width: 31.25rem;
}

.about .about-link__title {
	font-size: 2rem;
}

.about .about-link__border {
	width: 59.2%;
}

.about .about-rickshaw__content {
	margin-top: 2.5rem;
}

.about .about-rickshaw__imgs {
	grid-gap: 0px 2.5rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 52.5rem;
}

.about .about-rickshaw__img-wrap {
	max-width: 25rem;
}

.about .about-rickshaw__img-wrap:nth-of-type(2) {
	margin-top: 0;
}

.about .about-rickshaw__img {
	max-width: 25rem;
}

.about .about-rickshaw__text {
	margin-top: 2.5rem;
}

.about .about-rickshaw__logo-wrap {
	margin: 4rem auto 0;
	max-width: 21.875rem;
}

.about .about-rickshaw__logo {
	max-width: 21.875rem;
}

.about {
	padding: 0 0 10rem;
}

.about .about__sec-title {
	font-size: 2rem;
}

.about .about__mv {
	background-image: url(../images/about/about_lower-mv.webp);
}

.about .about_about {
	margin-top: 5rem;
}

.about .about_rickshaw {
	margin-top: 7rem;
}

.about .about_links {
	margin-top: 7rem;
}

.page-template-page-access .main-access {
	padding-bottom: 10rem;
}

.page-template-page-access .address {
	margin-top: 5rem;
}

.page-template-page-access .address-info {
	gap: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.page-template-page-access .access {
	margin-top: 3.75rem;
}

.page-template-page-access .access__text {
	margin-top: 2rem;
}

.banquet .banquet-banner {
	background: url(../images/banquet/banquet_banner-bg.webp) no-repeat center center/cover;
	padding: 12.4375rem 0 3.5rem;
}

.banquet .banquet-banner__btn-wrap {
	margin-top: 3.4375rem;
}

.banquet .banquet-cards__inner {
	grid-gap: 3.5rem 3.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 65rem;
}

.banquet .banquet-cards__card {
	margin-inline: 0;
}

.banquet .banquet-cards__card:nth-of-type(n + 2) {
	margin-top: 0;
}

.banquet .banquet-cards__card-title {
	margin-top: 1.5rem;
}

.banquet .banquet-cards__btn-wrap {
	margin: 5.8125rem auto 0;
}

.banquet .banquet-contact__content {
	max-width: 50rem;
}

.banquet .banquet-contact__title {
	font-size: 2rem;
	padding: 0 1rem;
}

.banquet .banquet-contact__title-pc {
	display: inline-block;
}

.banquet .banquet-contact__group {
	grid-gap: 0px 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3.5rem 4.8125rem;
}

.banquet .banquet-contact__group-btns {
	margin-top: 0;
}

.banquet .banquet-contact__group-btns a:nth-of-type(1) {
	margin-top: 0;
}

.banquet .banquet-modal__content-wrap {
	max-width: 56.25rem;
	width: 100%;
}

.banquet {
	padding: 0 0 10rem;
}

.banquet .banquet__lead {
	margin-top: 5rem;
}

.banquet .banquet__cards {
	margin-top: 5rem;
}

.banquet .banquet__banner {
	margin-top: 7rem;
}

.banquet .banquet__contact {
	margin-top: 7rem;
}

.page-template-page-egg-custard,
.page-template-page-oyster {
	padding-top: 9.5rem;
}

.page-template-page-egg-custard .brand-mv,
.page-template-page-oyster .brand-mv {
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-template-page-egg-custard .brand-mv__img,
.page-template-page-oyster .brand-mv__img {
	aspect-ratio: 624/417;
	width: 60%;
}

.page-template-page-egg-custard .brand-mv__main,
.page-template-page-oyster .brand-mv__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 4.76875rem;
}

.page-template-page-egg-custard .brand-about__main,
.page-template-page-oyster .brand-about__main {
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.5rem;
}

.page-template-page-egg-custard .brand-about__main--reverse,
.page-template-page-oyster .brand-about__main--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page-template-page-egg-custard .brand-about__title-wrap,
.page-template-page-oyster .brand-about__title-wrap {
	position: relative;
}

.page-template-page-egg-custard .brand-about__title-wrap::after,
.page-template-page-oyster .brand-about__title-wrap::after {
	background: #a6a6a6;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.page-template-page-egg-custard .brand-about__title,
.page-template-page-oyster .brand-about__title {
	padding-right: 2rem;
}

.page-template-page-egg-custard .brand-about__img,
.page-template-page-oyster .brand-about__img {
	margin-top: 0;
	width: 31.44%;
}

.page-template-page-egg-custard .brand-price__main,
.page-template-page-oyster .brand-price__main {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 2.3125rem;
}

.page-template-page-egg-custard .brand-about__text,
.page-template-page-oyster .brand-about__text {
	margin-top: 0;
}

.page-template-page-egg-custard .buy + .buy,
.page-template-page-oyster .buy + .buy {
	padding-bottom: 10rem;
}

.page-template-page-egg-custard .buy__title,
.page-template-page-oyster .buy__title {
	font-size: 2rem;
}

.page-template-page-egg-custard .buy-btn__wrap,
.page-template-page-oyster .buy-btn__wrap {
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 287px);
}

.page-template-page-oyster .oyster {
	padding-bottom: 10rem;
}

.page-template-page-oyster .shop-only {
	font-size: 1.5rem;
}

.page-template-page-oyster .shop-only__bold {
	font-size: 2rem;
}

.brand .brand-introduce {
	padding-bottom: 11.4375rem;
}

.brand .brand-introduce__title {
	font-size: 1.5rem;
	margin-top: 5rem;
}

.brand .brand-introduce__wrap {
	margin-top: 5.0625rem;
}

.brand .brand-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.brand .brand-item--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 5rem;
}

.brand .brand-item__img {
	aspect-ratio: 909/371;
	margin-left: calc(50% - 50vw);
	max-width: 100%;
	width: 86%;
}

.brand .brand-main {
	margin: auto 0 0.875rem -3.125rem;
	padding: 2.5rem 3rem;
	position: relative;
}

.brand .brand-main__title {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.brand .brand-main__text {
	margin-top: 1.5rem;
}

.complete {
	padding: 9.5rem 0 10rem;
}

.complete .inquiry__inner {
	padding-left: 15rem;
	padding-right: 15rem;
}

.complete .inquiry__head {
	max-width: 50rem;
}

.complete .inquiry__title {
	font-size: 2.25rem;
}

.complete .complete__content {
	max-width: 50rem;
}

.complete .complete__btn-wrap {
	margin: 4rem auto 0;
}

.complete .inquiry-form {
	max-width: 50rem;
}

.p-entry-404 {
	padding-top: 7.5rem;
}

.p-entry-404__inner {
	max-width: 62.5rem;
}

.p-entry-404__title {
	font-size: 3rem;
}

.p-entry-404__content p {
	font-size: 1.5rem;
}

.frontpage-access {
	margin-top: 7rem;
}

.frontpage-access__map iframe {
	height: 23.75rem;
}

.frontpage-access__address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.frontpage-access__info-titles {
	max-width: 23.875rem;
	width: 100%;
}

.frontpage-access__text-right {
	margin-top: 0;
}

.frontpage-btn {
	margin: 1.625rem auto 0;
	max-width: 20.4375rem;
}

.frontpage-instagram__photos #sbi_images {
	grid-gap: 2.5rem 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.frontpage .frontpage-mv {
	height: calc(100vh - 4.6875rem);
	margin-top: 4.6875rem;
}

.frontpage .frontpage-mv__bg {
	height: 100%;
}

.frontpage .frontpage-mv__logo {
	top: 50%;
	width: 19rem;
}

.frontpage .frontpage-mv__movie {
	bottom: 3rem;
}

.frontpage .frontpage-mv__start {
	width: 5rem;
}

.frontpage .frontpage-mv__detail {
	font-size: 1.25rem;
}

.frontpage .frontpage-mv__contact {
	display: none;
}

.frontpage .frontpage-news {
	padding: 7rem 0;
}

.frontpage .frontpage-news__article {
	grid-gap: 0px 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 4.9415fr;
}

.frontpage .frontpage-news__article-img-wrap {
	margin-inline: 0;
	aspect-ratio: 171/96;
	width: 10.6875rem;
}

.frontpage .frontpage-news__article-info {
	font-size: 0.875rem;
	margin-top: 0;
}

.frontpage .frontpage-news__article-title {
	-webkit-line-clamp: 2;
}

.frontpage .frontpage-news__frontpage-btn {
	margin-top: 5rem;
}

.frontpage-pickup {
	padding: 7rem 0;
}

.frontpage-pickup__archive {
	gap: 3rem 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

.frontpage-pickup__article-title p {
	-webkit-line-clamp: 3;
	font-size: 1.25rem;
}

.frontpage .frontpage-section__texts {
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -9rem 0 0 auto;
	padding: 3.5rem 7.3125rem;
	width: calc(50vw + 32.5rem);
}

.frontpage .frontpage-section__title {
	max-width: 25rem;
	width: 100%;
}

.frontpage .frontpage-section__title h2 {
	font-size: 1.5rem;
}

.frontpage .frontpage-section__title p {
	font-size: 1rem;
	line-height: 1.8125;
}

.frontpage .frontpage-section__links {
	margin-top: 0;
}

.frontpage .frontpage-section__link {
	display: block;
	height: 2rem;
	line-height: 1.8125rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0.5rem;
	padding-bottom: 0.1875rem;
	padding-left: 1.5rem;
	padding-top: 0.1875rem;
	position: relative;
}

.frontpage .frontpage-section__link::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #333333;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	display: block;
	height: 0.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0.4375rem;
}

.frontpage .frontpage-section__link:first-child {
	margin-top: 0;
}

.frontpage .frontpage-section__btn-wrap {
	margin: 1.625rem auto 0;
}

.frontpage-title h2 {
	font-size: 1.5rem;
}

.gallery .gallery-about-facility__flex {
	-moz-column-gap: 5%;
	row-gap: 1.5rem;
	-webkit-column-gap: 5%;
	column-gap: 5%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery .gallery-about-facility__overview {
	display: grid;
	grid-row: span 4;
	grid-template-rows: subgrid;
	width: 100%;
}

.gallery .gallery-about-facility__overview + .gallery-about-facility__overview {
	margin-top: 0rem;
}

.gallery .gallery-about-facility__title:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(31.5789473684%, #004263), color-stop(31.5789473684%, #c9c9c9));
	background: linear-gradient(to right, #004263 31.5789473684%, #c9c9c9 31.5789473684%);
}

.gallery .gallery-about-facility__body {
	gap: 4.2105263158%;
}

.gallery .gallery-about-facility__term {
	width: 21.0526315789%;
}

.gallery .gallery-about-facility__detail {
	width: 74.7368421053%;
}

.gallery .gallery-about-owner__image {
	margin: 2.5rem auto 0;
	max-width: 327px;
}

.gallery .gallery-section.gallery-about {
	margin-top: 9.5rem;
}

.gallery .gallery-about__image img {
	aspect-ratio: 800/532;
}

.gallery .gallery-archive-events-next__item a {
	gap: 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .gallery-archive-events-next__image {
	max-height: 12.5rem;
	max-width: 22.25rem;
}

.gallery .gallery-archive-events-next__image img {
	max-height: 12.5rem;
	max-width: 22.25rem;
}

.gallery .gallery-archive-events-next__body {
	margin-top: 0rem;
	width: 52.5%;
}

.gallery .gallery-archive-events-next__time {
	font-size: 1.25rem;
}

.gallery .gallery-archive-events-next__detail {
	-webkit-line-clamp: 4;
}

.gallery .gallery-archive-events__items {
	-moz-column-gap: 10%;
	row-gap: 2.5rem;
	-webkit-column-gap: 10%;
	column-gap: 10%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 45%);
}

.gallery .gallery-archive-events__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-height: 31.25rem;
	max-width: 22.5rem;
}

.gallery .gallery-archive-events__image img {
	max-height: 31.25rem;
	max-width: 22.5rem;
}

.gallery .gallery-archive-events__body {
	margin-top: 2.5rem;
}

.gallery .gallery-archive-events__btn {
	margin-top: auto;
	padding-top: 2.5rem;
}

.gallery .gallery-archive-events__spacer {
	aspect-ratio: 1280/64;
	max-width: 1280px;
}

.gallery .gallery-lower-section {
	margin-top: 9.5rem;
}

.gallery .gallery-single-events-pagination {
	margin-bottom: 10rem;
	margin-top: 5rem;
}

.gallery .gallery-single-events__title {
	font-size: 1.875rem;
}

.gallery .gallery-single-events__wrap {
	gap: 1.5rem;
}

.gallery .gallery-single-events__tag {
	font-size: 0.875rem;
}

.gallery .gallery-single-events__category {
	font-size: 0.875rem;
}

.gallery .gallery-single-events__date {
	font-size: 0.875rem;
}

.gallery .gallery-single-events__image img {
	aspect-ratio: 800/486;
}

.gallery .gallery-single-events__content h2 {
	font-size: 1.625rem;
}

.gallery .gallery-single-events__content h2:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(31.25%, #004263), color-stop(31.25%, #c9c9c9));
	background: linear-gradient(to right, #004263 31.25%, #c9c9c9 31.25%);
}

.gallery .gallery-single-events__content h3 {
	font-size: 1.375rem;
}

.gallery .gallery-single-events__content .wp-block-image {
	margin: 2rem auto 0;
	width: 100%;
}

.gallery .gallery-single-events__content .wp-block-image img {
	aspect-ratio: 600/364;
}

.gallery .gallery-access__item {
	gap: 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .gallery-access__map {
	margin-left: inherit;
	margin-right: inherit;
	width: 48.5%;
}

.gallery .gallery-access__map iframe {
	aspect-ratio: 388/312;
}

.gallery .gallery-access__body {
	margin-top: 1.125rem;
	width: 47.5%;
}

.gallery .gallery-access__title:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(31.5789473684%, #004263), color-stop(31.5789473684%, #c9c9c9));
	background: linear-gradient(to right, #004263 31.5789473684%, #c9c9c9 31.5789473684%);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.gallery .gallery-access__detail {
	line-height: 1.5714285714;
}

.gallery-btn {
	padding: 1.125rem 4.6875rem 1.125rem 2.6875rem;
	width: 20.4375rem;
}

.gallery-btn:after {
	right: 13%;
}

.gallery .gallery-contact {
	padding-bottom: 10rem;
}

.gallery .gallery-contact__wrap {
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0;
	padding: 1.5rem 2.5rem;
	width: 100%;
}

.gallery .gallery-contact__btn {
	margin-top: 0rem;
}

.gallery .gallery-contact__flex {
	gap: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery .gallery-contact__time {
	width: 47.5%;
}

.gallery .gallery-contact__title:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(31.5789473684%, #004263), color-stop(31.5789473684%, #c9c9c9));
	background: linear-gradient(to right, #004263 31.5789473684%, #c9c9c9 31.5789473684%);
}

.gallery .gallery-contact__detail {
	line-height: 1.8125;
}

.gallery .gallery-contact__holiday {
	margin-top: 0rem;
	width: 47.5%;
}

.gallery .gallery-contact__note {
	line-height: 2.0714285714;
}

.gallery .gallery-eventNext__item a {
	gap: 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .gallery-eventNext__image {
	max-height: 12.5rem;
	max-width: 22.25rem;
}

.gallery .gallery-eventNext__image img {
	max-height: 12.5rem;
	max-width: 22.25rem;
}

.gallery .gallery-eventNext__body {
	margin-top: 0rem;
	width: 52.5%;
}

.gallery .gallery-eventNext__time {
	font-size: 1.25rem;
}

.gallery .gallery-eventNext__detail {
	-webkit-line-clamp: 4;
}

.gallery .gallery-section.gallery-eventNow {
	margin-top: 5rem;
}

.gallery .gallery-eventNow__items {
	margin-top: 2.9375rem;
}

.gallery .gallery-eventNow__image {
	max-height: 31.25rem;
	max-width: 45rem;
}

.gallery .gallery-eventNow__image img {
	max-height: 31.25rem;
	max-width: 45rem;
}

.gallery .gallery-eventNow__title {
	font-size: 1.875rem;
	margin-top: 2.5rem;
}

.gallery .gallery-eventNow__time {
	font-size: 1.5rem;
}

.gallery .gallery-head {
	font-size: 1.25rem;
	width: 18.625rem;
}

.gallery-inner {
	height: 100%;
	max-width: 1280px;
	padding: 0 15rem;
	width: 100%;
}

.gallery .gallery-mv {
	height: calc(100vh - 4.6875rem);
	margin-top: 4.6875rem;
}

.gallery .gallery-mv__text {
	font-size: 2.25rem;
}

.gallery .gallery-news__item a {
	gap: 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery .gallery-news__image {
	width: 21.375%;
}

.gallery .gallery-news__body {
	margin-top: 0rem;
	width: 75.625%;
}

.gallery .gallery-news__detail {
	-webkit-line-clamp: 2;
}

.inquiry .inquiry-form {
	max-width: 50rem;
}

.inquiry .inquiry-form__item-data.--row {
	grid-gap: 0px 1.5rem;
}

.inquiry .inquiry-form__item-data.--row-pc {
	grid-gap: 0px 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inquiry .inquiry-form__btn-wrap {
	margin: 4rem auto 0;
}

.inquiry .inquiry-form__btn,
.inquiry input[type=submit] {
	margin-inline: unset;
	width: 20.4375rem;
}

.inquiry {
	padding: 9.5rem 0 10rem;
}

.inquiry .inquiry__inner {
	padding-left: 15rem;
	padding-right: 15rem;
}

.inquiry .inquiry__head {
	max-width: 50rem;
}

.inquiry .inquiry__title {
	font-size: 2.25rem;
}

.inquiry .inquiry__content {
	max-width: 50rem;
}

.menu .menu-menu:nth-of-type(n + 2) {
	margin-top: 0;
}

.menu .menu__content > .menu-menu:nth-of-type(n + 2) {
	margin-top: 4rem;
}

.menu .menu-menu__group {
	grid-gap: 0px 4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu .menu-menu__title {
	font-size: 2rem;
}

.menu .menu-menu__group .menu-menu__img-wrap {
	margin-top: 1.5rem;
}

.menu .menu-menu__group .menu-menu {
	margin-top: 0;
}

.menu .menu-menu__media {
	grid-gap: 0px 5.5rem;
	display: grid;
	grid-template-columns: 0.805fr 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu .menu-menu__img-wrap {
	max-width: 23.75rem;
}

.menu .menu-menu__img {
	aspect-ratio: 380/292;
}

.menu .menu-menu__body {
	margin-top: 0;
}

.menu .menu-menu__body-note {
	font-size: 0.75rem;
}

.menu {
	padding: 0 0 10rem;
}

.menu .banquet-contact__content {
	max-width: 50rem;
}

.menu .banquet-contact__title {
	font-size: 2rem;
	padding: 0 1rem;
}

.menu .banquet-contact__title-pc {
	display: inline-block;
}

.menu .banquet-contact__group {
	grid-gap: 0px 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3.5rem 4.8125rem;
}

.menu .banquet-contact__group-btns {
	margin-top: 0;
}

.menu .banquet-contact__group-btns a:nth-of-type(1) {
	margin-top: 0;
}

.menu .menu__inner {
	max-width: 1301.25px;
	padding-left: 10.625rem;
	padding-right: 10.625rem;
}

.menu .menu__content {
	margin-top: 5rem;
}

.menu .menu__contact {
	margin-top: 7.5rem;
}

.menu .menu_shidashi {
	margin-top: 4rem;
}

.menu .menu_shidashi-inner {
	margin-top: 4rem;
	padding: 0 3.125rem;
}

.menu .menu_shidashi-title {
	font-size: 2.25rem;
}

.menu .menu_shidashi-lead {
	font-size: 1rem;
}

.news-detail-pagination {
	margin-bottom: 10rem;
	margin-top: 5rem;
}

.news-detail {
	padding-top: 9.5rem;
}

.news-detail .news-detail__title {
	font-size: 1.875rem;
}

.news-detail .news-detail__inner {
	height: 100%;
	max-width: 1280px;
	padding: 0 15rem;
	width: 100%;
}

.news-detail .news-detail__wrap {
	gap: 1.5rem;
}

.news-detail .news-detail__tag {
	font-size: 0.875rem;
}

.news-detail .news-detail__category {
	font-size: 0.875rem;
}

.news-detail .news-detail__date {
	font-size: 0.875rem;
}

.news-detail .news-detail__image img {
	aspect-ratio: 800/486;
}

.news-detail .news-detail__content h2 {
	font-size: 1.625rem;
}

.news-detail .news-detail__content h2:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(31.25%, #004263), color-stop(31.25%, #c9c9c9));
	background: linear-gradient(to right, #004263 31.25%, #c9c9c9 31.25%);
}

.news-detail .news-detail__content h3 {
	font-size: 1.375rem;
}

.news-detail .news-detail__content .wp-block-image {
	margin: 2rem auto 0;
	width: 100%;
}

.news-detail .news-detail-links {
	grid-gap: 0px 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 686px;
}

.news-detail .news-detail-links .wp-block-button {
	margin-inline: unset;
	width: 20.4375rem;
}

.news-detail :where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(1) .wp-block-button {
	margin-left: auto;
}

.news-detail .news-detail-links .wp-block-column:nth-of-type(2) .wp-block-button {
	margin-right: auto;
}

.archive-news .common-news-pagenation {
	max-width: 50rem;
}

.archive-news .page-numbers {
	height: 3rem;
	width: 3rem;
}

.archive-news .next.page-numbers {
	margin-left: 5.5rem;
}

.archive-news .prev.page-numbers {
	margin-right: 5.5rem;
}

.archive-news .common-news {
	padding: 0 0 10rem;
}

.archive-news .common-news__mv {
	background-image: url(../images/news/news_mv.webp);
}

.archive-news .common-news__content {
	margin: 5rem auto 0;
	max-width: 65rem;
}

.archive-news .common-news-tab {
	border-bottom: 1px solid #a6a6a6;
}

.archive-news .common-news-tab__menu {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.archive-news .common-news-tab__menu-item {
	margin-top: 0;
}

.archive-news .common-news-tab__menu-link::before {
	display: none;
}

.archive-news .common-news__article {
	grid-gap: 0px 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 4.9415fr;
}

.archive-news .common-news__article:nth-of-type(n + 2) {
	margin-top: 0;
}

.archive-news .common-news__article-img-wrap {
	margin-inline: 0;
	aspect-ratio: 171/96;
	width: 10.6875rem;
}

.archive-news .common-news__article-info {
	font-size: 0.875rem;
	margin-top: 0;
}

.archive-news .common-news__article-title {
	-webkit-line-clamp: 2;
}

.archive-news .wedding-news {
	padding: 0 0 10rem;
}

.archive-news .wedding-news__mv {
	background-image: url(../images/news/wedding-news_mv.webp);
}

.archive-news .gallery-news {
	padding: 8rem 0 10rem;
}

.archive-news .gallery-news__head {
	max-width: 65rem;
}

.archive-news .gallery-news__title {
	height: 2.8125rem;
	width: 18.75rem;
}

.page-term {
	padding-bottom: 10rem;
	padding-top: 9.5rem;
}

.page-term .page-title {
	font-size: 2rem;
}

.page-term .policy__title {
	font-size: 1.25rem;
}

.page-term .policy__title::before {
	width: 28%;
}

.page-template-page-question .page-question {
	padding-bottom: 10rem;
	padding-top: 9.5rem;
}

.page-template-page-question .page-title {
	font-size: 2.25rem;
}

.page-template-page-question .question-wrap {
	margin-top: 3.5rem;
}

.page-template-page-question .question:nth-of-type(n + 2) {
	margin-top: 3.5rem;
}

.page-template-page-question .question__title {
	font-size: 1.25rem;
}

.page-template-page-question .question__title::before {
	width: 28%;
}

.page-template-page-question .option {
	margin-top: 2rem;
}

.page-template-page-question .title {
	font-size: 1rem;
}

.page-template-page-question .content p {
	font-size: 1rem;
}

.report .report-media__img-wrap {
	margin-inline: unset;
}

.report .report-media__info {
	margin-inline: unset;
	gap: 0.375rem;
	font-size: 1.125rem;
	margin-top: 1.375rem;
	max-width: none;
}

.report .report-media__body {
	margin-top: 0;
}

.report .report-media__qa:nth-of-type(n + 2) {
	margin-top: 2.625rem;
}

.report .report-media__qa-title {
	letter-spacing: normal;
}

.report .report-media__qa-title::before {
	top: 38%;
}

.report .report-pagenation__prev {
	padding: 0.75rem 1.5rem 0.75rem 3.5rem;
}

.report .report-pagenation__top {
	padding: 0.75rem 1.5rem;
}

.report .report-pagenation__next {
	padding: 0.75rem 3.5rem 0.75rem 1.5rem;
}

.report {
	padding: 0 0 10rem;
}

.report .report__mv {
	background-image: url(../images/report/report_mv.webp);
}

.report .report__content {
	margin: 4.8125rem auto 0;
	max-width: 65rem;
}

.report .report__media {
	grid-gap: 0px 3.5rem;
	display: grid;
	grid-template-columns: 0.3977fr 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.report .report__pagenation {
	margin: 5rem auto 0;
	max-width: 50rem;
}

.reserve-complete {
	padding: 9.5rem 0 10rem;
}

.reserve-complete .inquiry__inner {
	padding-left: 15rem;
	padding-right: 15rem;
}

.reserve-complete .inquiry__head {
	max-width: 50rem;
}

.reserve-complete .inquiry__title {
	font-size: 2.25rem;
}

.reserve-complete .complete__content {
	max-width: 50rem;
}

.reserve-complete .complete__btn-wrap {
	margin: 4rem auto 0;
}

.reserve .inquiry-form {
	max-width: 50rem;
}

.reserve .inquiry-form__item-data.--row {
	grid-gap: 0px 1.5rem;
}

.reserve .inquiry-form__item-data.--row-pc {
	grid-gap: 0px 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reserve .inquiry-form__btn-wrap {
	margin: 4rem auto 0;
}

.reserve .inquiry-form__btn,
.reserve input[type=submit] {
	margin-inline: unset;
}

.reserve {
	padding: 9.5rem 0 10rem;
}

.reserve .inquiry__inner {
	padding-left: 15rem;
	padding-right: 15rem;
}

.reserve .inquiry__head {
	max-width: 50rem;
}

.reserve .inquiry__title {
	font-size: 2.25rem;
}

.reserve .inquiry__content {
	max-width: 50rem;
}

.restaurant {
	padding: 0 0 10rem;
}

.restaurant .restaurant__mv {
	background-image: url(../images/restaurant/restaurant_mv.webp);
}

.restaurant .restaurant__inner {
	max-width: 77.5rem;
	padding-left: 15rem;
	padding-right: 15rem;
}

.restaurant .restaurant__title {
	font-size: 2rem;
}

.restaurant .restaurant__media-flex {
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.restaurant .restaurant__media-flex:nth-of-type(1) {
	margin-top: 3.75rem;
}

.restaurant .restaurant__media-flex:nth-of-type(1) .restaurant__media:nth-of-type(1) .restaurant__media-img-wrap,
.restaurant .restaurant__media-flex:nth-of-type(2) .restaurant__media:nth-of-type(2) .restaurant__media-img-wrap {
	max-width: 30.375rem;
}

.restaurant .restaurant__media-flex:nth-of-type(1) .restaurant__media:nth-of-type(2) .restaurant__media-img-wrap,
.restaurant .restaurant__media-flex:nth-of-type(2) .restaurant__media:nth-of-type(1) .restaurant__media-img-wrap {
	max-width: 18.125rem;
}

.restaurant .restaurant__media {
	margin-inline: unset;
}

.restaurant .restaurant__media:nth-of-type(1) {
	margin-top: 0;
}

.restaurant .restaurant__media:nth-of-type(2) {
	margin-top: 0;
}

.restaurant .restaurant__btn-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.restaurant .restaurant__btn-wrap button:nth-of-type(2) {
	margin-top: 0;
}

.restaurant .banquet-contact__content {
	max-width: 50rem;
}

.restaurant .banquet-contact__title {
	font-size: 2rem;
	padding: 0 1rem;
}

.restaurant .banquet-contact__title-pc {
	display: inline-block;
}

.restaurant .banquet-contact__group {
	grid-gap: 0px 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3.5rem 4.8125rem;
}

.restaurant .banquet-contact__group-btns {
	margin-top: 0;
}

.restaurant .banquet .banquet-contact__group-btns a:nth-of-type(1) {
	margin-top: 0;
}

.restaurant .banquet-modal__content-wrap {
	max-width: 56.25rem;
	width: 100%;
}

.wedding .wedding-cuisine-about {
	margin-top: 7.5rem;
}

.wedding .wedding-cuisine-about__items {
	margin-top: 5rem;
}

.wedding .wedding-cuisine-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wedding .wedding-cuisine-about__image {
	width: 53.3333333333%;
}

.wedding .wedding-cuisine-about__body {
	padding: 6.875rem 2.5rem;
	width: 46.6666666667%;
}

.wedding .wedding-cuisine-about__menu-content {
	font-size: 1rem;
}

.wedding .wedding-cuisine-about__detail {
	margin-top: 5rem;
}

.wedding .wedding-cuisine-child {
	margin-top: 5rem;
}

.wedding .wedding-cuisine-child__wrap {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0.9375rem;
}

.wedding .wedding-cuisine-child__body1 {
	width: 66.6666666667%;
}

.wedding .wedding-cuisine-child__body2 {
	margin: 0;
	width: 28.7356321839%;
}

.wedding .wedding-cuisine-child__image2 {
	width: 100%;
}

.wedding .wedding-cuisine-intro {
	margin-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.wedding .wedding-cuisine-intro__container {
	margin: 0 auto;
	max-width: 646px;
	padding: 0;
}

.wedding .wedding-cuisine-intro__body {
	width: 19.375rem;
}

.wedding .wedding-cuisine-mv {
	background-image: url(../images/wedding/wedding-cuisine-mv.webp);
}

.wedding .wedding-cuisine__inner {
	height: 100%;
	max-width: 1280px;
	padding: 0 11.875rem;
	width: 100%;
}

.wedding .wedding-cuisine__head {
	font-size: 2rem;
}

.wedding .wedding-hall-about {
	margin-top: 7.5rem;
}

.wedding .wedding-hall-mv {
	background-image: url(../images/wedding/wedding-hall-mv.webp);
}

.wedding .wedding-hall-reception {
	margin-top: 7.5rem;
	padding-bottom: 10rem;
}

.wedding .wedding-hall-reception__items {
	-moz-column-gap: 3.5rem;
	-webkit-column-gap: 3.5rem;
	column-gap: 3.5rem;
	grid-template-columns: repeat(auto-fit, 30.75rem);
	margin-top: 5rem;
}

.wedding .wedding-hall-staging {
	margin-top: 7.5rem;
}

.wedding .wedding-hall-staging__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5rem;
}

.wedding .wedding-hall-staging__box {
	width: 47.6923076923%;
}

.wedding .wedding-hall-staging__box + .wedding-hall-staging__box {
	margin-top: 0;
}

.wedding .wedding-hall-staging__title {
	font-size: 1.5rem;
}

.wedding .swiper.wedding-hall-swiper {
	margin-top: 5rem;
}

.wedding .wedding-hall-thumbnail-slider {
	gap: 2.5rem;
	margin: 2.5rem auto 0;
}

.wedding .swiper.wedding-hall-thumbnail {
	max-width: 45rem;
}

.wedding .wedding-hall-swiper-button-prev,
.wedding .wedding-hall-swiper-button-next {
	height: 5rem !important;
	width: 5rem !important;
}

.wedding .wedding-hall__inner {
	height: 100%;
	max-width: 1280px;
	padding: 0 7.5rem;
	width: 100%;
}

.wedding .wedding-hall__head {
	font-size: 2rem;
}

.wedding .wedding-hall__detail {
	margin-top: 1.5rem;
	text-align: center;
}

.page-schedule {
	margin-bottom: 11.25rem;
}

.page-schedule .schedule + .schedule {
	margin-top: 4.5rem;
}

.page-schedule .schedule__item {
	font-size: 1rem;
}

.page-schedule .best-day__title {
	padding-inline: 2.5rem;
}

.page-schedule .best-day__body .inner {
	gap: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-schedule .best-day__main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: auto;
	width: 53.6%;
}

.page-schedule .best-day__message p + p {
	margin-top: 2.875rem;
}

.page-schedule .best-day__main-img {
	margin-top: 4.625rem;
}

.page-schedule .best-day__images {
	gap: 1.5rem;
	margin-top: 0;
}

.page-schedule .wedding-about__box-btn {
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 12rem;
}

.page-schedule .wedding-btn {
	padding: 1.125rem 4.6875rem 1.125rem 2.6875rem;
	width: 20.4375rem;
}

.page-schedule .wedding-btn:after {
	right: 13%;
}

.page-schedule .wedding-about__box-btn .wedding-about__btn:nth-of-type(2) a {
	margin-top: 0;
}

.wedding .wedding-about {
	margin-top: 10rem;
}

.wedding .wedding-about__wrap {
	gap: 6.1538461538%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wedding .wedding-about__image {
	width: 41.8269230769%;
}

.wedding .wedding-about__body {
	margin-top: 0rem;
	padding-top: 3.9375rem;
	width: 52.0192307692%;
}

.wedding .wedding-about__detail {
	line-height: 2.5;
}

.wedding .wedding-about__gallery--large {
	margin-top: 2.5rem;
}

.wedding .wedding-about__gallery {
	margin-top: 2.5rem;
}

.wedding .wedding-about__contact {
	margin: 8.9375rem auto 0;
	max-width: 800px;
	padding: 1.4375rem 1.5rem 3.5rem;
	width: 100%;
}

.wedding .wedding-about__contact-head {
	font-size: 2rem;
	margin: -2.875rem auto 0;
}

.wedding .wedding-about__container {
	gap: 5rem;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.875rem;
}

.wedding .wedding-about__box-btn {
	width: auto;
	width: initial;
}

.wedding .wedding-about__btn {
	max-width: none;
	max-width: initial;
}

.page-template-page-wedding-access .main-access {
	padding-bottom: 10rem;
}

.page-template-page-wedding-access .address {
	margin-top: 5rem;
}

.page-template-page-wedding-access .address-info {
	gap: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.page-template-page-wedding-access .access {
	margin-top: 3.75rem;
}

.page-template-page-wedding-access .access__text {
	margin-top: 2rem;
}

.wedding-inner {
	height: 100%;
	max-width: 1280px;
	padding: 0 7.5rem;
	width: 100%;
}

.wedding .wedding-mv {
	height: calc(100vh - 4.6875rem);
	margin-top: 4.6875rem;
}

.wedding .wedding-mv__bg {
	height: 100%;
	margin-top: 4.6875rem;
}

.wedding .wedding-mv__logo {
	top: 50%;
	width: 19rem;
}

.wedding .wedding-mv__movie {
	bottom: 3rem;
}

.wedding .wedding-mv__start {
	width: 5rem;
}

.wedding .wedding-mv__detail {
	font-size: 1.25rem;
}

.wedding .wedding-mv__contact {
	display: none;
}

.wedding .wedding-news {
	margin-top: 9rem;
}

.wedding .wedding-news__inner {
	height: 100%;
	max-width: 1280px;
	padding: 0 7.5rem;
	width: 100%;
}

.wedding .wedding-news__items {
	-moz-column-gap: 1.8125rem;
	row-gap: 2.5rem;
	-webkit-column-gap: 1.8125rem;
	column-gap: 1.8125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.wedding .wedding-news__btn {
	margin: 2.5rem auto 0;
}

.wedding .wedding-plan {
	margin-top: 8.75rem;
}

.wedding .wedding-plan__items {
	margin-top: 5rem;
}

.wedding .wedding-plan__item {
	padding: 2.5rem;
}

.wedding .wedding-plan__item + .wedding-plan__item {
	margin-top: 3.5rem;
}

.wedding .wedding-plan__wrap {
	gap: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wedding .wedding-accordion {
	margin-top: 2.5rem;
}

.wedding .wedding-accordion__item {
	display: block;
}

.wedding .wedding-plan__image {
	width: 29.0625%;
}

.wedding .wedding-plan__image img {
	aspect-ratio: 279/279;
}

.wedding .wedding-plan__body {
	margin-top: 0rem;
	width: 65.9375%;
}

.wedding .wedding-plan__title {
	font-size: 1.75rem;
}

.wedding .wedding-plan__set {
	gap: 1rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.625rem;
}

.wedding .wedding-plan__set-detail {
	font-size: 1rem;
	padding-bottom: 0.125rem;
}

.wedding .wedding-plan__note {
	margin-top: 0.625rem;
}

.wedding .wedding-plan__content-items {
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, 10.875rem);
	margin-top: 2rem;
}

.wedding .wedding-plan__content-item {
	padding: 0.5rem 1rem;
}

.wedding .wedding-plan__content-text {
	font-size: 0.875rem;
}

.wedding .wedding-plan__flex {
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.wedding .wedding-plan__btn {
	margin: 0;
	max-width: 327px;
}

.wedding .wedding-plan__btn:first-of-type .cmn-btn {
	margin-inline: auto 0;
}

.wedding .wedding-plan__btn:last-of-type .cmn-btn {
	margin-inline: 0 auto;
}

.wedding .wedding-plan__btn + .wedding-plan__btn {
	margin-top: 0rem;
}

.wedding .wedding-plan__close-text {
	text-indent: 0;
}

.wedding .wedding-plan__close.is-active .wedding-plan__close-text {
	text-indent: 0;
}

.wedding .wedding-report {
	margin-top: 9rem;
	padding-bottom: 10rem;
}

.wedding .wedding-report__items {
	-moz-column-gap: 1.5rem;
	row-gap: 2rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5rem;
}

.wedding .wedding-report__content {
	margin-top: 1rem;
}

.wedding .wedding-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10rem auto 0;
	max-width: 1280px;
}

.wedding .wedding-select__box {
	width: 50%;
}

.wedding .wedding-select__body {
	padding: 1.5rem;
}

.wedding .wedding-select__head-jp {
	padding-bottom: 1.125rem;
}

.wedding .wedding-select__detail {
	font-size: 1.25rem;
}

.wedding .wedding-select__btn {
	margin-top: 1.5rem;
}

}

@media screen and (min-width: 1024px) {

.report .report-media__info {
	gap: 1rem;
	font-size: 1.25rem;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=styles.css.map */
