@charset "UTF-8";

.map iframe{
width: 100%;
height: 800px;
}
.edit_area li{
list-style: disc;
margin-left: 20px;
}
.edit_area li.last{
list-style: none;
margin-left: 0px;
}
.photo_list {
display: flex;
justify-content: space-between;
}
.photo {
width: 48%;
}
.photo img{
width: 100%;
}
@media screen and (max-width:767px){
.edit_area p {
padding: 0 0 0px 0;
}
.map iframe{
height: 300px;
}
.photo_list {
display:block;
}
.photo {
width: 100%;
margin-bottom: 15px;
}
.photo img{
width: 100%;
}
}