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

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

a {
	color: #f00;
}

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

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.headerWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	padding: 6px 6px;
	background-color: #fff;
	z-index: 9999;
	-ms-flex-pack: end;
	-ms-flex-align: center;
}

.headerWrap .logo {
	margin-right: auto;
}

.headerWrap .logo img {
	height: 40px;
}

.headerWrap .headerContact {
	margin: 0 4px;
}

.headerWrap .headerContact img {
	width: 44px;
}

.headerWrap .headerMenu {
	margin: 0 4px;
}

.headerWrap .headerMenu img {
	width: 44px;
}

.headerNav {
	display: none;
	position: fixed;
	top: 56px;
	left: 0;
	width: 100%;
	height: calc(100vh - 56px);
	padding: 0 6px 24px;
	background-color: #e8da4d;
	overflow: auto;
	z-index: 90000;
}

.headerNav.open {
	display: block;
	-webkit-animation: fadeIn 0.3s linear forwards;
	animation: fadeIn 0.3s linear forwards;
}

.headerNav .nav li {
	padding: 16px 0;
	border-bottom: 1px solid #5e452a;
	text-align: center;
}

.headerNav .nav li img {
	height: 22px;
}

.headerNav .nav li a {
	display: block;
}

.headerNav .top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 16px 0;
	-ms-flex-pack: space-around;
}

.headerNav .top img {
	height: 16px;
}

.headerNav .tel {
	text-align: center;
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
#main {
	padding-top: 56px;
}

section {
	padding: 1.5em 6px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.footerNav {
	background: #e8da4d;
}

.footerNav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 6px 8px;
}

.footerNav ul img {
	height: 16px;
}

.footerNav ul li {
	margin-right: 10px;
}

.footerLogo ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 16px 6px;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.footerLogo ul img {
	height: 36px;
}

.footerLogo ul li {
	margin: 0 10px;
}

.copyright {
	text-align: center;
}

.copyright img {
	height: 16px;
}

#pagetop {
	position: fixed;
	right: 10px;
	bottom: 0;
	padding-bottom: 10px;
}

#pagetop img {
	width: 35px;
}

/*----------------------------------------------------
	共通レイアウト
----------------------------------------------------*/
