@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');
/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/eitenki/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  font-family: 'Shippori Mincho', serif;
  background: url("/eitenki/files/body_bg.jpg") no-repeat center top/100%;
}
body,
.wpcf7c-conf {
  color: #333333;
}
/* 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;
}
#page_6 #outer_block{
    padding-top: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #afa282;
}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: 800px;/*ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  height: 1035px;
  background: url(/eitenki/files/slide_txt.png) no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: max-content;
  /* CSSレスポンシブ用  */
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50px;
  width: 210px;
  height: 160px;
  background: url(/eitenki/files/branding_box_bg.png) no-repeat center top;
}
#header_information .main_header a{
  display: block;
  width: 100%;
  height: 100%;
}
#header_information .main_header a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Gナビ上部固定
#header_information.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
}
@media(min-width: 2000px){
  #header_information.fixed{
      left: calc(50% - 980px); ※1000px - 左余白
}
*/



/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 230px;
  left: 60px;
  z-index: 1;
  padding: 0;
  width: 120px;
  height: auto;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header #menu-gnavi {
  display: flex;
  flex-wrap: wrap;
  width: 120px;
}
div#access .menu-header {
    width: max-content;
}
div#access .menu-item a {
  position: relative;
  padding: 0;
  width: 120px;
  height: 45px !important;
  background: url("/eitenki/files/topnavi.png") no-repeat center top;
  line-height: 45px !important;
}
div#access .gnavi11 a, div#access .gnavi11 a:hover{
  background-position-y: top;
}
div#access .gnavi12 a, div#access .gnavi12 a:hover{
  background-position-y: calc(-60px);
}
div#access .gnavi13 a, div#access .gnavi13 a:hover{
  background-position-y: calc(-60px - 60px);
}
div#access .gnavi14 a, div#access .gnavi14 a:hover{
  background-position-y: calc(-60px - 60px - 60px);
}
div#access .gnavi15 a, div#access .gnavi15 a:hover{
  background-position-y: calc(-60px - 60px - 60px - 60px);
}
div#access .gnavi16 a, div#access .gnavi16 a:hover{
background-position-y: calc(-60px - 60px - 60px - 60px - 60px);
}

div#access .menu-item a::before{
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
div#access .menu-item a:hover::before{
  width: 95%;
}

/* Gナビ上部固定(最大2000pxを維持)*/
div#access.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 80px;
}
div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: 2000px;
  min-width: 1300px;
  width: 100%;
  background-color: rgb(126,108,93,0.95);
}
div#access.fixed .menu-header #menu-gnavi {
  width: 770px;
  margin: 0 auto;
}

div#access.fixed .menu-item a {
  height: 80px !important;
  line-height: 80px !important;
  background: url(/eitenki/files/topnavi02.png) no-repeat center top;
}
div#access.fixed .gnavi11 a {
    width: 130px !important;
    background-position-x: left;
}
div#access.fixed .gnavi12 a {
    width: 150px !important;
    background-position-x: calc(-130px);
}
div#access.fixed .gnavi13 a {
    width: 105px !important;
    background-position-x: calc(-130px - 150px);
}
div#access.fixed .gnavi14 a {
    width: 145px !important;
    background-position-x: calc(-130px - 150px - 105px);
}
div#access.fixed .gnavi15 a {
    width: 110px !important;
    background-position-x: calc(-130px - 150px - 105px - 145px);
}
div#access.fixed .gnavi16 a {
    width: 130px !important;
  background-position-x: right;
}

div#access.fixed .menu-item a::before{
  left: 10px;
  bottom: 15px;
}
div#access .menu-item a:hover::before{
  width: 90%;
}



/*レスポ解除*/
/*#access.fixed .menu-header{
    transform: none !important;
}*/

/* プルダウンメニューのサイズ */
#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 rgb(126,108,93,0.95);
  color: #fff;
  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: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgb(126,108,93,0.95);
  color: #fff;
}
#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: #fff;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  /* メインとブランディングボックスを重ねる時  */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  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(/eitenki/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(/eitenki/files/widget_list_bg.png);
  color: #2c2c2c;
  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: #afa282;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area{
    position: absolute;
    top: 140px;
    left: calc(50% + 160px);
}
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: row-reverse;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  position: relative;
  border: none;
  color: #000000;
  writing-mode: vertical-lr;
  line-height: 1;
  padding: 0 7px;
  font-weight: 600;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/* 特商法 */
#footer_sitemap_block #footer-widget-area .widget-area .menu-item-1014 a{
  padding-top: 20px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item-1014 a::before{
  position: absolute;
  content: '';
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information{
    position: absolute;
    top: 260px;
    left: calc(50% - 270px);
    color: #000000;
}
#footer_information .entry-post{
  margin: 0;
    width:  auto;
}

/*  フッターサテライトリンク
---------------------------------------------------------------------------------------------------- */
.footer_link{
  display: flex;
  gap: 0 20px;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 60px;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #998064;
}
#copyright {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 270px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 200px;
}
.fixed_btn div{
  margin-bottom: 0;
}
#fixed_btn_blog, #fixed_btn_blog a{
  width: 50px;
  height: 90px;
}
#fixed_btn_ig, #fixed_btn_ig a{
  width: 50px;
  height: 120px;
}
#fixed_btn_line, #fixed_btn_line a{
  width: 50px;
  height: 70px;
}


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

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
[class*="title"]{
  font-family: 'Shippori Mincho', serif;
  font-weight: 600 !important;
}
.headline_title {
  background-image: url(/eitenki/files/top_entry_title.png);
  color: #111111;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/eitenki/files/entry_title_bg.png);
  color: #222222;
}
/*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: #222222;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/eitenki/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(/eitenki/files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #ffffff;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/eitenki/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(/eitenki/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: #333333;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/eitenki/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #222222;
}
/*
* .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: #222222;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/eitenki/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(/eitenki/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #333333;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/eitenki/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 {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none transparent;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *{
    border: none !important;
    background: none #fbf8f1;
}
.easys_content:not(.ne_01) table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 10px !important;
}
table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 4px !important;
}

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

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

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #afa282;
  background: none transparent;
  color: #afa282 !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: #afa282;
  background-color: #afa282;
}
.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: #afa282;
  background: none #afa282;
  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 #afa282;
  background-color: transparent;
  color: #afa282;
}
div.link_list a:hover {
  border: 1px solid #afa282;
  background-color: #afa282;
  color: #ffffff;
}


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



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #aaaaaa;
}
.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: transparent;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fbf8f1;
  color: #333333;
}
.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(/eitenki/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #222222;
}

.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("/eitenki/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はこちらに記述↓↓ ============================== */
/* ボタンのギミック */
#kc366cn2hp3egemioewy .eyecatch a,
#ftah17cxwh4rvb5j5awa .main_btn a{
  position: relative;
}
#kc366cn2hp3egemioewy .eyecatch a::before,
#ftah17cxwh4rvb5j5awa .main_btn a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  width: 50px;
  height: 80px;
  transform: translate(0, -50%);
  transition: .3s;
  background: url(/eitenki/files/btn_arrow.png) no-repeat center top/100%;
}
#kc366cn2hp3egemioewy .eyecatch a:hover::before,
#ftah17cxwh4rvb5j5awa .main_btn a:hover::before{
  transform: translate(15%, -50%);
}

/*  トップページ（セカンドメイン）
---------------------------------------------------------------------------------------------------- */
#kc366cn2hp3egemioewy{
  position: relative;
  padding: calc(1100 / 2000 * 100%) 0 0;
  background: url(/eitenki/files/2ndmain_bg.jpg) no-repeat center top/100%;
}
#kc366cn2hp3egemioewy div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#kc366cn2hp3egemioewy .easys_content_inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kc366cn2hp3egemioewy .eyecatch a{
  position: absolute;
  display: block;
  bottom: calc(660 / 2000 * 100%);
  left: calc(470 / 2000 * 100%);
  width: calc(300/2000*100%);
  padding-top: calc(80/2000*100%);
}
#kc366cn2hp3egemioewy .eyecatch a::before{
  width: calc(50/300*100%);
  height: 0;
  padding-top: calc(80/300*100%);
}
#kc366cn2hp3egemioewy .eyecatch a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
#kc366cn2hp3egemioewy .eyecatch a:hover img{
  opacity: 1;
} 


#kc366cn2hp3egemioewy .img02{
  position: absolute;
  top: 18%;
  left: 0;
  width: calc(1050/2000*100%);
  padding-top: calc(700/2000*100%);
  background: url(/eitenki/files/2ndmain_img1.png) no-repeat center top/100%;
}
#kc366cn2hp3egemioewy .img01{
  position: absolute;
  top: 18%;
  right: 0%;
  width: calc(1000/2000*100%);
  padding-top: calc(700/2000*100%);
  background: url(/eitenki/files/2ndmain_img2.jpg) no-repeat center top/100%;
}

/*  DB
---------------------------------------------------------------------------------------------------- */
/*  横スクスティッキー
#fj4s8wvbg19y0uegxjn6
--------------------------------------------------------------- */
#main {
  overflow: clip;
}
.sticky_parent {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100vh;
  background: url(/eitenki/files/scroll_block_bg.jpg) repeat-y fixed;
}
.sticky_child {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;

  place-content: center;
  place-items: center;
}
.sticky_child > div {
  width: 100%;
}

#fj4s8wvbg19y0uegxjn6 img{
  /* height: 800px; */
}


/*  おもてなしの心が伝わる　わくわくする料理
#ftah17cxwh4rvb5j5awa
--------------------------------------------------------------- */
#ftah17cxwh4rvb5j5awa{
  position: relative;
  height: 1650px;
  background: url(/eitenki/files/block_bg.jpg) no-repeat center top -100px;
}
#ftah17cxwh4rvb5j5awa .img01{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 420px;
  height: 415px;
  margin: 0 auto;
  background: url(/eitenki/files/block_img1.png) no-repeat center top;
}
#ftah17cxwh4rvb5j5awa .img02{
  position: absolute;
  top: 570px;
  left: calc(50% - 420px);
  width: 420px;
  height: 580px;
  background: url(/eitenki/files/block_img02.jpg) no-repeat center top;
}
#ftah17cxwh4rvb5j5awa .img03{
  position: absolute;
  top: 750px;
  left: calc(50% - 710px);
  width: 280px;
  height: 500px;
  background: url(/eitenki/files/block_img03.jpg) no-repeat center top;
}
#ftah17cxwh4rvb5j5awa .img04{
  position: absolute;
  top: 1040px;
  left: calc(50% + 110px);
  width: 600px;
  height: 510px;
  background: url(/eitenki/files/block_img4.png) no-repeat center top;
}
#ftah17cxwh4rvb5j5awa .headline_title{
  display: none;
}
#ftah17cxwh4rvb5j5awa .post_margin{position: absolute;overflow: visible;top: 590px;left: calc(50% + 80px);width: 480px;height: auto;margin-bottom: 0;}
#ftah17cxwh4rvb5j5awa .main_btn{
  position: absolute;
  display: block;
  bottom: -100px;
  left: 0;
  margin: 0;
  padding: 0;
}
#ftah17cxwh4rvb5j5awa .main_btn a{
  position: relative;
  width: 300px;
  height: 80px;
  padding: 0;
  text-indent: -99999px;
  background: url(/eitenki/files/block_btn.png) no-repeat left top;
  border-radius: 0;
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/* こだわり 
#c7203h27425d59f87aqs
--------------------------------------------------------------- */
#c7203h27425d59f87aqs{
  margin-bottom: 50px;
  position: relative;
}
#c7203h27425d59f87aqs .img01{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 930px;
  height: 480px;
  margin: 0 auto;
  background: url(/eitenki/files/bnr_concept_img.png) no-repeat center top;
  pointer-events: none;
}

#c7203h27425d59f87aqs .easys_content_inner{
  width: 100%;
  background: url('/eitenki/files/bnr_concept_on.jpg') no-repeat center top;
}
#c7203h27425d59f87aqs div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#c7203h27425d59f87aqs .eyecatch{
  width: 100%;
}
#c7203h27425d59f87aqs .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
}
#c7203h27425d59f87aqs .eyecatch a img{
  transition: 0.3s;
  width: 2000px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#c7203h27425d59f87aqs .eyecatch a:hover img{
  opacity: 0;
}



      
/*  ハーフ
#jq8kfgr92acr6pzmqfdb
--------------------------------------------------------------- */
#jq8kfgr92acr6pzmqfdb{
	position: relative;
	overflow: hidden;
    margin-bottom: 50px;
}
#jq8kfgr92acr6pzmqfdb  .easys_content_inner{
	width: 100%;
	padding: 0;
}
#jq8kfgr92acr6pzmqfdb .field_2col{
	overflow: hidden;
	width: 50% !important;
	margin: 0;
}
#jq8kfgr92acr6pzmqfdb .eyecatch{
	position: relative;
	z-index: 10;
	width: 100%;
}
#jq8kfgr92acr6pzmqfdb .eyecatch a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#jq8kfgr92acr6pzmqfdb .eyecatch a img{
  transition: 3s;
  position: relative;
  z-index: 10;
}
#jq8kfgr92acr6pzmqfdb .eyecatch a:hover img{
	opacity: 1;
}

#jq8kfgr92acr6pzmqfdb .field_2col a::before,
#jq8kfgr92acr6pzmqfdb .field_2col a::after{
  position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 背景拡大 */
#jq8kfgr92acr6pzmqfdb .field_2col a::before{
  z-index: 1;
  transform: scale(1.01);
	transition: 3s;
}
#jq8kfgr92acr6pzmqfdb .field_2col a:hover::before{
  transition: all 3s ease 0s;
  transform: scale(1.1);
}
#jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(1) a::before{
  background: url("/eitenki/files/bnr_half_menu_bg.jpg") no-repeat center top / cover transparent;
}
#jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(2) a::before{
  background: url("/eitenki/files/bnr_half_drink_bg.jpg") no-repeat center top / cover transparent;
}
#jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(4) a::before{
  background: url("/eitenki/files/bnr_half_shop_bg.jpg") no-repeat center top / cover transparent;
}
/* ON/OFF切り替え */
#jq8kfgr92acr6pzmqfdb .field_2col a::after{
  opacity: 0;
  z-index: 10;
	transition: .3s;
}
#jq8kfgr92acr6pzmqfdb .field_2col a:hover::after{
  opacity: 1;
}
#jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(1) a::after{
  background: url(/eitenki/files/bnr_half_menu_on.png) no-repeat center top/100%;
}
#jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(2) a::after{
  background: url(/eitenki/files/bnr_half_drink_on.png) no-repeat center top/100%;
}
#jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(4) a::after{
  background: url(/eitenki/files/bnr_half_shop_on.png) no-repeat center top/100%;
}

#jq8kfgr92acr6pzmqfdb .img_display{
  display: flex;
}
#jq8kfgr92acr6pzmqfdb .img_display .clear_float{
  display: none;
}

/* メニュー・日本酒とワイン
 トップ・こだわり・店舗案内 
#page_6
#page_9
#page_81----------------------------------------- */
#page_6 #jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(4),
#page_9 #jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(4),
#page_81 #jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(4){
  display: none;
}

/* 日本酒とワイン・店舗案内
メニュー #page_12----------------------------------------- */
#page_12 #jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(1){
  display: none;
}

/* メニュー・店舗案内
日本酒とワイン #page_15----------------------------------------- */
#page_15 #jq8kfgr92acr6pzmqfdb .img_display > div.field_2col:nth-child(2){
  display: none;
}



/*上下左右フェードインギミック------------------------------------*/
.f_up, .f_down, .f_left, .f_right{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
}
.f_up{
	transform: translateY(-100px);
}
.f_down{
	transform: translateY(100px);
}
.f_left{
	transform: translateX(-100px);
}
.f_right{
transform: translateX(100px);
}
.f_up.moved,
.f_down.moved,
.f_left.moved,
.f_right.moved{
	opacity: 1;
	transform: translate(0px, 0px);
}

/* ブロック背景 */
#g1tti3n35c1cf5py6q2a,
#mcjm4i1sgutqg0x0egdd,
#duc7s8qsb0lzxl89d6wq{
  background-color: #fff9ee;
}
#g1tti3n35c1cf5py6q2a div{
  padding-bottom: 0;
  margin-bottom: 0;
}
#g1tti3n35c1cf5py6q2a,
#mcjm4i1sgutqg0x0egdd,
#duc7s8qsb0lzxl89d6wq{
  padding-top: 50px;
}
#mcjm4i1sgutqg0x0egdd,
#duc7s8qsb0lzxl89d6wq{
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/*
#page_15 #content > .easys_content:not(#jq8kfgr92acr6pzmqfdb ~ .easys_content):not(#jq8kfgr92acr6pzmqfdb){
  background-color: #eeece8;
}
*/

/*上本修正*/
#a2nsphcz9z2v9ka9eq9p,
#jpfzm34fvaibz9tvt90u{
  background-color: #eeece8;
}

#a2nsphcz9z2v9ka9eq9p{padding-top: 50px;}
#jpfzm34fvaibz9tvt90u{padding-bottom: 50px;margin-bottom: 50px;}

#page_81 #outer_block{padding-top: 0px;}