@charset "UTF-8";
/* CSS Document */
#sidenavi .navi li:nth-child(2) a{
    background-color: #e98097;
}

#detail .map iframe{
    width: 100%;
    height: 40em;
    border-radius: 1em;
}
#detail .map p{
    text-align: right;
    padding-top: 0.6em;
}
#detail .map p span{
    font-size: 1.8rem;
    vertical-align: sub;
}
#detail .arealist{
    text-align: justify;
    padding: 5em 0 10em 0;
}
#detail .arealist h3{
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1.5em;
}
#detail .arealist ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5%;
}
#detail .arealist li{
    width: 18.5%;
    margin: 0 1.5% 0.7em 0;
    background-color: #6fa7d3;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 0.5em;
    padding: 0.3em 0;
}


@media only screen and (max-width: 768px) {
    
#detail .map iframe{
    height: 20em;
}

#detail .arealist{
    padding: 3em 0 1em 0;
}
#detail .arealist h3{
}
#detail .arealist ul{
    margin-right: -2.3%;
}
#detail .arealist li{
    width: 31%;
    margin: 0 2.3% 0.7em 0;
}
    
}