/* General element styling --------------------------------------------- */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
	transition-duration: 0.4s;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
	overflow: visible;
}

.am-container.style2 {
	max-width: 1000px;
	background: unset;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style4 {
	max-width: 900px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-anchor {
	position: relative;
}

.am-anchor > span {
	position: absolute;
	top: -100px;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    position: relative;
    z-index: 0;        
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__cont {
	position: relative;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.bnr__title span {
	background-color: rgba(255,255,255, 0.7);
	color: #21366d;
	padding: 50px;
	margin: 0 0 0 30px;
	line-height: 70px;
	font-size: 48px;
	font-weight: 500;
}

.sect-cont {
	padding: 60px 0;
	margin: 0;
	overflow: hidden;
}

.sect-cont.style2 {
	padding: 60px 0;
}

.af-topgap {
	height: 68px;
}

header {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #44656c;
	font-family: 'Noto Sans JP', sans-serif;
	box-shadow: 0 -2px 10px #000C;
}

.hdr__layout {
	height: 84px;
}

.hdr__logo {
	margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
	display: block;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	/* 	border-style: solid; */
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #fff;
	font-weight: 200;
	font-size: 15px;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
	color: #ffff;
	text-decoration: none;
}

.hdr__navi-lang a.active {
	color: blue;
}

.hdr__navi-menu span {
	display: block;
	line-height: 1.8;
	font-size: 16px;
/* 	font-family: 'Century Gothic'; */
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 15px;
	border: 2px solid #FFF7E9;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #FFF7E9;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

.hdr__ftr {
	display: none;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.ov-anm {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.ov-anm::before, .ov-anm::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #243969;
    transition: width 0.5s ease 0.5s;
    transform: rotate(30deg);
}

.ov-anm::before {
    left: 0;
}

.ov-anm::after {
    right: 0;
}

.ov-anm.load::before,
.ov-anm.load::after {
    width: 0%;
}

.bnr__pix {
	text-align: center;
	width: 100%;
	height: 27vw;
}

.bnr__pix img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 53%;
	display: block;
}

#top-banner .bnr__pix {
	height: auto;
	margin: 0 0 20px;
}

#top-banner .bnr__pix img {
	height: auto;
	object-position: unset;
	width: 50%;
/* 	transform: scale(1.5) rotate(90deg);
	transition: transform 10s ease-out; */
}

#top-banner.load .bnr__pix img{
/* 	transform: scale(1) rotate(0deg); */
}

#top-banner .bnr__txt {
	position: absolute;
	top: 50%;
	right: 0;
	width: 45%;
	text-align: center;
	transform: translatey(-50%);
}

#top-banner .bnr__txt-title {
	color: #233867;
	font-size: 2.5vw;
	margin: 0 0 20px;
	line-height: 1.8;
}

/* #top-banner .bnr__txt-title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #33416f;
	transition: width 0.5s ease;
}

#top-banner.load .bnr__txt-title::before {
	width: 0;
} */

#top-banner .bnr__txt-subtitle {
	color: #233867;
	font-size: 20px;
}

#top-banner .bnr__txt-subtitle > span {
	display: inline-block;
	background: linear-gradient(180deg, #233867, #355cc3);
	width: 6vw;
	vertical-align: middle;
	border-radius: 50%;
	color: #FFF;
	padding: 3vw 0;
	line-height: 0;
}

.style1 {
    background-color: #B2C7B7;
}

.style2 {
    background-color: #FFF7E9;
}

.access-description {
    text-align: center;
    font-size: 24px;
    color: #45656C;
	margin: 0 0 90px;
}

.access-cont__button-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
}

.access-cont__button {
    background-color: #FFF7E9;
    border: 1px solid;
    width: 439px;
    height: auto;
    font-size: 24px;
    text-align: center;
    margin: 0 0 50px;
    padding: calc((80px - 24px) / 2) 0;
	display: block;
    text-decoration: unset;
    color: inherit;
	box-shadow: 3px 3px #6f6d6d;
}

.access-cont__button:nth-child(n + 3) {
	margin: 0;
}

.rdroom__cont {
    position: relative;
    max-width: 1650px;
    margin: 60px auto 90px;
}

.rdroom__main {
    width: 50%;
    margin: 0 0 0 auto;
}

.rdroom__side-item {
    position: absolute;
    transform: translateY(-50%);
}

.rdroom__side-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rdroom__main-item.rdroom-img {
    width: 100%;
    margin: 0 0 20px;
}

.rdroom__main-item.rdroom-img > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.rdroom__side-item:nth-child(1) {
    width: 19%;
    left: 0;
    top: 20%;
}

.rdroom__side-item:nth-child(2) {
    width: 23%;
    right: 54%;
    top: 15%;
}

.rdroom__side-item:nth-child(3) {
    width: 480px;
    width: 29.5%;
    left: 17%;
    top: 18%;
    transform: translateY(50%);
}

.rooms-title-style1 {
    color: #99682D;
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
	margin: 0 0 50px;
	font-family: Noto Serif JP;
}

.rooms-title-style1 span {
    display: block;
    font-size: 20px;
}

.rooms-title-style2 {
    color: #45656C;
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
	font-family: Noto Serif JP;
}

.rooms-title-style2 span {
    display: block;
    font-size: 20px;
}

.facilities-cont {
    padding: 50px 30px 0 30px;
    justify-content: center;
}

.facilities-tem__desc {
    width: calc(100% / 7 - 15px);
    margin: 20px 5px 0 0;
    text-align: center;
}

.facilities-tem__desc span {
    display: block;
	font-size: 14px;
}

.facilities-item__text {
    padding: 30px 0 50px 0;
    text-align: center;
}

.room-facilities__title {
    font-size: 20px;
    margin: 15px 0;
}

.room-facilities__img img {
    width: 527px;
    height: 350px;
	object-fit: cover;
}

.room-facilities {
    max-width: 1000px;
    margin: 0 auto;
}

.room-facilities .am-col6.mrg-r {
    margin: 0 40px 0 0;
}

.am-container.room-cont {
    max-width: 990px;
    margin: 0 auto;
}

.contact-cont__form {
    max-width: 700px;
    margin: 0 auto;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
}

.required {
	color: red;
	font-size: 18px;
	margin: 0 10px 0 0;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
}

.inquiry-form__contact-col input {
	padding: 22px 10px;
	width: calc(100% - 20px);
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	color: #D9D9D9;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.inquiry-form__link {
	text-decoration: underline;
	font-size: 18px;
}

.wpcf7-submit {
	width: 510px;
	height: 100px;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

.inquiry-form__submit-cont {
	text-align: left;
}

.inquiry-form__contact-col input[type="radio"] {
	width: fit-content;
} 

.wpcf7-list-item {
	display: block!important;
	margin: 0!important;
}

.inquiry-form__button {
	text-align: center;
}

span.wpcf7-spinner {
	display: none;
}

.inquiry-form__button input {
	width: 320px;
	height: 50px;
	color: #fff;
	background-color: #4A90E1;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
	margin: 0 10px 0 0;
}

.faq-item__question {
	padding: 10px;
	position: relative;
	padding: 15px 30px 20px 60px;
}

.faq-item__answer {
	border: 1px solid #e6ecf1;
	padding: 15px;
}

.faq-item__question:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #000;
    transition: transform 0.5s ease;
}

.faq-item {
    border: 1px solid #45656C;
    border-width: 1px 0 0;
}

.faq-item:last-child {
    border-width: 1px 0;
}

/* #sect-faq {
	max-width: 1200px;
	margin: 0 auto;
} */

.faq-cont {
	max-width: 1000px;
	margin: 0 auto;
}

.faq-item__answer {
	border: unset;
	padding: 0 15px;
	overflow: hidden;
	max-height: 0;
	transition: 0.5s ease;
}

.faq-item.show .faq-item__answer {
	padding: 0px 15px 15px 10px;
	max-height: 1000px;
	position: relative;
}

.faq-item__question span {
	margin: 0 6px 0 0;
	position: absolute;
	left: 8px;
	top: 12px;
	background-color: #45656C;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-size: 20px;
}

.faq-item.show .faq-item__question:after {
    transform: translateY(-50%) rotate(90deg);
}

.access-google__cont-details {
    font-size: 20px;
}

.access-google__cont {
    max-width: 1100px;
    margin: 0 auto;
}

.access-google__cont-details span {
    margin: 10px 0;
    display: block;
}

.transfer-item__box {
    border: 1px solid #B2C7B7;
    width: 295px;
    height: 287px;
    text-align: center;
	padding: 10px 15px 25px;
	margin: 0 20px 0 0;
}

.transfer-item__box-en {
    height: 330px;
}

.transfer-item__box-img img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.transfer-item__box-title {
    font-weight: 700;
    font-size: 20px;
}

.transfer-item__box-desc {
    text-align: left;
	margin: 10px 0 0;
}

.transfer-item {
    margin: 0 auto 90px;
    max-width: 700px;
}

.transfer-item__box-img {
    padding: 20px 0 0 0;
}

.room-details__facilities span {
    border: 1px solid;
    margin: 0 10px 10px 0;
    line-height: 1;
    padding: 8px 5px;
    display: inline-block;
}

.room-details__facilities {
    margin: 10px 0;
}

.rooms-details .am-col6 {
	position: relative;
    z-index: 4;
}

.slick-prev, .slick-next {
	color: #000;
	background: transparent;
	color: #fff;
}

.slider__main .slick-prev, .slick-next {
	color: #000;
	background: transparent;
	color: #fff;
	transform: unset;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff;
}

.slick-prev:before, .slick-next:before {
	color: gray;
}

.slider__main .slick-prev:before, 
.slider__main .slick-next:before {
	color: transparent;
}

.slick-prev {
	left: -10px;
}

.slick-next {
	right: -7px;
}

.slick-prev, .slick-next {
	z-index: 2;
}

.rooms-details .am-col6.mrg-r {
    margin: 0 40px 0 0;
}

.room-details__title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.rooms-details.am-flex.vert-center {
    margin: 40px 0 0 0;
}

.rooms-route {
    width: 100%;
    overflow: auto;
}

.rooms-route > div {
/*     min-width: 1080px; */
}

.rooms-route__circle {
    width: 110px;
    height: 110px;
    background: #b2c7b7;
    color: #45656c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}

.rooms-route__line::before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #45656c;
    position: absolute;
    top: 50%;
    left: 0;
}

.rooms-route__line {
    flex: 1 1;
    text-align: center;
    position: relative;
    color: #45656c;
	align-self: center;
}

.rooms-route__line.no-exp {
	flex: unset;
}

.rooms-route__line > span {
    display: block;
    transform: translateY(50%);
	margin: 0 15px;
}

.rooms-route__row {
    margin: 0 0 15px;
}

.rooms-route__cont {
    flex: 1 1;
}

.rooms-route__box {
    background: #b2c7b7;
    color: #45656c;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.slider__item {
	height: calc(100vh - 160px);
	min-height: 600px;
}

.slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slider__ov {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	text-align: center;
	color: #FFF;
	display: none;
}

.slider__main {
	position: relative;
}

.slider-ov__title {
	margin: 0 0 20px;
}

.slider-ov__title>span {
	display: inline-block;
	border: 1px solid;
	margin: 0 5px;
	padding: 0 10px;
	height: 60px;
}

.slider-ov__title {
	font-size: 40.81px;
}

.slider-ov__title p {
	font-size: 44.70px;
	margin: 0;
}

.slider-ov__box-item {
	background: #d6602d;
	margin: 0 5px;
	padding: 10px;
	height: calc(100% - 20px);
}

.slider-ov__box-img {
	margin: 0 0 10px;
}

.slider-ov__box-text {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60px;
}

.slider-ov__box-title {
	margin: 0;
	font-weight: 400;
}

.slider-ov__box-title>span {
	font-family: 'Hina Mincho', serif;
	font-size: 200%;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
	line-height: 0.8;
}

.slider-ov__box-subtitle {
	margin: 0 0 10px;
}

.slider-navi__cont {
	position: relative;
	height: 84px;
	background-color: #fff7e9;
}

.slider-navi {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.slider-navi>button {
	font-size: 16px;
	background: unset;
	border: 2px solid;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	padding: 0px;
	color: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	position: relative;
}

.slider__main .slider-navi>button {
	font-size: 16px;
	background: unset;
	border: 2px solid;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	padding: 0px;
	color: #44656c;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	position: relative;
}

.slider-navi>button>i {
	position: absolute;
	left: 7px;
	top: 5px;
}

.slider__main .slider-navi>.slider-navi__pause {
	font-size: 36px;
	border: unset;
	border-radius: unse;
	line-height: 20px;
}

.slider-navi__pause::before,
.slider-navi__pause::after {
	content: "";
	width: 5px;
	height: 24px;
	background: #44656c;
	display: inline-block;
	margin: 0 2.5px;
}

.hdr__navi-btn-cont button:first-child {
	background-color: #06C755;
	color: #fff;
	padding: 8.5px 26px;
}

.hdr__navi-btn-cont button:nth-child(2n) {
	background-color: #ed6e38;
	color: #fff;
	padding: 8.5px 26px;
}

.hdr__navi-btn-cont button:nth-child(2n) i {
	margin: 0 5px 0 0;
}

.hdr__navi-btn img {
	width: 10%;
	margin: 0 5px 0 0;
	vertical-align: inherit;
}

.style3 {
    background-color: #fff7e9;
}

.sect-intro__cont {
    padding: 30px 0;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
	position: relative;
}

.intro__pix-item {
    position: absolute;
}

.intro__pix .intro__pix-item:nth-child(1) {
    width: 18%;
    left: 0;
    top: -10%;
}

.intro__pix .intro__pix-item:nth-child(2) {
    width: 13.5%;
    bottom: 10%;
    left: 20%;
}

.intro__pix .intro__pix-item:nth-child(3) {
    width: 26%;
    right: 0;
    top: -20%;
}

.intro__pix-item > img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.rooms-title-style3 {
    color: #99682D;
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
	margin: 0 0 50px;
}

.rooms-title-style3 span {
    display: block;
    font-size: 20px;
	color: #000;
	font-weight: 400;
}

.news-item__cont {
    border: 1px solid #9b938b;
    border-width: 1px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.news-item {
    text-decoration: none;
    display: flex;
    color: #333;
    margin: 20px 0;
}

.news-item__date {color: #996863;font-size: 16px;margin: 0 20px 0 0;}

#sect-top-news {
    margin: 80px 0;
}

.rooms-title-style4 {
    color: #45656C;
    text-align: center;
    font-size: 45px;
    line-height: 1.5;
}

.rooms-title-style4 span {
    display: block;
    font-size: 20px;
	color: #333;
	font-weight: 400;
}

#sect-top-facility .facilities-item__text {
    padding: 0;
}

#sect-top-facility .facilities-cont.am-flex.wrap {
    padding: 30px 0 50px 0;
}

#sect-top-facility .am-container.room-cont {
    padding: 0 0 1px;
}

.rooms-title-style5 {
    color: #b2c7b7;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
}

#sect-top-facility .style2 {
	padding: 50px 0 0 0;
}

.breakfast-cont {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.breakfast-cont__text {
    padding: 60px 0;
    color: #333;
}

#sect-top-breakfast .style2 {
    padding: 80px 0 0;
}

#sect-customer-voice {
    padding: 80px 0 30px;
}

.google-review {
    max-width: 700px;
    margin: 40px auto;
    background-color: #fff7e9;
    padding: 70px 40px 20px 40px;
    height: 700px;
    overflow: auto;
}

.greetings-cont {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 0 60px 0;
}

#sect-top-greetings .rooms-title-style3 {
    padding: 60px 0 0 0;
}

.greetings-cont__img {
    margin: 0 60px 0 0;
}

.rooms-btn__cont {
    padding: 0 0 60px;
}

.rooms-btn {
	color: #FFF;
	background: #45656C;
	min-width: 270px;
	padding: 16px 0;
	font-weight: 500;
	position: relative;
	border: unset;
	font-size: 16px;
	cursor: pointer;
}

.rooms-btn:hover {
	background-color: white;
	color: #45656C;
	border: 1px solid #45656C;
}

.rooms-btn::after {
	content: "";
	width: 38px;
	height: 12px;
	border: solid #60838b;
	display: block;
	position: absolute;
	top: 45%;
	right: -20px;
	border-width: 0px 3px 2px 0;
	transform: skew(50deg, 0deg) translateY(-50%);
}

#sect-top-faq .rooms-title-style4 {
    padding: 100px 0 0 0;
}

#sect-top-faq .faq-cont {
    margin: 50px auto;
}

#sect-top-facility .rooms-title-style4 {
    padding: 80px 0 50px 0;
}

.ig-cont {
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#sect-top-instagram .rooms-title-style3 {
    padding: 80px 0 60px 0;
}

#sect-top-instagram h2.rooms-title-style3 {
    margin: 0;
}

.facility-btn {
    margin: 40px 0;
    padding: 0;
}

.ff-cg {
 	font-family: 'Century Gothic', sans-serif; 
	font-weight: 700;
}

.img-ig {
    margin: 30px 0 -10px;
}

#sect-blog {
    padding: 100px 0;
}

.sect-blog__cont {
	max-width: 1200px;
	margin: 0 auto;
	width: calc(100% - 40px);
}

.blog-item {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.blog-cont.am-flex {
	margin: 0 -15px;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 16px;
}

.sect-blog__item-excerpt {
	font-size: 18px;
	line-height: 40px;
}

.sect-blog__item-title {
	font-size: 22px;
	margin: 10px 0;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px solid #C0B8B8;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: #D9D9D9;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#sect-faq .rooms-title {
    margin: 0 0 60px 0;
}

/* #sect-faq .rooms-title-style2 span {
    line-height: 0;
} */

.thanks-description {
    text-align: center;
}

.ig-cont > img {
	display: block;
}

.rooms-cont {
    width: 100%;
    max-width: unset;
}

.am-container.style3.transfer__cont {
    max-width: 1160px;
}

footer {
    background: #5b544e;
    color: #FFF;
    padding: 40px 0;
}

.ftr__logo {
    display: block;
	margin: 0 0 20px;
}

.ftr__logo > img {
    display: block;
}

.ftr__addr {
    margin: 0 0 20px;
}

.ftr__addr > a {
    display: block;
    color: inherit;
    text-decoration: unset;
}

.ftr__btn {
    padding: 1px 0 0;
}

.ftr__map iframe {
    width: 390px;
    height: 180px;
}

.ftr__btn > a {
    color: inherit;
    text-decoration: unset;
    border: 1px solid;
    padding: 15px 20px;
    display: block;
    width: fit-content;
    margin: 10px 0 20px;
    position: relative;
}

.ftr__btn > a::before,
.ftr__btn > a > span {
	content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    background: #5b544e;
    padding: 0 10px;
}


header .ftr__btn > a::before,
header .ftr__btn > a > span {
    background: #44656c;
}

.ff-cg span {
    font-weight: 400;
}

.hdr__navi-lang {
    border: 1px solid #fff;
    padding: 0 10px 5px;
    height: 30px;
    display: inline;
    color: #fff;
	white-space: nowrap;
	margin: 4px 0 0;
}

.sbi_photo_wrap a {
    height: 393px!important;
}

@media screen and (max-width: 1280px) {
    .intro__pix {
        display: flex;
        justify-content: space-between;
        margin: 0 0 30px;
    }
    
	.intro__pix .intro__pix-item:nth-child(1),
    .intro__pix .intro__pix-item:nth-child(2),
    .intro__pix .intro__pix-item:nth-child(3) {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        width: calc(100% / 3 - 20px);
        height: 19vw;
    }

    .intro__pix-item > img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1024px) {
	.rdroom__side-item,
	.rdroom__side-item:nth-child(1),
	.rdroom__side-item:nth-child(2),
	.rdroom__side-item:nth-child(3) {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		transform: unset;
		height: auto;
		right: unset;
		margin: 0 0 20px;
	}
	
	.rdroom__cont {
		display: flex;
	}

	.rdroom__side {
		width: 200px;
	}
	
	.rdroom__main {
		width: calc(100% - 220px);
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 990px) {
	.facilities-tem__desc {
		min-width: 130px;
	}
	
	.access-cont__button {
		width: calc(50% - 15px);
	}
	
	.hdr__navi-menu li a {
		font-size: 12px;
		padding: 5px 10px;
	}
	
	.hdr__navi-menu span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.sbi_photo_wrap a {
    height: 150px!important;
}
	body {
		font-size: 14px;
		line-height: 1.8;
	}
	
	.hdr__navi-menu span {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	
	.hdr__menu-btn {
		display: block;
	}
	
	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #163a6e;
	}
	
	header .am-container {
		width: 100%;
	}

	 .hdr__logo > a {
        display: block;
        position: absolute;
        top: 40px;
        width: calc(100% - 190px);
        text-align: left;
        transform: translateY(-50%);
        padding: 0 0 0 20px;
    }

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 80px;
	}
	
	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100% - 1px);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #FFF;
		border-width: 1px 0 0;
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #FFF;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 15px 0;
		color: #FFF;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
	
	.hdr__navi-lang {
		position: absolute;
		top: 40px;
		transform: translateY(-50%);
		right: 80px;
		line-height: 2;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}
	
	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}
	
	header .ftr__cont {
		display: block;
	}
	
	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}
	
	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}
	
	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
	
	.slider__item img {
		height: 40vh;
	}
		
	.slider__item {
		height: unset;
		min-height: unset;
	}
	
	.slider-navi__cont {
		height: 50px;
	}
	
	.intro__pix .intro__pix-item:nth-child(1),
	.intro__pix .intro__pix-item:nth-child(2),
	.intro__pix .intro__pix-item:nth-child(3) {
        width: 100%;
        height: auto;
        margin: 0;
    }

	.intro__pix .intro__pix-item:nth-child(1) {
		width: 70%;
		margin: 0 auto 40px 25px;
		}

	.intro__pix .intro__pix-item:nth-child(2) {
		width: 60%;
		margin: 0 0 40px auto;
    }

	.intro__pix .intro__pix-item:nth-child(3) {
        width: 90%;
    }
	
	.intro__pix {
		display: block;
	}
	
	.rdroom__cont {
		display: block;
		margin: 30px auto;
	}

	.rdroom__side {
		width: 100%;
	}

	.rdroom__main {
		width: 100%;
		margin: 0;
	}
	
	.rdroom__side-item:nth-child(1) {
		width: 70%;
		margin: 0 0 40px auto;
	}

	.rdroom__side-item:nth-child(2) {
		width: 60%;
		margin: 0 auto 40px 0;
	}

	.rdroom__side-item:nth-child(3) {
		width: 80%;
		margin: 0 auto 40px;
	}
	
	.rdroom__side-item:nth-child(4) {
		width:100%;
		margin: 0 auto 40px;
	}
	
	#sect-top-breakfast .style2 {
		padding: 40px 0 0;
	}
	
	#sect-customer-voice {
		padding: 40px 0 30px;
	}
	
	#sect-top-greetings .rooms-title-style3 {
		padding: 30px 0 0 0;
	}
	
	#sect-top-faq .rooms-title-style4 {
		padding: 50px 0 0 0;
	}
	
	#sect-top-instagram .rooms-title-style3 {
		padding: 40px 0 30px 0;
	}
	
	.rooms-title-style3 {
		margin: 0 0 25px;
	}
	
	.google-review {
		height: 390px;
	}
	
	.breakfast-cont {
		margin: 0 10px;
	}

	.customer-voice-cont {
		margin: 0 10px;
	}
	
	.greetings-cont {
		display: block;
		margin: 0 10px;
	}

	.greetings-cont__img {
		margin: 0;
	}

	.greetings-cont__img.am-col3 {
		width: 100%;
	}
	
	.greetings-cont__img.am-col3 img {
		width: 100%;
	}

	.am-col9.greetings-cont__content {
		width: 100%;
	}
	
	.faq-item__question span {
        top: 20px;
        height: 30px;
        width: 30px;
        font-size: 16px;
    }
	
	.faq-item__question:after {
		right: 16px;
	}
	
	.access-cont__button {
		padding: calc((50px - 24px) / 2) 0;
	}
	
	.am-sp {
		display: block;
	}

	.am-pc {
		display: none;
	}
	
	.ftr__cpright.am-sp {
		text-align: center;
		margin: 20px 0 0;
	}
	
	.ftr__cont.am-sp {
		text-align: center;
		color: #fff;
		margin: 0 auto;
	}

	.ftr__cont.am-sp .ftr__addr {
		margin: 40px 0 30px;
	}

	.ftr__cont.am-sp .ftr__btn {
		text-align: center;
		display: inline-block;
	}
	
	.rooms-details {
		display: block;
	}

	#sect-room .am-col6 {
		width: 100%;
	}

	.room-details__title {
		margin: 20px 0 0;
	}

	.room-details__facilities span {
		display: inline-block;
		margin: 5px;
		padding: 5px;
	}

	.room-details__facilities {
		margin: 0;
	}
	
	.room-facilities {
		display: block;
	}

	.room-facilities .am-col6 {
		width: 100%;
		margin: 20px 0;
	}

	.room-facilities__title {
		margin: 5px 0;
	}

	.room-facilities .am-col6.mrg-r {
		margin: 0;
	}
	
	.access-cont__button,
	.access-cont__button:nth-child(n + 3) {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.sect-blog__cont {
		display: block;
	}

	.sect-blog__item-cont {
		display: block;
		margin: 0 0 50px 0;
	}

	#sect-blog .am-col9 {
		width: 100%;
	}

	#sect-blog .am-col5 {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.sect-blog__item-img {
		width: 100%;
		margin: 0;
	}

	#sect-blog .am-col7 {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	
	#sect-blog .am-col3 {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.sect-blog__sidebar {
		margin: 0 10px;
		width: calc(100% - 20px);
	}
	
	.sect-blog__single-cont {
		margin: 0 10px;
	}
	
	.transfer-item .am-flex {
		display: block;
	}

	.transfer-item__box {
		margin: 10px 10px 20px 0;
		width: calc(100% - 20px);
	}

	.transfer-item {
		 max-width: 100%;
        margin: 0 10px 40px 0;
	}
	
	.intro__content {
		font-size: 14px;
		line-height: 32px;
		padding: 15px 0;
		line-height: 1.8;
	}

	.rooms-title-style4 {
		font-size: 30px;
	}

	#sect-top-facility .rooms-title-style4 {
		padding: 40px 0 0;
	}

	.rooms-title-style3 {
		font-size: 30px;
	}

	footer {
		padding: 40px 0 10px;
	}
	
	.am-sp .am-col-auto.ftr__map {
		margin: 20px 0 0;
		text-align: center;
	}
	
	.rooms-title-style1 {
		font-size: 30px;
		margin: 0 0 25px;
	}

	.rooms-title-style2 {
		font-size: 30px;
	}
	
	.rooms-title-style2 span {
		font-size: 16px;
	}
	
	.rooms-title-style1 span {
		font-size: 16px;
	}
	
	.rooms-title-style3 span {
		font-size: 16px;
	}
	
	.rooms-title-style4 span {
		font-size: 16px;
	}
	
	.sect-cont.style2 {
		padding: 30px 0;
	}
	
	.access-google__cont-details {
		font-size: 16px;
	}
	
	.access-description {
		font-size: 20px;
		margin: 0 0 45px;
	}

	.access-cont__button {
		font-size: 20px;
	}
	
	.bnr__pix img {
		width: 100%;
/* 		height: 350px; */
		height: auto;
		object-position: 60% 0;
	}
	
	.facilities-cont {
		padding: 50px 5px 0 5px;
	}
	
	.facilities-tem__desc {
		width: calc(100% / 3 - 15px);
		min-width: 84px;
	}
	
	.facilities-tem__desc span {
		font-size: 12px;
	}
	
	.facilities-item__text {
		text-align: left;
		font-size: 13px;
		margin: 0 10px;
	}
	
	.access-google__cont-map > iframe {
/* 		height: calc(((100vw - 40px) * 9) / 16); */
		height: 403px;
	}
	
	#sect-room-service .facilities-item__text {
		text-align: center;
	}
	
	.rooms-route__circle {
		width: 80px;
		height: 80px;
		font-size: 14px;
	}

	.rooms-route__line > span {
		font-size: 14px;
	}

	.rooms-route__box {
		font-size: 14px;
	}
	
	.ftr__cpright {
		font-size: 13px;
	}
	
	.bnr__pix {
		height: 100%;
	}

	.ftr__layout {
		display: block;
	}

	.ftr__map iframe {
		width: 100%;
	}
	
	.ig-cont {
		width: calc(100% - 20px);
		max-width: 1200px;
		padding: 0 10px 40px;
	}
}