@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap');
/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  
    background: none #ffffff ;
 
  /*
  background: none #ffffff;
  */
    scroll-padding-top: 80px;
    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: 'Noto Sans JP', sans-serif !important;
    font-weight: 500;
    color: #333333;
    position: relative;/* 2000pxを超える画面の対策 */
    min-width: 1300px !important;
    max-width: 2000px !important;
    margin: 0 auto;
  }
  body *[class*="title"]{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 600 !important;
  }
body,
.wpcf7c-conf {
  color: #333333;
}

  body#page_6 {
    background: none transparent;
  /*
  background: none #ffffff;
  */
  }
  
  #wrapper {
    background: none transparent;
  }
  #outer_block {
    background: none transparent;
  }
  
  #page_9 #outer_block
  
   {
    padding-top: 0;
  }
  
  a:link, a:visited, a:hover, a:active {
  color: #00aeff;
  }
  
  /* A～Cブロック記事内リンクボタン */
  .main_btn a,
  .sub_text_btn a {
    background-color: #00aeff;
    color: #fff;
  }
  
  
  /* ===================================================================================================================
     ■ ヘッダー
  ------------------------------------------------------------------------------------------------------------------- */
  #branding_box {
    height: 0px;
    background: none transparent;
    padding: 0;
    position: relative;
    z-index: 500;
    padding: calc(100% * (650/2000)) 0 0 0;
  }
  #page_6 #branding_box {
    height: 0px;
    padding: calc(100% * (1030/2000)) 0 0 0;
    background: url("/files/branding_box_bg.png") no-repeat center top/100%;
  }
  
  
  /*  H1テキスト
  ---------------------------------------------------------------------------------------------------- */
  
  /*自由に位置設定したいとき*/
  #site-description {
    margin: 0 auto;
    width: auto;
    position: absolute;
    /* bottom: 45px;
    right: 40px; */
    /*位置　レスポンシブ有り*/
    
    bottom: calc(45 / 650 * 100%);
    right: calc(40 / 2000 * 100%);
   
    }
    
    #page_6 #site-description {
    /* top: 45;
    left: 40; */
    
    bottom: calc(45 / 1030 * 100%);
    right: calc(40 / 2000 * 100%);
   
    }
  
  #site-description a {
    display: inline;
    color: #ffffff	;
  }
  
  /*  サイトロゴ
  ---------------------------------------------------------------------------------------------------- */
  .main_header, .header_class {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .main_header img, .header_class img {
    position: absolute;
    margin: auto;
    /* width: 175px;
    height: 175px;
    top: 340px;
    left: 915px; */
    /* レスポ有り */
    width: calc(100%*(145/2000));
    height: calc(100%*(155/650));
    top: calc(100%*(170/650));
    left: calc(100%*(925/2000));
    background: none transparent;
  }
  
  #page_6 .main_header img, #page_6 .header_class img {
    /* width: 175px;
    height: 175px;
    top: 340px;
    left: 915px; */
    position: absolute;
    margin: auto;
    /* レスポ有り */
    width: calc(100%*(175/2000));
    height: calc(100%*(175/1030));
    top: calc(100%*(335/1030));
    left: calc(100%*(915/2000));
  }
  
  
  /*固定時*/
  .main_header img.fixed,
  #page_6 .main_header img.fixed{
    position: fixed;
    top: 0;
    z-index: 600;
    left: 0;
    width: 207px !important;
    height: 57px !important;
    margin-top: 10px !important;
    margin-left: 60px !important;
    background: url("/files/main_logo.png") no-repeat center top;
  }
  
  
  /*  グローバルナビ
  ---------------------------------------------------------------------------------------------------- */
  
  
  #access {
    width: 100%;
    z-index: 590;
    height: 47.5px;
    margin: 0 auto;
    position: absolute;
    margin: 0 auto;
    top: 0;
    background: none transparent;
  }
  
  /*ナビ上からの位置　メイン画像の下にナビがあるとき*/
  #access {
  top: calc(100% * (70/650));
  }
  #page_6 #access {
  top: calc(100% * (70/1030));
  }
 
  
  
  #access .menu-header{
    width: 715px;
    height: 47.5px;
    margin: 0 calc(70 / 2000 * 100%) 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: 100px;
    height: 47.5px;
    margin: 0px;
    padding: 0px;
  }
  
  div#access .gnavi11 a { background-position: left top;width: 120px;}
  div#access .gnavi12 a { background-position: -120px top;}
  div#access .gnavi13 a { background-position: -220px top;width: 120px;}
  div#access .gnavi14 a { background-position: -340px top;}
  div#access .gnavi15 a { background-position: -440px top;}
  div#access .gnavi16 a { background-position: right top;width: 175px;}
  
  div#access .gnavi11 a:hover { background-position: left bottom;width: 120px;}
  div#access .gnavi12 a:hover { background-position: -120px bottom;}
  div#access .gnavi13 a:hover { background-position: -220px bottom;width: 120px;}
  div#access .gnavi14 a:hover { background-position: -340px bottom;}
  div#access .gnavi15 a:hover { background-position: -440px bottom;}
  div#access .gnavi16 a:hover { background-position: right bottom;width: 175px;}
  
  div#access.fixed .menu-item a {
    background-image: url('/files/topnavi_02.png');
  }
  /*固定時用ナビ*/
  #access.fixed{
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(255,255,255,0.8);
    max-width: 2000px;
    min-width: 1300px;/*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
    display: flex;
    align-items: center;
  }
  #access.fixed .menu-header{
    position: relative;
    float: none;/*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
    max-width: 2000px;
    transform: none !important;/*レスポンシブ無しにするため*/
  }
  
  /* 親ボタンの背景画像、高さなど　全サイズ共通 */
  div#access .menu-item a, div#access .menu-item a:hover {
    background-color: transparent;
    height: 47.5px;
    line-height: 47.5px;
  }
  
  /* プルダウンメニューのサイズ */
  #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 {
    box-sizing: border-box;
    padding: 15px 10px;
    width: 100%;
    height: auto !important;
    background: none #ebf4fb;
    color: #006bcd;
    line-height: 1.2em !important;
  }
  #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: #006bcd;
  }
  div#access ul.sub-menu li.sub-gnavi a:hover,
  div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none #ebf4fb;
    color: #0d1c42;
  }
  #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: #0d1c42;
  }
  
  
  /*  メイン画像
  ---------------------------------------------------------------------------------------------------- */
  #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;
  }
  
  #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;
  background-image: url(/files/widget_title_bg.png);
  color: #ffffff;
  text-align: center;
}
.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 {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #2c2c2c;
  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 {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #3a9ce0;
  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: #00aeff;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 500px;
  background: url(/files/footer_bg.png) no-repeat center top;
}
#footer_box {
  height: 500px;
  background: none;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */

#footer-widget-area .widget-area{
    position: absolute;
    top: 280px;
    left: calc(50% - 85px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #1e1e1e;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #1e1e1e;
  color: #1e1e1e;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 235px 0 0 110px;
  width: 100%;
  text-align: left;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}


#footer_information .office{
  margin-top: 46px;
}
/* 中央以外 */
/*
#footer_information{
    position: absolute;
    top: 180px;
    left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #1e1e1e;
  /*絶対値指定する時
  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: #1e1e1e;
}
/* 中央寄せの時 */

#copyright {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/* 中央以外 */



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn 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: #000000;
  height: 95px;
  line-height: 125px;
}
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: #000000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #333333;
}
/*
* .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: #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;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  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 {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #f1f9ff;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #00aeff;
}


/* 大きな地図で見る */
small {
  border-color: #00aeff;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #00aeff !important;
  text-align: center !important;
}

small a:hover {
  background-color: #00aeff !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: transparent;
  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;
}

/*テーブル設定*/
.iqfm-table tr th {width: 25%;}
.iqfm-table tr th, .iqfm-table tr td, td.td_name, td.td_value,
td.coupon_meta_title, td.coupon_meta, td.coupon_data {box-sizing: border-box;}
.easys_content:not(.ne_01) table:not(#wp-calendar) th { width: 25% !important;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  box-sizing: border-box !important;
  border: none !important;
  background: none #f1f9ff;
  color: #333333;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 8px !important;}




/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: #3a9ce0 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #3a9ce0;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !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: #00aeff;
  background: none transparent;
  color: #00aeff !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: #00aeff;
  background-color: #00aeff;
}
.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: #00aeff;
  background: none #00aeff;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #3a9ce0;
}


/* 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 #00aeff;
  background-color: transparent;
  color: #00aeff;
}
div.link_list a:hover {
  border: 1px solid #00aeff;
  background-color: #00aeff;
  color: #ffffff;
}


.faq-title {
  background-color: #00aeff;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #00aeff;
}
.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 {
  width: 8em;
  background-color: #f1f9ff;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #f1f9ff;
  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: #333333;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */


/*全体フェードイン　Dブロックは解除*/
/* .easys_content_inner:not(.nd_01 .easys_content_inner){
  transition: all 1.3s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform: translate(0px, 0px);
  opacity: 1;
} */

/*  トップページ
---------------------------------------------------------------------------------------------------- */

/*  ○○○
---------------------------------------------------------------------------------------------------- */

/* セカンドメイン -------------------yg38o6xhsbp38583tk8v-------------------------------------*/
#page_6 #outer_block {
  padding-top: 0;/*スライダー下の余白を消す*/
}
#yg38o6xhsbp38583tk8v{
  position: relative;
}

#yg38o6xhsbp38583tk8v::before {
  position: absolute;
  top: calc(100%*(840/1110));
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100%*((1311*4)/2000));
  height: calc(100%*(150/1110));
  background: url(/files/second_slide_text.png) repeat-x left top / auto 100%;
  content: "";
  animation: loop 40s linear 0s infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100%/4));
  }
}



#yg38o6xhsbp38583tk8v [class*="field_"] {
  background: url(/files/second_bg.jpg) no-repeat center top / 100%;/*セカンドメイン背景画像*/
  padding: calc(1110 / 2000 * 100%) 0 0;
  margin-bottom: 70px;
  position: relative;/*ボタン位置調整用*/
}
#yg38o6xhsbp38583tk8v div { margin-bottom: 0; padding-bottom: 0;}
#yg38o6xhsbp38583tk8v .easys_content_inner { width: 100%;transform: none;}
/*ボタン　管理画面ではなくCSSで入れる場合--------------------------------------------*/
/*スマホ用画像非表示*/
#yg38o6xhsbp38583tk8v .eyecatch img{display: none;}
#yg38o6xhsbp38583tk8v [class*="field_"] .eyecatch{
  display: block;
  position: absolute;
  width: calc(480 / 2000 * 100%);
  height: calc(90 / 1110 * 100%);
  top: calc(750 / 1110 * 100%);
  left: calc(400 / 2000 * 100%);
}
#yg38o6xhsbp38583tk8v [class*="field_"] .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/files/second_btn.png)no-repeat center top/100%;/*ボタン画像　上下オンオフの時*/
}
/*上下オンオフの時*/
#yg38o6xhsbp38583tk8v .eyecatch a:hover{
    background-position: center bottom;
}




/*上下左右フェードイン　画像---------------------------------*/
#yg38o6xhsbp38583tk8v .design_block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 1.3s;
}
#yg38o6xhsbp38583tk8v .design_block.moved{
  opacity: 1;
  transform: translate(0px, 0px) !important;
}


/*画像1*/
#yg38o6xhsbp38583tk8v .design_block.block1{
  background: url(/files/second_title.png) no-repeat center top / 100%;
  width: calc(628 / 2000 * 100%);/*画像幅÷背景画像幅*/
  height: calc(131 / 1110 * 100%);/*画像高さ÷背景画像高さ*/
  margin-top: calc(244 / 2000 * 100%);/* PSD上での上と左余白を入力 */
  margin-left: calc(415 / 2000 * 100%);/* PSD上での上と左余白を入力 */
  z-index: 1;
  transform: translate(0px, -100px);
}
/*画像2*/
#yg38o6xhsbp38583tk8v .design_block.block2{
    background: url(/files/second_img.png) no-repeat center top/100%;
    width: calc(710 / 2000 * 100%);/*画像幅÷背景画像幅*/
    height: calc(738 / 1110 * 100%);/*画像高さ÷背景画像高さ*/
    margin-top: calc(240 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(1070 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: 2;
    transform: translate(0px, 100px);
}



/*  パララックス
-----------j31jtuxfy034vv9sl79a----------------------------------------------------------------------------------------- */

#j31jtuxfy034vv9sl79a div{
  margin-bottom: 0;
  padding-bottom: 0;
}


#j31jtuxfy034vv9sl79a {
  position: relative;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  height: 600px;
}
#j31jtuxfy034vv9sl79a img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}


/*  バナー＞お問い合わせ（top）
--------------eyygqcatghpma31c4nog-------------------------------------------------------------------------------------- */

#page_6 #eyygqcatghpma31c4nog{
  margin-bottom: 70px;
}

#eyygqcatghpma31c4nog div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#eyygqcatghpma31c4nog .easys_content_inner {
 width: 100%;
   padding: 0;
 }
 #eyygqcatghpma31c4nog .eyecatch{width: 100%;}
 #eyygqcatghpma31c4nog .eyecatch a{
 display: block;
 position: relative;
 width: 100%;
 padding: calc(550 / 2000 * 100%) 0 0;
 }
 #eyygqcatghpma31c4nog .eyecatch a:before{
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 transition: opacity 0.3s ease 0s;
 }
 /*ホバー時に、beforeに入れてるON画像表示*/
 #eyygqcatghpma31c4nog .eyecatch a:hover:before{opacity: 1;}
 
 /*OFF画像*/
 #eyygqcatghpma31c4nog .eyecatch a{background: url("/files/bn_contact.jpg") no-repeat center bottom/100%;}
 
 /*ON画像*/
 #eyygqcatghpma31c4nog .eyecatch a:before{ background: url("/files/bn_contact_on.jpg") no-repeat center top /100%;}
 
 /*固定画面で入れたSPバナー画像非表示*/
 #eyygqcatghpma31c4nog .eyecatch a img{display: none;}


/*  バナー＞事業内容/保有車両（※top）
--------------------hsmtxjwztg3xa6cwdqyc-------------------------------------------------------------------------------- */

/*2列バナー　レスポンシブなし*/
#hsmtxjwztg3xa6cwdqyc{
  background: url("/files/half_bn_bg.jpg") repeat center top;
  padding: 125px 0;
  position: relative;
}

#page_6 #hsmtxjwztg3xa6cwdqyc{
  padding: 125px 0 0;
}

#hsmtxjwztg3xa6cwdqyc div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#hsmtxjwztg3xa6cwdqyc .field_2col:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
#hsmtxjwztg3xa6cwdqyc .float_left{
  border-right: 1px solid #fff;
}
/*左バナー背景画像*/
#hsmtxjwztg3xa6cwdqyc .float_left:before
{ background: url("/files/half_bn_business_bg.jpg") no-repeat center top;border-right: 1px solid #fff; }
/*右バナー背景画像*/
#hsmtxjwztg3xa6cwdqyc .float_right:before
{ background: url("/files/half_bn_owned_bg.jpg") no-repeat center top; }



#hsmtxjwztg3xa6cwdqyc .field_2col:hover:before {
  transform: scale(1.1);
}

/*固定画面で入れたSPバナー画像非表示*/
#hsmtxjwztg3xa6cwdqyc .eyecatch a img{display: none;}
#hsmtxjwztg3xa6cwdqyc .easys_content_inner {width: 1300px;}
#hsmtxjwztg3xa6cwdqyc .field_2col {width: 650px !important;position: relative;box-sizing: border-box;}
#hsmtxjwztg3xa6cwdqyc .eyecatch{width: 100%;}
#hsmtxjwztg3xa6cwdqyc .eyecatch a{
display: block;
position: relative;
width: 650px;
height: 300px;/*バナー画像高さ*/
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a:before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#hsmtxjwztg3xa6cwdqyc .eyecatch a:hover:before{opacity: 1;}
/*OFF画像*/
#hsmtxjwztg3xa6cwdqyc .float_left a{ background: url("/files/half_bn_business_top.png") no-repeat center top;}
#hsmtxjwztg3xa6cwdqyc .float_right a{ background: url("/files/half_bn_owned_top.png") no-repeat center top;}
/*ON画像*/
#hsmtxjwztg3xa6cwdqyc .float_left a:before{ background: url("/files/half_bn_business_top_on.png") no-repeat center top;}
#hsmtxjwztg3xa6cwdqyc .float_right a:before{ background: url("/files/half_bn_owned_top_on.png") no-repeat center top;}


/* ギミックコピペ */
#hsmtxjwztg3xa6cwdqyc .eyecatch a > div {
  position: absolute;
  top: 125px;
  left: 555px;
  display: inline-block;
  width: 50px;
  height: 50px;
  transform-origin: top left;
}


#hsmtxjwztg3xa6cwdqyc .eyecatch a > div p {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transform-origin: right top;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a > div p::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e8bb00;
  content: "";
  transition: 0.5s;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a:hover > div p::before{
  transform: scale(1.4);
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a> div p span {
  position: absolute;
  top: 21px;
  left: 13px;
  z-index: 2;
  display: block;
  width: 25px;
  height: 10px;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a > div p span::before,
#hsmtxjwztg3xa6cwdqyc .eyecatch a > div p span::after {
  position: absolute;
  display: block;
  content: "";
  transition: 0.3s;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a > div p span::before {
  top: 0;
  right: -4px;
  left: unset;
  box-sizing: border-box;
  width: 10px;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000000;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a > div p span::after {
  top: 3px;
  right: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: none #000000;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a:hover > div p span::before {
  right: 8px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid #1a2461;
  border-radius: 50%;
}
#hsmtxjwztg3xa6cwdqyc .eyecatch a:hover > div p span::after {
  left: 5px;
  width: 0;
}




/*  バナー＞会社概要/保有許可一覧（top）_1
--------------------------honvbv6ha801x2azn93a-------------------------------------------------------------------------- */


/*2列バナー　レスポンシブなし*/
#honvbv6ha801x2azn93a{
  background: url("/files/half_bn_bg.jpg") repeat center top;
  padding: 125px 0;
  position: relative;
}

#page_6 #honvbv6ha801x2azn93a{
  padding: 0 0 125px 0;
}

#honvbv6ha801x2azn93a div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#page_6 .img_display_1069{
  border-top: 1px solid #fff;
}

#honvbv6ha801x2azn93a .field_2col:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 0;
}

/*左バナー背景画像*/

#honvbv6ha801x2azn93a .float_left:before
{ background: url("/files/half_bn_company_bg.jpg") no-repeat center top;}
/*右バナー背景画像*/
#honvbv6ha801x2azn93a .float_right:before
{ background: url("/files/half_bn_license_bg.jpg") no-repeat center top; }



#honvbv6ha801x2azn93a .field_2col:hover:before {
  transform: scale(1.1);
}

/*固定画面で入れたSPバナー画像非表示*/
#honvbv6ha801x2azn93a .eyecatch a img{display: none;}
#honvbv6ha801x2azn93a .easys_content_inner {width: 1300px;}
#honvbv6ha801x2azn93a .field_2col {width: 650px !important;position: relative;box-sizing: border-box;}
#honvbv6ha801x2azn93a .eyecatch{width: 100%;}
#honvbv6ha801x2azn93a .eyecatch a{
display: block;
position: relative;
width: 650px;
height: 300px;/*バナー画像高さ*/
}

#honvbv6ha801x2azn93a .float_left{
  border-right: 1px solid #fff;
}
#honvbv6ha801x2azn93a .eyecatch a:before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#honvbv6ha801x2azn93a .eyecatch a:hover:before{opacity: 1;}
/*OFF画像*/
#honvbv6ha801x2azn93a .float_left a{ background: url("/files/half_bn_company_top.png") no-repeat center top;}
#honvbv6ha801x2azn93a .float_right a{ background: url("/files/half_bn_license_top.png") no-repeat center top;}
/*ON画像*/
#honvbv6ha801x2azn93a .float_left a:before{ background: url("/files/half_bn_company_top_on.png") no-repeat center top;}
#honvbv6ha801x2azn93a .float_right a:before{ background: url("/files/half_bn_license_top_on.png") no-repeat center top;}


/* ギミックコピペ */
#honvbv6ha801x2azn93a .eyecatch a > div {
  position: absolute;
  top: 125px;
  left: 555px;
  display: inline-block;
  width: 50px;
  height: 50px;
  transform-origin: top left;
}


#honvbv6ha801x2azn93a .eyecatch a > div p {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transform-origin: right top;
}
#honvbv6ha801x2azn93a .eyecatch a > div p::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e8bb00;
  content: "";
  transition: 0.5s;
}
#honvbv6ha801x2azn93a .eyecatch a:hover > div p::before{
  transform: scale(1.4);
}
#honvbv6ha801x2azn93a .eyecatch a> div p span {
  position: absolute;
  top: 21px;
  left: 13px;
  z-index: 2;
  display: block;
  width: 25px;
  height: 10px;
}
#honvbv6ha801x2azn93a .eyecatch a > div p span::before,
#honvbv6ha801x2azn93a .eyecatch a > div p span::after {
  position: absolute;
  display: block;
  content: "";
  transition: 0.3s;
}
#honvbv6ha801x2azn93a .eyecatch a > div p span::before {
  top: 0;
  right: -4px;
  left: unset;
  box-sizing: border-box;
  width: 10px;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000000;
}
#honvbv6ha801x2azn93a .eyecatch a > div p span::after {
  top: 3px;
  right: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: none #000000;
}
#honvbv6ha801x2azn93a .eyecatch a:hover > div p span::before {
  right: 8px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid #1a2461;
  border-radius: 50%;
}
#honvbv6ha801x2azn93a .eyecatch a:hover > div p span::after {
  left: 5px;
  width: 0;
}




/*  バナー＞会社概要/保有車両（※list）
------------------------------------j235xibc7bnth2h9gk9v---------------------------------------------------------------- */



/*2列バナー　レスポンシブなし*/
#j235xibc7bnth2h9gk9v{
  background: url("/files/half_bn_bg.jpg") repeat center top;
  padding: 125px 0;
  position: relative;
}
#j235xibc7bnth2h9gk9v div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#j235xibc7bnth2h9gk9v .field_2col:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
#j235xibc7bnth2h9gk9v .float_left{
  border-right: solid 1px #fff;
}
/*左バナー背景画像*/
#j235xibc7bnth2h9gk9v .float_left:before
{ background: url("/files/half_bn_company_bg.jpg") no-repeat center top; border-right: 1px solid #fff;}
/*右バナー背景画像*/
#j235xibc7bnth2h9gk9v .float_right:before
{ background: url("/files/half_bn_owned_bg.jpg") no-repeat center top; }



#j235xibc7bnth2h9gk9v .field_2col:hover:before {
  transform: scale(1.1);
}

/*固定画面で入れたSPバナー画像非表示*/
#j235xibc7bnth2h9gk9v .eyecatch a img{display: none;}
#j235xibc7bnth2h9gk9v .easys_content_inner {width: 1300px;}
#j235xibc7bnth2h9gk9v .field_2col {width: 650px !important;position: relative;box-sizing: border-box;}
#j235xibc7bnth2h9gk9v .eyecatch{width: 100%;}
#j235xibc7bnth2h9gk9v .eyecatch a{
display: block;
position: relative;
width: 650px;
height: 300px;/*バナー画像高さ*/
}
#j235xibc7bnth2h9gk9v .eyecatch a:before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#j235xibc7bnth2h9gk9v .eyecatch a:hover:before{opacity: 1;}
/*OFF画像*/
#j235xibc7bnth2h9gk9v .float_left a{ background: url("/files/half_bn_company_top.png") no-repeat center top;}
#j235xibc7bnth2h9gk9v .float_right a{ background: url("/files/half_bn_owned_top.png") no-repeat center top;}
/*ON画像*/
#j235xibc7bnth2h9gk9v .float_left a:before{ background: url("/files/half_bn_company_top_on.png") no-repeat center top;}
#j235xibc7bnth2h9gk9v .float_right a:before{ background: url("/files/half_bn_owned_top_on.png") no-repeat center top;}


/* ギミックコピペ */
#j235xibc7bnth2h9gk9v .eyecatch a > div {
  position: absolute;
  top: 125px;
  left: 555px;
  display: inline-block;
  width: 50px;
  height: 50px;
  transform-origin: top left;
}


#j235xibc7bnth2h9gk9v .eyecatch a > div p {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transform-origin: right top;
}
#j235xibc7bnth2h9gk9v .eyecatch a > div p::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e8bb00;
  content: "";
  transition: 0.5s;
}
#j235xibc7bnth2h9gk9v .eyecatch a:hover > div p::before{
  transform: scale(1.4);
}
#j235xibc7bnth2h9gk9v .eyecatch a> div p span {
  position: absolute;
  top: 21px;
  left: 13px;
  z-index: 2;
  display: block;
  width: 25px;
  height: 10px;
}
#j235xibc7bnth2h9gk9v .eyecatch a > div p span::before,
#j235xibc7bnth2h9gk9v .eyecatch a > div p span::after {
  position: absolute;
  display: block;
  content: "";
  transition: 0.3s;
}
#j235xibc7bnth2h9gk9v .eyecatch a > div p span::before {
  top: 0;
  right: -4px;
  left: unset;
  box-sizing: border-box;
  width: 10px;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000000;
}
#j235xibc7bnth2h9gk9v .eyecatch a > div p span::after {
  top: 3px;
  right: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background: none #000000;
}
#j235xibc7bnth2h9gk9v .eyecatch a:hover > div p span::before {
  right: 8px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid #1a2461;
  border-radius: 50%;
}
#j235xibc7bnth2h9gk9v .eyecatch a:hover > div p span::after {
  left: 5px;
  width: 0;
}



/*  関東・中部・関西エリア（多リンクブロック）
-----------gslolj04wb6jhbxgj1nk----------------------------------------------------------------------------------------- */

#gslolj04wb6jhbxgj1nk {
  background:url(/files/db01_bg.jpg) no-repeat center center;
  height: 1070px;
  position: relative;
}
#gslolj04wb6jhbxgj1nk [class*="field_"] a img {
  opacity: 0; /* 管理画面で入れた画像は非表示にする */
}
/* hoverしたときの画像を設置 表示非表示はJqueryで処理し、デフォルトは非表示 */
#gslolj04wb6jhbxgj1nk [class*="field_"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
/* 各画像のONを設定 */
/* 各画像のONを設定 */
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(1) { background-image: url(/files/db01_linkon_06.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(2) { background-image: url(/files/db01_linkon_07.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(3) { background-image: url(/files/db01_linkon_05.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(4) { background-image: url(/files/db01_linkon_01.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(5) { background-image: url(/files/db01_linkon_02.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(6) { background-image: url(/files/db01_linkon_03.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(7) { background-image: url(/files/db01_linkon_04.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(8) { background-image: url(/files/db01_linkon_09.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(9) { background-image: url(/files/db01_linkon_08.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(10) { background-image: url(/files/db01_linkon_10.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(11) { background-image: url(/files/db01_linkon_22.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(12) { background-image: url(/files/db01_linkon_11.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(13) { background-image: url(/files/db01_linkon_12.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(14) { background-image: url(/files/db01_linkon_14.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(15) { background-image: url(/files/db01_linkon_13.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(16) { background-image: url(/files/db01_linkon_19.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(17) { background-image: url(/files/db01_linkon_20.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(18) { background-image: url(/files/db01_linkon_18.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(19) { background-image: url(/files/db01_linkon_17.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(20) { background-image: url(/files/db01_linkon_16.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(21) { background-image: url(/files/db01_linkon_15.png);}
#gslolj04wb6jhbxgj1nk [class*="field_"]:nth-of-type(22) { background-image: url(/files/db01_linkon_21.png);}

/* リンクボタンの共通設定 */
#gslolj04wb6jhbxgj1nk .link_hover {
  position: absolute;
  
}
#gslolj04wb6jhbxgj1nk .link_hover a {
  display: block;
  height: 100%;
  width: 100%; /* 最初からリンク範囲を表示させておくためだけのもの */
}
/* 各リンクボタンの設定 leftは必ずしもcalcでなくてよい */
#gslolj04wb6jhbxgj1nk .link_hover.link1 {
  top: 680px;
  left: calc(50% - -200px);
  height: 39px;
  width: 146px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link2 {
  top: 725px;
  height: 80px;
  left: calc(50% - -200px);
  width: 116px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link3 {
  top: 602px;
  height: 70px;
  left: calc(50% - -200px);
  width: 100px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link4{
  top: 658px;
  height: 190px;
  left: calc(50% - -352px);
  width: 108px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link5{
  top: 488px;
  height: 161px;
  left: calc(50% - -352px);
  width: 108px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link6{
  top: 474px;
  height: 90px;
  left: calc(50% - -265px);
  width: 80px;
  position: absolute;
}


#gslolj04wb6jhbxgj1nk .link_hover.link7{
  top: 490px;
  height: 104px;
  left: calc(50% - -101px);
  width: 132px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link8{
  top: 500px;
  height: 237px;
  left: calc(50% - 25px);
  width: 103px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link9{
  top: 680px;
  height: 69px;
  left: calc(50% - -84px);
  width: 110px;
  position: absolute;
}


#gslolj04wb6jhbxgj1nk .link_hover.link10{
  top: 773px;
  height: 134px;
  left: calc(50% - -7px);
  width: 185px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link11{
  top: 461px;
  height: 104px;
  left: calc(50% - 171px);
  width: 140px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link12{
  top: 745px;
  height: 110px;
  left: calc(50% - 98px);
  width: 98px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link13{
  top: 572px;
  height: 166px;
  left: calc(50% - 170px);
  width: 114px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link14{
  top: 374px;
  height: 77px;
  left: calc(50% - 195px);
  width: 112px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link15{
  top: 580px;
  height: 61px;
  left: calc(50% - 297px);
  width: 119px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link16{
  top: 786px;
  height: 99px;
  left: calc(50% - 346px);
  width: 73px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link17{
  top: 750px;
  height: 133px;
  left: calc(50% - 462px);
  width: 110px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link18{
  top: 707px;
  height: 50px;
  left: calc(50% - 367px);
  width: 79px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link19{
  top: 797px;
  height: 134px;
  left: calc(50% - 267px);
  width: 63px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link20{
  top: 787px;
  height: 160px;
  left: calc(50% - 197px);
  width: 71px;
  position: absolute;
}
#gslolj04wb6jhbxgj1nk .link_hover.link21{
  top: 659px;
  height: 72px;
  left: calc(50% - 285px);
  width: 79px;
  position: absolute;
}

#gslolj04wb6jhbxgj1nk .link_hover.link22{
  top: 892px;
  height: 122px;
  left: calc(50% - 335px);
  width: 62px;
  position: absolute;
}



/*  中国・四国・九州エリア（多リンクブロック）
-------------cw6gkf8kzh5dnv884k57--------------------------------------------------------------------------------------- */

#cw6gkf8kzh5dnv884k57 {
  background:url(/files/db02_bg.jpg) no-repeat center center;
  height: 1070px;
  position: relative;
}

#cw6gkf8kzh5dnv884k57::after{
  content:' ';
  display:block;
  position:absolute;
  top: 796px;
  left: calc(50% - 1000px);
  z-index:1;
  width: 2000px;
  height: 150px;
  background: url(/files/db02_slide_text.png) repeat-x top left;
  animation: loop_01 35s linear 0s infinite;
 }
 
 @keyframes loop_01 {
     0% {background-position-x: -2322px;}
     100% {background-position-x: 0px;}
   }
 

#cw6gkf8kzh5dnv884k57 [class*="field_"] a img {
  opacity: 0; /* 管理画面で入れた画像は非表示にする */
}
/* hoverしたときの画像を設置 表示非表示はJqueryで処理し、デフォルトは非表示 */
#cw6gkf8kzh5dnv884k57 [class*="field_"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
/* 各画像のONを設定 */
/* 各画像のONを設定 */
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(1) { background-image: url(/files/db02_linkon_02.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(2) { background-image: url(/files/db02_linkon_01.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(3) { background-image: url(/files/db02_linkon_04.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(4) { background-image: url(/files/db02_linkon_03.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(5) { background-image: url(/files/db02_linkon_05.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(6) { background-image: url(/files/db02_linkon_06.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(7) { background-image: url(/files/db02_linkon_07.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(8) { background-image: url(/files/db02_linkon_09.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(9) { background-image: url(/files/db02_linkon_08.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(10) { background-image: url(/files/db02_linkon_10.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(11) { background-image: url(/files/db02_linkon_11.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(12) { background-image: url(/files/db02_linkon_13.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(13) { background-image: url(/files/db02_linkon_12.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(14) { background-image: url(/files/db02_linkon_14.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(15) { background-image: url(/files/db02_linkon_15.png);}
#cw6gkf8kzh5dnv884k57 [class*="field_"]:nth-of-type(16) { background-image: url(/files/db02_linkon_16.png);}


/* リンクボタンの共通設定 */
#cw6gkf8kzh5dnv884k57 .link_hover {
  position: absolute;
  
}
#cw6gkf8kzh5dnv884k57 .link_hover a {
  display: block;
  height: 100%;
  width: 100%; /* 最初からリンク範囲を表示させておくためだけのもの */
}
/* 各リンクボタンの設定 leftは必ずしもcalcでなくてよい */
#cw6gkf8kzh5dnv884k57 .link_hover.link1 {
  top: 182px;
  left: calc(50% - -260px);
  height: 123px;
  width: 118px;
  position: absolute;
}
#cw6gkf8kzh5dnv884k57 .link_hover.link2 {
  top: 115px;
  height: 60px;
  left: calc(50% - -274px);
  width: 104px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link3 {
  top: 183px;
  height: 120px;
  left: calc(50% - -110px);
  width: 143px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link4{
  top: 114px;
  height: 60px;
  left: calc(50% - -62px);
  width: 178px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link5{
  top: 187px;
  height: 81px;
  left: calc(50% - 20px);
  width: 124px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link6{
  top: 338px;
  height: 42px;
  left: calc(50% - -281px);
  width: 139px;
  position: absolute;
}


#cw6gkf8kzh5dnv884k57 .link_hover.link7{
  top: 390px;
  height: 57px;
  left: calc(50% - -331px);
  width: 105px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link8{
  top: 354px;
  height: 89px;
  left: calc(50% - -65px);
  width: 103px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link9{
  top: 430px;
  height: 89px;
  left: calc(50% - -184px);
  width: 130px;
  position: absolute;
}


#cw6gkf8kzh5dnv884k57 .link_hover.link10{
  top: 213px;
  height: 84px;
  left: calc(50% - 193px);
  width: 75px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link11{
  top: 271px;
  height: 104px;
  left: calc(50% - 111px);
  width: 110px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link12{
  top: 347px;
  height: 121px;
  left: calc(50% - 210px);
  width: 94px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link13{
  top: 381px;
  height: 166px;
  left: calc(50% - 110px);
  width: 104px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link14{
  top: 256px;
  height: 57px;
  left: calc(50% - 293px);
  width: 72px;
  position: absolute;
}

#cw6gkf8kzh5dnv884k57 .link_hover.link15{
  top: 300px;
  height: 81px;
  left: calc(50% - 347px);
  width: 59px;
  position: absolute;
}
#cw6gkf8kzh5dnv884k57 .link_hover.link16{
  top: 476px;
  height: 139px;
  left: calc(50% - 246px);
  width: 73px;
  position: absolute;
}


/*  ○○○
---------------------------------------------------------------------------------------------------- */
