/* common */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica neue", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: .7;
  transition: opacity .3s;
}



/* header */

nav h3 {
  margin: 0 auto;
	font-weight: normal;
  font-family: 'Aboreto', cursive;
  font-family: 'Dancing Script', cursive;

}

nav i {
  color: #888;
}

/* top */

.top-img {
  background-image: url(../img/img0448.jpg);
  background-size: cover;  
  background-attachment: fixed;
}

.top-text {
  text-align: center;
  padding: 250px 0;
}
.top-text h1 {
  font-size: 80px;
  font-family: 'Aboreto', cursive;
  font-family: 'Dancing Script', cursive;
} 



/* about */

.about-area {
  text-align: center;
  background: #fff;
  padding: 42px;
}


.about-area h3 {
  margin: 40px 0;
  font-size: 1.5rem;
}

.about-area p {
  margin-top: 40px;
  line-height: 2rem;
  font-size: 13px;
}

/* news */

.news-list {
  /* background: #ddd; */
  text-align: center;
  padding: 50px;

}

.news-desc {
  max-width: 992px;
  /* padding: 30px; */
  margin: 0 auto;
  gap: 40px 0;
}

.news-list h3 {
  font-family: 'Aboreto', cursive;
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  margin: 40px 0 10px;
}

.news-list h4 {
  font-size: 1rem;
  margin-top: 1.6rem;
}

.news-list p {
  font-size: 12px;
}



.news-list img {
  width: 265px;
  height: 180px;
  object-fit: cover;
}




/* footer */

footer {
  background: #888;
  padding: 30px;
  text-align: center;
}

footer .container {
  max-width: 960px;
}

footer ul li {
  list-style: none;
}

footer li a {
  text-decoration: none;
  color: #aaa;
  font-size: 13px;    
}

footer li a:hover {
  color: #fff;
}

footer p {
  text-align: center;
  font-size: 12px;
}




