@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #000;
}
body {
  background: url("/files/body_bg.jpg") no-repeat center top / 100%;
  color: #fff;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}
body#page_6 {
  background: url("/files/body_bg_top.jpg") no-repeat center top / 100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

a:link, a:visited, a:hover, a:active {
color: #d7ba2e;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #d7ba2e;
  color: #fff;
}


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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 98%;
  margin: 0 auto;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #939f85;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: auto;
  margin: -20px auto 0;
  padding: 0;
}
.main_header img, .header_class img {
  width: 550px;
  height: 145px;
  background: url(/files/branding_box_bg.png) no-repeat center;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 240px;
  height: 252px;
  margin: 170px 0 0;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 42px;
  line-height: 42px;
  width: 240px;
  background-image: url(/files/topnavi.png);
}
div#access li.menu-item {
  float: none;
}

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: left -42px; }
div#access .gnavi13 a { background-position: left -84px; }
div#access .gnavi14 a { background-position: left -126px; }
div#access .gnavi15 a { background-position: left -168px; }
div#access .gnavi16 a { background-position: left bottom; }
div#access .gnavi11 a:hover { background-position: right top; }
div#access .gnavi12 a:hover { background-position: right -42px; }
div#access .gnavi13 a:hover { background-position: right -84px; }
div#access .gnavi14 a:hover { background-position: right -126px; }
div#access .gnavi15 a:hover { background-position: right -168px; }
div#access .gnavi16 a:hover { background-position: right bottom; }

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

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #000;
  width: 160px;
  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 #ebcd3c;
  color: #000;
}
#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: #000;
}

/* 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: #000;
}
*: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: none #ebcd3c;
  color: #000;
}

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

/* 追尾 */
#access.fixed {
  width: 100%;
  z-index: 590;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0,0,0,0.8);/*コーダー指示書にある背景色･背景画像指示に変更*/
  height: 65px;
}
#access.fixed .menu-header {
  width: 960px;
  margin: 0 auto;
}
div#access.fixed .menu-item a, div#access.fixed .menu-item a:hover {
  height: 65px;
  line-height: 65px;
  background-image: url(/files/topnavi_02.png);
}
div#access.fixed li.menu-item {
  float: left;
}

div#access.fixed .gnavi11 a,div#access.fixed .gnavi11 a:hover { width: 175px;}
div#access.fixed .gnavi12 a,div#access.fixed .gnavi12 a:hover { width: 125px;}
div#access.fixed .gnavi13 a,div#access.fixed .gnavi13 a:hover { width: 125px;}
div#access.fixed .gnavi14 a,div#access.fixed .gnavi14 a:hover { width: 125px;}
div#access.fixed .gnavi15 a,div#access.fixed .gnavi15 a:hover { width: 125px;}
div#access.fixed .gnavi16 a,div#access.fixed .gnavi16 a:hover { width: 285px;}
div#access.fixed .gnavi11 a { background-position: left top; }
div#access.fixed .gnavi12 a { background-position: -175px top; }
div#access.fixed .gnavi13 a { background-position: -300px top; }
div#access.fixed .gnavi14 a { background-position: -425px top; }
div#access.fixed .gnavi15 a { background-position: -550px top; }
div#access.fixed .gnavi16 a { background-position: right top; }
div#access.fixed .gnavi11 a:hover { background-position: left bottom; }
div#access.fixed .gnavi12 a:hover { background-position: -175px bottom; }
div#access.fixed .gnavi13 a:hover { background-position: -300px bottom; }
div#access.fixed .gnavi14 a:hover { background-position: -425px bottom; }
div#access.fixed .gnavi15 a:hover { background-position: -550px bottom; }
div#access.fixed .gnavi16 a:hover { background-position: right bottom; }

#access.fixed ul.menu ul.sub-menu {
  top: 65px;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0px;
  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;
}


/* ティザーのレスポンシブ */
#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: #000;
  background-image: url(/files/widget_title_bg.png);
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #000;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #fff;
  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: #4b573e;
  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: 550px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 510px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 465px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #fff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #fff;
  color: #fff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 490px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: -220px 0 0;
  text-align: left;
  color: #d7d7d7;

/* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: -33px 0 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 25px;
  height: 25px;
  margin: 0 0 0 auto;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #000;
}


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

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


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding-top: 50px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #fff;
}
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 span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
  color: #fff;
}


/* 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: #606f4f;}

* .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: #606f4f;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #606f4f;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #606f4f;
}
/* 小見出しリンクボタン */
.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: #606f4f;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {color: #000;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent;
  border: 1px solid #4b573e;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #fff;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #4b573e;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #d7ba2e;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #d7ba2e !important;
}

small a:hover {
  background-color: #d7ba2e;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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: #4b573e;
  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: #4b573e !important;
}

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

.table_area table tr td {
  border: solid 1px #4b573e !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: #d7ba2e;
  color: #d7ba2e !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: #d7ba2e;
  border-color: #d7ba2e;
}
.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 #d7ba2e;
  border-style: solid;
  border-color: #d7ba2e;
  color: #fff !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #4b573e;
}


/* 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 #d7ba2e;
  color: #d7ba2e;
}
div.link_list a:hover {
  background-color: #d7ba2e;
  border: 1px solid #d7ba2e;
  color: #fff;
}


.faq-title {
  background-color: #d7ba2e;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #d7ba2e;
}
.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; }

/* 背景黒の時のフォーム確認 */
.wpcf7c-conf,
input.wpcf7c-conf {
  color: #ccc !important;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: #4b573e;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #fff;
}
.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: #606f4f;}

/* ブログ-今日の背景色 */
#wp-calendar tbody td#today,
#wp-calendar tbody td#today a {
  background: #d7ba2e;
  color: #fff;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}


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

/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#yhsc8tpyww4ng0i7c0gs,
#xvq0avsz1fljl470ieiy,
#ucmgt3hb2boz0nvzx59q,
#a8sjg3tql03v4a7c1mwk,
#i9by6afutuugfa3dppoy,
#rf4b0lbqvrfdjz4w9cb9,
#mh2788wmrxz7p2vzbs88,
#j9no8iqyfuskyje9r31u,
#e1cm00xupm3vutuz3ebg,
#s10ml0vdj2c9wfy2ry02 {
  margin-bottom: 70px;
}
#yhsc8tpyww4ng0i7c0gs div,
#xvq0avsz1fljl470ieiy div,
#ucmgt3hb2boz0nvzx59q div,
#a8sjg3tql03v4a7c1mwk div,
#i9by6afutuugfa3dppoy div,
#rf4b0lbqvrfdjz4w9cb9 div,
#mh2788wmrxz7p2vzbs88 div,
#j9no8iqyfuskyje9r31u div,
#e1cm00xupm3vutuz3ebg div,
#s10ml0vdj2c9wfy2ry02 div {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 求人情報 */
#xvq0avsz1fljl470ieiy,
#ucmgt3hb2boz0nvzx59q,
#a8sjg3tql03v4a7c1mwk {
  background: url(/files/recruit_banner_bg.jpg) no-repeat center top / 100%;
  max-height: 700px;
  min-height: 420px;
  height: 34.5vw;
  margin-bottom: 0;
}
#xvq0avsz1fljl470ieiy .easys_content_inner,
#ucmgt3hb2boz0nvzx59q .easys_content_inner,
#a8sjg3tql03v4a7c1mwk .easys_content_inner { width: 100%;}
#xvq0avsz1fljl470ieiy .eyecatch,
#ucmgt3hb2boz0nvzx59q .eyecatch,
#a8sjg3tql03v4a7c1mwk .eyecatch {
  display: block;
  width: 5%;
  margin: 24.6% 0 0 21.5%;
}
#xvq0avsz1fljl470ieiy .eyecatch a,
#ucmgt3hb2boz0nvzx59q .eyecatch a,
#a8sjg3tql03v4a7c1mwk .eyecatch a {
  display: block;
  position: relative;
  max-height: 100px;
  min-height: 60px;
  height: 4.93vw;
  overflow: hidden;
}
#xvq0avsz1fljl470ieiy .eyecatch a img,
#ucmgt3hb2boz0nvzx59q .eyecatch a img,
#a8sjg3tql03v4a7c1mwk .eyecatch a img {
  position: absolute;
  top: 0;
  left: 0;
}
#xvq0avsz1fljl470ieiy .eyecatch a:hover img,
#ucmgt3hb2boz0nvzx59q .eyecatch a:hover img,
#a8sjg3tql03v4a7c1mwk .eyecatch a:hover img {
  top: -100%;
  opacity: 1;
}

/* Instagram */
#i9by6afutuugfa3dppoy {
  background: url(/files/insta_banner_bg.jpg) no-repeat center top;
  height: 490px;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
#i9by6afutuugfa3dppoy .eyecatch {
  display: block;
}
#i9by6afutuugfa3dppoy a {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
}
#i9by6afutuugfa3dppoy a img {
  position: absolute;
  top: 0;
  left: 0;
}
#i9by6afutuugfa3dppoy a:hover img {
  top: -100%;
  opacity: 1;
}

/* ガテン職 */
#rf4b0lbqvrfdjz4w9cb9 {
  background: url(/files/gtn_banner_bg.jpg) no-repeat center top;
  height: 490px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#rf4b0lbqvrfdjz4w9cb9 .eyecatch {
  display: block;
}
#rf4b0lbqvrfdjz4w9cb9 a {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
}
#rf4b0lbqvrfdjz4w9cb9 a img {
  position: absolute;
  top: 0;
  left: 0;
}
#rf4b0lbqvrfdjz4w9cb9 a:hover img {
  top: -100%;
  opacity: 1;
}

/* 会社概要/お問い合わせ */
#mh2788wmrxz7p2vzbs88 .easys_content_inner,
#j9no8iqyfuskyje9r31u .easys_content_inner,
#e1cm00xupm3vutuz3ebg .easys_content_inner,
#s10ml0vdj2c9wfy2ry02 .easys_content_inner { width: 100%;}
#mh2788wmrxz7p2vzbs88 .img_display,
#j9no8iqyfuskyje9r31u .img_display,
#e1cm00xupm3vutuz3ebg .img_display,
#s10ml0vdj2c9wfy2ry02 .img_display { display: flex;}
#mh2788wmrxz7p2vzbs88 [class*="field_"],
#j9no8iqyfuskyje9r31u [class*="field_"],
#e1cm00xupm3vutuz3ebg [class*="field_"],
#s10ml0vdj2c9wfy2ry02 [class*="field_"] {
  margin: 0;
  width: 100% !important;
}
#mh2788wmrxz7p2vzbs88 .eyecatch,
#j9no8iqyfuskyje9r31u .eyecatch,
#e1cm00xupm3vutuz3ebg .eyecatch,
#s10ml0vdj2c9wfy2ry02 .eyecatch {
  width: 100% !important;
}
#mh2788wmrxz7p2vzbs88 a,
#j9no8iqyfuskyje9r31u a,
#e1cm00xupm3vutuz3ebg a,
#s10ml0vdj2c9wfy2ry02 a {
  display: block;
  position: relative;
  max-height: 540px;
  min-height: 324px;
  height: 26.7vw;
}
#mh2788wmrxz7p2vzbs88 a img,
#j9no8iqyfuskyje9r31u a img,
#e1cm00xupm3vutuz3ebg a img,
#s10ml0vdj2c9wfy2ry02 a img {
  position: absolute;
  top: 0;
  left: 0;
}
#mh2788wmrxz7p2vzbs88 a:hover img,
#j9no8iqyfuskyje9r31u a:hover img,
#e1cm00xupm3vutuz3ebg a:hover img,
#s10ml0vdj2c9wfy2ry02 a:hover img {
  top: -100%;
  opacity: 1;
}

/* パララックス */
#yhsc8tpyww4ng0i7c0gs {
  background: url(/files/parara.jpg) no-repeat center center / cover fixed;
  height: 650px;
  margin-bottom: 0;
}

/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* ロアハウスマネジメント株式会社は札幌市の新築工事・リフォームなどを取り扱っています */
#jaoro5vsmfmrtwso1dnq {
  position: relative;
  background: url(/files/top_bg.jpg) no-repeat center top transparent;
  height: 1270px;
  margin-bottom: 60px;
}
#jaoro5vsmfmrtwso1dnq .eyecatch {
  display: none;
  float: none !important;
}
#jaoro5vsmfmrtwso1dnq [class*="title"] {
  display: none;
}
#jaoro5vsmfmrtwso1dnq .main_btn {
  margin: 0;
  padding: 0;
}
#jaoro5vsmfmrtwso1dnq .main_btn a {
  display: block;
  position: relative;
  z-index: 500;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/files/top_content_btn.png) no-repeat top center / 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  margin: auto;
  margin-top: 35px;
}
#jaoro5vsmfmrtwso1dnq .main_btn a:hover {
  opacity: 1;
  background-position-y: bottom;
}
#jaoro5vsmfmrtwso1dnq .easys_content_inner > .entry_post {
  margin-top: 950px;
}
#jaoro5vsmfmrtwso1dnq .easys_content_inner > .entry_post > .text_box {
  color: #000;
}
#jaoro5vsmfmrtwso1dnq .blockimg {
  width: 600px;
  height: 620px;
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  margin: auto;
  transition: .5s;
  background: url(/files/top_content.png) no-repeat center top;
}
#jaoro5vsmfmrtwso1dnq .blockimg:hover {
  transform: scale(1.1);
}

/* 新着情報 */
#ypl70l56b8anltm48xtj,
#mcjm4i1sgutqg0x0egdd {
  background: url(/files/block_bg_01.jpg) repeat;
}
#ypl70l56b8anltm48xtj {
  padding-top: 80px;
}
#ypl70l56b8anltm48xtj [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}
#mcjm4i1sgutqg0x0egdd {
  padding-bottom: 30px;
}
#mcjm4i1sgutqg0x0egdd.nm_01 {
  margin: 0 !important;
}


.grecaptcha-badge { visibility: hidden; }
