@charset "UTF-8";

.mainVisual .imgView .box.only600 img {
    width: 26.997784vw;
}

/* 共通 / about01 */
.box.about01,
.box.about02,
.box.about03 {
    width: 95vw;
    margin: 0 0 0 auto;
}
.box.about01 {
    padding: 30px 0 0 0;
}
.box.about01 h2 sup {
    font-size: 10px;
    vertical-align: top;
}
.box .copy span.areaDetailTitle {
    margin: 0 0 1rem 0;
    display: block;
    font-family: var(--font_jp);
    font-size: 140%;
    line-height: 1;
}
span.txtCaption {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.25;
}
.box .copy .areaDetail {
    padding: 0 1rem 0 0;
}
.box .copy .areaDetail div.fBox {
    padding-top: 0 !important;
    font-family: var(--font_jp);
    font-size: 16px;
}
.box .copy .areaDetail div.fBox .space {
    float: right;
    height: 7.5em;
}
.box .copy .areaDetail div.fBox .vbIcon {
    width: 20.46vw;
    max-width: 280px;
    margin: 1rem 0 0 3rem;
    float: right;
    clear: both;
    position: relative;
}
@media (max-width: 1250px) {
    .box .copy .areaDetail div.fBox .space {
        height: 10.2em;
    }
}
@media (max-width: 1024px) {
    .box .copy .areaDetail div.fBox {
        font-size: clamp(14px, 1.5625vw, 16px);
    }
}
@media (max-width: 1000px) {
    .box .copy .areaDetail div.fBox .space {
        height: 11.7em;
    }
    .box .copy .areaDetail div.fBox .vbIcon {
        margin: 0 0 0 1rem;
    }
}
@media (max-width: 768px) {
    .box .copy .areaDetail div.fBox {
        font-size: 13px;
    }
    .box .copy .areaDetail div.fBox .space {
        height: 2em;
    }
    .box .copy .areaDetail div.fBox .vbIcon {
        width: 26.04vw;
        min-width: 200px;
        margin: 0 0 0.5rem 0.5rem;
    }
}
@media (max-width: 650px) {
    .box .copy .areaDetail div.fBox .space {
        height: 5em;
    }
}
@media (max-width: 480px) {
    .box .copy .areaDetail div.fBox .space {
        height: 8.1em;
    }
}
@media (max-width: 390px) {
    .box .copy .areaDetail div.fBox .space {
        height: 12.5em;
    }
    .box .copy .areaDetail div.fBox .vbIcon {
        min-width: 180px;
        margin: 0 0 0.5rem 0;
    }
}
@media (max-width: 350px) {
    .box .copy .areaDetail div.fBox .space {
        height: 13em;
    }
}

/* about02 / about03 */
.cont.ch .box.about02 .copy h2,
.cont.ch .box.about03 .copy h2 {
    padding: 0 0 0.75rem 0;
}
.cont.ch .box.about02 .copy h2::before,
.cont.ch .box.about03 h2::before {
    content: "";
    display: none;
}

/* about02 */
.box.about02 {
    padding: 70px 0 0 0;
    border-top: unset;
    flex-wrap: wrap;
}
.box.about02:last-child {
    margin: 0 0 100px auto;
}
.box.about02 .copy {
    width: 100%;
    margin: 1.5625rem 0 0 0;
    display: flex;
    justify-content: space-between;
}
.box.about02 .copy .textCont h3 {
    padding: 1.5rem 0 0.5rem 0;
    text-align: left;
    font-size: 18px;
    color: var(--border_color);
    border-top: unset;
    border-bottom: unset;
}
.box.about02 .copy .textCont ul {
    margin: 0;
    padding: 0 0 1.5rem 0;
    font-family: var(--font_jp);
    letter-spacing: 0.1em;
    line-height: 1.94;
}
.box.about02 .copy .textCont ul:nth-of-type(2) {
    padding: 0 0 0.75rem 0;
}
.box.about02 .copy .textCont ul li p {
    padding: 0;
    font-size: 14px;
}
.box.about02 .copy .textCont p.eventCap {
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0;
}
.box.about02 .imgBox {
    flex-wrap: wrap;
}
.box.about02 .imgBox img:nth-child(2) {
    margin: 40px 0 0 0;
}

@media (max-width: 1024px) {
    .box.about02 .copy .textCont h3 {
        font-size: clamp(16px, 1.75vw, 18px);
    }
    .box.about02 p.barTime {
        font-size: clamp(12px, 1.367188vw, 14px);
    }
    .box.about02 p.barTime span.barDerail {
        width: clamp(3.5rem, 6.25vw, 4rem);
    }
}
@media (max-width: 768px) {
    .box.about02 {
        margin: 0 0 0 auto;
        flex-direction: column;
    }
    .box.about02 .copy {
        flex-direction: column;
    }
    .cont.ch .box.about02 .copy h2,
    .cont.ch .box.about03 .copy h2 {
        padding: 1.5rem 0 0.75rem;
    }
    .box.about02 .imgBox,
    .box.about02 .copy p {
        width: 100%;
    }
    .box.about02 .copy p {
        padding: 0 0 1.5rem 0;
    }
    .box.about02 .imgBox img:nth-child(2) {
        margin: 5px 0 0 0;
    }
    .box.about02 .copy .textCont ul li p {
        font-size: 12px;
    }
}