@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #000;
}
body {
background: none transparent;
  color:#FFF;/*要変更：基本カラー*/
}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link, a:visited, a:hover, a:active {
color: #2565cf/*要変更：リンクカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #2565cf/*要変更：リンクカラー*/;
  color: #fff/*要確認：bgリンクカラーの時に読める任意のカラー*/;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 960px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  height: 1030px/*要変更*/;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px/*要変更*/;}
#page_6 #header_information {height: 0px/*要変更*/;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10px;
  left: 5px;
  }
  #site-description a {
    display: inline;
    color: #FFF  /*要変更：H1テキストカラー*/;
  }


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
display: none;
}


/*  ハンバーガー開閉メニュー
---------------------------------------------------------------------------------------------------- */
#menu_btn {
    position: fixed;
    top: 0px;/*ボタンの表示位置*/
    right: 0;
    z-index: 1000;/*変更しない*/
    width: 125px;/*ボタンのサイズ*/
    height: 115px;
    background: url(/files/navi_btn.png) no-repeat center top;
    cursor: pointer;/*マウスカーソルをポインター(手)に変更*/
  }

  #menu_btn p {display: none;}
  #access {
    width: 100vw;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    right: -100%;/*widthと同じ数値、出てくる方向にマイナスする（上からならtop:-100%;など）*/
    background: url(/files/menu_bg.png) no-repeat center center / cover;
  }
  #access.open {/*出てきた時*/
    right: 0;
    transition: right .4s;
  }
  #access.close {/*隠れている時*/
    right: -110%;
    transition: right .3s;
  }
  #access .menu-header {
    width: 630px;
    height: 250px;
    margin: calc((100vh - 500px) / 2) auto 0;/*calc()で上下センターに合わせる（500px=menu-headerの高さ）*/
    background: url(/files/main_logo.png) no-repeat center top;
    padding: 170px 0 0;
  }
  div#access .menu-item a {
    background-image: url('/files/topnavi.png');
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    width: 90px;
    height: 250px;
    margin: 0px;
    padding: 0px;
  }
  div#access .gnavi21 a { background-position: left top;}
  div#access .gnavi22 a { background-position: -90px top;}
  div#access .gnavi23 a { background-position: -180px top;}
  div#access .gnavi24 a { background-position: -270px top;}
  div#access .gnavi25 a { background-position: -360px top;}
  div#access .gnavi26 a { background-position: -450px top;}
  div#access .gnavi27 a { background-position: right top;}

  div#access .gnavi21 a:hover { background-position: left bottom;}
  div#access .gnavi22 a:hover { background-position: -90px bottom;}
  div#access .gnavi23 a:hover { background-position: -180px bottom;}
  div#access .gnavi24 a:hover { background-position: -270px bottom;}
  div#access .gnavi25 a:hover { background-position: -360px bottom;}
  div#access .gnavi26 a:hover { background-position: -450px bottom;}
  div#access .gnavi27 a:hover { background-position: right bottom;}
  
/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 55px/*要変更：topnaviの画像の高さ÷2*/;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#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: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#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: #666;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser {
  position: absolute;
  top: 0/*要変更：中ページティザー画像のページ一番からの位置*/;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser {
  margin: 0;
  top: 0/*要変更：トップページスライダーのページ一番上からの位置*/;
}





/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #FFF/*要変更：widget_title_bgのテキストカラー*/;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #FFF/*要変更：widget_title_bgのテキストカラー*/;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #FFF/*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.jpg)/*要変更：拡張子が合っているか確認*/;
}

#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: #FFF/*要変更：ボーダーカラー*/;
  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: none transparent;
  height: 500px;
  position: relative;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat left top;
  height: 460px;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
    /* フッターナビの上余白はここで調整 */
    padding: 0;
    position: absolute;
    top: 335px;
    width: 100%;
  }
  #footer-widget-area {
    display: block;
    margin: 0;
  }
  
  #footer-widget-area .widget-area .menu-item a {
    border-color: #ffffff;
    color: #ffffff;
  }
  #footer-widget-area .widget-area .menu-item a:hover {
    background-color: transparent;
  }
  
  #footer-widget-area .widget-area ul.menu {
    border-color: #ffffff;/*要変更：フッターメニューのテキストカラー*/
  }
  
  
  
  /*  フッター情報
  ---------------------------------------------------------------------------------------------------- */
  .footer_infomation {
    display: block;
    width: 620px;
  }
  #footer_information .entry-post {
    width: 100%;
    margin: 255px 0 0;
    text-align: left;
    color: #FFF;
  }
  
  
  
  /*  フッターSNSボタン
  ---------------------------------------------------------------------------------------------------- */
  #footer_sns_btn {
    margin: 20px auto 0;
    position: relative;
  }
  #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;}
  

#footer_sns_insta{
    position: absolute;
    top: 0;
    left: 250px;
}

  #footer_sns_fb{
    position: absolute;
    top: 0;
    left: 210px;
  }
  
  /*  フッター動画
---------------------------------------------------------------------------------------------------- */
#footer_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 1920px;
  }
  #footer_video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /*  コピーライト
  ---------------------------------------------------------------------------------------------------- */
  #copyright {
    color: #798184 ;
    text-align: left;
    padding-left: 69px;  
  }
  
  
  /*  フッターメニュー
  ---------------------------------------------------------------------------------------------------- */
  .fixed_btn {z-index: 1000;}
  
  .fixed_btn div,
  .fixed_btn div a {height: 50px;width: 55px;}

  #float_top_btn {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 999;
}
  
/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png)/*要変更：拡張子が合っているか確認*/;
  color: #FFF/*要変更：top_entry_titleのテキストカラー*/;
  height: 90px;
  padding-top: 20px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
  color: #FFF/*要変更：entry_title_bgのテキストカラー*/;
}
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: #FFF/*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.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: #FFF/*要変更：entry_title_bg_w570のテキストカラー*/;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg)/*要変更：拡張子が合っているか確認*/;
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #FFF/*要変更：half_entry_title_bgのテキストカラー*/;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.jpg)/*要変更：拡張子が合っているか確認*/;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #FFF/*要変更：half_sub_entry_title_bgのテキストカラー*/;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent/*要変更：拡張子が合っているか確認*/;
  color: #FFF/*要変更：sub_entry_title_bgのテキストカラー*/;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #FFF/*要変更：sub_entry_title_bgのテキストカラー*/;
}
/* 小見出しリンクボタン */
.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: #FFF/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg)/*要変更：拡張子が合っているか確認*/;
}
* .inline_title,
* .inline_title a {color: #FFF/*要変更：clom3_sub_entry_titleのテキストカラー*/;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent/*要変更：テーブルのthの背景色*/;
  border: 1px solid #FFF/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #FFF/*要変更：テーブルのthのテキストカラー*/;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #2565cf/*要変更：リンクテキストカラー*/;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #2565cf/*要変更：リンクテキストカラー*/;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #2565cf/*要変更：リンクテキストカラー*/ !important;
}

small a:hover {
  background-color: #2565cf/*要変更：リンクテキストカラー*/;
  color: #FFF !important;
}


.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,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, 
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value,
table.iqfm-table th, table.iqfm-table td  {
  border-color: #FFF;
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none transparent;
}
table.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 {
  background: none transparent;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #FFF !important;
}

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

.table_area table tr td {
  border: solid 1px #FFF !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 {
  background: none transparent;
  border-style: solid;
  border-color: #2565cf/*要変更：リンクテキストカラー*/;
  color: #2565cf/*要変更：リンクテキストカラー*/ !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: #2565cf/*要変更：リンクテキストカラー*/;
  border-color: #2565cf/*要変更：リンクテキストカラー*/;
}
.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 #2565cf/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #2565cf/*要変更：リンクテキストカラー*/;
  color: #fff !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #FFF/*要変更：ボーダーカラー*/;
}


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


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


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


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


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


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



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


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


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #2565cf/*要変更：リンクテキストカラー*/;
  color: #2565cf/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #2565cf/*要変更：リンクテキストカラー*/;
  border: 1px solid #2565cf/*要変更：リンクテキストカラー*/;
  color: #fff;
}


.faq-title {
  background-color: #2565cf/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff/*要変更：リンクテキストカラーが淡色の時は文字が読める色に適宜変更*/;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #2565cf  /*要変更：テーブルの必須のテキストカラー*/;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #FFF/*要変更：テーブルボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background:none transparent/*要変更：テーブルthの背景色*/;
  width: 8em;
  color: #fff/*要変更：テーブルthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
    background:none transparent/*要変更：テーブルtdの背景色*/;
  color: #FFF/*要変更：テーブルtdのテキストカラー*/;
}
.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 10px 15px 20px;
  line-height: 1.5;
  color: #FFF/*要変更：blog_titleのテキストカラー*/;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #FFF;}/*要変更：blog_titleのテキストカラー*/


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

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


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */


/*  その他
---------------------------------------------------------------------------------------------------- */
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

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

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
input.wpcf7c-conf {
  color: #FFF;
}
textarea.wpcf7c-conf {
  color: #FFF;
}

/*オンラインショップバナー
---------------------------------------------------------------------------------------------------- */

#mpphotgclt2141ex5c7r,
#l53qt2gdmvy4dk8bl1uf,
#tyco8mjrcvhxbj4btzox,
#ck14u3fowxc5ox104sch{
    background: url(/files/ec_bnr_bg.jpg) no-repeat top center;
    height: 540px;
}

#mpphotgclt2141ex5c7r div,
#l53qt2gdmvy4dk8bl1uf div,
#tyco8mjrcvhxbj4btzox div,
#ck14u3fowxc5ox104sch div{
    margin-bottom: 0;
    padding-bottom: 0;
}

#mpphotgclt2141ex5c7r .easys_content_inner,
#l53qt2gdmvy4dk8bl1uf .easys_content_inner,
#tyco8mjrcvhxbj4btzox .easys_content_inner,
#ck14u3fowxc5ox104sch  .easys_content_inner{
    height: 540px;
    position: relative;
}

#mpphotgclt2141ex5c7r .eyecatch a,
#l53qt2gdmvy4dk8bl1uf .eyecatch a,
#tyco8mjrcvhxbj4btzox .eyecatch a,
#ck14u3fowxc5ox104sch .eyecatch a{
    display: block;
    width:275px;
    height: 50px;
    background: url("/files/ec_bnr_btn.png") no-repeat top center;
    position: absolute;
    top: 345px;
    left: 518px;
}


#mpphotgclt2141ex5c7r  .eyecatch a:hover,
#l53qt2gdmvy4dk8bl1uf  .eyecatch a:hover,
#tyco8mjrcvhxbj4btzox  .eyecatch a:hover,
#ck14u3fowxc5ox104sch .eyecatch a:hover{ background-position: center bottom; }



#mpphotgclt2141ex5c7r .eyecatch a img,
#l53qt2gdmvy4dk8bl1uf .eyecatch a img,
#tyco8mjrcvhxbj4btzox .eyecatch a img,
#ck14u3fowxc5ox104sch .eyecatch a img{ display: none; }

/*  インスタバナー
---------------------------------------------------------------------------------------------------- */
  #ekdo7s0exqm36wcrmpxq {height: 370px;}
  #ekdo7s0exqm36wcrmpxq .eyecatch {width: 100%;}
  #ekdo7s0exqm36wcrmpxq .eyecatch a {
    display: block;
    position: relative;
    width: 960px;
    height: 370px;
  }
  
  #ekdo7s0exqm36wcrmpxq .eyecatch a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;  left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  #ekdo7s0exqm36wcrmpxq a { background: url("/files/insta_bnr.jpg") no-repeat center transparent; }
  #ekdo7s0exqm36wcrmpxq a:before { background: url("/files/insta_bnr_on.jpg") no-repeat center transparent; }
  
  #ekdo7s0exqm36wcrmpxq .eyecatch a:hover:before {opacity: 1;}
  #ekdo7s0exqm36wcrmpxq .eyecatch a img{display: none;}
  

/*ハーフバナー
---------------------------------------------------------------------------------------------------- */

#ghpono16bt7thj620v6y div{
    margin-bottom: 0;
    padding-bottom: 0;
  }
#ghpono16bt7thj620v6y{
  position: relative;
  overflow: hidden;
  margin: 0 0 70px;
}


#ghpono16bt7thj620v6y .field_2col:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

#ghpono16bt7thj620v6y .field_2col:hover:before{
  filter: brightness(0.4);
  transform: scale(1.1);
}


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


#ghpono16bt7thj620v6y .field_2col{
  width: 50% !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

#ghpono16bt7thj620v6y .eyecatch{
  position: relative;
  z-index: 10;
  width: 100%;
}


#ghpono16bt7thj620v6y .float_left:before  {
 background: url("/files/menu_bnr_bg.jpg") no-repeat center top / 100% auto transparent; 
}

#ghpono16bt7thj620v6y .float_right:before {
 background: url("/files/gide_bnr_bg.jpg") no-repeat center top / 100% auto transparent; 
}

  #ghpono16bt7thj620v6y .eyecatch a{
    display: block;
    height: auto;
    transition: unset;
    width: 50%;
  }
  

#ghpono16bt7thj620v6y .float_left .eyecatch a{
    background: url("/files/menu_bnr.png") no-repeat top right/200%;
    display: block;
    margin: 0 0 0 auto;
    }
    
    
    #ghpono16bt7thj620v6y .float_right .eyecatch a{
    background: url("/files/gide_bnr.png") no-repeat top left/200%;
    }
    
 
    #ghpono16bt7thj620v6y .eyecatch a img{ display: none; }
    

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
}

.easys_content_inner.moved {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}


    /*====================================================
ここからデザインブロック
===================================================== */



/*========================
フェードインギミック共通
======================== */
.f_up,.f_down ,.f_left ,.f_right {
    opacity: 0;
    transform-origin: center;
    transition: 0.8s ease 0s;
  }
  .moved{
    top:0;
    opacity: 1;
  }
  .f_up {transform: translateY(-100px);}
  .f_down {transform: translateY(100px);}
  .f_left {transform: translateX(-100px);}
  .f_right {transform: translateX(100px);}
  
  .moved {transform: translate(0px, 0px);}
  
  /*========================
    ネオン点滅ギミック共通
   ======================== */
   .neon01,
   .neon02,
   .neon03,
   .neon04,
   .neon05,
   .neon06 {
     position: absolute;
    opacity: 0;
    transform-origin: center;
    transition: 0.8s ease 0s;
  }
  .neon01:after,
  .neon02:after,
  .neon03:after,
  .neon04:after,
  .neon05:after,
  .neon06:after {opacity: 0.05;}

   .neon01 img,
   .neon02 img,
   .neon03 img,
   .neon04 img,
   .neon05 img,
   .neon06 img   {opacity: 0}

   .neon01.moved,
   .neon02.moved,
   .neon03.moved,
   .neon04.moved,
   .neon05.moved,
   .neon06.moved {
       animation: neonBlink;
       animation-duration: 4s;
       animation-timing-function: steps(60);
       animation-iteration-count: infinite;
       animation-delay: 0.45s;
       -webkit-animation: neonBlink;
       -webkit-animation-duration: 4s;
       -webkit-animation-timing-function: steps(60);
       -webkit-animation-iteration-count: infinite;
       -webkit-animation-delay: 0.45s;
     }
  .neon01.moved img,
  .neon02.moved img,
  .neon03.moved img,
  .neon04.moved img,
  .neon05.moved img,
  .neon06.moved img  {
       animation: neonBlinkOn;
       animation-duration: 1.8s;
       animation-timing-function: steps(18);
       animation-iteration-count: 1;
       animation-fill-mode: forwards;
       animation-delay: 0.35s;
       -webkit-animation: neonBlinkOn;
       -webkit-animation-duration: 1.8s;
       -webkit-animation-timing-function: steps(18);
       -webkit-animation-iteration-count: 1;
       -webkit-animation-fill-mode: forwards;
       -webkit-animation-delay: 0.35s;
     }
     
     
     @keyframes neonBlinkOn {
       0% {opacity: 0;}
       6% {opacity: 0.9;}
       7% {opacity: 0.2;}
       13% {opacity: 0.1;}
       30% {opacity: 0.1;}
       32% {opacity: 0.65;}
       34% {opacity: 0.25;}
       38% {opacity: 0.45;}
       40% {opacity: 0.2;}
       100% {opacity: 1;}
     }
     @keyframes neonBlink {
       0% {opacity: 1;}
       30% { opacity: 0.9;}
       61% {opacity: 1;}
       63% {opacity: 0.95;}
       64% {opacity: 1;}
       65% {opacity: 0.95;}
       66% {opacity: 1;}
       67% {opacity: 0.85;}
       68% {opacity: 1;}
       80% {opacity: 0.95;}
       100% {opacity: 1;}
     }
   


/* PC 背景付きブロックの記事画像 非表示  */
#z9cpwzstsw3rz1or6rli .entry_post:first-of-type .eyecatch,
#qkaavylzxca29sxn7nx7 .entry_post:first-of-type .eyecatch,
#g1njwnc43g47yydwd8wl .entry_post:first-of-type .eyecatch,
#sop77a2esi51te4w5iys .entry_post:first-of-type .eyecatch,
#lqtwv41phktp394zc2vi  .entry_post:first-of-type .eyecatch,
#ycys3xikfccizgdiu4i5 .entry_post:first-of-type .eyecatch,
#mwam2m7926ycrglaqcsn .entry_post:first-of-type .eyecatch,
#z2ba1qlo2m3gdtz4cxxn .entry_post:first-of-type .eyecatch,
#u4beepgyyhpktoyo699w .entry_post:first-of-type .eyecatch,
#h6ni33nehdv3c50kmw4c .entry_post:first-of-type .eyecatch,
#se8ih9yqjzhqc9yf4c4r .entry_post:first-of-type .eyecatch,
#bz9x77dvg8gzbgzp274p .entry_post:first-of-type .eyecatch,
#d5wu07yrz263c4vcdfsc .entry_post:first-of-type .eyecatch{display: none;}
/*  float 解除 */
#z9cpwzstsw3rz1or6rli .entry_post:first-of-type .float_left,
#z9cpwzstsw3rz1or6rli .entry_post:first-of-type .float_right,
#qkaavylzxca29sxn7nx7 .entry_post:first-of-type .float_left,
#qkaavylzxca29sxn7nx7 .entry_post:first-of-type .float_right,
#g1njwnc43g47yydwd8wl .entry_post:first-of-type .float_left,
#g1njwnc43g47yydwd8wl .entry_post:first-of-type .float_right,
#sop77a2esi51te4w5iys .entry_post:first-of-type .float_left,
#sop77a2esi51te4w5iys .entry_post:first-of-type .float_right,
#lqtwv41phktp394zc2vi  .entry_post:first-of-type .float_left,
#lqtwv41phktp394zc2vi  .entry_post:first-of-type .float_right,
#ycys3xikfccizgdiu4i5 .entry_post:first-of-type .float_left,
#ycys3xikfccizgdiu4i5 .entry_post:first-of-type .float_right,
#mwam2m7926ycrglaqcsn .entry_post:first-of-type .float_left,
#mwam2m7926ycrglaqcsn .entry_post:first-of-type .float_right,
#z2ba1qlo2m3gdtz4cxxn .entry_post:first-of-type .float_left,
#z2ba1qlo2m3gdtz4cxxn .entry_post:first-of-type .float_right,
#u4beepgyyhpktoyo699w .entry_post:first-of-type .float_left,
#u4beepgyyhpktoyo699w .entry_post:first-of-type .float_right,
#h6ni33nehdv3c50kmw4c .entry_post:first-of-type .float_left,
#h6ni33nehdv3c50kmw4c .entry_post:first-of-type .float_right,
#se8ih9yqjzhqc9yf4c4r .entry_post:first-of-type .float_left,
#se8ih9yqjzhqc9yf4c4r .entry_post:first-of-type .float_right,
#bz9x77dvg8gzbgzp274p .entry_post:first-of-type .float_left,
#bz9x77dvg8gzbgzp274p .entry_post:first-of-type .float_right,
#d5wu07yrz263c4vcdfsc .entry_post:first-of-type .float_left,
#d5wu07yrz263c4vcdfsc .entry_post:first-of-type .float_right{float: none;}
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}
/* デザインブロックタイトル消去 */
#z9cpwzstsw3rz1or6rli *[class*="title"],
#qkaavylzxca29sxn7nx7 *[class*="title"],
#has0ycel5e8gq58oqulv *[class*="title"],
#g1njwnc43g47yydwd8wl *[class*="title"],
#sop77a2esi51te4w5iys *[class*="title"],
#lqtwv41phktp394zc2vi  *[class*="title"],
#ycys3xikfccizgdiu4i5 *[class*="title"],
#mwam2m7926ycrglaqcsn *[class*="title"],
#z2ba1qlo2m3gdtz4cxxn *[class*="title"],
#u4beepgyyhpktoyo699w *[class*="title"],
#h6ni33nehdv3c50kmw4c *[class*="title"],
#se8ih9yqjzhqc9yf4c4r *[class*="title"],
#bz9x77dvg8gzbgzp274p *[class*="title"],
#d5wu07yrz263c4vcdfsc *[class*="title"]{display: none;}


/*========================
デザインブロックspan一括設定
======================== */
#z9cpwzstsw3rz1or6rli span,
#qkaavylzxca29sxn7nx7 span,
#g1njwnc43g47yydwd8wl span,
#sop77a2esi51te4w5iys span,
#lqtwv41phktp394zc2vi  span,
#ycys3xikfccizgdiu4i5 span,
#mwam2m7926ycrglaqcsn span,
#z2ba1qlo2m3gdtz4cxxn span,
#u4beepgyyhpktoyo699w span,
#se8ih9yqjzhqc9yf4c4r span,
#bz9x77dvg8gzbgzp274p span{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}

#z9cpwzstsw3rz1or6rli .post_data span,
#qkaavylzxca29sxn7nx7 .post_data span,
#g1njwnc43g47yydwd8wl .post_data span,
#sop77a2esi51te4w5iys .post_data span,
#lqtwv41phktp394zc2vi  .post_data span,
#mwam2m7926ycrglaqcsn .post_data span,
#z2ba1qlo2m3gdtz4cxxn .post_data span,
#u4beepgyyhpktoyo699w .post_data span,
#se8ih9yqjzhqc9yf4c4r .post_data span,
#bz9x77dvg8gzbgzp274p .post_data span{
  position: relative;
  display: inline;
  z-index: auto;
}


/*Concept 
---------------------------------------------------------------------------------------------------- */
  #page_6 #outer_block{padding: 0;}

#z9cpwzstsw3rz1or6rli{
    background:url(/files/01_block01_bg01.jpg) no-repeat center top;
    height: 790px;
    position: relative;
  }
  #z9cpwzstsw3rz1or6rli .text_box{
    width: 490px;
    margin: 400px 0 0 470px;
  }
  
  
 /* ＝＝＝＝ネオン点滅ギミック個別＝＝＝＝ */
  #z9cpwzstsw3rz1or6rli .neon01{
    position: absolute;
    top: 285px;
    left: 48%;
  }


  /*“ブレない”本物のからあげ 
  ---------------------------------------------------------------------------------------------------- */

#qkaavylzxca29sxn7nx7{
  background:url(/files/01_block02_bg01.jpg) no-repeat center top;
  height: 1180px;
  position: relative;
}

#qkaavylzxca29sxn7nx7 .text_box{
  width: 620px;
  margin: 540px auto 0;
}
#qkaavylzxca29sxn7nx7 .post_data{text-align: center;}

#qkaavylzxca29sxn7nx7 #top_02_bg01 {
  background: url(/files/01_block02_bg02.png) no-repeat center top;
  height: 380px;
  margin: 140px 0 0 0;
z-index: 1;
}


#qkaavylzxca29sxn7nx7 .main_btn a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 290px;
  height: 60px;
  background: url(/files/block_btn.png) no-repeat center top;
  margin: 0 auto;
}

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

  /*当店自慢の看板商品 
  ---------------------------------------------------------------------------------------------------- */
  #g1njwnc43g47yydwd8wl{
    background:url(/files/01_block03_bg01.jpg) no-repeat center top;
    height: 1630px;
    position: relative;
  }
  
  #g1njwnc43g47yydwd8wl .main_btn a {display: none;}

  #g1njwnc43g47yydwd8wl .entry_post_1009{
    position: absolute;
    top: 1140px;
    left: 500px;
  }
  #g1njwnc43g47yydwd8wl .entry_post_1008{
    position: absolute;
    top: 740px;
    left: 0px;
    width: 500px;
  }

  #g1njwnc43g47yydwd8wl #top_03_bg01 {
    background: url(/files/01_block03_bg02.png) no-repeat center top;
    height: 350px;
    margin: 225px 0 0 0;
  z-index: 1;
  }
  
  

 /* ＝＝＝＝ネオン点滅ギミック個別＝＝＝＝ */
 #g1njwnc43g47yydwd8wl .neon03{
   position: absolute;
   top: 910px;
   left: 32%;
}
#g1njwnc43g47yydwd8wl .neon02{
  top: 765px;
  right: 0;
}

/*ブログ
---------------------------------------------------------------------------------------------------- */

#zwseb9iu11e2ackckr21{display: none;}


#qgfjftb95qflhoy5ku63{
  background:url(/files/01_block04_bg01.jpg) no-repeat center top;
  height: 1020px;
  position: relative;
}
#qgfjftb95qflhoy5ku63 .easys_content_inner{padding: 400px 0 0 0 ;}
#qgfjftb95qflhoy5ku63 .date_area,
#qgfjftb95qflhoy5ku63 .post_title_list,
#qgfjftb95qflhoy5ku63 .news_small_text{color: #000;}

  /*様々なメディア・イベントに取り上げられています！ 
  ---------------------------------------------------------------------------------------------------- */
#sop77a2esi51te4w5iys{
  background:url(/files/01_block05_bg01.jpg) no-repeat center top;
  height: 1080px;
  position: relative;
}

#sop77a2esi51te4w5iys .text_box{
  width: 550px;
  margin: 360px 0 0 410px;
}
#sop77a2esi51te4w5iys .post_data{text-align: left;}

#sop77a2esi51te4w5iys #top_04_bg01 {
  background: url(/files/01_block05_bg02.png) no-repeat center top;
  height: 480px;
  margin: 600px 0 0 100px;
z-index: 1;
}


#sop77a2esi51te4w5iys .main_btn a {display: none;}

/*会社概要
---------------------------------------------------------------------------------------------------- */

#ff3ryejqitu5dzwhliil,
#uka4z3xvx61lw0invrbt {
  background: url(/files/01_block06_bg01.jpg)no-repeat top center;
  padding: 420px 0 0 0;
}


  /* 当店のこだわり
  ---------------------------------------------------------------------------------------------------- */
#page_9 #outer_block{padding: 0;}

  #lqtwv41phktp394zc2vi{
  background: url(/files/02_block01_bg02.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  height: 1580px;
  position: relative;
  margin-bottom: 80px;
}
#lqtwv41phktp394zc2vi .easys_content_inner{
  position: relative;
  z-index: 10;
}
#lqtwv41phktp394zc2vi .text_box{
  width: 770px;
  margin: 850px auto 0;
}
#lqtwv41phktp394zc2vi .post_data{text-align:center ;}

#lqtwv41phktp394zc2vi #pol_01_bg01 {
  background: url(/files/02_block01_bg01.png) no-repeat center top;
  height: 1580px;
  margin: 0;
z-index: 1;
}
#lqtwv41phktp394zc2vi #pol_02_bg01 {
  background: url(/files/02_block01_bg03.png) no-repeat center top;
  height: 320px;
  margin: 480px auto 0;
  z-index: 10;
}


#lqtwv41phktp394zc2vi .main_btn a {display: none;}


  /*クセになる旨さ“せせり（塩味）”
  ---------------------------------------------------------------------------------------------------- */
  #page_12 #outer_block{padding: 0;}

  #ycys3xikfccizgdiu4i5{
background: url(/files/03_block01_bg01.jpg) no-repeat top center;
    height: 760px;
    position: relative;

  }

  #ycys3xikfccizgdiu4i5 .text_box{
    width: 490px;
    margin: 330px 0 0 470px;
  }

  
  #ycys3xikfccizgdiu4i5 #menu_01_bg01 {
    background: url(/files/03_block01_bg02.png) no-repeat center top;
    height: 190px;
    margin: 0;
  z-index: 1;
  }
 
  
  #ycys3xikfccizgdiu4i5 .main_btn a {display: none;}

   /* ＝＝＝＝ネオン点滅ギミック個別＝＝＝＝ */
  #ycys3xikfccizgdiu4i5 .neon04{
  position: absolute;
  top: 135px;
  left: -14%;
}


   /*他では食べられない当店だけの商標登録商品“Vチキン”
  ---------------------------------------------------------------------------------------------------- */

  #mwam2m7926ycrglaqcsn{
    background: url(/files/03_block02_bg01.jpg) no-repeat top center;
    height: 780px;
    position: relative;
    margin-bottom: 80px;
  }

  #mwam2m7926ycrglaqcsn .text_box{
    width: 480px;
    margin: 400px 0 0 0;
  }

  
  
  #mwam2m7926ycrglaqcsn #menu_01_bg01 {
    background: url(/files/03_block02_bg02.png) no-repeat center top;
    height: 210px;
    margin: 0;
  z-index: 1;
  }
  
  #mwam2m7926ycrglaqcsn .main_btn a {display: none;}

 /* ＝＝＝＝ネオン点滅ギミック個別＝＝＝＝ */
 #mwam2m7926ycrglaqcsn .neon05{
  position: absolute;
  top: 140px;
  right: -15.5%;
}



  /*イベント出店に関するお問い合わせ
  ---------------------------------------------------------------------------------------------------- */
  #page_15 #outer_block{padding: 0;}

  #z2ba1qlo2m3gdtz4cxxn{
  background:  url(/files/04_block01_bg01.png) no-repeat center top / auto scroll,
                      url(/files/04_block01_bg02.jpg) no-repeat center center / cover fixed;
  height: 840px;
  position: relative;
  margin-bottom: 80px;
}
#z2ba1qlo2m3gdtz4cxxn .easys_content_inner{
  position: relative;
  z-index: 10;
}
#z2ba1qlo2m3gdtz4cxxn .text_box{
  width: 770px;
  margin: 630px auto 0;
}
#z2ba1qlo2m3gdtz4cxxn .post_data{text-align:center ;}

#z2ba1qlo2m3gdtz4cxxn #fc_01_bg01 {
  background: url(/files/04_block01_bg03.png) no-repeat center top;
  height: 330px;
  margin: 200px 0 0 0;
z-index: 1;
}


#z2ba1qlo2m3gdtz4cxxn .main_btn a {display: none;}

  /*中津彩鶏々でFC独立してみませんか？
  ---------------------------------------------------------------------------------------------------- */
  #u4beepgyyhpktoyo699w{
  background: url(/files/04_block02_bg01.jpg) no-repeat top center;
    height: 1280px;
    position: relative;
  }
  #u4beepgyyhpktoyo699w .easys_content_inner{
    position: relative;
    z-index: 10;
  }
  #u4beepgyyhpktoyo699w .text_box{
    width: 600px;
    margin: 930px auto 0;
  }
  #u4beepgyyhpktoyo699w .post_data{text-align:center ;}
  
  #u4beepgyyhpktoyo699w #fc_02_bg01 {
    background: url(/files/04_block02_bg02.png) no-repeat center top;
    height: 770px;
    margin: 0px 0 0 0;
  z-index: 1;
  }
  
  
  #u4beepgyyhpktoyo699w .main_btn a {display: none;}

/*Google口コミ平均点No.1獲得！
---------------------------------------------------------------------------------------------------- */
#h6ni33nehdv3c50kmw4c{
  background: url(/files/04_block03_bg01.jpg) no-repeat top center;
    height: 720px;
    position: relative;
  }
  #h6ni33nehdv3c50kmw4c .easys_content_inner{
    position: relative;
    z-index: 10;
  }
  #h6ni33nehdv3c50kmw4c .text_box{
    width: 600px;
    margin: 450px auto 0;
  }
  #h6ni33nehdv3c50kmw4c .post_data{text-align:center ;}
  #h6ni33nehdv3c50kmw4c .main_btn a {display: none;}

/*中津彩鶏々のFC独立　5つの理由
---------------------------------------------------------------------------------------------------- */
#yixmwdizqti2d8bk8fv8{display: none;}
#se8ih9yqjzhqc9yf4c4r{
  background: url(/files/04_block04_bg01.jpg) no-repeat top center;
  height:1040px;
  position: relative;
}

#se8ih9yqjzhqc9yf4c4r .easys_content_inner{
position: relative;
}

#se8ih9yqjzhqc9yf4c4r .main_btn a {display: none;}

 /* ＝＝＝＝ネオン点滅ギミック個別＝＝＝＝ */
 #se8ih9yqjzhqc9yf4c4r .neon06{
  position: absolute;
  top: 435px;
  left: 0%;
}

#se8ih9yqjzhqc9yf4c4r .entry_post{
  position: absolute;
}

#se8ih9yqjzhqc9yf4c4r .entry_post_1067{
  top: 580px;
  left: 0;
}
#se8ih9yqjzhqc9yf4c4r .entry_post_1071{
  top: 580px;
  left: 330px;
}

#se8ih9yqjzhqc9yf4c4r .entry_post_1070{
  top: 580px;
  left: 660px;
}

#se8ih9yqjzhqc9yf4c4r .entry_post_1069{
  top: 830px;
  left: 120px;
}

#se8ih9yqjzhqc9yf4c4r .entry_post_1068{
  top: 830px;
  left: 560px;
}

#se8ih9yqjzhqc9yf4c4r .post_data {
  display: inline-block;
  font-size: 13px;
  line-height: 2.2;
  text-align: center;
}

/*開業までの流れ
---------------------------------------------------------------------------------------------------- */
#bz9x77dvg8gzbgzp274p{
  background: url(/files/04_block05_bg01.jpg) no-repeat top center;
    height: 780px;
    position: relative;
  }
  #bz9x77dvg8gzbgzp274p .easys_content_inner{
    position: relative;
    z-index: 10;
  }
  #bz9x77dvg8gzbgzp274p .text_box{
    width: 600px;
    margin: 450px auto 0;
  }
  #bz9x77dvg8gzbgzp274p .post_data{text-align:center ;}
  
  #bz9x77dvg8gzbgzp274p #fc_03_bg01 {
    background: url(/files/04_block05_bg02.png) no-repeat center top;
    margin: 200px 0 0 0;
    z-index: 1;
  z-index: 1;
  }
  
  
  #bz9x77dvg8gzbgzp274p .main_btn a {display: none;}

  /*代表挨拶
  ---------------------------------------------------------------------------------------------------- */
#page_81 #outer_block{padding: 0;}
#d5wu07yrz263c4vcdfsc{
  background: url(/files/05_block01_bg01.jpg) no-repeat top center;
    height: 830px;
    position: relative;
    margin-bottom: 80px;
  }
  #d5wu07yrz263c4vcdfsc .easys_content_inner{
    position: relative;
    z-index: 10;
  }
  #d5wu07yrz263c4vcdfsc .text_box{
    width: 540px;
    margin: 270px 0 0 420px;
  }
  #d5wu07yrz263c4vcdfsc .post_data{text-align:left ;}
  
  
  #d5wu07yrz263c4vcdfsc .main_btn a {display: none;}


.grecaptcha-badge { visibility: hidden; }

#g6e3jqyw8vbwqacx58hy {margin-top: 50px;}