@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
scroll-padding-top: 90px; 
background:#000000;
}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: none transparent;
  color: #ffffff;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;/*2000pxを超える画面の対策*/
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block,
#page_18 #outer_block {
  padding-top: 0;
}

a:link, a:visited, a:hover, a:active {
color: #007eff;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #007eff;
  color: #fff;
}



/* ===================================================================================================================
   ■ ヘッダー　メインの高さ｜メインに被せる画像（ロゴやキャッチ）
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: calc(100% * (600/2000)) 0 0 0;/*メインの高さ*/
  position: relative;
  z-index: 500;
  height: 0;
  background: url("/files/branding_box.png") no-repeat left top/12%;
}

#page_6 #branding_box {
  padding: calc(100% * (1035/2000)) 0 0 0;/*メインの高さ*/
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}



/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    right: 50px;
    text-align: right;
    z-index: 2;
}
#page_6 #site-description {
      bottom: 25px;
      left: 50px;
      text-align: left;
      top: unset;
      right: unset;
}

#site-description a {
  display: inline;
  color: #cbd5cf;
}

/*  サイトロゴ　※ロゴリンク範囲
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 300px; 
  margin: 0 ;
  padding: 0;
}
.main_header img ,
.header_class img {
  position:absolute;
  top:0px;
  z-index:591;
  width:300px;
  height:100px;
}

/* レスポンシブ*/
.main_header img {
  position: absolute;
  z-index: 591;
  top: 6%;
  left: 2%;
  width: 8%;
  height: 27%;
}
#page_6 .main_header img {
  top: 2%;
  left: 2%;
  width: 8%;
  height: 17%;
}



/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  z-index: 590;
  position: absolute;
  top: 70px;
  border-bottom:1px solid rgba(255,255,255,0.35);
}

#page_6 #access {top: 105px;}

div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}

div#access .menu-header {
  width: 100%;
  /*右寄せ*/
  text-align: right;
  /*右余白*/
  padding-right: 30px;
  box-sizing: border-box;
}
div#access .menu-header #menu-gnavi {
  display: inline-block;
}


div#access .menu-item a {
  background: url("/files/topnavi.png") no-repeat left top;
  padding: 0;
  height: 90px !important;
  line-height: 90px !important;
  width: 130px;
}

div#access .gnavi16 a { width: 180px !important;}

div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -130px;}
div#access .gnavi13 a { background-position-x: -260px;}
div#access .gnavi14 a { background-position-x: -390px;}
div#access .gnavi15 a { background-position-x: -520px;}
div#access .gnavi16 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}



/*固定時用ナビ*/
#access.fixed {
  position:fixed;
  top:0 !important;
  left:0;
  min-width:1300px !important;
  max-width:2000px;/*最大2000pxを維持*/
  background: url(/files/topnavi_bg.jpg) no-repeat center top;
  border: 0px;
}




/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
  }
  #access ul.menu ul.sub-menu,
  #access ul.menu ul.sub-menu li {
    width: 100%;
  }
  /* プルダウンメニューの色　16進数、RGBA両方変更すること */
  div#access ul.sub-menu li.sub-gnavi a,
  div#access ul.sub-menu li.sub-gnavi2 a {
    width: 100%;
    background: none rgba(255 255 255 0.18);
    color: #fff;
  }
  #access ul li.current_page_item > a,
  #access ul li.current-menu-ancestor > a,
  #access ul li.current-menu-item > a,
  #access ul li.current-menu-parent > a {
    color: #fff;
  }
  div#access ul.sub-menu li.sub-gnavi a:hover,
  div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none rgba(255 255 255 0.18);
    color: #ea0101;
  }
  #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: #ea0101;
  }

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, 
#jquery_slider_pc,
#video_teaser {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}


#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color: #ffffff;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #ffffff;
  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: #a0af9b;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a {
  text-decoration: underline;
  color: #fff;
}
#wp-calendar tbody td a:hover { text-decoration: none; }

#calendar_wrap table tr td#today {
  background-color: #007eff;
  color: #fff;
}



/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.jpg) no-repeat center top;
  height: 600px;
  position: relative;
}
#footer_box {
  background: none transparent;
  height: 600px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area{
  display: block;
}
#footer_sitemap_block {
  position: absolute;
  top: 495px;
  left: 0;right: 0;
  margin: 0 auto;
  width: auto;
}

#footer-widget-area .widget-area ul.menu {
  border-color: #fff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #fff;
  color: #fff;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: auto;
  position: absolute;
  top: 360px;
  left: 0;right: 0;
  margin: 0 auto;
}

#footer_information .entry-post {
  width: 100%;
  margin:  0;
  text-align: center;
  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;
  display: block;
  width: auto;
  position: absolute;
  bottom: 10px;
  left: 0;right: 0;
  margin: 0 auto;
  text-align: center;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn1{position: fixed;z-index: 9999;right: 5px;bottom: 150px;}
.fixed_btn1 div, .fixed_btn1 div a {
height: 50px;
width: 50px;
 margin-bottom: 5px;
}
.fixed_btn1 div a{ transition: 0.3s; display: block;}
.fixed_btn1 div a:hover
{ transform: translateX(-5px);}

#float_top_btn {
    bottom: 20px;
    position: fixed;
    right: 5px;
    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: #ffffff;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #ffffff;
}
/*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: #ffffff;
}
/* 見出しリンクボタン */
.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: #ffffff;
}

/* 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: #ffffff;
}

* .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: #ffffff;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #ffffff;
}
/*
* .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: #ffffff;
}
/* 小見出しリンクボタン */
.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: #ffffff;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #ffffff;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #f1f5f0;
  color: #222222;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #007eff;
}


/* 大きな地図で見る */
small {
  border-color: #007eff;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #007eff !important;
  text-align: center !important;
}

small a:hover {
  background-color: #007eff !important;
  color: #ffffff !important;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #f1f5f0;
  color: #222222;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #007eff;
}


/* 大きな地図で見る */
small {
  border-color: #007eff;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #007eff !important;
  text-align: center !important;
}

small a:hover {
  background-color: #007eff !important;
  color: #ffffff !important;
}






/*  テーブル　不要な方を削除　bg｜line
---------------------------------------------------------------------------------------------------- */
/*--------------------------bg */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #f1f5f0;
  color: #000;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}
table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 4px !important;}



/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #007eff !important;
}


/* Dメニュー下線 */
.td_cell {
  border-color: #a0af9b;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #007eff;
  background: none transparent;
  color: #007eff !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 #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #007eff;
  background-color: #007eff;
}
.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: #007eff;
  background: none #007eff;
  color: #ffffff !important;
} 




/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #a0af9b;
}


/* 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 #007eff;
  background-color: transparent;
  color: #007eff;
}
div.link_list a:hover {
  border: 1px solid #007eff;
  background-color: #007eff;
  color: #ffffff;
}

.faq-title {
  background-color: #007eff;
  color: #ffffff;
  font-weight: normal;
}




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #d50100;
}
.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: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:#f1f5f0;
  color: #222222;
}
.coupon_box table tr td.coupon_meta {
  background-color:transparent;
  color: #222222;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#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: #ffffff;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

  /* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
.easys_content_inner{
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
   transform: translateY(100px);
}
.easys_content_inner.moved2{
  opacity: 1 !important;
 transform: translate(0px, 0px);
}

/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
  opacity: 1 !important;
 transform: translate(0px, 0px);
}

/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{opacity: 1;}
.f_up {transform: translateY(-100px);}
.f_down {transform: translateY(100px);}
.f_left {transform: translateX(-100px);}
.f_right {transform: translateX(100px);}
.moved {transform: translate(0px, 0px);}




/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*  セカンドメイン
#y69eos7fsxw1bm0kikdk
--------------------------------------------------------------- */
#y69eos7fsxw1bm0kikdk {
  position: relative;
  background: url(/files/pc_2ndmain_bg.jpg) no-repeat center top / 100%;
}
#y69eos7fsxw1bm0kikdk div {
  margin-bottom: 0; padding-bottom: 0;}
#y69eos7fsxw1bm0kikdk .easys_content_inner {
  width: 100%;
  position: relative;
  z-index: 10;
}

#y69eos7fsxw1bm0kikdk  [class*="field_"]{
  
  padding: calc(1400 / 2000 * 100%) 0 0;/*分子に背景画像の高さ*/
}
#y69eos7fsxw1bm0kikdk .eyecatch {
  display: block;
  position: absolute;
  top: calc(1025 / 1400 * 100%);/*分子に上からの位置：分母に背景画像の高さ*/
  left: calc(1200 / 2000 * 100%);/*分子に左からの位置*/
  width: calc(400 / 2000 * 100%);/*分子にボタン画像の幅*/
}
#y69eos7fsxw1bm0kikdk .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(80 / 400 * 100%);/*分子にボタン画像の高さ：分母にボタン画像の幅*/
  height: 0;
}
#y69eos7fsxw1bm0kikdk .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}


/*上下*/
#y69eos7fsxw1bm0kikdk .eyecatch a:hover img {
  top: -100%;
  opacity: 1;
}

#y69eos7fsxw1bm0kikdk #f_down
{display: block;position: absolute;top: 0px;width: calc(1620 / 2000 * 100%);height: calc(645 / 1000 * 100%);margin-top: calc(540 / 2000 * 100%);margin-left: calc(235 / 2000 * 100%);background: url(/files/pc_2ndmain_bnr.png) no-repeat center top/ 100%;pointer-events: none;z-index: 2;}

#y69eos7fsxw1bm0kikdk #f_down2
{display: block;position: absolute;top: 0px;width: calc(1165 / 2000 * 100%);height: calc(255 / 1000 * 100%);margin-top: calc(510 / 2000 * 100%);margin-left: calc(235 / 2000 * 100%);background: url(/files/pc_2ndmain_pop.png) no-repeat center top/ 100%;pointer-events: none;z-index: 2;}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
#kfs163o7mhmiuo1jzwhev .entry_post:first-of-type .eyecatch,
#tlxjoki8u6jkxv9iw4hi .entry_post:first-of-type .eyecatch
{display: none;}
/*  float 解除
---------------------------------------------------------------------------------------------------- */
#kfs163o7mhmiuo1jzwhe .entry_post:first-of-type .float_left,
#kfs163o7mhmiuo1jzwhe .entry_post:first-of-type .float_right,
#tlxjoki8u6jkxv9iw4hi .entry_post:first-of-type .float_left,
#tlxjoki8u6jkxv9iw4hi .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;}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
#kfs163o7mhmiuo1jzwhev .entry_post:first-of-type .eyecatch,
#tlxjoki8u6jkxv9iw4hi .entry_post:first-of-type .eyecatch
{display: none;}
#kfs163o7mhmiuo1jzwhe .sp_gallery,
#tlxjoki8u6jkxv9iw4hi .sp_gallery
{display: none;} 


/*  DB>沖縄県を拠点とした型枠工事業
#kfs163o7mhmiuo1jzwhe
--------------------------------------------------------------- */
#kfs163o7mhmiuo1jzwhe
{
height: 1100px;
position: relative;
z-index: 200;
background: url(/files/pc_block_01_bg.jpg) no-repeat center top;
}
#kfs163o7mhmiuo1jzwhe *[class*='title']
{ display: none;}
#kfs163o7mhmiuo1jzwhe .text_box
{position: absolute;width: 540px;top: 435px;left: calc(50% - 65px);}
#kfs163o7mhmiuo1jzwhe .text_box .post_data 
{text-align: left;color: #000;}

#kfs163o7mhmiuo1jzwhe .sub_post a {
  display:block;
  position:absolute;
  left:calc(50% - 65px);
  width:400px;
  height:80px;
  margin:0;
  padding:0;
  float:left;
  text-indent:-99999px;
  border-radius:0;
}
#kfs163o7mhmiuo1jzwhe .sub_post_0 a{
top:740px;
background: url(/files/pc_block_01_btn.png) no-repeat center top;
}
#kfs163o7mhmiuo1jzwhe .sub_post_1 a{
  top:830px;
  background: url(/files/pc_block_02_btn.png) no-repeat center top;
  }


  #kfs163o7mhmiuo1jzwhe .sub_post a:hover
  {opacity:1; background-position: center bottom;}

/*  DB>創業2001年。その歴史が語る技術力
#tlxjoki8u6jkxv9iw4hi
--------------------------------------------------------------- */
#tlxjoki8u6jkxv9iw4hi
{height: 865px;position: relative;z-index: 200;background: url(/files/pc_block02_bg.jpg) no-repeat center top;}
#tlxjoki8u6jkxv9iw4hi *[class*='title']
{ display: none;}
#tlxjoki8u6jkxv9iw4hi .text_box
{position: absolute;width: 500px;top: 400px;left: calc(50% - 470px);}
#tlxjoki8u6jkxv9iw4hi .text_box .post_data 
{text-align: left;color: #fff;}

#tlxjoki8u6jkxv9iw4hi .main_btn a{
display: block;
width: 400px;
height: 80px;
padding: 0;margin: 0;
border-radius: 0;
text-indent: -99999px;
float: left;
background: url(/files/pc_block02_btn.png) no-repeat center top;
}
#tlxjoki8u6jkxv9iw4hi .main_btn a:hover
{opacity:1; background-position: center bottom;}

/*  blog>
#g1tti3n35c1cf5py6q2a mcjm4i1sgutqg0x0egdd
--------------------------------------------------------------- */



/*横*/
#mcjm4i1sgutqg0x0egdd {
  overflow: hidden;
  position: relative;
  background: #0070e2;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom:60px;
}

#mcjm4i1sgutqg0x0egdd .post_data{padding: 0;}
#mcjm4i1sgutqg0x0egdd .blog_post {
width: 300px;
float: left;
display: block;
background-color: transparent;
border: none transparent !important;/*記事ごとのドット下線消す*/
text-align: center;
}
/* 記事間 左右余白調整 */
#mcjm4i1sgutqg0x0egdd .blog_post:nth-child(3n-1) {margin: 0 30px;}
/*日付、記事タイトル、本文のテキストを真ん中揃え*/
#mcjm4i1sgutqg0x0egdd .blog_list_text_size {width: 100%;text-align: center;}
#mcjm4i1sgutqg0x0egdd .eyecatch {float: none;}
#mcjm4i1sgutqg0x0egdd .eyecatch img {width:300px;height:300px;object-fit:cover;}
/* 日付 */
#mcjm4i1sgutqg0x0egdd .date_area {
padding: 0 2%;
}
/* 記事タイトル */
#mcjm4i1sgutqg0x0egdd .post_title_list {
width: 100%;
padding: 0 2%;
box-sizing: border-box;
height: 30px; 
overflow: hidden; 
}
#mcjm4i1sgutqg0x0egdd .news_small_text a,
#mcjm4i1sgutqg0x0egdd .post_title_list a{color: #fff;}

/* サムネイル画像 */
#mcjm4i1sgutqg0x0egdd .blog_thumb {
width: 300px;
height: 300px;
max-height: none;
margin: 0 0 10px;/*画像下の隙間調整*/
}
/* 記事本文 */
#mcjm4i1sgutqg0x0egdd .news_small_text {
line-height: 1.8;
display: block;
width: 94%;
margin: 0 auto;
font-size: 14px;
word-break: break-all;
position: relative;
height: 30px; 
overflow: hidden; 
/*color: #fff;*/
}




/*  バナー
---------------------------------------------------------------------------------------------------- */


/*  お問い合わせ/LINE/TEL
#hmoz2w1v2u3q24v9y0mq
--------------------------------------------------------------- */
#hmoz2w1v2u3q24v9y0mq {
background: url(/files/pc_3bnr_bg.jpg) no-repeat center center / cover ;
max-height: 600px;
min-height: calc(600px * (1300 / 2000));
height: calc(100vw * (600 / 2000));
position: relative;
}
#hmoz2w1v2u3q24v9y0mq .easys_content_inner
{
    width: calc(100% * (1600/2000));
    padding:calc(100% * (315/2000)) 0 0;
}
 
#hmoz2w1v2u3q24v9y0mq .img_display {
    display: flex;
    justify-content: space-between;
}
 
#hmoz2w1v2u3q24v9y0mq .field_3col {
  width:calc(100% * (485/1600)) !important;
  margin:0;
} .field_3col {
  width:calc(100% * (485/1600)) !important;
  margin:0;
}
#hmoz2w1v2u3q24v9y0mq .field_3col .eyecatch{width: 100% !important;}

#hmoz2w1v2u3q24v9y0mq .img_display > div:nth-child(2){transition-delay: 0.2s;}
#hmoz2w1v2u3q24v9y0mq .img_display > div:nth-child(3){transition-delay: 0.4s;}
#hmoz2w1v2u3q24v9y0mq .eyecatch a{
  height: 100%;
  display: block;
}

#hmoz2w1v2u3q24v9y0mq .img_display .clear_float {
    display: none;
}
#hmoz2w1v2u3q24v9y0mq .eyecatch a img{transition: 0.3s;}


/*  LINE
#umi6m6u3sgw7azgnhcua
--------------------------------------------------------------- */
#umi6m6u3sgw7azgnhcua{
  max-height: 450px;
  min-height: calc(444px * (1300 / 2000));
  height: calc(100vw * (444 / 2000));
  background: url(/files/pc_parabnr_cover.png) no-repeat right top /106%,
    url(/files/pc_parabnr_bg.jpg) no-repeat center center / cover fixed;
  margin-bottom: 60px;
}

#umi6m6u3sgw7azgnhcua .easys_content_inner {
  width:calc(100% * (1130/2000));
  padding:calc(100% * (245/2000)) 0 0;
}

#umi6m6u3sgw7azgnhcua .margin-bottom_50{margin-bottom: 0;}

#umi6m6u3sgw7azgnhcua .eyecatch a{
display: block;
width: 100%;
height: 100%;
}

#umi6m6u3sgw7azgnhcua .eyecatch a img{transition: 0.3s;}

