@charset "utf-8";

/* Easys2 EASYS-ONEPC用スタイルCSS */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background-repeat: repeat;
}
body {
  background-image: none;
  color: #000;
}

#wrapper { background: none transparent; }

#outer_block { background: none transparent; padding: 50px 0 0;}

a:link, a:visited, a:hover, a:active { color: #000;}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #000;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー&メイン画像
------------------------------------------------------------------------------------------------------------------- */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
#branding_box {
  height: 500px;
  padding: 0;
  z-index: 500;
  position: relative;
  background-image: none;
}
#header_information { height:400px; }


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #FFF;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  position: absolute;
  top: 0;
  left: 0;
}
.main_header img, .header_class img {
  width: 280px;
  height: 200px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access { display: none; }
.hm_menu_check {/* チェックボックスを隠す */ display: none; }
.hm_wrap {
  display: inline-block;
  position :fixed;
  top :0;
  right :0;
  width :auto;
  padding :0;
  background: url(/files/body_bg_top.png) center 0 no-repeat;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
  position: relative;
  width: 170px;
  height: 150px;
  cursor: pointer;
  display: block;
  float: right;
  background: url(/files/menu_btn_off.png) center 0 no-repeat;
  z-index: 2;
  /*margin: 330px 0 0;*/
  top: 37vh;
}

.hm_menu_wrap {
  width :385px;
  height :10000px;
  background: url(/files/navi.jpg) right 0 repeat-y;
  position: absolute;
  right: -385px;
  top: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_btn {
  background-image: url(/files/menu_btn_on.png);
  margin-right: 215px;
}
.hm_menu_check:checked ~ .hm_menu_wrap {
  right: 0;
}

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list{  
  text-align: right;
  padding: 350px 0 0 110px;
  width: 300px;
}
.hm_list li a{
  display: block;
  overflow: hidden;
  height: 0;
  width: 300px;
  padding-top: 55px;
  background: url(/files/topnavi.png) 0 0 no-repeat;
}
.hm_list li:nth-child(2) a{ background-position-y: -55px; }
.hm_list li:nth-child(3) a{ background-position-y: -110px; }
.hm_list li:nth-child(4) a{ background-position-y: -165px; }
.hm_list li:nth-child(5) a{ background-position-y: -220px; }
.hm_list li:nth-child(6) a{ background-position-y: bottom; }
.hm_list li a:hover{ background-position-x: right; }

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
}
.widget-title, .widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png);
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #000;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-repeat: repeat-x;
  background-image: url(/files/footer_bg.png);
  height: 525px;
}
#footer_box {
  background-image: url(/files/footer_box_bg.png);
  height: 485px;
}
#footer_box, #footer_sitemap_block, .footer_infomation{
  width: 1100px;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 40px 0 0 320px;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #000;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area{ width: 500px; }


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  color: #000;
}
#footer_information .entry-post {
  margin: 60px 0 0 220px;
}
#footer-widget-area .widget-area .menu-item{ float: none; }
#footer-widget-area .widget-area{ margin: 50px 0 0 300px; }

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#float_top_btn { bottom: 50px; }

/*SNS*/
#footer_sns_btn { 
margin: 20px auto 0;
margin: -78px 0 0 354px;
width: 300px;
}
#footer_sns_btn .footer_sns_inner {
width: 170px;
height: 25px;
}
#footer_sns_btn div { width: 25px;height: 25px; }
#footer_sns_btn div a:hover { opacity: 0.8; }


/*  フッターサイドボタン
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
    bottom: 150px;
    right: 0;
}
.fixed_btn div, .fixed_btn div a {
  height: 50px;
  width: 55px;
  margin-bottom: 10px;
  right: 0;
}
.fixed_btn #fixed_btn_gtn, .fixed_btn #fixed_btn_gtn a { height: 150px; }


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top { padding: 0; }
#container_top.single_post { padding: 0 0 50px; }


/*  見出し
---------------------------------------------------------------------------------------------------- */
/* h2 全幅 */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  height: 170px;
  line-height: 200px;
  color: #000;
}

/* h3 全幅 */
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  /*変更なかったら削除*/
  text-align: left;
  padding: 0 0 0 60px;
  width: 900px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
h3.entry_title, .entry_title, .entry-title,
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #000;
}
.entry_title h3{ width: 780px; }
/* h3 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}

/* h4 全幅 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  /*変更なかったら削除*/
  text-align: left;
  padding: 0 0 0 40px;
  width: 920px;
}
* .sub_entry_title, * .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000;
}
.sub_entry_title h3{ width: 800px; }
/* h4 リンクボタン */
.sub_entry_title span.read_more_btn{ /*中央寄せじゃないなら消す*/ margin-left: -120px; }
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover  { opacity: 0.8; }


/* 写真横 見出し */
* .mid_entry_title {/*h3*/
  background-image: url(/files/entry_title_bg_w570.jpg);
  font-size: 20px;
  color: #fff;
}
* .mid_sub_entry_title {/*h4*/
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #000;
}

/* 幅半分 見出し */
* .half_entry_title, * .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
}
* .half_entry_title, * .half_entry_title a,
* .short_entry_title, * .short_entry_title a { color: #000; }

* .half_sub_entry_title, .short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title, * .half_sub_entry_title a,
.short_sub_entry_title, .short_sub_entry_title a { color: #000; }

/* 3列幅 見出し */
* .inline_title { background-image: url(/files/column3_title_bg.jpg); }
* .inline_title, * .inline_title a { color: #fff; }

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent;
  border: 1px solid #000;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #000;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #000;
  width: 685px;
}

/* 大きな地図で見る */
small { border-color: #000; }
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #000 !important;
}
small a:hover {
  background-color: #000;
  color: #FFF !important;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  padding: 0;
  line-height: 60px;
  height: 60px;
  width: 700px;
  text-align: center;
}
#blog_main .entry-title, #blog_main .entry-title a {color: #000;}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border-color: #000;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none transparent;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none transparent;
}

/*table横幅のみ*/
.easys_content_inner th, .easys_content_inner td{
  border-right: none !important;
  border-left: none !important;
}

/* 必須項目 */
.iqfm-req_color { color: #000; }

/* Dメニュー下線 */
.td_cell {
  border-color: #000;
  vertical-align: top;
}
.table_area table tr td { background: none transparent; }


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #000;
  color: #000 !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #000;
  border-color: #000;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #000;
  border-style: solid;
  border-color: #000;
  color: #fff !important;
} 


/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #000;
}

/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }

/* Dブロック */
.menu-list table { border-collapse:separate; }

/* Gブロック */
.g_01 .sub_entry_title a, .g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover, .g_02 .sub_entry_title a:hover { text-decoration: none; }

/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }

/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}

/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #000;
  color: #;
}
div.link_list a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.faq-title {
  background-color: #000;
  font-weight: normal;
  color: #fff;
}

.nd_01.easys_content .easys_content_inner{ padding: 0; }


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) { width: 75%; }
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}

.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }


/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #000;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #000;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta { background-color: #fff; }
.e-04 .menu_area td { height: 3.5em; }
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen { background-color: #000000; }

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}

#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes heartBeat {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  25% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes heartBeat {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  25% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

#page_6 .main_btn a{
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  width: 150px;
  border-radius: 0;
  height: 150px;
  background: url(/files/link_text_bg.png) center top no-repeat;
  margin: 0 auto;
  display: block;
}
#page_6 .main_btn a:hover, .img_display_376 a:hover img,
.img_display_381 a:hover img, .img_display_382 a:hover img,
.img_display_390 a:hover img{
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#pk459eewmfw8p5p7alh0,
#l9svg2aec24bawavqh9e .eyecatch, #l9svg2aec24bawavqh9e h2,
#m04mvhp0bsh82kd5ei1x .eyecatch, #m04mvhp0bsh82kd5ei1x h2,
#slk898bsacxn8eb9pron .eyecatch, #slk898bsacxn8eb9pron h2,
#t12m3ycdrhuc9s7m2o2i .eyecatch, #t12m3ycdrhuc9s7m2o2i h2,
#tt1a3k1w5zh2afm6scxx .eyecatch, #tt1a3k1w5zh2afm6scxx h2,
#s1nsyp46tpvagfno8kc3 .eyecatch, #s1nsyp46tpvagfno8kc3 h2,
#vi9atk3iov3ypqunnfm4 .eyecatch, #vi9atk3iov3ypqunnfm4 h2,
#kaf4d0bc3ek2czczm0oo .eyecatch, #kaf4d0bc3ek2czczm0oo h2,
#ch15duztvbu3zoslq20d .eyecatch, #ch15duztvbu3zoslq20d h2,
#tx8pmm4ca8fjttsizvix .eyecatch, #tx8pmm4ca8fjttsizvix h2{ display: none; }


/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*八百淳商店では京野菜　九条ネギを中心に、新鮮な野菜を飲食店様へ配送を行っています*/
#l9svg2aec24bawavqh9e{
  background: url(/files/top_bg_1.jpg) center 0 no-repeat;
  padding-top: 740px;
  height: 760px;
}
#l9svg2aec24bawavqh9e .post_data{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
#l9svg2aec24bawavqh9e .main_btn{
  position: relative;
  z-index: 50;
}
#diskl3msp2lgwmj53fcw{ margin: -490px 0 20px; }
#diskl3msp2lgwmj53fcw .easys_content_inner{ width: 1100px; }

/*加工作業もおまかせください*/
#m04mvhp0bsh82kd5ei1x{
  background: url(/files/top_bg_2.jpg) center 0 no-repeat;
  padding-top: 490px;
  height: 410px;
}
#m04mvhp0bsh82kd5ei1x .post_data{ text-align: center; }

/*八百淳イズムを体現していく*/
#slk898bsacxn8eb9pron{
  background: url(/files/top_bg_3.jpg) center 0 no-repeat;
  padding-top: 710px;
  height: 690px;
}
#slk898bsacxn8eb9pron .post_data{ text-align: center; color: #fff; }

/*パララ*/
#y0vducl6db2k757php3o{
  background: url(/files/parara.jpg) center 0 no-repeat;
  background-attachment: fixed;
  height: 800px;
}

/*野菜直売所との提携 契約農家との連携*/
#t12m3ycdrhuc9s7m2o2i{
  background: url(/files/top_bg_4.jpg) center 0 no-repeat;
  padding-top: 540px;
  height: 460px;
}
#t12m3ycdrhuc9s7m2o2i .post_data{
  text-align: center;
  color: #fff;
  width: 50%;
  display: block;
  margin: 0 auto;
}

/*野菜の専門家を育てています*/
#tt1a3k1w5zh2afm6scxx{
  background: url(/files/top_bg_5.jpg) center 0 no-repeat;
  padding-top: 760px;
  height: 790px;
}
#tt1a3k1w5zh2afm6scxx .post_data{
  text-align: center;
  width: 50%;
  display: block;
  margin: 0 auto;
}

/*ブログ*/
#mcjm4i1sgutqg0x0egdd{
  background: url(/files/blog_title.png) center 50px no-repeat, url(/files/repeat_bg.jpg) center 0 repeat;
  padding-top: 450px;
  overflow: hidden;
  margin-bottom: 50px;
}
#mcjm4i1sgutqg0x0egdd .blog_post{
    width: 32%;
    float: left;
    display: block;
    border-bottom: 1px dashed #fff;
    margin-left: 2%;
}
#mcjm4i1sgutqg0x0egdd .blog_post:first-child{ margin-left: 0; }
#mcjm4i1sgutqg0x0egdd .blog_thumb {
    width: 100%;
    max-height: 500px;
}
#mcjm4i1sgutqg0x0egdd .blog_list_text_size { width: 100%; }

/*バナー＞求人/お問い合わせ*/
#abh6imp06zvzikvza4tt .easys_content_inner, #abh6imp06zvzikvza4tt .field_2col .eyecatch,
#p2u1xbo74rm33cur9cab .easys_content_inner, #p2u1xbo74rm33cur9cab .field_2col .eyecatch,
#k7j3ol9jspylhxtp16e4 .easys_content_inner, #k7j3ol9jspylhxtp16e4 .field_2col .eyecatch,
#f8j4777g2tmo8o53bwn9 .easys_content_inner, #f8j4777g2tmo8o53bwn9 .field_2col .eyecatch{ width: 100%; }
#abh6imp06zvzikvza4tt .field_2col,
#p2u1xbo74rm33cur9cab .field_2col,
#k7j3ol9jspylhxtp16e4 .field_2col,
#f8j4777g2tmo8o53bwn9 .field_2col{ width: 50% !important; }


/*  八百淳について
---------------------------------------------------------------------------------------------------- */
#axoqyysovosiwq398t7c{
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 700px;
  background: url(/files/p2_bg_1.jpg) center 0 no-repeat;
  margin-bottom: 50px;
}

/*パララ*/
#av58w1u39dv10e27tlib{
  background: url(/files/p2_parara.jpg) center 0 no-repeat;
  background-attachment: fixed;
  height: 800px;
}

/*会社概要*/
#eo3577w1jxh609kzslxq{
  background: url(/files/repeat_bg.jpg) center 0 repeat;
  padding-top: 70px;
  margin-bottom: 50px;
}


/*  福永淳について
---------------------------------------------------------------------------------------------------- */
#s1nsyp46tpvagfno8kc3{
  background: url(/files/p3_bg_1.png) center 0 no-repeat;
  padding-top: 570px;
  height: 630px;
  color: #fff;
  margin-bottom: 50px;
}

/*プロフィール*/
#vi9atk3iov3ypqunnfm4{
  background: url(/files/p3_bg_2.png) center 0 no-repeat;
  padding-top: 440px;
  height: 360px;
}
#vi9atk3iov3ypqunnfm4 .text_size_large{ width: 480px; }


/*  お野菜
---------------------------------------------------------------------------------------------------- */
#kaf4d0bc3ek2czczm0oo{
  background: url(/files/p4_bg_1.png) center 0 no-repeat;
  padding-top: 500px;
  height: 590px;
}
#kaf4d0bc3ek2czczm0oo .post_data{ text-align: center; color: #fff; }

/*カット・小分け・個包装します*/
#ch15duztvbu3zoslq20d{
  background: url(/files/p4_bg_2.jpg) center 0 no-repeat;
  padding-top: 330px;
  height: 370px;
  margin-bottom: 50px;
}
#ch15duztvbu3zoslq20d .post_data{ text-align: center; }


/*  採用情報
---------------------------------------------------------------------------------------------------- */
#tx8pmm4ca8fjttsizvix{
  background: url(/files/p5_bg_1.png) center 0 no-repeat;
  padding-top: 1090px;
}


