/***************************************/
/***** スマホ表示表用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%;
/*    font-size:10px;*/
    text-align : center;
}
div#wrap{
    width : 100%;
    margin-left : auto;
    margin-right: auto;
    text-align: left;
    font-size:1.2rem;
/*    font-size:1.6rem;*/
    position: relative;
}
div#wrap_body{
    width: 100%;
    margin-left : auto;
    margin-right : auto;
}
    div#main{
        width: 100%;
        float: none;
    }
    div#sub{
        width: 100%;
        float: none;
    }
        .con{
            padding: 0px;
        }
            .box{
                margin: 0px;
            }

/**** 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.7rem;
}
.entry{
    font-size: 1.6rem;
    color: black;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 5px;
}

/**** タグ ****/
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%;
    height: 50px;
    z-index: 24;
}
div #header a{ 
    color: #FFF;
    text-decoration: none;
    display: block;
}
.padding_hd{
    padding-top: 65px;
}
    .con_header{
        margin-top: 10px;
        margin-left: 0px;
        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;
    }
    .pos_tel{
        position: absolute;
        right: 10px;
    }
div#footer{ 
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 1.0rem;
}
div#footer hr{ 
    width: 100%;
}
div#footer br{ /* mobileは改行 */
    display: block;
}
    .box_footer{
        margin: 5px 0px;
    }


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

/******** インデックスヘッダメニュー ********/

div#index{
    width: 100%;
    margin-left : auto;
    margin-right : auto;
}
nav#menu{
    width: 100%;
    margin-left : auto;
    margin-right : auto;
}
.con_index{
    width:100%;
    padding: 0px;
    float: none;
    text-align: center;
}
.con_menu{
    width: 100%;
    padding: 2px 0px;
    float: none;
}
    .logo img{
        width: 80%;
        margin-bottom: 10px;
    }
    .slider{
        width: 82%;
        height: 25%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 10px;
    }
    .slider img{
        width: 100%;
        height: auto;

    }
    .box_menu{
        width: calc(100%-10px);
        height: 60px;
        border-left: solid 10px #e6b422;
        background-color: #4169e1;
    }
    .box_menu img{
        width: 40px;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        float: left;
    }
        .btn_txt{
            margin-top: 5px;
        }
        .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: 60px;
            display: table;
            text-decoration: none;
            color: #FFF;
        }

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

/******** インデックス ********/
/* 店案内 */

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

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

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

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

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

/*
.party{
    padding: 5px 0px 5px 10px;
}
.wpt_slider{
    width: 85%;
    height: 100%;
}
*/
.tb_plan li{
    float: left;
    border:solid 1px #aaaaaa;
    margin: 1px;
    padding-top: 10px;
    text-align: center;
    min-height: 80px;
}
.p_clm1{
    width: 23%;
}
.p_clm2{
    width: 24%;
}

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

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

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

/******** モーダルウィンドウ ********/
.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: -35%;
    width: 70%;
    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.4rem;
        font-weight: bold;
        color: red;
    }
.btn_modal{
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.modal-window .modal-inner img {

    width : 95%;
}

.modal-window .modal-close {
    display: block; /**右上のcloseボタン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: 71%;
    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: 30px; /*右からのボタンの配置場所を指定*/
    font-size: 1.0rem; /*文字のサイズ*/
}
#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; /*マウスオーバー時の背景色*/
}


