@charset "UTF-8";
@media screen and (min-width: 1570px) {
.wave2{
    height: 110px;
}
#cover2{
	height:360px;
}
#cover2 #inner{
	top:40%;
}
#cover2_l #inner{
	top:36%;
}
}


@media screen and (max-width: 1920px) {
    .center-item img{
    width: 90%;
}
}

/* -----------------------------------------------
 991px以下
-------------------------------------------------- */
@media screen and (max-width: 1200px) {
.slick-slide img {
    width: 90vw;
    height: auto;
}

#asparagas{
    bottom:30%;
    right: 5%;
}
#ine{
    position: absolute;
    top:20%;
    left: 8%;
}

#eventa li .date {
	clear: none;
	width: 25%;
}
#eventa li .title {
	width: 75%;
	margin-bottom: 0.5em
}
}
@media screen and (max-width: 1024px) {
#cover{
	padding-top: 2em;
}
#cover2 #inner{
	top:36%;
}
#cover2_l #inner{
	top:36%;
}
@media screen and (max-width: 991px) {
h1, h2, h3, h4, h5 { margin-bottom:1.5em;}
#cover h3 img{width:100%;}

/* --- NEWS --- */
#eventa{width: 100%;}
#eventa li {
  margin-left: 0;
  padding-left: 5px;
}
#eventa li div{ overflow:hidden;}
#eventa li .date,.title,.data {float: none;}
#eventa li .date {clear: none ;width: 100%;}
#eventa li .title {width: 100%; padding-left:0;}
#eventa li .date.new { background-position: 110px center;}
#eventa li .date::before {
	content: '';
	margin-right: 0;
}
#sabmenu{
margin-top: -50px;
}
}

/* -----------------------------------------------
 768px以下（tablet）
-------------------------------------------------- */

 @media screen and (max-width: 768px) {
body { padding-bottom: 0px; }
#wrapper {padding-top:60px;}
 .hidden_tablet_w {display: none;}
.wave{
	background-image: url("../images/wave_sp.svg");
	height: 80px;
}


/* --- 写真の左右をセンターに --- */
.imgleft {float: none; margin: 5px auto; text-align: center}
.imgright {float: none; margin: 5px auto; text-align: center}
	 


a:hover img {
    opacity:1.0;
}
a:hover {
    opacity:1.0;
}
.dlTable dt {
    width: 30%; 
}
.dlTable dd {
    width: 70%; 
}
 }   

    


/* -----------------------------------------------
smartPhone
-------------------------------------------------- */

@media (max-width: 576px) {
html {font-size: 15px;}
body { line-height: 1.5;}
.pc { display: none !important; }
.sp { display: block !important; }
#cover{
	padding-top: 30px;
    padding-right: 20px;

}
#soy{
    position: absolute;
    bottom:-16%;
    right: 1%;
    width: 40vw;
    z-index: 1
}
#rice{
    position: absolute;
    top:3%;
    left: 1%;
    width: 46vw;
    z-index: 1
}
#ine{
    position: absolute;
    top:85%;
    left: 4%;
    width: 20vw;
    z-index: 1
}
#asparagas{
    position: absolute;
    top:10%;
    right: 6%;
    width: 20vw;
    z-index: 1;
}
.lead {
    font-size: 16px;
    letter-spacing: normal;
}
.pc_br {
       display: none;
    }
#ine_r{
    display: none;
}
#dry{
    display: none;
}
.wave2{
    display: none;
}

/*cover2*/
#cover2{height:140px;}
#cover2_l{height:180px;}
#cover2 #inner h1{
    font-size: 34px;
    letter-spacing: normal;
}
#cover2_l #inner h1{
    font-size: 34px;
    letter-spacing: normal;
}
#sabmenu{
margin-top: 0;
}
.container{
	padding: 20px 10px 15px 10px;
}
.row {
	padding: 0 }


/*-- パンくずリスト --*/
.breadcrumbs {	padding: 5px 10px;}
.breadcrumbs li{
	padding-right: calc(10px + 6px);
	margin-right: 0;
   font-size: 10px;
}
.breadcrumbs li a{
  font-size: 10px;
  text-decoration: none
}
h1, h2, h3, h4, h5 {
  margin: 0 0 10px;
}
h1{ font-size:28px; font-size:1.75rem;}
h2{font-size:24px; font-size:1.5rem;}
h3{ font-size:22px; font-size:1.25rem;}
h4 ,h5 { font-size:18px; font-size:1.125rem;}
p,li,dl,dt{ font-size:14px; font-size:1rem;}
br.no_br{display: none;}
h2.stripe {
    font-size: 22px;
    letter-spacing: normal;
}
h3.border {
    font-size: 19px;
    letter-spacing: normal;
}
h3[ttl]::before {
  width: 40px;
  height: 50px;
}
	
#eventa li .date.new {
   background-position: 90px center;
   background-size: 32px 13px
}
    .dlTable {
        width: 100%; /* 横幅をpxではなく、幅いっぱいに指定。 */
        border: none; /* テーブルの左の線を消す */
        display: block; /* 横並びにさせないようブロック要素にする */
    }
    .dlTable dt,
    .dlTable dd {
        border: none; /* セルの右の線を消す */
        width: 100%; /* 横幅を幅いっぱいに指定 */
        padding: 10px 15px; /* 各セルに余白を取る */
    }
    .dlTable dt {
        border: none; /* 下の線を消す（ddの下の線が残る） */
        padding-bottom: 8px; /*ddとの距離を近づけるため、0にする*/
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
    }
    .dlTable dd {
        border: none; /* 下の線を消す（ddの下の線が残る） */
        padding-bottom: 8px; /*ddとの距離を近づけるため、0にする*/
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #eaedde;
    border-right: 3px solid #eaedde;
    border-left: 3px solid #eaedde;
        margin-bottom: 10px;
    }
}
.plus {
  background-size: 20px 20px;
  background-position: center 50%;
 
}

}
/* -----------------------------------------------
PRINT Module
-------------------------------------------------- */
@media print {
  
* {color: #666 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
body { width: 100%; }
@page  { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
thead { display: table-header-group; }
tr,img { page-break-inside: avoid; }
li { content: "» "; }
}
