@charset "utf-8";

@media only screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .menu-trigger {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  html {
    font-size: calc(100vw / 32);
  }
  body {
    width: 100%;
    min-width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

  body {
    min-width: initial;
    padding-top: 17.5vw;
  }

  h1 {
    font-size: 9.6vw;
  }
  h2 {
    font-size: 6.4vw;
  }
  h3 {
    font-size: 4.8vw;
  }
  h4 {
    font-size: 4.266vw;
  }
  h5 {
    font-size: 3.733vw;
  }
  h6 {
    font-size: 3.2vw;
  }
  p {
    font-size: 4vw;
  }
  .blog_text ul,
  .blog_text ol,
  #page_cont ul,
  #page_cont ol {
    font-size: 4vw;
    padding-left: 2em;
  }
  .inner {
    width: 100% !important;
    padding: 0 4%;
    box-sizing: border-box;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  #upper {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: initial;
    height: 17.5vw;
    z-index: 9999;
    overflow: visible;
    background: #085000;
  }
  #upper .inner {
    height: 17.5vw;
    position: relative;
    padding: 0;
  }
  #upper h1 {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16vw !important;
    height: auto;
    float: none;
    text-align: center;
    z-index: 10000;
  }
  #upper h1 img {
    width: 100%;
    height: auto;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ハンバーガー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    top: 3.28125vw;
    left: 3.28125vw;
    width: 10.9375vw !important;
    height: 10.9375vw;
    padding: 0 1.5625vw;
    text-align: center;
    background: #cbad5e;
    z-index: 10000;
  }
  .menu-trigger p {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    color: #1f2a1e;
    font-family: sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    width: 100%;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .trigger_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .trigger_wrap span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1f2a1e;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 1.875vw;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 3.75vw;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 5.625vw;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.875vw) rotate(-315deg);
    transform: translateY(1.875vw) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.875vw) rotate(315deg);
    transform: translateY(-1.875vw) rotate(315deg);
  }
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ナビ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

  #g_nav {
    margin: 0;
    display: none;
    position: absolute;
    top: 17.5vw;
    width: 100%;
    min-width: initial;
    height: calc(100vh - 17.5vw);
    overflow: auto;
    padding: 0 0 6.25vw;
    z-index: 9999;
    background: rgba(8, 80, 0, 0.95);
    text-align: left;
  }
  #g_nav-area {
    width: 100%;
  }
  /*親のul*/
  #g_nav .g_nav_menu {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0;
    padding: 0;
    text-align: left;
    float: none;
    z-index: 99999;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  /*親のli*/
  #g_nav .g_nav_menu li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    letter-spacing: normal;
    text-align: left;
    background: none;
    float: none;
    padding: 0;
    text-indent: 0;
  }
  #g_nav .g_nav_menu li:not(:last-child) {
    border-bottom: 1px solid rgba(138, 124, 87, 1);
  }

  #g_nav .g_nav_menu li:last-child {
    margin-right: 0;
    padding: 0;
    text-align: center;
  }
  #g_nav .g_nav_menu li:last-child a {
    padding-left: 0;
  }
  #g_nav .g_nav_menu li.has-child.active {
    padding-bottom: 0;
  }

  #g_nav .g_nav_menu li a {
    padding: 5vw 4.6875vw 5vw;
    padding-right: 0;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
  }
  .g_nav_menu li a:hover {
    background: none;
  }

  #g_nav .g_nav_menu li.nav-sns a {
    width: auto;
    display: inline-block;
    padding: 5vw 4.6875vw 5vw;
  }
  #g_nav .g_nav_menu li.nav-sns {
    border-bottom: none;
  }

  /*==================================================
フッター
==================================================*/
  footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #085000;
  }

  #foot {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-bottom: 2.5vw;
    overflow: hidden;
    color: #fff;
    text-align: center;
  }
  #foot a {
    color: #fff;
  }

  .foot-logo {
    display: block;
    width: 20vw;
    height: 20vw;
    position: relative;
    margin: 5vw auto 0;
    top: auto;
    left: auto;
  }
  .foot-logo img {
    width: 100%;
    height: auto;
  }
  #foot ul {
    text-align: center;
    margin: 7.5vw 0px 3.125vw;
  }
  #foot li {
    display: inline-block;
    font-size: 2.666vw;
  }
  #foot small {
    width: 100%;
    font-size: 2.666vw;
    text-align: center;
    letter-spacing: 0;
  }

  /* トップへ戻るボタン */
  a#scroll-to-top {
    background: url(img/tp.png) no-repeat center center;
    width: 88px;
    height: 64px;
    position: fixed;
    right: 0;
    bottom: 70px;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    outline: 0;
    z-index: 99999;
  }

  /*==================================================
FOOT-CONT
==================================================*/
  #foot-cont {
    width: 100%;
    padding: 5vw 0px;
  }
  #foot-cont .inner {
    width: 100%;
  }
  .foot-box1 {
    width: 100%;
    float: none;
  }
  .foot-box1 h4 {
    font-size: 4.266vw;
  }
  .foot-box1 p {
    font-size: 3.466vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .foot-box1 a {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
  }
  .foot-box1 a.mmart {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    width: 25vw;
  }
  .foot-box1 a img {
    width: 100%;
    height: auto;
  }
  .foot-box1 a.left-box,
  .foot-box1 a.right-box {
    width: 50%;
  }

  .foot-box2 {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .foot-box2 iframe {
    width: 100% !important;
  }

  /*=============================
ページ内リンク
=============================*/
  #business,
  #private {
    padding-top: 20vw;
    margin-top: -20vw;
    clear: both;
    /*display: inline-block;*/
  }
  #azeta {
    padding-top: 50px;
    margin-top: -50px;
    clear: both;
  }
  #seasonfruit,
  #special {
    clear: both;
    display: inline-block;
  }
  #box1,
  box2,
  box3 {
    padding-top: 0px;
    margin-top: -0px;
    clear: both;
    /*display: inline-block;*/
  }
  #otoiawase {
    padding-top: 100px;
    margin-top: -100px;
    clear: both;
    /*display: inline-block;*/
  }

  /*==================================================
サイド
==================================================*/
  #side_bar {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
  }
  #side_bar .widget-title,
  #side_bar .widget-footer-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #side_bar .widget_categories ul {
    width: 100%;
    overflow: hidden;
    margin: 0px auto 5vw;
    background: none;
  }
  #side_bar .widget_categories li {
    font-size: 4.266vw;
    margin: 0px 0px 10px;
    padding-left: 0;
  }
  #side_bar .widget_categories a {
    display: block;
    width: 100%;
    background: url(img/blog/arw1.png) right center no-repeat;
  }

  .side_box1 li {
    margin-bottom: 5vw;
    text-align: center;
  }

  /*===================================
検索フォーム
===================================*/

  #searchform2 {
    width: 100%;
    position: relative;
  }
  #keywords2 {
    width: 100%;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    color: #000;
  }

  /*==================================================
 TOP
==================================================*/

  /*==================================================
メインビジュアル(metaslider, film_roll等の大枠)
==================================================*/
  #main-visual {
    margin-bottom: 0;
    height: 131.466vw;
  }

  .film_roll_child {
    display: inline-block;
    width: 100vw !important;
    margin: 0px;
  }
  #film_roll_slider img {
    width: 100%;
    height: auto;
  }

  /*==================================================
INDEX
==================================================*/

  #index_area .inner {
    width: 100%;
  }

  #index1-cont {
    width: 100%;
    padding: 8.533vw 0px;
    margin: 0 0 7.5vw;
  }

  #index1-cont h1 {
    width: 90%;
    margin: auto;
  }
  #index1-cont h1 img {
    width: 100%;
    height: auto;
  }

  #index2-cont {
    padding: 0px 0px 120px;
  }
  #index2-cont .txt-c {
    margin: 5vw 0 7.5vw;
    text-align: left;
  }
  #index2-cont .txt-c br {
    display: none;
  }

  .index2-box1 {
    width: 100%;
    overflow: hidden;
    margin: 0px auto 10vw;
    display: flex;
    justify-content: space-between;
  }
  .index2-box1 .left-box,
  .index2-box1 .right-box {
    float: none;
    width: 49%;
  }
  .index2-box1 .left-box img,
  .index2-box1 .right-box img {
    width: 100%;
    height: auto;
  }

  /*==================================================
ニュース
==================================================*/
  #news_area {
    /*ニュース*/
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0 0 4vw;
    background-image: none;
    background: url(img/index/bg_news_sp.png) repeat-y #ffffff;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
  }
  #news_area h3 {
    display: block;
    width: 16vw;
    height: auto;
    float: none;
    margin: 0px 3vw 0px 0;
    background: url(img/index/t2.jpg) top no-repeat;
    backgroiund-size: cover;
    text-indent: -9999px;
  }

  #news_area ol {
    width: calc(100% - 20vw);
    height: auto;
    margin: 2.5vw 0 1.5vw 0;
    float: none;
    overflow: hidden;
  }

  #news_area ol li {
    width: 100%;
    margin-bottom: 3px;
    font-size: 3.733vw;
    overflow: hidden;
  }
  #news_area ol li span {
    font-size: 3.466vw;
    font-weight: bold;
  }
  #news_area ol li a {
    display: block;
  }

  .news-box1 {
    display: block;
    width: 135px;
    height: 30px;
    margin: 0px auto;
  }

  #index3-cont {
    width: 100%;
    height: auto;
    padding: 12.5vw 0 5vw;
    background: url(img/index/bg1.png) bottom 12vw center no-repeat #f8f7ee;
    background-size: contain;
  }

  #index3-cont h3 img {
    max-width: 100%;
    height: auto;
  }

  #index3-cont .txt-c {
    font-size: 4vw;
    margin: 7.5vw 0px 25vw;
    text-align: left;
  }
  #index3-cont .txt-c br {
    display: none;
  }

  .index3-box1 {
    display: block;
    width: 313px;
    height: 62px;
    margin: 0px auto;
  }

  #index4-cont {
    width: 100%;
    padding: 10vw 0px 7.5vw;
  }
  #index4-cont h3 img {
    max-width: 100%;
    height: auto;
  }

  #sl_area {
    position: relative;
    clear: right;
    width: 90vw;
    height: 100vw;
    padding: 5vw 0px 0;
    margin: 0 auto 10vw;
    overflow: hidden;
  }
  #sl_area .slick-slider {
    width: auto;
    margin: 0;
  }

  .sl_box {
    width: calc(90vw - 100px) !important;
    height: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 7vw;
    margin: 0;
  }
  .sl_box .wrap {
    width: 100% !important;
    height: auto;
    margin-bottom: 5px;
    background: #fff;
  }
  #sl_area h3 {
    font-size: 3.733vw;
  }
  #sl_area p {
    font-size: 3.466vw;
    text-align: left;
    margin: 0px 5px;
    color: #1f2a1e;
  }
  .thumbox {
    width: 100%;
    height: 45vw;
    float: none;
    margin: 0px auto 5px;
    overflow: hidden;
    text-align: center;
  }
  .thumbox img {
    width: 100%;
    height: 45vw;
    object-fit: cover;
  }
  .sl_box a.btn-more img {
    width: 100%;
  }

  #sl_area .slick-prev {
    position: absolute;
    width: 20px;
    height: 40px;
    left: 40px;
    top: 150px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url(img/arw-l.png) no-repeat;
  }
  #sl_area .slick-next {
    position: absolute;
    width: 20px;
    height: 40px;
    right: 40px;
    top: 150px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url(img/arw-r.png) no-repeat;
  }

  #index5-cont {
    width: 100%;
    padding: 7.5vw 0px 17.5vw;
    background: #f8f7ee;
  }
  #index5-cont .inner {
    width: 100%;
    overflow: visible;
    position: relative;
  }
  #index5-cont h3 img {
    max-width: 100%;
    height: auto;
  }

  #index5-cont .txt-c {
    font-size: 4vw;
    margin: 5vw 0px 10vw;
    text-align: left;
  }

  .index5-cat {
    width: 22.08vw;
    height: 20.16vw;
    position: absolute;
    top: 1vw;
    right: 2vw;
  }
  .index5-cat img {
    width: 100%;
    height: auto;
  }

  #index5-cont .left-box {
    width: 100%;
    height: auto;
    padding: 5vw 0px;
    color: #fff;
    background: url(img/index/bg2.png) top center no-repeat;
    background-size: 100% auto;
  }
  #index5-cont .right-box {
    width: 100%;
    height: auto;
    padding: 5vw 0px;
    margin-bottom: 7.5vw;
    color: #fff;
    background: url(img/index/bg3.png) top center no-repeat;
    background-size: 100% auto;
  }
  #index5-cont h4 {
    text-align: center;
    margin-bottom: 2vw;
  }
  #index5-cont .txt-s {
    font-size: 3.7333vw;
    margin-left: 0;
    padding: 0 4vw;
  }
  .index5-box {
    display: block;
    width: 192px;
    height: 45px;
    margin: 0px auto 0px;
  }
  #index5-cont .clear-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5vw 4vw 4vw 4vw;
    margin: 0px 0px 7.5vw;
    overflow: visible;
    background: none;
    box-sizing: border-box;
    border: 2px solid #4d9f43;
    border-radius: 3px;
  }
  #index5-cont .clear-box h5 {
    position: absolute;
    top: -3.733vw;
    left: 8.533vw;
  }
  #index5-cont .btn-fax-order {
    width: 100%;
    height: 12vw;
    text-indent: -9999px;
    display: block;
    background: url(img/index/fax.png) no-repeat top 45% left 52%;
  }

  #index6-cont {
    width: 100%;
    text-align: center;
    padding: 7.5vw 0px 10vw;
  }
  #index6-cont .inner {
    position: relative;
    overflow: visible;
  }
  #index6-cont h3 img {
    max-width: 100%;
    height: auto;
  }
  #index6-cont .txt-c {
    margin: 4vw 0px 6vw;
    text-align: left;
  }
  #index6-cont .txt-c br {
    display: none;
  }
  .index6-abs {
    width: 26.933vw;
    height: 27.066vw;
    position: absolute;
    top: -3vw;
    right: 0vw;
    z-index: 10;
  }
  .index6-abs img {
    width: 100%;
    height: auto;
  }
  #index6-cont ul {
    overflow: hidden;
    text-align: center;
    margin-top: 5vw;
  }
  #index6-cont li {
    display: inline-block;
    font-size: 4.2666vw;
    margin: 0px 4vw;
  }
  #index6-cont p a img {
    width: 100%;
    height: auto;
  }

  /*-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-
LPページ
▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-*/

  #lp_area {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #lp_area .inner {
    width: 1000px;
    overflow: visible;
    margin: 0px auto;
  }

  #lp1-cont {
    width: 100%;
    height: auto;
    padding-top: 5vw;
    padding-bottom: 7.5vw;
    background: url(img/lp/bg0_sp.png) top center no-repeat #fff;
    background-size: contain;
  }
  #lp1-cont .inner {
    width: 100%;
  }

  #lp1-cont h1#azeta {
    margin: 0;
  }
  #lp1-cont p.lp-catch {
    margin: 0 auto;
  }

  .lp1-box1 {
    position: relative;
    margin-top: 3vw;
    padding: 0 2vw 3vw;
    width: 100%;
    height: auto;
    overflow: visible;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .lp1-box1 h2 {
    width: 95%;
    text-align: center;
    margin: 2vw auto 5vw;
  }
  .lp1-box1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29.333vw;
    height: 29.333vw;
    font-size: 3.2vw;
    line-height: 1.3;
    letter-spacing: -0.05em;
    text-align: center;
    background: url(img/lp/bg_lp1-box1_box.png) no-repeat;
    background-size: cover;
  }
  #lp1-cont img {
    width: 100%;
    height: auto;
  }
  .abs1 {
    position: relative;
    top: auto;
    left: auto;
  }
  .abs2 {
    position: relative;
    top: auto;
    left: auto;
  }
  .abs3 {
    position: relative;
    top: auto;
    left: auto;
  }
  .lp1-box1 a {
    width: 100%;
    display: block;
    margin: 3vw auto 0;
  }
  /*SHOPボタン*/
  .lp1-box1 .shop_wrap {
    width: 100%;
    padding: 3.75vw 0 0;
  }
  .lp1-box1 a.shop_btn {
    height: 12.5vw;
    font-size: 4vw;
    margin: 0 auto;
  }

  #lp2-cont {
    width: 100%;
    overflow: hidden;
    padding: 7.5vw 0px 10vw;
  }
  #lp2-cont .inner {
    background: url(img/lp/bg2.png) top 60vw center no-repeat;
    background-size: 90vw auto;
  }
  #lp2-cont h2 {
    text-align: center;
    margin-bottom: 5vw;
  }
  #lp2-cont h2 img {
    width: 100%;
    height: auto;
  }
  #lp2-cont .txt-1 {
    margin-left: 0;
    margin-bottom: 45vw;
  }
  .lp2-ul {
    text-align: center;
    overflow: visible;
    margin-bottom: 5vw;
    display: flex;
    justify-content: space-between;
  }
  .lp2-ul li {
    display: inline-block;
    width: 30%;
  }
  .lp2-ul p {
    width: 100%;
    padding: 2vw 0;
    margin: 0px !important;
    font-size: 3.733vw;
    line-height: 1.5;
  }
  .lp2-box1 .lp2-box-inner {
    width: 100%;
    height: auto;
    margin: 0 auto 5vw;
    padding: 0 0 0 0;
    overflow: hidden;
    background: url(img/lp/cbg1.png) top 15vw left no-repeat;
    background-size: 200% auto;
  }

  .lp2-box2 .lp2-box-inner {
    width: 100%;
    height: auto;
    margin: 0 auto 5vw;
    padding: 0;
    overflow: hidden;
    background: url(img/lp/cbg2.png) top 15vw right no-repeat;
    background-size: 210% auto;
  }

  .lp2-box3 .lp2-box-inner {
    width: 100%;
    height: auto;
    margin: 0px auto 5vw;
    padding: 0 0 0 0;
    overflow: hidden;
    background: url(img/lp/cbg3.png) top 10vw left -5vw no-repeat;
    background-size: 210% auto;
  }
  .lp2-box4 .lp2-box-inner {
    width: 100%;
    height: auto;
    margin: 0px auto 7.5vw;
    padding: 0 0 0 0;
    overflow: hidden;
    background: url(img/lp/cbg4.png) top 10vw right 4vw no-repeat;
    background-size: 200% auto;
  }
  .lp2-box4 p {
    margin-left: 0;
  }
  .lp2-box-inner a {
    display: block;
    width: 182px;
    height: 49px;
    margin: auto;
    margin-top: 5vw;
  }
  .txt-2 {
    margin-bottom: 80vw;
  }
  .txt-2_1 {
    margin-bottom: 80vw;
  }
  .txt-2_2 {
    margin-bottom: 10px;
  }
  .txt-2_3 {
    margin-bottom: 80vw;
  }
  .txt-3 {
    margin-bottom: 55vw;
  }

  .lp2-box-inner p br {
    display: none;
  }

  .lp2-box1 h3 img {
    width: 90%;
    height: auto;
  }
  .lp2-box2 h3 img {
    width: 90%;
    height: auto;
  }
  .lp2-box3 h3 img {
    width: 95%;
    height: auto;
  }
  .lp2-box4 h3 img {
    width: 100%;
    height: auto;
  }
  .txt-4 img {
    width: 100%;
    height: auto;
  }

  .txt-4 {
    text-align: center;
    margin-bottom: 30px;
  }
  .txt-5 {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .txt-6 {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .txt-7 {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .lp2-box5 {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
  }
  .lp2-box5-left {
    float: none;
    width: 100%;
    height: auto;
    padding: 4vw;
    background: url(img/lp/bg3.png) no-repeat;
    box-sizing: border-box;
  }
  .lp2-box5-left a {
    display: block;
    margin-bottom: 0;
  }
  .lp2-box5-left a:not(:last-child) {
    margin-bottom: 3vw;
  }
  .lp2-box5-left a img {
    width: 100%;
    height: auto;
  }
  .lp2-box5-right {
    float: none;
    width: 105%;
    height: auto;
  }
  .lp2-box5-right img {
    width: 100%;
    height: auto;
  }

  #lp3-cont {
    padding: 0 0 7.5vw;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: url(img/lp/bg4.jpg) top center no-repeat #fff;
    background-size: cover;
  }
  #lp3-cont h3 {
    text-align: center;
    margin: 5vw 0px 7.5vw;
  }
  #lp3-cont h3 img {
    width: 55%;
    margin-left: 0;
  }
  #lp3-cont p {
    width: 80%;
    margin: auto;
    padding: 4vw;
    font-size: 4vw;
    text-align: left;
    margin-bottom: 10vw;
    line-height: 2.2;
    background: rgba(255, 255, 255, 0.8);
  }

  #lp4-cont {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 70px;
    text-align: center;
  }
  #lp4-cont h3 {
    margin: 0 0px 5vw;
  }
  #lp4-cont p {
    margin-bottom: 5vw;
    text-align: left;
  }
  #lp4-cont p br {
    display: none;
  }
  #lp4-cont ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #lp4-cont li {
    width: 49%;
    display: inline-block;
    margin: 0px 0 3vw;
  }
  #lp4-cont li img {
    width: 100%;
    height: auto;
  }

  #lp5-cont {
    width: 100%;
    text-align: center;
    background: #ffffff;
  }
  .lp5-wrap {
    padding: 10vw 0px 7.5vw;
    background: url(img/lp/bg5_sp.png) top center no-repeat;
    background-size: contain;
  }
  #lp5-cont .inner {
    width: 100%;
  }
  #lp5-cont h4 {
    margin-bottom: 15vw;
  }
  #lp5-cont h4 img {
    width: 50%;
    height: auto;
  }
  .lp5-box1 {
    width: 100%;
    float: none;
  }

  .lp5-box2 {
    padding-top: 7.5vw;
    width: 100%;
    float: none;
  }
  .txt-10 {
    margin: 5vw 0px;
    text-align: left;
    font-size: 3.733vw;
  }
  .txt-10 br {
    display: none;
  }
  .tx1 {
    font-size: 3.733vw;
    margin-top: 5vw;
  }
  .tx2 {
    font-size: 8vw;
    font-weight: bold;
    margin: 4px 0px;
  }
  .tx3 {
    font-size: 3.2vw;
    color: #000;
  }

  /*==================================================
メールフォーム(#mailformで囲む)
==================================================*/
  #mailform_box {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-size: 4vw;
    text-align: left;
  }
  #mailform_box table {
    width: 100%;
  }
  #mailform_box td {
    vertical-align: top !important;
    padding: 1vw 0px;
    display: block;
    box-sizing: border-box;
  }
  #mailform_box input[type="text"],
  #mailform_box input[type="email"],
  #mailform_box input[type="tel"] {
    width: 100%;
    height: 5.866vw;
    box-sizing: border-box;
  }
  #mailform_box textarea {
    width: 100%;
    height: 25.6vw;
    box-sizing: border-box;
  }
  #mailform_box input[type="text"],
  #mailform_box input[type="email"],
  #mailform_box input[type="tel"],
  #mailform_box textarea {
    border: 1px solid #ddd;
  }
  #mailform_box input[type="submit"] {
    width: 261px;
    height: 49px;
    margin: 0px auto;
    cursor: pointer;
    border: none;
    background: url(img/lp/send.jpg) no-repeat;
  }
  #mailform_box input[type="submit"]:hover {
    opacity: 0.8;
  }
  #mailform_box td span {
    font-size: 12px;
    color: #ff0000;
    vertical-align: top !important;
  }
  #mailform_box table tr:last-child td {
    text-align: center;
  }

  .img-line {
    width: 100%;
  }

  /*===================================
固定ページ
===================================*/
  #page_area {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 12vw 4vw 10vw;
    box-sizing: border-box;
  }
  #page_cont h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  #page_cont {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 4vw;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
  }

  /*-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-
各ページ
▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-*/
  #second_area {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 50px 0px;
  }
  #page_title1 {
    vertical-align: middle;
    text-align: center;
    font-size: 6.4vw;
    color: #f18d01;
    margin: 0px auto 10vw;
  }

  #page_title1:before {
    content: " ";
    display: inline-block;
    width: 6.4vw;
    height: 6.933vw;
    position: relative;
    background: url("img/blog/hana.png") no-repeat;
    background-size: cover;
    top: 1.066vw;
  }
  #page_title1:after {
    content: " ";
    display: inline-block;
    width: 6.4vw;
    height: 6.933vw;
    position: relative;
    background: url("img/blog/hana.png") no-repeat;
    background-size: cover;
    top: 1.066vw;
    margin-left: 5px;
  }
  #page_title1.title-fruits-gift {
    font-size: 5.333vw;
    font-weight: bold;
    margin: 0 -4vw 0.8em;
  }

  /*==================================================
ブログ(archive,single)
==================================================*/
  #blog_area {
    /*ブログの枠(外)*/
    width: 100%;
    padding: 12vw 0 10vw;
    box-sizing: border-box;
  }
  #blog_area .inner {
    width: 100%;
    margin: 0px auto;
  }
  #blog_cont {
    /*ブログの枠(内)*/
    width: 100%;
    height: auto;
    float: none;
    margin: 0px auto;
  }
  .blog_box {
    height: auto;
    padding: 4vw;
    margin-bottom: 5vw;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
  }
  .blog_entry {
    /*ブログと検索結果のタイトルと日付*/
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .blog_entry h1 {
    /*ブログと検索結果タイトル*/
    font-size: 4.266vw;
    text-align: left;
    font-weight: bold;
  }
  .blog_entry span {
    /*ブログ日付*/
    padding-top: 8px;
    font-size: 3.733vw;
    float: right;
  }
  .blog_text {
    /*投稿記事*/
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    overflow: hidden;
  }

  .archive-header {
    /*アーカイブタイトル*/
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 20px;
  }

  .wp-pagenavi {
    /*ブログナビゲーション*/
    padding: 5vw 0px 5vw 0px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    padding: 6px 8px;
    margin: 3px 4px;
    border: none;
    color: #1f2a1e;
    font-size: 15px;
  }
  .wp-pagenavi span.current {
    font-weight: normal;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    background: #085000;
  }
  .wp-pagenavi .pages,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    border: none;
    display: inline-block;
  }

  /*単一記事ナビゲーション*/
  .nav-previous {
    float: left;
  }
  .nav-next {
    float: right;
  }
  .nav-previous a,
  .nav-next a {
    line-height: 3;
  }
  .nav-single {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 0px 5% 10px 5%;
    margin-bottom: 30px;
    border-bottom: 1px solid #aa9b77;
  }

  /*==================================================
フルーツギフト
==================================================*/

  .fruits_gift_page .gift_img_list {
    padding: 5vw 0 0;
    justify-content: space-between;
  }
  .fruits_gift_page .gift_img_list li {
    width: 48%;
    padding: 4px;
    margin: 0 0 4vw;
    box-sizing: border-box;
    background: url(img/main_bg.jpg);
  }
  .fruits_gift_page .gift_img_list li:nth-child(3n) {
    margin: 0 0 5% 0;
  }
  /*番号*/
  .fruits_gift_page .gift_img_list .gift_number {
    font-size: 3.733vw;
  }
  /* ギフト名 */
  .gift_title {
    line-height: 1.3;
    margin-bottom: 0.3em;
  }

  /*値段*/
  .fruits_gift_page .gift_img_list .gift_nedan {
    font-size: 3.733vw;
    font-weight: bold;
    text-align: right;
  }

  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フルーツ メールフォーム(#mailformで囲む)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  #fruits-mailform {
    width: 100%;
    font-size: 4.266vw;
  }
  #fruits-mailform th,
  #fruits-mailform td {
    display: block;
    width: 100%;
    padding: 1vw 0;
  }
  #fruits-mailform input[type="text"],
  #fruits-mailform input[type="email"],
  #fruits-mailform input[type="tel"],
  #fruits-mailform select,
  #fruits-mailform textarea {
    font-size: 3.733vw;
  }
  #fruits-mailform input[type="text"],
  #fruits-mailform input[type="email"],
  #fruits-mailform input[type="tel"],
  #fruits-mailform select {
    height: 8vw;
  }

  /*===================================
404ERR
===================================*/
  #err_area {
    padding: 18.75vw 5vw 18.75vw;
  }

  /*==================================================
JetContents
==================================================*/

  #blog_area table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1.5vw 0 2.5vw;
    font-size: 4vw;
  }

  /* media */
}
