@charset "UTF-8";
/*//////////////////////////////////////////////////////

STYLE

//////////////////////////////////////////////////////*/
@import url(icofont.min.css);
@import "https://use.fontawesome.com/releases/v5.8.2/css/all.css";
/*------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/*------------------------------------------------------------------------------------------*/
.btn, .staying-plan .inner-box a .caption, .home-map-wrap .block--gmap > iframe, .guide-spot .spot-detail { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

#main-logo { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

.feature-thumbnail .ul-feature-block li a, .feature-wrap .feature--block a { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

/*////////////////////////////////////////////////////////////////////////////

base scss

////////////////////////////////////////////////////////////////////////////*/
html.wrap-overflow, body.wrap-overflow { overflow-x: auto; }

html.wrap-overflow #header-section, html.wrap-overflow #project-main, html.wrap-overflow #mobile-menu, html.wrap-overflow #footer-section, body.wrap-overflow #header-section, body.wrap-overflow #project-main, body.wrap-overflow #mobile-menu, body.wrap-overflow #footer-section { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-overflow-scrolling: touch; }

* { margin: 0; padding: 0; }
*::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { font-family: "Noto Sans JP", sans-serif; color: #333; background: #fff; margin: 0; font-size: 15px; line-height: 1.8; width: 100%; -webkit-text-size-adjust: 100%; word-wrap: break-word; overflow-wrap: break-word; }
@media screen and (max-width: 479px) { body { font-size: 13px; line-height: 1.5; } }

html { -webkit-overflow-scrolling: touch; }

.clearfix { display: inline-block; zoom: 100%; }
.clearfix::after { content: "."; display: block !important; height: 0 !important; clear: both; visibility: hidden; }

::selection, ::-webkit-selection, ::-moz-selection { color: #fff; text-shadow: none; background: #03A9F4; }

a { color: #2355a5; text-decoration: none; padding: 0; margin: 0; -webkit-transition: background-color .3s linear, color .4s linear; -moz-transition: background-color .3s linear, color .4s linear; -o-transition: background-color .3s linear, color .4s linear; -ms-transition: background-color .3s linear, color .4s linear; transition: background-color .3s linear, color .4s linear; }
a:hover, a:focus { color: #00bbdd; text-decoration: none; outline: none; }

img { height: auto; max-width: 100%; }

img[src$=".svg"] { width: 100%; height: auto; }

a img { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
a img:hover { filter: brightness(60%) saturate(1); -webkit-filter: brightness(60%) saturate(1); -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

a.bright:hover img { filter: brightness(60%) saturate(1); -webkit-filter: brightness(60%) saturate(1); }

.col img { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

img.slickHoverZoom { display: block; }

a[href^="tel:"] { cursor: default; }
a[href^="tel:"] img:hover { filter: none; }

blockquote p { font-size: 14px; }

ul, ol { margin: 0; padding: 0; list-style: none; }
ul li, ol li { margin: 0; padding: 0; list-style: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.centered { text-align: center; }

div#preloader { overflow: hidden; background-color: #fff; background-image: url(../img/core/loading.gif); background-repeat: no-repeat; background-position: center center; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999999999; }

.owl-thumbs { width: 100%; height: auto; margin-bottom: 15px; text-align: center; -webkit-transition-duration: 500ms; transition-duration: 500ms; }

.owl-carusel-item { display: block; width: 100%; height: auto; margin-bottom: 5px; overflow: hidden; }

.owl-thumbs div { margin-bottom: 5px; }

.owl-carousel { overflow: hidden; }

.owl-dot { background-color: #999; display: inline-block; height: 8px; margin: 0 5px; position: relative; width: 8px; z-index: 1; border-radius: 50%; }

.owl-dots { text-align: center; }

.owl-dot.active { background-color: #001845; height: 10px; width: 10px; }

.owl-dot.active:before { border: 1px solid #001845; content: ""; height: 16px; left: -3px; position: absolute; top: -3px; width: 16px; z-index: 9; border-radius: 50%; }

.fade-in { animation-name: fade-in1; animation-duration: 4s; animation-timing-function: ease-out; animation-delay: 1s; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: forwards; }

@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
/*////////////////////////////////////////////////////////////////////////////

typography scss

////////////////////////////////////////////////////////////////////////////*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0; padding: 0; font-weight: 300; line-height: 1; color: inherit; }

h1, .h1 { font-size: 30px; line-height: 42px; }

h2 { font-size: 26px; }

h3, .h3 { font-size: 24px; line-height: 32px; }

h4, .h4 { font-size: 16px; line-height: 28px; }

h5, .h5 { font-size: 16px; line-height: 24px; color: #333; font-weight: bold; }

h6, .h6 { font-size: 12px; line-height: 24px; }

p { padding: 0; line-height: 1.8; font-size: 14px; }

blockquote p { font-size: 14px; }

.p-serif { font-family: "Noto Serif", serif !important; font-weight: 400; }

.p-serif-noto { font-family: 'Noto Sans JP', sans-serif; font-weight: normal; }

.p-sans-serif { font-family: "Noto Sans JP", sans-serif !important; font-weight: normal; }

.p-open-sans { font-family: "Open Sans", sans-serif !important; }

.p-lato { font-family: "Lato", sans-serif !important; }

.p-lead { font-size: 16px; }

.p-price { font-size: 1.2em; }

.p-letter-spacing-0 { letter-spacing: 0 !important; }

@media screen and (max-width: 479px) { .p-left { text-align: left !important; } }

.p-letter-spacing { letter-spacing: 1px; }

.p-no-margin-bottom { margin-bottom: 0 !important; }

.p-first:first-letter { font-family: inherit; margin-right: 0; font-size: 1.3em; font-weight: 400; }
@media screen and (max-width: 479px) { .p-first:first-letter { font-size: 1.4em; } }

.p-white { color: #FFF !important; }

.p-mid-blue { color: #278CAC !important; }

.p-marine { color: #434da2 !important; }

.p-red { color: #e8383d !important; }

.p-green { color: #016A6B !important; }

.p-gray { color: #444 !important; }

.p-pink { color: #D44F76 !important; }

.p-red-warning { color: #e8383d !important; }
.p-red-warning::before { font-family: 'FontAwesome'; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f071"; margin-right: 5px; }

.p-red-crimson { color: #dc143c !important; }

.p-w100 { font-weight: 100 !important; }

.p-w300 { font-weight: 300 !important; }

.p-w400 { font-weight: 400 !important; }

.p-w500 { font-weight: 500 !important; }

.p-w600 { font-weight: 600 !important; }

.p-w700 { font-weight: 700 !important; }

.text-70 { font-size: 70% !important; }

.text-75 { font-size: 75% !important; }

.text-80 { font-size: 80% !important; }

.text-85 { font-size: 85% !important; }

.text-90 { font-size: 90% !important; }

.text-110 { font-size: 110% !important; }

.text-120 { font-size: 120% !important; }

.text-130 { font-size: 130% !important; }

.text-140 { font-size: 140% !important; }

.text-150 { font-size: 150% !important; }

.text-p20 { font-size: 20px !important; }

.text-p24 { font-size: 24px !important; }

.text-p30 { font-size: 30px !important; }

.text-p40 { font-size: 40px !important; }

.text-shadow { text-shadow: 0 0 10px #333; }

.text-shadow-w { text-shadow: 0px 0px 1px #FFF; }

ul.ul-reset { margin: 0; padding: 0; list-style: none; }
ul.ul-reset li { list-style: none; }

ul.list-disc { margin-bottom: 15px; }
ul.list-disc li { margin-left: 1.5em; line-height: 1.8; list-style: disc; }

ul.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
ul.list-inline li { list-style: none; }

ul.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

ol.list-num li, ol.list-alpha li { margin-left: 1.5em; margin-bottom: 1em; line-height: 1.8; }

@media screen and (max-width: 479px) { ul.list-disc li, ol.list-num li, ol.list-alpha li { line-height: 1.6; } }
ol.list-decimal { margin-left: 20px; }
ol.list-decimal li { list-style: decimal; margin-left: 0; margin-bottom: 10px; }

.menu-inline li { display: inline; font-size: 13px; color: #666; }
@media screen and (max-width: 479px) { .menu-inline li { font-size: 11px; } }
.menu-inline li::after { content: "/"; }
.menu-inline li:last-child::after { content: ""; }

.icon-map, .icon-facebook, .icon-access { font-family: "Open Sans", sans-serif; }
.icon-map::before, .icon-facebook::before, .icon-access::before { font-family: 'icofont'; font-size: 1.2em; line-height: 1; padding-right: 2px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-map::before { content: "\ed42"; }

.icon-facebook::before { content: "\ed37"; }

.icon-access::before { content: "\ee1e"; }

.page-heading { margin-bottom: 20px; text-align: center; }
@media screen and (max-width: 479px) { .page-heading { margin: 10px 5px; } }
.page-heading h2 { color: #222; font: 400 28px/1.5 "Noto Serif", serif; letter-spacing: 2px; text-align: center; margin-bottom: 10px; }
@media screen and (max-width: 479px) { .page-heading h2 { font-size: 22px; letter-spacing: 0; } }
.page-heading h3 { color: #222; font: 400 28px/1.5 "Noto Serif", serif; letter-spacing: 1px; text-align: center; }
@media screen and (max-width: 479px) { .page-heading h3 { font-size: 22px; } }

.page-heading p { font: 400 14px/1.5 "Lato", sans-serif; letter-spacing: 1px; }
.page-heading p.p-title { color: rgba(0, 0, 0, 0.7); font-size: 15px !important; letter-spacing: 2px; }
@media screen and (max-width: 479px) { .page-heading p.p-title { font-size: 14px !important; letter-spacing: 0; } }
.page-heading p.p-title::before, .page-heading p.p-title::after { content: '─'; display: inline-block; padding: 0 .5em; }
.page-heading p.p-lead { color: rgba(0, 0, 0, 0.8); font-size: 15px !important; line-height: 1.8; letter-spacing: 1px; }
@media screen and (max-width: 479px) { .page-heading p.p-lead { font-size: 14px !important; letter-spacing: 0; } }
.page-heading p.p-normal { letter-spacing: 0px; }

.page-heading .color-border { background-color: rgba(57, 45, 36, 0.5); height: 3px; width: 50px; position: relative; z-index: 1; margin: -5px auto 5px; }

.h-border { width: 60px; height: 3px; background: rgba(0, 0, 0, 0.3); margin-left: -30px; left: 50%; bottom: 0; position: absolute; margin-bottom: 20px; }

@media screen and (max-width: 768px) { .h-border { margin-bottom: -10px; } }
@media screen and (max-width: 479px) { .h-border { margin-bottom: -10px; } }
.col-border { border: solid 1px rgba(0, 0, 0, 0.2); }

h2.h2-title { font-size: 30px; font-weight: bold; color: #444; letter-spacing: 2px; }

@media screen and (max-width: 479px) { h2.h2-title { font-size: 22px; letter-spacing: 0px; } }
.h2-line { font-size: 24px; position: relative; border-bottom: 4px solid #ccc; letter-spacing: 1px; font-weight: bold; padding: 0; margin-bottom: 20px; }
.h2-line::after { position: absolute; bottom: -4px; left: 0; z-index: 2; content: ''; width: 20%; height: 4px; background-color: #ED6F1F; }
.h2-line span { font-size: 75%; font-weight: normal; margin-left: 10px; color: rgba(0, 0, 0, 0.6); letter-spacing: 0; }

.h3-line, .h3-line-left { font-size: 24px; font-weight: 500; position: relative; border-bottom: 3px solid #DDD; color: #111; letter-spacing: 1px; }
@media screen and (max-width: 479px) { .h3-line, .h3-line-left { font-size: 16px !important; letter-spacing: 0px; padding-bottom: .1em; } }
.h3-line::after, .h3-line-left::after { position: absolute; bottom: -3px; left: 0; z-index: 2; content: ''; width: 10%; height: 3px; background-color: #333; }

.h3-line-left::after { width: 20%; }

.h3-first:first-letter { font-family: "Lato", sans-serif; margin-right: 0em; font-size: 1.5em; }
@media screen and (max-width: 479px) { .h3-first:first-letter { font-size: 1.4em; } }

.h3-line span { font-size: .8em; }

.h4-line { font-size: 20px; font-weight: 500; position: relative; padding-bottom: 5px; border-bottom: 3px solid #BFBFBF; margin-bottom: 20px; }

.h4-line:after { position: absolute; bottom: -3px; left: 0; z-index: 2; content: ''; width: 20%; height: 3px; background-color: #606060; }

.h3-left-cross { font-size: 20px !important; text-align: center; position: relative; padding: 0.25em 1em; border-top: solid 1px #444; border-bottom: solid 1px #444; }
.h3-left-cross::before, .h3-left-cross::after { content: ''; position: absolute; top: -7px; width: 1px; height: -webkit-calc(100% + 14px); height: calc(100% + 14px); background-color: #444; }
.h3-left-cross::before { left: 7px; }
.h3-left-cross::after { right: 7px; }

.h-line { position: relative; padding-bottom: .3em; border-bottom: 2px solid #BFBFBF; }

.h-line:after { position: absolute; bottom: -2px; left: 0; z-index: 2; content: ''; width: 20%; height: 2px; background-color: #606060; }

.has-lines { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 25px; }

.has-lines:before, .has-lines:after { content: ''; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; height: 1px; background: #aaaab0; min-width: 20px; display: inline-block; vertical-align: middle; }

.has-lines:before { margin-right: 8px; }

.has-lines:after { margin-left: 8px; }

@media screen and (max-width: 479px) { .has-lines:before, .has-lines:after { margin-right: 0px; margin-left: 0px; } }
.has-lines span { font-size: .6em; }

.has-headding { margin: 0 auto; padding: 10px 0; font-family: sans-serif; font-size: 20px; }
.has-headding .has-line-short { color: #222; text-align: center; overflow: hidden; margin: 10px 0; }
.has-headding .has-line-short span { display: inline-block; position: relative; }

.has-headding .has-line-short span::before, .has-headding .has-line-short span::after { content: ""; border-bottom: 2px solid #666; width: 50px; margin: 0 10px; position: absolute; bottom: 13px; }
.has-headding .has-line-short span::before { right: 100%; }
.has-headding .has-line-short span::after { left: 100%; }

.h-border-both { position: relative; display: inline-block; padding: 0 55px; margin-bottom: 15px; }
@media screen and (max-width: 479px) { .h-border-both { padding: 0 25px; margin-bottom: 1px; } }
.h-border-both::before, .h-border-both::after { content: ''; position: absolute; top: 50%; display: inline-block; width: 45px; height: 1px; background-color: #666; }
@media screen and (max-width: 479px) { .h-border-both::before, .h-border-both::after { width: 20px; } }
.h-border-both::before { left: 0; }
.h-border-both::after { right: 0; }

.has-fade { color: #333; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 10px; }
.has-fade::before, .has-fade::after { content: ''; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; height: 1px; background: #7d7b83; min-width: 20px; display: inline-block; vertical-align: middle; }

.has-fade::before { margin-right: 15px; background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent); background: linear-gradient(-45deg, transparent, #999 10%, #ccc 90%, transparent); }

.has-fade::after { margin-left: 15px; background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent); background: linear-gradient(-45deg, transparent, #ccc 10%, #999 90%, transparent); }

@media screen and (max-width: 479px) { .has-fade { display: block; }
  .has-fade::before, .has-fade::after { margin-right: 0px; display: none; } }
.has-lines-left { margin-bottom: 20px; font-weight: bold; }

.has-lines-left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: left; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.has-lines-left::after { content: ''; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; height: 1px; min-width: 20px; display: inline-block; vertical-align: middle; background: -webkit-linear-gradient(left, #818078, transparent); background: linear-gradient(to right, #818078, transparent); }

.has-lines-left::after { margin-left: 15px; }

@media screen and (max-width: 479px) { .has-lines-left { font-size: 100%; display: block; }
  .hhas-lines-left::after { margin-right: 0px; display: none; background: none; } }
.has-oblic { margin: 20px 0px; font-weight: bold; }
@media screen and (max-width: 479px) { .has-oblic { font-size: 100%; } }

.has-oblic { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: left; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.has-oblic::after { content: ''; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; height: 6px; min-width: 20px; margin-left: 5px; display: inline-block; vertical-align: middle; background: url(../img/core/hr-oblic.png) repeat-x 0 0; }
@media screen and (max-width: 479px) { .has-oblic::after { margin-right: 0px; display: none; } }

/*////////////////////////////////////////////////////////////////////////////

property scss

////////////////////////////////////////////////////////////////////////////*/
.clr, .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; }

.media > .pull-left { padding-right: 10px; }

.pull-left { float: left !important; }

.pull-left { float: left !important; }

.p-spacer { clear: both; position: relative; border: none; padding: 0; margin: 0; }

.p-spacer-xlg { height: 150px; }

.p-spacer-lg { height: 100px; }

.p-spacer-md { height: 80px; }

.p-spacer-sm { height: 50px; }

.p-spacer-xs { height: 30px; }

.p-spacer-xxs { height: 15px; }

.spacer-s { height: 10px; }

@media screen and (max-width: 479px) { .p-spacer-xlg { height: 70px; }
  .p-spacer-lg { height: 60px; }
  .p-spacer-md { height: 50px; }
  .p-spacer-sm { height: 30px; }
  .p-spacer-xs { height: 20px; }
  .p-spacer-xxs { height: 10px; }
  .spacer-s { height: 5px; } }
.flexiblebox { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(92, 63, 62, 0.2); }

hr.hr-white { border-top: 1px solid rgba(255, 255, 255, 0.5); }

hr.space10, hr.space20, hr.space30 { border-left: 0; border-right: 0; border-bottom: 0; border-top: 1px dotted #ccc; }

hr.space10 { margin-top: 10px; margin-bottom: 10px; }

hr.space20 { margin-top: 20px; margin-bottom: 20px; }

hr.space30 { margin-top: 30px; margin-bottom: 30px; }

hr.hr-dot { border: 0; border-top: thick dotted #5DABBF; margin: 25px 0; display: block; float: none; clear: both; }

@media screen and (max-width: 479px) { hr.hr-dot { margin: 20px; } }
.gray-scale { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); opacity: .6; display: none; }

.well-amber { margin-bottom: 20px; background: #FFF9F5; border: 1px solid #E6C0C0; padding: 12px 20px 5px; border-radius: 4px; }

@media screen and (max-width: 479px) { .well-amber { padding: 10px 5px 5px; } }
.well-amber h4 { font-weight: 500; margin-top: 15px; margin-bottom: 20px; }

.nopadding { padding: 0px !important; margin: 0px !important; }

.row--nopadding { margin-left: 0; margin-right: 0; }

.row--nopadding > [class*="col-"] { padding-left: 0 !Important; padding-right: 0 !Important; }

.row--padding { padding-left: 5px !Important; padding-right: 5px !Important; }
@media screen and (max-width: 479px) { .row--padding { padding-left: 5px !Important; padding-right: 5px !Important; } }

.row--padding > [class*="col-"] { padding-left: 5px !Important; padding-right: 5px !Important; }

.row--m05 { margin-left: 0; margin-right: 0; }
.row--m05 > [class*="col-"] { padding-left: 5px; padding-right: 5px; padding-bottom: 10px; }

.row--m10 { margin-left: 0; margin-right: 0; }
@media screen and (max-width: 479px) { .row--m10 { margin-left: 0; margin-right: 0; } }
.row--m10 > [class*="col-"] { padding-left: 10px; padding-right: 10px; padding-bottom: 15px; }
@media screen and (max-width: 479px) { .row--m10 > [class*="col-"] { padding-left: 5px; padding-right: 5px; padding-bottom: 5px; } }

.md-nopadding { padding: 0px !important; }
@media screen and (max-width: 479px) { .md-nopadding { padding-left: 10px !important; padding-right: 10px !important; } }

.md-padding { padding-left: 5px !important; padding-right: 5px !important; padding-bottom: 10px; }
@media screen and (max-width: 479px) { .md-padding { padding: 2px !important; } }

.sm-padding { padding-left: 5px !important; padding-right: 5px !important; padding-bottom: 10px; }
@media screen and (max-width: 479px) { .sm-padding { padding: 5px !important; } }

@media screen and (max-width: 479px) { .xs-nopadding { padding-left: 0px !important; padding-right: 0px !important; } }

.mt { margin-top: 50px; }

.mb { margin-bottom: 50px; }

.mtb { margin-top: 50px; margin-bottom: 50px; }

.mtb20 { margin-top: 20px; margin-bottom: 20px; }

.mtb30 { margin-top: 30px; margin-bottom: 30px; }

.mtb50 { margin-top: 50px; margin-bottom: 50px; }

.mA10 { margin: 10px; }

.mT0 { margin-top: 0px !important; }

.mT10 { margin-top: 10px; }

.mT20 { margin-top: 20px; }

.mT30 { margin-top: 30px; }

.mT40 { margin-top: 40px; }

.mT50 { margin-top: 50px; }

.mB0 { margin-bottom: 0px !important; }

.mB10 { margin-bottom: 10px !important; }

.mB15 { margin-bottom: 15px !important; }

.mB20 { margin-bottom: 20px; }

.mR10 { margin-right: 10px; }

.mR15 { margin-right: 15px; }

.mR20 { margin-right: 20px; }

.mL10 { margin-left: 10px; }

.mL15 { margin-left: 15px; }

.mL20 { margin-left: 20px; }

.float-left { float: left; }

.float-right { float: right; }

.shadow-box { -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }

.hide, .hidden { display: none !important; }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.sp-hide { display: block !important; }
@media only screen and (min-width: 320px) { .sp-hide { display: none !important; } }
@media only screen and (min-width: 480px) { .sp-hide { display: none !important; } }
@media only screen and (min-width: 768px) { .sp-hide { display: block !important; } }

.sm-hide { display: block !important; }
@media only screen and (min-width: 991px) { .sm-hide { display: none !important; } }

@media only screen and (min-width: 768px) { .pc-hide { display: none !important; } }
@media only screen and (min-width: 1024px) { .hide-1024 { display: none !important; } }

/*////////////////////////////////////////////////////////////////////////////

main_menu scss

////////////////////////////////////////////////////////////////////////////*/
body.mobile-menu-visible #project-main, body.mobile-menu-visible #main-logo-mobile-wrap { -moz-transform: translateX(275px); -webkit-transform: translateX(275px); -ms-transform: translateX(275px); transform: translateX(275px); }
body.mobile-menu-visible #mobile-menu { -moz-transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

#header-section { width: 100%; padding: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; position: fixed; top: 0; left: 0 !important; right: 0; z-index: 103; background-color: rgba(34, 51, 119, 0); }

#main-logo { margin: 10px 0 5px 20px; padding: 0; width: 300px; }
@media screen and (max-width: 768px) { #main-logo { text-align: center; margin: 0px auto 0; float: none !important; } }
@media screen and (max-width: 479px) { #main-logo img { width: 180px; height: auto; } }

#header-section.p-scrolled #main-logo { width: 250px; margin-top: 10px; }

#main-logo .logo-secondary { width: 250px; visibility: hidden; position: absolute; top: 0px; left: 0px; opacity: 0; margin: 10px 0 5px 20px; }

#header-section.p-scrolled #main-logo .logo-primary { visibility: hidden; opacity: 0; }

#header-section.p-scrolled #main-logo .logo-secondary { visibility: visible; opacity: 1; }

#main-logo-mobile-wrap .logo-primary { display: none; }

#header-section #p-menu-wrap .sf-menu a { color: #FFF; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
#header-section #p-menu-wrap .sf-menu a.active { color: #999; font-weight: 500; }

#header-section.p-scrolled { padding: 0; background: #0f1633; -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); position: fixed; top: 0; }

#header-section.p-scrolled #p-menu-wrap .sf-menu a { color: #FFF; border-bottom: none !important; }
#header-section.p-scrolled #p-menu-wrap .sf-menu a.active { color: #999; }

#header-section.p-scrolled .top-header-area { display: none; }

#header-section #p-menu-wrap .sf-menu a:hover, #header-section.p-scrolled #p-menu-wrap .sf-menu a:hover { color: #00bbdd !important; background-color: inherit; }

#header-section.p-scrolled #p-menu-wrap .sf-menu li.active > a { color: #00bbdd; }

#header-section.p-scrolled #p-menu-wrap > .sf-menu > li > a { padding-top: 2em; padding-bottom: 2em; }

#header-section #p-menu-wrap .sf-menu li::before { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #00bbdd; }
#header-section #p-menu-wrap .sf-menu li:hover::before { width: 100%; margin: auto; left: 0; }

#header-section #p-menu-wrap li a, #header-section #p-menu-wrap li::before { transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; }

#header-section #p-menu-wrap .btn-head { color: white !important; background-color: #00608d; margin-bottom: 0; margin-right: 0; border-radius: 0px; padding-left: 12px !important; padding-right: 12px !important; }
#header-section #p-menu-wrap .btn-head:hover { color: #FFF !important; background-color: #00bbdd; text-decoration: none !important; }

#header-section #p-menu-wrap .btn-head::before { font-family: 'icofont'; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\ef14"; }

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.sf-menu { margin: 0 25px 0 0; float: right; }

.sf-menu ul { box-shadow: none; border: transparent; min-width: 8em; }

.sf-menu a { color: white; padding: 5px 10px; letter-spacing: 1px; border-left: none; border-top: none; text-decoration: none; zoom: 1; font-size: 13px; border-bottom: none !important; }

.sf-menu li, .sf-menu ul li, .sf-menu ul ul li, .sf-menu li:hover, .sf-menu li.sfHover { background: transparent; }

.sf-menu ul li a, .sf-menu ul ul li a { text-transform: none; padding: .75em 1.5em; letter-spacing: 1px; }

.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu ul li:hover a, .sf-menu ul li.sfHover a, .sf-menu li.active a { color: #28bbf8; }

.sf-menu ul li:hover, .sf-menu ul li.sfHover { background: transparent; }

.sf-menu ul li { background: transparent; }

.sf-menu li.home { display: none; }

#p-menu-wrap .sf-menu a { padding: 2.5em 1.2em; }

#p-primary-menu > li.active > a { background: rgba(0, 0, 0, 0.2); }

#p-primary-menu > li > ul li.active > a { color: #FC4887 !important; }

#p-primary-menu .p-sub-menu a:hover { color: #FC4887 !important; }

#p-primary-menu > li > .sf-with-ul::after { border: none !important; font-family: 'icofont'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; float: right; margin-right: 0px; top: 50%; margin-top: -7px; content: "\eac8"; color: rgba(255, 255, 255, 0.7); }

#p-primary-menu > li > ul li > .sf-with-ul::after { border: none !important; font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; float: right; margin-right: 10px; top: 13px; font-size: 12px; content: "\e649"; color: rgba(255, 255, 255, 0.3); }

#p-primary-menu .p-sub-menu { padding: 7px 0 3px; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }

#p-primary-menu .p-sub-menu:before { position: absolute; top: -9px; right: 20px; width: 0; height: 0; content: ''; }

#p-primary-menu .p-sub-menu:after { position: absolute; top: -8px; right: 21px; width: 0; height: 0; border-right: 8px solid transparent; border-bottom: 8px solid #28bbf8; border-bottom: 8px solid rgba(0, 0, 0, 0.8); border-left: 8px solid transparent; content: ''; }

#p-primary-menu .p-sub-menu .p-sub-menu:before { top: 6px; right: 100%; }

#p-primary-menu .p-sub-menu .p-sub-menu:after { top: 7px; right: 100%; border: none !important; }

.site-header.has-image #primary-menu .sub-menu { border-color: #ebebeb; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19); }

.site-header.has-image #primary-menu .sub-menu:before { display: none; }

#p-primary-menu .p-sub-menu a { letter-spacing: 0; padding: 0 15px; font-size: 14px; line-height: 26px; color: #ffffff !important; text-transform: none; background: none; }

#mobile-menu-btn { padding: 0 10px; z-index: 1001; position: absolute; top: 0; left: 0; background: #223377; height: 44px; display: table; }

#mobile-menu-btn i { line-height: 25px; display: table-cell; vertical-align: middle; font-size: 22px; color: #fff; }

#mobile-menu { -moz-transform: translateX(-275px); -webkit-transform: translateX(-275px); -ms-transform: translateX(-275px); transform: translateX(-275px); display: block; height: 100%; left: 0; overflow-y: auto; position: fixed; top: 0; width: 275px; z-index: 10002; background: #223377; padding: 0.75em 1.25em; }

#mobile-menu #mobile-menu-ul { padding: 0; margin: 0; }

#mobile-menu #mobile-menu-ul li { text-align: left !important; list-style: none; }

#mobile-menu #mobile-menu-ul li.active > a { color: white; }

#mobile-menu #mobile-menu-ul a { padding: 10px 0; display: block; color: rgba(255, 255, 255, 0.8); border-bottom: 1px dotted rgba(255, 255, 255, 0.3); }
#mobile-menu #mobile-menu-ul a::after { font-family: 'icofont'; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\eaa0"; float: right; }

#mobile-menu #mobile-menu-ul a:hover { color: #FFF; }

#mobile-menu #mobile-menu-ul .btn { padding-left: 0 !important; text-align: left; }

#main-logo-mobile-wrap { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; display: block; height: 44px; left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 10001; background-color: #223377; color: #2e2e2e; -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125); }

#main-logo-mobile-wrap h1 { padding: 0; margin: 2px 0 0; }
#main-logo-mobile-wrap h1 img { height: 40px; }

/*////////////////////////////////////////////////////////////////////////////

header scss

////////////////////////////////////////////////////////////////////////////*/
.top-header-area { background-color: #012438; height: 40px; width: 100%; color: #fff; text-align: right; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
@media screen and (max-width: 959px) { .top-header-area { display: none; } }

.top-header-bar { display: inline-block; vertical-align: middle; padding-right: 15px; }

.top-header-bar .btn-rsv { color: white; background: #0bbff2; padding: 10px 20px; margin-bottom: 0; letter-spacing: 1px; height: 40px; }

.top-header-area a { color: #fff; }

.header-vsl { width: 100%; background-size: cover; position: relative; background-position: center 100%; z-index: 1; }
.header-vsl::after { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background-color: rgba(35, 41, 57, 0.5); }

.header-vsl { background-position: center center; }
.header-vsl::after { background-color: rgba(35, 41, 57, 0.5); }
.header-vsl.type--info { background-image: url(../img/bg/hd_hotel.jpg); background-position: center bottom; }
.header-vsl.type--pickup { background-image: url(../img/bg/hd_pickup.jpg); }
.header-vsl.type--room { background-image: url(../img/bg/hd_room.jpg); }
.header-vsl.type--rest { background-image: url(../img/bg/hd_rest.jpg); }
.header-vsl.type--banquet { background-image: url(../img/bg/hd_banquet.jpg); }
.header-vsl.type--guide { background-image: url(../img/bg/hd_guide.jpg); }
.header-vsl.type--contact { background-image: url(../img/bg/hd_lobby.jpg); background-position: center bottom; }
.header-vsl.type--hotel { background-image: url(../img/bg/hd_hotel.jpg); background-position: center bottom; }
.header-vsl.type--access { background-image: url(../img/bg/hd_access.jpg); }
.header-vsl.type--sports { background-image: url(../img/bg/hd_sports.jpg); }
.header-vsl.type--eco { background-image: url(../img/bg/hd_eco.jpg); background-position: bottom; }
.header-vsl.type--eco::after { background-color: rgba(0, 77, 37, 0.3); }

.header-vsl-section { position: relative; margin-top: 100px; width: 100%; }
@media screen and (max-width: 479px) { .header-vsl-section { display: none; } }

.header-vsl-section.normal { position: relative; margin-top: 100px; margin-bottom: 30px; width: 100%; }

.title-section { position: relative; margin-top: 0px; height: 100px; }
@media screen and (max-width: 768px) { .title-section { height: 60px; } }

.page-title { margin-top: 0; position: relative; z-index: 99; }
@media screen and (max-width: 479px) { .page-title { display: none; } }
.page-title > h1 { color: #FFF; font-family: "Marcellus", serif; text-transform: uppercase; font-size: 18px; font-weight: 300; letter-spacing: 2px; padding-right: 20px; text-align: center; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 479px) { .page-title > h1 { font-size: 20px; letter-spacing: 1px; padding: 20px 0 0; } }

@media screen and (max-width: 479px) { .header-vsl-section.normal .page-title { display: block; } }

.page-nav { width: 100%; -webkit-background-size: 100% cover; -moz-background-size: 100% cover; -o-background-size: 100% cover; background-size: 100% cover; overflow: hidden; }

.page-pagination { font-size: 12px; display: inline-block; padding: 10px 0; margin-left: 20px; }
@media screen and (max-width: 479px) { .page-pagination { margin: 40px 0 0; } }
.page-pagination ul > li { margin: 0; padding: 0; display: inline-block; text-transform: capitalize; color: #999; }
.page-pagination ul > li > a { color: #444; letter-spacing: 1px; display: inline-block; }
.page-pagination ul > li > a:hover { color: #00bbdd; text-decoration: underline; }

.page-pagination ul > li::after { font-family: 'icofont'; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\eab8"; margin-left: 5px; }
@media screen and (max-width: 479px) { .page-pagination ul > li::after { margin-left: 0; } }

.page-pagination ul > li:last-child::after { content: ""; }

.overlay-B { background-color: rgba(0, 0, 0, 0.3); }

.overlay-R { background-color: rgba(234, 85, 80, 0.3); }

.overlay-V { background-color: rgba(90, 68, 152, 0.3); }

.overlay-P { background-color: rgba(222, 130, 137, 0.5); }

.overlay-Ch { background-color: rgba(148, 108, 69, 0.5); }

.overlay-Naby { background-color: rgba(32, 47, 85, 0.3); }

/*////////////////////////////////////////////////////////////////////////////

footer scss

////////////////////////////////////////////////////////////////////////////*/
.contact-block, .contact-block-dark { display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 5px; }
@media screen and (max-width: 479px) { .contact-block, .contact-block-dark { margin: 5px; } }
.contact-block li, .contact-block-dark li { font-size: 16px; display: inline-block; width: 25%; line-height: 0; text-align: center; padding: 2px 5px; }
@media screen and (max-width: 479px) { .contact-block li, .contact-block-dark li { width: 100%; font-size: 14px; } }
@media screen and (max-width: 479px) { .contact-block li:first-child, .contact-block-dark li:first-child { width: 100%; padding: 0; }
  .contact-block li:first-child span, .contact-block-dark li:first-child span { font-size: 20px; } }
@media screen and (max-width: 479px) { .contact-block li:nth-child(3), .contact-block li:nth-child(4), .contact-block-dark li:nth-child(3), .contact-block-dark li:nth-child(4) { width: 50%; margin-top: 5px; } }
.contact-block span, .contact-block-dark span { display: block; }
.contact-block a, .contact-block-dark a { display: block; color: #000; }
@media screen and (max-width: 479px) { .contact-block a, .contact-block-dark a { padding: 15px 5px; } }
.contact-block a:hover, .contact-block-dark a:hover { text-decoration: none !important; }

.contact-block .btn-contact, .contact-block-dark .btn-contact { margin: 5px; padding: 15px; width: 100%; border: 1px solid #000; background-color: rgba(255, 255, 255, 0.3); }
@media screen and (max-width: 479px) { .contact-block .btn-contact, .contact-block-dark .btn-contact { margin: 0; } }
.contact-block .btn-contact:hover, .contact-block-dark .btn-contact:hover { color: #FFF; background: #222; }
.contact-block span.btn-contact:hover, .contact-block-dark span.btn-contact:hover { color: inherit; background-color: rgba(255, 255, 255, 0.3); }
.contact-block .icon-mobile, .contact-block-dark .icon-mobile { color: #000; }
.contact-block .icon-mobile:hover, .contact-block-dark .icon-mobile:hover { color: inherit; background: #FFF; border: 1px solid #000; }

.sns--facebook::before, .sns--insta::before, .sns--line::before, .sns--youtube::before, .sns--trip::before { font-family: "Font Awesome 5 Brands"; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.sns--facebook::before { content: "\f39e"; }

.sns--insta::before { content: "\f16d"; }

.sns--youtube::before { content: "\f167"; }

.sns--trip::before { content: "\f262"; }

.sns--line::before { font-family: 'icofont'; content: "\ed4c"; }

.bg-flink { background: #0f1633; padding: 5px 0; }

.bg-inverse { background: #0f1633; color: #F0F0F0; }

.bg-foot-end { padding: 10px 0 25px; margin-top: 15px; text-align: center; }

#flink { text-align: center; position: relative; overflow: hidden; }
@media only screen and (max-width: 990px) { #flink { padding: 15px 0; } }

.flink-nav { margin: 10px; padding: 0; position: relative; left: 50%; float: left; font-size: 12px; }
@media only screen and (max-width: 990px) { .flink-nav { left: auto; float: none; } }

.flink-nav li { font-size: 12px; font-weight: 300; float: left; position: relative; left: -50%; box-sizing: border-box; list-style-type: none; margin-bottom: 0; }
@media only screen and (max-width: 990px) { .flink-nav li { display: inline-block; width: 33.333%; left: 0; list-style-type: none; border-left: none; margin-bottom: 10px; white-space: nowrap; } }
@media screen and (max-width: 767px) { .flink-nav li { width: 50%; } }

.flink-nav li a { color: white; padding: .3em 1.5em; }
.flink-nav li a:hover { background: #00bbdd; }
@media only screen and (max-width: 990px) { .flink-nav li a { color: white; margin: 0 5px; padding: 5px; display: block; background-color: rgba(255, 255, 255, 0.2); } }
@media screen and (max-width: 767px) { .flink-nav li a { padding: 5px; } }

#footer-section { background-image: url("../img/bg/bg_foot.jpg"); background-size: cover; background-position: center center; position: relative; z-index: 1; padding-top: 40px; text-align: center; }
#footer-section::after { background-color: rgba(0, 0, 0, 0.75); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: -1; }

#footer-section a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; border-bottom: 1px solid transparent; }
#footer-section a:hover, #footer-section a:focus, #footer-section a:active { outline: none; text-decoration: none; color: white; }

#footer-section h2.footer-section-logo { margin-bottom: 10px; }
#footer-section h2.footer-section-logo img { width: 300px; }

#footer-section p { font-size: 13px; font-weight: 300; line-height: normal; margin-bottom: 5px; }
#footer-section .p-name { font-size: 16px; font-weight: 400; }

#footer-section .p-phone { font-family: "Lato", sans-serif; font-size: 15px; letter-spacing: 1px; }
#footer-section .p-phone::before { font-family: 'icofont'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; font-size: 16px; background: #FFF; margin-right: 10px; padding: 1px; border-radius: 4px; }
#footer-section .p-phone span { padding-right: 10px; }
@media screen and (max-width: 479px) { #footer-section .p-phone span { font-size: 1.3em; } }
@media screen and (max-width: 479px) { #footer-section .p-phone { font-size: 15px; }
  #footer-section .p-phone span { color: white; display: block; padding-right: 0; padding-bottom: 15px; } }

@media screen and (max-width: 479px) { .p-phone::before { font-size: 20px; } }
.bg-foot-end .copyright { color: #DDD; font: 300 14px/20px "Lato", sans-serif; text-align: center; letter-spacing: 2px; }
@media screen and (max-width: 479px) { .bg-foot-end .copyright { font-size: 10px; padding-top: 10px; } }

.ul-sns { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; margin: 10px 0; }
.ul-sns li { text-align: center; list-style: none; display: table; line-height: none; overflow: hidden; margin: 6px; padding: 0; }
.ul-sns li img { width: 35px; }

/* ////////////////////////////////////////////////////////////////////////////

section scss

//////////////////////////////////////////////////////////////////////////// */
.section-divider { z-index: 999; width: 100%; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-top: 25px; padding-bottom: 25px; background-position: center center; -webkit-background-size: 100% cover; -moz-background-size: 100% cover; -o-background-size: 100% cover; background-size: 100% cover; background-attachment: relative; overflow: hidden; }
@media screen and (max-width: 479px) { .section-divider { padding-top: 20px; padding-bottom: 20px; } }
.section-divider.padding-sm { padding-bottom: 30px; padding-top: 30px; }
.section-divider.padding-xs { padding-bottom: 15px; padding-top: 15px; }
.section-divider.padding-title { padding-bottom: 0; }
@media screen and (max-width: 479px) { .section-divider.padding-title { margin-top: 40px; } }

.section-divider-50 { padding-top: 50px; padding-bottom: 50px; }
@media screen and (max-width: 479px) { .section-divider-50 { padding-top: 30px; padding-bottom: 30px; } }

@media screen and (max-width: 479px) { .section-divider.padding-sm { padding-bottom: 20px; padding-top: 30px; } }
.section-divider-head { z-index: 999; width: 100%; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding-top: 0px; padding-bottom: 30px; background-position: center center; -webkit-background-size: 100% cover; -moz-background-size: 100% cover; -o-background-size: 100% cover; background-size: 100% cover; background-attachment: relative; overflow: hidden; }

.bg { width: 100%; -webkit-background-size: 100% cover; -moz-background-size: 100% cover; -o-background-size: 100% cover; background-size: 100% cover; overflow: hidden; }

.bg-base-gray { background: rgba(15, 22, 51, 0.2); color: #000 !important; }

.bg-info3 { background: rgba(234, 226, 214, 0.7); color: #000; }

.bg-b-gray { background: rgba(15, 22, 51, 0.3); }

.bg-white { background: #FFFFFF; }

.bg-beige { background: rgba(238, 231, 224, 0.3); }

.bg-info { background: #efefff; color: #000; }

.bg-info2 { background: rgba(255, 243, 184, 0.7); color: #000; }

.bg-blue { background: #e0efff; color: #000; }

.bg-gray { background-color: #f4f5f7; }

.bg-gray2 { background: #EEEFF1; padding-bottom: 0px; padding-top: 0px; color: #000; }

.bg-overlay-white { background: rgba(255, 255, 255, 0.8); color: #000; }

.bg-overlay-navy { background: rgba(35, 41, 57, 0.6); }

.bg-border-end { border-bottom: 1px dotted #CCC; }

.bg-cover { color: #FFF; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; z-index: 1; padding: 70px 0; text-align: center; }
@media screen and (max-width: 479px) { .bg-cover { padding: 30px 0; } }
.bg-cover .overlay::after { background-color: rgba(255, 255, 255, 0.3); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: -1; }

.bg-cover.bg-cover-100 { padding: 50px 0 100px; }

@media screen and (max-width: 768px) { .order1 { order: 0; }
  .order2 { order: 1; }
  .order3 { order: 2; }
  .order4 { order: 3; }
  .order5 { order: 4; }
  .order6 { order: 5; }
  .order7 { order: 6; }
  .order8 { order: 7; }
  .order9 { order: 8; }
  .orde10 { order: 9; } }
/*////////////////////////////////////////////////////////////////////////////

SP Object scss

////////////////////////////////////////////////////////////////////////////*/
#rsv-fix { position: fixed; top: 25vh; right: 0px; font-size: 12px; z-index: 1; display: none; }
@media only screen and (max-width: 1024px) { #rsv-fix { font-size: 10px; top: 0; z-index: 10005; height: 44px; display: table; } }

#rsv-fix a { color: white; background: #0073a8; text-align: center; line-height: 3; display: table-cell; zoom: 1; padding: 12px 15px; transition: all 0.5s ease; }
@media only screen and (max-width: 1024px) { #rsv-fix a { padding: 5px 10px !important; } }

#rsv-fix a:hover { background: #0bbff2; padding: 12px 25px; }

#rsv-fix .icon-bed { line-height: 1; }
#rsv-fix .icon-bed::before { font-family: 'icofont'; display: block; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\eeb7"; font-size: 30px; }
@media only screen and (max-width: 1024px) { #rsv-fix .icon-bed::before { font-size: 20px; } }

/*-------------------------------------------------------------------- R-whith
--------------------------------------------------------------------*/
.bg-rsv { background: #0f1633; color: #EEE; }

.bg-rsv-iframe { background: #0f1633; }
.bg-rsv-iframe hr { margin: 15px 20px 15px; border: 0; border-top: 1px dotted #666; }
@media only screen and (max-width: 479px) { .bg-rsv-iframe hr { display: none; } }

.rsv-frame { display: table; width: auto; margin: auto; }
.rsv-frame .block-title { display: table-cell; width: 12em; vertical-align: middle; text-align: center; font-size: 12px; padding-right: 1em; }
.rsv-frame .block-title .p-lead { color: white; font-size: 15px; font-family: "Noto Serif", serif; font-weight: 300; letter-spacing: 1px; text-align: center; line-height: 1; display: table; padding: 2.5em 2em 2.5em; margin: auto; background: rgba(255, 255, 255, 0.2); border-radius: 2px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 1px 1px 4px #392D24 inset; }
.rsv-frame .block-item { display: table-cell; width: auto; }

.flex-rsv { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; color: #F0F0F0; position: relative; }
.flex-rsv .form-control { box-shadow: none !important; border: none; margin-bottom: 0; height: 1; display: inline-block; padding: 3px 4px; text-align: center; border-radius: 2px !important; }

.flex-rsv .rsv-item { margin: 0; display: inline-block; white-space: nowrap; overflow: hidden; padding-right: .3em; }
.flex-rsv .rsv-item::before { content: attr(data-content); font-size: 11px; line-height: 1.2; text-align: left; display: block; padding-bottom: 3px; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.flex-rsv .rsv-item span { font-size: 13px; font-weight: 300; margin: 0 .2em 0 .1em; }
.flex-rsv .rsv-item.right { padding-right: 1.3em; margin-left: auto; }
@media screen and (max-width: 768px) { .flex-rsv .rsv-item.right { margin: auto; } }

.flex-rsv .btn-search { font-size: 14px; color: #FFF; padding: 1em 3em; box-shadow: inset 0px 1px 0px 0px #54a3f7; background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%); background-color: #007dc1; border: 1px solid #124d77; margin-top: 10px; margin-left: 20px; display: inline-block; border-radius: 2px; transition: all 0.3s ease 0s; }
.flex-rsv .btn-search:hover, .flex-rsv .btn-search:active, .flex-rsv .btn-search:focus { box-shadow: inset 0px 1px 0px 0px #0061a7; background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%); background-color: #0061a7; color: #FFF; }
.flex-rsv .btn-search::after { font-family: 'icofont'; content: "\eaa0"; color: inherit; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.3em; }
@media screen and (max-width: 768px) { .flex-rsv .btn-search { margin: auto; } }

.flex-rsv select { font-size: 15px !important; text-align: center; margin-right: 4px; color: #2f374d; background-color: rgba(255, 255, 255, 0.9); border: thin solid #FFF; display: inline-block; font: inherit; line-height: 1.0; padding: .3em 3.2em .4em .5em; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; border-radius: 2px; }

.flex-rsv select.minimal { background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc); background-position: calc(100% - 20px) calc(.6em + 2px), calc(100% - 15px) calc(.6em + 2px), calc(100% - 2.5em) 0.5em; background-size: 5px 5px, 5px 5px, 1px 1.2em; background-repeat: no-repeat; }

.flex-rsv select.minimal:focus { background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), linear-gradient(to right, #ccc, #ccc); background-position: calc(100% - 15px) 0.6em, calc(100% - 20px) 0.6em, calc(100% - 2.5em) 0.5em; background-size: 5px 5px, 5px 5px, 1px 1.5em; background-repeat: no-repeat; outline: 0; }

select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

.cp_ipselect { overflow: hidden; width: 90%; margin: 2em auto; text-align: center; }

.cp_ipselect select { width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none; }

.cp_ipselect select::-ms-expand { display: none; }

.cp_ipselect.cp_sl02 { position: relative; border: 1px solid #bbbbbb; border-radius: 2px; background: #ffffff; }

.cp_ipselect.cp_sl02::before { position: absolute; top: 0.8em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #666666; pointer-events: none; }

.cp_ipselect.cp_sl02:after { position: absolute; top: 0; right: 2.5em; bottom: 0; width: 1px; content: ''; border-left: 1px solid #bbbbbb; }

.cp_ipselect.cp_sl02 select { padding: 8px 38px 8px 8px; color: #666666; }

/*////////////////////////////////////////////////////////////////////////////

nav scss

////////////////////////////////////////////////////////////////////////////*/
.hvr-underline { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; overflow: hidden; }
.hvr-underline::before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: #2098d1; height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-underline:hover:before, .hvr-underline:focus:before, .hvr-underline:active:before { right: 0; }

.hvr-reveal { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; overflow: hidden; }
.hvr-reveal::before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; border-color: #2098d1; border-style: solid; border-width: 0; -webkit-transition-property: border-width; transition-property: border-width; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); border-width: 3px; }

.link-arrow-right { font-weight: 400; }
.link-arrow-right::after { font-family: 'icofont'; content: "\ea6d"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-left: 5px; }

.p-nav-links ul { padding: 0; margin: 0; }
.p-nav-links ul li { padding: 0; margin: 0 0 .5em 0; list-style: none; }
.p-nav-links ul li.active a { color: #2e2e2e; border-bottom: 2px solid #28bbf8; }

ul.ul-link li { list-style: none; }
ul.ul-link li::before { font-family: 'FontAwesome'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; letter-spacing: 5px; }

.nav-flex-5 { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0; }

.nav-flex-5 li { text-align: center; list-style: none; display: table; line-height: none; overflow: hidden; margin: 0; padding: 0; width: 20%; }
@media screen and (max-width: 479px) { .nav-flex-5 li { width: 50%; } }
.nav-flex-5 li a { font-size: 13px; color: #333; display: block; margin: 5px; padding: 4px 15px; transition: all 0.5s ease 0s; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; border: 1px solid rgba(35, 41, 57, 0.3); }
@media screen and (max-width: 479px) { .nav-flex-5 li a { font-size: 12px; overflow: hidden; text-overflow: ellipsis; } }
.nav-flex-5 li a:hover, .nav-flex-5 li a.active { color: white; background-color: #232939; border: 1px solid #232939; text-decoration: none; }

#scrollUp { background-color: rgba(0, 0, 0, 0.7); border-radius: 0px; color: #fff; font-size: 22px; padding: 5px 12px; bottom: 20px; right: 10px; opacity: 0.9; }
#scrollUp:hover { background-color: #00bbdd; }
@media only screen and (min-width: 320px) and (max-width: 767px) { #scrollUp { bottom: 0; padding: 5px 12px; right: 0; opacity: 0.8; } }
@media print { #scrollUp { display: none; } }

.anchorlink { position: relative; top: -100px; display: block; z-index: -9999; }
@media screen and (max-width: 479px) { .anchorlink { top: -50px; } }

.pager .pagination { text-align: center; }
.pager .pagination li { margin: 0 2px; padding: 0; display: inline-block; background: #000; width: 40px; height: 40px; text-align: center; position: relative; border-radius: 5px; }
.pager .pagination li a { vertical-align: middle; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; display: table; color: #fff; text-decoration: none; }
.pager .pagination li a span { display: table-cell; vertical-align: middle; }
.pager .pagination li a:hover, .pager .pagination li a.active { color: #000; background: #d3d6dd; border-radius: 5px; }

@media only screen and (max-width: 767px) { .pager .pagination li { display: none; }
  .pager .pagination li.pre, .pager .pagination li.next { display: inline-block; width: 40%; height: 50px; text-align: center; }
  .pager .pagination li.pre a, .pager .pagination li.next a { width: 100%; text-align: center; }
  .pager .pagination li.pre span::after { content: "　前の10件へ"; }
  .pager .pagination li.next span::before { content: "次の10件へ　"; } }
/*////////////////////////////////////////////////////////////////////////////

icon scss

////////////////////////////////////////////////////////////////////////////*/
.sns--hotel::before, .sns--facebook::before, .sns--insta::before, .sns--access::before, .sns--map::before { font-family: "icofont"; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.sns--hotel::before { content: "\eec8"; }

.sns--facebook::before { content: "\ed37"; }

.sns--insta::before { content: "\ed46"; }

.sns--access::before { content: "\ef8a"; }

.sns--map::before { content: "\ed42"; }

.icon-hotel::before, .icon-map::before, .icon-map-pin::before, .icon-access::before, .icon-bus::before, .icon-facebook::before, .icon-insta::before, .icon-twitter::before { font-family: 'icofont'; font-size: 1.2em; line-height: 1; padding-right: 5px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-hotel::before { content: "\eec8"; }

.icon-map::before { content: "\ed42"; }

.icon-map-pin::before { content: "\ef8a"; }

.icon-access::before { content: "\ee1e"; }

.icon-bus::before { content: "\ee18"; }

.icon-facebook::before { content: "\ed37"; }

.icon-insta::before { content: "\ed46"; }

.icon-twitter::before { content: "\ed7a"; }

.icon-line::before { content: "\ed4c"; }

.icon-sp-phone { font-family: "Lato", sans-serif; }
.icon-sp-phone::before { font-family: 'icofont'; content: "\efec"; font-size: 1.3em; color: inherit; line-height: 1; padding-right: 5px; }

.icon-line, .icon-mobile, .icon-mail, .icon-alert { transition: all 0.3s ease 0s; }
.icon-line::before, .icon-mobile::before, .icon-mail::before, .icon-alert::before { font-family: 'icofont'; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.2em; margin-right: 5px; display: inline-block; }

.icon-mobile::before { content: "\ea3b"; }

.icon-mail::before { content: "\ef14"; }

.icon-alert::before { content: "\ef1b"; }

.icon-line::before { content: "\ed4b"; }

.icon-url { transition: all 0.3s ease 0s; font-family: "Lato", sans-serif; }
.icon-url::after { font-family: 'icofont'; content: "\ef1f"; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; float: right; margin-right: 5px; display: inline-block; }

/* Scss Document */
.Google-Map { width: 100%; overflow: hidden; height: 300px; }

.Google-Map > iframe { width: 100%; height: 640px; border: 0; margin-top: -170px; }

.my-Map { width: 100%; overflow: hidden; height: 600px; margin-bottom: 15px; }

.my-Map > iframe { width: 100%; height: 600px; border: 0; }

.route-Map { width: 100%; overflow: hidden; height: 800px; margin-bottom: 15px; }
@media screen and (max-width: 479px) { .route-Map { height: 300px; } }

.route-Map > iframe { width: 100%; height: 800px; border: 0; }
@media screen and (max-width: 479px) { .route-Map > iframe { height: 300px; } }

.gmap-wrap { width: 100%; overflow: hidden; height: 350px; z-index: -1; }
@media screen and (max-width: 479px) { .gmap-wrap { height: 250px; } }
.gmap-wrap > iframe { width: 100%; border: 0; height: 700px; margin-top: -150px; }
.gmap-wrap > iframe.grayscale { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
@media screen and (max-width: 479px) { .gmap-wrap > iframe { height: 500px; } }
.gmap-wrap > iframe:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }

.gmap iframe { margin: 0; padding: 0; width: 100%; height: 300px; }
@media screen and (max-width: 479px) { .gmap iframe { height: 200px; } }

/*////////////////////////////////////////////////////////////////////////////

btn scss

////////////////////////////////////////////////////////////////////////////*/
.btn--section { padding-top: 20px; text-align: center; }

.btn { font-family: "Lato", sans-serif; border-radius: 0; padding: 1em 2.5em; letter-spacing: 1px; display: inline-block; margin-bottom: .5em; line-height: 1; background: inherit; color: inherit; }
@media screen and (max-width: 768px) { .btn { padding: 1em 1.5em; } }
@media screen and (max-width: 479px) { .btn { padding: 1em 1.5em; letter-spacing: 0; font-size: 1em; } }
.btn:hover, .btn:focus, .btn:active { box-shadow: none; outline: none !important; border-color: transparent; }

.radius-4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

.btn-detail, .btn-white { display: inline-block; background: #3498db; border-radius: 0; color: #fff; text-decoration: none; text-align: center; }
.btn-detail span, .btn-white span { color: #333; }
.btn-detail:hover, .btn-detail:active, .btn-detail:focus, .btn-white:hover, .btn-white:active, .btn-white:focus { background-color: #232939; color: #FFF; }

.btn-white { color: #333; background: white; border: 1px solid #333; }

.btn-alpha { color: #FFF; border: 1px solid #FFF; background: rgba(255, 255, 255, 0.2); }
.btn-alpha:hover, .btn-alpha:active, .btn-alpha:focus { background-color: #FFF; color: #333; }

@media screen and (max-width: 479px) { .btn-detail.btn-xs { display: block !important; width: 100% !important; } }

.btn-inline { display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 15px; }
@media screen and (max-width: 479px) { .btn-inline { margin: 5px 10px; } }
.btn-inline li { font-size: 16px; display: inline-block; line-height: 0; text-align: center; padding: 2px 5px; }
@media screen and (max-width: 479px) { .btn-inline li { width: 100%; font-size: 14px; } }

.btn-block { width: 100%; text-align: center; }

.btn-next::after, .btn-down::after, .btn-down-under::after { font-family: 'icofont'; line-height: 1; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-left: .5em; color: inherit; }

.btn-next::after { content: "\eaa0"; }

.btn-down::after { content: "\eab2"; }

.btn-down-under::after { content: "\eab2"; display: block; padding: .2em 0 0; }

.btn-back { transition: all 0.3s ease 0s; margin-left: 5px; margin-right: 5px; text-align: center; }
.btn-back::before { font-family: 'icofont'; line-height: 1; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\eab5"; margin-right: 1em; margin-left: -1em; }

.btn-pdf::before { font-family: 'icofont'; content: "\eb1e"; font-size: 120%; color: inherit; line-height: 1; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: .5em; }

.label { font-size: .85em; font-weight: normal; border-radius: 2px; margin-right: 2px; padding: .2em .6em; display: inline-block; }

.label-red { background-color: #e8383d; color: white; }

.label-green { background-color: #00ac97; color: white; }

/*////////////////////////////////////////////////////////////////////////////

table scss

////////////////////////////////////////////////////////////////////////////*/
.table-auto { width: auto; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: none; }

.table-default > tbody > tr { border-bottom: 1px dotted #DDD; }
.table-default > tbody > tr:first-child { border-top: 1px dotted #DDD; }
@media screen and (max-width: 479px) { .table-default > tbody > tr { border-bottom: none; } }
.table-default > tbody > tr > th, .table-default > tbody > tr > td { padding: 10px 6px; }
@media screen and (max-width: 479px) { .table-default > tbody > tr > th, .table-default > tbody > tr > td { empty-cells: hide !important; } }
@media screen and (max-width: 479px) { .table-default .border { border-bottom: 1px dotted #DDD; } }
@media screen and (max-width: 479px) { .table-default .hide-cell { display: none; } }

.table-default tr:nth-child(odd) > th, .table-default tr:nth-child(odd) > td { background-color: #FFF; }

.table-default tr:nth-child(even) > th, .table-default tr:nth-child(even) > td { background-color: #f7f6fb; }

.table-default > tbody > tr > th { width: 20%; font-weight: 400; white-space: nowrap; padding-left: 2em; }
.table-default > tbody > tr > th::before { content: ""; ine-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media screen and (max-width: 479px) { .table-default > tbody > tr > th { width: 100%; float: left; clear: left; background-color: #F5F5F5 !important; padding: 5px 8px; } }

.table-default > tbody > tr > td { font-weight: 300; }
@media screen and (max-width: 479px) { .table-default > tbody > tr > td { width: 100%; float: left; clear: left; background-color: #FFF !important; padding: 5px 8px; } }

.table-profile { margin-top: 15px; }
.table-profile > tbody > tr { border-bottom: 1px dotted #DDD; font-size: 15px; }
.table-profile > tbody > tr:first-child { border-top: 1px dotted #DDD; }
@media screen and (max-width: 479px) { .table-profile > tbody > tr { border-bottom: none; font-size: 13px; } }
.table-profile > tbody > tr > th, .table-profile > tbody > tr > td { padding: 10px 6px; }
@media screen and (max-width: 479px) { .table-profile > tbody > tr > th, .table-profile > tbody > tr > td { empty-cells: hide !important; } }
@media screen and (max-width: 479px) { .table-profile .border { border-bottom: 1px dotted #DDD; } }
@media screen and (max-width: 479px) { .table-profile .hide-cell { display: none; } }

.table-profile > tbody > tr > th { width: 20%; font-weight: 400; white-space: nowrap; }
.table-profile > tbody > tr > th::before { content: ""; ine-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media screen and (max-width: 479px) { .table-profile > tbody > tr > th { width: 100%; float: left; clear: left; background: #F5F5F5; padding: 5px 8px; } }

.table-profile > tbody > tr > td { font-weight: 300; }
@media screen and (max-width: 479px) { .table-profile > tbody > tr > td { width: 100%; float: left; clear: left; background: #FFF; padding: 5px 8px; } }

.table-profile2 { margin: 15px 0 20px; }
.table-profile2 tr { border-bottom: 1px dotted #DDD; font-size: 14px; }
.table-profile2 tr:first-child { border-top: 1px dotted #DDD; }
@media screen and (max-width: 479px) { .table-profile2 tr { border-bottom: none; font-size: 13px; } }
.table-profile2 th, .table-profile2 td { padding: 10px 6px; }
@media screen and (max-width: 479px) { .table-profile2 th, .table-profile2 td { empty-cells: hide !important; } }

.table-profile2 th { width: 20%; font-weight: 400; white-space: nowrap; }
@media screen and (max-width: 479px) { .table-profile2 th { width: 100%; float: left; clear: left; background: #F5F5F5; padding: 5px 8px; } }

.table-profile2 td { font-weight: 600; }
@media screen and (max-width: 479px) { .table-profile2 td { width: 100%; float: left; clear: left; background: #FFF; padding: 5px 8px; } }

.news .editor table { width: 100%; max-width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; border: 1px solid #dddddd; }
.news .editor table th, .news .editor table td { padding: 8px; line-height: 1.42857143; vertical-align: top; border: 1px solid #dddddd !important; }
.news .editor table th { font-weight: 400; background: #F9F9F9; }

@media screen and (max-width: 479px) { .news .editor table th, .news .editor table td { empty-cells: hide; }
  .news .editor table th { float: left; clear: left; width: 100%; padding: 5px !important; border: none !important; background: #F5F5F5; }
  .news .editor table td { float: left; width: 100%; padding: 8px 5px !important; text-align: left; border: none !important; background-color: #FFF; } }
.table-hall { width: 100%; }
.table-hall thead tr th { font-size: 14px; padding: 10px; background: #392D24; color: #FFF; text-align: center; vertical-align: middle !important; font-weight: 300; border-right: 1px dotted #CCC; }
.table-hall tbody th, .table-hall tbody td { width: 25%; font-size: 14px; padding: 10px !important; font-weight: 300; line-height: 1; vertical-align: top; border-top: none; text-align: center; border-right: 1px dotted #CCC; }
.table-hall tbody th:first-child, .table-hall tbody td:first-child { border-left: 1px dotted #CCC; font-weight: 400; }
.table-hall tbody tr:last-child td { border-bottom: 1px dotted #CCC; }

.table-hall tr:nth-child(odd) > td { background-color: #FFF; }

.table-hall tr:nth-child(even) > td { background-color: #f7f6fb; }

@media screen and (max-width: 640px) { .table-hall { width: 100%; }
  .table-hall thead { display: none; }
  .table-hall thead tr { width: 100%; text-align: left; }
  .table-hall tbody td { display: block; text-align: left; width: 100%; background: #FFF; padding: 2px 5px; border-bottom: 1px dotted #CCC; border-right: none; }
  .table-hall tbody td:first-child, .table-hall tbody td:last-child { border-bottom: none; }
  .table-hall tbody td:first-child { background: #392D24; color: #fff; text-align: left; border-left: none; }
  .table-hall td::before { content: attr(data-label); float: left; width: 10em; margin-left: 10px; text-align: left; } }
/*////////////////////////////////////////////////////////////////////////////

form scss

////////////////////////////////////////////////////////////////////////////*/
#form-val { position: relative; width: 100%; margin-bottom: 15px; }

.form-group { padding-right: 20px; margin-top: 20px; position: relative; }
.form-group.range50 { width: 50%; float: left; }
.form-group.range30 { width: 30%; float: left; }
.form-group.range20 { width: 20%; float: left; }
@media screen and (max-width: 479px) { .form-group { width: 100% !important; padding-right: 0; } }

.form-group .control-label { color: #555; font-weight: 300; margin-bottom: .3em; }

.label-required::before { content: '必須'; padding: 4px .5em; font-size: 12px; font-weight: normal; line-height: 1; margin-right: .5em; display: inline-block; color: #FFF; border-radius: 2px; background-color: #e95464; }
@media screen and (max-width: 479px) { .label-required::before { font-size: 11px; margin-top: 0; } }

.form-group lebel > input { margin-right: 2em !important; }
.form-group input { position: relative; vertical-align: middle; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
@media screen and (max-width: 479px) { .form-group input { top: 0; } }
.form-group input[type="radio"] { display: inline-block; margin: 0 5px 0 2px; vertical-align: middle; position: relative; top: -1px; cursor: pointer; }

.radio-inline li { display: inline-block; list-style: none; padding-right: 20px; }

input[type="text"].form-control, input[type="email"].form-control, select.form-control, textarea.form-control { margin-bottom: 0; }

.form-control { box-shadow: none !important; display: inline-block; }
.form-control:hover, .form-control:focus, .form-control:active { outline: none; }

#form-val.confirm .label-required::before { display: none; }
#form-val.confirm .control-label { color: #666; }

.p-confirm { font-size: 16px; }

.form-control-static { border-bottom: 1px dotted #CCC; color: #000; }

.btn-confirm { border: 1px solid #888; padding: 1em 3em; }
.btn-confirm::after { font-family: 'icofont'; content: "\eab8"; line-height: 1; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.btn-back { padding: 1em 3em; }

.help-block { display: block; margin: 5px 20px 10px 0; color: #737373; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442 !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

/*
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede;
}
*/
.has-error .form-control-feedback { color: #a94442; }

.thanks { text-align: center; line-height: 2; padding: 10px 50px 50px; }
@media screen and (max-width: 479px) { .thanks { text-align: left; padding: 15px; } }
.thanks h3 { font-weight: 500; font-size: 24px; letter-spacing: 1px; }
.thanks h4 { margin: 15px 0; font-size: 18px; }
.thanks h4::before, .thanks h4::after { content: "─"; padding: 0 .5em; }
.thanks .btn { font-size: 20px; pointer-events: none; }
@media screen and (max-width: 479px) { .thanks .btn { pointer-events: auto; } }

/*////////////////////////////////////////////////////////////////////////////
 Radison SLIDE

////////////////////////////////////////////////////////////////////////////*/
#v-head-slider { text-align: center; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; overflow: hidden; margin-top: 0; }
@media screen and (max-width: 1024px) { #v-head-slider { margin-top: 44px; } }
#v-head-slider .v-head-wrap { width: 100%; text-align: center; position: relative; }
@media screen and (max-width: 768px) { #v-head-slider { margin-top: 44px; } }

.slider { margin: 0; width: 100%; opacity: 0; transition: 3s; }

.slick-initialized { opacity: 1; }

.v-head-wrap h1 { font: 300 40px "Marcellus", serif; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 100%; height: 3rem; color: white; letter-spacing: 0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); z-index: 1; }
@media screen and (max-width: 479px) { .v-head-wrap h1 { font-size: 24px; letter-spacing: 1px; } }

.slider--v, .single-fade { display: none; }

.slider--v.slick-initialized, .single-fade.slick-initialized { display: block; }

.slider--v { position: relative; max-width: 100%; }
.slider--v.mask::after { background-color: rgba(0, 0, 0, 0.25); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: 1; }
.slider--v img { width: 100%; margin: auto; }

.sld--text, .sld--sub, .sld--button { position: absolute; width: 100%; left: 0; text-align: center; color: white; z-index: 2; }

.sld--text { top: 40%; font-size: 42px; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 991px) { .sld--text { font-size: 40px; top: 30%; } }
@media screen and (max-width: 479px) { .sld--text { font-size: 24px; top: 15%; } }

.sld--sub { top: 55%; font-size: 18px; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 991px) { .sld--sub { top: 55%; } }
@media screen and (max-width: 479px) { .sld--sub { font-size: 14px; top: 60%; } }

.sld--button { top: 70%; left: calc( 50% - 75px ); display: block; width: 150px; padding: 5px 10px; box-sizing: border-box; background: rgba(255, 255, 255, 0.3); border: 1px solid #FFF; color: #FFF; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); text-align: center; text-decoration: none; transition: all .25s ease; }
.sld--button:hover { background: white; color: #1b1b1b; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6); }
@media screen and (max-width: 991px) { .sld--button { top: 70%; } }
@media screen and (max-width: 479px) { .sld--button { top: 70%; } }

.slick-current .sld--text { animation: slideFromRight 1.5s ease 0s 1 normal; }

.slick-current .sld--sub { animation: slideFromRightSub 2.0s ease 0s 1 normal; }

.slick-current .sld--button { animation: slideFromRightBtn 2.5s ease 0s 1 normal; }

@keyframes slideFromRight { 0%, 25% { transform: translateX(50px); opacity: 0; }
  100% { transform: translateX(0px); opacity: 1; } }
@keyframes slideFromRight { 0%, 25% { transform: translateX(50px); opacity: 0; }
  100% { transform: translateX(0px); opacity: 1; } }
@keyframes slideFromRightSub { 0%, 45% { transform: translateX(50px); opacity: 0; }
  100% { transform: translateX(0px); opacity: 1; } }
@keyframes slideFromRightBtn { 0%, 65% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; } }
.topic-slider { width: 90%; margin: 15px auto 0; position: relative; opacity: 0; transition: 3s; }
.topic-slider div .topic-bnr { text-align: center; font-size: 14px; margin: 0 10px; }
@media screen and (max-width: 479px) { .topic-slider div .topic-bnr { font-size: 12px; margin: 5px; } }
.topic-slider div img { width: 100%; }
.topic-slider div a { color: #FFF; }
.topic-slider div a:hover { color: #333; }
.topic-slider .slick-next { z-index: 100; top: 45%; }
.topic-slider .slick-prev { z-index: 100; top: 45%; }
.topic-slider .slick-prev::before, .topic-slider .slick-next::before { color: white; font-family: 'icofont'; font-size: 25px; line-height: 1; opacity: .75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.topic-slider .slick-prev:before { content: '\ea9d'; }
.topic-slider .slick-next:before { content: '\eaa0'; }
.topic-slider .slick-prev:hover:before, .topic-slider .slick-prev:focus:before, .topic-slider .slick-next:hover:before, .topic-slider .slick-next:focus:before { opacity: 1; }
.topic-slider .slick-slide { transition: .3s ease; }

.slick-initialized { opacity: 1; }

.hotel-slider div { margin: 0 5px; }

.hotel-slider { display: none; }

.hotel-slider.slick-initialized { display: block; }

.slick-dots li button::before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button::before { opacity: .8; color: deepskyblue; }

/*////////////////////////////////////////////////////////////////////////////

layout scss

////////////////////////////////////////////////////////////////////////////*/
#v-head { text-align: center; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center top; color: #FFF; overflow: hidden; }
#v-head .v-head-wrap { width: 100%; text-align: center; display: table; height: 75vh; }
#v-head .v-head-wrap h1 { display: table-cell; vertical-align: middle; font: 400 40px "Marcellus", serif; color: white; letter-spacing: 6px; text-transform: uppercase; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 768px) { #v-head .v-head-wrap { height: 60vh; }
  #v-head .v-head-wrap h1 { padding-top: 10vh; display: table-cell; vertical-align: middle; } }
@media screen and (max-width: 479px) { #v-head .v-head-wrap { height: 50vh; }
  #v-head .v-head-wrap h1 { font-size: 24px; letter-spacing: 3px; } }
/*////////////////////////////////////////////////////////////////////////////

HOME scss

////////////////////////////////////////////////////////////////////////////*/
.campaign-title { color: #dc143c !important; font-weight: 600 !important; }
.campaign-title::before { content: "＼"; margin-right: .5em; font-size: .8em; }
.campaign-title::after { content: "／"; margin-left: .5em; font-size: .8em; }

.campaign-block { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; position: relative; }
.campaign-block .campaign--caption { text-align: center; padding: .5em 1em; margin: 5px 10px; border-left: 2px solid #dc143c; border-right: 2px solid #dc143c; border-radius: 10px; min-width: 25%; }
@media screen and (max-width: 768px) { .campaign-block .campaign--caption { width: 100%; margin: 5px; } }
.campaign-block .campaign--caption p { margin-bottom: 0; }
.campaign-block .campaign--caption .label-cam { font-size: .8em; padding: .1em .5em; color: #FFF; background: #8b0000; border-radius: 3px; margin-right: .5em; }
.campaign-block .campaign--caption .p-lead { font-size: 16px; margin-bottom: 0; }
.campaign-block .campaign--caption .p-price { font-family: "Lato", sans-serif; font-size: 1.4em; color: #dc143c; }
.campaign-block .campaign--caption .p-price::after { content: "円"; font-size: .75em; }

.staying-plan { display: flex; flex-wrap: wrap; justify-content: center; position: relative; padding: 0 5px; margin-top: 0; overflow: hidden; }
.staying-plan .plan--block { width: 25%; padding: 0; position: relative; }
@media screen and (max-width: 768px) { .staying-plan .plan--block { width: 50%; } }
.staying-plan .plan--block figure, .staying-plan .plan--block img { line-height: 0; margin: 0; padding: 0; }
.staying-plan .plan--block .inner-box { padding: 0 5px; }
@media screen and (max-width: 768px) { .staying-plan .plan--block .inner-box { padding: 0 5px; } }
.staying-plan .plan--block .inner-box .caption { display: flex; text-align: left; justify-content: center; padding: .4em 0; margin-bottom: 15px; }
.staying-plan .plan--block .inner-box p { font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 0; }
@media screen and (max-width: 768px) { .staying-plan .plan--block .inner-box p { font-size: 11px; font-weight: 500; } }
.staying-plan .plan--block .inner-box p span { display: block; font-family: "Lato", sans-serif; font-size: .8em; font-weight: 300; letter-spacing: 1px; }

.staying-plan .inner-box a .caption { display: block; color: inherit; }
.staying-plan .inner-box a:hover .caption { color: #00bbdd; text-decoration: underline; }

.ul-bnr-flex50 { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; }
.ul-bnr-flex50 li { width: 49%; }
@media screen and (max-width: 768px) { .ul-bnr-flex50 li { width: 100%; padding-bottom: 10px; } }

.rsv-wrap overflow:hidden iframe { width: 100%; }
@media screen and (max-width: 768px) { .rsv-wrap overflow:hidden iframe { min-height: 250px; } }
@media only screen and (max-width: 479px) { .rsv-wrap { display: none; } }

.rwith-nav { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; position: relative; }
@media only screen and (max-width: 990px) { .rwith-nav { left: auto; float: none; } }

.rwith-nav li { display: inline-block; font-size: 13px; font-weight: 500; margin-bottom: 0; width: 33%; }
@media only screen and (max-width: 990px) { .rwith-nav li { white-space: nowrap; } }
@media screen and (max-width: 767px) { .rwith-nav li { width: 50%; } }

.rwith-nav li a { margin: 0 10px; color: #FFF; background-color: rgba(255, 255, 255, 0.3); display: block; text-align: center; padding: .5em 2em; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease 0s; border-radius: 2px; }
.rwith-nav li a::after { font-family: 'icofont'; content: "\eaa0"; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-left: 3px; display: inline-block; }
.rwith-nav li a:hover, .rwith-nav li a:active, .rwith-nav li a:focus { color: #FFF; background-color: rgba(255, 255, 255, 0.1); }
@media only screen and (max-width: 990px) { .rwith-nav li a { color: white; margin: 0 5px; padding: 5px; display: block; } }
@media screen and (max-width: 767px) { .rwith-nav li a { padding: .5em; } }

.bnr-wrap { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; position: relative; margin: 0 5px; }
@media screen and (max-width: 768px) { .bnr-wrap { margin: 0 5px; } }
.bnr-wrap .bnr--block { width: 25%; text-align: center; line-height: 0; padding: 5px 8px; display: inline-block; position: relative; }
@media only screen and (max-width: 768px) { .bnr-wrap .bnr--block { width: 50%; padding: 10px 0; } }
@media only screen and (max-width: 479px) { .bnr-wrap .bnr--block { width: 100%; padding: 10px 0; } }
.bnr-wrap .bnr--block img { display: block; }
@media only screen and (max-width: 479px) { .bnr-wrap .bnr--block img { width: 100%; height: 180px; object-position: 50% 50%; display: block; object-fit: cover; font-family: 'object-fit: cover;'; } }

.bnr--block .media { display: block; position: relative; overflow: hidden; }
.bnr--block .media .lower-box { position: absolute; bottom: 0; width: 100%; color: #FFF; vertical-align: middle; padding-top: .8em; height: 20%; background-color: rgba(0, 0, 0, 0.5); box-sizing: border-box; overflow: hidden; display: flex; align-items: center; justify-content: center; }

.feature-thumbnail { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; }
.feature-thumbnail .ul-feature-block { margin: 0; padding: 1px 0; display: flex; flex-wrap: wrap; justify-content: center; position: relative; overflow: hidden; }
.feature-thumbnail .ul-feature-block li { width: 25%; line-height: 0; padding: 1px; }
@media screen and (max-width: 768px) { .feature-thumbnail .ul-feature-block li { width: 50%; } }
.feature-thumbnail .ul-feature-block li a { position: relative; display: block; }
.feature-thumbnail .ul-feature-block li a:hover { filter: brightness(60%) saturate(1); -webkit-filter: brightness(60%) saturate(1); }
.feature-thumbnail .ul-feature-block li a img:hover { filter: brightness(100%); -webkit-filter: brightness(100%); }

.feature-wrap { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0 10px; }
@media screen and (max-width: 768px) { .feature-wrap { margin: 0 5px; } }
.feature-wrap .feature--block { margin: 0; padding: 1px; width: 25%; display: inline-block; overflow: hidden; position: relative; line-height: 0; }
@media screen and (max-width: 768px) { .feature-wrap .feature--block { width: 50%; } }

.feature-wrap .feature--block .media { display: block; position: relative; overflow: hidden; }
.feature-wrap .feature--block .caption { position: relative; padding: 5px; }
.feature-wrap .feature--block .caption h4 { font: 300 18px/1.4 "Noto Serif", serif; letter-spacing: 0; text-align: center; }
@media screen and (max-width: 479px) { .feature-wrap .feature--block .caption h4 { font-size: 15px; font-weight: 400; } }

.feature-wrap .feature--block a { color: #707070; position: relative; display: block; }
.feature-wrap .feature--block a:hover { filter: brightness(60%) saturate(1); -webkit-filter: brightness(60%) saturate(1); }
.feature-wrap .feature--block a img:hover { filter: brightness(100%); -webkit-filter: brightness(100%); }
.feature-wrap .feature--block a:hover h4 { color: #00bbdd !important; text-decoration: underline; filter: brightness(100%); -webkit-filter: brightness(100%); }

.home-map-wrap { position: relative; padding: 0; margin: 0; overflow: hidden; }
.home-map-wrap .block--gmap { width: 100%; overflow: hidden; height: 350px; }
@media screen and (max-width: 768px) { .home-map-wrap .block--gmap { width: 100%; height: 200px; } }
.home-map-wrap .block--gmap > iframe { width: 100%; border: 0; height: 700px; margin-top: -150px; }
@media screen and (max-width: 768px) { .home-map-wrap .block--gmap > iframe { height: 400px; margin-top: -100px; } }
.home-map-wrap .block--gmap > iframe.grayscale { -webkit-filter: grayscale(10%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
.home-map-wrap .block--gmap > iframe:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }

.map-navi-wrap { position: relative; }
.map-navi-wrap .nav-flex { width: 100%; display: flex; justify-content: center; vertical-align: middle; margin: auto; bottom: 20%; padding: 10px; background: #0f1633; }
@media screen and (max-width: 479px) { .map-navi-wrap .nav-flex { padding: 10px 5px; bottom: 20%; } }
.map-navi-wrap .nav-flex li { width: 30%; text-align: center; display: inline-block; overflow: hidden; padding: 0; }
@media screen and (max-width: 479px) { .map-navi-wrap .nav-flex li { width: 100%; } }
.map-navi-wrap .nav-flex li a { font-size: 14px; font-weight: 500; color: #333; display: block; padding: 1em .5em; margin: 10px; background: white; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 3px; transition: all 0.5s ease 0s; }
@media screen and (max-width: 479px) { .map-navi-wrap .nav-flex li a { font-size: 13px; overflow: hidden; margin: 5px; text-overflow: ellipsis; padding: .8em 1em; } }
.map-navi-wrap .nav-flex li a:hover, .map-navi-wrap .nav-flex li a.active { color: #FFF; background-color: rgba(0, 0, 0, 0.5); text-decoration: none; }

.nav-flex li .icon-hotel::before, .nav-flex li .icon-map::before, .nav-flex li .icon-access::before { font-size: 20px; padding-bottom: .5em; }
@media screen and (max-width: 479px) { .nav-flex li .icon-hotel::before, .nav-flex li .icon-map::before, .nav-flex li .icon-access::before { font-size: 18px; } }

.group-thumbs .group-hotel-thumb img { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
.group-thumbs .group-hotel-thumb img:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }

.bg-video { padding: 60px 15px; margin: 0 1px; }
@media screen and (max-width: 768px) { .bg-video { padding: 40px 15px; } }
@media screen and (max-width: 479px) { .bg-video { padding: 20px 20px; } }
.bg-video::after { background-color: rgba(0, 0, 0, 0.2); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: -1; }

.video-block { display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; margin: 50px 0; }
@media screen and (max-width: 479px) { .video-block { margin: 25px 0; } }
.video-block li { font-size: 18px; display: inline-block; width: 30%; line-height: 0; text-align: center; }
@media screen and (max-width: 479px) { .video-block li { width: 100%; font-size: 14px; } }
.video-block span { display: block; }
.video-block a { display: block; color: #FFF; background: rgba(255, 255, 255, 0.2); border: 1px solid #FFF; padding: 25px 10px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 479px) { .video-block a { padding: 15px 5px; } }
.video-block a:hover { text-decoration: none !important; }
.video-block a i { font-size: 1.3em; margin-right: 10px; }

.pr-covid { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; position: relative; margin-bottom: 20px; }
.pr-covid .pr-item { font-weight: 400; padding: 1.5em; margin: 1%; border-radius: 5px; width: 30%; position: relative; background-color: #e0efff; }
@media screen and (max-width: 768px) { .pr-covid .pr-item { width: 100%; padding: 1em .5em; text-align: left; } }

@media screen and (max-width: 768px) { .pr-covid .pr-item { display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: stretch; position: relative; } }
.pr-covid .pr-item img { display: block; margin: auto; width: 70px; opacity: 1.0; margin-bottom: 15px; }
@media screen and (max-width: 768px) { .pr-covid .pr-item img { width: 15%; margin: 0; } }
.pr-covid .pr-item p { margin-bottom: 0; line-height: 1.6; }
@media screen and (max-width: 768px) { .pr-covid .pr-item p { width: 85%; padding-left: 1em; } }

.ul-feature-block li { position: relative; }
.ul-feature-block li span { display: none; }
.ul-feature-block li a:hover + span { position: absolute; top: 0px; left: 310px; display: block; background: #eee; padding: 10px; border: 1px solid; }

/*////////////////////////////////////////////////////////////////////////////

pase scss

////////////////////////////////////////////////////////////////////////////*/
.gmap-access { width: 100%; overflow: hidden; height: 500px; z-index: -1; }
@media screen and (max-width: 479px) { .gmap-access { height: 250px; } }
.gmap-access > iframe { width: 100%; border: 0; height: 700px; margin-top: -150px; }
@media screen and (max-width: 479px) { .gmap-access > iframe { height: 550px; } }

.panel-header { background-color: #012438; background-size: cover; position: relative; color: white; padding: 20px 0; }
@media screen and (max-width: 479px) { .panel-header { padding: 0; } }
.panel-header .page-heading { margin-bottom: 20px; margin-top: 20px; }
.panel-header .page-heading h2 { font-family: "Marcellus", serif; font-size: 40px; color: white; font-weight: 300; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
.panel-header .page-heading h3 { font-family: "Noto Serif", serif; font-size: 24px; }
@media screen and (max-width: 479px) { .panel-header .page-heading h3 { font-size: 18px; } }
.panel-header .page-heading p { font-weight: 300; }
.panel-header .page-heading .color-border { background-color: rgba(255, 255, 255, 0.4); }

@media screen and (max-width: 479px) { .panel-header > [class*="container-"] { padding: 0px !important; margin: 0px !important; } }

.panel-header .panel-vsl, .panel-header .panel-text { background-size: cover; background-position: center center; position: relative; height: 250px; display: flex; width: 100%; text-align: center; align-items: center; justify-content: center; }
@media screen and (max-width: 479px) { .panel-header .panel-vsl, .panel-header .panel-text { height: 100px !important; } }

.p-plan-name { font-size: 15px; font-weight: 500; line-height: normal; border-bottom: 1px dotted #34325A; }
.p-plan-name::before { content: attr(data-content); font-size: 80%; line-height: 1; text-align: center; color: white; background-color: #34325A; font-weight: 300; display: inline-block; padding: 4px 5px; margin-right: 5px; }

ul.ul-plan-link { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; margin-bottom: 15px; }

ul.ul-plan-link li { font-size: 13px; list-style: none; margin: 0; display: table; line-height: none; overflow: hidden; }
ul.ul-plan-link li a { margin-right: 10px; }

/*
.detail .flexslider { margin: 0 0 30px !important; //background: #F0F0F0 !important;
}
.detail .flexslider .slides img { height: 400px; position: relative; object-fit: contain; object-position: 0% 0%; margin: auto 0;  @media screen and (max-width: 479px) { height: 280px; padding: 10px; }
}

.detail .flex-control-thumbs img { width: 100%; height: 70px; //object-fit: cover; object-fit: contain; padding: 5px; overflow: hidden; border: 1px solid #FFF;
}

.flex-control-thumbs li { width: 20% !important; float: left; margin: 0;
}

.flex-control-thumbs img:hover { opacity: 1; border: 1px solid #999;
}
.flex-control-thumbs .flex-active img{ opacity: 1;
}
*/
.facility-wrap { display: flex; flex-wrap: wrap; margin-bottom: 20px; padding-bottom: 20px; position: relative; border-bottom: 1px dotted #CCC; }
.facility-wrap .facility-ph { width: 40%; display: table; }
@media screen and (max-width: 479px) { .facility-wrap .facility-ph { width: 100%; margin-bottom: 10px; } }
.facility-wrap .facility-ph img { width: 100%; height: auto; }
.facility-wrap .facility-text { width: 60%; display: table; padding-left: 25px; }
@media screen and (max-width: 479px) { .facility-wrap .facility-text { width: 100%; padding-left: 0; } }

.facility-wrap .flexslider { margin: 0 0 30px; }

.facility-wrap .facility-text h3 { font-family: "Noto Serif", serif; }
.facility-wrap .facility-text h3::before { content: "■"; color: #00608d; }

.facility-wrap ul.ul-data { display: block; position: relative; }
.facility-wrap ul.ul-data li { text-align: left; }
.facility-wrap ul.ul-data li::before { content: attr(data-content); font-size: 85%; line-height: 1; width: 6em; text-align: center; color: white; background-color: #8da0b6; display: inline-block; padding: 3px 5px; margin-right: .8em; }
.facility-wrap ul.ul-data li a { font-family: "Open Sans", sans-serif; }
.facility-wrap ul.ul-data li a::after { font-family: 'icofont'; content: "\ef1f"; font-style: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 5px; }

ul.index-overview { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; margin-bottom: 30px; }

ul.index-overview li { text-align: center; font-size: 15px; list-style: none; margin: 0; width: 33.3333%; display: table; line-height: none; overflow: hidden; }
ul.index-overview li img { display: block; width: 100%; margin: 0 auto 5px; }
@media screen and (max-width: 479px) { ul.index-overview li img { width: 100%; } }
@media screen and (max-width: 768px) { ul.index-overview li { width: 33.3333%; } }
@media screen and (max-width: 479px) { ul.index-overview li { width: 50%; font-size: 13px; } }

ul.index-overview li a { color: #000; display: block; transition: all 0.5s ease 0s; line-height: normal; padding: 10px; margin: 15px; border: 1px solid #FFF; }
@media screen and (max-width: 479px) { ul.index-overview li a { padding: 5px; margin: 5px; } }
ul.index-overview li a:hover { opacity: .8; color: white; background: #232939; }
ul.index-overview li a:hover img { -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1); filter: grayscale(1); }
ul.index-overview li a:hover p, ul.index-overview li a:hover span.size { color: #00bbdd; text-decoration: underline; }

#overview h2 { line-height: 1.6; }
@media screen and (max-width: 479px) { #overview h2 { font-size: 18px; } }
@media screen and (max-width: 479px) { #overview h3 { font-size: 16px; } }
#overview ul, #overview li { margin: 0; padding: 0; list-style: none; }
#overview figure.ceo img { width: 90%; }
@media screen and (max-width: 479px) { #overview figure.ceo img { width: 80%; } }

#overview ul.ul-profile { margin: 10px; font-weight: 300; margin-bottom: 20px; }
#overview ul.ul-profile li { line-height: 1.6; }
#overview .h4-square { color: #192f60; font-weight: 500; }
#overview .h4-square::before { font-family: 'icofont'; content: "\effc"; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: 3px; }

/*ul.flex-floor{
	display: flex; flex-wrap: wrap; justify-content: flex-start;
	padding: 0;
	margin-bottom: 10px;
}

ul.flex-floor li{
	list-style: none;
	//flex: 1; width: 46%; margin: 2%; display: inline-block;
	text-align:center;
	line-height:none;
	overflow: hidden; padding: 20px 30px 20px 10px; border-bottom: 1px dotted #ccc; border-right: 1px dotted #CCC;  @media screen and (max-width: 768px) { //width: 50%; }  @media screen and (max-width: 479px) { width: 100%; border-right: none; }
}

ul.flex-floor li:nth-child(odd){

}*/
#policy h4 { margin-top: 20px !important; font-weight: 500; }
@media screen and (max-width: 479px) { #policy h4 { font-size: 16px; } }
#policy blockquote { border-left: none; }

/*////////////////////////////////////////////////////////////////////////////

NEWS style scss

////////////////////////////////////////////////////////////////////////////*/
.info-block { padding: 0 10px 20px; }
@media screen and (max-width: 768px) { .info-block { padding: 0 0 25px; } }
.info-block ul, .info-block li { margin: 0; list-style: none; }
.info-block li { font-size: 14px; line-height: 1.6; border-bottom: 1px dotted #999; }
.info-block li span.p-date { font-family: "Lato", sans-serif; font-weight: 500; display: inline-block; width: 7em; }
@media screen and (max-width: 479px) { .info-block li span.p-date { display: block; } }
.info-block li:first-child { border-top: 1px dotted #999; }
.info-block a { color: #000; display: block; padding: 1em .5em; }
@media screen and (max-width: 479px) { .info-block a { padding: .5em 0; } }
.info-block a:hover { color: #00bbdd; }

.news-btn-block { text-align: center; }
.news-btn-block .btn { padding: .7em 2.5em; }
@media screen and (max-width: 768px) { .news-btn-block { margin-top: 15px; text-align: center; } }

.info-page-block { padding: 20px 0 30px; border-bottom: 1px dotted #CCC; }
@media screen and (max-width: 768px) { .info-page-block { word-break: break-all; } }
.info-page-block h2 { font: 500 20px/1.5 "Noto Sans JP", sans-serif; border-bottom: 3px solid #DDD; color: #111; padding-top: .2em; margin-bottom: 20px; }
@media screen and (max-width: 479px) { .info-page-block h2 { font-size: 16px !important; padding-bottom: .1em; line-height: 1.2; } }
.info-page-block .info-date { font-family: "Lato", sans-serif; font-size: 13px; font-weight: 300; background: #333; text-align: center; color: white; display: inline; line-height: 1; padding: .3em .6em; margin-bottom: .8em; }
.info-page-block .info-date span { font-size: 1.2em; letter-spacing: 1px; }
@media screen and (max-width: 768px) { .info-page-block .info-date { width: auto; padding: .2em 1em; margin-bottom: .5em; font-size: 80%; } }

.info-detail { padding: 15px 0 30px; }
@media screen and (max-width: 768px) { .info-detail { word-break: break-all; } }
.info-detail img { width: 100%; height: auto; }
@media screen and (max-width: 768px) { .info-detail img { max-width: 100% !important; height: auto !important; } }
.info-detail h3 { font-weight: 600; line-height: 1.5; }
.info-detail h4 { font-weight: 600; line-height: 1.5; }
.info-detail ul { margin-left: 2em; margin-bottom: 1em; }
.info-detail ul li { list-style: disc; }
.info-detail table { width: auto !important; height: auto !important; border: 1px solid #CCC; }
.info-detail th, .info-detail td { padding: .6em 1em; border-bottom: 1px solid #CCC; }
.info-detail th { background: #F0F0F0; white-space: nowrap; }

.pickup-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; margin-bottom: 25px; }
.pickup-wrap .pickup--item { width: 49%; margin-top: 1em; box-sizing: border-box; }
@media only screen and (max-width: 640px) { .pickup-wrap .pickup--item { width: 100%; } }
.pickup-wrap .pickup--item a { color: #333; display: flex; padding: 1em; background: #FFF; border: 1px solid #ccc; }
.pickup-wrap .pickup--item a:hover { color: #00bbdd; border: 1px solid #2098d1; background: #F9F9F9; }
@media only screen and (max-width: 640px) { .pickup-wrap .pickup--item a { padding: 0; border: none; } }

.pickup-wrap .pickup--item .item-thumbnail { width: 180px; margin-right: 1em; line-height: 0; }
@media only screen and (max-width: 640px) { .pickup-wrap .pickup--item .item-thumbnail { width: 100px; } }
.pickup-wrap .pickup--item .item-thumbnail img { width: 100%; height: 140px; object-fit: cover; font-family: 'object-fit: cover;'; }
@media only screen and (max-width: 640px) { .pickup-wrap .pickup--item .item-thumbnail img { width: 100px; height: 100px; } }
.pickup-wrap .pickup--item .item-caption { display: flex; flex: 1; flex-direction: column; justify-content: space-between; }
@media only screen and (max-width: 640px) { .pickup-wrap .pickup--item .item-caption p { line-height: 1.4; } }
.pickup-wrap .pickup--item .item-caption p span.label { font-family: "Lato", sans-serif; display: table; font-size: 12px; font-weight: 300; padding: 2px 6px !important; color: white; background: #34325A; border-radius: 3px; margin-bottom: 3px; }
@media only screen and (max-width: 640px) { .pickup-wrap .pickup--item .item-caption p span.label { font-size: 10px; } }

.pickup-list-block, .pickup-page-block { display: flex; flex-wrap: wrap; align-items: flex-start; margin: 20px 15px; padding-bottom: 15px; border-bottom: 1px dotted #CCC; }
@media screen and (max-width: 768px) { .pickup-list-block, .pickup-page-block { margin: 10px; padding-bottom: 0; } }
.pickup-list-block h3, .pickup-page-block h3 { font: 500 20px/1.5 "Noto Sans JP", sans-serif; border-bottom: 3px solid #DDD; color: #111; margin-bottom: 10px; }
@media screen and (max-width: 768px) { .pickup-list-block h3, .pickup-page-block h3 { font-size: 15px !important; padding: 0; margin-bottom: 5px; line-height: 1.2; border-bottom: none; } }
.pickup-list-block .label, .pickup-page-block .label { background: #666; color: white; line-height: 1; padding: .2em .5em; }
.pickup-list-block .thumbnail, .pickup-page-block .thumbnail { width: 25%; display: inline-block; padding: 0; }
@media screen and (max-width: 768px) { .pickup-list-block .thumbnail, .pickup-page-block .thumbnail { width: 30%; } }
.pickup-list-block .pickup-lead, .pickup-page-block .pickup-lead { width: 70%; padding: 0 1em 0 2em; display: inline-block; }
@media screen and (max-width: 768px) { .pickup-list-block .pickup-lead, .pickup-page-block .pickup-lead { width: 70%; padding: 0 0 0 1em; }
  .pickup-list-block .pickup-lead .caption p, .pickup-page-block .pickup-lead .caption p { font-size: 12px; line-height: 1.4 !important; } }
.pickup-list-block a .caption, .pickup-page-block a .caption { color: #555; }
.pickup-list-block a .caption:hover, .pickup-page-block a .caption:hover { color: #333; text-decoration: underline; }

@media screen and (max-width: 478px) { .pickup-list-block .pickup-lead .caption p { height: 2.8em; overflow: hidden; text-overflow: ellipsis; } }
@media screen and (max-width: 768px) { .pickup-page-block { margin: 15px; } }
.pickup-page-block .thumbnail { width: 35%; display: inline-block; padding: 0; }
@media screen and (max-width: 768px) { .pickup-page-block .thumbnail { order: 2; width: 100%; margin-bottom: 10px; } }
.pickup-page-block .pickup-lead { width: 65%; padding: 0 1em 0 2em; display: inline-block; }
@media screen and (max-width: 768px) { .pickup-page-block .pickup-lead { order: 1; width: 100%; padding: 0; } }

.editor-wrap { padding: 15px 0 30px; }
@media screen and (max-width: 768px) { .editor-wrap { word-break: break-all; } }
.editor-wrap img { width: 100%; height: auto; }
@media screen and (max-width: 768px) { .editor-wrap img { max-width: 100% !important; height: auto !important; } }
.editor-wrap ol, .editor-wrap ul { margin-bottom: 1em; }
.editor-wrap ol { margin-left: 2em; }
.editor-wrap h3 { margin-bottom: 15px; font-weight: 400; }

.editor-wrap table { margin-bottom: 15px; border: 1px solid #CCC; }
.editor-wrap th, .editor-wrap td { padding: .6em 1em; border-bottom: 1px solid #CCC; }
.editor-wrap th { background: #F0F0F0; white-space: nowrap; }
.editor-wrap ul { margin-left: 1.5em; }

/*//////////////////////////////////////////////////////

STAY

//////////////////////////////////////////////////////*/
.room-wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; padding: 40px 10px; }
.room-wrap .room--visual { width: 50%; padding: 0; text-align: center; display: inline-block; }
@media screen and (max-width: 768px) { .room-wrap .room--visual { width: 100%; order: 1; } }
.room-wrap .room--block { width: 50%; padding: 0 3em; display: inline-block; }
@media screen and (max-width: 768px) { .room-wrap .room--block { width: 100%; padding: 0 2em; order: 0; } }
.room-wrap .room--block .page-heading { margin: 0 0 15px; }
.room-wrap .room--block .page-heading h3 { font-size: 30px; letter-spacing: 2px; }
@media screen and (max-width: 479px) { .room-wrap .room--block .page-heading h3 { font-size: 24px; letter-spacing: 0; } }
.room-wrap .room--block .caption > p { font-size: 14px; font-weight: 300; line-height: 1.6; text-align: center; }
@media screen and (max-width: 768px) { .room-wrap .room--block .caption > p { line-height: 1.6; text-align: left; } }

.room-wrap .dl-device { display: flex; flex-wrap: wrap; justify-content: center; font-size: 13px; margin: 10px auto; padding-top: 1em; border-top: 1px dotted #CCC; }
.room-wrap .dl-device dt { white-space: nowrap; margin-right: 1em; }
@media screen and (max-width: 479px) { .room-wrap .dl-device dt { width: 100%; } }
.room-wrap .dl-device dd { margin-right: 1em; color: #444; }
@media screen and (max-width: 479px) { .room-wrap .dl-device dd { width: 100%; } }
@media screen and (max-width: 479px) { .room-wrap .dl-device dd ul { display: 100%; } }
.room-wrap .dl-device dd li { list-style: circle; margin-left: 1em; }
@media screen and (max-width: 479px) { .room-wrap .dl-device dd { font-size: 12px; margin-left: 1em; } }

.table-room-spec { font-family: 'Noto Serif', serif; margin: 15px auto; }
.table-room-spec thead th, .table-room-spec tbody td { text-align: center; padding: 0 1em; white-space: nowrap; border-right: 1px solid #CCC; }
@media screen and (max-width: 479px) { .table-room-spec thead th, .table-room-spec tbody td { padding: 0 .5em; } }
.table-room-spec thead th:last-child, .table-room-spec tbody td:last-child { border-right: none; }
.table-room-spec thead th { font-size: 12px; color: #777; }
.table-room-spec tbody td { font-size: 1.1em; }
@media screen and (max-width: 479px) { .table-room-spec tbody td { font-size: 1em; } }
.table-room-spec tbody td span { font-size: .9em; }

.smoke, .no-smoke { line-height: 1; }
.smoke::before, .no-smoke::before { position: relative; top: -2px; content: ''; display: inline-block; width: 17px; height: 17px; margin-right: 3px; background-repeat: no-repeat; background-size: contain; vertical-align: middle; }

.smoke::before { background-image: url("../img/icon/ok_smoke.svg"); }

.no-smoke::before { background-image: url("../img/icon/no_smoke.svg"); }

/*//////////////////////////////////////////////////////

eco

//////////////////////////////////////////////////////*/
.bg-eco-green { background-image: url("../img/bg/bg_eco_green.png"); background-position: center 100px; background-repeat: no-repeat; background-size: contain; z-index: 1; position: relative; }
.bg-eco-green::after { content: ""; width: 100%; height: 100%; left: 0; position: absolute; top: 0; z-index: -1; background-color: rgba(255, 255, 255, 0.8); }

.eco-heading { margin-bottom: 20px; text-align: center; }
@media screen and (max-width: 640px) { .eco-heading { margin: 10px 5px; } }
.eco-heading h1 { color: #004d25; font-family: "Noto Serif", serif; font-size: 42px; font-weight: 700; letter-spacing: 2px; text-align: center; margin-bottom: 10px; }
@media screen and (max-width: 640px) { .eco-heading h1 { font-size: 26px; letter-spacing: 0; } }
.eco-heading h1 span { font-size: .8em; }
.eco-heading .p-before { font-size: 20px; font-weight: 700; line-height: 1; margin-bottom: .5em; }
@media screen and (max-width: 640px) { .eco-heading .p-before { font-size: 18px; } }
.eco-heading .p-caption { font-size: 18px; font-weight: 500; }
@media screen and (max-width: 640px) { .eco-heading .p-caption { font-size: 15px; text-align: left; } }

.eco-green-wrap { padding: 0 1em; }
@media screen and (max-width: 640px) { .eco-green-wrap { padding: 1em; } }
.eco-green-wrap .caption p { font-size: 16px !important; text-align: center; margin: 1em 0 2em; }
@media screen and (max-width: 640px) { .eco-green-wrap .caption p { text-align: left; } }

.h-eco-icon { font-size: 26px; position: relative; padding: 1rem; box-shadow: 5px 5px #288c66; border: 2px solid #288c66; color: #288c66; font-weight: bold; background: rgba(255, 255, 255, 0.6); text-align: center; width: 80%; margin: 1em auto; /*&:before, &::after{
	font-family: "icofont";
	//content: "\";
}*/ }
@media screen and (max-width: 768px) { .h-eco-icon { width: 100%; font-size: 20px; } }
.h-eco-icon::before { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); height: 10px; width: 20px; background-color: #fff; content: ""; }
.h-eco-icon::after { position: absolute; top: 95%; left: 50%; transform: translateX(-50%); height: 20px; width: 2px; background-color: #288c66; content: ""; }

.marker-red { background: linear-gradient(transparent 80%, #ffadad 80%); font-weight: 600; }

.marker-green { background: linear-gradient(transparent 80%, rgba(44, 180, 173, 0.7) 80%); font-weight: 600; }

.table-eco { width: auto; margin: 15px auto; }
.table-eco thead tr th { font-size: 14px; padding: 10px; background: #004d25; color: #FFF; text-align: center; vertical-align: middle !important; font-weight: 300; border-right: 1px solid #777e41; }
.table-eco thead tr td { background-color: inherit !important; background: none !important; }
.table-eco tbody th, .table-eco tbody td { width: 25%; font-size: 14px; padding: 10px !important; line-height: 1; vertical-align: top; border-top: none; text-align: center; border-right: 1px solid #777e41; }
.table-eco tbody th:first-child, .table-eco tbody td:first-child { border-left: 1px solid #777e41; font-weight: 400; }
.table-eco tbody td { border-bottom: 1px solid #777e41; font-weight: 700 !important; }
.table-eco tbody th:first-child { border-top: 1px solid #777e41; }
.table-eco tbody tr:last-child th, .table-eco tbody tr:last-child td { border-bottom: 1px solid #777e41; }

/*//////////////////////////////////////////////////////

STAY Group

//////////////////////////////////////////////////////*/
.group-plan-point { display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 0; margin-bottom: 30px; }

.group-plan-point .plan-inner { width: 50%; font-size: 14px; padding: 10px 15px; line-height: none; overflow: hidden; }
@media screen and (max-width: 768px) { .group-plan-point .plan-inner { width: 100%; padding: 10px 0; } }
@media screen and (max-width: 479px) { .group-plan-point .plan-inner { width: 100%; } }
.group-plan-point .plan-inner h4 { font-size: 20px; font-weight: 500; border-bottom: 2px solid #CCC; margin-bottom: 10px; }
.group-plan-point .plan-inner h4:first-letter { font-family: "Lato", sans-serif; font-size: 1.5em; color: #4496d3; }
.group-plan-point .plan-inner figure { width: 35%; float: left; display: inline-block; }
@media screen and (max-width: 640px) { .group-plan-point .plan-inner figure { width: 100%; } }
.group-plan-point .plan-inner figure img { width: auto; }
.group-plan-point .plan-inner div.point-exp { width: 65%; display: inline-block; padding-left: 15px; }
@media screen and (max-width: 640px) { .group-plan-point .plan-inner div.point-exp { width: 100%; } }
.group-plan-point .plan-inner div.point-exp ul li { list-style: disc; margin-left: 15px; }
.group-plan-point .plan-inner p { font-size: 14px; line-height: 1.5; margin-top: 5px; margin-bottom: 5px; }
@media screen and (max-width: 479px) { .group-plan-point .plan-inner p { font-size: 11px; } }

.group-plan-point .plan-inner.sports { width: 100%; }
.group-plan-point .plan-inner.sports figure { width: 17.5%; float: left; display: inline-block; }
@media screen and (max-width: 640px) { .group-plan-point .plan-inner.sports figure { width: 100%; } }
.group-plan-point .plan-inner.sports figure img { width: auto; }
.group-plan-point .plan-inner.sports div.point-exp { width: 82.5%; display: inline-block; padding-left: 15px; }
@media screen and (max-width: 640px) { .group-plan-point .plan-inner.sports div.point-exp { width: 100%; } }
.group-plan-point .plan-inner.sports div.point-exp ul { float: left; }

.bg-cover.bg-group { background-image: url("../img/bg/hd_sports.jpg"); }
.bg-cover.bg-group::before { content: ''; background: inherit; -webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px); -ms-filter: blur(4px); filter: blur(4px); position: absolute; top: -5px; left: 0px; right: 0px; bottom: -5px; z-index: -99; }
.bg-cover.bg-group::after { background-color: rgba(0, 0, 0, 0.3); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: -1; }

.bg-cover.bg-group .h2-cover { font: 300 30px/1.5 "Marcellus", serif; color: #FFF; letter-spacing: 2px; margin-bottom: 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 479px) { .bg-cover.bg-group .h2-cover { font-size: 20px; letter-spacing: 0; } }

/*////////////////////////////////////////////////////////////////////////////

Restaurant scss

////////////////////////////////////////////////////////////////////////////*/
.rest-wrap { display: flex; flex-wrap: wrap; position: relative; padding: 15px 10px; overflow: hidden; }
.rest-wrap .rest--visual { width: 50%; padding: 0; text-align: center; display: inline-block; font-size: 13px; }
@media screen and (max-width: 768px) { .rest-wrap .rest--visual { width: 100%; order: 1; } }
.rest-wrap .rest--block { width: 50%; padding: 0 3em; display: inline-block; }
@media screen and (max-width: 768px) { .rest-wrap .rest--block { width: 100%; padding: 0 .5em; order: 0; } }
.rest-wrap .rest--block .page-heading { margin: 0 0 15px; }
.rest-wrap .rest--block .page-heading h3 { font-size: 30px; letter-spacing: 2px; }
@media screen and (max-width: 479px) { .rest-wrap .rest--block .page-heading h3 { font-size: 24px; letter-spacing: 0; } }
.rest-wrap .rest--block .caption > p { font-size: 14px; font-weight: 300; line-height: 1.6; }
@media screen and (max-width: 768px) { .rest-wrap .rest--block .caption > p { line-height: 1.6; text-align: left; } }

.rest-wrap dl.dl-data dt, .rest-wrap dl.dl-data dd { font-size: 14px; margin-bottom: .5em; }
.rest-wrap dl.dl-data dt { width: 6em; color: #FFF; background-color: #223377; text-align: center; float: left; }
@media screen and (max-width: 768px) { .rest-wrap dl.dl-data dt { float: none; } }
.rest-wrap dl.dl-data dd { margin-left: 7em; }
@media screen and (max-width: 768px) { .rest-wrap dl.dl-data dd { margin-left: 0; } }
.rest-wrap ul.ul-data { display: block; position: relative; list-style: none; margin-bottom: 15px; }
.rest-wrap ul.ul-data li { font-family: "Lato", sans-serif; font-size: 14px; text-align: left; list-style: none; margin-left: 4.5em; padding-right: .5em; margin-bottom: .3em; }
.rest-wrap ul.ul-data li::before { content: attr(data-content); line-height: 1; width: 6em; text-align: center; color: #FFF; background-color: #223377; display: inline-block; padding: .4em .2em; margin: 0 .5em .5em -4.5em; }

.rest-wrap .menu--block { width: 33.3333%; padding: 8px; }
@media screen and (max-width: 768px) { .rest-wrap .menu--block { width: 100%; } }
@media screen and (max-width: 479px) { .rest-wrap .menu--block { width: 100%; } }
.rest-wrap .menu--block .caption h4 { font-size: 18px; font-weight: 600; }
@media screen and (max-width: 479px) { .rest-wrap .menu--block .caption h4 { font-size: 16px; line-height: 1.4; } }
.rest-wrap .menu--block .caption h4 span { font-weight: 400; font-size: 1.2em; }
.rest-wrap .menu--block .caption h4 span::after { content: "円（税別）"; font-size: 12px !important; line-height: 1; margin-left: 3px; }
@media screen and (max-width: 479px) { .rest-wrap .menu--block .caption h4 span { text-align: left; } }

.menu--block .caption p { font-size: 13px; line-height: 1.4; color: #666; }
.menu--block .caption ul li { display: inline; font-size: 13px; color: #666; }
@media screen and (max-width: 479px) { .menu--block .caption ul li { font-size: 11px; } }
.menu--block .caption ul li::after { content: "/"; }
.menu--block .caption ul li:last-child::after { content: ""; }

.rest-wrap .notes { position: relative; margin: 0 3em 1em; padding: 20px 15px; }
@media screen and (max-width: 768px) { .rest-wrap .notes { margin: 0 .5em .5em; } }
.rest-wrap .notes p { font-size: 13px; }

.notes-pink, .notes-blue, .notes-purple, .notes-amber, .notes-green { padding: 10px 15px; position: relative; margin: 10px 0; }
@media screen and (max-width: 768px) { .notes-pink h3, .notes-blue h3, .notes-purple h3, .notes-amber h3, .notes-green h3 { font-size: 18px; } }

.notes-blue { background-color: #e5f2ff; }

.notes-purple { background-color: #f9f4ff; }

.notes-amber { background-color: rgba(246, 229, 204, 0.5); border: 1px solid #f6e5cc; }

.notes-green { background-color: rgba(190, 224, 194, 0.4); border: 1px solid #bee0c2; }

.notes-pink { background-color: rgba(255, 214, 234, 0.3); border: 1px solid #ffd6ea; }
.notes-pink h3 { font-family: "Lato", sans-serif; font-weight: 500; margin-bottom: .5em; }

/*////////////////////////////////////////////////////////////////////////////

Banquet scss

////////////////////////////////////////////////////////////////////////////*/
.hall-wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; padding: 40px 10px; }
.hall-wrap .hall--visual { width: 50%; padding: 0; text-align: center; display: inline-block; }
@media screen and (max-width: 768px) { .hall-wrap .hall--visual { width: 100%; order: 1; } }
.hall-wrap .hall--block { width: 50%; padding: 0 3em; display: inline-block; }
@media screen and (max-width: 768px) { .hall-wrap .hall--block { width: 100%; padding: 0 .5em; order: 0; } }
.hall-wrap .hall--block .page-heading { margin: 0 0 15px; }
.hall-wrap .hall--block .page-heading h3 { font-size: 30px; letter-spacing: 2px; }
@media screen and (max-width: 479px) { .hall-wrap .hall--block .page-heading h3 { font-size: 24px; letter-spacing: 0; } }
.hall-wrap .hall--block .caption > p { font-size: 14px; font-weight: 300; line-height: 1.6; text-align: center; }
@media screen and (max-width: 768px) { .hall-wrap .hall--block .caption > p { line-height: 1.6; text-align: left; } }

.table-hall-spec { font-family: 'Noto Serif', serif; margin: 15px auto 25px; }
.table-hall-spec thead th, .table-hall-spec tbody td { text-align: center; padding: 0 1em; white-space: nowrap; border-right: 1px solid #CCC; }
@media screen and (max-width: 479px) { .table-hall-spec thead th, .table-hall-spec tbody td { padding: 0 .5em; } }
.table-hall-spec thead th:last-child, .table-hall-spec tbody td:last-child { border-right: none; }
.table-hall-spec thead th { font-size: 12px; color: #777; }
.table-hall-spec tbody td { font-size: 1.1em; }
@media screen and (max-width: 479px) { .table-hall-spec tbody td { font-size: 1em; } }

.hall-wrap .ul-layout { display: flex; flex-wrap: wrap; justify-content: center; position: relative; margin: 15px 0; }
.hall-wrap .ul-layout li { width: 33.3333%; font-size: 13px; text-align: center; padding: 5px; }
.hall-wrap .ul-layout li a { color: #000; display: block; }
.hall-wrap .ul-layout li a img { border: 1px solid #EEE; }
.hall-wrap .ul-layout li a:hover { color: #00bbdd; text-decoration: underline; }
@media screen and (max-width: 479px) { .hall-wrap .ul-layout li { width: 80%; } }

.bg-cover.bg-plan { background-image: url("../img/bg/hd_banquet.jpg"); }
.bg-cover.bg-plan::before { content: ''; background: inherit; -webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px); -ms-filter: blur(4px); filter: blur(4px); position: absolute; top: -5px; left: 0px; right: 0px; bottom: -5px; z-index: -99; }
.bg-cover.bg-plan::after { background-color: rgba(0, 0, 0, 0.3); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: -1; }

.bg-cover .h2-cover { font: 300 36px/1.5 "Marcellus", serif; color: #FFF; letter-spacing: 2px; margin-bottom: 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 479px) { .bg-cover .h2-cover { font-size: 30px; } }

.bg-cover .p-cover { font-size: 20px; letter-spacing: 2px; color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 479px) { .bg-cover .p-cover { font-size: 20px; letter-spacing: 0; } }

ul.plan-goto { display: flex; flex-wrap: wrap; justify-content: center; position: relative; padding: 0; margin-top: 0; list-style: none; }
ul.plan-goto li { width: 50%; font-size: 18px; list-style: none; padding: 10px; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 768px) { ul.plan-goto li { width: 100%; font-size: 15px; } }
ul.plan-goto li i { padding-left: 1em; font-size: 2em; display: inline-block; }
ul.plan-goto li a { display: block; text-align: center; color: #FFF; padding: 1em 1em; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.6); position: relative; }
ul.plan-goto li a::after { font-family: 'icofont'; content: "\eaca"; font-size: 2em; position: absolute; right: 15px; margin-top: -12px; color: inherit; }
ul.plan-goto li a span { display: block; font-size: .65em; font-weight: 300; }
ul.plan-goto li a:hover { color: #FFF; background: rgba(52, 152, 219, 0.8); border: 1px solid rgba(3, 169, 244, 0.6); }

.notes-alpha-w { background: rgba(255, 255, 255, 0.75); padding: 1em 2em; margin-bottom: 10px; }

#gallery { text-align: center; margin: auto; }

/*////////////////////////////////////////////////////////////////////////////

Party Plan scss

////////////////////////////////////////////////////////////////////////////*/
.party-plan { margin-top: 0; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.party-plan .course { width: 33%; padding: 15px 15px 25px; margin-bottom: 5px; }
@media screen and (max-width: 768px) { .party-plan .course { width: 100%; padding: 0; border: none; } }
.party-plan .course:nth-child(1) { background: #fff7ef; border: 1px solid #ffe2c6; }
.party-plan .course:nth-child(2) { background: #effff7; border: 1px solid #d1ffd1; }
.party-plan .course:nth-child(3) { background: #eff7ff; border: 1px solid #d6eaff; }
.party-plan .course .caption h3 { font-family: "Noto Serif", serif; text-align: center; line-height: 1.5; margin-bottom: .5em; }
.party-plan .course .caption h3 span { font-size: .7em; }
.party-plan .course p { margin-bottom: 0 !important; }
.party-plan .course .ul-inline-meu { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0 0.5em 1em; }
@media screen and (max-width: 640px) { .party-plan .course .ul-inline-meu { margin: .5em; } }
.party-plan .course .ul-inline-meu li { font-size: 14px; padding-right: 1em; }
.party-plan .course .ul-inline-meu li::before { content: "○"; color: #333; }
.party-plan .drink { width: 100%; border: 5px solid #FFF; }

.party-plan-new { margin-top: 0; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; position: relative; }
.party-plan-new .course { width: 33%; padding: 1.5em; margin-bottom: 5px; }
.party-plan-new .course:nth-child(1) { background: #fff7ef; }
.party-plan-new .course:nth-child(2) { background: #effff7; }
.party-plan-new .course:nth-child(3) { background: #eff7ff; }
.party-plan-new h3 span { font-size: .8em; }
.party-plan-new p { margin-bottom: 0; }
.party-plan-new .ul-inline-meu { display: flex; flex-direction: row; flex-wrap: wrap; }
@media screen and (max-width: 640px) { .party-plan-new .ul-inline-meu { margin: .5em; } }
.party-plan-new .ul-inline-meu li { padding-right: 1em; }
.party-plan-new .ul-inline-meu li::before { content: "●"; color: #aaaab0; }

.hall-wrap.party-block { justify-content: center; align-items: stretch; position: relative; padding: 10px; }
.hall-wrap.party-block .caption p { text-align: left; }
.hall-wrap.party-block .caption .ul-service li { display: inline-block; padding-right: 1em; }
.hall-wrap.party-block .caption .ul-service li::before { content: "●"; color: #D00; padding-right: .2em; }

/* ////////////////////////////////////////////////////////////////////////////

Guide scss

//////////////////////////////////////////////////////////////////////////// */
.guide-spot { position: relative; display: flex; flex-wrap: wrap; margin-bottom: 0px; }
.guide-spot h4 { font-family: "Noto Serif", serif; font-size: 20px; font-weight: 500; text-align: center; margin-bottom: 5px; }

.guide-spot .spot-detail { width: 33.3333%; padding: 10px; display: flex; flex-wrap: wrap; align-content: flex-start; margin-bottom: 20px; }
@media screen and (max-width: 1024px) { .guide-spot .spot-detail { width: 50%; } }
@media screen and (max-width: 768px) { .guide-spot .spot-detail { width: 100%; padding: 0; } }
.guide-spot .spot-detail .spot--visual { width: 100%; text-align: center; }
@media screen and (max-width: 768px) { .guide-spot .spot-detail .spot--visual { width: 100%; } }
.guide-spot .spot-detail .spot--exp { width: 100%; }
@media screen and (max-width: 768px) { .guide-spot .spot-detail .spot--exp { width: 100%; } }
.guide-spot .spot-detail .spot--exp .caption { margin-bottom: .5em; }
.guide-spot .spot-detail .spot--exp p { font-size: 13px; margin-bottom: .5em; }

.spot-detail ul.ul-exp { display: block; }
.spot-detail ul.ul-exp li { line-height: 1.2; margin-bottom: .5em; }
.spot-detail ul.ul-exp li.exp-item { font-size: 13px; margin-left: 4.5em; padding-right: .5em; }
.spot-detail ul.ul-exp li.exp-item::before { content: attr(data-content); font-weight: 300; width: 4em; font-size: .9em; padding: .2em; margin: 0 .5em .5em -4.5em; text-align: center; display: inline-block; background-color: #000; color: white; }

.spot-detail ul.ul-exp li.url, .spot-detail .p-url { margin-top: 5px; font-size: 13px; }

.spot-detail ul.ul-exp li.url a, .spot-detail .p-url a { display: block; border-radius: 0; color: inherit; border: 1px solid #666; padding: .4em 1em; transition: all 0.3s ease 0s; background: rgba(255, 255, 255, 0.5); }
.spot-detail ul.ul-exp li.url a:hover, .spot-detail ul.ul-exp li.url a:active, .spot-detail ul.ul-exp li.url a:focus, .spot-detail .p-url a:hover, .spot-detail .p-url a:active, .spot-detail .p-url a:focus { background-color: #232939; color: #FFF; }
.spot-detail ul.ul-exp li.url a::after, .spot-detail .p-url a::after { font-family: 'icofont'; content: "\ef1f"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; float: right; }

/*////////////////////////////////////////////////////////////////////////////
 access pase scss

////////////////////////////////////////////////////////////////////////////*/
.bus-wrap { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 15px; }
.bus-wrap .bus--block { width: 49%; }
@media screen and (max-width: 640px) { .bus-wrap .bus--block { width: 100%; } }

.gmap-access { width: 100%; overflow: hidden; height: 400px; z-index: -1; }
@media screen and (max-width: 479px) { .gmap-access { height: 250px; } }
.gmap-access > iframe { width: 100%; border: 0; height: 700px; margin-top: -150px; }
@media screen and (max-width: 479px) { .gmap-access > iframe { height: 550px; } }

.access-wrap .detail { display: block; width: 100%; position: relative; overflow: hidden; margin-bottom: 10px; padding: 0 10px; }
@media screen and (max-width: 768px) { .access-wrap .detail { padding: 0; } }
.access-wrap .detail h3 { margin-bottom: 20px; margin-top: 5px; }
.access-wrap .detail h4 { font-family: "Noto Sans JP", sans-serif; font-weight: 500; margin-bottom: 10px; }
.access-wrap .detail .label-dsp { font-size: 13px; border: 1px solid #232939; color: #232939; }

.access-wrap .detail .dl-access { padding: 0 0 15px; }
.access-wrap .detail .dl-access dt, .access-wrap .detail .dl-access dd { font-weight: normal; line-height: normal; margin-bottom: .5em; padding: .1em 0; }
.access-wrap .detail .dl-access dt { width: 20%; font-size: 13px; float: left; clear: left; text-align: center; white-space: nowrap; color: #FFF; background-color: #22428D; margin-bottom: 1em; }
@media screen and (max-width: 768px) { .access-wrap .detail .dl-access dt { width: 8em; } }
.access-wrap .detail .dl-access dd { width: 80%; float: left; padding-left: .5em; display: block; }
@media screen and (max-width: 768px) { .access-wrap .detail .dl-access dd { width: 100%; margin-left: 0; padding-left: 0; margin-bottom: 1em; } }
.access-wrap .detail .dl-access dd span { color: #22428D; font-weight: 500; }

.access-wrap .detail ul.ul-data { display: block; position: relative; list-style: none; margin-bottom: 15px; margin-left: 2em; }
.access-wrap .detail ul.ul-data li { text-align: left; list-style: disc; margin-bottom: .3em; margin-left: 0; }

ul.ul-data a { color: #333; border: 1px solid #888; background: rgba(255, 255, 255, 0.5); padding: .3em .5em; margin-left: 10px; }
@media screen and (max-width: 479px) { ul.ul-data a { margin-left: 0; display: block; } }
ul.ul-data a:hover, ul.ul-data a:active, ul.ul-data a:focus { background-color: #232939; color: #FFF; }

.root-url { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.root-url li { width: 50%; }
@media screen and (max-width: 479px) { .root-url li { width: 100%; } }
.root-url .btn { display: block; font-size: 14px; color: #333; border: 1px solid #888; background: rgba(255, 255, 255, 0.5); padding: .5em; margin: 2px; }
.root-url .btn:hover, .root-url .btn:active, .root-url .btn:focus { background-color: #232939; color: #FFF; }

.icon-airport::before, .icon-bus::before, .icon-train::before, .icon-car::before, .icon-taxi::before, .icon-tram::before, .icon-walk::before, .icon-parking::before { font-family: 'icofont'; display: inline-block; font-size: 1.1em; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #34325A; color: white; padding: 5px; margin-right: 5px; }

.icon-airport::before { content: "\ee0e"; }

.icon-bus::before { content: "\ee18"; }

.icon-train::before { content: "\ee38"; }

.icon-car::before { content: "\ee1f"; }

.icon-taxi::before { content: "\ee36"; }

.icon-tram::before { content: "\ee3a"; }

.icon-walk::before { content: "\ee4e"; }

.icon-parking::before { font-family: "Open Sans", sans-serif; font-weight: 700; content: "P"; padding: 5px 8px; }

/*////////////////////////////////////////////////////////////////////////////

Error 404

////////////////////////////////////////////////////////////////////////////*/
.error-page { padding-top: 25vh; padding-bottom: 30vh; overflow: hidden; text-align: center; }
@media screen and (max-width: 479px) { .error-page { padding-top: 20vh; padding-bottom: 50px; } }
.error-page::after { background-color: rgba(0, 0, 0, 0.3); position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; z-index: -1; }

.error-page .not-found-text h2 { color: rgba(0, 161, 233, 0.6); font-size: 130px; font-weight: 700; letter-spacing: 3px; font-family: 'Open Sans', sans-serif; }
@media screen and (max-width: 479px) { .error-page .not-found-text h2 { font-size: 60px; } }

.error-page .not-found-text h3 { color: #FFF; font-size: 40px; font-weight: 500; letter-spacing: 5px; margin-top: 15px; margin-bottom: 15px; font-family: "Marcellus", serif; }
@media screen and (max-width: 479px) { .error-page .not-found-text h3 { font-size: 24px; } }

.error-page p { color: #FFF; line-height: 2; }

.not-found-text > a { background-color: rgba(255, 255, 255, 0); display: inline-block; margin-top: 15px; padding: 15px 30px; border-radius: 0; }

.not-found-text > a:hover, .not-found-text > a:focus { background-color: rgba(255, 255, 255, 0.3); color: #2c3e50; }

.error-page .btn-detail { color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); background-color: rgba(0, 0, 0, 0.3); }
.error-page .btn-detail:hover, .error-page .btn-detail:focus, .error-page .btn-detail:active { background-color: #00bbdd; }

.btn:hover, .btn:focus, .btn:active { box-shadow: none; outline: none !important; border-color: transparent; }

/*////////////////////////////////////////////////////////////////////////////

print scss

////////////////////////////////////////////////////////////////////////////*/
@media print { a[href]:after { content: "" !important; }
  abbr[title]:after { content: "" !important; } }
@media print { body { animation: none !important; transform: none !important; }
  header, footer { display: none; }
  .header-vsl { display: none; }
  .bg-flink { display: none; }
  .nav-flex-course, .nav-flex-5 { display: none; } }
@media print { .room-wrap { padding: 40px 10px; }
  .room-wrap .room--visual { width: 100%; padding: 0; text-align: center; display: inline-block; order: 1; }
  .room-wrap .room--block { width: 100%; padding: 0 3em; display: inline-block; }
  .room-wrap .room--block .page-heading { margin: 0 0 15px; }
  .room-wrap .room--block .page-heading h3 { font-size: 24px; letter-spacing: 2px; } }
@media print { .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 { float: left; }
  .sm-12 { width: 100%; }
  .sm-11 { width: 91.66666667%; }
  .sm-10 { width: 83.33333333%; }
  .sm-9 { width: 75%; }
  .sm-8 { width: 66.66666667%; }
  .sm-7 { width: 58.33333333%; }
  .sm-6 { width: 50%; }
  .sm-5 { width: 41.66666667%; }
  .sm-4 { width: 33.33333333%; }
  .sm-3 { width: 25%; }
  .sm-2 { width: 16.66666667%; }
  .sm-1 { width: 8.33333333%; }
  .offset-sm-12 { margin-left: 100%; }
  .offset-sm-11 { margin-left: 91.66666667%; }
  .offset-sm-10 { margin-left: 83.33333333%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-8 { margin-left: 66.66666667%; }
  .offset-sm-7 { margin-left: 58.33333333%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-5 { margin-left: 41.66666667%; }
  .offset-sm-4 { margin-left: 33.33333333%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-2 { margin-left: 16.66666667%; }
  .offset-sm-1 { margin-left: 8.33333333%; }
  .offset-sm-0 { margin-left: 0%; }
  .visible-xs { display: none !important; }
  .hidden-xs { display: block !important; } }
