@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
    background-image: url(../img/bg_comm_wood.jpg);
    background-repeat: repeat-y;
}

body,
td,
th,
dd,
dt {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7em;
    color: #888;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.7rem;
    color: #26A4F4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

ul {
    list-style-type: none;
}

h2 {
    display: block;
    width: 1000px;
    height: 45px;
    text-indent: -20000em;
}

h3 {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

hr {
    margin: 40px 0;
    border-bottom: 1px solid #ddd;
}

div {
    display: block;
}

img.photo {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

img.photo1 {
    float: right;
    margin: 0 0 0px 30px;
}

img.photo2 {
    margin: 20px 30px 30px 0px;
}

img.photo3,
img.photo4 {
    margin: 0px 30px 30px 0px;
}

img.photo5 {
    margin: 0px 0px 30px 0px;
}

img.photo6 {
    float: left;
    margin: 0px 20px 20px 0px;
}

img.irex {
    margin: 10px 0px 40px 10px;
}

img.photo7,
img.photo8 {
    float: left;
    margin: 0px 20px 20px 0px;
}

img.photom {
    float: left;
    margin: 0px 20px 20px 0px;
}

.clearFix::after {
    clear: both;
    display: block;
    content: '';
}

div.frame {
    margin: 0 auto;
    padding: 30px 0px;
    width: 1020px;
    background: url(../img/bg_comm_paper_up.png) no-repeat;
}

div.innerFrame {
    padding: 0px 10px;
    width: 1000px;
    background: url(../img/bg_comm_paper.png) repeat-y;
}

div.section {
    padding: 30px 30px 30px 30px;
    width: 940px;
}

.top10px {
    margin-top: 10px;
}

@media (max-width: 1019px) {
    html {
        font-size: 60%;
    }

    h2 {
        display: block;
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
    }

    h3 {
        padding: 0 20px;
    }

    div.frame {
        box-sizing: border-box;
        padding: 57px 0 55px 0;
        width: 100%;
        background: none;
    }

    div.innerFrame {
        box-sizing: border-box;
        padding: 0px 10px;
        width: 100%;
        background: url(../img/bg_comm_paper.png) repeat-y;
        background-size: 100% auto;
    }

    section {
        padding: 15px 0px;
    }

    div.section {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }

    hr {
        margin: 20px 0;
    }

    img.photo {
        display: block;
        margin: 15px auto;
        width: 90%;
        height: auto;
    }

    img.photo1,
    img.photo6,
    img.photom,
    img.photo7,
    img.photo8 {
        float: none;
    }

    img.photo2 {
        width: 75%;
        height: auto;
    }

    img.photo3,
    img.photo5 {
        float: left;
        width: 60%;
        height: auto;
    }

    img.photo4 {
        float: right;
        width: 60%;
        height: auto;
    }

    img.irex {
        display: block;
        margin: 15px auto;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Header

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

header.largeHeader {
    display: block;
    width: 1000px;
    height: 545px;
    padding-top: 123px;
    background: url(../img/header.png) no-repeat;
}

header.largeHeader nav {
    display: block;
    width: 1000px;
    height: 45px;
    background: url(../img/bg_navi_wood.png) no-repeat;
}

header.largeHeader nav ul {
    margin-left: 213px;
}

header.largeHeader nav li {
    display: inline;
}

header.largeHeader div#news {
    width: 292px;
    padding: 0px 10px 0px 698px;
    height: 500px;
    background: url(../img/head_photo.jpg) no-repeat;
    overflow: hidden;
}

header.largeHeader div.fixed {
    width: 292px;
    background: url(../img/mini_open.png) no-repeat;
    padding: 30px 0px 10px 0px;
    font-size: 1.5rem;
    text-align: right;
}

header.largeHeader hr {
    border-top: dotted #999 1px;
}

header.largeHeader div.fixed span.price {
    font-weight: bold;
    color: #d00;
}

header.largeHeader span.blogDate {
    font-size: 1.2rem;
}

.largeHeader ul#feeds,
ul#rss-items {
    margin: 10px;
}

.largeHeader .rss-item {
    margin-bottom: 5px;
}

.largeHeader .rss-date {
    font-size: 1.2rem;
}

.toTop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9800;
}

.narrowHeader,
.spHeadPhoto {
    display: none;
}

.sns {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.sns li+li {
    margin-left: 30px;
}

@media (max-width: 1019px) {
    header.largeHeader {
        display: none;
    }

    .narrowHeader {
        display: block;
        width: 100%;
        position: fixed;
        background: url(../img/bg_comm_paper.png) repeat-y;
        background-size: 100% auto;
        z-index: 9000;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    }

    .headerTop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 15px;
    }

    .headerTop img {
        width: auto;
        height: 46px;
    }

    .headerTop i {
        font-size: 30px;
    }

    /*#mainmenu {
        display: none;
    }*/
    .spHeadPhoto {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .toTop {
        right: 10px;
        bottom: 40px;
    }

    .toTop img {
        width: 40px;
        height: 40px;
    }

    #humberger {
        display: block;
    }

    .gnavi {
        display: none;
        position: fixed;
        z-index: 10000;
        top: 57px;
        left: 0;
        width: calc(100% - 40px);
        padding: 0 20px 20px 20px;
        background: rgba(255, 255, 255, 0.9);
    }

    .gnavi a {
        text-decoration: none;
        color: #888;
    }

    .gnavi ul {
        display: block;
        margin-bottom: 20px;
    }

    .gnavi ul li {
        font-size: 1.8rem;
        padding: 10px;
        border-bottom: 1px dotted #000;
    }

    .gnavi .center_buttton {
        text-align: center;
    }

    .gnavi i {
        margin-right: 5px;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Footer

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

footer.largeFooter {
    padding-top: 40px;
    background: url(../img/bg_comm_paper_down.png) no-repeat;
    text-align: center;
    color: #ddd;
    font-size: 1.4rem;
}

footer.narrowFooter {
    display: none;
}

#narrowCopyright {
    display: none;
}

@media (max-width: 1019px) {
    footer.largeFooter {
        display: none;
    }

    footer.narrowFooter {
        display: block;
        width: 100%;
        padding: 5px 0;
        position: fixed;
        bottom: 0;
        background: url(../img/bg_comm_paper.png) repeat-y;
        background-size: 100% auto;
        z-index: 5000;
        box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.25);
    }

    footer.narrowFooter p {
        text-align: center;
        font-size: 1.4rem;
    }

    #narrowCopyright {
        display: block;
        text-align: center;
        padding: 15px 0;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Information

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#secInfo h2#h2Info {
    background: url(../img/h2_information.png) no-repeat;
}

#secInfo p.intro {
    font-size: 1.8rem;
    line-height: 1.8em;
}

#secInfo div.special {
    width: 450px;
    margin-right: 40px;
    float: left;
}

#secInfo div.specialRight {
    margin-right: 0;
}

#secInfo div.special h3 {
    background-color: #F99;
    font-size: 1.6rem;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
}

#secInfo div.special h3.pickup {
    background: url(../img/info/pickup.png) no-repeat #F90;
}

#secInfo div.itemPhotos {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#secInfo div.items {
    width: 220px;
    margin: 10px;
    text-align: center;
}

#secInfo div.items h3 {
    background-color: #F99;
    font-size: 1.6rem;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
}

@media (max-width: 1019px) {
    #secInfo div.special {
        width: 100%;
    }

    #secInfo div.special h3.pickup {
        padding-left: 50px;
    }

    #secInfo div.itemPhotos {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Calender

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#secCal h2#h2Cal {
    background: url(../img/h2_calender.png) no-repeat;
}

#secCal iframe {
    width: 100% !important;
    height: 500px !important;
}

@media (max-width: 1019px) {
    .calenderAtten {
        width: 100%;
        margin-top: 15px;
    }

    #secCal iframe {
        height: 350px !important;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Menu

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#secMenu h3 {
    border-bottom: 1px dotted #666;
}

#secMenu h2#h2Menu {
    background: url(../img/h2_menu.png) no-repeat;
}

#secMenu ul {
    width: 760px;
    margin: 10px 0px;
}

#secMenu .course li {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.menuOption {
    width: 760px;
    margin: 0px 90px;
}

#secMenu table {
    border-spacing: 0px;
    width: 740px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
}

#secMenu table th {
    text-align: right;
    padding: 10px;
    border-bottom: solid 1px #999;
}

#secMenu table th#dogs {
    width: 280px;
    text-align: center;
}

#secMenu table th#shanpooCourse {
    width: 180px;
}

#secMenu table th#cutCourse {
    width: 180px;
}

#secMenu table td {
    text-align: right;
    padding: 5px;
    border-bottom: dashed 1px #999;
}

#secMenu table td.center {
    text-align: center;
}

#secMenu ul.optionMenu {
    list-style-type: square;
    padding-left: 2em;
    margin-bottom: 40px;
}

@media (max-width: 1019px) {
    .menuOption {
        width: 100%;
        margin: 0px;
    }

    #secMenu ul {
        width: 100%;
        margin: 10px 0px;
    }

    #secMenu table {
        width: 100%;
        margin: 10px 0 30px 0;
    }

    #secMenu ul.optionMenu {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 40px;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Access

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#secAccess h2#h2Access {
    background: url(../img/h2_access.png) no-repeat;
}

.accessmap {
    margin: 0px 30px 0px 0px;
    float: left;
}

#secAccess table {
    border-spacing: 0px;
    width: 410px;
    margin-top: 20px;
}

#secAccess table tr:nth-child(2n+1) {
    background-color: #FFF2E6;
}

#secAccess table th,
#secAccess table td {
    padding: 3px 5px;
    color: #333;
    text-shadow: none;
}

#secAccess table th {
    width: 150px;
    border-right: 1px dotted #666;
}

@media (max-width: 1019px) {
    .accessmap {
        width: 100%;
        height: auto;
        float: none;
    }

    #secAccess table {
        border-spacing: 0px;
        width: 100%;
        margin-top: 20px;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Gallery

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#secGallery h2#h2Gallery {
    background: url(../img/h2_gallery.png) no-repeat;
}

#secGallery hr {
    border-top: 1px dotted #666;
    margin: 10px 0px;
}

#secGallery ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#secGallery .pics {
    width: 220px;
    height: 220px;
    margin-bottom: 30px;
}

#secGallery .pics img {
    top: 0;
    left: 0;
}

@media (max-width: 1019px) {
    #secGallery ul {
        width: 235px;
        margin: 0 auto;
    }

    #secGallery .pics {
        width: 110px;
        height: 110px;
        margin-bottom: 15px;
    }

    #secGallery .pics img {
        width: 110px;
        height: 110px;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			Only SP

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#secBlog,
#secSNS {
    display: none;
}

@media (max-width: 1019px) {

    #secBlog,
    #secSNS {
        display: block;
    }

    #secBlog h2#h2Blog {
        background: url(../img/h2_blog.png) no-repeat;
    }

    #secSNS h2#h2SNS {
        background: url(../img/h2_SNS.png) no-repeat;
    }

    .rss-items {
        list-style: square;
        margin-left: 2rem;
    }

    .rss-item {
        margin-bottom: 5px;
    }

    .fb-like-box iframe {
        display: block;
        margin: 0 auto;
    }
}