/* ---------------------------------------------------------------
///// メイン
------------------------------------------------------------------
------------------------------------------------------------------ */
.page .mv::before {
    background-image: url(../images/shikokuyama/shikokuyama-mv.jpg);
}


/* ---------------------------------------------------------------
------------------------------------------------------------------
///// overview
------------------------------------------------------------------
------------------------------------------------------------------ */
@media print, screen and (min-width: 769px) {
    .overview__cont h2 .en {
        bottom: -58px;
    }
}
.overview__cont h2 .en {
    width: 409px;
    position: absolute;
}
@media print, screen and (max-width: 768px) {
    .overview__cont h2 .en {
        width: 54.5vw;
    }
}

/* ///// desc
------------------------------------------------------------------ */
.overview__desc li:first-child:after {
    background-image: url(../images/shikokuyama/recommend01.png);
    width: 33px;
    height: 64px;
    left: 38px;
    bottom: -24px;
}
.overview__desc li:nth-child(2)::after{
    background-image: url(../images/shikokuyama/recommend02.png);
    width: 45px;
    height: 56px;
    right: -2px;
    bottom: -14px;
}
.overview__desc li:last-child:after {
    background-image: url(../images/shikokuyama/recommend03.png);
    width: 30px;
    height: 36px;
    right: 6px;
    bottom: 8px;
}
@media print, screen and (max-width: 768px) {
    .overview__desc li:first-child:after {
        width: 5.3vw;
        height: 10.2vw;
        left: 9vw;
        bottom: -1.9vw;
    }
    .overview__desc li:nth-child(2)::after{
        width: 9vw;
        height: 11.2vw;
        right: -0.8vw;
        bottom: -3vw;
    }
    .overview__desc li:last-child:after {
        width: 6vw;
        height: 7.2vw;
        right: 1vw;
        bottom: 1.5vw;
    }
}


/* ---------------------------------------------------------------
------------------------------------------------------------------
///// highlights
------------------------------------------------------------------
------------------------------------------------------------------ */
.highlights__cont h2::before {
    width: 164px;
    height: 123px;
    background-image: url(../images/shikokuyama/highlights-title-deco.png);
}
.highlights__cont h2 .en {
    width: 398px;
    bottom: -35px;
    right: 63px;
}
@media print, screen and (max-width: 1000px) {
    .highlights__cont h2 .title {
        flex: 1;
    }
}
@media print, screen and (max-width: 1200px) {
    .highlights__cont h2 .en {
        bottom: -50px;
        right: 20px;
    }
}
@media print, screen and (max-width: 768px) {
    .highlights__cont h2::before {
        width: 21.8vw;
        height: 16.4vw;
    }
    .highlights__cont h2 .en {
        width: 53vw;
        bottom: -7.7vw;
        right: 4.4vw;
    }
    .highlights__desc dl dt .img-box img.sub {
        width: 24vw;
    }
}

/* ---------------------------------------------------------------
------------------------------------------------------------------
///// attractions
------------------------------------------------------------------
------------------------------------------------------------------ */

/* ///// attractions__item
------------------------------------------------------------------ */
.attractions__item .img{
    position: relative;
}
.attractions__item:first-child .img::after{
    content: "";
    display: block;
    background-image: url(../images/shikokuyama/attractions01-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 139px;
    height: 104px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.attractions__item:first-child .img img {
    object-position: center;
}
.attractions__item:nth-child(2) .img img {
    object-position: 10% 50%;
}
.attractions__item:last-child .img img {
    object-position: 100% 30%;
}
@media print, screen and (max-width: 768px) {
    .attractions__item:first-child .img::after{
        width: 27.8vw;
        height: 20.7vw;
    }
}

/* ///// attractions__box
------------------------------------------------------------------ */
.attractions__box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    max-width: 1024px;
    height: 230px;
    margin: 0 auto;
    background-color: #e6efea;
    margin-top: 80px;
    padding: 30px;
}
.attractions__box h3 {
    padding-right: 30px;
}
.attractions__box h3::after {
    content: "";
    display: block;
    background-image: url(../images/shikokuyama/attractions-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 74px;
    height: 52px;
    margin: 0 auto;
    margin-top: 18px;
}
.attractions__box p,
.attractions__box ul li {
    line-height: 1.68;
    letter-spacing: 0;
}
.attractions__box .img {
    height: 100%;
}
.attractions__box .img img {
    height: 100%;
}
@media print, screen and (max-width: 1170px) {
    .attractions__box {
        gap: 15px;
    }
    .attractions__box h3 {
        padding-right: 10px;
    }
}
@media print, screen and (max-width: 1100px) {
    .attractions__box .img {
        height: 80%;
    }
}
@media print, screen and (max-width: 1100px) {
    .attractions__box .img {
        height: 80%;
    }
}
@media print, screen and (max-width: 1040px) {
    .attractions__box {
        display: grid;
        height: initial;
        gap: initial;
        row-gap: 30px;
    }
    .attractions__box h3 {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
        padding-right: initial;
    }
    .attractions__box .img {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        height: initial;
        width: 90%;
    }
    .attractions__box .img img {
        height: initial;
        width: 100%;
    }
    .attractions__box p {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
}
@media print, screen and (max-width: 768px) {
    .attractions__box {
        row-gap: 4vw;
        margin-top: 10.6vw;
        padding: 4vw;
    }
    .attractions__box h3 {
        grid-row: 1 / 2;
        grid-column: 1;
    }
    .attractions__box p,
    .attractions__box ul li {
        font-size: 4vw;
    }
    .attractions__box .img {
        grid-row: 2 / 3;
        grid-column: 1;
        width: 90%;
        margin: 0 auto;
    }
    .attractions__box p {
        grid-row: 3 / 4;
        grid-column: 1;
    }
    .attractions__box h3::after {
        width: 9.8vw;
        height: 6.9vw;
        margin-top: 2.4vw;
    }
}

/* ---------------------------------------------------------------
------------------------------------------------------------------
///// guide
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ///// 内容
------------------------------------------------------------------ */
.guide {
    background-image:url(../images/shikokuyama/guide-back.jpg);
}

@media print, screen and (min-width: 769px) {
    .guide {
        background-position-x: 81%;
        background-position-y: 40%;
        background-size: 119%;
    }
    .guide__wrap {
        gap: 18px;
    }
    /* ----- マップ ----- */
    .guide__img {
        width: 573px;
    }
}
