
html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 400;
  color: #292929;
  background: transparent;
  font-size: 15px;
  line-height: 1.7;
}

/* ===== デフォルト：スマホ ===== */
.sp-only{ display: block; }
.tb-only,
.pc-only{ display: none; }

/* ===== タブレット ===== */
@media (min-width: 768px){
  .sp-only{ display: none; }
  .tb-only{ display: block; }
}

/* ===== PC ===== */
@media (min-width: 1024px){
  .tb-only{ display: none; }
  .pc-only{ display: block; }
}

/* ===== PC/tab共通、spだけ別 ===== */
.tbpc-only{
  display: none;
}
@media (min-width: 768px){
  .tbpc-only{
    display: block; /* flex / grid でもOK */
  }
}

.pageTop{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;

  width: 56px;
  height: 56px;

  display: grid;
  place-items: center;
}

.pageTop img{
  width: 100%;
  height: auto;
  display: block;
}


/* ===== header / hamburger ===== */
.siteHeader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  z-index: 1000;
  background: #fff;
}


/* 右上固定 */
.hamburger{
  position: fixed;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;

  background: rgba(255,255,255,.66); /* 白透過ベタ */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 6px;

  cursor: pointer;
  z-index: 1100; /* モーダルより上に */
  -webkit-tap-highlight-color: transparent;
}

/* 三本線 → × に変形 */
.hamburger__lines{
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  background: #111;
  border-radius: 999px;
  transition: transform .25s ease, background .25s ease;
}

.hamburger__lines::before,
.hamburger__lines::after{
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #111;
  border-radius: 999px;
  transition: transform .25s ease, top .25s ease, opacity .25s ease;
}

.hamburger__lines::before{ top: -8px; }
.hamburger__lines::after{  top:  8px; }

/* ===== modal ===== */
.menuModal{
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
}

.menuModal.is-open{
  display: block;
}

/* 背景 */
.menuModal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

/* メニュー本体（中央配置） */
.menuModal__panel{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center; /* 中央寄せ */
  padding: 24px;
}

/* リンクテキスト中央揃え */
.menuModal__list{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: grid;
  gap: 24px;
}

.menuModal__list a{
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #bebebe;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.4em;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: .04em;
}

/* ===== open state ===== */
body.is-menu-open{
  overflow: hidden; /* 背景スクロール停止 */
}

/* ×に変形 */
body.is-menu-open .hamburger__lines{
  background: transparent;
}

body.is-menu-open .hamburger__lines::before{
  top: 0;
  transform: rotate(45deg);
}

body.is-menu-open .hamburger__lines::after{
  top: 0;
  transform: rotate(-45deg);
}

.page{
  display: flex;
}

.left_catarea{
  background-image: url(../images/left_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
  width: 10vw;
}
.left_catarea .cat{
  width: 10vw;
  position: fixed;
  top: 0;
  left: 0;
}

#main{
  position: relative;
  z-index: 1;
  margin-left: 10px;
  padding: 20px 10px 0 0;
  flex: 1;
  min-height: 100vh;
}



li{
  list-style: none;
}



*{box-sizing:border-box;}
html,body{height:100%;}
body{margin:0;}

.fv_cat{
  display: flex;
  flex-direction: column; 
  margin-top: 60px;
}
.fv_cat a{
  width: 98%;
}
.fv_cat h1{
  font-size: 16px;
  font-weight: 700;
  margin: 1em 0;
}

.intro_p{
  margin: 30px 0;
}

.about{
  padding: 1em;
  border: 2px solid #6b4c21;
  color: #6b4c21;
  margin-top: 1em;
  margin-right: 10px;
  margin-bottom: 40px;
  max-width: 800px;
  width: auto;
}

.color_wagyu{
  border: 2px solid #6b4c21;
  color: #6b4c21;
}

.color_kome{
  border: solid 2px #37488c;
  color: #37488c;
}
.color_aika{
  border: solid 2px #be1e13;
  color: #be1e13;
}
.color_shamo{
  border: solid 2px #144f2d;
  color: #144f2d;
}
.color_cheese{
  border: solid 2px #2687c3;
  color: #2687c3;
}
.color_pork{
  border: solid 2px #cb5354;
  color: #cb5354;
}
.color_mas{
  border: solid 2px #cd5d00;
  color: #cd5d00;
}
.color_nik{
  border: solid 2px #8d7531;
  color: #8d7531;
}
.color_others{
  border: solid 2px #37a02f;
  color: #37a02f;
}
.about h2{
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700;
}
.under_wagyu{
  border-bottom: 2px solid #6b4c21;
}
.under_kome{
  border-bottom: solid 2px #37488c;
}
.under_aika{
  border-bottom: solid 2px #be1e13;
}
.under_shamo{
  border-bottom: solid 2px #144f2d;
}
.under_cheese{
  border-bottom: solid 2px #2687c3;
}
.under_pork{
  border-bottom: solid 2px #cb5354;
}
.under_mas{
  border-bottom: solid 2px #cd5d00;
}
.under_nik{
  border-bottom: solid 2px #8d7531;
}
.under_others{
  border-bottom: solid 2px #37a02f;
}

.shutoken_ttl{
  padding: 1em 1.6em;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #cdecc3e6;
  color: #00843b;
  margin-bottom: 40px;
}
.kansaiken_ttl{
  background-color: #ffc3ad;
  color: #d16138;
  margin-top: 80px;
}

.menu_list{
  margin: 20px auto 30px;
  display: flex;
  flex-direction: column;
  gap: 2.6em;
}
.menu_list .single{
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.menu_img{
  width: auto;
}
.menutext{
  width: auto;
}
.menuttl{
  font-size: 1.2em;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 0.7em 1em;
  background-color: #eeeee8;
}

.to_shop{
  display: inline-block;
  font-weight: 700;
  /* padding-bottom: 0.2em; */
  /* border-bottom: 1px solid #292929; */
  text-decoration: underline;
  text-decoration-color: #eeeee8;
  text-decoration-thickness: 5px;
  text-underline-offset: 0.2em;
  color: #292929;
  margin-top: 22px;
}



.kansaiken_bdcolor{
  border-color: #ffc3ad;
}
.kansaiken_bgcolor{
  background-color: #ffd2c1;
}
.kansaiken_color{
  color: #c04113;
}

/* フッター */
footer{
  background-color: #eeeee8;
  padding: 2em;
}

/*  ==================================================
   Tablet
================================================== */
@media (min-width: 768px){
  body{
    font-size: 17px;
  }
  .left_catarea .cat{
    width: 6vw;
  }
  
  #main{
    margin-left: 20px;
    padding: 20px 20px 0 0;
    flex: 1;
    min-height: 100vh;
  }
  .left_catarea{
    width: 6vw;
  }
  .fv_cat{
    display: flex;
    flex-direction: row; 
  }
  .fv_cat a{
    width: 50%;
  }
  .fv_cat h1{
    font-size: 20px;
    margin: 1em 0;
  }
  
  .intro_p{
    margin: 30px 0;
  }
  
  .about{
    padding: 1em;
    margin-top: 1em;
  }
  
  .about h2{
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-size: 18px;
  }

  .menu_list{
    margin: 20px auto 30px;
  }
  .menu_list .single{
    flex-direction: row;
    gap: 1em;
  }
  .menu_img{
    max-width: 700px;
    width: 40%;
  }
  .menutext{
    flex: 1;
  }
}



/*  ==================================================
   Pc
================================================== */
@media (min-width: 1024px){
  body{
    font-size: 18px;
  }

  
}