<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

#contentsHeader h1 {
	margin: 0;
	padding: 5px 10px 0 47px;
	font-size: 2.5rem;
	color: #1a8f63;
	border-bottom: 3px solid #1a8f63;
	background: url("../../images/dom_confirm_icon.png") no-repeat;
	background-position: 5px 10px;
  background-size: 35px;
}

.tourArea .areaTab {
	border-bottom: 3px solid #009b62;
	/*background: url(../../images/bg_areaTab_d.png) no-repeat left bottom;*/
}

.tourArea .areaTab li {
	border-top: 2px solid #009b62;
	border-left: 2px solid #009b62;
	border-right: 2px solid #009b62;
	background: url(../../images/icon_index01_d.png) no-repeat center 38px #fff;
	font-weight: bold;
}
.tourArea .areaTab li.cur {
	background: #009b62;
	color: #fff;
}
.tourArea .areaTab li a {
	width: 100%;
	color: #009b62;
}
.tourArea .areaTab li a:hover {
	background: #009b62;
}

.tourSchedule {
	border: 2px solid #009b62;
}

.tourSchedule h2 {
	background: #009b62;
	border-radius: 10px;
}

.monthTab li {
	background: #cae8de;
	border-radius: 20px;
}
.monthTab li.cur {
	background: #64d1a7;
}

.tabsInner {
	background: #64d1a7;
}

.subAreaList li {
	background: url(../../images/icon_index02_d.png) no-repeat;
}

.tabsInner h3 {
	color: #006e52;
}

.selectdiv:after {
  color: #44bc8c;
}

/*table
======================*/
#tabs th {
	background: #02a167;
}
#tabs td {
	border:1px solid #6fdbb5;
}
.cose_discption, .course_tb02, .cose_no_midashi {
	background: #02a167;
}
@media screen and (min-width: 768px) {
	.tableHeader_02 td {
		border-bottom: 2px solid #6fdbb5!important;
	}
}
@media screen and (max-width: 767px) {
	.tableHeader_01 th {
		padding-top: 7px!important;
	}
	.tableHeader_01 th,
	.tableHeader_01 td {
		padding-bottom: 6px!important;
	}
	.tableHeader_02 td {
		padding-top: 6.5px!important;
	}
	#tabs th::after {
		border-top: 1px solid #6fdbb5;
	}
	.tableHeader_01 th::after,
	.tableHeader_01 td::after {
		border-bottom: 1.2px solid #6fdbb5!important;
	}
	.tableHeader_01 td::after {
		border-top: 1px solid #6fdbb5;
	}
	.tableHeader_02 td::after {
		border-bottom: 2px solid #6fdbb5;
	}
}</pre></body></html>