/* air-ism top page css */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

@media screen and (min-width: 960px) {
  .slick-slide img {
    height: 370px;
  }
}

#top_column3 a:link,
#top_column3 a:visited {
  display: block;
  text-align: center;
  background-color: #D3C7C0;
  text-decoration: none;
  font-weight: bold;
  line-height: 54px;
  font-size: 16px;
}

#top_column3 a:link:after,
#top_column3 a:visited:after {
  content: " \f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#top_column3 a:hover,
#top_column3 a:active {
  background-color: #79665B;
  color: #F8F6F3;
}

@media screen and (min-width: 960px) {
  #top_column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #top_column3 article {
    width: 100%;
    margin: 0 27px 27px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top_column3 article:last-child {
    margin-right: 0;
  }
  #top_column3 article figure img {
    width: 100%;
  }
  #top_column3 article a {
    margin-top: auto;
  }
}

#news_area {
  background: #fff;
  border: 2px solid #3F3535;
  margin: 0 16px 22px 16px;
  padding: 0;
}

#news_area div {
  display: block;
  background: #3F3535;
  padding: 6px;
  text-align: center;
}

#news_area h2 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

#news_area dl {
  margin: 0;
}

#news_area dl dt {
  margin: 0;
  padding: 12px 18px 0 18px;
}

#news_area dl dd {
  margin: 0;
  padding: 0 18px 12px 18px;
}

#news_area dl dd:not(:last-child) {
  border-bottom: 1px solid #3F3535;
}

@media screen and (min-width: 960px) {
  #news_area {
    margin: 0 0 27px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news_area div,
  #news_area dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news_area div {
    width: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #news_area div h2 {
    width: 100%;
    text-align: center;
  }
  #news_area dl {
    width: calc(100% - 118px);
  }
}

#sns_area iframe {
  display: block;
  margin: 0 auto 22px auto;
}

@media screen and (min-width: 960px) {
  #sns_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  #sns_area div {
    width: calc(50% - 11px);
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */