@charset "UTF-8";
@import url("../css/style_Deco.css");

a{
  
  text-decoration:none;
}
#header {
  position: relative;
  width: 850px;
  margin: 0 auto;
  background-color:rgb(253, 253, 253);
}

#pr {
  position: absolute;
  width: 787px;
  left: 0;
  top: 0;
}

#header h1#top_m {
  margin-left: 30px;
  /* padding-top: 25px; */
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 3px;
  width: 260px;
  color: #59458649;
  background-color: rgba(187, 233, 241,0.7);
  padding: 4px 46px;
  border-top-left-radius: 26px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 26px;
  font-size: 40px;
  font-weight: bold;
  text-shadow: -1px -1px 1px #333, 1px 1px #fff;
  box-shadow: 12px 10px 10px -5px #8d9eb8;
  transform: rotate(-1deg);
}

#header h1 {
  margin: 0;
  padding-top: 25px;
 }

#contact {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list{
  width:100%;
}
#menu {
  width: 960px;
  margin: 0 auto;
}

#menu ul {
  overflow:hidden;
  padding: 0;
  text-align: center;
}

#menu li {
  float: right;
  width: 129px;
  background-color: rgba(110, 194, 243,0.5);
  border:2px solid rgb(74, 73, 163);
  margin-left:1px;
  border-radius:6px;
}

/*アイキャッチ */

#icatch {
  width: 960px;
  margin: 0 auto;
}
/**************** コンテンツ ****************/

#contents {
  width: 960px;
  margin: 0 auto;
  padding: 10px;
  overflow:hidden;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  background-color:rgba(226, 252, 250,0.3);
}
#hide{
  display:none;
}

#pageTop {
  clear: both;
  padding: 20px 0;
  text-align: right;
}
.red{
  color:red;
}




#footer {
  padding: 5px 0;
  text-align: center;
}




.no-disp{
  display:none;
}

    fieldset{
        border-radius:6px;
        border-color:red;
        width:540px;
        height:70px;
    }

fieldset>label{
    cursor:pointer;
    border:1px solid #AA0;
    padding:6px 6px 6px 6px;
    border-radius:6px;
    margin:20px 6px 20px 0;
    background-color:lightyellow;
}
fieldset>label:hover{
    opacity:0.6;
    background-color:#6Fa;
}
input[type='radio']{
    display:none;
   
}

#contents #yoyaku_bu{
    top:2px;
    left:400px;
    border-radius:16px;
    height:86px;
    width:86px;
    font-size:30px;
    background-color:#FBB;
}
#contents #yoyaku_bu:hover{
background-color:#F00;
cursor:pointer;
}

    #cal_box{
        border:2px solid lightcoral;
        padding:10px 10px;
        width:540px;
        height:auto;
        border-radius:6px;
        margin:0 auto;
    }
.cal_header{
    margin-bottom:5px;
}
h1.title{
  margin:15px auto;
  width:80%;
  background-color: rgb(255, 255, 255);
  text-align:center;
  letter-spacing:10px;
  border:3px solid rgb(51, 72, 75);
border-radius:8px;
text-shadow:0 0 3px rgb(0, 162, 255);
}
h2{
    margin-top:10px;
    margin-bottom: 2px;
    padding: 10px 2px;
    color: #5A482B;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    border: 1px solid #D8D8D8;
    border-radius:6px;
}
h2~p{
  margin-top:0px;
}


.print h2{
  text-align:center;
}
.print p{
  text-align:right;
}

form{
    margin-bottom:0px;
}
input,select,option{
    
    font-size: 32px;
}
select{
    width:160px;
    height:50px;
   
}
#selections>li.select{
  display:inline-block;
}
.select input:hover{
  background-color:rgb(207, 171, 171);
  cursor:pointer;
}

select#yoyaku_m{
  background-color:rgba(245, 193, 193, 0.6);
  font-size: 36px;
}
.cal th.week_day{
    background-color:#FFFFAA;
}
.cal th.week_day:hover{
    opacity:0.6;
    background-color:orange;
    color:#FFF;
}
.w0{
    background-color:#FAF;
}
.w6{
    background-color:aqua;
}
.non{
    pointer-events:none;
    background-color:#e6e6e6;

}
.today{
    background-color:#FFFF12;
    text-shadow: 0 0 3px #F90;
}
span{
    font-size:14px;
    vertical-align:5px;
    font-weight:bold;
    margin:0 4px;
}

.input {
border-collapse:collapse;
padding:5px;
text-align: center;
border: 1px solid #ddd;

}
.input th{
  background-color: #EBEADD;
}

label+input{
  display:none;
}
    table,th,td{
        border:1px solid green;
        border-radius:6px;
           }
       table td {
         margin:0px;
            padding: 5px;
            font-size: 20px;
            text-align: center;
            border: 1px solid #ddd;
          }

          table.reserve td {
            padding: 0px;
            font-size: 20px;
            text-align: center;
            border: 1px solid #ddd;
          }

          tbody.reses tr:nth-child(even) {
            background-color:rgba(255, 239, 239, 0.74);
          }
 tbody tr.all td{

  border-bottom:2px double black; 
}
tr.all>td{
  padding-top:10px;
  padding-bottom:10px;
  font-size: 24px;
  font-weight:bold;
color:rgb(134, 28, 28);
background-color:rgba(219, 184, 219, 0.4);
} 
    
td .all{
            
              background-color: #99e2f5;
              border: 1px solid #4a80d6;
              font-weight: bold;
              color: #000;
              padding: 6px 30px;
              font-size: 20px;
border-radius:8px;

            }
            td .all.am{
              background-color:aqua;
              cursor:pointer;
              
            }
            td .all.pm{
background-color:rgb(255, 254, 196);
cursor:pointer;
            }
          td .all.eve{
background-color:orange;
cursor:pointer;
          }
.all.am:hover,.all.pm:hover,.all.eve:hover{
  opacity:0.4;
}



           tr th{
               height:46px;
           }
    th,td{
        text-align:center;
        font-size:24px;
        padding-bottom:0px;
    }
    th.center{
      font-size: 30px;
      vertical-align:bottom;
    }
    table.cal{
        margin-left:5px;
        width:526px;
        height:360px;
    }
    .on{
        cursor:pointer;
    }
    .off{
        pointer-events:none;
        background-color:#F77;
        opacity:0.7;

    }
    .woff{
      pointer-events:none;
    }
    .checkday{
        background-color:gray;
        opacity:0.7;
    }
    .left_bu{
        cursor:pointer;
        text-align:left;
     vertical-align:bottom;
    font-size: 24px;

    }
    .right_bu{
        cursor:pointer;
        text-align:right;
        vertical-align:bottom;
        /*padding-right:10px;*/
        font-size: 24px;
    }
    .on:hover,.left_bu:hover,.right_bu:hover{
background-color:#feee;
font-size:1.5em;
    }

    .box{
        border:1px solid gray;
    }
    td{
       /* cursor:pointer;*/
        height:46px;
        width:60px;
 
    }
   th.rese, td.rese{
      cursor:default;
      width:170px;
      height:34px;
    }
    #send {
        opacity:0;
    }
    
    .btn {
      padding: 10px 38px;
      font-size: 15px;
      border: none;
      margin: 5px 0 1px;
      border-radius: 5px;
  }
  
  .btn-y {
  background-color:rgb(250, 211, 81);
  border:1px solid #333;
  color:#FFF;
  padding:10px 15px;
  font-size:15px;
  font-weight: 500;
  
  }
  
  
      
  .btn-submit {
      background-color: #4c586f;
      border: 1px solid #4c586f;
      color: #fff;
  }
      
  .btn-green {
      background-color: #20c977;
      border: 1px solid #20c977;
      color: #fff;
      padding: 5px 10px;
      font-size: 15px;
  }
      
  .btn-red {
      border: 1px solid #d84950;
      color: red;
      padding: 5px 10px;
      font-size: 15px;
  }
      
  .btn-blue {
      background-color: #4a80d6;
      border: 1px solid #4a80d6;
      color: #fff;
      padding: 10px 15px;
      font-size: 15px;
  }
  .btn-aqua{
    background-color: #99e2f5;
    border: 1px solid #4a80d6;
    font-weight: bold;
    color: #fff;
    padding: 6px 30px;
    font-size: 20px;
  }

  .btn-yellow{

    background-color:rgba(231, 230, 153, 0.363);
    border: 1px solid #4a80d6;
    font-weight: bold;
    color: rgb(255, 145, 0);
    padding: 6px 30px;
    font-size: 20px;
    border-radius:5px;
  }
  .btn-yellow.wide{
    height:80px;
    font-size: 32px;
  }
  .btn-yellow.wide:hover{
  cursor:pointer;
  background-color:orange;
  opacity:0.4;
  color:red;
  }
  .btn-orange{
    margin:1px;
    background-color: #f3c879;
    border: 1px solid #4a80d6;
    font-weight: bold;
    color: rgb(255, 145, 0);
    padding: 6px 30px;
    font-size: 20px;
    border-radius:5px;
  }
label.btn-yellow:hover,label.btn-orange:hover,label.btn-aqua:hover{
  opacity:0.6;
  cursor:pointer;
}


  .btn-gray {
      background-color: #a2aab0;
      border: 1px solid #a2aab0;
      color: #fff;
      padding: 10px 15px;
      font-size: 15px;
  }
  button.btn-dark{
    background-color: rgb(239,239,239);
    padding: 8px 30px;
    font-size: 18px;
    border-radius:5px;
  pointer-events:none;
  }
/*member_reserve.php*/
table.input td{
  width:500px;
height:30px;
font-size: 20px;

}



    @media(max-width:420px){
      body{
        font-size:14px;
        letter-spacing:0px;
        /*max-width:360px;*/
        width:100%;
      }
      #header{
        max-width:300px;
      }
      #header #menu ul{
        margin:0;
      }
      #header h1#top_m{
        font-size: 18px;
        margin:0px;
        padding-right:10px;
      }

      #header h2{
        margin-right:6px;
      }
      
      #header p{
        font-size:8px;
      }
      
      #header #contact .tel{
       
      font-size:16px;  
      margin-right:1px;
      }
#contact{
  position:static;
  width:150px;
  text-align:right;
  margin-left:auto;
  margin-top:10px;
}
#header h2{
  display:none;
}
      #header p.none{
        display:none;
      }
      #icatch{
        width:380px;
    background-size:60%;
    height:160px;
      }
      #menu{
        max-width:375px;
      }
      #menu li{
        /*clear:right;*/
        float:left;
    width:100px;
      }
      #menu li a {
        display: block;
        width: 110px;
        line-height: 40px;
        border-collapse: collapse;
        border: 1px solid #D8D8D8;
        font-weight: bold;
        font-size: 16px;
        white-space: nowrap;
        border-radius: 6px;
    }

/*
      #menu li a{
        width:100px;
      }
      */
      #main{
        clear: right;
    margin:0 auto;
    width:340px;
      }
      #hide h1{
        font-size: 24px;
        color:rgb(255, 182, 148);
        margin-top: 10px;
      } 
      #hide h2{
        font-size: 19px;
      }
      #contents #yoyaku_bu{
        height:50px;
      }
      h1.title{
        font-size: 20px;
        margin:5px auto;
        width:95%;
        text-align:center;
        letter-spacing:10px;
        border:3px solid rgb(51, 72, 75);
      border-radius:8px;
      text-shadow:0 0 3px rgb(0, 162, 255);
      }
      #main h3{
        padding:0;
        margin-right:15px;
      }
       button.btn-y{
margin-top: 0;
       }
      #main table{
      width:330px;
      margin:0 auto;
      }
      input,select,option{
    
        font-size: 16px;
    }
    #main table th{
      padding:0px;
      font-size: 13px;
      text-align:right;
    }
   
      table.input th {
        padding: 1px;
        font-size: 13px;
       width: 250px;
       height:30px;
    }
   
      table.input td{
        padding:0px;
        font-size: 14px;
        text-align:center;
    height:30px;
      }
      #main table td .data{
        padding:0px;
        font-size: 14px;
        text-align:center;
    width:200px;
    
      }
      table.input td {
        padding: 1px;
        text-align: left;
         }
    fieldset{
         display:flex;
      flex-wrap:wrap;
      width:200px;
      padding:2px;
      font-size: 12px;
      text-align:center;
    }
    fieldset>label{
      width:52px;
      padding:2px;
      border-radius:6px;
      margin:1px 2px 5px 5px;
  }

    #main ul{
      padding-left:6px;
    }
      #main img.small{
        width:90px;
      }
      .main_img{
        width:200px;
      }
      #contents{
        max-width:340px;
        padding:0px;
        margin:0px;
      }
    h1.red{
      font-size: 24px;
    }
    dd a img{
      width:340px;
    }
 
    .year{
      display:none;
    }
    button.btn-hide{
      display:block;
      float:left;
    }
    #side{
      display:none;
      color:red;
    }
   
    #cal_box{
      border:2px solid lightcoral;
      padding:2px 4px;
      width:90%;
      height:auto;
      border-radius:6px;
  }
  th,td{
    text-align:center;
    font-size:16px;
    padding-bottom:0px;
}
    table.cal{
      margin-left:0;
      margin-right: 0;
      width:100%;
      height:110px;
  }
  table.cal tbody tr td{
     height:18px;
   
}
  select{
    width:100px;
    height:25px;
    
}
  select#yoyaku_m{
    font-size: 20px;
  }
  th.center{
    font-size: 20px;
    vertical-align:bottom;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    overflow: hidden;
    background-color:rgba(226, 252, 250,0.3);
  }
  .list th, .list td{
    padding:1px 2px;
  }
tr th{
  height:26px;
  padding:0px;
}
  tr.all>td{
    padding-top:1px;
    padding-bottom:1px;
    font-size: 14px;
 
  } 
      
  td .all{
              
              
                padding:0px;
  
              }

  table.reserve td{
    font-size: 12px;
    
  }
  td.red{
    padding:0;
    font-size: 14px;
  }
  .all.am,.all.pm,.all.eve,.btn.btn-dark{
    padding:8px 4px;
font-size: 10px;
  }


  .btn-aqua,.btn-yellow,.btn-orange{
    padding:4px 2px;
    font-size: 1px;
  }
  button.btn-yellow.wide{
    font-size: 18px;
    height:44px;
  }

#pageTop{
  padding:0px;
  bottom:55px;
}
p{
  margin-top:10px;
}
    #footer{
      font-size: 11px;
    }
    #reserve tbody.resecheck td.date{
      font-size: 14px;
    }
    #reserve tbody.resecheck td.room{
      font-size: 16px;
    }
    #reserve th.rese.resecheck{
      width:32px;
    }
    serve th.rese.room{
      width:30px;
    }

    #reserve tbody.resecheck td.resecheck{
      font-size: 16px;
      width:32px;
    }
    #reserve tbody.resecheck td.resecheck span{
      display:none;
    }


    }
    @media print{
.no-print{
  display:none;
}
.print{
  display:none;
}
#footer.print{
  position:fixed;
  bottom:20px;
  left:105px;
}


    }