@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color:#423229;
  --body_text_color:#ffffff;
  --link_color:#a69064;
  --border_color:#666666;
  --table_border_color:transparent;
  --th_background_color:#2b1e16;
  --td_background_color:#2b1e16;
  --th_character_color:#ffffff;
  --td_character_color:#ffffff;
  --required_color:#6e8e62;
  --top_h1_color:transparent;
  --header_navigation_color:transparent;
  --top_entry_title_color:#ffffff;
  --entry_title_bg_color:#ffffff;
  --blog_title_color:#ffffff;
  --sub_entry_title_bg_color:#ffffff;
  --entry_title_bg_w570_color:#ffffff;
  --sub_entry_title_bg_w570_color:#ffffff;
  --half_entry_title_bg_color:#4f3b2e;
  --half_sub_entry_title_bg_color:#ffffff;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#ffffff;
  --footnavi_color:#ffffff;
  --address_color:#ffffff;
  --copy_color:#c1ab74;
  --kdb_background_color: #554032;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1030;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 720;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:60px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:80px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:80px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height:40px; /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin:20px; /* サイド固定ボタンの間隔 */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(61,434,32,0.9);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #fff;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #cbb683;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
::before,
::after{
  pointer-events: none;
}
html {
  background: var(--basic_background_color) url("../files/html_bg.jpg") repeat center top;

/*
  background: none var(--basic_background_color);
  */

  scroll-padding-top: 0;

/* scroll-padding-top: var(--easys_access_h); */
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  /*
  background: url("../files/body_bg.jpg") no-repeat center top;
  */
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* 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;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  /*height: 195px; ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
  background: none transparent;

}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* height: 195px; */
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
  background: url("../files/top_header_cover.png") no-repeat center top/ 100%;

}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description{
  margin: 0 auto;
  position: absolute;
  width: auto;
  z-index: 753;
  bottom: calc(100 / var(--easys_naka_main_h) * 100%);
  left:3%;
  line-height: 1;
  text-align: center;
}

#page_6 #site-description{
  bottom: calc(100 / var(--easys_top_main_h) * 100%);
  height: max-content;
  margin: auto;
  width: max-content;
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  background: url("../files/main_logo.png") no-repeat center top/ 100%;
  height: calc(145 / var(--easys_naka_main_h) * 100%);
  left: 0px;
  position: absolute;
  top: 0px;
  width: calc(450 / var(--easys_max_width) * 100%);
  z-index: 2;
}
#page_6 #header_information{
  background: none;
  height: 15%;
  width: 22%;
}
#header_information .post-data{
  height: 100%;
  width: 100%;
}
#header_information .main_header{
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header_information .main_header a{
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
#header_information .main_header a img{
  display: block;
  height: 100%;
  width: 100%;
}
/* gナビ上部固定 */
/* #header_information:has(~ #access.fixed){
  position: fixed;
  top: 0;
  z-index: 1001;
}

@media( min-width: 2000px ){
  #header_information:has(~ #access.fixed){
    left: calc(50% - 1000px + 20px);
  }
} */

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニュー*/
#access{
  height: 100%; /* var(--easys_access_h) 使わない */
  left: 0;
  margin: 0 auto;
  max-width: 2000px;
  min-width: 1300px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: z-index 0s .6s;
  width: 100%;
  z-index: 754; /* .site-description より上 */
}

/* トップページ　上からの位置レスポンシブありのとき　★
#page_6 #access {
  top: calc(40 / var(--easys_top_main_h) * 100%);
  }
*/

#access.open{
  pointer-events: all;
  z-index: 951;
}

.menuWrap{
  left: 0;
  margin-inline: auto;
  max-width: calc(var(--easys_max_width) * 1px);
  min-width: calc(var(--easys_min_width) * 1px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 64px;
  width: 100%;
  z-index: 999;
}

#menuTrigger{
  background: url(../files/btn_menu_off.png) no-repeat center top;
  cursor: pointer;
  height: 60px;
  margin-left: auto;
  margin-right: 60px;
  pointer-events: all;
  transition: background-image .3s, opacity .3s, scale .3s;
  width: 120px;
}

/* #menuTrigger:hover{
  scale: .9;
} */

#menuTrigger.open{
  background: url(../files/btn_menu_close.png) no-repeat center top;
}

#menuTrigger button{
  background: none transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

/* モーダルナビゲーション */
#access .menu-header ul#menu-gnavi{
  background: rgba(43,30,22,0.95);
  box-sizing: border-box;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;

/* ナビ高さ */
  height: 100%;
  inset: 0;
  justify-content: center;

/* ナビ表示位置 */
  margin: auto 0 auto auto;
  margin-left: auto;
  padding-inline: 80px 210px;
  padding-top: 0;
  position: absolute;
  transition: transform .6s;

/*ナビ横幅　↓　★*/
  width: max-content;
}

#access.open .menu-header ul#menu-gnavi{
  transform: translateX(0);
}

/* 縦長のデバイス */
@media (orientation: portrait){
  #access .menu-header ul#menu-gnavi{
    justify-content: center;
    padding-top: 0;
  }
}

/* リストアイテム */
div#access li.menu-item{
  height: 52px;
  width: 210px;
}

div#access .menu-item a{
  background: url("../files/topnavi.png") no-repeat center center;
  background-position-x: left;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

div#access .menu-item a:hover{
  background-position-x: right;
}

/* div#access .menu-item a::before{
  background-color: #4e25b7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .3s;
  width: 0;
}

div#access .menu-item a:hover::before{
  width: 100%;
}

div#access li.menu-item:nth-last-child(-n + 2):hover{
  transform: translateY(-5px);
} */

/* ナビメニュー背景画像 ポジション */
/* y軸 ポジション */
/* 1列目 */
div#access .menu-item:nth-of-type(1) > a{
  background-position-y: 0;
}

div#access .menu-item:nth-of-type(2) > a{
  background-position-y: calc(-52px * 1);
}

div#access .menu-item:nth-of-type(3) > a{
  background-position-y: calc(-52px * 2);
}

div#access .menu-item:nth-of-type(4),
div#access .menu-item:nth-of-type(5),
div#access .menu-item:nth-of-type(6){
  height: 30px;
}

div#access .menu-item:nth-of-type(6){
  margin-bottom: 14px;
}

div#access .menu-item:nth-of-type(4) > a{
  background-position-y: calc(-52px * 3);
}

div#access .menu-item:nth-of-type(5) > a{
  background-position-y: calc(-52px * 3 + -30px * 1);
}

div#access .menu-item:nth-of-type(6) > a{
  background-position-y: calc(-52px * 3 + -30px * 2);
}

div#access .menu-item:nth-of-type(7) > a{
  background-position-y: calc(-52px * 4 + -30px * 2 + 7px);
}

div#access .menu-item:nth-of-type(8) > a{
  background-position-y: calc(-52px * 5 + -30px * 2 + 7px);
}

div#access .menu-item:nth-of-type(9) > a{
  background-position-y: calc(-52px * 6 + -30px * 2 + 7px);
}


/* Gナビ上部固定(最大2000pxを維持) 
#access.fixed {
  position: fixed;
  padding: 0;
  min-width: 960px;
}
#access.fixed .menu-header {
  display: flex;
  justify-content: center;
  max-width: calc(var(--easys_max_width)*1px);
  width: 100%;
  background-color: rgba(255,255,255,0.95);
}
#access.fixed .menu-header #menu-gnavi {
  margin-right: 0;
}*/

/* プルダウンメニュー */
#access ul li ul li {
  border-bottom: 1px dotted var(--border_color);
}
#access ul li ul li a {
  padding: 15px 10px;
  background-color: var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em;
}
#access ul li ul li a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}


/* カレントページのメニュー */
#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: var(--easys_standard_value003);
}
#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: var(--easys_standard_value004);
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

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

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

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /*絶対値指定する時  */
  position: absolute;
  top: 335px;
  inset-inline: 0;
  margin: 0;
  width: auto;
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




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

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#footer_information{
    position: absolute;
    top: 180px;
    left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  /*絶対値指定する時
  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;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}
/* 中央寄せの時 */
#copyright {
  position: absolute;
  bottom: 120px;
  inset-inline: 0;
  margin: 0 auto;
  width: max-content;
}

/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  background: url(../files/btn_bg.png) no-repeat center center;
  position:fixed;
  /* bottom:var(--fixed_side_btn_bottom); */
  height: max-content;
  inset-block: 0;
  margin: auto;
  padding-block: 50px;
  right:var(--fixed_side_btn_side);
  z-index:1000;
  pointer-events:none;
}
.fixed_side_btn div {
  position:relative;
  width:var(--fixed_side_btn_width_full);
  height:var(--fixed_side_btn_height);
  margin-bottom:var(--fixed_side_btn_margin);
  overflow:hidden;
  transition:transform 0.3s ease;
  transform:translateX(calc(var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)));
  pointer-events:auto;
}
.fixed_side_btn div:last-child {
  margin-bottom:0;
}
.fixed_side_btn div:hover {
  transition:transform 0.5s ease;
  transform:translateX(0px);
}
.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}

/* デフォルトボタン */
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten.png);
}
.fixed_side_btn .map a {
  background-image:url(../files/btn_map.png);
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
}
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog.png);
}

/* SNSボタン */
.fixed_side_btn .line a {
  background-image:url(../files/btn_line.png);
}
.fixed_side_btn .instagram a {
  background-image:url(../files/btn_insta.png);
}
.fixed_side_btn .facebook a {
  background-image:url(../files/btn_facebook.png);
}
.fixed_side_btn .youtube a {
  background-image:url(../files/btn_youtube.png);
}
.fixed_side_btn .tiktok a {
  background-image:url(../files/btn_tiktok.png);
}

/* 個別ボタンの高さ調整 */
.fixed_side_btn .gaten {
  height: 150px;
}

/* 2000幅を超えた時 */
/* #wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
} */

@media (min-width: 2000px) {
  .fixed_side_btn {
    right: calc(50% - 940px);
    width:var(--fixed_side_btn_width_collapsed);
  }
  /* .fixed_side_btn div {
    transform:translateX(0);
  }

  .fixed_side_btn div:hover {
    transform:translateX(calc((var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)) * -1));
  } */
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
/* #float_top_btn{
  transition: scale .3s ease;
}

#float_top_btn:hover{
    scale: .9;
}

#float_top_btn a:hover img {
  opacity: 1;
} */

:root{
  /* トップに戻るボタン */
  --float_top_btn_w: 70px;
  --float_top_btn_x: 20px;
}
@media(min-width:2000px){
  #float_top_btn{
    left: calc(50% + (1000px - var(--float_top_btn_w) - var(--float_top_btn_x)));
  }
}
#float_top_btn{
  bottom: 20px;
  right: var(--float_top_btn_x);
  width: var(--float_top_btn_w);
}

#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);
  box-sizing: border-box;
  color: var(--top_entry_title_color);
  height: 100px;
  line-height: 1;
  padding-top: 50px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*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: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.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: var(--font_size_20);
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* 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: var(--half_entry_title_bg_color);
}

* .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: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .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: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.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: var(--font_size_20);
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

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

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

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


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

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: solid 1px var(--table_bordear_color);
  border-right: none;
  border-left: none;
  background: none var(--td_background_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  background-color: var(--th_background_color);
  border-left: solid 1px var(--table_border_color) !important;
  color: var(--th_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child {
  border-right: solid 1px var(--table_border_color) !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

/*  置きEASYS専用（html.okieasys時のみ適用）
---------------------------------------------------------------------------------------------------- */
/* ヘッダー */
html.okieasys #header_information .main_header a {
  font-size: 24px;
  color: var(--body_text_color);
  padding-block: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 500;
}
html.okieasys #branding_box {
  background: none;
}
/* フッター */
html.okieasys #footer_box {
  background: none;
}
html.okieasys #footer_information .entry-post .post-data .footer_sitename {
  font-size: 20px;
}


/* リンク画像ホバー時 opacity調整 */
.field_1col a:hover img, .field_2col a:hover img, .field_3col a:hover img, .field_4col a:hover img, .field_5col a:hover img{
  opacity: 1;
}

/*全体フェードイン*/
.easys_content:not(.nd_01):not(.ndb_01):not([class*="kd_"]) .easys_content_inner,
.ndb_01 .post_data{
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
}

.easys_content:not(.nd_01):not(.ndb_01):not([class*="kd_"]) .easys_content_inner.moved,
.ndb_01 .post_data.moved{
  opacity: 1;
  transform: none;
}

/* LPまたはONE 詳細ページ以外の #page_6 のpadding削除 */
#page_6:not(.detail) #jquery_slider_pc + #outer_block,
#page_6:not(.detail) #video_teaser + #outer_block{
  padding-top: 0;
}

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

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


/* アニメーション画像 */
.add-image,
.add-image img{
  display: block;
  pointer-events: none;
  width: max-content;
}

.add-image,
.add-image img{
  transition: clip-path 1.3s ease,
  filter 1.3s ease,
  opacity 1.3s ease,
  scale 1.3s ease,
  transform 1.3s ease;
}

.add-image{
  position: absolute;
}

/* フェードイン後 */
.add-image.moved,
.add-image.moved img{
  filter: none;
  opacity: 1;
  scale: 1;
  transform: none;
}

.add-image img{
  height: auto;
}

/* general */
.animation-from-bottom{
  opacity: 0;
  transform: translateY(100px);
}

.animation-from-left{
  opacity: 0;
  transform: translateX(-100px);
}

.animation-from-right{
  opacity: 0;
  transform: translateX(100px);
}

.animation-from-top{
  opacity: 0;
  transform: translateY(-100px);
}

.animation-min-from-bottom{
  opacity: 0;
  transform: translateY(20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-right{
  opacity: 0;
  transform: translateX(20px);
}

.animation-min-from-top{
  opacity: 0;
  transform: translateY(-20px);
}

/* scale */
.animation-scale{
  opacity: 0;
  scale: 0;
}

.animation-scale-shrink{
  opacity: 0;
  overflow: hidden;
}

.animation-scale-shrink img{
  scale: 1.1;
  transition: scale 2s ease;
}

/* css animation */
.css-floating{
  animation: css-floating 3s ease-in-out infinite;
}

@keyframes css-floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.css-rotate-from-right{
  animation: css-rotate-from-right 20s linear;
}

@keyframes css-rotate-from-right {
  to {
    transform: rotate(360deg);
  }
}

/* border-radius */
.border-bottom-left-radius{
  border-bottom-left-radius: 40px;
}
.border-bottom-right-radius{
  border-bottom-right-radius: 40px;
}
.border-top-left-radius{
  border-top-left-radius: 40px;
}
.border-top-right-radius{
  border-top-right-radius: 40px;
}

/* DB共通 */
.ndb_01:first-child{
  margin-top: -70px;
}

.ndb_01 [class*="headline_title"]{
  display: none;
}

.ndb_01 .text_box{
  overflow: visible;
}

/* 翻訳
--------------------------------------- */
body #progress {
  z-index: 200003;
}

body #glt-translate-trigger {
  position: fixed;
  top: 64px;
  right: 195px;
  padding: 0;
  width: 120px;
  height: 60px;
  text-indent: -9999px;
  box-shadow: none;
  background: url(../files/btn_translate.png) no-repeat center;
}
body #glt-translate-trigger::after{
  background: url(../files/btn_translate.png) no-repeat center;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body #glt-translate-trigger.pressed::after{
  opacity: 1;
}
body #glt-translate-trigger.fixed {
  position: fixed !important;
  top: 40px !important;
}
@media (min-width: 2000px) {
  body #glt-translate-trigger {
    right: calc(50% - 805px);
  }
}
@media (max-width: 1300px) {
  body #glt-translate-trigger {
    left: 964px;
    right: inherit;
  }
}

body .tool-container.tool-top {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  padding: 20px 4px;
  top: 124px !important;
  left: inherit !important;
  right: calc(170px - 2px) !important;
}
.tool-container .tool-items{
  display: flex;
  flex-direction: column;
  width: 170px;
}

/* 背景 */
body .tool-container .tool-items a,
body .tool-container a.united-states[title="English"]{
  background: none !important;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  margin: 8px 0;
  position: relative;
  width: 100% !important;
}

body .tool-container .tool-items a::before{
  text-transform: uppercase;
}

body .tool-container .tool-items a[title*="Japanese"]::before{
  content: "Japanese";
}
body .tool-container .tool-items a[title*="English"]::before{
  content: "English";
}
body .tool-container .tool-items a[title*="Chinese (Simplified)"]::before{
  content: "Chinese(Simplified)";
}
body .tool-container .tool-items a[title*="Chinese (Traditional)"]::before{
  content: "Chinese(Traditional)";
}
body .tool-container .tool-items a[title*="Korean"]::before{
  content: "Korean";
}

@media(min-width: 2000px) {
  body .tool-container.tool-top {
    right: calc(50% - 830px - 2px) !important;
  }
}
@media(max-width: 1300px) {
  body .tool-container.tool-top {
    left: calc(940px - 2px) !important;
    right: inherit !important;
  }
}

/* アロー部分 */
.tool-container.tool-top .arrow{
  display: none;
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* ===========================================================================
   トップページ   pageID：6
=========================================================================== */

/*コンテンツ画像 > 『いってらっしゃい』『おかえりなさい』沖縄県那覇市のComic&Cafe Boxy
kby15tusui0wtulrsxty
--------------------------------------- */
#kby15tusui0wtulrsxty{
  position: relative;
}

#kby15tusui0wtulrsxty div{
  margin-bottom: 0;
  padding: 0;
}

#kby15tusui0wtulrsxty .field_1col:hover img{
  opacity: 1;
}

#kby15tusui0wtulrsxty .eyecatch{
  width: 100%;
}

/* fix center */
#kby15tusui0wtulrsxty .easys_content_inner{
  width: 100%;
}

#kby15tusui0wtulrsxty .field_1col:last-child{
  width: 100%;
}

#kby15tusui0wtulrsxty .field_1col:last-child img{
  margin-inline: calc(-2000px / 2);
  width: 2000px;
}

/*バナー > 店舗案内
fjviuow1cphm8qcofl09
--------------------------------------- */
#fjviuow1cphm8qcofl09{
  position: relative;
}

#fjviuow1cphm8qcofl09 div{
  margin-bottom: 0;
  padding: 0;
}

#fjviuow1cphm8qcofl09 .field_1col:nth-last-child(n + 2){
  height: max-content;
  position: absolute;
  width: max-content;
  z-index: 1;
}

#fjviuow1cphm8qcofl09 .field_1col:first-child{
  inset-inline: 0;
  margin: auto;
  top: 30px;
}

#fjviuow1cphm8qcofl09 .field_1col:first-child:after{
  background: url(../files/bnr_about_on.png) no-repeat center center;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}

#fjviuow1cphm8qcofl09 .field_1col:hover::after{
  opacity: 1;
}

#fjviuow1cphm8qcofl09 .field_1col:nth-last-child(2){
  pointer-events: none;
}

#fjviuow1cphm8qcofl09 a{
  display: block;
  position: relative;
  z-index: 1;
}

#fjviuow1cphm8qcofl09 .field_1col:hover img{
  opacity: 1;
}

#fjviuow1cphm8qcofl09 .eyecatch{
  width: 100%;
}

/* fix center */
#fjviuow1cphm8qcofl09 .easys_content_inner{
  width: 100%;
}

#fjviuow1cphm8qcofl09 .field_1col:last-child{
  width: 100%;
}

#fjviuow1cphm8qcofl09 .field_1col:last-child img{
  margin-inline: calc(-2000px / 2);
  width: 2000px;
}

/*DB > 深夜でも早朝でも、心ほどける　あなたの“ひと休み”に。
f346dbic93dlt65ufv56
--------------------------------------- */
#f346dbic93dlt65ufv56 {
  background: url(../files/design01_bg01.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}
#f346dbic93dlt65ufv56::after{
  background: url(../files/design01_bg02.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#f346dbic93dlt65ufv56 .easys_content_inner,
#f346dbic93dlt65ufv56 .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#f346dbic93dlt65ufv56 .easys_content_inner {
  position: relative;
}
#f346dbic93dlt65ufv56 .text_box {
  right: 0;
  position: absolute;
  top: 665px;
  width: 415px;
}
#f346dbic93dlt65ufv56 .post_data,
#f346dbic93dlt65ufv56 .post_data :last-child {
  margin-bottom: 0;
}
#f346dbic93dlt65ufv56 .post_data {
  color: currentColor;
}

/* ボタン */
#f346dbic93dlt65ufv56 .main_btn{
  background: url(../files/design01_btn_off.png) no-repeat center center;
  height: 70px;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  margin-top: 44px;
  width: 380px;
}

#f346dbic93dlt65ufv56 .main_btn a{
  background: none;
  border-radius: 0;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
}

#f346dbic93dlt65ufv56 .main_btn a::before,
#f346dbic93dlt65ufv56 .main_btn a::after{
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .4s ease 0s, opacity .4s ease 0s;
  width: 100%;
}

#f346dbic93dlt65ufv56 .main_btn a::before{
  background: url(../files/design01_btn_off.png) no-repeat center center;
}

#f346dbic93dlt65ufv56 .main_btn a::after{
  /* ON画像 */
  background: url(../files/design01_btn_on.png) no-repeat center center;
  opacity: 0;
}

#f346dbic93dlt65ufv56 .main_btn a:hover::before{
  opacity: 0;
}

#f346dbic93dlt65ufv56 .main_btn a:hover::after{
  opacity: 1;
}

/* 追加画像 */
.design01_img01 {
  left: calc(50% + 335px);
  top: 376px;
  z-index: 1;
}
.design01_img02 {
  left: calc(50% - 1000px);
  top: 125px;
}

/*DB > お腹も心も満たす、街のごはん処。
hbcyhezsywqd0qyfn4bk
--------------------------------------- */
#hbcyhezsywqd0qyfn4bk {
  background: url(../files/design02_bg01.jpg) no-repeat center top;
  height: 1410px;
  position: relative;
}
#hbcyhezsywqd0qyfn4bk .easys_content_inner,
#hbcyhezsywqd0qyfn4bk .entry_post {
  height: 100%;
  margin-bottom: 0;
  width: 1030px;
}
#hbcyhezsywqd0qyfn4bk .easys_content_inner {
  position: relative;
}
#hbcyhezsywqd0qyfn4bk .text_box {
  display: flex;
  justify-content: space-between;
  right: 0;
  position: absolute;
  top: 270px;
  width: 766px;
}
#hbcyhezsywqd0qyfn4bk .post_data,
#hbcyhezsywqd0qyfn4bk .post_data :last-child {
  margin-bottom: 0;
}
#hbcyhezsywqd0qyfn4bk .post_data {
  color: currentColor;
  width: 560px;
}

/* ボタン */
#hbcyhezsywqd0qyfn4bk .main_btn{
  background: url(../files/design02_btn_off.png) no-repeat center center;
  height: 150px;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  margin-top: 0;
  width: 150px;
}

#hbcyhezsywqd0qyfn4bk .main_btn a{
  background: none;
  border-radius: 0;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
}

#hbcyhezsywqd0qyfn4bk .main_btn a::before,
#hbcyhezsywqd0qyfn4bk .main_btn a::after{
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .4s ease 0s, opacity .4s ease 0s;
  width: 100%;
}

#hbcyhezsywqd0qyfn4bk .main_btn a::before{
  background: url(../files/design02_btn_off.png) no-repeat center center;
}

#hbcyhezsywqd0qyfn4bk .main_btn a::after{
  /* ON画像 */
  background: url(../files/design02_btn_on.png) no-repeat center center;
  opacity: 0;
}

#hbcyhezsywqd0qyfn4bk .main_btn a:hover::before{
  opacity: 0;
}

#hbcyhezsywqd0qyfn4bk .main_btn a:hover::after{
  opacity: 1;
}

/* 追加画像 */
.design02_img01 {
  right: calc(50% - 1000px);
  top: 516px;
}

/*DB > 沖縄家庭料理 沖縄で愛される味を、できたてで。
xi2d1kcrlllapr5pbsf1
--------------------------------------- */
#xi2d1kcrlllapr5pbsf1 {
  background: url(../files/design03_bg01.jpg) no-repeat center top;
  height: 1310px;
  position: relative;
}
#xi2d1kcrlllapr5pbsf1 .easys_content_inner,
#xi2d1kcrlllapr5pbsf1 .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#xi2d1kcrlllapr5pbsf1 .easys_content_inner {
  position: relative;
}
#xi2d1kcrlllapr5pbsf1 .text_box {
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  top: 1006px;
  width: 860px;
}
#xi2d1kcrlllapr5pbsf1 .post_data,
#xi2d1kcrlllapr5pbsf1 .post_data :last-child {
  margin-bottom: 0;
}
#xi2d1kcrlllapr5pbsf1 .post_data {
  color: #fff;
}

/* 追加画像 DB4の分 */
.design04_img01 {
  right: calc(50% - 1000px);
  bottom: -276px;
  z-index: 2;
}

/*DB > 食べる・くつろぐ・作業する ふらっと立ち寄れて、ゆったり過ごせる
k7u1g7rtmgq6c695kvet
--------------------------------------- */
#k7u1g7rtmgq6c695kvet {
  backface-visibility: hidden;
  clip-path: inset(0);
  height: 940px;
  position: relative;
}

#k7u1g7rtmgq6c695kvet::before{
  background: url(../files/design04_bg01.jpg) no-repeat center top/ cover;
  content: "";
  display: block;
  height: 100vh;
  inset-inline: 0;
  margin-inline: auto;
  position: fixed;
  top: 0;
  width: clamp(1300px, 100%, 2000px);
  z-index: -1;
}

#k7u1g7rtmgq6c695kvet::after{
  background: url(../files/design04_bg02.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#k7u1g7rtmgq6c695kvet .easys_content_inner,
#k7u1g7rtmgq6c695kvet .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#k7u1g7rtmgq6c695kvet .easys_content_inner {
  position: relative;
}
#k7u1g7rtmgq6c695kvet .text_box {
  left: 0;
  position: absolute;
  top: 483px;
  width: 410px;
  z-index: 1;
}
#k7u1g7rtmgq6c695kvet .post_data,
#k7u1g7rtmgq6c695kvet .post_data :last-child {
  margin-bottom: 0;
}
#k7u1g7rtmgq6c695kvet .post_data {
  color: #fff;
}

/* 追加画像 */
.design04_img02 {
  left: calc(50% - 185px);
  top: 206px;
}

/*DB > 7000冊！最新刊から、気になる人気コミックまで揃っています
j9t7cpflhcfc0g3lz0se
--------------------------------------- */
#j9t7cpflhcfc0g3lz0se {
  background: url(../files/design05_bg01.jpg) no-repeat center top;
  height: 1160px;
  position: relative;
}
#j9t7cpflhcfc0g3lz0se .easys_content_inner,
#j9t7cpflhcfc0g3lz0se .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#j9t7cpflhcfc0g3lz0se .easys_content_inner {
  position: relative;
}
#j9t7cpflhcfc0g3lz0se .text_box {
  right: 0;
  position: absolute;
  top: 575px;
  width: 440px;
}
#j9t7cpflhcfc0g3lz0se .post_data,
#j9t7cpflhcfc0g3lz0se .post_data :last-child {
  margin-bottom: 0;
}
#j9t7cpflhcfc0g3lz0se .post_data {
  color: #fff;
}

/* 追加画像 */
.design05_img01 {
  left: calc(50% - 1000px);
  top: 218px;
}
.design05_img02 {
  left: calc(50% - 1000px);
  top: -112px;
}

/*バナー > お問い合わせ/公式LINE(※top)
zrykw8omd4cxphkoxo5g
--------------------------------------- */
#zrykw8omd4cxphkoxo5g{
  background: url(../files/bnrhalf_bg01.jpg) no-repeat center center;
  padding-block: calc((600px - 260px) / 2);
  position: relative;
}

#zrykw8omd4cxphkoxo5g div{
  margin-bottom: 0;
  padding: 0;
}

#zrykw8omd4cxphkoxo5g .easys_content_inner{
  overflow: visible;
  padding-left: calc(960px - 540px);
  width: 540px;
}

#zrykw8omd4cxphkoxo5g .img_display{
  overflow: visible !important;
}

#zrykw8omd4cxphkoxo5g [class*="field_"]{
  overflow: hidden;
  position: relative;
  width: 260px !important;
}

#zrykw8omd4cxphkoxo5g .float_left{
  margin-right: 5px;
}

#zrykw8omd4cxphkoxo5g [class*="field_"]::after{
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

#zrykw8omd4cxphkoxo5g [class*="field_"]:nth-child(1)::after{
  background: url(../files/bnrhalf_contact_on.png) no-repeat center center/ 100%;
}
#zrykw8omd4cxphkoxo5g [class*="field_"]:nth-child(2)::after{
  background: url(../files/bnrhalf_line_on.png) no-repeat center center/ 100%;
}

#zrykw8omd4cxphkoxo5g [class*="field_"]:hover::after{
  opacity: 1;
}

#zrykw8omd4cxphkoxo5g a{
  display: block;
  position: relative;
  z-index: 1;
}

#zrykw8omd4cxphkoxo5g [class*="field_"]:hover img{
  opacity: 1;
}

#zrykw8omd4cxphkoxo5g .eyecatch{
  width: 100%;
}

/*タイトル＞新着情報
g1tti3n35c1cf5py6q2a
--------------------------------------- */

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */

/*イメージ動画
geobllmwo1720m66b6qa
--------------------------------------- */
#geobllmwo1720m66b6qa{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

#geobllmwo1720m66b6qa div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#geobllmwo1720m66b6qa .easys_content_inner{
  height: 100%;
  width: 100%;
}

#geobllmwo1720m66b6qa .eyecatch{
  display: block;
}

#geobllmwo1720m66b6qa a:hover::before{
  opacity: 1;
}

#geobllmwo1720m66b6qa .field_1col:first-child{
  margin-inline: calc(50% - 1000px);
  position: absolute;
  width: 2000px;
}

#geobllmwo1720m66b6qa video{
  margin-inline: calc(50% - 1000px);
  width: 2000px;
}

/*会社概要 (top)
rf8jvyojuils00h86sxy
--------------------------------------- */

/* ===========================================================================
   コンセプト   pageID：9
=========================================================================== */

/*DB > この街に、いつでも灯りがついているComic&Cafe Boxy
sl00nv0ce512y7hei7fx
--------------------------------------- */
#sl00nv0ce512y7hei7fx {
  background: url(../files/design06_bg01.jpg) no-repeat center top;
  height: 1730px;
  position: relative;
}
#sl00nv0ce512y7hei7fx::after{
  background: url(../files/design06_bg02.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#sl00nv0ce512y7hei7fx .easys_content_inner,
#sl00nv0ce512y7hei7fx .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#sl00nv0ce512y7hei7fx .easys_content_inner {
  position: relative;
}
#sl00nv0ce512y7hei7fx .text_box {
  right: 0;
  position: absolute;
  top: 611px;
  width: 420px;
}
#sl00nv0ce512y7hei7fx .post_data,
#sl00nv0ce512y7hei7fx .post_data :last-child {
  margin-bottom: 0;
}
#sl00nv0ce512y7hei7fx .post_data {
  color: currentColor;
}

/* 追加画像 */
.design06_img01 {
  left: calc(50% - 633px);
  top: 951px;
  z-index: 1;
}
.design06_img02 {
  left: calc(50% - 163px);
  top: 1022px;
}

/* ===========================================================================
   メニュー   pageID：12
=========================================================================== */

/*DB > 今日は何食べる？が楽しみに！ 朝・昼・夜 “食べたい”が見つかる。
i5m3g6fumkcfgd58djr1
--------------------------------------- */
#i5m3g6fumkcfgd58djr1 {
  background: url(../files/design07_bg01.jpg) no-repeat center top;
  height: 1300px;
  position: relative;
}
#i5m3g6fumkcfgd58djr1 .easys_content_inner,
#i5m3g6fumkcfgd58djr1 .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#i5m3g6fumkcfgd58djr1 .easys_content_inner {
  position: relative;
}
#i5m3g6fumkcfgd58djr1 .text_box {
  left: 0;
  position: absolute;
  top: 845px;
  width: 815px;
}
#i5m3g6fumkcfgd58djr1 .post_data,
#i5m3g6fumkcfgd58djr1 .post_data :last-child {
  margin-bottom: 0;
}
#i5m3g6fumkcfgd58djr1 .post_data {
  color: currentColor;
}

/* ===========================================================================
   店舗案内   pageID：81
=========================================================================== */

/*DB > ごあいさつ この街でこれからも皆さまから愛される様に
jyxixfwieat26hhgueu8
--------------------------------------- */
#jyxixfwieat26hhgueu8 {
  background: url(../files/design08_bg01.jpg) no-repeat center top;
  height: 1040px;
  overflow: hidden;
  position: relative;
}
#jyxixfwieat26hhgueu8::before {
  position: absolute;
  top: -150px;
  left: calc(50% + 164px);
  z-index: 1;
  display: block;
  width: calc(442px * 1.3);
  height: 130%;
/* ループさせる画像 */
  background: url(../files/design08_img01.png) repeat-y left top/ 100%;
  content: "";
  animation: loop_design08_img01 40s linear 0s infinite;
  pointer-events: none;
  rotate: -21.125deg;
}
@keyframes loop_design08_img01 {
  to {
    background-position: left top calc(-1672px * 1.3);
  }
}
#jyxixfwieat26hhgueu8::after{
  background: url(../files/design08_bg02.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#jyxixfwieat26hhgueu8 .easys_content_inner,
#jyxixfwieat26hhgueu8 .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#jyxixfwieat26hhgueu8 .easys_content_inner {
  position: relative;
}
#jyxixfwieat26hhgueu8 .text_box {
  left: 0;
  position: absolute;
  top: 447px;
  width: 385px;
}
#jyxixfwieat26hhgueu8 .post_data,
#jyxixfwieat26hhgueu8 .post_data :last-child {
  margin-bottom: 0;
}
#jyxixfwieat26hhgueu8 .post_data {
  color: currentColor;
}

/* ===========================================================================
   求人情報   pageID：15
=========================================================================== */

/*DB > 地域に愛される店を、一緒に育てる。一緒に“ホッとする場所”をつくりませんか。
gmhkbfvbn35w330ldcjs
--------------------------------------- */
#gmhkbfvbn35w330ldcjs {
  background: url(../files/design09_bg01.jpg) no-repeat center top;
  height: 1040px;
  position: relative;
}
#gmhkbfvbn35w330ldcjs .easys_content_inner,
#gmhkbfvbn35w330ldcjs .entry_post {
  height: 100%;
  margin-bottom: 0;
}
#gmhkbfvbn35w330ldcjs .easys_content_inner {
  position: relative;
}
#gmhkbfvbn35w330ldcjs .text_box {
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  top: 473px;
  width: 885px;
}
#gmhkbfvbn35w330ldcjs .post_data,
#gmhkbfvbn35w330ldcjs .post_data :last-child {
  margin-bottom: 0;
}
#gmhkbfvbn35w330ldcjs .post_data {
  color: #fff;
  text-align: center;
}



/* =========================　2026/06/15　代理修正　========================= */

/* マウスストーカー */
body {
  cursor: none;
}

#footer_block svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}
#footer_block circle {
  fill: #000;
  transition: r 0.3s ease, fill 0.3s ease;
}
#footer_block circle.hovered {
  fill: #000;
  opacity: 0.4;
}

#footer_block .follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100px;
  background: url(../files/cursor_off.png) no-repeat right bottom;
  transition: transform ease 0.3s;
  z-index: 1000001;
  pointer-events: none;
  cursor: none;
}
#footer_block .follower.is-active{
  width: 110px;
  height: 130px;
  transition: transform ease 0.3s;
  background: url(../files/cursor_on.png) no-repeat right bottom;
}
