@charset "utf-8";

/*contact*/

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.title h1 {
  font-family: serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #919191;
  margin-top: 50px;
}

.title h4 {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
  color: rgb(0, 177, 35);
}
.map {
  width: 930px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.map iframe {
  display: block;
  width: 100%;
  height: 420px;
  margin-top: 25px;
}
.contact {
  width: 930px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact h4 {
  line-height: 25px;
  color: black;
}
.contact h2 {
  line-height: 30px;
  color: rgb(0, 177, 35);
}
.mail {
  margin-top: 50px;
}
.mail:hover {
  position: relative;
  top: 3px;
  left: 3px;
}
.ueno {
  margin-top: 20px;
}
.ueno:hover {
  position: relative;
  top: 3px;
  left: 3px;
}
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgb(0, 177, 35);
  opacity: 0.6;
}


@media(max-width:800px){
  .main {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
.map .contact {
  width: 500px;
  text-align: center;

}
.mail {
  max-width:250px; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ueno {
  max-width:120px; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

}