@charset "utf-8";

body{
    background-color: #fffaf0
}
.head{
    background-color: #a9fda9;
}
.center{
    text-align: center;
}

.right{
    text-align: right;
    margin-right: 2%;
}
.left{
    text-align: left;
}
.photo{
    max-width: auto;
    height: auto;
    text-align: center;
}
.center2{
    background-color: #ffffff;
    width: 400px;
    margin: 0 auto;
    border: dashed 1px;
}
.infomation_0{
    width: 450px;
    margin: 0 auto;
}

.map{
    width: 500px;
    height: 300px;
}