@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: hiragino-mincho-pron, sans-serif;
	font-size: 1.4rem;
	color: #393939;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 110px;
}

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

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

.lg-only {
	display: none;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

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

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

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

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

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mr-110 {
	margin-right: 110px !important;
}

.ml-110 {
	margin-left: 110px !important;
}

.mx-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mr-120 {
	margin-right: 120px !important;
}

.ml-120 {
	margin-left: 120px !important;
}

.mx-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.my-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

.mt-130 {
	margin-top: 130px !important;
}

.mb-130 {
	margin-bottom: 130px !important;
}

.mr-130 {
	margin-right: 130px !important;
}

.ml-130 {
	margin-left: 130px !important;
}

.mx-130 {
	margin-left: 130px !important;
	margin-right: 130px !important;
}

.my-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !important;
}

.mt-140 {
	margin-top: 140px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}

.mr-140 {
	margin-right: 140px !important;
}

.ml-140 {
	margin-left: 140px !important;
}

.mx-140 {
	margin-left: 140px !important;
	margin-right: 140px !important;
}

.my-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

.mr-150 {
	margin-right: 150px !important;
}

.ml-150 {
	margin-left: 150px !important;
}

.mx-150 {
	margin-left: 150px !important;
	margin-right: 150px !important;
}

.my-150 {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

.mb-160 {
	margin-bottom: 160px !important;
}

.mr-160 {
	margin-right: 160px !important;
}

.ml-160 {
	margin-left: 160px !important;
}

.mx-160 {
	margin-left: 160px !important;
	margin-right: 160px !important;
}

.my-160 {
	margin-top: 160px !important;
	margin-bottom: 160px !important;
}

.mt-170 {
	margin-top: 170px !important;
}

.mb-170 {
	margin-bottom: 170px !important;
}

.mr-170 {
	margin-right: 170px !important;
}

.ml-170 {
	margin-left: 170px !important;
}

.mx-170 {
	margin-left: 170px !important;
	margin-right: 170px !important;
}

.my-170 {
	margin-top: 170px !important;
	margin-bottom: 170px !important;
}

.mt-180 {
	margin-top: 180px !important;
}

.mb-180 {
	margin-bottom: 180px !important;
}

.mr-180 {
	margin-right: 180px !important;
}

.ml-180 {
	margin-left: 180px !important;
}

.mx-180 {
	margin-left: 180px !important;
	margin-right: 180px !important;
}

.my-180 {
	margin-top: 180px !important;
	margin-bottom: 180px !important;
}

.mt-190 {
	margin-top: 190px !important;
}

.mb-190 {
	margin-bottom: 190px !important;
}

.mr-190 {
	margin-right: 190px !important;
}

.ml-190 {
	margin-left: 190px !important;
}

.mx-190 {
	margin-left: 190px !important;
	margin-right: 190px !important;
}

.my-190 {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}

.mt-200 {
	margin-top: 200px !important;
}

.mb-200 {
	margin-bottom: 200px !important;
}

.mr-200 {
	margin-right: 200px !important;
}

.ml-200 {
	margin-left: 200px !important;
}

.mx-200 {
	margin-left: 200px !important;
	margin-right: 200px !important;
}

.my-200 {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}

/* padding
-------------------------------*/

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

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

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

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

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

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

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

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

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

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

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

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

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

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

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

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

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

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

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

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

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

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

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

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

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

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

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

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

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

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

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

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

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

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

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

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

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

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

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

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

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

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

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

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

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

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

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

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

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

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

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

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

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

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

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

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

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

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

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

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

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

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

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

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

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

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

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.p-110 {
	padding: 110px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

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

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

.px-110 {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.p-120 {
	padding: 120px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

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

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

.px-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.py-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.p-130 {
	padding: 130px !important;
}

.pt-130 {
	padding-top: 130px !important;
}

.pb-130 {
	padding-bottom: 130px !important;
}

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

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

.px-130 {
	padding-left: 130px !important;
	padding-right: 130px !important;
}

.py-130 {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}

.p-140 {
	padding: 140px !important;
}

.pt-140 {
	padding-top: 140px !important;
}

.pb-140 {
	padding-bottom: 140px !important;
}

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

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

.px-140 {
	padding-left: 140px !important;
	padding-right: 140px !important;
}

.py-140 {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
}

.p-150 {
	padding: 150px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

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

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

.px-150 {
	padding-left: 150px !important;
	padding-right: 150px !important;
}

.py-150 {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

.p-160 {
	padding: 160px !important;
}

.pt-160 {
	padding-top: 160px !important;
}

.pb-160 {
	padding-bottom: 160px !important;
}

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

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

.px-160 {
	padding-left: 160px !important;
	padding-right: 160px !important;
}

.py-160 {
	padding-top: 160px !important;
	padding-bottom: 160px !important;
}

.p-170 {
	padding: 170px !important;
}

.pt-170 {
	padding-top: 170px !important;
}

.pb-170 {
	padding-bottom: 170px !important;
}

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

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

.px-170 {
	padding-left: 170px !important;
	padding-right: 170px !important;
}

.py-170 {
	padding-top: 170px !important;
	padding-bottom: 170px !important;
}

.p-180 {
	padding: 180px !important;
}

.pt-180 {
	padding-top: 180px !important;
}

.pb-180 {
	padding-bottom: 180px !important;
}

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

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

.px-180 {
	padding-left: 180px !important;
	padding-right: 180px !important;
}

.py-180 {
	padding-top: 180px !important;
	padding-bottom: 180px !important;
}

.p-190 {
	padding: 190px !important;
}

.pt-190 {
	padding-top: 190px !important;
}

.pb-190 {
	padding-bottom: 190px !important;
}

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

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

.px-190 {
	padding-left: 190px !important;
	padding-right: 190px !important;
}

.py-190 {
	padding-top: 190px !important;
	padding-bottom: 190px !important;
}

.p-200 {
	padding: 200px !important;
}

.pt-200 {
	padding-top: 200px !important;
}

.pb-200 {
	padding-bottom: 200px !important;
}

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

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

.px-200 {
	padding-left: 200px !important;
	padding-right: 200px !important;
}

.py-200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

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

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

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	padding: 1em 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
	z-index: 10;
}

.l-header--home {
	background: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-header--home.is-bg {
	background: #FFF;
}

.l-header--logo-only {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 630px;
	height: 100%;
	background: #FFF;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	z-index: 100;
}

.l-navi__inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 56px 10%;
	overflow-y: auto;
}

.l-wrapper {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.l-wrapper--sm {
	max-width: 1060px;
}

.l-wrapper--xs {
	max-width: 870px;
}

.l-page {
	position: relative;
	margin: 110px 0 0;
}

.l-page--home {
	position: static;
	margin: 0;
}

.l-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.l-2col__side {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 20px;
}

.l-2col__main {
	width: 72.2%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	text-align: center;
	color: #9f8865;
	margin-bottom: 65px;
}

.heading-primary__en {
	display: block;
	font-size: clamp(5.5rem, 4.5857142857rem + 1.1904761905vw, 6.3rem);
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.05em;
	margin-bottom: 0.33em;
	line-height: 1;
}

.heading-primary__en--lg {
	font-size: clamp(5.5rem, 4.5857142857rem + 1.1904761905vw, 6.3rem);
	letter-spacing: 0.1em;
}

.heading-primary__en__sm {
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.heading-primary__en--ls-none {
	letter-spacing: 0;
}

.heading-primary__jp {
	font-size: 1.932rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.35;
}

.heading-primary__jp--lg {
	font-size: 2rem;
	letter-spacing: 0;
}

.heading-primary__jp--lg-2 {
	font-size: 2.5rem;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	text-align: center;
}

.heading-secondary__jp {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.9;
}

.heading-secondary__en {
	font-family: adobe-garamond-pro, serif;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-top: 10px;
	display: block;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 28px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

.heading-tertiary {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 45px;
}

.heading-border {
	margin-bottom: clamp(2.5rem, -10rem + 12.5vw, 5rem);
	font-size: clamp(2rem, 1.4777142857rem + 0.6800595238vw, 2.457rem);
	font-weight: 700;
	line-height: 1.5466;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 39px 0 32px;
	border-top: clamp(0.15rem, -0.6rem + 0.75vw, 0.3rem) solid #231815;
	border-bottom: clamp(0.15rem, -0.6rem + 0.75vw, 0.3rem) solid #231815;
}

.heading-border__date {
	font-size: 5rem;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.heading-border__date span {
	font-size: 2.3rem;
	letter-spacing: 0.1em;
}

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.8rem;
	line-height: 1.67;
}

.text-base p:not(:last-of-type),
.text-base ol:not(:last-of-type),
.text-base ul:not(:last-of-type) {
	margin-bottom: 1.67em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2rem;
	letter-spacing: 0.15em;
	line-height: 2.3;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 2.3em;
}

.text-lg--top-text {
	letter-spacing: 0.05em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.lead-text {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 85px;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 80px;
}

.buttons-wrap--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.buttons-wrap--mb-125 {
	margin-bottom: 125px;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	position: relative;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font: 300 1.4rem yu-gothic-pr6n, sans-serif;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 10.43em;
	height: 6.2em;
	display: block;
	background: url(../img/bg_btn.png) no-repeat center/contain;
	z-index: -1;
}

.button-primary::after {
	content: "";
	width: 5.64em;
	height: 3.07em;
	display: inline-block;
	-webkit-mask: url(../img/arrow_btn.svg) no-repeat center/contain;
	mask: url(../img/arrow_btn.svg) no-repeat center/contain;
	background-color: #505050;
	vertical-align: middle;
	margin-left: 1.64em;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	color: #4d4d4d;
	border: solid 1px #221816;
	width: 237px;
	height: 47px;
	font-family: adobe-garamond-pro, serif;
	border-radius: 0;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::after {
	content: "";
	position: absolute;
	right: 63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/arrow_black.svg);
	width: 8px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.button-tertiary {
	position: relative;
	background: #97a3bc;
	width: 100%;
	min-height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-content: center;
	color: #FFF;
	text-decoration: none;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.2em;
	padding: 10px clamp(2.5rem, -10rem + 12.5vw, 5rem) 10px clamp(1.5rem, -8rem + 9.5vw, 3.4rem);
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-tertiary::after {
	content: "";
	position: absolute;
	right: clamp(1.5rem, -11rem + 12.5vw, 4rem);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
	-webkit-mask: url(../img/arrow_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_black.svg) no-repeat center/contain;
	background: #FFF;
}

.button-tertiary--green {
	background: #7c917f;
}

.button-tertiary--pink {
	background: #c7a699;
}

.button-quaternary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-content: center;
	align-items: center;
	color: #4c4948;
	border: 1px solid #000;
	text-decoration: none;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.2em;
	padding: 16px clamp(2.5rem, -10rem + 12.5vw, 5rem) 15px clamp(1.5rem, -8rem + 9.5vw, 3.4rem);
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 0;
}

.button-quaternary--black {
	background-color: #000;
	color: #FFF;
	border: none;
}

.button-quaternary--black::after {
	content: "";
	position: absolute;
	right: clamp(1.5rem, -11rem + 12.5vw, 4rem);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
	-webkit-mask: url(../img/arrow_black.svg) no-repeat center/contain;
	mask: url(../img/arrow_black.svg) no-repeat center/contain;
	background: #FFF;
}

.point-text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #393939;
}

.point-text-block__en {
	font-weight: 300;
	text-align: center;
	font-size: clamp(1.3rem, 1.0714285714rem + 0.2976190476vw, 1.5rem);
}

.point-text-block__number {
	position: relative;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 7.2rem;
	padding-bottom: 8px;
	margin: 2px auto 16px;
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	letter-spacing: -0.01em;
	font-size: clamp(4rem, 0.3428571429rem + 4.7619047619vw, 7.2rem);
}

.point-text-block__number::after {
	content: "";
	width: 47px;
	height: 1px;
	background-color: #707070;
	bottom: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.point-text-block__large-text {
	font-size: 3rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 34px;
	font-size: clamp(1.8rem, 0.4285714286rem + 1.7857142857vw, 3rem);
}

.point-text-block__text {
	letter-spacing: -0.07em;
	line-height: 1.9;
	font-size: 1.6rem;
}

.list-1__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
	font-weight: 600;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 8px;
}

.list-1__head {
	width: 146px;
	height: 35px;
	background-color: #e1e3ea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-1__text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.list-1--big__head {
	height: 52px;
}

.list-1--big__text {
	font-size: clamp(1.8rem, 1.0491428571rem + 0.9776785714vw, 2.457rem);
}

.list-2__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(1.4rem, 0.7142857143rem + 0.8928571429vw, 2rem);
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.list-2__item:not(:last-child) {
	margin-bottom: 1.2em;
}

.list-2__item::before {
	display: inline-block;
	content: "●";
	font-size: 70%;
	margin-top: 2px;
	margin-right: 3px;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.header-logo a {
	display: block;
	width: 120px;
}

.l-header--home .header-logo a {
	width: 120px;
}

.header-logo img {
	display: block;
	width: 100%;
}

.header-logo__text {
	display: none;
}

.menu-btn {
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.l-header .menu-btn {
	margin-bottom: 5px;
}

.menu-btn__icon {
	display: block;
	width: 45px;
	height: 24px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #828282;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open {
	color: #000000;
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span {
	background: #000;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-close-btn {
	position: fixed;
	top: 18px;
	right: 26px;
	display: block;
	width: 50px;
	height: 36px;
	padding: 0 0 20px;
	background: transparent;
	border: none;
	font-family: adobe-garamond-pro, serif;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #866259;
}

.menu-close-btn::before,
.menu-close-btn::after {
	position: absolute;
	bottom: 8px;
	left: 50%;
	content: "";
	width: 41px;
	height: 1px;
	display: block;
	background: #000;
}

.menu-close-btn::before {
	-webkit-transform: translateX(-50%) rotate(24deg);
	transform: translateX(-50%) rotate(24deg);
}

.menu-close-btn::after {
	-webkit-transform: translateX(-50%) rotate(-24deg);
	transform: translateX(-50%) rotate(-24deg);
}

.header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.l-header--home .header-info {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-info__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.l-header--home .header-info__main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 0;
}

.header-info__tel {
	display: none;
}

.header-info__tel span {
	font-size: 3.6rem;
}

.header-info__tel span span {
	font-family: yu-gothic-pr6n, sans-serif;
}

.header-info__text {
	display: none;
}

.header-info__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.header-info__button {
	font: 700 1.361rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
	color: #FFF;
	width: 116px;
	text-align: center;
	border-radius: 20px;
}

.header-info__button a {
	display: block;
	text-decoration: none;
	padding: 0.3em 0.5em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-info__button--pink {
	background: #c7a699;
}

.header-info__button--green {
	background: #7c917f;
}

.header-navi-wrap {
	display: none;
}

.header-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.header-navi__item {
	text-align: center;
}

.header-navi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-navi__en {
	display: block;
	font: 400 1.863rem adobe-garamond-pro, serif;
	letter-spacing: 0.12em;
	margin-bottom: 0.15em;
}

.header-navi__jp {
	display: block;
	font-size: 1.242rem;
	font-weight: 300;
	letter-spacing: 0.06em;
}

.footer {
	padding-top: 130px;
	background: url(../img/bg_footer.png) no-repeat center/cover;
	font-family: yu-gothic-pr6n, sans-serif;
}

.footer--no-bg {
	padding-top: 50px;
	background: none;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 5.6%;
}

.footer__map iframe {
	aspect-ratio: 473/212;
	max-width: 100%;
	width: 473px;
	height: auto;
}

.footer__info {
	margin-bottom: clamp(1.5rem, -0.2323308271rem + 2.2556390977vw, 2.7rem);
}

.footer__text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.7;
}

.footer__tel {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__bottom {
	border-top: 1px solid #393939;
	padding: 39px 0 70px;
}

.footer__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

.footer__sns__item a {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__logo {
	margin-top: 30px;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__logo img {
	height: 48px;
}

.footer-cv {
	margin-top: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	gap: clamp(1.5rem, -0.6654135338rem + 2.8195488722vw, 3rem);
}

.footer-cv__item a {
	display: block;
	text-decoration: none;
	background: #c7a699;
	border-radius: 50px;
	padding: 16px 10px;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	width: 247px;
	max-width: 100%;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-cv__item--green a {
	background: #7c917f;
}

.footer-navi-wrap {
	margin: 56px auto 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 980px;
}

.footer-navi {
	width: 17%;
}

.footer-navi__item:not(:last-child) {
	margin-bottom: 15px;
}

.footer-navi__link {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__child {
	margin-top: 15px;
}

.footer-navi__child__item:not(:last-child) {
	margin-bottom: 8px;
}

.footer-navi__child__item::before {
	content: "ー";
	display: inline-block;
	margin-left: 10px;
}

.footer-navi__child__link {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.32142857em 7.234%;
	max-width: 470px;
	margin: 47px auto 0;
}

.gnavi__item {
	border-bottom: 1px solid #000000;
}

.gnavi__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__icon {
	display: block;
	margin-right: 14px;
}

.gnavi__icon img {
	display: block;
}

.gnavi__ja {
	display: block;
	font-weight: 300;
	font-size: 1.65rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.gnavi__en {
	display: block;
	font-family: adobe-garamond-pro, serif;
	font-size: 0.8rem;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.gnavi-head__logo {
	margin: 0 auto 40px;
	width: 135px;
}

.gnavi-head__logo img {
	display: block;
}

.gnavi-head__text {
	font-size: 1.3rem;
	line-height: 1.4615;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}

.gnavi-head__text span {
	display: block;
	margin-bottom: 0.45em;
}

.gnavi-bottom {
	margin-top: 42px;
}

.gnavi-bottom__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.gnavi-bottom__tel {
	display: block;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.gnavi-bottom__address {
	margin-top: 0.3em;
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.gnavi-bottom__sns {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}

.gnavi-bottom__sns__item a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 1em;
	max-width: 326px;
	margin: 0 auto;
}

.gnavi-cta__item {
	width: 46.0123%;
}

.gnavi-cta__item--wide {
	width: 100%;
}

.gnavi-cta__btn {
	display: block;
	background: #d0c5b4;
	padding: 1em 0.5em;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi-cta__btn--pink {
	background: #e0cec6;
}

.gnavi-cta__btn--ls-lg {
	letter-spacing: 0.2em;
}

.gnavi-cta__btn--pt-lg {
	padding: 1.2em 0.5em 1em;
}

.gnavi-cta__btn span {
	display: block;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 7px;
}

.breadcrumb__item {
	color: #4d4d4d;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.breadcrumb__item:not(:last-child)::after {
	content: "／";
	position: relative;
	display: inline-block;
	margin: 0 0.5em;
}

.breadcrumb__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.breadcrumb__item:has(.breadcrumb__item__shorter) {
	max-width: 7em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.bg-gray {
	background: #f5f5f5;
}

.bg-gray-2 {
	background: #fbfbfb;
}

.bg-beige {
	background: #fbf4f0;
}

.bg-beige-2 {
	background: #f8f6ee;
}

.bg-pink {
	background: rgba(199, 166, 153, 0.3);
}

.bg-pink-grad-1 {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(82%, transparent), color-stop(82%, rgba(199, 166, 153, 0.3)), to(rgba(199, 166, 153, 0.3)));
	background: linear-gradient(to bottom, transparent 0%, transparent 82%, rgba(199, 166, 153, 0.3) 82%, rgba(199, 166, 153, 0.3) 100%);
}

.page-head {
	padding: 118px 0 0;
	background: url(../img/bg_page_head.png) no-repeat center/cover;
}

.page-head--no-menu {
	padding: 90px 0 0;
}

.page-head__title {
	padding: 105px 0 80px;
	text-align: center;
	color: #9f8865;
}

.page-head__title--sm {
	padding: 125px 0 110px;
}

.page-head__title--black {
	color: #393939;
}

.page-head__title__en {
	display: block;
	font: 400 6.3rem adobe-garamond-pro, serif;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	margin-bottom: 0.23em;
}

.page-head__title__en--sm {
	font-size: 1.62rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0.4em;
}

.page-head__title__jp {
	margin-top: 5px;
	font-size: 1.932rem;
	letter-spacing: 0.06em;
	line-height: 1.6667;
}

.page-head__title__jp--sm {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.92;
}

.page-head-simple {
	padding: 118px 0 0;
	text-align: center;
}

.page-head-simple__title {
	margin-top: 65px;
}

.page-head-simple__title__jp {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.page-head-simple__title__en {
	font: 400 1.6rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	margin-top: 16px;
	display: block;
}

.page-head-simple--mb {
	margin-bottom: 180px;
}

.page-head-simple--mb-sm {
	margin-bottom: 85px;
}

.fair-list {
	padding-bottom: 75px !important;
}

.fair-list .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0 !important;
	top: auto !important;
	gap: 18px;
}

.fair-list .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: none;
	border: 2px solid #707070;
	margin: 0 !important;
	opacity: 1;
}

.fair-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #393939;
	border-color: #393939;
}

.fair-list__item a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fair-list__image {
	position: relative;
	aspect-ratio: 282/288;
}

.fair-list__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fair-list__title {
	font: 300 1.4rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 15px;
}

.fair-reserve {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 150px 0 95px;
}

.fair-reserve::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	max-width: 1440px;
	height: 100%;
	display: block;
	background: url(../img/bg_fair_reserve.jpg) no-repeat right center/auto 100%;
	z-index: -1;
}

.fair-reserve__image {
	width: 44.8%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	margin-right: -3.8vw;
}

.fair-reserve__text-wrap {
	padding-bottom: 30px;
	width: 52%;
}

.fair-reserve__title {
	font-size: 2.5rem;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-bottom: 30px;
}

.fair-reserve__text {
	font-size: 2rem;
	line-height: 1.8;
}

.fair-reserve__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	width: 206px;
	height: 45px;
	background-color: #c7a699;
	color: #fff;
	text-decoration: none;
	margin-top: 55px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 90px;
	height: 112px;
	font-family: yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.05em;
}

.fair-list-date__year {
	font-size: 1.8rem;
	font-weight: 500;
}

.fair-list-date__day {
	font-size: 3rem;
	font-weight: 700;
}

.fair-list-date__week {
	font-size: 1.8rem;
	font-weight: 700;
}

.fair-list-date__week--sat {
	color: #057b84;
}

.fair-list-date__week--sun {
	color: #e00000;
}

.fair-calendar-wrap {
	background: url(../img/bg_fair_calendar.jpg) no-repeat center/cover;
}

.fair-calendar {
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.fair-calendar__navi {
	border-bottom: 1px solid #707070;
	font: 400 3.5rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

.fair-calendar__navi span {
	display: block;
	font-size: 1.6rem;
	margin-top: -5px;
}

.fair-calendar .fc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.fair-calendar .fc .fc-multimonth {
	border: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month {
	width: 45.1% !important;
	padding: 0;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header {
	background: none;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-title {
	border-bottom: 1px solid #707070;
	font: 400 4.5rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	padding: 0 0 10px;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-title span {
	display: block;
	font-size: 2rem;
	margin-top: -10px;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-header-table th {
	border: none;
	font: 400 1.4rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-header-table th:nth-child(7) {
	color: #ff6c6c;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-header-table th .fc-col-header-cell-cushion {
	padding: 18px 4px 0;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid {
	background: none;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td {
	border: none;
	font: 400 2rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td:nth-child(7) {
	color: #ff6c6c;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td.fc-day-disabled {
	background: none;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td.fc-day-today {
	background: none;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td .fc-daygrid-day-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td .fc-daygrid-day-frame::before,
.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-daygrid .fc-multimonth-daygrid-table td .fc-daygrid-day-frame::after {
	content: none;
}

.fair-calendar .fc .fc-header-toolbar {
	margin: 0;
}

.fair-calendar .fc .fc-header-toolbar .fc-toolbar-chunk .fc-next-button {
	position: relative;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #393939;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fair-calendar .fc .fc-header-toolbar .fc-toolbar-chunk .fc-next-button::after {
	content: "";
	width: 5.64em;
	height: 3.07em;
	display: inline-block;
	-webkit-mask: url(../img/arrow_btn.svg) no-repeat center/contain;
	mask: url(../img/arrow_btn.svg) no-repeat center/contain;
	background-color: #505050;
	vertical-align: middle;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	margin-left: 0.6em;
}

.fair-calendar .fc .fc-header-toolbar .fc-toolbar-chunk .fc-next-button .fc-icon {
	font-size: 1.4rem;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	width: auto;
	height: auto;
}

.fair-calendar .fc .fc-header-toolbar .fc-toolbar-chunk .fc-next-button .fc-icon.fc-icon-chevron-right::before {
	content: "来月";
}

.fair-calendar .fc .fc-scrollgrid {
	border: none;
}

.fair-calendar .fc.fc-theme-standard th,
.fair-calendar .fc.fc-theme-standard td {
	border: none;
}

.fair-calendar .fc.fc-theme-standard th.fc-day-sat,
.fair-calendar .fc.fc-theme-standard td.fc-day-sat {
	color: #000fff;
}

.fair-calendar .fc.fc-theme-standard th.fc-day-sun,
.fair-calendar .fc.fc-theme-standard td.fc-day-sun {
	color: #ff6c6c;
}

.fair-calendar .fc.fc-theme-standard td .fc-daygrid-day-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fair-calendar .fc.fc-theme-standard td.fc-day-today {
	background: none;
}

.fair-calendar .fc.fc-theme-standard td.fc-day-other {
	opacity: 0;
}

.fair-calendar .fc .fc-daygrid-day-number {
	pointer-events: none;
}

.fair-calendar .fc .fc-day-fair .fc-daygrid-day-number {
	pointer-events: auto;
}

.fair-calendar .fc .fc-day-holiday {
	color: #ff6c6c;
}

.section {
	padding: 100px 0;
}

.home-banquet {
	position: relative;
	aspect-ratio: 1440/727;
	width: 100%;
	margin: 0 auto;
}

.home-banquet__link {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-banquet__inner {
	display: grid;
	grid-template-columns: 22.85% 77.15%;
	grid-template-rows: 12.5% 57% 30.5%;
	gap: 0;
	height: 100%;
}

.home-banquet__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-banquet__text {
	position: absolute;
	right: 10.7%;
	bottom: 5.6%;
	text-decoration: none;
	color: #FFF;
	padding-bottom: clamp(4rem, 0.3909774436rem + 4.6992481203vw, 6.5rem);
}

.home-banquet__text__heading {
	font-size: clamp(3.5rem, 0.0714285714rem + 4.4642857143vw, 6.5rem);
	letter-spacing: 0.1em;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

.home-banquet__text__text {
	position: absolute;
	right: -40px;
	right: clamp(-2.5rem, -0.3345864662rem - 2.8195488722vw, -4rem);
	bottom: 0;
	text-align: right;
}

.home-banquet__text__text.button-primary::before {
	content: none;
}

.home-banquet__text__text.button-primary::after {
	background: #FFF;
}

.mainvisual {
	padding: 110px 0 0;
	background: url(../img/bg_mv.jpg) no-repeat center/cover;
	overflow: hidden;
}

.mainvisual__inner {
	position: relative;
	margin-bottom: 42px;
}

.mainvisual__links {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	width: 68px;
}

.mainvisual__links::before {
	position: absolute;
	bottom: calc(100% + 30px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 1px;
	height: 103px;
	display: block;
	background: #4d4d4d;
}

.mainvisual__links__item {
	width: 29px;
}

.mainvisual__links__item a {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mainvisual__links__item a img {
	display: block;
	width: 100%;
}

.mainvisual__movie {
	width: calc(100% - 136px);
	margin-left: auto;
	margin-right: auto;
}

.mainvisual__movie video,
.mainvisual__movie img {
	width: 100%;
}

.mainvisual__buttons {
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	max-height: 380px;
}

.mainvisual__buttons__item {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font: 700 1.5rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.26em;
	color: #FFF;
	background: #987b69;
	height: calc((100% - 10px) / 3);
	text-align: center;
	border-radius: 20px;
}

.mainvisual__buttons__item--light {
	background: #b29b88;
}

.mainvisual__buttons__item--dark {
	background: #866259;
}

.mainvisual__buttons__item a {
	display: block;
	text-decoration: none;
	padding: 0.5em 2em 0.5em 1em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-lead {
	background: url(../img/bg_home_lead.png) no-repeat center/cover;
	padding: 90px 0 95px;
}

.home-lead__heading {
	width: 448px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 57px;
}

.home-lead__heading img {
	display: block;
}

.home-lead__text-en {
	font: 400 2.6rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
	color: #9f8865;
	margin-bottom: 60px;
}

.home-lead__text-jp {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.25;
	text-align: center;
}

.home-lead__text-jp p:not(:last-child) {
	margin-bottom: 0.55em;
}

.home-reasons {
	padding: 175px 0 170px;
	background: url(../img/bg_home_reasons.jpg) no-repeat center/cover;
}

.home-reasons__contents {
	position: relative;
	text-align: center;
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.79);
	padding: 63px 10px 50px;
}

.home-reasons__contents::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% + 32px);
	height: calc(100% + 32px);
	display: block;
	border: 3px solid #FFF;
	pointer-events: none;
}

.home-reasons__heading {
	font: 400 4.5rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	color: #9f8865;
	margin-bottom: 16px;
}

.home-reasons__text {
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.76;
}

.home-reasons__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
}

.home-reasons__btn a {
	display: block;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2;
	background: #7c917f;
	-webkit-text-stroke-width: 0.8px;
	-webkit-text-stroke-color: #FFF;
	padding: 18px 43px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-page-link {
	background: url(../img/bg_home_page_link.png) no-repeat center top 20px/100% auto;
}

.home-page-link__contents {
	background: #FFF;
	max-width: 1132px;
	margin-left: auto;
	margin-right: auto;
	padding: 98px 0 85px;
}

.home-page-link__lead {
	font: 400 2.6rem adobe-garamond-pro, serif;
	letter-spacing: 0.12em;
	line-height: 1.46;
	text-align: center;
	color: #9f8865;
	margin-bottom: 62px;
}

.home-page-link__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.home-page-link__item {
	width: 27.2%;
}

.home-page-link__item a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-page-link__image {
	aspect-ratio: 258/359;
	-webkit-mask: url(../img/frame_window.svg) no-repeat center/contain;
	mask: url(../img/frame_window.svg) no-repeat center/contain;
	margin-bottom: 28px;
}

.home-page-link__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-page-link__en {
	display: block;
	font: 400 3.15rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.2;
	color: #9f8865;
	margin-bottom: 4px;
}

.home-page-link__jp {
	display: block;
	font-size: 1.62rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
}

.home-fair {
	background: url(../img/bg_home_fair.png) no-repeat center/cover;
	padding: 133px 0 12.5vw;
}

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

.home-fair__calendar {
	width: 44.75%;
}

.home-fair__calendar .fc-theme-standard .fc-scrollgrid {
	border-top: 1px solid #000;
	border-right: none;
	border-left: none;
}

.home-fair__calendar .fc-theme-standard td,
.home-fair__calendar .fc-theme-standard th {
	border: none;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	color: #505050;
}

.home-fair__calendar .fc-theme-standard th.fc-col-header-cell {
	padding-top: 19px;
}

.home-fair__calendar .fc-theme-standard th.fc-col-header-cell.fc-day-sat {
	color: #000fff;
}

.home-fair__calendar .fc-theme-standard th.fc-col-header-cell.fc-day-sun {
	color: #ff6c6c;
}

.home-fair__calendar .fc-theme-standard td {
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
}

.home-fair__calendar .fc-theme-standard td.fc-day-sat {
	color: #000fff;
}

.home-fair__calendar .fc-theme-standard td.fc-day-sun {
	color: #ff6c6c;
}

.home-fair__calendar .fc-theme-standard td.fc-day-other {
	opacity: 0;
	pointer-events: none;
}

.home-fair__calendar .fc-theme-standard td.fc-day-holiday {
	color: #ff6c6c;
}

.home-fair__calendar .fc-daygrid-day-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-fair__calendar .fc .fc-daygrid-day.fc-day-today {
	background: none;
}

.home-fair__calendar .fc .fc-scroller-liquid-absolute {
	overflow: visible !important;
}

.home-fair__calendar .fc-daygrid-day-number {
	pointer-events: none;
}

.home-fair__calendar .fc-day-fair .fc-daygrid-day-number {
	pointer-events: auto;
}

.home-fair__calendar .home-fair__calendar__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: clamp(1.2rem, 0.2068965517rem + 1.2931034483vw, 1.5rem);
}

.home-fair__calendar .home-fair__calendar__navi #calendarTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: clamp(2.7rem, 0.6428571429rem + 2.6785714286vw, 4.5rem);
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
}

.home-fair__calendar .home-fair__calendar__navi #calendarTitle span {
	font-size: clamp(1.4rem, 0.7142857143rem + 0.8928571429vw, 2rem);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-fair__calendar .home-fair__calendar__navi button {
	position: relative;
	color: #505050;
	font-family: adobe-garamond-pro, serif;
	font-size: clamp(1.8rem, 0.4285714286rem + 1.7857142857vw, 3rem);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}

.home-fair__calendar .home-fair__calendar__navi button span {
	font-size: clamp(1.3rem, 0.9571428571rem + 0.4464285714vw, 1.6rem);
	letter-spacing: 0.1em;
}

.home-fair__calendar .home-fair__calendar__navi button::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: clamp(0.5rem, -0.1620689655rem + 0.8620689655vw, 0.7rem) solid transparent;
	border-bottom: clamp(0.5rem, -0.1620689655rem + 0.8620689655vw, 0.7rem) solid transparent;
	border-right: clamp(0.8rem, -0.524137931rem + 1.724137931vw, 1.2rem) solid #000000;
	border-left: 0;
}

.home-fair__calendar .home-fair__calendar__navi button#prevBtn {
	padding-left: clamp(1.8rem, -2.1724137931rem + 5.1724137931vw, 3rem);
	min-width: 118px;
}

.home-fair__calendar .home-fair__calendar__navi button#prevBtn span {
	margin-left: 0.5em;
}

.home-fair__calendar .home-fair__calendar__navi button#nextBtn {
	padding-right: clamp(1.8rem, -2.1724137931rem + 5.1724137931vw, 3rem);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	min-width: 118px;
}

.home-fair__calendar .home-fair__calendar__navi button#nextBtn span {
	margin-right: 0.5em;
}

.home-fair__calendar .home-fair__calendar__navi button#nextBtn::before {
	left: auto;
	right: 2px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.home-fair__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 5.8%;
	width: 46%;
}

.home-fair__list__item a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-fair__image {
	position: relative;
	aspect-ratio: 1/1;
	margin-bottom: 20px;
}

.home-fair__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-fair__label {
	position: absolute;
	top: -9px;
	left: -16px;
	font: 700 1.2rem yu-gothic-pr6n, sans-serif;
	background: #d14f6d;
	color: #FFF;
	border-radius: 0 14px 14px 0;
	padding: 5px 22px 5px 13px;
}

.home-fair__label::before {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 16px;
	height: 11px;
	display: block;
	background: #b21256;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.home-fair__date {
	display: block;
	font: 300 1.8rem yu-gothic-pr6n, sans-serif;
	line-height: 1.2;
	margin-bottom: 8px;
}

.home-fair__title {
	font: 300 1.4rem yu-gothic-pr6n, sans-serif;
	line-height: 1.71;
}

.home-fair__more {
	font: 300 1.4rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 0.5em;
	color: #7c917f;
	text-align: right;
	margin-top: 16px;
}

.home-plan {
	background: url(../img/bg_home_plan.png) no-repeat center top/178.9% auto;
	margin-top: -7.64vw;
	padding: 130px 0 105px;
}

.home-plan-list-wrap {
	padding-bottom: 9px !important;
}

.home-plan-list-wrap .swiper-button-prev,
.home-plan-list-wrap .swiper-button-next {
	top: calc((100% - 9px) / 2);
	bottom: auto;
	margin: 0;
	width: 14px;
	height: 23px;
}

.home-plan-list-wrap .swiper-button-prev::after,
.home-plan-list-wrap .swiper-button-next::after {
	width: 14px;
	height: 23px;
	background: url(../img/arrow_swiper.svg) no-repeat center/contain;
}

.home-plan-list-wrap .swiper-button-prev {
	left: 8.5%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.home-plan-list-wrap .swiper-button-prev::after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.home-plan-list-wrap .swiper-button-next {
	right: 8.5%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-plan-list__item {
	border: 1px solid #7c917f;
	-webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
}

.home-plan-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 35px 5.4%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-plan-list__image {
	aspect-ratio: 1/1;
	width: 46.1%;
}

.home-plan-list__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-plan-list__main {
	width: 49.1%;
}

.home-plan-list__title {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #9f8865;
}

.home-plan-list__label {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #9f8865;
	margin-top: 12px;
}

.home-plan-list__label span {
	font-size: 3rem;
}

.home-plan-list__text {
	font: 200 1.4rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #7c917f;
	margin-top: 18px;
}

.home-plan-list__btn {
	display: block;
	font: 300 1.4rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2;
	background: #7c917f;
	color: #FFF;
	padding: 1em;
	text-align: center;
	margin-top: 30px;
}

.home-topics {
	background: url(../img/bg_home_topics.png) no-repeat center/cover;
	padding: 110px 0 85px;
}

.home-topics__heading {
	position: relative;
	font: 400 3.8rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	line-height: 1;
}

.home-topics__heading::before {
	position: absolute;
	bottom: 0.1em;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: #050505;
}

.home-topics__list__item {
	border-bottom: 1px solid #000000;
}

.home-topics__list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 19px 4.6%;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-topics__image {
	width: 181px;
	aspect-ratio: 181/121;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6%;
}

.home-topics__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-topics__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-topics__date {
	font: 600 1.6rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 4.2%;
}

.home-topics__title {
	font: 300 1.6rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
}

.home-report {
	background: url(../img/bg_home_report.png) no-repeat center/cover;
	padding: 97px 0;
}

.home-report__lead {
	margin-bottom: 43px;
}

.home-report__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 1.93%;
}

.home-report__list__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-report__image {
	aspect-ratio: 381/254;
}

.home-report__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-report__main {
	text-align: center;
	margin-top: 20px;
}

.home-report__date {
	font: 300 1.8rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
}

.home-report__title {
	font: 300 1.6rem yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 7px;
}

.home-report__more {
	display: block;
	font: 300 1.4rem yu-gothic-pr6n, sans-serif;
	color: #7c917f;
	text-decoration: underline;
	text-underline-offset: 0.6em;
	margin-top: 6px;
}

.home-cuisine {
	padding: 135px 0;
}

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

.home-cuisine__image-wrap {
	width: 35.33%;
}

.home-cuisine__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 36.797vw;
	min-width: calc(50vw - 176px);
	-webkit-mask: url(../img/frame_window_02.svg) no-repeat right top/cover;
	mask: url(../img/frame_window_02.svg) no-repeat right top/cover;
	aspect-ratio: 544/1000;
}

.home-cuisine__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-cuisine__main {
	width: 58.8%;
}

.home-cuisine__lead {
	margin-bottom: 30px;
}

.home-cuisine__images {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	width: 120%;
}

.home-dress {
	padding: 0 0 125px;
	background: url(../img/bg_home_dress.png) no-repeat center/cover;
}

.home-dress__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-dress__image-wrap {
	width: 42.83%;
}

.home-dress__image {
	width: 43.547vw;
	min-width: calc(50vw - 86px);
	-webkit-mask: url(../img/frame_window_03.svg) no-repeat left bottom/cover;
	mask: url(../img/frame_window_03.svg) no-repeat left bottom/cover;
	aspect-ratio: 544/1000;
}

.home-dress__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-dress__main {
	width: 54.8%;
	padding: 30px 0 0;
}

.home-dress__lead {
	margin-bottom: 30px;
}

.home-dress__images {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	width: 129%;
}

.instagram {
	margin-top: clamp(6rem, -1.6511278195rem + 9.962406015vw, 11.3rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.instagram__image {
	width: 50.5%;
}

.instagram__item {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.instagram__item img {
	aspect-ratio: 1/1;
	display: block;
}

.instagram__inner {
	width: 43%;
	margin-bottom: 30px;
}

.instagram__link {
	margin-top: clamp(1rem, -0.7323308271rem + 2.2556390977vw, 2.2rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 10px;
	color: #6d8595;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 600;
	font-size: clamp(1.5rem, 0.9285714286rem + 0.744047619vw, 2rem);
	letter-spacing: 0.15em;
	text-underline-offset: 0.4em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.instagram__link::before {
	display: inline-block;
	content: "";
	background: url("../img/icon_instagram.svg") no-repeat center/contain;
	width: 24px;
	height: 24px;
}

.instagram__text {
	margin-top: clamp(2rem, -3.630075188rem + 7.3308270677vw, 5.9rem);
	font-size: clamp(1.5rem, 0.9285714286rem + 0.744047619vw, 2rem);
	letter-spacing: 0.04em;
	line-height: 1.8;
	font-family: yu-gothic-pr6n, sans-serif;
}

.instagram__text span:not([class]) {
	color: #6f9295;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.instagram__text p + p {
	margin-top: 1.5em;
}

.anchor-link {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 19px;
}

.anchor-link__item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 153px;
	width: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.anchor-link__image img {
	display: block;
	border-radius: 100px 100px 0 0;
}

.anchor-link__number {
	position: relative;
	font: 400 4rem adobe-garamond-pro, serif;
	font-style: italic;
	margin-top: 15px;
	padding-bottom: 0.13em;
}

.anchor-link__number::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 27px;
	height: 1px;
	display: block;
	background: #707070;
}

.anchor-link__text {
	margin-top: 15px;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	line-height: 1.6;
	text-align: center;
}

.anchor-link__text--sm {
	letter-spacing: -0.01em;
}

.reasons {
	background-color: #f5f5f5;
	padding: 160px 0;
	margin-top: 140px;
}

.reasons .reason-wrap:last-of-type {
	margin-bottom: 0;
}

.reason {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.reason__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 20px;
}

.reason__image-wrap {
	position: relative;
	overflow: visible;
	width: 100%;
}

.reason__image {
	position: relative;
	width: 100%;
}

.reason__image img {
	max-width: unset;
	width: 100%;
	vertical-align: bottom;
}

.reason__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.reason--center__image {
	height: 100%;
}

.reason--center__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.reason--square .reason-image-50 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.reason--square .reason-image-50 img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.reason-wrap {
	margin-bottom: 150px;
}

.reason-wrap[id] {
	scroll-margin-top: 180px;
}

.reason-image-100 {
	position: relative;
}

.reason-image-100 img {
	max-width: unset;
	width: 100%;
	vertical-align: bottom;
}

.reason-text-topper {
	position: absolute;
	right: 64px;
	top: -50px;
	z-index: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.reason-text-topper__text {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 3.3;
	background-color: #fff;
	font-size: clamp(1.6rem, 0.9142857143rem + 0.8928571429vw, 2.2rem);
	padding: 0.82em 0.82em 1.14em;
	text-orientation: upright;
	display: inline;
	white-space: nowrap;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.reason-text-topper span {
	margin-top: -0.5em;
}

.reason-text-topper span::before {
	content: "”";
	display: inline-block;
	-webkit-transform: translate(0.5em, 0.5em);
	transform: translate(0.5em, 0.5em);
}

.reason-text-topper span::after {
	content: "“";
	display: inline-block;
	-webkit-transform: translateX(-0.5em);
	transform: translateX(-0.5em);
}

.reason-text-topper--left {
	right: unset;
	left: 64px;
}

.chapel-head {
	position: relative;
	margin-bottom: 40px;
}

.chapel-head video,
.chapel-head img {
	display: block;
	width: 100%;
}

.chapel-lead {
	padding: 100px 0;
}

.chapel-lead__image {
	margin-bottom: 55px;
}

.chapel-lead__image img {
	display: block;
	width: 100%;
}

.chapel-lead__capacity {
	display: block;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 1.05em 0;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 58px;
}

.chapel-lead__text-en {
	font: 400 1.8rem adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
	line-height: 1.67;
	text-align: center;
	margin-top: 40px;
}

.chapel-features-wrap {
	padding: 135px 0 250px;
	background: url(../img/bg_chapel.jpg) no-repeat center/cover;
}

.chapel-features {
	margin-top: 90px;
}

.chapel-features__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.chapel-features__item:not(:last-child) {
	margin-bottom: 115px;
}

.chapel-features__image {
	position: relative;
	width: 51.3%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 2;
}

.chapel-features__image img {
	display: block;
}

.chapel-features__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 5%;
	margin-top: 20px;
}

.chapel-features__heading {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 22px;
	z-index: 1;
}

.chapel-features__heading::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: calc(100% + 100px);
	height: 1px;
	display: block;
	background: #707070;
	z-index: -1;
}

.chapel-features__heading__en {
	display: block;
	font-size: clamp(2rem, 1.4285714286rem + 0.744047619vw, 2.5rem);
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 22px;
}

.chapel-features__heading__jp {
	font-size: clamp(2.3rem, 1.5rem + 1.0416666667vw, 3rem);
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.53;
}

.chapel-features__text span {
	display: inline-block;
}

.ceremony-style {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5%;
}

.ceremony-style__image {
	-webkit-mask: url(../img/frame_window.svg) no-repeat center/contain;
	mask: url(../img/frame_window.svg) no-repeat center/contain;
	aspect-ratio: 274/396;
}

.ceremony-style__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ceremony-style__main {
	margin-top: 25px;
}

.ceremony-style__heading {
	text-align: center;
	margin-bottom: 18px;
}

.ceremony-style__heading__jp {
	font-size: clamp(2.3rem, 2.0714285714rem + 0.2976190476vw, 2.5rem);
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 0.1em;
}

.ceremony-style__heading__en {
	display: block;
	font: 400 1.8rem adobe-garamond-pro, serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.ceremony-style__text {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.67;
	text-align: justify;
	padding: 0 5%;
}

.ceremony-style__capacity {
	display: block;
	text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 2.5em 0;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 103px;
	margin-bottom: 70px;
	font-weight: 300;
}

.ceremony-style__capacity__head {
	font-size: 2.5rem;
}

.ceremony-style__capacity__text {
	margin-top: 15px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.6667;
}

.banquet-wrap {
	padding-bottom: 85px;
}

.banquet {
	padding: 100px 0;
	background: url(../img/bg_banquet.jpg) no-repeat center top 66%/100% auto;
}

.banquet--elegance {
	background-image: url(../img/bg_elegance.jpg);
}

.banquet__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.banquet__contents--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.banquet__contents--reverse .banquet__image {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.banquet__image-wrap {
	width: 50%;
}

.banquet__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 50vw;
}

.banquet__image img {
	display: block;
}

.banquet__main {
	width: 45%;
}

.banquet__images {
	position: relative;
	left: calc(50% + 50vw);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: calc(50vw + 32.7%);
	margin-top: 28px;
}

.banquet__images--left {
	left: 50%;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.banquet__images__item img {
	display: block;
}

.related-page {
	background: url(../img/bg_related_page.png) no-repeat center/cover;
	padding: 150px 0;
}

.related-list {
	display: grid;
	gap: 34px;
	max-width: 578px;
	margin-left: auto;
	margin-right: auto;
}

.related-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.related-list__item a:hover {
	opacity: 0.6;
}

.related-list__image {
	position: relative;
	aspect-ratio: 1/1;
	-webkit-mask: url(../img/frame_window_04.svg) no-repeat right top/100% auto;
	mask: url(../img/frame_window_04.svg) no-repeat right top/100% auto;
	width: 44.2%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 2;
}

.related-list__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.related-list__main {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
	padding: 7.3% 4%;
}

.related-list__main::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: calc(100% + 100px);
	height: 100%;
	display: block;
	background: #FFF;
	border: 1px solid #393939;
	z-index: -1;
}

.related-list__heading {
	margin-bottom: 20px;
}

.related-list__heading__en {
	display: block;
	font-size: clamp(2.2rem, 0.3818181818rem + 1.8181818182vw, 3rem);
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 5px;
}

.related-list__heading__jp {
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.related-list__text {
	font-size: clamp(1.4rem, 0.4909090909rem + 0.9090909091vw, 1.8rem);
	font-weight: 300;
	line-height: 1.67;
}

.card-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FFF;
}

.card-link__image {
	width: 46.5%;
}

.card-link__image img {
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.card-link__main {
	text-align: center;
	width: 53.5%;
	padding: 30px 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-link__heading {
	font-size: clamp(2rem, 1.4285714286rem + 0.744047619vw, 2.5rem);
	line-height: 1.4;
}

.card-link__text {
	margin-top: clamp(1.5rem, -2.5rem + 4vw, 2.7rem);
	font-size: clamp(1.4rem, 0.9428571429rem + 0.5952380952vw, 1.8rem);
	line-height: 1.667;
}

.fair {
	overflow: hidden;
}

.fair__food {
	position: relative;
	background-image: url(../img/bg_fair_1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: clamp(3rem, -2.7142857143rem + 7.4404761905vw, 8rem) clamp(2rem, -4.8571428571rem + 8.9285714286vw, 8rem) clamp(2rem, -0.8571428571rem + 3.7202380952vw, 4.5rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7.7%;
	margin: 185px 0 160px;
}

.fair__food__image {
	width: 47.77%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.fair__food__image-text {
	margin-top: 5px;
	text-align: right;
	font-size: clamp(1rem, 0.5428571429rem + 0.5952380952vw, 1.4rem);
	display: block;
}

.fair__food__text-large {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 50px 0;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
	font-size: clamp(1.8rem, 0.4285714286rem + 1.7857142857vw, 3rem);
}

.fair__food__text {
	font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
	line-height: 1.8;
}

.fair__food__text p:not(:last-child) {
	margin-bottom: 32px;
}

.fair__food__topper {
	position: absolute;
	width: 300px;
	left: -22px;
	top: -10px;
}

.fair__top-text {
	text-align: center;
	margin-bottom: 170px;
}

.fair__top-text__main {
	font-size: clamp(2rem, 0.8571428571rem + 1.4880952381vw, 3rem);
	margin-bottom: 40px;
	line-height: 1.6;
}

.fair__top-text__sub {
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
	line-height: 1.6;
}

.fair-point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 5%;
	margin-bottom: 267px;
}

.fair-point__image {
	width: 52.3%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.fair-point__image::after {
	content: "";
	position: absolute;
	width: 415px;
	height: clamp(20rem, -18.9714285714rem + 50.744047619vw, 54.1rem);
	z-index: -1;
}

.fair-point__image::before {
	content: "";
	display: none;
	position: absolute;
	height: 1px;
	background-color: #707070;
	z-index: 10;
}

.fair-point__text-container {
	padding-top: 78px;
	width: 38%;
}

.fair-point__text-container--large {
	width: 43%;
	padding-top: 20px;
}

.fair-point--one {
	z-index: 10;
}

.fair-point--one__image::after {
	background-color: #e8e5db;
	left: -124px;
	top: 80px;
}

.fair-point--one__image::before {
	width: 840px;
	-webkit-transform: rotate(21.51deg);
	transform: rotate(21.51deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	bottom: 80px;
	left: 200px;
	width: clamp(70rem, 54rem + 20.8333333333vw, 84rem);
}

.fair-point--two__image {
	z-index: 0;
}

.fair-point--two__image::after {
	background-color: #e3d5cd;
	right: -120px;
	top: -80px;
}

.fair-point--two__image::before {
	display: none;
}

.fair-point--three {
	margin-bottom: 0;
}

.fair-point--three__image::after {
	background-color: #d6e3e2;
	left: -124px;
	top: -80px;
}

.fair-point--three__image::before {
	width: 374px;
	-webkit-transform: rotate(-27deg);
	transform: rotate(-27deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	right: -210px;
	top: 32px;
}

.fair-point--reverse {
	padding-right: 0;
}

.fair-point--reverse__image {
	width: 49.6%;
}

.fair-point--reverse__text-container {
	padding-top: 0;
}

.fair-why__icon {
	width: clamp(15rem, -2.7142857143rem + 23.0654761905vw, 30.5rem);
	margin: 0 auto;
}

.fair-why__textbox {
	text-align: center;
}

.fair-why__text-top {
	font-size: 3rem;
	margin: 70px 0 35px;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.fair-why__text-middle {
	font-size: 5rem;
	letter-spacing: 0.2em;
	padding-bottom: 20px;
	border-bottom: 1px solid #393939;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 40px;
}

.fair-why__text-bottom {
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.fair-why__title {
	width: 210px;
	margin: 145px auto 0;
	position: relative;
	z-index: 0;
}

.fair-why__title::after {
	content: "";
	height: 1042px;
	width: 140vw;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../img/frame_fair-why.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}

.fair-why__subtitle {
	z-index: 1;
	position: relative;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.04em;
}

.fair-why__block {
	position: relative;
}

.fair-why__block__text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2rem;
	padding: 20px;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

.fair-why__block__text--beige {
	background-color: #c7a699;
}

.fair-why__block__text--black {
	background-color: #707070;
}

.fair-why-top {
	padding-top: 160px;
	background: url(../img/bg_fair_2.png) no-repeat center/cover;
	position: relative;
}

.fair-why-contents {
	margin: 30px 0 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.7%;
}

.fair-list-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
}

.fair-list-2__item {
	border: solid 1px #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.57%;
	padding: clamp(3rem, 1.2857142857rem + 2.2321428571vw, 4.5rem) clamp(2rem, -0.8571428571rem + 3.7202380952vw, 4.5rem);
}

.fair-list-2__item__date-wrap {
	width: 11.61%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 34px 0;
	letter-spacing: 0.05em;
}

.fair-list-2__item__date-wrap--blue {
	background-color: #c8dff4;
}

.fair-list-2__item__date-wrap--beige {
	background-color: #e6ccc6;
}

.fair-list-2__item__date {
	font-family: adobe-garamond-pro, serif;
	font-size: clamp(2.2rem, 0.1428571429rem + 2.6785714286vw, 4rem);
}

.fair-list-2__item__date-day {
	font-size: clamp(1.4rem, 0.9428571429rem + 0.5952380952vw, 1.8rem);
	margin-top: 5px;
	display: block;
	text-align: right;
}

.fair-list-2__item__title {
	font-size: clamp(1.8rem, 1rem + 1.0416666667vw, 2.5rem);
	line-height: 1.5;
	max-width: 800px;
	margin-top: 10px;
}

.fair-list-2__item__text {
	font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
	margin: 10px 0 20px 0;
	max-width: 760px;
	line-height: 1.6;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-2__item__benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.fair-list-2__item__benefits-head {
	background-color: #c7a699;
	color: #fff;
	padding: 0px 0px;
	width: 26%;
	max-width: 205px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-2__item__benefits-text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0px;
}

.fair-list-2__item__benefits-text {
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
	line-height: 1.6;
}

.fair-list-2__item__image-wrap {
	max-width: 917px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 18px 0 0;
}

.fair-list-2__item__image {
	aspect-ratio: 12/7;
}

.fair-list-2__item__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fair-list-2__item__button-wrap {
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
}

.fair-list-2__item__button {
	width: 260px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-2__item__button--white {
	border: 1px solid #393939;
	color: #393939;
}

.fair-list-2__item__button--beige {
	color: #fff;
	background-color: #c7a699;
}

.fair-list-2__item__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	font-size: 1.8rem;
	font-size: clamp(1.4rem, 0.9428571429rem + 0.5952380952vw, 1.8rem);
	padding: 10px 0;
	letter-spacing: 0.05em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fair-list-3 .swiper-pagination {
	bottom: 0 !important;
}

.fair-list-3 .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid #c7a699;
	background: none;
	width: 12px;
	height: 12px;
}

.fair-list-3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #c7a699;
}

.fair-list-3__image {
	position: relative;
	aspect-ratio: 370/260;
}

.fair-list-3__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fair-list-3__main {
	background-color: #fff;
	padding: 22px clamp(0.5rem, -2.3571428571rem + 3.7202380952vw, 3rem) clamp(1rem, -1.5142857143rem + 3.2738095238vw, 3.2rem);
}

.fair-list-3__title {
	font-size: 1.8rem;
	line-height: 1.3;
}

.fair-list-3__text {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #c7a699;
	margin: 15px 0 11px;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-3__time {
	display: block;
	margin: 15px 0 16px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-3__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.fair-list-3__button {
	width: 100%;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
	text-decoration: none;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-list-3__button--white {
	border: 1px solid #393939;
	color: #393939;
}

.fair-list-3__button--beige {
	color: #fff;
	background-color: #c7a699;
}

.tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}

.tag-list__item {
	border: 1px solid #393939;
	font-size: 1.2rem;
	padding: 4px 6px;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 5%;
	border-bottom: 1px solid #231815;
	margin-bottom: 70px;
	padding-bottom: 90px;
}

.fair-detail__data {
	margin-bottom: 50px;
	width: min(45%, 390px);
}

.fair-detail__image {
	width: min(50%, 435px);
	margin-bottom: 50px;
}

.fair-detail__text {
	margin-bottom: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	font-family: yu-gothic-pr6n, sans-serif;
}

.fair-detail__title-sub {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.fair-detail__time-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}

.fair-detail__time-list__item label {
	position: relative;
	display: block;
	width: 94px;
	border-radius: 22px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	border: 1px solid #4d4d4d;
	text-align: center;
	padding: 14px 0;
	cursor: pointer;
}

.fair-detail__time-list__item label:has(input:checked) {
	background-color: #4d4d4d;
	color: #fff;
}

.fair-detail__time-list__item input {
	display: none;
}

.fair-detail .button-tertiary {
	max-width: 390px;
	margin: 0 auto;
}

.fair-detail-image-gallery .swiper-wrapper {
	padding-bottom: 30px;
}

.fair-detail-image-gallery .swiper-pagination {
	bottom: 0;
}

.fair-detail-image-gallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	background-color: rgba(151, 163, 188, 0.3);
	opacity: 1;
}

.fair-detail-image-gallery .swiper-pagination-bullet-active {
	background-color: #97a3bc;
}

.fair-detail-image-gallery__item {
	aspect-ratio: 435/328;
}

.fair-detail-image-gallery__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fair-contents {
	margin-bottom: 310px;
}

.fair-contents__box {
	border: 1px solid #c7a699;
}

.fair-contents__box__title {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #c7a699;
	text-align: center;
	padding: 8px 10px;
}

.fair-contents__box__list {
	padding: 20px 30px 30px;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #c7a699;
	font-weight: 600;
}

.fair-contents__box__list dt {
	line-height: 1.8;
}

.fair-contents__box__list dd {
	line-height: 1.6;
}

.fair-contents__box__list dd + dt {
	margin-top: 30px;
}

.fair-contents__box__list__note {
	margin-top: 20px;
	font-size: 75%;
}

.fair-contents__heading {
	text-align: center;
	background-color: rgba(151, 163, 188, 0.2);
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	padding: 7px 10px;
	font-weight: 600;
	margin-bottom: 30px;
}

.fair-contents__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 40px;
	margin-bottom: 88px;
}

.fair-contents__col__image {
	width: min(40%, 305px);
}

.fair-contents__col__image img {
	display: block;
	width: 100%;
}

.fair-contents__col__main {
	width: min(50.5%, 385px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
	margin-top: 10px;
}

.fair-contents__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px 0;
	margin-bottom: 88px;
	padding: 0 55px;
}

.fair-contents__title {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.fair-contents__title::before {
	content: "／";
}

.fair-contents__text {
	font-size: 1.6rem;
	line-height: 1.78;
	letter-spacing: 0.1em;
	font-family: yu-gothic-pr6n, sans-serif;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
}

.fair-contents__text span {
	color: #9f8865;
	font-weight: 600;
}

.fair-contents__note {
	font-size: 1.2rem;
	line-height: 2;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
	letter-spacing: 0.1em;
}

.fair-contents .button-tertiary {
	max-width: 390px;
	margin: 0 auto;
}

.lifewith {
	overflow: hidden;
}

.lifewith-mv {
	position: relative;
	padding: 120px 20px 0;
	background: url(../img/bg_life-with_01.png) no-repeat center top/cover;
}

.lifewith-mv__body {
	max-width: 920px;
	margin: 0 auto;
	padding: 135px 20px;
	background-color: rgba(255, 255, 255, 0.6);
}

.lifewith-mv__ttl {
	max-width: 607px;
	margin: 0 auto 25px;
}

.lifewith-mv__sub-ttl {
	max-width: 607px;
	margin: 0 auto;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: #888;
}

.lifewith-mv img {
	max-width: 100%;
	height: auto;
}

.lifewith-mv__catch {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -56px);
	transform: translate(-50%, -56px);
	max-width: 296.5px;
	height: auto;
}

.lifewith-lead {
	padding-top: 455px;
	padding-bottom: 255px;
	text-align: center;
}

.lifewith-lead__ttl {
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	line-height: 2.1;
	font-size: 3.15rem;
	color: #ba947e;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
}

.lifewith-lead__txt {
	margin-bottom: 1.2em;
	font-size: 2rem;
	line-height: 2.3;
	letter-spacing: 0.2em;
}

.lifewith-about__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #4c4948;
	color: #888;
	padding-bottom: 35px;
	gap: 32px;
	max-width: 730px;
	margin: 0 auto 40px;
}

.lifewith-about__head-ttl {
	width: 355px;
}

.lifewith-about__head-ttl img {
	width: 100%;
	height: auto;
}

.lifewith-about__head-sub-ttl {
	font-family: hiragino-mincho-pron, sans-serif;
	font-size: 2.9rem;
	font-weight: 700;
}

.lifewith-about__ttl {
	margin-bottom: 90px;
	text-align: center;
	letter-spacing: 0.11em;
	font-weight: 700;
	color: #888;
	font-size: 2.9rem;
}

.lifewith-about__body {
	position: relative;
	padding: 30px 30px 35px;
	margin-bottom: 350px;
	background-color: #fff;
	border: 6px solid #dfd7cb;
	font-weight: 700;
}

.lifewith-about__body::before {
	position: absolute;
	top: -105px;
	right: -70px;
	width: 261px;
	height: 321.5px;
	background: url(../img/deco_life-with_01.png) no-repeat left top/cover;
	content: "";
	z-index: -1;
}

.lifewith-about__body::after {
	position: absolute;
	bottom: -105px;
	left: -70px;
	width: 260.5px;
	height: 321.5px;
	background: url(../img/deco_life-with_02.png) no-repeat left top/cover;
	content: "";
	z-index: -1;
}

.lifewith-about__body-ttl {
	margin-bottom: 25px;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.2em;
	color: #4c4948;
	font-size: 3rem;
	text-align: center;
}

.lifewith-about__list {
	border-top: 1px solid #4c4948;
	padding: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lifewith-about__item {
	border-left: 1px solid #4c4948;
	border-bottom: 1px solid #4c4948;
	width: calc((100% - 100px) / 3);
}

.lifewith-about__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 40px 25px 35px;
	text-decoration: none;
}

.lifewith-about__item__img {
	width: 100%;
	max-width: 323.5px;
	margin-bottom: 5px;
}

.lifewith-about__item__img img {
	width: 100%;
	height: auto;
	aspect-ratio: 323.5/152.5;
}

.lifewith-about__item__number {
	font-size: 6rem;
	font-weight: 500;
	color: #dfd7cb;
	text-align: center;
	line-height: 1;
}

.lifewith-about__item__en {
	margin-top: -20px;
	margin-bottom: 15px;
	font-family: adobe-garamond-pro, serif;
	color: #917461;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.lifewith-about__item__ttl {
	margin-bottom: 20px;
	font-size: clamp(1.5rem, 0.3571428571rem + 1.4880952381vw, 2.5rem);
	text-align: center;
	font-weight: 500;
	color: #4c4948;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.lifewith-about__item__txt {
	font-family: hiragino-mincho-pron, sans-serif;
	font-size: clamp(1.4rem, 0.8285714286rem + 0.744047619vw, 1.9rem);
	text-align: center;
	line-height: 1.5;
}

.lifewith-about__item--txt-only {
	width: 100%;
	padding: 40px 0 0;
	border-top: 1px solid #4c4948;
	margin-top: 30px;
}

.lifewith-about__item--txt-only .lifewith-about__item__body {
	height: 100%;
	padding: 42px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #dfd7cb;
	font-size: clamp(1.6rem, 0.8rem + 1.0416666667vw, 2.3rem);
	line-height: 1.75;
	font-family: yu-gothic-pr6n, sans-serif;
	text-align: center;
}

.lifewith-section {
	position: relative;
	margin-bottom: 130px;
}

.lifewith-section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #f7ccdf), to(#91b5db));
	background: linear-gradient(-90deg, #fff 0%, #f7ccdf 50%, #91b5db 100%);
	content: "";
	z-index: -1;
}

.lifewith-section__number {
	font-size: 16.2rem;
	font-weight: 500;
	font-family: hiragino-mincho-pron, sans-serif;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
	color: #888685;
}

.lifewith-section__en {
	margin: 0 auto 20px;
	padding-bottom: 25px;
	width: 365px;
	border-bottom: 1px solid #4c4948;
	text-align: center;
}

.lifewith-section__en img {
	width: 252.5px;
	height: auto;
}

.lifewith-section__ttl {
	font-family: hiragino-mincho-pron, sans-serif;
	margin-bottom: 90px;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	color: #4c4948;
	text-align: center;
}

.lifewith-section__img {
	margin: 0 auto 60px;
}

.lifewith-section__img img {
	width: 100%;
	height: auto;
}

.lifewith-section__head {
	color: #4c4948;
}

.lifewith-section__head__en {
	font-family: adobe-garamond-pro, serif;
	font-size: 3.7rem;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-section__head__ttl {
	padding-left: 125px;
	position: relative;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-section__head__ttl::before {
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 1.5px;
	height: 126px;
	background-color: #4c4948;
	content: "";
}

.lifewith-section__head__sub {
	font-family: yu-gothic-pr6n, sans-serif;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #4c4948;
	border-bottom: 1px solid #4c4948;
	font-size: 1.4rem;
	padding: 8px 5px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-section__head__note {
	font-size: 1.9rem;
	line-height: 1.75;
	font-family: yu-gothic-pr6n, sans-serif;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-section__head__note span {
	font-size: 1.6rem;
}

.lifewith-section__price-dtl {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lifewith-section__price-dtl dt {
	width: calc(50% - 10px);
	text-align: right;
	font-size: 2rem;
	font-weight: 500;
}

.lifewith-section__price-dtl dd {
	width: 50%;
}

.lifewith-section__price-dtl .lifewith-section__price {
	text-align: left !important;
	margin-bottom: 0 !important;
}

.lifewith-section__price {
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.lifewith-section__price::before {
	margin-right: 5px;
	content: "¥";
	font-size: 2.6rem;
}

.lifewith-section__price span {
	font-size: 1.9rem;
	font-weight: 400;
}

.lifewith-section__body {
	margin: 0 auto;
}

.lifewith-section__catch {
	margin-bottom: 25px;
	line-height: 1.7;
	font-size: 2.9rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	color: #9f8675;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-section__txt {
	position: relative;
	color: #4c4948;
	font-size: 2rem;
	line-height: 2.1;
}

.lifewith-section__txt-sub {
	margin-bottom: 35px;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-family: yu-gothic-pr6n, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-section__note {
	line-height: 1.75;
	font-family: yu-gothic-pr6n, sans-serif;
	font-size: 1.7rem;
}

.lifewith-section--01 .lifewith-section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 984px;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 30px;
}

.lifewith-section--01 .lifewith-section__head__ttl::before {
	top: -40px;
	left: 60px;
}

.lifewith-section--01 .lifewith-section__price {
	text-align: center;
	margin-bottom: 35px;
}

.lifewith-section--01 .lifewith-section__body {
	max-width: 920px;
}

.lifewith-section--01 .lifewith-section__img {
	max-width: 984px;
}

.lifewith-section--01 .lifewith-section__txt {
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.lifewith-section--01 .lifewith-section__txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 514px;
	height: 1px;
	border-bottom: 2px dotted #4c4948;
	content: "";
}

.lifewith-section--02 .lifewith-section__head {
	position: relative;
	max-width: 984px;
	margin: 0 auto 30px;
}

.lifewith-section--02 .lifewith-section__head__en {
	margin-bottom: 50px;
}

.lifewith-section--02 .lifewith-section__body {
	max-width: 920px;
}

.lifewith-section--02 .lifewith-section__price {
	margin-bottom: 20px;
}

.lifewith-section--02 .lifewith-section__img-sub {
	position: absolute;
	top: -270px;
	right: 40px;
	width: 387px;
}

.lifewith-section--02 .lifewith-section__img {
	max-width: 984px;
	margin-bottom: 100px;
}

.lifewith-section--02 .lifewith-section__head__ttl {
	margin-bottom: 30px;
	padding-left: 150px;
}

.lifewith-section--02 .lifewith-section__head__ttl::before {
	top: -50px;
	left: 90px;
}

.lifewith-section--02 .lifewith-section__head__note {
	padding-left: 150px;
}

.lifewith-section--02 .lifewith-section__price {
	padding-left: 150px;
}

.lifewith-section--03 .lifewith-section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 40px;
}

.lifewith-section--03 .lifewith-section__img {
	max-width: 988.5px;
}

.lifewith-section--03 .lifewith-section__head {
	max-width: 988.5px;
}

.lifewith-section--03 .lifewith-section__head__ttl::before {
	top: -40px;
	left: 60px;
}

.lifewith-section--03 .lifewith-section__price {
	text-align: center;
	margin-bottom: 35px;
}

.lifewith-section--03 .lifewith-section__txt {
	margin-bottom: 33px;
}

.lifewith-section--03 .lifewith-section__body {
	position: relative;
	padding-right: 146px;
	max-width: 988.5px;
}

.lifewith-section--03 .lifewith-section__body::before {
	position: absolute;
	top: -80px;
	right: 0;
	background: url(../img/deco_life-with_03.png) no-repeat left top/cover;
	width: 146px;
	height: 304px;
	content: "";
	z-index: -1;
}

.lifewith-section--04 .lifewith-section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 984px;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 30px;
}

.lifewith-section--04 .lifewith-section__head__ttl::before {
	top: -40px;
	left: 60px;
}

.lifewith-section--04 .lifewith-section__price {
	text-align: center;
	margin-bottom: 15px;
}

.lifewith-section--04 .lifewith-section__head__note {
	margin-bottom: 30px;
	text-align: center;
}

.lifewith-section--04 .lifewith-section__body {
	max-width: 920px;
}

.lifewith-section--04 .lifewith-section__img {
	max-width: 984px;
}

.lifewith-section--04 .lifewith-section__txt {
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.lifewith-section--04 .lifewith-section__txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 514px;
	height: 1px;
	border-bottom: 2px dotted #4c4948;
	content: "";
}

.lifewith-section--05 .lifewith-section__head {
	position: relative;
	max-width: 988px;
	margin: 0 auto 30px;
}

.lifewith-section--05 .lifewith-section__body {
	max-width: 920px;
}

.lifewith-section--05 .lifewith-section__price {
	margin-bottom: 20px;
}

.lifewith-section--05 .lifewith-section__img-sub {
	position: absolute;
	top: -220px;
	right: 20px;
	width: 311.5px;
}

.lifewith-section--05 .lifewith-section__img {
	max-width: 988px;
}

.lifewith-section--05 .lifewith-section__head__en {
	margin-bottom: 50px;
}

.lifewith-section--05 .lifewith-section__head__ttl {
	margin-bottom: 40px;
	padding-left: 150px;
}

.lifewith-section--05 .lifewith-section__head__ttl::before {
	top: -50px;
	left: 90px;
}

.lifewith-section--05 .lifewith-section__head__note {
	padding-left: 150px;
}

.lifewith-section--05 .lifewith-section__price {
	padding-left: 150px;
}

.lifewith-section--06 .lifewith-section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 989px;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 30px;
}

.lifewith-section--06 .lifewith-section__head__ttl::before {
	top: -40px;
	left: 60px;
}

.lifewith-section--06 .lifewith-section__price-dtl {
	gap: 30px;
}

.lifewith-section--06 .lifewith-section__price-dtl dt {
	width: calc(50% - 30px);
}

.lifewith-section--06 .lifewith-section__body {
	max-width: 920px;
}

.lifewith-section--06 .lifewith-section__img {
	max-width: 989px;
}

.lifewith-section--06 .lifewith-section__txt {
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.lifewith-section--06 .lifewith-section__txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 514px;
	height: 1px;
	border-bottom: 2px dotted #4c4948;
	content: "";
}

.lifewith-section--07 .lifewith-section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 984px;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 30px;
}

.lifewith-section--07 .lifewith-section__head__ttl::before {
	top: -40px;
	left: 60px;
}

.lifewith-section--07 .lifewith-section__price {
	margin-bottom: 15px;
	padding-left: 170px;
}

.lifewith-section--07 .lifewith-section__head__note {
	margin-bottom: 30px;
	padding-left: 170px;
}

.lifewith-section--07 .lifewith-section__body {
	max-width: 950px;
}

.lifewith-section--07 .lifewith-section__img {
	max-width: 984px;
}

.lifewith-section--07 .lifewith-section__txt {
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.lifewith-section--07 .lifewith-section__txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 514px;
	height: 1px;
	border-bottom: 2px dotted #4c4948;
	content: "";
}

.lifewith-section--08 .lifewith-section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 40px;
}

.lifewith-section--08 .lifewith-section__img {
	max-width: 984px;
}

.lifewith-section--08 .lifewith-section__head {
	max-width: 988.5px;
}

.lifewith-section--08 .lifewith-section__head__ttl::before {
	top: -40px;
	left: 60px;
}

.lifewith-section--08 .lifewith-section__price-dtl dt {
	width: 35%;
}

.lifewith-section--08 .lifewith-section__price {
	text-align: center;
	margin-bottom: 35px;
}

.lifewith-section--08 .lifewith-section__txt {
	margin-bottom: 33px;
}

.lifewith-section--08 .lifewith-section__body {
	max-width: 950px;
}

.lifewith-section--08 .lifewith-section__txt {
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.lifewith-section--08 .lifewith-section__txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 514px;
	height: 1px;
	border-bottom: 2px dotted #4c4948;
	content: "";
}

.lifewith-procedure {
	border-top: 2px solid #4c4948;
	padding-top: 140px;
}

.lifewith-procedure__body {
	padding-top: 150px;
	padding-bottom: 80px;
	background-color: #f2f2f2;
}

.lifewith-procedure__head {
	width: 382px;
	margin: 0 auto 20px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 4.3rem;
	border-bottom: 5px solid #4c4948;
}

.lifewith-procedure__en {
	font-family: adobe-garamond-pro, serif;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
	margin-bottom: 90px;
}

.lifewith-procedure__dtl {
	position: relative;
	width: 622px;
	margin: 0 auto 0;
}

.lifewith-procedure__dtl dt {
	position: absolute;
	left: -130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 98px;
	height: 98px;
	border: 1px solid #4c4948;
	border-radius: 50%;
	font-size: 2rem;
	letter-spacing: 0.11em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.lifewith-procedure__dtl dd {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
	padding-bottom: 90px;
}

.lifewith-procedure__dtl dd::after {
	position: absolute;
	bottom: 0;
	width: 90.5px;
	height: 49px;
	background: url(../img/icon_procedure_01.png) no-repeat left top/cover;
	content: "";
}

.lifewith-procedure__dtl--01 dt {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lifewith-procedure__dtl--01 dd {
	padding-bottom: 90px;
}

.lifewith-procedure__dtl--02 dt {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lifewith-procedure__dtl--02 dd {
	padding-bottom: 150px;
}

.lifewith-procedure__dtl--03 dt {
	top: 80px;
}

.lifewith-procedure__dtl--03 dd {
	padding-bottom: 120px;
}

.lifewith-procedure__dtl--03 dd:last-child {
	padding-bottom: 0;
}

.lifewith-procedure__dtl--03 dd:last-child::after {
	display: none;
}

.lifewith-procedure__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background-color: #4c4948;
	color: #fff;
	font-size: 3.2rem;
	font-family: yu-gothic-pr6n, sans-serif;
	border-radius: 50%;
	margin-bottom: 20px;
}

.lifewith-procedure__ttl {
	font-size: 3.2rem;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
	font-family: yu-gothic-pr6n, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 700;
}

.lifewith-procedure__btn {
	position: relative;
	display: block;
	width: 530px;
	text-align: center;
	border: 2px solid #231815;
	background-color: #ffff96;
	font-size: 2rem;
	margin-bottom: 30px;
	padding: 30px 0;
	text-decoration: none;
	letter-spacing: 0.2em;
}

.lifewith-procedure__btn::after {
	position: absolute;
	top: 50%;
	right: 90px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	content: "";
}

.lifewith-procedure__txt {
	font-size: 2.1rem;
	line-height: 1.7;
	letter-spacing: 0.075em;
	text-align: center;
	font-family: yu-gothic-pr6n, sans-serif;
}

.lifewith-contact {
	padding-top: 230px;
	padding-bottom: 260px;
}

.lifewith-contact__ttl {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.1em;
}

.lifewith-contact__en {
	margin-bottom: 60px;
	font-size: 1.6rem;
	text-align: center;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
}

.lifewith-contact__txt {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 70px;
	text-align: center;
	font-weight: 700;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.lifewith-contact__inner {
	max-width: 867px;
	margin: 0 auto;
}

.lifewith-contact__table {
	width: 100%;
	margin: 0 auto 110px;
}

.lifewith-contact__table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lifewith-contact__table tr:not(:last-of-type) {
	margin-bottom: 43px;
}

.lifewith-contact__table tr:has(textarea) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.lifewith-contact__table tr:has(textarea) th {
	padding-top: 25px;
}

.lifewith-contact__table th {
	vertical-align: top;
	text-align: left;
	width: 200px;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.lifewith-contact__table td {
	vertical-align: middle;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.lifewith-contact__table__th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0 10px;
}

.lifewith-contact .form-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lifewith-footer {
	max-width: 1000px;
	margin: 0 auto 135px;
}

.lifewith-footer__en {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #4c4948;
	text-align: center;
}

.lifewith-footer__txt {
	font-size: 3.2rem;
	line-height: 1.357;
	letter-spacing: 0.01em;
	font-family: adobe-garamond-pro, serif;
	text-align: center;
}

.cuisine-gallery-wrap .swiper-btn-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	max-width: 1300px;
	height: 40px;
	z-index: 1;
	pointer-events: none;
}

.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-prev,
.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-next {
	width: 18px;
	height: 34px;
	pointer-events: auto;
}

.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-prev::before,
.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-prev::after,
.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-next::before,
.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 1px;
	background-color: #231815;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-prev::before,
.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-next::before {
	-webkit-transform: rotate(43deg);
	transform: rotate(43deg);
}

.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-prev::after,
.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-next::after {
	-webkit-transform: rotate(-43deg);
	transform: rotate(-43deg);
}

.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-prev {
	left: 3px;
}

.cuisine-gallery-wrap .swiper-btn-wrap .swiper-button-next {
	right: 3px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cuisine-gallery {
	overflow: hidden;
}

.cuisine-heading {
	margin-bottom: 90px;
	text-align: center;
}

.cuisine-heading--mb-sm {
	margin-bottom: 40px;
}

.cuisine-heading__en {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 45px;
}

.cuisine-heading__en--mb-lg {
	margin-bottom: 62px;
}

.cuisine-heading__en img {
	display: block;
	height: 100%;
}

.cuisine-heading__ja {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1.6429;
	letter-spacing: 0.2em;
}

.cuisine-heading__sub {
	display: block;
	margin-top: 28px;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.3;
	letter-spacing: 0.15em;
}

.cuisine-head__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.cuisine-head__head__en {
	margin-bottom: 30px;
}

.cuisine-head__head__en img {
	display: block;
	height: 100%;
}

.cuisine-head__head__ja {
	font-weight: 600;
	font-size: 2.1rem;
	letter-spacing: 0.2em;
	line-height: 2.1905;
	text-align: center;
}

.cuisine-head__text {
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	text-align: center;
}

.cuisine-head__text p:not(:last-child) {
	margin-bottom: 1.85em;
}

.cuisine-lead {
	padding: 60px 0 100px;
}

.cuisine-lead__text {
	font: 400 2.6rem adobe-garamond-pro, serif;
	line-height: 1.6923;
	letter-spacing: 0.07em;
	color: #9f8865;
	text-align: center;
}

.cuisine-reason-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 28px;
}

.cuisine-reason-1__side {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: clamp(1.5rem, -8.4609022556rem + 12.969924812vw, 8.4rem);
	padding-right: clamp(1rem, -8.2390977444rem + 12.030075188vw, 7.4rem);
}

.cuisine-reason-1__main {
	width: 48.7736%;
}

.cuisine-reason-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	margin-top: -225px;
}

.cuisine-reason-2__side {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transform: translateY(31%);
	transform: translateY(31%);
}

.cuisine-reason-2__main {
	width: 48.7736%;
}

.cuisine-reason-head {
	position: relative;
	text-align: center;
}

.cuisine-reason-head::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(54%, calc(-50% - 4px));
	transform: translate(54%, calc(-50% - 4px));
	width: clamp(5rem, -8.1368421053rem + 17.1052631579vw, 14.1rem);
	height: 1px;
	background: #231815;
}

.cuisine-reason-head--reverse::after {
	right: auto;
	left: -4px;
	-webkit-transform: translateY(calc(-50% - 4px));
	transform: translateY(calc(-50% - 4px));
	width: clamp(4rem, -5.5278195489rem + 12.4060150376vw, 10.6rem);
}

.cuisine-reason-head__en {
	display: block;
	margin-bottom: 30px;
	font-family: adobe-garamond-pro, serif;
	font-size: clamp(6.5rem, 5.6338345865rem + 1.1278195489vw, 7.1rem);
	letter-spacing: 0.04em;
	color: #c7a699;
}

.cuisine-reason-head__ja {
	font-weight: 300;
	font-size: clamp(1.8rem, 1.5112781955rem + 0.3759398496vw, 2rem);
	line-height: 2.3;
	letter-spacing: 0.2em;
}

.cuisine-reason-content__image img {
	display: block;
}

.cuisine-reason-content__main {
	background: #ebebeb;
	padding: clamp(2rem, -6.275862069rem + 10.775862069vw, 4.5rem) clamp(2.5rem, -4.1206896552rem + 8.6206896552vw, 4.5rem) clamp(2rem, -6.275862069rem + 10.775862069vw, 4.5rem) clamp(2.5rem, -5.775862069rem + 10.775862069vw, 5rem);
}

.cuisine-reason-content__text {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.9688;
	letter-spacing: 0.1em;
	text-align: justify;
}

.cuisine-reason-content__text p:not(:last-child) {
	margin-bottom: 2em;
}

.cuisine-recommend {
	position: relative;
}

.cuisine-recommend:not(:last-child) {
	margin-bottom: 60px;
}

.cuisine-recommend__image {
	margin-bottom: 15px;
}

.cuisine-recommend__image img {
	display: block;
}

.cuisine-recommend__heading {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.3;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 15px;
}

.cuisine-recommend__text {
	background: #FFF;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.9688;
	letter-spacing: 0.1em;
}

.cuisine-field__heading {
	font-family: adobe-garamond-pro, serif;
	font-size: 3.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 18px;
}

.cuisine-field__text {
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.3;
	letter-spacing: 0.2em;
	text-align: center;
}

.cuisine-field__swiper {
	margin-top: 73px;
}

.cuisine-field__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.cuisine-field__item img {
	display: block;
	width: 100%;
}

.post {
	padding: 50px 0 50px;
	border-bottom: solid 1px #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3.7%;
}

.post__image {
	width: 24%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.post__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.post__information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	padding-top: 30px;
}

.post__title {
	font-size: clamp(2rem, 1.4285714286rem + 0.744047619vw, 2.5rem);
	line-height: 1.5;
}

.post__text {
	font-size: clamp(1.6rem, 1.3714285714rem + 0.2976190476vw, 1.8rem);
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.post__button {
	margin: 10px 0 0 auto;
}

.post-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.post-categories__category {
	min-width: 173px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50px;
	font: 700 1.4rem yu-gothic-pr6n, sans-serif;
}

.post-categories__category--green {
	background-color: #7c917f;
}

.post-categories__category--beige {
	background-color: #c7b299;
}

.plan {
	margin-bottom: clamp(4rem, -16rem + 20vw, 8rem);
}

.plan__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.plan__image {
	margin: clamp(4rem, -3.5rem + 7.5vw, 5.5rem) auto 0;
}

.plan__image img {
	display: block;
}

.plan__text {
	margin-top: clamp(1.6rem, -5.9rem + 7.5vw, 3.1rem);
	font-size: 1.573rem;
	line-height: 1.78;
}

.plan__button {
	background-color: #97a3bc;
	width: 100%;
	height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.plans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 42px;
	margin-bottom: 110px;
}

.plans-item {
	padding: 0 clamp(2rem, -2rem + 5.2083333333vw, 5.5rem) clamp(3rem, -0.4285714286rem + 4.4642857143vw, 6rem);
	-webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #afafaf;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

.plans-item:not(:has(.plans-item__topper-wrapper)) {
	padding-top: clamp(3rem, -2.7142857143rem + 7.4404761905vw, 8rem);
}

.plans-item__topper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.plans-item__topper {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: clamp(1.4rem, 0.9428571429rem + 0.5952380952vw, 1.8rem);
	color: #fff;
	z-index: 3;
	padding: 0 22px 0 40px;
	letter-spacing: 0.3em;
	display: flex;
	gap: 30px;
}

.plans-item__topper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	right: -20px;
	top: 0;
	border-top: 52px solid #c7a699;
	border-right: 20px solid transparent;
	z-index: -1;
}

.plans-item__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3.88%;
}

.plans-item__textbox {
	width: 58.6%;
}

.plans-item__image-wrap {
	width: 37.62%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

.plans-item__title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.plans-item__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
	font-weight: 600;
}

.plans-item__info-wrap:not(:last-of-type) {
	margin-bottom: 8px;
}

.plans-item__info-wrap__head {
	width: 146px;
	height: 35px;
	background-color: #e1e3ea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.plans-item__info-wrap__text {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.plans-item__info-wrap--big__head {
	height: 52px;
}

.plans-item__info-wrap--big__text {
	font-size: clamp(1.8rem, 1.0491428571rem + 0.9776785714vw, 2.457rem);
}

.plans-item__text {
	margin-top: 35px;
	font-size: 1.573rem;
	line-height: 1.7;
}

.plans-item__button {
	background-color: #97a3bc;
	width: 100%;
	height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.plans-item__button-text {
	position: relative;
}

.plans-item__button-text::after {
	content: "";
	position: absolute;
	right: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/arrow_white.svg);
	width: 8px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.plan-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: solid 1px #221816;
	max-width: 1100px;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 40px auto 130px;
}

.plan-menu__item {
	border-right: solid 1px #221816;
	min-height: 50px;
	padding: 10px;
	position: relative;
}

.plan-menu__item a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.the_content {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.the_content > div,
.the_content > figure,
.the_content > p {
	margin-top: 40px;
	margin-bottom: 40px;
}

.the_content iframe {
	margin: 35px auto 70px;
}

.the_content h2 + *,
.the_content h3 + *,
.the_content h4 + *,
.the_content h5 + *,
.the_content h6 + * {
	margin-top: 0 !important;
}

.the_content h2 {
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	padding-bottom: 0.5em;
	font-weight: 600;
}

.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	padding-bottom: 0.5em;
	font-weight: 600;
}

.the_content a:not([class]) {
	text-decoration: underline;
}

.the_content strong {
	font-weight: 700;
}

.the_content em {
	font-style: italic;
}

.the_content ol:not([class]) {
	counter-reset: item;
}

.the_content ol:not([class]) li {
	position: relative;
	padding-left: 1.4em;
}

.the_content ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.the_content ul {
	counter-reset: item;
}

.the_content ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.the_content ul li:before {
	position: relative;
	content: "●";
	font-size: 0.5em;
	margin-right: 0.8em;
	top: 8px;
}

.the_content hr {
	height: 5px;
	border: none;
	margin-top: 60px;
	margin-bottom: 60px;
}

.the_content figure {
	text-align: center;
}

.the_content figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.43;
}

.the_content iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.the_content iframe[src*="google.com/maps"] {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.plan-contact {
	margin-top: clamp(3rem, -14.5rem + 17.5vw, 6.5rem);
	padding: 39px 3px 51px;
	padding: clamp(2rem, -7.5rem + 9.5vw, 3.9rem) 3px clamp(2.5rem, -10.5rem + 13vw, 5.1rem);
	border-top: clamp(0.15rem, -0.6rem + 0.75vw, 0.3rem) solid #231815;
	border-bottom: clamp(0.15rem, -0.6rem + 0.75vw, 0.3rem) solid #231815;
}

.plan-contact__heading {
	font-size: clamp(1.8rem, 1.5714285714rem + 0.2976190476vw, 2rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
}

.plan-contact__inner {
	margin-top: clamp(1.6rem, -6.9rem + 8.5vw, 3.3rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plan-contact__links {
	width: 45.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
}

.plan-contact__phone {
	width: 46.5%;
}

.plan-contact__text {
	font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
	letter-spacing: 0.1em;
	line-height: 1.9687;
	font-weight: 600;
}

.plan-contact__number {
	margin-top: 13px;
	margin-bottom: 7px;
	display: block;
	text-decoration: none;
	font-size: clamp(3rem, 2.3142857143rem + 0.8928571429vw, 3.6rem);
	font-family: adobe-garamond-pro, serif;
	letter-spacing: 0.1em;
}

.plan-info {
	background: rgba(151, 163, 188, 0.25);
}

.plan-info--02 {
	background: rgba(199, 166, 153, 0.3);
}

.plan-info__inner {
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 34px;
	padding-bottom: clamp(2.5rem, -29rem + 31.5vw, 8rem);
}

.plan-info__inner .plan-info__label {
	margin-top: 0;
	max-width: 171px;
	line-height: 1.714;
	text-align: left;
	padding: 13px 10px 10px 60px;
}

.plan-info__inner .list-2 {
	margin-top: 12px;
}

.plan-info__heading {
	padding: clamp(2.5rem, -10.5rem + 13vw, 5.1rem) clamp(3rem, -11.5rem + 14.5vw, 5.9rem) 0;
	text-align: center;
	color: #4d4d4d;
	font-size: clamp(2rem, 1.5428571429rem + 0.5952380952vw, 2.4rem);
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.9167;
}

.plan-info__heading span {
	display: block;
	font-family: adobe-garamond-pro, serif;
	font-size: 1.62rem;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.plan-info__label {
	margin-top: 12px;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	font-size: clamp(1.2rem, 0.9714285714rem + 0.2976190476vw, 1.4rem);
	letter-spacing: 0.2em;
	background: #231815;
	padding: 10px 10px;
	width: 197px;
	text-align: center;
}

.plan-info__text {
	margin-top: 22px;
	padding: 0 clamp(3rem, -11.5rem + 14.5vw, 5.9rem) clamp(2.5rem, -29rem + 31.5vw, 8.8rem);
	letter-spacing: 0.1em;
	line-height: 2.25;
	font-weight: 300;
	font-family: yu-gothic-pr6n, sans-serif;
	font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
}

.information__heading {
	margin-bottom: 45px;
	text-align: center;
	color: #4d4d4d;
	font-weight: 600;
	font-size: clamp(2rem, 1.5428571429rem + 0.5952380952vw, 2.4rem);
	letter-spacing: 0.1em;
	line-height: 1.9167;
}

.information__heading span {
	display: block;
	font-family: adobe-garamond-pro, serif;
	font-size: 1.62rem;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.information__text {
	margin-bottom: 62px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.information .form-btn {
	display: block;
	margin: 116px auto 0;
}

.form-required {
	font-size: 1.1rem;
	font-family: yu-gothic-pr6n, sans-serif;
	background-color: #dc0000;
	color: #fff;
	letter-spacing: 0.16em;
	padding: 3px 5px;
	line-height: 1;
}

.form-control {
	font-size: 1.4rem;
	background-color: #eee;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 17px 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	letter-spacing: 0.16em;
	line-height: 1.75;
}

.form-control--lg {
	width: 100%;
}

.form-control--lg:has(input[name=visit_date]),
.form-control--lg:has(select[name=visit_time]) {
	width: calc(50% - 12px);
}

.form-control--lg:has(select[name=visit_time]) .form-select {
	width: 100%;
}

.form-control::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-control::-moz-placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-control::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-control::placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-control[name=visit_date] {
	background: #eee url(../img/icon_select.svg) no-repeat right 30px center;
	background-size: 15px auto;
	padding: 17px 50px 17px 22px;
	width: 100%;
}

.form-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1.4rem;
	background: #eee url(../img/icon_select.svg) no-repeat right 30px center;
	background-size: 15px auto;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 17px 50px 17px 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	letter-spacing: 0.16em;
	line-height: 1.75;
	cursor: pointer;
}

.form-select--lg {
	width: 100%;
}

.form-select::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-select::-moz-placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-select::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #000;
}

.form-select::placeholder {
	font-size: 1.4rem;
	color: #000;
}

textarea.form-control {
	min-height: 150px;
	width: 100%;
	resize: none;
}

.form-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.form-btn {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	width: 100%;
	max-width: 390px;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 20px;
	cursor: pointer;
}

.form-btn--back {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}

.form-btn__icon {
	position: absolute;
	top: 50%;
	right: 35px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	content: "";
}

.form-btn__icon--back {
	right: auto;
	left: 35px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.form__heading {
	margin-bottom: 55px;
	display: block;
	background: #97a3bc;
	padding: 18px 41px;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	font-weight: 600;
	line-height: 1.4;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.form__heading:not(:first-of-type) {
	margin-top: 107px;
}

.form__heading--pink {
	background: #c7a699;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px;
}

.form__fieldset {
	display: contents;
}

.form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 202px;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.form__label .form-required {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.form__text a {
	text-decoration-color: #dc0000;
	text-underline-offset: 0.3em;
}

.form__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.form__content .form-select {
	width: calc(50% - 12px);
}

.form__content:has(p:not([class])) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 24px;
}

.form__error {
	margin-top: 10px;
	color: #ff0000;
	font-size: 1.68rem;
}

.report {
	margin: 0 auto 100px;
}

.report__text {
	text-align: center;
	font-size: 2rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
	margin: 25px auto 96px;
}

.report-message {
	background-color: rgba(151, 163, 188, 0.2509803922);
	margin: 300px auto 80px;
	position: relative;
	padding: 85px 0 120px;
}

.report-message::after {
	content: "";
	background-image: url(../img/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 38px;
	height: 19px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -200px;
}

.report-message__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9.5%;
}

.report-message__title {
	text-align: center;
	padding-top: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.report-message__title__en {
	width: 348px;
	letter-spacing: 0.05em;
	margin-bottom: 45px;
}

.report-message__title__jp {
	letter-spacing: 0.1em;
	line-height: 2;
	font-size: clamp(1.6rem, 0.6857142857rem + 1.1904761905vw, 2.4rem);
}

.report-message__main p {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
}

.report-message__main p:not(:last-child) {
	margin-bottom: 50px;
}

.report-article-head {
	margin: 85px auto 0;
	padding: 50px 0 44px;
	border-top: solid #231815 3px;
	border-bottom: solid #231815 3px;
	text-align: center;
}

.report-article-head__jp {
	font-size: clamp(1.6rem, 0.6857142857rem + 1.1904761905vw, 2.4rem);
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.report-article-head__en {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.report-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 7.56%;
	margin: 90px auto 190px;
}

.report-item {
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.report-item a {
	text-decoration: none;
}

.report-item__image {
	margin-bottom: 26px;
	aspect-ratio: 4/2.9;
}

.report-item__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.report-item__text {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.35;
	margin-bottom: 17px;
}

.report-item__subtext {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: yu-gothic-pr6n, sans-serif;
}

.wp-content-report {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.wp-content-report > div,
.wp-content-report > figure {
	margin-top: 40px;
	margin-bottom: 40px;
}

.wp-content-report iframe {
	margin: 35px auto 70px;
}

.wp-content-report h2 + *,
.wp-content-report h3 + *,
.wp-content-report h4 + *,
.wp-content-report h5 + *,
.wp-content-report h6 + * {
	margin-top: 0 !important;
}

.wp-content-report h2 {
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	padding-bottom: 0.5em;
	font-weight: 600;
}

.wp-content-report h3,
.wp-content-report h4,
.wp-content-report h5,
.wp-content-report h6 {
	position: relative;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	padding-bottom: 0.5em;
	font-weight: 600;
}

.wp-content-report p,
.wp-content-report ul:not([class]),
.wp-content-report ol:not([class]) {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.wp-content-report p:not(:last-child),
.wp-content-report ul:not([class]):not(:last-child),
.wp-content-report ol:not([class]):not(:last-child) {
	margin-bottom: 5em;
}

.wp-content-report a:not([class]) {
	text-decoration: underline;
}

.wp-content-report strong {
	font-weight: 700;
}

.wp-content-report em {
	font-style: italic;
}

.wp-content-report ol:not([class]) {
	counter-reset: item;
}

.wp-content-report ol:not([class]) li {
	position: relative;
	padding-left: 1.4em;
}

.wp-content-report ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.wp-content-report ul {
	counter-reset: item;
}

.wp-content-report ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-content-report ul li:before {
	position: relative;
	content: "●";
	font-size: 0.5em;
	margin-right: 0.8em;
	top: 8px;
}

.wp-content-report hr {
	height: 5px;
	border: none;
	margin-top: 60px;
	margin-bottom: 60px;
}

.wp-content-report figure {
	text-align: center;
}

.wp-content-report img {
	max-width: 100%;
}

.wp-content-report figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.43;
}

.wp-content-report iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.wp-content-report iframe[src*="google.com/maps"] {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.cat-list__item {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.cat-list__item:not(:last-child) {
	margin-bottom: 37px;
}

.cat-list__item a {
	padding-bottom: 11px;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cat-list__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 1px;
	background-color: #231815;
}

.cat-list__item--en {
	font-family: adobe-garamond-pro, serif;
}

.cat-list__item a {
	text-decoration: none;
}

.cat-list--mt {
	margin-top: 100px;
}

.dress-list__title {
	text-align: center;
	margin-bottom: 92px;
}

.dress-list__title--en {
	font-family: adobe-garamond-pro, serif;
	font-size: clamp(3rem, 2.3142857143rem + 0.8928571429vw, 3.6rem);
	letter-spacing: 0.1em;
}

.dress-list__title--jp {
	line-height: 1.5;
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
	margin-top: 35px;
	letter-spacing: 0.2em;
}

.dress-list__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 82px 5.2%;
}

.dress-list__image {
	aspect-ratio: 4/2.6;
}

.dress-list__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.dress-list__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.dress-list__item__title {
	font-size: 2rem;
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	border-bottom: 1px solid #4d4d4d;
	margin: 23px auto 17px;
	padding-bottom: 12px;
}

.dress-list__item__text {
	font-size: clamp(1.6rem, 1.1428571429rem + 0.5952380952vw, 2rem);
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.dress-list__more {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 237px;
	height: 46px;
	text-decoration: none;
	border: 1px solid #4d4d4d;
	margin: 110px auto 0;
	letter-spacing: 0.2em;
	font-family: adobe-garamond-pro, serif;
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.dress-list__more::after {
	content: "";
	position: absolute;
	top: 14px;
	right: 60px;
	background-image: url(../img/arrow_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 13px;
}

.pick-up {
	margin-top: 175px;
	max-width: 195px;
}

.pick-up__title {
	position: relative;
	padding-bottom: 18px;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.pick-up__title::after {
	content: "";
	height: 3px;
	width: 89px;
	background-color: #231815;
	bottom: 0;
	left: 0;
	position: absolute;
}

.pick-up__title--en {
	font-family: adobe-garamond-pro, serif;
	margin-bottom: 8px;
	display: block;
}

.pick-up__image {
	aspect-ratio: 1/1;
	margin-bottom: 20px;
}

.pick-up__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.pick-up__link {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
}

.pick-up__text {
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.top-page-link {
	position: relative;
	font-size: 1.6rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin: 245px auto 0;
	letter-spacing: 0.2em;
	padding: 0 50px 15px;
	border-bottom: solid 1px #231815;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.top-page-link::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 24px;
	width: 8px;
	height: 12px;
	background-image: url(../img/arrow_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.dress-head {
	margin-bottom: 292px;
}

.dress-head__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 18px 50px 60px 0;
	gap: 1.5%;
}

.dress-head__images-bottom {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.dress-head__img--1 {
	margin-top: 140px;
	width: 24.4%;
}

.dress-head__img--2 {
	width: 19.5%;
}

.dress-head__img--3 {
	margin-top: 110px;
	width: 20%;
}

.dress-head__img--4 {
	width: 234px;
	width: 19.6%;
	margin-top: 70px;
}

.dress-head__img--5 {
	width: 223px;
	width: 18.5%;
	margin-right: 10px;
}

.dress-head__text-box {
	margin: 0 auto;
	position: relative;
}

.dress-head__title {
	width: 35%;
	margin: 0 auto;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.dress-head__text {
	font-size: 2rem;
	letter-spacing: 0.01em;
	line-height: 2.3;
	text-align: center;
	margin-top: 50px;
}

.dress-head__text p:not(:last-child) {
	margin-bottom: 2.3em;
}

.dress-body {
	padding: 0 0 140px;
}

.dress-article-head {
	position: relative;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
	font-family: adobe-garamond-pro, serif;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: solid #231815 3px;
}

.sticky-wrap {
	position: sticky;
	top: 0;
	padding-top: 120px;
	margin-top: -40px;
}

.sticky-wrap--mt-lg {
	margin-top: 70px;
}

.wp-content-dress {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.78;
}

.wp-content-dress > div,
.wp-content-dress > figure,
.wp-content-dress iframe,
.wp-content-dress h2,
.wp-content-dress p {
	margin: 30px 0;
}

.wp-content-dress h2 {
	position: relative;
	text-align: center;
	font-size: 2rem;
	line-height: 1.58;
	background-color: #000000;
	color: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 30px;
	letter-spacing: 0.2em;
}

.wp-content-dress h3,
.wp-content-dress h4,
.wp-content-dress h5,
.wp-content-dress h6 {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.45;
}

.wp-content-dress a:not([class]) {
	text-decoration: underline;
}

.wp-content-dress strong {
	font-weight: 700;
}

.wp-content-dress em {
	font-style: italic;
}

.wp-content-dress ol:not([class]) {
	counter-reset: item;
}

.wp-content-dress ol:not([class]) li {
	position: relative;
	padding-left: 1.4em;
}

.wp-content-dress ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.wp-content-dress ul {
	counter-reset: item;
}

.wp-content-dress ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-content-dress ul li:before {
	position: relative;
	content: "●";
	font-size: 0.5em;
	margin-right: 0.8em;
	top: 8px;
}

.wp-content-dress hr {
	height: 5px;
	border: none;
	margin-top: 60px;
	margin-bottom: 60px;
}

.wp-content-dress img {
	display: block;
}

.wp-content-dress figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.43;
}

.wp-content-dress iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.wp-content-dress iframe[src*="google.com/maps"] {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.dress-article {
	padding: 0 0 110px;
}

.facility-top {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.facility-top__image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.facility-top__main {
	position: relative;
	top: 0;
	-webkit-transform: translate(0);
	transform: translate(0);
	padding: 30px 0;
	gap: 20px 0;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.facility-top__title {
	font-size: 3rem;
	letter-spacing: 0.22em;
	line-height: 1.5;
}

.facility-top .text-base {
	letter-spacing: 0.1em;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

.facility-top .en {
	font-family: adobe-garamond-pro, serif;
	font-size: 1.4rem;
}

.facility-feature {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px 0;
	overflow: hidden;
}

.facility-feature::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #707070;
	content: "";
}

.facility-feature__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 min(12.5%, 150px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.facility-feature__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.facility-feature__item:nth-child(odd) .facility-feature__head-inner::before {
	right: -15px;
}

.facility-feature__item:nth-child(even) .facility-feature__head-inner::before {
	left: -15px;
}

.facility-feature__item--offset .facility-feature__title {
	text-align: right;
}

.facility-feature__item--offset .facility-feature__head-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.facility-feature__item--offset .facility-feature__head-inner::before {
	left: 100px !important;
}

.facility-feature__head {
	position: relative;
	top: -55px;
	width: calc(50% - 35px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 5;
}

.facility-feature__head-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 26px 0;
}

.facility-feature__head-inner::before {
	position: absolute;
	top: 47%;
	width: 100vw;
	max-width: 1000px;
	height: 1px;
	background-color: #707070;
	content: "";
}

.facility-feature__title {
	font-size: clamp(2.3rem, 1.5rem + 1.0416666667vw, 3rem);
	line-height: 1.5;
	letter-spacing: 0.22em;
}

.facility-feature__title-en {
	font-family: adobe-garamond-pro, serif;
	font-size: 4rem;
	line-height: 1.15;
	color: #9f8865;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.facility-feature__data {
	position: relative;
	width: calc(50% - 35px);
	z-index: 10;
}

.facility-feature__image {
	margin-bottom: 28px;
}

.other-space {
	padding-top: 175px;
	padding-bottom: 230px;
}

.other-space__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 90px;
}

.other-space__heading-jp {
	font-size: 3rem;
	letter-spacing: 0.22em;
	padding: 0 35px 15px;
	border-bottom: 1px solid #707070;
}

.other-space__heading-en {
	font-family: adobe-garamond-pro, serif;
	font-size: 4rem;
	letter-spacing: 0.05em;
	color: #9f8865;
}

.other-space__data {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.other-space__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	padding: 20px 0;
}

.other-space__image {
	aspect-ratio: 281/193;
	margin-bottom: 20px;
}

.other-space__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.other-space__title-en {
	font-size: clamp(2rem, 1.4285714286rem + 0.744047619vw, 2.5rem);
	letter-spacing: 0.1em;
	font-family: adobe-garamond-pro, serif;
	margin-bottom: 15px;
}

.other-space__title-jp {
	font-size: clamp(2.5rem, 1.9285714286rem + 0.744047619vw, 3rem);
	letter-spacing: 0.22em;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

.error {
	background-image: url(../img/bg_error.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 0 370px;
}

.error__title {
	display: block;
	font: 400 6.3rem adobe-garamond-pro, serif;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #9f8865;
	margin-bottom: 45px;
}

.error__text {
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 2rem;
	line-height: 1.5;
}

.error__link {
	width: 390px;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	background-color: #000000;
	color: #fff;
	margin: 135px auto 0;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.error__link::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 12px;
	right: 37px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/arrow_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.map {
	width: 100%;
	max-width: 1000px;
	height: 452px;
	margin: 0 auto;
}

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

.access {
	max-width: 518px;
	margin: 0 auto;
}

.access__ttl {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 2;
	color: #4c4948;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #4e3d44;
	font-weight: 500;
}

.access__txt {
	font-size: 1.9rem;
	line-height: 1.82;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.policy {
	margin-top: 90px;
	padding-top: 60px;
	border-top: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 63px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.policy__ttl {
	font-size: 1.9rem;
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.5;
	margin-bottom: 7px;
	color: #97a3bc;
}

.policy__txt {
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 1.9rem;
	font-family: yu-gothic-pr6n, sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.policy__txt:last-child {
	margin-bottom: 0;
}

.policy__heading {
	font-size: 2.1rem;
	line-height: 2.1;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}

.policy--box {
	padding: 60px 90px 85px;
	border: 2px solid #97a3bc;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root { /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper:not(.swiper-wrapper--sp-only) {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

@media (hover: hover) {

.button-primary:hover {
	opacity: 0.6;
}

.button-secondary:hover {
	opacity: 0.6;
}

.button-tertiary:hover {
	opacity: 0.6;
}

.button-quaternary:hover {
	opacity: 0.6;
}

.header-info__button a:hover {
	opacity: 0.6;
}

.header-navi__item a:hover {
	opacity: 0.6;
}

.footer__tel:hover {
	opacity: 0.6;
}

.footer__sns__item a:hover {
	opacity: 0.6;
}

.footer__logo:hover {
	opacity: 0.6;
}

.footer-cv__item a:hover {
	opacity: 0.6;
}

.footer-navi__link:hover {
	opacity: 0.6;
}

.footer-navi__child__link:hover {
	opacity: 0.6;
}

.gnavi__link:hover {
	opacity: 0.6;
}

.gnavi-bottom__sns__item a:hover {
	opacity: 0.6;
}

.gnavi-cta__btn:hover {
	opacity: 0.6;
}

.breadcrumb__item a:hover {
	opacity: 0.6;
}

.fair-list__item a:hover {
	opacity: 0.6;
}

.fair-reserve__link:hover {
	opacity: 0.6;
}

.fair-calendar .fc .fc-header-toolbar .fc-toolbar-chunk .fc-next-button:hover {
	opacity: 0.6;
}

.fair-calendar .fc .fc-day-fair .fc-daygrid-day-number:hover {
	text-decoration: none;
}

.home-banquet__link:hover {
	opacity: 0.6;
}

.mainvisual__links__item a:hover {
	opacity: 0.6;
}

.mainvisual__buttons__item a:hover {
	opacity: 0.6;
}

.home-reasons__btn a:hover {
	opacity: 0.6;
}

.home-page-link__item a:hover {
	opacity: 0.6;
}

.home-fair__calendar .fc-day-fair .fc-daygrid-day-number:hover {
	text-decoration: none;
}

.home-fair__list__item a:hover {
	opacity: 0.6;
}

.home-plan-list__item a:hover {
	opacity: 0.6;
}

.home-topics__list__item a:hover {
	opacity: 0.6;
}

.home-report__list__item a:hover {
	opacity: 0.6;
}

.instagram__item:hover {
	opacity: 0.6;
}

.instagram__link:hover {
	opacity: 0.6;
}

.anchor-link__item:hover {
	opacity: 0.6;
}

.fair-list-2__item__button:hover {
	opacity: 0.6;
}

.fair-list-2__item__more:hover {
	opacity: 0.6;
}

.plan__button:hover {
	opacity: 0.6;
}

.plans-item__button:hover {
	opacity: 0.6;
}

.plan-menu__item a:hover {
	opacity: 0.6;
}

.form__text a:hover {
	text-decoration: none;
}

.report-item:hover {
	opacity: 0.6;
}

.cat-list__item a:hover {
	opacity: 0.6;
}

.dress-list__item a:hover {
	opacity: 0.6;
}

.dress-list__more:hover {
	opacity: 0.6;
}

.pick-up__link:hover {
	opacity: 0.6;
}

.top-page-link:hover {
	opacity: 0.6;
}

.error__link:hover {
	opacity: 0.6;
}

}

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

.text-pc-left { /* pc */
	text-align: left !important;
}

.text-pc-center { /* pc */
	text-align: center !important;
}

.text-pc-right { /* pc */
	text-align: right !important;
}

/* pc */

.mt-pc-0 {
	margin-top: 0px !important;
}

.mb-pc-0 {
	margin-bottom: 0px !important;
}

.mr-pc-0 {
	margin-right: 0px !important;
}

.ml-pc-0 {
	margin-left: 0px !important;
}

.mx-pc-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-pc-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* pc */

.mt-pc-5 {
	margin-top: 5px !important;
}

.mb-pc-5 {
	margin-bottom: 5px !important;
}

.mr-pc-5 {
	margin-right: 5px !important;
}

.ml-pc-5 {
	margin-left: 5px !important;
}

.mx-pc-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-pc-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* pc */

.mt-pc-10 {
	margin-top: 10px !important;
}

.mb-pc-10 {
	margin-bottom: 10px !important;
}

.mr-pc-10 {
	margin-right: 10px !important;
}

.ml-pc-10 {
	margin-left: 10px !important;
}

.mx-pc-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-pc-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* pc */

.mt-pc-15 {
	margin-top: 15px !important;
}

.mb-pc-15 {
	margin-bottom: 15px !important;
}

.mr-pc-15 {
	margin-right: 15px !important;
}

.ml-pc-15 {
	margin-left: 15px !important;
}

.mx-pc-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-pc-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* pc */

.mt-pc-20 {
	margin-top: 20px !important;
}

.mb-pc-20 {
	margin-bottom: 20px !important;
}

.mr-pc-20 {
	margin-right: 20px !important;
}

.ml-pc-20 {
	margin-left: 20px !important;
}

.mx-pc-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-pc-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* pc */

.mt-pc-25 {
	margin-top: 25px !important;
}

.mb-pc-25 {
	margin-bottom: 25px !important;
}

.mr-pc-25 {
	margin-right: 25px !important;
}

.ml-pc-25 {
	margin-left: 25px !important;
}

.mx-pc-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-pc-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* pc */

.mt-pc-30 {
	margin-top: 30px !important;
}

.mb-pc-30 {
	margin-bottom: 30px !important;
}

.mr-pc-30 {
	margin-right: 30px !important;
}

.ml-pc-30 {
	margin-left: 30px !important;
}

.mx-pc-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-pc-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* pc */

.mt-pc-35 {
	margin-top: 35px !important;
}

.mb-pc-35 {
	margin-bottom: 35px !important;
}

.mr-pc-35 {
	margin-right: 35px !important;
}

.ml-pc-35 {
	margin-left: 35px !important;
}

.mx-pc-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-pc-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* pc */

.mt-pc-40 {
	margin-top: 40px !important;
}

.mb-pc-40 {
	margin-bottom: 40px !important;
}

.mr-pc-40 {
	margin-right: 40px !important;
}

.ml-pc-40 {
	margin-left: 40px !important;
}

.mx-pc-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-pc-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* pc */

.mt-pc-45 {
	margin-top: 45px !important;
}

.mb-pc-45 {
	margin-bottom: 45px !important;
}

.mr-pc-45 {
	margin-right: 45px !important;
}

.ml-pc-45 {
	margin-left: 45px !important;
}

.mx-pc-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-pc-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* pc */

.mt-pc-50 {
	margin-top: 50px !important;
}

.mb-pc-50 {
	margin-bottom: 50px !important;
}

.mr-pc-50 {
	margin-right: 50px !important;
}

.ml-pc-50 {
	margin-left: 50px !important;
}

.mx-pc-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-pc-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* pc */

.mt-pc-55 {
	margin-top: 55px !important;
}

.mb-pc-55 {
	margin-bottom: 55px !important;
}

.mr-pc-55 {
	margin-right: 55px !important;
}

.ml-pc-55 {
	margin-left: 55px !important;
}

.mx-pc-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-pc-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* pc */

.mt-pc-60 {
	margin-top: 60px !important;
}

.mb-pc-60 {
	margin-bottom: 60px !important;
}

.mr-pc-60 {
	margin-right: 60px !important;
}

.ml-pc-60 {
	margin-left: 60px !important;
}

.mx-pc-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-pc-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* pc */

.mt-pc-65 {
	margin-top: 65px !important;
}

.mb-pc-65 {
	margin-bottom: 65px !important;
}

.mr-pc-65 {
	margin-right: 65px !important;
}

.ml-pc-65 {
	margin-left: 65px !important;
}

.mx-pc-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-pc-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* pc */

.mt-pc-70 {
	margin-top: 70px !important;
}

.mb-pc-70 {
	margin-bottom: 70px !important;
}

.mr-pc-70 {
	margin-right: 70px !important;
}

.ml-pc-70 {
	margin-left: 70px !important;
}

.mx-pc-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-pc-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* pc */

.mt-pc-75 {
	margin-top: 75px !important;
}

.mb-pc-75 {
	margin-bottom: 75px !important;
}

.mr-pc-75 {
	margin-right: 75px !important;
}

.ml-pc-75 {
	margin-left: 75px !important;
}

.mx-pc-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-pc-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* pc */

.mt-pc-80 {
	margin-top: 80px !important;
}

.mb-pc-80 {
	margin-bottom: 80px !important;
}

.mr-pc-80 {
	margin-right: 80px !important;
}

.ml-pc-80 {
	margin-left: 80px !important;
}

.mx-pc-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-pc-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* pc */

.mt-pc-85 {
	margin-top: 85px !important;
}

.mb-pc-85 {
	margin-bottom: 85px !important;
}

.mr-pc-85 {
	margin-right: 85px !important;
}

.ml-pc-85 {
	margin-left: 85px !important;
}

.mx-pc-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-pc-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* pc */

.mt-pc-90 {
	margin-top: 90px !important;
}

.mb-pc-90 {
	margin-bottom: 90px !important;
}

.mr-pc-90 {
	margin-right: 90px !important;
}

.ml-pc-90 {
	margin-left: 90px !important;
}

.mx-pc-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-pc-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* pc */

.mt-pc-95 {
	margin-top: 95px !important;
}

.mb-pc-95 {
	margin-bottom: 95px !important;
}

.mr-pc-95 {
	margin-right: 95px !important;
}

.ml-pc-95 {
	margin-left: 95px !important;
}

.mx-pc-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-pc-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* pc */

.mt-pc-100 {
	margin-top: 100px !important;
}

.mb-pc-100 {
	margin-bottom: 100px !important;
}

.mr-pc-100 {
	margin-right: 100px !important;
}

.ml-pc-100 {
	margin-left: 100px !important;
}

.mx-pc-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-pc-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* pc */

.mt-pc-110 {
	margin-top: 110px !important;
}

.mb-pc-110 {
	margin-bottom: 110px !important;
}

.mr-pc-110 {
	margin-right: 110px !important;
}

.ml-pc-110 {
	margin-left: 110px !important;
}

.mx-pc-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-pc-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

/* pc */

.mt-pc-120 {
	margin-top: 120px !important;
}

.mb-pc-120 {
	margin-bottom: 120px !important;
}

.mr-pc-120 {
	margin-right: 120px !important;
}

.ml-pc-120 {
	margin-left: 120px !important;
}

.mx-pc-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.my-pc-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

/* pc */

.mt-pc-130 {
	margin-top: 130px !important;
}

.mb-pc-130 {
	margin-bottom: 130px !important;
}

.mr-pc-130 {
	margin-right: 130px !important;
}

.ml-pc-130 {
	margin-left: 130px !important;
}

.mx-pc-130 {
	margin-left: 130px !important;
	margin-right: 130px !important;
}

.my-pc-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !important;
}

/* pc */

.mt-pc-140 {
	margin-top: 140px !important;
}

.mb-pc-140 {
	margin-bottom: 140px !important;
}

.mr-pc-140 {
	margin-right: 140px !important;
}

.ml-pc-140 {
	margin-left: 140px !important;
}

.mx-pc-140 {
	margin-left: 140px !important;
	margin-right: 140px !important;
}

.my-pc-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !important;
}

/* pc */

.mt-pc-150 {
	margin-top: 150px !important;
}

.mb-pc-150 {
	margin-bottom: 150px !important;
}

.mr-pc-150 {
	margin-right: 150px !important;
}

.ml-pc-150 {
	margin-left: 150px !important;
}

.mx-pc-150 {
	margin-left: 150px !important;
	margin-right: 150px !important;
}

.my-pc-150 {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}

/* pc */

.mt-pc-160 {
	margin-top: 160px !important;
}

.mb-pc-160 {
	margin-bottom: 160px !important;
}

.mr-pc-160 {
	margin-right: 160px !important;
}

.ml-pc-160 {
	margin-left: 160px !important;
}

.mx-pc-160 {
	margin-left: 160px !important;
	margin-right: 160px !important;
}

.my-pc-160 {
	margin-top: 160px !important;
	margin-bottom: 160px !important;
}

/* pc */

.mt-pc-170 {
	margin-top: 170px !important;
}

.mb-pc-170 {
	margin-bottom: 170px !important;
}

.mr-pc-170 {
	margin-right: 170px !important;
}

.ml-pc-170 {
	margin-left: 170px !important;
}

.mx-pc-170 {
	margin-left: 170px !important;
	margin-right: 170px !important;
}

.my-pc-170 {
	margin-top: 170px !important;
	margin-bottom: 170px !important;
}

/* pc */

.mt-pc-180 {
	margin-top: 180px !important;
}

.mb-pc-180 {
	margin-bottom: 180px !important;
}

.mr-pc-180 {
	margin-right: 180px !important;
}

.ml-pc-180 {
	margin-left: 180px !important;
}

.mx-pc-180 {
	margin-left: 180px !important;
	margin-right: 180px !important;
}

.my-pc-180 {
	margin-top: 180px !important;
	margin-bottom: 180px !important;
}

/* pc */

.mt-pc-190 {
	margin-top: 190px !important;
}

.mb-pc-190 {
	margin-bottom: 190px !important;
}

.mr-pc-190 {
	margin-right: 190px !important;
}

.ml-pc-190 {
	margin-left: 190px !important;
}

.mx-pc-190 {
	margin-left: 190px !important;
	margin-right: 190px !important;
}

.my-pc-190 {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}

/* pc */

.mt-pc-200 {
	margin-top: 200px !important;
}

.mb-pc-200 {
	margin-bottom: 200px !important;
}

.mr-pc-200 {
	margin-right: 200px !important;
}

.ml-pc-200 {
	margin-left: 200px !important;
}

.mx-pc-200 {
	margin-left: 200px !important;
	margin-right: 200px !important;
}

.my-pc-200 {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}

.header-info__tel { /* pc */
	pointer-events: none;
}

.footer__tel { /* pc */
	pointer-events: none;
}

.fair-calendar__navi { /* pc */
	display: none;
}

.fair-calendar .fc .fc-view-harness { /* pc */
	height: 520px !important;
}

.chapel-features__item:nth-child(even) { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.chapel-features__item:nth-child(even) .chapel-features__main {
	padding-left: 0;
	padding-right: 5%;
}

.chapel-features__item:nth-child(even) .chapel-features__heading {
	text-align: right;
}

.chapel-features__item:nth-child(even) .chapel-features__heading::before {
	right: auto;
	left: 0;
}

.chapel-features__item:nth-child(even) .chapel-features__text {
	text-align: right;
}

.fair-why__subtitle { /* pc */
	padding-bottom: 95px;
}

.fair-list-3 .swiper-pagination { /* pc */
	display: none;
}

.fair-list-3 .swiper-wrapper { /* pc */
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.33%;
}

.fair-list-3__buttons { /* pc */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lifewith-about__item { /* pc */
	border-left: none;
}

.lifewith-about__item:not(:nth-child(3n)) {
	position: relative;
}

.lifewith-about__item:not(:nth-child(3n))::before {
	position: absolute;
	top: 0;
	right: -25px;
	content: "";
	width: 1px;
	height: calc(100% + 1px);
	display: block;
	background: #393939;
}

.lifewith-about__item:nth-child(-n+3) a {
	padding-top: 12px;
}

.lifewith-about__item:nth-last-child(-n+4) {
	border-bottom: none;
}

.lifewith-about__item:nth-last-child(-n+4) a {
	padding-bottom: 12px;
}

.lifewith-about__item a { /* pc */
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 40px 0;
}

.lifewith-about__item a:hover {
	opacity: 0.7;
}

.lifewith-procedure__btn { /* pc */
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.lifewith-procedure__btn:hover {
	opacity: 0.7;
}

.plan-menu__item { /* pc */
}

.plan-menu__item:nth-of-type(n+5)::after {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background-color: #221816;
	position: absolute;
	left: -20px;
	top: 0;
}

.plan-menu__item:nth-of-type(4n+1)::before {
	position: absolute;
	top: 0;
	left: -20px;
	content: "";
	width: calc(400% + 40px);
	height: 1px;
	display: block;
	background: #221816;
}

.plan-menu__item:first-of-type::before {
	content: none;
}

.the_content a:not([class]) { /* pc */
}

.the_content a:not([class]):hover {
	text-decoration: none;
}

.the_content iframe[src*="google.com/maps"] { /* pc */
	aspect-ratio: 792/430;
}

.plan-contact__number { /* pc */
	pointer-events: none;
}

.form-btn { /* pc */
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.form-btn:hover {
	opacity: 0.7;
}

.wp-content-report a:not([class]) { /* pc */
}

.wp-content-report a:not([class]):hover {
	text-decoration: none;
}

.wp-content-report iframe[src*="google.com/maps"] { /* pc */
	aspect-ratio: 792/430;
}

.dress-head__images-bottom { /* pc */
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -132px;
}

.wp-content-dress a:not([class]) { /* pc */
}

.wp-content-dress a:not([class]):hover {
	text-decoration: none;
}

.wp-content-dress iframe[src*="google.com/maps"] { /* pc */
	aspect-ratio: 792/430;
}

}

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

.plan-menu__item:nth-of-type(n+5)::after { /* sp */
	width: calc(100% + 20px);
	left: -10px;
}

}

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

.lg-only { /* 1000px以上 */
	display: block !important;
}

.l-header { /* 1000px以上 */
	padding: 1em 3.8% 1em 9%;
}

.l-header--home { /* 1000px以上 */
	height: 140px;
	padding: 0 3.8% 0 7.6%;
}

.l-header--logo-only { /* 1000px以上 */
	padding: 1em 3.8%;
}

.l-header--home .header-logo a { /* 1000px以上 */
	width: 160px;
}

.l-header--home .header-logo__text { /* 1000px以上 */
	display: block;
	padding-top: 1em;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.header-info__tel { /* 1000px以上 */
	display: block;
	font: 400 3rem adobe-garamond-pro, serif;
	letter-spacing: 0.065em;
	text-decoration: none;
}

.l-header--home .header-info__text { /* 1000px以上 */
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}

.header-navi-wrap { /* 1000px以上 */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #4d4d4d;
	padding: 0.9em 30px 1.2em;
	background: rgba(255, 255, 255, 0.75);
}

.header-navi-wrap--home { /* 1000px以上 */
	position: static;
	border-top: 0;
	border-bottom: 1px solid #4d4d4d;
}

.mainvisual { /* 1000px以上 */
	padding: 170px 0 0;
}

.mainvisual__links { /* 1000px以上 */
	width: 123px;
}

.mainvisual__movie { /* 1000px以上 */
	width: calc(100% - 247px);
}

.mainvisual__buttons { /* 1000px以上 */
	max-height: 453px;
}

.home-cuisine__image { /* 1000px以上 */
	aspect-ratio: 544/753;
}

.home-cuisine__main { /* 1000px以上 */
	padding: 70px 0 0;
}

.home-cuisine__lead { /* 1000px以上 */
	margin-bottom: 75px;
}

.home-dress__image { /* 1000px以上 */
	aspect-ratio: 544/753;
}

.home-dress__main { /* 1000px以上 */
	padding: 115px 0 0;
}

.home-dress__lead { /* 1000px以上 */
	margin-bottom: 55px;
}

.reason { /* 1000px以上 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.reason__text { /* 1000px以上 */
	width: 47%;
}

.reason__image-wrap { /* 1000px以上 */
	width: 53%;
}

.reason__image { /* 1000px以上 */
	width: calc((100vw - 1200px) / 2 + 636px);
}

.reason--center-reverse { /* 1000px以上 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.reason--center-reverse__image { /* 1000px以上 */
	width: 100%;
}

.reason__wrap { /* 1000px以上 */
	width: 50%;
}

.reason--center__image-wrap { /* 1000px以上 */
	width: 58%;
}

.reason--center__image { /* 1000px以上 */
	width: 100%;
}

.reason--reverse { /* 1000px以上 */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.reason--reverse__image { /* 1000px以上 */
	-webkit-transform: translateX(calc(-1 * (100vw - 1200px) / 2));
	transform: translateX(calc(-1 * (100vw - 1200px) / 2));
}

.reason--square .reason-image-50 { /* 1000px以上 */
	width: 50%;
}

.reason--square__image { /* 1000px以上 */
	width: 100%;
}

.reason--square__image-wrap { /* 1000px以上 */
	width: 100%;
}

.reason--square__text { /* 1000px以上 */
	width: 100%;
	height: 50%;
}

.chapel-features__main { /* 1000px以上 */
	margin-top: 63px;
}

.banquet__image-wrap { /* 1000px以上 */
	width: 63%;
}

.banquet__image { /* 1000px以上 */
	width: 61.7vw;
	max-width: calc(50vw + 156px);
}

.banquet__main { /* 1000px以上 */
	width: 29.8%;
}

.related-list { /* 1000px以上 */
	grid-template-columns: repeat(2, 1fr);
	max-width: none;
}

.fair__food__topper { /* 1000px以上 */
	top: -34px;
	left: -45px;
	width: 600px;
}

.fair-point__image::before { /* 1000px以上 */
	display: block;
}

.fair-why__subtitle { /* 1000px以上 */
	padding-bottom: 35px;
}

.fair-why__block__text { /* 1000px以上 */
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.fair-list-3__buttons { /* 1000px以上 */
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.fair-list-3__button { /* 1000px以上 */
	width: 50%;
}

.fair-contents__col { /* 1000px以上 */
	padding: 0 6.3%;
	gap: 0 63px;
}

.lifewith-section--02 .lifewith-section__img-sub { /* 1000px以上 */
	top: -150px;
}

.lifewith-section--05 .lifewith-section__img-sub { /* 1000px以上 */
	top: -120px;
}

.cuisine-head { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cuisine-head__head { /* 1000px以上 */
	width: 44.5%;
	padding-right: 1.84%;
	margin-bottom: 0;
}

.cuisine-head__head__en { /* 1000px以上 */
	margin-bottom: 60px;
}

.cuisine-head__head__ja { /* 1000px以上 */
	font-size: clamp(1.9rem, 1.2333333333rem + 0.6666666667vw, 2.1rem);
}

.cuisine-head__main { /* 1000px以上 */
	width: 55.5%;
	margin-top: 16px;
	padding-left: clamp(2rem, -6.3333333333rem + 8.3333333333vw, 4.5rem);
	border-left: 1px solid currentColor;
}

.cuisine-head__text { /* 1000px以上 */
	font-size: clamp(1.8rem, 1.1333333333rem + 0.6666666667vw, 2rem);
	text-align: left;
}

.cuisine-recommend { /* 1000px以上 */
}

.cuisine-recommend:nth-child(odd) .cuisine-recommend__main {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cuisine-recommend:nth-child(odd) .cuisine-recommend__text {
	right: auto;
	left: 0;
	-webkit-transform: translate(0);
	transform: translate(0);
	border-left: none;
	border-right: 1px solid #c7a699;
}

.cuisine-recommend:not(:last-child) { /* 1000px以上 */
	margin-bottom: 110px;
}

.cuisine-recommend__image { /* 1000px以上 */
	margin-bottom: 0;
}

.cuisine-recommend__main { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cuisine-recommend__heading { /* 1000px以上 */
	padding: 37px 0;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cuisine-recommend__text-wrap { /* 1000px以上 */
	width: 393px;
}

.cuisine-recommend__text { /* 1000px以上 */
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(27px);
	transform: translateX(27px);
	width: 393px;
	padding: 46px 43px;
	border-top: 1px solid #c7a699;
	border-left: 1px solid #c7a699;
}

.cuisine-field__gallery { /* 1000px以上 */
	gap: 68px;
}

.facility-top { /* 1000px以上 */
	margin-bottom: 205px;
	overflow: inherit;
}

.facility-top__image { /* 1000px以上 */
	margin-right: 355px;
}

.facility-top__main { /* 1000px以上 */
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	padding: 75px 0 75px 60px;
	gap: 40px 0;
	width: min(50%, 605px);
}

}

@media screen and (min-width: 1000px) and (max-width: 1199.98px) {

.reason__image {
	width: 52.7vw;
}

.reason--center-reverse__image {
	width: 100%;
}

.reason--center__image {
	width: 100%;
}

.reason--reverse__image {
	-webkit-transform: translateX(-5vw);
	transform: translateX(-5vw);
}

.reason--square__image {
	width: 100%;
}

}

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

.fair-detail {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 600px;
	margin: 0 auto;
}

.fair-detail__data {
	width: 100%;
}

.fair-detail__image {
	width: 100%;
}

}

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

div[id],
section[id],
article[id] { /* sp */
	scroll-margin-top: 60px;
}

.text-sp-left { /* sp */
	text-align: left !important;
}

.text-sp-center { /* sp */
	text-align: center !important;
}

.text-sp-right { /* sp */
	text-align: right !important;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.mt-sp-0 {
	margin-top: 0px !important;
}

.mb-sp-0 {
	margin-bottom: 0px !important;
}

.mr-sp-0 {
	margin-right: 0px !important;
}

.ml-sp-0 {
	margin-left: 0px !important;
}

.mx-sp-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-sp-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* sp */

.mt-sp-5 {
	margin-top: 5px !important;
}

.mb-sp-5 {
	margin-bottom: 5px !important;
}

.mr-sp-5 {
	margin-right: 5px !important;
}

.ml-sp-5 {
	margin-left: 5px !important;
}

.mx-sp-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-sp-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* sp */

.mt-sp-10 {
	margin-top: 10px !important;
}

.mb-sp-10 {
	margin-bottom: 10px !important;
}

.mr-sp-10 {
	margin-right: 10px !important;
}

.ml-sp-10 {
	margin-left: 10px !important;
}

.mx-sp-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-sp-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* sp */

.mt-sp-15 {
	margin-top: 15px !important;
}

.mb-sp-15 {
	margin-bottom: 15px !important;
}

.mr-sp-15 {
	margin-right: 15px !important;
}

.ml-sp-15 {
	margin-left: 15px !important;
}

.mx-sp-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-sp-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* sp */

.mt-sp-20 {
	margin-top: 20px !important;
}

.mb-sp-20 {
	margin-bottom: 20px !important;
}

.mr-sp-20 {
	margin-right: 20px !important;
}

.ml-sp-20 {
	margin-left: 20px !important;
}

.mx-sp-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-sp-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* sp */

.mt-sp-25 {
	margin-top: 25px !important;
}

.mb-sp-25 {
	margin-bottom: 25px !important;
}

.mr-sp-25 {
	margin-right: 25px !important;
}

.ml-sp-25 {
	margin-left: 25px !important;
}

.mx-sp-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-sp-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* sp */

.mt-sp-30 {
	margin-top: 30px !important;
}

.mb-sp-30 {
	margin-bottom: 30px !important;
}

.mr-sp-30 {
	margin-right: 30px !important;
}

.ml-sp-30 {
	margin-left: 30px !important;
}

.mx-sp-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-sp-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* sp */

.mt-sp-35 {
	margin-top: 35px !important;
}

.mb-sp-35 {
	margin-bottom: 35px !important;
}

.mr-sp-35 {
	margin-right: 35px !important;
}

.ml-sp-35 {
	margin-left: 35px !important;
}

.mx-sp-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-sp-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* sp */

.mt-sp-40 {
	margin-top: 40px !important;
}

.mb-sp-40 {
	margin-bottom: 40px !important;
}

.mr-sp-40 {
	margin-right: 40px !important;
}

.ml-sp-40 {
	margin-left: 40px !important;
}

.mx-sp-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-sp-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* sp */

.mt-sp-45 {
	margin-top: 45px !important;
}

.mb-sp-45 {
	margin-bottom: 45px !important;
}

.mr-sp-45 {
	margin-right: 45px !important;
}

.ml-sp-45 {
	margin-left: 45px !important;
}

.mx-sp-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-sp-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* sp */

.mt-sp-50 {
	margin-top: 50px !important;
}

.mb-sp-50 {
	margin-bottom: 50px !important;
}

.mr-sp-50 {
	margin-right: 50px !important;
}

.ml-sp-50 {
	margin-left: 50px !important;
}

.mx-sp-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-sp-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* sp */

.mt-sp-55 {
	margin-top: 55px !important;
}

.mb-sp-55 {
	margin-bottom: 55px !important;
}

.mr-sp-55 {
	margin-right: 55px !important;
}

.ml-sp-55 {
	margin-left: 55px !important;
}

.mx-sp-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-sp-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* sp */

.mt-sp-60 {
	margin-top: 60px !important;
}

.mb-sp-60 {
	margin-bottom: 60px !important;
}

.mr-sp-60 {
	margin-right: 60px !important;
}

.ml-sp-60 {
	margin-left: 60px !important;
}

.mx-sp-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-sp-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* sp */

.mt-sp-65 {
	margin-top: 65px !important;
}

.mb-sp-65 {
	margin-bottom: 65px !important;
}

.mr-sp-65 {
	margin-right: 65px !important;
}

.ml-sp-65 {
	margin-left: 65px !important;
}

.mx-sp-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-sp-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* sp */

.mt-sp-70 {
	margin-top: 70px !important;
}

.mb-sp-70 {
	margin-bottom: 70px !important;
}

.mr-sp-70 {
	margin-right: 70px !important;
}

.ml-sp-70 {
	margin-left: 70px !important;
}

.mx-sp-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-sp-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* sp */

.mt-sp-75 {
	margin-top: 75px !important;
}

.mb-sp-75 {
	margin-bottom: 75px !important;
}

.mr-sp-75 {
	margin-right: 75px !important;
}

.ml-sp-75 {
	margin-left: 75px !important;
}

.mx-sp-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-sp-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* sp */

.mt-sp-80 {
	margin-top: 80px !important;
}

.mb-sp-80 {
	margin-bottom: 80px !important;
}

.mr-sp-80 {
	margin-right: 80px !important;
}

.ml-sp-80 {
	margin-left: 80px !important;
}

.mx-sp-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-sp-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* sp */

.mt-sp-85 {
	margin-top: 85px !important;
}

.mb-sp-85 {
	margin-bottom: 85px !important;
}

.mr-sp-85 {
	margin-right: 85px !important;
}

.ml-sp-85 {
	margin-left: 85px !important;
}

.mx-sp-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-sp-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* sp */

.mt-sp-90 {
	margin-top: 90px !important;
}

.mb-sp-90 {
	margin-bottom: 90px !important;
}

.mr-sp-90 {
	margin-right: 90px !important;
}

.ml-sp-90 {
	margin-left: 90px !important;
}

.mx-sp-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-sp-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* sp */

.mt-sp-95 {
	margin-top: 95px !important;
}

.mb-sp-95 {
	margin-bottom: 95px !important;
}

.mr-sp-95 {
	margin-right: 95px !important;
}

.ml-sp-95 {
	margin-left: 95px !important;
}

.mx-sp-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-sp-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* sp */

.mt-sp-100 {
	margin-top: 100px !important;
}

.mb-sp-100 {
	margin-bottom: 100px !important;
}

.mr-sp-100 {
	margin-right: 100px !important;
}

.ml-sp-100 {
	margin-left: 100px !important;
}

.mx-sp-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-sp-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* sp */

.mt-sp-110 {
	margin-top: 110px !important;
}

.mb-sp-110 {
	margin-bottom: 110px !important;
}

.mr-sp-110 {
	margin-right: 110px !important;
}

.ml-sp-110 {
	margin-left: 110px !important;
}

.mx-sp-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-sp-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

/* sp */

.mt-sp-120 {
	margin-top: 120px !important;
}

.mb-sp-120 {
	margin-bottom: 120px !important;
}

.mr-sp-120 {
	margin-right: 120px !important;
}

.ml-sp-120 {
	margin-left: 120px !important;
}

.mx-sp-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.my-sp-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

/* sp */

.mt-sp-130 {
	margin-top: 130px !important;
}

.mb-sp-130 {
	margin-bottom: 130px !important;
}

.mr-sp-130 {
	margin-right: 130px !important;
}

.ml-sp-130 {
	margin-left: 130px !important;
}

.mx-sp-130 {
	margin-left: 130px !important;
	margin-right: 130px !important;
}

.my-sp-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !important;
}

/* sp */

.mt-sp-140 {
	margin-top: 140px !important;
}

.mb-sp-140 {
	margin-bottom: 140px !important;
}

.mr-sp-140 {
	margin-right: 140px !important;
}

.ml-sp-140 {
	margin-left: 140px !important;
}

.mx-sp-140 {
	margin-left: 140px !important;
	margin-right: 140px !important;
}

.my-sp-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !important;
}

/* sp */

.mt-sp-150 {
	margin-top: 150px !important;
}

.mb-sp-150 {
	margin-bottom: 150px !important;
}

.mr-sp-150 {
	margin-right: 150px !important;
}

.ml-sp-150 {
	margin-left: 150px !important;
}

.mx-sp-150 {
	margin-left: 150px !important;
	margin-right: 150px !important;
}

.my-sp-150 {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}

/* sp */

.mt-sp-160 {
	margin-top: 160px !important;
}

.mb-sp-160 {
	margin-bottom: 160px !important;
}

.mr-sp-160 {
	margin-right: 160px !important;
}

.ml-sp-160 {
	margin-left: 160px !important;
}

.mx-sp-160 {
	margin-left: 160px !important;
	margin-right: 160px !important;
}

.my-sp-160 {
	margin-top: 160px !important;
	margin-bottom: 160px !important;
}

/* sp */

.mt-sp-170 {
	margin-top: 170px !important;
}

.mb-sp-170 {
	margin-bottom: 170px !important;
}

.mr-sp-170 {
	margin-right: 170px !important;
}

.ml-sp-170 {
	margin-left: 170px !important;
}

.mx-sp-170 {
	margin-left: 170px !important;
	margin-right: 170px !important;
}

.my-sp-170 {
	margin-top: 170px !important;
	margin-bottom: 170px !important;
}

/* sp */

.mt-sp-180 {
	margin-top: 180px !important;
}

.mb-sp-180 {
	margin-bottom: 180px !important;
}

.mr-sp-180 {
	margin-right: 180px !important;
}

.ml-sp-180 {
	margin-left: 180px !important;
}

.mx-sp-180 {
	margin-left: 180px !important;
	margin-right: 180px !important;
}

.my-sp-180 {
	margin-top: 180px !important;
	margin-bottom: 180px !important;
}

/* sp */

.mt-sp-190 {
	margin-top: 190px !important;
}

.mb-sp-190 {
	margin-bottom: 190px !important;
}

.mr-sp-190 {
	margin-right: 190px !important;
}

.ml-sp-190 {
	margin-left: 190px !important;
}

.mx-sp-190 {
	margin-left: 190px !important;
	margin-right: 190px !important;
}

.my-sp-190 {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}

/* sp */

.mt-sp-200 {
	margin-top: 200px !important;
}

.mb-sp-200 {
	margin-bottom: 200px !important;
}

.mr-sp-200 {
	margin-right: 200px !important;
}

.ml-sp-200 {
	margin-left: 200px !important;
}

.mx-sp-200 {
	margin-left: 200px !important;
	margin-right: 200px !important;
}

.my-sp-200 {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}

/* sp */

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

.pt-sp-0 {
	padding-top: 0px !important;
}

.pb-sp-0 {
	padding-bottom: 0px !important;
}

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

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

.px-sp-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-sp-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* sp */

.p-sp-5 {
	padding: 5px !important;
}

.pt-sp-5 {
	padding-top: 5px !important;
}

.pb-sp-5 {
	padding-bottom: 5px !important;
}

.pr-sp-5 {
	padding-right: 5px !important;
}

.pl-sp-5 {
	padding-left: 5px !important;
}

.px-sp-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-sp-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* sp */

.p-sp-10 {
	padding: 10px !important;
}

.pt-sp-10 {
	padding-top: 10px !important;
}

.pb-sp-10 {
	padding-bottom: 10px !important;
}

.pr-sp-10 {
	padding-right: 10px !important;
}

.pl-sp-10 {
	padding-left: 10px !important;
}

.px-sp-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-sp-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* sp */

.p-sp-15 {
	padding: 15px !important;
}

.pt-sp-15 {
	padding-top: 15px !important;
}

.pb-sp-15 {
	padding-bottom: 15px !important;
}

.pr-sp-15 {
	padding-right: 15px !important;
}

.pl-sp-15 {
	padding-left: 15px !important;
}

.px-sp-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-sp-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* sp */

.p-sp-20 {
	padding: 20px !important;
}

.pt-sp-20 {
	padding-top: 20px !important;
}

.pb-sp-20 {
	padding-bottom: 20px !important;
}

.pr-sp-20 {
	padding-right: 20px !important;
}

.pl-sp-20 {
	padding-left: 20px !important;
}

.px-sp-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-sp-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* sp */

.p-sp-25 {
	padding: 25px !important;
}

.pt-sp-25 {
	padding-top: 25px !important;
}

.pb-sp-25 {
	padding-bottom: 25px !important;
}

.pr-sp-25 {
	padding-right: 25px !important;
}

.pl-sp-25 {
	padding-left: 25px !important;
}

.px-sp-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-sp-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* sp */

.p-sp-30 {
	padding: 30px !important;
}

.pt-sp-30 {
	padding-top: 30px !important;
}

.pb-sp-30 {
	padding-bottom: 30px !important;
}

.pr-sp-30 {
	padding-right: 30px !important;
}

.pl-sp-30 {
	padding-left: 30px !important;
}

.px-sp-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-sp-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* sp */

.p-sp-35 {
	padding: 35px !important;
}

.pt-sp-35 {
	padding-top: 35px !important;
}

.pb-sp-35 {
	padding-bottom: 35px !important;
}

.pr-sp-35 {
	padding-right: 35px !important;
}

.pl-sp-35 {
	padding-left: 35px !important;
}

.px-sp-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-sp-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* sp */

.p-sp-40 {
	padding: 40px !important;
}

.pt-sp-40 {
	padding-top: 40px !important;
}

.pb-sp-40 {
	padding-bottom: 40px !important;
}

.pr-sp-40 {
	padding-right: 40px !important;
}

.pl-sp-40 {
	padding-left: 40px !important;
}

.px-sp-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-sp-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* sp */

.p-sp-45 {
	padding: 45px !important;
}

.pt-sp-45 {
	padding-top: 45px !important;
}

.pb-sp-45 {
	padding-bottom: 45px !important;
}

.pr-sp-45 {
	padding-right: 45px !important;
}

.pl-sp-45 {
	padding-left: 45px !important;
}

.px-sp-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-sp-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

/* sp */

.p-sp-50 {
	padding: 50px !important;
}

.pt-sp-50 {
	padding-top: 50px !important;
}

.pb-sp-50 {
	padding-bottom: 50px !important;
}

.pr-sp-50 {
	padding-right: 50px !important;
}

.pl-sp-50 {
	padding-left: 50px !important;
}

.px-sp-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-sp-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* sp */

.p-sp-55 {
	padding: 55px !important;
}

.pt-sp-55 {
	padding-top: 55px !important;
}

.pb-sp-55 {
	padding-bottom: 55px !important;
}

.pr-sp-55 {
	padding-right: 55px !important;
}

.pl-sp-55 {
	padding-left: 55px !important;
}

.px-sp-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-sp-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

/* sp */

.p-sp-60 {
	padding: 60px !important;
}

.pt-sp-60 {
	padding-top: 60px !important;
}

.pb-sp-60 {
	padding-bottom: 60px !important;
}

.pr-sp-60 {
	padding-right: 60px !important;
}

.pl-sp-60 {
	padding-left: 60px !important;
}

.px-sp-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-sp-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* sp */

.p-sp-65 {
	padding: 65px !important;
}

.pt-sp-65 {
	padding-top: 65px !important;
}

.pb-sp-65 {
	padding-bottom: 65px !important;
}

.pr-sp-65 {
	padding-right: 65px !important;
}

.pl-sp-65 {
	padding-left: 65px !important;
}

.px-sp-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-sp-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

/* sp */

.p-sp-70 {
	padding: 70px !important;
}

.pt-sp-70 {
	padding-top: 70px !important;
}

.pb-sp-70 {
	padding-bottom: 70px !important;
}

.pr-sp-70 {
	padding-right: 70px !important;
}

.pl-sp-70 {
	padding-left: 70px !important;
}

.px-sp-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-sp-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

/* sp */

.p-sp-75 {
	padding: 75px !important;
}

.pt-sp-75 {
	padding-top: 75px !important;
}

.pb-sp-75 {
	padding-bottom: 75px !important;
}

.pr-sp-75 {
	padding-right: 75px !important;
}

.pl-sp-75 {
	padding-left: 75px !important;
}

.px-sp-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-sp-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/* sp */

.p-sp-80 {
	padding: 80px !important;
}

.pt-sp-80 {
	padding-top: 80px !important;
}

.pb-sp-80 {
	padding-bottom: 80px !important;
}

.pr-sp-80 {
	padding-right: 80px !important;
}

.pl-sp-80 {
	padding-left: 80px !important;
}

.px-sp-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-sp-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* sp */

.p-sp-85 {
	padding: 85px !important;
}

.pt-sp-85 {
	padding-top: 85px !important;
}

.pb-sp-85 {
	padding-bottom: 85px !important;
}

.pr-sp-85 {
	padding-right: 85px !important;
}

.pl-sp-85 {
	padding-left: 85px !important;
}

.px-sp-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-sp-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

/* sp */

.p-sp-90 {
	padding: 90px !important;
}

.pt-sp-90 {
	padding-top: 90px !important;
}

.pb-sp-90 {
	padding-bottom: 90px !important;
}

.pr-sp-90 {
	padding-right: 90px !important;
}

.pl-sp-90 {
	padding-left: 90px !important;
}

.px-sp-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-sp-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/* sp */

.p-sp-95 {
	padding: 95px !important;
}

.pt-sp-95 {
	padding-top: 95px !important;
}

.pb-sp-95 {
	padding-bottom: 95px !important;
}

.pr-sp-95 {
	padding-right: 95px !important;
}

.pl-sp-95 {
	padding-left: 95px !important;
}

.px-sp-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-sp-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

/* sp */

.p-sp-100 {
	padding: 100px !important;
}

.pt-sp-100 {
	padding-top: 100px !important;
}

.pb-sp-100 {
	padding-bottom: 100px !important;
}

.pr-sp-100 {
	padding-right: 100px !important;
}

.pl-sp-100 {
	padding-left: 100px !important;
}

.px-sp-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-sp-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* sp */

.p-sp-110 {
	padding: 110px !important;
}

.pt-sp-110 {
	padding-top: 110px !important;
}

.pb-sp-110 {
	padding-bottom: 110px !important;
}

.pr-sp-110 {
	padding-right: 110px !important;
}

.pl-sp-110 {
	padding-left: 110px !important;
}

.px-sp-110 {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.py-sp-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

/* sp */

.p-sp-120 {
	padding: 120px !important;
}

.pt-sp-120 {
	padding-top: 120px !important;
}

.pb-sp-120 {
	padding-bottom: 120px !important;
}

.pr-sp-120 {
	padding-right: 120px !important;
}

.pl-sp-120 {
	padding-left: 120px !important;
}

.px-sp-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.py-sp-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

/* sp */

.p-sp-130 {
	padding: 130px !important;
}

.pt-sp-130 {
	padding-top: 130px !important;
}

.pb-sp-130 {
	padding-bottom: 130px !important;
}

.pr-sp-130 {
	padding-right: 130px !important;
}

.pl-sp-130 {
	padding-left: 130px !important;
}

.px-sp-130 {
	padding-left: 130px !important;
	padding-right: 130px !important;
}

.py-sp-130 {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}

/* sp */

.p-sp-140 {
	padding: 140px !important;
}

.pt-sp-140 {
	padding-top: 140px !important;
}

.pb-sp-140 {
	padding-bottom: 140px !important;
}

.pr-sp-140 {
	padding-right: 140px !important;
}

.pl-sp-140 {
	padding-left: 140px !important;
}

.px-sp-140 {
	padding-left: 140px !important;
	padding-right: 140px !important;
}

.py-sp-140 {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
}

/* sp */

.p-sp-150 {
	padding: 150px !important;
}

.pt-sp-150 {
	padding-top: 150px !important;
}

.pb-sp-150 {
	padding-bottom: 150px !important;
}

.pr-sp-150 {
	padding-right: 150px !important;
}

.pl-sp-150 {
	padding-left: 150px !important;
}

.px-sp-150 {
	padding-left: 150px !important;
	padding-right: 150px !important;
}

.py-sp-150 {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

/* sp */

.p-sp-160 {
	padding: 160px !important;
}

.pt-sp-160 {
	padding-top: 160px !important;
}

.pb-sp-160 {
	padding-bottom: 160px !important;
}

.pr-sp-160 {
	padding-right: 160px !important;
}

.pl-sp-160 {
	padding-left: 160px !important;
}

.px-sp-160 {
	padding-left: 160px !important;
	padding-right: 160px !important;
}

.py-sp-160 {
	padding-top: 160px !important;
	padding-bottom: 160px !important;
}

/* sp */

.p-sp-170 {
	padding: 170px !important;
}

.pt-sp-170 {
	padding-top: 170px !important;
}

.pb-sp-170 {
	padding-bottom: 170px !important;
}

.pr-sp-170 {
	padding-right: 170px !important;
}

.pl-sp-170 {
	padding-left: 170px !important;
}

.px-sp-170 {
	padding-left: 170px !important;
	padding-right: 170px !important;
}

.py-sp-170 {
	padding-top: 170px !important;
	padding-bottom: 170px !important;
}

/* sp */

.p-sp-180 {
	padding: 180px !important;
}

.pt-sp-180 {
	padding-top: 180px !important;
}

.pb-sp-180 {
	padding-bottom: 180px !important;
}

.pr-sp-180 {
	padding-right: 180px !important;
}

.pl-sp-180 {
	padding-left: 180px !important;
}

.px-sp-180 {
	padding-left: 180px !important;
	padding-right: 180px !important;
}

.py-sp-180 {
	padding-top: 180px !important;
	padding-bottom: 180px !important;
}

/* sp */

.p-sp-190 {
	padding: 190px !important;
}

.pt-sp-190 {
	padding-top: 190px !important;
}

.pb-sp-190 {
	padding-bottom: 190px !important;
}

.pr-sp-190 {
	padding-right: 190px !important;
}

.pl-sp-190 {
	padding-left: 190px !important;
}

.px-sp-190 {
	padding-left: 190px !important;
	padding-right: 190px !important;
}

.py-sp-190 {
	padding-top: 190px !important;
	padding-bottom: 190px !important;
}

/* sp */

.p-sp-200 {
	padding: 200px !important;
}

.pt-sp-200 {
	padding-top: 200px !important;
}

.pb-sp-200 {
	padding-bottom: 200px !important;
}

.pr-sp-200 {
	padding-right: 200px !important;
}

.pl-sp-200 {
	padding-left: 200px !important;
}

.px-sp-200 {
	padding-left: 200px !important;
	padding-right: 200px !important;
}

.py-sp-200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

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

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.l-header { /* sp */
	height: 60px;
	padding: 1em 3% 1em 5%;
}

.l-navi { /* sp */
	max-width: none;
}

.l-navi__inner { /* sp */
}

.l-page { /* sp */
	margin: 60px 0 0;
}

.l-page--home { /* sp */
	margin: 0;
}

.l-2col { /* sp */
	display: block;
}

.l-2col__side { /* sp */
	padding-right: 0;
	margin-bottom: 40px;
}

.l-2col__main { /* sp */
	width: 100%;
}

.heading-primary { /* sp */
	margin-bottom: 35px;
}

.heading-primary__en { /* sp */
	font-size: 3.5rem;
}

.heading-primary__en__sm { /* sp */
	font-size: 2rem;
	margin-bottom: 10px;
}

.heading-primary__jp { /* sp */
	font-size: 1.6rem;
}

.heading-secondary__jp { /* sp */
	font-size: 2rem;
}

.heading-tertiary { /* sp */
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.heading-border { /* sp */
	font-size: 1.8rem;
	padding: 20px 0;
}

.heading-border__date { /* sp */
	font-size: 3rem;
}

.heading-border__date span { /* sp */
	font-size: 1.8rem;
}

.text-base { /* sp */
	font-size: 1.75rem;
	line-height: 1.5;
}

.text-base p:not(:last-of-type),
.text-base ol:not(:last-of-type),
.text-base ul:not(:last-of-type) { /* sp */
	margin-bottom: sp-line-heightem;
}

.text-lg { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.lead-text { /* sp */
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 40px;
}

.button-primary::after { /* sp */
	width: 3.95em;
	height: 2.14em;
	margin-left: 1.07em;
}

.point-text-block__en { /* sp */
	text-align: left;
	font-size: 1.2rem;
}

.point-text-block__number { /* sp */
	margin: 5px auto 16px 0;
	font-size: 3.5rem;
}

.point-text-block__large-text { /* sp */
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 10px;
}

.point-text-block__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.list-1__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.list-1__item:not(:last-of-type) { /* sp */
	margin-bottom: clamp(1.5rem, -7rem + 8.5vw, 3.2rem);
}

.list-1__text { /* sp */
	font-size: 1.5rem;
}

.list-1--big__head { /* sp */
	height: 35px;
}

.list-2__item { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.list-2__item:not(:last-child) { /* sp */
	margin-bottom: 1em;
}

.header-logo a { /* sp */
	width: 80px;
}

.l-header--home .header-logo a { /* sp */
	width: 80px;
}

.menu-btn__icon { /* sp */
	width: 40px;
	height: 20px;
}

.header-info { /* sp */
	gap: 15px;
}

.header-info__buttons { /* sp */
	gap: 5px;
}

.header-info__button { /* sp */
	background: none;
	color: #393939;
	width: auto;
	font-size: 1.2rem;
	border: 1px solid #cccccc;
	border-radius: 0;
}

.footer { /* sp */
	padding-top: 50px;
}

.footer__inner { /* sp */
	display: block;
}

.footer__map iframe { /* sp */
	width: 100%;
	height: 200px;
}

.footer__info { /* sp */
	margin-top: 15px;
	margin-bottom: 0;
}

.footer__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.footer__tel { /* sp */
	font-size: 2.5rem;
}

.footer__bottom { /* sp */
	padding: 25px 0;
}

.footer__logo { /* sp */
	margin-top: 20px;
}

.footer-cv { /* sp */
	margin-top: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.footer-cv__item a { /* sp */
	width: 100%;
}

.footer-navi-wrap { /* sp */
	margin-top: 25px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 30px 0;
	max-width: none;
}

.footer-navi { /* sp */
	width: 50%;
}

.gnavi { /* sp */
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px 4%;
}

.gnavi__item { /* sp */
}

.gnavi__icon { /* sp */
	margin-right: 7px;
}

.gnavi__ja { /* sp */
	font-size: 1.4rem;
}

.gnavi-bottom__info { /* sp */
	display: block;
	text-align: center;
}

.gnavi-bottom__address { /* sp */
	margin-top: 15px;
}

.page-head { /* sp */
	padding-top: 20px;
}

.page-head__title { /* sp */
	padding: 60px 0 30px;
}

.page-head__title__en { /* sp */
	font-size: 4rem;
}

.page-head__title__en--sm { /* sp */
	font-size: 1.6rem;
}

.page-head__title__jp { /* sp */
	font-size: 1.5rem;
}

.page-head__title__jp--sm { /* sp */
	font-size: 2.2rem;
}

.page-head-simple { /* sp */
	padding-top: 20px;
}

.page-head-simple--mb { /* sp */
	margin-bottom: 0;
}

.page-head-simple--mb-sm { /* sp */
	margin-bottom: 40px;
}

.fair-reserve { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 0;
	gap: 30px;
	padding: 50px 0;
}

.fair-reserve::before { /* sp */
	display: none;
}

.fair-reserve__image { /* sp */
	width: 100%;
}

.fair-reserve__text-wrap { /* sp */
	width: 100%;
	padding-bottom: 0;
}

.fair-reserve__title { /* sp */
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.fair-reserve__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.fair-reserve__link { /* sp */
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.fair-reserve { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.fair-list-date { /* sp */
	width: 60px;
	height: 85px;
}

.fair-list-date__year { /* sp */
	font-size: 1.4rem;
}

.fair-list-date__day { /* sp */
	font-size: 2rem;
}

.fair-list-date__week { /* sp */
	font-size: 1.4rem;
}

.fair-calendar .fc .fc-multimonth { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month { /* sp */
	width: 100% !important;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-title { /* sp */
	font-size: 3rem;
}

.fair-calendar .fc .fc-multimonth .fc-multimonth-month .fc-multimonth-header .fc-multimonth-title span { /* sp */
	font-size: 1.6rem;
	margin: -5px;
}

.fair-calendar .fc .fc-header-toolbar { /* sp */
	margin-top: 30px;
}

.fair-calendar .fc .fc-header-toolbar .fc-toolbar-chunk .fc-next-button::after { /* sp */
	width: 3.95em;
	height: 2.14em;
	margin-left: 1.07em;
}

.section { /* sp */
	padding: 50px 0;
}

.home-banquet { /* sp */
	aspect-ratio: 6/4;
}

.home-banquet__inner { /* sp */
	grid-template-columns: 30% 70%;
}

.home-banquet__text { /* sp */
	right: 30px;
}

.home-banquet__text__text { /* sp */
	right: -10px;
}

.mainvisual { /* sp */
	position: relative;
}

.mainvisual__inner { /* sp */
	position: static;
}

.mainvisual__links { /* sp */
	left: auto;
	right: calc(5% + 5px);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 10px;
	width: auto;
}

.mainvisual__links::before { /* sp */
	bottom: 50%;
	left: auto;
	right: calc(100% + 10px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
}

.mainvisual__links__item { /* sp */
	width: 23px;
}

.mainvisual__movie { /* sp */
	width: 90%;
}

.mainvisual__buttons { /* sp */
	top: 70px;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
	max-width: 400px;
}

.mainvisual__buttons__item { /* sp */
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	font-size: 1.3rem;
	width: calc((100% - 10px) / 3);
	height: auto;
}

.mainvisual__buttons__item a { /* sp */
	padding: 0.3em 0.4em;
}

.home-lead { /* sp */
	padding: 50px 0;
}

.home-lead__heading { /* sp */
	width: 300px;
	margin-bottom: 30px;
}

.home-lead__text-en { /* sp */
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.home-lead__text-jp { /* sp */
	font-size: clamp(1.5rem, 1.4284116331rem + 0.2237136465vw, 1.6rem);
	line-height: 1.7;
}

.home-reasons { /* sp */
	padding: 80px 0;
}

.home-reasons__contents { /* sp */
	padding: 40px 15px;
}

.home-reasons__contents::before { /* sp */
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}

.home-reasons__heading { /* sp */
	font-size: 3.5rem;
}

.home-reasons__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.7;
}

.home-reasons__btn a { /* sp */
	font-size: 1.5rem;
	padding: 18px 30px;
	max-width: 100%;
}

.home-page-link__contents { /* sp */
	padding: 50px 10px;
}

.home-page-link__lead { /* sp */
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.home-page-link__item { /* sp */
	width: 32%;
}

.home-page-link__image { /* sp */
	margin-bottom: 10px;
}

.home-page-link__en { /* sp */
	font-size: 2rem;
}

.home-page-link__jp { /* sp */
	font-size: 1.2rem;
}

.home-fair { /* sp */
	padding: 70px 0;
}

.home-fair__contents { /* sp */
	display: block;
}

.home-fair__calendar { /* sp */
	width: 100%;
	margin-bottom: 20px;
}

.home-fair__list { /* sp */
	width: 100%;
}

.home-fair__title { /* sp */
	line-height: 1.5;
}

.home-plan { /* sp */
	overflow: hidden;
}

.home-plan-list-wrap { /* sp */
	overflow: visible !important;
}

.home-plan-list-wrap .swiper-button-prev { /* sp */
	left: 0%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.home-plan-list-wrap .swiper-button-next { /* sp */
	right: 0%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.home-plan-list__item a { /* sp */
	display: block;
	padding: 30px 15px;
}

.home-plan-list__image { /* sp */
	width: 100%;
	margin-bottom: 20px;
}

.home-plan-list__main { /* sp */
	width: 100%;
}

.home-plan-list__title { /* sp */
	font-size: 1.7rem;
}

.home-plan-list__label { /* sp */
	font-size: 1.7rem;
}

.home-plan-list__label span { /* sp */
	font-size: 2.2rem;
}

.home-topics { /* sp */
	padding: 60px 0;
}

.home-topics__heading { /* sp */
	font-size: 3rem;
}

.home-topics__list__item a { /* sp */
	padding: 15px 0;
}

.home-topics__image { /* sp */
	width: 30%;
	margin-right: 4dvi;
}

.home-topics__main { /* sp */
	display: block;
}

.home-topics__date { /* sp */
	font-size: 1.4rem;
	margin-right: 0;
}

.home-topics__title { /* sp */
	font-size: 1.4rem;
	line-height: 1.35;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-report__lead { /* sp */
	margin-bottom: 30px;
}

.home-report__list { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.home-report__main { /* sp */
	margin-top: 10px;
}

.home-report__date { /* sp */
	font-size: 1.6rem;
}

.home-report__title { /* sp */
	font-size: 1.5rem;
}

.home-cuisine { /* sp */
	padding: 60px 0;
}

.home-cuisine__contents { /* sp */
	display: block;
}

.home-cuisine__image-wrap { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
	width: calc(50vw + 50%);
}

.home-cuisine__image { /* sp */
	width: 100%;
	aspect-ratio: 544/544;
}

.home-cuisine__main { /* sp */
	width: 100%;
	padding: 30px 0 0;
}

.home-cuisine__images { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	gap: 10px;
}

.home-dress { /* sp */
	padding: 0 0 60px;
}

.home-dress__contents { /* sp */
	display: block;
}

.home-dress__image-wrap { /* sp */
	width: calc(50vw + 50%);
}

.home-dress__image { /* sp */
	width: 100%;
	aspect-ratio: 544/544;
}

.home-dress__image img { /* sp */
	-o-object-position: center top;
	object-position: center top;
}

.home-dress__main { /* sp */
	width: 100%;
}

.home-dress__images { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	gap: 10px;
}

.instagram { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.instagram__image { /* sp */
	width: 100%;
}

.instagram__inner { /* sp */
	width: 100%;
}

.instagram__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.anchor-link { /* sp */
	margin-top: 20px;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 10px;
}

.anchor-link__item { /* sp */
	max-width: none;
	border: 1px solid #393939;
	padding: 5px;
	border-radius: 10px;
}

.anchor-link__image { /* sp */
	display: none;
}

.anchor-link__number { /* sp */
	font-size: 2rem;
	margin-top: 0;
}

.anchor-link__text { /* sp */
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.reasons { /* sp */
	padding: 70px 0;
	margin-top: 70px;
}

.reason--square .reason-image-50 { /* sp */
	display: none;
}

.reason-wrap { /* sp */
	margin-bottom: 80px;
}

.reason-wrap[id] { /* sp */
	scroll-margin-top: 130px;
}

.reason-text-topper { /* sp */
	right: 10px;
	top: -40px;
}

.reason-text-topper__text { /* sp */
	font-size: 1.5rem;
	line-height: 3;
}

.reason-text-topper--left { /* sp */
	right: 10px;
	left: unset;
}

.chapel-head { /* sp */
	margin-bottom: 20px;
}

.chapel-lead { /* sp */
	padding: 50px 0;
}

.chapel-lead__capacity { /* sp */
	font-size: 1.5rem;
}

.chapel-lead__text-en { /* sp */
	font-size: 1.4rem;
	margin-top: 30px;
}

.chapel-features-wrap { /* sp */
	padding: 50px 0 100px;
}

.chapel-features { /* sp */
	margin-top: 0;
}

.chapel-features__item { /* sp */
	display: block;
}

.chapel-features__item:not(:last-child) { /* sp */
	margin-bottom: 55px;
}

.chapel-features__image { /* sp */
	width: 100%;
}

.chapel-features__heading { /* sp */
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.chapel-features__heading::before { /* sp */
	width: 100%;
}

.chapel-features__heading__en { /* sp */
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.chapel-features__heading__jp { /* sp */
	font-size: 1.8rem;
}

.ceremony-style { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 30px 2.5%;
}

.ceremony-style__item { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
}

.ceremony-style__image { /* sp */
	width: 135px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ceremony-style__main { /* sp */
	margin-top: 0;
}

.ceremony-style__heading { /* sp */
	margin-bottom: 15px;
	text-align: left;
}

.ceremony-style__heading__jp { /* sp */
	font-size: 1.7rem;
}

.ceremony-style__heading__en { /* sp */
	font-size: 1.4rem;
}

.ceremony-style__text { /* sp */
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0;
}

.ceremony-style__capacity__head { /* sp */
	font-size: 1.8rem;
}

.ceremony-style__capacity__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.banquet-wrap { /* sp */
	padding-bottom: 40px;
}

.banquet { /* sp */
	padding: 50px 0;
	background-position: center bottom 20%;
	background-size: 900px auto;
}

.banquet__contents { /* sp */
	display: block;
}

.banquet__image-wrap { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	margin-bottom: 20px;
}

.banquet__image { /* sp */
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.banquet__main { /* sp */
	width: 100%;
}

.banquet__images { /* sp */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	gap: 10px;
	margin-top: 40px;
}

.related-page { /* sp */
	padding: 75px 0;
}

.related-list__item a { /* sp */
	display: block;
}

.related-list__image { /* sp */
	width: 100%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.related-list__image img { /* sp */
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.related-list__main { /* sp */
	padding: 20px;
	width: 90%;
}

.related-list__main::before { /* sp */
	right: auto;
	left: 0;
	width: 100%;
	height: calc(100% + 200px);
}

.related-list__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.card-link { /* sp */
	display: block;
}

.card-link__image { /* sp */
	width: 100%;
}

.card-link__main { /* sp */
	padding-top: 20px;
	padding-bottom: 50px;
	padding: 20px 20px 50px;
	width: 100%;
}

.card-link__heading { /* sp */
	font-size: 1.8rem;
}

.card-link__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.fair__food { /* sp */
	margin: 70px 0;
}

.fair__food { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.fair__food__image { /* sp */
	width: 100%;
}

.fair__food__text-large { /* sp */
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.fair__food__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.fair__food__text p:not(:last-child) { /* sp */
	margin-bottom: 16px;
}

.fair__top-text { /* sp */
	margin-bottom: 50px;
}

.fair__top-text__main { /* sp */
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.fair__top-text__sub { /* sp */
	font-size: 1.5rem;
}

.fair-point { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 0;
	gap: 20px;
	margin-bottom: 40px;
}

.fair-point__image::after { /* sp */
	display: none;
}

.fair-point__image { /* sp */
	width: 100%;
}

.fair-point__text-container { /* sp */
	width: 100%;
	padding-top: 0;
}

.fair-point--reverse { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.fair-why__text-top { /* sp */
	font-size: 1.8rem;
	margin-top: 30px;
}

.fair-why__text-middle { /* sp */
	font-size: 2.8rem;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.fair-why__text-bottom { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}

.fair-why__title::after { /* sp */
	width: 100vw;
	height: 300px;
}

.fair-why__title { /* sp */
	width: 120px;
	margin: 75px auto 0;
}

.fair-why__subtitle { /* sp */
	font-size: 1.8rem;
	padding-bottom: 60px;
}

.fair-why__block__text { /* sp */
	font-size: 1.6rem;
}

.fair-why-top { /* sp */
	padding-top: 75px;
}

.fair-why-contents { /* sp */
	margin: 50px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px;
}

.fair-list-2__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fair-list-2__item__date-wrap { /* sp */
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 10px;
}

.fair-list-2__item__date { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.fair-list-2__item__title { /* sp */
	font-size: 1.6rem;
}

.fair-list-2__item__benefits { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fair-list-2__item__benefits-head { /* sp */
	width: 100%;
	max-width: none;
	height: 30px;
	font-size: 1.6rem;
}

.fair-list-2__item__benefits-text-wrap { /* sp */
	gap: 10px;
}

.fair-list-2__item__benefits-text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.fair-list-2__item__image-wrap { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.fair-list-2__item__button-wrap { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.fair-list-2__item__button { /* sp */
	width: 100%;
}

.fair-list-3 { /* sp */
	padding-bottom: 30px;
}

.fair-list-3__main { /* sp */
	padding: 22px 20px 32px;
}

.fair-list-3__title { /* sp */
	font-size: 1.6rem;
}

.fair-detail { /* sp */
	padding-bottom: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fair-detail__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.fair-detail__time-list__item label { /* sp */
	width: 80px;
	font-size: 1.2rem;
}

.fair-contents { /* sp */
	margin-bottom: 100px;
}

.fair-contents__box__title { /* sp */
	font-size: 1.8rem;
	padding: 6px 10px;
}

.fair-contents__box__list { /* sp */
	padding: 15px;
	font-size: 1.5rem;
}

.fair-contents__box__list dt { /* sp */
	line-height: 1.5;
}

.fair-contents__box__list dd { /* sp */
	line-height: 1.5;
}

.fair-contents__box__list dd + dt { /* sp */
	margin-top: 20px;
}

.fair-contents__box__list__note { /* sp */
	margin-top: 10px;
}

.fair-contents__heading { /* sp */
	font-size: 1.8rem;
}

.fair-contents__col { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
	margin-bottom: 60px;
}

.fair-contents__col__image { /* sp */
	width: 100%;
}

.fair-contents__col__main { /* sp */
	width: 100%;
	gap: 10px 0;
}

.fair-contents__body { /* sp */
	padding: 0;
}

.fair-contents__title { /* sp */
	font-size: 1.5rem;
}

.fair-contents__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.lifewith-mv { /* sp */
	padding: 60px 20px 0;
}

.lifewith-mv__body { /* sp */
	padding: 80px 20px;
}

.lifewith-mv__sub-ttl { /* sp */
	font-size: 1.6rem;
}

.lifewith-lead { /* sp */
	padding-top: 76vw;
	padding-bottom: 100px;
}

.lifewith-lead__ttl { /* sp */
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.lifewith-lead__txt { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.lifewith-about__head { /* sp */
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.lifewith-about__head-ttl { /* sp */
	width: 200px;
}

.lifewith-about__head-sub-ttl { /* sp */
	font-size: 1.8rem;
}

.lifewith-about__ttl { /* sp */
	font-size: 1.8rem;
	margin-bottom: 50px;
}

.lifewith-about__body { /* sp */
	padding: 30px 10px 10px;
	margin-bottom: 120px;
}

.lifewith-about__body::before { /* sp */
	background-size: 130px auto;
	right: inherit;
	left: 100%;
	top: -60px;
	margin-left: -90px;
}

.lifewith-about__body::after { /* sp */
	background-size: 130px auto;
	left: -40px;
	bottom: -210px;
}

.lifewith-about__body-ttl { /* sp */
	font-size: 2rem;
	margin-bottom: 15px;
}

.lifewith-about__list { /* sp */
	padding: 15px 0;
}

.lifewith-about__item { /* sp */
	border-left: none;
	width: 50%;
}

.lifewith-about__item:nth-child(even) {
	border-left: 1px solid #4c4948;
}

.lifewith-about__item:nth-child(even) a {
	padding: 10px 0 10px 10px !important;
}

.lifewith-about__item:nth-child(odd) a {
	padding: 10px 10px 10px 0 !important;
}

.lifewith-about__item:nth-child(-n+2) a {
	padding-top: 0 !important;
}

.lifewith-about__item:nth-last-child(-n+3) {
	border-bottom: none;
}

.lifewith-about__item:nth-last-child(-n+3) a {
	padding-bottom: 0 !important;
}

.lifewith-about__item a { /* sp */
	padding: 15px !important;
}

.lifewith-about__item__img { /* sp */
	margin-bottom: 5px;
}

.lifewith-about__item__number { /* sp */
	font-size: 5rem;
}

.lifewith-about__item__ttl { /* sp */
	font-size: 1.5rem;
}

.lifewith-about__item__txt { /* sp */
	font-size: 1.4rem;
}

.lifewith-about__item--txt-only { /* sp */
	width: 100%;
	padding: 15px 0 0;
	margin-top: 15px;
}

.lifewith-about__item--txt-only .lifewith-about__item__body { /* sp */
	padding: 20px 15px;
	font-size: 1.6rem;
}

.lifewith-section { /* sp */
	margin-bottom: 80px;
}

.lifewith-section::before { /* sp */
	height: 60px;
}

.lifewith-section__number { /* sp */
	font-size: 10rem;
	margin-bottom: 30px;
}

.lifewith-section__ttl { /* sp */
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.lifewith-section__img { /* sp */
	margin: 0 auto 40px;
}

.lifewith-section__head__en { /* sp */
	font-size: 2.2rem;
}

.lifewith-section__head__ttl { /* sp */
	font-size: 1.8rem;
}

.lifewith-section__head__ttl::before { /* sp */
	height: 50px;
}

.lifewith-section__head__sub { /* sp */
	margin-left: 0;
}

.lifewith-section__head__note { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.lifewith-section__head__note + .lifewith-section__head__note {
	margin-top: -20px;
}

.lifewith-section__price-dtl dt { /* sp */
	font-size: 1.4rem;
	width: auto;
}

.lifewith-section__price-dtl dd { /* sp */
	width: auto;
}

.lifewith-section__price { /* sp */
	font-size: 2.5rem;
}

.lifewith-section__price::before { /* sp */
	font-size: 2rem;
}

.lifewith-section__price span { /* sp */
	font-size: 1.5rem;
}

.lifewith-section__catch { /* sp */
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.lifewith-section__txt { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.lifewith-section__txt-sub { /* sp */
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.lifewith-section__note { /* sp */
	font-size: 1.4rem;
}

.lifewith-section--01 .lifewith-section__head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	gap: 20px 0;
}

.lifewith-section--01 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--01 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0px;
}

.lifewith-section--01 .lifewith-section__txt::after { /* sp */
	width: 280px;
}

.lifewith-section--02 .lifewith-section__head { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 0;
}

.lifewith-section--02 .lifewith-section__head__en { /* sp */
	margin-bottom: 0;
}

.lifewith-section--02 .lifewith-section__img-sub { /* sp */
	width: 193px;
	top: -160px;
	right: 10px;
}

.lifewith-section--02 .lifewith-section__head__ttl { /* sp */
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--02 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0;
}

.lifewith-section--02 .lifewith-section__head__note { /* sp */
	padding-left: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.lifewith-section--02 .lifewith-section__price { /* sp */
	padding-left: 0;
	text-align: center;
}

.lifewith-section--03 .lifewith-section__head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	gap: 20px 0;
}

.lifewith-section--03 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--03 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0px;
}

.lifewith-section--03 .lifewith-section__txt { /* sp */
	padding-right: 90px;
	margin-bottom: 20px;
}

.lifewith-section--03 .lifewith-section__body { /* sp */
	padding-right: 0;
}

.lifewith-section--03 .lifewith-section__body::before { /* sp */
	top: inherit;
	bottom: 20px;
	width: 80px;
	height: 168px;
	background-size: 80px auto;
}

.lifewith-section--04 .lifewith-section__head { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
	height: auto;
}

.lifewith-section--04 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--04 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0;
}

.lifewith-section--04 .lifewith-section__head__note { /* sp */
	text-align: left;
}

.lifewith-section--04 .lifewith-section__txt::after { /* sp */
	width: 280px;
}

.lifewith-section--05 .lifewith-section__head { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 0;
}

.lifewith-section--05 .lifewith-section__img-sub { /* sp */
	width: 160px;
	top: -140px;
	right: 10px;
}

.lifewith-section--05 .lifewith-section__img { /* sp */
	margin-bottom: 100px;
}

.lifewith-section--05 .lifewith-section__head__en { /* sp */
	margin-bottom: 0;
}

.lifewith-section--05 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 0;
}

.lifewith-section--05 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0;
}

.lifewith-section--05 .lifewith-section__head__note { /* sp */
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-left: 0;
}

.lifewith-section--05 .lifewith-section__price { /* sp */
	padding-left: 0;
}

.lifewith-section--06 .lifewith-section__head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	gap: 20px 0;
}

.lifewith-section--06 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--06 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0;
}

.lifewith-section--06 .lifewith-section__price-dtl { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.lifewith-section--06 .lifewith-section__price-dtl dt { /* sp */
	width: auto;
}

.lifewith-section--06 .lifewith-section__txt::after { /* sp */
	width: 280px;
}

.lifewith-section--07 .lifewith-section__head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 0;
	height: auto;
}

.lifewith-section--07 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--07 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0px;
}

.lifewith-section--07 .lifewith-section__price { /* sp */
	text-align: center;
	padding-left: 0;
}

.lifewith-section--07 .lifewith-section__head__note { /* sp */
	padding-left: 0;
	margin-bottom: 20px;
}

.lifewith-section--07 .lifewith-section__txt::after { /* sp */
	width: 280px;
}

.lifewith-section--08 .lifewith-section__head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	gap: 20px 0;
}

.lifewith-section--08 .lifewith-section__head__ttl { /* sp */
	padding-top: 10px;
	padding-left: 20px;
}

.lifewith-section--08 .lifewith-section__head__ttl::before { /* sp */
	top: -10px;
	left: 0;
}

.lifewith-section--08 .lifewith-section__price-dtl { /* sp */
	margin-bottom: 30px;
}

.lifewith-section--08 .lifewith-section__price-dtl dd { /* sp */
	width: auto;
}

.lifewith-section--08 .lifewith-section__price-after { /* sp */
	display: block;
	margin-top: 10px;
	font-size: 1.4rem;
}

.lifewith-section--08 .lifewith-section__txt::after { /* sp */
	width: 280px;
}

.lifewith-procedure { /* sp */
	padding-top: 80px;
}

.lifewith-procedure__body { /* sp */
	padding: 60px 20px 10px;
}

.lifewith-procedure__head { /* sp */
	width: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 2.2rem;
	border-bottom: 2px solid #4c4948;
}

.lifewith-procedure__en { /* sp */
	font-size: 2rem;
	margin-bottom: 40px;
}

.lifewith-procedure__dtl { /* sp */
	width: 100%;
}

.lifewith-procedure__dtl dt { /* sp */
	position: relative;
	left: 0;
	top: 0 !important;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	margin: 0 auto 30px;
}

.lifewith-procedure__dtl dd { /* sp */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 20px;
	margin-bottom: 40px;
	padding-bottom: 70px;
}

.lifewith-procedure__dtl dd::after { /* sp */
	width: 50px;
	height: 30px;
	background-size: 50px auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lifewith-procedure__dtl--01 dd { /* sp */
	padding-bottom: 50px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.lifewith-procedure__number { /* sp */
	font-size: 2rem;
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.lifewith-procedure__ttl { /* sp */
	font-size: 1.6rem;
	width: calc(100% - 60px);
	text-align: left;
}

.lifewith-procedure__btn { /* sp */
	width: 100%;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.lifewith-procedure__btn::after { /* sp */
	width: 8px;
	height: 8px;
	right: 20px;
}

.lifewith-procedure__txt { /* sp */
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
}

.lifewith-contact { /* sp */
	padding-top: 100px;
	padding-bottom: 100px;
}

.lifewith-contact__en { /* sp */
	margin-bottom: 40px;
}

.lifewith-contact__txt { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 40px;
}

.lifewith-contact__table { /* sp */
	margin: 0 auto 20px;
}

.lifewith-contact__table tr { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.lifewith-contact__table tr:not(:last-of-type) { /* sp */
	margin-bottom: 30px;
}

.lifewith-contact__table th { /* sp */
	display: block;
	width: 100%;
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.lifewith-contact__table td { /* sp */
	display: block;
	width: 100%;
}

.lifewith-contact .form-btn { /* sp */
	margin: 0 auto;
}

.lifewith-footer__txt { /* sp */
	font-size: 1.6rem;
}

.cuisine-gallery-wrap .swiper-btn-wrap { /* sp */
	display: none;
}

.cuisine-heading { /* sp */
	margin-bottom: 40px;
}

.cuisine-heading__en { /* sp */
	height: 30px;
	margin-bottom: 15px;
}

.cuisine-heading__en--tall { /* sp */
	height: 38px;
}

.cuisine-heading__ja { /* sp */
	font-size: 1.8rem;
}

.cuisine-heading__sub { /* sp */
	line-height: 1.6;
	font-size: 1.5rem;
}

.cuisine-head__head { /* sp */
	margin-bottom: 30px;
}

.cuisine-head__head__en { /* sp */
	height: 85px;
	margin-bottom: 20px;
}

.cuisine-head__head__ja { /* sp */
	line-height: 1.6;
	font-size: 1.8rem;
}

.cuisine-head__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}

.cuisine-lead { /* sp */
	padding: 40px 0;
}

.cuisine-lead__text { /* sp */
	font-size: 1.4rem;
}

.cuisine-reason-1 { /* sp */
	display: block;
}

.cuisine-reason-1__main { /* sp */
	width: 100%;
}

.cuisine-reason-2 { /* sp */
	display: block;
	margin-top: 40px;
}

.cuisine-reason-2__main { /* sp */
	width: 100%;
}

.cuisine-reason-head { /* sp */
	text-align: left;
	margin-bottom: 20px;
}

.cuisine-reason-head::after { /* sp */
	display: none;
}

.cuisine-reason-head__en { /* sp */
	margin-bottom: 10px;
	font-size: 4.5rem;
}

.cuisine-reason-head__ja { /* sp */
	line-height: 1.6;
	font-size: 1.8rem;
}

.cuisine-reason-content__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.cuisine-recommend:not(:last-child) { /* sp */
	margin-bottom: 50px;
}

.cuisine-recommend__image { /* sp */
	margin-bottom: 20px;
}

.cuisine-recommend__heading { /* sp */
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.cuisine-recommend__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.cuisine-field__heading { /* sp */
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.cuisine-field__text { /* sp */
	font-size: 1.6rem;
	line-height: 1.5;
}

.cuisine-field__swiper { /* sp */
	margin-top: 40px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	overflow: hidden;
}

.cuisine-field__gallery { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.cuisine-field__item { /* sp */
}

.post { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__image { /* sp */
	width: 100%;
}

.post__title { /* sp */
	font-size: 1.8rem;
}

.post__text { /* sp */
	font-size: 1.5rem;
}

.post-categories { /* sp */
	gap: 5px;
}

.post-categories__category { /* sp */
	min-width: 0;
	font-size: 1.2rem;
}

.plan__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.plans-item__topper { /* sp */
	padding: 0 12px 0 20px;
	height: 32px;
}

.plans-item__topper::after { /* sp */
	border-top: 32px solid #c7a699;
}

.plans-item__main { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.plans-item__textbox { /* sp */
	width: 100%;
	margin-bottom: 20px;
}

.plans-item__image-wrap { /* sp */
	width: 100%;
}

.plans-item__title { /* sp */
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.plans-item__info-wrap { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.plans-item__info-wrap:not(:last-of-type) { /* sp */
	margin-bottom: 32px;
}

.plans-item__info-wrap__text { /* sp */
	font-size: 1.5rem;
}

.plans-item__info-wrap--big__head { /* sp */
	height: 35px;
}

.plans-item__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.plan-menu { /* sp */
	grid-template-columns: repeat(2, 1fr);
	margin: 20px auto 80px;
	font-size: 1.4rem;
}

.plan-menu__item { /* sp */
}

.plan-menu__item:nth-of-type(n+3)::after {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background-color: #221816;
	position: absolute;
	left: -20px;
	top: 0;
}

.the_content { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.the_content > div,
.the_content > figure,
.the_content > p { /* sp */
	margin-top: 30px;
	margin-bottom: 30px;
}

.plan-contact__inner { /* sp */
	display: block;
}

.plan-contact__links { /* sp */
	width: 100%;
}

.plan-contact__phone { /* sp */
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.plan-info__inner { /* sp */
	display: block;
}

.plan-info__inner .plan-info__label { /* sp */
	max-width: none;
	padding: 10px 20px;
	text-align: center;
}

.plan-info__inner .list-2 { /* sp */
	margin-top: 0;
	padding: 20px 20px 0;
}

.plan-info__heading { /* sp */
	line-height: 1.6;
}

.plan-info__label { /* sp */
	font-size: 1.5rem;
}

.plan-info__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.information__heading { /* sp */
	line-height: 1.6;
}

.information__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.information .form-btn { /* sp */
	margin-top: 50px;
}

.form-required { /* sp */
	font-size: 1.2rem;
}

.form-control { /* sp */
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.form-control--lg:has(input[name=visit_date]),
.form-control--lg:has(select[name=visit_time]) { /* sp */
	width: 100%;
}

.form-control[name=visit_date] { /* sp */
	background: #eee url(../img/icon_select.svg) no-repeat right 20px center;
	background-size: 15px auto;
}

.form-select { /* sp */
	background: #eee url(../img/icon_select.svg) no-repeat right 20px center;
	background-size: 15px auto;
}

.form-btn-wrap { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 0;
}

.form__heading { /* sp */
	margin-bottom: 20px;
	padding: 10px 15px;
}

.form__heading:not(:first-of-type) { /* sp */
	margin-top: 50px;
}

.form__item { /* sp */
	margin-bottom: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.form__label { /* sp */
	display: block;
	padding-top: 0;
	padding-bottom: 10px;
	width: 100%;
	font-size: 1.6rem;
}

.form__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.form__content { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.form__content .form-select { /* sp */
	width: 100%;
}

.report__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 50px;
}

.report-message { /* sp */
	padding: 70px 0;
}

.report-message__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.report-message__title { /* sp */
	width: 100%;
}

.report-message__title { /* sp */
	padding-top: 0;
	margin-left: 0;
}

.report-message__title__en { /* sp */
	width: 250px;
	margin: 0 auto 20px;
}

.report-message__title__jp { /* sp */
	line-height: 1.7;
}

.report-message__main p { /* sp */
	font-size: 1.5rem;
}

.report-message__main p:not(:last-child) { /* sp */
	margin-bottom: 30px;
}

.report-article-head__jp { /* sp */
	font-size: 1.8rem;
}

.report-list { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 50px;
	margin: 40px auto 90px;
}

.report-item__subtext { /* sp */
	font-size: 1.5rem;
}

.wp-content-report { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.wp-content-report > div,
.wp-content-report > figure { /* sp */
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-content-report h2 { /* sp */
	font-size: 1.8rem;
}

.wp-content-report h3,
.wp-content-report h4,
.wp-content-report h5,
.wp-content-report h6 { /* sp */
	font-size: 1.6rem;
}

.cat-list { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px 10px;
	position: relative;
	top: 0;
}

.cat-list__item { /* sp */
	font-size: 1.4rem;
	width: calc(50% - 5px);
}

.cat-list__item:not(:last-child) { /* sp */
	margin-bottom: 0;
}

.cat-list__item a { /* sp */
	padding-bottom: 10px;
}

.dress-list { /* sp */
}

.dress-list__title { /* sp */
	margin-bottom: 40px;
}

.dress-list__title--jp { /* sp */
	font-size: 1.5rem;
}

.dress-list__list { /* sp */
	gap: 40px 15px;
}

.dress-list__item__title { /* sp */
	font-size: 1.5rem;
	margin: 10px auto;
	padding-bottom: 8px;
}

.dress-list__item__text { /* sp */
	font-size: 1.4rem;
	line-height: 1.5;
}

.pick-up { /* sp */
	margin-top: 100px;
	max-width: 100%;
}

.pick-up__text { /* sp */
	font-size: 1.6rem;
}

.top-page-link { /* sp */
	padding: 0 32px 15px;
	font-size: 1.4rem;
	margin: 100px auto 0;
}

.top-page-link::after { /* sp */
	right: 12px;
}

.dress-head { /* sp */
	margin-bottom: 80px;
}

.dress-head__images { /* sp */
	gap: 5px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 20px 0 60px;
}

.dress-head__images-bottom { /* sp */
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.dress-head__img--1 { /* sp */
	margin-top: 0;
	width: 33%;
}

.dress-head__img--2 { /* sp */
	margin-top: 0;
	width: 33%;
}

.dress-head__img--3 { /* sp */
	margin-top: 0;
	width: 33%;
}

.dress-head__img--4 { /* sp */
	margin-top: 0;
	width: 33%;
}

.dress-head__img--5 { /* sp */
	width: 33%;
	margin-top: 0;
}

.dress-head__title { /* sp */
	width: 60%;
}

.dress-head__text { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 30px;
}

.dress-head__text p:not(:last-child) { /* sp */
	margin-bottom: 2em;
}

.dress-body { /* sp */
	padding: 0 0 70px;
}

.dress-article-head { /* sp */
	font-size: 3rem;
	line-height: 1.5;
	padding-bottom: 5px;
	border-width: 2px;
}

.sticky-wrap { /* sp */
	position: static;
	padding: 0;
	margin: 0;
}

.sticky-wrap--mt-lg { /* sp */
	margin: 0;
}

.wp-content-dress { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.wp-content-dress > div,
.wp-content-dress > figure,
.wp-content-dress iframe,
.wp-content-dress h2,
.wp-content-dress p { /* sp */
}

.wp-content-dress h2 { /* sp */
	font-size: 1.8rem;
	padding: 5px 10px;
	text-align: left;
}

.wp-content-dress h3,
.wp-content-dress h4,
.wp-content-dress h5,
.wp-content-dress h6 { /* sp */
	font-size: 1.6rem;
}

.dress-article { /* sp */
	padding: 50px 0;
}

.facility-top__title { /* sp */
	font-size: 1.8rem;
}

.facility-feature { /* sp */
	padding-top: 20px;
	gap: 60px 0;
}

.facility-feature::before { /* sp */
	display: none;
}

.facility-feature__item { /* sp */
	gap: 20px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.facility-feature__item:nth-child(odd) { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.facility-feature__item:nth-child(odd) .facility-feature__head-inner::before { /* sp */
	right: inherit;
	left: 50%;
}

.facility-feature__item:nth-child(even) .facility-feature__head-inner::before { /* sp */
	left: 50%;
}

.facility-feature__item--offset .facility-feature__head-inner { /* sp */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.facility-feature__item--offset .facility-feature__head-inner::before { /* sp */
	left: 50% !important;
}

.facility-feature__head { /* sp */
	top: 0;
	width: 100%;
}

.facility-feature__head-inner { /* sp */
	gap: 15px 0;
}

.facility-feature__head-inner::before { /* sp */
	left: 50%;
	width: 50vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.facility-feature__title { /* sp */
	font-size: 1.8rem;
}

.facility-feature__title-en { /* sp */
	font-size: 2rem;
}

.facility-feature__data { /* sp */
	width: 100%;
}

.facility-feature__image { /* sp */
	margin-bottom: 20px;
}

.other-space { /* sp */
	padding-top: 60px;
	padding-bottom: 60px;
}

.other-space__heading { /* sp */
	margin-bottom: 20px;
}

.other-space__heading-jp { /* sp */
	font-size: 1.8rem;
}

.other-space__heading-en { /* sp */
	font-size: 2rem;
}

.other-space__data { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.other-space__image { /* sp */
	margin-bottom: 10px;
}

.other-space__title-en { /* sp */
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.other-space__title-jp { /* sp */
	font-size: 1.4rem;
}

.error { /* sp */
	padding: 100px 0;
}

.error__title { /* sp */
	font-size: 5rem;
}

.error__text { /* sp */
	font-size: 1.5rem;
}

.error__link { /* sp */
	width: 100%;
	height: 45px;
}

.map { /* sp */
	height: 240px;
	margin-bottom: 30px;
}

.access__ttl { /* sp */
	font-size: 1.6rem;
}

.access__txt { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
}

.policy { /* sp */
	margin-top: 40px;
	padding-top: 40px;
	gap: 40px 0;
}

.policy__ttl { /* sp */
	font-size: 1.6rem;
	line-height: 1.8;
}

.policy__txt { /* sp */
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.policy__heading { /* sp */
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
}

.policy--box { /* sp */
	padding: 30px 20px;
}

.swiper-wrapper--sp-only { /* sp */
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

}

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

.plan-menu__item:nth-of-type(n+3)::after { /* sp */
	width: calc(100% + 20px);
	left: -10px;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

