@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

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

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #5C544B;
  background: #EAE3D1;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanMP, "Zen Old Mincho", "Inter", serif;
}
@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
body.--active {
  overflow: clip;
  height: 100%;
}
body.toc-open {
  overflow: clip;
  height: 100%;
}

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
button:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

a {
  overflow-wrap: break-word;
  color: #5C544B;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover, a:active, a:visited {
  color: #5C544B;
}
a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}
a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 959px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:not(.no-fit) {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .view-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .none-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .view-l {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .none-l {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view-m {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .none-m {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-s {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .none-s {
    display: none !important;
  }
}
@media screen and (min-width: 520px) {
  .view-xs {
    display: none !important;
  }
}
@media screen and (max-width: 519px) {
  .none-xs {
    display: none !important;
  }
}
.wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .mb-sect {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}

.mr-x1 {
  margin-right: 8px;
}
@media screen and (max-width: 959px) {
  .mr-x1 {
    margin-right: 6px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x1 {
    margin-right: 4px;
  }
}

.mb-x1 {
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .mb-x1 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x1 {
    margin-bottom: 4px;
  }
}

.ml-x1 {
  margin-left: 8px;
}
@media screen and (max-width: 959px) {
  .ml-x1 {
    margin-left: 6px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x1 {
    margin-left: 4px;
  }
}

.mr-x2 {
  margin-right: 16px;
}
@media screen and (max-width: 959px) {
  .mr-x2 {
    margin-right: 12px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}
@media screen and (max-width: 959px) {
  .ml-x2 {
    margin-left: 12px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.mr-x3 {
  margin-right: 24px;
}
@media screen and (max-width: 959px) {
  .mr-x3 {
    margin-right: 18px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}
@media screen and (max-width: 959px) {
  .ml-x3 {
    margin-left: 18px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.mr-x4 {
  margin-right: 32px;
}
@media screen and (max-width: 959px) {
  .mr-x4 {
    margin-right: 24px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}
@media screen and (max-width: 959px) {
  .ml-x4 {
    margin-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.mr-x5 {
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  .mr-x5 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}
@media screen and (max-width: 959px) {
  .ml-x5 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.mr-x6 {
  margin-right: 48px;
}
@media screen and (max-width: 959px) {
  .mr-x6 {
    margin-right: 36px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}
@media screen and (max-width: 959px) {
  .ml-x6 {
    margin-left: 36px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.mr-x7 {
  margin-right: 56px;
}
@media screen and (max-width: 959px) {
  .mr-x7 {
    margin-right: 42px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}
@media screen and (max-width: 959px) {
  .ml-x7 {
    margin-left: 42px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.mr-x8 {
  margin-right: 64px;
}
@media screen and (max-width: 959px) {
  .mr-x8 {
    margin-right: 48px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}
@media screen and (max-width: 959px) {
  .ml-x8 {
    margin-left: 48px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.mr-x9 {
  margin-right: 72px;
}
@media screen and (max-width: 959px) {
  .mr-x9 {
    margin-right: 54px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}
@media screen and (max-width: 959px) {
  .ml-x9 {
    margin-left: 54px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.mr-x10 {
  margin-right: 80px;
}
@media screen and (max-width: 959px) {
  .mr-x10 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}
@media screen and (max-width: 959px) {
  .ml-x10 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.mr-x11 {
  margin-right: 88px;
}
@media screen and (max-width: 959px) {
  .mr-x11 {
    margin-right: 66px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x11 {
    margin-right: 44px;
  }
}

.mb-x11 {
  margin-bottom: 88px;
}
@media screen and (max-width: 959px) {
  .mb-x11 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x11 {
    margin-bottom: 44px;
  }
}

.ml-x11 {
  margin-left: 88px;
}
@media screen and (max-width: 959px) {
  .ml-x11 {
    margin-left: 66px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x11 {
    margin-left: 44px;
  }
}

.mr-x12 {
  margin-right: 96px;
}
@media screen and (max-width: 959px) {
  .mr-x12 {
    margin-right: 72px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x12 {
    margin-right: 48px;
  }
}

.mb-x12 {
  margin-bottom: 96px;
}
@media screen and (max-width: 959px) {
  .mb-x12 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x12 {
    margin-bottom: 48px;
  }
}

.ml-x12 {
  margin-left: 96px;
}
@media screen and (max-width: 959px) {
  .ml-x12 {
    margin-left: 72px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x12 {
    margin-left: 48px;
  }
}

.mr-x13 {
  margin-right: 104px;
}
@media screen and (max-width: 959px) {
  .mr-x13 {
    margin-right: 78px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x13 {
    margin-right: 52px;
  }
}

.mb-x13 {
  margin-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .mb-x13 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x13 {
    margin-bottom: 52px;
  }
}

.ml-x13 {
  margin-left: 104px;
}
@media screen and (max-width: 959px) {
  .ml-x13 {
    margin-left: 78px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x13 {
    margin-left: 52px;
  }
}

.mr-x14 {
  margin-right: 112px;
}
@media screen and (max-width: 959px) {
  .mr-x14 {
    margin-right: 84px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x14 {
    margin-right: 56px;
  }
}

.mb-x14 {
  margin-bottom: 112px;
}
@media screen and (max-width: 959px) {
  .mb-x14 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x14 {
    margin-bottom: 56px;
  }
}

.ml-x14 {
  margin-left: 112px;
}
@media screen and (max-width: 959px) {
  .ml-x14 {
    margin-left: 84px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x14 {
    margin-left: 56px;
  }
}

.mr-x15 {
  margin-right: 120px;
}
@media screen and (max-width: 959px) {
  .mr-x15 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x15 {
    margin-right: 60px;
  }
}

.mb-x15 {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .mb-x15 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x15 {
    margin-bottom: 60px;
  }
}

.ml-x15 {
  margin-left: 120px;
}
@media screen and (max-width: 959px) {
  .ml-x15 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x15 {
    margin-left: 60px;
  }
}

.mr-x16 {
  margin-right: 128px;
}
@media screen and (max-width: 959px) {
  .mr-x16 {
    margin-right: 96px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x16 {
    margin-right: 64px;
  }
}

.mb-x16 {
  margin-bottom: 128px;
}
@media screen and (max-width: 959px) {
  .mb-x16 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x16 {
    margin-bottom: 64px;
  }
}

.ml-x16 {
  margin-left: 128px;
}
@media screen and (max-width: 959px) {
  .ml-x16 {
    margin-left: 96px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x16 {
    margin-left: 64px;
  }
}

.mr-x17 {
  margin-right: 136px;
}
@media screen and (max-width: 959px) {
  .mr-x17 {
    margin-right: 102px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x17 {
    margin-right: 68px;
  }
}

.mb-x17 {
  margin-bottom: 136px;
}
@media screen and (max-width: 959px) {
  .mb-x17 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x17 {
    margin-bottom: 68px;
  }
}

.ml-x17 {
  margin-left: 136px;
}
@media screen and (max-width: 959px) {
  .ml-x17 {
    margin-left: 102px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x17 {
    margin-left: 68px;
  }
}

.mr-x18 {
  margin-right: 144px;
}
@media screen and (max-width: 959px) {
  .mr-x18 {
    margin-right: 108px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x18 {
    margin-right: 72px;
  }
}

.mb-x18 {
  margin-bottom: 144px;
}
@media screen and (max-width: 959px) {
  .mb-x18 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x18 {
    margin-bottom: 72px;
  }
}

.ml-x18 {
  margin-left: 144px;
}
@media screen and (max-width: 959px) {
  .ml-x18 {
    margin-left: 108px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x18 {
    margin-left: 72px;
  }
}

.mr-x19 {
  margin-right: 152px;
}
@media screen and (max-width: 959px) {
  .mr-x19 {
    margin-right: 114px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x19 {
    margin-right: 76px;
  }
}

.mb-x19 {
  margin-bottom: 152px;
}
@media screen and (max-width: 959px) {
  .mb-x19 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x19 {
    margin-bottom: 76px;
  }
}

.ml-x19 {
  margin-left: 152px;
}
@media screen and (max-width: 959px) {
  .ml-x19 {
    margin-left: 114px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x19 {
    margin-left: 76px;
  }
}

.mr-x20 {
  margin-right: 160px;
}
@media screen and (max-width: 959px) {
  .mr-x20 {
    margin-right: 120px;
  }
}
@media screen and (max-width: 519px) {
  .mr-x20 {
    margin-right: 80px;
  }
}

.mb-x20 {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .mb-x20 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 519px) {
  .mb-x20 {
    margin-bottom: 80px;
  }
}

.ml-x20 {
  margin-left: 160px;
}
@media screen and (max-width: 959px) {
  .ml-x20 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 519px) {
  .ml-x20 {
    margin-left: 80px;
  }
}

.pt-x1 {
  padding-top: 8px;
}
@media screen and (max-width: 959px) {
  .pt-x1 {
    padding-top: 6px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x1 {
    padding-top: 4px;
  }
}

.pr-x1 {
  padding-right: 8px;
}
@media screen and (max-width: 959px) {
  .pr-x1 {
    padding-right: 6px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x1 {
    padding-right: 4px;
  }
}

.pb-x1 {
  padding-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .pb-x1 {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x1 {
    padding-bottom: 4px;
  }
}

.pl-x1 {
  padding-left: 8px;
}
@media screen and (max-width: 959px) {
  .pl-x1 {
    padding-left: 6px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x1 {
    padding-left: 4px;
  }
}

.pt-x2 {
  padding-top: 16px;
}
@media screen and (max-width: 959px) {
  .pt-x2 {
    padding-top: 12px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}
@media screen and (max-width: 959px) {
  .pr-x2 {
    padding-right: 12px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}
@media screen and (max-width: 959px) {
  .pl-x2 {
    padding-left: 12px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.pt-x3 {
  padding-top: 24px;
}
@media screen and (max-width: 959px) {
  .pt-x3 {
    padding-top: 18px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}
@media screen and (max-width: 959px) {
  .pr-x3 {
    padding-right: 18px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}
@media screen and (max-width: 959px) {
  .pl-x3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.pt-x4 {
  padding-top: 32px;
}
@media screen and (max-width: 959px) {
  .pt-x4 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}
@media screen and (max-width: 959px) {
  .pr-x4 {
    padding-right: 24px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}
@media screen and (max-width: 959px) {
  .pl-x4 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.pt-x5 {
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .pt-x5 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .pr-x5 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}
@media screen and (max-width: 959px) {
  .pl-x5 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.pt-x6 {
  padding-top: 48px;
}
@media screen and (max-width: 959px) {
  .pt-x6 {
    padding-top: 36px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}
@media screen and (max-width: 959px) {
  .pr-x6 {
    padding-right: 36px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}
@media screen and (max-width: 959px) {
  .pl-x6 {
    padding-left: 36px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.pt-x7 {
  padding-top: 56px;
}
@media screen and (max-width: 959px) {
  .pt-x7 {
    padding-top: 42px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}
@media screen and (max-width: 959px) {
  .pr-x7 {
    padding-right: 42px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}
@media screen and (max-width: 959px) {
  .pl-x7 {
    padding-left: 42px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.pt-x8 {
  padding-top: 64px;
}
@media screen and (max-width: 959px) {
  .pt-x8 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}
@media screen and (max-width: 959px) {
  .pr-x8 {
    padding-right: 48px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}
@media screen and (max-width: 959px) {
  .pl-x8 {
    padding-left: 48px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.pt-x9 {
  padding-top: 72px;
}
@media screen and (max-width: 959px) {
  .pt-x9 {
    padding-top: 54px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}
@media screen and (max-width: 959px) {
  .pr-x9 {
    padding-right: 54px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}
@media screen and (max-width: 959px) {
  .pl-x9 {
    padding-left: 54px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.pt-x10 {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .pt-x10 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}
@media screen and (max-width: 959px) {
  .pr-x10 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}
@media screen and (max-width: 959px) {
  .pl-x10 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.pt-x11 {
  padding-top: 88px;
}
@media screen and (max-width: 959px) {
  .pt-x11 {
    padding-top: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x11 {
    padding-top: 44px;
  }
}

.pr-x11 {
  padding-right: 88px;
}
@media screen and (max-width: 959px) {
  .pr-x11 {
    padding-right: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x11 {
    padding-right: 44px;
  }
}

.pb-x11 {
  padding-bottom: 88px;
}
@media screen and (max-width: 959px) {
  .pb-x11 {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x11 {
    padding-bottom: 44px;
  }
}

.pl-x11 {
  padding-left: 88px;
}
@media screen and (max-width: 959px) {
  .pl-x11 {
    padding-left: 66px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x11 {
    padding-left: 44px;
  }
}

.pt-x12 {
  padding-top: 96px;
}
@media screen and (max-width: 959px) {
  .pt-x12 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x12 {
    padding-top: 48px;
  }
}

.pr-x12 {
  padding-right: 96px;
}
@media screen and (max-width: 959px) {
  .pr-x12 {
    padding-right: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x12 {
    padding-right: 48px;
  }
}

.pb-x12 {
  padding-bottom: 96px;
}
@media screen and (max-width: 959px) {
  .pb-x12 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x12 {
    padding-bottom: 48px;
  }
}

.pl-x12 {
  padding-left: 96px;
}
@media screen and (max-width: 959px) {
  .pl-x12 {
    padding-left: 72px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x12 {
    padding-left: 48px;
  }
}

.pt-x13 {
  padding-top: 104px;
}
@media screen and (max-width: 959px) {
  .pt-x13 {
    padding-top: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x13 {
    padding-top: 52px;
  }
}

.pr-x13 {
  padding-right: 104px;
}
@media screen and (max-width: 959px) {
  .pr-x13 {
    padding-right: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x13 {
    padding-right: 52px;
  }
}

.pb-x13 {
  padding-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .pb-x13 {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x13 {
    padding-bottom: 52px;
  }
}

.pl-x13 {
  padding-left: 104px;
}
@media screen and (max-width: 959px) {
  .pl-x13 {
    padding-left: 78px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x13 {
    padding-left: 52px;
  }
}

.pt-x14 {
  padding-top: 112px;
}
@media screen and (max-width: 959px) {
  .pt-x14 {
    padding-top: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x14 {
    padding-top: 56px;
  }
}

.pr-x14 {
  padding-right: 112px;
}
@media screen and (max-width: 959px) {
  .pr-x14 {
    padding-right: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x14 {
    padding-right: 56px;
  }
}

.pb-x14 {
  padding-bottom: 112px;
}
@media screen and (max-width: 959px) {
  .pb-x14 {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x14 {
    padding-bottom: 56px;
  }
}

.pl-x14 {
  padding-left: 112px;
}
@media screen and (max-width: 959px) {
  .pl-x14 {
    padding-left: 84px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x14 {
    padding-left: 56px;
  }
}

.pt-x15 {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .pt-x15 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x15 {
    padding-top: 60px;
  }
}

.pr-x15 {
  padding-right: 120px;
}
@media screen and (max-width: 959px) {
  .pr-x15 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x15 {
    padding-right: 60px;
  }
}

.pb-x15 {
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .pb-x15 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x15 {
    padding-bottom: 60px;
  }
}

.pl-x15 {
  padding-left: 120px;
}
@media screen and (max-width: 959px) {
  .pl-x15 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x15 {
    padding-left: 60px;
  }
}

.pt-x16 {
  padding-top: 128px;
}
@media screen and (max-width: 959px) {
  .pt-x16 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x16 {
    padding-top: 64px;
  }
}

.pr-x16 {
  padding-right: 128px;
}
@media screen and (max-width: 959px) {
  .pr-x16 {
    padding-right: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x16 {
    padding-right: 64px;
  }
}

.pb-x16 {
  padding-bottom: 128px;
}
@media screen and (max-width: 959px) {
  .pb-x16 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x16 {
    padding-bottom: 64px;
  }
}

.pl-x16 {
  padding-left: 128px;
}
@media screen and (max-width: 959px) {
  .pl-x16 {
    padding-left: 96px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x16 {
    padding-left: 64px;
  }
}

.pt-x17 {
  padding-top: 136px;
}
@media screen and (max-width: 959px) {
  .pt-x17 {
    padding-top: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x17 {
    padding-top: 68px;
  }
}

.pr-x17 {
  padding-right: 136px;
}
@media screen and (max-width: 959px) {
  .pr-x17 {
    padding-right: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x17 {
    padding-right: 68px;
  }
}

.pb-x17 {
  padding-bottom: 136px;
}
@media screen and (max-width: 959px) {
  .pb-x17 {
    padding-bottom: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x17 {
    padding-bottom: 68px;
  }
}

.pl-x17 {
  padding-left: 136px;
}
@media screen and (max-width: 959px) {
  .pl-x17 {
    padding-left: 102px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x17 {
    padding-left: 68px;
  }
}

.pt-x18 {
  padding-top: 144px;
}
@media screen and (max-width: 959px) {
  .pt-x18 {
    padding-top: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x18 {
    padding-top: 72px;
  }
}

.pr-x18 {
  padding-right: 144px;
}
@media screen and (max-width: 959px) {
  .pr-x18 {
    padding-right: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x18 {
    padding-right: 72px;
  }
}

.pb-x18 {
  padding-bottom: 144px;
}
@media screen and (max-width: 959px) {
  .pb-x18 {
    padding-bottom: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x18 {
    padding-bottom: 72px;
  }
}

.pl-x18 {
  padding-left: 144px;
}
@media screen and (max-width: 959px) {
  .pl-x18 {
    padding-left: 108px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x18 {
    padding-left: 72px;
  }
}

.pt-x19 {
  padding-top: 152px;
}
@media screen and (max-width: 959px) {
  .pt-x19 {
    padding-top: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x19 {
    padding-top: 76px;
  }
}

.pr-x19 {
  padding-right: 152px;
}
@media screen and (max-width: 959px) {
  .pr-x19 {
    padding-right: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x19 {
    padding-right: 76px;
  }
}

.pb-x19 {
  padding-bottom: 152px;
}
@media screen and (max-width: 959px) {
  .pb-x19 {
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x19 {
    padding-bottom: 76px;
  }
}

.pl-x19 {
  padding-left: 152px;
}
@media screen and (max-width: 959px) {
  .pl-x19 {
    padding-left: 114px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x19 {
    padding-left: 76px;
  }
}

.pt-x20 {
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .pt-x20 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pt-x20 {
    padding-top: 80px;
  }
}

.pr-x20 {
  padding-right: 160px;
}
@media screen and (max-width: 959px) {
  .pr-x20 {
    padding-right: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pr-x20 {
    padding-right: 80px;
  }
}

.pb-x20 {
  padding-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .pb-x20 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pb-x20 {
    padding-bottom: 80px;
  }
}

.pl-x20 {
  padding-left: 160px;
}
@media screen and (max-width: 959px) {
  .pl-x20 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 519px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

[anime] {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
[anime].is-animated {
  opacity: 1;
}

[anime*=scale].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[anime*=scale-top].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[anime*=scale-right].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[anime*=scale-bottom].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

[anime*=scale-left].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=fade-front].is-animated {
  -webkit-animation-name: fade-front;
  animation-name: fade-front;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=fade-back].is-animated {
  -webkit-animation-name: fade-back;
  animation-name: fade-back;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=slide-top].is-animated {
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[anime*=slide-right].is-animated {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
[anime*=slide-bottom].is-animated {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
[anime*=slide-left].is-animated {
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
[anime*=flip-top].is-animated {
  -webkit-animation-name: flip-top;
  animation-name: flip-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-right].is-animated {
  -webkit-animation-name: flip-right;
  animation-name: flip-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=flip-bottom].is-animated {
  -webkit-animation-name: flip-bottom;
  animation-name: flip-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-left].is-animated {
  -webkit-animation-name: flip-left;
  animation-name: flip-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=bound-top].is-animated {
  -webkit-animation-name: bound-top;
  animation-name: bound-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-right].is-animated {
  -webkit-animation-name: bound-right;
  animation-name: bound-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-bottom].is-animated {
  -webkit-animation-name: bound-bottom;
  animation-name: bound-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-left].is-animated {
  -webkit-animation-name: bound-left;
  animation-name: bound-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=focus].is-animated {
  -webkit-animation-name: focus;
  animation-name: focus;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes focus {
  0% {
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes focus {
  0% {
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
[anime*=txt-grow].is-animated {
  -webkit-animation-name: txt-grow;
  animation-name: txt-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=txt-shrink].is-animated {
  -webkit-animation-name: txt-shrink;
  animation-name: txt-shrink;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=roll] {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[anime*=roll].is-animated {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.header {
  background: #ffffff;
}
.header .header-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
@media screen and (max-width: 959px) {
  .header .header-unit {
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-unit {
    height: 74px;
  }
}
@media screen and (max-width: 519px) {
  .header .header-unit {
    height: 68px;
  }
}
.header .header-unit__menu {
  padding-right: 120px;
  padding-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .header .header-unit__menu {
    display: none;
  }
}
.header .header-unit__menu .header-hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}
.header .header-unit__menu .header-hotline__inst a {
  padding: 6px 24px;
  border: 1px solid #796A58;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-family: "Marcellus", serif;
  color: #796A58;
  line-height: 1;
}
.header .header-unit__menu .header-hotline__inst a span {
  position: relative;
  padding-left: 22px;
}
.header .header-unit__menu .header-hotline__inst a span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/inst.svg");
}
.header .header-unit__menu .header-hotline__inst a:hover {
  background: #796A58;
  color: #ffffff;
}
.header .header-unit__menu .header-hotline__inst a:hover span::before {
  background: url("/wp-content/themes/itreat_base/dist/img/common/inst-w.svg");
}
.header .header-unit__menu .header-hotline__reserve a {
  padding: 6px 24px;
  border: 1px solid #046A74;
  background: #046A74;
  border-radius: 0 0 4px 4px;
  color: #ffffff;
  line-height: 1;
}
.header .header-unit__menu .header-hotline__reserve a span {
  position: relative;
  padding-left: 22px;
}
.header .header-unit__menu .header-hotline__reserve a span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.header .header-unit__menu .header-hotline__reserve a:hover {
  background: #ffffff;
  color: #046A74;
}
.header .header-unit__menu .header-hotline__reserve a:hover span::before {
  background-color: #046A74;
}
.header .header-unit__menu .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.header .header-unit__menu .header-nav .header-nav-list__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
}
.header .header-unit__menu .header-nav .header-nav-list__item a span {
  position: relative;
  padding-left: 9px;
  display: block;
  line-height: 1;
  color: #796A58;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.header .header-unit__menu .header-nav .header-nav-list__item a span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #796A58;
  border-radius: 100%;
}
.header .header-unit__menu .header-nav .header-nav-list__item a:hover {
  color: #796A58;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.header .header-unit__menu .header-nav .header-nav-list__item:not(:last-of-type) {
  position: relative;
}
.header .header-unit__menu .header-nav .header-nav-list__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(180deg, #796A58, #796A58 1px, transparent 1px, transparent 5px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}
.header .header-unit__menu .header-nav .header-nav-list__item:not(:last-of-type) a {
  padding-right: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .header .header-unit__menu .header-nav .header-nav-list__item:not(:last-of-type) a {
    padding-right: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .header .header-unit__menu .header-nav .header-nav-list__item:not(:last-of-type) a {
    padding-right: calc(8px * 4 * 0.5);
  }
}
.header .header-logo {
  max-width: 90px;
  padding-left: 12px;
}

.drawer {
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
}
.drawer .drawer-switch {
  display: none;
}
.drawer-hamburger {
  display: block;
  position: fixed;
  top: -14px;
  right: -22px;
  z-index: 9998;
  width: 120px;
  height: 120px;
  background: #796A58;
  border: 1px solid #796A58;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .drawer-hamburger {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-hamburger {
    width: 98px;
    height: 98px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-hamburger {
    width: 88px;
    height: 88px;
  }
}
.drawer-hamburger .drawer-hamburger-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  left: -3px;
}
.drawer-hamburger .drawer-hamburger-inner::before, .drawer-hamburger .drawer-hamburger-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  width: 32px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .drawer-hamburger-inner::before, .drawer-hamburger .drawer-hamburger-inner::after {
    width: 24px;
  }
}
.drawer-hamburger .drawer-hamburger-inner::before {
  top: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .drawer-hamburger-inner::before {
    top: calc(50% - 3px);
  }
}
.drawer-hamburger .drawer-hamburger-inner::after {
  top: calc(50% - 14px);
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .drawer-hamburger-inner::after {
    top: calc(50% - 11px);
  }
}
.drawer-hamburger .drawer-hamburger-inner .hamburger-txt {
  display: block;
  padding-top: 68px;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  color: #ffffff;
  letter-spacing: 2px;
}
@media screen and (max-width: 1279px) {
  .drawer-hamburger .drawer-hamburger-inner .hamburger-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  .drawer-hamburger .drawer-hamburger-inner .hamburger-txt {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-hamburger .drawer-hamburger-inner .hamburger-txt {
    padding-top: 56px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .drawer-hamburger .drawer-hamburger-inner .hamburger-txt {
    padding-top: 52px;
  }
}
.drawer-hamburger .drawer-hamburger-inner .close {
  display: none;
}
.drawer-hamburger.--active .open {
  display: none;
}
.drawer-hamburger.--active .close {
  display: block;
}
.drawer-hamburger.--active .drawer-hamburger-inner {
  background: none;
}
.drawer-hamburger.--active .drawer-hamburger-inner::before {
  top: calc(50% - 13px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 519px) {
  .drawer-hamburger.--active .drawer-hamburger-inner::before {
    top: calc(50% - 11px);
  }
}
.drawer-hamburger.--active .drawer-hamburger-inner::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.drawer-hamburger:hover {
  background: #ffffff;
}
.drawer-hamburger:hover .drawer-hamburger-inner::before, .drawer-hamburger:hover .drawer-hamburger-inner::after {
  background: #796A58;
}
.drawer-hamburger:hover .drawer-hamburger-inner .hamburger-txt {
  color: #796A58;
}

.drawer-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #5C544B;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.drawer-overlay.--active {
  opacity: 0.3;
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.drawer-content.--active {
  visibility: visible;
  opacity: 1;
}
.drawer-content .drawer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drawer-content .drawer-unit__img {
  width: calc(100% / 2 - 0px / 2);
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-unit__img {
    display: none;
  }
}
.drawer-content .drawer-unit__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}
.drawer-content .drawer-unit__menu {
  position: relative;
  width: calc(100% / 2 - 0px / 2);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .drawer-content .drawer-unit__menu {
    padding: 24px;
  }
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-unit__menu {
    width: 100%;
    height: 100vh;
    padding: 106px 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-unit__menu {
    padding: 72px 24px;
  }
}
.drawer-content .drawer-unit__menu::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: -1;
  width: 340px;
  height: 300px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/logo.png") center/contain no-repeat;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-unit__menu::before {
    width: 280px;
    height: 240px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-unit__menu::before {
    width: 200px;
    height: 160px;
  }
}
.drawer-content .drawer-unit__menu .drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .drawer-content .drawer-unit__menu .drawer-menu {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-unit__menu .drawer-menu {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.drawer-content .drawer-unit__menu .drawer-menu__item {
  width: calc(100% / 2 - 24px / 2);
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #796A58;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-unit__menu .drawer-menu__item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.drawer-content .drawer-unit__menu .drawer-menu__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
}
.drawer-content .drawer-unit__menu .drawer-menu__item a span {
  position: relative;
  padding-left: 9px;
  display: block;
  line-height: 1;
  color: #796A58;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-unit__menu .drawer-menu__item a span {
    font-size: 1.2rem;
  }
}
.drawer-content .drawer-unit__menu .drawer-menu__item a span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #796A58;
  border-radius: 100%;
}
.drawer-content .drawer-unit__menu .drawer-menu__item a:hover {
  color: #796A58;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.drawer-content .drawer-unit__menu .drawer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 24px;
  margin-bottom: 24px;
}
.drawer-content .drawer-unit__menu .drawer-sub__item a {
  position: relative;
  padding-left: 9px;
  display: block;
  font-size: 1.5rem;
}
.drawer-content .drawer-unit__menu .drawer-sub__item a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #796A58;
  border-radius: 100%;
}
.drawer-content .drawer-unit__menu .drawer-sub__item a:hover {
  color: #796A58;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.drawer-content .drawer-unit__menu .drawer-inst {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .drawer-content .drawer-unit__menu .drawer-inst {
    margin-inline: auto;
  }
}
.drawer-content .drawer-unit__menu .drawer-inst a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #EAE3D1;
}
@media screen and (max-width: 767px) {
  .drawer-content .drawer-unit__menu .drawer-inst a {
    padding: 8px 32px;
  }
}
.drawer-content .drawer-unit__menu .drawer-inst a .inst-inner {
  position: relative;
  padding-left: 38px;
}
.drawer-content .drawer-unit__menu .drawer-inst a .inst-inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/inst.svg") center/contain no-repeat;
}
.drawer-content .drawer-unit__menu .drawer-inst a .drawer-inst-txt {
  font-size: 1.5rem;
}
.drawer-content .drawer-unit__menu .drawer-inst a .drawer-inst-txt span {
  display: block;
  font-size: 1.3rem;
  font-family: "Marcellus", serif;
  color: #796A58;
  line-height: 1;
}
.drawer-content .drawer-unit__menu .drawer-inst a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.drawer-content .drawer-unit__menu .drawer-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 9px;
  width: calc(100% / 2 - 12px / 2);
  border-radius: 40px;
  background: #ffffff;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--line {
  color: #00B900;
  border: 1px solid #00B900;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--line span {
  position: relative;
  padding-left: 28px;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--line span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #00B900;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--line:hover {
  background: #00B900;
  color: #ffffff;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--line:hover span::before {
  background-color: #ffffff;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact {
  color: #046A74;
  border: 1px solid #046A74;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact span {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact span {
    line-height: 1;
  }
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #046A74;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 519px) {
  .drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact span::before {
    top: -2px;
    left: 2px;
  }
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact:hover {
  background: #046A74;
  color: #ffffff;
}
.drawer-content .drawer-unit__menu .drawer-reserve .reserve-btn.--contact:hover span::before {
  background-color: #ffffff;
}

.footer {
  position: relative;
  background: #ffffff;
  padding-top: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .footer {
    padding-top: calc(8px * 8 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  .footer {
    padding-bottom: 64px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 60px);
  height: 1px;
  background: #9D927E;
}
@media screen and (max-width: 959px) {
  .footer::before {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    width: calc(100% - 24px);
  }
}
.footer .footer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer .footer-unit__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  width: 540px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-unit__info {
    gap: 12px 4px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-unit__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 540px;
    width: 100%;
  }
}
.footer .footer-unit__info .clinic-dtl .footer-clinic {
  font-size: 2rem;
}
.footer .footer-unit__info .clinic-dtl .footer-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Marcellus", serif;
}
.footer .footer-unit__info .footer-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.footer .footer-unit__info .footer-reserve .reserve-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 9px;
  width: calc(100% / 2 - 12px / 2);
  border-radius: 40px;
  background: #ffffff;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--line {
  color: #00B900;
  border: 1px solid #00B900;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--line span {
  position: relative;
  padding-left: 28px;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--line span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #00B900;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--line:hover {
  background: #00B900;
  color: #ffffff;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--line:hover span::before {
  background-color: #ffffff;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--contact {
  color: #046A74;
  border: 1px solid #046A74;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--contact span {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 519px) {
  .footer .footer-unit__info .footer-reserve .reserve-btn.--contact span {
    line-height: 1;
  }
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--contact span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #046A74;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 519px) {
  .footer .footer-unit__info .footer-reserve .reserve-btn.--contact span::before {
    top: -2px;
    left: 2px;
  }
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--contact:hover {
  background: #046A74;
  color: #ffffff;
}
.footer .footer-unit__info .footer-reserve .reserve-btn.--contact:hover span::before {
  background-color: #ffffff;
}
.footer .footer-logo {
  max-width: 160px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-logo {
    max-width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    max-width: 115px;
  }
}
.footer .footer-nav .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav-list {
    gap: 10px 24px;
    margin-bottom: 16px;
  }
}
.footer .footer-nav .footer-nav-list__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
}
.footer .footer-nav .footer-nav-list__item a span {
  position: relative;
  padding-left: 9px;
  display: block;
  line-height: 1;
  color: #796A58;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.footer .footer-nav .footer-nav-list__item a span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #796A58;
  border-radius: 100%;
}
.footer .footer-nav .footer-nav-list__item a:hover {
  color: #796A58;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.footer .footer-nav .footer-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-sub-list {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-sub-list {
    gap: 10px 16px;
  }
}
.footer .footer-nav .footer-sub-list__item a {
  position: relative;
  padding-left: 9px;
  display: block;
  font-size: 1.5rem;
}
.footer .footer-nav .footer-sub-list__item a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #796A58;
  border-radius: 100%;
}
.footer .footer-nav .footer-sub-list__item a:hover {
  color: #796A58;
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.footer .footer-inst {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .footer .footer-inst {
    margin-inline: auto;
  }
}
.footer .footer-inst a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #EAE3D1;
}
.footer .footer-inst a .inst-inner {
  position: relative;
  padding-left: 38px;
}
.footer .footer-inst a .inst-inner::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/inst.svg") center/contain no-repeat;
}
.footer .footer-inst a .footer-inst-txt {
  font-size: 1.5rem;
}
.footer .footer-inst a .footer-inst-txt span {
  display: block;
  font-size: 1.3rem;
  font-family: "Marcellus", serif;
  color: #796A58;
  line-height: 1;
}
.footer .footer-inst a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.footer .copy {
  padding: 8px 16px;
  font-size: 1.2rem;
  text-align: right;
}
.footer .copy .copy-poweredby {
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-left: 4px;
  vertical-align: baseline;
}

.float-foot {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 64px;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .float-foot {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .float-foot {
    bottom: 8px;
    width: 52px;
  }
}
@media screen and (max-width: 519px) {
  .float-foot {
    bottom: 4px;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 12px;
  }
}
.float-foot .float-foot-tel {
  display: none;
}
@media screen and (max-width: 959px) {
  .float-foot .float-foot-tel {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .float-foot .float-foot-tel {
    width: calc(100% / 2 - 6px / 2);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .float-foot .float-foot-tel a {
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 24px 16px;
    border-radius: 32px;
    color: #796A58;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-box-shadow: 0 0 24px 4px rgba(92, 84, 75, 0.1);
    box-shadow: 0 0 24px 4px rgba(92, 84, 75, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 959px) and (max-width: 767px) {
  .float-foot .float-foot-tel a {
    padding: 24px 14px;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .float-foot .float-foot-tel a {
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    line-height: 1.2;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #796A58;
  }
}
@media screen and (max-width: 959px) {
  .float-foot .float-foot-tel a .ico-tel {
    width: 18px;
    height: 19px;
    background-color: #796A58;
    -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
    mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .float-foot .float-foot-tel a:hover {
    background: #ffffff;
    border: 1px solid #796A58;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .float-foot .float-foot-tel a:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-line {
    width: calc(100% / 2 - 6px / 2);
  }
}
.float-foot .float-foot-line a {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border-radius: 32px;
  color: #00B900;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 0 24px 4px rgba(92, 84, 75, 0.1);
  box-shadow: 0 0 24px 4px rgba(92, 84, 75, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .float-foot .float-foot-line a {
    padding: 24px 14px;
  }
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-line a {
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    line-height: 1.2;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #00B900;
  }
}
.float-foot .float-foot-line a .ico-line {
  width: 28px;
  height: 28px;
  background-color: #00B900;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .float-foot .float-foot-line a .ico-line {
    width: 22px;
    height: 22px;
  }
}
.float-foot .float-foot-line a:hover {
  background: #ffffff;
  border: 1px solid #00B900;
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
@media screen and (max-width: 519px) {
  .float-foot .float-foot-line a:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}

.error404 #header,
.error404 #footer,
.error404 .drawer,
.error404 .float-foot {
  display: none;
}

#notfound {
  position: relative;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eeeeee;
}

.notfound-inner .notfound-ttl {
  font-family: "Marcellus", serif;
  text-align: center;
  font-size: 10.4rem;
}
@media screen and (max-width: 1279px) {
  .notfound-inner .notfound-ttl {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .notfound-inner .notfound-ttl {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-ttl {
    font-size: 6.4rem;
  }
}
.notfound-inner .notfound-subttl {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-subttl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-inner .notfound-subttl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.notfound-inner .notfound-subttl {
  font-family: "Marcellus", serif;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .notfound-inner .notfound-subttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .notfound-inner .notfound-subttl {
    font-size: 1.6rem;
  }
}
.notfound-inner .notfound-txt {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .notfound-inner .notfound-txt {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .notfound-inner .notfound-txt {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.notfound-inner .notfound-txt {
  text-align: center;
}
.notfound-inner .notfound-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 56px;
  border: solid 1px #5C544B;
}
.notfound-inner .notfound-btn a:hover {
  background: #5C544B;
  color: #ffffff;
}

.ttl-l {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .ttl-l {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  .ttl-l {
    margin-bottom: 24px;
  }
}
.ttl-l__en {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-size: 4.2rem;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #796A58;
}
@media screen and (max-width: 959px) {
  .ttl-l__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl-l__en {
    letter-spacing: 0.15em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .ttl-l__en {
    margin-bottom: 6px;
    font-size: 2.4rem;
  }
}
.ttl-l__ja {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.13em;
  padding-left: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .ttl-l__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl-l__ja {
    letter-spacing: 0.08em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .ttl-l__ja {
    padding-left: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.ttl-l__ja::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 20px;
  height: 2px;
  background: #796A58;
}
@media screen and (max-width: 519px) {
  .ttl-l__ja::before {
    bottom: -14px;
    width: 14px;
    height: 1px;
  }
}
.ttl-l.--center {
  text-align: center;
}
.ttl-l.--center .ttl-l__ja {
  padding-left: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ttl-l.--center .ttl-l__ja {
    padding-bottom: 18px;
  }
}
.ttl-l.--center .ttl-l__ja::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 40px;
}
.ttl-l.--wht .ttl-l__en {
  color: #ffffff;
}
.ttl-l.--wht .ttl-l__ja {
  color: #ffffff;
}
.ttl-l.--wht .ttl-l__ja::before {
  background: #ffffff;
}

.ttl-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #796A58;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .ttl-m {
    gap: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-m {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 519px) {
  .ttl-m {
    gap: 6px;
  }
}
.ttl-m__ja {
  position: relative;
  padding-left: 22px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .ttl-m__ja {
    padding-left: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .ttl-m__ja {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.ttl-m__ja::before, .ttl-m__ja::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 14px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/hexagon.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .ttl-m__ja::before, .ttl-m__ja::after {
    top: 8px;
    width: 10px;
    height: 12px;
  }
}
@media screen and (max-width: 959px) {
  .ttl-m__ja::before, .ttl-m__ja::after {
    top: 7px;
  }
}
.ttl-m__ja::after {
  display: none;
  left: auto;
  right: 0;
}
.ttl-m__en {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .ttl-m__en {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
.ttl-m.--center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.ttl-m.--center .ttl-m__ja {
  padding-right: 22px;
}
@media screen and (max-width: 959px) {
  .ttl-m.--center .ttl-m__ja {
    padding-left: 20px;
  }
}
.ttl-m.--center .ttl-m__ja::after {
  display: block;
}
.ttl-m.--wht {
  color: #ffffff;
}
.ttl-m.--wht .ttl-m__ja::before, .ttl-m.--wht .ttl-m__ja::after {
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/hexagon-w.svg");
}

.lower-page .hero {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 280px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/lower-img.jpg") top left/cover no-repeat;
}
@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 200px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero {
    height: 150px;
  }
}
.lower-page .hero .pagettl {
  color: #ffffff;
  line-height: 1.3;
}
.lower-page .hero .pagettl__en {
  font-size: 4rem;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__en {
    letter-spacing: 0.1em;
    font-size: 2.8rem;
  }
}
.lower-page .hero .pagettl__ja {
  font-size: 2.6rem;
}
@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .hero .pagettl__ja {
    font-size: 1.6rem;
  }
}
.lower-page .breadcrumb-wrap {
  padding-top: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .lower-page .breadcrumb-wrap {
    padding-top: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .breadcrumb-wrap {
    padding-top: calc(8px * 2 * 0.5);
  }
}
.lower-page .breadcrumb-wrap .breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .lower-page .breadcrumb-wrap .breadcrumb {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .lower-page .breadcrumb-wrap .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .lower-page .breadcrumb-wrap .breadcrumb {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.lower-page .breadcrumb-wrap .breadcrumb {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .lower-page .breadcrumb-wrap .breadcrumb {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .breadcrumb-wrap .breadcrumb {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.lower-page .breadcrumb-wrap .breadcrumb__item {
  display: inline;
}
.lower-page .breadcrumb-wrap .breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}
.lower-page .breadcrumb-wrap .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: "";
  display: inline-block;
  margin: 0 7px 0 8px;
  width: 12px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 106, 88, 0)), color-stop(50%, rgba(121, 106, 88, 0)), color-stop(53%, #796A58), color-stop(56%, #796A58), color-stop(59%, rgba(121, 106, 88, 0)));
  background: linear-gradient(to bottom, rgba(121, 106, 88, 0), rgba(121, 106, 88, 0) 50%, #796A58 53%, #796A58 56%, rgba(121, 106, 88, 0) 59%);
}
.lower-page .breadcrumb-wrap .breadcrumb__item a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.lower-page .breadcrumb-wrap .breadcrumb__item a:hover {
  text-decoration: none;
}
.lower-page .breadcrumb-wrap:has(+ .bg-wht) {
  background: #ffffff;
}
.lower-page .breadcrumb-wrap:has(+ .bg-wht) .breadcrumb {
  margin-bottom: 0;
}
.lower-page .headline {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .lower-page .headline {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .headline {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.lower-page .headline {
  font-size: 3.2rem;
}
.lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  .lower-page .ttl-s {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .ttl-s {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
.lower-page .ttl-s span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-s span {
    font-size: 1.6rem;
    padding-left: 15px;
  }
}
.lower-page .ttl-s span::before, .lower-page .ttl-s span::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 5px;
  height: 18px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-s-deco.svg") center/contain no-repeat;
}
.lower-page .ttl-s span::before {
  left: 0;
}
.lower-page .ttl-s span::after {
  right: 0;
  display: none;
}
.lower-page .ttl-s.--center {
  text-align: center;
  padding: 0 16px;
}
.lower-page .ttl-s.--center span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .lower-page .ttl-s.--center span {
    padding-right: 15px;
  }
}
.lower-page .ttl-s.--center span::after {
  display: block;
}
.lower-page .ttl-s.--frame-head {
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 197, 170, 0)), color-stop(50%, rgba(221, 197, 170, 0)), color-stop(50.5%, rgba(221, 197, 170, 0.16)));
  background: linear-gradient(to bottom, rgba(221, 197, 170, 0), rgba(221, 197, 170, 0) 50%, rgba(221, 197, 170, 0.16) 50.5%);
}
.lower-page .bg-wht {
  padding-top: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .lower-page .bg-wht {
    padding-top: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .bg-wht {
    padding-top: calc(8px * 11 * 0.5);
  }
}
.lower-page .bg-wht {
  padding-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .lower-page .bg-wht {
    padding-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .lower-page .bg-wht {
    padding-bottom: calc(8px * 11 * 0.5);
  }
}
.lower-page .bg-wht {
  background: #ffffff;
}
.lower-page .txt-link {
  text-decoration: underline;
}
.lower-page .txt-link:hover {
  text-decoration: none;
}
.lower-page .txt-link.fc-red {
  color: #A55555;
  -webkit-text-decoration-color: #A55555;
  text-decoration-color: #A55555;
}
.lower-page .txt-link.fc-red:hover, .lower-page .txt-link.fc-red:active, .lower-page .txt-link.fc-red:visited {
  color: #A55555;
}
.lower-page .txt-link.fc-orn {
  color: #e39a09;
  -webkit-text-decoration-color: #e39a09;
  text-decoration-color: #e39a09;
}
.lower-page .txt-link.fc-orn:hover, .lower-page .txt-link.fc-orn:active, .lower-page .txt-link.fc-orn:visited {
  color: #e39a09;
}
.lower-page .txt-link.fc-d-blu {
  color: #046A74;
  -webkit-text-decoration-color: #046A74;
  text-decoration-color: #046A74;
}
.lower-page .txt-link.fc-d-blu:hover, .lower-page .txt-link.fc-d-blu:active, .lower-page .txt-link.fc-d-blu:visited {
  color: #046A74;
}
.lower-page .txt-link.fc-blu {
  color: #205dd5;
  -webkit-text-decoration-color: #205dd5;
  text-decoration-color: #205dd5;
}
.lower-page .txt-link.fc-blu:hover, .lower-page .txt-link.fc-blu:active, .lower-page .txt-link.fc-blu:visited {
  color: #205dd5;
}
.lower-page .txt-link.fc-grn {
  color: #00B900;
  -webkit-text-decoration-color: #00B900;
  text-decoration-color: #00B900;
}
.lower-page .txt-link.fc-grn:hover, .lower-page .txt-link.fc-grn:active, .lower-page .txt-link.fc-grn:visited {
  color: #00B900;
}
.lower-page .txt-link.fc-beg {
  color: #DDC5AA;
  -webkit-text-decoration-color: #DDC5AA;
  text-decoration-color: #DDC5AA;
}
.lower-page .txt-link.fc-beg:hover, .lower-page .txt-link.fc-beg:active, .lower-page .txt-link.fc-beg:visited {
  color: #DDC5AA;
}
.lower-page .txt-link.fc-brn {
  color: #796A58;
  -webkit-text-decoration-color: #796A58;
  text-decoration-color: #796A58;
}
.lower-page .txt-link.fc-brn:hover, .lower-page .txt-link.fc-brn:active, .lower-page .txt-link.fc-brn:visited {
  color: #796A58;
}
.lower-page .txt-link.fc-d-brn {
  color: #968c80;
  -webkit-text-decoration-color: #968c80;
  text-decoration-color: #968c80;
}
.lower-page .txt-link.fc-d-brn:hover, .lower-page .txt-link.fc-d-brn:active, .lower-page .txt-link.fc-d-brn:visited {
  color: #968c80;
}
.lower-page .txt-link.fc-l-brn {
  color: #9D927E;
  -webkit-text-decoration-color: #9D927E;
  text-decoration-color: #9D927E;
}
.lower-page .txt-link.fc-l-brn:hover, .lower-page .txt-link.fc-l-brn:active, .lower-page .txt-link.fc-l-brn:visited {
  color: #9D927E;
}
.lower-page .txt-link.fc-blk {
  color: #5C544B;
  -webkit-text-decoration-color: #5C544B;
  text-decoration-color: #5C544B;
}
.lower-page .txt-link.fc-blk:hover, .lower-page .txt-link.fc-blk:active, .lower-page .txt-link.fc-blk:visited {
  color: #5C544B;
}
.lower-page .txt-link.fc-wht {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}
.lower-page .txt-link.fc-wht:hover, .lower-page .txt-link.fc-wht:active, .lower-page .txt-link.fc-wht:visited {
  color: #ffffff;
}
.lower-page .txt-link.fc-l-gry {
  color: #eeeeee;
  -webkit-text-decoration-color: #eeeeee;
  text-decoration-color: #eeeeee;
}
.lower-page .txt-link.fc-l-gry:hover, .lower-page .txt-link.fc-l-gry:active, .lower-page .txt-link.fc-l-gry:visited {
  color: #eeeeee;
}
.lower-page .txt-link.fc-gry {
  color: #cccccc;
  -webkit-text-decoration-color: #cccccc;
  text-decoration-color: #cccccc;
}
.lower-page .txt-link.fc-gry:hover, .lower-page .txt-link.fc-gry:active, .lower-page .txt-link.fc-gry:visited {
  color: #cccccc;
}
.lower-page .txt-link.fc-bg {
  color: #EAE3D1;
  -webkit-text-decoration-color: #EAE3D1;
  text-decoration-color: #EAE3D1;
}
.lower-page .txt-link.fc-bg:hover, .lower-page .txt-link.fc-bg:active, .lower-page .txt-link.fc-bg:visited {
  color: #EAE3D1;
}
.lower-page .txt-link.fc-d-gry {
  color: #999999;
  -webkit-text-decoration-color: #999999;
  text-decoration-color: #999999;
}
.lower-page .txt-link.fc-d-gry:hover, .lower-page .txt-link.fc-d-gry:active, .lower-page .txt-link.fc-d-gry:visited {
  color: #999999;
}

.txt.--center {
  text-align: center;
}
.txt.--right {
  text-align: right;
}

.lead-txt {
  font-size: 2rem;
}
.lead-txt.--center {
  text-align: center;
}
.lead-txt.--right {
  text-align: right;
}

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

.note-txt {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 1.2;
}
.note-txt::before {
  content: "※";
  color: #A55555;
}

.fc-red {
  color: #A55555;
}

.fc-orn {
  color: #e39a09;
}

.fc-d-blu {
  color: #046A74;
}

.fc-blu {
  color: #205dd5;
}

.fc-grn {
  color: #00B900;
}

.fc-beg {
  color: #DDC5AA;
}

.fc-brn {
  color: #796A58;
}

.fc-d-brn {
  color: #968c80;
}

.fc-l-brn {
  color: #9D927E;
}

.fc-blk {
  color: #5C544B;
}

.fc-wht {
  color: #ffffff;
}

.fc-l-gry {
  color: #eeeeee;
}

.fc-gry {
  color: #cccccc;
}

.fc-bg {
  color: #EAE3D1;
}

.fc-d-gry {
  color: #999999;
}

.list__item {
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .list__item {
    padding-left: 12px;
  }
}
.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.list__item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/list-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .list__item::before {
    top: 8px;
  }
}

.num-list {
  counter-reset: list-num;
}
.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}
.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

.note-list__item {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
  line-height: 1.2;
}
.note-list__item::before {
  content: "※";
  color: #A55555;
}

.anchor-link {
  margin-top: -64px;
  padding-top: 64px;
}
@media screen and (max-width: 959px) {
  .anchor-link {
    margin-top: -40px;
    padding-top: 40px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.btn.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 0 8px 16px 8px;
  border-bottom: solid 1px #796A58;
  color: #796A58;
}
@media screen and (max-width: 959px) {
  .btn a {
    padding: 0 6px 14px 6px;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 7px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #796A58;
  rotate: z 45deg;
}
@media screen and (max-width: 959px) {
  .btn a::after {
    top: calc(50% - 10px);
    right: 5px;
    width: 6px;
    height: 6px;
  }
}
.btn a:hover {
  translate: 4px 0;
}
.btn a.bc-red {
  background: #A55555;
}
.btn a.bc-red:hover {
  background: #ffffff;
  color: #A55555;
}
.btn a.bc-orn {
  background: #e39a09;
}
.btn a.bc-orn:hover {
  background: #ffffff;
  color: #e39a09;
}
.btn a.bc-d-blu {
  background: #046A74;
}
.btn a.bc-d-blu:hover {
  background: #ffffff;
  color: #046A74;
}
.btn a.bc-blu {
  background: #205dd5;
}
.btn a.bc-blu:hover {
  background: #ffffff;
  color: #205dd5;
}
.btn a.bc-grn {
  background: #00B900;
}
.btn a.bc-grn:hover {
  background: #ffffff;
  color: #00B900;
}
.btn a.bc-beg {
  background: #DDC5AA;
}
.btn a.bc-beg:hover {
  background: #ffffff;
  color: #DDC5AA;
}
.btn a.bc-brn {
  background: #796A58;
}
.btn a.bc-brn:hover {
  background: #ffffff;
  color: #796A58;
}
.btn a.bc-d-brn {
  background: #968c80;
}
.btn a.bc-d-brn:hover {
  background: #ffffff;
  color: #968c80;
}
.btn a.bc-l-brn {
  background: #9D927E;
}
.btn a.bc-l-brn:hover {
  background: #ffffff;
  color: #9D927E;
}
.btn a.bc-blk {
  background: #5C544B;
}
.btn a.bc-blk:hover {
  background: #ffffff;
  color: #5C544B;
}
.btn a.bc-wht {
  background: #ffffff;
}
.btn a.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}
.btn a.bc-l-gry {
  background: #eeeeee;
}
.btn a.bc-l-gry:hover {
  background: #ffffff;
  color: #eeeeee;
}
.btn a.bc-gry {
  background: #cccccc;
}
.btn a.bc-gry:hover {
  background: #ffffff;
  color: #cccccc;
}
.btn a.bc-bg {
  background: #EAE3D1;
}
.btn a.bc-bg:hover {
  background: #ffffff;
  color: #EAE3D1;
}
.btn a.bc-d-gry {
  background: #999999;
}
.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #999999;
}
.btn.--wht a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.btn.--wht a::after {
  border-color: #ffffff;
}

.btn-s {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-s a {
  position: relative;
  display: block;
  padding-right: 45px;
  text-decoration: underline;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .btn-s a {
    padding-right: 32px;
  }
}
.btn-s a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/btn-s.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .btn-s a::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn-s a::before {
    width: 22px;
    height: 22px;
  }
}
.btn-s.--center {
  margin-inline: auto;
}
.btn-s.--right {
  margin-right: 0;
  margin-left: auto;
}
.btn-s.--external a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/common/external.svg") center/contain no-repeat;
}
.btn-s:hover {
  translate: 4px 0;
}
.btn-s:hover::before {
  background: #796A58;
}
.btn-s:hover a {
  text-decoration: none;
}

.line-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 30px;
  width: 100%;
  max-width: 240px;
  height: 100%;
  color: #796A58;
  text-align: center;
  background: #ffffff;
  border-bottom: 2px solid #796A58;
  line-height: 1.2;
  letter-spacing: -1px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .line-btn a {
    padding: 14px 20px;
  }
}
.line-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .line-btn a::after {
    right: 6px;
    width: 16px;
    height: 16px;
  }
}
.line-btn a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.pagetop {
  right: 20px;
  bottom: calc(0px + env(safe-area-inset-bottom));
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.tbl table thead tr th {
  padding: 16px;
  background: rgb(192.5748502994, 185.9161676647, 178.4251497006);
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #5C544B;
}
@media screen and (max-width: 959px) {
  .tbl table thead {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .tbl table tbody tr {
    display: block;
  }
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 959px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
  }
}
.tbl table tbody tr th {
  background: #eeeeee;
}
@media screen and (max-width: 959px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #5C544B;
  }
}

.scroll-tbl {
  overflow-x: auto;
}
.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.scroll-tbl table thead tr th {
  padding: 16px;
  background: rgb(192.5748502994, 185.9161676647, 178.4251497006);
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #5C544B;
  white-space: nowrap;
}
.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.scroll-tbl table tbody tr th {
  background: #eeeeee;
}
.hours-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.hours-tbl table thead tr th {
  padding: 16px;
  background: rgb(192.5748502994, 185.9161676647, 178.4251497006);
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #5C544B;
}
@media screen and (max-width: 959px) {
  .hours-tbl table thead {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .hours-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr {
    display: block;
  }
}
.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr th,
  .hours-tbl table tbody tr td {
    display: block;
  }
}
.hours-tbl table tbody tr th {
  background: #eeeeee;
}
@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #5C544B;
  }
}

.--frame-head + .frame {
  padding-top: 24px;
}

.--frame-head:has(+ .frame.--wht) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 50.5%);
}

.frame {
  padding: 48px;
  background: rgba(221, 197, 170, 0.16);
}
@media screen and (max-width: 1279px) {
  .frame {
    padding: 40px;
  }
}
@media screen and (max-width: 959px) {
  .frame {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 24px;
  }
}
@media screen and (max-width: 519px) {
  .frame {
    padding: 16px;
  }
}
.frame .frame-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .frame .frame-unit {
    gap: 24px;
  }
}
@media screen and (max-width: 519px) {
  .frame .frame-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .frame .frame-unit:has(.frame-unit__item) {
    gap: 32px;
  }
}
.frame .frame-unit__txt {
  width: calc(100% - 292px);
}
@media screen and (max-width: 767px) {
  .frame .frame-unit__txt {
    width: 100%;
  }
}
.frame .frame-unit__vsl {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .frame .frame-unit__vsl {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.frame .frame-unit__item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .frame .frame-unit__item {
    width: 100%;
  }
}
.frame .frame-unit__item .frame-ttl {
  margin-bottom: 24px;
  padding: 16px 8px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #796A58;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #796A58;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .frame .frame-unit__item .frame-ttl {
    padding: 14px 6px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .frame .frame-unit__item .frame-ttl {
    margin-bottom: 20px;
    padding: 10px 4px;
    font-size: 1.4rem;
  }
}
.frame .frame-unit__item .frame-ttl span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
@media screen and (max-width: 959px) {
  .frame .frame-unit__item .frame-ttl span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .frame .frame-unit__item .frame-ttl span {
    padding: 0 8px;
  }
}
.frame .frame-unit__item .frame-ttl span::before, .frame .frame-unit__item .frame-ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 6px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-ttl-deco.svg") center/contain no-repeat;
}
.frame .frame-unit__item .frame-ttl span::before {
  right: 100%;
}
.frame .frame-unit__item .frame-ttl span::after {
  left: 100%;
}
.frame.--wht {
  background: rgba(255, 255, 255, 0.8);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  display: block;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ▼ モーダルのスコープは calendar-modal-group とする（親要素） */
.calendar-list .modal-open {
  cursor: pointer;
}

.calendar-modal-group .modal-switch {
  display: none;
}
.calendar-modal-group {
  /* オーバーレイ */
}
.calendar-modal-group .modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgb(0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.calendar-modal-group {
  /* チェック時にオーバーレイ表示（直後の兄弟要素） */
}
.calendar-modal-group .modal-switch:checked + .modal-overlay {
  opacity: 0.3;
  visibility: visible;
}
.calendar-modal-group {
  /* モーダル内容 */
}
.calendar-modal-group .modal-content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 10000;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, visibility 0.3s, transform 0s;
  transition: opacity 0.3s, visibility 0.3s, transform 0s, -webkit-transform 0s;
  padding: 56px 24px 24px;
}
@media screen and (max-width: 767px) {
  .calendar-modal-group .modal-content {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 519px) {
  .calendar-modal-group .modal-content {
    width: calc(100% - 40px);
    padding: 36px 16px 16px;
  }
}
.calendar-modal-group .modal-content img {
  width: auto;
  max-width: 60vw;
  height: 100%;
  min-height: 456px;
  max-height: calc(100dvh - 160px);
}
@media screen and (max-width: 767px) {
  .calendar-modal-group .modal-content img {
    max-width: none;
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.calendar-modal-group {
  /* チェック時 → 対応モーダルだけ開く */
}
.calendar-modal-group .modal-switch:checked + .modal-overlay + .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.calendar-modal-group {
  /* 閉じるボタン */
}
.calendar-modal-group .modal-close {
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 2px 2px;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #046A74;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .calendar-modal-group .modal-close {
    top: -12px;
    right: -12px;
    width: 40px;
  }
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .acd summary {
    padding: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .acd summary {
    padding: calc(8px * 3 * 0.5);
  }
}
.acd summary {
  list-style: none;
  cursor: pointer;
}
.acd summary::-webkit-details-marker {
  display: none;
}
.acd summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.acd .acd-content {
  padding: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .acd .acd-content {
    padding: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .acd .acd-content {
    padding: calc(8px * 3 * 0.5);
  }
}
.acd .acd-content {
  background: #eeeeee;
}
.acd[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.acd[open] .acd-content {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.writer .writer-vsl {
  width: 140px;
}
@media screen and (max-width: 959px) {
  .writer .writer-vsl {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    width: 80px;
  }
}
@media screen and (max-width: 519px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}
.writer .writer-dtl {
  width: calc(100% - 172px);
}
@media screen and (max-width: 959px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}
@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl {
    width: 100%;
  }
}
.writer .writer-dtl__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.writer .writer-dtl__info .writer-ttl {
  display: inline-block;
  padding: 2px 8px;
  background: #796A58;
  color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__info .writer-ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.writer .writer-dtl__info .writer-name {
  font-size: 2.2rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__info .writer-name {
    margin-bottom: 4px;
    text-align: center;
  }
}
.writer .writer-dtl__info .writer-post {
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .writer .writer-dtl__info .writer-post {
    margin-bottom: 4px;
    text-align: center;
  }
}
.writer .writer-dtl__txt {
  font-size: 1.4rem;
}
.writer .writer-dtl__career {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px dotted #9D927E;
  font-size: 1.4rem;
}
/*# sourceMappingURL=../../maps/common/main.css.map */
