/*************************************************

page style

*************************************************/
.top-title01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-title01 {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
.top-title01::after {
  display: block;
  content: "";
  width: 175px;
  height: 10px;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .top-title01::after {
    width: 105px;
    height: 7px;
    margin-top: 3px;
  }
}

/*************************************************

top-mainvisual

*************************************************/
.top-mainvisual {
  line-height: 0;
}
.top-mainvisual img {
  width: 100%;
}

/*************************************************

top-news

*************************************************/
.top-news {
  color: #fff;
  background-color: #352419;
}

.top-news__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.top-news__top {
  position: relative;
  padding-right: 75px;
}
@media screen and (max-width: 768px) {
  .top-news__top {
    padding-right: 65px;
  }
}

.top-news__item {
  padding: 17px 15px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    font-size: 15px;
  }
}

.top-news__item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  line-height: 1.3;
}

.top-news__item__meta__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.top-news__item__meta__date__icon {
  width: 16px;
  line-height: 0;
}

.top-news__item__meta__date__text {
  font-weight: 700;
}

.top-news__item__meta__cat {
  padding: 0 5px;
  border: #fff solid 1px;
}

.top-news__item__title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.top-news__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ebeae8;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 5;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    width: 65px;
  }
}
.top-news__btn img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-news__btn.is-on img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-news__list {
  display: none;
}

/*************************************************

top-rinen

*************************************************/
.top-rinen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 25px;
}

.top-rinen__img {
  max-width: 1427px;
  min-width: 1427px;
}
@media screen and (max-width: 1130px) {
  .top-rinen__img {
    min-width: 126.2832%;
  }
}
@media screen and (max-width: 768px) {
  .top-rinen__img {
    min-width: 0;
  }
}
.top-rinen__img img {
  margin: -7% 0 0 -3%;
}
@media screen and (max-width: 768px) {
  .top-rinen__img img {
    margin: 0;
  }
}

/*************************************************

top-outline

*************************************************/
.top-outline {
  margin-bottom: 40px;
}

.top-outline-list {
  width: min(835px, 100% - 40px);
  margin: 0 auto;
  font-size: 17px;
}

@media screen and (min-width: 769px) {
  .top-outline-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-outline-list__item {
    padding: 15px 0;
    border-bottom: #d7d7d7 solid 1px;
  }
}

@media screen and (min-width: 769px) {
  .top-outline-list__item__title,
  .top-outline-list__item__detail {
    padding: 17px 0;
    border-bottom: transparent solid 1px;
  }
}

@media screen and (min-width: 769px) {
  .top-outline-list__item__title {
    width: 135px;
    border-color: #afe19f;
  }
}
@media screen and (max-width: 768px) {
  .top-outline-list__item__title {
    margin-bottom: 3px;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .top-outline-list__item__detail {
    width: calc(100% - 195px);
    border-color: #d3d3d3;
  }
}
@media screen and (max-width: 768px) {
  .top-outline-list__item__detail {
    font-size: 15px;
  }
}

.top-outline-list__item__indent {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}

/*************************************************

top-brand

*************************************************/
.top-brand {
  margin-bottom: 120px;
}

.top-brand-list {
  width: min(980px, 100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 13px;
}
@media screen and (max-width: 768px) {
  .top-brand-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 13px;
  }
}

.top-brand-list figure {
  text-align: center;
  line-height: 0;
}

/*************************************************

top-access

*************************************************/
.top-access {
  margin: 0 20px;
}

.top-access-map {
  overflow: hidden;
  max-width: 570px;
  margin: 0 auto 15px;
  line-height: 0;
  border-radius: 15px;
}
.top-access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 570/315;
}

.top-access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  line-height: 1.3333;
}
@media screen and (max-width: 768px) {
  .top-access-info {
    font-size: 15px;
  }
}

.top-access-info__title {
  white-space: nowrap;
}

/*************************************************

top-note

*************************************************/
.top-note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(835px, 100% - 40px);
  margin: 0 auto 80px;
  padding: 20px 17px;
  border: #d9c073 solid 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-note {
    font-size: 14px;
  }
}