body {
  margin: 0;
  padding: 0;
  background-color: white;
}

.slideshow-container {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
  width: 100%;
  position: relative;
}

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

.banner {
  text-align: center;
  padding: 10px 0;
}

.midashi {
  font-size: 18pt;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  color:#004566;
  margin: 80px auto 0 auto;
  text-align: center;
  line-height: 0;
}

.honbun {
  font-size: 14pt;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  color:#004566;
  width: 600px;
  margin: 50px auto 0 auto;
  text-align: justify;
  line-height: 2;
}

.honbun2 {
  font-size: 16pt;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color:#004566;
  width: 600px;
  margin: 0px auto 0 auto;
  text-align: justify;
}

.banner img:hover {
  filter: brightness(1.2); /* 画像を明るくする */
  transition: filter 0.3s; /* 効果の遷移をスムーズにする */
}

footer {
  text-align: center;
  padding: 20px 0;
  background-color: white;
  color:#004566;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 13pt;
}

.white-line {
  border-top: 2px solid#004566;
}

.calendar-container {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.google-calendar {
  width: 800px;
  height: 600px;
  border: solid 1px #777;
}

@media screen and (max-width: 768px) {
  .google-calendar {
    width: 100%;
    height: 600px;
  }
}


/* メディアクエリでPCとスマートフォンに応じてバナー画像の幅を調整 */
@media screen and (min-width: 769px) {
  .banner img {
    width: 600px;
    height: auto;
  }

  .reservation-text {
    font-size: 15px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#004566;
  }
  
}

@media screen and (max-width: 768px) {
  .banner img {
    width: 400px;
    height: auto;
  }

  .reservation-text {
    font-size: 13px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#004566;
  }

  .honbun {
    font-size: 16px; /* スマホ表示時のフォントサイズ */
    width: 400px; /* スマホ表示時の幅 */
  }

  .honbun2 {
    font-size: 14px; /* スマホ表示時のフォントサイズ */
    width: 380px; /* スマホ表示時の幅 */
  }

  .circle-container {
    flex-direction: column;
    align-items: center;
  }

  .circle-item {
    margin-bottom: 10px; /* 縦方向のスペースを確保 */
  }


}

.circle-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 50px 0;
}

.circle-item {
  text-align: center;
}

.circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; /* 中央揃え */
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-title {
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color:#004566;
}

.circle-text {
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  color:#004566;
  width: 300px;
  margin: 0 auto;
  text-align: left;
}



#map {
  height: 400px;
  width: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
}

.instagram-container {
  display: flex;
  justify-content: center;
  margin: 50px 0; /* 上下のマージンを追加 */
}

.instagram-media {
  max-width: 540px;
  width: 100%;
}



/* Reservation Link Button */
.reservation-link0 {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  background-color:#004566;
  color: white;
  font-size: 16px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}

.reservation-link0:hover {
  background-color: #00243a;
}



/* Reservation Link Button */
.reservation-link {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  background-color:#01B901;
  color: white;
  font-size: 16px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}

.reservation-link:hover {
  background-color: #01B9018f;
}

/* Reservation Link Button */
.reservation-link2 {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  background-color:#69C0ED;
  color: white;
  font-size: 16px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
}

.reservation-link2:hover {
  background-color: #69C0ED8f;
}


.table {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

table {
  width: 600px;
  height: 200px;
}

th {
  font-size: 16px;
  font-weight: bold;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: white;
}

td {
  font-size: 16px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/* Googleカレンダー用の中央配置ラッパー */
.calendar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh; /* 必要なら縦中央に調整 */
  padding: 20px;
  box-sizing: border-box;
}