@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
html {
  font-size: 62.5%;
}

main {
  background-color: #ffffff;
}

.fv-pic1 img {
  height: 300px;
}

.fv-mark {
  text-align: center;
  background-image: url(../images/fvmark_back.png);
}

.fv-mark img {
  height: 400px;
  margin-top: 70px;
}

.fv-text {
  width: 390px;
  margin-left: 12px;
  margin-top: -320px;
}

.fv-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #333333;
  text-align: center;
}

.fv2 p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #333333;
  text-align: center;
}

.fv1 {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.fv-pic1 {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
}

.slide {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.fv-pic2 img {
  height: 280px;
}

.fv-pic2 {
  height: 200px;
  margin-top: -290px;
  margin-left: 68px;
  position: relative;
  z-index: auto;
}

@media (min-width: 769px) {
  .fv-pic1 img {
    height: 600px;
    width: 700px;
  }
  .fv-mark img {
    height: 600px;
    margin-top: 90px;
  }
  .fv-mark {
    text-align: center;
    margin: 0 auto;
    padding-top: 300px;
  }
  .fv-pic2 img {
    height: 600px;
  }
  .fv-pic2 {
    height: none;
    margin: 0 auto;
    margin-top: -600px;
    position: relative;
    z-index: auto;
    text-align: center;
  }
  .fv-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
  }
  .fv2 p {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    text-align: center;
  }
  .fv-text {
    width: 1200px;
    margin: 0 auto;
    margin-top: -450px;
  }
}
#menu {
  cursor: pointer;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.pc-nav {
  display: none;
}

.header .logo img {
  height: 55px;
  display: block;
  margin: auto;
}

.sp-nav {
  position: absolute;
  top: 60px;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 500px;
  font-size: 2rem;
  text-align: center;
  background-color: #1b3d69;
  box-sizing: border-box;
}

.sp-nav-list {
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 35px;
  list-style: none;
  margin-top: 115px;
}

.sp-nav-list li {
  padding: 0;
  margin-bottom: 18px;
}

.sp-nav-list li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
}

.header {
  display: flex;
  align-items: center;
  width: 414px;
  height: 60px;
  background-color: #ffffff;
}
.header .header1 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
}
.header .nav-button {
  margin: 0 0 0 auto;
  width: 2rem;
  font-size: 3rem;
  color: #333333;
  cursor: pointer;
  margin-right: 20px;
}

.shop .shop-info-hum {
  color: #ffffff;
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
}
.shop .shop-bottom-hum {
  color: #ffffff;
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
}

@media (min-width: 769px) {
  .header {
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 1365px;
  }
  .pc-nav {
    display: flex;
  }
  .sp-nav {
    display: none;
  }
  .nav-button {
    display: none;
  }
  .pc-nav-list {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    font-family: "Shippori Mincho", serif;
  }
  .pc-nav-list a {
    text-decoration: none;
    padding-left: 30px;
    white-space: nowrap;
    font-size: 18px;
  }
  .pc-nav-list a:link, .pc-nav-list a:visited, .pc-nav-list a:hover, .pc-nav-list a:active {
    color: #333333;
  }
}
html {
  font-size: 62.5%;
}

main {
  background-color: #ffffff;
}

.section-picture img {
  width: 250px;
  display: block;
  margin: auto;
}

.menu-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 20px;
}

.menu_name:before,
.menu_name:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.menu_name:before {
  margin-right: 32px;
}

.menu_name:after {
  margin-left: 32px;
}

.menu-picture1 img {
  width: 350px;
  display: block;
  margin: auto;
}

.menu-picture2 img {
  display: none;
}

.menu {
  height: 1000px;
  /*相対パスで画像ファイルを指定*/
  background-image: url(../images/menuback.jpg);
}

.allmenu {
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 20px;
  list-style: none;
  text-align: center;
}

.allmenu a {
  text-decoration: none;
  background: #1b3d69;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 25px;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  margin-top: 10px;
}

.allmenu a:hover {
  background: #c3d3e8;
  color: #1b3d69;
}

.allmenu a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.allmenu a:hover:after {
  border-color: #1b3d69;
}

@media screen and (max-width: 769px) {
  br {
    display: none;
  }
}
@media (min-width: 769px) {
  .container {
    display: flex;
    justify-content: space-between;
    /* 左右に配置 */
    align-items: center;
    /* 垂直方向の中央揃え */
    padding: 0 30px;
  }
  .menu-item {
    margin: 0 20px;
  }
  .menu-picture1 img {
    width: 600px;
  }
  .menu-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.1em;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
  }
  .menu-picture1 {
    margin-top: 50px;
  }
}
html {
  font-size: 62.5%;
}

main {
  background-color: #ffffff;
}

.shoppic {
  background-image: url(../images/fvmark_back.png);
  padding-bottom: 150px;
}

.shop-picture1 img {
  width: 350px;
  display: flex;
  margin: auto;
}

.shop-picture2 img {
  width: 358px;
  display: flex;
  margin: auto;
}

.shop-picture3 img {
  width: 350px;
  display: flex;
  margin: auto;
}

.shop-picture4 img {
  width: 368px;
  display: flex;
  margin: auto;
}

.shop_name {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #333333;
  margin-left: 44px;
}

.shop-picture2 .shop_name {
  margin-top: -5px;
}

.shop-picture4 .shop_name {
  margin-top: -10px;
}

.section-picture #link1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #333333;
}

.shoppic-text {
  display: none;
}

.shoppic-text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .shoppic-container {
    display: flex;
    flex-wrap: wrap;
    /* 折返し指定 */
    justify-content: space-around;
  }
  .shop-picture1 img {
    width: 1000px;
    margin: 0 auto;
  }
  .shop-picture1 .shop_name {
    display: none;
  }
  .shop-picture2 img {
    width: 600px;
    margin-left: 30px;
    margin-top: 20px;
  }
  .shop-picture2 .shop_name {
    margin-left: 65px;
    color: #ffffff;
    margin-top: -60px;
  }
  .shop-picture4 img {
    width: 400px;
    margin: 0 0 0 auto;
    margin-right: 340px;
    margin-top: -30px;
  }
  .shop-picture4 .shop_name {
    margin: 0 0 0 auto;
    text-align: right;
    margin-right: 375px;
    margin-top: -60px;
    color: #ffffff;
  }
  .shop-picture3 img {
    width: 550px;
    margin: 0 0 0 auto;
    margin-right: 30px;
    margin-top: -250px;
  }
  .shop-picture3 .shop_name {
    margin: 0 0 0 auto;
    text-align: right;
    margin-right: 50px;
    margin-top: -55px;
    color: #ffffff;
  }
  .shop_name {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #link1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    margin: 0 auto;
  }
  .shoppic-text {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.1em;
    width: 500px;
    margin-left: 65px;
    margin-top: -300px;
    text-align: center;
  }
  .shoppic-text1 {
    display: none;
  }
  .shoppic {
    background-image: url(../images/fvmark_back.png);
    padding-bottom: 80px;
  }
}
html {
  font-size: 62.5%;
}

main {
  background-color: #f7f7ec;
}

.date {
  font-size: 12px;
  font-weight: 500;
  color: #a08049;
  margin-left: 32px;
  margin-top: 10px;
}

.title {
  font-size: 14px;
  color: #333333;
  margin-left: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

hr {
  border: none;
  margin-left: 20px;
  margin-right: 20px;
}

.news {
  height: 2050px;
  /*相対パスで画像ファイルを指定*/
  background-image: url(../images/news_back.png);
}

.allnews {
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 20px;
  list-style: none;
  text-align: center;
}

.allnews a {
  text-decoration: none;
  background: #1b3d69;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 25px;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  margin-top: -20px;
  font-size: 20px;
}

.allnews a:hover {
  background: #c3d3e8;
  color: #1b3d69;
}

.allnews a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.allnews a:hover:after {
  border-color: #1b3d69;
}

/* SP表示（基本） */
.news_box {
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 20px; /* 要素間の間隔 */
  padding: 30px;
  box-sizing: border-box;
}

.news-item {
  width: 100%; /* SP表示では全幅を使用 */
  box-sizing: border-box;
}

.news-item a {
  text-decoration: none;
}

.news-item img {
  width: 100%; /* 親要素の幅に合わせる */
  aspect-ratio: 1/1; /* 正方形にする */
  -o-object-fit: cover;
     object-fit: cover; /* 内容を中央寄せで切り抜き */
}

/* 日付とタイトルのスタイル */
.news-item .date,
.news-item .title {
  margin: 10px 0;
  font-size: 16px;
  color: #a08049;
}

@media (min-width: 769px) {
  .news {
    height: 1000px;
  }
  .title {
    font-size: 16px;
  }
  hr {
    border: none;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
  .date {
    font-size: 16px;
    font-weight: 500;
    color: #a08049;
    margin-left: 32px;
    margin-top: 10px;
  }
  .news_box {
    display: flex;
    flex-direction: row; /* 横並び */
    justify-content: center; /* アイテムを中央に配置 */
    align-items: center; /* 垂直方向も中央揃え（必要なら） */
    gap: 20px; /* 要素間の間隔 */
  }
  .news-item {
    flex: 1 1 calc(33.333% - 20px); /* 横幅を3等分し、gapを考慮 */
    max-width: 350px; /* 必要なら最大幅を設定 */
  }
}
html {
  font-size: 62.5%;
}

main {
  background-color: #f7f7ec;
}

.shop {
  background-image: url(../images/fvmark_back.png);
}

.shop .logo img {
  height: 80px;
  display: block;
  margin: auto;
  padding-bottom: 10px;
}

.logo p {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.tel a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  color: #a08049;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  text-decoration: none;
}

.tel {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
}

.shop-info p {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.shop-guide {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
}

.opening-hours {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}

.number {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}

.shop-sns {
  align-items: center;
  text-decoration: none;
  list-style: none;
  font-size: 25px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
  gap: 20px;
}

.map p {
  padding-left: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

.parking {
  padding: 30px;
}

.parking p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
}

.parking_illust img {
  width: 350px;
}

.parking_illust p {
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  color: #333;
}

.parking a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  color: #a08049;
}

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 769px) {
  .shop-guide {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
  }
  .opening-hours {
    display: flex;
    justify-content: space-between;
    padding-left: 400px;
    padding-right: 400px;
  }
  .number {
    display: flex;
    justify-content: space-between;
    padding-left: 400px;
    padding-right: 400px;
  }
  .shop-address {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-left: 400px;
    padding-right: 400px;
    font-style: normal;
  }
  .shop-sns {
    align-items: center;
    text-decoration: none;
    list-style: none;
    font-size: 35px;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  .parking_ {
    display: flex;
    justify-content: center;
    gap: 40px;
    background-color: #ffffff;
    align-items: center;
  }
  .parking_illust img {
    width: 400px;
  }
  .parking_illust p {
    font-size: 16px;
    padding-top: 10px;
  }
  .tel a {
    font-size: 20px;
  }
  .shop-info p {
    font-size: 14px;
  }
  .shop-guide {
    font-size: 14px;
  }
  .parking p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .map p {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

html {
  font-size: 62.5%;
}

footer {
  background-color: #1b3d69;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright {
  text-align: center;
  color: antiquewhite;
}

html {
  font-size: 62.5%;
}

main {
  background-color: #f7f7ec;
}

.menu2 {
  /*相対パスで画像ファイルを指定*/
  background-image: url(../images/fvmark_back.png);
}

.section-picture img {
  width: 250px;
  display: block;
  margin: auto;
}

.menu-picture-kaiseki {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-kaiseki img {
  width: 100%;
}

.comment {
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  text-align: center;
}

.menuname {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-align: center;
  padding-top: 50px;
}

.menu_price {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  font-style: normal;
}

.menu-picture-kidlunch {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-kidlunch img {
  width: 100%;
}

.menu-picture-sakura {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-sakura img {
  width: 100%;
}

.menu-picture-event {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-event img {
  width: 100%;
}

.menu-picture-sushi {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-sushi img {
  width: 100%;
}

.menu-picture-side {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-side img {
  width: 100%;
}

.menu-picture-shidashi {
  width: 350px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.menu-picture-shidashi img {
  width: 100%;
  padding-top: 20px;
}

.menu-picture-sushi > hr {
  display: none;
}

.menu-picture-side > hr {
  display: none;
}

@media (min-width: 769px) {
  .menu-picture-kaiseki {
    width: 600px;
  }
  .menu-picture-kaiseki img {
    width: 100%;
  }
  .comment {
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    text-align: center;
  }
  .menuname {
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    text-align: center;
    padding-top: 100px;
  }
  .menu_price {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-style: normal;
  }
  .menu-picture-kidlunch {
    width: 600px;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .menu-picture-kidlunch img {
    width: 100%;
  }
  .menu-picture-sakura {
    width: 600px;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .menu-picture-sakura img {
    width: 100%;
  }
  .menu-picture-event {
    width: 600px;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .menu-picture-event img {
    width: 100%;
  }
  .menu-picture-sushi {
    width: 600px;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .menu-picture-sushi img {
    width: 100%;
  }
  .menu-picture-side {
    width: 600px;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .menu-picture-side img {
    width: 100%;
  }
  .menu-picture-shidashi {
    width: 600px;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .menu-picture-shidashi img {
    width: 100%;
    padding-top: 20px;
  }
  .menu-shuku {
    display: flex;
    /* 子要素を横並びにする */
    flex-wrap: nowrap;
    /* 必要に応じて折り返しを防止 */
    gap: 50px;
    /* 子要素間の間隔 */
  }
  .menu-shuku .menu-picture-kaiseki {
    flex: 1;
    /* 各要素を均等に広げる */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-shuku .menu-picture-kaiseki img {
    width: 100%;
    /* 画像を要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-shuku .menu_price {
    margin-top: 30px;
    /* 価格情報の余白 */
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-shuku .menu-picture-kaiseki img[alt=line] {
    display: none;
    /* 非表示 */
  }
  .menu-butsuji {
    display: flex;
    /* 子要素を横並びにする */
    flex-wrap: nowrap;
    /* 必要に応じて折り返しを防止 */
    gap: 50px;
    /* 子要素間の間隔 */
  }
  .menu-butsuji .menu-picture-kaiseki {
    flex: 1;
    /* 各要素を均等に広げる */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-butsuji .menu-picture-kaiseki img {
    width: 100%;
    /* 画像を要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-butsuji .menu_price {
    margin-top: 30px;
    /* 価格情報の余白 */
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-butsuji .menu-picture-kaiseki img[alt=line] {
    display: none;
    /* 非表示 */
  }
  .menu-course {
    display: flex;
    /* 子要素を横並びに配置 */
    flex-wrap: wrap;
    /* 必要に応じて折り返し */
    gap: 20px;
    /* 各要素間の間隔 */
    justify-content: space-between;
    /* 要素を均等に配置 */
  }
  .menu-course .menu-picture-kaiseki {
    flex: 1 1 calc(33.333% - 20px);
    /* 横幅を3等分 */
    box-sizing: border-box;
    /* パディングやボーダーを含めた幅調整 */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-course .menu-picture-kaiseki img {
    width: 100%;
    /* 画像を親要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-course .menu_price {
    margin-top: 30px;
    /* 価格情報の余白 */
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-course .menu-picture-kaiseki img[alt=line] {
    display: none;
    /* 非表示 */
  }
  .menu-event {
    display: flex;
    /* 子要素を横並びにする */
    flex-wrap: nowrap;
    /* 必要に応じて折り返しを防止 */
    gap: 50px;
    /* 子要素間の間隔 */
  }
  .menu-event .menu-picture-event {
    flex: 1;
    /* 各要素を均等に広げる */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-event .menu-picture-event img {
    width: 100%;
    /* 画像を要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-event .menu_price {
    margin-top: 30px;
    /* 価格情報の余白 */
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-event .menu-picture-event img[alt=line] {
    display: none;
    /* 非表示 */
  }
  .menu-sushi {
    display: flex;
    /* 子要素を横並びに配置 */
    flex-wrap: wrap;
    /* 必要に応じて折り返し */
    gap: 30px;
    /* 各要素間の間隔 */
    justify-content: space-between;
    /* 要素を均等に配置 */
  }
  .menu-sushi .menu-picture-sushi {
    flex: 1 1 calc(33.333% - 20px);
    /* 横幅を3等分 */
    box-sizing: border-box;
    /* パディングやボーダーを含めた幅調整 */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-sushi .menu-picture-sushi img {
    width: 100%;
    /* 画像を親要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-sushi .menu_price {
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-sushi .menu-picture-sushi img[alt=line] {
    display: none;
    /* 非表示 */
  }
  .menu-picture-sushi > hr {
    margin: 10px 0;
    border-bottom: 1px solid #a08049;
    display: block;
  }
  .menu-side {
    display: flex;
    /* 子要素を横並びに配置 */
    flex-wrap: wrap;
    /* 必要に応じて折り返し */
    gap: 30px;
    /* 各要素間の間隔 */
    justify-content: space-between;
    /* 要素を均等に配置 */
  }
  .menu-side .menu-picture-side {
    flex: 1 1 calc(33.333% - 20px);
    /* 横幅を3等分 */
    box-sizing: border-box;
    /* パディングやボーダーを含めた幅調整 */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-side .menu-picture-side img {
    width: 100%;
    /* 画像を親要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-side .menu_price {
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-side .menu-picture-side img[alt=line] {
    display: none;
    /* 非表示 */
  }
  .menu-picture-side > hr {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid #a08049;
  }
  .menu-lunch {
    display: flex;
    /* 子要素を横並びに配置 */
    flex-wrap: wrap;
    /* 必要に応じて折り返し */
    gap: 30px;
    /* 各要素間の間隔 */
    justify-content: space-between;
    /* 要素を均等に配置 */
  }
  .menu-lunch .menu-picture-side {
    flex: 1 1 calc(33.333% - 20px);
    /* 横幅を3等分 */
    box-sizing: border-box;
    /* パディングやボーダーを含めた幅調整 */
    text-align: center;
    /* 中央揃え（必要に応じて） */
  }
  .menu-lunch .menu-picture-side img {
    width: 100%;
    /* 画像を親要素の幅に合わせる */
    height: auto;
    /* 縦横比を維持 */
  }
  .menu-lunch .menu_price {
    font-size: 16px;
    /* テキストサイズ調整 */
  }
  .menu-lunch .menu-picture-side img[alt=line] {
    display: none;
    /* 非表示 */
  }
}
html {
  font-size: 62.5%;
}

main {
  background-color: #f7f7ec;
}

#date1 {
  font-size: 12px;
  font-weight: 600;
  color: #a08049;
  margin-top: 10px;
}

#date2 {
  font-size: 12px;
  font-weight: 500;
  color: #a08049;
  margin-top: 10px;
}

#date3 {
  font-size: 12px;
  font-weight: 500;
  color: #a08049;
  margin-top: 10px;
}

#date4 {
  font-size: 12px;
  font-weight: 500;
  color: #a08049;
  margin-top: 10px;
}

#title1 {
  font-size: 18px;
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 8px;
}

#title2 {
  font-size: 18px;
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 8px;
}

#title3 {
  font-size: 18px;
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 8px;
}

#title4 {
  font-size: 18px;
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 8px;
}

.news_group text {
  width: 350px;
  display: block;
  margin: auto;
}

.news_group img {
  width: 350px;
  display: block;
  margin: auto;
}

.text {
  width: 350px;
  display: block;
  margin: auto;
}

.information {
  margin-top: 0;
  height: 2700px;
  /*相対パスで画像ファイルを指定*/
  background-image: url(../images/news_back.png);
}

.text p {
  margin-top: 0px;
  margin-bottom: 5p;
}

.information {
  padding: 30px;
  box-sizing: border-box;
}

/* 基本（SP表示） */
.news-item {
  margin-bottom: 30px;
}

.news_group {
  margin-bottom: 20px;
}

.news_group img {
  width: 100%;
  /* 幅いっぱいに表示 */
  height: auto;
  margin-top: 15px;
  /* 画像との余白 */
}

.text {
  margin-top: 10px;
  font-size: 12px;
  /* SP用の文字サイズ */
  line-height: 1.6;
  /* 読みやすい行間 */
  color: #333333;
}

.text p {
  margin-bottom: 10px;
  /* 段落間の余白 */
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #a08049;
}

.information .news-item img {
  aspect-ratio: auto;
}

@media (min-width: 769px) {
  .info {
    width: 1000px;
    margin: 0 auto;
    display: block;
    /* ブロック要素として扱う */
  }
  .text {
    width: 900px;
    display: block;
    margin: auto;
  }
  #date1 {
    font-size: 16px;
    font-weight: 500;
    color: #a08049;
    width: 600px;
    display: block;
    margin-left: 0;
  }
  #date2 {
    font-size: 16px;
    font-weight: 500;
    color: #a08049;
    width: 600px;
    display: block;
    margin-left: 0;
  }
  #date3 {
    font-size: 16px;
    font-weight: 500;
    color: #a08049;
    width: 600px;
    display: block;
    margin-left: 0;
  }
  #date4 {
    font-size: 16px;
    font-weight: 500;
    color: #a08049;
    width: 600px;
    display: block;
    margin-left: 0;
  }
  #title1 {
    font-size: 22px;
    color: #333333;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #title2 {
    font-size: 22px;
    color: #333333;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #title3 {
    font-size: 22px;
    color: #333333;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #title4 {
    font-size: 22px;
    color: #333333;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .text p {
    font-size: 14px;
  }
  .information {
    margin-top: 0;
    height: 3300px;
    /*相対パスで画像ファイルを指定*/
    background-image: url(../images/news_back.png);
  }
  .information {
    padding: 40px;
  }
  .news-item {
    display: flex;
    align-items: flex-start;
    /* 垂直方向を上揃え */
    justify-content: space-between;
    /* 子要素を均等配置 */
    gap: 30px;
    /* 要素間の間隔 */
    margin-bottom: 40px;
    text-align: left;
    /* 左揃え */
  }
  .information .news-item img {
    aspect-ratio: auto;
    width: 500px;
  }
  .news_group {
    flex: 1 1 60%;
    /* テキスト部分を60%の幅 */
    margin: auto;
  }
  .news_group img {
    width: 100%;
    /* テキスト部分に合わせる */
    height: 0 auto;
  }
  .text {
    font-size: 16px;
    /* PC用に文字サイズを少し大きく */
    line-height: 1.8;
    /* 読みやすい行間 */
  }
  hr {
    margin: 40px 0;
  }
}/*# sourceMappingURL=style.css.map */