@charset "UTF-8";

/* COMMON PARTS */

.l-container {
  padding-bottom: 160px;
}

.l-common-section-margin {
  margin-top: 14.933vw;
}

@media screen and (min-width: 768px) {
  .l-common-section-margin {
    margin-top: 80px;
  }
}

hgroup.p-section-heading {
  margin-bottom: 1.5rem;
}
hgroup.c-txt-center {
  text-align: center;
}
.c-section-title {
  font-weight: 500;
  font-size: 32px !important;
  color: #6C6C6C;
  line-height: 1.3;
  letter-spacing: 7%;
  position: relative;
}
.c-section-title::before,
.c-section-title::after {
  content: none;
}

.p-section-heading .c-section-title-sub-en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #E7984A;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 15px;
  margin-top: 20px;
  position: relative;
}

.p-section-heading .c-section-title-sub-en::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #E7984A;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.c-section-title-sub-en {
  /* margin-top: 20px;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--gray-300); */
}

.c-section-title-sub-ja {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
}


hgroup.p-section-heading .c-section-text {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .c-section-title-sub-en {
    margin-top: 0.75rem;
  }
}
/* ページトップに戻る */

.p-back-to-menu {
  text-align: right;
}
.p-back-to-menu a {
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 24px 0 0;
  background: url(../images/common/icon_arrow_anchor.png) no-repeat right 50%;
  background-size: 16px auto;
}

@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 24px !important;
  }

  hgroup.c-txt-center {
    text-align: left;
  }
}

/* 施術の経過について */
.p-online-progress-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-online-progress-list-item {
  display: flex;
  align-items: center;
  gap: 36px;
}
.p-online-progress-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-progress-doctor-image {
  width: 96px;
  height: 96px;
  max-width: initial;
}
.c-progress-doctor-name {
  text-align: center;
  font-family: "EB Garamond";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.p-online-progress-contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  border-radius: 8px;
  background: var(--gray-50);
  position: relative;
}
.p-online-progress-contents::before {
  content: "";
  background: url(../images/common/icon_speech_bubble.svg) no-repeat top/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  width: 24.249px;
  height: 30px;
}
.c-online-progress-title {
  color: var(--milktea-500);
  font-family: "EB Garamond";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
.c-online-progress-title strong {
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 130%;
  font-size: 20px;
  margin-left: 20px;
}
.c-online-progress-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

@media (max-width: 768px) {
  .p-online-progress-list-item {
    flex-direction: column;
    align-items: baseline;
    gap: 24px;
    padding: 20px;
    background: var(--gray-50);
  }
  .p-online-progress-heading {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
  .c-progress-doctor-name {
    font-size: 24px;
    position: relative;
    display: block;
  }
  .c-progress-doctor-name::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    background: url(../images/common/icon_underline_doctorname.svg) no-repeat
      top/cover;
    width: 95px;
    height: 13px;
  }
  .p-online-progress-contents {
    width: 100%;
    padding: 32px 24px;
    background: #fff;
  }
  .p-online-progress-contents::before {
    left: 35px;
    width: 22px;
    height: 28px;
    top: -20px;
    transform: rotate(90deg);
    filter: brightness(1.5);
  }
  /* 詳細をみる */
  .p-onlinetop-btn-more {
    display: flex;
    height: var(--56, 56px);
    padding: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    border-radius: var(--4, 4px);
    border: 1px solid var(--gray-800);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: var(--gray-800);
  }
  .p-onlinetop-btn-more::before {
    content: "詳細をみる";
  }
  .p-onlinetop-btn-more.is-show::before {
    content: "  閉じる  ";
  }
  .p-onlinetop-btn-more .icon-btn-more {
    position: relative;
  }
  .p-onlinetop-btn-more .icon-btn-more::before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    right: -57px;
    top: calc(50%);
    border-radius: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--gray-800);
    z-index: 2;
    opacity: 1;
  }
  .p-onlinetop-btn-more .icon-btn-more::after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: -64px;
    top: calc(50%);
    border-radius: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--gray-800);
    z-index: 2;
  }
  .p-onlinetop-btn-more.is-show .icon-btn-more::before {
    opacity: 0;
  }
  .p-onlinetop-btn-more.is-show .icon-btn-more::after {
    right: -82px;
  }
  .c-online-progress-text.item-hidden {
    display: none;
  }
  .c-online-progress-text.item-hidden.is-show {
    display: block;
  }
}

/* オンライン診療 */

.l-section-heading {
  position: relative;
  margin: auto;
  padding: 64px 0 0 100px;
  max-width: 1200px;
  height: 328px;
  background: linear-gradient(86.36deg, #fafafa 0.89%, #f4f1f2 100%);
  border-radius: 16px;
}
.c-heading-lead {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.p-heading-image {
  position: absolute;
  bottom: 0;
}
.c-heading-img-online {
  width: 524px;
  right: 44px;
}
.c-heading-img-visit {
  width: 534px;
  height: 394px;
  right: 0;
}

.p-consultation-step {
  position: relative;
  margin-top: -42px;
  margin-bottom: 72px;
  z-index: 2;
}
.p-consultation-step-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-consultation-step-list-item {
  position: relative;
  padding: 64px 16px 32px;
  width: 312px;
  border: 1px solid var(--gray-200);
  background: var(--white);
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.1);
}
.p-consultation-step-list-item:before {
  font-family: "EB Garamond", serif;
  font-size: 80px;
  font-style: italic;
  line-height: 1;
  color: var(--gray-100);
  position: absolute;
  top: 10px;
  left: 21px;
}
.p-consultation-step-list-item:nth-of-type(1):before {
  content: "01";
}
.p-consultation-step-list-item:nth-of-type(2):before {
  content: "02";
}
.p-consultation-step-list-item:nth-of-type(3):before {
  content: "03";
}
.c-icon-step {
  margin: auto;
  width: 100px;
}
.c-heading-step {
  margin-bottom: 24px;
  height: 90px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dotted var(--gray-200);
}
.c-txt-step {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.c-txt-step small {
  font-size: 10px;
  line-height: 1.3;
  display: block;
  margin-top: 4px;
}

.c-heading-consultation {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.c-heading-consultation span {
  display: inline-block;
  position: relative;
  padding: 0 34px;
  background-image: url(../images/top/icon_heading_diamond.png),
    url(../images/top/icon_heading_diamond.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50%, right 50%;
  background-size: 22px auto, 22px auto;
}

@media screen and (max-width: 767px) {
  .l-section-heading {
    padding: 10.666vw 0 0 5.333vw;
    max-width: initial;
    width: 100%;
    height: 58.133vw;
    background: linear-gradient(86.36deg, #fafafa 0.89%, #f4f1f2 100%);
    border-radius: 0;
  }
  .p-heading-online {
    height: 65.333vw;
  }
  .c-heading-lead {
    margin-top: 6.4vw;
  }

  .p-consultation-step-list {
    width: 100%;
    flex-flow: column;
    gap: 2.133vw;
  }
  .p-consultation-step-list-item {
    position: relative;
    padding: 5.333vw 4.266vw;
    width: 100%;
  }
  .p-consultation-step-list-item:nth-of-type(1):before,
  .p-consultation-step-list-item:nth-of-type(2):before,
  .p-consultation-step-list-item:nth-of-type(3):before {
    content: none;
  }
  .c-icon-step {
    display: none;
  }
  .c-heading-step {
    padding-left: 20.266vw;
    margin-bottom: 3.2vw;
    padding-bottom: 5.333vw;
    height: auto;
    font-size: 5.333vw;
    text-align: left;
    display: block;
  }

  .c-heading-img-online {
    width: 49.2vw;
    right: 2.666vw;
  }
  .c-heading-img-visit {
    width: 50.666vw;
    height: auto;
    right: 0;
  }
  .p-section-heading .c-section-title,
  .p-section-heading .c-heading-lead {
    position: relative;
    z-index: 10;
  }
  #menu-single {
    text-align: center;
  }
  .p-consultation-step {
    position: relative;
    margin-top: 3.2vw;
    margin-bottom: 12.8vw;
    z-index: 2;
  }
  .p-consultation-step-list-item .c-heading-step {
    background-size: 17.066vw auto;
    background-repeat: no-repeat;
  }
  .p-step-online .p-consultation-step-list-item:nth-of-type(1) .c-heading-step {
    background-image: url(../images/top/icon_online_01.png);
  }
  .p-step-online .p-consultation-step-list-item:nth-of-type(2) .c-heading-step {
    background-image: url(../images/top/icon_online_02.png);
  }
  .p-step-online .p-consultation-step-list-item:nth-of-type(3) .c-heading-step {
    background-image: url(../images/top/icon_online_03.png);
  }
  .p-step-visit .p-consultation-step-list-item:nth-of-type(1) .c-heading-step {
    background-image: url(../images/top/icon_visit_01.png);
  }
  .p-step-visit .p-consultation-step-list-item:nth-of-type(2) .c-heading-step {
    background-image: url(../images/top/icon_visit_02.png);
  }
  .p-step-visit .p-consultation-step-list-item:nth-of-type(3) .c-heading-step {
    background-image: url(../images/top/icon_online_03.png);
  }

  .c-heading-consultation {
    margin-bottom: 4.266vw;
    font-size: 6.4vw;
  }
  .c-heading-consultation span {
    display: inline-block;
    position: relative;
    padding: 0 34px;
    background-image: url(../images/top/icon_heading_diamond.png),
      url(../images/top/icon_heading_diamond.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 50%, right 50%;
    background-size: 22px auto, 22px auto;
  }
}

/* オンライン診療のメリット */
.p-online-merit-list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* 治療カセット */
.l-online-merit {
  margin-bottom: 80px;
}
.p-consultation-menu {
  margin-bottom: 56px;
}
.p-online-merit-list-item {
  display: flex;
  width: 244px;
  height: 314px;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(-gray-200);
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.05);
}
.p-online-merit-list-item hgroup {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 94px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--gray-300);
}
.merit-list-icon {
  width: 64px;
  height: 64px;
  display: block;
}
.merit-list-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  width: calc(100% - 76px);
}
.merit-list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

@media (max-width: 768px) {
  .l-common-section-margin.l-online-merit {
    margin-top: 56px;
  }
  .p-online-merit-list {
    flex-direction: column;
  }
  .p-online-merit-list-item {
    width: 100%;
    height: auto;
  }
  .p-online-merit-list-item hgroup {
    width: 100%;
    min-height: initial;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .merit-list-title {
    font-size: clamp(16px, 5.3vw, 20px);
  }
  .l-online-merit .c-section-title-sub-en {
    text-align: center;
  }
}

.p-consultation-menu-term {
  position: relative;
  margin-bottom: 8px;
  padding-left: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  background-size: 48px auto;
  background-repeat: no-repeat;
}

.p-consultation-menu-term span {
  display: inline-block;
  padding: 0 8px;
  background: var(--white);
}
.l-list-menu .p-consultation-menu-term span::first-letter {
  color: #a68879;
}
.p-consultation-menu-term:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--gray-300) 1px,
    transparent 1px
  );
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

/* 見出しアイコン */
.p-consultation-menu-term.c-menu-diet {
  background-image: url(../images/common/icon_menu_diet.png);
}
.p-consultation-menu-term.c-menu-skin {
  background-image: url(../images/common/icon_menu_skin.png);
}
.p-consultation-menu-term.c-menu-physical {
  background-image: url(../images/common/icon_menu_physical.png);
}
.p-consultation-menu-term.c-menu-liver {
  background-image: url(../images/common/icon_menu_liverfunction.png);
}
.p-consultation-menu-term.c-menu-inner {
  background-image: url(../images/common/icon_menu_inner.png);
}
.p-consultation-menu-term.c-menu-aging {
  background-image: url(../images/common/icon_menu_aging.png);
}
.p-consultation-menu-term.c-menu-urgency {
  background-image: url(../images/common/icon_menu_urgency.png);
}
.p-consultation-menu-term.c-menu-fatmelting {
  background-image: url(../images/common/icon_menu_fatmelting.png);
}
.p-consultation-menu-term.c-menu-injection {
  background-image: url(../images/common/icon_menu_injection.png);
}
.p-consultation-menu-term.c-menu-dietmachine {
  background-image: url(../images/common/icon_menu_dietmachine.png);
}
.p-consultation-menu-term.c-menu-drip {
  background-image: url(../images/common/icon_menu_drip.png);
}
.p-consultation-menu-term.c-menu-oralmedicine {
  background-image: url(../images/common/icon_menu_oralmedicine.png);
}
.p-consultation-menu-term.c-menu-externalmedicine {
  background-image: url(../images/common/icon_menu_externalmedicine.png);
}
/* 点滴ページのみ */
.p-consultation-menu-term.c-menu-health {
  background-image: url(../images/common/icon_menu_health.svg);
}
.p-consultation-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.c-align-center {
  justify-content: center;
}
.p-menu-list-single {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-consultation-menu {
    margin-bottom: 10.666vw;
  }
  .p-consultation-menu-list {
    gap: 2.133vw 2.133vw;
  }
  .p-menu-list-single {
    margin-bottom: 10.666vw;
  }
}

/* 診療ボタン */
.p-consultation-menu-list-item {
  width: 238px;
  height: 62px;
  background: var(--gray-100);
  border: 1px solid var(--gray-800);
  border-radius: 4px;
}
.p-no-link {
  border: 1px solid var(--gray-100);
}

.p-consultation-menu-list-item a,
.p-consultation-menu-list-item .c-no-link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px 12px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gray-800);
  display: flex;
  align-items: center;
}
.p-consultation-menu-list-item a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid var(--gray-800);
  border-right: 0.1rem solid var(--gray-800);
  position: absolute;
  right: 16px;
  top: calc(50% - 0.3rem);
}

@media screen and (max-width: 767px) {
  .p-consultation-menu-list-item {
    width: 43.466vw;
    height: 16.533vw;
  }
  .p-consultation-menu-list-item a {
    padding: 0 8.533vw 0 3.2vw;
  }
}

/* 治療カセット 詳細 */

.l-menu-wrapper:not(:nth-last-of-type(1)) {
  margin-bottom: 120px;
}

.p-consultation-menu-term.c-heading-menu {
  margin-bottom: 16px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .l-menu-wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 16.4vw;
  }
  .p-consultation-menu-term.c-heading-menu {
    margin-bottom: 2.133vw;
    font-size: 7.466vw;
  }
  .p-list-menu {
    margin-left: -5.333vw;
    margin-right: -5.333vw;
    width: 100vw;
  }
}
.p-list-menu {
  margin: 0 0 8px;
  padding: 24px;
  background: var(--gray-200);
}
.p-list-menu-item {
  padding: 24px;
  background: var(--white);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.p-list-menu-item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-list-menu {
    padding: 5.333vw 6.4vw;
    margin-left: -5.333vw;
    margin-right: -5.333vw;
    width: 100vw;
  }
  .p-list-menu-item {
    padding: 4.266vw;
  }
}

.c-heading-menu-list {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
}
.l-single-drug .c-heading-menu-list {
  font-size: 24px;
}
.l-original-drug .c-heading-menu-list::first-letter {
  color: #a68879;
}
.l-single-drug .c-heading-menu-list small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-heading-menu-list {
    margin-bottom: 4.266vw;
    font-size: 6.4vw;
  }
  .l-single-drug .c-heading-menu-list {
    font-size: 5.33vw;
  }
}
.p-list-effect {
  margin: 0 0 16px;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px dashed var(--gray-300);
  border-bottom: 1px dashed var(--gray-300);
}
.c-icon-effect {
  width: 40px;
  height: auto;
}
.p-list-effect-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-list-effect {
    margin: 0 0 4.266vw;
    padding: 3.2vw 0;
    gap: 3.2vw;
  }
}

.c-menu-description-heading {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gray-800);
}
.c-menu-description-txt {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.7;
}
.c-menu-accordion-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gray-800);
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px dashed var(--gray-300);
}
.p-list-menu-item .js-common-singleAccordion-trigger {
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}
.js-common-singleAccordion-trigger::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: 0;
  background: url(../images/common/ac-common-plus.svg) no-repeat top/cover;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js-common-singleAccordion-trigger.is-active::before {
  background: url(../images/common/ac-common-minus.svg) no-repeat top/cover;
}
.c-menu-accordion-txt {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.7;
}
.p-menu-accordion {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.7;
}
.p-menu-accordion p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-menu-detail {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.3;
}
.p-menu-description-additional {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.p-menu-description-additional .c-menu-description-heading {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gray-800);
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--gray-300);
}
.p-menu-description-additional .c-menu-description-txt {
  margin-bottom: 0;
}
.p-menu-description-additional .c-menu-description-txt a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .c-menu-description-heading {
    font-size: 4.266vw;
  }

  .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
    font-weight: 400;
    color: var(--gray-800);
    line-height: 1.3;
  }
  .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
  }
  .c-menu-detail {
    font-size: 3.733vw;
  }
}

.p-list-menu-item__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-list-menu-item__bottom {
    margin-top: 4.266vw;
    flex-flow: column;
    gap: 3.2vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* 価格 */
.p-menu-price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-menu-contents {
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
  background: var(--gray-400);
}
.c-menu-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--gray-800);
}
.c-menu-price.has-no-value p {
  color: var(--gray-800);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.c-price-yen {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.c-price-consultation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
}
@media screen and (max-width: 767px) {
  .p-menu-price {
  }
}

/* 予約ボタン */
.c-menu-reserve-btn {
  width: 303px;
  height: 56px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .c-menu-reserve-btn {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .c-menu-reserve-btn {
    height: 56px;
    border-radius: 4px;
  }
}
.c-menu-reserve-btn-item {
  width: 100%;
  height: 100%;
}
.c-menu-reserve-btn-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.c-icon-btn-sp {
  width: 24px;
  height: auto;
}
.c-menu-reserve-btn__text {
  font-size: 16px;
  padding-left: 4px;
}

/* BLOG BANNER */

/* ブログバナー */
.p-top.p-blog-bnr {
  margin: 56px auto 0px;
  padding: 16px;
  width: 748px;
  display: flex;
  align-items: center;
  border: 1px dashed var(--gray-300);
}
.p-blog-bnr hgroup {
  width: 240px;
  flex-basis: 240px;
  flex-shrink: 0;
}
.p-blog-bnr .c-section-title {
  position: relative;
  font-family: EB Garamond;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--gray-300);
  text-align: center;
}
.p-blog-bnr .c-section-title-sub {
  margin: 8px 0 0;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  color: var(--black);
  text-align: center;
}

.p-top.c-blog-bnr a {
  width: 750px;
  display: block;
  margin: 24px auto 0;
}
.p-top-doctors .p-top.c-blog-bnr {
  margin-top: 40px;
}
.p-doctors-card.c-blog-bnr {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top.p-blog-bnr {
    width: 100%;
    margin: 40px auto 0px;
    padding: 0 5.333vw;
    flex-flow: column;
    border: none;
    gap: 4.266vw;
  }
  .p-top.c-blog-bnr {
    margin: 10.666vw auto 0;
  }
  .p-blog-bnr hgroup {
    width: 100%;
    flex-basis: unset;
    flex-shrink: unset;
  }

  .p-top-doctors .p-top.c-blog-bnr {
    margin-top: 32px;
  }
  .p-doctors-card.c-blog-bnr {
    margin: 15px auto 24px;
  }
  .p-top.c-blog-bnr a {
    width: 90%;
  }
}

/* 医師紹介 */

.p-top-doctors .p-top-doctors__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-doctors__items {
  }
}

.p-top-doctors__items > li + li {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-doctors__items > li + li {
    margin-top: unset;
  }
}

.p-top-doctors__item {
  width: 100%;
}

.p-doctors-card {
  /*background: url(../images/top/top_profile_logo.png) no-repeat top right;
	background-size: 315px 306px;*/
  -webkit-box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
}

.p-doctors-card__inner {
  padding: 24px;
  padding: 1.5rem;
}

.p-doctors-card__meta {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-doctors-card__meta {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.p-doctors-card__img {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  border-radius: 50%;
}

.p-doctors-card__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-doctors-card__licence {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-doctors-card__licence {
    color: var(--gray-800);
  }
}

.p-doctors-card__name {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-doctors-card__name {
    color: var(--gray-800);
  }
}

.p-doctors-card__category {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px;
  padding: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #262626;
  border: 1px solid #262626;
}

@media screen and (min-width: 768px) {
  .p-doctors-card__category {
    line-height: 1;
  }
}

.p-doctor-card__info {
  display: flex;
  justify-content: space-between;
}

.c-doctor-card__info {
  width: 464px;
}
.p-doctors-card__career {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-doctor-card__info {
    flex-flow: column;
    gap: 6.4vw;
  }
  .c-doctor-card__info {
    width: 100%;
  }
  .p-doctors-card {
    background: url(../images/top/top_profile_logo.png) no-repeat bottom right;
    background-size: 71.2vw auto;
  }
}

@media screen and (min-width: 768px) {
  .p-doctors-card__career {
    margin-top: 0;
  }
}

.p-doctors-card__society {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-doctors-card__other {
  margin-top: 0;
}

.p-doctores-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-doctores-card__title {
    color: var(--gray-800);
  }
}

.p-doctores-card__title::after {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gray-200);
}

.p-doctores-card__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

@media screen and (min-width: 768px) {
  .p-doctores-card__text {
    color: #595956;
  }
}

.p-doctores-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #d9d9d9;
}

.p-doctores-card__list--noBorder {
  border-bottom: none;
}

.p-doctores-card__list dt,
.p-doctores-card__list dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

@media screen and (max-width: 767px) {
  .p-doctores-card__list dt {
    width: 4em;
    flex-basis: 3.4em;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-doctores-card__list dt,
  .p-doctores-card__list dd {
    color: #595956;
  }
}

.p-doctores-card__items {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-doctores-card__items li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-doctores-card__item {
  list-style: disc;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

@media screen and (min-width: 768px) {
  .p-doctores-card__item {
    color: #595956;
  }
}

.p-doctors-cards {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

@media screen and (min-width: 768px) {
  .p-doctors-cards {
    margin-top: 4.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-doctors-cards > li + li {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-doctors-cards > li + li {
    margin-top: unset;
  }
}

.p-doctors-cards__item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-doctors-cards__item {
    width: calc(50% - 1.5rem);
  }
}

/* お知らせ */
.p-top-news {
  padding: 64px 0;
  background: var(--gray-25);
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
  	display: flex;
  	gap: 48px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__wrapper {
    width: 100%;
  }
}

.p-top-news__items {
  margin-top: 0;
  margin-bottom: 4.266vw;
}

@media screen and (min-width: 768px) {
  .p-top-news__items {
    margin-top: unset;
    margin-bottom: 40px;
  }
}

.p-top-news__items li + li {
  padding-top: 16px;
  padding-top: 1.6rem;
}

.p-top-news__item {
  padding-top: 16px;
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-news__item {
    padding-top: 0.5rem;
  }
}
.p-top-news .p-section-heading {
	width: 232px;
	flex-basis: 232px;
	flex-shrink: 0;
}

.p-section-heading .btn-viwe-more {
	margin-top: 40px;
}
.btn-viwe-more a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.c-btn-brown a {
	color: #414141;
	padding-right: 16px;
	background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right center;
	background-size: 14px auto;
}

.p-btn-more-right {
	text-align: right;
}

.p-btn-rectangle {
	margin: auto;
	width: 400px;
	height: 56px;
  border-radius: 4px;
	border: 1px solid #414141;
}
.u-btn-link {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #414141;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right 12px center;
    background-size: 20px auto;
}

@media screen and (max-width: 767px) {
  .p-btn-rectangle {
  	width: 100%;
  	height: 13.866vw;
  }
}

.p-news-item {
	padding: 16px 0 16px;
	border-bottom: 1px solid #F1DED3;
}
.p-entry-header {
	margin-bottom: 10px;
}
.c-entry-date {
	font-size: 1.4rem;
	font-weight: 500;
  margin-right: 8px;
}
.c-entry-category {
  display: inline-block;
	/* margin-left: 8px; */
	padding: 4px 8px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: var(--white);
	background: #E1AF8B;
	border-radius: 2px;
}
.p-news-item__title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.8;
}
.p-news-item__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
.p-news-item {
	padding: 4.266vw 0;
}
}
/* FAQ */

@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* SNS */

.p-sns-icon__items {
  display: flex;
  gap: 12px;
}
.p-sns-icon__item {
  width: 32px;
}
.p-sns-icon__item img {
  width: 100%;
  height: auto;
}
.p-sns-icon__items {
  position: relative;
  margin-top: 5.333vw;
}

@media screen and (min-width: 768px) {
  .p-sns-icon__items {
    position: absolute;
    left: 177px;
    bottom: 0;
  }
}

/* --------------------------------------------------------------------------
 オンライン診療
-------------------------------------------------------------------------- */

.p-wrapper-mv {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 120px;
  max-height: 470px;
  overflow: hidden;
}
.p-mv-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-mv-title {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 432px;
  height: 432px;
}
.c-mv-title .u-drop-shadow,
.c-mv-title img {
  filter: drop-shadow(0px 7px 35px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 768px) {
  .p-wrapper-mv {
    position: relative;
    margin-bottom: 14.933vw;
    max-height: initial;
    height: 106.666vw;
  }
  .p-wrapper-mv:before {
    content: "";
    width: 100%;
    height: 67.2vw;
    background: linear-gradient(
      179.95deg,
      rgba(255, 255, 255, 0) 0.04%,
      var(--gray-25) 37.71%
    );
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-mv-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .c-mv-title {
    position: absolute;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 6.4vw;
    width: 89.333vw;
    height: 57.6vw;
  }
  .c-mv-title img {
    filter: unset;
    width: 100%;
    height: auto;
  }
}

/* オンライン診療の流れ */

.p-online-flow-list {
  width: 1000px;
  margin: auto;
  padding: 24px;
  background: var(--gray-50);
  display: flex;
  gap: 32px;
}
.p-online-flow-list-item {
  padding: 16px 0 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.05);
}
.p-online-flow-heading {
  margin-bottom: 12px;
  font-family: "EB Garamond";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--gray-300);
  text-align: center;
}
.c-flow-no {
  font-size: 40px;
}
.c-online-flow-txt {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-online-flow-list {
    width: auto;
    padding: 0;
    background: var(--gray-50);
    display: flex;
    gap: 32px;
    overflow: auto;
    padding: 6.4vw;
  }
  .p-online-flow-list-item {
    width: 73.066vw;
    flex-basis: 73.066vw;
    flex-shrink: 0;
    position: relative;
  }
  .p-online-flow-list-item:not(:nth-last-of-type(1)):after {
    content: "";
    width: 4.266vw;
    height: 4.8vw;
    background: url(../images/common/icon_arrow_flow_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -6.4vw;
    top: 50%;
  }
}

/* --------------------------------------------------------------------------
 利用規約
-------------------------------------------------------------------------- */

.c-page-section-title{
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 6vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--pinkbeige-800);
  text-align: left;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.c-page-section-title::after{
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, var(--pinkbeige) 0%, var(--pinkbeige) 90%, var(--pinkbeige-800) 90%, var(--pinkbeige-800) 100%);
}

@media screen and (min-width: 768px) {
  .c-page-section-title {
  		margin-bottom: 4.0rem;
      font-size: 3.2rem;
      line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {

	.c-page-section-title {
  		margin-bottom: 6.4vw;
  	}

  .c-page-section-title::after {
      background: linear-gradient(-90deg, var(--pinkbeige) 0%, var(--pinkbeige) 85%, var(--pinkbeige-800) 85%, var(--pinkbeige-800) 100%);
  }
}

.p-section-lead {
	margin-bottom: 40px;
font-weight: 500;
font-size: 1.6rem;
line-height: 1.8;

}
p.c-page-text{
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-page-termsofuse__contents p + p {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.l-common-margin{
  margin-top: 19.2vw;
}

@media screen and (min-width: 768px) {
  .l-common-margin {
      margin-top: 12rem;
      margin-bottom: 12rem;
      margin-left: auto;
      margin-right: auto;
  }
}

/* --------------------------------------------------------------------------
 個人情報
-------------------------------------------------------------------------- */

.p-page-personalinfo__contents .p-page-personalinfo__text + .p-page-personalinfo__text {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-page-personalinfo__text h4{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-page-personalinfo__text p{
  margin-top: 0;
}

/* --------------------------------------------------------------------------
 医療広告ガイドライン
-------------------------------------------------------------------------- */

.p-page-compliance__contents .c-page-title {
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.5rem;
  font-size: 1.6rem;
}

.p-page-compliance__item > p:nth-of-type(2), .p-page-compliance__item > p:nth-of-type(3) {
  margin-top: 0rem;
}

.c-btn{
  display: flex;
  justify-content: center;
}

.c-btn a{
  width: 33.5rem;
  display: block;
  text-align: center;
  padding: 20px 72px;
  color: var(--gray-800);
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  border-radius: var(--4, 4px);
  border: 1px solid var(--Semantic-text-text-gray-800, #5E5657);
}