@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");
/*------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
.btn, .staying-plan .inner-box a .caption, .home-map-wrap .block--gmap > iframe, .pickup-wrap .pickup--item, .banquet-feature .feature--block a .caption, .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-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-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; } }
  .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: 20px;
        letter-spacing: 0; } }
    .page-heading h2.p-large {
      font-size: 36px; }
      @media screen and (max-width: 479px) {
        .page-heading h2.p-large {
          font-size: 30px; } }
  .page-heading h3 {
    color: #222;
    font: 400 28px/1.5 "Noto Serif", serif;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px; }
    @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-color: #002855;
  -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: #002855;
  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: #002855;
  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(0, 40, 85, 0.4); }
  .header-vsl.type--info {
    background-image: url(../img/bg/hd_hotel.jpg); }
  .header-vsl.type--pickup {
    background-image: url(../img/bg/hd_hotel.jpg); }
  .header-vsl.type--room {
    background-image: url("../img/bg/hd_room.jpg");
    background-position: center bottom; }
  .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); }
  .header-vsl.type--hotel {
    background-image: url(../img/bg/hd_hotel.jpg); }
  .header-vsl.type--access {
    background-image: url(../img/bg/hd_access.jpg); }
  .header-vsl.type--course {
    background-image: url(../img/bg/hd_course.jpg); }
  .header-vsl.type--airport {
    background-image: url("../img/bg/hd_airport.jpg"); }
  .header-vsl.type--sports {
    background-image: url("../img/bg/hd_ground.jpg"); }
  .header-vsl.type--ladies {
    background-image: url("../img/bg/hd_ladies.jpg"); }
  .header-vsl.type--sweets {
    background-image: url("../img/bg/hd_sweets.jpg"); }

.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 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 15px; }
  @media screen and (max-width: 479px) {
    .contact-block {
      margin: 5px; } }
  .contact-block li {
    font-size: 16px;
    display: inline-block;
    width: 40%;
    line-height: 0;
    text-align: center;
    padding: 2px 5px; }
    @media screen and (max-width: 640px) {
      .contact-block li {
        width: 100%;
        font-size: 14px; } }
    @media screen and (max-width: 640px) {
      .contact-block li:first-child span {
        font-size: 20px; } }
  .contact-block span {
    display: block; }
  .contact-block a {
    display: block;
    color: #484849; }
    @media screen and (max-width: 479px) {
      .contact-block a {
        padding: 15px 5px; } }
    .contact-block a:hover {
      text-decoration: none !important; }

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

.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: #002855;
  padding: 5px 0; }

.bg-inverse {
  background: #002855;
  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, 40, 85, 0.85);
    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; } }

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

section scss

//////////////////////////////////////////////////////////////////////////// */
.section-divider {
  z-index: 999;
  width: 100%;
  -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;
  -webkit-background-size: 100% cover;
  -moz-background-size: 100% cover;
  -o-background-size: 100% cover;
  background-size: 100% cover; }
  @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-white {
  background: #FFFFFF; }

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

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

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

.bg-b-gray {
  background: #f6f9fc; }

.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-cover {
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 50px 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; }

.bg-cover.bg-course {
  background-image: url("../img/bg/hd_course.jpg"); }
  .bg-cover.bg-course::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-course::after {
    background-color: rgba(32, 55, 68, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1; }

.bg-cover .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 .h2-cover {
      font-size: 24px; } }

.bg-cover .page-heading .p-title {
  color: #FFF; }

.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; } }

@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; } }

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

Direct In rsv scss

////////////////////////////////////////////////////////////////////////////*/
.bg-rsv-iframe {
  background: #002855;
  padding: 15px 0 30px; }
  .bg-rsv-iframe a {
    color: #FFF; }
    .bg-rsv-iframe a:hover {
      color: #00bbdd;
      text-decoration: underline; }

.rsv-form-wrap {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px; }
  .rsv-form-wrap .p-title {
    font-size: .9em;
    color: #CCC;
    display: inline-block;
    border: 1px solid #666;
    padding: 0 5px; }

.flex-rsv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #FFF;
  padding: 5px 0;
  align-items: center; }
  @media screen and (max-width: 479px) {
    .flex-rsv {
      margin: 0 10px; } }
  .flex-rsv .rsv-item-text {
    display: inline-block; }
    .flex-rsv .rsv-item-text::before {
      font-size: .8em;
      line-height: 1;
      text-align: left;
      display: block;
      padding-bottom: 3px;
      color: #333;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 479px) {
      .flex-rsv .rsv-item-text {
        width: 100%;
        display: inline-block; } }

.rsv-item input, .flex-rsv select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.rsv-item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden; }
  .rsv-item input {
    font-size: 13px;
    padding: .5em 1em;
    margin: 0;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #d3d6dd;
    background: #eff7ff;
    -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; }
  .rsv-item label {
    position: relative;
    padding: 3px; }
  .rsv-item input[type="radio"] {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer; }
  .rsv-item span {
    font-size: 12px;
    display: inline-block;
    margin: .3em .3em 0;
    line-height: normal; }
  .rsv-item em {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    margin: .3em .5em 0 .2em;
    line-height: normal; }

@media screen and (max-width: 479px) {
  .rsv-item {
    margin: 0;
    padding-bottom: 5px; }
    .rsv-item input {
      padding: .5em; }
    .rsv-item span {
      display: inline-block;
      width: 6em; }

  #modal-options {
    margin: auto 5px; } }
.rsv-item .radio-group {
  clear: both; }
.rsv-item .list-inline {
  display: block;
  margin: 0 auto;
  list-style: none; }
.rsv-item .list-inline > li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
  line-height: 1; }
  .rsv-item .list-inline > li label {
    display: inline-block; }

.flex-rsv select {
  text-align: center;
  color: #2f374d;
  background-color: #eff7ff;
  border: 1px solid #d3d6dd;
  display: inline-block;
  font: inherit;
  line-height: 1.5;
  padding: .4em 3.5em .4em .8em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media all and (-ms-high-contrast: none) {
    .flex-rsv select {
      padding-right: 1em; } }
  .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(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
    @media all and (-ms-high-contrast: none) {
      .flex-rsv select.minimal {
        background-image: none; } }
  .flex-rsv select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0; }
    @media all and (-ms-high-contrast: none) {
      .flex-rsv select.minimal:focus {
        background-image: none; } }

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

.rsv-item.btn-group {
  margin-left: 15px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .rsv-item.btn-group {
      margin: 10px auto 0;
      text-align: center; } }
  .rsv-item.btn-group .btn {
    padding: .8em 2em;
    border: none;
    transition: all 0.3s ease 0s; }
    @media screen and (max-width: 479px) {
      .rsv-item.btn-group .btn {
        padding: .8em 2em; } }

.rsv-item .btn-search {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 2px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682; }
  .rsv-item .btn-search:hover {
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    background-color: #0061a7; }
  .rsv-item .btn-search:active {
    position: relative;
    top: 1px; }

.btn-search::after {
  font-family: 'icofont';
  content: "\eab8";
  color: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em; }

.usr-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 15px 0 50px; }

.usr-link ul {
  list-style: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: relative; }

.usr-link ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  position: relative; }
  .usr-link ul li a {
    text-decoration: none;
    border: 1px solid #d3d6dd;
    background: white;
    padding: .3em 2.5em;
    border-radius: 20px; }
    .usr-link ul li a::after {
      font-family: 'icofont';
      content: "\eaa0";
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 3px; }
    .usr-link ul li a:hover {
      color: #FFF;
      background: #232939;
      border: 1px solid #232939; }

.rsv-other-menu {
  padding: 10px;
  position: relative; }
  @media only screen and (max-width: 990px) {
    .rsv-other-menu {
      left: auto;
      float: none; } }

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

.rsv-other-menu li a {
  margin: 2px 10px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: left;
  padding: .5em 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  border-radius: 2px;
  position: relative; }
  .rsv-other-menu li a::after {
    font-family: 'icofont';
    content: "\eaa0";
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px; }
  .rsv-other-menu li a:hover, .rsv-other-menu li a:active, .rsv-other-menu li a:focus {
    color: #FFF;
    background-color: #232939; }
  @media only screen and (max-width: 990px) {
    .rsv-other-menu li a {
      padding: 5px;
      display: block; } }
  @media screen and (max-width: 767px) {
    .rsv-other-menu li a {
      padding: .5em; } }

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

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; }

.effect-border {
  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; }
  .effect-border::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; }
  .effect-border:hover:before, .effect-border:focus:before, .effect-border:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 3px; }

.effect-border img {
  padding: 5px; }
  .effect-border img:hover {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    opacity: .8; }

.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; }

.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; }

.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--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--map::before {
  content: "\ed42"; }

.icon-arrow-up::after {
  font-family: 'icofont';
  content: "\eab9";
  font-size: 1.2em;
  line-height: 1;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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: "\ee3a"; }

.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; }
  .icon-url::after {
    font-family: 'icofont';
    content: "\ef1f";
    line-height: 1;
    margin-left: 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: 600px;
  margin-bottom: 15px; }
  @media screen and (max-width: 479px) {
    .route-Map {
      height: 300px; } }

.route-Map > iframe {
  width: 100%;
  height: 600px;
  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, .btn-red, .btn-line {
  display: inline-block;
  background: #3498db;
  border-radius: 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: 500; }
  .btn-detail span, .btn-white span, .btn-red span, .btn-line span {
    color: #333; }
  .btn-detail:hover, .btn-detail:active, .btn-detail:focus, .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-red:hover, .btn-red:active, .btn-red:focus, .btn-line:hover, .btn-line:active, .btn-line:focus {
    background-color: #232939;
    color: #FFF; }

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

.btn-red {
  background: #ea5550; }

.btn-line {
  background: #00B900; }
  .btn-line::before {
    font-family: 'icofont';
    content: "\ed4c";
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    padding-right: .5em;
    color: inherit; }

.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-border {
  color: #333;
  border: 1px solid #333;
  background: rgba(255, 255, 255, 0.2); }
  .btn-border:hover, .btn-border:active, .btn-border:focus {
    background-color: #333;
    color: #FFF; }

.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;
  background: #FFF; }
  @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, 30, 67, 0.4);
  z-index: 1; }
  @media screen and (max-width: 479px) {
    .v-head-wrap h1 {
      font-size: 24px;
      letter-spacing: 1px; } }

.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; }

.slider {
  opacity: 0;
  transition: opacity .3s linear; }
  .slider.slick-initialized {
    opacity: 1; }

.single-fade {
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  transition: 3s;
  text-align: center; }
  .single-fade.slick-initialized {
    opacity: 1; }

.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;
  color: #002855 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

HOME scss

////////////////////////////////////////////////////////////////////////////*/
.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 .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; }

.staying-plan5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0 5px;
  margin-top: 0;
  overflow: hidden; }
  .staying-plan5 .plan--block {
    width: 20%;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .staying-plan5 .plan--block {
        width: 50%; } }
    .staying-plan5 .plan--block .inner-box {
      padding: 0 5px; }
      @media screen and (max-width: 768px) {
        .staying-plan5 .plan--block .inner-box {
          padding: 0 5px; } }
      .staying-plan5 .plan--block .inner-box .caption {
        display: flex;
        text-align: left;
        justify-content: center;
        padding: .4em 0;
        margin-bottom: 15px; }
      .staying-plan5 .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-plan5 .plan--block .inner-box p {
            font-size: 11px;
            font-weight: 500; } }
        .staying-plan5 .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 figure,
.staying-plan5 .inner-box figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin: 0 auto; }
  .staying-plan .inner-box figure img,
  .staying-plan5 .inner-box figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 130%;
    max-height: 130%; }

.rsv-wrap iframe {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .rsv-wrap 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; } }

.rsv-link-block {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 15px; }
  @media screen and (max-width: 479px) {
    .rsv-link-block {
      margin: 5px; } }
  .rsv-link-block li {
    font-size: 14px;
    display: inline-block;
    width: 30%;
    line-height: 0;
    text-align: center;
    padding: 2px 5px; }
    @media screen and (max-width: 479px) {
      .rsv-link-block li {
        width: 100%;
        font-size: 13px; } }
    .rsv-link-block li img {
      display: block;
      width: auto;
      margin: 0 auto 5px; }
  .rsv-link-block .btn-link {
    color: #333;
    font-weight: 400;
    margin: 5px;
    padding: 15px;
    width: 100%;
    border: 1px solid #666;
    display: block; }
    @media screen and (max-width: 479px) {
      .rsv-link-block .btn-link {
        margin-bottom: 5px; } }
    .rsv-link-block .btn-link:hover {
      color: #FFF;
      background: #222;
      text-decoration: none !important; }

.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-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: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 479px) {
      .map-navi-wrap .nav-flex {
        padding: 10px 5px;
        bottom: 20%; } }
  .map-navi-wrap .nav-flex li {
    width: 50%;
    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(10%);
  -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 {
  width: 100%;
  padding: 60px 15px; }
  @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, 63, 142, 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; }

.download-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 15px; }
  @media screen and (max-width: 640px) {
    .download-block {
      margin: 5px; } }
  .download-block li {
    font-size: 14px;
    display: inline-block;
    width: 33.3333%;
    line-height: 0;
    text-align: center;
    padding: 2px 5px; }
    @media screen and (max-width: 768px) {
      .download-block li {
        width: 100%;
        font-size: 14px; } }
    .download-block li a {
      width: 100%; }
    .download-block li .btn {
      padding: 1em !important;
      border-radius: 2px; }

.pr-covid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  position: relative;
  margin: 0 15px 20px; }
  .pr-covid .pr-item {
    font-weight: 400;
    padding: 1em;
    border-radius: 8px;
    width: 20%;
    position: relative;
    background-color: #eaf4ff;
    border: 2px solid #FFF; }
    @media screen and (max-width: 479px) {
      .pr-covid .pr-item {
        width: 50%;
        padding: 1em .5em;
        text-align: left; } }

.pr-covid .pr-item img {
  display: block;
  margin: auto;
  width: auto;
  height: 50px;
  opacity: 1.0;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .pr-covid .pr-item img {
      height: 35px;
      margin-bottom: 5px; } }
.pr-covid .pr-item p {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 479px) {
    .pr-covid .pr-item p {
      font-size: .9em;
      text-align: left; } }
  .pr-covid .pr-item p span {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    padding-right: 1px;
    color: #68A4DA; }
  .pr-covid .pr-item p small {
    display: inline-block; }
@media screen and (max-width: 768px) {
  .pr-covid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    position: relative; } }

.video-section {
  width: 75%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .video-section {
      width: 100%; } }
  .video-section .video {
    width: 100%;
    height: auto; }

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

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; }

.dl-topic-golf {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px auto;
  padding-top: 1em; }
  .dl-topic-golf dt {
    flex-basis: 20%;
    font-weight: 600;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC; }
    @media screen and (max-width: 640px) {
      .dl-topic-golf dt {
        flex-basis: 100%;
        margin-bottom: 0;
        border-bottom: none; } }
  .dl-topic-golf dd {
    flex-basis: 80%;
    color: #444;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC; }
    @media screen and (max-width: 640px) {
      .dl-topic-golf dd {
        flex-basis: 100%; } }

/*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 #CCC; }
    .info-block li span.p-date {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      display: inline-block;
      width: 8em; }
      @media screen and (max-width: 479px) {
        .info-block li span.p-date {
          display: block; } }
    .info-block li:first-child {
      border-top: 1px dotted #CCC; }
  .info-block a {
    color: #606060;
    display: block;
    padding: 1em .5em; }
    @media screen and (max-width: 479px) {
      .info-block a {
        padding: .5em 0; } }
    .info-block a:hover {
      color: #00bbdd;
      text-decoration: underline; }

.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-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .pickup-wrap {
      border-top: 1px dotted #CCC;
      padding-top: 10px; } }
  .pickup-wrap .pickup--item {
    width: 49%;
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 640px) {
      .pickup-wrap .pickup--item {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px dotted #CCC; } }
    .pickup-wrap .pickup--item a {
      color: #333;
      display: flex;
      padding: 10px;
      background: #FFF;
      border: 1px solid #ccc;
      width: 100%; }
      @media only screen and (max-width: 640px) {
        .pickup-wrap .pickup--item a {
          padding: 0;
          background-color: inherit;
          border: none; } }
      .pickup-wrap .pickup--item a:hover {
        padding: 9px;
        color: #00bbdd;
        border: 2px solid #2098d1;
        background: #f9fcff; }
        @media only screen and (max-width: 640px) {
          .pickup-wrap .pickup--item a:hover {
            padding: 0;
            background-color: inherit;
            border: none; } }

.pickup-wrap .pickup--item .item-thumbnail {
  width: 30%;
  margin-right: 1em;
  line-height: 0; }
  @media only screen and (max-width: 640px) {
    .pickup-wrap .pickup--item .item-thumbnail {
      width: 25%; } }
  .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 {
        height: 80px; } }
.pickup-wrap .pickup--item .item-caption {
  width: 70%; }
  @media only screen and (max-width: 640px) {
    .pickup-wrap .pickup--item .item-caption {
      width: 75%; } }
  .pickup-wrap .pickup--item .item-caption span.label {
    font-family: "Lato", sans-serif;
    display: table;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 6px !important;
    color: white;
    background: #34325A;
    border-radius: 2px;
    margin-bottom: 3px; }
    @media only screen and (max-width: 640px) {
      .pickup-wrap .pickup--item .item-caption span.label {
        font-size: 10px; } }
  .pickup-wrap .pickup--item .item-caption h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: .5em; }
    @media only screen and (max-width: 640px) {
      .pickup-wrap .pickup--item .item-caption h4 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: .2em; } }
  .pickup-wrap .pickup--item .item-caption p {
    font-size: 13px;
    line-height: 1.2; }
    @media only screen and (max-width: 640px) {
      .pickup-wrap .pickup--item .item-caption p {
        font-size: 12px; } }

.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: auto !important;
    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 .5em;
        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"); }

.bg-japan-vsl {
  background-size: cover;
  position: relative;
  background-position: center top;
  z-index: 1;
  background-image: url("../../stay/img/plan/bg_osaka.jpg");
  background-repeat: no-repeat; }
  .bg-japan-vsl::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6); }

.support-plan-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .support-plan-img li {
    width: 30%; }
    .support-plan-img li img {
      padding: 5px; }

.plan-detail {
  text-align: center; }
  .plan-detail .p-lead {
    font-weight: 600;
    margin-bottom: 0; }
  .plan-detail .p-price span {
    font-family: "Lato", sans-serif;
    color: #D00;
    font-size: 1.8em; }
    .plan-detail .p-price span::after {
      content: "円";
      font-size: 16px; }

.sightseeing-plan-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .sightseeing-plan-img li {
    width: 25%;
    line-height: 1.2;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sightseeing-plan-img li {
        width: 50%; } }
    .sightseeing-plan-img li img {
      padding: 5px 5px 0; }

.table-plan {
  width: 100%; }
  .table-plan thead tr th {
    font-size: 14px;
    padding: 10px;
    background: #00608d;
    color: #FFF;
    text-align: center;
    vertical-align: middle !important;
    font-weight: 300;
    border-right: 1px dotted #CCC; }
  .table-plan tbody th, .table-plan 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-plan tbody th:first-child, .table-plan tbody td:first-child {
      border-left: 1px dotted #CCC;
      font-weight: 400; }
  .table-plan tbody tr:last-child td {
    border-bottom: 1px dotted #CCC; }

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

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

.dl-stay-plan dt, .dl-stay-plan dd {
  font-size: 15px;
  margin-bottom: .5em; }
.dl-stay-plan dt {
  width: 7em;
  color: #FFF;
  background-color: #223377;
  text-align: center;
  float: left; }
  @media screen and (max-width: 768px) {
    .dl-stay-plan dt {
      float: none; } }
.dl-stay-plan dd {
  margin-left: 7.5em; }
  @media screen and (max-width: 768px) {
    .dl-stay-plan dd {
      margin-left: 0; } }

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

stay group.scss

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

.flex-point .point--inner {
  font-size: 13px;
  margin: 10px 0;
  line-height: none;
  overflow: hidden;
  width: 50%; }
  @media screen and (max-width: 991px) {
    .flex-point .point--inner {
      width: 100%; } }

.flex-point .point--inner:nth-child(odd) {
  padding-right: 15px; }
  @media screen and (max-width: 991px) {
    .flex-point .point--inner:nth-child(odd) {
      padding-right: 0; } }
.flex-point .point--inner:nth-child(even) {
  padding-left: 15px; }
  @media screen and (max-width: 991px) {
    .flex-point .point--inner:nth-child(even) {
      padding-left: 0; } }

.flex-point .point--inner h4 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #00a1e9;
  margin-bottom: 10px; }
  .flex-point .point--inner h4:first-letter {
    font-size: 1.5em;
    color: #FFF;
    background: #00a1e9;
    padding: 1px 5px; }
  @media screen and (max-width: 479px) {
    .flex-point .point--inner h4 {
      font-size: 18px; } }
.flex-point .point--inner figure {
  width: 35%;
  float: left;
  display: inline-block; }
  @media screen and (max-width: 479px) {
    .flex-point .point--inner figure {
      width: 100%;
      padding-bottom: 10px; } }
  .flex-point .point--inner figure img {
    width: 100%; }
.flex-point .point--inner div.point-exp {
  width: 65%;
  display: inline-block;
  padding-left: 15px; }
  @media screen and (max-width: 479px) {
    .flex-point .point--inner div.point-exp {
      width: 100%; } }
  .flex-point .point--inner div.point-exp ul li {
    list-style: disc;
    margin-left: 15px; }
.flex-point .point--inner p {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 479px) {
    .flex-point .point--inner p {
      font-size: 11px; } }
.flex-point .point--inner span {
  display: inline;
  font-size: inherit;
  color: inherit;
  letter-spacing: 1px;
  margin: 0; }
  .flex-point .point--inner span.label, .flex-point .point--inner span.label-other {
    color: white;
    font-size: .85em !important;
    background: #D00;
    padding: 1px 8px 1px; }
  .flex-point .point--inner span.label-other {
    background: white; }
  @media screen and (max-width: 479px) {
    .flex-point .point--inner span {
      font-size: 11px; } }

table.table-point tbody td {
  padding: 0 0 .3em;
  vertical-align: top; }

.plan-room-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  padding: 20px 0; }
  .plan-room-wrap .plan--room {
    width: 50%;
    padding: 15px;
    text-align: center;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .plan-room-wrap .plan--room {
        width: 100%;
        order: 1; } }
    .plan-room-wrap .plan--room img {
      display: block;
      margin-bottom: 10px; }
    .plan-room-wrap .plan--room h4 {
      font-family: "Noto Serif", serif;
      font-weight: 500; }

.list-inline-item {
  display: inline-block; }

.room-spec-item li + li {
  padding-left: 15px;
  padding-right: 20px; }

.room-spec-item li span {
  font-weight: 500;
  text-align: center;
  display: block;
  font-family: 'Noto Serif', serif; }
  .room-spec-item li span.text {
    color: #777;
    font-size: 12px; }
  .room-spec-item li span.number {
    font-size: 1.2em; }

.room-spec-item {
  margin-bottom: 20px; }
  .room-spec-item li {
    position: relative; }
    .room-spec-item li::before {
      content: "";
      width: 1px;
      height: 100%;
      background-color: #CCC;
      position: absolute;
      right: 0;
      top: 0; }
    .room-spec-item li:first-child {
      padding-right: 10px; }
    .room-spec-item li:last-child:before {
      display: none; }

.room-name {
  font-size: 20px;
  font-family: "Noto Serif", serif;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333; }
  @media screen and (max-width: 479px) {
    .room-name {
      font-size: 18px; } }
  .room-name span {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    color: #666;
    font-weight: 300;
    font-size: .7em;
    padding-left: 1em; }
    @media screen and (max-width: 479px) {
      .room-name span {
        display: block;
        padding-left: 0; } }

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

GoTo travel

////////////////////////////////////////////////////////////////////////////*/
.home-goto-bnr {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 0;
  margin: 20px 15px; }
  .home-goto-bnr div {
    width: 50%;
    text-align: center;
    font-size: 16px; }
    .home-goto-bnr div img {
      display: block;
      padding-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .home-goto-bnr div {
        width: 80%; } }
    @media screen and (max-width: 479px) {
      .home-goto-bnr div {
        width: 100%;
        font-size: 15px; } }
    .home-goto-bnr div a {
      color: #333;
      font-family: "Noto Serif", serif; }

.goto-guide {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 479px) {
    .goto-guide {
      width: 100%; } }
  .goto-guide .guide-block {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    padding: 10px 10px;
    width: 100%;
    color: #333;
    background: #e0edff;
    border: solid 2px #88b5d3;
    box-sizing: border-box; }
    .goto-guide .guide-block:not(:last-child)::before {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 13px solid transparent;
      border-top: 13px solid #e0edff;
      z-index: 2; }
    .goto-guide .guide-block:not(:last-child)::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -18px;
      border: 16px solid transparent;
      border-top: 14px solid #88b5d3;
      z-index: 1; }
    .goto-guide .guide-block p {
      font-size: 18px;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 479px) {
        .goto-guide .guide-block p {
          font-size: 14px;
          line-height: 1.4; } }
      .goto-guide .guide-block p::first-letter {
        font-size: 24px;
        line-height: 1;
        font-style: normal;
        color: #00afcc;
        font-family: "Marcellus", serif;
        padding-right: .2em; }
        @media screen and (max-width: 479px) {
          .goto-guide .guide-block p::first-letter {
            display: block; } }

.goto-guide .guide-block a {
  text-decoration: underline !important; }

.bnr-goto {
  position: relative;
  text-align: center;
  margin: 20px auto; }
  .bnr-goto a {
    color: #FFF;
    display: block;
    padding: 1em 2em 0.5em;
    background-color: #00bbdd; }
    @media screen and (max-width: 479px) {
      .bnr-goto a {
        padding: 10px 5px; } }
    .bnr-goto a:hover {
      color: #FFF;
      background-color: #222; }
  .bnr-goto h4 {
    font-weight: 400;
    text-align: center;
    line-height: 1.2; }
    .bnr-goto h4::after {
      font-family: 'icofont';
      content: "\ea67";
      line-height: 1;
      display: block;
      color: inherit;
      padding: 5px;
      font-size: 1.4em; }
    @media screen and (max-width: 479px) {
      .bnr-goto h4 {
        font-size: 13px; } }

/*	.ul-gude{
	    margin-left: 0;
    	padding-left: 0;
		display: flex;
    	flex-wrap: wrap;
		position: relative;
		
		.guide-text{
			
		}
		
		li{
			display: block;
			width: 100%;
			font-size: 18px;
			line-height: 30px;
			border: 1px solid #CCC;
			padding: 1em 2em;
			margin: 10px 0;
			border-radius: 5px;
			box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.2);
			
			
			&::first-letter{
				font-size: 30px;
				color: #00afcc;
			}
			&::after{
				position: absolute;
				content: "↓";
				margin-top: 50px;
				text-align: center;
			}
		}
		
	}*/
/*////////////////////////////////////////////////////////////////////////////

Restaurant scss

////////////////////////////////////////////////////////////////////////////*/
.rest-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 15px 10px; }
  .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: 10px; }
  @media screen and (max-width: 768px) {
    .rest-wrap .menu--block {
      width: 50%; } }
  @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 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-blue,
.notes-purple,
.notes-amber,
.notes-green {
  padding: 10px 15px;
  position: relative;
  margin: 10px 0; }
  @media screen and (max-width: 768px) {
    .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; }

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

Banquet scss

////////////////////////////////////////////////////////////////////////////*/
.banquet-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0;
  margin-top: 0; }
  .banquet-feature .feature--block {
    width: 33.3333%;
    padding: 0 15px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .banquet-feature .feature--block {
        width: 50%;
        padding: 5px;
        border-right: none; } }
    @media screen and (max-width: 479px) {
      .banquet-feature .feature--block {
        width: 50%; } }
    .banquet-feature .feature--block figure, .banquet-feature .feature--block img {
      line-height: 0;
      margin: 0;
      padding: 0; }
    .banquet-feature .feature--block .caption {
      padding: .3em .5em;
      margin-bottom: 20px; }
      @media screen and (max-width: 479px) {
        .banquet-feature .feature--block .caption {
          margin-bottom: 10px; } }
      .banquet-feature .feature--block .caption h4 {
        font-family: "Noto Serif", serif;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px; }
        @media screen and (max-width: 479px) {
          .banquet-feature .feature--block .caption h4 {
            font-size: 16px;
            letter-spacing: 0; } }
      .banquet-feature .feature--block .caption p {
        color: #666; }

.banquet-feature .feature--block a .caption {
  display: block;
  color: #333; }
.banquet-feature .feature--block a:hover .caption {
  color: #00bbdd; }

.hall-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 40px 10px　20px; }
  .hall-wrap .hall--visual {
    width: 50%;
    padding: 0 15px;
    text-align: center;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .hall-wrap .hall--visual {
        width: 100%;
        padding: 0;
        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: 50%;
    font-size: 13px;
    text-align: center;
    padding: 5px; }
    .hall-wrap .ul-layout li a {
      color: #000;
      display: block; }
      .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-hoyo {
  background-image: url("../../banquet/img/bg_houyou.jpg"); }
  .bg-cover.bg-hoyo::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-hoyo::after {
    background-color: rgba(16, 0, 25, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1; }

.bg-cover.bg-kofun {
  background-image: url("../../banquet/img/bg_kofun.jpg"); }
  .bg-cover.bg-kofun::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-kofun::after {
    background-color: rgba(0, 106, 108, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1; }

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.3333%;
    padding: 15px;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .party-plan .course {
        width: 100%;
        padding: 0;
        border: none; } }
    .party-plan .course h3 {
      font-family: "Noto Serif", serif;
      text-align: center;
      line-height: 1.5; }
      .party-plan .course h3 span {
        font-size: .7em; }
    .party-plan .course .caption {
      padding-bottom: 1em; }
      .party-plan .course .caption dl {
        font-size: 13px;
        line-height: 1.2; }
      .party-plan .course .caption dt {
        float: left;
        clear: left;
        width: 4em;
        display: block;
        margin-bottom: .5em;
        font-weight: 500; }
      .party-plan .course .caption dd {
        margin-left: 5em;
        width: auto;
        display: block;
        margin-bottom: .5em;
        font-weight: 300; }

.hall-wrap.party-block {
  justify-content: center;
  align-items: stretch;
  position: relative;
  padding: 10px; }
  .hall-wrap.party-block .caption h4.h-hoyo {
    font-family: "Noto Serif", serif;
    font-size: 22px;
    font-weight: 600;
    color: #3c096c;
    margin-bottom: .5em;
    letter-spacing: 2px; }
    @media screen and (max-width: 479px) {
      .hall-wrap.party-block .caption h4.h-hoyo {
        font-size: 20px;
        letter-spacing: 0; } }
  .hall-wrap.party-block .caption p {
    text-align: left; }
  .hall-wrap.party-block .caption .p-price {
    color: #D00;
    font-size: 1.5em;
    font-weight: 400; }
    .hall-wrap.party-block .caption .p-price::after {
      content: "円";
      font-size: 14px; }
  .hall-wrap.party-block .caption ul li {
    font-size: 14px; }
  .hall-wrap.party-block .caption .ul-service {
    margin-bottom: 1em; }
    .hall-wrap.party-block .caption .ul-service li {
      display: inline-block;
      padding-right: 1em;
      font-size: 14px; }
      .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: 5em;
        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; }

.route-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
  text-align: center; }
  @media screen and (max-width: 479px) {
    .route-flexbox {
      flex-direction: column; } }
  .route-flexbox li {
    width: 25%;
    padding: 5px 15px 5px 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .route-flexbox li {
        width: 50%;
        padding: 5px; } }
    @media screen and (max-width: 479px) {
      .route-flexbox li {
        width: 100%;
        padding: 5px; } }
    .route-flexbox li span {
      text-align: center;
      display: table;
      margin: 0;
      padding: .2em 1em;
      width: 100%; }
    .route-flexbox li::after {
      font-family: 'icofont';
      content: "\ea69";
      color: #666;
      line-height: 1;
      font-size: 1.3em;
      position: absolute;
      top: 50%;
      right: -3px; }
      @media screen and (max-width: 479px) {
        .route-flexbox li::after {
          content: "\ea67";
          position: relative; } }
    .route-flexbox li:last-child::after {
      content: ""; }

.route-flexbox li span.route01 {
  background-color: #c85554;
  color: white; }
.route-flexbox li span.route02 {
  background-color: #69b076;
  color: white; }
.route-flexbox li span.route03 {
  background-color: #6c9bd2;
  color: white; }

ul.link-btn-course {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0;
  margin-top: 0;
  list-style: none; }
  ul.link-btn-course 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.link-btn-course li {
        width: 100%;
        font-size: 15px; } }
    ul.link-btn-course li i {
      padding-left: 1em;
      font-size: 2em;
      display: inline-block; }
    ul.link-btn-course 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.3);
      position: relative; }
      ul.link-btn-course li a::after {
        font-family: 'icofont';
        content: "\eaca";
        font-size: 2em;
        position: absolute;
        right: 15px;
        margin-top: -12px;
        color: inherit; }
      ul.link-btn-course li a span {
        display: block;
        font-size: .65em;
        font-weight: 300; }
      ul.link-btn-course li a:hover {
        color: #FFF;
        background: rgba(52, 152, 219, 0.8);
        border: 1px solid rgba(3, 169, 244, 0.6); }

/*

.route-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
    
    li{
       
        list-style: none;
        display: table;
        line-height: 1;
        overflow: hidden;
        //margin-right: 10px;
        //margin-bottom: 5px;
        width: 100%;
        

        @media screen and (max-width: 479px) {
            margin: 0 5px; 
        }
        
        span{
             text-align: center;
            display: table;
            margin: 0;
            padding: 10px 15px;
            margin-bottom: 2px;
            border: 1px solid #CCC;
            width: 100%;
        }
        
        &::before{
            font-family: 'icofont';
            content: "\ea67";
            color: #666;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1.3em;
            //margin-right: 10px;
            display: block;
            text-align: center;
    
            
            @media screen and (max-width: 479px) {
                margin-right: 5px;
            }
        }
    }
    
    li:first-child{
        &::before{
            content: "";
            margin-right: 0;
        }
    }
}
    
.route-course {
    
    li{
        
        span.route01{
            background-color: #c85554;
            border-color: #c85554;
            color: white;
            display: block;
            
        }
        span.route02{
            background-color: #6c9bd2;
            border-color: #6c9bd2;
            color: white;
            display: block;
        }
        span.route03{
            background-color: #69b076;
            border-color: #69b076;
            color: white;
            display: block;
        }
        span.route04{
            background-color: #867ba9;
            border-color: #867ba9;
            color: white;
            display: block;
        }
    }
}
*/
@media all and (-ms-high-contrast: none) {
  .route-course li {
    display: inline-block; } }
/*////////////////////////////////////////////////////////////////////////////

 access pase scss

////////////////////////////////////////////////////////////////////////////*/
.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: 800px;
    margin-top: -150px; }
    @media screen and (max-width: 479px) {
      .gmap-access > iframe {
        height: 550px; } }

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

.access-wrap .ul-access {
  margin: 0 0 1em 0; }
  .access-wrap .ul-access::before {
    content: ""; }
  .access-wrap .ul-access li {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: .5em; }
    .access-wrap .ul-access li::after {
      font-family: 'icofont';
      content: '\ea94';
      display: inline-block;
      line-height: 1;
      color: #000;
      margin: 0; }
    .access-wrap .ul-access li:last-child::after {
      content: ""; }
    .access-wrap .ul-access li span {
      font-size: .9em;
      border: 1px solid #666;
      padding: .1em .3em;
      margin: 3px; }

.access-wrap .ul-route {
  width: 80%;
  margin: auto; }
  .access-wrap .ul-route li a {
    font-size: 14px;
    width: 100%;
    display: block;
    position: relative;
    padding-top: .8em;
    padding-bottom: .8em; }
    .access-wrap .ul-route li a::before {
      font-family: 'icofont';
      display: inline-block;
      line-height: 1;
      margin-right: 10px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .access-wrap .ul-route li a.map-pin::before {
      content: '\ef8a';
      font-size: 1.2em; }

.access-wrap .ul-car {
  margin: 0 0 1em 0; }
  .access-wrap .ul-car::before {
    content: ""; }
  .access-wrap .ul-car li {
    line-height: 1.6;
    margin-bottom: .8em; }
    .access-wrap .ul-car li::before {
      font-family: 'icofont';
      content: '\effc';
      display: inline-block;
      line-height: 1;
      color: #001845;
      margin-right: 2px; }
    .access-wrap .ul-car li span {
      display: inline-block;
      font-size: .9em;
      border: 1px solid #666;
      padding: .1em .3em;
      margin: 3px; }
    .access-wrap .ul-car li .btn {
      font-size: 14px;
      padding-top: .8em;
      padding-bottom: .8em; }

.access-wrap .dl-access {
  position: relative;
  padding: 0 0 15px; }
  .access-wrap .dl-access dt, .access-wrap .dl-access dd {
    font-weight: normal;
    line-height: normal; }
  .access-wrap .dl-access dt {
    float: left;
    clear: left;
    width: 40%;
    font-size: 13px;
    padding: .1em 1em;
    margin-bottom: 0;
    white-space: nowrap;
    color: #FFF;
    background-color: #22428D;
    margin-bottom: 0; }
  .access-wrap .dl-access dd {
    float: left;
    width: 60%;
    padding-left: .5em;
    display: inline-block;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .access-wrap .dl-access dd {
        width: 100%;
        margin-left: 0;
        padding-left: 0; } }
    .access-wrap .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; }

.h-afternoon {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #24140e;
  font-style: oblique;
  letter-spacing: 3px;
  padding-bottom: .3em; }
  @media screen and (max-width: 640px) {
    .h-afternoon {
      font-size: 24px; } }

.label-afternoon {
  color: #FFF;
  background: #942343;
  font-weight: 700;
  padding: .3em 1em; }

.afternoon-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .afternoon-wrap .visual--block {
    width: 40%; }
  .afternoon-wrap .content--block {
    width: 55%; }
    .afternoon-wrap .content--block .p-date {
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 1.5;
      margin-bottom: .5em; }
      .afternoon-wrap .content--block .p-date .labeling {
        display: inline-block;
        font-size: .8em;
        color: #FFF;
        background: #6c2735;
        padding: .2em .8em;
        margin-right: 1em;
        border-radius: 2px; }
      .afternoon-wrap .content--block .p-date .normal {
        font-size: .8em;
        font-weight: 400;
        letter-spacing: 0;
        padding-left: 4.5em; }
  @media screen and (max-width: 640px) {
    .afternoon-wrap .visual--block {
      width: 100%;
      order: 1; }
    .afternoon-wrap .content--block {
      width: 100%;
      order: 0; }
      .afternoon-wrap .content--block .p-date {
        letter-spacing: 0; } }

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

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; } }
