@charset "utf-8";

/*
 * PC用スタイルCSS
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

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


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
scroll-padding-top: 0px; 
background:url("/files/html_bg.png");

}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: none transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #613a11;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;/*2000pxを超える画面の対策*/
}
body#page_6 {
  
  background: none transparent;
}

h2,h3,h4,h5,.widget-title2,.entry_title{font-family: 'Noto Serif JP', serif;}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

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

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



/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: calc(100% * (1035/2000)) 0 0 0;/*メインの高さ*/
  position: relative;
  z-index: 500;
  height: 0;
  background: none transparent;
 background: url("/files/_lp01_brandingbox_bg.png") no-repeat left top/100%;
}

#page_6 #branding_box {
  padding: 0;
}

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



/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 960px;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 20px;
    right: 90px;
    text-align: right;
    z-index: 2;
}

#page_6 #site-description{display: none;}

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

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 300px; 
  margin: 0 ;
  padding: 0;
}
.main_header img ,
.header_class img {
display: none;
}

#page_6 .main_header img {
  position:absolute;
  top: 0;
  right: 0;
  /* margin: calc(50vh - 400px) auto; */
  margin: 50px auto 0;
  left: 0;
  z-index:591;
  width: 180px;
  height: 180px;
  display: block;
  background: url(/files/_lp00_brandning_box.png) no-repeat center top;
}



/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#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,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}


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


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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #613a11;
  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: #666666;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a {
  text-decoration: underline;
  color: #fff;
}
#wp-calendar tbody td a:hover { text-decoration: none; }

#calendar_wrap table tr td#today {
  background-color: #f9a64c;
  color: #fff;
}



/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.png) no-repeat center top;
  height: 420px;
  position: relative;
}
#page_6 #footer_block{
  display: none;
}

#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 420px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area{/*フッターナビの所*/
  display: block;
}

#footer_sitemap_block {
  position: absolute;
  top: 350px;
  left: 0;right: 0;
  margin: 0 auto;
  width: auto;
}

#footer-widget-area .widget-area ul.menu {
  border-color: #613a11;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #613a11;
  color: #613a11;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */

.footer_infomation {
  display: block;
  width: auto;
  position: absolute;
  top: 280px;
  left: 0;right: 0;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin:  0;
  text-align: center;
  color: #613a11;

}

/*  フッター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: #613a11;
  display: block;
  width: auto;
  position: absolute;
  bottom: 0px;
  left: 0;right: 0;
  margin: 0 auto;
  text-align: center;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.lp_btn{
  display: none;
}
#page_18 .lp_btn {
  width: 100px;
  height: 60px;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
}

#page_18 .lp_btn a{
display: block;
width: 100px;
height: 60px;
background: url(/files/_lp_entry_btn.png) no-repeat left top;
padding: 0;
}
#page_18 .lp_btn a:before {
  content: '';
  display: block;
  position: absolute;z-index: 2;
  top: 0;left: 0;opacity: 0;
  width: 100%;height: 100%;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
  background: url('/files/_lp_entry_btn_on.png') no-repeat center top/100%;
  }
#page_18 .lp_btn a:hover:before{opacity: 1;}



#float_top_btn {
    bottom: 50px;
    position: fixed;
    right: 20px;
    z-index: 999;
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #613a11;
  padding-top: 20px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #613a11;
}
/*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: #613a11;
}
/* 見出しリンクボタン */
.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: #613a11;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #ffffff;
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: #613a11;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #613a11;
}
/*
* .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: #613a11;
}
/* 小見出しリンクボタン */
.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: #613a11;
}

/* 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 /*table枠線*/;
  border-radius: 5px;
  background: none #ffffff;
  color: #613a11;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

small a:hover {
  background-color: #f9a64c !important;
  color: #ffffff !important;
}

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

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


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

small a:hover {
  background-color: #f9a64c !important;
  color: #ffffff !important;
}






/*  テーブル
---------------------------------------------------------------------------------------------------- */
/*--------------------------bg */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #ffffff;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}
table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 4px !important;}

 
td.td_name,
td.column1,
.iqfm-table th{
  border-radius: 10px 0 0 10px;
}
td.td_value,
td.column2,
#u1tcqjtpl5ipxah9xr8s  td.column3,
.iqfm-table td{
  border-radius: 0 10px 10px 0; 
}

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

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

.table_area table tr td {
  background: none transparent;
}




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

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




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

.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

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


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

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */



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

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


/*  扉
#f31ie03wamewtal78akn
--------------------------------------------------------------- */

#f31ie03wamewtal78akn .easys_content_inner{
  padding:0;
  /* margin: calc(50vh - 170px) auto; */
  margin: 250px auto 0;
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}

#f31ie03wamewtal78akn .margin-bottom_50 {
    margin-bottom: 0px;
}
#f31ie03wamewtal78akn  [class*="field_"]{
  background: url(/files/_lp00_bnr01.png) no-repeat center top ;
  padding: 470px 0 0;
}
#f31ie03wamewtal78akn .eyecatch {
  display: block;
  position: absolute;
  top: 265px;
  left: 0;right: 0;
  margin: 0 auto;
  width: 340px
}
#f31ie03wamewtal78akn .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top:60px;
  height: 0;
}
#f31ie03wamewtal78akn .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

#f31ie03wamewtal78akn .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  background: url(/files/_lp_common_btn_on.png) no-repeat center top;
}
  
#f31ie03wamewtal78akn .eyecatch a:hover img {
  opacity: 0;
}

/*  2nd
#wd31rhi40cl53g6jkvpp
--------------------------------------------------------------- */
#wd31rhi40cl53g6jkvpp .easys_content_inner{width: 100%;}

/*  DB>施設の特徴
#hhqkk5c6vox2qseohkbx
--------------------------------------------------------------- */
#hhqkk5c6vox2qseohkbx {
  position:relative;
  z-index:200;
  background: url(/files/_lp01_block01_top.png) no-repeat center top,
  url(/files/_lp01_block01_bottom.png) no-repeat center bottom,
  url(/files/_lp01_block01_bg.png) repeat center top;
  margin-bottom: 80px;
}

#hhqkk5c6vox2qseohkbx .easys_content_inner{padding: 300px 0 80px;}
#hhqkk5c6vox2qseohkbx *[class*='title']
{width: 480px;font-size: 15px;background: none transparent;position: relative;top: 90px;text-align: left;padding: 0;}
#hhqkk5c6vox2qseohkbx > div > div > div.sub_post.sub_post_1 > h3{
    left: 480px;
}
#hhqkk5c6vox2qseohkbx .text_box {
  margin-bottom: 30px;
}
#hhqkk5c6vox2qseohkbx .sub_post_texts 
{width: 480px;margin-top: 70px;}
#hhqkk5c6vox2qseohkbx .img_box 
{width: 430px;height: 285px;position: relative;overflow: visible;}
#hhqkk5c6vox2qseohkbx .img_box img{border-radius: 33px;}

#hhqkk5c6vox2qseohkbx .img_box:before {
  content:"";
  display:block;
  position:absolute;
  top: -22%;
  right: -15%;
  z-index:2;
  width:130px;
  height:130px;
  background:url("/files/_lp01_block01_point01.png") no-repeat center top;
}
#hhqkk5c6vox2qseohkbx .sub_post_1 .img_box:before{
  background:url("/files/_lp01_block01_point02.png") no-repeat center top;
  left: -15%;
}

#hhqkk5c6vox2qseohkbx .sub_post_2 .img_box:before{
  background:url("/files/_lp01_block01_point03.png") no-repeat center top;
}

#hhqkk5c6vox2qseohkbx .text_box .post_data 
{text-align: left;}



/*  C block
#x8qn7phkrebg6ajswuy7
--------------------------------------------------------------- */
#x8qn7phkrebg6ajswuy7 .entry_post{
  padding: 20px 25px;
  background: #fff;
  box-sizing:border-box;
  border-radius: 30px;
}
#x8qn7phkrebg6ajswuy7 .easys_content_inner {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#x8qn7phkrebg6ajswuy7 *[class*='title']{
  width: 100%;
  font-size: 12px;
  background: #92d666;
  border-radius: 8px;
}

#x8qn7phkrebg6ajswuy7 .clear_float {
    display:none;
}

#x8qn7phkrebg6ajswuy7 .eyecatch {
  width: 100%;
}


/*  DB>インタビュー
#nxs8ud8ir1qsqe6gmzr4
--------------------------------------------------------------- */
#nxs8ud8ir1qsqe6gmzr4 {
  position:relative;
  z-index:200;
  background: url(/files/_lp01_block02_top.png) no-repeat center top,
  url(/files/_lp01_block02_bottom.png) no-repeat center bottom,
  url(/files/_lp01_block02_bg.png);
  margin-bottom: 80px;
  margin-bottom: -30px;
}
#nxs8ud8ir1qsqe6gmzr4 h2{display: none;}

#nxs8ud8ir1qsqe6gmzr4 .easys_content_inner{padding: 300px 0 80px; padding: 200px 0 0;}
#nxs8ud8ir1qsqe6gmzr4 h3{
    background: none transparent;
    width: 100%;
    margin: 0 0 10px;
}

#nxs8ud8ir1qsqe6gmzr4 .sub_post{
  width: 760px;
  background:#fffcf1;
  border-radius: 27px;
  margin-left: 200px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 40px;
  margin-bottom: 80px;
}

#nxs8ud8ir1qsqe6gmzr4 .sub_post:before {
  content:"";
  display:block;
  position:absolute;
  top: 0;
  left: -200px;
  z-index:2;
  width:200px;
  height:240px;
  background:url("/files/_lp_block02_img01.png") no-repeat center top;
}

#nxs8ud8ir1qsqe6gmzr4 .sub_post_0:before {
  background:url("/files/_lp_block02_img01.png") no-repeat center top;
}

#nxs8ud8ir1qsqe6gmzr4 .sub_post_1{
  margin-left: 0px;
  margin-right: 200px;
}

#nxs8ud8ir1qsqe6gmzr4 .sub_post_1:before {
  background:url("/files/_lp_block02_img02.png") no-repeat center top;
  left: unset;
  right: -200px;
}

#nxs8ud8ir1qsqe6gmzr4 .sub_post_2:before {
  background:url("/files/_lp_block02_img03.png") no-repeat center top;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */


/*  リンクなし　大バナー
#ilx7o8ufk10od9x1s0xj
--------------------------------------------------------------- */
#ilx7o8ufk10od9x1s0xj .easys_content_inner{width: 100%;}
#ilx7o8ufk10od9x1s0xj div{margin: 0;padding: 0;}
/*直下のブロック jiusooglop51l49b39q7 */
#jiusooglop51l49b39q7, #gakljxx66baxnamqage0 {background: url(/files/_lp01_block01_bg.png);padding: 0px 0 50px;margin-bottom: 0px;}

/*  【住宅型有料老人ホーム 和(のどか)】のオフィシャルブログ
#a94ev3p7mhytkcr3euzk
--------------------------------------------------------------- */
#a94ev3p7mhytkcr3euzk{position: relative;}
#a94ev3p7mhytkcr3euzk .easys_content_inner{
  padding:0;
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}
#a94ev3p7mhytkcr3euzk  [class*="field_"] {
  padding:580px 0 0;
  background:url(/files/_lp01_bnr02.png) no-repeat center top;
}
#a94ev3p7mhytkcr3euzk .eyecatch {
  display:block;
  position:absolute;
  top:390px;
  left:0;
  right:0;
  width:340px;;
  margin:0 auto;
}
#a94ev3p7mhytkcr3euzk .eyecatch a {
display: block;
position: relative;
overflow: hidden;
padding-top:60px;
height: 0;
}
#a94ev3p7mhytkcr3euzk .eyecatch a img {
opacity: 1;
position: absolute;
top: 0;
left: 0;
transition: 0.3s;
}

#a94ev3p7mhytkcr3euzk .eyecatch a {
display: block;
position: relative;
overflow: hidden;
background: url(/files/_lp_common_btn_on.png) no-repeat center top;
}

#a94ev3p7mhytkcr3euzk .eyecatch a:hover img {
opacity: 0;
}

#a94ev3p7mhytkcr3euzk::before {
  content:"";
  display:block;
  position:absolute;
  top:130px;
  left:calc(50% - -65px);
  z-index:1;
  width:350px;
  height:90px;
  animation:fuwafuwa ease-out 2s infinite;
  background:url(/files/_lp01_bnr_hukidashi.png) no-repeat center top;
}
@keyframes fuwafuwa {
  0% {transform: translateY(0);}
  50%{transform: translateY(-10px);}
  100%{transform: translateY(0);}
}