@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap');*/
 body{  margin:0;
        overflow-y: scroll;
        line-height: 1.4;
        -webkit-text-size-adjust: none;
 }

*{
    box-sizing: border-box;
}

ul{
    list-style:none;
    padding:0;
}

section{
    margin-right:auto;
    margin-left:auto;
}

section h2{
    font-size:28px;
    font-weight: 700;
    margin-bottom:20px;
    letter-spacing:2px;
    text-align:center;
    color:#000;
}

 #mail_form{
    margin: 0 auto;
 }

#mail_form #main{
    max-width:720px;
    margin:0 auto;
  }

#mail_form form{
    width:100%;
    max-width: 640px;
    margin: 0 auto;
 }

.table-title{
    font-size:24px;
    font-weight: 700;
    margin-bottom:10px;
    text-align:center;
    display: inline-block;
}


#mail_form .toroku-table th.first-head{
    width:200px;
    }

#mail_form .form-message{
    margin-top:0;
    margin-bottom:5px;
    width:500px;
    line-height: 1.1;
}


/*予約登録フォーム*/
#regist-form .form_contents{
    padding:0;
}


#page-title{
    text-align:center;
    font-size:24px;
    letter-spacing: 2px;

}

#page-title span {
    display: inline-block;
    padding: 15px 25px;
    background-color: #2593d8;
    color: #fff;
    line-height: 1;

    
}

.btn:hover{
    cursor: pointer;
    opacity: .8;
}

.suggest-list{
    padding-left:0;
    list-style:none;
    margin-top:20px;
}

.suggest-list a:hover{
/*    color:#4775c0;*/
    text-decoration: underline;
}

/*登録ボタン設定*/
.submit-btn.btn{
    width: 200px;
    padding: 15px 0;
    font-size: 16px;
    box-shadow: inherit;
    background: none;
    border:none;
    background-color:#00992A;
    color:#fff;

}


.correct-btn.btn{
    width: 200px;
    padding: 15px 0;
    font-size: 16px;
    box-shadow: inherit;
    background: none;
    background-color:gray;
    color:#fff;
    }

.billing-address-list,.address-list{
    padding:10px 0;
}

.billing-address-list dt,.address-list dt{
    font-weight: 700;
    padding-bottom:3px;
    }

.billing-address-list dd:not(:last-child),
.address-list dd:not(:last-child){
    margin-bottom:10px;
}

/*ヘッダー*/
header{
    width:100%;
    background-color: #fff;
    box-shadow:2px 2px 4px #dedede;
    text-align:center;
}

#header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:1000px;
    margin:0 auto;
    padding:20px 10px;
}

#mail_form #header-inner{
   width:850px;
   justify-content: center;
}

#page-title{
   width:100%;
    max-width:960px;
    margin:0 auto;
    font-size:24px;
    color:#000;
}

.login{
    float:right;
    margin-top:50px;
    margin-right:20px;
    font-size:14px;
}

/*ナビメニュー*/
nav{
    width:100%;
    border:1px solid #dedede;
    box-shadow: 0 4px 10px 0 rgb(40 49 53 / 20%);
}

.nav-list{
    max-width:1000px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
}

.nav-list-item{
    position: relative;
    z-index: 2;
}

.nav-list-item a{
    display: inline-block;
    padding:25px;
    font-size:16px;
    font-weight: 700;
}

.nav-list-item a:hover{
    background-color:#2493d8;
    color:#fff;
}

.sub-nav{
    position: absolute;
    top:100%;
    left:0;
    background-color: rgba(0,0,0,.9);
    display: none;
}

.sub-nav li{
    width:300px;
}

.sub-nav li a{
    color:#fff;
    display: block;
    padding:15px 20px;
    font-size:15px;
    border-bottom:1px solid rgba(255,255,255,.3);
    border-top:1px solid transparent;
    }

.sub-nav li a:hover{
    text-decoration: none;
    /*font-weight: 300;*/
    border-color:transparent;
    /*opacity: .8;*/
}

.btn.control{
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  /*padding:3px 5px;*/
  font-size:12px;
  /* color: #000; *//*12/7に訂正予定*/
}

.btn.control:hover {
cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

main{
    clear:left;
    width:100%;
}



.form-message{
    width:100%;
    /*max-width:500px;*/
    padding:40px 0 20px 0;
    color:#000;
    margin:15px auto;
    /*background-color: #fff;*/
    text-align:center;
    font-weight: 700;
    font-size:20px;
    padding:10px;
}

.form-message.input-error{
    width:500px;
    margin:30px auto 0px auto;
    color:rgba(255,0,0,.8);
    background-color:#ffffed;
    border:1px solid rgba(255,0,0,.5);
}

.form-message.thanks{
    width:100%;
    max-width:650px;
    margin:0 auto 20px auto;
    font-size:16px;
    background-color:inherit;
    text-align:left;
}

/*会員登録ページのヘッダー指定*/
#mail_form form{
    /*width:960px;*/
    background-color:#fff;
    /*border-radius:10px;*/
    margin:0 auto 70px auto;
    /*box-shadow: 4px 4px 4px #dedede;*/
/*    padding-bottom:20px;*/
}


/*会員サイトページ、管理者サイトージのヘッダー指定*/
#mail_form .logo-area{
   width:30%;
}

.logo-area{
    width:26%;
}


.title-area{
    width:55%;
}

#mail_form .title-area{
   width:60%;
}

#mail_form .title-area h1{
   margin:0;
   padding-left:20px;
}

.title-area h1{
    font-size:24px;
    font-weight: 700;
    text-align:center;
    letter-spacing: 1px;
    line-height: 1.35;
}

.site-tile-particular{
    font-size:28px;
    color:#00992A;
}

.site-icon{
    position: relative;
    top:-3px;
    display: inline-block;
    padding:5px 10px;
    background-color: #333;
    margin-left:10px;
    font-size:14px;
    color:#fff;
    font-weight: normal;
    letter-spacing: 0;
}

.account-area{
    width:22%;
    font-size:14px;
}

.account-area:after{
    content:"";
    clear: both;
    display: block;

    }

.account-inner{
    float:right;
    text-align:left;
    font-size:12px;
}

.account-inner .btn{
    margin:5px 0 0 0;
    padding-top:5px;
    padding-bottom:5px;
    /*color: #000;*/ /*12/7に訂正予定*/
}
/*テーブル設定*/
table{
   width: 100%;
   margin:0 auto;
   border-collapse:collapse;
   border-spacing: 0;
   font-size:13px;
   table-layout: fixed;
   word-break: break-all;
   word-wrap: break-all;
}

table tr {
    background-color: #fff;
}

table th,table td {
  padding:14px 10px;
  font-weight: 300;
  word-break: all;
  vertical-align: middle;
  border:1px solid #9d9d9d;
}

.table-green th{
    background-color:#e2ffd1;
    font-weight: bold;
    padding:20px 10px;
}

.table-green td,.table-blue td,.table-gray td{
    padding:10px;
}

.table-blue th,.table-gray th{
    background-color: #deedff;
    font-weight: bold;
    padding:12px 10px;
}

.bihin-member-table,.bihin-result-table{
    margin:0;
    width:inherit;
}

.bihin-member-table td{
    padding-left:20px;
    padding-right:20px;
}

.table-gray th{
background-color: #e9e9e9;
}


th.first-head{
    background-color:#c2d8f1;
    font-weight: 700;
    color: #333;
}

/*備品登録テーブル*/
#bihin-touroku .bihin-table-area{
    display: flex;
    align-items: flex-start;
    clear:both;
}

.bihin-touroku-table td{
    padding: 20px 10px;
}

.bihin-touroku-table th{
    font-weight: bold;
    font-size:14px;
}

.bihin-touroku-table th{
    font-weight: bold;
    font-size:14px;
}

.bihin-touroku-table th,.bihin-touroku-table td,.bihin-gaichu-table th,.bihin-gaichu-table td{
    border:none;
}

.bihin-touroku-table_left{
    width:400px;
    margin:0;
    font-weight: bold;
}

.bihin-touroku-table_left td{
    font-weight: bold;
}

.bihin-touroku-table_right{
    width:600px;
    margin:0;
    font-weight: bold;
}

.bihin-touroku-table_right td{
   padding: 12px 0;
}

.bihin-result-table {
    float:right;
    margin-top:15px;
}

.bihin-result-table th,.bihih-gaichu-table th{
    width:100px;
    font-size:16px;
    font-weight:bold;
}

.bihin-result-table td,.bihin-gaichu-table td{
    width:200px;
    font-weight: bold;
    text-align: center;
    font-size:16px;
    padding:0 10px;
}

.bihin-gaichu-table td,.gaichu-table td{
    vertical-align: top;
}





/*ソート記号の設定*/
.sort-column{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort-icon-area{
    display:flex;
    flex-direction: column;
}

.sort-btn{
    position: relative;
    background-color: transparent;
    color:#0343ab;
}

.sort-btn:hover{
    cursor: pointer;
    color: #ff2172;
}

.sort-btn_asc{
    top: 2px;
}

.sort-btn_desc{
    bottom: 2px;
}

.sort-btn.active{
    color: #ff2172;
}

.toroku-table th.first-head{
    width:325px;
    text-align:right;
    padding-right: 30px;
    }

th.second-head{
    background-color:#eff6ff;
    padding:12px 15px;
    font-weight: 700;
    color: #333;
    text-align:center;
}

.toroku-table th.second-head{
    width:325px;
    text-align:right;
     padding-right:15px;
}

.toroku-table{
    /*font-size:14px;*/
    /*border:1px solid red;*/
}

.toroku-table .first-head > th{
    
}


tr.border-bold{
    border-top: 3px solid #4775c0;
}

.twohead{
    padding:5px 10px;
}

.operation-list{
    list-style: none;
    padding:0;
}

.operation-list li{
    /*padding-bottom:5px;*/
    text-align: center;
}

.operation-list li a,
.registryfile_upload_text{
    text-decoration:underline;
    color:#2493d8;
}

table input[type="radio"]{
    display: inline-block;
    padding-right:0px;
    margin:0;
}

table input[type="text"],textarea,select{
    border: 1px solid #ccc;
    width: 100%;
    padding: 12px 8px;
    background: #fff;
    border-radius: 5px;
    height:100%;
    font-family: sans-serif;
    /*color: #000; *//*12/7に訂正予定*/
}

input[type="text"],textarea{
    font-size: 14px;
}


input[type="checkbox"]{
    position: relative;
    top:-2px;
    width:20px;
    height:20px;
    margin-right:5px;
}

::placeholder {
  color:#a2a2a2;
 font-size:14px;
 letter-spacing: -1px;
}

.hissu,.any,.timeout-icon{
    display:inline-block;
    margin-left:5px;
    background-color:#00992A;
    color:#fff;
    font-size:12px;
    border-radius:4px;
    width:45px;
    padding:2px;
    text-align:center;
    letter-spacing: 1px;
}

.any{
    background-color:#a2a2a2;
    /*font-weight: 700;*/
}

.timeout-icon{
    display: inline-block;
    background-color: #ff0000cc;
    padding:5px 2px;
    width:80px;
    margin:0 5px 0 15px;
}

.formbox{
    border:1px solid #dfdfdf;
    width:100%;
    padding:10px 12px;
    background:#fff;
    font-size:16px;
    border-radius: 5px;
}

.hissu{
    background-color: #f7143c;
}

#js_reserve_time_outSelect{
    display: none;
    
    margin-top:10px;
}

#reserve_time_outSelect_area{
    border:2px solid #dedede;
    padding:10px;
    border-radius:5px;
    margin-top:10px;
    /*width:100px;*/
}
.radio-list li{
    display: inline-block;
    margin-right:15px;
}

.radio-list input[type="radio"]{
    position: relative;
    display: inline-block;
    width: 20px;
    padding-right:5px;
    margin:0;
    top:-1px;
}

/*一覧テーブルの作成*/
.summary-table{
    margin:0 auto;
}

.summary-table th.first-head{
     font-size:12px;
     background-color: #deedff;
}

.summary-table th.second-head{
     width:200px;
     background-color:#eff6ff;
}

.detail-table.member-detail th.first-head{
    width:300px;
}

/*//詳細テーブルの作成*/
.detail-table{
    margin:0 auto;
    width:100%;
    max-width: 1200px;
    /*table-layout: inherit;*/
    margin-bottom:40px;
}

.detail-table th.first-head{
     width:200px;
     background-color: #deedff;
}

.detail-table th.second-head{
     width:200px;
     background-color:#eff6ff;
}

.reserve-data_midashi{
    padding:15px;
    background-color: #deedff;
    text-align: center;
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
}

.ryoukin-table td{
    height:55px;
    font-size:15px;
    font-weight: bold;
}

.bash-area.reserve-data_midashi{
    align-items: center;
    text-align: center;
}

.bihin-table-area{
    display: flex;
    margin-bottom: 20px;
}

.bihin-table{
    margin-right:10px;
    font-size: 12px;
}

.bihin-table th{
 width:180px;
 padding:5px 10px;
 text-align:left;
 height:25px;
 line-height:1;
}

.bihin-table td{
 width:35px;
 padding:5px 10px;
 text-align: center;
 height:25px;
 line-height:1;
}

.gaichu-table{
    font-size: 12px;
}

.gaichu-table th{
    font-weight: bold;
    padding:5px 10px;
    height:25px;
    line-height: 1;
}

.gaichu-table td{
    padding:5px 10px;
    

}

#js_member_detail{
    position: absolute;
    display: block;
    width:100%;
    bottom:0;
    left:0;
    padding:10px;
    background-color:#4775c0;
    color:#fff;
    text-align:center;
}

#js_member_detail:hover{
    cursor: pointer;
}

#reserve-edit .member-detail,#reserve-detail .member-detail{
    display: none;
}

/*//会員詳細テーブル*/
.detail-table.member-detail{
    max-width:1000px;
}

.bash-area-child.control-area{
    text-align:right;
}

.btn-area.one{
   margin-top:30px;
   text-align: center;
}

.btn-area.some{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-area.some .btn{
    margin:0 20px;
}

.error-txt{
    color:red;
    text-align:left;
    letter-spacing: -.5px;
    font-size:14px;
    margin:0;
    margin-top:5px;
}

.edit-thanks.form-message{
width:640px;
margin:0 auto;
font-weight: 700;
text-align:center;
font-size:18px;
}

.edit-thanks.form-message a{
    display: inline-block;
    padding-top:5px;
    font-size:18px;
    color:green;
    text-decoration: underline;
}

.admin-memo,.comment{
    white-space:pre-wrap;
}

 .btn-area{
    margin-top:30px;
    text-align: center;
 }

 .NG_company{
    display: inline-block;
    background-color: red;
    color:rgba(255,255,255,.95);
    font-size: 11px;
    padding:5px;
    min-width:60px;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: 2px;
    text-align: center;
}

.yugu_company{
    display: inline-block;
    background-color:#0343ab;
    color:rgba(255,255,255,.95);
    font-size: 11px;
    letter-spacing: .5px;
    padding:5px;
    min-width:60px;
    font-weight: 300;
    margin-bottom: 2px;
    text-align: center;
}

.keito_company{
    display: inline-block;
    background-color: #00992A;
    color:rgba(255,255,255,.95);
    font-size: 11px;
    padding:5px;
    min-width:60px;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: 2px;
    text-align: center;
}

.tenant_company{
    display: inline-block;
    background-color: #743114;
    color:rgba(255,255,255,.95);
    font-size: 11px;
    padding:5px;
    min-width:60px;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: 2px;
    text-align: center;
}

.general_company{
    display: inline-block;
    background-color: #ff6f11;
    color:rgba(255,255,255,.95);
    font-size: 11px;
    padding:5px;
    min-width:60px;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: 2px;
}

#search-area{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin:0 auto;
}

#search-area h2{
    width:45%;
    font-size:32px;
    }


#search-area input[type="radio"]{
    display: inline-block;
    width:20px !important;
   padding-right:0px;
   margin:0;
}

.registryfile_upload_area{
    /*margin-top:5px;
    display: flex;
    align-items: center;*/
}



/*================================
会員情報確認
テーブルの表示設定
================================*/
#member-info{
    max-width:800px;
    margin:0 auto;

}

.member-table th.first-head{
    background-color: #f1f1f1;
    width:300px;
}

.member-table th.second-head{
    background-color: #fdfdfd;
}

/*================================
予約管理表の検索コンテンツの表示設定
================================*/
.search-contents{
    width:45%;

}

.search-table{
    border:none;
    font-size:14px;
    table-layout: fixed;
}

.search-table input[type="text"],
.search-table select,
#js_reserve_regist select
{
    border: 1px solid #dfdfdf;
    padding: 7px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
}

.search-table .search-input input[type="text"],
.search-table .search-input select{
    width:100%;
    /*color: #000;*/ /*12/7に訂正予定*/
}

#js_reserve_regist select{
    width:200px;
    font-size:18px;
    padding:10px;
    margin-top:5px;
}

.search-table th,.search-table td{
    padding:5px 0;
    border:none;
    }

.search-table th{
    font-weight: 700;
    width:120px;
    vertical-align: top;
    vertical-align: middle;
}

.search-table td .js_search_input-contents{
    display: flex;
    align-items: center;
    width:80%;
}

.search-table td .js_search_input-contents.selectDay,
.search-table td .js_search_input-contents.pre_registDay
{
    flex-wrap: wrap
    }

.search-table td .js_search_input-contents.selectDay .radio-list,
.search-table td .js_search_input-contents.pre_registDay .radio-list
{
    width:100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-table td .js_search_input-contents span{
    width:20px;
    padding-right:3px;
    font-weight: 700;
}

.search-table td .js_search_input-contents input,
.search-table td .js_search_input-contents select{
    width:100%;
     /*color: #000;*/ /*12/7に訂正予定*/
    }

.search-input_detail{
    display: flex;
    align-items:flex-start;
}

.search-table .search-btn{
    margin-left:10px;
    /*color: #000;*/ /*12/7に訂正予定*/
}

/*================================
データ表示件数選択の設定
================================*/
#pasing-select-area{
    position: relative;
    display: inline;
    z-index:100;
}

#pasing-select-area select{
    padding: 10px 40px 10px 10px;
     width: inherit;
    font-size: 16px;
    color: #333;
    z-index: 1;
    margin-bottom: 12px;
}

#pasing-select-area select:hover{
    cursor:pointer;
    }

#pasing-select-area::after{
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 8px;
    right: 10px;
    top: 1px;
    background-image: url('../images/bottom-arrow.svg');
    background-repeat: no-repeat;
    /*background-color: red;*/
    z-index: 2;
    }


/*カレンダー装飾*/
#hall-calendaer #js_admin_form,
#hall-calendaer #js_member_form{
    position: relative;
    overflow: hidden;
}

#reserve-calendar{
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 justify-content:space-between;
}

#hall-calendaer{
    max-width:900px;
    margin:0 auto;

}

.calendar-item-area{
    position: relative;
    width:100%;
    padding-top:35px;
    z-index: 1;
}



.calendar-item-wrapper_1{
    position: relative;
    margin-top: 50px;
}

.calendar-item-wrapper_1::after{
  clear: both;
  content: "";
  display: block;
}


#reserve-calendar-select-area{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    margin-bottom:40px;

}

#reserve-calendar-select-area > select{
    width: 120px;
    font-size: 16px;
    padding:12px 10px;
    margin:0 7px;
    /* color: #000;*/ /*12/7に訂正予定*/
    }

#reserve-calendar-select-area > select + span{
    position: relative;
    top: 20px;

}

#reserve-calendar-select-area #js_reserve-calendar-select_month{
    width: 80px;
    margin-left: 15px;

}

#js_calendar-select,#js_member_calendar-select{
    margin-left: 20px;
}

#calendar-arrow{
    position: absolute;
    left:0;
    right: 0;
    top: 350px;
    margin:auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}


#calendar-refresh-btn{
    position: absolute;
    display: inline-block;
    top: 0;
    left:42.5%;
    z-index: 1;
}

.calendar-item-wrapper_2{
    position: relative;
    float: left;
    left: -40px;
}


.calendar-item{
    width:60%;
    max-width:800px;
    margin: 0 auto;
    margin-bottom:20px;
}

.calendar-item-area h3{
    text-align:center;
    margin-bottom:10px;
}

.calendar-month{
    display: inline-block;
    background-color:#2493d8;
    color:#fff;
    width:150px;
    font-size:16px;
    padding:5px 10px;
    text-align:center;
    border-radius:50px;
    margin:0 15px;
    }

.calendar-item th,.calendar-item td {
    padding:8px;
    font-size:14px;
    text-align:center;
    font-weight: 700;
}

.today-link{

}

/*予約カレンダーのアイコン表示*/
span.reserve_Yes,span.reserve_NO,span.reserve_invalid{
    display: block;
    font-weight: 700;
    font-size:18px;
    }

span.reserve_Yes{
    color:#2493d8;
}

#hall-calendaer span.reserve_icon{
    display: inline-block;
    margin: 0 3px;
}

.calendar-caption-list li{
    position: relative;
    display: flex;
    align-items: flex-start;
}

.calendar-caption-area{
    display: inline-block;
}

.icon-caption-list {
    display: inline-block;
    font-weight: 700;
    padding: 10px 15px;
    border: 3px solid #dedede;
    margin: 15px auto 0 auto;

}

.icon-caption-list > li{
    display: inline-block;
    list-style-type:none;
   /* padding:0 10px;*/

}

.calendar-caption-list li+li{
    margin-top: 5px;
}

.calendar-caption-icon{
    position: relative;
    list-style: none;
    left: 0;
    margin-bottom: 0;
    text-align: center;

}



.calendar-caption-text{
    display: flex;
    align-items: flex-start;
}

.calendar-caption-text > div{
    position: relative;
    top: -6px;
}

.calendar-caption-contents{
    text-align: center;

}

.icon-caption-list > li{
    display: inline-block;
    list-style-type:none;
    padding: 0 10px;
}



span.reserve_NO{
    color:red;
    font-size:20px;
    line-height: 1.1;
}

.calendar-item td:not(.null-day):hover{
    background-color: #2493d8;
    cursor: pointer;
    color:#fff;
 }

 .calendar-item td:hover span.reserve_Yes,
 .calendar-item td:hover span.reserve_NO,
 .calendar-item td:hover span.reserve_subtle{
    color:#fff;
    font-weight: 700;
 }

.calendar-item th:nth-of-type(1) {
   color: red;
 }

 
 .calendar-item  th:nth-of-type(7)  {
   color: blue;
 }

 .today{
    background-color:#5a5a5a;
    color:#fff;
    font-weight:700;
 }

 .today span,.this_select span{
    color:#fff !important;
    font-weight:700;
 }

 .this_select{
    background-color:#2493d8;
    color:#fff;
    font-weight:700;
 }

 .calendar-prevBtn,.calendar-nextBtn{
    width: 50px;
    height: 50px;
 }

.calendar-prevBtn:hover,.calendar-nextBtn:hover{
    cursor: pointer;
    opacity: .8;
}

/* .calendar-prevBtn,.calendar-nextBtn{
    display: inline-block;
    padding: 24px;
    background-color:#efefef;
    color:gray;
    line-height: .55;
    text-decoration: none;
    text-align:center;
    font-size: 48px;
    font-weight: 300;
 }*/

  .calendar-prevBtn.hide,.calendar-nextBtn.hide{
    opacity: 0;
    cursor: default !important;
 }

/*選択日・利用時間帯*/
.select-area{
    /*display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing:-1em;
    margin-top:30px;*/
}

.selectitem{
/*  width:45%;*/
margin:0 20px;

}

.selectitem-midashi{
    display: inline-block;
    background-color: #00b941;
    color:#fff;
    text-align:center;
    padding:12px 20px;
    letter-spacing: 1px;
}

.selectitem-detail{
    display: inline-block;
    background-color:#efefef;
    color:#000;
    text-align:center;
    padding:12px 20px;
    letter-spacing:normal;
}


/*カレンダー選択表*/

.reserve-table{
    width:100%;
    table-layout: fixed;
    font-size:12px;
    margin-top:20px;
    max-width:400px;
    margin: 0 auto;
    width: 100%;
}



/*.reserve-table input,.reserve-table select{
      font-size:12px;
      width:100%;
      padding:10px 5px 10px 10px;

    }*/


.reserve-table th{
    border:1px solid #ccc;
    padding:10px 5px;
    width:50%;
    font-weight: 700;
    background-color: #dedede;
}

.reserve-table td{
    border:1px solid #ccc;
    text-align: center;
    padding:0;

    }

#hall-calendaer .reserve-table select{
    border:none;
    padding:15px 10px;
    /* color: #000;*/ /*12/7に訂正予定*/
    }

#hall-calendaer .reserve-table select:hover{
     cursor: pointer;
    }

#js_selectDay{
    text-align:center;
}

.pull_down{
    position: relative;
    z-index:1;
}

/*.pull_down:after{
    position: absolute;
    content:"▼";
    display: block;
    top:15px;
    right:0px;
    width:40px;
    height:40px;
    color:#31A263;
}*/

span.reserve_Yes, span.reserve_NO, span.reserve_invalid, span.reserve_subtle {
    display: block;
    font-weight: 700;
}

span.reserve_subtle {
    color: orange;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

span.reserve_NG{
    color: red;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

/*よくあるご質問*/
#faq{
    max-width:1000px;
    margin:0 auto;
}

#faq-category-area{
    margin-bottom:40px;
}

#faq-category-area h2{
    font-size:24px;
    margin-bottom:5px;
    
}

.faq-category-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.faq-category-list li{
    text-align:center;
    padding:10px 20px;
    background-color:#dedede;
    margin:0 10px 10px 0;
    }

.faq-category-list li:hover{
    cursor: pointer;
}

.faq-category-list li.show{
    background-color:#333;
    color:#fff;
}

.faq-category-title{
    font-size: 24px;
    text-align:center;
    margin-bottom:12px;
}

.faq-item{
    margin-bottom:60px;
    display: none;
}

.faq-item.show{
    display: block;
}

.faq-list-item{
    border:3px solid #dedede;
    padding:1em 1.2em 0 1.2em;
    margin-bottom:15px;
    font-weight:700;
}

.faq-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:1em;
}

.faq-text:hover{
    cursor: pointer;
}

.faq-text p{
    width:90%;
}

.js_faq_trigger{
    font-weight: 700;
    font-size:24px;
    width:40px;
    height:40px;
    line-height: 40px;
    background-color:#333;
    color:#fff;
    text-align:center;
    vertical-align: middle;
    border-radius:50%;
}

.js_faq_trigger.open{
    
    }

.faq-answer{
    display: none;
    padding:1.2em 0;
    border-top:2px dotted #dedede;
}

.faq-answer .answer-list{
    margin-top:10px;
}

.faq-answer a{
    text-decoration: underline;
    color:#4775c0;
    }

.id-box{
    text-align:center;
}

.id-box-inner{
    display: inline-block;
    text-align:left;
    font-weight: 700;
    border:3px solid #000;
    padding:15px 20px;
    margin:15px auto 30px auto;
    border-radius:5px;
}


/*================================
サービス利用規約
================================*/
#riyou-kiyaku-area{
    width:600px;
    margin:0 auto;
    display: block;
    text-align:center;
    border:2px solid lightgray;
    padding:1.5em;
    margin:30px auto;
    border-radius:5px;

}
#riyou-kiyaku-area p{
    text-align:left;
    margin:0;
    font-weight: 700;
    
}

#kiyaku-agree-area{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-top:10px;
}

#js_member_regist_form #js_kiyaku_agree{
    width:20px;
    height:20px;
    margin-right:5px;
}

.external-link{
    position: relative;
    z-index: 1;
    padding-right:20px;
    }

.external-link:before{
    position: absolute;
    content: "";
    display: block;
    top: -8px;
    bottom: 0;
    right: 0px;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url(../images/External-link.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 100;
}

footer{
    width:100%;
    background-color:#fff;
    text-align:center;
    border-top:lightgray solid 2px;
    padding:40px 0;
}

#footer-inner{
    width:960px;
    margin:0 auto;
    display: flex;
    /*justify-content: space-between;*/
    align-items:flex-end;

}

.contact-area{
    text-align:left;
    background-color: #efefef;
    padding:1.2em;
    margin-left:40px;
}

.contact-area h3{
    font-size:20px;
    text-align:center;
    margin:0px;
    }

#copyright{
    /*width:60%;*/
    font-size:12px;
    text-align:left;
}

 #kiyaku h1{
        margin:0;
    font-size:24px;
}

p{
    margin:0;
}

ul{
    margin:0;
}

#main{
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding:40px 40px 60px;
    min-height:600px;
    
}

#kiyaku-contents-wrapper{
    border: lightgray solid 2px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 4px lightgrey;
    padding:60px 60px 80px;
}

.kiyaku-title{
    margin-bottom:5px;
    font-weight: 700;
    font-size:18px;
}

.kiyaku-sub-title{
    margin-bottom:5px;
}

.kiyaku-contents:not(:last-of-type){
    text-align:left;
    margin-bottom:60px;
    
}

.kiyaku-contents-detail:not(:last-of-type){
    margin-bottom:30px;
}

.kiyaku-list{
    list-style-type:none;
    list-style-position: outside;
    padding:0;
    margin:0;
}

.kiyaku-list.flex-list li{
    display: flex;
}

.kiyaku-list.flex-list li span.list-number-icon{
    /*width:20px;*/
    padding:0;
}

.list-number li:not(:last-child){
    /*padding-bottom:3px;*/
}


.js_billingAddress_area{
    /*display: none;*/
}


/*================================
お知らせ一覧
================================*/

.article-title-area{
    width:100%;
    border: 3px solid #eaeaea;
    padding: 25px 40px;
}

#article-title{
    font-size: 20px;
    text-align: center;
    letter-spacing: .5px;
}

#article-title::first-line{
    /*text-align:center;*/
}

.article-time{
    color: #0d4a22;
    letter-spacing: 1px;
    font-weight: 700;
    width:15%;
}

#news-list .article-time{
    width:100%;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.article-txt-index{
    width:65%;
    font-weight: 700;
}

.article-txt-link{
    color:#4775c0;
    font-weight: 700;
    text-decoration: underline;
    width:20%;
}

.article-txt{
    margin: 0 auto;
    padding: 40px 0;
    word-break:break-all;
    border-bottom: 1px solid #eaeaea;
}

.news-list{
    padding:5px 0 0 0;
    margin: 0 auto;
    min-height: 250px;
}

.news-list li,.reserve-list li{
    display: flex;
    justify-content: space-between;
    padding:15px 0;
    border-bottom:1px dotted #ccc;
    font-weight: 700;
}

#news-index .news-list li,.reserve-list li{
    padding-left: 1em;
    padding-right: 1em;
}

.news-list-item{
    display: flex;
    justify-content: space-between;
}

.news-list li a:hover{
    text-decoration: underline;
    }

#news-list .index-btn,
#news-index .index-btn{
    width:140px;
    padding:15px 0;
    color:#fff;
    font-weight: 300;
    font-size:16px;
}


/*2022/12/26 改修 ----------*/
/*予約一覧リンクボタン追加*/

#reserve-news{
    width: 640px;
    margin:100px 0 0 0;
}

.reserve-news-title{
    display: flex;
    align-items:center;
    justify-content:space-between;
}

.reserve-data-linkbtn{

}

.reserve-data-linkbtn a{
    color: #fff;
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    background-color: #333;
    border-top: 1px solid transparent;
}

.reserve-data-linkbtn a:hover{
    background-color: #2493d8;
    opacity: 1;
}

#main .submit-btn{
   /* position: relative;
    top:-4px;*/
}

.list3:after,
.list2:after,
.list:after{
    clear:both;
    display: block;
    content:"";
}

/*---------------------------*/

.reserve-list-area{
    width:640px;
    margin:15px 0 40px 0;
}

.reserve-list-area+.reserve-list-area{
    margin-left:0;
    margin-top: 50px;
}

.reserve-category{
    padding:12px 20px;
    color:#fff;
    /*margin-bottom:8px;*/
}

.reserve-list{
    padding: 10px 0 20px 0;
/*    min-height: 295px;*/
}

#news-index .reserve-list{
    padding-bottom: 0;
}

#news-index .reserve-list{
    margin: 0 auto;
    width: 640px;
/*    min-height: 550px;*/
    padding-top: 0;
}

.reserve-category.token_invalid{
    background-color: #f7143c;
}

.reserve-category.kashidashi_cancel{
    background-color: #333;
}

.reserve-url{
    color:blue;
}

.reserve-url:hover{
    text-decoration: underline;
}

.bash-area{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto 10px auto;
   }

.bash-area .btn{
    font-size:14px;
    padding:5px 10px;
}

.btn{
    letter-spacing: .5px;
}

.control,.btn
{
    font-size:14px;
    font-weight:700;
    padding: 8px 10px;
    margin:0 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index.php(TOPページ)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*//全体のお知らせ*/
#top-news{
    width:800px;
    margin:100px 0 0 0;
}

#top-news .btn-area.one{
    padding-top:12px;
    text-align:right;
    margin: 0;
/*    padding-left: 20px;
    padding-right: 20px;*/
}

#top-news .submit-btn,
.pasing-area .submit-btn{
   width:100px;
   font-size: 15px;
   font-weight: 300;
   padding:8px 0;
   margin: 0;
   text-align:center;
   background-color: #3e3e3e;
}

.pasing-area{
    text-align: right;
}

#top-news .pasing-area{
    padding-top: 20px;
    }

#news-index .pasing-area{
    display: block;
    }

#news-index .pasing-area .pager{
    text-align: center;
    margin-top: 0;
}

.pasing-area .pager{
  text-align: left;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
news-index(お知らせ一覧)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news-index{
    max-width:880px;
}

#news-index .news-list{
    width:100%;
}

#news-index .news-list .news-list-item{
    display: flex;
    justify-content: space-between;
}

#news-index .article-time{
    width:10%;
}

#news-index .news-list-title{
    margin-bottom:20px;
}

#news-index .news-list-title h2{
    margin-bottom:0;
}

#news-index .news-list-title h2 span{
    font-size: 18px;
    font-weight: normal;

}

.other-contents{
    margin-top: 100px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TOPに戻るボタン
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#topGo-btn{
    display: none;
    position: fixed;
    right:20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
}

#topGo-btn:hover{
    cursor: pointer;
    opacity: .9;
    }


.reserve-table {
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
    margin-top: 10px;
    max-width:inherit;
    /*margin: 20px auto 0 auto;*/
    width: 600px;
}

.reserve-table input, .reserve-table select {
    font-size:18px;
    width: 100%;
    padding: 15px 10px;
    text-align:center;
}

.search-message{
    font-weight: 700;
    margin-bottom:10px;
    font-size:18px;
    display: flex;
    align-items: center;

}

.search-message p{
    margin-right:15px;
}

.company_number_input_area{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.company_number_input_area+.company_number_input_area{
    margin-top:20px;
}

.company_number_input_area li{
    margin-right:15px;
}

#js_company_number_ari,#js_company_number_nashi{
    margin-right:5px;}

.company_number_input_area li > span{
    position: relative;
    top:-1px;
}

.member-kaigi_edit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-kaigi_edit span{
    display: inline-block;
    width:65%;
    }

#js_admin_waiting_room_time.input_invalid{
    background-color: #ccc;
}

#js_bihin_result_all_table.fixed{
    transition: all ease 1s;
    position: fixed;
    bottom:50px;
    right:20%;
}


.data_reserve_number_wrapper{
    display: inline-block;
    position: relative;
    z-index: 1;
    color:#ff2172;
}


.edit_icon{
    position: absolute;
    left: -.65em;
    top:30%;
    border-radius: 50%;
    display: inline-block;
    width:5px;
    height:5px;
    background-color:#ff2172;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
root.php設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.root-contents-wrapper{
    display: flex;
    align-items: center;
    justify-content: center
}

.root-contents{
    text-align: center;
    border: 2px solid lightgray;
    padding: 2em;
    margin: 0 10px;
    border-radius: 5px;
}

.root-contents p{
    letter-spacing: 1px;
    }

.root-btn-area{
    margin-top:12px;
    text-align: center;
}

.root-btn{
    background-color:#f7143c;
    color:#fff;
/*    font-weight:bold;*/
    letter-spacing: 1px;
    border-radius:100px;
    padding:.8em 1.2em;
}

.root-btn:hover{
   opacity: .8;
}



@media screen and (min-width: 1024px){

.calendar-caption-list li:nth-child(2) > span {
    position: relative;
    top: 3px;
}

#calendar-arrow{
    position: absolute;
    left: -50px;
    top: 320px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
}



.calendar-item-wrapper_1{
    margin-top: 0;
}

.calendar-item-wrapper_2{
    width: 450px;
    float: left;
    left: 0;
}

.calendar-item-wrapper_2{
    padding: 0 15px;
}

.calendar-item {
    width: 100%;
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
    margin-bottom: 20px;
}

.calendar-item-area h3{
    text-align:center;
    margin-bottom:10px;
}

.calendar-month{
    display: inline-block;
    background-color:#2493d8;
    color:#fff;
    width:150px;
    font-size:16px;
    padding:5px 10px;
    text-align:center;
    border-radius:50px;
    margin:0 15px;
    }

.calendar-item th,.calendar-item td {
    padding:10px;
    font-size:14px;
    text-align:center;
    font-weight: 700;
}

span.reserve_Yes, span.reserve_NO, span.reserve_invalid, span.reserve_subtle{
    margin-top: 5px;
}

span.reserve_NO{
    position: relative;
    top: -1px;
    margin-top: 4px;
    font-size: 24px;
}

.today-link{

}

}