@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: #5D5D5D;
  background: #FEFCF9;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}

@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.is-locked {
  overflow: hidden;
}

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: #5D5D5D;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover, a:active, a:visited {
  color: #5D5D5D;
}

a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color !important;
}

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 * 15);
}

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

@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc((8px * 15) * 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(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(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(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  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 {
  position: fixed;
  top: 12px;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  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: calc(100% - 24px);
  min-height: 70px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(93, 93, 93, 0.08);
  box-shadow: 0px 0px 12px 0px rgba(93, 93, 93, 0.08);
}

@media screen and (max-width: 959px) {
  .header {
    top: 10px;
    min-height: 56px;
  }
}

@media screen and (max-width: 519px) {
  .header {
    width: calc(100% - 12px);
    min-height: 50px;
  }
}

.header .header-logo {
  padding: 16px;
}

@media screen and (max-width: 1023px) {
  .header .header-logo {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 519px) {
  .header .header-logo {
    padding: 9px 14px;
  }
}

.header .header-logo img {
  max-width: 140px;
}

@media screen and (max-width: 1279px) {
  .header .header-logo img {
    max-width: 130px;
  }
}

@media screen and (max-width: 519px) {
  .header .header-logo img {
    max-width: 120px;
  }
}

.header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .header .header-menu {
    display: none;
  }
}

.header .header-nav {
  padding: 18px 20px 18px 0;
}

@media screen and (max-width: 1279px) {
  .header .header-nav {
    padding: 20px 12px 20px 0;
  }
}

.header .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1279px) {
  .header .header-nav .header-nav-list {
    gap: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-nav .header-nav-list {
    gap: 8px;
  }
}

.header .header-nav .header-nav-list__item a {
  position: relative;
  display: block;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.2;
}

.header .header-nav .header-nav-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 9px);
  z-index: -1;
  translate: -50% -50%;
  background: #FAF0E4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 1279px) {
  .header .header-nav .header-nav-list__item a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-nav .header-nav-list__item a {
    font-size: 1.3rem;
  }
}

.header .header-nav .header-nav-list__item a span {
  font-size: 1.2rem;
  color: #927C6F;
}

.header .header-nav .header-nav-list__item a:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.header .header-nav .header-nav-list__item:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

.header .header-nav .header-nav-list__item:not(:last-of-type) a {
  padding-right: 20px;
}

@media screen and (max-width: 1279px) {
  .header .header-nav .header-nav-list__item:not(:last-of-type) a {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-nav .header-nav-list__item:not(:last-of-type) a {
    padding-right: 8px;
  }
}

.header .header-nav .header-nav-list__item:last-of-type a::before {
  left: 50%;
}

.header .header-hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .header-hotline__tel 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 12px;
  font-family: "Lora", serif;
  background: #776358;
  border: 1px solid #776358;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  font-size: 1.9rem;
}

@media screen and (max-width: 1279px) {
  .header .header-hotline__tel a {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-hotline__tel a {
    padding: 0 8px;
  }
}

.header .header-hotline__tel a .ico-tel {
  display: block;
  width: 8px;
  height: 22px;
  aspect-ratio: 1/1;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.header .header-hotline__res 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 12px;
  color: #ffffff;
  background: #A58472;
  border: 1px solid #A58472;
  border-left: none;
  border-radius: 0 2px 2px 0;
}

@media screen and (max-width: 1279px) {
  .header .header-hotline__res a {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .header .header-hotline__res a {
    padding: 0 8px;
  }
}

.header .header-hotline__res a .ico-res {
  display: block;
  width: 20px;
  height: 19px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.header .header-hotline__res a:hover {
  background: #ffffff;
  color: #A58472;
}

.header .header-hotline__res a:hover .ico-res {
  background-color: #A58472;
}

.drawer {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

@media screen and (max-width: 959px) {
  .drawer {
    display: block;
  }
}

.drawer .drawer-switch {
  display: none;
}

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 14px;
  right: 17px;
  z-index: 10000;
  width: 52px;
  height: 52px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  background: #776358;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .drawer-hamburger {
    top: 16px;
    right: 17px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 519px) {
  .drawer-hamburger {
    top: 13px;
    right: 9px;
    width: 44px;
    height: 44px;
  }
}

.drawer-hamburger::before {
  position: absolute;
  bottom: 5px;
  left: 50%;
  content: "MENU";
  font-size: 1.2rem;
  color: #ffffff;
  translate: -50% 0;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger::before {
    font-size: 1rem;
    bottom: 3px;
  }
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 40%;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media screen and (max-width: 519px) {
  .drawer-hamburger span {
    width: 16px;
  }
}

.drawer-hamburger span::before, .drawer-hamburger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-hamburger span::before {
  top: -5px;
}

.drawer-hamburger span::after {
  top: 3px;
}

.drawer-switch:checked ~ .drawer-hamburger::before {
  content: "close";
}

.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.drawer-switch:checked ~ .drawer-overlay {
  opacity: 0.3;
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #FEFCF9;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  .drawer-content {
    padding: 24px 16px;
  }
}

.drawer-switch:checked ~ .drawer-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content .drawer-logo {
  max-width: 180px;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-logo {
    max-width: 147px;
  }
}

.drawer-content .drawer-menu {
  margin-bottom: 24px;
}

.drawer-content .drawer-menu__item a {
  position: relative;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-menu__item a {
    font-size: 1.3rem;
  }
}

.drawer-content .drawer-menu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: rgba(146, 124, 111, 0.1);
  border-radius: 100%;
}

.drawer-content .drawer-menu__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  translate: 0 -50%;
  width: 20px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") top right/cover no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer-content .drawer-menu__item a:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.drawer-content .drawer-menu__item a:hover::after {
  right: -6px;
  width: 26px;
}

.drawer-content .drawer-menu__item.--has-child {
  border-bottom: none;
}

.drawer-content .drawer-menu__item.--has-child .medical-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item {
  width: calc((100% / 2) - (16px * 1 / 2));
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item a {
  position: relative;
  padding: 0 0 0 12px;
  border-bottom: none;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% 0;
  width: 12px;
  height: 1px;
  background: #927C6F;
  border-radius: 0;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item a::after {
  display: none;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item a:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item .child-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 12px;
  padding-top: 10px;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item .child-nav-list__item {
  width: calc((100% / 2) - (12px * 1 / 2));
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item .child-nav-list__item a {
  padding-left: 24px;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item .child-nav-list__item a::before {
  content: ">";
  top: 0;
  left: 12px;
  height: auto;
  background: none;
  translate: 0;
}

.drawer-content .drawer-menu__item.--has-child .medical-list__item:first-child {
  width: 100%;
}

.drawer-content .drawer-hours {
  max-width: 480px;
  margin-bottom: calc(8px * 4);
  margin-inline: auto;
}

@media screen and (max-width: 959px) {
  .drawer-content .drawer-hours {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-hours {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.drawer-content .drawer-cv {
  padding: 14px;
  background: #ffffff;
}

.drawer-content .drawer-cv .drawer-cv-ttl {
  margin-bottom: 8px;
  text-align: center;
  color: #776358;
  font-size: 1.8rem;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-cv .drawer-cv-ttl {
    font-size: 1.6rem;
  }
}

.drawer-content .drawer-cv .drawer-cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn {
  position: relative;
  width: calc((100% / 2) - (8px * 1 / 2));
  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;
  height: 60px;
  font-size: 1.6rem;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-cv .drawer-cv-btn .cv-btn {
    height: 50px;
  }
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--tel {
  padding-left: 14px;
  background: #776358;
  border: 1px solid #776358;
  color: #ffffff;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 32px);
  translate: -50% -50%;
  display: block;
  width: 8px;
  height: 22px;
  aspect-ratio: 1/1;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--tel:hover {
  background: #ffffff;
  color: #776358;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--tel:hover::before {
  background-color: #776358;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--res {
  padding-left: 28px;
  background: #A58472;
  border: 1px solid #A58472;
  color: #ffffff;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--res::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  translate: -50% -50%;
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--res:hover {
  background: #ffffff;
  color: #A58472;
}

.drawer-content .drawer-cv .drawer-cv-btn .cv-btn.--res:hover::before {
  background-color: #A58472;
}

.cv {
  position: relative;
  z-index: 1;
}

.cv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#53453D), to(#927C6F));
  background: linear-gradient(90deg, #53453D, #927C6F);
  clip-path: polygon(95% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}

@media screen and (max-width: 767px) {
  .cv::before {
    clip-path: polygon(95% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  }
}

.cv .cv-unit {
  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;
  padding: 64px 0;
  gap: 88px;
}

@media screen and (max-width: 1279px) {
  .cv .cv-unit {
    padding: 56px 0;
    gap: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit {
    padding: 48px 0;
    gap: 56px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit {
    padding: 40px 0;
    gap: 48px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit {
    padding: 32px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
  }
}

.cv .cv-unit__ttl {
  width: 300px;
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__ttl {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-right: none;
  }
}

.cv .cv-unit__ttl .headline {
  margin-bottom: 0;
}

.cv .cv-unit__ttl .headline .headline-main {
  text-align: left;
}

.cv .cv-unit__ttl .headline .headline-sub {
  margin-left: 0;
}

.cv .cv-unit__dtl {
  width: calc(100% - 388px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}

@media screen and (max-width: 1279px) {
  .cv .cv-unit__dtl {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 308px);
  }
}

@media screen and (max-width: 767px) {
  .cv .cv-unit__dtl {
    gap: 16px;
    width: 100%;
  }
}

.cv .cv-unit__dtl .cv-btn {
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__dtl .cv-btn {
    width: 100%;
  }
}

.cv .cv-unit__dtl .cv-btn .cv-txt {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 14px;
  margin-inline: auto;
  margin-bottom: 8px;
  font-size: 2rem;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl .cv-btn .cv-txt {
    font-size: 1.8rem;
  }
}

.cv .cv-unit__dtl .cv-btn .cv-txt::before, .cv .cv-unit__dtl .cv-btn .cv-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 60%;
  background: #ffffff;
}

.cv .cv-unit__dtl .cv-btn .cv-txt::before {
  left: 0;
  rotate: -16deg;
}

.cv .cv-unit__dtl .cv-btn .cv-txt::after {
  right: 0;
  rotate: 16deg;
}

.cv .cv-unit__dtl .cv-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;
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__dtl .cv-btn a {
    margin-inline: auto;
  }
}

.cv .cv-unit__dtl .cv-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
  aspect-ratio: 1/1;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cv .cv-unit__dtl .cv-btn.--tel a {
  font-size: 3.2rem;
  padding-left: 21px;
  font-family: "Lora", serif;
  color: #ffffff;
}

@media screen and (max-width: 1279px) {
  .cv .cv-unit__dtl .cv-btn.--tel a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl .cv-btn.--tel a {
    font-size: 2.4rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__dtl .cv-btn.--tel a {
    padding: 8px 0 8px 28px;
    width: 100%;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #776358;
    font-size: 2rem;
  }
}

.cv .cv-unit__dtl .cv-btn.--tel a::before {
  left: 0;
  width: 11px;
  height: 30px;
  -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");
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl .cv-btn.--tel a::before {
    width: 7px;
    height: 20px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__dtl .cv-btn.--tel a::before {
    left: calc(50% - 68px);
    background-color: #776358;
  }
}

.cv .cv-unit__dtl .cv-btn.--tel a:hover {
  background: #776358;
  color: #ffffff;
}

.cv .cv-unit__dtl .cv-btn.--tel a:hover::before {
  background-color: #ffffff;
}

.cv .cv-unit__dtl .cv-btn.--res a {
  font-size: 2.2rem;
  padding: 8px 0 8px 28px;
  width: 300px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #776358;
}

@media screen and (max-width: 1279px) {
  .cv .cv-unit__dtl .cv-btn.--res a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl .cv-btn.--res a {
    width: 260px;
  }
}

@media screen and (max-width: 959px) {
  .cv .cv-unit__dtl .cv-btn.--res a {
    width: 100%;
  }
}

.cv .cv-unit__dtl .cv-btn.--res a::before {
  left: 38px;
  width: 20px;
  height: 18px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  background-color: #776358;
}

@media screen and (max-width: 1279px) {
  .cv .cv-unit__dtl .cv-btn.--res a::before {
    left: 52px;
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl .cv-btn.--res a::before {
    left: 42px;
  }
}

@media screen and (max-width: 1023px) {
  .cv .cv-unit__dtl .cv-btn.--res a::before {
    left: calc(50% - 96px);
  }
}

.cv .cv-unit__dtl .cv-btn.--res a:hover {
  background: #776358;
  color: #ffffff;
}

.cv .cv-unit__dtl .cv-btn.--res a:hover::before {
  background-color: #ffffff;
}

.footer {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 959px) {
  .footer {
    background: #ffffff;
    position: relative;
    z-index: 10;
  }
}

.footer .footer-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;
  gap: 24px 40px;
  padding: 48px 0;
}

@media screen and (max-width: 1279px) {
  .footer .footer-unit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-unit {
    padding: 32px 0;
  }
}

.footer .footer-unit__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__menu {
    display: none;
  }
}

.footer .footer-unit__info {
  width: 473px;
}

@media screen and (max-width: 1023px) {
  .footer .footer-unit__info {
    width: 400px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-unit__info {
    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: 48px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-unit__info {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .footer-info {
  max-width: 260px;
  width: 100%;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .footer .footer-info {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-info {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .footer .footer-info {
    margin-inline: auto;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-info {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-info {
    max-width: 220px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-info {
    max-width: 206px;
  }
}

.footer .footer-info a {
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .footer .footer-info a {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-info a {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-hours {
    width: calc(100% - 404px);
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-hours {
    max-width: 480px;
    width: 100%;
  }
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-nav {
    gap: 24px;
  }
}

.footer .footer-nav .footer-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: 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer-nav .footer-nav-list__item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-nav .footer-nav-list__item a {
    font-size: 1.4rem;
  }
}

.footer .footer-nav .footer-nav-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% 0;
  width: 12px;
  height: 1px;
  background: #927C6F;
}

.footer .footer-nav .footer-nav-list__item a:hover {
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.footer .footer-nav .footer-nav-list.--has-child {
  gap: 14px 20px;
  max-width: 460px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item {
  width: calc((100% / 2) - (20px * 1 / 2));
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item:first-child {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #776358;
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item:first-child a {
  padding-left: 0;
  color: #776358;
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item:first-child a::before {
  display: none;
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item:nth-of-type(2) {
  width: 100%;
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item .child-nav-list {
  padding-left: 0;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 12px;
}

@media screen and (max-width: 1023px) {
  .footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item .child-nav-list {
    gap: 6px 12px;
  }
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item .child-nav-list__item {
  width: calc((100% / 2) - (12px * 1 / 2));
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item .child-nav-list__item a {
  padding-left: 24px;
}

.footer .footer-nav .footer-nav-list.--has-child .footer-nav-list__item .child-nav-list__item a::before {
  content: ">";
  top: 0;
  left: 12px;
  height: auto;
  background: none;
  translate: 0;
}

.footer .copy {
  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: 12px 20px;
  padding-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .footer .copy {
    padding-bottom: 64px;
  }
}

.footer .copy .privacy-txt {
  font-size: 1.2rem;
  color: rgba(93, 93, 93, 0.8);
  text-decoration: underline;
}

.footer .copy .privacy-txt:hover {
  text-decoration: none;
}

.footer .copy .copy-txt {
  font-size: 1.2rem;
  text-align: right;
  color: rgba(93, 93, 93, 0.8);
}

.footer .copy .copy-txt .copy-poweredby {
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-left: 4px;
  vertical-align: baseline;
}

.float-foot {
  display: none;
  position: fixed;
  right: 0;
  bottom: calc( 48px + env(safe-area-inset-bottom));
  padding-bottom: calc( 0px + env(safe-area-inset-bottom));
  height: calc( 0px + env(safe-area-inset-bottom));
  z-index: 100;
}

@media screen and (max-width: 959px) {
  .float-foot {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.float-foot__item {
  width: calc((100% / 2) - (0px * 1 / 2));
}

.float-foot__item 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;
  gap: 6px;
  height: 48px;
  color: #ffffff;
}

.float-foot__item.--tel a {
  background: #776358;
  border: 1px solid #776358;
}

.float-foot__item.--tel a .ico-tel {
  width: 6px;
  height: 18px;
  display: block;
  aspect-ratio: 1/1;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.float-foot__item.--tel a:hover {
  background: #ffffff;
  color: #776358;
}

.float-foot__item.--tel a:hover .ico-tel {
  background-color: #776358;
}

.float-foot__item.--mail a {
  background: #A58472;
  border: 1px solid #A58472;
}

.float-foot__item.--mail a .ico-res {
  left: 38px;
  width: 20px;
  height: 18px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/res.svg");
  background-color: #ffffff;
}

.float-foot__item.--mail a:hover {
  background: #ffffff;
  color: #A58472;
}

.float-foot__item.--mail a:hover .ico-res {
  background-color: #A58472;
}

.notfound-txt {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .notfound-txt {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-txt {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: calc(8px * 4);
  border: solid 1px #cccccc;
}

@media screen and (max-width: 959px) {
  .notfound-message {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.5);
  }
}

.headline {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .headline {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .headline {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.headline .headline-main {
  font-size: 6.4rem;
  text-transform: capitalize;
  line-height: 1.2;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#776358), to(#B7A280));
  background: linear-gradient(90deg, #776358, #B7A280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1279px) {
  .headline .headline-main {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 1023px) {
  .headline .headline-main {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 959px) {
  .headline .headline-main {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 767px) {
  .headline .headline-main {
    font-size: 4rem;
  }
}

.headline .headline-sub {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  margin-inline: auto;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .headline .headline-sub {
    padding: 0 24px;
    font-size: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .headline .headline-sub {
    font-size: 1.8rem;
  }
}

.headline .headline-sub::before, .headline .headline-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 22px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/head-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .headline .headline-sub::before, .headline .headline-sub::after {
    top: 54%;
    width: 10px;
    height: 20px;
  }
}

.headline .headline-sub::before {
  left: 0;
}

.headline .headline-sub::after {
  right: 0;
  rotate: 180deg;
}

.headline.--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .headline.--vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.headline.--vertical .headline-sub {
  padding: 30px 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .headline.--vertical .headline-sub {
    padding: 0 24px;
  }
}

.headline.--vertical .headline-sub::before {
  top: 0;
  left: 50%;
  translate: -50% 0;
  rotate: 90deg;
}

@media screen and (max-width: 767px) {
  .headline.--vertical .headline-sub::before {
    top: 56%;
    left: 0;
    translate: 0 -50%;
    rotate: 0deg;
  }
}

.headline.--vertical .headline-sub::after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  translate: -50% 0;
  rotate: 270deg;
}

@media screen and (max-width: 767px) {
  .headline.--vertical .headline-sub::after {
    top: 56%;
    bottom: auto;
    left: auto;
    right: 0;
    translate: 0 -50%;
    rotate: 180deg;
  }
}

.headline.--wht .headline-main {
  background: none;
  -webkit-text-fill-color: #ffffff;
}

.headline.--wht .headline-sub {
  color: #ffffff;
}

.headline.--wht .headline-sub::before, .headline.--wht .headline-sub::after {
  background: url("/wp-content/themes/itreat_base/dist/img/common/head-deco-wht.svg") center/contain no-repeat;
}

.headline.--left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.headline.--left .headline-main {
  text-align: left;
}

.page-layout {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .page-layout {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .page-layout {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .page-layout {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 1279px) {
  .page-layout {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .page-layout {
    gap: 40px;
  }
}

.page-layout__sub {
  width: 256px;
  padding: 22px 48px 0 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #FAF0E4 #FAF0E4 transparent transparent;
}

@media screen and (max-width: 1279px) {
  .page-layout__sub {
    width: 220px;
    padding: 18px 32px 0 0;
    border-radius: 0 16px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .page-layout__sub {
    width: 100%;
    padding: 20px;
    border: none;
  }
}

@media screen and (max-width: 519px) {
  .page-layout__sub {
    padding: 12px;
    border-radius: 6px;
  }
}

.page-layout .sub-menu-contents {
  position: sticky;
  top: 124px;
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: 40px;
    max-width: 720px;
    width: calc(100% - 24px);
    background: #ffffff;
    overflow-y: auto;
    z-index: 999;
    -webkit-box-shadow: 2px 0 5px rgba(93, 93, 93, 0.3);
    box-shadow: 2px 0 5px rgba(93, 93, 93, 0.3);
  }
  .page-layout .sub-menu-contents.is-open {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

@media screen and (max-width: 767px) {
  .page-layout .sub-menu-contents {
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .page-layout .sub-menu-contents {
    padding: 18px;
  }
}

.page-layout .sub-menu-contents .sub-menu-ttl {
  padding-bottom: 20px;
  border-bottom: solid 1px #FAF0E4;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .page-layout .sub-menu-contents .sub-menu-ttl {
    padding-bottom: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents .sub-menu-ttl {
    padding-bottom: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .page-layout .sub-menu-contents .sub-menu-ttl {
    font-size: 1.6rem;
  }
}

.page-layout .sub-menu-contents .sub-menu-list {
  padding-top: 20px;
}

@media screen and (max-width: 1279px) {
  .page-layout .sub-menu-contents .sub-menu-list {
    padding-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-layout .sub-menu-contents .sub-menu-list {
    padding-top: 12px;
  }
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents .sub-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

@media screen and (max-width: 519px) {
  .page-layout .sub-menu-contents .sub-menu-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.page-layout .sub-menu-contents .sub-menu-list__item {
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents .sub-menu-list__item {
    padding: 0;
  }
}

.page-layout .sub-menu-contents .sub-menu-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents .sub-menu-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.page-layout .sub-menu-contents .sub-menu-list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #776358;
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents .sub-menu-list__item::before {
    top: 50%;
    translate: 0 -50%;
    left: 14px;
  }
}

@media screen and (max-width: 519px) {
  .page-layout .sub-menu-contents .sub-menu-list__item::before {
    left: 10px;
    width: 7px;
  }
}

@media screen and (max-width: 959px) {
  .page-layout .sub-menu-contents .sub-menu-list__item a {
    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;
    height: 100%;
    padding: 12px 8px 12px 32px;
    background: #FCF7F1;
    border-radius: 4px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 519px) {
  .page-layout .sub-menu-contents .sub-menu-list__item a {
    padding: 12px 8px 12px 24px;
  }
}

.page-layout .sub-menu-contents .sub-menu-list__item a:hover {
  text-decoration: underline;
}

.page-layout .sub-menu-contents .sub-menu-list__item.is-current a {
  font-weight: bold;
  color: #776358;
  pointer-events: none;
  cursor: default;
}

.page-layout__main {
  width: calc( 100% - 312px);
}

@media screen and (max-width: 1279px) {
  .page-layout__main {
    width: calc( 100% - 252px);
  }
}

@media screen and (max-width: 959px) {
  .page-layout__main {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.page-layout__main.is-default {
  width: 100%;
}

.page-layout .menu-toggle {
  display: none !important;
  position: fixed;
  bottom: 54px;
  left: 12px;
  z-index: 2;
  padding: 10px 14px;
  background-color: #776358;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .page-layout .menu-toggle {
    display: block !important;
  }
}

.page-layout .menu-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 93, 93, 0.5);
  z-index: 1;
}

.page-layout .menu-overlay.is-active {
  display: block;
}

.lower-page {
  padding-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  .lower-page {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

.lower-page .hero {
  position: relative;
  overflow: hidden;
  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: 342px;
  padding-bottom: 30px;
  background: #E8E4E1;
}

@media screen and (max-width: 1279px) {
  .lower-page .hero {
    height: 310px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 240px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .hero {
    height: 200px;
  }
}

.lower-page .hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  background: #EFECE9;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.lower-page .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 64px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/lower-hero-bg.svg") bottom/contain no-repeat;
}

@media screen and (min-width: 1440px) {
  .lower-page .hero::after {
    height: 103px;
    background: url("/wp-content/themes/itreat_base/dist/img/common/lower-hero-bg.svg") bottom/cover no-repeat;
  }
}

.lower-page .hero .pagettl {
  position: relative;
  padding: 0 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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.6rem;
}

@media screen and (max-width: 1023px) {
  .lower-page .hero .pagettl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl {
    font-size: 1.8rem;
  }
}

.lower-page .hero .pagettl::before, .lower-page .hero .pagettl::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/brackets.svg") center/contain no-repeat;
}

.lower-page .hero .pagettl::before {
  position: absolute;
  bottom: 0;
  left: 0;
}

.lower-page .hero .pagettl::after {
  position: absolute;
  top: 0;
  right: 0;
  rotate: 180deg;
}

.lower-page .hero .pagettl span {
  font-size: 1.6rem;
}

@media screen and (max-width: 959px) {
  .lower-page .hero .pagettl span {
    font-size: 1.4rem;
  }
}

.lower-page .breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 1279px) {
  .lower-page .breadcrumb {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.lower-page .breadcrumb__item {
  display: inline;
}

.lower-page .breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}

.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  content: '>';
  padding: 0 4px 0 8px;
}

.lower-page .breadcrumb__item a {
  text-decoration: underline;
}

.lower-page .breadcrumb__item a:hover {
  text-decoration: none;
}

.lower-page .ttl-l {
  position: relative;
  z-index: 0;
  margin-bottom: calc(8px * 3);
  padding: 20px 24px;
  background: #FAF5ED;
  outline: 1px solid rgba(183, 162, 128, 0.4);
  outline-offset: -4px;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    padding: 14px 20px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l {
    padding: 12px 20px;
  }
}

.lower-page .ttl-l::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
  width: calc(100% - 48px);
  height: 100%;
  background: #FAF5ED;
}

.lower-page .ttl-l span {
  position: relative;
  z-index: 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #776358;
}

@media screen and (max-width: 1023px) {
  .lower-page .ttl-l span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-l span {
    font-size: 1.8rem;
  }
}

.lower-page .ttl-m {
  position: relative;
  margin-bottom: 26px;
  margin-left: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #776358;
  color: #776358;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    font-size: 1.8rem;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-m {
    font-size: 1.6rem;
  }
}

.lower-page .ttl-m::before, .lower-page .ttl-m::after {
  content: "";
  bottom: -8px;
  width: 1px;
  height: 16px;
  rotate: 15deg;
  background: #776358;
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-m::before, .lower-page .ttl-m::after {
    bottom: -5px;
    height: 11px;
  }
}

.lower-page .ttl-m::before {
  position: absolute;
  left: 0;
}

.lower-page .ttl-m::after {
  position: absolute;
  left: -4px;
}

.lower-page .ttl-s {
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
  font-weight: bold;
  color: #776358;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-s {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s {
    font-size: 1.6rem;
  }
}

.lower-page .ttl-s-deco {
  position: relative;
  padding-left: 12px;
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s-deco {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-s-deco {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-bottom: 6px;
  }
}

.lower-page .ttl-s-deco::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 22px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-s-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s-deco::before {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .lower-page .ttl-s-deco::before {
    height: 19px;
  }
}

.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;
}

.note-txt::before {
  content: '※';
  color: #B45C3C;
}

.note-txt.--wht::before {
  color: #ffffff;
}

.fc-red {
  color: #B45C3C;
}

.fc-pnk {
  color: #F5E1D6;
}

.fc-nvy {
  color: #2C405F;
}

.fc-l-beg {
  color: #FCF7F1;
}

.fc-beg {
  color: #FAF0E4;
}

.fc-ocher {
  color: #B7A280;
}

.fc-brn {
  color: #776358;
}

.fc-l-brn {
  color: #927C6F;
}

.fc-r-brn {
  color: #A58472;
}

.fc-d-brn {
  color: #53453D;
}

.fc-sm-brn {
  color: #E8E4E1;
}

.fc-dl-brn {
  color: #EFECE9;
}

.fc-r-blk {
  color: #604D35;
}

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

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #cccccc;
}

.fc-l-skin {
  color: #FAF5ED;
}

.fc-skin-c {
  color: #FEFCF9;
}

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

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F5E1D6));
  background: linear-gradient(transparent 50%, #F5E1D6 50%);
}

@media screen and (max-width: 767px) {
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #F5E1D6));
    background: linear-gradient(transparent 70%, #F5E1D6 50%);
  }
}

.list__item {
  position: relative;
  padding-left: 10px;
}

.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #776358;
}

@media screen and (max-width: 767px) {
  .list__item::before {
    top: 9px;
  }
}

.check-list__item {
  position: relative;
  padding: 8px 8px 8px 32px;
  background: #ffffff;
  border: 1px solid rgba(146, 124, 111, 0.6);
}

.check-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.check-list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 12px;
  width: 14px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/check-list-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .check-list__item::before {
    top: 13px;
  }
}

.check-list.--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .check-list.--col {
    gap: 10px 20px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .check-list.--col {
    gap: 8px 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .check-list.--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
  }
}

.check-list.--col .check-list__item {
  width: calc((100% / 2) - (24px * 1 / 2));
  margin-bottom: 0;
  line-height: 1.3;
}

@media screen and (max-width: 959px) {
  .check-list.--col .check-list__item {
    width: calc((100% / 2) - (20px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .check-list.--col .check-list__item {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .check-list.--col .check-list__item {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.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;
}

.note-list__item::before {
  content: '※';
}

.note-list.--wht .note-list__item::before {
  color: #ffffff;
}

.frame-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: rgba(183, 162, 128, 0.1);
}

@media screen and (max-width: 959px) {
  .frame-dl {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .frame-dl {
    padding: 14px;
  }
}

@media screen and (max-width: 519px) {
  .frame-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
}

.frame-dl dt {
  max-width: 120px;
  width: 100%;
  color: #776358;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .frame-dl dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .frame-dl dt {
    max-width: 100%;
  }
}

.frame-dl .dt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  .frame-dl .dt-list {
    gap: 6px;
  }
}

.frame-dl .dt-list__item {
  padding: 2px 12px;
  border: 1px dotted #B7A280;
  background: #ffffff;
}

.btn {
  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;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  translate: 0 -50%;
  width: 1px;
  height: 16px;
  background: #FEFCF9;
}

.btn.--center {
  margin-inline: auto;
}

.btn a {
  position: relative;
  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: 280px;
  height: 54px;
  padding-left: 20px;
  background: #ffffff;
  border: solid 1px #776358;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(119, 99, 88, 0.02);
  box-shadow: 0px 0px 6px 0px rgba(119, 99, 88, 0.02);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .btn a {
    border-radius: calc(2px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .btn a {
    border-radius: calc(2px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .btn a {
    padding-left: 16px;
    width: 260px;
    height: 48px;
  }
}

@media screen and (max-width: 519px) {
  .btn a {
    height: 42px;
    padding-left: 12px;
  }
}

.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  background: rgba(146, 124, 111, 0.1);
  border-radius: 100%;
}

.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 1;
  translate: 0 -50%;
  width: 38px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover {
  background: #ffffff;
  color: #5D5D5D;
}

.btn a:hover::after {
  right: -20px;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

@media screen and (max-width: 519px) {
  .btn a:hover::after {
    right: -13px;
  }
}

.btn a.bc-red {
  background: #B45C3C;
}

.btn a.bc-red:hover {
  background: #ffffff;
  color: #B45C3C;
}

.btn a.bc-pnk {
  background: #F5E1D6;
}

.btn a.bc-pnk:hover {
  background: #ffffff;
  color: #F5E1D6;
}

.btn a.bc-nvy {
  background: #2C405F;
}

.btn a.bc-nvy:hover {
  background: #ffffff;
  color: #2C405F;
}

.btn a.bc-l-beg {
  background: #FCF7F1;
}

.btn a.bc-l-beg:hover {
  background: #ffffff;
  color: #FCF7F1;
}

.btn a.bc-beg {
  background: #FAF0E4;
}

.btn a.bc-beg:hover {
  background: #ffffff;
  color: #FAF0E4;
}

.btn a.bc-ocher {
  background: #B7A280;
}

.btn a.bc-ocher:hover {
  background: #ffffff;
  color: #B7A280;
}

.btn a.bc-brn {
  background: #776358;
}

.btn a.bc-brn:hover {
  background: #ffffff;
  color: #776358;
}

.btn a.bc-l-brn {
  background: #927C6F;
}

.btn a.bc-l-brn:hover {
  background: #ffffff;
  color: #927C6F;
}

.btn a.bc-r-brn {
  background: #A58472;
}

.btn a.bc-r-brn:hover {
  background: #ffffff;
  color: #A58472;
}

.btn a.bc-d-brn {
  background: #53453D;
}

.btn a.bc-d-brn:hover {
  background: #ffffff;
  color: #53453D;
}

.btn a.bc-sm-brn {
  background: #E8E4E1;
}

.btn a.bc-sm-brn:hover {
  background: #ffffff;
  color: #E8E4E1;
}

.btn a.bc-dl-brn {
  background: #EFECE9;
}

.btn a.bc-dl-brn:hover {
  background: #ffffff;
  color: #EFECE9;
}

.btn a.bc-r-blk {
  background: #604D35;
}

.btn a.bc-r-blk:hover {
  background: #ffffff;
  color: #604D35;
}

.btn a.bc-blk {
  background: #5D5D5D;
}

.btn a.bc-blk:hover {
  background: #ffffff;
  color: #5D5D5D;
}

.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-l-skin {
  background: #FAF5ED;
}

.btn a.bc-l-skin:hover {
  background: #ffffff;
  color: #FAF5ED;
}

.btn a.bc-skin-c {
  background: #FEFCF9;
}

.btn a.bc-skin-c:hover {
  background: #ffffff;
  color: #FEFCF9;
}

.btn a.bc-d-gry {
  background: #999999;
}

.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #999999;
}

.btn.--l a {
  width: 320px;
}

@media screen and (max-width: 519px) {
  .btn.--l a {
    width: 270px;
  }
}

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

.tbl table {
  table-layout: fixed;
  width: 100%;
  border-top: solid 1px #776358;
  border-left: solid 1px #776358;
}

.tbl table thead tr th {
  border-right: solid 1px #776358;
  border-bottom: solid 1px #776358;
  color: #ffffff;
  background: #776358;
  text-align: center;
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  border-right: solid 1px #776358;
  border-bottom: solid 1px #776358;
  text-align: center;
  vertical-align: middle;
}

.tbl table tbody tr th {
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #776358;
  background: #FCF7F1;
}

.tbl table tr th,
.tbl table tr td {
  padding: 16px;
}

@media screen and (max-width: 959px) {
  .tbl table tr th,
  .tbl table tr td {
    padding: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tbl table tr th,
  .tbl table tr td {
    padding: 12px;
  }
}

@media screen and (max-width: 519px) {
  .tbl table tr th,
  .tbl table tr td {
    padding: 8px;
  }
}

.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: #c3c3c3;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #5D5D5D;
  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 {
  max-width: 473px;
  width: 100%;
  border-top: solid 1px #776358;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .hours-tbl table {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .hours-tbl table {
    margin-bottom: 8px;
  }
}

.hours-tbl table thead tr th {
  padding: 16px 6px;
  border-bottom: solid 1px #776358;
  color: #776358;
  background: rgba(119, 99, 88, 0.09);
  font-weight: bold;
}

@media screen and (max-width: 519px) {
  .hours-tbl table thead tr th {
    padding: 8px 4px;
  }
}

.hours-tbl table thead tr th:first-child {
  text-align: left;
}

.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  padding: 14px 6px;
  border-bottom: solid 1px #776358;
}

@media screen and (max-width: 519px) {
  .hours-tbl table tbody tr th,
  .hours-tbl table tbody tr td {
    padding: 10px 4px;
  }
}

.hours-tbl table tbody tr th {
  text-align: left;
}

.hours-tbl table tbody tr td {
  text-align: center;
}

.frame {
  position: relative;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(93, 93, 93, 0.1));
  filter: drop-shadow(1px 1px 1px rgba(93, 93, 93, 0.1));
}

.frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  translate: -50% -50%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: #ffffff;
  clip-path: polygon(0 0, 96% 0%, 100% 4%, 100% 100%, 4% 100%, 0 96%);
}

.frame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% -50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(183, 162, 128, 0.3);
  clip-path: polygon(0 0, 96% 0%, 100% 4%, 100% 100%, 4% 100%, 0 96%);
}

.frame .frame-content {
  z-index: 0;
  padding: 80px 0;
  background: #ffffff;
  clip-path: polygon(0 0, 96% 0%, 100% 4%, 100% 100%, 4% 100%, 0 96%);
}

@media screen and (max-width: 1023px) {
  .frame .frame-content {
    padding: 64px 0;
  }
}

@media screen and (max-width: 959px) {
  .frame .frame-content {
    padding: 56px 0;
  }
}

@media screen and (max-width: 767px) {
  .frame .frame-content {
    padding: 48px 0;
  }
}

.frame .frame-inner {
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .frame .frame-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .frame .frame-inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .frame .frame-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.frame .frame-inner .frame-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  margin-bottom: calc(8px * 5);
  padding: 0 30px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #776358;
}

@media screen and (max-width: 959px) {
  .frame .frame-inner .frame-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .frame .frame-inner .frame-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .frame .frame-inner .frame-ttl {
    padding: 0 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .frame .frame-inner .frame-ttl {
    padding: 0 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .frame .frame-inner .frame-ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 519px) {
  .frame .frame-inner .frame-ttl {
    text-align: center;
  }
}

.frame .frame-inner .frame-ttl::before, .frame .frame-inner .frame-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 40px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .frame .frame-inner .frame-ttl::before, .frame .frame-inner .frame-ttl::after {
    width: 6px;
    height: 36px;
  }
}

.frame .frame-inner .frame-ttl::before {
  left: 0;
}

.frame .frame-inner .frame-ttl::after {
  right: 0;
  rotate: 180deg;
}

.tra-bg {
  position: relative;
}

.tra-bg::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100%  + 32px);
  background: #FCF7F1;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .tra-bg::before {
    height: calc(100% + 24px);
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 519px) {
  .tra-bg::before {
    top: 22px;
    height: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
  }
}

.tra-bg .tra-ttl {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 5);
  margin-inline: auto;
  padding: 0 40px;
  color: #776358;
  font-size: 3.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 959px) {
  .tra-bg .tra-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .tra-bg .tra-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .tra-bg .tra-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .tra-bg .tra-ttl {
    font-size: 2.4rem;
    padding: 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .tra-bg .tra-ttl {
    font-size: 2rem;
    padding: 0 16px;
  }
}

@media screen and (max-width: 519px) {
  .tra-bg .tra-ttl {
    font-size: 1.6rem;
  }
}

.tra-bg .tra-ttl span {
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .tra-bg .tra-ttl span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .tra-bg .tra-ttl span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .tra-bg .tra-ttl span {
    font-size: 1.4rem;
  }
}

.tra-bg .tra-ttl::before, .tra-bg .tra-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 40px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .tra-bg .tra-ttl::before, .tra-bg .tra-ttl::after {
    width: 6px;
    height: 36px;
  }
}

.tra-bg .tra-ttl::before {
  left: 0;
}

.tra-bg .tra-ttl::after {
  right: 0;
  rotate: 180deg;
}

.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-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.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;
}

.modal .modal-switch {
  display: none;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #5D5D5D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.modal-switch:checked ~ .modal-overlay {
  opacity: 0.3;
  visibility: visible;
}

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 80px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 56px 24px 24px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media screen and (max-width: 1279px) {
  .modal-content {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 959px) {
  .modal-content {
    width: calc(100% - 48px);
    padding: 48px 20px 20px;
  }
}

@media screen and (max-width: 519px) {
  .modal-content {
    width: calc(100% - 32px);
    padding: 40px 16px 16px;
  }
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .modal .modal-close {
    top: 12px;
    right: 16px;
    font-size: 2rem;
    line-height: 20px;
  }
}

.modal .modal-close:hover {
  opacity: 0.8;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

@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::-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);
  background: #eeeeee;
}

@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[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;
  padding: 16px;
  border: solid 2px #eeeeee;
}

.writer .writer-vsl {
  width: 96px;
}

@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% - 112px);
}

@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__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #5D5D5D;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}

.writer .writer-dtl__name {
  margin-bottom: 4px;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}

.writer .writer-dtl__name a {
  color: #5D5D5D;
}

.writer .writer-dtl__company {
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

.com-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .com-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .com-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.com-unit__vsl {
  min-width: 306px;
}

@media screen and (max-width: 959px) {
  .com-unit__vsl {
    min-width: 278px;
  }
}

@media screen and (max-width: 767px) {
  .com-unit__vsl {
    min-width: auto;
    max-width: 400px;
    margin-inline: auto;
  }
}

.com-unit.--wide .com-unit__vsl {
  min-width: 324px;
}

@media screen and (max-width: 959px) {
  .com-unit.--wide .com-unit__vsl {
    min-width: 298px;
  }
}

@media screen and (max-width: 767px) {
  .com-unit.--wide .com-unit__vsl {
    min-width: auto;
    max-width: 400px;
    margin-inline: auto;
  }
}

.cv-s .cv-s-unit {
  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;
  gap: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#53453D), to(#927C6F));
  background: linear-gradient(90deg, #53453D, #927C6F);
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding: 20px;
}

@media screen and (max-width: 1023px) {
  .cv-s .cv-s-unit {
    gap: 32px;
    padding: 18px;
  }
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit {
    gap: 24px;
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cv-s .cv-s-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .cv-s .cv-s-unit {
    gap: 10px;
  }
}

.cv-s .cv-s-unit::before, .cv-s .cv-s-unit::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}

.cv-s .cv-s-unit::before {
  border-color: transparent #ffffff transparent transparent;
  border-width: 0px 24px 24px 0px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit::before {
    border-width: 0px 20px 20px 0px;
  }
}

.cv-s .cv-s-unit::after {
  border-color: transparent transparent transparent #ffffff;
  border-width: 24px 0px 0px 24px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit::after {
    border-width: 20px 0 0 20px;
  }
}

.cv-s .cv-s-unit__item {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .cv-s .cv-s-unit__item.--tel {
    text-align: center;
  }
}

.cv-s .cv-s-unit__item.--tel .tel-txt {
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit__item.--tel .tel-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv-s .cv-s-unit__item.--tel .tel-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.cv-s .cv-s-unit__item.--tel a {
  font-size: 3.6rem;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .cv-s .cv-s-unit__item.--tel a {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit__item.--tel a {
    font-size: 3.0rem;
  }
}

.cv-s .cv-s-unit__item.--tel a span {
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit__item.--tel a span {
    padding-left: 20px;
  }
}

.cv-s .cv-s-unit__item.--tel a span::before {
  content: "";
  position: absolute;
  top: calc( 50% + 3px);
  left: 0;
  translate: 0 -50%;
  width: 12px;
  height: 36px;
  aspect-ratio: 1/1;
  -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-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit__item.--tel a span::before {
    width: 10px;
    height: 32px;
  }
}

.cv-s .cv-s-unit__item .cv-s-fax {
  font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
  .cv-s .cv-s-unit__item .cv-s-fax {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit__item .cv-s-fax {
    font-size: 1.8rem;
  }
}

.cv-s .cv-s-unit__item.--line {
  width: 1px;
  height: 80px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .cv-s .cv-s-unit__item.--line {
    width: 400px;
    height: 1px;
  }
}

@media screen and (max-width: 519px) {
  .cv-s .cv-s-unit__item.--line {
    width: 280px;
  }
}

.cv-s .cv-s-unit__item.--time .cv-s-time {
  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: 16px;
  background: #ffffff;
  color: #776358;
  padding: 2px 10px 2px;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .cv-s .cv-s-unit__item.--time .cv-s-time {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .cv-s .cv-s-unit__item.--time .cv-s-time {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.cv-s .cv-s-unit__item.--time .cv-s-fax {
  font-size: 2.4rem;
}

.rezultat-unit {
  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;
}

@media screen and (max-width: 519px) {
  .rezultat-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.rezultat-unit__col {
  position: relative;
  margin: 24px 0;
  width: 250px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .rezultat-unit__col {
    width: calc((100% / 3) - (18px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .rezultat-unit__col {
    width: calc((100% / 3) - (56px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .rezultat-unit__col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 212px;
    margin: 12px 0;
  }
}

@media screen and (max-width: 519px) {
  .rezultat-unit__col {
    width: 100%;
    min-width: auto;
  }
}

.rezultat-unit__col::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  background: rgba(245, 225, 214, 0.2);
  border: 1px solid #F5E1D6;
  border-radius: 100%;
}

@media screen and (max-width: 959px) {
  .rezultat-unit__col::before {
    top: -18px;
  }
}

@media screen and (max-width: 767px) {
  .rezultat-unit__col::before {
    top: -13px;
  }
}

.rezultat-unit__col .rezultat-num {
  font-family: "Allura", serif;
  font-size: 5.0rem;
  color: rgba(180, 92, 60, 0.4);
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .rezultat-unit__col .rezultat-num {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .rezultat-unit__col .rezultat-num {
    font-size: 3.2rem;
  }
}

.rezultat-unit__col .rezultat-txt {
  text-align: center;
}

.rezultat-unit__col .rezultat-txt .double-line-wrapper {
  display: inline-block;
  margin-bottom: 10px;
}

.rezultat-unit__col .rezultat-txt .double-line-wrapper .double-line {
  font-size: 2rem;
  color: #B45C3C;
  letter-spacing: -0.8px;
  border-bottom: 3px double rgba(180, 92, 60, 0.5);
}

@media screen and (max-width: 959px) {
  .rezultat-unit__col .rezultat-txt .double-line-wrapper .double-line {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.panel .panel-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #927C6F;
}

@media screen and (max-width: 767px) {
  .panel .panel-unit {
    gap: 16px;
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .panel .panel-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.panel .panel-unit__vsl {
  width: 172px;
}

@media screen and (max-width: 767px) {
  .panel .panel-unit__vsl {
    width: 130px;
  }
}

@media screen and (max-width: 519px) {
  .panel .panel-unit__vsl {
    margin-inline: auto;
  }
}

.panel .panel-unit__dtl {
  width: calc(100% - 192px);
}

@media screen and (max-width: 767px) {
  .panel .panel-unit__dtl {
    width: calc(100% - 146px);
  }
}

@media screen and (max-width: 519px) {
  .panel .panel-unit__dtl {
    width: 100%;
  }
}

.panel .panel-unit__dtl .num-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-size: 2rem;
  border-bottom: 1px solid #776358;
}

@media screen and (max-width: 767px) {
  .panel .panel-unit__dtl .num-ttl {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.panel .panel-unit__dtl .num-ttl span {
  color: #776358;
  font-family: "Lora", serif;
}

.panel .panel-unit:not(:last-of-type) {
  margin-bottom: 16px;
}

.denture-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .denture-unit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .denture-unit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .denture-unit {
    gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .denture-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 519px) {
  .denture-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.denture-unit__vsl {
  width: 388px;
}

@media screen and (max-width: 959px) {
  .denture-unit__vsl {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .denture-unit__vsl {
    width: 230px;
  }
}

@media screen and (max-width: 519px) {
  .denture-unit__vsl {
    margin-inline: auto;
  }
}

.denture-unit__dtl {
  width: calc(100% - 420px);
}

@media screen and (max-width: 959px) {
  .denture-unit__dtl {
    width: calc(100% - 338px);
  }
}

@media screen and (max-width: 767px) {
  .denture-unit__dtl {
    width: calc(100% - 242px);
  }
}

@media screen and (max-width: 519px) {
  .denture-unit__dtl {
    width: 100%;
  }
}

/*# sourceMappingURL=../../maps/common/main.css.map */
