@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');


#sub {
  background-image: url(../images/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/*=========================================
壁紙
=========================================*/
#about {
  background: url(../images/bg_white.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 10;
}
#about::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
z-index: -5;
}
@media screen and (max-width:768px) {
 #about {
  background-size: cover;
 } 

}

/*=========================================
お問い合わせ
=========================================*/

p.ac-spal.text_from {
padding-top: 80px;
}

.form-note.nudge {
  background: #f7f9fa;
  border: 1px solid #e4edf0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 1rem;
  color: #444;
  margin: 18px 0;
  line-height: 1.8;
  text-align: center;
}

.precautions {
  max-width: 600px;
margin: 0 auto;
font-weight: bold;
}

form {
  max-width: 700px;
  margin: 40px auto 50px;
}


label {
  display: block;
  margin: 35px auto 10px;
}

label small {
  font-size: 11px;
}

input,
select {
  vertical-align: text-top;
  font-size: 30px;
  margin: 3px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="zipcode"],
input[type="date"],
input[type="city"],
input[type="address"],
select,
textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  outline: none;
  height: 2.5rem;
  line-height: 1.8;
  background: #f9f9f9;
  font-size: 1.2rem;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="zipcode"] {
  width: 40%;
}

textarea {
  height: 300px;
  padding: 10px;
}


/* radioBtn */
.radioBtn {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  display: inline;
  font-weight: normal;
  margin-right: 20px;
  line-height: 2.5;
}

.radioBtn::before,
.radioBtn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radioBtn::before {
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 5px;
}

.radioBtn::after {
  background-color: #50473a;
  border-radius: 50%;
  opacity: 0;
  width: 11px;
  height: 11px;
  left: 8px;
}

input:checked+.radioBtn::after {
  opacity: 1;
}

.checkbox {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

form sup {
  background-color: #e65a5a;
  color: #fff;
  font-size: 10px;
  margin-left: 4px;
  padding: 1px 5px;
  border-radius: 5px;
  vertical-align: text-top;
}

form sup.any {
  background-color: #959796;
}

/* 送信ボタン */
button {
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 5px;
  border: 1px solid#000000;
  background-color: #000000;
  color: #fff;
  letter-spacing: .2em;
}

button:hover {
  background-color: #fff;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width:768px) {
  .form-note.nudge {
    font-size: .7rem;
  }
  #company h2 {
    font-size: 2rem;
  }

  .radioBtn {
    display: block;
    margin: 5px 0 0;
  }
}

sup {
  color: #d65956;
  font-size: 11px;
  padding-left: 5px;
}

