
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section > .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon > svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1120px;
}

body {
	font-family: "Noto Sans JP";
}

body {
	line-height: 1.6;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}

.oxy-nav-menu-hamburger-line {
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans JP";
	font-size: 45px;
	font-weight: 500;
	line-height: 1.3em;
	color: #262524;
}

h2, h3, h4, h5, h6 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3em;
	color: #262524;
}

h3, h4, h5, h6 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3em;
	color: #af8141;
}

h4, h5, h6 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3em;
	color: #262524;
}

h5, h6 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3em;
	color: #000;
}

h6 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3em;
	color: #af8141;
}

a {
	color: #af8141;
	text-decoration: none;
}

a:hover {
	color: #d9d1be;
	text-decoration: underline;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 30px;
	padding-bottom: 75px;
	padding-left: 30px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 30px;
	padding-left: 30px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.Paragraph {
	font-family: Noto Sans JP;
	line-height: 1.6;
	font-size: 18px;
	margin-bottom: 24px;
	color: #575853;
	font-weight: 400;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.white-subheading {
	font-family: Noto Sans JP;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #af8141;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.white-heading {
	font-family: Noto Sans JP;
	font-weight: 500;
	font-size: 40px;
	color: #fff;
	line-height: 1;
}

.small-text {
	font-family: Noto Sans JP;
	font-size: 12px;
	line-height: 1.6;
	color: #95949e;
	margin-bottom: 6px;
	font-weight: 400;
}

.digits {
	font-family: Noto Sans JP;
	color: #65bec2;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 24px;
}

.sign {
	font-size: 20px;
}

.dark-heading {
	font-family: Noto Sans JP;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: left;
	color: #262524;
}

.box-shadow {
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, .05);
}

.box-shadow:not(.ct-section):not(.oxy-easy-posts), .box-shadow.oxy-easy-posts .oxy-posts, .box-shadow.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 479px) {
	.box-shadow {}
}

.bnb-heading-one {
	font-weight: 400;
	line-height: 1.1;
}

@media (max-width: 1120px) {
	.bnb-heading-one {
		font-size: 60px;
	}
}

@media (max-width: 991px) {
	.bnb-heading-one {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.bnb-heading-one {
		font-size: 56px;
	}
}

@media (max-width: 479px) {
	.bnb-heading-one {
		font-size: 48px;
	}
}

.bnb-meta-image {
	width: 24px;
	margin-right: 6px;
}

.bnb-post-meta {
	color: #95949e;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.bnb-article-content {}

.oxy-stock-content-styles {}

.bnb-heading-four {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bnb-blog-small-text {
	color: #95949e;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 6px;
}

.bnb-blog-stars {
	width: 120px;
	margin-bottom: 6px;
}

.bnb-blog-left-link {
	color: #d8cfc5;
	line-height: 1.6;
	margin-bottom: 18px;
}

.bnb-subheading {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	margin-bottom: 24px;
}

.bnb-sample-content {}

.paragraph {
	font-family: Noto Sans JP;
	color: #666;
	line-height: 1.6;
	margin-bottom: 12px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.bnb-logo:hover {
	opacity: .65;
}

.bnb-logo {
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	opacity: 1;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	align-self: center;
}

.bnb-heading-three {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.bnb-footer-text {
	color: color(13);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.bnb-footer-text {
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

.heading-four {
	font-family: Noto Sans JP;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 1.2;
	color: #2b2c26;
	margin-bottom: 6px;
}

.red-quote {
	font-family: Noto Sans JP;
	font-size: 36px;
	font-weight: 700;
	color: #d8cfc5;
	font-style: italic;
	line-height: 1.3;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, .1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, .1);
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 6px;
}

.main-button:hover {
	background-color: #262524;
}

.main-button {
	font-family: Noto Sans JP;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d8cfc5;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	width: auto;
}

.post-meta {
	font-family: Noto Sans JP;
	font-size: 12px;
	color: #95949e;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.1;
	text-transform: uppercase;
}

.bnb-small-room-icon {
	color: #d8cfc5;
}

.bnb-small-room-icon > svg {
	width: 42px;
	height: 42px;
}

.bnb-small-room-icon {
	margin-bottom: 12px;
}

.bnb-small-room-rooms-wrapper {
	width: 100%;
	background-color: #fff;
}

.bnb-small-room-rooms-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-small-room-rooms-wrapper.oxy-easy-posts .oxy-posts, .bnb-small-room-rooms-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.bnb-small-room-rooms-image {
	margin-top: -36px;
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.bnb-small-room-rooms-image {
		margin-top: -20px;
	}
}

.bnb-small-room-rooms-meta-wrapper {
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 12px;
}

.bnb-small-room-rooms-meta-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-small-room-rooms-meta-wrapper.oxy-easy-posts .oxy-posts, .bnb-small-room-rooms-meta-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bnb-small-room-rooms-meta-image {
	width: 24px;
	margin-right: 6px;
}

.bnb-small-room-rooms-meta-text {
	font-size: 12px;
	color: #95949e;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.1;
	text-transform: uppercase;
}

.bnb-small-room-rooms-price {
	font-family: Noto Sans JP;
	color: #d8cfc5;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	font-style: italic;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b3bb;
	margin-left: 24px;
	margin-right: 24px;
}

.bnb-small-room-rooms-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 18px;
}

.bnb-secondary-button:hover {
	color: #fff;
	background-color: #d8cfc5;
	border-top-color: #d8cfc5;
	border-right-color: #d8cfc5;
	border-bottom-color: #d8cfc5;
	border-left-color: #d8cfc5;
}

.bnb-secondary-button {
	font-family: Noto Sans JP;
	font-size: 14px;
	color: #d8cfc5;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 48px;
	padding-right: 48px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #fff;
}

.bnb-small-room-rooms-link {
	color: #d8cfc5;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.bnb-contact-column {
	text-align: left;
}

.bnb-contact-column:not(.ct-section):not(.oxy-easy-posts), .bnb-contact-column.oxy-easy-posts .oxy-posts, .bnb-contact-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.bnb-contact-column {}
}

.bnb-contact-icon {
	color: #d8cfc5;
}

.bnb-contact-icon > svg {
	width: 42px;
	height: 42px;
}

.bnb-contact-icon {
	margin-bottom: 12px;
}

.bnb-contact-title {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.bnb-contact-link {
	margin-bottom: 6px;
	line-height: 1.6;
	color: #d8cfc5;
	font-weight: 400;
}

.bnb-contact-text {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 6px;
}

.bnb-restaurant-title {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 18px;
	color: #2b2c26;
	line-height: 1.1;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.bnb-restaurant-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 6px;
}

.bnb-restaurant-wrapper {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #fff;
}

.bnb-restaurant-image {
	margin-bottom: 24px;
	margin-left: -24px;
}

@media (max-width: 479px) {
	.bnb-restaurant-image {
		margin-left: -16px;
	}
}

.bnb-restaurant-column-title {
	font-family: Noto Sans JP;
	font-size: 14px;
	color: #2b2c26;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 5px;
	text-align: center;
	width: 100%;
	margin-bottom: 12px;
}

.bnb-restaurant-column-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 12px;
}

.bnb-restaurant-column-link {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #d8cfc5;
}

.bnb-restaurant-icon-column {
	text-align: left;
}

.bnb-restaurant-icon-column:not(.ct-section):not(.oxy-easy-posts), .bnb-restaurant-icon-column.oxy-easy-posts .oxy-posts, .bnb-restaurant-icon-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.bnb-restaurant-icon {
	color: #d8cfc5;
}

.bnb-restaurant-icon > svg {
	width: 42px;
	height: 42px;
}

.bnb-restaurant-icon {
	margin-bottom: 12px;
}

.bnb-restaurant-icon-title {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.bnb-restaurant-icon-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.bnb-heading-two {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-weight: 500;
	margin-bottom: 12px;
	font-size: 45px;
	text-align: center;
}

.bnb-rooms-left-link {
	color: #d8cfc5;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6;
	margin-bottom: 12px;
}

.bnb-rooms-room-wrapper {
	width: 100%;
	background-color: #fff;
	text-align: left;
}

.bnb-rooms-room-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-rooms-room-wrapper.oxy-easy-posts .oxy-posts, .bnb-rooms-room-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.bnb-rooms-room-image {
	margin-bottom: 24px;
}

.bnb-rooms-meta-wrapper {
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 12px;
}

.bnb-rooms-meta-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-rooms-meta-wrapper.oxy-easy-posts .oxy-posts, .bnb-rooms-meta-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bnb-rooms-meta-image {
	width: 24px;
	margin-right: 6px;
}

.bnb-rooms-meta-text {
	color: #95949e;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 1.1;
	text-align: left;
}

.bnb-rooms-room-price {
	font-family: Noto Sans JP;
	color: #d8cfc5;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.1;
	margin-bottom: 12px;
	margin-left: 24px;
	margin-right: 24px;
	border-top-color: #b4b3bb;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 12px;
}

.bnb-rooms-room-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 18px;
}

.bnb-rooms-room-small-link {
	font-size: 12px;
	color: #d8cfc5;
	font-weight: 400;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 26px;
}

.bnb-about-quote-column {
	text-align: left;
}

.bnb-about-quote-column:not(.ct-section):not(.oxy-easy-posts), .bnb-about-quote-column.oxy-easy-posts .oxy-posts, .bnb-about-quote-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.bnb-about-quote-title {
	font-family: Noto Sans JP;
	font-size: 18px;
	color: #2b2c26;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.bnb-about-qoute-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.bnb-about-image-column {}

.bnb-about-image-wrapper {
	width: 100%;
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
}

.bnb-about-image-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-about-image-wrapper.oxy-easy-posts .oxy-posts, .bnb-about-image-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.bnb-about-image {
	margin-left: -24px;
	margin-bottom: 24px;
}

.bnb-about-image-title {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 5px;
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
}

.bnb-about-image-link {
	color: #d8cfc5;
	width: 100%;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

.bnb-about-column {
	text-align: left;
}

.bnb-about-column:not(.ct-section):not(.oxy-easy-posts), .bnb-about-column.oxy-easy-posts .oxy-posts, .bnb-about-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.bnb-about-icon {
	color: #d8cfc5;
}

.bnb-about-icon > svg {
	width: 42px;
	height: 42px;
}

.bnb-about-icon {
	margin-bottom: 12px;
}

.bnb-about-icon-title {
	font-family: Noto Sans JP;
	color: #2b2c26;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 12px;
}

.bnb-about-icon-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.secondary-button:hover {
	text-decoration: none;
	background-color: #d8cfc5;
	color: #fff;
}

.secondary-button {
	font-family: Noto Sans JP;
	background-color: #fff;
	padding-top: 16px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 16px;
	font-size: 14px;
	color: #d8cfc5;
	font-weight: 900;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8cfc5;
	border-right-color: #d8cfc5;
	border-bottom-color: #d8cfc5;
	border-left-color: #d8cfc5;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
}

.bnb-home-rooms-wrapper {
	background-color: #fff;
	margin-right: 20px;
	padding-bottom: 24px;
	overflow: hidden;
	text-align: justify;
	min-width: 45%;
}

.bnb-home-rooms-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-home-rooms-wrapper.oxy-easy-posts .oxy-posts, .bnb-home-rooms-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

@media (max-width: 991px) {
	.bnb-home-rooms-wrapper {
		min-width: 70%;
	}
}

@media (max-width: 479px) {
	.bnb-home-rooms-wrapper {
		min-width: 80%;
	}
}

.bnb-home-rooms-image {
	width: 100%;
	margin-bottom: 18px;
}

.bnb-home-rooms-meta-wrapper {
	margin-bottom: 6px;
	padding-left: 24px;
	padding-right: 4px;
}

.bnb-home-rooms-link {
	font-size: 12px;
	color: #d8cfc5;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

.rest-bg {
	background-color: #fff;
	background: linear-gradient(to right, #ebe7dc 33%, #fff 33%);
}

@media (max-width: 991px) {
	.rest-bg {}
	
	.rest-bg .ct-section-inner-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.rest-bg {
		background: linear-gradient(to bottom, #ebe7dc 33%, #fff 33%);
	}
}

@media (max-width: 479px) {
	.rest-bg {
		background: linear-gradient(to bottom, #ebe7dc 15%, #fff 15%);
	}
}

.bnb-home-icon-blocks-icon {
	color: #d8cfc5;
}

.bnb-home-icon-blocks-icon > svg {
	width: 42px;
	height: 42px;
}

.bnb-home-icon-blocks-icon {
	margin-bottom: 12px;
}

.bnb-home-block-wrapper {
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: left;
}

.bnb-home-block-wrapper:not(.ct-section):not(.oxy-easy-posts), .bnb-home-block-wrapper.oxy-easy-posts .oxy-posts, .bnb-home-block-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.bnb-home-blocks-image {
	margin-bottom: 24px;
	object-fit: initial;
	width: 3500px;
}

@media (max-width: 479px) {
	.bnb-home-blocks-image {
		margin-left: -16px;
	}
}

.box-heading {
	font-family: Noto Sans JP;
	text-transform: uppercase;
	font-weight: 500;
	color: #2b2c26;
	letter-spacing: 1px;
	margin-bottom: 12px;
	line-height: 1.1;
	font-size: 17px;
	text-align: center;
	margin-left: 22px;
	margin-right: 22px;
	padding-bottom: 5px;
}

.small-link:hover {
	color: #262524;
}

.small-link {
	font-family: Noto Sans JP;
	font-size: 12px;
	color: #af8141;
	font-weight: 400;
	text-align: center;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 12px;
}

.text-link {
	font-family: Noto Sans JP;
	margin-bottom: 24px;
	line-height: 1.6;
	color: #d8cfc5;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.toggle-1919 {}

.toggle-1919-expanded {}

.toggle-4067 {
	padding-top: 0px;
	margin-bottom: 20px;
}

.toggle-4067-expanded {}

.toggle-6116 {}

.toggle-6116-expanded {}

.oxy-superbox-primary {}

.oxy-superbox-secondary {}

.ghost {}

@media (max-width: 479px) {
	.ghost {}
}

/* Large Button */
.ct-link-button {
	margin: 20px auto;
}

.ct-link-button, .wpcf7 input[type="submit"] {
	font-family: "Noto Sans JP";
	line-height: 1.25em;
	font-weight: 500;
	color: #fff;
	font-size: 17px;
	padding: 15px 30px;
	border-radius: 0;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	text-decoration: none;
	border: 0;
	letter-spacing: 2px;
	background-color: #cfc4b5;
	text-transform: uppercase;
}

a.ct-link-button:hover, .wpcf7 input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	border: 0;
}

a.ct-link-button:hover {
	background-color: #262524;
	border: 0;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #af8141;
}

/* Form CF7 */
.wpcf7 select, .wpcf7 textarea, .wpcf7 input {
	font-family: "Noto Sans JP";
	line-height: 1.6;
	font-size: 15px;
	border: 1px solid #262524;
	color: #262524;
	background-color: #fff;
	padding: 10px;
	box-shadow: none;
	outline: none;
	width: 100%;
	margin: 0;
	transition: all .3s ease;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 0;
	/* iPhone-iPad Fix */
	box-shadow: none;
}

.input-text:focus, .wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 input:focus {
	border: 1px solid #cfc4b5;
	transition: all .3s ease;
	color: #000;
}

textarea {
	max-width: 100%;
	min-width: 100%;
	height: 110px;
}

.wpcf7-response-output {
	background-color: #fff;
}

/* ========= Bold Text (sitewide) ========= */
strong, b {
	font-weight: 500 !important;
}

/* API Box */
#shortcode-129-89 {
	display: block;
}

.reviewapibox {
	display: block;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin: 10px 0;
}

.reviewapibox img {
	width: 150px;
}

.reviewtop {
	color: rgba(0, 0, 0, .5);
}

@media only screen and (min-width:768px) {
	#shortcode-129-89 {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
	}
	
	.reviewapibox {
		padding: 25px;
		margin: 10px;
	}
}

/* Responsive Menu */
#_nav_menu-131-11 .sub-menu li a {
	text-transform: none;
	font-weight: 200;
}

/* Hide empty placeholder divs on mobile */
@media only screen and (max-width: 767px) {
	.ghost {
		display: none !important;
	}
}
