@charset "UTF-8";


/* master_comment
---------------------------------------------------------- */
.ico_tel{
	width: 16px;
	height: auto;
	margin-bottom: 6px;
}
.line_box{
	padding: 20px;
	border: 1px solid #C7E3FB;
}

.txt_footer{
	color:#FF840A;
	}

/* tb_cell */
.tb_style th,
.tb_style td{
	padding: 10px;
	box-sizing: border-box;
}
.tb_style th span{ color: #F00; }
.select_box{ margin-bottom: 10px;}
.select01,
.slect_size{ width: 100%; } 


.schedule{
	width: 100%;
}
.schedule thead td{
	background: #F0F8FF;
} 
.holiday {
    color: #ff840a;
}
.scroll{
	margin: 10px 0;
}
.swipe{ display: none; }














/*-------------------------------------------------
---- Media Query
------------------------------------------------- */

@media screen and (max-width:640px) {

.scroll{
	margin-top: 0px;
	overflow: auto;　　　　
  white-space: nowrap;　

}
.scroll table{ width: 640px; }
.swipe{ display: block; }
.swipe{
	background: url(../img/ico_swipe.png) no-repeat left center;
	background-size: 25px;
	padding: 7px 0 7px 35px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 0;
}

} /* End Media 768px */





@media screen and (max-width:420px) {
	

	



} /* End Media 420px */



















