@charset "UTF-8";

/************ 彦根コース ************/
#hiko {
    background-image: url(../img/texture.png), linear-gradient(0deg, #E0EFEA 64%, #A6C4AE);
    background-size: 90px, auto;
    background-repeat: repeat, no-repeat;
    background-position: top left, top left;
    position: relative;
    z-index: 0;
}

#hiko .article-head__outer {
    background-image:
        url('../img/hiko/kv-hiko-2@2x.webp'),
        url('../img/hiko/kv-hiko-3@2x.webp'),
        url('../img/hiko/kv-hiko-4@2x.webp');
    background-position:
        calc(0% - 5%) 30%,
        calc(100% - 86%) calc(100% - 10%),
        calc(100% + 5%) 50%;
    background-repeat: no-repeat;
    background-size:
        25% auto,
        17% auto,
        21% auto;
    position: relative;
}

#hiko .article-head__ttl {
    max-width: 940px;
}

#hiko .article-head__course__outer {
    /* height: -webkit-fill-available; */
    background: linear-gradient(225deg, transparent 25px, #fff 10px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 650px;
    margin: 0 auto;
    padding: 15px;
    width: 50vw;
}

#hiko .article-head__course {
    background: linear-gradient(225deg, transparent 25px, #F5F3EE 10px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: grid;
    /* grid-template-columns: 1fr 5% 2fr 2fr 3fr; */
    grid-template-columns: 1fr 5% 3fr 3fr 4fr;
    /* grid-template-rows: repeat(8, 8%); */
    /* height: -webkit-fill-available; */
    padding: 3% 3% 3% 4%;
    align-content: center;
    position: relative;
}

#hiko .article-head__course::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/hiko/kv-hiko-1@2x.webp) no-repeat;
    background-size: contain;
    width: 35%;
    height: 47%;
    right: -18%;
    top: -15%;
}

#hiko .article-head__course::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/hiko/kv-hiko-5@2x.webp) no-repeat;
    background-size: contain;
    width: 35%;
    height: 35%;
    right: -30%;
    bottom: -7%;
}

#hiko .course__ttl {
    font-size: clamp(16px, 2.5vw, 35px);
    line-height: 1.2;
    margin-bottom: 10px;
}

#hiko .course__start {
    grid-area: 1 / 1 / 2 / 4;
    max-width: 105px;
    width: 54%;
}

#hiko .course__type-1 {
    grid-area: 2 / 3 / 3 / 4;
    max-width: 95px;
    width: 61%;
}

#hiko .course__type-2 {
    grid-area: 4 / 3 / 5 / 4;
    max-width: 87px;
    width: 56%;
}

#hiko .course__type-3 {
    grid-area: 6 / 3 / 6 / 4;
    max-width: 113px;
    width: 72%;
}

#hiko .course__type-4 {
    grid-area: 8 / 3 / 8 / 4;
    max-width: 134px;
    width: 86%;
}

#hiko .course__type-5 {
    grid-area: 10 / 3 / 11 / 4;
    max-width: 43px;
    width: 30%;
}

#hiko .course__number {
    max-width: 55px;
    margin-left: auto;
}

#hiko .course__number-1 {
    grid-area: 3 / 1 / 4 / 2;
}

#hiko .course__number-2 {
    grid-area: 5 / 1 / 6 / 2;
}

#hiko .course__number-3 {
    grid-area: 7 / 1 / 8 / 2;
}

#hiko .course__number-4 {
    grid-area: 9 / 1 / 10 / 2;
}

#hiko .course__number-5 {
    grid-area: 11 / 1 / 12 / 2;
}

#hiko .course__ttl-1 {
    grid-area: 3 / 3 / 4 / 6;
}

#hiko .course__ttl-2 {
    grid-area: 5 / 3 / 6 / 6;
}

#hiko .course__ttl-3 {
    grid-area: 7 / 3 / 8 / 6;
}

#hiko .course__ttl-4 {
    grid-area: 9 / 3 / 10 /6;
}

#hiko .course__ttl-5 {
    grid-area: 11 / 3 / 12 /6;
}

#hiko .course__goal {
    grid-area: 10 / 5 / 12 / 6;
    top: -1%;
    max-width: 170px;
    margin-right: auto;
    position: relative;
    right: 35%;
    width: 45%;
}

.hiko__inner {
    width: min(1550px, 92vw);
    margin-inline: auto;
}
#hiko .wave{
        width: 100%;
margin-bottom: -0.1px;
}
#hiko .wave-bottom {
    transform: scale(1, -1);
    margin-top: -0.1px;
}

#hiko .spot__area {
    padding: 30px 0;
}

@media(min-width:1800px) {
    #hiko .article-head__outer {
        background-position:
            calc(0% - 5%) 30%,
            calc(100% - 75%) calc(100% - 10%),
            calc(100% + 5%) 50%;
    }
}

@media(max-width:768px) {
    #hiko .article-head__course__outer {
        width: unset;
        margin: 0 0 15%;
    }
    #hiko .course__goal {
        min-width: 90px;
    }
    #hiko .course__type img {
    height: 40px;
}
/* #hiko .article-head__course  {
    height: unset;
} */
    #hiko .article-head__outer {
        background-position: calc(0% - 5%) 100%;
        background-size: 35% auto;
        margin-bottom: -10%;
        background-image:
        url('../img/hiko/kv-hiko-2@2x.webp')
    }
    #hiko .article-head__course::before {
        /* right: 3%;
        width: 40%; */
        right: 0;
        width: 28%;
        height: 46%;
        top: 0;
        max-width: 180px;        max-width: 165px;
    min-width: 100px;    }

    #hiko .article-head__course::after {
        right: -15px;
        bottom: -30%;
    }
    #hiko .course__start {
    grid-area: 1 / 1 / 2 / 4;
    min-width: 100px;
width: 84%;
}
}

/* スポット1 */
#hiko .spot-1.spot__area {
    background-color: rgba(255, 255, 255, 0.7);
    margin: unset;
}

#hiko .spot-1 .spot__inner {
    display: grid;
    grid-template-columns: 1fr 7fr 5fr 1fr;
    /* grid-template-rows: 4.5% 5.5% 27% 10% 5.5% 20% 15%;ここ */
    gap: 15px;
}

#hiko .spot-1 .spot__ttl {
    grid-area: 1 / 2 / 2 / 4;
    max-width: 860px;
    width: 66%;
}

#hiko .spot-1-1 {
    grid-area: 2 / 2 / 3 / 3;
}

#hiko .spot-1-1 .spot__txt-sub {
    color: #0071BC;
    font-size: clamp(12px, 1.5vw, 20px);
}

#hiko .spot-1-2 {
    grid-area: 3 / 2 / 4 / 3;
}
#hiko .spot-1-2 .data_box_tit {
    width: 50%;
}
#hiko .spot-1-3 {
    grid-area: 2 / 3 / 3 / 5;
}

#hiko .spot-1-3-bottom {
    max-width: 550px;
    left: -5%;
    position: absolute;
    bottom: 2em;
    width: 90%;
}

#hiko .spot-1-4 {
    grid-area: 3 / 3 / 4 / 4;
}

@media(max-width:768px) {
    #hiko .spot-1 .spot__inner {
        display: flex;
        flex-direction: column;
    }

    #hiko .spot-1-2.spot__item {
        display: contents;
    }

    #hiko .spot-1 .data__container {
        width: 85%;
        margin-left: auto;
        order: 99;
    }

    #hiko .spot-1-4 {
        width: 85%;
        margin-left: auto;
    }

    #hiko .spot-1 .data_box_in .time_s {
        text-indent: -6em;
        padding-left: 6em;
    }

    #hiko .spot-1 .spot__ttl {
        /* width: 90%; */
        margin: 0 auto;
                width: 60%;
        margin: 0 auto;
        max-width: 420px;
        min-width: 280px;
    }
}

/* スポット2 */
#hiko .spot-2 .spot__inner {
    display: grid;
    grid-template-columns: 1fr 5fr 6fr 1fr;
    /* grid-template-rows: 4.5% 5.5% 27% 10% 5.5% 20% 15%;ここ */
    gap: 0 30px;
}

#hiko .spot-2 .spot__ttl {
    grid-area: 1 / 2 / 2 / 4;
    max-width: 970px;
    width: 75%;
    margin-left: auto;
    margin-bottom: 15px;
}

#hiko .spot-2-1 {
    grid-area: 2 / 3 / 3 / 5;
    z-index: 1;
    margin-bottom: -3%;
}

#hiko .spot-2-2 {
    grid-area: 3 / 3 / 4 / 4;
}

#hiko .spot-2-3 {
    grid-area: 2 / 2 / 3 / 3;
}

#hiko .spot-2-4 {
    grid-area: 3 / 2 / 4 / 3;
    margin-top: -18%;
}

#hiko .route__ttl {
    color: #B6874C;
    font-size: clamp(14px, 1.5vw, 19px);
}

#hiko .route__ttl span {
    color: #fff;
    padding: 0 5px;
    background-color: #B6874C;
    margin-right: 10px;
}

#hiko .route__table thead tr th {
    background-color: #F5F2E8;
    text-align: center;
    border: 1px solid #3E3A39;
    padding: 3px 0;
    font-weight: normal;
}

#hiko .route__table tr {
    border: 1px solid #3E3A39;
}

#hiko .route__table td {
    border: 1px solid #3E3A39;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

#hiko .route__table {
    border-collapse: collapse;
    background-color: #fff;
    color: #B6874C;
    width: 100%;
    line-height: 1.1em;
    font-size: clamp(11px, 1.5vw, 17px);
    margin: 10px 0;
}

@media(max-width:768px) {
    #hiko .spot-2 .spot__inner {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #hiko .spot-2 .spot__ttl {
        width: 90%;
        margin: 0 auto;
                width: 64%;
        margin: 0 auto;
        /* min-width: 360px; */
        max-width: 450px;
                min-width: 280px;

    }

    #hiko .spot-2-1 {
        margin-bottom: unset;
    }
    #hiko .spot-2-2 {
        display: contents;
    }
    #hiko .spot-2-2 .data__container {
        order: 10;
    }
    #hiko .spot-2-4 {
        margin-top: unset;
    }
#hiko .route__table td {
    padding: 3px;
}
}

/* スポット3 */
#hiko .spot-3.spot__area {
        background-color: rgba(255, 255, 255, 0.7);
        margin: unset;
}
#hiko .spot-3 .data_box_in .time_s {
    text-indent: -6em;
    padding-left: 6em;
}

#hiko .square::before {
    content: "\025a0";
}

#hiko .square {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

#hiko .spot-3 .spot__inner {
    display: grid;
    grid-template-columns: 1fr 7fr 5fr 1fr;
    gap: 15px;
}

#hiko .spot-3 .spot__ttl {
    grid-area: 1 / 2 / 2 / 4;
    max-width: 875px;
    width: 67%;
    margin-right: auto;
}

#hiko .spot-3-1 {
    grid-area: 2 / 2 / 3 / 3;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#hiko .spot-3-1 .data_box_tit {
    width: 60%;
}
#hiko .spot-3-1 .data__container {
    align-items: start;
}

#hiko .spot-3-1 .data__txt {
    flex: 3;
}

#hiko .spot-3-1 .spot3-1__img {
    flex: 2;
}

#hiko .spot-3-2 {
    grid-area: 2 / 3 / 3 / 4;
}

#hiko .spot-3-2::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/hiko/hiko3-4.svg) no-repeat;
    background-size: contain;
    width: 42%;
    height: 27%;
    max-width: 230px;
    right: 0;
    top: -13%;
}

#hiko .spot3-2__inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 6%;
    background-color: rgba(158, 204, 114, 0.7);
}

#hiko .spot3-2__txt {
    font-size: clamp(13px, 1.5vw, 16px);
    ;
}

#hiko .spot-3-2 img {
    vertical-align: bottom;
}
#hiko .spot3-2-back {
        width: 100%;
    /* margin-bottom: -0.5px; */
}
#hiko .spot3-2-back-bottom {
    scale: -1;
    width: 100%;
    /* margin-top: -0.5px; */
}
@media(max-width:768px) {
    #hiko .spot-3 .spot__inner {
        display: flex;
        flex-direction: column;
    }
    #hiko .spot-3 .spot__ttl {
        /* width: 90%;
        margin: 0 auto; */
        width: 54%;
        margin: 0 auto;
        max-width: 380px;
                min-width: 230px;
    }
    #hiko .spot-3-1 .data_box_tit {
        width: 100%;
    }
    #hiko .spot-3 .data_box_in .time_s {
        text-indent: unset;
        padding-left: unset;
    }
    #hiko .spot-3 .data_box_in .rest_s {
        text-indent: unset;
        padding-left: unset;
    }
    #hiko .spot-3-1 .spot3-1__img {
        max-width: 200px;
    }
    #hiko .spot-3-1 {
        margin-bottom: 20%;
    }
    #hiko .spot-3-2::before {
        width: 25%;
        height: 17%;
        max-width: 190px;
                right: 20%;
        top: -5%;;
    }
}
/* スポット4 */
#hiko .spot-4 .spot__inner {
    display: grid;
    grid-template-columns: 1fr 4fr 6fr 1fr;
    gap: 15px 30px;
}

#hiko .spot-4 .spot__ttl {
    grid-area: 1 / 3 / 2 / 4;
    max-width: 597px;
    width: 80%;
    margin-right: auto;
}

#hiko .spot-4-1 {
    grid-area: 2 / 3 / 3 / 3;
    position: relative;
}
#hiko .spot-4-1 img {
    margin-bottom: 15px;
}
#hiko .spot-4-1::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/hiko/hiko4-2.svg) no-repeat;
    background-size: contain;
width: 37%;
    height: 30%;
    max-width: 300px;
    left: -25%;
    top: 10%;
    z-index: 1;
}
#hiko .spot-4-2 {
    grid-area: 2 / 2 / 3 / 3;
}
@media (max-width:768px ) {
    #hiko .spot-4 .spot__inner {
        display: flex;
        flex-direction: column;
    }
    #hiko .spot-4 .spot__ttl {
        /* width: 60%;
        margin: 0 auto; */
                width: 36%;
        margin: 0 auto;
        max-width: 250px;
                min-width: 160px;

    }#hiko .spot-4-1 {
        display: contents;
    }
    
    #hiko .spot-4-1 img,#hiko .spot-4-1 .spot__txt {
        margin-bottom: unset;
    }
    #hiko .spot-4-1 .data__container {
        order: 10;
    }
    #hiko .spot-4-1::before {
            width: 33%;
    height: 22%;
        top: -5%;
        left: -15px;
    }
}
/* スポット5 */
#hiko .spot-5.spot__area {
    background-color: rgba(141, 193, 107, 0.4);
        margin: unset;
}
#hiko .spot-5 .spot__inner {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 15px 30px;
}

#hiko .spot-5 .spot__ttl {
    grid-area: 1 / 2 / 2 / 7;
    max-width: 875px;
    width: 140%;
    margin-right: auto;
    margin-bottom: 15px;
}
#hiko .spot-5__ttl  {
    background-color: #3A6085;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: clamp(17px, 2vw, 28px);
    margin-top: 5%;
}
#hiko .spot-5__txt {
    font-size: clamp(13px, 1.5vw, 20px);
}
#hiko .spot-5-1 {
    grid-area: 2 / 1 / 3 / 7;
    width: 104%;
}
#hiko .spot-5-2 {
    grid-area: 2 / 7 / 3 / 12;
    width: 96%;
    margin-left: auto;
}
#hiko .spot-5-3 {
        grid-area: 3 / 2 / 4 / 12;
}

#hiko .spot-5-4 {
        grid-area: 4 / 2 / 5 / 7;
}
#hiko .spot-5-5 {
        grid-area: 4 / 7 / 5 / 12;
}
#hiko .spot-5-6 {
        grid-area: 5 / 3 / 6 / 11;
}
#hiko .spot-5-7 {
        grid-area: 6 / 2 / 7 / 12;
}
#hiko .spot-5-8 {
        grid-area: 7 / 2 / 8 / 7;
}
#hiko .spot-5-9 {
        grid-area: 7 / 7 / 8 / 12;
}
#hiko .spot-5-9::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/hiko/hiko5-6@2x.webp) no-repeat;
    background-size: contain;
    width: 64%;
    height: 71%;
    max-width: 400px;
    right: -5%;
    top: -42%;
}

#hiko .spot-5-10 {
        grid-area: 8 / 3 / 9 / 11;
}
#hiko .spot-5-11 {
        grid-area: 9 / 2 / 10 / 7;
}
#hiko .spot-5-11 .spot-5__txt,#hiko .spot-5-12 .spot-5__txt {
    width: 77%;
    margin: 0 auto;
    margin-top: 15px;
}
#hiko .spot-5-12 {
        grid-area: 9 / 7 / 10 / 12;
}
#hiko .spot-5-13 {
        grid-area: 10 / 2 / 11 / 12;
}
#hiko .spot-5-14 {
        grid-area: 11 / 2 / 12 / 7;
}
#hiko .spot-5-14 .spot-5__txt {
        margin-top: 15px;
}
#hiko .spot-5-15 {
        grid-area: 11 / 7 / 12 / 10;
}
#hiko .spot-5-15::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/hiko/hiko5-13.svg) no-repeat;
    background-size: contain;
    width: 69%;
    height: 47%;
    max-width: 250px;
    right: 0%;
    bottom: -16%;
    z-index: 2;
}
#hiko .spot-5-16 {
        grid-area: 11 / 10 / 12 / 12;
        top: 10%;
}
#hiko .spot-5-15 .spot-5__txt,#hiko .spot-5-16 .spot-5__txt {
        font-size: clamp(13px, 1.5vw, 19px);
}
@media(max-width:768px) {
    #hiko .spot-5 .spot__inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#hiko .spot-5 .spot__ttl {
    /* width: 90%; */
    width: 57%;
        margin: 0 auto;
        margin-bottom: 15px;
        max-width: 400px;
        min-width: 270px;
    }

#hiko .spot-5-1 {
    width: 100%;
    margin-bottom: 15px;
}
#hiko .spot-5-2 {
    width: 100%;
    margin: unset;
    display: contents;
}
#hiko .spot-5-2 .data__container {
    order: 10;
}
#hiko .spot-5-4,#hiko .spot-5-8,#hiko .spot-5-11{
    padding-right: 10%;
}
#hiko .spot-5-5,#hiko .spot-5-9,#hiko .spot-5-12 {
    padding-left: 10%;
}
#hiko .spot-5-9::after {
    right: unset;
    left: 0;
    width: 53%;
        height: 65%;
}
#hiko .spot-5-11 .spot-5__txt, #hiko .spot-5-12 .spot-5__txt {
    width: 100%;
    margin-top: 5px;
}
#hiko .spot-5-15 {
    padding-right: 15%;
}
#hiko .spot-5-16 {
    padding-left: 40%;
}
#hiko .spot-5__ttl {
    margin-bottom: 10px;
}
#hiko .spot-5-8,#hiko .spot-5-10,#hiko .spot-5-11,#hiko .spot-5-14 {
    margin-bottom: 15px;
}
#hiko .spot-5-15::after {
    content: unset;
}
#hiko .spot-5-16::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/hiko/hiko5-13.svg) no-repeat;
    background-size: contain;
        min-width: 120px;
        width: 35%;
        height: 41%;
        left: 0;
        bottom: 0;
}

}