@charset "utf-8"; 



html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  line-height: 2;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; 
  color: #000000;
  background-color: #b9884a;
}
.wrap{
  max-width: 800px;
  width: 100%; 
  margin: 0 auto; 
  padding-left:20px;
  padding-right:10px;
}

h1{
  font-size:2rem;
  background:#640404;
  color:#fefce6;
  text-align: center;
  margin:0 auto;
  padding:20px;
}
h2{
  font-size:1.2rem;
  margin:40px 0 8px 0;
  border-bottom:2px dotted #fefce6;
}
h3{
  font-size:1rem;
  padding:5px 0;
  margin-bottom:0px;
}
h5{
  font-size:0.9rem;
  padding:5px 0;
  margin-bottom:0px;
}
.moji{
  padding-left:10px;
}
.flex{
  display:flex;
}
img{
  width:100%;
}
.image-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,2fr));
gap:10px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer{
  width:100%;
  background-color:#550003;
  margin-top:100px;
  padding:20px;
}
footer a{
  text-decoration: none;
  color:#fefce6;
  font-size:0.9rem;
}
footer p{
  text-align: center;
}



