@charset "UTF-8";

/*----////////----FIRSTVIEW----////////----*/

#firstview{
	width:100%;
	height:640px;	
	position: relative;
	overflow: hidden;	
	background-color:#fff;
}

#firstview div.bg-container{
	height:100%;	
	opacity: 0.5;
}

#firstview div.bg-container p.thumbnail{
	width:100%;
	height:100%;	
	background-image: url("../images/bg-cover.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#firstview div.message{
	position: absolute;
	top:0;
	left:0;	
	width:100%;
	height:100%;
}

#firstview div.message div.wrap{
	width:100%;
	height:100%;
	margin:0 auto;
	/*max-width: 960px;*/
	
	box-sizing: border-box;
	padding:40px 20px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

#firstview div.message div.content{
	text-align: center;
	color:#fff;
}

#firstview div.message h2{	
	margin-bottom:20px;
}

#firstview div.message h2 img{
	display:block;
	width:80%;
	max-width: 480px;
	margin:0 auto;
}

#firstview div.message p.caption{
	font-size:0.8rem;
	line-height:1.75em;
	font-weight:bold;
	color:#fff;	
	text-align:center;
}

#firstview div.message p.img-adult{
	width:80px;
	margin:10px auto 20px;
	
	text-align: center;
}

#firstview div.message p.img-adult img{
	width:100%;
	vertical-align: bottom;
}

#firstview div.message div.btn{
	text-align: center;
	
	width:100%;
}

#firstview div.message div.btn p.btn-entry{
	display:inline-block;
	vertical-align: middle;	
	box-sizing: border-box;
	padding:10px;
}

#firstview div.message div.btn p.btn-entry a{
	display:block;	
	width:240px;
	margin:0 auto;
	padding:15px 0;	
	text-align: center;	
	font-size:1.5rem;
	line-height:1.0em;
	font-weight:bold;	
	background-image: url("../images/entrybg.png");
	border:solid 1px #ca9536;
	border-radius:2.5px;
	color:#000;
	cursor: pointer;
}

#firstview div.message div.btn p.btn-entry a:hover{
	background-image: url("../images/entrybghover.png");
	color:#000;
	text-decoration: none;
}

#firstview div.message div.btn p.btn-entry span.note{
	display:block;	
	font-size:0.8rem;
	line-height:1.0em;	
	margin-top:7.5px;
}

#firstview div.message div.btn p.btn-entry span.note:before{
	content:"（";	
	box-sizing: border-box;
	padding:0 2.5px;
}

#firstview div.message div.btn p.btn-entry span.note:after{
	content:"）";	
	box-sizing: border-box;
	padding:0 2.5px;
}

#firstview div.message div.btn p.btn-leave{
	display:inline-block;
	vertical-align: middle;	
	box-sizing: border-box;
	padding:10px;
}

#firstview div.message div.btn p.btn-leave a{
	display:block;
	
	width:180px;
	margin:0 auto;
	padding:10px 0;
	
	text-align: center;
	
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:bold;
	
	background-color:#444;
	border:solid 1px #444;
	border-radius:2.5px;
	color:#fff;
	cursor: pointer;
}

#firstview div.message div.btn p.btn-leave a:hover{
	background-color:#fff;
	color:#444;
	
	text-decoration: none;
}

#firstview div.message div.btn p.btn-leave span.note{
	display:block;
	
	font-size:0.6rem;
	line-height:1.0em;
	
	margin-top:7.5px;
}

#firstview div.message div.btn p.btn-leave span.note:before{
	content:"（";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#firstview div.message div.btn p.btn-leave span.note:after{
	content:"）";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

/*//////////----- SEO -----//////////*/

#seo{
	/*background-color:#fff;*/
	color:#fff;
}

#seo div.content{
	max-width: 800px;
}

#seo article{
	margin-bottom:20px;	
	font-size:0.8rem;
	line-height:1.75em;
}

#seo article:last-child{
	margin-bottom:0;
}

#seo article h6{
	font-weight: bold;	
	margin-bottom:5px;
}

/*//////////----- BANNER -----//////////*/

#banner{
	/*background-color:#fff;*/
	color:#fff;
}

#banner div.content{
	max-width: 800px;	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.banner-child{
	width:100%;
	margin-bottom:10px;
}

.banner-child:last-child{
	margin-bottom:0;
}

.banner-child a{
	display:block;
}

.banner-child a:hover{
	opacity: 0.5;
}

.banner-child img{
	width:100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 720px){
	
	#banner div.content{
		padding:20px;
	}
	
	.banner-child{
		width:50%;
		margin-bottom:20px;
	}
	
	.banner-child:nth-child(odd){
		box-sizing: border-box;
		padding-right:10px;
	}
	
	.banner-child:nth-child(even){
		box-sizing: border-box;
		padding-left:10px;
	}
	
	.banner-child:nth-last-child(-n+2){
		margin-bottom:0;
	}
	
}

#banner2{
	/*background-color:#fff;*/
	color:#fff;
}

#banner2 div.content{
	max-width: 800px;	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.banner2-child{
	width:100%;
	margin-bottom:10px;
}

.banner2-child:last-child{
	margin-bottom:0;
}

.banner2-child a{
	display:block;
}

.banner2-child a:hover{
	opacity: 0.5;
}

.banner2-child img{
	width:100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 720px){
	
	#banner2 div.content{
		padding:20px;
	}
	
	.banner2-child{
		width:50%;
		margin-bottom:20px;
	}
	
	.banner2-child:nth-child(odd){
		box-sizing: border-box;
		padding-right:10px;
	}
	
	.banner2-child:nth-child(even){
		box-sizing: border-box;
		padding-left:10px;
	}
	
	.banner2-child:nth-last-child(-n+2){
		margin-bottom:0;
	}
	
}
/*//////////----- LINK -----//////////*/

#link{
	/*background-color:#fff;*/
	color:#fff;
}

#link div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;	
	box-sizing: border-box;
	padding:20px 0;
}

#link ul{
	font-size:0;
	line-height:1.0rem;
	
	text-align: center;
	
	box-sizing: border-box;
	padding:0 5px;
	
	margin-bottom:10px;
}

#link ul:last-child{
	margin-bottom:0;
}

#link ul li{
	display:inline-block;
	
	box-sizing: border-box;
	padding:5px;
}

#link ul li a{
	display:block;
}

#link ul li a:hover{
	opacity: 0.5;
}

#link ul li img{
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}

#link2{
	/*background-color:#fff;*/
	color:#fff;
}

#link2 div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;	
	box-sizing: border-box;
	padding:20px 0;
}

#link2 ul{
	font-size:0;
	line-height:1.0rem;
	
	text-align: center;
	
	box-sizing: border-box;
	padding:0 5px;
	
	margin-bottom:10px;
}

#link2 ul:last-child{
	margin-bottom:0;
}

#link2 ul li{
	display:inline-block;
	
	box-sizing: border-box;
	padding:5px;
}

#link2 ul li a{
	display:block;
}

#link2 ul li a:hover{
	opacity: 0.5;
}

#link2 ul li img{
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}