@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --container-width: 1080px;
    --c-pad: 20px;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* 基本色 */
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
  /* ブラウン系 */
    --color-dark-chocolate: #231815;
    --color-dark-chocolate-rgb: 35, 24, 21;
    --color-espresso: #3f1900;
    --color-espresso-rgb: 63, 25, 0;
    --color-coffee: #462200;
    --color-coffee-rgb: 70, 34, 0;
    --color-caramel: #b36c3d;
    --color-caramel-rgb: 179, 108, 61;
    --color-cinnamon: #b66b3e;
    --color-cinnamon-rgb: 182, 107, 62;
  /* グレー系 */
    --color-medium-gray: #898989;
    --color-medium-gray-rgb: 137, 137, 137;
    --color-light-gray: #9fa0a0;
    --color-light-gray-rgb: 159, 160, 160;
    --color-silver: #c5c6c6;
    --color-silver-rgb: 197, 198, 198;
    --color-silver-light: #c8c9ca;
    --color-silver-light-rgb: 200, 201, 202;
    --color-pale-gray: #d8d8d8;
    --color-pale-gray-rgb: 216, 216, 216;
    --color-pale-gray-light: #dcdddd;
    --color-pale-gray-light-rgb: 220, 221, 221;
    --color-very-light-gray: #e0e0e0;
    --color-very-light-gray-rgb: 224, 224, 224;
    --color-very-light-gray-alt: #e5e5e5;
    --color-very-light-gray-alt-rgb: 229, 229, 229;
    --color-off-white: #f1f1f1;
    --color-off-white-rgb: 241, 241, 241;
    --color-off-white-light: #f4f4f4;
    --color-off-white-light-rgb: 244, 244, 244;
  /* ブルー系 */
    --color-ocean-blue: #008bd5;
    --color-ocean-blue-rgb: 0, 139, 213;
    --color-sky-blue: #bae2f8;
    --color-sky-blue-rgb: 186, 226, 248;
  /* レッド系 */
    --color-crimson: #c30d23;
    --color-crimson-rgb: 195, 13, 35;
    --color-ruby-red: #c80f24;
    --color-ruby-red-rgb: 200, 15, 36;
  /* イエロー・オレンジ系 */
    --color-bright-orange: #ed7700;
    --color-bright-orange-rgb: 237, 119, 0;
    --color-golden-yellow: #f7dd46;
    --color-golden-yellow-rgb: 247, 221, 70;
    --color-cream: #fff6d2;
    --color-cream-rgb: 255, 246, 210;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}

html {
    font-size: 4.4444444444vw;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    html {
        font-size: 1.0666666667vw;
    }
}

@media (max-width: 767px) {
    html.-scroll-locked {
        overflow: hidden;
    }
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-ExtraLight.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Light.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-SemiBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-ExtraBold.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-display: swap;
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/yakuhanjp/YakuHanJP/YakuHanJP-Black.woff2) format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
    font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/LINESeedJP/WOFF2/LINESeedJP_OTF_Th.woff2);
}

@font-face {
    font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/LINESeedJP/WOFF2/LINESeedJP_OTF_Rg.woff2);
}

@font-face {
    font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/LINESeedJP/WOFF2/LINESeedJP_OTF_Bd.woff2);
}

@font-face {
    font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/LINESeedJP/WOFF2/LINESeedJP_OTF_Eb.woff2);
}

body {
    color: var(--color-black);
    font-family: "YakuHanJP", "LINESeedJP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: 0.875rem;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: 1rem;
    }
}

body.-scroll-locked {
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
}

* {
    box-sizing: border-box;
}

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

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Accessibility
-------------------- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

[tabindex="-1"]:focus {
    outline: 0;
}

.skip-link:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

:where(.entry) {
    font-size: 1rem;
    line-height: 1.87;
}

:where(.entry) .wp-block-columns {
    gap: 2.5rem 3.75rem;
}

:where(.entry) .wp-block-group:after {
    clear: both;
    content: "";
    display: block;
}

:where(.entry) .wp-block-image figcaption {
    font-size: 0.6875rem;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-image figcaption {
        font-size: 0.875rem;
    }
}

@media (max-width: 599px) {
    :where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image img {
    object-fit: contain !important;
}

:where(.entry) p {
    font-size: 1rem;
}

:where(.entry) p.has-background {
    padding: 1.25rem;
}

@media (min-width: 768px) {
    :where(.entry) p.has-background {
        padding: 1.875rem;
    }
}

:where(.entry) h1.wp-block-heading {
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 767px) {
    :where(.entry) h1.wp-block-heading {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    :where(.entry) h1.wp-block-heading {
        font-size: 1.75rem;
    }
}

:where(.entry) h2.wp-block-heading {
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 767px) {
    :where(.entry) h2.wp-block-heading {
        font-size: 1.3125rem;
    }
}

@media (min-width: 768px) {
    :where(.entry) h2.wp-block-heading {
        font-size: 1.5rem;
    }
}

:where(.entry) h2:not(.wp-block-heading) {
    border-left: 0.3125rem solid var(--color-crimson);
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.875rem 0 0.75rem -1.0625rem;
    padding: 0.1875rem 0 0.125rem 0.75rem;
    text-box: trim-both;
}

@media (min-width: 768px) {
    :where(.entry) h2:not(.wp-block-heading) {
        font-size: 1.5rem;
        margin: 3.125rem 0 1.5rem;
        padding: 0.3125rem 0 0.25rem 1.25rem;
    }
}

:where(.entry) h2:not(.wp-block-heading):first-child {
    margin-top: 0;
}

:where(.entry) h3.wp-block-heading {
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 767px) {
    :where(.entry) h3.wp-block-heading {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    :where(.entry) h3.wp-block-heading {
        font-size: 1.25rem;
    }
}

:where(.entry) h4.wp-block-heading {
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 767px) {
    :where(.entry) h4.wp-block-heading {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    :where(.entry) h4.wp-block-heading {
        font-size: 1rem;
    }
}

:where(.entry) h5.wp-block-heading,
:where(.entry) h6.wp-block-heading {
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 767px) {
    :where(.entry) h5.wp-block-heading,
  :where(.entry) h6.wp-block-heading {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    :where(.entry) h5.wp-block-heading,
  :where(.entry) h6.wp-block-heading {
        font-size: 1rem;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2 {
    border-left: 0.3125rem solid var(--color-crimson);
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.875rem 0 0.75rem -1.0625rem;
    padding: 0.1875rem 0 0.125rem 0.75rem;
    text-box: trim-both;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2 {
        font-size: 1.5rem;
        margin: 3.125rem 0 1.5rem;
        padding: 0.3125rem 0 0.25rem 1.25rem;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2:first-child {
    margin-top: 0;
}

:where(.entry) a:not(.wp-block-button__link) {
    color: var(--color-crimson);
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-underline-offset: 0.25rem;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

:where(.entry) a:not(.wp-block-button__link):focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:not(.wp-block-button__link):hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a) .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: var(--color-white);
    color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: var(--color-white);
        color: var(--color-crimson);
    }
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a) .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button:not(.is-style-outline, .is-style-button-a) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: var(--color-crimson);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: var(--color-crimson);
        color: var(--color-white);
    }
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button {
    align-items: center;
    background: var(--color-crimson);
    border: 0.1875rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.4375rem 0.4375rem 0.3125rem rgba(var(--color-black-rgb), 0.1);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.25rem;
    font-weight: 700;
    height: 3.5625rem;
    justify-content: center;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 0 3.75rem 0;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 0.5rem;
    margin: auto;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 8"><polyline points="0 7.25 11 7.25 4.5 .75" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 8"><polyline points="0 7.25 11 7.25 4.5 .75" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 1.25rem;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.8125rem;
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:focus {
    background-color: var(--color-white);
    border-color: var(--color-crimson);
    color: var(--color-black);
}

:where(.entry) .wp-block-button.is-style-button-a .wp-element-button:focus:after {
    background-color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:hover {
        background-color: var(--color-white);
        border-color: var(--color-crimson);
        color: var(--color-black);
    }

    :where(.entry) .wp-block-button.is-style-button-a .wp-element-button:hover:after {
        background-color: var(--color-crimson);
    }
}

:where(.entry) .wp-block-list.is-style-list-a {
    list-style: none;
    margin: 1.5rem 0 1.5rem;
    padding: 0;
}

:where(.entry) .wp-block-list.is-style-list-a li {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    padding: 0 0 0 1.0625rem;
    position: relative;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-list.is-style-list-a li {
        font-size: 1.25rem;
        padding: 0 0 0 1.5625rem;
    }
}

:where(.entry) .wp-block-list.is-style-list-a li:last-child {
    margin-bottom: 0;
}

:where(.entry) .wp-block-list.is-style-list-a li:before {
    background-color: var(--color-crimson);
    content: "";
    display: block;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    top: 0.65em;
    width: 0.625rem;
}

:where(.entry) ul:not(.wp-block-list) {
    list-style: none;
    margin: 1.5rem 0 1.5rem;
    padding: 0;
}

:where(.entry) ul:not(.wp-block-list) li {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    padding: 0 0 0 1.0625rem;
    position: relative;
}

@media (min-width: 768px) {
    :where(.entry) ul:not(.wp-block-list) li {
        font-size: 1.25rem;
        padding: 0 0 0 1.5625rem;
    }
}

:where(.entry) ul:not(.wp-block-list) li:last-child {
    margin-bottom: 0;
}

:where(.entry) ul:not(.wp-block-list) li:before {
    background-color: var(--color-crimson);
    content: "";
    display: block;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    top: 0.65em;
    width: 0.625rem;
}

@media (max-width: 767px) {
    :where(.entry) .has-small-font-size {
        font-size: 0.75rem !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-medium-font-size {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-large-font-size {
        font-size: 1rem !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-x-large-font-size {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    :where(.entry) .has-xx-large-font-size {
        font-size: 1.75rem !important;
    }
}

:where(.entry) a:has(> img) {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) a:has(> img):focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:has(> img):hover {
        opacity: 0.75;
    }
}

:where(.entry) .wp-block-separator {
    border: none;
    border-color: #cccccc;
    border-style: solid;
    border-width: 0.0625rem 0 0 0;
}

:where(.entry) .wp-block-separator.is-dashed {
    border-style: dashed;
}

:where(.entry) .wp-block-spacer {
    margin-bottom: 0;
    margin-top: 0;
}

.navigation.pagination .nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0.375rem 0.5rem;
    justify-content: center;
    margin: 5rem auto 0;
    text-align: center;
}

.navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
    align-items: center;
    background-color: rgba(var(--color-crimson-rgb), 0);
    border: none;
    border-radius: 0;
    color: #000;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.9375rem;
    height: 2.625rem;
    justify-content: center;
    margin: 0;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
    transition: border-bottom-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 2.625rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
        height: 3rem;
        width: 3rem;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev span, .navigation.pagination .nav-links span.page-numbers.prev span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 1.125rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.675rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
        height: 1.25rem;
        width: 0.75rem;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:focus:before, .navigation.pagination .nav-links span.page-numbers.prev:focus:before {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.prev:hover:before, .navigation.pagination .nav-links span.page-numbers.prev:hover:before {
        background-color: var(--color-white);
    }
}

.navigation.pagination .nav-links a.page-numbers.next span, .navigation.pagination .nav-links span.page-numbers.next span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 1.125rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.675rem;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
        height: 1.25rem;
        width: 0.75rem;
    }
}

.navigation.pagination .nav-links a.page-numbers.next:focus:before, .navigation.pagination .nav-links span.page-numbers.next:focus:before {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.next:hover:before, .navigation.pagination .nav-links span.page-numbers.next:hover:before {
        background-color: var(--color-white);
    }
}

.navigation.pagination .nav-links a.page-numbers:focus, .navigation.pagination .nav-links span.page-numbers:focus {
    background-color: rgba(var(--color-crimson-rgb), 1);
    color: var(--color-white);
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links span.page-numbers:hover {
        background-color: rgba(var(--color-crimson-rgb), 1);
        color: var(--color-white);
        text-decoration: none;
    }
}

.navigation.pagination .nav-links span.current.page-numbers {
    background-color: rgba(var(--color-crimson-rgb), 1);
    color: var(--color-white);
}

.navigation.pagination .nav-links span.dots.page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    pointer-events: none;
}

.navigation.pagination .nav-links span.dots.page-numbers:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 0.25rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.875rem;
}

.post-nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0.375rem 0.5rem;
    justify-content: center;
    margin: 5rem auto 0;
    text-align: center;
}

.post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
    align-items: center;
    background-color: rgba(var(--color-crimson-rgb), 0);
    border: none;
    border-radius: 0;
    color: #000;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.9375rem;
    height: 2.625rem;
    justify-content: center;
    margin: 0;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
    transition: border-bottom-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 2.625rem;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
        height: 3rem;
        width: 3rem;
    }
}

.post-nav-links a.post-page-numbers.prev span, .post-nav-links span.post-page-numbers.prev span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 1.125rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.675rem;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
        height: 1.25rem;
        width: 0.75rem;
    }
}

.post-nav-links a.post-page-numbers.prev:focus:before, .post-nav-links span.post-page-numbers.prev:focus:before {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.prev:hover:before, .post-nav-links span.post-page-numbers.prev:hover:before {
        background-color: var(--color-white);
    }
}

.post-nav-links a.post-page-numbers.next span, .post-nav-links span.post-page-numbers.next span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 1.125rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.675rem;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
        height: 1.25rem;
        width: 0.75rem;
    }
}

.post-nav-links a.post-page-numbers.next:focus:before, .post-nav-links span.post-page-numbers.next:focus:before {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.next:hover:before, .post-nav-links span.post-page-numbers.next:hover:before {
        background-color: var(--color-white);
    }
}

.post-nav-links a.post-page-numbers:focus, .post-nav-links span.post-page-numbers:focus {
    background-color: rgba(var(--color-crimson-rgb), 1);
    color: var(--color-white);
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers:hover, .post-nav-links span.post-page-numbers:hover {
        background-color: rgba(var(--color-crimson-rgb), 1);
        color: var(--color-white);
        text-decoration: none;
    }
}

.post-nav-links span.current.post-page-numbers {
    background-color: rgba(var(--color-crimson-rgb), 1);
    color: var(--color-white);
}

.post-nav-links span.dots.post-page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    pointer-events: none;
}

.post-nav-links span.dots.post-page-numbers:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 0.25rem;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.875rem;
}

.wp-block-lmbd-google-map {
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .wp-block-lmbd-google-map {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
        width: auto;
    }
}

.wp-block-lmbd-google-map.alignwide {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wp-block-lmbd-google-map.alignfull {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    position: relative;
    right: 50%;
    width: 100vw;
}

.lmbd-google-map-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lmbd-google-map-container iframe {
    border: 0;
    border-radius: 1.6rem;
    display: block;
    width: 100%;
}

.lmbd-google-map-wrapper {
    position: relative;
    width: 100%;
}

.wp-block-image[style*="width:"][style*=rem] img {
    height: auto;
    max-width: none;
    width: 100%;
}

/* --------------------
 Layout
-------------------- */
/* --------------------
 Commons
-------------------- */
.com-circle {
    background-color: var(--color-crimson);
    border-radius: 50%;
    display: block;
    height: 1rem;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1rem;
}

@media (min-width: 768px) {
    .com-circle {
        height: 1.25rem;
        width: 1.25rem;
    }
}

.com-circle:before {
    background-image: url(../images/commons/com-circle-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0.0625rem;
    content: "";
    display: block;
    height: 0.25rem;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 0.75rem;
}

@media (min-width: 768px) {
    .com-circle:before {
        height: 0.3125rem;
        width: 0.9375rem;
    }
}

a:has(.com-circle):focus .com-circle {
    background-color: var(--color-black);
}

@media (hover: hover) and (pointer: fine) {
    a:has(.com-circle):hover .com-circle {
        background-color: var(--color-black);
    }
}

.com-contact {
    padding: 2.75rem 0 1.875rem;
    position: relative;
}

@media (min-width: 768px) {
    .com-contact {
        padding: 2.75rem 0 3.125rem;
    }
}

.com-contact:before {
    background-color: var(--color-off-white-light);
    bottom: 0;
    content: "";
    display: block;
    height: 8.75rem;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-contact:before {
        height: 13.6875rem;
    }
}

.com-contact-container {
    position: relative;
    z-index: 1;
}

.com-contact__title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
    padding: 4.0625rem 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__title {
        padding: 0;
    }
}

.com-contact__action {
    padding: 5rem 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .com-contact__action {
        padding: 13.125rem 0 0;
    }
}

.com-contact__action__list {
    left: 0;
    margin: 0 auto;
    max-width: 70rem;
    position: absolute;
    right: 0;
    top: -9.75rem;
}

@media (min-width: 768px) {
    .com-contact__action__list {
        top: 0;
    }
}

.com-contact__action__list span {
    align-items: center;
    color: var(--color-espresso);
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.75rem;
    font-weight: 400;
    height: 2.8125rem;
    justify-content: center;
    left: auto;
    letter-spacing: 0.04em;
    margin: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 2.8125rem;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-contact__action__list span {
        font-size: 1.25rem;
        height: 5rem;
        width: 5rem;
    }
}

.com-contact__action__list span:before {
    background-color: var(--color-cream);
    border-radius: 50%;
    content: "";
    display: block;
    filter: blur(0.4375rem);
    height: 2.8125rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.8125rem;
    z-index: -1;
}

@media (min-width: 768px) {
    .com-contact__action__list span:before {
        height: 5rem;
        width: 5rem;
    }
}

.com-contact__action__list span:nth-child(1) {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(1) {
        left: -0.625rem;
        margin: 0;
        right: auto;
        top: 2.5rem;
    }
}

.com-contact__action__list span:nth-child(2) {
    left: 4.6875rem;
    top: 1.25rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(2) {
        left: 5.625rem;
        top: 6.25rem;
    }
}

.com-contact__action__list span:nth-child(3) {
    left: 1.25rem;
    top: 4.0625rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(3) {
        left: 11.25rem;
        top: 1.25rem;
    }
}

.com-contact__action__list span:nth-child(4) {
    left: 0.9375rem;
    top: 8.125rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(4) {
        left: 15.625rem;
        top: 6.25rem;
    }
}

.com-contact__action__list span:nth-child(5) {
    left: 4.0625rem;
    top: 10.9375rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(5) {
        left: 22.1875rem;
        top: 3.125rem;
    }
}

.com-contact__action__list span:nth-child(6) {
    right: 4.0625rem;
    top: 10.9375rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(6) {
        right: 22.8125rem;
        top: 6.25rem;
    }
}

.com-contact__action__list span:nth-child(7) {
    right: 0.9375rem;
    top: 8.125rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(7) {
        right: 16.5625rem;
        top: 1.25rem;
    }
}

.com-contact__action__list span:nth-child(8) {
    right: 1.25rem;
    top: 4.0625rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(8) {
        right: 12.1875rem;
        top: 6.25rem;
    }
}

.com-contact__action__list span:nth-child(9) {
    right: 4.6875rem;
    top: 1.25rem;
}

@media (min-width: 768px) {
    .com-contact__action__list span:nth-child(9) {
        right: 5.3125rem;
        top: 2.5rem;
    }
}

.com-contact__action__button {
    color: inherit;
    display: block;
    margin: 0 auto;
    max-width: 18.125rem;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-contact__action__button {
        max-width: 37.5rem;
    }
}

.com-contact__action__button:before {
    background-image: url(../images/commons/com-contact-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8.59375rem;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -7.5rem;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 6.53125rem;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-contact__action__button:before {
        height: 15.625rem;
        top: -13.4375rem;
        width: 11.875rem;
    }
}

.com-contact__action__button:after {
    background-image: url(../images/commons/com-contact-icon-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16.25rem;
    left: -1.25rem;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -16.25rem;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 16.875rem;
    z-index: 0;
}

.com-contact__action__button-inner {
    background-color: var(--color-crimson);
    border: 0.1875rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.441875rem 0.441875rem 0.440625rem 0rem rgba(var(--color-black-rgb), 0.1);
    padding: 0.75rem 0.25rem 0.25rem;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s;
    z-index: 2;
}

@media (min-width: 768px) {
    .com-contact__action__button-inner {
        border-width: 0.375rem;
        padding: 1.375rem 3.125rem 0.25rem;
    }
}

.com-contact__action__button__text {
    align-items: center;
    border-bottom: 0.0625rem solid var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    gap: 0 0.75rem;
    justify-content: flex-start;
    padding: 0 0.375rem 0.5rem;
    position: relative;
    transition: border-bottom-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__action__button__text {
        gap: 0 1.625rem;
        padding: 0 0.375rem 0.75rem;
    }
}

.com-contact__action__button__text:after {
    background-image: url(../images/icons/icon-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 0.375rem;
    left: auto;
    margin: 0;
    position: absolute;
    right: 1.125rem;
    top: 0.625rem;
    width: 0.625rem;
}

@media (min-width: 768px) {
    .com-contact__action__button__text:after {
        height: 0.9rem;
        right: 1.25rem;
        width: 1.5rem;
    }
}

.com-contact__action__button__text span {
    color: var(--color-white);
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.38em;
    line-height: 1;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .com-contact__action__button__text span {
        font-size: 2.1875rem;
    }
}

.com-contact__action__button__text em {
    background: var(--color-golden-yellow);
    border-radius: 0.4375rem;
    color: var(--color-espresso);
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    padding: 0.375rem 0.5rem 0.1875rem;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__action__button__text em {
        font-size: 1.5rem;
        padding: 0.5625rem 1rem 0.375rem;
    }
}

.com-contact__action__button__note p {
    color: var(--color-white);
    font-size: 0.875rem;
    line-height: 2;
    margin: 0;
    text-align: center;
    transition: color var(--duration) var(--cubic) 0s;
}

.com-contact__action__button:focus:before {
    opacity: 0;
}

.com-contact__action__button:focus:after {
    opacity: 1;
}

.com-contact__action__button:focus .com-contact__action__button-inner {
    background-color: var(--color-white);
    border-color: var(--color-crimson);
}

.com-contact__action__button:focus .com-contact__action__button__text {
    border-bottom-color: var(--color-off-white-light);
}

.com-contact__action__button:focus .com-contact__action__button__text span {
    color: var(--color-crimson);
}

.com-contact__action__button:focus .com-contact__action__button__note p {
    color: var(--color-black);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__action__button:hover:before {
        opacity: 0;
    }

    .com-contact__action__button:hover:after {
        opacity: 1;
    }

    .com-contact__action__button:hover .com-contact__action__button-inner {
        background-color: var(--color-white);
        border-color: var(--color-crimson);
    }

    .com-contact__action__button:hover .com-contact__action__button__text {
        border-bottom-color: var(--color-off-white-light);
    }

    .com-contact__action__button:hover .com-contact__action__button__text span {
        color: var(--color-crimson);
    }

    .com-contact__action__button:hover .com-contact__action__button__note p {
        color: var(--color-black);
    }
}

.com-burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.125rem solid var(--color-ruby-red);
    border-radius: 50%;
    box-shadow: none;
    color: var(--color-black);
    cursor: pointer;
    display: block;
    font-size: 0.5rem;
    font-weight: 400;
    height: 2.25rem;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s, color 0.15s ease 0s;
    width: 2.25rem;
}

@media (min-width: 768px) {
    .com-burger {
        font-size: 0.625rem;
        height: 3.75rem;
        width: 3.75rem;
    }
}

.com-burger:before {
    border: 0.3125rem solid var(--color-ruby-red);
    border-radius: 50%;
    bottom: -0.125rem;
    content: "";
    display: none;
    left: -0.125rem;
    opacity: 0;
    position: absolute;
    right: -0.125rem;
    top: -0.125rem;
    transition: border-width 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .com-burger:before {
        display: block;
    }
}

.com-burger__box {
    display: block;
    height: 0.625rem;
    margin: 0 auto;
    position: relative;
    transition: transform 0.15s ease 0s;
    width: 1.875rem;
}

@media (min-width: 768px) {
    .com-burger__box {
        height: 1.25rem;
    }
}

.com-burger__box__line {
    display: block;
    left: 0.375rem;
    margin: -0.0625rem 0 0;
    top: 0.0625rem;
    transition: left 0.15s ease 0s, transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
}

.com-burger__box__line, .com-burger__box__line:after {
    background-color: var(--color-ruby-red);
    border-radius: 0.125rem;
    height: 0.125rem;
    position: absolute;
    width: 1.125rem;
}

.com-burger__box__line:after {
    content: "";
    display: block;
    top: 0.5rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .com-burger__box__line:after {
        top: 0.625rem;
    }
}

.com-burger__label {
    display: none;
    transition: opacity 0.15s ease 0s;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .com-burger__label {
        display: block;
    }
}

@media (min-width: 768px) {
    .com-burger:focus {
        background-color: var(--color-bright-orange);
        color: var(--color-white);
    }

    .com-burger:focus:before {
        opacity: 1;
    }

    .com-burger:focus .com-burger__box__line {
        background-color: var(--color-white);
    }

    .com-burger:focus .com-burger__box__line:before, .com-burger:focus .com-burger__box__line:after {
        background-color: var(--color-white);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .com-burger:hover {
        background-color: var(--color-bright-orange);
        color: var(--color-white);
    }

    .com-burger:hover:before {
        opacity: 1;
    }

    .com-burger:hover .com-burger__box__line {
        background-color: var(--color-white);
    }

    .com-burger:hover .com-burger__box__line:before, .com-burger:hover .com-burger__box__line:after {
        background-color: var(--color-white);
    }
}

.com-burger.-active {
    background-color: var(--color-white);
}

.com-burger.-active:before {
    border-width: 0.125rem;
    opacity: 1;
}

@media (min-width: 768px) {
    .com-burger.-active .com-burger__box {
        transform: translateY(0.625rem);
    }
}

.com-burger.-active .com-burger__box__line {
    background-color: var(--color-ruby-red);
    left: 0.3125rem;
    transform: translate3d(0, 0.34375rem, 0) rotate(45deg);
    transition: left 0.15s ease 0s, transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
    width: 1.125rem;
}

@media (min-width: 768px) {
    .com-burger.-active .com-burger__box__line {
        left: 0;
        width: 1.875rem;
    }
}

.com-burger.-active .com-burger__box__line:after {
    background-color: var(--color-ruby-red);
    transform: translate3d(0, -0.53125rem, 0) rotate(-90deg);
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
    width: 1.125rem;
}

@media (min-width: 768px) {
    .com-burger.-active .com-burger__box__line:after {
        transform: translate3d(0, -0.6875rem, 0) rotate(-90deg);
        width: 1.875rem;
    }
}

.com-burger.-active .com-burger__label {
    opacity: 0;
}

.com-breadcrumb {
    background-color: var(--color-off-white-light);
    font-size: 0.8125rem;
    line-height: 1.6;
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 1rem 0.625rem;
    text-box: trim-both cap alphabetic;
}

@media (min-width: 768px) {
    .com-breadcrumb {
        background-color: transparent;
        font-size: 1rem;
        margin: 0 0 2.8125rem;
        padding: 0 3.125rem;
    }
}

.com-breadcrumb > li {
    display: inline-block;
    margin: 0;
    padding: 0.125rem 2.1875rem 0.125rem 0;
    position: relative;
}

@media (min-width: 768px) {
    .com-breadcrumb > li {
        padding: 0 2.8125rem 0 0;
    }
}

.com-breadcrumb > li:after {
    background-color: var(--color-black);
    bottom: auto;
    content: "";
    display: block;
    height: 0.675rem;
    margin: auto 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 12"><path d="M.28,11.07c-.13.05-.21.03-.21-.13v-.99c0-.1.03-.16.13-.21l7.49-3.75L.2,2.25c-.1-.05-.13-.1-.13-.21v-.98c0-.14.08-.21.21-.13l9.56,4.91c.14.08.13.19-.02.27L.28,11.07Z" style="fill: %23828282;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 12"><path d="M.28,11.07c-.13.05-.21.03-.21-.13v-.99c0-.1.03-.16.13-.21l7.49-3.75L.2,2.25c-.1-.05-.13-.1-.13-.21v-.98c0-.14.08-.21.21-.13l9.56,4.91c.14.08.13.19-.02.27L.28,11.07Z" style="fill: %23828282;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0.5rem;
    top: 0.375rem;
    width: 0.5625rem;
}

@media (min-width: 768px) {
    .com-breadcrumb > li:after {
        background-color: #828282;
        height: 0.75rem;
        right: 0.9375rem;
        top: 0.375rem;
        width: 0.625rem;
    }
}

.com-breadcrumb > li:last-child {
    padding-right: 0;
}

.com-breadcrumb > li:last-child:after {
    display: none;
}

.com-breadcrumb > li a, .com-breadcrumb > li span {
    color: var(--color-black);
    display: block;
    font-weight: 400;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .com-breadcrumb > li a, .com-breadcrumb > li span {
        color: #828282;
    }
}

.com-breadcrumb > li a {
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-underline-offset: 0.125rem;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.com-breadcrumb > li a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

/* --------------------
 Flatpickr
-------------------- */
.ui-timepicker-list li {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.flatpickr-next-month,
.flatpickr-prev-month {
    height: 44px;
}

.flatpickr-months .flatpickr-month {
    height: 44px;
}

.flatpickr-current-month {
    height: 44px;
    padding-top: 3px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 1.6rem;
}

.flatpickr-weekday:nth-child(1) {
    color: rgb(255, 0, 0);
}

.flatpickr-weekday:nth-child(7) {
    color: rgb(0, 0, 255);
}

span.flatpickr-day.flatpickr-disabled, span.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(72, 72, 72, 0.3);
}

span.flatpickr-day:nth-child(7n-6) {
    color: rgb(255, 0, 0);
}

span.flatpickr-day:nth-child(7n-6).flatpickr-disabled, span.flatpickr-day:nth-child(7n-6).flatpickr-disabled:hover {
    color: rgba(255, 0, 0, 0.3);
}

span.flatpickr-day:nth-child(7n-6).nextMonthDay {
    color: rgba(255, 0, 0, 0.3);
}

span.flatpickr-day:nth-child(7n-6).selected {
    color: #fff;
}

span.flatpickr-day:nth-child(7n) {
    color: rgb(0, 0, 255);
}

span.flatpickr-day:nth-child(7n).flatpickr-disabled, span.flatpickr-day:nth-child(7n).flatpickr-disabled:hover {
    color: rgba(0, 0, 255, 0.3);
}

span.flatpickr-day:nth-child(7n).nextMonthDay {
    color: rgba(0, 0, 255, 0.3);
}

span.flatpickr-day:nth-child(7n).selected {
    color: #fff;
}

span.flatpickr-day.-holiday {
    color: rgb(255, 0, 0);
}

span.flatpickr-day.-holiday.flatpickr-disabled, span.flatpickr-day.-holiday.flatpickr-disabled:hover {
    color: rgba(255, 0, 0, 0.3);
}

span.flatpickr-day.-holiday.nextMonthDay {
    color: rgba(255, 0, 0, 0.3);
}

span.flatpickr-day.-holiday.selected {
    color: #fff;
}

.sbi_header_link {
    color: inherit;
}

/* --------------------
 Header
-------------------- */
.header {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .header {
        display: block;
    }
}

@media (max-width: 767px) {
    .page-front .header {
        display: block;
    }
}

.header-container {
    padding: 0 2.1875rem;
}

@media (min-width: 768px) {
    .header-container {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 0 3.125rem;
    }
}

.header__logo {
    display: block;
    padding: 2.75rem 0 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header__logo {
        align-items: flex-end;
        display: flex;
        flex-flow: row nowrap;
        gap: 0.75rem;
        justify-content: flex-start;
        padding: 0 0 0.625rem;
    }
}

.header__logo__main {
    font-size: 1rem;
    margin: 0 0 0.75rem;
    padding: 0 0 1.875rem;
    position: relative;
}

@media (min-width: 768px) {
    .header__logo__main {
        margin: 0;
        padding: 0;
    }
}

.header__logo__main img {
    width: 18rem;
}

@media (min-width: 768px) {
    .header__logo__main img {
        width: 24.625rem;
    }
}

.header__logo__name {
    font-size: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .header__logo__name {
        text-align: left;
    }
}

.header__logo__name img {
    width: 10.125rem;
}

@media (min-width: 768px) {
    .header__logo__name img {
        width: 13.125rem;
    }
}

@media (min-width: 768px) {
    .page-front .header__logo {
        display: block;
        padding: 3.125rem 0 0;
    }
}

@media (min-width: 768px) {
    .page-front .header__logo__main {
        margin: 0 0 1.25rem;
        padding: 0 0 1.875rem;
    }
}

.page-front .header__logo__main:after {
    background-color: var(--color-off-white-light);
    bottom: 0;
    content: "";
    display: block;
    height: 0.125rem;
    left: 1.25rem;
    position: absolute;
    right: 1.25rem;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .page-front .header__logo__name {
        padding: 0 0 0 7.125rem;
    }
}

.header__nav {
    display: none;
}

@media (min-width: 768px) {
    .header__nav {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        padding: 3.75rem 0 0;
        position: relative;
    }
}

.header__nav__contact {
    margin: 0 1.5625rem 0 0;
    padding: 0.25rem 0 0;
}

.header__nav__contact a {
    align-items: center;
    background: var(--color-crimson);
    border: 0.1875rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.4375rem 0.4375rem 0.3125rem rgba(var(--color-black-rgb), 0.1);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.25rem;
    font-weight: 700;
    height: 3.5625rem;
    justify-content: center;
    letter-spacing: 0.38em;
    line-height: 1;
    padding: 0 0.625rem 0 0;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 14.125rem;
}

.header__nav__contact a:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 0.5rem;
    margin: auto;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 8"><polyline points="0 7.25 11 7.25 4.5 .75" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 8"><polyline points="0 7.25 11 7.25 4.5 .75" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 1.25rem;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 0.8125rem;
}

.header__nav__contact a:focus {
    background-color: var(--color-white);
    border-color: var(--color-crimson);
    color: var(--color-black);
}

.header__nav__contact a:focus:after {
    background-color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__contact a:hover {
        background-color: var(--color-white);
        border-color: var(--color-crimson);
        color: var(--color-black);
    }

    .header__nav__contact a:hover:after {
        background-color: var(--color-crimson);
    }
}

.header__nav__tel {
    margin: 0 1.25rem 0 0;
    padding: 0.5rem 0 0;
}

.header__nav__tel__number {
    margin: 0 0 0.375rem;
}

.header__nav__tel__number a {
    color: inherit;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0;
    text-decoration: none;
}

.header__nav__tel__note {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 0.5rem;
    justify-content: flex-start;
}

.header__nav__tel__note > span {
    color: var(--color-black);
    display: block;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
}

.header__nav__tel__note > span:last-child {
    font-size: 0.875rem;
    letter-spacing: 0.18em;
}

.header__nav__access {
    position: absolute;
    right: 0.5rem;
    top: 9rem;
}

.header__nav__access a {
    color: var(--color-black);
    display: block;
    font-size: 0.625rem;
    line-height: 3;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.header__nav__access a:before {
    background-image: url(../images/icons/icon-ruby-red-pin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3.375rem;
    margin: 0 auto;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 2.25rem;
}

.header__nav__access a:after {
    background-image: url(../images/icons/icon-bright-orange-pin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3.375rem;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 2.25rem;
}

.header__nav__access a:focus:before {
    opacity: 0;
}

.header__nav__access a:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__access a:hover:before {
        opacity: 0;
    }

    .header__nav__access a:hover:after {
        opacity: 1;
    }
}

.gheader {
    background-color: var(--color-white);
    display: none;
    height: 4.375rem;
    left: 0;
    padding: 0 0.5rem 0 1rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    z-index: 99;
}

@media (min-width: 768px) {
    .gheader {
        height: 5.625rem;
        padding: 0 3.125rem 0 2.375rem;
        transform: translateY(-100%);
    }
}

@media (max-width: 767px) {
    .page-front .gheader {
        transform: translateY(-100%);
    }
}

.gheader.-initialized {
    display: block;
}

.gheader.-active {
    transform: translateY(0);
}

.gheader-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.gheader__logo a {
    display: block;
    text-decoration: none;
}

.gheader__logo a img {
    width: 13.125rem;
}

@media (min-width: 768px) {
    .gheader__logo a img {
        width: 16.875rem;
    }
}

.gheader__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--color-black);
    cursor: pointer;
    display: block;
    font-size: 0.625rem;
    font-weight: 400;
    height: 3.125rem;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s, color 0.15s ease 0s;
    width: 3.125rem;
}

@media (min-width: 768px) {
    .gheader__burger {
        border: 0.125rem solid var(--color-ruby-red);
        border-radius: 50%;
        height: 3.75rem;
        width: 3.75rem;
    }
}

.gheader__burger:before {
    border: 0.3125rem solid var(--color-ruby-red);
    border-radius: 50%;
    bottom: -0.125rem;
    content: "";
    display: none;
    left: -0.125rem;
    opacity: 0;
    position: absolute;
    right: -0.125rem;
    top: -0.125rem;
    transition: border-width 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__burger:before {
        display: block;
    }
}

.gheader__burger__box {
    display: block;
    height: 0.875rem;
    margin: 0 auto;
    position: relative;
    transition: transform 0.15s ease 0s;
    width: 0.875rem;
}

@media (min-width: 768px) {
    .gheader__burger__box {
        height: 1.25rem;
        width: 1.875rem;
    }
}

.gheader__burger__box__line {
    display: block;
    margin: -0.0625rem 0 0;
    top: 0.0625rem;
    transition: left 0.15s ease 0s, transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__burger__box__line {
        left: 0.375rem;
        margin: -0.0625rem 0 0;
        top: 0.0625rem;
    }
}

.gheader__burger__box__line, .gheader__burger__box__line:before, .gheader__burger__box__line:after {
    background-color: var(--color-ruby-red);
    border-radius: 0.125rem;
    height: 0.125rem;
    position: absolute;
    width: 0.875rem;
}

@media (min-width: 768px) {
    .gheader__burger__box__line, .gheader__burger__box__line:before, .gheader__burger__box__line:after {
        height: 0.125rem;
        width: 1.125rem;
    }
}

.gheader__burger__box__line:before, .gheader__burger__box__line:after {
    content: "";
    display: block;
}

.gheader__burger__box__line:before {
    top: 0.375rem;
    transition: transitions(transform, background-color, opacity, 0.15s, 0.15s, 0.15s, ease, ease, ease);
}

@media (min-width: 768px) {
    .gheader__burger__box__line:before {
        display: none;
        top: 0.5rem;
    }
}

.gheader__burger__box__line:after {
    top: 0.75rem;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__burger__box__line:after {
        top: 0.625rem;
    }
}

.gheader__burger__label {
    display: none;
    transition: opacity 0.15s ease 0s;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .gheader__burger__label {
        display: block;
    }
}

@media (min-width: 768px) {
    .gheader__burger:focus {
        background-color: var(--color-bright-orange);
        color: var(--color-white);
    }

    .gheader__burger:focus:before {
        opacity: 1;
    }

    .gheader__burger:focus .gheader__burger__box__line {
        background-color: var(--color-white);
    }

    .gheader__burger:focus .gheader__burger__box__line:before, .gheader__burger:focus .gheader__burger__box__line:after {
        background-color: var(--color-white);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .gheader__burger:hover {
        background-color: var(--color-bright-orange);
        color: var(--color-white);
    }

    .gheader__burger:hover:before {
        opacity: 1;
    }

    .gheader__burger:hover .gheader__burger__box__line {
        background-color: var(--color-white);
    }

    .gheader__burger:hover .gheader__burger__box__line:before, .gheader__burger:hover .gheader__burger__box__line:after {
        background-color: var(--color-white);
    }
}

@media (min-width: 768px) {
    .gheader__burger.-active {
        background-color: var(--color-white);
    }
}

@media (min-width: 768px) {
    .gheader__burger.-active:before {
        border-width: 0.125rem;
        opacity: 1;
    }
}

.gheader__burger.-active .gheader__burger__box {
    width: 1.875rem;
}

@media (min-width: 768px) {
    .gheader__burger.-active .gheader__burger__box {
        transform: translateY(0.625rem);
        width: 1.25rem;
    }
}

.gheader__burger.-active .gheader__burger__box__line {
    background-color: var(--color-ruby-red);
    left: 0.3125rem;
    transform: translate3d(0, 0.5rem, 0) rotate(45deg);
    transition: left 0.15s ease 0s, transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
    width: 1.25rem;
}

@media (min-width: 768px) {
    .gheader__burger.-active .gheader__burger__box__line {
        left: -0.3125rem;
        transform: translate3d(0, 0.34375rem, 0) rotate(45deg);
        width: 1.875rem;
    }
}

.gheader__burger.-active .gheader__burger__box__line:before {
    background-color: var(--color-white);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-0.125rem, -0.25rem, 0);
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
}

@media (min-width: 768px) {
    .gheader__burger.-active .gheader__burger__box__line:before {
        transform: rotate(-45deg) translate3d(-0.1607142857rem, -0.375rem, 0);
    }
}

.gheader__burger.-active .gheader__burger__box__line:after {
    background-color: var(--color-ruby-red);
    transform: translate3d(0, -0.8125rem, 0) rotate(-90deg);
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, width 0.15s ease 0s;
    width: 1.25rem;
}

@media (min-width: 768px) {
    .gheader__burger.-active .gheader__burger__box__line:after {
        transform: translate3d(0, -0.6875rem, 0) rotate(-90deg);
        width: 1.875rem;
    }
}

.gheader__burger.-active .gheader__burger__label {
    opacity: 0;
}

.bmenu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.bmenu__burger {
    position: absolute;
    right: 1.5625rem;
    top: 2.75rem;
    z-index: 2;
}

@media (min-width: 768px) {
    .bmenu__burger {
        right: 3.125rem;
        top: 3.75rem;
    }
}

@media (min-width: 768px) {
    body:has(.gheader.-active) .bmenu.-open .bmenu__burger {
        top: 0.9375rem;
    }
}

.bmenu-scroller {
    height: 100%;
    overflow-y: auto;
}

.bmenu-scroller.-scrollable {
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.bmenu-scroller-container {
    padding: 2.5rem 0;
}

@media (min-width: 768px) {
    .bmenu-scroller-container {
        padding: 3.75rem 0;
    }
}

.bmenu__logo {
    display: block;
    margin: 0 auto 2.1875rem;
    padding: 0 2.1875rem;
    text-decoration: none;
}

@media (min-width: 768px) {
    .bmenu__logo {
        margin: 0 auto 5rem;
        padding: 3.125rem 0 0;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.bmenu__logo__main {
    font-size: 1rem;
    position: relative;
}

@media (min-width: 768px) {
    .bmenu__logo__main {
        margin: 0 0 1.875rem;
        padding: 0 0 1.875rem;
    }
}

.bmenu__logo__main:after {
    background-color: var(--color-off-white-light);
    bottom: 0;
    content: "";
    display: none;
    height: 0.125rem;
    left: 1.25rem;
    position: absolute;
    right: 1.25rem;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .bmenu__logo__main:after {
        display: block;
    }
}

.bmenu__logo__main img {
    width: 15rem;
}

@media (min-width: 768px) {
    .bmenu__logo__main img {
        width: 30.625rem;
    }
}

.bmenu__logo__name {
    display: none;
    font-size: 1rem;
    padding: 0 0 0 9.0625rem;
}

@media (min-width: 768px) {
    .bmenu__logo__name {
        display: block;
    }
}

.bmenu__logo__name img {
    width: 16.25rem;
}

.bmenu__tel {
    align-items: center;
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 2.5rem 0;
    justify-content: center;
    margin: 0;
}

@media (min-width: 768px) {
    .bmenu__tel {
        display: block;
        margin: 0 0 3.125rem;
    }
}

.bmenu__tel__number {
    margin: 0 0 0.75rem;
    text-align: center;
}

.bmenu__tel__number a {
    color: inherit;
    font-size: 2.0625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .bmenu__tel__number a {
        font-size: 2.625rem;
    }
}

.bmenu__tel__note {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem 0.5rem;
    justify-content: center;
}

@media (min-width: 768px) {
    .bmenu__tel__note {
        flex-direction: row;
    }
}

.bmenu__tel__note > span {
    background-color: var(--color-off-white-light);
    border-radius: 0.4375rem;
    color: var(--color-black);
    display: block;
    font-size: 1rem;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 0.5rem 1.25rem;
    text-align: center;
    text-box: trim-both cap alphabetic;
}

@media (min-width: 768px) {
    .bmenu__tel__note > span {
        background-color: transparent;
        border-radius: 0;
        font-size: 1.5625rem;
        letter-spacing: 0.08em;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .bmenu__tel__note > span:last-child {
        font-size: 1.4375rem;
        letter-spacing: 0.18em;
    }
}

.bmenu__fax {
    background-color: var(--color-off-white-light);
    border-radius: 0.4375rem;
    color: var(--color-black);
    display: block;
    font-size: 0.875rem;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 auto 0.5rem;
    padding: 0.5rem 2.1875rem 0.375rem;
    text-align: center;
    text-box: trim-both cap alphabetic;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .bmenu__fax {
        display: none;
    }
}

.bmenu__contact {
    margin: 0 0 1.875rem;
}

@media (min-width: 768px) {
    .bmenu__contact {
        margin: 0 0 5.9375rem;
    }
}

.bmenu__contact a {
    align-items: center;
    background: var(--color-crimson);
    border: 0.3125rem solid var(--color-white);
    border-radius: 0.75rem;
    box-shadow: 0.4375rem 0.4375rem 0.3125rem rgba(var(--color-black-rgb), 0.1);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.5625rem;
    font-weight: 700;
    height: 4.625rem;
    justify-content: center;
    letter-spacing: 0.38em;
    line-height: 1;
    margin: 0 auto;
    padding: 0 1.5rem 0 0;
    position: relative;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, border-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 18.125rem;
}

@media (min-width: 768px) {
    .bmenu__contact a {
        border-width: 0.1875rem;
        font-size: 2rem;
        height: 5.625rem;
        width: 22.5rem;
    }
}

.bmenu__contact a:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 0.675rem;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-white-angle-right.svg);
    mask-image: url(../images/icons/icon-white-angle-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 2.25rem;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 1.125rem;
}

.bmenu__contact a:focus {
    background-color: var(--color-white);
    border-color: var(--color-crimson);
    color: var(--color-black);
}

.bmenu__contact a:focus:after {
    background-color: var(--color-crimson);
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__contact a:hover {
        background-color: var(--color-white);
        border-color: var(--color-crimson);
        color: var(--color-black);
    }

    .bmenu__contact a:hover:after {
        background-color: var(--color-crimson);
    }
}

.bmenu__access {
    margin: 0 auto 1.875rem;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .bmenu__access {
        margin: 0 auto 5.625rem;
    }
}

.bmenu__access__link {
    bottom: -0.125rem;
    color: var(--color-black);
    display: block;
    font-size: 0.625rem;
    line-height: 3;
    position: absolute;
    right: -2.25rem;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .bmenu__access__link {
        bottom: auto;
        right: -3.375rem;
        top: -1.5rem;
    }
}

.bmenu__access__link span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.bmenu__access__link:before {
    background-image: url(../images/icons/icon-ruby-red-pin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 2.3625rem;
    margin: 0 auto;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 1.575rem;
}

@media (min-width: 768px) {
    .bmenu__access__link:before {
        height: 3.375rem;
        width: 2.25rem;
    }
}

.bmenu__access__link:after {
    background-image: url(../images/icons/icon-bright-orange-pin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 2.3625rem;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 1.575rem;
}

@media (min-width: 768px) {
    .bmenu__access__link:after {
        height: 3.375rem;
        width: 2.25rem;
    }
}

.bmenu__access__link:focus:before {
    opacity: 0;
}

.bmenu__access__link:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__access__link:hover:before {
        opacity: 0;
    }

    .bmenu__access__link:hover:after {
        opacity: 1;
    }
}

.bmenu__access__address {
    display: block;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.66;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .bmenu__access__address {
        line-height: 1.6;
    }
}

.bmenu__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.6875rem 0.5rem;
    justify-content: center;
    margin: 0 0 3.125rem;
    padding: 0 3.375rem;
}

@media (min-width: 768px) {
    .bmenu__menu {
        gap: 0;
        margin: 0 0 3.5rem;
        padding: 0;
    }
}

.bmenu__menu__item {
    border-left: 0.0625rem solid var(--color-black);
    flex: 1 0 calc(50% - 0.625rem);
    padding: 0 0.375rem;
}

@media (min-width: 768px) {
    .bmenu__menu__item {
        flex: 0 0 auto;
        padding: 0 1.625rem;
    }
}

@media (min-width: 768px) {
    .bmenu__menu__item:first-child {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .bmenu__menu__item:last-child {
        padding-right: 0;
    }
}

.bmenu__menu__item a {
    color: inherit;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-underline-offset: 0.75rem;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .bmenu__menu__item a {
        font-size: 1rem;
    }
}

.bmenu__menu__item a:focus {
    color: var(--color-crimson);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .bmenu__menu__item a:hover {
        color: var(--color-crimson);
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.bmenu__sns {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 2.75rem;
    justify-content: center;
    margin: 0;
}

@media (min-width: 768px) {
    .bmenu__sns {
        gap: 0 4.625rem;
    }
}

.bmenu__sns a {
    display: block;
    text-decoration: none;
}

.bmenu__sns a img.--tiktok {
    width: 1.75rem;
}

@media (min-width: 768px) {
    .bmenu__sns a img.--tiktok {
        width: 2.5rem;
    }
}

.bmenu__sns a img.--instagram {
    width: 1.875rem;
}

@media (min-width: 768px) {
    .bmenu__sns a img.--instagram {
        width: 2.75rem;
    }
}

.bmenu__sns a img.--x {
    width: 1.875rem;
}

@media (min-width: 768px) {
    .bmenu__sns a img.--x {
        width: 2.75rem;
    }
}

.gnav {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: transform var(--duration) var(--cubic) 0s;
    z-index: 99;
}

.gnav.-initialized {
    display: block;
}

.gnav.-active {
    transform: translateY(0);
}

.gnav-container {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    height: 4.375rem;
}

@media (min-width: 768px) {
    .gnav-container {
        height: 5.625rem;
    }
}

.gnav__tel {
    align-items: center;
    background-color: var(--color-bright-orange);
    color: inherit;
    display: flex;
    flex: 0 0 50%;
    flex-flow: column nowrap;
    gap: 0.25rem 0;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .gnav__tel {
        flex-direction: row;
    }
}

.gnav__tel:before {
    background-image: url(../images/icons/icon-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    height: 3.375rem;
    margin: 0 0.5rem 0 0;
    width: 2.5rem;
}

@media (min-width: 768px) {
    .gnav__tel:before {
        display: block;
    }
}

.gnav__tel__number {
    color: #ffffff;
    display: block;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.08;
    text-align: center;
}

@media (min-width: 768px) {
    .gnav__tel__number {
        font-size: 2.1875rem;
        margin: 0 0.75rem 0 0;
    }
}

.gnav__tel__note {
    color: #ffffff;
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

@media (min-width: 768px) {
    .gnav__tel__note {
        font-size: 0.875rem;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .gnav__tel__note span:first-child {
        margin-right: 0.3125rem;
    }
}

@media (min-width: 768px) {
    .gnav__tel__note span {
        display: block;
    }
}

.gnav__contact {
    align-items: center;
    background-color: var(--color-crimson);
    color: inherit;
    display: flex;
    flex: 0 0 50%;
    flex-flow: row nowrap;
    gap: 0.75rem;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .gnav__contact {
        padding: 0 3.25rem 0 0;
    }
}

.gnav__contact:before {
    background-image: url(../images/icons/icon-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    height: 3.375rem;
    width: 2.5rem;
}

@media (min-width: 768px) {
    .gnav__contact:before {
        display: block;
    }
}

.gnav__contact__text {
    color: #ffffff;
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .gnav__contact__text {
        font-size: 1.75rem;
        line-height: 1;
    }
}

.gnav__contact__text em {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .gnav__contact__text em {
        font-size: inherit;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 4.6875rem 0 4.375rem;
    position: relative;
}

@media (min-width: 768px) {
    .footer {
        padding: 3.125rem 0 5.625rem;
    }
}

.footer:after {
    background: linear-gradient(to right, var(--color-crimson) 0%, var(--color-crimson) 50%, var(--color-bright-orange) 50%, var(--color-bright-orange) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 17.75rem;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.footer-container {
    margin: 0 auto;
    max-width: 68.75rem;
    padding: 0 1.25rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .footer-container {
        padding: 0;
    }
}

.footer__logo {
    display: block;
    margin: 0 auto 2.625rem;
    padding: 0 0.9375rem;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__logo {
        margin: 0 auto 1.375rem;
        padding: 0;
    }
}

.footer__logo__main {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    padding: 0 0 1.5625rem;
    position: relative;
}

@media (min-width: 768px) {
    .footer__logo__main {
        padding: 0 0 1.875rem;
    }
}

.footer__logo__main:after {
    background-color: var(--color-off-white-light);
    bottom: 0;
    content: "";
    display: block;
    height: 0.125rem;
    left: 1.25rem;
    position: absolute;
    right: 1.25rem;
    top: auto;
    width: auto;
}

.footer__logo__main img {
    width: 18.125rem;
}

@media (min-width: 768px) {
    .footer__logo__main img {
        width: 24.625rem;
    }
}

.footer__logo__name {
    font-size: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__logo__name {
        padding: 0 0 0 7.125rem;
        text-align: left;
    }
}

.footer__logo__name img {
    width: 10rem;
}

@media (min-width: 768px) {
    .footer__logo__name img {
        width: 13.125rem;
    }
}

.footer__contact {
    margin: 0 auto 2.75rem;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__contact {
        margin: 0 auto 3.625rem;
    }
}

.footer__contact__note {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem 0.3125rem;
    justify-content: center;
    margin: 0 0 2.875rem;
}

@media (min-width: 768px) {
    .footer__contact__note {
        align-items: flex-start;
        flex-direction: row;
        margin: 0 0 2.5rem;
    }
}

.footer__contact__note > span {
    background-color: var(--color-off-white-light);
    border-radius: 0.4375rem;
    color: var(--color-black);
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: 0.375rem 0.625rem;
    text-align: center;
    text-box: trim-both cap alphabetic;
}

@media (min-width: 768px) {
    .footer__contact__note > span {
        border-radius: 0.551875rem;
        padding: 0.375rem 1rem;
    }
}

.footer__contact__tel {
    margin: 0 0 0.5rem;
    text-align: center;
}

.footer__contact__tel a {
    color: var(--color-black);
    font-size: 2.0625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__contact__tel a {
        font-size: 2.875rem;
    }
}

.footer__contact__fax {
    background-color: var(--color-off-white-light);
    border-radius: 0.4375rem;
    color: var(--color-black);
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 auto;
    padding: 0.375rem 1.875rem;
    text-align: center;
    text-box: trim-both cap alphabetic;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__contact__fax {
        border-radius: 0.551875rem;
        font-size: 1.125rem;
        margin: 0 auto;
        padding: 0.375rem 0.625rem;
        width: auto;
    }
}

.footer__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.6875rem 1.25rem;
    justify-content: center;
    margin: 0 0 3.125rem;
    padding: 0 1.875rem;
}

@media (min-width: 768px) {
    .footer__menu {
        gap: 0;
        margin: 0 0 3.5rem;
        padding: 0;
    }
}

.footer__menu__item {
    border-left: 0.0625rem solid var(--color-black);
    flex: 1 0 calc(50% - 0.625rem);
    padding: 0 0.375rem;
}

@media (min-width: 768px) {
    .footer__menu__item {
        flex: 0 0 auto;
        padding: 0 1.625rem;
    }
}

@media (min-width: 768px) {
    .footer__menu__item:first-child {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .footer__menu__item:last-child {
        padding-right: 0;
    }
}

.footer__menu__item a {
    color: inherit;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-underline-offset: 0.75rem;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__menu__item a {
        font-size: 1rem;
    }
}

.footer__menu__item a:focus {
    color: var(--color-crimson);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item a:hover {
        color: var(--color-crimson);
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.footer__sns {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 2.75rem;
    justify-content: center;
    margin: 0 0 3.125rem;
}

@media (min-width: 768px) {
    .footer__sns {
        gap: 0 4.625rem;
        margin: 0 0 2.5rem;
    }
}

.footer__sns a {
    display: block;
    text-decoration: none;
}

.footer__sns a img.--tiktok {
    width: 1.75rem;
}

@media (min-width: 768px) {
    .footer__sns a img.--tiktok {
        width: 2.5rem;
    }
}

.footer__sns a img.--instagram {
    width: 1.875rem;
}

@media (min-width: 768px) {
    .footer__sns a img.--instagram {
        width: 2.75rem;
    }
}

.footer__sns a img.--x {
    width: 1.875rem;
}

@media (min-width: 768px) {
    .footer__sns a img.--x {
        width: 2.75rem;
    }
}

.footer__address {
    color: var(--color-black);
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.62;
    margin: 0 0 0.625rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__address {
        font-size: 1.125rem;
        line-height: 1.66;
    }
}

.footer__map iframe {
    border-radius: 1rem;
    display: block;
    height: 16.875rem;
    width: 100%;
}

.footer__copyright {
    color: var(--color-white);
    display: block;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.66;
    margin: 0;
    padding: 1.25rem 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright {
        font-size: 1.125rem;
    }
}