/* CSS Document */

@import url(navi.css);
@import url(common.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
/* --------------------------------------------------------------- */


    html, body {
        position: relative;
        height: 92%;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
#header {
	width:96%;
	z-index:1000;
	padding:0 2%;
	height:8%;
	background-color:#ffffff;
}

	#headl {
		width:102px;
		height:76px;
		float:left;
	}
	

	
	#headr {
		width:auto;
		height:40px;
		float:right;
		padding:20px 0 0 0;
	}
	
	#headr  h1 {
		font-size: 1.1em;
		padding: 5px 10px;
		background-color: #f6f6f6;
		margin: 0 10px 0 0 ;
		float: left;
		font-weight: normal;
	}
	
	#headr p {
		font-size: 1.1em;
		padding: 5px 10px;
		margin: 0 10px 0 0 ;
		float: left;
		font-weight: normal;
	}
	
	#headr p a {text-decoration: none;}
	#headr p a:hover {text-decoration: underline;}
	
	#header #cpr {
		clear:both;
		line-height:30px;
	}
	
	#header #cpr p {margin:0; padding:0; font-size:0.9em;}

@media screen and (max-width: 640px) {
	
#header {
	width:96%;
	z-index:1000;
	padding:0 2%;
	height:8%;
	background-color:#ffffff;
}

	#headl {
		width:auto;
		max-width: 30%;
		height:60px;
		float:left;
	}
	
	#headl img {
		width: auto;
		height: 60px;
	}

	
	#headr {
		width:auto;
		max-width: 69%;
		height:auto;
		float:left;
		padding:10px 0 0 0;
	}
	
	#headr h1 {
		font-size: 1em;
		padding: 0 10px;
		background-color: #f6f6f6;
		margin: 0 5px 0 0 ;
		line-height: 35px;
		float: left;
		font-weight: normal;
	}
	
	#headr p {
		font-size: 1em;
		padding: 0 5px;
		margin: 0 3px 0 0 ;
		float: left;
		line-height: 35px;
		font-weight: normal;
	}
	
	#headr p a {text-decoration: none;}
	#headr p a:hover {text-decoration: underline;}
	
	#header #cpr {
		clear:both;
		line-height:100%;
		padding: 5px 0 0 0;
		text-align: center;
	}
	
	#header #cpr p {margin:0; padding:0; font-size:0.9em;}


}


.img1 {background:url(../img/1.jpg) no-repeat;background-size:cover;}
.img2 {background:url(../img/2.jpg) no-repeat;background-size:cover;}
.img3 {background:url(../img/3.jpg) no-repeat;background-size:cover;}
.img4 {background:url(../img/4.jpg) no-repeat;background-size:cover;}
.img5 {background:url(../img/5.jpg) no-repeat;background-size:cover;}
.img6 {background:url(../img/6.jpg) no-repeat;background-size:cover;}
.img7 {background:url(../img/7.jpg) no-repeat;background-size:cover;}
.img8 {background:url(../img/8.jpg) no-repeat;background-size:cover;}



.swiper-container h1 {
	font-size: 2em;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Satisfy', cursive;
}

.swiper-container p {
	margin: 0;
	padding: 0;
}

.swiper-container p.bw {
	margin: 0;
	padding: 0;
	line-height: 200%;
	font-size: 0.9em;
}

.lboxw {
	width: 50%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 10%;
	color: #ffffff;
	text-align: left;
}

.lboxb {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	color: #000000;
	text-align: left;
}

.rboxw {
	width: 50%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 10%;
	color: #ffffff;
	text-align: right;
}

.rboxb {
	width: 50%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 10%;
	color: #000000;
	text-align: right;
}



@media screen and (max-width: 640px) {

.img1 {background:url(../img/1.jpg) no-repeat;background-size:cover;}
.img2 {background-position: right;}
.img3 {background-position:center;}
.img4 {background-position:center;}
.img5 {background-position:center;}
.img6 {background-position:center;}

	
.swiper-container h1 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

.swiper-container p.bw {
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-size: 0.85em;
}

.lboxw {
	width: 80%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 10%;
	color: #ffffff;
	text-align: left;
}

.lboxb {
	width: 80%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 10%;
	color: #000000;
	text-align: left;
}

.rboxw {
	width: 60%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 10%;
	color: #ffffff;
	text-align: right;
}

.rboxb {
	width: 70%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 10%;
	color: #000000;
	text-align: right;
}




	
}