@media print, screen and (min-width: 813px) {
  .l-cs-wrapper {
    --cs-bg-image: url("/assets/images/bg_pc.webp");
  }
}

.c-doctor-heading {
  color: #746541;
  text-align: center;
  margin-bottom: 4em;
}
.c-doctor-heading__ja {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-doctor-heading__eng {
  display: block;
  font-size: 1.6em;
  letter-spacing: 0;
  color: #958A72;
}

.c-doctor-cta {
  position: relative;
  display: block;
  padding: 2.5em 2em;
  background-color: #A89D83;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
}
.c-doctor-cta:link, .c-doctor-cta:visited {
  color: #fff;
}
.c-doctor-cta__text {
  display: block;
  font-size: 2.2em;
  letter-spacing: 0.05em;
}
.c-doctor-cta__label {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  position: relative;
}
.c-doctor-cta__label::before, .c-doctor-cta__label::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
.c-doctor-cta__label::before {
  width: 100%;
  left: 0;
  transition: left 0.3s ease;
}
.c-doctor-cta__label::after {
  width: 10px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: right 0.3s ease;
}
.c-doctor-cta:hover {
  opacity: 0.8;
}
.c-doctor-cta:hover .c-doctor-cta__label::before {
  left: 10px;
}
.c-doctor-cta:hover .c-doctor-cta__label::after {
  right: -10px;
}

.p-doctor-breadcrumb {
  padding: 1em;
  background-color: #E6DFCF;
}
@media screen and (min-width: 991px) {
  .p-doctor-breadcrumb {
    position: fixed;
    top: calc(var(--pcHeaderHeight) + 10px);
    left: 20px;
    padding: 0;
    background-color: transparent;
    z-index: 100;
    font-size: 12px;
    transition: top 0.3s ease;
  }
  .p-doctor-breadcrumb.is-header-hidden {
    top: 10px;
  }
}
.p-doctor-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-doctor-breadcrumb li {
  font-size: 1.2em;
  color: #666666;
  line-height: 1.4;
}
@media screen and (min-width: 991px) {
  .p-doctor-breadcrumb li {
    font-size: 1em;
  }
}
.p-doctor-breadcrumb li .arrow_line_right {
  width: 1.4em;
  height: 0.4em;
  margin: 0 0.5em;
  fill: #666666;
  transform: translateY(-0.3em);
}
.p-doctor-breadcrumb li a {
  color: #666666;
  text-decoration: none;
}
.p-doctor-breadcrumb li a:hover {
  color: var(--linkHoverColor);
}
.p-doctor-breadcrumb li span {
  color: #333333;
}

.p-doctor-mv img {
  width: 100%;
  height: auto;
  display: block;
}

.p-doctor-backbone {
  padding: 7em 2.5em 8em;
}
.p-doctor-backbone__content {
  display: flex;
  flex-direction: column;
  gap: 4em;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .p-doctor-backbone__content {
    max-width: none;
  }
}
.p-doctor-backbone__item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2em;
}
.p-doctor-backbone__image {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}
.p-doctor-backbone__image--2 {
  max-width: 290px;
}
.p-doctor-backbone__body {
  line-height: 1.8;
}
.p-doctor-backbone__title {
  color: #746541;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-doctor-backbone__desc {
  font-size: 1.8em;
  line-height: 1.75;
}

.p-doctor-voice {
  padding: 8em 3em;
  background-color: #F7F6F4;
  position: relative;
}
.p-doctor-voice__heading {
  text-align: center;
  margin-bottom: 4em;
  color: #746541;
}
.p-doctor-voice__heading .sub-title {
  display: block;
  font-size: 1.8em;
  letter-spacing: 0;
  margin-bottom: 0;
}
.p-doctor-voice__heading .main-title {
  font-size: 3em;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p-doctor-voice__heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 68px;
  background-color: #A89D83;
  content: "";
  display: block;
  margin: 0 auto 1em;
}
.p-doctor-voice__list li {
  margin-bottom: 5em;
}
.p-doctor-voice__list img {
  width: 100%;
  height: auto;
  display: block;
}

.p-doctor-case {
  padding: 8em 3em;
}
.p-doctor-case__list {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .p-doctor-case__list {
    max-width: none;
  }
}
.p-doctor-case__item {
  margin-bottom: 7em;
  line-height: 1.6;
}
.p-doctor-case__image {
  margin-bottom: 2em;
}
.p-doctor-case__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-doctor-case__text {
  font-size: 1.7em;
  margin-bottom: 1em;
}
.p-doctor-case__meta {
  font-size: 1.5em;
  color: #746541;
}

.p-doctor-profile {
  padding: 8em 3em 0;
  background-color: #F7F6F4;
}
.p-doctor-profile__timeline {
  max-width: 400px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 812px) {
  .p-doctor-profile__timeline {
    max-width: none;
  }
}
.p-doctor-profile__row {
  display: flex;
  padding: 1.2em 0;
  line-height: 1.5;
  position: relative;
}
.p-doctor-profile__row::before {
  content: "";
  position: absolute;
  left: 8em;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E6DFCF;
}
.p-doctor-profile__row::after {
  content: "";
  position: absolute;
  left: 8em;
  top: 1.8em;
  transform: translateX(-50%);
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #E6DFCF;
  z-index: 1;
}
.p-doctor-profile__row:first-child::before {
  top: 2.25em;
}
.p-doctor-profile__row:last-child::before {
  height: 2.25em;
  bottom: auto;
}
.p-doctor-profile__row dt {
  flex-shrink: 0;
  width: 7em;
  font-size: 1.5em;
  color: #746541;
  text-align: right;
  padding-right: 2.5em;
}
.p-doctor-profile__row dd {
  margin: 0;
  flex: 1;
  font-size: 1.5em;
}
.p-doctor-profile__gallery {
  margin-bottom: 4em;
}
.p-doctor-profile__affiliation {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.p-doctor-profile__affiliation dt {
  flex-shrink: 0;
  width: 6em;
  font-size: 1.5em;
  color: #746541;
  text-align: left;
}
.p-doctor-profile__affiliation dd {
  margin: 0;
  flex: 1;
  font-size: 1.5em;
}

.p-doctor-story {
  padding: 8em 3em;
  background-color: #F7F6F4;
}
.p-doctor-story__content {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .p-doctor-story__content {
    max-width: none;
  }
}
.p-doctor-story__lead {
  color: #746541;
  font-size: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
}
.p-doctor-story__text {
  font-size: 1.6em;
  line-height: 1.8;
  margin-bottom: 2em;
}
.p-doctor-story__img {
  margin: 3em 0;
}
.p-doctor-story__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-doctor-specialty {
  padding: 6em 0;
}
.p-doctor-specialty .c-doctor-heading__ja {
  letter-spacing: 0.2em;
}
.p-doctor-specialty__item-title {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 5em;
  margin-bottom: 2em;
}
.p-doctor-specialty__item-detail {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 812px) {
  .p-doctor-specialty__item-detail {
    width: 90%;
    max-width: none;
  }
}
.p-doctor-specialty__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2em;
}
.p-doctor-specialty__text {
  font-size: 1.7em;
  line-height: 1.8;
}

.p-doctor-schedule {
  padding: 8em 3em;
  background-color: #F7F6F4;
}
.p-doctor-schedule .c-doctor-heading__ja {
  letter-spacing: 0.2em;
}
.p-doctor-schedule__content {
  margin-bottom: 2em;
}
.p-doctor-schedule__img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2em;
}
.p-doctor-schedule__note {
  font-size: 1.6em;
  line-height: 1.8;
  margin-bottom: 2.5em;
}
.p-doctor-schedule--no-note .p-doctor-schedule__content {
  margin-bottom: 5em;
}

.p-doctor-instagram {
  padding: 8em 2em;
}
.p-doctor-instagram__heading {
  text-align: center;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 2.8em;
  letter-spacing: 0.05em;
  color: #746541;
}
.p-doctor-instagram__heading::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../nishikawa/images/icon_instagram.svg") no-repeat center/contain;
}
.p-doctor-instagram__image {
  display: block;
  margin: 0 auto;
  margin-top: 3em;
}
@media screen and (max-width: 812px) {
  .p-doctor-instagram__image {
    max-width: none;
  }
}
.p-doctor-instagram__image:hover {
  opacity: 0.8;
}
.p-doctor-instagram__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-doctor-instagram__more {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 2em auto 0;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  color: #746541;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  .p-doctor-instagram__more {
    max-width: none;
  }
}
.p-doctor-instagram__more::before, .p-doctor-instagram__more::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #746541;
}
.p-doctor-instagram__more::before {
  width: 100%;
  left: 0;
  transition: left 0.3s ease;
}
.p-doctor-instagram__more::after {
  width: 10px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: right 0.3s ease;
}
.p-doctor-instagram__more:hover {
  opacity: 0.8;
}
.p-doctor-instagram__more:hover::before {
  left: 10px;
  background-color: var(--linkHoverColor);
}
.p-doctor-instagram__more:hover::after {
  right: -10px;
  background-color: var(--linkHoverColor);
}

.p-doctor-media {
  padding: 8em 3em;
  background-color: #F9F6F4;
}
.p-doctor-media__heading {
  text-align: center;
  margin-bottom: 4em;
}
.p-doctor-media__heading h2 {
  font-size: 2.2em;
  letter-spacing: 0.3em;
}
.p-doctor-media__en {
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  color: #666666;
}
.p-doctor-media__content {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .p-doctor-media__content {
    max-width: none;
  }
}
.p-doctor-media__image {
  max-width: 200px;
  margin: 0 auto 3em;
}
.p-doctor-media__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-doctor-media__image--wide {
  max-width: 280px;
}
.p-doctor-media__text {
  font-size: 1.7em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-doctor-media__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  font-size: 1.6em;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E6DFCF;
}
.p-doctor-media__link:link, .p-doctor-media__link:visited {
  color: #000;
}
.p-doctor-media__link::after {
  position: absolute;
  top: calc(50% - 0.2em);
  right: 0;
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #E6DFCF;
  border-right: 1px solid #E6DFCF;
  transform: rotate(45deg);
}
.p-doctor-media__link:hover {
  opacity: 0.7;
}

.p-doctor-interview {
  padding: 8em 3em;
}
.p-doctor-interview__content {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .p-doctor-interview__content {
    max-width: none;
  }
}
.p-doctor-interview__item {
  margin-bottom: 5em;
}
.p-doctor-interview__item:last-child {
  margin-bottom: 0;
}
.p-doctor-interview__question {
  position: relative;
  display: block;
  padding: 0.4em 0;
  margin-bottom: 1.5em;
  background-color: #E6DFCF;
  color: #746541;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}
.p-doctor-interview__question::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #E6DFCF;
}
.p-doctor-interview__image {
  margin-bottom: 2em;
}
.p-doctor-interview__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-doctor-interview__answer {
  line-height: 1.8;
}
.p-doctor-interview__lead {
  color: #746541;
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.p-doctor-interview__text {
  font-size: 1.8em;
  margin-bottom: 2em;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-doctor-cta {
  padding: 6em 2em;
  background-color: #F7F6F4;
  text-align: center;
}
.p-doctor-cta__heading {
  margin-bottom: 3em;
}
.p-doctor-cta__heading h2 {
  font-size: 2.2em;
  letter-spacing: 0.15em;
  color: #746541;
}
.p-doctor-cta__en {
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  color: #746541;
  margin-top: 0.5em;
}
.p-doctor-cta__button {
  display: block;
  max-width: 340px;
  margin: 0 auto;
  padding: 2.5em 2em;
  background-color: #A89D83;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.p-doctor-cta__button:link, .p-doctor-cta__button:visited {
  color: #fff;
}
.p-doctor-cta__button .arrow_line_right {
  width: 4em;
  height: 0.5em;
  fill: #ffffff;
  margin-top: 1.2em;
}
.p-doctor-cta__text {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
.p-doctor-cta__label {
  font-size: 1.2em;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 991px) {
  .p-doctor-float-cta__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(168, 157, 131, 0.3);
    padding: 30px 24px;
    text-align: center;
  }
  .p-doctor-float-cta__heading {
    font-size: 1.8em;
    line-height: 1.5;
    color: #746541;
    margin-bottom: 0.8em;
    letter-spacing: 0.1em;
  }
  .p-doctor-float-cta__button {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 16px;
    transition: opacity 0.3s;
    color: #746541;
    border-radius: 2px;
  }
  .p-doctor-float-cta__button:hover {
    opacity: 0.8;
  }
  .p-doctor-float-cta__button:hover .p-doctor-float-cta__label::before {
    left: 10px;
    background-color: var(--linkHoverColor);
  }
  .p-doctor-float-cta__button:hover .p-doctor-float-cta__label::after {
    right: -10px;
    background-color: var(--linkHoverColor);
  }
  .p-doctor-float-cta__text {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .p-doctor-float-cta__label {
    font-size: 1em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1.5em;
    padding-bottom: 0.5em;
    position: relative;
  }
  .p-doctor-float-cta__label::before, .p-doctor-float-cta__label::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #746541;
  }
  .p-doctor-float-cta__label::before {
    width: 100%;
    left: 0;
    transition: left 0.3s ease;
  }
  .p-doctor-float-cta__label::after {
    width: 10px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
    transition: right 0.3s ease;
  }
}

.l-cs-inner footer .container {
  max-width: none;
  min-width: 0;
  padding: 3em 5% 14em;
}
.l-cs-inner footer .footer_inner {
  padding-right: 0;
  position: static;
  margin-bottom: 4em;
}
.l-cs-inner footer .footer_inner > * {
  margin-bottom: 3em;
}
.l-cs-inner footer .footer_inner > *:last-child {
  margin-bottom: 0;
}
.l-cs-inner footer .footer_inner .footer_access {
  width: 100%;
  height: auto;
  position: static;
  transform: none;
}
.l-cs-inner footer .footer_inner .footer_access .googlemap {
  height: 19.4em;
  position: relative;
}
.l-cs-inner footer .footer_inner .footer_access .googlemap iframe {
  height: 55.4em;
  margin-top: -17em;
}
.l-cs-inner footer .footer_inner .footer_sns {
  justify-content: center;
}
.l-cs-inner footer .info_cnt {
  -moz-column-gap: 14%;
  column-gap: 14%;
}
.l-cs-inner footer .info_cnt > div dt {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.l-cs-inner footer .info_cnt > div dd {
  font-size: 2em;
  letter-spacing: normal;
}
.l-cs-inner footer .info_cnt > div dd span {
  display: block;
  padding-top: 0.5em;
}
.l-cs-inner footer .info_cnt > div.address dd {
  font-size: 1.3em;
}
.l-cs-inner footer .footer_link,
.l-cs-inner footer .footer_btn {
  display: none;
}
.l-cs-inner footer .footer_copyright {
  font-size: 1.2em;
  text-align: center;
}
.l-cs-inner footer .disp_pc {
  display: none !important;
}
.l-cs-inner footer .disp_sp {
  display: block !important;
}
.l-cs-inner footer br.disp_pc {
  display: none !important;
}
.l-cs-inner footer br.disp_sp {
  display: inline !important;
}