@charset "utf-8";

/* ----------------------------------------------- 
　デバイス対応
----------------------------------------------- */
/*--1020pxを下回った場合--*/
@media only screen and (max-width: 1020px) {
  #wrap {
    width: 100%;
  }
  header .inner {
    width: 94%;
    margin: 0 3%;
  }
  .slider {
    margin-bottom: 40px;
  }

  nav.spnav {
    display: block !important;
    position: fixed; /*表示位置を固定*/
    z-index: 2; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0; /*表示位置を指定*/
    background: #fff; /*背景を白にする*/
    color: #000; /*文字色を黒にする*/
    text-align: center; /*テキストを中央揃え*/
    width: 100%; /*全幅表示*/
    transform: translateY(-100%); /*ナビを上に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
  }
  .Toggle {
    display: block !important;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 8px;
    top: 14px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
  }

  nav#pcnav {
    display: none;
  }
  section#welcome {
    width: 94%;
    padding: 5% 3%;
    margin-bottom: 0;
  }
  section#particular {
    width: 94%;
    padding: 5% 3%;
  }
  section#welcome ul li h2 img,
  section#particular ul li h2 img {
    width: 272px;
  }
  section#welcome ul li img,
  section#particular ul li img {
    width: 100%;
  }
  section#strawberry h2 img {
    width: 149px;
  }

  section#strawberry ul {
    width: 94%;
    margin: 0 3%;
  }
  section#strawberry ul li:nth-child(3) p {
    text-align: center;
  }
  section#strawberry ul li:nth-child(3) span.caution {
    width: 90%;
    text-align: center;
    margin: 0 5%;
  }
  section#strawberry #strawberry_box {
    width: 94%;
    margin: 5% 3%;
  }

  section#strawberry #strawberry_box p.Lbox {
    margin: 0 0 30px 3%;
  }
  section#strawberry #strawberry_box p.Rbox {
    margin: 0 3% 30px 0;
  }
  section#marche {
    padding: 8% 0;
  }
  section#marche ul {
    width: 94%;
    margin: 0 3%;
  }
  section#marche ul li:nth-child(1) {
    width: 45%;
  }
  section#marche ul li:nth-child(1) img {
    width: 100%;
  }
  section#marche ul li:nth-child(2) {
    width: 4%;
  }
  section#marche ul li:nth-child(3) {
    width: 51%;
  }
  section#marche #marche_box {
    width: 94%;
  }
  section#farm dl {
    width: 94%;
    padding: 0 3% 3%;
  }
  section#farm dl dt {
    width: 35%;
  }
  section#farm dl dd {
    width: 65%;
  }
  section#farm #map {
    width: 94%;
    margin: 0 3%;
  }
  footer .inner img {
    width: 38% !important;
  }
  section#privacy .inner {
    width: 94%;
    margin: 0 3%;
  }
}

/*--920pxを下回った場合--*/
@media only screen and (max-width: 920px) {
  header h1 {
    width: 45%;
  }
  header h1 img {
    width: 100%;
  }
  header p {
    width: 45%;
  }
  header p img {
    width: 100%;
  }
  header .tel {
    float: left;
    width: 100%;
    margin: 30px 0 40px;
    text-align: center;
  }
  header .tel img {
    width: 90%;
    margin: 0 auto;
  }
  header .tel img.tel_pc {
    display: none;
  }
  header .tel img.tel_sp {
    display: block;
  }
  section#welcome {
    padding: 8% 3%;
  }
  section#welcome ul li:nth-child(1) {
    width: 100%;
  }
  section#welcome ul li:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  section#particular {
    display: none;
  }
  section#particular_sp {
    display: block;
    background: url("images/particular_bg.png") repeat right top;
    width: 100%;
    padding-bottom: 8%;
  }
  section#particular_sp ul {
    max-width: 94%;
    margin: 0 auto;
  }
  section#particular_sp ul li:nth-child(1) {
    background: url("images/particular_bg02.png") no-repeat;
    background-position: right 5% top 5%;
    float: right;
    width: 100%;
  }
  section#particular_sp ul li:nth-child(1) h2 {
    margin-bottom: 20px;
    padding-top: 40px;
  }
  section#particular_sp ul li:nth-child(2) {
    float: left;
    width: 4%;
  }
  section#particular_sp ul li:nth-child(3) {
    float: left;
    width: 100%;
    text-align: center;
  }
  section#particular_sp ul li h2 img {
    width: 272px !important;
  }
  section#welcome ul li img,
  section#particular_sp ul li img {
    width: 80%;
  }
  section#strawberry ul li:nth-child(1) {
    width: 100%;
    min-height: 300px;
    margin-bottom: 40px;
  }
  section#strawberry ul li:nth-child(3) {
    width: 100%;
    min-height: 300px;
  }
  section#strawberry ul li h3,
  section#strawberry #strawberry_box h3 {
    width: 86% !important;
    margin: 5%;
    padding: 2%;
  }
  section#strawberry #strawberry_box p.Lbox,
  section#strawberry #strawberry_box p.Rbox {
    width: 92%;
    margin: 0 4%;
  }
  section#strawberry ul li h3,
  section#strawberry #strawberry_box h3 {
    font-weight: bold !important;
    background: #fffaec;
    border: 4px solid #f34252;
    color: #f34252;
    margin: 40px auto 0;
  }
  section#strawberry #strawberry_box .strawberry_box_inner {
    flex-direction: column;
  }
  section#strawberry #strawberry_box span {
    margin: 20px 5% 40px;
  }
  section#strawberry a,
  section#marche .btn a {
    font-size: 110%;
  }
  section#strawberry img.thumb {
    margin-bottom: 0;
  }
  section#marche ul li:nth-child(1) {
    width: 100%;
  }
  section#marche ul li:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  section#marche ul li:nth-child(3) img {
    width: 80%;
  }
  section#marche #marche_box dl {
    width: 90%;
  }
  section#marche #marche_box dl dt {
    width: 100%;
    margin-bottom: 10px;
    background: #f8ffee;
    font-weight: bold !important;
    border: 4px #8cd08a solid;
    color: #8cd08a;
    padding: 8px 0;
    border-radius: 10px;
    clear: both;
  }
  section#marche #marche_box dl dd {
    width: 100%;
    margin-bottom: 30px;
  }
  section#marche .inner {
    background-size: 110%;
  }

  footer .inner {
    background-size: 100%;
  }
  footer .inner img {
    width: 35% !important;
  }
  #pagetop {
    right: 9px;
  }
  #pagetop img {
    width: 90%;
  }
}

/*--768pxを下回った場合--*/
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    padding-top: 30px;
  }
  header h1 {
    width: 80%;
    margin: 0 12% 10px 8%;
    text-align: center;
  }
  header p {
    width: 80%;
    margin: 0 10%;
    text-align: center;
  }
  header h1 img,
  header p img {
    width: 90%;
  }
  header .tel {
    margin: 20px 0 30px;
  }
  #wrap .Toggle {
    top: 25px !important;
  }
  section#strawberry {
    padding-bottom: 40px !important;
  }
  section#marche .inner {
    background: none;
  }
  section#marche #marche_box {
    width: 86%;
    margin: 6% 3%;
    padding: 4%;
  }

  #pagetop {
    right: -18px;
    bottom: 10px !important;
  }
  #pagetop img {
    width: 70%;
  }

  section#farm {
    margin-top: 10% !important;
  }
  section#farm dl {
    margin-bottom: 40px;
  }
  section#farm dl dt,
  section#farm dl dd {
    height: 40px;
    line-height: 140%;
  }

  footer .inner {
    padding: 60px 0;
  }
}

/*--480pxを下回った場合--*/
@media only screen and (max-width: 480px) {
  header {
    padding-top: 40px;
  }
  header h1 {
    text-align: left;
  }
  header .tel {
    margin: 10px 0 20px;
  }
  header .tel img {
    width: 100%;
  }
  #wrap ul.slider {
    clear: both;
    margin-bottom: 10px;
  }
  section#welcome {
    padding: 5% 3%;
  }
  section#welcome ul li h2 img,
  section#particular_sp ul li img {
    width: 250px !important;
  }
  section#welcome ul li img,
  section#particular_sp ul li img {
    width: 85%;
  }
  section#welcome ul li:nth-child(1) h2 {
    background-size: 30%;
    background-position: bottom right;
  }
  section#particular_sp ul li:nth-child(1) {
    background-size: 20%;
    background-position: top 66px right;
  }
  section#strawberry {
    background-size: 98%;
  }
  section#marche #marche_box dl {
    width: 90%;
  }
  section#marche h2 {
    margin-bottom: 35px;
  }
  section#marche h2 img {
    width: 92%;
    margin: 0 4%;
  }
  section#marche ul li:nth-child(3) img {
    width: 90%;
  }
  section#strawberry a,
  section#marche .btn a {
    max-width: 260px !important;
    background-position: 250px 16px;
  }
  footer .inner img {
    width: 60% !important;
  }
}
