@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.pc {display:block;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
#ZOF_wrap a{color: #000; text-decoration: none; text-align: center;}

#ZOF_content {width:100%; padding: 0;	margin:0 auto ;}
#ZOF_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	
	color: #000000;	
	/*background-color: #EFEFEF;*/
}

.main {width: 100%; margin:0 auto 5%; max-width: 1000px;}

.bold{font-size: 120%; font-weight: bold;}
.red{color: #CC0D10; font-weight: bold;}
.sml{font-size: 50%;}
/*.Lead_pc {
	width: 100%;
	margin: 10% auto 3%;
	display: block;
	text-align:center;
	font-size:1.6rem;
	padding:0 ;
	line-height:2em;
}
.Lead_sp {display: none;}*/

.Lead_BOX{width: 70%; margin: 0 auto 15%;}
.lead_txt1{width: 100%;	margin: 0 auto 3%; font-size: 25px; font-weight: bold; line-height: 1.8em; text-align: center;}
.lead_txt2{width: 100%;	margin: 0; font-size: 20px; line-height: 2em; text-align: center;}
.lead_img{width: 90%;	margin: 0 0 0 10%;}

/*item-----------------------*/


.sub_wrap{ margin: 0 auto; height: 510px;  width: 1000px; position: relative; background-position: center;  background-size: cover;}
.sub_box{width: 50%; position: absolute; top: 10%; right: 1%; }
.sub_ttl{width: 70%; margin: 0 auto 2%; }
.sub_de{width: 80%; margin: 2% auto 3%; }
.sub_txt1{font-size: 19px;  text-align: center;}
.sub_txt2{font-size: 19px; line-height: 2em; text-align: center;}

.hapidan{ background-image: url("../images/sub.jpg"); /* background-position: center;  background-size: cover;*/}
.batumaru{ background-image: url("../images/batu.jpg");}
.sam{ background-image: url("../images/sam.jpg");}
.kero{ background-image: url("../images/kero.jpg");}
.pocha{ background-image: url("../images/pocha.jpg");}
.hangyo{ background-image: url("../images/hanngyo.jpg");}
.pekkle{ background-image: url("../images/pekkle.jpg");}


/*.sub_img{width: 47%;	margin: 0;}*/
.bold2{font-size: 130%; font-weight: bold; display: block; margin-bottom: 2%;  letter-spacing: 2px; line-height: 1.5em;}

.item_wrap{width: 1000px; margin: 0 auto 10%;	display:flex;	flex-wrap:wrap;	justify-content: space-between;}
.item_box{	width: 50%;	margin: 0; height: 310px;  position: relative; background-position: center;  background-size: cover;}
.item1{	width: 65%;	position: absolute; top: 5%; right: 1%; }
.item_ttl{width: 80%; margin: 0 auto ; }
.item_de{width: 70%; margin: 2% auto 3%; }
.item_txt1{font-size: 14px;  text-align: center;}
.item_txt2{font-size: 14px; line-height: 1.6em; text-align: center;}

/*.cmt2{font-size: 14px; margin: 1% auto 0 ; line-height: 1.8em; text-align: left;}
.cmt1{font-size: 12px; margin: 1% auto 0 ; line-height: 1.8em; text-align: center;}*/


.set_box{width: 70%; margin: 5% auto 2%; display:flex; flex-wrap:wrap;	justify-content: space-between; border: 1px solid #323232; padding: 5%; box-sizing: border-box;}
.set1{ width: 58%; margin: 0; text-align: left; font-size: 15px;}
.set2{ width: 40%; margin: 0;}


/* General button style (reset) */
.btn { border: none; font-family: inherit;	color: inherit;	background: none; cursor: pointer; display: inline-block; letter-spacing: 1px; outline: none;	position: relative;	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; text-align: center;	margin: 2% auto 8%;	text-transform: uppercase;}


/* Button 1 */
.btn-1 {
	width: 40%;
    color: #fff;
    text-align: center;
    margin: 0 auto 8%;
    display: block;
    padding: 8px 0px;
    font-size: 1.5rem;
	font-weight: 500;
    background-color: #000;
	border-radius: 10px;
}

.btn:hover {
	color: #000;
	background-color: #aaa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 768px) {
	#ZOF_wrap {width: 100%; padding: 0 0 2%;}
	.main {margin:0 auto 5%; width: 100%;}
	.sp {display:block;}
	.pc {display:none;}	
	.Lead_pc {display: none;}
	.Lead_sp {width: 100%; display: block; text-align:center; font-size:14px; margin:20% auto 5%; line-height:1.7em; }
	
	.Lead_BOX{width: 90%; margin: 0 auto 15%; display: block;}
	.lead_txt1{width: 100%;	margin: 0 auto 4%; font-size: 16px; line-height: 1.8em;}
	.lead_txt2{width: 100%;	margin: 0; font-size: 13px; line-height: 2em;}
	.lead_img{width: 60%;	margin: 3% auto ;}
	
	
	.hapidan{ background-image: url("../images/sub_sp.jpg"); /* background-position: center;  background-size: cover;*/}
	.batumaru{ background-image: url("../images/batu_sp.jpg");}
	.sam{ background-image: url("../images/sam_sp.jpg");}
	.kero{ background-image: url("../images/kero_sp.jpg");}
	.pocha{ background-image: url("../images/pocha_sp.jpg");}
	.hangyo{ background-image: url("../images/hanngyo_sp.jpg");}
	.pekkle{ background-image: url("../images/pekkle_sp.jpg");}

/*item-----------------------*/
	.sub_wrap{ margin: 0 auto; height: 750px;  width:100%; }
	.sub_box{width: 100%; position: absolute; top: inherit; right: 0; bottom: 7%;}
	/*.sub_ttl{width: 70%; margin: 0 auto 5%; }*/
	.sub_de{width: 80%; margin: 3% auto 3%; }
	.sub_txt1{font-size: 19px;  text-align: center;}
	.sub_txt2{font-size: 15px; line-height: 1.8em; text-align: center;}
	
	.item_wrap{width: 100%; margin: 0 auto 15%;	display:block;}
	.item_box{	width: 100%;	margin: 0; height: 750px;  }
	.item1{	width: 100%;	position: absolute; top: inherit; right: 0;  bottom: 8%;}
	/*.item_ttl{width: 80%; margin: 0 auto ; }*/
	.item_de{width: 70%; margin: 3% auto 3%; }
	.item_txt1{font-size: 19px;  text-align: center;}
	.item_txt2{font-size: 16px; line-height: 1.7em; text-align: center;}

	
	.set_box{width: 90%; margin: 5% auto 2%; display:block; padding: 6% 3%; box-sizing: border-box;}
	.set_box .set1{ width: 95%; margin: 0 auto 5%; text-align: center; font: 15px;}
	.set2{ width: 80%; margin: 0 auto;}
/* Button 1 */
	.btn-1 {width: 70%; margin: 0 auto 7%;	 padding: 7px 0px; font-size: 13px;	}

}
