@charset "utf-8";
/* CSS Document */

/* 施設ボタン
--------------------------------------------------*/
.plice-btn a {
	display: block;
	border: solid 1px #CCCCCC;
	list-style: none;
	text-align: center;
	border-radius: 6px;
	display: block;
	padding: 0.5em 1em 0.4em;
	text-decoration: none;	
	/*width: 9em;*/
}
a.place-btn-on {
	color: #FFFE47;
}
a.place-btn-on:hover {
	color: #A2FF82;
}
a.place-btn-off {
	color: #FFFFFF;
}
a.place-btn-off:hover {
	color: #A2FF82;
}

@media screen and (max-width: 768px) {
    .plice-btn a {
        padding: 0.5em 0 0.4em;
        width: 9.2em;
    }
}
/* table対応
--------------------------------------------------*/
/*コメント*/
.table-bottom-starmark {
	margin: 5px auto 1em;
	text-align: left;
}
.table-bottom-starmark ul li {
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
	margin: 0;
	line-height: 1.3;
}

/*1列目の枠*/
table.table-width-all {table-layout: fixed;}
table.table-width-all tr th.book01_cell_w01 {width: 140px;}



/* バツボタン
--------------------------------------------------*/
.btn-real-area {width: 100%; max-width: 1200px; margin: 0 auto; position: relative;}
.btn-real {
  display: inline-block;
  text-decoration: none;
  color: rgba(152, 152, 152, 0.43);/*アイコン色*/
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#AAAAAA 0%, #CCCCCC 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
	opacity: 0.7;
	z-index: 3;
	right:0;
	position: absolute;
}
a.btn-real {
  text-decoration: none;
	color: #FFF;
}
.btn-real i {
  line-height: 60px;
}
.btn-real:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}

/*week*/
.week_btn_area {
	display: flex;
	justify-content: space-between;
}
.week_btn_area div {
	margin: 2px;
}

/*その他*/
ul.plice-btn {
	display: flex;
    flex-wrap: wrap;
}
ul.plice-btn li {
	margin: 5px;
}

p.note_bottom0 {margin-bottom: 0;}

h3.title02-book01 {
	background: #2C66AD;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding: 0.3em 0 0.2em 0.5em;
	text-align: left;
    margin: 0;
}

tr.sp_alive_tr th {
    display: none;
}

@media screen and (max-width: 769px) {
    tr.sp_alive_tr th {
        display: table-cell;
    }
    
    td.cell100per {
        display: block;
        width: 100%;
    }
}

/*tablescreen-book01のみ*/
@media screen and (max-width: 1200px) {
  table.tableline-scroll {
      display: table;
	}
}
@media screen and (max-width: 732px) {
  table.tableline-scroll {
        display: block;
        overflow: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
	}
}



.search-box {
    border: solid 1px #999;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto 1em;
}

.search-box p {
    text-align: left;
    margin: auto;
    margin-left: 2em;
}

@media screen and (max-width: 768px) {
	.search-box table {
		margin: 10px 0;
		border: none;
	}
	.search-box table td {
		display: inline-block;
	}
    .search-box p {
        margin-left: 0;
    }
}

tr.table_sp_alive td,tr.table_sp_alive th {
    display: none;
}

@media screen and (max-width: 1200px) {
    tr.table_sp_alive td,tr.table_sp_alive th {
        display: table-cell;
    }
}
tr.book01-time-tr td {
    background: #FEFFDD;
    /*width: 2em;*/
}

table.table_reian td {font-size: 80%;}
table.table_reian th {min-width: 100px;}

@media screen and (max-width: 1200px) {
    table.tableline-scroll th, table.tableline-scroll td {padding: 0;}
    table.reian_table th {text-align: left;}
    table.reian_table td {min-width: 25px;}
}

.fixed01 {
/*    position: sticky;
    left: 0;*/
    background: #BBD9F9;
}
/*.fixed02 {
    position: sticky;
    left: 0;
}
.fixed01:before, .fixed02:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 2;
}*/

table.tableline-scroll th.inner_cell_01 {padding: 0;}
table.tableline-scroll td.inner_cell_01 {padding: 0;}
table.tableline-scroll table {border: none; width: 100%;}
table.tableline-scroll table tr {border: none;}
table.tableline-scroll table tr td {border: none; border-bottom: none; border-right: none;}
table.tableline-scroll table tr td.border_right_inner01 {
    width: 70px;
    border-right: solid 1px #999;
}
table.tableline-scroll table tr td.border_bottom_inner01 {
    border-bottom: solid 1px #999;
    border-right: none;
}
table.tableline-scroll table tr td.border_bottom_inner02 {
    border-right: none;
}

tr.hcolor_02_02 th.cell_scroll_blue {background: #BBD9F9;}
.cell_scroll_white {background: #F5F5F5;}
.cell_scroll_gray {background: #DDDDDD;}


/* kawa追加 2026-08-21 ------------------------------------------------*/

/* 緑 */
.fixed01_kw {
/*    position: sticky;
    left: 0;*/
    background: #66FF99;
}

h3.title02-book01_kw {
	background: #00cc00;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
	padding: 0.3em 0 0.2em 0.5em;
	text-align: left;
    margin: 0;
}

.hcolor_02_02_kw {background: #ccffcc;}
.cell_scroll_blue_kw {background: #66FF99;}

