html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
b {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

body {
	height: 100%;
}

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

a {
	color: #0C1416;
}

input[type=submit],
input[type=button],
button[type=submit],
button[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
	outline-offset: -2px;
}

.c-breadcrumbs {
	background: #f9f9f9;
}

.c-breadcrumbs-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 20px;
}

.c-breadcrumbs-item {
	color: #999;
	font-size: 12px;
	font-size: 0.8rem;
}

.c-breadcrumbs-item:last-child::after {
	display: none;
}

.c-breadcrumbs-item::after {
	content: "-";
	display: inline-block;
	margin: 0 10px;
}

.c-breadcrumbs-link {
	color: #999;
}

.refusal {
	margin-top: 30px;
	text-align: right;
}

.l-content {
	margin: 0 auto;
}

.l-content.-sidebar-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2em;
	max-width: 1200px;
	max-width: var(--swl-width_content, 1200px);
	padding-bottom: 50px;
}

.l-content.-sidebar-on .l-mainContent {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.l-content.-sidebar-on .l-sidebar {
	width: 300px;
}

.header {
	background: #19171b;
	height: 122px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header .header__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 28, 74, 0)), color-stop(76%, #050505));
	background: linear-gradient(0deg, rgba(0, 28, 74, 0) 0%, #050505 76%);
	background-blend-mode: multiply;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 60px;
}

.header .header__container .header__logo {
	width: 200px;
}

.header .header__container .header__logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.header .header__container .header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .header__container .header__nav .header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 600px;
}

.header .header__container .header__nav .header__list .header__item.item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 122px;
	width: 20%;
}

.header .header__container .header__nav .header__list .header__item.item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.header .header__container .header__nav .header__list .header__item.item a .item__en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 21px;
	margin-bottom: 3px;
	text-align: center;
}

.header .header__container .header__nav .header__list .header__item.item a .item__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 16px;
}

.header .header__container .header__nav .header__list .header__item.item:hover a.item__link {
	opacity: 0.6;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu {
	background: #fff;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	list-style: none;
	padding: 40px 6.9444444444%;
	position: fixed;
	top: 122px;
	width: 100%;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item {
	height: 12.848vw;
	max-height: 185px;
	max-width: 280px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 22.5806451613%;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item a .item__en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 42px;
	margin-bottom: 8px;
	text-align: center;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item a .item__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item--golf {
	background: url(../../assets/img/top/header__service-golf.webp) center/100% no-repeat;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item--yoga {
	background: url(../../assets/img/top/header__service-yoga.webp) center/100% no-repeat;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item--fitness {
	background: url(../../assets/img/top/header__service-fitness.webp) center/100% no-repeat;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item--bodycare {
	background: url(../../assets/img/top/header__service-bodycare.webp) center/100% no-repeat;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item:hover {
	background-size: 120%;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item:hover a {
	opacity: 0.6;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item + .sub-menu__item {
	margin-left: 40px;
}

.header .header__container .header__nav .header__list .header__item--service {
	position: relative;
}

.header .header__container .header__nav .header__list .header__item--service::after {
	background: #fff;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 90%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	width: 100%;
}

.header .header__container .header__nav .header__list .header__item--service:hover::after {
	opacity: 0.4;
}

.header .header__container .header__nav .header__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: 36px;
	margin-right: 30px;
}

.header .header__container .header__nav .header__sns li a {
	display: block;
}

.header .header__container .header__nav .header__sns li a img {
	max-height: none;
	max-width: none;
	width: 30px;
}

.header .header__container .header__nav .header__sns li + li {
	margin-left: 30px;
}

.header .header__container .header__nav .header__cta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: 36px;
	margin-right: 30px;
}

.header .header__container .header__nav .header__cta li a {
	display: block;
}

.header .header__container .header__nav .header__cta li a img {
	max-height: none;
	max-width: none;
	width: 30px;
}

.header .header__container .header__nav .header__cta li + li {
	margin-left: 30px;
}

.header .header__container .header__nav .header__reserve.reserve {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #886d15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 122px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 1s;
	transition: 1s;
	width: 220px;
}

.header .header__container .header__nav .header__reserve.reserve .reserve__en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 21px;
	text-align: center;
}

.header .header__container .header__nav .header__reserve.reserve .reserve__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 16px;
}

.header .header__container .header__nav .header__reserve.reserve .reserve__text {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 17px;
	margin-bottom: 11px;
	text-align: center;
}

.header .header__container .header__nav .header__reserve.reserve .reserve__tel {
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 23px;
	margin-bottom: 9px;
	text-align: center;
}

.header .header__container .header__nav .header__reserve.reserve .reserve__open {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 16px;
	text-align: center;
}

.header .header__container .header__nav .header__reserve.reserve:hover {
	opacity: 0.5;
}

.header.is-home {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
}

.sp-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 28, 74, 0)), color-stop(76%, #050505));
	background: linear-gradient(0deg, rgba(0, 28, 74, 0) 0%, #050505 76%);
	background-blend-mode: multiply;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.sp-header__logo {
	width: 201.6px;
}

.sp-header__logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.sp-header__logo a {
	display: block;
}

.sp-header__logo a img {
	width: 100%;
}

.sp-header__hamburger-sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-header__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-header__sns a {
	margin-right: 30px;
}

.sp-header__sns a img {
	max-height: none;
	max-width: none;
	width: 30px;
}

.sp-header__hamburger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #9e8123;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
}

.sp-header__hamburger .hamburger__container {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 48.33333333%;
}

.sp-header__hamburger .hamburger__bar {
	background: #fff;
	display: block;
	height: 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.sp-header__hamburger .hamburger__bar:nth-child(1).close {
	-webkit-transform: translateY(13px) rotate(35deg);
	transform: translateY(13px) rotate(35deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sp-header__hamburger .hamburger__bar:nth-child(2).close {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sp-header__hamburger .hamburger__bar:nth-child(3).close {
	-webkit-transform: translateY(-13px) rotate(-35deg);
	transform: translateY(-13px) rotate(-35deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sp-header__hamburger .hamburger__bar + .hamburger__bar {
	margin-top: 10px;
}

.sp-header__hamburger .hamburger__title {
	color: #fff;
	font-family: "Raleway";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 8.7px;
}

.sp-menu {
	background: #19171b;
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	overflow-y: scroll;
	padding-top: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.sp-menu .sp-menu__container {
	margin: 35px 0;
}

.sp-menu .sp-menu__container .sp-menu__nav ul {
	list-style: none;
}

.sp-menu .sp-menu__container .sp-menu__nav ul li 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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-menu .sp-menu__container .sp-menu__nav ul li a .en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
}

.sp-menu .sp-menu__container .sp-menu__nav ul li a .ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 16.001px;
	margin-top: 6px;
	text-align: center;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li ul.nav__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li .nav__sub + .nav__sub {
	margin-top: 30px;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li.nav__sub-list {
	margin-top: 30px;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li.nav__main-list {
	margin-top: 30px;
}

.sp-menu .sp-menu__container .sp-menu__link.link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #886d15;
	display: block;
	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;
	margin: 0 auto;
	margin-bottom: 200px;
	margin-top: 34.001px;
	padding: 19.999px 0 19.001px;
	width: 285px;
}

.sp-menu .sp-menu__container .sp-menu__link.link .link__en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 21px;
}

.sp-menu .sp-menu__container .sp-menu__link.link .link__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 10.999px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 16.001px;
	margin-top: 6px;
}

.footer {
	background: #19171b;
	width: 100%;
}

.footer .footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
	padding: 80px 0 50px;
	width: 86.111%;
}

.footer .footer__container .footer__info.info .info__logo {
	margin-bottom: 20px;
	width: 200px;
}

.footer .footer__container .footer__info.info .info__logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.footer .footer__container .footer__info.info .info__place {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin-bottom: 5px;
}

.footer .footer__container .footer__info.info .info__open {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
}

.footer .footer__container .footer__link.link {
	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;
	padding-right: 17px;
	width: 520px;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__title {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 14px;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list .nav__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list .nav__link::before {
	color: #fff;
	content: "\e5cc";
	display: block;
	font-family: "Material Icons";
	margin-right: 4px;
	opacity: 0.6;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list .nav__link:hover {
	opacity: 0.5;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list .nav__link.blank::after {
	color: #fff;
	content: "\e89e";
	display: block;
	font-family: "Material Icons";
	font-size: 14px;
	margin-left: 5px;
	margin-top: 3px;
}

.footer .footer__container .footer__link.link .info__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 35px;
	width: 100%;
}

.footer .footer__container .footer__link.link .info__sns a {
	display: block;
}

.footer .footer__container .footer__link.link .info__sns a + a {
	margin-left: 15px;
}

.footer .footer__container .footer__link.link .info__sns img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 28px;
}

.footer .footer__container .footer__link.link .info__sns img:hover {
	opacity: 0.5;
}

.footer .footer__container .footer__link.link .link__law {
	margin-top: 30px;
	text-align: right;
	width: 100%;
}

.footer .footer__container .footer__link.link .link__law a {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
	opacity: 0.75;
	text-decoration-line: underline;
}

.footer .footer__container .footer__link.link .link__law a:hover {
	opacity: 0.5;
}

.footer .footer__copy {
	background: #050505;
	padding: 14px 0;
}

.footer .footer__copy .copy__text {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin: 0 auto;
	max-width: 1240px;
	width: 86.111%;
}

.teather .top {
	background: url(../../../../assets/img/top/top__color.webp) center/cover no-repeat;
}

.teather .top .top__container {
	background: url(../../../../assets/img/top/top__view.webp);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 73.125%;
	height: 100vh;
	min-height: 931px;
	position: relative;
}

.teather .top .top__container .top__logo {
	left: 100px;
	position: absolute;
	top: 50px;
}

.teather .top .top__container .top__logo img {
	width: 80px;
}

.teather .top .top__container .top__content.content {
	position: absolute;
	right: 100px;
	top: 93px;
}

.teather .top .top__container .top__content.content .content__lead {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
}

.teather .top .top__container .top__content.content .content__truth {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 58px;
	margin-bottom: 23px;
	text-align: center;
	text-transform: uppercase;
}

.teather .top .top__container .top__content.content .content__date {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-family: "Zen Kaku Gothic New";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 36px;
	margin: 0 auto;
	padding: 13px 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 192px;
}

.teather .top .top__container .top__content.content .content__text {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 111.352px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 134px;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
}

.teather .top .top__container .top__content.content .content__reserve.reserve {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__text {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 160%;
	margin: 11px 0;
	margin-right: 40px;
	text-align: right;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__text::before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	-webkit-transform: rotate(15deg) translate(15px, -40px);
	transform: rotate(15deg) translate(15px, -40px);
	width: 127px;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__text::after {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	-webkit-transform: rotate(-15deg) translate(15px, 40px);
	transform: rotate(-15deg) translate(15px, 40px);
	width: 127px;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #C1A277;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 28, 74, 0.05);
	box-shadow: 0px 0px 20px rgba(0, 28, 74, 0.05);
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New";
	font-size: 18.6207px;
	font-style: normal;
	font-weight: 500;
	height: 180px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 160%;
	text-align: center;
	width: 180px;
}

.teather .top .top__container::after {
	background: url(../../../../assets/img/top/top__rect.webp) center/cover no-repeat;
	background-size: 100% 100%;
	bottom: -5px;
	content: "";
	display: block;
	height: 142px;
	left: 0;
	position: absolute;
	width: 100%;
}

.teather .main {
	background: #19171b;
	padding: 50px 0 80px;
}

.teather .main .main__container {
	margin: 0 auto;
	max-width: 1000px;
	width: 69.444%;
}

.teather .main .main__container .main__lead {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 52px;
	margin-bottom: 40px;
	text-align: center;
	text-align: center;
}

.teather .main .main__container .main__description {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	margin-bottom: 100px;
	text-align: center;
}

.teather .main .main__container .main__list {
	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;
	margin-bottom: 100px;
}

.teather .main .main__container .main__list .main__item.item {
	margin-bottom: 40px;
	width: 46%;
}

.teather .main .main__container .main__list .main__item.item .item__content {
	position: relative;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__title.title {
	margin-bottom: 30px;
	padding: 29px 0;
	position: relative;
	z-index: 1;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__title.title .title__en {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 20px;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__title.title .title__ja {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 100%;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__number {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 150px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 100%;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 0;
}

.teather .main .main__container .main__news.news {
	border: 1px solid #C1A277;
	margin-bottom: 120px;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.teather .main .main__container .main__news.news .news__title {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 52px;
	margin-bottom: 20px;
	text-align: center;
}

.teather .main .main__container .main__news.news .news__descritpion {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	margin-bottom: 40px;
	text-align: center;
}

.teather .main .main__container .main__news.news .news__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #886d15;
	color: #FFFFFF;
	cursor: not-allowed;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 250%;
	margin: 0 auto;
	padding: 11px 0;
	width: 400px;
}

.teather .main .main__container .main__news.news .news__button img {
	margin-left: 10px;
}

.teather .main .main__container .main__news.news .news__button:hover {
	opacity: 0.8;
}

.teather .main .main__container .main__news.news .news__pre-open {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Raleway";
	font-size: 170.734px;
	font-style: normal;
	font-weight: normal;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 200px;
	opacity: 0.1;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.teather .main .main__container .main__info.info .info__title {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 52px;
	margin-bottom: 20px;
	text-align: center;
}

.teather .main .main__container .main__info.info .info__description {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	margin-bottom: 20px;
	text-align: center;
}

.teather .main .main__container .main__info.info .info__tel {
	text-align: center;
}

.teather .main .main__container .main__info.info .info__tel .tel__title {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 52px;
	margin-bottom: 20px;
	text-align: center;
}

.teather .main .main__container .main__info.info .info__tel .tel__text {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	margin-bottom: 14px;
	text-align: center;
}

.teather .main .main__container .main__info.info .info__tel a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 100%;
}

.teather .main .main__container .main__info.info .info__tel a img {
	margin-right: 15px;
}

.teather .access {
	position: relative;
}

.teather .access::before {
	background: url(../../../../assets/img/top/top__rect.webp) center/cover no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 142px;
	left: 0;
	position: absolute;
	top: -5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 100%;
	z-index: 1;
}

.teather .access .access__container {
	position: relative;
}

.teather .access .access__container iframe {
	height: 747px;
	width: 100%;
}

.teather .access .access__container .access__content.content {
	background: #E6EBF4;
	left: 100px;
	padding: 60px;
	position: absolute;
	top: 192px;
}

.teather .access .access__container .access__content.content .content__title {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 34px;
}

.teather .access .access__container .access__content.content table {
	width: 460px;
}

.teather .access .access__container .access__content.content table tr th {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 250%;
	text-align: left;
	vertical-align: top;
	width: 34.7826086957%;
}

.teather .access .access__container .access__content.content table tr td {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	width: 65.2173913043%;
}

.teather .copyright {
	background: #19171b;
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
	padding: 37px 0;
	text-align: center;
}

.home .first {
	max-height: 90.278vw;
	min-height: 41.25vw;
	position: relative;
	width: 100%;
}

.home .first .first__container {
	background: -webkit-gradient(linear, left bottom, left top, from(#19171b), to(#050505));
	background: linear-gradient(0deg, #19171b, #050505);
	background-blend-mode: normal, lighten;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%; /* サービスセクションのレスポンシブ対応 */ /* スマートフォン表示時のスタイル */
}

.home .first .first__container .first__top {
	height: 67%;
	position: relative;
}

.home .first .first__container .first__top .first__text {
	left: 6.94444444%;
	position: absolute;
	top: 10vh;
	-webkit-transform: translateY(77%);
	transform: translateY(77%);
	z-index: 2;
}

.home .first .first__container .first__top .first__text p {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 42px;
	font-size: clamp(1.625rem, 1.052rem + 1.1923vw, 2.125rem);
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 45px;
}

.home .first .first__container .first__top .first__text p:last-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0;
	margin-top: 17.25px;
}

.home .first .first__container .first__top .first__text p:last-child::after {
	background: #fff;
	bottom: -25px;
	content: "";
	height: 2px;
	margin-left: 20px;
	position: relative;
	width: clamp(5rem, 3.7107rem + 2.6826vw, 6.125rem);
}

.home .first .first__container .first__top .swiper {
	display: block;
	height: 100%;
	margin: 0;
	margin-left: auto;
	position: relative;
	width: 51.847222%;
}

.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide a {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}

.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 747/633;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide::after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 105%;
}

.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide-prev img,
.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide-active img,
.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide-duplicate-active img {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: zoom;
	animation-name: zoom;
}

.home .first .first__container .first__servise {
	height: 25vh;
}

.home .first .first__container .first__servise .servise__item {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 480/320;
	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;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	width: calc(33.333% - 6.667px);
}

.home .first .first__container .first__servise .servise__item::before {
	background-image: var(--servise-item-bg-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	will-change: transform;
	z-index: 1;
}

.home .first .first__container .first__servise .servise__item .item__title-en,
.home .first .first__container .first__servise .servise__item .item__title-ja {
	position: relative;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2;
}

.home .first .first__container .first__servise .servise__item .item__title-en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 45.3214px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 53px;
	margin-bottom: 10px;
	text-align: center;
}

.home .first .first__container .first__servise .servise__item .item__title-ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 20.1429px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
}

.home .first .first__container .first__servise .servise__item:hover::before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.home .first .first__container .first__servise .servise__item:hover .item__title-en {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.home .first .first__container .first__servise .servise__item:hover .item__title-ja {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.home .first .first__container .first__servise .servise__item::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 1;
}

.home .first .first__container .first__servise .servise__item:hover::after {
	opacity: 1;
}

.home .first .first__container .first__servise-pc {
	aspect-ratio: 1440/320;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100% - 10px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	width: 100%;
}

.home .first .first__container .first__servise-sp {
	aspect-ratio: auto;
	display: none;
	height: 100%;
	left: -22px;
	margin-top: 0;
	top: -40px;
	width: 89.333vw;
}

.home .first .first__container .first__servise-sp .swiper {
	height: 100%;
	width: 100%;
}

.home .first .first__container .first__servise-sp .swiper-wrapper {
	height: 100%;
}

.home .first .first__container .first__servise-sp .swiper-slide {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.home .first .first__container .first__servise-sp .swiper-slide .servise__item {
	aspect-ratio: auto;
	height: 100%;
	margin: 0;
	width: 100%;
}

.home .first .first__container .first__servise-sp .swiper-pagination {
	bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.home .first .first__container .first__servise-sp .swiper-pagination-bullet {
	background: #ccc;
	border-radius: 50%;
	height: 8px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 8px;
}

.home .first .first__container .first__servise-sp .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}

.home .service .service__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home .service .service__container .service__floor.floor {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../../../assets/img/top/home__service-bg.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 56.944%;
}

.home .service .service__container .service__floor.floor .floor__title {
	color: #003894;
	font-family: Raleway;
	font-size: 11.707vw;
	font-style: normal;
	font-weight: normal;
	left: 4.375vw;
	letter-spacing: 0.1em;
	line-height: 198px;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.home .service .service__container .service__floor.floor .floor__text {
	left: 5.333vw;
	position: absolute;
	top: 12vw;
}

.home .service .service__container .service__floor.floor .floor__text .text__title {
	color: #003894;
	font-family: "Zen Kaku Gothic New";
	font-size: 3.733vw;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 2.933vw;
}

.home .service .service__container .service__floor.floor .floor__text .text__description {
	color: #003894;
	font-family: "Zen Kaku Gothic New";
	font-size: 3.2vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
}

.home .service .service__container .service__floor.floor .floor__map {
	width: 78.052%;
}

.home .service .service__container .service__floor.floor .floor__map svg {
	pointer-events: none;
}

.home .service .service__container .service__floor.floor .floor__map .floor-link {
	cursor: pointer;
}

.home .service .service__container .service__floor.floor .floor__map .floor-pagination {
	opacity: 0;
}

.home .service .service__container .service__image {
	height: 59.583vw;
	width: 43.056%;
}

.home .service .service__container .service__image .swiper {
	height: 100%;
	width: 100%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide {
	position: relative;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container {
	width: 70.97%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__title.title {
	margin-bottom: 30px;
	text-align: left;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__title.title .title__en {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 20px;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__title.title .title__ja {
	color: #FFFFFF;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 100%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__description {
	color: #FFFFFF;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home .service .service__container .service__image .swiper .swiper-pagination {
	bottom: 50px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}

.home .service .service__container .service__image .swiper .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 0.693299px solid #FFFFFF;
	height: 10px;
	margin: 0;
	opacity: 1;
	width: 10px;
}

.home .service .service__container .service__image .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.home .service .service__container .service__image .swiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 34px;
}

.home .topics.topics--top {
	background: #19171b;
	background-blend-mode: normal, lighten;
	padding: 100px 0 160px;
}

.home .topics.topics--top .topics__container {
	margin: 0 auto;
	max-width: 1240px;
	width: 86.111%;
}

.home .topics.topics--top .topics__container .topics__title {
	color: #fff;
	font-family: Raleway;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 50px;
}

.home .topics.topics--top .topics__container .topics__list .topics__item.item {
	width: 22.582%;
}

.home .topics.topics--top .topics__container .topics__list .topics__item.item .item__content .item__date,
.home .topics.topics--top .topics__container .topics__list .topics__item.item .item__content .item__title {
	color: #fff;
}

.home .topics.topics--top .topics__container .topics__index .button {
	background: #A78E68;
	margin: 0 auto;
}

.home .option {
	background: #fff;
	padding: 100px 0 160px;
}

.home .option .option__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
	width: 86.111%;
}

.home .option .option__container .option__item.item {
	width: 31.2%;
}

.home .option .option__container .option__item.item .item__image {
	margin-bottom: 24.33px;
	width: 100%;
}

.home .option .option__container .option__item.item .item__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.home .option .option__container .option__item.item .item__content .item__title.title .title__en {
	word-wrap: break-word;
	color: #886d15;
	font-family: Raleway;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 38px;
	margin-bottom: 10px;
}

.home .option .option__container .option__item.item .item__content .item__title.title .title__ja {
	color: #886d15;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 16px;
}

.home .option .option__container .option__item.item .item__content .item__description {
	color: #4F4F4F;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4;
	white-space: pre-line;
}

.home .price-flow {
	background: #19171b;
	padding: 120px 0;
}

.home .price-flow .price-flow__container {
	margin: 0 auto;
	max-width: 1240px;
	width: 86.111%;
}

.home .price-flow .price-flow__container .price-flow__price.price {
	background: #050505;
	border: 1px solid #C1A277;
	margin-bottom: 100px;
	padding: 50px 0 51px;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 80.6451612903%;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__content {
	margin-right: 10px;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__content .price__title {
	color: #C1A477;
	font-family: Raleway;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 9px;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__content .price__descritpion {
	color: #C1A477;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__link {
	min-width: 390px;
	width: 44.072%;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__link .button {
	background: #A78E68;
	color: #FFFFFF;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 100%;
	width: 100%;
}

.home .price-flow .price-flow__flow.flow .flow__title {
	-webkit-font-feature-settings: "liga" off;
	font-feature-settings: "liga" off;
	color: #C1A477;
	font-family: Raleway;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 10px;
}

.home .price-flow .price-flow__flow.flow .flow__description {
	color: #C1A477;
	font-family: Zen Kaku Gothic New;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	margin-bottom: 30px;
}

.home .price-flow .price-flow__flow.flow .flow__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 60px 30px 30px;
	position: relative;
	width: 23.3870967742%;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item::before {
	border-bottom: 1px solid #C1A477;
	border-left: 1px solid #C1A477;
	border-top: 1px solid #C1A477;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item span.item__rect::after {
	background: #C1A477;
	content: "";
	display: block;
	height: 52.4%;
	position: absolute;
	right: 4.5%;
	top: 0;
	-webkit-transform: translateY(-2px) rotate(-15deg);
	transform: translateY(-2px) rotate(-15deg);
	width: 1px;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item span.item__rect::before {
	background: #C1A477;
	bottom: 0;
	content: "";
	display: block;
	height: 52.4%;
	position: absolute;
	right: 4.5%;
	-webkit-transform: translateY(4px) rotate(15deg);
	transform: translateY(4px) rotate(15deg);
	width: 1px;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__icon {
	margin-bottom: 10px;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__title {
	color: #C1A477;
	font-family: Zen Kaku Gothic New;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin-bottom: 14px;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description {
	color: #C1A477;
	font-family: Zen Kaku Gothic New;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
	white-space: pre-line;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description span.note {
	font-size: 10px;
	line-height: 18px;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description a {
	color: #C1A477;
	font-family: Zen Kaku Gothic New;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 180%;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description a span {
	-webkit-text-decoration: underline;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item:last-child {
	background: none;
	border: 1px solid #C1A477;
	padding: 30px;
	width: 22.5806451613%;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item:last-child::before {
	display: none;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item:last-child .item__rect {
	display: none;
}

.home .price-flow .price-flow__flow.flow ::-webkit-scrollbar {
	height: 4px;
}

.home .price-flow .price-flow__flow.flow ::-webkit-scrollbar-track {
	background: rgba(193, 164, 119, 0.3);
}

.home .price-flow .price-flow__flow.flow ::-webkit-scrollbar-thumb {
	background: #C1A477;
	border-radius: 5px;
}

.home .price-flow .price-flow__flow.flow .flow__member .button {
	background: #A78E68;
	margin: 0 auto;
}

.home .access .access__container .access__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 140px 0 111px;
}

.home .access .access__container .access__detail .access__info.info {
	padding: 0 6.25% 0 6.945%;
	width: 52.08333333%;
}

.home .access .access__container .access__detail .access__info.info .info__title {
	color: #886d15;
	font-family: Raleway;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 34px;
}

.home .access .access__container .access__detail .access__info.info table {
	width: 100%;
}

.home .access .access__container .access__detail .access__info.info table tr th {
	color: #886d15;
	font-family: Zen Kaku Gothic New;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	min-width: 150px;
	text-align: left;
	vertical-align: top;
	width: 28.57142857%;
}

.home .access .access__container .access__detail .access__info.info table tr td {
	color: #4F4F4F;
	font-family: Zen Kaku Gothic New;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.home .access .access__container .access__detail .access__info.info table tr td span {
	color: #4F4F4F;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 270%;
	margin-top: 10px;
}

.home .access .access__container .access__detail .access__info.info table tr td span:first-child {
	margin-top: 0;
}

.home .access .access__container .access__detail .access__movie {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 47.91666667%;
}

.home .access .access__container .access__detail .access__movie iframe {
	height: 394px;
	width: 81.16%;
}

.home .access .access__container .access__detail .access__movie img {
	height: 394px;
	width: 81.16%;
}

.home .access .access__container .access__map {
	height: 400px;
}

.home .access .access__container .access__map .googlemap-bw iframe {
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.home .access .access__container .access__map iframe,
.home .access .access__container .access__map .googlemap-bw {
	height: 100%;
	width: 100%;
}

.instagram-feed {
	padding: 80px 0;
	text-align: center;
}

.instagram-feed__title {
	margin-bottom: 40px;
}

.instagram-feed__title .title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.instagram-feed__title .title__en {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.instagram-feed__title .title__ja {
	color: #666;
	font-size: 16px;
}

.instagram-feed__container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.instagram-feed__container .sbi_feed_type_grid {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	margin: 0 auto;
}

.instagram-feed__container .sbi_item {
	aspect-ratio: 1;
	overflow: hidden;
}

.instagram-feed__container .sbi_item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.instagram-feed__container .sbi_item img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.instagram-feed__link {
	margin-top: 40px;
}

.instagram-feed__link .button {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.instagram-feed__link .button:hover {
	background-color: #555;
}

.instagram-feed__link .button span {
	font-size: 14px;
	font-weight: 500;
}

.p-home__padding-width {
	padding: 0 15px;
}

.page-title {
	background: url(../../assets/img/common/bg-pt.webp) center/cover no-repeat;
	margin-bottom: 100px;
	padding: 180px 0 120px;
	position: relative;
}

.page-title::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-title .page-title__container {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 86.111%;
	z-index: 2;
}

.page-title .page-title__container .page-title__title.title .title__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 7px;
}

.page-title .page-title__container .page-title__title.title .title__en {
	color: #FFFFFF;
	font-family: "Lato";
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.fixed-link {
	position: fixed;
	right: 1vw;
	top: 8vh;
	-webkit-transform: translateY(29%);
	transform: translateY(29%);
	z-index: 100;
}

.fixed-link .reserve-button,
.fixed-link .experience-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #19171b;
	border: solid 1px #886d15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.6rem 1.6rem;
	width: 45px;
}

.fixed-link .reserve-button .reserve-button__text-en.sp,
.fixed-link .experience-button .reserve-button__text-en.sp {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
}

.fixed-link .reserve-button .reserve-button__text,
.fixed-link .experience-button .reserve-button__text {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 128%;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.fixed-link .reserve-button:hover,
.fixed-link .experience-button:hover {
	opacity: 0.5;
}

.fixed-link .experience-button {
	background: #9e8123;
}

.page .post_content {
	padding: 120px;
}

.page .access .access__container .access__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 140px 0 111px;
}

.page .access .access__container .access__detail .access__info.info {
	padding: 0 6.25% 0 6.945%;
	width: 52.08333333%;
}

.page .access .access__container .access__detail .access__info.info .info__title {
	color: #886d15;
	font-family: Raleway;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 34px;
}

.page .access .access__container .access__detail .access__info.info table {
	width: 100%;
}

.page .access .access__container .access__detail .access__info.info table tr th {
	color: #886d15;
	font-family: Zen Kaku Gothic New;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 250%;
	min-width: 150px;
	text-align: left;
	vertical-align: top;
	width: 28.57142857%;
}

.page .access .access__container .access__detail .access__info.info table tr td {
	color: #4F4F4F;
	font-family: Zen Kaku Gothic New;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.page .access .access__container .access__detail .access__info.info table tr td span {
	color: #4F4F4F;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 270%;
	margin-top: 10px;
}

.page .access .access__container .access__detail .access__info.info table tr td span:first-child {
	margin-top: 0;
}

.page .access .access__container .access__detail .access__movie {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 47.91666667%;
}

.page .access .access__container .access__detail .access__movie iframe {
	height: 394px;
	width: 81.16%;
}

.page .access .access__container .access__detail .access__movie img {
	height: 394px;
	width: 81.16%;
}

.page .access .access__container .access__map {
	height: 400px;
}

.page .access .access__container .access__map .googlemap-bw iframe {
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page .access .access__container .access__map iframe,
.page .access .access__container .access__map .googlemap-bw {
	height: 100%;
	width: 100%;
}

.p-footer-contact {
	background: #886d15;
	color: #FFFFFF;
	padding: 80px 0;
	position: relative;
	text-align: center;
}

.p-footer-contact.is-active::after {
	left: 100%;
}

.p-footer-contact::after {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: left cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
	transition: left cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}

.p-footer-contact .c-headline {
	font-size: 20px;
	line-height: 1.5;
	padding: 0 20px;
}

.p-footer-contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1080px;
	padding: 20px 0;
}

.p-footer-contact-info-desc {
	padding: 20px;
	position: relative;
	width: 50%;
}

.p-footer-contact-info-center {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-footer-contact-info-btn {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #9e8123;
	display: block;
	height: 100%;
	min-height: 80px;
}

.p-footer-contact-info-btn::before {
	background: rgba(158, 129, 35, 0.1);
}

.p-footer-contact-info-btn:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #9e8123;
}

.p-footer-contact-info-btn.is-tel {
	background: none;
	color: #FFFFFF;
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	padding: 30px 0;
}

.p-footer-contact-info-btn.is-tel::before {
	display: none;
}

.p-footer-contact-info-icon {
	font-size: 28px;
	margin: 0 10px 0 0;
}

.p-footer-contact-info-icon.is-tel {
	-webkit-transform: rotate(90deg) translateX(-4px);
	transform: rotate(90deg) translateX(-4px);
}

.p-footer-contact-info-icon.is-email {
	font-weight: normal;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.p-footer-contact-info-info,
.p-footer-contact-info-number,
.p-footer-contact-info-time {
	position: relative;
	z-index: 1;
}

.p-footer-contact-info-number {
	font-size: 40px;
	font-weight: 900;
}

.p-footer-contact-info-text {
	font-size: 22px;
	font-weight: 900;
}

.p-footer-contact-info-time {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0 0;
}

.p-footer-contact-info-time-ttl {
	display: inline-block;
	margin: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
}

.p-footer-contact-info-time-txt {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

/* ================================================
 * Category Page Styles
 * ================================================ */

.is-category {
	padding-top: 0;
}

.is-category .page-title {
	background: url(../../assets/img/common/bg-pt.webp) center/cover no-repeat;
	margin-bottom: 100px;
	padding: 180px 0 120px;
	position: relative;
}

.is-category .page-title::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.is-category .page-title .page-title__container {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 86.111%;
	z-index: 2;
}

.is-category .page-title .page-title__container .page-title__title.title .title__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 7px;
}

.is-category .page-title .page-title__container .page-title__title.title .title__en {
	color: #FFFFFF;
	font-family: "Lato";
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.is-category .l-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin: 40px auto;
	max-width: 1200px;
	padding: 0 20px;
}

.is-category .l-content.-sidebar-on .l-mainContent {
	width: calc(100% - 330px);
}

.is-category .l-content.-sidebar-on .l-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
}

.is-category .p-category .l-mainContent__inner {
	padding: 0;
}

.is-category .c-articleList {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
}

.is-category .c-articleList__item {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-category .c-articleList__item:hover {
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.is-category .c-articleList__thumb {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 200px;
	overflow: hidden;
	width: 300px;
}

.is-category .c-articleList__thumb a {
	display: block;
	height: 100%;
	width: 100%;
}

.is-category .c-articleList__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.is-category .c-articleList__thumb img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.is-category .c-articleList__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
}

.is-category .c-articleList__title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
}

.is-category .c-articleList__title a {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.is-category .c-articleList__title a:hover {
	color: #007cba;
}

.is-category .c-articleList__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9rem;
	gap: 15px;
	margin-bottom: 15px;
}

.is-category .c-articleList__date {
	color: #999;
}

.is-category .c-articleList__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.is-category .c-articleList__category {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background: #f0f0f0;
	border-radius: 12px;
	color: #555;
	font-size: 0.8rem;
	padding: 4px 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-category .c-articleList__category:hover {
	background: #007cba;
	color: white;
}

.is-category .c-articleList__excerpt {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
}

.is-category .p-noPost {
	color: #666;
	font-size: 1.1rem;
	padding: 60px 20px;
	text-align: center;
}

.is-category .pagination {
	margin-top: 50px;
	text-align: center;
}

.is-category .pagination .page-numbers {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background: #f8f9fa;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	margin: 0 5px;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-category .pagination .page-numbers:hover,
.is-category .pagination .page-numbers.current {
	background: #007cba;
	color: white;
}

.is-category .pagination .page-numbers.prev,
.is-category .pagination .page-numbers.next {
	background: #333;
	color: white;
}

.is-category .pagination .page-numbers.prev:hover,
.is-category .pagination .page-numbers.next:hover {
	background: #555;
}

.is-category .l-sidebar .widget {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	overflow: hidden;
}

.is-category .l-sidebar .widget .widget-title {
	background: #f8f9fa;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	padding: 15px 20px;
}

.is-category .l-sidebar .widget .widget-content {
	padding: 20px;
}

/* ================================================
 * Single Post Page Styles
 * ================================================ */

.l-mainContent.l-article {
	margin: 0 auto !important;
}

.is-single .page-title {
	background: url(../../assets/img/common/bg-pt.webp) center/cover no-repeat;
	margin-bottom: 100px;
	padding: 180px 0 120px;
	position: relative;
}

.is-single .page-title::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.is-single .page-title .page-title__container {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 86.111%;
	z-index: 2;
}

.is-single .page-title .page-title__container .page-title__title.title .title__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 7px;
}

.is-single .page-title .page-title__container .page-title__title.title .title__en {
	color: #FFFFFF;
	font-family: "Lato";
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.is-single .l-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin: 40px auto;
	max-width: 1200px;
	padding: 0 20px;
}

.is-single .l-content.-sidebar-on .l-mainContent {
	width: calc(100% - 330px);
}

.is-single .l-content.-sidebar-on .l-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
}

.is-single .c-singleArticle {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 30px;
}

.is-single .c-singleArticle__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9rem;
	gap: 15px;
	margin-bottom: 30px;
}

.is-single .c-singleArticle__date {
	color: #999;
}

.is-single .c-singleArticle__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.is-single .c-singleArticle__category {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background: #f0f0f0;
	border-radius: 12px;
	color: #555;
	font-size: 0.8rem;
	padding: 4px 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-single .c-singleArticle__category:hover {
	background: #007cba;
	color: white;
}

.is-single .c-singleArticle__thumb {
	margin: -30px -30px 30px;
}

.is-single .c-singleArticle__thumb img {
	display: block;
	height: auto;
	width: 100%;
}

.is-single .c-singleArticle__content {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
}

.is-single .c-singleArticle__content p {
	margin-bottom: 1.5em;
}

.is-single .c-singleArticle__content h2 {
	border-bottom: 2px solid #f0f0f0;
	font-size: 1.8rem;
	margin: 2em 0 1em;
	padding-bottom: 0.5em;
}

.is-single .c-singleArticle__content h3 {
	font-size: 1.5rem;
	margin: 1.8em 0 1em;
}

.is-single .c-singleArticle__content img {
	height: auto;
	margin: 1.5em 0;
	max-width: 100%;
}

.is-single .c-singleArticle__content ul,
.is-single .c-singleArticle__content ol {
	margin: 1.5em 0;
	padding-left: 1.5em;
}

.is-single .c-singleArticle__content blockquote {
	background: #f8f9fa;
	border-left: 4px solid #007cba;
	font-style: italic;
	margin: 1.5em 0;
	padding: 1em 1.5em;
}

.is-single .l-sidebar .widget {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	overflow: hidden;
}

.is-single .l-sidebar .widget .widget-title {
	background: #f8f9fa;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	padding: 15px 20px;
}

.is-single .l-sidebar .widget .widget-content {
	padding: 20px;
}

.is-single .p-entry__title {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 1.5em;
}

.is-single .p-entry__thumb {
	margin: 2em 0;
}

.is-single .p-entry__thumb img {
	display: block;
	height: auto;
	width: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ffffff;
}

main {
	padding-top: 122px;
	position: relative;
	z-index: 1;
}

main.is-home {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

main.is-home .l-content {
	margin: 0 auto;
	max-width: 1200px;
	max-width: var(--swl-width_container, 1200px);
	width: 100%;
}

.button {
	background: #9e8123;
	color: #FFFFFF;
	display: block;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 100%;
	padding: 23px 0;
	position: relative;
	text-align: center;
	width: 350px;
}

.button::after {
	content: "";
	height: 8px;
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 1s;
	transition: 1s;
	width: 39px;
}

.button:hover::after {
	-webkit-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.button::before {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	width: 100%;
	z-index: 2;
}

.button:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.button-header {
	background: #9e8123;
	color: #FFFFFF;
	display: block;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 100%;
	padding: 23px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.button-header::after {
	content: "";
	height: 8px;
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 1s;
	transition: 1s;
	width: 39px;
}

.button-header:hover::after {
	-webkit-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.button-header::before {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	width: 100%;
	z-index: 2;
}

.button-header:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.button-truth-base {
	background: #886d15;
	margin-top: 20px;
	width: 100%;
}

.button-truth-base .new-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 15px;
}

.truth-base {
	background: #19171b;
	width: 418px;
}

.truth-base .new-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 15px;
}

.button--lg {
	background: #19171b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Raleway";
	font-size: 48px;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 56px;
	padding: 45px 0 45px;
	position: relative;
	text-align: center;
	width: 600px;
}

.button--lg span {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-top: 6px;
}

.button--lg span.ayurveda {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-top: 21px;
	opacity: 0.8;
}

.button--lg::after {
	content: "";
	height: 12px;
	position: absolute;
	right: 42px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
}

.gallery {
	height: 43.75vw;
	position: relative;
}

.gallery img {
	max-height: none;
	max-width: none;
}

.gallery .gallery__title {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 118.23px;
	font-style: normal;
	font-weight: normal;
	left: 7%;
	letter-spacing: 0.13em;
	line-height: 100%;
	position: absolute;
	top: -70px;
	z-index: 10;
}

.gallery .gallery__wrapper {
	overflow: hidden;
	width: 100%;
}

.gallery .gallery__wrapper .gallery__container {
	position: relative;
	width: 109.375vw;
}

.gallery .gallery__wrapper .gallery__container .gallery-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 120%;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__main {
	-o-object-fit: cover;
	height: 43.75vw;
	object-fit: cover;
	width: 43.75vw;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__main img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 60.972%;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__sub img {
	-o-object-fit: cover;
	height: 21.875vw;
	object-fit: cover;
	width: 21.875vw;
}

.gallery .modal-container {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 9999;
}

.gallery .modal-container.is-open {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
}

.gallery .modal-body {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 90%;
}

.gallery .modal-close {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -40px;
	width: 40px;
	z-index: 1;
}

.gallery .modal-close:hover {
	opacity: 0.8;
}

.gallery .modal-content {
	background: #fff;
	border-radius: 4px;
	height: auto;
	max-height: 90vh;
	overflow: hidden;
	width: 100%;
}

.gallery .modal-content .bigimg {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.gallery .modal-content .bigimg img {
	-o-object-fit: contain;
	max-height: 90vh;
	max-width: 100%;
	object-fit: contain;
}

.service-top.top .top__title-number {
	background: #19171b;
	padding: 21px 81px 56px;
	position: relative;
}

.service-top.top .top__title-number .top__title.title {
	left: 100px;
	position: absolute;
	top: 159px;
	z-index: 2;
}

.service-top.top .top__title-number .top__title.title .title__ja {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 8px;
}

.service-top.top .top__title-number .top__title.title .title__en {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 124px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 146px;
}

.service-top.top .top__title-number .top__number {
	color: rgba(193, 164, 119, 0.18);
	font-family: "Zen Kaku Gothic New";
	font-size: 180px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 200px;
	text-align: right;
}

.service-top.top .top__image {
	height: 43.334vw;
	width: 100%;
}

.service-detail {
	padding: 150px 0 120px;
}

.service-detail .service-item .service-item__right {
	padding-bottom: 80px;
	padding-left: 100px;
	position: relative;
}

.service-detail .service-item .service-item__right .service-item__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-blend-mode: multiply, normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 37.5vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 50.747%;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper {
	max-width: 520px;
	width: 76.472%;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper .content__lead {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 24px;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper .content__lead span {
	color: #9e8123;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper .content__description {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 250%;
}

.service-detail .service-item .service-item__right .service-item__image {
	-o-object-fit: cover;
	bottom: 0;
	height: 87.099%;
	object-fit: cover;
	position: absolute;
	right: 0;
	width: 51.39%;
	z-index: -1;
}

.service-detail .service-item .service-item__left {
	padding-right: 100px;
	padding-top: 80px;
	position: relative;
}

.service-detail .service-item .service-item__left .service-item__image {
	-o-object-fit: cover;
	height: 87.099%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 51.389%;
	z-index: -1;
}

.service-detail .service-item .service-item__left .service-item__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 37.5vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	width: 50.747%;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper {
	max-width: 520px;
	width: 76.472%;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper .content__lead {
	color: #FFFFFF;
	font-family: "Zen Old Mincho";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 24px;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper .content__lead span {
	color: #9e8123;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper .content__description {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 250%;
}

.service-detail .service-item + .service-item {
	margin-top: 100px;
}

.yoga .price-detail__container-right img {
	-o-object-fit: cover;
	aspect-ratio: 700/552;
	object-fit: cover;
	width: 100%;
}

.yoga .price-detail__container-left figure.wp-block-table table tbody tr:last-child td:first-child {
	background: #19171b;
	border-right: 1px solid #886d15;
	color: #fff;
}

.fitness .price-detail__container-right img {
	-o-object-fit: cover;
	aspect-ratio: 700/514;
	object-fit: cover;
	width: 100%;
}

.fitness .price-detail__container-left figure.wp-block-table table tbody tr:last-child td:first-child {
	background: #19171b;
	border-right: 1px solid #886d15;
	color: #fff;
}

#golf figure.wp-block-table table tbody tr:last-child td:first-child {
	background: #fff;
	border-right: 1px solid #886d15;
	color: #9e8123;
}

.bodycare .price-detail__table {
	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;
}

.bodycare .price-detail__table .wp-block-table,
.bodycare .price-detail__table p {
	width: 48.38%;
}

.bodycare .price-detail__table p {
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 21.6px;
	text-align: left;
	-webkit-transform: translateY(23%);
	transform: translateY(23%);
}

.bodycare .price-detail__table h5 {
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 61.4px;
	text-align: left;
}

.bodycare .price-detail__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: min(86.1111%, 1240px);
}

.bodycare .price-detail__container h3 {
	font-family: "Raleway";
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 56.35px;
	margin-bottom: 45px;
	text-align: left;
}

.price-detail {
	padding-bottom: 120px;
}

.price-detail__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	padding-bottom: 120px;
	width: min(93.055%, 1340px);
}

.price-detail__container-left {
	width: 41.791%;
}

.price-detail__container-left figure.wp-block-table table tbody tr:last-child td:first-child {
	background: #fff;
	border-right: 1px solid #886d15;
	color: #9e8123;
}

.price-detail__container-left h3 {
	color: #19171b;
	font-family: "Raleway";
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 56.35px;
	margin-bottom: 45px;
	text-align: left;
}

.price-detail__container-left p {
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 21.6px;
	text-align: left;
}

.price-detail__container-right {
	width: 52.238%;
}

.price-detail__container-right img {
	-o-object-fit: cover;
	aspect-ratio: 700/492;
	object-fit: cover;
	width: 100%;
}

.price-detail .links {
	margin-left: auto;
	margin-right: auto;
	width: min(93.055%, 1340px);
}

.other-service {
	background: #fff;
	padding: 120px 0;
}

.other-service .other-service__container {
	margin: 0 auto;
	max-width: 1240px;
	width: 86.111%;
}

.other-service .other-service__container .other-service__title {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 60px;
}

.other-service .other-service__container .oter-service__items {
	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;
}

.other-service .other-service__container .oter-service__items .other-service__item.item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 360px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 360px;
}

.other-service .other-service__container .oter-service__items .other-service__item.item .item__title.title .title__en {
	color: #FFFFFF;
	font-family: "Raleway";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 28px;
	text-align: center;
}

.other-service .other-service__container .oter-service__items .other-service__item.item .item__title.title .title__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
}

.other-service .other-service__container .oter-service__items .other-service__item.item::after {
	bottom: 35px;
	content: "";
	height: 13px;
	position: absolute;
	right: 35px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 60px;
}

.other-service .other-service__container .oter-service__items .other-service__item.item:hover {
	background-size: 120% !important;
}

.other-service .other-service__container .oter-service__items .other-service__item.item:hover {
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}

.other-service .other-service__container .oter-service__items .other-service__item.item:hover::after {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.p-menu-course-list {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}

.p-menu-course-item {
	background: #fff;
	border-top: 3px solid #111;
	-webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 40px;
	padding: 80px;
}

.p-menu-course-data {
	line-height: 1.8;
	text-align: left;
	width: 100%;
}

.p-menu-course-data-ttl {
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	margin: 0 0 30px;
}

.p-menu-course-data-desc {
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0 0 40px;
}

.p-menu-course-data-desc p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.p-menu-course-data-desc-small {
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 40px 0 0;
}

.p-menu-course-price-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: repeat-x center;
	background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 20 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23$color-border' fill-opacity='.2' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
	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;
	line-height: 1.8;
	margin: 0 0 15px;
	position: relative;
}

.p-menu-course-price-ttl,
.p-menu-course-price-desc {
	position: relative;
	z-index: 1;
}

.p-menu-course-price-ttl-txt,
.p-menu-course-price-desc-txt {
	background: #fff;
	display: inline-block;
	line-height: 1.4;
	text-align: left;
}

.p-menu-course-price-ttl {
	padding: 5px 0;
}

.p-menu-course-price-ttl-txt {
	padding: 0 10px 0 0;
}

.p-menu-course-price-desc {
	padding: 0 0 5px;
	text-align: right;
}

.p-menu-course-price-desc-txt {
	padding: 0 0 0 10px;
}

.p-menu-course-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 80px;
}

.p-menu-course-images-item {
	padding: 0 0 0 10px;
	width: 100%;
}

/*----------------------------------------
menu-banner
----------------------------------------*/

.p-menu-banner {
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	text-align: center;
}

.p-menu-banner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1080px;
}

.p-menu-banner-item {
	padding: 0 40px;
	width: 50%;
}

.p-menu-banner-item:last-of-type {
	margin: 0;
}

.p-menu-banner-item-link {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
}

.p-menu-banner-item-link::before {
	content: "";
	display: block;
	padding: 33% 0 0;
}

.p-menu-banner-item-link:hover .p-menu-banner-item-link-bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-menu-banner-item-link-bg {
	background: #f5f5f5 no-repeat center;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	z-index: 0;
}

.p-menu-banner-item-link-ttl {
	color: #fff;
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 900;
	left: 0;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	padding: 0 60px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.p-about-concept {
	overflow: hidden;
	padding: 0 0 140px;
	position: relative;
	text-align: center;
}

.p-about-concept-bg {
	background: no-repeat center;
	background-size: cover;
	bottom: -20%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-about-concept-article {
	position: relative;
	z-index: 1;
}

.p-about-concept-article .c-sub-ttl {
	font-size: 2rem;
}

.p-about-concept-ttl {
	margin: 0 0 50px;
}

.p-about-concept-desc p {
	font-size: 14px;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}

.p-about-concept-desc p:not([class]) {
	margin: 0 0 30px;
}

.p-about-point {
	background: url(../../assets/img/aboutus/bg-point.webp);
	background-size: contain;
	overflow: hidden;
	padding: 120px 0 0;
	position: relative;
	text-align: center;
}

.p-about-point-bg {
	background: repeat center;
	bottom: -20%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-about-point-bg.is-default {
	background: #f5f5f5;
}

.p-about-point-article {
	position: relative;
	z-index: 1;
}

.p-about-point-article .c-sub-ttl {
	font-size: 2rem;
}

.p-about-point-ttl {
	margin: 0 0 40px;
}

.p-about-point-desc p {
	font-size: 14px;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}

.p-about-point-list {
	padding: 100px 0 50px;
}

.p-about-point-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto 80px;
	max-width: 1200px;
	padding: 50px 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-about-point-section:nth-child(odd) .p-about-point-section-eyecatch {
	left: -100px;
}

.p-about-point-section:nth-child(even) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-about-point-section:nth-child(even) .p-about-point-section-eyecatch {
	right: -100px;
}

.p-about-point-section:nth-child(4n-3) .p-about-point-section-border {
	right: 0;
	top: 0;
	-webkit-transform: translate(25%, -25%);
	transform: translate(25%, -25%);
}

.p-about-point-section:nth-child(4n-3) .p-about-point-section-fill {
	bottom: 0;
	right: 0;
	-webkit-transform: translate(40%, 25%);
	transform: translate(40%, 25%);
}

.p-about-point-section:nth-child(4n-2) .p-about-point-section-border {
	left: 0;
	top: 0;
	-webkit-transform: translate(-25%, -25%);
	transform: translate(-25%, -25%);
}

.p-about-point-section:nth-child(4n-2) .p-about-point-section-fill {
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-40%, 25%);
	transform: translate(-40%, 25%);
}

.p-about-point-section:nth-child(4n-1) .p-about-point-section-border {
	bottom: 0;
	right: 0;
	-webkit-transform: translate(25%, 30%);
	transform: translate(25%, 30%);
}

.p-about-point-section:nth-child(4n-1) .p-about-point-section-fill {
	right: 0;
	top: 0;
	-webkit-transform: translate(35%, -20%);
	transform: translate(35%, -20%);
}

.p-about-point-section:nth-child(4n) .p-about-point-section-border {
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-25%, 25%);
	transform: translate(-25%, 25%);
}

.p-about-point-section:nth-child(4n) .p-about-point-section-fill {
	left: 0;
	top: 0;
	-webkit-transform: translate(-40%, -25%);
	transform: translate(-40%, -25%);
}

.p-about-point-section-border {
	position: absolute;
	z-index: 0;
}

.p-about-point-section-border-obj {
	border: 1px solid #ddd;
	width: 200px;
}

.p-about-point-section-border-obj::before {
	content: "";
	display: block;
	padding: 100% 0 0;
}

.p-about-point-section-fill {
	position: absolute;
	z-index: 0;
}

.p-about-point-section-fill-obj {
	background: #ddd;
	width: 300px;
}

.p-about-point-section-fill-obj::before {
	content: "";
	display: block;
	padding: 100% 0 0;
}

.p-about-point-section-eyecatch {
	position: absolute;
	top: 0;
	width: calc(50% + 140px);
	z-index: 1;
}

.p-about-point-section-eyecatch-img {
	display: none;
}

.p-about-point-section-eyecatch-bg {
	background: no-repeat center;
	background-size: cover;
}

.p-about-point-section-eyecatch-bg::before {
	content: "";
	display: block;
	padding: 50% 0 0;
}

.p-about-point-section-box {
	background: #fff;
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.05);
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.05);
	padding: 80px 100px 90px;
	position: relative;
	text-align: left;
	width: 50%;
	z-index: 2;
}

.p-about-point-section-number {
	background: #111;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	height: 80px;
	left: 0;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 80px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
}

.p-about-point-section-ttl {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	margin: 0 0 30px;
}

.p-about-point-section-ttl-text {
	line-height: 1.5;
}

.p-about-point-section-desc p {
	font-weight: 500;
	line-height: 2;
}

.p-about-point-section-btn {
	margin: 50px 0 0;
}

.p-about-point-section-btn-icon {
	margin: 0 15px 0 0;
}

.p-about-point-section-btn-body {
	-webkit-box-shadow: 0 -2px 0 #999 inset;
	box-shadow: 0 -2px 0 #999 inset;
	color: #999;
	display: inline-block;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	-webkit-transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-about-point-section-btn-body::after {
	-webkit-animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: #ec7280;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.p-about-point-section-btn-body:hover {
	color: #ec7280;
}

.p-about-point-section-btn-body:hover::after {
	-webkit-animation-name: line-link-after-enter;
	animation-name: line-link-after-enter;
}

/*----------------------------------------
home-info
----------------------------------------*/

.p-about-info {
	padding: 0;
	position: relative;
}

.p-about-info-bg {
	background: no-repeat center;
	background-size: cover;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-about-info-article {
	background: #fff;
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
	z-index: 1;
}

.p-about-info-article p {
	font-size: 0.8rem;
}

.p-about-info-logo {
	margin: 0 0 50px;
	text-align: center;
}

.p-about-info-logo-img {
	max-width: 150px;
}

.p-about-info-col-row {
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 60px;
}

.p-about-info-col-row:first-of-type {
	border-top: 0;
}

.p-about-info-col-ttl {
	line-height: 1.5;
	min-width: 180px;
}

.p-about-info-col-desc {
	line-height: 1.5;
}

.p-about-info-col-btn {
	margin: 20px 0 0;
}

.p-about-info-col-btn-body {
	border: 1px solid #111;
	color: #111;
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-about-info-col-btn-body:hover {
	background: #111;
	color: #fff;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-about-info-col-btn-body:hover .p-home-shop-info-col-btn-icon {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.p-about-info-col-btn-body .p-home-shop-info-col-btn-icon {
	display: inline-block;
	margin-right: 8px;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-about-info-col-btn-icon,
.p-about-info-col-btn-text {
	line-height: 1;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}

.p-about-info-col-btn-icon {
	font-size: 15px;
	font-size: 1rem;
	margin: 0 2px 0 0;
}

.p-about-info-col-btn-text {
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: bold;
}

.p-about-info-map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.p-about-info-map iframe {
	height: 600px;
	width: 100%;
}

.staff {
	background: #fff;
	padding: 120px 0 210px;
	position: relative;
}

.staff .staff__container {
	margin: 0 auto;
	max-width: 1300px;
	width: 90.2777777778%;
}

.staff .staff__container .staff__title {
	-webkit-font-feature-settings: "liga" off;
	font-feature-settings: "liga" off;
	color: #9e8123;
	font-family: "Raleway";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 60px;
}

.staff .staff__container .staff__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.staff .staff__container .staff__list .staff__item.item {
	margin-bottom: 40px;
	padding: 0 2.42%;
	width: 20%;
}

.staff .staff__container .staff__list .staff__item.item .item__image {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 13.69vw;
	margin-bottom: 15px;
	max-height: 197px;
	object-fit: cover;
	width: 100%;
}

.staff .staff__container .staff__list .staff__item.item .item__name.name {
	margin-bottom: 10px;
}

.staff .staff__container .staff__list .staff__item.item .item__name.name .name__ja {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	text-align: center;
}

.staff .staff__container .staff__list .staff__item.item .item__name.name .name__en {
	color: #9e8123;
	font-family: "Raleway";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	text-align: center;
}

.staff .staff__container .staff__list .staff__item.item .item__service {
	background: #ffffff;
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
}

.staff .staff__container .staff__list .staff__item.item .item__voice {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
}

.staff .staff__container .staff__schedule {
	margin-bottom: 120px;
}

.staff .staff__container .staff__schedule .schedule__title {
	-webkit-font-feature-settings: "liga" off;
	font-feature-settings: "liga" off;
	color: #9e8123;
	font-family: "Raleway";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 56px;
	margin-bottom: 60px;
}

.staff .staff__container .staff__schedule .schedule__calender img {
	width: 100%;
}

.staff::before {
	background: #ffffff;
	bottom: 0;
	content: "";
	display: block;
	height: 320px;
	left: 0;
	position: absolute;
	width: 100%;
}

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

.links .links__reservation {
	background-color: #886d15;
}

.links .links__reservation,
.links .links__menu {
	width: 48.3870967742%;
}

/*----------------------------------------
style-article
----------------------------------------*/

.p-style-article {
	margin: 0 auto;
	max-width: 1200px;
	padding: 80px 0;
}

/*----------------------------------------
style-nav
----------------------------------------*/

.p-style-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0 10px;
}

/*----------------------------------------
style-types
----------------------------------------*/

.p-style-types {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.p-style-types-item {
	margin: 0 20px 0 0;
}

.p-style-types-item-link {
	border-radius: 50px;
	display: block;
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
}

.p-style-types-item-link::before {
	-webkit-animation: nav-link-leave 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	animation: nav-link-leave 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: #f5f5f5;
	border-radius: 50px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 0;
}

.p-style-types-item-link:hover::before,
.p-style-types-item-link.is-active::before {
	-webkit-animation-name: nav-link-enter;
	animation-name: nav-link-enter;
}

.p-style-types-item-txt {
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	position: relative;
	z-index: 1;
}

/*----------------------------------------
style-stylist,
style-types-mobile
----------------------------------------*/

.p-style-stylist,
.p-style-types-mobile {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}

.p-style-stylist-ttl,
.p-style-types-mobile-ttl {
	display: inline-block;
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 3px;
	letter-spacing: 0.3rem;
	margin: 0 5px 0 0;
}

.p-style-stylist-selecter,
.p-style-types-mobile-selecter {
	display: inline-block;
	position: relative;
}

.p-style-stylist-selecter-icon,
.p-style-types-mobile-selecter-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.p-style-stylist-select,
.p-style-types-mobile-select {
	border: 1px solid #ddd;
	font-size: 12px;
	font-size: 1rem;
	padding: 10px 40px 10px 15px;
	-webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-style-stylist-select:hover,
.p-style-stylist-select:focus,
.p-style-types-mobile-select:hover,
.p-style-types-mobile-select:focus {
	border-color: #ec7280;
}

.p-style-types-mobile {
	display: none;
}

/*----------------------------------------
style-list
----------------------------------------*/

.p-style-list {
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	text-align: center;
}

.p-style-list .c-pagination {
	margin: 30px 0 0;
}

.p-style-post {
	display: block;
}

.p-style-post:hover .p-style-post-thumb-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-style-post-thumb {
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.p-style-post-thumb::after {
	content: "";
	display: block;
	padding: 100% 0 0;
}

.p-style-post-thumb-img {
	background: center no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
	transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.p-style-post-thumb-src {
	display: none;
}

.p-style-post-text {
	padding: 25px 0 0;
	position: relative;
	text-align: left;
}

.p-style-post-text::after {
	content: "";
	display: block;
	padding: 0 0 25px;
}

.p-style-post-ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
}

.p-style-post-cat {
	display: inline-block;
}

.p-style-post-cat-tax {
	display: inline-block;
	font-size: 0;
	margin: 10px 15px 0 0;
}

.p-style-post-cat-tax a {
	background: #f5f5f5;
	border-radius: 50px;
	display: inline-block;
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	padding: 10px 15px;
}

.p-style-post-stylist {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	padding: 15px 15px 15px 2px;
}

.p-style-post-stylist-ttl {
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.p-style-post-stylist-link {
	-webkit-text-decoration: underline;
	-webkit-text-decoration: underline;
	color: #999;
	text-decoration: underline;
}

.topics__list {
	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;
}

.topics__list .topics__item.item {
	margin-bottom: 80px;
	position: relative;
	width: 30.4347826087%;
}

.topics__list .topics__item.item .item__img {
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.topics__list .topics__item.item .item__img .item__thumbnail {
	-o-object-fit: cover;
	height: 13.75vw;
	max-height: 198px;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.topics__list .topics__item.item .item__img .item__category {
	background: #886d15;
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 200%;
	padding: 1px 10px 4px;
	position: absolute;
	text-align: center;
	top: 0;
}

.topics__list .topics__item.item .item__content {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.topics__list .topics__item.item .item__content .item__date {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 6px;
}

.topics__list .topics__item.item .item__content .item__title {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
}

.topics__list .topics__item.item:hover .item__img {
	opacity: 0.6;
}

.topics__list .topics__item.item:hover .item__img .item__thumbnail {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.topics__list .topics__item.item:hover .item__content {
	opacity: 0.6;
}

.topics__list::after {
	content: "";
	width: 280px;
}

.parallax {
	overflow: hidden;
}

.parallax .parallax__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transform: translate(0, 0) scale(1.3);
	transform: translate(0, 0) scale(1.3);
	width: 100%;
}

.top-news {
	background: -webkit-gradient(linear, left bottom, left top, from(#19171b), to(#19171b));
	background: linear-gradient(0deg, #19171b, #19171b);
}

.top-news .top__news {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index: 1;
}

.top-news .top__news .news__container {
	margin: 0 auto;
	max-width: 1240px;
	padding: 21px 0;
	width: 86.111%;
}

.top-news .top__news .news__container .news__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-news .top__news .news__container .news__item .item__date-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-news .top__news .news__container .news__item .item__date-category .item__date {
	color: #19171b;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-right: 20px;
	min-width: 70px;
}

.top-news .top__news .news__container .news__item .item__date-category .item__category {
	background: #886d15;
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-right: 20px;
	min-width: 120px;
	padding: 2px 0;
	text-align: center;
}

.top-news .top__news .news__container .news__item .item__date-category .item__category.important {
	background: #EB5757;
}

.top-news .top__news .news__container .news__item .item__description {
	color: #19171b;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-decoration-line: underline;
	width: calc(100% - 230px);
}

.top-news .top__news .news__container .news__item .item__description:hover {
	opacity: 0.6;
}

.top-news .top__news .news__container .news__item .button-truth-base {
	background: #886d15;
	margin-top: 20px;
	width: 100%;
}

.top-news .top__news .news__container .news__item .button-truth-base {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5.867vw 5.6vw 5.867vw 6.667vw;
}

.p-reserve {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 40px 100px;
}

.p-reserve-article {
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
	padding: 80px 100px;
}

.c-form {
	display: block;
	width: 100%;
}

.c-form-lead {
	line-height: 1.8;
	margin: 0 0 50px;
}

.c-form-lead p:not([class]) {
	margin: 0 0 20px;
}

.c-form-lead .txt_form02 {
	display: none;
}

.c-form-table {
	margin: 0 0 50px;
	width: 100%;
}

.c-form-ttl {
	padding: 20px 0;
	vertical-align: top;
	white-space: nowrap;
}

.c-form-cnt {
	padding: 20px 0 20px 40px;
	vertical-align: top;
}

.c-form-cnt .error {
	margin: 10px 0 0;
}

.c-form-cnt .horizontal-item {
	display: inline-block;
	padding: 5px 0;
}

.c-form-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 1rem;
	font-weight: 900;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.c-form-label-txt,
.c-form-label-val {
	display: block;
}

.c-form-label-val {
	background: #e60012;
	color: #fff;
	font-size: 12px;
	font-size: 1rem;
	margin: 0 15px 0 0;
	padding: 10px 13px;
}

.c-form-label-val.is-any {
	background: #777;
}

.c-form input:not([type=radio]):not([type=checkbox]),
.c-form textarea,
.c-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #e0f2f7;
	border: 1px solid #ddd;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
	padding: 20px 30px;
	-webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%;
}

.c-form input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form select::-moz-placeholder {
	color: #777;
}

.c-form input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form select::-moz-placeholder {
	color: #777;
}

.c-form input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
	color: #777;
}

.c-form input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
	color: #777;
}

.c-form input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
	color: #777;
}

.c-form input:not([type=radio]):not([type=checkbox])::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
	color: #777;
}

.c-form input:not([type=radio]):not([type=checkbox]):hover,
.c-form input:not([type=radio]):not([type=checkbox]):focus,
.c-form textarea:hover,
.c-form textarea:focus,
.c-form select:hover,
.c-form select:focus {
	border-color: #ec7280;
}

.c-form textarea {
	min-height: 80px;
	resize: vertical;
	width: 100%;
}

.c-form input[type=radio],
.c-form input[type=checkbox] {
	display: none;
}

.c-form input[type=radio] + span,
.c-form input[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0 30px 0 0;
	padding: 0 0 0 28px;
	position: relative;
	text-align: left;
}

.c-form input[type=radio] + span::before,
.c-form input[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #777;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	vertical-align: sub;
	width: 16px;
}

.c-form input[type=radio] + span::after,
.c-form input[type=checkbox] + span::after {
	content: "";
	display: inline-block;
	height: 10px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	-webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 10px;
}

.c-form input[type=radio]:checked + span::after,
.c-form input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.c-form input[type=radio] + span::before {
	border-radius: 50%;
}

.c-form input[type=radio] + span::after {
	background: #111;
	border-radius: 50%;
}

.c-form input[type=checkbox] + span::before {
	border-radius: 1px;
	border-width: 2px;
}

.c-form input[type=checkbox] + span::after {
	border: solid #111;
	border-width: 0 3px 3px 0;
	left: 6px;
	top: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
}

.c-form-privacy {
	border: 1px solid #ddd;
	font-size: 12px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 20px;
}

.c-form-privacy-inner {
	max-height: 200px;
	overflow-y: auto;
	padding: 20px;
}

.c-form-privacy-list-item {
	margin: 0 0 40px;
}

.c-form-privacy-ttl {
	font-size: 12px;
	font-size: 1rem;
	margin: 0 0 20px;
}

.c-form-privacy-subttl {
	font-size: 12px;
	font-size: 1rem;
	margin: 0 0 20px;
}

.c-form-privacy-txt {
	line-height: 1.4;
	margin: 0 0 40px;
}

.c-form-privacy-order {
	counter-reset: order 0;
}

.c-form-privacy-order.is-child {
	margin: -10px 0 30px;
}

.c-form-privacy-order-txt {
	margin: 0 0 20px;
}

.c-form-privacy-order-item {
	margin: 0 0 10px;
	padding: 0 0 0 24px;
	position: relative;
}

.c-form-privacy-order-item p {
	line-height: 1.4;
}

.c-form-privacy-order-item::before {
	-ms-flex-item-align: center;
	align-self: center;
	color: #111;
	content: counter(order) ".";
	counter-increment: order 1;
	display: inline-block;
	font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1rem;
	left: 0;
	line-height: 1.3;
	position: absolute;
	top: 0;
}

.c-form-consent {
	padding: 50px 0 40px;
	text-align: center;
}

.c-form-consent label {
	font-weight: 900;
}

.c-form-consent .error {
	margin: 10px 0 0;
}

.c-form .c-btn br {
	display: none;
}

.c-form .c-btn-body {
	display: inline-block;
	margin: 15px;
}

.c-form input[type=submit].wpcf7-submit {
	background: #e60012;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.c-form input[type=submit].wpcf7-submit:hover {
	background-color: rgb(179, 0, 14.0086956522);
}

.mw_wp_form_confirm .is-confirm-none {
	display: none;
}

.mw_wp_form_confirm .c-form-ttl {
	padding: 20px 0;
}

.mw_wp_form_confirm .c-form-cnt {
	background: #f8f8f8;
	padding: 20px 0 20px 40px;
}

.mw_wp_form_confirm .c-form-label-val {
	display: none;
}

/* ================================================
 * Search Page Styles
 * ================================================ */

.is-search {
	padding-top: 0;
}

.is-search .page-title {
	background: url(../../assets/img/common/bg-pt.webp) center/cover no-repeat;
	margin-bottom: 100px;
	padding: 180px 0 120px;
	position: relative;
}

.is-search .page-title::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.is-search .page-title .page-title__container {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 86.111%;
	z-index: 2;
}

.is-search .page-title .page-title__container .page-title__title.title .title__ja {
	color: #FFFFFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 7px;
}

.is-search .page-title .page-title__container .page-title__title.title .title__en {
	color: #FFFFFF;
	font-family: "Lato";
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.is-search .page-title .page-title__container .page-title__title.title .search-description {
	color: #FFFFFF;
	font-size: larger;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 160%;
	margin-top: 15px;
	padding: 0.5rem;
}

.is-search .l-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin: 40px auto;
	max-width: 1200px;
	padding: 0 20px;
}

.is-search .l-content.-sidebar-on .l-mainContent {
	width: calc(100% - 330px);
}

.is-search .l-content.-sidebar-on .l-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
}

.is-search .p-search .l-mainContent__inner {
	padding: 0;
}

.is-search .c-articleList {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
}

.is-search .c-articleList__item {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-search .c-articleList__item:hover {
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.is-search .c-articleList__thumb {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 200px;
	overflow: hidden;
	width: 300px;
}

.is-search .c-articleList__thumb a {
	display: block;
	height: 100%;
	width: 100%;
}

.is-search .c-articleList__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.is-search .c-articleList__thumb img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.is-search .c-articleList__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
}

.is-search .c-articleList__title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
}

.is-search .c-articleList__title a {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.is-search .c-articleList__title a:hover {
	color: #007cba;
}

.is-search .c-articleList__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9rem;
	gap: 15px;
	margin-bottom: 15px;
}

.is-search .c-articleList__date {
	color: #999;
}

.is-search .c-articleList__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.is-search .c-articleList__category {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background: #f0f0f0;
	border-radius: 12px;
	color: #555;
	font-size: 0.8rem;
	padding: 4px 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-search .c-articleList__category:hover {
	background: #007cba;
	color: white;
}

.is-search .c-articleList__excerpt {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
}

.is-search .p-noPost {
	color: #666;
	font-size: 1.1rem;
	padding: 60px 20px;
	text-align: center;
}

.is-search .p-noPost p {
	margin-bottom: 15px;
}

.is-search .p-noPost .search-form-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 400px;
}

.is-search .p-noPost .search-form-container .search-form {
	border-radius: 25px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.is-search .p-noPost .search-form-container .search-form .search-field {
	border: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1rem;
	outline: none;
	padding: 12px 20px;
}

.is-search .p-noPost .search-form-container .search-form .search-field::-moz-placeholder {
	color: #999;
}

.is-search .p-noPost .search-form-container .search-form .search-field::-webkit-input-placeholder {
	color: #999;
}

.is-search .p-noPost .search-form-container .search-form .search-field:-ms-input-placeholder {
	color: #999;
}

.is-search .p-noPost .search-form-container .search-form .search-field::-ms-input-placeholder {
	color: #999;
}

.is-search .p-noPost .search-form-container .search-form .search-field::placeholder {
	color: #999;
}

.is-search .p-noPost .search-form-container .search-form .search-submit {
	background: #007cba;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 1rem;
	padding: 12px 20px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.is-search .p-noPost .search-form-container .search-form .search-submit:hover {
	background: #005a87;
}

.is-search .pagination {
	margin-top: 50px;
	text-align: center;
}

.is-search .pagination .page-numbers {
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	background: #f8f9fa;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	margin: 0 5px;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.is-search .pagination .page-numbers:hover,
.is-search .pagination .page-numbers.current {
	background: #007cba;
	color: white;
}

.is-search .pagination .page-numbers.prev,
.is-search .pagination .page-numbers.next {
	background: #333;
	color: white;
}

.is-search .pagination .page-numbers.prev:hover,
.is-search .pagination .page-numbers.next:hover {
	background: #555;
}

.is-search .l-sidebar .widget {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	overflow: hidden;
}

.is-search .l-sidebar .widget .widget-title {
	background: #f8f9fa;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	padding: 15px 20px;
}

.is-search .l-sidebar .widget .widget-content {
	padding: 20px;
}

.display-none {
	display: none;
}

.blur-elm,
.in-order-item {
	opacity: 0;
}

.blur {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: blurAnime;
	animation-name: blurAnime;
}

.display-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.bg-black {
	position: relative;
}

.bg-black::before {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.no-post {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 60px;
}

.no-post-news {
	margin-bottom: 0;
}

.grade__contact {
	background: #fff;
	padding: 40px 0;
}

.grade__contact .contact__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	width: 624px;
}

.grade__contact .contact__container .contact__text {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-right: 10px;
}

.grade__contact .contact__container .contact__tel {
	margin-left: 10px;
}

.grade__contact .contact__container .contact__tel .contact__number {
	color: #9e8123;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 36px;
	margin-bottom: 16px;
	text-align: center;
}

.grade__contact .contact__container .contact__tel .contact__open {
	color: #9e8123;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
}

.grade__contact .contact__container::after {
	background: #9e8123;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0.5px;
}

.grade__contact .contact__container--menu {
	margin: 0 auto;
	margin-bottom: 150px;
	width: 920px;
}

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

.sp {
	display: none !important;
}

}

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

.sp-header {
	display: none;
}

}

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

.home .first .first__container .first__top {
	height: 77%;
}

.fixed-link {
	-webkit-transform: translateY(55%);
	transform: translateY(55%);
}

}

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

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item a .item__en {
	font-size: 2.5vw;
	line-height: 2.917vw;
	margin-bottom: 0.556vw;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item a .item__ja {
	font-size: 1.111vw;
}

.header .header__container .header__nav .header__list .header__item.item .sub-menu .sub-menu__item + .sub-menu__item {
	margin-left: 3.226%;
}

.service-detail .service-item .service-item__right {
	padding-left: 6.945%;
}

.service-detail .service-item .service-item__right .service-item__content {
	height: auto;
	padding: 80px 0;
}

.service-detail .service-item .service-item__right .service-item__content--swing {
	padding: 149px 0;
}

.service-detail .service-item .service-item__right .service-item__content--hotyoga {
	padding: 120px 0;
}

.service-detail .service-item .service-item__right .service-item__content--fitness {
	padding: 129px 0;
}

.service-detail .service-item .service-item__left {
	padding-right: 6.945%;
}

.service-detail .service-item .service-item__left .service-item__content {
	height: auto;
	padding: 80px 0;
}

.service-detail .service-item .service-item__left .service-item__content--swing {
	padding: 149px 0;
}

.service-detail .service-item .service-item__left .service-item__content--hotyoga {
	padding: 120px 0;
}

.service-detail .service-item .service-item__left .service-item__content--fitness {
	padding: 129px 0;
}

.service-detail .service-item .service-item__left .service-item__content--counseling {
	height: auto;
	padding: 140px 0;
}

}

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

.other-service .other-service__container .oter-service__items .other-service__item.item {
	height: 300px;
	width: 300px;
}

}

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

.home .first .first__container .first__top .first__text {
	-webkit-transform: translateY(112%);
	transform: translateY(112%);
}

.home .first .first__container .first__top .swiper {
	width: 65.847222%;
}

}

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

.other-service .other-service__container .oter-service__items {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.other-service .other-service__container .oter-service__items .other-service__item.item {
	margin-bottom: 20px;
}

.other-service .other-service__container .oter-service__items .other-service__item.item {
	height: 33.96vw;
	width: 39.442%;
}

.other-service .other-service__container .oter-service__items::after {
	content: "";
	width: 39.442%;
}

}

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

.header {
	display: none;
}

}

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

.c-breadcrumbs {
	display: none;
}

.p-footer-contact {
	padding: 60px 0 40px;
}

.p-footer-contact .c-headline {
	font-size: 18px;
	padding: 0;
}

.p-footer-contact-info {
	display: block;
}

.p-footer-contact-info-desc {
	padding: 10px 40px;
	width: 100%;
}

.p-footer-contact-info-btn.is-tel {
	padding: 20px 0;
}

.p-footer-contact-info-icon {
	font-size: 22px;
	margin: 0 5px 0 0;
}

.p-footer-contact-info-icon.is-tel {
	-webkit-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
}

.p-footer-contact-info-number {
	font-size: 28px;
}

.p-footer-contact-info-time {
	font-size: 13px;
}

.p-menu-course-item {
	display: block;
}

.p-menu-course-data {
	margin: 0 0 60px;
}

.p-menu-course-images {
	padding: 0;
}

.p-menu-course-images-item {
	padding: 0;
	width: 50%;
}

.p-menu-banner {
	padding: 40px 0;
}

.p-about-concept {
	padding: 70px 0 60px;
}

.p-about-concept-bg {
	bottom: -50%;
}

.p-about-concept-ttl {
	margin: 0 0 30px;
}

.p-about-concept-desc p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 30px;
}

.p-about-point {
	padding: 70px 0 0;
}

.p-about-point-bg {
	bottom: -50%;
}

.p-about-point-ttl {
	margin: 0 0 30px;
}

.p-about-point-desc p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 30px;
}

.p-about-point-list {
	padding: 100px 30px 50px;
}

.p-about-point-section-box {
	padding: 50px 60px 60px;
	width: 60%;
}

.p-about-info {
	padding: 0 30px;
}

.p-about-info-logo {
	margin: 0 0 30px;
}

.p-about-info-col-row {
	display: block;
	padding: 20px 0;
}

.p-about-info-col-ttl {
	font-weight: 900;
	margin: 0 0 10px;
}

.p-about-info-col-desc {
	font-weight: 500;
}

.p-about-info-map {
	width: 100%;
}

.p-about-info-map iframe {
	height: 360px;
}

.p-style-article {
	padding: 30px 30px 40px;
}

.p-style-list {
	padding: 10px 0;
}

.p-reserve {
	padding: 30px 30px 60px;
}

.c-form .c-btn-body {
	margin: 0 0 15px;
}

}

@media (max-width: 1024px) {

.is-category .l-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.is-category .l-content.-sidebar-on .l-mainContent {
	width: 100%;
}

.is-category .l-content.-sidebar-on .l-sidebar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.is-single .l-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.is-single .l-content.-sidebar-on .l-mainContent {
	width: 100%;
}

.is-single .l-content.-sidebar-on .l-sidebar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.is-search .l-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.is-search .l-content.-sidebar-on .l-mainContent {
	width: 100%;
}

.is-search .l-content.-sidebar-on .l-sidebar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

}

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

.p-menu-banner-list {
	display: block;
}

.p-menu-banner-item {
	margin: 0 0 30px;
	padding: 0 30px;
	width: 100%;
}

.p-about-point-section {
	display: block;
	padding: 20% 0 40px 30px;
}

.p-about-point-section:nth-child(odd) {
	text-align: right;
}

.p-about-point-section:nth-child(odd) .p-about-point-section-eyecatch {
	left: 0;
}

.p-about-point-section:nth-child(even) {
	padding: 20% 30px 40px 0;
	text-align: left;
}

.p-about-point-section:nth-child(even) .p-about-point-section-eyecatch {
	right: 0;
}

.p-about-point-section:nth-child(4n-3) .p-about-point-section-fill {
	left: 0;
	right: auto;
	-webkit-transform: translate(-20%, 30%);
	transform: translate(-20%, 30%);
}

.p-about-point-section:nth-child(4n-2) .p-about-point-section-fill {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
}

.p-about-point-section:nth-child(4n-1) .p-about-point-section-fill {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	-webkit-transform: translate(-10%, 30%);
	transform: translate(-10%, 30%);
}

.p-about-point-section:nth-child(4n) .p-about-point-section-fill {
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
	-webkit-transform: translate(10%, 20%);
	transform: translate(10%, 20%);
}

.p-about-point-section-border {
	display: none;
}

.p-about-point-section-fill-obj {
	width: 200px;
}

.p-about-point-section-eyecatch-bg::before {
	padding: 60% 0 0;
}

.p-about-point-section-box {
	display: inline-block;
	width: 60%;
}

.p-about-point-section-number {
	font-size: 18px;
	font-size: 1.8rem;
	height: 60px;
	line-height: 60px;
	width: 60px;
}

.p-about-point-section-ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 900;
	margin: 0 0 15px;
	text-align: left;
}

.p-about-point-section-desc {
	line-height: 1.8;
}

.p-about-point-section-btn {
	margin: 30px 0 0;
}

.p-reserve-article {
	padding: 60px;
}

}

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

.header .header__container {
	padding-left: 0;
}

.header .header__container .header__logo {
	margin: 0 10px;
}

}

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

.sp-header {
	padding-left: 5.333vw;
}

.sp-header__logo {
	width: 33.333vw;
}

.sp-header__sns a {
	margin-right: 8vw;
}

.sp-header__sns a img {
	width: 8vw;
}

.sp-header__hamburger {
	height: 16vw;
	width: 16vw;
}

.sp-header__hamburger .hamburger__bar {
	height: 0.267vw;
	width: 7.733vw;
}

.sp-header__hamburger .hamburger__bar:nth-child(1).close {
	-webkit-transform: translateY(2.133vw) rotate(35deg);
	transform: translateY(2.133vw) rotate(35deg);
}

.sp-header__hamburger .hamburger__bar:nth-child(3).close {
	-webkit-transform: translateY(-2.133vw) rotate(-35deg);
	transform: translateY(-2.133vw) rotate(-35deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sp-header__hamburger .hamburger__bar + .hamburger__bar {
	margin-top: 1.867vw;
}

.sp-header__hamburger .hamburger__title {
	font-size: 2.4vw;
	margin-top: 2.32vw;
}

.sp-menu {
	padding-top: 16vw;
}

.sp-menu .sp-menu__container {
	margin: 9.333vw 0 26.667vw;
}

.sp-menu .sp-menu__container .sp-menu__nav ul li a .en {
	font-size: 4.8vw;
	line-height: 5.6vw;
}

.sp-menu .sp-menu__container .sp-menu__nav ul li a .ja {
	font-size: 2.933vw;
	line-height: 4.267vw;
	margin-top: 1.6vw;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li .nav__sub + .nav__sub {
	margin-top: 5.333vw;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li.nav__sub-list {
	margin-top: 6.4vw;
}

.sp-menu .sp-menu__container .sp-menu__nav ul.nav__main li.nav__main-list {
	margin-top: 6.667vw;
}

.sp-menu .sp-menu__container .sp-menu__link.link {
	margin-bottom: 53.333vw;
	margin-top: 9.067vw;
	padding: 5.333vw 0 5.067vw;
	width: 76vw;
}

.sp-menu .sp-menu__container .sp-menu__link.link .link__en {
	font-size: 4.8vw;
	line-height: 5.6vw;
}

.sp-menu .sp-menu__container .sp-menu__link.link .link__ja {
	font-size: 2.933vw;
	line-height: 4.267vw;
	margin-top: 1.6vw;
}

.footer .footer__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16vw 0;
	width: 89.333vw;
}

.footer .footer__container .footer__info.info {
	margin-bottom: 6.667vw;
}

.footer .footer__container .footer__info.info .info__logo {
	margin-bottom: 6.667vw;
	width: 44.445vw;
}

.footer .footer__container .footer__info.info .info__place {
	font-size: 3.733vw;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 1.333vw;
}

.footer .footer__container .footer__info.info .info__open {
	font-size: 3.733vw;
	font-weight: 400;
	line-height: 180%;
}

.footer .footer__container .footer__link.link {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 0;
	width: 89.333vw;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__title {
	font-size: 4.8vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 3.733vw;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list .nav__link {
	font-size: 3.733vw;
	font-weight: 400;
}

.footer .footer__container .footer__link.link .link__nav.nav .nav__list .nav__link::before {
	margin-right: 5px;
}

.footer .footer__container .footer__link.link .link__nav.nav:nth-child(3) .nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 9.333vw;
}

.footer .footer__container .footer__link.link .link__nav.nav:nth-child(3) .nav__list .nav__link {
	margin-right: 3.733vw;
}

.footer .footer__container .footer__link.link .info__sns {
	margin-top: 6.667vw;
}

.footer .footer__container .footer__link.link .info__sns img {
	width: 6.667vw;
}

.footer .footer__container .footer__link.link .link__law {
	margin-top: 9.333vw;
	text-align: left;
}

.footer .footer__container .footer__link.link .link__law a {
	font-size: 3.2vw;
	line-height: 180%;
}

.footer .footer__copy {
	padding: 3.2vw 0;
}

.footer .footer__copy .copy__text {
	font-size: 3.2vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}

.teather .top {
	background: url(../../../../assets/img/top/top__color-sp.webp) center/cover no-repeat;
}

.teather .top .top__container {
	background: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: auto;
	min-height: 210.667vw;
}

.teather .top .top__container .top__logo {
	background: #fff;
	left: 0;
	padding: 4.533vw;
	top: 0;
}

.teather .top .top__container .top__logo img {
	width: 10.363vw;
}

.teather .top .top__container .top__content.content {
	padding-top: 15.2vw;
	position: static;
}

.teather .top .top__container .top__content.content .content__lead {
	font-size: 3.2vw;
	letter-spacing: 0.1em;
	line-height: 4.533vw;
	text-align: center;
}

.teather .top .top__container .top__content.content .content__truth {
	font-size: 6.612vw;
	letter-spacing: 0.2em;
	line-height: 9.6vw;
	margin-bottom: 3.955vw;
}

.teather .top .top__container .top__content.content .content__date {
	font-size: 5.951vw;
	line-height: 5.867vw;
	margin: 0 auto 2.064vw;
	padding-bottom: 12.9px;
	padding-top: 2.235vw;
	width: 34.4vw;
}

.teather .top .top__container .top__content.content .content__text {
	font-size: 18.406vw;
	line-height: 22.133vw;
	margin-bottom: 0;
}

.teather .top .top__container .top__content.content .content__reserve.reserve {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__text {
	font-size: 2.88vw;
	line-height: 160%;
	margin-right: 6.24vw;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__text::before {
	height: 0.267vw;
	-webkit-transform: rotate(10deg) translate(1.6vw, -4vw);
	transform: rotate(10deg) translate(1.6vw, -4vw);
	width: 21.333vw;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__text::after {
	height: 0.267vw;
	-webkit-transform: rotate(-10deg) translate(1.6vw, 4vw);
	transform: rotate(-10deg) translate(1.6vw, 4vw);
	width: 21.333vw;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__button {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 2.979vw;
	height: 28.8vw;
	line-height: 160%;
	width: 28.8vw;
}

.teather .top .top__container .top__content.content .content__reserve.reserve .reserve__button span {
	font-size: 2.979vw;
	letter-spacing: 0.2em;
	line-height: 160%;
	margin-top: 2.667vw;
}

.teather .top .top__container .top__view {
	margin-bottom: 8.8vw;
}

.teather .top .top__container .top__view img {
	height: 100%;
	width: 100%;
}

.teather .top .top__container::after {
	background: url(../../../../assets/img/top/top__rect-sp.webp) center/cover no-repeat;
	background-size: 100% 100%;
	height: 26.667vw;
}

.teather .main {
	padding: 2.667vw 0 12vw;
}

.teather .main .main__container {
	width: 81.333vw;
}

.teather .main .main__container .main__lead {
	font-size: 6.4vw;
	line-height: 200%;
	margin-bottom: 4.8vw;
}

.teather .main .main__container .main__description {
	font-size: 4.267vw;
	line-height: 250%;
	margin-bottom: 8.533vw;
}

.teather .main .main__container .main__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15.2vw;
}

.teather .main .main__container .main__list .main__item.item {
	margin-bottom: 5.333vw;
	width: 100%;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__title.title {
	margin-bottom: 8vw;
	padding: 9.709vw 0 1.661vw;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__title.title .title__en {
	font-size: 9.067vw;
	letter-spacing: 0.1em;
	line-height: 10.667vw;
	margin-bottom: 3.885vw;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__title.title .title__ja {
	font-size: 3.2vw;
	line-height: 100%;
}

.teather .main .main__container .main__list .main__item.item .item__content .item__number {
	font-size: 29.333vw;
	line-height: 100%;
}

.teather .main .main__container .main__list .main__item.item img {
	height: 100%;
	width: 100%;
}

.teather .main .main__container .main__news.news {
	margin-bottom: 20.533vw;
	padding: 10.667vw 5.333vw 12vw;
}

.teather .main .main__container .main__news.news .news__title {
	font-size: 6.3vw;
	line-height: 9.333vw;
	margin-bottom: 4vw;
}

.teather .main .main__container .main__news.news .news__descritpion {
	font-size: 3.733vw;
	line-height: 220%;
	margin-bottom: 8vw;
}

.teather .main .main__container .main__news.news .news__button {
	font-size: 4.267vw;
	line-height: 250%;
	width: 70.667vw;
}

.teather .main .main__container .main__news.news .news__button img {
	margin-left: 2.667vw;
	width: 4.416vw;
}

.teather .main .main__container .main__news.news .news__pre-open {
	display: block;
	font-size: 14.667vw;
	height: auto;
	left: 50%;
	line-height: 17.333vw;
	top: 20.8vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	width: auto;
}

.teather .main .main__container .main__info.info .info__title {
	font-size: 6.4vw;
	line-height: 200%;
	margin-bottom: 4vw;
}

.teather .main .main__container .main__info.info .info__description {
	font-size: 3.733vw;
	line-height: 220%;
	margin-bottom: 5.333vw;
}

.teather .main .main__container .main__info.info .info__tel .tel__title {
	font-size: 6.4vw;
	line-height: 200%;
	margin-bottom: 3.2vw;
}

.teather .main .main__container .main__info.info .info__tel .tel__text {
	font-size: 3.733vw;
	line-height: 220%;
	margin-bottom: 5.333vw;
}

.teather .main .main__container .main__info.info .info__tel a {
	font-size: 9.6vw;
	line-height: 100%;
}

.teather .main .main__container .main__info.info .info__tel a img {
	margin-right: 4.184vw;
	width: 7.64vw;
}

.teather .access::before {
	background: url(../../../../assets/img/top/top__rect-sp.webp) center/cover no-repeat;
	background-size: 100% 100%;
	height: 26.667vw;
}

.teather .access .access__container {
	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;
}

.teather .access .access__container iframe {
	height: 74.667vw;
	width: 100%;
}

.teather .access .access__container .access__content.content {
	padding: 36vw 9.333vw 9.333vw;
	position: static;
}

.teather .access .access__container .access__content.content .content__title {
	font-size: 9.067vw;
	line-height: 10.667vw;
	margin-bottom: 5.333vw;
}

.teather .access .access__container .access__content.content table {
	width: 100%;
}

.teather .access .access__container .access__content.content table tr th {
	font-size: 3.733vw;
	line-height: 220%;
	width: 32.8vw;
}

.teather .access .access__container .access__content.content table tr td {
	font-size: 3.733vw;
	line-height: 250%;
	width: 48.8vw;
}

.teather .copyright {
	font-size: 3.2vw;
	line-height: 180%;
	padding: 5.067vw 0;
}

.home .first {
	height: calc(100vh - 20.8vw - 25.915vw);
	max-height: 320vw;
	min-height: 144vw;
}

.home .first .first__container .first__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 67.44283837%;
}

.home .first .first__container .first__top .first__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 87.267057%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	left: auto;
	padding-bottom: 10%;
	position: static;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.home .first .first__container .first__top .first__text p {
	font-size: 6.4vw;
	font-weight: 400;
	line-height: 9.333vw;
	margin: 0 auto;
	width: 89.333vw;
}

.home .first .first__container .first__top .first__text p:last-child {
	margin-top: 2.667vw;
}

.home .first .first__container .first__top .first__text p:last-child::after {
	height: 0.267vw;
	margin-left: 2.667vw;
	width: 22.667vw;
}

.home .first .first__container .first__top .swiper {
	width: 89.333vw;
}

.home .first .first__container .first__top .swiper .swiper-wrapper .swiper-slide img {
	aspect-ratio: 335/185;
}

.home .first .first__container .first__servise .servise__item {
	aspect-ratio: auto;
	height: 50%;
	width: 50%;
}

.home .first .first__container .first__servise .servise__item .item__title-en {
	font-size: 6.429vw;
	line-height: 7.467vw;
}

.home .first .first__container .first__servise .servise__item .item__title-ja {
	font-size: 2.857vw;
}

.home .first .first__container .first__servise-pc {
	display: none;
}

.home .first .first__container .first__servise-sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home .first .first__container .first__servise .servise__item {
	aspect-ratio: auto;
	height: 100%;
	margin: 0;
	width: 100%;
}

.home .service .service__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home .service .service__container .service__floor.floor {
	padding: 28vw 0 12vw;
	position: relative;
	width: 100%;
}

.home .service .service__container .service__floor.floor .floor__title {
	font-size: 22.4vw;
	font-weight: 400;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 26.4vw;
}

.home .service .service__container .service__floor.floor .floor__map {
	width: 89.333vw;
}

.home .service .service__container .service__image {
	height: 127.2vw;
	width: 100%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container {
	width: 89.333vw;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__title.title {
	margin-bottom: 5.333vw;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__title.title .title__en {
	font-size: 10.667vw;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 1.384vw;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__title.title .title__ja {
	font-size: 3.733vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 100%;
}

.home .service .service__container .service__image .swiper .swiper-wrapper .swiper-slide .swiper-text .swiper-text__container .swiper-text__description {
	font-size: 3.733vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 220%;
}

.home .service .service__container .service__image .swiper .swiper-pagination {
	bottom: 12vw;
}

.home .service .service__container .service__image .swiper .swiper-pagination .swiper-pagination-bullet {
	border: 0.185vw solid #FFFFFF;
	height: 2.133vw;
	width: 2.133vw;
}

.home .topics.topics--top {
	background: url(../../../../assets/img/top/home__topics-bg-sp.webp) center/100% 100% no-repeat;
	padding: 12vw 0;
}

.home .topics.topics--top .topics__container {
	width: 89.333vw;
}

.home .topics.topics--top .topics__container .topics__title {
	color: #003894;
	font-size: 10.667vw;
	font-weight: 400;
	line-height: 12.533vw;
	margin-bottom: 8vw;
}

.home .topics.topics--top .topics__container .topics__list .topics__item.item .item__content .item__date,
.home .topics.topics--top .topics__container .topics__list .topics__item.item .item__content .item__title {
	color: #003894;
}

.home .topics.topics--top .topics__container .topics__list .topics__item.item .item__content .item__title {
	color: #4F4F4F;
}

.home .option {
	padding: 12vw 0 21.333vw;
}

.home .option .option__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 89.333vw;
}

.home .option .option__container .option__item.item {
	width: 100%;
}

.home .option .option__container .option__item.item .item__image {
	height: 53.333vw;
	margin-bottom: 5.333vw;
}

.home .option .option__container .option__item.item .item__content .item__title.title {
	margin-bottom: 4vw;
}

.home .option .option__container .option__item.item .item__content .item__title.title .title__en {
	font-size: 8.533vw;
	font-weight: 400;
	line-height: 10.133vw;
	margin-bottom: 1.333vw;
}

.home .option .option__container .option__item.item .item__content .item__title.title .title__ja {
	font-size: 3.733vw;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.home .option .option__container .option__item.item .item__content .item__description {
	font-size: 3.733vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 200%;
}

.home .option .option__container .option__item.item + .option__item {
	margin-top: 8vw;
}

.home .price-flow {
	padding: 12vw 0 16vw;
}

.home .price-flow .price-flow__container {
	width: 89.333vw;
}

.home .price-flow .price-flow__container .price-flow__price.price {
	margin-bottom: 16vw;
	padding: 8vw 5.333vw;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__content {
	margin-right: 0;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__content .price__title {
	font-size: 10.667vw;
	font-weight: 400;
	line-height: 12.533vw;
	margin-bottom: 2.667vw;
	text-align: center;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__content .price__descritpion {
	font-size: 3.733vw;
	font-weight: 400;
	line-height: 200%;
	margin-bottom: 6.667vw;
}

.home .price-flow .price-flow__container .price-flow__price.price .price__wrapper .price__link {
	min-width: auto;
	width: 78.667vw;
}

.home .price-flow .price-flow__flow.flow .flow__title {
	font-size: 10.667vw;
	line-height: 12.533vw;
	margin-bottom: 4.533vw;
}

.home .price-flow .price-flow__flow.flow .flow__description {
	font-size: 3.733vw;
	font-weight: 400;
	line-height: 200%;
}

.home .price-flow .price-flow__flow.flow .flow__content {
	height: 80vw;
	overflow-x: scroll;
	overflow-y: visible;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item {
	margin-bottom: 6.4vw;
	min-width: 42.667vw;
	padding: 5.333vw 9.6vw 5.333vw 5.333vw;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item::before {
	border-bottom: 0.267vw solid #C1A477;
	border-left: 0.267vw solid #C1A477;
	border-top: 0.267vw solid #C1A477;
	height: 99%;
	width: calc(100% - 8vw);
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item span.item__rect::after {
	height: 50.4%;
	right: 12.5%;
	-webkit-transform: translateY(0) rotate(-8deg);
	transform: translateY(0) rotate(-8deg);
	width: 0.267vw;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item span.item__rect::before {
	height: 50.4%;
	right: 12.5%;
	-webkit-transform: translateY(0) rotate(8deg);
	transform: translateY(0) rotate(8deg);
	width: 0.267vw;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__icon {
	height: 10.667vw;
	margin-bottom: 2.667vw;
	width: 10.667vw;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__title {
	font-size: 3.733vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin-bottom: 2.667vw;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description span.note {
	font-size: 2.667vw;
	line-height: 4.8vw;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description {
	font-size: 3.467vw;
	font-weight: 400;
	line-height: 180%;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item .item__description a {
	font-size: 3.467vw;
	font-weight: 400;
	line-height: 180%;
}

.home .price-flow .price-flow__flow.flow .flow__content .flow__item.item:last-child {
	border: 0.267vw solid #C1A477;
}

.home .access .access__container .access__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.home .access .access__container .access__detail .access__info.info {
	padding: 12vw 5.333vw 8vw;
	width: 100%;
}

.home .access .access__container .access__detail .access__info.info .info__title {
	font-size: 10.667vw;
	font-weight: 400;
	line-height: 12.533vw;
}

.home .access .access__container .access__detail .access__info.info table {
	width: 100%;
}

.home .access .access__container .access__detail .access__info.info table tr th {
	font-size: 3.733vw;
	line-height: 220%;
	min-width: auto;
	width: 32.8vw;
}

.home .access .access__container .access__detail .access__info.info table tr td {
	font-size: 3.733vw;
	line-height: 250%;
	width: 48.8vw;
}

.home .access .access__container .access__detail .access__info.info table tr td span {
	font-size: 3.733vw;
	line-height: 250%;
	margin-top: 2.667vw;
}

.home .access .access__container .access__detail .access__movie {
	display: block;
	padding: 0 20px;
	width: 100%;
}

.home .access .access__container .access__detail .access__movie iframe {
	height: 66.667vw;
	margin-bottom: 8vw;
	width: 100%;
}

.home .access .access__container .access__detail .access__movie img {
	height: 66.667vw;
	margin-bottom: 8vw;
	width: 100%;
}

.home .access .access__container .access__map {
	height: 300px;
}

.instagram-feed {
	padding: 60px 0;
}

.instagram-feed__title {
	margin-bottom: 30px;
}

.instagram-feed__title .title__en {
	font-size: 20px;
}

.instagram-feed__title .title__ja {
	font-size: 14px;
}

.instagram-feed__container {
	padding: 0 15px;
}

.instagram-feed__container .sbi_feed_type_grid {
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}

.instagram-feed__link {
	margin-top: 30px;
}

.instagram-feed__link .button {
	padding: 10px 24px;
}

.instagram-feed__link .button span {
	font-size: 13px;
}

.page-title {
	padding: 20vw 1vw 8vw;
}

.page-title .page-title__container {
	width: 89.333vw;
}

.page-title .page-title__container .page-title__title.title .title__ja {
	font-size: 3.733vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 2.667vw;
}

.page-title .page-title__container .page-title__title.title .title__en {
	font-size: 10.133vw;
	line-height: 12vw;
}

.fixed-link {
	bottom: 0;
	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;
	right: 0;
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
	width: 100%;
}

.fixed-link .reserve-button,
.fixed-link .experience-button {
	padding: 4.8vw 0 5.333vw;
	width: 50%;
	width: 100%;
}

.fixed-link .reserve-button .reserve-button__text,
.fixed-link .experience-button .reserve-button__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.2vw;
	line-height: 100%;
	margin-top: 2.133vw;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.fixed-link .reserve-button .reserve-button__text::after,
.fixed-link .experience-button .reserve-button__text::after {
	color: #fff;
	content: "\e5e1";
	display: block;
	font-family: "Material Icons";
	font-size: 1.867vw;
	margin-left: 1.867vw;
	opacity: 0.6;
}

.fixed-link .reserve-button:hover,
.fixed-link .experience-button:hover {
	opacity: 1;
}

.page .access .access__container .access__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.page .access .access__container .access__detail .access__info.info {
	padding: 12vw 5.333vw 8vw;
	width: 100%;
}

.page .access .access__container .access__detail .access__info.info .info__title {
	font-size: 10.667vw;
	font-weight: 400;
	line-height: 12.533vw;
}

.page .access .access__container .access__detail .access__info.info table {
	width: 100%;
}

.page .access .access__container .access__detail .access__info.info table tr th {
	font-size: 3.733vw;
	line-height: 220%;
	min-width: auto;
	width: 32.8vw;
}

.page .access .access__container .access__detail .access__info.info table tr td {
	font-size: 3.733vw;
	line-height: 250%;
	width: 48.8vw;
}

.page .access .access__container .access__detail .access__info.info table tr td span {
	font-size: 3.733vw;
	line-height: 250%;
	margin-top: 2.667vw;
}

.page .access .access__container .access__detail .access__movie {
	display: block;
	padding: 0 20px;
	width: 100%;
}

.page .access .access__container .access__detail .access__movie iframe {
	height: 66.667vw;
	margin-bottom: 8vw;
	width: 100%;
}

.page .access .access__container .access__detail .access__movie img {
	height: 66.667vw;
	margin-bottom: 8vw;
	width: 100%;
}

.page .access .access__container .access__map {
	height: 300px;
}

.is-category .page-title {
	padding: 20vw 1vw 8vw;
}

.is-category .page-title .page-title__container {
	width: 89.333vw;
}

.is-category .page-title .page-title__container .page-title__title.title .title__ja {
	font-size: 3.733vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 2.667vw;
}

.is-category .page-title .page-title__container .page-title__title.title .title__en {
	font-size: 10.133vw;
	line-height: 12vw;
}

.is-single .page-title {
	padding: 20vw 1vw 8vw;
}

.is-single .page-title .page-title__container {
	width: 89.333vw;
}

.is-single .page-title .page-title__container .page-title__title.title .title__ja {
	font-size: 3.733vw;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 2.667vw;
}

.is-single .page-title .page-title__container .page-title__title.title .title__en {
	font-size: 10.133vw;
	line-height: 12vw;
}

main {
	padding-top: 16vw;
}

.pc {
	display: none !important;
}

.button {
	font-size: 3.733vw;
	font-weight: 400;
	padding: 5.867vw 0;
	width: 89.333vw;
}

.button::after {
	height: 2.133vw;
	right: 5.6vw;
	width: 10.4vw;
}

.button-header {
	font-size: 3.733vw;
	font-weight: 400;
	padding: 5.867vw 0;
	width: 89.333vw;
}

.button-header::after {
	height: 2.133vw;
	right: 5.6vw;
	width: 10.4vw;
}

.button-truth-base .new-icon {
	position: relative;
	top: 1px;
}

.truth-base {
	margin-bottom: 13.333vw;
	width: 89.333vw;
}

.truth-base .new-icon {
	position: relative;
	top: 1px;
}

.button--lg {
	font-size: 7.467vw;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 3.2vw;
	padding: 6.667vw 8.267vw;
}

.button--lg span {
	font-size: 3.733vw;
	line-height: 100%;
}

.button--lg span.ayurveda {
	font-size: 3.2vw;
	margin-top: 3.2vw;
}

.button--lg::after {
	height: 2.133vw;
	right: 5.6vw;
	width: 10.4vw;
}

.gallery {
	height: 76.48vw;
}

.gallery .gallery__title {
	font-size: 22.933vw;
	left: 5.333vw;
	letter-spacing: 0.1em;
	top: -14.267vw;
}

.gallery .gallery__wrapper .gallery__container {
	width: 191.2vw;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__main {
	height: 76.48vw;
	width: 76.48vw;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__sub {
	width: 114.72vw;
}

.gallery .gallery__wrapper .gallery__container .gallery__image.image .image__sub img {
	height: 38.24vw;
	width: 38.24vw;
}

.service-top.top .top__title-number {
	height: 28vw;
	padding: 0;
}

.service-top.top .top__title-number .top__title.title {
	left: 5.333vw;
	top: 12vw;
}

.service-top.top .top__title-number .top__title.title .title__ja {
	font-size: 3.733vw;
	font-weight: 400;
	margin-bottom: 2.667vw;
}

.service-top.top .top__title-number .top__title.title .title__en {
	font-size: 10.133vw;
	line-height: 12vw;
}

.service-detail {
	padding: 16vw 0;
}

.service-detail .service-item .service-item__right {
	padding-bottom: 54.667vw;
	padding-left: 0;
}

.service-detail .service-item .service-item__right .service-item__content {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__right .service-item__content--swing {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__right .service-item__content--hotyoga {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__right .service-item__content--fitness {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper {
	max-width: none;
	width: 100%;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper .content__lead {
	font-size: 6.4vw;
	margin-bottom: 4vw;
}

.service-detail .service-item .service-item__right .service-item__content .content__wrapper .content__description {
	font-size: 3.733vw;
	letter-spacing: 0.05em;
	line-height: 220%;
}

.service-detail .service-item .service-item__right .service-item__image {
	height: 65.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left {
	padding-right: 0;
	padding-top: 54.667vw;
}

.service-detail .service-item .service-item__left .service-item__image {
	height: 65.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left .service-item__content {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left .service-item__content--swing {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left .service-item__content--hotyoga {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left .service-item__content--fitness {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left .service-item__content--counseling {
	display: block;
	padding: 10.667vw 5.333vw;
	width: 89.333vw;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper {
	max-width: none;
	width: 100%;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper .content__lead {
	font-size: 6.4vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 4vw;
}

.service-detail .service-item .service-item__left .service-item__content .content__wrapper .content__description {
	font-size: 3.733vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 220%;
}

.service-detail .service-item + .service-item {
	margin-top: 16vw;
}

.golf figure.wp-block-table table tbody tr:first-child td:first-child {
	border-bottom: 0.267vw solid #fff;
	border-right: 0.267vw solid #fff;
	border-top: 0.267vw solid #fff;
	font-size: 4.267vw;
	letter-spacing: 0.1em;
	line-height: 140%;
	padding: 5.333vw 0;
}

.golf .price-detail__container-left figure.wp-block-table table tbody tr:last-child td:first-child {
	padding: 4.533vw 0 !important;
}

.golf .price-detail__container-left figure.wp-block-table table tbody tr:last-child td:first-child {
	border-top: 1px solid #886d15;
	line-height: 160%;
}

.bodycare .price-detail__table {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bodycare .price-detail__table .wp-block-table,
.bodycare .price-detail__table p {
	width: 100%;
}

.bodycare .price-detail__table p {
	font-size: 3.2vw;
	letter-spacing: 0.1em;
	line-height: 5.76vw;
	-webkit-transform: none;
	transform: none;
}

.bodycare .price-detail__table h5 {
	font-size: 4.267vw;
	line-height: 9.68vw;
}

.bodycare .price-detail__container {
	width: max(89.3333%, 335px);
}

.bodycare .price-detail__container h3 {
	font-size: 10.667vw;
	letter-spacing: 0.1em;
	line-height: 12.523vw;
	margin-bottom: 5.333vw;
}

.price-detail {
	padding-bottom: 60px;
}

.price-detail__container {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8vw;
	width: max(89.3333%, 335px);
}

.price-detail__container-left {
	width: 100%;
}

.price-detail__container-left figure.wp-block-table table tbody tr:last-child td:first-child {
	font-size: 3.733vw;
}

.price-detail__container-left h3 {
	font-size: 10.667vw;
	line-height: 12.523vw;
	margin-bottom: 5.333vw;
}

.price-detail__container-left p {
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 21.6px;
	text-align: left;
}

.price-detail__container-right {
	display: none;
}

.other-service {
	padding: 12vw 0;
}

.other-service .other-service__container {
	width: 89.333vw;
}

.other-service .other-service__container .other-service__title {
	font-size: 10.667vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 12.533vw;
	margin-bottom: 8vw;
}

.other-service .other-service__container .oter-service__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.other-service .other-service__container .oter-service__items .other-service__item.item .item__title.title .title__en {
	font-size: 8.533vw;
	line-height: 10.133vw;
	margin-bottom: 3.2vw;
}

.other-service .other-service__container .oter-service__items .other-service__item.item .item__title.title .title__ja {
	font-size: 3.733vw;
	letter-spacing: 0.1em;
}

.other-service .other-service__container .oter-service__items .other-service__item.item::after {
	bottom: 6.592vw;
	right: 5.333vw;
}

.other-service .other-service__container .oter-service__items .other-service__item.item {
	height: 41.067vw;
	margin-bottom: 5.333vw;
	padding: 12vw 0;
	width: 100%;
}

.staff {
	padding: 12vw 0 28.267vw;
}

.staff .staff__container {
	width: 89.333vw;
}

.staff .staff__container .staff__title {
	font-size: 10.667vw;
	line-height: 12.533vw;
	margin-bottom: 8vw;
}

.staff .staff__container .staff__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5.333vw;
}

.staff .staff__container .staff__list .staff__item.item {
	padding: 0;
	width: 42vw;
}

.staff .staff__container .staff__list .staff__item.item .item__image {
	height: 42vw;
	margin-bottom: 2.8vw;
	max-height: none;
	width: 42vw;
}

.staff .staff__container .staff__list .staff__item.item .item__name.name {
	margin-bottom: 2.667vw;
}

.staff .staff__container .staff__list .staff__item.item .item__name.name .name__ja {
	font-size: 4.267vw;
}

.staff .staff__container .staff__list .staff__item.item .item__name.name .name__en {
	font-size: 3.2vw;
}

.staff .staff__container .staff__list .staff__item.item .item__service {
	font-size: 3.2vw;
	letter-spacing: 0.05em;
	line-height: 160%;
	margin-bottom: 2.667vw;
	padding: 2.667vw 5.333vw;
}

.staff .staff__container .staff__list .staff__item.item .item__voice {
	font-size: 3.733vw;
}

.staff .staff__container .staff__schedule {
	margin-bottom: 16vw;
}

.staff .staff__container .staff__schedule .schedule__title {
	font-size: 10.667vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 12.533vw;
	margin-bottom: 8vw;
}

.staff::before {
	height: 73.333vw;
}

.links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.links .links__reservation,
.links .links__menu {
	width: 100%;
}

.links .links__menu {
	margin-bottom: 2.667vw;
}

}

@media (max-width: 768px) {

.is-category .l-content {
	margin: 20px auto;
	padding: 0 15px;
}

.is-category .c-articleList__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.is-category .c-articleList__thumb {
	height: 200px;
	width: 100%;
}

.is-category .c-articleList__title {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.is-category .c-articleList__meta {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.is-single .l-content {
	margin: 20px auto;
	padding: 0 15px;
}

.is-single .c-singleArticle {
	padding: 20px;
}

.is-single .c-singleArticle__meta {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.is-single .c-singleArticle__thumb {
	margin: -20px -20px 20px;
}

.is-single .p-entry__thumb {
	margin: 1.5em 0;
}

.is-search .l-content {
	margin: 20px auto;
	padding: 0 15px;
}

.is-search .c-articleList__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.is-search .c-articleList__thumb {
	height: 200px;
	width: 100%;
}

.is-search .c-articleList__title {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.is-search .c-articleList__meta {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

}

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

.l-content.-sidebar-on {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1em;
}

.l-content.-sidebar-on .l-sidebar {
	padding: 0 15px;
	width: 100%;
}

.l-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-footer-contact-info-desc {
	padding: 10px 20px;
}

.p-footer-contact-info-text {
	font-size: 16px;
}

.p-menu-course-item {
	padding: 40px 20px;
}

.p-menu-course-data {
	margin: 0 0 40px;
}

.p-menu-course-data-ttl {
	font-size: 28px;
	font-size: 1.6rem;
	margin: 0 0 20px;
}

.p-menu-course-data-desc {
	font-size: 12px;
	font-size: 1.2rem;
}

.p-menu-course-price-row {
	margin: 0 0 5px;
}

.p-menu-course-price-ttl,
.p-menu-course-price-desc {
	font-size: 12px;
	font-size: 1.2rem;
}

.p-menu-banner-item-link-ttl {
	padding: 0 30px;
}

.p-about-point-list {
	padding: 60px 0 50px;
}

.p-about-point-section {
	padding: 50% 0 40px 30px;
}

.p-about-point-section:nth-child(even) {
	padding: 50% 30px 40px 0;
}

.p-about-point-section-eyecatch {
	width: 100%;
}

.p-about-point-section-box {
	padding: 50px 30px 50px 40px;
	width: 100%;
}

.p-about-info-logo-img {
	max-width: 120px;
}

.p-style-nav {
	padding: 10px 0;
}

.p-style-types {
	display: none;
}

.p-style-types-item {
	margin: 0 0 10px;
	text-align: center;
	width: 50%;
}

.p-style-stylist,
.p-style-types-mobile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

.p-style-stylist-selecter,
.p-style-types-mobile-selecter {
	min-width: 60%;
	width: 60%;
}

.p-style-stylist-select,
.p-style-types-mobile-select {
	padding: 10px 25px 10px 10px;
	width: 100%;
}

.p-style-types-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.topics__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 8vw;
}

.topics__list .topics__item.item {
	width: 100% !important;
}

.topics__list .topics__item.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

.topics__list .topics__item.item .item__img {
	margin-bottom: 0;
}

.topics__list .topics__item.item .item__img .item__thumbnail {
	height: 29.333vw;
	width: 42.133vw;
}

.topics__list .topics__item.item .item__img .item__category {
	font-size: 3.733vw;
	line-height: 200%;
	padding: 0.267vw 2.667vw 1.067vw;
}

.topics__list .topics__item.item .item__content {
	width: 41.867vw;
}

.topics__list .topics__item.item .item__content .item__date {
	font-size: 3.733vw;
	line-height: 160%;
	margin-bottom: 1.6vw;
}

.topics__list .topics__item.item .item__content .item__title {
	font-size: 3.733vw;
	line-height: 160%;
}

.topics__list .topics__item + .topics__item {
	margin-top: 4vw;
}

.top-news .top__news {
	top: -19.733vw;
}

.top-news .top__news .news__container {
	padding: 4vw 0 2.667vw;
	width: 89.333vw;
}

.top-news .top__news .news__container .news__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top-news .top__news .news__container .news__item .item__date-category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.333vw;
	width: 100%;
}

.top-news .top__news .news__container .news__item .item__date-category::after {
	content: "";
	height: 2.133vw;
	margin-left: auto;
	width: 10.4vw;
}

.top-news .top__news .news__container .news__item .item__date-category .item__date {
	font-size: 3.2vw;
	font-weight: 400;
	margin-right: 3.2vw;
	min-width: none;
}

.top-news .top__news .news__container .news__item .item__date-category .item__category {
	font-size: 2.667vw;
	font-weight: 400;
	line-height: 100%;
	margin-right: 0;
	min-width: 21.333vw;
	padding: 1.333vw 2.667vw;
}

.top-news .top__news .news__container .news__item .item__description {
	font-size: 3.2vw;
	font-weight: 400;
	width: 100%;
}

.p-reserve {
	padding: 30px 20px 60px;
}

.p-reserve-article {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 25px;
}

.c-form-lead {
	margin: 0 0 30px;
}

.c-form-table {
	display: block;
}

.c-form-tbody {
	display: block;
}

.c-form-row {
	display: block;
}

.c-form-ttl {
	display: block;
}

.c-form-cnt {
	display: block;
	padding: 0 0 20px;
}

.c-form-label {
	font-size: 12px;
	font-size: 1rem;
}

.c-form-label-val {
	font-size: 12px;
	font-size: 1rem;
	margin: 0 10px 0 0;
	padding: 5px 8px;
}

.c-form input:not([type=radio]):not([type=checkbox]),
.c-form textarea,
.c-form select {
	font-size: 12px;
	font-size: 1rem;
	padding: 20px;
}

.c-form-privacy {
	padding: 10px;
}

.c-form-privacy-inner {
	padding: 10px;
}

.c-form-privacy-ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.c-form-privacy-subttl {
	font-size: 14px;
	font-size: 1.4rem;
}

.c-form-privacy-order-item::before {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.c-form input[type=submit].wpcf7-submit {
	font-size: 14px;
	padding: 15px 30px;
}

.mw_wp_form_confirm .c-form-cnt {
	padding: 20px;
}

.is-search .page-title {
	padding: 20vw 1vw 8vw;
}

.is-search .page-title .page-title__container {
	width: 89.333vw;
}

.is-search .page-title .page-title__container .page-title__title.title .title__ja {
	font-size: 3.733vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 2.667vw;
}

.is-search .page-title .page-title__container .page-title__title.title .title__en {
	font-size: 10.133vw;
	line-height: 12vw;
}

.is-search .page-title .page-title__container .page-title__title.title .search-description {
	font-size: 3.733vw;
	margin-top: 3vw;
}

.no-post {
	font-size: 3.733vw;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-bottom: 8vw;
}

.grade__contact {
	padding: 5.333vw;
}

.grade__contact .contact__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
}

.grade__contact .contact__container .contact__text {
	font-size: 3.733vw;
	letter-spacing: 0.1em;
	line-height: 180%;
	margin-bottom: 2.4vw;
	margin-right: 0;
	padding-bottom: 2.4vw;
	position: relative;
	text-align: center;
}

.grade__contact .contact__container .contact__text::after {
	background: #9e8123;
	bottom: 0;
	content: "";
	display: block;
	height: 0.133vw;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 61.333vw;
}

.grade__contact .contact__container .contact__tel {
	margin-left: 0;
}

.grade__contact .contact__container .contact__tel .contact__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 6.4vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 9.6vw;
	margin-bottom: 0;
}

.grade__contact .contact__container .contact__tel .contact__open {
	font-size: 3.2vw;
	letter-spacing: 0.1em;
	text-align: center;
}

.grade__contact .contact__container::after {
	display: none;
}

.grade__contact .contact__container--menu {
	margin-bottom: 16vw;
	width: 89.333vw;
}

}

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

.p-style-stylist-selecter-icon,
.p-style-types-mobile-selecter-icon {
	right: 10px;
}

.p-style-stylist-select,
.p-style-types-mobile-select {
	font-size: 12px;
	font-size: 1.2rem;
}

}

@-webkit-keyframes zoom {

0% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes zoom {

0% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes blurAnime {

0% {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

100% {
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes blurAnime {

0% {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

100% {
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

}


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