@charset "UTF-8";

#mainVis {
  background: url(../images/bg-access.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* =======================================================
　access
* ======================================================= */
#access a.tel {
  font-weight: bold;
  font-size: 16px;
}
#access iframe {
  width: 100%;
  height: 350px;
  margin-top: 10px;
}

.bg {
  background: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  height: 350px;
}
@media screen and (max-width:768px) {
  .bg {
    background-attachment: unset;
    height: 150px;
    background-position: center top 25%;
  }
}

/* =======================================================
　contact
* ======================================================= */
#contact p img {
  vertical-align: middle;
}
.form {
	max-width: 700px;
	margin: 30px auto 80px;
}
label {
  display: block;
  margin: 15px auto 5px;
}
input, select {
  vertical-align: text-top;
  margin: 3px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="city"],input[type="address"],select {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
	width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  background: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
}
sup {
	color: #a01d1d;
  font-size: 11px;
  vertical-align: baseline;
  padding-left: 7px;
}
button {
  background: rgba(255,255,255,0.7);
  color: #40220e;
  border: 1px solid #fff;
  outline: none;
  padding: 6px 40px;
  letter-spacing: 2px;
  border-radius: 3px;
  font-size: 15px;
}
button:hover {
  background-color: #c6aa7b;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:768px) {
  #contact p img {
    width: 40%;
  }
  .form  {
    margin: 20px auto 60px;
  }
	label {
    margin: 5px auto;
  }
}
