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

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

*{
	margin:0;
	padding:0;
	
	box-sizing: border-box;
}

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

header, article, footer, aside, time ,nav ,small ,section{
	 display: block;
}
p,ul,table,h1,h2,h3,h4,h5,h6{
	margin-bottom:1.2em;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.3;
}
ul li, ol li{
	list-style-type: none;
}
a img{
    border-style:none;
}
a{
	color:#59a034;
	text-decoration:none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	text-decoration:none;
}
img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table{
	width:100%;
}
table th,table td{
	vertical-align:top;
}



a[href^="tel:"] {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
}




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


	clearfix


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

.CF:before,
.CF:after,
.inner:before,
.inner:after,
ul:before,
ul:after,
section:before,
section:after,
.inner-block:before,
.inner-block:after,
#contents:before,
#contents:after,
.innerRep:before,
.innerRep:after,
.kaiketsuBLK:before,
.kaiketsuBLK:after{
    content: " ";
    display: table;
}

.CF:after,
.inner:after,
ul:after,
section:after,
.inner-block:after,
#contents:after,
.innerRep:after,
.kaiketsuBLK:after{
    clear: both;
}

.CF,
.inner,
ul,
section,
.inner-block,
#contents,
.innerRep,
.kaiketsuBLK{
    *zoom: 1;
}






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


	Selected Text


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

::selection {
	background:#59a034; /* Safari */
	color:#fff;
}

::-moz-selection {
	background:#59a034; /* Firefox */
	color:#fff;
}





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


	PC非表示


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

.PCDN{
	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:70px 0 50px;
	margin-top:-20px;
}


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


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


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

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






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


	ヘッダー


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

#globalHeader{
	background:url("../images/header/bg-header.jpg") no-repeat center top;
	border-top:5px solid #2a7c00;
}
#globalHeader > .inner{
	width:1000px;
	margin:0 auto;
	padding:20px 0 26px;
	position: relative;
}
#globalHeader .logo{
	float: left;
	margin-right:30px;
}

#globalHeader .L{
	float: left;
}
#globalHeader h1{
	font-size: 12px;
	padding: 18px 0 0 4px;
	margin:0;
	overflow: hidden;
	width: 370px;
	height: 56px;
	
}
#globalHeader .contactList{
	position: absolute;
	right:0;
	top:0;
}
#globalHeader .contactList li{
	float: left;
	font-weight: bold;
	margin-left:10px;
}
#globalHeader .contactList li a{
	background:#59a034;
	color:#fff;
	display: block;
	border-radius: 0 0 6px 6px;
}
#globalHeader .contactList li.sample a{
	background:#59a034 url("../images/header/sample.png") no-repeat 12px center;
	padding:12px 24px 12px 65px;
}
#globalHeader .contactList li.mail a{
	background:#ffc600;
	padding:12px 24px;
	color:#5e3e1c;
}
#globalHeader .contactList li.mail a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-weight:normal;
	margin-right:10px;
	position:relative;
	top:1px;
	color:#2a7c00;
	font-size:24px;
	line-height:0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#globalHeader .contactList li.sample a:hover{
	background:#3da252 url("../images/header/sample.png") no-repeat 12px center;
}
#globalHeader .contactList li.mail a:hover{
	background:#3da252;
	color:#fff;
}
#globalHeader .contactList li.mail a:hover:before{
	color:#fff;
}

#globalHeader .subNav {
	float: left;
	font-weight: bold;
	margin:0;
}
#globalHeader .subNav li{
	float: left;
	margin-right:10px;
}
#globalHeader .subNav li a{
	background:#2a7c00;
	color:#fff;
	line-height: 30px;
	border-radius: 15px;
	padding:0 20px;
	display: block;
}
#globalHeader .subNav li a:hover{
	background:#3da252;
}
#globalHeader .tel{
	float: right;
	background: url("../images/header/tel.png") no-repeat left 32px;
	padding: 9px 0 0 29px;
	margin-top: 34px;
} 
#globalHeader .tel a{
	color:#5e3e1c;
}
#globalHeader .tel span{
	display: block;
	font-weight: bold;
	line-height:1.1;
}
#globalHeader .tel span.text{
	font-size:15.4px;
}
#globalHeader .tel span.number{
	font-size:32px;
}










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


	ナビゲーション


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

#globalNav{
	padding-top:36px;
	margin-bottom:25px;
}
#globalNav ul{
	width:1000px;
	margin:0 auto;
	text-align: center;
}
#globalNav ul li{
	display: inline-block;
	border-right:2px dotted #fff;
}
#globalNav ul li:first-child{
	border-left:2px dotted #fff;
}
#globalNav ul li a{
	font-weight:bold;
	color:#fff;
	padding:0 35px;
}
#globalNav ul li a:hover{
	color:#ffc600;
}



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


	メインビジュアル


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


#MVwrapper{
	background: url("../images/mv/bg-mv.png") repeat-x center top;
	margin-top:-15px;
	height:813px;
	margin-bottom:50px;
}




#mainVisual{
	position: relative;
	width:1360px;
	margin:0 auto;
	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(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}



#mainVisual ul {
	width:1360px;
	height:680px;
	overflow: hidden;
	position: relative;
	
	border:7px solid #fff;
	border-radius: 30px;
/* 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.2);
}
#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 .line-1{
	display: block;
	font-size:64px;
	position: absolute;
	padding-top:200px;
	width:100%;
}
#openingMessage .line-2{
	display: block;
	font-size:64px;
	position: absolute;
	padding-top:300px;
	width:100%;
}



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


	ページタイトル


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

#MVwrapperSub{
	background: url("../images/mv/bg-mv-sub.png") repeat-x center top;
	margin-top:-15px;
	height:338px;
	position: relative;
}
#MVwrapperSub #pageTitle{
	background: url("../images/mv/bg-title.jpg") no-repeat left center;
	width:1100px;
	height:200px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	
	border:7px solid #fff;
	border-radius: 30px;
	
	/* box-shadow */
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);
}
#MVwrapperSub #pageTitle h2{
	text-align: center;
	font-size:38px;
	padding-top:28px;
}



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


	フッター


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

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


#globalFooter .L{
	float: left;
}
#globalFooter .R{
	float: right;
}


#globalFooter .upperArea{
	overflow: hidden;
	margin-bottom:20px;
}
#globalFooter .logo{
	float: left;
	margin-right:30px;
}

#globalFooter .subNavWrapper{
	overflow: hidden;
}
#globalFooter .subNav {
	float: left;
	font-weight: bold;
	margin:0 0 15px ;
	padding:25px 0 0 ;
}
#globalFooter .subNav li{
	float: left;
	margin-right:10px;
}
#globalFooter .subNav li a{
	background:#5e3e1c;
	color:#fff;
	line-height: 30px;
	border-radius: 15px;
	padding:0 20px;
	display: block;
}
#globalFooter .subNav li a:hover{
	background:#ffc600;
}
#globalFooter .privacy{
	margin:0;
}
#globalFooter .privacy a{
	color:#fff;
	font-size:13px;
}
#globalFooter .privacy a:hover{
	color:#e7b300;
}
#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{}
#globalFooter .contactList li{
	margin-bottom:10px;
}
#globalFooter .contactList li a{
	background:#fff;
	color:#59a034;
	display: block;
	border-radius: 6px;
	text-align: center;
}
#globalFooter .contactList li.sample a{
	background:#fff url("../images/header/sample.png") no-repeat 30px center;
	padding:12px 0px 12px 38px;
}
#globalFooter .contactList li.mail a{
	background:#ffc600;
	padding:12px 24px;
	color:#5e3e1c;
}
#globalFooter .contactList li.mail a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-weight:normal;
	margin-right:10px;
	position:relative;
	top:1px;
	color:#2a7c00;
	font-size:24px;
	line-height:0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#globalFooter .contactList li.sample a:hover{
	background:#3da252 url("../images/header/sample.png") no-repeat 30px center;
	color:#fff;
}
#globalFooter .contactList li.mail a:hover{
	background:#3da252;
	color:#fff;
}
#globalFooter .contactList li.mail a:hover:before{
	color:#fff;
}


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




#pagetop{
	position: fixed;
	right:50px;
	bottom:50px;
}
#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;
}
#pagetop a:hover{
	background:#59a034;
	color:#fff;
}




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





.h_nav{
	display: none;
}



	
	


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



		  
		  