@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 678px) {
/* =============================================================================
page style setting
========================================================================== */
/* -----------------------------------------------
sec_main_view
----------------------------------------------- */
#sec_main_view {
	position: relative;
	height: auto;
	background: none;
}

#sec_main_view h2 {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background: url(../../img/contents/index/sec_main_bg_view.png) repeat center 0;
	background-size: cover;
}

#sec_main_view h2 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	padding: 0 0 0 0;
	text-align: center;
	/* 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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* -----------------------------------------------
info_range
*/
#sec_main_view .info_range {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #999999;
	z-index: 2;
}

#sec_main_view .info_range .range_inner {
	width: 93.75%;
	margin: 0 auto;
	padding: 8px 0 10px 0;
	/* 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: 100%;
	height: auto;
	/* 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 .info_mass .label_area {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	background-color: transparent;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#sec_main_view .info_range .info_mass ul {
	width: 100%;
	height: 40px;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sec_main_view .info_range .info_mass li {
	display: block;
	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: visible;
}

#sec_main_view .info_range .info_mass li span.icon.new span {
	display: none;
	margin: 0 2px 0 0;
	padding: 1px 4px 0 4px;
	background-color: #ff350a;
	color: #ffffff;
	font-size: 11px;
}

#sec_main_view .info_range .info_mass li.new span.icon.new span {
	display: inline-block;
}

#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 {
	display: block;
	max-height: 3em;
	margin: 2px 0 0 0;
	color: #ffffff;
	overflow: hidden;
}

#sec_main_view .info_range .bt_mass {
	width: 50px;
	padding: 0 0 0 0;
}

#sec_main_view .info_range .bt_mass ul {
	text-align: center;
}

#sec_main_view .info_range .bt_mass a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	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: initial;
	min-width: auto;
	padding: 30px 0 50px 0;
}

#sec_message h3 {
	margin: 0 0 20px 0;
	text-align: center;
}

#sec_message h3 .view {
	margin: 0 0 6px 0;
}

#sec_message h3 .view img {
	width: 30%;
}

#sec_message h3 .txt {
	color: #5c840a;
	font-size: 22px;
}

#sec_message .lead_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

#sec_message .about_01_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 0 0 25px 0;
	/* 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_message .about_01_range .view {
	margin: 0 0 10px 0;
	text-align: center;
}

#sec_message .about_01_range .view img {
	width: 100%;
}

#sec_message .about_01_range .txt {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}

#sec_message .about_02_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

#sec_message .about_02_range .txt {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}

#sec_message .about_02_range .view {
	margin: 0 0 10px 0;
	text-align: center;
}

#sec_message .about_02_range .view img {
	width: 100%;
}

/* -----------------------------------------------
sec_service
----------------------------------------------- */
#sec_service {
	background-color: #f5efe9;
}

#sec_service .sec_inner {
	min-width: initial;
	min-width: auto;
	padding: 30px 0 50px 0;
}

#sec_service h3 {
	margin: 0 0 20px 0;
	text-align: center;
}

#sec_service h3 .view {
	margin: 0 0 6px 0;
}

#sec_service h3 .view img {
	width: 30%;
}

#sec_service h3 .txt {
	color: #5c840a;
	font-size: 22px;
}

/* -----------------------------------------------
lead_range
*/
#sec_service .lead_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

/* -----------------------------------------------
facility_range
*/
#sec_service .facility_range {
	width: 93.75%;
	margin: 0 auto;;
}

#sec_service .facility_range 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_service .facility_range li {
	width: 100%;
}

#sec_service .facility_range .block {
	position: relative;
	margin: 0 0 10px 0;
}

#sec_service .facility_range .block .view img {
	width: 100%;
}

#sec_service .facility_range .block .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

/* -----------------------------------------------
about_range
*/
#sec_service .about_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#sec_service .about_range h4 {
	margin: 0 0 30px 0;
	font-size: 16px;
	text-align: center;
}

#sec_service .about_range 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_service .about_range li {
	margin: 0 0 25px 0;
}

#sec_service .about_range .view {
	margin: 0 0 6px 0;
	text-align: center;
}

#sec_service .about_range .view img {
	width: 50%;
}

#sec_service .about_range .txt {
	font-size: 15px;
	text-align: center;
}

/* -----------------------------------------------
sec_aboutus
----------------------------------------------- */
#sec_aboutus {

}

#sec_aboutus .sec_inner {
	min-width: initial;
	min-width: auto;
	padding: 30px 0 50px 0;
}

#sec_aboutus h3 {
	margin: 0 0 20px 0;
	text-align: center;
}

#sec_aboutus h3 .view {
	margin: 0 0 6px 0;
}

#sec_aboutus h3 .view img {
	width: 30%;
}

#sec_aboutus h3 .txt {
	color: #5c840a;
	font-size: 22px;
}

/* -----------------------------------------------
info_range
*/
#sec_aboutus .info_range {
	width: 93.75%;
	margin: 0 auto;
	/* 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;
}

/*** info_01_mass -------***/
#sec_aboutus .info_range .info_01_mass {
	width: 100%;
	margin: 0 0 25px 0;
}

#sec_aboutus .info_range .info_01_mass li {
	padding: 6px 0 5px 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: 100px;
	font-size: 14px;
}

#sec_aboutus .info_range .info_01_mass .txt {
	width: calc(100% - 100px);
	padding: 2px 0 0 0;
	font-size: 12px;
}

/*** info_02_mass -------***/
#sec_aboutus .info_range .info_02_mass {
	width: 100%;
}

#sec_aboutus .info_range .info_02_mass .ttl {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cdcdcd;
	font-size: 14px;
}

#sec_aboutus .info_range .info_02_mass .txt {
	padding: 18px 0 0 0;
	font-size: 12px;
	line-height: 1.8;
}

/* -----------------------------------------------
sec_contact
----------------------------------------------- */
#sec_contact {
	background-color: #f5efe9;
}

#sec_contact .sec_inner {
	min-width: initial;
	min-width: auto;
	padding: 30px 0 0 0;
}

#sec_contact h3 {
	margin: 0 0 20px 0;
	text-align: center;
}

#sec_contact h3 .view {
	margin: 0 0 6px 0;
}

#sec_contact h3 .view img {
	width: 30%;
}

#sec_contact h3 .txt {
	color: #5c840a;
	font-size: 22px;
}

/* -----------------------------------------------
lead_range
*/
#sec_contact .lead_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

/* -----------------------------------------------
contact_range
*/
#sec_contact .contact_range {
	width: 93.75%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#sec_contact .contact_range 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_contact .contact_range li {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
	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: 16px;
}

#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: 0 0 4px 0;
}

#sec_contact .contact_range .tel .ttl:before {
	display: inline-block;
	content: "";
	width: 20.5px;
	height: 15px;
	background-size: cover;
}

#sec_contact .contact_range .tel .txt {
	font-size: 24px;
}

/*--- mail ---*/
#sec_contact .contact_range .mail .ttl {
	padding: 0 0 4px 0;
}

#sec_contact .contact_range .mail .ttl:before {
	display: inline-block;
	content: "";
	width: 18.5px;
	height: 12px;
	background-size: cover;
}

#sec_contact .contact_range .mail .txt {
	font-size: 24px;
}

#sec_contact .contact_range .mail .txt img {
	width: 60%;
	max-width: 320px;
}

/* -----------------------------------------------
map_range
*/
#g_map {
	width: 100%;
	height: 300px;
}

#g_map iframe {
	width: 100%;
	height: 300px;
}

/* -----------------------------------------------
address_range
*/
#sec_contact .address_range {
	background-color: #ffffff;
}

#sec_contact .address_range .range_inner {
	width: 93.75%;
	margin: 0 auto;
	padding: 20px 0 25px 0;
}

#sec_contact .address_range .corporate {
	margin: 0 0 5px 0;
	font-size: 16px;
}

#sec_contact .address_range .txt {
	font-size: 14px;
}

}/* End SP----------------------------------------------------*/