@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html { background: none #fff; }
body {
  background: none transparent;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  color: #29231e;
}
body#page_6 {}
#wrapper { background: none transparent; }
#outer_block { background: none transparent; }
#page_6 #outer_block { padding: 0; }

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #f59f0a;
  color: #fff;
}
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  height: 700px;
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: url("/files/top_branding_box.png") no-repeat left 30px bottom 30px / 36.8% auto transparent;
  height: 900px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: px;}
#page_6 #header_information {height: px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
#site-description a {
  display: inline;
  color: #FFF;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {}
.main_header img, .header_class img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 68px;
}
.fixed .main_header img {
  width: 208px;
  height: 45px;
}


#fixed_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
#fixed_btn div { float: left; }
#fixed_btn div a:hover img { opacity: 0.75; }



/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/files/top_logo.jpg") no-repeat left top transparent;
  width: 100%;
  height: 68px;
  margin: 0 auto;
}
#access.fixed {
  position: fixed;
  background: url("/files/fixed_logo.png") no-repeat left top rgba(255, 255, 255, 0.9);
  height: 50px;
}
#access .menu-header {
  position: absolute;
  top: 0;
  right: 300px;
  width: 450px;
}
#access a {
  margin: 0;
  padding: 0;
}
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url("/files/topnavi2.png");
  background-color: transparent;
  width: 90px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease 0s;
}
div#access .gnavi12 a { background-position: -90px top; }
div#access .gnavi13 a { background-position: -180px top; }
div#access .gnavi14 a { background-position: -270px top; }
div#access .gnavi15 a { background-position: -360px top; }
div#access .gnavi12 a:hover { background-position: -90px bottom; }
div#access .gnavi13 a:hover { background-position: -180px bottom; }
div#access .gnavi14 a:hover { background-position: -270px bottom; }
div#access .gnavi15 a:hover { background-position: -360px bottom; }



/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 55px;
  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.9);
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  width: 100%;
  color: #f59f0a;
}
#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: #f59f0a;
}
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.9);
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  color: #f59f0a;
}
#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: #f59f0a;
}

/* 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, #jquery_slider_pc, #video_teaser_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 99;
}
#main_teaser img { width: 100%; }
#video_teaser_pc video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

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

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #f59f0a;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  z-index: 501;
}
#footer_box {
  background: none transparent;
  width: 1300px;
  height: 550px;
  margin: 0 auto;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  float: right;
  width: 250px;
  padding: 200px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border: 0 none;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  margin: 0 0 20px;
}
#footer-widget-area .widget-area .menu-item a {
  border: 0 none;
  color: #29231e;
  text-align: left;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  float: left;
  width: 400px;
  margin: 0 auto;
  padding: 0 0 0 650px;
}
#footer_information .entry-post {
  width: 100%;
  margin: 340px 0 0;
  position: relative;
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  position: absolute;
  top: 0;
  right: 50px;
  width: 35px;
  margin: 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 35px;
  height: 35px;
}
#footer_sns_btn div {width: 35px;height: 35px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  line-height: 30px;
  color: #29231e;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.1em;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn { bottom: 150px; }

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}


#float_top_btn {
  bottom: 0;
  right: 0;
}



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url("/files/top_entry_title.png");
  background-position: center bottom;
  height: auto;
  line-height: 1.7;
  padding: 0 0 10px;
  color: #29231e;
}
h3.entry_title, .entry_title { /* サイズ、背景、余白などはこちら */
  background-image: url("/files/entry_title_bg.jpg");
  color: #fff;
}
h3.entry_title, .entry_title, .entry_title h3 { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active {
  color: #fff;
}
/* 見出しリンクボタン */
.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.jpg");
  font-size: 20px;
  color: #fff;
}

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


/* 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_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;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top transparent;
  color: #fff;
}
* .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 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.jpg");
  font-size: 20px;
  color: #fff;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url("/files/column3_title_bg.jpg");
}
* .inline_title,
* .inline_title a {color: #fff;}


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

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


.faq-title {
  background-color: #29231e;
  border-radius: 0;
  font-weight: normal;
  width: 480px;
  box-sizing: border-box;
  color: #fff;
}


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

small a:hover {
  background-color: #f59f0a;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  background: none transparent;
  border-color: #29231e;
  border-width: 0 0 1px !important;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
}
/* Dメニュー下線 */
.td_cell {
  border-color: #f59f0a;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
  border-color: #29231e;
  border-width: 0 0 1px !important;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #f59f0a;
  color: #f59f0a !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 transparent;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #f59f0a;
  border-color: #f59f0a;
}
.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 #f59f0a;
  border-style: solid;
  border-color: #f59f0a;
  color: #fff !important;
} 



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


/* 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 #f59f0a;
  color: #f59f0a;
}
div.link_list a:hover {
  background-color: #f59f0a;
  border: 1px solid #f59f0a;
  color: #fff;
}



.headline_index_box {
     display: inline;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.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: #f59f0a;
}
.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; }

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



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: #ccc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.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; }



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

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


/*  地図
---------------------------------------------------------------------------------------------------- */
div[id^="map_canvas"] {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


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


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.easys_content_inner {
  transition: all 2.5s ease 0s;
  opacity: 0;
}
.easys_content_inner.moved {
  opacity: 1;
}



/* トップページ */
#z0lcp1iea7v07xsv6tdt .easys_content_inner {
  width: 100%;
  margin: 0 0 50px;
  pointer-events: none;
}


#vvl10fpsetwyvagto82b {
  background: none #595654;
  padding: 50px 0 0;
  color: #fff;
}
#vvl10fpsetwyvagto82b .headline_title {
  background-image: url("/files/top_entry_title_w.png");
  color: #fff;
}
#vvl10fpsetwyvagto82b .entry_title {
  background-image: url("/files/entry_title_bg_w.jpg");
  color: #29231e;
}
#vvl10fpsetwyvagto82b .entry_title span.read_more_btn a,
#vvl10fpsetwyvagto82b .entry_title span.read_more_btn a:hover {
  background-image: url("/files/read_more_btn_w.png");
}
#vvl10fpsetwyvagto82b .sub_entry_title {
  background: url("/files/sub_entry_title_bg_w.jpg") no-repeat scroll left top transparent;
  color: #29231e;
}
#vvl10fpsetwyvagto82b .sub_entry_title span.read_more_btn a,
#vvl10fpsetwyvagto82b .sub_entry_title span.read_more_btn a:hover {
  background-image: url("/files/sub_read_more_btn_w.png");
}


#dyy5nt1iciybpmvbj1p1 {
  background:
    url("/files/parallax_brandhing_box.png") no-repeat center top,
    url("/files/parallax_bg.jpg") no-repeat center top fixed transparent;
  height: 700px;
  margin: 0 0 50px;
}


#ipuc6wj9z2oqyaglah53 {
  background: url("/files/about_bg.jpg") no-repeat center top / 100% auto transparent;
  height: 700px;
  position: relative;
}
#ipuc6wj9z2oqyaglah53 .eyecatch {
  display: block;
  position: absolute;
  top: 445px;
  left: 0;  right: 0;
  width: 400px;
  height: 45px;
  margin: 0 auto;
  transform-origin: center top;
}


#b682iq2anz272ic0spq7 .easys_content_inner { width: 100%; }
#b682iq2anz272ic0spq7 .field_2col { width: 50% !important; }
#b682iq2anz272ic0spq7 .eyecatch { width: 100%; }




/*  中ページ色変更 
body:not(#page_6) .easys_content:nth-of-type(even) {
  background: none #595654;
  margin: 0 0 50px;
  padding: 50px 0 0;
  color: #fff;
}
body:not(#page_6) .easys_content:nth-of-type(even):last-child {
  margin: 0;
  padding-bottom: 50px;
}
body:not(#page_6) .easys_content:nth-of-type(even):last-child,
body:not(#page_6) .easys_content:nth-of-type(even):last-child .easys_content_inner,
body:not(#page_6) .easys_content:nth-of-type(even):last-child .field_1col,
body:not(#page_6) .easys_content:nth-of-type(even):last-child .field_2col,
body:not(#page_6) .easys_content:nth-of-type(even):last-child .field_3col,
body:not(#page_6) .easys_content:nth-of-type(even):last-child .field_4col,
body:not(#page_6) .easys_content:nth-of-type(even):last-child .html_post {
  margin-bottom: 0;
}
body:not(#page_6) .easys_content:nth-of-type(even) .headline_title {
  background-image: url("/files/top_entry_title_w.png");
  color: #fff;
}
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title {
  background-image: url("/files/entry_title_bg_w.jpg");
  color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title a:link,
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title a:visited,
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title a:hover,
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title a:active {
  color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title span.read_more_btn a,
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title span.read_more_btn a:hover {
  background-image: url("/files/read_more_btn_w.png");
}
body:not(#page_6) .easys_content:nth-of-type(even) .entry_title span.read_more_btn a:hover {opacity: 0.8;}
body:not(#page_6) .easys_content:nth-of-type(even) * .mid_entry_title {
  background-image: url("/files/entry_title_bg_w570_w.jpg");
  color: #29231e;
}

body:not(#page_6) .easys_content:nth-of-type(even) #blog_main .entry-title {
  background-image: url("/files/blog_title_w.jpg");
}
body:not(#page_6) .easys_content:nth-of-type(even) #blog_main .entry-title,
body:not(#page_6) .easys_content:nth-of-type(even) #blog_main .entry-title a {color: #29231e;}


body:not(#page_6) .easys_content:nth-of-type(even) * .half_entry_title,
body:not(#page_6) .easys_content:nth-of-type(even) * .short_entry_title {
  background-image: url("/files/half_entry_title_bg_w.jpg");
}
body:not(#page_6) .easys_content:nth-of-type(even) * .half_entry_title, *
body:not(#page_6) .easys_content:nth-of-type(even) .half_entry_title a,
body:not(#page_6) .easys_content:nth-of-type(even) * .short_entry_title,
body:not(#page_6) .easys_content:nth-of-type(even) * .short_entry_title a { color: #29231e; }

body:not(#page_6) .easys_content:nth-of-type(even) .short_sub_entry_title {
  background-image: url("/files/half_sub_entry_title_bg_w.jpg");
}
body:not(#page_6) .easys_content:nth-of-type(even) .half_sub_entry_title a,
.short_sub_entry_title, .short_sub_entry_title a { color: #29231e; }

body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title {
  background: url("/files/sub_entry_title_bg_w.jpg") no-repeat scroll left top transparent;
  color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title a:link,
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title a:visited,
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title a:hover,
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title a:active {
  color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title span.read_more_btn a,
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title span.read_more_btn a:hover {
  background-image: url("/files/sub_read_more_btn_w.png");
}
body:not(#page_6) .easys_content:nth-of-type(even) .sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
body:not(#page_6) .easys_content:nth-of-type(even) .mid_sub_entry_title {
  background-image: url("/files/sub_entry_title_bg_w570_w.jpg");
  color: #29231e;
}

body:not(#page_6) .easys_content:nth-of-type(even) .inline_title {
  background-image: url("/files/column3_title_bg_w.jpg");
}
body:not(#page_6) .easys_content:nth-of-type(even) .inline_title,
body:not(#page_6) .easys_content:nth-of-type(even) .inline_title a {color: #29231e;}

body:not(#page_6) .easys_content:nth-of-type(even) .coupon_data .inline_title,
body:not(#page_6) .easys_content:nth-of-type(even) .c_04 .inline_title,
body:not(#page_6) .easys_content:nth-of-type(even) .i_01 .inline_title,
body:not(#page_6) .easys_content:nth-of-type(even) .j_01 .inline_title {
  background: none #29231e;
  border: 1px solid #29231e;
  color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .indent_border {
  border-color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .faq-title {
  background-color: #29231e;
  color: #29231e;
}
body:not(#page_6) .easys_content:nth-of-type(even) .wpcf7c-conf { color: #fff; }
*/


#nzksw9s9cnew1zw5gy1c, #nzksw9s9cnew1zw5gy1c .headline_title {
    background: none #595654;
    margin: 0;
    padding: 30px 0 0;
    color: #fff;
}

.grecaptcha-badge { visibility: hidden; }