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

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

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000;
}
.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: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
	position: relative;
}
header h1,
header p,
header .logo {
	float: left;
	margin-top: 35px;
}
header .headerInner{
	/*float: right;*/
	position: absolute;
	top: 10px;
	right: 0;
	margin-bottom: 15px;
}
header .headerInner ul{
	font-size: 0;
}
header .headerInner ul li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
header .headerInner ul li.webreserve{
	width: 200px;
}
header .headerInner ul li.webreserve a{
	display: block;
	width: 100%;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 37px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background: #000;
}
header .headerInner ul li.webreserve a::before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/ico_web.png) no-repeat;
	background-size: 100% auto;
	margin-right: 10px;
}

header .menu_btn{
	display: none;
}
header .menu_bg{
	float: right;
	margin-top: 50px;
}
header .menu{
}
header .menu ul{
	font-size: 0;
	text-align: center;
}
header .menu ul li{
	display: inline-block;
	vertical-align: middle;
}
header .menu ul li::after{
	display: inline-block;
	vertical-align: middle;
	content: "/";
	font-size: 17px;
	color: #000;
}
header .menu ul li a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 13px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 100%;
	color: #000;
}

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

/* footer */
footer {
	padding: 30px 0 15px;
	color: #000;
	background: #938c8c;
}
#copyright {
	font-size: 12px;
	color: #fff;
}
#copyright a {
	color: #fff;
}
footer .footerMenu{
	margin-bottom: 30px;
}
footer .footerMenu ul{
	font-size: 0;
}
footer .footerMenu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
footer .footerMenu ul li:last-child{
	margin-right: 0;
}
footer .footerMenu ul li a {
	color: #000;
}
footer .footerLogo{
	margin-bottom: 25px;
}

.container{
	padding: 70px 0;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		width: 100%;
		height: 45px;
		z-index: 1000;
		position: fixed;
		top: 0;
		left: 0;
		padding: 20px 0 0;
		background: #fff;
	}
	header h1,
	header p {
/*		width: 150px;
		float: left;
		padding-left: 50px;
*/		margin-top: 0;
		text-align: center;
}
	header h1 a img,
	header p a img  {
		width: 50%;
		height: auto;
		padding-top: 0px;
	}
/*	header .headerInner{
		float: right;
		margin-bottom: 0;
	}
	header .headerInner ul{
		font-size: 0;
	}
	header .headerInner ul li{
		display: inline-block;
		vertical-align: middle;
		margin-left: 0;
		margin-right: 5px;
	}
	header .headerInner ul li:first-child{
		width: 150px;
	}
	header .headerInner ul li:first-child a{
		display: block;
		width: 100%;
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 1px;
		color: #fff;
		text-align: center;
		background: #000;
	}
	header .headerInner ul li:first-child a::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 20px;
		height: 20px;
		background: url(../img/ico_web.png) no-repeat;
		background-size: 100% auto;
		margin-right: 10px;
	}
*/	
	header .menu_btn{
		display: block;
		width: 30px;
		height: 18px;
		position: fixed;
		top: 21px;
		left: 10px;
		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: 30px;
		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: 99;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding-top: 20px;
		float: none;
	}
	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;

	}
	header .menu ul li{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	header .menu ul li::after {
		display: none;
	}
	header .menu ul li a{
		display: block;
		width: 70%;
		margin: 0 auto;
		height: 100%;
		padding: 6% 0;
		font-size: 16px;
		color: #fff;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	
	#pagetop {
		display: none;
	}

	/* footer */
	footer {
		padding: 30px 0;
		color: #000;
		background: #938c8c;
	}
	#copyright {
		font-size: 12px;
		color: #fff;
	}
	#copyright a {
		color: #fff;
	}
	footer .footerMenu{
		margin-bottom: 30px;
	}
	footer .footerMenu ul{
		font-size: 0;
	}
	footer .footerMenu ul li {
		display: inline-block;
		vertical-align: middle;
		margin-right: 30px;
	}
	footer .footerMenu ul li:last-child{
		margin-right: 0;
	}
	footer .footerMenu ul li a {
		color: #000;
	}
	footer .footerLogo{
		margin-bottom: 25px;
	}
	.container{
		padding: 100px 0 50px;
	}
	.footerArea {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 10;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 15px 0;
		background: rgba(0,0,0,0.6);
		color: #fff;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: futura-pt, sans-serif;
		font-weight: 300;
		font-style: normal;
	}

	.footerArea a::before {
		content: '';
		display: inline-block;
		width: 24px;
		height: 22.8px;
		background: url(../img/ico_web.png) no-repeat center center;
		background-size: 100% auto;
		vertical-align: top;
		margin-right: 10px;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: inline-block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}
