@charset "UTF-8";
/* =====================
  header
===================== */
#top .header {
  position: absolute;
}
#top .header h1 a {
  float: right;
  margin-right: 11%;
}
#top .header .text-scale {
  display: block;
  top: 100px;
  right: 32px;
}

/* 文字サイズ調節 */
#top .size-button {
  display: block;
}
#top .size-button-large {
  margin-bottom: 10px;
  margin-right: 0;
}

/* =====================
  メインビジュアル
===================== */
.topmain {
  display: flex;
  margin-bottom: 5vw;
}
.topmain-images {
  width: 60vw;
  height: inherit;
}
.topmain-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topmain-cotents {
  width: 40vw;
  height: 70vw;
  justify-content: space-between;
}
.topmain-catch {
  font-size: 2.5rem;
  height: 40vw;
  padding: inherit;
  padding-top: 100px;
}

@media screen and (min-width: 1300px) {
  .topmain-images {
    width: 65vw;
  }
  .topmain-cotents {
    width: 35vw;
    height: inherit;
  }
  .topmain-catch {
    height: 30vw;
  }
}
/* =====================
  新着情報
===================== */
#top .news {
  padding: 5vw;
  margin-left: 5vw;
  margin-bottom: 0;
}
#top .news-title {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 2rem;
}
#top .news-title span {
  font-size: 0.85rem;
  display: block;
}
#top .news-list article {
  display: flex;
  text-align: left;
  margin-bottom: 2rem;
}
#top .news-list time {
  font-size: 1.25rem;
  margin-bottom: 0;
}
#top .news h3 a {
  color: #333;
  transition: all .4s;
}
#top .news h3 a:hover {
  color: #16850B;
}

@media screen and (min-width: 1200px) {
  #top .news {
    padding-left: 0;
    display: flex;
  }
  #top .news-title {
    width: 30%;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top .news-list {
    width: 70%;
  }
}
/* =====================
  コンテンツナビ
===================== */
.contentnavi {
  margin: 5vw;
  flex-direction: row-reverse;
}
.contentnavi-blockA {
  width: 100%;
  height: inherit;
  margin: 0 auto 3vw;
  display: flex;
  justify-content: space-between;
}
.contentnavi-blockA a {
  width: 48%;
  height: 25vw;
  margin-bottom: 0;
}
.contentnavi-blockB {
  width: 100%;
  margin: 0 auto 3vw;
  display: flex;
  justify-content: space-between;
}
.contentnavi-blockB a {
  width: 48%;
  height: 14vw;
  margin-bottom: 0;
}

.pagelink .contentnavi_2 {
  padding: 0 5vw;
  width: inherit;
  margin: 5vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pagelink .contentnavi_2 a {
  font-size: 1.5rem;
  width: inherit;
  transition: all .4s;
  margin-right: 1em;
}
.pagelink .contentnavi_2 a:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1084px) {
  .pagelink .contentnavi_2 {
    justify-content: space-around;
  }
}
