@charset "utf-8";
/*
Theme Name: okagesama
Template:seeed_tcd105
Author:01 inc
Version:1.0
*/

/* =========================
   共通
========================= */
.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec  {
  padding: 40px 0;
}

.post_content a.q_custom_button.q_custom_button1 {
  background: transparent !important;
  color: #0666b2 !important;
  border: 1px solid #0666b2 !important;
}

.post_content a.q_custom_button.q_custom_button1::before {
  background: #0666b2 !important;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }

  .design_header .desc p {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}

/* =========================
   お困りごとセクション
========================= */
.care-problem-section {
  padding: 80px 20px;
}

.care-problem-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.care-title {
  font-size: 38px !important;
  font-weight: 700;
  color: #0d5ea8;
  margin-bottom: 50px;
  line-height: 1.4;
}

.care-list-box {
  background: #f3f3f3;
  padding: 50px 40px;
  text-align: left;
}

.care-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.care-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 28px;
  line-height: 1.5;
}

.care-list li:last-child {
  margin-bottom: 0;
}

.care-list li span {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #0d5ea8;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.care-message {
  margin-top: 55px;
  text-align: center;
}

.care-message p {
  font-size: 26px;
  font-weight: 600;
  color: #111;
  line-height: 1.8;
  margin: 0;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 768px) {
  .care-problem-section {
    padding: 60px 15px;
  }

  .care-title {
    font-size: 26px !important;
    margin-bottom: 35px;
	text-align: left !important;
  }

  .care-list-box {
    padding: 35px 20px;
  }

  .care-list li {
    font-size: 18px;
    gap: 12px;
    margin-bottom: 18px;
  }

  .care-list li span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .care-message {
    margin-top: 55px;
  }

  .care-message p {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* =========================
   サービス内容セクション
========================= */
.service-section {
  padding: 20px;
}

.service-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.service-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px;
  border: 1px solid #bfbfbf;
}

.service-item img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

.service-text h3 {
  font-size: 22px;
  color: #0d5ea8;
  margin-bottom: 10px;
  font-weight: 700;
}

.service-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin: 0;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 768px) {
  .service-section {
    padding: 0 15px;
  }

  .service-title {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .service-item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 25px;
    gap: 0;
  }

  .service-item img {
    width: 100%;
    height: auto;
  }
	
  .service-text h3 {
    font-size: 18px;  
  }

  .service-text p {
    font-size: 14px;
  }
}

/* =========================
   フォーム関連
========================= */
.contact-form,
.reserve-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form .form-row,
.reserve-form .form-row {
  margin-bottom: 28px;
}

/* ------------------------------
ラベル
------------------------------ */
.contact-form label,
.reserve-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-form label .required,
.reserve-form label .required {
  display: inline-block;
  background: #0666b2;
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 100px;
  margin-left: 8px;
  vertical-align: middle;
}

/* ------------------------------
入力欄
------------------------------ */
.contact-form input,
.contact-form textarea,
.contact-form select,
.reserve-form input,
.reserve-form textarea,
.reserve-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
}

/* テキストエリア */
.contact-form textarea,
.reserve-form textarea {
  min-height: 180px;
  resize: vertical;
}

/* フォーカス */
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.reserve-form input:focus,
.reserve-form textarea:focus,
.reserve-form select:focus {
  border-color: #0666b2;
  outline: none;
}

/* ------------------------------
横並び
------------------------------ */
.form-row.half {
  display: flex;
  gap: 20px;
}

.form-row.half .form-col {
  flex: 1;
}

/* ------------------------------
ラジオボタン
------------------------------ */
.contact-form .wpcf7-radio,
.reserve-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form .wpcf7-list-item,
.reserve-form .wpcf7-list-item {
  margin: 0;
}

/* ------------------------------
送信ボタン
------------------------------ */
.form-submit {
  text-align: center;
  margin-top: 50px;
}

.form-submit input[type="submit"] {
  background: #0666b2;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.form-submit input[type="submit"]:hover {
  opacity: 0.85;
}

/* ------------------------------
スマホ
------------------------------ */
@media screen and (max-width: 768px) {

  .form-row.half {
    flex-direction: column;
    gap: 0;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select,
  .reserve-form input,
  .reserve-form textarea,
  .reserve-form select {
    font-size: 16px;
  }

  .form-submit input[type="submit"] {
    width: 100%;
  }

}