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

/* ---------- COMMON ---------- */

body {
    background: /*#c1cecf*/#d6e7e8;
    color: #000000;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
}

/* link */
a{
    color: #00406f;
    text-decoration: none;
}

/* ----- layout ----- */

/* header */
.header_area{
    background: #00406f;
}

.mobi_nav_wrap ul li a{
    color: #e3ad0b;
    font-weight: 600;
    padding-left:26px;
}

.mobi_nav_wrap ul li:nth-child(1){
    background: url("../img/common/icon_home.svg") no-repeat center left;
    background-size: 20px;
}
.mobi_nav_wrap ul li:nth-child(2){
    background: url("../img/common/icon_food.svg") no-repeat center left;
    background-size: 20px;
}
.mobi_nav_wrap ul li:nth-child(3){
    background: url("../img/common/icon_dogrun.svg") no-repeat center left;
    background-size: 20px;
}
.mobi_nav_wrap ul li:nth-child(4){
    background: url("../img/common/icon_collie.svg") no-repeat center left;
    background-size: 22px;
}
.mobi_nav_wrap ul li:nth-child(5){
    background: url("../img/common/icon_contact.svg") no-repeat center left;
    background-size: 20px;
}
.mobi_nav_wrap ul li:nth-child(6){
    background: url("../img/common/icon_shop.svg") no-repeat center left;
    background-size: 20px;
}

/* content */
.page_title{
    margin-right: auto;
    margin-left: auto;
}

.page_title h1{
    background: url("../img/common/bg_title.svg") no-repeat center top;
    color: #00406f;
    font-weight: 600;
    text-align: center;
}

.blog_link{
    background: #ffffff;
    border: solid 1px #00406f;
    border-radius: 10px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

.blog_link a{
    background: url("../img/common/icon_blog_link.png") no-repeat left bottom;
    display: block;
}

/* footer */
.footer_area{
    background: #00406f;
    color: #e3ad0b;
}

.license figure img{
    width: 60px;
}

.license dl{
    line-height: 1.2em;
}

.license dl dt{
    font-weight: 700;
}

.license dl dd{
    font-weight: 600;
}

.links_itms li{
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.links_itms ul li a{
    display: block;
    font-size: 0;
    height: 32px;
    width: 32px;
}

.links_itms ul li:nth-child(1){
    background: url("../img/common/icon_instagram.svg") no-repeat center left;
    background-size: 32px;
}
.links_itms ul li:nth-child(2){
    background: url("../img/common/icon_blog.svg") no-repeat center left;
    background-size: 32px;
}
.links_itms ul li:nth-child(3){
    background: url("../img/common/icon_shop.svg") no-repeat center left;
    background-size: 32px;
}
.links_itms ul li:nth-child(4){
    background: url("../img/common/icon_contact.svg") no-repeat center left;
    background-size: 30px;
}



.links_itms p{
    text-transform: uppercase;
}

/* go top */

.go_top{
    clear: both;
    padding-bottom: 20px;
    text-align: center;
}

.go_top a{
    background: url("../img/common/pagetop.svg") no-repeat top center;
    background-size: 30px;
    color: #e3ad0b;
    font-size: 50%;
    font-weight: 900;
    padding-top: 16px;
    text-transform: uppercase;
    width: 30px;
}

/* ---------- Mobile ---------- */
@media(max-width:737px) {
/* header */
    header p img{
        height: 35px;
        margin: 20px 0 20px 20px;
    }

/* mobi nav */
    .mobi_menu{
        color: #e3ad0b;
        cursor: pointer;
        font-weight: 700;
        height: 20px;
        position: absolute;
        right: 20px;
        text-transform: uppercase;
        top: 34px;
        text-align: right;
        width: 74px;
        z-index: 99;
    }

    .menu__line{
        background: #e3ad0b;
        border-radius: 1px;
        display: block;
        height: 1px;
        position: absolute;
        transition:transform .3s;
        top:6px;
        width: 18px;
    }

    .menu__line--middle{
        top:11px;
    }

    .menu__line--bottom{
        top: 16px;
    }

    .menu__line--top.active{
        top: 11px;
        transform: rotate(45deg);
    }

    .menu__line--middle.active{
        bottom: 0px;
        transform: rotate(135deg);
    }

    .menu__line--bottom.active{
        display: none;
    }

    .mobi_nav{
        background: rgba(0,64,111,0.95);
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 98;
        overflow-y: scroll;
    }

    .mobi_nav_wrap{
        padding-top: 30px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

    .mobi_nav_wrap h3{
        color: #e3ad0b;
        margin-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .mobi_nav_wrap ul{
        border-top: solid 1px #e3ad0b;
    }

    .mobi_nav_wrap li{
        border-bottom: solid 1px #e3ad0b;
    }

    .mobi_nav_wrap li a{
        display: block;
        font-weight: 600;
        padding: 10px 0;
    }

/* content */
    .page_title{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 362px;
    }

    .page_title h1{
        font-size: 115%;
        height: 62px;
        padding-top:50px;
    }

    .blog_link{
        font-size: 80%;
        padding: 10px;
    }

    .blog_link a{
        background-size: 28px;
        height: 26px;
        padding-left: 32px;
        padding-top:2px;
    }

/* footer */
    .license{
        margin-bottom: 15px;
    }

    .license figure{
        padding: 20px 0 15px 0;
        text-align: center;
    }

    .license dl{
        margin-left: auto;
        margin-right: auto;
        width: 11.5em;
    }

    .license dl dt{
        font-size: 80%;
    }

    .license dl dd{
        font-size: 70%;
    }

    .links_itms{
        text-align: center;
    }

    .links_itms ul{
        margin-bottom: 15px;
    }

    .links_itms p{
        font-size: 70%;
        margin-bottom: 20px;
    }
}

/* ---------- SE ---------- */
@media(max-width:374px) {
    .page_title{
        width: 310px;
    }

    .page_title h1{
        font-size: 110%;
        height: 55px;
        padding-top:40px;
    }

    .blog_link{
        font-size: 75%;
        padding:8px 5px;
    }
}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {
/* header */
    header p{
        text-align: center;
    }

    header p img{
        height: 50px;
        margin: 25px 0;
    }

/* mobi nav */
    .mobi_menu{
        display: none;
    }

    .mobi_nav h3{
        display: none;
    }

    .mobi_nav_wrap ul{
        text-align: center;
        padding-bottom: 25px;
    }

    .mobi_nav_wrap ul li{
        display: inline-block;
    }

/* content */
    .page_title{
        margin-top: 50px;
        margin-bottom: 45px;
        width: 558px;
    }

    .page_title h1{
        font-size: 175%;
        height: 88px;
        padding-top:85px;
    }

    .blog_link{
        font-size: 110%;
        padding:10px 20px;
    }

    .blog_link a{
        background-size: 32px;
        height: 29px;
        padding-left: 35px;
        padding-top:3px;
    }

/* footer */
    .license{
        display: table;
        float: right;
        margin-bottom: 15px;
        padding-top:30px;
        width: 275px;
    }

    .license figure{
        display: table-cell;
        padding-right: 15px;
        vertical-align: top;
    }

    .license dl{
        display: table-cell;
        vertical-align: top;
    }

    .license dl dt{
        font-size: 90%;
    }

    .license dl dd{
        font-size: 75%;
    }

    .links_itms{
        float: left;
        padding-top:20px;
        width: 200px;
    }

    .links_itms ul{
        margin-bottom: 10px;
    }

    .links_itms p{
        font-size: 90%;
    }
}
/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){
/* mobi nav */
    .mobi_nav_wrap ul li{
        margin-left: 10px;
        margin-right: 10px;
    }

/* footer */
    .footer_area footer{
        padding-left: 1em;
        padding-right: 1em;
    }
}
/* ---------- PC ---------- */
@media(min-width:1023px){
/* mobi nav */
    .mobi_nav_wrap ul li{
        margin-left: 20px;
        margin-right: 20px;
    }

/* footer */
    .footer_area footer{
        margin-left: auto;
        margin-right: auto;
        width: 920px;
    }
}