@charset "utf-8";

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


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


@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {

  background:url(/files/html_bg.jpg);

}
body {

  background: none transparent;
  /* 游ゴシック */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #4e4541/*要変更：基本テキストカラー*/;
  min-width: 1300px !important;
}
body#page_6 {
  background: none transparent;
/*  background: url("/files/body_bg_top.jpg") no-repeat center top/100%;*/
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block{padding-top: 0px;}

a:link, a:visited, a:hover, a:active {
color: #d84d49/*要変更：リンクテキストカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #d84d49/*要変更：リンクテキストカラー*/;
  color: #fff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 660px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;

}
#page_6 #branding_box {
  height: 1035px;
  background: url("/files/branding_box_bg_top.png") no-repeat center top/100%;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}
#page_6 #header_information {height: 0px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#page_6 #site-description {
    width: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 48vw;
    right: 0px;
  text-align: center;
}

#site-description {
    width: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 30vw;
    right: 0px;
  text-align: center;
}

#site-description a {
  display: inline;
  color: #ffffff/*要変更：H1テキストカラー*/;
}

@media screen and (max-width: 1216px) {
   #page_6 #site-description {
    top: 570px;
}

#site-description {
    top: 360px;
}
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%; /*ロゴ固定時　要変更*/
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 300px;
  height: 250px;
}

/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
display: none;
}



/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/

#main_teaser img {
  display: block;
  min-width: 1300px;
  max-width: 2000px;
  margin: 0 auto;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff/*要変更：widget_title_bgのテキストカラー*/;
  background-image: url(/files/widget_title_bg.png);
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff/*要変更：widget_title_bgのテキストカラー*/;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #4e4541/*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #adaaa1/*要変更：ボーダーカラー*/;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




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

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area {
    display: block;
    width: 370px;
    text-align: right;
}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  top: 160px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: transparent;/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: transparent;/*要変更：フッターメニューのテキストカラー*/;
  color: #919642/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 660px;
}
#footer_information .entry-post {
  width: 100%;
  margin: 100px 0 0;/*住所の上からの位置*/
  text-align: right;
  color: #4e4541/*要変更：フッター住所のテキストカラー*/;

}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff/*要変更：コピーライトのテキストカラー*/;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */




/*画面右下に固定ボタン*/
.fixed_side_btn{
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom:150px;
}
.fixed_side_btn #fixed_btn_line a{
    background: url(/files/btn_line.jpg)no-repeat left top;
    display: block;
    width: 60px;
    height: 130px;
}

.fixed_side_btn #fixed_btn_insta a{
    background: url(/files/btn_insta.jpg)no-repeat left top;
    display: block;
    width: 60px;
    height: 200px;
}

.fixed_side_btn #fixed_btn_line a:hover,
.fixed_side_btn #fixed_btn_insta a:hover
{background-position: right top;}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
h2,h3,h4,h5{
font-family: 'Yuji Syuku', serif;
font-weight: normal !important;
}

.headline_title {
    background-image: url(/files/top_entry_title.png);
    color: #4e4541/*要変更：top_entry_titleのテキストカラー*/;
    padding-top: 40px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #4e4541/*要変更：entry_title_bgのテキストカラー*/;
}
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: #4e4541/*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
  color: #4e4541/*要変更：entry_title_bg_w570のテキストカラー*/;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
  background-position: left bottom;
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #4e4541/*要変更：half_entry_title_bgのテキストカラー*/;
  height: 60px;
  line-height: 27px;
}

* .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: #4e4541/*要変更：half_sub_entry_title_bgのテキストカラー*/;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #4e4541/*要変更：sub_entry_title_bgのテキストカラー*/;

}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #4e4541/*要変更：sub_entry_title_bgのテキストカラー*/;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #4e4541/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {color: #4e4541/*要変更：clom3_sub_entry_titleのテキストカラー*/;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #ddd4c6/*要変更：テーブルのthの背景色*/;
  border: 1px solid transparent/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #4e4541/*要変更：テーブルのthのテキストカラー*/;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #d84d49/*要変更：リンクテキストカラー*/;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #d84d49/*要変更：リンクテキストカラー*/;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #d84d49/*要変更：リンクテキストカラー*/ !important;
}

small a:hover {
  background-color: #d84d49/*要変更：リンクテキストカラー*/ !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
/*------PC*/
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td, /* お問合せ */ 
table > tbody > tr > td.td_name,form > table > tbody > tr > th
{
  background: none #fff !important;
  border: 0 none !important;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th,
table > tbody > tr > td.column1
{
  background: none #ddc39b !important;
  border: 0 none !important;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td,
table > tbody > tr > td.column2
{
  background: none #fff !important;
  border: 0 none !important;
}

.table_area table tr td {
  background: none #fff !important;
  border: 0 none !important;
}
.table_area table, .iqfm-table {
  border-collapse: separate;
  border-spacing: 5px;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #d84d49/*要変更：リンクテキストカラー*/ !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #adaaa1/*要変更：ボーダーカラー*/;
  vertical-align: top;
}

.table_area table tr td {
  background: #fff;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #d84d49/*要変更：リンクテキストカラー*/;
  color: #d84d49/*要変更：リンクテキストカラー*/ !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #d84d49/*要変更：リンクテキストカラー*/;
  border-color: #d84d49/*要変更：リンクテキストカラー*/;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #d84d49/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #d84d49/*要変更：リンクテキストカラー*/;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #adaaa1/*要変更：ボーダーカラー*/;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #d84d49/*要変更：リンクテキストカラー*/;
  color: #d84d49/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #d84d49/*要変更：リンクテキストカラー*/;
  border: 1px solid #d84d49/*要変更：リンクテキストカラー*/;
  color: #fff;
}


.faq-title {
  background-color: #d84d49/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #d84d49/*要変更：テーブルの必須のテキストカラー*/;
}
.iqfm-table button, .iqfm-table input[type="reset"], .iqfm-table input[type="button"], .iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: transparent/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #ddd4c6/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #4e4541/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff/*要変更：テーブルのtdの背景色*/;
  color: #4e4541/*要変更：テーブルのthのテキストカラー*/;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #4e4541/*要変更：blog_titleのテキストカラー*/;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/*PC 背景付きブロックの記事画像 非表示-----------------*/
#q4n6xe06f3hto91sfi0q .entry_post:first-of-type .eyecatch
{display: none;}

/*  float 解除
---------------------------------------------------------------------------------------------------- */
#q4n6xe06f3hto91sfi0q .entry_post:first-of-type .float_left,
#q4n6xe06f3hto91sfi0q .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;}

/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
.easys_content_inner{
  opacity: 0;
  transform: translate(0, 50px);
  transform-origin: center;
  transition: 1s ease;
}
.easys_content_inner.moved2{
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
   opacity: 1;
   transform: translate(0,0);
}

#gudhdalm07qonns9vgcn .easys_content_inner
{
   opacity: 1;
   transform: translate(0,0);
}

#gudhdalm07qonns9vgcn .easys_content_inner.moved2
{
   opacity: 1;
   transform: translate(0,0);
}
/*上下左右フェードインギミック------------------------------------*/
.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: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}
.moved {
  transform: translate(0px, 0px);
}

/*タイトルぼかしギミック------------------------------------*/
#q4n6xe06f3hto91sfi0q #title01,
#sw9c0rhkc416uc8siig6 #title01,
#sw9c0rhkc416uc8siig6 #title02,
#sw9c0rhkc416uc8siig6 #title03,
#sw9c0rhkc416uc8siig6 #title04,
#sw9c0rhkc416uc8siig6 #title05,
#d3eqhx3f7fsi0nvlo7n0 #title01,
#lmbab8qsu1xtoe3ozwhz #title01,
#tds6pljsczv57gfdvlwx #title01,
#g5w1y27z7w0g55fu4i4s #title01,
#asxk5j0e59ztlglc4spa #title01,
#elfnmppvfgzoowcsylz8 #title01,
#g8bsohv542hfz5lhrhvt #title01,
#y7hj8o1qjkskicdo8sme #title01,
#cx9t9i6g7anas5wvysux #title01

{
  opacity: 0 !important;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#q4n6xe06f3hto91sfi0q #title01.img-blur,
#sw9c0rhkc416uc8siig6 #title01.img-blur,
#sw9c0rhkc416uc8siig6 #title02.img-blur,
#sw9c0rhkc416uc8siig6 #title03.img-blur,
#sw9c0rhkc416uc8siig6 #title04.img-blur,
#sw9c0rhkc416uc8siig6 #title05.img-blur,
#d3eqhx3f7fsi0nvlo7n0 #title01.img-blur,
#lmbab8qsu1xtoe3ozwhz #title01.img-blur,
#tds6pljsczv57gfdvlwx #title01.img-blur,
#g5w1y27z7w0g55fu4i4s #title01.img-blur,
#asxk5j0e59ztlglc4spa #title01.img-blur,
#elfnmppvfgzoowcsylz8 #title01.img-blur,
#g8bsohv542hfz5lhrhvt #title01.img-blur,
#y7hj8o1qjkskicdo8sme #title01.img-blur,
#cx9t9i6g7anas5wvysux #title01.img-blur
{
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1 !important;
  transition: .8s !important;
}


@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*  １五感　q4n6xe06f3hto91sfi0q
--------------------------------------------------------------- */

#q4n6xe06f3hto91sfi0q{
  height:1520px;
  position: relative;
  z-index: 200;
  background: url(/files/10top_block01_bg01.png) no-repeat center top / auto scroll,url(/files/10top_block01_para.jpg) no-repeat center center / cover fixed;

}
#q4n6xe06f3hto91sfi0q *[class*="title"]{
    display: none;
}
#q4n6xe06f3hto91sfi0q .text_box{
  position: absolute;
  width: 600px;
  top: 890px;
  left: 0;
}
#q4n6xe06f3hto91sfi0q .text_box .post_data {
  text-align: left;
  color: #fff;
}

/*上下左右フェードイン　画像*/
#q4n6xe06f3hto91sfi0q span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#q4n6xe06f3hto91sfi0q #title01 {
    background: url(/files/10top_block01_title.png) no-repeat center top 165px;
    z-index: 0;
    width: 160px;
    left: calc(50% + 60px);
}

/*from right*/
#q4n6xe06f3hto91sfi0q #bg01 {
    background: url(/files/10top_block01_bg02.png) no-repeat center top 0px;
    z-index: -5;
    width: 1440px;
    right: calc(50% - 1000px);
    top: 330px;
}
/*from left*/
#q4n6xe06f3hto91sfi0q #bg02 {
    background: url(/files/10top_block01_bg05.png) no-repeat center top 0px;
    z-index: -5;
    width: 1070px;
    top: 1270px;
}
/*sakura*/
#q4n6xe06f3hto91sfi0q #bg03 {
    background: url(/files/10top_block01_bg03.png) no-repeat center top 0px;
    z-index: -4;
    width: 730px;
    top: -50px;
    left: calc(50% - 80px);
    animation: 10s ease 0s infinite both swing_leaf;
    transform-origin: top right;
}

@keyframes swing_leaf {
  20% {transform: rotate(-32deg);}
  40% {transform: rotate(0deg);}
  60% {transform: rotate(0.5deg);}
  80% {transform: rotate(-1deg);}
  to {transform: rotate(0deg);}
}


/*character*/
#q4n6xe06f3hto91sfi0q #bg04 {
  background: url(/files/10top_block01_bg04.png) no-repeat center top 0px;
  z-index: -1;
}

/*  2　愉しむ　sw9c0rhkc416uc8siig6
--------------------------------------------------------------- */
#sw9c0rhkc416uc8siig6{
  height:2150px;
  position: relative;
  z-index: 200;
  background: url(/files/10top_block02_bg.jpg) no-repeat center top;

}
#sw9c0rhkc416uc8siig6 *[class*="title"]{
    display: none;
}
/* ==============　記事 */

#sw9c0rhkc416uc8siig6 .sub_post.f_down 
{
  transition-delay: 450ms;
}

#sw9c0rhkc416uc8siig6 .sub_post_texts {
    position: absolute;
    width: 400px;
    top: 300px;
    left: calc(50% - 50px);
    text-align: center;
}

#sw9c0rhkc416uc8siig6 .sub_post_1 {
    position: absolute;
    width: 400px;
    top: 390px;
    left: -70px;
    text-align: center;
}

#sw9c0rhkc416uc8siig6 .sub_post_2 {
    position: absolute;
    width: 400px;
    top: 870px;
    left: 290px;
    text-align: center;
}

#sw9c0rhkc416uc8siig6 .sub_post_3 {
    position: absolute;
    width: 400px;
    top: 1270px;
    left: -70px;
    text-align: center;
}

#sw9c0rhkc416uc8siig6 .sub_post_4 {
    position: absolute;
    width: 400px;
    top: 1700px;
    left: 300px;
    text-align: center;
}

/* ==============　タイトル */
/*上下左右フェードイン　画像*/
#sw9c0rhkc416uc8siig6 span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}

#sw9c0rhkc416uc8siig6 #title01 {
    background: url(/files/10top_block02_01title.png) no-repeat center top ;
    z-index: 0;
    width: 400px;
    height: 300px;
    top: 0px;
    left: calc(50% - 60px);
}

#sw9c0rhkc416uc8siig6 #title02 {
    background: url(/files/10top_block02_02title.png) no-repeat center top;
    z-index: 0;
    width: 400px;
    height: 300px;
    top: 425px;
    left: calc(50% - 400px);
}

#sw9c0rhkc416uc8siig6 #title03 {
    background: url(/files/10top_block02_03title.png) no-repeat center top;
    z-index: 0;
    width: 400px;
    height: 300px;
    top: 900px;
    left: calc(50% - 60px);
}

#sw9c0rhkc416uc8siig6 #title04 {
    background: url(/files/10top_block02_04title.png) no-repeat center top;
    z-index: 0;
    width: 400px;
    height: 300px;
    top: 1300px;
    left: calc(50% - 400px);
}

#sw9c0rhkc416uc8siig6 #title05 {
    background: url(/files/10top_block02_05title.png) no-repeat center top;
    z-index: 0;
    width: 400px;
    height: 300px;
    top: 1730px;
    left: calc(50% - 60px);
}

/* ==============　写真 */

#sw9c0rhkc416uc8siig6 #img01.f_down,
#sw9c0rhkc416uc8siig6 #img02.f_down,
#sw9c0rhkc416uc8siig6 #img03.f_down, 
#sw9c0rhkc416uc8siig6 #img04.f_down, 
#sw9c0rhkc416uc8siig6 #img05.f_down
{
  transition-delay: 250ms;
}

#sw9c0rhkc416uc8siig6 #img01 {
    background: url(/files/10top_block02_01img.png) no-repeat center top;
    z-index: 0;
    width: 480px;
    height: 430px;
    top: 0px;
    left: calc(50% - 550px);
}

#sw9c0rhkc416uc8siig6 #img02 {
    background: url(/files/10top_block02_02img.png) no-repeat center top;
    z-index: 0;
    width: 480px;
    height: 430px;
    top: 425px;
    left: calc(50% + 50px);
}

#sw9c0rhkc416uc8siig6 #img03 {
    background: url(/files/10top_block02_03img.png) no-repeat center top;
    z-index: 0;
    width: 480px;
    height: 430px;
    top: 900px;
    left: calc(50% - 550px);
}

#sw9c0rhkc416uc8siig6 #img04 {
    background: url(/files/10top_block02_04img.png) no-repeat center top;
    z-index: 0;
    width: 480px;
    height: 430px;
    top: 1300px;
    left: calc(50% + 50px);
}

#sw9c0rhkc416uc8siig6 #img05 {
    background: url(/files/10top_block02_05img.png) no-repeat center top;
    z-index: 0;
    width: 480px;
    height: 430px;
    top: 1730px;
    left: calc(50% - 550px);
}

/*  3　ご挨拶　d3eqhx3f7fsi0nvlo7n0
--------------------------------------------------------------- */
#d3eqhx3f7fsi0nvlo7n0{
  height:930px;
  position: relative;
  z-index: 200;
  background: url(/files/10top_block03_bg01.jpg) no-repeat center top ;

}
#d3eqhx3f7fsi0nvlo7n0 *[class*="title"]{
    display: none;
}
#d3eqhx3f7fsi0nvlo7n0 .text_box{
  position: absolute;
  width: 480px;
  top: 600px;
  left: 0;
}
#d3eqhx3f7fsi0nvlo7n0 .text_box .post_data {
  text-align: center;
}

/*上下左右フェードイン　画像*/
#d3eqhx3f7fsi0nvlo7n0 span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#d3eqhx3f7fsi0nvlo7n0 #title01 {
    background: url(/files/10top_block03_title.png) no-repeat center top 0px;
    z-index: 0;
    width: 80px;
    height: 150px;
    top: 400px;
    left: calc(50% - 290px);
}
/*from right*/
#d3eqhx3f7fsi0nvlo7n0 #bg01 {
    background: url(/files/10top_block03_bg03.png) no-repeat center top 0px;
    z-index: 1;
    width: 1000px;
    height: 770px;
    left: calc(50% + 10px );
    top: 150px;
}

/*sakura*/
#d3eqhx3f7fsi0nvlo7n0 #bg02 {
    background: url(/files/10top_block03_bg02.png) no-repeat center top 0px;
    z-index: -4;
    width: 620px;
    height: 230px;
    top: 100px;
    left: calc(50% - 480px);

}

#d3eqhx3f7fsi0nvlo7n0 #bg02.swing{
      animation: 2s ease 0s forwards swing_leaf;
    transform-origin: bottom right;
}

@keyframes swing_leaf {
  20% {transform: rotate(-3deg);}
  40% {transform: rotate(0deg);}
  60% {transform: rotate(1deg);}
  80% {transform: rotate(-2deg);}
  to {transform: rotate(0deg);}
}
/*character*/
#d3eqhx3f7fsi0nvlo7n0 #bg03 {
  background: url(/files/10top_block03_bg04.png) no-repeat center top 0px;
  z-index: 2;
}

/*  4　menu　lmbab8qsu1xtoe3ozwhz
--------------------------------------------------------------- */
#lmbab8qsu1xtoe3ozwhz {
    position: relative;
    z-index: 200;
    background: url(/files/10top_block04_bg03.png) no-repeat center top,
  url(/files/10top_block04_bg02.png) no-repeat center bottom,
  url(/files/10top_block04_bg01.jpg) center top;
    padding: 550px 0 150px;
}
#lmbab8qsu1xtoe3ozwhz .easys_content_inner  {
    padding: 80px;
    background: #f9f7f1;
}
#lmbab8qsu1xtoe3ozwhz h2{
    display: none;
}

#lmbab8qsu1xtoe3ozwhz .post_margin{margin-bottom:0;}

/*上下左右フェードイン　画像*/
#lmbab8qsu1xtoe3ozwhz span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#lmbab8qsu1xtoe3ozwhz #title01 {
    background: url(/files/10top_block04_title.png) no-repeat center top;
    z-index: 0;
    width: 80px;
    height: 220px;
    top: 250px;
    left: calc(50% + 300px);
}

/*character*/
#lmbab8qsu1xtoe3ozwhz #bg01 {
    background: url(/files/10top_block04_bg04.png) no-repeat center top 80px;
    z-index: 2;
}

/*  パララックス　gudhdalm07qonns9vgcn
--------------------------------------------------------------- */
#gudhdalm07qonns9vgcn {
  background: url(/files/10top_para_bg.png) no-repeat center top / auto scroll,url(/files/10top_para.jpg) no-repeat center center / cover fixed;
  height: 600px;/*任意の高さ*/
}

/*  5　はじめて　tds6pljsczv57gfdvlwx
--------------------------------------------------------------- */
#tds6pljsczv57gfdvlwx{
  height:1960px;
  position: relative;
  z-index: 200;
  background: url(/files/10top_block05_bg01.jpg) no-repeat center top ;

}
#tds6pljsczv57gfdvlwx *[class*="title"]{
    display: none;
}


/*上下左右フェードイン　画像*/
#tds6pljsczv57gfdvlwx span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#tds6pljsczv57gfdvlwx #title01 {
    background: url(/files/10top_block05_title.png) no-repeat center top;
    z-index: 0;
    width: 160px;
    height: 350px;
    top: 143px;
    left: calc(50% - 360px);
}
/*from right*/
#tds6pljsczv57gfdvlwx #bg01 {
    background: url(/files/10top_block05_bg02.png) no-repeat center top 0px;
    z-index: -5;
    width: 670px;
    height: 290px;
    right: calc(50% - 1000px);
    top: -50px;
}
/*from left*/
#tds6pljsczv57gfdvlwx #bg02 {
    background: url(/files/10top_block05_bg03.png) no-repeat center top 0px;
    z-index: -5;
    width: 650px;
    height: 320px;
    top: 400px;
    left: calc(50% - 980px);
}

#tds6pljsczv57gfdvlwx .sub_post_texts {
    position: absolute;
    width: 400px;
    top: 1050px;
    left: 50px;
    text-align: center;
}
#tds6pljsczv57gfdvlwx .sub_post_1 {
    position: absolute;
    width: 400px;
    top: -30px;
    left: 480px;
    text-align: center;
}

#tds6pljsczv57gfdvlwx .sub_post_2 {
    position: absolute;
    width: 400px;
    top: 520px;
    left: 0px;
    text-align: center;
}

#tds6pljsczv57gfdvlwx .sub_post_3 {
    position: absolute;
    width: 400px;
    top: 520px;
    left: 480px;
    text-align: center;
}

/*  6　お客様の声　g5w1y27z7w0g55fu4i4s
--------------------------------------------------------------- */
#g5w1y27z7w0g55fu4i4s{
  height:1620px;
  position: relative;
  z-index: 200;
  background: url(/files/10top_block06_bg.jpg) no-repeat center top ;

}
#g5w1y27z7w0g55fu4i4s *[class*="title"]{
    display: none;
}

/*上下左右フェードイン　画像*/
#g5w1y27z7w0g55fu4i4s span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/* ================== title*/
#g5w1y27z7w0g55fu4i4s #title01 {
    background: url(/files/10top_block06_title.png) no-repeat center top;
    z-index: 0;
    width: 160px;
    height: 300px;
    top: 150px;
    left: calc(50% - 80px);
}

/* ================== 1*/

/*from left*/
#g5w1y27z7w0g55fu4i4s #bg01-l {
    background: url(/files/10top_block06_01left.png) no-repeat center top 0px;
    z-index: -5;
    width: 680px;
    height: 270px;
    left: calc(50% - 1010px);
    top: 410px;
}
/*from right*/
#g5w1y27z7w0g55fu4i4s #bg01-r {
    background: url(/files/10top_block06_01right.png) no-repeat center top 0px;
    z-index: -5;
    width: 1360px;
    height: 270px;
    left: calc(50% - 370px);
    top: 410px;
}

/* ================== 2*/
/*from left*/
#g5w1y27z7w0g55fu4i4s #bg02-l {
    background: url(/files/10top_block06_02left.png) no-repeat center top 0px;
    z-index: -5;
    width: 1360px;
    height: 280px;
    left: calc(50% - 970px);
    top: 660px;
}
/*from right*/
#g5w1y27z7w0g55fu4i4s #bg02-r {
    background: url(/files/10top_block06_02right.png) no-repeat center top 0px;
    z-index: -3;
    width: 680px;
    height: 280px;
    left: calc(50% + 350px);
    top: 660px;
}

/* ================== 3*/
/*from left*/
#g5w1y27z7w0g55fu4i4s #bg03-l {
    background: url(/files/10top_block06_03left.png) no-repeat center top 0px;
    z-index: -5;
    width: 680px;
    height: 270px;
    left: calc(50% - 1010px);
    top: 920px;
}
/*from right*/
#g5w1y27z7w0g55fu4i4s #bg03-r {
    background: url(/files/10top_block06_03right.png) no-repeat center top 0px;
    z-index: -5;
    width: 1360px;
    height: 270px;
    left: calc(50% - 370px);
    top: 920px;
}

/* ================== 4*/
/*from left*/
#g5w1y27z7w0g55fu4i4s #bg04-l {
    background: url(/files/10top_block06_04left.png) no-repeat center top 0px;
    z-index: -5;
    width: 1360px;
    height: 280px;
    left: calc(50% - 970px);
    top: 1150px;
}
/*from right*/
#g5w1y27z7w0g55fu4i4s #bg04-r {
    background: url(/files/10top_block06_04right.png) no-repeat center top 0px;
    z-index: -5;
    width: 680px;
    height: 280px;
    left: calc(50% + 350px);
    top: 1150px;
}

/* ================== 記事*/
#g5w1y27z7w0g55fu4i4s .sub_post.f_down 
{
  transition-delay: 1s;
}

#g5w1y27z7w0g55fu4i4s .sub_post_texts {
    position: absolute;
    width: 730px;
    top: 450px;
    left: calc(50% - 285px);
    text-align: center;
}

#g5w1y27z7w0g55fu4i4s .sub_post_1 {
    position: absolute;
    width: 730px;
    top: 230px;
    left: calc(50% - 500px);
    text-align: center;
}
#g5w1y27z7w0g55fu4i4s .sub_post_2 {
    position: absolute;
    width: 730px;
    top: 505px;
    left: calc(50% - 370px);
    text-align: center;
}

#g5w1y27z7w0g55fu4i4s .sub_post_3 {
    position: absolute;
    width: 730px;
    top: 735px;
    left: calc(50% - 500px);
    text-align: center;
}

/*  blog　asxk5j0e59ztlglc4spa mcjm4i1sgutqg0x0egdd
--------------------------------------------------------------- */
/* ================== title*/

#asxk5j0e59ztlglc4spa {
    position: relative;
    z-index: 200;
    background: url(/files/10top_block07_bg01.png) no-repeat center top;
    padding: 450px 0 0;
}

#asxk5j0e59ztlglc4spa .entry_title {
    background: none transparent;
    padding: 0;
    text-indent: -999px;
    position: absolute;
    top: -200px;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 99;
}
#asxk5j0e59ztlglc4spa .entry_title a {
    width: 100px;
    display: block;
    height: 100px;
    text-indent: -999px;
    position: relative;
}

#asxk5j0e59ztlglc4spa .entry_title 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画像表示*/
#asxk5j0e59ztlglc4spa .entry_title a:hover:before
{opacity: 1;}
/*OFF画像*/
#asxk5j0e59ztlglc4spa .entry_title a
{ background: url("/files/10top_block07_btn.png") no-repeat center top;}
/*ON画像*/
#asxk5j0e59ztlglc4spa .entry_title a:before
{ background: url("/files/10top_block07_btn_on.png") no-repeat center top;}



/*上下左右フェードイン　画像*/
#asxk5j0e59ztlglc4spa span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#asxk5j0e59ztlglc4spa #title01 {
    background: url(/files/10top_block07_title.png) no-repeat center top;
    z-index: 0;
    width: 80px;
    height: 180px;
    top: 60px;
    left: calc(50% - 35px);
}

/* ================== blog*/

#mcjm4i1sgutqg0x0egdd {
    position: relative;
    z-index: 200;
    background: url(/files/10top_block07_bg02.png) no-repeat center bottom;
    padding:0 0 100px;
}

#mcjm4i1sgutqg0x0egdd.nm_01 {
    margin: 0 0 0px;
}

/*  7 faq　elfnmppvfgzoowcsylz8
--------------------------------------------------------------- */
#elfnmppvfgzoowcsylz8 {
    height: 1350px;
    position: relative;
    z-index: 200;
    background: url(/files/10top_block08_bg01.png) no-repeat center top,
    url(/files/10top_block08_bg02.png) no-repeat center bottom,
    #fff;
    padding-top: 200px;
}

/*タイトル、質問一覧*/
#elfnmppvfgzoowcsylz8 #back_anchor_1008 > *[class*="title"],
#elfnmppvfgzoowcsylz8 .anchor_list{
    display: none;
}


/*title*/
#elfnmppvfgzoowcsylz8 #title01 {
    background: url(/files/10top_block08_title.png) no-repeat center top ;
    z-index: 0;
    width: 160px;
    height: 300px;
    position: absolute;
    top: 200px;
    left: calc(50% - 520px);
}

#elfnmppvfgzoowcsylz8 .easys_content_inner {width: 740px; padding-left: 250px;}

/*質問*/
#elfnmppvfgzoowcsylz8 .faq-title{
    float: none;
    width: 740px;
    padding: 0;
    color: #302827;
    font-size: 18px;
    font-weight: bold;
    background: none transparent;
font-weight: normal;
}
#elfnmppvfgzoowcsylz8 .faq-title .q_title{
    position: relative;
    padding: 10px 0 20px 80px;
    width: 740px;
    display: inline-block;
    color: #302827;
}
#elfnmppvfgzoowcsylz8 .faq-title .q_title:before{
    content: "";
    display: block;
    background: url(/files/10top_block08_q.png)no-repeat center bottom;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 1px;/*画像位置調整*/
    left: 1px;/*画像位置調整*/
}

/*答え*/
#elfnmppvfgzoowcsylz8 .text_size_medium{
    float: none;
    width: 740px;
    padding: 0;
}
#elfnmppvfgzoowcsylz8 .text_size_medium .a_content{
    position: relative;
    padding: 10px 0 20px 80px;
    width: 660px;
    display: inline-block;
    color: #302827;
}
#elfnmppvfgzoowcsylz8 .text_size_medium .a_content:before{
    content: "";
    display: block;
    background: url(/files/10top_block08_a.png)no-repeat center bottom;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 10px;/*画像位置調整*/
    left: 1px;/*画像位置調整*/
}

/*飾り線*/
#elfnmppvfgzoowcsylz8 .faq_post:after {
    content: "";
    display: block;
    height: 1px;
    width: 740px;
    position: absolute;
    border-bottom: 1px solid #adaaa1;
}

#elfnmppvfgzoowcsylz8 .faq-title:before {
    content: "";
    display: block;
    height: 70px;
    width: 740px;
    position: absolute;
    border-bottom: 1px dashed #adaaa1;
}

/* [ ? ] bouce in*/
#elfnmppvfgzoowcsylz8 #bg01 {
    background: url(/files/10top_block08_bg03.png) no-repeat center top 2px;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 330px);
    top: 430px;

  opacity: 0;
  transition: 1s ease 0s;
}
#elfnmppvfgzoowcsylz8 #bg01.boucein{
  opacity: 1;
    animation: animScale 3s forwards;
    transform-origin: 50% 50%;
    animation-play-state: running;
}


@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}

/*  8　クーポン　g8bsohv542hfz5lhrhvt
--------------------------------------------------------------- */
#g8bsohv542hfz5lhrhvt{
  position: relative;
  z-index: 200;
  background: 
  url(/files/10top_block09_bg06.png) no-repeat center bottom,
  url(/files/10top_block09_bg01.jpg) repeat-y left top,
  url(/files/10top_block09_bg02.jpg) repeat-y right top;
  padding-top: 500px;
}
#g8bsohv542hfz5lhrhvt *[class*="title"]{
    display: none;
}

/*上下左右フェードイン　画像*/
#g8bsohv542hfz5lhrhvt span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#g8bsohv542hfz5lhrhvt #title01 {
    background: url(/files/10top_block09_title.png) no-repeat center top;
    z-index: 0;
    width: 160px;
    height: 300px;
    top: 175px;
    left: calc(50% - 70px);
}

/*from left*/
#g8bsohv542hfz5lhrhvt #bg01 {
    background: url(/files/10top_block09_bg05.png) no-repeat center top 0px;
    z-index: -4;
    width: 910px;
    height: 300px;
    left: calc(50% - 950px);
    top: 50px;
}

/*from right*/
#g8bsohv542hfz5lhrhvt #bg02 {
    background: url(/files/10top_block09_bg03.png) no-repeat center top 0px;
    z-index: -2;
    width: 710px;
    height: 190px;
    left: calc(50% + 280px);
    top: 280px;
}

/*top*/
#g8bsohv542hfz5lhrhvt #bg03 {
    background: url(/files/10top_block09_bg04.png) no-repeat center top;
    z-index: -1;
    width: 100%;
    height: 500px;
    right: 0;
    top: 0px;
}

/*  9 bnr　y7hj8o1qjkskicdo8sme
--------------------------------------------------------------- */
#y7hj8o1qjkskicdo8sme{
  height:1035px;
  position: relative;
  z-index: 200;
  background: url(/files/10top_block10_bg01.jpg) no-repeat center top ;

}

/*上下左右フェードイン　画像*/
#y7hj8o1qjkskicdo8sme span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#y7hj8o1qjkskicdo8sme #title01 {
    background: url(/files/10top_block10_title.png) no-repeat center top;
    z-index: 0;
    width: 100px;
    height: 250px;
    top: 170px;
    left: calc(50% - 50px);
}
/*SP用　バナーブロック内記事*/
#o74z90v6vca6dnwwdxd0{display: none;}

/*from left*/
#y7hj8o1qjkskicdo8sme #bg01 {
    background: url(/files/10top_block10_bg02.png) no-repeat center top 0px;
    z-index: -4;
    width: 1000px;
    height: 440px;
    left: calc(50% - 985px);
    top: 0;
}
/*from right*/
#y7hj8o1qjkskicdo8sme #bg02 {
    background: url(/files/10top_block10_bg03.png) no-repeat center top 0px;
    z-index: -3;
    width: 1000px;
    right: calc(50% - 1010px);
    top: 0;
}

/*from up*/
#y7hj8o1qjkskicdo8sme #bg03 {
    background: url(/files/10top_block10_bg04.png) no-repeat center top 0px;
    z-index: -2;
    width: 1440px;
    left: calc(50% - 700px);
    top: 0px;
}

#links_y7hj8o1qjkskicdo8sme > div.post_data {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 250px);
    z-index: 999;
    width: 500px;
    text-align: center;
}
/* ================== bnr*/
#y7hj8o1qjkskicdo8sme .easys_content_inner {
    padding-top: 660px; height: 200px;
}


#y7hj8o1qjkskicdo8sme .field_2col,
#y7hj8o1qjkskicdo8sme .eyecatch {
    width: 475px !important;
}
#y7hj8o1qjkskicdo8sme .eyecatch a
{
  display: block;
  position: relative;
  width: 475px !important;
  height: 120px;/*バナー画像高さ*/
}

#y7hj8o1qjkskicdo8sme .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画像表示*/
#y7hj8o1qjkskicdo8sme .eyecatch a:hover:before
{opacity: 1;}


/*OFF画像*/
#y7hj8o1qjkskicdo8sme .float_left a
{ background: url("/files/10top_block10_btn02.jpg") no-repeat center top;}
#y7hj8o1qjkskicdo8sme .float_right a
{ background: url("/files/10top_block10_btn01.jpg") no-repeat center top;}
/*ON画像*/
#y7hj8o1qjkskicdo8sme .float_left a:before
{ background: url("/files/10top_block10_btn02_on.jpg") no-repeat center bottom;}
#y7hj8o1qjkskicdo8sme .float_right a:before
{ background: url("/files/10top_block10_btn01_on.jpg") no-repeat center bottom;}


#y7hj8o1qjkskicdo8sme .eyecatch img
{display: none;}/*固定画面で入れたSPバナー画像非表示*/



/*  10　会社　cx9t9i6g7anas5wvysux
--------------------------------------------------------------- */

#cx9t9i6g7anas5wvysux{
  position: relative;
  z-index: 200;
  background: url(/files/10top_block11_bg01.png) no-repeat center top ;
  padding-top: 450px;
}
#cx9t9i6g7anas5wvysux *[class*="title"]{
    display: none;
}


/*上下左右フェードイン　画像*/
#cx9t9i6g7anas5wvysux span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
/*title*/
#cx9t9i6g7anas5wvysux #title01 {
    background: url(/files/10top_block11_title.png) no-repeat center top;
    z-index: 0;
    width: 60px;
    height: 160px;
    top: 170px;
    left: calc(50% - 30px);
}


.grecaptcha-badge { visibility: hidden; }
