@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*
 * PC用スタイルCSS
 */


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #eae4d6 url("/kusitei/files/htmL_bg.jpg");
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  word-break: break-word;
  background: url("/kusitei/files/body_bg.jpg") no-repeat center top/100%; 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
body,
.wpcf7c-conf {
  color: #482918;
}
/* 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;
}
#page_6 #outer_block{
    padding-top: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #7c1817;
}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: 1035px;
  background: none transparent; 
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  background: url(/kusitei/files/branding_box_bg.png) no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  top: 0;
  left: calc(80/2000*100%);
  z-index: 501;
  width: auto;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  /* CSSレスポンシブ用  */
  position: absolute;
  top: calc(190/1035*100%);
  left: calc(220/2000*100%);
  z-index: 10;
  transform-origin: top left;
}
#page_6 #header_information {
  top: calc(330/1035*100%);
  left: calc(250/2000*100%);
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 160px;
  height: 280px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */

#menuTrigger{
  position: fixed;
  z-index: 1000;
  top: calc(40/1035*100%);
  right: calc(80/2000*100%);
  width: 120px;
  height: 120px;
  outline: none;
  background: url(/kusitei/files/menu_btn.png) no-repeat top center;
}
#menuTrigger.opened:before {
  background-position: bottom;
}
@media(min-width: 2000px){
  #menuTrigger{
      right: auto;
      left: calc(50% + 800px);
  }
}


#access {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  height: 100vh;
  margin: 0 auto;
  background: none transparent;
  transition: 1s;
  visibility: hidden;
  opacity: 0;
}
#access.opened{
  visibility: visible;
  opacity: 1;
}
#access .menu-header {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  width: 100%;
  height: 1000px;
  margin: 0 auto;
  background: url(/kusitei/files/navi_bg.jpg) no-repeat center top -60px;
}

/* ホバー時のボタン */
div#access .menu-item a {
  position: relative;
  padding: 0;
}
div#access .menu-item a::before,
div#access .menu-item a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .3s;
}
div#access .menu-item a::after{
  opacity: 0;
}
div#access .menu-item a:hover::before{
  opacity: 0;
}
div#access .menu-item a:hover::after{
  opacity: 1;
}



/* grid-layout ---------------------------------------*/
div#access #menuInner{
  display: grid;
  grid-template-columns: 300px 1000px;
  width: 1060px;
  height: 690px;
  position: absolute;
  top: 165px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

div#access #menuInner a{
    padding-right: 34px;
}
div#access #menuInner a::before,
div#access #menuInner a::after{
  width: 35px;
  height: 35px;
}
div#access #menuInner a::before{
  background: url(/kusitei/files/navi_arrow01_off.png) no-repeat center top;
}
div#access #menuInner a::after{
  background: url(/kusitei/files/navi_arrow01_on.png) no-repeat center top;
}


/* top page */
div#access #menuInner .origin{
  margin: 55px 0 0 29px;
}

div#access #menuInner .origin a{
  width: 170px !important;
  height: 50px;
  line-height: 50px;
  background: url(/kusitei/files/navi_01.png) no-repeat left top;
  padding-right: 54px;
}
div#access .gnavi11 a {
  background-position-y: top !important;
}
div#access .gnavi12 a {
  background-position-y: -50px !important;
}
div#access .gnavi13 a {
  background-position-y: -100px !important;
}
div#access .gnavi15 a {
  background-position-y: -150px !important;
}
div#access .gnavi16 a {
  background-position-y: bottom !important;
}



/* others */
div#access #menuInner .others{
  display: grid;
  grid-template: 170px 260px / 400px 360px;
  margin-top: 30px;
}
/* care */
div#access #menuInner .care{
  display: grid;
  grid-template-rows: repeat(2, 45%);
  grid-column: 1/3;
  gap: 18px 0;
}
div#access #menuInner .care > div{
  display: flex;
  margin-left: 258px;
  gap: 0 5px;
}
div#access #menuInner .care li{
  display: flex;
  align-items: center;
}
div#access #menuInner .care a{
  height: 50px;
  line-height: 50px;
}
div#access .gnavi17 a {
  width: 70px !important;
  background: url(/kusitei/files/navi_02.png) no-repeat left top;
}
div#access .gnavi18 a {
  width: 180px !important;
  background: url(/kusitei/files/navi_03.png) no-repeat left -11px top;
}
div#access .gnavi19 a {
  width: 100px !important;
  background: url(/kusitei/files/navi_04.png) no-repeat left top;
}
div#access .gnavi20 a {
  width: 70px !important;
  background: url(/kusitei/files/navi_02.png) no-repeat left top;
}
div#access .gnavi21 a {
  width: 100px !important;
  background: url(/kusitei/files/navi_05.png) no-repeat left top;
}
div#access .gnavi22 a {
  width: 100px !important;
  background: url(/kusitei/files/navi_04.png) no-repeat left top;
}


/* kusi */
div#access #menuInner .kusitei{
  display: grid;
  grid-template: repeat(4, 40px) / 250px;
  margin: 86px 0 0 133px;
}
div#access #menuInner .kusitei a{
  width: 200px;
  height: 40px;
  padding-right: 45px;
  line-height: 40px;
  background: url(/kusitei/files/navi_06.png) no-repeat left top;
}
div#access .gnavi23 a {
  background-position-y: top !important;
}
div#access .gnavi24 a {
  background-position-y: -40px !important;
}
div#access .gnavi25 a {
  background-position-y: -80px !important;
}
div#access .gnavi26 a {
  background-position-y: bottom !important;
}


/* ebisuya */
div#access #menuInner .ebisuya{
  display: grid;
  grid-template: repeat(4, 40px) / 160px;
  margin: 87px 0 0 99px;
}
div#access #menuInner .ebisuya a{
  width: 200px;
  height: 40px;
  padding-right: 38px;
  line-height: 40px;
  background: url(/kusitei/files/navi_06.png) no-repeat left top;
}
div#access .gnavi28 a {
  background-position-y: top !important;
}
div#access .gnavi29 a {
  background-position-y: -40px !important;
}
div#access .gnavi30 a {
  background-position-y: -80px !important;
}
div#access .gnavi31 a {
  background-position-y: bottom !important;
}




/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  /* メインとブランディングボックスを重ねる時*/
  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(/kusitei/files/widget_title_bg.png);
  color: #ffffff;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/kusitei/files/widget_list_bg.png);
  color: #000000;
  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: #7c1817;
  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: #7c1817;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area{
    position: absolute;
    top: 290px;
    left: calc(50% - 155px);
}
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 1300px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  display: grid;
  grid-template-columns: 220px repeat(2, 230px);
  gap: 0 40px;
  border-color: transparent;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  position: relative;
  padding: 0;
  border-color: transparent;
  color: #fff;
  text-align: left;
}

#footer_sitemap_block #menu-footer_navi > div{
  display: flex;
  flex-direction: column;
}



#footer_sitemap_block #menu-footer_navi .care > li:first-child,
#footer_sitemap_block #menu-footer_navi .food > li:first-child{
  margin-top: 43px;
}
#footer_sitemap_block #menu-footer_navi [class*="_top"]{
  margin-top: 30px;
}
#footer_sitemap_block #menu-footer_navi [class*="_top"] a {
  font-weight: bold;
}
#footer_sitemap_block #menu-footer_navi [class*="_sub"] a{
  padding-left: 20px !important;
}
#footer_sitemap_block #menu-footer_navi [class*="_sub"] a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}

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



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

#footer_information{
  position: absolute;
  top: 480px;
  left: calc(50% + -590px);
}
#footer_information .entry-post {width: 400px;margin: 0;text-align: left;}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #fff;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
}
#copyright {
    position: absolute;
    bottom: 200px;
    left: calc(50% - 590px);
    text-align: left;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 170px;
  right: 23px;
}

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

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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(/kusitei/files/top_entry_title.png);
  color: #482918;
  padding: 40px 0;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/kusitei/files/entry_title_bg.png);
  color: #482918;
}
/*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: #482918;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/kusitei/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(/kusitei/files/entry_title_bg_w570.png);
  font-size: 20px;
  padding: 0 0 0 55px;
  width: 515px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #000000;
}

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

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/kusitei/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: #000000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/kusitei/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #482918;
  padding: 0 0 0 55px;
  width: 905px;
}

.sub_entry_title h4 {
  width: 785px;
}

* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: #482918;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/kusitei/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(/kusitei/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #482918;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/kusitei/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 #321100;
  border-radius: 5px;
  background: none transparent;
  color: #482918;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

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




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color: #7c1817;
  border-top: none !important;
  border-right: none !important;
  background: none transparent !important;
}
.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: #7c1817 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #7c1817;
  vertical-align: top;
}

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



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


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


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



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #7c1817;
}
.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: #321100;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: transparent;
  color: #482918;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #482918;
}
.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(/kusitei/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #482918;
}

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


/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */
/*  トップページ（セカンドメイン）
---------------------------------------------------------------------------------------------------- */
#a9fk0ozggp30agxiqipy{
  position: relative;
  margin-bottom: 60px;
}
#a9fk0ozggp30agxiqipy *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#a9fk0ozggp30agxiqipy .easys_content_inner{
  width: 100%;
}
#a9fk0ozggp30agxiqipy .eyecatch a{
  position: absolute;
  display: block;
  bottom: calc(375 / 2000 * 100%);
  left: calc(875 / 2000 * 100%);
  width: calc(200/2000*100%);
  padding-top: calc(250/2000*100%);
}
#a9fk0ozggp30agxiqipy .eyecatch a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
#a9fk0ozggp30agxiqipy .eyecatch a:hover img{
  opacity: 1;
  transform: rotate(-5deg);
} 


#a9fk0ozggp30agxiqipy .img01{
  position: absolute;
  top: calc(380/2000*100%);
  left: calc(877/2000*100%);
  width: calc(200/2000*100%);
  padding-top: calc(550/2000*100%);
  background: url(/kusitei/files/pc_second_image.png) no-repeat center top/100%;
}


/*  DB
---------------------------------------------------------------------------------------------------- */
/*  和の雰囲気が漂う大人の隠れ家『串亭』
#y4tylsy8mmlc3xpihm20
--------------------------------------------------------------- */
#y4tylsy8mmlc3xpihm20{
  position: relative;
  height: 1900px;
  background: url(/kusitei/files/top_block01_bg.jpg) no-repeat center top;
}
#y4tylsy8mmlc3xpihm20 .post_margin{
  position: absolute;
  overflow: visible;
  top: 1230px;
  left: calc(50% + 0px);
  width: 420px;
  height: auto;
  margin-bottom: 0;
}
#y4tylsy8mmlc3xpihm20 .headline_title{
  display: none;
}
#y4tylsy8mmlc3xpihm20 .main_btn{
  position: absolute;
  display: block;
  bottom: -205px;
  right: -55px;
  margin: 0;
  padding: 0;
}
#y4tylsy8mmlc3xpihm20 .main_btn a{
  position: relative;
  width: 200px;
  height: 250px;
  padding: 0;
  text-indent: -99999px;
  background: url(/kusitei/files/link_text_bg.png) no-repeat left top;
  border-radius: 0;
  transition: .3s;
}
#y4tylsy8mmlc3xpihm20 .main_btn a:hover{
  transform: rotate(-5deg);
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/*  こだわり・メニュー
#xv4it9f3wuecg9baa865
--------------------------------------------------------------- */
#xv4it9f3wuecg9baa865{
  display: flex;
  align-items: center;
  position: relative;
  left: 50%;
  width: 2000px;
  height: 800px;
  background: url(/kusitei/files/harf_bn_bg.png) no-repeat center top;
  margin-bottom: 50px;
  transform: translateX(-50%);
}
#xv4it9f3wuecg9baa865 .easys_content_inner{
	width: 100%;
}
#xv4it9f3wuecg9baa865 div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#xv4it9f3wuecg9baa865 .img_display{
  display: grid;
  grid-template-columns: repeat(2, 450px);
  gap: 0 60px;
  justify-content: center;
}
#xv4it9f3wuecg9baa865 .field_2col,
#xv4it9f3wuecg9baa865 .field_2col .eyecatch{
	width: 100% !important;
}
#xv4it9f3wuecg9baa865 .eyecatch a{
	display: block;
	width: 100%;
	height: 100%;
}
#xv4it9f3wuecg9baa865 .eyecatch a img{
  transition: 0.3s;
}
#xv4it9f3wuecg9baa865 .eyecatch a:hover img{
  opacity: 1;
  transform: rotate(-5deg);
}
      
/*  店舗案内
#tzzd1a53e1vm8pjbm9hz
--------------------------------------------------------------- */
#tzzd1a53e1vm8pjbm9hz{
  position: relative;
  margin-bottom: 50px;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#tzzd1a53e1vm8pjbm9hz::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/kusitei/files/pc_syopguide_parallax_bg.jpg) no-repeat center top/cover;
}
#tzzd1a53e1vm8pjbm9hz .easys_content_inner{
  width: 100%;
}
#tzzd1a53e1vm8pjbm9hz div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#tzzd1a53e1vm8pjbm9hz div:nth-child(2 of [class*="field_1col"]){
  position: absolute;
  top: calc(520/2000*100%);
  left: calc(980/2000*100%);
  width: calc(200/2000*100%);
}
#tzzd1a53e1vm8pjbm9hz div:nth-child(2 of [class*="field_1col"]) a{
  display: block;
  width: 100%;
}
#tzzd1a53e1vm8pjbm9hz .eyecatch a img{
  transition: 0.3s;
}
#tzzd1a53e1vm8pjbm9hz .eyecatch a:hover img{
  opacity: 1;
  transform: rotate(-5deg);
}   

/*  採用情報
#bkhd6lr6j0o665et81fd
--------------------------------------------------------------- */
#bkhd6lr6j0o665et81fd{
  position: relative;
  margin-bottom: 50px;
}
#bkhd6lr6j0o665et81fd .easys_content_inner{
  width: 100%;
}
#bkhd6lr6j0o665et81fd div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#bkhd6lr6j0o665et81fd div:nth-child(2 of [class*="field_1col"]){
  position: absolute;
  top: calc(1120/2000*100%);
  left: calc(900/2000*100%);
  width: calc(200/2000*100%);
}
#bkhd6lr6j0o665et81fd div:nth-child(2 of [class*="field_1col"]) a{
  display: block;
  width: 100%;
}

#bkhd6lr6j0o665et81fd .eyecatch a{
  display: block;
  width: calc(200/2000*100%);
}
#bkhd6lr6j0o665et81fd .eyecatch a img{
  transition: 0.3s;
}
#bkhd6lr6j0o665et81fd .eyecatch a:hover img{
  opacity: 1;
  transform: rotate(-5deg);
}
 


/* ブログ背景 */
#g1tti3n35c1cf5py6q2a,
#w1xy2tt5vtch8gac7eyx{
  background: url(/kusitei/files/repeat_bg.png);
}
#g1tti3n35c1cf5py6q2a{
  padding-top: 50px;
}
#g1tti3n35c1cf5py6q2a *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#w1xy2tt5vtch8gac7eyx{
  margin-bottom: 50px;
  padding-top: 50px;
}
.rss_field .clear_fix{
  border: none !important;
}
.rss_field{
  border: none !important;
}
.block_rss_field{
  background: none transparent !important;
}

  /* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block .nd_01 .easys_content_inner){
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  transition: 1.3s ease 0s;
  top: 100px;
}
#outer_block .easys_content_inner:not(#outer_block .nd_01 .easys_content_inner).moved{
  opacity: 1;
  transform: translateY(0) rotate3d(0, 0, 1, 0);
  top: 0px;
}
 
/*上下左右フェードインギミック------------------------------------*/
.f_up{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
	transform: translateY(-100px);
}
.f_up.moved{
	opacity: 1;
	transform: translate(0px, 0px);
}
  

/*  マウスカーソル
---------------------------------------------------------------------------------------------------- */
body,a {
  cursor: none;
}

/*カーソル要素*/
#cursor{
  position: fixed;
  /*丸の大きさと色の指定*/
  /* background-color: #000; */
  border-radius:10px;
  width: 8px;
  height: 8px;
  z-index: 999;
  pointer-events: none;
}

#cursor::before{
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: url(/files/mousestalker_image.png) no-repeat center top;
  opacity: 0.8;
}