@charset "utf-8";
/*------------------------------------------------------------------

	base.css
 
------------------------------------------------------------------*/

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a, a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
header {
	width: 100%;
	margin: 0 auto;
}
header .headerInner{
	width: 1000px;
	margin: auto;
	position: relative;
	padding: 35px 5px 15px;
	border-bottom: 1px solid #000;
}
header .headerInner h1,
header .headerInner .logo {
	float: left;
	margin: 0 auto;
	line-height: 0;
}

header .menu_btn{
	display: none;
}
header .menu ul{
	float: right;
	margin-top: 25px;
}
header .menu ul li{
	float: left;
}
header .menu ul li a{
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1em;
	color: #000;
	letter-spacing: 1px;
}
header .menu ul li:last-child a{
	padding-right: 0;
}
header .menu ul li a::before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	border-left: 7px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-top: -3px;
	margin-right: 10px;
}


.container{
	width: 1000px;
	margin: auto;
	box-sizing: border-box;
	padding: 25px 0 55px;
}

#pagetop {
	width: 1000px;
	margin: 0 auto;
	padding: 75px 0 15px;
}

/* footer */
footer {
	width: 1000px;
	padding: 25px 0 5px;
	font-size: 13px;
	border-top: 1px solid #000;
	margin: 0 auto;
}
footer .footerInner{
	padding: 0 30px;
	font-size: 13px;
	line-height: 1.9em;
}
footer .footerInner table{
	margin-bottom: 30px;
}
footer .footerInner table .name{
	padding-right: 30px;
}
footer .footerInner .footerMenu{
	margin-bottom: 25px;
}
footer .footerInner .footerMenu a{
	padding: 0 20px;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	header .headerInner{
		width: 100%;
		margin: auto;
		position: relative;
		padding: 0;
		border: none;
	}
	header .headerInner h1,
	header .headerInner .logo {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}
	header .headerInner h1 img,
	header .headerInner .logo img{
		width: auto;
		height: 40px;
	}
	
	header .menu_btn{
		display: block;
		width: 34px;
		height: 18px;
		position: fixed;
		top: 20px;
		right: 5%;
		z-index: 99;
	}
	.open header .menu_btn{
		display: block;
		line-height: 30px;
		text-align: center;
		z-index: 999;
	}
	header .menu_btn span{
		display: block;
		width: 34px;
		height: 2px;
		background: #000;
		border-radius: 5px;
		transition: all 0.3s;
    	transform: rotate(0deg);
	}
	header .menu_btn span.middle{
		transform: translateY(6px);
	}
	header .menu_btn span.bottom{
		transform: translateY(12px);
	}
	.open header .menu_btn span{
		background: #fff;
	}
	.open header .menu_btn span.middle{
		background: rgba(255, 255, 255, 0);
	}
	.open header .menu_btn span.top{
		transform: rotate(-45deg) translate(-8px,12px);
	}
	.open header .menu_btn span.bottom{
		transform: rotate(45deg) translate(9px,5px);
	}
	header .menu_bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header .menu {
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}
	header .menu ul{
		display: table-cell;
    	vertical-align: middle;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 10px 0 60px;

	}
	header .menu ul li{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	header .menu ul li a{
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 30px 0;
		font-size: 14px;
		line-height: 1em;
		color: #fff; 
		position: relative;
	}
	header .menu ul li a::before{
		display: none;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	 .container{
		width: 94%;
		margin: auto;
		box-sizing: border-box;
		 padding: 0 0 50px;
	 }
	
	#pagetop {
		display: none;
	}
	

	.footerArea {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 99;
	}
	.footerArea .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_reserve.png) repeat-x;
		background-size: auto 100%;
		opacity: 0.8;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 100%;
		height: 54px;
		margin: 0px auto;
		box-sizing: border-box;
		padding: 15px 0;
		text-align: center;		
		font-size: 16px;
		line-height: 24px;
		color: #fff;
	}
	.footerArea a::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 27px;
		height: 19px;
		background: url(../img/ico_web.png) no-repeat center center / 100% auto;
		margin-top: -3px;
		margin-right: 12px;
	}
	
	
	/* footer */
	footer {
		width: 100%;
		padding: 25px 0 5px;
		font-size: 13px;
		border-top: 1px solid #000;
		margin: 0 auto;
	}
	footer .footerInner{
		width: 94%;
		margin: auto;
		padding: 0;
		font-size: 13px;
		line-height: 1.9em;
		text-align: center;
	}
	footer .footerInner table{
		display: inline-block;
		margin-bottom: 10px;
	}
	footer .footerInner table td{
		vertical-align: top;
		padding-bottom: 15px;
		text-align: left;
	}
	footer .footerInner table .name{
		padding-right: 20px;
	}
	footer .footerInner .footerMenu{
		margin-bottom: 25px;
	}
	footer .footerInner .footerMenu a{
		padding: 0 20px;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
