* {
	font-family: 'Amiri', serif, 'Zen Old Mincho', serif;
	font-weight: 500;
}
figcaption { font-size: 1rem!important; }
/** ▼　header　▼ *************************************************************/
#site-header.site-header,
.header_scrolled .site-header {
	background-color: transparent;
    clear: both;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    min-height: unset;
    box-shadow: none;
    -webkit-animation: header_drop .5s ease-out 0s 1 alternate none running;
    animation: header_drop .5s ease-out 0s 1 alternate none running;
}
.site-header-container {
	max-width: none!important;
	padding-right: 0!important;
}
.site-header-logo { margin-bottom: 0!important;}
.header_scrolled .site-header-logo {
	display: block!important;
}
.global-nav-list {
    height: 100%;
	background-color: #001c38;
}
.global-nav-list>li { padding-left: 0; min-width: 90px; }
.global-nav-list>li:before {
	border-bottom: none!important;
	display: none;
}
.global-nav-list>li>a {
	color: #FFF!important;
	padding: 8px!important;
	background-color: #003366;
	position: relative;
}
.global-nav-list>li:nth-of-type(odd)>a {
	background-color: #1d4c7c;
}
.global-nav-list>li.reserve>a {
	background-color: #8e1747;
}
.global-nav-list>li>a::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.global-nav-list>li.stay>a::before {
	background: url(../img/stay-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li.conference>a::before {
	background: url(../img/conference-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li.facility>a::before {
	background: url(../img/facility-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li.access>a::before {
	background: url(../img/access-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li.news>a::before {
	background: url(../img/news-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li.contact>a::before {
	background: url(../img/contact-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li.reserve>a::before {
	background: url(../img/reserve-icon.png) no-repeat;
	background-size: 100%;
}
.global-nav-list>li>a:hover { opacity: 0.7; }
.global-nav-list>li .global-nav-name {
	font-size: 12px!important;
	font-weight: bold;
	margin: auto auto 0;
}
#vk-mobile-nav-menu-btn { display: none!important;}
.device-mobile .global-nav-list>li { padding: 0!important;}
.device-mobile .global-nav-list>li>a { display: block!important; }
@media (max-width:975px) {
#site-header.site-header,
.header_scrolled .site-header { position: absolute; animation: none;}
.site-header-container {
    padding-right: 15px!important;
}
.global-nav {
    display: flex!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 9999;
}
.global-nav-list {
    height: auto;
    width: 100%!important;
}
.global-nav-list>li {
    padding-left: 0;
    min-width: auto;
    width: calc(100%/5);
}
.global-nav-list>li>a::before {
    content: "";
    position: relative;
    margin: 0 auto 8px;
}
}
@media (max-width:750px) {
.global-nav-list>li { width: 100%; }
.global-nav-list>li.news { display: none;}
.global-nav-list>li.contact a { background-color: #1d4c7c;}/*#003366*/
}
/** ▼　footer　▼ *************************************************************/
#footer-bannar { margin-bottom: 0; justify-content: center;}
#footer-bannar .wp-block-image { margin-bottom: 0;}
#footer-bannar .wp-block-image figure { border: 1px solid #d5d5d5;}
.site-footer {
	border: none;
	background-color: #003366;
	background-color: var(--vk-color-primary);
	color: #FFF;
}
.footer-content { align-items: center; padding: 2em 0; }
.footer-content .logo img { width: 250px;}
.footer-content .address { width: 50%; margin: 0 2%;}
.footer-content div:last-of-type { width: calc(46% - 179px); padding: 0; margin: auto auto 0;}
.footer-content p { margin-bottom: 0; }
.footer-content a { color: #FFF; }
.site-footer-copyright {
	max-width: none!important;
	width: auto!important;
}
@media (max-width:975px) {
.site-footer { padding-bottom: 70px; }
}
@media (max-width:750px) {
.footer-content { text-align: center; }
.footer-content div { width: 100%!important; }
}
/** ▼　all　▼ *************************************************************/
.page-header {
	padding-top: 104px;
	padding-bottom: 88px!important;
	margin-top: 0!important;
}
.page-header-title {
	text-shadow: 0 0 5px #544a49;
}
.entry-title--post-type--page, h2 {
    padding: 0 0 0.5em!important;
	border-top: none!important;
    border-bottom: 1px solid var(--vk-color-border-hr);
	position: relative;
}
.entry-title--post-type--page::after, h2::after {
    content: "";
	height: 1px;
	width: 100px;
	background-color: var(--vk-color-primary);
	position: absolute;
	bottom: -1px;
	left: 0;
}
.site-footer-title, .sub-section-title, h3 {
	display: flex;
	align-items: center;
	border-bottom: none!important;
	color: #003366;
}
.site-footer-title:after, .sub-section-title:after, h3:after {
	content: "";
	flex-grow: 1!important;
	position: relative!important;
	bottom: 4px!important;
    margin-left: 1rem!important;
}
h4:not(.widget-title):not(.sub-section-title) {
    background-color: #eef0f3!important;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.col2 .flex-item { width: calc(99%/2); }
.flex.col3 .flex-item { width: calc(94%/3); }
.flex.col3 .flex-item:nth-of-type(3n-1) { margin: 0 3%; }
.flex.col4 .flex-item { width: calc(97%/4); margin-left: 1%; }
.flex.col4 .flex-item:first-of-type { margin-left: 0; }
ul { padding-left: 0!important;}
ul li {
	list-style: none;
	position: relative;
	line-height: 1.4;
	padding-left: 1em;
}
ul li::before { 
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #003366;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: .25em;
}
.widget li, li.sb_icon { padding-left: 0;}
.widget li::before, li.sb_icon::before { display: none;}
.widget { margin-bottom: 0!important; }
.breadcrumb { border: none!important;}

.side-menu { position: relative;}
.side-menu.fixed .page-list {
	position: fixed;
	top: 90px;
	max-width: 220px;
	width: 100%;
}
.side-menu .page-list h4 { margin-bottom: 0!important;}
.side-menu .page-list ul { margin-top: 0!important;}
.side-menu li { padding-left: 0; margin: 0; }
.side-menu li::before { display: none; }
.side-menu li a {
	display: block;
	padding: 12px 8px 8px;
	text-decoration: none;
	border-bottom: 1px dotted #d3d3d3;
}
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 15%;
	z-index: 9998;
    width: 40px;
    height: 38px;
    color: transparent;
    border: 1px solid #fff;
    background: none;
    box-shadow: none;
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}
.scrolled .page_top_btn {
    display: block;
    opacity: 1;
    color: transparent;
    border-radius: 20px;
	background-color: #003366;
}
@media (max-width:975px) {
.page_top_btn { display: none!important; }
}
@media (max-width:750px) {
.site-body-container {
	padding-left: 0!important;
	padding-right: 0!important;
}
.site-body .flex:not(.news-list) { display: block; }
.site-body .flex .flex-item { width: 100%; }
.site-body .flex .flex-item:nth-of-type(3n-1) {
	margin: 1em 0;
}
}
/** ▼　front-page　▼ *************************************************************/
.home h2::after { display: none;}
.home .entry-body h2:first-line {
	font-size: 0.75em;
}
.home .entry-body h2 {
	color: #003366;
	font-size: 2em;
	font-weight: bold;
	border: none;
	padding-top: 0;
}
#main-visual { position: relative; margin-top: 0!important; }
#main-visual .back-img { 
	position: relative;
	height: 70vh;
	background: url(../../../../../../wp-content/uploads/top_img2022.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#main-visual .copy {
	width: 25vw;
	height: 25vh;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 4px rgb(9,28,46);
}
.online-reserve-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(124,14,60,0.85);
	z-index: 1;
	color: #FFF;
}
.online-reserve-bar h2 {
	width: 250px;
	border: none;
	margin-bottom: 0;
	padding: .5em 0 .3em!important;
	font-size: 1.5em;
	text-align: center;
}
.online-reserve-bar .flex.col4 {
	padding: 16px 0;
	align-items: center;
	justify-content: space-between;
}
.online-reserve-bar .flex.col4 .btn {
	width: calc((96% - 250px)/3);
	text-align: center;
	padding: 0;
}
.online-reserve-bar .flex.col4 .btn a {
	display: block;
	padding: 16px;
	background-color: #FFF;
	color: #252525;
	position: relative;
	transition: all .3s;
}
.online-reserve-bar .flex.col4 .btn a::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 1px;
	right: 1px;
	background: url(../img/blank.png) no-repeat;
}
.online-reserve-bar .flex.col4 .btn a:hover {
	opacity: 0.7;
	color: #8e1747;
}
.stay-section .flex.col3 .flex-item { text-align: center; }
.stay-section .flex.col3 .flex-item p { margin-bottom: 0; }
.stay-section .flex.col3 .flex-item img { width: 100%; }
.stay-section .flex.col3 .flex-item a {
	display: block;
	text-decoration: none;
	transition: all .3s;
}
.stay-section .flex.col3 .flex-item a:hover { opacity: 0.7; }
.flex.col2.bias > h2 { width:15%; }
.flex.col2.bias > div { width:84%; margin-left: 1%; }
.news-section { background-color: #eef0f3; }
.news-section .container {
	margin: 3.5em auto;
	padding: 3.5em 15px;
	background-color: #eef0f3;
}
.news-list li {
	list-style: none;
	width: calc(96%/3);
	margin: 0;
	padding-left: 0;
}
.news-list li::before { display: none; }
.news-list li:nth-of-type(3n-1) { margin: 0 2%;}
.news-list li:nth-of-type(n+4) { margin-top: 2%;}
.news-list li a { 
	display: block;
	text-decoration: none;
	transition: all .3s;
}
.news-list li a:hover { opacity: 0.7; }
.news-list li a span.date { 
	display: block;
	font-size: 14px;
	color: #003366;
}
.news-list li a figure.thumb { 
	width: 100%;
	margin-bottom: 8px;
    padding: 8px;
	justify-content: center;
    background-color: #FFF;
}
.news-list li a figure.thumb span {
    height: 180px;
    display: flex;
}
.news-list li a figure.thumb img {
	margin: auto;
    width: auto;
    max-height: 180px;
}
.news-list li a span.title {
	display: block;
	line-height: 1.4;
	font-size: 14px;
}
.news-list li a span.new-txt { color: #FF0000; }
.news-section .more-btn a {
	display: block;
	max-width: 150px;
	margin: 0 0 0 auto;
	padding: .35em .5em .25em;
	border: 1px solid #003366;
	text-align: center;
	transition: all .3s;
}
.news-section .more-btn a:hover {
	background-color: #003366;
	color: #FFF;
}
.access-section .wp-block-coblocks-map { line-height:0; }
.access-section .flex.col3 .flex-item { 
	padding: 1.25em;
	background-color: #eef0f3;
}
.access-section .flex.col3 .flex-item h4 { 
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	color: #003366;
	background-color: transparent;
}
.access-section .flex.col3 .flex-item p { 
	margin-bottom: 0;
	font-size: 1em;
}
.wp-block-coblocks-map + p { line-height: 0!important; }
/*.map + p br { display: none; }*/
@media (max-width:975px) {
.flex.col2.bias > h2 { width:100%; margin-bottom: 0; }
.flex.col2.bias > div { width:100%; margin-left: 0; }
.home .entry-body h2 { margin-bottom: 0;}
.online-reserve-bar {
	position: relative;
	margin: -40px 15px 0;
}
.online-reserve-bar h2 { width: 100%; padding: 0.5em 0 0.8em!important; }
.online-reserve-bar .flex { display: block; }
.online-reserve-bar .flex.col4 .btn { width: 100%; }
.online-reserve-bar .flex.col4 .btn:nth-of-type(2) { margin: .5em 0; }
}
@media (max-width:750px) {
.site-body {
    padding: 2rem 1em 2rem!important;
}
#main-visual .copy { 
	width: 70vw;
	bottom: auto;
	top: 20vh;
}
.news-section .container { padding: 3.5em 25px; }
.news-list li {
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #003366;
}
.news-list li:first-of-type { border-top: 1px solid #003366; }
.news-list li:nth-of-type(3n-1) { margin: 0; }
.news-list li:nth-of-type(2n) { margin-left: 0; }
.news-list li:nth-of-type(n+2) { margin-top: 0; }
.news-list li a { display: flex; align-items: center;}
.news-list li a figure.thumb {
	max-width: 80px;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	margin-right: 1em;
}
.news-list li a figure.thumb span {
    max-height: 56px;
	overflow: hidden;
}
.map + p br { display: block; }
}
@media (max-width:767px){
.access-section .wp-block-coblocks-map {
    width: 100%!important;
    float: none;
    min-height: 368px;
    margin-right: 25px;
}
.access-section p img {
    width: 100%!important;
}
}
/** ▼　page-stay　▼ *************************************************************/
.wp-block-coblocks-services .has-columns {
	justify-content: center;
}
.wp-block-coblocks-service:first-of-type {
	margin-right: 1.5em;
}
.wp-block-coblocks-service:last-of-type {
	display: none;
}
.page:not(.home) .flex.col2.bias > .side-menu { 
	width:220px;
	margin-left: 0;
}
.page:not(.home) .flex.col2.bias > .main-section {
	width:calc(98% - 220px);
	margin-left: 2%;
}
.wp-block-table th {
	background-color: #003366;
	color: #FFF;
	border-right: 1px solid #FFF;
}
.wp-block-table th:last-of-type {
	border-right: none;
}
.wp-block-table td {
	border-color: #c3c4c7;
}
.wp-block-table td:first-of-type {
	background-color: #eef0f3;
}
@media (max-width:750px) {
.page:not(.home) .flex.col2.bias > .side-menu { display: none; }
.page:not(.home) .flex.col2.bias > .main-section {
    width: 100%;
    margin-left: 0;
}
}
/** ▼　post-news　▼ *************************************************************/
.entry-meta .entry-meta-item-updated,
.entry-meta .entry-meta-item-author {
	display: none;
}
.single .entry-header {
    padding: 0 0 0.5em!important;
	border-top: none!important;
    border-bottom: 1px solid var(--vk-color-border-hr);
	position: relative;
}
.single .entry-header::after {
    content: "";
	height: 1px;
	width: 100px;
	background-color: var(--vk-color-primary);
	position: absolute;
	bottom: -1px;
	left: 0;
}

@media (max-width:750px) {
.wp-block-image .alignright,
.wp-block-image .alignleft { float: none; margin: 0.5em auto 1em;}
}
/** ▼　page-contact　▼ *************************************************************/
table td, table th {
	border: 1px solid #c9c9c9!important;
	text-align: left;
	padding: 1rem 1rem 0.8rem!important;
}
#contact-table th {
	background-color: #eef0f3;
	width: 300px;
}
#contact-table th span {
	padding: .2em .3em 0;
	background-color: #b5b5b5;
	color: #FFF;
	margin-right: 8px;
}
#contact-table .required th span {
	background-color: #b10c4e;
}
.submit-btn {
	text-align: center;
}
.wpcf7-spinner { position: absolute; }
@media (max-width:750px) {
#contact-table td, #contact-table th {
	display: block;
}
#contact-table th {
	width: 100%!important;
	border-top: none!important;
	border-bottom: none!important;
}
#contact-table tr:first-of-type th {
	border-top: 1px solid #c9c9c9!important;
}
}
/* 2022/02/14 */
.wp-block-gallery ul li { padding-left: 0; }
.wp-block-gallery ul li::before { display: none; }

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: block!important;
}
#footer-bannar {
    background-color: #eef0f3;
	padding: 16px;
}
.blocks-gallery-grid, .wp-block-gallery {
	display: block;
	overflow: hidden;
	clear: both;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
	display: block;
	float: left;
	width: 45%;
	margin: 0 16px 0 0;
}
}
@media (min-width:992px) and (-ms-high-contrast: none) {
  /* ここに書く */
  body:not(.header_scrolled) .global-nav--layout--float-right {
    display: block!important;
  }
}

@media (max-width:975px) {
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 75px!important;
}
}
@media (max-width:780px) {
.cc-banner.cc-bottom {
    flex-wrap: wrap;
	justify-content: center;
}
.cc-banner .cc-message {
    margin: 0 0 1em!important;
}
}

/* 20220411 */
.flex.btn {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0;
	margin: 1em 0;
}
.flex.btn .flex-item:first-of-type a {
	display: block;
	padding: 0.5em 1em;
	background-color: #00a040;
	color: #fff;
	font-size: 1.2em;
}
.flex.btn .flex-item:last-of-type a {
	display: block;
	padding: 0.5em 1em;
	background-color: #8e1747;
	color: #fff;
	font-size: 1.2em;
}
.has-responsive-height.has-carousel {
	padding-bottom: 0!important;
	margin-bottom: 1em;
}
.nav-button__next, .nav-button__prev {
	width: 30px!important;
	height: 30px!important;
	padding: 5px!important;
}
.nav-button__next .icon, .nav-button__prev .icon {
	width: 20px!important;
	height: 20px!important;
}

/* 20220425 */
.wp-block-coblocks-gallery-carousel-thumbnail {
    min-width: auto!important;
    height: 40px!important;
}
.gallery {
	margin-bottom: 40px;
}
.coblocks-lightbox__background {
    background-image: none!important;
    background: rgba(0,0,0,0.7);
}