@charset "utf-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 16px;
}

body {
	min-width: 960px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #ab0303;
	text-decoration: none;
}

a img {
	transition: all .3s;
}

a:hover img {
	opacity: 0.75;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}

	body {
		min-width: 0px;
	}
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
	background-image: url(../images/bg_header_left.png), url(../images/bg_header_right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 10px, right 40px;
}

.headerWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100px;
	-ms-flex-align: center;
}

.headerLogo {
	width: 180px;
}

.headerDesc {
	padding: 0 1em;
	font-size: 0.75em;
}

.headerContact {
	margin: 0 0 0 auto;
	text-align: right;
}

.headerContact .tel {
	display: block;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 2em;
}

.headerContact .tel i {
	font-size: 0.75em;
}

.headerContact .open {
	display: block;
	font-size: 0.75em;
}

.headerNav {
	background-color: #4f3d07;
}

.headerNav:after {
	display: block;
	height: 4px;
	background-image: linear-gradient(0deg, #a98035 0%, #eed959 30%, #a98035 50%, #eed959 70%, #a98035 100%);
	content: "";
}

.headerNav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	text-align: center;
}

.headerNav li {
	position: relative;
	width: 15%;
	letter-spacing: 0.05em;
}

.headerNav li:after {
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 56px;
	background: linear-gradient(#4f3d07, #d9cb96, #4f3d07);
	content: "";
}

.headerNav li.logo {
	width: 10%;
}

.headerNav li.logo img {
	height: 40px;
}

.headerNav li .en {
	display: block;
	font-size: 0.625em;
}

.headerNav li .ja {
	display: block;
	font-size: 1em;
}

.headerNav li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	transition: all .3s;
	color: #d9cb96;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.headerNav li a:hover {
	opacity: 0.75;
}

.spHeaderWrap {
	display: none;
}

@media (max-width: 767px) {
	.headerWrap {
		display: none;
	}

	.spHeaderWrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		height: 50px;
		background-color: #4f3d07;
		-ms-flex-pack: end;
		-ms-flex-align: center;
	}

	.spHeaderWrap .logo {
		width: 132px;
		margin-right: auto;
		padding-left: 10px;
	}

	.spHeaderWrap .menu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.spHeaderWrap .menu img {
		width: 50px;
	}

	.spHeaderWrap .btnMenu img {
		width: 50px;
	}

	.spHeaderWrap:after {
		display: block;
		height: 4px;
		background-image: linear-gradient(0deg, #a98035 0%, #eed959 30%, #a98035 50%, #eed959 70%, #a98035 100%);
		content: "";
	}

	.spHeaderNav h3 a {
		display: block;
		padding: 10px 10px;
		text-align: center;
	}

	.spHeaderNav h3 a img {
		max-width: 180px;
	}

	.spHeaderNav ul li {
		border-bottom: 1px solid #eee;
	}

	.spHeaderNav ul li:first-child {
		border-top: 1px solid #eee;
	}

	.spHeaderNav ul li a {
		display: block;
		position: relative;
		padding: 0.75em 10px;
		color: #4f3d07;
		font-weight: bold;
	}

	.spHeaderNav ul li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -0.5em 0.5em 0 0;
		color: #ccc;
		font-family: FontAwesome;
		content: "\f105";
	}

	.headerNav {
		display: none;
	}
}
/*----------------------------------------------------
	メイン
----------------------------------------------------*/
.mainContact {
	padding-bottom: 60px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
	border-top: 4px solid #ac8436;
	background-color: #4f3d07;
}

.footerPagetop {
	position: absolute;
	top: -36px;
	left: 50%;
}

.footerPagetop a {
	display: block;
	width: 64px;
	height: 32px;
	margin-left: -32px;
	transition: all .3s;
	border-radius: 32px 32px 0 0;
	background-color: #ae8537;
	color: #4f3d07;
	font-size: 1.5em;
	line-height: 32px;
	text-align: center;
}

.footerPagetop a:hover {
	opacity: 0.75;
}

.footerWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 2em 0;
	-ms-flex-pack: justify;
}

.footerLogo {
	width: 160px;
}

.footerContent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 764px;
}

.footerContent .nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: 3em;
	-ms-flex-pack: end;
}

.footerContent .nav li {
	margin-left: 2em;
	font-size: .875em;
}

.footerContent .nav li a {
	color: #d0c28c;
}

.footerContent .nav li a:hover {
	text-decoration: underline;
}

.footerContent .info {
	color: #fff;
	font-size: 0.875em;
}

.footerContent .copyright {
	margin-top: -1.5em;
	color: #fff;
	font-size: 0.875em;
	text-align: right;
}

@media (max-width: 767px) {
	.footerWrap {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}

	.footerLogo {
		width: 80px;
	}

	.footerContent {
		width: 100%;
		padding: 0 10px;
	}

	.footerContent .nav {
		display: none;
	}

	.footerContent .info {
		padding-top: 1.5em;
	}

	.footerContent .copyright {
		margin-top: 1.5em;
		text-align: center;
	}
}

.footer_phone {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: -100px;
	left: 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	transition: all .3s;
	overflow: hidden;
	-ms-flex-pack: end;
	-ms-flex-align: center;
}

.footer_phone .info {
	margin: 10px 10px 0 0;
}

.footer_phone .info img {
	width: 200px;
}

.footer_phone .tel {
	margin: 0 -20px -22px 0;
}

.footer_phone .tel img {
	width: 100px;
}

.footer_phone.active {
	bottom: 0;
}

/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 99999;
}

#loader i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.5em;
}
