@charset "UTF-8";
/* CSS Document */
/*===================================================
    スマホ用土台作成用CSS
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/
html,body {
    min-width: 0;
}

body {
    font-size: 14px;
}

/* マウスオーバーのスタイル */
a:hover {
    text-decoration: none!important;
    opacity: 1!important;
    -ms-filter: "alpha(opacity=100)"!important;
}

/* 改行 */
.spBreak {
    display:block;
}

/*//////////////////////////////////////////////////
    Base layout
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    ヘッダー(header)
-------------------------------------------------- */
header {
    padding: 0 10px;
    text-align: center;
}
    header .headTop p {
        display: inline-block;
        line-height: 50px;
    }
    header .headTop p img {
        margin-right: 10px;
    }
    header .headTop p span {
        width: 185px;
        font-size: 11px;
    }
/* --------------------------------------------------
    flow
-------------------------------------------------- */
#flowList {
    background: #e5f2fb;
}
#flowList ul {
    max-width: 300px;
}
#flowList ul:before {
    top: 15px;
}
#flowList ul li {
    display: table;
    width: 40px;
    height: 35px;
    padding:0;
}
#flowList ul li + li {
    margin-left: 10px;
}
    #flowList ul li p {
        display: table-cell;
        vertical-align: middle;
    }
    #flowList ul li p em {
        padding: 0;
        font-size: 10px;
        background: none;
    }
    #flowList ul li p span {
        display: none;
    }
#flowList ul li.current {
    width: 50px;
    padding: 0 5px;
    text-align: left;
    line-height: 1.3;
    background: #a8dcff;
}
    #flowList ul li.current p {
        padding-top: 3px;
    }
    #flowList ul li.current p em {
        display: none;
    }
    #flowList ul li.current p span {
        display: block;
        color: #004896;
    }

/* --------------------------------------------------
    モーダルウインドウ
-------------------------------------------------- */
.modalContent {
    width: 95%;
    padding: 70px 20px 40px;
}
.modalContent .btnSubmit {
    width: 270px;
    height: 45px;
    line-height: 45px;
}
.modalContent #btnCancel {
    width: 140px;
    height: 40px;
    padding-left: 1.2em;
    font-size: 14px;
    line-height: 40px;
}
/* --------------------------------------------------
    フッター(footer)
-------------------------------------------------- */
footer .logo span {
    width: 220px;
    font-size: 11px;
    line-height: 25px;
}

/*//////////////////////////////////////////////////
    TOP
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    kv
-------------------------------------------------- */
#top #kv {
    margin-bottom: 50px;
    height: 385px;
    background: url("../image/top/sp/kv_bg.png") bottom no-repeat;
    background-size: cover;
}
    #top #kv > div {
        position: relative;
        padding: 55px 10px 0;
        background: none;
    }
    #top #kv > div:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        width: 293px;
        height: 161px;
        margin: 0 auto;
        background: url("../image/top/sp/kv_shop.png") no-repeat;
        background-size: 293px auto;
    }
        #top #kv .kvBox {
            width: 100%;
        }
            #top #kv .kvBox h1 {
                font-size: 30px;
            }
            #top #kv .kvBox h1 + p {
                width: 100%;
                max-width: 300px;
                line-height: 40px;
            }
                #top #kv .kvBox h1 + p a {
                    font-size: 14px;
                }
#top #kv .dogcat {
    display: none;
}

/* --------------------------------------------------
    ご予約までの流れ
-------------------------------------------------- */
#top #flow > div {
    padding: 25px 20px 40px;
}
    #top #flow h2 {
        top: -13px;
        font-size: 19px;
    }
#top #flow .stepList li + li {
    margin-top: 30px;
}
#top #flow .stepList dl {
    padding: 0 10px;
}
#top #flow aside {
    padding: 0 10px;
}
#top #flow aside p {
    margin-left: 0;
}

/* --------------------------------------------------
    店舗リストから店舗を選
-------------------------------------------------- */
#top #shopList {
    margin-bottom: 40px;
}
#top #shopList #areaSelect {
    padding: 20px 20px 10px;
}
    #top #shopList #areaSelect ul {
        margin: 0;
    }
        #top #shopList #areaSelect ul li {
            width: 48%;
            margin: 0;
            padding: 10px 0;
        }
        #top #shopList #areaSelect ul li:first-child {
            padding: 0 0 10px 0;
        }
        #top #shopList #areaSelect ul li:nth-child(n+4){
            padding: 5px 0 10px;
        }
        #top #shopList #areaSelect ul li:nth-child(3),
        #top #shopList #areaSelect ul li:nth-child(6){
            width: 100%;
        }

/* --------------------------------------------------
    店舗情報一覧
-------------------------------------------------- */
#top #shopList h3 {
    margin-bottom: 20px;
}
#top #shopList #areaBox > section + section {
    margin-top: 40px;
}
#top #shopList #areaBox dl {
    padding: 20px 10px;
}
    #top #shopList #areaBox dl dt {
        margin-bottom: 5px;
    }
    #top #shopList #areaBox dl dd > p {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
    }
    #top #shopList #areaBox dl dd > ul {
        float: none;
        width: 100%;
        text-align: left;
    }
        #top #shopList #areaBox dl dd > ul > li {
            width: auto;
            min-width: 135px;
            font-size: 13px;
        }
        #top #shopList #areaBox dl dd > ul > li + li {
            margin-left: 5px;
        }
            #top #shopList #areaBox dl dd > ul > li span {
                margin-right: 5px;
            }

/*//////////////////////////////////////////////////
    予約画面
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    メイン
-------------------------------------------------- */
/*お申込み内容*/
.applyBox {
    padding: 20px 10px;
    background-size: 49px auto;
}
    .applyBox table th,
    .applyBox table td {
         padding: 10px;
    }
    .applyBox table th {
        width: 90px;
    }
    .applyBox table td span {
        display: block;
        margin-left: 0;
    }

/*青背景の注意文言*/
.cautionBlue {
    padding: 20px 30px;
}
/*グレー背景の注意文言*/
.cautionGrey {
    padding: 20px 30px;
}
/* --------------------------------------------------
    入力
-------------------------------------------------- */
/* 次へ進む
--------------------------------------*/
.btnSubmit {
    width: 100%;
    max-width: 300px;
}
/* 前へ戻る
--------------------------------------*/
.btnBack {
    width: 140px;
}
/* --------------------------------------------------
    STEP1
-------------------------------------------------- */
#step1 {
    min-height: 0;
}
/*お客様選択*/
#step1 .reserve .selectForm > dt + dd .radioBox li {
    line-height: 60px;
}
#step1 .reserve .selectForm > dt + dd .radioBox li + li {
    margin-top: 15px;
}
/*来店予約のお客様*/
#step1 .reserve .selectForm #coming {
    display: none;
    width: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
#step1 .reserve .selectForm #coming.show {
    display: table;
}
    #step1 .reserve .selectForm #coming > dl {
        display: table-cell;
        width: 50%;
        text-align: center;
    }
    #step1 .reserve .selectForm #coming > dl + dl {
        border-left: 1px solid #cccccc;
    }
        #step1 .reserve .selectForm #coming > dl > dt {
            padding: 20px 0;
            font-weight: bold;
            background: url("../image/common/pattern_paw.png") #f4f4f4;
        }
        #step1 .reserve .selectForm #coming > dl > dd {
            padding: 10px 10px 0 10px;
        }

    #step1 .reserve .selectForm .category .radioBox li + li {
        margin-top: 10px;
    }
    /*来店予約ボタン*/
    #step1 .reserve .selectForm .category .radioBox .radioComingReservation label {
        height: 100px;
        padding-top: 70px;
        background: url("../image/step/shop_icon.png") center 15px no-repeat;
        background-size: 56px auto;
    }
    #step1 .reserve .selectForm .category .radioBox .radioComingReservation input[type="radio"]:checked + label {
        background: url("../image/step/shop_icon.png") center 15px no-repeat #a8dcff;
        background-size: 56px auto;
    }
    /*ご契約済みのお客様*/
    #step1 .reserve .selectForm #coming .radioBox li dl {
        padding: 10px;
    }
    #step1 .reserve .selectForm #coming .radioBox .radioPetReservation dl {
        background: url("../image/step/dogcat_icon.png") center 40px no-repeat;
        background-size: 80px auto;
    }
    #step1 .reserve .selectForm #coming .radioBox .radioPetReservation input[type="radio"]:checked + dl {
        background: url("../image/step/dogcat_icon.png") center 40px no-repeat #a8dcff;
        background-size: 80px auto;
    }
    #step1 .reserve .selectForm #coming .radioBox .radioOptionReservation dl {
        background: url("../image/step/option_icon.png") center 40px no-repeat;
        background-size: 46px auto;
    }
    #step1 .reserve .selectForm #coming .radioBox .radioOptionReservation input[type="radio"]:checked + dl {
        background: url("../image/step/option_icon.png") center 40px no-repeat #a8dcff;
        background-size: 46px auto;
    }
         #step1 .reserve .selectForm #coming .radioBox li dl dt {
            margin-bottom: 55px;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
            background: #e5f2fb;
         }
            #step1 .reserve .selectForm #coming .radioBox li dl dt span {
                font-weight: normal;
            }
        #step1 .reserve .selectForm #coming .radioBox li dl dd {
            font-size: 13px;
        }
/*イベント参加予約のお客様*/
#step1 .reserve .selectForm #event {
    display: block;
    width: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
    #step1 .reserve .selectForm #event > dl > dt {
        padding: 20px 0;
        font-weight: bold;
        text-align: center;
        background: url("../image/common/pattern_paw.png") #f4f4f4;
    }
    #step1 .reserve .selectForm #event > dl > dd {
        padding: 10px 10px 0 10px;
    }
        #step1 .reserve .selectForm #event .radioBox li dl dt {
            width: 200px;
            margin: 0 auto 10px;
            font-size: 14px;
        }

/*モーダルウインドウ*/
#step1 #modalConfirm {
    height: 90%;
    max-height: 370px;
}
#step1 #modalConfirm .ttl {
    text-align: center;
}
    #step1 #modalConfirm .ttl strong {
        font-size: 17px;
    }
#step1 footer {
    position: static;
}
/* --------------------------------------------------
    STEP2
-------------------------------------------------- */
#step2 .dateBox .head,
#step2 .dateBox .foot {
    padding: 10px 5px;
}
#step2 .dateBox .next,
#step2 .dateBox .prev {
    width: 85px;
    height: 75px;
}
#step2 .dateBox ul li,
#step2 .dateBox ul li.prevM,
#step2 .dateBox ul li.prevW,
#step2 .dateBox ul li.nextM,
#step2 .dateBox ul li.nextW {
    width: 85px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
#step2 .dateBox .prev li {
    float: none;
    margin-right: 0;
}
#step2 .dateBox .prev li + li {
    margin-top: 10px;
}
#step2 .dateBox .next li {
    float: none;
    margin-left: 0;
}
#step2 .dateBox .next li + li {
    margin-top: 10px;
}
#step2 .dateBox h2 {
    line-height: 70px;
}

/*カレンダー*/
 #step2 .dateBox table thead th {
    width: 12%;
    font-size: 11px;
 }
 #step2 .dateBox table thead th:first-child {
    width: auto;
 }
    #step2 .dateBox table thead th span {
        font-size: 12px;
    }
#step2 .dateBox table tbody th {
    font-size: 15px;
}
/* --------------------------------------------------
    STEP3
-------------------------------------------------- */
#step3 .privacy .policy {
    height: 388px;
    padding: 55px 15px;
}
    #step3 .privacy h2 + p {
        margin-bottom: 30px;
    }
    #step3 .privacy section + section {
        margin-top: 30px;
    }
#step3 .agreement {
    padding: 15px 0 10px;
}

/* --------------------------------------------------
    STEP4
-------------------------------------------------- */
#step4 .formBox h2 {
    font-size: 20px;
}
#step4 .formBox > dl > dt {
    position: relative;
    padding: 15px 10px 15px 60px;
    background: url("../image/common/pattern_paw.png") #f4f4f4;
    background-size: 49px auto;
}
    #step4 .formBox > dl > dt em {
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        width: 40px;
        height: 20px;
        margin: auto 0;
        font-family: 'Noto Sans Japanese';
        font-weight: 500;
        line-height: 20px;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        background: #ff0000;
    }
    #step4 .formBox > dl > dt em.any {
        background: #7d7d7d;
    }
    #step4 .formBox > dl > dt em + span {
        font-family: 'Noto Sans Japanese';
        font-weight: 500;
        font-size: 13px;
    }
    #step4 .formBox > dl > dt span + span {
        display: block;
        font-size: 11px;
    }
#step4 .formBox > dl > dd {
    padding: 10px;
}
    #step4 .formBox > dl > dd aside {
        margin-bottom: 10px;
    }
    #step4 .formBox > dl > dd aside p {
        font-size: 11px;
    }
    #step4 .formBox .numList li input {
        margin: 0 5px;
    }

/* セミナー
--------------------------------------*/
#step4 #seminar h2 {
    margin-bottom: 10px;
    font-size: 20px;
}
#step4 #seminar h2 + p {
    display: none;
}
    #step4 #seminar > dl > dt {
        position: relative;
        padding: 10px 20px 10px 40px;
    }
        #step4 #seminar > dl > dt span {
            position: absolute;
            top: 10px;
            left: 20px;
            margin-right: 0;
        }
    #step4 #seminar > dl > dd {
        padding: 10px 15px;
    }
    #step4 #seminar .checkBox li {
        display: block;
        width: 100%;
    }
    #step4 #seminar .checkBox li + li {
        margin: 10px 0 0 0;
    }
    #step4 #seminar div.checkBox {
        padding: 0;
    }
    #step4 #seminar .checkBox span {
        padding-left: 10px;
    }
/* --------------------------------------------------
    STEP5
-------------------------------------------------- */
#step5 .applyBox + section table th {
    width: 110px;
}
#step5 .applyBox .comment tr,
#step5 .applyBox .comment th,
#step5 .applyBox .comment td {
    display: block;
    width: 100%;
}
#step5 .applyBox .comment th {
    text-align: center;
}
#step5 .cautionBlue {
    padding: 25px 15px;
}

/* --------------------------------------------------
    STEP6
-------------------------------------------------- */
#step6 {
    min-height: 0;
}
#step6 .complete {
    padding: 40px 10px;
}
    #step6 .complete h1 {
        margin-bottom: 40px;
        font-size: 22px;
    }
    #step6 .complete h1 + p {
        margin: 0 auto 40px;
    }
    #step6 .complete .telBox {
        padding: 10px;
    }
#step6 footer {
    position: static;
}











