@charset "utf-8";

/*
 * PC用スタイルCSS
 */
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #FFF;
}
body {
  background: none transparent;
  color:#333  ;/*要変更：基本カラー*/
  font-family: 'Noto Sans JP', sans-serif;
}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  padding: 0;
}

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #55a4f5/*要変更：リンクカラー*/;
  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;
  display: none;
  transition: all 0.4s;
  opacity: 0;
}
#site-description a {
  display: inline;
  color: #bbbbbb  /*要変更：H1テキストカラー*/;
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 900;
}

#site-description.open{
display: block;
opacity: 1;
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 250px;
  height: 270px;
  position: fixed;
  top: 0px;
left: 0px;
z-index: 999;
background: url(/files/branding_box.png) no-repeat top center;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
.btn-trigger p {display: none;}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  top: 40px;
  right: 40px;
  background-color: rgba(85, 164, 245, 0.9);
  border-radius: 5px;
}

.btn-trigger span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
  }

.btn-trigger span:nth-of-type(1) {
  top:15px;
    width: 45%;
}

.btn-trigger span:nth-of-type(2) {
  top:23px;
    width: 35%;
}

.btn-trigger span:nth-of-type(3) {
  top:31px;
    width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.btn-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.btn-trigger.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}


/* ハンバーガーメニュー */
#access {
  width: 0;
  height: auto;
  position: fixed;
  top: 120px;
  right: 0px;
  margin: auto;
  z-index: 800;
  transition: .5s;
}

#access .menu-header {
  width: auto;
  display: none;
}

#nav_float {
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(/files/menu_open_logo.png) no-repeat top center;
  background-color: rgba(255,255,255,0.9);
}

#access.open {
  width: 500px;
}
#access.open .menu-header {
  display: block;
  width: 300px;
  margin: 0 auto 0 70px;
}

#nav_float.open {
  width: 500px;
}

div#access li.menu-item {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  text-align: center;
  text-indent: 0px;
  float: none;
}

div#access .menu-item a {
 background: none transparent;
  width: 300px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  color: #222!important;
  text-align: left;
  font-size: 14px;
  position:relative;
  padding:0px 10px;
  box-sizing:border-box;
}
div#access .menu-item a:hover{color:#55a4f5!important;}


div#access .menu-item a:before{
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #222;
  border-radius: 50%;
  }
  
  div#access .sub{
    padding:0 10px 0 25px;
  }
  div#access .sub a:before{
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #222;
  border-radius: 0%;
  }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 0%;
  left: 100%;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#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: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #55a4f5;
}
#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: #55a4f5;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

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


/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
}

/* 動画使用時 */
#video_teaser {
  margin: 0;
  top: 0;
}



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: #333333  /*要変更：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: #55a4f5/*要変更：ボーダーカラー*/;
  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: 400px;/*要変更：footer_bg画像の高さ*/
}
#footer_box {
  background: none transparent;
height:360px;
position: relative;
}


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


#footer-widget-area .widget-area {
    margin: 0 80px 0 auto;
    display: block;
    width: 250px;
}

#footer-widget-area .widget-area ul.menu {
  border:none;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
}

#footer-widget-area .widget-area .menu-item a {
  border:none;
  color: #222222  /*要変更：フッターメニューのテキストカラー*/;
  text-align: left;
  position:relative;
  font-size:14px;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item a:before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  }

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

#footer_information .entry-post .post-data p {
  font-size: 14px;
}


/*  フッター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: #55a4f5  /*要変更：コピーライトのテキストカラー*/;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 100px;
}
.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 50px;}/*ガテン用、ガテンバナーがなければ削除*/

#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: #555555  /*要変更：top_entry_titleのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
  color: #333333  /*要変更：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: #333333  /*要変更：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: #333333  /*要変更：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: #333333    /*要変更：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: #333333    /*要変更：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: #333333  /*要変更：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: #333333  /*要変更：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: #333333  /*要変更：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 #163f62  /*要変更：テーブルのthの背景色*/;
  border: 1px solid #163f62/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #FFF/*要変更：テーブルのthのテキストカラー*/;
}

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


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

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



/*  テーブル
---------------------------------------------------------------------------------------------------- */

/*テーブル左*/
table.iqfm-table th,/*お問い合わせフォーム*/
.table_area table tr td:first-child,/*テーブル*/
.table_area td.td_name,/* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name,/* クーポンページ */
.z_c1 .iqfm-table th,.table_area table tr td.column1 {
  border: solid 1px #163f62  !important;
  background:#163f62  !important;
  color: #FFF;
  }

/*テーブル右*/
table.iqfm-table td, /* お問合せフォーム*/
.table_area table tr td,/*テーブル*/
.table_area td.td_value,/* Eブロック、Gブロック等 */
body.coupon .table_area td.td_value,table.table_area td.td_name,body.coupon table.table_area td.td_name,/* クーポンページ */
.z_c1 .iqfm-table td,.table_area table tr td.column2 {
    border: solid 1px #163f62    !important;
  background:none!important;
  color: #333;
}

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 #163f62  ;
}

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

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

.table_area table,.iqfm-table { border-collapse: separate; border-spacing : 8px !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: #55a4f5/*要変更：リンクテキストカラー*/;
  color: #55a4f5/*要変更：リンクテキストカラー*/ !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: #55a4f5/*要変更：リンクテキストカラー*/;
  border-color: #55a4f5/*要変更：リンクテキストカラー*/;
}
.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 #55a4f5/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #55a4f5/*要変更：リンクテキストカラー*/;
  color: #fff !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #55a4f5/*要変更：ボーダーカラー*/;
}


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


.faq-title {
  background-color: #55a4f5/*要変更：リンクテキストカラー*/;
  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: #FFF  /*要変更：テーブルの必須のテキストカラー*/;
}
.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: #163f62/*要変更：テーブルボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #163f62  /*要変更：テーブルthの背景色*/;
  width: 8em;
  color: #fff/*要変更：テーブルthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff/*要変更：テーブルtdの背景色*/;
  color: #333/*要変更：テーブルtdのテキストカラー*/;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png)/*要変更：拡張子が合っているか確認*/;
  background-position: center bottom;
  height: auto;
  padding: 15px 10px 15px 20px;
  line-height: 1.5;
  color: #333/*要変更：blog_titleのテキストカラー*/;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #333;}/*要変更：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;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */

.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);
}

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

#obfcesow66x78evd5yjw div,
#bakohycxrs4tpkr7ss4r div,
#sx9spuzdzkrslc4hpxxe div,
#pqzhcuctp2qinyb3k4qu div,
#wwzcndl6j8rmjbjeo6iz div{
  margin-bottom: 0;
  padding-bottom: 0;
  }


#obfcesow66x78evd5yjw  .easys_content_inner,
#bakohycxrs4tpkr7ss4r  .easys_content_inner,
#sx9spuzdzkrslc4hpxxe .easys_content_inner,
#pqzhcuctp2qinyb3k4qu .easys_content_inner,
#wwzcndl6j8rmjbjeo6iz  .easys_content_inner{
  width: 2000px;
  left: calc(50% - 1000px);
}


.img_display_1258 .eyecatch,
.img_display_1011 .eyecatch{
    position: relative;
    overflow: hidden;
    }

    .img_display_1258 .eyecatch:before{
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.5s ease 0s;
      background: url(/files/bnr_recruit_bg.jpg) no-repeat top center/100%;
    }

    .img_display_1011 .eyecatch:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    background: url(/files/bnr_contact_bg.jpg) no-repeat top center/100%;
  }

  .img_display_1258 .eyecatch:hover:before,
  .img_display_1011 .eyecatch:hover:before{  transform: scale(1.1);  }

  .img_display_1258 a,
  .img_display_1011 a{position:relative;}



  .img_display_1258 a:hover img,
  .img_display_1011 a:hover img{opacity: 1;}

/*ハーフバナー設定
---------------------------------------------------------------------------------------------------- */
#xdvasswhfjdaw3qtcuke{
  position: relative;
  overflow: hidden;
  height: 700px;
}

#xdvasswhfjdaw3qtcuke .easys_content_inner{
  width: 2000px;
  left:calc(50% - 1000px);
  padding: 0;
}



.img_display_1236 .field_2col{
  width: 50%!important;
  /* overflow: hidden; */
  position: relative;
  margin: 0;
}

.img_display_1236 .eyecatch{
  position: relative;
  z-index: 10;
  width: 100%;
}
.img_display_1236 .eyecatch a{
  display:block;
  width: 100%;
  height: 100%!important;
}



.img_display_1236 .eyecatch a:hover img{opacity: 1; }

  .img_display_1236 .field_2col:before{
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  left: auto;
  width: 390px;
  height: 500px;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.img_display_1236 .field_2col:hover:before{
  transform: scale(1.1);
}

.img_display_1236 .float_left{
      background: url(/files/bnr_half_works_bg.jpg) no-repeat top left;
}
.img_display_1236 .float_right{
      background: url(/files/bnr_half_flow_bg.jpg) no-repeat top right;
}
.img_display_1236 .float_left:before  {
  left: calc( 50% - -50px);
  background: url("/files/bnr_half_works_img.jpg") no-repeat center top / 100% auto transparent;
}

.img_display_1236 .float_right:before {
  left: calc(50% - 430px);
  background: url("/files/bnr_half_flow_img.png") no-repeat center top / 100% auto transparent;
}

/*====================================================
ここからデザインブロック
===================================================== */
/* PC 背景付きブロックの記事画像 非表示  */
#ixozpebmv0cylew42cc7 .entry_post:first-of-type .eyecatch,
#fza1ybpye3jp0akzgd5a .entry_post:first-of-type .eyecatch,
#fqoi4zm3mfdybhv7z296 .entry_post:first-of-type .eyecatch,
#lpgz4vrnb0neqd8zxxll .entry_post:first-of-type .eyecatch,
#lrqtmvt5a93nxilae2w4 .entry_post:first-of-type .eyecatch,
#r5387y1umjdjdbxomddl .entry_post:first-of-type .eyecatch,
#uu0cmnqk3pd6hd6rwb47 .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#ixozpebmv0cylew42cc7 .entry_post:first-of-type .float_left,
#ixozpebmv0cylew42cc7 .entry_post:first-of-type .float_right,
#fza1ybpye3jp0akzgd5a .entry_post:first-of-type .float_left,
#fza1ybpye3jp0akzgd5a .entry_post:first-of-type .float_right,
#fqoi4zm3mfdybhv7z296 .entry_post:first-of-type .float_left,
#fqoi4zm3mfdybhv7z296 .entry_post:first-of-type .float_right,
#lpgz4vrnb0neqd8zxxll .entry_post:first-of-type .float_left,
#lpgz4vrnb0neqd8zxxll .entry_post:first-of-type .float_right,
#lrqtmvt5a93nxilae2w4 .entry_post:first-of-type .float_left,
#lrqtmvt5a93nxilae2w4 .entry_post:first-of-type .float_right,
#r5387y1umjdjdbxomddl .entry_post:first-of-type .float_left,
#r5387y1umjdjdbxomddl .entry_post:first-of-type .float_right,
#uu0cmnqk3pd6hd6rwb47 .entry_post:first-of-type .float_left,
#uu0cmnqk3pd6hd6rwb47 .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#ixozpebmv0cylew42cc7 *[class*="title"],
#fza1ybpye3jp0akzgd5a *[class*="title"],
#fqoi4zm3mfdybhv7z296 *[class*="title"],
#lpgz4vrnb0neqd8zxxll *[class*="title"],
#lrqtmvt5a93nxilae2w4 *[class*="title"],
#r5387y1umjdjdbxomddl *[class*="title"],
#uu0cmnqk3pd6hd6rwb47 *[class*="title"]{display: none;}


/* ＝＝＝親要素 ＝＝＝ */
#ixozpebmv0cylew42cc7,
#fza1ybpye3jp0akzgd5a,
#fqoi4zm3mfdybhv7z296,
#lpgz4vrnb0neqd8zxxll,
#lrqtmvt5a93nxilae2w4,
#r5387y1umjdjdbxomddl,
#uu0cmnqk3pd6hd6rwb47 {position: relative;}

/* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#ixozpebmv0cylew42cc7 .easys_content_inner,
#fza1ybpye3jp0akzgd5a .easys_content_inner,
#fqoi4zm3mfdybhv7z296 .easys_content_inner,
#lpgz4vrnb0neqd8zxxll .easys_content_inner,
#lrqtmvt5a93nxilae2w4 .easys_content_inner,
#r5387y1umjdjdbxomddl .easys_content_inner,
#uu0cmnqk3pd6hd6rwb47 .easys_content_inner{
    position: relative;
    z-index: 100;
}
/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.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;
}

/* ＝＝＝デザインブロックボタン共通＝＝＝ */

#ixozpebmv0cylew42cc7 .main_btn,
#fza1ybpye3jp0akzgd5a .main_btn,
#fqoi4zm3mfdybhv7z296 .main_btn,
#lpgz4vrnb0neqd8zxxll .main_btn,
#lrqtmvt5a93nxilae2w4 .main_btn,
#r5387y1umjdjdbxomddl .main_btn,
#uu0cmnqk3pd6hd6rwb47 .main_btn{
  position: absolute;
  margin:0;
  padding:0;
}

#ixozpebmv0cylew42cc7 .main_btn a,
#fza1ybpye3jp0akzgd5a .main_btn a,
#fqoi4zm3mfdybhv7z296 .main_btn a,
#lpgz4vrnb0neqd8zxxll .main_btn a,
#lrqtmvt5a93nxilae2w4 .main_btn a,
#r5387y1umjdjdbxomddl .main_btn a,
#uu0cmnqk3pd6hd6rwb47 .main_btn a{
  border-radius: 0;
  padding: 0;
  width: 210px;
  height: 30px;
  line-height:30px;
  position: relative;
  display:inline-block;
  text-decoration: none;
  color:#333;
  outline: none;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
}

/*== 波紋がふわっと広がるギミック */
.main_btn a{
  border-radius: 0;
  padding: 0;
  width: 210px;
  height: 30px;
  line-height:30px;
  position: relative;
  display:inline-block;
  text-decoration: none;
  color:#333;
  outline: none;
  background: none;
  font-size: 18px;
  letter-spacing: 2px;
  }

/*波形の設定*/
.main_btn a:hover::before {
  content: '';
  position: absolute;
  left:32%;
  top:-10px;
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
opacity:1;
  animation:1s circleanime forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime{
0%{  transform: scale(0);}
100%{  transform:scale(2);  opacity: 0;}
}

/*矢印の設定*/
.main_btn a::after {
  content: '';
  position: absolute;
  top: 13.5px;
  right: 10%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}


/*事業内容バナー
---------------------------------------------------------------------------------------------------- */
#uu0cmnqk3pd6hd6rwb47 {
  background:  url(/files/bnr_business_bg.jpg) no-repeat center top;
  height: 900px;
}

#uu0cmnqk3pd6hd6rwb47 .main_btn {
  top: 790px;
  left: 850px;
}

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


/*埼玉県秩父市の配管・設備工事なら株式会社HANASUIへ
---------------------------------------------------------------------------------------------------- */
#ixozpebmv0cylew42cc7 {
  background:   url(/files/top_01_bg.jpg) no-repeat center top;
    height: 1200px;
}

#ixozpebmv0cylew42cc7 .text_box {
  width: 600px;
  margin: 700px 0 0 210px;
}

#ixozpebmv0cylew42cc7 .post_data {
    color: #FFF;
    text-align: left;
}

#ixozpebmv0cylew42cc7 .main_btn {
  top: 1080px;
  left: 850px;
}

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


/*水廻りリフォームはお任せください
---------------------------------------------------------------------------------------------------- */
#fza1ybpye3jp0akzgd5a {
  background:  url(/files/top_02_bg.jpg) no-repeat center top;
    height: 1500px;
}

#fza1ybpye3jp0akzgd5a .text_box {
  width: 600px;
  margin: 720px 0 0 15px;
}

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

#fza1ybpye3jp0akzgd5a .main_btn{
  top: 1080px;
  left: 850px;
}

#fza1ybpye3jp0akzgd5a .blockimg.img01 {
  background:url(/files/top_02_ttl.png) no-repeat center top;
  top: 0;
  height: 1500px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}

#fza1ybpye3jp0akzgd5a .blockimg.img02 {
  background:url(/files/top_02_img_01.png) no-repeat center top;
  top: 0;
  height: 1500px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}

#fza1ybpye3jp0akzgd5a .blockimg.img03 {
  background:url(/files/top_02_img_02.png) no-repeat center top;
  top: 0;
  height: 1500px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}

#fza1ybpye3jp0akzgd5a  .blockimg.img04 {
  background:url(/files/top_02_img_03.png) no-repeat center top;
  top: 0;
  height: 1500px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}



/*新着情報
---------------------------------------------------------------------------------------------------- */
#endjaywpt13v19krhc5p{
  padding: 70px 0 50px 0;
}

#mcjm4i1sgutqg0x0egdd{
  margin: 0;
  padding: 0 0 50px 0;
}

#endjaywpt13v19krhc5p,
#mcjm4i1sgutqg0x0egdd{background: url(/files/html_bg_02.jpg) repeat-y top center;}

#endjaywpt13v19krhc5p *[class*='title']{margin-bottom: 0;}

/*代表挨拶
---------------------------------------------------------------------------------------------------- */

#fqoi4zm3mfdybhv7z296 {
  background:   url(/files/02_01_bg.jpg) no-repeat center top;
    height: 1200px;
}

#fqoi4zm3mfdybhv7z296 .text_box {
  width: 350px;
  margin: 680px 0 0 500px;
}

#fqoi4zm3mfdybhv7z296 .post_data {
    color: #000;
    text-align: left;
}
#fqoi4zm3mfdybhv7z296 .blockimg.img01 {
  background:url(/files/02_01_ttl.png) no-repeat center top;
  top: 0;
  height: 1200px;
  transform: translateY(100px);/* 下からフェードイン */
}


/*管工事・水廻りリフォーム工事はお任せください
---------------------------------------------------------------------------------------------------- */

#lpgz4vrnb0neqd8zxxll {
  background:  url(/files/03_01_bg.jpg) no-repeat center top;
    height: 1200px;
}

#lpgz4vrnb0neqd8zxxll .text_box {
  width: 520px;
  margin: 340px 0 0 170px;
}

#lpgz4vrnb0neqd8zxxll .post_data {
  color: #FFF;
  text-align: left;
}



#lpgz4vrnb0neqd8zxxll  .blockimg.img01 {
  background:url(/files/03_01_ttl.png) no-repeat center top;
  top: 0;
  height: 1200px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}

#lpgz4vrnb0neqd8zxxll  .blockimg.img02 {
  background:url(/files/03_01_img_01.png) no-repeat center top;
  top: 0;
  height: 1200px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}

#lpgz4vrnb0neqd8zxxll .blockimg.img03 {
  background:url(/files/03_01_img_02.png) no-repeat center top;
  top: 0;
  height: 1200px;
  transform: translateY(300px);/* 下からフェードイン */
  transition: 2s;
}

/*秩父市に密着した企業
---------------------------------------------------------------------------------------------------- */

#lrqtmvt5a93nxilae2w4 {
  background: url(/files/03_02_bg.jpg) no-repeat center top;
    height: 1000px;
}

#lrqtmvt5a93nxilae2w4 .text_box {
  width: 450px;
  margin: 440px 0 0 590px;
}

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

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

/*正社員を大募集！　地元で働きたい方は大歓迎です！
---------------------------------------------------------------------------------------------------- */

#r5387y1umjdjdbxomddl {
  background:   url(/files/05_01_bg.jpg) no-repeat center top;
    height: 1200px;
}

#r5387y1umjdjdbxomddl .text_box {
  width: 480px;
  margin: 770px 0 0 430px;
}

#r5387y1umjdjdbxomddl .post_data {
    color: #000;
    text-align: left;
}

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

/*背景設定
---------------------------------------------------------------------------------------------------- */

#tl35e91a0wewqqcqeabz{
  background: url(/files/html_bg_02.jpg) repeat-y top center;
  padding: 70px 0 0px 0;
}

#inner_block{
  background: url(/files/html_bg_02.jpg) repeat-y top center;
  padding: 70px 0px;
}

#page_6 #inner_block,
#page_9 #inner_block,
#page_12 #inner_block,
#page_15 #inner_block,
#page_81 #inner_block,
#page_18 #inner_block{
  background: none transparent;
  padding: 0;
}

/* 会社概要9 事業内容12 施工実績15 採用情報81 お問い合わせ18
ページブロック背景 */
#page_9 #content .easys_content:nth-child(2),
#page_9 #content .easys_content:nth-child(4),
#page_12 #content .easys_content:nth-child(3),
#page_12 #content .easys_content:nth-child(5),
#page_81 #content .easys_content:nth-child(2),
#page_81 #content .easys_content:nth-child(4){
background: url(/files/html_bg_01.jpg) repeat-y top center;
padding: 70px 0px;
}

#page_9 #content .easys_content:nth-child(3),
#page_9 #content .easys_content:nth-child(5),
#page_12 #content .easys_content:nth-child(4),
#page_12 #content .easys_content:nth-child(6),
#page_81 #content .easys_content:nth-child(3),
#page_81 #content .easys_content:nth-child(5),
#page_18 #content .easys_content:nth-child(1){
background: url(/files/html_bg_02.jpg) repeat-y top center;
padding: 70px 0px;
  }

  /* 施工実績ページ */
#zakgdda8pz96e68zt78y,
#rraq19uru9mu81o6hm8u{
  background: url(/files/html_bg_01.jpg) repeat-y top center;
}

#oj9m1qkfo4ykjjyblkc9,
#ri483pmpxmr974yfsymk{
  background: url(/files/html_bg_02.jpg) repeat-y top center;
}
#oj9m1qkfo4ykjjyblkc9 *[class*='title'],
#zakgdda8pz96e68zt78y *[class*='title']{margin-bottom: 0;}

#oj9m1qkfo4ykjjyblkc9,
#zakgdda8pz96e68zt78y{padding: 100px 0 0 0;}
#ri483pmpxmr974yfsymk,
#rraq19uru9mu81o6hm8u{padding: 40px 0 70px 0;}


/*ブロック最後margin-bottom100px 最後に記述
---------------------------------------------------------------------------------------------------- */
#content .easys_content:last-child {
  margin-bottom: 100px;
  }


.flow_arr {
    height: 40px;
 
}

  
.grecaptcha-badge { visibility: hidden; }