body {
	background-color: #fdfaf6;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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: optimizeLegibility;
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

/* 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;
	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: 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;
}

/* ホバー */

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

.about__contents {
	margin-top: 1.5rem;
}

.about__image-box {
	margin-top: 3.75rem;
	position: relative;
	width: 100%;
}

.about__image-main {
	aspect-ratio: 281/186;
	margin-left: auto;
	margin-top: auto;
	width: 85.449%;
}

.about__image-sub {
	aspect-ratio: 128/194;
	bottom: 1.125rem;
	left: 0;
	position: absolute;
	width: 37.1%;
}

.about__image-main picture {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.about__image-main img {
	aspect-ratio: 281/186;
}

.about__image-sub::before {
	background-color: #313131;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.about__text-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 40.625rem;
	width: 100%;
}

.about__sub-title {
	color: #313131;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	min-width: 12.5rem;
	width: 100%;
}

.about__text {
	margin-top: 1rem;
}

.about__button {
	margin-top: 3.625rem;
	text-align: center;
}

.activity {
	overflow: hidden;
}

.activity__swiper-button {
	display: none;
}

.activity__button.swiper-button-next,
.activity__button.swiper-button-prev {
	height: inherit;
	width: 5rem;
}

.activity__contents {
	margin-right: calc(50% - 50vw);
	margin-top: 1.5rem;
}

.activity__button {
	margin-top: 1.75rem;
	text-align: center;
}

.blog-detail {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.blog-detail img {
	-o-object-fit: cover;
	aspect-ratio: 345/231;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-detail__head {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.blog-detail time {
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
}

.blog-detail h2 {
	border-bottom: 1px solid #313131;
	flex-grow: 1;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.25rem;
}

.blog-detail h3 {
	font-size: 1.25rem;
	padding-left: 1.75rem;
	position: relative;
}

.blog-detail h3::before {
	-webkit-mask-image: url(../images/common/icon-starfish.svg);
	-webkit-mask-repeat: no-repeat;
	background-color: #313131;
	content: "";
	height: 1.5rem;
	left: 0;
	mask-image: url(../images/common/icon-starfish.svg);
	mask-repeat: no-repeat;
	position: absolute;
	top: 0.3125rem;
	width: 1.5rem;
}

.blog-detail p {
	line-height: 1.5;
}

.blog-detail li {
	line-height: 1.8;
	padding-left: 1.6875rem;
	position: relative;
}

.blog-detail li::before {
	-webkit-mask-image: url(../images/common/icon-starfish.svg);
	-webkit-mask-repeat: no-repeat;
	background-color: #313131;
	content: "";
	height: 1.125rem;
	left: 0;
	mask-image: url(../images/common/icon-starfish.svg);
	mask-repeat: no-repeat;
	position: absolute;
	top: 0.3125rem;
	width: 1.125rem;
}

.bridal {
	background-color: #f3eee7;
	padding-bottom: 5.4375rem;
	padding-top: 5rem;
}

.bridal__contents {
	margin-top: 1.5rem;
}

.bridal__img {
	aspect-ratio: 345/227;
	display: block;
	position: relative;
}

.bridal__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/227;
	object-fit: cover;
	width: 100%;
}

.bridal__img .color {
	background-color: #313131;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.bridal__body {
	margin-top: 2rem;
}

.bridal__sub-title {
	border-bottom: 1px solid #313131;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.25rem;
}

.bridal__text {
	margin-top: 0.5rem;
}

.bridal__button {
	margin-top: 2.5rem;
	text-align: center;
}

.contact-form {
	letter-spacing: 0.05em;
}

.contact-form dl:not(:first-child) {
	margin-top: 1rem;
}

.contact-form__item {
	border-bottom: 0.0625rem dotted #313131;
	padding-bottom: 1.5rem;
}

.contact-form__item dt {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
}

.contact-form__item dd {
	margin-top: 0.875rem;
}

.contact-form__item dt span {
	background-color: #C94800;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	margin-left: 0.5rem;
	padding: 0 1rem;
}

.contact-form__item dt span.contact-form__tel {
	color: #333333;
	font-size: 0.75rem;
	font-weight: 300;
	height: 2.6666666667;
	letter-spacing: 0.05em;
	margin-left: 0;
}

.contact-form__radio {
	display: flex;
	flex-direction: column;
}

/* wp用の追加CSS */

.contact-form__radio .wpcf7-radio {
	display: flex;
	flex-direction: column;
}

.contact-form__checkbox {
	margin-top: 2.1875rem;
	padding-left: 2.0625rem;
	padding-right: 1rem;
	text-align: center;
}

.contact-form__checkbox label {
	display: flex;
	font-size: 0.875rem;
}

.contact-form__button {
	margin-top: 1.75rem;
	text-align: center;
}

.contact-form__button label {
	background-color: #313131;
	border: 0.0625rem solid #313131;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 0.5rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 13rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.contact-form__button label::before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.contact-form__button label:hover {
	color: #313131;
	opacity: 1;
}

.contact-form__button label span {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	flex-shrink: 0;
	height: 0.375rem;
	transform: skew(45deg);
	width: 2.5rem;
}

.contact-form__button label:hover span {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
}

.contact-form__button label:hover::before {
	transform: scale(1, 1);
}

.contact-form__button label::after {
	border: 1px solid #313131;
	content: "";
	display: block;
	height: 100%;
	left: 0.25rem;
	position: absolute;
	top: 0.25rem;
	width: 100%;
	z-index: -2;
}

.contact-form__button input {
	color: #fff;
}

.contact-form__button input:hover {
	color: #313131;
}

.wpcf7-response-output {
	border: none;
	color: #f00;
	font-weight: 700;
	text-align: center;
}

.contact__contents {
	position: relative;
}

.contact__contents::before {
	-webkit-mask-image: url(../images/common/common-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #313131;
	content: "";
	height: 3.125rem;
	mask-image: url(../images/common/common-icon.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: calc(53% - min(56.7vw, 40rem));
	top: 0%;
	transform: translate(-37%, -50%);
	width: 6.875rem;
}

.contact__logo {
	display: flex;
	justify-content: center;
	margin: auto;
	text-align: center;
	width: 100%;
}

.contact__logo--sub {
	width: 11.875rem;
}

.contact__logo p {
	font-family: "Gotu", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
}

.contact__info-body {
	border-top: 1px solid #313131;
	margin-top: 0.25rem;
	padding-top: 1rem;
	text-align: center;
}

.contact__info-text {
	line-height: 1.67;
}

.contact__info-map {
	aspect-ratio: 295/160;
	margin-top: 1rem;
}

.contact__info-map iframe {
	-o-object-fit: cover;
	height: 85%;
	object-fit: cover;
	width: 90%;
}

.contact__body {
	margin-top: 0.625rem;
	text-align: center;
}

.contact__text {
	color: #313131;
	font-size: 0.875rem;
	line-height: 1.28;
	margin-top: 0.5rem;
}

.contact__button {
	margin-top: 2.5rem;
}

.contact__info-body--voice {
	padding-top: 1.3125rem;
}

.contact__info-body--price {
	padding-top: 1.25rem;
}

.contact__info-body--faq {
	padding-top: 1.5625rem;
}

.gallery__inner {
	position: relative;
}

.gallery__title .section-title {
	text-indent: 0.16em;
}

.gallery__wrapper {
	margin-top: 2.5rem;
	width: 100%;
}

.gallery__items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-auto-flow: dense;
}

.gallery__item:nth-child(6n+1),
.gallery__item:nth-child(6n+6) {
	grid-row: span 2;
}

.gallery__item:nth-child(6n+2),
.gallery__item:nth-child(6n+3),
.gallery__item:nth-child(6n+4),
.gallery__item:nth-child(6n+5) {
	grid-row: span 1;
}

.gallery__item:nth-child(6n+1) img,
.gallery__item:nth-child(6n+6) img {
	aspect-ratio: 345/523;
}

.gallery__item:nth-child(6n+2) img,
.gallery__item:nth-child(6n+3) img,
.gallery__item:nth-child(6n+4) img,
.gallery__item:nth-child(6n+5) img {
	aspect-ratio: 345/219;
}

.gallery__item img {
	-o-object-fit: cover;
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery__modal {
	background: rgba(32, 32, 32, 0.8);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.gallery__modal img {
	-o-object-fit: cover;
	aspect-ratio: 920/586;
	display: block;
	left: 50%;
	margin: auto;
	max-height: 80%;
	max-width: 31.25rem;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.mv-sub-page {
	height: 28.75rem;
	max-width: 100vw;
	width: 100%;
}

.mv-sub-page__inner {
	height: inherit;
	width: 100%;
}

.mv-sub-page__img {
	aspect-ratio: 375/460;
	height: inherit;
	position: relative;
	width: 100%;
}

.mv-sub-page__img picture,
.mv-sub-page__img img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
	width: 100%;
}

.mv-sub-page__container {
	color: #fff;
	display: block;
	left: 50%;
	padding-left: 1rem;
	padding-right: 1rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.mv-sub-page__title {
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.2;
}

.mv {
	height: 100vh;
	max-width: 100vw;
	min-height: 34.375rem;
	width: 100%;
}

.mv__inner {
	height: inherit;
	min-height: 34.375rem;
	width: 100%;
}

.mv__slider {
	aspect-ratio: 375/667;
	height: inherit;
	min-height: 34.375rem;
	position: relative;
	width: 100%;
}

.mv__slider picture,
.mv__slider img {
	-o-object-fit: cover;
	height: inherit;
	min-height: 34.375rem;
	object-fit: cover;
	width: 100%;
}

.mv__container {
	color: #fff;
	display: block;
	left: 50%;
	padding-left: 1rem;
	padding-right: 1rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.mv__title {
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	line-height: 1.2;
	text-indent: 1.0625rem;
}

.mv__sub-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.65;
}

.page-404 {
	background-color: #f3eee7;
	color: #313131;
}

.page-404__content {
	margin-bottom: -0.0625rem;
	position: relative;
	text-align: center;
}

.page-404__content::after {
	-webkit-mask-image: url(../images/common/info-icon1.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #313131;
	content: "";
	height: 21.5625rem;
	left: 50%;
	mask-image: url(../images/common/info-icon1.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 21.5625rem;
	z-index: 1;
}

.page-404__title {
	font-family: "Lato", sans-serif;
	font-size: 5rem;
	letter-spacing: 0.5em;
	padding-top: 2.25rem;
	text-indent: 0.5em;
}

.page-404__text {
	margin-top: -0.9375rem;
}

.page-404__button {
	margin-top: 2.5rem;
	position: relative;
	z-index: 10;
}

.page-about__inner {
	position: relative;
}

.page-about__contents {
	margin-top: 1.5rem;
	position: relative;
}

.page-about__image-box {
	margin-top: 3.75rem;
	position: relative;
	width: 100%;
}

.page-about__image-main {
	aspect-ratio: 281/186;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.page-about__image-sub {
	display: none;
}

.page-about__image-main picture,
.page-about__image-sub picture {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.page-about__text-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 40.625rem;
	width: 100%;
}

.page-about__sub-title {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	left: 1.4375rem;
	line-height: 1;
	min-width: 12.5rem;
	position: absolute;
	top: 1.4375rem;
	width: 80%;
}

.page-activity__inner {
	position: relative;
}

.page-activity__wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	row-gap: 2rem;
}

.page-activity .campaign-card__title,
.page-activity .campaign-card__price-content {
	margin-top: 0;
}

.page-bridal__main-contents {
	overflow: hidden;
	padding: 0.25rem 0.1875rem 0.625rem;
}

.page-bridal__sub-contents {
	display: flex;
	flex-direction: column;
	gap: 5.375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	width: 88%;
}

.page-bridal__main-contents .pagenavi {
	margin: 5.3125rem calc(50% - 50vw) 0;
	width: 100vw;
}

.page-bridal__sub-headline {
	align-items: center;
	border-left: 8px solid #313131;
	display: flex;
	gap: 0.5rem;
	padding-left: 1rem;
}

.page-bridal__sub-headline span {
	-webkit-mask-image: url(/assets/images/common/info-icon1.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #313131;
	content: "";
	display: inline-block;
	height: 3.125rem;
	mask-image: url(/assets/images/common/info-icon1.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 3.125rem;
}

.page-bridal__sub-headline h2 {
	font-size: 1.5rem;
	font-weight: 300;
}

.page-bridal__mini-cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.page-bridal__articles-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	margin-top: 1.6875rem;
}

.page-bridal__articles {
	margin-top: 1.5rem;
}

.page-bridal__button {
	text-align: center;
	width: 100%;
}

.page-bridal__archives {
	color: #313131;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	gap: 0.25rem;
	margin-top: 1.6875rem;
}

.page-bridal__year,
.page-bridal__month {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: flex-start;
}

.page-bridal__year {
	cursor: pointer;
}

.page-bridal__year.is-active span {
	transform: rotate(90deg);
	transition: transform 0.2s ease;
}

.page-bridal__month {
	padding-left: 1.5rem;
}

.page-bridal__month span,
.page-bridal__year span {
	border-color: transparent transparent transparent #313131;
	border-style: solid;
	border-width: 0.75rem 0 0.75rem 1.3rem;
	height: 0;
	transition: transform 0.3s ease;
	width: 0;
}

.page-bridal__archive-content {
	display: none;
	transition: transform 0.3s ease;
}

.page-bridal__archive-content.is-active {
	display: block;
	transition: transform 0.3s ease;
}

.page-bridal__navi {
	clear: both;
	text-align: center;
}

.page-bridal__navi a {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #313131;
	color: #313131;
	margin: 0 0.125rem;
	padding: 1.25rem 0.9375rem;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.page-bridal__navi a:hover {
	background-color: #313131;
	border-color: #313131;
	color: #fff;
}

.page-bridal__navi .previouspostslink,
.page-bridal__navi .nextpostslink {
	padding-left: 1.5625rem;
	position: relative;
}

.page-bridal__navi .previouspostslink::before {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	content: "";
	height: 0.9375rem;
	left: 1rem;
	position: absolute;
	top: 0.75rem;
	transform: rotate(134deg);
	width: 0.9375rem;
}

.page-bridal__navi .nextpostslink::before {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 1rem;
	top: 0.75rem;
	transform: rotate(-46deg);
	width: 0.9375rem;
}

.page-bridal__navi .previouspostslink:hover,
.page-bridal__navi .nextpostslink:hover {
	background-color: #313131;
}

.page-bridal__navi .previouspostslink:hover::before,
.page-bridal__navi .nextpostslink:hover::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.page-bridal__navi .previouspostslink {
	margin-right: min(5vw, 1.25rem);
}

.page-bridal__navi .nextpostslink {
	margin-left: min(5vw, 1.25rem);
}

.page-contact__inner {
	position: relative;
}

.page-contact__inner::before {
	background-image: url(/assets/images/common/voice-fish-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	left: calc(50% - min(30vw, 26.875rem));
	/* 
	position: absolute;
	*/
	top: 0.5rem;
	transform: translate(-53%, -58%);
	width: 7.5rem;
	z-index: -1;
}

.page-contact__invalid-text {
	color: #C94800;
	font-size: 0.875rem;
	margin: 0 auto 2.5rem;
	max-width: 14rem;
	text-indent: -0.875rem;
	width: 100%;
}

.page-contact__thanks {
	text-align: center;
}

.page-contact__thanks-message:nth-child(2) {
	margin-top: 2.5rem;
}

.page-faq__inner {
	position: relative;
}

.page-faq__inner::before {
	background-image: url(/assets/images/common/voice-fish-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	left: calc(50% - min(30vw, 26.875rem));
		/* 
	position: absolute;
	*/
	transform: translate(-58%, -66%);
	width: 7.5rem;
	z-index: 1;
}

.page-faq__contents {
	display: flex;
	flex-direction: column;
	gap: 2.375rem;
	position: relative;
	z-index: 10;
}

.page-info__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
}

.page-info__tab-wrapper {
	grid-row-gap: 1rem;
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	row-gap: 1rem;
	z-index: 10;
}

.page-info__tab {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.page-info__tab button {
	background-color: #f3eee7;
	color: #313131;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	padding: 0.625rem min(0.5vw, 1rem);
	position: relative;
	text-align: center;
	width: 100%;
}

.page-info__tab.is-active button {
	background-color: #313131;
	color: #fff;
}

.page-info__tab.is-active button span::before {
	background-color: #fff;
	transition: all 0.3s;
}

.page-info__items {
	border: 1px solid #313131;
}

.page-info__item.info-card {
	display: none;
}

.page-info__item.is-active {
	display: block;
}

.page-info__tab.is-active button {
	background: #313131;
	color: #fff;
	transition: all 0.4s ease-in-out;
}

.page-other__title {
	font-size: 1.5rem;
}

.page-other__text-box {
	margin-top: 2.5rem;
}

.page-other__text,
.page-other__list {
	line-height: 2;
}

.page-other__lists {
	margin-top: 1.75rem;
}

.page-other__text:not(:first-child) {
	margin-top: 2rem;
}

.page-other__nav.global-nav {
	padding-left: 1.5rem;
}

.page-other .global-nav__item::before {
	-webkit-mask-image: url(/assets/images/common/icon-starfish.svg);
	background-color: #313131;
	mask-image: url(/assets/images/common/icon-starfish.svg);
}

.page-other__contents {
	width: 100%;
}

.page-other__lists {
	list-style: decimal;
	padding-left: 1.25rem;
}

.page-price__inner {
	position: relative;
}

.page-price__inner::before {
	background-image: url(/assets/images/common/voice-fish-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	left: calc(50% - min(30vw, 26.875rem));
		/* 
	position: absolute;
	*/
	top: 0.5rem;
	transform: translate(-53%, -58%);
	width: 7.5rem;
	z-index: -1;
}

.page-price__contents {
	display: flex;
	flex-direction: column;
	gap: 2.3125rem;
}

.page-voice__inner {
	position: relative;
}

.page-voice__inner::before {
	background-image: url(/assets/images/common/voice-fish-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	left: calc(50% - min(30vw, 26.875rem));
		/* 
	position: absolute;
	*/
	top: 0.5rem;
	transform: translate(-53%, -58%);
	width: 7.5rem;
	z-index: -1;
}

.page-voice__card-wrapper {
	margin-top: 2.5rem;
}

.price {
	background-color: #f3eee7;
	padding-bottom: 6.0625rem;
	padding-top: 5rem;
}

.price__contents {
	margin-top: 1.875rem;
}

.price__img {
	aspect-ratio: 345/227;
	position: relative;
}

.price__img .color {
	background-color: #313131;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.price__img source,
.price__img img {
	-o-object-fit: cover;
	aspect-ratio: 585/746;
	object-fit: cover;
	width: 100%;
}

.price__body {
	margin-top: 2.75rem;
}

.price__button {
	margin-top: 2.5rem;
	text-align: center;
}

.restaurant__items {
	margin-top: 1.5rem;
}

.restaurant__button {
	margin-top: 2.5rem;
	text-align: center;
}

.voice__contents {
	margin-top: 2.5rem;
}

.voice__button {
	margin-top: 2.5rem;
	text-align: center;
}

.accordion__title {
	background-color: #313131;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	position: relative;
}

.accordion__title::before,
.accordion__title::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transition: 0.3s transform, 0.3s opacity;
	width: 1.75rem;
}

.accordion__title::before {
	transform: rotate(90deg);
}

.accordion__title.is-active::before {
	transform: rotate(0deg);
}

.accordion__body {
	background-color: #fff;
	border: 0.0625rem solid #313131;
	display: none;
	padding: 1.25rem 1rem;
}

.blog-card {
	background-color: #fff;
	box-shadow: 0.125rem 0.125rem 0.625rem 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	padding: 1rem 1rem 1.5rem;
}

.blog-card__img {
	aspect-ratio: 3/2;
}

.blog-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s;
	width: 100%;
}

.blog-card__img .blog-card__no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.blog-card__body {
	display: flex;
	flex-direction: column;
	margin-top: 1.3125rem;
}

.blog-card__head {
	display: flex;
	flex-direction: column;
}

.blog-card__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
}

.blog-card__title {
	border-bottom: 1px solid #313131;
	flex-grow: 1;
	line-height: 1.5;
	padding-bottom: 0.25rem;
}

.blog-card__text {
	margin-top: 1rem;
}

.blog-cards {
	grid-gap: 2.25rem;
	display: grid;
	gap: 2.25rem;
	justify-content: center;
}

.blog-cards__item {
	max-width: 34.375rem;
	width: 100%;
}

.blog-cards a {
	transition: all 200ms 0s ease-out;
}

.blog-cards a:hover {
	opacity: 1;
}

.blog-cards a:hover img {
	opacity: 0.8;
	transition: opacity 0.3s;
}

.breadcrumb {
	font-size: 0.875rem;
	padding: 0.3125rem 0;
}

.button {
	background-color: #313131;
	border: 0.0625rem solid #313131;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 0.5rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 13rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.button::before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.button:hover {
	color: #313131;
	opacity: 1;
}

.button span {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	flex-shrink: 0;
	height: 0.375rem;
	transform: skew(45deg);
	width: 2.5rem;
}

.button:hover span {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
}

.button:hover::before {
	transform: scale(1, 1);
}

.button::after {
	border: 1px solid #313131;
	content: "";
	display: block;
	height: 100%;
	left: 0.25rem;
	position: absolute;
	top: 0.25rem;
	width: 100%;
	z-index: -2;
}

.button.button--reverse {
	background-color: #fff;
	color: #313131;
}

.button.button--reverse span {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
}

.button.button--reverse:hover {
	color: #fff;
}

.button.button--reverse:hover span {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.button.button--reverse::before {
	background: #313131;
}

.button.button--reverse::after {
	border: 1px solid #fff;
}

.campaign-card {
	background-color: #fff;
	box-shadow: 0.3125rem 0.125rem 0.625rem 0.125rem rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: inherit;
	margin-bottom: 0.625rem;
}

.campaign-card--small {
	height: 100%;
	width: 100%;
}

.campaign-card__img {
	aspect-ratio: 280/187;
}

.campaign-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 280/187;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s;
	width: 100%;
}

.campaign-card__img .campaign-card__no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.campaign-card__body {
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.campaign-card__headline {
	border-bottom: 1px solid #313131;
	flex-grow: 1;
	padding-bottom: 0.5rem;
}

.campaign-card__category {
	border: 1px solid #313131;
	color: #313131;
	display: inline-block;
	font-size: 0.75rem;
	margin-top: 0.125rem;
	padding: 0.25rem 0.75rem;
}

.campaign-card__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.campaign-card__price-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.5rem;
	text-align: center;
}

.campaign-card__price-content {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.campaign-card__price-before,
.campaign-card__price-after {
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.campaign-card__price-before {
	-webkit-text-decoration: line-through red;
	font-size: 1.25rem;
	text-decoration: line-through;
	text-decoration: line-through red;
}

.campaign-card__price-after {
	color: #313131;
	font-size: 2rem;
}

.campaign-card__pc-contents {
	display: none;
}

.campaign-card__text {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.campaign-card__event-dates,
.campaign-card__note {
	color: #313131;
}

.campaign-card__event-dates {
	font-family: "Gotu", sans-serif;
	font-weight: 700;
	line-height: 1.12;
	margin-top: 2rem;
}

.campaign-card__note {
	font-size: 0.875rem;
	line-height: 1.28;
	margin-top: 0.4375rem;
}

.campaign-card__button {
	margin-top: 1rem;
}

.campaign-card__headline--center {
	text-align: center;
}

.campaign-card__price-text.campaign-card__price-text--small {
	margin-top: 0;
}

.campaign-card__body.campaign-card__body--small {
	padding-top: 1rem;
}

.campaign-card__price-content--small {
	margin-top: 0;
}

.campaign-card__price-before.campaign-card__price-before--small {
	font-size: 1.25rem;
}

.campaign-card__price-after.campaign-card__price-after--small {
	font-size: 2rem;
}

.campaign-cards__item {
	height: 98%;
	width: 100%;
}

.drawer__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	overflow-y: scroll;
	width: 100%;
}

.drawer__inner.inner {
	padding-left: 2.3125rem;
	padding-right: 2.1875rem;
}

.drawer__contents {
	grid-column-gap: 2.0625rem;
	-moz-column-gap: 2.0625rem;
	background-color: #313131;
	color: #fff;
	column-gap: 2.0625rem;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, 1fr);
	margin: 5rem 0 auto;
}

.drawer__item {
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	position: relative;
}

.drawer__item a,
.drawer__sub-item a {
	display: inline-block;
	width: 100%;
}

.drawer__item::before {
	background-image: url(../images/common/icon-starfish.svg);
	content: "";
	height: 1.125rem;
	left: -1.75rem;
	position: absolute;
	top: 1rem;
	width: 1.125rem;
}

.drawer__sub-item {
	font-size: 0.9375rem;
	font-weight: 400;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.drawer__block:nth-child(3) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footer {
	background-color: #f3eee7;
	color: #313131;
	padding-bottom: 3.5rem;
	padding-top: 3rem;
}

.footer__logo {
	aspect-ratio: 120/45;
	text-align: left;
	width: 32%;
}

.footer__logo p {
	-o-object-fit: cover;
	display: inline-block;
	font-family: "Gotu", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	object-fit: cover;
	width: 100%;
}

.footer__sns {
	display: flex;
	gap: 1rem;
	margin-top: 1.0625rem;
}

.footer__sns-fb,
.footer__sns-instagram {
	aspect-ratio: 1/1;
	width: 1.5rem;
}

.footer__sns-fb img,
.footer__sns-instagram img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.footer__nav {
	margin-top: 1.5625rem;
	padding-left: 1.125rem;
}

.footer__copyright {
	margin-top: 1.375rem;
	text-align: center;
}

.footer__copyright small {
	font-family: "Gotu", sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.footer__logo--price {
	width: 35%;
}

.footer__nav--price {
	margin-top: 1.375rem;
}

.global-nav {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 0.625rem;
	column-gap: 2.5rem;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, 1fr);
	row-gap: 0.625rem;
}

.global-nav__item {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.12;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	position: relative;
}

.global-nav__item a {
	display: inline-block;
	width: 100%;
}

.global-nav__item::before {
	background-image: url(../images/common/icon-starfish.svg);
	content: "";
	height: 1.125rem;
	left: -1.75rem;
	position: absolute;
	top: 1rem;
	width: 1.125rem;
}

.global-nav__sub-item {
	font-size: 0.9375rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.header {
	background: rgba(17, 17, 17, 0.5);
	height: 5rem;
	width: 100%;
}

.header.change-color {
	background-color: #313131;
	transition: background-color 0.4s ease-in-out;
}

.header__inner {
	display: flex;
	height: inherit;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.header__logo {
	align-items: center;
	display: flex;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	width: 8.125rem;
	z-index: 1200;
}

.header__logo a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-family: "Gotu", sans-serif;
	font-size: 1.125rem;
	height: inherit;
	justify-content: center;
}

.header__logo:hover {
	opacity: 0.8;
	transition: all 0.3s;
}

.header__nav {
	height: inherit;
	margin-left: auto;
}

.header__items {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.header__item {
	color: #fff;
	font-weight: 300;
	height: inherit;
	line-height: 2.1875rem;
}

.header__item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding-left: min(1.38vw, 1.25rem);
	padding-right: min(1.38vw, 1.25rem);
	position: relative;
	text-align: center;
}

.header__item a:hover {
	color: #fff;
}

.header__item a::after {
	background: #fff;
	bottom: 1rem;
	content: "";
	height: 1%;
	left: 10%; /*絶対配置で線の位置を決める*/
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/ /*アニメーションの指定*/
	transition: all 0.3s; /*線の形状*/
	width: 60%;
}

.header__item a:hover::after {
	transform: scale(1, 1);
}

.header__item a:hover {
	-webkit-text-decoration: none;
	opacity: 0.8;
	position: relative; /* 相対的な位置指定 */
	text-decoration: none; /* 下線のデフォルトを解除 */
}

.header__item a:hover::after {
	border-bottom: 1px solid #fff; /* 下線を作成 */
	bottom: 1rem; /* 下線の位置を調整 */
	content: ""; /* 疑似要素のコンテンツを空にする */
	left: 0; /* 左端から開始 */
	position: absolute; /* 絶対的な位置指定 */
	width: 100%; /* 下線の幅を100%に設定 */
}

.header__english {
	font-family: "Gotu", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
}

.header__japanese {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	line-height: 1.5;
}

.header__drawer {
	background-color: #313131;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__hamburger {
	height: inherit;
	position: fixed;
	right: 0.9375rem;
	width: 2rem;
	z-index: 9999;
}

.header__hamburger.is-active {
	height: inherit;
	right: 0.9375rem;
}

.header__hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.3s transform, 0.3s background-color;
	width: 100%;
}

.header__hamburger.is-active span {
	background-color: #fff;
}

.header__hamburger span:nth-child(1) {
	top: 1.75rem;
}

.header__hamburger span:nth-child(2) {
	top: 2.5rem;
	transition: 0.3s opacity;
}

.header__hamburger span:nth-child(3) {
	top: 3.25rem;
}

.header__hamburger.is-active span:nth-child(1) {
	top: 2.5rem;
	transform: rotate(45deg);
}

.header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
	top: 2.5rem;
	transform: rotate(-45deg);
}

.info-card {
	padding: 1.5rem;
}

.info-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.info-card__text {
	border-top: 1px solid #313131;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 0.5rem;
}

.info-card__img {
	aspect-ratio: 297/189;
	margin-top: 0.5rem;
}

.info-card__img picture,
.info-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 297/189;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

/* Loading背景画面設定　*/

#loading {
	background: #f3eee7;
	color: #313131;
	height: 100%; /*fixedで全面に固定*/
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

/* Loading画像中央配置　*/

#loading_logo {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/

#loading_logo img {
	width: 260px;
}

#loading_logo p {
	font-family: "Gotu", sans-serif;
	font-size: 1.5rem;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
	animation: duration 0.8s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
}

.mini-card {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 1rem;
	padding: 1rem;
	width: 100%;
}

.mini-card:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.mini-card__img {
	aspect-ratio: 120/90;
	width: 50%;
}

.mini-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mini-card__body {
	width: 50%;
}

.mini-card__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
}

.mini-card__title {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.25rem;
}

.page-top__button {
	background-color: #fdfaf6;
	border: 1px solid #313131;
	border-radius: 50%;
	bottom: 2.4375rem;
	cursor: pointer;
	display: inline-block;
	height: 3rem;
	position: fixed;
	right: 1.125rem;
	transform: rotate(-90deg);
	width: 3rem;
	z-index: 900;
}

.page-top__button span {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	display: inline-block;
	flex-shrink: 0;
	height: 0.375rem;
	transform: translate(0.4375rem, 0.3125rem) skew(50deg);
	width: 1.5625rem;
}

.price-list__item + .price-list__item {
	margin-top: 3.125rem;
}

.price-list__title {
	border-bottom: 1px solid #313131;
	font-size: 1rem;
	padding-bottom: 0.25rem;
}

.price-list__content {
	display: flex;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.price-list__menu {
	width: 71.3%;
}

.price-list__price {
	text-align: right;
	width: 34.7%;
}

.price-table {
	display: flex;
	flex-direction: column;
}

.price-table__column {
	align-items: center;
	border-bottom: 0.0625rem solid #313131;
	border-left: 0.0625rem solid #313131;
	border-right: 0.0625rem solid #313131;
	display: flex;
	justify-content: center;
}

.price-table__head {
	background-color: #313131;
	color: #fff;
	display: flex;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.5rem 0;
	text-align: center;
}

.price-table__head span {
	display: inline-block;
	height: 1.5rem;
	position: relative;
	width: 1.5rem;
}

.price-table__head span::before {
	-webkit-mask-image: url(../images/common/info-icon1.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	height: 1.5rem;
	left: 0;
	mask-image: url(../images/common/info-icon1.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0;
	width: 1.5rem;
	z-index: 10;
}

.price-table__menu,
.price-table__price {
	align-items: center;
	display: flex;
	height: inherit;
}

.price-table__menu {
	justify-content: center;
	text-align: center;
	width: 64.56%;
}

.price-table__price {
	border-left: 0.0625rem solid #313131;
	justify-content: center;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	width: 35.44%;
}

.review-card {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.review-card__img {
	aspect-ratio: 294/218;
}

.review-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.review-card__tag {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.review-card__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4583333333;
	margin-top: 0.5rem;
}

.review-card__button {
	margin-top: 2.5rem;
	text-align: center;
	width: 100%;
}

.section-title {
	text-align: center;
}

.section-title__main {
	color: #313131;
	font-family: "Gotu", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.25;
}

.section-title__main::first-letter {
	color: #313131;
	text-transform: capitalize;
}

.section-title__sub {
	color: #313131;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.section-title__main.section-title--large {
	font-size: 5rem;
	line-height: 1;
}

.tabs {
	grid-row-gap: 1rem;
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	row-gap: 1rem;
	z-index: 10;
}

.tabs__item a {
	background-color: #fff;
	border: 1px solid #313131;
	color: #313131;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5714285714;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.tabs__link.tabs__link--current {
	background-color: #313131;
	color: #fff;
}

.tabs__link {
	align-items: center;
	background-color: #fff;
	border: 1px solid #313131;
	color: #313131;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.875rem;
	justify-content: center;
	line-height: 1.5714285714;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.tabs__item.tabs__item--current a {
	background-color: #313131;
	color: #fff;
}

.tabs__item a::before {
	background: #313131;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.tabs__item a:hover {
	color: #fff;
	opacity: 1;
	z-index: 1;
}

.tabs__item a:hover::before {
	transform: scale(1, 1);
}

.voice-card {
	background-color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 1rem;
}

.voice-card--mini {
	padding: 1rem 1rem 1.375rem;
}

.voice-card__head {
	display: flex;
	gap: 0.8125rem;
}

.voice-card__headline {
	border-bottom: 1px solid #313131;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0.25rem;
	width: 80%;
}

.voice-card__age {
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.voice-card__category {
	border: 1px solid #313131;
	color: #313131;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: auto;
	margin-top: 0.125rem;
	padding: 0.25rem 0.75rem;
}

.voice-card__img {
	aspect-ratio: 9/7;
	position: relative;
	width: 82%;
}

.voice-card__img .color {
	background-color: #313131;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.voice-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 9/7;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.voice-card__body {
	margin-top: 1.5rem;
}

.voice-card__body--mini {
	margin-top: 1rem;
}

.voice-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	justify-content: center;
}

.voice-cards__item {
	max-width: 34.375rem;
	width: 100%;
}

.layout-about {
	margin-top: 5rem;
}

.layout-activity {
	margin-top: 2.5rem;
	padding-bottom: 0.1875rem;
}

.layout-bridal {
	margin-top: 5rem;
}

.layout-contact {
	margin-top: 5rem;
}

.layout-contact--large {
	margin-top: 7.5rem;
}

.layout-contact--sub {
	margin-top: 6.0625rem;
}

.layout-contact--info {
	margin-top: 6.5625rem;
}

.layout-contact--blog-detail {
	margin-top: 6.875rem;
}

.layout-contact--price {
	margin-top: 6.625rem;
}

.layout-footer {
	margin-top: 6.5rem;
}

.layout-footer.layout-footer--404 {
	margin-top: 0;
	padding-top: 6rem;
}

.layout-footer.layout-footer--contact {
	margin-top: 9.5rem;
}

.layout-footer.layout-footer--thanks {
	margin-top: 8.5rem;
}

.layout-gallery {
	margin-top: 2.5rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.layout-page-404 {
	padding-top: 5rem;
}

.layout-page-about {
	margin-top: -0.625rem;
}

.layout-page-bridal {
	margin-top: 3.25rem;
}

.layout-page-activity {
	margin-top: 3.25rem;
}

.layout-page-contact {
	margin-top: 2.6875rem;
}

.layout-page-faq {
	margin-top: 3rem;
}

.layout-page-info {
	margin-top: 7.1875rem;
}

.layout-page-other {
	margin-top: 3.25rem;
}

.layout-page-price {
	margin-top: 3rem;
}

.layout-page-sitemap {
	margin-top: 2.0625rem;
}

.layout-page-voice {
	margin-top: 3.25rem;
}

.layout-pagenavi {
	margin-top: 4.625rem;
}

.layout-pagenavi.layout-pagenavi--blog-detail {
	margin-top: 2.875rem;
}

.layout-pagenavi.layout-pagenavi--voice {
	margin-top: 5rem;
}

.layout-price {
	margin-top: 5rem;
}

.layout-restaurant {
	margin-top: 5rem;
}

.layout-voice {
	margin-top: 5rem;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #313131;
	border-radius: 0;
	font-family: inherit; /*↓カスタム */
	font-size: 1rem;
	padding: 0.4375rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #313131;
}

[type=tel] {
	width: 100%;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #313131;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	border-bottom: 0.25rem solid #f00;
	border-left: 0.25rem solid #f00;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 1.125rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0 0 0 1.5625rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #313131;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 0.25rem solid #f00;
	border-left: 0.25rem solid #f00;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 45%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 1.125rem;
}

select { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff; /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-position: right 12px center;
	background-repeat: no-repeat;
	border: none;
	border: 1px solid #313131; /*↓リセットCSS */
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit; /*↓カスタム */
	font-size: 0.75rem;
	padding: 0.625rem;
	width: 100%;
}

select:focus {
	border: 1px solid #313131;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border-color: 1px solid #313131;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 12.5rem;
	max-width: 37.5rem;
	width: 100%;
}

input::-moz-placeholder {
	color: #DDF0F1;
}

input::placeholder {
	color: #DDF0F1;
}

input:invalid {
	background-color: rgba(201, 72, 0, 0.2);
	border-color: #C94800;
}

input:invalid::-moz-placeholder {
	color: #fff;
}

input:invalid::placeholder {
	color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
	cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-prev {
	transform: scale(-1, 1);
}

.swiper__button {
	background-color: #fdfaf6;
	border: 1px solid #313131;
	border-radius: 50%;
	bottom: 2.4375rem;
	cursor: pointer;
	display: inline-block;
	height: 3rem;
	position: absolute;
	right: 1.125rem;
	width: 3rem;
	z-index: 900;
}

.swiper__button span {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	display: inline-block;
	flex-shrink: 0;
	height: 0.375rem;
	transform: translate(0.4375rem, 0.3125rem) skew(50deg);
	width: 1.5625rem;
}

.campaign__contents .swiper-slide,
.campaign__contents .swiper-slide.swiper-slide-active,
.campaign__contents .swiper-slide.swiper-slide-next,
.campaign__contents .swiper-slide.swiper-slide-prev {
	transition: transform 200ms 0s ease-out;
}

.campaign__contents .swiper-slide:hover,
.campaign__contents .swiper-slide.swiper-slide-next:hover,
.campaign__contents .swiper-slide.swiper-slide-prev:hover,
.campaign__contents .swiper-slide.swiper-slide-active:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out;
}

.campaign__contents .swiper-slide {
	height: auto;
}

/*wp-pagenavi 01*/

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #313131;
	color: #313131;
	margin: 0 0.125rem;
	padding: 0.5rem 0.9375rem;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi a:hover {
	background-color: #313131;
	border-color: #313131;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: #313131;
	border-color: #313131;
	color: #fff;
	font-weight: bold;
}

.pc-use {
	display: none;
}

.pagenavi__inner {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	padding-left: 1.5625rem;
	position: relative;
}

.wp-pagenavi .previouspostslink::before {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	content: "";
	height: 0.9375rem;
	left: 1rem;
	position: absolute;
	top: 0.75rem;
	transform: rotate(134deg);
	width: 0.9375rem;
}

.wp-pagenavi .nextpostslink::before {
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: 1rem;
	top: 0.75rem;
	transform: rotate(-46deg);
	width: 0.9375rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background-color: #313131;
}

.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.wp-pagenavi .previouspostslink {
	margin-right: min(5vw, 1.25rem);
}

.wp-pagenavi .nextpostslink {
	margin-left: min(5vw, 1.25rem);
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.about__contents {
	margin-top: 7.5rem;
	position: relative;
}

.about__image-box {
	margin-top: 3.125rem;
}

.about__image-sub {
	bottom: 3.4375rem;
}

.about__text-box {
	display: flex;
	gap: 0.5rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-width: 75rem;
	padding-left: 4.5rem;
	position: absolute;
	right: 2.5rem;
	top: 30%;
	width: 85%;
	z-index: 10;
}

.about__sub-title {
	color: #fff;
	display: inline-block;
	font-size: 5rem;
	line-height: 1.25;
	margin: auto;
	margin-left: auto;
	min-width: 12.5rem;
	width: 115%;
}

.about__pc-wrap {
	width: 100%;
}

.about__text {
	color: #fff;
	margin-top: 0;
	padding-left: 2.5rem;
}

.about__button {
	margin-top: 4rem;
}

.activity__swiper-button {
	display: block;
	height: 5rem;
	margin-left: auto;
	margin-top: -5rem;
	position: relative;
	width: 16rem;
}

.activity__contents {
	margin-top: 2.5rem;
}

.activity__button {
	margin-top: 4.5rem;
}

.blog-detail {
	gap: 2.5rem;
	width: 99%;
}

.blog-detail img {
	aspect-ratio: 700/468;
}

.blog-detail h2 {
	font-size: 2rem;
	padding-bottom: 0;
}

.blog-detail h3 {
	font-size: 1.75rem;
}

.blog-detail h3::before {
	height: 2rem;
	top: 0.9375rem;
	width: 2rem;
}

.bridal {
	padding-bottom: 5.75rem;
	padding-top: 6.25rem;
}

.bridal__contents {
	align-items: center;
	display: flex;
	gap: 3rem;
	margin-top: 2.5rem;
}

.bridal__img {
	width: 50%;
}

.bridal__body {
	align-items: center;
	margin-top: 0;
	width: 50%;
}

.bridal__sub-title {
	font-size: 1.5rem;
}

.contact-form dl:not(:first-child) {
	margin-top: 2.3125rem;
}

.contact-form__item {
	display: flex;
	padding-bottom: 2.5rem;
}

.contact-form__item dt {
	width: 31.43%;
}

.contact-form__item dd {
	margin-top: 0;
	width: 68.57%;
}

.contact-form__checkbox {
	margin-top: 4.3125rem;
	padding-left: 5rem;
}

.contact-form__checkbox label {
	gap: 0.9375rem;
}

.contact-form__button {
	margin-top: 3rem;
}

.contact__contents {
	background: #fff;
	box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	padding-bottom: 5rem;
	padding-top: 5.375rem;
	width: 100%;
}

.contact__contents::before {
	height: 8.75rem;
	right: calc(53% - min(42.7vw, 36rem));
	transform: translate(31%, -29%);
	width: 18.75rem;
}

.contact__info {
	border-right: 1px solid #313131;
	padding-left: 3.125rem;
	padding-right: 5rem;
	width: 52.962%;
}

.contact__logo {
	justify-content: start;
}

.contact__logo p {
	font-size: 2rem;
}

.contact__info-body {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.contact__info-text {
	line-height: 1.7;
	text-align: left;
}

.contact__info-map {
	aspect-ratio: 273/148;
	margin-top: 0;
	width: 62.04%;
}

.contact__info-map iframe {
	height: 100%;
	width: 100%;
}

.contact__body {
	padding-right: 1.5rem;
	width: 47.037%;
}

.contact__body--sub {
	margin-top: 1rem;
	width: 45%;
}

.gallery__wrapper {
	margin-top: 5rem;
}

.gallery__items {
	grid-template-columns: repeat(11, 1fr);
}

.gallery__item:nth-child(6n+1),
.gallery__item:nth-child(6n+6) {
	grid-column: span 5;
}

.gallery__item:nth-child(6n+2),
.gallery__item:nth-child(6n+3),
.gallery__item:nth-child(6n+4),
.gallery__item:nth-child(6n+5) {
	grid-column: span 6;
}

.gallery__item:nth-child(6n+1) img,
.gallery__item:nth-child(6n+6) img {
	aspect-ratio: 492/746;
}

.gallery__item:nth-child(6n+2) img,
.gallery__item:nth-child(6n+3) img,
.gallery__item:nth-child(6n+4) img,
.gallery__item:nth-child(6n+5) img {
	aspect-ratio: 580/369;
}

.gallery__modal img {
	max-width: 57.5rem;
	width: 100%;
}

.mv-sub-page {
	height: 34.25rem;
}

.mv-sub-page__img {
	aspect-ratio: 1440/548;
}

.mv-sub-page__title {
	font-size: 5rem;
	line-height: 1.25;
	padding-top: 6.25rem;
}

.mv__slider {
	aspect-ratio: 1440/768;
}

.mv__title {
	font-size: 5rem;
	line-height: 1.25;
	text-indent: 2.5rem;
}

.page-404__content::after {
	height: 43.75rem;
	left: 37%;
	top: 61%;
	width: 43.75rem;
}

.page-404__title {
	font-size: 10rem;
	padding-top: 5.875rem;
}

.page-404__text {
	margin-top: 0;
}

.page-404__button {
	margin-top: 5rem;
}

.page-about__contents {
	margin-top: 7.5rem;
}

.page-about__image-box {
	margin-top: 3.125rem;
}

.page-about__image-main {
	margin-left: auto;
	margin-top: auto;
	width: 81.449%;
}

.page-about__image-sub {
	aspect-ratio: 128/194;
	bottom: 1.125rem;
	bottom: 3.4375rem;
	display: block;
	left: 0;
	position: absolute;
	width: 37.1%;
	z-index: 10;
}

.page-about__text-box {
	display: flex;
	gap: 0.5rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-width: 75rem;
	padding-left: 4.5rem;
	position: absolute;
	right: 2.5rem;
	top: 20%;
	width: 85%;
	z-index: 10;
}

.page-about__sub-title {
	color: #fff;
	display: inline-block;
	font-size: 5rem;
	line-height: 1.25;
	margin: auto;
	margin-left: auto;
	min-width: 12.5rem;
	padding-left: 0.375rem;
	position: static;
	width: 100%;
	width: 115%;
}

.page-about__pc-wrap {
	align-items: center;
	display: flex;
	width: 100%;
}

.page-about__text {
	color: #fff;
	margin-top: 0;
}

.page-activity__wrapper {
	grid-row-gap: 5rem;
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-left: 0;
	padding-right: 0;
	row-gap: 5rem;
}

.page-activity .campaign-card__title {
	font-size: 1.5rem;
}

.page-activity .campaign-card__category {
	font-size: 0.875rem;
}

.page-activity .campaign-card__body {
	padding: 1.5rem 1.5rem 2.5rem;
}

.page-bridal__content-wrapper {
	display: flex;
	gap: 5rem;
}

.page-bridal__main-contents {
	overflow: visible;
	padding: 0;
	width: 70%;
}

.page-bridal__sub-contents {
	gap: 5.125rem;
	margin-top: 0;
	width: 29%;
}

.page-bridal__items.blog-cards {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 4.8125rem;
}

.page-bridal__main-contents .pagenavi {
	margin: 5rem auto 0;
	width: 100%;
}

.page-bridal__articles-wrapper {
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.page-bridal__navi .previouspostslink {
	margin-right: 1.875rem;
}

.page-bridal__navi .nextpostslink {
	margin-left: 1.875rem;
}

.page-contact__inner::before {
	height: 12.5rem;
	top: -2rem;
	transform: translate(-62%, -21%);
	width: 20rem;
}

.page-contact__invalid-text {
	max-width: 25rem;
	padding-left: 1.625rem;
	text-align: center;
}

.page-contact__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.page-contact__thanks-message:nth-child(2) {
	margin-top: 2rem;
}

.page-faq__inner::before {
	height: 12.5rem;
	top: -2rem;
	transform: translate(-61%, -21%);
	width: 20rem;
}

.page-faq__contents {
	gap: 2.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	width: 100%;
}

.page-info__inner {
	gap: 1.5rem;
}

.page-info__tab-wrapper {
	gap: 5.625rem;
}

.page-info__tab button {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.8125rem min(0.5vw, 1.125rem);
}

.page-info__tab span {
	display: inline-block;
	height: 4rem;
	position: relative;
	width: 4rem;
}

.page-info__tab:nth-child(1) span::before {
	-webkit-mask-image: url(../images/common/info-icon1.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #313131;
	content: "";
	height: 4rem;
	left: 0;
	mask-image: url(../images/common/info-icon1.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0;
	width: 4rem;
	z-index: 10;
}

.page-info__tab:nth-child(2) span::before {
	-webkit-mask-image: url(../images/common/info-icon2.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #313131;
	content: "";
	height: 4rem;
	left: 0;
	mask-image: url(../images/common/info-icon2.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0;
	width: 4rem;
	z-index: 10;
}

.page-info__tab:nth-child(3) span::before {
	-webkit-mask-image: url(../images/common/info-icon3.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #313131;
	content: "";
	height: 4rem;
	left: 0;
	mask-image: url(../images/common/info-icon3.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 0;
	width: 4rem;
	z-index: 10;
}

.page-info__items {
	border: 2px solid #313131;
}

.page-info__item.is-active {
	display: flex;
}

.page-other__title {
	font-size: 2rem;
}

.page-other__nav.global-nav {
	-moz-column-gap: 10.1875rem;
	column-gap: 10.1875rem;
	padding-left: 1.5rem;
}

.page-other__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.page-price__inner::before {
	height: 12.5rem;
	top: -2rem;
	transform: translate(-62%, -21%);
	width: 20rem;
}

.page-price__contents {
	gap: 5rem;
}

.page-voice__inner::before {
	height: 12.5rem;
	top: -2rem;
	transform: translate(-62%, -21%);
	width: 20rem;
}

.price {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.price__inner {
	position: relative;
}

.price__contents {
	display: flex;
	flex-direction: row-reverse;
	gap: 5.8125rem;
	margin-top: 2.5rem;
}

.price__img {
	aspect-ratio: 585/746;
	width: 45.682%;
}

.price__body {
	margin-top: 0;
	width: 45.682%;
}

.price__button {
	margin-top: 5rem;
}

.restaurant {
	position: relative;
}

.restaurant::before {
	background-image: url(../images/common/horizon4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 60.24%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.restaurant__inner {
	position: relative;
}

.restaurant__inner::before {
	background-image: url(../images/common/blog-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	left: calc(50% - min(30vw, 28.75rem));
	position: absolute;
	top: 1.5rem;
	transform: translate(-42%, -45%);
	width: 25rem;
}

.restaurant__items {
	margin-top: 5rem;
}

.restaurant__button {
	margin-top: 5rem;
}

.voice__inner {
	position: relative;
}

.voice__inner::before {
	background-image: url(/assets/images/common/voice-fish-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	left: calc(50% - min(30vw, 26.875rem));
		/* 
	position: absolute;
	*/
	top: 0.5rem;
	transform: translate(-61%, -58%);
	width: 20rem;
}

.voice__inner::after {
	background-image: url(/assets/images/common/voice-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10rem;
	position: absolute;
	right: calc(50% - min(48.7vw, 39.9rem));
	top: 100%;
	transform: translate(-50%, -50%);
	transform: translate(-135%, -50%);
	width: 4.375rem;
}

.voice__contents {
	margin-top: 2rem;
}

.voice__button {
	margin-top: 5rem;
}

.accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.accordion__title {
	font-size: 1.25rem;
	padding: 1.5rem 4.25rem 1.5rem 2.5rem;
}

.accordion__title::before,
.accordion__title::after {
	right: 2.5rem;
	width: 2rem;
}

.accordion__body {
	padding: 2.25rem 2.5rem;
}

.blog-card__body {
	margin-top: 0.5rem;
}

.blog-card__body--sub {
	margin-top: 1.5rem;
}

.blog-cards {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.campaign-card__body {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.campaign-card__price-text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.campaign-card__price-content {
	gap: 1.5rem;
}

.campaign-card__price-before {
	font-size: 1.5rem;
}

.campaign-card__price-after {
	font-size: 2.5rem;
}

.campaign-card__pc-contents {
	display: block;
	margin-top: 1.5rem;
	text-align: center;
}

.footer {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer__icon {
	align-items: flex-end;
	display: flex;
}

.footer__logo {
	width: 19%;
}

.footer__logo p {
	font-size: 2rem;
}

.footer__sns {
	margin-bottom: 0.25rem;
	margin-left: 1.75rem;
	margin-top: 0;
}

.footer__sns-fb,
.footer__sns-instagram {
	width: 2rem;
}

.footer__nav {
	margin-left: 0;
	margin-top: -0.125rem;
	padding-left: 1.375rem;
}

.footer__copyright {
	margin-top: 4rem;
}

.footer__copyright small {
	font-size: 0.75rem;
	letter-spacing: 0.085em;
}

.footer__logo--voice {
	width: 19%;
}

.footer__logo--price {
	width: 19%;
}

.global-nav {
	-moz-column-gap: 8.875rem;
	column-gap: 8.875rem;
	display: flex;
	row-gap: 2.5rem;
}

.global-nav__sub-item {
	font-size: 1rem;
	padding-bottom: 0.5625rem;
	padding-top: 0.5625rem;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding-left: 2.5rem;
	padding-right: min(1.38vw, 1.25rem);
}

.header__logo {
	width: 10rem;
}

.header__logo a {
	font-size: 1.75rem;
}

.header__hamburger {
	display: none;
}

.info-card {
	align-items: center;
	display: flex;
	gap: 3rem;
	justify-content: center;
}

.info-card__body {
	width: 50%;
}

.info-card__img {
	aspect-ratio: 492/313;
	margin-top: 0;
	width: 50%;
}

.inner {
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

#loading_logo p {
	font-size: 2.5rem;
}

.page-top__button {
	bottom: 2.5rem;
	height: 5rem;
	right: 1.875rem;
	width: 5rem;
}

.page-top__button span {
	height: 0.375rem;
	transform: translate(0.9375rem, 1.25rem) skew(50deg);
	width: 2.5rem;
}

.page-top__button:hover {
	opacity: 0.8;
	transition: 0.4s ease-out;
}

.price-list__item + .price-list__item {
	margin-top: 2.25rem;
}

.price-list__content {
	font-size: 1rem;
}

.price-list__menu {
	width: 61%;
}

.price-list__price {
	width: 39%;
}

.price-table {
	border-top: 0.0625rem solid #313131;
	flex-direction: row;
	margin: 0 auto;
	max-width: 43.75rem;
	width: 100%;
}

.price-table__head {
	align-items: center;
	flex-direction: column-reverse;
	padding: 0.5rem 0.9375rem;
	width: 28.57%;
}

.price-table__body {
	width: 71.43%;
}

.price-table__head span {
	height: 4rem;
	width: 4rem;
}

.price-table__head span::before {
	height: 4rem;
	width: 4rem;
}

.price-table__menu {
	justify-content: flex-start;
	width: 64%;
}

.price-table__price {
	padding-right: 0;
	padding-top: 1rem;
	width: 28.44%;
}

.review-card__button {
	margin-top: 3.125rem;
}

.section-title__main {
	font-size: 2.5rem;
}

.section-title__sub {
	margin-top: 0;
}

.section-title--white {
	color: #fff;
}

.section-title__main.section-title--white::first-letter {
	color: #fff;
}

.tabs {
	display: flex;
	gap: 2rem;
}

.tabs__item a {
	width: 10.125rem;
}

.tabs__link {
	width: 10.125rem;
}

.voice-card {
	padding: 2rem 2rem 1.5rem;
}

.voice-card--mini {
	padding: 1.5rem 1.5rem;
}

.voice-card__headline--mini {
	padding-bottom: 0;
}

.voice-card__tag {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.voice-card__category--mini {
	margin-top: 0.5625rem;
	padding: 0.625rem 1rem;
}

.voice-card__img {
	max-width: 11.25rem;
	width: 100%;
}

.voice-card__title {
	font-size: 1.5rem;
}

.voice-card__title--mini {
	margin-top: 0.3125rem;
}

.voice-card__body {
	margin-top: 2.5rem;
}

.voice-cards {
	grid-template-columns: repeat(2, 1fr);
}

.voice-cards--mini {
	row-gap: 4.9375rem;
}

.layout-about {
	margin-top: 8.75rem;
}

.layout-activity {
	margin-top: 7.5rem;
}

.layout-bridal {
	margin-top: 8rem;
}

.layout-contact {
	margin-top: 8.75rem;
}

.layout-contact--sub {
	margin-top: 8rem;
}

.layout-footer {
	margin-top: 10rem;
}

.layout-footer.layout-footer--404 {
	padding-top: 15rem;
}

.layout-footer.layout-footer--contact {
	margin-top: 10rem;
}

.layout-footer.layout-footer--thanks {
	margin-top: 7rem;
}

.layout-gallery {
	margin-top: 7rem;
}

.layout-page-404 {
	padding-top: 5.625rem;
}

.layout-page-about {
	margin-top: 14.375rem;
}

.layout-page-bridal {
	margin-top: 7.5rem;
}

.layout-page-activity {
	margin-top: 9.375rem;
}

.layout-page-contact {
	margin-top: 9.375rem;
}

.layout-page-faq {
	margin-top: 9.375rem;
}

.layout-page-info {
	margin-top: 9.1875rem;
}

.layout-page-other {
	margin-top: 9.375rem;
}

.layout-page-price {
	margin-top: 9.1875rem;
}

.layout-page-sitemap {
	margin-top: 8.1875rem;
}

.layout-page-voice {
	margin-top: 9.375rem;
}

.layout-pagenavi {
	margin-top: 4rem;
}

.layout-pagenavi.layout-pagenavi--voice {
	margin-top: 4.375rem;
}

.layout-price {
	margin-top: 8.75rem;
}

.layout-restaurant {
	margin-top: 0;
	padding-top: 6.25rem;
}

.layout-voice {
	margin-top: 8.75rem;
}

[type=radio] + span {
	font-size: 1rem;
}

[type=checkbox] + span::before {
	left: -1.25rem;
	top: 50%;
}

[type=checkbox]:checked + span::after {
	left: -1.25rem;
	top: 50%;
}

select {
	padding: 0.25rem 0.625rem;
}

.swiper__button {
	bottom: 2.5rem;
	height: 5rem;
	right: 1.875rem;
	width: 5rem;
}

.swiper__button span {
	height: 0.375rem;
	transform: translate(0.9375rem, 1.25rem) skew(50deg);
	width: 2.5rem;
}

.swiper__button:hover {
	opacity: 0.8;
	transition: 0.4s ease-out;
}

.pc-use {
	display: inline-block;
}

.wp-pagenavi .previouspostslink {
	margin-right: 1.875rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: 1.875rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
