@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: none transparent;

/* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #333333;
  position: relative;/* 2000pxを超える画面の対策 */
  min-width: 1300px !important;
  max-width: 2000px !important;
  margin: 0 auto;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link, a:visited, a:hover, a:active {
color: #8c0714;
}

#page_6 .easys_content:not(#czrgar0pmokln39zdxor){
  background-color: #fff;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #8c0714;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (545/2000)) 0 0 0;
}
#page_6 #branding_box {
  height: 0px;
  background: url("/files/branding_box_bg.png") no-repeat center top/100%;
  padding: calc(100% * (1035/2000)) 0 0 0;
  /* background: none transparent; */
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 5%;
   left: 50%;
   transform: translateX(-50%);
}

  
  #page_6 #site-description {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
 }
 
#site-description a {
  display: inline;
  color: #ffffff	;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: calc(100%*(330/2000));
  height: calc(100%*(120/545));
  position: absolute;
  top: calc(100%*(400/545));
  left: calc(100%*(60/2000));
  margin: auto;
  background: url("/files/branding box.png") no-repeat center top/100%;
}

#page_6 .main_header img, #page_6 .header_class img {
  width: calc(100%*(390/2000));
  height: calc(100%*(350/1035));
  position: absolute;
  top: calc(100%*(360/1035));
  left: calc(100%*(830/2000));
  margin: auto;
}





/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0;
  z-index: 600;
  width: 280px !important;
  height: 50px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */


#access {
  width: 100%;
  z-index: 590;
  height: 75px;
  margin: 0 auto;
  position: fixed;/*最初から固定*/
  margin: 0 auto;
  top: 0;
  background: rgba(255,255,255,0.8);
}

/*ナビ上からの位置　メイン画像の下にナビがあるとき*/
/*#access {
padding: calc(100% * (730/2000)) 0 0 0;
}
#page_6 #access {
padding: calc(100% * (1035/2000)) 0 0 0;
}
*/


#access .menu-header{
  width: 730px;
  height: 75px;
  margin: 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: 110px;
  height: 75px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;width: 130px;}
div#access .gnavi12 a { background-position: -130px top; }
div#access .gnavi13 a { background-position: -240px top;}
div#access .gnavi14 a { background-position: -350px top; }
div#access .gnavi15 a { background-position: -460px top;}
div#access .gnavi16 a { background-position: right top;width: 160px;}

div#access .gnavi11 a:hover { background-position: left bottom;width: 130px;}
div#access .gnavi12 a:hover { background-position: -130px bottom; }
div#access .gnavi13 a:hover { background-position: -240px bottom;}
div#access .gnavi14 a:hover { background-position: -350px bottom;}
div#access .gnavi15 a:hover { background-position: -460px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;width: 160px;}

/*固定時用ナビ*/
#access.fixed{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.85);
  min-width: 1300px;/*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
}
#access.fixed .menu-header{
  position: relative;
  float: none;/*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
  margin: 0 auto;
  max-width: 2000px;
  transform: none !important;/*レスポンシブ無しにするため*/
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 75px;
  line-height: 75px;
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 75px;
  width: px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: px;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: px;
  color: #000;
}
#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: #000;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  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: #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,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#jquery_slider_pc{
  background-color: #fff;
}

#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: #ffffff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #000000;
  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: #666666;
  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: 585px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 545px;
  position: relative;
  background: none transparent;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 120px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #000000;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000000;
  color: #000000;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 250px 0 0;/*住所の上からの位置*/
  text-align: center;
  color: #000000;
/* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}

/*  フッター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: #acb7c1;
  position: relative;
  top: -60px;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}



/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000000;
  height: 100px;
  line-height: 160px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #000000;
}
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: #000000;
}
/* 見出しリンクボタン */
.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: #000000;
}


/* 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: #696d70;}

* .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: #696d70;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #333333;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #333333;
}
/* 小見出しリンクボタン */
.sub_entry_title 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: #000000;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {color: #ffffff;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #efefef;
  border: 1px solid transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333333;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #8c0714;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #8c0714;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #8c0714 !important;
}

small a:hover {
  background-color: #8c0714 !important;
  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, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border-color: #ccc;
}
.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #eee;
}
.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none transparent;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #efefef;
  color: #333333;
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}


/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #8c0714 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #ccc;
  vertical-align: top;
}

.table_area table tr td {
  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: #8c0714;
  color: #8c0714 !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: #8c0714;
  border-color: #8c0714;
}
.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 #8c0714;
  border-style: solid;
  border-color: #8c0714;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666666;
}


/* 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 #8c0714;
  color: #8c0714;
}
div.link_list a:hover {
  background-color: #8c0714;
  border: 1px solid #8c0714;
  color: #fff;
}


.faq-title {
  background-color: #8c0714;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #8c0714;
}
.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: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #efefef;
  width: 8em;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #efefef;
  color: #333333;
}
.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: #333333;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}

/*contactフォーム用セキュリティマーク　非表示*/
.grecaptcha-badge { visibility: hidden; }


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{
  top:0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}
.f_down {
  transform: translate(0px, 100px);
}
.f_left {
  transform: translate(-100px, 0px);
}
.f_right {
  transform: translate(100px, 0px);
}
.moved {
  transform: translate(0px, 0px);
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner){
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}
.easys_content_inner.moved2:not(.nd_01 .easys_content_inner.moved2) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */


/*  ○○○
---------------------------------------------------------------------------------------------------- */

/* セカンドメイン --------------------------------------------------------*/
#page_6 #outer_block {
  padding-top: 0;/*スライダー下の余白を消す*/
}
#ebzhq17qs9ql59xrmgd0 [class*="field_"] {
  background: url(/files/secondmain_bg.jpg) no-repeat center top / 100%;/*セカンドメイン背景画像*/
  padding: calc(1255 / 2000 * 100%) 0 0;
  /* margin-bottom: 70px; */
  position: relative;/*ボタン位置調整用*/
}
#ebzhq17qs9ql59xrmgd0 div { margin-bottom: 0; padding-bottom: 0;}
#ebzhq17qs9ql59xrmgd0 .easys_content_inner { width: 100%;transform: none;}
/*ボタン　管理画面ではなくCSSで入れる場合--------------------------------------------*/
/*スマホ用画像非表示*/
#ebzhq17qs9ql59xrmgd0 .eyecatch img{display: none;}
#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch{
  display: block;
  position: absolute;
  width: calc(145 / 2000 * 100%);
  height: calc(40 / 1255 * 100%);
  top: calc(638 / 1255 * 100%);
  left: calc(1408 / 2000 * 100%);
}
#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:url(/files/secondmain_btn.png)no-repeat center top/100%;/*ボタン画像　上下オンオフの時*/
}
#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a::after,
#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a::before{
  content: '';
    display: block;
    position: relative;
    transition: all 0.5s ease 0s;
}
#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a::after{
  background: url(/files/link._btn01.png) no-repeat center top/100%;
  width: calc(13 / 145 * 100%);
  height: calc(13 / 40 * 100%);
  right: -83%;
  top: 42%;
  transform-origin: center center;
}

#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a:hover::after{
  transform: rotate(180deg);
}

#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a::before{
  /* bottom: 0; */
  right: 0;
  background: none #000;
  width: 100%;
  height: 1px;
  top: 100%;
}

#ebzhq17qs9ql59xrmgd0 [class*="field_"] .eyecatch a:hover:before{
width: 0;
}

/*  デザインブロック01
---------------------------------------------------------------------------------------------------- */


#page_6 #outer_block{
  padding: 0;
}
/* PC 背景付きブロックの記事画像 非表示  */
#ut9zltfkbfenhcmpob64 .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#ut9zltfkbfenhcmpob64 .entry_post:first-of-type .float_left,
#ut9zltfkbfenhcmpob64 .entry_post:first-of-type .float_right{float: none;}
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}
/* 1ブロック目 */
#ut9zltfkbfenhcmpob64{/*デザイン背景画像*/
    background:url(/files/01_block01_bg.jpg) no-repeat center top;
    height: 1180px;/*背景画像の高さ*/
    position: relative;
}
#ut9zltfkbfenhcmpob64 *[class*="title"]{
    display: none;/*見出し非表示*/
}

#ut9zltfkbfenhcmpob64 .entry_post{
  margin-top: 740px;
}

#ut9zltfkbfenhcmpob64 .text_box{
    width: 400px;/*記事文章幅*/
    margin: 0 auto 0 0;/*記事位置調整　上下左右*/
    overflow: visible;
}
#ut9zltfkbfenhcmpob64 .easys_content_inner{
  z-index: 10;
 position: relative;
 width: 960px;
}

#ut9zltfkbfenhcmpob64 .text_box p{
  font-size: 14px;
  color: #121212;
  letter-spacing: 0.05em;
  line-height: calc(30/14);
  text-align: justify;
  font-feature-settings: "palt";
  margin-bottom: 0;
}
/*ボタン*/
#ut9zltfkbfenhcmpob64 .main_btn{
  margin: 0;
  padding-top: 0;
  position: relative;
  top: 30px;
}
#ut9zltfkbfenhcmpob64 .post_data{
 margin-bottom: 0;
}


#ut9zltfkbfenhcmpob64 .main_btn a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 145px;
  height: 40px;
  background: url(/files/block_btn.png) no-repeat center top;
  position: relative;
  margin: 0 auto 0 0;
}

#ut9zltfkbfenhcmpob64 .main_btn a:before{
  top: 18px;
  right: 5px;
  background: url(/files/link._btn01.png) no-repeat center top transparent;
  width: 15px;
  height: 15px;
}
#ut9zltfkbfenhcmpob64 .main_btn a:before,
 #ut9zltfkbfenhcmpob64 .main_btn a:after{
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease 0s;
}


#ut9zltfkbfenhcmpob64 .main_btn a:after {
  bottom: 0;
  right: 0;
  background: none #000;
  width: 100%;
  height: 1px;
}

#ut9zltfkbfenhcmpob64 .main_btn a:hover:before {
  transform: rotate(180deg);
}

#ut9zltfkbfenhcmpob64 .main_btn a:hover:after {
  width: 0;
}


/*  デザインブロック02
---------------------------------------------------------------------------------------------------- */


/* PC 背景付きブロックの記事画像 非表示  */
#vdrio84iddcuatimppss .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#vdrio84iddcuatimppss .entry_post:first-of-type .float_left,
#vdrio84iddcuatimppss .entry_post:first-of-type .float_right{float: none;}
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}
/* 1ブロック目 */
#vdrio84iddcuatimppss{/*デザイン背景画像*/
    background:url(/files/01_block02_bg.jpg) no-repeat center top;
    height: 850px;/*背景画像の高さ*/
    position: relative;
}
#vdrio84iddcuatimppss *[class*="title"]{
    display: none;/*見出し非表示*/
}

#vdrio84iddcuatimppss .entry_post{
  margin-top: 380px;
}

#vdrio84iddcuatimppss .text_box{
    width: 400px;/*記事文章幅*/
    margin: 0 0 0 auto;/*記事位置調整　上下左右*/
    overflow: visible;
}
#vdrio84iddcuatimppss .easys_content_inner{
 z-index: 10;
 position: relative;
 width: 940px;
}

#vdrio84iddcuatimppss .text_box p{
  font-size: 14px;
  color: #121212;
  letter-spacing: 0.05em;
  line-height: calc(30/14);
  text-align: justify;
  font-feature-settings: "palt";
  margin-bottom: 0;
}
/*ボタン*/

#vdrio84iddcuatimppss .main_btn{
  margin: 0;
  padding-top: 0;
  position: relative;
  top: 30px;
}
#vdrio84iddcuatimppss .post_data{
 margin-bottom: 0;
}


#vdrio84iddcuatimppss .main_btn a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 145px;
  height: 40px;
  background: url(/files/block_btn.png) no-repeat center top;
  position: relative;
  margin: 0 auto 0 0;
}

#vdrio84iddcuatimppss .main_btn a:before{
  top: 18px;
  right: 5px;
  background: url(/files/link._btn01.png) no-repeat center top transparent;
  width: 15px;
  height: 15px;
}
#vdrio84iddcuatimppss .main_btn a:before,
 #vdrio84iddcuatimppss .main_btn a:after{
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease 0s;
}


#vdrio84iddcuatimppss .main_btn a:after {
  bottom: 0;
  right: 0;
  background: none #000;
  width: 100%;
  height: 1px;
}

#vdrio84iddcuatimppss .main_btn a:hover:before {
  transform: rotate(180deg);
}

#vdrio84iddcuatimppss .main_btn a:hover:after {
  width: 0;
}

/*  パララックス
---------------------------------------------------------------------------------------------------- */
/*　パララックス レスポンシブあり*/
#czrgar0pmokln39zdxor {
  background: url(/files/para_top.png) no-repeat center top / cover scroll,url(/files/para_bg01.jpg) no-repeat center center / cover fixed;

  
  position: relative;
  padding: calc(385 / 2000 * 100%) 0 0;
  }
  /* #czrgar0pmokln39zdxor video{
    position: fixed;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    max-width: 2000px;
    width: auto;
    height: auto;
  } */
  
#czrgar0pmokln39zdxor .easys_content_inner{
  padding: 0;
  }



/*  バナー＞施工実績
---------------ix0ct45ud6aen6937c01------------------------------------------------------------------------------------- */

#ix0ct45ud6aen6937c01{
  position: relative;
  overflow: hidden;
  /* margin: 0 0 50px; */
}
/*レスポンシブ*/
#ix0ct45ud6aen6937c01 .easys_content_inner{
  width: 100%;
  padding: 0;
}
#ix0ct45ud6aen6937c01 .field_1col{ margin: 0; }
#ix0ct45ud6aen6937c01 .eyecatch{
  position: relative;
  z-index: 10;
}
#ix0ct45ud6aen6937c01 .eyecatch a:hover img{ opacity: 1; }
/*ホバーで拡大*/
#ix0ct45ud6aen6937c01:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
#ix0ct45ud6aen6937c01:hover:before {
  transform: scale(1.1);
}
/*背景画像*/
#ix0ct45ud6aen6937c01:before { background: url("/files/works_bnr_bg.jpg") no-repeat  center center / cover; }


/*  バナー＞内外装/アルミ/手摺
---------------------so15wobmf16vgot212hn------------------------------------------------------------------------------- */

#so15wobmf16vgot212hn {
  position: relative;
  overflow: hidden;
  
}
#so15wobmf16vgot212hn .field_3col{

}
#so15wobmf16vgot212hn .field_3col:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
  transform: scale(1.01);
}
#so15wobmf16vgot212hn .field_3col:hover:before {
  transform: scale(1.1);
}
/*レスポンシブ*/
#so15wobmf16vgot212hn .easys_content_inner {
  width: 100%;
  padding: 0;
  position: relative;
}
#so15wobmf16vgot212hn .field_3col {
  width: calc(100%/3) !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}
#so15wobmf16vgot212hn .eyecatch {
  width: 100%;
  position: relative;
  z-index: 10;
}
#so15wobmf16vgot212hn .eyecatch a{
  display: block;
  position: relative;
  padding: calc(450 / (2000/3) * 100%) 0 0;
}

#so15wobmf16vgot212hn .easys_content_inner::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: url("/files/3ren_bnr_top.png") no-repeat  center top /100%;
}
#so15wobmf16vgot212hn .eyecatch a img { display: none; }
/*左バナー背景画像*/
#so15wobmf16vgot212hn .float_left:nth-child(1):before
{ background: url("/files/3ren_bnr01_bg.jpg") no-repeat center center / cover; }

#so15wobmf16vgot212hn .float_left:nth-child(2):before
{ background: url("/files/3ren_bnr02_bg.jpg") no-repeat center center / cover; }
/*右バナー背景画像*/
#so15wobmf16vgot212hn .float_right:before
{ background: url("/files/3ren_bnr03_bg.jpg") no-repeat center center / cover; }



/*  動画バナー
-----------sy7l7tx7wa2w3bxihxhz----------------------------------------------------------------------------------------- */
#sy7l7tx7wa2w3bxihxhz{
  /* background: url(/files/para_bg01.jpg) no-repeat center top / cover fixed; */
  padding: 470px 0 0;
  position: relative;
}
#sy7l7tx7wa2w3bxihxhz video{
  position:absolute;
  top:0;
  right: 0;
  left: 0;
}

/*  余白
--------rf8jvyojuils00h86sxy-------------------------------------------------------------------------------------------- */
#rf8jvyojuils00h86sxy{
  background-color: #fff;
}


/*  コンテンツ画像
--------------------uq37skyi9kfibqf3id68-------------------------------------------------------------------------------- */
/*1列バナー　レスポンシブ*/
#uq37skyi9kfibqf3id68 .easys_content_inner{
  width: 100%;
  padding:0;
  }
  #uq37skyi9kfibqf3id68 .margin-bottom_50{
  margin-bottom: 0;
  }
  
  
  
  