@charset "UTF-8";

/*
Theme Name: vacation
Author: ボーダー
Version: 3.0
*/

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-mincho {
  font-family: a-otf-ryumin-pr6n, 'Noto Serif Japanese', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-phone {
  font-family: a-otf-midashi-go-mb31-pr6n, "Noto Sans JP", -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, Meiryo, sans-serif;
}

.font-weight-light {
  font-weight: 100!Important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

[class^="d-"]>img,
[class*=" d-"]>img,
.d-flex img,
.card img,
.row img {
  flex: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 2;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-light {
  letter-spacing: .1rem;
}

.lh-0 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.fs-10 {
  font-size: 10px;
}

a,
a span,
a img {
  color: inherit;
  -webkit-transition-duration: .45s;
  -webkit-transition-property: color, border-color, background-color, opacity;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: 'ease-in-out';
  transition-duration: .45s;
  transition-property: color, border-color, background-color, opacity;
  transition-delay: 0s;
  transition-timing-function: 'ease-in-out';
}

a:visited,
a:link,
a:active,
a:hover {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.underline a:hover,
a.underline:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

a.bg-white:hover {
  opacity: 0.8;
}

.text-brand,
.text-gold {
  color: #ac9139;
}

.hvr-fade:hover,
.hvr-fade.active {
  background-color: #f8f5ef;
}

.bg-brand {
  background-color: #ac9139;
  color: #fff;
}
.bg-light-brand {
  background-color: #f8f5ef;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?bczw80');
  src:  url('fonts/icomoon.eot?bczw80#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?bczw80') format('truetype'),
    url('fonts/icomoon.woff?bczw80') format('woff'),
    url('fonts/icomoon.svg?bczw80#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e901";
}
.icon-hatena:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-line:before {
  content: "\e904";
}
.icon-arrowRight:before {
  content: "\e900";
  color: #fff;
}

.navbar-custom.fixed-top {
  padding-top: 0;
  padding-bottom: 1.5rem;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 52px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link {
  color: #000;
  position: relative;
  letter-spacing: 0.3rem;
}

.navbar-brand {
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
  display: inherit;
  font-size: 1rem;
}

.navbar-brand img {
  width: 260px;
  height: 86px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .drawer--right .drawer-nav {
    right: 0;
  }
  .navbar-brand {
    z-index: 999;
    padding-top: 1rem;
  }
  .drawer-nav {
    position: relative;
    height: auto;
    background-color: transparent;
  }
  .navbar-nav li.nav-item {
    position: relative;
    min-width: 150px;
  }
  .navbar-nav li.nav-item:after {
    content: "";
    border-right: 1px solid #caa15d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
  }
  .navbar-nav li.nav-item:last-child:after {
    content: "";
    border-right: none;
  }
  .navgation {
    padding-top: 2.5rem;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  .navbar-custom.fixed-top {
    padding-bottom: 0;
  }
  .navbar-custom.fixed-top .navbar-brand {
    padding-top: 0;
  }
  .navbar-custom.fixed-top .navbar-brand img {
    width: 181px;
    height: 60px;
  }
  .navbar-custom.fixed-top .navgation {
    padding-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .navbar-custom.fixed-top {
    padding-bottom: 0;
  }
  .navbar-custom .container {
    min-height: 64px;
  }
  .navbar-brand img {
    width: 124px;
    height: 41px;
  }
  .drawer-hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .drawer-open .drawer-hamburger {
    display: none!important;
  }
  .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#masthead {
    position: relative;
    overflow: hidden;
}

#masthead .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.slide-bg-inner {
  padding-top: 45%;
  background-position: center center;
  background-size: cover;
}

.headTitle {
    letter-spacing: .2em;
    line-height: 2em;
}

#price {
  background-image: url(img/bg-menu.jpg);
  background-position: center center;
  background-size: cover;
}

@media (max-width: 540px) {
  .headTitle {
    font-size: 1.3em;
    letter-spacing: .2em;
    line-height: 1.5em;
  }
  #price .h4,
  table.h4,
  footer .h5 {
    font-size: 1.1rem;

  }
  #price .content-wrap .h3 {
    font-size: 1.2rem;
  }
  .attentiontext.h5 {
    font-size: 1rem;
  }
}

.pricePlan table.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)!important;
}
.pricePlan table th,
.pricePlan table td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.bg-th {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  color: #fff;
}

.pricePlan table thead th,
.pricePlan table tbody th,
.pricePlan table tbody td {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.pricePlan table thead th:last-child,
.pricePlan table tbody td:last-child {
  border-right: none;
}

.attentiontext {
  position: relative;
}
.attentiontext:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.link-btn {
  position: relative;
  padding: 8px 64px 8px 16px;
  color: #fff;
  border: 1px solid #ac9139;
}
.link-btn:after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px
}
.link-btn:hover {
  background: #f8f5ef;
  color: #ac9139;
}

a.instagram:hover {
  color: #d6249f;
}

a.facebook:hover {
  color: #305097;
}

a.line:hover {
  color: #1dcd00;
}
a.hatena:hover {
  color: #0a98d7;
}

@media (min-width: 992px) {
  .embed-responsive-4by3::before {
    padding-top: 35%;
  }
}
#pageTop {
    position: fixed;
    bottom: 2rem;
    right: 8px;
    cursor: pointer;
    color: #ac9139;
}