h1 {
  font-size: 60px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
h1 {
  font-size: 30px;
  text-align: center;
}
}


.p1 {
  display: block;
  overflow: auto;
  margin: auto;
  margin-bottom: 3%;
  width: 70%;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
.p1 {
  text-align: center;
  font-size: 10px;
  clear: both;
}
}
nav{
 position: absolute;
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7%;
  z-index: 16;
}
nav ul{
display: table;
z-index: 100;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}
nav ul li{
display: table-cell;
min-width: 50px;
border-right: 1px solid #000000;
}
nav ul li:first-child{
border-left: 1px solid #000;
}
nav ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #000000;
}
nav ul li a:hover{
background-color:#456990;
border-bottom: 5px solid #456990;
color:#FFFFFF
}
nav ul li.current{
font-weight: bold;
}
nav ul li.current a{
border-bottom: 5px solid #00B000;
color: #00B0F0;
}

.heading-002 {
　　margin-top: 8%;
    font-size: 28px;
    border-bottom: 3px solid #456990;
    color: #333333;
    text-align: center;
}

@media screen and (max-width: 1280px) {
.heading-002 {
　　margin-top: 8%　auto;
    border-bottom: 3px solid #456990;
    color: #333333;
}
}

#access {
  padding: 80px 0 100px;
  color: #222;
  text-align: center;
}

#access .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

#basyo {
 width: 95%;
 display: flex;
}

#basyo p {
font-size:20px;
width:40%;
text-align: left;
margin-left: 5%;
}


@media screen and (max-width: 1280px) {
#basyo {
 width: 100%;
 display: block;
}
}

@media screen and (max-width: 1280px) {
#basyo p {
font-size:30px;
width:100%;
text-align: center;
margin-left: 5%;
}
}

@media screen and (max-width: 1280px) {
#map iframe {
width: 90%;
margin-top: 2%;
text-align: center;
}
}
footer {
  width: 100%;
  height: 60px; 
  text-align: center;
margin-top: 2%;
  padding: 50px 0;
  background-color: #456990;
  color: #FFFFFF;
}

