@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background:
    url("/files/html_bg.jpg") repeat center top;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}



body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  background: url("/files/body_bg.jpg") no-repeat center top/100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}


/*フォントについて*/
.widget-title,
.widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title,
* .mid_entry_title,
* .half_entry_title,
/*ハーフ見出し（H3）のこと*/
* .short_entry_title,
/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,
/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,
/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title

/*3列タイトル*/
  {
  font-weight: 500;
}

body,
.wpcf7c-conf {
  color:
    #7b7b7b;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

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

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

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (750/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1035/2000)) 0;
  background: url("/files/branding_box_bg.png") no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  z-index: 752;
  top: calc(50 / 750 * 100%);
  left: calc(305 / 2000 * 100%);
}

#page_6 #site-description {
  top: calc(50 / 1035 * 100%);
  left: calc(305 / 2000 * 100%);
}

#site-description a {
  display: inline;
  color:
    #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: none;
  top: calc(0 / 750 * 100%);
  left: calc(0 / 2000 * 100%);
  width: calc(300 / 2000 * 100%);
  height: calc(150 / 750 * 100%);
}

#page_6 #header_information .main_header a img {
  top: calc(30 / 1035 * 100%);
  left: calc(100 / 2000 * 100%);
  width: calc(170 / 2000 * 100%);
  height: calc(70 / 1035 * 100%);
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
}
*/
/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: calc(30 / 2000 *100%);
  /*スライダー下にナビある場合はbottom:0;*/
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 60px;
  padding-right: calc(100 / 2000 * 100%);
  box-sizing: border-box;
  transition: background .3s;
}

div#access .menu-header {
  margin: 0 0 0 auto;
  width: 670px;
  height: 60px;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 135px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -135px top;
  width: 130px;
}

div#access .gnavi13 a {
  background-position: -265px top;
}

div#access .gnavi14 a {
  background-position: -400px top;
}

div#access .gnavi15 a {
  background-position: right top;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -135px bottom;
  width: 130px;
}

div#access .gnavi13 a:hover {
  background-position: -265px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -400px bottom;
}

div#access .gnavi15 a:hover {
  background-position: right bottom;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 60px;
  width: 100%;
  max-width: 2000px;
  min-width: 1200px;
  top: 0;
  /* bottom: inherit; */
  right: 0;
  left: 0;
  background: rgba(65, 65, 65, .85);
}

#access.fixed .menu-header {
  margin: 0 0 0 auto;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 60px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(65, 65, 65, .85);
  color: #fff;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
  color: #fff;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(65, 65, 65, .85);
  color: #7a2534;
}

#access ul li.current_page_item>a:hover,
#access ul li.current-menu-ancestor>a:hover,
#access ul li.current-menu-item>a:hover,
#access ul li.current-menu-parent>a:hover {
  color: #7a2534;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#jquery_slider_pc {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color:
    #ffffff;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #ffffff;
}

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

#wp-calendar {
  border-collapse: separate;
}

#wp-calendar caption {
  text-align: center;
}

/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color:
    #666666;
  background: none transparent;
  line-height: 2;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color:
    #873b49;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 530px;
  background: url(/files/footer_bg.png) no-repeat center top;
}

#footer_box {
  height: 486px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}

#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  width: 100%;
  margin: 0 auto;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 325px;
  left: 0px;
}

#footer_sitemap_block #footer-widget-area {
  /* display: block; */
  width: 280px;
  margin: 0;
  position: absolute;
  left: calc(50% + 100px);
}


#footer-widget-area .widget-area {
  display: block;
  width: 480px;
  margin: 0 0 0 auto;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0;
  width: 25px;
  margin: 0 10px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

#footer_information {
  position: absolute;
  top: 400px;
  left: calc(50% - 444px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #ffffff;
}

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

#copyright {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 444px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed-btn {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}

.fixed-btn.fixed {
  opacity: 1;
}

.fixed-btn div,
.fixed-btn div a {
  display: block;
  width: 50px;
  height: 150px;
  position: relative;
}

#fixed-btn_fb {
  height: 149px;
}

.fixed-btn div::before,
.fixed-btn div::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.fixed-btn div::after {
  opacity: 0;
  transition: all .5s;
}

.fixed-btn div:hover:after {
  opacity: 1;
}

/*LINE*/
#fixed-btn_line::before {
  background: url(/files/btn_line.png)no-repeat;
}

#fixed-btn_line::after {
  background: url(/files/btn_line_on.png)no-repeat;
}

/*fb*/
#fixed-btn_fb::before {
  background: url(/files/btn_fb.png)no-repeat;
}

#fixed-btn_fb::after {
  background: url(/files/btn_fb_on.png)no-repeat;
}

/*insta*/
#fixed-btn_insta::before {
  background: url(/files/btn_insta.png)no-repeat;
}

#fixed-btn_insta::after {
  background: url(/files/btn_insta_on.png)no-repeat;
}

/*オンラインショップ*/
#fixed-btn_shop,
#fixed-btn_shop a {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 55px;
  display: none;
}

#fixed-btn_shop::before,
#fixed-btn_shop::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#fixed-btn_shop::after {
  opacity: 0;
  transition: all .5s;
}

#fixed-btn_shop:hover:after {
  opacity: 1;
}

#fixed-btn_shop::before {
  background: url(/files/btn_yahoo.png)no-repeat;
}

#fixed-btn_shop::after {
  background: url(/files/btn_yahoo_on.png)no-repeat;
}

#float_top_btn {
  bottom: 60px;
}

@media(min-width:2000px) {
  .fixed-btn {
    left: calc(50% - 1000px);
  }

  #float_top_btn {
    left: calc(50% + 915px);
  }

  #fixed-btn_shop {
    left: calc(50% + 790px);
  }
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

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

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #7b7b7b;
  height: 185px;
  line-height: 310px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #7b7b7b;
}

/*h3.entry_title,
.entry_title,
.entry_title h3,
.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:
    #7b7b7b;
}

/* 見出しリンクボタン */
.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;
}

* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_entry_title,
* .mid_entry_title a {
  color:
    #7b7b7b;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .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:
    #7b7b7b;
}

* .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:
    #7b7b7b;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #7b7b7b;
}

/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color:
    #7b7b7b;
}

/* 小見出しリンクボタン */
.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_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #7b7b7b;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #7b7b7b;
}

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

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

/* 大きな地図で見る */
small {
  border-color:
    #873b49;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #873b49 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #873b49 !important;
  color: #ffffff !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #fff;
  color:
    #7b7b7b;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    transparent !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    transparent;
  vertical-align: top;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    #873b49;
  background: none transparent;
  color:
    #873b49 !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 #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    #873b49;
  background-color:
    #873b49;
}

.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 {
  border-style: solid;
  border-color:
    #873b49;
  background: none #873b49;
  color: #ffffff !important;
}

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

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

.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-weight: bold;
  font-size: 13px;
}

.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;
}

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

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

.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 {
  border: 1px solid #873b49;
  background-color: transparent;
  color:
    #873b49;
}

div.link_list a:hover {
  border: 1px solid #873b49;
  background-color:
    #873b49;
  color: #ffffff;
}

.faq-title {
  background-color:
    #873b49;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

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

.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}

.iqfm-table .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:
    transparent;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    #ffffff;
  color:
    #7b7b7b;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #ffffff;
  color:
    #7b7b7b;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #7b7b7b;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.moved {
  transform: translate(0px, 0px);
}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#v7ms2dsg6zpffc2to3d2 .entry_post,
#nujupw8ecpgys9hk8fer .entry_post {
  opacity: 0;
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
  transform: translateY(30px);
}

#v7ms2dsg6zpffc2to3d2 .entry_post.moved_all,
#nujupw8ecpgys9hk8fer .entry_post.moved_all {
  opacity: 1;
  transform: translateY(0);
}

/* 除外 
#yr0134o9mwsxnikx041a .easys_content_inner,
#yr0134o9mwsxnikx041a .post_data,
#yr0134o9mwsxnikx041a .read_more_btn,
#yr0134o9mwsxnikx041a .entry_title,
#yr0134o9mwsxnikx041a .table_area,
#yr0134o9mwsxnikx041a .html_post,
#yr0134o9mwsxnikx041a .entry_post,
#yr0134o9mwsxnikx041a .main_btn {
  opacity: 1;
  transition: none;
  transform: translateY(0);
}*/


/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

#v7ms2dsg6zpffc2to3d2 *[class*="title"],
#nujupw8ecpgys9hk8fer *[class*="title"] {
  display: none;
}

#v7ms2dsg6zpffc2to3d2 .entry_post:first-of-type .eyecatch,
#nujupw8ecpgys9hk8fer .entry_post:first-of-type .eyecatch {
  display: none;
}

#v7ms2dsg6zpffc2to3d2 .entry_post:first-of-type .float_left,
#v7ms2dsg6zpffc2to3d2 .entry_post:first-of-type .float_right,
#nujupw8ecpgys9hk8fer .entry_post:first-of-type .float_left,
#nujupw8ecpgys9hk8fer .entry_post:first-of-type .float_right {
  float: none;
}

#v7ms2dsg6zpffc2to3d2 div,
#nujupw8ecpgys9hk8fer div {
  margin-bottom: 0;
  padding-bottom: 0;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block {
  padding-top: 0;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* SCROLL
--------------------------------------- */
#scroll_icon {
  position: absolute;
  top: calc(800 / 1035 * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  display: none;
  cursor: pointer;
}

#page_6 #scroll_icon {
  display: block;
}

#page_6 #scroll_icon a {
  display: block;
  width: 100%;
  height: 100%;
}

#scroll_icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#scroll_icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/files/scroll_btn_arr.png)no-repeat center top;
  width: 80px;
  height: 50px;
  animation: scroll_icon 1.4s linear 0s infinite;
  pointer-events: none;
}

@keyframes scroll_icon {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0px, 10px);
    opacity: 0;
  }
}

/* DB>昇果園とは
v7ms2dsg6zpffc2to3d2
--------------------------------------- */
#v7ms2dsg6zpffc2to3d2 {
  position: relative;
  background: url(/files/10top_block01_bg01.jpg) no-repeat center top;
}

#v7ms2dsg6zpffc2to3d2,
#v7ms2dsg6zpffc2to3d2 .easys_content_inner,
#v7ms2dsg6zpffc2to3d2 .entry_post {
  height: 2030px;
}

#v7ms2dsg6zpffc2to3d2 div,
#v7ms2dsg6zpffc2to3d2 p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#v7ms2dsg6zpffc2to3d2 .text_box {
  width: 480px;
  height: 260px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 480px auto 0;
}

#v7ms2dsg6zpffc2to3d2 p {
  line-height: 2.2;
  text-align: left;
  margin: 0 20px;
}

#v7ms2dsg6zpffc2to3d2 .main_btn {
  width: 200px;
  height: 45px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 822px;
  left: 52%;
  transform: translateX(-50%);
  background: url(/files/common_btn.png)no-repeat center top;
}

/*ボタン横 > */
#v7ms2dsg6zpffc2to3d2 .main_btn::before {
  display: block;
  content: "";
  width: 50px;
  height: 45px;
  background: url(/files/common_btn_arr.png)no-repeat center top;
  position: absolute;
  left: -22px;
  transition: all .5s;
  pointer-events: none;
}

/*ボタン 枠 */
#v7ms2dsg6zpffc2to3d2 .main_btn::after {
  display: block;
  content: "";
  width: 60px;
  height: 45px;
  border-radius: 100px;
  border: solid 1px #873b49;
  position: absolute;
  left: -30px;
  transition: all .7s cubic-bezier(.785, .135, .15, .86);
  pointer-events: none;
}

#v7ms2dsg6zpffc2to3d2 .main_btn:hover:before {
  left: -17px;
}

#v7ms2dsg6zpffc2to3d2 .main_btn:hover:after {
  width: 230px;
}

#v7ms2dsg6zpffc2to3d2 .main_btn a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
}

#v7ms2dsg6zpffc2to3d2 .main_btn:hover {
  background-position: center bottom;
}

#v7ms2dsg6zpffc2to3d2 #bg01 {
  background: url(/files/10top_block01_img01.png) no-repeat bottom left;
  width: 710px;
  height: 500px;
  position: absolute;
  top: 970px;
  left: calc(50% - 670px);
  opacity: 0;
  transform-origin: center right;
}

#v7ms2dsg6zpffc2to3d2 #bg02 {
  background: url(/files/10top_block01_img02.png) no-repeat center top;
  width: 384px;
  height: 520px;
  position: absolute;
  top: 1353px;
  left: calc(50% + 266px);
  transform-origin: center right;
  opacity: 0;
}

@keyframes p-ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#v7ms2dsg6zpffc2to3d2 #bg01.moved,
#v7ms2dsg6zpffc2to3d2 #bg02.moved {
  animation: p-ani-fadeInScale 2s ease;
  opacity: 1;
}

/* DB>オンラインショッピング
nujupw8ecpgys9hk8fer
--------------------------------------- */
#nujupw8ecpgys9hk8fer {
  position: relative;
  background: url(/files/10top_block02_bg02.png) no-repeat center center / auto scroll, url(/files/10top_block02_bg01_para.jpg) no-repeat center center / cover fixed;
}

#nujupw8ecpgys9hk8fer,
#nujupw8ecpgys9hk8fer .easys_content_inner,
#nujupw8ecpgys9hk8fer .entry_post {
  height: 1210px;
}

#nujupw8ecpgys9hk8fer .text_box {
  width: 460px;
  margin: 290px 20px 0 auto;
  color: #fff;
}

#nujupw8ecpgys9hk8fer #bg03 {
  background: url(/files/10top_block02_img01.png) no-repeat center top;
  width: 510px;
  height: 660px;
  position: absolute;
  top: 160px;
  left: calc(50% - 650px);
  transform-origin: center right;
  opacity: 0;
}

#nujupw8ecpgys9hk8fer #bg04 {
  background: url(/files/10top_block02_img02.png) no-repeat center top;
  width: 485px;
  height: 360px;
  position: absolute;
  top: 693px;
  left: calc(50% - 200px);
  transform-origin: center right;
  opacity: 0;
}

#nujupw8ecpgys9hk8fer #bg03.moved,
#nujupw8ecpgys9hk8fer #bg04.moved {
  animation: p-ani-fadeInScale 2s ease;
  opacity: 1;
}

/* バナー＞商品紹介／販売所紹介
bxam8axe81esw8yquvm2
--------------------------------------- */
#bxam8axe81esw8yquvm2 {
  position: relative;
  width: 100%;
  height: calc(100vw * ((1170 - 15) / 2000));
  max-height: calc(1170px * (2000 / 2000));
  min-height: calc(1170px * (1300 / 2000));
}

#bxam8axe81esw8yquvm2 .easys_content_inner {
  width: 100%;
  padding: 0;
}

#bxam8axe81esw8yquvm2 .img_display {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

#bxam8axe81esw8yquvm2 .margin-bottom_30 {
  margin-bottom: 0;
}

#bxam8axe81esw8yquvm2 .clear_float {
  display: none;
}

#bxam8axe81esw8yquvm2 .field_2col {
  width: 50% !important;
}

#bxam8axe81esw8yquvm2 .field_2col .eyecatch,
#bxam8axe81esw8yquvm2 .field_2col .eyecatch a {
  display: block;
  width: 100% !important;
}

#bxam8axe81esw8yquvm2 .field_2col .eyecatch:hover img {
  opacity: 1;
}

#bxam8axe81esw8yquvm2 .float_left,
#bxam8axe81esw8yquvm2 .float_right {
  position: relative;
  float: none;
}

#bxam8axe81esw8yquvm2 .float_left::before {
  display: block;
  content: "";
  background: url(/files/half_bnr_grocery_img.jpg) no-repeat center bottom -10px/100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

#bxam8axe81esw8yquvm2 .float_right::before {
  display: block;
  content: "";
  background: url(/files/half_bnr_store_img.jpg) no-repeat center top/100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

#bxam8axe81esw8yquvm2 .float_left:hover::before,
#bxam8axe81esw8yquvm2 .float_right:hover::before {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#bxam8axe81esw8yquvm2 .btn_wrapper {
  width: calc(180 / 1000 * 100%);
  height: calc(40.5 / 1170 * 100%);
  padding: 0;
  position: absolute;
  background: url(/files/common_btn.png)no-repeat center/100%;
}

#bxam8axe81esw8yquvm2 .float_left .btn_wrapper {
  margin-top: calc(1041 / 1170 * 100%);
  margin-left: calc(640 / 1000 * 100%);
  pointer-events: none;
}

#bxam8axe81esw8yquvm2 .float_right .btn_wrapper {
  margin-top: calc(451 / 1170 * 100%);
  margin-left: calc(280 / 1000 * 100%);
  pointer-events: none;
}


/*ボタン横 > */
#bxam8axe81esw8yquvm2 .btn_wrapper::before {
  display: block;
  content: "";
  width: calc(50 / 180 * 100%);
  height: calc(45 / 40.5 * 100%);
  background: url(/files/common_btn_arr.png)no-repeat center top/100%;
  position: absolute;
  transition: all .5s;
  left: calc(-42 / 180 * 100%);
  top: calc(-2 / 40.5 * 100%);
}

/*ボタン 枠 */
#bxam8axe81esw8yquvm2 .btn_wrapper::after {
  display: block;
  content: "";
  width: calc(60 / 180 * 100%);
  height: 100%;
  border-radius: 100px;
  border: solid 1px #873b49;
  position: absolute;
  left: calc(-50 / 180 * 100%);
  transition: all .7s cubic-bezier(.785, .135, .15, .86);
  top: calc(-2 / 40.5 * 100%);
}

#bxam8axe81esw8yquvm2 .field_2col:hover .btn_wrapper:before {
  left: calc(-35 / 180 * 100%);
}

#bxam8axe81esw8yquvm2 .field_2col:hover .btn_wrapper:after {
  width: calc(250 / 180 * 100%);
}

/* イメージ画像
btfdaoftlsrswvd6gu3q
--------------------------------------- */
#btfdaoftlsrswvd6gu3q {
  background: url(/files/parallax_upper.png) no-repeat center center / auto scroll, url(/files/parallax_bg_h650.jpg) no-repeat center center / cover fixed;
  height: 650px;
  margin: 0 0 70px;
}

#btfdaoftlsrswvd6gu3q .easys_content_inner {
  display: none;
}

#btfdaoftlsrswvd6gu3q .eyecatch img {
  display: none;
}