@charset "UTF-8";
/*
Theme Name: あわい施設サイト
Theme URI: https://inabe-awai.jp
Description: あわい施設サイト
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.0.0
.
あわい施設サイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-main: #583530;
  --color-sub: #A9DC43;
  --color-font: #160607;
  --contents-width: 1200px;
  --gothic: "Zen Kaku Gothic New", sans-serif;
  --mincho: serif;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
::-moz-selection {
  background-color: var(--color-main);
  color: #fff;
}
::selection {
  background-color: var(--color-main);
  color: #fff;
}

html {
  height: 100%;
  width: 100%;
  scroll-padding-top: 120px;
}
@media screen and (max-width: 650px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  line-height: 180%;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
body.is-noscroll {
  overflow-y: hidden;
  position: fixed;
}
body.is-gray {
  background: var(--base-gray-0, #f6f7f9);
}

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

p {
  line-height: 180%;
  margin: 0;
  padding: 0;
}
p strong {
  font-weight: 600;
}

input {
  border-radius: 0;
}

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

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

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  animation: none !important;
  transition: none !important;
}

.c-header-default {
  position: fixed;
  pointer-events: none;
  inset: 0 0 auto;
  width: 100%;
  z-index: 50;
}
.c-header-default.is-no-fixed {
  position: relative;
}
.c-header-default.is-drawer-active .c-header-default__logo,
.c-header-default.is-drawer-active .c-header-default__reserve {
  display: none;
}
.c-header-default.is-drawer-active .c-header-default__inner {
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-drawer-active .c-header-default__language {
    display: none;
  }
  .c-header-default.is-drawer-active .c-header-default__inner {
    padding: 18px 16px;
  }
}
.c-header-default:has(.c-drawer-reserve.is-active) .c-header-default__language a {
  color: #160607;
}
.c-header-default:has(.c-drawer-reserve.is-active) .c-header-default__language img,
.c-header-default:has(.c-drawer-reserve.is-active) .c-button-hamburger img {
  filter: brightness(0);
}
.c-header-default .c-header-default__inner {
  align-items: flex-start;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: space-between;
  padding: 32px 40px 16px;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__inner {
    padding: 18px 16px;
  }
}
.c-header-default .c-header-default__logo {
  display: block;
  height: auto;
  margin: 0;
  pointer-events: all;
  width: 71px;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__logo {
    width: 50px;
  }
}
.c-header-default .c-header-default__logo a {
  display: block;
  line-height: 0;
}
.c-header-default .c-header-default__logo img {
  display: block;
  height: auto;
  width: 71px;
}
.c-header-default .c-header-default__actions {
  align-items: center;
  display: flex;
  gap: 32px;
  pointer-events: all;
  position: relative;
  z-index: 1;
}
.c-header-default .c-header-default__reserve {
  margin: 0;
}
.c-header-default .c-header-default__reserve button,
.c-header-default .c-header-default__reserve a {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 2px;
  color: #7C7C7C;
  cursor: pointer;
  display: inline-block;
  font-family: var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.c-header-default .c-header-default__reserve button:hover,
.c-header-default .c-header-default__reserve a:hover {
  background: rgba(22, 6, 7, 0.8);
  color: #fff;
}
.c-header-default .c-header-default__language {
  align-items: center;
  display: flex;
  gap: 3px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__language {
    display: none;
  }
}
.c-header-default .c-header-default__language a {
  color: #fff;
  font-family: var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}
.c-header-default .c-header-default__language a:hover {
  opacity: 0.7;
}
.c-header-default .c-header-default__language a.is-current {
  pointer-events: none;
}
.c-header-default .c-header-default__language img {
  display: block;
  flex-shrink: 0;
  height: 20px;
  -o-object-fit: none;
     object-fit: none;
  width: 20px;
}

.c-header-image {
  margin: 0 -25px !important;
  max-width: none !important;
  position: relative;
}
.c-header-image.is-short img {
  max-height: 230px;
}
@media screen and (max-width: 650px) {
  .c-header-image.is-short img {
    min-height: 200px;
  }
}
.c-header-image img {
  display: block;
  height: 100%;
  max-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-header-image img {
    min-height: 200px;
  }
}

.c-header-subpage {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 184px;
  width: 100%;
}
.c-header-subpage:has(.c-header-subpage__logo) {
  align-items: center;
  gap: 24px;
}
.c-header-subpage:has(.c-header-subpage__logo) .c-header-subpage__logo {
  margin-left: 96px;
}
@media screen and (max-width: 1200px) {
  .c-header-subpage:has(.c-header-subpage__logo) .c-header-subpage__logo {
    margin-left: auto;
    width: 100%;
  }
}
.c-header-subpage:has(.c-header-subpage__logo) .c-header-subpage__logo img {
  margin: 0 auto;
}
.c-header-subpage .c-header-subpage__logo {
  box-sizing: border-box;
  flex-shrink: 0;
  height: 193px;
  margin: 0;
  padding: 19px 28px;
  width: 192px;
}
@media screen and (max-width: 1200px) {
  .c-header-subpage .c-header-subpage__logo {
    margin: 0 auto;
  }
}
.c-header-subpage .c-header-subpage__logo img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.c-header-subpage .c-header-subpage__body {
  display: flex;
  flex: 1 1 400px;
  flex-direction: column;
  gap: 40px;
}
.c-header-subpage .c-header-subpage__title {
  color: #160607;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.c-header-subpage .c-header-subpage__text {
  color: #160607;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.c-footer-default {
  background-color: #EBE9E7;
  position: relative;
  z-index: 1;
}
.c-footer-default .c-footer-default__inner {
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 99px 120px 48px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__inner {
    padding: 80px 25px 48px;
  }
}
.c-footer-default .c-footer-default__main {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer-default .c-footer-default__main {
    flex-direction: column;
    gap: 80px;
  }
}
.c-footer-default .c-footer-default__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 360px;
}
@media screen and (max-width: 650px) {
  .c-footer-default .c-footer-default__info {
    width: 100%;
  }
}
.c-footer-default .c-footer-default__brand {
  display: flex;
  flex-direction: column;
  gap: 96px;
  width: 100%;
}
.c-footer-default .c-footer-default__logo {
  height: 100px;
  width: 240px;
}
.c-footer-default .c-footer-default__logo a {
  display: block;
  text-decoration: none;
}
.c-footer-default .c-footer-default__logo img {
  display: block;
  height: 100px;
  width: 240px;
}
.c-footer-default .c-footer-default__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer-default .c-footer-default__menu {
    gap: 26px;
  }
}
.c-footer-default .c-footer-default__menu > li {
  width: 160px;
}
@media screen and (max-width: 650px) {
  .c-footer-default .c-footer-default__menu > li {
    width: auto;
  }
}
.c-footer-default .c-footer-default__menu > li > a {
  color: #160607;
  display: block;
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.c-footer-default .c-footer-default__menu > li > a:hover {
  color: #A53A29;
}
.c-footer-default .c-footer-default__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-footer-default .c-footer-default__admin {
  color: #160607;
  font-family: var(--gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.c-footer-default .c-footer-default__access {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 494px;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__access {
    max-width: 494px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer-default .c-footer-default__access {
    max-width: none;
  }
}
.c-footer-default .c-footer-default__map {
  aspect-ratio: 494/371;
  background: #F3E8E8;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-footer-default .c-footer-default__map iframe {
  border: 0;
  display: block;
  filter: grayscale(1);
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
}
.c-footer-default .c-footer-default__address {
  color: #160607;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.c-footer-default .c-footer-default__copyright {
  color: #160607;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.c-drawer-default {
  background: #583530;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  min-height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default {
    grid-template-columns: 1fr;
  }
}
.c-drawer-default.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer-default .c-drawer-default__visual {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__visual {
    display: none;
  }
}
.c-drawer-default .c-drawer-default__photo {
  display: block;
  height: 100%;
  padding: 40px 0 40px 40px;
  width: 100%;
}
.c-drawer-default .c-drawer-default__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-drawer-default .c-drawer-default__brand {
  position: absolute;
  inset: auto auto 64px 80px;
}
.c-drawer-default .c-drawer-default__brand img {
  display: block;
  height: 145px;
  width: 81px;
}
.c-drawer-default .c-drawer-default__body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 54px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 110px 48px 48px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__body {
    align-items: center;
    gap: 48px;
    padding: 90px 25px 40px;
    width: 100%;
  }
}
.c-drawer-default .c-drawer-default__content {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__content {
    align-items: center;
    gap: 48px;
  }
}
.c-drawer-default .c-drawer-default__nav {
  display: flex;
  flex-direction: column;
  width: 225px;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__nav {
    padding: 0 25px;
    width: 100%;
  }
}
.c-drawer-default .c-drawer-default__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  width: 100%;
}
.c-drawer-default .c-drawer-default__menu > li > a {
  color: #EBE9E7;
  display: inline-block;
  font-family: var(--gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 0;
  text-decoration: none;
  white-space: nowrap;
}
.c-drawer-default .c-drawer-default__menu > li > a:hover {
  opacity: 0.7;
}
.c-drawer-default .c-drawer-default__submenu {
  display: flex;
  gap: 10px 24px;
  list-style: none;
  padding: 0;
  width: 100%;
}
.c-drawer-default .c-drawer-default__submenu > li > a {
  color: #EBE9E7;
  display: inline-block;
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 0;
  text-decoration: none;
  white-space: nowrap;
}
.c-drawer-default .c-drawer-default__submenu > li > a:hover {
  opacity: 0.7;
}
.c-drawer-default .c-drawer-default__reserve {
  display: flex;
  gap: 32px;
  max-width: 534px;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__reserve {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.c-drawer-default .c-drawer-default__meta {
  align-items: flex-end;
  display: flex;
  gap: 48px 88px;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__meta {
    align-items: center;
    flex-direction: column;
  }
}
.c-drawer-default .c-drawer-default__logo {
  display: none;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__logo {
    display: block;
  }
}
.c-drawer-default .c-drawer-default__logo img {
  display: block;
  height: 145px;
  width: 81px;
}
.c-drawer-default .c-drawer-default__address {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .c-drawer-default .c-drawer-default__address {
    text-align: center;
  }
}

body:has(.c-drawer-default.is-active) {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  body:has(.c-drawer-reserve.is-active) {
    overflow: hidden;
  }
}

.c-drawer-reserve {
  background: #EBE9E7;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  inset: 0 auto auto 0;
  height: 280px;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  z-index: 10;
}
.c-drawer-reserve.is-active {
  pointer-events: auto;
  opacity: 1;
}
.c-drawer-reserve .c-drawer-reserve__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 98px 40px 0;
  width: 566px;
}
.c-drawer-reserve .c-drawer-reserve__title {
  color: #160607;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.c-drawer-reserve .c-drawer-reserve__buttons {
  display: flex;
  gap: 74px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-drawer-reserve {
    height: 100%;
    inset: 0;
  }
  .c-drawer-reserve .c-drawer-reserve__inner {
    gap: 40px;
    padding: 180px 24px 80px;
    width: 100%;
  }
  .c-drawer-reserve .c-drawer-reserve__buttons {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}

.c-headline-page {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  padding-bottom: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-headline-page::after {
  background-color: #A53A29;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  inset: auto 0 0 0;
  width: calc(100% - 4px);
}
.c-headline-page .c-headline-page__subtitle {
  color: #A53A29;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 1.5;
  text-orientation: sideways;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.c-headline-page .c-headline-page__title {
  color: #000;
  font-family: var(--gothic);
  font-feature-settings: "vrt2" 1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.25;
  padding: 4px 0 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.c-headline-section {
  align-items: center;
  color: var(--color-font);
  display: flex;
  flex-direction: column;
  font-family: var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  gap: 18px;
  line-height: 1.5;
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-headline-section::after {
  background: #678064;
  content: "";
  display: block;
  height: 36px;
  width: 2px;
}

.c-headline-underline {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
.c-headline-underline::after {
  background: #7C7C7C;
  content: "";
  display: block;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}

.c-headline-simple {
  color: #101828;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  text-align: center;
}
.c-headline-simple.is-small {
  color: #160607;
  font-size: 18px;
}

.c-wrap {
  margin: 0;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

.c-contents {
  container-type: inline-size;
  margin: 0 auto;
  z-index: 1;
}
.c-contents > * {
  max-width: var(--contents-width);
  margin: 0 auto;
}
.c-contents > *.is-layout-constrained {
  max-width: none;
  margin: 0 -25px;
  padding: 0 25px;
}

.wp-block-list {
  padding: 0 0 0 1.5em;
}

.wp-block-cover {
  margin: 0 -25px !important;
  max-width: none !important;
  width: calc(100% + 50px) !important;
}

hr.c-hr-default {
  border: none;
  border-top: solid 1px var(--color-main);
  margin: 0 -20px;
  max-width: none;
  width: calc(100% + 40px);
}

hr.c-hr-dashed {
  border: none;
  border-top: dashed 1px var(--color-main);
}

.c-hr-photo {
  margin: 0 -25px !important;
  max-height: 400px;
  max-width: none !important;
  overflow: hidden;
  width: calc(100% + 50px);
}
.c-hr-photo img {
  display: block;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-hr-marquee-photo {
  margin: 0 -25px !important;
  max-width: none !important;
  overflow: hidden;
}
.c-hr-marquee-photo .c-hr-marquee-photo__track {
  animation: marquee-photo 60s linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.c-hr-marquee-photo .c-hr-marquee-photo__inner {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}
.c-hr-marquee-photo figure {
  display: block;
  flex-shrink: 0;
  height: 680px;
  margin: 0;
  max-width: none;
  width: 514px;
}
@media screen and (max-width: 1200px) {
  .c-hr-marquee-photo figure {
    height: 400px;
    width: 360px;
  }
}
@media screen and (max-width: 650px) {
  .c-hr-marquee-photo figure {
    height: 320px;
    width: 240px;
  }
}
.c-hr-marquee-photo figure img {
  display: block;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .c-hr-marquee-photo .c-hr-marquee-photo__track {
    animation: none;
  }
}

.c-background-paper {
  background: url(images/bg-paper-texture.jpg) no-repeat center/cover;
  max-width: none !important;
  margin: 0 -25px !important;
  padding: 1px 25px;
  width: calc(100% + 50px) !important;
}

.c-background-gray {
  background-color: #EBE9E7;
  max-width: none !important;
  margin: 0 -25px !important;
  padding: 1px 25px;
  width: calc(100% + 50px) !important;
}

.c-button-primary {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-primary a {
  align-items: center;
  background: #A53A29;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.5;
  min-height: 59px;
  padding: 8px 47px 8px 60px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-primary a:hover {
  background: #160607;
  opacity: 1;
}
.c-button-primary a::after {
  background: url("images/icon-arrow-right.svg") no-repeat center/5.8px 9.8px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.c-button-primary a em {
  display: inline-block;
  font-style: normal;
}
.c-button-primary.is-black a {
  background: #160607;
}
.c-button-primary.is-black a:hover {
  background: #A53A29;
}

.c-button-secondary {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-secondary a {
  align-items: center;
  background: #fff;
  border: 1px solid #160607;
  border-radius: 4px;
  color: #160607;
  display: inline-flex;
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.5;
  min-height: 59px;
  min-width: 246px;
  padding: 8px 24px 8px 36px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-secondary a:hover {
  background: #160607;
  color: #fff;
  opacity: 1;
}
.c-button-secondary a:hover::after {
  background-image: url("images/icon-arrow-right.svg");
}
.c-button-secondary a::after {
  background: url("images/icon-arrow-right-black.svg") no-repeat center/5.8px 9.8px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.c-button-secondary a:has(strong) {
  gap: 4px;
  padding-bottom: 29px;
  position: relative;
}
.c-button-secondary a:has(strong) strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: auto;
  position: absolute;
  inset: auto 8px 8px 8px;
  text-align: center;
  width: 100%;
}
.c-button-secondary a[target=_blank]::after {
  background-image: url("images/icon-external.svg");
  background-size: 15px 15px;
}
.c-button-secondary a[target=_blank]:hover::after {
  background-image: url("images/icon-external.svg");
  filter: brightness(0) invert(1);
}
.c-button-secondary.is-small a {
  gap: 6px;
  min-height: 36px;
  padding: 5px 24px 5px 32px;
}
.c-button-secondary.is-short a {
  min-width: 200px;
}
.c-button-secondary.is-large {
  width: 100%;
}
.c-button-secondary.is-large a {
  font-size: 24px;
  min-height: 90px;
  width: 100%;
}
.c-button-secondary.is-large a::after {
  background-image: url("images/icon-arrow-right-large-black.svg");
  background-size: 12px 22px;
  height: 36px;
  width: 36px;
}
.c-button-secondary.is-large a:hover::after {
  background-image: url("images/icon-arrow-right-large.svg");
}
.c-button-secondary.is-large a[target=_blank]::after {
  background-image: url("images/icon-external.svg");
  background-size: 22px 22px;
}
.c-button-secondary.is-large a[target=_blank]:hover::after {
  background-image: url("images/icon-external.svg");
  filter: brightness(0) invert(1);
}
.c-button-secondary.is-full {
  width: 100%;
}
.c-button-secondary.is-full a {
  width: 100%;
}
.c-button-secondary.is-fit a {
  min-width: 0;
}

.c-button-hamburger {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
}
.c-button-hamburger .c-button-hamburger__open {
  display: block;
  inset: 23.26% 17.5%;
  position: absolute;
}
.c-button-hamburger .c-button-hamburger__open img {
  display: block;
  height: 100%;
  width: 100%;
}
.c-button-hamburger .c-button-hamburger__close {
  display: none;
  inset: 0;
  position: absolute;
}
.c-button-hamburger .c-button-hamburger__close-a,
.c-button-hamburger .c-button-hamburger__close-b {
  display: block;
  position: absolute;
  width: 26px;
}
.c-button-hamburger .c-button-hamburger__close-a {
  inset: 19px 0 0 8px;
  transform: rotate(-44.53deg);
}
.c-button-hamburger .c-button-hamburger__close-b {
  inset: 19px 0 0 8px;
  transform: rotate(35.63deg);
}
.c-button-hamburger.is-active .c-button-hamburger__open {
  display: none;
}
.c-button-hamburger.is-active .c-button-hamburger__close {
  display: block;
}

.c-button-tag {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-tag a {
  align-items: center;
  background: #fff;
  border: 1px solid #160607;
  border-radius: 4px;
  color: #160607;
  display: inline-flex;
  font-family: var(--gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-width: 120px;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-tag a:hover {
  background: #160607;
  color: #fff;
}
.c-button-tag.is-active a {
  background: #160607;
  color: #fff;
}

.c-button-link {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-link a {
  align-items: center;
  color: #160607;
  display: inline-flex;
  font-family: var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 3px;
  line-height: 1.3;
  text-decoration: none;
}
.c-button-link a:hover {
  color: #A53A29;
  opacity: 1;
}
.c-button-link a:hover::after {
  background-image: url("images/icon-arrow-right-hibai.svg");
}
.c-button-link a::after {
  background: url("images/icon-arrow-right-black.svg") no-repeat center/5.8px 9.8px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.c-button-social {
  height: 30px;
  margin: 0;
  width: 30px;
}
.c-button-social.is-white a img {
  filter: brightness(0) invert(1);
}
.c-button-social a {
  display: block;
  height: 30px;
  width: 30px;
}
.c-button-social a:hover {
  opacity: 0.7;
}
.c-button-social a img {
  display: block;
  height: 30px;
  width: 30px;
}

.c-banner-slot {
  aspect-ratio: 370/247;
  display: block;
  max-width: 370px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.c-banner-slot:hover .c-banner-slot__image {
  opacity: 0.65;
}
.c-banner-slot .c-banner-slot__image {
  height: 100%;
  margin: 0;
  transition: opacity 0.15s ease;
  width: 100%;
}
.c-banner-slot .c-banner-slot__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner-slot .c-banner-slot__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  justify-content: center;
  margin: auto;
  padding: 0 30px;
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
}
.c-banner-slot .c-banner-slot__body::after {
  background: url("images/icon-arrow-right-large.svg") no-repeat center/12px 22px;
  content: "";
  display: block;
  height: 36px;
  margin: auto;
  position: absolute;
  inset: 0 0 0 auto;
  width: 36px;
  z-index: 1;
}
.c-banner-slot .c-banner-slot__title,
.c-banner-slot .c-banner-slot__text {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}
.c-banner-slot .c-banner-slot__title {
  font-size: 24px;
}
.c-banner-slot .c-banner-slot__text {
  font-size: 18px;
}

.c-banner-large {
  aspect-ratio: 900/222;
  display: block;
  max-width: 900px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-banner-large {
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-banner-large {
    aspect-ratio: 300/320;
    max-width: 450px;
  }
}
.c-banner-large:hover .c-banner-large__image {
  opacity: 0.65;
}
.c-banner-large::after {
  background: url("images/icon-arrow-right-large.svg") no-repeat center/10px 18px;
  content: "";
  display: block;
  height: 40px;
  margin: auto;
  position: absolute;
  inset: 0 20px 0 auto;
  width: 40px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-banner-large::after {
    inset: auto 24px 8px auto;
  }
}
.c-banner-large .c-banner-large__image {
  height: 100%;
  margin: 0;
  transition: opacity 0.15s ease;
  width: 100%;
}
.c-banner-large .c-banner-large__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner-large .c-banner-large__image figcaption {
  color: #EBE9E7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  line-height: 1.5;
  margin: 0;
  padding: 0 72px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

table th,
table td {
  min-width: 80px;
}
table strong {
  font-weight: 600;
}

.c-table-default table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.c-table-default table th,
.c-table-default table td {
  border: none;
  border-bottom: 1px solid #A3B0BA;
  color: var(--text-black, #1E1E1E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
  padding: 16px 0;
}
.c-table-default table th:first-child,
.c-table-default table td:first-child {
  padding: 16px 80px 16px 0;
  width: 280px;
}
@media screen and (max-width: 650px) {
  .c-table-default table th:first-child,
  .c-table-default table td:first-child {
    padding: 16px 24px 16px 0;
    width: auto;
  }
}
.c-table-default table a {
  color: #ED9797;
}
.c-table-default table a:hover {
  text-decoration: none;
}

.c-table-overview table {
  border-collapse: collapse;
  width: 100%;
}
.c-table-overview table th,
.c-table-overview table td {
  border: none;
  border-bottom: 1px solid #EBE9E7;
  color: #101828;
  padding: 0 0 12px;
  vertical-align: top;
}
@media screen and (max-width: 650px) {
  .c-table-overview table th,
  .c-table-overview table td {
    display: block;
    width: 100%;
  }
}
.c-table-overview table td {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 0;
}
@media screen and (max-width: 650px) {
  .c-table-overview table td {
    padding-top: 16px;
  }
}
.c-table-overview table td p {
  margin: 0;
}
.c-table-overview table td p + p {
  margin-top: 9px;
}
.c-table-overview table th,
.c-table-overview table td:first-child {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .c-table-overview table th,
  .c-table-overview table td:first-child {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
  }
}

.c-list-breadcrumb {
  max-width: none;
}
.c-list-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list-breadcrumb ol li {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
  text-align: center;
}
.c-list-breadcrumb ol li:first-child::before {
  display: none;
}
.c-list-breadcrumb ol li::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="9" viewBox="0 0 5 9" fill="none"><path d="M0.5 0.5L4.5 4.5L0.5 8.5" stroke="%23625F55" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 0;
  width: 4px;
}
.c-list-breadcrumb ol li a {
  text-decoration: none;
}
.c-list-breadcrumb ol li a:hover {
  opacity: 0.5;
}

.c-list-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  list-style: none;
  padding: 0 0 14px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-list-anchor {
    border-top: 1px solid var(--Text-green-200, #8C957F);
    flex-direction: column;
    gap: 6px;
    padding: 24px 0 18px;
  }
}
.c-list-anchor::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-list-anchor li a {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.c-list-anchor li a:hover {
  opacity: 0.5;
}
.c-list-anchor li a::after {
  background: url("images/icon-arrow-anchor.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 2px 10px;
  width: 11px;
}

.c-list-default {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list-default li {
  color: #625F55;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 140%;
  padding: 0 0 0 18px;
  position: relative;
}
.c-list-default li::before {
  background: #ED9797;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  inset: 8px auto auto -2px;
  width: 10px;
}
.c-list-default li a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.c-list-simple {
  display: grid;
  gap: 4px;
  padding: 0 0 0 1.5em;
  margin: 0;
}

.c-list-group {
  border: 1px solid #625F55;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  padding: 8px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.c-list-group ul li {
  color: #625F55;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.8px;
  list-style: "・";
  list-style-position: inside;
  padding: 2px 0;
}

.c-list-numeric {
  counter-reset: item;
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0 0 0 1.5em;
}
.c-list-numeric li {
  counter-increment: item;
  position: relative;
}
.c-list-numeric li::before {
  content: counter(item);
  display: inline-block;
  margin: 0 0 0 -1.25em;
  white-space: nowrap;
  width: 1em;
}

.c-list-faq-wrapper {
  display: grid;
  gap: 24px;
}

.c-list-faq {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.c-list-faq.is-active .c-list-faq__question::after {
  background: linear-gradient(#2F2A28, #2F2A28) center/14px 2px no-repeat;
}
.c-list-faq.is-active .c-list-faq__answer {
  display: flex;
}
.c-list-faq.is-simple .c-list-faq__question {
  align-items: center;
}
.c-list-faq.is-simple .c-list-faq__question::before {
  display: none;
}
.c-list-faq.is-simple .c-list-faq__answer {
  flex-direction: column;
  gap: 0;
}
.c-list-faq.is-simple .c-list-faq__answer::before {
  display: none;
}
.c-list-faq.is-simple .c-list-faq__answer p {
  flex: none;
  padding-top: 0;
}
.c-list-faq.is-simple .c-list-faq__answer p:first-child {
  padding-top: 5px;
}
.c-list-faq .c-list-faq__question {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 16px 24px;
  width: 100%;
}
.c-list-faq .c-list-faq__question::before {
  align-items: center;
  color: #678064;
  content: "Q";
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 8px;
  width: 34px;
}
.c-list-faq .c-list-faq__question::after {
  background: linear-gradient(#2F2A28, #2F2A28) center/14px 2px no-repeat, linear-gradient(#2F2A28, #2F2A28) center/2px 14px no-repeat;
  content: "";
  flex-shrink: 0;
  height: 34px;
  width: 34px;
}
.c-list-faq .c-list-faq__heading {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-width: 0;
}
.c-list-faq .c-list-faq__category {
  color: #7C7C7C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.c-list-faq .c-list-faq__text {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.c-list-faq .c-list-faq__answer {
  align-items: flex-start;
  display: none;
  gap: 12px;
  padding: 0 48px 16px 24px;
  width: 100%;
}
.c-list-faq .c-list-faq__answer::before {
  align-items: flex-start;
  color: #A53A29;
  content: "A";
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 5px 8px 0;
  width: 34px;
}
.c-list-faq .c-list-faq__answer p {
  color: #2F2A28;
  flex: 1 1 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  min-width: 0;
  padding-top: 5px;
  width: 100%;
}
.c-list-faq .c-list-faq__answer p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.c-list-faq .c-list-faq__answer p a:hover {
  text-decoration: none;
}

.c-list-youtube {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.c-list-youtube figure {
  display: block;
  max-width: 380px;
  width: 100%;
}
.c-list-youtube iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  width: 100%;
}

.c-list-check {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0 0 0 28px;
  margin: 0;
}
.c-list-check li {
  position: relative;
}
.c-list-check li::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect width="20" height="20" rx="10" fill="%23ED8181"/><path d="M7.95807 14.4234L3.81641 10.2817L4.41141 9.68758L7.95807 13.2342L15.5881 5.60425L16.1822 6.19925L7.95807 14.4234Z" fill="white"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  margin: 0 0 0 -28px;
  position: absolute;
  inset: 0.28em auto auto 0;
  width: 20px;
}

.c-list-accent {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.c-list-accent li {
  position: relative;
}
.c-list-accent li::before {
  background-color: #ED9797;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  margin: 0 0 0 -20px;
  position: absolute;
  inset: 0.5em auto auto 0;
  width: 12px;
}
.c-list-accent li strong {
  background: linear-gradient(180deg, transparent 50%, #F7D6D6 51%, #F7D6D6 100%);
}

.p-contact-form {
  align-items: center;
  align-self: stretch;
  background: var(--awai-GY_, #EBE9E7);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 40px 16px;
}
.p-contact-form .wpforms-container,
.p-contact-form .wpforms-container-full {
  margin: 0 auto;
  max-width: 700px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field-container,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field-container {
  display: grid;
  gap: 40px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  position: relative;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field fieldset,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field fieldset {
  display: contents;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul {
  gap: 24px 40px;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li {
  margin: 0 !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox],
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] {
  display: none !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 40px;
  position: relative;
  text-align: left;
  width: auto;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::before,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::before,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::before,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::before {
  background: #fff;
  border: 1px solid #678064;
  border-radius: 4px;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::after,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::after,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::after,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::after {
  background: url("images/icon-check.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 18px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  width: 14px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label {
  color: var(--color-text);
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::before,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label::before,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::before,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label::before {
  background: #678064 !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::after,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label::after,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::after,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li label {
  letter-spacing: 0;
  line-height: 1.3571428571;
  margin: 0;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox {
  display: block;
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree label, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox label {
  display: none;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree .wpforms-field-label-inline, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree .wpforms-field-label-inline,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin: 0 auto;
  padding: 0 0 0 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree .wpforms-field-label-inline a, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree .wpforms-field-label-inline a,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree .wpforms-field-label-inline a:hover, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree .wpforms-field-label-inline a:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree ul, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree ul,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul {
  display: block;
  justify-content: center;
  margin: 0 !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree ul li, .p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul li,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.c-form-agree ul li,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul li {
  margin: 0 !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-textarea,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea {
  padding: 0;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-label {
  align-items: center;
  color: #1E1E1E;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 16px;
  line-height: 150%; /* 21px */
  margin: 0 0 16px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label-inline,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-label-inline {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-required-label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-required-label {
  background: #A53A29;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  order: -1;
  padding: 2px 8px;
  white-space: nowrap;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-optional-label,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-optional-label {
  background: #7C7C7C;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  order: -1;
  padding: 2px 8px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field.wpforms-field-html,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html {
  padding: 0 !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=tel],
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=text],
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=email],
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=password],
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=tel],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=text],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=email],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=password],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  color: #1E1E1E;
  font-size: 16px;
  height: auto;
  line-height: 180%; /* 30.6px */
  outline: none !important;
  padding: 11px 16px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full::-moz-placeholder, .p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=tel]::-moz-placeholder, .p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=text]::-moz-placeholder, .p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=email]::-moz-placeholder, .p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=password]::-moz-placeholder, .p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea::-moz-placeholder, .p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full::-moz-placeholder, .p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=tel]::-moz-placeholder, .p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=text]::-moz-placeholder, .p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=email]::-moz-placeholder, .p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=password]::-moz-placeholder, .p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea::-moz-placeholder {
  color: #AAA;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full::placeholder,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=tel]::placeholder,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=text]::placeholder,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=email]::placeholder,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=password]::placeholder,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea::placeholder,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full::placeholder,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=tel]::placeholder,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=text]::placeholder,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=email]::placeholder,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=password]::placeholder,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea::placeholder {
  color: #AAA;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full:hover, .p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full:focus,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=password]:hover,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=password]:focus,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea:hover,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea:focus,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full:focus,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=tel]:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=tel]:focus,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=text]:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=text]:focus,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=email]:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=email]:focus,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=password]:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=password]:focus,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea:focus {
  box-shadow: none !important;
  border-color: #625F55 !important;
  outline: none !important;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full.wpforms-error,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=tel].wpforms-error,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=text].wpforms-error,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=email].wpforms-error,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field input[type=password].wpforms-error,
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full.wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=tel].wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=text].wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=email].wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field input[type=password].wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border-color: rgb(199, 0, 0);
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-field-medium,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-field-medium {
  height: 180px;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-error,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border-color: rgb(199, 0, 0);
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-field .wpforms-error[role=alert],
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-field .wpforms-error[role=alert] {
  color: rgb(199, 0, 0);
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-submit-container,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-submit-container {
  max-width: 288px;
  margin: 0 auto;
  text-align: center;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-submit,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-submit {
  align-items: center;
  background: #160607 !important;
  border-radius: 4px;
  color: #fff !important;
  display: inline-flex;
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.5;
  min-height: 59px;
  padding: 8px 47px 8px 60px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-submit:hover,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-submit:hover {
  background: #A53A29 !important;
  opacity: 1;
}
.p-contact-form .wpforms-container .wpforms-form .wpforms-submit::after,
.p-contact-form .wpforms-container-full .wpforms-form .wpforms-submit::after {
  background: url("images/icon-arrow-right.svg") no-repeat center/5.8px 9.8px;
  border: none;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  inset: auto;
  width: 20px;
}
.p-contact-form .c-form-notes {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 620px;
  padding: 8px 24px !important;
  width: 100%;
}
.p-contact-form .c-form-notes p {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0 !important;
  width: 100%;
}

.c-article-header {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0 auto;
  max-width: 888px;
  width: 100%;
}
.c-article-header .c-article-header__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.c-article-header .c-article-header__date {
  color: #7C7C7C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.c-article-header .c-article-header__title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.c-article-pager {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
}
.c-article-pager .page-numbers {
  align-items: center;
  background: #EBE9E7;
  border-radius: 100px;
  color: #160607;
  display: flex;
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1.5;
  padding: 0 0 2px;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  width: 30px;
}
.c-article-pager .page-numbers:hover, .c-article-pager .page-numbers.current {
  background: #A53A29;
  color: #fff;
}
.c-article-pager .page-numbers.next, .c-article-pager .page-numbers.prev {
  background: transparent;
  border: none;
  margin: 0;
}
.c-article-pager .page-numbers.next:hover, .c-article-pager .page-numbers.prev:hover {
  background: transparent;
  opacity: 0.5;
}
.c-article-pager .page-numbers.next::before, .c-article-pager .page-numbers.prev::before {
  background: url("images/icon-pager-arrow.svg") no-repeat center center/12px 24px;
  content: "";
  display: block;
  height: 24px;
  width: 12px;
}
.c-article-pager .page-numbers.prev::before {
  transform: rotate(180deg);
}
.c-article-pager .page-numbers.dots {
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
}
.c-article-pager .page-numbers.dots:hover {
  background: transparent;
}
.c-article-pager .page-numbers.dots::before {
  background: url("images/icon-pager-dots.svg") no-repeat center center/16px 16px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
}

.c-article-contents {
  display: grid;
  gap: 48px;
  margin: 0 auto;
  max-width: 888px;
  width: 100%;
}
.c-article-contents .c-article-contents__eyecatch {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.c-article-contents .c-article-contents__eyecatch img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-article-contents .c-article-contents__body {
  padding-inline: 16px;
}
.c-article-contents p {
  color: var(--color-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.c-article-contents p + p {
  margin-top: 1.5em;
}
.c-article-contents ul {
  list-style: none;
}
.c-article-contents ul li {
  display: grid;
  font-size: 16px;
  font-weight: 500;
  grid-template-columns: 16px 1fr;
  line-height: 1.5;
}
.c-article-contents ul li::before {
  content: "⚫︎";
  font-size: 20px;
}

.c-article-news-list {
  display: grid;
  gap: 48px 32px;
  grid-template-columns: repeat(2, 1fr);
}

.c-badge-tag {
  align-items: center;
  background: #EBE9E7;
  border-radius: 4px;
  color: var(--awai-gray, #7C7C7C);
  display: inline-flex;
  font-family: var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-width: 108px;
  padding: 4px 8px;
  text-align: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.c-badge-tag.is-vertical {
  line-height: 1.3;
  min-height: 68px;
  min-width: 0;
  padding: 16px 8px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.c-badge-tag.is-small {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 12px;
}
.c-badge-tag.is-fit {
  min-height: 0;
  min-width: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.c-badge-tag.is-green {
  background: #678064;
  color: #fff;
}
.c-badge-tag.is-red {
  background: #A53A29;
  color: #fff;
}
.c-badge-tag.is-brown {
  background: #583530;
  color: #fff;
}

.c-badge-status {
  align-items: center;
  background: var(--awai-GY_, #EBE9E7);
  border-radius: 100px;
  color: var(--awai-gray, #7C7C7C);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 150%; /* 18px */
  padding: 2px 8px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-card-news {
  width: 100%;
}
.c-card-news > a {
  align-items: flex-start;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  gap: 16px 26px;
  padding-bottom: 24px;
  text-decoration: none;
}
.c-card-news > a:hover .c-card-news__image {
  opacity: 0.65;
}
@media screen and (max-width: 650px) {
  .c-card-news > a {
    flex-direction: column;
  }
}
.c-card-news .c-card-news__image {
  aspect-ratio: 3/2;
  flex-basis: 158px;
  margin: 0;
  max-width: 158px;
  overflow: hidden;
  transition: opacity 0.15s ease;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-card-news .c-card-news__image {
    flex-basis: auto;
    max-width: none;
  }
}
.c-card-news .c-card-news__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-card-news .c-card-news__body {
  display: flex;
  flex: 1 1 280px;
  flex-direction: column;
  gap: 16px;
  max-width: 570px;
  min-width: 0;
}
@media screen and (max-width: 650px) {
  .c-card-news .c-card-news__body {
    flex-basis: 0;
    max-width: none;
  }
}
.c-card-news .c-card-news__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 650px) {
  .c-card-news .c-card-news__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-card-news .c-card-news__date {
  color: #160607;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.c-card-news .c-card-news__title {
  color: #160607;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.15s ease;
}
.c-card-news.is-plain > a {
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.c-card-news.is-plain .c-card-news__body {
  flex-basis: auto;
  gap: 17px;
  max-width: none;
}
.c-card-news.is-plain .c-card-news__meta {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.c-card-news.is-plain > a:hover .c-card-news__title {
  color: #A53A29;
}

.c-card-activity {
  min-width: 0;
  position: relative;
  width: 100%;
}
.c-card-activity > a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 8px 0 0;
  position: relative;
  text-decoration: none;
}
.c-card-activity > a:hover .c-card-activity__image {
  opacity: 0.65;
}
.c-card-activity .c-card-activity__badge {
  left: 7px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-card-activity .c-card-activity__image {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.15s ease;
  width: 100%;
}
.c-card-activity .c-card-activity__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-card-activity .c-card-activity__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.c-card-activity .c-card-activity__title {
  color: #160607;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.c-card-activity .c-card-activity__meta {
  align-items: center;
  color: #160607;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 12px;
  line-height: 1.5;
}
.c-card-activity .c-card-activity__label {
  align-items: center;
  border-left: 1px solid #160607;
  border-right: 1px solid #160607;
  display: flex;
  line-height: 1.3;
  padding: 0 10px;
  white-space: nowrap;
}
.c-card-activity .c-card-activity__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #160607;
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.c-card-activity .c-card-activity__more {
  align-items: center;
  color: #160607;
  display: none;
  font-family: var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  gap: 3px;
  line-height: 1.3;
  margin: 0;
}
.c-card-activity .c-card-activity__more::after {
  background: url("images/icon-arrow-right-black.svg") no-repeat center/5.8px 9.8px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.c-card-activity.is-pickup > a {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .c-card-activity.is-pickup > a {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
}
.c-card-activity.is-pickup .c-card-activity__badge {
  left: 16px;
}
.c-card-activity.is-pickup .c-card-activity__image {
  flex: 1 0 0;
  min-width: 340px;
  width: auto;
}
@media screen and (max-width: 650px) {
  .c-card-activity.is-pickup .c-card-activity__image {
    flex: none;
    min-width: 0;
    width: 100%;
  }
}
.c-card-activity.is-pickup .c-card-activity__body {
  flex: 1 0 0;
  min-width: 0;
  padding-top: 8px;
}
@media screen and (max-width: 650px) {
  .c-card-activity.is-pickup .c-card-activity__body {
    flex: none;
    padding-top: 0;
  }
}
.c-card-activity.is-pickup .c-card-activity__text {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.c-card-activity.is-pickup .c-card-activity__more {
  display: inline-flex;
}

.c-card-room {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 350px;
  padding: 16px;
  width: 100%;
}
.c-card-room .c-card-room__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.c-card-room .c-card-room__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.c-card-room .c-card-room__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.c-card-room .c-card-room__image {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.c-card-room .c-card-room__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-card-room .c-card-room__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.c-card-room .c-card-room__spec {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.c-card-room .c-card-room__spec th,
.c-card-room .c-card-room__spec td {
  border: none;
  color: #160607;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 4px;
  vertical-align: top;
}
.c-card-room .c-card-room__spec tr:last-child th,
.c-card-room .c-card-room__spec tr:last-child td {
  padding-bottom: 0;
}

.c-section-scroll {
  display: block;
  line-height: 0;
  margin: 0 auto;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-section-scroll {
    margin: 0 -25px 0 0;
    width: calc(100% + 25px);
  }
}
.c-section-scroll > * {
  white-space: nowrap;
  width: 960px;
}
.c-section-scroll img {
  max-width: none;
}

.c-section-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.c-section-banners figure {
  display: block;
  margin: 0;
}
.c-section-banners a:hover {
  opacity: 0.7;
}
.c-section-banners img {
  display: block;
}

.c-section-notice {
  align-items: center;
  border: 1px solid #A53A29;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  max-width: 768px;
  padding: 16px 16px 24px;
  width: 100%;
}
.c-section-notice h6,
.c-section-notice h5,
.c-section-notice h4,
.c-section-notice h3,
.c-section-notice h2,
.c-section-notice h1 {
  color: #A53A29;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
  text-align: center;
  width: 100%;
}
.c-section-notice p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.c-section-concept {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.c-section-concept .c-section-concept__inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.c-section-concept .c-section-concept__body {
  display: flex;
  flex-direction: column;
  gap: 140px;
  margin: 0 !important;
  max-width: 560px;
}
@media screen and (max-width: 1200px) {
  .c-section-concept .c-section-concept__body {
    gap: 80px;
    margin: 0 auto !important;
  }
}
.c-section-concept .c-section-concept__title {
  color: #160607;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.c-section-concept .c-section-concept__title::after {
  background: #A53A29;
  content: "";
  display: block;
  height: 1px;
  margin-top: 17px;
  width: 100%;
}
.c-section-concept .c-section-concept__text {
  color: #160607;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
}
.c-section-concept .c-section-concept__photo {
  aspect-ratio: 615/820;
  flex: 1 1 340px;
  margin: 0;
  max-width: 615px;
  min-width: 0;
  overflow: hidden;
  position: absolute;
  inset: auto -120px 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-section-concept .c-section-concept__photo {
    margin: 0 auto 80px;
    max-width: 560px;
    position: relative;
    inset: auto;
  }
}
.c-section-concept .c-section-concept__photo .splide,
.c-section-concept .c-section-concept__photo .splide__track,
.c-section-concept .c-section-concept__photo .splide__list,
.c-section-concept .c-section-concept__photo .splide__slide {
  height: 100%;
}
.c-section-concept .c-section-concept__photo .splide__slide {
  margin: 0;
}
.c-section-concept .c-section-concept__photo img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-section-feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 192px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .c-section-feature-wrap {
    gap: 80px;
  }
}

.c-section-feature {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 48px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-section-feature {
    grid-template-columns: 1fr;
    max-width: 480px;
    position: relative;
  }
}
.c-section-feature .c-section-feature__title {
  color: #160607;
  display: grid;
  font-feature-settings: "vrt2" 1;
  grid-template-areas: "title2 title1";
  height: 100%;
  justify-content: center;
  justify-self: end;
  margin: 0;
  order: 3;
  padding-top: 160px;
  position: relative;
  width: 184px;
}
@media screen and (max-width: 1200px) {
  .c-section-feature .c-section-feature__title {
    display: flex;
    height: 374px;
    justify-content: flex-end;
    justify-self: end;
    order: 1;
    padding: 0;
    width: 100%;
  }
}
.c-section-feature .c-section-feature__title1 {
  font-size: 32px;
  font-weight: 700;
  grid-area: title1;
  height: 100%;
  letter-spacing: 7px;
  line-height: 1.8;
  margin: 0 auto auto auto;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .c-section-feature .c-section-feature__title1 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 auto 0;
    order: 3;
    padding-top: 64px;
    width: 130px;
  }
}
.c-section-feature .c-section-feature__title2 {
  font-size: 48px;
  font-weight: 700;
  grid-area: title2;
  height: 100%;
  letter-spacing: 13px;
  line-height: 1.5;
  padding: 0 0 8px;
  text-align: right;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .c-section-feature .c-section-feature__title2 {
    margin: auto 0 0 0;
    order: 2;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-section-feature .c-section-feature__number {
  color: #678064;
  font-family: "Roboto", sans-serif;
  font-feature-settings: normal;
  font-size: 116px;
  font-weight: 200;
  grid-area: number;
  letter-spacing: 0;
  line-height: 1;
  margin: auto;
  position: absolute;
  inset: 0 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .c-section-feature .c-section-feature__number {
    margin: 0 auto 0 0;
    order: 1;
    position: relative;
    inset: auto;
  }
}
.c-section-feature .c-section-feature__photo {
  display: block;
  margin: 0;
  max-width: 480px;
  order: 2;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-section-feature .c-section-feature__photo {
    margin: 0 auto 16px;
  }
}
.c-section-feature .c-section-feature__photo img {
  aspect-ratio: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-section-feature .c-section-feature__text {
  align-self: flex-end;
  color: #160607;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  order: 1;
  padding-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .c-section-feature .c-section-feature__text {
    max-width: none;
    order: 3;
    padding: 25px;
  }
}

.c-section-facility-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
  max-width: 1200px;
}
.c-section-facility-wrap > .c-section-facility:nth-child(even) {
  flex-direction: row-reverse;
}

.c-section-facility {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
  width: 100%;
}
.c-section-facility .c-section-facility__photo {
  aspect-ratio: 3/2;
  flex: 1 1 320px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .c-section-facility .c-section-facility__photo {
    flex: 1 1 100%;
  }
}
.c-section-facility .c-section-facility__photo img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-section-facility .c-section-facility__body {
  display: flex;
  flex: 1 1 320px;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .c-section-facility .c-section-facility__body {
    padding: 0;
  }
}
.c-section-facility .c-section-facility__title {
  color: #160607;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}
.c-section-facility .c-section-facility__lead {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 24px;
}
.c-section-facility .c-section-facility__text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 40px;
}
.c-section-facility .c-section-facility__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.a-fadein {
  opacity: 0;
}
.a-fadein.is-animated {
  animation: fadeIn 0.9s ease-out forwards;
}
.a-fadein.is-delay-1 {
  animation-delay: 0.5s;
}
.a-fadein.is-delay-2 {
  animation-delay: 1s;
}
.a-fadein.is-delay-3 {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee-photo {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/* ユーティリティー
------------------------------------*/
.u-mt--20 {
  margin-top: -160px !important;
}

.u-mt--19 {
  margin-top: -152px !important;
}

.u-mt--18 {
  margin-top: -144px !important;
}

.u-mt--17 {
  margin-top: -136px !important;
}

.u-mt--16 {
  margin-top: -128px !important;
}

.u-mt--15 {
  margin-top: -120px !important;
}

.u-mt--14 {
  margin-top: -112px !important;
}

.u-mt--13 {
  margin-top: -104px !important;
}

.u-mt--12 {
  margin-top: -96px !important;
}

.u-mt--11 {
  margin-top: -88px !important;
}

.u-mt--10 {
  margin-top: -80px !important;
}

.u-mt--9 {
  margin-top: -72px !important;
}

.u-mt--8 {
  margin-top: -64px !important;
}

.u-mt--7 {
  margin-top: -56px !important;
}

.u-mt--6 {
  margin-top: -48px !important;
}

.u-mt--5 {
  margin-top: -40px !important;
}

.u-mt--4 {
  margin-top: -32px !important;
}

.u-mt--3 {
  margin-top: -24px !important;
}

.u-mt--2 {
  margin-top: -16px !important;
}

.u-mt--1 {
  margin-top: -8px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mt-8 {
  margin-top: 64px !important;
}

.u-mt-9 {
  margin-top: 72px !important;
}

.u-mt-10 {
  margin-top: 80px !important;
}

.u-mt-11 {
  margin-top: 88px !important;
}

.u-mt-12 {
  margin-top: 96px !important;
}

.u-mt-13 {
  margin-top: 104px !important;
}

.u-mt-14 {
  margin-top: 112px !important;
}

.u-mt-15 {
  margin-top: 120px !important;
}

.u-mt-16 {
  margin-top: 128px !important;
}

.u-mt-17 {
  margin-top: 136px !important;
}

.u-mt-18 {
  margin-top: 144px !important;
}

.u-mt-19 {
  margin-top: 152px !important;
}

.u-mt-20 {
  margin-top: 160px !important;
}

.u-mt-21 {
  margin-top: 168px !important;
}

.u-mt-22 {
  margin-top: 176px !important;
}

.u-mt-23 {
  margin-top: 184px !important;
}

.u-mt-24 {
  margin-top: 192px !important;
}

.u-mt-25 {
  margin-top: 200px !important;
}

.u-mt-26 {
  margin-top: 208px !important;
}

.u-mt-27 {
  margin-top: 216px !important;
}

.u-mt-28 {
  margin-top: 224px !important;
}

.u-mt-29 {
  margin-top: 232px !important;
}

.u-mt-30 {
  margin-top: 240px !important;
}

.u-mt-31 {
  margin-top: 248px !important;
}

.u-mt-32 {
  margin-top: 256px !important;
}

.u-mt-33 {
  margin-top: 264px !important;
}

.u-mt-34 {
  margin-top: 272px !important;
}

.u-mt-35 {
  margin-top: 280px !important;
}

.u-mt-36 {
  margin-top: 288px !important;
}

.u-mt-37 {
  margin-top: 296px !important;
}

.u-mt-38 {
  margin-top: 304px !important;
}

.u-mt-39 {
  margin-top: 312px !important;
}

.u-mt-40 {
  margin-top: 320px !important;
}

.u-mt-41 {
  margin-top: 328px !important;
}

.u-mt-42 {
  margin-top: 336px !important;
}

.u-mt-43 {
  margin-top: 344px !important;
}

.u-mt-44 {
  margin-top: 352px !important;
}

.u-mt-45 {
  margin-top: 360px !important;
}

.u-mt-46 {
  margin-top: 368px !important;
}

.u-mt-47 {
  margin-top: 376px !important;
}

.u-mt-48 {
  margin-top: 384px !important;
}

.u-mt-49 {
  margin-top: 392px !important;
}

.u-mt-50 {
  margin-top: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-mt--20 {
    margin-top: -160px !important;
  }
  .u-tab-mt--19 {
    margin-top: -152px !important;
  }
  .u-tab-mt--18 {
    margin-top: -144px !important;
  }
  .u-tab-mt--17 {
    margin-top: -136px !important;
  }
  .u-tab-mt--16 {
    margin-top: -128px !important;
  }
  .u-tab-mt--15 {
    margin-top: -120px !important;
  }
  .u-tab-mt--14 {
    margin-top: -112px !important;
  }
  .u-tab-mt--13 {
    margin-top: -104px !important;
  }
  .u-tab-mt--12 {
    margin-top: -96px !important;
  }
  .u-tab-mt--11 {
    margin-top: -88px !important;
  }
  .u-tab-mt--10 {
    margin-top: -80px !important;
  }
  .u-tab-mt--9 {
    margin-top: -72px !important;
  }
  .u-tab-mt--8 {
    margin-top: -64px !important;
  }
  .u-tab-mt--7 {
    margin-top: -56px !important;
  }
  .u-tab-mt--6 {
    margin-top: -48px !important;
  }
  .u-tab-mt--5 {
    margin-top: -40px !important;
  }
  .u-tab-mt--4 {
    margin-top: -32px !important;
  }
  .u-tab-mt--3 {
    margin-top: -24px !important;
  }
  .u-tab-mt--2 {
    margin-top: -16px !important;
  }
  .u-tab-mt--1 {
    margin-top: -8px !important;
  }
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 8px !important;
  }
  .u-tab-mt-2 {
    margin-top: 16px !important;
  }
  .u-tab-mt-3 {
    margin-top: 24px !important;
  }
  .u-tab-mt-4 {
    margin-top: 32px !important;
  }
  .u-tab-mt-5 {
    margin-top: 40px !important;
  }
  .u-tab-mt-6 {
    margin-top: 48px !important;
  }
  .u-tab-mt-7 {
    margin-top: 56px !important;
  }
  .u-tab-mt-8 {
    margin-top: 64px !important;
  }
  .u-tab-mt-9 {
    margin-top: 72px !important;
  }
  .u-tab-mt-10 {
    margin-top: 80px !important;
  }
  .u-tab-mt-11 {
    margin-top: 88px !important;
  }
  .u-tab-mt-12 {
    margin-top: 96px !important;
  }
  .u-tab-mt-13 {
    margin-top: 104px !important;
  }
  .u-tab-mt-14 {
    margin-top: 112px !important;
  }
  .u-tab-mt-15 {
    margin-top: 120px !important;
  }
  .u-tab-mt-16 {
    margin-top: 128px !important;
  }
  .u-tab-mt-17 {
    margin-top: 136px !important;
  }
  .u-tab-mt-18 {
    margin-top: 144px !important;
  }
  .u-tab-mt-19 {
    margin-top: 152px !important;
  }
  .u-tab-mt-20 {
    margin-top: 160px !important;
  }
  .u-tab-mt-21 {
    margin-top: 168px !important;
  }
  .u-tab-mt-22 {
    margin-top: 176px !important;
  }
  .u-tab-mt-23 {
    margin-top: 184px !important;
  }
  .u-tab-mt-24 {
    margin-top: 192px !important;
  }
  .u-tab-mt-25 {
    margin-top: 200px !important;
  }
  .u-tab-mt-26 {
    margin-top: 208px !important;
  }
  .u-tab-mt-27 {
    margin-top: 216px !important;
  }
  .u-tab-mt-28 {
    margin-top: 224px !important;
  }
  .u-tab-mt-29 {
    margin-top: 232px !important;
  }
  .u-tab-mt-30 {
    margin-top: 240px !important;
  }
  .u-tab-mt-31 {
    margin-top: 248px !important;
  }
  .u-tab-mt-32 {
    margin-top: 256px !important;
  }
  .u-tab-mt-33 {
    margin-top: 264px !important;
  }
  .u-tab-mt-34 {
    margin-top: 272px !important;
  }
  .u-tab-mt-35 {
    margin-top: 280px !important;
  }
  .u-tab-mt-36 {
    margin-top: 288px !important;
  }
  .u-tab-mt-37 {
    margin-top: 296px !important;
  }
  .u-tab-mt-38 {
    margin-top: 304px !important;
  }
  .u-tab-mt-39 {
    margin-top: 312px !important;
  }
  .u-tab-mt-40 {
    margin-top: 320px !important;
  }
  .u-tab-mt-41 {
    margin-top: 328px !important;
  }
  .u-tab-mt-42 {
    margin-top: 336px !important;
  }
  .u-tab-mt-43 {
    margin-top: 344px !important;
  }
  .u-tab-mt-44 {
    margin-top: 352px !important;
  }
  .u-tab-mt-45 {
    margin-top: 360px !important;
  }
  .u-tab-mt-46 {
    margin-top: 368px !important;
  }
  .u-tab-mt-47 {
    margin-top: 376px !important;
  }
  .u-tab-mt-48 {
    margin-top: 384px !important;
  }
  .u-tab-mt-49 {
    margin-top: 392px !important;
  }
  .u-tab-mt-50 {
    margin-top: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt--20 {
    margin-top: -160px !important;
  }
  .u-sp-mt--19 {
    margin-top: -152px !important;
  }
  .u-sp-mt--18 {
    margin-top: -144px !important;
  }
  .u-sp-mt--17 {
    margin-top: -136px !important;
  }
  .u-sp-mt--16 {
    margin-top: -128px !important;
  }
  .u-sp-mt--15 {
    margin-top: -120px !important;
  }
  .u-sp-mt--14 {
    margin-top: -112px !important;
  }
  .u-sp-mt--13 {
    margin-top: -104px !important;
  }
  .u-sp-mt--12 {
    margin-top: -96px !important;
  }
  .u-sp-mt--11 {
    margin-top: -88px !important;
  }
  .u-sp-mt--10 {
    margin-top: -80px !important;
  }
  .u-sp-mt--9 {
    margin-top: -72px !important;
  }
  .u-sp-mt--8 {
    margin-top: -64px !important;
  }
  .u-sp-mt--7 {
    margin-top: -56px !important;
  }
  .u-sp-mt--6 {
    margin-top: -48px !important;
  }
  .u-sp-mt--5 {
    margin-top: -40px !important;
  }
  .u-sp-mt--4 {
    margin-top: -32px !important;
  }
  .u-sp-mt--3 {
    margin-top: -24px !important;
  }
  .u-sp-mt--2 {
    margin-top: -16px !important;
  }
  .u-sp-mt--1 {
    margin-top: -8px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 8px !important;
  }
  .u-sp-mt-2 {
    margin-top: 16px !important;
  }
  .u-sp-mt-3 {
    margin-top: 24px !important;
  }
  .u-sp-mt-4 {
    margin-top: 32px !important;
  }
  .u-sp-mt-5 {
    margin-top: 40px !important;
  }
  .u-sp-mt-6 {
    margin-top: 48px !important;
  }
  .u-sp-mt-7 {
    margin-top: 56px !important;
  }
  .u-sp-mt-8 {
    margin-top: 64px !important;
  }
  .u-sp-mt-9 {
    margin-top: 72px !important;
  }
  .u-sp-mt-10 {
    margin-top: 80px !important;
  }
  .u-sp-mt-11 {
    margin-top: 88px !important;
  }
  .u-sp-mt-12 {
    margin-top: 96px !important;
  }
  .u-sp-mt-13 {
    margin-top: 104px !important;
  }
  .u-sp-mt-14 {
    margin-top: 112px !important;
  }
  .u-sp-mt-15 {
    margin-top: 120px !important;
  }
  .u-sp-mt-16 {
    margin-top: 128px !important;
  }
  .u-sp-mt-17 {
    margin-top: 136px !important;
  }
  .u-sp-mt-18 {
    margin-top: 144px !important;
  }
  .u-sp-mt-19 {
    margin-top: 152px !important;
  }
  .u-sp-mt-20 {
    margin-top: 160px !important;
  }
  .u-sp-mt-21 {
    margin-top: 168px !important;
  }
  .u-sp-mt-22 {
    margin-top: 176px !important;
  }
  .u-sp-mt-23 {
    margin-top: 184px !important;
  }
  .u-sp-mt-24 {
    margin-top: 192px !important;
  }
  .u-sp-mt-25 {
    margin-top: 200px !important;
  }
  .u-sp-mt-26 {
    margin-top: 208px !important;
  }
  .u-sp-mt-27 {
    margin-top: 216px !important;
  }
  .u-sp-mt-28 {
    margin-top: 224px !important;
  }
  .u-sp-mt-29 {
    margin-top: 232px !important;
  }
  .u-sp-mt-30 {
    margin-top: 240px !important;
  }
  .u-sp-mt-31 {
    margin-top: 248px !important;
  }
  .u-sp-mt-32 {
    margin-top: 256px !important;
  }
  .u-sp-mt-33 {
    margin-top: 264px !important;
  }
  .u-sp-mt-34 {
    margin-top: 272px !important;
  }
  .u-sp-mt-35 {
    margin-top: 280px !important;
  }
  .u-sp-mt-36 {
    margin-top: 288px !important;
  }
  .u-sp-mt-37 {
    margin-top: 296px !important;
  }
  .u-sp-mt-38 {
    margin-top: 304px !important;
  }
  .u-sp-mt-39 {
    margin-top: 312px !important;
  }
  .u-sp-mt-40 {
    margin-top: 320px !important;
  }
  .u-sp-mt-41 {
    margin-top: 328px !important;
  }
  .u-sp-mt-42 {
    margin-top: 336px !important;
  }
  .u-sp-mt-43 {
    margin-top: 344px !important;
  }
  .u-sp-mt-44 {
    margin-top: 352px !important;
  }
  .u-sp-mt-45 {
    margin-top: 360px !important;
  }
  .u-sp-mt-46 {
    margin-top: 368px !important;
  }
  .u-sp-mt-47 {
    margin-top: 376px !important;
  }
  .u-sp-mt-48 {
    margin-top: 384px !important;
  }
  .u-sp-mt-49 {
    margin-top: 392px !important;
  }
  .u-sp-mt-50 {
    margin-top: 400px !important;
  }
}
.u-mr--20 {
  margin-right: -160px !important;
}

.u-mr--19 {
  margin-right: -152px !important;
}

.u-mr--18 {
  margin-right: -144px !important;
}

.u-mr--17 {
  margin-right: -136px !important;
}

.u-mr--16 {
  margin-right: -128px !important;
}

.u-mr--15 {
  margin-right: -120px !important;
}

.u-mr--14 {
  margin-right: -112px !important;
}

.u-mr--13 {
  margin-right: -104px !important;
}

.u-mr--12 {
  margin-right: -96px !important;
}

.u-mr--11 {
  margin-right: -88px !important;
}

.u-mr--10 {
  margin-right: -80px !important;
}

.u-mr--9 {
  margin-right: -72px !important;
}

.u-mr--8 {
  margin-right: -64px !important;
}

.u-mr--7 {
  margin-right: -56px !important;
}

.u-mr--6 {
  margin-right: -48px !important;
}

.u-mr--5 {
  margin-right: -40px !important;
}

.u-mr--4 {
  margin-right: -32px !important;
}

.u-mr--3 {
  margin-right: -24px !important;
}

.u-mr--2 {
  margin-right: -16px !important;
}

.u-mr--1 {
  margin-right: -8px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-mr-6 {
  margin-right: 48px !important;
}

.u-mr-7 {
  margin-right: 56px !important;
}

.u-mr-8 {
  margin-right: 64px !important;
}

.u-mr-9 {
  margin-right: 72px !important;
}

.u-mr-10 {
  margin-right: 80px !important;
}

.u-mr-11 {
  margin-right: 88px !important;
}

.u-mr-12 {
  margin-right: 96px !important;
}

.u-mr-13 {
  margin-right: 104px !important;
}

.u-mr-14 {
  margin-right: 112px !important;
}

.u-mr-15 {
  margin-right: 120px !important;
}

.u-mr-16 {
  margin-right: 128px !important;
}

.u-mr-17 {
  margin-right: 136px !important;
}

.u-mr-18 {
  margin-right: 144px !important;
}

.u-mr-19 {
  margin-right: 152px !important;
}

.u-mr-20 {
  margin-right: 160px !important;
}

.u-mr-21 {
  margin-right: 168px !important;
}

.u-mr-22 {
  margin-right: 176px !important;
}

.u-mr-23 {
  margin-right: 184px !important;
}

.u-mr-24 {
  margin-right: 192px !important;
}

.u-mr-25 {
  margin-right: 200px !important;
}

.u-mr-26 {
  margin-right: 208px !important;
}

.u-mr-27 {
  margin-right: 216px !important;
}

.u-mr-28 {
  margin-right: 224px !important;
}

.u-mr-29 {
  margin-right: 232px !important;
}

.u-mr-30 {
  margin-right: 240px !important;
}

.u-mr-31 {
  margin-right: 248px !important;
}

.u-mr-32 {
  margin-right: 256px !important;
}

.u-mr-33 {
  margin-right: 264px !important;
}

.u-mr-34 {
  margin-right: 272px !important;
}

.u-mr-35 {
  margin-right: 280px !important;
}

.u-mr-36 {
  margin-right: 288px !important;
}

.u-mr-37 {
  margin-right: 296px !important;
}

.u-mr-38 {
  margin-right: 304px !important;
}

.u-mr-39 {
  margin-right: 312px !important;
}

.u-mr-40 {
  margin-right: 320px !important;
}

.u-mr-41 {
  margin-right: 328px !important;
}

.u-mr-42 {
  margin-right: 336px !important;
}

.u-mr-43 {
  margin-right: 344px !important;
}

.u-mr-44 {
  margin-right: 352px !important;
}

.u-mr-45 {
  margin-right: 360px !important;
}

.u-mr-46 {
  margin-right: 368px !important;
}

.u-mr-47 {
  margin-right: 376px !important;
}

.u-mr-48 {
  margin-right: 384px !important;
}

.u-mr-49 {
  margin-right: 392px !important;
}

.u-mr-50 {
  margin-right: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-mr--20 {
    margin-right: -160px !important;
  }
  .u-tab-mr--19 {
    margin-right: -152px !important;
  }
  .u-tab-mr--18 {
    margin-right: -144px !important;
  }
  .u-tab-mr--17 {
    margin-right: -136px !important;
  }
  .u-tab-mr--16 {
    margin-right: -128px !important;
  }
  .u-tab-mr--15 {
    margin-right: -120px !important;
  }
  .u-tab-mr--14 {
    margin-right: -112px !important;
  }
  .u-tab-mr--13 {
    margin-right: -104px !important;
  }
  .u-tab-mr--12 {
    margin-right: -96px !important;
  }
  .u-tab-mr--11 {
    margin-right: -88px !important;
  }
  .u-tab-mr--10 {
    margin-right: -80px !important;
  }
  .u-tab-mr--9 {
    margin-right: -72px !important;
  }
  .u-tab-mr--8 {
    margin-right: -64px !important;
  }
  .u-tab-mr--7 {
    margin-right: -56px !important;
  }
  .u-tab-mr--6 {
    margin-right: -48px !important;
  }
  .u-tab-mr--5 {
    margin-right: -40px !important;
  }
  .u-tab-mr--4 {
    margin-right: -32px !important;
  }
  .u-tab-mr--3 {
    margin-right: -24px !important;
  }
  .u-tab-mr--2 {
    margin-right: -16px !important;
  }
  .u-tab-mr--1 {
    margin-right: -8px !important;
  }
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 8px !important;
  }
  .u-tab-mr-2 {
    margin-right: 16px !important;
  }
  .u-tab-mr-3 {
    margin-right: 24px !important;
  }
  .u-tab-mr-4 {
    margin-right: 32px !important;
  }
  .u-tab-mr-5 {
    margin-right: 40px !important;
  }
  .u-tab-mr-6 {
    margin-right: 48px !important;
  }
  .u-tab-mr-7 {
    margin-right: 56px !important;
  }
  .u-tab-mr-8 {
    margin-right: 64px !important;
  }
  .u-tab-mr-9 {
    margin-right: 72px !important;
  }
  .u-tab-mr-10 {
    margin-right: 80px !important;
  }
  .u-tab-mr-11 {
    margin-right: 88px !important;
  }
  .u-tab-mr-12 {
    margin-right: 96px !important;
  }
  .u-tab-mr-13 {
    margin-right: 104px !important;
  }
  .u-tab-mr-14 {
    margin-right: 112px !important;
  }
  .u-tab-mr-15 {
    margin-right: 120px !important;
  }
  .u-tab-mr-16 {
    margin-right: 128px !important;
  }
  .u-tab-mr-17 {
    margin-right: 136px !important;
  }
  .u-tab-mr-18 {
    margin-right: 144px !important;
  }
  .u-tab-mr-19 {
    margin-right: 152px !important;
  }
  .u-tab-mr-20 {
    margin-right: 160px !important;
  }
  .u-tab-mr-21 {
    margin-right: 168px !important;
  }
  .u-tab-mr-22 {
    margin-right: 176px !important;
  }
  .u-tab-mr-23 {
    margin-right: 184px !important;
  }
  .u-tab-mr-24 {
    margin-right: 192px !important;
  }
  .u-tab-mr-25 {
    margin-right: 200px !important;
  }
  .u-tab-mr-26 {
    margin-right: 208px !important;
  }
  .u-tab-mr-27 {
    margin-right: 216px !important;
  }
  .u-tab-mr-28 {
    margin-right: 224px !important;
  }
  .u-tab-mr-29 {
    margin-right: 232px !important;
  }
  .u-tab-mr-30 {
    margin-right: 240px !important;
  }
  .u-tab-mr-31 {
    margin-right: 248px !important;
  }
  .u-tab-mr-32 {
    margin-right: 256px !important;
  }
  .u-tab-mr-33 {
    margin-right: 264px !important;
  }
  .u-tab-mr-34 {
    margin-right: 272px !important;
  }
  .u-tab-mr-35 {
    margin-right: 280px !important;
  }
  .u-tab-mr-36 {
    margin-right: 288px !important;
  }
  .u-tab-mr-37 {
    margin-right: 296px !important;
  }
  .u-tab-mr-38 {
    margin-right: 304px !important;
  }
  .u-tab-mr-39 {
    margin-right: 312px !important;
  }
  .u-tab-mr-40 {
    margin-right: 320px !important;
  }
  .u-tab-mr-41 {
    margin-right: 328px !important;
  }
  .u-tab-mr-42 {
    margin-right: 336px !important;
  }
  .u-tab-mr-43 {
    margin-right: 344px !important;
  }
  .u-tab-mr-44 {
    margin-right: 352px !important;
  }
  .u-tab-mr-45 {
    margin-right: 360px !important;
  }
  .u-tab-mr-46 {
    margin-right: 368px !important;
  }
  .u-tab-mr-47 {
    margin-right: 376px !important;
  }
  .u-tab-mr-48 {
    margin-right: 384px !important;
  }
  .u-tab-mr-49 {
    margin-right: 392px !important;
  }
  .u-tab-mr-50 {
    margin-right: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr--20 {
    margin-right: -160px !important;
  }
  .u-sp-mr--19 {
    margin-right: -152px !important;
  }
  .u-sp-mr--18 {
    margin-right: -144px !important;
  }
  .u-sp-mr--17 {
    margin-right: -136px !important;
  }
  .u-sp-mr--16 {
    margin-right: -128px !important;
  }
  .u-sp-mr--15 {
    margin-right: -120px !important;
  }
  .u-sp-mr--14 {
    margin-right: -112px !important;
  }
  .u-sp-mr--13 {
    margin-right: -104px !important;
  }
  .u-sp-mr--12 {
    margin-right: -96px !important;
  }
  .u-sp-mr--11 {
    margin-right: -88px !important;
  }
  .u-sp-mr--10 {
    margin-right: -80px !important;
  }
  .u-sp-mr--9 {
    margin-right: -72px !important;
  }
  .u-sp-mr--8 {
    margin-right: -64px !important;
  }
  .u-sp-mr--7 {
    margin-right: -56px !important;
  }
  .u-sp-mr--6 {
    margin-right: -48px !important;
  }
  .u-sp-mr--5 {
    margin-right: -40px !important;
  }
  .u-sp-mr--4 {
    margin-right: -32px !important;
  }
  .u-sp-mr--3 {
    margin-right: -24px !important;
  }
  .u-sp-mr--2 {
    margin-right: -16px !important;
  }
  .u-sp-mr--1 {
    margin-right: -8px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 8px !important;
  }
  .u-sp-mr-2 {
    margin-right: 16px !important;
  }
  .u-sp-mr-3 {
    margin-right: 24px !important;
  }
  .u-sp-mr-4 {
    margin-right: 32px !important;
  }
  .u-sp-mr-5 {
    margin-right: 40px !important;
  }
  .u-sp-mr-6 {
    margin-right: 48px !important;
  }
  .u-sp-mr-7 {
    margin-right: 56px !important;
  }
  .u-sp-mr-8 {
    margin-right: 64px !important;
  }
  .u-sp-mr-9 {
    margin-right: 72px !important;
  }
  .u-sp-mr-10 {
    margin-right: 80px !important;
  }
  .u-sp-mr-11 {
    margin-right: 88px !important;
  }
  .u-sp-mr-12 {
    margin-right: 96px !important;
  }
  .u-sp-mr-13 {
    margin-right: 104px !important;
  }
  .u-sp-mr-14 {
    margin-right: 112px !important;
  }
  .u-sp-mr-15 {
    margin-right: 120px !important;
  }
  .u-sp-mr-16 {
    margin-right: 128px !important;
  }
  .u-sp-mr-17 {
    margin-right: 136px !important;
  }
  .u-sp-mr-18 {
    margin-right: 144px !important;
  }
  .u-sp-mr-19 {
    margin-right: 152px !important;
  }
  .u-sp-mr-20 {
    margin-right: 160px !important;
  }
  .u-sp-mr-21 {
    margin-right: 168px !important;
  }
  .u-sp-mr-22 {
    margin-right: 176px !important;
  }
  .u-sp-mr-23 {
    margin-right: 184px !important;
  }
  .u-sp-mr-24 {
    margin-right: 192px !important;
  }
  .u-sp-mr-25 {
    margin-right: 200px !important;
  }
  .u-sp-mr-26 {
    margin-right: 208px !important;
  }
  .u-sp-mr-27 {
    margin-right: 216px !important;
  }
  .u-sp-mr-28 {
    margin-right: 224px !important;
  }
  .u-sp-mr-29 {
    margin-right: 232px !important;
  }
  .u-sp-mr-30 {
    margin-right: 240px !important;
  }
  .u-sp-mr-31 {
    margin-right: 248px !important;
  }
  .u-sp-mr-32 {
    margin-right: 256px !important;
  }
  .u-sp-mr-33 {
    margin-right: 264px !important;
  }
  .u-sp-mr-34 {
    margin-right: 272px !important;
  }
  .u-sp-mr-35 {
    margin-right: 280px !important;
  }
  .u-sp-mr-36 {
    margin-right: 288px !important;
  }
  .u-sp-mr-37 {
    margin-right: 296px !important;
  }
  .u-sp-mr-38 {
    margin-right: 304px !important;
  }
  .u-sp-mr-39 {
    margin-right: 312px !important;
  }
  .u-sp-mr-40 {
    margin-right: 320px !important;
  }
  .u-sp-mr-41 {
    margin-right: 328px !important;
  }
  .u-sp-mr-42 {
    margin-right: 336px !important;
  }
  .u-sp-mr-43 {
    margin-right: 344px !important;
  }
  .u-sp-mr-44 {
    margin-right: 352px !important;
  }
  .u-sp-mr-45 {
    margin-right: 360px !important;
  }
  .u-sp-mr-46 {
    margin-right: 368px !important;
  }
  .u-sp-mr-47 {
    margin-right: 376px !important;
  }
  .u-sp-mr-48 {
    margin-right: 384px !important;
  }
  .u-sp-mr-49 {
    margin-right: 392px !important;
  }
  .u-sp-mr-50 {
    margin-right: 400px !important;
  }
}
.u-mb--20 {
  margin-bottom: -160px !important;
}

.u-mb--19 {
  margin-bottom: -152px !important;
}

.u-mb--18 {
  margin-bottom: -144px !important;
}

.u-mb--17 {
  margin-bottom: -136px !important;
}

.u-mb--16 {
  margin-bottom: -128px !important;
}

.u-mb--15 {
  margin-bottom: -120px !important;
}

.u-mb--14 {
  margin-bottom: -112px !important;
}

.u-mb--13 {
  margin-bottom: -104px !important;
}

.u-mb--12 {
  margin-bottom: -96px !important;
}

.u-mb--11 {
  margin-bottom: -88px !important;
}

.u-mb--10 {
  margin-bottom: -80px !important;
}

.u-mb--9 {
  margin-bottom: -72px !important;
}

.u-mb--8 {
  margin-bottom: -64px !important;
}

.u-mb--7 {
  margin-bottom: -56px !important;
}

.u-mb--6 {
  margin-bottom: -48px !important;
}

.u-mb--5 {
  margin-bottom: -40px !important;
}

.u-mb--4 {
  margin-bottom: -32px !important;
}

.u-mb--3 {
  margin-bottom: -24px !important;
}

.u-mb--2 {
  margin-bottom: -16px !important;
}

.u-mb--1 {
  margin-bottom: -8px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-mb-12 {
  margin-bottom: 96px !important;
}

.u-mb-13 {
  margin-bottom: 104px !important;
}

.u-mb-14 {
  margin-bottom: 112px !important;
}

.u-mb-15 {
  margin-bottom: 120px !important;
}

.u-mb-16 {
  margin-bottom: 128px !important;
}

.u-mb-17 {
  margin-bottom: 136px !important;
}

.u-mb-18 {
  margin-bottom: 144px !important;
}

.u-mb-19 {
  margin-bottom: 152px !important;
}

.u-mb-20 {
  margin-bottom: 160px !important;
}

.u-mb-21 {
  margin-bottom: 168px !important;
}

.u-mb-22 {
  margin-bottom: 176px !important;
}

.u-mb-23 {
  margin-bottom: 184px !important;
}

.u-mb-24 {
  margin-bottom: 192px !important;
}

.u-mb-25 {
  margin-bottom: 200px !important;
}

.u-mb-26 {
  margin-bottom: 208px !important;
}

.u-mb-27 {
  margin-bottom: 216px !important;
}

.u-mb-28 {
  margin-bottom: 224px !important;
}

.u-mb-29 {
  margin-bottom: 232px !important;
}

.u-mb-30 {
  margin-bottom: 240px !important;
}

.u-mb-31 {
  margin-bottom: 248px !important;
}

.u-mb-32 {
  margin-bottom: 256px !important;
}

.u-mb-33 {
  margin-bottom: 264px !important;
}

.u-mb-34 {
  margin-bottom: 272px !important;
}

.u-mb-35 {
  margin-bottom: 280px !important;
}

.u-mb-36 {
  margin-bottom: 288px !important;
}

.u-mb-37 {
  margin-bottom: 296px !important;
}

.u-mb-38 {
  margin-bottom: 304px !important;
}

.u-mb-39 {
  margin-bottom: 312px !important;
}

.u-mb-40 {
  margin-bottom: 320px !important;
}

.u-mb-41 {
  margin-bottom: 328px !important;
}

.u-mb-42 {
  margin-bottom: 336px !important;
}

.u-mb-43 {
  margin-bottom: 344px !important;
}

.u-mb-44 {
  margin-bottom: 352px !important;
}

.u-mb-45 {
  margin-bottom: 360px !important;
}

.u-mb-46 {
  margin-bottom: 368px !important;
}

.u-mb-47 {
  margin-bottom: 376px !important;
}

.u-mb-48 {
  margin-bottom: 384px !important;
}

.u-mb-49 {
  margin-bottom: 392px !important;
}

.u-mb-50 {
  margin-bottom: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-tab-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-tab-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-tab-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-tab-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-tab-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-tab-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-tab-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-tab-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-tab-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-tab-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-tab-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-tab-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-tab-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-tab-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-tab-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-tab-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-tab-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-tab-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-tab-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-sp-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-sp-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-sp-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-sp-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-sp-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-sp-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-sp-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-sp-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-sp-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-sp-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-sp-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-sp-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-sp-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-sp-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-sp-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-sp-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-sp-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-sp-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-sp-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 400px !important;
  }
}
.u-ml--20 {
  margin-left: -160px !important;
}

.u-ml--19 {
  margin-left: -152px !important;
}

.u-ml--18 {
  margin-left: -144px !important;
}

.u-ml--17 {
  margin-left: -136px !important;
}

.u-ml--16 {
  margin-left: -128px !important;
}

.u-ml--15 {
  margin-left: -120px !important;
}

.u-ml--14 {
  margin-left: -112px !important;
}

.u-ml--13 {
  margin-left: -104px !important;
}

.u-ml--12 {
  margin-left: -96px !important;
}

.u-ml--11 {
  margin-left: -88px !important;
}

.u-ml--10 {
  margin-left: -80px !important;
}

.u-ml--9 {
  margin-left: -72px !important;
}

.u-ml--8 {
  margin-left: -64px !important;
}

.u-ml--7 {
  margin-left: -56px !important;
}

.u-ml--6 {
  margin-left: -48px !important;
}

.u-ml--5 {
  margin-left: -40px !important;
}

.u-ml--4 {
  margin-left: -32px !important;
}

.u-ml--3 {
  margin-left: -24px !important;
}

.u-ml--2 {
  margin-left: -16px !important;
}

.u-ml--1 {
  margin-left: -8px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-ml-6 {
  margin-left: 48px !important;
}

.u-ml-7 {
  margin-left: 56px !important;
}

.u-ml-8 {
  margin-left: 64px !important;
}

.u-ml-9 {
  margin-left: 72px !important;
}

.u-ml-10 {
  margin-left: 80px !important;
}

.u-ml-11 {
  margin-left: 88px !important;
}

.u-ml-12 {
  margin-left: 96px !important;
}

.u-ml-13 {
  margin-left: 104px !important;
}

.u-ml-14 {
  margin-left: 112px !important;
}

.u-ml-15 {
  margin-left: 120px !important;
}

.u-ml-16 {
  margin-left: 128px !important;
}

.u-ml-17 {
  margin-left: 136px !important;
}

.u-ml-18 {
  margin-left: 144px !important;
}

.u-ml-19 {
  margin-left: 152px !important;
}

.u-ml-20 {
  margin-left: 160px !important;
}

.u-ml-21 {
  margin-left: 168px !important;
}

.u-ml-22 {
  margin-left: 176px !important;
}

.u-ml-23 {
  margin-left: 184px !important;
}

.u-ml-24 {
  margin-left: 192px !important;
}

.u-ml-25 {
  margin-left: 200px !important;
}

.u-ml-26 {
  margin-left: 208px !important;
}

.u-ml-27 {
  margin-left: 216px !important;
}

.u-ml-28 {
  margin-left: 224px !important;
}

.u-ml-29 {
  margin-left: 232px !important;
}

.u-ml-30 {
  margin-left: 240px !important;
}

.u-ml-31 {
  margin-left: 248px !important;
}

.u-ml-32 {
  margin-left: 256px !important;
}

.u-ml-33 {
  margin-left: 264px !important;
}

.u-ml-34 {
  margin-left: 272px !important;
}

.u-ml-35 {
  margin-left: 280px !important;
}

.u-ml-36 {
  margin-left: 288px !important;
}

.u-ml-37 {
  margin-left: 296px !important;
}

.u-ml-38 {
  margin-left: 304px !important;
}

.u-ml-39 {
  margin-left: 312px !important;
}

.u-ml-40 {
  margin-left: 320px !important;
}

.u-ml-41 {
  margin-left: 328px !important;
}

.u-ml-42 {
  margin-left: 336px !important;
}

.u-ml-43 {
  margin-left: 344px !important;
}

.u-ml-44 {
  margin-left: 352px !important;
}

.u-ml-45 {
  margin-left: 360px !important;
}

.u-ml-46 {
  margin-left: 368px !important;
}

.u-ml-47 {
  margin-left: 376px !important;
}

.u-ml-48 {
  margin-left: 384px !important;
}

.u-ml-49 {
  margin-left: 392px !important;
}

.u-ml-50 {
  margin-left: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-ml--20 {
    margin-left: -160px !important;
  }
  .u-tab-ml--19 {
    margin-left: -152px !important;
  }
  .u-tab-ml--18 {
    margin-left: -144px !important;
  }
  .u-tab-ml--17 {
    margin-left: -136px !important;
  }
  .u-tab-ml--16 {
    margin-left: -128px !important;
  }
  .u-tab-ml--15 {
    margin-left: -120px !important;
  }
  .u-tab-ml--14 {
    margin-left: -112px !important;
  }
  .u-tab-ml--13 {
    margin-left: -104px !important;
  }
  .u-tab-ml--12 {
    margin-left: -96px !important;
  }
  .u-tab-ml--11 {
    margin-left: -88px !important;
  }
  .u-tab-ml--10 {
    margin-left: -80px !important;
  }
  .u-tab-ml--9 {
    margin-left: -72px !important;
  }
  .u-tab-ml--8 {
    margin-left: -64px !important;
  }
  .u-tab-ml--7 {
    margin-left: -56px !important;
  }
  .u-tab-ml--6 {
    margin-left: -48px !important;
  }
  .u-tab-ml--5 {
    margin-left: -40px !important;
  }
  .u-tab-ml--4 {
    margin-left: -32px !important;
  }
  .u-tab-ml--3 {
    margin-left: -24px !important;
  }
  .u-tab-ml--2 {
    margin-left: -16px !important;
  }
  .u-tab-ml--1 {
    margin-left: -8px !important;
  }
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 8px !important;
  }
  .u-tab-ml-2 {
    margin-left: 16px !important;
  }
  .u-tab-ml-3 {
    margin-left: 24px !important;
  }
  .u-tab-ml-4 {
    margin-left: 32px !important;
  }
  .u-tab-ml-5 {
    margin-left: 40px !important;
  }
  .u-tab-ml-6 {
    margin-left: 48px !important;
  }
  .u-tab-ml-7 {
    margin-left: 56px !important;
  }
  .u-tab-ml-8 {
    margin-left: 64px !important;
  }
  .u-tab-ml-9 {
    margin-left: 72px !important;
  }
  .u-tab-ml-10 {
    margin-left: 80px !important;
  }
  .u-tab-ml-11 {
    margin-left: 88px !important;
  }
  .u-tab-ml-12 {
    margin-left: 96px !important;
  }
  .u-tab-ml-13 {
    margin-left: 104px !important;
  }
  .u-tab-ml-14 {
    margin-left: 112px !important;
  }
  .u-tab-ml-15 {
    margin-left: 120px !important;
  }
  .u-tab-ml-16 {
    margin-left: 128px !important;
  }
  .u-tab-ml-17 {
    margin-left: 136px !important;
  }
  .u-tab-ml-18 {
    margin-left: 144px !important;
  }
  .u-tab-ml-19 {
    margin-left: 152px !important;
  }
  .u-tab-ml-20 {
    margin-left: 160px !important;
  }
  .u-tab-ml-21 {
    margin-left: 168px !important;
  }
  .u-tab-ml-22 {
    margin-left: 176px !important;
  }
  .u-tab-ml-23 {
    margin-left: 184px !important;
  }
  .u-tab-ml-24 {
    margin-left: 192px !important;
  }
  .u-tab-ml-25 {
    margin-left: 200px !important;
  }
  .u-tab-ml-26 {
    margin-left: 208px !important;
  }
  .u-tab-ml-27 {
    margin-left: 216px !important;
  }
  .u-tab-ml-28 {
    margin-left: 224px !important;
  }
  .u-tab-ml-29 {
    margin-left: 232px !important;
  }
  .u-tab-ml-30 {
    margin-left: 240px !important;
  }
  .u-tab-ml-31 {
    margin-left: 248px !important;
  }
  .u-tab-ml-32 {
    margin-left: 256px !important;
  }
  .u-tab-ml-33 {
    margin-left: 264px !important;
  }
  .u-tab-ml-34 {
    margin-left: 272px !important;
  }
  .u-tab-ml-35 {
    margin-left: 280px !important;
  }
  .u-tab-ml-36 {
    margin-left: 288px !important;
  }
  .u-tab-ml-37 {
    margin-left: 296px !important;
  }
  .u-tab-ml-38 {
    margin-left: 304px !important;
  }
  .u-tab-ml-39 {
    margin-left: 312px !important;
  }
  .u-tab-ml-40 {
    margin-left: 320px !important;
  }
  .u-tab-ml-41 {
    margin-left: 328px !important;
  }
  .u-tab-ml-42 {
    margin-left: 336px !important;
  }
  .u-tab-ml-43 {
    margin-left: 344px !important;
  }
  .u-tab-ml-44 {
    margin-left: 352px !important;
  }
  .u-tab-ml-45 {
    margin-left: 360px !important;
  }
  .u-tab-ml-46 {
    margin-left: 368px !important;
  }
  .u-tab-ml-47 {
    margin-left: 376px !important;
  }
  .u-tab-ml-48 {
    margin-left: 384px !important;
  }
  .u-tab-ml-49 {
    margin-left: 392px !important;
  }
  .u-tab-ml-50 {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml--20 {
    margin-left: -160px !important;
  }
  .u-sp-ml--19 {
    margin-left: -152px !important;
  }
  .u-sp-ml--18 {
    margin-left: -144px !important;
  }
  .u-sp-ml--17 {
    margin-left: -136px !important;
  }
  .u-sp-ml--16 {
    margin-left: -128px !important;
  }
  .u-sp-ml--15 {
    margin-left: -120px !important;
  }
  .u-sp-ml--14 {
    margin-left: -112px !important;
  }
  .u-sp-ml--13 {
    margin-left: -104px !important;
  }
  .u-sp-ml--12 {
    margin-left: -96px !important;
  }
  .u-sp-ml--11 {
    margin-left: -88px !important;
  }
  .u-sp-ml--10 {
    margin-left: -80px !important;
  }
  .u-sp-ml--9 {
    margin-left: -72px !important;
  }
  .u-sp-ml--8 {
    margin-left: -64px !important;
  }
  .u-sp-ml--7 {
    margin-left: -56px !important;
  }
  .u-sp-ml--6 {
    margin-left: -48px !important;
  }
  .u-sp-ml--5 {
    margin-left: -40px !important;
  }
  .u-sp-ml--4 {
    margin-left: -32px !important;
  }
  .u-sp-ml--3 {
    margin-left: -24px !important;
  }
  .u-sp-ml--2 {
    margin-left: -16px !important;
  }
  .u-sp-ml--1 {
    margin-left: -8px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 8px !important;
  }
  .u-sp-ml-2 {
    margin-left: 16px !important;
  }
  .u-sp-ml-3 {
    margin-left: 24px !important;
  }
  .u-sp-ml-4 {
    margin-left: 32px !important;
  }
  .u-sp-ml-5 {
    margin-left: 40px !important;
  }
  .u-sp-ml-6 {
    margin-left: 48px !important;
  }
  .u-sp-ml-7 {
    margin-left: 56px !important;
  }
  .u-sp-ml-8 {
    margin-left: 64px !important;
  }
  .u-sp-ml-9 {
    margin-left: 72px !important;
  }
  .u-sp-ml-10 {
    margin-left: 80px !important;
  }
  .u-sp-ml-11 {
    margin-left: 88px !important;
  }
  .u-sp-ml-12 {
    margin-left: 96px !important;
  }
  .u-sp-ml-13 {
    margin-left: 104px !important;
  }
  .u-sp-ml-14 {
    margin-left: 112px !important;
  }
  .u-sp-ml-15 {
    margin-left: 120px !important;
  }
  .u-sp-ml-16 {
    margin-left: 128px !important;
  }
  .u-sp-ml-17 {
    margin-left: 136px !important;
  }
  .u-sp-ml-18 {
    margin-left: 144px !important;
  }
  .u-sp-ml-19 {
    margin-left: 152px !important;
  }
  .u-sp-ml-20 {
    margin-left: 160px !important;
  }
  .u-sp-ml-21 {
    margin-left: 168px !important;
  }
  .u-sp-ml-22 {
    margin-left: 176px !important;
  }
  .u-sp-ml-23 {
    margin-left: 184px !important;
  }
  .u-sp-ml-24 {
    margin-left: 192px !important;
  }
  .u-sp-ml-25 {
    margin-left: 200px !important;
  }
  .u-sp-ml-26 {
    margin-left: 208px !important;
  }
  .u-sp-ml-27 {
    margin-left: 216px !important;
  }
  .u-sp-ml-28 {
    margin-left: 224px !important;
  }
  .u-sp-ml-29 {
    margin-left: 232px !important;
  }
  .u-sp-ml-30 {
    margin-left: 240px !important;
  }
  .u-sp-ml-31 {
    margin-left: 248px !important;
  }
  .u-sp-ml-32 {
    margin-left: 256px !important;
  }
  .u-sp-ml-33 {
    margin-left: 264px !important;
  }
  .u-sp-ml-34 {
    margin-left: 272px !important;
  }
  .u-sp-ml-35 {
    margin-left: 280px !important;
  }
  .u-sp-ml-36 {
    margin-left: 288px !important;
  }
  .u-sp-ml-37 {
    margin-left: 296px !important;
  }
  .u-sp-ml-38 {
    margin-left: 304px !important;
  }
  .u-sp-ml-39 {
    margin-left: 312px !important;
  }
  .u-sp-ml-40 {
    margin-left: 320px !important;
  }
  .u-sp-ml-41 {
    margin-left: 328px !important;
  }
  .u-sp-ml-42 {
    margin-left: 336px !important;
  }
  .u-sp-ml-43 {
    margin-left: 344px !important;
  }
  .u-sp-ml-44 {
    margin-left: 352px !important;
  }
  .u-sp-ml-45 {
    margin-left: 360px !important;
  }
  .u-sp-ml-46 {
    margin-left: 368px !important;
  }
  .u-sp-ml-47 {
    margin-left: 376px !important;
  }
  .u-sp-ml-48 {
    margin-left: 384px !important;
  }
  .u-sp-ml-49 {
    margin-left: 392px !important;
  }
  .u-sp-ml-50 {
    margin-left: 400px !important;
  }
}
.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

/* 文字を操作する系ユーティリティ */
.u-gothic {
  font-family: var(--gothic);
}

.u-minchou {
  font-family: var(--minchou);
}

.u-font-ss {
  font-size: 12px !important;
}

.u-font-s {
  font-size: 14px !important;
}

.u-font-m {
  font-size: 16px !important;
}

.u-font-l {
  font-size: 18px !important;
}

.u-font-ll {
  font-size: 20px !important;
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

.u-font41 {
  font-size: 41px !important;
}

.u-font42 {
  font-size: 42px !important;
}

.u-font43 {
  font-size: 43px !important;
}

.u-font44 {
  font-size: 44px !important;
}

.u-font45 {
  font-size: 45px !important;
}

.u-font46 {
  font-size: 46px !important;
}

.u-font47 {
  font-size: 47px !important;
}

.u-font48 {
  font-size: 48px !important;
}

.u-font49 {
  font-size: 49px !important;
}

.u-font50 {
  font-size: 50px !important;
}

.u-font51 {
  font-size: 51px !important;
}

.u-font52 {
  font-size: 52px !important;
}

.u-font53 {
  font-size: 53px !important;
}

.u-font54 {
  font-size: 54px !important;
}

.u-font55 {
  font-size: 55px !important;
}

.u-font56 {
  font-size: 56px !important;
}

.u-font57 {
  font-size: 57px !important;
}

.u-font58 {
  font-size: 58px !important;
}

.u-font59 {
  font-size: 59px !important;
}

.u-font60 {
  font-size: 60px !important;
}

.u-font61 {
  font-size: 61px !important;
}

.u-font62 {
  font-size: 62px !important;
}

.u-font63 {
  font-size: 63px !important;
}

.u-font64 {
  font-size: 64px !important;
}

.u-font65 {
  font-size: 65px !important;
}

.u-font66 {
  font-size: 66px !important;
}

.u-font67 {
  font-size: 67px !important;
}

.u-font68 {
  font-size: 68px !important;
}

.u-font69 {
  font-size: 69px !important;
}

.u-font70 {
  font-size: 70px !important;
}

.u-font71 {
  font-size: 71px !important;
}

.u-font72 {
  font-size: 72px !important;
}

.u-font73 {
  font-size: 73px !important;
}

.u-font74 {
  font-size: 74px !important;
}

.u-font75 {
  font-size: 75px !important;
}

.u-font76 {
  font-size: 76px !important;
}

.u-font77 {
  font-size: 77px !important;
}

.u-font78 {
  font-size: 78px !important;
}

.u-font79 {
  font-size: 79px !important;
}

.u-font80 {
  font-size: 80px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
  .u-tab-font41 {
    font-size: 41px !important;
  }
  .u-tab-font42 {
    font-size: 42px !important;
  }
  .u-tab-font43 {
    font-size: 43px !important;
  }
  .u-tab-font44 {
    font-size: 44px !important;
  }
  .u-tab-font45 {
    font-size: 45px !important;
  }
  .u-tab-font46 {
    font-size: 46px !important;
  }
  .u-tab-font47 {
    font-size: 47px !important;
  }
  .u-tab-font48 {
    font-size: 48px !important;
  }
  .u-tab-font49 {
    font-size: 49px !important;
  }
  .u-tab-font50 {
    font-size: 50px !important;
  }
  .u-tab-font51 {
    font-size: 51px !important;
  }
  .u-tab-font52 {
    font-size: 52px !important;
  }
  .u-tab-font53 {
    font-size: 53px !important;
  }
  .u-tab-font54 {
    font-size: 54px !important;
  }
  .u-tab-font55 {
    font-size: 55px !important;
  }
  .u-tab-font56 {
    font-size: 56px !important;
  }
  .u-tab-font57 {
    font-size: 57px !important;
  }
  .u-tab-font58 {
    font-size: 58px !important;
  }
  .u-tab-font59 {
    font-size: 59px !important;
  }
  .u-tab-font60 {
    font-size: 60px !important;
  }
  .u-tab-font61 {
    font-size: 61px !important;
  }
  .u-tab-font62 {
    font-size: 62px !important;
  }
  .u-tab-font63 {
    font-size: 63px !important;
  }
  .u-tab-font64 {
    font-size: 64px !important;
  }
  .u-tab-font65 {
    font-size: 65px !important;
  }
  .u-tab-font66 {
    font-size: 66px !important;
  }
  .u-tab-font67 {
    font-size: 67px !important;
  }
  .u-tab-font68 {
    font-size: 68px !important;
  }
  .u-tab-font69 {
    font-size: 69px !important;
  }
  .u-tab-font70 {
    font-size: 70px !important;
  }
  .u-tab-font71 {
    font-size: 71px !important;
  }
  .u-tab-font72 {
    font-size: 72px !important;
  }
  .u-tab-font73 {
    font-size: 73px !important;
  }
  .u-tab-font74 {
    font-size: 74px !important;
  }
  .u-tab-font75 {
    font-size: 75px !important;
  }
  .u-tab-font76 {
    font-size: 76px !important;
  }
  .u-tab-font77 {
    font-size: 77px !important;
  }
  .u-tab-font78 {
    font-size: 78px !important;
  }
  .u-tab-font79 {
    font-size: 79px !important;
  }
  .u-tab-font80 {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
  .u-sp-font41 {
    font-size: 41px !important;
  }
  .u-sp-font42 {
    font-size: 42px !important;
  }
  .u-sp-font43 {
    font-size: 43px !important;
  }
  .u-sp-font44 {
    font-size: 44px !important;
  }
  .u-sp-font45 {
    font-size: 45px !important;
  }
  .u-sp-font46 {
    font-size: 46px !important;
  }
  .u-sp-font47 {
    font-size: 47px !important;
  }
  .u-sp-font48 {
    font-size: 48px !important;
  }
  .u-sp-font49 {
    font-size: 49px !important;
  }
  .u-sp-font50 {
    font-size: 50px !important;
  }
  .u-sp-font51 {
    font-size: 51px !important;
  }
  .u-sp-font52 {
    font-size: 52px !important;
  }
  .u-sp-font53 {
    font-size: 53px !important;
  }
  .u-sp-font54 {
    font-size: 54px !important;
  }
  .u-sp-font55 {
    font-size: 55px !important;
  }
  .u-sp-font56 {
    font-size: 56px !important;
  }
  .u-sp-font57 {
    font-size: 57px !important;
  }
  .u-sp-font58 {
    font-size: 58px !important;
  }
  .u-sp-font59 {
    font-size: 59px !important;
  }
  .u-sp-font60 {
    font-size: 60px !important;
  }
  .u-sp-font61 {
    font-size: 61px !important;
  }
  .u-sp-font62 {
    font-size: 62px !important;
  }
  .u-sp-font63 {
    font-size: 63px !important;
  }
  .u-sp-font64 {
    font-size: 64px !important;
  }
  .u-sp-font65 {
    font-size: 65px !important;
  }
  .u-sp-font66 {
    font-size: 66px !important;
  }
  .u-sp-font67 {
    font-size: 67px !important;
  }
  .u-sp-font68 {
    font-size: 68px !important;
  }
  .u-sp-font69 {
    font-size: 69px !important;
  }
  .u-sp-font70 {
    font-size: 70px !important;
  }
  .u-sp-font71 {
    font-size: 71px !important;
  }
  .u-sp-font72 {
    font-size: 72px !important;
  }
  .u-sp-font73 {
    font-size: 73px !important;
  }
  .u-sp-font74 {
    font-size: 74px !important;
  }
  .u-sp-font75 {
    font-size: 75px !important;
  }
  .u-sp-font76 {
    font-size: 76px !important;
  }
  .u-sp-font77 {
    font-size: 77px !important;
  }
  .u-sp-font78 {
    font-size: 78px !important;
  }
  .u-sp-font79 {
    font-size: 79px !important;
  }
  .u-sp-font80 {
    font-size: 80px !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 400 !important;
}

.u-medium {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls-thin {
  letter-spacing: -0.05em;
}

.u-ls-wide {
  letter-spacing: 0.1em;
}

.u-ls-0\.8 {
  letter-spacing: 0.8px !important;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh1\.5 {
  line-height: 1.5 !important;
}

.u-lh1\.8 {
  line-height: 1.8 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-textcenter,
  .u-textcenter-tab {
    text-align: center !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-tab-textright,
  .u-textright-tab {
    text-align: right !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-tab-textleft,
  .u-textleft-tab {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter,
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft,
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright,
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

.u-text-external::after {
  background: url("images/icon-target-blank.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 6px;
  width: 11px;
}

/* 表示&非表示を操作する系ユーティリティ */
@media screen and (max-width: 650px) {
  .u-pc {
    display: none !important;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 1200px) {
  .u-tab-none {
    display: none !important;
  }
}

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

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

.u-hide {
  display: none !important;
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-home-kv {
  height: 680px;
  margin: 0 -25px !important;
  max-width: none !important;
  width: calc(100% + 50px) !important;
}
@media screen and (max-width: 650px) {
  .p-home-kv {
    aspect-ratio: initial;
  }
}
.p-home-kv .splide__track,
.p-home-kv .splide__list,
.p-home-kv .splide__slide {
  height: 100%;
}
.p-home-kv .splide__slide {
  margin: 0;
}
.p-home-kv .splide__slide figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.p-home-kv .splide__slide img {
  display: block;
  height: 100%;
  min-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .p-home-kv .splide__slide {
    transition: none;
  }
}

.p-home-topic {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  right: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}
.p-home-topic.is-hidden {
  display: none;
}
.p-home-topic:hover {
  opacity: 0.7;
}
.p-home-topic .p-home-topic__link {
  display: block;
  padding: 8px 17px;
  text-decoration: none;
}
.p-home-topic .p-home-topic__title {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.7px;
  line-height: 1;
  margin: 0 0 4px;
}
.p-home-topic .p-home-topic__image {
  margin: 0 0 4px;
  width: 140px;
}
.p-home-topic .p-home-topic__image img {
  display: block;
  height: auto;
  width: 100%;
}
.p-home-topic .p-home-topic__text {
  font-size: 12px;
  line-height: 120%;
  width: 140px;
}
.p-home-topic .p-home-topic__close-btn {
  cursor: pointer;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.p-home-intro1 {
  margin: 0 -25px !important;
  overflow: hidden;
  width: calc(100% + 50px);
}
.p-home-intro1 .p-home-intro1__inner {
  align-items: center;
  display: flex;
  gap: 80px 40px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 184px 0 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__inner {
    flex-direction: column;
    gap: 200px;
    padding: 200px 0 170px;
  }
}
.p-home-intro1 .p-home-intro1__lead {
  align-items: center;
  display: flex;
  gap: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__lead {
    gap: 126px;
    margin: 0 auto 0 0;
    order: 2;
  }
}
.p-home-intro1 .p-home-intro1__photo1 {
  aspect-ratio: 161/430;
  flex-shrink: 0;
  height: auto;
  margin: 0;
  width: 161px;
}
@media screen and (max-width: 650px) {
  .p-home-intro1 .p-home-intro1__photo1 {
    width: 123px;
  }
}
.p-home-intro1 .p-home-intro1__photo1 img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-intro1 .p-home-intro1__title {
  color: #160607;
  font-feature-settings: "vert" 1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 15px;
  line-height: 1.5;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 7px;
  }
}
.p-home-intro1 .p-home-intro1__main {
  padding: 0 0 0 270px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__main {
    margin: 0 0 0 auto;
    order: 1;
    padding: 0;
    width: 455px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-intro1 .p-home-intro1__main {
    width: 305px;
  }
}
.p-home-intro1 .p-home-intro1__frame {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__frame {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-home-intro1 .p-home-intro1__frame::before {
  background: #A53A29;
  content: "";
  height: 82%;
  position: absolute;
  inset: auto auto -32px -4px;
  width: 1px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__frame::before {
    inset: auto auto -15px -4px;
  }
}
.p-home-intro1 .p-home-intro1__photo2 {
  aspect-ratio: 615/820;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 615px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__photo2 {
    width: 100%;
  }
}
.p-home-intro1 .p-home-intro1__photo2 img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-intro1 .p-home-intro1__ridge {
  display: block;
  height: auto;
  margin: 0;
  pointer-events: none;
  position: absolute;
  inset: auto auto -48px 52px;
  width: 256px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro1 .p-home-intro1__ridge {
    inset: auto auto -30px 23px;
    width: 127px;
  }
}

.p-home-intro2 {
  min-height: 580px;
  margin: 0 -25px !important;
  overflow: hidden;
  padding-bottom: 224px !important;
  position: relative;
  width: calc(100% + 50px);
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 {
    min-height: 0;
  }
}
.p-home-intro2 .p-home-intro2__inner {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.p-home-intro2 .p-home-intro2__photos {
  aspect-ratio: 556/581;
  max-width: 556px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 .p-home-intro2__photos {
    aspect-ratio: initial;
    height: 590px;
    max-width: 670px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-intro2 .p-home-intro2__photos {
    height: 344px;
  }
}
.p-home-intro2 .p-home-intro2__photo-a {
  aspect-ratio: 1;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: absolute;
  inset: 0 auto auto 240px;
  width: 316px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 .p-home-intro2__photo-a {
    inset: 0 60px auto auto;
    width: 316px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-intro2 .p-home-intro2__photo-a {
    width: 187px;
  }
}
.p-home-intro2 .p-home-intro2__photo-a img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-intro2 .p-home-intro2__photo-b {
  aspect-ratio: 16/9;
  height: auto;
  margin: 0;
  position: absolute;
  inset: auto auto 0 0;
  width: 390px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 .p-home-intro2__photo-b {
    width: 390px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-intro2 .p-home-intro2__photo-b {
    width: 230px;
  }
}
.p-home-intro2 .p-home-intro2__photo-b::after {
  background: #A53A29;
  content: "";
  height: 1px;
  position: absolute;
  inset: auto -20px -5px auto;
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 .p-home-intro2__photo-b::after {
    inset: auto -12px -5px auto;
    width: 160px;
  }
}
.p-home-intro2 .p-home-intro2__photo-b img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-intro2 .p-home-intro2__stone {
  display: block;
  height: auto;
  margin: 0;
  pointer-events: none;
  position: absolute;
  inset: auto auto 140px 50px;
  width: 90px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 .p-home-intro2__stone {
    inset: auto auto 80px 30px;
    width: 54px;
  }
}
.p-home-intro2 .p-home-intro2__line {
  display: block;
  height: auto;
  max-width: 752px;
  pointer-events: none;
  position: absolute;
  inset: auto -140px -80px auto;
  transform: rotate(11.21deg);
  transform-origin: center;
  width: 752px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .p-home-intro2 .p-home-intro2__line {
    inset: auto -100px -115px auto;
    width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-intro2 .p-home-intro2__line {
    margin: 0 0 0 auto;
    position: relative;
    inset: auto -45px -60px auto;
    width: 348px;
  }
}

.p-home-intro3 {
  margin: 0 -25px !important;
  overflow: hidden;
  padding: 0 0 80px !important;
  width: calc(100% + 50px);
}
@media screen and (max-width: 650px) {
  .p-home-intro3 {
    padding: 0 !important;
  }
}
.p-home-intro3 .p-home-intro3__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-home-intro3 .p-home-intro3__inner {
    flex-direction: column;
  }
}
.p-home-intro3 .p-home-intro3__visual {
  flex: 1 1 480px;
  max-width: 700px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-home-intro3 .p-home-intro3__visual {
    order: 2;
    padding-bottom: 240px;
  }
}
.p-home-intro3 .p-home-intro3__photo {
  margin: 0 0 5px;
  max-width: 620px;
  position: relative;
  width: 100%;
}
.p-home-intro3 .p-home-intro3__photo::after {
  background: #A53A29;
  content: "";
  height: 1px;
  position: absolute;
  inset: auto -20px -5px auto;
  width: 534px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro3 .p-home-intro3__photo::after {
    inset: auto auto -5px 58px;
    width: calc(100% - 58px);
  }
}
.p-home-intro3 .p-home-intro3__photo-main {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.p-home-intro3 .p-home-intro3__photo-main img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-intro3 .p-home-intro3__grass {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  inset: auto auto -216px 65px;
  width: 209px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro3 .p-home-intro3__grass {
    inset: auto auto -150px 12px;
    width: 147px;
  }
}
.p-home-intro3 .p-home-intro3__body {
  display: flex;
  flex: 1 1 400px;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
  padding-left: 18px;
}
@media screen and (max-width: 1200px) {
  .p-home-intro3 .p-home-intro3__body {
    gap: 88px;
    order: 1;
    padding-left: 0;
    width: 100%;
  }
}
.p-home-intro3 .p-home-intro3__row {
  align-items: flex-start;
  display: flex;
  gap: 112px;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-home-intro3 .p-home-intro3__row {
    gap: 72px;
  }
}
.p-home-intro3 .p-home-intro3__heading {
  color: #160607;
  font-feature-settings: "vert" 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 7.8px;
  line-height: 1.8;
  text-align: left;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-home-intro3 .p-home-intro3__sub {
  flex-shrink: 0;
  height: auto;
  margin: 0;
  position: relative;
  width: 128px;
}
.p-home-intro3 .p-home-intro3__sub::before {
  background: #A53A29;
  content: "";
  height: 323px;
  position: absolute;
  inset: auto auto -20px -5px;
  width: 1px;
}
.p-home-intro3 .p-home-intro3__sub img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-intro3 .p-home-intro3__text {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .p-home-intro3 .p-home-intro3__text {
    justify-content: center;
  }
}
.p-home-intro3 .p-home-intro3__text p {
  color: #160607;
  font-feature-settings: "vert" 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 2.2;
  text-align: left;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.p-home-image {
  margin: 0 -25px !important;
  max-width: none !important;
  overflow: hidden;
  padding: 200px 25px 116px !important;
  position: relative;
  width: calc(100% + 50px) !important;
}
@media screen and (max-width: 1200px) {
  .p-home-image {
    padding: 120px 65px 80px !important;
  }
}
@media screen and (max-width: 650px) {
  .p-home-image {
    padding: 96px 38px 48px !important;
  }
}
.p-home-image::before {
  background: #EBE9E7 url("images/bg-paper-texture.jpg") no-repeat center/cover;
  content: "";
  height: 50%;
  pointer-events: none;
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
}
.p-home-image .p-home-image__inner {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-home-image .p-home-image__inner {
    max-width: 750px;
  }
}
.p-home-image .p-home-image__inner::before {
  background: #A53A29;
  content: "";
  height: 84%;
  position: absolute;
  inset: auto auto -32px -4px;
  width: 1px;
}
@media screen and (max-width: 650px) {
  .p-home-image .p-home-image__inner::before {
    inset: auto auto -8px -4px;
  }
}
.p-home-image .p-home-image__inner::after {
  background: #A53A29;
  content: "";
  height: 1px;
  position: absolute;
  inset: auto -16px -4px auto;
  width: 35%;
}
@media screen and (max-width: 650px) {
  .p-home-image .p-home-image__inner::after {
    inset: auto -8px -4px auto;
  }
}
.p-home-image .p-home-image__photo {
  aspect-ratio: 4/3;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.p-home-image .p-home-image__photo img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-home-image .p-home-image__pict {
  display: block;
  height: auto;
  margin: 0;
  pointer-events: none;
  position: absolute;
  inset: -88px -88px auto auto;
  width: 228px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-home-image .p-home-image__pict {
    inset: -40px -40px auto auto;
    width: 160px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-image .p-home-image__pict {
    inset: -30px -30px auto auto;
    width: 75px;
  }
}
.p-home-image .p-home-image__pict img {
  display: block;
  height: auto;
  width: 100%;
}

.p-home-about {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 -25px !important;
  max-width: none !important;
  overflow: hidden;
  padding: 180px 25px 68px;
  position: relative;
  text-align: center;
  width: calc(100% + 50px) !important;
}
.p-home-about .p-home-about__photo {
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-home-about .p-home-about__photo img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}
.p-home-about .p-home-about__title {
  color: #000;
  font-feature-settings: "vert" 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1.5;
  text-align: left;
  text-orientation: upright;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.p-home-about .p-home-about__text {
  color: #101828;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.p-home-map {
  display: grid;
  gap: 112px;
  grid-template-areas: "title contents" "buttons contents";
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  margin: 0 auto !important;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .p-home-map {
    grid-template-areas: "title" "contents" "buttons";
    gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }
}
.p-home-map .p-home-map__title {
  color: #000;
  font-feature-settings: "vert" 1;
  font-size: 24px;
  font-weight: 700;
  grid-area: title;
  letter-spacing: 7.8px;
  line-height: 1.8;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .p-home-map .p-home-map__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-home-map .p-home-map__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  grid-area: contents;
  justify-content: center;
}
.p-home-map .p-home-map__buttons {
  grid-area: buttons;
}

.p-home-map1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-home-map1 .p-home-map1__image {
  display: block;
  margin: 0 -25px 0 0;
  max-width: 900px;
  overflow: auto;
  width: calc(100% + 25px);
}
@media screen and (max-width: 1200px) {
  .p-home-map1 .p-home-map1__image {
    width: calc(100vw - 25px);
  }
}
.p-home-map1 .p-home-map1__image img {
  display: block;
  height: auto;
  max-width: none;
  width: 900px;
}
.p-home-map1 .p-home-map1__legend {
  counter-reset: map;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.p-home-map1 .p-home-map1__legend li {
  align-items: center;
  color: #A53A29;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  line-height: 1.5;
}
.p-home-map1 .p-home-map1__legend li::before {
  align-items: center;
  background: #A53A29;
  border-radius: 100px;
  color: #fff;
  content: counter(map);
  counter-increment: map;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1.5;
  padding-bottom: 2px;
  width: 20px;
}
.p-home-map1 .p-home-map1__legend li:first-child {
  color: #583530;
}
.p-home-map1 .p-home-map1__legend li:first-child::before {
  background: #583530;
}

.p-home-map2 {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 58px;
  width: 100%;
}
.p-home-map2 .p-home-map2__image {
  margin: 0;
  max-width: 400px;
  width: 100%;
}
.p-home-map2 .p-home-map2__image img {
  display: block;
}
.p-home-map2 .p-home-map2__legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-home-map2 .p-home-map2__legend li {
  align-items: center;
  color: #583530;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  line-height: 1.5;
}
.p-home-map2 .p-home-map2__legend li::before {
  align-items: center;
  background: #583530;
  border-radius: 100px;
  color: #fff;
  content: counter(map);
  counter-increment: map;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1.5;
  padding-bottom: 2px;
  width: 20px;
}

.p-home-contents {
  align-items: flex-start;
  display: flex;
  gap: 40px 85px;
  justify-content: center;
  max-width: none !important;
  padding-left: 35px;
}
@media screen and (max-width: 1200px) {
  .p-home-contents {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.p-home-contents .p-home-contents__title {
  color: #000;
  font-feature-settings: "vert" 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 7.8px;
  line-height: 1.8;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-home-contents .p-home-contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .p-home-contents .p-home-contents__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 650px) {
  .p-home-contents .p-home-contents__list {
    display: flex;
    justify-content: space-between;
    max-width: 340px;
  }
}
.p-home-contents .p-home-contents__item {
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 308px;
  text-decoration: none;
  width: 126px;
}
.p-home-contents .p-home-contents__item:hover {
  opacity: 0.7;
}
.p-home-contents .p-home-contents__item::after {
  background: url("images/icon-arrow-right-black.svg") no-repeat center/5.8px 9.8px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  margin-top: auto;
  width: 20px;
}
.p-home-contents .p-home-contents__icon {
  align-items: center;
  aspect-ratio: 3/4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
  overflow: hidden;
  width: 100%;
}
.p-home-contents .p-home-contents__icon img {
  display: block;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
}
.p-home-contents .p-home-contents__name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}
.p-home-contents .p-home-contents__text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.p-home-news {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-home-news {
    align-items: center;
    gap: 40px;
  }
}
.p-home-news .p-home-news__main {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 304px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-home-news .p-home-news__main {
    gap: 96px 240px;
  }
}
.p-home-news .p-home-news__list {
  display: flex;
  flex: 1 1 480px;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.p-home-events {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1200px !important;
}
@media screen and (max-width: 1200px) {
  .p-home-events {
    flex-wrap: wrap;
    width: calc(100% + 25px) !important;
  }
}
.p-home-events .p-home-events__main {
  align-items: flex-start;
  display: flex;
  gap: 40px 160px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-home-events .p-home-events__main {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-home-events .p-home-events__carousel {
  flex: 1 1 auto;
  padding: 32px 0 0 20px;
  width: calc(50vw + 330px);
}
@media screen and (max-width: 1200px) {
  .p-home-events .p-home-events__carousel {
    margin: 0 -25px;
    min-width: 0;
    width: calc(100% + 10px);
  }
}
.p-home-events .p-home-events__carousel .splide__track {
  overflow: hidden;
}
.p-home-events .p-home-events__carousel .splide__slide {
  width: 249px;
}
.p-home-events .p-home-events__carousel .splide__arrow {
  align-items: center;
  background: #EBE9E7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  top: 165px;
  width: 36px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-home-events .p-home-events__carousel .splide__arrow {
    top: 150px;
  }
}
.p-home-events .p-home-events__carousel .splide__arrow svg {
  display: none;
}
.p-home-events .p-home-events__carousel .splide__arrow::before {
  background: url("images/icon-arrow-right-gray.svg") no-repeat center/contain;
  content: "";
  display: block;
  height: 14px;
  margin: 0 0 0 2px;
  width: 7px;
}
.p-home-events .p-home-events__carousel .splide__arrow:hover {
  opacity: 0.7;
}
.p-home-events .p-home-events__carousel .splide__arrow:disabled {
  opacity: 0.4;
}
.p-home-events .p-home-events__carousel .splide__arrow--prev {
  left: 6px;
}
.p-home-events .p-home-events__carousel .splide__arrow--prev::before {
  margin: 0 2px 0 0;
  transform: rotate(180deg);
}
.p-home-events .p-home-events__carousel .splide__arrow--next {
  left: 940px;
}
@media screen and (max-width: 1200px) {
  .p-home-events .p-home-events__carousel .splide__arrow--next {
    left: auto;
    right: -12px;
  }
}
.p-home-events .p-home-events__carousel .c-card-activity {
  width: 100%;
}
.p-home-events .p-home-events__carousel .c-card-activity__badge {
  left: 16px;
}
.p-home-events .p-home-events__carousel .c-card-activity__image {
  aspect-ratio: 1;
}
.p-home-events .p-home-events__carousel .c-card-activity__title {
  font-size: 18px;
}
.p-home-events .p-home-events__carousel .c-card-activity__text {
  font-size: 14px;
}
.p-home-events .p-home-events__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-contact-info {
  background: #fff;
  border: 1px solid #160607;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 325px;
  padding: 20px 32px;
  text-align: center;
  width: 100%;
}
.p-contact-info .p-contact-info__headline {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.p-contact-info .p-contact-info__tel {
  color: #A53A29;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.p-contact-info .p-contact-info__tel::before {
  content: "TEL :";
  font-size: 24px;
  margin-right: -8px;
}
.p-contact-info .p-contact-info__tel a {
  color: inherit;
  text-decoration: none;
}
.p-contact-info .p-contact-info__time {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.p-faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 650px) {
  .p-faq-categories {
    justify-content: center;
  }
}

.p-faq-label {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  padding: 0 8px;
}

.p-activity-header {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin: 0 auto;
  max-width: 888px;
  width: 100%;
}
.p-activity-header .p-activity-header__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-activity-header .p-activity-header__date {
  color: #7C7C7C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-activity-header .p-activity-header__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-activity-header .p-activity-header__event {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.p-activity-header .p-activity-header__event time {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.p-activity-header .p-activity-header__label {
  align-items: center;
  border-left: 1px solid #160607;
  border-right: 1px solid #160607;
  color: #160607;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 10px;
}
.p-activity-header .p-activity-header__title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.p-activity-carousel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 888px;
  width: 100%;
}
.p-activity-carousel .p-activity-carousel__main {
  position: relative;
  width: 100%;
}
.p-activity-carousel .p-activity-carousel__main .splide__track {
  overflow: hidden;
}
.p-activity-carousel .p-activity-carousel__main .splide__slide {
  aspect-ratio: 3/2;
  display: block;
  margin: 0;
}
.p-activity-carousel .p-activity-carousel__main .splide__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow {
  align-items: center;
  background: #EBE9E7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  top: 50%;
  width: 36px;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow svg {
  display: none;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow::before {
  background: url("images/icon-arrow-right-gray.svg") no-repeat center/contain;
  content: "";
  display: block;
  height: 14px;
  margin: 0 0 0 2px;
  width: 7px;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow:hover {
  opacity: 0.7;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow:disabled {
  opacity: 0.4;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow--prev {
  left: 11px;
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow--prev::before {
  margin: 0 2px 0 0;
  transform: rotate(180deg);
}
.p-activity-carousel .p-activity-carousel__main .splide__arrow--next {
  right: 11px;
}
.p-activity-carousel .p-activity-carousel__thumbs .splide__track {
  overflow: hidden;
}
.p-activity-carousel .p-activity-carousel__thumbs .splide__slide {
  border: 0;
  cursor: pointer;
  height: 74px;
  outline: none;
  width: 111px;
}
.p-activity-carousel .p-activity-carousel__thumbs .splide__slide.is-active, .p-activity-carousel .p-activity-carousel__thumbs .splide__slide:focus {
  border: 0;
  outline: none;
}
.p-activity-carousel .p-activity-carousel__thumbs .splide__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-activity-list {
  display: grid;
  gap: 48px 120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1200px) {
  .p-activity-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 650px) {
  .p-activity-list {
    gap: 48px 16px;
  }
}

.p-activity-archive {
  margin-inline: auto;
  max-width: var(--contents-width);
  width: 100%;
}

.p-activity-pickup {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  max-width: var(--contents-width);
  width: 100%;
}

.p-activity-related {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
}

.p-information-access {
  align-content: flex-start;
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
  width: 100%;
}
.p-information-access .p-information-access__column {
  display: flex;
  flex: 1 1 460px;
  flex-direction: column;
  gap: 32px;
}
.p-information-access .p-information-access__title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}
.p-information-access .p-information-access__title::before {
  background: #fff;
  content: "";
  height: 16px;
  position: absolute;
  inset: 5px auto auto 0;
  width: 2px;
}
.p-information-access .p-information-access__body {
  list-style: "・";
  list-style-position: inside;
  padding-top: 14px;
}
.p-information-access .p-information-access__body li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.p-concept-images {
  aspect-ratio: 960/517;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-concept-images {
    max-width: 700px;
  }
}
@media screen and (max-width: 650px) {
  .p-concept-images {
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
}
.p-concept-images figure {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  position: absolute !important;
}
.p-concept-images img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-concept-images .p-concept-images__main {
  height: 83.95%;
  inset: 0 auto auto 0;
  width: 80.37%;
}
.p-concept-images .p-concept-images__sub {
  height: 49.32%;
  inset: auto 0 0 auto;
  width: 26.56%;
  z-index: 1;
}

.p-concept-section01 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-concept-section01 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
}
.p-concept-section01 .p-concept-section01__title {
  color: #000;
  font-feature-settings: "vrt2" 1;
  font-size: 32px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.8;
  margin: 0;
  order: 3;
  width: 160px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .p-concept-section01 .p-concept-section01__title {
    order: 1;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-concept-section01 .p-concept-section01__diagram {
  aspect-ratio: 1;
  display: block;
  margin: 0;
  max-width: 480px;
  order: 2;
  width: 100%;
}
.p-concept-section01 .p-concept-section01__diagram img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-concept-section01 .p-concept-section01__text {
  color: #000;
  font-feature-settings: "vrt2" 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  order: 1;
  padding-top: 48px;
  text-align: left;
  width: 160px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1200px) {
  .p-concept-section01 .p-concept-section01__text {
    order: 3;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-news {
  margin-inline: auto;
  max-width: 960px;
  width: 100%;
}

.p-news-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.p-facility-map1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-facility-map1 .p-facility-map1__image {
  display: block;
  margin: 0 -25px 0 0;
  max-width: 960px;
  overflow: auto;
  width: calc(100% + 25px);
}
@media screen and (max-width: 1200px) {
  .p-facility-map1 .p-facility-map1__image {
    width: calc(100vw - 25px);
  }
}
.p-facility-map1 .p-facility-map1__image img {
  display: block;
  height: auto;
  max-width: none;
  width: 960px;
}
.p-facility-map1 .p-facility-map1__legend {
  counter-reset: map;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.p-facility-map1 .p-facility-map1__legend li {
  align-items: center;
  color: #A53A29;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  line-height: 1.5;
}
.p-facility-map1 .p-facility-map1__legend li::before {
  align-items: center;
  background: #A53A29;
  border-radius: 100px;
  color: #fff;
  content: counter(map);
  counter-increment: map;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1.5;
  padding-bottom: 2px;
  width: 20px;
}
.p-facility-map1 .p-facility-map1__legend li:first-child {
  color: #583530;
}
.p-facility-map1 .p-facility-map1__legend li:first-child::before {
  background: #583530;
}

.p-facility-cards {
  display: flex;
  gap: 64px 72px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.p-facility-tabs {
  margin-left: -25px;
  margin-right: -25px;
  max-width: none;
  width: calc(100% + 50px);
}
.p-facility-tabs .p-facility-tabs__nav {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding-left: max(25px, (100% - 1200px) / 2);
}
@media screen and (max-width: 650px) {
  .p-facility-tabs .p-facility-tabs__nav {
    padding-left: 4px;
  }
}
.p-facility-tabs .p-facility-tabs__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #C3C3C3;
  border: 0;
  border-radius: 16px 16px 0 0;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: var(--gothic);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  min-width: 180px;
  padding: 24px 32px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-facility-tabs .p-facility-tabs__item {
    font-size: 22px;
    padding: 16px 24px;
    min-width: 122px;
  }
}
.p-facility-tabs .p-facility-tabs__item.is-active.is-green {
  background: #678064;
}
.p-facility-tabs .p-facility-tabs__item.is-active.is-brown {
  background: #583530;
}
.p-facility-tabs .p-facility-tabs__item.is-active.is-red {
  background: #A53A29;
}
.p-facility-tabs .p-facility-tabs__panel {
  display: none;
  margin: 0;
  max-width: none;
  padding: 0;
}
.p-facility-tabs .p-facility-tabs__panel.is-active {
  display: block;
}
.p-facility-tabs .p-facility-tabs__panel.is-green {
  background: #678064;
}
.p-facility-tabs .p-facility-tabs__panel.is-brown {
  background: #583530;
}
.p-facility-tabs .p-facility-tabs__panel.is-red {
  background: #A53A29;
}
.p-facility-tabs .p-facility-tabs__content {
  margin: 0;
  max-width: none;
  padding: 0;
}
.p-facility-tabs .p-facility-tabs__content.is-green {
  background: #678064;
}
.p-facility-tabs .p-facility-tabs__content.is-brown {
  background: #583530;
}
.p-facility-tabs .p-facility-tabs__content.is-red {
  background: #A53A29;
}

.p-facility-site {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 0;
}
.p-facility-site .p-facility-site__hero {
  align-items: flex-start;
  display: flex;
  gap: 48px 116px;
  padding-left: max(75px, (100% - 1200px) / 2 + 50px);
}
@media screen and (max-width: 1200px) {
  .p-facility-site .p-facility-site__hero {
    align-items: center;
    flex-direction: column;
    padding-left: 0;
  }
}
.p-facility-site .p-facility-site__headline {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 44px;
  height: 600px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-facility-site .p-facility-site__headline {
    height: auto;
  }
}
.p-facility-site .p-facility-site__icon {
  display: block;
  margin: 0;
}
.p-facility-site .p-facility-site__icon img {
  display: block;
}
.p-facility-site .p-facility-site__title {
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: var(--gothic);
  font-feature-settings: "vrt2" 1;
  font-size: 24px;
  font-weight: 700;
  gap: 13px;
  letter-spacing: 10px;
  line-height: 1.9;
  position: relative;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-facility-site .p-facility-site__title img {
  display: block;
  position: absolute;
  inset: auto 0 0 0;
}
.p-facility-site .p-facility-site__image {
  flex: 1 1 auto;
  height: 600px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-facility-site .p-facility-site__image {
    aspect-ratio: 390/218;
    height: auto;
  }
}
.p-facility-site .p-facility-site__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-facility-site .p-facility-site__body {
  align-items: flex-start;
  display: flex;
  gap: 48px;
  padding-left: max(25px, (100% - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .p-facility-site .p-facility-site__body {
    flex-direction: column-reverse;
  }
}
.p-facility-site .p-facility-site__info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 48px;
  min-width: 368px;
}
@media screen and (max-width: 650px) {
  .p-facility-site .p-facility-site__info {
    min-width: 0;
    padding-right: 25px;
  }
}
.p-facility-site .p-facility-site__spec {
  border: 1px solid #fff;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  max-width: 376px;
  min-width: 368px;
  padding: 16px 30px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 650px) {
  .p-facility-site .p-facility-site__spec {
    min-width: 0;
    width: 100%;
  }
}
.p-facility-site .p-facility-site__spec td {
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 12px;
  vertical-align: top;
}
.p-facility-site .p-facility-site__spec td:first-child {
  padding-right: 16px;
  white-space: nowrap;
  width: 96px;
}
.p-facility-site .p-facility-site__spec tr:last-child td {
  padding-bottom: 0;
}

.p-facility-site__carousel {
  min-width: 0;
  overflow: hidden;
  padding-bottom: 62px;
  position: relative;
  width: 100%;
}
.p-facility-site__carousel .splide__track {
  overflow: hidden;
}
.p-facility-site__carousel .splide__slide {
  height: 264px;
  margin: 0;
  width: 396px;
}
@media screen and (max-width: 1200px) {
  .p-facility-site__carousel .splide__slide {
    height: 200px;
    width: 300px;
  }
}
@media screen and (max-width: 365px) {
  .p-facility-site__carousel .splide__slide {
    height: 146px;
    width: 260px;
  }
}
.p-facility-site__carousel .splide__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-facility-site__carousel .splide__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  top: auto;
  transform: none;
  width: 36px;
}
.p-facility-site__carousel .splide__arrow svg {
  display: none;
}
.p-facility-site__carousel .splide__arrow::before {
  background: url("images/icon-carousel-next.svg") no-repeat center/contain;
  content: "";
  display: block;
  height: 36px;
  width: 36px;
}
.p-facility-site__carousel .splide__arrow:hover {
  opacity: 0.7;
}
.p-facility-site__carousel .splide__arrow:disabled {
  opacity: 0.4;
}
.p-facility-site__carousel .splide__arrow--prev {
  bottom: 0;
  left: 0;
}
.p-facility-site__carousel .splide__arrow--prev::before {
  background-image: url("images/icon-carousel-prev.svg");
}
.p-facility-site__carousel .splide__arrow--next {
  bottom: 0;
  left: 75px;
}

.p-facility-scenes {
  align-items: flex-start;
  background: #FFF;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  gap: 88px 120px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 64px 80px 64px 72px;
}
@media screen and (max-width: 1200px) {
  .p-facility-scenes {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .p-facility-scenes {
    padding: 64px 10px;
  }
}
.p-facility-scenes .p-facility-scenes__title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-feature-settings: "vrt2" on;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 120%; /* 38.4px */
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.p-facility-scenes .p-facility-scenes__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-facility-scene {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 56px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-facility-scene {
    flex-direction: column;
  }
}
.p-facility-scene .p-facility-scene__label {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .p-facility-scene .p-facility-scene__label {
    padding: 0 0 0 16px;
  }
}
.p-facility-scene .p-facility-scene__number {
  align-items: center;
  color: #678064;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  justify-content: space-between;
  line-height: 1.2;
}
.p-facility-scene .p-facility-scene__number em {
  font-size: 32px;
  font-style: normal;
  text-align: center;
}
.p-facility-scene .p-facility-scene__number strong {
  font-size: 80px;
  font-weight: 200;
  text-align: right;
}
.p-facility-scene .p-facility-scene__title {
  color: #160607;
  font-feature-settings: "vrt2" 1;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.2;
  margin: 0;
  text-orientation: upright;
  width: 32px;
  writing-mode: vertical-rl;
}
.p-facility-scene .p-facility-scene__body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 24px;
  min-width: 320px;
}
@media screen and (max-width: 650px) {
  .p-facility-scene .p-facility-scene__body {
    min-width: 0;
    width: 100%;
  }
}
.p-facility-scene .p-facility-scene__image {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.p-facility-scene .p-facility-scene__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-facility-scene .p-facility-scene__text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-facility-feature {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
.p-facility-feature .p-facility-feature__image {
  aspect-ratio: 3/2;
  flex: 1 1 340px;
  margin: 0;
  max-width: 540px;
  min-width: 340px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-facility-feature .p-facility-feature__image {
    max-width: 1000%;
  }
}
@media screen and (max-width: 650px) {
  .p-facility-feature .p-facility-feature__image {
    min-width: 0;
  }
}
.p-facility-feature .p-facility-feature__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-facility-feature .p-facility-feature__body {
  display: flex;
  flex: 1 1 320px;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-facility-feature .p-facility-feature__body {
    flex: 1 1 100%;
  }
}
.p-facility-feature .p-facility-feature__title {
  color: #160607;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.p-facility-feature .p-facility-feature__text {
  color: #160607;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-facility-info {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 64px;
  margin: 0 auto;
  max-width: 960px;
  padding: 48px 64px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-facility-info {
    padding: 40px 16px;
  }
}
.p-facility-info .p-facility-info__items {
  display: flex;
  flex: 1 1 320px;
  flex-direction: column;
  gap: 12px;
}
.p-facility-info .p-facility-info__items h2,
.p-facility-info .p-facility-info__items h3,
.p-facility-info .p-facility-info__items h4,
.p-facility-info .p-facility-info__items h5,
.p-facility-info .p-facility-info__items h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-facility-info .p-facility-info__items p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-facility-reserve {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -25px !important;
  margin-right: -25px !important;
  max-width: none !important;
  min-height: 313px;
  overflow: hidden;
  padding: 40px 25px;
  position: relative;
  width: calc(100% + 50px) !important;
}
.p-facility-reserve .p-facility-reserve__image {
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  width: 100%;
}
.p-facility-reserve .p-facility-reserve__image img {
  display: block;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-facility-reserve .p-facility-reserve__button {
  max-width: 600px;
  position: relative;
  width: 100%;
  z-index: 1;
}