@charset "utf-8";

body {
margin: 0;
font-family: sans-serif;
color:#252525;
font-size:16px;
}

.container {
margin: 0 auto;
max-width: 900px;
}

header {
padding: 20px;
background-color: #008000;
}

main {
padding: 20px;
background-color: #fff;
}
footer {
padding: 10px;
background-color: #ffa500;
text-align: center;
}
h1{
color:#fff;
text-align: center;
}

h2 {
position: relative;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
background-image: repeating-linear-gradient(45deg, transparent 0 3px, #a8c97f 3px 6px);
background-repeat: no-repeat;
background-size: 100% 0.5rem;
background-position: bottom;
font-weight: bold;
font-size: 24px;
color: #8a2be2;
}

img{
max-width:100%;
height:auto;
}

.naka{
text-align: center;
}

.box{
padding: 20px;
margin: 20px;
border:4px solid #00ff00;
border-radius: 15px;
display: flex;
flex-wrap:wrap;
justify-content: space-around;
background-color: antiquewhite
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}