@charset "UTF-8";
.page-single {
  padding: 68px 25px;
  background-color: #f5f0e9;
}
@media screen and (min-width: 767px) and (max-width: 1249px) {
  .page-single {
    margin-top: 80px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1025px) {
  .page-single {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-single {
    margin-top: 80px;
    padding: 25px;
  }
}
.page-single_content {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-single_content {
    padding-bottom: 80px;
  }
}
.page-single_title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-single_title {
    font-size: 36px;
  }
}
.page-single_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  border-bottom: 1px solid #e0d6c5;
}
.page-single_card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0d6c5;
}
@media screen and (max-width: 767px) {
  .page-single_card-content {
    gap: 20px;
    padding-bottom: 36px;
  }
}
.page-single_card-meta {
  display: flex;
  gap: 15px;
  align-items: center;
}
.page-single_card-meta-date {
  font-family: "Inter";
  font-style: "normal";
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #b1934f;
}
.page-single_card-meta-tag {
  position: relative;
  font-size: 12px;
  background-color: #d3b778;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .page-single_card-meta-tag {
    line-height: 30px;
    letter-spacing: 0.05em;
    padding: 2px 4px;
  }
}
.page-single_card-title {
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .page-single_card-title {
    line-height: 1.65;
    font-weight: 300;
    font-size: 24px;
  }
}
.page-single_editor {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .page-single_editor {
    padding: 36px 0;
    gap: 16px;
  }
}
.page-single_editor p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .page-single_editor p {
    font-size: 14px;
  }
}
.page-single_editor > *:first-child {
  margin-top: 0;
}
.page-single_editor .wp-block-columns {
  display: flex;
}
.page-single_editor .wp-block-image {
  width: 100%;
  height: auto;
}
.page-single_editor .wp-block-button {
  width: auto !important;
}
.page-single_editor .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  text-align: left;
  padding: 0;
  color: #B1934F;
  background-color: transparent;
}
.page-single_editor .wp-block-button__link::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 13px;
  margin-left: 8px;
  background-image: url("../../images/icon-text-link-arrow-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.page-single_editor .wp-block-button__link:hover::after {
  transform: translateX(4px);
}
.page-single_editor ul.wp-block-list li::before {
  content: "・";
  margin-right: 0.5em;
}
.page-single_editor ol.wp-block-list {
  list-style-position: inside;
}
.page-single_editor ol.wp-block-list li::before {
  content: "";
  margin-right: 0.5em;
}
.page-single_editor a {
  word-break: break-all;
  word-wrap: break-word;
}
.page-single_editor a:not([class]) {
  display: inline;
  font-size: inherit;
  padding: 0.1em 0.3em;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
  color: #B1934F;
}
.page-single_editor a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 18px;
  background: url("../images/post/icon-link.svg") center center no-repeat;
  background-size: contain;
  margin-left: 13px;
  vertical-align: text-bottom;
  transition: background-image 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.page-single_editor a:not([class])[target=_blank]:hover::after {
  background-image: url("../images/post/icon-link-hover.svg");
}
.page-single_share {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #B1934F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.page-single_icon-circle {
  width: 40px;
  height: 40px;
  background-color: #B1934F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity 0.3 ease;
}
.page-single_icon-circle:hover {
  opacity: 0.7;
}
.page-single_back {
  display: flex;
  justify-content: center;
}
.page-single_back-text {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  background-color: #B1934F;
  padding: 18px 24px;
  align-items: center;
}
.page-single_back-text:hover {
  opacity: 0.8;
  transition: 0.3s opacity ease-in-out;
}
.page-single_back-text::after {
  display: inline-flex;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../../images/icon-text-link-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 32px;
  transition: 0.3s transform ease-in;
}

/*# sourceMappingURL=single.css.map */
