@charset "utf-8";

.title{
  margin-top: 15px;
}

.title h1{
  font-family: sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.title p{
  font-size: 14px;
  margin-top: 15px;
}

.main h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}



.map{
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.map iframe{
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}

.contact{
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.form-area{
  background-color: aliceblue;
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  
}

.form-area dt{
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;

}

.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: 200px;
  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{
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

.submit-button{
  background-color: crimson;
  display: inline-block;
  min-width:180px;
  line-height:48px;
  border-radius: 24px;
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  color: aliceblue;
  margin-top: 35px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  


}

.submit-button:hover{
  background-color:brown;
}

.footer{
  margin-top: 100px;
}

.img-tel{
  margin-top: 30px;
 
}

@media (max-width:767px){
  .map,
  .contact{
    width: 500px;
    margin-top: 45px;
  }

.form-area dt,
.form-area dd
{
  width: 100%;

}

.form-area dt {
  padding-bottom: 0;
}

.submit-button{
  width: 100%;
  
}
.img-tel{display: none;}



}