@charset "utf-8";

/*
		base
	 1. heading
	 2. header
	 3. hNav
	 4. container
	 5. footer
	 6. fNav

———————————————————- */


/* heading */

.contentsWrap h2 {
	font-size: 30px;
	margin-bottom: .5em;
}

.contentsWrap>h3 {
	color: #333;
	font-size: 30px;
	margin-bottom: .5em;
}

.contentsWrap h4 {
	width: 100%;
	color: #FFF;
	font-size: 30px;
	margin-bottom: .5em;
	background: #143621;
	padding: 5px 10px;
}


/* header */

header {
	width: 100%;
	position: absolute;
	z-index: 2;
}

header .inner {
	width: 1100px;
	margin: 0 auto;
}

header h1 {
	text-shadow: 1px 1px 2px #000;
}

header h1>a {
	font-size: 12px;
	color: #FFF;
}


/* topImg */

.topImg {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


/* hNav */

.hNav {
	position: relative;
	z-index: 3;
	width: 100%;
	background: #B85214;
	top: 0;
}

.hNav>ul {
	width: 1100px;
	margin: 0 auto;
}

.hNav>ul>li {
	text-align: center;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
}

.hNav>ul>li>a {
	color: #FFF;
	font-size: 14px;
}


/* container */

.container {
	width: 1300px;
	margin: 0 auto;
}


/* contentsWrap */

.contentsWrap {
	width: 100%;
}


/*telWrap*/

.telWrap {
	height: 80px;
	border: 1px solid #999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.telWrap a {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}


/* footer */

footer {
	width: 100%;
	background: #14316A;
}

footer>.inner {
	width: 1100px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footLogo>img {
	margin: 0 auto;
	padding-top: 10px;
}

.copy {
	padding-top: 10px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}


/* footUpNav */

.footUpNav {
	position: absolute;
	width: 1000px;
	height: 15px;
	left: 50px;
	top: -50px;
}

.footUpNav>li {
	padding: 0 10px;
	font-size: 14px;
}

.footUpNav>li>a {
	color: #000;
}


/* footNav */

.footNav>ul>li>a {
	color: #FFF;
}


/* PC */

@media screen and (min-width: 980px) {
	/* topImg */
	.topImg {
		width: 1300px;
		margin: 0 auto;
		height: 706px;
	}
	/* contentsWrap */
	.container {
		padding-bottom: 60px;
		position: relative;
	}
	/* contentsWrap */
	.contentsWrap {
		width: 100%;
	}
	.contentsWrap .inner {
		width: 800px;
		padding-top: 40px;
		margin: 0 0 60px 400px;
	}
	/* formBtn */
	.formBtn {
		width: 650px;
		margin: 0 auto 60px;
	}
	.formBtn>div {
		width: 300px;
		margin-top: 5px;
	}
	/* telWrap */
	.telWrap {
		margin-bottom: 60px;
	}
	.telWrap a {
		background-image: url(../img/tel.png);
		background-repeat: no-repeat;
		background-position: 50%;
	}
	/* leftBar */
	.leftBar {
		width: 240px;
		height: 100vh;
		min-height: 750px;
		background: #FFF;
		position: absolute;
		left: auto;
		margin-left: 100px;
		z-index: 2;
	}
	.leftBar .logo {
		position: absolute;
		width: 240px;
		height: 520px;
		top: 0;
		left: 0;
	}
	.leftBar .mark {
		position: absolute;
		width: 240px;
		height: 202px;
		left: 0;
		bottom: 5%;
	}
	/* compBannerWrap */
	.compBannerWrap {
		width: 862px;
		margin: 0 auto 60px;
	}
	/* footUpNav */
	.footUpNav>li {
		position: relative;
	}
	.footUpNav>li:before {
		position: absolute;
		content: '';
		width: 1px;
		height: 1em;
		background: #000;
		top: 3px;
		left: 0;
	}
	.footUpNav>li:last-child:after {
		position: absolute;
		content: '';
		width: 1px;
		height: 1em;
		background: #000;
		top: 3px;
		right: 0;
	}
	/* footNav */
	.footNav {
		width: 517px;
		padding-top: 20px;
		margin-left: 483px;
		margin-bottom: 45px;
	}
	.footNav>ul {
		position: relative;
		border-left: 1px dotted #666;
		padding: 0 20px;
	}
	.footNav>ul:first-child {
		border-left: none;
		width: 148px;
	}
	.footNav>ul>li {
		padding: .2em 0px;
	}
	.footNav>ul>li>a {
		font-size: 12px;
	}
	.footLogo {
		position: absolute;
		width: 370px;
		height: 80px;
		left: 0;
		top: 30px;
	}
	.footLogo a {
		font-size: 12px;
		color: #FFF;
	}
}


/* SP */

@media screen and (max-width: 980px) {
	/* topImg */
	.topImg {
		width: 100%;
		height: 54.3vw;
		background-position: 50%;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.contentsWrap>h3 {
		padding-left: 10px;
		font-size: 16px;
	}
	/* heading */
	.contentsWrap h2 {
		font-size: 16px;
		padding: 0 10px;
	}
	.contentsWrap h4 {
		font-size: 16px;
	}
	/* header */
	header>.up {
		height: 2.5em;
	}
	header>.down,
	.formBtnPc {
		display: none;
	}
	header .inner {
		width: 100%;
	}
	header h1 {
		width: 100%;
		padding-top: 0;
		padding-left: 10px;
		font-size: 10px;
	}
	.hNav {
		display: none;
	}
	/* formBtn */
	.formBtn {
		margin-bottom: 15px;
	}
	.formBtn>div {
		width: 46%;
	}
	.formBtn>div img {
		margin: 0 auto;
	}
	/* container */
	.container {
		width: 100%;
	}
	.contentsWrap {
		margin-bottom: 25px;
	}
	/* bannerWrap */
	.bannerWrap {
		width: 100%;
		margin-bottom: 10px;
	}
	.bannerWrap>div {
		margin-bottom: 15px;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
	}
	/*telWrap*/
	.telWrap {
		margin-bottom: 50px;
	}
	.telWrap a {
		background-image: url(../img/sp_tel.png);
	}
	/* leftBar */
	.leftBar {
		display: none;
	}
	/* compBannerWrap */
	.compBannerWrap {
		width: 65%;
		margin: 0 auto 15px;
	}
	.compBannerWrap div {
		width: 48%;
		margin-bottom: 10px;
	}
	/* footer */
	footer>.inner {
		width: 100%;
	}
	.mNav {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		background: #E4E4E4;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 9999;
		padding: 40px 0;
		display: none;
	}
	footer {
		margin-top: 0px;
	}
	/* footUpNav */
	.footUpNav {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		border-bottom: 1px dashed #CCC;
	}
	.footUpNav>li {
		width: 100%;
		font-size: 16px;
		border-right: none;
		padding: 5px 10px;
	}
	.footUpNav>li:first-child {
		border-left: none;
	}
	.footUpNav>li:last-child {
		padding-bottom: 1em;
	}
	/* footNav */
	.footNav {
		width: 100%;
		height: auto;
	}
	.footNav>ul {
		position: relative;
	}
	.footNav>ul:first-child {
		width: 100%;
		padding-top: 1em;
	}
	.footNav>ul:nth-child(2):before,
	.footNav>ul:nth-child(3):before {
		content: '';
		position: absolute;
		width: 1px;
		height: 80px;
		background: #656565;
		top: 0;
		left: -15px;
	}
	.footNav>ul:nth-child(2) {
		width: 100%;
		height: auto;
	}
	.footNav>ul:nth-child(3) {
		width: 100%;
	}
	.footNav>ul>li {
		font-size: 16px;
		padding: 5px 10px;
	}
	.footNav>ul>li>a {
		font-size: 16px;
		color: #333;
	}
	.footLogo {
		width: 50%;
		margin: 0 auto;
		padding: 5px 0;
	}
	.footLogo a {
		color: #FFF;
	}
}


/* 縦長の場合 */

@media only screen and (max-width: 980px) and (orientation: portrait) {
	/* header */
	header>.inner {
		height: 25px;
	}
	header h1 {
		height: 25px;
		line-height: 25px;
	}
	/* mNav */
	.mNav {
		width: 80vw;
	}
	/* formBtn */
	.formBtn {
		width: 100%;
	}
	/* bannerWrap */
	.bannerWrap>div {
		height: 25vh;
	}
	.bannerWrap>.banner1 {
		background-image: url(../img/sp_banner01.png);
	}
	.bannerWrap>.banner2 {
		background-image: url(../img/sp_banner02.png);
	}
	/*telWrap*/
	.telWrap {
		height: 10vh;
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	/* header */
	header>.inner {
		height: 30px;
	}
	header h1 {
		height: 30px;
		line-height: 30px;
	}
	/* mNav */
	.mNav {
		width: 50vw;
	}
	/* formBtn */
	.formBtn {
		width: 80%;
		margin: 0 auto 25px;
	}
	/* bannerWrap */
	.bannerWrap>div {
		width: 80%;
		margin: 0 auto 15px;
		height: 26vh;
	}
	/*telWrap*/
	.telWrap {
		width: 80%;
		margin: 0 auto 50px;
		height: 17vh;
	}
}