@charset "utf-8";

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  word-break: break-word;
  /* 游ゴシック */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

body,
.wpcf7c-conf {
  color:
    #4d5403;
}

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

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

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

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

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 120px;
  padding: 0 0 calc(100% * (680/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  padding: 0 0 calc(100% * (915/2000)) 0;
  background: url("/files/branding_box_bg.png") no-repeat center top 120px/100%;
}

#page_6 #branding_box::before {
  display: block;
  content: '';
  width: calc(100vw * (110 / 2000));
  max-width: calc(110px * (2000 / 2000));
  min-width: calc(110px * (1300 / 2000));
  height: calc(100vw * (110 / 2000));
  max-height: calc(110px * (2000 / 2000));
  min-height: calc(110px * (1300 / 2000));
  background: url(/files/branding_box_bg02.png)no-repeat center top/100%;
  position: absolute;
  top: 46%;
  left: calc(35 / 2000 * 100%);
  transform: translateY(-50%);
  animation: 20s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 50px;
  left: 291px;
  z-index: 752;
}

#page_6 #site-description {
  width: 200px;
  top: 39px;
}

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

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

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 290px;
  height: 75px;
  top: 20px;
  left: 0;
  background: url("/files/main_logo.png")no-repeat center top;
}

#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}


/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  /*スライダー下にナビある場合はbottom:0;*/
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 75px;
}

div#access .menu-header {
  margin: 0 0 0 auto;
  width: 805px;
  height: 75px;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 100px;
  height: 75px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -100px top;
}

div#access .gnavi13 a {
  background-position: -200px top;
  width: 80px;
}

div#access .gnavi14 a {
  background-position: -280px top;
}

div#access .gnavi15 a {
  background-position: -380px top;
  width: 130px;
}

div#access .gnavi16 a {
  background-position: -510px top;
  width: 130px;
}

div#access .gnavi17 a {
  background-position: right top;
  width: 165px;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -100px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -200px bottom;
  width: 80px;
}

div#access .gnavi14 a:hover {
  background-position: -280px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -380px bottom;
  width: 130px;
}

div#access .gnavi16 a:hover {
  background-position: -510px bottom;
  width: 130px;
}

div#access .gnavi17 a:hover {
  background-position: right bottom;
  width: 165px;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 75px;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  padding: 0;
  top: 0;
  bottom: inherit;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
}

#access.fixed .menu-header {
  margin: 0 0 0 auto;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 75px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(255, 255, 255, 1);
  color: #4d5403;
}

#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: #4d5403;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255, 255, 255, 1);
  color: #947d20;
}

#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: #947d20;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

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

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #4d5403;
}

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

#wp-calendar {
  border-collapse: separate;
}

#wp-calendar caption {
  text-align: center;
}

/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color:
    #8a8e6c;
  background: none transparent;
  line-height: 2;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color:
    #92bc6c;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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

#footer_box {
  height: 640px;
  background: none;
}

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

#footer_sns_btn {
  position: absolute;
  top: 455px;
  left: 50%;
  transform: translateX(-50%);
}

/*---
#footer_sns_btn .footer_sns_inner {
  width: 60px;
}
---*/

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
#footer_sitemap_block {
  position: absolute;
  top: 400px;
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #ffffff;
}

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

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}

#footer_information .entry-post {
  width: 300px;
  margin: 215px auto 0;
  text-align: center;
}

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

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

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

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

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

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

.fixed_btn div:last-child {
  margin-bottom: 0;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 30px;
  bottom: 30px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

#float_top_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/top_btn02.png) no-repeat center center / cover transparent;
  width: 85px;
  height: 85px;
  animation: roll 20s linear 0s infinite;
  pointer-events: none;
}

@keyframes roll {
  to {
    transform: rotate(-360deg);
  }
}

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

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #4d5403;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #4d5403;
}

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

/* 見出しリンクボタン */
.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:
    #4d5403;
}

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

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

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #4d5403;
}

/*
* .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:
    #4d5403;
}

/* 小見出しリンクボタン */
.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:
    #4d5403;
}

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

* .inline_title,
* .inline_title a {
  color:
    #ffffff;
}

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

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

/* 大きな地図で見る */
small {
  border-color:
    #92bc6c;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #92bc6c !important;
  text-align: center !important;
}

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

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #f5f3ea;
  color:
    #4d5403;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

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

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

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  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:
    #92bc6c;
  background: none transparent;
  color:
    #92bc6c !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:
    #92bc6c;
  background-color:
    #92bc6c;
}

.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:
    #92bc6c;
  background: none #92bc6c;
  color: #ffffff !important;
}

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

/* 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 #92bc6c;
  background-color: transparent;
  color:
    #92bc6c;
}

div.link_list a:hover {
  border: 1px solid #92bc6c;
  background-color:
    #92bc6c;
  color: #ffffff;
}

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

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

/* 必須項目 */
.iqfm-req_color {
  color:
    #92bc6c;
}

.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}

.iqfm-table .post_data {
  margin: 0 0 30px;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color:
    transparent;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    #f5f3ea;
  color:
    #4d5403;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #f5f3ea;
  color:
    #4d5403;
}

.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:
    #4d5403;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

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

.black-screen>.inner {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 70px;
  background: url("/files/loading_bg.jpg") repeat-x;
}

.black-screen>.inner::before {
  display: block;
  content: '';
  width: 150px;
  height: 70px;
  background: url(/files/loading_bg02.png)no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: blink 4s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

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

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

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right,
.f_blur {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_blur {
  filter: blur(15px);
  transition: 1.5s ease 0s;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.moved {
  transform: translate(0px, 0px);
  filter: blur(0);
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
}

.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 60px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.db_block {
  margin-top: 0 !important;
}

.db_block .text_box .margin-bottom_15 {
  margin-bottom: 0;
}

.db_block *[class*="title"] {
  display: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block:not(.shosai #page_6 #outer_block),
#page_81 #outer_block:not(.shosai #page_81 #outer_block),
#page_9 #outer_block:not(.shosai #page_9 #outer_block) {
  padding-top: 0;
}

/*DBボタン一括設定*/
.db_btn {
  display: block;
  width: 480px !important;
  height: 50px !important;
  padding: 0;
  position: relative;
  z-index: 500;
  background: #d7e0cf;
}

.db_btn a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  background: none !important;
  text-indent: -9999px;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}

.db_btn a::before,
.db_btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
}

.db_btn a::after {
  opacity: 1;
}

.db_btn a:hover::before {
  opacity: 1;
}

.db_btn a:hover::after {
  opacity: 0;
}

.db_btn a::after {
  background: url(/files/block_btn_off.png) no-repeat center top;
}

.db_btn a::before {
  background: url(/files/block_btn_on.png) no-repeat center top;
}

.db_btn a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #4d5403;
  transition: width .5s ease-in-out, height .7s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.db_btn a:hover span {
  width: 225%;
  height: 562.5px;
}

.db_btn a:active {
  background-color: #4d5403;
}

/* ===========================================================================
     Top Page
=========================================================================== */
/*バナー＞3連（※top）
l1rxfl1ij7j3c77seiqj
--------------------------------------- */
#l1rxfl1ij7j3c77seiqj {
  position: relative;
}

#l1rxfl1ij7j3c77seiqj::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/3ren_bnr_bg.png)no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  animation: 10s ease 0s infinite both swing_leaf;
  transform-origin: top left;
}

@keyframes swing_leaf {
  20% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(2deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  to {
    transform: rotate(0deg);
  }
}

#l1rxfl1ij7j3c77seiqj .easys_content_inner {
  width: 100%;
  padding: 0;
}

#l1rxfl1ij7j3c77seiqj .eyecatch {
  width: 100%;
}

#l1rxfl1ij7j3c77seiqj .margin-bottom_30,
#l1rxfl1ij7j3c77seiqj .margin-bottom_50 {
  margin-bottom: 0;
}

#l1rxfl1ij7j3c77seiqj .img_display {
  display: flex;
  justify-content: space-between;
}

#l1rxfl1ij7j3c77seiqj .field_1col {
  width: calc(100% / 3) !important;
  position: relative;
}

#l1rxfl1ij7j3c77seiqj .field_1col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

#l1rxfl1ij7j3c77seiqj .field_1col:hover::before {
  opacity: 1;
}

#l1rxfl1ij7j3c77seiqj div:nth-child(1 of [class*="field_"])::before {
  background: url(/files/3ren_concept_bnr_on.png) no-repeat center top / 100%;
}

#l1rxfl1ij7j3c77seiqj div:nth-child(2 of [class*="field_"])::before {
  background: url(/files/3ren_make_bnr_on.png) no-repeat center top / 100%;
}

#l1rxfl1ij7j3c77seiqj div:nth-child(3 of [class*="field_"])::before {
  background: url(/files/3ren_reserve_bnr_on.png) no-repeat center top / 100%;
}

#l1rxfl1ij7j3c77seiqj .eyecatch a img {
  opacity: 1;
}

/*DB>髪に良いコト・キレイに良いコト始めませんか
yac2qvcavx8hsyrg2ul8
--------------------------------------- */
#yac2qvcavx8hsyrg2ul8 {
  position: relative;
}

#yac2qvcavx8hsyrg2ul8,
#yac2qvcavx8hsyrg2ul8 .easys_content_inner,
#yac2qvcavx8hsyrg2ul8 .entry_post {
  height: 745px;
}

#yac2qvcavx8hsyrg2ul8 .text_box {
  width: 430px;
  margin: 353px auto 0 20px;
}

#yac2qvcavx8hsyrg2ul8 .img01 {
  background: url(/files/01_block01_bg01.png) no-repeat center top;
  width: 2000px;
  height: 745px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

#yac2qvcavx8hsyrg2ul8 .img02 {
  background: url(/files/01_block01_bg02.png) no-repeat center top;
  width: 2000px;
  height: 745px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

/*DB>ライフステージごとの理想の自分を叶える
bl9zj1ex21pc06togxmv
--------------------------------------- */
#bl9zj1ex21pc06togxmv {
  position: relative;
}

#bl9zj1ex21pc06togxmv,
#bl9zj1ex21pc06togxmv .easys_content_inner,
#bl9zj1ex21pc06togxmv .entry_post {
  height: 970px;
}

#bl9zj1ex21pc06togxmv .text_box {
  width: 480px;
  margin: 400px 0 0 auto;
}

#bl9zj1ex21pc06togxmv .img01 {
  background: url(/files/01_block02_bg01.png) no-repeat center top;
  width: 2000px;
  height: 970px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

#bl9zj1ex21pc06togxmv .img02 {
  background: url(/files/01_block02_bg02.png) no-repeat center top;
  width: 2000px;
  height: 970px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

#bl9zj1ex21pc06togxmv .post_data {
  margin-bottom: 40px;
}

/*DB>再現性の高いスタイルの似合わせに定評あり
m6xox63lnlhfn12rq21x
--------------------------------------- */
#m6xox63lnlhfn12rq21x {
  position: relative;
}

#m6xox63lnlhfn12rq21x,
#m6xox63lnlhfn12rq21x .easys_content_inner,
#m6xox63lnlhfn12rq21x .entry_post {
  height: 970px;
}

#m6xox63lnlhfn12rq21x .text_box {
  width: 490px;
  margin: 530px auto 0 0px;
}

#m6xox63lnlhfn12rq21x .img01 {
  background: url(/files/01_block03_bg01.png) no-repeat center top;
  width: 2000px;
  height: 970px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

#m6xox63lnlhfn12rq21x .img02 {
  background: url(/files/01_block03_bg02.png) no-repeat center top;
  width: 2000px;
  height: 970px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

/*DB>メイク難民を救う！お悩み別メイクアドバイス（※top）
hai1vttw2p06316fmrhj
--------------------------------------- */
#hai1vttw2p06316fmrhj {
  position: relative;
  color: #fff;
}

#hai1vttw2p06316fmrhj,
#hai1vttw2p06316fmrhj .easys_content_inner,
#hai1vttw2p06316fmrhj .entry_post {
  height: 1530px;
}

#hai1vttw2p06316fmrhj .text_box {
  width: 730px;
  margin: 940px auto 0;
}

#hai1vttw2p06316fmrhj .text_box p {
  text-align: center;
}

#hai1vttw2p06316fmrhj .img01 {
  background: url(/files/01_block04_bg01.jpg) no-repeat center top;
  width: 2000px;
  height: 1530px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

#hai1vttw2p06316fmrhj .img02 {
  background: url(/files/01_block04_bg02.png) no-repeat center top;
  width: 2000px;
  height: 250px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

#hai1vttw2p06316fmrhj .img03 {
  background: url(/files/01_block04_bg03.png) no-repeat center top;
  width: 2000px;
  height: 280px;
  position: absolute;
  top: 346px;
  left: calc(50% - 1000px);
}

#hai1vttw2p06316fmrhj .img04 {
  background: url(/files/01_block04_bg04.png) no-repeat center top;
  width: 2000px;
  height: 1530px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

#hai1vttw2p06316fmrhj .post_data {
  margin-bottom: 40px;
}

#hai1vttw2p06316fmrhj .main_btn {
  margin: 0 auto;
}

/*タイトル＞新着情報
g1tti3n35c1cf5py6q2a
--------------------------------------- */
#g1tti3n35c1cf5py6q2a *[class*="title"] {
  display: none;
}

#mcjm4i1sgutqg0x0egdd .read_more_btn {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */
#mcjm4i1sgutqg0x0egdd {
  position: relative;
  background: url(/files/01_block05_bg01.jpg) no-repeat center top;
  padding-top: 170px;
  padding-bottom: 180px;
  margin-bottom: 0;
}

#mcjm4i1sgutqg0x0egdd .text_box {
  width: 480px;
  margin: 440px 0 0 auto;
}

/*DB>会社概要 (top)
rf8jvyojuils00h86sxy
--------------------------------------- */
#rf8jvyojuils00h86sxy {
  position: relative;
  background: url(/files/01_block06_bg02.png) no-repeat center top/ auto scroll, url(/files/01_block06_bg01.jpg) no-repeat center center / cover fixed;
  padding-top: 770px;
}

#rf8jvyojuils00h86sxy .easys_content_inner {
  position: relative;
  z-index: 1;
}

#rf8jvyojuils00h86sxy::after {
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 1050px);
  background: #fff;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

#rf8jvyojuils00h86sxy .text_box {
  width: 480px;
  margin: 440px 0 0 auto;
}

#rf8jvyojuils00h86sxy::before {
  display: block;
  content: '';
  width: 110px;
  height: 110px;
  background: url(/files/01_block06_bg03.png)no-repeat center top/100%;
  position: absolute;
  top: 505px;
  left: calc(50% - 55px);
  animation: 20s linear infinite rotation1;
}

/*バナー＞ホットペッパービューティー（※top）
dyf5o6xnozyeg67szzl6
--------------------------------------- */
#dyf5o6xnozyeg67szzl6 {
  margin-bottom: 70px;
}

#dyf5o6xnozyeg67szzl6 .easys_content_inner,
#dyf5o6xnozyeg67szzl6 .img_display,
#dyf5o6xnozyeg67szzl6 .eyecatch {
  width: 100%;
  padding: 0;
  position: relative;
}

#dyf5o6xnozyeg67szzl6 .eyecatch a {
  display: block;
}

#dyf5o6xnozyeg67szzl6 .eyecatch::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/reserve_bnr_bg.jpg)no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  transition: all .5s;
}

#dyf5o6xnozyeg67szzl6 .eyecatch:hover::before {
  transform: scale(1.05);
}

#dyf5o6xnozyeg67szzl6 .margin-bottom_30,
#dyf5o6xnozyeg67szzl6 .margin-bottom_50 {
  margin-bottom: 0;
}

#dyf5o6xnozyeg67szzl6 .eyecatch a img {
  opacity: 1;
}

/* ===========================================================================
     Concept
=========================================================================== */
/*DB>地域に愛される生涯サロンとして
oc61sslwp9m0v5ddplho
--------------------------------------- */
#oc61sslwp9m0v5ddplho {
  position: relative;
  background: url(/files/02_block01_bg01.jpg) no-repeat center top;
  color: #fff;
}

#oc61sslwp9m0v5ddplho,
#oc61sslwp9m0v5ddplho .easys_content_inner,
#oc61sslwp9m0v5ddplho .entry_post {
  height: 1370px;
}

#oc61sslwp9m0v5ddplho .text_box {
  width: 460px;
  margin: 550px 0 0 auto;
}

/* ===========================================================================
     Salon item
=========================================================================== */
/* パララックス
ex0u57064qzjq4ei09xq
--------------------------------------- */
#ex0u57064qzjq4ei09xq {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  margin-bottom: 0;
}

#ex0u57064qzjq4ei09xq [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#ex0u57064qzjq4ei09xq .easys_content_inner {
  width: 100%;
  padding: 0;
}

#ex0u57064qzjq4ei09xq .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}

#ex0u57064qzjq4ei09xq::before {
  display: block;
  content: '';
  width: 100%;
  height: calc(100% + 4px);
  background: none;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: -2px;
  box-sizing: border-box;
  pointer-events: none;
}

/* ===========================================================================
     Make up/NAIL
=========================================================================== */
/*DB＞メイク難民を救う！お悩み別メイクアドバイス（make）
hai1vttw2p06316fmrhj
--------------------------------------- */
#page_1012 #hai1vttw2p06316fmrhj .main_btn {
  display: none;
}

/* ===========================================================================
     Information
=========================================================================== */
/*DB>CROSS  OLIVE
e8cokdhcstau5e83523s
--------------------------------------- */
#e8cokdhcstau5e83523s {
  position: relative;
  background: url(/files/06_block01_bg01.jpg) no-repeat center top;
}

#e8cokdhcstau5e83523s,
#e8cokdhcstau5e83523s .easys_content_inner,
#e8cokdhcstau5e83523s .entry_post {
  height: 1180px;
}

#e8cokdhcstau5e83523s .text_box {
  width: 460px;
  margin: 480px 0 0 auto;
}

#e8cokdhcstau5e83523s .img01 {
  background: url(/files/06_block01_bg02.png) no-repeat center top;
  width: 65px;
  height: 80px;
  position: absolute;
  top: 810px;
  left: calc(50% + 414px);
  transform-origin: right top;
  animation: swing 5s infinite;
}

/* 猫ちゃんのしっぽ */
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -8deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}