@charset "utf-8";

/* ##### 共通 ##### */
@import url("https://fonts.googleapis.com/css2?family=Reggae+One&display=swap");

.wrapper {
    min-width: 375px;
}

@media (max-width: 1024px) {
    body.active {
        overflow: hidden;

        -ms-touch-action: none;
        touch-action: none;
    }
}

@media (max-width: 599px) {
    html {
        font-size: 14px;
    }
}

/* ##### レイアウト ##### */
.cross-item {
    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;
}

.cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.parallel {
    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;
}

.parallel.-jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.parallel.-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.parallel.-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parallel.-rowr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 599px) {
    .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

/*  ##### レイアウト layout ここまで ##### */

/* ##### float ##### */
.up-fl-left {
    float: left;
}

.up-fl-right {
    float: right;
}

.up-fl-none {
    float: none;
}

.up-flc-left {
    clear: left;
}

.up-flc-rigjt {
    clear: right;
}

.up-flc-both {
    clear: both;
}

.float-title-01 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #764a30;
}

.float-box {
    display: block;
}

.float-box::before,
.float-box:after {
    content: "";
    display: block;
    clear: both;
}

.float-box .float-box-img {
    float: right;
}

.float-box .float-box-title {
    float: left;
}

.float-box .float-box-content {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box-content {
    float: right;
}

.float-box-wrap.-rowr:nth-of-type(even) .float-box-img {
    float: right;
}

.float-box-wrap.-rowr:nth-of-type(even) .float-box-title {
    float: left;
}

.float-box-wrap.-rowr:nth-of-type(even) .float-box-content {
    float: left;
}

@media (max-width: 1024px) {
    .up-fl-left\@tb {
        float: left;
    }

    .up-fl-right\@tb {
        float: right;
    }

    .up-fl-none\@tb {
        float: none;
    }

    .up-flc-left\@tb {
        clear: left;
    }

    .up-flc-rigjt\@tb {
        clear: right;
    }

    .up-flc-both\@tb {
        clear: both;
    }
}

@media (max-width: 599px) {
    .up-fl-left\@sp {
        float: left;
    }

    .up-fl-right\@sp {
        float: right;
    }

    .up-fl-none\@sp {
        float: none;
    }

    .up-flc-left\@sp {
        clear: left;
    }

    .up-flc-rigjt\@sp {
        clear: right;
    }

    .up-flc-both\@sp {
        clear: both;
    }
}

/* ##### float ここまで ##### */

.fz-exsmall {
    font-size: 50%;
}

.fz-small {
    font-size: 70%;
}

.fz-large {
    font-size: 120%;
}

.fz-exlarge {
    font-size: 150%;
}

.list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-link li {
    width: 23%;
    margin: 1%;
}

.list-link li a {
    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;
    overflow: hidden;
    padding: 1em 0.5em;
    color: white;
    line-height: 1.2;
    text-align: center;
    border: 2px solid #ff8b00;
    border-radius: 5px;
    background-color: #ff8b00;
}

.list-link li a:hover {
    color: #ff8b00;
    background-color: white;
    opacity: 1;
}

.list-dot li {
    padding-left: 1.5em;
    position: relative;
}

.list-dot li+li {
    margin-top: 0.5em;
}

.list-dot li::before {
    content: "●";
    color: #ff8b00;
    line-height: 1;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.list-colon dt::after {
    content: "：";
    display: inline-block;
}

.list-check li {
    padding-left: 1.5em;
    font-size: 20px;
    position: relative;
}

.list-check li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff8b00;
    line-height: 1;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.list-check.-large li::before {
    top: 0.5em;
}

.list-check.-large li {
    padding-left: 2em;
    font-size: 24px;
}

.list-check.-large li::before {
    font-size: 150%;
    top: 0.2em;
}

.list-point li {
    padding-left: 1.5em;
    font-size: 20px;
    position: relative;
}

.list-point li::before {
    content: "\f581";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff8b00;
    line-height: 1;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.list-info-wrap {
    overflow: hidden;
    border: 1px solid #734011;
    border-radius: 10px;
}

.list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
}

.list-info+.list-info {
    border-top: 1px solid #734011;
}

.list-info dt,
.list-info dd {
    padding: 1.5em 1em;
}

.list-info dt {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #faf5e6;
}

.list-info dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #734011;
}

.list-flat-colon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flat-colon dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flat-colon dt::after {
    content: "：";
    display: inline-block;
}

.list-faq {
    overflow: hidden;
    border-radius: 10px;
}

.list-faq dt {
    padding: 1em 4em;
    font-weight: bold;
    color: #471a0c;
    background-color: #faf5e6;
    position: relative;
}

.list-faq dt::before {
    content: "Q";
    display: inline-block;
    font-size: 200%;
    color: #ff8b00;
    line-height: 1;
    position: absolute;
    top: 0.4em;
    left: 0.7em;
}

.list-faq dt::after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200%;
    color: #ff8b00;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    position: absolute;
    top: 0.4em;
    right: 0.7em;
}

.list-faq.action dt::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-faq dd {
    padding: 1em;
    background-color: #fafafa;
}

.list-ex li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.list-ex li .img {
    width: 35%;
}

.list-ex li .element {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
}

.box-white {
    padding: 50px;
    border: 2px solid #734011;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.box-white.-normal {
    border: 1px solid #734011;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-staff-item {
    padding: 50px;
    border-radius: 30px;
    background-color: #fafafa;
}

.box-staff-item .double-border::after {
    background-color: #faf0d0;
}

.shadow-box-all {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.underline-link a {
    display: inline-block;
    padding-right: 1.5em;
    text-decoration: underline;
    position: relative;
}

.underline-link a::after {
    content: "\f0c1";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff8b00;
    line-height: 1;
    position: absolute;
    top: 0.2em;
    right: 0;
}

@media (max-width: 1024px) {
    .active .catch,
    .active main,
    .active footer {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    .list-link li {
        width: calc(94% / 3);
    }

    .list-check.-large li {
        font-size: 20px;
    }

    .box-white {
        padding: 30px 20px;
    }

    .box-staff-item {
        padding: 40px 30px;
    }
}

@media (max-width: 599px) {
    .list-link li {
        width: 48%;
    }

    .list-info dt,
    .list-info dd {
        padding: 1em;
        font-size: 14px;
    }

    .list-info dt {
        width: 40%;
    }

    .box-staff-item {
        padding: 30px 15px;
    }
}

/* base.cssに追加 */
[class*="up-z-"] {
    position: relative;
}

[class*="up-ofi"] a {
    display: block;
    overflow: hidden;
}

.up-circle {
    overflow: hidden;
    border-radius: 100%;
}

.img img {
    width: 100%;
    text-align: center;
}

.up-lst-disc {
    padding-left: 30px;
}

/* base.cssに追加 end */

/* color */
.color-01-text {
    color: #faf5e6;
}

.color-01-bgc,
.js-split-tag span,
.double-border::after,
.bg-img-ontext-color-01 .bg-img,
.note-list dd {
    background-color: #faf5e6;
}

.color-02-text,
.btn_02 a:hover,
.btn_02 button:hover,
.btn_03 a:hover,
.btn_03 button:hover,
.back-btn a:hover,
[class^="slick-arrow"]::before,
.step-text,
.step-num,
.faq-list dd::before,
.flow-list li+li .flow-img-wrap::before,
.cc-side-list li::before {
    color: #ff8b00;
}

.color-02-bgc,
.slick-dots li.slick-active button,
.timetable tr th,
.double-border::before,
.double-border_03::before,
.step-heading-inner::after,
.note-item,
.faq-list dt::before,
.title_08::before,
.title_08::after,
.must {
    background-color: #ff8b00;
}

.color-02-border {
    border: 5px solid #ff8b00;
}

.color-03-text {
    color: #471a0c;
}

.anchor-link li+li {
    border-left: 3px solid #ff8b00;
}

.bg-img-ontext-gradation .text::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 139, 0, 0.8)), to(rgba(255, 162, 51, 0)));
    background: linear-gradient(to right, rgba(255, 139, 0, 0.8) 0%, rgba(255, 162, 51, 0) 100%);
}

.btn a,
.btn button {
    background-color: #ff8b00;
    -webkit-box-shadow: 0px 3px 0px 0px #e85b0c;
    box-shadow: 0px 3px 0px 0px #e85b0c;
}

.btn_02 a,
.back-btn a,
.btn_02 button,
.btn_03 a,
.btn_03 button,
.back-btn button {
    border: 1px solid #ff8b00;
    background-color: #ff8b00;
}

/* .timetable-wrap {
    border: 3px solid #ff8b00;
} */

.timetable {
    /* background-color: white; */
    background-color: #f8f7f1;
}

.timetable tr+tr {
    border-top: 1px solid #ff8b00;
}

.timetable tr td {
    font-weight: bold;
    color: #ff8b00;
}

.timetable tr td+td {
    border-left: 1px solid #ff8b00;
}

.double-border_02::before {
    background-color: #471a0c;
}

.double-border_02::after {
    background-color: #d3c5bb;
}

.faq-list dd::before {
    background-color: #fbed21;
}

@media (max-width: 599px) {
    .anchor-link li {
        border-left: 3px solid #ff8b00;
    }
}

/* color end */

/* logo */
.logo {
    max-width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* logo end */

/* tel */
.tel a {
    white-space: nowrap;
}

.tel-item a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    line-height: 1.2;
}

.tel-item a::before {
    content: "\f879";
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 80%;
    line-height: 1;
}

/* tel end */

/* link */
.link-item a {
    width: 100%;
    display: block;
    padding: 10px;
}

.underline a {
    text-decoration: underline;
}

/* link end */

/* icon */
[class^="icon-"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-tel::before {
    content: "\f3cd";
}

.icon-mail::before {
    content: "\f0e0";
}

.icon-line::before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
}

.icon-web::before {
    content: "\f108";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* icon end */

/* bnr */
.bnr,
.bnr-img {
    position: relative;
}

.bnr-title {
    margin: auto;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.bnr-title::after {
    content: "\f061";
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* bnr end */

/* 装飾 */
.marker-yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fbed21));
    background: linear-gradient(transparent 65%, #fbed21 65%);
}

[class*="deco_"] {
    position: relative;
}

[class*="deco_"]::before,
[class*="deco_"]::after {
    content: "";
    width: 100%;
    height: 35px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
}

.deco_01 {
    margin: 35px 0;
}

.deco_02 {
    margin-bottom: 35px;
}

.deco_01::before {
    background-image: url(/import/tenant_1/160.16.212.136/html2/images/common/paper_001.png);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: 1px;
}

.deco_01::after {
    background-image: url(/import/tenant_1/160.16.212.136/html2/images/common/paper_002.png);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    bottom: 1px;
}

.deco_02::before {
    display: none;
}

.deco_02::after {
    background-image: url(/import/tenant_1/160.16.212.136/html2/images/common/paper_002.png);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    bottom: 1px;
}

.point-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.point,
.point_02 {
    width: 150px;
    height: 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -75px;
    padding: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    border-radius: 50%;
    z-index: 1;
}

.point-num {
    font-size: 40px;
}

.point_02 {
    width: 120px;
    height: 120px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.point_02 .point-num {
    font-size: 60px;
}

.double-border,
.double-border_02,
.double-border_03 {
    position: relative;
}

.double-border::before,
.double-border::after,
.double-border_02::before,
.double-border_02::after,
.double-border_03::before,
.double-border_03::after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.double-border::before,
.double-border_02::before,
.double-border_03::before {
    width: 30%;
    z-index: 1;
}

.double-border_02::after {
    width: 50%;
}

.double-border_02::before {
    width: 15%;
}

.double-border_03::after {
    background-color: #fafafa;
}

.color-01-bgc .double-border_03::after {
    background-color: #fff;
}

[class*="bg-img-ontext"] {
    position: relative;
}

[class*="bg-img-ontext"] .text {
    position: relative;
    z-index: 1;
}

[class*="bg-img-ontext"] .bg-img {
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.bg-img-ontext-color-01 .bg-img img {
    opacity: 0.2;
}

.bg-img-ontext-gradation .text {
    width: 50%;
}

.bg-img-ontext-gradation .text::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cross {
    overflow: hidden;
    position: relative;
}

.cross-box {
    position: relative;
    z-index: 1;
}

.cross-box-wrap .cross:nth-of-type(odd) .cross-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-box-wrap .cross:nth-of-type(even) .cross-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross-box-wrap .cross:nth-of-type(odd) .cross-box-cont {
    padding-left: calc(50% - 600px);
    padding-right: 0;
}

.cross-box-wrap .cross:nth-of-type(even) .cross-box-cont {
    padding-left: 0;
    padding-right: calc(50% - 600px);
}

.cross-box-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cross-box-img 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;";
    opacity: 0.5;
}

.step-heading {
    width: 12%;
}

.step-heading-inner::after {
    content: "";
    width: 140%;
    height: 2px;
    display: block;
    -webkit-box-shadow: -1px 2px 0px #999;
    box-shadow: -1px 2px 0px #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.step-text,
.step-num {
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

.step-text {
    font-size: 30px;
}

.step-num {
    font-size: 50px;
}

.text-shadow_01 {
    text-shadow: 2px 2px 0 #999;
}

.radius5 {
    overflow: hidden;
    border-radius: 5px;
}

.radius10 {
    overflow: hidden;
    border-radius: 10px;
}

.radius15 {
    overflow: hidden;
    border-radius: 15px;
}

.radius20 {
    overflow: hidden;
    border-radius: 20px;
}

.radius25 {
    overflow: hidden;
    border-radius: 25px;
}

.radius30 {
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 1024px) {
    .bg-img-ontext-gradation .text {
        width: 75%;
    }

    .step-heading {
        width: 15%;
    }

    .step-text {
        font-size: 22px;
    }

    .step-num {
        font-size: 36px;
    }
}

@media (max-width: 599px) {
    .double-border_02::before {
        width: 25%;
    }

    .double-border_02::after {
        width: 80%;
    }

    .point_02 {
        width: 100px;
        height: 100px;
        padding: 5px;
        font-size: 16px;
    }

    .point_02 .point-num {
        font-size: 50px;
    }

    .bg-img-ontext-gradation .text {
        width: 90%;
    }

    .step-heading {
        width: 30%;
    }
}

/* 装飾 end */

/* その他 */
.center {
    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;
}

.infinity {
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.infinity-left {
    margin-left: -999rem;
    padding-left: 999rem;
}

.infinity-right {
    margin-right: -999rem;
    padding-left: 999rem;
}

.sign-parent {
    padding-bottom: 50px;
    position: relative;
}

.sign {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sign>span {
    display: inline-block;
}

.sign-name {
    margin-left: 20px;
}

.radius-box {
    padding: 30px;
    border-radius: 20px;
}

.square {
    position: relative;
}

.square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.white-element 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;
    border: 1px solid #d4d3d0;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 0px 0px #d4d3d0;
    box-shadow: 0px 3px 0px 0px #d4d3d0;
    -webkit-transition: 0s;
    transition: 0s;
}

.white-element a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.map:after {
    padding-top: 25%;
}

.heighter-map:after {
    padding-top: 45%;
}

.anchor-link li {
    margin-bottom: 10px;
}

.anchor-link li a {
    padding: 5px 30px;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .map:after {
        padding-top: 45%;
    }

    .radius-box {
        padding: 20px;
    }
}

@media (max-width: 599px) {
    .map:after {
        padding-top: 85%;
    }

    .point {
        width: 100px;
        height: 100px;
        margin-bottom: -50px;
        font-size: 18px;
    }

    .radius-box {
        padding: 20px 10px;
    }

    .anchor-link li {
        width: 48%;
        margin: 1%;
    }
}

/* その他 end */

/* ##### 共通 end ##### */

/* wave */
.wave-box {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#faf5e6), color-stop(60%, #faf5e6), color-stop(60%, transparent), to(transparent));
    background: linear-gradient(0deg, #faf5e6 0%, #faf5e6 60%, transparent 60%, transparent 100%);
    position: relative;
    z-index: 2;
}

.wave {
    position: relative;
}

.wave img {
    position: absolute;
    top: 0;
    left: 0;
}

/* wave end */

/* sectionの余白 */
[class*="space-large"] {
    padding-top: 80px;
    padding-bottom: 80px;
}

[class*="space-large"][class*="-top"] {
    padding-bottom: 0;
}

[class*="space-large"][class*="-btm"] {
    padding-top: 0;
}

[class*="space-medium"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

[class*="space-medium"][class*="-top"] {
    padding-bottom: 0;
}

[class*="space-medium"][class*="-btm"] {
    padding-top: 0;
}

[class*="space-small"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

[class*="space-small"][class*="-top"] {
    padding-bottom: 0;
}

[class*="space-small"][class*="-btm"] {
    padding-top: 0;
}

[class*="space-"].-only-top {
    padding-bottom: 0;
}

[class*="space-"].-only-bottom {
    padding-top: 0;
}

@media (max-width: 1024px) {
    [class*="space-large"] {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    [class*="space-medium"] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    [class*="space-small"] {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* sectionの余白 end */

/* 余白 */
.space-v100>.space+.space {
    margin-top: 100px;
}

.space-v95>.space+.space {
    margin-top: 95px;
}

.space-v90>.space+.space {
    margin-top: 90px;
}

.space-v85>.space+.space {
    margin-top: 85px;
}

.space-v80>.space+.space {
    margin-top: 80px;
}

.space-v75>.space+.space {
    margin-top: 75px;
}

.space-v70>.space+.space {
    margin-top: 70px;
}

.space-v65>.space+.space {
    margin-top: 65px;
}

.space-v60>.space+.space {
    margin-top: 60px;
}

.space-v55>.space+.space {
    margin-top: 55px;
}

.space-v50>.space+.space {
    margin-top: 50px;
}

.space-v45>.space+.space {
    margin-top: 45px;
}

.space-v40>.space+.space {
    margin-top: 40px;
}

.space-v35>.space+.space {
    margin-top: 35px;
}

.space-v30>.space+.space {
    margin-top: 30px;
}

.space-v25>.space+.space {
    margin-top: 25px;
}

.space-v20>.space+.space {
    margin-top: 20px;
}

.space-v15>.space+.space {
    margin-top: 15px;
}

.space-v10>.space+.space {
    margin-top: 10px;
}

.space-v5>.space+.space {
    margin-top: 5px;
}

.space-h100>.space+.space {
    margin-left: 100px;
}

.space-h95>.space+.space {
    margin-left: 95px;
}

.space-h90>.space+.space {
    margin-left: 90px;
}

.space-h85>.space+.space {
    margin-left: 85px;
}

.space-h80>.space+.space {
    margin-left: 80px;
}

.space-h75>.space+.space {
    margin-left: 75px;
}

.space-h70>.space+.space {
    margin-left: 70px;
}

.space-h65>.space+.space {
    margin-left: 65px;
}

.space-h60>.space+.space {
    margin-left: 60px;
}

.space-h55>.space+.space {
    margin-left: 55px;
}

.space-h50>.space+.space {
    margin-left: 50px;
}

.space-h45>.space+.space {
    margin-left: 45px;
}

.space-h40>.space+.space {
    margin-left: 40px;
}

.space-h35>.space+.space {
    margin-left: 35px;
}

.space-h30>.space+.space {
    margin-left: 30px;
}

.space-h25>.space+.space {
    margin-left: 25px;
}

.space-h20>.space+.space {
    margin-left: 20px;
}

.space-h15>.space+.space {
    margin-left: 15px;
}

.space-h10>.space+.space {
    margin-left: 10px;
}

.space-h5>.space+.space {
    margin-left: 5px;
}

.space-v0>.space+.space {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .space-v100\@tb>.space+.space {
        margin-top: 100px;
    }

    .space-v95\@tb>.space+.space {
        margin-top: 95px;
    }

    .space-v90\@tb>.space+.space {
        margin-top: 90px;
    }

    .space-v85\@tb>.space+.space {
        margin-top: 85px;
    }

    .space-v80\@tb>.space+.space {
        margin-top: 80px;
    }

    .space-v75\@tb>.space+.space {
        margin-top: 75px;
    }

    .space-v70\@tb>.space+.space {
        margin-top: 70px;
    }

    .space-v65\@tb>.space+.space {
        margin-top: 65px;
    }

    .space-v60\@tb>.space+.space {
        margin-top: 60px;
    }

    .space-v55\@tb>.space+.space {
        margin-top: 55px;
    }

    .space-v50\@tb>.space+.space {
        margin-top: 50px;
    }

    .space-v45\@tb>.space+.space {
        margin-top: 45px;
    }

    .space-v40\@tb>.space+.space {
        margin-top: 40px;
    }

    .space-v35\@tb>.space+.space {
        margin-top: 35px;
    }

    .space-v30\@tb>.space+.space {
        margin-top: 30px;
    }

    .space-v25\@tb>.space+.space {
        margin-top: 25px;
    }

    .space-v20\@tb>.space+.space {
        margin-top: 20px;
    }

    .space-v15\@tb>.space+.space {
        margin-top: 15px;
    }

    .space-v10\@tb>.space+.space {
        margin-top: 10px;
    }

    .space-v5\@tb>.space+.space {
        margin-top: 5px;
    }

    .space-v0\@tb>.space+.space {
        margin-top: 0;
    }

    .space-h100\@tb>.space+.space {
        margin-left: 100px;
    }

    .space-h95\@tb>.space+.space {
        margin-left: 95px;
    }

    .space-h90\@tb>.space+.space {
        margin-left: 90px;
    }

    .space-h85\@tb>.space+.space {
        margin-left: 85px;
    }

    .space-h80\@tb>.space+.space {
        margin-left: 80px;
    }

    .space-h75\@tb>.space+.space {
        margin-left: 75px;
    }

    .space-h70\@tb>.space+.space {
        margin-left: 70px;
    }

    .space-h65\@tb>.space+.space {
        margin-left: 65px;
    }

    .space-h60\@tb>.space+.space {
        margin-left: 60px;
    }

    .space-h55\@tb>.space+.space {
        margin-left: 55px;
    }

    .space-h50\@tb>.space+.space {
        margin-left: 50px;
    }

    .space-h45\@tb>.space+.space {
        margin-left: 45px;
    }

    .space-h40\@tb>.space+.space {
        margin-left: 40px;
    }

    .space-h35\@tb>.space+.space {
        margin-left: 35px;
    }

    .space-h30\@tb>.space+.space {
        margin-left: 30px;
    }

    .space-h25\@tb>.space+.space {
        margin-left: 25px;
    }

    .space-h20\@tb>.space+.space {
        margin-left: 20px;
    }

    .space-h15\@tb>.space+.space {
        margin-left: 15px;
    }

    .space-h10\@tb>.space+.space {
        margin-left: 10px;
    }

    .space-h5\@tb>.space+.space {
        margin-left: 5px;
    }

    .space-h0\@tb>.space+.space {
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    .space-v100\@sp>.space+.space {
        margin-top: 100px;
    }

    .space-v95\@sp>.space+.space {
        margin-top: 95px;
    }

    .space-v90\@sp>.space+.space {
        margin-top: 90px;
    }

    .space-v85\@sp>.space+.space {
        margin-top: 85px;
    }

    .space-v80\@sp>.space+.space {
        margin-top: 80px;
    }

    .space-v75\@sp>.space+.space {
        margin-top: 75px;
    }

    .space-v70\@sp>.space+.space {
        margin-top: 70px;
    }

    .space-v65\@sp>.space+.space {
        margin-top: 65px;
    }

    .space-v60\@sp>.space+.space {
        margin-top: 60px;
    }

    .space-v55\@sp>.space+.space {
        margin-top: 55px;
    }

    .space-v50\@sp>.space+.space {
        margin-top: 50px;
    }

    .space-v45\@sp>.space+.space {
        margin-top: 45px;
    }

    .space-v40\@sp>.space+.space {
        margin-top: 40px;
    }

    .space-v35\@sp>.space+.space {
        margin-top: 35px;
    }

    .space-v30\@sp>.space+.space {
        margin-top: 30px;
    }

    .space-v25\@sp>.space+.space {
        margin-top: 25px;
    }

    .space-v20\@sp>.space+.space {
        margin-top: 20px;
    }

    .space-v15\@sp>.space+.space {
        margin-top: 15px;
    }

    .space-v10\@sp>.space+.space {
        margin-top: 10px;
    }

    .space-v5\@sp>.space+.space {
        margin-top: 5px;
    }

    .space-v0\@sp>.space+.space {
        margin-top: 0;
    }

    .space-h100\@sp>.space+.space {
        margin-left: 100px;
    }

    .space-h95\@sp>.space+.space {
        margin-left: 95px;
    }

    .space-h90\@sp>.space+.space {
        margin-left: 90px;
    }

    .space-h85\@sp>.space+.space {
        margin-left: 85px;
    }

    .space-h80\@sp>.space+.space {
        margin-left: 80px;
    }

    .space-h75\@sp>.space+.space {
        margin-left: 75px;
    }

    .space-h70\@sp>.space+.space {
        margin-left: 70px;
    }

    .space-h65\@sp>.space+.space {
        margin-left: 65px;
    }

    .space-h60\@sp>.space+.space {
        margin-left: 60px;
    }

    .space-h55\@sp>.space+.space {
        margin-left: 55px;
    }

    .space-h50\@sp>.space+.space {
        margin-left: 50px;
    }

    .space-h45\@sp>.space+.space {
        margin-left: 45px;
    }

    .space-h40\@sp>.space+.space {
        margin-left: 40px;
    }

    .space-h35\@sp>.space+.space {
        margin-left: 35px;
    }

    .space-h30\@sp>.space+.space {
        margin-left: 30px;
    }

    .space-h25\@sp>.space+.space {
        margin-left: 25px;
    }

    .space-h20\@sp>.space+.space {
        margin-left: 20px;
    }

    .space-h15\@sp>.space+.space {
        margin-left: 15px;
    }

    .space-h10\@sp>.space+.space {
        margin-left: 10px;
    }

    .space-h5\@sp>.space+.space {
        margin-left: 5px;
    }

    .space-h0\@sp>.space+.space {
        margin-left: 0;
    }
}

/* 余白 end */

/* button */
.text-link a::after {
    content: "\f054";
    display: inline-block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.arrow-link a {
    padding-left: 25px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.arrow-link a::before {
    content: "\f138";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.ham-link a::before {
    content: "\f0c9";
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn {
    width: 100%;
    max-width: 500px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
}

.btn.-wide {
    max-width: 600px;
}

.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;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: 0s;
    transition: 0s;
}

.btn a:hover,
.btn button:hover {
    margin-top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}

.btn_02 {
    width: 100%;
    max-width: 600px;
}

.btn_02 a,
.btn_02 button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 15px 15px 65px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.btn_02.-noicon a,
.btn_02.-noicon button {
    padding: 15px;
}

.btn_02 [class^="icon"] {
    font-size: 34px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
}

.btn_02.-line a,
.btn_02.-line button {
    border: 2px solid #01b301;
    background-color: #01b301;
}

.btn_02 a:hover,
.btn_02 button:hover {
    background-color: #fff;
    opacity: 1;
}

.btn_02.-line a:hover,
.btn_02.-line button:hover {
    color: #01b301;
}

.btn_03 {
    width: 200px;
    height: 40px;
}

.btn_03 a,
.btn_03 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;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn_03 a:hover,
.btn_03 button:hover {
    background-color: #fff;
    opacity: 1;
}

.back-btn {
    width: 250px;
    height: 45px;
}

.back-btn a,
.back-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: 10px 10px 10px 30px;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.back-btn a::before,
.back-btn button::before {
    content: "\f104";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
}

.back-btn a:hover,
.back-btn button:hover {
    background-color: #fff;
    opacity: 1;
}

@media (max-width: 1024px) {
    .btn {
        height: 75px;
    }

    .btn a,
    .btn button {
        font-size: 26px;
    }

    .btn_02 a,
    .btn_02 button {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .btn {
        height: 65px;
    }

    .btn a,
    .btn button {
        font-size: 22px;
    }

    .btn_02 a,
    .btn_02 button {
        font-size: 18px;
    }

    .arrow-link a,
    .arrow-link button {
        font-size: 16px;
    }
}

/* button end */

/* title */
.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
}

.title_01 {
    width: 100%;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}

.title_02 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 26px;
}

.title_02.-small {
    font-size: 22px;
}

.title_03 {
    font-size: 30px;
}

.title_04 {
    margin-bottom: 15px;
    padding: 3px 5px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #d4d3d0;
}

.title_04.-include-anchor a {
    display: inline-block;
    padding-right: 1.5em;
    position: relative;
}

.title_04.-include-anchor a::after {
    content: "\f0da";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff9c00;
    line-height: 1;
    position: absolute;
    top: 0.3em;
    right: 0;
}

.title_05 {
    font-size: 45px;
}

.title_05 .position {
    display: block;
    font-size: 70%;
}

.title_05>span {
    display: inline-block;
}

.title_05>[class^="title_"]+[class^="title_"] {
    margin-left: 0.5em;
    font-size: 40%;
}

.title_06 {
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 0px #fff;
}

.title_07 {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
}

.title_08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px auto;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.title_08::before,
.title_08::after {
    content: "";
    width: 2px;
    height: 100%;
    min-height: 50px;
    display: inline-block;
    margin: 0 20px;
}

.title_08::before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.title_08::after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media (max-width: 1024px) {
    .title_01 {
        font-size: 34px;
    }

    .title_02 {
        font-size: 24px;
    }

    .title_02.-small {
        font-size: 20px;
    }

    .title_03 {
        font-size: 26px;
    }

    .title_04 {
        font-size: 18px;
    }

    .title_05 {
        font-size: 30px;
    }

    .title_07 {
        font-size: 18px;
    }

    .title_08 {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .title_01 {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .title_02 {
        font-size: 20px;
    }

    .title_02.-small {
        font-size: 18px;
    }

    .title_03 {
        font-size: 22px;
    }

    .title_04 {
        font-size: 16px;
    }

    .title_05 {
        font-size: 20px;
    }

    .title_08 {
        font-size: 20px;
    }
}

/* title end */

/* パターン */
[class*="alternate-wrap"] .alternate-box {
    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;
}

.alternate-wrap .alternate-box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.alternate-wrap .alternate-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.alternate-wrap-rowr .alternate-box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.alternate-wrap-rowr .alternate-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* パターン end */

/* header */
header {
    width: 100%;
    background-color: #fff;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.catch {
    width: 100%;
    padding: 3px calc(50% - 700px);
    font-size: 12px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.header-section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-section-inner {
    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;
}

.header-item {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0 1% 5px 1%;
    padding: 5px 10px;
    border-radius: 5px;
}

.header-item.fixed-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-item.-header-info {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.header-item.hide {
    display: none;
}

.header-item.appear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-item .tel-item {
    margin-right: 1em;
}

.header-item>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* btn共通 */
[class*="type"] {
    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;
}

.header-item-btn {
    width: calc((100% - 30px) / 3);
    min-width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px;
}

.header-item-btn 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: 0.5em;
    color: white;
    border-radius: 5px;
}

.header-item-btn a:hover {
    opacity: 1;
}

.btn-phone {
    display: none;
}

/* type-a */
.type-a .header-item-btn a {
    border: 2px solid #ff8b00;
    background-color: #ff8b00;
}

.type-a .btn-line a {
    border: 2px solid #01b301;
    background-color: #01b301;
}

.type-a .btn-web a:hover {
    color: #ff8b00;
    background-color: white;
}

.type-a .btn-line a:hover {
    color: #01b301;
    background-color: white;
}

/* type-b */
.type-b .header-item-btn a {
    background-color: white;
}

.type-b .header-item-btn a {
    color: #ff8b00;
    border: 2px solid #ff8b00;
}

.type-b .btn-line a {
    color: #01b301;
    border: 2px solid #01b301;
}

.type-b .btn-web a:hover {
    color: white;
    background-color: #ff8b00;
}

.type-b .btn-line a:hover {
    color: white;
    background-color: #01b301;
}

.type-b .header-item-btn a [class*="icon"] {
    margin-right: 0.5em;
    font-size: 150%;
    line-height: 1;
}

.scrolled 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: 1200px) {
    .catch {
        padding: 3px 5px;
    }
}

@media (max-width: 1024px) {
    .spacer {
        height: 0 !important;
    }

    .catch {
        position: static;
    }

    header {
        position: static;
    }

    header [class*="inner"] {
        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;
    }

    .header-inner {
        width: 65%;
        height: 100vh;
        background-color: #fff;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 15;
    }

    .active .header-inner {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
    }

    .header-section {
        height: 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;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-section-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-item .tel-item {
        margin-right: 0;
        text-align: center;
    }

    .header-item .information-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-item .information-list dd {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .header-section-inner .fixed-box.hide {
        display: none;
    }
}

@media (max-width: 599px) {
    .header-inner {
        width: 80%;
    }

    .header-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-item>* {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

/* header end */

/* nav */
.sp-only,
.nav-logo {
    display: none;
}

nav {
    padding: 0 10px 10px;
}

.nav-list {
    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;
    margin: 0 15px;
}

.nav-list>li {
    margin: 5px 0;
}

.nav-list>li+li {
    padding-left: 30px;
    position: relative;
}

.nav-list>li+li::before {
    content: "";
    width: 1px;
    height: 120%;
    display: inline-block;
    margin: auto;
    background-color: #ff8b00;
    -webkit-transform: translate(0, -50%) rotate(10deg);
    transform: translate(0, -50%) rotate(10deg);
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
}

.nav-list li a,
.nav-list li .dropdown-btn {
    font-weight: bold;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.dropmenu .dropdown {
    overflow: hidden;
    position: relative;
}

.dropmenu .dropdown::after {
    content: "";
    width: 280px;
    height: 40px;
    border: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: 1;
}

.dropdown-btn {
    display: block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.dropmenu .dropdown ul {
    width: 280px;
    margin: 40px auto 0 auto;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #ff8b00;
    -webkit-box-shadow: 3px 3px 10px -7px #000;
    box-shadow: 3px 3px 10px -7px #000;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute;
    top: 100%;
    left: -175px;
    right: -175px;
    z-index: -9999 !important;
}

.dropmenu .dropdown ul::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent#ff8b00 transparent;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
}

#dropmenu .dropdown ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 0;
}

#dropmenu .dropdown ul li+li {
    border-top: 1px solid #fff;
}

#dropmenu .dropdown ul .sp-only+li {
    border-top: 1px solid transparent;
}

#dropmenu .dropdown ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    color: #fff;
}

.dropdown-btn:hover {
    cursor: pointer;
}

#dropmenu .dropdown:hover {
    overflow: visible;
}

#dropmenu .dropdown:hover ul {
    opacity: 1;
    z-index: 2 !important;
}

@media (max-width: 1024px) {
    nav {
        height: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 15px;
    }

    .sp-only,
    .nav-logo {
        display: block;
    }

    .nav-list {
        height: 100%;
        display: block;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-list>li+li {
        padding-left: 0;
    }

    .nav-list li {
        margin: 15px 0;
    }

    .nav-list>li+li::before {
        display: none;
    }

    #dropmenu .dropdown {
        overflow: visible;
    }

    .dropmenu .dropdown ul::before,
    .dropmenu .dropdown::after {
        display: none;
    }

    #dropmenu .dropdown ul {
        width: 100%;
        margin: 10px 0;
        padding: 0 0 0 20px;
        background-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        position: static;
        z-index: 2 !important;
    }

    #dropmenu .dropdown ul li {
        margin: 15px 0;
    }

    #dropmenu .dropdown ul li a {
        padding: 0 0 0 20px;
        font-weight: 400;
        font-size: 15px;
        color: inherit;
        position: relative;
    }

    #dropmenu .dropdown ul li a::before {
        content: "∟";
        display: inline-block;
        position: absolute;
        top: -5px;
        left: 0;
    }
}

/* nav end */

/* hamburger overlay */
.hamburger {
    display: none;
}

@media (max-width: 1024px) {
    .hamburger {
        width: 70px;
        height: 70px;
        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;
        cursor: pointer;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: fixed;
        top: 30px;
        left: -80px;
        z-index: 5;
    }

    .scrolled .hamburger {
        top: 10px;
    }

    .hamburger a,
    .hamburger a:hover,
    .hamburger a:focus {
        opacity: 1;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .menu-trigger {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .menu-trigger span {
        width: 100%;
        height: 3px;
        background: #ff9c00;
        -webkit-box-shadow: 1px 1px 1px white;
        box-shadow: 1px 1px 1px white;
        position: absolute;
        left: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: 50%;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .menu-trigger {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .active .menu-trigger span {
        width: 136%;
        background: white;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translate(-9px, 22px) rotate(-45deg);
        transform: translate(-9px, 22px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        -webkit-transform: translate(-9px, -100%) rotate(45deg);
        transform: translate(-9px, -100%) rotate(45deg);
    }

    .active .menu-trigger span:nth-of-type(3) {
        opacity: 0;
    }

    .overlay {
        width: 100%;
        height: 100%;
        display: none;
        background-color: rgba(139, 61, 32, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;

        -ms-touch-action: none;
        touch-action: none;
    }

    .active .overlay {
        display: block;
    }
}

@media (max-width: 599px) {
    .hamburger {
        width: 35px;
        height: 35px;
        padding: 0;
        top: 55px;
        left: -45px;
    }

    .scrolled .hamburger {
        top: 10px;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translate(-7px, 16px) rotate(-45deg);
        transform: translate(-7px, 16px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        -webkit-transform: translate(-7px, -100%) rotate(45deg);
        transform: translate(-7px, -100%) rotate(45deg);
    }
}

/* hamburger overlay end */

/* footer */
.totop {
    width: 50px;
    height: 50px;
    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;
    color: white;
    background-color: #ff8b00;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}

.totop::before {
    content: "\f106";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: white;
    line-height: 1;
}

.footer-bottom {
    margin-top: -15px;
}

.footer-nav-inner {
    padding-left: 1em;
}

.footer-nav-inner li {
    padding-left: 1.5em;
    position: relative;
}

.footer-nav-inner li::before {
    content: "";
    width: 1em;
    height: 2px;
    display: inline-block;
    background-color: #ff9c00;
    position: absolute;
    top: 0.7em;
    left: 0;
}

.footer-nav-inner li a {
    font-weight: 500;
    font-size: 14px;
}

.copy {
    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 10px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 10px;
        left: 10px;
        right: auto;
    }

    footer .fixed-box {
        width: 60%;
        min-width: 60%;
        max-width: 500px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 15px 0 0 0;
        -webkit-box-shadow: 0px 3px 5px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px 8px rgba(0, 0, 0, 0.2);
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 10;
    }

    footer .fixed-box .btn-line {
        display: none;
    }

    .copy {
        padding-bottom: 70px;
    }

    /* btn共通 */
    .btn-phone,
    .btn-mail {
        display: block;
    }

    .header-item-btn {
        width: calc(100% / 3);
        min-width: auto;
        margin: 0;
        border-radius: 0;
    }

    [class*="type"] {
        -webkit-box-align: unset;
        align-items: unset;
        -ms-flex-align: unset;
    }

    [class*="type"] .header-item-btn+.header-item-btn a {
        border-left: 2px solid white;
    }

    [class*="type"] .header-item-btn a {
        width: 100%;
        height: 100%;
        padding: 1.5em 0.5em;
        font-size: 14px;
        border: none;
        border-radius: 0;
    }

    /* type-a */
    .type-a .header-item-btn a {
        color: white;
        background-color: #ff9c00;
    }

    .type-a .header-item-btn a:hover {
        color: #ff9c00;
        background-color: white;
    }

    /* type-b */
    .type-b .header-item-btn a:hover {
        color: #767676;
        background-color: white;
    }

    .type-b .header-item-btn a {
        color: white;
        background-color: #767676;
    }
}


@media (max-width: 599px) {
    .totop {
        bottom: 70px;
        left: auto;
        right: 10px;
    }

    .copy .logo {
        max-width: 50%;
    }

    footer .fixed-box {
        width: 100%;
        border-radius: 0;
    }

    [class*="type"] .header-item-btn a {
        font-size: 12px;
    }
}

/* footer end */

/* A-BiSUスライダー */
.mainimg {
    position: relative;
}

.uk-slidenav-position {
    height: 100%;
}

.mainimg .uk-slideshow 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;";
}

.mainimg .uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.mainimg .uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li>div {
    height: 100% !important;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-position-bottom {
    bottom: -30px;
}

@media (max-width: 1024px) {
    .mainimg .uk-slideshow::after {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    .mainimg .uk-slideshow::after {
        padding-top: 40%;
    }
}

/* A-BiSUスライダー end */

/* catch */
.mainimg-catch {
    margin: auto;
    font-family: "Reggae One", cursive;
    font-size: 3.8vw;
    color: #764a30;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: -15px;
    left: 20%;
    z-index: 1;
}

@media (max-width: 599px) {
    .mainimg-catch {
        font-size: 6vw;
        top: -10%;
        left: 10%;
    }
}

/* catch end */

/* table */
.mainimg-table {
    position: absolute;
    bottom: 8%;
    right: 20%;
    z-index: 1;
}

.table-wrap {
    padding: 1vw;
    border: 1px solid #ff8b00;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.time-table {
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 8px;
    background-color: #f8f7f1;
}

.time-table tr th,
.time-table tr td {
    padding: 0.8em;
    font-weight: bold;
    font-size: 1vw;
    color: #ff8b00;
    line-height: 1;
    text-align: center;
}

.time-table tr th {
    color: white;
    background-color: #ff8b00;
}

.time-table tr th+th {
    border-left: 2px solid white;
}

.time-table tr td+td {
    border-left: 2px solid white;
}

.table-note {
    margin-top: 0.5em;
    font-weight: bold;
    font-size: 12px;
    color: #764a30;
}

.table-01 tr th,
.table-01 tr td {
    width: 25%;
    padding: 1em;
    font-size: 14px;
}

.table-01 {
    border: 1px solid gray;
}

.table-01 tr th {
    font-weight: bold;
    background-color: #faf5e6;
}

.table-01 tr+tr {
    border: 1px solid gray;
}

.table-01 tr th+th,
.table-01 tr th+td,
.table-01 tr td+td {
    border-left: 1px solid gray;
}

@media (max-width: 1024px) {
    .mainimg-table {
        bottom: 10%;
        right: 15%;
    }

    .table-01 tr th,
    .table-01 tr td {
        padding: 1em 0.5em;
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .mainimg-table {
        width: 90%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        position: static;
    }

    .table-wrap {
        padding: 1.5vw;
    }

    .time-table {
        width: 100%;
    }

    .time-table tr th,
    .time-table tr td {
        font-size: 11px;
    }
}

/* table end */

/* mainimg */
.mainimg {
    margin: 30px 0;
}

.slick-img {
    width: 84%;
    overflow: hidden;
    margin: 0 8%;
    position: relative;
}

.slick-img::before {
    content: "";
    display: block;
    padding-top: 60%;
}

.slick-img img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slick-img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/import/tenant_1/160.16.212.136/html2/images/common/cover.png);
    background-size: 100.5% 100.5%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[class^="slick-arrow"]::before {
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-arrow-prev::before {
    content: "\f053";
    left: 15%;
}

.slick-arrow-next::before {
    content: "\f054";
    right: 15%;
}

[class^="slick-arrow"]:hover {
    cursor: pointer;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    width: 15px;
    height: 15px;
    text-indent: -999rem;
    border: none;
    border-radius: 50%;
    background-color: #faf5e6;
}

.slick-dots button:focus {
    outline: none;
}

@media (max-width: 1024px) {
    [class^="slick-arrow"]::before {
        font-size: 45px;
    }

    .slick-arrow-prev::before {
        left: 10%;
    }

    .slick-arrow-next::before {
        right: 10%;
    }
}

@media (max-width: 599px) {
    .slick-img {
        width: 96%;
        margin: 0 2%;
    }

    [class^="slick-arrow"]::before {
        font-size: 40px;
    }

    .slick-arrow-prev::before {
        left: 2%;
    }

    .slick-arrow-next::before {
        right: 2%;
    }

    .slick-dots li {
        margin: 0 7px;
    }

    .slick-dots button {
        width: 12px;
        height: 12px;
    }
}

/* mainimg end */

/* 下層ページのmainimg */
.underimg-wrap {
    padding-left: 20%;
    position: relative;
}

.under-title {
    width: 20%;
    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: 15px;
    font-weight: bold;
    font-size: 42px;
    color: #471a0c;
    text-shadow: -5px 3px 0 #ccc5c2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
}

.underimg {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 0 #ccc5c2;
    box-shadow: 10px 10px 0 #ccc5c2;
    position: relative;
}

.underimg::after {
    content: "";
    display: block;
    padding-top: 50%;
}

.underimg 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;
}

@media (max-width: 1024px) {
    .underimg-wrap {
        padding-left: 25%;
    }

    .under-title {
        width: 25%;
        font-size: 26px;
    }

    .underimg {
        border-radius: 20px;
        -webkit-box-shadow: 8px 8px 0 #ccc5c2;
        box-shadow: 8px 8px 0 #ccc5c2;
    }
}

@media (max-width: 599px) {
    .underimg-wrap {
        padding-left: 0;
    }

    .under-title {
        width: 100%;
        font-size: 22px;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        position: static;
    }

    .underimg {
        border-radius: 15px;
        -webkit-box-shadow: 5px 5px 0 #ccc5c2;
        box-shadow: 5px 5px 0 #ccc5c2;
    }
}

/* 下層ページのmainimg end */

/* table */
.timetable-wrap {
    overflow: hidden;
    border-radius: 10px;
}

.timetable {
    width: 100%;
    border-collapse: collapse;
}

.timetable tr th,
.timetable tr td {
    padding: 10px;
    text-align: center;
}

.timetable tr th {
    font-weight: bold;
    color: #fff;
}

.timetable tr th+th {
    border-left: 1px solid #fff;
}

@media (max-width: 1024px) {
    .timetable tr th,
    .timetable tr td {
        padding: 10px 5px;
        font-size: 12px;
    }
}

/* table end */

/* list */
.list-inner {
    height: 100%;
}

.auto-height-list .list-inner {
    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;
}

.auto-height-list .list-inner .auto-height-btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.information-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.information-list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5px;
}

.information-list dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.under-border-list {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: 1px solid #d3c5bb;
}

.under-border-list dt {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.under-border-list dd {
    min-width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}

.note-list {
    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;
}

.note-list dt {
    width: 15%;
}

.note-item {
    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-weight: bold;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.note-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -15px;
    padding: 10px 30px 10px calc(10% + 30px);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.note-list dd .note-img {
    width: 10%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.faq-list dt,
.faq-list dd {
    padding-left: 70px;
    position: relative;
}

.faq-list dt::before,
.faq-list dd::before {
    width: 50px;
    height: 50px;
    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-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 0;
}

.faq-list dt::before {
    content: "Q";
    color: #fff;
}

.faq-list dd::before {
    content: "A";
}

.faq-list dt {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 18px;
}

.faq-list dd {
    padding: 15px 20px 15px 70px;
    border-radius: 15px;
    background-color: #fff;
}

.flow-list li+li .flow-img-wrap {
    position: relative;
}

.flow-list li+li .flow-img-wrap::before {
    content: "\f061";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 1;
}

.list_04 .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_04 .list-inner .box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list_07 .list-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

.list_07 .list-inner a {
    display: block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.list_07 .list-inner a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(180, 109, 7, 0.4);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list_07 .list-inner a:hover {
    opacity: 1;
}

.list_07 .list-inner a:hover::before {
    background-color: transparent;
}

.list_07 .list-inner a img {
    overflow: hidden;
    border-radius: 100%;
}

.list_07 .onimg-title {
    margin: auto;
    padding: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.list_10 li {
    margin-top: 0;
}

.list_10 li:nth-of-type(even) {
    background: none;
}

.list_10 li:nth-of-type(even)::after {
    display: none;
}

.list_10 li+li {
    margin-top: 70px;
}

.list_10 li+li::before {
    display: none;
}

.list_10 li:nth-of-type(odd)::before {
    display: block;
}

@media (max-width: 1024px) {
    .under-border-list dd {
        min-width: 35%;
    }

    .note-list dt {
        width: 20%;
    }

    .note-item {
        font-size: 24px;
    }

    .note-list dd {
        padding: 10px 20px 10px calc(15% + 20px);
    }

    .note-list dd .note-img {
        width: 15%;
    }

    .flow-list li+li {
        position: relative;
    }

    .flow-list li+li .flow-img-wrap {
        position: static;
    }

    .flow-list li+li .flow-img-wrap::before {
        content: "\f063";
        font-size: 40px;
        text-align: center;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 599px) {
    .under-border-list dd {
        width: 100%;
        margin-top: 5px;
    }

    .list_02 li .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .list_02 li .item .img {
        width: 35%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list_02 li .item .element {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .list_04 .list-inner .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_04 .list-inner .box .title_02 {
        width: 100%;
    }

    .list_04 .list-inner .box .img {
        width: 35%;
    }

    .list_04 .list-inner .box .text {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 1em;
    }

    .list_07 .onimg-title {
        font-size: 16px;
    }

    .list_08 .step-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .list_08 .step-cont {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .list_11 li .list-inner,
    .list_11 li .list-inner a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .list_11 li .list-inner .img {
        width: 35%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list_11 li .list-inner .element {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 1em;
    }

    .note-list dt {
        width: 30%;
        -webkit-transform: translate(0, 15%);
        transform: translate(0, 15%);
    }

    .note-list dd {
        width: 90%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: auto;
        font-size: 16px;
        border-radius: 30px;
    }
}

/* list end */

/* カスタムコンテンツ */
.date {
    font-weight: bold;
    font-size: 14px;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 30px;
}

.news-list dt,
.news-list dd {
    padding: 15px 20px;
}

.news-list dt {
    min-width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
}

.news-list dt::before {
    content: "\f028";
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.news-list dd {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-list .title {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 15px;
}

.news-list .title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-list {
    padding: 10px 5px;
    border-bottom: 1px solid #d1d1d1;
}

.cc-list dt {
    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;
    margin-bottom: 5px;
}

.category span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 20px;
}

.category span+span {
    margin-left: 5px;
}

.cc-side-list {
    padding-left: 15px;
}

.cc-side-list li {
    padding-left: 20px;
    position: relative;
}

.cc-side-list li::before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.lightbox-wrap {
    position: relative;
}

.lightbox-wrap .search-icon {
    width: 20%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.lightbox-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.lightbox-img:hover {
    cursor: pointer;
}

.lightbox-img:hover::before {
    background-color: transparent;
}

@media (max-width: 599px) {
    .news-list dt {
        width: 100%;
        font-size: 20px;
    }

    .news-list dd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .news-list .title {
        width: 100%;
        margin: 0 5px;
    }

    .news-list .text-link {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .thumbs-cc-list .cc-list {
        padding: 5px;
    }

    .thumbs-cc-list .cc-list dt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .thumbs-cc-list .cc-list dd a {
        font-size: 13px;
    }
}

/* カスタムコンテンツ end */

/* お知らせ一覧 */
.news .date {
    font-weight: normal;
    font-size: 12px;
}

.news .cc-list {
    padding: 20px 5px;
}

/* お知らせ一覧 end */

/* pager */

.pager ul li a,
.pager ul li .now {
    width: 30px;
    height: 30px;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    position: relative;
}

.pager ul li .now,
.pager ul li a:hover {
    color: #fff;
    border: 1px solid #f4a118;
    background-color: #f4a118;
    opacity: 1;
}

.pager ul li .now:after,
.pager ul li a:hover:after {
    background-color: #000;
}

.pager ul li a:focus {
    outline: none;
}

.pager ul li a:hover {
    opacity: 1;
}

.pager ul .prev,
.pager ul .next {
    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: 10px;
    position: relative;
}

.pager ul .prev-arrow:before {
    content: "\f104";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 100%;
}

.pager ul .next-arrow:before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 100%;
}

@media (max-width: 599px) {
    .pager ul li a,
    .pager ul li .now {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/* pager end */

/* form */
.must {
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
}

.contact-item {
    padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 20px 10px;
    border: none;
    border-radius: 20px;
}

.contact-item dd textarea {
    height: 150px;
}

/* form end */

/* 見たまま編集 */
[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "A/BテストのパターンA（ここをダブルクリックで切り替え）";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #b22222;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "A/BテストのパターンB（ここをダブルクリックで切り替え）";
    background-color: #b22222;
}

[data-element-id] header {
    margin-top: 30px;
    position: static;
}

[data-element-id] .header-section-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .header-item {
    width: 48%;
}

[data-element-id] .header-item-btn {
    width: calc(48% - 10px);
}

[data-element-id] .header-item.fixed-box {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

[data-element-id] .catch {
    position: static;
}

[data-element-id] .nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-element-id] .nav-list>li {
    min-width: 100px;
    margin: 5px;
    padding: 10px;
    background-color: #efefef;
}

[data-element-id] .nav-list>li+li::before {
    height: auto;
    margin: auto;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
}

[data-element-id] .sp-only {
    display: block;
    padding: 1.5em 10px 10px !important;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .sp-only::before {
    content: "スマホのみ表示";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .dropdown-btn {
    cursor: pointer;
}

[data-element-id] #dropmenu .dropdown {
    overflow: visible;
    margin: 5px;
    padding: 1.5em 10px 10px;
    border: 2px solid green;
    position: relative;
}

[data-element-id] #dropmenu .dropdown::before {
    content: "吹き出し内を表示しています";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] #dropmenu .dropdown ul {
    opacity: 1;
    position: relative;
    left: 0;
    right: 0;
    z-index: 2 !important;
}

[data-element-id] [class*="type"] {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .type-a .btn-phone a {
    background-color: #ff8b00;
}

[data-element-id] .btn-phone {
    display: block;
    padding: 1.5em 5px 5px;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .btn-phone::before {
    content: "スマホのみ表示";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .btn-line {
    display: block;
    padding: 1.5em 5px 5px;
    border: 2px solid black;
    position: relative;
}

[data-element-id] .btn-line::before {
    content: "スマホでは非表示";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .btn-web,
[data-element-id] .btn-mail {
    display: block;
    padding: 1.5em 5px 5px;
    border: 2px solid gray;
    position: relative;
}

[data-element-id] .btn-web::before,
[data-element-id] .btn-mail::before {
    content: "いつも表示";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: gray;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .tel2-num {
    display: inline-block;
    margin: 2px;
    padding: 1em 2px 2px;
    font-size: 12px;
    border: 1px solid gray;
    position: relative;
}

[data-element-id] .tel2-num::before {
    content: "電話番号";
    width: 100%;
    display: block;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .mainimg-catch {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute !important;
    top: 100px;
}

[data-element-id] .slicklider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 2em 10% 0;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .slicklider::before {
    content: "横にスクロールできます。画像変更は中の青い部分をダブルクリックしてください";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 12px;
    color: white;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .slicklider .slick-slideimg {
    width: 98%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1%;
    padding-top: 2em;
    border: 2px solid #002b80;
    position: relative;
}

[data-element-id] .slicklider .slick-slideimg::before {
    content: "画像変更はこちらをダブルクリックしてください";
    width: 100%;
    display: block;
    padding: 0.2em;
    font-size: 10px;
    color: white;
    text-align: center;
    background-color: #002b80;
    position: absolute;
    top: 0;
    left: 0;
}

/* 見たまま編集 end */

/* 2025/08/29 */
.modal-text {
    cursor: pointer;
    color: #007bff;
    cursor: pointer;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}

.modal-content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff8b00;
    padding: 80px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 1002;
    box-sizing: border-box;
    height: 80vh;
    min-width: 1000px;
}

.modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.modal-close:hover {
    color: #000;
}

.list-reserve{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.list-reserve li{
  width: calc((100% - 20px) / 3);
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 20px 20px;
}

.list-reserve li .list-inner{
  position: relative;
}

.list-reserve li .title{
  margin-bottom: 20px;
}

.list-reserve li .img{
  max-width: 100px;
  margin: 0 auto 20px;
}

.list-reserve li .num{
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  border: 2px solid #ff8b00;
  border-radius: 100%;
  color: #ff8b00;
  font-size: 1.5em;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-reserve .btn{
  height: auto;
}

.list-reserve .btn+.btn{
  margin-top: 10px;
}

.list-reserve .btn a{
  font-size: 16px;
}

.type-a .header-item-btn .modal-text {
  　width: 100%;
    color: white;
    background-color: #ff8b00;
    padding: 0.5em;
    border-radius: 5px;
    text-decoration: none; 
}

.type-b .header-item-btn .modal-text {
  　width: 100%;
    color: white;
    background-color: #767676;
    padding: 0.5em;
    border-radius: 5px;
    text-decoration: none;    
}

@media(max-width:1024px){
.list-reserve{
  display: block;
  padding: 50px 20px;
}

.list-reserve li{
  width: 100%;
}

.list-reserve li+li{
  margin-top: 50px;
} 
  
.type-a .header-item-btn .modal-text {
  padding: 1.5em 0.5em;
  border-left: 2px solid #fff;
  border-radius: 0;    
}

.type-b .header-item-btn .modal-text {
  padding: 1.5em 0.5em;
  border-left: 2px solid #fff;
  border-radius: 0;
}

.modal-content {
    width: 70%;
    padding: 0;
    min-width: auto;
    overflow-y: scroll;
    padding: 50px 20px;
}
}

@media(max-width:599px) {
.modal-content {
    width: 80%;
    height: 70vh;
}

.list-reserve{
  　padding: 0px;
}
}

[data-element-id].modal-content{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

[data-element-id].list-reserve{
  display: block;
}

[data-element-id].list-reserve li{
  width: 100%;
}

[data-element-id].modal-content {
  height: auto;
  min-width: auto;
}

[data-element-id] .header-item {
  width: 100%;
}
