@charset "utf-8";

/* 無言館 */
.upper_images{
  display: flex;
}
.lower_images{
  display: flex;
}
.lower_images img{
   width: 100%;
   border-top: solid 30px #000;
   border-bottom: solid 30px #000;
}

.images{
  display: flex;
  justify-content: center;
  background-color: #009933;
}
.inscription{
  width: 28%;
}
.exhibitionhall{
  width: 28%;
}
.momument{
  width: 37%;
}
.secondhall{
  width: 37%;
}

.top_image{
  position: relative;
}
.top_image img{
  width: 100%;
}

.phrases{
  position: absolute;
  top: 30px;
  left: 10%;
  padding: 15px 0 0 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
p.title{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
p.contents{
  padding: 15px 0 0 0;
}



.kansobun_top{
  width: 100%;
  margin: -4px 0 0 0;
  background: #dfdfdf;
  border-top: solid 50px #000033;
  border-bottom: solid 40px #000033;
}
.kansobun_lower{
  width: 100%;
  margin: -20px 0 0 0;
  background: #dfdfdf;
  border-bottom: solid 40px #000033;
}
.title{
  padding: 10px 0;
  font-size: 17px;
  font-weight: bold;
}
.texts{
  width: 88%;
  padding: 40px 0px 40px 15%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  font-weight: bold;
}

.link00{
   display: flex;
   justify-content: space-around;
   border-top: dotted 0.5px #000;
}
p.link01{
  margin: 0 0px 0px 0px;
  padding: 10px 0;
  font-size: 14px;
}
p.link01 a{
  color: green;
}


/*    */
.links{
  position: relative;
  margin: -5px 0 0 0;
}
.links img{
  width: 100%;
}
.links p{
  position: absolute;
  top: 60px;
  left: 40%;
  font-size: 24px;
}
.links a{
  color: #fff
}
