@charset "UTF-8";

/* 下のバー */
div.barimage {
  position: fixed;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 32px;
  z-index: 98;
}

div.bartext {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 15px;
  z-index: 99;
}

div.bartext p {
  position: relative;
  top: -8px;
  height: 23px;
  text-align: right;
  padding-right: 3px;
  background-color: #eae298;
  }

/* ページトップ */
.page-top {
    position: fixed;
    bottom: 27px;
    right: 10px;
    font-size: 77%;
    z-index: 99;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* コーナーアイコン */
div.corner_icon {
  position: fixed;
  right: 10px;
  bottom: 75px;
  max-height: 50%;
  max-width: 50%;
  z-index: 1;
}

.corner_icon img {
  height: 300px;
  width: auto;
  opacity: 0.7;
  z-index: 1;
}

@media (max-width: 768px) {
  .corner_icon img {
    max-width: 100px;
    max-height: 200px;
    object-fit: contain;
  }
}

.zind-10 {
  z-index: 10;
}

/* テキスト強制折返し */
.breakall {
  word-break: break-all;
}

/* 画面幅により表示ON/OFF */
@media (min-width: 769px) {
  .narrowtext {
    display: none;
  }
}

@media (max-width: 768px) {
  .widetext {
    display: none;
  }
}

/* 書籍リストの表 */
table.worklist {
  display: table;
  border: 0px gray solid;
}

table.worklist tr {
  border: 0.1px #eae298 solid;
  border-width: 2px 0px; /* 上下だけ引く */
}

table.worklist tr th {
  text-align: center;
  /* width: 65%; */
  color: black;
  background-color: #eae298;
}

table.worklist tr td {
  text-align: center;
  padding: 0.8em;
}

table.worklist tr td:first-child {
  /* width: 10%; */
}

table.worklist tr td:last-child {
  text-align: left;
  /* width: 25%; */
}

table.sale tr {
  border: 0.1px #FF6347 solid;
  border-width: 2px 0px; /* 上下だけ引く */
}

table.sale tr th {
  color: white;
  background-color: #FF6347;
}


.bookimg { max-width: 100%; max-height: 230px; }

table.worklistitems {
  border-collapse: collapse;
  border: 2px solid green; /* 外側の枠線 */
  border-width: 2px 0px; /* 上下だけ引く */
}

table.worklistitems td {
  border-width: 1px 0px; /* 上下だけ引く */
  border-color: green;   /* 線色：緑 */
  border-style: solid;   /* 線種：実線 */
  padding: 0.3em;        /* セル内側の余白 */
}

table.worklistitems tbody tr {
  border-width: 0.5px 0px; /* 上下だけ引く */
}

table.worklist tr td {
  width: 20%;
}

table.worklist tr td:first-child {
  width: 15%;
}

table.worklist tr td:last-child {
  width: 65%;
}

table.worklistitems tr td {
  color: #000000;
  font-size: 90%;
}

table.worklistitems tr td:first-child {
  font-size: 100%;
  font-weight: normal;
  /* width: 75%; */
}

table.worklistitems {
  width: 100%;
}

table.worklist tr th {
  /* color: white; */
  /* background-color: #0076B2; */
}

table.worklist tr td:first-child {
  color: #000000;
}

p.yyyymm {
  text-align: center;
  
}

td.worklisting {
  padding: 3%;        /* セル内側の余白 */
}

td.worklisting h4 {
  font-size: 110%;
}

@media (min-width: 769px) {
  .bookimgbox {
    text-align: center;
    padding: 1%;        /* セル内側の余白 */
  }
  
  .narrowdisp {
    display: none;
  }
}

@media (max-width: 768px) {
  .bookimgbox {
    display: none;
  }
  
  p.narrowdisp {
    text-align: center;
  }
  
  img.narrowdisp {
    max-height: 175px; 
  }
}

/* infoの画像 */
td > div.details {
  width: 100%;
}

.infoimg {
  max-width: 50%;
}

/* カルーセルの画像 */
/* 
.carousel{
  max-height: 50%;
  margin:auto;
}

.carousel-item {
  height: 100%;
}

.carousel-item img{
  position: absolute;
} */

/* 
@media (min-width: 320px) {
  .carousel,
  .carousel .carousel-item,
  .carousel .item-mask,
  .carousel-inner .carousel-item .item-mask img {
    height:300px;
  }
}

@media (min-width: 768px) {
  .carousel,
  .carousel .carousel-item,
  .carousel .item-mask,
  .carousel-inner .carousel-item .item-mask img {
    height:500px;
  }
}
*/

/* スタジアム */
div.recording {
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
  font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,sans-serif;
}

form.centering {
  text-align: center;
}

table.centering,
div.centering {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}

div.rightalign {
  width: 100%;
  margin:0 0 0 auto;
  max-width: 150px;
}

/* 
#qrcode {
  width: 80%;
  margin: 0 auto;
  max-width: 200px;
}
*/ 

input#counter {
  text-align: center;
  width: 90%;
  height: 60px;
  font-size: 200%;
  font-weight: bold;
  padding: 0px 10px;
  background-color:#e8d3c7;
  border:4px gray solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 961px) {
  .bigbut {
    width: 45%;
    height: 60px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .bigbut {
    width: 45%;
    height: 60px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .bigbut {
    width: 40%;
    height: 50px;
    text-align: center;
  }
}

.secondrow {
  border-top-style: none;
}

/*
#resultslisting td {
  width: 40%;
}
#resultslisting td:first-child {
  width: 20%;
}
*/

#resultslisting {
  width: 100%;
}

/*
@media (min-width: 961px) {
  #resultslisting {
    width: 80%;
  }
}

@media (min-width: 769px) {
  #resultslisting {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #resultslisting {
    width: 100%;
  }
}
*/

@media (max-width: 768px) {
  .css-br01::after {
    content: "\A" ;
    white-space: pre;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .css-br02::after {
    content: "\A" ;
    white-space: pre;
  }
}

/* cal */
li.youbi_0,
li.youbi_1,
li.youbi_2,
li.youbi_3,
li.youbi_4,
li.youbi_5,
li.youbi_6 {
  list-style: none;
}
/*土曜の文字色*/
.youbi_6{
  color:#36F;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
  color:red;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
  background:#FF9;
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
  background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
  background:#FDD;	
}
.hidden{
  display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
  display:inline-block;
  width:13px;
  height:13px;
  margin:3px 3px 0 3px;
  position:relative;
  top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
  display:inline-block;
  width:13px;
  height:13px;
  margin:3px 3px 0 3px;
  position:relative;
  top:2px;
}
.scheduleComment{
  background-color: rgba(0, 0, 0, 0.05);
  font-size:90%;
  font-weight:normal;
  color:#333;
  margin-top:5px;
}
.scheduleList{
  font-size:100%;
  font-weight:normal;
  color:#333;
  padding:5px 0 5px;
  /* border-bottom:2px dotted #aaa; */
}

/*
.scheduleList:first-child{
  border-top:2px dotted #aaa;
}
*/

form.reservForm{
  padding-left:10px;
  margin-block-end:0.5em;
}

.optionText{
  /* padding-left:10px; */
  font-size:110%;
}

#formWrap{
  margin:0 10px;
}

.borderless{
  border:0!important
}

.option-hover:hover{
  background-color: rgba(0, 0, 0, 0.075);
}

