@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: url("/files/html_bg.jpg") repeat center top #f8ecd8;
}
body {
  background: none transparent;
  color: #000000;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}
body#page_403 {
  background: url("/files/body_bg_top.jpg") no-repeat center top / 100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_403 #outer_block,
#page_408 #outer_block,
#page_407 #outer_block,
#page_406 #outer_block {
  padding: 0;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 47vw;
  padding: 0;
  position: relative;
  z-index: 500;
  background: url(/files/branding_box_bg.png) no-repeat left top 35px;
}
#page_403 #branding_box {
  height: 195px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 25px;
  left: 75px;
}
#site-description a {
  display: inline;
  color: #88553e;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 375px;
  height: 100px;
  margin: 63px 0 0 60px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#menu_btn {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1000;
  width: 100px;
  height: 100px;
  background: url(/files/menu_btn.png) no-repeat center top;
  cursor: pointer;
}
#menu_btn p {display: none;}

#access {
  width: 960px;
  height: 0;
  margin: 0 auto;
  position: fixed;
  top: 24px;
  right: 135px;
  transition: 0.5s ease 0.05s;
  overflow: hidden;
}
#access.close {height: 0;}
#access.open {height: 100px;}
#access .menu-header {
  height: 100px;
  background-color: rgba(252,239,168,0.85);
}
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url(/files/topnavi.png);
  background-color: transparent;
  height: 100px;
  line-height: 100px;
  padding: 0;
}
div#access .gnavi21 a { background-position: left top; width: 130px; }
div#access .gnavi22 a { background-position: -130px top; width: 135px; }
div#access .gnavi23 a { background-position: -275px top; width: 145px; }
div#access .gnavi24 a { background-position: -420px top; width: 150px; }
div#access .gnavi25 a { background-position: -570px top; width: 135px; }
div#access .gnavi26 a { background-position: -705px top; width: 120px; }
div#access .gnavi27 a { background-position: right top; width: 145px; }

div#access .gnavi21 a:hover { background-position: left bottom; }
div#access .gnavi22 a:hover { background-position: -130px bottom; }
div#access .gnavi23 a:hover { background-position: -275px bottom; }
div#access .gnavi24 a:hover { background-position: -420px bottom; }
div#access .gnavi25 a:hover { background-position: -570px bottom; }
div#access .gnavi26 a:hover { background-position: -705px bottom; }
div#access .gnavi27 a:hover { background-position: right bottom; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#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: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#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: #666;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser {
  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使用時 */
#video_teaser {
  margin: 0;
  top: 0;
  width: 101% !important;

}

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



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #443023;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #443023;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #443023;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png);
  padding: 20px 0 0 10px;
}

#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: #443023;
  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: 590px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 550px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 0;
  position: absolute;
  top: 430px;
  width: 100%;
}
#footer-widget-area {
  display: block;
  width: 500px;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #562607;
  display: -ms-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  flex-grow: 1;
  flex-shrink: 1;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #562607;
  color: #562607;
  padding: 0 20px;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 305px 0 0;
  text-align: center;
  color: #000000;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #000000;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
#float_top_btn {bottom: 20px;}

.fixed_btn {z-index: 1000;bottom: 290px;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}


#fixed_btn_contact {
  width: 200px;
  height: 180px;
  position: fixed;
  z-index: 1001;
  right: 10px;
  bottom: 110px;
}
#fixed_btn_contact a {transition: 0.2s;}
#fixed_btn_contact a:hover {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: #443023;
  height: 250px;
  line-height: 360px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #443023;
  padding: 0 0 0 40px;
  width: 920px;
}
.entry_title h3 {width: 800px;}
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: #443023;
}
/* 見出しリンクボタン */
.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: #443023;
  padding: 0;
  width: 570px;
  text-align: center;
}


/* 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: #443023;}

* .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: #443023;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #443023;
  padding: 0 0 0 40px;
  width: 920px;
}
.sub_entry_title h4 {width: 800px;}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #443023;
}
/* 小見出しリンクボタン */
.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: #443023;
  padding: 0 0 0 55px;
  width: 515px;
}


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



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

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


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

small a:hover {
  background-color: #443023;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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 /* お問合せ */ {
  border: none;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #ffffff;
  color: #443023;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none #ffffff;
  color: #443023;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #443023;
  vertical-align: top;
}

.table_area table tr td {
  border: none !important;
  background: none #ffffff !important;
  color: #443023 !important;
}

.table_area table, .iqfm-table { border-collapse: separate; border-spacing : 0 8px;}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #000000;
  color: #000000 !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: #000000;
  border-color: #000000;
}
.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 #000000;
  border-style: solid;
  border-color: #000000;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #443023;
}


/* 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 #000000;
  color: #000000;
}
div.link_list a:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}


.faq-title {
  background-color: #443023;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #634705;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .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: #443023;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #443023;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.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;
  text-align: center;
  width: 660px;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #443023;}


/* ブログ記事一覧 横並び　※最新3件表示 */
#gbza1okj6ngkra1qpr1h .easys_content_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 776px;
}
#gbza1okj6ngkra1qpr1h .blog_post {
  width: 240px;
  display: block;
  position: relative;
  border: none;
  margin: 0 28px 0 0;
}
#gbza1okj6ngkra1qpr1h .blog_post:last-of-type {margin: 0;}
#gbza1okj6ngkra1qpr1h .blog_list_text_size {width: 100%;}
#gbza1okj6ngkra1qpr1h .blog_thumb {
  float: none;
  width: 200px;
  min-height: 200px;
  position: absolute;
  top: 0;
  left: 20px;
  overflow: hidden;
  border-radius: 50%;
}
#gbza1okj6ngkra1qpr1h .blog_thumb img {width: 200px;height: 200px;object-fit: cover;}
#gbza1okj6ngkra1qpr1h .post_data {margin: 220px 0 0;}
#gbza1okj6ngkra1qpr1h span.date_area {display: block;text-align: center;}/*記事日付*/
#gbza1okj6ngkra1qpr1h .post_title_list {line-height: 1.6;margin: 10px 0;text-align: center;}/*記事タイトル*/
#gbza1okj6ngkra1qpr1h span.news_small_text {/* 記事本文 */
  display: block;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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はこちらに記述↓↓ ============================== */

/*  記事のアニメーション
---------------------------------------------------------------------------------------------------- */
.fadeup,
.easys_content.fadeup::before {
  height: 100%;
  opacity: 0;
  transform: translate(0, 100px);
  transform-origin: center;
}
.fadeup.moved,
.easys_content.fadeup.moved::before {
  opacity: 1;
  transform: none;
  transition: 0.8s ease 0.1s;
}
/*デザインブロック背景用*/
.easys_content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.easys_content::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*  共通バナー
---------------------------------------------------------------------------------------------------- */
.nd_01 .eyecatch {display: block;width: 100%;}

/*お問い合わせバナー（大） ----------------------*/
#hfnjl4yvu7p5dtz0ikwg,
#n6rvkivfayxz9bjj1qx2,
#y7i6fcu531z2hadhsiwe,
#au7aqp1c3mfqv3d39985 {
  position: relative;
  height: 550px;
  overflow: hidden;
}
#hfnjl4yvu7p5dtz0ikwg .easys_content_inner,
#n6rvkivfayxz9bjj1qx2 .easys_content_inner,
#y7i6fcu531z2hadhsiwe .easys_content_inner,
#au7aqp1c3mfqv3d39985 .easys_content_inner {
  width: 100%;
  height: 550px;
  background: url(/files/contact_bg.png) no-repeat center top;
  padding: 0;
}
#hfnjl4yvu7p5dtz0ikwg a,
#n6rvkivfayxz9bjj1qx2 a,
#y7i6fcu531z2hadhsiwe a,
#au7aqp1c3mfqv3d39985 a {
  top: 350px;
  left: calc(50% - 492px);
  display: block;
  width: 300px;
  height: 100px;
  background: url(/files/link_text_bg02.png) no-repeat left top;
  position: relative;
}
#hfnjl4yvu7p5dtz0ikwg a::before,
#n6rvkivfayxz9bjj1qx2 a::before,
#y7i6fcu531z2hadhsiwe a::before,
#au7aqp1c3mfqv3d39985 a::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(/files/link_btn_icon.png) no-repeat center top;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateZ(0);
}
#hfnjl4yvu7p5dtz0ikwg a:hover::before,
#n6rvkivfayxz9bjj1qx2 a:hover::before,
#y7i6fcu531z2hadhsiwe a:hover::before,
#au7aqp1c3mfqv3d39985 a:hover::before {
  animation: hvr-icon-wobble-horizontal 1s ease-in-out 1;
}
#hfnjl4yvu7p5dtz0ikwg a img,
#n6rvkivfayxz9bjj1qx2 a img,
#y7i6fcu531z2hadhsiwe a img,
#au7aqp1c3mfqv3d39985 a img {
  opacity: 0;
  width: 100%;
  height: 100%;
}



/*  float 解除
---------------------------------------------------------------------------------------------------- */
/*top*/
#baam5psjte6x2gibxln4 .entry_post:first-of-type .float_left, #baam5psjte6x2gibxln4 .entry_post:first-of-type .float_right,
#ujd4irpmfbr39nfmz8d9 .entry_post:first-of-type .float_left, #ujd4irpmfbr39nfmz8d9 .entry_post:first-of-type .float_right,
#ncgogolrmmi828rhd7mv .entry_post:first-of-type .float_left, #ncgogolrmmi828rhd7mv .entry_post:first-of-type .float_right,
/*有料老人ホーム*/
#t0551qal0umei3odh99g .entry_post:first-of-type .float_left, #t0551qal0umei3odh99g .entry_post:first-of-type .float_right,
/*訪問介護*/
#pu1h618gpo7nsmjbuyq1 .entry_post:first-of-type .float_left, #pu1h618gpo7nsmjbuyq1 .entry_post:first-of-type .float_right,
/*採用情報*/
#pe1q2067mjsovc1kaknm .entry_post:first-of-type .float_left, #pe1q2067mjsovc1kaknm .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;}


/*  記事内リンクボタンcssリセット
---------------------------------------------------------------------------------------------------- */
#baam5psjte6x2gibxln4 .main_btn a,
#ujd4irpmfbr39nfmz8d9 .main_btn a,
#ncgogolrmmi828rhd7mv .main_btn a {
  border-radius: 0;
  padding: 0;
  width: 300px;
  height: 100px;
  display: block;
  text-indent: -9999px;
  background: url(/files/link_text_bg.png) no-repeat center top transparent;
  position: relative;
}
#baam5psjte6x2gibxln4 .main_btn a::before,
#ujd4irpmfbr39nfmz8d9 .main_btn a::before,
#ncgogolrmmi828rhd7mv .main_btn a::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(/files/link_btn_icon.png) no-repeat center top;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateZ(0);
}
#baam5psjte6x2gibxln4 .main_btn a:hover::before,
#ujd4irpmfbr39nfmz8d9 .main_btn a:hover::before,
#ncgogolrmmi828rhd7mv .main_btn a:hover::before {
  animation: hvr-icon-wobble-horizontal 1s ease-in-out 1;
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {transform: translateX(6px);}
  33.3% {transform: translateX(-5px);}
  49.95% {transform: translateX(4px);}
  66.6% {transform: translateX(-2px);}
  83.25% {transform: translateX(1px);}
  100% {transform: translateX(0);}
}


/*  top デザイン記事ブロック キャラクターのアニメーション
---------------------------------------------------------------------------------------------------- */
#ujd4irpmfbr39nfmz8d9::after,
#ncgogolrmmi828rhd7mv::after {
  content: '';
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  animation: chara_anime 1.5s ease-in-out 0s infinite alternate;
}
@keyframes chara_anime {
  0% { transform: translate(0); }
  100% { transform: translate(0, -15px); }
}


/* =================================================================================================
   ■ トップページ
---------------------------------------------------------------------------------------------------- */
/*  ラプトの特徴
---------------------------------------------------------------------------------------------------- */
/*タイトル -------------------------*/
#s5c8iovwtn01n8oac4uw {
  background: url(/files/top_bg_1_middle.png) repeat-y center top;
  height: 320px;
  margin: 113px 0 0;
  position: relative;
  overflow: visible;
}
#s5c8iovwtn01n8oac4uw::before {
  content: '';
  display: block;
  width: 100%;
  height: 113px;
  background: url(/files/top_bg_1_top.png) no-repeat center top;
  position: absolute;
  top: -113px;
  left: 0;
}
#s5c8iovwtn01n8oac4uw .easys_content_inner {
  width: 100%;
  background: url(/files/top_bg_title.png) no-repeat center top;
  height: 300px;
  overflow: hidden;
}
#s5c8iovwtn01n8oac4uw [class*="title"] {opacity: 0;}

/*3列記事 -------------------------*/
#tb3g8nc0tnm9u97w6cpg {
  background: url(/files/top_bg_1_middle.png) repeat-y center top;
}
#tb3g8nc0tnm9u97w6cpg .eyecatch a {pointer-events: none;}

/*リンク -------------------------*/
#baam5psjte6x2gibxln4 {
  background: url(/files/top_bg_1_middle.png) repeat-y center top;
  height: 100px;
  position: relative;
  margin: 0 0 150px;
  overflow: visible;
}
#baam5psjte6x2gibxln4::after {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
  background: url(/files/top_bg_1_bottom.png) no-repeat center bottom;
  position: absolute;
  bottom: -150px;
  left: 0;
}
#baam5psjte6x2gibxln4 .main_btn {
  margin: 0;
  padding: 0;
}
#baam5psjte6x2gibxln4 .main_btn a {margin:  0 auto;}


/*  安心して笑顔で過ごせる生活をお約束します
---------------------------------------------------------------------------------------------------- */
#ujd4irpmfbr39nfmz8d9 {
  height: 1000px;
}
#ujd4irpmfbr39nfmz8d9::before {background: url(/files/top_bg_2.png) repeat-y center top;}
#ujd4irpmfbr39nfmz8d9 .entry_post:first-of-type [class*="title"],
#ujd4irpmfbr39nfmz8d9 .entry_post:first-of-type .eyecatch {display: none;}
#ujd4irpmfbr39nfmz8d9 .easys_content_inner {margin-top: 635px;height: auto;}
#ujd4irpmfbr39nfmz8d9 .text_box {width: 480px;}
#ujd4irpmfbr39nfmz8d9 .main_btn {
  margin: 0 0 0 -72px;
  padding: 0;
}
#ujd4irpmfbr39nfmz8d9::after {
  background: url(/files/bee_illustrat01.png) no-repeat center top;
  left: calc(50% - 182px);
}


/*  本当に望んでいるケアをご提供します
---------------------------------------------------------------------------------------------------- */
#ncgogolrmmi828rhd7mv {
  height: 1000px;
}
#ncgogolrmmi828rhd7mv::before {background: url(/files/top_bg_3.png) repeat-y center top;}
#ncgogolrmmi828rhd7mv .entry_post:first-of-type [class*="title"],
#ncgogolrmmi828rhd7mv .entry_post:first-of-type .eyecatch {display: none;}
#ncgogolrmmi828rhd7mv .easys_content_inner {margin-top: 490px;height: auto;}
#ncgogolrmmi828rhd7mv .entry_post {
  width: 300px;
  margin: 0 0 0 auto;
  display: block;
}
#ncgogolrmmi828rhd7mv .main_btn {
  margin: 0 -100px 0 0;
  padding: 0;
}
#ncgogolrmmi828rhd7mv .main_btn a {margin: 0 0 0 auto;}

#ncgogolrmmi828rhd7mv::after {
  background: url(/files/bee_illustrat02.png) no-repeat center top;
  left: calc(50% - 70px);
}


/*  採用情報バナー（大）
---------------------------------------------------------------------------------------------------- */
#zxpdui2q5uki2o3h9v4w {}
#zxpdui2q5uki2o3h9v4w .easys_content_inner {width: 100%;}
#zxpdui2q5uki2o3h9v4w a {display: block;}
#zxpdui2q5uki2o3h9v4w a img {
  transition: 0.4s ease-in-out;
  transform: scale(1);
}
#zxpdui2q5uki2o3h9v4w a:hover img {
  opacity: 1;
  transform: scale(0.95);
}


/*Youtubeバナー
---------------------------------------------------------------------------------------------------- */
#kd3jqr1g5mu0ki1v8uc5 {}
#kd3jqr1g5mu0ki1v8uc5 .easys_content_inner {width: 100%;}
#kd3jqr1g5mu0ki1v8uc5 a {display: block;}
#kd3jqr1g5mu0ki1v8uc5 a img {
  transition: 0.4s ease-in-out;
  transform: scale(1);
}
#kd3jqr1g5mu0ki1v8uc5 a:hover img {
  opacity: 1;
  transform: scale(0.95);
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#vkjz2i9a4fjhfq9pw32f {
  background: none rgba(253,236,111,0.5);
  padding: 65px 0 25px;
}
#vkjz2i9a4fjhfq9pw32f [class*="title"] {
  padding: 0;
  width: 960px;
  height: 250px;
  background: url(/files/top_blog_title.png) no-repeat center top;
  margin: 0;
}
#vkjz2i9a4fjhfq9pw32f [class*="title"] h3,
#vkjz2i9a4fjhfq9pw32f [class*="title"] h4 {display: none;}
#vkjz2i9a4fjhfq9pw32f [class*="title"] span {
  float: none;
  width: 415px;
  height: 125px;
  display: block;
  margin: 66px 57px 0 auto;
}
#vkjz2i9a4fjhfq9pw32f [class*="title"] span a {
  background: none transparent;
  width: 100%;
  height: 100%;
  display: block;
}

/*RSS*/
#gbza1okj6ngkra1qpr1h {
  background: none rgba(253,236,111,0.5);
  padding: 0 0 100px;
}


/* =================================================================================================
   ■ 施設概要
---------------------------------------------------------------------------------------------------- */
/*  ラプトの特徴
---------------------------------------------------------------------------------------------------- */
#vkhkzyx8pm39zf8855mi {
  background: none rgba(253,236,111,0.5);
  height: 270px;
  padding: 100px 0 0;
  overflow: hidden;
}
#vkhkzyx8pm39zf8855mi .easys_content_inner {
  background: url(/files/p2_gallery_title.png) no-repeat center top;
}
#vkhkzyx8pm39zf8855mi [class*="title"] {opacity: 0;}

#u1o09o0fiey3lx8ygfld {
  background: none rgba(253,236,111,0.5);
  padding: 0 0 50px;
  margin: 0 0 50px;
}

/*  会社概要
---------------------------------------------------------------------------------------------------- */
#ff7vco0cbox6gnu089o8 {
  background: none rgba(255,255,255,0.5);
  overflow: hidden;
  padding: 30px 0 0;
}


/* =================================================================================================
   ■ スタッフ紹介
---------------------------------------------------------------------------------------------------- */
/*  スタッフ紹介
---------------------------------------------------------------------------------------------------- */
#pntk0ps7oslwjtocjhhk,
#jhssnndjfnagwfp0fqyt {
  background: none rgba(253,236,111,0.5);
  overflow: hidden;
}
#pntk0ps7oslwjtocjhhk {padding: 30px 0 0;}
#jhssnndjfnagwfp0fqyt {margin: 0 0 50px;}


/* =================================================================================================
   ■ 有料老人ホーム
---------------------------------------------------------------------------------------------------- */
/*  お一人でゆっくり、ときには仲間と賑やかに。すべてご入居者さまの自由です。
---------------------------------------------------------------------------------------------------- */
#t0551qal0umei3odh99g {
  height: 600px;
  margin: 0 0 50px;
}
#t0551qal0umei3odh99g::before {background: url(/files/p4_bg.jpg) no-repeat center top;}
#t0551qal0umei3odh99g .entry_post:first-of-type [class*="title"],
#t0551qal0umei3odh99g .entry_post:first-of-type .eyecatch {display: none;}
#t0551qal0umei3odh99g .easys_content_inner {margin-top: 270px;height: auto;}
#t0551qal0umei3odh99g .text_box {width: 440px;}


/*  有料老人ホーム～一日の流れ～
---------------------------------------------------------------------------------------------------- */
#ky4ja5izb1n0oi9bftd3 {
  background: none rgba(253,236,111,0.5);
  overflow: hidden;
  padding: 30px 0 0;
  margin: 0 0 30px;
}


/* =================================================================================================
   ■ 訪問介護
---------------------------------------------------------------------------------------------------- */
/*  施設内にいながら訪問介護サービスを受けていただく事が可能です。
---------------------------------------------------------------------------------------------------- */
#pu1h618gpo7nsmjbuyq1 {
  height: 600px;
  margin: 0 0 50px;
}
#pu1h618gpo7nsmjbuyq1::before {background: url(/files/p5_bg.jpg) no-repeat center top;}
#pu1h618gpo7nsmjbuyq1 .entry_post:first-of-type [class*="title"],
#pu1h618gpo7nsmjbuyq1 .entry_post:first-of-type .eyecatch {display: none;}
#pu1h618gpo7nsmjbuyq1 .easys_content_inner {margin-top: 230px;height: auto;}
#pu1h618gpo7nsmjbuyq1 .text_box {
  width: 480px;
  margin: 0 0 0 auto;
}

/*  一日の流れ
---------------------------------------------------------------------------------------------------- */
#ky4ja5izb1n0oi9bftd3 {
  background: none rgba(253,236,111,0.5);
  overflow: hidden;
  padding: 30px 0 0;
  margin: 0 0 30px;
}


/* =================================================================================================
   ■ 採用情報
---------------------------------------------------------------------------------------------------- */
/*  積極的に採用を行なっています
---------------------------------------------------------------------------------------------------- */
#pe1q2067mjsovc1kaknm {
  height: 700px;
  margin: 0 0 50px;
}
#pe1q2067mjsovc1kaknm::before {background: url(/files/p6_bg.jpg) no-repeat center top;}
#pe1q2067mjsovc1kaknm .entry_post:first-of-type [class*="title"],
#pe1q2067mjsovc1kaknm .entry_post:first-of-type .eyecatch {display: none;}
#pe1q2067mjsovc1kaknm .easys_content_inner {margin-top: 365px;height: auto;}
#pe1q2067mjsovc1kaknm .post_data * {text-align: center;}

/*  募集要項
---------------------------------------------------------------------------------------------------- */
#ewegendf8tzivu6cdc36 {
  background: none rgba(253,236,111,0.5);
  overflow: hidden;
  padding: 30px 0 0;
  margin: 0 0 30px;
}

