/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/import-glob-loader/index.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
:root {
  --letter-spacing:0.1em;
}
html {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: var(--letter-spacing);
}

/**
 * Remove default margin.
 */
body {
  color: #333;
  margin: 0;
  line-height: 1.75;
  font-size: 0.875rem;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
body.is-slidebar-active {
  overflow: hidden;
}
@media print {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 59.3125em) {
  body {
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    font-size: 14px;
  }
}
body.en {
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 15px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body.en {
    font-size: 13.125px;
  }
}

/* chrome opera /
/! autoprefixer: ignore next */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* dl
   ========================================================================== */
/**
 * Remove most spacing between dl, dd.
 */
dl, dd {
  margin: 0;
}

/* ul
   ========================================================================== */
/**
 * Remove most spacing between ul, li.
 */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
}

a {
  transition: all 0.3s 0s ease;
}
a:hover {
  transition: all 0.3s 0s ease;
}

*.is-indent {
  padding-left: 1em;
  text-indent: -1em;
}

*.u-first-line-leader {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=tel] {
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #CCC;
  padding: 0.5rem 0.75rem;
  max-width: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=tel] {
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=text]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=tel]:focus,
input[type=tel]:active {
  outline: none;
  box-shadow: none;
}

textarea {
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #CCC;
  padding: 0.5rem 0.75rem;
  max-width: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  min-height: 200px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea {
    font-size: 16px;
  }
}
textarea:focus, textarea:active {
  outline: none;
  box-shadow: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #A39484;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #A39484;
}

select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  outline: none;
  background-color: #fff;
  color: #333333;
  border: 1px solid #CCC;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.945 2.38419e-05L9 1.05402L4.5 5.55402L0 1.05402L1.055 -0.000976562L4.5 3.44502L7.945 2.38419e-05Z" fill="%23222222"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 9px 5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  select {
    width: 100%;
  }
}
select:focus, select:active {
  outline: none;
  box-shadow: none;
}

/*  プレイスホルダーの色変更 */
::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

@media (max-width: 1200px) {
  .l-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.l-container.is-two-columns {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 900px) {
  .l-container.is-two-columns {
    display: block;
  }
}
.l-container.is-sm {
  width: 100%;
  max-width: 59rem;
  margin: auto;
}
.l-container.is-xs {
  width: 100%;
  max-width: 46.75rem;
  margin: auto;
}

.l-footer {
  position: relative;
  z-index: 1;
  background: url("../images/bg-offer.jpg") no-repeat center/cover;
}
.l-footer::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 37, 37, 0.8);
  z-index: -1;
}
.l-footer__head {
  position: relative;
  z-index: 99;
  padding: 5rem 0;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__head {
    padding: 2.5rem 0;
  }
}
.l-footer__content {
  position: relative;
  z-index: 99;
}
.l-footer__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block {
    display: block;
    margin: auto;
  }
}
.l-footer__box {
  width: 50%;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__box {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.l-footer__box:first-child {
  text-align: center;
  display: grid;
  place-items: center;
}
.l-footer__box.is-button {
  border-left: solid 1px #fff;
  padding-left: 5.3125rem;
  gap: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__box.is-button {
    border: none;
    padding-left: 0;
  }
}
.l-footer__box a {
  color: #fff;
  text-decoration: none;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__box a {
    text-align: center;
  }
}
.l-footer__box a i {
  font-size: 1.625rem;
  margin-right: 0.75rem;
}
.l-footer__box a.is-tel {
  font-size: 2.625rem;
  pointer-events: none;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__box a.is-tel {
    pointer-events: auto;
    justify-content: center;
    font-size: 2.25rem;
  }
}
.l-footer__box a.is-tel i {
  margin-top: 0.625rem;
}
.l-footer__box small {
  display: block;
  color: #fff;
  padding-left: 1.875rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__box small {
    text-align: center;
  }
}
.l-footer__box a.c-button {
  max-width: 264px;
  width: 100%;
  border-color: #fff;
}
.l-footer__box a.c-button::after {
  content: none;
}
.l-footer__box a.c-button:hover {
  color: #333;
  background: #fff;
}
.l-footer__box a.c-button::after {
  content: "\f08e";
  top: initial;
  line-height: 1em;
  bottom: 0;
  right: 0.25rem;
  position: absolute;
  font-size: 10px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 59.3125em) {
  .l-footer__box a.c-button {
    margin: auto;
    height: auto;
  }
}
.l-footer__bottom {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.875rem 0;
}
.l-footer__bottom a {
  color: inherit;
  text-decoration: none;
}
.l-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__bottom-inner {
    display: block;
  }
}
.l-footer__bottom-nav a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: 0.5rem;
}

.l-global-nav {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 59.3125em) {
  .l-global-nav {
    display: none;
  }
}
.l-global-nav ul {
  display: flex;
}
.l-global-nav ul li {
  width: 100%;
  text-align: center;
  position: relative;
}
.l-global-nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #E2E2E2;
}
.l-global-nav ul li:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E2E2E2;
}
.l-global-nav ul li a {
  display: block;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 12px;
  position: relative;
}
.l-global-nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #A39484;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.l-global-nav ul li a:hover {
  opacity: 1;
}
.l-global-nav ul li a:hover::after {
  width: 100%;
  opacity: 1;
}

/*
---
name: ヘッダー_ミニマル
category: Layout
---
*/
.l-header-minimal {
  width: 100%;
  height: 5.625rem;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 75em) {
  .l-header-minimal {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header-minimal {
    width: 100%;
    padding: 0.625rem;
    height: 3.4375rem;
    background: #fff;
  }
}
.l-header-minimal__inner {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 59.3125em) {
  .l-header-minimal__inner {
    flex-wrap: wrap;
  }
}
.l-header-minimal__heading {
  margin: 0;
}
.l-header-minimal__heading a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  gap: 1.5rem;
}
@media screen and (max-width: 75em) {
  .l-header-minimal__heading a {
    gap: 1rem;
  }
}
.l-header-minimal__heading a img {
  width: 9.5625rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 75em) {
  .l-header-minimal__heading a img {
    width: 7.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header-minimal__heading a img {
    width: 5.464375rem;
  }
}
.l-header-minimal__heading a span {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  white-space: nowrap;
}
@media screen and (max-width: 75em) {
  .l-header-minimal__heading a span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-header-minimal__heading a span {
    font-size: 0.75rem;
  }
}
.l-header-minimal__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-header-minimal__content {
    margin-top: 0;
    height: 100%;
  }
}
.l-header-minimal__nav {
  display: flex;
  width: 100%;
  max-width: max-content;
}
@media screen and (max-width: 59.3125em) {
  .l-header-minimal__nav {
    display: none;
  }
}
.l-header-minimal__nav-list {
  display: flex;
  gap: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 75em) {
  .l-header-minimal__nav-list {
    gap: 1.5rem;
    margin-right: 1rem;
  }
}
.l-header-minimal__nav-list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.l-header-minimal__nav-list li:hover .l-header-minimal__submenu {
  visibility: visible;
  opacity: 1;
}
.l-header-minimal__nav-list a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position: relative;
  transition: color 0.3s ease;
  text-align: center;
}
.l-header-minimal__nav-list a small {
  color: #545454;
  font-family: "Allura", sans-serif;
  font-size: 0.75rem;
  transition: inherit;
  display: block;
  font-family: "Allura", sans-serif;
}
.l-header-minimal__nav-list a span {
  display: block;
}
.l-header-minimal__nav-list a:hover {
  opacity: 0.9;
}
.l-header-minimal__nav-list a:hover span {
  color: #A39484;
  transition: 0.3s;
}
.l-header-minimal__nav-list a:hover:after {
  width: 100%;
  opacity: 1;
}
.l-header-minimal__button {
  width: 14rem;
  height: 3.125rem;
  margin-left: 1rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color 0.2s, background-position 0.1s;
  position: relative;
  border: 1px solid #333;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 75%), linear-gradient(150deg, #333 11.01%, #333 91.23%);
  background-size: 400% 400%, auto;
  background-position: 0 0, 0 0;
}
@media screen and (max-width: 75em) {
  .l-header-minimal__button {
    width: 8.75rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header-minimal__button {
    display: none;
  }
}
.l-header-minimal__button::after {
  content: "\f08e";
  top: initial;
  bottom: 0.25rem;
  right: 0.25rem;
  position: absolute;
  font-size: 10px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.5);
}
.l-header-minimal__button i {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.l-header-minimal__button:hover {
  background-position: 0 100%, 0 0;
  color: #333 !important;
}

.is-slidebar-active .l-header-minimal {
  position: fixed;
  top: 0;
  left: 0;
}

.l-header-minimal {
  transition: 0.3s;
}
.l-main {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.l-main.is-two-column {
  padding: 5rem 0;
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-two-column {
    padding: 2.5rem 0;
  }
}

.l-main.is-two-column .l-container {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-two-column .l-container {
    display: block;
  }
}
.l-main.is-two-column .l-container .l-wrapper {
  max-width: calc(100% - 320px - 70px);
  margin-right: 4.375rem;
  width: 100%;
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-two-column .l-container .l-wrapper {
    margin: auto;
    max-width: inherit;
  }
}

/*
---
name: オファー_通常
category: Layout
---
*/
.l-offer {
  background-image: url("../images/bg-offer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer {
    padding: 2.5rem 0;
  }
}
.l-offer.is-padding-lg {
  padding: 4rem 0;
}
.l-offer__items {
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__items {
    margin-top: 1.5rem;
  }
}
.l-offer__items.is-button-one {
  margin-top: 1.5rem;
  text-align: center;
}
.l-offer__items.is-button-one .l-offer__button {
  max-width: 28.375rem;
}
.l-offer__button {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
  min-height: 5.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button {
    font-size: 0.9375rem;
    min-height: 4rem;
  }
}
.l-offer__button::after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  position: absolute;
  font-size: 1.25rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button::after {
    font-size: 1.125rem;
  }
}
.l-offer__button.is-bgcolor-primary {
  background-color: #A39484;
  border-color: #A39484;
}
.l-offer__button.is-tel {
  font-family: "Allura", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button.is-tel {
    font-size: 1.75rem;
  }
}
.l-offer__button.is-tel i {
  margin-right: 0.5rem;
}
.l-offer__subtext {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__subtext {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
}

/*
---
name: オファー_その他
category: Layout
---
```types.html
<div class="l-offer is-color-primary">
          <div class="l-container">
            <div class="l-offer__inner">
              <h2 class="c-heading is-xlg is-white is-bottom"><span>CONTACT</span><small>お問い合わせ</small></h2>
              <div class="l-offer__text">弊社のサービスへ興味をお持ちの方は、<br>下記の電話番号、もしくはお問い合わせフォームよりお気軽に問い合わせください。</div>
              <div class="l-offer__items">
                <div class="row">
                  <div class="large-5 is-push-lg-1 small-12">
                    <div class="l-offer__box">
                      <div class="l-offer__box-text">お電話の際は「ホームページを見て」と<br>お伝えください。</div>
                      <div class="l-offer__box-tel"><i class="fa fa-phone" aria-hidden="true"></i>00-000-0000<small>電話受付時間 / 平日00：00～00：00</small></div>
                    </div>
                  </div>
                  <div class="large-5 small-12">
                    <div class="l-offer__box">
                      <div class="l-offer__box-text">メールでのご相談・ご質問は<br>お問い合わせフォームをご活用ください。</div><a class="c-button is-lg is-white" href="#">お問い合わせフォーム</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
```
*/
.l-offer.is-color-primary {
  background-image: none;
  background-color: #A39484;
  padding: 4rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary {
    padding: 3rem 0;
  }
}
.l-offer.is-color-primary .c-heading {
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary .c-heading {
    margin-bottom: 1.5rem;
  }
}
.l-offer.is-color-primary .l-offer__items {
  margin-top: 2rem;
}
.l-offer.is-color-primary .l-offer__box {
  border: 1px solid #fff;
  height: 100%;
  text-align: center;
  padding: 2rem 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary .l-offer__box {
    margin-bottom: 0.5rem;
    height: inherit;
    padding: 1.5rem;
  }
}
.l-offer.is-color-primary .l-offer__box-text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary .l-offer__box-text {
    margin-bottom: 0.75rem;
  }
}
.l-offer.is-color-primary .l-offer__box-tel {
  font-family: "Allura", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.l-offer.is-color-primary .l-offer__box-tel i {
  margin-right: 0.5rem;
}
.l-offer.is-color-primary .l-offer__box-tel small {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
    margin: 4mm !important;
    size: landscape;
    size: portrait;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }

  main * {
    opacity: 1 !important;
    visibility: visible !important;
  }

  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1320px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .c-slidebar-menu,
.c-slidebar-button,
.u-hidden-lg {
    display: none;
  }
}
.l-section.is-xlg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.l-section.is-lg {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.l-section.is-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.l-section.is-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.l-section.is-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.l-section.is-color-primary {
  background-color: #A39484;
}
.l-section.is-color-secondary {
  background-color: #BAAD83;
}
.l-section.is-top {
  padding-bottom: 0 !important;
}
.l-section.is-bottom {
  padding-top: 0 !important;
}
.l-section.is-bg-color {
  background: #EBEBE2;
}

/*
---
name: アコーディオン_Q&A
category: Components
---
*/
.c-accordion__block {
  border: 1px solid #CCC;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__block {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
  }
}
.c-accordion__block.is-open .c-accordion__head:after {
  content: "\f106";
}
.c-accordion__head {
  display: flex;
  align-items: flex-start;
  padding: 1rem 1.5rem 1rem 0;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head {
    padding: 1rem 1.5rem 0.75rem 0;
  }
}
.c-accordion__head:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #A39484;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head:after {
    top: 1.25rem;
    transform: translateY(0);
  }
}
.c-accordion__title {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #A39484;
  padding-top: 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__title {
    padding-top: 0;
  }
}
.c-accordion__icon {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.375rem;
  background-color: #A39484;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1rem;
  padding-left: 0.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
  }
}
.c-accordion__icon.is-color-accent {
  background-color: #282828;
  position: absolute;
  top: 1rem;
  left: 0;
}
.c-accordion__content {
  padding: 1.5rem 0 1.5rem 3.5rem;
  position: relative;
  border-top: 1px solid #CCC;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__content {
    padding: 1rem 0 1rem 3rem;
  }
}

/*
---
name: カプセルナビ_ページ内リンク
category: Navigation
---
*/
/*
---
name: カプセルナビ_ボタン型
category: Navigation
---
*/
.c-anchor-nav {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav {
    margin-bottom: 2rem;
  }
}
.c-anchor-nav .c-button {
  max-width: 100% !important;
  margin-bottom: 0.5rem;
}
.c-anchor-nav__block {
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid #CCC;
  display: block;
  text-align: center;
  padding: 0.625rem 1rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__block {
    margin-bottom: 0.5rem;
    border-width: 1px;
  }
}
.c-anchor-nav__block:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.c-anchor-nav__block:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #A39484;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 2px);
  opacity: 0;
  transition: all 0.2s;
}
.c-anchor-nav__block:hover {
  opacity: 1;
}
.c-anchor-nav__block:hover:before {
  width: 100%;
  opacity: 1;
}

.c-banner-pop {
  position: fixed;
  opacity: 0;
  right: 0;
  bottom: 3.125rem;
  transform: translateY(100px);
  width: 20.375rem;
  height: 7.5rem;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  background: #fff;
  transition: 0.3s;
  z-index: 9999;
  box-shadow: 0 3px 20px rgba(51, 51, 51, 0.1);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop {
    width: 100%;
    bottom: 0;
    height: 5rem;
    padding: 0.625rem;
  }
}
.c-banner-pop__block {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.c-banner-pop__image {
  width: 8.875rem;
  height: 6.0625rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop__image {
    height: 3.75rem;
    min-width: 12.5rem;
  }
}
.c-banner-pop__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-banner-pop__content {
  position: relative;
  z-index: 99;
  overflow: hidden;
  font-family: "Allura", sans-serif;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop__content {
    width: 100%;
    margin-left: 0.625rem;
  }
}
.c-banner-pop__title {
  font-size: 1rem;
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop__title {
    font-size: 0.75rem;
  }
}
.c-banner-pop__title span {
  font-size: 1.25rem;
  color: rgba(163, 148, 132, 0.22);
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop__title span {
    font-size: 0.875rem;
  }
}
.c-banner-pop__txt {
  text-align: right;
  position: relative;
  margin-top: 0.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop__txt {
    margin-top: 0;
  }
}
.c-banner-pop__text {
  font-family: "Allura", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  color: #333;
  text-align: right;
  position: relative;
  display: inline-block;
  background: #fff;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-pop__text {
    font-size: 0.625rem;
  }
}
.c-banner-pop__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200%;
  height: 0.0625rem;
  z-index: -1;
  background: #cccccc;
}

.c-banner-pop.is-fixed {
  position: fixed;
  transform: translateY(0);
  opacity: 1;
  transition: 0.3s;
  z-index: 9999;
}

.c-banner-pop.is-btm {
  bottom: 15.625rem;
  transition: 0.3s;
}

.is-slidebar-active .c-banner-pop {
  z-index: 0;
}

.modaal-noscroll .c-banner-pop {
  z-index: 9;
}

.c-block-access__title {
  margin-bottom: 2rem;
}
.c-block-access__row {
  display: grid;
  grid-template-columns: 38.1578947368% 59.9122807018%;
  gap: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-access__row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-block-access__image img {
  width: 100%;
  height: auto;
}
.c-block-access__map {
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-access__map {
    height: 16.25rem;
  }
}
.c-block-access__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-block-access__button {
  margin-top: 1rem;
  text-align: right;
}
.c-block-access__button a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #A39484;
  border: 1px solid #A39484;
  padding: 0.75rem 1.5rem;
}
.c-block-access__gallery {
  margin: 3rem 0 0;
}
.c-block-access__gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.c-block-detail {
  padding-top: 6.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-detail {
    padding-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
.c-block-detail__block {
  margin-bottom: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-detail__block {
    margin-bottom: 2.5rem;
  }
}
.c-block-detail__title {
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-detail__title {
    margin-bottom: 2rem;
  }
}

.c-block-facirity {
  padding-top: 6.5625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-facirity {
    padding-top: 3.28125rem;
  }
}
.c-block-facirity__images {
  max-width: 50rem;
  width: 100%;
  margin: 5rem auto 6.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-facirity__images {
    margin: 2.5rem auto 3.25rem;
  }
}
.c-block-facirity__image {
  margin-top: 2.375rem;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-facirity__image {
    margin-top: 1rem;
    pointer-events: auto;
  }
}
.c-block-facirity__image:first-of-type {
  margin-top: 0;
}
.c-block-facirity__image i {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.9375rem;
  color: #fff;
  display: none;
  z-index: 99;
  width: 1.5625rem;
  height: 1.5625rem;
  justify-content: center;
  align-items: center;
  background-color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-facirity__image i {
    display: flex;
  }
}
.c-block-facirity small {
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-facirity small {
    display: block;
  }
}

.c-block-facirity {
  position: relative;
}
.c-block-facirity::before {
  content: "";
  position: absolute;
  top: 13.5rem;
  right: 8.125rem;
  left: 0;
  margin: auto;
  transform: translateX(170%);
  width: 19.8245614035%;
  height: 15.1875rem;
  background: #EBEBE2;
  z-index: -1;
}
@media screen and (max-width: 59.3125em) {
  .c-block-facirity::before {
    display: none;
  }
}
.c-block-facirity::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: auto;
  transform: translateX(100%);
  width: 25.701754386%;
  height: 8rem;
  background: #EBEBE2;
  z-index: -1;
}
@media screen and (max-width: 59.3125em) {
  .c-block-facirity::after {
    display: none;
  }
}
.c-block-facirity__images {
  position: relative;
}
.c-block-facirity__images::before {
  content: "";
  position: absolute;
  bottom: 7rem;
  right: 0;
  left: 0;
  transform: translateX(-70%);
  margin: auto;
  width: 73%;
  height: 22.1875rem;
  background: #EBEBE2;
  z-index: -1;
}
@media screen and (max-width: 59.3125em) {
  .c-block-facirity__images::before {
    display: none;
  }
}

.c-block-type {
  padding-top: 6.75rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-type {
    padding-top: 4.375rem;
  }
}
.c-block-type__blocks {
  margin-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__blocks {
    margin-top: 1.875rem;
  }
}
.c-block-type__block {
  position: relative;
  padding: 5.875rem 0 5.875rem;
  margin-bottom: 0.875rem;
  min-height: 43rem;
}
.c-block-type__block:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-type__block {
    padding: 1.5rem 0 2rem;
    min-height: auto;
  }
}
.c-block-type__bgimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.08;
}
.c-block-type__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__inner {
    display: block;
    margin-bottom: 4rem;
    margin-top: 0;
  }
}
.c-block-type__inner:last-child {
  margin-bottom: 0;
}
.c-block-type__slider {
  width: 40%;
  max-width: 25.5625rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__slider {
    width: 100%;
  }
}
.c-block-type__main {
  display: none !important;
}
@media screen and (max-width: 59.3125em) {
  .c-block-type__main {
    display: block !important;
  }
}
.c-block-type__main.slick-initialized {
  display: block !important;
}
.c-block-type__main-image {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
  background-size: contain;
  max-width: 25.5625rem;
  background-color: #fff;
}
.c-block-type__main-image:before {
  content: "";
  display: block;
  padding-top: 89.7310513447%;
  z-index: -1;
}
.c-block-type__thumbs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.c-block-type__thumb {
  display: block;
  width: 22.6872246696%;
  margin-right: 3.0837004405%;
  margin-bottom: 0.875rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  cursor: pointer;
  position: relative;
  background: #fff;
}
.c-block-type__thumb:nth-child(4n) {
  margin-right: 0;
}
.c-block-type__thumb.thumb-current {
  border: 2px solid #A39484;
}
.c-block-type__thumb.thumb-current:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(163, 148, 132, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.c-block-type__thumb-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-type__thumb-image:before {
  content: "";
  display: block;
  padding-top: 64.0776699029%;
}
.c-block-type__content {
  width: 55.0877192982%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__content {
    width: 100%;
    padding-top: 0.625rem;
  }
}
.c-block-type__label {
  text-align: center;
  max-width: 6.875rem;
  font-size: 0.9375rem;
  color: #A39484;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.125rem 0.5rem;
  height: 2.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.375rem;
}
.c-block-type__label span {
  font-size: 1.4375rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__label span {
    font-size: 1.25rem;
    line-height: 1;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__label {
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    height: 1.875rem;
    align-items: flex-end;
    padding: 0.125rem 0.625rem 0.25rem;
  }
}
.c-block-type__titles {
  font-weight: bold;
  font-size: 2.875rem;
  letter-spacing: 0.1em;
  line-height: 1.4347826087;
  margin-bottom: 1.1875rem;
  font-family: "Allura", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-block-type__titles {
    font-size: 1.5rem;
    padding-top: 0;
    margin-bottom: 0.75rem;
    display: block;
  }
}
.c-block-type__text {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: "Allura", sans-serif;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__text {
    font-size: 1rem;
  }
}
.c-block-type__prices {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__prices {
    display: block;
  }
}
.c-block-type__price {
  display: flex;
  align-items: flex-end;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 68.75em) {
  .c-block-type__price {
    font-size: 0.8125rem;
  }
}
.c-block-type__price:first-of-type {
  margin-right: 1.625rem;
}
@media screen and (max-width: 68.75em) {
  .c-block-type__price:first-of-type {
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__price:first-of-type {
    margin-bottom: 1rem;
  }
}
.c-block-type__price span {
  font-size: 2.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0.6875rem;
}
@media screen and (max-width: 68.75em) {
  .c-block-type__price span {
    margin: 0 0.3125rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__price span {
    font-size: 1.5rem;
  }
}
.c-block-type__table {
  margin-top: 2rem;
  border-top: none !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-type__table {
    margin-top: 1.5rem;
  }
}
.c-block-type__table tbody {
  background: #fff;
}
.c-block-type__table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.c-block-type__table tbody tr:last-of-type {
  border-bottom: none;
}
.c-block-type__table tbody th {
  text-align: center !important;
  padding: 0.625rem !important;
  color: #333 !important;
  font-weight: normal !important;
  border-right: none !important;
  border-bottom: none !important;
}
.c-block-type__table tbody td {
  background: #fff;
  padding: 0.625rem 2.25rem 0.625rem 1rem !important;
  border-bottom: none !important;
  border-right: none !important;
}
.c-block-type__button {
  margin-top: 1.5rem;
}
.c-block-type__button a {
  font-family: "Allura", sans-serif;
}

.c-block-type__block:nth-of-type(1) {
  background: rgba(131, 193, 134, 0.15);
}
.c-block-type__block:nth-of-type(1) .c-block-type__label {
  background: #366939;
  color: #fff;
}
.c-block-type__block:nth-of-type(1) .c-block-type__titles {
  color: #366939;
}
.c-block-type__block:nth-of-type(1) .c-block-type__price span {
  color: #366939;
}
.c-block-type__block:nth-of-type(1) .c-block-type__table th {
  background: rgba(54, 105, 57, 0.2);
}
.c-block-type__block:nth-of-type(2) {
  background: rgba(255, 187, 181, 0.23);
}
.c-block-type__block:nth-of-type(2) .c-block-type__label {
  background: #F08477;
  color: #fff;
}
.c-block-type__block:nth-of-type(2) .c-block-type__titles {
  color: #F08477;
}
.c-block-type__block:nth-of-type(2) .c-block-type__price span {
  color: #F08477;
}
.c-block-type__block:nth-of-type(2) .c-block-type__table th {
  background: rgba(240, 132, 119, 0.2);
}
.c-block-type__block:nth-of-type(3) {
  background: rgba(237, 141, 58, 0.15);
}
.c-block-type__block:nth-of-type(3) .c-block-type__label {
  background: #CE733A;
  color: #fff;
}
.c-block-type__block:nth-of-type(3) .c-block-type__titles {
  color: #CE733A;
}
.c-block-type__block:nth-of-type(3) .c-block-type__price span {
  color: #CE733A;
}
.c-block-type__block:nth-of-type(3) .c-block-type__table th {
  background: rgba(206, 115, 58, 0.25);
}

.c-breadcrumb {
  padding: 0.75rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb {
    padding: 0.5rem 0;
  }
}
.c-breadcrumb__inner {
  display: flex;
  align-items: center;
}
.c-breadcrumb span {
  font-size: 0.8125rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb span {
    font-size: 0.75rem;
    margin-right: 0.25rem;
  }
}
.c-breadcrumb span a {
  color: #A39484;
  font-weight: 400;
  text-decoration: none;
}
.c-breadcrumb span a:hover {
  text-decoration: underline;
}

/*
---
name: ボタン_カラー別
category: Buttons
---
*/
.c-button {
  outline: none;
  display: inline-flex;
  width: 100%;
  max-width: 22.75rem;
  text-align: center;
  border: solid 1px #333;
  color: #333;
  text-decoration: none;
  padding: 1.5625rem;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 1.0625rem;
  height: 4.75rem;
  justify-content: center;
  align-items: center;
  background: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button {
    max-width: 100%;
    font-size: 1.0125rem;
    padding: 1.25rem 0.875rem;
  }
}
.c-button:hover {
  opacity: 1;
  background-color: #333;
  color: #fff;
}
.c-button:hover::after {
  color: #fff;
}
.c-button::after {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  color: #A39484;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-weight: 400;
}
.c-button i.fa {
  vertical-align: middle;
  font-size: 1.375rem;
  margin-right: 0.5rem;
}
.c-button.is-white {
  color: #fff;
  border: 1px solid #fff;
}
.c-facility {
  background: #FAFAFA;
  border: 1px solid #ECEBD8;
  padding: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-facility {
    padding: 2rem 1rem;
  }
}
.c-facility__title {
  position: relative;
  margin: 0;
  font-size: 1.25rem;
  padding-left: 1.6rem;
  line-height: 1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 46.8125em) {
  .c-facility__title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.c-facility__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: linear-gradient(#a39484, #ad8d6c);
}
.c-facility__maps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-facility__maps {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.c-facility__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-facility__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.c-facility__image {
  width: 100%;
}
.c-facility__items {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}
@media screen and (max-width: 59.3125em) {
  .c-facility__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-facility__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-facility__item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #E9E9E9;
  padding: 0.5rem;
}
@media screen and (max-width: 46.8125em) {
  .c-facility__item img {
    width: 1.5rem;
    height: auto;
  }
}
.c-facility__item span {
  font-size: 0.8125rem;
  letter-spacing: normal;
  font-weight: 600;
}
@media screen and (max-width: 46.8125em) {
  .c-facility__item span {
    font-size: 0.6875rem;
  }
}

.c-faq-lists {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.c-faq-list {
  border: 1px solid #cccccc;
  padding: 1.5rem 2rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faq-list {
    padding: 0.75rem 1rem 0;
  }
}
.c-faq-list dt {
  position: relative;
  margin: 0;
  padding: 0 0 1.5rem;
  color: #333;
  font-weight: 600;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faq-list dt {
    padding: 0 0 0.75rem;
  }
}
.c-faq-list dt p {
  padding-right: 2em;
}
.c-faq-list dt p::before {
  content: "Q";
  background: #333;
  color: #fff;
}
.c-faq-list dt p::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  content: "expand_more";
  color: #A39484;
}
.c-faq-list dd {
  padding: 1.5rem 0;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faq-list dd {
    padding: 0.75rem 0;
  }
}
.c-faq-list dd p::before {
  content: "A";
  background: #EBEBE2;
  color: #A39484;
}
.c-faq-list dt, .c-faq-list dd {
  font-size: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faq-list dt, .c-faq-list dd {
    font-size: 0.875rem;
  }
}
.c-faq-list dt p, .c-faq-list dd p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-faq-list dt p::before, .c-faq-list dd p::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.375rem;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-faq-list dt p::before, .c-faq-list dd p::before {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.c-faq-list.is-open dt p::after {
  content: "expand_less";
}
.c-faq-list:not(.is-open) dd {
  display: none;
}

.c-flow-list {
  position: relative;
  display: flex;
  gap: 2.25rem;
  margin: 6rem 0 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow-list {
    flex-flow: column;
    gap: 3rem;
    margin: 4rem 0 0;
  }
  .c-flow-list::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #A39484;
  }
}
.c-flow-item {
  width: 100%;
  position: relative;
  background: #EBEBE2;
  padding: 3.5rem 1.5rem 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow-item {
    padding: 2.25rem 1rem 1.5rem;
  }
}
.c-flow-item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  content: "";
  width: 1rem;
  height: 2.5rem;
  background: url(../images/icon-flow-arrow.svg) no-repeat center/cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow-item:not(:first-child)::before {
    display: none;
  }
}
.c-flow-item__num {
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  margin-top: -2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow-item__num {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    margin-top: -1.5rem;
  }
}
.c-flow-item__title {
  margin: 0 0 1.125rem;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.88em;
  padding-bottom: 1em;
  border-bottom: 1px solid #A39484;
}
.c-flow-item__text {
  font-size: 0.875rem;
  line-height: 1.71em;
}

.c-gallery {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
}
.c-gallery::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 60%;
  background: #EBEBE2;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery {
    padding-bottom: 2.5rem;
  }
}
.c-gallery__mainslider {
  margin-bottom: 1.5rem !important;
  height: 31vw;
  display: none !important;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery__mainslider {
    display: block !important;
  }
}
.c-gallery__mainslider.slick-initialized {
  display: block !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__mainslider {
    height: inherit;
  }
}
.c-gallery__mainslider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  width: 3.9375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__mainslider .slick-arrow {
    width: 2rem;
  }
}
.c-gallery__mainslider .slick-arrow::before {
  display: none;
}
.c-gallery__mainslider .slick-arrow img {
  z-index: 999;
}
.c-gallery__mainslider .slick-next {
  left: 20%;
  right: inherit !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__mainslider .slick-next {
    left: 10%;
  }
}
.c-gallery__mainslider .slick-prev {
  right: 20%;
  left: inherit !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__mainslider .slick-prev {
    right: 10%;
  }
}
.c-gallery__images {
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
  min-height: 500px;
  transform: scale(0.8);
  transition: all 0.2s;
  transform: scale(0.9) translateX(600px);
}
@media (min-width: 1251px) {
  .c-gallery__images {
    transform: scale(0.9) translateX(48vw);
  }
}
@media (max-width: 1250px) {
  .c-gallery__images {
    transform: scale(0.9) translateX(550px);
  }
}
@media (max-width: 1100px) {
  .c-gallery__images {
    transform: scale(0.9) translateX(450px);
  }
}
@media (max-width: 950px) {
  .c-gallery__images {
    transform: scale(0.9) translateX(350px);
  }
}
@media (max-width: 750px) {
  .c-gallery__images {
    transform: scale(0.9) translateX(200px);
    min-height: 240px;
  }
}
@media (max-width: 550px) {
  .c-gallery__images {
    transform: scale(0.9) translateX(20px);
  }
}
.c-gallery__images.slick-center + .c-gallery__images {
  transition: all 0.2s;
  transform: scale(0.9) translateX(-600px);
}
@media (min-width: 1251px) {
  .c-gallery__images.slick-center + .c-gallery__images {
    transform: scale(0.9) translateX(-48vw);
  }
}
@media (max-width: 1250px) {
  .c-gallery__images.slick-center + .c-gallery__images {
    transform: scale(0.9) translateX(-550px);
  }
}
@media (max-width: 1100px) {
  .c-gallery__images.slick-center + .c-gallery__images {
    transform: scale(0.9) translateX(-450px);
  }
}
@media (max-width: 950px) {
  .c-gallery__images.slick-center + .c-gallery__images {
    transform: scale(0.9) translateX(-350px);
  }
}
@media (max-width: 750px) {
  .c-gallery__images.slick-center + .c-gallery__images {
    transform: scale(0.9) translateX(-200px);
  }
}
@media (max-width: 550px) {
  .c-gallery__images.slick-center + .c-gallery__images {
    transform: scale(0.9) translateX(-20px);
  }
}
.c-gallery__images.slick-center {
  transition: all 0.2s;
  transform: scale(1.14);
}
.c-gallery__image {
  min-height: 31vw;
  max-width: 60%;
  margin: 0 auto;
  transform: scale(0.83);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__image {
    min-height: 45vw;
    max-width: 45vw;
  }
}
@media (max-width: 550px) {
  .c-gallery__image {
    max-width: 100%;
  }
}
.c-gallery__thumbnails {
  max-width: 1016px;
  margin: 0 auto;
  height: 5.625rem;
}
@media (max-width: 1200px) {
  .c-gallery__thumbnails {
    max-width: 800px;
  }
}
@media (max-width: 950px) {
  .c-gallery__thumbnails {
    max-width: 500px;
  }
}
@media (max-width: 750px) {
  .c-gallery__thumbnails {
    max-width: 300px;
  }
}
@media (max-width: 400px) {
  .c-gallery__thumbnails {
    max-width: 260px;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__thumbnails {
    height: inherit;
  }
}
.c-gallery__thumbnails .slick-arrow {
  display: none !important;
}
.c-gallery__thumbnails-images {
  margin: 0 0.71875rem;
  outline: none;
}
.c-gallery__thumb-img {
  outline: none;
  min-height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__thumb-img {
    min-height: 60px;
  }
}
.c-gallery__thumb-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.c-gallery__thumb-img:hover:after {
  opacity: 0.3;
}
.c-gallery__thumbnails .slick-dots {
  bottom: -2.5rem;
  left: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-gallery__thumbnails .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__thumbnails .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-gallery__thumbnails .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__thumbnails .slick-dots li button {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-gallery__thumbnails .slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  border-radius: 1000px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery__thumbnails .slick-dots li button:before {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-gallery__thumbnails .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #A39484;
  border-color: #A39484;
}

.container, .l-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.row.is-center {
  justify-content: center;
}

.small-1 {
  width: 8.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-1 {
  margin-left: 8.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-2 {
  width: 16.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-2 {
  margin-left: 16.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-3 {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-3 {
  margin-left: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-4 {
  width: 33.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-4 {
  margin-left: 33.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-5 {
  width: 41.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-5 {
  margin-left: 41.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-6 {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-6 {
  margin-left: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-7 {
  width: 58.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-7 {
  margin-left: 58.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-8 {
  width: 66.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-8 {
  margin-left: 66.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-9 {
  width: 75%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-9 {
  margin-left: 75%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-10 {
  width: 83.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-10 {
  margin-left: 83.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-11 {
  width: 91.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-11 {
  margin-left: 91.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-12 {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-12 {
  margin-left: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .medium-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-1 {
    margin-left: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-2 {
    margin-left: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-3 {
    margin-left: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-4 {
    margin-left: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-5 {
    margin-left: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-6 {
    margin-left: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-7 {
    margin-left: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-8 {
    margin-left: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-9 {
    margin-left: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-10 {
    margin-left: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-11 {
    margin-left: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .large-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-1 {
    margin-left: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-2 {
    margin-left: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-3 {
    margin-left: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-4 {
    margin-left: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-5 {
    margin-left: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-6 {
    margin-left: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-7 {
    margin-left: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-8 {
    margin-left: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-9 {
    margin-left: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-10 {
    margin-left: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-11 {
    margin-left: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-12 {
    margin-left: 100%;
  }
}
/*
---
name: 見出し_テンプレート
category: Heading
---
*/
.c-heading {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.5;
  --letter-spacing: 0;
}
.c-heading small {
  font-size: 0.65em;
}

.c-heading.is-xlg {
  text-align: center;
  color: #A39484;
  font-weight: 400;
}
.c-heading.is-xlg span {
  display: block;
  font-family: "Allura", sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg span {
    font-size: 2rem;
  }
}
.c-heading.is-xlg small {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333;
  margin-top: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg small {
    font-size: 0.75rem;
  }
}

.c-heading.is-lg {
  text-align: center;
  color: #A39484;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-lg {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
  }
}
.c-heading.is-lg small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-lg small {
    font-size: 0.7rem;
  }
}

.c-heading.is-md {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md {
    font-size: 1.4rem;
    margin-bottom: 0.625rem;
  }
}

.c-heading.is-sm {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  line-height: 1em;
}
.c-heading.is-sm::before {
  width: 4px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(#A39484, #AD8D6C);
  content: "";
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-sm {
    font-size: 1.2rem;
  }
}

.c-heading.is-xs {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xs {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.c-heading.is-xxs {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xxs {
    font-size: 0.9rem;
  }
}

.c-heading.is-color-primary {
  color: #A39484;
}

.c-heading.is-top {
  margin-bottom: 0 !important;
}

.c-heading.is-bottom {
  margin-top: 0 !important;
}

.c-heading.is-mb-lg {
  margin-bottom: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mb-lg {
    margin-bottom: 1.5rem;
  }
}

.c-heading.is-mb-md {
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mb-md {
    margin-bottom: 1.5rem;
  }
}

.c-heading.is-xlg.is-white span, .c-heading.is-xlg.is-white small {
  color: #fff;
}

.c-hero-block {
  padding-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block {
    padding-top: 3.125rem;
  }
}
.c-hero-block__item {
  margin-top: 3.75rem;
  min-height: 21.0625rem;
}
.c-hero-block__item-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item-inner {
    display: block;
  }
}
.c-hero-block__item-image {
  width: 100%;
  max-width: 40.625rem;
  height: 21.0625rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item-image {
    max-width: 100%;
    height: 50vw;
  }
}
.c-hero-block__item-image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-hero-block__item-image::before {
  content: "";
  display: block;
  padding-top: 51.8461538462%;
}
.c-hero-block__item-contnet {
  transform: translateY(100px);
  transition: 0.5s;
  flex-grow: 1;
}
.c-hero-block__item-read {
  font-size: 0.875rem;
  padding-left: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item-read {
    margin-top: 1.5rem;
  }
}
.c-hero-block__item-read::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.875rem;
  height: 0.0625rem;
  background: #cccccc;
}
.c-hero-block__item-read strong {
  font-family: "Allura", sans-serif;
  color: #A39484;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.53125rem;
  letter-spacing: 0.0875rem;
}
.c-hero-block__item-read span {
  display: block;
  font-size: 2.5rem;
  margin-left: 0.9375rem;
  margin-right: 0.3125rem;
  letter-spacing: 0.0875rem;
  line-height: 1em;
  background: #A39484;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.c-hero-block__item-read small {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1em;
  position: relative;
  padding-left: 0.9375rem;
  background: #A39484;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.c-hero-block__item-read small::before {
  content: "/";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 0.875rem;
  color: #cccccc;
}
.c-hero-block__item-title {
  margin-top: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item-title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}
.c-hero-block__item-title .is-small {
  display: inline-block;
  font-size: 1.125rem;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
  background: #333;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__item-title .is-small {
    font-size: 0.875rem;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.c-hero-block__item-title .is-large {
  font-size: 1.75rem;
  line-height: 1.5em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__item-title .is-large {
    font-size: 1.25rem;
  }
}
.c-hero-block__item-text {
  margin-top: 1rem;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.75em;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item-text {
    margin-top: 0.625rem;
  }
}

.c-hero-block__item:nth-of-type(odd) .c-hero-block__item-content {
  margin-left: 4.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item:nth-of-type(odd) .c-hero-block__item-content {
    margin-left: 0;
  }
}
.c-hero-block__item:nth-of-type(even) .c-hero-block__item-inner {
  flex-direction: row-reverse;
}
.c-hero-block__item:nth-of-type(even) .c-hero-block__item-content {
  margin-right: 4.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item:nth-of-type(even) .c-hero-block__item-content {
    margin-right: 0;
  }
}

.c-hero-block__item {
  position: relative;
}
.c-hero-block__item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  margin: auto;
  width: 30.0714285714%;
  height: 18.3125rem;
  background: linear-gradient(rgba(163, 148, 132, 0.1), rgba(173, 141, 108, 0.1));
  z-index: -1;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item:nth-of-type(1)::before {
    top: -2rem;
    bottom: auto;
    width: 50vw;
    height: 50vw;
  }
}
.c-hero-block__item:nth-of-type(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item:nth-of-type(2) {
    margin-top: 3.75rem;
  }
}
.c-hero-block__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: 0;
  margin: auto;
  width: 30.0714285714%;
  height: 18.3125rem;
  background: linear-gradient(rgba(163, 148, 132, 0.1), rgba(173, 141, 108, 0.1));
  z-index: -1;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item:nth-of-type(2)::before {
    top: -2rem;
    bottom: auto;
    width: 50vw;
    height: 50vw;
  }
}
.c-hero-block__item:nth-of-type(3) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__item:nth-of-type(3) {
    padding-bottom: 0;
  }
}
.c-hero-block__item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100% - 1140px) / 2 + 21.4375rem);
  margin: auto;
  width: 30.0714285714%;
  height: 18.3125rem;
  background: linear-gradient(rgba(163, 148, 132, 0.1), rgba(173, 141, 108, 0.1));
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__item:nth-of-type(3)::before {
    top: -2rem;
    bottom: auto;
    width: 50vw;
    height: 50vw;
  }
}

.c-intro {
  background: linear-gradient(rgba(163, 148, 132, 0.1), rgba(173, 141, 108, 0.1));
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 4.5rem 0;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-intro {
    flex-flow: column;
    padding: 2.25rem 0;
  }
}
.c-intro__image {
  position: absolute;
  width: 47%;
  height: auto;
  top: 4.5rem;
  bottom: 4.5rem;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-intro__image {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.c-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-intro__image img {
    max-height: 50vh;
  }
}
.c-intro__content {
  width: 55.2857142857%;
  padding: 5rem;
  margin: 4.5rem 0;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-intro__content {
    width: auto;
    margin: -2rem 1rem 0;
    padding: 2rem;
  }
}
.c-intro__catch {
  font-size: 2rem;
  letter-spacing: 0.04375em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 46.8125em) {
  .c-intro__catch {
    font-size: 1.25rem;
  }
}

/*
---
name: メインビジュアル_通常
category: Components
---
*/
.c-main-visual__image img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modaal-wrapper {
  z-index: 999999 !important;
}
.modaal-overlay {
  z-index: 99999 !important;
}

.modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.modaal-close:hover:before, .modaal-close:hover:after {
  background: #A39484;
}

.modaal-video-wrap {
  margin: auto;
}

.js-modal-image {
  position: relative;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.js-modal-image:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: #A39484;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  --letter-spacing: 0em;
  font-weight: 400;
}
.js-modal-image:hover {
  opacity: 0.5;
}

.c-modal-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-modal-image figure {
  position: relative;
  line-height: 0;
}
.c-modal-image figure::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "search";
  font-family: "Material Icons Outlined";
  background: #A39484;
  font-size: 1.5rem;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 46.8125em) {
  .c-modal-image figure::after {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }
}
.c-modal-image p {
  font-size: 0.8125rem;
  line-height: 1.38em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 46.8125em) {
  .c-modal-image p {
    margin-top: 0.25rem;
    font-size: 0.625rem;
  }
}

.c-overview-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-overview-bottom {
    grid-template-columns: 1fr;
  }
}

.c-points {
  position: relative;
  padding: 2.1875rem 0 2rem;
  color: #fff;
  font-size: 1rem;
  --letter-spacing: 0.02em;
  background: linear-gradient(to bottom, #252522, #393937);
}
.c-points::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #E1DDBA 0%, #A9A57F 32%, #D9D4AC 44%, #AEA97B 57%, #D2CEA3 68%, #A7A278 100%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-points {
    padding-top: 2.1875rem;
    padding-bottom: 0;
  }
}
.c-points__inner {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-points__inner {
    display: block;
  }
}
.c-points__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3.125rem;
  white-space: nowrap;
  font-size: 2.125rem;
  width: 21.125rem;
}
@media screen and (max-width: 75em) {
  .c-points__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-points__title {
    font-size: 1.25rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-points__title {
    width: auto;
  }
}
.c-points__items {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-points__items {
    margin-top: 1.75rem;
    display: block;
    border-top: 1px solid #cccccc;
  }
}
.c-points__item {
  padding: 0 0.625rem;
  height: 100px;
  width: 100%;
  border-left: 1px solid #cccccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .c-points__item {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-points__item {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #cccccc;
    padding: 1.4375rem 0;
    height: auto;
  }
}
.c-points__item:last-of-type {
  border-right: 1px solid #cccccc;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-points__item:last-of-type {
    border-right: none;
  }
}
.c-points__item p {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-points__item p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.c-points__item span {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 0.1em;
}
@media screen and (max-width: 75em) {
  .c-points__item span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 62.5em) {
  .c-points__item span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-points__item span {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 46.8125em) {
  .c-price-text {
    font-size: 0.75rem;
  }
}
.c-price-text__block {
  display: flex;
}
@media screen and (max-width: 46.8125em) {
  .c-price-text__block {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.c-price-text__title {
  margin-right: 0.5rem;
}
.c-price-text__text {
  flex-grow: 1;
}
.c-price-text__caption {
  text-align: right;
}

.c-price {
  background: url(../images/bg-price.png) no-repeat center bottom/100% auto;
}
.c-price-table {
  width: 100%;
  display: flex;
  gap: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-table {
    flex-flow: column;
    gap: 1rem;
  }
}
.c-price-table dl {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}
.c-price-table dl dt {
  height: auto;
  background: #333;
  color: #fff;
  font-weight: 600;
  padding: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-table dl dt {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
.c-price-table dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.125rem;
  padding: 1.125rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.c-price-table dl dd:first-of-type {
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-table dl dd {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
.c-price-table dl dd p {
  display: flex;
  align-items: baseline;
}
.c-price-table dl dd p span {
  margin: auto 1.5rem auto 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-table dl dd p span {
    margin: auto 0.75rem auto 0;
  }
}
.c-price-table dl:nth-of-type(1) dd strong {
  font-size: 3.25rem;
  font-weight: 600;
  color: #A39484;
  line-height: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-table dl:nth-of-type(1) dd strong {
    font-size: 2rem;
  }
}
.c-price-table dl:nth-of-type(2) dd strong {
  font-size: 2.25rem;
  font-weight: 600;
  color: #A39484;
  line-height: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-table dl:nth-of-type(2) dd strong {
    font-size: 1.5rem;
  }
}
.c-price-text {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-text {
    flex-flow: column;
    margin-top: 1rem;
  }
}
.c-price-text__block {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.c-price-text__title {
  font-weight: 600;
  margin-right: 0.5rem;
}
.c-price-text__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 0 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-price-text__list {
    display: block;
  }
}
.c-price-text__list li::before {
  content: "●";
}
.c-price-text__caption {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 59.375em) {
  .c-slidebar-button {
    display: none;
  }

  .c-slidebar-menu {
    display: none;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-slidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 0.75rem;
    z-index: 9999;
    text-decoration: none;
    line-height: 1;
    background: none;
    color: #333;
    width: 3.4375rem;
    height: 3.4375rem;
    padding: 0;
    border: none;
  }
  .c-slidebar-button:active, .c-slidebar-button:hover {
    opacity: 1;
  }
  .c-slidebar-button__line {
    width: 1.875rem;
    position: relative;
    height: 0.0625rem;
  }
  .c-slidebar-button__line > span {
    position: relative;
    display: block;
    width: 1.875rem;
    height: 0.0625rem;
    background: #333;
    transition: all ease 0.2s;
  }
  .c-slidebar-button__line > span:first-child {
    position: absolute;
    left: 0;
    top: -0.625rem;
  }
  .c-slidebar-button__line > span:last-child {
    position: absolute;
    left: 0;
    bottom: -0.625rem;
  }

  .c-slidebar-menu {
    height: calc(100vh - 55px);
    padding: 0 0 6.5rem;
    position: fixed;
    background-color: #A39484;
    z-index: 9980;
    width: 100%;
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    transition: all ease-in-out 0.2s;
    overflow-x: scroll;
    top: 0;
    -webkit-overflow-scrolling: touch;
  }
  .c-slidebar-menu.is-active {
    height: calc(100% - 60px);
  }
  .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0px, -100%, 0px);
    width: 100%;
    opacity: 0;
  }
  .c-slidebar-menu__list {
    width: 100%;
    background: #A39484;
    font-size: 0.875rem;
    font-weight: 700;
  }
  .c-slidebar-menu__list a, .c-slidebar-menu__list span:not(.is-en, .is-ja, .is-text-group) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    position: relative;
  }
  .c-slidebar-menu__list a::after, .c-slidebar-menu__list span:not(.is-en, .is-ja, .is-text-group)::after {
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    line-height: 1;
    letter-spacing: 0;
  }
  .c-slidebar-menu__list [data-accordion-title]::after {
    content: "add";
  }
  .c-slidebar-menu__parent {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  }
  .c-slidebar-menu__parent.is-open > [data-accordion-title]::after {
    content: "remove";
  }
  .c-slidebar-menu__parent-link {
    cursor: pointer;
    padding: 1.125rem 1.25rem 1.125rem 1.25rem;
  }
  .c-slidebar-menu__parent-link .is-text-group, .c-slidebar-menu__parent-link .is-en, .c-slidebar-menu__parent-link .is-ja {
    width: 100%;
    display: block;
  }
  .c-slidebar-menu__parent-link .is-en {
    font-size: 0.75rem;
    line-height: 1;
    font-family: "Allura", sans-serif;
  }
  .c-slidebar-menu__children {
    font-size: 0.8125rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
    display: none;
  }
  .c-slidebar-menu__child {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 0.25rem;
  }
  .c-slidebar-menu__child.is-open > [data-accordion-title]::after {
    content: "remove";
  }
  .c-slidebar-menu__child-link {
    padding: 0.8125rem 1.25rem 0.8125rem 1.25rem;
  }
  .c-slidebar-menu__grandchildren {
    font-size: 0.75rem;
    font-weight: 400;
    width: 100%;
    display: none;
    border-top: solid 1px #CCC;
    padding-left: 1.625rem;
  }
  .c-slidebar-menu__grandchild {
    border-top: solid 1px #CCC;
  }
  .c-slidebar-menu__grandchild:first-child {
    border-top: 0;
  }
  .c-slidebar-menu__grandchild-link {
    padding: 0.75rem 2.5rem 0.75rem 0;
  }
  .c-slidebar-menu__buttons {
    margin-top: 1.25rem;
    padding: 0 1.25rem;
  }
  .c-slidebar-menu__button + .c-slidebar-menu__button {
    margin-top: 0.5rem;
  }
  .c-slidebar-menu__button {
    max-width: 100%;
    font-weight: bold;
    font-size: 1.125rem;
    color: #A39484;
    border-color: #fff;
    background-color: #fff;
    padding: 1.5rem;
    text-align: center;
  }
  .c-slidebar-menu__button::after {
    content: none;
  }
  .c-slidebar-menu__button__icon {
    display: inline;
    vertical-align: -0.375rem;
    line-height: 1;
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .c-slidebar-menu__sns-btns {
    max-width: 100%;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .c-slidebar-menu__sns-btn {
    background: #fff;
    color: #A39484;
    text-decoration: none;
    margin: 0 0.5rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-slidebar-container {
    height: 100%;
    transition: all ease-in-out 0.2s;
  }
  .c-slidebar-container::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease-in-out 0.2s;
    display: none;
    z-index: 999;
  }

  .is-slidebar-active .c-slidebar-button__line > span:nth-child(1) {
    top: 0;
    transform: rotate(45deg);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(2) {
    display: none;
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(3) {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .is-slidebar-active .c-slidebar-container {
    transform: translate3d(-100%, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container::after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom::after {
    top: 55px;
  }
  .is-slidebar-active .c-slidebar-menu {
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0, 55px, 0);
    opacity: 1;
  }

  .c-slidebar-menu__search {
    position: relative;
    display: block;
    margin-bottom: 1.375rem;
    max-width: 100%;
    width: 100%;
    border: 1px solid #A39484;
    color: #cccccc;
    background: #fff;
    border-radius: 1.4375rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 400;
    height: 2.875rem;
    transition: all 0.2s ease-out;
  }
  .c-slidebar-menu__search:before {
    position: absolute;
    left: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "Material Icons Outlined";
    content: "search";
    font-feature-settings: "liga";
    font-size: 1.125rem;
    color: #A39484;
  }
  .c-slidebar-menu__search-icon {
    display: none;
  }
}
.c-table-price {
  width: 100%;
}
.c-table-price th, .c-table-price td {
  border: solid 4px #fff;
  text-align: center;
}
.c-table-price thead {
  background-color: #8c7b68;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 46.8125em) {
  .c-table-price thead {
    font-size: 1.125rem;
  }
}
.c-table-price tbody th {
  background-color: #A39484;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 46.8125em) {
  .c-table-price tbody th {
    font-size: 1rem;
  }
}
.c-table-price tbody th small {
  --letter-spacing: 0;
  font-size: 0.75rem;
}
.c-table-price__col-01 {
  width: 2.6em;
  padding-left: 0.1em;
  --letter-spacing: 0.1em;
}
.c-table-price__col-02, .c-table-price__col-03 {
  width: 45%;
}
.c-table-price__col-03-sub {
  width: 2em;
}
.c-table-price .is-lg {
  font-size: 2.5rem;
}
@media screen and (max-width: 46.8125em) {
  .c-table-price .is-lg {
    font-size: 1.5rem;
  }
}
.c-table-price .is-price {
  font-family: "Allura", sans-serif;
  font-weight: bold;
}
.c-table-price .is-yen {
  font-size: 0.5em;
}
@media screen and (max-width: 46.8125em) {
  .c-table-price .is-yen {
    font-size: 0.8em;
  }
}

:where(.c-table-price) th {
  --letter-spacing: 0.5em;
  padding: 0.1em 0 0.1em 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 46.8125em) {
  :where(.c-table-price) th {
    --letter-spacing: 0.1em;
    padding: 0.1em 0 0.1em 0.1em;
  }
}

:where(.c-table-price) td {
  font-size: 1.5rem;
  font-weight: bold;
}
/*
---
name: <table> テーブル
category: Base
---
*/
.c-table {
  width: 100%;
}
.c-table tr {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.c-table tbody th,
.c-table tbody td {
  text-align: left;
  padding: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th,
.c-table tbody td {
    padding: 0.75rem 0.5rem;
  }
}
.c-table tbody th {
  width: 12.25rem;
  font-size: 1rem;
  background: #EBEBE2;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th {
    width: 4rem;
    font-size: 0.875rem;
    text-align: center;
  }
}
.c-table tbody td {
  border-left: none !important;
}
.c-table.is-th-bgsilber th {
  background: #B1ADA3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table .is-pc-block {
    display: none;
  }
}
.c-table .is-sp-block {
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table .is-sp-block {
    display: table-row;
  }
}

/*
---
name: タブ
category: Tabs
---
*/
.c-tabs__navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.c-tabs__navs li {
  width: 50%;
  max-width: 17.25rem;
  margin-bottom: 0.5rem;
  border: 2px solid #A39484;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li {
    border-width: 1px;
  }
}
.c-tabs__navs li a {
  background-color: #fff;
  color: #A39484;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.625rem 1.5rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a {
    padding: 0.375rem 1.5rem;
  }
}
.c-tabs__navs li a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1.5rem;
  font-weight: 400;
  right: 1rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a:after {
    font-size: 1.2rem;
  }
}
.c-tabs__navs li a:hover {
  background-color: white;
  opacity: 1;
}
.c-tabs__navs li a.is-active {
  background-color: #A39484;
  color: #fff;
}
.c-tabs__navs li a.is-active:hover {
  opacity: 1;
}
.c-tabs__content {
  display: none;
}
.c-tabs__content.is-active {
  display: block;
}

/*
---
name: タブ_インデックス
category: Tabs
---

*/
.c-tabs.is-index .c-tabs__navs li {
  width: inherit;
  min-width: 10rem;
  border-width: 1px;
  border-bottom: none;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs.is-index .c-tabs__navs li {
    width: inherit;
    min-width: inherit;
    border: 1px solid #A39484;
    margin-bottom: 0.5rem;
  }
}
.c-tabs.is-index .c-tabs__navs li a {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.c-tabs.is-index .c-tabs__navs li a:after {
  display: none;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 53.1128404669%;
  border: 1px solid #D5D5D5;
}
.c-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

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

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

.u-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.u-animated.is-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.u-display-block {
  display: block !important;
}

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

.u-display-inlineblock {
  display: inline-block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-mbs {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
.u-mbs.is-xlg {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.u-mbs.is-lg {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.u-mbs.is-md {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.u-mbs.is-sm {
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
}
.u-mbs.is-xs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.u-mbs.is-top {
  margin-bottom: 0 !important;
}
.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-maxwidth944 {
  max-width: 59rem;
  margin: 0 auto;
}

.u-f-left {
  float: left !important;
}

.u-f-right {
  float: right !important;
}

.u-f-none {
  float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 46.875em) {
  .u-hidden-lg {
    display: none !important;
  }
}
.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .u-visible-md {
    display: block !important;
  }
  .u-visible-md.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (min-width: 46.875em) {
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}
p,
.u-text-normal {
  margin: 0;
}

small,
.u-text-small {
  font-size: 0.85em;
}

strong,
.u-text-strong {
  font-weight: 700;
}

del,
.u-text-del {
  text-decoration: line-through;
}

a,
.u-text-link {
  color: #A39484;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
.u-text-link:hover,
.u-text-link.is-hover {
  opacity: 0.8;
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}

.c-price-table dl dd dl {
  display: block;
}
.c-price-table dl dd dl {
  width: 100%;
  flex-basis: 100%;
}
.c-price-table dl dd > div {
  width: 100%;
}

.c-price-table dl dd dt {
  background: #666;
}