/*layout base
---------------------------------------------------------------------------- */
body{
	-webkit-text-size-adjust: 100%;
	    position: relative;
    left: 0;
    overflow-x: hidden;
	-webkit-box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: 3px 0px 6px 0px rgba(0,0,0,0.2);

}

p,dt,dd,li,td,th{/*
	color:#727171;*/
	color:#333333;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-size:12px;
	font-weight: normal;
}

.sponly{display: block;}
.sponlyI{display: inline-block;}

.pconly,.pconlyI{display: none;}

/*header
---------------------------------------------------------------------------- */
#header{
  background: none;
}
#header .headInner{
  overflow: hidden;
  width: 100%;
  padding: 10px 4% 10px 4%;
}

#header #logo{
  float: left;
  width: 36%;
}

#menuBtn{
  float: right;
  margin: 5px 0 0 0;
  width: 9%;
}

#header .headCompanyBox{
  display: none;
}

#header .headSearch{
	background:#fff;
	padding:14px 18px;
}

#header .headSearch input[type='text']{
background:url(../images/common/ic_search_sp.png) no-repeat 94% center #f7f7f7;
background-size:6%;
border:0;
width:100%;
padding:10px 20px;
}

#header #gNavi{
	position:fixed;
	top:0;
	right:-300px;
	width:300px;
	height:100%;
	z-index:-1;
	background:#008040;
}
#header #gNavi ul{
  width: 100%;
	background:#fff;
	padding:0px 18px;
}
#header #gNavi li{
	border-top:1px solid #00592d;
	padding:14px 18px;
	font-size:16px;
}
#header #gNavi li a{
	color:#008040;
}

#header #gNavi .headCompanyNavi{
		background:#008040;
}

#header #gNavi .headCompanyNavi li a{
	color:#fff;
}


/*footer
---------------------------------------------------------------------------- */
#footer{
  background: #008040;
}

#footer .footInner dt,
#footer .footInner dd,
#footer .footInner p,
#footer .footInner li{
  color: #ffffff;
  font-size: 12px;
  line-height:1em;
}

#footer .footInner dl{
	border-bottom:1px solid #00592d;
}

#footer .footInner p.text{
	display: inline-block;
	margin: 10px auto;
}

#footer .footInner dt{
	padding:20px;
	background:url(../images/common/ic_open_white.png) no-repeat 90% center;
	background-size:4%;

}


#footer .footInner dd{
	display:none;
	background:url(../images/common/ic_arrow_green.png) no-repeat 90% center #fff;
	background-size:3%;
	border-bottom:1px solid #7fac96;
	padding:20px;
}
#footer .footInner dt a{
	color:#fff;
}
#footer .footInner dd a{
	color:#008040;
}
#footer .footInner p.name{
	text-align: center;
}


#footer .footInner dt.open{
	background:url(../images/common/ic_close_white.png) no-repeat 90% center;
	background-size:4%;
}
#footer .footInner dl.current dd{
	display:block;
}

#footer .footInner div.footBox:nth-child(4) p{
	border-bottom:1px solid #00592d;
}

#footer .footInner div.footBox:nth-child(4) p a{
	width:48%;
	display:inline-block;
	color:#fff;
	padding:20px;
		background:url(../images/common/ic_arrow_white_s.png) no-repeat 94% center;
	background-size:4%;
}

#footer .footInner div.footBox:nth-child(4) p a:nth-child(2){
	border-left:1px solid #00592d;
}

#footer .footInner div.footBox:nth-child(4) ul{
	border-bottom:1px solid #00592d;
	margin-bottom:20px;
}

#footer .footInner div.footBox:nth-child(4) li{
	border-right:1px solid #00592d;
	display:inline-block;
	width:32%;
	background:url(../images/common/ic_arrow_white_s.png) no-repeat 94% center;
	background-size:4%;
	padding:17px 10px 17px 20px;
	vertical-align:top;
}
#footer .footInner div.footBox:nth-child(4) li.line2{
	padding:12px 10px 11px 20px;
	border:none;
}

#footer .footInner div.footBox:nth-child(4) li a{
	color:#fff;
}


#footer .footInner div.footBox:nth-child(5){
	text-align:center;
}

#footer .footInner h2#footLogo{
	width:40%;
	margin:0 auto;
}


#footer .footInner p.contact{
	background:#00592d;
	padding:10px;
	text-align:center;
	width:40%;
	margin:10px auto 20px auto;
}
#footer .footInner p.contact a{
color:#e8e8e8;
letter-spacing: 0.5em;
}

copy{
	text-align:center;
	font-size:11px;
	padding-bottom:20px;
	color:#fff;
	margin:0 auto;
	display:block;
}



/*common
---------------------------------------------------------------------------- */
.h1Area{
  position: relative;
  width: 100%;
  margin: 0 auto 22px 0;
  height:235px;
}

.h1Area .h1Inner{
  background:rgba(0,128,64,0.8);
  padding:4% 3%;
  height:100px;
}

.h1Area .h1Inner div{

}

.h1Area .h1Inner h1{
	color:#fff;
	font-size:20px;
	font-weight:bold;
  line-height:1em;
  margin-bottom:6px;
}

.h1Area .h1Inner p{
	font-size:13px;
	line-height:1.5em;
	color:#fff;
}

.h1Area .h1Inner span{
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin-bottom:5px;
	display:block;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.h1Area .h1Inner span:after {
	margin-top:0.5em;
    border-top: 1px solid #80b183;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

.h1Area .h1Inner span:after {
    margin-left: 0.5em;
}

/*  H  */
h2 {
    margin: 0 0 8px;
    color: #008040;
    font-size: 22px;
    line-height: 1.2;
}
h2.commonTi{
	font-size: 23px;
	color: #333333;
	text-align: center;
	font-weight: 500;
}
.greenCircle,
.entryBaseBox h2.greenCircle,
.productKindList li h3{
  margin: 0 0 8px;
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	font-weight: 500;
	line-height: 1.4em;

	margin-left: 10px;
	text-indent: -5px;
}/*
.greenCircle span,
.entryBaseBox h2.greenCircle span{
	display: inline-block;
	color: #008040;
	font-size: 10px;
	vertical-align: middle;
}*/
.greenCircle::before,
.productKindList li h3::before{
	content: "●";
	color: #008040;
	font-size: 10px;
	vertical-align: middle;
	margin-right: 2px;
}


.inner{
  width: 92%;
  margin: 0 auto;
}

#mainContents{}

.breadsArea{
  display: none;
}

.pageTop{
  max-width: 100%;
  margin: 60px auto 0 auto;
  text-align: right;
}

/* entryListArea */
.entryListArea li{
	margin: 0 0 40px;
	padding: 2px 0.5% 0;
   border: 1px solid #e8e8e8;
   border-radius: 6px;
	font-size: 0px;
}
.entryListArea li p{
	padding: 15px 0 20px;
  font-size: 14px;
  text-align: center;
}
.entryListArea li p span{
	display: inline-block;
	margin-bottom: 8px;
  background: url(../images/common/ic_arrow_green.png) no-repeat left 3px;
  background-size: 8px;
  padding: 0 0 0 15px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}

/* newEntryListArea */
.newEntryListArea{
	background: #efefef;
	padding: 30px 0 30px;
	position:relative;
	overflow:hidden;
}

.newEntryListArea ul{
	margin: 20px 0 0 0;
}
.newEntryListArea li{
	margin:0;
	display: inline-block;
	width: 46%;
	background: #FFFFFF;
	border-radius: 3px;
	font-size: 0px;
	vertical-align: top;
}
.newEntryListArea li h3::before{
    display: block;
    content: url(../../../images/common/ic_balloon_arrow_white.png);
	text-align: center;
	margin-bottom: 14px;
}
.newEntryListArea li h3{
	padding: 0px 14px 10px;
	font-size: 10px;
	color: #009a44;
   margin-top: -13px;
}
.newEntryListArea li h3 span{
	display: inline-block;
	height: 2.25em;
	margin: 6px 0 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 1.25em;
}
.newEntryListArea li p{
	height: 8em;
	padding: 0 14px 0 18px;
	font-size: 11px;
}
.newEntryListArea .btn{
	margin-top:30px;
}
.newEntryListArea .btn a{
	display: block;
	margin: 0 auto;
	width: 50.7%;
	border-radius: 3px;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat 18px center;
    background-size: 6px;
	border:1px solid #e0e0e0;
    padding: 11px 0;
    color: #333333;
    font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.newEntryListArea .btn.btnGray a{
    background:#888888 url(../../../images/common/ic_arrow_white.png) no-repeat 18px center;
    background-size: 8px;
	border:1px solid #888888;
    color: #FFFFFF;
}



.newEntryListWrap{
	margin:0 auto;
	position:relative;
}

.newEntryListInner{

}

.newEntryListInner .bx-wrapper{
	position:relative;

}

.newEntryListInner .bx-wrapper .bx-controls{
	position:absolute;
	width:116%;
	top:50%;
	left:-8%;
	overflow:hidden;
	z-index:300;
	margin:0 auto;
}

.newEntryListInner .bx-wrapper .bx-prev{
	display:block;
	background:url(../../../images/common/slidearrow_prev.png) no-repeat;
	background-size:100%;
	width:30px;
	height:52px;
	float:left;
	text-indent:-9999px;
}

.newEntryListInner .bx-wrapper .bx-next{
	display:block;
	background:url(../../../images/common/slidearrow_next.png) no-repeat;
	background-size:100%;
	width:30px;
	height:52px;
	float:right;
	text-indent:-9999px;
}


/* relatedLinkArea */
.relatedLinkArea{
	padding:25px 0 30px;
	background: #f8f8f8;
}
.relatedLinkArea.bgWhite{
	padding:25px 0 0px;
	background: #FFFFFF;
}
.relatedLinkArea ul{
	margin: 20px auto 0;
	width: 79%;
}
.relatedLinkArea li{
	margin-bottom: 20px;
	font-size: 0px;
	text-align: center;
}
.relatedLinkArea li img{
	width: 100%;
	height: auto;
}
.relatedLinkArea li p{
	text-align: center;
}
.relatedLinkArea li p a{
	display: inline-block;
    background:url(../images/common/ic_arrow_green.png) no-repeat left center;
    background-size: 6px;
    padding: 8px 0 8px 15px;
    color: #333333;
    font-size: 12px;
	line-height: 1em;
}

/* entryBaseBox */
.entryBaseBox{
  overflow: hidden;
	margin: 0 0 30px;
}
.entryBaseBox h2{
  margin: 0 0 8px;
  color: #008040;
  font-size: 22px;
  line-height: 1.2;
}
.entryBaseBox p{
  margin: 0 0 20px 0;
  font-size: 14px;
	line-height: 1.75em;
}
.entryBaseBox ul{
	padding-bottom: 20px;
}
.entryBaseBox li{
  font-size: 14px;
	line-height: 1.75em;
}
.entryBaseBox li.airport{
	padding: 10px 0 20px;
}
.entryBaseBox li>p{
	margin: 0;
	padding-left: 14px;
}
.entryBaseBox > .fRight,
.entryBaseBox > .fLeft{
	float: none;
	text-align: center;
}
.entryBaseBox > .fRight img,
.entryBaseBox > .fLeft img{
	width: 88%;
	margin: 0 auto 1em auto;
}/*
.entryBaseBox img{
	width: 88%;
	margin: 0 auto 1em auto;
}*/
.entryBaseBox .wThin{
	text-align: center;
}
.entryBaseBox .wThin img{
	width: 88%;
	margin: 0 auto 1em auto;
}

/* basicTable */
.basicTable{
	width: 100%;
}
.basicTable tr{
    display: block;
}
.basicTable th{
   display: list-item;
	list-style: none;
	padding: 12px 0px 8px;
	font-size: 14px;
}
.basicTable td{
   display: list-item;
	list-style: none;
	border-bottom: 1px solid #d3d3d3;
	padding: 12px 0px 12px;
	font-size: 14px;
}
.basicTable th + td{
	padding: 0 0px 12px;
}
.basicTable tr.bdNone th,
.basicTable tr.bdNone td,
.basicTable th.bdNone,
.basicTable td.bdNone,
.basicTable th.spBdNone,
.basicTable td.spBdNone{
	border-bottom: none;
}


/* contactArea */
.contactArea{
  background: #f8f8f8;
  padding: 20px 0;
}
.contactArea dl{
  font-size: 0;
  text-align: center;
}
.contactArea dl dt{
  width: 74%;
  margin: 0 auto 10px auto;
  vertical-align: middle;
}
.contactArea dl dt a{
	display: block;
  border: 1px solid #e0e0e0;
  background: url(../images/common/ic_arrow_green.png) no-repeat 12px center #ffffff;
  background-size: 8px;
  padding: 8px 0 7px 0;
  color: #333333;
  font-size: 13.5px;
  border-radius: 3px;
}
.contactArea dl dd{
  color: #333333;
  font-size: 13px;
  text-align: center;
}
.contactArea.bgGreen{
	margin: 30px auto 55px;
	background: #008040;
	border-radius: 3px;
}
#contents > .contactArea.bgGreen{
	width: 93%;
}
.contactArea.bgGreen dl dd,
.contactArea.bgGreen dl dd a{
    color: #FFFFFF;
}

/* base design */
.paperBase{
	width: 100%;
	padding:30px 30px 24px;
	background:url(../../../images/product/03_txt_bg.png);
	border-radius:4px;
	margin:0 auto 40px;
}
.paperBase.wThin{
	width: 80%;
}

/*products
---------------------------------------------------------------------------- */

#product .h1Area{
  background: url(../images/product/03-00_mainimg_sp.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.apple{
  background: url(../images/product/03-02_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.pumpkin{
  background: url(../images/product/03-03_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

#product .h1Area.kiwi{
  background: url(../../../images/product/03-09_mainimg_sp.jpg) no-repeat center top;
  background-size:cover;
}

.featureArea{
	position:relative;
	overflow:hidden;

	}

.featureWrap{
	width:80%;
	margin:0 auto;
	position:relative;
	height:260px;
}

.featureWrapInner{
	width:240%;
	position:absolute;
	left:50%;
	margin-left:-120%;
}

.featureArea ul{}
.featureArea ul li{
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  padding: 4px;
  border-radius: 7px;
}
.featureArea ul li p{
  margin: 15px 4% 0;
  font-size: 14px;
  text-align: center;
  height:100px;
}
.featureArea ul li p span{
  background: url(../images/common/ic_arrow_green.png) no-repeat left 3px;
  background-size: 8px;
  padding: 0 0 0 15px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom:10px;
}
.featureArea .bx-wrapper{
	position:relative;
}
.featureArea .bx-wrapper .bx-controls{
	position:absolute;
	width:52%;
	top:50%;
	left:24%;
	overflow:hidden;
	z-index:300;
	margin:0 auto;
}

.featureArea .bx-wrapper .bx-prev{
	display:block;
	background:url(../../../images/common/slidearrow_prev.png) no-repeat;
	background-size:100%;
	width:30px;
	height:52px;
	float:left;
	text-indent:-9999px;
}

.featureArea .bx-wrapper .bx-next{
	display:block;
	background:url(../../../images/common/slidearrow_next.png) no-repeat;
	background-size:100%;
	width:30px;
	height:52px;
	float:right;
	text-indent:-9999px;
}

.searchArea{
	padding:15px;
	background:url(../../../images/product/03_txt_bg.png);
	border-radius:4px;
	margin-bottom:30px;

}

.searchArea h2{
	margin-bottom:5px;
}

.searchArea .allCheck{
	float:right;
	color:#008040;
	text-decoration:underline;
	font-size:13px;
	margin-top:-2em;
}

.searchArea ul{
	background:#fff;
	border-radius:4px;
	padding:10px;
}

.searchArea li{
	display:inline-block;
	margin-right:15px;
}

.searchArea li input{
	margin-right:5px;
	vertical-align:middle;
}


.productArea ul{
  font-size: 0;
}
.productArea li{
  display: inline-block;
  width: 46%;
  margin: 0 8% 25px 0;
  vertical-align: top;
}
/*
.productArea li:nth-child(2n){
  margin-right: 0;
}
*/
.productArea li.right{
  margin-right: 0;
}

.productArea li p{
  font-size: 13px;
  text-align: center;
}
.productArea li img{
	margin-bottom:10px;
}
.productArea li span{
  display: block;
  border:1px solid #bbbbbb;
  border-radius:3px;
  background:url(../images/common/ic_arrow_green.png) no-repeat 6% center;
  background-size:5%;
  margin: 0 0 7px 0;
  padding: 16px 0;
  line-height: 1em;
  position:relative;
}
.productArea li span.twoLine{
  padding: 9px 0;
}

.productArea li span:before{
	content:url(../../../images/common/ic_arrow_up.png);
	left:50%;
	top:-10px;
	position:absolute;
}

#product .sidenavArea{
  display: none;
}
.sidenavArea{
  border: 1px solid #d1d1d1;
  padding: 3px;
  border-radius: 3px;
}
.sidenavArea > ul > li{
  border-bottom: 1px solid #d4d4d4;
  background: url(../images/common/ic_arrow_green.png) no-repeat 10px center #fffbf8;
  background-size: 8px;
  font-size: 14px;
}
.sidenavArea > ul > li.active{
  background: #fffbf8;
}
.sidenavArea > ul > li:last-child{
  border: none;
}
.sidenavArea > ul > li a{
  display: block;
  padding: 17px 0 17px 27px;
}
.sidenavArea > ul > li.active > a{
  background: url(../images/common/ic_arrow_green.png) no-repeat 10px center #cfe9dc;
  background-size: 8px;
  margin: 4px 2px 4px 2px;
  padding: 13px 0 13px 27px;
  border-radius: 2px;
}


/* detail */
#product .introArea{
  width: 92%;
  margin: 35px auto 0 auto;
}
#product .introArea .fLeft{
  float: none;
  text-align: center;
}
#product .introArea .fLeft img{
	width: 70%;
}
#product .introArea table{
  margin: 0 0 50px 0;
    width: 100%;
}
#product .introArea table th{
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
#product .introArea table td{
  display: block;
  border-bottom: 1px solid #d3d3d3;
  margin: 0 0 10px 0;
  padding:  0 0 5px 0;
  vertical-align: middle;
}
#product .introArea table tr:last-child td{
  border: none;
  margin: 0;
}

.productDetail{
  overflow: hidden;
  margin: 0 0 50px 0;
}
.productDetail h2{
  margin: 0 0 8px ;
  color: #008040;
  font-size: 22px;
  line-height: 1.2;
}
.productDetail h3 {
    background: #e3f1ea;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 30px;
}
.productDetail h3.region {
    background: none;
    font-size: 14px;
		padding: 0;
		padding-top: 10px;
    margin-bottom: 15px;
}
.productDetail h3.greenCircle{
	background:none;
	padding:0px 0px;
	border-radius:0px;
	font-size:16px;
	margin-bottom:15px;
}
.productDetail .detailTxt{
  margin: 0 0 20px 0;
  font-size: 14px;
	line-height: 1.75em;
}
.productDetail .fRight,
.productDetail .fLeft{
  float: none;
}/*
.productDetail .txtCenter,
.productDetail .detailImg{
  width: 88%;
  margin: 0 auto;
}*/


/* btnMap */
.productDetail .btnMap{
	width: 88%;
  margin: 0 auto;
}
.productDetail .btnMap span{
	margin-top: 20px;
	display: inline-block;
	text-align: right;
}
.productDetail .btnMap span img{
	margin-bottom: 10px;
}
.productDetail .btnMap a img{
	width: 40%;
}

/* vmPlace */
.productDetail.vmPlace li{
	margin-bottom: 30px;
	text-align: center;
}
.productDetail.vmPlace li img{
   width: 88%;
   margin: 0 auto 18px;
}
.productDetail.vmPlace li h3{
	background: none;
    padding: 0px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.productDetail.vmPlace li p{
	font-size: 14px;
}

.infoArea{
  margin: 35px 0 0 0;
  	position:relative;
	overflow:hidden;

}
.infoArea h3{
  margin: 0 0 8px 0;
  color: #008040;
  font-size: 22px;
}
.infoArea p{
  margin: 0 0 20px 0;
  font-size: 14px;
}


.infoWrap{
	width:100%;
	margin:0 auto;
	position:relative;
	height:200px;
}

.infoWrapInner{
	width:160%;
	position:absolute;
	left:50%;
	margin-left:-40%;
}
.infoArea .bx-wrapper{
	position:relative;
}
.infoArea .bx-wrapper .bx-controls{
	position:absolute;
	width:62%;
	top:50%;
	left:-6%;
	overflow:hidden;
	z-index:300;
	margin:0 auto;
}

.infoArea .bx-wrapper .bx-prev{
	display:block;
	background:url(../../../images/common/slidearrow_prev.png) no-repeat;
	background-size:100%;
	width:30px;
	height:52px;
	float:left;
	text-indent:-9999px;
}

.infoArea .bx-wrapper .bx-next{
	display:block;
	background:url(../../../images/common/slidearrow_next.png) no-repeat;
	background-size:100%;
	width:30px;
	height:52px;
	float:right;
	text-indent:-9999px;
}

.infoArea ul{
  overflow: hidden;
}
.infoArea ul li{
  float: left;
  margin-right: 30px;
  text-align: center;
}
.infoArea ul li img{
  border: 1px solid #e8e8e8;
  margin: 0 0 13px 0;
  padding: 3px;
  border-radius: 6px;
}
.infoArea ul li span{
  background: url(../images/common/ic_arrow_green.png) no-repeat left center;
  background-size: 8px;
  padding: 0 0 0 18px;
}

/* productOtherLink */
.productOtherLink{/*
	padding:32px 3% 0;*/
	padding:32px 0 0;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
/*
.productOtherLink:before{
	border:1px solid #DCDCDC;
	border-radius:6px;
	width:99%;
	position:absolute;
	bottom:0;
	left:0;
	height:160px;
	content:'';
	z-index:-1;
}*/

.productOtherLink h3{
	color:#d64c9b;
	background:none;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:10px;
}

.productOtherLink p{
	margin-bottom:20px;
	font-size: 13px;
}

.productOtherLink .detailImg{
	position: absolute;
	left: 3%;
	top: 0;/*
	margin-left: 2%;
	margin-bottom:10px;
	float:left;*/
	width:36%;
}

.productOtherLink > div{
	border:1px solid #DCDCDC;
	padding: 15px 3% 15px 42%;
	border-radius:6px;/*
	float:right;
	margin-top:80px;
	width:58%;*/
}

.productOtherLink a{
	display:block;
	border:1px solid #e6e6e6;
	border-radius:3px;
	background:#f8f8f8;
	text-align:center;
	padding:8px;
	width:100%;
	box-sizing: border-box;/*
	margin-left:24px;
	margin-bottom:15px;*/

}

/* productKindList */
.productKindList ul{
	margin: 25px 0 25px -2%;
	font-size: 0;
	text-align: left;
}
.productKindList li{
	margin: 0 0 35px 2%;
	display: inline-block;
	width: 48%;
	text-align: center;
	vertical-align: top;
}
.productKindList li .productKindImg{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 167px;
	height: 167px;
	background: #FFF url(../../../images/product/03-01_variety_bg.png) no-repeat top center;
	background-size: 100% auto;
	text-align: center;
}
.productKindList li .productKindImg img{
	margin: 15px 0 0 0;
	width: auto;
	height: 120px;
}
.productKindList li span.all,
.productKindList li span.season,
.productKindList li span.order{
	position: absolute;
	bottom:0;
	left: 43px;
	margin: -5px auto 0;
	display: block;
	border-radius: 13px;
	padding: 6px 0;
	width: 48%;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1em;
}
.productKindList li span.all{
	background: #6eaf6e;
}
.productKindList li span.season{
	background: #e99a5b;
}
.productKindList li span.order{
	background: #d3608b;
}
.productKindList li h3{
  margin: 20px 0 15px ;
}
.productKindList li p{
	padding: 0 14px;
	font-size: 14px;
	line-height: 1.75em;
}
.productKindList li p:last-child{
	text-align: center;
}





/* side story */
.pointArea{
	padding:28px 10px 0px 28px;
}
.pointArea ul{
	overflow:hidden;
}
.pointArea li{
	border-radius:4px;
	padding:7px 10px 10px 10px;
	background:#fff;
	margin:0 14px 14px 0;
	font-size:12px;
	text-align: center;
}
.pointArea li span{
	color:#008040;
    display: flex;
    align-items: center;
	font-weight:bold;
	margin-bottom:5px;
    text-align: center; /* for no-flexbox browsers */
}
.pointArea li span:before,
.pointArea li span:after {
    border-top: 1px solid #008040;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.pointArea li span:before {
    margin-right: 0.5em;
}

.pointArea li span:after {
    margin-left: 0.5em;
}

.voiceArea{
	padding:30px 10px 10px 30px;
}

.voiceArea li{
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
}
/* pumpkinStory */
.paperBase.pumpkinStory {
    width: 88%;
}
.pumpkinStory ul{
	margin:0 0 0 -14px;
	text-align: center;
}
.pumpkinStory li{
	width:72%;
	margin:0 auto 20px;
	font-size:0px;
	text-align: center;
}
.pumpkinStory li img{
	margin-bottom: 10px;
   width: 100%;
	padding:2px;
	background: #FFFFFF;
	border:1px solid #dbdcce;
	border-radius: 5px;
	box-sizing: border-box;
}
.pumpkinStory li p{
	font-size:12px;
	text-align: center;
}

/* specArea */
.specArea{
	background:url(../../../images/product/03_spec_bg.png);
	border-radius:4px;
	padding:7px 2%;
	text-align:center;
	margin-bottom:60px;
}

.specArea > div{
	background:#fff;
	border-radius:4px;
	padding:10px 3.7%;
}

.specArea table tr{
	border-bottom:1px solid #ccc;
}

.specArea table tr:last-child{
	border:none;
}

.specArea table th{
   display: list-item;
	list-style: none;
	font-weight:bold;
	width:8em;
	vertical-align:middle;
	padding: 12px 0px 8px;
	font-size: 13px;
}

.specArea table td{
   display: list-item;
	list-style: none;
	padding: 0px 0px 12px;
	font-size: 13px;
}

.specArea p{
	text-align: center;
}
.specArea p a{
	background:url(../../../images/common/ic_arrow_white.png) no-repeat left center;
	background-size:auto 15px;
	font-size:18px;
	padding-left:4%;
	display:inline-block;
	margin:15px auto;
	color:#fff;
}

/*company
---------------------------------------------------------------------------- */

#company .h1Area{
  background: url(../../../images/company/06_mainimg_bg_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#company.greeting .h1Area{
  background: url(../../../images/company/06-01_mainimg_bg_sp.jpg) no-repeat center bottom;
  background-size:cover;
}

/* philosophy */
#company.philosophy .h1Area{
  background: url(../../../images/company/06-02_mainimg_bg_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#company.philosophy .philosophyImg{
	margin: 0 0 40px;
}
.philosophyList dt{
	font-size: 14px;
	color: #008040;
}
.philosophyList dd{
	margin: 0 0 1em 1.3em;
	font-size: 14px;
}

/* outline */
#company.outline .h1Area{
  background: url(../../../images/company/06-03_mainimg_bg_sp.jpg) no-repeat center bottom;
  background-size:cover;
}

#company.outline .basicTable th{
	width: 16%;
}
#company.outline .basicTable tr:last-child td{
	border-bottom: none;
}
#company.outline .basicTable dl{
	overflow: hidden;
}
#company.outline .basicTable dt{
	float: left;
}
#company.outline .basicTable dd{
	margin-left:8em;
	text-indent: -1em;
}

#company.outline .outlineAppleBox{
	border:1px solid #ededed;
	border-radius: 3px;
	padding: 17px 3%;
	margin: 20px 0 45px;
}
#company.outline .outlineAppleBox h2{
	margin: 0 auto 20px;
	width: 63%;
	text-align: center;
}
#company.outline .outlineAppleBox  .basicTable th{
	width: 100%;
}

#company.outline .outlineAppleBox p{
	font-size: 14px;
}
#company.outline .outlineAppleBox div.clearfix{
	margin:20px 0 0 0;
}
#company.outline .outlineAppleBox .outlineBoxImg{
	margin: 10px 0 0;
	text-align: center;
}
#company.outline .outlineAppleBox .outlineBoxImg img{
	width: 100%;
}

/* access */
#company.access .h1Area{
  background: url(../../../images/company/06-04_mainimg_bg_sp.jpg) no-repeat center bottom;
  background-size:cover;
}
#company.access .accessBox{
	margin-bottom: 55px;
}
#company.access .accessBox .basicTable .addTxt2nd{
	margin-left:6.3em;
}
#company.access .accessBox .basicTable tr:last-child td{
	border-bottom: 1px solid #d3d3d3;
}
#company.access .accessBox .basicTable tr:last-child td.spBdNone{
	border-bottom: none;
}
#company.access .accessMap iframe{
	width:100% !important;
	height: 200px !important;
}


/* information */
#company.information .h1Area{
  background: url(../../../images/company/06-05_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}
#company.information .informationBox{
	margin-bottom: 40px;
}



/*about
---------------------------------------------------------------------------- */

#about .h1Area{
  background: url(../../../images/about/02-00_mainimg_bg_sp.jpg) no-repeat center bottom;
  background-size:cover;
}

/* safety */
#about.safety .h1Area{
  background: url(../../../images/about/02-01_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
.safetyCatchBox{
	background: url(../../../images/about/02-01_catch_bg.png) no-repeat right top;
  background-size:50% auto;
	padding: 0px 0 48px;
}
.safetyCatchBox p{
	font-size: 15px;
	line-height: 2em;
}

/* history */
#about.history .h1Area{
  background: url(../../../images/about/02-02_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}
#about.history .basicTable th{
	width: 100%;
}
#about.history .basicTable{
	margin-bottom: 40px;
}

/* approach */
#about.approach .h1Area{
  background: url(../../../images/about/02-03_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}
.approachIsoBox{
	width: 95%;
	margin: -20px auto 66px;
}
.approachIsoBox .imgBox{
	text-align: center;
}
.approachIsoBox .imgBox p{
	display: inline-block;
	width: 44%;
	margin:0 3% 15px;
	vertical-align: top;
	text-align: center;
}
.approachIsoBox .txtBox{
}
.approachIsoBox .txtBox ul{
	border-top:1px solid #d3d3d3;
}
.approachIsoBox .txtBox li{
	padding: 10px 0px;
	border-bottom:1px solid #d3d3d3;
	font-size: 14px;
}
.approachIsoBox .txtBox p{
	margin:17px 0 0 0;
	text-align: center;
}
.approachIsoBox .txtBox p img{
	display: inline-block;
	margin:0 2% 0 2%;
	vertical-align: top;
}
.approachIsoBox .txtBox p img:first-of-type{
	width: 19%;
}
.approachIsoBox .txtBox p img:nth-of-type(2){
	width: 29%;
}

.approachBox{
	margin: -20px 0 70px;
	background: #f8f8f8;
	padding: 25px;
	border-radius: 3px;
}
.approachBox p{
	font-size: 14px;
}
.approachBox h4{
	margin: 15px 0 3%;
	background: #e3f1ea;
	padding: 10px;
	border-radius: 6px;
	font-size: 14px;
}
.approachBox ul{
	margin: 0 0 30px 3%;
}
.approachBox li{
	margin-left:1.6em;
	text-indent: -1.6em;
	font-size: 14px;
}



/*recruit
---------------------------------------------------------------------------- */
#recruit .h1Area{
  background: url(../../../images/recruit/07-00_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

/* interview */
#recruit.interview .h1Area{
  background: url(../../../images/recruit/07-00_interview_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

/* interviewKF */
#recruit.interviewKF .h1Area{
  background: url(../../../images/recruit/07-02-01_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}
#recruit .bdBox{
	border: 1px solid #ededed;
	padding: 20px 2.2%;
	border-radius: 3px;
}
.interviewMessageBox{
	margin: 15px 0 0 0;
}
.interviewMessageTtl{
	background: #f1f3df;
}
.interviewMessageTtl img{
	background: #FFFFFF;
}
.interviewMessageTtl h3{
	padding: 18px 4.3% 0;
}
.interviewMessageTtl p{
	padding: 0 5.7% 20px;
	font-size: 14px;
	line-height: 1.64em;
}
.interviewMessageTxt{
	background: #f8f8f8;
	padding: 18px 5.7%;
}

/* interviewNO */
#recruit.interviewNO .h1Area{
  background: url(../../../images/recruit/07-02-02_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

/* recruitment */
#recruit.recruitment .h1Area{
  background: url(../../../images/recruit/07-01_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

.recruitmentBox{
	padding-bottom:40px;
}

.recruitmentBox p{
	padding-bottom:20px;
	border-bottom:1px solid #d3d3d3;
}

.recruitmentBox ul{
	width:68%;
	margin:10px auto;
}

.recruitmentBox li{
	border:1px solid #008040;
	border-radius:3px;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#008040;
	position:relative;
	line-height:1.0em;
	padding-bottom:12px;
	margin-bottom:60px;
	padding:20px;

}


.recruitmentBox li:last-child::after{
	display:none;
}

.recruitmentBox li::after{
	content:url(../../../images/recruit/ic_arrow_green_recruit_down.png);
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-12px;

}

.recruitmentBox li span{
	background:#fff;
	padding:10px;
	display:block;
	font-size:12px;
	font-weight:bold;
	width:60px;
	position:absolute;
	left:50%;
	top:-1.5em;
	margin-left:-30px;
}

.recruitmentBox table{
	width:100%
}


.recruitmentBox th{
	border-top:1px dotted #d3d3d3;
	width:100%;
	background:#f8f8f8;
	padding:15px;
	display:block;
}

.recruitmentBox td{
	padding:15px;
	width:100%;
	display:block;
}

.recruitmentBox td .btnPdf{
	background:
url(../images/common/ic_arrow_white_s.png) no-repeat 8% center,
url(../../../images/recruit/ic_pdf.png) no-repeat 90% center;
	background-color: #dd0616;
	border-radius:3px;
	padding:14px 10px 14px 12%;
	color:#fff;
	margin:12px 0;
	font-weight:bold;
	width:80%;
	display:block;

}


.recruitmentBox td .btnXls{
	background:
url(../images/common/ic_arrow_white_s.png) no-repeat 8% center,
url(../../../images/recruit/ic_xls.png) no-repeat 90% center;
	background-color: #008040;
	border-radius:3px;
	padding:14px 10px 14px 12%;
	color:#fff;
		font-weight:bold;
		width:80%;
		display:block;
}






/*appeal
---------------------------------------------------------------------------- */
#appeal .h1Area{
  background: url(../../../images/recruit/07-04_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}

/* tabletalk */
#appeal.tabletalk .h1Area{
  background: url(../../../images/recruit/07-05_mainimg_bg_sp.jpg) no-repeat center top;
  background-size:cover;
}
.tabletalkBox h3{
	margin: 0 0 8px 0;
	color: #008040;
	font-size: 16px;
	font-weight: bold;
}

.pagerBox{
	position: relative;
	padding: 0 0 30px;
}
.pagerBox ul{
	text-align: center;
}
.pagerBox li{
	display: inline-block;
	margin: 0 5px;
}

.pagerBox .prev{
	position: absolute;
	left:0;
	top:5px;
	width: 27%;
}
.pagerBox .next{
	position: absolute;
	right:0;
	top:5px;
	width: 27%;
}
.pagerBox p a{
	display: block;
  background: url(../images/common/ic_arrow_green.png) no-repeat left 4px #ffffff;
	background-size: 8px;
	padding: 0 0 0 16px;
}

#appeal.tabletalk .sidenavArea > ul > li:first-child{
  border-bottom: 1px solid #d4d4d4;
  background: rgba(0,126,64,0.7);
  border-radius: 3px;
  font-size: 14px;

  padding: 13px 27px 13px 27px;
	text-align: center;
}
#appeal.tabletalk .sidenavArea > ul > li:first-child span{
  background: url(../../../images/common/ic_arrow_white.png) no-repeat left center;
  background-size: 8px;
  font-size: 14px;
	color: #FFFFFF;
  padding: 13px 0 13px 17px;
}

#tabletalkMessageBox li{
	margin: 0 0 15px 0;
	text-align: center;
}
#tabletalkMessageBox li img{
	width: 40%;
	margin: 30px auto 10px;
}
#tabletalkMessageBox li .txtBox{
}


/*contact
---------------------------------------------------------------------------- */
#contact .h1Area{
  background: url(../../../images/contact/08-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}
#contact .contactFormBox{
}
.contactFormBox .basicTable th span{
	color: #df2c2c;
	font-size: 13px;
}
.contactFormBox .basicTable td{
	padding: 0 0 20px;
}
.contactFormBox .basicTable select{
	width: 50%;
	padding: 5px;
	border-radius: 1px;
	font-size: 14px;
}
.contactFormBox .basicTable label{
	font-size: 14px;
}
.contactFormBox .basicTable input[type="text"],
.contactFormBox .basicTable textarea{
	width: 100%;
	padding: 5px;
	border:1px solid #999999;
	border-radius: 1px;
	font-size: 14px;
}
.contactFormBox .basicTable td span{
	display: inline-block;
	width: 6%;
}
.contactFormBox .basicTable td span + input[type="text"]{
	width: 94%;
}
.contactFormBox .basicTable .name span:first-of-type,
.contactFormBox .basicTable .name span:first-of-type + input[type="text"]{
	margin-bottom:8px;
}

.contactFormBox .btn{
	text-align: center;
	vertical-align: middle;
}
.contactFormBox .btn a{
	display: block;
	margin: 30px auto 30px;
	width: 77%;
	border-radius: 3px;
    background:#008040 url(../../../images/common/ic_arrow_white.png) no-repeat 25px center;
    background-size: 8px;
    padding: 15px 0;
    color: #FFFFFF;
    font-size: 16px;
	line-height: 1em;
	text-align: center;
}
.contactFormBox .btn a.btnBack{
	width: 30%;
	border:1px solid #e0e0e0;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat 25px center;
    background-size: 8px;
    padding: 10px 0 10px 8px;
    color: #333333;
}
.contactFormBox .btn a.btnBack.pconlyI{
	display: none;
}
/* contactFormBox error */
.contactFormBox .basicTable .error th,
.contactFormBox .basicTable .error td{
	background: #ffebeb;
}
.contactFormBox .basicTable .error td .errorTxt{
	margin: 5px 0 0 0;
	color: #df2c2c;
	font-size: 13px;
	font-weight: bold;
}
/* contactFormBox complete */
.contactFormBox.entryBaseBox p{
	text-align: center;
}


/* contactTelBox */
.contactTelBox{
  background: #f8f8f8;
}
.contactTelBox dl{
  padding: 26px 2.8%;
  font-size: 0;
	text-align: center;
}
.contactTelBox dl dt{
	font-size: 18px;
}
.contactTelBox dl dd{
	margin: 15px 0 0;
    text-align: center;
}
.contactTelBox dl dd img{
    display: inline-block;
    vertical-align: middle;
	margin: 0 3% 0 0;
	width: 17.4%;
}
.contactTelBox dl dd p{
    display: inline-block;
    vertical-align: middle;
	margin: 4px 0 0 0;
	line-height: 1.5em;
	font-size: 15px;
}
.contactTelBox dl dd span{
	font-size: 32px;
	font-weight: bold;
}


/*news
---------------------------------------------------------------------------- */
#news .h1Area{
  background: url(../../../images/news/09-00_mainimg_bg.jpg) no-repeat center top;
  background-size:cover;
}


/* news */
#news #newsListBox li{
	overflow: hidden;
	padding: 20px 0 0px 10px;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}
#news #newsListBox li h3{
	margin: 0 0 20px;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat left 8px;
    background-size: 8px;
    padding: 0 0 0 20px;
    color: #333333;
    font-size: 20px;
	font-weight: bold;
}
#news #newsListBox li .newsListTxt{
}
#news #newsListBox li .newsListImg{
	text-align: center;
}

/* topics */
#news .entryBaseBox .date{
	margin: 0 0 10px 0;
	font-size: 14px;
}
#news .entryBaseBox a{color: #008040;}
#news .entryBaseBox a:visited{color:#000000;}

#news .entryBaseBox .btn a{
	display: block;
	margin: 0 auto;
	width: 50.7%;
	border-radius: 3px;
    background:#FFFFFF url(../images/common/ic_arrow_green.png) no-repeat 18px center;
    background-size: 6px;
	border:1px solid #e0e0e0;
    padding: 11px 0;
    color: #333333;
    font-size: 14px;
	line-height: 1em;
	text-align: center;
}
