@charset "UTF-8";
/* CSS Document */
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
  .PC {}
  .SP {
    display: none;
    max-width: 0%;
    max-height: 0%;
  }
}
/* ==============================
 お問い合わせフォーム start
============================== */
.contactFormSection {
  padding: 15vw 8vw;
  height: auto;
  margin: 0 auto;
  text-align: justify;
  max-width: 980px;/**/
  min-height:90vh;
}
.contact-note {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.section-title {    font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1c6b4c;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1rem;
}

.contact-form .form-row {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.form-row p{
font-size: 110%;
	padding: 1rem 0.5rem;
	margin: 0 0 1rem 0;
	border-top: 0.1rem solid rgba(110,110,110,.50);
	
	display: inline-block;
}
.contact-form label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.contact-form .required {
  display: inline-block;
  background: #b4695a;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 0.2rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #aaa;
  border-radius: 0.3rem;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .submit {
  text-align: center;
}

.contact-form .submit button {
  background: #0c1d33;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form .submit button:hover {
  background: #1a2e50;
}

/* ========== SP対応 ========== */
@media screen and (max-width: 767px) {
.contactFormSection {
  padding: 25vw 8vw;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  text-align: justify;
  word-break: break-all; /* URLを折り返す */
}
  .section-title {
    font-size: 1.4rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 1rem;
    padding: 0.8rem;
  }

  .contact-form .submit button {
    width: 100%;
    font-size: 1rem;
    padding: 1rem 0;
  }
}
/* ==============================
 お問い合わせフォーム end
============================== */
strong{    font-size: 1.2rem;
font-weight: 700;
}


/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {

  .PC {
    display: none;
    max-width: 0%;
    max-height: 0%;
  }
  .SP {}
}