@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */

/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #111;
  --link_color: #4b7d49;
  --border_color: #666;
  --table_border_color: #777;
  --th_background_color: #fff;
  --td_background_color: #fff;
  --th_character_color: #111;
  --td_character_color: #111;
  --required_color: #9ec85b;
  --top_h1_color: #fff;
  /* --header_navigation_color: #; */
  --top_entry_title_color: #2a3f24;
  --entry_title_bg_color: #111;
  --blog_title_color: #111;
  --sub_entry_title_bg_color: #111;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #111;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #111;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #111;
  --footnavi_color: #fff;
  --address_color: #666;
  --copy_color: #666;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1000;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 700;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 80;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 80px;  /*初期ナビ高*/
  --easys_fixed_h: 80px;  /*固定ナビ高*/
  --custom_padding: 70px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
}

/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none transparent;
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  height: calc(var(--header_h) * 1px);
  background: none transparent;
}
#page_6 #branding_box {
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
  height: 0;
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top : 90px;
  left: 40px;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("../files/branding_box_bg.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width : 200px;
  height: 80px;
  position: absolute;
  top : 0;
  left: 0;
  z-index: 700;
  background: url(../files/branding_box.png) no-repeat left top;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: var(--easys_navi_h);
  background: url(../files/access_bg.png) repeat center center;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
}
div#access .menu-header #menu-gnavi { display: inline-block;}

div#access .menu-item a {
  background: url("../files/topnavi2.png") no-repeat left top;
  padding: 0;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
}
div#access .gnavi11 a { width: 130px !important;}
div#access .gnavi12 a { width: 110px !important;}
div#access .gnavi13 a { width: 110px !important;}
div#access .gnavi14 a { width: 110px !important;}
div#access .gnavi15 a { width: 110px !important;}
div#access .gnavi16 a { width: 110px !important;}
div#access .gnavi17 a { width: 150px !important;}
div#access .gnavi18 a { width: 50px !important;}
div#access .gnavi19 a { width: 50px !important;}
div#access .gnavi20 a { width: 50px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -130px;}
div#access .gnavi13 a { background-position-x: -240px;}
div#access .gnavi14 a { background-position-x: -350px;}
div#access .gnavi15 a { background-position-x: -460px;}
div#access .gnavi16 a { background-position-x: -570px;}
div#access .gnavi17 a { background-position-x: -680px;}
div#access .gnavi18 a { background-position-x: -830px;}
div#access .gnavi19 a { background-position-x: -880px;}
div#access .gnavi20 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  top: 100%;
  flex-direction: column;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: left;
  line-height: 1.2em !important;
  white-space: nowrap;
  width: 100% !important;
  height: auto !important;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: var(--easys_standard_value003);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}
#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: var(--easys_standard_value004);
}

/* Gナビ上部固定(最大2000pxを維持) */
#header_information.fixed {
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
#header_information.fixed .main_header a img {
  display: block;
  pointer-events: all;
}
div#access.fixed {
  position: fixed;
  padding: 0;
  width: 100%;
  max-width: calc(var(--easys_max_width)*1px);
  min-width: 1150px;
  top: 0;
  right: 0;
  left: 0;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

#main_teaser {
  top: calc(var(--header_h) * 1px);
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}


/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 600px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 560px;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 100px 0 0;
  width: 100%;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer-widget-area .widget-area,
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu::before,
#footer_sitemap_block #footer-widget-area .widget-area ul.menu::after {
  content: "";
  height: 1px;
  width: calc(100% - 10px);
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #a0c75c;
  display: inline-block;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu::before {
  left: -10px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu::after {
  right: -10px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
  white-space: nowrap;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  width: 100%;
  text-align: center;
  top: 480px;
  left: 0;
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}


/*  フッター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: var(--copy_color);
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 120px;
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

/* .fixed_btn div,.fixed_btn div a,.fixed_btn div a:hover {
  width: auto !important;
  height: auto !important;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  position: relative !important;
} */


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 20px;
}
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*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: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.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;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .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: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.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;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none var(--td_background_color) !important;
  border-color: var(--table_border_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child,
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > th {
  background: none var(--th_background_color) !important;
  color: var(--th_character_color);
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !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 var(--easys_standard_value007);
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
}


/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}

.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}


/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* フェードのipad対応 */
div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin { margin-bottom: 0 !important;}
.easys_content.no_margin + .easys_content:not(.no_margin) { margin-top: var(--custom_padding);}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}
.shosai #outer_block { padding-top: 70px !important;}

/* テーマ余白調整 */
.easys_content,
.easys_content_inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin):not(.nk_01) + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: var(--custom_padding);
}
#content > .easys_content:last-of-type:not(.no_margin) { margin-bottom: var(--custom_padding) !important;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: calc(var(--custom_fade) * 1px);
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
  /* transform: rotate3d(-1, -1, 0, -10deg); */
  /* transform-origin: center; */
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  top: 0px;
  /* transform: rotate3d(0, 0, 1, 0); */
}
/* バナーは固定 */
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
}


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#elk6cuhws7dmvcpcpmna,
#ta5til1fwk6trgp72e7t,
#sueae01s8w2c8d9pqntb,
#b99oqazqa2k2bg1gl4jh {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#elk6cuhws7dmvcpcpmna div,
#ta5til1fwk6trgp72e7t div,
#sueae01s8w2c8d9pqntb div,
#b99oqazqa2k2bg1gl4jh div {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* リンク共通 */
#elk6cuhws7dmvcpcpmna a,
#ta5til1fwk6trgp72e7t a,
#sueae01s8w2c8d9pqntb a {
  display: block;
  position: relative;
}
#elk6cuhws7dmvcpcpmna a:hover img,
#ta5til1fwk6trgp72e7t a:hover img,
#sueae01s8w2c8d9pqntb a:hover img {
  opacity: 1;
}

/* ON画像 */
#elk6cuhws7dmvcpcpmna a::after,
#ta5til1fwk6trgp72e7t a::after,
#sueae01s8w2c8d9pqntb a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: .3s;
  opacity: 0;
}
#elk6cuhws7dmvcpcpmna a:hover::after,
#ta5til1fwk6trgp72e7t a:hover::after,
#sueae01s8w2c8d9pqntb a:hover::after {
  opacity: 1;
}

/* 多リンク */
:root {/* 上に詰める距離 */
  --transform_Y: 200px;
}
#elk6cuhws7dmvcpcpmna {
  background: url(../files/top_block01_img_00.png) no-repeat center top -200px;
  height: calc(1100px - var(--transform_Y));
  position: relative;
}
#elk6cuhws7dmvcpcpmna .easys_content_inner {
  width: 100%;
  position: relative;
}
#elk6cuhws7dmvcpcpmna [class*="field_"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 25px;
  transform: translateY(calc(var(--transform_Y) * -1));
}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(1),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(2),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(3),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(4),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(5),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(6),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(7),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(8),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(9),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(10) {
  left: calc(50% - 505px);
}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(11),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(12),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(13),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(14),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(15),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(16),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(17),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(18),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(19),
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(20) {
  left: calc(50% - 310px);
}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(1)  { top: 735px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(2)  { top: 765px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(3)  { top: 795px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(4)  { top: 825px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(5)  { top: 855px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(6)  { top: 885px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(7)  { top: 915px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(8)  { top: 945px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(9)  { top: 975px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(10) { top: 1005px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(11) { top: 735px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(12) { top: 765px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(13) { top: 795px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(14) { top: 825px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(15) { top: 855px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(16) { top: 885px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(17) { top: 915px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(18) { top: 945px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(19) { top: 975px;}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(20) { top: 1005px;}

#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(1) a::after  { background-image: url(../files/top_block01_btn_01_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(2) a::after  { background-image: url(../files/top_block01_btn_02_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(3) a::after  { background-image: url(../files/top_block01_btn_03_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(4) a::after  { background-image: url(../files/top_block01_btn_04_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(5) a::after  { background-image: url(../files/top_block01_btn_05_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(6) a::after  { background-image: url(../files/top_block01_btn_06_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(7) a::after  { background-image: url(../files/top_block01_btn_07_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(8) a::after  { background-image: url(../files/top_block01_btn_08_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(9) a::after  { background-image: url(../files/top_block01_btn_09_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(10) a::after { background-image: url(../files/top_block01_btn_10_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(11) a::after { background-image: url(../files/top_block01_btn_11_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(12) a::after { background-image: url(../files/top_block01_btn_12_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(13) a::after { background-image: url(../files/top_block01_btn_13_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(14) a::after { background-image: url(../files/top_block01_btn_14_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(15) a::after { background-image: url(../files/top_block01_btn_15_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(16) a::after { background-image: url(../files/top_block01_btn_16_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(17) a::after { background-image: url(../files/top_block01_btn_17_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(18) a::after { background-image: url(../files/top_block01_btn_18_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(19) a::after { background-image: url(../files/top_block01_btn_19_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(20) a::after { background-image: url(../files/top_block01_btn_20_on.png);}
#elk6cuhws7dmvcpcpmna [class*="field_"]:nth-of-type(21) a::after { background-image: url(../files/top_block01_btn_21_on.png);}

#elk6cuhws7dmvcpcpmna .link_img {
  position: absolute;
  top: calc(50px - var(--transform_Y));
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .3s;
  opacity: 0;
}
#elk6cuhws7dmvcpcpmna .link_img.hovered {
  opacity: 1;
}
#elk6cuhws7dmvcpcpmna .link_img.link1  { background-image: url(../files/top_block01_img_01.png);}
#elk6cuhws7dmvcpcpmna .link_img.link2  { background-image: url(../files/top_block01_img_02.png);}
#elk6cuhws7dmvcpcpmna .link_img.link3  { background-image: url(../files/top_block01_img_03.png);}
#elk6cuhws7dmvcpcpmna .link_img.link4  { background-image: url(../files/top_block01_img_04.png);}
#elk6cuhws7dmvcpcpmna .link_img.link5  { background-image: url(../files/top_block01_img_05.png);}
#elk6cuhws7dmvcpcpmna .link_img.link6  { background-image: url(../files/top_block01_img_06.png);}
#elk6cuhws7dmvcpcpmna .link_img.link7  { background-image: url(../files/top_block01_img_07.png);}
#elk6cuhws7dmvcpcpmna .link_img.link8  { background-image: url(../files/top_block01_img_08.png);}
#elk6cuhws7dmvcpcpmna .link_img.link9  { background-image: url(../files/top_block01_img_09.png);}
#elk6cuhws7dmvcpcpmna .link_img.link10 { background-image: url(../files/top_block01_img_10.png);}
#elk6cuhws7dmvcpcpmna .link_img.link11 { background-image: url(../files/top_block01_img_11.png);}
#elk6cuhws7dmvcpcpmna .link_img.link12 { background-image: url(../files/top_block01_img_12.png);}
#elk6cuhws7dmvcpcpmna .link_img.link13 { background-image: url(../files/top_block01_img_13.png);}
#elk6cuhws7dmvcpcpmna .link_img.link14 { background-image: url(../files/top_block01_img_14.png);}
#elk6cuhws7dmvcpcpmna .link_img.link15 { background-image: url(../files/top_block01_img_15.png);}
#elk6cuhws7dmvcpcpmna .link_img.link16 { background-image: url(../files/top_block01_img_16.png);}
#elk6cuhws7dmvcpcpmna .link_img.link17 { background-image: url(../files/top_block01_img_17.png);}
#elk6cuhws7dmvcpcpmna .link_img.link18 { background-image: url(../files/top_block01_img_18.png);}
#elk6cuhws7dmvcpcpmna .link_img.link19 { background-image: url(../files/top_block01_img_19.png);}
#elk6cuhws7dmvcpcpmna .link_img.link20 { background-image: url(../files/top_block01_img_20.png);}
#elk6cuhws7dmvcpcpmna .link_img.link21 { background-image: url(../files/top_block01_img_21.png);}
#elk6cuhws7dmvcpcpmna > .design_block {
  background-image: url(../files/top_block01_ttl.png);
  background-position-y: top;
  top: calc(0px - var(--transform_Y));
  left: 0;
  width: 100%;
  height: 1100px;
  margin-top: calc(var(--custom_fade) * 1px);
  pointer-events: none;
}
#elk6cuhws7dmvcpcpmna .design_block[class*="block"].moved {
  margin: 0px;
}

/* お問い合わせ */
#ta5til1fwk6trgp72e7t .easys_content_inner {
  width: 100%;
}
#ta5til1fwk6trgp72e7t a::after {
  background-image: url(../files/banner_contact_hov.jpg);
}

/* 事業内容/施工実績 */
#sueae01s8w2c8d9pqntb .easys_content_inner {
  width: 100%;
}
#sueae01s8w2c8d9pqntb [class*="field_"] {
  width: calc( 100% / 2 ) !important;
  height: 100%;
  position: relative;
}
#sueae01s8w2c8d9pqntb [class*="field_"] .eyecatch {
  width: 100%;
}
#sueae01s8w2c8d9pqntb [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/bnr_half_business_hov.png);
}
#sueae01s8w2c8d9pqntb [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/bnr_half_works_hov.png);
}

/* 画像＞イメージ */
#b99oqazqa2k2bg1gl4jh .easys_content_inner {
  width: 100%;
}
#b99oqazqa2k2bg1gl4jh [class*="field_"]:nth-of-type(1) {
  position: absolute;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#b99oqazqa2k2bg1gl4jh [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
#b99oqazqa2k2bg1gl4jh [class*="field_"]:nth-of-type(2) {
  position: relative;
  z-index: 1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#x42655ub6op4b50qps9h,
#vh7uhp6z2l8pro760uxk,
#t60n6ty2j63g7k32a57s,
#wnzhs0rf615bryo0aw63,
#tg3mndd86xz6hq1kh2n6,
#tcckif5evb7raufpdefh,
#ge68u5kg02mzqf6dr85n {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#x42655ub6op4b50qps9h .easys_content_inner,
#vh7uhp6z2l8pro760uxk .easys_content_inner,
#t60n6ty2j63g7k32a57s .easys_content_inner,
#wnzhs0rf615bryo0aw63 .easys_content_inner,
#tg3mndd86xz6hq1kh2n6 .easys_content_inner,
#tcckif5evb7raufpdefh .easys_content_inner,
#ge68u5kg02mzqf6dr85n .easys_content_inner {
  width: 1100px;
}
#x42655ub6op4b50qps9h .post_margin,
#vh7uhp6z2l8pro760uxk .post_margin,
#t60n6ty2j63g7k32a57s .post_margin,
#wnzhs0rf615bryo0aw63 .post_margin,
#tg3mndd86xz6hq1kh2n6 .post_margin,
#tcckif5evb7raufpdefh .post_margin,
#ge68u5kg02mzqf6dr85n .post_margin {
  margin: 0;
}
#x42655ub6op4b50qps9h .entry_post,
#vh7uhp6z2l8pro760uxk .entry_post,
#t60n6ty2j63g7k32a57s .entry_post,
#wnzhs0rf615bryo0aw63 .entry_post,
#tg3mndd86xz6hq1kh2n6 .entry_post,
#tcckif5evb7raufpdefh .entry_post,
#ge68u5kg02mzqf6dr85n .entry_post {
  box-sizing: border-box;
  position: relative;
}
#x42655ub6op4b50qps9h .entry_post > [class*="title"],
#vh7uhp6z2l8pro760uxk .entry_post > [class*="title"],
#t60n6ty2j63g7k32a57s .entry_post > [class*="title"],
#wnzhs0rf615bryo0aw63 .entry_post > [class*="title"],
#tg3mndd86xz6hq1kh2n6 .entry_post > [class*="title"],
#tcckif5evb7raufpdefh .entry_post > [class*="title"],
#ge68u5kg02mzqf6dr85n .entry_post > [class*="title"] {
  display: none;
}
#x42655ub6op4b50qps9h .text_box,
#vh7uhp6z2l8pro760uxk .text_box,
#t60n6ty2j63g7k32a57s .text_box,
#wnzhs0rf615bryo0aw63 .text_box,
#tg3mndd86xz6hq1kh2n6 .text_box,
#tcckif5evb7raufpdefh .text_box,
#ge68u5kg02mzqf6dr85n .text_box {
  float: none !important;
  height: auto;
  margin: calc(var(--custom_fade) * 1px) 0 0;
  overflow: visible;
  width: 100%;
  opacity: 0;
  transition: 1.3s;
}
#x42655ub6op4b50qps9h .text_box.moved,
#vh7uhp6z2l8pro760uxk .text_box.moved,
#t60n6ty2j63g7k32a57s .text_box.moved,
#wnzhs0rf615bryo0aw63 .text_box.moved,
#tg3mndd86xz6hq1kh2n6 .text_box.moved,
#tcckif5evb7raufpdefh .text_box.moved,
#ge68u5kg02mzqf6dr85n .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#x42655ub6op4b50qps9h .post_data,
#vh7uhp6z2l8pro760uxk .post_data,
#t60n6ty2j63g7k32a57s .post_data,
#wnzhs0rf615bryo0aw63 .post_data,
#tg3mndd86xz6hq1kh2n6 .post_data,
#tcckif5evb7raufpdefh .post_data,
#ge68u5kg02mzqf6dr85n .post_data {
  display: block;
  float: none !important;
  margin: 0 0 50px;
  overflow: visible;
}
#x42655ub6op4b50qps9h .design_block[class*="block"].moved,
#vh7uhp6z2l8pro760uxk .design_block[class*="block"].moved,
#t60n6ty2j63g7k32a57s .design_block[class*="block"].moved,
#wnzhs0rf615bryo0aw63 .design_block[class*="block"].moved,
#tg3mndd86xz6hq1kh2n6 .design_block[class*="block"].moved,
#tcckif5evb7raufpdefh .design_block[class*="block"].moved,
#ge68u5kg02mzqf6dr85n .design_block[class*="block"].moved {
  margin: 0px;
}

/* 共通ボタン-ブロック内リンク */
#mcjm4i1sgutqg0x0egdd [class*="_btn"],
#x42655ub6op4b50qps9h [class*="_btn"],
#vh7uhp6z2l8pro760uxk [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 245px;
  height: 50px;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a,
#x42655ub6op4b50qps9h [class*="_btn"] a,
#vh7uhp6z2l8pro760uxk [class*="_btn"] a {
  background: url(../files/top_block02_btn_def.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a::after,
#x42655ub6op4b50qps9h [class*="_btn"] a::after,
#vh7uhp6z2l8pro760uxk [class*="_btn"] a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/top_block02_btn_hov.png) no-repeat center top;
  transition: .3s;
  opacity: 0;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a:hover::after,
#x42655ub6op4b50qps9h [class*="_btn"] a:hover::after,
#vh7uhp6z2l8pro760uxk [class*="_btn"] a:hover::after {
  opacity: 1;
}

/* 電気工事に関することなら成電工まで */
#x42655ub6op4b50qps9h {
  background-image: url(../files/top_block02_bg.jpg);
  height: 1300px;
}
#x42655ub6op4b50qps9h .entry_post {
  padding: 730px 550px 0 50px;
}
#x42655ub6op4b50qps9h > .design_block.block1 {
  background-image: url(../files/top_block02_img_01.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}
#x42655ub6op4b50qps9h > .design_block.block2 {
  background-image: url(../files/top_block02_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(var(--custom_fade) * 1px);
}

/* 安心していただける業者として */
#vh7uhp6z2l8pro760uxk {
  background-image: url(../files/top_block03_bg.jpg);
  height: 1100px;
}
#vh7uhp6z2l8pro760uxk .entry_post {
  padding: 670px 0 0 690px;
}
#vh7uhp6z2l8pro760uxk [class*="_btn"] a {
  background-image: url(../files/top_block03_btn_def.png);
}
#vh7uhp6z2l8pro760uxk [class*="_btn"] a::after {
  background-image: url(../files/top_block03_btn_hov.png);
}
#vh7uhp6z2l8pro760uxk > .design_block.block1 {
  background-image: url(../files/top_block03_img01.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(var(--custom_fade) * -1px);
}
#vh7uhp6z2l8pro760uxk > .design_block.block2 {
  background-image: url(../files/top_block03_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}
#vh7uhp6z2l8pro760uxk > .design_block.block3 {
  background-image: url(../files/top_block03_spin.png);
  width: 143px;
  height: 143px;
  top: 817px;
  left: calc(50% - 70px);
  opacity: 1;
  -webkit-animation: anime-rotate 60s linear 0s infinite;
  animation        : anime-rotate 60s linear 0s infinite;
}
@keyframes anime-rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ブログ */
/* g1tti3n35c1cf5py6q2a */
#mcjm4i1sgutqg0x0egdd {
  background: url(../files/top_news_bg.jpg) repeat center top;
  position: relative;
  padding: 340px 0 200px;
}
#mcjm4i1sgutqg0x0egdd .blog_post {
  border: none;
  color: #fff;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] {
  width: 100px;
  height: 30px;
  position: absolute;
  bottom: 110px;
  left: calc(50% + 315px);
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a {
  background-image: url(../files/top_news_btn_def.png);
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a::after {
  background-image: url(../files/top_news_btn_hov.png);
}
#mcjm4i1sgutqg0x0egdd > .design_block.block1 {
  background-image: url(../files/top_news_ttl.png);
  width: 400px;
  height: 150px;
  top: 125px;
  left: calc(50% - 200px);
  opacity: 1;
  /* margin-top: calc(var(--custom_fade) * 1px); */
}

/* 事業内容のご紹介 */
#t60n6ty2j63g7k32a57s {
  background-image: url(../files/20_block04_bg.jpg);
  height: 1100px;
}
#t60n6ty2j63g7k32a57s .entry_post {
  padding: 630px 550px 0 50px;
}
#t60n6ty2j63g7k32a57s > .design_block.block1 {
  background-image: url(../files/20_block04_img_01.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(var(--custom_fade) * 1px);
}
#t60n6ty2j63g7k32a57s > .design_block.block2 {
  background-image: url(../files/20_block04_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}

/* ご依頼をお待ちしております */
#wnzhs0rf615bryo0aw63 {
  background-image: url(../files/30_block05_bg.jpg);
  height: 900px;
}
#wnzhs0rf615bryo0aw63 .entry_post {
  padding: 230px 0 0 600px;
}
#wnzhs0rf615bryo0aw63 .post_data {
  color: #fff;
}
#wnzhs0rf615bryo0aw63 > .design_block.block1 {
  background-image: url(../files/30_block05_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}
#wnzhs0rf615bryo0aw63 > .design_block.block2 {
  width: 2000px;
  height: 250px;
  bottom: 0px;
  left: calc(50% - 1000px);
  opacity: 1;
}
#wnzhs0rf615bryo0aw63 > .design_block.block2::before {
  content: "";
  width: calc(2000 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/30_block05_slide.png) repeat-x left top / auto;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}

/* 施工実績のご紹介 */
#tg3mndd86xz6hq1kh2n6 {
  background-image: url(../files/40_block06_bg.jpg);
  height: 1100px;
}
#tg3mndd86xz6hq1kh2n6 .entry_post {
  padding: 630px 570px 0 45px;
}
#tg3mndd86xz6hq1kh2n6 > .design_block.block1 {
  background-image: url(../files/40_block06_img_01.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(var(--custom_fade) * 1px);
}
#tg3mndd86xz6hq1kh2n6 > .design_block.block2 {
  background-image: url(../files/40_block06_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}

/* ご挨拶 */
#tcckif5evb7raufpdefh {
  background-image: url(../files/50_block07_bg.jpg);
  height: 1100px;
}
#tcckif5evb7raufpdefh .entry_post {
  padding: 560px 0 0 630px;
}
#tcckif5evb7raufpdefh > .design_block.block1 {
  background-image: url(../files/50_block07_img01.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(var(--custom_fade) * 1px);
}
#tcckif5evb7raufpdefh > .design_block.block2 {
  background-image: url(../files/50_block07_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 採用を行なっております */
#ge68u5kg02mzqf6dr85n {
  background-image: url(../files/60_block08_bg.jpg);
  height: 1100px;
}
#ge68u5kg02mzqf6dr85n .entry_post {
  padding: 620px 540px 0 85px;
}
#ge68u5kg02mzqf6dr85n > .design_block.block1 {
  background-image: url(../files/60_block08_img01.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(var(--custom_fade) * 1px);
}
#ge68u5kg02mzqf6dr85n > .design_block.block2 {
  background-image: url(../files/60_block08_ttl.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}


/*  背景変更
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#page_81 #rf8jvyojuils00h86sxy,
#ez4wlty0ipnmq41fpw2p {
  background: url(../files/html_bg.jpg) repeat left top;
  padding-top: var(--custom_padding);
  padding-bottom: calc(var(--custom_padding));
}

/* 会社概要＞「会社概要」 */
#page_81 #rf8jvyojuils00h86sxy {}

/* 採用情報＞「募集要項」 */
#ez4wlty0ipnmq41fpw2p {}
