@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@400;500;700&display=swap');
/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {

  background: none #faf9f2 ;


  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {

  background: url("/files/body_bg.jpg") no-repeat center top;

/* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #333333;
  position: relative;/* 2000pxを超える画面の対策 */
  min-width: 1300px !important;
  max-width: 2000px !important;
  margin: 0 auto;
}
body *[class*="title"]{
  font-family: 'Kaisei HarunoUmi', serif !important;
}


body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block,
#page_1259 #outer_block,
#page_15 #outer_block,
#page_81 #outer_block,
#page_18 #outer_block{
  padding-top: 0;/*スライダー下の余白を消す*/
}

a:link, a:visited, a:hover, a:active {
color: #416e42;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #416e42;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  position: relative;
  z-index: 500;
  height:1180px;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (1000/2000)) 0 0 0;
  background: url("/files/branding_box_bg_top.png") no-repeat center top/100%;
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%)
  /*位置　レスポンシブ有り*/
  /*
  top: calc(145 / 1180 * 100%);
  left: calc(105 / 2000 * 100%);
  */
  }
  
  #page_6 #site-description {
  /* top: h1tpx;
  left: h1lpx; */
  /*
  top: calc(145 / 1000 * 100%);
  left: calc(105 / 2000 * 100%);
  */
  }

#site-description a {
  display: inline;
  color: #000000	;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  position: absolute;
  margin: auto;
  width: 125px;
  height: 125px;
  top: 40px;
  left: 50px;
  /* レスポ有り */
  /* width: calc(100%*(ロゴ幅/2000));
  height: calc(100%*(ロゴ高さ/1180));
  top: calc(100%*(ロゴt/1180));
  left: calc(100%*(ロゴl/2000)); */
  background: url("/files/branding_box_bg.png") no-repeat center top;

}

#page_6 .main_header img, #page_6 .header_class img {
  /* width: ロゴ幅px;
  height: ロゴ高さpx;
  top: ロゴt;
  left: ロゴl; */
  position: absolute;
  margin: auto;
  /* レスポ有り */
  width: calc(100%*(170/2000));
  height: calc(100%*(168/1000));
  top: calc(100%*(67/1000));
  left: calc(100%*(55/2000));
  background: none transparent;
}


/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0;
  z-index: 600;
  width: 280px !important;
  height: 50px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  /* background: url("/files/branding.box.png") no-repeat center top/100%; */
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */

#nav_btn {
  background: url(/files/humberger_btn.png) no-repeat center top;
  width: 150px;
  height: 150px;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 100;
}

#nav_btn::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: 0.4s ;
  background: url(/files/humberger_btn_on.png) no-repeat center top;
}

#nav_btn.open::before {
  opacity: 1;
}



#access {
width: 100%;
height: 100vh;
margin: 0;
position: fixed;
top: 0;
left: 0;
transform: translateY(-100%);
transition: 0.5s;
background: rgba(141,170,62,0.95);
}


#access::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 344px);
  width: 273px;
  height: 414px;
  pointer-events: none;
  top: 0;
  background: url(/files/menu_bg.png) no-repeat center top;
  margin: calc((100vh - 414px) / 2) 0 0 0;
}

#access.open{
transform: translateY(0%);
}


#access .menu-header{
  width: 320px;
  height: 400px;
  margin: calc((100vh - 400px) / 2) 0 0 50%;
}

/* 全サイズ共通 */
div#access .menu-item a,div#access .menu-item a:hover {
height: 45px;
width: 320px;
margin: 0px;
padding: 0px;
background-image: url('/files/topnavi.png');
}



/*#groupA*/
div#access .gnavi11 a {background-position: left top  !important;}
div#access .gnavi12 a {background-position: left top -45px  !important;}
div#access .gnavi13 a {background-position: left top -90px !important;}
div#access .gnavi14 a {background-position: left top -135px !important;}
div#access .gnavi15 a {background-position: left top -180px !important;}
div#access .gnavi16 a {background-position: left top -225px !important;}
div#access .gnavi17 a {background-position: left top -270px !important;height: 65px;}
div#access .gnavi18 a {background-position: left bottom  !important;height: 95px;}

div#access .gnavi11 a:hover {background-position: right top  !important;}
div#access .gnavi12 a:hover {background-position: right top -45px  !important;}
div#access .gnavi13 a:hover {background-position: right top -90px !important;}
div#access .gnavi14 a:hover {background-position: right top -135px !important;}
div#access .gnavi15 a:hover {background-position: right top -180px !important;}
div#access .gnavi16 a:hover {background-position: right top -225px !important;}
div#access .gnavi17 a:hover {background-position: right top -270px !important;height: 65px;}
div#access .gnavi18 a:hover {background-position: right bottom  !important; height: 95px;}



/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: ナビ高さpx;
  line-height: ナビ高さpx;
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none #fff;
  color: #000;
  line-height: 1.2em !important;
}
#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: #000;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  color: #000;
}
#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: #000;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  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%;
}

#main_teaser{
  position: absolute;
  top: 0/*要変更：中ページティザー画像のページ一番からの位置*/;
  /* left: calc(50% - 1000px); */
  height: 1180px !important;
  text-align: center;
  z-index: 99;
  margin: 0;
  overflow: hidden;
  width: 100%;
  /* min-width: 1300px!important;
  max-width: 2000px; */
  left: 0;
  right: 0;
}
#main_teaser img{
  height: 1180px !important;
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.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 {
  background-image: url(/files/widget_list_bg.png);
  color: #000000;
  overflow: hidden;
  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 {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #000000;
  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-position: center top;
  height: 1600px;
  position: relative;
  background: url(/files/footer_bg.png) no-repeat center top;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 1600px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  /*絶対値指定する時 */
  position: absolute;
  bottom: 930px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
 
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: transparent;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: transparent;
  color: #000000;
  text-align: left;
  background: url(/files/footer_link_icon.png) no-repeat center left;
  padding: 0 15px 0 25px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


#footer-widget-area {
  display: block;
}

#footer-widget-area .widget-area ul.menu {
  border:none;
}

#groupE,
#groupF,
#groupG,
#groupH{
  position:absolute;
  top: -80px;
}
#groupE{
  display: flex;
  flex-flow: column;
  text-align: left;
  left: calc(50% - 300px);
}
#groupF{
  display: flex;
  flex-flow: column;
  text-align: left;
  left: calc(50% - 80px);
}
#groupG{
  display: flex;
  flex-flow: column;
  text-align: left;
  left: calc(50% - -170px);
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}


#footer_information .entry-post {
  margin: 140px 0 0;
  width: 100%;
  text-align: center;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */

#footer_information{
  position: absolute;
  top: 380px;
  left: calc(50% - 50px);
}

#footer_information .entry-post{
  width: 450px;
  margin: 0;
  text-align: left;
}



/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #000000;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
}
/* 中央寄せの時 */

#copyright {
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000000;
  height: 100px;
  line-height: 120px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #ffffff;
}
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: #ffffff;
}
/* 見出しリンクボタン */
.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;
  color: #ffffff;
}


/* 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: #ffffff;}

* .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: #000000;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000000;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000000;
}
/* 小見出しリンクボタン */
.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;
  color: #000000;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {color: #ffffff;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333333;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #416e42;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #416e42;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #416e42 !important;
}

small a:hover {
  background-color: #416e42 !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border-color: #ccc;
}
.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #eee;
}
.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none transparent;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #ffffff;
  color: #333333;
  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: #416e42 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #ccc;
  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: #416e42;
  color: #416e42 !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: #416e42;
  border-color: #416e42;
}
.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 #416e42;
  border-style: solid;
  border-color: #416e42;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #000000;
}


/* 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 #416e42;
  background-color: transparent;
  color: #416e42;
}
div.link_list a:hover {
  border: 1px solid #416e42;
  background-color: #416e42;
  color: #ffffff;
}


.faq-title {
  background-color: #416e42;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #d00e0e;
}
.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 {
  background-color: #ffffff;
  width: 8em;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #ffffff;
  color: #333333;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#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);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #000000;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

/*contactフォーム用セキュリティマーク　非表示*/
.grecaptcha-badge { visibility: hidden; }


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner){
  transition: all 1.3s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform: translate(0px, 0px);
  opacity: 1;
}




/*  トップページ
---------------------------------------------------------------------------------------------------- */


/*  ○○○
---------------------------------------------------------------------------------------------------- */

#page_6 #outer_block {
  padding-top: 0;
  position: relative;
  margin-top: -16px;
  z-index: 100;
}
#lrs2eit2ig62wbmpp0xw{
  position: relative;
  height: 870px;
  background: url(/files/2ndmain_bg.png) no-repeat center top;
  
}

#lrs2eit2ig62wbmpp0xw div { margin-bottom: 0; padding-bottom: 0; overflow: visible !important;}
#lrs2eit2ig62wbmpp0xw .easys_content_inner { width: 1300px; transform: none;}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch,
#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch,
#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch,
#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch,
#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch,
#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch{
 position: absolute;
}
  
#lrs2eit2ig62wbmpp0xw .eyecatch img{display: none;}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch{
  width: 140px;
  height: 140px;
  top: 270px;
  left: calc(50% - 600px);
}

#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch{
  width: 140px;
  height: 140px;
  top: 270px;
  left: calc(50% - 190px);
}

#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch{
  width: 140px;
  height: 140px;
  top: 270px;
  left: calc(50% - -235px);
}

#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch{
  width: 140px;
  height: 140px;
  top: 480px;
  left: calc(50% - 600px);
}

#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch{
  width: 140px;
  height: 140px;
  top: 480px;
  left: calc(50% - 190px);
}

#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch{
  width: 140px;
  height: 140px;
  top: 480px;
  left: calc(50% - -235px);
}



#lrs2eit2ig62wbmpp0xw [class*="field_"] .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch a{  
  background:url(/files/2ndmain_btn01.jpg)no-repeat center top;/*ボタン画像　上下オンオフの時*/
}

#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch a{  
  background:url(/files/2ndmain_btn02.jpg)no-repeat center top;/*ボタン画像　上下オンオフの時*/
}

#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch a{  
  background:url(/files/2ndmain_btn03.jpg)no-repeat center top;/*ボタン画像　上下オンオフの時*/
}

#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch a{  
  background:url(/files/2ndmain_btn04.jpg)no-repeat center top;/*ボタン画像　上下オンオフの時*/
}

#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch a{  
  background:url(/files/2ndmain_btn05.jpg)no-repeat center top;/*ボタン画像　上下オンオフの時*/
}

#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch a{  
  background:url(/files/2ndmain_btn06.jpg)no-repeat center top;/*ボタン画像　上下オンオフの時*/
}


#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch a::after,
#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch a::after,
#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch a::after,
#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch a::after,
#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch a::after,
#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch a::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch a:hover:after,
#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch a:hover:after,
#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch a:hover:after,
#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch a:hover:after,
#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch a:hover:after,
#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch a:hover:after{
  opacity: 1;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch a::after{
  background: url(/files/2ndmain_btn01_on.jpg) no-repeat center top;
}


#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch a::after{
  background: url(/files/2ndmain_btn02_on.jpg) no-repeat center top;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch a::after{
  background: url(/files/2ndmain_btn03_on.jpg) no-repeat center top;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch a::after{
  background: url(/files/2ndmain_btn04_on.jpg) no-repeat center top;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch a::after{
  background: url(/files/2ndmain_btn05_on.jpg) no-repeat center top;
}


#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch a::after{
  background: url(/files/2ndmain_btn06_on.jpg) no-repeat center top;
}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch a::before,
#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch a::before,
#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch a::before,
#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch a::before,
#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch a::before,
#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch a::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  opacity: 0;
  z-index: 10;
  background: url(/files/2ndmain_btn_bg.jpg) no-repeat center top;
  transition: transform 0.3s,opacity 0.3s;
  transform: rotate(0deg);
}

#lrs2eit2ig62wbmpp0xw div:nth-child(1 of [class*="field_"]) .eyecatch a:hover:before,
#lrs2eit2ig62wbmpp0xw div:nth-child(2 of [class*="field_"]) .eyecatch a:hover:before,
#lrs2eit2ig62wbmpp0xw div:nth-child(3 of [class*="field_"]) .eyecatch a:hover:before,
#lrs2eit2ig62wbmpp0xw div:nth-child(4 of [class*="field_"]) .eyecatch a:hover:before,
#lrs2eit2ig62wbmpp0xw div:nth-child(5 of [class*="field_"]) .eyecatch a:hover:before,
#lrs2eit2ig62wbmpp0xw div:nth-child(6 of [class*="field_"]) .eyecatch a:hover:before{
  transform: rotate(7deg);
  opacity: 1;
}


/*  デザインブロック共通
---------------------------------------------------------------------------------------------------- */


#chmbc1wkuj3a1a2caft6,
#m2lv8d5179nps40llr54,
#aoaqqnpbqsq5gh84kyrx,
#rrn7on6pr00znndw9pgq,
#hob0vjflylbcsqqdkhm6,
#wggm7th8hrel8vmp6sxi,
#et7oyy5klx1d23gu7rkm,
#xxo332q56uuhrqwv3jh1,
#absr5yzi9pg4n6nkxrm0 {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0;
  position: relative;
}
#chmbc1wkuj3a1a2caft6 .easys_content_inner,
#m2lv8d5179nps40llr54 .easys_content_inner,
#aoaqqnpbqsq5gh84kyrx .easys_content_inner,
#rrn7on6pr00znndw9pgq .easys_content_inner,
#hob0vjflylbcsqqdkhm6 .easys_content_inner,
#wggm7th8hrel8vmp6sxi .easys_content_inner,
#et7oyy5klx1d23gu7rkm .easys_content_inner,
#xxo332q56uuhrqwv3jh1 .easys_content_inner,
#absr5yzi9pg4n6nkxrm0 .easys_content_inner {
  position: relative;
  width: 960px;
  transform: translate(0px, 0px) !important;
}

/* #chmbc1wkuj3a1a2caft6 .easys_content_inner.moved,
#m2lv8d5179nps40llr54 .easys_content_inner.moved,
#aoaqqnpbqsq5gh84kyrx .easys_content_inner.moved,
#rrn7on6pr00znndw9pgq .easys_content_inner.moved,
#hob0vjflylbcsqqdkhm6 .easys_content_inner.moved,
#wggm7th8hrel8vmp6sxi .easys_content_inner.moved,
#et7oyy5klx1d23gu7rkm .easys_content_inner.moved,
#xxo332q56uuhrqwv3jh1 .easys_content_inner.moved,
#absr5yzi9pg4n6nkxrm0 .easys_content_inner.moved,
#xas2cg9we6f4o2qa07rt .easys_content_inner.moved,
#lazbyglhwz1wy5j1wom6 .easys_content_inner.moved,
#jwg4e1px74evltmq9kbz .easys_content_inner.moved {
  top: 0px;
  opacity: 1;
} */
#chmbc1wkuj3a1a2caft6 .post_margin,
#m2lv8d5179nps40llr54 .post_margin,
#aoaqqnpbqsq5gh84kyrx .post_margin,
#rrn7on6pr00znndw9pgq .post_margin,
#hob0vjflylbcsqqdkhm6 .post_margin,
#wggm7th8hrel8vmp6sxi .post_margin,
#et7oyy5klx1d23gu7rkm .post_margin,
#xxo332q56uuhrqwv3jh1 .post_margin,
#absr5yzi9pg4n6nkxrm0 .post_margin {
  margin: 0;
}
#chmbc1wkuj3a1a2caft6 .eyecatch,
#m2lv8d5179nps40llr54 .eyecatch,
#aoaqqnpbqsq5gh84kyrx .eyecatch,
#rrn7on6pr00znndw9pgq .eyecatch,
#hob0vjflylbcsqqdkhm6 .eyecatch,
#wggm7th8hrel8vmp6sxi .eyecatch,
#et7oyy5klx1d23gu7rkm .eyecatch,
#xxo332q56uuhrqwv3jh1 .eyecatch,
#absr5yzi9pg4n6nkxrm0 .eyecatch {
  display: none;
  float: none !important;
}
#chmbc1wkuj3a1a2caft6 .entry_post,
#m2lv8d5179nps40llr54 .entry_post,
#aoaqqnpbqsq5gh84kyrx .entry_post,
#rrn7on6pr00znndw9pgq .entry_post,
#hob0vjflylbcsqqdkhm6 .entry_post,
#wggm7th8hrel8vmp6sxi .entry_post,
#et7oyy5klx1d23gu7rkm .entry_post,
#xxo332q56uuhrqwv3jh1 .entry_post,
#absr5yzi9pg4n6nkxrm0 .entry_post {
  box-sizing: border-box;
  position: relative;
}
#chmbc1wkuj3a1a2caft6 .entry_post > [class*="title"],
#m2lv8d5179nps40llr54 .entry_post > [class*="title"],
#aoaqqnpbqsq5gh84kyrx .entry_post > [class*="title"],
#rrn7on6pr00znndw9pgq .entry_post > [class*="title"],
#hob0vjflylbcsqqdkhm6 .entry_post > [class*="title"],
#wggm7th8hrel8vmp6sxi .entry_post > [class*="title"],
#et7oyy5klx1d23gu7rkm .entry_post > [class*="title"],
#xxo332q56uuhrqwv3jh1 .entry_post > [class*="title"],
#absr5yzi9pg4n6nkxrm0 .entry_post > [class*="title"] {
  display: none;
}
#chmbc1wkuj3a1a2caft6 .text_box,
#m2lv8d5179nps40llr54 .text_box,
#aoaqqnpbqsq5gh84kyrx .text_box,
#rrn7on6pr00znndw9pgq .text_box,
#hob0vjflylbcsqqdkhm6 .text_box,
#wggm7th8hrel8vmp6sxi .text_box,
#et7oyy5klx1d23gu7rkm .text_box,
#xxo332q56uuhrqwv3jh1 .text_box,
#absr5yzi9pg4n6nkxrm0 .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
  width: 100%;
  margin: 0;
}
#chmbc1wkuj3a1a2caft6 .post_data,
#aoaqqnpbqsq5gh84kyrx .post_data,
#rrn7on6pr00znndw9pgq .post_data,
#hob0vjflylbcsqqdkhm6 .post_data,
#wggm7th8hrel8vmp6sxi .post_data,
#et7oyy5klx1d23gu7rkm .post_data,
#xxo332q56uuhrqwv3jh1 .post_data,
#absr5yzi9pg4n6nkxrm0 .post_data {
  float: none !important;
  overflow: visible;
  display: block;
  margin: 0;
  transition: 1.3s;
  opacity: 0;
  transform: translate(0px, 100px);
}

#chmbc1wkuj3a1a2caft6 .post_data.moved,
#aoaqqnpbqsq5gh84kyrx .post_data.moved,
#rrn7on6pr00znndw9pgq .post_data.moved,
#hob0vjflylbcsqqdkhm6 .post_data.moved,
#wggm7th8hrel8vmp6sxi .post_data.moved,
#et7oyy5klx1d23gu7rkm .post_data.moved,
#xxo332q56uuhrqwv3jh1 .post_data.moved,
#absr5yzi9pg4n6nkxrm0 .post_data.moved{
  transform: translate(0px, 0px);
  opacity: 1;
}

/* 追加画像 */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}
#chmbc1wkuj3a1a2caft6 .design_block[class*="block"].moved,
#m2lv8d5179nps40llr54 .design_block[class*="block"].moved,
#aoaqqnpbqsq5gh84kyrx .design_block[class*="block"].moved,
#rrn7on6pr00znndw9pgq .design_block[class*="block"].moved,
#hob0vjflylbcsqqdkhm6 .design_block[class*="block"].moved,
#wggm7th8hrel8vmp6sxi .design_block[class*="block"].moved,
#et7oyy5klx1d23gu7rkm .design_block[class*="block"].moved,
#xxo332q56uuhrqwv3jh1 .design_block[class*="block"].moved,
#absr5yzi9pg4n6nkxrm0 .design_block[class*="block"].moved {
transform: translate(0px, 0px);
}

#chmbc1wkuj3a1a2caft6 .post_data p,
#m2lv8d5179nps40llr54 .post_data p,
#aoaqqnpbqsq5gh84kyrx .post_data p,
#rrn7on6pr00znndw9pgq .post_data p,
#hob0vjflylbcsqqdkhm6 .post_data p,
#wggm7th8hrel8vmp6sxi .post_data p,
#et7oyy5klx1d23gu7rkm .post_data p,
#xxo332q56uuhrqwv3jh1 .post_data p,
#absr5yzi9pg4n6nkxrm0 .post_data p{
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}


/* 共通ボタン-ブロック内リンク */

#chmbc1wkuj3a1a2caft6 [class*="_btn"],
#m2lv8d5179nps40llr54 [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 480px;
  height: 52px;
}
#chmbc1wkuj3a1a2caft6 [class*="_btn"]{
  transform: translate(0px, 100px);
  opacity: 0;
  transition: 1.3s;
}

#chmbc1wkuj3a1a2caft6 [class*="_btn"].moved{
  transform: translate(0px, 0px);
  opacity: 1;
}

#chmbc1wkuj3a1a2caft6 [class*="_btn"] a,
#m2lv8d5179nps40llr54 [class*="_btn"] a{
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  z-index: 300;
}
#chmbc1wkuj3a1a2caft6 [class*="_btn"] a{
  background: url(/files/00_design01_btn_on.png) no-repeat center top;
}

#m2lv8d5179nps40llr54 [class*="_btn"] a{
  background: url(/files/00_design02_btn_on.png) no-repeat center top;
}

/* 2枚切り替え */
#chmbc1wkuj3a1a2caft6 [class*="_btn"] a::after,
#m2lv8d5179nps40llr54 [class*="_btn"] a::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  transition: 0.3s;
}

#chmbc1wkuj3a1a2caft6 [class*="_btn"] a::after{
  background: url(/files/00_design01_btn.png) no-repeat center top;
}

#m2lv8d5179nps40llr54 [class*="_btn"] a::after{
  background: url(/files/00_design02_btn.png) no-repeat center top;
}

#chmbc1wkuj3a1a2caft6 [class*="_btn"] a:hover::after,
#m2lv8d5179nps40llr54 [class*="_btn"] a:hover:after{
  opacity: 0;
}


/*  DB＞山里カフェMuiについて 01
---------------------------------------------------------------------------------------------------- */

#chmbc1wkuj3a1a2caft6 {
  height: 970px;
  background-image: url(/files/00_design01_bg01.png);
}
#chmbc1wkuj3a1a2caft6 .entry_post {
  padding: 530px 0 0 480px;
}
#chmbc1wkuj3a1a2caft6 .post_data {
  margin-bottom: 80px;
}


#chmbc1wkuj3a1a2caft6 .design_block.block1 {
  background-image: url(/files/00_design01_bg02.png);
  width: 101px;
  height: 297px;
  top: 190px;
  left: calc(50% - -190px);
  transform: translate(0px, 100px);
}


#chmbc1wkuj3a1a2caft6 .design_block.block2 {
  background-image: none;
  width: 885px;
  height: 670px;
  top: 270px;
  left: calc(50% - 1000px);
  opacity: 1;
  overflow: hidden;
}

#chmbc1wkuj3a1a2caft6 .design_block.block2::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: 2s ease 0s;
  background: url(/files/00_design01_bg03.jpg) no-repeat center top;
}


#chmbc1wkuj3a1a2caft6 .design_block.block2.moved::after{
  opacity: 1;
  transform: scale(1);
}


/* DB＞現役狩女が営む、山里のジビエカフェ 02
----------------------------------m2lv8d5179nps40llr54------------------------------------------------------------------ */

#m2lv8d5179nps40llr54 {
  height: 1450px;
  background-image: url(/files/00_design02_bg01.png);
}

#m2lv8d5179nps40llr54 .entry_post {
  padding: 1000px 480px 0 0px;
}

#m2lv8d5179nps40llr54 .post_data {
  margin-bottom: 60px;
}

#m2lv8d5179nps40llr54 .design_block.block1 {
  background-image: none;
  width: 540px;
  height: 360px;
  top: 0;
  left: calc(50% - -305px);
  opacity: 1;
  overflow: hidden;
}


#m2lv8d5179nps40llr54 .design_block.block1::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: 2s ease 0s;
  background: url(/files/00_design02_bg02.jpg) no-repeat center top;
}


#m2lv8d5179nps40llr54 .design_block.block1.moved::after{
  opacity: 1;
  transform: scale(1);
}


#m2lv8d5179nps40llr54 .design_block.block2 {
  background-image: url(/files/00_design02_bg03.png);
  width: 101px;
  height: 318px;
  top: 230px;
  left: calc(50% - 289px);
  transform: translate(0px, 100px);
}

#m2lv8d5179nps40llr54 .design_block.block3 {
  background: url(/files/00_design02_bg04.png) repeat-x left top;
  width: 2000px;
  height: 330px;
  top: 605px;
  opacity: 1;
  left: calc(50% - 1000px);
  animation: loop_01 35s linear 0s infinite;
}

@keyframes loop_01 {
    0% {background-position-x: 0px;}
    100% {background-position-x: -2105px;}
}


#m2lv8d5179nps40llr54 .design_block.block4 {
  background-image: url(/files/00_design02_bg05.png);
  width: 428px;
  height: 236px;
  top: 1170px;
  left: calc(50% - -200px);
  transform: translate(0px, -100px);
}

#m2lv8d5179nps40llr54 .design_block.block5 {
  background-image: url(/files/00_design02_bg06.png);
  width: 244px;
  height: 111px;
  top: 1150px;
  left: calc(50% - -40px);
  opacity: 1;
  animation: shake 1s ease-in-out infinite;
}


@keyframes shake {
  16.65% {
    transform: translateY(16px)
  }

  33.3% {
    transform: translateY(-12px)
  }

  49.95% {
    transform: translateY(8px)
  }

  66.6% {
    transform: translateY(-4px)
  }

  83.25% {
    transform: translateY(2px)
  }

  100% {
    transform: translateY(0)
  }
}



/*  DB＞時を超えたくつろぎを 03
--------------------------aoaqqnpbqsq5gh84kyrx-------------------------------------------------------------------------- */

#aoaqqnpbqsq5gh84kyrx {
  height: 1645px;
  background-image: url(/files/00_design03_bg01.png);
  margin-bottom: 140px;
}
#aoaqqnpbqsq5gh84kyrx .entry_post {
  padding: 0;
}
#aoaqqnpbqsq5gh84kyrx .sub_post_0,
#aoaqqnpbqsq5gh84kyrx .sub_post_1 {
  margin-bottom: 0;
  width: 480px;
  position: absolute;
}

#aoaqqnpbqsq5gh84kyrx .sub_post_0{
  top: 875px;
  left: calc(50% - 330px);
}


#aoaqqnpbqsq5gh84kyrx .sub_post_1{
  top: 1220px;
  left: calc(50% - 100px);
}


#aoaqqnpbqsq5gh84kyrx .post_data p{
  color: #fff;
}
#aoaqqnpbqsq5gh84kyrx .design_block.block1 {
  background-image: url(/files/00_design03_bg02.png);
  width: 2000px;
  height: 670px;
  top: 185px;
  left: calc(50% - 1000px);
  transform: translate(0px, -100px);
}


#aoaqqnpbqsq5gh84kyrx .design_block.block2 {
  background-image: url(/files/00_design03_bg03.png);
  width: 2000px;
  height: 765px;
  top: 280px;
  left: calc(50% - 1000px);
  transform: translate(0px, 100px);
}

#aoaqqnpbqsq5gh84kyrx .design_block.block3{
  background-image: url(/files/00_design03_bg04.png);
  width: 2000px;
  height: 635px;
  top: 830px;
  left: calc(50% - 1000px);
  transform: translate(0px, 100px);
}

/*  DB＞鳥獣被害を減らし、そしてしっかりいただくために 04
----------------------------rrn7on6pr00znndw9pgq------------------------------------------------------------------------ */


#rrn7on6pr00znndw9pgq {
  height: 680px;
  background-image:none;
  
}
#rrn7on6pr00znndw9pgq::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1800px;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}
#page_9 #rrn7on6pr00znndw9pgq{
  height: 760px;
  margin-bottom: 70px;
}


#rrn7on6pr00znndw9pgq .entry_post {
  padding: 470px 120px  50px;
}

#page_9 #rrn7on6pr00znndw9pgq .entry_post{
  padding: 470px 120px 130px;
}

#rrn7on6pr00znndw9pgq .post_data {
  margin-bottom: 0;
}

#rrn7on6pr00znndw9pgq .post_data p{
  text-align: center;
}


#rrn7on6pr00znndw9pgq .design_block.block1 {
  background-image: url(/files/00_design04_bg01.png);
  width: 1300px;
  height: 479px;
  top: 120px;
  left: calc(50% - 650px);
  z-index: 1;
  transform: translate(0px, 100px);
}



/*  DB＞月替わりで楽しめるジビエ料理 05
------------------------------hob0vjflylbcsqqdkhm6---------------------------------------------------------------------- */
#hob0vjflylbcsqqdkhm6 {
  height: 1510px;
  background-image: url(/files/02_design_bg01.png);
  background-position: center bottom;
  margin-bottom: 70px;
}
#hob0vjflylbcsqqdkhm6 .entry_post {
  padding: 670px 45px 0 193px;
}
#hob0vjflylbcsqqdkhm6 .post_data {
  margin-bottom: 0;
}
#hob0vjflylbcsqqdkhm6 .text_size_full{
  padding: 80px;
  background-color: #FFF;
}

#hob0vjflylbcsqqdkhm6 .design_block.block1 {
  left: calc(50% - 645px);
}

#hob0vjflylbcsqqdkhm6 .design_block.block2 {
  left: calc(50% - 210px);
}

#hob0vjflylbcsqqdkhm6 .design_block.block3 {
  left: calc(50% - -222px);
}
#hob0vjflylbcsqqdkhm6 .design_block.block1,
#hob0vjflylbcsqqdkhm6 .design_block.block2,
#hob0vjflylbcsqqdkhm6 .design_block.block3{
  overflow: hidden;
  opacity: 1;
  width: 420px;
  height: 420px;
  top: 110px;
}


#hob0vjflylbcsqqdkhm6 .design_block.block1::after,
#hob0vjflylbcsqqdkhm6 .design_block.block2::after,
#hob0vjflylbcsqqdkhm6 .design_block.block3::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  opacity: 0;
  transform: scale(1.1);
  transition:all 2s ease;
}

#hob0vjflylbcsqqdkhm6 .design_block.block1::after{
  background: url(/files/02_design_bg02.png) no-repeat center top;
}

#hob0vjflylbcsqqdkhm6 .design_block.block2::after{
  background: url(/files/02_design_bg03.png) no-repeat center top;
  transition-delay: 0.3s;
}

#hob0vjflylbcsqqdkhm6 .design_block.block3::after{
  background: url(/files/02_design_bg04.png) no-repeat center top;
  transition-delay: 0.6s;
}

#hob0vjflylbcsqqdkhm6 .design_block.block1.moved::after,
#hob0vjflylbcsqqdkhm6 .design_block.block2.moved::after,
#hob0vjflylbcsqqdkhm6 .design_block.block3.moved::after{
  opacity: 1;
  transform: scale(1);
}


/*  DB＞狩りたてのお肉をご家庭でも 06
-----------------------wggm7th8hrel8vmp6sxi----------------------------------------------------------------------------- */
#wggm7th8hrel8vmp6sxi {
  height: 1100px;
  background-image: url(/files/03_design_bg01.png);
}
#wggm7th8hrel8vmp6sxi .entry_post {
  padding: 330px 200px 0;
}


#wggm7th8hrel8vmp6sxi .design_block.block1 {
  background-image: url(/files/03_design_bg02.png);
  width: 2000px;
  height: 590px;
  top: 445px;
  left: calc(50% - 1000px);
  transform: translate(-100px, 0px);
}
#wggm7th8hrel8vmp6sxi .design_block.block2 {
  background-image: url(/files/03_design_bg03.png);
  width: 2000px;
  height: 590px;
  top: 445px;
  left: calc(50% - 1000px);
  transform: translate(100px, 0px);
}

#wggm7th8hrel8vmp6sxi .design_block.block3{
  background-image: url(/files/03_design_bg04.png);
  width: 2000px;
  height: 590px;
  top: 445px;
  left: calc(50% - 1000px);
  transform: translate(0px, 100px);
}

/* DB＞ご家庭で豊田市を感じる 07
---------------------------et7oyy5klx1d23gu7rkm------------------------------------------------------------------------- */
#et7oyy5klx1d23gu7rkm {
  height: 820px;
  background-image: url(/files/04_design_bg01.jpg);
  margin-bottom: 70px;
}
#et7oyy5klx1d23gu7rkm .entry_post {
  padding: 520px 545px 0 0px;
}


#et7oyy5klx1d23gu7rkm .design_block.block1 {
  background-image: url(/files/04_design_bg03.png);
  width: 510px;
  height: 190px;
  top: 120px;
  left: calc(50% - 3px);
  transform: translate(0px, 100px);
}
#et7oyy5klx1d23gu7rkm .design_block.block2 {
  background-image: url(/files/04_design_bg04.png);
  width: 510px;
  height: 190px;
  top: 317px;
  left: calc(50% - 3px);
  transform: translate(0px, 100px);
}

#et7oyy5klx1d23gu7rkm .design_block.block3 {
  background-image: url(/files/04_design_bg05.png);
  width: 510px;
  height: 190px;
  top: 514px;
  left: calc(50% - 3px);
  transform: translate(0px, 100px);
}


#et7oyy5klx1d23gu7rkm .design_block.block4{
  width: 22px;
  height: 290px;
  top: 140px;
  background-image: url(/files/04_design_bg02.png);
  left: calc(50% - 265px);
  transform: translate(0px, -100px);
}

/* DB＞Muiが行う里山保全 08
------------------------------xxo332q56uuhrqwv3jh1---------------------------------------------------------------------- */
#xxo332q56uuhrqwv3jh1 {
  height: 1070px;
  background-image: url(/files/05_design_bg01.jpg);
  margin-bottom: 70px;
}
#xxo332q56uuhrqwv3jh1 .entry_post {
  padding: 780px 120px 0;
}

#xxo332q56uuhrqwv3jh1 .post_data p{
  color: #ffffff;
}

#xxo332q56uuhrqwv3jh1 .post_data {
  margin-bottom: 0;
}


#xxo332q56uuhrqwv3jh1 .design_block.block1 {
  background-image: url(/files/05_design_bg02.png);
  width: 2000px;
  height: 1070px;
  top: 0;
  left: calc(50% - 1000px);
  transform: translate(0px, 100px);
}



/*  DB＞ごあいさつ
----------------------------absr5yzi9pg4n6nkxrm0------------------------------------------------------------------------ */
#absr5yzi9pg4n6nkxrm0 {
  height: 870px;
  background-image: url(/files/06_design_bg01.jpg);
}
#absr5yzi9pg4n6nkxrm0 .entry_post {
  padding: 420px 0px 0 480px;
}

#absr5yzi9pg4n6nkxrm0 .design_block.block1 {
  background-image: url(/files/06_design_bg02.png);
  width: 492px;
  height: 643px;
  top: 110px;
  left: calc(50% - 595px);
  transform: translate(0px, 100px);
}




/*  バナー＞店舗概要/ご予約はこちら（top）
--------------od0rn97bh04x9jvd0b4g-------------------------------------------------------------------------------------- */

/*2列バナー　レスポンシブなし*/
#od0rn97bh04x9jvd0b4g{
    height: 450px;
    position: relative;
}

#od0rn97bh04x9jvd0b4g div{
  margin-bottom: 0;
  padding-bottom: 0;
}

/*固定画面で入れたSPバナー画像非表示*/
#od0rn97bh04x9jvd0b4g .eyecatch a img{display: none;}
#od0rn97bh04x9jvd0b4g .easys_content_inner {width: 2000px;position: absolute;left: calc(50% - 1000px);}
#od0rn97bh04x9jvd0b4g .field_2col {width: 1000px !important;}
#od0rn97bh04x9jvd0b4g .eyecatch{width: 100%;}
#od0rn97bh04x9jvd0b4g .eyecatch a{
  display: block;
  position: relative;
  width: 995px;
  height: 450px;/*バナー画像高さ*/
}
#od0rn97bh04x9jvd0b4g .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#od0rn97bh04x9jvd0b4g .eyecatch a:hover:before{opacity: 1;}
/*OFF画像*/
#od0rn97bh04x9jvd0b4g .float_left a{ background: url("/files/_hbnr_tenpo.jpg") no-repeat center top;}
#od0rn97bh04x9jvd0b4g .float_right a{ background: url("/files/_hbnr_reserve.jpg") no-repeat center top;}
/*ON画像*/
#od0rn97bh04x9jvd0b4g .float_left a:before{ background: url("/files/_hbnr_tenpo_on.jpg") no-repeat center top;}
#od0rn97bh04x9jvd0b4g .float_right a:before{ background: url("/files/_hbnr_reserve_on.jpg") no-repeat center top;}


/*  バナー＞Muiの想い（top）
-----------------xn1wog11y0o2glfby13s----------------------------------------------------------------------------------- */

#xn1wog11y0o2glfby13s{
  position:relative;
  margin-top: 0;
  display: flex;
  height: 350px;
  padding-bottom: 150px;
  margin-bottom: 100px;
}

#page_15 #xn1wog11y0o2glfby13s{
  padding-bottom: 0;
}

#page_81 #xn1wog11y0o2glfby13s{
  padding-bottom: 0;
  margin-bottom: 0;
}


#page_6 #xn1wog11y0o2glfby13s::before{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 900px);
  width: 1800px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background-color: #fff;
}

#xn1wog11y0o2glfby13s video{
  display: block;
  margin: auto;
  z-index: 1;
}
#xn1wog11y0o2glfby13s .eyecatch a{
  display: block;
  position: relative;
  width: 1180px;
  height: 350px;/*バナー画像高さ*/
}
#xn1wog11y0o2glfby13s .easys_content_inner{
  width: 1180px;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 350px;
  right: 0;
  left: 0;
}
#xn1wog11y0o2glfby13s div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#xn1wog11y0o2glfby13s .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
  /*ホバー時に、beforeに入れてるON画像表示*/
#xn1wog11y0o2glfby13s .eyecatch a:hover:before{opacity: 1;}
  
  /*OFF画像*/
#xn1wog11y0o2glfby13s .eyecatch a{ background: url("/files/_bnr_omoi_f.png") no-repeat center top;}
  
  /*ON画像*/
#xn1wog11y0o2glfby13s .eyecatch a:before{ background: url("/files/_bnr_omoi_f_on.png") no-repeat center top;}
  
  /*固定画面で入れたSPバナー画像非表示*/
#xn1wog11y0o2glfby13s .eyecatch a img{display: none;}
  


/*  パララックス1
--------------k5781p8ldekl05photnn-------------------------------------------------------------------------------------- */

#k5781p8ldekl05photnn {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  width: calc(1800/2000*100%);
  padding-top: calc(750/2000*100%);
  margin: 140px auto 0;
}
#k5781p8ldekl05photnn img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}



/*  パララックス2
---------------------------------------------------------------------------------------------------- */

#hwurs0iqxq1ckgzwzwts {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  width: calc(1800/2000*100%);
  padding-top: calc(750/2000*100%);
  margin: 140px auto ;
}
#hwurs0iqxq1ckgzwzwts img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}


/*  バナー＞オンラインショップ（furusato）
----------------s4pnvvw5k0bgx8g5r9dn------------------------------------------------------------------------------------ */


#s4pnvvw5k0bgx8g5r9dn{
  position: relative;
  overflow: hidden;
  margin: 0;
}

#s4pnvvw5k0bgx8g5r9dn div{
  margin-bottom: 0;
  padding-bottom: 0;
}

/*レスポンシブ*/
#s4pnvvw5k0bgx8g5r9dn .easys_content_inner{
  width: 1180px;
  height: 350px;
  padding: 0;
}
#s4pnvvw5k0bgx8g5r9dn .field_1col{margin: 0;overflow: hidden;}
#s4pnvvw5k0bgx8g5r9dn .eyecatch{
  position: relative;
  z-index: 10;
}
#s4pnvvw5k0bgx8g5r9dn .eyecatch{
  overflow: hidden;
}

#s4pnvvw5k0bgx8g5r9dn .eyecatch a:hover img{ opacity: 1; }
/*ホバーで拡大*/
#s4pnvvw5k0bgx8g5r9dn .eyecatch:before,
#s4pnvvw5k0bgx8g5r9dn .eyecatch::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 590px);
  width: 1180px;
  height: 350px;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
#s4pnvvw5k0bgx8g5r9dn .eyecatch::after{
  background: url(/files/_bnr_shop_f_on.png) no-repeat center top;
  opacity: 0;
  z-index: 0;
}
#s4pnvvw5k0bgx8g5r9dn .eyecatch:hover:after{
  opacity: 1;
}
#s4pnvvw5k0bgx8g5r9dn .eyecatch:hover:before {
  transform: scale(1.1);
}
/*背景画像*/
#s4pnvvw5k0bgx8g5r9dn .eyecatch:before { background: url("/files/_bnr_shop_bg.jpg") no-repeat  center center / cover; }

#s4pnvvw5k0bgx8g5r9dn .eyecatch img{
  position: relative;
  z-index: 10;
}

/*  サイドボタン
---------------------------------------------------------------------------------------------------- */


/*画面右下に固定ボタン*/
.fixed_side_btn {
  z-index: 1000;
  right: 0;
  bottom: 150px;
  position: fixed;
}
.fixed_side_btn div,
.fixed_side_btn div a {margin-bottom: 15px;}
/*ボタン1*/
#fixed_btn1 a{
  background: url(/files/btn_blog.png)no-repeat center top;
  display: block;
  height: 35px;
  width: 130px;
}
/*ボタン2*/
#fixed_btn2 a{
  background: url(/files/btn_facebook.png)no-repeat center top;
  display: block;
  height: 35px;
  width: 90px;
  margin-left: 40px;
}
#fixed_btn3 a{
  background: url(/files/btn_youtube.png)no-repeat center top;
  display: block;
  height: 35px;
  width: 90px;
  margin-left: 40px;
}
#fixed_btn4 a{
  background: url(/files/btn_insta.png)no-repeat center top;
  display: block;
  height: 35px;
  width: 90px;
  margin-left: 40px;
}

#fixed_btn5 a{
  background: url(/files/btn_shop.png)no-repeat center top;
  display: block;
  height: 35px;
  width: 130px;
}
/*ホバーで左右オンオフ*/
#fixed_btn1 a,
#fixed_btn2 a,
#fixed_btn3 a,
#fixed_btn4 a,
#fixed_btn5 a{
  transition: 0.4s;
  transform: translateX(0);
}

#fixed_btn1 a:hover,
#fixed_btn2 a:hover,
#fixed_btn3 a:hover,
#fixed_btn4 a:hover,
#fixed_btn5 a:hover{transform: translateX(-20px);}



/*割れる画面のアニメーション*/
#progress::after,
#progress::before {
  width: 100%;
  height: 50%;
  content: "";
  display: block;
  background: #8daa3e;
  transition: all 0.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) ;
  transform: scaleY(1);
  position: absolute;
  z-index: -1;
}
/*上の画面*/
#progress::after{
  top: 0;
  transform-origin: center top;
}
/*下の画面*/
#progress::before {
  bottom: 0;
  transform-origin: center bottom;
}


#progress {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

#progress_text{
  font-family: 'Kaisei HarunoUmi', serif !important;
  width: calc(172/2000*100vw) !important;
  height: calc(41px +  288/2000*100vw) !important;
  background-image: url(/files/loading_logo.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: static !important;
  transform: none;
  text-align: center;
  display: flex;
  transform: none !important;
  justify-content: center;
  align-items: end;
  z-index: 100;
}



/*クラス名がついたらY軸方向に0*/
#progress.coveranime::after,
#progress.coveranime::before {
  transform: scaleY(0);
}

#progress.coveranime > #progress_text,
#progress.coveranime > #progress_bar {opacity: 0;}

#progress > #progress_bar {
    position: static !important;
    /* top: 50%;
    left: 50%;
    width: 100%; */
    height: 2px;
    transform: none !important;
    margin-bottom: calc(118/2000*100vw);
}