@charset "utf-8";

header{
    height: 1000px;
    background-image: url('../pic/yumemiru.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

header{
    width: 100%;
    margin: 0 auto 44px;
}

@media screen and (max-width:649px){
    header{
        height: 335px;
        background-position: 0px 50px;
    }
}

#header1 img{
    width: 300px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
}

@media screen and (max-width:649px){
    #header1 img{
        width: 90px;
    }
}



.letter p{
    font-family: "Noto Serif JP", serif;
    width: 660px;
    font-size: 20px;
    color:#000000;
    margin: 70px auto;
    animation-name: inherit;
    
}    

@media screen and (max-width:649px){
    .letter p{
        width: 100%;
        font-size: 16px;
    }
}

#about1 p{
    text-align: center;
}

.theme{
    font-size: 20px;
}

.date{
    font-size: 18px;
}

.letter-title{
    font-family: "Noto Serif JP", serif;
}

#access{
    margin-bottom: 10px;
}

#access p{
    text-align: center;
}

.map{
    text-align: center;
    margin-bottom: 10px;
}



@media screen and (max-width:649px){
    
    .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%; /* 比率を4:3に固定 */
      }
      
      
      .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
}

h2{
    font-family:"IBM Plex Sans JP", serif;
    width:900px;
    font-size: 40px;
    color:#000000;
    border-bottom: 2px solid #000000;
    margin: 40px auto;
    animation-name: inherit;
}    

@media screen and (max-width:649px){
    h2{
        width:100%;
        font-size: 30px;
    }
}

footer{
    background-color: rgb(181, 181, 181);
}

