@charset "UTF-8";
@media screen and (min-width:700px) {

    /* パソコン版のcss */
    body {
        font-family: "Meiryo", "メイリオ", "sans-serif", serif;
    }

    body {
        background-color: #E9E5E5;
    }


    * {
        margin: 0;
        padding: 0;
    }

    #main {
        position: relative;
        text-align: center;
    }

    #title1 {
        color: #ffffffce;
        font-size: 6vw;
        position: absolute;
        top: 120px;
        left: 40px;
    }

    #title2 {
        color: #ffffffce;
        font-size: 6vw;
        position: absolute;
        top: 190px;
        left: 80px;
    }

    h2 {
        text-align: center;
        font-size: 3vw;
        margin-top: 150px;
        margin-bottom: 50px;
    }

    li {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        margin-bottom: 20px;
    }

    h3 {
        display: flex;
        text-align: left;
        font-size: 2vw;
    }

    p {
        text-align: center;
        font-size: 1.7vw;
    }

    #main img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.7%;
        width: 97%;
    }

    #photo img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        max-width: 270px;
    }

    #photo img:hover {
        scale: 120% 120%;
    }

    .name {
        margin-top: 15px;
        margin-bottom: 90px;
    }


    #date {
        width: 50%;
        height: 30%;
        background-color: #ffffff;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;

    }

    #map img {
        max-width: 80%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }


    #profile {
        width: 50%;
        height: 35%;
        background-color: #ffffff;
        border-radius: 10px;
        line-height: 30px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 200px;
    }

    #copy {
        display: flex;
        justify-content: flex-start;
        color: #000000;
        font-size: 6px;
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width:699px) {

    /* スマホ版のcss */
    body {
        font-family: "Meiryo", "メイリオ", "sans-serif", serif;
    }

    body {
        background-color: #E9E5E5;
    }

    * {
        margin: 0;
        padding: 0;
    }

    #main {
        position: relative;
        text-align: center;
    }

    #title1 {
        color: #ffffffce;
        font-size: 5.5vw;
        margin: 0;
        position: absolute;
        top: 65px;
        left: 11%;
    }

    #title2 {
        color: #ffffffce;
        font-size: 5.5vw;
        margin: 0;
        position: absolute;
        top: 97px;
        left: 14%;
    }

    h2 {
        text-align: center;
        font-size: 3vw;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    li {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        margin-bottom: 20px;
    }

    h3 {
        display: flex;
        text-align: left;
        font-size: 2vw;
    }

    p {
        text-align: center;
        font-size: 2vw;
    }

    #main img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-top: 1.9%;
        width: 96%;
    }

    #photo img {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        max-width: 200px;
    }

    #photo img:hover {
        scale: 130% 130%;
    }

    .name {
        margin-top: 10px;
        margin-bottom: 90px;
    }


    #date {
        width: 50%;
        height: 60%;
        background-color: #ffffff;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #map img {
        max-width: 80%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }


    #profile {
        width: 50%;
        height: 35%;
        background-color: #ffffff;
        border-radius: 10px;
        line-height: 15px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 200px;
    }

    #copy {
        display: flex;
        justify-content: flex-start;
        color: #000000;
        font-size: 6px;
        position: relative;
        bottom: 0;
    }
}