/*
Theme Name : aiwafuku 2.2
Description : オリジナルテーマ
Author: liments S.miyakawa(YOMOWEBB)
Version: 2.2
*/

/* プラン内容カード */
.aiw-plans {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.aiw-plan-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.aiw-plan-card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.aiw-plan-card p {
  margin: 5px 0;
}

.aiw-plan-card .btn-reserve {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.aiw-plan-card .btn-reserve:hover {
  background-color: #007bb5;
}

/* 店舗紹介セクション */
.aiw-stores {
  margin-top: 40px;
}

.aiw-stores .store {
  margin-bottom: 30px;
}

.aiw-stores .store h3 {
  font-size: 1.5em;
}

/* 予約ボタン */
.aiw-reservation {
  text-align: center;
  margin-top: 40px;
}

.aiw-reservation .btn-reserve {
  padding: 12px 25px;
  font-size: 1.1em;
  background-color: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

/* プラン内容カード */
.aiw-plans {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.aiw-plan-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.aiw-plan-card h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.aiw-plan-card p {
  margin: 5px 0;
}

.aiw-plan-card .btn-reserve {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.aiw-plan-card .btn-reserve:hover {
  background-color: #007bb5;
}

/* 店舗紹介セクション */
.aiw-stores {
  margin-top: 40px;
}

.aiw-stores .store {
  margin-bottom: 30px;
}

.aiw-stores .store h3 {
  font-size: 1.5em;
}

/* 予約ボタン */
.aiw-reservation {
  text-align: center;
  margin-top: 40px;
}

.aiw-reservation .btn-reserve {
  padding: 12px 25px;
  font-size: 1.1em;
  background-color: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

/* プラン内容セクションのスタイル */
.aiw-plans {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

/* 各プランカード */
.aiw-plan-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px; /* カード間のスペースを広げる */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* プランタイトル（プラン名） */
.aiw-plan-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

/* 料金の強調 */
.aiw-plan-card p strong {
  font-size: 1.5em; /* 料金のフォントサイズを大きくする */
  color: #ff6600; /* 目立つオレンジ色 */
}

/* 予約ボタンのスタイル */
.aiw-plan-card .btn-reserve {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.aiw-plan-card .btn-reserve:hover {
  background-color: #007bb5;
}

/* プラン内容セクションタイトル */
.aiw-plans h2 {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* 店舗紹介セクション */
.aiw-stores {
  margin-top: 40px;
}

.aiw-stores .store {
  margin-bottom: 30px;
}

.aiw-stores .store h3 {
  font-size: 1.5em;
  color: #333;
}

/* 予約セクション */
.aiw-reservation {
  text-align: center;
  margin-top: 40px;
}

.aiw-reservation .btn-reserve {
  padding: 12px 25px;
  font-size: 1.1em;
  background-color: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

/* モバイル向けレスポンシブ調整 */
@media (max-width: 768px) {
  .aiw-plan-card {
    padding: 15px;
    margin-bottom: 20px;
  }
  .aiw-plan-card h3 {
    font-size: 1.2em;
  }
  .aiw-reservation .btn-reserve {
    padding: 12px 20px;
    font-size: 1em;
  }
}
