@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */
/* title */
.page_title {
    background-image: url("../img/dog-run/bg_title_dog-run.png");
    background-repeat: no-repeat;
}

/* intro */
.intro{
    background-image: url("../img/dog-run/bg_intro.jpg");
    background-repeat: no-repeat;
}

.intro p{
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    font-weight: 600;
}

/* info */
.info dl dt{
    font-weight: 600;
}

.info dl dd a{
    color: #000000;
}

.bnnr_area{
    background-image: url("../img/dog-run/bg_info.png");
    background-repeat: no-repeat;
}

/* photos */
.photos h2{
    background-image: url("../img/common/bg_title_sub.svg");
    background-repeat: no-repeat;
    background-position: center top;
    color: #00406f;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.photos li{
    display: inline-block;
    list-style: none;
    margin: 5px;
}

/* map */
.map iframe{
    width: 100%;
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {
/* title */
    article{
        margin-bottom: 40px;
    }

    .page_title {
        background-position: right 60px top 65px;
        background-size: 240px;
    }

/* intro */
    .intro{
        margin-bottom: 30px;
        background-position: right -120px bottom;
        padding:20px 10px;
        background-size: 850px;
    }

    .intro p{
        padding: 15px 10px;
        font-size: 80%;
        line-height: 1.5em;
    }

/* info */
    .info{
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 30px;
    }

    .info figure{
        margin-bottom: 25px;
        text-align: center;
    }

    .info figure img{
        width: 200px;
    }

    .info dl{
        margin-left: auto;
        margin-right: auto;
        width: 228px;
    }

    .info dl dt,
    .info dl dd{
        margin-bottom: 2px;
    }

    .info dl dd{
        font-size: 85%;
    }

    .bnnr_area{
        background-position: right bottom 10px;
        background-size: 30px;
        padding-top:35px;
        height: 50px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
    }

    .blog_link{
        width: 255px;
    }

/* photos */
    .photos{
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 30px;
    }

    .photos h2{
        height: 43px;
        margin-bottom: 20px;
        padding-top: 20px;
        width: 312px;
    }

    .photos ul{
        margin-left: auto;
        margin-right: auto;
        width: 340px;
    }

    .photos li img{
        width: 100px;
    }

    .gmaps{
        margin-top: 15px;
        text-align: center;
    }

    .gmaps a{
        background: #00406f;
        border-radius: 5px;
        color: #e3ad0b;
        display: block;
        font-size: 85%;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 0;
        width: 160px;
    }

}

/* ---------- SE ---------- */
@media(max-width:374px) {
    .page_title {
        background-position: right 48px top 52px;
        background-size: 220px;
    }

    .intro{
        background-position: right -160px bottom;
    }

    .bnnr_area{
        background-position: right bottom 18px;
        background-size: 25px;
        height: 46px;
        width: 280px;
    }

    .blog_link{
        width: 240px;
    }

    .photos h2{
        height: 45px;
        padding-top: 15px;
        width: 300px;
    }

    .photos ul{
        width: 225px;
    }
}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {
/* title */
    .page_title {
        background-position: right 95px top 98px;
        background-size: 376px;
    }

/* intro */
    .intro{
        background-size: cover;
        background-position: right bottom;
        margin-bottom: 45px;
        padding:50px 0;
        position: relative;
        width: 100%;
    }

    .intro p{
        margin-left: auto;
        margin-right: auto;
        padding: 25px 40px;
        width: 570px;
    }

/* info */
    .info{
        margin-bottom: 40px;
    }

    .address{
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 532px;
    }

    .info figure{
        display: table-cell;
        vertical-align: top;
    }

    .info figure img{
        width: 230px;
    }

    .info dl{
        display: table-cell;
        vertical-align: top;
        width: 260px;
    }

    .info dl dt{
        font-size: 145%;
        line-height: 1.5em;
        margin-bottom: 15px;
    }

    .info dl dd{
        margin-bottom: 5px;
    }

    .bnnr_area{
        background-position: right bottom 20px;
        background-size: 36px;
        padding-top: 52px;
        height: 56px;
        margin-top: -28px;
        margin-left: auto;
        margin-right: auto;
        width: 430px;
    }

    .blog_link{
        width: 350px;
    }

/* photos */
    .photos h2{
        font-size: 150%;
        height: 62px;
        margin-bottom: 40px;
        padding-top: 40px;
        width: 542px;
    }

    .photos ul{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .gmaps{
        display: none;
    }

}
/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){
/* title */
    article{
        margin-bottom: 40px;
    }

/* info */
    .info{
        margin-left: 1em;
        margin-right: 1em;
    }

/* photos */
    .photos ul{
        width: 700px;
    }
}
/* ---------- PC ---------- */
@media(min-width:1023px){
/* title */
    article{
        margin-bottom: 60px;
    }

/* info */
    .info{
        margin-left: 1em;
        margin-right: 1em;
    }

/* photos */
    .photos ul{
        width: 830px;
    }
}