@charset "utf-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
body, html{height: 100%;}/**/
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;} 
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {color:#0064FF;text-decoration:none;	-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
a:link{color:#0064FF;}
a:visited{color:#0064FF;}
a:hover{color:#FFA0A0;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before,.clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{	filter: alpha(opacity=60);	opacity: 0.6;}
.opcity{filter: alpha(opacity=50);opacity: 0.5;}

/* Common
 * --------------------------------------------------------*/
body, html {
  width: 100%;
  height: 100%;
}

body {
	letter-spacing: 1px;
	font:normal 14px/29px "太ゴB101";
	background: #fff;
}

#wrapper {
	text-align: center;
}

/* contents */
.box{
	position: relative;
	background-size:cover;
	background-repeat: no-repeat;
 	background-attachment: fixed;
	height: 100%;
	width: 100%;
	margin-bottom: 20px;
  overflow: hidden;
}
.box p{
	color: #2E2E2E;
	text-align: left;
	text-shadow: 1px 1px 10px #fff;
	font-weight: 500;
	position: absolute;
	top: 100px;
	left: 100px;
	font-size: 24px;
	line-height: 40px;
}
#box01{
	background-image:url('./images/back01_pc.jpg');
 	background-position: bottom center;
}
#box02{
	background-image:url('./images/back02_pc.jpg');
 	background-position: center center;
}
#box03{
	background-image:url('./images/back03_pc.jpg');
 	background-position: center center;
}
#box04{
	background-image:url('./images/back04_pc.jpg');
 	background-position: center center;
}
#box05{
	background-image:url('./images/back05_pc.jpg');
 	background-position: center center;
 }
#box06{
	background-color: #6EAEB7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.btn{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;}
	
.btn2{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 70px;}

/* footer */
#footer ul li {
  padding: 0 0 0 5px;
  margin: 10px auto;
  width: 100px;
  margin-bottom: 10px;
}
#footer ul li:first-child {
  padding: 0;
}
#footer {
	padding: 30px 0;
}

#footer .line{
	display: none;
}



/* smart phone
 * --------------------------------------------------------*/

@media only screen and (max-width: 479px) {
	#wrapper{width: 100%;}
	img{
	    max-width: 100%;
	    height: auto;
	    width :auto;　
	  }
	.fl,.fr {float: none;}
	
	/* [sp] box */
	.box{
		position: relative;
		background-size:cover;
		background-repeat: no-repeat;
	 	background-attachment: scroll;
		height: 100% !important;
		margin-bottom: 20px;
	}
	.box p{
		color: #4F4F4F;
		text-align: left;
		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
		font-weight: 500;
		position: absolute;
		top: 100px;
		left: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	#box01{
		background-image:url('./images/back01_sp.jpg');
		background-repeat: no-repeat;
	}
	#box02{
		background-image:url('./images/back02_sp.jpg');
		background-repeat: no-repeat;
	}
	#box03{
		background-image:url('./images/back03_sp.jpg');
		background-repeat: no-repeat;
	}
	#box04{
		background-image:url('./images/back04_sp.jpg');
		background-repeat: no-repeat;
	}
	#box05{
		background-image:url('./images/back05_sp.jpg');
		background-repeat: no-repeat;
	}
	#box06{background-color: #6EAEB7;}
	
	.btn{
		text-align: center;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.btn2{
		text-align: center;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 70px;
	}

	/* footer */
	#footer .share h3 img {
	  width: 77px;
	}
	#footer ul {
	    text-align: center;
	    width: 100%;
	}
	#footer ul li {
	  width: 50px;
	  display: inline-block;
	}
	#footer .share ul li {
    	padding: 0 5px;
	}
	#footer .share ul li:first-child {
	    padding-left: auto;
	}
	#footer .line{
		display: inline-block;
	}
	#footer .footer2 .mail{
	  width: 100px;
	}
	#footer .home{
	  width: 109px;
	}
}
@media only screen and (max-width: 1024px) {
	.box{
	 	background-attachment: scroll;
	}
}
@media only screen
    and (min-device-width:768px)
    and (max-device-width:1024px)
    and (orientation:portrait) {
	   	#box01{	background-image:url('./images/back01_sp.jpg');	}
		#box02{	background-image:url('./images/back02_sp.jpg');	}
		#box03{	background-image:url('./images/back03_sp.jpg');	}
		#box04{	background-image:url('./images/back04_sp.jpg');	}
		#box05{	background-image:url('./images/back05_sp.jpg');	}
}
@media only screen
	and (max-device-width:414px){
    	.box p{
    		top: 20px;
    		left: 20px;
    		font-size: 16px;
			line-height: 24px;
			text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
		}
}



