html {
  font-size: 14px;
  font-weight:bold;
  font-family:'ヒラギノ丸ゴ ProN';
}

h1 {
  font-size:2rem;
  margin-block: 0.1rem;
}

h2 {
  margin-block: 0.3rem;
  font-size:1.5rem;
  color: red;
  margin-left:-0.6rem;
  margin-right:1rem;
 }

.wrapper {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

article {
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
  max-width: 34rem;
  min-width: 20rem;
  padding: 0.8rem;
  margin-bottom: 2.2rem;
  margin-right: 1rem;
  text-align:center;
  background-color: snow;
}


article .title {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  margin: 1rem 0 0.5rem 0;
  color : blue;
}

article .text {
  font-size: 1.0rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: justify;
}

article a {
  color: #222;
  text-decoration: none;
}

article img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: top center;
}


ul li {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align:top;
  text-align:center;
  padding: 1.4rem;
  justify-content: space-between;
  }


table {
  line-height:1.3;
  border-collapse: collapse;
  border: solid 0.2rem;
  width:auto;
  margin-left: 2rem;
  text-wrap: nowrap;
}
  
table th {
  text-align: center;
  font-size:1.0rem;
  width:auto;
  border: solid 0.2rem;
}

table tr {
  font-size:1.0rem;
  vertical-align:top;
  width:auto;
  border-right: solid 0.2rem;
}

table tr td {
  font-size:1.0rem;
  vertical-align:top;
  width:auto;
  border-right: solid 0.2rem;
}   

.conta {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.body {
  flex: 4;
  margin-left: 0rem;
  margin-right: 0.1rem;
  background: url('../images/w9b.gif');
}

.bodyimg {
  position: relative;
}

.bodytxt{
  position: absolute;
  top: 70%;
  left: 5%;
  color: blue;
  background-color: lightyellow;
}


.side {
  flex: 1;
  margin-left: 0.1rem;
  margin-right: 0rem;
  background-color: linen;
  }

.side h2 {
  font-size: 1.2rem;
  text-decoration: underline;
  margin-left: 1rem;
  margin-right: 0rem;
  }

.side p {
  margin-top: 0.2rem; 
  margin-left: 1rem;
  margin-right: 1rem;
  }


.container {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  color: blue;
  margin-left: 2rem;
  margin-right: 3rem;
  }
  
.container img {
  display: block;
  margin-left:0.8rem;
  margin-right: 2rem;
  margin-bottom:1rem;
  width: 45%;
  height:auto;
  border: 0;
  align:left;
  object-fit: cover;
  object-position: 90% 30%;
}

.hukuro {
  color: #87ceeb;
  -webkit-text-stroke: 0.4rem blue;
  paint-order: stroke;
  text-decoration: none;
  font-family:'ヒラギノ丸ゴ ProN';
}

.hukuro1 {
  color: #87ceeb;
  -webkit-text-stroke: 0.4rem blue;
  paint-order: stroke;
}

.hukuro2 {
  color: #98fb98;
  -webkit-text-stroke: 0.4rem green;
  paint-order: stroke;
}

.hukuro3 {
  color: #98fb98;
  -webkit-text-stroke: 0.4rem black;
  paint-order: stroke;
  border: solid 0.2rem #454545;
  border-radius: 10%;
  background-color: #ffdead;
  padding: 0.6rem;
}

.hukuro4 {
  color: #98fb98;
  -webkit-text-stroke: 0.6rem blue;
  paint-order: stroke;
  font-size: 1.5rem;
  font-family:'ヒラギノ丸ゴ ProN';
  }

.hukuro5 {
  color: #87ceeb;
  -webkit-text-stroke: 0.5rem blue;
  paint-order: stroke;
  text-decoration: none;
  
  }
  
.menu {
  padding: 0.1rem;
  margin: 0.1rem;
  overflow: hidden;
  position: sticky;
  z-index: 9999;
  top: 0;
  text-align: center;
  background: url('../images/wallppr024.gif');
  }
  
.menu ul {
  margin: 0.1rem auto;
  padding: 0.1rem;
  box-sizing: border-box;
  width 100%;
  }
  
.menu ul li {
  list-style: none;
  text-align:center;
  padding: 0.6rem;
  box-sizing: border-box;
  float: left;
  font-size: 1.0em;
  font-family:'ヒラギノ丸ゴ ProN';
  margin 0.1rem 0.2rem; width 16%;
  }
  
.menu ul li a {
  text-decoration: none;
  color: blue;
  }

.bun {
  font-size : 1rem;
  font-weight : 700;
  margin-left: 1.2rem;
  margin-right: 5rem;
  text-wrap: nowrap;
  overflow: auto;

  }

.rinku {
  font-weight : 900;
  color: blue;
  }

.daimei {
  text-align:center;
  font-size : 1.5rem;
  font-weight : 900;
  color : blue;
  }

.stage {
  text-align:center;
  font-size : 1.5rem;
  font-weight : 900;
  color : teal;
  }
 
 .kyokumei {
  text-align:center;
  font-size : 1.5rem;
  font-weight : 900;
  color : black;
  }
  
@media (min-width: 480px) {
    & {
  .conta {
    flex-direction: row;
    }
    
  .bodytxt {
    font-size: 3rem;
    }
    
  .hukuro1, .hukuro2, .hukuro3 {
    font-size: 1.5rem;
    }
    
    .hukuro4 {
        font-size: 2rem;
    }
    
    .bun {
        font-size: 1.3rem;
    }
  }
}