@charset "utf-8";
	/* 共通 */
.wrap{
	width:1000px;
	margin:0 auto;
}
.pc-block-sp-none{
	display:block;
}
.pc-none-sp-block{
	display:none;
}
.bg-white{
	background:#fff;
}
.bg_deepblue{
	background:#1A2649;
}
.bg_gray{
	background:#F7F6F6;
}
.bg_gold{
	background:url(../img/bg_tokyo_gold.jpg) repeat-y;
	background-size: contain;
}
.bg_silver{
	background:url(../img/bg_osaka_silver.jpg) repeat-y;
	background-size: contain;
}
.title_white{
	color:#fff;
}
.title_black{
	color:#000;
}
	/* header */
header{
	position:fixed;
	width:100%;
	z-index: 1;
}
.header_area h1{
	padding: 20px 0;
	width:450px;
	float:left;
}
.header_area h1 span{
	padding-left:20px;
}
.header_area .header_right{
	width:240px;
	float:right;
}
.header_area .header_right div{
	width: 120px;
	float:left;
}
.header_nav{
	background:#fff;
}
.header_nav ul li{
	width:25%;
	float:left;
	position: relative;
}
.header_nav ul li:before{
	display:block;
	content: "";
	width:1px;
	height: 40px;
	top:50%;
	left:0;
	background:#E0E0E0;
	position: absolute;
	margin-top:-20px;
}
.header_nav ul li:last-child:after{
	display:block;
	content: "";
	width:1px;
	height: 40px;
	top:50%;
	right:0;
	background:#E0E0E0;
	position: absolute;
	margin-top: -20px;
}
	/* keyvisual */
.keyvisual{
	background:url(../img/bg_keyvisual.jpg) no-repeat;
	background-size: cover;
	position:relative;
	top:150px;
	left: 0;
}
.keyvisual p{
	text-align: center;
	padding: 200px 20px 200px;
}
	/* contents */
.contents{
	margin-bottom: 70px;
	position:relative;
	top:150px;
	left: 0;
}

.sec_01{
	text-align: center;
	padding: 80px 0;
}
.sec_01 h2{
	margin-bottom: 30px;
}
.sec_01 p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.sec_01 p:nth-last-of-type(1){
	margin-bottom: 0;
}
.sec_01 h2 + p{
	margin-bottom: 20px;
}


.sec_02{
	padding:80px 0;
}
.sec_02 h3{
	width:40%;
	float:left;
	text-align: center;
	padding:63px 0;
}
.sec_02 .list_area{
	width:60%;
	float: right;
	text-align: left;
}
.sec_02 .list_area li{
	margin-bottom: 10px;
	font-size: 2rem;
	position: relative;
	padding-left: 30px;
}
.sec_02 .list_area li:before{
	content:"";
	position:absolute;
	top:0;
	left: 0;
	background: url(../img/icon_cheack.png) no-repeat;
	width:22px;
	height:20px;
}
.sec_02 .list_area li:last-child{
	margin-bottom:0;
}

	/* contents about */
.about_area{
	padding:80px 0 50px;
}
.bg_list01{
	background: #1A2649 url(../img/bg_list01.png) no-repeat;
	background-size: cover;
	background-position: left bottom ;
}
.bg_list02{
	background: url(../img/bg_list02.png) no-repeat;
	background-size: cover;
	background-position: left bottom ;
}
.bg_list03{
	background:url(../img/bg_list03.png) no-repeat;
	background-size: cover;
	background-position: left bottom ;
}
.about_area h3{
	margin-bottom:100px;
	text-align: center;
}
.about_area .inner_left{
	width:45%;
	float: left;
}
.about_area .inner_left h4{
	margin-bottom:	20px;
}
.about_area .inner_left p{
	font-size: 1.8rem;
}
.about_area .inner_right{
	width:54%;
	float:right;
}
	/* contents howto */
.howto_area{
	padding:80px 0;
}
.howto_area h4{
	text-align:center;
	margin-bottom: 50px;
}
.howto_area ul li{
	float:left;
	width: 20%;
	margin-right: 6%;
}
.howto_area ul li:last-child{
	margin-right:0;
}
.howto_area ul li dl dt{
	text-align:center;
	margin-bottom:10px;
}
.howto_area ul li dl dd{
	font-size:1.6rem;
}
	/* contents border */
.border{
	background:url(../img/bg_border.jpg) repeat-x;
	height: 300px;
}

	/* contents prise */
.prise_area {
	padding:50px 0 80px;
}
.prise_area h3{
	text-align:center;
	margin-bottom: 20px;
}
.prise_area h3 + p{
	margin-bottom:90px;
}
.prise_area h4{
	text-align:center;
	margin-bottom: 30px;
}
.prise_area h4 + p{
	margin-bottom:30px;
	font-size:1.8rem;
	text-align: center;
}
.prise_area h4 + p + div{
	margin-bottom:45px;
	text-align:center;
}
	/* contents access */
.access_area {
	padding:50px 0 0;
}
.access_area h4{
	text-align:center;
	margin-bottom: 30px;
}
.access_area h4 + p{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
}
.tokyo_area{
	width:50%;
	padding: 10px 0 40px;
	float: left;
}
.osaka_area{
	width:50%;
	padding: 10px 0 40px;
	float: right;
}
.inner_top{
	padding:35px 0 200px;
	text-align: center;
}
.tokyo_area .inner_top{
	background:url(../img/bg_tokyo.jpg) no-repeat;
	background-size:cover; 
}
.osaka_area .inner_top{
	background:url(../img/bg_osaka.jpg) no-repeat;
	background-size:cover; 
}
.inner_bottom p:first-child{
	padding:30px 0 20px;
	text-align: center;
}
.inner_bottom p:last-child{
	text-align: center;
}
	/* footer */
.footer_area{
	padding: 0 0 30px;
	text-align:center;
	border-bottom:6px solid #1A2649;
	position:relative;
	top:150px;
	left: 0;
}
.footer_bnr{
	margin-bottom:60px;
}
.footer_return{
	margin-bottom:30px;
}
.footer_copy p{
	margin-bottom: 20px;
}
.footer_copy p span{
	font-size:1.6rem;
	color:#1A2649;
}
.footer_copy p:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	.wrap{
		width:100%;
		margin:0 auto;
		padding: 0 10px;
	}
	.header_area .wrap{
		padding:0 0 0 10px;
	}
	.header_area h1 span{
		display: none;
	}
	.header_area h1{
		padding: 26px 0 24px;
	}	
}

@media screen and (max-width: 767px) {
	.pc-block-sp-none{
		display:none;
	}
	.pc-none-sp-block{
		display:block;
	}
	.wrap{
		width:100%;
		margin:0 auto;
		padding: 0 20px;
	}

		/* header */
	.header_area h1{
		padding: 0;
		width:110px;
		float:left;
	}
	.header_area h1 span{
		padding-left:20px;
	}
	.header_area .header_right{
		width:120px;
		float:right;
	}
	.header_area .header_right div{
		width: 60px;
		float:left;
	}
	.header_nav .wrap{
		padding:0;
	}
	.header_nav ul li{
		width:25%;
		float:left;
		position: relative;
	}
	.header_nav ul li:before{
		display:block;
		content: "";
		width:1px;
		height: 20px;
		top:50%;
		left:2px;
		background:#E0E0E0;
		position: absolute;
		margin-top:-10px;
	}
	.header_nav ul li:first-child:before{
		display: none;
	}
	.header_nav ul li:last-child:after{
		display:none;
	}
	
		/* keyvisual */
	.keyvisual{
		background:url(../img/bg_keyvisual_sp.jpg) no-repeat;
		background-size: cover;
		position:relative;
		top:87px;
		left: 0;
	}
	.keyvisual p{
		text-align: center;
		padding: 70px 0 70px;
	}

	/* contents */
	.contents{
		margin-bottom: 25px;
		position:relative;
		top:87px;
		left: 0;
	}

	.sec_01{
		text-align: center;
		padding: 25px 0 30px;
	}
	.sec_01 h2{
		margin-bottom: 25px;
		padding: 0 50px;
	}
	.sec_01 p {
		font-size: 1.7rem;
		margin-bottom: 25px;
	}
	.sec_01 p:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.sec_01 h2 + p{
		margin-bottom: 20px;
		padding: 0 55px;
	}
	
	.sec_02{
		padding:20px 0;
	}
	.sec_02 h3{
		width:100%;
		float:none;
		text-align: center;
		padding:0 70px 15px;
	}
	.sec_02 .list_area{
		width:100%;
		float: none;
		text-align: left;
		padding:0 20px;
	}
	.sec_02 .list_area li{
		margin-bottom: 10px;
		font-size: 1.3rem;
		position: relative;
		padding-left: 15px;
	}
	.sec_02 .list_area li:before{
		content:"";
		position:absolute;
		top:0;
		left: 0;
		background: url(../img/icon_cheack.png) no-repeat;
		background-size: 11px 10px;
		width:11px;
		height:10px;
	}
	.sec_02 .list_area li:last-child{
		margin-bottom:0;
	}
		/* contents about */
	.about_area{
		padding:30px 0 25px;
	}
	.bg_list01{
		background: #1A2649 url(../img/bg_list01_sp.png) no-repeat;
		background-size: cover;
		background-position: left bottom ;
	}
	.bg_list02{
		background:url(../img/bg_list02_sp.png) no-repeat;
		background-size: cover;
		background-position: left bottom ;
	}
	.bg_list03{
		background:url(../img/bg_list03_sp.png) no-repeat;
		background-size: cover;
		background-position: left bottom ;
	}	
	.about_area h3{
		margin-bottom:40px;
		text-align: center;
	}
	.about_area .inner_left{
		width:100%;
		float: none;
		margin-bottom: 10px;
	}
	.about_area .inner_left h4{
		margin-bottom:10px;
		padding: 0 10px;
	}
	.about_area .inner_left p{
		font-size: 1.3rem;
		padding: 0 10px;
	}
	.about_area .inner_right{
		width:100%;
		float:none;
		text-align: center;
		padding: 0 10px;
	}
	
	/* contents howto */
		.howto_area{
			padding:50px 0 30px;
		}
		.howto_area h4{
			text-align:center;
			margin-bottom: 20px;
			padding: 0 90px;
		}
		.howto_area ul{
			padding:0 50px;
		}
		.howto_area ul li{
			float:none;
			width: 100%;
			margin-right: 0;
			margin-bottom:25px;
		}
		.howto_area ul li:last-child{
			margin-right:0;
			margin-bottom:0;
		}
		.howto_area ul li dl dt{
			width:75px;
			float: left;
			text-align:center;
			margin-bottom:10px;
			margin-right: 15px;
		}
		.howto_area ul li dl dd{
			font-size:1.2rem;
		}
	/* contents border */
		.border{
			background:url(../img/bg_border.jpg) repeat-x;
			background-size:auto 150px;;
			height: 150px;
		}
	/* contents prise */
		.prise_area {
			padding:30px 0 30px;
		}
		.prise_area h3{
			text-align:center;
			margin-bottom: 20px;
		}
		.prise_area h3 + p{
			margin-bottom:30px;
			font-size:1.3rem;
		}
		.prise_area h4{
			text-align:center;
			margin-bottom: 30px;
			padding: 0 60px;
		}
		.prise_area h4 + p{
			margin-bottom:20px;
			font-size:1.3rem;
			text-align: center;
		}
		.prise_area h4 + p + div{
			margin-bottom:15px;
			text-align:center;
			padding:0 90px;
		}
	
		/* contents access */
		.access_area {
			padding:50px 0 0;
		}
		.access_area h4{
			text-align:center;
			margin-bottom: 30px;
			padding: 0 110px;
		}
		.access_area h4 + p{
			text-align: center;
			margin-bottom: 15px;
		}
		.tokyo_area{
			width:100%;
			padding: 10px 0 20px;
			float: none;
		}
		.osaka_area{
			width:100%;
			padding: 10px 0 20px;
			float: none;
		}
		.inner_top{
			padding:35px 40px 100px;
			text-align: center;
		}
		.tokyo_area .inner_top{
			background:url(../img/bg_tokyo.jpg) no-repeat;
			background-size:cover;
		}
		.osaka_area .inner_top{
			background:url(../img/bg_osaka.jpg) no-repeat;
			background-size:cover; 
		}
		.inner_bottom{
			padding:0 25px;
		}
		.inner_bottom p:first-child{
			padding:25px 30px 10px;
			text-align: center;
		}
		.inner_bottom p:last-child{
			text-align: center;
		}
	/* footer */
	.footer_area{
		padding: 0 0 15px;
		text-align:center;
		border-bottom:3px solid #1A2649;
		position:relative;
		top:87px;
		left: 0;
	}
	.footer_bnr{
		margin-bottom:30px;
	}
	.footer_return{
		margin-bottom:15px;
	}
	.footer_copy p{
		margin-bottom: 10px;
		padding: 0 50px;
	}
	.footer_copy p span{
		font-size:0.8rem;
		color:#1A2649;
	}
	.footer_copy p:last-child{
		margin-bottom: 0;
	}

	
	
	
	
}
