@charset "utf-8";

/*
 * PC用スタイルCSS
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
★scroll-padding-top: /*★★★*/px; 
background:#ffffff;
/* background:#fff; */
/*background:url("/files/html_bg.jpg");*/

}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  /*★メイン上にヘッダー部分がくる場合top位置指定*/
  /* background: url("/files/body_bg.jpg") no-repeat center top/100%; */
  background: none;
  color: #333333;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;/*2000pxを超える画面の対策*/
  font-family: 'Noto Sans JP', sans-serif;
}
body#page_6 {
  background: none transparent;
/*  background: url("/files/body_bg_top.jpg") no-repeat center top/100%;*/
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block,
#page_9 #outer_block {
  padding-top: 0;
}

a:link, a:visited, a:hover, a:active {
color: #7baf06;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #7baf06;
  color: #fff;
}



/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: calc(100% * (730/2000)) 0 0 0;/*メインの高さ*/
  position: relative;
  z-index: 500;
  height: 0;
  background: none transparent;
  /*ロゴ画像やキャッチなど*/
  /*★メイン上にヘッダー部分がくる場合top位置指定*/
 /* background: url("/files/branding_box_bg.png") no-repeat left top;*/
}

/*ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
/*
  padding: calc(180px + 100% * (640/2000)) 0 0 0;
*/

#page_6 #branding_box {
  padding: calc(100% * (1030/2000)) 0 0 0;/*メインの高さ*/
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}



/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
/*幅960pxの中でh1位置設定したいとき*/
/*
#site-description {
margin: 0 auto;
width: 960px;
text-align: right;
}
*/

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 20px;
  }
  
  /* #page_6 #site-description {
  top: 0;
  left: 0;
  } */
  
  #site-description a {
    display: inline;
    color: #333;
  }
  
  /*  サイトロゴ
  ---------------------------------------------------------------------------------------------------- */
  /* ヘッダーのH1～グローバルナビの高さ調整 */
  #header_information,
  #page_6 #header_information {
  height: 0px;
  }
  
  /*ロゴ*/
  #header_information .main_header a img {
  position: absolute;
  z-index: 751;/*ナビより重ね順上*/
  background: none transparent;
  top: calc(130 / 730 * 100%);
  left: calc(0 / 2000 * 100%);
  width: calc(450 / 2000 * 100%);
  height: calc(150 / 730 * 100%);
  }
  
  #page_6 #header_information .main_header a img {
  display: none;
  }
 


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#menu_btn {
  background: url(/files/menu_off.png) no-repeat top center;
  position: fixed;
  z-index: 1000;
  top: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  outline: none;
  cursor: pointer;
}

/* チラつき防止 */
#menu_btn:before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:100%;
height:100%;
background: url(/files/menu_on.png) no-repeat top center;
opacity: 0;
 }


.open #menu_btn:before {
opacity: 1;
  }


#access {
  width: 400px;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(110%);
  transition: transform .4s;
  background: rgba(156, 211, 35, 0.95);
}

#access:before{
content:' ';
display:block;
position:absolute;
bottom:0;
left:0;
z-index:1;
width:400px;
height:140px;
background: url(/files/header_information_bg.png) no-repeat top center;
 }

.open #access{
  transform: translateX(0%);
  z-index: 999;
}



#access .menu-header{
  width: 200px;
  height: 0px;
  /* display: none; */
  position: absolute;
  top: -50%;
  bottom: 0;
  /* right: 0; */
  left: 0;
  margin: auto;
}

@media screen and (max-height: 760px) {
  #access .menu-header {
    top: inherit;
    bottom: 85%;
    margin-bottom: 0;
  }
}

@media screen and (max-height: 650px) {
  #access .menu-header {
    top: inherit;
    bottom: 95%;
    margin-bottom: 0;
  }
}


div#access .menu-item a {
background: url('/files/topnavi.png') no-repeat scroll transparent;
width: 200px;
height: 70px;
margin: 0px;
padding: 0px;
}

div#access li.menu-item { float: none;}


div#access .gnavi11 a { background-position-y: top !important;}
div#access .gnavi12 a { background-position-y: -70px !important;}
div#access .gnavi13 a { background-position-y: -140px !important;}
div#access .gnavi14 a { background-position-y: -210px !important;}
div#access .gnavi15 a { background-position-y: -280px !important;}
div#access .gnavi16 a { background-position-y: bottom !important;}


/* 下線ホバー */

div#access  .menu-item a {
  position: relative;
}

div#access .menu-item a::after {
  content: '';
  width:70%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 80px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

div#access .menu-item a:hover::after {transform: scale(1, 1);}
  
  
  /* プルダウンメニューのサイズ */
  #access ul.menu ul.sub-menu {
    top: 100%;
  }
  #access ul.menu ul.sub-menu,
  #access ul.menu ul.sub-menu li {
    width: 100%;
  }
  /* プルダウンメニューの色　16進数、RGBA両方変更すること */
  div#access ul.sub-menu li.sub-gnavi a,
  div#access ul.sub-menu li.sub-gnavi2 a {
    width: 100%;
    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;
  }
/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, 
#jquery_slider_pc {
  position: absolute;
  top: 0;/*★メイン上にヘッダー部分がくる場合位置指定*/
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

/*
#video_teaser
*/

/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}



#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}


#jquery_slider_pc::after {
  content: "";
  position: absolute;
  background: url(/files/body_bg.png)no-repeat center top /100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#jquery_slider_pc::before {
  content: "";
position: absolute;
background: url(/files/body_bg_top.png)no-repeat center top /100%;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#main_teaser::before {
  content: "";
position: absolute;
background: url(/files/body_bg.png)no-repeat center top /100%;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color: #335011;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #335011;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #333333;
  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: #a5b197;
  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: #7baf06;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}



/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 750px;
  -webkit-clip-path: inset(0);
  clip-path: inset(1px 0 0 0);
  background: none transparent;
}

#footer_block::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/files/footer_bg.png) no-repeat center center / cover;
  z-index: -1;
}

#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 750px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area{/*フッターナビの所*/
  display: block;
}
#footer_sitemap_block {
  position: absolute;
  top: 610px;
  left: calc(50% + 20px);
  margin: 0;
  width: 600px;
}

#footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: transparent;
  color: #ffffff;
}

#footer-widget-area .widget-area ul li{
-webkit-transform: skewX(160deg);
-moz-transform: skewX(160deg);
transform: skewX(160deg);
border-right: 1px solid #ffffff;
  
}

#footer-widget-area .widget-area li a{
display:block;
transform: skewX(-160deg);
padding:0 10px;
}

.menu-item-59 {
  border-left: none transparent;
}

.menu-item-63 {
  border-right: none transparent !important;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0;
  width: 400px;
  position: absolute;
  top: 500px;
  left: calc(50% - -185px);
}

#footer_information .entry-post {
  width: 100%;
  margin:  0;
  text-align: left;
  color: #fffffb;

}

/*  フッター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: #ffffff;
  position: absolute;
  bottom: 50px;
  left: calc(50% + 75px);
  margin: 0;
  width: 510px;
  text-align: left;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.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: 50px;}


#float_top_btn {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 999;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title/*3列タイトル*/ {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #222222;
  padding: 50px 0 0;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #ffffff;
}
/*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: #ffffff;
}
/* 見出しリンクボタン */
.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: #ffffff;
}

/* 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: #ffffff;
}

* .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: #ffffff;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #222222;
}
/*
* .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: #222222;
}
/* 小見出しリンクボタン */
.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: #222222;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #335011;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #a5b197;
  border-radius: 5px;
  background: none transparent;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #7baf06;
}


/* 大きな地図で見る */
small {
  border-color: #7baf06;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #7baf06 !important;
  text-align: center !important;
}

small a:hover {
  background-color: #7baf06 !important;
  color: #ffffff !important;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #a5b197;
  border-radius: 5px;
  background: none transparent;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #7baf06;
}


/* 大きな地図で見る */
small {
  border-color: #7baf06;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #7baf06 !important;
  text-align: center !important;
}

small a:hover {
  background-color: #7baf06 !important;
  color: #ffffff !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #a5b197;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #a5b197 !important;
}



/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
/* input.wpcf7c-conf {color: #FFF;}textarea.wpcf7c-conf {color: #FFF;} */

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #7baf06 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #a5b197;
  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 {
  border-style: solid;
  border-color: #7baf06;
  background: none transparent;
  color: #7baf06 !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: #7baf06;
  background-color: #7baf06;
}
.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: #7baf06;
  background: none #7baf06;
  color: #ffffff !important;
} 




/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #a5b197;
}


/* 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 #7baf06;
  background-color: transparent;
  color: #7baf06;
}
div.link_list a:hover {
  border: 1px solid #7baf06;
  background-color: #7baf06;
  color: #ffffff;
}

.faq-title {
  background-color: #7baf06;
  color: #ffffff;
  font-weight: normal;
}




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #7baf06;
}
.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: #a5b197;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:transparent;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color:transparent;
  color: #333333;
}
.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.png);
  background-position: center bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #222222;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* 自動マージン */
/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}
/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 60px;
}


/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block {
  position: absolute;
  opacity: 0;
  transition: 1s ease 0s;
  pointer-events: none;
  width: 2000px;/*◆ 要変更 */
  top: 0;
  left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
}

.design_block.moved {
  opacity: 1;
  transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*セカンドメイン #zy03b54cjmdj3axgvcn5 */
#zy03b54cjmdj3axgvcn5 {
  position: relative;
}

#zy03b54cjmdj3axgvcn5 div {
  margin-bottom: 0; padding-bottom: 0;}
#zy03b54cjmdj3axgvcn5 .easys_content_inner {
  width: 100%;
}

#zy03b54cjmdj3axgvcn5  [class*="field_"]{
  background: url(/files/second_main_bg.png) no-repeat center top / 100%;
  padding: calc(1200 / 2000 * 100%) 0 0;
}
#zy03b54cjmdj3axgvcn5 .eyecatch img{display: none;}
#zy03b54cjmdj3axgvcn5 [class*="field_"] .eyecatch{
  display: block;
  position: absolute;
  width: calc(360 / 2000 * 100%);
  height: calc(60 / 1200 * 100%);
  top: calc(660 / 1200 * 100%);
  left: calc(1150 / 2000 * 100%);
}
#zy03b54cjmdj3axgvcn5 [class*="field_"] .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:url(/files/second_link_btn.png)no-repeat left top/80%;
}

#zy03b54cjmdj3axgvcn5 [class*="field_"] .eyecatch a::before{
  content: '';
  display: block;
  position: absolute;
  right: 6.7%;
  width: calc(10 / 360 * 100%);
  height: calc(10 / 60 * 100%);
  pointer-events: none;
  top: 43%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  z-index: 1;
}

#zy03b54cjmdj3axgvcn5 [class*="field_"] .eyecatch a::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: calc(60 / 360 * 100%);
  height: 100%;
  pointer-events: none;
  top: 0;
  background-color: #ff9000;
  transform: scale(1);
  transition: 0.3s;
  border-radius: 99999px;
}


#zy03b54cjmdj3axgvcn5 [class*="field_"] .eyecatch a:hover:after{
  transform: scale(1.5);
}

#zy03b54cjmdj3axgvcn5 .design_block.block1 {
  background: url(/files/second_slide_naname.png)repeat-x center top/100%;
  width: calc(1893 / 2000 * 100%);
  /*画像幅÷背景画像幅*/
  height: calc(500 / 1200 * 100%);
  /*画像高さ÷背景画像高さ*/
  top: calc(410 / 1200 * 100%);
  /* PSD上での上と左余白を入力 */
  left: calc(-590 / 2000 * 100%);
  /* PSD上での上と左余白を入力 */
  z-index: 0;
  animation: bg_loop 150s linear 0s infinite;
  transform: rotate(-30deg)!important;
  -webkit-clip-path: inset(0);
  clip-path: polygon(25% 0%, 97% 0%, 82% 100%, 0% 100%);
}

@keyframes bg_loop {
  0% {
      background-position-x: 0px;
  }

  100% {
      background-position-x: 8000px;
  }
}

#zy03b54cjmdj3axgvcn5 .design_block.block2 {
  background: url(/files/second_slide_juki.png) no-repeat center top/100%;
  top: calc(800/1200*100%);
  left: calc(800/2000*100%);
  width: calc(870/2000*100%);
  height: calc(400/1200*100%);
  transform: translateY(100px);/* 下からフェードイン */
}


/*  DB
---------------------------------------------------------------------------------------------------- */
/*  DB1>安全で支える　安心をつくる
#s2mya1ak29wltkxnxitt
--------------------------------------------------------------- */
#s2mya1ak29wltkxnxitt  *[class*="title"] {
  display: none;
}

#s2mya1ak29wltkxnxitt {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  height: 1280px;
  margin-bottom: 120px;
}

#s2mya1ak29wltkxnxitt::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(/files/db_top_bg_para.jpg) no-repeat center center / cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

#s2mya1ak29wltkxnxitt::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/files/db_top_front.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

#s2mya1ak29wltkxnxitt .text_box {
  width: 480px;
  margin: 330px 0 0 0px;
  overflow: visible;
}
#s2mya1ak29wltkxnxitt .post_data {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
}


#s2mya1ak29wltkxnxitt .design_block.block1 {
  animation: plus-loop 3.5s cubic-bezier(0,0,.25,.99) 1ms infinite;
  border: 1px solid #90c31f;
  border-radius: 50%;
  content: "";
  display: block;
  left: calc(50% + 345px);
  position: absolute;
  top: 465px;
  transform: translate(-50%,-50%) !important;
  width: 50px;
  height: 50px;
  opacity: 1;
}
@keyframes plus-loop {
  0% {
      opacity: 1;
      /* transform: translate(-50%, -50%) scale(1); */
  }
  to {
      opacity: 0;
      /* transform: translate(-50%, -50%) scale(6); */
      width: 900px;
      height: 900px;
  }
}

#s2mya1ak29wltkxnxitt .design_block.block2 {
  background: url(/files/db_top_slide_truck.png) no-repeat center top;
  top: inherit;
  bottom: 0;
  left: calc(50% - 570px);
  height: 230px;
  transform: translateX(100px);
}

/* ボタン */
#s2mya1ak29wltkxnxitt [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 210px;
  height: 60px;
  overflow: visible;
}

#page_81 #s2mya1ak29wltkxnxitt [class*="_btn"] {
  display: none;
}


#s2mya1ak29wltkxnxitt [class*="_btn"] a {
  background: url(/files/db_top_link_btn.png) no-repeat left top;
  display: block;
  font-size: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  z-index: 300;
  /* border-radius: 9999px; */
}


#s2mya1ak29wltkxnxitt [class*="_btn"] a::before{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25px;
  right: -36px;
  z-index: 5;
  opacity: 1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
}


#s2mya1ak29wltkxnxitt [class*="_btn"] a::after{
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 3;
  opacity: 1;
  transition: 0.3s;
  transform: scale(1);
  background-color: #ff9000;
  overflow: visible;
  border-radius: 999999px;
}
#s2mya1ak29wltkxnxitt [class*="_btn"] a:hover::after{
  transform: scale(1.5);
}

/*  DB2>工事の種類に関わらず一度ご相談ください 
#i6qh6dhraghsm8zb2kiw
--------------------------------------------------------------- */
#i6qh6dhraghsm8zb2kiw *[class*="title"] {
  display: none;
}

#i6qh6dhraghsm8zb2kiw {
  position: relative;
  background: url(/files/db_business_bg.png) no-repeat center top;
  height: 890px;
  margin: 120px 0;
}

#i6qh6dhraghsm8zb2kiw .text_box {
  width: 480px;
  margin: 190px 0 0 70px;
}
#i6qh6dhraghsm8zb2kiw .post_data {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
}

#i6qh6dhraghsm8zb2kiw  .design_block.block1 {
  background: url(/files/db_business_slide_top.png) no-repeat center top;
  top: 0;
  left: calc(50% - 630px);
  height: 195px;
  transform: translateX(100px);/* 右からフェードイン */
}

#i6qh6dhraghsm8zb2kiw  .design_block.block2 {
  background: url(/files/db_business_slide_mid.png) no-repeat center top;
  top: 210px;
  left: calc(50% - 620px);
  height: 195px;
  transform: translateX(100px);/* 右からフェードイン */
  transition-delay: .3s;
}

#i6qh6dhraghsm8zb2kiw  .design_block.block3 {
  background: url(/files/db_business_slide_bottom.png) no-repeat center top;
  top: 420px;
  left: calc(50% - 610px);
  height: 195px;
  transform: translateX(100px);/* 右からフェードイン */
  transition-delay: .6s;
}

#i6qh6dhraghsm8zb2kiw  .design_block.block4 {
  background: url(/files/db_business_slide_juki.png) no-repeat center top;
  top: 450px;
  left: calc(50% - 1240px);
  height: 434px;
  transform: translateX(-100px);
  transition-delay: .6s;
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 余分なコードを削除 */
#s4n777n4pnlwdx4rtq1x div {
  margin-bottom:0;
  padding-bottom:0;
}
/* 親要素 */
#s4n777n4pnlwdx4rtq1x {
  position:relative;
}
#s4n777n4pnlwdx4rtq1x .easys_content_inner {
  width:100%;
  height:100%;
}

/*  バナー＞お問い合わせ 
#s4n777n4pnlwdx4rtq1x
--------------------------------------------------------------- */
#s4n777n4pnlwdx4rtq1x {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  height: 0;
  padding: calc(540/2000*100%) 0 0;
  margin: 70px 0 100px;
}

#page_6 #s4n777n4pnlwdx4rtq1x {
  margin: 70px 0 120px;
}

#page_81 #s4n777n4pnlwdx4rtq1x {
  margin-top: 0;
}

#s4n777n4pnlwdx4rtq1x::before {
content: "";
position: absolute;
background: url(/files/banner_contact_front.png)no-repeat center top /100%;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#s4n777n4pnlwdx4rtq1x .field_1col,
#s4n777n4pnlwdx4rtq1x .img_display,
#s4n777n4pnlwdx4rtq1x .easys_content_inner {
  overflow: visible !important; 
}

#s4n777n4pnlwdx4rtq1x .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
}

#s4n777n4pnlwdx4rtq1x .eyecatch a:hover img{
  opacity : 1;
}

#s4n777n4pnlwdx4rtq1x .eyecatch {
  position: absolute;
  top: calc(400/540*100%);
  left: calc(1055/2000*100%);
  width: calc(300/2000*100%);
}

#s4n777n4pnlwdx4rtq1x a::before {
  background: url("/files/banner_contact_bg_para.jpg") no-repeat center center / cover;
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
  transform: scale(1);
}

#s4n777n4pnlwdx4rtq1x a:hover::before {
  transform: scale(1.1);
}

#s4n777n4pnlwdx4rtq1x .eyecatch::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: #9fd624;
  transition: all 0.3s ease;
 }
 
 #s4n777n4pnlwdx4rtq1x .eyecatch:hover::before {
  left: 0;
  width: 100%;
 }

/*  背景設定
---------------------------------------------------------------------------------------------------- */
/* 会社概要ページ：「会社概要」 
#page_81 #rf8jvyojuils00h86sxy
--------------------------------------------------------------- */
#page_81 #rf8jvyojuils00h86sxy {
background: url(/files/block_bg.jpg);
padding: 80px 0 50px;
}