@charset "UTF-8";

@media print{

    /*==========================    
    common
    ==========================*/
    @import url("https://use.typekit.net/iyj3bcd.css");
    html {font-size: 62.5%;}
    #shopListMain .spOnly {display: none !important;}
    #shopListMain table,tbody,dl,tr,td,dt,dd,
    #shopDetailMain table,tbody,dl,tr,td,dt,dd{display: block;}
    #Contents {width: 120rem;margin: 0 auto;padding: 0 10rem;}
    #Header,#Foot {display: none;}
    .breadcrumbBlock {display: none;}

    /*==========================
    shopDetail
    ==========================*/
    #shopDetailMain .shopDetail {
        display: block;
    }

    #shopDetailMain .shopDetail_title {
        color: #1c1c1c;
        font-family: minion-pro, serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .05em;
        text-align: center;
        margin-top: 5rem;
        font-size: 3.2rem;
    }
    #shopDetailMain .shopDetail_brandName {
        color: #1c1c1c;
        font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
        letter-spacing: .05em;
        text-align: center;
        margin-top: 2rem;
        font-size: 1.3rem;
    }

    #shopDetailMain .shopImgList {
        display: flex;
        justify-content: center;
        /* flex-wrap: wrap; */
        margin-top: 4rem;
    }
    #shopDetailMain .shopImgList li {
        background-color: #EDEDED;
        border: 1px solid #EDEDED;
        /* width: 49.5rem;
        height: 33rem; */
        width: 100%;
    }
    #shopDetailMain .shopImgList li:nth-of-type(2n) {
        margin-left: 1rem;
    }
    #shopDetailMain .shopImgList li:nth-of-type(n+3) {
        margin-top: 1rem;
    }

    #shopDetailMain .leadText {
        margin-top: 3rem;
        font-size: 1.5rem;
        line-height: 2.4rem;
        text-align: center;
        word-break: break-all;
    }

    #shopDetailMain .shopDetail .shopMap {
        margin: 0;
    }

    #shopDetailMain .shopDetail .shopInformation {
        display: flex;
        justify-content: space-between;
        margin: 10rem 0 0 0;
    }

    #shopDetailMain .shopMapDetail {
        width: 46rem;
        height: 46rem;
    }

    #shopDetailMain .shopInfoDetail {
        width: 50rem;
    }
    
    #shopDetailMain .shop_contents {
        display: flex;
        margin-bottom: 1.5rem;
    }
    #shopDetailMain .shopName {
        font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
        line-height: 1;
        letter-spacing: .05em;
        margin-bottom: 3rem;
        font-size: 2rem;
    }

    #shopDetailMain .routeGuidance {
        border-top: 1px solid #EDEDED;
        margin-top: 2.5rem;
        padding-top: 2.5rem;
    }
    #shopDetailMain .routeGuidance p {
        font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
        line-height: 1.7;
        letter-spacing: .05em;
        font-size: 1.3rem;
    }
    #shopDetailMain .shop_contents img {
        width: auto;
        margin-right: 1.2rem;
    }
    #shopDetailMain .shop_Address img {
        height: 1.5rem;
    }
    #shopDetailMain .shop_OpeningHours img,#shopDetailMain .shop_Tel img,
    #shopDetailMain .shop_Calendar img,#shopDetailMain .shop_Category img {
        height: 1.2rem;
    }
    #shopDetailMain .shop_contents p {
        font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
        font-size: 1.3rem;
        line-height: 1;    
    }
    #shopDetailMain .shop_contents .shopAttentionTxt {
        display: block;
        margin-top: .8rem;
        font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    #shopDetailMain .noticeByShop {
        display: flex;
        align-items: center;
        margin-top: 3rem;
        padding: 3rem;
        background-color: #EFF6FC;
    }
    #shopDetailMain .noticeByShop h4 {
        font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
        font-weight: 600;
        white-space: nowrap;
        padding-right: 2rem;
        font-size: 1.3rem;
    }
    #shopDetailMain .noticeByShop p {
        font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
        line-height: 1.7;
        letter-spacing: .05em;
        padding-left: 2rem;
        font-size: 1.3rem;
        border-left: 1px solid #707070;
    }

    #shopDetailMain .shareBtnMain {
        display: flex;
        justify-content: end;
        margin-top: 1.5rem;
    }
    #shopDetailMain .shareBtn {
        display: flex;
        align-items: center;
    }
    #shopDetailMain .shareByMail {
        margin-left: 2rem;
    }
    #shopDetailMain .shareBtn img {
        width: 3rem;
        height: 3rem;
        margin-right: .8rem;
    }
    #shopDetailMain .shareBtn:hover {
        opacity: .8;
        cursor: pointer;
    }
    #shopDetailMain .shareBtn p {
        font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN','Hiragino Sans', Meiryo, sans-serif;
        letter-spacing: .05em;
        font-size: 1.2rem;
    }

    #shopDetailMain .pageBackBtn a {
        display: block;
        color: #022363;
        font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
        letter-spacing: .05em;
        border: 1px solid #022363;
        text-align: center;
        width: 24rem;
        height: 4.4rem;
        margin: 7rem auto 0;
        font-size: 1.3rem;
        line-height: 4.4rem;
    }
    
}