
.map_box{
    width: 100%;
    position: relative;
    aspect-ratio: 910/503;
}
.map_box>a>img{
    z-index: 2;
}
.map_picture{
    position: absolute;
    width: 100%;
    z-index: 1;
}
#Arina{
    position: absolute;
    width: 23%;
    right: 9.9%;
    top: 25.9%;
}
#Ftou{
    position: absolute;
    width: 29.5%;
    right: 23.3%;
    top: 36.8%;
}
#Etou{
    position: absolute;
    width: 27.7%;
    right: 49%;
    top: 27.9%;
}
#Ctou{
    position: absolute;
    width: 13%;
    right: 41.9%;
    top: 0.5%;
}
#Arina:hover{
    animation: hoverinA 1s forwards;
}
#Ftou:hover{
    animation: hoverinF 1s forwards;
}
#Etou:hover{
    animation: hoverinE 1s forwards;
}
#Ctou:hover{
    animation: hoverinC 1s forwards;
}

.arinatext{
    font-weight: bolder;
    font-size: 10px;
    background-color: #C0BF32;
    width: 12%;
    height: 20px;
    position: absolute;
    left: 85%;
    top: 30%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    border: 3px solid white;
    z-index: 20;
}
.etext{
    font-weight: bolder;
    font-size: 10px;
    background-color: #32C08D;
    width: 12%;
    height: 20px;
    position: absolute;
    left: 25%;
    top: 30%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    border: 3px solid white;
    z-index: 20;
}
.ftext{
    font-weight: bolder;
    font-size: 10px;
    background-color: #3269C0;
    width: 12%;
    height: 20px;
    position: absolute;
    left: 55%;
    top: 40%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    border: 3px solid white;
    z-index: 20;
}
.ctext{
    font-weight: bolder;
    font-size: 10px;
    background-color: #C06732;
    width: 12%;
    height: 20px;
    position: absolute;
    left: 45%;
    top: -5%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    border: 3px solid white;
    z-index: 20;
}


.maptext{
    position: absolute;
    width: 100%;
    aspect-ratio: 1000/201.99;
}
.maptext>p{
    font-size: 7vw;
    translate: 0 -50%;
    width: 50%;
    left: 10%;
    animation: fade-wipe-in 1s forwards;
    position: absolute;
    font-family: "玉ねぎ楷書体", sans-serif;
}
.hukamidori{
    width: 100%;
    position: absolute;
    animation: fade-wipe-in-top 1s forwards;
}
.kiiro2{
    position: relative;
    padding: 0;
    margin: 0;
    top: 10px;
    width: 100%;
    rotate: 180deg;
}
.kiiro,.orenzi,.ao,.aomidori{
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 99%;
}
.Arina,.Ctou,.Ftou,.Etou,.mogiten{
    position: relative;
    height: 1000px;
    width: 100%;
}
.Arina{
    background-color: #C0BF32;
    width: 100%;
}
.Ctou{
    background-color: #C06732;
    width: 100%;
}
.Ftou{
    background-color: #3269C0;
    width: 100%;
}
.Etou{
    background-color: #32C08D;
    width: 100%;
}



.tenpo_syoukai{
    position: relative;
    width: 100%;
}

.placeTitle{
    position: absolute;
    top: 10%;
    left: 20px;
    font-family: "玉ねぎ楷書体";
    font-size: 8vw;
}

.stageselect{
    -ms-overflow-style: none;
    /*scrollbar-width: none;*/
    position: absolute;
    width: 90%;
    top: 55%;
    left: 50%;
    height: 70%;
    translate: -50% -50%;
    overflow-x: scroll;
}
.stageselect>div{
    width: 1000%;
    height: 100%;
    display: flex;
}
.page{
    width: 9%;
    height: 90%;
    top: 50%;
    margin-left: 30px;
    translate: 0 -50%;
    position: relative;
    box-shadow: 1px 1px 4px 4px #BB8800;
    background-color: #FFFFFF;
}
.omiseName{
    position: relative;
    left: 50%;
    translate: -50% 0;
    font-size: 8vw;
    font-weight: bolder;
    text-align: center;
}
.omiseNameSDG{
    position: relative;
    left: 50%;
    translate: -50% 0;
    font-size: 5vw;
    font-weight: bolder;
    text-align: center;
}
.omisePic {
    position: relative;
    width: 70%;
    left: 50%;
    translate: -50% 0;
}
.omiseName>span,.omiseNameSDG>span{
    font-weight: normal;
    font-size: 4vw;
}

.omisePic>img{
    position: relative;
    left: 50%;
    translate: -50% 0;
    width: 100%;
}
.omiseText{
    font-size: 18px;
    position: relative;
    left: 50%;
    translate: -50% 0;
    width: 90%;
    height: auto;
    /*
    background-color: #FFAAFF;
    */
    white-space: revert;
    line-break: anywhere;
    word-break: break-all;
    overflow-wrap: break-word;
}
.JSmore_show{
    font-size: 18px;
    text-align: center;
    background-color: #DDDDDD;
    margin: 10px;
    padding: 20px;
}
#modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: 30000000;
}
#modal.open{
    display: block;
    opacity: 1;
}
#modal.close{
    display: none;
    opacity: 0;
}
#blackwall{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}
.box_modal{
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: 100%;
    height: 70%;
    background-color: #FFFFFF;
    overflow: scroll;
    white-space: revert;
    text-align: center;
    z-index: 2;
}
#Q1,#Q2,#Q3{
    font-size: 4vw;
    padding: 30px;
    font-weight: bold;
    color: #3D2B17;
}
#A1,#A2,#A3{
    text-align: left;
    width: 90%;
    left: 50%;
    position: relative;
    translate: -50% 0;
}
h5{
    position: absolute;
    left: 15px;
    bottom: -20%;
    font-weight: normal;
    z-index: 1000;
}

@media screen and (min-width: 500px){
    .omisePic>img{
        width: 280px;
    }
}
@media screen and (min-width: 750px){
    h5{
        position: absolute;
        left: 15px;
        bottom: -5%;
        font-weight: normal;
        z-index: 1000;
    }
    #Q1,#Q2,#Q3{
        font-size: 22.5px;
    }
    .box_modal{
        width: 750px;
    }
    .placeTitle{
        font-size: 60px;
    }
    .omisePic,.omisePic>img{
        width: 250px;
    }
    .omiseName{
        font-size: 45px;
    }
    .omiseNameSDG{
        font-size: 35px;
    }
    .omiseName>span,.omiseNameSDG>span{
        font-size: 20px;
    }
    .page{
        width: 500px;
    }
    .omiseText,.omiseName,.omiseNameSDG{
        width: 400px;
    }
}
@media screen and (min-width: 1000px){
    .Arina,.Ctou,.Ftou,.Etou,.mogiten{
        position: relative;
        height: 1500px;
    }
    .page{
        height: 700px;
    }
}







@keyframes fade-wipe-in {
    0%{
        opacity: 0;
        translate: 0 -30%;
    }
    100%{
        opacity: 1;
        translate: 0 -50%;
    }
}
@keyframes fade-wipe-in-top {
    0%{
        opacity: 0;
        translate: 0 -10%;
    }
    100%{
        opacity: 1;
        translate: 0 0;
    }
}
@keyframes hoverinA {
    0%{
        width: 23%;
    }
    100%{
        width: 24%;
    }
}
@keyframes hoverinC {
    0%{
        width: 13%;
    }
    100%{
        width: 14%;
    }
}
@keyframes hoverinE {
    0%{
        width: 27.7%;
    }
    100%{
        width: 28.7%;
    }
}
@keyframes hoverinF {
    0%{
        width: 29.5%;
    }
    100%{
        width: 30.5%;
    }
}