.post-page-numbers{
    border-radius: 50%;
    color: #284cad;
    font-family: Roboto Slab,serif;
    font-size: 1.4rem;
    height: 30px;
    margin: 0 8px;
    width: 30px;
}
.post-page-numbers.current{
    background: #fff;
    border: 1px solid #c0cce8;
    border-radius: 50%;
}
.post-page-numbers{
    border-radius: 50%;
    color: #284cad;
    font-family: Roboto Slab,serif;
    font-size: 1.8rem;
    height: 30px;
    margin: 0 8px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    text-decoration: none;
}
.prev.post-page-numbers{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #284cad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    width: 30px;
}
.prev.post-page-numbers:after{
    border-left: 2px solid #284cad;
    border-top: 2px solid #284cad;
    content: "";
    height: 12px;
    margin-left: 5px;
    -webkit-transform: rotate(
    -45deg
    );
        transform: rotate(
    -45deg
    );
    width: 12px;
}
.next.post-page-numbers{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #284cad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    margin: 0 0 0 16px;
    position: relative;
    width: 30px;
}
.next.post-page-numbers:after{
    border-right: 2px solid #284cad;
    border-top: 2px solid #284cad;
    content: "";
    height: 12px;
    margin-right: 5px;
    -webkit-transform: rotate(
        45deg
        );
            transform: rotate(
        45deg
        );
    width: 12px;
}


@media screen and (min-width: 768px){
  .c-col2__img img{
    width: 345px;
    height: 193px;
    object-fit: cover;
  }
  .calendar__feature__main__content__item__card__img img{
    width: 263px;
    height: 148px;
    object-fit: cover;
  }
  img.v-pc {
    object-fit: cover;
  }
  .p-photos__img {
    position: relative;
  }
  .p-photos__img::before {
    content: '';
    display: block;
    padding-top: 66.666667%;
  }
  .p-photos__thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-photos__navslide .v-pc{
    text-align: center;
    width: 100%;
    height:65px;
    object-fit: cover;
  }
    .nonslide-pc .slick-track {
      transform: unset !important;
    }
}
@media screen and (max-width: 767.9px){
  .c-col2__img img{
    width: 100%;
    height: 49vw;
    object-fit: cover;
  }
  .calendar__feature__main__content__item__card__img img{
    width: 100%;
    height: 49vw;
    object-fit: cover;
  }
  img.v-pc {
    height: 31vw;
    object-fit: cover;
  }


  .p-photos__thumbnail{
    height: calc((100vw - 60px) * 0.66666667);
    object-fit: cover;
  }

   .nonslide-sp .slick-track {
     transform: unset !important;
   }
}
  .p-photos__navslide .v-tablet-sp{
    width:100% auto;
    height:20vw;
    object-fit: cover;
  }
.c-content__wrapp a{
  display: inline;
}
.calendar__main__content__text__wrap .wp-block-image {
 margin-top: 20px;
}
.calendar__main__content__text__wrap figcaption {
  font-size: 12px;
}

.wp-block-image figcaption {
	color: #7C7C7C;
  font-size: 14px;
}

.c-photo_report__list {
}
.c-photo_report__item {
  padding: 5px 10px;
}
.c-photo_report__item + .c-photo_report__item {
  margin-top: 30px;
}
.c-photo_report__link {
  display: block;
  text-decoration: none;
}
.c-photo_report__thumbnail {
  margin-bottom: 10px;
}
.c-photo_report__title {
  color: #222;
  font-weight: bold;
}
.c-photo_report__date {
  margin-top: 10px;
  color: #7c7c7c;
  font-size: 1.2rem;
}

.gdpr {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.85);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.gdpr__container {
  position: relative;
  margin: 0 auto;
  padding: 10px 40px 10px 10px;
}
.gdpr__lg_br {
  display: none;
}
.gdpr__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.gdpr__close__btn {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background: #999;
  font-size: 0;
  text-indent: -9999px;
}
.gdpr__close__btn::before,
.gdpr__close__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 2px;
  height: 15px;
  background: #f5f5f5;
  transform: rotate(-45deg);
}
.gdpr__close__btn::after {
  transform: rotate(45deg);
}
@media screen and (min-width: 768px){
  .gdpr__container {
    padding: 10px 40px 10px 0;
    max-width: 900px;
  }
  .gdpr__lg_br {
    display: inline;
  }
  .gdpr__close {
    right: 0;
  }
}

.wp-block-embed__wrapper {
  width: 100%;
}
@media screen and (min-width: 536px){
  .wp-block-embed__wrapper {
    width: 500px;
  }
}

.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  width: 100%;
}
.wp-block-embed.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.wp-block-aioseo-table-of-contents {
  padding: 1em 1.25em;
  background-color: #fff;
  border: 1px solid #999;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.wp-block-aioseo-table-of-contents::before {
  content: '目次';
  display: block;
  margin-bottom: 0.75em;
  color: #999;
  text-decoration: underline;
  text-decoration-color: #999;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.wp-block-aioseo-table-of-contents a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.wp-block-aioseo-table-of-contents a:hover {
  text-decoration: none;
}
.wp-block-aioseo-table-of-contents ul {
  margin: 0;
  padding-left: 1.5em;
  counter-reset: toc;
  list-style: none;
}
.wp-block-aioseo-table-of-contents li {
  position: relative;
}
.wp-block-aioseo-table-of-contents li:before {
  position: absolute;
  top: 0;
  left: -5.25em;
  width: 5em;
  text-align: right;
  white-space: nowrap;
  counter-increment: toc;
  content: counters(toc, '-') '. ';
}
.wp-block-aioseo-table-of-contents li + li {
  margin-top: .5em;
}

.wp-block-aioseo-table-of-contents > ul {
}
.wp-block-aioseo-table-of-contents > ul > li {
  font-weight: bold;
}
.wp-block-aioseo-table-of-contents > ul > li ul {
  margin: 0.5em 0 0.75em 0;
  padding-left: 2.5em;
  font-weight: normal;
}
.wp-block-aioseo-table-of-contents > ul > li > ul li,
.wp-block-aioseo-table-of-contents > ul > li > ul a {
  color: #666;
}