@charset "UTF-8";
.pagination {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  font-size: 2.5rem;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-next, .last,
.pagination-prev, .start {
  width: 6rem;
  height: 6rem;
  display: flex;
  margin: 1rem;
  align-items: center;
  justify-content: center;
}

.pagenation-number,
.page-numbers {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pagenation-number li,
.page-numbers li {
  width: 6rem;
  height: 6rem;
  margin: 1rem;
}

.single-pagination {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-pagination li {
  margin: 0 0.8rem;
}

.prev-post {
  text-align: right;
}

/*-------------------------

    1:共通

/*-------------------------*/
@media print, screen and (min-width: 800px) {
  /* PC */
  .page-name {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    margin: 8% 0;
  }
}
@media print, screen and (min-width: 800px) {
  .key-visual {
    padding-top: 10%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
    max-height: 15rem;
  }
}
@media only screen and (max-width: 799px) {
  .key-visual {
    padding-top: 22%;
  }
}

/*keyvisualまとめ*/
.key-visual {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media print, screen and (min-width: 800px) {
  .key-visual.news {
    background: url(../images/page/news.png) center center no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
@media only screen and (max-width: 799px) {
  .key-visual.news {
    background: url(../images/ph/page/news@2x.png) center center no-repeat;
    background-size: cover;
  }
}

/*セクションごとのタイトル画像置き換え*/
.sec-imgtitle {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 800px) {
  .sec-imgtitle {
    padding-top: 3%;
  }
}
@media only screen and (max-width: 799px) {
  .sec-imgtitle {
    padding-top: 8%;
    width: 100%;
    margin-bottom: 8%;
  }
}

@media print, screen and (min-width: 800px) {
  .sec-imgtitle.st_news {
    background: url(../images/page/st_news.png) bottom center no-repeat;
    background-size: contain;
  }
  .sec-imgtitle.st_news-archives {
    background: url(../images/page/st_news-archives.png) bottom center no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 799px) {
  .sec-imgtitle.st_news {
    background: url(../images/ph/page/st_news@2x.png) bottom center no-repeat;
    background-size: contain;
  }
  .sec-imgtitle.st_news-archives {
    background: url(../images/ph/page/st_news-archives@2x.png) bottom center no-repeat;
    background-size: contain;
  }
}
.sec {
  margin-top: 3%;
}

.excerpt a {
  color: #404040;
}

.excerpt {
  margin-top: 10%;
  padding: 2%;
}

.entry {
  margin: 2rem 0;
  padding: 2% 3%;
}

.entry-header {
  display: flex;
}

.entry-name {
  margin: 1.2rem 0 0.3rem;
  font-size: 2em;
  margin: 0 0 1rem;
}

.date {
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 799px) {
  .sec-imgtitle {
    margin: 8% 0 0;
  }
}
.pagination {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 5rem 0;
  font-size: 2.5rem;
  align-items: center;
  justify-content: center;
}
.pagination a,
.pagination span {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a > span {
  font-size: 2.5rem;
}

.pagination-next,
.last,
.pagination-prev,
.start {
  display: flex;
  margin: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 100%;
}
.pagination-next a,
.last a,
.pagination-prev a,
.start a {
  color: #0072CA;
}
.pagination-next:hover,
.last:hover,
.pagination-prev:hover,
.start:hover {
  background: rgba(71, 129, 182, 0.25);
}

.pagenation-number {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pagenation-number li {
  margin: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pagenation-number li a {
  border-radius: 100%;
  background-color: #0072CA;
  color: #fff;
}
.pagenation-number li a:hover {
  background-color: transparent;
  border: 2px solid #0072CA;
  color: #0072CA;
}

.pagenation-number li.current span {
  background: rgba(71, 129, 182, 0.25);
  color: rgb(71, 129, 182);
}
.pagenation-number li.current span:hover {
  background: rgba(71, 129, 182, 0.25);
  color: rgb(71, 129, 182);
}

.single-pagination {
  display: flex;
  width: 70%;
  margin: 8rem auto 5rem;
  padding: 5rem 0;
  font-size: 1.8rem;
  align-items: center;
  justify-content: space-between;
}
.single-pagination li {
  list-style-type: none;
}
.single-pagination a {
  text-decoration: none;
  color: #0072CA;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
}
.single-pagination a:hover {
  background: rgba(71, 129, 182, 0.25);
  color: rgb(71, 129, 182);
}
.single-pagination .index-posts {
  width: 22%;
  text-align: center;
}
.single-pagination .index-posts a {
  display: block;
}
.single-pagination .next-post,
.single-pagination .prev-post {
  width: 35%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 1rem;
}
.single-pagination .prev-post {
  text-align: right;
}
.single-pagination .next-post {
  text-align: left;
}
.single-pagination .index-posts.only {
  margin: auto;
}

/*-------------------------

    :archive共通

/*-------------------------*/
.excerpt a {
  margin: auto;
  text-decoration: none;
}
.excerpt heade {
  width: 48%;
  margin-right: 0;
}

/*-------------------------

    :シングル共通

/*-------------------------*/
.single-content.entry {
  width: 99%;
  margin: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.single-content.entry .day:before {
  content: url(../images/icon/talk.png);
  margin-right: 1rem;
}
.single-content.entry .entry-name {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 0.3em 0.5em;
  margin-bottom: 2em;
}

.single-content > .entry-header {
  display: block;
}

/*-------------------------
/*
/*2:お知らせ
/*
/*-------------------------*/
.excerpt.entry-item-news {
  border-bottom: 1px solid #0072CA;
  margin-top: 10%;
}
.excerpt.entry-item-news a {
  display: block;
  overflow: hidden;
  padding: 2%;
  position: relative;
}
.excerpt.entry-item-news a:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(71, 129, 182, 0.25);
  transition-duration: 0.5s;
}
.excerpt.entry-item-news a:hover:before {
  left: 0;
}

.entry-item-news .entry-name {
  margin: 1.2rem 0 0.3rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2em;
  margin: 0 0 1rem;
  color: #0072CA;
  line-height: 1.2;
}

.sec-news-archives .archive-list.month {
  display: grid;
  padding: 5% 3%;
  gap: 40% 3%;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  font-size: 1.6rem;
}
.sec-news-archives li {
  list-style-type: none;
}
.sec-news-archives li:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  background: #0072CA;
  border-radius: 100%;
}
.sec-news-archives li a {
  color: #404040;
  text-decoration: none;
}

.icon-icon_last:before {
  content: "\e900";
}

/*  移転のお知らせ*/
.text {
  padding-top: 25px;
  padding-bottom: 43px;
}

.arrow {
  margin-left: 248px;
}

.new {
  padding-bottom: 43px;
}

@media print, screen and (min-width: 800px) {
  .map_icon {
    margin-left: 370px;
  }
}
@media only screen and (max-width: 799px) {
  .map_icon {
    text-align: center;
  }
}