@charset "shift_jis";

.img2503 {
    width: 100%;
    vertical-align: bottom;
}

.popup-overlay,
.popup-window {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    transition: all 0.3s;
}

.popup-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3333339d;
    cursor: pointer;
}

.popup-window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 24px #3333339a;
    z-index: 1001;
    text-align: center;
    min-width: 240px;
    max-width: 90vw;
    max-height: 80vh;
    overflow: auto;
    position: fixed;
}

.popup-window img {
    max-width: 80vw;
    max-height: 60vh;
    margin: 0 auto;
    display: block;
}

.popup-close {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}

#popup-img01:checked~.popup-overlay,
#popup-img01:checked~.popup-window,
#popup-img02:checked~.popup-overlay,
#popup-img02:checked~.popup-window {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.popup-thumb img {
    cursor: pointer;
}

.jiko__ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3.5rem;
    justify-content: center;
}

.joukyo-img--01 {
    width: 85%;
}

.joukyo-box {
    display: grid;
}

.joukyo-box--01 {
    grid-template-columns: 1.2fr .8fr;
}

.joukyo__graph {
    width: 20rem;
}

.torikumi-box {
    display: grid;
}

.torikumi-box--01 {
    grid-template-columns: 1.1fr .9fr;
    gap: 1rem;
}

.torikumi-box--02 {
    grid-template-columns: .85fr .1fr .85fr;
    align-items: center;
}

.torikumi-box--03 {
    grid-template-columns: .9fr 1.1fr;
    gap: 5rem;
    align-items: center;
    padding: 0 2rem;
}

.torikumi-box__uni--01 {
    padding: .5rem;
}

.torikumi-box__uni--02 {
    padding: .5rem;
    background-color: #cce4cf;
}

.torikumi-box__img--01 {
    padding-bottom: 1rem;
}

.kouka__ol {
    margin: 0;
    padding: 0 0 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.kouka__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.kouka__number {
    color: #fff;
    background-image: linear-gradient(154deg, #4eb45b, #00923d);
    font-size: 1.25rem;
    font-weight: bold;
    aspect-ratio: 1 / 1;
    width: 3rem;
    display: grid;
    align-items: center;
    border-radius: 100%;
    transform: translateY(-1.3rem);
}

.kouka__title {
    text-align-last: left;
}

.kouka__kokudo {
    color: #00a243;
    font-weight: bold;
    font-size: .9rem;
    border-bottom: 3px solid #00a243;
    width: 16.8rem;
    text-indent: 1rem;
    padding-bottom: .25rem;
}

.kouka__spot {
    color: #00a243;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
    padding-top: .25rem;
    padding-left: 1rem;
}

.kouka__map {
    width: 22rem;
}

.kouka__h2 {
    text-align: left;
    font-size: .9rem;
    background-image: linear-gradient(90deg, #c8d79a, #fff);
    padding: .3rem 0 .3rem.75rem;
    border-left: 10px solid #00a243;
    margin-top: 2.5rem;
    margin-bottom: .5rem;
}

.kouka__p {
    font-size: .9rem;
    text-align: left;
    margin-left: 1rem;
    text-indent: -.5rem;
}

.kouka__p::before {
    content: '\30FB';
}

.kouka__p+.kouka__p {
    margin-top: .25rem;
}

.kouka__imgs {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}

.kouka__img {
    margin: 1rem 0;
}

.kouka__img10 {
    border: 3px solid #000;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.kouka__img100 {
    margin-top: 1rem;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.kouka__photos {
    display: grid;
    gap: .4rem;
}

.kouka__photos--row {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin: .5rem 6.5rem 0 6.5rem;
}

.kouka__results {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.kouka__result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kouka__small {
    margin-left: 1rem;
    text-align-last: left;
}

.kouka__graph {
    width: 20rem;
    transform: translateY(1rem);
}

.kouka__graph10 {
    width: 20rem;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}