@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.cmnMaintit{
    background-image: url(../img/location/maintit.jpg);
}
@media only screen and (max-width:1215px){
    .cmnMaintit{
        background-image: url(../img/location/maintit_sp.jpg);
    }
}

/* secRarity */
.secRarity{
    padding: 14rem 0 0;
    position: relative;
    z-index: 1;
}
.secRarity::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(21,133,143,1) 0%,rgba(21,133,143,0) 60%,rgba(21,133,143,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secRarity .bgWrap{
    position: relative;
    z-index: 1;
}
.secRarity .boxWrap{
    display: flex;
    justify-content: space-between;
    gap: 0 4rem;
    margin-bottom: 14rem;
}
.secRarity .boxTxt{
    width: 58rem;
}
.secRarity .txtDetail{
    margin-bottom: 5rem;
}
.secRarity .imgMap .note{
    font-size: var(--pcFontSize12);
    letter-spacing: 0.04em;
    margin-top: 2rem;
    text-align: right;
}
@media only screen and (max-width:1215px){
    .secRarity{
        padding: 4.5rem 0 0;
    }
    .secRarity::before{
        display: none;
    }
    .secRarity .boxWrap{
        flex-direction: column;
        gap: 1rem 0;
        margin-bottom: 8rem;
    }
    .secRarity .boxTxt{
        width: 100%;
        order: 2;
    }
    .secRarity .txtDetail{
        margin-bottom: 2.5rem;
    }
    .secRarity .img{
        text-align: center;
    }
    .secRarity .imgMap{
        order: 1;
        text-align: center;
    }
    .secRarity .imgMap .note{
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        line-height: 1.6;
        margin-top: 0.7rem;
    }
}

/* secAccess */
.secAccess{
    position: relative;
}
.secAccess::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    right: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(0,105,52,1) 0%,rgba(0,105,52,0) 60%,rgba(0,105,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secAccess::after{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: 120rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(241,204,52,1) 0%,rgba(241,204,52,0) 60%,rgba(241,204,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secAccess .bgWrap{
    position: relative;
    z-index: 1;
}
.secAccess .imgAccess{
    margin-top: -6rem;
    margin-bottom: 6rem;
}
.secAccess .listStation{
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-bottom: 9rem;
}
.secAccess .itemStation{
    width: calc((100% - 4.8rem) / 4);
}
.secAccess .imgCar{
    margin-top: 5rem;
    margin-bottom: 14rem;
}
.secAccess .note{
    font-size: var(--pcFontSize12);
    letter-spacing: 0.04em;
    line-height: 1.83;
    margin-top: 1rem;
    text-align: right;
}
@media only screen and (max-width:1215px){
    .secAccess::before,
    .secAccess::after{
        display: none;
    }
    .secAccess .imgAccess{
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
    .secAccess .listStation{
        gap: 0.5rem;
        margin-top: 2.5rem;
        margin-bottom: 5rem;
    }
    .secAccess .txtDetailCar{
        position: relative;
        padding-right: calc(10rem + 2rem);
        min-height: 6.5rem;
    }
    .secAccess .txtDetailCar::after{
        content: '';
        display: block;
        width: 10rem;
        aspect-ratio: 200 / 130;
        background: url(../img/location/imgAccessRoad_sp.jpg) left top / 100% no-repeat;
        position: absolute;
        top: 0;
        right: 0;
    }
    .secAccess .itemStation{
        width: calc((100% - 0.5rem) / 2);
    }
    .secAccess .imgCar{
        margin-top: 1.5rem;
        margin-bottom: 7rem;
    }
    .secAccess .note{
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        line-height: 1.6;
        margin-top: 1.7rem;
    }
}

/* secConvinience */
.secConvinience{
    position: relative;
}
.secConvinience::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: 30rem;
    right: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(223,108,148,1) 0%,rgba(223,108,148,0) 60%,rgba(223,108,148,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secConvinience .bgWrap{
    position: relative;
    z-index: 1;
}
.secConvinience .txtDetail{
    margin-bottom: 4.2rem;
}
.secConvinience .imgPlace{
    margin-bottom: 5rem;
}
.secConvinience .txtPlace{
    margin-bottom: 4.5rem;
}
.secConvinience .imgView{
    margin-bottom: 11rem;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secConvinience::before{
        display: none;
    }
    .secConvinience .txtDetail{
        margin-bottom: 2.5rem;
    }
    .secConvinience .imgPlace{
        margin-bottom: 3rem;
    }
    .secConvinience .txtPlace{
        margin-bottom: 2.5rem;
    }
    .secConvinience .imgView{
        margin-top: 3rem;
        margin-bottom: 6rem;
    }
}

/* secNature */
.secNature{
    position: relative;
    z-index: 1;
}
.secNature::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(21,133,143,1) 0%,rgba(21,133,143,0) 60%,rgba(21,133,143,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secNature .bgWrap{
    position: relative;
    z-index: 1;
}
.secNature .txtDetail{
    margin-bottom: 3rem;
}
.secNature .imgMap{
    margin-bottom: 5rem;
    text-align: center;
}
.secNature .boxPoint{
    background-color: #fff;
    border-radius: 1rem;
    padding: 4rem 4.5rem;
    box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}
.secNature .titPoint{
    font-size: var(--pcFontSize20);
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem;
    color: #006935;
}
.secNature .txtPoint{
    font-size: var(--pcFontSize14);
    letter-spacing: 0.04em;
    line-height: 2;
}
.secNature .notePoint{
    font-size: var(--pcFontSize12);
    letter-spacing: 0.04em;
    line-height: 1.83;
    margin-top: 3rem;
    margin-bottom: 10rem;
    text-align: right;
    position: relative;
    z-index: 1;
}
.secNature .imgPlace{
    margin-bottom: 5rem;
    position: relative;
}
.secNature .imgPlace::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    right: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(0,105,52,1) 0%,rgba(0,105,52,0) 60%,rgba(0,105,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secNature .txtPlace{
    margin-bottom: 4.5rem;
}
.secNature .imgPick{
    margin-bottom: 14rem;
}
@media only screen and (max-width:1215px){
    .secNature::before{
        display: none;
    }
    .secNature .txtDetail{
        margin-bottom: 2rem;
    }
    .secNature .imgMap{
        margin-bottom: 3rem;
    }
    .secNature .boxPoint{
        border-radius: 0.5rem;
        padding: 2rem;
    }
    .secNature .titPoint{
        font-size: var(--spFontSize13);
        letter-spacing: 0;
        line-height: 1.69;
        margin-bottom: 0.5rem;
    }
    .secNature .txtPoint{
        font-size: var(--spFontSize11);
        letter-spacing: 0;
        line-height: 1.73;
    }
    .secNature .notePoint{
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        line-height: 1.6;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }
    .secNature .imgPlace{
        margin-bottom: 3rem;
    }
    .secNature .imgPlace::before{
        display: none;
    }
    .secNature .txtPlace{
        margin-bottom: 2.5rem;
    }
    .secNature .imgPick{
        margin-bottom: 7rem;
    }
}

/* secLife */
.secLife{
    position: relative;
}
.secLife::before{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    top: -50rem;
    left: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(241,204,52,1) 0%,rgba(241,204,52,0) 60%,rgba(241,204,52,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secLife::after{
    content: '';
    display: block;
    width: 137rem;
    height: 137rem;
    position: absolute;
    bottom: -100rem;
    right: -60rem;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgba(223,108,148,1) 0%,rgba(223,108,148,0) 60%,rgba(223,108,148,0) 100%);
    opacity: 0.2;
    pointer-events: none;
}
.secLife .bgWrap{
    position: relative;
    z-index: 1;
}
.secLife .boxWrap{
    display: flex;
    gap: 0 4rem;
    justify-content: space-between;
    margin-bottom: 20rem;
}
.secLife .boxTxt{
    width: 80rem;
}
.secLife .titCopy{
    white-space: nowrap;
}
.secLife .txtDetail{
    margin-bottom: 6rem;
}
.secLife .txtAccess{
    padding-top: 8rem;
}
@media only screen and (max-width:1215px){
    .secLife::before,
    .secLife::after{
        display: none;
    }
    .secLife .boxWrap{
        flex-direction: column;
        gap: 3rem 0;
        margin-bottom: 10rem;
    }
    .secLife .boxTxt{
        width: 100%;
    }
    .secLife .titCopy{
        white-space: normal;
    }
    .secLife .txtDetail{
        margin-bottom: 3rem;
    }
    .secLife .txtAccess{
        padding-top: 0;
    }
}