/*
Theme Name: 新飯塚スイミングスクール公式サイトテーマ
Description: 新飯塚スイミングスクール公式サイトのWordpressテーマ
Version: 1.0.0
Text Domain: shin-iizuka-ss
*/

/* WordPress ページネーション → 現行サイトの .info-pager スタイルに合わせる */
.navigation.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.navigation.pagination .nav-links > * {
  padding: 0 20px;
  font-size: 1.9rem;
  font-weight: bold;
}
.navigation.pagination .nav-links .current {
  color: #333;
}
.navigation.pagination .screen-reader-text {
  display: none;
}

/* おしらせ詳細: 本文のフォントサイズを適正化 */
.info-detail p {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.8em;
  padding-bottom: 10px;
}

/* バナーセクション: 2つ以下でも中央寄せ */
#topBnr .areaInner ul.img3 {
  justify-content: center;
  gap: 15px;
  width: fit-content;
  margin: 0 auto 30px;
}

/* Contact Form 7 スタイル */
#contact {
  background: #fff;
  padding: 100px 0 80px 0;
  margin-top: -100px;
}
#contact .areaInner h2 {
  color: #0258a6;
}
#contact .areaInner p,
#contact .areaInner label {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding-bottom: 0;
}
#contact .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
}
#contact .wpcf7 p {
  margin-bottom: 20px;
}
#contact .wpcf7 label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#contact .wpcf7 input[type="text"],
#contact .wpcf7 input[type="email"],
#contact .wpcf7 input[type="tel"],
#contact .wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: inherit;
  margin-top: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
#contact .wpcf7 input[type="text"]:focus,
#contact .wpcf7 input[type="email"]:focus,
#contact .wpcf7 input[type="tel"]:focus,
#contact .wpcf7 textarea:focus {
  border-color: #0089e0;
  outline: none;
}
#contact .wpcf7 textarea {
  height: 200px;
  resize: vertical;
}
#contact .wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 15px 40px;
  background: #0089e0;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
#contact .wpcf7 input[type="submit"]:hover {
  background: #0297e3;
  opacity: 0.8;
}
#contact .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px;
  border-radius: 8px;
  font-size: 1.4rem;
}
#contact .required {
  color: #e83125;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 5px;
}
#contact .wpcf7-not-valid-tip {
  color: #e83125;
  font-size: 1.3rem;
  margin-top: 5px;
}
