@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}

body {
  background: none #e7fafe;
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

body:not(#page_6)::before {
  display: block;
  content: '';
  width: calc(1860 / 2000 * 100%);
  height: calc(892 / 2000 * 100vw);
  background: url("/files/body_bg.png") no-repeat center top/100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 579.8px;
  max-height: 892px;
  top: calc(70 / 2000 * 100vw);
}


@media(max-width:1300px) {
  body:not(#page_6)::before {
    top: 46px;
  }
}

@media(min-width:2000px) {

  body:not(#page_6)::before {
    top: 70px;
  }
}

body,
.wpcf7c-conf {
  color:
    #25252a;
}

/* 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 #e7fafe;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none #fff;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #1e98d7;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #1e98d7;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (892/2000) + 116px) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1086/2000) + 116px) 0;
  background: none transparent;
}

#branding_box::before {
  display: block;
  content: '';
  width: 100%;
  height: 120px;
  background: #fff;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  z-index: 752;
  top: calc(20 / 892 * 100%);
  left: 220px;
}

#page_6 #site-description {
  top: calc(20 / 1086 * 100%);
}

#site-description a {
  display: inline;
  color:
    #49230b;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  background: url("/files/branding_box_bg.png")no-repeat center top;
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}

*/
/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 751;
  padding: 20px 0 0 0;
  width: 100%;
  height: 120px;
  transition: all 1s;
}

#access.fixed {
  background-color: transparent;
}

#access::before {
  display: block;
  content: '';
  width: 960px;
  height: 120px;
  background: url(/files/topnavi_bg.png) no-repeat center top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}

#access.fixed::before {
  opacity: 1;
}


div#access .menu-header {
  margin: 0 auto;
  width: 820px;
  height: 120px;
}

div#access .menu-item a {
  background-image: none;
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 135px;
  height: 120px;
  margin: 0px;
  padding: 0px;
}

div#access .menu-item a::before,
div#access .menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

div#access .menu-item a::after {
  opacity: 1;
}

div#access .menu-item a:hover::before {
  opacity: 1;
}

div#access .menu-item a:hover::after {
  opacity: 0;
}

div#access .menu-item a::after {
  background: url("/files/topnavi_off.png") no-repeat center top;
}

div#access .menu-item a::before {
  background: url("/files/topnavi_on.png") no-repeat center top;
}

div#access .gnavi11 a,
div#access .gnavi11 a::before,
div#access .gnavi11 a::after {
  background-position: left top;
}

div#access .gnavi12 a,
div#access .gnavi12 a::before,
div#access .gnavi12 a::after {
  background-position: -135px top;
  width: 125px;
}

div#access .gnavi13 a,
div#access .gnavi13 a::before,
div#access .gnavi13 a::after {
  background-position: -260px top;
  width: 130px;
}

div#access .gnavi14 a,
div#access .gnavi14 a::before,
div#access .gnavi14 a::after {
  background-position: -390px top;
  width: 140px;
}

div#access .gnavi15 a,
div#access .gnavi15 a::before,
div#access .gnavi15 a::after {
  background-position: -530px top;
}

div#access .gnavi16 a,
div#access .gnavi16 a::before,
div#access .gnavi16 a::after {
  background-position: right top;
  width: 155px;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 120px;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  /* padding: 0; */
  top: 0;
  bottom: inherit;
  right: 0;
  left: 0;
  /* background: #fff; */
  z-index: 999;
}

#access.fixed .menu-header {
  margin: 0 auto;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 120px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

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: #50aeca;
}

#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: #50aeca;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(70 / 2000 * 100vw);
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: calc(1860 / 2000 * 100%) !important;
  text-align: center;
}

#jquery_slider_pc .viewer::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/pc_slide_catch.png)no-repeat center top/100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

#branding_box::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/branding_box_bg_top.png)no-repeat center bottom/101%;
  position: absolute;
  bottom: 120px;
  z-index: 99;
}

@media(max-width:1300px) {

  #main_teaser,
  #video_teaser,
  #jquery_slider_pc {
    top: 46px;
  }
}

@media(min-width:2000px) {

  #main_teaser,
  #video_teaser,
  #jquery_slider_pc {
    top: 70px;
  }
}


#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1209px;
  max-width: 1860px;
  width: 100%;
}

#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 {
  margin: 0 auto;
  padding-bottom: 50px;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #25252a;
  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:
    #1e98d7;
  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:
    #1e98d7;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 610px;
  background: url(/files/footer_bg.png)repeat-x center top;
}

#footer_box {
  height: 610px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/* 電話番号
--------------------------------------- */
#footer_information .post-data span {
  font-size: 24px;
  font-weight: bold;
}

#footer_information .post-data strong {
  font-size: 30px;
  font-weight: bold;
  color: #f9da4f;
}




/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area {
  position: absolute;
  top: 320px;
  left: calc(50% - 140px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #ffffff;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

#footer_information {
  position: absolute;
  top: 215px;
  left: calc(50% - 549px);
}

#footer_information::after {
  display: block;
  content: '';
  width: 340px;
  height: 100%;
  margin-top: 20px;
  border-bottom: 3px dotted #50aeca;
  margin: 10px auto 0;
}


#footer_information .entry-post {
  width: 409px;
  margin: 0;
  text-align: left;
  padding-left: 96px;
  box-sizing: border-box;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #49230b;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #ffffff;
}

#copyright {
  position: absolute;
  bottom: 170px;
  left: calc(50% - 446px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed-btn {
  width: 207px;
  height: 48px;
  background: url(/files/btn_access.png);
  position: absolute;
  top: 94px;
  left: 95px;
}

.fixed-btn a {
  display: block;
  width: 207px;
  height: 48px;
}

.fixed_btn1 {
  position: fixed;
  bottom: 155px;
  right: 25px;
  width: 110px;
  height: 110px;
  opacity: 0;
  z-index: 999;
  transition: ease-in-out .5s;
}

#fixed_btn_gtn1 {
  width: 100%;
  height: 100%;
  background: url(/files/btn_gaten.png) no-repeat center;
}

#fixed_btn_gtn1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#fixed_btn_gtn1:hover {
  opacity: 0.8;
}

.fixed_btn1.first_view {
  opacity: 1;
}

.fixed_btn_gtn1 a {
  display: block;
  width: 110px;
  height: 110px;
}


/*ヘッダーボタン
----------------------------------------*/
#header_fixed-btn {
  position: fixed;
  top: 70px;
  right: 110px;
  width: 170px;
  height: 120px;
  background: url(/files/btn_bg.png)no-repeat center;
  z-index: 1000;
  display: flex;
  align-items: center;
}

@media(max-width:1400px) {
  #header_fixed-btn {
    right: auto;
    left: calc(50% + 411px);
  }
}

@media(max-width:1316px) {
  #header_fixed-btn {
    right: auto;
    left: 1063px;
  }
}

@media(min-width:2000px) {
  #header_fixed-btn {
    right: auto;
    left: calc(50% + 710px);
  }
}

#header_fixed-btn.fixed {
  top: 20px;
}

#header_fixed-btn div,
#header_fixed-btn div a {
  display: block;
  width: 85px;
  height: 72px;
  top: 50%;
}

#fixed_btn_fb {
  background: url(/files/btn_fb.png) no-repeat center top;
}

#fixed_btn_blog {
  background: url(/files/btn_blog.png) no-repeat center top;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 10px;
  right: 10px;
}

#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:
    #49230b;
  height: 145px;
  line-height: 145px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #49230b;
}

/*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:
    #49230b;
}

/* 見出しリンクボタン */
.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:
    #49230b;
}

/* 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:
    #49230b;
}

* .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:
    #1e98d7;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #1e98d7;
}

/*
* .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:
    #1e98d7;
}

/* 小見出しリンクボタン */
.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:
    #1e98d7;
}

/* 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 transparent;
  color:
    #25252a;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #1e98d7;
}

/* 大きな地図で見る */
small {
  border-color:
    #1e98d7;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #1e98d7 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #1e98d7 !important;
  color: #ffffff !important;
}

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #eff2f7;
  color:
    #25252a;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #1e98d7 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #1e98d7;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

.table_area td.td_name,
.post_data table th {
  border-radius: 30px 0 0 30px;
}

.table_area td.td_value,
.post_data table td {
  border-radius: 0 30px 30px 0;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    #1e98d7;
  background: none transparent;
  color:
    #1e98d7 !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:
    #1e98d7;
  background-color:
    #1e98d7;
}

.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:
    #1e98d7;
  background: none #1e98d7;
  color: #ffffff !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color:
    #1e98d7;
}

/* 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 #1e98d7;
  background-color: transparent;
  color:
    #1e98d7;
}

div.link_list a:hover {
  border: 1px solid #1e98d7;
  background-color:
    #1e98d7;
  color: #ffffff;
}

.faq-title {
  background-color:
    #1e98d7;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #1e98d7;
}

.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:
    transparent;
  color:
    #25252a;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #eff2f6;
  color:
    #25252a;
}

.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:
    #49230b;
}

.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はこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
/* .f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved {
  top: 0;
  opacity: 1;
}
.f_up {
  transform: translate(0px, -100px);
}
.f_down {
  transform: translate(0px, 100px);
}
.f_left {
  transform: translate(-100px, 0px);
}
.f_right {
  transform: translate(100px, 0px);
}
.moved {
  transform: translate(0px, 0px);
} */
/*全体フェードイン　Dブロックは解除*/
/* .easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}
.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  transform: translate(0px, 0px);
  opacity: 1;
} */
/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

#xx1 *[class*="title"],
#xx2 *[class*="title"],
#xx3 *[class*="title"],
#xx4 *[class*="title"],
#xx5 *[class*="title"],
#xx6 *[class*="title"],
#xx7 *[class*="title"],
#xx8 *[class*="title"],
#xx9 *[class*="title"] {
  display: none;
}

#xx1 .entry_post:first-of-type .eyecatch,
#xx2 .entry_post:first-of-type .eyecatch,
#xx3 .entry_post:first-of-type .eyecatch,
#xx4 .entry_post:first-of-type .eyecatch,
#xx5 .entry_post:first-of-type .eyecatch,
#xx6 .entry_post:first-of-type .eyecatch,
#xx7 .entry_post:first-of-type .eyecatch,
#xx8 .entry_post:first-of-type .eyecatch,
#xx9 .entry_post:first-of-type .eyecatch {
  display: none;
}

#xx1 .entry_post:first-of-type .float_left,
#xx1 .entry_post:first-of-type .float_right,
#xx2 .entry_post:first-of-type .float_left,
#xx2 .entry_post:first-of-type .float_right,
#xx3 .entry_post:first-of-type .float_left,
#xx3 .entry_post:first-of-type .float_right,
#xx4 .entry_post:first-of-type .float_left,
#xx4 .entry_post:first-of-type .float_right,
#xx5 .entry_post:first-of-type .float_left,
#xx5 .entry_post:first-of-type .float_right,
#xx6 .entry_post:first-of-type .float_left,
#xx6 .entry_post:first-of-type .float_right,
#xx7 .entry_post:first-of-type .float_left,
#xx7 .entry_post:first-of-type .float_right,
#xx8 .entry_post:first-of-type .float_left,
#xx8 .entry_post:first-of-type .float_right,
#xx9 .entry_post:first-of-type .float_left,
#xx9 .entry_post:first-of-type .float_right {
  float: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block {
  padding-top: 30px;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン＞こんなおこまりごとありませんか？
grzo8qw47qxoqje7yepc
--------------------------------------- */
#grzo8qw47qxoqje7yepc {
  background: url(/files/second_bg.png) no-repeat center top / 100%;
  height: calc(100vw * ((1072 - 15) / 2000));
  max-height: 1072px;
  min-height: calc(1072px * (1300 / 2000));
  margin-bottom: 100px;
  position: relative;
  z-index: 200;
}

#grzo8qw47qxoqje7yepc div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#grzo8qw47qxoqje7yepc .easys_content_inner {
  width: 100%;
}

#grzo8qw47qxoqje7yepc .eyecatch img {
  display: none;
}

#grzo8qw47qxoqje7yepc .eyecatch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(280 / 2000 * 100%);
  height: calc(72 / 1072 * 100%);
  margin-top: calc(920 / 2000 * 100%);
  margin-left: calc(860 / 2000 * 100%);
}

#grzo8qw47qxoqje7yepc .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
}

#grzo8qw47qxoqje7yepc .eyecatch a::before,
#grzo8qw47qxoqje7yepc .eyecatch a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

#grzo8qw47qxoqje7yepc .eyecatch a::after {
  opacity: 1;
}

#grzo8qw47qxoqje7yepc .eyecatch a:hover::before {
  opacity: 1;
}

#grzo8qw47qxoqje7yepc .eyecatch a:hover::after {
  opacity: 0;
}

#grzo8qw47qxoqje7yepc .eyecatch a::after {
  background: url(/files/second_link_off.png) no-repeat center top/100%;
}

#grzo8qw47qxoqje7yepc .eyecatch a::before {
  background: url(/files/second_link_on.png) no-repeat center top/100%;
}

/* バナー＞業務内容／会社概要（※top）
gs8d34g300g5unrvj4c4
--------------------------------------- */
#gs8d34g300g5unrvj4c4 {
  position: relative;
  background: #50aeca;
  height: 550px;
  margin-bottom: 70px;
}

#gs8d34g300g5unrvj4c4::before {
  display: block;
  content: '';
  width: 960px;
  height: 550px;
  background: url(/files/half_bnr_frame.png)no-repeat center top/100%;
  margin: 0 auto;
  z-index: 99;
  position: relative;
  pointer-events: none;
}

#gs8d34g300g5unrvj4c4 .easys_content_inner {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translatex(-50%);
}

#gs8d34g300g5unrvj4c4 .easys_content_inner,
#gs8d34g300g5unrvj4c4 .field_2col {
  height: 320px;
}

#gs8d34g300g5unrvj4c4 .eyecatch,
#gs8d34g300g5unrvj4c4 .eyecatch a {
  display: block;
  width: 100%;
  height: 320px;
}

#gs8d34g300g5unrvj4c4 div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#gs8d34g300g5unrvj4c4 .field_2col {
  position: relative;
  transition: all .3s;
}

#gs8d34g300g5unrvj4c4 .field_2col:hover {
  opacity: .85;
}

#gs8d34g300g5unrvj4c4 .float_left {
  background: url(/files/half_bnr_service.png)no-repeat center;
}

#gs8d34g300g5unrvj4c4 .float_right {
  background: url(/files/half_bnr_about.png)no-repeat center;
}

#gs8d34g300g5unrvj4c4 .eyecatch a img {
  display: none;
}

/* バナー＞お問い合わせ（※top）
a57kajwqb1boobraxcpm
--------------------------------------- */
#a57kajwqb1boobraxcpm {
  margin-bottom: 70px;
  background-color: #f9da4f;
}

#a57kajwqb1boobraxcpm div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#a57kajwqb1boobraxcpm .easys_content_inner {
  height: 550px;
  padding: 0;
  background: url(/files/banner_contact.png) no-repeat center top / 100%;
  transition: all .3s;
}

#a57kajwqb1boobraxcpm .easys_content_inner:hover {
  opacity: .85;
}

#a57kajwqb1boobraxcpm .eyecatch a img {
  display: none;
}

#a57kajwqb1boobraxcpm .eyecatch,
#a57kajwqb1boobraxcpm .eyecatch a {
  display: block;
  position: relative;
  width: 100%;
  height: 550px
}

/* 背景
--------------------------------------- */
#g1tti3n35c1cf5py6q2a {
  background: url(/files/block_01.png);
  padding: 30px 0 0px;
}

#g1tti3n35c1cf5py6q2a .entry_title {
  margin-bottom: 0;
}

#mcjm4i1sgutqg0x0egdd {
  background: url(/files/block_01.png);
  padding: 20px 0 50px;
  margin-bottom: 70px;
}

#n2mqpp7iwq54iq3ws69a,
#mpy4abhjxu3b1qrbjlqt {
  background: #eff2f6;
  padding: 70px 0 50px;
  margin-bottom: 70px;
}

#v5n1dmp9h0gnptqzvuw7,
#qcuh4qk8skagfmr4kxfd {
  background: url(/files/block_01.png);
  padding: 70px 0 50px;
  margin-bottom: 70px;
}

/* 
--------------------------------------- */

/* 
--------------------------------------- */

/* 
--------------------------------------- */

/* 
--------------------------------------- */
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 100px;
  left: calc(50% - 50px);
  width: 610px;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
  width: 300px;
  height: 80px;
  position: absolute;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #ffffff;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0 30px;
}

#footer_sitemap_block #footer-widget-area .btn_arr_1::after {
  top: 10px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#menu-item-59 {
  left: 0;
}

#menu-item-59 a {
  background: url(/files/footer_navi_bg_01.png) no-repeat center top;
}

#menu-item-61 {
  left: 0;
  top: 80px;
}

#menu-item-61 a {
  background: url(/files/footer_navi_bg_03.png) no-repeat center top;
}


#menu-item-60 {
  left: 0;
  top: 160px;
}

#menu-item-60 a {
  background: url(/files/footer_navi_bg_02.png) no-repeat center top;
}


#menu-item-62 {
  left: 0;
  top: 240px;
}

#menu-item-62 a {
  background: url(/files/footer_navi_bg_04.png) no-repeat center top;
}

#menu-item-87 {
  top: 0;
  right: 0;
}

#menu-item-87 a {
  background: url(/files/footer_navi_bg_05.png) no-repeat center top;
}


#menu-item-63 {
  right: 0;
  top: 80px;
}

#menu-item-63 a {
  background: url(/files/footer_navi_bg_06.png) no-repeat center top;
  padding: 20px 0 !important;
}


#menu-item-64 {
  right: 0;
  top: 160px;
}

#menu-item-64 a {
  background: url(/files/footer_navi_bg_07.png) no-repeat center top;
}

#menu-footer_navi .menu-item::before,
#menu-footer_navi .menu-item::after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(/files/footer_link_arr.png) no-repeat center;
}

#menu-footer_navi .menu-item::after {
  right: 40px;
  opacity: 0;
}

#menu-footer_navi .menu-item:hover::before {
  animation: arrow_before 0.5s;
}

#menu-footer_navi .menu-item:hover::after {
  animation: arrow_after 0.5s;
}

/* 矢印画像ホバーギミック */
@keyframes arrow_before {
  20% {
    opacity: 0;
  }

  100% {
    transform: translate(30px, 0);
    opacity: 0;
  }
}

@keyframes arrow_after {
  99% {
    transform: translate(30px, 0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}