@charset "utf-8";
#banner2{
    background: url(../images/area/area_bg.jpg) no-repeat center center;
    background-size: cover;
}

.btn_yellow,
.btn_bblue{
    position: relative;
    display: flex;
    width: max(90%, 250px);
    height: auto;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease 0s;
    font-feature-settings: "palt";
    letter-spacing: .01em;
}

.btn_yellow:link{
    color: #fff;
}
.btn_bblue:link{
    color: var(--blue);
}

.btn_yellow{
    background: var(--gold);
    color: #fff;
    border: solid 2px var(--blue);
    margin: 20px auto 15px;
}

.btn_bblue{
    background: #fff;
    color: var(--blue);
    border: solid 2px var(--blue);
    margin: 0 auto;
}

.btn_yellow span,
.btn_bblue span{
    display: contents;
}

.btn_yellow::after,
.btn_bblue::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 1em;
    transition: all 0.3s ease 0s;
}

.btn_yellow::after{
    border-left: solid .625em #fff;
    border-top: solid .5em transparent ;
    border-bottom: solid .5em transparent;
}

.btn_bblue::after{
    border-left: solid .625em var(--blue);
    border-top: solid .5em transparent ;
    border-bottom: solid .5em transparent;
}

.btn_yellow:hover{
    background: var(--blue);
    color: #fff;
    opacity: 1;
}


@media only screen and (max-width: 980px) {
    .btn_yellow,
    .btn_bblue{
        width: max(100%, 200px);
    }
    .btn_yellow{
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 500px) {
    .btn_yellow,
    .btn_bblue{
        display: block;
        word-break: break-all;
        padding: 10px 1.5em;
        line-height: 1.2;
    }
    .btn_yellow span,
    .btn_bblue span{
        display: block;
    }
    .btn_yellow::after,
    .btn_bblue::after{
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
    }
}

#sec_ttl h2 img{
    width: min(90%, 882px);
    margin: 0 auto;
}
#sec_ttl + .bg_red10{
    position: relative;
}
#sec_ttl + .bg_red10::before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        var(--red) 0%, var(--red) 10%,
        #70b3b1 10%, #70b3b1 20%,
        var(--gold2) 20%, var(--gold2) 30%,
        #80a97b 30%, #80a97b 40%,
        var(--red) 40%, var(--red) 50%,
        #70b3b1 50%, #70b3b1 60%,
        var(--gold2) 60%, var(--gold2) 70%,
        #80a97b 70%, #80a97b 80%,
        var(--red) 80%, var(--red) 90%,
        #70b3b1 90%, #70b3b1 100%
    );
    top: 20px;
    left: 0;
}

#sec_ttl + .bg_red10 > h3.karato_ttl{
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 20%;
    transform: translateY(50%);
}

.spot{
    position: relative;
    padding-block: 50px;
    margin-top: 200px;
}

#sec_spot1.spot{
    margin-top: 100px;
}

.spot::after{
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    border-radius: 0 15.6vw 15.6vw 0;
    top: 0;
    z-index: 1;
}
.spot:nth-of-type(even)::after{
    border-radius: 15.6vw 0 0 15.6vw;
    right: 0;
}

.spot > div.d_flex{
    position: relative;
    width: 80%;
    justify-content: flex-start;
    gap: 2%;
    margin-inline: auto 0;
    z-index: 3;
}

.spot:nth-of-type(even) > div.d_flex{
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-inline: 0 auto;
}

.spot > div.d_flex > .text{
    width: min(49%, 600px);
}

.spot > div.d_flex > .text img{
    border-radius: 50px;
}

.spot > div.d_flex > div.img{
    width: 49%;
    margin-top: -5%;
}

#sec_spot3.spot > div.d_flex > div.img{
    margin-top: -9%;
}

.icon{
    position: absolute;
}

#sec_spot1.spot > .icon:nth-of-type(1){
    width: min(9.5vw, 152px);
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#sec_spot1.spot > .icon:nth-of-type(2){
    width: min(25.05vw, 481px);
    bottom: 18%;
    right: 0;
    z-index: 1;
}

#sec_spot1.spot > .icon:nth-of-type(3){
    width: min(8.69vw, 167px);
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    z-index: 1;
}

#sec_spot2.spot > .icon{
    width: min(9.5vw, 152px);
    bottom: 0;
    right: 10%;
    transform: translateY(50%);
    z-index: 2;
}

#sec_spot3.spot > img.icon:nth-of-type(1){
    width: min(25.52vw, 490px);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

#sec_spot3.spot > .icon:nth-of-type(2){
    width: min(8.06vw, 129px);
    bottom: 10%;
    left: 10%;
    z-index: 2;
}

#sec_spot3.spot > span.icon{
    width: min(14.68vw, 282px);
    height: min(16.35vw, 314px);
    background: url(../images/area/area_icon_10.png) no-repeat center right;
    background-size: cover;
    aspect-ratio: 141 / 157;
    object-fit: contain;
    bottom: -29%;
    left: 0;
    z-index: 1;
}

#sec_spot4.spot > img.icon{
    width: min(8.06vw, 129px);
    top: 0;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
}

#sec_spot4.spot > span.icon{
    width: min(16.875vw, 324px);
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    
    width: min(13.48vw, 259px);
    height: min(14.21vw, 314px);
    background: url(../images/icon_01.png) no-repeat center left;
    background-size: cover;
    aspect-ratio: 37 / 39;
    object-fit: contain;
}

@media only screen and (max-width: 1200px) {
    #sec_ttl + .bg_red10 > h3.karato_ttl{
        left: 10%;
    }

    .spot > div.d_flex,
    .spot::after{
        width: 90%;
    }

    #sec_spot1.spot > .icon:nth-of-type(1){
        left: 0;
    }

    #sec_spot2.spot > .icon{
        right: 0;
    }

    #sec_spot3.spot > .icon:nth-of-type(2){
        left: 0;
    }
}

@media only screen and (max-width: 980px) {
    #sec_ttl h2 img{
        width: 80%;
    }
    #sec_ttl + .bg_red10 > h3.karato_ttl{
        position: relative;
        width: 75%;
        top: 0;
        left: 0;
        transform: translate(0, 17%);
        margin: 0 auto;
    }

    .spot{
        margin-top: 100px;
    }

    #sec_spot1.spot{
        margin-top: 0;
    }

    .spot > div.d_flex,
    .spot:nth-of-type(even) > div.d_flex{
        width: calc(100% - 30px);
        flex-direction: column;
        gap: 15px;
    }

    .spot > div.d_flex{
        margin: 45% auto 0 0;
    }

    .spot:nth-of-type(even) > div.d_flex{
        margin: 45% 0 0 auto;
    }
    
    .spot::after{
        border-radius: 0 26.6vw 26.6vw 0;
    }

    .spot:nth-of-type(even)::after{
        border-radius: 26.6vw 0 0 26.6vw;
    }

    .spot::before{
        position: absolute;
        display: block;
        content: "";
        width: 90%;
        height: auto;
        aspect-ratio: 67 / 35;
        border-radius: 0 26.6vw 0 0;
        top: 0;
        z-index: 2;
    }

    #sec_spot1.spot::before{
        background: url(../images/area/sec1_img_01.jpg) no-repeat bottom center;
        background-size: cover;
        border-radius: 0 26.6vw 0 0;
        left: 0;
    }

    #sec_spot2.spot::before{
        background: url(../images/area/sec2_img_01.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 26.6vw 0 0 0;
        right: 0;
    }

    #sec_spot3.spot::before{
        background: url(../images/area/sec3_img_01.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 0 26.6vw 0 0;
        left: 0;
    }

    #sec_spot4.spot::before{
        background: url(../images/area/sec4_img_01.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 26.6vw 0 0 0;
        right: 0;
    }

    .spot > div.d_flex .text{
        width: 80%;
        margin: 0 auto;
    }
    
    .spot > div.d_flex div.img,
    #sec_spot3.spot > div.d_flex > div.img{
        width: 100%;
        margin-top: 0;
    }

    .spot:nth-of-type(even) > div.d_flex div.img{
        text-align: right;
    }

    .spot > div.d_flex > div.img img{
        transform: translateY(24%);
    }

    .spot > div.d_flex > .text img{
        display: none;
    }

    .spot > .icon{
        display: none;
    }

}

#sec_others{
    position: relative;
    margin-top: 200px;
}

#sec_others > h4.mimosuso_ttl{
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

#sec_others > .spots{
    position: relative;
    width: min(calc(100% - 30px), 1600px);
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px 100px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 100px 50px;
    z-index: 3;
}

#sec_others > .spots li{
    width: min(calc((100% - 100px) / 2), 550px);
}

#sec_others > .spots li img{
    border-radius: 30px;
}

#sec_others > .icon:nth-of-type(1){
    width: min(15.78vw, 303px);
    top: 100px;
    left: 0;
    z-index: 4;
}

#sec_others > .icon:nth-of-type(2){
    width: min(13.02vw, 250px);
    top: 50%;
    right: 0;
    z-index: 2;
}

@media only screen and (max-width: 1750px) {
    #sec_others > .icon:nth-of-type(1){
        top: -17%;
    }
}

@media only screen and (max-width: 980px) {
    #sec_others{
        margin-top: calc(100px + 10%);
    }

    #sec_others > h4.mimosuso_ttl{
        width: 80%;
    }

    #sec_others > .spots{
        gap: 50px;
        border-radius: 25px;
        padding: 50px 25px;
    }

    #sec_others > .spots li{
        display: flex;
        flex-direction: column;
        width: min(100%, 550px);
        border-bottom: dashed 2px var(--blue);
        padding-bottom: 50px;
    }

    #sec_others > .spots li:nth-last-of-type(1){
        border-bottom: none;
        padding-bottom: 0;
    }

    #sec_others > .spots li img{
        margin-top: 20px;
        order: 1;
    }

    #sec_others > .icon{
        display: none;
    }
}
