@charset "utf-8";

h1{
    text-align: center;
    margin: 80px 0;
    font-size: 30pt;
    letter-spacing: 2px;
}

.maps {
  margin: 0 auto 50px auto;
  position: relative;
  width: 100%;
  height: 580px;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

h2{
    font-size: 14pt;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

p{
    font-size: 12pt;
}

img{
    display: block;
    margin-bottom: 20px;
}

.dend{
    margin-bottom: 40px;
}


.notes ul {
    margin-bottom:60px;
    list-style-type: none;
    margin-left: -25px;
}
.notes li {
    font-size: 11pt;
}

.notes li:before {
    content: '※';
    margin-left:-15px;
}

.notes strong{
    background-color: #ffeed6;
    font-weight: normal;
}