@charset "utf-8";

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


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

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

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

  background:#fff;

}

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

body {

  background: none transparent;
  font-family: "游明朝","明朝", serif;
  color: #000/*要変更：基本テキストカラー*/;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  padding-top: 200px;
}


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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 860px;
  padding: 0;
  position: relative;
  z-index: 500;
    background: url("/files/branding_box_bg.png") no-repeat left top/100%;
}
#page_6 #branding_box {
  height: 1160px;
    background: url("/files/branding_box_bg_top.png") no-repeat left top/100%;

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


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 960px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 93%;
    left: 40px;
    text-align: left;
}

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

#page_6 #site-description{
  top: 94%;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 280px; /*ロゴ固定時　要変更*/
  margin: 0 ;
  padding: 0;
  z-index: 590;
}

#page_6 .main_header, .header_class {
display: none;
}

.main_header img, .header_class img {
  width: 250px;
  height: 210px;
}

/*  グローバルナビ　ハンバーガー
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 60px;/*要変更：topnaviの画像の高さ÷2*/;
  margin: 0 auto;
  z-index: 590;
min-width: 1300px !important;

}

#access .menu-header {
    width: 940px;
    height: 60px;
    margin: 530px  auto 0;
    display: flex;
    justify-content: space-between;
}
#menu-gnavi{
  display: flex;
justify-content: space-between;
  width: 940px;/*ナビ画像の幅*/

}

div#access .menu-item a, div#access .menu-item a:hover {
    background-image: none !important;
    width: 133px !important;
    height: 60px;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
    font-size: 15px;
    text-align: left !important;
    text-decoration: none;
}

/*div#access li.gnavi17 a {
    position: absolute;
    top: 30px;
    right: 11px;
    background: none transparent;
}*/

div#access li.gnavi12 a,div#access li.gnavi12 a:hover {
    padding-left: 6px;
    width: 120px !important;
    display: inline-block;
}

div#access li.menu-item {
    text-indent: 0 !important;
}

div#access li.menu-item a {
    color: #9a9a9a !important;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    transition: color 0.3s;
}

div#access .menu-item a:hover{color: #fff !important;}


/*  グローバルナビ ハンバーガーメニュー
---------------------------------------------------------------------------------------------------- */
#fix_menu {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 150px;
    height: 50px;
    z-index: 1000;
    border-radius: 50px;
    background-color: none;
    display: flex;
    justify-content: space-around;
    border: 1px solid #fff;
}
.ham-menu {
    color: #fff;
    font-family: serif;
    font-size: 16px;
    line-height: 52px;
}

#fix_menu.fixed{
  border: 0;
  background: #444444;
}


/*三本線*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 23px;
    height: 23px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    margin: 14px 6px 0 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  top: 20px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}



#access {
  width: 100vw;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  right: -2000px;
  opacity: 0;
  background: url(/files/ham_bg.png) no-repeat center top,#444444;
}
#access.open {
    right: 0px;
    opacity: 1;
    transition: .4s;
    z-index: 600;
}
#access.close {/*隠れている時*/
  right: -2000px;
  opacity: 0;
  transition: .35s;
}



/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 60px;
  width: 100%;
}
#access ul.menu ul.sub-menu, #access ul.menu ul.sub-menu li {
    min-width: px;
    width: 100%;
    box-shadow: none;
    border: none;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: transparent;
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #9a9a9a;
  padding-left:6px;
  text-decoration: none !important;
}
#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: #9a9a9a;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none transparent;
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #fff;
}
#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: #fff;
  text-decoration: none !important;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

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

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
  min-width: 1300px !important;

}

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

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


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

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

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #9a9a9a/*要変更：ボーダーカラー*/;
  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.jpg) repeat-x center top;
  height: 640px; position: relative;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 640px;
  position: relative;
}

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

#footer-widget-area .widget-area .menu-item {
    float: left;
    margin: 0 0 5px;
    width: 160px;
}

#menu-item-64{width: 130px !important;}

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

}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
    position: fixed;
    bottom: 60px;
    right: 40px;
    width: 150px;
    z-index: 1000;
}
#footer_sns_btn .footer_sns_inner {
    display: block;
    margin: 0;
}

#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
    color: #9a9a9a/*要変更：コピーライトのテキストカラー*/;
    width: 1090px;
    text-align: right;
    position: absolute;
    top: 490px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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


#float_top_btn {
    bottom: 37px;
    position: fixed;
    right: 210px;
    z-index: 999;
}
/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: none;
  color: #ab9060/*要変更：top_entry_titleのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #333333/*要変更：entry_title_bgのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #333333/*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
  color: #333333/*要変更：entry_title_bg_w570のテキストカラー*/;
  text-align: center;
}


/*--------------h3以降中央寄せ-----------------------*/
/*h3 見出し*/
h3.entry_title, .entry_title{ /* サイズ、背景、余白などはこちら */
  text-align: center;
    padding: 0;
    width: 960px;
}
/*----リンク有---*/
.entry_title h3 {
    width: 960px;
    z-index: -1;/*20210609追記　これがないとボタン押せないかも？*/
}
/* h3 見出しリンクボタン */
.entry_title span.read_more_btn {
    margin-left: -120px;
}

/* 小見出し用 */
.sub_entry_title {
  text-align: center;
  padding: 0;
  width: 960px;
}
/*----リンク有---*/
.sub_entry_title h4 {
    width: 960px;
}
/*-小見出しリンクボタン-*/
.sub_entry_title span.read_more_btn {
     margin-left: -120px;
}




/* 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_entry_title_bgのテキストカラー*/;}

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



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #ab9060/*要変更：sub_entry_title_bgのテキストカラー*/;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #ab9060/*要変更：sub_entry_title_bgのテキストカラー*/;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #ab9060/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
  text-align: center;
}


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


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

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


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

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




/*  テーブル
---------------------------------------------------------------------------------------------------- */
table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #444444;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #444444 !important;
}




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

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

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




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



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


/* 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 #ab9060/*要変更：リンクテキストカラー*/;
  color: #ab9060/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #ab9060/*要変更：リンクテキストカラー*/;
  border: 1px solid #ab9060/*要変更：リンクテキストカラー*/;
  color: #fff;
}


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



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

/* 必須項目 */
.iqfm-req_color {
  color: #ab9060/*要変更：テーブルの必須のテキストカラー*/;
}
.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: #444444/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #000/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent/*要変更：テーブルのtdの背景色*/;
  color: #000/*要変更：テーブルのthのテキストカラー*/;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



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

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



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}

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

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
#um5ncifh1p1y6hop96zs .main_btn,
#yccjt85zjfrly6ypmljo .main_btn,
#vulz85y7am4t0uzc27l7 .main_btn
{
  width: 200px;
  height: 50px;
}

#um5ncifh1p1y6hop96zs .main_btn a,
#yccjt85zjfrly6ypmljo .main_btn a,
#vulz85y7am4t0uzc27l7 .main_btn a
{
    display: block;
    width: 100px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    float: left;
    position: relative;
    transition: 0.2s;
    background: none;
    color: #9a9a9a;
    font-family: 'Josefin Sans', sans-serif;
    left: 100px;
    line-height: 50px;
    text-decoration: none;
}

._d_arrow {
    background: url(/files/top_link_arr1.png) no-repeat right top;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    position: relative;
    left: -90px;
    top: -53px;
}

._d_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -6px;
    width: 120%;
    height: 80%;
    transition: 0.3s;
    border: 1px solid #9a9a9a;
    border-radius: 3em;
    z-index: 2;
}

a:hover ._d_arrow:before
{width:420%;}

 a:hover ._d_arrow
{background-position: left top;}


/*  タイトルテキスト
---------------------------------------------------------------------------------------------------- */
.block_midashi_back {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #f0e6d3;
  font-family: 'Cormorant SC', serif;
  font-size: 55px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  width: 380px;
}
/*#teu5lg0uvid87vbeflzc .block_midashi_back{
  top: 276px;
  width: 291px;
}
*/
.moved2 .block_midashi_back {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  color: #f0e6d3;
}
.block_midashi_back span {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: perspective(1500px) translate3d(100px, 0, -10px) rotateY(80deg);
  transform: perspective(1500px) translate3d(100px, 0, -10px) rotateY(80deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  margin: 0 12px;
}
.moved2 .block_midashi_back span {
  -webkit-transform: perspective(1500px) rotateY(0deg) translate3d(0, 0, 0);
  transform: perspective(1500px) rotateY(0deg) translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.45s ease, color 0.8s linear, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.45s ease, color 0.8s linear, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s ease, color 0.8s linear;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s ease, color 0.8s linear, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.moved2 .block_midashi_back span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.moved2 .block_midashi_back span:nth-of-type(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.moved2 .block_midashi_back span:nth-of-type(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.moved2 .block_midashi_back span:nth-of-type(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.moved2 .block_midashi_back span:nth-of-type(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.moved2 .block_midashi_back span:nth-of-type(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.moved2 .block_midashi_back span:nth-of-type(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.moved2 .block_midashi_back span:nth-of-type(8) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.moved2 .block_midashi_back span:nth-of-type(9) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.moved2 .block_midashi_back span:nth-of-type(10) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.moved2 .block_midashi_back span:nth-of-type(11) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.moved2 .block_midashi_back span:nth-of-type(12) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.moved2 .block_midashi_back span:nth-of-type(13) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.moved2 .block_midashi_back span:nth-of-type(14) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.moved2 .block_midashi_back span:nth-of-type(15) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.moved2 .block_midashi_back span:nth-of-type(16) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.moved2 .block_midashi_back span:nth-of-type(17) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
.moved2 .block_midashi_back span:nth-of-type(18) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.moved2 .block_midashi_back span:nth-of-type(19) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.moved2 .block_midashi_back span:nth-of-type(20) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}
.block_midashi_back::before{
  content: "";
  width: 1px;
  height: 90px;
  background-color: #000;
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.block_midashi_front {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000000;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  transition: 1s;
  font-family: 'Josefin Sans', sans-serif;
}
.moved2 .block_midashi_front {
  top: 20px;
  opacity: 1;
}

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

/*  float 解除
---------------------------------------------------------------------------------------------------- */
#um5ncifh1p1y6hop96zs .entry_post:first-of-type .float_left,
#yccjt85zjfrly6ypmljo .entry_post:first-of-type .float_left,
#vulz85y7am4t0uzc27l7 .entry_post:first-of-type .float_left,
#vyovunkzemog9irgimsv .entry_post:first-of-type .float_left,
#xrszaml4e6wko8qdoy4e .entry_post:first-of-type .float_left,
#a2mnhh4q5s6bqs8l76kl .entry_post:first-of-type .float_left,
#ceuxzoj76lbfha7t8xpx .entry_post:first-of-type .float_left,
#fre0fkw276rcr555yxuf .entry_post:first-of-type .float_left,

#um5ncifh1p1y6hop96zs .entry_post:first-of-type .float_right,
#yccjt85zjfrly6ypmljo .entry_post:first-of-type .float_right,
#vulz85y7am4t0uzc27l7 .entry_post:first-of-type .float_right,
#vyovunkzemog9irgimsv .entry_post:first-of-type .float_right,
#xrszaml4e6wko8qdoy4e .entry_post:first-of-type .float_right,
#a2mnhh4q5s6bqs8l76kl .entry_post:first-of-type .float_right,
#ceuxzoj76lbfha7t8xpx .entry_post:first-of-type .float_right,
#fre0fkw276rcr555yxuf .entry_post:first-of-type .float_right
 {float: none;}

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

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

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

/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{
  top:0;
  opacity: 1;
}

.f_up {
  transform: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}
.moved {
  transform: translate(0px, 0px);
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */


/* ::::::::::::::::::::::: ・KADENATATAMI SHOP clggi0bz1ou3kis7olnd  */

#clggi0bz1ou3kis7olnd{
  height: 690px;
  position: relative;
  z-index: 200;
  margin-bottom:180px ;
}
#clggi0bz1ou3kis7olnd .easys_content_inner
{padding-top: 460px;}

#clggi0bz1ou3kis7olnd #bg01 {
  background: url(/files/top01ttl.png) no-repeat center top;
  z-index: 1;
  display: block;
  width: 521px;
  height: 153px;
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


/* ::::::::::::::::::::::: ・movie gveeegj6bujrjwdywsnu  */
#gveeegj6bujrjwdywsnu{
  height: auto
  overflow: hidden;
margin-bottom: 110px;
}
#gveeegj6bujrjwdywsnu .easys_content_inner{
  width: 100%;
}

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

#pc_html_video video{
  width: 100%;
}
#pc_html_video{
  position: relative;
}

#sp_html_video{display: none;}

/* :::::::::::::::::::::::  *伝統の技で届ける:store um5ncifh1p1y6hop96zs */

#um5ncifh1p1y6hop96zs{
  height: 1190px;
  position: relative;
  z-index: 200;
  margin-bottom: 180px;
}
#um5ncifh1p1y6hop96zs *[class*="title"]{
    display: none;
}
#um5ncifh1p1y6hop96zs .text_box{
  position: absolute;
  width: 520px;
  top: 900px;
  left: calc(50% - 560px);
}
#um5ncifh1p1y6hop96zs .text_box .post_data {
  text-align: left;
}

/*上下左右フェードイン　画像*/
#um5ncifh1p1y6hop96zs #bg01 {
    background: url(/files/top02ttl.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 240px;
    height: 116px;
    position: absolute;
    top: 340px;
    left: calc(50% + 60px);
}

#um5ncifh1p1y6hop96zs #bg02 {
    background: url(/files/top_about_img_01.jpg) no-repeat center top;
    z-index: -3;
    display: block;
    width: 740px;
    height: 520px;
    position: absolute;
    top: 300px;
    left: calc(50% - 760px);
}

#um5ncifh1p1y6hop96zs #bg03 {
  background: url(/files/top_about_img_02.jpg) no-repeat center top;
  z-index: -3;
  display: block;
  width: 430px;
  height: 620px;
  position: absolute;
  top: 580px;
    left: calc(50% + 60px);
}

#um5ncifh1p1y6hop96zs .moved2 .block_midashi_back{color: #f3f3f3;}


/* :::::::::::::::::::::::  ・paraタタミ qdsgpx900pj3w6c0189b */
#qdsgpx900pj3w6c0189b {
  background: 
url(/files/top_parallax_01_h620.jpg) no-repeat center center / cover fixed;
  height: 620px;/*任意の高さ*/
  margin: 0 0 180px;
}


/* :::::::::::::::::::::::  *商品紹介:tatami yccjt85zjfrly6ypmljo */


#yccjt85zjfrly6ypmljo {
    height: 880px;
    position: relative;
    z-index: 200;
    background: url(/files/top_about_tatami_bg.jpg) no-repeat center top 120px;
}
#yccjt85zjfrly6ypmljo *[class*="title"]{
    display: none;
}
#yccjt85zjfrly6ypmljo .text_box{
  position: absolute;
  width: 350px;
  top: 460px;
  left: calc(50% - 560px);
}
#yccjt85zjfrly6ypmljo .text_box .post_data {
  text-align: left;
}

/*上下左右フェードイン　画像*/
#yccjt85zjfrly6ypmljo #bg01 {
  background: url(/files/top03ttl.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 161px;
  height: 93px;
  position: absolute;
  top: 320px;
  left: calc(50% - 560px);
}

#yccjt85zjfrly6ypmljo #bg02 {
    background: url(/files/top_about_tatami_img.png) repeat-x left bottom;
    z-index: -3;
    display: block;
    width: 1110px;
    height: 480px;
    position: absolute;
    top: 260px;
    left: calc(50% - 100px);
    animation: loop linear 120s infinite;
}
@keyframes loop {
  0% { background-position: left bottom; }
  100% { background-position: -3000px bottom; }
}


/* :::::::::::::::::::::::  ・paraい草 q9pu5apeqf19rhe0gdce */
#q9pu5apeqf19rhe0gdce {
  background: 
url(/files/top_parallax_02_h700.jpg) no-repeat center center / cover fixed;
  height: 700px;/*任意の高さ*/
  margin: 0 0 180px;
}


/* :::::::::::::::::::::::  *大切な人へ:tatami_story vulz85y7am4t0uzc27l7 */
#vulz85y7am4t0uzc27l7{
  height: 710px;
  position: relative;
  z-index: 200;
  margin-bottom: 180px;
}
#vulz85y7am4t0uzc27l7 *[class*="title"]{
    display: none;
}
#vulz85y7am4t0uzc27l7 .text_box{
  position: absolute;
  width: 530px;
  top: 360px;
  left: calc(50% + 60px);
}
#vulz85y7am4t0uzc27l7 .text_box .post_data {
  text-align: left;
}

/*上下左右フェードイン　画像*/
#vulz85y7am4t0uzc27l7 #bg01 {
  background: url(/files/top04ttl.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 155px;
  height: 98px;
  position: absolute;
  top: 240px;
  left: calc(50% + 60px);
}

#vulz85y7am4t0uzc27l7 #bg02 {
  background: url(/files/top_our_story_map.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 434px;
  height: 710px;
  position: absolute;
  top: 0px;
  left: calc(50% - 560px);
}

#vulz85y7am4t0uzc27l7 #bg03 {
    background: url(/files/top_story_catch.png) no-repeat center top;
    z-index: -2;
    display: block;
    width: 350px;
    height: 98px;
    position: absolute;
    top: 540px;
    left: calc(50% - 390px);
}

#vulz85y7am4t0uzc27l7 .moved2 .block_midashi_back{color: #f3f3f3;}

/* :::::::::::::::::::::::  ・para海辺 ivrax99lfpp0mwr4c7qh */
#ivrax99lfpp0mwr4c7qh {
  background: 
url(/files/top_parallax_03_h700.jpg) no-repeat center center / cover fixed;
  height: 700px;/*任意の高さ*/
  margin: 0 0 180px;
}


/* :::::::::::::::::::::::  -blog my3rc8lux2mifch7x0iu/mcjm4i1sgutqg0x0egdd */

#mcjm4i1sgutqg0x0egdd {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, transparent 10%, transparent 100%),
    url(/files/top_blog_logo.png) no-repeat right 200px center,url(/files/block_bg_01.jpg);

    margin-bottom: 180px;
    padding-bottom: 200px;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner 
{padding-top: 380px;width: 690px;}

.blog_list_text_size {
    overflow: hidden;
    width: 500px;
    padding-top: 36px;
}

.date_area {
    color: #ab9060;
}

.post_title_list {
    display: block;
    height: 30px;
    overflow: hidden;
}

.post_title_list a{
    color: #000 !important;
}

.blog_post {
    border-bottom: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    display: inline-block;
    margin: 0 0 10px;
    padding: 15px 0;
    width: 100%;
}

#mcjm4i1sgutqg0x0egdd .eyecatch img {width:160px;height:140px;object-fit:cover;}

.news_small_text {
    display: none;
}

#mcjm4i1sgutqg0x0egdd .blog_thumb {
    width: 160px;
    height: 140px;
    max-height: none;
}

#mcjm4i1sgutqg0x0egdd #bg01 {
    background: url(/files/top05ttl.png) no-repeat center top;
    z-index: 2;
    display: block;
    width: 117px;
    height: 98px;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#mcjm4i1sgutqg0x0egdd > div > span > a {
    background: none transparent;
    position: absolute;
    bottom: -100px;
    left: 155px;
    width: 200px;
}
#mcjm4i1sgutqg0x0egdd > div > span > a ._bnr_link {
    z-index: 1;
    width: 200px;
    height:50px;
    display: flex;
}


#mcjm4i1sgutqg0x0egdd > div > span > a ._bnr_arrow {
    background: url(/files/top_blog_link_arr1.png) no-repeat right top;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    position: relative;
}

#mcjm4i1sgutqg0x0egdd > div > span > a ._bnr_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -4px;
    width: 100%;
    height: 80%;
    transition: 0.3s;
    border: 1px solid #000;
    border-radius: 3em;
    z-index: 2;
}

#mcjm4i1sgutqg0x0egdd > div > span > a ._bnr_txt {
    z-index: 1;
    display: block;
    width: 76%;
    height: 50px;
    color: #000;
    font-size: 15px;
    line-height: 57px;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: right;
}

#mcjm4i1sgutqg0x0egdd > div > span > a:hover ._bnr_arrow:before
{width:450%;}

#mcjm4i1sgutqg0x0egdd > div > span > a:hover ._bnr_arrow
{background-position: left top;}



/* :::::::::::::::::::::::  -store yndoe87fn8irb50qrzv4 */

#yndoe87fn8irb50qrzv4 {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #fff 6.5%, #444 6.5%, #444 100%);
}

#yndoe87fn8irb50qrzv4 .easys_content_inner {
    padding-top: 350px;
    padding-bottom: 180px;
}

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

#yndoe87fn8irb50qrzv4 #bg01 {
    background:
    url(/files/top06ttl.png) no-repeat center top;
    z-index: 2;
    display: block;
    width: 117px;
    height: 98px;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#yndoe87fn8irb50qrzv4 table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #cccccc;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color: #cccccc;
}
#yndoe87fn8irb50qrzv4 table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #cccccc !important;
  color: #cccccc;
}



/*  ==================== 畳について
---------------------------------------------------------------------------------------------------- */

/* :::::::::::::::::::::::  *畳 vyovunkzemog9irgimsv */

#vyovunkzemog9irgimsv {
    background: linear-gradient(180deg, #fff 0%, #fff 9%, transparent 9%, transparent 100%),
    url(/files/tatami_01_bg.jpg) no-repeat center top,url(/files/block_bg_02.jpg);
    height: 1460px;
    position: relative;
    z-index: 200;
    margin-bottom: 180px;
}
#vyovunkzemog9irgimsv .headline_title {
    width: 340px;
    height: 40px;
    background: none transparent;
    position: absolute;
    top: 302px;
    left: calc(50% - 560px);
    color: #ab9060;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
}


#vyovunkzemog9irgimsv .text_box{
  position: absolute;
  width: 540px;
  top: 360px;
    left: calc(50% - 560px);
}
#vyovunkzemog9irgimsv .text_box .post_data {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
}
/*上下左右フェードイン　画像*/

#vyovunkzemog9irgimsv #bg01 {
    background: url(/files/naka02bg2.png) no-repeat center top;
    z-index: -4;
    display: block;
    width: 887px;
    height: 345px;
    position: absolute;
    top: 950px;
    left: calc(50% - 250px);
}

#vyovunkzemog9irgimsv #bg02 {
    background: url(/files/tatami_01_img_01.jpg) no-repeat center top;
    z-index: -3;
    display: block;
    width: 430px;
    height: 600px;
    position: absolute;
    top: 250px;
    left: calc(50% + 100px);
}
#vyovunkzemog9irgimsv #bg03 {
    background: url(/files/tatami_01_img_02.jpg) no-repeat center top;
    z-index: -3;
    display: block;
    width: 630px;
    height: 430px;
    position: absolute;
    top: 570px;
    left: calc(50% - 680px);
}

/*  ４連
---------------------------------------------------------------------------------------------------- */
/* :::::::::::::::::::::::  ・４連 pbi0cxeof2xb13yx9vp3*/


#pbi0cxeof2xb13yx9vp3 {
    background: linear-gradient(180deg, #fff 0%, #fff 15%, transparent 15%, transparent 100%),
  url(/files/bnr_tatami_bg.jpg) no-repeat center top;
    position: relative;
    height: 850px;
    margin-bottom: 180px;
}

#pbi0cxeof2xb13yx9vp3 .easys_content_inner{padding-top: 400px;}

#pbi0cxeof2xb13yx9vp3 .eyecatch a img{transition: 0.3s;}

#pbi0cxeof2xb13yx9vp3 #bg01 {
  background: url(/files/4colbnr_ttl.png) no-repeat center top;
  z-index: 1;
  display: block;
  width: 172px;
  height: 115px;
  position: absolute;
  top: 220px;
  left:0;
  right: 0;
  margin: 0 auto;
}

/*  ==================== 料金表 
---------------------------------------------------------------------------------------------------- */

/* :::::::::::::::::::::::  *料金表 xrszaml4e6wko8qdoy4e*/

#xrszaml4e6wko8qdoy4e {
    background: linear-gradient(180deg, #fff 0%, #fff 7%, transparent 7%, transparent 100%),
    url(/files/price_01_bg.jpg) no-repeat center top,#181617;
    height: 1900px;
    position: relative;
    z-index: 200;
    margin-bottom: 180px;
}
#xrszaml4e6wko8qdoy4e .headline_title {
    width: 340px;
    height: 40px;
    background: none transparent;
    position: absolute;
    top: 580px;
    left: calc(50% - 560px);
    color: #ab9060;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
}

#xrszaml4e6wko8qdoy4e .text_box {
    position: absolute;
    width: 570px;
    top: 650px;
    left: calc(50% - 560px);
}
#xrszaml4e6wko8qdoy4e .text_box .post_data {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

/*上下左右フェードイン　画像*/
#xrszaml4e6wko8qdoy4e #bg01 {
    background: url(/files/price_01_img_01.jpg) no-repeat center top;
    z-index: -3;
    display: block;
    width: 610px;
    height: 417px;
    position: absolute;
    top: 520px;
    left: calc(50% + 100px);
}

#xrszaml4e6wko8qdoy4e #bg02 {
    background: url(/files/price_01_img_02.jpg) no-repeat center top;
    z-index: -4;
    display: block;
    width: 486px;
    height: 348px;
    position: absolute;
    top: 880px;
    left: calc(50% - 650px);
}

#xrszaml4e6wko8qdoy4e #bg03 {
    background: url(/files/price_01_catch.png) no-repeat left top 250px,url(/files/price_01_img_03.jpg) no-repeat right top;
    z-index: -3;
    display: block;
    width: 886px;
    height: 456px;
    position: absolute;
    top: 1200px;
    left: calc(50% - 250px);
}



/*  ==================== 襖・障子について
---------------------------------------------------------------------------------------------------- */

/* :::::::::::::::::::::::  *襖・障子について a2mnhh4q5s6bqs8l76kl*/


#a2mnhh4q5s6bqs8l76kl {
    background: linear-gradient(180deg, #fff 0%, #fff 7%, transparent 7%, transparent 100%),
    url(/files/shoji_fusuma_01_bg.jpg) no-repeat center top,url(/files/block_bg_03.jpg) ;
    height: 1830px;
    position: relative;
    z-index: 200;
    margin-bottom: 180px;
}
#a2mnhh4q5s6bqs8l76kl .headline_title {
    width: 340px;
    height: 40px;
    background: none transparent;
    position: absolute;
    top: 580px;
    left: calc(50% - 50px);
    color: #ab9060;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
}

#a2mnhh4q5s6bqs8l76kl .text_box {
    position: absolute;
    width: 700px;
    top: 650px;
    left: calc(50% - 50px);
}
#a2mnhh4q5s6bqs8l76kl .text_box .post_data {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
}

/*上下左右フェードイン　画像*/
#a2mnhh4q5s6bqs8l76kl #bg01 {
    background: url(/files/shoji_fusuma_01_img_01.jpg) no-repeat center top;
    z-index: -3;
    display: block;
    width: 326px;
    height: 456px;
    position: absolute;
    top: 520px;
    left: calc(50% - 430px);
}
#a2mnhh4q5s6bqs8l76kl #bg02 {
    background: url(/files/shoji_fusuma_01_img_02.jpg) no-repeat center top;
    z-index: -2;
    display: block;
    width: 610px;
    height: 410px;
    position: absolute;
    top: 880px;
    left: calc(50% - 150px);
}

#a2mnhh4q5s6bqs8l76kl #bg03 {
    background: url(/files/shoji_fusuma_01_catch.png) no-repeat right top 210px,
    url(/files/shoji_fusuma_01_img_03.jpg) no-repeat left top;
    z-index: -4;
    display: block;
    width: 1000px;
    height: 348px;
    position: absolute;
    top: 1200px;
    left: calc(50% - 750px);
}

/*  ==================== タタミの物語り
---------------------------------------------------------------------------------------------------- */

/* :::::::::::::::::::::::  *タタミの物語り ceuxzoj76lbfha7t8xpx*/

#ceuxzoj76lbfha7t8xpx {
    background: linear-gradient(180deg, #fff 0%, #fff 8%, transparent 8%, transparent 100%),
    url(/files/block_bg_04.jpg);
    height: 1660px;
    position: relative;
    z-index: 200;
    margin-bottom: 180px;
}
#ceuxzoj76lbfha7t8xpx .headline_title {
    width: 340px;
    height: 40px;
    background: none transparent;
    position: absolute;
    top: 300px;
    left: calc(50% - 595px);
    color: #ab9060;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
}
#ceuxzoj76lbfha7t8xpx .text_box {
    position: absolute;
    width: 700px;
    top:350px;
    left: calc(50% - 595px);
}
#ceuxzoj76lbfha7t8xpx .text_box .post_data {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
}

/*上下左右フェードイン　画像*/
#ceuxzoj76lbfha7t8xpx #bg01 {
    background: url(/files/story_01_catch.png) no-repeat right 210px top,
    url(/files/story_01_img_02.jpg) no-repeat center bottom;
    z-index: -3;
    display: block;
    width: 890px;
    height: 800px;
    position: absolute;
    top: 520px;
    left: calc(50% - 830px);
}
#ceuxzoj76lbfha7t8xpx #bg02 {
    background: url(/files/story_01_img_01.jpg) no-repeat left top,
    url(/files/story_01_map.png) no-repeat right bottom;
    z-index: -2;
    display: block;
    width: 496px;
    height: 900px;
    position: absolute;
    top: 240px;
    left: calc(50% + 50px);
}

#ceuxzoj76lbfha7t8xpx #bg03 {
    background: url(/files/story_01_img_03.jpg) no-repeat left top;
    z-index: -4;
    display: block;
    width: 485px;
    height: 348px;
    position: absolute;
    top: 1150px;
    right: 0;
}

#ceuxzoj76lbfha7t8xpx .moved2 .block_midashi_back{color: #f3f3f3;}

/*  ==================== 店舗案内
---------------------------------------------------------------------------------------------------- */

/* :::::::::::::::::::::::  *店舗案内 fre0fkw276rcr555yxuf*/
#fre0fkw276rcr555yxuf{
  height: 890px;
  position: relative;
  z-index: 200;
  margin-bottom: 180px;
}
#fre0fkw276rcr555yxuf *[class*="title"]{
    display: none;
}
#fre0fkw276rcr555yxuf .text_box{
  position: absolute;
  width: 550px;
  top: 470px;
    left: calc(50% + 60px);
}
#fre0fkw276rcr555yxuf .text_box .post_data {
  text-align: left;
}

/*上下左右フェードイン　画像*/
#fre0fkw276rcr555yxuf #bg01 {
    background: url(/files/naka06ttl.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 157px;
    height: 116px;
    position: absolute;
    top: 360px;
    left: calc(50% + 60px);
}

#fre0fkw276rcr555yxuf #bg02 {
    background: url(/files/shop_info_01_img.jpg) no-repeat center top;
    z-index: -3;
    display: block;
    width: 890px;
    height: 630px;
    position: absolute;
    top: 250px;
    left: calc(50% - 952px);
}


/* ::::::::::::::::::::::: -store vtrndnibvxcwz4btlbqh */


#vtrndnibvxcwz4btlbqh {
    background: url(/files/shop_info_02_logo.png) no-repeat center top 270px,url(/files/block_bg_01.jpg);
    padding-bottom: 180px;
}

#vtrndnibvxcwz4btlbqh .easys_content_inner 
{padding-top: 180px;}





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

/* :::::::::::::::::::::::  ・料金表/タタミの物語り
#v3uzasgojxtxy1ci5wac*/
#v3uzasgojxtxy1ci5wac
 {
  position: relative;
  overflow: hidden;
}

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


.img_display_1014 .field_2col:before 
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.img_display_1014 .field_2col:hover:before
 {
  transform: scale(1.1);
}

.img_display_1014 .field_2col
 {
  width: 50% !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.img_display_1014 .eyecatch
 {
  width: 100%;
  position: relative;
  z-index: 10;
}
.img_display_1014 .eyecatch a:hover img
 { opacity: 1; }


/*左バナー背景画像*/
.img_display_1014 .float_left:before
{ background: url("/files/half_bnr_price_bg.jpg") no-repeat center top / 100% auto transparent; }

/*右バナー背景画像*/
.img_display_1014 .float_right:before
{ background: url("/files/half_bnr_story_bg.jpg") no-repeat center top / 100% auto transparent; }


/* :::::::::::::::::::::::  ・料金表/LINE
#plxi5ewv99gw8rty1bqu*/
#plxi5ewv99gw8rty1bqu
 {
  position: relative;
  overflow: hidden;
}

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


.img_display_1091 .field_2col:before 
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.img_display_1091 .field_2col:hover:before
 {
  transform: scale(1.1);
}

.img_display_1091 .field_2col
 {
  width: 50% !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.img_display_1091 .eyecatch
 {
  width: 100%;
  position: relative;
  z-index: 10;
}
.img_display_1091 .eyecatch a:hover img
 { opacity: 1; }


/*左バナー背景画像*/
.img_display_1091 .float_left:before
{ background: url("/files/half_bnr_price_bg.jpg") no-repeat center top / 100% auto transparent; }

/*右バナー背景画像*/
.img_display_1091 .float_right:before
{ background: url("/files/half_bnr_line_bg.jpg") no-repeat center top / 100% auto transparent; }


/* :::::::::::::::::::::::  ・畳について/料金表
#zquukofyh9jsbh0jppv7*/
#zquukofyh9jsbh0jppv7
 {
  position: relative;
  overflow: hidden;
}

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


.img_display_1009 .field_2col:before 
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.img_display_1009 .field_2col:hover:before
 {
  transform: scale(1.1);
}

.img_display_1009 .field_2col
 {
  width: 50% !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.img_display_1009 .eyecatch
 {
  width: 100%;
  position: relative;
  z-index: 10;
}
.img_display_1009 .eyecatch a:hover img
 { opacity: 1; }


/*左バナー背景画像*/
.img_display_1009 .float_left:before
{ background: url("/files/half_bnr_about_tatami_bg.jpg") no-repeat center top / 100% auto transparent; }

/*右バナー背景画像*/
.img_display_1009 .float_right:before
{ background: url("/files/half_bnr_price_bg.jpg") no-repeat center top / 100% auto transparent; }


/* :::::::::::::::::::::::  ・LINE
#ha552cjhlb33b4h5zqni
#xjyhakqm4iznvmpsl0dl*/

/*1列レスポンシブバナー　ホバーで拡大*/
#ha552cjhlb33b4h5zqni,
#xjyhakqm4iznvmpsl0dl
{
  overflow: hidden;
  margin: 0 0 180px;
  position: relative;
}
#ha552cjhlb33b4h5zqni{margin: 0;}

/*レスポンシブ*/
#ha552cjhlb33b4h5zqni .easys_content_inner,
#xjyhakqm4iznvmpsl0dl .easys_content_inner
{
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;

}
.img_display_1006 .margin-bottom_50 {
    margin-bottom: 0px;
}


.img_display_1006 .eyecatch a
{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.img_display_1006 .eyecatch a:before
 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("/files/banner_line_bg.jpg") no-repeat center top / 100% auto transparent;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.img_display_1006 .eyecatch a:hover:before 
{
  transform: scale(1.1);
}
.img_display_1006 .eyecatch a img
 {
  position: relative;
  z-index: 10;
}


.img_display_1006 .eyecatch a:hover img
{ opacity: 1; }

._bnr_link {
    z-index: 1;
    width: 14%;
    height: 8%;
    position: absolute;
    top: 56%;
    left: calc(50% - 7%);
    display: flex;
}

._bnr_arrow{
  background: url(/files/banner_link_arr1.png) no-repeat right top;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  position: relative;
}

._bnr_arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    height: 80%;
    transition: 0.3s;
    border: 1px solid #fff;
    border-radius: 3em;
    z-index: 2;
}

.img_display_1006 .eyecatch a:hover ._bnr_arrow:before
{width:15vw;}

.img_display_1006 .eyecatch a:hover ._bnr_arrow
{background-position: left top;}


._bnr_txt {
    z-index: 1;
    display: block;
    width: 76%;
    height: 50px;
    color: #fff;
    font-size: 0.8vw;
    line-height: 57px;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
}