@charset "utf-8";

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

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


/* heading */

.contentWrap>h3 {
	position: relative;
	width: 920px;
	margin-left: 80px;
	margin-bottom: 30px;
	font-size: 28px;
	border-bottom: 1px solid #000;
}

.contentWrap>h3:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	left: -80px;
	top: -20px;
	background-image: url(../img/h3mark.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


/* header */

header {
	width: 100%;
	background: #5D5E5B;
	position: relative;
}

header#top {
	background: none;
}

header>.inner {
	width: 1200px;
	height: 39px;
	margin: 0 auto;
}

header h1 {
	width: 525px;
	height: 39px;
	padding-left: 5px;
	line-height: 39px;
}

header h1>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #FFF;
}

header .hNav {
	width: 675px;
}

header .hNav>ul {
	width: 100%;
}

header .hNav>ul>li {
	text-align: center;
	padding: 0 15px;
	height: 39px;
	line-height: 39px;
	position: relative;
}

header .hNav>ul>li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 39px;
	background: #999;
}

header .hNav>ul>li:last-child:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 39px;
	background: #999;
}

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

header#top .hNav>ul>li>a {
	color: #000;
}


/* container */

.container {
	width: 1200px;
	margin: 0 auto;
	min-height: 165vh;
}


/*formBtn*/

.formBtn {
	width: 100%;
	margin-bottom: 65px;
}

.formBtn>div {
	width: 570px;
	height: 95px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.formBtn>div:nth-child(1) {
	background-image: url(../img/docBtn.png);
}

.formBtn>div:nth-child(2) {
	background-image: url(../img/tourBtn.png);
}


/*telWrap*/

.telWrap {
	margin-bottom: 120px;
	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 {
	padding: 10px;
	display: block;
	width: 65%;
	margin: 0 auto;
	color: #42210B;
	font-size: 38px;
}

.telWrap .number {
	margin-left: 20px;
	padding-left: 60px;
	position: relative;
}

.telWrap .number:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	top: -10px;
	left: 0;
	background-image: url(../img/telMark.png);
	-webkit-background-size: contain;
	background-size: contain;
}


/* footBanner */

.footBanner {
	width: 100%;
}

.footBanner .ovth {
	width: 100%;
	height: 223px;
	background-image: url(../img/f_banner.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-position: 50%;
	background-size: contain;
}


/* footer */

footer {
	width: 100%;
	background: #E5E5E5;
}

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

.footLogo>img {
	margin: 0 auto;
}

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


/* footUpNav */

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

.footUpNav>li {
	padding: 0 10px;
	font-size: 12px;
	border-right: 1px solid #000;
}

.footUpNav>li:first-child {
	border-left: 1px solid #000;
}

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


/* footNav */

.footNav>ul>li>a {
	font-size: 12px;
	color: #000;
}

@media screen and (min-width: 980px) {
	/* 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: #000;
	}
}

@media screen and (max-width: 980px) {
	/* header */
	header>.inner {
		width: 100%;
		padding: 0;
	}
	header h1 {
		width: 100%;
		font-size: 10px;
	}
	header .hNav {
		display: none;
	}
	/* container */
	.container {
		width: 100%;
	}
	/*formBtn*/
	.formBtn {
		margin-bottom: 25px;
	}
	.formBtn>div {
		width: 48%;
	}
	/*telWrap*/
	.telWrap {
		margin-bottom: 50px;
		height: auto;
		border: 1px solid #999;
	}
	/* footBanner */
	.footBanner .ovth {
		background-image: url(../img/sp_f_banner.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: 0 100%;
	}
	/* 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;
	}
	.footLogo {
		width: 50%;
		margin: 0 auto;
		padding: 5px 0;
	}
	.footLogo a {
		color: #000;
	}
}


/* 縦長の場合 */

@media only screen and (max-width: 980px) and (orientation: portrait) {
	/* header */
	header>.inner {
		height: 25px;
	}
	header h1 {
		height: 25px;
		line-height: 25px;
	}
	.mNav {
		width: 80vw;
	}
	/*formBtn*/
	.formBtn>div {
		height: 10vh;
	}
	.formBtn>div:nth-child(1) {
		background-image: url(../img/sp_docBtn.png);
	}
	.formBtn>div:nth-child(2) {
		background-image: url(../img/sp_tourBtn.png);
	}
	/*telWrap*/
	.telWrap a {
		width: 100%;
		font-size: 14px;
	}
	.telWrap a>span {
		text-align: center;
		display: block;
		width: 100%;
	}
	.telWrap .number {
		font-size: 19px;
		margin-left: 0;
		padding-left: 1.5em;
	}
	.telWrap .number:before {
		width: 1.5em;
		height: 1.5em;
		left: 25%;
		top: 0;
	}
	/* footBanner */
	.footBanner .ovth {
		height: 12vh;
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	/* header */
	header>.inner {
		height: 30px;
	}
	header h1 {
		height: 30px;
		line-height: 30px;
	}
	.mNav {
		width: 50vw;
	}
	/*formBtn*/
	.formBtn>div {
		height: 15vh;
	}
	/*telWrap*/
	.telWrap a {
		width: 83%;
		margin: 0 auto;
		font-size: 18px;
	}
	.telWrap .number {
		font-size: 20px;
		margin-left: 1.5em;
		padding-left: 1.5em;
	}
	.telWrap .number:before {
		width: 2em;
		height: 2em;
		left: -1em;
		top: -.5em;
	}
	/* footBanner */
	.footBanner {
		width: 100%;
	}
	.footBanner .ovth {
		height: 34vh;
	}
}