@charset "UTF-8";
/* css Home [time] */

/*---------------------------------------------------- */
/* time Area */
/*---------------------------------------------------- */
/*== Section ==*/
#time_block {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#time_block .timeArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Waku ==*/
#time_block .timeArea .waku_time {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Table [time] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_time {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: solid 5px #d0d1d1;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.haco_time table {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-collapse: collapse;
}
.haco_time table tr:first-child {
	border-bottom: solid 2px #d0d1d1;
}
.haco_time table th {
	margin: 0;
	height: auto;
	vertical-align: middle;
}
.haco_time table td {
	margin: 0;
	height: auto;
	vertical-align: middle;
}

/*== txt ==*/
.haco_time table th h3 {
	padding: 0;
	font-weight: 700;
	color: #199971;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}
.haco_time table th h4 {
	padding: 0;
	font-weight: 700;
	color: #2d2e2f;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}
.haco_time table td h5 {
	padding: 0;
	font-weight: 700;
	color: #2d2e2f;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}
.haco_time table td p {
	padding: 0;
	color: #199971;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}
.haco_time table td p small {
	padding: 0;
	margin: 0;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Table [repletion] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_repletion {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.haco_repletion table {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-collapse: collapse;
}
.haco_repletion table th {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_repletion table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}

/*== txt ==*/
.haco_repletion table th h5 {
	padding: 0;
	font-weight: 600;
	color: #2d2e2f;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}
.haco_repletion table th h5 i {
	padding: 0;
	margin: 0;
	font-style: normal;
	display: inline-block;
}
.haco_repletion table td p {
	padding: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* time Area */
/*---------------------------------------------------- */
/*== Section ==*/
#time_block {
	padding-top: 80px;
	width: 100%;
}
#time_block .timeArea {
	max-width: 1080px;
	width: 96%;
}

/*== Waku ==*/
#time_block .timeArea .waku_time {
	width: 100%;
}

/*---------------------------------------------------- */
/* Table [time] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_time {
	padding: 25px 45px;
	width: 100%;
}
.haco_time table {
	width: 100%;
}
.haco_time table th, 
.haco_time table td {
	padding: 15px 0;
}
.haco_time table th.week01, 
.haco_time table td.week21 {
	width: 26.5%;
}
.haco_time table th.week02, 
.haco_time table td.week22 {
	width: 10.5%;
}

/*== txt ==*/
.haco_time table th h3 {
	margin: 0 12px;
	font-size: 26px;
}
.haco_time table th h4 {
	margin: 0 12px;
	font-size: 26px;
}
.haco_time table td h5 {
	margin: 0 12px;
	font-size: 19px;
}
.haco_time table td p {
	margin: 0 12px;
	font-size: 26px;
}
.haco_time table td p small {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Table [repletion] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_repletion {
	padding-top: 15px;
	width: 94%;
}
.haco_repletion table {
	width: 100%;
}
.haco_repletion table th {
	padding-top: 15px;
	width: 30%;
}
.haco_repletion table td {
	padding-top: 15px;
	width: 70%;
}

/*== txt ==*/
.haco_repletion table th h5 {
	margin: 0 15px;
	font-size: 18px;
}
.haco_repletion table th h5 i {
	margin-right: 6px;
	font-size: 14px;
}
.haco_repletion table td p {
	margin: 0 15px;
	font-size: 18px;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* time Area */
/*---------------------------------------------------- */
/*== Section ==*/
#time_block {
	padding-top: 60px;
	width: 100%;
}
#time_block .timeArea {
	width: 96%;
}

/*== Waku ==*/
#time_block .timeArea .waku_time {
	width: 100%;
}

/*---------------------------------------------------- */
/* Table [time] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_time {
	padding: 15px 35px;
	width: 100%;
	border-width: 4px;
}
.haco_time table {
	width: 100%;
}
.haco_time table th, 
.haco_time table td {
	padding: 12px 0;
}
.haco_time table th.week01, 
.haco_time table td.week21 {
	width: 26.5%;
}
.haco_time table th.week02, 
.haco_time table td.week22 {
	width: 10.5%;
}

/*== txt ==*/
.haco_time table th h3 {
	margin: 0 10px;
	font-size: 21px;
}
.haco_time table th h4 {
	margin: 0 10px;
	font-size: 21px;
}
.haco_time table td h5 {
	margin: 0 10px;
	font-size: 16px;
}
.haco_time table td p {
	margin: 0 10px;
	font-size: 21px;
}
.haco_time table td p small {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Table [repletion] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_repletion {
	padding-top: 10px;
	width: 98%;
}
.haco_repletion table {
	width: 100%;
}
.haco_repletion table th {
	padding-top: 15px;
	width: 25%;
}
.haco_repletion table td {
	padding-top: 15px;
	width: 75%;
}

/*== txt ==*/
.haco_repletion table th h5 {
	margin: 0 12px;
	font-size: 16px;
}
.haco_repletion table th h5 i {
	margin-right: 5px;
	font-size: 12px;
}
.haco_repletion table td p {
	margin: 0 12px;
	font-size: 16px;
}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* time Area */
/*---------------------------------------------------- */
/*== Section ==*/
#time_block {
	padding-top: 40px;
	width: 100%;
}
#time_block .timeArea {
	width: 94%;
}

/*== Waku ==*/
#time_block .timeArea .waku_time {
	width: 100%;
}

/*---------------------------------------------------- */
/* Table [time] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_time {
	padding: 10px 20px;
	width: 100%;
	border-width: 3px;
}
.haco_time table {
	width: 100%;
}
.haco_time table tr:first-child {
	border-bottom-width: 1px;
}
.haco_time table th, 
.haco_time table td {
	padding: 8px 0;
}
.haco_time table th.week01, 
.haco_time table td.week21 {
	width: 23%;
}
.haco_time table th.week02, 
.haco_time table td.week22 {
	width: 11%;
}

/*== txt ==*/
.haco_time table th h3 {
	margin: 0 6px;
	font-size: 17px;
}
.haco_time table th h4 {
	margin: 0 6px;
	font-size: 17px;
}
.haco_time table td h5 {
	margin: 0 6px;
	font-size: 13px;
}
.haco_time table td p {
	margin: 0 6px;
	font-size: 17px;
}
.haco_time table td p small {
	font-size: 10px;
}

/*---------------------------------------------------- */
/* Table [repletion] */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_repletion {
	padding-top: 5px;
	width: 97%;
}
.haco_repletion table {
	width: 100%;
}
.haco_repletion table th {
	padding-top: 12px;
	width: 28%;
}
.haco_repletion table td {
	padding-top: 12px;
	width: 72%;
}

/*== txt ==*/
.haco_repletion table th h5 {
	margin: 0 12px;
	font-size: 14px;
}
.haco_repletion table th h5 i {
	margin-right: 4px;
	font-size: 10px;
}
.haco_repletion table td p {
	margin: 0 12px;
	font-size: 14px;
	line-height: 1.2;
}




}