@charset "UTF-8";

/* =============================================================================
page style setting
========================================================================== */
/* -----------------------------------------------
sec_main_view
----------------------------------------------- */
#sec_main_view {
	position: relative;
	height: 602px;
	background: url(../../img/contents/index/sec_main_bg_view.png) repeat center 0;
}

#sec_main_view h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 723px;
	height: 344px;
}

#sec_main_view h2 img {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
info_range
*/
#sec_main_view .info_range {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url(../../img/contents/index/sec_main_view_bg_info_01.png) repeat center 0;
	z-index: 2;
}

#sec_main_view .info_range .range_inner {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#sec_main_view .info_range .info_mass {
	width: 980px;
	height: 25px;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#sec_main_view .info_range .info_mass .label_area {
	display: inline-block;
	width: auto;
	height: 60px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 20px;
	background-color: #000000;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#sec_main_view .info_range .info_mass ul {
	width: 805px;
	height: 22px;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sec_main_view .info_range .info_mass li {
	display: none;
	font-size: 12px;
}

#sec_main_view .info_range .info_mass li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#sec_main_view .info_range .info_mass li.new .icon span {
	visibility: visible;
}

#sec_main_view .info_range .info_mass li .icon span {
	visibility: hidden;
}

#sec_main_view .info_range .info_mass li span.icon.new span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 5px 0 5px;
	background-color: #ff350a;
	color: #ffffff;
	font-size: 13px;
}

#sec_main_view .info_range .info_mass li .date {
	margin: 0 20px 0 0;
	color: #ffffff;
}

#sec_main_view .info_range .info_mass li .ttl {
	color: #ffffff;
}

#sec_main_view .info_range .bt_mass {
	padding: 5px 0 0 0;
}

#sec_main_view .info_range .bt_mass ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#sec_main_view .info_range .bt_mass a {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.1;
}

#sec_main_view .info_range .bt_mass a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* -----------------------------------------------
sec_message
----------------------------------------------- */
#sec_message {

}

#sec_message .sec_inner {
	min-width: 1000px;
	margin: 0 auto;
	padding: 110px 0 110px 0;
}

#sec_message h3 {
	margin: 0 0 45px 0;
	text-align: center;
}

#sec_message h3 .view {
	margin: 0 0 25px 0;
}

#sec_message h3 .txt {
	color: #5c840a;
	font-size: 36px;
}

#sec_message .lead_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	font-size: 28px;
	line-height: 1.8;
	text-align: center;
}

#sec_message .lead_range .hl {
	color: #ff840a;
}

#sec_message .about_01_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec_message .about_01_range .txt {
	width: 475px;
	font-size: 18px;
	line-height: 1.7;
}

#sec_message .about_02_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec_message .about_02_range .txt {
	width: 475px;
	font-size: 18px;
	line-height: 1.7;
}


/* -----------------------------------------------
sec_service
----------------------------------------------- */
#sec_service {
	background-color: #f5efe9;
}

#sec_service .sec_inner {
	min-width: 1000px;
	margin: 0 auto;
	padding: 110px 0 110px 0;
}

#sec_service h3 {
	margin: 0 0 45px 0;
	text-align: center;
}

#sec_service h3 .view {
	margin: 0 0 20px 0;
}

#sec_service h3 .txt {
	color: #5c840a;
	font-size: 36px;
}

/* -----------------------------------------------
lead_range
*/
#sec_service .lead_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	font-size: 28px;
	line-height: 1.8;
	text-align: center;
}

/* -----------------------------------------------
facility_range
*/
#sec_service .facility_range {
	width: 100%;
}

#sec_service .facility_range ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec_service .facility_range li {
	width: 33%;
}

#sec_service .facility_range .block {
	position: relative;
}

#sec_service .facility_range .block .view img {
	width: 100%;
}

#sec_service .facility_range .block .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	background: url(../../img/contents/index/sec_service_bg_facility_01.png) 0 0 repeat;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

/* Start 1050px--------------------------------------------------*/
@media screen and (max-width: 1050px) {
#sec_service .facility_range .block .txt {
	font-size: 13px;
}

}/* End 1050px----------------------------------------------------*/

/* -----------------------------------------------
about_range
*/
#sec_service .about_range {
	width: 1265px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

/* Start 1265px--------------------------------------------------*/
@media screen and (max-width: 1265px) {
#sec_service .about_range {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

}/* End 1265px----------------------------------------------------*/

#sec_service .about_range h4 {
	margin: 0 0 50px 0;
	font-size: 28px;
	text-align: center;
}

#sec_service .about_range ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec_service .about_range .view {
	margin: 0 0 20px 0;
}

#sec_service .about_range .txt {
	font-size: 20px;
	text-align: center;
}

/* -----------------------------------------------
sec_aboutus
----------------------------------------------- */
#sec_aboutus {

}

#sec_aboutus .sec_inner {
	min-width: 1000px;
	margin: 0 auto;
	padding: 110px 0 110px 0;
}

#sec_aboutus h3 {
	margin: 0 0 70px 0;
	text-align: center;
}

#sec_aboutus h3 .view {
	margin: 0 0 30px 0;
}

#sec_aboutus h3 .txt {
	color: #5c840a;
	font-size: 36px;
}

/* -----------------------------------------------
info_range
*/
#sec_aboutus .info_range {
	width: 1000px;
	margin: 0 auto;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*** info_01_mass -------***/
#sec_aboutus .info_range .info_01_mass {
	width: 480px;
}

#sec_aboutus .info_range .info_01_mass li {
	padding: 12px 0 10px 0;
	border-bottom: 1px solid #cdcdcd;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#sec_aboutus .info_range .info_01_mass li:first-child {
	padding: 0 0 10px 0;
}

#sec_aboutus .info_range .info_01_mass .label {
	width: 120px;
	font-size: 16px;
}

#sec_aboutus .info_range .info_01_mass .txt {
	width: 360px;
	padding: 2px 0 0 0;
	font-size: 14px;
}

/*** info_02_mass -------***/
#sec_aboutus .info_range .info_02_mass {
	width: 480px;
}

#sec_aboutus .info_range .info_02_mass .ttl {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cdcdcd;
	font-size: 16px;
}

#sec_aboutus .info_range .info_02_mass .txt {
	padding: 18px 0 0 0;
	font-size: 14px;
	line-height: 2;
}

/* -----------------------------------------------
sec_contact
----------------------------------------------- */
#sec_contact {
	background-color: #f5efe9;
}

#sec_contact .sec_inner {
	min-width: 1000px;
	margin: 0 auto;
	padding: 110px 0 0 0;
}

#sec_contact h3 {
	margin: 0 0 35px 0;
	text-align: center;
}

#sec_contact h3 .view {
	margin: 0 0 25px 0;
}

#sec_contact h3 .txt {
	color: #5c840a;
	font-size: 36px;
}

/* -----------------------------------------------
lead_range
*/
#sec_contact .lead_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	font-size: 28px;
	line-height: 1.8;
	text-align: center;
}

/* -----------------------------------------------
contact_range
*/
#sec_contact .contact_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

#sec_contact .contact_range ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec_contact .contact_range li {
	width: 470px;
	height: 185px;
	padding: 0 38px 0 38px;
	background-color: #ffffff;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#sec_contact .contact_range .ttl {
	color: #5c840a;
	font-size: 28px;
}

#sec_contact .contact_range .txt {
	color: #5c840a;
	line-height: 1.1;
}

#sec_contact .contact_range .txt a {
	color: #5c840a;
}

#sec_contact .contact_range .txt a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*--- tel ---*/
#sec_contact .contact_range .tel .ttl {
	padding: 40px 0 10px 0;
}

#sec_contact .contact_range .tel .ttl:before {
	display: inline-block;
	content: "";
	width: 41px;
	height: 30px;
	background: url(../../img/contents/index/sec_contact_icon_01.png) 0 0 no-repeat;
}

#sec_contact .contact_range .tel .txt {
	font-size: 42px;
}

/*--- mail ---*/
#sec_contact .contact_range .mail .ttl {
	padding: 40px 0 10px 0;
}

#sec_contact .contact_range .mail .ttl:before {
	display: inline-block;
	content: "";
	width: 37px;
	height: 24px;
	background: url(../../img/contents/index/sec_contact_icon_02.png) 0 0 no-repeat;
}

#sec_contact .contact_range .mail .txt {
	font-size: 35px;
}

#sec_contact .contact_range .mail .txt img {
	width: 100%;
}

/* -----------------------------------------------
map_range
*/
#g_map {
	width: 100%;
	height: 370px;
}

#g_map iframe {
	width: 100%;
	height: 370px;
}

/* -----------------------------------------------
address_range
*/
#sec_contact .address_range {
	background-color: #ffffff;
}

#sec_contact .address_range .range_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0 55px 0;
}

#sec_contact .address_range .corporate {
	margin: 0 0 10px 0;
	font-size: 18px;
}

#sec_contact .address_range .txt {
	font-size: 16px;
}
