﻿
@charset "utf-8";
/* CSS Document */

@media screen and (max-width:767px){
/* メディアクエリー */

html {-webkit-text-size-adjust: 100%;}

*{
	margin:0;
	padding:0;
	
	box-sizing: border-box;
}
body{
	font: 15px/1.5 'Quicksand', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","meiryo","ＭＳ Ｐゴシック",sans-serif;	font-feature-settings : "palt";
	color:#5e3e1c;
}

header, article, footer, aside, time ,nav ,small ,section{
	 display: block;
}
p,ul,table,h1,h2,h3,h4,h5,h6{
	margin-bottom:1.2em;
}
ul li, ol li{
	list-style-type: none;
}
a img{
    border-style:none;
}
a{
	color:#59a034;
	text-decoration:none;
}
img,
iframe{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table{
	border-collapse:collapse;
}
table th,table td{
	vertical-align:top;
}




/*----------------------------------------------------------------


	clearfix


----------------------------------------------------------------*/

.CF:before,
.CF:after,
.inner:before,
.inner:after,
ul:before,
ul:after,
section:before,
section:after,
.secondBLK:before,
.secondBLK:after,
#contents:before,
#contents:after {
    content: " ";
    display: table;
}

.CF:after,
.inner:after,
ul:after,
section:after,
.secondBLK:after,
#contents:after {
    clear: both;
}

.CF,
.inner,
ul,
section,
.secondBLK,
#contents  {
    *zoom: 1;
}






/*----------------------------------------------------------------


	スマホ非表示


----------------------------------------------------------------*/

.SPDN{
	display:none;
}


/*----------------------------------------------------------------


	レイアウト


----------------------------------------------------------------*/

#contents{
	background:url("../images/bg-contents.jpg") no-repeat center bottom;
	padding:0 0 60px;
	min-height: 1020px;
}
#contentsSub{
	background: url("../images/bg-body.jpg") repeat center top;
	padding:30px 0 30px;
}



/*----------------------------------------------------------------


	オープニングアニメーション


----------------------------------------------------------------*/

.introtzikas_logo{
	position: absolute;
	top:50%;
	left:50%;
	margin:-140px 0 0 -60px;
	width:120px;
}
.introtzikas_logo img{
	max-width:100%;
	height:auto;
}



/*----------------------------------------------------------------


	ドロワーメニュー


----------------------------------------------------------------*/

.drawer-main > .inner{
	padding:70px 3% 10px;
}
.drawer-main .contactList li{
	font-weight: bold;
	margin-bottom:10px;
}
.drawer-main .contactList li a{
	background:#59a034;
	color:#fff;
	display: block;
	border-radius: 6px;
}
.drawer-main .contactList li.sample a{
	background:#59a034 url("../images/header/sample.png") no-repeat 12px center;
	padding:12px 24px 12px 65px;
}
.drawer-main .contactList li.mail a{
	background:#59a034 url("../images/header/mail.png") no-repeat 20px center;
	padding:12px 24px 12px 58px;
}



.drawer-main .tel{
	background: url("../images/header/tel.png") no-repeat left 32px;
	padding: 9px 0 0 29px;
	margin-bottom:15px;
} 
.drawer-main .tel a{
	color:#5e3e1c;
}
.drawer-main .tel span{
	display: block;
	font-weight: bold;
	line-height:1.1;
}
.drawer-main .tel span.text{
	font-size:15.4px;
}
.drawer-main .tel span.number{
	font-size:32px;
}


#drawerInNav ul li{
	width:48%;
	float: left;
	margin-bottom:10px;
}
#drawerInNav ul li:nth-child(2n){
	float: right;
}
#drawerInNav ul li a{
	display: block;
	border:1px solid #ccc;
	text-align: center;
	padding:5px;
	border-radius: 5px;
}


/*----------------------------------------------------------------


	ヘッダー


----------------------------------------------------------------*/

#globalHeader{
	background:url("../images/header/bg-header.jpg") no-repeat center top;
	margin-top:43px;
}
#globalHeader > .inner{
	padding:20px 3% 26px;
	position: relative;
}
#globalHeader .logo{
	float: left;
	margin-right:15px;
	height:60px;
}
#globalHeader .logo img{
	height:100%;
	width:auto;
}
#globalHeader h1{
	font-size: 11px;
	padding: 18px 0 0 4px;
	margin:0;
	overflow: hidden;
}
#globalHeader .contactList{
	display: none;
}

#globalHeader .subNav {
	display: none;
}

#globalHeader .tel{
	display: none;
} 











/*----------------------------------------------------------------


	ナビゲーション


----------------------------------------------------------------*/

#globalNav{
	display: none;
}







.topList {
    background-color: #FC3;
    width: 100%;
}
.topList li{
	float: left;
	width:33%;
	border-right:1px solid #59a034;
}
.topList li:first-child{
	width:34%;
}
.topList li:last-child{
	border:none;
}

.topList li a{
	display: block;
	text-align: center;
	padding:10px 0;
	font-weight: bold;
	color:#5e3e1c;
}




/*----------------------------------------------------------------


	メインビジュアル


----------------------------------------------------------------*/


#MVwrapper{
	background: url("../images/mv/bg-mv.png") repeat-x center top;
	margin-top:-15px;
	padding:25px 3% 0;
}




#mainVisual{
	position: relative;
	padding-bottom:20px;
}

#mainVisual .catch{
	font-family: "M PLUS Rounded 1c";
	position: absolute;
	top:20%;
	left:20%;
	z-index: 10;
	color:#fff;
	font-weight: bold;
	font-size:3vw;
	text-shadow:0px 0px 5px #2a7300,0px 0px 5px #2a7300,0px 0px 5px #2a7300,0px 0px 5px #2a7300,0px 0px 5px #2a7300,0px 0px 5px #2a7300,0px 0px 5px #2a7300,0px 0px 5px #2a7300;
}
#mainVisual .slide-1 .catch{
	top:70%;
	left:30%;
	font-size:3vw;
}
#mainVisual .slide-2 .catch{
	top:15%;
	left:34%;
	font-size:2.8vw;
}
#mainVisual .slide-3 .catch{
	top:20%;
	left:30%;
	font-size:3vw;
}
#mainVisual .slide-4 .catch{
	top:15%;
	left:28%;
	font-size:4vw;
}
#mainVisual .slide-5 .catch{
	top:44%;
	left:29%;
	font-size:3vw;
}

#mainVisual .show_ .catch {
  animation: slideFromRight 2.5s ease 0s 1 normal;
}

@keyframes slideFromRight {
  0%, 40% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}



#mainVisual ul {
	overflow: hidden;
	position: relative;
	margin:0;
	
	border:3px solid #fff;
	border-radius: 10px;
/* box-shadow */
box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);
}
#mainVisual ul li img{
}














#slide_wrapp{
  position: relative;
  overflow: hidden;
}
#slide_wrapp .slide_item{
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s linear, transform 5.5s ease-out; 
    position: relative;
    z-index: 1;
}
#slide_wrapp .slide_item:not(:first-child){
      position: absolute;
      top: 0;
      left : 0;
}
#slide_wrapp .slide_item.show_{
      opacity: 1;
}
#slide_wrapp .slide_item.zoom_{
      transform: scale(1.4);
}
#slide_wrapp .slide_item img{
      display: block;
}








#openingMessage,
#mainVisual{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#openingMessage{
	text-align: center;
	font-family: "M PLUS Rounded 1c";
	color:#fff;
}
#openingMessage h2{
	margin:0;
}
#openingMessage .line-1{
	display: block;
	font-size:7vw;
	position: absolute;
	padding-top:30px;
	width:94%;
}
#openingMessage .line-2{
	display: block;
	font-size:7vw;
	position: absolute;
	padding-top:70px;
	width:94%;
}





/*----------------------------------------------------------------


	ページタイトル


----------------------------------------------------------------*/

#MVwrapperSub{
	background: url("../images/mv/bg-mv-sub.png") repeat-x -20px top;
	margin-top:-15px;
	padding:25px 3%;
}
#MVwrapperSub #pageTitle{
	background: url("../images/mv/bg-title.jpg") no-repeat left center;
	background-size:680px 100px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	height:100px;
	
	border:3px solid #fff;
	border-radius: 10px;
	
	/* box-shadow */
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);
}
#MVwrapperSub #pageTitle h2{
	text-align: right;
	font-size:22px;
	padding:8px 18px 0 0;
}



/*----------------------------------------------------------------


	フッター


----------------------------------------------------------------*/

#globalFooter{
	background:url("../images/footer/bg-footer.png") repeat-x center top;
	position: relative;
	margin-top:-20px;
	color:#fff;
	font-weight: bold;
	padding:0 3%;
}
#globalFooter > .inner{
	padding:50px 0 30px;
}





#globalFooter .upperArea{
	overflow: hidden;
	margin-bottom:20px;
}
#globalFooter .logo{
	float: left;
	margin-right:15px;
	height:60px;
}
#globalFooter .logo img{
	height:100%;
	width:auto;
}

#globalFooter .subNavWrapper{
	overflow: hidden;
}
#globalFooter .subNav {
	display: none;
}


#globalFooter .privacy{
	margin:0;
}
#globalFooter .privacy a{
	color:#fff;
	font-size:13px;
}


#globalFooter .privacy a:before {
	content: "\f138";
	font-family: FontAwesome;
	font-weight:normal;
	margin-right:5px;
	position:relative;
	top:0px;
	color:#e7b300;
}


#globalFooter .info{
	font-size:13px;
}




#globalFooter .contactList{
	display: none;
}



#globalFooter .tel{
	display: none;
} 




#pagetop{
	position: fixed;
	right:10px;
	bottom:65px;
}
#pagetop a{
	display: block;
	text-align: center;
	font-size:25px;
	width:56px;
	height:56px;
	border:2px solid #59a034;

	padding-top:4px;
	background:#fff;
	color:#59a034;
	
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}





#COPYRIGHT{
	clear:both;
	text-align: center;
	margin:0;
	padding:20px 0 0;
}
#COPYRIGHT small{
	font-size:11px;
}






/*----------------------------------------------------------------


	ドロワートグルボタン


----------------------------------------------------------------*/

.h_nav {
	width: 100%;
	margin: 0;
	height: 43px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	border-top: 1px solid #fff;

}

.h_nav ul {
	float: left;
	width: calc(100% - 55px);
}

.h_nav li {
	float: left;
	border-right: 1px solid #fff;
	font-size: 12px;
}

.h_nav li.tel{
	width:20%;
}
.h_nav li.mail {
	width: 40%;
}
.h_nav li.sample {
	width: 40%;
}


.h_nav li a {
	background: #d33707;
	display:block;
	color:#fff;
	font-weight:bold;
	height:43px;
	line-height:43px;
	text-align: center;
}
.h_nav li.tel a {
	background: #2a7c00;
}
.h_nav li.mail a {
	background: #2a7c00;
}
.h_nav li.sample a {
	background: #2a7c00;
}

.topimage {
	width: 100vw; position: relative; left: 50%; transform: translateX(-50%); margin-bottom: 50px;
	}	

	
	

}
/* メディアクエリー閉じタグ */