@charset "utf-8";
/* CSS Document */
.map_wrap{
    margin: 50px auto;
    text-align: center;
    width: 90%;
    max-width: 552px;
    position: relative;
    height: auto;
}
.map_wrap img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
ul.map_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.map_list> li {
    display: inline-block;
    position: absolute;
    list-style-type: none;
    width: 5%;
}
ul.map_list li > a > span.icon{
    width: 100%;
    display: block;
    position: relative;
}
ul.map_list li > a > span.icon > img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
ul.map_list li > a {
    position: relative;
    text-decoration: none;
    color: #555555;
}
ul.map_list li > a > span.icon > p.name{
    position: absolute;
    padding: 2%;
    box-sizing: border-box;
    border: solid 1px #959595;
    background: rgba(255,255,255,0.8);
    font-size: 14px;
    border-radius: 2px;
    padding-top: 3px;
}
@media screen and (max-width: 552px) {
    ul.map_list  li > a > span.icon > p.name{
        font-size: 2.4vw;
    }
}
ul.map_list > li.beniya > a > span.icon > p.name,
ul.map_list > li.beniya_kawadoko > a > span.icon > p.name{
    box-sizing: border-box;
    border: solid 1px #c50000;
}
/*べにや*/
ul.map_list > li.beniya {
    list-style-type: none;
    right: 56%;
    top: 60%;
}
ul.map_list > li.beniya > a > span.icon >p.name{
    right: 90%;
    top: 5%;
    width : -webkit-calc(14px*6) ;
    width : calc(14px*6) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.beniya > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*6) ;
        width : calc(2.6vw*6) ;
        min-width: 60px;
    }
}
/*べにやの川床*/
ul.map_list > li.beniya_kawadoko {
    list-style-type: none;
    left: 44.5%;
    top: 61.5%;
}
ul.map_list > li.beniya_kawadoko a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*7) ;
    width : calc(14px*7) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.beniya_kawadoko > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*7) ;
        width : calc(2.6vw*7) ;
        min-width: 65px;
    }
}
/*貴船口*/
ul.map_list > li.kibuneguchi {
    list-style-type: none;
    left: 52%;
    top: 88%;
}
ul.map_list > li.kibuneguchi a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*4) ;
    width : calc(14px*4) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.kibuneguchi > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*4) ;
        width : calc(2.6vw*4) ;
        min-width: 38px;
    }
}
/*貴船口駅*/
ul.map_list > li.kibuneguchieki {
    list-style-type: none;
    left: 48%;
    top: 80%;
}
ul.map_list > li.kibuneguchieki a > span.icon > p.name{
    right: 90%;
    top: 5%;
    width : -webkit-calc(14px*5) ;
    width : calc(14px*5) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.kibuneguchieki > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*5) ;
        width : calc(2.6vw*5) ;
        min-width: 48px;
    }
}
/*烏帽子岩*/
ul.map_list > li.eboshiiwa {
    list-style-type: none;
    left: 41%;
    top: 54%;
}
ul.map_list > li.eboshiiwa a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*5) ;
    width : calc(14px*5) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.eboshiiwa > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*5) ;
        width : calc(2.6vw*5) ;
        min-width: 48px;
    }
}
/*鞍馬寺西門*/
ul.map_list > li.kuramaderanishimon {
    list-style-type: none;
    left: 39%;
    top: 47%;
}
ul.map_list > li.kuramaderanishimon a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*6) ;
    width : calc(14px*6) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.kuramaderanishimon > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*6) ;
        width : calc(2.6vw*6) ;
        min-width: 56px;
    }
}
/*貴船神社・本宮*/
ul.map_list > li.kibunejinnjya_honnmiya {
    list-style-type: none;
    left: 22%;
    top: 40%;
}
ul.map_list > li.kibunejinnjya_honnmiya a > span.icon > p.name{
    right: 90%;
    top: 5%;
    width : -webkit-calc(14px*7) ;
    width : calc(14px*7) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.kibunejinnjya_honnmiya > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*7) ;
        width : calc(2.6vw*7) ;
        min-width: 72px;
    }
}
/*貴船神社・中宮*/
ul.map_list > li.kibunejinnjya_nakamiya {
    list-style-type: none;
    left: 24%;
    top: 24%;
}
ul.map_list > li.kibunejinnjya_nakamiya a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*11) ;
    width : calc(14px*11) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.kibunejinnjya_nakamiya > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*11) ;
        width : calc(2.6vw*11) ;
        min-width: 100px;
    }
}
/*相生の杉*/
ul.map_list > li.aioinosugi {
    list-style-type: none;
    left: 28%;
    top: 19%;
}
ul.map_list > li.aioinosugi a > span.icon > p.name{
    right: 90%;
    top: 5%;
    width : -webkit-calc(14px*5) ;
    width : calc(14px*5) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.aioinosugi > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*5) ;
        width : calc(2.6vw*5) ;
        min-width: 48px;
    }
}
/*思ひ川*/
ul.map_list > li.omoigawa {
    list-style-type: none;
    left: 20%;
    top: 14.5%;
}
ul.map_list > li.omoigawa a > span.icon > p.name{
    right: 90%;
    top: 5%;
    width : -webkit-calc(14px*4) ;
    width : calc(14px*4) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.omoigawa > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*4) ;
        width : calc(2.6vw*4) ;
        min-width: 48px;
    }
}
/*つつみが岩*/
ul.map_list > li.tsutsumigaiwa {
    list-style-type: none;
    left: 30%;
    top: 14%;
}
ul.map_list > li.tsutsumigaiwa a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*6) ;
    width : calc(14px*6) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.tsutsumigaiwa > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*6) ;
        width : calc(2.6vw*6) ;
        min-width: 56px;
    }
}
/*つつみが岩*/
ul.map_list > li.kibunejinnjya_okumiya {
    list-style-type: none;
    left: 33%;
    top: 8%;
}
ul.map_list > li.kibunejinnjya_okumiya a > span.icon > p.name{
    left: 90%;
    top: 5%;
    width : -webkit-calc(14px*8) ;
    width : calc(14px*8) ;
}
@media screen and (max-width: 552px) {
    ul.map_list  li.kibunejinnjya_okumiya > a > span.icon > p.name{
        font-size: 2.4vw;
        width : -webkit-calc(2.6vw*8) ;
        width : calc(2.6vw*8) ;
        min-width: 72px;
    }
}
/*シングルページ*/
.kanko_headerarea{
    padding: 50px 0 50px 0;
    box-sizing: border-box;
    border-bottom: solid 1px #000000;
}
.kanko_headerarea h2{
    font-size: 36px;
    width: 90%;
    max-width: 800px;
    font-weight: normal;
    margin: 0 auto;
}
.kanko_headerarea h2 span{
    font-size: 20px;
    width: 90%;
    max-width: 800px;
    display: block;
}
.kanko_wrap h3{
    font-size: 24px;
    width: 90%;
    max-width: 800px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.kanko_wrap section{
    width: 100%;
    padding: 50px 0 50px 0;
    box-sizing: border-box;
    border-bottom: solid 1px #cccccc;
}
.kanko_wrap section p{
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}
.kanko_wrap section > img{
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px auto;
    display: block;
}
.kanko_wrap section > :last-child{
    margin-bottom: 0;
}
.kanko_wrap .img_box{
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px auto;
    display: block;
}
.kanko_wrap .img_box img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.kanko_wrap .img_flex{
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 90%;
    margin: 0 auto 30px auto;
}
.kanko_wrap .img_flex div{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kanko_wrap .img_flex div img{
    margin: 0;
}

@media screen and (max-width: 480px) {
    .kanko_headerarea{
        padding: 30px 0 30px 0;
        box-sizing: border-box;
        border-bottom: solid 1px #000000;
    }
    .kanko_headerarea h2{
        font-size: 24px;
        width: 90%;
        font-weight: normal;
        margin: 0 auto;
    }
    .kanko_headerarea h2 span{
        font-size: 16px;
        width: 90%;
        display: block;
    }
    .kanko_wrap h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .kanko_wrap section{
        width: 100%;
        padding: 30px 0 30px 0;
        box-sizing: border-box;
        border-bottom: solid 1px #cccccc;
    }
    .kanko_wrap section p{
        width: 90%;
        max-width: 800px;
        margin: 0 auto 15px auto;
        font-size: 14px;
    }
    .kanko_wrap .img_flex{
        display: block;
        justify-content: space-between;
        max-width: 800px;
        width: 90%;
        margin: 0 auto 15px auto;
    }
    .kanko_wrap .img_flex div{
        width: 100%;
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }
}