@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&family=Zen+Maru+Gothic&display=swap');

/*事業者のみなさまへページ*/
.page-business{
    margin: -47px auto 0;
    padding: 47px 30px 0;
    font-family: "Hina Mincho", serif;
    color: #231815;
    position: relative;
    overflow: hidden;
    &::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background: url(../img/2024/business/bg.jpg);
        background-size: 100% auto;
        opacity: .6;
    }
    .container{
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
    }
    .deco{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        mix-blend-mode: multiply;
    }
    .deco1{
        width: 18.82%;
        left: auto;
        right: 28px;
        top: 17px;
    }
    .deco2{
        width: 36.25%;
        left: -71px;
        top: 874px;
    }
    .deco3{
        width: 26.56%;
        left: auto;
        right: 25px;
        top: 3950px;
    }
    .deco4{
        width: 36.17%;
        left: auto;
        top: 5818px;
        right: -55px;
    }
}
.p-mv__img{
    aspect-ratio: auto;
}

.about{
    padding-top: 45px;
    position: relative;
    z-index: 1;
    .ac{
        position: relative;
        max-width: 1100px;
        margin: 0 auto 35px;
    }
    h2{
        font-size: 38px;
        line-height: 1;
        text-align: center;
        background: #f5f2c6;
        border-radius: 100px;
        max-width: 776px;
        margin: 0 auto;
        padding: 1em 1em 1.52em;
    }
    .arrow{
        width: 100%;
        height: 100%;
        position: absolute;
        left:0;
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 19px;
        box-sizing: border-box;
        &:hover{
            cursor: pointer;
        }
        img{
            width: 40px;
        }
    }
    .arrow.on{
        height: 100px;
        padding-bottom: 60px;
        img{
            transform: rotate(180deg);
        }
    }
    .contents{
        display: none;
        background: #f5f2c6;
        border-radius: 40px;
        box-sizing: border-box;
        margin: -66px auto 0;
        padding:65px 80px 130px;
        font-size: 21px;
        line-height: 2;
        text-align: center;
        .figure{
            max-width: 930px;
            margin: 0 auto;
        }
    }
    .ac1{
        .note{
            font-size: .8em;
            margin: 2.2em 0 2em;
        }
    }
    .ac2{
        margin-bottom: 135px;
        .contents > p{
            margin-bottom: 1.5em;
            &:nth-child(2){
                margin-bottom: 3.5em;
            }
        }
        .contents{
            padding:65px 67px 86px;
            background-image: url(../img/2024/business/bg1.png),url(../img/2024/business/bg2.png);
            background-repeat: no-repeat;
            background-position: left 270px, right 1115px;
            background-size: 31.54% auto, 34.09% auto;
        }
        .box{
            background: rgba(236, 222, 123, .6);
            border-radius: 5px;
            margin-bottom: 50px;
            padding:0 38px 30px;
            box-sizing: border-box;
            h3{
                font-size: 32px;
                letter-spacing: .1em;
                position: relative;
                top: -1em;
                margin-bottom: -.8em;
            }
            ol{
                text-align: left;
                font-size: 18px;
                margin-bottom: .6em;
                li{
                    text-indent: -1em;
                    padding-left: 1em;
                }
            }
        }
        .note{
            font-size: 13px;
            text-align: left;
        }
        .documents{
            h4{
                max-width: 416px;
                margin: 0 auto 17px;
            }
            .flex{
                justify-content: center;
                max-width: 680px;
                margin: 0 auto 40px;
                p{
                    line-height: 1.3;
                    font-size: 22px;
                    a{
                        color: #231815;
                    }
                    img{
                        width: 100%;
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }
}
.attempt{
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    h2{
        text-align: center;
        font-size: 35px;
        margin-bottom: 1em;
    }
    .lead{
        text-align: center;
        font-size: 18px;
        margin-bottom: 5em;
    }
    .list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box{
        width: 47.5%;
        max-width: 465px;
        position: relative;
        margin-bottom: 24px;
        h3{
            font-size: 26px;
            line-height: 1.3;
            min-height: 2.6em;
            display: flex;
            align-items: flex-end;
            margin-bottom: 10px;
            span{
                background:linear-gradient(to right, #f1eebd 18px, transparent 18px);
                padding: 2px 0 2px 5px;
            }
        }
        .txt{
            font-size: 18px;
            margin: .8em 0 1em;
        }
        .place{
            font-size: 14px;
            &::before{
                content: "所在地：";
            }
        }
        .link{
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
        }
        .img img{
            transition: .3s;
        }
        &:hover{
            .img img{
                opacity: .8;
            }
        }
    }
}

/*事業者記事ページ*/
.p-feature-static.page{
    overflow: hidden;
}
.c-text,
.p-media02__text{
    text-align: justify;
    font-size: 1.9rem;
}
.p-artmv__logo img{
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.caption{
    font-size: 1.9rem;
    border: solid 4px rgba(226, 216, 95, 0.4);
    border-top: none;
    box-sizing: border-box;
    padding:.5em 1em;
}
.point-area{
    position: relative;
    padding-bottom: 100px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    &::before{
        content: "";
        display: block;
        width: 200%;
        height: 100%;
        position: absolute;
        left: -50%;
        top: 0;
        background-color: rgba(226, 216, 95, 0.4);
        z-index: -1;
    }
    h2{
        margin-bottom: 7rem;
        img{
            margin-top: -7.5%;
            max-width: 1106px;
        }
    }
    h3{
        font-family: "Zen Kurenaido", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 3.5rem;
        color: #231815;
        line-height: 1.8;
        margin-bottom: .7em;
        span{
            background: linear-gradient(transparent 65%, #faf8e9 65%);
            padding: 0 .3em 0 .35em;
            &:nth-child(3){
                padding-right: 1.6em;
            }
        }
    }
    .maker2{
        span{
            padding-right: .8em;
        }
    }
    .figure{
        text-align: center;
        margin-bottom: 130px;
        img{
            max-width: 892px;
        }
    }
    .mb{
        margin-bottom: 3.5rem;
    }
}
.flex{
    display: flex;
}
.p-profile {
    padding-top: 8rem;
}
.p-profile__title--md02{
    font-size: 4.5rem;
}
.p-profile__infolist{
    font-size: 3rem;
}
.p-article__sect{
    padding-bottom: 5rem;
}
.column_em{
    .c-lv2heading02{
        margin-bottom: 4rem;
    }
    .sec2{
        .c-text{
            margin-bottom: 10rem;
        }
    }
    .sec4{
        .p-media02{
            margin-top: 4rem;
        }
        .p-media02__inner{
            column-gap: 4%;
        }
        .p-media02__imgWrap{
            width: 50%;
        }
    }
    .sec5{
        margin-bottom: 200px;
    }
    .other-posts{
        .list{
            .box1{
                display: none;
            }
        }
    }
}
.column_dokidoki{
    .sec1{
        .c-lv2heading02{
            margin-bottom: 4rem;
        }
        .pics{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            li{
                width: calc(50% - 4px);
                max-width: 549px;
                margin-bottom: 8px;
            }
        }
    }
    .sec2{
        .c-lv2heading02{
            margin-top: 10rem;
            margin-bottom: 3rem;
        }
    }
    .sec3{
        .c-lv2heading02{
            margin-top: 11rem;
            margin-bottom: 4rem;
        }
        .p-media02 {
            margin: 5rem 0;
        }
    }
    .p-media02__imgWrap{
        width: 50.2%;
        max-width: 555px;
    }
    .sec4{
        .c-lv2heading02{
            margin-top: 11rem;
            margin-bottom: 0;
        }
        .p-media02{
            margin-top: 5rem;
            margin-bottom: 16rem;
        }
        .p-media02__inner{
            flex-direction: row-reverse;
        }
    }
    .point-area{
        .mb{
            margin-bottom: 5.5rem;
        }
        .figure{
            margin-bottom: 0;
            img{
                max-width: 586px;
            }
        }
    }
    .other-posts{
        .list{
            .box2{
                display: none;
            }
        }
    }
}
.column_toriko{
    .sec1{
        .c-lv2heading02{
            margin-top: 8rem;
            margin-bottom: 4rem;
        }
    }
    .sec2{
        .c-lv2heading02{
            margin-top: 12rem;
        }
        .pics{
            display: flex;
            justify-content: space-between;
            li{
                width: 49.55%;
                max-width: 548px;
            }
        }
    }
    .sec3{
        .c-lv2heading02{
            margin-top: 12rem;
            margin-bottom: 4rem;
        }
    }
    .sec4{
        .c-lv2heading02{
            margin-top: 12rem;
            margin-bottom: 4rem;
        }
        .p-media02__imgWrap{
            width: 50.19%;
            max-width: 550px;
        }
        .p-media02{
            margin: 3rem 0 19rem;
        }
    }
    .point-area {
        .figure {
            margin-bottom: 0;
        }
    }
    .other-posts {
        .list {
            .box3 {
                display: none;
            }
        }
    }
}
.column_okaraokara{
    .sec1{
        .c-text:nth-child(4){
            margin-bottom: 4rem;
        }
        .p-media02{
            margin-top: 4rem;
            margin-bottom: 5rem;
        }
        .p-media02__inner{
            flex-direction: row-reverse;
        }
        .p-media02__imgWrap{
            width: 50.19%;
            max-width: 555px;
        }
    }
    .sec2{
        .c-lv2heading02{
            margin-top: 5rem;
            margin-bottom: 4rem;
        }
        .p-media02{
            margin-top: 5rem;
        }
        .p-media02__imgWrap{
            width: 50.19%;
            max-width: 555px;
        }
    }
    .sec3{
        .c-lv2heading02{
            margin-top: 13rem;
            margin-bottom: 3rem;
        }
    }
    .sec4{
        .c-lv2heading02{
            margin-top: 12rem;
            margin-bottom: 3rem;
        }
        .c-text{
            margin-bottom: 3rem;
        }
        .p-media02{
            margin-top:4rem;
        }
        .p-media02__inner{
            flex-direction: row-reverse;
        }
        .p-media02__imgWrap{
            width: 50.19%;
            max-width: 555px;
        }
    }
    .sec5{
        .c-lv2heading02{
            margin-top: 12rem;
            margin-bottom: 3rem;
        }
        .p-article__img{
            margin-bottom: 21rem;
        }
    }
    .point-area{
        .c-text{
            margin-bottom: 8rem;
        }
        .mb{
            margin-bottom: 3.5rem;
        }
        .figure{
            margin-bottom: 0;
        }
    }
    .p-profile{
        font-size: 2.4rem;
        letter-spacing: .1em;
        line-height: 1.9;
        ul li{
            text-indent: -1em;
            padding-left: 1em;
        }
    }
    .other-posts {
        .list {
            .box4 {
                display: none;
            }
        }
    }
}
.column_iriomotejima .other-posts .list .box5,
.column_jinbun .other-posts .list .box6,
.column_yonahamingu .other-posts .list .box7,
.column_yumejin .other-posts .list .box8{
    display: none;
}
.p-profile__infolist{
    li a{
        color: #333;
    }
}
.other-posts{
    .c-lv2heading02__title{
        text-align: center;
        margin: 12rem 0 4rem;
        padding: 0;
        span{
            padding: 0 1em;
            font-size: 3.4rem;
        }
    }
    .list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        &::after{
            content: "";
            display: block;
            width: calc(33.333% - 10px);
            order: 100;
        }
        .box{
            width: calc(33.333% - 10px);
            margin-bottom: 15px;
            position: relative;
            h3{
                display: none;
            }
            .img{
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    aspect-ratio: 1;
                }
            }
            div{
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.45);
                color: #fff;
                padding: .5em 1.3em;
                font-size: 2rem;
                .place{
                    text-align: right;
                }
            }
            .link{
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 100%;
                height: 100%;
                overflow: hidden;
                text-indent: 100%;
                white-space: nowrap;
            }
        }
    }
}
.p-btnlist{
    gap: 0 4rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    li{
        margin-bottom: 3rem;
    }
    a{
        border-color: #90a326;
        background-color: #dbe5bc;
        color: #231815 !important;
        font-size: 2.3rem;
        min-width: 50.7rem;
    }
}

@media (max-width: 1200px) {
    .other-posts {
        .list {
            .box {
                div {
                    font-size: calc(21vw / 12);
                    padding: 0.5em 1.3em;
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .c-text{
        font-size: 1.3rem;
        margin-bottom: 3rem;
    }
    /*事業者トップページ*/
    .about{
        h2{
            font-size: 22px;
            max-width: 500px;
            line-height: 1.2;
        }
        .arrow{
            padding-bottom: 10px;
            img{
                width: 20px;
            }
        }
        .arrow.on{
            height: 50px;
            padding-bottom: 30px;
        }
        .contents{
            margin-top: -38px;
            padding: 35px 25px 60px;
            font-size: 17px;
            border-radius: 30px;
        }
        .ac2{
            margin-bottom: 50px;
            h2{
                padding-top: .5em;
            }
            .contents{
                padding: 35px 25px 60px;
                background-position: left 14%, right 74.5%;
            }
            .box{
                padding: 0 25px 20px;
                margin-bottom: 45px;
                h3{
                    font-size: 20px;
                    line-height: 1.3;
                    top: -.7em;
                    margin-bottom: -.2em;
                }
                ol{
                    font-size: 16px;
                }
            }
            .documents{
                h4{
                    max-width: 320px;
                }
                .flex{
                    max-width: calc(550vw / 7.67);
                    margin-bottom: calc(15vw / 7.67);
                    p{
                        font-size: 20px;
                    }
                }
            }
        }
    }
    .attempt{
        padding-bottom: 25px;
        h2{
            font-size: 24px;
        }
        .lead{
            font-size: 16px;
            text-align: left;
            margin-bottom: 2em;
        }
        .box{
            width: 100%;
            max-width: 100%;
            margin-bottom: 30px;
            h3{
                font-size: 22px;
                min-height: auto;
            }
            .txt{
                font-size: 16px;
                margin: .7em 0 .4em;
                br{
                    display: none;
                }
            }
            .place{
                font-size: 13px;
            }
        }
    }

    /*事業者の記事ページ*/
    .caption,
    .p-media02__text{
        font-size: 1.3rem;
    }
    .p-media02__text{
        line-height: 2.3076923077;
    }
    .c-catbtn-wrap--tar{
        width: calc(100% - 6.2rem);
        margin: 0 auto;
    }
    .p-article__img{
        margin-left: 0;
        margin-right: 0;
    }
    .point-area{
        padding-bottom: 5rem;
        h2{
            margin-bottom: 1rem;
            img{
                margin-top: -14.5%;
            }
        }
        h3{
            font-size: 2.3rem;
            margin-bottom: 1.2em;
        }
        .figure{
            margin-bottom: 5rem;
        }
    }
    .p-profile__title--md02{
        font-size: 2.6rem;
    }
    .p-profile__infolist{
        font-size: 1.7rem;
    }
    .p-profile {
        padding-top: 5rem;
    }
    .p-article__sect {
        padding-bottom: 0;
    }
    .column_em{
        .sec2{
            .c-text{
                margin-bottom: 5rem;
            }
        }
        .sec3{
            .flex{
                display: block;
                .caption br{
                    display: none;
                }
            }
        }
        .sec4{
            .p-media02__imgWrap {
                width: 100%;
                margin-bottom: 3rem;
            }
        }
        .sec5 {
            margin-bottom: 7rem;
        }
    }
    .column_dokidoki{
        .p-artmv__heading br{
            display: none;
        }
        .sec1{
            .c-lv2heading02__title br{
                display: none;
            }
        }
        .sec2 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
        }
        .sec3 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
            .p-media02 {
                margin: 4rem 0 0;
            }
        }
        .p-media02__imgWrap {
            width: 100%;
            max-width: 100%;
            margin-bottom: 3rem;
        }
        .sec4{
            .p-media02__inner{
                display: flex;
                flex-direction: column-reverse;
            }
            .c-lv2heading02 {
                margin-top: 5rem;
            }
            .p-media02__imgWrap {
                margin-bottom: 0;
                margin-top: 3rem;
            }
            .p-media02{
                margin-bottom: 11rem;
            }
        }
        .point-area {
            .mb {
                margin-bottom: 2.5rem;
            }
        }
    }
    .column_toriko{
        .sec1 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
        }
        .sec2 {
            .c-lv2heading02 {
                margin-top: 6rem;
            }
        }
        .sec3 {
            .c-lv2heading02 {
                margin-top: 6rem;
            }
        }
        .sec4 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
            .p-media02__imgWrap{
                width: 100%;
                max-width: 100%;
                margin-bottom: 2rem;
            }
            .p-media02{
                margin-bottom: 5rem;
            }
        }
    }
    .column_okaraokara{
        .sec1{
            .p-media02__imgWrap{
                width: 100%;
                max-width: 100%;
                margin-bottom: 2rem;
            }
        }
        .sec2{
            .p-media02__imgWrap{
                width: 100%;
                max-width: 100%;
                margin-bottom: 2rem;
            }
        }
        .sec3 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
        }
        .sec4 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
            .p-media02__imgWrap{
                width: 100%;
                max-width: 100%;
                margin-bottom: 2rem;
            }
        }
        .sec5 {
            .c-lv2heading02 {
                margin-top: 5rem;
            }
            .p-article__img {
                margin-bottom: 6rem;
            }
        }
        .point-area {
            .c-text {
                margin-bottom: 4rem;
            }
        }
        .p-profile {
            font-size: 1.8rem;
        }
    }
    .other-posts {
        margin-bottom: 4rem;
        .c-lv2heading02__title{
            margin: 5rem 0 3rem;
            padding-left: 0;
            & > span{
                font-size: 2.2rem;
                padding: 0;
            }
        }
        .list {
            .box {
                width: calc(50% - 5px);
                margin-bottom: 10px;
                div{
                    padding: .5em 1.3em;
                    font-size: 1.4rem;
                }
            }
            &::after{
                content: none;
            }
        }
    }
    .p-btnlist {
        a {
            font-size: 1.8rem;
            min-width: 36rem;
        }
    }
}

@media (max-width: 600px) {
    .about{
        h2{
            font-size: 20px;
            max-width: 320px;
        }
        .contents{
            font-size: 16px;
            border-radius: 20px;
        }
        .contents > p{
            text-align: left;
            br{
                display: none;
            }
        }
        .ac2{
            .box{
                padding: 0 20px 20px;
                h3{
                    font-size: 20px;
                    line-height: 1.4;
                    top: -.6em;
                    margin-bottom: -.1em;
                }
                ol{
                    font-size: 15px;
                    li{
                        line-height: 1.8;
                        margin-bottom: .5em;
                    }
                }
            }
        }
    }
    .other-posts {
        .list {
            .box {
                div{
                    padding: .5em .6em;
                    font-size: 1.2rem;
                }
            }
        }
    }
}

@media (max-width: 480px) {
    .about{
        padding-top: 30px;
        .ac2{
            margin-bottom: 40px;
            .documents{
                h4{
                    max-width: 300px;
                }
                .flex{
                    p{
                        font-size: 18px;
                    }
                }
            }
            .contents{
                .box:nth-child(6){
                    margin-bottom: 20px;
                }
            }
        }
    }
    .page-business{
        .deco1{
            width: 25.82%;
            right: -26px;
            top: 0px;
        }
        .deco2{
            width: 36.25%;
            left: -71px;
            top: 798px;
        }
        .deco3{
            width: 31.56%;
            right: -20px;
            top: 4068px;
        }
        .deco4{
            width: 42.17%;
            top: 7139px;
            right: -45px;
        }
    }
    .column_dokidoki{
        .sec1{
            .pics {
                li {
                    width: calc(50% - 2px);
                    margin-bottom: 4px;
                }
            }
        }
        .sec4 {
            .p-media02 {
                margin-bottom: 6rem;
            }
        }
    }
}
@media (max-width: 350px) {
    .p-btnlist {
        a {
            font-size: 1.6rem;
            min-width: 31rem;
        }
    }
}