@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #f4f4f4;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
}
body {
  background-image: url("/files/body_bg_top.jpg");
  background-size: 100% auto;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;
  position: relative;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ","Meiryo", arial, Sans-Serif;
  color: #143061;
}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
#wrapper { background: none transparent; }
#outer_block { background: none transparent; }
#page_6 #outer_block { padding: 0; }

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #41989d;
  color: #fff;
}
a[name^="anchor"],
a[id^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  line-height: 100px;
  margin: 0 auto;
  padding: 0 145px;
  box-sizing: border-box;
}
#site-description a {
  display: inline;
  color: #FFF;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header {}
.main_header img {
  position: absolute;
  top: 85px;
  left: 135px;
  width: 240px;
  height: 80px;
}

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


#fixed_btn_entry {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
#fixed_btn_entry a {
  display: block;
  background: url("/files/btn_entry.png") no-repeat center top transparent;
  width: 150px;
  height: 80px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#fixed_btn_entry a:hover { background-position: center bottom; }



/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc, #video_teaser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0;
  text-align: center;
  z-index: 99;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url("/files/widget_list_bg.png");
  color: #143061;
  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: #143061;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }

#calendar_wrap table tr td#today { background-color: #b81c22; }
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a { color: #fff; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-image: url("/files/footer_bg.jpg");
  position: relative;
  z-index: 501;
}
#footer_box {
  position: relative;
  background-image: url("/files/footer_box_bg.png");
  height: 415px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block { display: none; }




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 960px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 240px 0 0;
  text-align: center;
}



/*  フッター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 {
  height: 85px;
  line-height: 85px;
  color: #fff;
}


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

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

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


#float_top_btn {
  bottom: 0;
  right: 0;
}



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url("/files/top_entry_title.png");
  height: auto;
  line-height: 1.7;
  padding: 10px 0 0;
  color: #143061;
}
h3.entry_title, .entry_title { /* サイズ、背景、余白などはこちら */
  background-image: url("/files/entry_title_bg.png");
  color: #143061;
}
h3.entry_title, .entry_title, .entry_title h3 { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active {
  color: #143061;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url("/files/read_more_btn.png");
}
.entry_title span.read_more_btn a:hover { opacity: 0.8; }
* .mid_entry_title {
  background-image: url("/files/entry_title_bg_w570.png");
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a { color: #fff; }

#blog_main .entry-title {
  background-image: url("/files/blog_title.png");
  background-position: center bottom;
  height: auto;
  padding: 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #143061;}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url("/files/half_entry_title_bg.png");
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #fff;}

* .half_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: #143061;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #143061;
}
* .sub_entry_title h4 {}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #143061;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url("/files/sub_read_more_btn.png");
}
.sub_entry_title span.read_more_btn a:hover  { opacity: 0.8; }
* .mid_sub_entry_title {
  background-image: url("/files/sub_entry_title_bg_w570.png");
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a { color: #143061; }


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


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

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


.faq-title {
  background-color: #143061;
  border-radius: 0;
  font-weight: normal;
  width: 480px;
  box-sizing: border-box;
  color: #fff;
}


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

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





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  background: none #d5d5d5;
  border: 0 none !important;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
}
/* Dメニュー下線 */
.td_cell {
  border-color: #143061;
  vertical-align: top;
}

.table_area table tr td {
  background: none #d5d5d5;
  border: 0 none !important;
}
.table_area table, .iqfm-table {
  border-collapse: separate;
  border-spacing: 0 3px;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #41989d;
  color: #41989d !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 transparent;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #41989d;
  border-color: #41989d;
}
.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 #41989d;
  border-style: solid;
  border-color: #41989d;
  color: #fff !important;
} 



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


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



.headline_index_box {
     display: inline;
}


.slide_controler div { cursor: pointer; }



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.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: #b81c22;
}
.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; }

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



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: #ccc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-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: #143061; }
#nav-below .nav-next { padding: 0 0 0 10px; }
.nj_03 .img_size_thumb  {
  height: auto;
  max-height: 150px;
}



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

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


/*  地図
---------------------------------------------------------------------------------------------------- */
div[id^="map_canvas"] {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


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


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


/* セカンドメイン */
#dpk5ngy3z2qxkeh2b9ax {
  background: url("/files/2nd_bg.jpg") no-repeat center top / 100% auto transparent;
  height: 1050px;
  margin: 0 0 50px;
  position: relative;
}
#dpk5ngy3z2qxkeh2b9ax .img_01,
#dpk5ngy3z2qxkeh2b9ax .img_02 {
  position: absolute;
  left: -20%;
  transform-origin: left top;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}
#dpk5ngy3z2qxkeh2b9ax .img_01 {
  background: url("/files/2nd_img01.png") no-repeat left top transparent;
  top: 150px;
  width: 1185px;
  height: 495px;
}
#dpk5ngy3z2qxkeh2b9ax .img_02 {
  background: url("/files/2nd_img02.png") no-repeat left top transparent;
  top: 645px;
  width: 1055px;
  height: 309px;
  transition-delay: 0.3s;
}
#dpk5ngy3z2qxkeh2b9ax.moved .img_01,
#dpk5ngy3z2qxkeh2b9ax.moved .img_02 {
  left: 0;
  opacity: 1;
}
#dpk5ngy3z2qxkeh2b9ax .easys_content_inner {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 10;
}
#dpk5ngy3z2qxkeh2b9ax .eyecatch a {
  display: block;
  position: absolute;
  top: 735px;
  left: 1430px;
  transform-origin: left top;
  background: url("/files/2nd_btn.png") no-repeat center top transparent;
  width: 220px;
  height: 220px;
}
#dpk5ngy3z2qxkeh2b9ax .eyecatch a:hover { background-position: center bottom; }
#dpk5ngy3z2qxkeh2b9ax .eyecatch a img { display: none; }


/* DB01 */
#dpkk6sfqjipkzt42ti3w {
  background: url("/files/design01_bg.jpg") no-repeat center top transparent;
  height: 900px;
  margin: 0 0 50px;
}
#dpkk6sfqjipkzt42ti3w .headline_title,
#dpkk6sfqjipkzt42ti3w .eyecatch { display: none; }
#dpkk6sfqjipkzt42ti3w .text_box {
  float: none;
  width: 480px;
  padding: 370px 0 0;
  color: #fff;
}


/* DB02 */
#aitgt2qo5za49so3fjpw {
  background: url("/files/design02_bg.jpg") no-repeat center top transparent;
  height: 1100px;
  margin: 0 0 50px;
  position: relative;
}
#aitgt2qo5za49so3fjpw:before,
#aitgt2qo5za49so3fjpw:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}
#aitgt2qo5za49so3fjpw:before {
  left: calc(50% - 1000px);
  background: url("/files/design02_img01.jpg") no-repeat left top transparent;
  width: 1055px;
  height: 410px;
  transform: translateX(-20%);
}
#aitgt2qo5za49so3fjpw:after {
  right: calc(50% - 1000px);
  background: url("/files/design02_img02.png") no-repeat left top transparent;
  width: 1120px;
  height: 760px;
  transform: translateX(20%);
  transition-delay: 0.3s;
}
#aitgt2qo5za49so3fjpw.moved:before,
#aitgt2qo5za49so3fjpw.moved:after {
  transform: translateX(0);
  opacity: 1;
}
#aitgt2qo5za49so3fjpw .easys_content_inner {
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 10;
}
#aitgt2qo5za49so3fjpw .headline_title,
#aitgt2qo5za49so3fjpw .eyecatch { display: none; }
#aitgt2qo5za49so3fjpw .text_box {
  float: none;
  width: 520px;
  padding: 420px 0 0;
}


/* DB03 */
#j2163ildu967yi1rzs4d {
  background:
    url("/files/design03_f.png") no-repeat center top,
    url("/files/design03_bg.jpg") no-repeat center center / cover fixed transparent;
  height: 900px;
  margin: 0 0 50px;
  position: relative;
}
#j2163ildu967yi1rzs4d:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 110px);
  background: url("/files/design03_title.png") no-repeat left top transparent;
  width: 890px;
  height: 639px;
  opacity: 0;
  transform: translateX(20%);
  z-index: 10;
  transition: all 1s ease 0s;
}
#j2163ildu967yi1rzs4d.moved:before {
  transform: translateX(0);
  opacity: 1;
}
#j2163ildu967yi1rzs4d .easys_content_inner {
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
#j2163ildu967yi1rzs4d .headline_title,
#j2163ildu967yi1rzs4d .eyecatch { display: none; }
#j2163ildu967yi1rzs4d .text_box {
  float: right;
  width: 480px;
  padding: 580px 0 0;
}


/* DB04 */
#cqdb2fg5775yrr9h381o {
  background: url("/files/design04_bg.jpg") no-repeat center top transparent;
  height: 1000px;
  margin: 0 0 50px;
  position: relative;
}
#cqdb2fg5775yrr9h381o:before,
#cqdb2fg5775yrr9h381o:after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}
#cqdb2fg5775yrr9h381o:before {
  top: 0;
  left: calc(50% - 1000px);
  background: url("/files/design04_img01.png") no-repeat left top transparent;
  width: 1060px;
  height: 400px;
  transform: translateX(-20%);
}
#cqdb2fg5775yrr9h381o:after {
  right: calc(50% - 1000px);
  bottom: 0;
  background: url("/files/design04_img02.png") no-repeat left top transparent;
  width: 1040px;
  height: 810px;
  transform: translateX(20%);
  transition-delay: 0.3s;
}
#cqdb2fg5775yrr9h381o.moved:before,
#cqdb2fg5775yrr9h381o.moved:after {
  transform: translateX(0);
  opacity: 1;
}
#cqdb2fg5775yrr9h381o .easys_content_inner {
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 10;
}
#cqdb2fg5775yrr9h381o .headline_title,
#cqdb2fg5775yrr9h381o .eyecatch { display: none; }
#cqdb2fg5775yrr9h381o .text_box {
  float: none;
  width: 480px;
  padding: 650px 0 0;
}


/* 3連記事 */
#wq7nh4m7remh7oaekjjv {
  background: url("/files/block_bg01.jpg") repeat center top transparent;
  margin: 0 0 50px;
  padding: 50px 0 0;
}
#wq7nh4m7remh7oaekjjv .entry_post {
  background: none #fff;
  width: 310px !important;
  padding: 22px;
  box-sizing: border-box;
  position: relative;
}
#wq7nh4m7remh7oaekjjv .entry_post:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid #54a2a7;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none;
}
#wq7nh4m7remh7oaekjjv .entry_post.float_left { margin-right: 15px; }
#wq7nh4m7remh7oaekjjv .inline_title { width: 100%; }
#wq7nh4m7remh7oaekjjv .eyecatch { width: 100%; }


/* コンテンツ画像 */
#xeofhmsktp9o68rg56h3 .easys_content_inner {
  width: 100%;
  padding: 0;
  pointer-events: none;
}


/* バナー＞ENTRY */
#i4eksnq8co0jpvvbp0z1 {
  background: url("/files/_bnr_contact_bg.jpg") no-repeat center center / cover fixed transparent;
  margin: 0 0 50px;
}
#i4eksnq8co0jpvvbp0z1 .easys_content_inner {
  width: 100%;
  padding: 0;
}
#i4eksnq8co0jpvvbp0z1 .field_1col { margin: 0; }
#i4eksnq8co0jpvvbp0z1 .eyecatch a {
  display: block;
  position: relative;
}
#i4eksnq8co0jpvvbp0z1 .eyecatch a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background: url("/files/_bnr_contact_on.png") no-repeat center center / cover transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
#i4eksnq8co0jpvvbp0z1 .eyecatch a:hover:before { left: 0; }
#i4eksnq8co0jpvvbp0z1 .eyecatch a img {
  position: relative;
  z-index: 10;
}
#i4eksnq8co0jpvvbp0z1 .eyecatch a:hover img { opacity: 1; }



