@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: url("/files/html_bg.jpg");
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/*2000pxを超える画面の対策*/
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
}
body,
.wpcf7c-conf {
  color: #1a2e58;
}
/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #006699;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: calc(120px + 100% * (600/2000)) 0 0 0;
  position: relative;
  z-index: 500;
  height: 0;
  background:none;
  background: url("/files/branding_box_bg.png") no-repeat left top;
}

#page_6 #branding_box {
  height: 0px;/*ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  padding: calc(120px + 100% * (915/2000)) 0 0 0;
  background: url(/files/slide_front.png)no-repeat center top 120px/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */


/*自由に位置設定したいとき*/
#site-description {
margin: 0 auto;
width: auto;
position: absolute;
top: 55px;
left: 200px;
z-index: 900;
/*位置　レスポンシブ有り*/
/*
top: calc(145 / 900 * 100%);
left: calc(105 / 2000 * 100%);
*/
}

#page_6 #site-description {
top: 55px;
left: 200px;
z-index: 900;
/*
top: calc(145 / 900 * 100%);
left: calc(105 / 2000 * 100%);
*/
}

#site-description a {
  display: inline;
  color: #aaaaaa;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
position: absolute;
z-index: 590;/*ナビより重ね順上*/
width: 200px;
height: 350px;
top: 0;
left: 0;
background: url("/files/branding_box_bg.png")no-repeat center top;
/*
background: url("/files/branding_box.png")no-repeat center top/100%;
top: calc(0 / 900 * 100%);
left: calc(0 / 2000 * 100%);
width: calc(300 / 2000 * 100%);
height: calc(150 / 900 * 100%);
*/
}

/*
#page_6 #header_information .main_header a img {
top: calc(0 / 900 * 100%);
left: calc(0 / 2000 * 100%);
width: calc(300 / 2000 * 100%);
height: calc(150 / 900 * 100%);
}
*/


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
z-index: 589;
padding: 0;
width: 100%;
height: 120px;/*ナビ画像の高さ*/
}

div#access .menu-header {
margin: 0 0 0 auto;/*右寄せ*/
width: 780px;/*ナビ画像の幅*/
height: 120px;/*ナビ画像の高さ*/
}

/*5列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
background-image: url('/files/topnavi.png');
background-repeat: no-repeat;
background-position: scroll;
width: 156px;
height: 120px;
margin: 0px;
padding: 0px;
}

/* ナビ画像が少しずれてるため下記上書き */
div#access .gnavi11 a {background-position: left 15px top;}
div#access .gnavi12 a { background-position: -156px top;}
div#access .gnavi13 a { background-position: -312px top;}
div#access .gnavi14 a { background-position: -468px top;}
div#access .gnavi15 a {background-position: right -10px top;}

div#access .gnavi11 a:hover { background-position: left 15px bottom;}
div#access .gnavi12 a:hover { background-position: -156px bottom;}
div#access .gnavi13 a:hover { background-position: -312px bottom;}
div#access .gnavi14 a:hover { background-position: -468px bottom;}
div#access .gnavi15 a:hover { background-position: right -10px bottom;}


/*Gナビ上部固定---------------------------------------------------------*/
div#access.fixed {
position: fixed;
padding: 0;
background-color: rgba(255,255,255,0.5);
  max-width: 2000px;/*最大2000pxを維持*/
  min-width: 1200px;/*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
  top: 0!important;
  left: 0;
  right: 0;
  margin: auto;
  height:60px;
}

div#access.fixed .menu-header {
position: relative;
float: none;/*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
margin: 0 0 0 auto;
max-width: 2000px;
transform: none !important;/*レスポンシブ無しにするため*/
height: 60px;/*ナビ画像の高さ*/
}

/* 固定ナビ */
div#access.fixed .menu-item a {
  background-image: url(/files/topnavi_fixed.png);
  height: 60px;
  left: 0;
  }

  div#access.fixed {
    background: url(/files/head_logo_fixed.png)no-repeat,rgba(255,255,255,0.5);
    top: 0;
    left: 0;
  }

  .main_header img.fixed, #page_6 .main_header img.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 200px !important;
    height: 60px !important;
    z-index: 600 !important;
    background: none !important;
    display: block;
}




/* プルダウンメニューのサイズ */
#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,1);
  color: #006699;
}
#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: #006699;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: #006699 rgba(0,120,153,1);
  color: #ffffff;
}
#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 {
  background: #006699 rgba(0,120,153,1);
  color: #ffffff;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
/*メイン画像をレスポンシブするとき*/
  position: absolute;
  top: 120px;
  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%;
}

/*レスポンシブ無し----------------------------------*/
/*ティザー画像右寄せ*/
/*
body:not(#page_6) #main_teaser{
    text-align: right;
}

body:not(#page_6) #main_teaser img{
    width: 960px;
}
*/


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.jpg);
  color: #1a2e58;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #1a2e58;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #1a2e58;
  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: #666666;
  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: #006699;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 360px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 320px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}


#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
  width: 1020px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/* 中央以外 */

#footer-widget-area .widget-area{
position: absolute;
top: 115px;
left: calc(50% - -370px);
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
border-color: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
border-color: #ffffff;
color: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
background-color: transparent;
}

/* フッターナビ位置調整 */

#footer-widget-area .widget-area ul.menu {
  border:none;
  }
  #footer-widget-area .widget-area .menu-item a {
  border:none;
  color: #ffffff;
  }
  #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
  }
  
  /*縦並び*/
  #footer-widget-area .widget-area,
  #footer-widget-area .widget-area .menu-item,
  #footer-widget-area .widget-area .menu-item a{
    width: 200px;
  }
  #footer-widget-area .widget-area .menu-item{
    text-align: left;/*文字左寄せ*/
  }
  
  /* ナビ前につけるマーク　■　- */
  #footer-widget-area .widget-area .menu-item {
    position: relative;
  }
  /*メインナビ*/
  #footer-widget-area .widget-area li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 2px;
    color: #ffffff;
  }
  #footer-widget-area .widget-area .menu-item a {
    padding-left: 15px;
  }
  
/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/* 中央以外 */

#footer_information{
position: absolute;
top: 180px;
left: calc(50% + -475px);
}
#footer_information .entry-post {
width: 450px;
margin: 30px 0 0;
text-align: left;
}



/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data p {
color: #ffffff;
}



/*  フッター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: #ffffff;
}


/*中央寄せの時*/
#copyright {
position: absolute;
bottom: 0;
left: 50%;
margin: 0;
transform: translateX(-50%);
}

/* 中央以外 */
/*
#copyright {
position: absolute;
bottom: 0px;
left: calc(50% - 100px);
}
*/



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.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: 50px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E !important;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #1a2e58;
  font-weight: bold;
  font-size: 28px;
  padding: 12px 0;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #1a2e58;
  font-weight: bold;
}
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  font-size: 23px;
}
.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: #1a2e58;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.jpg);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.jpg);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #1a2e58;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #1a2e58;
  font-weight: bold;
  font-size: 18px;
}

* .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: #1a2e58;
  font-weight: bold;
  font-size: 18px;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #1a2e58;
  font-weight: bold;
  font-size: 20px;
}
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: #1a2e58;
}
/* 小見出しリンクボタン */
.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: #1a2e58;
  font-weight: bold;
  font-size: 20px;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}

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

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


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

small a:hover {
  background-color: #006699 !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: #c5c5c5;
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #c5c5c5 !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}




/*確認画面での見切れ防止*/
.post_data .wpcf7 table th,
.post_data .wpcf7 table td {
    min-width: 0;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #006699;
  background: none transparent;
  color: #006699 !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: #006699;
  background-color: #006699;
}
.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: #006699;
  background: none #006699;
  color: #ffffff !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;
  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 #006699;
  background-color: transparent;
  color: #006699;
}
div.link_list a:hover {
  border: 1px solid #006699;
  background-color: #006699;
  color: #ffffff;
}


.faq-title {
  background-color: #006699;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ff0000;
}
.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: #c5c5c5;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: #e3e3e3;
  color: #1a2e58;
}
.coupon_box table tr td.coupon_meta {
  background-color: #ffffff;
  color: #1a2e58;
}
.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: #1a2e58;
  font-weight: bold;
  font-size: 20px;
}

.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はこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */






/* セカンドメイン --------------------------------------------------------*/
#page_6 #outer_block {
  padding-top: 0;/*スライダー下の余白を消す*/
}

#links_ylohla6ftyyidgfwn9fp{
  padding-bottom: 0;
}

#r6msq99p23hjm4bu9izj {
  background: url(/files/secondmain_bg.jpg) no-repeat center top / 100%;
  max-height: 1000px;/*セカンドメイン画像の高さ*/
  min-height: calc(1000px * (1300 / 2000));/* 1000＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((1000 - 15) / 2000));/* 1000＝セカンドメイン画像の高さ*/
  margin-bottom: 70px;
  position: relative;/*ボタン位置調整用*/
}

#r6msq99p23hjm4bu9izj div { margin-bottom: 0; padding-bottom: 0;}
#r6msq99p23hjm4bu9izj .easys_content_inner { width: 100%;}



/*ボタン　管理画面ではなくCSSで入れる場合--------------------------------------------*/
/*スマホ用画像非表示*/
#r6msq99p23hjm4bu9izj .eyecatch img{display: none;}

#r6msq99p23hjm4bu9izj .eyecatch{
    display: block;
    position: absolute;
    top: 0;/*marginで調整するためにいったん位置リセット*/
    left: 0;/*marginで調整するためにいったん位置リセット*/
    width: calc(340 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(50 / 1000 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(690 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(1100 / 2000 * 100%);/* 左余白を入力 */
}
#r6msq99p23hjm4bu9izj .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:url(/files/secondmain_btn.jpg)no-repeat center top/100%;
}

/* 上下オンオフの時 */
#r6msq99p23hjm4bu9izj .eyecatch a:hover{
    background-position: center bottom;
}




/* バナー＞業務内容・会社概要
---------------------------------------------------------------------------------------------------- */
#oi1faq6ezimz1jutrcd6{
  background-image: url(/files/block_bg_01.jpg);
}
#oi1faq6ezimz1jutrcd6 .easys_content_inner{
  width: 1200px;
  padding-top: 50px;
}

#oi1faq6ezimz1jutrcd6 .easys_content_inner .img_display .field_2col,
#oi1faq6ezimz1jutrcd6 .easys_content_inner .img_display .float_left .eyecatch,
#oi1faq6ezimz1jutrcd6 .easys_content_inner .img_display .float_right .eyecatch,
#oi1faq6ezimz1jutrcd6 .easys_content_inner .img_display .float_left .eyecatch img,
#oi1faq6ezimz1jutrcd6 .easys_content_inner .img_display .float_right .eyecatch img{
  width: 585px !important;
}

/* バナー＞GATEN・お問い合わせ
---------------------------------------------------------------------------------------------------- */
#gjrqcs274lp50rw9gq2t{
  background-image: url(/files/block_bg_01.jpg);
}
#gjrqcs274lp50rw9gq2t .easys_content_inner{
  width: 1200px;
  padding-top: 50px;
}

#gjrqcs274lp50rw9gq2t .easys_content_inner .img_display .field_2col,
#gjrqcs274lp50rw9gq2t .easys_content_inner .img_display .float_left .eyecatch,
#gjrqcs274lp50rw9gq2t .easys_content_inner .img_display .float_right .eyecatch,
#gjrqcs274lp50rw9gq2t .easys_content_inner .img_display .float_left .eyecatch img,
#gjrqcs274lp50rw9gq2t .easys_content_inner .img_display .float_right .eyecatch img{
  width: 585px !important;
}

#gjrqcs274lp50rw9gq2t.nd01_6, #oi1faq6ezimz1jutrcd6.nd01_6 {
  margin-bottom:60px;
}


