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

STYLE

//////////////////////////////////////////////////////*/
@import url(icofont.min.css);
@import "animate.css" screen;
@import "https://use.fontawesome.com/releases/v5.10.2/css/all.css";
/*------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cormorant+SC:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/*------------------------------------------------------------------------------------------*/
.btn, .staying-plan .inner-box a .caption, .home-map-wrap .block--gmap > iframe {
  -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; }

a.image-popup img {
  background: #FFF; }
  a.image-popup img:hover {
    filter: none; }

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 JP", 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; }

@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 JP", serif;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
    /*&::before ,&::after{
    	font-family: $font-lato;
    	content: '─';
    	font-weight: 300;
    	display: inline-block;
    	padding: 0 .5em;
    	color: #888;
    }*/ }
    @media screen and (max-width: 479px) {
      .page-heading h2 {
        font-size: 22px;
        letter-spacing: 0; } }
  .page-heading h3 {
    color: #222;
    font: 400 26px/1.5 "Noto Serif JP", serif;
    letter-spacing: 1px;
    text-align: center; }
    @media screen and (max-width: 479px) {
      .page-heading h3 {
        font-size: 20px;
        letter-spacing: 0; } }

.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(14, 35, 80, 0.8);
  height: 3px;
  width: 50px;
  position: relative;
  z-index: 1;
  margin: -5px auto 15px;
  display: none; }

.h-side::before, .h-side::after {
  content: '─';
  font-weight: 300;
  display: inline-block;
  padding: 0 .5em;
  color: #666; }

.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-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; } }
.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(255, 255, 255, 0); }

#main-logo {
  margin: 10px 0 5px 20px;
  padding: 0;
  width: 350px; }
  @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: 300px;
  margin-top: 5px; }

#main-logo .logo-secondary {
  width: 300px;
  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: #EEE; }
  #header-section #p-menu-wrap .sf-menu a.active {
    color: #999;
    font-weight: 500; }

#header-section.p-scrolled {
  padding: 0;
  background-color: white;
  -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: #2e2e2e;
  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.8em; }

#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: #0E2350;
  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: #0E2350;
  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: white;
  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: 0; }
  #main-logo-mobile-wrap h1 img {
    height: 42px; }

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

header scss

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

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

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

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

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

.header-vsl {
  background-position: center center; }
  .header-vsl::after {
    background-color: rgba(35, 41, 57, 0.5); }
  .header-vsl.type--info {
    background-image: url(../img/bg/hd_info.jpg);
    background-position: center bottom; }
  .header-vsl.type--room {
    background-image: url(../img/bg/hd_room.jpg); }
  .header-vsl.type--rest {
    background-image: url(../img/bg/hd_restaurant.jpg); }
  .header-vsl.type--facility {
    background-image: url(../img/bg/hd_hotel.jpg); }
  .header-vsl.type--hotel {
    background-image: url(../img/bg/hd_hotel.jpg); }
  .header-vsl.type--contact {
    background-image: url(../img/bg/hd_contact.jpg); }
  .header-vsl.type--access {
    background-image: url(../img/bg/hd_access.jpg);
    background-position: center bottom; }

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

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

.title-section {
  position: relative;
  margin-top: 0;
  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: white;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
    @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; }
  @media screen and (max-width: 479px) {
    .page-nav.video-hide {
      display: none; } }

.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: 33.3333%;
    line-height: 0;
    text-align: center;
    padding: 2px 5px; }
    @media screen and (max-width: 479px) {
      .contact-block li {
        width: 100%;
        font-size: 14px; } }
    @media screen and (max-width: 479px) {
      .contact-block li:first-child {
        width: 100%;
        padding: 0; }
        .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 {
      color: #FFF;
      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 {
    background: #222; }
.contact-block .icon-mobile {
  color: #000; }
  .contact-block .icon-mobile:hover {
    color: inherit;
    background: #FFF;
    border: 1px solid #333; }

#project-main {
  display: flex;
  flex-direction: column;
  min-height: 85vh; }

.foot-inverse {
  margin-top: auto;
  color: #F0F0F0; }

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

.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;
  text-align: center; }
  #footer-section::after {
    background-color: rgba(14, 35, 80, 0.7);
    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-top: 40px;
  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: "Open Sans", 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;
    color: #FFF; }
    @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%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
  background-position: center center;
  -webkit-background-size: 100% cover;
  -moz-background-size: 100% cover;
  -o-background-size: 100% cover;
  background-size: 100% cover;
  background-attachment: relative;
  overflow: hidden; }
  @media screen and (max-width: 479px) {
    .section-divider {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .section-divider.padding-sm {
    padding-bottom: 30px;
    padding-top: 30px; }
  .section-divider.padding-xs {
    padding-bottom: 15px;
    padding-top: 15px; }
  .section-divider.padding-title {
    padding-bottom: 0; }
    @media screen and (max-width: 479px) {
      .section-divider.padding-title {
        margin-top: 40px; } }

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

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

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

.bg-white {
  background: #FFFFFF; }

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

.bg-green {
  background: rgba(83, 143, 154, 0.1); }

.bg-green-alpha {
  background: rgba(83, 143, 154, 0.1); }

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

.notes-purple,
.notes-amber,
.notes-blue {
  padding: 10px 15px;
  position: relative;
  margin: 10px 0; }

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

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

.notes-blue {
  background-color: rgba(178, 203, 228, 0.2);
  border: 1px solid #b2cbe4; }

@media screen and (max-width: 768px) {
  .order1 {
    order: 0; }

  .order2 {
    order: 1; }

  .order3 {
    order: 2; }

  .order4 {
    order: 3; }

  .order5 {
    order: 4; }

  .order6 {
    order: 5; }

  .order7 {
    order: 6; }

  .order8 {
    order: 7; }

  .order9 {
    order: 8; }

  .orde10 {
    order: 9; } }
/*////////////////////////////////////////////////////////////////////////////

SP Object scss

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

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

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

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

/*--------------------------------------------------------------------
 R-whith
--------------------------------------------------------------------*/
.bg-rsv {
  background: rgba(14, 35, 80, 0.8);
  color: #FFF; }

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

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

.rsv-frame {
  display: table;
  width: auto;
  margin: auto;
  padding: 20px 0; }
  .rsv-frame .block-title {
    display: table-cell;
    width: 12em;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding-right: 1em; }
    .rsv-frame .block-title .p-lead {
      color: #FFF;
      font-size: 15px;
      font-family: "Noto Serif JP", serif;
      font-weight: 300;
      letter-spacing: 1px;
      text-align: center;
      line-height: 1;
      display: table;
      padding: 2.5em 2em 2.5em;
      margin: auto;
      background: rgba(14, 35, 80, 0.8);
      border-radius: 2px;
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .rsv-frame .block-item {
    display: table-cell;
    width: auto; }

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

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

.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: #0E2350; }
  @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; } }

.flex-rsv .btn-search {
  font-size: 14px;
  color: #FFF;
  padding: 1em 3em;
  background: #3498db;
  margin: 20px 0 0 10px;
  display: inline-block;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  height: 50px; }
  .flex-rsv .btn-search:hover, .flex-rsv .btn-search:active, .flex-rsv .btn-search:focus {
    color: #FFF;
    background: #0E2350; }
  .flex-rsv .btn-search::after {
    font-family: 'icofont';
    content: "\eaa0";
    color: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em; }
  @media screen and (max-width: 768px) {
    .flex-rsv .btn-search {
      margin: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

nav scss

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

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

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

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

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

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

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

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

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

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

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

icon scss

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

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

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

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

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

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

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

.icon-arrow-up::after {
  content: "\eab9";
  padding-left: 5px; }

.icon-bed::before {
  content: "\eeb7"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-url::before {
  content: "\ef1f"; }

/*
.icon-url{
	transition: all 0.3s ease 0s;
    font-family: $font-lato ;
    
    &::after{
        font-family: 'icofont';
		content: "\ef1f";
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
        //font-size: 1.2em;
		float: right;
        margin-right: 5px;
        display: inline-block;
    }
}*/
.icon-exp::after {
  font-family: 'icofont';
  content: "\ef1f";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 5px; }

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

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

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

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

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

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

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

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

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

btn scss

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

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

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

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

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

.btn-goto {
  background-color: #538F9A;
  color: #FFF; }
  .btn-goto:hover, .btn-goto:active, .btn-goto:focus {
    background-color: #0E2350;
    color: #FFF; }
  @media screen and (max-width: 479px) {
    .btn-goto {
      font-size: .9em; } }

/*
.btn-rsv{
    color: #FFF;
    //padding: 15px 40px;
	background: #28bbf8;
	border: 1px solid #28bbf8;
    font-weight: 500;
    
    &:hover, &:active, &:focus {
        background-color: $bg-hover;
        color:#FFF;
    }
}
*/
.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-weight: normal;
  border-radius: 2px;
  margin-right: 2px;
  padding: 3px 6px; }

.label-red {
  background-color: #e8383d;
  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 > tbody > tr > th {
  width: 20%;
  font-weight: 400;
  white-space: nowrap; }
  .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: #F5F5F5;
      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: #FFF;
      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; } }

.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 {
  border: 1px solid #888;
  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; } }

/*

#form-val .form-group {
	margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.form-group lebel > input {
    margin-right: 2em !important;
    
}

.form-group input{
    position: relative;
    vertical-align: middle;
	top: 5px;
    margin-right: 5px;
    
    @media screen and (max-width: 479px) {
        top: 0;
    }
}

@media screen and (max-width: 479px) {
    input,
    textarea,
    select {
    //font-size: 15px !important;
    }
}
*/
/*

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

.btn-confirm, .btn-confirm:focus,
.btn-back, .btn-back:focus,
.btn-send, .btn-send:focus{
    border-radius: 0;
    color: #282e3c;
    background-color: #FFF;
    border: 1px solid #555;
    padding: 8px 25px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.btn-confirm:hover,
.btn-back:hover,
.btn-send:hover{
    background-color: #282e3c;
    color: #FFF;
}

.btn-confirm::after,
.btn-send::after,
.btn-back::before {
    font-family: 'icofont';
    color: inherit;
    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.3em;
 }

.btn-confirm::after{
    content: "\eaa0";
    padding-left: 5px;    
}

.btn-send::after{
    content: "\efb4";
    padding-left: 5px;    
}

.btn-back::before{
    content: "\eab5";
    padding-right: 5px;    
}
*/
/*
.thanks{
    text-align: center;
    line-height: 2;
}

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

}
*/
/* Form Order */
/*
.vertical-align-em input,
.vertical-align-em select{
	vertical-align:middle;
}

label.normal{
	font-weight: normal;
}

label.normal input{
	margin-left:5px;
	margin-right:5px
}*/
/*////////////////////////////////////////////////////////////////////////////

SLIDE

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

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

.slick-initialized {
  opacity: 1; }

.v-head-wrap h1 {
  font: 500 40px "Cormorant Garamond", serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 1; }
  @media screen and (max-width: 479px) {
    .v-head-wrap h1 {
      font-size: 24px;
      letter-spacing: 1px; } }
  .v-head-wrap h1 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 1px; }
    @media screen and (max-width: 479px) {
      .v-head-wrap h1 span {
        font-size: 14px; } }

.slider--v {
  position: relative;
  max-width: 100%; }
  .slider--v.mask::after {
    background-color: rgba(0, 0, 0, 0.4);
    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: 57%;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 991px) {
    .sld--sub {
      top: 56%; } }
  @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%; } }

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

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

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

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

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

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

.slick-initialized {
  opacity: 1; }

.slick-dots {
  bottom: 5px;
  background: #FFF; }

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

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

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

layout scss

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

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

HME scss

////////////////////////////////////////////////////////////////////////////*/
.main-copy p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  text-align: center; }
  @media screen and (max-width: 479px) {
    .main-copy p {
      font-size: 14px;
      text-align: left; } }

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

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

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

.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: 33.3333%;
    text-align: center;
    line-height: 0;
    padding: 5px 8px;
    display: inline-block;
    position: relative; }
    @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: 140px;
          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 JP", 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: #0E2350; }
    @media screen and (max-width: 479px) {
      .map-navi-wrap .nav-flex {
        padding: 10px 5px;
        bottom: 20%; } }
  .map-navi-wrap .nav-flex li {
    width: 33.3333%;
    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(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }
  .group-thumbs .group-hotel-thumb img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }

/*

.facebook-wrap{
    max-width: 500px;
    min-height: 400px;
    margin: 0 auto;
    
    iframe{
        height: 400px;
        
        @media screen and (max-width: 479px) {
            width: 90%;
        }
    }

}

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

NEWS style scss

////////////////////////////////////////////////////////////////////////////*/
.news-wrap h2 {
  font: 400 24px/1.5 "Noto Serif JP", serif;
  position: relative;
  border-bottom: 4px solid #ccc;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px; }
.news-wrap #up_ymd {
  font-size: 13px;
  margin: 5px 0; }
.news-wrap .detailUpfile {
  margin: 5px 0 35px;
  text-align: center; }
.news-wrap .backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px; }
.news-wrap .detailUpfile img {
  max-width: 100%;
  height: auto; }
.news-wrap .pNav {
  font-size: 11px; }
.news-wrap img {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 768px) {
    .news-wrap img {
      max-width: 100% !important;
      height: auto !important; } }

.news-list ul#newsList {
  margin: 0 0 15px;
  padding: 0; }
.news-list ul#newsList li {
  color: #666;
  margin: 0;
  padding: 5px 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #ccc;
  line-height: 150%;
  list-style-type: none;
  width: 100%; }
.news-list a {
  color: #36F;
  text-decoration: underline; }
  .news-list a:hover {
    color: #039;
    text-decoration: none; }
.news-list .up_ymd {
  margin-right: 1em;
  display: inline-block; }
.news-list .catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px; }
.news-list .newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic; }
.news-list .detail {
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative; }
.news-list .thumbNailWrap {
  width: 20%;
  display: block;
  min-height: 100px;
  overflow: hidden;
  background-image: url("../img/no_img_alfa.png");
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 479px) {
    .news-list .thumbNailWrap {
      width: 15%; } }
  .news-list .thumbNailWrap img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
.news-list .comment {
  width: 80%;
  display: block;
  padding: 4px 15px;
  overflow: hidden; }
  @media screen and (max-width: 479px) {
    .news-list .comment {
      width: 85%; } }

.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: #33474A;
    text-align: center;
    color: white;
    display: inline;
    line-height: 1;
    padding: .3em .6em;
    margin-bottom: .8em; }
    .info-page-block .info-date span {
      font-size: 1.2em;
      letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .info-page-block .info-date {
        width: auto;
        padding: .2em 1em;
        margin-bottom: .5em;
        font-size: 80%; } }

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

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

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

/*
.news-wrap{
    border-top: 1px dotted #CCC;
    display: flex;
    flex-wrap: wrap;
}

dl.dl-news {
    
    width: 50%;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 0;
    padding-right: 20px;
    
    @media only screen and (max-width: 479px) {
        width: 100%;
        padding-right: 0;
    }
    
    a{
        color: #666;
        //transition: all 0.3s ease 0s;
    }
    

    &.first {
        border-top: 1px dotted #CCC;
    }
}


dl.dl-news{
    
    
    dt,dd{
        margin: 0;
        padding: 0;
        padding: 1em 0;
    
    @media only screen and (max-width: 479px) {
        //padding: .1em 0;
        font-size: 12px;
        }
    }
}

dl.dl-news dt{

    width: 150px;
    float: left;
    clear: left;
    //font-weight: normal;
    //padding-left: 1em;
    //letter-spacing: 1px;
    position: relative;
    
    @media only screen and (max-width: 479px) {
            width: 100px;
        }
    
    img{
        width: 150px;
        display: block;
        
        @media only screen and (max-width: 479px) {
            width: 90px;
            height: 90px;
            object-fit: cover;
        }
    }
}
dl.dl-news dd {
    font-size: 12px;
    margin-left: 170px;
	line-height: normal;
    
     @media only screen and (max-width: 479px) {
         font-size: 11px;
         margin-left: 100px;
         //width: 100%;
         text-overflow: ellipsis;
         //overflow: hidden;
         //white-space: nowrap;
    }
    
    span.label{
        display: table;
        font-size: 12px;
        padding: 2px 6px !important;
        color: white;
        background: #34325A;
        border-radius: 0;
        margin-bottom: 3px;
       
        @media only screen and (max-width: 479px) {
            font-size: 10px;
            display: none;
        }
    }
     span.title{
         color: #333;
         font-size: 1.2em;
         font-weight: 500;
         display: block;
        }
}

dl.dl-news dd br{
        display: none;
}

dl.dl-news a {
    
	display: block;
    
    
    &:hover{ 
        color: $p-hover;
        text-decoration: underline;
        
        span.title{
           color: $p-hover; 
        }
        
        span.label{
            background: $p-hover;
            text-decoration: none;
        }
        
    }

}*/
/*//////////////////////////////////////////////////////

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

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

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

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

.flex-plan-point .plan-inner h4 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #CCC;
  margin-bottom: 10px; }
  .flex-plan-point .plan-inner h4:first-letter {
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
    color: orangered; }
  @media screen and (max-width: 479px) {
    .flex-plan-point .plan-inner h4 {
      font-size: 16px; } }
.flex-plan-point .plan-inner figure {
  width: 30%;
  float: left;
  display: inline-block; }
  .flex-plan-point .plan-inner figure img {
    width: auto; }
.flex-plan-point .plan-inner div.point-exp {
  width: 70%;
  display: inline-block;
  padding-left: 15px; }
  .flex-plan-point .plan-inner div.point-exp ul li {
    list-style: disc;
    margin-left: 15px; }
.flex-plan-point .plan-inner p {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 479px) {
    .flex-plan-point .plan-inner p {
      font-size: 11px; } }
.flex-plan-point .plan-inner span {
  display: inline;
  font-size: inherit;
  color: inherit;
  letter-spacing: 1px;
  margin: 0; }
  .flex-plan-point .plan-inner span.label, .flex-plan-point .plan-inner span.label-other {
    color: white;
    font-size: .85em !important;
    background: #D00;
    padding: 1px 8px 1px; }
  .flex-plan-point .plan-inner span.label-other {
    background: white; }
  @media screen and (max-width: 479px) {
    .flex-plan-point .plan-inner span {
      font-size: 11px; } }

.plan-room-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 10px; }
  .plan-room-wrap .plan--room {
    width: 33.3333%;
    padding: 5px;
    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; }
    .plan-room-wrap .plan--room h4 {
      font-family: "Noto Serif JP", serif;
      font-weight: 500; }
      .plan-room-wrap .plan--room h4::after {
        font-family: icofont;
        content: '\eab8'; }

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

Restaurant scss

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

.rest-index .rest-detail {
  width: 50%;
  padding: 15px;
  display: table;
  text-align: left;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .rest-index .rest-detail {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .rest-index .rest-detail {
      width: 100%; } }
  .rest-index .rest-detail h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px; }
    @media screen and (max-width: 479px) {
      .rest-index .rest-detail h3 {
        font-size: 20px; } }

@media all and (-ms-high-contrast: none) {
  .rest-index .rest-detail {
    display: inline-block; } }
.rest-detail .lead-exp {
  min-height: 6em;
  overflow: hidden;
  margin-bottom: 10px; }
  @media screen and (max-width: 479px) {
    .rest-detail .lead-exp {
      min-height: auto; } }
  .rest-detail .lead-exp p {
    line-height: 1.5; }

.rest-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding: 40px 10px; }
  .rest-wrap.item-center {
    align-items: center; }
  .rest-wrap .rest--visual {
    width: 50%;
    padding: 0;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .rest-wrap .rest--visual {
        width: 100%;
        padding: 10px;
        order: 1; } }
  .rest-wrap .rest--block {
    width: 50%;
    padding: 0 2em;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .rest-wrap .rest--block {
        width: 100%;
        padding: 10px;
        order: 0; } }
    .rest-wrap .rest--block .page-heading {
      margin: 0 0 15px; }
      .rest-wrap .rest--block .page-heading h3 {
        font-family: "Noto Serif JP", serif;
        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; } }
    @media screen and (max-width: 768px) {
      .rest-wrap .rest--block .caption > p {
        line-height: 1.6; } }

.rest-wrap .notes {
  width: 100%;
  margin: 0 3em 1em;
  padding: 1em;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC; }
  @media screen and (max-width: 768px) {
    .rest-wrap .notes {
      margin: 0 .5em .5em; } }
  .rest-wrap .notes p {
    font-size: 13px; }

.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-index ul.ul-data, .rest-wrap ul.ul-data {
  display: block;
  position: relative;
  list-style: none;
  margin-bottom: 15px; }
  .rest-index ul.ul-data li, .rest-wrap ul.ul-data li {
    font-family: "Lato", sans-serif;
    text-align: left;
    list-style: none;
    letter-spacing: 1px;
    margin-bottom: .3em; }
    .rest-index ul.ul-data li::before, .rest-wrap ul.ul-data li::before {
      content: attr(data-content);
      font-size: 85% !important;
      line-height: 1;
      width: 6em;
      text-align: center;
      color: #FFF;
      background-color: #8da0b6;
      display: inline-block;
      padding: .4em .2em;
      margin-right: .8em; }

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

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

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

.party-index .party-detail {
  width: 25%;
  padding: 15px;
  display: table;
  text-align: left;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .party-index .party-detail {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .party-index .party-detail {
      width: 100%; } }
  .party-index .party-detail h5 {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px; }
  .party-index .party-detail h5:hover {
    color: #03A9F4;
    text-decoration: underline; }

@media all and (-ms-high-contrast: none) {
  .party-index .party-detail {
    display: inline-block; } }
.table-menu {
  width: auto;
  margin-bottom: 5px; }
  .table-menu caption {
    font-size: .8em;
    color: inherit;
    caption-side: bottom;
    text-align: right;
    padding: 0; }
  .table-menu th, .table-menu td {
    text-align: center;
    font-weight: 400;
    padding: 4px 20px; }
  .table-menu .p-price {
    color: #D00;
    font-size: 1.4em;
    font-family: "Open Sans", sans-serif; }
    .table-menu .p-price::after {
      content: attr(data-content);
      font-size: .7em;
      margin-left: 2px; }

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

facility pase scss

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

.facility-wrap .notes {
  width: 100%;
  margin: 0 3em 1em;
  padding: 1em; }
  @media screen and (max-width: 768px) {
    .facility-wrap .notes {
      margin: 0 .5em .5em; } }
  .facility-wrap .notes p {
    font-size: 13px; }

.facility-wrap ul.ul-data {
  display: block;
  position: relative;
  list-style: none; }
  .facility-wrap ul.ul-data li {
    text-align: left;
    list-style: none;
    font-size: 14px;
    margin-bottom: .3em; }
    .facility-wrap ul.ul-data li::before {
      content: attr(data-content);
      font-size: 12px !important;
      line-height: 1;
      width: 6em;
      text-align: center;
      color: #FFF;
      background-color: #33474A;
      display: inline-block;
      padding: .3em;
      margin-right: .8em; }

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

overview scss

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

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

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

@media screen and (max-width: 479px) {
  .access-wrap {
    margin: 0 15px; } }

.access-wrap .detail {
  position: relative;
  margin-bottom: 10px; }
  .access-wrap .detail h3 {
    margin: 5px auto 20px;
    margin-bottom: 20px;
    margin-top: 5px; }
    @media screen and (max-width: 479px) {
      .access-wrap .detail h3 {
        font-size: 20px; } }
  .access-wrap .detail h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 10px; }
    @media screen and (max-width: 479px) {
      .access-wrap .detail h4 {
        font-size: 15px;
        font-weight: 400; } }
  .access-wrap .detail .label-dsp {
    font-size: 13px;
    border: 1px solid #232939;
    color: #232939; }

.access-wrap .detail ul.ul-data {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 2em; }
  .access-wrap .detail ul.ul-data li {
    font-family: "Lato", sans-serif;
    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;
  border: 1px solid #CCC; }
  @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: #0E2350;
    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: #0E2350;
      color: #FFF; }

.access-wrap .detail .icon-airport::before,
.access-wrap .detail .icon-bus::before,
.access-wrap .detail .icon-train::before,
.access-wrap .detail .icon-car::before,
.access-wrap .detail .icon-taxi::before,
.access-wrap .detail .icon-tram::before,
.access-wrap .detail .icon-walk::before,
.access-wrap .detail .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: #4d4398;
  color: white;
  padding: 5px;
  margin-right: 5px;
  border-radius: 10%; }
.access-wrap .detail .icon-airport::before {
  content: "\ee0e"; }
.access-wrap .detail .icon-bus::before {
  content: "\ee18"; }
.access-wrap .detail .icon-train::before {
  content: "\ee38"; }
.access-wrap .detail .icon-car::before {
  content: "\ee1f"; }
.access-wrap .detail .icon-taxi::before {
  content: "\ee36"; }
.access-wrap .detail .icon-tram::before {
  content: "\ee3a"; }
.access-wrap .detail .icon-walk::before {
  content: "\ee4e"; }
.access-wrap .detail .icon-parking::before {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  content: "P";
  padding: 5px 8px; }

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

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

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, 172, 154, 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: "Cormorant Garamond", 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 {
  .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; } }
