@charset "utf-8";

.sengo80 {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}

h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 10px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}

.catch-top {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  line-height: 2;
}

/* 画像の上に画像を重ねる */
.top-img{
  position: relative;
}

.bottom-right{
  position: absolute;
  bottom: 32px;
  right: 30px;
  border-radius: 10px;
}

.rijityou img{
  float: right;
  width: 250px;
  margin-left: 20px;
}

.rijityou p{
  margin: 0;
  margin-bottom: 20px;
}

.rijityou h3{
  margin-top: 80px;
}

.rijityou-word::after{
  display: block;
  /* border: solid 2px red; */
  content: "";
  clear: both;
}

.rijityou p:first-child{
  font-size: 20px;
}

.kensho-waku {
  background-color: #ffffe9;
  border: solid 1px #009b74;
  border-radius: 10px;
  padding: 30px 40px;
}

.flexes {
  margin-bottom: 100px;
}

.schedule {
  margin-left: auto;
  margin-right: auto;
}

h3{
  margin-top: 50px;
}

.tables {
  border-collapse: collapse;
  width: 100%;
}

.tables img{
  width: 100px;
}

.wa{
  width: auto;
}

/* 映画ポスターを出すときはこれも表示 */
/* .tables td{
  display: flex;
} */

th,
td {
  border: solid 1px #aaa;
  padding: 5px;
}

th {
  text-align: right;
  font-weight: normal;
  background-color: #ffffe9;
}

th small {
  display: block;
  font-size: 14px;
}

.years-event ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.years-event li {
  border: solid 1px #aaa;
  background-color: #ffffe9;
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* h5 のマージン打ち消し */
.years-event h5{
  margin: 0;
}

.sanka{
  margin: 20px 0;
  padding: 0;
}

.sanka li{
  margin-bottom: 40px;
  list-style: none;
  border: #ED6D00 solid 4px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fffff4;
}

.sanka h4{
  background-color: #ED6D00;
  margin-top: 0;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  padding-top: 15px;
  font-size: 28px;
}

.sanka li h5{
  background-color: transparent;
  border-radius: 0%;
  color: #ED6D00;
  font-weight: bold;
  border-left: solid 8px #ED6D00;
  border-bottom: solid 1px #ED6D00;
  padding: 0;
  padding-bottom: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}

.sanka li li{
  margin: 5px 0;
  border: none;
  ;list-style: disc;
  padding: 0;
}

.sanka li h5,
.sanka li p{
  width: 830px;
}

.sanka .no-image h5,
.sanka .no-image p{
  width: 100%;
}

.sanka_link{
  text-align: center;
}

.sanka_link a{
  display: inline-block;
  background-color: #009b74;
  color: #fff;
  width: 300px;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
}

.sanka_link a:hover{
  background-color: #007054;
}

.sanka_link a::after{
	content: ">";
  transform: scaleX(0.4);
	display: grid;
	position: absolute;
	place-content: center;
	top: 0;
  font-size: 30px;
	right: 20px;
	height: 100%;
	transition: 0.3s;
}

.sanka_link a:hover::after{
  right: 15px;
}

p strong{
  color: #ff0000;
  font-size: 20px;
}

.flex{
  display: flex;
  justify-content: space-between;
}

.flex > div{
  width: calc(50% - 10px);
}

.torikumi img:hover{
  opacity: 1;
}

.torikumi{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.torikumi a{
  position: relative;
  display: block;
  padding: 15px;
  height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  color: #000;
  padding-right: 30px;
}

.torikumi a::before{
  position: absolute;
  content: ">";
  display: grid;
  place-content: center;
  font-size: 40px;
  transform: scaleX(0.3);
  color: #009b74;
  top: 0;
  right: 0;
  height: 100%;
}

.torikumi a::after{
  content: "";
  display: block;
  clear: both;
}

.torikumi a:hover{
  background-color: #ffffdc;
}

.torikumi li{
  flex-basis: calc(33% - 20px);
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin: 10px;
  padding: 0;
  background-color: #fffff4;
}

.torikumi img{
  width: 100px;
  margin-left: 10px;
  float: right;
}


.torikumi2{
  list-style: none;
  padding: 0;
  margin: 0;
}

.torikumi2 h4{
  background-color: #fffff4;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.torikumi2 p{
  padding: 0;
}

.torikumi2 a{
  position: relative;
  display: block;
  padding: 8px 0px;
  height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  color: #000;
  padding-right: 30px;
}

.torikumi2 a::before{
  position: absolute;
  content: ">";
  display: grid;
  place-content: center;
  font-size: 40px;
  transform: scaleX(0.3);
  color: #009b74;
  top: 0;
  right: 0;
  height: 100%;
}

.torikumi2 a::after{
  content: "";
  display: block;
  clear: both;
}

.torikumi2 a:hover{
  background-color: #ffffdc;
}

.torikumi2 p{
  display: inline;
  height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  padding-right: 30px;
  margin: auto 0;
}

.torikumi2 li{
  flex-basis: calc(33% - 20px);
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin: 10px;
  padding: 15px;
  background-color: #fffff4;
}

.anchor{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.anchor a{
  border: solid 1px #aaa;
  background-color: #fff;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
}

.anchor a span{
  margin: -8px;
}

.torikumi3{
  list-style: none;
  padding: 0;
  margin: 0;
}

.torikumi3 h4{
  background-color: #fffff4;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.torikumi3 a{
  color: #000;
  display: block;
  text-align: center;
}

.torikumi3 p{
  padding: 0;
  display: inline;
  height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  padding-right: 30px;
  margin: auto 0;
}

.torikumi3 li{
  flex-basis: calc(33% - 20px);
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin: 10px;
  margin-top: 20px;
  padding: 15px;
  background-color: #fffff4;
}

.df{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.df p{
  padding: 0;
  display: grid;
  place-content: center;
}

.df div:first-of-type{
  margin-left: 50px;
}

.df div:last-of-type{
  margin-right: 50px;
}


.kensho-waku .tal span{
	display: block;
	margin-left: 2em;
	text-indent: -2em;
}

.heiwa-kensho{
  font-size: 16px;
}

.heiwa-kensho h6{
  margin-top: 30px;
  /* h6 の効果打ち消し */
  border: none;
  padding: 0;
}
.table-bgc{
  background-color: #fff;
}

.table-line table.table-bgc th{
  font-weight: bold;
  text-align: center;
}








/* 平和のメッセージ */
.message h2{
  margin-top: 10px;
}

.solidline{
  width: 1100px;
}

.messagebox{
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  justify-content: space-between;
  margin: 0;
}

.waku-li{
  width: 48%;
  margin-bottom: 20px;
}

.waku-waku{
  background-color: #ffffe9;
  border: solid 1px #009b74;
  border-radius: 10px;
  padding: 10px 20px;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

