@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.shop * {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'MS Pゴシック',sans-serif;
}

/*-------------------------------------------------------------------------
店舗情報
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.shop {
    border       : 1px solid #dcdcdc;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 12px 11px 62px;
}
    /* 見出し */
    .shop__headline {
        height: 76px;
        line-height: 76px;
        background-color: #fe930f;
        padding: 0 18px 0 22px;
        font-size  : 35px;
        font-weight: bold;
        color      : #fff;
        margin: 0 0 8px;
    }
        .shop__headline span {
            float: right;
            font-size  : 15px;
            font-weight: bold;
            color      : #fff;
        }
    .shop-inner {
        padding: 48px 39px 0;
        clear: both;
    }
        .shop-contents {
            margin: -50px 0 50px;
            padding: 50px 0 0;
        }
        .shop-contents:last-child {
            margin: 0;
        }
            /* 見出し */
            .shop-contents__headline {
                line-height: 1;
                border-left: 5px solid #fe4a00;
                margin: 0 0 20px;
                position: relative;
            }
            .shop-contents__headline:before {
                content: "";
                width: 100%;
                height: 3px;
                background-color: #000;
                position: absolute;
                top     : 10px;
                z-index : 0;
            }
                .shop-contents__headline span {
                    font-size  : 21px;
                    font-weight: bold;
                    color      : #000;
                    display: inline-block;
                    padding: 0 16px 0 12px;
                    background-color: #fff;
                    position: relative;
                    z-index : 1;
                }

/*-------------------------------------------------------------------------
店舗情報：ナビゲーション・印刷ボタン
-------------------------------------------------------------------------*/

/* ナビゲーション
--------------------------- */
.shop__nav {
    float: left;
}
    .shop__nav li {
        float: left;
        margin: 0 4px 0 0;
    }
        .shop__nav a {
            display: block;
            width: 83px;
            height: 24px;
            line-height: 23px;
            text-align: center;
            background-color: #656565;
            border-radius: 2px;
            font-size: 14px;
            color    : #fff;
        }
        .shop__nav a:before {
            content: url("/images/icn_arw_under.png");
            display: inline-block;
            margin: 0 3px 0 0;
        }
        .shop__nav a:hover {
            text-decoration: none;
            opacity: .7;
        }

/* 印刷ボタン
--------------------------- */
.shop__printBtn {
    float: right;
}
    .shop__printBtn a {
        width: 83px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        display: block;
        background-color: #eb4a00;
        border-radius: 2px;
        font-size: 14px;
        color    : #fff;
    }
    .shop__printBtn a:before {
        content: url("/images/icn_printer.png");
        display: inline-block;
        margin: 0 6px 0 0;
    }
    .shop__printBtn a:hover {
        text-decoration: none;
        opacity: .7;
    }

/*-------------------------------------------------------------------------
店舗情報：店舗情報
-------------------------------------------------------------------------*/

.shopInfo__img {
    margin: 0 0 22px;
}
    .shopContact__text {
        line-height: 1;
        letter-spacing: .141em;
        font-size  : 16px;
        font-weight: bold;
        color      : #000;
        padding: 0 0 8px;
        margin: 0 0 9px;
        border-bottom: 1px dashed #909090;
    }
    .shopContact-left {
        float: left;
    }
        .shopContact__tel {
            padding: 0 0 0 29px;
            font-size  : 40px;
            font-weight: bold;
            color      : #eb4a00;
            background: url("/images/icn_tel.png") no-repeat 0 center;
            line-height: 1;
        }
        .shopContact__time {
            font-size: 10px;
        }
    .shopContact__request {
        float: right;
    }
        .shopContact__request a {
            width: 239px;
            height: 53px;
            line-height: 53px;
            text-align: center;
            display: block;
            background-color: #e64400;
            border-radius: 2px;
            font-size  : 19px;
            font-weight: bold;
            color      : #fff;
        }
        .shopContact__request a:after {
            content: url("/images/icn_arw_right.png");
            display: inlie-block;
            margin: 0 0 0 11px;
        }
        .shopContact__request a:hover {
            text-decoration: none;
            opacity: .7;
        }

/*-------------------------------------------------------------------------
店舗情報：アクセス
-------------------------------------------------------------------------*/

.shopAccess-traffic {
    margin: 36px 0 10px;
}
    .shopAccess-traffic dt {
        float: left;
    }
    .shopAccess-traffic dd {
        margin: 0 0 0 87px;
    }
.shopAccess-map__print {
    text-align: right;
    margin: 0 0 5px;
}
.shopAccess-map__item {
    border: 3px solid #0a0070;
}

/* 概要
--------------------------- */
.shopSummary th {
    border-bottom: 1px dotted #777;
    width: 86px;
    vertical-align: top;
    text-align: left;
    padding: 10px 0;
}
.shopSummary td {
    padding: 10px 0;
    border-bottom: 1px dotted #bbb;
    box-sizing: border-box;
    width: 512px;
}

/*-------------------------------------------------------------------------
店舗情報：店長からのコメント
-------------------------------------------------------------------------*/

.shopComment__img {
    float: left;
}
.shopComment__comment {
    margin: 0 0 0 344px;
    border: 1px solid #9b9b9b;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 15px;
    min-height: 224px;
    position: relative;
}
.shopComment__comment:before {
    content: url("/images/img_coment_fukidashi.png");
    position: absolute;
    top     : 98px;
    left    : -10px;
}

/*-------------------------------------------------------------------------
店舗情報：店舗写真
-------------------------------------------------------------------------*/

.shopImg__main {
    float: left;
}
    .shopImg__main p {
        width: 458px;
        height: 328px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
        .shopImg__main img {
            max-width: 458px;
            max-height: 328px;
        }
.shopImg-thum {
    float: right;
    width: 132px;
}
    .shopImg-thum li {
        cursor: pointer;
        margin: 0 0 5px;
        height: 106px;
    }
    .shopImg-thum li:last-child {
        margin: 0;
    }
    .shopImg-thum li:hover {
        opacity: .7;
    }
        .shopImg-thum li img {
            width: 132px;
            height: 106px;
        }

/*-------------------------------------------------------------------------
店舗情報：店舗紹介
-------------------------------------------------------------------------*/

.shopIntro-list {
    overflow: hidden;
}
    .shopIntro-list li {
        float: left;
        margin-bottom: 15px;
    }
    .shopIntro-list .left {
        margin-right: 15px;
    }
    .shopIntro__btn--role_type1 {
        width: 100%;
    }
        [class^="shopIntro__btn--"] a {
            display: block;
            width: 100%;
            padding-left: 17px;
            position: relative;
            font-size  : 26px;
            font-weight: bold;
            color      : #fff;
            line-height: 1;
            box-sizing: border-box;
        }
        .shopIntro__btn--role_type1 a {
            height: 53px;
            line-height: 53px;
            background-color: #7a7a7a;
        }
        .shopIntro__btn--role_type2 a,
        .shopIntro__btn--role_type3 a {
            height: 68px;
            margin: 0 0 4px;
            width: 291px;
            padding-top: 15px;
            box-sizing: border-box;
        }
        .shopIntro__btn--role_type2 a { background-color: #ff9900;}
        .shopIntro__btn--role_type3 a { background-color: #ff3300;}

        [class^="shopIntro__btn--"] a:hover {
            text-decoration: none;
            opacity: .7;
        }

        [class^="shopIntro__btn--"] a:after {
            content: url("/images/icn_arw_right_l.png");
            position: absolute;
            top     : 50%;
            right   : 11px;
            margin  : -12px 0 0;
        }
            .shopIntro__btn__en {
                font-size  : 12px;
                font-weight: normal;
                color      : rgba(255,255,255,.5);
            }
            .shopIntro__btn--role_type1 .shopIntro__btn__en {
                display: inline-block;
                margin: 0 0 0 12px;
            }
            .shopIntro__btn--role_type2 .shopIntro__btn__en,
            .shopIntro__btn--role_type3 .shopIntro__btn__en {
                display: block;
                line-height: 1;
                margin: 3px 0 0;
            }
            .shopIntro__minute {
                display: block;
                font-size: 13px;
                color    : #fff;
                height: 24px;
                line-height: 24px;
                background-color: #595959;
                padding: 0 0 0 11px;
            }