    body {
      font-family: 'font-family: 'Yu Gothic'', sans-serif;
      margin: 0;
      color: #333;
      background-color: #f8f8f8;
    }
    .section {
      max-width: 1000px;
      margin: 2rem auto;
      padding: 1rem;
    }
    .section h2 {
      border-left: 5px solid #00796b;
      padding-left: 0.5rem;
      color: #004d40;
    }
    .menu {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .menu-item {
      flex: 1 1 calc(33% - 1rem);
      background: white;
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .menu-item img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }
    .menu-item .info {
      padding: 1rem;
    }
    /* Footer */
    footer{background:var(--dark);color:var(--light);padding:2rem 1rem;}
    .footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1rem;font-size:.875rem;list-style: none;}
    .footer-nav a{color:var(--light);}
    .copyright{text-align:center;font-size:.75rem;}
    @media screen and (max-width: 768px) {
      .menu-item {
        flex: 1 1 100%;
      }
    }
    .main--flexbox1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
  .main--flexitem1 {
    width: 50%;
    padding: 20px;
    order: 1;
  }
  .main--box3 {
    position: absolute;
    width: 50vw;
    height: 310px;
    right: 20px;
    background-color: rgb(238, 231, 213);
  }

/* キービジュアル・リード文ナナメ背景について
--------------------------------------------------
各ページとも横幅、PC：1920px、SP：750pxで書き出し
下記に設置頂くと表示されます
--------------------------------------------------
*/
/* キービジュアル */
.cmn--keyvis--wrap {
  background-image: url(../img/restaurant/lumiere--keyvis.jpg);
}
/* リード文 */
.main--contents {
  background-image: url(../img/common/cmn--read--bg--04.svg);
}

.main--flexbox {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main--flexitem {
    position: relative;
    margin: 10px;               /* 外側の余白 */
    margin-bottom: 40px;
    width: 48%;
}
.main--flexitem img {
    width: 100%;                /* 画像サイズ指定 */
}
.main--flexitem--div0 {
    position: static;
    background-color: rgba(255,255,255,0);
    width: 100%;
}
.main--flexitem:hover {
    opacity: 0.5 ;
}
.main--flexitem:hover .main--flexitem--div0 {
    background-color: rgba(255,255,255,0);
}
.main--flexitem--div {
    display: table;
    width: 100%;
    text-align: center;
}
.main--flexitem--p {
    display: table-cell;
    height: 7.0vw;
    vertical-align: middle;
}

.main--flexbox1 {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main--flexitem1 {
    width: 50%;
    padding: 20px;
    order:1;
}
.main--flexitem1b {
    width: 50%;
    padding: 20px;
    order:2;
}
.main--flexitem1c {
    width: 50%;
    padding: 10px;
}
.main--flexitem2 {
    width: 50%;
    order:2;
}
.main--flexitem2b {
    width: 50%;
    order:1;
}
.main--box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 55px;
    padding: 10px;
    background-color: #ddd;
    border-radius: 0;
}
.main--box2 {
    background-image: url(../img/restaurant/restaurant--back1.svg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    height: 40vw;
}
.main--box2b {
    background-image: url(../img/restaurant/restaurant--back2.svg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    height: 40vw;
}

.main--subheading--eng {
  color: #d5ba90;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3vw;
}
.main--subheading--eng::before,
.main--subheading--eng::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background: #d5ba90;
}
.main--subheading--eng::before {
  margin-right: 10px;
}
.main--subheading--eng::after {
  margin-left: 10px;
}
.main--read--text--20 {
  font-size: 2.2vw;
  line-height: 3.5vw;
  white-space: nowrap;
}
.main--read--text--16 {
  font-size: 1.7vw;
}
.main--read--text--14 {
  font-size: 1.0vw;
  white-space: nowrap;
}
.rest--news--wrap {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 0%),url(../img/restaurant/lumiere--keyvis.jpg);
  background-size: cover;
  background-position: center;
  padding: 85px 0 60px;
}
.rest--news--title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
}
.rest--news--title h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 300;
}
.rest--news--title p {
  font-size: 16px;
}
.rest--news--list {
  width: 100%;
  max-width: 757px;
  margin: 0 auto;
  text-align: left;
}
.rest--news--list li {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}
.rest--news--list li a {
  display: flex;
  justify-content: space-between;
}
.rest--news--list li a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.rest--news--list li img {
  width: 170px;
  height: 100% !important;
}
.rest--lumiere p {
    text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
    width: 100%;
    text-align: center;
    color: #5c4929;
    font-size: 3.5vw;
    position: absolute;
    top: 25%;
}
.rest--lumiere p:last-child {
    font-size: 1.3vw;
    position: absolute;
    top: 45%;
    line-height: 3vw;
}
.rest--read--text--21 {
  font-size: 21px;
}
.rest--read--text--36 {
  font-size: 36px;
}
.rest--subheading {
  margin-bottom: 200px;
  text-align: center;
}
.rest--subheading h2 {
  color: #5c4929;
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  position: relative;
}
.txt{
   text-align: left;
   font-size: 1.0em;
}

.no-wrap {
    display: inline-block; /* インラインブロック化 */
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.0vw;
    line-height: 4.0vw
  }
  /* キービジュアル */
  .cmn--keyvis--wrap {
    background-image: url(../img/restaurant/lumiere--keyvis.jpg);
  }
  /* リード文 */
  .main--contents {
    background-image: url(../img/common/cmn--read--bg--04--sp.svg);
    background-size: contain;
  }

  .main--flexitem {
    position: static;
    margin:  7px;              /* 外側の余白 */
    margin-bottom: 20px;
    width: 45%;
  }
  .main--flexitem--div0 {
    position: static;
    background-color: rgba(255,255,255,0);
    width: 100%;
  }
  .main--flexitem--div {
    margin-top: 0;
  }
  .main--flexitem--p {
    height: 14.0vw;
  }

  .main--flexitem1 {
    width: 100%;
    padding: 10px;
  }
  .main--flexitem1 P {
    font-size: 3.0vw;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .main--flexitem1b {
    width: 100%;
    padding: 10px;
    order:1;
  }
  .main--flexitem1c {
    width: 100%;
    padding: 10px;
  }
  .main--flexitem2 {
    width: 100%;
    padding: 10px;
  }
  .main--flexitem2b {
    width: 100%;
    padding: 10px;
    order:2;
  }
  .main--box1 {
    width: 100%;
    height: 70px;
    line-height: 2.5vw;
    padding: 10px;
  }

  .main--subheading--eng {
    font-size: 2.2vw;
  }
  .main--read--text--20 {
    font-size: 4.5vw;
  }
  .main--read--text--16 {
    font-size: 2.8vw;
  }
  .main--read--text--14 {
    font-size: 2.5vw;
  }

  .rest--news--wrap {
    padding: 10vw 0;
  }
  .rest--news--title {
    text-align: center;
    color: #fff;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .rest--news--title h2 {
    font-size: 7.5vw;
    margin-bottom: 3vw;
  }
  .rest--news--title p {
    font-size: 3.75vw;
  }
  .rest--news--list {
    width: 100%;
    max-width: initial;
  }
  .rest--news--list li {
    padding: 10px;
    margin-bottom: 5vw;
    border-bottom: #e6e2dd solid 1px;
  }
  .rest--news--list li a {
    display: flex;
    justify-content: flex-start;
  }
  .rest--news--list li img {
    width: 30%;
    height: 100%;
  }
  .rest--news--text {
    width: auto;
    margin-left: 3vw;
  }
  .rest--news--text p:nth-child(1) {
    margin-bottom: 3vw;
  }
  .rest--news--text p:nth-child(1)::after {
    direction: none;
  }
  .rest--news--text p:nth-child(2) {
    font-size: 3.75vw;
    margin-bottom: 3vw;
  }
  .rest--news--text p:nth-child(3) {
    font-size: 3vw;
    line-height: 1.5;
  }
  .rest--read--text--21 {
    font-size: 4.8vw;
    line-height: 7.0vw;
  }
  .rest--read--text--36 {
    font-size: 4.8vw;
    line-height: 7.0vw;
  }
  .rest--subheading {
    margin-bottom: 20vw;
  }
  .rest--subheading h2 {
    font-size: 6.25vw;
    margin-bottom: 3vw;
  }

  .main--contents table th,
  .main--contents table td {
    padding: 0.5em 1.5em;
  }
  .main--contents table td:first-child{
    width: 40%;
  }
  .main--contents table td:last-child{
    width: 35%;
  }

}

.baseBox {
 /* --- 親BOXの定義 --------------------------------------------*/
	display			: inline-block;			/* インラインブロック化 */
	position		: relative;				/* 親要素               */
	overflow		: hidden;				/* はみ出しは非表示     */
	margin			: 0 auto;				/* BOXの位置(中央寄せ)  */
	width			: 100%;					/* BOXの横幅            */
	height			: 100px;				/* BOXの高さ            */
	z-index: 2;
}

 /* --- 前面文字の定義 -----------------------------------------*/
.baseBox .frontStr {
	display			: inline-block;			/* インラインブロック化 */
	position		: absolute;				/* 親要素からの相対位置 */
	padding			: 0;					/* BOX内の余白          */
	font-size		: 24px;					/* 前景文字のサイズ     */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
	width			: 100%;
	text-align		: center;
	top				: 80%;					/* 親要素にサイズにする */
	left			: 50%;
	transform		: translate(-50%, -50%);
}
 /* --- 背景透かし文字の定義 -----------------------------------*/
.baseBox .backStr {
	position		: absolute;             /* 親要素からの相対位置 */
	display			: inline-block;         /* インラインブロック化 */
	white-space		: nowrap;               /* 折り返ししない       */
	font-size		: 98px;                 /* 背景透かし文字サイズ */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
	color			: rgb(238, 231, 213); /* 背景透かし文字色     */
								/* 中心寄せ＆角度       */
	top				: 50%;
	left			: 50%;
	transform		: translate(-50%, -50%);
}
@media only screen and ( max-width: 949px ){
	.baseBox .frontStr {
		top				: 75%;
		font-size		: 2.5vw;
	}
	.baseBox .backStr {
		font-size		: 9vw;
	}
}
@media only screen and ( max-width: 767px ){
    .baseBox {
        height			: 11vw;
    }
	.baseBox .frontStr {
		top				: 9vw;
		font-size		: 3.5vw;
	}
}

.main--box3 {
    position: absolute;
    width: 50vw;
    height: 310px;
    right: 20px;
    background-color: #003209;
}
.main--box3b {
    position: absolute;
    width: 50vw;
    height: 310px;
    left: 20px;
    background-color: #003209;
}
@media only screen and ( max-width: 1000px ){
    .main--box3,
    .main--box3b {
        height: 30vw;
    }
}
@media only screen and ( max-width: 767px ){
    .main--box3,
    .main--box3b {
        width: 90vw;
        height: 50vw;
    }    
}
.main--box4 {
    height: 120px;
}
@media only screen and ( max-width: 1000px ){
    .main--box4 {
        height: 11vw;
    }
}
@media only screen and ( max-width: 883px ){
    .main--box4 {
        height: 6.9vw;
    }
}
  .rest--lumiere {
    position: relative;
    min-height: 400px;
  }

  #menu {
    margin-bottom: 100px;
  }

  .footer {
    z-index: 1;
    position: relative;
  }
  .table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  color: #000;
  border: 1px dotted #bbb;
}
.tr {
  border-bottom: 1px dotted #bbb;
}
.th, td {
  padding: 0.5em 1.0em;
  vertical-align: middle;
  height: 55px;
}
.th {
  background-color: #003209;
  width: 25%;
  text-align: left;
  font-weight: normal;
}
.td:first-child {
  width: 28%;
  border: 1px dotted #bbb;
}
.td:last-child {
  width: 47%;
}
.cmn--btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  background-color: transparent; /* 背景なし */
  color: 003209; /* 緑文字 */
  border: 1px solid #003209; /* 緑の枠線 */
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s, color 0.3s;
}

.cmn--btn:hover {
  background-color: #003209; /* ホバー時に緑背景 */
  color: #fff; /* 文字白に */
}

.cmn--btn--white {
  background-color: white;
  border: 1px solid #003209;
}

.cmn--btn--white:hover {
  background-color: #f0f0f0;
}
@media screen and (max-width: 500px) {
    .rest--lumiere{
      min-height: 250px;
    }
    .section h2{
      margin-bottom: 15px;
    }
  }