@charset "UTF-8";
/* google fonts */

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Noto+Serif+JP:wght@200;300;400&display=swap");

.cormo {
    font-family: "Cormorant Garamond", serif;
}

.serif {
    font-family: "Noto Serif JP", serif;
}

.sans {
    font-family: "Noto Sans JP", serif;
}

.parisienne {
    font-family: "Parisienne", cursive;
}

/* font file */
@font-face {
    font-family: "antrovectra";
    src: url(/import/tenant_1/160.16.152.72/html/fonts/AntroVectra.woff) format("woff"), url(/upload/tenant_1/d6e4474c3c702c0b8b5f392985bf8b62.otf) format("otf"), url(/upload/tenant_1/484774a6b325438b9225cdcbb9a80a55.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.handwriting {
    font-family: "antrovectra";
}

/* base.css上書き */
html {
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 1.7;
    letter-spacing: 1px;
    background-color: white;
}

.map:after {
    padding-top: 25%;
}

.access-map:after {
    padding-top: 45%;
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }

    .map:after {
        padding-top: 50%;
    }

    .access-map:after {
        padding-top: 60%;
    }
}

@media (max-width: 599px) {

    .map:after,
    .access-map:after {
        padding-top: 90%;
    }
}

/* common */
.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.res-br {
    width: 0;
    height: 0;
    display: block;
}

.no-opacity a:hover {
    opacity: 1;
}

.logo {
    width: 200px;
    max-width: 80%;
    margin: 5px 0;
}

.fz-small {
    font-size: 70%;
}

.fz-exsmall {
    font-size: 50%;
}

.fz-large {
    font-size: 120%;
}

.fz-exlarge {
    font-size: 150%;
}

.shadow-text-white {
    text-shadow: white 2px 0px 0px,
        white -2px 0px 0px,
        white 0px -2px 0px,
        white 0px 2px 0px,
        white 2px 2px 0px,
        white -2px 2px 0px,
        white 2px -2px 0px,
        white -2px -2px 0px,
        white 1px 2px 0px,
        white -1px 2px 0px,
        white 1px -2px 0px,
        white -1px -2px 0px,
        white 2px 1px 0px,
        white -2px 1px 0px,
        white 2px -1px 0px,
        white -2px -1px 0px,
        white 1px 1px 0px,
        white -1px 1px 0px,
        white 1px -1px 0px,
        white -1px -1px 0px;
}

.shadow-box-black {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(172, 168, 167, 0.8);
    box-shadow: 2px 2px 5px 1px rgba(172, 168, 167, 0.8);
}

.color-01 {
    color: #94717f;
}

.color-02 {
    color: #f5e3e9;
}

.color-red {
    color: #952b56;
}

.bgc-01 {
    background-color: #94717f;
}

.bgc-02 {
    background-color: #f7f4f5;
}

.border-c01-px10 {
    border: 10px solid #94717f;
}

.border-c01-px5 {
    border: 5px solid #94717f;
}

.half-tone-top-02 {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, transparent), color-stop(20%, #f7f4f5), to(#f7f4f5));
    background: linear-gradient(0deg, transparent 0%, transparent 20%, #f7f4f5 20%, #f7f4f5 100%);
}

.half-tone-bottom-02 {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f4f5), color-stop(80%, #f7f4f5), color-stop(80%, transparent), to(transparent));
    background: linear-gradient(0deg, #f7f4f5 0%, #f7f4f5 80%, transparent 80%, transparent 100%);
}

[class*="filter"] {
    position: relative;
}

.filter-01-top::before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f4f5), to(rgba(247, 244, 245, 0)));
    background: linear-gradient(to bottom, #f7f4f5 0%, rgba(247, 244, 245, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4f5', endColorstr='#00f7f4f5', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.felting {
    margin-top: -150px;
}

.felting-box {
    margin-top: -150px;
    padding-left: calc(50% - 250px);
    padding-right: calc(50% - 600px);
}

.all-white * {
    color: white;
}

@media (max-width: 1024px) {
    .order1\@tb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .res-br {
        display: none;
    }

    .logo {
        width: 144px;
    }

    .border-c01-px10\@tb {
        border: 10px solid #94717f;
    }

    .border-c01-px5\@tb {
        border: 5px solid #94717f;
    }

    .felting {
        margin-top: -100px;
    }

    .felting-box {
        margin-top: -100px;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 599px) {
    .order1\@sp {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .logo {
        width: 160px;
    }

    .border-c01-px10\@sp {
        border: 10px solid #94717f;
    }

    .border-c01-px5\@sp {
        border: 5px solid #94717f;
    }

    .felting {
        margin-top: -60px;
    }

    .felting-box {
        margin-top: -60px;
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* icon */
[class^="icon-sns"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

[class^="icon-fa"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-sns-facebook::before {
    content: "\f082";
}

.icon-sns-instagram::before {
    content: "\f16d";
}

.icon-fa-map::before {
    content: "\f3c5";
}

.icon-fa-cal::before {
    content: "\f073";
}

.icon-normal {
    width: 50px;
    height: 50px;
}

@media (max-width: 1024px) {
    .icon-normal {
        width: 40px;
        height: 40px;
    }
}

/* title */
[class^="title"] .main .animation-span {
    min-width: 0.3em;
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.7s linear;
    transition: 0.7s linear;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

[class^="title"] .sub .animation-span {
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

.mv .animation-span:nth-of-type(0) {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(1) {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(2) {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(3) {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(4) {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(5) {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(6) {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(7) {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(8) {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(9) {
    opacity: 1;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(10) {
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(11) {
    opacity: 1;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(12) {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(13) {
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(14) {
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(15) {
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(16) {
    opacity: 1;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(17) {
    opacity: 1;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(18) {
    opacity: 1;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(19) {
    opacity: 1;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(20) {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(21) {
    opacity: 1;
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(22) {
    opacity: 1;
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(23) {
    opacity: 1;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(24) {
    opacity: 1;
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(25) {
    opacity: 1;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(26) {
    opacity: 1;
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(27) {
    opacity: 1;
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(28) {
    opacity: 1;
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(29) {
    opacity: 1;
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mv .animation-span:nth-of-type(30) {
    opacity: 1;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.title-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    font-family: "Cormorant Garamond", serif;
    font-size: 70px;
    letter-spacing: 2px;
}

.title-01 span {
    line-height: 1.2;
}

.title-01 .sub {
    font-size: 20px;
}

.title-01.-center {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.title-01.-mini {
    font-size: 34px;
}

.title-01.-mini .sub {
    font-size: 16px;
}

.title-02 {
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 20px;
    color: #94717f;
    border-top: 1px solid #94717f;
    border-bottom: 2px solid #94717f;
}

.title-03 {
    font-size: 26px;
    text-align: center;
}

.title-03 .small {
    display: block;
    font-size: 70%;
}

.title-04 {
    margin-bottom: 50px;
    font-size: 34px;
    text-align: center;
}

.title-04::after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    margin: 20px auto;
    background-color: #535252;
}

.title-05 {
    margin-bottom: 50px;
    font-size: 34px;
}

.title-06 {
    margin-bottom: 30px;
    font-size: 18px;
}

.title-07 {
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}

.title-07::before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 15px;
    left: -100px;
}

.title-08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    letter-spacing: 4px;
}

.title-08 span {
    line-height: 1.2;
}

.title-08 .sub {
    font-size: 20px;
}

.title-08.-center {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.title-09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 50px;
    font-size: 23px;
    letter-spacing: 4px;
}

.title-09 .sub {
    font-size: 60%;
}

.title-10 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
}

.title-10 .sub {
    font-size: 60%;
}

.title-11 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #94717f;
}

.title-11 .sub {
    display: block;
    margin: auto;
    color: #1f1f1f;
}

.title-12 {
    margin-bottom: 50px;
    padding: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    border-top: 1px solid #94717f;
    border-bottom: 1px solid #94717f;
}

.title-13 {
    margin-bottom: 30px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    color: #999797;
    letter-spacing: 4px;
}

.title-14 {
    margin-bottom: 50px;
    padding: 10px 5px;
    font-size: 22px;
    color: #94717f;
    border-top: 1px solid #94717f;
    border-bottom: 1px solid #94717f;
}

.title-15 {
    margin-bottom: 10px;
    font-size: 22px;
}

.title-16 {
    margin-bottom: 10px;
    font-size: 20px;
}

.title-17 {
    margin-bottom: 10px;
    padding: 10px 5px;
    font-size: 20px;
    border-bottom: 2px solid #ededed;
}

.title-18 {
    margin-bottom: 30px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 22px;
    border: 1px solid #000;
}

.title-handwrite {
    font-family: "antrovectra";
    font-size: 50px;
    line-height: 0.5;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.title-handwrite.-large {
    font-size: 100px;
}

.title-handwrite.-exlarge {
    font-size: 8vw;
}

.title-with-deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}

.title-with-deco.-decoleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.title-with-deco.-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.title-with-deco .deco-01 {
    width: 130px;
    height: 163px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.title-with-deco .deco-02 {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: absolute;
    top: -50px;
    left: -50px;
}

.title-with-deco .deco-03 {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    -webkit-transform: translate(10%, -100%);
    transform: translate(10%, -100%);
}

.title-with-deco .deco-04 {
    width: 77px;
    height: 113px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.title-with-deco .deco-05 {
    width: 116px;
    height: 167px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.title-with-deco .deco-06 {
    width: 101px;
    height: 87px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

[class*="title"].-mb-large {
    margin-bottom: 80px;
}

[class*="title"].-mb-medium {
    margin-bottom: 50px;
}

[class*="title"].-mb-small {
    margin-bottom: 30px;
}

[class*="title"].-mb-exsmall {
    margin-bottom: 10px;
}

[class*="title"].-mb-0 {
    margin-bottom: 0;
}

[class*="title"].-border::after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    margin: 15px auto;
    background-color: black;
}

[class*="title"].-border.-border-left::after {
    margin-left: 0;
}

[class*="title"].-left {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    text-align: left;
}

[class*="title"].-serif {
    font-family: "Noto Serif JP", serif;
}

[class^="title"] .sub {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 1024px) {
    .title-01 .main {
        margin-bottom: 10px;
    }

    .title-01 .sub {
        text-align: center;
    }

    .title-01 .sub .break {
        display: block;
    }

    .title-01 {
        font-family: "Noto Serif JP", serif;
        font-size: 50px;
    }

    .title-01 .sub {
        font-size: 18px;
    }

    .title-01.-mini {
        font-size: 27.2px;
    }

    .title-02 {
        padding: 5px 15px;
        font-size: 18px;
    }

    .title-03 {
        font-size: 20px;
    }

    .title-04 {
        margin-bottom: 30px;
        font-size: 27.2px;
    }

    .title-04::after {
        margin: 15px auto;
    }

    .title-05 {
        margin-bottom: 30px;
        font-size: 27.2px;
    }

    .title-06 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .title-07 {
        font-size: 18px;
    }

    .title-08 {
        margin-bottom: 30px;
        font-family: "Noto Serif JP", serif;
        font-size: 30px;
        letter-spacing: 2px;
    }

    .title-08 .sub {
        font-size: 18px;
    }

    .title-09 {
        display: block;
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .title-09 .sub {
        display: block;
        text-align: center;
    }

    .title-10 {
        display: block;
        font-size: 18px;
    }

    .title-10 .sub {
        display: block;
    }

    .title-12 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 20px;
    }

    .title-13 {
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .title-14 {
        margin-bottom: 30px;
        padding: 5px 2px;
        font-size: 20px;
    }

    .title-15 {
        font-size: 20px;
    }

    .title-15 {
        font-size: 18px;
    }

    .title-18 {
        padding: 5px;
        font-size: 20px;
    }

    .title-handwrite {
        font-size: 30px;
    }

    .title-handwrite.-large {
        font-size: 70px;
        line-height: 1;
        white-space: normal;
    }

    .title-handwrite.-exlarge {
        font-size: 12vw;
    }

    .title-with-deco .deco-01 {
        width: 104px;
        height: 130.4px;
        margin-right: 5px;
    }

    .title-with-deco .deco-02 {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        top: -40px;
        left: -40px;
    }

    .title-with-deco .deco-03 {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .title-with-deco .deco-04 {
        width: 61.6px;
        height: 90.4px;
        margin-right: 5px;
    }

    .title-with-deco .deco-05 {
        width: 92.8px;
        height: 167.8px;
        margin-left: 5px;
    }

    .title-with-deco .deco-06 {
        width: 80.8px;
        height: 69.6px;
        margin-left: 5px;
    }

    .title-with-deco.-wrap\@tb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    [class*="title"].-mb-large\@tb {
        margin-bottom: 80px;
    }

    [class*="title"].-mb-medium\@tb {
        margin-bottom: 50px;
    }

    [class*="title"].-mb-small\@tb {
        margin-bottom: 30px;
    }

    [class*="title"].-mb-exsmall\@tb {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-0\@tb {
        margin-bottom: 0;
    }

    [class*="title"].-border\@tb::after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        margin: 15px auto;
        background-color: black;
    }

    [class*="title"].-border\@tb.-border-left\@tb::after {
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    .title-01 {
        font-size: 34px;
    }

    .title-01 .sub {
        font-size: 16px;
    }

    .title-01.-mini {
        font-size: 20.4px;
    }

    .title-01.-mini .sub {
        font-size: 14px;
    }

    .title-04 {
        font-size: 20.4px;
    }

    .title-05 {
        font-size: 20.4px;
    }

    .title-08 {
        font-size: 24px;
    }

    .title-09 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .title-14 {
        font-size: 18px;
    }

    .title-15 {
        font-size: 18px;
    }

    .title-18 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .title-handwrite {
        font-size: 20px;
    }

    .title-handwrite.-large {
        font-size: 50px;
    }

    .title-handwrite.-exlarge {
        font-size: 16vw;
        -webkit-transform: rotate(-10deg) translate(0, 50%);
        transform: rotate(-10deg) translate(0, 50%);
    }

    .title-with-deco .deco-01 {
        width: 78px;
        height: 97.8px;
    }

    .title-with-deco .deco-02 {
        width: 30px;
        height: 30px;
        top: -30px;
        left: -30px;
    }

    .title-with-deco .deco-03 {
        width: 30px;
        height: 30px;
    }

    .title-with-deco .deco-04 {
        width: 46.2px;
        height: 67.8px;
    }

    .title-with-deco .deco-05 {
        width: 69.6px;
        height: 100.2px;
    }

    .title-with-deco .deco-06 {
        width: 60.6px;
        height: 52.2px;
    }

    [class*="title"].-mb-large\@sp {
        margin-bottom: 80px;
    }

    [class*="title"].-mb-medium\@sp {
        margin-bottom: 50px;
    }

    [class*="title"].-mb-small\@sp {
        margin-bottom: 30px;
    }

    [class*="title"].-mb-exsmall\@sp {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-0\@sp {
        margin-bottom: 0;
    }

    [class*="title"].-border\@sp::after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        margin: 15px auto;
        background-color: black;
    }

    [class*="title"].-border\@sp.-border-left\@sp::after {
        margin-left: 0;
    }
}

/* list */
.list-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flat dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flat dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.list-flat-02 {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flat-02 dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}

.list-flat-02 dt::after {
    content: "：";
    display: inline-block;
    margin: 0 2px;
}

.list-flat-02 dd {
    width: 1%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.list-flatborder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 20px 5px;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    border-bottom: 1px solid black;
}

.list-flatborder dt {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flatborder dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-flatborder.-border-gray {
    padding: 10px 5px;
    font-weight: 300;
    border-bottom: 2px solid #ededed;
}

.list-flatborder.-border-gray dt {
    width: 45%;
}

.list-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-dot+.list-dot {
    margin-top: 5px;
}

.list-dot li {
    padding-left: 1.5em;
    position: relative;
}

.list-dot li::before {
    content: "●";
    display: inline-block;
    color: #94717f;
    position: absolute;
    top: 0;
    left: 0;
}

/* .list-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */

.list-dot dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-dot dt::after {
    content: "：";
    display: inline-block;
}

.list-dot dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.price_list-dot {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
}

.price_list-dot+.price_list-dot {
    margin-top: 5px;
}

.price_list-dot li {ｘ
    padding-left: 1.5em
    position: relative;
}

.price_list-dot li::before {
    content: "●";
    display: inline-block;
    color: #94717f;
    position: absolute;
    top: 0;
    left: 0;
}

/* .price_list-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */

.price_list-dot dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.price_list-dot dt::after {
    content: "：";
    display: inline-block;
}

.price_list-dot dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.price_list-dot li {
    padding-left: 1.5em;
    position: relative;
}

.list-btn li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
    background-color: #f7f4f5;
}

.list-btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #94717f;
}

.list-btn-title .en {
    font-size: 80%;
}

.list-count li {
    padding: 50px 30px 50px 80px;
    background-color: white;
    position: relative;
}

.list-count li .num {
    font-family: "antrovectra";
    font-size: 130px;
    color: #94717f;
    -webkit-transform: translate(-25%, -10%);
    transform: translate(-25%, -10%);
    position: absolute !important;
    top: 0;
    left: 0;
}

.list-route-train {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px;
}

.list-route-train dt {
    width: 35%;
    padding-left: 40px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.list-route-train dt::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(/import/tenant_1/160.16.152.72/html/images/common/icon/icon_030.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.list-route-train dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
}

.list-route-train+.list-route-train {
    border-top: 2px solid #ededed;
}

.list-order {
    margin-left: calc(50% - 300px);
}

.list-order .list-inner {
    position: relative;
}

.list-order .list-inner .list-order-title {
    margin: auto;
    padding: 15px;
    font-weight: bold;
    font-size: 32px;
    color: white;
    line-height: 1.8;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.list-order-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(172, 90, 117, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-fee>li+li {
    position: relative;
}

.list-fee>li+li::before {
    content: "\f067";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 34px;
    color: #94717f;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.list-fee .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-fee-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 20px;
    background-color: #f7f4f5;
}

.list-fee-inner-white {
    background-color: white;
}

.list-numbering li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    position: relative;
}

.list-numbering li .num {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 10px;
    font-size: 34px;
    color: white;
    line-height: 1.2;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #94717f)) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #94717f 50.5%) no-repeat top left/100% 100%;
}

.list-numbering li .num .count,
.list-numbering li .num .number {
    font-family: "antrovectra";
}

.list-numbering li .num .number {
    font-size: 300%;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
}

.list-numbering li .product-box {
    width: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 0;
}

.list-numbering li .product-item {
    width: 120px;
    margin: 5px;
    border-radius: 100%;
    background-color: #f7f4f5;
}

.list-numbering li .product-item .square-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-numbering li .product-item .square-inner .icon-normal {
    margin-bottom: 10px;
}

.list-numbering li .product-item .square-inner .product-text {
    font-family: "Noto Sans JP", serif;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.list-numbering li .price-box {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    color: #94717f;
}

.list-numbering li .price-box .unit {
    display: inline-block;
    margin-right: 5px;
    font-family: "Noto Serif JP", serif;
    font-size: 60%;
}

.list-numbering-02 li {
    position: relative;
}

.list-numbering-02 li .num {
    font-family: "antrovectra";
    font-size: 80px;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8), 1px 0px 8px rgba(255, 255, 255, 0.8), 0px 1px 8px rgba(255, 255, 255, 0.8), 1px 1px 8px rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-bgimg li .bg-parent {
    padding: 40px 20px;
}

.list-bgimg li .bg-cont {
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

.list-bgimg li .text {
    text-shadow: 0px 0px 1px white;
    font-weight: 300;
}

.list-num {
    margin-left: 1em;
}

.list-num li {
    text-indent: -1em;
}

.list-block li {
    padding-left: 30px;
    position: relative;
}

.list-block li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 5px solid #94717f;
    position: absolute;
    top: 4px;
    left: 0;
}

.list-box-with-arrow li+li {
    position: relative;
}

.list-box-with-arrow li+li::before {
    content: "\f30b";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    color: #94717f;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.list-flow li {
    position: relative;
}

.list-flow li .num {
    font-family: "antrovectra";
    font-size: 50px;
    color: #94717f;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-flow li+li::before {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #94717f;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.list-flow li:nth-of-type(4n+5)::before {
    display: none;
}

.list-item li .list-item-inner {
    width: 100%;
    height: 100%;
    min-height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
    background-color: #f7f4f5;
}

.list-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 15px;
    font-size: 20px;
    color: #94717f;
}

.list-item-title .en {
    font-size: 80%;
}

.list-season li .list-inner {
    position: relative;
}

.list-season li .list-inner .season {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    border: 2px solid white;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-season li .list-inner .season.spring {
    background-color: #f4d3f6;
}

.list-season li .list-inner .season.summer {
    background-color: #d3e5f6;
}

.list-season li .list-inner .season.autumn {
    background-color: #f6e6d3;
}

.list-season li .list-inner .season.winter {
    background-color: #f6d3d4;
}

.list-story li {
    padding: 30px 20px;
    background-color: white;
    position: relative;
}

.list-story li .age {
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    line-height: 1.2;
    border-radius: 100%;
    background-color: #94717f;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
}

.list-story li .age span {
    display: inline-block;
    margin-right: 5px;
}

.list-story-block {
    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;
}

.list-story-item.-img {
    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;
}

.list-point-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.list-point-block .point {
    width: 140px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: #94717f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-point-image {
    width: 80%;
    overflow: hidden;
    position: relative;
}

.list-point-cont {
    width: 90%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: -100px;
    margin-left: auto;
    padding: 130px 30px 30px 30px;
}

.list-coordinate .cont {
    position: relative;
}

.list-coordinate .cont .handwriting {
    font-size: 50px;
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.list-dynamic li .btn {
    width: 100%;
    max-width: 100%;
}

.list-dynamic li .btn a {
    background-color: white;
}

.list-faq {
    padding-left: 70px;
    position: relative;
}

.visual .uk-slideshow li>div {
    position: relative;
}

.list-faq dt {
    padding: 10px 5px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 2px solid white;
}

.list-faq dt::before {
    content: "Q.";
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    color: #94717f;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.list-faq dd {
    padding: 10px 5px;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 2px;
}

.list-asterisk li {
    padding-left: 1.5em;
    position: relative;
}

.list-asterisk li::before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check li {
    padding-left: 40px;
    position: relative;
}

.list-check li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: #94717f;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check li+li {
    margin-top: 15px;
}

.list-colored {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-colored+.list-colored {
    border-top: 1px solid white;
}

.list-colored>dt,
.list-colored>dd {
    padding: 15px;
}

.list-colored>dt {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    letter-spacing: 2px;
    background-color: #94717f;
}

.list-colored>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid white;
    background-color: #f7f4f5;
}

.list-download a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 10px;
    background-color: #f7f4f5;
}

.list-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px;
    border-bottom: 2px solid #ebebeb;
}

.list-border dt {
    width: 30%;
}

.list-border dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-gallery-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.list-gallery-price dt {
    width: 8em;
}

.list-gallery-price dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
    position: relative;
}

.list-gallery-price dd::before {
    content: "：";
    display: inline-block;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .list-flat dd {
        margin-left: 15px;
    }

    .list-flat-02 {
        width: 100%;
    }

    .list-flat-02 dd {
        text-align: left;
    }

    .list-flatborder.-border-gray dt {
        width: 100%;
        font-weight: bold;
    }

    .list-btn li a {
        padding: 20px 10px;
    }

    .list-btn-title {
        width: 100%;
        display: block;
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
    }

    .list-count li {
        padding: 30px 15px 30px 50px;
    }

    .list-count li .num {
        font-size: 90px;
    }

    .list-route-train dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-route-train dd {
        padding-left: 40px;
    }

    .list-order {
        margin-left: calc(50% - 200px);
    }

    .list-order .list-inner .list-order-title {
        padding: 10px;
        font-size: 19.2px;
    }

    .list-fee>li+li::before {
        text-align: center;
        -webkit-transform: translate(0, calc(-100% - 20px));
        transform: translate(0, calc(-100% - 20px));
        top: 0;
        right: 0;
    }

    .list-fee .list-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-fee .list-inner [class*="up-ofi"] {
        width: 35%;
    }

    .list-fee-inner {
        width: 60%;
        padding: 20px 10px;
    }

    .list-numbering li .num {
        font-size: 26px;
    }

    .list-numbering li .product-item {
        width: 100px;
        margin: 2px;
    }

    .list-numbering li .product-item .square-inner .icon-normal {
        margin-bottom: 5px;
    }

    .list-numbering li .product-item .square-inner .product-text {
        font-size: 10px;
    }

    .list-numbering li .price-box {
        width: 100%;
        font-size: 48px;
        text-align: right;
    }

    .list-numbering-02 li .num {
        font-size: 64px;
    }

    .list-box-with-arrow li+li::before {
        font-size: 30px;
    }

    .list-flow li .num {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .list-flow li:nth-of-type(2n+3)::before {
        -webkit-transform: translate(0, 0) rotate(135deg);
        transform: translate(0, 0) rotate(135deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
        top: -10px;
        left: auto;
        right: 0;
    }

    .list-flow li:nth-of-type(4n+5)::before {
        display: inline-block;
    }

    .list-item li .list-item-inner {
        min-height: 155px;
        display: block;
        padding: 20px 10px;
        text-align: center;
    }

    .list-item-title {
        margin-top: 10px;
        font-size: 18px;
    }

    .list-season li .list-inner .season {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .list-story li .age {
        width: 60px;
        height: 60px;
        font-size: 18px;
        -webkit-transform: translate(-15%, -15%);
        transform: translate(-15%, -15%);
    }

    .list-story li .age span {
        margin-right: 2px;
    }

    .list-point-image {
        width: 60%;
    }

    .list-coordinate .cont .handwriting {
        margin-top: 30px;
        margin-bottom: -20px;
        margin-left: auto;
        font-size: 40px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .list-dynamic li .btn {
        height: 40px;
    }

    .list-dynamic li .btn a {
        font-size: 12px;
    }

    .list-faq {
        padding-left: 56px;
    }

    .list-faq dt {
        font-size: 18px;
    }

    .list-faq dt::before {
        font-size: 40px;
    }

    .list-faq dd {
        letter-spacing: 1px;
    }

    .list-download a {
        font-size: 12px;
    }

    .list-03 li .box {
        display: block;
        text-align: center;
    }
}

@media (max-width: 599px) {
    .list-flat dd {
        margin-left: 10px;
    }

    .list-flatborder dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-flatborder dd {
        padding-left: 1em;
    }

    .list-count li {
        padding: 30px 15px 30px 40px;
    }

    .list-count li .num {
        font-size: 60px;
        -webkit-transform: translate(0, -15%);
        transform: translate(0, -15%);
    }

    .list-route-train dt {
        margin-bottom: 10px;
        padding-left: 30px;
        font-size: 16px;
    }

    .list-route-train dt::before {
        width: 30px;
        height: 30px;
    }

    .list-route-train dd {
        padding-left: 30px;
        font-size: 14px;
    }

    .list-order {
        margin-left: 10%;
    }

    .list-order li {
        width: 70%;
    }

    .list-order li:nth-of-type(even) {
        margin-left: auto;
    }

    .list-order li+li {
        margin-top: -5%;
    }

    .list-order .list-inner .list-order-title {
        padding: 5px;
        font-size: 20px;
        line-height: 1.5;
    }

    .list-fee .list-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-fee .list-inner [class*="up-ofi"] {
        width: 100%;
    }

    .list-fee-inner {
        width: 100%;
    }

    .list-numbering li .num {
        width: 40%;
        min-height: 110px;
        padding: 5px;
        font-size: 20px;
    }

    .list-numbering li .product-box {
        width: 100%;
        margin-top: -5%;
        padding: 10px 5px;
    }

    .list-numbering li .product-item {
        width: calc(100% / 3 - 10px);
        max-width: 120px;
        margin: 5px;
    }

    .list-numbering li .price-box {
        font-size: 36px;
    }

    .list-box-with-arrow li+li::before {
        content: "\f309";
        font-size: 50px;
        text-align: center;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: -10px;
        right: 0;
    }

    .list-flow li .num {
        -webkit-transform: translate(25%, -25%);
        transform: translate(25%, -25%);
    }

    .list-flow li+li::before {
        content: "\f078";
        text-align: center;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: -5px;
        right: 0;
    }

    .list-flow li:nth-of-type(2n+3)::before {
        text-align: center;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: -5px;
        left: 0;
        right: 0;
    }

    .list-story li .age {
        font-size: 16px;
        -webkit-transform: translate(-10%, -10%);
        transform: translate(-10%, -10%);
    }

    .list-point-image {
        width: 95%;
    }

    .list-point-cont {
        width: 95%;
    }

    .list-coordinate .cont .handwriting {
        margin-top: 10px;
        font-size: 30px;
    }

    .list-faq {
        padding-left: 42px;
    }

    .list-faq dt::before {
        font-size: 30px;
        top: 8px;
    }

    .list-border dt {
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
    }
}

/* button */
.btn {
    width: 250px;
    max-width: 90%;
    height: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.btn a,
.btn button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    letter-spacing: 2px;
    text-shadow: none;
    outline: 1px solid;
    outline-color: rgba(0, 0, 0, 0.5);
    outline-offset: 0px;
    border: 0 solid;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0);
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn a:hover,
.btn button:hover {
    outline-color: rgba(0, 0, 0, 0);
    outline-offset: 15px;
    border: 1px solid;
    -webkit-box-shadow: inset 0 0 10px rgba(148, 113, 127, 0.3), 0 0 10px rgba(255, 113, 127, 0.1);
    box-shadow: inset 0 0 10px rgba(148, 113, 127, 0.3), 0 0 10px rgba(255, 113, 127, 0.1);
    opacity: 1;
}

.btn.-small {
    width: 120px;
    height: 35px;
}

.btn.-small a,
.btn.-small button {
    font-size: 13px;
}

.btn.-medium {
    width: 140px;
    height: 35px;
}

.btn.-medium a,
.btn.-medium button {
    font-size: 13px;
}

.btn.-large {
    width: 370px;
    height: 50px;
}

.btn.-larger {
    width: 600px;
    max-width: 100%;
    height: 50px;
}

.btn.-large a,
.btn.-large button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.-large a .icon,
.btn.-large button .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.btn.-exlarge {
    width: 500px;
    height: 55px;
}

.btn.-exlarge a,
.btn.-exlarge button {
    font-size: 16px;
    color: white;
    outline-color: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
}

.btn.-exlarge a:hover,
.btn.-exlarge button:hover {
    outline-color: rgba(255, 255, 255, 0);
}

.btn-colored {
    width: 600px;
    max-width: 85%;
    height: 110px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.btn-colored a,
.btn-colored button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 50px;
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
    border: 1px solid #94717f;
    background-color: #94717f;
    position: relative;
}

.btn-colored a::after,
.btn-colored button::after {
    content: "";
    width: 80px;
    height: 12px;
    display: inline-block;
    margin: auto;
    border-bottom: 1px solid #94717f;
    border-right: 1px solid #94717f;
    -webkit-transform: translate(50%, -50%) skew(45deg);
    transform: translate(50%, -50%) skew(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.btn-colored a::before,
.btn-colored button::before {
    content: "";
    width: 40px;
    height: 1px;
    display: inline-block;
    margin: auto;
    border-bottom: 1px solid white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: calc(50% + 6px);
    right: 0;
    z-index: 2;
}

.btn-colored a:hover,
.btn-colored button:hover {
    color: #94717f;
    background-color: white;
    opacity: 1;
}

.btn.-mt-large {
    margin-top: 80px;
}

.btn.-mt-middle {
    margin-top: 50px;
}

.btn.-mt-small {
    margin-top: 30px;
}

.btn.-mt-exsmall {
    margin-top: 10px;
}

.btn.-mt-0 {
    margin-top: 0;
}

.btn.-left {
    margin-left: 0;
    margin-right: auto;
}

.btn.-right {
    margin-left: auto;
    margin-right: 0;
}

.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-box.-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn-box.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.btn-box .btn {
    margin: 10px;
}

.btn.-arrow-next a::after,
.btn.-arrow-next button::after {
    content: "";
    width: 80px;
    height: 12px;
    display: inline-block;
    margin: auto;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: skew(45deg) translate(50%, -50%);
    transform: skew(45deg) translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

button {
    background-color: transparent;
}

@media (max-width: 1024px) {

    .btn-colored a,
    .btn-colored button {
        padding: 15px 30px;
        font-size: 18px;
    }

    .btn-colored a::after,
    .btn-colored button::after {
        content: "";
        width: 50px;
    }

    .btn-colored a::before,
    .btn-colored button::before {
        content: "";
        width: 25px;
    }

    .btn.-arrow-next a::after,
    .btn.-arrow-next button::after {
        width: 64px;
        height: 9.6px;
    }

    .btn.-mt-large\@tb {
        margin-top: 80px;
    }

    .btn.-mt-middle\@tb {
        margin-top: 50px;
    }

    .btn.-mt-small\@tb {
        margin-top: 30px;
    }

    .btn.-mt-0\@tb {
        margin-top: 0;
    }

    .btn.-left\@tb {
        margin-left: 0;
        margin-right: auto;
    }

    .btn.-right\@tb {
        margin-left: auto;
        margin-right: 0;
    }

    .btn-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {

    .btn-colored a,
    .btn-colored button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .btn-colored a::after,
    .btn-colored button::after {
        content: "";
        width: 30px;
        height: 10px;
    }

    .btn-colored a::before,
    .btn-colored button::before {
        content: "";
        width: 15px;
    }

    .btn.-exlarge a,
    .btn.-exlarge button {
        font-size: 14px;
    }

    .btn.-arrow-next a::after,
    .btn.-arrow-next button::after {
        width: 40px;
        height: 6px;
    }

    .btn.-mt-large\@sp {
        margin-top: 80px;
    }

    .btn.-mt-middle\@sp {
        margin-top: 50px;
    }

    .btn.-mt-small\@sp {
        margin-top: 30px;
    }

    .btn.-mt-0\@sp {
        margin-top: 0;
    }

    .btn.-left\@sp {
        margin-left: 0;
        margin-right: auto;
    }

    .btn.-right\@sp {
        margin-left: auto;
        margin-right: 0;
    }
}

/* header */
.header-block {
    padding: 5px;
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 5;
}

header {
    width: 100%;
    padding: 0 5%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    z-index: 5;
}

.header-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

header.fixed .header-block {
    position: static;
}

header h1 {
    font-size: 10px;
}

.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.list-sns li+li {
    margin-left: 10px;
}

.list-sns li a {
    font-size: 18px;
}

.lower .header-block {
    position: static;
}

.lower header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.lower header:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.scrolled .lower header {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .header-block {
        position: static;
    }

    .header-logo {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    header {
        width: 75%;
        height: 100%;
        padding: 10px;
        background-color: #f7f4f5;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed;
        top: 0;
        left: auto !important;
        right: 0;
        z-index: 5;
    }

    .header-inner {
        width: 100%;
        height: 100%;
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .active header {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .list-sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-sns li a {
        font-size: 26px;
    }

    .list-sns li+li {
        margin-left: 20px;
    }

    .lower header {
        left: auto;
    }

    .lower header:hover {
        background-color: #f7f4f5;
    }
}

@media (max-width: 599px) {
    .header-logo {
        width: 70%;
    }
}

/* nav */
.sp-only {
    display: none;
}

nav {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 30px;
}

.nav-list>li {
    margin-top: 30px;
}

.nav-list>li>a,
.nav-list>li>.mega-btn {
    display: block;
    padding: 10px 10px 40px 10px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: 0.3s linear;
    -webkit-transition: none;
    transition: 0.3s linear;
    transition: none;
}

.nav-list>li+li {
    margin-left: 30px;
}

.nav-list li.logo-container {
    margin-left: 0;
}

.mega {
    overflow: hidden;
}

.mega-btn {
    display: inline-block;
    padding-right: 30px !important;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.mega-btn::before {
    content: "\f078";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70%;
    line-height: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 1;
}

.mega-btn::after {
    content: "";
    width: 100%;
    height: 45px;
    display: block;
    position: absolute;
}

.mega-btn:hover {
    overflow: visible;
    opacity: 0.6;
    cursor: pointer;
}

.mega-menu {
    width: 100vw;
    display: none;
    padding: 30px 20px;
    border-radius: 3px;
    background-color: #f7f4f5;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}

.mega-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mega-menu-list li {
    width: 23%;
    margin: 1%;
    opacity: 0;
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.mega-menu-list li a,
.mega-menu-list li .mega-btn {
    width: 100%;
    height: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 30px 10px 10px;
    font-size: 12px;
    color: white;
    background-color: #94717f;
    position: relative;
}

.mega-menu-list li a::after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.mega-menu-list li a .icon-nav {
    margin-right: 10px;
}

.mega-menu-list li a .icon-nav+.nav-text {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.active-btn .mega-btn::before {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}

.active-nav .mega-menu-list li {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.fixed nav {
    width: auto;
}

.active-nav .mega-menu-list li:nth-of-type(0) {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(1) {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(2) {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(3) {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(4) {
    opacity: 1;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(5) {
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(6) {
    opacity: 1;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(7) {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(8) {
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(9) {
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(10) {
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(11) {
    opacity: 1;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active-nav .mega-menu-list li:nth-of-type(12) {
    opacity: 1;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.lower nav {
    width: auto;
}

@media (max-width: 1024px) {
    .sp-only {
        display: block;
    }

    nav {
        width: 100%;
        display: block;
        padding: 20px 0;
    }

    .nav-list {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
    }

    .nav-list>li {
        border-bottom: 1px solid #94717f;
    }

    .nav-list li {
        width: 100%;
        margin-top: 0;
    }

    .nav-list li a,
    .nav-list li .mega-btn {
        margin: 5px 0;
        padding: 10px 5px;
        font-size: 18px;
        text-align: left;
        white-space: normal;
    }

    .nav-list li+li {
        margin-top: 0;
        margin-left: 0;
    }

    .mega {
        overflow: visible;
    }

    .mega-btn {
        padding-right: 30px;
        text-align: left;
    }

    .mega-menu {
        width: 100%;
        display: block;
        margin-top: 0;
        padding: 10px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        position: relative;
    }

    .mega-menu-list li {
        width: 100%;
        margin: 0;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mega-menu-list li+li {
        margin-top: 5px;
    }

    .mega-menu-list li a {
        min-height: 60px;
        padding: 10px 30px 10px 10px;
        font-size: 90%;
    }

    .mega-btn.action::before {
        -webkit-transform: rotate(180deg) translate(0, 50%);
        transform: rotate(180deg) translate(0, 50%);
    }
}

@media (max-width: 599px) {

    .nav-list li a,
    .nav-list li .mega-btn {
        padding: 10px 5px;
        font-size: 15px;
    }

    .mega-menu {
        padding: 5px;
    }

    .mega-menu-list li a {
        min-height: 50px;
        font-size: 13px;
    }
}

/* footer */
.fixed-box {
    display: none;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 4;
}

.fixed-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fixed-box-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    font-family: "Noto Sans JP", serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
}

.fixed-box-list li a::before {
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}

.fixed-box-list-tel a {
    color: white;
    background-color: #94717f;
}

.fixed-box-list-tel a::before {
    content: "\f879";
}

.fixed-box-list-contact a {
    color: #94717f;
    background-color: #f7f4f5;
}

.fixed-box-list-contact a::before {
    content: "\f073";
}

.fixed-box-list.type-b .fixed-box-list-tel a {
    color: #1f1f1f;
    background-color: white;
}

.fixed-box-list.type-b .fixed-box-list-contact a {
    color: white;
    background-color: #1f1f1f;
}

.footer-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-upper-block {
    width: 50%;
}

.footer-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-item {
    height: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
    font-weight: 200;
    font-size: 50px;
}

.footer-item a .ja {
    font-size: 40%;
}

.footer-item-01 a {
    color: white;
    background-color: #94717f;
}

.footer-item-02 a {
    color: #94717f;
    background-color: white;
}

.footer-bottom-box {
    padding: 50px 20px;
    border: 2px solid #efefef;
}

.footer-bottom-box-item {
    padding: 0 30px;
}

.footer-bottom-box-item:nth-of-type(1) {
    border-right: 1px solid #efefef;
}

.footer-bottom-box-item:nth-of-type(2) {
    border-left: 1px solid #efefef;
}

.footer-nav {
    padding-bottom: 50px;
}

.footer-nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-nav-block {
    width: calc(100% / 3);
}

.footer-nav-block+.footer-nav-block {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

.footer-nav-title {
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 22px;
    border-bottom: 3px solid #efefef;
}

.footer-nav-list li a {
    font-family: "Noto Sans JP", serif;
    font-size: 15px;
}

.copy {
    padding: 30px 5px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .fixed-box {
        display: block;
    }

    .footer-upper-block {
        width: 100%;
    }

    .footer-upper-block .adjust-left {
        width: 100%;
        padding: 50px 15px;
    }

    .footer-item a {
        padding: 30px 15px;
        font-size: 40px;
    }

    .footer-bottom-box {
        padding: 30px 15px;
    }

    .footer-bottom-box-item {
        padding: 15px;
    }

    .footer-bottom-box-item:nth-of-type(1) {
        border-right: none;
    }

    .footer-bottom-box-item:nth-of-type(2) {
        border-left: none;
    }

    .footer-nav {
        padding-bottom: 30px;
    }

    .footer-nav-block {
        width: 100%;
    }

    .footer-nav-block+.footer-nav-block {
        margin-top: 30px;
        margin-left: 0;
    }

    .copy {
        font-size: 10px;
    }
}

@media (max-width: 599px) {
    .fixed-box {
        width: 100%;
        border-radius: 10px 10px 0 0;
        bottom: 0px;
    }

    .fixed-box-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fixed-box-list li {
        width: 100%;
    }

    .fixed-box-list li a {
        padding: 10px 20px;
        letter-spacing: 1px;
    }

    .fixed-box-list li .tel a {
        font-size: 22px;
    }

    .fixed-box-list .fixed-box-list-contact a {
        padding-bottom: 10px;
    }

    .upper .fixed-box-list .fixed-box-list-contact a {
        padding-bottom: 25px;
    }

    .footer-item a {
        padding: 20px 15px;
        font-size: 30px;
    }

    .footer-bottom-box-item {
        padding: 15px 5px;
    }

    .footer-nav-list li a {
        font-size: 12px;
    }

    .copy {
        padding-bottom: 140px;
    }
}

/* main visual */
.visual {
    position: relative;
}

.visual-slide {
    position: relative;
}

.visual .uk-slidenav-position .uk-slideshow {
    width: 85%;
    margin-left: auto;
}

.visual .uk-slidenav-position .uk-slider {
    width: 30%;
    min-width: 30% !important;
    min-height: 8vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 0;
}

.visual .uk-slidenav-position .uk-slider li {
    width: 50% !important;
    margin-left: 0;
    padding: 0;
}

.visual .uk-slidenav-position .uk-slider li+li {
    padding-left: 2%;
}

.visual .uk-slidenav-position .uk-slider li div {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.visual .uk-slidenav-position .uk-slider li div::after {
    content: "";
    display: block;
    padding-top: 55%;
}

.visual .uk-slidenav-position .uk-slider li div img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    top: 0;
    left: 0;
}

.visual-cont {
     width: fit-content;
    margin: auto;
    padding-left: 5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.visual-title {
    margin-bottom: 50px;
    font-family: "Cormorant Garamond", serif;
    font-size: 110px;
    line-height: 0.8;
    letter-spacing: 2px;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.85),
        1px 0px 7px rgba(255, 255, 255, 0.85),
        0px 1px 7px rgba(255, 255, 255, 0.85),
        1px 1px 7px rgba(255, 255, 255, 0.85),
        0px 0px 7px rgba(255, 255, 255, 0.85),
        1px 0px 7px rgba(255, 255, 255, 0.85),
        0px 1px 7px rgba(255, 255, 255, 0.85),
        1px 1px 7px rgba(255, 255, 255, 0.85);
}

.visual-title-sub {
    font-size: 32px;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.85),
        1px 0px 7px rgba(255, 255, 255, 0.85),
        0px 1px 7px rgba(255, 255, 255, 0.85),
        1px 1px 7px rgba(255, 255, 255, 0.85),
        0px 0px 7px rgba(255, 255, 255, 0.85),
        1px 0px 7px rgba(255, 255, 255, 0.85),
        0px 1px 7px rgba(255, 255, 255, 0.85),
        1px 1px 7px rgba(255, 255, 255, 0.85);
}

/* .visual .uk-slideshow>li.uk-active img {
    -webkit-animation: zoom 6s 1 ease-in both;
    animation: zoom 6s ease-in 1 both;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
} */

.lower {
    padding-top: 100px;
}

.lower::after {
    content: "";
    width: 70%;
    height: 50vh;
    display: block;
    background-color: #f7f4f5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.lower-title {
    margin: 30px 0;
    padding: 0 5%;
    font-family: "Cormorant Garamond", serif;
    font-size: 80px;
    line-height: 1.2;
    text-align: right;
}

.lower-title .sub {
    display: block;
    font-size: 35%;
}

.lower-image {
    margin-bottom: 150px;
    padding-left: 10%;
    position: relative;
}

.lower-image::after {
    content: "";
    width: 300px;
    height: 300px;
    display: block;
    margin-left: -999rem;
    padding-left: 999rem;
    background-color: #94717f;
    -webkit-transform: translate(300px, 50%);
    transform: translate(300px, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.lower-image-01 .img {
    width: 100%;
    display: block;
    position: relative;
}

.lower-image-01 .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.lower-image-01 .img::after {
    content: "";
    display: block;
    padding-top: 45%;
}

.lower-image-02 .img {
    display: block;
    position: relative;
}

.lower-image-02 .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.lower-image-02 .img::after {
    content: "";
    display: block;
    padding-top: 130%;
}

.lower-02-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lower-02-box .lower-image {
    width: 45%;
    margin-bottom: 100px;
}

.lower-02-cont {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 50px;
    margin-left: 10%;
}

.lower-02-cont .lower-title {
    margin-top: 50px;
    font-size: 42px;
}

.lower-02-cont .lower-title .main::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    margin: 10px 0 20px auto;
    background-color: #1f1f1f;
}

.lower-02-title {
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}

.lower-02-title::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    position: absolute;
    top: 15px;
    left: -150px;
}

.lower-02-text.flag {
    margin-top: 200px;
    position: relative;
}

.lower-02-text.flag::before {
    content: "";
    width: 281px;
    height: 206px;
    background-image: url(/import/tenant_1/160.16.152.72/html/images/common/icon/icon_022.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .visual .uk-slidenav-position .uk-slider {
        width: 40%;
        max-width: 40% !important;
        min-height: 10vw !important;
    }

    .visual-title {
        margin-bottom: 30px;
        font-size: 60px;
    }

    .visual-title-sub {
        font-size: 24px;
    }

    .lower {
        padding-top: 80px;
    }

    .lower-title {
        font-family: "Noto Serif JP", serif;
        font-size: 64px;
    }

    .lower-title .sub {
        font-family: "Noto Serif JP", serif;
        font-size: 40%;
    }

    .lower-image {
        margin-bottom: 100px;
    }

    .lower-image::after {
        width: 200px;
        height: 200px;
        -webkit-transform: translate(200px, 50%);
        transform: translate(200px, 50%);
    }

    .lower-02-cont {
        margin-left: 5%;
    }

    .lower-02-cont .lower-title {
        margin-top: 30px;
        font-size: 32px;
    }

    .lower-02-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .lower-02-title::before {
        width: 80px;
        left: -90px;
    }

    .lower-02-text.flag {
        margin-top: 120px;
    }

    .lower-02-text.flag::before {
        width: 168.6px;
        height: 123.6px;
    }
}

@media (max-width: 599px) {
    .visual .uk-slidenav-position .uk-slideshow {
        width: 100%;
    }

    .visual-slide-inner {
        width: 100%;
        margin-left: auto;
    }

    .visual .uk-slidenav-position .uk-slider {
        width: 60%;
        max-width: 60% !important;
        min-height: 18vw !important;
    }

    .visual .uk-slidenav-position .uk-slider li div::after {
        padding-top: 65%;
    }

    .visual-title {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .visual-title-sub {
        font-size: 20px;
    }

    .lower {
        padding-top: 60px;
    }

    .lower-title {
        font-size: 48px;
    }

    .lower-title .sub {
        font-size: 50%;
    }

    .lower-image {
        margin-bottom: 60px;
    }

    .lower-image::after {
        width: 120px;
        height: 120px;
        -webkit-transform: translate(120px, 50%);
        transform: translate(120px, 50%);
    }

    .lower-02-box .lower-image {
        width: 80%;
        margin-bottom: 10px;
    }

    .lower-02-cont {
        width: 90%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: auto;
    }

    .lower-02-cont .lower-title {
        margin: 10px 0;
        font-size: 24px;
    }

    .lower-02-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .lower-02-text.flag {
        margin-top: 80px;
    }

    .lower-02-text.flag::before {
        width: 112.4px;
        height: 82.4px;
    }
}

/* parts */
.bnr {
    width: 800px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    background-color: #f7f4f5;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.bnr:hover {
    opacity: 0.5;
}

.bnr a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 2;
}

.bnr-img {
    width: calc(100% / 3);
    position: relative;
    z-index: 1;
}

.bnr-heading {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.bnr-01 {
    height: 100%;
    background-color: #7eb2d7;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.bnr-01:hover {
    opacity: 0.5;
}

.bnr-01 a {
    width: 100%;
    height: 100%;
    display: block;
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 2;
}

.bnr-01 .bnr-01-cont {
    height: 100%;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.bnr-01 .bnr-01-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.bnr-01 .bnr-01-img-item {
    width: calc(100% / 3);
}

.bnr-02 {
    height: 100%;
}

.bnr-02 a {
    height: 100%;
    display: block;
    position: relative;
}

.bnr-02 a .bnr-02-cont {
    padding: 10px;
}

.bnr-02 a .bnr-02-cont-item {
    width: 45%;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    position: relative;
    z-index: 1;
}

.bnr-02 a .bnr-02-img {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.bnr-03 {
    height: 100%;
    position: relative;
}

.bnr-03::before {
    content: "";
    width: 70px;
    height: 70px;
    background: linear-gradient(-45deg, transparent 0%, transparent 50%, #94717f 50%, #94717f 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.bnr-03::after {
    content: "";
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, #94717f 50%, #94717f 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.bnr-03 a {
    height: 100%;
    display: block;
    position: relative;
}

.bnr-03 a .bnr-03-cont {
    padding: 10px;
}

.bnr-03 a .bnr-03-cont-item {
    width: 50%;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 1;
}

.bnr-03 a .bnr-03-img {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.bnr-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #cdb7c0;
}

.bnr-04-img {
    width: 15%;
}

.bnr-04-img+.bnr-04-img {
    margin-left: 10px;
}

.bnr-04-heading {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    background-image: url(/import/tenant_1/160.16.152.72/html/images/common/bg_001.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bnr-05 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f7f4f5;
}

.bnr-05-img {
    width: 30%;
}

.bnr-05-cont {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    position: relative;
}

.bnr-05-cont::after {
    content: "";
    width: 85px;
    height: 12px;
    display: block;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.bnr-05-cont .title {
    width: 100%;
}

.calbox {
    position: relative;
}

.calbox::before {
    content: "";
    display: block;
    padding-top: 70%;
}

.calbox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[class^="bnr"].spacial {
    overflow: hidden;
    position: relative;
}

[class^="bnr"].spacial::before {
    content: "SPECIAL";
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    font-size: 12px;
    color: white;
    background-color: #94717f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 2;
}

.ex-large-character {
    margin-top: -25%;
    font-family: "Parisienne", cursive;
    font-size: 300px;
    color: #94717f;
    line-height: 1;
    text-align: center;
}

.ex-large-character.-left {
    text-align: left;
}

.ex-large-box {
    margin-bottom: 80px;
    position: relative;
}

.ex-large-box .ex-large-character {
    margin: auto;
    margin-top: 0;
    color: #e8e0e3;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
}

.adjust-left {
    width: 600px;
    max-width: 50vw;
    margin-left: auto;
    padding: 50px 30px;
}

.adjust-right {
    width: 600px;
    max-width: 50vw;
    margin-right: auto;
    padding: 50px 30px;
}

.deco-wrap {
    position: relative;
}

.deco-wrap-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.deco-wrap-02 .deco-01 {
    width: 119px;
    height: 257px;
}

.deco-wrap-02 .deco-02 {
    width: 124px;
    height: 233px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.deco-wrap.-horizontal .deco-text {
    -webkit-transform: rotate(0deg) translate(0, -50%);
    transform: rotate(0deg) translate(0, -50%);
}

.deco-wrap.-horizontal .deco-text-sub {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
}

.deco-text {
    font-family: "antrovectra";
    font-size: 50px;
    color: #1f1f1f;
    line-height: 1;
    -webkit-transform: translate(0, -25%) rotate(-15deg);
    transform: translate(0, -25%) rotate(-15deg);
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.deco-text.-mini {
    font-size: 30px;
}

.deco-box-text {
    font-family: "antrovectra";
    font-size: 9vw;
    color: #9a9a9a;
    line-height: 0.5;
    white-space: nowrap;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.deco-box-02 {
    position: relative;
}

.deco-box-02 .deco-box-text {
    font-size: 8vw;
    line-height: 1;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
}

.deco-box-03 {
    position: relative;
}

.deco-box-03 .deco-box-text {
    font-size: 8vw;
    color: #f5e3e9;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.deco-box-04 {
    position: relative;
}

.deco-box-04 .deco-box-text {
    font-size: 8vw;
    line-height: 1;
    -webkit-transform: trotate(-15deg);
    transform: trotate(-15deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.deco-box-05 {
    position: relative;
}

.deco-box-05 .deco-box-text {
    font-size: 5vw;
    position: absolute;
    top: 10%;
    left: -10%;
}

.deco-box-06 {
    position: relative;
}

.deco-box-06 .deco-box-text {
    font-size: 5vw;
    color: #1f1f1f;
    line-height: 0.5;
    -webkit-transform: translate(0, 50%) rotate(-10deg);
    transform: translate(0, 50%) rotate(-10deg);
    position: absolute;
    top: 0;
    left: -10%;
}

.deco-box-07 {
    position: relative;
}

.deco-box-07 .deco-box-text {
    font-size: 5vw;
    color: #1f1f1f;
    line-height: 0.5;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: 0;
    left: 0;
}

.deco-square-top-left {
    padding-top: 90px;
    padding-left: 90px;
    position: relative;
}

.deco-square-top-left::before {
    content: "";
    width: 180px;
    height: 180px;
    display: block;
    background-color: #94717f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.deco-square-top-left-infinity {
    position: relative;
}

.deco-square-top-left-infinity::before {
    content: "";
    width: calc(50% - 350px);
    height: 330px;
    display: block;
    background-color: #94717f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.deco-square-top-right {
    padding-top: 90px;
    padding-left: 90px;
    position: relative;
}

.deco-square-top-right::before {
    content: "";
    width: 180px;
    height: 180px;
    display: block;
    background-color: #94717f;
    position: absolute;
    top: 0;
    right: -90px;
    z-index: -1;
}

.deco-square-top-right-infinity {
    position: relative;
}

.deco-square-top-right-infinity::before {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    background-color: #94717f;
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: -1;
}

.deco-square-bottom-right {
    position: relative;
}

.deco-square-bottom-right::after {
    content: "";
    width: 70%;
    height: 70%;
    display: block;
    background-color: #f7f4f5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.box-border {
    border: 5px solid #ededed;
}

.box-white {
    padding: 30px 50px;
    background-color: white;
}

.box-white-02 {
    padding: 80px 50px;
    background-color: white;
}

.box-point {
    padding: 30px 20px;
    background-color: #f7f4f5;
    position: relative;
}

.box-point-heading {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    letter-spacing: 4px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 0;
    left: 20px;
}

.note {
    line-height: 2em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, transparent), to(#94717f));
    background-image: linear-gradient(180deg, transparent 0%, transparent 96%, #94717f 100%);
    background-size: 100% 2em;
}

.textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.textbox .with-deco {
    position: relative;
}

.textbox .with-deco span {
    display: inline-block;
}

.textbox .with-deco-01 {
    width: 60px;
    height: 72px;
    margin: auto;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    z-index: 1;
}

.textbox .with-deco-02 {
    width: 99px;
    height: 91px;
    -webkit-transform: translate(75%, -75%);
    transform: translate(75%, -75%);
    position: absolute !important;
    top: 0;
    right: 0;
}

.studio-img {
    width: calc(100% - 340px);
    float: left;
    padding: 10px;
}

.studio-item {
    width: 170px;
}

.studio-item.item-01 {
    margin: 0 auto;
}

.studio-item.item-02 {
    float: left;
}

.studio-item.item-03 {
    float: right;
}

.studio-item.item-04 {
    float: right;
}

.studio .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.studio .item-wrap .item-01 {
    float: none;
    margin: 0 10px;
}

.studio-box-03 .item-01 {
    margin-right: 0;
}

.tab-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.tab-btn-list::after {
    content: "";
    width: 300%;
    height: 1px;
    display: block;
    background-color: #94717f;
    position: absolute;
    bottom: 0;
    left: -100%;
    z-index: -1;
}

.tab-btn-list .tab-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 50px;
    font-size: 22px;
    color: white;
    letter-spacing: 2px;
    border-top: 1px solid #94717f;
    border-bottom: 1px solid #94717f;
    border-left: 1px solid #94717f;
    border-right: 1px solid #94717f;
    border-radius: 5px 5px 0 0;
    background-color: #94717f;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.tab-btn-list .tab-btn:hover {
    cursor: pointer;
}

.tab-btn-list .tab-btn.on {
    font-weight: bold;
    color: #94717f;
    border-bottom: 1px solid #f7f4f5;
    background-color: #f7f4f5;
}

.tab-btn-list .tab-btn+.tab-btn {
    margin-left: 3px;
}

.handwrite-heading-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.handwrite-heading-inner .deco-box-text {
    margin-bottom: 10%;
    margin-left: -10%;
}

.frame {
    border: 5px solid white;
}

.num-box {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.num-box .num {
    margin: auto;
    font-family: "antrovectra";
    font-size: 120px;
    color: #f5e3e9;
    line-height: 1;
}

.num-box-text {
    margin: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.arrow-under::after {
    content: "\f103";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.arrow-id {
    position: relative;
}

.arrow-id::before {
    content: "\f0da";
    width: 10%;
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #94717f;
    line-height: 1;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    z-index: -1;
}

.double-line {
    font-size: 24px;
}

.double-line span {
    display: inline-block;
}

.double-line span+span {
    margin-left: 5px;
}

.double-line::after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    margin-bottom: 30px;
    border-top: 1px solid #94717f;
    border-bottom: 1px solid #94717f;
}

.fee-box-large {
    font-size: 180%;
}

.fee-box-small {
    font-size: 80%;
}

@media (max-width: 1024px) {
    .bnr-03 a .bnr-03-cont-item {
        width: 60%;
        min-height: 100px;
    }

    .bnr-03 a .bnr-03-cont-item h3 {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .bnr-04 {
        padding: 5px;
    }

    .bnr-04-img {
        width: 12%;
    }

    .bnr-04-img+.bnr-04-img {
        margin-left: 5px;
    }

    .bnr-04-heading {
        margin: 0 5px;
        padding: 5px;
        font-size: 16px;
    }

    .bnr-05-cont {
        padding: 20px;
    }

    .bnr-05-cont::after {
        width: 68px;
        height: 9.6px;
        bottom: 10px;
        right: 10px;
    }

    .calbox::before {
        padding-top: 80%;
    }

    .ex-large-character {
        font-size: 200px;
    }

    .ex-large-box .ex-large-character {
        -webkit-transform: translate(0, -80%);
        transform: translate(0, -80%);
    }

    .adjust-left {
        width: 50%;
        padding: 30px 15px;
    }

    .adjust-right {
        width: 50%;
        padding: 30px 15px;
    }

    .deco-wrap-02 .deco-01 {
        display: none;
    }

    .deco-wrap-02 .deco-02 {
        display: none;
    }

    .deco-text {
        font-size: 40px;
    }

    .deco-box-02 .deco-box-text {
        font-size: 14vw;
    }

    .deco-box-03 .deco-box-text {
        font-size: 12vw;
    }

    .deco-box-04 {
        position: relative;
    }

    .deco-box-04 .deco-box-text {
        font-size: 10vw;
    }

    .deco-box-05 .deco-box-text {
        font-size: 8vw;
        top: 5%;
        left: 0;
    }

    .deco-box-06 {
        position: relative;
    }

    .deco-box-06 .deco-box-text {
        font-size: 10vw;
        left: -2.5%;
    }

    .deco-square-top-left {
        padding-top: 40px;
        padding-left: 40px;
    }

    .deco-square-top-left::before {
        width: 120px;
        height: 120px;
    }

    .deco-square-top-left-infinity::before {
        width: 200px;
        height: 200px;
    }

    .box-white {
        padding: 30px 10px;
    }

    .box-white-02 {
        padding: 50px 30px;
    }

    .textbox .with-deco-01 {
        width: 48px;
        height: 57.6px;
    }

    .textbox .with-deco-02 {
        width: 79.2px;
        height: 72.8px;
    }

    .studio-img {
        width: 80%;
        float: none;
        clear: both;
        margin: 15px auto;
    }

    .studio-item {
        width: 170px;
        margin: 10px;
    }

    .studio-item.item-01 {
        float: left;
        margin: 10px;
    }

    .studio-item.item-02 {
        float: left;
    }

    .studio-box-02 .item-wrap {
        width: calc((100% / 3) * 2);
        float: right;
    }

    .studio-box-02 .item-wrap .studio-item {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .tab-btn-list {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .tab-btn-list .tab-btn {
        font-size: 20px;
    }

    .num-box {
        width: 120px;
    }

    .num-box .num {
        font-size: 96px;
    }
}

@media (max-width: 599px) {
    .bnr-img {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bnr-heading {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 30px 15px;
    }

    .bnr-01 a .bnr-01-img {
        height: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .bnr-01 a .bnr-01-img-item {
        width: 50%;
    }

    .bnr-01 a .bnr-01-cont {
        height: auto;
        min-height: auto;
        padding: 30px 15px;
    }

    .bnr-02 {
        height: 100%;
    }

    .bnr-02 a {
        height: 100%;
        border: 1px solid #f5f5f5;
    }

    .bnr-02 a .bnr-02-cont {
        padding: 10px;
    }

    .bnr-02 a .bnr-02-cont-item {
        width: 100%;
        min-height: auto;
    }

    .bnr-02 a .bnr-02-img {
        height: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .bnr-04 {
        padding: 5px;
    }

    .bnr-04-img {
        width: calc(25% - 4px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bnr-04-heading {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 5px 0;
        padding: 20px 5px;
    }

    .bnr-04-heading+.bnr-04-img {
        margin-left: 5px;
    }

    .calbox::before {
        padding-top: 100%;
    }

    .ex-large-character {
        font-size: 150px;
    }

    .adjust-left {
        width: 100%;
        max-width: 100%;
    }

    .adjust-right {
        width: 100%;
        max-width: 100%;
    }

    .deco-wrap.-horizontal .deco-text-sub {
        font-size: 10px;
    }

    .deco-text {
        font-size: 30px;
    }

    .deco-box-02 .deco-box-text {
        font-size: 18vw;
    }

    .deco-box-03 .deco-box-text {
        font-size: 14vw;
    }

    .deco-box-05 .deco-box-text {
        font-size: 10vw;
        top: 2%;
    }

    .deco-box-07 .deco-box-text {
        font-size: 10vw;
    }

    .deco-square-top-left {
        padding-top: 10px;
        padding-left: 10px;
    }

    .deco-square-top-right {
        padding-top: 10px;
        padding-left: 10px;
    }

    .deco-square-top-right-infinity {
        position: relative;
    }

    .deco-square-top-right-infinity::before {
        height: 60%;
        top: -10%;
    }

    .box-white-02 {
        padding: 30px 10px;
    }

    .textbox {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .textbox .with-deco-01 {
        width: 36px;
        height: 43.2px;
    }

    .textbox .with-deco-02 {
        width: 59.4px;
        height: 54.6px;
    }

    .studio-img {
        width: 100%;
    }

    .studio-item {
        width: 120px;
        margin: 5px 2px;
    }

    .studio-item.item-01 {
        margin: 5px 2px;
    }

    .studio-box-02 .item-wrap {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        float: none;
    }

    .studio-box-02 .item-wrap .studio-item {
        width: 120px;
        margin: 5px 2px;
    }

    .handwrite-heading-inner {
        display: block;
    }

    .handwrite-heading-inner .deco-box-text {
        margin: -10px auto 0;
        font-size: 15vw;
        line-height: 1;
    }

    .num-box {
        width: 110px;
    }

    .num-box .num {
        font-size: 72px;
    }
}

/* custom contents */
.date {
    margin: 5px 0;
    letter-spacing: 2px;
}

.category {
    margin: 0 0 5px 0;
    font-size: 12px;
}

.category span {
    display: inline-block;
    margin: 2px 5px;
    padding: 2px 10px;
    font-size: 10px;
    background-color: #e8e0e3;
}

.cc-thumb {
    border: 1px solid #eee;
}

.cc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-title {
    font-family: "Noto Sans JP", serif;
}

.cc-side-box {
    margin-top: 30px;
}

.cc-side-box+.cc-side-box {
    margin-top: 80px;
}

.cc-side-title {
    margin-bottom: 30px;
}

.cc-side-title span {
    display: block;
}

.cc-side-title .main {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
}

.cc-side-title .sub {
    font-size: 12px;
}

.cc-side-list li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    color: white;
    background-color: #94717f;
}

.cc-side-list li+li {
    margin-top: 10px;
}

.cc-side-list-02 {
    padding-left: 10px;
}

.cc-side-list-02 li {
    font-size: 12px;
}

.cc-side-list-02 li+li {
    margin-top: 10px;
}

.link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0;
    padding: 0 50px;
}

.link-box .btn {
    margin-left: 50px;
    margin-right: 50px;
}

.link-box-prev,
.link-box-next {
    width: 120px;
    height: 50px;
}

.link-box-prev a,
.link-box-next a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #e8e0e3;
    position: relative;
}

.link-box-prev a::before {
    content: "";
    width: 60px;
    height: 12px;
    margin: auto;
    border-bottom: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    -webkit-transform: translate(0, -50%) skew(-45deg);
    transform: translate(0, -50%) skew(-45deg);
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: 1;
}

.link-box-next a::before {
    content: "";
    width: 60px;
    height: 12px;
    margin: auto;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -webkit-transform: translate(0, -50%) skew(45deg);
    transform: translate(0, -50%) skew(45deg);
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 1;
}

.recommend {
    margin-top: 80px;
}

.voice-detail-image {
    border: 5px solid #ededed;
}

.gallery.detail .thumbs .active-img [class*="up-ofi"] {
    outline: 4px solid #94717f;
}

@media (max-width: 1024px) {
    .link-box {
        max-width: 520px;
        padding: 0;
    }

    .link-box .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 20px auto 0;
    }

    .link-box-prev,
    .link-box-next {
        margin: 0 10px;
    }

    .recommend {
        margin-top: 50px;
    }
}

@media (max-width: 599px) {
    .cc-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cc-side-list-02 li {
        font-size: 14px;
    }

    .cc-thumb {
        width: 35%;
    }

    .cc-info {
        width: 60%;
    }

    .link-box-prev,
    .link-box-next {
        width: 100px;
    }
}

/* 見たまま編集 */
[data-element-id] header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-element-id] .lower header {
    position: static;
}

[data-element-id] .header-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: static;
}

[data-element-id] nav {
    width: 70%;
}

[data-element-id] .sp-only {
    display: block;
    border: 1px solid #006400;
}

[data-element-id] .sp-only::before {
    content: "SPナビ";
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #006400;
}

[data-element-id] .nav-list {
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .nav-list>li {
    width: calc((100% / 4) - 10px);
    margin: 0 5px 10px 5px;
}

[data-element-id] .nav-list li a {
    padding: 5px;
    font-size: 12px;
}

[data-element-id] .nav-list li.mega {
    width: 100%;
}

[data-element-id] .mega-menu {
    width: 100%;
    display: block;
    position: static;
}

[data-element-id] .mega-menu-list li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] nav .btn {
    width: 20%;
    margin: auto;
}

[data-element-id] .visual-img {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

[data-element-id] .fixed-box {
    width: 30%;
    display: block;
    margin: 30px 0 30px auto;
    border: 1px solid #006400;
    position: relative;
    position: static;
}

[data-element-id] .fixed-box::before {
    content: "モバイル端末で画面下に固定表示されます";
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #006400;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    right: 0;
}

[data-element-id] [class^="title"] .main .animation-span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] .deco-box-02 .deco-box-text.text-editable,
[data-element-id] .deco-box-04 .deco-box-text.text-editable,
[data-element-id] .list-count li .num.text-editable,
[data-element-id] .list-season li .list-inner .season.text-editable,
[data-element-id] .list-point-block .point.text-editable,
[data-element-id] .ex-large-box .ex-large-character.text-editable,
[data-element-id] .deco-text.text-editable,
[data-element-id] .box-point-heading.text-editable,
[data-element-id] .textbox .with-deco-02.text-editable,
[data-element-id] .list-order .list-inner .list-order-title.text-editable,
[data-element-id] .list-story li .age.text-editable,
[data-element-id] .deco-box-05 .deco-box-text.text-editable,
[data-element-id] .deco-box-06 .deco-box-text.text-editable {
    position: absolute !important;
}

[data-element-id] .tab-btn-list {
    counter-reset: number;
}

[data-element-id] .tab-btn-list li {
    position: relative;
}

[data-element-id] .tab-btn-list li::before {
    content: counter(number)"番目のタブです";
    width: 100%;
    display: block;
    counter-increment: number;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 10px;
    color: white;
    text-align: center;
    background-color: #006400;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .tab-wrap {
    counter-reset: number;
}

[data-element-id] .tab-block {
    margin-top: 50px;
    border: 1px solid #006400;
}

[data-element-id] .tab-block::before {
    content: counter(number)"番目のタブです";
    display: block;
    counter-increment: number;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: white;
    text-align: center;
    background-color: #006400;
}

[data-element-id] .deco-text {
    -webkit-transform: translate(0, -25%) rotate(0deg);
    transform: translate(0, -25%) rotate(0deg);
}

[data-element-id] .deco-box-text {
    -webkit-transform: translate(0, -100%) rotate(0deg);
    transform: translate(0, -100%) rotate(0deg);
}

[data-element-id] .breadcrumbs {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    position: static;
}

[data-element-id] .bnr:hover {
    opacity: 1;
}

[data-element-id] .bnr a {
    height: 50px;
    display: block;
    border: 1px solid #006400;
    position: static !important;
    z-index: 0;
}

[data-element-id] .bnr a::before {
    content: "リンク設定はこちらをダブルクリックしてください";
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #006400;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: static !important;
}

[data-element-id] .bnr-01:hover {
    opacity: 1;
}

[data-element-id] .bnr-01 a {
    height: 50px;
    display: block;
    border: 1px solid #006400;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    top: auto;
    bottom: 0;
    z-index: 0;
}

[data-element-id] .bnr-01 a::before {
    content: "リンク設定はこちらをダブルクリックしてください";
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #006400;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: static !important;
}

[data-element-id] .bnr-01 .bnr-01-cont {
    height: auto;
    min-height: inherit;
}

.text.sans.fs_point {
    font-size: 14px;
}



.photo753{
  margin: 3rem auto 5rem;
}


@media (max-width: 599px) {
  
.photo753{
  margin: -2rem auto 5rem;
}

}


/* 2025/01/21 */
.c-brown{
  color: #703E29;
}

.uchikeshi{
  text-decoration: line-through;
  text-decoration-color: red;
  margin-right: 1em;
}

.f-ttl01{
  color: #703E29;
  font-size: 24px;
  margin-bottom: 0.5em;
  font-weight: bold
}

.twenty_container01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #703E29;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}

.twenty_container01 .item01 {
    border: 1px solid #C89845;
    width: 35%;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.twenty_container01 .item01 li {
    border: 1px solid #8F786C;
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.twenty_container01 .item01 li.noborder {
    border: none;
}

.twenty_container01 .item01 li+li {
    margin-top: 10px;
}

.twenty_container01 .item02 {
    border: 1px solid #81BE72;
    width: 35%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.twenty_container01 .item02 li {
    border: 1px solid #81BE72;
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.twenty_container01 .item02 li+li {
    margin-top: 10px;
}

.twenty_container01 .item03 {
    border: 1px solid #D59EBF;
    width: 25%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.twenty_container01 .item03 li {
    border: 1px solid #D59EBF;
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.twenty_container01 .item03 li+li {
    border: 1px solid #D59EBF;
    margin-top: 10px;
}

.twenty_container01 .item01::after {
    content: "＋";
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    color: #703E29;
}

.twenty_container02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.twenty_container02 li {
    width: calc((100% - 35px) / 8);
}

.twenty_container02 .img{
  background-color: #F5E3CF;
  border-radius: 5px;
  padding: 10px;
}

.twenty_container02 .img span{
  display: block;
  text-align: center;
}

.twenty_container02 .img img{
  width: auto;
  height: 80px;
}

.twenty_container02 .text {
    text-align: center;
}

.twenty_container03{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #703E29;
  border-radius: 30px;
  padding: 30px;
}

.twenty_container03 li {
    width: calc((100% - 20px) / 3);
}

.twenty_container03 li.three div {
    border: 1px solid #703E29;
    padding: 5px;
}

.twenty_container03 li.three div+div {
  margin-top: 5px;
}

.twenty_container03 .text {
    text-align: center;
}

.twenty_container03 .deco {
  text-align: center;
}

.twenty_container03 .deco img {
  height: 40px;
}

.twenty_container03 li:last-child {
    color: #703e29;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.twenty_container03 li:last-child .text {
  text-align: right;
}

.twenty_container03 li:last-child:after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('/upload/tenant_1/7650ea4e80d9450cba00149d0bdb9499.webp');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.twenty_container04{
  gap: 10px;
  border: 1px solid #703E29;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.twenty_container05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.twenty_container05 li {
    width: calc((100% - 15px) / 3);
    display: flex;
    justify-content: space-between;
    border: 2px solid #C9A347;
}

.twenty_container05 li .img {
    width: 50%;
}

.twenty_container05 li .content-wrap {
    width: 50%;
}

.twenty_container05 li .deco{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.twenty_container05 li .text {
    color: #703e29;
    font-weight: bold;
    text-align: center;
    font-size: 1.25em;
}

.twenty_container05 li .price{
    color: #B8328B;
    font-weight: bold;
    text-align: center;
    font-size: 1.25em;
}

.twenty_container05 li:last-child{
  display: block;
  position: relative;
}

.twenty_container05 li:last-child .text{
  font-size: 1em;
}

.twenty_container05 li:last-child .img{
  position: absolute;
  bottom: 0;
  right: 0;
}

.twenty_container05.ver02 li
{
  padding: 10px;
  border: 2px solid #92C685;
}

.twenty_container05.ver02 li .text01,
.twenty_container05.ver02 li .text02,
.twenty_container05.ver02 li .text03
{
  font-weight: bold;
  color: #703E29;
}

.twenty_container05.ver02 li .text03
{
  font-size: 0.8em;
  text-decoration: line-through;
  text-decoration-color: red;
}

.twenty_container05.ver02 li .text04
{
  color: #B8328B;
  font-weight: bold;
  text-align: right;
  font-size: 1.25em;
}

.twenty_container05.ver02 li .dataimg
{
  color: #703E29;
  font-size: 12px;
}

.twenty_container05.ver02 li .data,
.twenty_container05.ver02 li .page
{
  background-color: #F6E3DC;
}

.twenty_container05.ver02 li .page
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.twenty_container05 li .deco.decoab {
  margin-left: -30px;
}

.twenty_container05.ver03 li .text {
  font-size: 1em;
}


.twenty_container05.ver03 li.option{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
  text-align: center;
  border: 2px solid #b8328b;
}

.twenty_container05.ver03 li.option .ttl {
  width: 100%;
}

.twenty_container05.ver03 li.option .half {
  width: 48%;
  border: 1px solid #B8328B;
  padding: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.twenty_container05.ver03 li.set{
  text-align: center;
  border: 2px solid #81be72;
}

.twenty_container05.ver03 li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.twenty_container05.ver03 li:last-child .img{
  position: relative;
  margin: 0 auto;
}

.presentimg{
  position: relative;
}

.presentimg::before{
  content: "";
  display: block;
  width: 500px;
  height: 100px;
  background-image: url('/upload/tenant_1/215f570861951125325e321b3d3016fe.webp');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  right: -100px;
  transform: rotate(-25deg);
}

.presentimg::after{
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('/upload/tenant_1/b8e3b0977b3d238d5f1e6fdb8d1df702.PNG');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -100px;
}

@media(max-width:1024px){
.twenty_container01 .item03 {
  font-size: 12px;
}

.twenty_container01 .item01::after {
  right: -18px;
}

.presentimg::before {
  right: -180px;
}
}

@media(max-width:599px) {
.f-ttl01{
  font-size: 18px;
}  
  
.twenty_container01{
    padding: 15px;
} 
.twenty_container01 .item01,
.twenty_container01 .item02,
.twenty_container01 .item03{
    width: 100%;
    margin-top: 20px;
}

.twenty_container02 li {
    width: calc((100% - 35px) / 4);
}

.twenty_container03 {
    padding: 15px;
}

.twenty_container03 li {
    width: calc((100% - 20px) / 2);
}

.twenty_container04 {
    padding: 15px;
}

.twenty_container05 li {
    width: calc((100% - 5px) / 2);
}

.twenty_container05 li.option {
    width: 100%;
}

.twenty_container05 li.set {
    width: 100%;
}

.twenty_container05 li .deco {
    width: 80px;
    height: 80px;
}

.twenty_container05 li .text {
    font-size: 1em;
}

.twenty_container05 li .price {
    font-size: 1em;
}

.twenty_container05.ver02 li {
    width: 100%;
}

.twenty_container05 li:last-child .img{
  width: 100px;
  opacity: 0.5;
}

.twenty_container01 .item01::after {
    color: #703E29;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -23px;
    left: 50%;
}

.twenty_container03 .text {
    font-size: 12px;
}

.twenty_container05 li .img {
    max-width: 100px;
    margin: 0 auto;
}

.twenty_container03 li:last-child {
    justify-content: flex-start;
}

.presentimg::before {
  top: -120px;
  right: -230px;
}
}

/* 2025/01/29 */
.twenty_container05 .left,
.twenty_container05 .right{
  border: 1px solid #000;
  position: relative;
  padding: 20px 10px;
}

.twenty_container05 .ttl{
  font-size: 18px;
  color: #703E29;
  font-weight: bold;
  width: fit-content;
  background-color: #fff;
  padding: 0 0.5em;
}

.twenty_container05 .left .ttl{
  position: absolute;
  top: -1em;
  left: 10px;
  z-index: 1;
}

.twenty_container05 .left .osusume{
  width: 100px;
  position: absolute;
  top: -1.5em;
  left: 190px;
  z-index: 1;
}

.twenty_container05 .left .parts-left{
  background-color: #F1E4DC;
  padding: 10px;
}

.twenty_container05 .left .parts-right{
  position: relative;
}

.twenty_container05 .left .parts-right .txtwrap{
  position: absolute;
  bottom: 65px;
  left: -20px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0.25em;
}

.twenty_container05 .right .ttl{
  position: absolute;
  top: -1em;
  right: 10px;
  z-index: 1;
}

.twenty_container05 .img01{
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}

.twenty_container05 .img02{
  position: relative;
  z-index: 1
}

.twenty_container05 .img03{
  transform: scale(1.5);
}


/* 2025.02.10 */

.fcoupon{
    position: fixed;
    width: 60px;
    right: 2px;
    height: 170px;
   display: block ;
  transform: inherit;
  z-index: 49;
  -webkit-transition: .4s ease;
  transition: .4s ease;top: auto;
  bottom: 410px;
}

.contact-btn a {
    background: #94717f;
    text-align: center;
    padding: 10px 2px;
    color: #fff;
    border-radius: 10px;
    height: 170px;
    border: 1px solid #5d606b;
    writing-mode: vertical-rl;
    font-size: 16px;
    width: 60px;
    letter-spacing: .08em;
    font-family: "Cormorant SC", serif;
}

.line-btn a {
    text-align: center;
    background: #1d914c;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    height: 150px;
    border: 1px solid #5d606b;
    writing-mode: vertical-rl;
    font-size: 16px;
    width: 60px;
    letter-spacing: .08em;
  font-family: "Cormorant SC", serif;
}

.line-btn{
  bottom: 220px;
}

.fair-box{
  margin-bottom: 5rem;
  padding: 30px 30px;
    border: 1px solid;
    border-radius: 20px;
    background: #f8f4f4;
}

.fair-p01{
  text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.fair-p02{
  margin-bottom: 20px;
  line-height: 2;
}

.fair-p03{
    text-align: right;
    font-weight: bold;
    color: #a97e8f;
}

.tel-color{
  color: #a97e8f;
    margin-top: 2px !important;
    border: 1px solid;
    padding: 8px;
    margin-left: 20px !important;
}







@media(max-width:1024px){
.sp-none{
  display: none;
}

.con-line{
  display: flex;
  width: 100%
}

.con-line li{
  width: 50%;
}

.sp-linebtn img{
  width: 20px;
  margin-right: 5px;
}

.sp-linebtn a::before {
  display: none !important;
}

.sp-linebtn{
  border-left: 1px solid #94717f;
}

.upper .fixed-box-list .fixed-box-list-contact a {
        padding-bottom: 16px;
    }
    
 .fixed-box {
  
        width: 560px;
    }
    
    .fair-box {
    margin-top: 5rem;
    }
    
.sp-none{
  display: none;
}
}

@media(max-width:599px){
.fair-p01 {
    text-align: left;
    font-size: 20px;
}

    .fixed-box {
        width: 100% !important;
    }
}


.visual .uk-slideshow li>div a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 2025/03/04 */
.ttl-shichigosan{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #604126;
  color: #604126;
  padding: 20px;
}

.ttl-shichigosan .back{
  background-color: #604126;
  color: #fff;
  padding: 10px;
}

@media(max-width:1024px){
.ttl-shichigosan{
  flex-wrap: wrap;
  justify-content: center;
}  
  
.ttl-shichigosan .w100{
  width: 100%;
  text-align: center;
  margin: 5px 0;
}   
}

.listflow-shichigosan{
  color: #604126;
}

.listflow-shichigosan{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.listflow-shichigosan li{
  position: relative;
  flex: 1;
}

.listflow-shichigosan li::before{
  content: "▶";
  display: block;position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

.listflow-shichigosan li:nth-of-type(5)::before{
  content: none;
}

.listflow-shichigosan .ttl{
  background-image: url('/upload/tenant_1/fbc491eef8cee2fa015c78765db7c844.webp');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 15px;
  font-weight: bold;
}

.listflow-shichigosan .content{
  margin-top: 10px;
}

.listflow-shichigosan .content .text{
  font-size: 14px;
}

.listflow-shichigosan .content .img{
  height: 100px;
  text-align: center;
}

.listflow-shichigosan .content .img img{
  height: 100%;
  width: auto;
}

@media(max-width:1024px){
.listflow-shichigosan{
 flex-wrap: wrap;
 justify-content: center;
}

.listflow-shichigosan li{
  width: 30%;
  flex: auto;
  flex-grow: 0;
}
}

@media(max-width:599px) {
.listflow-shichigosan{
  gap: 0px;
  justify-content: space-between;
}

.listflow-shichigosan li{
  width: 48%;
}

.listflow-shichigosan li::before {
  right: -7.5px;
  font-size: 10px;
}
}

.boxcontainer01-shichigosan{
  background-color: #fbf2eb;
  padding: 20px;
  border: 2px solid #604126;
  color: #604126;
}

.boxcontainer01-shichigosan .ttl{
  color:  #fa7807;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.boxcontainer01-shichigosan .box01{
  background-color: #fff;
  padding: 10px;
  border: 2px solid #604126;
  margin: 10px 0;
}

.boxcontainer01-shichigosan .box02 .item{
  margin-top: 10px;
}

.boxcontainer01-shichigosan .box02 .back{
  background-color: #9e8b7b;
  color: #fff;
  padding: 0.25em;
  width: fit-content;
}

.boxcontainer01-shichigosan .box02 .img{
  height: 80px;
  text-align: center;
}

.boxcontainer01-shichigosan .box02 .img img{
  width: auto;
  height: 100%;
}

.boxcontainer01-shichigosan .box03 .txt02{
  text-decoration: line-through;
  text-decoration-color: #c73339;
  text-decoration-style: double;
}

.boxcontainer01-shichigosan .box03{
  background-color: #fff;
  border: 2px solid #604126;
  padding: 10px;
  text-align: center;
  height: 165px;
}

.boxcontainer01-shichigosan .box03+.box03{
  margin-top: 5px;
}

.boxcontainer01-shichigosan .box03 .txt03{
  color: #fa7807;
}

@media(max-width:599px) {
.boxcontainer01-shichigosan .box02 .back{
  font-size: 12px;
  margin-bottom: 5px;
}

.boxcontainer01-shichigosan .box03{
  height: 185px;
}
}

.boxcontainer02-shichigosan .ttl{
  color: #e2133a;
  font-weight: bold;
  text-align: center;
}

.boxcontainer02-shichigosan .box04{
  background-color: #ffffff;
  padding: 20px;
  border: 2px solid #604126;
}

.boxcontainer02-shichigosan .box04+.box04{
  margin-top: 10px;
}

.boxcontainer02-shichigosan .box04 .back{
  background-color: #9e8b7b;
  color: #fff;
  padding: 0.25em;
  width: fit-content;
  margin-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.boxcontainer02-shichigosan .box04 .img{
  height: 80px;
  text-align: center;
}

.boxcontainer02-shichigosan .box04 .img img{
  height: 100%;
  width: auto;
}

.boxcontainer02-shichigosan .box04 .txt02{
  color: #fa7807;
}

@media(max-width:1024px){
.boxcontainer02-shichigosan .box04 .img{
  height: 60px;
}

.boxcontainer02-shichigosan .box04 .back{
  font-size: 10px;
}
}

@media(max-width:599px) {
.boxcontainer02-shichigosan .box04 .right div+div{
  margin-top: 5px;
}

.boxcontainer02-shichigosan .box04 .back{
  font-size: 10px;
}
}

.boxcontainer03-shichigosan .ttl-wrap{
  display: flex;
}

.boxcontainer03-shichigosan .ttl-wrap .ttl{
  background-color: #604126;
  color: #fff;
  font-size: 18px;
  width: 50%;
  padding: 0.25em 0.25em 0.25em 10px;
}

.boxcontainer03-shichigosan .ttl-wrap .price{
  background-color: #a08d7d;
  color: #fff;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 0.25em;
}

.boxcontainer03-shichigosan .ttl-wrap .price .zei {
  font-size: 12px;
}

.boxcontainer03-shichigosan .content-wrap{
  display: flex;
  justify-content: space-between;
  gap: 5px;
  background-color: #fff;
  padding: 10px 0;
}

.boxcontainer03-shichigosan .content{
  width: calc( (100% - 40px)/9 );
}

.boxcontainer03-shichigosan .content.opa{
  opacity: 0;
}

.boxcontainer03-shichigosan .text{
  font-size: 10px;
  text-align: center;
}

.boxcontainer03-shichigosan .content.pre{
  position: relative;
}

.boxcontainer03-shichigosan .content.pre .deco{
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.boxcontainer03-shichigosan .content .imgwrap{
  height: 120px;
}

.boxcontainer03-shichigosan .content.bor .imgwrap{
  border: 1px solid #604126;
  padding: 20px;
}

@media(max-width:599px) {
.boxcontainer03-shichigosan .content-wrap{
  flex-wrap: wrap;
  justify-content: center;
}
  
.boxcontainer03-shichigosan .content{
  width: calc( (100% - 40px)/4 );
}

.boxcontainer03-shichigosan .content.opa{
  display: none;
}

.boxcontainer03-shichigosan .ttl-wrap{
  flex-wrap: wrap;
}

.boxcontainer03-shichigosan .ttl-wrap .ttl{
  font-size: 16px;
  width: 100%;
}

.boxcontainer03-shichigosan .ttl-wrap .price{
  font-size: 14px;
  width: 100%;
}
}

.sp-br{
  display: none;
}

@media(max-width:599px) {
.sp-br{
  display: block;
}   
}

.height-adjust{
  height: 91.78px;
}

.boxcontainer04-shichigosan .box01{
  color: #604126;
}

.boxcontainer04-shichigosan .box01{
  border: 5px double #e97171;
  padding: 20px;
}

.boxcontainer04-shichigosan .box01 .ttl{
  text-align: center;
  margin-bottom: 20px;
}

.boxcontainer04-shichigosan .box01 .ttl::after{
  content: "";
  width: auto;
  height: 20px;
  display: block;
  background-image: url('/upload/tenant_1/86a223d29e7a9e0f9a23b1150ecde628.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.boxcontainer04-shichigosan .box01 .ttl.ver02::after{
  background-image: url('/upload/tenant_1/82205957d8545ccac65b1c0fcc671c6f.webp');
}

.boxcontainer04-shichigosan .box01 .img{
  position: relative;
}

.boxcontainer04-shichigosan .box01 .img::after{
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}

.boxcontainer04-shichigosan .box02{
  background-color: #fff;
  border: 1px solid #604126;
  border-radius: 50px;
  padding: 20px;
}

.boxcontainer04-shichigosan .box02+.box02{
  margin-top: 30px;
  position: relative;
}

.boxcontainer04-shichigosan .box02+.box02::after{
  content: "＋";
  display: block;
  color: #604126;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: transformY(-50%);
}

.boxcontainer04-shichigosan .box02 .title{
  background-color: #604126;
  color: #fff;
  padding: 0.25em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.boxcontainer04-shichigosan .box02 ul{
  gap: 10px;
}

.boxcontainer04-shichigosan .box02 li{
  background-color: #9e8b7b;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.ttl-shichigosan02{
  gap: 50px;
}

.ttl-shichigosan02 .back{
  background-color: #fff;
  color: #604126;
  border: 1px solid #604126;
  padding: 0.25em;
}

.c-br{
  color: #604126;
}

@media(max-width:599px) {
.ttl-shichigosan02{
  gap: 10px;
}

.boxcontainer04-shichigosan .box02 ul{
  flex-wrap: wrap;
}

.boxcontainer04-shichigosan .box02 li{
  width: 45%;
}
}

.img03container>div{
  width: 32%;
}

@media(max-width:599px) {
.img03container>div{
  width: 100%;
}    
}


.reason-flex div{
  width: 23%;
    padding: 2%;
    margin: 1%;
    background: #94717f;
    color: #fff;
    display: flex;
    align-items: center;
}

.reason-flex, .reason-flex2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reason-flex2 div{
  width:30%;
  padding: 2%;
    margin: 1%;
    background: #94717f;
    color: #fff;
    display: flex;
    align-items: center;
}

.reason-flex2{
margin-bottom: 7rem;
}

.reason-flex{
margin-bottom: 2rem;
}

.child-flex, .adult-flex, .others-flex{
  display: flex;
  justify-content: space-between;
  width: 90%;
    margin: 0 auto 4.5rem;
}

.child-flex a, .adult-flex a, .others-flex a{
  width: 31%;
    height: 350px;
}

.child-menu03 p{
  background: #94717f;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
}

.child-menu03 img{
  height: 350px;
    width: 100%;
    object-fit: cover;
}

.more-b{
  margin-bottom: 4rem;
}

.caption-menu{
  text-align: center;
    color: #94717f;
    margin-bottom: 5px;
    font-size: 20px;
}

.kodawari-img{
  background: none !important;
    padding: 0!important;
    margin: 0!important;
    width: 33%!important;
}


@media(max-width:599px) {
.child-flex, .adult-flex, .others-flex {
    display: block;
    margin: 0 auto 1rem;
}

.menu-h2{
  margin-bottom: 10px !important;
        margin-top: 20px;
}

.child-menu03{
  margin-bottom: 20px;
}

.more-b {
    margin-top: 20px !important;
}

.reason-flex div, .reason-flex2 div {
    width: 48%;
}

.reason-flex {
    margin-bottom: 0rem;
}

.reason-flex2 {
    margin-bottom: 3rem;
}
}

/* 2025/07/17 */
.boxcontainer03-shichigosan .content .imgwrap.yohaku {
    padding: 20px;
}

.imgwrap.present {
    position: relative;
}

.imgwrap.present .deco {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
}

.boxcontainer05-shichigosan{
  border: 2px solid #E9DCC5;
  padding: 20px;
  position: relative;
}

.boxcontainer05-shichigosan .deco{
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-20deg);
  color: red;
}

.boxcontainer05-shichigosan.ver02{
  background-color: #E5C8A2;
}

.boxcontainer05-shichigosan .ttl{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.boxcontainer05-shichigosan .box01wrap{
  border: 2px solid #E9DCC5;
  padding: 10px;
  width: calc((100% - 20px) / 3);
}

.boxcontainer05-shichigosan .box01wrap.ver02{
  background-color: #F9F8E1;
}

.boxcontainer05-shichigosan .box01wrap.ver03{
  background-color: #F1E7E0;
}

.boxcontainer05-shichigosan .ttl-mini01{
  border: 2px solid #E9DCC5;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

.boxcontainer05-shichigosan .box02{
  background-color: #927841;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.boxcontainer05-shichigosan .box02+.box02{
  margin-top: 10px;
}

.boxcontainer05-shichigosan .box03{
  border: 2px solid #E9DCC5;
  text-align: center;
  margin-top: 10px;
}

.boxcontainer05-shichigosan .box04{
  border: 2px solid #604126;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
  position: relative;
  font-size: 12px;
  padding: 10px;
}

.boxcontainer05-shichigosan .box04 .strong{
  font-size: 1.5em;
}

.boxcontainer05-shichigosan .box04::after{
  content: "＋";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 20px;
}

.boxcontainer05-shichigosan .only{
  height: 3.4em;
}

@media(max-width:599px) {
.boxcontainer05-shichigosan .box01wrap{
  width: 100%;
}

.boxcontainer05-shichigosan .box01wrap+.box01wrap{
  margin-top: 10px;
} 
}

.boxcontainer06-shichigosan{
  background-color: #EDEAB6;
  padding: 20px;
}

.boxcontainer06-shichigosan.ver02{
  background-color: #E0BCBE;
}

.boxcontainer06-shichigosan.ver03{
  background-color: #E4C89F;
}

.boxcontainer06-shichigosan .item{
  background-color: #fff;
  border-radius: 10px;
}

.boxcontainer06-shichigosan .item+.item{
  margin-top: 10px;
}

.boxcontainer06-shichigosan .ttl{
  font-weight: bold;
  text-align: center;
}

.boxcontainer06-shichigosan .txt{
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.boxcontainer06-shichigosan .price{
  font-weight: bold;
  text-align: center;
}

.boxcontainer07-shichigosan{
  background-color: #E4EFEC;
  padding: 20px;
}

.boxcontainer07-shichigosan .decowrap{
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.boxcontainer07-shichigosan .decowrap::before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('/upload/tenant_1/927f4f8bdb29b3895984041acf3eba49.webp');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.boxcontainer07-shichigosan .decowrap::after{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('/upload/tenant_1/e9b4e47fafe0c97eea1fcc98289f26b1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.boxcontainer07-shichigosan .list{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.boxcontainer07-shichigosan .list>div{
  width: calc((100% - 20px) / 3);
  background-color: #927841;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxcontainer03-shichigosan .ttl-wrap .ttl.ver02 {
  width: 100%;
}

.boxcontainer03-shichigosan .content-wrap .price {
  font-size: 12px;
  text-align: center;
  border: 1px solid;
  padding: 10px;
}

@media(max-width:599px){
.boxcontainer03-shichigosan .content-wrap .price {
  width: 100%;
}

.boxcontainer03-shichigosan .content.up-fz-10 {
  width: 100%;
}
}




