@charset "UTF-8";


/*--------------------------
        sp                     
-------------------------*/

.main {
  padding-top: 50px;
}
.title {
  height: 310px;
  background-image: url(../images/access/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 1px 1px 10px #4b2c14;
}
.title h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
.title p {
  font-size: 0.875rem;
}
.map h2 {
  font-size: 1.375rem;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 20px;
}
.map h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.map {
  width: 85%;
  max-width: 500px;
  margin: 45px auto;
}
.contact {
  width: 85%;
  max-width: 500px;
  margin: 45px auto;
}
.contact h2 {
  font-size: 1.375rem;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 20px;
}
.contact h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-area {
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  padding: 30px 20px;
}
.form-area dt {
  padding-left: 12px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 24px;
}
.form-area dt,
.form-area dd {
  width: 100%;
}
.form-area dt .required::after {
  content: '必須';
  font-size: 0.687rem;
  color: #eb4f32;
  margin-left: 10px;
}
.input-text {
  width: 90%;
  border: 1px solid #ccc;
  padding: 8px;
  background-color: #fff;
  display: block;
  margin: 0 auto 10px;

}

.select-box {
  width: 90%;
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.radio-button {
  display:inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.message {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  padding: 8px;
  background-color: #fff;
}

.submit-button {
  display: block;
  background-color: #f4dd64;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-weight: bold;
  transition: background-color 0.3s, opacity 0.3s;
  text-align: center;
  margin: 20px auto 40px;
  width: 100%;
}
.confirm-text {
  margin-top: 20px;
}
.submit-button:active {
  background-color: #d8b500;
  opacity: 0.85;
}

/*--------------------------
    @media pc 1024px
-------------------------*/

@media (min-width: 1024px) {

.map {
  width: 930px;
  max-width: 90%;
  margin: 75px auto 0;
}
.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}
.contact {
  width: 930px;
  max-width: 90%;
  margin: 75px auto 0;
}
.form-area {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.form-area dt {
  width: 200px;
  font-size: 0.937rem;
}
.form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}
.input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.select-box {
  width: 280px;
  height: 40px;
}
.radio-button {
  display: block;
  margin-top: 20px;
}
.radio-button:first-child {
  margin-top: 0;
}
.radio-button input {
  margin-right: 8px;
}
.message {
  width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
}
.confirm-text {
  margin-top: 100px;
  margin-bottom: 30px;
}
.footer {
  margin-top: 100px;
}
}