@charset "utf-8";

.main{
  margin-top: 90px;
}

.title{
  height: 500px;
  background-image: url(../images/access-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000000;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.link{
  color: #fff100;
}

.title h1{
  margin-left: 35px;
  font-size: 50px;
}

.title p{
  font-size: 20px;
  line-height: 1.6;
  margin-top: 60px;
  margin-left: 40px;
}

.intro{
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-top: 60px;
  margin-left: 40px;
}

.intro h2{
  margin-top: 10px;
  padding: 15px ;
  border-left: 1px solid #fff100;
  border-bottom: 1px solid #fff100;
  color: #fff100;
  font-size: 30px;
  display: inline-block;
}

.intro h3{
  margin-left: 5px;
  margin-top: 30px;
  font-size: 27px;
  border-left: 5px solid #fff100;
  padding-left: 10px;
}

.intro h4{
  font-size: 16px;
  margin-left: 20px;
  line-height: 1.4;
  margin-top: 15px;
}

.intro p{
  margin-left: 20px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.map{
  width: 80%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe{
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 767px){

.main{
  /* margin-top: 90px; */
  padding-top: 0px;
  margin-top: 60px;
}

.title{
  height: 400px;
}

.title h1{
  margin-left: 25px;
  font-size: 30px;
}

.title p{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 60px;
  margin-left: 25px;
  margin-right: 20px;
}

.intro{
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 20px;
}

.intro h2{
  padding: 10px ;
  border-left: 1px solid #fff100;
  border-bottom: 1px solid #fff100;
  color: #fff100;
  font-size: 25px;
  display: inline-block;
}

.intro h3{
  margin-left: 10px;
  margin-top: 30px;
  font-size: 20px;
}

.intro h4{
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-left: 20px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

.intro p{
  margin-left: 20px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}
}