@charset "UTF-8";

@media screen and (max-width: 500px){
    body {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        
    }

    .title1 {
        text-align: center;
        background-color: hotpink;
    }

    .title1 h1 {
        font-size: 35px;
        margin-top: 20px;
        padding: 20px 20px 20px;
        margin: auto;
        background-color: hotpink;
    }
    
    .title1 img {
        text-align: center;
        width: 70%;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .kinoko {
        background-color: hotpink;
    }

    .mokuzi {
        text-align: center;
        width: 340px;
        margin: auto;
        font-size: 20px;
        margin-top: 20px;
        margin-right: 50px;
        font-weight: bold;
    
    }
    
    .mokuzi ul {
        display: flex;
    }
    
    .mokuzi ul li {
        width: 170px;
        text-align: center;
        border-right: 1px black solid !important
    }
    
    
    .mokuzi ul li :first-child {
        border-left: 1px black solid !important
    }
    
    .mokuzi ul li a {
        display: block;
        color: rgb(27, 255, 244);
        background-color: rgb(253, 0, 0);
    }
    

    .Map1 {
        padding: 20px 20px 20px;
    }

    .Map2 {
        text-align: center;
        padding: 5px;
    }

    .Map2 img {
        width: 85%;
        display: inline-block;
    }

    .name1 {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        font-weight: bold;
        font-size: 25px;
        
    }

    .sirabe {
        text-align: center;
    }

    .sirabe p {
        font-size: 20px;
        font-weight: bold;
    }

    .sirabe img {
        width: 75%;
        display: inline-block;
        
    }

    .back {
        text-align: center;
        padding: 50px 20px 20px;
    }

    .back a {
        color: #ffffff;
    }


}
    
@media screen and (min-width: 500px){
    body {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        
    }

    .title1 {
        text-align: center;
        background-color: hotpink;
    }

    .title1 h1 {
        font-size: 50px;
        text-align: center;
        margin-top: 40px;
        padding: 40px 40px 40px;
        margin: auto;
        background-color: hotpink;
    }

    .title1 img {
        text-align: center;
        width: 45%;
        display: inline-block;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .kinoko {
        background-color: hotpink;
    }

    .mokuzi {
        text-align: center;
        width: 1500px;
        margin: auto;
        font-size: 50px;
        margin-top: 20px;
        margin-right: 200px;
        font-weight: bold;
    
    }
    
    .mokuzi ul {
        display: flex;
        
    }
    
    .mokuzi ul li {
        width: 1500px;
        text-align: center;
        border-right: 1px black solid !important
    }
    
    
    .mokuzi ul li :first-child {
        border-left: 1px black solid !important
    }
    
    .mokuzi ul li a {
        display: block;
        color: rgb(27, 255, 244);
        background-color: rgb(253, 0, 0);
    }

    .Map1 {
        padding: 20px 20px 20px;
    }

    .Map2 {
        text-align: center;
        padding: 10px;
    }

    .Map2 img {
        width: 85%;
        display: inline-block;
    }

    .name1 {
        margin-left: 20px;
    }

    .name1 {
        text-align: center;
        padding-left: 600px;
        padding-right: 600px;
        margin-top: 20px;
        font-weight: bold;
        font-size: 50px;      
    }

    .sirabe {
        text-align: center;
    }

    .sirabe img {
        width: 75%;
        display: inline-block;
        
    }

    .name {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        font-weight: bold;
        font-size: 25px;      
    }

    .sirabe {
        text-align: center;
    }

    .sirabe p {
        font-size: 50px;
        font-weight: bold;
    }

    .sirabe img {
        width: 75%;
        display: inline-block;
        
    }

    .back {
        text-align: center;
        padding: 50px 20px 20px;
    }

    .back a {
        color: #ffffff;
    }



}