@charset "UTF-8";
/* CSS Document */

/*************************************************************************************/
/*                                        共　　通                                   */
/*************************************************************************************/
.section-title h1 img {
    max-width: 100%;
    height: 30px;
}
/*************************************************************************************/
/*                                     ヘッダーエリア                                */
/*************************************************************************************/
header div.menuClosed {
	background-image: url(/img/header-action-mobile.png);
}

/*************************************************************************************/
/*                                    メインエリア                                   */
/*************************************************************************************/
/** 共通 **/
section {
	width: 80%;
}
section p {
	text-align: left;
}
h2 {
	font-size: 1.5rem;
	background-color: #66994D;
	color: #ffffff;
	padding: 5px 10px;
}
/** セクション１ **/
#main-sec1 {
	margin-top: 20px;
	margin-bottom: 30px;
}

/*************************************************************************************/
/*                                    タブレット用                                   */
/*************************************************************************************/
@media (min-width: 768px){
	/** 共通 **/
	h2 {
		margin-top: 35px;
		margin-bottom: 15px;
	}
	/** ヘッダーエリア **/
	header #imgHeader {
		background-image: url(/img/header-action-pc.png);
		height: 30vw;
		max-height: 300px;
	}
	header li#menu-item5 > a {
		color: #66994D !important;
	}
	/** セクション１ **/
	#main-sec1 {
		max-width: 650px;
	}
}

/*************************************************************************************/
/*                                   デスクトップ用                                  */
/*************************************************************************************/
@media (min-width: 992px){
	/** フッターエリア **/
	footer #company-address {
		font-size: 1.0rem;
	}
	footer #company-tel {
		font-size: 1.0rem;
	}
	footer div.footer-menu {
		display: block !important;
		overflow: hidden;
		height: 14vw;
		border: none !important;
	}
	footer div.footer-menu > div {
		margin-right: 80px;
	}
	footer div.footer-menu > div, nav {
		float: left;
	}
	footer div.footer-menu p {
		text-align: left;
		padding: 0 !important;
	}
	footer div.footer-menu nav > ul {
		float: left;
		border-left: 1px solid #ffffff;
		margin-left: 50px;
		padding-left: 10px;
	}
	footer div.footer-menu nav li {
		height: auto !important;
		border: none;
		display: block !important;
		text-align: left;
		cursor: pointer;
	}
	footer div.footer-menu nav li a {
		font-size: 1.0rem;
	}
}
@media (min-width: 1200px){
	/** セクション１ **/
	#main-sec1 {
		max-width: 1000px;
	}
}
@media (min-width: 1600px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 350px;
	}
	header #nav-menu ul li {
		padding: 10px 0;
	}
}
@media (min-width: 2048px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 400px;
	}
}
@media (min-width: 2560px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 500px;
	}
}
