@charset "utf-8";

.first-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/shirokabi_yoko.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: -40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
}

.lead {
  max-width: 1200px;
  margin: 60px auto;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #6B8E23;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.link-button:hover {
  background-color: #556b2f;
}

.news {
  width: 930px;
  max-width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.news h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.news h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.news-list{
  list-style: none outside;
  margin-top: 30px;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category-gray,
.news-list .item .category-green,
.news-list .item .category-red{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
/* タグカラー：グレー */
.news-list .item .category-gray span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
/* タグカラー：グリーン */
.news-list .item .category-green span{
  background: #6B8E23;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
/* タグカラー：レッド */
.news-list .item .category-red span{
  background: #CC0000;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

.topics {
  width: 930px;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.topics h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.topics h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.fb-page {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.calendar {
  width: 500px;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.calendar h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.calendar h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.calendar iframe{
  margin-top: 30px;
}

.recommended {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

@media(max-width:800px){
  .first-view{
    height: calc(100vh-50px);
    background-image: url(../images/index/shirokabi_tate.png);
    align-items:flex-start;
  }

  .first-view-text{
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1{
    font-size: 30px;
    line-height: 48px;
  }

  .first-view-text p{
    font-size: 14px;
    margin-top: 15px;
  }

  .lead{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p{
    text-align: left;
  }

  .topics h2::after {
    margin-bottom: 20px;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li{
    width: 220px;
    margin-left: 30px;
  }

  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    margin-top: 10px;
  }
  }
  
  /* 装飾 */
   
  *{
    box-sizing: border-box;
  }
  a{
    text-decoration: none;
  }
  body{
    margin: 20px;
  }
