* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #11110F;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

h1 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3055555556em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 1.6em;
  }
}

h2 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 2em;
  }
}

h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3846153846em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 900;
  height: 120px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__main {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    position: absolute;
    left: 20px;
    top: 21.7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 17.86px;
  }
}
.header__hamburger-line {
  width: 20px;
  height: 1px;
  background-color: #C09542;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__logo {
  width: 122px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 61px;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .header__block:not(:first-child) {
    margin-top: 41px;
  }
}
.header__button {
  position: relative;
  min-width: 150px;
  border: 1px solid #E6E3E1;
  border-radius: 3px;
  padding: 3px 7px 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #898989;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .header__button {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    padding: 7px 20px;
  }
}
.header__button::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4.18px;
  height: 100%;
  right: 11.8px;
  background-image: url("../img/icons/ic-arrow-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .header__button::before {
    right: 20px;
  }
}
.header__tel {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #C09542;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header__tel {
    pointer-events: visible;
  }
}
.header__tel:hover {
  opacity: 1 !important;
}
.header__tel-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .header__tel-text {
    font-size: 26px;
  }
}
.header__tel-number {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .header__tel-number {
    font-size: 36px;
  }
}
.header__schedule {
  display: block;
  text-align: right;
  color: #898989;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6px;
  max-height: 17px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__schedule {
    text-align: left;
    font-size: 14px;
    margin-top: 40px;
    max-height: unset;
  }
}
.header a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header a:hover {
    opacity: 1;
  }
}
.header.active .header__hamburger-line {
  width: 21px;
}
.header.active .header__hamburger-line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
          transform: rotate(-45deg) translate(-7px, 6px);
}
.header.active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header.active .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}
.header.active .header__inner {
  height: calc(100vh - 60px);
}
.header.scroll {
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header.scroll {
    height: auto;
  }
}
.header.scroll .header__schedule {
  max-height: 0;
}
@media screen and (max-width: 767px) {
  .header.scroll .header__schedule {
    max-height: unset;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 143.8px auto 48.5px;
}
@media screen and (max-width: 767px) {
  .contact {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 80px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__logo {
  width: 122px;
}
.contact__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 61px;
}
@media screen and (max-width: 767px) {
  .contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 35px 0 39.5px;
    width: 100%;
  }
}
.contact__title {
  position: absolute;
  left: 0;
  top: -40px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    position: static;
    margin-bottom: 15px;
  }
}
.contact__block {
  border-left: 2px solid #11110F;
  padding-left: 20px;
}
.contact__block:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact__block:not(:last-child) {
    margin: 0 0 21.8px;
  }
}
.contact__info-title {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.contact__info-text {
  font-size: 12px;
  line-height: 1.8333333333em;
  color: #898989;
}
.contact__button {
  width: 250px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 20px;
  background-color: #C09542;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .contact__button {
    width: 100%;
  }
}
.contact a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .contact a:hover {
    opacity: 1;
  }
}

.footer {
  background-color: #11110F;
  padding: 40px 0 29px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 39px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 20px;
  border-right: 1px solid #898989;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__link {
    margin-bottom: 20px;
  }
}
.footer__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer__link:last-child {
    border-right: 0;
  }
}
.footer__external {
  width: 15.94px;
  margin-left: 10px;
}
.footer__copyright {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #898989;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    max-width: 100%;
    padding: 0 30px;
  }
}
.breadcrumbs__item {
  position: relative;
  padding: 0 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #898989;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.breadcrumbs__item--top {
  color: #C09542;
  padding-left: 0;
}
.breadcrumbs__item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4.47px;
  height: 100%;
  background-image: url("../img/icons/ic-breadcrumbs.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 5px center;
}

.column__container {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .column__container {
    max-width: 100%;
    padding: 0 30px;
  }
}
.column__container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .column__container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column__introduction {
  position: relative;
  padding-left: 79px;
  margin: 57px 0 105px;
}
@media screen and (max-width: 767px) {
  .column__introduction {
    padding-left: 0;
    margin: 37px 0 84px;
  }
}
.column__introduction.wl::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 17px;
  width: 1px;
  height: 161.6px;
  background-color: #C09542;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .column__introduction.wl::before {
    top: 11px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
  }
}
.column__sidetitle {
  position: absolute;
  top: 25px;
  left: -33px;
  color: #C09542;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .column__sidetitle {
    display: inline-block;
    position: static;
    top: auto;
    left: auto;
    font-size: 13px;
    padding-right: 10.5px;
    background-color: #fff;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
}
.column__introduction-title {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .column__introduction-title {
    margin-bottom: 30px;
  }
}
.column__introduction-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25em;
}
@media screen and (max-width: 767px) {
  .column__introduction-text {
    font-size: 14px;
    line-height: 2em;
  }
}
.column__new {
  position: relative;
  border: 1px solid #707070;
  padding: 20px;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .column__new {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .column__new {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.column__new:hover .column__new-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column__new-text {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 40px;
  width: 80px;
  height: 40px;
  background-color: #C09542;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .column__new-text {
    top: -8px;
    left: 30px;
  }
}
.column__new-container {
  position: relative;
  z-index: 1;
  padding: 48px 60px;
  height: 460px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column__new-container {
    padding: 48px 19px;
    height: 334px;
  }
}
.column__new-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.column__new-image {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.column__new-title {
  width: 750px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .column__new-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.column__new-paragraph {
  font-size: 16px;
  line-height: 1.625em;
  width: 750px;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .column__new-paragraph {
    height: 48px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
  }
}
.column__new-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column__new-date {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}
.column__list {
  width: 840px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .column__list {
    width: 100%;
  }
}
.column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #E6E3E1;
}
@media screen and (max-width: 767px) {
  .column__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
.column__item:first-child {
  border-top: 1px solid #E6E3E1;
}
.column__item:hover .column__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column__image-container {
  width: 410px;
  height: 272px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column__image-container {
    width: 315px;
    max-width: 100%;
    height: 208.98px;
    margin: 0 auto 20px;
  }
}
.column__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.column__title {
  margin-bottom: 12px;
}
.column__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571em;
  margin-bottom: 10px;
  color: #898989;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}
.column__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C09542;
  line-height: 1.5em;
}
.column__date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.column__date--detail {
  font-size: 16px;
}

.profile {
  position: sticky;
  top: 90px;
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .profile {
    position: static;
    margin-top: 80px;
    width: 100%;
  }
}
.profile__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .profile__title {
    font-size: 36px;
  }
}
.profile__image-container {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .profile__image-container {
    width: 294px;
    height: 294px;
    margin-bottom: 30px;
  }
}
.profile__image-container::before, .profile__image-container::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background-color: #11110F;
}
.profile__image-container::before {
  top: 19px;
  left: -22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.profile__image-container::after {
  bottom: 19px;
  right: -22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.profile__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.profile__subname {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #C09542;
  margin-bottom: 5px;
}
.profile__name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 13px;
}
.profile__description {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8333333333em;
}

.detail {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .detail {
    margin-top: 40px;
  }
}
.detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .detail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail__content {
  width: 840px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .detail__content {
    width: 100%;
  }
}
.detail__introduction {
  padding-bottom: 72px;
  border-bottom: 1px solid #E6E3E1;
}
.detail__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .detail__wrapper {
    max-width: 100%;
    padding: 0 30px;
  }
}
.detail__introduction-header {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
.detail__introduction-label {
  color: #C09542;
}
.detail__introduction-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25em;
}
@media screen and (max-width: 767px) {
  .detail__introduction-text {
    font-size: 14px;
    line-height: 2em;
  }
}
.detail__container {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .detail__container {
    padding-top: 80px;
  }
}
.detail__title {
  margin: 24px 0 15px;
}
@media screen and (max-width: 767px) {
  .detail__title {
    margin: 17px 0 35px;
  }
}
.detail__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25em;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .detail__text {
    font-size: 14px;
    line-height: 2em;
  }
}
.detail__image-container {
  margin-bottom: 40px;
}
.detail__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .detail__image-group {
    gap: 4.1px;
  }
}
.detail iframe, .detail__image {
  width: 100%;
  max-width: 100%;
}
.detail iframe {
  height: 472px;
}
@media screen and (max-width: 767px) {
  .detail iframe {
    height: 47.1vw;
  }
}
.detail__image-content {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detail__image-caption {
  display: block;
  color: #898989;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.detail__image-caption--right {
  text-align: right;
}
.detail__heading {
  margin: 75px 0 30px;
  padding-top: 80px;
  border-top: 1px solid #E6E3E1;
}
.detail__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 82px;
  padding-top: 60px;
  border-top: 1px solid #E6E3E1;
}
@media screen and (max-width: 767px) {
  .detail__pagination {
    gap: 50px;
  }
}
.detail__all {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #898989;
  border: 1px solid #898989;
  width: 80px;
  height: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail__all:hover {
  background-color: #E6E3E1;
  border: 1px solid #E6E3E1;
}

.column__pagination,
.detail__pagination {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .column__pagination,
.detail__pagination {
    margin-top: 80px;
  }
}
.column__pagination .previouspostslink,
.column__pagination .nextpostslink,
.detail__pagination .previouspostslink,
.detail__pagination .nextpostslink {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #898989;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .column__pagination .previouspostslink,
.column__pagination .nextpostslink,
.detail__pagination .previouspostslink,
.detail__pagination .nextpostslink {
    top: 0;
  }
}
.column__pagination .previouspostslink:hover,
.column__pagination .nextpostslink:hover,
.detail__pagination .previouspostslink:hover,
.detail__pagination .nextpostslink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .column__pagination .previouspostslink--detail,
.column__pagination .nextpostslink--detail,
.detail__pagination .previouspostslink--detail,
.detail__pagination .nextpostslink--detail {
    position: static;
  }
}
.column__pagination .previouspostslink,
.detail__pagination .previouspostslink {
  left: 0;
  padding-left: 26px;
  background-image: url("../img/icons/ic-pagination-left.svg");
  background-size: 7.77px 12.7px;
  background-repeat: no-repeat;
  background-position: left center;
}
.column__pagination .nextpostslink,
.detail__pagination .nextpostslink {
  right: 0;
  padding-right: 26px;
  background-image: url("../img/icons/ic-pagination-right.svg");
  background-size: 7.77px 12.7px;
  background-repeat: no-repeat;
  background-position: right center;
}
.column__pagination .wp-pagenavi,
.detail__pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .column__pagination .wp-pagenavi,
.detail__pagination .wp-pagenavi {
    padding-top: 59px;
  }
}
.column__pagination .wp-pagenavi .page:hover,
.detail__pagination .wp-pagenavi .page:hover {
  background-color: #E6E3E1;
  border: 1px solid #E6E3E1;
}
.column__pagination .wp-pagenavi .page,
.column__pagination .wp-pagenavi .current,
.detail__pagination .wp-pagenavi .page,
.detail__pagination .wp-pagenavi .current {
  width: 40px;
  height: 40px;
  border: 1px solid #898989;
  color: #898989;
  margin: 0 5px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .column__pagination .wp-pagenavi .page,
.column__pagination .wp-pagenavi .current,
.detail__pagination .wp-pagenavi .page,
.detail__pagination .wp-pagenavi .current {
    margin: 0 2.5px;
  }
}
.column__pagination .wp-pagenavi .current,
.detail__pagination .wp-pagenavi .current {
  background-color: #898989;
  color: #fff;
}
.column__pagination .wp-pagenavi .extend,
.detail__pagination .wp-pagenavi .extend {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #898989;
  margin: 0 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .column__pagination .wp-pagenavi .extend,
.detail__pagination .wp-pagenavi .extend {
    margin: 0 19.5px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.content {
  padding-top: 132px;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 79px;
  }
}

/* Info Box Styling */
.info.box {
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 #C09542;
  background: #fff;
  border: 1px solid #C09542;
  width: calc(100% - 10px);
  margin: 50px auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .info.box {
    padding: 20px;
  }
}
.info.box .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .info.box .title {
    font-size: 16px;
  }
}
.info.box * {
  box-sizing: border-box;
}
.info.box .text {
  margin-bottom: 20px;
  line-height: 1.8;
}
.info.box .text a {
  text-decoration: none;
  transition: all .3s;
}
.info.box .contents {
  background: 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center;
}
.info.box .contents .image {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-right: 5%;
  padding: 20px;
}
.info.box .contents .image img {
  margin: 0 !important;
}
.info.box .contents .content {
  width: 50%;
  padding-top: 0;
}
.info.box .contents .content table {
  line-height: 1.8;
}
.info.box .contents .content table,
.info.box .contents .content table tr th,
.info.box .contents .content table tr td {
  background: none;
  border: none;
  padding: 0;
}
.info.box .contents .content table tr:nth-child(1) th {
  text-align: left;
}
.info.box .contents .content table tr th {
  font-weight: 700;
  vertical-align: middle;
  width: 50px;
}
.info.box .contents .content table+p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  animation: none;
}
.info.box .contents .tel {
  color: #C09542;
  text-decoration: none;
  font-weight: 600;
}
.info.box .contents .content .btn {
  background: #C09542;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 20px auto auto;
  padding: 5px 10px;
  transition: .3s;
}
.info.box .contents .btn {
  display: inline-block;
  background-color: #C09542;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
  font-weight: 600;
}
.info.box .contents .content .btn:hover {
  background-color: #a07935;
}
@media screen and (max-width: 767px) {
  .info.box .contents .content .btn {
    display: block;
    padding: 12px 20px;
  }
}

/* Table styling for content area */
.detail .detail__introduction-text table:not(.info.box table) {
  background: #fff;
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  text-align: center;
}
.detail .detail__introduction-text table td:not(.info.box table td),
.detail .detail__introduction-text table th:not(.info.box table th) {
  border: 1px solid;
  font-size: 14px;
  padding: 5px;
  width: auto !important;
  display: table-cell;
}
.detail__text table,
.detail__container table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.detail__text table tr,
.detail__container table tr {
  border-bottom: 1px solid #ddd;
}
.detail__text table tr:first-child,
.detail__container table tr:first-child {
  border-bottom: 2px solid #333;
}
.detail__text table td,
.detail__container table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.detail__text table td:first-child,
.detail__container table td:first-child {
  font-weight: 700;
  background-color: #f9f9f9;
}

/* List styling for content area */
.detail .detail__introduction-text ul {
  list-style-type: circle !important;
}
.detail .detail__introduction-text ol:not(.-w-anchor_link ol),
.detail .detail__introduction-text ul {
  margin: 10px 0;
  padding-left: 40px;
}
.detail .detail__introduction-text ol li:not(.-w-anchor_link ol li),
.detail .detail__introduction-text ul li:not(.-w-anchor_link ul li) {
  box-shadow: none;
  font-size: 15px;
  margin: 0;
}

/* Heading */
.detail .detail__title {
  border-bottom: 3px solid #C09542;
  color: #C09542;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* Author */
.author {
  font-size: 16px;
  text-decoration: none !important;
  color: #C09542;
  transition: all .3s;
  display: block;
  width: fit-content;
  margin: 0 0 10px auto;
}

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