@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;

}
body,
.wpcf7c-conf {
  color: #010101;
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_81 #outer_block,
#page_15 #outer_block,
#page_12 #outer_block,
#page_9 #outer_block {
  padding-top: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #1675bf;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #1675bf;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 900px 0 0 0;
  height: 0px;
  background: none transparent;
}
#page_6 #branding_box {
  padding-top: calc(100% * (1000/2000));
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 82px;
  left: 340px;
  width: auto;
  white-space: nowrap;
}
#page_6 #site-description {
  top: inherit;
  bottom: -50px;
  left: 70px;
}
#site-description a {
  display: inline;
  color: #333;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("/files/branding_box_bg.png");
  transform-origin: top left;
  */
}
#page_6 #header_information {
  height: auto;
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 300px;
  height: 100px;
  background: url(/files/branding_box_bg.png) no-repeat left top;
  position: absolute;
  top: 40px;
  left: 30px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  /* height: 100%; */
}
div#access .menu-item a {
  background: url("/files/topnavi.png") no-repeat left top;
  padding: 0;
  height: 55px !important;
  line-height: 55px !important;
}
div#access .gnavi11 a { width: 135px !important;}
div#access .gnavi12 a { width: 135px !important;}
div#access .gnavi13 a { width: 130px !important;}
div#access .gnavi14 a { width: 165px !important;}
div#access .gnavi15 a { width: 115px !important;}
div#access .gnavi16 a { width: 135px !important;}
div#access .gnavi17 a { width: 145px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -135px;}
div#access .gnavi13 a { background-position-x: -270px;}
div#access .gnavi14 a { background-position-x: -400px;}
div#access .gnavi15 a { background-position-x: -565px;}
div#access .gnavi16 a { background-position-x: -680px;}
div#access .gnavi17 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 0px;
  left: 150px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 150px;
}
#access ul.menu ul.sub-menu a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.2em !important;
  padding: 10px !important;
  box-sizing: border-box;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 150px;
  background: none rgba(255,255,255,0.75);
  color: #333333;
}
#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: #333333;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255,255,255,0.75);
  color: #666666;
}
#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: #666666;
}

/* ハンバーガーメニュー */
#access {
  width: 960px;
  height: 0px;
  transition: .5s;
  position: fixed;
  top: 35px;
  right: 140px;
  background: rgba(22, 116, 190, 1);
  overflow: visible;
  padding-right: 30px;
}
#access.opened {
  height: 55px;
}
#access .menu-header {
  width: 960px;
  height: 55px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
#access.opened .menu-header {
  display: block;
}
#menuTrigger {
  background: url(/files/menu_btn.png) no-repeat center top;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 900;
  cursor: pointer;
}
#menuTrigger.opened {
  background-position-y: bottom;
}
#menuTrigger button {opacity: 0; pointer-events: none;}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
 
}
#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%;
}

/* 中ページのみ否レスポ */
#main_teaser {
  overflow: hidden;
}
#main_teaser {
  min-width: inherit;
  max-width: inherit;
}
#main_teaser img {
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.jpg);
  color: #000;
  text-align: center;
}
.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 {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.jpg);
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666;
  background: none transparent;
  line-height: 2;
}
#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: #1675bf;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 780px;
  background: 
  url(/files/footer_bg.jpg) repeat-x center bottom,
  url(/files/footer_palla_bg.jpg) no-repeat center center / cover fixed;
}
#footer_box {
  height: 740px;
  background: url(/files/footer_box_bg.png) no-repeat center bottom;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 525px 0 0;
  width: 820px;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
#footer_sitemap_block #footer-widget-area {
  width: 1020px;
  text-align: right;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  width: 300px;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: left;
  height: 120px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 1020px;
}
#footer_information .entry-post {
  margin: 0;
  width: auto;
  text-align: left;
  position: absolute;
  top: 600px;
  left: calc(50% - 510px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #000;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#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: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% + 130px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: inherit;
  top: 110px;
  right: 36px;
}

.fixed_btn div,
.fixed_btn div a,.fixed_btn div a:hover {
  width: 50px !important;
  height: 50px;
}

.fixed_btn div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.fixed_btn div a img {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed_btn div a:hover img {
  left: -100%;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  /* height: 150px; */
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000;
  height: 130px;
  line-height: 130px;
  padding-top: 40px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #000;
}
/*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: #000;
}
/* 見出しリンクボタン */
.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: #000;
}

/* 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: #6b9329;
}

* .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: #000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #000;
}
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: #000;
}
/* 小見出しリンクボタン */
.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.jpg);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #000;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {
  color: #fff;
}


/* read-more時を含む左余白設定*/
.entry_title {
  padding-left: 40px;
  width: calc(960px - 40px);
}
.entry_title h3 {
  width: calc(840px - 40px);
}
* .mid_entry_title {
  padding-left: 40px;
  width: calc(570px - 40px);
}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  background: none transparent;
  color: #010101;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #1675bf;
}


/* 大きな地図で見る */
small {
  border-color: #1675bf;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #1675bf !important;
  text-align: center !important;
}

small a:hover {
  background-color: #1675bf !important;
  color: #ffffff !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: #000;
  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: #666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #000 !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 {
  border-style: solid;
  border-color: #1675bf;
  background: none transparent;
  color: #1675bf !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #1675bf;
  background-color: #1675bf;
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color: #1675bf;
  background: none #1675bf;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666;
}


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}


/* Dブロック */
.menu-list table {
  border-collapse: separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}


/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}


/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}



/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  border: 1px solid #1675bf;
  background-color: transparent;
  color: #1675bf;
}
div.link_list a:hover {
  border: 1px solid #1675bf;
  background-color: #1675bf;
  color: #ffffff;
}


.faq-title {
  background-color: #1675bf;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #1675bf;
}
.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: #000;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: transparent;
  color: #010101;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #010101;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.jpg);
  background-position: center bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #000;
}


/* ブログ-今日の背景色 */
#wp-calendar tbody td#today,
#wp-calendar tbody td#today a {
  background: #1675bf;
  color: #fff;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #fff;
}
.black-screen > .inner {
  top: 0;
  bottom: 0;
  width: 15vw;
  height: 10vw;
  /* background-image: url("/files/loading_logo.png"); */
  background-image: none;
  transition: .3s;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
  display: none;
  z-index: 1000;
}
#page_6 #splash {
  display: block;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
  transform: translateY(100px);
  opacity: 0;
  transition: .5s;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
from {
  /* opacity: 0; */
  /* transform: translateY(100px); */
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  height: 40px;
  margin: 10px auto !important;
}

/* フェードのipad対応 */
div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 70px;
}
.easys_content.no_margin:not(.nm_01) [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: 100px;
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#outer_block .easys_content_inner.moved {
  top: 0px;
  opacity: 1;
}


/*  バナー・パララ
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#kjciug1scecc2oa8oqbx,
#hjvibkrljd6utg1jjmxo,
#bvrwg9k5jbr2197vnhuy,
#klxoin3fhbkz96rjb9gd {
  margin-bottom: 70px;
}
#kjciug1scecc2oa8oqbx div,
#hjvibkrljd6utg1jjmxo div,
#bvrwg9k5jbr2197vnhuy div,
#klxoin3fhbkz96rjb9gd div {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 採用情報/お問い合わせ */
#kjciug1scecc2oa8oqbx,
#hjvibkrljd6utg1jjmxo,
#bvrwg9k5jbr2197vnhuy {
  background: url(/files/harfbnr_bg.jpg) no-repeat center top / 100%;
  padding-top: 0.5%;
}
#kjciug1scecc2oa8oqbx .easys_content_inner,
#hjvibkrljd6utg1jjmxo .easys_content_inner,
#bvrwg9k5jbr2197vnhuy .easys_content_inner {
  width: 100%;
}
#kjciug1scecc2oa8oqbx [class*="field_"],
#hjvibkrljd6utg1jjmxo [class*="field_"],
#bvrwg9k5jbr2197vnhuy [class*="field_"] {
  width: calc( 100% / 2 ) !important;
  height: 100%;
  position: relative;
}
#kjciug1scecc2oa8oqbx [class*="field_"] .eyecatch,
#hjvibkrljd6utg1jjmxo [class*="field_"] .eyecatch,
#bvrwg9k5jbr2197vnhuy [class*="field_"] .eyecatch {
  width: 100%;
}
#kjciug1scecc2oa8oqbx [class*="field_"] a,
#hjvibkrljd6utg1jjmxo [class*="field_"] a,
#bvrwg9k5jbr2197vnhuy [class*="field_"] a {
  display: block;
  position: relative;
}
#kjciug1scecc2oa8oqbx [class*="field_"] a::after,
#hjvibkrljd6utg1jjmxo [class*="field_"] a::after,
#bvrwg9k5jbr2197vnhuy [class*="field_"] a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: .3s;
  opacity: 0;
}
#kjciug1scecc2oa8oqbx [class*="field_"] a:hover img,
#hjvibkrljd6utg1jjmxo [class*="field_"] a:hover img,
#bvrwg9k5jbr2197vnhuy [class*="field_"] a:hover img,
#kjciug1scecc2oa8oqbx [class*="field_"] a:hover::after,
#hjvibkrljd6utg1jjmxo [class*="field_"] a:hover::after,
#bvrwg9k5jbr2197vnhuy [class*="field_"] a:hover::after {
  opacity: 1;
}
#kjciug1scecc2oa8oqbx [class*="field_"]:nth-of-type(1) a::after,
#hjvibkrljd6utg1jjmxo [class*="field_"]:nth-of-type(1) a::after,
#bvrwg9k5jbr2197vnhuy [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(/files/harf_recruit_on.png);
}
#kjciug1scecc2oa8oqbx [class*="field_"]:nth-of-type(2) a::after,
#hjvibkrljd6utg1jjmxo [class*="field_"]:nth-of-type(2) a::after,
#bvrwg9k5jbr2197vnhuy [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(/files/harf_contact_on.png);
}

/* パララックス */
#klxoin3fhbkz96rjb9gd {
  background: url(/files/top_pallax_bg.jpg) no-repeat center center / cover fixed;
  height: 500px;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（動画・ブログ・バナー除） */
#o1zzdvs317ivtki174ox,
#zkm8v2aeu6n8dhuswd4k,
#u5n1wa4fctajmp0tx0nv,
#q40t9nk3c92x0v39pm4f,
#vige5k5czwdq0ipu1dso,
#ydk9uprv5yxafcwbidn2,
#igdcwv4cczykrzy8e48v,
#jj7219xysbmxcjrx0zlm {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
#o1zzdvs317ivtki174ox .post_margin,
#zkm8v2aeu6n8dhuswd4k .post_margin,
#u5n1wa4fctajmp0tx0nv .post_margin,
#q40t9nk3c92x0v39pm4f .post_margin,
#vige5k5czwdq0ipu1dso .post_margin,
#ydk9uprv5yxafcwbidn2 .post_margin,
#igdcwv4cczykrzy8e48v .post_margin,
#jj7219xysbmxcjrx0zlm .post_margin {
  margin: 0;
}
#o1zzdvs317ivtki174ox .eyecatch,
#zkm8v2aeu6n8dhuswd4k .eyecatch,
#u5n1wa4fctajmp0tx0nv .eyecatch,
#q40t9nk3c92x0v39pm4f .eyecatch,
#vige5k5czwdq0ipu1dso .eyecatch,
#ydk9uprv5yxafcwbidn2 .eyecatch,
#igdcwv4cczykrzy8e48v .eyecatch,
#jj7219xysbmxcjrx0zlm .eyecatch {
  display: none;
  float: none !important;
}
#o1zzdvs317ivtki174ox .entry_post,
#zkm8v2aeu6n8dhuswd4k .entry_post,
#u5n1wa4fctajmp0tx0nv .entry_post,
#q40t9nk3c92x0v39pm4f .entry_post,
#vige5k5czwdq0ipu1dso .entry_post,
#ydk9uprv5yxafcwbidn2 .entry_post,
#igdcwv4cczykrzy8e48v .entry_post,
#jj7219xysbmxcjrx0zlm .entry_post {
  box-sizing: border-box;
}
#o1zzdvs317ivtki174ox .entry_post > [class*="title"],
#zkm8v2aeu6n8dhuswd4k .entry_post > [class*="title"],
#u5n1wa4fctajmp0tx0nv .entry_post > [class*="title"],
#q40t9nk3c92x0v39pm4f .entry_post > [class*="title"],
#vige5k5czwdq0ipu1dso .entry_post > [class*="title"],
#ydk9uprv5yxafcwbidn2 .entry_post > [class*="title"],
#igdcwv4cczykrzy8e48v .entry_post > [class*="title"],
#jj7219xysbmxcjrx0zlm .entry_post > [class*="title"] {
  display: none;
  text-indent: -99999px;
  background: none transparent;
  font-size: 34px;
  padding: 0;
  margin: 0;
  text-align: left;
}
#o1zzdvs317ivtki174ox .text_box,
#zkm8v2aeu6n8dhuswd4k .text_box,
#u5n1wa4fctajmp0tx0nv .text_box,
#q40t9nk3c92x0v39pm4f .text_box,
#vige5k5czwdq0ipu1dso .text_box,
#ydk9uprv5yxafcwbidn2 .text_box,
#igdcwv4cczykrzy8e48v .text_box,
#jj7219xysbmxcjrx0zlm .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
  width: 100%;
  margin: 0;
}
#o1zzdvs317ivtki174ox .post_data,
#zkm8v2aeu6n8dhuswd4k .post_data,
#u5n1wa4fctajmp0tx0nv .post_data,
#q40t9nk3c92x0v39pm4f .post_data,
#vige5k5czwdq0ipu1dso .post_data,
#ydk9uprv5yxafcwbidn2 .post_data,
#igdcwv4cczykrzy8e48v .post_data,
#jj7219xysbmxcjrx0zlm .post_data {
  float: none !important;
  overflow: visible;
  display: block;
  margin: 0;
}

/* 共通ボタン-ブロック内リンク */
#o1zzdvs317ivtki174ox [class*="_btn"],
#zkm8v2aeu6n8dhuswd4k [class*="_btn"],
#u5n1wa4fctajmp0tx0nv [class*="_btn"] {
  margin: 0;
  padding: 0;
}
#o1zzdvs317ivtki174ox [class*="_btn"] a,
#zkm8v2aeu6n8dhuswd4k [class*="_btn"] a,
#u5n1wa4fctajmp0tx0nv [class*="_btn"] a {
  display: block;
  position: relative;
  z-index: 300;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/files/link_text_bg_off.png) no-repeat center top;
  width: 180px;
  height: 80px;
  padding: 0;
}
#o1zzdvs317ivtki174ox [class*="_btn"] a::after,
#zkm8v2aeu6n8dhuswd4k [class*="_btn"] a::after,
#u5n1wa4fctajmp0tx0nv [class*="_btn"] a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/link_text_bg_on.png) no-repeat center top / 100%;
  transition: .3s;
  opacity: 0;
}
#o1zzdvs317ivtki174ox [class*="_btn"] a:hover::after,
#zkm8v2aeu6n8dhuswd4k [class*="_btn"] a:hover::after,
#u5n1wa4fctajmp0tx0nv [class*="_btn"] a:hover::after {
  opacity: 1;
}

/* 追加画像 */
.design_block {
  position: absolute;
  opacity: 0;
  transition: all 1.3s ease 0s;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 100px;
}
.design_block.moved {
  opacity: 1;
}
#o1zzdvs317ivtki174ox .design_block[class*="block"].moved,
#zkm8v2aeu6n8dhuswd4k .design_block[class*="block"].moved,
#u5n1wa4fctajmp0tx0nv .design_block[class*="block"].moved,
#q40t9nk3c92x0v39pm4f .design_block[class*="block"].moved,
#vige5k5czwdq0ipu1dso .design_block[class*="block"].moved,
#ydk9uprv5yxafcwbidn2 .design_block[class*="block"].moved,
#igdcwv4cczykrzy8e48v .design_block[class*="block"].moved,
#jj7219xysbmxcjrx0zlm .design_block[class*="block"].moved {
  margin: 0px;
}


/* 西三河エリアで一般建築塗装を手掛ける会社”池谷塗装” */
#o1zzdvs317ivtki174ox {
  height: 1318px;
  padding-bottom: 165px;
}
#o1zzdvs317ivtki174ox .entry_post {
  padding: 400px 470px 0 0;
}
#o1zzdvs317ivtki174ox .post_data {
  margin-bottom: 30px;
}
#o1zzdvs317ivtki174ox .design_block.block1 {
  background-image: url(/files/top_block_bg_01.jpg);
  width: 1500px;
  height: 1200px;
  top: 118px;
  left: calc(50% - 1000px);
  margin-top: 0px;
  margin-left: -100px;
  z-index: -1;
}
#o1zzdvs317ivtki174ox .design_block.block2 {
  background-image: url(/files/top_block01_image01.png);
  width: 500px;
  height: 800px;
  top: 0;
  left: calc(50% + 260px);
}
#o1zzdvs317ivtki174ox .design_block.block3 {
  background: url(/files/image_slide01.png) repeat-x left top;
  width: 100%;
  height: 250px;
  top: 940px;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
}
@keyframes anime-bg {
  0%   { background-position: left 0px top;}
  100% { background-position: left -2000px top;}
}
#o1zzdvs317ivtki174ox .design_block.block4 {
  background-image: url(/files/top_block01_image02.png);
  width: 1300px;
  height: 500px;
  top: 818px;
  left: calc(50% - 1000px);
}
#o1zzdvs317ivtki174ox .design_block.block5 {
  background-image: url(/files/top_block01_image03.png);
  width: 400px;
  height: 200px;
  top: 196px;
  left: calc(50% - 500px);
}

/* 幅広いニーズに寄り添った”塗装工事” */
#zkm8v2aeu6n8dhuswd4k {
  background-image: url(/files/top_block_bg_02.jpg);
  height: 1150px;
}
#zkm8v2aeu6n8dhuswd4k .entry_post {
  padding: 720px 0 0 490px;
}
#zkm8v2aeu6n8dhuswd4k .post_data {
  margin-bottom: 30px;
  color: #fff;
}
#zkm8v2aeu6n8dhuswd4k [class*="_btn"] a {
  margin: 0 0 0 auto;
}
#zkm8v2aeu6n8dhuswd4k .design_block.block1 {
  background-image: url(/files/top_block02_image01.png);
  width: 700px;
  height: 200px;
  top: 152px;
  left: calc(50% - 348px);
  margin-top: -100px;
}
#zkm8v2aeu6n8dhuswd4k .design_block.block2 {
  background: url(/files/image_slide02.png) repeat-x left top;
  width: 100%;
  height: 350px;
  top: 315px;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
}

/* ブログ */
#sguyy1nzijot23lody18 {
  display: none;
}
#mcjm4i1sgutqg0x0egdd {
  background-color: #6fc7f1;
  position: relative;
  padding: 130px 0;
  margin-bottom: 70px;
  min-height: 280px;
}
#mcjm4i1sgutqg0x0egdd .main_btn {
  position: absolute;
  top: 150px;
  bottom: 0;
  left: calc(50% - 490px);
  margin: auto;
  opacity: 0;
  transition: 1.3s;
  padding: 0;
}
#mcjm4i1sgutqg0x0egdd .main_btn a {
  width: 340px;
  height: 400px;
  background: url(/files/top_blog_title_off.png) no-repeat center top;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  position: relative;
}
#mcjm4i1sgutqg0x0egdd .main_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/top_blog_title_on.png) no-repeat center top / 100%;
  transition: .3s;
  opacity: 0;
  z-index: 400;
}
#mcjm4i1sgutqg0x0egdd .main_btn a:hover::after {
  opacity: 1;
}
#mcjm4i1sgutqg0x0egdd .main_btn.moved {
  top: 50px;
  opacity: 1;
}
#mcjm4i1sgutqg0x0egdd .blog_post {
  width: 640px;
  margin: 0 0 30px auto;
  display: table;
}
#mcjm4i1sgutqg0x0egdd .blog_list_text_size {
  width: 460px;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a .bar::after {
  border-color: #fff;
}

/* 一般のお客様からのご依頼お待ちしております */
#u5n1wa4fctajmp0tx0nv {
  background-image: url(/files/top_block_bg_03.png);
  height: 1350px;
}
#u5n1wa4fctajmp0tx0nv .entry_post {
  padding: 500px 0 0 480px;
}
#u5n1wa4fctajmp0tx0nv .post_data {
  margin-bottom: 30px;
}
#u5n1wa4fctajmp0tx0nv [class*="_btn"] a {
  margin: 0 0 0 auto;
}
#u5n1wa4fctajmp0tx0nv .design_block.block1 {
  background-image: url(/files/top_block030_image01.png);
  width: 950px;
  height: 400px;
  top: 232px;
  left: calc(50% - 1000px);
  margin-top: -100px;
}
#u5n1wa4fctajmp0tx0nv .design_block.block2 {
  background-image: url(/files/top_block030_image02.png);
  width: 900px;
  height: 300px;
  top: 937px;
  left: calc(50% + 100px);
  margin-top: 0px;
  margin-left: 100px;
}

/* 代表挨拶 */
#q40t9nk3c92x0v39pm4f {
  background-image: url(/files/p2_block_bg_01.jpg);
  height: 750px;
}
#q40t9nk3c92x0v39pm4f .entry_post {
  padding: 330px 0 0 480px;
}

/* 企業理念 */
#vige5k5czwdq0ipu1dso {
  background-image: url(/files/p2_block_bg_02.jpg);
  height: 600px;
}
#vige5k5czwdq0ipu1dso .entry_post {
  padding: 280px 0 0;
}
#vige5k5czwdq0ipu1dso .post_data {
  text-align: center;
}

/* 塗装工事のプロフェッショナルとして */
#ydk9uprv5yxafcwbidn2 {
  background-image: url(/files/p3_block_bg_01.png);
  height: 850px;
}
#ydk9uprv5yxafcwbidn2 .entry_post {
  padding: 290px 0 0;
}
#ydk9uprv5yxafcwbidn2 .post_data {
  text-align: center;
}

/* 塗装工事をご検討のお客様へ */
#igdcwv4cczykrzy8e48v {
  background-image: url(/files/p4_block_bg_01.png);
  height: 950px;
}
#igdcwv4cczykrzy8e48v .entry_post {
  padding: 443px 0 0 420px;
}

/* お困り事、お気軽にご連絡ください！（背景のみ） */
#ci3tztlbd19658u7sra3 {
  background-color: #efefef;
  padding-top: 40px;
}

/* 採用メッセージ */
#jj7219xysbmxcjrx0zlm {
  background-image: url(/files/p5_block_bg_01.png);
  height: 850px;
}
#jj7219xysbmxcjrx0zlm .entry_post {
  padding: 400px 470px 0 0;
}
#jj7219xysbmxcjrx0zlm .post_data {
  color: #fff;
}

/* 募集要項（背景のみ） */
#z4p89ohuyhrl12uod1av {
  background-color: #efefef;
  padding-top: 40px;
}
