@charset "UTF-8";
/* BASE STYLE */
h1{font-size:1.6em;color:#e50010;margin:10px;}
h2{font-weight:bold;font-size:1.6em;}
h3{border-left:5px solid #69f;font-weight:bold;font-size:1.4em;text-align:left;padding-left:10px;margin-top:20px;}
.seat{background:#fff;border:1px solid #ccc;text-align:center;margin:0 0 20px;padding:10px;border-radius:5px;}
.seat img{width:100%;}
.shoplist table{border-collapse:separate;border-spacing:2px;line-height:1.5em;font-size:1em;margin:0 auto;width:100%;font-size:0.9em;}
.shoplist thead th{text-align:center;background:#ddd;padding:10px 0;}

.shoplist tbody th{text-align:center;background:#ddd;padding:10px 0;height:30px}
.shoplist tbody th a{color:#333;}
.shoplist tbody th a:hover{text-decoration:none;}
.shoplist tbody td{background:#eee;padding:10px 0;height:30px;color:#333;}
.shoplist tbody td.kyukan{color:#e50010;font-size:1.5em;font-weight:bold;}
.shoplist td.normal{background:#fcc;color:#000;font-weight:bold;}
p.note{font-size:0.8em;text-align:left;margin:5px 0 0;}
span.red{color:#e50012;}
a.button{width:90%; display:block;padding:5px;margin:20px auto;border:1px solid #0645ad;border-radius:5px; text-align:center;}

@media screen and (min-width: 640px){
/* 幅調整 */
.shoplist thead th:nth-of-type(1){width:11em;}
.shoplist thead th:nth-of-type(2){width:7em;}
.shoplist thead th:nth-of-type(n+3){width:140px;}
.erealist{font-size:1.1em;margin-top:1em;}
/* モバイル専用項目(PCで非表示) */
.sp{display:none;}
}
/* モバイル表示モード */
@media screen and (max-width: 639px){
/* grid解除 */
.grid{width:auto;margin:auto;}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,.grid7,.grid8,.grid9,.grid10,.grid11{float:none;display:inline;margin:auto;width:auto;}
.grid12{width:auto;}
h3{border-left:5px solid #69f;font-weight:bold;font-size:1.2em;text-align:left;padding-left:10px;margin-top:20px;}
.shoplist table{font-size:12px;width: 475px;}
.shoplist{
  overflow: auto;
  white-space: nowrap;
}
/* 幅調整 */
.shoplist thead th:nth-of-type(1){width:85px;}
.shoplist thead th:nth-of-type(2){width:90px;}
.shoplist thead th:nth-of-type(n+3){width:100px;}

.erealist{font-size:14px;margin-top:1em;text-align:left;}

/* PC専用項目(スマホで非表示) */
.pc{display:none !important;}
}
.fwb{
  font-weight: bold;
}