@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #0b0b0b;
    font-weight: 500;
    background: url("../img/bg.jpg") repeat;
    background-color: #f5f1ec;
    background-size: 160px;
}

audio {
    width: 100%;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    opacity: 0.8;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #009245;
}

input[type=datetime-local],
input[type=date] {
    width: auto;
}

ul {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    font-size: inherit;
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

table {
    width: 100%;
}

table th {
    font-weight: 500;
    vertical-align: top;
    padding-bottom: 0.4em;
}

table td {
    word-break: break-word;
    padding-left: 1em;
    padding-bottom: 0.4em;
}

table td.right.aligned {
    white-space: nowrap;
}

p {
    line-height: 1.8;
    margin: 0;
}

b,
strong {
    font-weight: 800;
}

ol li {
    margin-bottom: 10px;
    line-height: 2;
}

iframe {
    width: 100%;
    max-width: 100%;
}

hr {
    margin: 0.5rem 0;
    border-color: #fff;
    border-width: 0.5px;
}

textarea {
    width: 100%;
    padding: 16px;
}

main {
    min-height: calc(100vh - 240px);
}

dt {
    font-weight: 800;
    margin-top: 18px;
    padding-left: 6px;
}

dd {
    padding-left: 1.5em;
    padding-right: 6px;
    margin-left: 0;
    text-align: right;
    padding-bottom: 6px;
    border-bottom: 1px solid #603813;
}

fieldset {
    border: 0;
}

.l-wrap {
    margin: 0 auto;
    position: relative;
    width: 1300px;
    max-width: 94%;
}

@media screen and (max-width: 1300px) {
    .l-container {
        min-width: auto;
    }

    .l-wrap {
        padding: 0 30px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        position: relative;
    }

    main {
        padding-top: 68px;
        min-height: calc(100vh - 410px);
    }

    table th {
        text-align: left;
    }

    table td {
        padding-left: 0.6em;
    }

    .c-alert+main {
        margin-top: 0;
    }

    .l-wrap {
        max-width: 100%;
        padding: 0 15px;
        width: 100%;
    }

    .l-container {
        min-width: auto;
        overflow-x: hidden;
    }

    input[type=text],
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=number],
    input[type=time],
    input[type=date],
    input[type=datetime-local],
    textarea {
        margin: 0;
        margin-bottom: 10px;
    }
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    height: 100%;
}

.dashboard-article-edit .l-main {
    z-index: 2;
    position: relative;
}

.l-sidebar--admin {
    width: 255px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .l-sidebar--admin {
        width: 54px;
    }
}

.l-section {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

.l-sidebar--admin+.l-section {
    -ms-flex-preferred-size: calc(100% - 260px);
    flex-basis: calc(100% - 260px);
}

.l-section--message {
    position: absolute;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .l-section {
        padding: 30px 0;
        width: 100%;
    }

    .l-sidebar--admin+.l-section {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .l-section--message {
        position: relative;
    }

    .l-section--message .l-inner {
        margin-top: 0;
    }
}

.l-content--hasSidebar {
    width: calc(100% - 400px);
}

.l-content--admin {
    margin-left: 255px;
    margin-top: 44px;
    min-height: calc(100vh - 85px);
}

.l-content--admin .l-wrap {
    width: 1300px;
    max-width: 98%;
}

.dashboard-article-create .l-content--admin,
.dashboard-article-edit .l-content--admin {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .l-content--hasSidebar {
        width: 100%;
    }

    .l-content--admin {
        margin-left: 54px;
        margin-top: 54px;
        min-height: auto;
        margin-top: 0;
        padding: 30px 0;
    }

    .l-content--admin .l-wrap {
        max-width: 100%;
    }
}

.l-inner {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.l-inner--small {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}

.l-inner--large {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
}

.l-inner__inner {
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    .l-inner {
        width: 100%;
        max-width: 100%;
    }
}

.slick-prev {
    position: absolute;
    z-index: 2;
    left: calc(50% - 450px);
    top: 225px;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    background: url(../img/icon/arrow_left.svg) no-repeat center center;
    border: 0;
    background-color: #777D6C;
    border-radius: 50%;
    background-size: 10px;
}

.slick-next {
    position: absolute;
    z-index: 2;
    right: calc(50% - 450px);
    top: 225px;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    background: url(../img/icon/arrow_right.svg) no-repeat center center;
    border: 0;
    background-color: #777D6C;
    border-radius: 50%;
    background-size: 10px;
}

.slick-dots {
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li button {
    text-indent: -9999px;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    background: #6a6862;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #777D6C;
}

.slick-dots li:last-child {
    margin-right: 4vw;
}

@media screen and (max-width: 768px) {

    #index_slider_prev,
    #index_slider_next {
        display: none;
    }

    #index_slider,
    #index_slider_prev,
    #index_slider_next {
        width: 100%;
        height: 87.6vw;
    }
}

.c-title {
    text-align: center;
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #754c24;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 600;
}

.c-title span::before {
    content: "";
    display: inline-block;
    background: url("../img/icons/title_before.svg") no-repeat center center;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.4em;
    vertical-align: text-bottom;
}

.c-title span::after {
    content: "";
    display: inline-block;
    background: url("../img/icons/title_after.svg") no-repeat center center;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.4em;
    vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
    .c-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.c-list {
    padding-left: 2em;
    list-style: none;
}

.c-list li {
    position: relative;
    margin-bottom: 0.4em;
}

.c-list li:before {
    content: "";
    position: absolute;
    left: -1.6em;
    width: 1.5em;
    height: 1.5em;
    background: url("../img/icons/kome.svg") no-repeat center;
}

.c-list--sortable {
    list-style: none;
}

.c-list--sortable li {
    position: relative;
    padding-left: 30px;
}

.c-list--sortable li:hover {
    background: rgba(255, 255, 255, 0.7);
    background: rgba(var(--white), 0.7);
}

.c-list--sortable li:hover:after {
    content: "";
    background: url(../img/icons/sort.svg) no-repeat center center;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 12px;
    cursor: -webkit-grab;
    cursor: grab;
}

.c-button {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: clamp(16px, 1.3vw, 24px);
    cursor: pointer;
    text-align: left;
    max-width: 100%;
    position: relative;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    padding: 0.6em 0.8em 0.4em 0.1em;
    color: #754c24;
    background-color: #f5f1ec;
    border: #603813 1px solid;
}

.c-button:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/kome.svg") no-repeat center center;
    width: 1.6em;
    height: 1.6em;
    vertical-align: middle;
}

.c-button:hover {
    opacity: 0.87;
}

.c-button.is-end {
    cursor: default;
    background: #6a6862;
}

.c-button--min {
    min-width: 14em;
}

.c-button--secondary {
    color: #fff;
    background: #f7931e;
    font-size: clamp(22px, 2.6vw, 48px);
    font-weight: 500;
    padding: 0.4em 0.8em;
    border-top-left-radius: 1em;
}

.c-button--secondary:hover {
    opacity: 0.9;
}

.c-button--yahoo {
    padding-top: 0.3em;
}

.c-button--yahoo:before {
    background: url("../img/icons/yahoo.png") no-repeat center center;
    background-size: contain;
    margin-left: 0.6em;
    width: 2em;
    vertical-align: text-bottom;
    margin-right: 0.4em;
}

.c-button--contact {
    display: inline-block;
    padding: 14px 60px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #754c24;
    color: #fff;
}

.c-button--contact:hover {
    background: #4e3318;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .c-button {
        font-size: clamp(14px, 1vw, 16px);
    }

    .c-button--min {
        min-width: auto;
    }

    .c-button--secondary {
        font-size: clamp(14px, 2.6vw, 48px);
    }
}

.c-label {
    font-size: 12px;
    font-weight: 800;
    padding: 1px 6px;
    background: #e2e2e2;
    border-radius: 6px;
    margin-right: 0.5em;
    color: #0b0b0b;
}

.c-label--black {
    background: #754c24;
    color: #fff;
}

.c-label--red {
    background: #009245;
    color: #fff;
}

.c-label--green {
    background: #469F9D;
    color: #fff;
}

.c-label--large {
    font-size: 15px;
}

.c-label--regular {
    background: #7caee5;
    color: #fff;
}

.c-label--ginjo {
    background: #ad5fc5;
    color: #fff;
}

.c-label--input_title {
    font-size: 10px;
    padding: 3px 6px;
    background: #6a6862;
    color: #fff;
    border-radius: 100px;
    vertical-align: bottom;
    margin-left: 0.5em;
    font-weight: 800;
}

.c-label--input_title.required {
    background: #009245;
}

.c-icon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: text-bottom;
    margin-right: 0.8em;
}

.is-active .c-overlay {
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    overflow: hidden;
}

.c-tag {
    display: inline-block;
    background: rgba(0, 146, 69, 0.06);
    font-size: 13px;
    margin-right: 0.5em;
    padding: 0.2em 1em;
    border-radius: 3px;
    border: 1px solid rgba(0, 146, 69, 0.3);
    font-weight: 500;
    margin-bottom: 0.5em;
}

.c-tag:hover {
    background: rgba(0, 146, 69, 0.12);
    color: rgba(11, 11, 11, 0.8);
}

.c-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
}

.c-step:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 2px dotted #e2e2e2;
    width: 80%;
    top: 24px;
}

.c-step__item {
    counter-increment: flow;
    text-align: center;
    width: 25%;
    position: relative;
    z-index: 2;
}

.c-step__item span {
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    display: block;
}

.c-step__item strong {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 100px;
    background: #e2e2e2;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    margin: auto;
    color: #fff;
    padding: 0.6em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-step__item.is-active strong {
    background: #56a4bc;
}

.c-step__item.is-disabled strong {
    background: #b6b4b0;
}

.ui.steps .step.active .title {
    color: #009245;
}

@media screen and (max-width: 768px) {
    .c-step:after {
        width: 58%;
    }

    .c-step__item {
        width: 33%;
    }
}

.c-alert {
    padding: 16px 0;
    text-align: center;
    background: #469F9D;
    color: #fff;
    font-weight: 800;
}

.c-alert--warning {
    background: #5e5353;
}

.c-alert--draft {
    background: #6a6862;
}

.p-admin .c-alert {
    top: 44px;
    position: relative;
    margin-left: auto;
    width: calc(100vw - 255px);
}

@media screen and (max-width: 768px) {
    .p-admin .c-alert {
        top: 0;
        width: calc(100vw - 54px);
        z-index: 4;
    }
}

.c-image {
    position: relative;
    min-width: 80px;
}

.c-image:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の85%に固定 */
}

.c-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.c-image--wide:before {
    padding-top: 65%;
}

.c-image--noimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e2e2e2;
    padding: 30px;
}

.c-image--noimage svg {
    width: 50%;
    fill: #bfbfbf;
}

.c-image--creator {
    height: 150px;
}

.ui.tiny .c-image--creator {
    height: 80px;
}

.ui.tiny .c-image--noimage {
    padding: 10px;
}

.ui.avatar .c-image--creator {
    height: auto;
}

.ui.avatar .c-image--noimage {
    padding: 5px;
}

.ui.avatar .c-image--noimage svg {
    margin: 0;
    width: 1.4em;
    height: 1.4em;
}

.c-image--fade_in {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-image--fade_in.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-card__user_image:hover {
    opacity: 0.8;
}

.js-card__user_image.is-selected {
    border: 4px solid #009245;
}

@media screen and (max-width: 768px) {
    .c-image:before {
        padding-top: 65%;
    }

    .c-image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.c-like {
    border: 0;
    background: transparent;
    font-size: 1.1em;
    color: #777D6C;
    font-weight: 100;
}

.c-like:before {
    content: "";
    background: url("../img/icons/like.svg") no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 0.3em;
}

.c-like.is-like:before {
    background-image: url("../img/icons/like_active.svg");
}

.c-message {
    padding: 40px 20px;
    border-radius: 30px;
}

.c-message--reverse {
    color: #fff;
    background-color: #009245;
}

.p-table {
    border-collapse: collapse;
    width: 100%;
}

.p-table tr {
    border-bottom: 1px solid #603813;
}

.p-table th,
.p-table td {
    padding: 8px 16px;
}

.p-table th {
    text-align: left;
}

.p-table th.u-textRight {
    text-align: right;
}

.pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item.disabled>*,
.page-item.active>* {
    background: #6a6862;
    color: #fff;
}

.page-item>* {
    font-weight: 800;
    background: #009245;
    color: #fff;
    text-decoration: none;
    padding: 6px 0.8em;
    line-height: 1.4;
    display: inline-block;
    margin: 0.4em;
}

.page-item>*.dots {
    background: #fff;
    color: #0b0b0b;
}

.p-header {
    position: relative;
    z-index: 2;
}

.p-header__logo {
    padding: 12px 0;
}

.p-header__logo h1 {
    width: 308px;
    margin: auto;
    max-width: 90%;
}

.p-header__nav {
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    width: 100%;
}

.p-header__nav__inner {
    width: 740px;
    height: 217px;
    margin: auto;
    background: url("../img/nav_bg.svg") no-repeat top center;
    background-size: contain;
    padding: 4px;
}

.p-header__nav__inner ul {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin: auto;
    list-style: none;
    font-size: 18px;
}

.p-header__nav__inner li {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
    margin: 0 0.8em;
}

.p-header__nav__inner li a:before {
    content: "";
    display: inline-block;
    background: url("../img/icons/kome.svg") no-repeat center center;
    width: 1.2em;
    height: 1.2em;
}

.p-header__nav__inner li.facebook {
    margin-left: 1em;
}

.p-header__nav__inner li.facebook a:before {
    background: url("../img/icons/facebook.svg") no-repeat center center;
    width: 0.8em;
    height: 0.8em;
    margin: 0.2em 0;
}

.p-header__loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url("../img/icons/loading.gif") no-repeat center center;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
    background-size: 60px;
}

.p-header__loading span {
    padding-top: 80px;
    font-weight: 800;
}

.is-loading .p-header__loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-header__visual {
    position: relative;
}

.p-header__visual h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 267px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}

.p-header__visual__inner {
    max-height: 50vw;
    height: 420px;
}

.p-home .p-header__visual h2 {
    font-size: 54px;
}

.p-home .p-header__visual__inner {
    max-height: 75vw;
    height: 600px;
}

.p-header__nav__button {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-header {
        position: fixed;
        width: 100%;
        height: 68px;
        background: url("../img/bg.jpg") repeat;
    }

    .p-header__logo {
        height: 100%;
    }

    .p-header__logo h1 {
        width: 60%;
        max-width: 240px;
        margin: 0;
        margin-left: 20px;
    }

    .p-header__nav {
        padding: 40px;
        background: rgba(245, 241, 236, 0.95);
        position: fixed;
        height: 100%;
        top: 0;
    }

    .p-header__nav__inner {
        width: 100%;
        height: auto;
        background: transparent;
    }

    .p-header__nav__inner ul {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }

    .p-header__nav__inner li {
        margin-bottom: 16px;
    }

    .p-header__nav__inner li a:before {
        vertical-align: bottom;
    }

    .p-header__nav {
        display: none;
    }

    .p-header__nav__button {
        background: none;
        right: 24px;
        top: 19px;
        position: fixed;
        border: 0;
        width: 32px;
        height: 32px;
        padding: 0;
        display: block;
    }

    .p-header__nav__button:before {
        content: "";
        display: inline-block;
        background: url("../img/icons/hamburger.svg") no-repeat center center;
        width: 32px;
        height: 32px;
        background-size: contain;
    }

    .is-open .p-header__nav {
        display: block;
    }

    .is-open .p-header__nav__button:before {
        background-image: url("../img/icons/close.svg");
    }

    .p-header__visual h2 {
        top: 10vh;
        font-size: 30px;
    }

    .p-home .p-header__visual h2 {
        font-size: 32px;
    }

    .p-header__visual__inner {
        height: 25vh;
    }

    .p-home .p-header__visual__inner {
        height: 25vh;
    }
}

.p-home--header {
    height: auto;
    text-align: center;
    min-height: calc(100vh - 140px);
    padding-top: 90px;
}

.p-home--header h2 {
    width: 250px;
    max-width: 50%;
    margin: auto;
}

.p-home--header h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

.p-home--header h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.p-home--header__logo {
    width: 240px;
    max-width: 80%;
    margin: 0 auto;
}

.p-home__desc {
    margin-bottom: 75px;
}

.p-home__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-block: 60px;
}

.p-home__content .row .image {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.p-home__content .row .text {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    position: relative;
}

.p-home__content .row .text .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1090px) {
    .p-home__content .row .text .buttons {
        position: relative;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .p-home__content .row {
        gap: 0;
        margin-block: 30px;
    }

    .p-home__content .row .image {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: 20vh;
        position: relative;
        margin-left: -15px;
    }

    .p-home__content .row .image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
        height: 100%;
        width: 100%;
    }

    .p-home__content .row .text {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }

    .p-home__content .row .text .buttons {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }

    .p-home__desc {
        margin-bottom: 20px;
    }
}

.p-footer {
    background-color: #009245;
    margin-top: 60px;
    color: #fff;
    padding: 32px 0 20px;
}

.p-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.p-footer .p-footer__logo {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 300px;
}

.p-footer__copyright {
    font-size: 18px;
}

.is-to_top_show .p-footer__to_top {
    bottom: 0;
    -webkit-animation: to_show 0.5s ease;
    animation: to_show 0.5s ease;
}

@-webkit-keyframes to_show {
    from {
        bottom: -50px;
    }

    to {
        bottom: 0;
    }
}

@keyframes to_show {
    from {
        bottom: -50px;
    }

    to {
        bottom: 0;
    }
}

@-webkit-keyframes to_hide {
    from {
        bottom: 0;
    }

    to {
        bottom: -50px;
    }
}

@keyframes to_hide {
    from {
        bottom: 0;
    }

    to {
        bottom: -50px;
    }
}

@media screen and (max-width: 768px) {
    .p-footer {
        padding: 20px 0 10px;
    }

    .p-footer .row {
        display: block;
        padding: 0 20px;
    }

    .p-footer .p-footer__logo {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 200px;
        margin-bottom: 14px;
    }
}

.p-page--company__message .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-page--company__message .row .image {
    width: 20%;
}

.p-page--company__message .row .text {
    width: 34em;
}

.p-page--company__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-page--company__list ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.p-page--company__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-page--company__table table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.p-page--company__table table th {
    width: 5em;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    white-space: nowrap;
}

.p-page--quality__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-page--quality__row .image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.p-page--quality__row .desc {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.p-page--komedukuri__garallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.p-page--komedukuri__garallery .grid {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 16px 1fr 16px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
    aspect-ratio: 1/1;
}

.p-page--komedukuri__garallery .grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.p-page--komedukuri__garallery .grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.p-page--komedukuri__garallery .grid>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.p-page--komedukuri__garallery .grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.p-page--komedukuri__garallery .grid>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.p-page--komedukuri__garallery .grid>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.p-page--komedukuri__garallery .grid>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.p-page--komedukuri__garallery .grid>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.p-page--komedukuri__garallery .grid>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.p-page--komedukuri__garallery .grid .item {
    aspect-ratio: 1/1;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.p-page--komedukuri__garallery .grid .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.p-page--komedukuri__garallery .grid .item:hover img {
    width: 105%;
    height: 105%;
}

.p-page--komedukuri__garallery .preview {
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    position: relative;
}

.p-page--komedukuri__garallery .preview .caption {
    position: absolute;
    bottom: 0;
    padding: 0.2em 0.6em;
    width: 100%;
}

.p-page--komedukuri__garallery .preview .caption[data-color=black] {
    color: #0b0b0b;
    background: rgba(255, 255, 255, 0.5);
}

.p-page--komedukuri__garallery .preview .caption[data-color=white] {
    color: #fff;
    background: rgba(153, 153, 153, 0.5);
}

.p-page--owner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-page--owner__row .image {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.p-page--owner__row .desc {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.p-page--owner__row .desc p {
    padding-left: 1.5em;
    position: relative;
}

.p-page--owner__row .desc p::before {
    content: "● ";
    position: absolute;
    margin-left: -1.5em;
}

.p-page--owner__row .desc ul {
    margin-left: 1em;
}

.p-page--owner__row .has-table {
    margin-left: -4px;
}

.p-page--owner table th {
    width: 6em;
    text-align: left;
}

.p-page--senbei__container {
    padding: 0 30px;
}

.p-page--senbei__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 60px;
}

.p-page--senbei__row>* {
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
}

.p-page--senbei__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px 200px;
}

.p-page--senbei__flow>* {
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(50% - 100px);
    flex-basis: calc(50% - 100px);
    position: relative;
}

.p-page--senbei__flow>*:nth-child(odd):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -144px;
    background: url("../img/icons/arrow_right.svg") no-repeat;
    width: 94px;
    height: 94px;
}

.p-page--senbei__flow p {
    padding-left: 86px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
}

.p-page--senbei__flow p span {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 800;
    font-size: 48px;
    position: absolute;
    left: 0;
    line-height: 65px;
    width: 80px;
    height: 80px;
    background: #754c24;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    border: 4px solid;
}

@media screen and (max-width: 768px) {
    .p-page--company__message .row .image {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .p-page--company__message .row .text {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        width: auto;
    }

    .p-page--company iframe {
        max-height: 30vh;
    }

    .p-page--quality__row {
        gap: 20px;
    }

    .p-page--quality__row .image,
    .p-page--quality__row .desc {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .p-page--komedukuri__garallery {
        display: block;
    }

    .p-page--komedukuri__garallery .grid {
        margin-bottom: 20px;
    }

    .p-page--owner__row {
        display: block;
    }

    .p-page--owner__row .image {
        text-align: center;
        margin-top: 10px;
    }

    .p-page--owner__row .image .u-mb20 {
        margin-bottom: 0px;
        margin: 0 20px;
    }

    .p-page--owner__row .image img {
        width: 30%;
    }

    .p-page--owner table th {
        width: 6em;
    }

    .p-page--senbei__container {
        padding: 0;
    }

    .p-page--senbei__row {
        gap: 20px 20px;
    }

    .p-page--senbei__row>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-bottom: 0;
    }

    .p-page--senbei__flow {
        gap: 0 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .p-page--senbei__flow>* {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .p-page--senbei__flow>*:nth-child(odd):after {
        display: none;
    }

    .p-page--senbei__flow p {
        padding: 0;
    }

    .p-page--senbei__flow p span {
        position: absolute;
        top: -31vw;
        left: 4px;
        font-size: 23px;
        position: absolute;
        line-height: 23px;
        width: 33px;
        height: 33px;
        border-width: 2px;
    }
}

.p-block {
    padding: 20px;
    background: #fff;
}

.p-block--bottom {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media screen and (max-width: 768px) {
    .p-block--bottom {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

.c-form__group {
    margin-bottom: 30px;
}

.c-form__label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0b0b0b;
}

.c-form__label--required {
    display: inline-block;
    background: #754c24;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 3px;
}

.c-form__input,
.c-form__textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    font-family: inherit;
}

.c-form__input:focus,
.c-form__textarea:focus {
    outline: none;
    border-color: #754c24;
}

.c-form__textarea {
    resize: vertical;
    min-height: 150px;
}

#thanks {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #754c24;
    padding: 60px 20px;
}

.p-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.p-modal--back {
    z-index: 9;
}

.p-modal--active {
    display: block;
}

.p-modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}

.p-modal_content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 540px;
    max-width: 94%;
    max-height: 86vh;
    overflow-y: auto;
}

.p-modal_content--large {
    max-width: 90%;
    width: 800px;
}

.p-modal_content--tall {
    height: 80vh;
}

.p-modal_content_inner {
    position: relative;
    padding: 24px;
}

.p-modal--window {
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 222;
    background: rgba(255, 255, 255, 0.94);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
}

.p-modal--window .title {
    font-size: 16px;
    color: #009245;
}

.p-modal--window a {
    color: #0b0b0b;
    padding: 0 20px;
    font-weight: 800;
}

.p-modal--window__bottom {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    left: 0;
    width: 100%;
}

.p-modal--window__bottom a {
    padding: 0;
    text-decoration: underline;
}

.p-modal_content_inner__images {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    .p-modal_content {
        width: 94%;
    }

    .p-home__content--circle .p-modal_content_inner__flex,
    .p-home__content--square .p-modal_content_inner__flex {
        display: block;
    }

    .p-modal_content_inner {
        padding: 16px;
    }
}

.u-cf:before,
.u-cf:after {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-cf {
    *zoom: 1;
}

@media screen and (max-width: 767px) {

    .u-cf--sp:before,
    .u-cf--sp:after {
        content: " ";
        display: table;
    }

    .u-cf--sp:after {
        clear: both;
    }

    .u-cf--sp {
        *zoom: 1;
    }
}

.u-col2 {
    float: left;
    width: 47.5%;
    margin-right: 5%;
}

.u-col2:nth-child(2n) {
    margin-right: 0;
}

.u-col2.u-col2--mr0 {
    width: 50%;
    margin-right: 0;
}

.u-col3 {
    float: left;
    width: 31.333%;
    margin-right: 3%;
}

.u-col3:nth-child(3n) {
    margin-right: 0;
}

.u-col3--2 {
    width: 64.666%;
    margin-left: 1%;
    margin-right: 0;
}

@media screen and (max-width: 767px) {

    .u-col2,
    .u-col3 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.u-marginCenter {
    margin: 0 auto;
}

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

.u-m0 {
    margin: 0;
}

.u-mb6 {
    margin-bottom: 6px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb12 {
    margin-bottom: 12px;
}

.u-mb16 {
    margin-bottom: 16px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb20--force {
    margin-bottom: 20px !important;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mb55 {
    margin-bottom: 55px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mb80 {
    margin-bottom: 80px;
}

.u-mb90 {
    margin-bottom: 90px;
}

.u-mb100 {
    margin-bottom: 100px;
}

.u-mb120 {
    margin-bottom: 120px;
}

.u-mb160 {
    margin-bottom: 160px;
}

.u-mb175 {
    margin-bottom: 175px;
}

.u-mb200 {
    margin-bottom: 200px;
}

.u-mb250 {
    margin-bottom: 250px;
}

.u-mb320 {
    margin-bottom: 320px;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mr5 {
    margin-right: 5px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-ml20 {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .u-mb0--sp {
        margin-bottom: 0px;
    }

    .u-mb10--sp {
        margin-bottom: 10px;
    }

    .u-mb20--sp {
        margin-bottom: 20px;
    }

    .u-mb30--sp {
        margin-bottom: 30px;
    }

    .u-mb40--sp {
        margin-bottom: 40px;
    }

    .u-mb50--sp {
        margin-bottom: 50px;
    }

    .u-mb60--sp {
        margin-bottom: 60px;
    }

    .u-mb80--sp {
        margin-bottom: 80px;
    }

    .u-mb160--sp {
        margin-bottom: 160px;
    }

    .u-mb240--sp {
        margin-bottom: 240px;
    }

    .u-mr0--sp {
        margin-right: 0px;
    }

    .u-mt20--sp {
        margin-top: 20px;
    }

    .u-mt60--sp {
        margin-top: 60px;
    }
}

.u-pr40 {
    padding-right: 40px;
}

.u-pr60 {
    padding-right: 60px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pl160 {
    padding-left: 160px;
}

.u-pl1 {
    padding-left: 1em;
}

.u-pl2 {
    padding-left: 2em;
}

.u-pb0 {
    padding-bottom: 0;
}

.u-p8 {
    padding: 8px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pb60 {
    padding-bottom: 60px;
}

.u-py20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.u-py30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .u-pl40.u-pl40--sp0 {
        padding-left: 0px;
    }

    .u-pl160.u-pl160--sp0 {
        padding-left: 0px;
    }
}

.u-textCenter {
    text-align: center;
}

.u-textRight {
    text-align: right;
}

.u-textLeft {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .u-textRight--sp {
        text-align: right;
    }

    .u-textCenter--sp {
        text-align: center;
    }

    .u-textLeft--sp {
        text-align: left;
    }
}

.u-ofi {
    overflow: hidden;
}

.u-ofi img,
.u-ofi video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
    display: block;
    height: 100%;
}

.u-spShow,
.u-spShow--inline {
    display: none !important;
}

.u-spHide {
    display: block !important;
}

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

.u-spHide--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.u-db {
    display: block;
}

.u-dib {
    display: inline-block;
}

.u-hide {
    display: none;
}

.u-hide-front {
    display: none;
}

.admin .u-hide-front {
    display: block;
}

.admin .u-hide-admin {
    display: none;
}

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

    .u-spHide,
    .u-spHide--inline,
    .u-spHide--flex {
        display: none !important;
    }

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

    .u-spDb {
        display: block;
    }
}

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

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

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

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

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

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

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

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

.u-font18 {
    font-size: clamp(15px, 1vw, 18px);
}

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

.u-font21 {
    font-size: clamp(16px, 1.2vw, 21px);
}

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

.u-font24 {
    font-size: clamp(16px, 1.35vw, 24px);
}

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

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

.u-font27 {
    font-size: clamp(16px, 1.5vw, 27px);
}

.u-font30 {
    font-size: clamp(18px, 1.7vw, 30px);
}

.u-font32 {
    font-size: clamp(20px, 1.8vw, 32px);
}

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

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

.u-font48 {
    font-size: clamp(28px, 2.6vw, 48px);
}

.u-fontBold {
    font-weight: 800;
}

.u-fontDemibold {
    font-weight: 500;
}

.u-mincho {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
    .u-font21 {
        font-size: clamp(13px, 1.2vw, 21px);
    }

    .u-font24 {
        font-size: clamp(13.5px, 1.35vw, 24px);
    }

    .u-font27 {
        font-size: clamp(13.5px, 1.3vw, 27px);
    }

    .u-font30 {
        font-size: clamp(14px, 1.7vw, 30px);
    }

    .u-font48 {
        font-size: clamp(16px, 2.6vw, 48px);
    }

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

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

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

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

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

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

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

.u-boxShadow {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.u-textUnderline {
    text-decoration: underline;
}

.u-noDeco {
    text-decoration: none;
}

.u-break {
    word-break: break-word;
}

.u-relative {
    position: relative;
}

.u-bg {
    background: #e2e2e2;
}

.u-bgWhite {
    background-color: #fff;
}

.u-bgCream {
    background-color: #f9f4e3;
}

.u-colorTheme {
    color: #009245;
}

.u-colorSecondary {
    color: #603813;
}

.u-colorWhite {
    color: #fff;
}

.u-colorText {
    color: #0b0b0b;
}

.u-colorLight {
    color: #754c24;
}

.u-color--red {
    color: #ce5555;
}

.u-colorTextGray {
    color: #777D6C;
}

.u-line14 {
    line-height: 1.4;
}

.u-line18 {
    line-height: 1.8;
}

.u-line20 {
    line-height: 2;
}

.u-line26 {
    line-height: 2.6;
}

.u-line30 {
    line-height: 3;
}

.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.u-flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-flex--evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.u-flex--col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-flex--col2>* {
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
}

.u-flex--col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-flex--col3>* {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-right: 3.5%;
    margin-left: 0;
}

.u-flex--col3>*:nth-child(3n) {
    margin-right: 0;
}

.u-flex--col4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-flex--col4>* {
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    margin-right: 2%;
}

.u-flex--col4>*:nth-child(4n) {
    margin-right: 0;
}

.u-flex--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.u-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .u-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #find .u-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .u-flex--col3>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .u-flex--col2>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .u-flex--col2>*.ui.button {
        margin-top: 10px;
    }

    .u-flex--col4>* {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    .u-flex--col4>*:nth-child(4n) {
        margin-right: auto;
    }
}

.u-ls10 {
    letter-spacing: 0.1em;
}

.u-ls12 {
    letter-spacing: 0.12em;
}

.u-ls20 {
    letter-spacing: 0.2em;
}

.u-ls50 {
    letter-spacing: 0.5em;
}

.u-border {
    border: 1px solid #603813;
}

.u-truncate {
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.form_url {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
