@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  box-sizing: border-box;
  color: #111111;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #111111;
  margin: 0;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

/* =========================================================
header
========================================================= */
.c-header {
  background-color: rgba(64, 98, 88, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 60px 15px 2vw;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .c-header {
    padding: 20px 2vw;
  }
}
.c-header--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header-logo {
  max-width: 150px;
  width: 55%;
}
@media screen and (min-width: 992px) {
  .c-header-logo {
    max-width: 240px;
    width: 30%;
  }
}
.c-header-logo a {
  display: block;
}
.c-header-gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-gnav {
    display: block;
    flex-grow: 1;
    width: 50%;
  }
}
.c-header-gnav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header-gnav_list > li {
  padding: 0 2rem;
}
.c-header-gnav_list > li a {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: bold;
  position: relative;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-header-gnav_list > li a {
    font-size: 20px;
  }
}
.c-header-gnav_list > li a .reduce {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 70%;
  font-weight: normal;
}
.c-header-gnav_list > li a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 3rem;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.c-header-gnav_list > li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.c-header-reservation {
  max-width: 150px;
  width: 40%;
}
@media screen and (min-width: 992px) {
  .c-header-reservation {
    max-width: 200px;
    width: 20%;
  }
}
.c-header-reservation a {
  background-color: #ca3935;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  margin: auto;
  max-width: 180px;
  padding: 0.9rem 1.7rem;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-header-reservation a {
    font-size: 20px;
    padding: 1.1rem 1.7rem;
  }
}
.c-header-reservation a:hover {
  background-color: #ee6661;
}

/* =========================================================
footer
========================================================= */
.c-footer {
  background-color: #406258;
  padding: 2vw;
}
.c-footer--wrap {
  display: flex;
  align-items: center;
}
.c-footer-logo {
  max-width: 200px;
  padding: 0 2vw;
  width: 30%;
}
.c-footer-logo a {
  display: block;
}
.c-footer-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-footer-link {
    display: block;
    padding: 0 2vw;
    width: 30%;
  }
}
.c-footer-link_list > li {
  margin-bottom: 1.2rem;
}
.c-footer-link_list > li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: clamp(13px, 1.5vw, 15px);
}
@media screen and (min-width: 992px) {
  .c-footer-link_list > li a {
    font-size: 15px;
  }
}
.c-footer-link_list > li a::before {
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 1rem;
}
.c-footer-sns {
  flex-grow: 1;
  width: 40%;
}
.c-footer-sns_list {
  display: flex;
  justify-content: flex-end;
}
.c-footer-sns_list > li {
  margin: 0 1%;
  max-width: 6.5104166667vw;
  width: 31.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-footer-sns_list > li {
    max-width: 50px;
  }
}
.c-footer-sns_list > li a {
  display: block;
}
.c-footer-sns_list > li a:hover {
  opacity: 0.8;
}
.c-footer-copyright {
  color: #fff;
  font-size: clamp(12px, 1.4vw, 14px);
  margin-top: 1.5625vw;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-footer-copyright {
    font-size: 14px;
  }
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  margin-left: 2vw;
}
@media screen and (min-width: 768px) {
  .c-drawer {
    margin-left: 1vw;
  }
}
.c-drawer-container {
  max-width: 0;
  width: 70vw;
  position: fixed;
  top: 0;
  right: -350px;
  transition: 0.4s;
  z-index: 999;
}
.c-drawer-container--wrap {
  background-color: rgba(248, 248, 248, 0.959);
  border-left: 5px solid #d5d5d5;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 5vh;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
}
.c-drawer-container--wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #a5915a;
}
.c-drawer-container--wrap::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}
.c-drawer--label {
  background-color: rgba(64, 98, 88, 0.7);
  border: 1px solid #79918a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: fixed;
  top: 14px;
  right: 12px;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .c-drawer--label {
    display: none;
  }
}
.c-drawer--label:hover .icon .border,
.c-drawer--label:hover .icon::before {
  transition: 0.4s;
  width: 18px;
}
.c-drawer--label .icon {
  border-radius: 50px;
  height: 32px;
  width: 32px;
  position: relative;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon {
    width: 30px;
  }
}
.c-drawer--label .icon::before, .c-drawer--label .icon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
}
.c-drawer--label .icon::before {
  top: 12px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::before {
    top: 12px;
  }
}
.c-drawer--label .icon::after {
  bottom: 12px;
  width: 18px;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::after {
    bottom: 12px;
  }
}
.c-drawer--label .icon .border {
  background-color: #fff;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
}
.c-drawer--close {
  background-color: #a5915a;
  color: #fff;
  cursor: pointer;
  font-size: clamp(11px, 1.3vw, 13px);
  overflow: hidden;
  padding: 3px 2rem;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-drawer--close {
    font-size: 13px;
  }
}
.c-drawer--close::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-drawer--close:hover::before {
  bottom: 0;
}
.c-drawer-link {
  margin: auto;
  padding: 5vw 0;
  width: 90%;
}
.c-drawer-link > li {
  border-top: 1px dotted #406258;
}
.c-drawer-link > li:last-of-type {
  border-bottom: 1px dotted #406258;
}
.c-drawer-link > li a {
  color: #406258;
  display: block;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  padding: 2rem 1rem 1.5rem;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-drawer-link > li a {
    font-size: 18px;
  }
}
.c-drawer-link > li a .reduce {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 70%;
  font-weight: normal;
}
.c-drawer-reservation {
  margin: auto;
  width: 90%;
}
.c-drawer-reservation a {
  background-color: #ca3935;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  padding: 1.4rem 1.7rem;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-drawer-reservation a {
    font-size: 20px;
    padding: 1.1rem 1.7rem;
  }
}
.c-drawer-reservation a:hover {
  opacity: 0.8;
}
.c-drawer-detail {
  margin: 20px auto 0;
  width: 90%;
}
.c-drawer-detail--wrap {
  border-top: 1px dotted #406258;
  display: flex;
  padding: 10px;
}
.c-drawer-detail--wrap:last-of-type {
  border-bottom: 1px dotted #406258;
}
.c-drawer-detail--wrap dt {
  font-size: clamp(13px, 1.8vw, 18px);
  font-weight: bold;
  max-width: 120px;
  width: 30%;
}
@media screen and (min-width: 992px) {
  .c-drawer-detail--wrap dt {
    font-size: 18px;
  }
}
.c-drawer-detail--wrap dd {
  font-size: clamp(13px, 1.8vw, 18px);
  width: 70%;
}
@media screen and (min-width: 992px) {
  .c-drawer-detail--wrap dd {
    font-size: 18px;
  }
}
.c-drawer-detail--wrap dd .line {
  display: inline-block;
  border-bottom: 1px dotted #a9a9a9;
  padding: 0.6rem 0;
}
.c-drawer-detail--wrap dd a {
  color: #111111;
  text-decoration: underline;
}
.c-drawer-detail--wrap dd a:hover {
  text-decoration: none;
}

#drawer-toggle:checked ~ .c-drawer-container {
  max-width: 350px;
  right: 0;
}
#drawer-toggle:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.c-hdnews ~ .c-drawer .c-drawer--label {
  top: 48px;
}
/*# sourceMappingURL=style-common.css.map */