@charset "utf-8";

body{
    background-color:#f1f3f6;
}
.inner{
	max-width:1500px;
    padding:0 20px;
}

/* MEMBER LOGIN
----------------------------------------------------------------------------- */
.member-login{
    max-width:500px;
    width:100%;
    margin:0 auto;
    border:2px solid #16408c;
    background-color:#fff;
}
.member-login-ttl{
    background-color:#16408c;
    color:#fff;
    font-weight:bold;
    padding:10px;
}
.member-loing-main{
    padding:15px;
}
.member-loing-main-error{
    margin:0 0 15px;
    color:#B92323;
    font-weight:bold;
}
.member-loing-main i{
    font-size:20px;
    color:#16408c;
}

/* MEMBER HEADER
----------------------------------------------------------------------------- */
.member-header{
    border-top:3px solid #222;
    display:table;
    width:100%;
    background-color:#fff;
}

.member-header-logo,
.member-header-nav,
.member-header-login{
    display:inline-block;
    float:left;
}

/* logo */
.member-header-logo{
    padding:10px 0;
    margin-right:30px;
}
@media screen and (max-width:768px){
    .member-header-logo{
    float: none;
    width: 100%;
}
}

/* navi */
.member-header-nav{
    
}
@media screen and (max-width:768px){
    .member-header-nav{
        float: none;
        text-align: left;
        margin: 0 auto;
        width: 100%;
    }
}
.member-header-nav ul{
    
}
.member-header-nav ul li{
    position:relative;
    display:inline-block;
    padding:18px 20px;
    min-width:150px;
    cursor:pointer;
    height:60px;
}

/* sub navi */
.member-header-nav-sub{
    display:none;
    background-color:#404349;
    position:absolute;
    z-index:9999;
    top:60px;
    left:0px;
    min-width:200px;
}
.member-header-nav-sub li{
    display:block;
    width:100%;
    border-bottom:1px solid #666;
    padding:0 !important;
}
.member-header-nav-sub li:last-child{
    border-bottom:none;
}
.member-header-nav-sub li a,
.member-header-nav-sub li button{
    color:#fff;
    text-decoration:none;
    width:100%;
    padding:17px;
    display:block;
    background-color:transparent;
    text-align:left;
    border:none;
    font-size:15px;
    font-family:inherit;
    height:60px;
}


/* user */

.member-header-login{
    float:right;
    border-left:1px solid #aaa;
    width:250px;
    height:60px;
    cursor:pointer;
    background-image:url("/common/images/arr_10.png");
    background-repeat:no-repeat;
    background-position:right center;
    position:relative;
    padding:18px 10px;
}
@media screen and (max-width:1000px){
    .member-header-login{
    width: 30%;
    float: none;
    position: absolute;
    top: 0;
    right: 5px;
    border: none;
    padding: 18px 0px;
}
}
.member-header-login .member-header-nav-sub{
    width:270px;
}

/* MEMBER MENU
----------------------------------------------------------------------------- */
.member-menu{
    
}

.member-menu-ttl{
    color:#16408c;
    font-size:18px;
    font-weight:bold;
    margin:0 0 10px;
}

.member-menu ul{
    margin:0 0 30px;
}
.member-menu ul li{
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
}
.member-menu ul li:nth-child(2n+1){
    clear:left;
}
.member-menu ul li a{
    display:block;
    color:#333;
    text-decoration:none;
    width:250px;
    background-color:#fff;
    padding:15px;
    border-bottom:1px solid #ccc;
    background-image:url("/common/images/arr_01.png");
    background-repeat:no-repeat;
    background-position:right 5px bottom 5px;
}


/* PAGE TITLE
----------------------------------------------------------------------------- */
.member-ttl{
    width:100%;
    background-color:#16408c;
    height:60px;
    vertical-align:middle;
}

/* main */
.member-ttl-main{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    display:inline-block;
    vertical-align:middle;
    padding-top:16px;
}

/* btn */
.member-ttl-btn{
    text-align:right;
    float:right;
    display:inline-block;
    padding:10px 0;
    vertical-align:middle;
}

/* 基本
----------------------------------------------------------------------------- */
.member .l-main{
    padding:20px 0;
}

/* 共通パーツ：ボタン
----------------------------------------------------------------------------- */
.btn-member-white,
.btn-member-submit,
.btn-member-cancel{
    border-radius:5px;
    border:none;
    text-align:center;
    padding:10px 15px;
    font-family:inherit;
    text-decoration:none;
    color:#333;
    margin:0 5px;
    min-width:160px;
    display:inline-block;
}

/* 白ボタン（タイトル部分用） */
.btn-member-white{
    background-color:#fff;
}

/* 実行系ボタン */
.btn-member-submit{
    background-color:#16408c;
    color:#fff;
}

/* キャンセル系ボタン */
.btn-member-cancel{
    background-color:#ddd;
}

@media screen and (max-width:768px){
    .btn-member-white,
    .btn-member-submit,
    .btn-member-cancel{
        border-radius:5px;
        border:none;
        text-align:center;
        padding: 5px;
        font-family:inherit;
        text-decoration:none;
        color:#333;
        margin:0 5px;
        min-width: 30px;
        display:inline-block;
    }

    /* 白ボタン（タイトル部分用） */
    .btn-member-white{
        background-color:#fff;
    }

    /* 実行系ボタン */
    .btn-member-submit{
        background-color:#16408c;
        color:#fff;
    }

    /* キャンセル系ボタン */
    .btn-member-cancel{
        background-color:#ddd;
    }
}

/* 共通パーツ：見出し
----------------------------------------------------------------------------- */
.member-list-ttl-main,
.member-edit-ttl-main{
    color:#16408c;
    font-size:18px;
    font-weight:bold;
}
.btn-menu{
   background-color:  #16408c;
   width:30%;
}
btn-submit{
    background-color:  #16408c;
    width:30%;
}

/* 絞込み系
----------------------------------------------------------------------------- */
.member-search{
    border-top:2px solid #16408c;
    background-color:#fff;
    padding:15px;
    margin-bottom:20px;
    display:table;
    width:100%;
}

.member-search-main,
.member-search-sub{
    display:table-cell;
}

.member-search-sub{
    text-align:right;
}
.member-search-main select{
    width:30%;
    display:inline-block;
}

/* 一覧
----------------------------------------------------------------------------- */
.member-list{
    
}

/* ttl */
.member-list-ttl{
    margin:0 0 10px;
    display:table;
    width:100%;
}
.member-list-ttl-main,
.member-list-ttl-sub{
    display:table-cell;
}
.member-list-ttl-sub{
    text-align:right;
}
.member-list-ttl-sub .btn-member-submit{
    min-width:100px;
    padding:5px 10px;
}

/* tbl */
.member-list-tbl table{
    width:100%;
    background-color:#fff;
    margin:0 0 30px;
    font-size:14px;
}

.member-list-tbl table th,
.member-list-tbl table td{
    padding:5px 10px;
    vertical-align:top;
}

.member-list-tbl table thead tr th,
.member-list-tbl table tfoot tr th{
    background-color:#313131;
    color:#fff;
    border-right:1px solid #555;
}
.member-list-tbl table thead tr th:last-child{
    border-right:none;
}

.member-list-tbl table tbody tr:nth-child(2n){
    background-color:#eee;
}

.member-list-tbl table tbody tr td{
    border-right:1px solid #bfbfbf;
}
.member-list-tbl table tbody tr td:last-child{
    border-right:none;
}

/* ボタン調整 */
.member-list-tbl table tbody tr td .btn-member-submit,
.member-list-tbl table tbody tr td .btn-member-cancel{
    min-width:80px;
    padding:3px 5px;
}

/* 編集
----------------------------------------------------------------------------- */
.member-edit{
    
}

/* ttl */
.member-edit-ttl{
    width:100%;
    margin:0 0 10px;
}
.member-edit-ttl-main,
.member-edit-ttl-sub{
    display:inline-block;
}

.member-edit-ttl-sub{
    float:right;
}

/* tbl */
.member-edit table{
    width:100%;
    border-top:2px solid #16408c;
    background-color:#fff;
    margin:0 0 30px;
}

.member-edit table tbody th,
.member-edit table tbody td{
    padding:10px;
}
.member-edit table tbody tr{
    border-bottom:1px solid #ccc;
}
.member-edit table tbody tr:last-child{
    border-bottom:none;
}
.member-edit table tbody tr th{
    background-color:#eee;
    text-align:center;
    width:200px;
    vertical-align:top;
}
.member-edit-prev-btn{
    display: flex;
    justify-content: center;
}
.member-edit-prev-btn p a{
    
    display:inline-block;
    text-align:center;
    width:150px;
    height:40px;
    line-height:40px;
    border:none;
    border-radius:20px;
    margin:0 10px;
    text-decoration:none;
    font-family:inherit;
    font-size:16px;
    color:#fff;
    background-image: -moz-linear-gradient(to right, #0a559f 0%, #48a0d3 50%, #0a559f 100%);
    background-image: -webkit-linear-gradient(to right, #0a559f 0%, #48a0d3 50%, #0a559f 100%);
    background-image: url("/common/images/arr_04.png"),linear-gradient(to right, #0a559f 0%, #48a0d3 50%, #0a559f 100%);
    background-size: 24px auto,200% auto;
    background-position:left 95% center,left center;
    background-repeat:no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.btn-main:hover{
    background-position:left 97% center,right center;
}

/* 定員設定
----------------------------------------------------------------------------- */
.is-capacity table{
    font-size:13px;
}
.is-capacity table th{
    vertical-align:middle;
    padding:2px 10px !important;
}
.member-list-tbl.is-capacity table td{
    text-align:center;
    padding:2px 5px !important;
    vertical-align:middle;
}
.is-capacity table td input{
    padding:0 3px;
    width:60%;
    text-align:center;
}
.is-capacity table td a{
    display:block;
    width:100%;
    border-bottom:1px dotted #aaa;
    text-decoration:none;
    margin:0 0 2px;
}
.is-capacity table tbody tr th{
    border-right:1px solid #888;
}

.is-capacity table tbody tr td{
    border-right:1px solid #aaa;
}
.is-capacity table tbody tr td.is-half{
    border-right:1px dotted #ccc !important;
}


/* 店休日 */
.is-capacity tr.is-holiday th{
    color:#d00;
}

/* 満員セル */
.is-full{
    background-color:#eac2c0;
}

/* 変更セル */
input.is-changed{
    background-color:#faf7d0;
}

/* テーブルホバー */
.is-focus{
    background-color:#c7e8fc;
}

/* 一括入力 */
.member-capacity-all{
    display:inline-block !important;
    padding:6px !important;
    width:40px !important;
    text-align:center;
}
.member-capacity-all-input{
    min-width:60px;
    margin-right:20px;
}

/* 営業日カレンダー
----------------------------------------------------------------------------- */
/* 前月・翌月選択 */
.member-calendar-next,
.member-calendar-prev{
    display:inline-block;
    border:1px solid #aaa;
    background-color:#ddd;
    text-align:center;
    color:#333;
    padding:0 10px;
    margin:0 10px;
    border-radius:3px;
}

/* カレンダー */
.is-calendar table td{
    text-align:center;
}
.is-calendar table th label,
.is-calendar table td label{
    width:100%;
    padding:5px;
}
.is-calendar table th span,
.is-calendar table td span{
    display:block;
    margin:0 auto;
}
.is-calendar table td.is-selected{
    background-color:#f29c9f;
}