@charset "utf-8";


div#col-schedule-left {
  float: left;
  position: relative;
  width: 170px;
  overflow: hidden;
  border-top: 2px solid #414141;
  padding-top: 15px;
}

div#col-schedule-main {
  float: right;
  position: relative;
  width: 490px;
  overflow: hidden;
}

div#col-schedule-main_100per {
  position: relative;
  width: 100%;
  overflow: hidden;
}


a.group-reservation {
  display: block;
  position: absolute;
  width: 156px;
  height: 15px;
  top: 42px;
  left: 433px;
}



table.tb-schedule-s {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9d9d9d;
  margin-bottom: 10px;
}

table.tb-schedule-s th {
  width: 14%;
  border: 1px solid #9d9d9d;
  text-align: center;
  background: #dfe2e3;
  padding: 2px;
  vertical-align: middle;
  font-weight: normal;
  color: #000;
  font-size: 85%;
  overflow: hidden;
}

table.tb-schedule-s th.saturday {
  background: #b9e1ff !important;
}

table.tb-schedule-s th.sunday {
  background: #ffb9b9 !important;
}

table.tb-schedule-s td {
  width: 14%;
  border: 1px solid #9d9d9d;
  text-align: center;
  padding: 2px;
  vertical-align: top;
  overflow: hidden;
  background-color: #FFF;
  font-size: 85%;
}

table.tb-schedule-s td.close-day {
  color: #fff;
  /*color: #e24a42;*/
  background-color: #F00;

}


table.tb-schedule {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9d9d9d;
  margin-bottom: 10px;
}

table.tb-schedule th {
  width: 14%;
  border: 1px solid #9d9d9d;
  text-align: center;
  background: #dfe2e3;
  padding: 6px 2px;
  vertical-align: middle;
  font-weight: normal;
  color: #000;
  font-size: 92%;
  overflow: hidden;
}

table.tb-schedule th.saturday {
  background: #b9e1ff !important;
}

table.tb-schedule th.sunday {
  background: #ffb9b9 !important;
}

table.tb-schedule th dt.txt-day {
  font-size: 116%;
  font-weight: bold;
  padding: 5px 0;
}

table.tb-schedule td {
  width: 14%;
  height: 94px;
  border: 1px solid #9d9d9d;
  text-align: center;
  padding: 2px;
  vertical-align: top;
  overflow: hidden;
}

table.tb-schedule td dt.txt-day {
  font-size: 116%;
  font-weight: bold;
  padding: 5px 0;
}


/*		table.tb-schedule td dd	{ height: 17px; margin-bottom: 2px; }*/

table.tb-schedule td dd {
  height: 32px;
  margin-bottom: 2px;
}

span.close-day {
  /*color: #F00;*/
  color: #e24a42;
  font-weight: bold;
}


table.tb-schedule-varticalLayout {
  table-layout: fixed;
}

table.tb-schedule-varticalLayout tr {
  /*height: 67px;*/
}

table.tb-schedule-varticalLayout th {
  width: 5%!important;
}

table.tb-schedule-varticalLayout td {
  width: 45%!important;
  text-align: left!important;
}

table.tb-schedule-varticalLayout img {
  margin-bottom: 2px;
}


table.reception {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body#pg-guide-schedule table.tb-schedule td table.reception td {
  border: 0 none;
  border-collapse: collapse;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  width: inherit !important;
}

body#pg-guide-schedule table.tb-schedule td table.reception td.leftlavel {
  width: 118px !important;
}

body#pg-guide-schedule table.tb-schedule td a {
  text-decoration: underline;
}

body#pg-guide-schedule table.tb-schedule td a:visited {
  text-decoration: underline;
}

body#pg-guide-schedule table.tb-schedule td a:hover {
  text-decoration: underline;
}

body#pg-guide-schedule table.tb-schedule td a:active {
  text-decoration: underline;
}


#box-tb-schedule-bottom {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

#schedule-bottom-left {
  width: 50%;
  float: left;
  overflow: hidden;
}

#schedule-bottom-right {
  width: 50%;
  float: right;
  overflow: hidden;
}


/*
ul#schedule-bottom-nav {
  display: block;
  width: 100%;
  float: right;
  overflow: hidden;
}

ul#schedule-bottom-nav li {
  display: block;
  width: 64px;
  height: 19px;
  float: right;
  overflow: hidden;
  margin-left: 10px;
}

ul#schedule-bottom-nav li.calendar {
  display: block;
  width: 74px!important;
  height: 23px!important;
  overflow: hidden;
  margin-left: 0!important;
}
*/

.ico_list {
  background: url(../../img/ico_list.gif) no-repeat 0 5px;
  padding-left: 10px;
}

div.about-group {
  float: left;
  width: 50%;
  overflow: hidden;
}

div.about-group p.icon-area img {
  margin-right: 5px;
}

span.green_cir {
  color: #68a344;
}

div.kusuri-onegai {
  float: right;
  width: 50%;
  overflow: hidden;
}

/*団体予約画面共通*/
.rsrv_access_btn .square_btn {
/*  width: 70%;  */
width: 75%;
}

.reservation-contents {
  background: #ffffff;
  padding: 0 30px;
}

/*団体予約スケジュール*/
div.rsrv_header {
  padding-bottom:10px;
  text-align: center;
  font-weight: bold;
  border-bottom-style: solid;
  border-color: #ccc;
}

div.rsrv_header_left {
  text-align: left;
}

dl.terms_rsrv {
  border-top: 1px dashed #ccc;
  margin-bottom: 0px;
  /*	line-height:20px;*/
}

dl.terms_rsrv dt {
  text-align: left;
  clear: left;
  float: left;
  width: 30%;
}

dl.terms_rsrv dd {
  margin: 0 0 0 30%;
  height: 20%;
}

.crowded_dd {
  color: #ff8400;
  font-weight: bold;
}

.reserved_dd {
  color: #1063C3;
  font-weight: bold;
}

.crowded_dd_ng {
  color: #9d9d9d;
  font-weight: bold;
}

.reserved_dd_ng {
  color: #9d9d9d;
  font-weight: bold;
}

.square_btn_dantai {
  padding: 0em 1em;
}

.background-ng {
  background: #eee;
}

a.snav1 {
  font-weight: bold;
  padding:0;
}

a.snav2 {
  font-weight: bold;
  padding:0;
}

.chg_month {
  width: 100%;
}

.prev_month {
  text-align: left;
  float: left;
  width: 50%;
}

.next_month {
  text-align: right;
  float: right;
  width: 50%;
}

.rsrv_access_btn {
  text-align: left;
}

.rsrv_month {
  text-align: center;
  font-weight: bold;
  pa
}

.one-day{
  margin-bottom: 0px;
}

.ng_color{
  color: #9d9d9d;
}
span.ng_color {
  color: #9d9d9d;

}


.rsrv_header .rsrv_btn_size{/*上部説明文言のボタンサイズ調整*/
  width:6em;
}

.term{/*時間帯のフォントサイズ*/
 font-size:80%;
}

.reservation-contents .box{
 margin-bottom:0;
}
/*エラー画面*/
.rsrv_box_error #col-main #col-main-inner {/*エラー画面のセンタリング*/
  text-align:center;
}



@media screen and (max-width: 769px) {
/**カレンダーをスマホ表示に変更**/
  .reservation-contents {padding: 15px;}
  .tb-schedule thead {display: none;}
  .tb-schedule tbody td {
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    display: -webkit-flex;
    display: flex;
  }
  
  .tb-schedule dl.one-day{width: 100%;}
  .tb-schedule dl.one-day > dd{
	width:30%;
	height:65px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	}
	
  .tb-schedule dl.one-day > dd dl.terms_rsrv{
	  padding: 3px 0;
	  }
  .tb-schedule dl.one-day > dd dl.terms_rsrv dt,
  .tb-schedule dl.one-day > dd dl.terms_rsrv dd{
	  clear:none;
	  float:inherit;
	  width:100%;
	  margin:0;
	  text-align: center;
	  }
	  
	
	/*スマホ表示用に曜日を付け加える*/
	
	.tb-schedule dl.one-day > dt.txt-day:after {
        font-size: 12px;
        position: relative;
    }
    .tb-schedule tr td:nth-child(1) dt.txt-day:after {
        content: "\65E5\FF08\6708\FF09";
    }
    .tb-schedule tr td:nth-child(2) dt.txt-day:after {
        content: "\65E5\FF08\706B\FF09";
    }
    .tb-schedule tr td:nth-child(3) dt.txt-day:after {
        content: "\65E5\FF08\6C34\FF09";
    }
    .tb-schedule tr td:nth-child(4) dt.txt-day:after {
        content: "\65E5\FF08\6728\FF09";
    }
    .tb-schedule tr td:nth-child(5) dt.txt-day:after {
        content: "\65E5\FF08\91D1\FF09";
    }
    .tb-schedule tr td:nth-child(6) dt.txt-day:after {
        content:"\65E5\FF08\571F\FF09";
    }
	.tb-schedule tr td:nth-child(7) dt.txt-day:after {
        content: "\65E5\FF08\65E5\FF09";
    }
	
	/*
	.tb-schedule tr td:nth-child(7) dt.txt-day{
	 background: #ffb9b9;
	}*/
	
	/*調整*/
	
	.reservation-contents .notice ul{
		padding-left: 0;
	}
	.rsrv_access_btn .square_btn{
		width:100%;
		font-size:90%;
	}
  
}

.box .btn_box #prev_btn{
visibility: hidden;
}
.box .btn_box #next_btn{
visibility: visible;
}

