/* 共通設定 */
body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background-color: #f8f4e6;
  color: #800020;
  line-height: 1.8;
  margin: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

h2 {
  text-align: left;
  border-bottom: 2px solid #5D99C6;
}

/* ヘッダー */
header {
  background-color: #fff;
  padding: 20px 0;
  text-align: left;
  display: flex;
  align-items: center;
}

.header-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.logo {
  height: 60px;
  margin-right: 20px;
}

/* キャッチコピー */
.catch {
  text-align: center;
  padding: 50px 0;
}

.main-image {
  width: 80%;
  max-width: 800px;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.event-dates {
  text-align: center;
  margin-top: 30px;
}

.event-dates h2 {
  color: #d9b38c; /* ベージュ */
  margin-bottom: 10px;
}

.event-dates ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex; 
  flex-wrap: wrap;
}

.event-dates li {
  font-size: 20px;
  font-weight: bold;
  color: #800020; /* ボルドー */
  margin: 0 10px;
  padding: 8px 16px;
  border: 2px solid #d9b38c; /* ベージュの枠線 */
  border-radius: 5px;
}

.event-dates .times {
  text-align: center;
  font-size: 20px;
  color: #800020; /* ボルドー */
  margin-top: 10px;
}

/* フォトギャラリー */
.photo-gallery {
  background-color: #f8f4e6;
  text-align: center;
  padding: 10px 0;
}

.gallery-images {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10px;
}

.gallery-images img {
  width: 30%;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* コンセプト */
.concept {
  /*    background-color: #fff; */
  text-align: center;
  padding: 30px 0;
}

.concept-images {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10px;
}

.concept-images img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.concept-content {
  display: flex;
  align-items: center;
}

.concept-image {
  width: 60%;
  margin-right: 30px;
  border-radius: 8px;
  margin-top: 30px;
}

.concept-text {
  width: 40%;
}

/* 撮影内容と料金 */
.price {
  /*    background-color: #f8f4e6; */
  text-align: center;
  padding: 30px 0;
}

.price h2 {
  color: #800020;
}

.plan-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.plan-card {
  width: 300px;
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

.card-header {
  padding: 20px;
  text-align: left;
}

.card-header h3 {
  margin: 0 0 10px 0;
  color: #fff;
}

.card-header.plan {
  background-color: #f4c2c2; /* 淡いピンク */
}

.card-body {
  padding: 20px;
  text-align: left;
}

.card-body img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.plan-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.plan-details li {
  font-size: 20px;
  line-height: 1.6;
}

.price {
  font-size: 20px;
  font-weight: bold;
  color: #d9b38c;
}

.note {
  margin: 0;
  font-size: 14px;
}


/* オプション */
.option-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.option-card {
  width: 250px;
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

.option-card .card-header {
  padding: 15px;
  text-align: center;
  background-color: #f5f5f5;
  color: #333;
}

.option-card .card-header.option {
  background-color: #d9b38c; /* ベージュ */
}

.option-card .card-header h3 {
  margin: 0;
  font-size: 16px;
}

.option-card .card-body {
  padding: 15px;
  text-align: center;
}

.option-card .note {
  font-size: 14px;
  margin-bottom: 10px;
}

/* 撮影イメージ */
.gphoto-examples {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.photo-examples img {
  width: 70%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

/* アクセス */
.access {
  /*    background-color: #fff; */
  text-align: center;
  padding: 30px 0;
}

.map {
  width: 90%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 30px auto;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* LINE登録 */
.line {
  background-color: #f8f4e6;
  text-align: center;
  padding: 30px 0;
}


/* 予約フォーム */
.form {
  /*    background-color: #fff; */
  padding: 30px 0;
}


.form label {
  display: block;
  margin-bottom: 5px;
}

.form label .required {
  color: red;
  margin-left: 5px;
}

.form input:not([type="checkbox"]):not([type="number"]),
.form select,
.form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.form input[type="submit"] {
  background-color: #d9b38c;
  color: #fff;
  border: none;
  cursor: pointer;
}

.form input[type="number"] {
  height: 30px;
}

.notes {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px; 
}

/* フッター */
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

/* ボタン */
.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d9b38c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #c49b7a;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {

  .container {
    width: 90%;
  }

  .main-image {
    width: 95%;
  }

  .modal-content {
    width: 95%;
    max-width: none;
  }

  .concept-content {
    flex-direction: column;
  }

  .concept-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .concept-text {
    width: 100%;
  }

  .notes {
    margin-left: 10px;
  }

  .event-dates li {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}