@import url("https://fonts.googleapis.com/css2?family=Allura&family=Cinzel&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
.p-single-header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .p-single-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-single-header__cat {
  text-align: center;
  display: inline-block;
  min-width: 140px;
  margin-top: 30px;
  display: none;
}
.p-single-header__cat a {
  display: block;
  text-align: center;
  color: #fff;
  background: #50bfe0;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
}
.p-single-header__cat .holiday {
  background: #804c2e;
  color: #fff;
}
.p-single-header__title {
  clear: both;
  text-align: center;
  position: relative;
  margin: 1.5em 0 1em 0;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-bottom: 0.5em;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-single-header__title::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #2e3336;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .p-single-header__title {
    font-size: 2rem;
  }
}
.p-single-header__date {
  text-align: right;
  display: block;
}

.p-cat-content {
  position: relative;
  padding-top: 65px;
  padding-bottom: 150px !important;
}
@media (max-width: 767px) {
  .p-cat-content {
    padding-top: 25px;
  }
}
.p-cat-content__nav {
  position: relative;
  margin-top: 100px;
  padding-bottom: 200px;
}
.p-cat-content__nav .prev {
  position: relative;
  width: 48%;
  float: left;
}
.p-cat-content__nav .next {
  position: relative;
  width: 48%;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .p-cat-content .c-col-2 {
    display: block;
  }
  .p-cat-content .c-col-2 > div {
    width: 100%;
    margin-bottom: 55px;
  }
}
.p-cat-content__side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media (max-width: 767px) {
  .p-cat-content__side {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-cat-content__side-title {
  margin-bottom: 25px;
}

.p-single-entry__body {
  position: relative;
  z-index: 3;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .p-single-entry__body {
    line-height: 2em;
  }
}
.p-single-entry__body p {
  margin-bottom: 35px;
}
.p-single-entry__body p a {
  color: #09acc1;
}
.p-single-entry__body h2 {
  margin-top: 80px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-single-entry__body h2 {
    line-height: 1.7em;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
.p-cat-content__side-list {
  
}