@charset "utf-8";

/*----------------------------------------------  */
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;text-align: left; -webkit-appearance: none;
-webkit-text-size-adjust: 100%;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

 
/*----------------------------------------------  */
body {
 font: 14px/1.7 Helvetica, Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	-webkit-text-size-adjust:100%;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-style: normal;
  color: #3e3a3a;
  background: #e0f1f1;
}
/* ヘッダー内のコンテナ幅を制限（最重要） */
#header .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width : 769px) {
  body {
    font: 14px/1.7;
  }
}
table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
}
figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  text-align: center;
}
iframe[src$=".pdf"]{
    width:100%;
    height:80vh;
}
/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline: none;
  color: #e0f1f1;
  ;
}
a:hover {
  text-decoration: none;
}
a, a:hover, a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}
/* ----------------------------------------------

 * 要素を左右中央寄せ

----------------------------------------------

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc)
}
container {
  max-width: 1280px;
  margin: 0 auto;
}
.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both
}
.row {
  padding-bottom: 0
}
.col {
  display: block;
  float: left;
  width: 100%
}
@media (min-width:769px), print {
  .gutters .col {
    margin-left: 2%;
  }
  .gutters .col:first-child {
    margin-left: 0;
  }
  .gutters .colR:first-child {
    margin-right: 0;
  }
  .sp {
    display: none;
  }
}
@media(max-width:767px) {
  .sp_none {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto; /*IE8のみ適用*/
}

/* ---------------------------------------------------------------------------------------------

　   HEADER
--------------------------------------------------------------------------------------------- */
#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #e0f1f1;
  border-bottom: 5px double #3e3a3a;
}
#gNav a:hover {
  color: #3e3a3a;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #3e3a3a;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #3e3a3a;
  color: #e0f1f1;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
@media only screen and (max-width : 768px) {
  #header {
    padding: 0px 0;
    height: 60px;
  }
  .h_logo {
    width: 132px;
    position: absolute;
    top: 0;
    left:0;
    z-index: 100;
  }
  .h_logo img {
    width: 100%;
    position: absolute;
    top: -5px;
    left: -20;
  }
  .h_logo.mini{
  width:22%;
  transition: 0.5s;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}
@media print, screen and (min-width : 769px) {
  #header {
    height: 60px;
  }
  .h_logo img {
    width: 200px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .h_logo.mini{
  width:24%;
  transition: 0.5s;
  }

  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 8px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #3e3a3a;
  }
  #gNav li:hover ul.sub-menu {
    top: 58px;
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #e0f1f1;
  }
  #gNav .sub-menu li a:hover {
    background: #3e3a3a;
    text-decoration: underline;
  }
  #gNav .contact_btn a:hover {
    color: #e0f1f1;
  }
 }
@media print, screen and (max-width : 1024px) {
  #header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #3e3a3a;
  font-size: 14px;
  color: #e0f1f1;
}
.f_logo, .f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
  color: #e0f1f1;
  font-size: 0.7rem;
}
.site_name li {
  color: #e0f1f1;
  list-style: none;
  font-size: 0.8rem;
  padding: 1% 4%;
}
.site_name li a {
  color: #e0f1f1;
  text-decoration: none;
}
.site_name li a:hover {
  text-decoration: underline;
}
.site_name {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-left:20px;
}
@media only screen and (max-width : 640px) {
 #footer {
    margin: 0 auto;
  }
  .site_name {
    display: flex;
    flex-direction: column;
  }
  .site_name li {
    padding: 0;
    font-size: 0.8rem;
  }
  }
@media only screen and (max-width : 768px) {
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
  .site_name {
    padding: 0 8%;
  }
}
@media print, screen and (min-width : 769px) {
  #footer {
    padding: 30px 10px 70px 0;
  }
  .f_logo {}
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {}
  .copy {
    color: #e0f1f1;
}
  .site_name {
    padding: 0 8%;
  }
}

/*-----------------------------------------------------
           トップ画像
---------------------------------------------------------*/
/* --------
#mainimg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  background-image: url("images/mark_st.png");
  background-position:240px 120px;
  background-repeat: no-repeat;
  background-size:40%;

}
#mainimg img {
  position: absolute;
  top: 280px;
  left: 0%;
  width: 100%;
}
#mainimg_inner {
  max-width: 1280px;
}
.main_copy {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 108px;
  left: 8%;
  z-index: 1;
font-family: 'Noto Sans JP', sans-serif;
font-style: normal;
font-weight: 600;
}
.sub_copy {
  font-size: 14px;
  position: absolute;
  top: 420px;
  left: 16%;
  z-index: 3;
  color: #FFF;
  text-shadow: 3px 3px 3px #000;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-style: normal;
}
.sub-ti{
font-size:0.6em;
}

@media only screen and (max-width : 374px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (min-width : 480px) {
  .container {
    padding: 0 20px;
  }
  #mainimg {
  height: 580px;
  background-position:280px 120px;
  background-size:30%;
}
}
@media only screen and (min-width : 580px) {
.sub_copy {
  margin-left: 20px;
}
}
@media only screen and (min-width : 768px) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 20px 0;
  }
  #mainimg {
    position: relative;
    overflow: hidden;
    height: 560px;
	background-image: url("images/mark_st.png");
  background-position:50px 280px;
  background-repeat: no-repeat;
  background-size:20%;
  }
  #mainimg img {
    position: absolute;
    top: 60px;
    left: 0%;
    width: 100%;
  }
  #mainimg_inner {
    max-width: 1280px;
  }
  .main_copy {
    font-size: 2.4em;
    position: absolute;
    top: 240px;
    left: 10%;
    color:#FFF;
	text-shadow: 3px 3px 3px #000;
    z-index: 1;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .sub_copy {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 120px;
    left: 30%;
    z-index: 2;
	font-family:  'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-style: normal;
  }

}
@media print, screen and (min-width : 769px) {
 .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 1080px;
  }
  section {
    padding: 120px 0;
    font-size: 16px;
  }
  header {
    margin-bottom: 80px;
  }
  #mainimg {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #mainimg img {
    position: absolute;
    top: 60px;
    left: 0%;
    width: 100%;
  }
  #mainimg_inner {
    max-width: 1280px;
  }
  .main_copy {
    font-size: 1.8em;
    position: absolute;
    top: 240px;
    left: 10%;
    z-index: 200;
    color:#FFF;
    text-shadow: 3px 3px 3px #000;
	font-family:  'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .sub_copy {
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    top: 400px;
    left:8%;
    z-index: 2;
	font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
  }
}
@media print, screen and (min-width : 1025px){
  #mainimg {
    position: relative;
    overflow: hidden;
    width: 100%;
	height:100vh;
    background: none;
  }
  #mainimg img {
    position: absolute;
    top: 60px;
    left: 0%;
    width: 100%;
  }
  #mainimg_inner {
    max-width: 1280px;
	max-height:auto;
  }
  .main_copy {
    font-size: 3.5em;
    position: absolute;
    top: 300px;
    left: 10%;
    z-index: 200;
    text-shadow: 5px 5px 5px #000;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .sub_copy {
    font-size: 1.6em;
    font-weight: bold;
    position: absolute;
    top: 600px;
    left: 10%;
    z-index: 9999;
	font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 5px 5px 5px #000;
    font-weight: bold;
    font-style: normal;
  }
}
--------------- */

#mainimg {
  position: relative;
  width: 100%;
  min-height: 70vh; /* ← 高さを固定しない */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 背景画像として扱う */
#mainimg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* テキストは通常フローに戻す */
.main_copy,
.sub_copy {
  position: relative; /* ← absolute をやめる */
  z-index: 2;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  padding: 0 1.5rem;
  text-align: center;
}

.main_copy {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.sub_copy {
  font-size: 1.2rem;
}

/* スマホ調整 */
@media (max-width: 768px) {
  #mainimg {
    min-height: 60vh;
  }
  .main_copy {
    font-size: 1.8rem;
  }
}
/*----------------------------------------------
  トップ画像（HTMLはそのまま）
----------------------------------------------*/
#mainimg {
  position: relative;
  width: 100%;
  min-height: 70vh; /* ← 高さを固定しない */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 背景画像として扱う */
#mainimg .main_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* テキストレイヤー */
.main_copy,
.sub_copy {
  position: relative; /* ← absolute をやめる */
  z-index: 2;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  text-align: center;
  padding: 0 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

/* メインコピー */
.main_copy {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
/* サブコピー */
.sub_copy {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

/*----------------------------------------------
  スマホ（〜768px）
----------------------------------------------*/
@media (max-width: 768px) {
  #mainimg {
    min-height: 60vh;
  }

  .main_copy {
    font-size: 1.8rem;
  }

  .sub_copy {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

/*----------------------------------------------
  PC（1024px〜）
----------------------------------------------*/
@media (min-width: 1024px) {
  #mainimg {
    min-height: 80vh;
  }

  .main_copy {
    font-size: 3rem;
  }

  .sub_copy {
    font-size: 1.4rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

p {
  word-break: break-all;
}
section {
  text-align: center;
}
#sec01 {
  background: #e0f1f1;
}
#sec02 {
  background: #e0f1f1;
}
#sec03 {
  background: #e0f1f1;
}
#sec04 {
  background: #e0f1f1;
}
#sec05 {
  background: #e0f1f1;
}

/*------ニュース、アクセス他　３カラム----*/
.top_message{
  width: 100%;
  text-align: center;
  }
.col_03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 0;
}
.item {
  width: 50%;
  padding: 10px;
}
.date {
  color: #3a3e3e;
  text-align: left;
  font-size:0.75em;
  font-weight: bold;
}
.menu-s {
  color: #3a3e3e;
  }
.item_m {
  width: 100%;
  text-align: center;
  margin: 10px 0 0px;
}
.menu-y {
  margin: 0px 4%;
}
iframe {
  width: 100%;
}
.innerA{/*アクセス*/
text-align: center;
}
.acc {/*アクセス*/
    display: block;
    margin: 10px 0px 10px;
	  }

  .acc li a{/*アクセス*/
    font-size: 1rem;
    color:#3e3d3d;
  }
  .acc li a:hover {/*アクセス*/
  text-decoration: underline;
  }
  .acc img{/*アクセス*/
width:8%;
margin:10px;
}
h3 img{/*アクセス*/
width:16%;
}
h3 span{/*アクセス*/
margin-left:10px;
}
.menu-name-a{/*アクセス*/
margin: 80px auto 40px;
text-align: center;
}

@media only screen and (max-width : 480px) {
  .menu-y{
  margin: 0px 2%;
  }
  .date{}
  .date_02{
  margin: 0px 2%;
  }
  iframe {
    width: 100%;
  }
}
@media only screen and (min-width : 540px) {
  .item_m {
    width: 100%;
    text-align: center;
    margin: 10px 0 80px;
  }
  
  iframe {
    width: 100%;
  }
  
   .acc li a{/*アクセス*/
    font-size: 1.2rem;
  }
  .acc img{/*アクセス*/
width:10%;
margin:10px;
}
h3 img{/*アクセス*/
width:16%;
}
h3 span{/*アクセス*/
margin-left:10px;
}
.menu-name-a{/*アクセス*/
margin: 80px auto 40px;
}
.acc01{
text-align: center;
}
}
@media only screen and (min-width : 768px) {
  .menu-y {
    margin: 0 16%;
  }
  .item_m {
    width: 50%;
    text-align: center;
    margin: 10px 0;
  }
  iframe {
    width: 100%;
	height:100%;
    padding: 10px;
  }
  .menu-y{
    margin: 0 2%;
  }
  .date_02{
   margin:0 2%;
  }

   .col_03_03 {
     display: flex;
     flex-wrap: wrap;
     margin: 0 auto;
   }
   .col_03_03 li{
     width:30%;
     padding:20px;
   }
   .acc {/*アクセス*/
    display: flex;
	justify-content: space-between;
    margin: 40px 0px 40px;
	  }
.acc li a{/*アクセス*/
    font-size: 1rem;
}
h3 img{/*アクセス*/
width:10%;
}
h3 span{/*アクセス*/
margin-left:10px;
font-size:1.6rem;
}
}
@media print, screen and (min-width : 769px) {
  .item_m {
    width: 50%;
    text-align: center;
    margin: 10px 0;
  }
  .menu-y{
    margin: 0 4%;
  }
  .date {
  font-size: 0.8rem;
  font-weight: bold;
}
}
@media print, screen and (min-width : 900px) {
  .item {
    width: 33%;
    padding: 20px;
	
  }
  .move {
  display: flex;
	justify-content:space-around;
  }
  .mov {
  width:100%;
  }
  }
@media print, screen and (min-width : 1025px) {
  .item_m {
    width: 33%;
    margin: 40px 0 40px;
  }
  iframe{
  width:580px;
  height:400px;
  }
  .date_02{
   margin:0 4%;
  font-size: 0.8rem;
  font-weight: bold;
  }
 .acc {/*アクセス*/
   margin: 56px 0px 56px;
	  }
  .acc img{/*アクセス*/
width:16%;
margin:10px;
}	  
  .acc li a{/*アクセス*/
    font-size: 1.4rem;
}
.center-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  }

}

/* 共通
------------------------------------------------------------*/
.innerSS{/**/
   width: 80%;
   margin: 0 auto;
   padding-bottom: 20px
  }
.innerS {/**/
   width: 88%;
   margin: 0 auto;
   padding-bottom: 20px
  }
.innerM {/**/
    width: 94%;
    margin: 0 auto;
    padding-bottom: 20px
  }
.innerSS_G{
 width:96%;
 margin:auto;
 padding:20px;
 border-top:dotted 6px #CCC;
 border-bottom:dotted 6px #CCC;
}
 section h2 {
  width: 100%;
  margin: 20px auto 20px;
  font-size: 20px;
  font-weight: 400;
  font-weight: bold;
  text-align: center;
  font-family:'Noto Sans JP', sans-serif;;
  font-weight: bold;
  font-style: normal;
  position: relative;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 26px;	
}
.long{
font-size: 20px;
letter-spacing:0em;
margin-top:40px;
}
.emp{
margin:0 auto;
font-size:16px;
font-weight:bold;
}
.sub{
font-size: 16px;
}
.sub_big{
font-size:  16px;
text-decoration-line:underline;
}
.red{
color:crimson;
text-decoration-line: underline;
}
	
.col_head{/*下線付き見出し*/
  width:100%;
  text-align: left;
  padding-bottom:10px;
  background:none;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  font-family:s'Noto Sans JP', sans-serif;
font-style: normal;
font-weight: 600;
}
.col_head::after {/*金の下線*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: linear-gradient(to right, gold, #e0f1f1 );
  border: none;
box-shadow: none;
}
.headeing_02{
font-size: 16px;
}

h3{/**/
font-size:1.2rem;
font-family:system-ui, 'Noto Sans JP', sans-serif;
font-style: normal;
font-weight: 600;
}
.inners_head {/*吹き出し付き見出し*/
  position: relative;
  padding: 0.8rem 0.8rem;
  color: #3e3e3a;
  border-radius: 10px;
  background: gold;
  margin: 10px 0px;
  font-family:'Noto Sans JP', sans-serif;
font-style: normal;
font-weight: 600;
}

.inners_head:after {/*吹き出し*/
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: gold transparent transparent transparent;
}
/*ボックスデザイン2種レスポンシブ対応*/
.box-wrapper {
  position: relative;
  width: 84%;
  margin: 2em 0;
}

.box-shadow {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 84%;
  height: 100%;
  background-color: gold;
  z-index: 0;
}

.box8 {
  width:84%;
  position: relative;
  background-color: #f8f8ff;
  padding: 3em;
  color: #3e3a3a;
  z-index: 1;
}

.box17{
    width:92%;
    margin:2em auto;
    position: relative;
    background-color: #f8f8ff;
    padding: 2em 2.5em;
    border-top: solid 2px #3e3a3a;
    border-bottom: solid 2px #3e3a3a;;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #3e3a3a;;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
@media print, screen and (min-width : 769px){
.box17{
    width:84%;
}}
@media print, screen and (min-width : 1025px){
.box17{
    width:80%;
}}
    .menu-name-t {/*お料理名*/
    border-bottom: solid 2px gold;
    margin: 20px 0;
    font-size: 1.4rem;
  }
  .menu-name-m{
   font-size: 1.2rem;
  }
  .price{
  text-align: right;
  margin-right:20px;
  margin-bottom:20px;
  font-weight:400;
  }
  .price_2{
     position: relative;
  display: inline-block;
  height: 48px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #3e3d3d;
  }
  
  .price_2:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 24px 30px 24px 0;
  border-style: solid;
  border-color: transparent #3e3d3d transparent transparent;
}

.price_2:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
}
.col_02_03 li{
margin-bottom: 0px;
  }
  #dog{
    font-size:1.4rem;
  }
  .pp{
  margin-left:40px;
  }
  
/*--------------------------------------------------------------------------------
/* SEC05 Location
------------------------------------------------------------*/
#sec05 {
}
.col2 {
    display: flex;
    flex-direction: column;
 }
.col2 li{
margin-top:0px;
}
.marking {
  color: #3e3a3a;
  font-size: 1.0rem;
  margin-left: 35px;
  position: relative;
}
.marking::before {
  position: absolute;
  top: 0;
  left: -35px;
  content: '';
  width: 30px;
  height: 20px;
  background-color: #3e3a3a;
  margin-left:10px;
}
#sns img {
  padding: 36px 10px 36px 0px;
}
#sns a:hover img {
  opacity: .8;
}
.sub-title{
padding:20px ;
font-weight: bold;
border-top:solid 1px #3e3d3d;
border-bottom:solid 1px #3e3d3d;
}

/*--------------------------------------------------------------------------------
/* SEC01
------------------------------------------------------------*/
table.berry-table th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-top: -10px;
}
.berry-table *, .berry-table *:before, .berry-table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.berry-table {
  width: 100%;
  border-collapse: collapse;
}
.berry-table th, .berry-table td {
  padding: 10px;
  }
.berry-table th {
  width: 30%;
  text-align: left;
  font-weight: bold;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02 {
  padding: 0 !important;
  margin: 0 !important;
}
#gallery li {
    float: none;
    width: 100%;
  }

#gallery img {
  width: 100%;
  height: auto;
}
figure.cp_caption {
  line-height: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  color: #e0f1f1;
}
figure.cp_caption * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.cp_caption img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
figure.cp_caption h2 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0f1f1;
  font-family:'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  text-align: left;
  background: none;
  letter-spacing: normal;
}
figure.cp_caption p {
  line-height: 1.2;
  margin: 5px;
  padding: 0;
}
figure.cp_caption:hover img {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}
figure.cp_caption:hover figcaption {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
figure.cp_caption figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  padding: 0.5em;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.1s 0.3s;
  transition: transform 0.35s, opacity 0.1s 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #e0f1f1;
  background: #3e3a3a;
}
/*------------------------------------------------------------
/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img {
  width: 100%;
  margin-bottom: 30px;
}
section h2#rest{
  width:90%;
  font-size: 24px;
}


/*------------------------------------------------------------
/* SEC04 PROJECT
------------------------------------------------------------*/
 #sec04_02 {
  background:url("images/bgSec04_4mini.jpg") no-repeat 100% 100% ;
   background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding:120px 20px;
}

#sec04_02 p {
  text-align: center;
}
#sec04_02 img {
  width: auto;
}
.sec04_03 {
  background:url("images/bgSec04_3_mini.jpg") no-repeat 100% 100% ;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding:50px 10px;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}
.sec04_03 p {
  text-align: center;
  font-size:1.6rem;
  color:#FFF;
  text-shadow: 3px 3px 3px #000;
}
.sec04_03 img {
  width: auto;
}
#order {
 background:url("images/bgSec04_3_mini.jpg") no-repeat 100% 100% ;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding:50px 20px;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}

/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img {
  display: block;
  margin: 0 auto;
  z-index: 100;
}
  .col3 {
    margin: 0px auto 70px auto;
    display: flex;
    flex-direction: column;
  }
   .col3 img {
    text-align: center;
    width: 100%;
    padding: 20px;
  }


  #map iframe {
    width: 100% !important;
	height:300px;
    margin-left: 2%;
  }
 

  section h2.second {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    display: block;
    width: 100%;
  }
  .tbl-r02 th {
    border-bottom: solid 2px #DDD;
    font-weight: bold;
    margin-top: 10px;
    width: 100%
  }
  .tbl-r02 td {
    padding-left: 20px;
    border-bottom: none;
}
.tbl-r03, .tbl-r04,.tbl-r05, .tbl-r06 {
    width: 100%;
  }
  .tbl-r03 th, .tbl-r03 td, .tbl-r04 th, .tbl-r04 td, .tbl-r05 th, .tbl-r05 td, .tbl-r06 td  {
    display: block;
    width: 100%;
  }
  .tbl-r03 th,.tbl-r04 th,.tbl-r05 th{
    border-bottom: solid 2px #DDD;
    font-weight: bold;
    margin-top: 10px;
    width: 100%
  }
  .tbl-r06 th {
   border-bottom: none;
    font-weight: bold;
    margin-top: 10px;
    width: 80%
  }  
  .tbl-r03 td {
    padding-left: 200px;
    border-bottom: none;
}
.tbl-r04 td {
    padding-left: 100px;
    border-bottom: none;
}
.tbl-r05 td {
    padding-left: 40px;
    border-bottom: none;
}
.tbl-r06 td {
    padding-left: 0px;
    border-bottom: none;
	width:20%;
}
.col3 li figcaption{
   text-align: center;
 }

@media only screen and (min-width : 540px) {
section h2 {
  margin: 60px auto 20px;
  letter-spacing:0.40em;
  }
  #sec04_02 {
  background:url("images/bgSec04_4mini.jpg") no-repeat 100% 100% fixed;
   background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding:120px 20px;
}
.headeing_02{
font-size: 18px;
}
#sec04_02 p {
  text-align: center;
}
#sec04_02 img {
  width: auto;
}
.sec04_03 {
  background:url("images/bgSec04_3_mini.jpg") no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding:50px 20px;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}
.sec04_03 p {
  text-align: center;
  font-size:2rem;
  color:#FFF;
  text-shadow: 3px 3px 3px #000;
}
.sec04_03 img {
  width: auto;
}
#order {
 background:url("images/bgSec04_3_mini.jpg") no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding:50px 20px;
  -webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}
}
@media only screen and (max-width : 600px) {

h3{
font-size:1.2rem;
}
 section h2.col_head{
  font-size: 1.4rem;
 }
 /*img{
 width:100%;
  }
 .price_2{
text-align: center;
margin:20px 20px 20px 0px;
background: #3e3d3d;
}*/
.pp{
  margin-left:20px;
  }
}
@media only screen and (min-width : 601px) {
section h2 {
    font-size:24px;
}
.long{
font-size: 24px;
letter-spacing:0.2em;
}
.line_01{
padding:20px 0px;
}
#sec02 header {}
#gallery li {
  float: left;
  width: calc(100%/3);
  line-height: 0;
}
.inners_head {
margin:20px 0px;
}
}

@media only screen and (min-width : 768px) {
section h2 {
  width: 100%;
  }
  h3{
font-size:1.2rem;
}
.headeing_02{
font-size: 16px;
}
.col2{
display: flex;
flex-direction: row;
}
.col2 li {
width:50%;
}
#sec03{
margin-top:800px;
}
#sec04_02 {
  background:url("images/bgSec04.jpg") no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
    padding: 120px 20px;
}
#sec04_02 p {
  text-align: center;
}
#sec04_02 img {
  width: auto;
}
.sec04_03 {
  background:url("images/bgSec04_3.jpg") no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 64px 20px;
}
.sec04_03 p {
  text-align: center;
  font-size:2rem;
  color:#FFF;
  text-shadow: 3px 3px 3px #000;
}
.sec04_03 img {
  width: auto;
}
#order {
background:url("images/bgSec04_3.jpg") no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 64px 20px;
}
#sec04_02 {

}

#sec04_02 {
  padding: 120px 20px;
}

.col3 {
    margin: 0 auto;
    display: flex;
	flex-direction: row;
    justify-content: space-around;
    padding: 10px;
 }
}
@media print, screen and (min-width : 769px){
section h2 {
  font-size:36px;
}
.long{
font-size: 36px;
letter-spacing:0.2em;
}
.innerM{
width:94%;
}

section#sec05{
padding-top:0;
}
#sec03{
margin-top:1040px;
}
}


@media print, screen and (min-width : 1025px){
#map iframe {
    width: 100% !important;
	height:400px;
    margin-left: 2%;
  }
.innerM{
width:94%;
}

section h2 {
  width: 100%;
  margin: 96px auto 40px;
}
.headeing_02{
font-size: 22px;
}
#sec03{
margin-top:1200px;
}
.tbl-r03,.tbl-r04,.tbl-r05,.tbl-r06{
width:100%;
margin-left:10px;
  }
 .tbl-r03 tr,.tbl-r04 tr,.tbl-r05 tr{ 
  border-bottom: solid 2px #DDD;
  
   }
  .tbl-r06 tr{
   border-bottom:none;
   }
  .tbl-r03 th,.tbl-r04 th{
    padding-left:10px;
    border: none;
	display: inline-block;
	width:50%;
  }
  .tbl-r05 th{
    padding-left:10px;
    border: none;
	display: inline-block;
	width:25%;
  }
  .tbl-r06 th{
    padding-left:10px;
    border: none;
	display: inline-block;
	width:80%;
  }
  .tbl-r03 td{
    padding-left:20px;
    border: none;
	display: inline-block;
	width:25%;
  }
  .tbl-r04 td{
    padding-left:10px;
    border: none;
	display: inline-block;
	width:25%;
  }
  .tbl-r05 td{
    padding-left:10px;
    border: none;
	display: inline-block;
	width:75%;
  }
  .tbl-r06 td {
    padding-left: 64px;
    border-bottom: none;
	display: inline-block;
	width:20%;
}
}

/* 2カラム記事(soupspice,seasonal,regular,takeout,cake,aboutus,berry,info共通)
======================================*/

.col_03_02_02{
display: flex;
}

.col_02 {
  display: flex;
  flex-direction: column;
}

.col_02_02 {
  display: flex;
  flex-direction: column;
}
.col_02_02 li:nth-child(even){
flex-direction:column-reverse;
margin-bottom:0px;
}
.col_02_05{
display: flex;
flex-direction: column;
}
.col_02_06{
display: flex;
flex-direction: column;
}
.menuset li{
margin-bottom:0px;
width:100%;
margin: 0px;
padding:0px;
font-weight: bold;
}
#t_dish{
font-size: 1.2rem;
}


/* CAKE ---------
------------------------------------------------------------*/
.post03 {
  grid-template-columns: none;
  grid-template-rows: none;
  grid-row-gap: 20px;
  padding: 20px 0 20px;
  font-size: 14.4px;
}
.post03 > *, .post03::after {
  grid-column: auto;
  grid-row: auto;
}
.pas_caption {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.season {
  font-size: 0.8rem;
  text-align: center;
}
.bake {
  text-align: center;
  font-size: 1rem;
}
.txt{
margin-bottom:20px;
}

@media only screen and (max-width: 610px) {
.heading_01{
width:90%;
letter-spacing: 0.48em;
font-size:0.85rem;
margin-bottom:0px;
}
.col_head{
  font-size: 1rem;
  }

.col_02 li {
margin-bottom:20px;
}
.col_02, .col_02_02 p{
margin-bottom:20px;
}
.col_02, .col_02_02 img{
margin-bottom:20px;
}
}
@media only screen and (min-width: 611px){
#now{
width:60%;
font-size:1rem;
margin-bottom:0px;
}
#now span {
  background: #e0f1f1;
  padding: 0 10px;
}

.col_02_03{
display:flex;
flex-wrap: wrap;
}
.col_02_03 li {
width:40%;
margin:10px 0 0px;
padding: 20px;
}

.col_02,.col_02_02{
 display: flex;
 flex-direction: row;
}

.col_02 li{
width:100%;
margin-bottom:0px;
padding:0px 20px;
}
.photo{
width:100%
}
.col_02_02 li {
width:100%;
margin-bottom:0px;
padding:0px 20px;
}
.col_02 img{
margin-top:64px;
}
.col_02_02 img{
margin-top:84px;
}
.col_02_05{
display: flex;
flex-direction: row;
}
.col_02_06{
display: flex;
flex-direction: row;
}
.memuset {
padding:0px 40px 0px;
margin-bottom:0px;
width:100%
}
.menuset01{
margin: 0px;
padding:0px;
}
.col_head{
font-size: 1.4rem;
}
#t_dish{
font-size: 1.2rem;
}
#order{
margin-top:80px;
}
}

@media only screen and (min-width: 768px) {

.line_01{
display:none;
}
.text{
padding:32px;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}
section h2.col_head{
   position: relative;
  padding: 1rem .5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
 }
section h2.col_head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: linear-gradient(to right, gold, #e0f1f1 );
  border: none;
box-shadow: none;
}



.col_02,.col_02_02{
 display: flex;
 flex-direction: row;
}
.col_02 li,.col_02_02 li {
  margin-bottom:20px;
}
.col_02:nth-child(even){
flex-direction:row-reverse;
}
.col_02_02:nth-child(odd){
flex-direction:row-reverse;
}
.col_02 h2,.col_02_02 h2{
margin-top:0px;
margin-left:0px;
}
.col_02 img,.col_02_02 img{
margin-top:20px;
padding:0;
}
.col_02 h3,.col_02_02 h3{
margin-top:20px;
margin-left:20px;
padding:0;
}
.col_02 p,.col_02_02 p{
padding:10px;
}
li.project{
padding:40px;
}
/*現在のメニュー*/
.col_02_03{
display:flex;
flex-wrap: wrap;
}
.col_02_03 li {
width:50%;
padding: 10px;
}

/*お持ち帰りメニュー*/
.col_02_05{
display: flex;
flex-direction: row;
}
.col_02_06{
display: flex;
flex-direction: row;
}
.col_02_05 img{
margin-top:80px;
padding:0;
}
.col_02_06 img{
margin-top:80px;
padding:0;
}
.col_02_07 img{
margin-top:80px;
padding:0;
}
.col_02_05 h2{
margin-top:80px;
}
.col_02_06 h2{
margin-top:80px;
}
.col_02_06{
display: flex;
flex-direction: row-reverse;
}
.col_02_07{
display: flex;
flex-direction: row-reverse;
}
.col_02_06 li .container_img02{
margin-top:80px;
}
.memuset {
padding:0px 40px 0px;
margin-bottom:0px;
width:100%
}
.memuset li{
margin-bottom:0px;
}
.menuset01{
margin: 0px;
padding:0px;
}
.price{
text-align: right;
margin-right:20px;
margin-bottom:0px;
}
.col_head{
font-size: 1.6rem;
}
#order{
margin-top:80px;
}
.col_02_05 li {
width:100%;
padding:0px 20px;
}
.col_02_06 li {
width:100%;
padding:0px 20px;
}
.col_02_07 li {
width:100%;
padding:0px 20px;
}
/* CAKE ---------
------------------------------------------------------------*/

.post03 {
  display: flex;
  flex-wrap: wrap;
}
.post03 figure {
width:33%;
padding:10px;
}
.post03 > *, .post03::after {
  grid-column: auto;
  grid-row: auto;
}
.pas_caption {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 400;
}
}
@media only screen and (min-width: 769px) {
#sec01{
padding-top:0px;
}
section h2.col_head{
  font-size: 1.4rem;
  }
.innerM{
 width:94%;
}
.col_02 img,.col_02_02 img{
margin-top:20px;
}
.col_02_03{
margin-bottom:40px;
}
.col_02_03 li {
width:50%;
padding: 20px;
}
.menuset li{
width:100%;
margin: 0px;
padding:0px;
}
.menuset01{
margin: 0px;
padding:0px;
}
}

@media only screen and (min-width: 960px) {
#sec01{
padding-top:0px;
}
.innerM{
 width:80%;
}
.innerS{
 width:48%;
 margin:auto;
}
.innerSS{
 width:40%;
 margin:auto;
 padding:20px;
 border-top:solid 1px #000;
 border-bottom:solid 1px #000;
}
.innerSS_G{
 width:56%;
 margin:auto;
 padding:20px;
 border-top:dotted 6px #ccc;
 border-bottom:dotted 6px #ccc;
}
#now{
 font-size:2rem;
}
section h2.col_head{
  font-size: 1.75rem;
}
#dog{
  font-size: 1.4rem;
}

.col_02 h2{
margin-top:0px;
}
.col_02 img,.col_02_02 img{
margin-top:20px;
padding:0px;
}
.col_02 h3,.col_02_02 h3{
margin-top:0px;
margin-left:20px;
padding:0;
}
.col_02 p,.col_02_02 p{
padding:10px;
}
li.project{
padding:80px;
}
.col_02_05 li {
width:100%;
padding:0px 20px;
margin:0;
}
.col_02_06 li {
width:100%;
padding:0px 20px;
}
.col_02_07 li {
width:100%;
padding:0px 20px;
margin:0;
}
 .price{
text-align: right;
margin-right:20px;
margin-bottom:0px;
}
.col_02_03 li >p{
margin-right:20px;
}
.menuset li{
width:100%;
margin: 0px;
padding:0px;
}
}
@media only screen and (min-width: 1250px) {
.innerM{
 width:64%;
}
}
/* CAKE ---------
------------------------------------------------------------*/
.pas_caption {
  font-size: 1.2rem;
}
.pas_caption span {
  font-size: 1rem;
}
}
@media only screen and (max-width : 374px) {
}
@media only screen and (max-width : 480px) {
}
@media only screen and (min-width : 580px) {
}
@media only screen and (min-width : 768px) {
}
@media print, screen and (min-width : 769px){
}
@media print, screen and (min-width : 1025px){
}

@media only screen and (max-width : 374px) {
}
@media only screen and (max-width : 480px) {
}
@media only screen and (min-width : 580px) {

}
@media only screen and (min-width : 768px) {

}
@media print, screen and (min-width : 769px){
}
@media print, screen and (min-width : 1025px){
}
.heading07 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(224,66,114,0.3);
	font-size: 80px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
}
/*----------------------------------------------
  スープスパイス オーダー画面（HTMLそのまま）
----------------------------------------------*/

/* セクション全体 */
.soup-order {
  background: #e0f1f1; /* 淡いミントで空気感 */
  padding: 3rem 1.5rem;
  color: #3e3a3a;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

/* 見出し */
.soup-order h2 {
  font-size: 1.8rem;
  font-weight: 600;
  border-left: 4px solid gold; /* ゴールドは線で使う */
  padding-left: 0.75rem;
  margin-bottom: 2rem;
}

/* 黄色ボックス → スタイリッシュな情報ボックスへ */
.order-box {
  background: #ffffff;
  border-left: 3px solid gold;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* メニュー名 */
.order-box h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* 説明文 */
.order-box p.desc {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* 価格 */
.order-box .price {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

/* セット・単品の並びを整える */
.order-box .price span {
  display: inline-block;
  margin-right: 1rem;
}

/* 写真のスタイル（彩度高い写真を落ち着かせる） */
.order-photo img {
  width: 100%;
  border-radius: 0; /* 角丸なしで都会的に */
  filter: saturate(90%); /* 彩度を少し落とす */
  margin-bottom: 1.5rem;
}

/*----------------------------------------------
  スマホ（〜768px）
----------------------------------------------*/
@media (max-width: 768px) {
  .soup-order {
    padding: 2rem 1rem;
  }

  .order-box {
    padding: 1.2rem;
  }

  .order-box h3 {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------
  PC（1024px〜）
----------------------------------------------*/
@media (min-width: 1024px) {
  .soup-order {
    padding: 4rem 0;
  }

  .order-box {
    max-width: 720px;
    margin: 0 auto 2.5rem;
  }

  .order-photo img {
    max-width: 720px;
    margin: 0 auto 2rem;
    display: block;
  }
  /*----------------------------------------------
  メニュー一覧ページ（HTMLそのまま）
----------------------------------------------*/

.menu-section {
  background: #e0f1f1; /* 淡いミントで空気感 */
  padding: 4rem 1.5rem;
  color: #3e3a3a;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

/* 見出し */
.menu-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  border-left: 4px solid gold;
  padding-left: 0.75rem;
  margin-bottom: 2.5rem;
}

/* グリッドレイアウト */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

/* PCで2カラム */
@media (min-width: 1024px) {
  .menu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

/* カード */
.menu-card {
  background: #fff;
  border-left: 3px solid gold;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* 写真 */
.menu-card img {
  width: 100%;
  filter: saturate(90%); /* 彩度を少し落とす */
  margin-bottom: 1rem;
}

/* メニュー名 */
.menu-card h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* 説明文 */
.menu-card p.desc {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* 価格 */
.menu-card .price {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

/* セット・単品の並び */
.menu-card .price span {
  display: inline-block;
  margin-right: 1rem;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .menu-section {
    padding: 3rem 1rem;
  }
  .menu-card {
    padding: 1.2rem;
  }
  .menu-card h3 {
    font-size: 1.2rem;
  }
}
}