@charset "utf-8";

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


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: url(/files/html_bg.jpg) repeat;
 }
body {
    background: none transparent;
  color:#302827  ;/*要変更：基本カラー*/
  min-width: 1200px;
  max-width: 2000px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;

}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 700px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  height: 2000px/*要変更*/;
}
/* ヘッダーの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: 0;
    left: 60px;
}

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

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
display: none;
}


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



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #FFF  /*要変更：widget_title_bgのテキストカラー*/;
  background: url(/files/widget_title_bg.png) no-repeat scroll left top transparent;
}
.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: #302827  /*要変更：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: 420px;/*要変更：footer_bg画像の高さ*/
  position: relative;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top/*要変更：拡張子が合っているか確認*/;
  height: 370px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 184px;
  width: 100%;
}
#footer-widget-area {
  display: block;
}
#footer-widget-area .widget-area {
  display:block;
  margin: 0 auto 0 370px;
  width:500px;
}

#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #11364c;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




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



/*  フッター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/*要変更：コピーライトのテキストカラー*/;
  position: absolute;
  bottom: 0;
  left: calc(50% - 450px);
}


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


#fixed_btn_line,
#fixed_btn_line a{
    width: 50px;
    height: 130px;
    margin: 0;
}

#fixed_btn_contact,
#fixed_btn_contact a{
    width: 50px;
    height: 170px;
    margin: 0;
}


#float_top_btn {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png)/*要変更：拡張子が合っているか確認*/;
  color: #302827  /*要変更：top_entry_titleのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
  color: #FFF  /*要変更：entry_title_bgのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #FFF  /*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png)/*要変更：拡張子が合っているか確認*/;
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png)/*要変更：拡張子が合っているか確認*/;
  font-size: 20px;
  color: #FFF  /*要変更：entry_title_bg_w570のテキストカラー*/;
}


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


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png)/*要変更：拡張子が合っているか確認*/;
}
* .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 #ffffff  /*要変更：テーブルのthの背景色*/;
  border: 1px solid #f6f4d7/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #302827  /*要変更：テーブルのthのテキストカラー*/;
}

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


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

small a:hover {
  background-color: #fe6060/*要変更：リンクテキストカラー*/;
  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, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border: none;
  color: #302827  ;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #ffffff  !important;
}
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 {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none #ffffff  ;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666666  !important;
}

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

.table_area table tr td {
  border: none !important;
  background: none #ffffff  !important;
}

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


.faq-title {
  background-color: #fe6060/*要変更：リンクテキストカラー*/;
  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: #fe6060  /*要変更：テーブルの必須のテキストカラー*/;
}
.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: #f6f4d7/*要変更：テーブルボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #FFF/*要変更：テーブルthの背景色*/;
  width: 8em;
  color: #302827  /*要変更：テーブルthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff/*要変更：テーブルtdの背景色*/;
  color: #302827  /*要変更：テーブル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: #fe6060  /*要変更：blog_titleのテキストカラー*/;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #fe6060    ;}/*要変更：blog_titleのテキストカラー*/


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

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


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


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


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

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

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

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

.flow_arr {  height: 40px;}



/*  大バナー設定
---------------------------------------------------------------------------------------------------- */
#ozwnpo8jxfmxkhws76ou div,
#lavfp7nq3qgwljh13inx div{
    margin-bottom: 0;
    padding-bottom: 0;
}

#lavfp7nq3qgwljh13inx .eyecatch a img,
#ozwnpo8jxfmxkhws76ou .eyecatch a img{display: none;}

#ozwnpo8jxfmxkhws76ou{
    background: url(/files/contact_banner_parara.jpg) no-repeat center center fixed transparent;
    background-size: cover;
    height: 500px;
    position: relative;
}

#ozwnpo8jxfmxkhws76ou .eyecatch a{
    display: block;
    width: 960px;
    height: 500px;
    background: url(/files/contact_banner.png) no-repeat top center/100%;
}


#lavfp7nq3qgwljh13inx{
    background:  url(/files/official_banner_cover.png) no-repeat center top / auto scroll,
                        url(/files/official_banner_parara.jpg) no-repeat center center / cover fixed;
height: 600px;
position: relative;
}

#lavfp7nq3qgwljh13inx .eyecatch a{
    position: absolute;
    top: 155px;
    left: calc(50% + 60px);
    display: block;
    width: 420px;
    height: 160px;
    background: url(/files/official_banner_btn.png) no-repeat top center/100%;
}
#lavfp7nq3qgwljh13inx .eyecatch a:hover{background-position: center bottom;}

/*3連バナー
---------------------------------------------------------------------------------------------------- */
#zfz8a0mx5y937x2b4ugk div,
#jvo1lwzwfbomvo91bzy1 div{
    margin-bottom: 0;
    padding-bottom: 0;
}
#zfz8a0mx5y937x2b4ugk{
    margin-bottom: 70px;
}
#zfz8a0mx5y937x2b4ugk{
    background-color: #70b0f0;
    /* padding:30px 0px; */
    position: relative;
    }
  
#zfz8a0mx5y937x2b4ugk .easys_content_inner,
  #jvo1lwzwfbomvo91bzy1 .easys_content_inner{
    width: 100%;
  }
  
  
  .img_display_1003 .field_3col{
    overflow: hidden;
    position: relative;
    width: calc(100%/3)!important;
    margin: 0;
    padding: 0 calc(100%*(12.5/2000));
    box-sizing: border-box;
  }
  
  .img_display_1003 .eyecatch{
    position: relative;
    z-index: 10;
    width: 100%;
    border-radius: 10px;
  }
  
  .img_display_1003 .field_3col a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    z-index: -1;
  }
  .img_display_1003 .field_3col a:hover:before{
    transform: scale(1.1);
  }

  .img_display_1003 .field_3col a:hover img,
  .img_display_1003 .field_3col a:hover{opacity: 1;}

  .img_display_1003  .float_left:nth-child(1) .eyecatch a:before{
      background: url(/files/three_banner_tel_bg.jpg) no-repeat top center/100%;
  }


  .img_display_1003  .float_left:nth-child(2) .eyecatch a:before{
background: url(/files/three_banner_line_bg.jpg) no-repeat top center/100%;
  }

  .img_display_1003 .float_right .eyecatch a:before{
background: url(/files/three_banner_mail_bg.jpg) no-repeat top center/100%;
  }


  /*====================================================
ここからデザインブロック
===================================================== */
/* PC 背景付きブロックの記事画像 非表示  */
#xbospuryylg4s0f47dgq .entry_post:first-of-type .eyecatch,
#dvrxkklm0i2xk4xeni6r .entry_post:first-of-type .eyecatch,
#qplnlkkcms6o0i0d394y .entry_post:first-of-type .eyecatch,
#x7iqaps3vrnjxgoa179o .entry_post:first-of-type .eyecatch,
#qf7ppx84cqyjomztcs7z .entry_post:first-of-type .eyecatch,
#omp1j32xq4lr4wpyy72a .entry_post:first-of-type .eyecatch,
#duz1byc4fe29ypcipqvj .entry_post:first-of-type .eyecatch{display: none;}
/*  float 解除 */
#xbospuryylg4s0f47dgq .entry_post:first-of-type .float_left,
#xbospuryylg4s0f47dgq .entry_post:first-of-type .float_right,
#dvrxkklm0i2xk4xeni6r .entry_post:first-of-type .float_left,
#dvrxkklm0i2xk4xeni6r .entry_post:first-of-type .float_right,
#qplnlkkcms6o0i0d394y .entry_post:first-of-type .float_left,
#qplnlkkcms6o0i0d394y .entry_post:first-of-type .float_right,
#x7iqaps3vrnjxgoa179o .entry_post:first-of-type .float_left,
#x7iqaps3vrnjxgoa179o .entry_post:first-of-type .float_right,
#qf7ppx84cqyjomztcs7z .entry_post:first-of-type .float_left,
#qf7ppx84cqyjomztcs7z .entry_post:first-of-type .float_right,
#omp1j32xq4lr4wpyy72a .entry_post:first-of-type .float_left,
#omp1j32xq4lr4wpyy72a .entry_post:first-of-type .float_right,
#duz1byc4fe29ypcipqvj .entry_post:first-of-type .float_left,
#duz1byc4fe29ypcipqvj .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#xbospuryylg4s0f47dgq *[class*="title"],
#dvrxkklm0i2xk4xeni6r *[class*="title"],
#qplnlkkcms6o0i0d394y *[class*="title"],
#x7iqaps3vrnjxgoa179o *[class*="title"],
#qf7ppx84cqyjomztcs7z *[class*="title"],
#omp1j32xq4lr4wpyy72a *[class*="title"],
#duz1byc4fe29ypcipqvj *[class*="title"]{display: none;}


/* ＝＝＝親要素 ＝＝＝ */
#xbospuryylg4s0f47dgq,
#dvrxkklm0i2xk4xeni6r,
#qplnlkkcms6o0i0d394y,
#x7iqaps3vrnjxgoa179o,
#qf7ppx84cqyjomztcs7z,
#omp1j32xq4lr4wpyy72a,
#duz1byc4fe29ypcipqvj{position: relative;}

/* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#xbospuryylg4s0f47dgq .easys_content_inner,
#dvrxkklm0i2xk4xeni6r .easys_content_inner,
#qplnlkkcms6o0i0d394y .easys_content_inner,
#x7iqaps3vrnjxgoa179o .easys_content_inner,
#qf7ppx84cqyjomztcs7z .easys_content_inner,
#omp1j32xq4lr4wpyy72a .easys_content_inner,
#duz1byc4fe29ypcipqvj .easys_content_inner{
    position: relative;
    z-index: 100;
}


/*  全体にフェードインアニメーション＊個別フェードインより上層に記載
---------------------------------------------------------------------------------------------------- */

.easys_content_inner {
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
}

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

/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.blockimg {
    position: absolute;
    opacity: 0;
    transition: 1s ease 0s;
    pointer-events: none;
    width: 2000px;/*◆ 要変更 */
    top: 0;
    left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  }
  .blockimg.moved {
    opacity: 1;
    transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  }



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



/*株式会社久建設が全て解決します！
---------------------------------------------------------------------------------------------------- */

#xbospuryylg4s0f47dgq {
    background: url(/files/01_bg.jpg) no-repeat center top;
    height: 900px;
}

#xbospuryylg4s0f47dgq .text_box {
    width: 600px;
    margin: 100px 0 0 0px;
}

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

#xbospuryylg4s0f47dgq .main_btn a {
display: none;
}

#xbospuryylg4s0f47dgq .blockimg.img01 {
    background: url(/files/01_title.png) no-repeat center top;
    top: 80px;
    left: calc(50% - 490px);
    width: 960px;
    height: 250px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #xbospuryylg4s0f47dgq .blockimg.img02 {
    background: url(/files/01_content_right.png) no-repeat center top;
    top: 200px;
    left: calc(50% - -220px);
    width: 780px;
    height: 630px;
    transform: translateX(100px);/* 右からフェードイン */
  }

  #xbospuryylg4s0f47dgq .blockimg.img03 {
    background: url(/files/01_content_left.png) no-repeat center top;
    top: 200px;
    left: calc(50% - 1000px);
    width: 780px;
    height: 630px;
    transform: translateX(-100px);/* 左からフェードイン */
  }

  #xbospuryylg4s0f47dgq .blockimg.img04 {
    background: url(/files/01_content_central.png) no-repeat center top;
    top: 300px;
    left: calc(50% - 490px);
    width: 960px;
    height: 500px;
    transform: translateY(100px);/* 下からフェードイン */
  }

/*久建設の解体が選ばれる3つのポイント
---------------------------------------------------------------------------------------------------- */

#dvrxkklm0i2xk4xeni6r {
    background: url(/files/02_bg.jpg) no-repeat center top;
    height: 970px;
}

#dvrxkklm0i2xk4xeni6r .border_margin{display: none;}

#dvrxkklm0i2xk4xeni6r  *[class*='entry_post']{
    position: absolute;
    width: 300px;
   }

#dvrxkklm0i2xk4xeni6r  *[class*='entry_post'] .eyecatch{  margin:0;}
#dvrxkklm0i2xk4xeni6r  *[class*='entry_post'] .eyecatch .post_data{  text-align: center;}

#dvrxkklm0i2xk4xeni6r .entry_post_1002{
  top: 670px;
  left: 0px;
}
#dvrxkklm0i2xk4xeni6r .entry_post_1001{
  top:670px;
  left: 330px;
}
#dvrxkklm0i2xk4xeni6r .entry_post_1000{
  top:670px;
  left: 660px;
}

#dvrxkklm0i2xk4xeni6r .main_btn a {display: none;}


#dvrxkklm0i2xk4xeni6r  .blockimg.img01 {
    background: url(/files/02_title.png) no-repeat center top;
    top: 130px;
    left: calc(50% - 480px);
    width: 960px;
    height: 140px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #dvrxkklm0i2xk4xeni6r  .blockimg.img02 {
    background: url(/files/02_content.png) no-repeat center top;
    top: 270px;
    left: calc(50% - 650px);
    width: 1300px;
    height: 400px;
    transform: translateY(100px);/* 下からフェードイン */
  }

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

#jvo1lwzwfbomvo91bzy1{
    background: url(/files/three_banner_bg.jpg) no-repeat bottom center;
    height:790px;
    position: relative;
}

#zfz8a0mx5y937x2b4ugk .blockimg.img01,
#jvo1lwzwfbomvo91bzy1 .blockimg.img01 {
    background: url(/files/three_banner_title.png) no-repeat center top/100%;
    top: calc(100%*(50/790));
    left: calc(100%*(520/2000));
    width: calc(100%*(960/2000));
    height: calc(100%*(180/790));
    transform: translateY(100px);/* 下からフェードイン */
    z-index: 2;
  }

  #zfz8a0mx5y937x2b4ugk .blockimg.img02,
  #jvo1lwzwfbomvo91bzy1  .blockimg.img02 {
    background: url(/files/three_banner_content.png) repeat-x left top/calc(100%*(1350/2000));
    top: calc(100%*(110/790));
    left: 0;
    width: 100%;
    height: calc(100%*(150/790));
    animation: bg_loop 50s linear 0s infinite;
  }


  @keyframes bg_loop {
    0% {background-position-x: 0px;}
    100% {background-position-x: -66.8vw;}
  }
  #zfz8a0mx5y937x2b4ugk .img_display_1003,
  #jvo1lwzwfbomvo91bzy1 .img_display_1003{
      margin-top: calc(100%*(120/790));
  }

/*安さの理由
---------------------------------------------------------------------------------------------------- */

#qplnlkkcms6o0i0d394y {
    background: url(/files/03_bg.jpg) no-repeat center top;
    height: 1080px;
}

#qplnlkkcms6o0i0d394y .text_box {
    width: 810px;
    margin: 925px auto;
}

#qplnlkkcms6o0i0d394y .post_data {
    text-align: center;
}

#qplnlkkcms6o0i0d394y .main_btn a {
display: none;
}

#qplnlkkcms6o0i0d394y   .blockimg.img01 {
    background: url(/files/03_title.png) no-repeat center top;
    top: 170px;
    left: calc(50% - 480px);
    width: 960px;
    height: 100px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #qplnlkkcms6o0i0d394y  .blockimg.img02 {
    background: url(/files/03_content.png) no-repeat center top;
    top: 270px;
    left: calc(50% - 480px);
    width: 960px;
    height: 650px;
    transform: translateY(100px);/* 下からフェードイン */
  }

/*工事の流れ
---------------------------------------------------------------------------------------------------- */

#x7iqaps3vrnjxgoa179o {
    background:  url(/files/04_cover.png) no-repeat center top / auto scroll,
                        url(/files/04_parara.jpg) no-repeat center center / cover fixed;
    height: 1740px;
}


#x7iqaps3vrnjxgoa179o *[class*='sub_post']{
  position:absolute;
  left: 220px;
  width: 740px;
  margin:0;
  padding: 0;
}
#x7iqaps3vrnjxgoa179o *[class*='sub_post'] .post_data{
  color:#FFF;
}

#x7iqaps3vrnjxgoa179o .sub_post_1{
  top: 490px;
}

#x7iqaps3vrnjxgoa179o .sub_post_2{
    top: 740px;
}
#x7iqaps3vrnjxgoa179o .sub_post_3{
    top: 1040px;
}
#x7iqaps3vrnjxgoa179o .sub_post_4{
    top: 1270px;
}
#x7iqaps3vrnjxgoa179o .sub_post_5{
    top: 1510px;
}

#x7iqaps3vrnjxgoa179o .flow_arr{display:none}

/*解体工事の平均単価
---------------------------------------------------------------------------------------------------- */

#qf7ppx84cqyjomztcs7z {
  background:  url(/files/block_bg_02.jpg)repeat;
  height:590px;
  padding: 240px 0 0;
  box-sizing: border-box;
}

#qf7ppx84cqyjomztcs7z .text_box {
    width: 600px;
    margin: 100px 0 0 0px;
}

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

#qf7ppx84cqyjomztcs7z .main_btn a {
display: none;
}

#qf7ppx84cqyjomztcs7z .post_margin {
margin-bottom: 80px;
}

#qf7ppx84cqyjomztcs7z .blockimg.img01 {
    background: url(/files/05_title.png) no-repeat center top;
    top: 100px;
    left: calc(50% - 480px);
    width: 960px;
    height: 130px;
    transform: translateY(100px);/* 下からフェードイン */
  }


#ckt05rsesmiw7m1jejlf{
  background:  url(/files/block_bg_02.jpg)repeat;
  position:relative;
  padding-bottom: 30px;
}

#zg_1012 > div > table > tbody > tr:nth-child(1) td{
 background: #eee342!important;
}

/*解体工事費用の計算例
---------------------------------------------------------------------------------------------------- */

#omp1j32xq4lr4wpyy72a {
    background:  url(/files/block_bg_03.jpg)repeat;
    height: 320px;
}

#omp1j32xq4lr4wpyy72a .text_box {
    width: 800px;
    margin: 230px auto 0;
}

#omp1j32xq4lr4wpyy72a .post_data {
     text-align: center;
}

#omp1j32xq4lr4wpyy72a .main_btn a {
display: none;
}

#omp1j32xq4lr4wpyy72a   .blockimg.img01 {
    background: url(/files/06_title.png) no-repeat center top;
    top: 90px;
    left: calc(50% - 480px);
    width: 960px;
    height: 130px;
    transform: translateY(100px);/* 下からフェードイン */
  }

#tzbgs1pi49i94g8pe50h{
   background:  url(/files/block_bg_03.jpg)repeat;
   margin:0 0 0 0;
  position:relative;
}

#tzbgs1pi49i94g8pe50h #zg_1015 > div > table > tbody > tr:nth-child(1) td{
 background: #eee342!important;
}


/*お客様の声
---------------------------------------------------------------------------------------------------- */

#duz1byc4fe29ypcipqvj {
    background: url(/files/07_bg.jpg) no-repeat center top;
    height: 1620px;
}

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

    #duz1byc4fe29ypcipqvj .sub_post_0.moved,
    #duz1byc4fe29ypcipqvj .sub_post_1.moved,
    #duz1byc4fe29ypcipqvj .sub_post_2.moved {
      opacity: 1;
      transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
    }
  

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

#duz1byc4fe29ypcipqvj .main_btn a {
display: none;
}

#duz1byc4fe29ypcipqvj .sub_post_0,
#duz1byc4fe29ypcipqvj .sub_post_1,
#duz1byc4fe29ypcipqvj .sub_post_2{
  position:absolute;
  width: 570px;
  height: 250px;
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  box-sizing: border-box;
  transition: 1s ease 0s;
  transform: translateY(100px);/* 下からフェードイン */
  opacity: 0;
}

#duz1byc4fe29ypcipqvj .post_data p{margin:0;}
#duz1byc4fe29ypcipqvj .sub_post_0{
  top: 425px;
  left: 360px;
}
#duz1byc4fe29ypcipqvj .sub_post_1{
    top: 795px;
    left: 60px;
}
#duz1byc4fe29ypcipqvj .sub_post_2{
  top: 1165px;
  left: 380px;
}

#duz1byc4fe29ypcipqvj .blockimg.img01 {
    background: url(/files/07_title.png) no-repeat center top;
    top: 120px;
    left: calc(50% - 480px);
    width: 960px;
    height: 180px;
    transform: translateY(100px);/* 下からフェードイン */
  }
  #duz1byc4fe29ypcipqvj .blockimg.img02 {
    background: url(/files/07_content_a.png) no-repeat center top;
    top: 410px;
    left: calc(50% - 650px);
    width: 1300px;
    height: 370px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #duz1byc4fe29ypcipqvj .blockimg.img03 {
    background: url(/files/07_content_b.png) no-repeat center top;
    top: 780px;
    left: calc(50% - 650px);
    width: 1300px;
    height: 370px;
    transform: translateY(100px);/* 下からフェードイン */
  }

  #duz1byc4fe29ypcipqvj .blockimg.img04 {
    background: url(/files/07_content_c.png) no-repeat center top;
    top: 1150px;
    left: calc(50% - 650px);
    width: 1300px;
    height: 370px;
    transform: translateY(100px);/* 下からフェードイン */
  }


  /*新着情報
  ---------------------------------------------------------------------------------------------------- */

  /* タイトル非表示 */
#ddw5eaye7q6j5zeyhxbf {display: none;}

#ddw5eaye7q6j5zeyhxbf a:hover{background-position: center bottom;}
#ddw5eaye7q6j5zeyhxbf a img{display: none;}


  #k9i51hilcmy9uwvh4ap2 {
    overflow: hidden;
    position: relative;
     padding: 350px 0px 0px 0px;
    height: 950px;
    box-sizing: border-box;
}
#k9i51hilcmy9uwvh4ap2 .post_data{padding: 0;}
#k9i51hilcmy9uwvh4ap2 .blog_post {
  width: 290px;
  float: left;
  display: block;
  background-color: transparent;
  border: none transparent !important;/*記事ごとのドット下線消す*/
  text-align: center;
  position: relative;
  z-index: 100;
}
#k9i51hilcmy9uwvh4ap2 .blog_post:nth-child(1) {margin-left:37px;}
#k9i51hilcmy9uwvh4ap2 .blog_post:nth-child(3) {margin-right:37px;}

#k9i51hilcmy9uwvh4ap2 .blog_post:nth-child(2) {margin: 0 8px;}/* 記事間 左右余白調整 */
#k9i51hilcmy9uwvh4ap2 .blog_list_text_size {width: 100%;text-align: center;}
#k9i51hilcmy9uwvh4ap2 .eyecatch {float: none;}
#k9i51hilcmy9uwvh4ap2 .eyecatch img {width:200px;height:200px;object-fit:cover;}
#k9i51hilcmy9uwvh4ap2 .date_area {/* 日付 */
    padding: 10px 2%;
    text-align: center;
    display: block;
    margin: 0 auto;
    display:none;/*非表示に変更*/
}
#k9i51hilcmy9uwvh4ap2 .post_title_list {/* 記事タイトル */
/* display:none;*/
    display:block;/*表示に変更*/
    padding: 5px 0 0 0;
  }
#k9i51hilcmy9uwvh4ap2 .blog_thumb {/* サムネイル画像 */
  width: 200px;
  height: 200px;
  max-height: none;
  border-radius: 50%;/*画像を丸くする*/
  margin: 0 0 10px;/*画像下の隙間調整*/
}
#k9i51hilcmy9uwvh4ap2 .news_small_text {/* 記事本文 */
display:none;
}

#k9i51hilcmy9uwvh4ap2 .blockimg.img01 {
    background: url(/files/08_bg.jpg) no-repeat top center;
    top: 0px;
    height: 950px;
    z-index: -10;
  }

#k9i51hilcmy9uwvh4ap2 .blockimg.img02 {
    background: url(/files/08_title.png) no-repeat center top;
    top: 210px;
    left: calc(50% - 480px);
    width: 960px;
    height: 90px;
    z-index: -10;
    transform: translateY(100px);/* 下からフェードイン */
  }
  #k9i51hilcmy9uwvh4ap2 .blockimg.img03 {
    background: url(/files/08_content.png) no-repeat center top;
    top: 300px;
    left: calc(50% - 480px);
    width: 960px;
    height: 280px;
    z-index: -1;
    transform: translateY(100px);/* 下からフェードイン */
  }


#w8kn7yn3ugxr6m72d0k2{
  margin: -330px 0 250px 0;
}
#w8kn7yn3ugxr6m72d0k2 div{
    margin-bottom: 0;
    padding-bottom: 0;
}

#w8kn7yn3ugxr6m72d0k2 a{
    display: block;
    background: url(/files/08_btn.png) no-repeat top center;
    height: 50px;
    width: 200px;
  overflow:hidden;
}

#w8kn7yn3ugxr6m72d0k2 a:hover{background-position: bottom center;}

#w8kn7yn3ugxr6m72d0k2 a img{display: none;}


.grecaptcha-badge { visibility: hidden; }