@charset "UTF-8";
/* css Course [top] */

@import url("../content.css");
@import url("../home/contact.css");
@import url("main.css");

/*---------------------------------------------------- */
/* Course */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_course {
	margin: 0 auto;
	height: auto;
}

.waku_course .course_left {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_course .course_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_course .course_right .photo_course {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_course .course_right .photo_course img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table th {
	margin: 0;
	height: auto;
	border: solid 1px #dcdcdc;
	background-color: #f6fbfa;
	vertical-align: top;
}

.haco_summary table td {
	margin: 0;
	height: auto;
	border: solid 1px #dcdcdc;
	vertical-align: top;
}

.haco_summary table th h5 {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table td p {
	padding: 0;
	font-weight: normal;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.haco_schedule {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.haco_schedule table {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_schedule table tr:nth-child(odd) {
	padding: 0;
	margin: 0;
	background-color: #f6fbfa;
}

.haco_schedule table th {
	margin: 0;
	height: auto;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	background-color: #5aa27f;
	vertical-align: top;
}

.haco_schedule table td {
	margin: 0;
	height: auto;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	vertical-align: top;
}

.haco_schedule table th h5 {
	padding: 0;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_schedule table td p {
	padding: 0;
	font-weight: normal;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Week */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_week {
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.haco_week {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.haco_week table {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_week table th {
	margin: 0;
	height: auto;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	background-color: #5aa27f;
	vertical-align: top;
}

.haco_week table td {
	margin: 0;
	height: auto;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	vertical-align: top;
}

.haco_week table th h5 {
	padding: 0;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_week table td p {
	padding: 0;
	font-weight: normal;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_course {
	margin: 0 auto;
	height: auto;
}

.moji_course p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: normal;
	line-height: 1.6;
}

.moji_schedule {
	margin: 0 auto;
	height: auto;
}

.moji_schedule p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: normal;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	margin: 0 auto;
	height: auto;
}

.waku_area .areabox  {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_area .areabox .photo_area img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Course */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_course {
	padding: 0;
	width: 97%;
	overflow: hidden;
}

.waku_course .course_left {
	width: 65%;
	float: left;
}

.waku_course .course_right {
	width: 31%;
	float: right;
}

/*== img ==*/
.waku_course .course_right .photo_course {
	margin-bottom: 10px;
	width: 100%;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	width: 100%;
}

.haco_summary table th {
	padding: 12px 0;
	width: 28%;
}

.haco_summary table td {
	padding: 12px 0;
	width: 72%;
}

.haco_summary table th h5 {
	margin: 0 18px 0 18px;
	font-size: 0.9375em;/* 15px */
}

.haco_summary table td p {
	margin: 0 18px 0 18px;
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding: 0;
	margin-top: 30px;
	width: 97%;
}

/*== Table ==*/
.haco_schedule {
	width: 100%;
}

.haco_schedule table th {
	padding: 12px 0;
}

.haco_schedule table td {
	padding: 12px 0;
}

.haco_schedule table .box1 {
	width: 70%;
}

.haco_schedule table .box2 {
	width: 30%;
}

.haco_schedule table th h5 {
	margin: 0 18px 0 18px;
	font-size: 0.9375em;/* 15px */
}

.haco_schedule table td p {
	margin: 0 18px 0 18px;
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* Week */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_week {
	padding: 0;
	margin-top: 30px;
	width: 97%;
}

/*== Table ==*/
.haco_week {
	width: 100%;
}

.haco_week table tr:nth-child(odd) {
	padding: 0;
	margin: 0;
	background-color: #f6fbfa;
}

.haco_week table th {
	padding: 12px 0;
}

.haco_week table td {
	padding: 12px 0;
}

.haco_week table .box1 {
	width: 8%;
}

.haco_week table .box2 {
	width: 11.5%;
}

.haco_week table th h5 {
	margin: 0 18px 0 18px;
	font-size: 0.9375em;/* 15px */
}

.haco_week table td p {
	margin: 0 18px 0 18px;
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_course {
	padding: 0 0 16px 0;
	width: 97%;
}

.moji_course p {
	font-size: 0.9375em;/* 15px */
}

.moji_schedule {
	padding: 16px 0 0 0;
	width: 97%;
}

.moji_schedule p {
	font-size: 0.8125em;/* 13px */
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	padding: 0;
	margin-top: 15px;
	width: 97%;
}

.waku_area .areabox  {
	padding: 10px 0 10px 0;
	margin: 0 1.2%;
	width: 22.0%;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	width: 100%;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 640px) {
/*---------------------------------------------------- */
/* Course */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_course {
	padding: 0;
	width: 96%;
	overflow: hidden;
}

.waku_course .course_left {
	width: 65%;
	float: left;
}

.waku_course .course_right {
	width: 31%;
	float: right;
}

/*== img ==*/
.waku_course .course_right .photo_course {
	margin-bottom: 10px;
	width: 100%;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	width: 100%;
}

.haco_summary table th {
	padding: 10px 0;
	width: 28%;
}

.haco_summary table td {
	padding: 10px 0;
	width: 72%;
}

.haco_summary table th h5 {
	margin: 0 14px 0 14px;
	font-size: 0.875em;/* 14px */
}

.haco_summary table td p {
	margin: 0 14px 0 14px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding: 0;
	margin-top: 25px;
	width: 96%;
}

/*== Table ==*/
.haco_schedule {
	width: 100%;
}

.haco_schedule table th {
	padding: 10px 0;
}

.haco_schedule table td {
	padding: 10px 0;
}

.haco_schedule table .box1 {
	width: 65%;
}

.haco_schedule table .box2 {
	width: 35%;
}

.haco_schedule table th h5 {
	margin: 0 14px 0 14px;
	font-size: 0.875em;/* 14px */
}

.haco_schedule table td p {
	margin: 0 14px 0 14px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Week */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_week {
	padding: 0;
	margin-top: 25px;
	width: 96%;
}

/*== Table ==*/
.haco_week {
	width: 100%;
}

.haco_week table tr:nth-child(odd) {
	padding: 0;
	margin: 0;
	background-color: #f6fbfa;
}

.haco_week table th {
	padding: 10px 0;
}

.haco_week table td {
	padding: 10px 0;
}

.haco_week table .box1 {
	width: 8%;
}

.haco_week table .box2 {
	width: 11.5%;
}

.haco_week table th h5 {
	margin: 0 14px 0 14px;
	font-size: 0.875em;/* 14px */
}

.haco_week table td p {
	margin: 0 14px 0 14px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_course {
	padding: 0 0 14px 0;
	width: 96%;
}

.moji_course p {
	font-size: 0.875em;/* 14px */
}

.moji_schedule {
	padding: 14px 0 0 0;
	width: 96%;
}

.moji_schedule p {
	font-size: 0.75em;/* 12px */
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	padding: 0;
	margin-top: 10px;
	width: 96%;
}

.waku_area .areabox  {
	padding: 10px 0 10px 0;
	margin: 0 1.0%;
	width: 22.0%;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	width: 100%;
}



}

/* SP */
@media all and (max-width: 639px) {
/*---------------------------------------------------- */
/* Course */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_course {
	padding: 0;
	width: 96%;
}

.waku_course .course_left {
	padding-top: 5px;
	margin: 0 auto;
	width: 96%;
	display: block;
}

.waku_course .course_right {
	margin: 0 auto;
	width: 70%;
	display: block;
}

/*== img ==*/
.waku_course .course_right .photo_course {
	margin-bottom: 10px;
	width: 100%;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	width: 100%;
}

.haco_summary table th {
	padding: 8px 0;
	width: 28%;
}

.haco_summary table td {
	padding: 8px 0;
	width: 72%;
}

.haco_summary table th h5 {
	margin: 0 10px 0 10px;
	font-size: 0.875em;/* 14px */
}

.haco_summary table td p {
	margin: 0 10px 0 10px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding: 0;
	margin-top: 20px;
	width: 96%;
}

/*== Table ==*/
.haco_schedule {
	width: 96%;
}

.haco_schedule table th {
	padding: 8px 0;
}

.haco_schedule table td {
	padding: 8px 0;
}

.haco_schedule table .box1 {
	width: 61%;
}

.haco_schedule table .box2 {
	width: 39%;
}

.haco_schedule table th h5 {
	margin: 0 10px 0 10px;
	font-size: 0.875em;/* 14px */
}

.haco_schedule table td p {
	margin: 0 10px 0 10px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Week */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_week {
	padding: 0;
	margin-top: 20px;
	width: 96%;
}

/*== Table ==*/
.haco_week {
	width: 100%;
}

.haco_week table thead {
    display: none;
}

.haco_week table tr {
	padding: 0;
    width: 100%;
	border-radius: 4px;
	display: block;
	font-size: 0.875em;/* 14px */
}

.haco_week table td.box1 {
	padding: 7px 0;
	margin: 0;
	display: block;
	border-style: none;
    background-color: #5aa27f;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-align: left;
	padding-left: 30%;
	position: relative;
}

.haco_week table td.box2 {
	padding: 7px 0;
	margin: 0;
    display: block;
	border-top: none;
	border-right: 1px solid #dce0e3;
	border-left: 1px solid #dce0e3;
	border-bottom: 1px dotted #dce0e3;
	padding-left: 30%;
	padding-right: 15px;
	position: relative;
}

.haco_week table td.box2:nth-child(odd) {
	background-color: #f6fbfa;
}

.haco_week table td.box2:last-child {
	margin-bottom: 15px;
	border-bottom: 1px solid #dce0e3;
}

.haco_week table td.box1 p {
	margin: 0;
    color: #fff;
	font-size: 100%;
    font-weight: bold;
    text-align: left;
	
}

.haco_week table td.box2 p {
	margin: 0;
	font-size: 100%;
    font-weight: normal;
    text-align: left;
}

.haco_week table td:before {
    content:attr(data-label);
	float: none;
	font-weight: bold;
	text-align: left;
	width: 25%;
	padding-left: 15px;
	position: absolute;
	left: 0;
	margin-top: 3px;
	font-size: 100%;/* 14px */
}	

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_course {
	padding: 0 0 14px 0;
	width: 92%;
}

.moji_course p {
	font-size: 0.875em;/* 14px */
}

.moji_schedule {
	padding: 14px 0 0 0;
	width: 92%;
}

.moji_schedule p {
	font-size: 0.6875em;/* 11px */
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_area {
	padding: 0;
	margin-top: 10px;
	width: 96%;
}

.waku_area .areabox  {
	padding: 10px 0 5px 0;
	margin: 0 1.0%;
	width: 47.0%;
}

/*== img ==*/
.waku_area .areabox .photo_area {
	width: 100%;
}


}