@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */
.notesarea {
	margin: 0 5vw 5vh 5vw;
	border: solid 1px #000;
	padding: 5vw;
	}
	
.notes {
	}

	
.notes h4 {
	font-size: 3.5vw;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 3vh 0;
	}
	
.reservationBtn li {
	text-align: center;
	font-size: 3.7vw;
	}
	
.reservationBtn li a{
	color: #fff;
	border-radius: 3px;
	text-align: center;
	display: block;
	padding: 2.5vh 0;
	width: 100%;
	}
	
.reservationBtn li.btn_l a{
	background-color: #499bee;
	margin-bottom: 3vh;
	}
	
.reservationBtn li.btn_r a{
	background-color: #f38107;
	}
	
.reservationBtn li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
	
	
/*///////// スケジュール表 //////////*/	
.tabs {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	}
	
.tabtitle {
	text-align: center;
	color: #fff;
	font-size: 4.7vw;
	width: 100%;
	padding: 1vh 0;
	}
.tabtitle01 {background-color: #499bee;}
.tabtitle02 {background-color: #f499ac;}
.tabtitle03 {background-color: #e399f3;}
.tabtitle04 {background-color: #f2bf9a;}
.tabtitle05 {background-color: #a0e2a5;}

table {
	margin-bottom: 5vh;
	width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
	display: block; 
	}
.theadarea {
	background-color: #959595;
	color: #fff;
	}
	
.theadarea td {
	padding: 1vh 1vw;
	text-align: center;
	font-size: 3vw;
	}

td a {
	font-size: 3vw;
	color: #4C4C4C;
	text-decoration: underline;
	}
	
td a:hover {
	color: #898989;
	text-decoration: none;
	}
	
tbody td {
	border-bottom: solid 1px #cecece;
	border-right: 1px solid #cecece;
	padding: 1.4vh 2vw;
	color: #4C4C4C;
	text-align: center;
	font-size: 3vw;
	}
	
.level {width: 20vw; text-align: left;}
.level02 {background-color: #fff;}
.kozamane {width: 30vw; text-align: left;}
.week {width: 45px;}
.time {width: 140px;}
.date {width: 75px;}
.number {width: 85px;}
.tright {border-right: none; width: 140px;}
	
/*.zback {background-color: #ecf5fe;}
.mback {background-color: #feeef1;}
.toback {background-color: #f9ebfd;}
.itback {background-color: #ffefe3;}
.kiback {background-color: #e9fceb;}*/
.back01 {background-color: #ecf5fe;}
.back02 {background-color: #feeef1;}
.back03 {background-color: #f9ebfd;}
.back04 {background-color: #ffefe3;}
.back05 {background-color: #e9fceb;}
	
	
	
}





@media screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
.notesarea {
	width: 970px;
	padding: 30px;
	margin: 0 auto 70px auto;
	border: solid 1px #000;
	}
	
.notes {
	width: 720px;
	margin: 0 auto;
	}

	
.notes h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 35px 0;
	padding: 8px 0 0 15px;
	}

.reservationBtn li {
	margin: 0 10px;
	display: inline-block;
	}
	
.reservationBtn li a{
	color: #fff;
	padding: 12px 50px;
	border-radius: 3px;
	text-align: center;
	}
	
.reservationBtn li.btn_l a{
	background-color: #499bee;
	}
	
.reservationBtn li.btn_r a{
	background-color: #f38107;
	}

.notes_l p,.notes_r p {
	font-size: 15px;
	line-height: 2em;
	}
	
.reservationBtn li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
	
	
/*///////// スケジュール表 //////////*/	
.tabs {
	width: 1030px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	}
	
.tabtitle {
	text-align: center;
	height: 60px;
	color: #fff;
	font-size: 23px;
	width: 1030px;
	display: table-cell;
	vertical-align: middle;
	}
.tabtitle01 {background-color: #499bee;}
.tabtitle02 {background-color: #f499ac;}
.tabtitle03 {background-color: #e399f3;}
.tabtitle04 {background-color: #f2bf9a;}
.tabtitle05 {background-color: #a0e2a5;}

table {
	width: 1030px;
	font-size: 15px;
	margin-bottom: 60px;
	}
	
.theadarea {
	background-color: #959595;
	color: #fff;
	}
	
.theadarea td {
	padding: 10px 0;
	text-align: center;
	}

td a {
	font-size: 15px;
	color: #4C4C4C;
	text-decoration: underline;
	}
	
td a:hover {
	color: #898989;
	text-decoration: none;
	}
	
tbody td {
	border-bottom: solid 1px #cecece;
	border-right: 1px solid #cecece;
	padding: 10px 0;
	color: #4C4C4C;
	text-align: center;
	}
	
.level {width: 95px; text-align: left;}
.level02 {background-color: #fff;}
.kozamane {width: 410px; text-align: left; padding-left: 15px;}
.week {width: 45px;}
.time {width: 140px;}
.date {width: 75px;}
.number {width: 85px;}
.tright {border-right: none; width: 140px;}
	
/*.zback {background-color: #ecf5fe;}
.mback {background-color: #feeef1;}
.toback {background-color: #f9ebfd;}
.itback {background-color: #ffefe3;}
.kiback {background-color: #e9fceb;}*/
.back01 {background-color: #ecf5fe;}
.back02 {background-color: #feeef1;}
.back03 {background-color: #f9ebfd;}
.back04 {background-color: #ffefe3;}
.back05 {background-color: #e9fceb;}
}