@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*メニューバー
---------------------------------------------------------------------------*/
#shop .shop_current a {
    background-color: #45270d;
    color: #fff;
}

/*共通
---------------------------------------------------------------------------*/
#shop .shop_speech,
#shop .shop_info {
    margin-top: 4%;
    overflow: hidden;
}

/*h2 title
---------------------------------------------------------------------------*/
#shop .type2 {
    background: url(../images/shop_link_image.jpg) no-repeat center center/cover;
    margin-bottom: 4%;
}

/*ご挨拶
---------------------------------------------------------------------------*/
/*#shop .shop_speech .photo {
    height: 300px;
    padding: 0px !important;
    border: none;
}*/

#shop .shop_speech h3 {
    margin-bottom: 20px;
    font-size: 160%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 0.2em;
    border-bottom: none;
}

#shop .shop_speech h3:first-letter {
    border-left: none;
    padding-left: 0;
}

#shop .shop_speech p {}

/*アクセス
---------------------------------------------------------------------------*/
#shop .shop_access h4 {
    color: #8a0c0c;
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#shop .shop_access .transport .transport_list {
    margin-bottom: 1%;
}

#shop .shop_access .transport h5 {
    background-color: #dbd2d1;
    color: #450d1e;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

/*アクセスmap
---------------------------------------------------------------------------*/
#shop .shop_access .access_map .btArea {
    width: 30%;
    margin: 2% auto 4% auto;
    min-width: 250px;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

    /*ご挨拶
---------------------------------------------------------------------------*/
    #shop .shop_speech .photo {
        float: none;
        display: block;
        width: 80%;
        height: 200px;
        margin: 20px auto;
    }

    /*アクセスmap
---------------------------------------------------------------------------*/
    #shop .shop_access .access_map iframe {
        height: 65vw;
    }
}

/* 予約 */
.reserve_txt {
display: inline-block;    
}
.reserve_txt::before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
padding: 0 0.2em;
font-weight: bold;
padding-left: 0.5em;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
    #shop .shop_info .ta3 th {
        width: 25%;
    }
}
