/***************************************/
/*** レスポンシブ表示表用CSSファイル ***/
/***************************************/

/******** ベース設定 ********/
*{
    margin: 0;
    padding: 0;
    color: #777;
    font-family: 'Lato',
                 'Noto Sans JP',
                 '游ゴシック Medium',
                 '游ゴシック体',
                 'Yu Gothic Medium',
                  YuGothic,
                 'ヒラギノ角ゴ ProN',
                 'Hiragino Kaku Gothic ProN',
                 'メイリオ', 
                  Meiryo,
                 'ＭＳ Ｐゴシック',
                 'MS PGothic',
                  sans-serif;
}
body{ 
    font-size:62.5%;
    text-align : center;
}
div#wrap{ 
    width: 100%;
    margin-left : auto;
    margin-right : auto;
    text-align: left;
    font-size: 1.0rem;
    position: relative;
}
div#wrap_body{
    width: 100%;
    min-width: 100%;
    margin-left : auto;
    margin-right : auto;
}
    div#main{
        width: 100%;
        float: none;
    }
    div#sub{
        width: 100%;
        float: none;
    }
        .con{
            padding: 5px;
        }
            .box{
                margin: 10px;
            }

/**** floatの解除 ****/
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix { 
    min-height: 1px; /* IE6、7対策 */
}
* html .clearfix { 
    height: 1px;
    height: auto; /* MAC IE5.x対策 */
    overflow: hidden;
}
.cb{
    clear: both;
}
/**** 改行しない ****/
.nb{
    display: inline;
}
/****  取り消し線 ****/
.del{
  text-decoration: line-through;
}
/**** フォント ****/
.f_blk{
    color: black;
}
.f_red{
    color: red;
}
.f_blu{ 
    color: mediumblue;
}
.f_gry{
    color: lightgray;
}
.f_bb{
    color: black;
    font-weight: bold;
}
.f_sml{
    font-size: 0.8rem;
}
.entry{
    text-align: left;
    font-size: 1.4rem;
    color: black;
}

/**** タグ ****/
ul{ 
    list-style: none;
}
hr{
    background-color: #CCC;
    height: 1px;
    border: none;
    margin: 20px 0px;
}

/******** 共通項目 ********/
div#header{
    background-color: #000;
    box-shadow: 0 2px 8px rgba(30, 30, 80, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1190px;
    height: 55px;
    z-index: 24;
}
div #header a{ 
    color: #FFF;
    text-decoration: none;
    display: block;
}
.padding_hd{
    padding-top: 60px;
}
    .con_header{
        margin-top: 12px;
        margin-left: 10px;
        float: left;
    }
    .con_header li{
        width: 35px;
        float: left;
    }
    .con_header li a{
        display: block;
        text-decoration: none;
    }
    .con_header li a img{
        width: 30px;
    }

div#footer{
    width: 100%;
    min-width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 0.8rem;
}
div#footer hr{ 
    width: 100%;
    min-width: 100%;
}
.box_footer br{ /* mobileは改行 */
    display: none;
}
    .box_footer{
        margin: 5px 10px;
    }

/* 写真&コメント */
.clm{
    margin: 0%;
}
.clm_l{
    width: 40%;
}
.clm_l img{
    width: 95%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}
.clm_r{
    width: 58%;
    float: right;
}
.clm_r a{
    color: red;
}
.img_idx{
    width: 100%;
}

/******** メニュー ********/
div#index{
    width: 100%;
    min-width: 100%;
    margin-left : auto;
    margin-right : auto;
}
nav#menu{
    width: 100%;
    min-width: 100%;
    margin-left : auto;
    margin-right : auto;
}
.con_index{
    width: 95%;
    padding: 5px;
    float: none;
    text-align: center;
}
.con_menu{
    width: 47%;
    padding: 5px;
    float: left;
}
    .logo img{
        width: 80%;
        margin-bottom: 10px;
    }
    .slider{
        width: 95%;
        height: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .slider img{
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .box_menu{
        width: 100%;
        height: 100px;
        border-left: solid 5px #e6b422;
        border-radius: 0px 8px 0px 8px;
        background-color: #4169e1;
    }
    .box_menu img{
        width: 34px;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 10px;
        float: left;
    }
        .btn_txt{
            margin-top: 25px;

        }
        .btn_txt p{
            color: #FFF;
        }
        .btn_eng{
            letter-spacing: 0.1em;
            font-size: 1.4rem;
        }
        .btn_jpn{
            font-size: 0.8rem;
        }
        .btn a{ 
            width: 100%;
            height: 100px;
            display: table;
            text-decoration: none;
            color: #FFF;
        }

/* トコナッツTV用 */
    .box_tv{
        border-left: solid 5px #e6b422;
        background-color: #ff6666;
    }

/******** インデックス ********/

/* 店案内 */

/* トピック */
    .tpc_if{
        width: calc(100%-5px);
        margin: 10px;
        padding: 10px 10px;
        background: white;
/*        border-left: solid 5px #707070;*/
        border-left: solid 5px #FF6347;
        box-shadow: 0 3px 5px rgba(30, 30, 30, 0.3)
    }
    .tpc_if li a{
        color: #FF0000;
    }
    .tpc_ev{
        width: calc(100%-5px);
        margin: 10px;
        padding: 10px 10px;
        background: white;
        border-left: solid 5px #4169e1;
/*        border-left: solid 5px #707070;*/
        box-shadow: 0 3px 5px rgba(30, 30, 30, 0.3)
    }
    .tpc_ev li a{
        color: #FF0000;
    }

/******** アーティスト ********/

/******** フード&ドリンク ********/

/******** 料金システム ********/

/******** パーティー ********/

.tb_plan li{
    display: table-cell;
    float: left;
    border:solid 1px #aaaaaa;
    margin: 0px;
    padding-top: 10px;
    text-align: center;
    min-height: 50px;
}
.p_clm1{
    width: 25%;
}
.p_clm2{
    width: 24%;
}

/******** アクセス ********/
.iframe{
    width: 95%;
    height: 300px;
    margin: 10px;
}
.mv_access{
    width: 450px;
    height: auto;
    margin: 10px;

}
/******** TV ********/

/******** SNS ********/
.sns li{
    margin-right: 5px;
    float: left;
}
.sns li img{
    width: 40px;
}
/******** サブ ********/
/* FB */
.fb{
    text-align: center;
}
/* イベント */
.event img{
    width: 49%;
    margin-bottom: 10px;
    float: left;
}
/* リンク */
.link img{
    width: 98%;
    margin-bottom: 10px;
}

/******** モーダルウィンドウ ********/
.modal-window {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    top: 0px;
    left: 0%;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    line-height: 1.3;
    display: none\9;
    text-align: center;
}
.modal-window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.is-active.modal-window {
    display: block\9;
}
.modal-window:target {
    display: block\9;
}
.modal-window .modal-inner {
    position: absolute;
    padding: 10px;
    top: 20px;
    left: 50%;
    z-index: 20;
    margin-left: -20%;
    width: 40%;
    overflow-x: hidden;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    text-align: center;
}
.modal-inner{ 
    text-align: left;
}
.txt_modal{
    padding: 0 10px;
    font-size: 1.0rem;
    text-align: left;
}
    .modal_title{
        font-size: 1.2rem;
        font-weight: bold;
        color: red;
    }
.btn_modal{
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.modal-window .modal-inner img {
    width : 100%;
    margin-right: 8px 0px;
}

.modal-window .modal-close {
    display: block;
    text-indent: -100px;
    overflow: hidden;
}

.modal-window .modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
/***************************/
.modal-window .modal-close:after {
    display: none; /**右上のcloseボタンblock**/
    content: '\00d7';
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 20;
    margin-left: 190px;
    background: #fff;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 1.2em;
    text-decoration: none;
    text-indent: 0;
}
    .modal-window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
/******** ページスクロール ********/

/* パソコン・スマホ共通のCSS */
#scroll_top { 
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -30px; /*下からのボタンの配置場所を指定*/
    right: 50px; /*右からのボタンの配置場所を指定*/
    font-size: 13px; /*文字のサイズ*/
}
#scroll_top a { 
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    /*background: #00bfff;*/ /*ボタンの背景色*/
    background: #4169e1; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/

    width: 100px; /*ボタンの幅*/
    height: 30px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
#scroll_top a:hover { 
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

