@charset "utf-8";

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

 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
    background: url("/files/html_bg.jpg") repeat;
}
body {
  background: none transparent;
  color:#333;/*要変更：基本カラー*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size:15px;
  line-height:2.7;
}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

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


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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #FFF/*要変更：H1テキストカラー*/;
  position: absolute;
  top: 555px;
right: 35px;
}

#page_6 #site-description a {
top: 870px;
right: 65px;
  }

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 560px/*要変更：ロゴなどのサイズ*/;
  height: 80px/*要変更：ロゴなどのサイズ*/;
  background: url(/files/branding_box_bg.png) no-repeat top center;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 80px;
  margin: 0 auto;
  background: url(/files/header_bg.png) repeat-x;
  min-width: 1200px;
}
#access .menu-header{
  width: 600px;
  height: 80px;
  margin: 0 0 0 auto;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 100px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi11 a { background-position: 5px top;}
div#access .gnavi12 a { background-position: -90px top;}
div#access .gnavi13 a { background-position: -190px top;}
div#access .gnavi14 a { background-position: -310px top;}
div#access .gnavi15 a { background-position: -420px top;}
div#access .gnavi16 a { background-position: right top;}
div#access .gnavi11 a:hover { background-position: 5px bottom;}
div#access .gnavi12 a:hover { background-position: -90px bottom;}
div#access .gnavi13 a:hover { background-position: -190px bottom;}
div#access .gnavi14 a:hover { background-position: -310px bottom;}
div#access .gnavi15 a:hover { background-position: -420px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;}


/*固定ナビ*/
#access.fixed {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
  }


.main_header img.fixed, .header_class img.fixed {
position: fixed;
top: 0;
left: 0;
z-index: 600;
  }
  

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
  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 #000;
  background: none rgba(1, 1, 1, 0.80);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #FFF;
  font-weight: 400;
}
#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 #000;
    background: none rgba(1, 1, 1, 0.80);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  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;
}

/* 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: #000;
}
*: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: #000;
}

/* 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{
  position: absolute;
  top: 0/*要変更：中ページティザー画像のページ一番からの位置*/;
  left: 0;
  width: 100%;
  height: 600px;
  text-align: center;
  z-index: 99;
  overflow: hidden;
  min-width: 1200px;
 max-width: 1920px;
}

#main_teaser img {
    display: block;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    width: 1920px;
    height: 600px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
  }
  


/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

 #jquery_slider_pc {
    position: absolute;
    top: 0/*要変更：中ページティザー画像のページ一番からの位置*/;
    left: 0;
    width: 100%;
    height: 925px!important;
    text-align: center;
    z-index: 99;
    margin: 0;
    overflow: hidden;
    min-width: 1200px!important;
    max-width: 1920px;
  }

  .viewer {
    margin: 0 auto;
    width: 100%;
    height: 925px;
    text-align: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: calc(50% - 960px)!important;
    width: 1920px!important;
    height: 925px!important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: #ea6931  /*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png)/*要変更：拡張子が合っているか確認*/;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666666/*要変更：ボーダーカラー*/;
  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: 445px;/*要変更：footer_bg画像の高さ*/
}
#footer_box {
    background: none transparent;
  height: 405px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}
#footer-widget-area {
  display: block;
  width: 1200px;
  font-size: 11px;
}

#footer-widget-area .widget-area ul.menu {
  border-color: #232323/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #232323/*要変更：フッターメニューのテキストカラー*/;
  color: #232323/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 960px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 290px 0 0;
  text-align: center;
  color: #FFF/*要変更：フッター住所のテキストカラー*/;
}

#footer_information .entry-post .ad01{
    position: absolute;
    top: 290px;
    left: calc(50% - 330px);
    width: 270px;
}

#footer_information .entry-post .ad02{
    position: absolute;
    top: 290px;
    left: calc(50% + 70px);
    width: 260px;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#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: #fff/*要変更：コピーライトのテキストカラー*/;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 130px;
}
.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 {
  bottom: 50px;
  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: #111111  /*要変更：top_entry_titleのテキストカラー*/;
  font-family: 'Noto Serif JP', serif!important;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding-top: 90px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg)/*要変更：拡張子が合っているか確認*/;
  color: #FFF  /*要変更：entry_title_bgのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
    font-size: 20px;
}
.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.jpg)/*要変更：拡張子が合っているか確認*/;
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.jpg)/*要変更：拡張子が合っているか確認*/;
  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.png)/*要変更：拡張子が合っているか確認*/;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #111/*要変更：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: #111/*要変更：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: #111/*要変更：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: #111/*要変更：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 #373530/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333/*要変更：テーブルのthのテキストカラー*/;
}

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


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

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

.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-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: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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: #373530  ;
  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: #666 !important;
}

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

.table_area table tr td {
  border: solid 1px #373530  !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: #ea6931/*要変更：リンクテキストカラー*/;
  color: #ea6931/*要変更：リンクテキストカラー*/ !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: #ea6931/*要変更：リンクテキストカラー*/;
  border-color: #ea6931/*要変更：リンクテキストカラー*/;
}
.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 #ea6931/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #ea6931/*要変更：リンクテキストカラー*/;
  color: #fff !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;
  *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 #ea6931/*要変更：リンクテキストカラー*/;
  color: #ea6931/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #ea6931/*要変更：リンクテキストカラー*/;
  border: 1px solid #ea6931/*要変更：リンクテキストカラー*/;
  color: #fff;
}


.faq-title {
  background-color: #ea6931/*要変更：リンクテキストカラー*/;
  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: #ea6931  /*要変更：テーブルの必須のテキストカラー*/;
}
.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: #373530/*要変更：テーブルボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background:none transparent/*要変更：テーブルthの背景色*/;
  width: 8em;
  color: #333/*要変更：テーブルthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
    background:none transparent/*要変更：テーブルtdの背景色*/;
  color: #333/*要変更：テーブル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: #111111  /*要変更：blog_titleのテキストカラー*/;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #111111;}/*要変更：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はこちらに記述↓↓ ============================== */


/*  その他
---------------------------------------------------------------------------------------------------- */

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

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

small {
  width: 100%;
  box-sizing: border-box;
}




/*====================================================
ここからデザインブロック
===================================================== */
/* PC 背景付きブロックの記事画像 非表示  */
#wmu1rtqvt9hrxv44lizi .entry_post:first-of-type .eyecatch,
#nwrcry6v77oqdlplm3w7 .entry_post:first-of-type .eyecatch,
#q7bcdxzvap997t6w9qr0 .entry_post:first-of-type .eyecatch,
#cjy57ztlgyfmyu087ayp .entry_post:first-of-type .eyecatch,
#r480luohct9ad0w0ly33 .entry_post:first-of-type .eyecatch,
#k24e4pnik56zffmelf71 .entry_post:first-of-type .eyecatch,
#ppogu61dfjyrsbc4l9p4 .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#wmu1rtqvt9hrxv44lizi .entry_post:first-of-type .float_left,
#wmu1rtqvt9hrxv44lizi .entry_post:first-of-type .float_right,
#nwrcry6v77oqdlplm3w7 .entry_post:first-of-type .float_left,
#nwrcry6v77oqdlplm3w7 .entry_post:first-of-type .float_right,
#q7bcdxzvap997t6w9qr0 .entry_post:first-of-type .float_left,
#q7bcdxzvap997t6w9qr0 .entry_post:first-of-type .float_right,
#cjy57ztlgyfmyu087ayp .entry_post:first-of-type .float_left,
#cjy57ztlgyfmyu087ayp .entry_post:first-of-type .float_right,
#r480luohct9ad0w0ly33 .entry_post:first-of-type .float_left,
#r480luohct9ad0w0ly33 .entry_post:first-of-type .float_right,
#k24e4pnik56zffmelf71 .entry_post:first-of-type .float_left,
#k24e4pnik56zffmelf71 .entry_post:first-of-type .float_right,
#ppogu61dfjyrsbc4l9p4 .entry_post:first-of-type .float_left,
#ppogu61dfjyrsbc4l9p4 .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#wmu1rtqvt9hrxv44lizi *[class*="title"],
#nwrcry6v77oqdlplm3w7 *[class*="title"],
#q7bcdxzvap997t6w9qr0 *[class*="title"],
#cjy57ztlgyfmyu087ayp *[class*="title"],
#r480luohct9ad0w0ly33 *[class*="title"],
#k24e4pnik56zffmelf71 *[class*="title"],
#ppogu61dfjyrsbc4l9p4 *[class*="title"]{display: none;}


/* ＝＝＝親要素 ＝＝＝ */
#wmu1rtqvt9hrxv44lizi,
#nwrcry6v77oqdlplm3w7,
#q7bcdxzvap997t6w9qr0,
#cjy57ztlgyfmyu087ayp,
#r480luohct9ad0w0ly33,
#k24e4pnik56zffmelf71,
#ppogu61dfjyrsbc4l9p4{position: relative;}

/* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#wmu1rtqvt9hrxv44lizi .easys_content_inner,
#nwrcry6v77oqdlplm3w7 .easys_content_inner,
#q7bcdxzvap997t6w9qr0 .easys_content_inner,
#cjy57ztlgyfmyu087ayp .easys_content_inner,
#r480luohct9ad0w0ly33 .easys_content_inner,
#k24e4pnik56zffmelf71 .easys_content_inner,
#ppogu61dfjyrsbc4l9p4 .easys_content_inner{
    position: relative;
    z-index: 100;
}

/* ＝＝＝デザインブロックボタン共通＝＝＝ */
#wmu1rtqvt9hrxv44lizi .main_btn a,
#nwrcry6v77oqdlplm3w7 .main_btn a,
#q7bcdxzvap997t6w9qr0 .main_btn a,
#cjy57ztlgyfmyu087ayp .main_btn a,
#r480luohct9ad0w0ly33 .main_btn a,
#k24e4pnik56zffmelf71 .main_btn a,
#ppogu61dfjyrsbc4l9p4 .main_btn a{
    display: block;
    border-radius: 0;
    padding: 0;
    text-indent: -9999px;
}
#wmu1rtqvt9hrxv44lizi .main_btn a:hover,
#nwrcry6v77oqdlplm3w7 .main_btn a:hover,
#q7bcdxzvap997t6w9qr0 .main_btn a:hover,
#cjy57ztlgyfmyu087ayp .main_btn a:hover,
#r480luohct9ad0w0ly33 .main_btn a:hover,
#k24e4pnik56zffmelf71 .main_btn a:hover,
#ppogu61dfjyrsbc4l9p4 .main_btn a:hover {
    background-position: center bottom;
}



/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */

.blockimg {
    position: absolute;
    opacity: 0;
    transition: 1s ease 0s;
    pointer-events: none;
    width: 1920px;/*◆ 要変更 */
    top: 0;
    left: calc(50% - 960px);/* ◆中央、各ブロックで位置調整 */
  }
  .main_btn{
    opacity: 0;
    transition: 1s ease 0s;
    transform: translateY(100px);/* 下からフェードイン */
    margin: 0;
    padding: 0;
  }
  .main_btn.moved,
  .blockimg.moved {
    opacity: 1;
    transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  }



/*仙台市国分町の飲食業界へ貢献KZKCグループについて
---------------------------------------------------------------------------------------------------- */
#page_6 #outer_block{padding: 0;}
#wmu1rtqvt9hrxv44lizi {
    height: 1090px;
}

#wmu1rtqvt9hrxv44lizi .text_box {
    width: 570px;
    margin: 510px auto 0px;
}

#wmu1rtqvt9hrxv44lizi .post_data {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

#wmu1rtqvt9hrxv44lizi .blockimg.img01 {
    background: url(/files/00top_block01_bg01.png) no-repeat center top;
    top: 0;
     height: 430px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #wmu1rtqvt9hrxv44lizi .blockimg.img02 {
    background: url(/files/00top_block01_bg02.png) no-repeat center top;
    top: 430px;
     height: 400px;
    opacity: 1;
  }
  #wmu1rtqvt9hrxv44lizi .blockimg.img03 {
    background: url(/files/00top_block01_bg03.png) no-repeat center top;
    top: 0px;
    width: 630px;
    height: 900px;
    transform: translateX(-100px);/* 左からフェードイン */
  }
  #wmu1rtqvt9hrxv44lizi .blockimg.img04 {
    background: url(/files/00top_block01_bg04.png) no-repeat center top;
    top: 170px;
    left: calc(50% - -310px);
    width: 649px;
    height: 400px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #wmu1rtqvt9hrxv44lizi .main_btn{
    width: 420px;
    height: 90px;
    position: absolute;
    top: 790px;
    left: 270px;
}

  #wmu1rtqvt9hrxv44lizi .main_btn a {
    width: 420px;
    height: 90px;
    background: url(/files/00top_block01_btn.png) no-repeat center top;
}



/* 美味しいイタリアンと本格鉄板料理が味わえる Kichen＆Bar HUNCH
---------------------------------------------------------------------------------------------------- */

#nwrcry6v77oqdlplm3w7 {
    background: url(/files/00top_block02_bg01.png) no-repeat center top;
    height: 1550px;
}

#nwrcry6v77oqdlplm3w7 .text_box {
    width: 470px;
    margin: 870px 0 0 80px;
}

#nwrcry6v77oqdlplm3w7 .post_data {
    text-align: left;
}

#nwrcry6v77oqdlplm3w7 .main_btn{
    width: 572px;
    height: 197px;
    position: absolute;
    top: 1190px;
    left: 390px;
}

#nwrcry6v77oqdlplm3w7 .main_btn a {
    width: 572px;
    height: 197px;
    background: url(/files/00top_block02-03_btn.png) no-repeat center top;
}


#nwrcry6v77oqdlplm3w7  .blockimg.img01 {
    background: url(/files/00top_block02_bg02.png) no-repeat center top;
    top: 0;
    height: 540px;
    transform: translateX(100px);/* 右からフェードイン */
  }

  #nwrcry6v77oqdlplm3w7  .blockimg.img02 {
    background: url(/files/00top_block02_bg03.png) no-repeat center top;
    top: 480px;
    height: 470px;
    width: 1260px;
    transform: translateY(100px);/* 下からフェードイン */
  }
  #nwrcry6v77oqdlplm3w7  .blockimg.img03 {
    background: url(/files/00top_block02_bg04.png) no-repeat center top;
    top: 490px;
    left: calc(50% - -170px);
    height: 750px;
    width: 790px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #nwrcry6v77oqdlplm3w7  .blockimg.img04 {
    background: url(/files/00top_block02_bg05.png) no-repeat center top;
    top: 1090px;
    height: 300px;
    width: 650px;
    transform: translateY(100px);/* 下からフェードイン */
  }
  #nwrcry6v77oqdlplm3w7  .blockimg.img05 {
    background: url(/files/00top_block02_bg06.jpg) no-repeat center top;
    top: 1190px;
    left: calc(50% - 90px);
    height: 197px;
    width: 1052px;
    transform: translateX(100px);/* 右からフェードイン */
  }


/*お酒と共に 今宵を楽しみたいなら　Bar Lesk
---------------------------------------------------------------------------------------------------- */

#q7bcdxzvap997t6w9qr0 {
    background: url(/files/00top_block03_bg01.png) no-repeat center top;
    height: 1472px;
}

#q7bcdxzvap997t6w9qr0 .text_box {
    width: 690px;
    margin: 890px auto 0px;
}

#q7bcdxzvap997t6w9qr0 .post_data {
    color: #FFF;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

#q7bcdxzvap997t6w9qr0 .main_btn {
    width: 572px;
    height: 197px;
    position: absolute;
    top: 1265px;
    left: 390px;
}

#q7bcdxzvap997t6w9qr0 .main_btn a {
    width: 572px;
    height: 197px;
    background: url(/files/00top_block02-03_btn.png) no-repeat center top;
}
#q7bcdxzvap997t6w9qr0  .blockimg.img01 {
    background: url(/files/00top_block03_bg02.png) no-repeat center top;
    top: 0px;
    height: 540px;
    transform: translateX(-100px);/* 左からフェードイン */
  }

  #q7bcdxzvap997t6w9qr0   .blockimg.img02 {
    background: url(/files/00top_block03_bg03.png) no-repeat center top;
    top: 450px;
    height: 470px;
    transform: translateY(100px);/* 下からフェードイン */
  }
  #q7bcdxzvap997t6w9qr0   .blockimg.img03 {
    background: url(/files/00top_block03_bg04.jpg) no-repeat center top;
    top: 1270px;
    left: calc(50% - 90px);
    height: 197px;
    width: 1052px;
     transform: translateX(100px);/* 右からフェードイン */
  }


/*新着情報デザインブロック
---------------------------------------------------------------------------------------------------- */
#az63h3we43fy89825xmj{
    padding: 180px 0px 0px 0px;
    margin: 0px 0px -270px 0px;
    background: url(/files/00top_block04_bg.png)no-repeat top center;
}

#az63h3we43fy89825xmj div{margin-bottom: 0;padding-bottom: 0;}
#az63h3we43fy89825xmj .easys_content_inner{position: relative;}

#az63h3we43fy89825xmj *[class*="title"]{
    background: none;
    width: 960px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#az63h3we43fy89825xmj h2,
#az63h3we43fy89825xmj h3,
#az63h3we43fy89825xmj h4,
#az63h3we43fy89825xmj img{display: none;}

#az63h3we43fy89825xmj span{
    width: 140px;
    height: 40px;
    background: url(/files/00top_block04_btn_text.png)no-repeat top left;
    position: absolute;
    top: 70px;
    left: 0;
}

#az63h3we43fy89825xmj span a{
    width: 140px;
    height: 40px;
    position: absolute;
    z-index: 100;
    background: none;
    background: url(/files/00top_block04_btn_arrow.png)no-repeat top right;
    position: absolute;
    top: 0px;
    left: 0px;
    transition:0.4s;
}

#az63h3we43fy89825xmj span a:hover{
    left: 30px;
}

#mcjm4i1sgutqg0x0egdd{
  padding: 40px 0px 80px 0px;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner{
    padding: 280px 0px 80px 0px;
}

#mcjm4i1sgutqg0x0egdd .date_area,
#mcjm4i1sgutqg0x0egdd .news_small_text{color: #111;}
#mcjm4i1sgutqg0x0egdd .blog_post{padding: 20px 0px;}
#mcjm4i1sgutqg0x0egdd .margin-bottom_40{margin: 0;}
#mcjm4i1sgutqg0x0egdd > div > div.blog_post:nth-child(1){
    border-top: 1px dotted #999999;
}


/*  大バナー設定
---------------------------------------------------------------------------------------------------- */

#d1lllgwv4c83rwai3y57 .easys_content_inner{
    width: 100%;
    position: relative;
    
    }
    
    .img_display_1365 .eyecatch a img{
        opacity: 0;
    }
    
    .img_display_1365 .eyecatch a .img01,
    .img_display_1365 .eyecatch a .img02{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .img_display_1365 .eyecatch a .img01{
    background: url(/files/banner_recruit_bg01.png) no-repeat top center/100%;
    transform: translateX(100px);/* 右からフェードイン */
    }
    .img_display_1365 .eyecatch a .img02{
    background: url(/files/banner_recruit_bg02.png) no-repeat top center/100%;    
    transform: translateX(-100px);/* 左からフェードイン */
    }
    
     
    .img_display_1365 .eyecatch a:hover > .img01:before{
    content:' ';
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    background: url(/files/banner_recruit_bg01_on.png) no-repeat top center/100%;
     }

/*～「また行きたい」と言われるお店をつくりたい～
---------------------------------------------------------------------------------------------------- */

#cjy57ztlgyfmyu087ayp {
    background: url(/files/10about_block01_bg.png) no-repeat center top;
    height: 1300px;
    margin-bottom: 70px;
}

#cjy57ztlgyfmyu087ayp .text_box {
  width: 960px;
  margin: 770px auto 0px;
}

#cjy57ztlgyfmyu087ayp .post_data {
    text-align: left;
    font-family: 'Noto Serif JP', serif;
}

#cjy57ztlgyfmyu087ayp .main_btn a {
display: none;
}


/*こだわりの美味しい料理とお酒が楽しめる 鉄板イタリアンバー
---------------------------------------------------------------------------------------------------- */

#r480luohct9ad0w0ly33 {
    background: url(/files/30hunch_block01_bg.png) no-repeat center top;
    height: 1840px;
}

#r480luohct9ad0w0ly33 .text_box {
  width: 740px;
  margin: 1430px auto 0px;
}

#r480luohct9ad0w0ly33 .post_data {
     text-align: left;
}

#r480luohct9ad0w0ly33 .main_btn a {
display: none;
}




/*3連バナー
---------------------------------------------------------------------------------------------------- */

#u5q92exd5mlj7cugnzkv{
  background: url(/files/30hunch_block02_bg.png)no-repeat top center;
    height: 637px;
    margin-bottom: 70px;
}

.img_display_1376 .margin-bottom_50 {
  margin-bottom: 20px;
}

.img_display_1376 .eyecatch a{
  display: block;
  width: 960px;
  height: 200px;
  position: relative;
}

.img_display_1376 .eyecatch a img{display: none;}



.img_display_1376 .eyecatch a:before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:960px;
height:200px;
opacity: 1;
 }
 .img_display_1376 .eyecatch a:hover:before{opacity: 0; }

.img_display_1376 .eyecatch a:after{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:960px;
height:200px;
opacity: 0;
 }
 .img_display_1376 .eyecatch a:hover:after{opacity: 1; }

 .img_display_1376 .field_1col:nth-child(1) .eyecatch a:before{
  background: url(/files/30hunch_block02_banner01.jpg) no-repeat top center;
}
.img_display_1376 .field_1col:nth-child(2) .eyecatch a:before{
  background: url(/files/30hunch_block02_banner02.jpg) no-repeat top center;
}
.img_display_1376 .field_1col:nth-child(3) .eyecatch a:before{
  background: url(/files/30hunch_block02_banner03.jpg) no-repeat top center;
}

.img_display_1376 .field_1col:nth-child(1) .eyecatch a:after{
  background: url(/files/30hunch_block02_banner01_on.jpg) no-repeat top center;
}
.img_display_1376 .field_1col:nth-child(2) .eyecatch a:after{
  background: url(/files/30hunch_block02_banner02_on.jpg) no-repeat top center;
}
.img_display_1376 .field_1col:nth-child(3) .eyecatch a:after{
  background: url(/files/30hunch_block02_banner03_on.jpg) no-repeat top center;
}

/*テイクアウト・出前も受け付けています
---------------------------------------------------------------------------------------------------- */
#k5iwalactcf26g5p837t{
  background: url(/files/bg_patern02.jpg) repeat;
  padding: 70px 0px;
  margin-bottom: 70px;
}

/*国分町の夜を盛り上げる　Bar Lesk
---------------------------------------------------------------------------------------------------- */
#page_1009 #outer_block{padding: 0;}
#k24e4pnik56zffmelf71 {
    background: url(/files/40lesk_block01_bg.jpg) no-repeat center top;
    height: 1014px;
    margin-bottom: 70px;
}

#k24e4pnik56zffmelf71 .text_box {
  width: 420px;
  margin: 430px 0 0 70px;
}

#k24e4pnik56zffmelf71 .post_data {
    color: #FFF;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
}


#k24e4pnik56zffmelf71 .main_btn {
  width: 450px;
  height: 50px;
  position: absolute;
  top: 765px;
  left: 30px;
  opacity: 1;
  transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
}

#k24e4pnik56zffmelf71 .main_btn a {
  width: 450px;
  height: 50px;
  background: url(/files/40lesk_block01_btn.png) no-repeat center top;
}

/* 店舗情報 */
#lmjeerwdukqoiow37icb{
  background: url(/files/bg_patern01.jpg) ;
  padding: 70px 0px 50px 0px;
}

/*システム表
---------------------------------------------------------------------------------------------------- */

#yyz4bhnek8bup8az19pf{
  background: url(/files/bg_patern03_01.jpg) repeat;
  padding: 70px 0px;
}

#yyz4bhnek8bup8az19pf .easys_content_inner{
  background: url(/files/bg_patern03_02.png) no-repeat top center;
  padding: 50px 100px;
}


/*正社員・アルバイトを大募集！
---------------------------------------------------------------------------------------------------- */
#page_81 #outer_block{padding: 0;}
#ppogu61dfjyrsbc4l9p4 {
    background: url(/files/50recruit_block01_bg.png) no-repeat center top;
    height: 1100px;
}

#ppogu61dfjyrsbc4l9p4 .text_box {
  width: 520px;
  margin: 490px 0 0 440px;
}

#ppogu61dfjyrsbc4l9p4 .post_data {
    text-align: left;
}

#ppogu61dfjyrsbc4l9p4 .main_btn a {
display: none;
}


.grecaptcha-badge { visibility: hidden; }