/*
Theme Name: 季邸
Template: lightning
Author: 株式会社 FEAT.
Version: 0.6.1
*/
@media screen and (max-width: 1024px){}

/*
font-family: "Zen Old Mincho", serif; 400, 500, 600, 700, 900
font-family: "Zen Kaku Gothic New", sans-serif; 300, 400, 500, 700
font-family: "Vollkorn", serif;
font-family: "Inter", serif;
*/



/* -----------------------------------------
	共通
----------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	--main-color: #792631;
	--max-width: 1550px;
	--sub-width: 1190px;
/* 	height: 100000vh; */
	
	position: relative;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #000;
	background-color: #FAF9F5;
}
body::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../../wp-content/uploads/2025/07/body-bg2-scaled.webp');
	background-repeat: repeat;
	background-size: 100%;
	mix-blend-mode: color-burn;
	opacity: .3;
}
a,
p a {
	color: var(--main-color);
	text-decoration: none;
}
@media screen and (max-width: 1670px){
	body {
		--max-width: 90cqw;
		--sub-width: 90cqw;
	}
}
@media screen and (max-width: 767px){
	body {
		--max-width: calc(90cqw - 20px);
		--sub-width: calc(90cqw - 20px);
	}
}
/* コンテナ */
body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl,
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
	max-width: var(--max-width);
}
.vk_outer-width-full.vk_outer-paddingLR-none {
	padding-left: 0;
	padding-right: 0;
}
.alignfull, 
.alignfull:is(.swiper-container,
.vk_slider,
.wp-block-image,
.wp-block-cover-image,.wp-block-cover) {
	margin-left: calc(50% - 50cqw);
    margin-right: calc(50% - 50cqw);
}
body:not(.home) .site-body {
	margin-top: 9rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 1024px){
	body .container,
	body .container-lg,
	body .container-md,
	body .container-sm,
	body .container-xl,
	.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
		padding-left: 0;
		padding-right: 0;
	}
	body:not(.home) .site-body {
		margin-top: 6.5rem;
		margin-bottom: 4rem;
	}
}

/* ヘッダー */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	box-shadow: none;
}
.site-header .site-header-container {
	max-width: unset;
	padding: 1.4rem 3.7%;
}
.site-header-logo {
	display: inline-block;
	width: auto;
	padding-top: 1.7rem;
	margin-bottom: 0;
}
.site-header-logo img {
	max-height: unset;
    width: 14.6rem;
}
.site-header .global-nav {
	align-items: flex-start !important;
}
.global-nav-list>li:before {
	background-color: transparent !important;
	width: 0 !important;
}
.global-nav-list>li>a {
    height: auto;
	padding: 8px 1.125rem !important;
	transition: all .3s;
}
.global-nav-list>li>a:hover {
	opacity: .4;
}
.global-nav-list>li .global-nav-name {
	color: #000;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: .2em;
}
body.home .global-nav-list>li .global-nav-name,
body.page-id-38 .global-nav-list>li .global-nav-name {
	color: #fff;
}

#vk-mobile-nav-menu-btn.vk-mobile-nav-menu-btn {
	color: #fff;
	top: 10px;
    right: 10px;
	font-size: 12px;
	font-weight: 700;
	text-indent: unset;
	background: transparent;
	background-color: var(--main-color);
	width: 55px;
	height: 55px;
	border: none !important;
	border-radius: 0;
	opacity: 0;
	transition: all .3s;
}
body .vk-mobile-nav-menu-btn::before,
body .vk-mobile-nav-menu-btn::after {
	display: block;
	position: absolute;
	top: 3em;
    left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: transparent;
	font-family: "Lato", sans-serif;
	line-height: 1;
	transition: all .3s;
}
body .vk-mobile-nav-menu-btn::before {
	content: 'MENU';
}
body .vk-mobile-nav-menu-btn::after {
	content: 'CLOSE';
	transform: translateX(-50%) translateY(100%);
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
	opacity: 0;
}
body .vk-mobile-nav-menu-btn.menu-open::before {
	transform: translateX(-50%) translateY(-100%);
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
	opacity: 0;
}
body .vk-mobile-nav-menu-btn.menu-open::after {
	transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
	opacity: 1;
}
body .vk-mobile-nav-menu-btn .hamburger_icon {
	display: block;
	position: absolute;
	top: 11px;
    left: 49%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 35px;
	height: 20px;
	transition: all .3s;
}
body .vk-mobile-nav-menu-btn .hamburger_icon::before,
body .vk-mobile-nav-menu-btn .hamburger_icon::after {
	content: '';
	display: block;
}
body .vk-mobile-nav-menu-btn .hamburger_icon_line,
body .vk-mobile-nav-menu-btn .hamburger_icon::before,
body .vk-mobile-nav-menu-btn .hamburger_icon::after {
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 2px;
	transform-origin: center;
	transition: all .5s;
	border-radius: 5px;
}
body .vk-mobile-nav-menu-btn .hamburger_icon_line {
	top: 0;
}
body .vk-mobile-nav-menu-btn .hamburger_icon::before {
	top: 8px;
}
body .vk-mobile-nav-menu-btn .hamburger_icon::after {
	top: 16px;
}
body .vk-mobile-nav-menu-btn.menu-open .hamburger_icon_line {
	transform: translateY(8px) rotate(-315deg);
}
body .vk-mobile-nav-menu-btn.menu-open .hamburger_icon::before {
	opacity: 0;
}
body .vk-mobile-nav-menu-btn.menu-open .hamburger_icon::after {
	transform: translateY(-8px) rotate(315deg);
}

.vk-mobile-nav {
	--menu-width: 700px;
	background-color: rgba(26, 26, 26, .95);
	width: var(--menu-width);
	padding: 65px 30px;
	border: none;
	overflow-x: hidden;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
	left: calc(100% - var(--menu-width));
}
.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
	color: #fff;
	font-size: 18px;
}
.nav_logo {
	width: 12rem;
    margin-bottom: 3rem;
}
.nav_logo img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
}
@media screen and (max-width: 1500px){
	.site-header .site-header-container {
		padding: 1.2rem 1.7%;
	}
	.site-header-logo {
		padding-top: 1rem;
	}
	.site-header-logo img {
		width: 13rem;
	}
	.global-nav-list>li>a {
		padding: 8px .8rem !important;
	}
	.global-nav-list>li .global-nav-name {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.site-header-logo {
        padding-top: 0.5rem;
    }
	.site-header-logo img {
        width: 9rem;
    }
}
@media screen and (max-width: 991px){
	.site-header .site-header-container {
		text-align: center;
		padding: .8rem 1.7%;
	}
}
@media screen and (max-width: 767px){
	.site-header .site-header-container {
		padding: .4rem 1.7%;
	}
	.site-header-logo img {
        width: 9rem;
    }
	
	#vk-mobile-nav-menu-btn.vk-mobile-nav-menu-btn {
		top: 6px;
		right: 6px;
		font-size: 10px;
		width: 50px;
        height: 50px;
	}
	body .vk-mobile-nav-menu-btn::before,
	body .vk-mobile-nav-menu-btn::after {
		top: 3.1em;
	}
	body .vk-mobile-nav-menu-btn .hamburger_icon {
		top: 9px;
		width: 31px;
	}
	body .vk-mobile-nav-menu-btn .hamburger_icon::before {
		top: 7px;
	}
	body .vk-mobile-nav-menu-btn .hamburger_icon::after {
		top: 14px;
	}
	body .vk-mobile-nav-menu-btn.menu-open .hamburger_icon_line {
		transform: translateY(7px) rotate(-315deg);
	}
	body .vk-mobile-nav-menu-btn.menu-open .hamburger_icon::after {
		transform: translateY(-7px) rotate(315deg);
	}
	
	.vk-mobile-nav {
		--menu-width: 90%;
		padding: 38px 20px;
	}
	.nav_logo {
		width: 10rem;
		margin-bottom: 2.5rem;
	}
	.vk-mobile-nav .widget_nav_menu ul li a,
	.vk-mobile-nav nav ul li a {
		font-size: 16px;
	}
}

/* フッター */
.site-footer {
	font-size: 18px;
	border: none !important;
}
.site-footer .site-footer-content {
	padding-top: 2.6rem;
	padding-bottom: 2rem;
}
.site-footer .site-footer-content > .row {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.site-footer .site-footer-content > .row > div {
	flex: 0 1 auto;
	width: auto;
	max-width: unset;
	padding: 0;
}
.site-footer .site-footer-content > .row > div:has(.footer_logo) {
	flex-shrink: 0;
}
.site-footer .site-footer-content > .row > div:has(.menu-header-menu-container) {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.site-footer .widget {
	margin-bottom: 0;
}
.footer_logo {
	width: 14.6rem;
	margin-bottom: 3.25rem;
}
.footer_logo img {
	width: 100%;
	vertical-align: bottom;
}
.footer_address {
	letter-spacing: .19em;
	line-height: 1.5;
}
.site-footer .widget_nav_menu {
	display: flex;
	justify-content: flex-end;
}
.site-footer .menu-header-menu-container {
	margin-top: .7rem;
}
.site-footer .menu-footer_sub_menu-container {
	margin-bottom: .65rem;
}
.site-footer .widget_nav_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.08em;
}
.site-footer .widget_nav_menu ul#menu-footer_sub_menu {
	gap: 0 2.6rem;
}
.site-footer .widget_nav_menu ul li,
.site-footer .widget_nav_menu ul li a {
	font-size: 1em;
	font-weight: 200;
	border: none;
	transition: all .3s;
}
.site-footer .widget_nav_menu ul li a {
	letter-spacing: .19em;
}
.site-footer .widget_nav_menu ul#menu-footer_sub_menu li a,
.site-footer .widget_nav_menu ul#menu-footer_sub_menu li a:hover {
	color: #000;
}
.site-footer .widget_nav_menu ul#menu-footer_sub_menu li,
.site-footer .widget_nav_menu ul#menu-footer_sub_menu li a {
	font-size: 16px;
}
.widget_nav_menu>div>ul li a:hover,
.widget_nav_menu>div>ul li.current_page_item>a {
	color: var(--main-color);
	background-color: transparent;
}
.widget_nav_menu>div>ul li a:hover {
	opacity: .4;
}
.site-footer-copyright {
	display: none;
}
@media screen and (max-width: 1500px){
	.site-footer {
		font-size: 16px;
	}
	.footer_logo {
		width: 12.8rem;
	}
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu {
		gap: 0 1rem;
	}
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu li,
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1400px){
	.site-footer .site-footer-content {
		padding-bottom: 1rem;
	}
	.site-footer .site-footer-content > .row {
		flex-direction: column;
	}
	.footer_logo {
		margin-bottom: 2rem;
	}
	.footer_address {
		margin-bottom: 1rem;
	}
	.site-footer .site-footer-content > .row > div:has(.menu-header-menu-container) {
		margin-left: calc(var(--vk-margin-list-menu-left-first)*-1);
	}
	.site-footer .widget_nav_menu {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 1024px){
	.site-footer {
		font-size: 14px;
	}
	.site-footer .site-footer-content {
		padding-bottom: 3.5rem;
	}
	.site-footer .site-footer-content > .row {
		margin-left: 0;
		margin-right: 0;
	}
	.footer_logo {
        width: 10.8rem;
		margin-bottom: 1.5rem;
    }
	.site-footer .widget_nav_menu ul,
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu {
		gap: 0;
	}
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu li,
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu li a {
		font-size: 12px;
	}
	.site-footer .widget_nav_menu ul li a {
		padding-top: .5em;
		padding-bottom: .5em;
	}
}
@media screen and (max-width: 767px){
	.site-footer .site-footer-content > .row > div:has(.menu-header-menu-container) {
		margin-left: 0;
	}
	.site-footer .widget_nav_menu ul li {
		width: 100%;
		border-bottom: 1px solid var(--main-color);
	}
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu li {
		border: none;
	}
	.site-footer .widget_nav_menu ul li a {
		padding-left: var(--vk-margin-list-menu-left-first);
		padding-right: var(--vk-margin-list-menu-left-first);
	}
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu {
		margin-top: 1.2rem;
	}
	.site-footer .widget_nav_menu ul#menu-footer_sub_menu li a {
		display: inline-block;
		padding: .2em 0;
	}
}

.page_top_btn {
	background-color: #15372f;
	box-shadow: 0 0 0 1px rgba(255,255,255,1),0 0 0 2px #15372f;
}
@media screen and (max-width: 767px){
	.page_top_btn {
		bottom: 60px;
	}
}

/* サイドボタン */
.side_btn_box {
/* 	display: none !important; */
	position: fixed;
	right: 0;
	bottom: 80px;
	transition: all .3s;
	z-index: 10;
}
.side_btn_box .side_btn {
	position: relative;
	width: 205px;
	transition: all .3s;
}
body.scrolled .side_btn_box .side_btn {
	transform: translatex(158px);
}
body.scrolled .side_btn_box .side_btn:hover,
body.scrolled .side_btn_box .side_btn:has(.side_btn_sub.active) {
	transform: translatex(0);
}
.side_btn_box .side_btn + .side_btn {
	margin-top: 11px;
}
.side_btn_box .side_btn > a {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .19em;
	height: 60px;
	padding: 12px 11px;
	border-radius: 20px 0 0 20px;
	transition: all .3s;
	cursor: pointer;
}
.side_btn_box .side_btn a:hover,
.side_btn_box .side_btn:has(.side_btn_sub.active) > a {
	opacity: .75;
}
.side_btn_box .side_btn.airbnb > a {
	background-color: #FF5A5F;
	padding-left: 16px;
}
.side_btn_box .side_btn.web > a {
	background-color: #9A89F8;
}
.side_btn_box .side_btn.airbnb img {
	width: 5.9em;
	padding-right: .3em;
}
.side_btn_box .side_btn.web img {
	width: 2.25em;
	margin-right: .9em;
}
.side_btn_box .side_btn_sub {
	list-style: none;
	height: 0;
	padding: 0;
	margin: 0;
	margin-left: 8.8%;
	overflow: hidden;
	transition: all .3s;
}
.side_btn_box .side_btn_sub.active {
	height: auto;
	padding: 10px 0;
}
.side_btn_box .side_btn_sub li {
	margin: 0;
}
.side_btn_box .side_btn_sub li + li {
	margin-top: 5px;
}
.side_btn_box .side_btn_sub li a {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: .14em;
	color: #fff;
/* 	background-color: #333; */
	text-decoration: none;
	padding: 5px 0px 5px 15px;
	border-radius: 100px 0 0 100px;
}
.side_btn_box .side_btn_sub li.niwa a {
	background-color: #15372F;
}
.side_btn_box .side_btn_sub li.momiji a {
	background-color: #792631;
}
.side_btn_box .side_btn_sub li.kura a {
	background-color: #563F2F;
}
.side_btn_box .side_btn_sub li.full a {
	background-color: #2F4456;
	letter-spacing: 0;
}
.side_btn_box .side_btn_sub li a span {
	flex-shrink: 0;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0;
	width: 80px;
}
@media screen and (max-width: 1024px){
	.side_btn_box {
		display: flex;
		gap: 5px;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 550px;
	}
	.side_btn_box .side_btn {
		width: 50%;
	}
	body.scrolled .side_btn_box .side_btn {
		transform: translatex(0);
	}
	.side_btn_box .side_btn + .side_btn {
		margin-top: 0;
	}
	.side_btn_box .side_btn > a {
		justify-content: center;
		font-size: 14px;
		height: 47.5px;
		padding: 8px 10px;
		border-radius: 10px 10px 0 0;
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	}
	body.scrolled .side_btn_box .side_btn > a {
		transform: translatex(0);
	}
	.side_btn_box .side_btn.web img {
		margin-right: .5em;
	}
	.side_btn_box .side_btn_sub {
		position: absolute;
		left: 50%;
		bottom: 100%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 95%;
		padding: 0;
		margin-left: 0;
	}
	.side_btn_box .side_btn_sub.active {
		padding: 7px 0;
	}
	.side_btn_box .side_btn_sub li + li {
		margin-top: 3px;
	}
	.side_btn_box .side_btn_sub li a {
		font-size: 10px;
		padding: 5px 15px;
		border-radius: 100px;
	}
	.side_btn_box .side_btn_sub li a span {
		font-size: 16px;
		width: 70px;
	}
}
@media screen and (max-width: 767px){
	.side_btn_box {
		width: 95%;
	}
}

/* タイトル */
.title_block {
	margin-bottom: 5.2rem;
}
.title_block > .wp-block-group__inner-container {
	max-width: unset !important;
}
.title_block .title_block_big {
	font-family: "Vollkorn", "Zen Old Mincho", serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 1;
}
.title_block .title_block_small {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: .19em;
	text-indent: .19em;
	line-height: 1.4;
	margin-top: -0.3rem;
}
@media screen and (max-width: 1024px){
	.title_block {
		margin-bottom: 3rem;
	}
	.title_block .title_block_big {
		font-size: 50px;
	}
	.title_block .title_block_small {
		font-size: 15px;
		margin-top: 0rem;
	}
}
@media screen and (max-width: 767px){
	.title_block {
		margin-bottom: 2rem;
	}
	.title_block .title_block_big {
		font-size: 40px;
	}
	.title_block .title_block_small {
		font-size: 14px;
	}
}

/* circleボタン */
.circle_btn.vk_button .vk_button_link.btn {
    width: 15rem;
	padding: .4rem 1.5rem;
	border-radius: 100px;
}
.circle_btn.vk_button .vk_button_link_caption {
	font-family: "Vollkorn", "Zen Old Mincho", serif;
	font-size: 20px;
	letter-spacing: .17em;
	text-indent: .17em;
	line-height: 1;
}
@media screen and (max-width: 1024px){
	.circle_btn.vk_button .vk_button_link.btn {
		width: 11rem;
/* 		padding: .2rem 1.5rem; */
	}
	.circle_btn.vk_button .vk_button_link_caption {
		font-size: 16px;
	}
}

/* mailボタン */
.mail_btn.vk_button .vk_button_link.btn {
	width: 71.7%;
	padding: 4.1rem 2rem;
	border-radius: 0;
}
.mail_btn.vk_button .vk_button_link_caption {
	position: relative;
	display: inline-block;
	font-size: 30px;
	letter-spacing: .18em;
	padding-left: 2.4em;
}
.mail_btn.vk_button .vk_button_link_caption::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-image: url('../../../wp-content/uploads/2025/07/icon_mail.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.8em;
	aspect-ratio: 82 / 83;
}
@media screen and (max-width: 1024px){
	.mail_btn.vk_button .vk_button_link.btn {
		padding: 1.8rem 2rem;
	}
	.mail_btn.vk_button .vk_button_link_caption {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.mail_btn.vk_button .vk_button_link.btn {
		width: 100%;
		padding: 1.3rem;
	}
	.mail_btn.vk_button .vk_button_link_caption {
		font-size: 18px;
		padding-top: 1.6em;
		padding-left: 0;
	}
	.mail_btn.vk_button .vk_button_link_caption::before {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 1.4em;
	}
}



/* -----------------------------------------
	トップページ
----------------------------------------- */
.fv_container {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1;
}
.fv_container .fv_slider {
	width: 100vw;
	max-width: unset !important;
	margin: 0 calc(50% - 50vw);
	user-select: none;
	pointer-events: none;
}
.fv_slider * {
	max-width: unset !important;
	padding: 0;
	margin: 0;
}
.fv_container .fv_slider .wp-block-vk-blocks-slider-item {
	user-select: none;
	pointer-events: none;
}
.fv_slider figure,
.fv_slider figure img {
	width: 100%;
	vertical-align: bottom;
}
.fv_text_box {
	position: absolute;
	bottom: 1.45vw;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	padding-bottom: 4vw;
	z-index: 5;
}
.fv_text_box::before {
	content: '';
	display: block;
	position: absolute;
	bottom: .5vw;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background-image: url('../../../wp-content/uploads/2025/07/fv_arrow.webp');
	background-repeat: no-repeat;
	background-size: cover;
	width: 2.8vw;
	aspect-ratio: 1 / 1;
	animation: scroll 2.2s infinite;
}
.fv_text_box .fv_title,
.fv_text_box .fv_text,
.fv_text_box .fv_arrow i {
	color: #fff !important;
}
.fv_text_box .fv_title {
	font-size: 3.125vw;
	margin-bottom: .9vw;
}
.fv_text_box .fv_text {
	font-size: 1.04vw;
	letter-spacing: -.004em;
	line-height: 1.38;
}
@keyframes scroll {
	0% {
		opacity: 0;
		transform: translate(-50%, 0);
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		transform: translate(-50%, 1vw);
	}
	100% {
		opacity: 0;
	}
}
@media screen and (max-width: 1024px){
	.fv_text_box {
		padding-bottom: 5vw;
	}
	.fv_text_box::before {
		width: 4vw;
	}
	.fv_text_box .fv_title {
		font-size: 3.8vw;
		margin-bottom: 1.5vw;
	}
	.fv_text_box .fv_text {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 767px){
	.fv_slider figure img {
		aspect-ratio: 8 / 9;
		object-fit: cover;
	}
	.fv_text_box {
		bottom: 4.45vw;
		width: 100%;
		padding-bottom: 11vw;
	}
	.fv_text_box::before {
        width: 9vw;
    }
	.fv_text_box .fv_title {
		font-size: 6.5vw;
		margin-bottom: 2.5vw;
	}
	.fv_text_box .fv_text {
        font-size: 3.2vw;
    }
	
	@keyframes scroll {
		0% {
			opacity: 0;
			transform: translate(-50%, 0);
		}
		40% {
			opacity: 1;
		}
		85% {
			opacity: 0;
			transform: translate(-50%, 2.5vw);
		}
		100% {
			opacity: 0;
		}
	}
}

/* gallery_container */
.gallery_container {
	padding-top: 8.55vw;
	padding-bottom: 5.3vw;
	overflow: visible;
}
.gallery_container > div > .vk_outer_container {
	position: static !important;
}
.top_gallery_column {
	width: 100vw;
	max-width: unset;
	margin: 0 calc(50% - 50vw);
}
.top_gallery_column > .row {
	margin-left: 0;
	margin-right: 0;
}
.top_gallery_column > .row > .wp-block-vk-blocks-grid-column-item {
	position: static;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}
.top_gallery_column .gallery_column_img,
.top_gallery_column .gallery_column_img img,
.top_gallery_column .gallery_column_icon,
.top_gallery_column .gallery_column_icon img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
}
.top_gallery_column .gallery_column_img {
	position: relative;
	z-index: 1;
}
.top_gallery_column .gallery_column_img.img_1 {
	padding-left: 9.7vw;
    padding-right: 15.4vw;
}
.top_gallery_column .gallery_column_img.img_2 {
	margin-top: 7.15vw;
}
.top_gallery_column .gallery_column_img.img_3 {
	padding-right: 6.2vw;
	margin-top: -5.6vw;
}
.top_gallery_column .gallery_column_img.img_4 {
	padding-top: 4.5vw;
    padding-left: 12vw;
    padding-right: 9.6vw;
}
.top_gallery_column .gallery_column_img.img_5 {
	padding-left: 21.1vw;
    margin-top: -15.5vw;
}
.top_gallery_column .gallery_column_icon {
	position: absolute;
}
.top_gallery_column .gallery_column_icon.icon_1 {
	top: -3.3vw;
    left: 5.4vw;
    width: 18.6vw;
}
.top_gallery_column .gallery_column_icon.icon_2 {
	top: 5.2vw;
    right: 4vw;
    width: 16vw;
}
.top_gallery_column .gallery_column_icon.icon_3 {
	top: 36.5vw;
    left: 43.3vw;
    width: 20vw;
}
.top_gallery_column .gallery_column_icon.icon_4 {
	bottom: 5.2vw;
    left: 4.95vw;
    width: 11.7vw;
}
.top_gallery_column .gallery_column_icon.icon_5 {
	bottom: -6.9vw;
    right: 0.4vw;
    width: 29vw;
}
@media screen and (max-width: 1024px){
	.top_gallery_column .gallery_column_img.img_1 {
		padding-left: 8.7vw;
		padding-right: 12.4vw;
	}
	.top_gallery_column .gallery_column_img.img_2 {
		margin-top: 16.15vw;
	}
	.top_gallery_column .gallery_column_img.img_3 {
		margin-top: -5.6vw;
	}
	.top_gallery_column .gallery_column_img.img_4 {
		padding-top: 10.5vw;
	}
	.top_gallery_column .gallery_column_img.img_5 {
		padding-left: 11.1vw;
		margin-top: -14.5vw;
	}
	.top_gallery_column .gallery_column_icon.icon_2 {
		top: 13.2vw;
		right: 3vw;
		width: 19vw;
	}
	.top_gallery_column .gallery_column_icon.icon_3 {
		top: 52.5vw;
	}
	.top_gallery_column .gallery_column_icon.icon_4 {
		bottom: 20.2vw;
		left: 0.95vw;
	}
	.top_gallery_column .gallery_column_icon.icon_5 {
		bottom: 0.1vw;
	}
}

/* room_container */
.room_container {
	padding-bottom: 13.3rem;
}
.room_intro_column > .row > .wp-block-vk-blocks-grid-column-item + .wp-block-vk-blocks-grid-column-item {
	margin-top: 2.4rem;
}
.room_intro_column .wp-block-vk-blocks-grid-column-item > .vk_gridColumn_item_inner {
	position: relative;
	padding: 5rem 4rem 1.8rem;
	border-radius: 15px;
}
.room_intro_column .wp-block-vk-blocks-grid-column-item > .vk_gridColumn_item_inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24.4%;
	height: 100%;
	background-image: url('../../../wp-content/uploads/2025/07/room1_bg.webp');
	background-repeat: repeat;
	background-size: 100%;
}
.room_intro_column .wp-block-vk-blocks-grid-column-item:nth-child(2) > .vk_gridColumn_item_inner::before {
	background-image: url('../../../wp-content/uploads/2025/07/room2_bg.webp');
}
.room_intro_column .wp-block-vk-blocks-grid-column-item:nth-child(3) > .vk_gridColumn_item_inner::before {
	background-image: url('../../../wp-content/uploads/2025/07/room3_bg.webp');
}
.room_intro_column .wp-block-columns {
	gap: 0 7.5%;
	margin-bottom: 0;
}
.room_intro_column .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: auto;
    flex-grow: 0;
}
.room_intro_text {
	flex-shrink: 0;
	width: 45%;
	padding-left: .45rem;
}
.room_intro_img {
	width: 100%;
}
.room_intro_text > p {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.01em;
	line-height: 2;
}
.room_intro_title {
	margin-bottom: 4rem;
}
.room_intro_title > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: .5rem 1.6rem;
	max-width: unset !important;
}
.room_intro_title .room_intro_title_big {
	font-size: 54px;
	font-weight: normal;
	line-height: 1;
}
.room_intro_title .room_intro_title_small {
	font-family: "Vollkorn", "Zen Old Mincho", serif;
	font-size: 24px;
	font-weight: 200;
	letter-spacing: .2em;
	line-height: 1;
	margin-top: .6em;
}
.room_intro_info {
	display: none;
	padding: 1.6rem 1.75rem;
	margin-top: 2.3rem;
	border-radius: 10px;
}
.room_intro_column .wp-block-vk-blocks-grid-column-item.visible .room_intro_info {
	display: block;
}
.room_intro_info > .wp-block-group__inner-container {
	max-width: unset;
}
.room_intro_info .room_intro_info_title {
	font-size: 22px;
	letter-spacing: .2em;
	margin-bottom: .6rem;
}
.room_intro_info p {
	letter-spacing: .19em;
	line-height: 1.85;
}

.room_intro_slider {
	margin-top: 1rem;
	overflow: hidden;
}
.room_intro_slider > .row {
	flex-wrap: nowrap !important;
	margin: 0;
}
.room_intro_slider > .row > .wp-block-vk-blocks-grid-column-item {
	flex: 0 0 auto;
	width: 100%;
	max-width: unset;
	padding: 0;
}
.room_intro_slider figure,
.room_intro_slider figure img,
.thumb_slider figure,
.thumb_slider figure img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
}
.thumb_slider {
	--gap: .65rem;
	display: none;
	margin: 0 1.5vw;
	margin-top: 1.95rem;
}
.room_intro_column .wp-block-vk-blocks-grid-column-item.visible .thumb_slider {
	display: block;
}
.thumb_slider > .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.thumb_slider .wp-block-vk-blocks-grid-column-item {
	flex: 0 0 auto;
	width: calc((100% - var(--gap)*5) / 6) !important;
	max-width: unset;
	padding: 0;
	cursor: pointer;
}
.thumb_slider .wp-block-vk-blocks-grid-column-item figure {
	position: relative;
}
.thumb_slider .wp-block-vk-blocks-grid-column-item figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('../../../wp-content/uploads/2025/07/room_img_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.thumb_slider .wp-block-vk-blocks-grid-column-item.swiper-slide-thumb-active figure::before {
	opacity: .7;
}

.room_intro_btn {
	margin-top: 3.1rem;
	margin-bottom: 0;
	transition: all .3s;
}
.room_intro_column .wp-block-vk-blocks-grid-column-item.visible .room_intro_btn {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.room_intro_btn .vk_icon_border {
	width: 31px !important;
	height: 31px !important;
	transition: all .3s;
	cursor: pointer;
}
.room_intro_btn .vk_icon_border:hover {
	opacity: .6;
}
.room_intro_btn .vk_icon_border i {
	font-size: 16px !important;
	margin-right: 0;
}
@media screen and (max-width: 1450px) {
	.thumb_slider .wp-block-vk-blocks-grid-column-item {
		width: calc((100% - var(--gap)*3) / 4) !important;
	}
}
@media screen and (max-width: 1024px) {
	.room_container {
		padding-top: 5rem;
		padding-bottom: 8rem;
	}
	.room_intro_column .wp-block-vk-blocks-grid-column-item > .vk_gridColumn_item_inner {
		padding: 3rem 3rem;
	}
	.room_intro_column .wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap !important;
		justify-content: center;
	}
	.room_intro_column .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
		width: 100%;
	}
	.room_intro_text {
		display: contents;
	}
	.room_intro_text > p {
		font-size: 16px;
	}
	.room_intro_img {
		order: -1;
		width: 100%;
		max-width: 450px;
		margin-bottom: 2.5rem !important;
		margin-left: auto;
		margin-right: auto;
	}
	.room_intro_title {
		order: -2;
		width: 100%;
		margin-bottom: 2rem;
	}
	.room_intro_title > .wp-block-group__inner-container {
		gap: .5rem 1.1rem;
	}
	.room_intro_title .room_intro_title_big {
		font-size: 40px;
	}
	.room_intro_title .room_intro_title_small {
		font-size: 18px;
	}
	.room_intro_info {
		padding: 1.2rem 1.5rem;
		margin-top: 1rem;
	}
	.room_intro_info .room_intro_info_title {
		font-size: 20px;
	}
	.room_intro_info p {
		line-height: 1.6;
	}
	.thumb_slider {
		display: block;
	}
	.room_intro_btn {
		margin-top: 0;
	}
	.room_intro_column .wp-block-vk-blocks-grid-column-item.visible .room_intro_btn {
		margin-top: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.room_container {
		padding-bottom: 7.3rem;
	}
	.room_intro_column .wp-block-vk-blocks-grid-column-item > .vk_gridColumn_item_inner {
		padding: 2rem 1.5rem;
	}
	.room_intro_column .wp-block-vk-blocks-grid-column-item > .vk_gridColumn_item_inner::before {
		width: 40%;
	}
	.room_intro_img {
		margin-bottom: 1.5rem !important;
	}
	.room_intro_text > p {
		font-size: 14px;
	}
	.room_intro_title {
		margin-bottom: 1rem;
	}
	.room_intro_title > .wp-block-group__inner-container {
		gap: .5rem .9rem;
	}
	.room_intro_title .room_intro_title_big {
		font-size: 28px;
	}
	.room_intro_title .room_intro_title_small {
		font-size: 14px;
	}
	.thumb_slider {
		margin: 0;
		margin-top: 1.2rem;
	}
	.room_intro_info {
		padding-bottom: 1.7rem;
		margin-top: 0;
	}
	.room_intro_info .room_intro_info_title {
		font-size: 16px;
	}
	.room_intro_info p {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* about_btn_container */
.about_btn_container {
	position: relative;
	padding-top: 10.4vw;
	padding-bottom: 8.9vw;
	background-image: url('../../../wp-content/uploads/2025/07/about_bg.webp');
	background-repeat: no-repeat;
	background-size: contain;
}
.about_btn_container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #1A1A1A;
	opacity: .7;
	transition: all .3s;
}
.about_btn_container:hover::before {
	opacity: .5;
}
.about_btn_container::after {
	content: '';
	display: block;
	position: absolute;
	top: 49.8%;
	left: -1vw;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 28.8%;
	aspect-ratio: 56 / 43;
	background-image: url('../../../wp-content/uploads/2025/07/favicon_white.webp');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .2;
}
.about_btn_container > .vk_outer-background-area {
	display: none !important;
}
.about_btn_container > div > .vk_outer_container {
	max-width: unset !important;
}
.about_btn_inner {
	position: relative;
	z-index: 2;
}
.about_btn_title {
	font-size: 60px;
	font-weight: normal;
	letter-spacing: .19em;
	line-height: 1.3;
	margin-bottom: .48em;
}
.about_btn_text {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.about_btn_container {
		padding-top: 8.4vw;
        padding-bottom: 8.9vw;
	}
	.about_btn_title {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.about_btn_container {
		padding-top: 10.4vw;
        padding-bottom: 10.9vw;
	}
	.about_btn_title {
		font-size: 30px;
		margin-bottom: .6em;
	}
	.about_btn_container::after {
		left: -3vw;
		width: 30.8%;
	}
}

/* news_container */
.news_container {
	padding-top: 8.75rem;
	padding-bottom: 3.2rem;
}
.news_container .title_block {
	margin-bottom: 4.5rem;
}
.vk_posts-layout-card .card {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.vk_posts-layout-card .vk_post_imgOuter {
	aspect-ratio: 1 / 1;
	border: none;
}
.vk_posts-layout-card .vk_post_body {
	display: flex;
    flex-direction: column;
	padding: 0;
}
.vk_posts-layout-card .vk_post_title a {
	font-size: 18px;
	letter-spacing: .19em;
}
.vk_posts-layout-card .vk_post_date {
	order: -1;
	color: var(--main-color);
	font-size: 16px;
	font-weight: 200;
    letter-spacing: .18em;
	margin-top: 3px;
	margin-bottom: 12px;
}
.news_container .circle_btn {
	margin-top: 1.15rem;
}
@media screen and (max-width: 1199px) {
	.news_container .vk_posts > .vk_post:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.news_container {
		padding-top: 5rem;
		padding-bottom: 5.2rem;
	}
	.news_container .title_block {
		margin-bottom: 3rem;
	}
	.vk_posts-layout-card .vk_post_title a {
		font-size: 16px;
	}
	.vk_posts-layout-card .vk_post_date {
		font-size: 14px;
		margin-top: 7px;
		margin-bottom: 7px;
	}
}
@media screen and (max-width: 767px) {
	.news_container .vk_posts > .vk_post:nth-child(4) {
		display: flex;
	}
	.vk_posts-layout-card .vk_post_title a {
		font-size: 14px;
	}
	.vk_posts-layout-card .vk_post_date {
		font-size: 12px;
	}
}

/* faq_container */
.faq_container {
	padding-top: 14.3rem;
}
.faq_inner {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}
.faq_inner + .faq_inner {
	margin-top: 9.9rem;
}
.faq_container .faq_inner {
	margin-top: -0.8rem;
}
.faq_inner > .wp-block-group__inner-container {
	max-width: unset !important;
}
.vk_faq {
	border-bottom: 1px solid #000;
}
.vk_faq .vk_faq_title {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: .19em;
	padding-top: 1.6rem;
	padding-bottom: 1.8rem;
	padding-left: 3.2rem;
	border: none !important;
	transition: all .3s;
}
.vk_faq .vk_faq_title:hover {
	opacity: .5;
}
.vk_faq .vk_faq_title:before {
	content: 'Q.';
	color: #000;
	font-family: "Vollkorn", serif;
	font-size: 28px;
	width: auto;
	height: auto;
	top: 1.55rem;
}
.vk_faq.vk_faq-accordion-close .vk_faq_title::after,
.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
	background-image: url('../../../wp-content/uploads/2025/07/faq_arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 2rem;
	height: auto;
	aspect-ratio: 1 / 1;
	top: 2rem;
	right: 0.1rem;
	border: none;
	transform: rotate(0deg);
}
.vk_faq.vk_faq-accordion-close .vk_faq_title::after {
	transform: rotate(0deg);
}
.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
	transform: rotate(180deg);
}
.vk_faq .vk_faq_content {
	font-size: 18px;
	letter-spacing: .19em;
	padding: 1.45rem 0 2.4rem;
	margin-bottom: 0;
}
.vk_faq .vk_faq_content p {
	line-height: 1.45;
}
.vk_faq .vk_faq_content.vk_faq_content-accordion-close {
	padding-top: 0 ;
    padding-bottom: 0;
}
.vk_faq .vk_faq_content:before {
	display: none;
}
.faq_container .circle_btn {
	margin-top: 3.1rem;
}
@media screen and (max-width: 1024px) {
	.faq_container {
		padding-top: 5.3rem;
	}
	.faq_inner + .faq_inner {
		margin-top: 6.5rem;
	}
	.vk_faq .vk_faq_title {
		font-size: 18px;
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
		padding-left: 2.8rem;
	}
	.vk_faq.vk_faq-accordion-close .vk_faq_title,
	.vk_faq.vk_faq-accordion-open .vk_faq_title {
		padding-right: 3rem;
	}
	.vk_faq .vk_faq_title:before {
		font-size: 22px;
		top: 1.4rem;
	}
	.vk_faq.vk_faq-accordion-close .vk_faq_title::after,
	.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
		top: 1.35rem;
	}
	.vk_faq .vk_faq_content {
		font-size: 16px;
		padding: 0.45rem 0 2.4rem;
	}
}
@media screen and (max-width: 767px) {
	.faq_inner + .faq_inner {
		margin-top: 4.5rem;
	}
	.vk_faq .vk_faq_title {
		font-size: 14px;
		padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2.3rem;
	}
	.vk_faq .vk_faq_title:before {
		font-size: 18px;
        top: .75rem;
	}
	.vk_faq.vk_faq-accordion-close .vk_faq_title::after,
	.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
		top: .85rem;
		width: 1.7rem;
	}
	.vk_faq .vk_faq_title p {
		line-height: 1.5;
	}
	.vk_faq .vk_faq_content {
		font-size: 14px;
	}
}

/* access_container */
.access_container {
	padding-top: 4.7rem;
	padding-bottom: 10rem;
}
.access_map {
	width: 100%;
	aspect-ratio: 780 / 229;
}
.access_container .mail_btn {
	margin-top: 4.2rem;
}
@media screen and (max-width: 1024px) {
	.access_container {
		padding-bottom: 5rem;
	}
	.access_map {
		aspect-ratio: 39 / 19;
	}
	.access_container .mail_btn {
		margin-top: 2.2rem;
	}
}
@media screen and (max-width: 767px) {
	.access_map {
		aspect-ratio: 1 / 1;
	}
}



/* -----------------------------------------
	季邸を知る
----------------------------------------- */
body.page-id-38 .site-body {
	margin-top: 0;
	margin-bottom: 0;
}

/* ページヘッダー */
.page_header_container {
	padding-top: 0;
	padding-bottom: 0;
}
.page_header_container .page_header_img {
	width: 100vw;
	max-width: unset !important;
	margin: 0 calc(50% - 50vw);
}
.page_header_container .page_header_img img {
	width: 100%;
	vertical-align: bottom;
}
.page_header_title > .wp-block-group__inner-container {
	max-width: unset !important;
}
.page_header_title .page_header_title_big {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: .19em;
}
.page_header_title .page_header_title_small {
	font-size: 22px;
	letter-spacing: .185em;
	margin-top: .7rem;
}
@media screen and (max-width: 1024px) {
	.page_header_title .page_header_title_big {
		font-size: 30px;
	}
	.page_header_title .page_header_title_small {
		font-size: 18px;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.page_header_container .page_header_img {
		width: 130vw;
		margin: 0 calc(50% - 65vw);
		margin-bottom: 1rem;
	}
	.page_header_title .page_header_title_big {
		font-size: 24px;
	}
	.page_header_title .page_header_title_small {
		font-size: 14px;
	}
}

/* 歴史 */
.page_history_container {
	padding-top: 3.2rem;
	overflow: visible;
}
.page_history_container.en {
	padding-top: 6.8rem;
}
.history_title_box {
	margin-bottom: 6.95rem;
}
.history_title_box > .wp-block-group__inner-container {
	max-width: unset !important;
}
.history_title_box .history_title_big {
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .19em;
	text-indent: .19em;
}
.page_history_container.en .history_title_box .history_title_big {
	font-size: 48px;
}
.history_title_box .history_title_small {
	font-size: 24px;
	letter-spacing: .185em;
	text-indent: .185em;
}
.history_column {
	position: relative;
	gap: 0 !important;
}
.history_column.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: auto;
    flex-grow: 0;
	width: 50%;
	max-width: 50%;
}
.history_column p {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.01em;
    line-height: 2.8;
	margin-bottom: 0;
}
.page_history_container.en .history_column p {
	font-family: "Inter", serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.003em;
	line-height: 1.87;
}
.history_column .wp-block-column > * + * {
	margin-top: 2.7rem;
}
.history_column figure,
.history_column figure img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
}
.history_icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	opacity: .8;
	z-index: -1;
}
.history_icon.icon1 {
	top: -8.8vw;
	left: auto;
    right: 4vw;
	width: 14.7vw;
}
.history_icon.icon2 {
	top: auto;
    bottom: -21.1vw;
    left: -16.8vw;
    width: 52.4vw;
	opacity: .2;
}
.history_icon.icon3 {
	top: -26.3vw;
    left: auto;
    right: -0.8vw;
    width: 11.9vw;
}
.history_icon.icon4 {
	top: auto;
    bottom: -11vw;
    left: -6.8vw;
    width: 15vw;
}
.history_icon.icon5 {
	top: auto;
    bottom: 0.7vw;
    left: 37.2vw;
    width: 11.5vw;
}
.history_column .history_img1 {
	width: 85%;
    margin-left: -2.2vw;
}
.history_column.column2 {
	margin-top: 10.8rem;
}
.history_column.column2 .history_text_column {
	padding-right: 5.5vw;
}
.history_column_img_column {
	gap: 0 8%;
	margin-bottom: 0;
}
.history_column .history_img4 {
	width: 79.3%;
}
.history_column.column4 {
	margin-top: 4.3rem;
	margin-bottom: 0;
}
.history_column.column4 .history_text_column {
	padding-left: 14.1%;
    padding-right: 2%;
}
.history_column.column4 .history_text_column > *:last-child {
	margin-bottom: 1.5rem;
}
.history_column .history_img5 {
	width: calc(100% + ((100vw - var(--max-width))/2));
	max-width: unset;
}
.history_column.column5 {
	margin-bottom: 2.5rem;
}
.history_column .history_img7 {
	width: 56.3%;
    margin-top: 6.6vw;
	margin-left: auto;
}
@media screen and (max-width: 1024px) {
	.page_history_container.en {
		padding-top: 3rem;
	}
	.history_title_box {
		margin-bottom: 4rem;
	}
	.history_title_box .history_title_big {
		font-size: 40px;
	}
	.page_history_container.en .history_title_box .history_title_big {
		font-size: 32px;
	}
	.history_title_box .history_title_small {
		font-size: 18px;
		margin-top: .4rem;
	}
	.history_column .wp-block-column > * + * {
		margin-top: 2.2rem;
	}
	.history_column p {
		font-size: 16px;
		line-height: 2;
	}
	.history_column .history_img1 {
		width: 90%;
		margin-left: 0;
	}
	.history_column.column2 {
		margin-top: 6.8rem;
	}
	.history_column.column2 .history_text_column {
		padding-right: 5%;
	}
	.history_column_img_column {
		gap: 0 5%;
	}
	.history_icon.icon1 {
		top: -14.8vw;
		right: -1vw;
		width: 22.7vw;
	}
	.history_icon.icon2 {
		bottom: -9.1vw;
	}
	.history_icon.icon4 {
		bottom: -3vw;
		left: -3.8vw;
		width: 19vw;
	}
	.history_icon.icon5 {
		bottom: -1.3vw;
		left: 35.2vw;
		width: 13.5vw;
	}
	.history_column .history_img4 {
		width: 90%;
	}
	.history_column.column4 .history_text_column {
		padding-left: 0;
		padding-right: 5%;
	}
	.history_column.column4 .history_text_column > *:last-child {
		margin-bottom: 0;
	}
	.history_column.column5 {
		margin-top: 4rem;
	}
	.history_column .history_img7 {
		width: 70.3%;
		margin-top: 4.6vw;
	}
}
@media screen and (max-width: 767px) {
	.history_title_box {
		margin-bottom: 2.5rem;
	}
	.history_title_box .history_title_big {
		font-size: 28px;
	}
	.page_history_container.en .history_title_box .history_title_big {
		font-size: 24px;
		text-indent: 0;
	}
	.history_title_box .history_title_small {
		font-size: 14px;
	}
	.history_column.wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap !important;
		gap: 1.5rem 0 !important;
	}
	.history_column .wp-block-column > * + * {
		margin-top: 1.5rem;
	}
	.history_column.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
		width: 100%;
		max-width: 100%;
	}
	.history_img_column {
		order: -1;
	}
	.history_column p {
		font-size: 14px;
		line-height: 1.7;
	}
	.page_history_container.en .history_column p {
		font-size: 14px;
		line-height: 1.6;
	}
	.history_icon.icon1 {
		top: -24.8vw;
        right: -12vw;
        width: 28.7vw;
	}
	.history_icon.icon2 {
		bottom: -18.1vw;
        width: 62.4vw;
	}
	.history_icon.icon3 {
		top: -38.3vw;
		right: -6.8vw;
		width: 21.9vw;
	}
	.history_icon.icon4 {
		bottom: -21vw;
        left: -3.8vw;
        width: 30vw;
	}
	.history_icon.icon5 {
		bottom: 38.7vw;
        left: 0.2vw;
        width: 17.5vw;
	}
	.history_column .history_img1 {
		width: 100%;
	}
	.history_column.column2 {
		margin-top: 4rem;
	}
	.history_column .history_img4 {
		width: 100%;
	}
	.history_column.column4 {
		margin-top: 4rem;
	}
	.history_column .history_img5 {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.history_column.column4 .history_text_column {
		padding-right: 0;
	}
	.history_column.column5 {
		margin-top: 4rem;
	}
	.history_column .history_img7 {
		width: 60.3%;
		margin-top: 0;
	}
}


/* -----------------------------------------
	よくある質問
----------------------------------------- */
.faq_inner .sub_title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .19em;
	text-indent: .19em;
	margin-bottom: 2.8rem;
}
@media screen and (max-width: 1024px) {
	.faq_inner .sub_title {
		font-size: 22px;
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.faq_inner .sub_title {
		font-size: 18px;
		margin-bottom: .8rem;
	}
}



/* -----------------------------------------
	お知らせ,一覧
----------------------------------------- */
body.blog .page-header,
body.blog .breadcrumb,
body.single .page-header,
body.single .breadcrumb {
	display: none;
}
.entry-footer {
	display: none;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.entry-title {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	body.blog .site-body,
	body.single .site-body {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.entry-title {
		font-size: 18px;
	}
}



/* -----------------------------------------
	お問い合わせ
----------------------------------------- */
.page_contact_box {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.contact_form_list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	margin-block-end: 0 !important;
}
.contact_form_list > li {
	margin: 0;
}
.contact_form_list > li.type {
	margin-bottom: 2.3rem;
}
.contact_form_list > li + li {
	margin-top: 1.35rem;
}
.contact_form_list .form_title {
	display: flex;
	align-items: center;
	font-weight: 600;
	letter-spacing: .03em;
	margin-block-end: .8rem !important;
}
.contact_form_list li.type .form_title {
	margin-block-end: 1.2rem !important;
}
.contact_form_list .form_title .imp {
	display: block;
	color: #fff;
	background-color: #e60012;
	font-size: .78em;
	font-weight: 500;
	line-height: 1;
	padding: .2em .45em .3em;
    margin-left: 1.6em;
	border-radius: 5px;
}
.contact_form_list .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 3.2rem;
}
.contact_form_list .wpcf7-list-item {
	font-size: .89em;
	line-height: 1.5;
	letter-spacing: .025em;
	margin-left: 0;
}
.contact_form_list .wpcf7-list-item > label {
	display: flex;
	align-items: flex-start;
}
.contact_form_list .wpcf7-list-item input[type="radio"] {
	flex-shrink: 0;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
	margin-top: .2em;
	margin-right: .9em;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	background-color: #faf8f7;
	font-size: 1em;
	padding: 1.14em .8em;
	margin-bottom: 0;
	border: 1px solid #7d7d7d;
}
textarea {
	resize: none;
}
.wpcf7-not-valid-tip {
	font-size: .88em;
}
.privacy_policy {
	font-size: 13.5px;
	margin-top: 1.65rem;
	text-align: center;
}
.privacy_policy p {
	margin-bottom: 0;
	margin-block-end: 1.6rem !important;
}
.privacy_policy p:last-child {
	margin-block-end: 0 !important;
}
.privacy_policy .wpcf7-form-control-wrap {
	display: block;
}
.privacy_policy .wpcf7-acceptance {
	font-size: 18px;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item > label {
	display: flex;
	align-items: flex-start;
	gap: .6em;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
	width: 1.55em;
    height: 1.55em;
	margin: 0;
	border-radius: 0;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 1;
}
.submit_btn {
	text-align: center;
	margin-top: 1rem;
}
.submit_btn input.wpcf7-submit {
	background-color: var(--main-color);
	font-size: 18px;
    font-weight: 300;
    letter-spacing: .07em;
    min-width: 14.3em;
	padding: .67em 1em;
	border: none;
	border-radius: 100px;
	transition: all .3s;
}
.submit_btn input.wpcf7-submit:not([disabled]):hover {
	background-color: var(--main-color);
	opacity: .7;
}
.submit_btn input.wpcf7-submit[disabled] {
	opacity: .3;
}
.submit_btn .wpcf7-spinner {
	display: none !important;
}

.grecaptcha-badge,
body.page-id-27 .page_top_btn {
	display: none !important;
}
body.page-id-27 .grecaptcha-badge {
	display: block !important;
}
@media screen and (max-width: 1024px){
	.white_box.contact_box {
		padding: 3.15rem 3.3rem 3.7rem;
	}
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		padding: .7em .8em;
	}
}
@media screen and (max-width: 767px){
	.page_contact_container {
		padding-bottom: 6rem;
	}
	.contact_form_list .form_title,
	.contact_form_list li.type .form_title {
		margin-block-end: .7rem !important;
	}
	.contact_form_list .form_title .imp {
		margin-left: .9em;
	}
	.contact_form_list .wpcf7-radio {
		flex-direction: column;
	}
}



/* -----------------------------------------
	ページ準備中
----------------------------------------- */
.coming_soon_container {
	font-size: 18px;
}
.coming_soon_container .coming_soon_img figure,
.coming_soon_container .coming_soon_img img {
	width: 100%;
	margin-bottom: 0;
	vertical-align: bottom;
}
.coming_soon_container .coming_soon_img figure {
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.coming_soon_container {
		font-size: 15px;
	}
}

















