@charset "UTF-8";
/* stylelint-disable value-list-comma-newline-after */
/* stylelint-disable declaration-colon-newline-after */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable string-quotes */
/* stylelint-disable value-list-comma-newline-after */
/* stylelint-disable declaration-colon-newline-after */
/* stylelint-disable string-quotes */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable selector-class-pattern */
/* ---------------------------------------------------------------
  google fonts Secular One + Sawarabi Gothic
 ---------------------------------------------------------------- */
/* ---------------------------------------------------------------
  Bootstrap Icons
 ---------------------------------------------------------------- */
@import 'https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css';
/* ---------------------------------------------------------------
  fontawesome
 ---------------------------------------------------------------- */
@import '//use.fontawesome.com/releases/v5.7.2/css/all.css';
/* ------------------------------
  responsive
  ------------------------------
   bootstrap
   lg 1200px -
   md 992px - 1199px
   sm 768px -  991px
   xs - 767px
 ------------------------------- */
/* ------------------------------
  style 基本
 ------------------------------- */
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

html,
body {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/NotoSansJP-Regular-Subset.woff") format("woff"), url("./fonts/NotoSansJP-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/NotoSansJP-Bold-Subset.woff") format("woff"), url("./fonts/NotoSansJP-Bold.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Oswald-Regular.woff2") format("woff2"), url("./fonts/Oswald-Regular.woff") format("woff"), url("./fonts/Oswald-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/Oswald-Bold.woff2") format("woff2"), url("./fonts/Oswald-Bold.woff") format("woff"), url("./fonts/Oswald-Bold.ttf") format("ttf");
  font-display: swap;
}
/* stylelint-disable-next-line max-line-length */
/* stylelint-disable-next-line max-line-length */
/* stylelint-disable-next-line max-line-length */
/* stylelint-disable-next-line max-line-length */
body {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.7;
}

body,
header#header .navbar-default,
.content {
  color: #333;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
  text-decoration: none;
  outline: none;
  opacity: 0.8;
  transition: 0.3s ease-in;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

input::-moz-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

section {
  /* stylelint-disable-next-line block-no-empty */
}
/* ------------------------------
  MARK: style 共通
 ------------------------------- */
/* 黒 */
/* 濃い灰色 */
/* 薄い灰色 */
/* ゴールド */
.size_minimum {
  font-size: 1.2rem;
}

.size_small {
  font-size: 1.4rem;
}

.size_normal {
  font-size: 1.6rem;
}

.size_large {
  font-size: 1.8rem;
}

.size_big {
  font-size: 2rem;
}

.size_maximum {
  font-size: 2.4rem;
}

.size_huge {
  font-size: 2.8rem;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.none {
  display: none;
}

.disp-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}

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

.sp-inline-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-inline-block {
    display: inline-block !important;
  }
}

.w100 {
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.img-50per {
  max-width: 50% !important;
}

.color-normal {
  color: #333 !important;
}

.color-red {
  color: #f00 !important;
}

.color01 {
  color: #0e6f9b !important;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #002d46;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #002d46;
}

/* ------------------------------
  MARK:header
 ------------------------------- */
/* -- グロナビ全体 -- */
header#header {
  /* stylelint-disable-next-line selector-id-pattern */
  /* stylelint-disable-next-line selector-id-pattern */
}
header#header .navbar-default {
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default.scrolldown {
    height: 60px;
    background: #fff;
    box-shadow: 0 5px 10px -10px #000;
  }
}
header#header .navbar-default .navbar-logo {
  top: 1rem;
  left: 1rem;
  z-index: 99;
  width: 120px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-logo {
    top: 0.7rem;
    left: 0.7rem;
    width: 70px;
    padding: 0;
    background: transparent;
  }
}
header#header .navbar-default .navbar-logo.scrolldown {
  opacity: 1;
}
header#header .navbar-default .navbar-logo.scrolldown:hover {
  background: #fff;
}
header#header .navbar-default .navbar-brand {
  position: absolute;
  top: calc(50vh - 200px);
  right: 0;
  left: 0;
  display: block;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  pointer-events: none;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-brand {
    top: calc(50vh - 130px);
  }
}
header#header .navbar-default .navbar-brand img {
  max-width: 300px;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-brand img {
    max-width: 180px;
  }
}
header#header .navbar-default .navbar-brand span {
  display: block;
  margin: 0;
  font-size: 2rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
header#header .navbar-default .navbar-brand.scrolldown {
  opacity: 0 !important;
}
header#header .navbar-default .navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  float: none;
  width: 80px;
  height: 80px;
  padding: 10px 0 0;
  margin: 0;
  color: #fff;
  background: rgb(0, 0, 0);
  border: none;
  border-radius: inherit;
  opacity: 0;
  transition: 0.3s ease-in;
}
header#header .navbar-default .navbar-toggle.scrolldown {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle {
    top: 0.8rem;
    right: 1.5rem;
    width: auto;
    height: auto;
    background: transparent;
  }
}
header#header .navbar-default .navbar-toggle span {
  display: block;
  width: 25px;
  height: 5px;
  margin: 0 auto 0.5rem;
  background: #fff;
  transition: 0.2s ease-in-out;
}
header#header .navbar-default .navbar-toggle span:hover {
  background: #fff;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle span {
    width: 30px;
    height: 3px;
    margin: 0 auto 0.8rem;
    background: #000;
    border-radius: 3px;
  }
}
header#header .navbar-default .navbar-toggle p.txt {
  margin: -3px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle p.txt {
    display: none;
  }
}
header#header .navbar-default .navbar-toggle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
}
header#header .navbar-default .navbar-toggle.on {
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle.on {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle.on span {
    background: #fff;
  }
}
header#header .navbar-default .navbar-toggle.on .lin1 {
  margin-bottom: -5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .navbar-toggle.on .lin1 {
    margin-bottom: -3px;
  }
}
header#header .navbar-default .navbar-toggle.on .lin2 {
  transform: rotate(135deg);
}
header#header .navbar-default .navbar-toggle.on .lin3 {
  opacity: 0;
}
header#header .navbar-default .navbar-toggle.on p {
  font-size: 0 !important;
}
header#header .navbar-default .navbar-toggle.on p::after {
  display: block;
  margin-bottom: -2rem;
  font-size: 1.4rem !important;
  content: "CLOSE";
}
header#header .navbar-default .reserve-link {
  position: absolute;
  top: 0;
  right: 85px;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: black;
  opacity: 0;
}
header#header .navbar-default .reserve-link.scrolldown {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .reserve-link {
    position: fixed;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem 0;
    color: #000;
    background: #fff;
    border-top: 1px solid #ccc;
  }
}
header#header .navbar-default .reserve-link p {
  margin: 0 0 -3px;
  font-size: 1.2rem;
}
header#header .navbar-default .reserve-link span {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  color: #dab892;
}
header#header .navbar-default .reserve-link:hover {
  opacity: 0.7;
}
header#header .navbar-default .i18n {
  position: absolute;
  top: 1rem;
  right: 260px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  header#header .navbar-default .i18n {
    top: 0.7rem;
    left: 0.7rem;
    width: 70px;
    padding: 0;
    background: transparent;
  }
}
header#header .navbar-default .i18n.scrolldown {
  opacity: 1;
}
header#header .navbar-default .i18n.scrolldown:hover {
  background: #fff;
}
header#header .navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
header#header .navbar-collapse.collapse.in {
  display: block !important;
}
header#header #gNavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: inherit;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.9);
  border: none;
}
@media screen and (max-width: 768px) {
  header#header #gNavi {
    padding-top: 50px;
    padding-bottom: 2rem;
  }
}
header#header #gNavi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: none;
  margin: 0;
}
header#header #gNavi ul li {
  flex-basis: 100%;
  float: none;
  margin: 0;
  border: none !important;
}
header#header #gNavi ul li a {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  border: none;
}
@media screen and (max-width: 768px) {
  header#header #gNavi ul li a {
    padding: 0.8rem 0 1rem;
    font-size: 1.6rem;
  }
}
header#header #gNavi ul li a:hover {
  opacity: 0.7;
}
header#header #gNavi ul li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 80%;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
  background-repeat: no-repeat;
  background-position: center;
}
header#header #gNavi ul li:last-child a::after {
  display: none;
}
header#header > nav#mainNav > ul.bogo-language-switcher {
  position: fixed;
  top: 8.5rem;
  right: 0;
  z-index: 3;
  width: 80px;
  padding: 0.3rem 0;
  font-size: 1.4rem;
  text-align: center;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in;
}
header#header > nav#mainNav > ul.bogo-language-switcher.scrolldown {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header#header > nav#mainNav > ul.bogo-language-switcher {
    top: 0.8rem;
    right: 6rem;
    z-index: 2000;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0.2rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  header#header > nav#mainNav > ul.bogo-language-switcher > li {
    flex-basis: 50%;
  }
}

/* header#header */
header .mouse-hover-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  margin: 0;
  color: #fff;
  background: #111;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
header .mouse-hover-dropdown li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #333;
}
header .mouse-hover-dropdown li:last-child {
  border-bottom: none;
}
header .mouse-hover-dropdown li a {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
header .mouse-hover-dropdown li a:hover {
  background: #222;
}
header .navbar-default .navbar-logo {
  position: unset;
  opacity: unset;
}
header .navbar-default .navbar-logo > img {
  max-width: 85px;
}
header #navbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start; /* 左寄せ */
  width: 100%;
  height: 100px;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header #navbar > li {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: black !important;
  white-space: nowrap;
  background: #fff;
  border-right: 1px solid #eee;
}
header #navbar > li:hover .mouse-hover-dropdown, header #navbar > li:focus-within .mouse-hover-dropdown {
  display: block;
}
header #navbar > li:hover {
  background-color: #f2f2f2;
}
header #navbar > li > * {
  display: flex;
  align-items: center; /* ロゴを上下中央にしたい場合 */
  height: 100%;
  padding: 10px 0.8vw;
  color: inherit !important;
}
header #navbar > li .under-caret {
  width: auto;
  height: 0.7em;
  padding-right: 0.5em;
}
header #navbar > li a {
  cursor: pointer;
}
header #navbar > li:last-child {
  border-right: none;
}
header #navbar svg.external {
  width: auto;
  height: 0.75em;
}
header #navbar small {
  display: block;
  color: #aaa;
}
header #navbar .active {
  background: #f9f9f9;
  border-bottom: 4px solid #c9a063; /* 画像のような下線 */
}
header #navbar-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar-reservation {
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 10000;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 1px;
  background-color: white;
}
header .navbar-reservation > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  padding: 0 0.75em;
}
header .navbar-reservation #tel-panel {
  float: left;
  text-align: center;
}
header .navbar-reservation #tel-panel #tel-panel-main {
  font-weight: bold;
}
header .navbar-reservation #tel-panel #tel-panel-main svg {
  width: auto;
  height: 0.85em;
}
header .navbar-reservation #tel-panel #tel-panel-sub {
  font-family: "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
header .navbar-reservation #reserve-panel {
  float: right;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cda061;
  background-image: url("../images/plan_bg.gif");
}
header ul.bogo-language-switcher {
  position: absolute;
  top: 125px !important;
  right: 0;
  z-index: 2000;
  width: unset !important;
  min-width: 120px;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  font-size: large !important;
  font-weight: bold !important;
  background: #f5f5f5;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
header ul.bogo-language-switcher::before {
  display: block;
  padding: 8px 0;
  padding: 8px 12px;
  font-size: 1em;
  color: white;
  letter-spacing: 0.05em;
  cursor: pointer;
  content: "language ▾";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #222;
  border-radius: 0 0 4px 4px;
}
header ul.bogo-language-switcher li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header ul.bogo-language-switcher li a {
  display: block;
  padding: 8px 12px;
  color: black;
  text-decoration: none;
  background: #e0e0e0;
  transition: background 0.2s, color 0.2s;
}
header ul.bogo-language-switcher li a:hover, header ul.bogo-language-switcher li a.current, header ul.bogo-language-switcher li a[aria-current=page] {
  font-weight: bold;
  color: #fff;
  background: #222;
}
header ul.bogo-language-switcher.bogo-closed {
  height: auto;
  overflow: visible;
}
header ul.bogo-language-switcher.bogo-closed li {
  display: none;
}
header ul.bogo-language-switcher.bogo-open li {
  display: block;
}
header ul.bogo-language-switcher.bogo-open::before {
  content: "language ▴";
}

@media screen and (max-width: 1200px) {
  header .navbar-reservation {
    top: auto;
    bottom: 0 !important;
    left: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: unset !important;
    border-top: 1px solid rgb(221, 221, 210);
  }
  header .navbar-reservation > * {
    flex: 1;
    text-align: center;
  }
  header #navbar {
    font-size: 16px;
  }
  header #navbar > li {
    flex-grow: 1;
    flex-shrink: 1;
  }
  header .mouse-hover-dropdown li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar-reservation {
    height: 60px !important;
    font-size: large !important;
  }
  header .navbar-reservation > a {
    height: unset !important;
  }
  header .navbar-reservation .mouse-hover-dropdown {
    font-size: 12px;
  }
  header #navbar {
    flex-wrap: wrap;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 10px -5px #000;
  }
  header #navbar > li {
    width: 25%;
    height: 50px;
    border-right: 1px solid #eee;
  }
  header #navbar > li > * {
    justify-content: center;
    height: 100%;
    padding: 0 5px;
  }
  header #navbar > li:first-child {
    padding: 0;
    border-right: 1px solid #eee;
  }
  header #navbar > li:last-child {
    position: fixed;
    top: 175px;
    right: 5px;
    width: auto;
    height: auto;
    background: none;
    border-right: none;
  }
  header #navbar .navbar-logo {
    width: 60px;
    padding: 0;
  }
  header #navbar .navbar-logo img {
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  header #tel-panel-sub {
    font-size: 12px !important;
  }
  header #reserve-panel {
    font-size: 16px !important;
  }
  header .mouse-hover-dropdown {
    top: 100%;
    left: 0;
    min-width: 160px;
    font-size: 1.1rem;
    background: #111;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  header .mouse-hover-dropdown li a {
    padding: 12px 10px;
    font-size: 1rem;
  }
  header ul.bogo-language-switcher {
    top: 128px !important;
    right: 0 !important;
    display: inherit !important;
    flex-wrap: inherit !important;
    width: inherit !important;
    padding: inherit !important;
    font-size: 1rem;
    background: #f5f5f5;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  header ul.bogo-language-switcher::before {
    padding: 4px 10px;
    font-size: 0.95em;
  }
  header ul.bogo-language-switcher li a {
    padding: 7px 10px;
    font-size: 1rem;
  }
  header ul.bogo-language-switcher > li {
    flex-basis: inherit !important;
  }
}
/* ------------------------------
  MARK:content
 ------------------------------- */
.content {
  padding: 0;
  background: #fff;
}

/* -------------------------------
  MARK:共通
 -------------------------------- */
h2.ttl {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 8rem;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 4rem;
  }
}

.lnk-btn {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .lnk-btn {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.lnk-btn a {
  display: inline-block;
  min-width: 160px;
  padding: 12px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lnk-btn a {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

.more-link {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .more-link {
    right: 20px;
    max-width: 100%;
  }
}
.more-link::after {
  position: absolute;
  right: -30px;
  bottom: -3px;
  width: 120px;
  height: 20px;
  content: "";
  background: url("/assets/images/more_arrow1.png") no-repeat;
  background-size: 120px;
}
.more-link a {
  position: relative;
  z-index: 10;
  color: #000;
}
@media screen and (max-width: 768px) {
  .more-link a {
    font-size: 1.2rem;
  }
}

.more-link2 {
  margin-right: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .more-link2 {
    margin: 0;
  }
}
.more-link2 a {
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.01em;
}
.more-link2::after {
  position: absolute;
  right: -30px;
  bottom: -3px;
  width: 120px;
  height: 20px;
  content: "";
  background: url("/assets/images/more_arrow1.png") no-repeat;
  background-size: 120px;
}

/* ------------------------------
  MARK: footer
 ------------------------------- */
/* -- ページトップ -- */
/* stylelint-disable-next-line selector-id-pattern */
#go_pagetop {
  position: fixed;
  right: 5px;
  bottom: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #go_pagetop {
    right: 5px;
    bottom: 55px;
    border: 1px solid #ccc;
  }
}

/* stylelint-disable-next-line selector-id-pattern */
#go_pagetop a {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  background: rgb(255, 255, 255);
}

/* stylelint-disable-next-line selector-id-pattern */
#go_pagetop a i {
  font-size: 20px;
  color: #333;
}

#footer {
  overflow: hidden;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  background: #000;
}
#footer a {
  color: #fff;
}
#footer > div.inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  padding: 5rem 0 2rem;
  margin: 0 auto;
}
#footer > div.inner .left {
  width: 460px;
}
@media screen and (max-width: 1366px) {
  #footer > div.inner .left {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  #footer > div.inner .left {
    flex-basis: 100%;
    width: 100%;
  }
}
#footer > div.inner .left img {
  max-width: 230px;
  margin-bottom: 3rem;
  margin-left: 0;
}
#footer > div.inner .left__box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer > div.inner .left__box {
    display: block;
  }
}
#footer > div.inner .left__box .tel {
  flex-basis: 100%;
  margin-top: -2rem;
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #footer > div.inner .left__box .tel {
    flex-basis: auto;
    margin-top: -7.2rem;
    margin-left: -17rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #footer > div.inner .left__box .tel {
    margin: 0;
  }
}
#footer > div.inner .left__box .tel span {
  margin-right: 5px;
  font-size: 3rem;
  vertical-align: 1px;
}
#footer > div.inner .left__box .insta a {
  display: block;
  font-size: 4rem;
  cursor: pointer;
}
#footer > div.inner .left__box .box1 {
  margin-right: 3rem;
}
@media screen and (max-width: 1200px) {
  #footer > div.inner .left__box .box1 {
    margin-right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #footer > div.inner .left__box .box1 {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  #footer > div.inner .left__box .box2 {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #footer > div.inner .left__box .box2 {
    margin: 0;
  }
}
#footer > div.inner > div.center {
  width: calc(100% - 460px - 360px);
  padding: 0 3rem;
  border-right: 1px solid #aaa4a2;
  border-left: 1px solid #aaa4a2;
}
@media screen and (max-width: 1366px) {
  #footer > div.inner > div.center {
    width: calc(100% - 460px);
    border-right: none;
  }
}
@media screen and (max-width: 1200px) {
  #footer > div.inner > div.center {
    flex-basis: 100%;
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 3rem;
    border-top: 1px solid #aaa4a2;
    border-bottom: 1px solid #aaa4a2;
    border-left: none;
  }
}
@media screen and (max-width: 992px) {
  #footer > div.inner > div.center {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
    border-left: none;
  }
}
#footer > div.inner > div.center ul {
  margin: 0;
  line-height: 2.4;
}
#footer > div.inner > div.center ul .room,
#footer > div.inner > div.center ul .area {
  position: relative;
}
#footer > div.inner > div.center ul li.room:hover ul.hover {
  opacity: 1;
}
#footer > div.inner > div.center ul li.area:hover ul.hover {
  opacity: 1;
}
#footer > div.inner > div.center ul .hover {
  position: absolute;
  top: -5rem;
  left: 20rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  border: 1px solid #fff;
  opacity: 0;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  #footer > div.inner > div.center ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 1rem;
    border: none;
    opacity: 1;
  }
}
#footer > div.inner > div.center ul::after {
  position: absolute;
  top: 7rem;
  left: -10rem;
  width: 10rem;
  height: 1px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  #footer > div.inner > div.center ul::after {
    display: none;
  }
}
#footer > div.inner > div.center ul.area {
  top: 1.9rem;
}
@media screen and (max-width: 768px) {
  #footer > div.inner > div.center ul.area {
    top: 0;
  }
}
#footer > div.inner > div.center ul.area::after {
  top: -0.1rem;
}
#footer > div.inner > div.center ul > li li {
  flex-basis: 50%;
}
#footer > div.inner .right {
  width: 360px;
  padding: 0 3rem;
}
@media screen and (max-width: 1366px) {
  #footer > div.inner .right {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
}
#footer > div.inner .right .ttl {
  margin-bottom: 2rem;
}
#footer > div.inner .right img {
  width: 300px;
  margin-bottom: 2rem;
  margin-left: 0;
}
#footer > div.inner .ttl {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#footer > div.inner .txt {
  margin: 0 0 2rem;
  font-size: 1.4rem;
}
#footer > div.inner .txt a {
  border-bottom: 1px solid #fff;
}
#footer .copy {
  flex-basis: 100%;
  padding: 0 0 1.5rem;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}

/* ------------------------------
  MARK:下層ページ用
 ------------------------------- */
body:not(.top) .navbar-brand {
  display: none !important;
}

/* ------------------------------
  MARK:TOP
 ------------------------------- */
body.top .sec-mv {
  height: 100vh;
}
body.top .sec-mv li {
  position: relative;
}
body.top .sec-mv li::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.sec-mv {
  position: relative;
  width: auto;
  overflow: hidden;
}
.sec-mv img {
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.sec-mv .arrow {
  position: absolute;
  right: 0;
  bottom: 3rem;
  left: 0;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  .sec-mv .arrow {
    bottom: 7rem;
  }
}
.sec-mv .arrow img {
  position: relative;
  width: 49px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-mv .arrow img {
    width: 25px;
    height: auto;
  }
}
.sec-mv .arrow.scrolldown {
  opacity: 0;
}

/* -- 下層ページ用 -- */
body:not(.top) .sec-mv img {
  height: auto !important;
}

.top-notes {
  min-height: 200px;
}

.top-notes a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  font-size: 24px;
  color: #fff;
  text-align: left;
  background: #cda061;
}

.top-notes img:not(.large-banner) {
  display: inline;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .top-notes a {
    font-size: 18px;
  }
  .top-notes a > span {
    padding-left: 10px;
    text-align: left;
  }
}
.sec-news {
  padding: 6rem 1.5rem 12rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 3rem 1.5rem;
  }
}
.sec-news img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.sec-news > * {
  display: block;
  margin: 10px auto;
}
.sec-news > h3 {
  display: inline-block;
  padding: 0 1rem 0.5rem;
  margin: 0 0 3rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #cda061;
}
@media screen and (max-width: 768px) {
  .sec-news > h3 {
    font-size: 2.4rem;
  }
}
.sec-news > ul {
  max-width: 800px;
  margin-bottom: 1rem;
  line-height: 2.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-news > ul {
    line-height: 1.7;
  }
}
.sec-news > ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-news > ul li {
    font-size: 1.4rem;
  }
}
.sec-news > ul li .date {
  margin-right: 10px;
}
.sec-news > ul li .new {
  padding: 0 10px 3px;
  margin-right: 10px;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: 3px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .sec-news > ul li .new {
    padding: 0 7px 2px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news > ul li a {
    display: block;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}

.sec-concept-stay .concept,
.sec-concept-stay .stay {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
.sec-concept-stay .concept .img,
.sec-concept-stay .stay .img {
  flex-basis: 65%;
}
@media screen and (max-width: 1200px) {
  .sec-concept-stay .concept .img,
  .sec-concept-stay .stay .img {
    flex-basis: 55%;
  }
}
@media screen and (max-width: 992px) {
  .sec-concept-stay .concept .img,
  .sec-concept-stay .stay .img {
    flex-basis: 100%;
  }
}
.sec-concept-stay .concept .txt,
.sec-concept-stay .stay .txt {
  flex-basis: 35%;
  padding: 0 3rem 0 5rem;
}
@media screen and (max-width: 1200px) {
  .sec-concept-stay .concept .txt,
  .sec-concept-stay .stay .txt {
    flex-basis: 45%;
    padding: 0 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 992px) {
  .sec-concept-stay .concept .txt,
  .sec-concept-stay .stay .txt {
    flex-basis: 100%;
    padding: 0 1.5rem;
  }
}
.sec-concept-stay .concept .txt .ttl,
.sec-concept-stay .stay .txt .ttl {
  margin: 3rem 0 2.5rem;
}
@media screen and (max-width: 992px) {
  .sec-concept-stay .concept .txt .ttl,
  .sec-concept-stay .stay .txt .ttl {
    margin: 2rem 0;
    font-size: 4rem;
  }
}
.sec-concept-stay .concept .txt .lead,
.sec-concept-stay .stay .txt .lead {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec-concept-stay .concept .txt .lead,
  .sec-concept-stay .stay .txt .lead {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.sec-concept-stay .concept .txt .detail,
.sec-concept-stay .stay .txt .detail {
  margin-bottom: 3rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.sec-concept-stay .concept .txt.left,
.sec-concept-stay .stay .txt.left {
  padding: 0 5rem 0 3rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec-concept-stay .concept .txt.left,
  .sec-concept-stay .stay .txt.left {
    padding: 0 1.5rem;
    text-align: left;
  }
}
.sec-concept-stay .concept .txt.left .ttl,
.sec-concept-stay .stay .txt.left .ttl {
  margin: 3rem 0 2.5rem;
}
@media screen and (max-width: 992px) {
  .sec-concept-stay .concept .txt.left .ttl,
  .sec-concept-stay .stay .txt.left .ttl {
    margin: 2rem 0;
  }
}
.sec-concept-stay .stay {
  flex-direction: row-reverse;
}
.sec-concept-stay .concept .clickable {
  width: 1000px;
  height: auto;
  overflow-x: scroll;
}

.sec-plan {
  margin-bottom: 15rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-plan {
    margin-bottom: 6rem;
  }
}
.sec-plan .ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 992px) {
  .sec-plan .ttl {
    margin: 2rem 0;
    font-size: 4rem;
  }
}
.sec-plan .slick-top-plan {
  margin-bottom: 5rem;
  overflow: hidden;
  /* next */
  /* prev */
}
.sec-plan .slick-top-plan .slick-slide {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-slide {
    max-width: 100vw;
  }
}
.sec-plan .slick-top-plan .slick-slide .img {
  flex-basis: 50%;
}
.sec-plan .slick-top-plan .slick-slide .img img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-slide .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .sec-plan .slick-top-plan .slick-slide .img {
    flex-basis: 100%;
  }
}
.sec-plan .slick-top-plan .slick-slide .right {
  flex-basis: calc(50% - 1rem);
  padding: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .sec-plan .slick-top-plan .slick-slide .right {
    flex-basis: 100%;
  }
}
.sec-plan .slick-top-plan .slick-slide .right h3 {
  padding: 15px;
  font-size: 1.8rem;
  color: #000;
  border-bottom: 5px solid #cda061;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-slide .right h3 {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
}
.sec-plan .slick-top-plan .slick-slide .right p {
  padding: 0 10px;
  margin: 0;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-slide .right p {
    font-size: 1.4rem;
  }
}
.sec-plan .slick-top-plan .slick-slide:not(.slick-current) {
  opacity: 0.3;
}
.sec-plan .slick-top-plan .slick-next,
.sec-plan .slick-top-plan .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 65px;
  height: 65px;
  padding: 0;
  margin: auto;
  color: transparent;
  background: #aaa4a2;
  border: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1200px) {
  .sec-plan .slick-top-plan .slick-next,
  .sec-plan .slick-top-plan .slick-prev {
    top: 30rem;
    bottom: inherit;
  }
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-next,
  .sec-plan .slick-top-plan .slick-prev {
    top: 10rem;
    width: 40px;
    height: 40px;
  }
}
.sec-plan .slick-top-plan .slick-next:hover,
.sec-plan .slick-top-plan .slick-prev:hover {
  opacity: 0.7;
}
.sec-plan .slick-top-plan .slick-next::before,
.sec-plan .slick-top-plan .slick-next::after,
.sec-plan .slick-top-plan .slick-prev::before,
.sec-plan .slick-top-plan .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.sec-plan .slick-top-plan .slick-next::after,
.sec-plan .slick-top-plan .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-next::after,
  .sec-plan .slick-top-plan .slick-prev::after {
    width: 18px;
    height: 18px;
  }
}
.sec-plan .slick-top-plan .slick-next {
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-next {
    right: 1.5rem;
  }
}
.sec-plan .slick-top-plan .slick-next::after {
  right: 25px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-next::after {
    right: 16px;
  }
}
.sec-plan .slick-top-plan .slick-prev {
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-prev {
    left: 1.5rem;
  }
}
.sec-plan .slick-top-plan .slick-prev::after {
  left: 25px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .sec-plan .slick-top-plan .slick-prev::after {
    left: 16px;
  }
}

.sec-links {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .sec-links {
    margin-bottom: 6rem;
  }
}
.sec-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 3rem;
}
@media screen and (max-width: 992px) {
  .sec-links ul {
    padding: 0 1.5rem;
  }
}
.sec-links ul li {
  position: relative;
  flex-basis: 40%;
  margin: 0 2%;
  transition: 0.3s ease-in;
  /* stylelint-disable-next-line block-no-empty */
}
@media screen and (max-width: 992px) {
  .sec-links ul li {
    flex-basis: 100%;
    padding: 0 1.5rem;
    margin: 0 0 6rem;
    background: none;
  }
}
.sec-links ul li:hover {
  opacity: 0.8 !important;
}
.sec-links ul li.facility {
  background: url("/assets/images/top/link_img1.jpg?221026") no-repeat center center/cover;
}
.sec-links ul li.access {
  background: url("/assets/images/top/link_img3.jpg?221026") no-repeat center center/cover;
}
.sec-links ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sec-links ul li a {
    min-height: 250px;
  }
}
.sec-links ul li h3 {
  padding: 0 1.5rem 3rem;
  margin: 0;
  font-size: 3.4rem;
}
@media screen and (max-width: 992px) {
  .sec-links ul li h3 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-links ul li h3 {
    padding: 0;
    font-size: 2rem;
  }
}
.sec-links ul li p.txt {
  padding: 0 3rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-links ul li p.txt {
    padding: 0;
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
  }
}

.sec-banners {
  padding: 0 1.5rem;
  margin: 0 auto 12rem;
}
.sec-banners .ban1 {
  max-width: 800px;
  margin: 0 auto 1.5rem;
}
.sec-banners .ban1 .reserve {
  padding: 2.5rem 3rem 1.5rem;
  background: #e5e2e1;
  border: 3px solid #000;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve {
    padding: 2.5rem 3rem 3rem;
  }
}
.sec-banners .ban1 .reserve h3 {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.sec-banners .ban1 .reserve form {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form {
    flex-wrap: wrap;
  }
}
.sec-banners .ban1 .reserve form dl {
  display: grid;
  grid-template-rows: 0.3fr 1fr;
  grid-template-columns: 220px 75px 75px 75px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl {
    grid-template-rows: 0.3fr 1fr 0.3fr 0.7fr;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
.sec-banners .ban1 .reserve form dl dt label {
  font-size: 1.5rem;
  font-weight: bold;
}
.sec-banners .ban1 .reserve form dl dt:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dt:nth-child(1) {
    grid-column: 1/4;
  }
}
.sec-banners .ban1 .reserve form dl dt:nth-child(3) {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dt:nth-child(3) {
    grid-row: 3;
    grid-column: 1/2;
  }
}
.sec-banners .ban1 .reserve form dl dt:nth-child(5) {
  grid-row: 1;
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dt:nth-child(5) {
    grid-row: 3;
    grid-column: 2/3;
  }
}
.sec-banners .ban1 .reserve form dl dt:nth-child(7) {
  grid-row: 1;
  grid-column: 4;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dt:nth-child(7) {
    grid-row: 3;
    grid-column: 3/4;
  }
}
.sec-banners .ban1 .reserve form dl dd:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dd:nth-child(2) {
    grid-column: 1/4;
  }
}
.sec-banners .ban1 .reserve form dl dd:nth-child(2) label {
  margin-right: -5px;
}
.sec-banners .ban1 .reserve form dl dd:nth-child(2) label:nth-child(4) {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dd:nth-child(2) label:nth-child(4) {
    margin-bottom: 2rem;
  }
}
.sec-banners .ban1 .reserve form dl dd:nth-child(2) label:nth-child(4) input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 0;
  vertical-align: -4px;
}
.sec-banners .ban1 .reserve form dl dd:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dd:nth-child(4) {
    grid-row: 4;
    grid-column: 1/2;
  }
}
.sec-banners .ban1 .reserve form dl dd:nth-child(6) {
  grid-row: 2;
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dd:nth-child(6) {
    grid-row: 4;
    grid-column: 2/3;
  }
}
.sec-banners .ban1 .reserve form dl dd:nth-child(8) {
  grid-row: 2;
  grid-column: 4;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dd:nth-child(8) {
    grid-row: 4;
    grid-column: 3/4;
  }
}
.sec-banners .ban1 .reserve form dl dd select {
  min-width: 60px;
  padding: 10px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form dl dd select {
    min-width: 75px;
  }
}
.sec-banners .ban1 .reserve form dl dd select:focus-visible {
  outline: none;
}
.sec-banners .ban1 .reserve form .submit-btn {
  margin: 5px 2rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form .submit-btn {
    flex-basis: 100%;
    margin: 0 0 1.5rem;
  }
}
.sec-banners .ban1 .reserve form .submit-btn input[type=submit] {
  width: 80px;
  height: 80px;
  font-size: 0;
  background: #000 url("/assets/images/search_gray.png");
  background-repeat: no-repeat;
  background-position: 28px 28px;
  background-size: 25px;
  border: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban1 .reserve form .submit-btn input[type=submit] {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    color: #fff;
    background-position: 20px 17px;
    background-size: 20px;
    border-radius: 10px;
  }
}
.sec-banners .ban1 .reserve form .submit-btn:hover {
  opacity: 0.8;
}
.sec-banners .ban1 .reserve form .search-links {
  margin-top: 7px;
}
.sec-banners .ban1 .reserve form .search-links a {
  font-size: 1.6rem;
}
.sec-banners .ban2 {
  display: flex;
  gap: 0 1.5rem;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 {
    flex-wrap: wrap;
  }
}
.sec-banners .ban2 .contact {
  flex-basis: calc(100% - 0px);
  padding: 2.5rem 3rem 1.5rem;
  background: #e5e2e1;
  border: 3px solid #000;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .contact {
    flex-basis: 100%;
    padding: 2.5rem 3rem 3rem;
    margin-bottom: 1.5rem;
  }
}
.sec-banners .ban2 .contact h3 {
  margin: 0 0 1rem;
  font-weight: bold;
  text-align: center;
}
.sec-banners .ban2 .contact .txt1 {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .contact .txt1 {
    display: block;
  }
}
.sec-banners .ban2 .contact .txt1 .tel-ttl {
  margin-right: 2.5rem;
  font-size: 3rem;
  line-height: 85px;
}
@media screen and (max-width: 992px) {
  .sec-banners .ban2 .contact .txt1 .tel-ttl {
    margin-right: 1.5rem;
    font-size: 2.5rem;
    line-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .contact .txt1 .tel-ttl {
    margin-right: 1rem;
    font-size: 2rem;
    line-height: inherit;
  }
}
.sec-banners .ban2 .contact .txt1 .tel-link {
  margin-right: 1.5rem;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .sec-banners .ban2 .contact .txt1 .tel-link {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .contact .txt1 .tel-link {
    font-size: 3rem;
  }
}
.sec-banners .ban2 .contact .txt1 .hour {
  padding-top: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .sec-banners .ban2 .contact .txt1 .hour {
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .contact .txt1 .hour {
    padding-top: 0;
    padding-left: 4.5rem;
  }
}
.sec-banners .ban2 .contact .txt1 .hour span {
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .contact .txt1 .hour span {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
}
.sec-banners .ban2 .contact .txt2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.sec-banners .ban2 .contact .txt2 a {
  padding-bottom: 2px;
  border-bottom: 2px solid #000;
}
.sec-banners .ban2 .covid19 {
  display: none;
  width: 250px;
  padding: 2.5rem 1.5rem 1.5rem;
  color: #fff;
  text-align: center;
  background: #000;
  border: 3px solid #000;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .covid19 {
    flex-basis: 100%;
    padding: 2.5rem 1rem 1.5rem;
  }
}
.sec-banners .ban2 .covid19 h3 {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .covid19 h3 br {
    display: none;
  }
}
.sec-banners .ban2 .covid19 p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .covid19 p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-banners .ban2 .covid19 p br {
    display: none;
  }
}
.sec-banners .ban2 .covid19 a {
  display: block;
  padding-right: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
  background: url("/assets/images/more_arrow3.png");
  background-repeat: no-repeat;
  background-position: right 13px;
  background-size: 50px;
}

/* ------------------------------
  TOP instagram-feed
 ------------------------------- */
.top .sec-instagram {
  max-width: 1200px;
  margin: 0 auto 12rem;
}
.top .sec-instagram h2 {
  font-size: 5rem;
  text-align: center;
}
.top .sec-instagram .sb_instagram_header a {
  padding-left: 10px;
}
.top .sec-instagram .sbi_photo {
  background-size: cover;
}
.top .sec-instagram .sbi_photo img {
  display: none;
}
.top .sec-instagram .sbi_photo_wrap {
  border: 1px solid #ccc;
}
.top .sec-instagram .sbi_photo_wrap .sbi_photo {
  background-position: center;
}

.sec-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.sec-banner .reserve,
.sec-banner .contact {
  position: relative;
  display: flex;
  flex-basis: 49%;
  height: calc(100% - 4px);
  border: 4px solid #000;
}
@media screen and (max-width: 1366px) {
  .sec-banner .reserve,
  .sec-banner .contact {
    flex-basis: 100%;
    max-width: 800px;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve,
  .sec-banner .contact {
    position: relative;
    display: block;
    max-width: inherit;
    height: auto;
    overflow: hidden;
  }
}
.sec-banner .reserve::before,
.sec-banner .contact::before {
  position: absolute;
  top: 0;
  right: 49px;
  width: 515px;
  height: 100%;
  content: "";
  background: rgba(0, 45, 70, 0.7);
  transform: skewX(-25deg);
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve::before,
  .sec-banner .contact::before {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 100%;
    transform: none;
  }
}
.sec-banner .reserve img,
.sec-banner .contact img {
  max-width: 322px;
  height: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve img,
  .sec-banner .contact img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec-banner .reserve .txt-area,
.sec-banner .contact .txt-area {
  position: relative;
  right: 8.5rem;
  margin: 0 0 0 -20rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area,
  .sec-banner .contact .txt-area {
    right: 0;
    left: 0;
    padding: 0 0 1.5rem;
    margin: 0;
  }
}
.sec-banner .reserve .txt-area h3,
.sec-banner .contact .txt-area h3 {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  text-align: right;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area h3,
  .sec-banner .contact .txt-area h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.sec-banner .reserve .txt-area #fsearch,
.sec-banner .contact .txt-area #fsearch {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch,
  .sec-banner .contact .txt-area #fsearch {
    padding: 0 1rem;
  }
}
.sec-banner .reserve .txt-area #fsearch form,
.sec-banner .contact .txt-area #fsearch form {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  background: #000;
  border: 1px solid #fff;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form,
  .sec-banner .contact .txt-area #fsearch form {
    padding: 1rem 0.5rem 10rem;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl,
.sec-banner .contact .txt-area #fsearch form dl {
  display: grid;
  grid-template-rows: 0.3fr 1fr;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl,
  .sec-banner .contact .txt-area #fsearch form dl {
    grid-template-rows: 0.3fr 1fr 0.3fr 0.8fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dt,
.sec-banner .contact .txt-area #fsearch form dl dt {
  font-size: 1.2rem;
}
.sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(1),
.sec-banner .contact .txt-area #fsearch form dl dt:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(1),
  .sec-banner .contact .txt-area #fsearch form dl dt:nth-child(1) {
    grid-row: 1;
    grid-column: 1/4;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(3),
.sec-banner .contact .txt-area #fsearch form dl dt:nth-child(3) {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(3),
  .sec-banner .contact .txt-area #fsearch form dl dt:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(5),
.sec-banner .contact .txt-area #fsearch form dl dt:nth-child(5) {
  grid-row: 1;
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(5),
  .sec-banner .contact .txt-area #fsearch form dl dt:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(7),
.sec-banner .contact .txt-area #fsearch form dl dt:nth-child(7) {
  grid-row: 1;
  grid-column: 4;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dt:nth-child(7),
  .sec-banner .contact .txt-area #fsearch form dl dt:nth-child(7) {
    grid-row: 3;
    grid-column: 3;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dd,
.sec-banner .contact .txt-area #fsearch form dl dd {
  font-size: 0;
  border-right: 1px solid #888;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dd,
  .sec-banner .contact .txt-area #fsearch form dl dd {
    margin-bottom: 0.5rem;
    border-right: none;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dd select,
.sec-banner .contact .txt-area #fsearch form dl dd select {
  padding-top: 0.3rem;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  background: #000;
  border: none;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dd select,
  .sec-banner .contact .txt-area #fsearch form dl dd select {
    font-size: 1.6rem;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dd select:focus-visible,
.sec-banner .contact .txt-area #fsearch form dl dd select:focus-visible {
  outline: inherit;
}
.sec-banner .reserve .txt-area #fsearch form dl dd label,
.sec-banner .contact .txt-area #fsearch form dl dd label {
  margin-bottom: 0;
}
.sec-banner .reserve .txt-area #fsearch form dl dd label:nth-child(4),
.sec-banner .contact .txt-area #fsearch form dl dd label:nth-child(4) {
  position: relative;
  top: -22px;
  left: -3px;
  width: 31px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  word-wrap: break-word;
}
.sec-banner .reserve .txt-area #fsearch form dl dd label:nth-child(4) input,
.sec-banner .contact .txt-area #fsearch form dl dd label:nth-child(4) input {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px auto -13px;
}
.sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(2),
.sec-banner .contact .txt-area #fsearch form dl dd:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(2),
  .sec-banner .contact .txt-area #fsearch form dl dd:nth-child(2) {
    grid-row: 2;
    grid-column: 1/4;
    border-bottom: 1px solid #888;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(4),
.sec-banner .contact .txt-area #fsearch form dl dd:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(4),
  .sec-banner .contact .txt-area #fsearch form dl dd:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(6),
.sec-banner .contact .txt-area #fsearch form dl dd:nth-child(6) {
  grid-row: 2;
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(6),
  .sec-banner .contact .txt-area #fsearch form dl dd:nth-child(6) {
    grid-row: 4;
    grid-column: 2;
  }
}
.sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(8),
.sec-banner .contact .txt-area #fsearch form dl dd:nth-child(8) {
  grid-row: 2;
  grid-column: 4;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form dl dd:nth-child(8),
  .sec-banner .contact .txt-area #fsearch form dl dd:nth-child(8) {
    grid-row: 4;
    grid-column: 3;
  }
}
.sec-banner .reserve .txt-area #fsearch form input[type=submit],
.sec-banner .contact .txt-area #fsearch form input[type=submit] {
  position: absolute;
  right: 10px;
  bottom: 20px;
  padding: 7px 5px;
  font-size: 1.2rem;
  background: #aaa4a2;
  border: 1px solid #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form input[type=submit],
  .sec-banner .contact .txt-area #fsearch form input[type=submit] {
    right: 0;
    bottom: 6rem;
    left: 0;
    width: 90%;
    padding: 3px 0 2px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.sec-banner .reserve .txt-area #fsearch form .btn,
.sec-banner .contact .txt-area #fsearch form .btn {
  position: absolute;
  bottom: -50px;
  left: 5rem;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: #597594;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form .btn,
  .sec-banner .contact .txt-area #fsearch form .btn {
    bottom: 1.3rem;
    left: 2rem;
    font-size: 1.4rem;
  }
}
.sec-banner .reserve .txt-area #fsearch form .btn.room,
.sec-banner .contact .txt-area #fsearch form .btn.room {
  left: 21rem;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .txt-area #fsearch form .btn.room,
  .sec-banner .contact .txt-area #fsearch form .btn.room {
    left: 17rem;
  }
}
.sec-banner .reserve .click,
.sec-banner .contact .click {
  position: absolute;
  right: 5px;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .sec-banner .reserve .click,
  .sec-banner .contact .click {
    bottom: 55px;
    width: 70px;
  }
}
.sec-banner .contact img {
  max-width: 316px;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact img {
    max-width: inherit;
  }
}
.sec-banner .contact .txt-area {
  right: 20.5rem;
}
.sec-banner .contact .txt-area::before {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area {
    right: 0;
    z-index: 20;
  }
}
.sec-banner .contact .txt-area h3 {
  left: 7rem;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area h3 {
    left: 0;
    font-size: 2rem;
    text-align: center;
  }
}
.sec-banner .contact .txt-area .txt1 {
  position: relative;
  left: 11rem;
  margin-top: -5px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area .txt1 {
    left: 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
.sec-banner .contact .txt-area .tel {
  position: relative;
  left: 4rem;
  margin: -5px 0 -10px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area .tel {
    left: 0;
    margin: 0 0 -5px;
    font-size: 2.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area .tel .tel-link a {
    color: #cda061;
  }
}
.sec-banner .contact .txt-area .txt2 {
  position: relative;
  left: 9rem;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area .txt2 {
    left: 0;
    text-align: center;
  }
}
.sec-banner .contact .txt-area .txt3 {
  position: relative;
  left: 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-banner .contact .txt-area .txt3 {
    left: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
.sec-banner .contact .txt-area .txt3 a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sec-banner .covid19 {
  flex-basis: 100%;
  padding: 3rem 1.5rem;
  margin: 6rem auto 12rem;
  color: #fff;
  text-align: center;
  background: url("/assets/images/top/covid19_ban.jpg") no-repeat center center/cover;
  border: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .sec-banner .covid19 {
    padding: 2rem 1rem;
    margin: 0 auto 6rem;
  }
}
.sec-banner .covid19 h3 {
  margin: 0 0 2rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .sec-banner .covid19 h3 {
    font-size: 2rem;
  }
}
.sec-banner .covid19 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-banner .covid19 .box p {
  margin: 0;
  margin-right: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-banner .covid19 .box p {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.sec-banner .covid19 .box a {
  padding: 13px 15px 0;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: #000;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-banner .covid19 .box a {
    padding: 7px 15px 4px;
    font-size: 1.6rem;
  }
}

header .mouse-hover-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  margin: 0;
  color: #fff;
  background: #111;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
header .mouse-hover-dropdown li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #333;
}
header .mouse-hover-dropdown li:last-child {
  border-bottom: none;
}
header .mouse-hover-dropdown li a {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
header .mouse-hover-dropdown li a:hover {
  background: #222;
}
header .navbar-default .navbar-logo {
  position: unset;
  opacity: unset;
}
header .navbar-default .navbar-logo > img {
  max-width: 85px;
}
header #navbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start; /* 左寄せ */
  width: 100%;
  height: 100px;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header #navbar > li {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: black !important;
  white-space: nowrap;
  background: #fff;
  border-right: 1px solid #eee;
}
header #navbar > li:hover .mouse-hover-dropdown, header #navbar > li:focus-within .mouse-hover-dropdown {
  display: block;
}
header #navbar > li:hover {
  background-color: #f2f2f2;
}
header #navbar > li > * {
  display: flex;
  align-items: center; /* ロゴを上下中央にしたい場合 */
  height: 100%;
  padding: 10px 0.8vw;
  color: inherit !important;
}
header #navbar > li .under-caret {
  width: auto;
  height: 0.7em;
  padding-right: 0.5em;
}
header #navbar > li a {
  cursor: pointer;
}
header #navbar > li:last-child {
  border-right: none;
}
header #navbar svg.external {
  width: auto;
  height: 0.75em;
}
header #navbar small {
  display: block;
  color: #aaa;
}
header #navbar .active {
  background: #f9f9f9;
  border-bottom: 4px solid #c9a063; /* 画像のような下線 */
}
header #navbar-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar-reservation {
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 10000;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 1px;
  background-color: white;
}
header .navbar-reservation > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  padding: 0 0.75em;
}
header .navbar-reservation #tel-panel {
  float: left;
  text-align: center;
}
header .navbar-reservation #tel-panel #tel-panel-main {
  font-weight: bold;
}
header .navbar-reservation #tel-panel #tel-panel-main svg {
  width: auto;
  height: 0.85em;
}
header .navbar-reservation #tel-panel #tel-panel-sub {
  font-family: "Noto Sans JP", "游ゴシック体", yugothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
}
header .navbar-reservation #reserve-panel {
  float: right;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cda061;
  background-image: url("../images/plan_bg.gif");
}
header ul.bogo-language-switcher {
  position: absolute;
  top: 125px !important;
  right: 0;
  z-index: 2000;
  width: unset !important;
  min-width: 120px;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  font-size: large !important;
  font-weight: bold !important;
  background: #f5f5f5;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
header ul.bogo-language-switcher::before {
  display: block;
  padding: 8px 0;
  padding: 8px 12px;
  font-size: 1em;
  color: white;
  letter-spacing: 0.05em;
  cursor: pointer;
  content: "language ▾";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #222;
  border-radius: 0 0 4px 4px;
}
header ul.bogo-language-switcher li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header ul.bogo-language-switcher li a {
  display: block;
  padding: 8px 12px;
  color: black;
  text-decoration: none;
  background: #e0e0e0;
  transition: background 0.2s, color 0.2s;
}
header ul.bogo-language-switcher li a:hover, header ul.bogo-language-switcher li a.current, header ul.bogo-language-switcher li a[aria-current=page] {
  font-weight: bold;
  color: #fff;
  background: #222;
}
header ul.bogo-language-switcher.bogo-closed {
  height: auto;
  overflow: visible;
}
header ul.bogo-language-switcher.bogo-closed li {
  display: none;
}
header ul.bogo-language-switcher.bogo-open li {
  display: block;
}
header ul.bogo-language-switcher.bogo-open::before {
  content: "language ▴";
}

@media screen and (max-width: 1200px) {
  header .navbar-reservation {
    top: auto;
    bottom: 0 !important;
    left: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: unset !important;
    border-top: 1px solid rgb(221, 221, 210);
  }
  header .navbar-reservation > * {
    flex: 1;
    text-align: center;
  }
  header #navbar {
    font-size: 16px;
  }
  header #navbar > li {
    flex-grow: 1;
    flex-shrink: 1;
  }
  header .mouse-hover-dropdown li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar-reservation {
    height: 60px !important;
    font-size: large !important;
  }
  header .navbar-reservation > a {
    height: unset !important;
  }
  header .navbar-reservation .mouse-hover-dropdown {
    font-size: 12px;
  }
  header #navbar {
    flex-wrap: wrap;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 10px -5px #000;
  }
  header #navbar > li {
    width: 25%;
    height: 50px;
    border-right: 1px solid #eee;
  }
  header #navbar > li > * {
    justify-content: center;
    height: 100%;
    padding: 0 5px;
  }
  header #navbar > li:first-child {
    padding: 0;
    border-right: 1px solid #eee;
  }
  header #navbar > li:last-child {
    position: fixed;
    top: 175px;
    right: 5px;
    width: auto;
    height: auto;
    background: none;
    border-right: none;
  }
  header #navbar .navbar-logo {
    width: 60px;
    padding: 0;
  }
  header #navbar .navbar-logo img {
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
  header #tel-panel-sub {
    font-size: 12px !important;
  }
  header #reserve-panel {
    font-size: 16px !important;
  }
  header .mouse-hover-dropdown {
    top: 100%;
    left: 0;
    min-width: 160px;
    font-size: 1.1rem;
    background: #111;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  header .mouse-hover-dropdown li a {
    padding: 12px 10px;
    font-size: 1rem;
  }
  header ul.bogo-language-switcher {
    top: 128px !important;
    right: 0 !important;
    display: inherit !important;
    flex-wrap: inherit !important;
    width: inherit !important;
    padding: inherit !important;
    font-size: 1rem;
    background: #f5f5f5;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  header ul.bogo-language-switcher::before {
    padding: 4px 10px;
    font-size: 0.95em;
  }
  header ul.bogo-language-switcher li a {
    padding: 7px 10px;
    font-size: 1rem;
  }
  header ul.bogo-language-switcher > li {
    flex-basis: inherit !important;
  }
}/*# sourceMappingURL=header_20250618.css.map */