@charset 'UTF-8';
.hgroup.is-photolog {
  width: 100%;
  padding: 60px 20px;
  background-color: #eae4d6;
  background-image: url('../images/photolog/common/title-photolog-bg.png'), url('../images/photolog/common/title-photolog-bg.png');
  background-repeat: repeat-x, repeat-x;
  background-position: top 10px center, bottom 10px center;
  text-align: center;
}
.hgroup__subtitle {
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 60px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
}
.hgroup__subtitle::before, .hgroup__subtitle::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: black;
  content: '';
}
.hgroup__subtitle::before {
  left: 0;
}
.hgroup__subtitle::after {
  right: 0;
}
.hgroup__lead {
  max-width: fit-content;
  margin: 0 auto;
  font-size: 0.9375rem;
  text-align: left;
}
.photolog-section {
  margin: 0 0 60px 0;
  border: 1px solid black;
}
.photolog-head {
  padding: 30px;
  border-bottom: 1px solid black;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.7;
}
.photolog-head__marker {
  display: inline;
  padding: 0 5px;
  background: linear-gradient(transparent 60%, #fef9cf 60%);
}
.photolog-body {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 40px;
}
.photolog-body-col {
  width: calc(50% - 20px);
}
.photolog-picture {
  position: relative;
  margin: 0;
  padding: 30px 20px 50px;
  background: #fafafa;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.photolog-picture__inner {
  position: relative;
}
.photolog-picture__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.photolog-picture__item {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.photolog-picture__figure {
  margin: 0 0 10px 0;
  padding: 0;
}
.photolog-picture__caption {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 0.875rem;
}
.photolog-memo {
  margin: 0 0 30px 0;
  padding: 15px 0 0 0;
}
.photolog-memo__title {
  margin: 0 0 15px 0;
  padding: 0;
  color: #ba6a42;
  font-size: 1.25rem;
  font-weight: bold;
}
.photolog-memo__text {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
.photolog-data {
  padding: 20px 30px;
  border-radius: 10px;
  background: #f8f2e1;
}
.photolog-data__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.photolog-data__read {
  font-size: 0.8125rem;
}
.photolog-data__body {
  display: flex;
  justify-content: space-between;
}
.photolog-data__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.photolog-data__list {
  width: calc(50% - 10px);
}
.photolog-data__item {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.8125rem;
}
.photolog-data__link {
  display: block;
  margin: 10px 0 0 0;
  padding: 7px 20px;
  border-radius: 20px;
  background: black;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.photolog-data__link:hover {
  opacity: 0.6;
}
/* swiper custom */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15px;
  width: 100%;
  background: transparent;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  background-color: rgb(204, 102, 51);
}
.swiper-pagination-bullet-active {
  background-color: rgb(153, 51, 0);
}
@media (max-width: 960px) {
  .hgroup.is-photolog {
    background-size: 5%, 5%;
  }
  .photolog-body {
    align-items: center;
  }
  .photolog-data__body {
    display: block;
  }
  .photolog-data__list {
    width: auto;
  }
  .photolog-data__link {
    margin: 10px auto 0;
  }
}
@media (max-width: 768px) {
  .hgroup.is-photolog {
    background-size: 7%, 7%;
  }
  .hgroup__lead {
    font-size: 0.8125rem;
  }
  .photolog-head {
    font-size: 1.125rem;
  }
  .photolog-body {
    display: block;
  }
  .photolog-body-col {
    width: auto;
  }
  .photolog-body-col__md {
    margin-bottom: 20px;
  }
  .photolog-memo:last-child {
    margin: 0;
  }
}
@media (max-width: 520px) {
  .hgroup.is-photolog {
    background-size: 10%, 10%;
  }
  .photolog-head {
    padding: 20px;
    font-size: 1rem;
  }
  .photolog-body {
    display: block;
    padding: 20px 20px 30px;
  }
}