@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* SP時の倍率 1.5 から 1.7 に変更 */
/* padding margin */
/* 縦書き */
/* 内径 */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 625%; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6, em {
  margin: 0;
  font-weight: normal;
  font-style: inherit; }

p {
  margin: 0;
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: initial; }

sub,
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* レスポンシブ */
@media screen and (max-width: 480px) {
  .view-pc {
    display: none; } }

.view-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .view-tab {
      display: block; } }
  @media screen and (max-width: 480px) {
    .view-tab {
      display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .view-sp {
      display: block; } }

/* 画像 */
img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .3em;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  color: #223B52; }
  @media screen and (max-width: 1300px) {
    body {
      font-size: 1.3846153846vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 4.08vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 3.6vw; } }
  body.scrollnone {
    overflow: hidden; }

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

body#top #wrap {
  padding-top: 0; }

* {
  outline: none; }

img {
  display: block;
  width: auto;
  height: auto; }

a,
button,
input[type="submit"] {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 481px) {
  a:hover,
  button:hover,
  input[type="submit"]:hover {
    opacity: .6;
    text-decoration: none; } }

a.notel {
  pointer-events: none; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.wrap {
  /* 1280 */
  position: relative;
  width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .wrap {
      width: 98.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .wrap {
      width: 93.3333333333vw; } }

.wrap-min {
  /* 1080 */
  position: relative;
  width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .wrap-min {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .wrap-min {
      width: 86.6666666667vw; } }

.wrap-minest {
  /* 980 */
  width: 980px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .wrap-minest {
      width: 75.3846153846vw; } }
  @media screen and (max-width: 480px) {
    .wrap-minest {
      width: 86.6666666667vw; } }

/* scroll_fadein
---------------------------------------------------------------------------*/
.scroll_fadein {
  opacity: 0;
  visibility: hidden; }

body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.5s ease; }

/* inview - fadeIn
---------------------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: .6s; }

.fadeIn.is-show {
  opacity: 1; }

/* header
---------------------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  z-index: 100;
  color: #ffffff; }
  @media screen and (max-width: 1300px) {
    .header {
      padding: 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .header {
      padding: 3.4666666667vw; } }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-burger {
    width: 60px;
    margin-right: 38px; }
    @media screen and (max-width: 1300px) {
      .header-burger {
        width: 4.6153846154vw;
        margin-right: 2.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .header-burger {
        width: 12vw;
        margin-right: 4vw; } }
  .header-lang {
    position: relative;
    font-size: 16px;
    letter-spacing: .05em; }
    @media screen and (max-width: 1300px) {
      .header-lang {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .header-lang {
        font-size: 3.6266666667vw; } }
    @media screen and (max-width: 480px) {
      .header-lang {
        font-size: 3.7333333333vw; } }
    .header-lang dd {
      display: none;
      position: absolute;
      width: auto;
      top: 100%;
      left: 0;
      padding-top: 1em; }
      .header-lang dd li {
        border-bottom: 1px solid #909DA8;
        color: #223B52;
        background-color: #E7EFF5; }
        .header-lang dd li a {
          display: block;
          padding: 1em 1em;
          white-space: nowrap; }
          @media (hover: hover) {
            .header-lang dd li a:hover {
              cursor: pointer;
              background-color: rgba(200, 206, 212, 0.5); } }
          .header-lang dd li a small {
            font-size: 12px;
            margin-left: .5em; }
            @media screen and (max-width: 1300px) {
              .header-lang dd li a small {
                font-size: 0.9230769231vw; } }
            @media screen and (max-width: 480px) {
              .header-lang dd li a small {
                font-size: 2.72vw; } }
  .header-pagelogo {
    width: 383px;
    margin-left: 50px; }
    @media screen and (max-width: 1300px) {
      .header-pagelogo {
        width: 29.4615384615vw;
        margin-left: 3.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .header-pagelogo {
        margin-left: 3vw;
        width: 50vw; } }
  .header-btn {
    width: 205px; }
    @media screen and (max-width: 1300px) {
      .header-btn {
        width: 15.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .header-btn {
        position: absolute;
        right: 0;
        top: 35vw;
        width: 13.0666666667vw; } }
    .header-btn li {
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        .header-btn li {
          border-radius: 0.3076923077vw; } }
      @media screen and (max-width: 480px) {
        .header-btn li {
          border-radius: 1.0666666667vw;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; } }
      .header-btn li + li {
        margin-top: 10px; }
        @media screen and (max-width: 1300px) {
          .header-btn li + li {
            margin-top: 0.7692307692vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li + li {
            margin-top: 1.0666666667vw; } }
      .header-btn li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0 20px; }
        @media screen and (max-width: 1300px) {
          .header-btn li a {
            padding: 0 1.5384615385vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0; } }
      .header-btn li.reserve a {
        height: 50px;
        background-color: #223B52;
        font-size: 16px;
        letter-spacing: 0; }
        @media screen and (max-width: 1300px) {
          .header-btn li.reserve a {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.reserve a {
            font-size: 3.6266666667vw; } }
        @media screen and (max-width: 1300px) {
          .header-btn li.reserve a {
            height: 3.8461538462vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.reserve a {
            height: 41.0666666667vw; } }
        .header-btn li.reserve a span {
          position: relative;
          display: block;
          width: 100%; }
          @media screen and (max-width: 480px) {
            .header-btn li.reserve a span {
              -webkit-writing-mode: vertical-rl;
              -moz-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              -o-writing-mode: vertical-rl;
              writing-mode: vertical-rl;
              width: 1.1em;
              padding-bottom: 4vw; } }
          .header-btn li.reserve a span::before {
            position: absolute;
            content: "";
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            background-image: url(../img/cmn/header-icon-reserve.png);
            width: 15px;
            height: 15px;
            top: 50%;
            transform: translateY(-50%);
            right: 0; }
            @media screen and (max-width: 1300px) {
              .header-btn li.reserve a span::before {
                width: 1.1538461538vw;
                height: 1.1538461538vw; } }
            @media screen and (max-width: 480px) {
              .header-btn li.reserve a span::before {
                width: 2.9333333333vw;
                height: 2.9333333333vw;
                left: 50%;
                transform: translateX(-50%);
                top: auto;
                right: auto;
                bottom: 0; } }
      .header-btn li.search a {
        height: 100px;
        background-color: #8F6B14;
        padding-right: 14px; }
        @media screen and (max-width: 1300px) {
          .header-btn li.search a {
            height: 7.6923076923vw;
            padding-right: 1.0769230769vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 41.0666666667vw;
            padding-right: 0; }
            .header-btn li.search a > div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              padding-bottom: 3.7333333333vw; } }
      .header-btn li.search .search-bestrate {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        margin-right: 7px;
        font-size: 14px;
        letter-spacing: 0; }
        @media screen and (max-width: 1300px) {
          .header-btn li.search .search-bestrate {
            font-size: 1.0769230769vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search .search-bestrate {
            font-size: 3.1733333333vw; } }
        @media screen and (max-width: 1300px) {
          .header-btn li.search .search-bestrate {
            width: 4vw;
            height: 4vw;
            margin-right: 0.9333333333vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search .search-bestrate {
            width: 10.2666666667vw;
            height: 10.2666666667vw;
            margin-right: 0;
            margin-bottom: 1.3333333333vw;
            font-size: 2.9333333333vw; } }
      .header-btn li.search .search-catch {
        font-size: 12px;
        letter-spacing: 0;
        margin-bottom: 10px;
        white-space: nowrap; }
        @media screen and (max-width: 1300px) {
          .header-btn li.search .search-catch {
            font-size: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search .search-catch {
            font-size: 2.72vw; } }
        @media screen and (max-width: 1300px) {
          .header-btn li.search .search-catch {
            margin-bottom: 0.7692307692vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search .search-catch {
            margin-bottom: 0;
            margin-left: 0.5333333333vw;
            -webkit-writing-mode: vertical-rl;
            -moz-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            -o-writing-mode: vertical-rl;
            writing-mode: vertical-rl; } }
      .header-btn li.search .search-name {
        position: relative;
        font-size: 18px;
        letter-spacing: .2em; }
        @media screen and (max-width: 1300px) {
          .header-btn li.search .search-name {
            font-size: 1.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search .search-name {
            font-size: 4.08vw; } }
        @media screen and (max-width: 480px) {
          .header-btn li.search .search-name {
            -webkit-writing-mode: vertical-rl;
            -moz-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            -o-writing-mode: vertical-rl;
            writing-mode: vertical-rl; } }
        .header-btn li.search .search-name::before {
          position: absolute;
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/cmn/header-icon-search.png);
          width: 15px;
          height: 15px;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
          @media screen and (max-width: 1300px) {
            .header-btn li.search .search-name::before {
              width: 1.1538461538vw;
              height: 1.1538461538vw; } }
          @media screen and (max-width: 480px) {
            .header-btn li.search .search-name::before {
              width: 2.9333333333vw;
              height: 2.9333333333vw;
              top: auto;
              bottom: -5vw;
              right: -1vw;
              transform: translateY(0); } }

/* fixedhd
---------------------------------------------------------------------------*/
.fixedhd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  z-index: 95000; }
  @media screen and (max-width: 1300px) {
    .fixedhd {
      height: 4.6153846154vw;
      padding: 0 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .fixedhd {
      display: none; } }
  .fixedhd-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fixedhd-burger {
    width: 60px; }
    @media screen and (max-width: 1300px) {
      .fixedhd-burger {
        width: 4.6153846154vw; } }
  .fixedhd-logo {
    width: 288px;
    margin-left: 26px; }
    @media screen and (max-width: 1300px) {
      .fixedhd-logo {
        width: 22.1538461538vw;
        margin-left: 2vw; } }
  .fixedhd-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 530px; }
    @media screen and (max-width: 1300px) {
      .fixedhd-btn {
        width: 40.7692307692vw; } }
    .fixedhd-btn li {
      color: #ffffff; }
      .fixedhd-btn li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 44px;
        border-radius: 4px; }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn li a {
            height: 3.3846153846vw;
            border-radius: 0.3076923077vw; } }
        .fixedhd-btn li a::after {
          position: absolute;
          content: "";
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          right: 12px;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 1300px) {
            .fixedhd-btn li a::after {
              width: 1.1538461538vw;
              height: 1.1538461538vw;
              right: 0.9230769231vw; } }
    .fixedhd-btn .search {
      width: 316px; }
      @media screen and (max-width: 1300px) {
        .fixedhd-btn .search {
          width: 24.3076923077vw; } }
      .fixedhd-btn .search a {
        padding-left: 10px;
        background-color: #8F6B14; }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .search a {
            padding-left: 0.7692307692vw; } }
        .fixedhd-btn .search a::after {
          background-image: url(../img/cmn/header-icon-search.png); }
      .fixedhd-btn .search-bestrate {
        display: block;
        width: 72px;
        text-align: center;
        font-size: 14px;
        letter-spacing: .05em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 5px; }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .search-bestrate {
            font-size: 1.0769230769vw; } }
        @media screen and (max-width: 480px) {
          .fixedhd-btn .search-bestrate {
            font-size: 3.1733333333vw; } }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .search-bestrate {
            width: 5.5384615385vw;
            padding-bottom: 0.3846153846vw; } }
      .fixedhd-btn .search-catch {
        font-size: 12px;
        letter-spacing: 0;
        margin: 0 7px; }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .search-catch {
            font-size: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .fixedhd-btn .search-catch {
            font-size: 2.72vw; } }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .search-catch {
            margin: 0 0.5384615385vw; } }
      .fixedhd-btn .search-name {
        font-size: 18px;
        letter-spacing: .1em; }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .search-name {
            font-size: 1.3846153846vw; } }
        @media screen and (max-width: 480px) {
          .fixedhd-btn .search-name {
            font-size: 4.08vw; } }
    .fixedhd-btn .reserve {
      width: 205px; }
      @media screen and (max-width: 1300px) {
        .fixedhd-btn .reserve {
          width: 15.7692307692vw; } }
      .fixedhd-btn .reserve a {
        padding-left: 24px;
        background-color: #223B52; }
        @media screen and (max-width: 1300px) {
          .fixedhd-btn .reserve a {
            padding-left: 1.8461538462vw; } }
        .fixedhd-btn .reserve a::after {
          background-image: url(../img/cmn/header-icon-reserve.png); }
        .fixedhd-btn .reserve a span {
          font-size: 16px;
          letter-spacing: 0; }
          @media screen and (max-width: 1300px) {
            .fixedhd-btn .reserve a span {
              font-size: 1.2307692308vw; } }
          @media screen and (max-width: 480px) {
            .fixedhd-btn .reserve a span {
              font-size: 3.6266666667vw; } }

/* mega
---------------------------------------------------------------------------*/
.mega {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98000;
  width: 610px;
  height: 100%;
  background-color: #E7EFF5;
  padding: 40px 40px 96px;
  overflow: scroll; }
  @media screen and (max-width: 1300px) {
    .mega {
      width: 46.9230769231vw;
      padding: 3.0769230769vw 3.0769230769vw 7.3846153846vw; } }
  @media screen and (max-width: 480px) {
    .mega {
      width: 100%;
      padding: 3.3333333333vw; } }
  .mega-close {
    width: 60px;
    margin-bottom: 96px; }
    @media screen and (max-width: 1300px) {
      .mega-close {
        width: 4.6153846154vw;
        margin-bottom: 7.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .mega-close {
        width: 12.8vw;
        margin-bottom: 10.6666666667vw; } }

ul.reserbtn li {
  border-bottom: 1px solid #223B52; }
  ul.reserbtn li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    font-size: 16px;
    letter-spacing: 0; }
    @media screen and (max-width: 1300px) {
      ul.reserbtn li a {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      ul.reserbtn li a {
        font-size: 3.6266666667vw; } }
    @media screen and (max-width: 1300px) {
      ul.reserbtn li a {
        height: 4.4615384615vw; } }
    @media screen and (max-width: 480px) {
      ul.reserbtn li a {
        height: 14vw;
        font-size: 3.7333333333vw;
        padding-left: 3.7333333333vw; } }
    ul.reserbtn li a::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 15px;
      height: 15px;
      right: 14px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 1300px) {
        ul.reserbtn li a::after {
          width: 1.1538461538vw;
          height: 1.1538461538vw;
          right: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        ul.reserbtn li a::after {
          width: 3.6vw;
          height: 3.6vw;
          right: 2.9333333333vw; } }
  ul.reserbtn li.planlist a::after {
    background-image: url(../img/cmn/mega-icon-plan.png); }
  ul.reserbtn li.confirm a::after {
    background-image: url(../img/cmn/mega-icon-confirm.png); }
  ul.reserbtn li.contactform a::after {
    background-image: url(../img/cmn/mega-icon-mail.png); }

/* mainmn */
.mainmn {
  display: none; }
  .mainmn-logo {
    width: 376px;
    margin-left: 20px;
    margin-bottom: 52px; }
    @media screen and (max-width: 1300px) {
      .mainmn-logo {
        width: 28.9230769231vw;
        margin-left: 1.5384615385vw;
        margin-bottom: 4vw; } }
    @media screen and (max-width: 480px) {
      .mainmn-logo {
        width: 74.8vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16vw; } }
  .mainmn-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .mainmn-body {
        display: block;
        position: relative;
        padding-bottom: 54.6666666667vw; } }
    @media screen and (max-width: 480px) {
      .mainmn-body dl {
        padding-left: 26.6666666667vw; } }
    .mainmn-body dl dt {
      position: relative;
      font-size: 14px;
      letter-spacing: .05em;
      color: #909DA8;
      padding-bottom: 14px;
      margin-bottom: 15px;
      padding-left: 20px; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl dt {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl dt {
          font-size: 3.1733333333vw; } }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl dt {
          padding-bottom: 1.0769230769vw;
          padding-left: 1.5384615385vw;
          margin-bottom: 1.1538461538vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl dt {
          padding: 0 6.6666666667vw 4vw 0;
          margin-bottom: 2.3333333333vw;
          display: inline-block;
          font-size: 3.2vw; } }
      .mainmn-body dl dt::after {
        position: absolute;
        content: "";
        width: 150px;
        height: 1px;
        background-color: #909DA8;
        bottom: 0; }
        @media screen and (max-width: 1300px) {
          .mainmn-body dl dt::after {
            width: 11.5384615385vw; } }
        @media screen and (max-width: 480px) {
          .mainmn-body dl dt::after {
            width: calc(100% + 32vw);
            right: 0;
            left: auto !important; } }
    .mainmn-body dl ul.link li {
      font-size: 16px;
      letter-spacing: .05em; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl ul.link li {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl ul.link li {
          font-size: 3.6266666667vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl ul.link li {
          font-size: 3.7333333333vw; } }
      .mainmn-body dl ul.link li > a {
        display: block;
        padding: 15px 0; }
        @media screen and (max-width: 1300px) {
          .mainmn-body dl ul.link li > a {
            padding: 1.1538461538vw 0; } }
        @media screen and (max-width: 480px) {
          .mainmn-body dl ul.link li > a {
            padding: 4vw 0; } }
        @media (hover: hover) {
          .mainmn-body dl ul.link li > a:hover {
            cursor: pointer; } }
        .mainmn-body dl ul.link li > a small {
          font-size: 12px;
          margin-left: .5em; }
          @media screen and (max-width: 1300px) {
            .mainmn-body dl ul.link li > a small {
              font-size: 0.9230769231vw; } }
          @media screen and (max-width: 480px) {
            .mainmn-body dl ul.link li > a small {
              font-size: 2.72vw; } }
      .mainmn-body dl ul.link li.parent {
        position: relative; }
        .mainmn-body dl ul.link li.parent > a {
          position: relative;
          /*&::after {
          	@include bfaf;
          	background-repeat: no-repeat;
          	background-position: center;
          	background-size: contain;
          	background-image: url(../img/cmn/anchor-arw.png);
          	width: 10px;
          	height: 5px;
          	right: 0;
          	top: 6px;
          	@include mq(xl) {
          		width: px2vw(10);
          		height: px2vw(5);
          		top: px2vw(6);
          	}
          	@include mq(sm) {
          		width: px2sp(15);
          		height: px2sp(7.5);
          		top: 1.3vw;
          	}
          }*/ }
        .mainmn-body dl ul.link li.parent .children {
          display: none;
          position: absolute;
          left: 0;
          top: 100%;
          white-space: nowrap;
          background-color: #ffffff;
          z-index: 5; }
          @media screen and (max-width: 480px) {
            .mainmn-body dl ul.link li.parent .children {
              left: -13.3333333333vw; } }
          .mainmn-body dl ul.link li.parent .children p {
            border-bottom: 1px solid #C8CED4; }
          .mainmn-body dl ul.link li.parent .children a {
            display: block;
            padding: 1em; }
            @media (hover: hover) {
              .mainmn-body dl ul.link li.parent .children a:hover {
                opacity: 1;
                background-color: rgba(200, 206, 212, 0.5); } }
    .mainmn-body dl ul.sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 96px; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl ul.sns {
          margin-top: 7.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl ul.sns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: absolute;
          width: 45.7333333333vw;
          bottom: 26.6666666667vw;
          left: 50%;
          transform: translateX(-50%); } }
      .mainmn-body dl ul.sns li {
        width: 25px; }
        @media screen and (max-width: 1300px) {
          .mainmn-body dl ul.sns li {
            width: 1.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .mainmn-body dl ul.sns li {
            width: 9.0666666667vw; } }
        .mainmn-body dl ul.sns li + li {
          margin-left: 26px; }
          @media screen and (max-width: 1300px) {
            .mainmn-body dl ul.sns li + li {
              margin-left: 2vw; } }
          @media screen and (max-width: 480px) {
            .mainmn-body dl ul.sns li + li {
              margin-left: 0; } }
    .mainmn-body dl.sitemap {
      margin-right: 130px; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl.sitemap {
          margin-right: 10vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl.sitemap {
          margin-right: 0;
          margin-bottom: 24vw; } }
      .mainmn-body dl.sitemap dt::after {
        left: -60px; }
        @media screen and (max-width: 1300px) {
          .mainmn-body dl.sitemap dt::after {
            left: -4.6153846154vw; } }
      .mainmn-body dl.sitemap dd {
        padding-left: 20px; }
        @media screen and (max-width: 1300px) {
          .mainmn-body dl.sitemap dd {
            padding-left: 1.5384615385vw; } }
    .mainmn-body dl.language {
      margin-bottom: 96px; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl.language {
          margin-bottom: 7.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl.language {
          margin-bottom: 24vw; } }
      .mainmn-body dl.language dt, .mainmn-body dl.language dd {
        padding-left: 36px; }
        @media screen and (max-width: 1300px) {
          .mainmn-body dl.language dt, .mainmn-body dl.language dd {
            padding-left: 2.7692307692vw; } }
        .mainmn-body dl.language dt::after, .mainmn-body dl.language dd::after {
          left: 0; }
    .mainmn-body dl.reservation .bestrate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 260px;
      height: 35px;
      border-radius: 4px;
      color: #ffffff;
      background-color: #223B52;
      font-size: 14px;
      letter-spacing: 0; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl.reservation .bestrate {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl.reservation .bestrate {
          font-size: 3.1733333333vw; } }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl.reservation .bestrate {
          width: 20vw;
          height: 2.6923076923vw;
          border-radius: 0.3076923077vw; } }
      @media screen and (max-width: 480px) {
        .mainmn-body dl.reservation .bestrate {
          width: 100%;
          height: 8.2666666667vw;
          border-radius: 0.5333333333vw; }
          .mainmn-body dl.reservation .bestrate span {
            font-size: 3.2vw;
            letter-spacing: .05em; } }
    .mainmn-body dl.reservation dt {
      padding-left: 36px; }
      @media screen and (max-width: 1300px) {
        .mainmn-body dl.reservation dt {
          padding-left: 2.7692307692vw; } }
      .mainmn-body dl.reservation dt::after {
        left: 0; }
    @media screen and (max-width: 480px) {
      .mainmn-body dl.reservation dd {
        margin-left: -12.5333333333vw;
        width: 62.4vw; } }

/* panel */
.panel {
  display: none; }
  @media screen and (max-width: 480px) {
    .panel {
      padding-bottom: 24vw; } }
  .panel-body {
    width: 400px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .panel-body {
        width: 30.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .panel-body {
        width: 93.3333333333vw; } }
  .panel-ttl {
    text-align: center;
    font-size: 18px;
    letter-spacing: .2em;
    margin-bottom: 26px; }
    @media screen and (max-width: 1300px) {
      .panel-ttl {
        font-size: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .panel-ttl {
        font-size: 4.08vw; } }
    @media screen and (max-width: 1300px) {
      .panel-ttl {
        margin-bottom: 2vw; } }
    @media screen and (max-width: 480px) {
      .panel-ttl {
        font-size: 4.2666666667vw;
        margin-bottom: 8vw; } }
  .panel-wrap {
    background-color: #ffffff;
    padding: 30px 25px 36px;
    border-radius: 4px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1300px) {
      .panel-wrap {
        padding: 2.3076923077vw 1.9230769231vw 2.7692307692vw;
        border-radius: 0.3076923077vw;
        margin-bottom: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .panel-wrap {
        border-radius: 0.5333333333vw;
        padding: 7.4666666667vw 5.8666666667vw;
        margin-bottom: 8.5333333333vw; } }
    .panel-wrap .bestrate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #223B52;
      color: #ffffff;
      width: 100%;
      height: 40px;
      border-radius: 4px;
      margin-bottom: 5px;
      letter-spacing: 0;
      font-size: 14px; }
      @media screen and (max-width: 1300px) {
        .panel-wrap .bestrate {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .panel-wrap .bestrate {
          font-size: 3.1733333333vw; } }
      @media screen and (max-width: 1300px) {
        .panel-wrap .bestrate {
          height: 3.0769230769vw;
          border-radius: 0.3076923077vw;
          margin-bottom: 0.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .panel-wrap .bestrate {
          width: 100%;
          height: 8.2666666667vw;
          border-radius: 0.5333333333vw; }
          .panel-wrap .bestrate span {
            font-size: 3.2vw;
            letter-spacing: .05em; } }
  .panel ul.reserbtn {
    width: 260px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .panel ul.reserbtn {
        width: 20vw; } }
    @media screen and (max-width: 480px) {
      .panel ul.reserbtn {
        width: 69.3333333333vw; } }
  .panel-bd {
    letter-spacing: 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .panel-bd {
        width: 27.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .panel-bd {
        width: 80vw; } }

/* datepicker 位置調整 */
#ui-datepicker-div {
  /*top: 240px!important;
  @include mq(xl) {
  	top: px2vw(240)!important;
  }
  @include mq(sm) {
  	top: 65vw!important;
  }*/
  top: var(--top) !important; }

/* 489 予約番 489 */
.date_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #223B52; }
  @media screen and (max-width: 1300px) {
    .date_489ban {
      gap: 0.7692307692vw;
      padding: 1.0769230769vw 0; } }
  @media screen and (max-width: 480px) {
    .date_489ban {
      gap: 0.6666666667vw;
      padding: 3.7333333333vw 0; } }
  .date_489ban input[name="date"] {
    width: 142px;
    font-size: 24px;
    border: none;
    background-image: url(../img/cmn/489ban-cal.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 0;
    color: #223B52; }
    @media screen and (max-width: 1300px) {
      .date_489ban input[name="date"] {
        font-size: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .date_489ban input[name="date"] {
        font-size: 5.44vw; } }
    @media screen and (max-width: 1300px) {
      .date_489ban input[name="date"] {
        width: 10.9230769231vw;
        background-size: 1.1538461538vw;
        margin-right: 0.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .date_489ban input[name="date"] {
        width: 40vw;
        background-size: 4vw;
        margin-right: 1.3333333333vw;
        font-size: 6.1333333333vw; } }
  .date_489ban label {
    font-size: 14px; }
    @media screen and (max-width: 1300px) {
      .date_489ban label {
        font-size: 1.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .date_489ban label {
        font-size: 3.1733333333vw; } }
    @media screen and (max-width: 480px) {
      .date_489ban label {
        font-size: 3.7333333333vw; } }
  .date_489ban input[type="checkbox"] {
    margin-right: 0.2em; }

.stay_489ban,
.room_489ban,
.person_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #223B52; }
  @media screen and (max-width: 1300px) {
    .stay_489ban,
    .room_489ban,
    .person_489ban {
      gap: 0.7692307692vw;
      padding: 1.0769230769vw 0; } }
  @media screen and (max-width: 480px) {
    .stay_489ban,
    .room_489ban,
    .person_489ban {
      gap: 1.3333333333vw;
      padding: 3.7333333333vw 0; } }
  .stay_489ban select,
  .room_489ban select,
  .person_489ban select {
    font-size: 24px;
    border: none;
    background-image: url(../img/cmn/489ban-sel.png);
    background-repeat: no-repeat;
    background-position: right bottom 4px;
    background-size: 8px;
    padding-right: 16px;
    margin-right: 10px;
    border-radius: 0;
    color: #223B52;
    background-color: #ffffff; }
    @media screen and (max-width: 1300px) {
      .stay_489ban select,
      .room_489ban select,
      .person_489ban select {
        font-size: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .stay_489ban select,
      .room_489ban select,
      .person_489ban select {
        font-size: 5.44vw; } }
    @media screen and (max-width: 1300px) {
      .stay_489ban select,
      .room_489ban select,
      .person_489ban select {
        background-size: 0.6153846154vw;
        background-position: right bottom 0.3076923077vw;
        padding-right: 1.2307692308vw;
        margin-right: 0.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .stay_489ban select,
      .room_489ban select,
      .person_489ban select {
        background-size: 1.8666666667vw;
        margin-right: 1.3333333333vw;
        padding-right: 4.2666666667vw;
        font-size: 6.1333333333vw;
        background-position: right bottom 1.0666666667vw; } }
  .stay_489ban label,
  .room_489ban label,
  .person_489ban label {
    font-size: 14px; }
    @media screen and (max-width: 1300px) {
      .stay_489ban label,
      .room_489ban label,
      .person_489ban label {
        font-size: 1.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .stay_489ban label,
      .room_489ban label,
      .person_489ban label {
        font-size: 3.1733333333vw; } }
    @media screen and (max-width: 480px) {
      .stay_489ban label,
      .room_489ban label,
      .person_489ban label {
        font-size: 3.7333333333vw; } }

button[name="searchButton489ban"] {
  width: 100%;
  height: 60px;
  background-color: #8F6B14;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 24px;
  border: none;
  outline: none;
  font-size: 15px;
  letter-spacing: .05em;
  background-image: url(../img/cmn/489ban-submit.png);
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 15px; }
  @media screen and (max-width: 1300px) {
    button[name="searchButton489ban"] {
      font-size: 1.1538461538vw; } }
  @media screen and (max-width: 480px) {
    button[name="searchButton489ban"] {
      font-size: 3.4vw; } }
  @media screen and (max-width: 1300px) {
    button[name="searchButton489ban"] {
      height: 4.6153846154vw;
      border-radius: 0.3076923077vw;
      margin-top: 1.8461538462vw;
      background-position: right 3.8461538462vw center;
      background-size: 1.1538461538vw; } }
  @media screen and (max-width: 480px) {
    button[name="searchButton489ban"] {
      height: 16vw;
      border-radius: 0.5333333333vw;
      margin-top: 6.1333333333vw;
      background-position: right 13.3333333333vw center;
      background-size: 4vw;
      font-size: 3.3333333333vw; } }
  @media (hover: hover) {
    button[name="searchButton489ban"]:hover {
      opacity: .5;
      cursor: pointer; } }

/* spft
---------------------------------------------------------------------------*/
.spft {
  display: none; }
  @media screen and (max-width: 480px) {
    .spft {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 13.3333333333vw;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
      background-color: #ffffff;
      z-index: 1000;
      padding: 1.3333333333vw 0; }
      .spft ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .spft ul li {
          width: 25%;
          font-size: 3.7333333333vw;
          letter-spacing: 0; }
          .spft ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 24vw;
            height: 10.6666666667vw;
            border-radius: 0.5333333333vw;
            margin: 0 auto; }
            .spft ul li a span {
              position: relative; }
              .spft ul li a span::before {
                position: absolute;
                content: "";
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                top: 50%;
                transform: translateY(-50%); }
      .spft-access a span {
        padding-left: 4.8vw; }
        .spft-access a span::before {
          width: 3.0666666667vw;
          height: 5.0666666667vw;
          background-image: url(../img/cmn/icon-pin.png);
          left: 0; }
      .spft-search {
        color: #ffffff; }
        .spft-search a {
          background-color: #8F6B14; }
          .spft-search a span {
            padding-right: 4.6666666667vw; }
            .spft-search a span::before {
              width: 2.9333333333vw;
              height: 2.9333333333vw;
              background-image: url(../img/cmn/header-icon-search.png);
              right: 0; }
      .spft-reserve {
        color: #ffffff; }
        .spft-reserve a {
          background-color: #223B52; }
          .spft-reserve a span {
            padding-right: 4.6666666667vw; }
            .spft-reserve a span::before {
              width: 2.9333333333vw;
              height: 2.9333333333vw;
              background-image: url(../img/cmn/header-icon-reserve.png);
              right: 0; }
      .spft-menu a span {
        padding-left: 6.1333333333vw; }
        .spft-menu a span::before {
          width: 4.8vw;
          height: 2.2666666667vw;
          background-image: url(../img/cmn/icon-double.png);
          left: 0; } }

/* pagetop
---------------------------------------------------------------------------*/
.pagetop {
  display: none; }
  @media screen and (max-width: 480px) {
    .pagetop {
      position: fixed;
      display: block;
      width: 12.5333333333vw;
      height: 12.5333333333vw;
      right: 2.6666666667vw;
      bottom: 16vw;
      z-index: 100; } }

/* footer
---------------------------------------------------------------------------*/
.footer {
  color: #ffffff;
  /* head */
  /* foot */ }
  .footer-wrap {
    /* 1080 */
    position: relative;
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1300px) {
      .footer-wrap {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .footer-wrap {
        width: 86.6666666667vw; } }
  .footer-head {
    background-image: url(../img/cmn/footer-head-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1080px;
    padding-top: 160px; }
    @media screen and (max-width: 1300px) {
      .footer-head {
        height: 83.0769230769vw;
        padding-top: 12.3076923077vw; } }
    @media screen and (max-width: 480px) {
      .footer-head {
        background-image: url(../img/cmn/footer-head-bg-sp.jpg);
        height: 144vw;
        padding-top: 21.3333333333vw; } }
    .footer-head-logo {
      display: block;
      width: 376px;
      margin-bottom: 26px; }
      @media screen and (max-width: 1300px) {
        .footer-head-logo {
          width: 28.9230769231vw;
          margin-bottom: 2vw; } }
      @media screen and (max-width: 480px) {
        .footer-head-logo {
          width: 74.6666666667vw;
          margin-bottom: 3.4666666667vw; } }
    .footer-head-name {
      font-size: 18px;
      letter-spacing: .6em;
      margin-bottom: 96px; }
      @media screen and (max-width: 1300px) {
        .footer-head-name {
          font-size: 1.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .footer-head-name {
          font-size: 4.08vw; } }
      @media screen and (max-width: 1300px) {
        .footer-head-name {
          margin-bottom: 7.3846153846vw; } }
    .footer-head-addr {
      font-size: 16px;
      line-height: 2.25;
      letter-spacing: .4em;
      margin-bottom: 96px; }
      @media screen and (max-width: 1300px) {
        .footer-head-addr {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .footer-head-addr {
          font-size: 3.6266666667vw; } }
      @media screen and (max-width: 1300px) {
        .footer-head-addr {
          margin-bottom: 7.3846153846vw; } }
    .footer-head ul.sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 480px) {
        .footer-head ul.sns {
          display: none; } }
      .footer-head ul.sns li {
        width: 40px; }
        @media screen and (max-width: 1300px) {
          .footer-head ul.sns li {
            width: 3.0769230769vw; } }
        .footer-head ul.sns li + li {
          margin-left: 40px; }
          @media screen and (max-width: 1300px) {
            .footer-head ul.sns li + li {
              margin-left: 3.0769230769vw; } }
  .footer-foot {
    padding: 96px 0 102px;
    background-color: #223B52; }
    @media screen and (max-width: 1300px) {
      .footer-foot {
        padding: 7.3846153846vw 0 7.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .footer-foot {
        padding: 12.8vw 6.6666666667vw 25.6vw; } }
    .footer-foot .footer-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      @media screen and (max-width: 480px) {
        .footer-foot .footer-wrap {
          display: block; } }
    .footer-foot-link {
      padding-bottom: 120px; }
      @media screen and (max-width: 1300px) {
        .footer-foot-link {
          padding-bottom: 9.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .footer-foot-link {
          display: none; } }
      .footer-foot-link li {
        font-size: 16px;
        letter-spacing: .05em; }
        @media screen and (max-width: 1300px) {
          .footer-foot-link li {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .footer-foot-link li {
            font-size: 3.6266666667vw; } }
        .footer-foot-link li + li {
          margin-top: 28px; }
          @media screen and (max-width: 1300px) {
            .footer-foot-link li + li {
              margin-top: 2.1538461538vw; } }
        .footer-foot-link li a {
          display: block; }
        .footer-foot-link li.parent {
          position: relative; }
          .footer-foot-link li.parent > a {
            position: relative;
            /*&::after {
            	@include bfaf;
            	background-repeat: no-repeat;
            	background-position: center;
            	background-size: contain;
            	background-image: url(../img/cmn/anchor-arw.png);
            	width: 10px;
            	height: 5px;
            	right: 0;
            	top: 6px;
            	@include mq(xl) {
            		width: px2vw(10);
            		height: px2vw(5);
            		top: px2vw(6);
            	}
            	@include mq(sm) {
            		width: px2sp(15);
            		height: px2sp(7.5);
            		top: 1.3vw;
            	}
            }*/ }
          .footer-foot-link li.parent .children {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            white-space: nowrap;
            background-color: #ffffff;
            z-index: 5;
            color: #223B52;
            font-size: 16px; }
            @media screen and (max-width: 1300px) {
              .footer-foot-link li.parent .children {
                font-size: 1.2307692308vw; } }
            @media screen and (max-width: 480px) {
              .footer-foot-link li.parent .children {
                font-size: 3.6266666667vw; } }
            @media screen and (max-width: 480px) {
              .footer-foot-link li.parent .children {
                left: -13.3333333333vw; } }
            .footer-foot-link li.parent .children p {
              border-bottom: 1px solid #C8CED4; }
            .footer-foot-link li.parent .children a {
              display: block;
              padding: 1em; }
              @media (hover: hover) {
                .footer-foot-link li.parent .children a:hover {
                  opacity: 1;
                  background-color: rgba(200, 206, 212, 0.5); } }
    .footer-foot-right {
      text-align: right; }
      @media screen and (max-width: 480px) {
        .footer-foot-right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: flex-end;
          align-items: flex-end;
          width: 100%; } }
      .footer-foot-right .bestrate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.25);
        color: #ffffff;
        width: 260px;
        height: 40px;
        border-radius: 4px;
        margin-bottom: 5px;
        font-size: 14px;
        text-align: center;
        letter-spacing: 0; }
        @media screen and (max-width: 1300px) {
          .footer-foot-right .bestrate {
            font-size: 1.0769230769vw; } }
        @media screen and (max-width: 480px) {
          .footer-foot-right .bestrate {
            font-size: 3.1733333333vw; } }
        @media screen and (max-width: 1300px) {
          .footer-foot-right .bestrate {
            width: 20vw;
            height: 3.0769230769vw;
            border-radius: 0.3076923077vw;
            margin-bottom: 0.3846153846vw; } }
      .footer-foot-right ul.reserbtn {
        margin-bottom: 48px; }
        @media screen and (max-width: 1300px) {
          .footer-foot-right ul.reserbtn {
            margin-bottom: 3.6923076923vw; } }
        .footer-foot-right ul.reserbtn li {
          border-bottom-color: rgba(255, 255, 255, 0.5); }
          .footer-foot-right ul.reserbtn li a span {
            display: block;
            width: 100%;
            padding-right: 36px;
            text-align: right; }
            @media screen and (max-width: 1300px) {
              .footer-foot-right ul.reserbtn li a span {
                padding-right: 2.7692307692vw; } }
          .footer-foot-right ul.reserbtn li.planlist a::after {
            background-image: url(../img/cmn/mega-icon-plan-w.png); }
          .footer-foot-right ul.reserbtn li.confirm a::after {
            background-image: url(../img/cmn/mega-icon-confirm-w.png); }
    .footer-foot-reservation {
      font-size: 14px;
      letter-spacing: .05em;
      margin-bottom: 16px; }
      @media screen and (max-width: 1300px) {
        .footer-foot-reservation {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .footer-foot-reservation {
          font-size: 3.1733333333vw; } }
      @media screen and (max-width: 1300px) {
        .footer-foot-reservation {
          margin-bottom: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .footer-foot-sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 43.2vw; }
        .footer-foot-sns li {
          width: 8.5333333333vw; } }
    .footer-foot-logo {
      width: 80px;
      margin-left: auto;
      margin-right: 0; }
      @media screen and (max-width: 1300px) {
        .footer-foot-logo {
          width: 6.1538461538vw; } }
      @media screen and (max-width: 480px) {
        .footer-foot-logo {
          width: 16vw; } }
    .footer-foot-copy {
      position: absolute;
      left: 0;
      bottom: 0;
      letter-spacing: .05em;
      font-size: 14px; }
      @media screen and (max-width: 1300px) {
        .footer-foot-copy {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .footer-foot-copy {
          font-size: 3.1733333333vw; } }
      @media screen and (max-width: 480px) {
        .footer-foot-copy {
          position: relative;
          left: auto;
          bottom: auto;
          font-size: 3.2vw;
          margin-top: 10.1333333333vw; } }

/* main
---------------------------------------------------------------------------*/
main {
  background-image: url(../img/cmn/main-bg.jpg);
  background-position: center top;
  background-size: 2000px auto; }
  @media screen and (max-width: 1300px) {
    main {
      background-size: 153.8461538462vw auto; } }
  @media screen and (max-width: 480px) {
    main {
      background-image: url(../img/cmn/main-bg-sp.jpg);
      background-size: 100vw auto; } }
