@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #fff;
}
body {
  background: url("/files/body_bg.jpg") no-repeat center top/100%;
  color: #090e14/*要変更：基本テキストカラー*/;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#page_6 #outer_block {
  background: none transparent;
  padding: 0 !important;
}
#outer_block {
  background: none transparent;
}

a:link, a:visited, a:hover, a:active {
color: #0e57b0/*要変更：リンクテキストカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #0e57b0/*要変更：リンクテキストカラー*/;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 680px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 1030px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 20px !important;}
#page_6 #header_information {height: 20px !important;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 0 0 auto;
}
#site-description a {
  display: inline;
  color: #FFF/*要変更：H1テキストカラー*/;
  position: absolute;
  top: 120px;
  right: 25px;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 300px !important;
  height: 80px !important;
  background: url(/files/branding_box_bg.png) no-repeat center top;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 650;
}
.main_header img.fixed {
  position: fixed;
  top: 20px;
  left: 20px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: auto;
  z-index: 590;
  height: 80px;
  background: rgba(255,255,255,0.9);
  box-shadow: 5px 5px 10px rgba(221, 222, 223, 0.15);
  margin: 0 20px;
}

#access .menu-header{
  width: 810px;
  height: 80px;
  margin: 0 0 0 auto;
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 130px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi11 a { background-position: left top;width: 120px;}
div#access .gnavi12 a { background-position: -120px top; }
div#access .gnavi13 a { background-position: -250px top;}
div#access .gnavi14 a { background-position: -380px top;}
div#access .gnavi15 a { background-position: -510px top;width: 100px;}
div#access .gnavi16 a { background-position: right top;width: 200px;}

div#access .gnavi11 a:hover { background-position: left bottom;width: 120px;}
div#access .gnavi12 a:hover { background-position: -120px bottom; }
div#access .gnavi13 a:hover { background-position: -250px bottom;}
div#access .gnavi14 a:hover { background-position: -380px bottom;}
div#access .gnavi15 a:hover { background-position: -510px bottom;width: 100px;}
div#access .gnavi16 a:hover { background-position: right bottom;width: 200px;}

/*ホバーで下線*/
div#access .gnavi11 a,
div#access .gnavi12 a,
div#access .gnavi13 a,
div#access .gnavi14 a,
div#access .gnavi15 a,
div#access .gnavi16 a {
  display: block;
  /* padding: 0 0 5px; */
  position: relative;
  text-decoration: none;
}
div#access .gnavi11 a::before,
div#access .gnavi11 a::after,
div#access .gnavi12 a::before,
div#access .gnavi12 a::after,
div#access .gnavi13 a::before,
div#access .gnavi13 a::after,
div#access .gnavi14 a::before,
div#access .gnavi14 a::after,
div#access .gnavi15 a::before,
div#access .gnavi15 a::after,
div#access .gnavi16 a::before,
div#access .gnavi16 a::after {
  border-bottom: solid 6px #ffe100;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
div#access .gnavi11 a::before,
div#access .gnavi12 a::before,
div#access .gnavi13 a::before,
div#access .gnavi14 a::before,
div#access .gnavi15 a::before,
div#access .gnavi16 a::before {
  left: 50%;
}
div#access .gnavi11 a::after,
div#access .gnavi12 a::after,
div#access .gnavi13 a::after,
div#access .gnavi14 a::after,
div#access .gnavi15 a::after,
div#access .gnavi16 a::after {
  right: 50%;
}
div#access .gnavi11 a:hover::before,
div#access .gnavi11 a:hover::after,
div#access .gnavi12 a:hover::before,
div#access .gnavi12 a:hover::after,
div#access .gnavi13 a:hover::before,
div#access .gnavi13 a:hover::after,
div#access .gnavi14 a:hover::before,
div#access .gnavi14 a:hover::after,
div#access .gnavi15 a:hover::before,
div#access .gnavi15 a:hover::after,
div#access .gnavi16 a:hover::before,
div#access .gnavi16 a:hover::after {
  width: 50%;
}

/*固定時用ナビ*/
#access.fixed{
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.9);
  height: 80px;
}
#access.fixed .menu-header{
  margin: 0 0 0 auto;
}

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


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

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

/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff/*要変更：widget_title_bgのテキストカラー*/;
}
.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 {
  background-image: url(/files/widget_list_bg.jpg);
  color: #00479d/*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #aaa/*要変更：ボーダーカラー*/;
  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: 300px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 260px;
  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 {
  width: 980px;
  position: relative;
  top: 90px;
}
#footer-widget-area .widget-area .menu-item {
    margin: 0 0 10px;/*行間調整*/
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area {
  width: 390px;
  margin: 0 0 0 auto;/*ナビ右寄せ*/
  display: block;
}
#footer-widget-area .widget-area{
  text-align: left;/*ナビ文字左寄せ*/
}

/*ナビ縦並び２列*/
#footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;/*表示させたいナビまでの高さ*/
  align-content: space-between;
  width: 285px;/*2列間の隙間の広さ調整*/
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 945px;
}
#footer_information .entry-post {
  width: 380px;
  margin: 60px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #ffffff;
}
/*  フッター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: #9fa5ad/*コピーライトのテキストカラー*/;
  width: 980px;
  text-align: left;
  padding-left: 30px;
}

/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */

.fixed_btn{z-index: 600;}

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

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

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #00479d/*要変更：top_entry_titleのテキストカラー*/;
  height: 90px;
  line-height: 90px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  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.jpg);
  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.jpg);
}
* .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: #090e14/*要変更：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: #090e14/*要変更：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: #090e14/*要変更：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: #090e14/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {color: #00378a/*要変更：clom3_sub_entry_titleのテキストカラー*/;}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent/*要変更：テーブルのthの背景色*/;
  border: 1px solid #aaa/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #090e14/*要変更：テーブルのthのテキストカラー*/;
}

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

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

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

.flow_arr {
  height: 40px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, 
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value,
table.iqfm-table th, table.iqfm-table td  {
  border-color: #aaa;
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none transparent;
}
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 {
  background: none transparent;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #000 !important;
}

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

.table_area table tr td {
  border: solid 1px #aaa !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #090e14/*要変更：リンクテキストカラー*/;
  color: #090e14/*要変更：リンクテキストカラー*/ !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: #090e14/*要変更：リンクテキストカラー*/;
  border-color: #090e14/*要変更：リンクテキストカラー*/;
}
.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 #090e14/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #090e14/*要変更：リンクテキストカラー*/;
  color: #fff !important;
} 

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

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

.faq-title {
  background-color: #0e57b0/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff;
}

#ofq9i7awu3d0ahsyyf7b {
  margin-top: 70px;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #0e57b0/*要変更：テーブルの必須のテキストカラー*/;
}
.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: #aaa/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #090e14/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent/*要変更：テーブルのtdの背景色*/;
  color: #090e14/*要変更：テーブルの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 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #090e14/*要変更：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;
}

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

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

/*フォント
----------------------------------------------------------------------------------------------------*/
.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title/*3列タイトル*/{
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

/*バナー
----------------------------------------------------------------------------------------------------*/
#bdhiiqto3hds40knfli9 .eyecatch a img,
#gupakbu3dxsla7wb4uyx .eyecatch a img,
#opzsp97fdo5e4wbeav5p .eyecatch a img,
#pb32q5pmsiz7w0fmn7g1 .eyecatch a img,
#mn6zplw94e1f0nw46eki .eyecatch a img,
#n7ab8yktfwcbda9pysjd .eyecatch a img,
#aj0q81imakysdz5cvvec .eyecatch a img,
#rsr1w3id3afe29914fqs .eyecatch a img,
#fn8oyvo1ekfi7lz6n7of .eyecatch a img,
#wekezyzdsfsjhxxard6w .eyecatch a img,
#t9r6zrq49q4rzjyafz1k .eyecatch a img,
#wyxxje8lsd3uzbswtca6 .eyecatch a img {display: none;}/*固定画面で入れたSPバナー画像非表示*/

/*レスポンシブ*/
#bdhiiqto3hds40knfli9 .easys_content_inner,
#gupakbu3dxsla7wb4uyx .easys_content_inner,
#opzsp97fdo5e4wbeav5p .easys_content_inner,
#pb32q5pmsiz7w0fmn7g1 .easys_content_inner,
#mn6zplw94e1f0nw46eki .easys_content_inner,
#n7ab8yktfwcbda9pysjd .easys_content_inner,
#aj0q81imakysdz5cvvec .easys_content_inner,
#rsr1w3id3afe29914fqs .easys_content_inner,
#fn8oyvo1ekfi7lz6n7of .easys_content_inner,
#wekezyzdsfsjhxxard6w .easys_content_inner,
#t9r6zrq49q4rzjyafz1k .easys_content_inner,
#wyxxje8lsd3uzbswtca6 .easys_content_inner {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

#bdhiiqto3hds40knfli9 .eyecatch,
#gupakbu3dxsla7wb4uyx .eyecatch,
#opzsp97fdo5e4wbeav5p .eyecatch,
#pb32q5pmsiz7w0fmn7g1 .eyecatch,
#mn6zplw94e1f0nw46eki .eyecatch,
#n7ab8yktfwcbda9pysjd .eyecatch,
#aj0q81imakysdz5cvvec .eyecatch,
#rsr1w3id3afe29914fqs .eyecatch,
#fn8oyvo1ekfi7lz6n7of .eyecatch,
#wekezyzdsfsjhxxard6w .eyecatch,
#t9r6zrq49q4rzjyafz1k .eyecatch,
#wyxxje8lsd3uzbswtca6 .eyecatch {width: 100%;}

#bdhiiqto3hds40knfli9 .eyecatch a,
#opzsp97fdo5e4wbeav5p .eyecatch a,
#pb32q5pmsiz7w0fmn7g1 .eyecatch a,
#mn6zplw94e1f0nw46eki .eyecatch a,
#rsr1w3id3afe29914fqs .eyecatch a,
#wekezyzdsfsjhxxard6w .eyecatch a,
#wyxxje8lsd3uzbswtca6 .eyecatch a,
#n7ab8yktfwcbda9pysjd .eyecatch a {
  display: block;
  position: relative;
  width: 100%;
  height: 32vw;/*バナー画像高さ*/
  min-height: 390px;/*PC画面幅1200px時のバナー画像高さ*/
}
#gupakbu3dxsla7wb4uyx .eyecatch a,
#fn8oyvo1ekfi7lz6n7of .eyecatch a,
#t9r6zrq49q4rzjyafz1k .eyecatch a,
#aj0q81imakysdz5cvvec .eyecatch a {
  display: block;
  position: relative;
  width: 100%;
  height: 34.5vw;/*バナー画像高さ*/
  min-height: 420px;/*PC画面幅1200px時のバナー画像高さ*/
}
#bdhiiqto3hds40knfli9 .eyecatch a:before,
#gupakbu3dxsla7wb4uyx .eyecatch a:before,
#opzsp97fdo5e4wbeav5p .eyecatch a:before,
#pb32q5pmsiz7w0fmn7g1 .eyecatch a:before,
#mn6zplw94e1f0nw46eki .eyecatch a:before,
#n7ab8yktfwcbda9pysjd .eyecatch a:before,
#aj0q81imakysdz5cvvec .eyecatch a:before,
#rsr1w3id3afe29914fqs .eyecatch a:before,
#fn8oyvo1ekfi7lz6n7of .eyecatch a:before,
#wekezyzdsfsjhxxard6w .eyecatch a:before,
#t9r6zrq49q4rzjyafz1k .eyecatch a:before,
#wyxxje8lsd3uzbswtca6 .eyecatch a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.8s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#bdhiiqto3hds40knfli9 .eyecatch a:hover:before,
#gupakbu3dxsla7wb4uyx .eyecatch a:hover:before,
#opzsp97fdo5e4wbeav5p .eyecatch a:hover:before,
#pb32q5pmsiz7w0fmn7g1 .eyecatch a:hover:before,
#mn6zplw94e1f0nw46eki .eyecatch a:hover:before,
#n7ab8yktfwcbda9pysjd .eyecatch a:hover:before,
#aj0q81imakysdz5cvvec .eyecatch a:hover:before,
#rsr1w3id3afe29914fqs .eyecatch a:hover:before,
#fn8oyvo1ekfi7lz6n7of .eyecatch a:hover:before,
#wekezyzdsfsjhxxard6w .eyecatch a:hover:before,
#t9r6zrq49q4rzjyafz1k .eyecatch a:hover:before,
#wyxxje8lsd3uzbswtca6 .eyecatch a:hover:before {opacity: 1;}

/*OFF画像*/
#bdhiiqto3hds40knfli9 a{ background: url("/files/banner_ev.jpg") no-repeat center top/100%;}
#gupakbu3dxsla7wb4uyx a{ background: url("/files/banner_electrical.jpg") no-repeat center top/100%;}
#opzsp97fdo5e4wbeav5p a{ background: url("/files/banner_partner.jpg") no-repeat center top/100%;}
#pb32q5pmsiz7w0fmn7g1 a{ background: url("/files/banner_partner.jpg") no-repeat center top/100%;}
#mn6zplw94e1f0nw46eki a{ background: url("/files/banner_ev.jpg") no-repeat center top/100%;}
#n7ab8yktfwcbda9pysjd a{ background: url("/files/banner_partner.jpg") no-repeat center top/100%;}
#aj0q81imakysdz5cvvec a{ background: url("/files/banner_electrical.jpg") no-repeat center top/100%;}
#rsr1w3id3afe29914fqs a{ background: url("/files/banner_ev.jpg") no-repeat center top/100%;}
#fn8oyvo1ekfi7lz6n7of a{ background: url("/files/banner_electrical.jpg") no-repeat center top/100%;}
#wekezyzdsfsjhxxard6w a{ background: url("/files/banner_ev.jpg") no-repeat center top/100%;}
#t9r6zrq49q4rzjyafz1k a{ background: url("/files/banner_electrical.jpg") no-repeat center top/100%;}
#wyxxje8lsd3uzbswtca6 a{ background: url("/files/banner_partner.jpg") no-repeat center top/100%;}

/*ON画像*/
#bdhiiqto3hds40knfli9 a:before{ background: url("/files/banner_ev_on.jpg") no-repeat center top /100%;}
#gupakbu3dxsla7wb4uyx a:before{ background: url("/files/banner_electrical_on.jpg") no-repeat center top /100%;}
#opzsp97fdo5e4wbeav5p a:before{ background: url("/files/banner_partner_on.jpg") no-repeat center top /100%;}
#pb32q5pmsiz7w0fmn7g1 a:before{ background: url("/files/banner_partner_on.jpg") no-repeat center top /100%;}
#mn6zplw94e1f0nw46eki a:before{ background: url("/files/banner_ev_on.jpg") no-repeat center top /100%;}
#n7ab8yktfwcbda9pysjd a:before{ background: url("/files/banner_partner_on.jpg") no-repeat center top/100%;}
#aj0q81imakysdz5cvvec a:before{ background: url("/files/banner_electrical_on.jpg") no-repeat center top/100%;}
#rsr1w3id3afe29914fqs a:before{ background: url("/files/banner_ev_on.jpg") no-repeat center top /100%;}
#fn8oyvo1ekfi7lz6n7of a:before{ background: url("/files/banner_electrical_on.jpg") no-repeat center top /100%;}
#wekezyzdsfsjhxxard6w a:before{ background: url("/files/banner_ev_on.jpg") no-repeat center top /100%;}
#t9r6zrq49q4rzjyafz1k a:before{ background: url("/files/banner_electrical_on.jpg") no-repeat center top /100%;}
#wyxxje8lsd3uzbswtca6 a:before{ background: url("/files/banner_partner_on.jpg") no-repeat center top /100%;}

.margin-bottom_50 {
  margin-bottom: 0 !important;
}

/* ガテン職バナー */
#sh57vytm4kjvhdwprjwg .eyecatch a,
#i7pcrulrhmbkn68cbf5d .eyecatch a,
#rggo21jqdo78p25nv8oh .eyecatch a,
#ju1ddauvxpsbzs6kqztl .eyecatch a,
#o5al7z77jrihem8pw326 .eyecatch a {
  display: block;
  position: relative;
  width: 960px;
  height: 140px;/*バナー画像高さ*/
}
#sh57vytm4kjvhdwprjwg .eyecatch a:before,
#i7pcrulrhmbkn68cbf5d .eyecatch a:before,
#rggo21jqdo78p25nv8oh .eyecatch a:before,
#ju1ddauvxpsbzs6kqztl .eyecatch a:before,
#o5al7z77jrihem8pw326 .eyecatch a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.8s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#sh57vytm4kjvhdwprjwg .eyecatch a:hover:before,
#i7pcrulrhmbkn68cbf5d .eyecatch a:hover:before,
#rggo21jqdo78p25nv8oh .eyecatch a:hover:before,
#ju1ddauvxpsbzs6kqztl .eyecatch a:hover:before,
#o5al7z77jrihem8pw326 .eyecatch a:hover:before {opacity: 1;}

/*OFF画像*/
#sh57vytm4kjvhdwprjwg .eyecatch a,
#i7pcrulrhmbkn68cbf5d .eyecatch a,
#rggo21jqdo78p25nv8oh .eyecatch a,
#ju1ddauvxpsbzs6kqztl .eyecatch a,
#o5al7z77jrihem8pw326 .eyecatch a { background: url("/files/banner_gaten.jpg") no-repeat center top;}
/*ON画像*/
#sh57vytm4kjvhdwprjwg .eyecatch a:before,
#i7pcrulrhmbkn68cbf5d .eyecatch a:before,
#rggo21jqdo78p25nv8oh .eyecatch a:before,
#ju1ddauvxpsbzs6kqztl .eyecatch a:before,
#o5al7z77jrihem8pw326 .eyecatch a:before { background: url("/files/banner_gaten_on.jpg") no-repeat center top;}

/*固定画面で入れたSPバナー画像非表示*/
#sh57vytm4kjvhdwprjwg .eyecatch a img,
#i7pcrulrhmbkn68cbf5d .eyecatch a img,
#rggo21jqdo78p25nv8oh .eyecatch a img,
#ju1ddauvxpsbzs6kqztl .eyecatch a img,
#o5al7z77jrihem8pw326 .eyecatch a img {display: none;}

/*バナー背景色*/
#sh57vytm4kjvhdwprjwg,
#i7pcrulrhmbkn68cbf5d,
#rggo21jqdo78p25nv8oh,
#ju1ddauvxpsbzs6kqztl,
#o5al7z77jrihem8pw326 {
  height: 190px;
  padding-top: 50px;
  background: #002e67;
/*
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
*/
}

/*padding-bottom*/
#sh57vytm4kjvhdwprjwg .easys_content_inner,
#i7pcrulrhmbkn68cbf5d .easys_content_inner,
#rggo21jqdo78p25nv8oh .easys_content_inner,
#ju1ddauvxpsbzs6kqztl .easys_content_inner,
#o5al7z77jrihem8pw326 .easys_content_inner {
  padding: 0;
}

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

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*SPセカンドメイン非表示*/
#ad7nwue6as71evkywa6h {display: none;}

/*  背景カラー
---------------------------------------------------------------------------------------------------- */
#mu1yp9p2s1d8uc4hy5ai,
#twvw3kz4ehoe30i23vzt,
#zjukwrr793pniufkqmiy {		
  background:#f6f6f6;		
  padding: 50px 0;/*ブロック内の余白調整*/		
  margin: 0;/*下ブロックとの余白調整*/		
}		

/*  飾りパララックス
---------------------------------------------------------------------------------------------------- */
#txsjltjym5ekt5wsckgq {
  background: url(/files/banner_house.png) no-repeat center top / 100% scroll,url(/files/banner_house_para.jpg) no-repeat center center / cover fixed;/*100%じゃなくてcoverのほうがうまくいくときもあり*/
  height: 29.5vw;
  min-height:360px;
}
#u3s4sdabqw5erqmpr8oc {
  background: url(/files/banner_apartment.png) no-repeat center top / 100% scroll,url(/files/banner_apartment_para.jpg) no-repeat center center / cover fixed;
  height: 29.5vw;
  min-height:360px;
}
#ioqgwlzknzaj4ddmgxup {
  background: url(/files/banner_parking.png) no-repeat center top / 100% scroll,url(/files/banner_parking_para.jpg) no-repeat center center / cover fixed;
  height: 29.5vw;
  min-height:360px;
}
#w2tvky1bayzzlp45t1nw {
  background: url(/files/banner_gas.png) no-repeat center top / 100% scroll,url(/files/banner_gas_para.jpg) no-repeat center center / cover fixed;
  height: 29.5vw;
  min-height:360px;
}
#zb45adz3qwqlwfsol82r {
  background: url(/files/banner_restarea.png) no-repeat center top / 100% scroll,url(/files/banner_restarea_para.jpg) no-repeat center center / cover fixed;
  height: 29.5vw;
  min-height:360px;
}
#rfbotxhthy74us1b26uh {
  background: url(/files/banner_facilities.png) no-repeat center top / 100% scroll,url(/files/banner_facilities_para.jpg) no-repeat center center / cover fixed;
  height: 29.5vw;
  min-height:360px;
}



.grecaptcha-badge { visibility: hidden; }
