@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -moz-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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section, .section--head, .page__booking-form .content-form fieldset {
  margin-bottom: 50px;
}

.section--l {
  margin-bottom: 80px;
}

html {
  scroll-padding-top: 80px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  padding-top: 50px;
}

.header,
.toggler,
.menu,
.hero,
#main,
.footer {
  position: relative;
  z-index: 50;
}

.header,
.toggler,
.menu {
  z-index: 100;
}

img {
  max-width: 100%;
}

.show-sp {
  display: inline;
}

.hide-sp {
  display: none;
}

.hide-pc {
  display: inline;
}

body {
  transition: all 300ms ease-out;
}

body.open {
  transform: translateX(-240px);
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding-left: 2.5%;
  position: fixed;
  top: 0;
  left: 0;
}

.header .logo img {
  width: 240px;
}

.toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  background-color: #246488;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 300ms ease-out;
}

.toggler span {
  display: block;
  width: calc(40% - 1px);
  height: 1px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 500ms ease-out;
}

.toggler.open span:first-child {
  margin-top: 3px;
  transform: rotate(45deg);
}

.toggler.open span:last-child {
  margin-top: -5px;
  transform: rotate(-45deg);
}

.menu {
  width: 240px;
  background-color: #246488;
  border-left: 1px solid #154c6b;
  padding: 10vh 40px 0;
  position: fixed;
  top: 0;
  right: -240px;
  bottom: 0;
  transition: all 300ms ease-out;
}

.menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.menu ul li {
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  padding: 3vw 0;
}

.hero {
  position: relative;
  padding-bottom: 13vw;
}

.hero::before {
  display: block;
  content: '';
  width: 80%;
  height: 13vw;
  background-color: #22819e;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
}

.hero::after {
  display: block;
  content: '';
  width: 16vw;
  height: 32vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 100;
}

.hero__img {
  position: relative;
  z-index: 50;
}

.hero__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  font-size: 12vw;
  color: #fff;
  width: 4.5em;
  line-height: 1.25;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0.5em 0 0;
  position: absolute;
  top: 15%;
  left: calc(50% - 2.25em);
  z-index: 75;
}

.hero__cover p {
  letter-spacing: 0.1em;
}

.hero__cover span {
  letter-spacing: 0.65em;
}

.hero__cover img {
  width: 4em;
  position: absolute;
  left: calc(50% - 0.1em);
  bottom: 0;
}

.hero__catch {
  font-size: 16vw;
  font-weight: 700;
  position: absolute;
  left: 0.75em;
  bottom: 6vh;
  z-index: 75;
}

.hero__catch .skyblue {
  color: #1fd3e7;
}

.hero__catch .gray {
  color: #ddd;
}

.hero__catch .blue {
  color: #43b1f6;
}

.hero__scrolled {
  font-size: 2.5vw;
  writing-mode: vertical-rl;
  position: absolute;
  left: 4vw;
  bottom: 0.5em;
  z-index: 150;
}

.footer--contact {
  color: #fff;
  background-color: #22819e;
  padding: 24px 0;
  margin-top: 80px;
}

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

.footer--contact__head {
  font-weight: 300;
}

.footer--contact__head .en {
  font-size: 36px;
  letter-spacing: -0.05em;
}

.footer--contact__head .ja {
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-top: 0.25em;
}

.footer--contact__desc {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 2em 0;
}

.footer--contact__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.footer--contact__btn p {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  width: 340px;
  margin: 0 10px 10px;
}

.footer--contact__btn p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
}

.footer--contact__btn p a img {
  width: 21px;
}

.footer--contact__btn p a .text {
  width: 50%;
  letter-spacing: 0.1em;
}

.footer--contact__btn .form-btn {
  font-size: 14px;
  background-color: #00a0e9;
}

.footer--contact__btn .tel-btn {
  font-size: 16px;
  color: #00a0e9;
  background-color: #fff;
}

.footer--contact__btn .notice {
  font-size: 11px;
  margin-top: 0.5em;
}

.footer--contents {
  padding: 50px 0 30px;
}

.footer--info .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer--info .logos img {
  max-width: calc(100% / 3 - 10px);
  height: auto;
}

.footer--info .company h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2em;
}

.footer--info .company p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
}

.footer--menus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 14px;
  margin: 2em -1em 1em;
}

.footer--menus li {
  font-weight: 300;
  margin: 0 1em 1em;
}

.footer--bnrs {
  display: flex;
  align-items: center;
}

.footer--bnrs .bnr--item {
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.copy {
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #4c4c4c;
  padding: 2em 15px 6em;
}

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

.section--head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
}

.section--head .ja {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

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

.site--intro .head {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.site--intro .head span {
  color: #22819e;
}

.site--intro .points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.site--intro .points p {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 16px;
  font-weight: 700;
  background-color: #f1f4f8;
  width: 240px;
  border-radius: 9999px;
  padding: 0.75em 1.5em;
  margin: 0 20px 10px;
}

.site--intro .points p span {
  margin-left: auto;
  margin-right: auto;
}

.site--intro .points p img {
  width: 1.625em;
}

.site--intro .desc {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 2;
  margin-top: 1em;
}

.page__contact .page__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact .contact--table .table--row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  background-color: #e5f0f3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page__contact .contact--table .table--head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.page__contact .contact--table .table--head p {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.page__contact .contact--table .table--head p span {
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #27910e;
  border-radius: 9999px;
  margin-left: 1em;
  padding: 0.375em 1em 0.5em;
}

.page__contact .contact--table input,
.page__contact .contact--table textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #f9f9fb;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  padding: 0 0.75em;
}

.page__contact .contact--table input {
  height: 2.75em;
}

.page__contact .contact--table .mwform-radio-field.vertical-item {
  width: 100%;
}

.page__contact .contact--table .mwform-radio-field input {
  width: auto;
  height: auto;
}

.page__contact .contact--table textarea {
  line-height: 1.75;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.page__contact .contact--table .mwform-tel-field input {
  width: 6em;
}

.page__contact .contact--table .mwform-tel-field input:nth-child(2) {
  width: 4em;
}

.page__contact .contact--table .submit--btn {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.page__contact .contact--table .submit--btn input {
  font-weight: 500;
  width: 240px;
  height: auto;
  color: #141104;
  background-color: #ffdb39;
  border: none;
  border-radius: 9999px;
  margin: 0.5em 1em;
  padding: 1.5em 3em;
}

.page__contact .contact--table .submit--btn input[name=submitBack] {
  background-color: #eee;
}

.page__contact .mw_wp_form_complete p {
  line-height: 1.75;
  text-align: center;
}

.page__reservation .page__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__reservation .monthly-calendar table {
  width: 100%;
}

.page__reservation .monthly-calendar caption {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.page__reservation .monthly-calendar th, .page__reservation .monthly-calendar td {
  border: 1px solid #ccc;
}

.page__reservation .monthly-calendar .week-title {
  background-color: #e5f0f3;
  padding: 1em 0.5em;
}

.page__reservation .monthly-prev-next {
  margin-top: 20px;
}

.page__reservation .monthly-prev-next .monthly-prev a, .page__reservation .monthly-prev-next .monthly-prev span,
.page__reservation .monthly-prev-next .monthly-next a,
.page__reservation .monthly-prev-next .monthly-next span {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  background-color: #22819e;
  border-radius: 9999px;
  padding: 0.75em 2em;
}

.page__reservation .monthly-prev-next .monthly-next {
  margin-right: 0;
}

.page__reservation .day-calendar {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page__reservation .day-calendar table {
  border-spacing: 5px 10px;
  width: 100%;
}

.page__reservation .day-calendar table th {
  background-color: #f4fcfd;
}

.page__booking-form .content-form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__booking-form .content-form fieldset {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page__booking-form .content-form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
}

.page__booking-form .content-form table th, .page__booking-form .content-form table td {
  border: 1px solid #ddd;
  padding: 0.75em 1em;
}

.page__booking-form .content-form table th {
  font-weight: normal;
  text-align: center;
}

.page__booking-form .content-form table input, .page__booking-form .content-form table textarea {
  line-height: 1.5;
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
}

.page__booking-form .content-form legend {
  display: flex;
  align-items: center;
  font-size: 1.25em;
}

.page__booking-form .content-form legend::before {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #22819e;
  border-right: 2px solid #22819e;
  transform-origin: center;
  transform: rotate(45deg);
  margin-right: 0.5em;
}

.page__booking-form .content-form button {
  color: #fff;
  background-color: #22819e;
  padding: 1em 3em;
}

.page__booking-form .booking-completed {
  text-align: center;
}

.ad--bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  html {
    scroll-padding-top: 100px;
  }
  body {
    padding-top: 75px;
  }
  .show-sp {
    display: none;
  }
  .hide-sp {
    display: inline;
  }
  body.open {
    transform: translateX(-320px);
  }
  .header {
    height: 75px;
  }
  .header .logo img {
    width: 360px;
  }
  .toggler {
    width: 120px;
    height: 75px;
  }
  .menu {
    width: 320px;
    right: -320px;
  }
  .menu ul li {
    font-size: 16px;
  }
  .hero {
    padding-bottom: 6vh;
  }
  .hero::before {
    width: 64%;
    height: 6vh;
  }
  .hero::after {
    width: 9vw;
    height: 18vw;
  }
  .hero__img {
    height: 400px;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .hero__cover {
    font-size: 40px;
  }
  .hero__catch {
    font-size: 60px;
    left: 1.5em;
  }
  .hero__catch .gray {
    color: #bebebe;
  }
  .hero__scrolled {
    font-size: 12px;
    left: 2.5vw;
  }
  .subpage--hero .hero__img {
    height: 200px;
  }
  .subpage--hero .hero__catch {
    font-size: 56px;
    bottom: 2.5vh;
  }
  .footer--contents__inner {
    display: flex;
    align-items: flex-start;
    margin: 0 -10px;
  }
  .footer--info {
    width: calc(100% - 160px - (12px * 10 + 20px));
    padding: 0 10px;
  }
  .footer--menus {
    font-size: 12px;
    flex-direction: column;
    width: calc(12px * 10 + 20px);
    padding: 0 10px;
    margin: 0;
  }
  .footer--menus li {
    margin: 0 0 1.5em;
  }
  .footer--bnrs {
    flex-direction: column;
    width: 160px;
    padding: 0 10px;
  }
  .footer--bnrs .bnr--item {
    width: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .copy {
    letter-spacing: 0.05em;
  }
  .site--intro .points p {
    font-size: 14px;
    width: 200px;
    margin: 0 5px 10px;
  }
  .page__contact .contact--table .table--row {
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 16px;
    padding: 2em 3em;
    margin-bottom: 30px;
  }
  .page__contact .contact--table .table--head {
    width: 30%;
    height: 2.75em;
    margin-bottom: 0;
  }
  .page__contact .contact--table .table--detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    min-height: 2.75em;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section, .section--head, .page__booking-form .content-form fieldset {
    margin-bottom: 80px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  html {
    scroll-padding-top: 150px;
  }
  body {
    padding-top: 100px;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .hide-pc {
    display: none;
  }
  body.open {
    transform: none;
  }
  .header {
    height: 100px;
  }
  .header .logo img {
    width: auto;
  }
  .toggler {
    width: 160px;
    height: 100px;
  }
  .toggler span {
    margin: 6px 0;
  }
  .toggler.open span:first-child {
    margin-top: 5px;
  }
  .toggler.open span:last-child {
    margin-top: -7px;
  }
  .menu {
    width: auto;
    height: 100px;
    background-color: transparent;
    border-left: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 40px;
    opacity: 0;
    right: 160px;
    bottom: unset;
  }
  .menu.open {
    opacity: 1;
  }
  .menu ul {
    flex-direction: row;
    align-items: center;
  }
  .menu ul li {
    font-weight: 300;
    color: #262626;
    padding: 0 24px;
  }
  .hero {
    padding-bottom: 10vh;
  }
  .hero::before {
    width: 70%;
    height: 10vh;
    clip-path: polygon(0 0, calc(100% - 2.8vw) 0, 100% 100%, 0 100%);
  }
  .hero::after {
    width: 6vw;
    height: 12vw;
  }
  .hero__img {
    height: calc(100vh - 100px);
  }
  .hero__cover {
    font-size: 72px;
  }
  .hero__catch {
    font-size: 90px;
    left: 1em;
    bottom: 4vh;
  }
  .hero__scrolled {
    font-size: 14px;
    left: 1.5vw;
  }
  .subpage--hero .hero__img {
    height: 370px;
  }
  .subpage--hero .hero__catch {
    font-size: 100px;
  }
  .footer--contact {
    padding: 40px 0;
    margin-top: 140px;
  }
  .footer--contact__head .en {
    font-size: 50px;
  }
  .footer--contact__head .ja {
    font-size: 18px;
  }
  .footer--contact__desc {
    font-size: 18px;
  }
  .footer--contact__btn p {
    width: 360px;
    margin: 0 20px;
  }
  .footer--contact__btn p a {
    height: 72px;
  }
  .footer--contact__btn p a img {
    width: 25px;
  }
  .footer--contact__btn .notice {
    font-size: 12px;
  }
  .footer--contents {
    padding: 80px 0 50px;
  }
  .footer--contents__inner {
    margin: 0 -30px;
  }
  .footer--info {
    align-self: center;
    width: calc(100% - 377px - (14px * 10 + 60px));
    padding: 0 60px 0 30px;
  }
  .footer--info .company h2 {
    margin-top: 4em;
  }
  .footer--info .company p {
    margin-bottom: 1.5em;
  }
  .footer--menus {
    font-size: 14px;
    width: calc(14px * 10 + 60px);
    padding: 0 30px;
  }
  .footer--bnrs {
    width: 377px;
    padding: 0 30px;
  }
  .footer--bnrs .bnr--item {
    margin-bottom: 15px;
  }
  .copy {
    font-size: 12px;
    font-weight: 300;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .site--intro .head {
    font-size: 48px;
  }
  .site--intro .points p {
    font-size: 24px;
    width: 360px;
    padding: 1em 1.5em;
    margin: 0 20px 10px;
  }
  .site--intro .desc {
    font-size: 24px;
  }
  .page__contact .contact--table .table--row {
    font-size: 16px;
  }
  .page__contact .contact--table .table--head p span {
    font-size: 12px;
  }
  .page__contact .contact--table .submit--btn {
    font-size: 16px;
    margin-top: 70px;
  }
}

@media (min-width: 1440px) {
  .hero__catch {
    font-size: 140px;
    bottom: 2.5vh;
  }
  .subpage--hero .hero__catch {
    font-size: 110px;
  }
}

/*# sourceMappingURL=theme.css.map */
