@charset "utf-8";
iframe{
  width:100%;
}
.news iframe{
  height:215px;
}
.wpframe{
  height:80vh;
}
.main_s {
  position: relative;
}
.top_copy{
  background-color:var(--brown-color);
  padding:20px;
  text-align:center;
  color:white;
  margin-top:-2px;
}

.top_copy p:first-child{
  font-size:2rem;
  margin-bottom:5px;
}
.top_copy p:nth-of-type(2){
  font-size:1.4rem;
  line-height: 1.5;
}
.top_text{
  text-align: center;
  padding:20px 0;
  font-size: 1.8rem;
}
.top_text span{
  border-bottom:3px dotted var(--orange-color);
}
.top_contents{
  width:90%;
  max-width:900px;
  margin:0 auto;
  justify-content: space-around;
}
.top_contents a{
  display:flex;
}
.top_contents a > div{
  width:230px;
  margin:5px;
  padding:10px;
  align-items: center;
  line-height: 200%;
  background: linear-gradient(#fcfdf8, #efefda);
  border-radius: 5px;
  border:1px solid #fcfdf8;
  box-shadow: 0 0 8px gray;
  color:black;
}
div.icon{
  width:54px;
  height:54px;
  border-radius: 10px;
  border:none;
  text-align: center;
  padding:8px 4px 0;
  margin:0;
}
div.top_contents div.green{
  background-color: var(--green-color);
}
div.top_contents div.blue{
  background-color: var(--blue-color);
}
div.top_contents div.orange{
  background-color: var(--orange-color);
}
p.first{
  margin-left:10px;
  font-size:1.6rem;
}
.information{
  width:90%;
  max-width:980px;
  background-color: white;
  margin:0 auto;
  margin-top:20px;
  padding:20px;
  font-size: 1.3rem;
  margin-bottom:20px;
}
.information h2{
  font-size: 1.8rem;
  font-weight: normal;
  background-image: url("../images/news_line.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom:12px;
}
.top_p{
	width:90%;
	max-width:900px;
	margin:auto;
	font-size:1.15rem;
}

.top_link {
  width: 90%;
  max-width: 900px;
  margin: 2rem auto 0;
  font-size: 2rem;
}
.top_link a {
  padding: 2rem 0;
  /* display: block; */
  color: #0000ee;
  text-decoration: underline;
  font-size: 1.5rem;
}

/* かけはしリンクバナー */
.top_copy .banner {
  width: 15%;
  position: absolute;
  right: 10px;
  top: 200px;
}
.top_copy .banner img {
  width: 100%;
}
/* 外部リンクロゴ */
.bnr_area{
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  font-size: 13px;
}
.bnr_area p{
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.icon{
    margin:0 auto 5px;
  }

  .top_copy .banner {
    top: 250px;
    right: 5px;
  }
}

/* 記念誌きずなバナー*/
.top_copy .banner-two {
  width: 15%;
  position: absolute;
  right: 10px;
  top: 300px;
}
.top_copy .banner-two img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_copy .banner-two {
    top: 350px;
    right: 5px;
  }
}

/*mobile*/
@media screen and (max-width:650px) {
  iframe{
    height:80vh;
  }

  .top_copy {
    padding: 20px 10px;
  }

  .top_copy .banner {
    position: static;
    width: 55%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .top_copy .banner-two {
    position: static;
    width: 55%;
    margin: 0 auto;
    padding-top: 20px;
  }
}