@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}

.header{
    max-width: 100%;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./img/sikakuheader.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
}                   
.header h1{
    padding-top: 25px;
    padding-left: 30px;
}

ul{
    list-style: none;
    display: flex;
}

li{
    color: #fff;
    padding: 30px ;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family: sans-serif;
    line-height: 2;
}

nav ul a:hover{
    color: rgb(253, 255, 139);
    }
    
.footernav {
    max-width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(./img/sikaku2.png);
}
.footernav ul{
    justify-content: center;
    align-items: center;
}
.footernav p{
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
}

.footer{
    display: flex;
    justify-content: space-between;
}

.footer h2{
    padding-left: 40px;
}
 .footer ul{
     padding-right: 80px;
 }

 .footernav ul a:hover{
    color: rgb(253, 255, 139);
    }

 /* ここからメイン↓ */
main{
    background-image: url(./img/akusesu-haikei.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.access{
    background-color: #92afe8b0;
    border-radius: 69px;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.access iframe {
    display: block;
    width: 90%;
    height: 500px;
    margin-top: 40px;
    
}
  h1{
      font-size: 1.5rem;
      padding: 20px 0 30px 0;
    }
  .access p{
      font-size: 1.3rem;
    color: #29357d;
    }
    iframe{
        margin: 0 auto;
    }
    h2{
        display: inline;
        margin-bottom: 10px;
        padding: 30px 0 0 0;
        color: rgb(245, 248, 34);
        font-weight: lighter;
        border-bottom: rgb(245, 248, 34)solid 1px;
    }
    h3{
color: #29357d;
font-size: 1.3rem;
padding: 40px 0 50px 0;
font-weight: lighter;
    }