@charset "utf-8";
@import url("spot_info_common.css");
/*--inn.css--*/
/* ##########PC########## */
.spot_detail_box > .box_header{
    background: #be402e;
}

.spot_detail_box > .box_header .links ul li a{
    color: #be402e;
}

/*エリア情報*/
.inn_area_map{
    position: relative;
    padding: 5.875rem 0 9.5rem 0;
    margin-bottom: 3rem;
}

.inn_area_map::before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #e1f4fa;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}

.inn_area_map::after{
    content: "";
    display: block;
    width: 120rem;
    height: 6.5rem;
    background: url(../shared/fig_footer.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 60rem);
    z-index: 1;
}

.inn_area_map_inner{
    position: relative;
}

.inn_area_map_inner::after{
    content: "";
    display: block;
    width: 45.5rem;
    height: 35rem;
    background: url(../shared/fig_areamap_02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10rem;
    left: calc(50% + 18.5rem);
    z-index: 1;
}

.page_body .inn_area_map h2{
    margin: 0 0 3rem 0;
    padding-top: 2.5rem;
    position: relative;
}

.page_body .inn_area_map h2::after{
    content:"";
    display: block;
    width: 10rem;
    height: 1rem;
    background: url(../shared/sub/lbl_line_bluegreen.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(50% - 5rem);
}

.page_body .inn_area_map h2 .lbl_ja{
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2rem;
    color: #222;
    text-align: center;
    margin-bottom: 0.5rem;
}

.page_body .inn_area_map h2 .lbl_en{
    display: block;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    color: #469da5;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;
    text-align: center;
}

.inn_area_map_inner .area_map_img{
    width: 45rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.inn_area_map_inner .area_map_img li{
    display: block;
    width: 22.2%;
    height: 3.5%;
    position: absolute;
}

.inn_area_map_inner .area_map_img li.link_sujiyu{
    width: 22.2%;
    height: 3.5%;
    top: 81.7%;
    left: 17.5%;
}
.inn_area_map_inner .area_map_img li.link_housenji{
    width: 16.2%;
    height: 3.5%;
    top: 35.9%;
    left: 6%;
}
.inn_area_map_inner .area_map_img li.link_choujabaru{
    width: 20.2%;
    height: 3.5%;
    top: 84.6%;
    left: 63.5%;
}
.inn_area_map_inner .area_map_img li.link_yutubo{
    width: 22.2%;
    height: 3.5%;
    top: 75.6%;
    left: 17.5%;
}
.inn_area_map_inner .area_map_img li.link_ukenoguchi{
    width: 15.2%;
    height: 3.5%;
    top: 56%;
    left: 34.5%;
}
.inn_area_map_inner .area_map_img li.link_ryumon{
    width: 16.2%;
    height: 3.5%;
    top: 5.5%;
    left: 32%;
}
.inn_area_map_inner .area_map_img li.link_kyusuikei{
    width: 15.2%;
    height: 3.5%;
    top: 50.3%;
    left: 34.5%;
}

.inn_area_map_inner .area_map_img li a{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #1267a1;
    transition: .3s all ease;
    border-radius: 0.1rem;
}

.inn_area_map_inner .area_map_img li a:hover{
    opacity: 0.1;
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .inn_area_map{
        padding: 2.875rem 0 5rem 0;
    }

    .inn_area_map::after{
        width: 100vw;
        left: calc(50% - 50vw);
        bottom: 0;
        height: 3rem;
        background-position: center bottom;
    }

    .page_body .inn_area_map h2{
        margin-bottom: 2rem;
        padding-top: 1.5rem;
    }

    .page_body .inn_area_map h2 .lbl_ja{
        font-size: 1.8rem;
    }

    .inn_area_map_inner .area_map_img{
        width: auto;
    }


}


/* ##########印刷用########## */
@media print{

}