@charset "utf-8";
/** *****************************************************************
page共通
最終更新日：2020.10.20
***************************************************************** **/

/* *--------------------------------------------------------------------
 共通（/）
--------------------------------------------------------------------* */

/* a
--------------------------------------------------------------- */
a:link {color:#000000; background-color: transparent; text-decoration: none; }
a:visited { color:#000000  ; background-color: transparent; text-decoration: none; }
a:hover { color:#444444 ; background-color: transparent; text-decoration: none; cursor:hand; outline: 0;}
a:active { color:#444444 ; background-color: transparent; text-decoration: none; cursor:hand; outline: 0;}

/*  見出し
--------------------------------------------------------------- */
h1 {
	font-size:32px;
	font-size:3.2rem;
	letter-spacing: 5px;
}
h2 {
	font-size:30px;
	font-size:3.0rem;
	letter-spacing: 0.2em;
	font-family: 'dnp-shuei-mincho-pr6n', sans-serif;
	font-weight: 500;
	font-style: normal;
    line-height: 1;
    text-align: center;
}
h2 .small{
	font-size:24px !important;
	font-size:2.4rem !important;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {

h2 {
	font-size:24px;
	font-size:2.4rem;
/*	letter-spacing: 0.3em;*/
}

}
h3 {
	font-size:24px;
	font-size:2.4rem;
	letter-spacing: 0.3em;
	font-family: 'dnp-shuei-mincho-pr6n', sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3.h3line {
    text-align: center;
    background-image: url(../images/h3_line.png);
    background-position:  center bottom;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 60px;
	font-size:30px;
	font-size:3.0rem;

    line-height: 1;
}
h3.h3name{
    width: 960px;
    margin: 0 auto 20px auto;
    text-align: left;
    border-left:2px #799a66 solid;
    padding-left: 30px;
    color: #799a66;
	font-size:32px;
	font-size:3.2rem;
    line-height: 1;
}
h3.h3name .cap{
    color: #000000;
	font-size:18px;
	font-size:1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: 20px;
/*	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
font-family: 'dnp-shuei-gothic-gin-std', sans-serif;
}
h3.herbgria {
    line-height: 1.4;
}

p.firstexpl{
	font-size:22px;
	font-size:2.2rem;
    line-height: 1.9;
    letter-spacing: 0.09em;
}

@media only screen and (max-width: 768px) {

h3 {
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 0.1em;

}
h3.h3line {
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.5;
    letter-spacing: 0.1em;
	font-size:22px;
	font-size:2.2rem;
}
h3.h3name{
    width: 90%;
    margin: 0 auto 20px auto;
    padding-left: 20px;
	font-size:28px;
	font-size:2.8rem;
}
h3.h3name .cap{
	font-size:16px;
	font-size:1.6rem;
}
p.firstexpl{
	font-size:16px;
	font-size:1.6rem;
    letter-spacing: 0.05em;
}
p.firstexpl.txtC{
    text-align: left !important;
}

}


h4{
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 3px;
}
h5{
	font-size:18px;
	font-size:1.8rem;
	letter-spacing: 2px;
}
h6{
	font-size:16px;
	font-size:1.6rem;
	letter-spacing: 1px;
}

table + table,
p + p,
ul + ul,
p + ul,
ul + p,
ol + ol,
p + ol,
ol + p,
dl + dl,
p + dl,
dl + p{
	margin-top: 20px !important;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6{
/*
	margin-top: 20px;
	margin-bottom: 10px;
*/
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p{
	margin-top: 10px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6{
	margin-top: 40px;
}

/*見出しとテーブルの間のマージン*/
p + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table{
	margin-bottom: 20px !important;
}


/*  ボタンブロック
--------------------------------------------------------------- */
.btnblock{
	margin: 40px auto 0 auto;
	text-align: center;
    letter-spacing: -.4em; /*隙間対策*/
}
.btnblock div{
	display:inline-block;
    letter-spacing: normal;
}
.btnblock div img{
    vertical-align: bottom;
}
.btnblock a:hover{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}


/*1並び*/
.btnblock.col1 div{
	width: 100%;
}

/*2並び（隙間1%）*/
.btnblock.col2 div{
	width: 49%;
    text-align: left;
}
.btnblock.col2 div:nth-child(1){
    margin-right: 1%;
}
.btnblock.col2 div:nth-child(2){
    margin-left: 1%;
}
/*3並び（隙間1%）*/
.btnblock.col3 div{
	width: -webkit-calc(98% / 3) ;
	width: calc(98% / 3) ;
}

.btnblock.col3 div:nth-child(2){
    margin-left: 1%;
    margin-right: 1%;
}


@media only screen and (max-width: 768px) {

.btnblock div{
	width: 90%;
	margin: 0;
	text-align: center;
	display:block;
}
.btnblock div:nth-child(1){
	text-align: center;
	margin: 0.5em auto;
}
.btnblock div:nth-child(2){
	text-align: center;
	margin: 0 auto;
}
.btnblock a{
	display:block;
	width: 80%;
	margin:0 auto;
}

footer .btnblock div{
	width: 48%;
	margin: 0;
	text-align: center;
	display:inline-block;;
}
footer .btnblock div a{
	display:block;
	width: 96%;
	margin:0 auto;
}


section ul,
section h3,
section p{
/*
	width: 90%;
	margin-left: auto;
	margin-right: auto;
*/
}


}


.paysanBTN .boxC a{
    position: relative;
}
.paysanBTN .btn01:hover,
.paysanBTN .btn02:hover,
.paysanBTN .btn03:hover,
.paysanBTN .btn04:hover{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;

    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;

}
.paysanBTN .boxC a:after{
    content: "";
    display: block;
	position: absolute;
    right: 20px;
	top: 28%;


  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(225deg) scale(1.0,1.0); 

transform-origin: center;

}
/*
.paysanBTN a:hover:after{
  transform: rotate(225deg) scale(1.2,1.2); 
}
*/


@media only screen and (max-width: 768px) {

.paysanBTN .boxC a:after{
    right: 20px;
	top: 32%;
    width: 10px;
    height: 10px;
}

}

/* *--------------------------------------------------------------------
MV
--------------------------------------------------------------------* */
#MV{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	width:100%;    height:0;
    margin-bottom: 60px;
}
#MV #TITLE{
	position: absolute;
	left: 0;right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	margin: auto;
	text-align: center;
}
#MV #TITLE h2{
	font-size:30px;
	font-size:3.0rem;
    letter-spacing: 0.24em;
}
#MV #TITLE h2 div.en{
	color: #3e6f41;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size:14px !important;
	font-size:1.4rem !important;
	letter-spacing: 0.2em;
    margin-top: 30px;
/*

	font-size:16px;
	font-size:1.6rem;
    letter-spacing: 0.78em;
    color: #3e6f41;
    margin-top: 30px;
*/
}
.banner-shipping{
    position: absolute;
    z-index: 100;
    top:0;left: 0;
    max-width: 573px;
}
.banner-shipping i{
    display: block;
	background-image: url(../images/banner_shipping.png);
	background-repeat: no-repeat;
    /* 20251212追記 */
    /* width: 573px;height: 161px; */
    width: 683px;height: 193px;
}



.goods-btn {
    position: fixed;
    width: 94px;
    height: auto;
    bottom: 2%;
    left: 2%;
    z-index: 9999;
}

.goods-btn a {
    width: 94px;
}

@media only screen and (max-width: 1024px) {
    .goods-btn {
        top: auto;
        right: 2%;
        left: auto;
        bottom: 11%;
    }
    
}


@media only screen and (max-width: 768px) {
#MV{
    margin-top: -100px;
}
#MV #TITLE h2{
	font-size:26px;
	font-size:2.6rem;
    letter-spacing: 0.2em;
}
#MV #TITLE{

	top: 60%;
	-webkit-transform: translate(0, -60%);
	-ms-transform: translate(0, -60%);
	transform: translate(0, -60%);

}
#MV #TITLE h2 div.en{
	font-size:14px;
	font-size:1.4rem;
    letter-spacing: 0.1em;
    margin-top: 0px;
}
.banner-shipping{
    width: 80%;
}
.banner-shipping i{
	background-size: 100%;
	width:100%;    height:0;
	padding-top: 28.1%;
    /* width: 573px;height: 161px; */
}
.goods-btn {
    width: 47px;
    top: auto;
    right: 2%;
    left: auto;
    bottom: 10%;
}

.goods-btn a {
    width: 47px;
}



}

/* *--------------------------------------------------------------------
手書きボックス
--------------------------------------------------------------------* */

/*緑*/
.box-green{
    max-width: 962px;
    width: 100%;
    position: relative;
    margin: auto;
    background: url(../images/box_green.png) repeat-y ;
    background-size: 100%;
}


.box-green:before{
  content:"";
  display:block;
  background: url(../images/box_green_top.png) top center  no-repeat;
  background-size: 100%;
  height:5px;
}

.box-green:after{
  content:"";
  display:block;
  background: url(../images/box_green_bottom.png) bottom center no-repeat;
  background-size: 100%;
  height:5px;
}
@media only screen and (max-width: 768px) {

.box-green{
    width: 90%;
}
.box-green p{
	font-size:14px;
	font-size:1.4rem;
    letter-spacing: 0.075em;
}

}


/* *--------------------------------------------------------------------
お問い合わせブロック
--------------------------------------------------------------------* */
/**/
#contactBLOCK{
    max-width: 960px;
    width: 100%;
    position: relative;
    margin: auto;
    background: url(../images/contact_bg.png) repeat-y ;
    background-size: 100%;
}
#contactBLOCK:before{
  content:"";
  display:block;
  background: url(../images/contact_bg_top.png) top center  no-repeat;
  background-size: 100%;
  height:30px;
}

#contactBLOCK:after{
  content:"";
  display:block;
  background: url(../images/contact_bg_bottom.png) bottom center no-repeat;
  background-size: 100%;
  height:5px;
}
#contactBLOCK .inner{
    padding: 10px 20px 20px 20px;
}
#contactBLOCK .inner .box{

    text-align: center;
    color: #799a66;
	font-size:32px;
	font-size:3.2rem;
}

#contactBLOCK .btnblock{
    width: 600px;
	margin: 20px auto 0 auto;
	text-align: center;
}


@media only screen and (max-width: 768px) {



#contactBLOCK{
    width: 90%;
    margin: auto;
}
#contactBLOCK .inner{
    padding: 0px 20px 0 20px;
}
#contactBLOCK .inner .box p{

    text-align: center;
    color: #799a66;
	font-size:14px;
	font-size:1.4rem;
    font-weight: 500;
}


#contactBLOCK .btnblock{
    width: 100%;
	margin:10px auto;
	text-align: center;
}


#contactBLOCK .btnblock div{
	width: 46%;
	margin: 0;
	text-align: center;
	display:inline-block;;
}
#contactBLOCK .btnblock div a{
	display:block;
	width: 90%;
	margin:0 auto;
}


/*
#contactBLOCK .btnblock div:first-child a img{
    background-color: #51a199;
    padding: 10px 0;
}
#contactBLOCK .btnblock div:last-child a img{
    background-color: #3e6f41;
    padding: 10px 0;
}
*/



}

/* *--------------------------------------------------------------------
アコーディオン
--------------------------------------------------------------------* */
/**/
.acc {
margin: 0; 
}

.acc a {
display: block; }
.acc .child {
display: none;
margin: 40px 0 -1px 0;
padding: 0;
 }
/*
.acc .child .menu {

color: #5e5e5e; }
.acc .child .menu:hover {
background: #d0d0d0; }
*/
.acc .child > li {
margin: 0;
padding: 0;
}
.acc .child > li:last-child {
border-bottom: 0; }

.acc a.toggle:hover{
    cursor: pointer;
}
.acc a.toggle {
    background-image: url(../images/acc_target_open.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}
.acc a.toggle.active {
    background-image: url(../images/acc_target_close.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}

.toggle .pic{
 max-width:960px;
    width: 100%;
 overflow:hidden;
}
.toggle .pic img{
/* transition:0.5s all;*/
}
.toggle .pic img:hover{
/*
  transform:scale(1.05,1.05);
  transition:0.5s all;
*/
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}


.toggle .name{
	font-size:15px;
	font-size:1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 10px;
}


.accbox{
    width: 804px;
    margin: 0 auto 40px auto;
    position: relative;
    margin: auto;
    background: url(../../images/welfare/section3_bg.png) repeat-y ;
    background-size: 100%;
}


.accbox:before{
  content:"";
  display:block;
  background: url(../../images/welfare/section3_bg_top.png) top center  no-repeat;
  background-size: 100%;
  height:5px;
}

.accbox:after{
  content:"";
  display:block;
  background: url(../../images/welfare/section3_bg_bottom.png) bottom center no-repeat;
  background-size: 100%;
  height:5px;
}

.accbox .inner{
    padding: 50px 60px;
}
.accbox .inner h5{
    text-align: center;
    color: #57783c;
	font-size:24px;
	font-size:2.4rem;
    letter-spacing: 0.1em;
	font-family: 'dnp-shuei-mincho-pr6n', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.accbox .inner .inner-pic{
    margin: 40px auto 0 auto;
    text-align: center;
}


@media only screen and (max-width: 768px) {


.acc .child {

margin: 20px 0 -1px 0;

 }
.accbox{
    width: 100%;
    margin: 0 auto 20px auto;
}
.accbox .inner{
    padding: 30px 30px;
}
.accbox .inner h5{
	font-size:22px;
	font-size:2.2rem;
}
.accbox .inner p{
	font-size:14px;
	font-size:1.4rem;
}
.accbox .inner .inner-pic{
    margin: 20px auto 0 auto;
    text-align: center;
}

}


/*アニメ*/
.mov-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.mov-fadein.mov-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media only screen and (max-width: 768px) {

.mov-fadein {
  opacity: 1; 
  visibility: hidden;
  transform: translateY(0px);
  transition: all 0s;
}

}


