* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

body {
	background: #ffffff;
}

a {
	text-decoration: none;
}

.clear:after{
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.main {
	width: 100%;
}

.page_top {
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 99;
}

header {
	width: 100%;
	background: url(../img/header_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}

.header_main {
	width: 1000px;
	margin: 0 auto;
	display: table;
}

.header_main img {
	display: table-cell;
	vertical-align: middle;
}

nav {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

nav a {
	color: #000000;
	margin-left: 30px;
	font-weight: bold;
}

nav a:hover {
	color: #B00723;
}


/*footer*/

footer {
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	font-weight: bold;
}

.footer_email {
	width: 100%;
	text-align: center;
}

.footer_email img {
	vertical-align: middle;
	margin-right: 10px;
}

.footer_email span {
	vertical-align: middle;
	color: #b00723;
	font-size: 22px;
	font-weight: bold;
}

@media only screen and (max-width:1100px) {
	.page_top {
		right: 50px;
		bottom: 50px;
	}
	header {
		width: 100%;
		background: url(../img/header_bg.png) no-repeat;
		background-size: 100% 100%;
		padding: 20px 0;
		position: relative;
		z-index: 1;
	}
	.header_main {
		width: 90%;
	}
	nav a {
		margin-left: 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.page_top {
		right: 30px;
		bottom: 30px;
	}
	nav a {
		margin-left: 10px;
		font-size: 14px;
	}
	.footer_email span {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.page_top {
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 99;
	}
	.main {
		padding-top: 56px;
	}
	.sp_br {
		display: block;
	}
	header {
		display: none;
	}
	/*sp*/
	.sp {
		width: 100%;
		display: block;
		text-align: center;
		background-color: #FFFFFF;
		position: fixed;
		top: 0px;
		left: 0px;
		border-bottom: 1px solid #b00723;
		height: 55px;
		z-index: 999;
	}
	.sp img {
		display: inline;
		width: auto;
		height: 36px;
		padding: 11px 0 2px 0;
	}
	.sp .mail_btn {
		width: auto;
		height: 40px;
		padding: 3px;
		position: absolute;
		top: 5px;
		left: 10px;
	}
	.sp .d-menu {
		position: absolute;
		top: 5px;
		right: 10px;
	}
	.panel {
		display: none;
	}
	.panel ul li {
		width: 100%;
		background-color: #b00723;
	}
	.panel ul li a {
		font-size: 13px;
		display: block;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		padding: 15px 20px 15px 10px;
		border-bottom: 1px solid #FFF;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.panel ul li .panel-btn {
		display: block;
		position: inherit;
		padding: 15px 10px;
		width: 100%;
		height: auto;
		text-align: center;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: inherit;
	}
	.panel ul li .panel-btn span {
		background-color: #784123;
		padding: 5px 10px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}
	.panel-btn {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #b00723;
	}
	.panel-btn:hover {
		background: #b00723;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #FFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #FFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -6px;
	}
	.panel-btn-icon:after {
		margin-top: 4px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}
	.panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	/*footer*/
	footer {
		font-size: 12px;
		padding: 20px 0;
	}
	.footer_email img {
		margin-right: 10px;
	}
	.footer_email span {
		font-size: 16px;
	}
}