@charset "utf-8";
:root {
	--swiper-pagination-bottom: 0;
	--vk-color-text-body: #070c47;
}
body, html{font-family: "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.box-shadow {
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}
.w600 {
	max-width: 600px !important;
	margin-left: auto;
	margin-right: auto
}
.w800 {
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto
}
.w100 {
	max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto
}
/***** site-header *****/
.site-header {
	background: none;
	box-shadow: none;
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
}
.site-header-logo {
	padding-top: 0;
	margin: 0;
}
.site-header-logo img {
	width: 500px;
}
.scrolled .site-header-logo img {
	max-height: 50px;
}
.heaer-right {
	display: flex;
	margin-left: auto;
}
.heaer-sub {
	display: flex;
	align-items: center;
}
.lang-btn {
	position: relative;
	/* margin-right: 20px; */
	color: #fff;
	background-color: var(--vk-color-primary);
	padding: .5em 1em;
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang-btn::before {
	content: "\f0ac";
	font-family: "Font Awesome 7 Free";
	font-weight: 600;
	font-size: 1.25em;
	line-height: 0;
	margin-right: 5px;
}
.lang-btn::after {
	content: "Language";
}
.lang-btn .bogo-language-switcher{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: var(--vk-color-primary);
	flex-direction: column
}
.lang-btn .bogo-language-switcher>li.ja{order: 1}
.lang-btn .bogo-language-switcher>li.en{order: 2}
.lang-btn .bogo-language-switcher>li.ko{order: 3}
.lang-btn .bogo-language-switcher>li.th{order: 4}
.lang-btn .bogo-language-switcher>li.zh-CN{order: 5}
.lang-btn .bogo-language-switcher>li.zh-TW{order: 6}
.lang-btn .bogo-language-switcher>li{
	display: block;
	margin: 0;
	padding: 0;
	/* padding: .5em 1em; */
	border-top: 1px solid #fff;
}
.lang-btn .bogo-language-switcher>li a{
	display: block;
	/* padding: .5em 1em; */
}
.lang-btn .bogo-language-switcher>li a{
	/* border-bottom: 1px solid var(--vk-color-primary); */
	color: #fff;
	padding: 5px 1em;
	text-decoration: none;
	text-align: center
}
.lang-btn .bogo-language-switcher>li a:hover{
	background-color: var(--vk-color-custom-2);
}
.lang-btn .bogo-language-switcher>li .bogoflags{display: none}
.lang-btn .bogo-language-switcher>li.current a{
	/* display: none; */
	background-color: var(--vk-color-custom-2);
	color: #333;
}
/* .is-open クラスがついた時はすべてのliを表示する */
.lang-btn.is-open .bogo-language-switcher {
    display: flex;
	z-index: 999; 
}


.lang-btn .selectlink {
	margin-bottom: 0;
	padding: .5em 1em .5em 2.5em;
	background-color: var(--wp--preset--color--vk-color-primary);
	color: #fff;
	display: flex;
	align-items: center;
	height: 40px;
	border: none;
	border-radius: 0;
	font-weight: 700;
}
.reserv-btn a {
	background-color: var(--vk-color-custom-1);
	padding: .5em 1em;
	height: 40px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: var(--vk-color-text-body);
	justify-content: center;
	white-space: nowrap
}
.reserv-btn a > i {
	font-size: 1.25em;
	margin-right: 5px;
}
.scrolled .site-header-logo {
	display: block;
	padding-top: 0;
}
.scrolled .heaer-right {
	padding-top: 0;
	padding-right: 0;
}
.site-header-container.container {
	max-width: inherit;
	width: auto;
	padding: 20px 15px;
}
.scrolled .site-header-container.container {
	padding: 10px 15px;
}
@media (max-width: 991.98px) {
	.alignwide{
		padding-left: 15px;
		padding-right: 15px
	}
	.site-header {
		/* position: absolute; */
	}
	.site-header-logo img, .scrolled .site-header-logo img {
		max-width: 300px;
		margin-left: 0;
	}
	.heaer-sub {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.heaer-sub .lang-btn, .heaer-sub .reserv-btn {
		margin: 0;
		flex: 1
	}
	.lang-btn .bogo-language-switcher{
		top: auto;
		bottom: 100%
	}
}
@media (min-width: 992px) {
	.site-header--layout--nav-float .site-header-logo {
		margin-bottom: 0;
		width: auto;
		padding-top: 0;
	}
}
/***** global-nav *****/
.home .nav li a, .home nav li a {
	/* color: #FFFFFF; */
	/* text-shadow: 0 0 7px #03567c, 0 0 5px #03567c, 0 0 3px #03567c; */
	overflow: visible;
}
.home.scrolled .nav li a, .home.scrolled nav li a {
	color: var(--vk-color-text-body);
	text-shadow: none;
}
.header_scrolled .global-nav-list {
	height: auto;
}
@media (min-width: 992px) {
	.scrolled .global-nav--layout--float-right {
		align-items: center !important;
	}
	.header_scrolled .site-header .global-nav {
		display: flex;
	}
	.global-nav-list > li {
		margin: 0 10px;
	}
	.global-nav-list > li.current-menu-item:nth-child(6)::before {
		width: 0;
	}
	.global-nav-list > li.current-menu-item:nth-child(6):hover::before {
		width: 100%;
	}
	.device-pc .global-nav-list > li > a {
		padding: 10px;
	}
	.global-nav-list > li::before {
		border-bottom: 2px solid var(--vk-color-primary);
	}
	#global-nav {
		margin-right: 20px;
	}
}
/***** site-body *****/
.block-sub-title {
	width: max-content;
	padding: .25em 1em;
	margin-bottom: .5em;
	margin-block-end: .5em !important;
}
.min-title-sub {
	margin-bottom: 0;
	margin-block-end: 0 !important;
	font-size: .875em;
	font-weight: 700
}
.facili-map.vk_borderBox .vk_borderBox_title_container {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	color: var(--vk-color-text-body);
}
.price-table table td {
	background-color: #fff;
	text-align: center;
}
.price-table table td strong {
	font-size: 1.5rem;
	margin-right: 5px
}
.price-table table tr:first-child td {
	background-color: #6495ed;
	color: #fff;
}
.price-table table tr:first-child td:first-child {
	background-color:transparent;
	border-left: none;
	border-top: none;
}
.price-table table tr:not(:first-child) td:first-child {
	background-color: #add8e6;
	color: var(--vk-color-text-body);
	width: 30%;
}

.bonus-table table td {
	background-color: #fff;
	text-align: center;
}
.bonus-table table tr td:first-child {
	background-color: #add8e6;
	font-weight: 700;
	text-align: center;
	/* width: 50px; */
	/* color: #fff; */
}
.access-table table tr td:first-child {
	background-color: #add8e6;
	min-width: 100px;
	text-align: center;
}
#top-reco > .alignwide {
	max-width: none;
	padding: 0 15px
}

@media (min-width: 992px) {
#top-reco>.wp-block-column{flex: 1!important}
}
.wp-block-group.is-vertical {
	gap: 1em
}
.facili-map.vk_borderBox .vk_borderBox_title_container h3.vk_borderBox_title {
	margin: 0
}

.photo-slider{
	padding-bottom: 10px;
}
.entry ul.waku-list{
	border-radius: 4px;
	border: 2px solid #6495ed;
	padding: 20px;
	background-color: #fff;
}
.entry h4.is-style-vk-heading-both_ends{justify-content: center}
.entry h4.is-style-vk-heading-both_ends::before{
	margin-right: 1em;
	top: unset;
	transform: rotate(-30deg);
	height: 25px;
	width: 2px;
	background-color: currentColor;
	flex: none;
}
.entry h4.is-style-vk-heading-both_ends::after{
	margin-right: 1em;
	top: unset;
	transform: rotate(30deg);
	height: 25px;
	width: 2px;
	background-color: currentColor;
	flex: none;
}
@media (max-width: 575.98px) {
	.photo-slider .swiper-button-next.swiper-button-mobile-bottom,.photo-slider .swiper-button-prev.swiper-button-mobile-bottom {
		bottom: -10px;
	}
}
/***** site-body *****/
.site-body {
	background-color: #FFFFFF;
}
/***** page-header *****/
.page-header {
	margin-top: 170px;
	background: url(images/about04a.jpg) no-repeat center;
	background-size: 100%;
	color: #ffffff;
	flex-direction: column;
	justify-content: center;
	padding-top: 1.5em;
	min-height: 12rem;
	border-top: 1px solid var(--vk-color-border-hr);
}
@media (max-width: 991.98px) {
	.page-header {
		margin-top: 128px;
	}
}
.page-header::before {
	color: #FFFFFF;
	background-color: var(--vk-color-primary);
	padding: 0.1em 0.7em;
	z-index: 2;
}
.post-name-about .page-header::before {
	content: "About";
}
.post-name-price .page-header::before {
	content: "Price";
}
.post-name-room .page-header::before {
	content: "Room";
}
.post-name-foods .page-header::before {
	content: "Foods";
}
.blog .page-header::before {
	content: "News";
}
.page-header-inner {
	margin-top: 0.5em;
}
/***** breadcrumb *****/
#breadcrumb a {
	color: var(--vk-color-primary);
}
/***** body *****/
.site-body {
	padding-bottom: 0;
}
.post-name-price .site-body-container, .post-name-price .alignfull div[class*="__inner-container"], .post-name-price .alignwide div[class*="__inner-container"] {
	max-width: 720px;
}
.post-type-page .veu_socialSet {
	display: none;
}
@media (max-width: 991.98px) {
	.main-section {
		margin-bottom: 0;
	}
	.is-layout-constrained > .alignwide {
		max-width: 100%
	}
}
/***** title *****/
.entry h2 {
	background-color: #fff;
	border: 2px solid var(--vk-color-text-body);
	padding: .5em 1em;
	line-height: 1.2;
	/* width: calc(100% - 5px); */
	position: relative;
	overflow: visible;
	/* margin-left: 0; */
	z-index: 0;
	box-shadow: 5px 5px 0 #add8e6;
	font-size: 1.5rem;
}
.entry h3 {
	position: relative;
	padding: 0 0 0.25em;
	border-top: 0;
}
.entry h3::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ccc;
}
.entry h4 {
	position: relative;
	display: flex;
	align-items: center;
}
/***** gray-bg *****/
.gray-bg {
	background-color: var(--vk-color-custom-4);
	padding: 4em 25px 2em;
	margin-top: 5em;
}
/***** entry ul *****/
.entry ul {
	padding: 0;
}
.entry ul li {
	position: relative;
	padding-left: 1.5em;
	margin: 0 0 0.5rem;
	list-style: none;
}
.entry ul li:last-child {
	margin-bottom: 0;
}
.entry ul li::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
}
/***** table *****/
.entry table {
	margin-bottom: 2em;
}
.entry table th, .entry table td {
	font-size: 1rem;
	border: 1px solid #6e90cc;
	padding: 1em;
	/* border-color: #ccc; */
}
.entry table ul {
	margin: 0;
}
/***** map *****/
.map {
	margin-bottom: 0;
	width: 100%;
	height: 300px;
}
@media (min-width: 992px) {
	.map {
		height: 350px;
	}
}
/***** site-footer *****/
.site-footer {
	border-top: 1px solid var(--vk-color-border-hr);
	padding-bottom: 40px;
	background-color: #FFFFFF;
}
@media (min-width: 992px) {
	.site-footer {
		padding-bottom: 2em;
	}
}
.site-footer-copyright {
	align-items: center;
	text-align: center;
}
.page_top_btn {
	background-color: var(--vk-color-primary);
	bottom: 110px;
	box-shadow: none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
/***** home-head *****/
.home-head {
	width: 100%;
	position: relative;
}
.home-head-inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-head-text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 35px;
	border: 0;
	text-align: center;
}
@media (max-width: 720px) {
.home-head {
	margin-top: 0!important;
}
	.home-head-text {
		width: 59%;
		font-size: 6vw;
	}
}
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
	top: 0;
	right: 0 !important;
	border: 0;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 0;
}
.vk-mobile-nav {
	padding-top: 80px;
}
.vk-mobile-nav::before {
	content: "MENU";
	position: absolute;
	top: 18px;
	left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--vk-color-primary);
}
.vk-mobile-nav nav ul li a::before {
	content: '';
	height: 10px;
	width: 10px;
	border-top: 2px solid var(--vk-color-primary);
	border-left: 2px solid var(--vk-color-primary);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 1em;
}
.vk-mobile-nav nav ul li a {
	text-shadow: none
}
.wp-block-image{position: relative}
.wp-block-image figcaption{position: absolute;bottom: 0;right: 0;display: inline-block;padding: 5px 1em;margin: 0;background-color: rgba(0,0,0,0.5);color: #fff}
