
/* 共通背景色・フォント */
.body {
    margin:0;
    font-family: "メイリオ", Meiryo, sans-serif;
    background-color: #a6dce3; /* 背景の水色 */
}

/* ヘッダー部分 */
.header {
    text-align: center;
    padding: 5px;
    color: white;
    font-size: 28px;
    font-weight: bold;
	margin: 50 auto;
}

.menu {
  background-color: #33aadd; /* メニュー背景色 */
  width: 100%;
  max-width: 10000px; /* メニュー全体の最大幅を広げる */
  margin:  30px auto;
  display: flex;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.menu-in {
  display: flex;
  width: 10%;
  justify-content: center; /* ボタン間を均等に配置 */
  gap: 10px; /* ボタン間隔を狭める */
}

.menu-item {
  background-color: #0096c7; /* ボタン背景色 */
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;  /* 下線なし */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 60px;  /* ボタンの余白を調整 */
  border-radius: 12px;  /* ボタンの角丸 */
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.menu-item:first-child {
  border-radius: 12px; /* 左端ボタンだけ角丸 */
}

.menu-item:last-child {
  border-radius: 12px;  /* 「PR」のボタンも角丸に */
}

.menu-item:hover {
  background-color: #0077b6; /* ホバー時に色変更 */
}

/* コンテンツ本体 */
.contents  {
    background-color: #33aadd; /* コンテンツの濃い水色 */
    margin: 30px 50px;
    padding: 30px;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    line-height: 1.8;
}

/* 各段落 */
.honmon {
    margin-bottom: 30px;
}

/* 強調表示（キャッチフレーズ） */
.strong {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}



/* 画像を横に並べて中央に配置 */
.image-container {
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  gap: 20px;                /* 画像の間隔 */
  margin-top: 30px;
  flex-wrap: wrap;         /* スマホで折り返し可能にする */
}

/* 画像の見た目を統一 */
.main-img {
  width: 400px;            /* 画像の幅を固定 */
  height: 300px;           /* 高さも固定で統一 */
  object-fit: cover;       /* はみ出しをトリミングして見栄え良く */
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}






.menu-item02 {
  background-color: #33aadd; /* メニュー背景色 */
  width: 100%;
  max-width: 10000px; /* メニュー全体の最大幅を広げる */
  margin:  30px auto;
  display: flex;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}


       .menu-item02{
  background-color: #0096c7; /* ボタン背景色 */
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;  /* 下線なし */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 180px;  /* ボタンの余白を調整 */
  border-radius: 12px;  /* ボタンの角丸 */
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
　margin-top: 40px;
  margin-bottom: 40px;
}
 
    

/* 画像を横に並べて中央に配置 */
.image-container01 {
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  gap: 20px;                /* 画像の間隔 */
  margin-top: 30px;
  flex-wrap: wrap;         /* スマホで折り返し可能にする */
}


.map-and-caption {
  text-align: center;
  margin: 10px;
}


/* 画像の見た目を統一 */
.main-img01 {
  width: 400px;            /* 画像の幅を固定 */
  height: 300px;           /* 高さも固定で統一 */
  object-fit: cover;       /* はみ出しをトリミングして見栄え良く */
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.iframe {
  margin-top: 10px;
  border-radius: 10px;
  width: 300%; 
  height: 200%;
}

.spot-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spot-title {
  margin-top: 10px;
  font-weight: bold;
  color: white;  /* 適宜色は変更してください */
  text-align: center;
}



/* 画像を横に並べて中央に配置 */
.image-container02 {
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  gap: 20px;                /* 画像の間隔 */
  margin-top: 30px;
  flex-wrap: wrap;         /* スマホで折り返し可能にする */
}

/* 画像の見た目を統一 */
.main-img02 {
  width: 600px;            /* 画像の幅を固定 */
  height: 500px;           /* 高さも固定で統一 */
  object-fit: cover;       /* はみ出しをトリミングして見栄え良く */
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* 画像を横に並べて中央に配置 */
.image-container03 {
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  gap: 20px;                /* 画像の間隔 */
  margin-top: 30px;
  flex-wrap: wrap;         /* スマホで折り返し可能にする */
}

/* 画像の見た目を統一 */
.main-img03 {
  width: 600px;            /* 画像の幅を固定 */
  height: 630px;           /* 高さも固定で統一 */
  object-fit: cover;       /* はみ出しをトリミングして見栄え良く */
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}