@charset "UTF-8";

:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-sans: "Hiragino Sans", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro", sans-serif;
  --font-family-serif: "Hiragino Sans", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro", sans-serif;
  --font-family-ja: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto",
    sans-serif;
  --font-family-en: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto",
    sans-serif;
  --font-family-title: "Helvetica Neue", "Helvetica", "Arial", "Verdana",
    "Roboto", sans-serif;
  --font-size-base: 16px;
  --font-size-small-1: 14rem;
  --font-size-small-2: 13rem;
  --font-size-small-3: 12rem;
  --font-size-large-1: 20rem;
  --font-size-large-2: 24rem;
  --font-size-large-3: 40rem;
  --font-size-large-4: 52rem;
  --font-weight-base: 400;
  --font-weight-title: 700;
  --letter-spacing-base: 0.05em;
  --letter-spacing-title: 0;
  --line-height-base: 1.5;
  --line-height-title: 1;
  --color-base: #333333;
  --color-1: #398c39;
  --color-2: #f59b00;
  --color-3: black;
  --color-accent-1: #398c39;
  --color-accent-2: #f59b00;
  --color-caution: red;
  --color-link: blue;
  --color-shadow: black;
  --background-color-base: #f9f9f9;
  --background-color-1: #f1fee6;
  --background-color-2: #f5f2f2;
  --spacing-1: 4rem;
  --spacing-2: 8rem;
  --spacing-3: 12rem;
  --spacing-4: 16rem;
  --spacing-5: 20rem;
  --spacing-6: 24rem;
  --spacing-7: 28rem;
  --spacing-8: 32rem;
  --spacing-9: 36rem;
  --spacing-10: 40rem;
  --spacing-11: 44rem;
  --spacing-12: 48rem;
  --spacing-13: 52rem;
  --spacing-14: 56rem;
  --spacing-15: 60rem;
  --spacing-16: 64rem;
  --spacing-17: 68rem;
  --spacing-18: 72rem;
  --spacing-19: 76rem;
  --spacing-20: 80rem;
  --spacing-21: 84rem;
  --spacing-22: 88rem;
  --spacing-23: 92rem;
  --spacing-24: 96rem;
  --spacing-25: 100rem;
  --layer-loading: 60;
  --layer-header: 50;
  --layer-modal: 40;
  --layer-full-screen-overlay: 30;
  --layer-original-select: 20;
  --layer-floating: 10;
  --layer-default: 1;
  --border-base: max(1rem, 1px) solid black;
  --header-height: 80rem;
  --hover-opacity: 0.7;
  --transition-duration: 0.5s;
  --transition-timing-function: cubic-bezier(0.65, 0, 0.076, 1);
  --padding--rem: 25rem;
  --container-width: calc(1250px + 40rem * 2);
  --container-width--narrow: calc(1000px + 40rem * 2);
  --container-width--wide: calc(1750px + 40rem * 2);
  --container-width--no-unit: 390;
}

/*
* foundation
* destyle.cssとベーススタイル
*/

/* destyle
--------------------------------------------------*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  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: inherit;
}

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,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: calc(100vw / var(--container-width--no-unit));
}

body {
  position: relative;
  top: auto;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-base);
  font-family: var(--font-family-base);
  color: var(--color-base);
  background-color: var(--background-color-base);
  overflow-x: hidden;
  overflow-wrap: break-word;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

body.is-scroll-lock {
  overflow: hidden !important;
}

body.is-scroll-lock-windows {
  position: fixed !important;
  overflow-y: scroll !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  display: inline-block;
}

/* Swiper | フェードモード時 共通設定 */

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/*
* layouts
* paddingやmarginといったレイアウトに関する設定
*/

/* container
--------------------------------------------------*/

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--padding--rem);
  max-width: var(--container-max-width);
  --container-max-width: var(--container-width);
}

.container--narrow {
  --container-max-width: var(--container-width--narrow);
}

.container--wide {
  --container-max-width: var(--container-width--wide);
}

/* content
--------------------------------------------------*/

/* section
--------------------------------------------------*/

.section {
  padding: 20rem 0;
}

/*
* components
* コンポーネント - サイト全体で使いまわせる小さい粒度のモジュール
*/

/* breadcrumb
--------------------------------------------------*/

.breadcrumbs {
  padding-top: 17rem;
  font-size: 14rem;
}

/* common-link
--------------------------------------------------*/

.common-link {
  height: 70rem;
  max-width: 340rem;
  width: 100%;
  color: #fff;
  border-radius: 10rem;
  font-size: 20rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-filter: drop-shadow(0 11rem 0 #276b27);
  filter: drop-shadow(0 11rem 0 #276b27);
  transition: opacity 0.1s, -webkit-filter 0.1s, -webkit-transform 0.1s;
  transition: filter 0.1s, transform 0.1s, opacity 0.1s;
  transition: filter 0.1s, transform 0.1s, opacity 0.1s, -webkit-filter 0.1s,
    -webkit-transform 0.1s;
}

/* common-btn
--------------------------------------------------*/

/* floating-menu
--------------------------------------------------*/

.floating-menu {
  position: fixed;
  bottom: 95rem;
  transition-property: visibility, opacity;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  visibility: visible;
  opacity: 1;
  z-index: var(--layer-floating);
  max-width: 79rem;
  right: 4rem;
}

.floating-menu[aria-hidden="true"] {
  visibility: collapse;
  opacity: 0;
}

/* full-screen-overlay
--------------------------------------------------*/

.full-screen-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: var(--layer-full-screen-overlay);
  cursor: initial;
}

/* hamburger
--------------------------------------------------*/

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60rem;
  height: 62rem;
  padding-top: 7rem;
}

.hamburger__bg {
  position: absolute;
  background-color: #398c39;
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hamburger__text {
  font-size: 14rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 6rem;
}

.hamburger__icon {
  position: relative;
  display: block;
  height: max(2.5rem, 2.5px);
  width: 35rem;
  border-radius: 5rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}

.hamburger__icon + .hamburger__icon {
  margin-top: 7rem;
}

/* hamburger open
--------------------------------------------------*/

.hamburger.is-open .hamburger__icons .hamburger__icon:nth-child(1) {
  -webkit-transform: translate(0rem, 7rem) rotate(32deg);
  transform: translate(0rem, 7rem) rotate(32deg);
}

.hamburger.is-open .hamburger__icons .hamburger__icon:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open .hamburger__icons .hamburger__icon:nth-child(3) {
  -webkit-transform: translate(0rem, -11rem) rotate(-32deg);
  transform: translate(0rem, -11rem) rotate(-32deg);
}

/* header-nav
--------------------------------------------------*/

.header-nav__list {
  display: flex;
  flex-direction: column;
  padding: 44rem 35rem 5em;
  background-color: white;
  row-gap: 11rem;
  height: 100%;
}

.header-nav__item {
  letter-spacing: 0.1em;
}

.header-nav__item a {
  padding: 15rem 0;
  width: 100%;
  font-weight: bold;
}

.header-nav__item._btn {
  border-radius: 5rem;
}

.header-nav__item._btn a {
  padding-left: 0;
  color: #fff;
  height: 60rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  padding: 0 24rem;
}

.header-nav__item._btn._reservation {
  background-color: #dc4545;
  margin-top: 29rem;
}

.header-nav__item._btn._contact {
  background-color: #207e26;
}

.header-nav__item._btn._login {
  background-color: #0487d5;
}

/* section-heading
--------------------------------------------------*/

.section-heading-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section-heading {
  color: #398c39;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.45833333;
  margin-top: 14rem;
}

/*
* sections
* コンポーネントやブロックの集合体 - ページレイアウトを構成する要素
*/

/* footer
--------------------------------------------------*/

.footer {
  background-color: #f5f2f2;
  padding: 30rem 20rem 88rem;
}

.footer__menu {
  display: flex;
}

.footer__menu-list + .footer__menu-list {
  margin-left: 72rem;
}

.footer__menu-item + .footer__menu-item {
  margin-top: 20rem;
}

.footer__menu-link {
  font-weight: bold;
}

.footer__title {
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
}

.footer__company {
  margin-top: 16rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0;
}

.footer__copyright {
  text-align: center;
  font-size: 16rem;
  margin-top: 17rem;
}

/* header
--------------------------------------------------*/

.header {
  background-color: white;
  z-index: var(--layer-header);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
}

.header .container {
  height: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header__logo {
  max-width: 263rem;
  display: flex;
  align-items: center;
}

.header.is-open .header__nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* page-top
--------------------------------------------------*/

.page-top {
  padding-bottom: 6rem;
  background-color: #fff;
}

.page-top__inner {
  position: relative;
  max-width: calc(100% - 50rem);
  margin-left: auto;
  margin-right: auto;
}

.page-top__bg {
  max-width: 106rem;
  position: absolute;
  top: 0;
}

.page-top__heading {
  position: relative;
  font-size: 24rem;
  font-weight: bold;
  padding: 27rem 0;
  padding-left: 30rem;
}

.page-top__heading img {
  max-width: 55rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* reservation-btn
--------------------------------------------------*/

.reservation-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  padding: 11rem 0 12rem;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.reservation-link {
  background-color: #dc4545;
  -webkit-filter: drop-shadow(0 4rem 0 #b22626);
  filter: drop-shadow(0 4rem 0 #b22626);
  font-size: 27rem;
  height: 60rem;
}

/*
* utility
* ユーティリティークラス - どこでも使えるヘルパークラス
*/

/* background-color
--------------------------------------------------*/

.bg-cr-base {
  background-color: var(--background-color-base) !important;
}

.bg-cr-1 {
  background-color: var(--background-color-1) !important;
}

.bg-cr-2 {
  background-color: var(--background-color-2) !important;
}

.bg-cr-3 {
  background-color: var(--background-color-3) !important;
}

/* border
--------------------------------------------------*/

/* color
--------------------------------------------------*/

.cr-base {
  color: var(--color-base) !important;
}

.cr-1 {
  color: var(--color-1) !important;
}

.cr-2 {
  color: var(--color-2) !important;
}

.cr-3 {
  color: var(--color-3) !important;
}

/* decoration
--------------------------------------------------*/

.decoration-underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

/* display
--------------------------------------------------*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.visibility-collapse {
  visibility: collapse !important;
}

/* flex
 * PC & Mobile flex
--------------------------------------------------*/

.flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32rem;
  margin-left: calc(var(--horizontal-gutters) / 2 * -1);
  margin-right: calc(var(--horizontal-gutters) / 2 * -1);
  --horizontal-gutters: 0;
  --numItems: 1;
}

.flex > .flex-item {
  margin-left: calc(var(--horizontal-gutters) / 2);
  margin-right: calc(var(--horizontal-gutters) / 2);
  width: calc(
    (100% - var(--horizontal-gutters)) / var(--numItems) -
      var(--horizontal-gutters) * (var(--numItems) - 1) / var(--numItems)
  );
}

/* flex-pc-only
 * PC flex
--------------------------------------------------*/

.flex._2col {
  --horizontal-gutters: 28rem;
  --numItems: 2;
}

.flex._3col {
  --horizontal-gutters: 28rem;
  --numItems: 3;
}

.flex._4col {
  --horizontal-gutters: 28rem;
  --numItems: 4;
}

.flex._5col {
  --horizontal-gutters: 26rem;
  --numItems: 5;
}

/* font-family
--------------------------------------------------*/

.ff-base {
  font-family: var(--font-family-base) !important;
}

.ff-sans {
  font-family: var(--font-family-sans) !important;
}

.ff-serif {
  font-family: var(--font-family-serif) !important;
}

.ff-ja {
  font-family: var(--font-family-ja) !important;
}

.ff-en {
  font-family: var(--font-family-en) !important;
}

.ff-title {
  font-family: var(--font-family-title) !important;
}

/* font-size
--------------------------------------------------*/

.fz-base {
  font-size: var(--font-size-base);
}

.fz-sm-1 {
  font-size: var(--font-size-small-1);
}

.fz-sm-2 {
  font-size: var(--font-size-small-2);
}

.fz-sm-3 {
  font-size: var(--font-size-small-3);
}

.fz-lg-1 {
  font-size: var(--font-size-large-1);
}

.fz-lg-2 {
  font-size: var(--font-size-large-2);
}

.fz-lg-3 {
  font-size: var(--font-size-large-3);
}

.fz-lg-4 {
  font-size: var(--font-size-large-4);
}

.fz-lg-5 {
  font-size: var(--font-size-large-5);
}

/* full-screen
--------------------------------------------------*/

.full-screen {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* hover
--------------------------------------------------*/

.hover-opacity {
  transition-property: opacity;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}

.hover-opacity:hover {
  opacity: var(--hover-opacity);
}

.hover-underline:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* line-clamp
--------------------------------------------------*/

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.line-clamp._2 {
  -webkit-line-clamp: 2;
}

.line-clamp._3 {
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 769px) {
  :root {
    --font-size-base: 16px;
    --font-size-small-1: 16rem;
    --font-size-small-2: 15rem;
    --font-size-small-3: 14rem;
    --font-size-large-1: 22rem;
    --font-size-large-2: 26rem;
    --font-size-large-3: 50rem;
    --font-size-large-4: 60rem;
  }

  :root {
    --line-height-base: 1.5;
  }

  :root {
    --header-height: 100rem;
  }

  :root {
    --padding--rem: 40rem;
  }

  :root {
    --container-width--no-unit: 1330;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .section {
    padding: 40rem 0;
  }

  .common-link {
    height: 98rem;
    font-size: 22rem;
    max-width: 641rem;
  }

  .floating-menu {
    right: 26rem;
    bottom: 140rem;
    max-width: 100rem;
  }

  .hamburger {
    display: block;
  }

  .header-nav__list {
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
  }

  .header-nav__item + .header-nav__item {
    margin-left: 8rem;
  }

  .header-nav__item a {
    padding: 0.5em;
    font-size: 18rem;
    position: relative;
  }

  .header-nav__item._active a::after {
    opacity: 1 !important;
  }

  .header-nav__item:not(._btn) a::after {
    content: "";
    display: block;
    width: 85%;
    height: 4rem;
    background-color: #398c39;
    bottom: -8rem;
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-nav__item._btn a {
    padding: 0 12rem;
    height: 64rem;
  }

  .header-nav__item._btn._contact {
    width: 160rem;
    margin-left: 8rem;
  }

  .header-nav__item._btn._login {
    width: 160rem;
    margin-left: 8rem;
  }

  .section-heading-wrapper {
    flex-direction: row;
  }

  .section-heading {
    font-size: 40rem;
    margin-top: 0;
    padding-left: 13rem;
  }

  .footer {
    padding: 126rem 0 130rem;
  }

  .footer__content {
    display: flex;
    justify-content: space-between;
  }

  .footer__menu {
    padding-top: 16rem;
    padding-right: 58rem;
  }

  .footer__menu-item + .footer__menu-item {
    margin-top: 24rem;
  }

  .footer__title {
    text-align: left;
    font-size: 34rem;
  }

  .footer__company {
    margin-top: 10rem;
  }

  .footer__copyright {
    margin-top: 68rem;
  }

  .header {
    -webkit-filter: drop-shadow(0 3rem 6rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 3rem 6rem rgba(0, 0, 0, 0.1));
  }

  .header__logo {
    max-width: 250rem;
  }

  .header__nav {
    padding-top: 8rem;
  }

  .page-top {
    padding-bottom: 0;
  }

  .page-top__inner {
    max-width: 1844rem;
  }

  .page-top__bg {
    left: 0;
    max-width: 207rem;
  }

  .page-top__heading {
    font-size: 40rem;
    padding: 71rem;
    padding-left: 57rem;
  }

  .page-top__heading img {
    max-width: 106rem;
  }

  .reservation-link {
    font-size: 48rem;
    height: 94rem;
  }

  .mobile-only {
    display: none !important;
  }

  .flex {
    row-gap: 20rem;
  }

  .flex-pc-only {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32rem;
    margin-left: calc(var(--horizontal-gutters) / 2 * -1);
    margin-right: calc(var(--horizontal-gutters) / 2 * -1);
    --horizontal-gutters: 0;
    --numItems: 1;
  }

  .flex-pc-only > .flex-item {
    margin-left: calc(var(--horizontal-gutters) / 2);
    margin-right: calc(var(--horizontal-gutters) / 2);
    width: calc(
      (100% - var(--horizontal-gutters)) / var(--numItems) -
        var(--horizontal-gutters) * (var(--numItems) - 1) / var(--numItems)
    );
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) {
  .flex-pc-only {
    row-gap: 20rem;
  }
}

@media only screen and (min-width: 1331px) {
  html {
    font-size: 1px;
  }
}

@media screen and (min-width: 1480px) {
  .header-nav__list {
    padding-right: 28rem;
  }

  .header-nav__item + .header-nav__item {
    margin-left: 16rem;
  }

  .header-nav__item._btn._contact {
    width: 160rem;
    margin-left: 16rem;
  }

  .header-nav__item._btn._login {
    width: 160rem;
  }

  .header__logo {
    max-width: 375rem;
  }
}

@media screen and (min-width: 1690px) {
  .header-nav__item + .header-nav__item {
    margin-left: 45rem;
  }

  .header-nav__item._btn._contact {
    width: 213rem;
    margin-left: 33rem;
  }

  .header-nav__item._btn._login {
    width: 213rem;
  }
}

@media only screen and (max-width: 768px) {
  .header-nav {
    width: 100%;
    height: calc(100vh - var(--header-height));
    overflow-y: scroll;
  }

  .header-nav__item a {
    color: #207e26;
    font-size: 20rem;
    padding-left: 77rem;
  }

  .header-nav__item a::after {
    display: none !important;
  }

  .header-nav__item:not(._btn) a::after {
    display: none !important;
  }

  .footer__company {
    white-space: nowrap;
  }

  .header {
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  }

  .header .container {
    padding-right: 12rem;
  }

  .header__nav {
    background-color: #fff;
    margin-left: auto;
    position: fixed;
    top: var(--header-height);
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-timing-function);
  }

  .page-top__bg {
    right: 0;
  }

  .pc-only {
    display: none !important;
  }

  .flex._max-md-2col {
    --horizontal-gutters: 20rem;
    --numItems: 2;
  }

  .flex._max-md-3col {
    --horizontal-gutters: 20rem;
    --numItems: 3;
  }
}

@media screen and (max-width: 389px) {
  .footer {
    padding: 30rem 10rem 88rem;
  }
}

@media (hover: hover) {
  .common-link:hover {
    -webkit-filter: drop-shadow(0 0 0 #276b27);
    filter: drop-shadow(0 0 0 #276b27);
    -webkit-transform: translateY(11rem);
    transform: translateY(11rem);
    opacity: 0.7;
  }

  .header-nav__item a:hover::after {
    opacity: 1;
  }

  .footer__menu-link:hover {
    text-decoration: underline;
  }

  .reservation-link:hover {
    -webkit-filter: drop-shadow(0 0rem 0 #b22626);
    filter: drop-shadow(0 0rem 0 #b22626);
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
  }

  .decoration-underline:hover {
    text-decoration: none;
  }
}
