@charset "utf-8";

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background:
    url("/files/html_bg.jpg") repeat-y center top;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

body,
.wpcf7c-conf {
  color:
    #333333;
}

/* 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:
    #937768;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #937768;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (900/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1000/2000)) 0;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 752;
}

#site-description a {
  display: inline;
  color:
    #dddddd;
  text-align: right;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: none;
  top: calc(215 / 900 * 100%);
  left: calc(1340 / 2000 * 100%);
  width: calc(540 / 2000 * 100%);
  height: calc(130 / 900 * 100%);
}

#page_6 #header_information .main_header a img {
  top: calc(380 / 1000 * 100%);
  left: calc(800 / 2000 * 100%);
  width: calc(500 / 2000 * 100%);
  height: calc(240 / 1000 * 100%);
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}

*/
/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#menu_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

#menu_btn::before,
#menu_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

#menu_btn::after {
  opacity: 1;
}

body.open #menu_btn::before {
  opacity: 1;
}

body.open #menu_btn::after {
  opacity: 0;
}

#menu_btn::after {
  background: url("/files/sp_btn_menu_off.png") no-repeat center top/100%;
}

#menu_btn::before {
  background: url("/files/sp_btn_menu_on.png") no-repeat center top/100%;
}

/* ナビ開閉時に非表示 
---------------------------------------------------------------------------------------------------- */
body.open #float_top_btn,
body.open .fixed_btn,
body.open .main_header img {
  display: none !important;
}

#access {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(/files/topnavi_bg.png) no-repeat center center, url(/files/access_bg.png)no-repeat center top/cover;
  font-size: 0;
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}



/*展開したときの位置*/
#access.open {
  opacity: 1;
  pointer-events: all;
}

/*ナビ部分の位置調整*/
div#access .menu-header {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  width: 140px;
  transform: translatex(-50%);
}

/*ナビを縦並びにするための記述*/
div#access .menu-header #menu-gnavi {
  display: flex;
  flex-flow: column wrap;
  width: 140px;
}

div#access .menu-header #menu-gnavi .menu-item a {
  padding: 0;
  width: 140px;
  height: 45px !important;
}

div#access .menu-item a {
  background: url(/files/topnavi2.png) no-repeat center top;
}

div#access .gnavi11 a,
div#access .gnavi11 a:hover {
  background-position: left top;
}

div#access .gnavi12 a,
div#access .gnavi12 a:hover {
  background-position: left -45px;
}

div#access .gnavi13 a,
div#access .gnavi13 a:hover {
  background-position: left -90px;
}

div#access .gnavi14 a,
div#access .gnavi14 a:hover {
  background-position: left -135px;
}

div#access .gnavi15 a,
div#access .gnavi15 a:hover {
  background-position: left -180px;
}

div#access .gnavi16 a,
div#access .gnavi16 a:hover {
  background-position: left -225px;
}

div#access .gnavi17 a,
div#access .gnavi17 a:hover {
  background-position: left bottom;
}

#access ul.menu ul.sub-menu {
  top: 45px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(255, 255, 255, 0.75);
  color: #333333;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
  color: #333333;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255, 255, 255, 0.75);
  color: #666666;
}

#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: #666666;
}

/*ナビ下線*/
div#access .menu-item a::after {
  position: absolute;
  left: 50%;
  content: '';
  width: 50%;
  height: 1px;
  background: #e3c989;
  bottom: 5px;
  transform: translatex(-50%) scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

div#access .menu-item a:hover::after {
  transform: translatex(-50%) scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

div#access ul.sub-menu li.sub-gnavi2 a:hover {
  text-decoration: none;
}

div#access ul.sub-menu li.sub-gnavi2 a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #e3c989;
  bottom: 0px !important;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

div#access ul.sub-menu li.sub-gnavi2 a:hover::after {
  transform: scale(1, 1);
}

div#access ul.sub-menu li.sub-gnavi {
  border-bottom: none !important;
}

div#access ul.sub-menu li.sub-gnavi a:hover {
  text-decoration: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  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.jpg);
  color:
    #333333;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #333333;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #333333;
  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:
    #8e5f2d;
  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:
    #937768;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 700px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height: 900px;
  background: none;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 290px;
  left: calc(50% + 120px);
}

#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-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #937768;
  padding-right: 5px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #937768;
  padding: 0;
  width: 110px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*ナビ縦*/
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
}

/*ナビ２列*/
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
  align-content: space-between;
  width: 270px;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

#footer_information {
  position: absolute;
  top: 475px;
  left: calc(50% + 250px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #937768;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #937768;
}

/*中央寄せの時*/
#copyright {
  position: absolute;
  bottom: 145px;
  left: calc(50% + 250px);
  margin: 0;
}

/* 中央以外 */
/*
#copyright {
position: absolute;
bottom: 0px;
left: calc(50% - 100px);
}
*/
/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.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 {
  bottom: 20px;
  right: 10px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #333333;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #333333;
}

/*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:
    #333333;
}

/* 見出しリンクボタン */
.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:
    #333333;
}

/* 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:
    #333333;
}

* .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:
    #333333;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #333333;
}

/*
* .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:
    #333333;
}

/* 小見出しリンクボタン */
.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:
    #333333;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #333333;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #8e5f2d;
  border-radius: 5px;
  background: none transparent;
  color:
    #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #937768;
}

/* 大きな地図で見る */
small {
  border-color:
    #937768;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #937768 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #937768 !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-color:
    #8e5f2d;
  border-top: none !important;
  border-right: none !important;
  background: none transparent !important;
  color:
    #333333;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr>*:first-child {
  border-left: none !important;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child>* {
  border-top: none !important;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:last-child>* {
  border-bottom: none !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #8e5f2d !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #8e5f2d;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #8e5f2d !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:
    #937768;
  background: none transparent;
  color:
    #937768 !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:
    #937768;
  background-color:
    #937768;
}

.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:
    #937768;
  background: none #937768;
  color: #ffffff !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color:
    #8e5f2d;
}

/* 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 #937768;
  background-color: transparent;
  color:
    #937768;
}

div.link_list a:hover {
  border: 1px solid #937768;
  background-color:
    #937768;
  color: #ffffff;
}

.faq-title {
  background-color:
    #937768;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #937768;
}

.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:
    #8e5f2d;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    transparent;
  color:
    #333333;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    transparent;
  color:
    #333333;
}

.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:
    #333333;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen>.inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.moved {
  transform: translate(0px, 0px);
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}

.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

#rgjqfzvt0auh7k2xzkc0 *[class*="title"],
#owp7827ky69he1jvob0y *[class*="title"] {
  display: none;
}

#rgjqfzvt0auh7k2xzkc0 .entry_post:first-of-type .eyecatch,
#owp7827ky69he1jvob0y .entry_post:first-of-type .eyecatch {
  display: none;
}

#rgjqfzvt0auh7k2xzkc0 .entry_post:first-of-type .float_left,
#rgjqfzvt0auh7k2xzkc0 .entry_post:first-of-type .float_right,
#owp7827ky69he1jvob0y .entry_post:first-of-type .float_left,
#owp7827ky69he1jvob0y .entry_post:first-of-type .float_right {
  float: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block {
  padding-top: 0;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* DB＞Concept
rgjqfzvt0auh7k2xzkc0
--------------------------------------- */
#rgjqfzvt0auh7k2xzkc0 {
  position: relative;
  background: url(/files/top_block01_bg.png) no-repeat center top;
}

#rgjqfzvt0auh7k2xzkc0 .easys_content_inner {
  width: 1100px;
}

#rgjqfzvt0auh7k2xzkc0,
#rgjqfzvt0auh7k2xzkc0 .easys_content_inner,
#rgjqfzvt0auh7k2xzkc0 .entry_post {
  height: 1300px;
}

#rgjqfzvt0auh7k2xzkc0 .text_box {
  width: 370px;
  margin: 720px 0 0 auto;
}

#rgjqfzvt0auh7k2xzkc0 .post_data {
  margin-bottom: 30px;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn {
  display: block;
  width: 200px;
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 500;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a::before,
#rgjqfzvt0auh7k2xzkc0 .main_btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a::after {
  opacity: 1;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a:hover::before {
  opacity: 1;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a:hover::after {
  opacity: 0;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a::after {
  background: url(/files/top_block01_btn_def.png) no-repeat center top;
}

#rgjqfzvt0auh7k2xzkc0 .main_btn a::before {
  background: url(/files/top_block01_btn_hov.png) no-repeat center top;
}

#rgjqfzvt0auh7k2xzkc0 #bg1_1 {
  background: url(/files/top_block01_ttl.png) no-repeat center top;
  width: 2000px;
  height: 1300px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

/* パララックス
s9kk0drimmv4cj41oftb
--------------------------------------- */
#s9kk0drimmv4cj41oftb {
  background: url(/files/parallax_on.png) no-repeat center center /100%, url(/files/parallax_bg.jpg) no-repeat center center / cover fixed;
  height: calc(100vw * (700 / 2000));
  max-height: calc(700px * (2000 / 2000));
  min-height: calc(700px * (1300 / 2000));
}

#s9kk0drimmv4cj41oftb .easys_content_inner {
  display: none;
}

#s9kk0drimmv4cj41oftb .eyecatch img {
  display: none;
}

/* DB＞System
owp7827ky69he1jvob0y
--------------------------------------- */
#owp7827ky69he1jvob0y {
  position: relative;
  background: url(/files/top_block02_bg.png) no-repeat center top;
  margin-bottom: 70px;
}

#owp7827ky69he1jvob0y .easys_content_inner {
  width: 1100px;
}

#owp7827ky69he1jvob0y,
#owp7827ky69he1jvob0y .easys_content_inner,
#owp7827ky69he1jvob0y .entry_post {
  height: 1500px;
}

#owp7827ky69he1jvob0y .text_box {
  width: 240px;
  margin: 580px auto 0 270px;
}

#owp7827ky69he1jvob0y .post_data {
  margin-bottom: 0;
}

#owp7827ky69he1jvob0y .main_btn {
  display: block;
  width: 200px;
  height: 60px;
  padding: 0;
  position: absolute;
  z-index: 500;
  margin: 0 auto;
  top: 835px;
  left: calc(50% - 270px);
}

#owp7827ky69he1jvob0y .main_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
}

#owp7827ky69he1jvob0y .main_btn a::before,
#owp7827ky69he1jvob0y .main_btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#owp7827ky69he1jvob0y .main_btn a::after {
  opacity: 1;
}

#owp7827ky69he1jvob0y .main_btn a:hover::before {
  opacity: 1;
}

#owp7827ky69he1jvob0y .main_btn a:hover::after {
  opacity: 0;
}

#owp7827ky69he1jvob0y .main_btn a::after {
  background: url(/files/top_block02_btn_def.png) no-repeat center top;
}

#owp7827ky69he1jvob0y .main_btn a::before {
  background: url(/files/top_block02_btn_hov.png) no-repeat center top;
}

#owp7827ky69he1jvob0y #bg2_1 {
  background: url(/files/top_block02_ttl.png) no-repeat center top;
  width: 2000px;
  height: 1500px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
}

/* バナー＞店舗概要／お問い合わせ
ntpcbwibiy1lm0x8u6ke
--------------------------------------- */
#ntpcbwibiy1lm0x8u6ke {
  margin-bottom: 70px;
  background: url(/files/banner_half_bg.jpg) repeat center top;
  padding: 0;
}

#ntpcbwibiy1lm0x8u6ke .easys_content_inner {
  width: calc(1300 / 2000 * 100%);
  padding: 0;
}

#ntpcbwibiy1lm0x8u6ke .field_2col {
  width: calc(600 / 1300 * 100%) !important;
}

#ntpcbwibiy1lm0x8u6ke .float_left {
  padding-bottom: calc(60 / 700 * 100%);
  padding-top: calc(40 / 700 * 100%);
}

#ntpcbwibiy1lm0x8u6ke .float_right {
  padding-top: calc(60 / 700 * 100%);
  padding-bottom: calc(40 / 700 * 100%);
}

#ntpcbwibiy1lm0x8u6ke .eyecatch {
  width: 100%;
}

#ntpcbwibiy1lm0x8u6ke .margin-bottom_30 {
  margin-bottom: 0;
}

#ntpcbwibiy1lm0x8u6ke .eyecatch a img {
  transition: all .3s;
}

#ntpcbwibiy1lm0x8u6ke .eyecatch a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

#ntpcbwibiy1lm0x8u6ke .easys_content_inner,
#ntpcbwibiy1lm0x8u6ke .img_display,
#ntpcbwibiy1lm0x8u6ke .eyecatch,
#ntpcbwibiy1lm0x8u6ke .field_2col {
  overflow: visible !important;
}