@charset "UTF-8";
.news-sec {
  padding: 120px 0 0;
}

.header-reserve__item a picture {
  width: -moz-fit-content;
  width: fit-content;
}

.w1200 {
  max-width: 90%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.info__flex {
  display: flex;
  gap: 50px;
  word-break: break-all;
}

.info__sidebar {
  width: 200px;
}

.info__main-bl {
  width: calc(100% - 250px);
}

.info__side-ttl {
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.6;
}
.info__side-ttl::before {
  background: #ccc;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
}

.post-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.post-list__img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.googlemap-bl {
  aspect-ratio: 3/2;
}

table.column2 {
  width: 100%;
  border-collapse: collapse;
}
table.column2 th, table.column2 td {
  width: 50%;
}

table.column3 {
  width: 100%;
  border-collapse: collapse;
}
table.column3 th, table.column3 td {
  width: 33.33%;
}

table.column4 {
  width: 100%;
  border-collapse: collapse;
}
table.column4 th, table.column4 td {
  width: 25%;
}

table.column5 {
  width: 100%;
  border-collapse: collapse;
}
table.column5 th, table.column5 td {
  width: 20%;
}

.post-list__date {
  font-size: 12px;
  line-height: 1.5;
}

.post-list__ttl {
  font-size: 16px;
}

/* お知らせ・ブログ（詳細） */
.info__ttl {
  font-size: 36px;
  border-bottom: 1px solid #718768;
  color: #718768;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
}

.under-news__btn {
  margin: 50px auto 30px;
}

.info__cont {
  margin-top: 30px;
}

.info__cont h2 {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  position: relative;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #718768;
}

.info__cont h3 {
  border-bottom: 1px solid #718768;
  position: relative;
  padding-bottom: 15px;
  font-size: 28px;
  margin-bottom: 35px;
  font-family: "Shippori Mincho", serif;
}

.mb60 {
  margin-bottom: 60px !important;
}

.info__cont h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #718768;
  font-family: "Shippori Mincho", serif;
}

.base__txt,
.info__cont p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.single__info-btn {
  width: 200px;
  display: block;
  margin: 50px auto 0;
}

.news__all-link {
  width: 153px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-bottom: 7px;
}

.news__all-link:hover .icon-arrow {
  right: -3px;
  transition-duration: 0.3s;
}

.news__all-link .icon-arrow {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -75%);
  color: var(--lgreen);
  transition-duration: 0.3s;
}

.icon-arrow:before {
  content: "\e900";
  color: var(--lgreen);
}

/* ページネーション */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 50px auto 0px;
  align-items: center;
  font-family: "Shippori Mincho", serif;
}
.nav-links .page-numbers {
  font-size: 14px;
}
.nav-links .page-numbers.current {
  background-color: #ab8d64;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cyan-txt {
  color: var(----lgreen);
}

.mb20 {
  margin-bottom: 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.bold {
  font-weight: bold;
}

.under-mv__ttl-en {
  text-align: center;
}

#under-intr .top-menu__list-img {
  border-radius: 50%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.img600 {
  margin-inline: auto;
  width: min(100%, 600px);
}

.mt30 {
  margin-top: 30px !important;
}

.snav-lst {
  font-size: 14px;
}
.snav-lst li {
  margin-bottom: 8px;
}

.info__cont img {
  margin-bottom: 30px;
}

.campaign-list li {
  padding: 60px 0;
}
.campaign-list li:nth-child(2n) {
  background: #f7f7f5;
}
.campaign-list li .cam-flex {
  display: flex;
  gap: 4%;
  align-items: center;
}
.campaign-list li .cam-flex .img {
  width: 30%;
}
.campaign-list li .cam-flex .cont {
  width: 66%;
}

.cam-ttl {
  font-size: 21px;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  color: #718768;
}

.cam-desc p {
  margin-bottom: 1em;
}
.cam-desc table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  border: 1px solid #dcdbdb;
}
.cam-desc table th, .cam-desc table td {
  border-right: 1px solid #dcdbdb;
  border-bottom: 1px solid #dcdbdb;
  border-top: none;
  border-left: none;
  padding: 8px;
  text-align: left;
}
.cam-desc table th {
  background: #e8e8e8;
  font-weight: bold;
}
.cam-desc table td:first-of-type {
  background: #e8e8e8;
  font-weight: bold;
}
.cam-desc table tr *:last-of-type {
  border-right: none;
  text-align: right;
}
.cam-desc table tr:last-of-type td {
  border-bottom: none;
}
.cam-desc table tr:last-of-type th {
  border-bottom: none;
}

@media screen and (max-width: 834px) {
  .post-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .info__flex {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .info__main-bl {
    width: 100%;
  }
  .info__sidebar {
    width: 100%;
  }
  .news-sec {
    padding: 60px 0 0;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .campaign-list li .cam-flex .cont {
    width: 100%;
  }
  .campaign-list li .cam-flex {
    gap: 20px;
    flex-direction: column;
  }
  .cam-ttl {
    font-size: 18px;
  }
  .campaign-list li .cam-flex .img {
    width: 60%;
  }
  .campaign-list li {
    padding: 50px 0;
  }
}
.implant-sec .u-inner p + p {
  padding-top: 1em;
}
.implant-sec .text__note {
  font-size: 0.875em;
}
.implant-sec .text-center {
  text-align: center;
}
.implant-sec .base__detail-list {
  border: 1px solid #e6e6e6;
  gap: 0;
}
.implant-sec .base__detail-list__col {
  flex: 1;
  border-right: 1px solid #e6e6e6;
}
.implant-sec .base__detail-list__th,
.implant-sec .base__detail-list__td {
  padding: 1em;
}
.implant-sec .base__detail-list__th {
  font-weight: bold;
  background: #f7f7f5;
  text-align: center;
}
.implant-sec .base__detail-list__td {
  padding: 1em;
}
.implant-sec .img375 {
  width: min(375px, 100%);
}

@media print, screen and (min-width: 768px) {
  .implant-sec .base__detail-list {
    border: 1px solid #e6e6e6;
  }
  .implant-sec .base__detail-list__col:last-child {
    border-right: 0;
  }
  .implant-sec .base__detail-list__td:nth-child(4) {
    min-height: 46em;
  }
}
@media print, screen and (max-width: 767px) {
  .implant-sec .base__detail-list {
    gap: 2em;
  }
  .implant-sec .base__detail-list__col {
    border: 1px solid #e6e6e6;
  }
  .blog .column__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .blog .column__list li a .img img {
    border-radius: 8px;
  }
  .archive .column__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .archive .column__list li a .img img {
    border-radius: 8px;
  }
  .info__ttl {
    font-size: 21px;
  }
  .info__cont h2 {
    font-size: 20px;
    padding-left: 16px;
    margin-bottom: 15px;
  }
  .info__cont h2::before {
    top: 13px;
    width: 7px;
    height: 7px;
  }
  .info__cont h3 {
    padding-bottom: 8px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .info__cont h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=news.css.map */