@charset "UTF-8";
@media screen and (min-width: calc(1058px + 1px)) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1058px) {
  .pc-only {
    display: none !important;
  }
}
a > img {
  transition: opacity 0.4s ease;
}

a > img:hover {
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

video::-webkit-media-controls {
  display: none;
}

.c-btn_typeBtn {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 50px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #454545;
  border-radius: 50px;
  margin: 0 auto;
  background: #fff;
  cursor: pointer;
}
.c-btn_typeBtn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 40%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/ad/common/assets/images/icn/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.c-btn_typeBtn.c-btn_typeBack::after {
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: bottom;
}
.c-btn_typeBtn :hover {
  opacity: 100;
  transition: all 0.3s;
  background: #454545;
  color: #fff;
}

@media screen and (max-width: 1058px) {
  .c-btn_typeBtn {
    width: 70%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 4vw 0;
    font-size: 3.8vw;
    border-radius: 10vw;
  }
}
/*c-caution*/
.c-caution {
  font-size: 1.3rem;
}

@media screen and (max-width: 1058px) {
  .c-caution {
    font-size: 0.0003vw;
  }
}
/* Guarantee System */
.guaranteeSystem {
  padding: 110px 0;
  background: url(../../../common/assets/images/guaranteeSystem_back.jpg) center top/100%;
}
.guaranteeSystem__card {
  max-width: 1058px;
  margin: 44px auto 0;
  background: #faf8f5;
  padding: 60px 86px;
}
.guaranteeSystem__card__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
  background: url(../../../common/assets/images/wing_left.png) no-repeat left center, url(../../../common/assets/images/wing_right.png) no-repeat right center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.guaranteeSystem__card__catch__ttl {
  font-size: 4.85rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 5.5rem;
  margin: 0 1rem 0 0;
}
.guaranteeSystem__card__catch__ttl small {
  font-size: 4.5rem;
  font-feature-settings: "palt";
  letter-spacing: -2px;
}
.guaranteeSystem__card__catch__period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12rem;
  font-weight: 500;
  color: #bba274;
}
.guaranteeSystem__card__catch__period__num {
  margin-right: 14px;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: scaleY(1.12);
}
.guaranteeSystem__card__catch__txt {
  flex: 0 0 100%;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.guaranteeSystem__card__description {
  margin-top: 36px;
  text-align: center;
}
.guaranteeSystem__card__description p {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.guaranteeSystem__card__description p span {
  color: #b58122;
}
.guaranteeSystem__card__detail__caution {
  display: none;
}
.guaranteeSystem__card__detail__list {
  margin-top: 40px;
}
.guaranteeSystem__card__detail__list li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.guaranteeSystem__card__popup__trigger {
  margin-top: 20px;
  font-size: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.4s ease;
  color: #b58122;
}
.guaranteeSystem__card__popup__trigger:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 1058px) {
  .guaranteeSystem {
    width: 100%;
    padding: 9.3vw 5vw;
  }
  .guaranteeSystem__in {
    margin-top: 5vw;
    background: #faf8f5;
    padding: 0 5vw;
  }
  .guaranteeSystem__ttl__sub {
    margin-bottom: 5vw;
  }
  .guaranteeSystem__ttl__main {
    white-space: nowrap;
    text-indent: -2.6vw;
    width: 100%;
  }
  .guaranteeSystem__card {
    margin-top: 5vw;
    padding: 10vw 6vw;
  }
  .guaranteeSystem__card__catch {
    display: block;
    width: auto;
  }
  .guaranteeSystem__card__catch__ttl {
    padding-top: 1.2vw;
    font-size: 7.2vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .guaranteeSystem__card__catch__ttl small {
    font-size: 7.2vw;
  }
  .guaranteeSystem__card__catch__period {
    margin-top: 3vw;
    padding-right: 10px;
    font-size: 18vw;
  }
  .guaranteeSystem__card__catch__period__num {
    margin-right: 0px;
    font-size: 18vw;
    letter-spacing: 0;
  }
  .guaranteeSystem__card__catch__txt {
    margin-top: 5vw;
    padding: 0 0;
    font-size: 3.4vw;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .guaranteeSystem__card__description {
    margin-top: 8vw;
    padding: 0 1vw;
  }
  .guaranteeSystem__card__description p {
    font-size: 3.4vw;
  }
  .guaranteeSystem__card__detail .c-popup {
    margin-top: 0;
  }
  .guaranteeSystem__card__detail__caution {
    display: block;
    margin: 0 0 0;
    font-size: 3vw;
    text-align: right;
  }
}
/* Accordion */
.accordion__ttl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-top: 40px;
  padding: 0 30px;
  background: #c9b898;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.accordion__ttl:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease;
}
.accordion__ttl::after {
  position: absolute;
  top: 28px;
  right: 18px;
  content: "";
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}
.accordion__ttl.--open::after {
  top: 20px;
  right: 18px;
  content: "";
  border: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
.accordion__cont {
  display: none;
  margin-top: 30px;
}
.accordion__cont__table {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border-left: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  border-collapse: initial;
  font-size: 1.4rem;
}
.accordion__cont__table th {
  width: 290px;
  padding: 10px;
  background: #fff8ee;
  border-top: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.6;
}
.accordion__cont__table td {
  padding: 20px 30px;
  border-top: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  text-align: center;
  position: relative;
  vertical-align: middle;
  line-height: 1.6;
}

@media screen and (max-width: 1058px) {
  .accordion__ttl {
    padding: 3vw 5vw;
    font-size: 3.6vw;
    margin-top: 7vw;
    line-height: 1.6;
  }
  .accordion__cont__table {
    table-layout: auto;
    width: 150%;
  }
  .accordion__cont__table__overflow {
    overflow-x: scroll;
  }
  .accordion__cont__table tbody th {
    width: 35%;
    padding: 2vw;
    font-size: 3.4vw;
  }
  .accordion__cont__table tbody td {
    width: 20%;
    text-align: center;
    font-size: 3.4vw;
  }
  .accordion__cont__table tbody td:last-child {
    width: 40%;
  }
  .accordion__cont__caution {
    margin-bottom: 2vw;
    text-align: left;
    font-size: 3vw;
  }
}
/* campaign */
.l-campaign_list_item_doctor,
.l-modal .l-campaign_list_item_doctor {
  display: none;
}

/* instapost */
.l-instagram_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-instagram_list::after {
  content: "";
  flex-basis: 31.25%;
}
.l-instagram_list + .c-btn_type1 {
  margin: 20px auto 0;
  width: 16vw;
}
.l-instagram_list_item {
  position: relative;
  flex-basis: 31.25%;
  margin-bottom: 40px;
  cursor: pointer;
}
.l-instagram_list_item:nth-child(n+7) {
  display: none;
}
.l-instagram_list_item_img {
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  max-width: 330px;
  height: 330px;
  background-color: #000;
  text-align: center;
  justify-content: center;
}
.l-instagram_list_item_img img,
.l-instagram_list_item_img video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-instagram_list_item_img video {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.l-instagram_list_item_img video[data-loaded=true] {
  opacity: 1;
}
.l-instagram_list_item_img + .l-campaign_list_item_data {
  margin-top: 40px;
}
.l-instagram_list_item_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-instagram_list_item_doctar {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 1.6rem;
}
.l-instagram_list_item_doctar .l-campaign_list_item_doctar_item {
  display: none;
  font-feature-settings: "palt";
  line-height: 1.35;
}
.l-instagram_list_item_data_ttl {
  margin: 60px 0 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1c1c1c;
  font-size: 2.4rem;
}
.l-instagram_list_item_data_menu {
  display: none;
}
.l-instagram_list.is-open_item {
  display: block;
}
.l-instagram .c-btn_typeBtn {
  background: none;
}

.l-instagrampage .l-instagram_list_item {
  display: none;
}

@media screen and (max-width: 1058px) {
  .l-instagram .l-instagram_list_item {
    flex-basis: 48.6%;
    margin-bottom: 2.8vw;
  }
  .l-instagram .l-instagram_list_item_img {
    width: 100%;
    height: 44vw;
  }
  .l-instagram .l-instagram_list_item_img img,
  .l-instagram .l-instagram_list_item_img video {
    max-width: 100%;
  }
  .l-instagram .c-btn_typeBtn {
    background: none;
    margin-top: 4vw;
  }
}
.l-modal .l-instagram_list_item_data_menu {
  display: block;
  margin-top: 20px;
}
.l-modal .l-instagram_list_item_data_menu .c-txt {
  font-size: 16px;
  line-height: 1.6;
}
.l-modal .l-instagram_list_item_data_menu + .l-instagram_list_item_data_menu {
  margin-top: 24px;
}
.l-modal .l-instagram_caution {
  font-size: 1.3rem;
  margin-top: 30px;
}
.l-modal .l-instagram_list_item_img::before {
  content: none;
}
.l-modal .l-instagram_list_item_img {
  display: block;
  max-width: 40%;
  overflow: unset;
  height: auto;
  max-height: unset;
  background-color: transparent;
}

@media screen and (max-width: 1058px) {
  .l-modal .l-instagram_list_item_img {
    max-width: 80%;
  }
  .l-modal .l-instagram_list_item_img img,
  .l-modal .l-instagram_list_item_img video {
    width: 100%;
    height: auto;
  }
  .l-modal .l-instagram_list_item_data_menu .c-txt {
    font-size: 3.84vw;
  }
}
.p-menu_instatag_ttl {
  display: none;
}

/* Modal */
.l-modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
}
.l-modal_wrap {
  position: relative;
  width: 1120px;
  max-height: 78vh;
  margin-top: 60px;
}
.l-modal_in {
  max-height: 78vh;
  padding: 50px 100px 100px;
  background: #fff;
  border-radius: 10px;
  overflow-y: scroll;
}
.l-modal_in_scroll {
  max-height: 55vh;
  padding: 0 20px 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-modal_in_scroll::-webkit-scrollbar {
  display: none;
}
.l-modal_close {
  position: absolute;
  right: 0;
  top: -80px;
  width: 58px;
  height: 58px;
  cursor: pointer;
}
.l-modal-bottom-link {
  position: absolute;
  bottom: 0;
  background: white;
  padding: 18px 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-top: solid 1px #f1f1f1;
  box-shadow: 0 -5px 10px -10px rgba(80, 80, 80, 0.35);
}
.l-modal-bottom-link a {
  position: relative;
  padding: 12px 60px 14px;
  border-radius: 100px;
  background: #ac9977;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  left: auto;
  top: auto;
  height: auto;
}
.l-modal-bottom-link a:hover {
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 1058px) {
  .l-modal_wrap {
    width: 96%;
    margin-top: 30px;
  }
  .l-modal_in {
    padding: 4.37vw 4.37vw 25vw;
  }
  .l-modal_in_scroll {
    max-height: 58vh;
    padding: 0 0 0.0004vw;
  }
  .l-modal_close {
    top: -40px;
    width: 30px;
    height: 30px;
  }
  .l-modal_close img {
    width: 100%;
  }
  .l-modal-bottom-link {
    padding: 12px 0;
  }
}
/* datepicker */
#ui-datepicker-div {
  font-size: 16px;
}

@media screen and (max-width: 1058px) {
  #ui-datepicker-div {
    font-size: 4.8vw;
  }
}
/* floating */
.floating {
  display: none;
}
.floating__tel {
  display: none;
}

@media screen and (max-width: 1058px) {
  .floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  .floating__in {
    display: flex;
    justify-content: space-between;
    padding: 2vw 2.6vw;
    background: #e8e8e8;
  }
  .floating__btn {
    flex: 0 0 48.5%;
  }
  .floating__btn:first-child:not(.floating_btn__tel) {
    transform: translateX(50%);
  }
  .floating__btn img {
    width: 100%;
  }
  .floating__tel {
    display: none;
    position: fixed;
    left: 0;
    bottom: 14.12vw;
    width: 100%;
    z-index: 9999;
  }
  .floating__tel__list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #8c8c8c;
    border-width: 1px 0 0 1px;
  }
  .floating__tel__list__item {
    flex-basis: 50%;
    height: 56px;
    border: 1px solid #8c8c8c;
    border-width: 0 1px 1px 0;
  }
  .floating__tel__list__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
  }
  .floating__tel__list__item a span {
    padding-left: 26px;
    background: url(/ad/doctor/common/assets/images/ico_tel.svg) left center/18px no-repeat;
  }
}
@media screen and (max-width: 1058px) {
  .p-line_link_bnr {
    margin: 0 auto 12vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }
}
.RiskLink a {
  font-size: 1.6rem;
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.RiskLink a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #7b7b7b;
}
.RiskLink a:hover {
  border-bottom: none;
}

@media screen and (max-width: 1058px) {
  .RiskLink a {
    padding-right: 10px;
    font-size: 1.3rem;
  }
  .RiskLink a::after {
    border: 4px solid transparent;
    border-top: 6px solid #7b7b7b;
  }
}
.Risk {
  max-width: 1128px;
  margin: 36px auto 0;
  padding: 56px 44px;
  background: #fff;
  box-shadow: 0 2px 6px -3px #aaa;
}
.Risk__ttl {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 500;
  text-align: left;
}
.Risk__list dt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.78;
  font-weight: 600;
  color: #a68e42;
}
.Risk__list dd {
  font-size: 1.4rem;
  line-height: 1.78;
  font-weight: 400;
}
.Risk__list dd span {
  color: #c0a77a;
}
.Risk__txt {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.78;
}
.Risk__txt span {
  color: #c0a77a;
}

@media screen and (max-width: 1120px) {
  .Risk {
    padding: 22px;
  }
  .Risk__ttl {
    font-size: 1.5rem;
    line-height: 1;
  }
  .Risk__list dt {
    margin-top: 14px;
    font-size: 1.2rem;
  }
  .Risk__list dd {
    font-size: 1.05rem;
  }
  .Risk__txt {
    font-size: 1.05rem;
  }
}
/* Access */
.reservation__access {
  padding: 110px 0 60px;
}
.reservation__access__in {
  max-width: 1058px;
  margin: 0 auto;
}
.reservation__access__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1058px) {
  .reservation__access__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.reservation__access__caution {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #ff3e3e;
  text-align: center;
  letter-spacing: 0.01em;
}
.reservation__access__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}
.reservation__access .access__list__item {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 40% 1fr;
}
.reservation__access .access__list__item__thumb {
  height: 100%;
  overflow: hidden;
}
.reservation__access .access__list__item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reservation__access .access__list__item__info {
  padding: 36px 50px;
  background: #fff;
  text-align: left;
  height: 100%;
}
.reservation__access .access__list__item__info__name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #272727;
  letter-spacing: 0.1em;
}
.reservation__access .access__list__item__info__tel {
  margin: 15px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.reservation__access .access__list__item__info__tel a {
  display: inline-flex;
  width: 100%;
  max-width: 240px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 6px 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  border: 0 solid currentColor;
  border-radius: 999px;
  background-color: #fff;
  color: #272727;
  pointer-events: none;
}
.reservation__access .access__list__item__info__tel a svg {
  position: relative;
  top: -2px;
  display: block;
  width: 20px;
  height: 20px;
}
.reservation__access .access__list__item__info__tel a svg path {
  fill: #272727;
  transition: fill 0.2s ease-in;
}
.reservation__access .access__list__item__info__station {
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.5;
}
.reservation__access .access__list__item__info__name + .reservation__access .access__list__item__info__station {
  margin-top: 25px;
}
.reservation__access .access__list__item__info__address {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.reservation__access .access__list__item__info__address br:first-child {
  display: none;
}
.reservation__access .access__list__item__info__address a {
  text-decoration: underline;
  color: #aa8f25;
}

@media screen and (max-width: 1058px) {
  .reservation__access {
    width: 100%;
    padding: 0;
  }
  .reservation__access__in {
    padding: 9.3vw 0;
  }
  .reservation__access__ttl__main {
    line-height: 1.4;
  }
  .reservation__access__caution {
    margin-top: 4.5vw;
    padding: 0 5vw;
    font-size: 3.25vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
    line-height: 1.5;
  }
  .reservation__access__list {
    margin-top: 8vw;
    flex-wrap: wrap;
    gap: 0;
  }
  .reservation__access__list::after {
    content: "";
    flex: 0 0 50%;
  }
  .reservation__access .access__list__item {
    width: 90%;
    display: block;
  }
  .reservation__access .access__list__item__thumb {
    height: auto;
  }
  .reservation__access .access__list__item__thumb img {
    width: 100%;
    height: auto;
  }
  .reservation__access .access__list__item__info {
    margin: 0 0 3.8vw;
    padding: 20px;
    height: auto;
    text-align: center;
  }
  .reservation__access .access__list__item__info__name {
    font-size: 5.5vw;
  }
  .reservation__access .access__list__item__info__tel a {
    gap: 4px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0.5em 1em 0.325em 1em;
    font-size: max(4vw, 20px);
    white-space: nowrap;
    pointer-events: auto;
    border-width: 2px;
  }
  .reservation__access .access__list__item__info__tel a svg {
    flex: 1 0 auto;
    top: -0.0325em;
    width: 0.8em;
    height: 0.8em;
  }
  .reservation__access .access__list__item__info__station {
    margin-top: 5.3vw;
    font-size: 3.15vw;
  }
  .reservation__access .access__list__item__info__address {
    margin-top: 1.6vw;
    font-size: 3.15vw;
  }
  .reservation__access .access__list__item__info__address a {
    font-size: 3.8vw;
  }
  .reservation__access .access__list__item:nth-of-type(even) .access__list__item__info {
    border-left: 2px dotted #bababa;
  }
}
/* Color */
/* Font */
.key-color {
  color: #fd4b74 !important;
}

/* common */
html {
  line-height: 1;
  font-size: 62.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
}

html {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

body {
  overflow-x: hidden;
}

/* Header */
.header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  z-index: 10;
}
.header__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1058px;
  margin: 0 auto;
}
.header__logo {
  display: none;
}
.header__nav {
  display: inline-flex;
}
.header__nav__list {
  display: flex;
}
.header__nav__list__item {
  border-left: 1px solid;
}
.header__nav__list__item a {
  padding: 0 24px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.header__nav__list__item:first-child {
  border-left: none;
}
.header__nav__list__item:first-child a {
  padding-left: 0;
}
.header__cv {
  display: inline-flex;
}
.header__cv__tel {
  margin-left: 10px;
}

.header {
  position: static;
  display: block;
  background: #ff98af;
  padding: min(2vw, 8.6px) min(3vw, 12.9px);
}
.header__in {
  padding: 0;
  gap: 20px;
}
.header__nav {
  display: block;
  flex-basis: 42.6vw;
}
.header__nav__list {
  display: none;
}
.header__logo {
  display: block;
  padding: 0 1vw;
}
.header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__cv {
  width: 45.8vw;
}
.header__cv img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__cv__tel {
  display: none;
}

/* Mv */
.mv {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  background: url(../images/mv_pattern.png) repeat;
}
.mv__in {
  position: relative;
  margin: 0 auto;
  background: url(../images/mv_back_pc.png) top center no-repeat;
  background-size: inherit;
}
.mv__movie {
  display: inline-flex;
  justify-content: space-between;
  padding-left: 14px;
}
.mv__movie__item {
  position: relative;
}
.mv__movie__item01 video {
  position: absolute;
  top: -24px;
}
.mv__movie__item01 .mv__movie__item__label {
  left: -45px;
}
.mv__movie__item02 {
  margin: 95px 0 0 60px;
}
.mv__movie__item02 video {
  position: absolute;
  top: -33px;
  left: -5px;
}
.mv__movie__item02 .mv__movie__item__label {
  left: -48px;
}
.mv__movie__item__label {
  position: absolute;
  top: 6px;
  transform: translateY(-85%);
  z-index: 1;
}
.mv__movie__item__video {
  width: 291px;
  height: 240px;
  box-shadow: 2px 2px 3px #aaa;
  clip-path: polygon(0 0, 280px 0, 100% 20px, 100% 220px, 280px 100%, 20px 100%, 0 220px);
}
.mv__movie__item::after {
  position: absolute;
  right: -5px;
  top: 162px;
  content: "";
  width: 83px;
  height: 83px;
  background: url(../images/mv_case_deco.png);
  z-index: 2;
}
.mv__caution {
  font-size: 1.2rem;
  color: #656565;
  line-height: 1.6;
}
.mv__description {
  width: 100%;
  left: 50%;
  z-index: 1;
}
.mv__description__in {
  max-width: 1058px;
  max-width: 1058px;
  position: relative;
  z-index: 2;
  padding: 220px 160px 0 0px;
  height: 650px;
  margin: -200px auto 0;
  background: url(../images/mv_doctor.png) right bottom no-repeat;
  background-size: contain;
}
.mv__description__ttl {
  font-size: 3.65rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.35rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 10px 0 10px 85px;
  font-style: italic;
  display: inline-block;
  background: url(../images/academic_cap.png) no-repeat;
  background-size: 70px;
  background-position: center left;
  color: #827873;
}
.mv__description__ttl span {
  color: #fe8fa9;
  font-size: 5.25rem;
}
.mv__description__ttl span.dotted {
  background-position: top 0px left -5rem;
  background-repeat: repeat-x;
  background-size: 6.25rem 0.5rem;
  background-image: radial-gradient(0.25rem 0.25rem at center center, #ff99b0, #ff9ab0 100%, transparent);
  padding-top: 7px;
}
.mv__description__txt {
  margin-top: 20px;
  text-align: justify;
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: 9rem 1fr;
  gap: 15px;
}
.mv__description__txt > img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.mv__description__txt .mv_description_info {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
}
.mv__description__txt .mv_description_info p {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 5.5rem;
  color: #565656;
  padding: 10px 0 0px;
  line-height: 0.5;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}
.mv__description__txt .mv_description_info small {
  font-size: 4rem;
  margin-left: 8px;
}
.mv__description__txt .mv_description_info span {
  font-size: 2.2rem;
  font-family: initial;
  color: inherit;
}
.mv__description__txt .mv_description_version {
  grid-column: 2/3;
  grid-row: 2/3;
  background: rgba(255, 255, 255, 0.65);
  padding: 18px 25px;
  border-radius: 15px;
  font-size: 1.45rem;
  line-height: 1.55;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
}
.mv__description__txt__img {
  display: inline;
}
.mv__description__txt span {
  color: #ff678a;
}
.mv {
  position: static;
  width: 100%;
  padding: 0;
  transform: none;
  background-size: 2rem;
}
.mv__movie {
  display: block;
  margin: 0 0 0 min(5vw, 21.5px);
  padding: 0;
}
.mv__movie__item {
  width: 46vw;
  height: 30vw;
}
.mv__movie__item01 .mv__movie__item__label {
  left: -5vw;
}
.mv__movie__item01 video {
  top: -5vw;
  left: -6px;
}
.mv__movie__item02 {
  margin: 13vw 0 0;
}
.mv__movie__item02 video {
  top: -6vw;
  left: -3px;
}
.mv__movie__item02 .mv__movie__item__label {
  left: -5vw;
}
.mv__movie__item__label {
  width: 28vw;
}
.mv__movie__item__label img {
  width: 100%;
}
.mv__movie__item__video {
  width: 97%;
  height: 35vw;
  clip-path: polygon(0 0, calc(100% - 5vw) 0, 100% 5vw, 100% calc(100% - 5vw), calc(100% - 5vw) 100%, 5vw 100%, 0 calc(100% - 5vw));
}
.mv__movie__item__video video,
.mv__movie__item__video img {
  width: 100%;
  height: auto;
}
.mv__movie__item::after {
  top: auto;
  bottom: -6vw;
  right: -0.6vw;
  width: 13vw;
  height: 13vw;
  background-size: 100%;
}
.mv__description {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  transform: none;
}
.mv__description__in {
  padding: 10px;
  height: auto;
  margin: 0 0;
  background: transparent;
}
.mv__description__ttl {
  font-size: min(6.45vw, 27.7px);
  text-align: center;
  background: transparent;
  padding: 0;
  display: block;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.2;
}
.mv__description__ttl span {
  font-size: min(7.15vw, 30.7px);
}
.mv__description__ttl span.dotted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%2349c9ff%22%20stroke%3D%22none%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221.5%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
  background-size: 2.7rem;
  background-position-y: -0.95rem;
  background-repeat: repeat-x;
  color: #49c9ff;
  padding-top: 0.8rem;
}
.mv__description__txt {
  margin-top: min(3vw, 12.9px);
  font-size: min(3.4vw, 14.6px);
  line-height: 1.5;
  display: block;
}
.mv__description__txt p {
  display: block;
}
.mv__description__txt__img {
  display: block;
  height: min(37.3vw, 160.3px);
  margin-top: min(4.2vw, 18px);
  padding-right: min(40vw, 172px);
  background: url(../images/mv_description_sp.jpg) right bottom min(1.8vw, 7.74px)/40% no-repeat;
}
.mv__description__txt .mv_description_version {
  background: transparent;
  padding: 2px 6px 0;
  font-size: min(3.75vw, 16.1px);
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.mv__caution {
  display: none;
}
.mv__in {
  padding: min(190vw, 817px) 0 0;
  background: #fff url(../images/mv_back_sp.webp?20260619) center top/100% no-repeat;
}
.mv__in__guideline {
  background: #fff url(../images/mv_back_guideline_sp.jpg) center top/100% no-repeat;
}
.mv_copy_sp {
  padding: min(5vw, 21.5px) 0;
  background: url(../images/mv_back2_bg.png);
}
.mv_copy_sp img {
  width: 100%;
}
.mv_copy_sp p {
  padding: min(5vw, 21.5px);
  font-size: min(3.65vw, 15.6px);
  line-height: 1.65;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
.mv_copy_sp p span {
  color: #fd4b74;
}

/* Intro */
.intro {
  margin: 0px auto 0;
  padding: 0px 0 0px;
  background: url(../images/intro_back_pc.jpg) center top no-repeat;
}
.intro__in {
  max-width: 1058px;
  margin: 0 auto;
}
.intro__txt {
  padding: 480px 0 80px 330px;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  color: #212121;
  text-align: justify;
}
.intro__txt p {
  display: inline;
}
.intro__txt p:last-of-type {
  display: block;
}
.intro__txt span {
  color: #aa8f25;
}

.intro {
  position: relative;
  margin: 0;
  padding: 0 0 min(5vw, 21.5px);
  background: url(../images/intro_back_sp.jpg) center top/100% no-repeat;
}
.intro__txt {
  padding: min(45vw, 193.5px) min(4vw, 17.2px) 0 min(39vw, 167.7px);
  font-size: min(3.55vw, 15.2px);
  line-height: 1.6;
  letter-spacing: -0.05rem;
}
.intro__txt p {
  display: block;
}
.intro__txt p + p {
  margin-top: min(4.2vw, 18px);
}

/* accordion */
.accordion__cont__table {
  margin-bottom: 10px;
}
.accordion__cont__table caption {
  margin-bottom: 10px;
  text-align: left;
}

.accordion__ttl {
  padding: min(3vw, 12.9px) min(7vw, 30px) min(3vw, 12.9px) min(3vw, 12.9px);
}
.accordion__ttl::after {
  right: 10px;
}

/* Case */
.case {
  margin: 0px auto 0;
  padding-bottom: 25px;
  background: url(../images/case_back_pc.png) center top no-repeat;
}
.case__in {
  max-width: 1058px;
  margin: 0 auto;
  padding-top: 500px;
  position: relative;
}
.case__img {
  width: 350px;
  position: absolute;
  top: 150px;
  right: 0;
}
.case__img ul {
  display: flex;
  justify-content: left;
}
.case__img li {
  width: 100%;
}
.case__img li video,
.case__img li img {
  width: 100%;
}
.case__img__frame_l {
  position: relative;
  top: -265px;
  left: -35px;
}
.case__img__frame_b {
  position: relative;
  top: -120px;
  right: 45px;
}
.case__img__attention {
  position: relative;
  top: -124px;
  right: 46px;
  width: 406px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.case__txt {
  width: 100%;
  margin: 0px 0 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.case__txt p {
  background-color: rgba(255, 255, 255, 0.35);
  display: block;
  font-size: 1.6rem;
  padding: 30px 80px 30px 100px;
  line-height: 1.75;
  margin-left: -50px;
  border-radius: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  position: relative;
  font-weight: 500;
  color: #2b2b2b;
}
.case__txt p::before {
  background: url(../images/one_point_advice.png);
  content: "";
  position: absolute;
  width: 333px;
  height: 40px;
  top: -25px;
  left: 100px;
}
.case__txt span {
  color: #fd4b74;
}

.case {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/case_back_sp.jpg) center top/100% repeat;
}
.case__in {
  padding: min(100vw, 430px) 0 min(5vw, 21.5px);
}
.case__img {
  margin-top: 44px;
  width: 65%;
  left: min(5vw, 21.5px);
  top: min(47vw, 202px);
}
.case__img__attention {
  top: max(-23vw, -98.9px);
  width: 100%;
  margin-top: 5px;
  text-align: left;
  left: 0;
  line-height: 1.2rem;
}
.case__img ul {
  display: flex;
  justify-content: flex-start;
}
.case__img li {
  width: 93%;
  margin-left: 2%;
}
.case__img video {
  width: min(45vw, 193.5px);
}
.case__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.case__img__frame_l {
  top: max(-52vw, -223.6px);
  left: max(-2vw, -8.6px);
  width: 35%;
}
.case__img__frame_b {
  position: relative;
  top: max(-23vw, 98.9px);
  right: min(3vw, 12.9px);
  width: 105%;
}
.case__ttl {
  padding: 0 min(5vw, 21.5px);
}
.case__ttl img {
  width: 100%;
}
.case__txt {
  padding: 0;
  margin: 65px 0 0px;
}
.case__txt img {
  display: none;
}
.case__txt p {
  display: block;
  padding: 18px 20px 18px;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: min(3.45vw, 14.8px);
  backdrop-filter: blur(4px);
  letter-spacing: 0.025rem;
  line-height: 1.65;
}
.case__txt p::before {
  position: relative;
  display: none;
}
.case__txt p + p {
  display: block;
  margin-top: 4.2vw;
}

/* Cv-area*/
.cv-area {
  padding: 82px 0;
  background: url(../images/default_back.jpg) center top;
  margin-top: 0px;
}
.cv-area__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1078px;
  margin: 0 auto;
  padding: 55px 100px 38px;
  background: #fff;
  position: relative;
}
.cv-area__in::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  margin: auto;
  box-sizing: border-box;
  border: 60px solid transparent;
  border-right: 60px solid #ffb1c3;
  transform: rotate(45deg);
}
.cv-area__in > div:last-of-type:not(.cv-area__tel) {
  margin: 0 auto;
}
.cv-area__in img {
  width: 100%;
  height: auto;
}
.cv-area__ttl {
  flex: 0 0 100%;
  margin-bottom: 32px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.cv-area__ttl span {
  color: #fd4b74;
}
.cv-area__ttl small {
  font-size: 10px;
}
.cv-area__caution {
  margin-top: 18px;
  flex: 0 0 100%;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #535353;
}
.cv-area__web:nth-last-child(4) {
  margin: 0 auto;
}

.cv-area {
  width: 100%;
  padding: 0;
  background: none;
  margin-top: 0;
}
.cv-area__in {
  display: block;
  padding: min(6.4vw, 27.52px) 0 min(4vw, 17.2px);
}
.cv-area__in::before {
  top: max(-10vw, -43px);
  left: max(-10vw, -43px);
  border: min(10vw, 43px) solid transparent;
  border-right: min(10vw, 43px) solid #ffb1c3;
}
.cv-area__in > div:last-of-type:not(.cv-area__tel) {
  margin: min(11vw, 24px) auto;
}
.cv-area__ttl {
  margin-bottom: min(4.4vw, 18.9px);
  font-size: min(23px, 5.35vw);
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  font-weight: bold;
}
.cv-area__web {
  width: min(85vw, 365.5px);
  margin: 0 auto;
}
.cv-area__web img {
  width: 100%;
}
.cv-area .p-line_link_bnr {
  width: min(85vw, 365.5px);
  margin: min(3vw, 12.9px) auto 0;
  padding: 0;
}
.cv-area__tel {
  width: min(85vw, 365.5px);
  margin: min(3vw, 12.9px) auto 0;
}
.cv-area__tel img {
  width: 100%;
}
.cv-area__caution {
  margin-top: 0;
  font-size: min(2vw, 8.6px);
  color: #aaa;
  text-align: center;
}

.back-wrap {
  background: url(../images/default_back.jpg) center top repeat-y;
  background-attachment: fixed;
}

/* Insta post */
.insta-post {
  position: relative;
  width: 100%;
  background: linear-gradient(47deg, #cac2b3 0%, #f9f9fa 100%);
}
.insta-post__back {
  width: 100%;
  padding: 100px 0 200px;
  background: url(../images/case_back.png);
  position: relative;
  background-attachment: fixed;
  background-position: top center;
}
.insta-post__back::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.insta-post__ttl__sub {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: min(4vw, 17.2px);
  font-size: min(3.6vw, 15.4px);
}
.insta-post__ttl__sub__in {
  position: relative;
}
.insta-post__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  height: min(4vw, 17.2px);
  left: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.insta-post__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  height: min(4vw, 17.2px);
  right: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.insta-post__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: min(6vw, 25.8px);
  font-weight: bold;
}
.insta-post__ttl__main span {
  color: #ff83aa;
}
.insta-post__ttl .c-btn_typeBtn {
  background: #111;
  color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.25rem;
  font-weight: normal;
  height: auto;
  padding: 16px 0 12px;
}
.insta-post__content {
  max-width: 1058px;
  margin: 40px auto 30px;
}
.insta-post .twogood-more-btn {
  background: #000 !important;
  font-size: 2rem;
}

.insta-post {
  width: 100%;
}
.insta-post__back {
  padding: min(11.3vw, 48.5px) 0 min(4vw, 17.9px);
  background: url(../images/case_back_sp.png);
  background-size: cover;
}
.insta-post__content {
  max-width: 1058px;
  margin: min(8vw, 34.4px) auto min(10vw, 43px);
  padding: 0 min(5vw, 21.5px);
}
.insta-post__content .l-instagram {
  margin-top: 0;
}
.insta-post__ttl .c-btn_typeBtn {
  background: #f49dad;
  width: 40%;
  box-shadow: none;
  font-size: min(4.5vw, 19.3px);
  padding: min(3.25vw, 13.9px) 0 min(3vw, 17.2px);
}
.insta-post__ttl .c-btn_typeBtn::after {
  display: none;
}
.insta-post .twogood-more-btn {
  background: #000 !important;
  font-size: min(4vw, 17.2px);
}

/* Menu */
#menu {
  background: url(../images/menu_bg.png) no-repeat;
  background-size: 100%;
}

.menu {
  position: relative;
  height: 2000px;
  margin-top: 0px;
}
.menu__in {
  max-width: 1058px;
  margin: 0 auto;
  z-index: 2;
}
.menu__in img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.menu__guideline span.guideline {
  display: none;
}
.menu_item {
  line-height: 1.5;
  padding: 40px 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%236bbaf7%22%20stroke%3D%22none%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
  background-size: 1.5rem;
  background-repeat: repeat-x;
  background-position: bottom;
}
.menu_item:nth-child(odd) .menu_data {
  flex-direction: row-reverse;
}
.menu_item:last-child {
  background-image: none;
}
.menu_item .menu_ttl {
  text-align: center;
  padding: 0 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.menu_item .menu_ttl h3 {
  font-size: 3.8rem;
  color: #747474;
}
.menu_item .menu_ttl h3 .pink {
  color: #ff89a4;
}
.menu_item .menu_copy {
  color: #6bbaf7;
  font-weight: bold;
  font-size: 1.9rem;
  font-style: italic;
  position: relative;
}
.menu_item .menu_copy::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  height: min(4vw, 17.2px);
  left: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
  background: #6bbaf7;
  bottom: 3px;
  height: 20px;
}
.menu_item .menu_copy::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  height: min(4vw, 17.2px);
  right: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
  background: #6bbaf7;
  bottom: 3px;
  height: 20px;
}
.menu_item .menu_data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 10px;
}
.menu_item .menu_data_img {
  width: 350px;
  display: block;
  height: auto;
}
.menu_item .menu_data_img img {
  width: 100%;
  height: auto;
}
.menu_item .menu_data_info {
  display: inline-flex;
  width: calc(100% - 380px);
  flex-wrap: wrap;
  align-content: space-between;
}
.menu_item .menu_data_info > p {
  font-size: 1.45rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.75;
  font-weight: 500;
  padding: 0 0 20px;
}
.menu_item .menu_data_info > p span.txt__pink {
  color: #fd4b74;
}
.menu_item .menu_price {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 35px;
  background: #fff;
  border: solid 1px #faa2bb;
  position: relative;
  text-align: center;
  width: 60%;
  min-width: 540px;
  margin: 0 auto;
}
.menu_item .menu_price::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  margin: auto;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-right: 20px solid #ffa2b8;
  transform: rotate(45deg);
}
.menu_item .menu_price dl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.45rem;
  color: #555;
  font-weight: 400;
  line-height: 1.25;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.menu_item .menu_price dt {
  font-size: 1.8rem;
  color: #232323;
}
.menu_item .menu_price dd {
  font-size: 3.5rem;
  color: #fe88aa;
  margin-left: 5px;
}
.menu_item .menu_price small {
  font-size: 1.5rem;
  vertical-align: middle;
}
.menu_item .menu_price p {
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  color: #141414;
}
.menu_item .menu_attention {
  font-size: 1rem;
  text-align: center;
  min-width: 540px;
  width: 60%;
  margin: 5px auto 0 auto;
  display: block;
}

.menu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 min(2.9vw, 12.4px);
}
.menu::before {
  top: min(65vw, 279.5px);
}
.menu__in {
  position: relative;
  transform: none;
  left: 0;
}
.menu__in img {
  width: 100%;
  height: auto;
}
.menu_item {
  background-size: 0.8rem;
  padding: 30px 0;
}
.menu_item .menu_ttl {
  padding: 10px 0 0px;
}
.menu_item .menu_ttl_sub {
  width: calc(80% - 20px);
  margin-left: auto;
  margin-right: 20px;
  text-align: center;
}
.menu_item .menu_ttl h3 {
  font-size: min(5vw, 21.5px);
  font-feature-settings: "palt";
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: max(-8.5vw, -36.5px);
}
.menu_item .menu_ttl h3 .method {
  background: url(../images/method_01.png) no-repeat;
  background-size: 95%;
  width: 15%;
  height: min(18vw, 77.4px);
  display: block;
  font-size: 0;
}
.menu_item .menu_ttl h3 .pink {
  color: #ff7191;
  display: block;
  width: 85%;
  white-space: nowrap;
  transform: translateY(-6px);
  font-weight: bold;
}
.menu_item .menu_copy {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3.5vw, 15px);
  color: #777;
  display: block;
  margin: 0 auto;
}
.menu_item .menu_copy::before, .menu_item .menu_copy::after {
  background: #cccccc;
}
.menu_item .menu_data {
  display: block;
  padding: 0 20px 0;
}
.menu_item .menu_data_img {
  float: right;
  width: 45%;
  padding-left: 2%;
}
.menu_item .menu_data_info {
  display: inline;
}
.menu_item .menu_data_info p {
  font-size: min(3.45vw, 14.8px);
  line-height: 1.65;
}
.menu_item .menu_price {
  width: 100%;
  min-width: 100%;
  padding: 15px 10px 10px;
}
.menu_item .menu_price dl {
  white-space: nowrap;
}
.menu_item .menu_price dt {
  font-feature-settings: "palt";
  letter-spacing: 0.015rem;
  font-size: min(3.9vw, 16.7px);
}
.menu_item .menu_price dd {
  font-size: 2.4rem;
  font-weight: bold;
}
.menu_item .menu_price p {
  font-size: min(3.25vw, 13.9px);
  line-height: 1.35;
}
.menu_item .menu_attention {
  min-width: 100%;
  width: 100%;
}
.menu_item:nth-child(1) .menu_ttl h3 .method {
  background: url(../images/method_01.png) no-repeat;
  background-size: 95%;
}
.menu_item:nth-child(1) .menu_ttl h3 .pink {
  font-size: min(5vw, 21.5px);
  transform: translateY(-2px);
}
.menu_item:nth-child(2) .menu_ttl h3 .method {
  background: url(../images/method_02.png) no-repeat;
  background-size: 95%;
}
.menu_item:nth-child(2) .menu_ttl h3 .pink {
  font-weight: bold;
}
.menu_item:nth-child(2) .menu_price dt {
  font-size: min(3.85vw, 16.5px);
  letter-spacing: 0;
}
.menu_item:nth-child(3) .menu_ttl h3 .method {
  background: url(../images/method_03.png) no-repeat;
  background-size: 95%;
}
.menu_item:nth-child(3) .menu_ttl h3 .pink {
  font-size: min(7vw, 30px);
  transform: translateY(1px);
}

.menu__modal__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.menu__modal__mv {
  margin-top: 20px;
  text-align: center;
}
.menu__modal__content__block {
  margin-top: 40px;
}
.menu__modal__content__ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.menu__modal__content__ttl::before {
  content: "";
  width: 14px;
  height: 3px;
  margin-right: 8px;
  background: #aa8f25;
}
.menu__modal__content__imgarea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.menu__modal__content__imgarea__four_rows {
  width: 215px;
}
.menu__modal__content__imgarea img {
  margin-bottom: 20px;
  width: 100%;
}
.menu__modal__content__imgarea video {
  height: 194px;
  width: auto;
  margin-bottom: 20px;
}
.menu__modal__content__imgaetxt {
  text-align: right;
  margin-right: 60px;
}
.menu__modal__content__txt {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.menu__modal__content__txt__ttl {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.menu__modal__content__txt__subttl {
  margin-bottom: 10px;
}
.menu__modal__content__txt p + p {
  margin-top: 10px;
}
.menu__modal__content__txt span {
  color: #aa8f25;
}
.menu__modal__content__list {
  font-size: 1.5rem;
}
.menu__modal__content__list__item {
  margin-top: 4px;
}
.menu__modal__content__list + p {
  margin-top: 20px;
}
.menu__modal__content__price {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.menu__modal__content__price th {
  padding: 10px;
  background: #faf8f5;
  border: solid 1px #d3d3d3;
  text-align: left;
}
.menu__modal__content__price td {
  padding: 10px;
  border: solid 1px #d3d3d3;
  text-align: right;
}
.menu__modal__content span {
  color: #aa8f25;
}

.menu__modal__content__price + .c-caution {
  margin-top: -10px;
}

.c-caution + .menu__modal__content__txt__subttl {
  margin-top: 20px;
}

.menu__modal__mv img {
  width: 100%;
}
.menu__modal__content__block {
  margin-top: min(6vw, 25.8px);
}
.menu__modal__content__imgarea {
  flex-wrap: wrap;
}
.menu__modal__content__imgarea video {
  width: 322px;
  height: 100%;
}
.menu__modal__content__imgaetxt {
  text-align: center;
  margin-right: 0;
}
.menu__modal__content__txt {
  margin-top: min(3vw, 12.9px);
}
.menu__modal__content__price th {
  width: 50%;
  font-size: min(3.2vw, 13.7px);
}
.menu__modal__content__price td {
  font-size: min(3.2vw, 13.7px);
}

/* Guarantee System */
.guaranteeSystem__ttl__sub {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: min(4vw, 17.2px);
  font-size: min(3.6vw, 15.4px);
}
.guaranteeSystem__ttl__sub__in {
  position: relative;
}
.guaranteeSystem__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  height: min(4vw, 17.2px);
  left: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.guaranteeSystem__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  height: min(4vw, 17.2px);
  right: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.guaranteeSystem__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: min(6vw, 25.8px);
  font-weight: bold;
}
.guaranteeSystem__ttl__main span {
  color: #aa8f25;
}
.guaranteeSystem__card__catch__period {
  font-weight: bold;
  color: #bba274;
}
.guaranteeSystem__card__catch__period__num {
  font-weight: bold;
}
.guaranteeSystem__card__description p span {
  color: #b58122;
}

.guaranteeSystem {
  background: url(../images/guaranteeSystem_back.jpg);
}
.guaranteeSystem__card__catch {
  background-size: min(10vw, 43px);
}

/* Monitor */
.monitor {
  padding: 110px 0 70px;
  background: url(../images/default_back.jpg) center top repeat-y;
}
.monitor__card h2:not([class]) {
  display: none;
}
.monitor__ttl__sub {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: min(4vw, 17.2px);
  font-size: min(3.6vw, 15.4px);
}
.monitor__ttl__sub__in {
  position: relative;
}
.monitor__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  height: min(4vw, 17.2px);
  left: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.monitor__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  height: min(4vw, 17.2px);
  right: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.monitor__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: min(6vw, 25.8px);
  font-weight: bold;
}
.monitor__ttl__main span {
  color: #aa8f25;
}

.monitor {
  width: 100%;
  padding: 9.3vw 5vw;
}

#monitor {
  padding: 5.3vw 0;
}

.l-campaign_list {
  padding: 0;
}

/* Doctor */
.doctor {
  padding: 110px 0 100px;
  background: url(../images/doctor_back_pc.jpg) center top;
}
.doctor__in {
  max-width: 1058px;
  margin: 0 auto;
}
.doctor__ttl {
  transform: translateX(30px);
}
.doctor__ttl__sub {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: min(4vw, 17.2px);
  font-size: min(3.6vw, 15.4px);
}
.doctor__ttl__sub__in {
  position: relative;
}
.doctor__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  height: min(4vw, 17.2px);
  left: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.doctor__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 5px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  height: min(4vw, 17.2px);
  right: max(-3vw, -12.9px);
  bottom: min(0.5vw, 2.15px);
}
.doctor__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: min(6vw, 25.8px);
  font-weight: bold;
}
.doctor__ttl__main span {
  color: #aa8f25;
}
.doctor__detail {
  margin-top: 36px;
  padding: 72px 56px 50px 260px;
}
.doctor__detail__sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doctor__detail__txt {
  margin-top: 34px;
  text-align: justify;
  color: #535353;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 2;
}
.doctor__detail__txt span {
  color: #aa8f25;
}
.doctor__detail__movie {
  margin-top: 48px;
  margin-left: auto;
  width: 660px;
}
.doctor__detail__movie__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #535353;
  text-align: center;
  letter-spacing: 0.1em;
}
.doctor__detail__movie__frame {
  width: 400px;
  height: auto;
  margin: 20px auto 0;
}
.doctor__detail__movie__frame video {
  width: 100%;
  height: auto;
}

.doctor {
  width: 100%;
  padding: 0;
  background: url(../images/doctor_back_sp.jpg) center top/100% no-repeat;
}
.doctor__in {
  padding: min(9.3vw, 40px) 0;
  background: url(../images/doctor_sign_sp.webp) center min(20vw, 86px)/100% no-repeat;
}
.doctor__ttl {
  transform: none;
}
.doctor__ttl__main {
  font-size: min(5.75vw, 24px);
  font-weight: bold;
  font-feature-settings: "palt";
}
.doctor__detail {
  padding: 0 0;
  margin: 0;
}
.doctor__detail__txt {
  margin-top: min(65vw, 280px);
  line-height: 1.65;
  font-size: min(3.75vw, 16px);
  font-feature-settings: "palt";
  padding: 0 min(5vw, 21px);
}
.doctor__detail__txt p + p {
  margin-top: min(4.2vw, 18px);
}
.doctor__detail__movie {
  margin-top: min(10vw, 43px);
  width: 100%;
}
.doctor__detail__movie__ttl {
  font-size: min(4.2vw, 18px);
  letter-spacing: 0;
}
.doctor__detail__movie__frame {
  width: min(74vw, 318px);
  height: auto;
  margin: min(3.7vw, 16px) auto 0;
}
/* Access */
.access {
  padding: 110px 0 60px;
}
.access__in {
  max-width: 1058px;
  margin: 0 auto;
}
.access__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: min(6vw, 25.8px);
  font-weight: bold;
}
.access__caution {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #ff3e3e;
  text-align: center;
  letter-spacing: 0.01em;
}
.access__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}
.access__list__item {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 40% 1fr;
}
.access__list__item__thumb {
  height: 100%;
  overflow: hidden;
}
.access__list__item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.access__list__item__info {
  padding: 36px 50px;
  background: #fff;
  text-align: left;
  height: 100%;
}
.access__list__item__info__name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #272727;
  letter-spacing: 0.1em;
}
.access__list__item__info__tel {
  margin: 15px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.access__list__item__info__tel a {
  display: inline-flex;
  width: 100%;
  max-width: 240px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 6px 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  border: 0 solid currentColor;
  border-radius: 999px;
  background-color: #fff;
  color: #272727;
  pointer-events: none;
}
.access__list__item__info__tel a svg {
  position: relative;
  top: -2px;
  display: block;
  width: 20px;
  height: 20px;
}
.access__list__item__info__tel a svg path {
  fill: #272727;
  transition: fill 0.2s ease-in;
}
.access__list__item__info__station {
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.5;
}
.access__list__item__info__name + .access__list__item__info__station {
  margin-top: 25px;
}
.access__list__item__info__address {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.access__list__item__info__address br:first-child {
  display: none;
}
.access__list__item__info__address a {
  text-decoration: underline;
  color: #aa8f25;
}

.access {
  width: 100%;
  padding: 0;
}
.access__in {
  padding: min(9.3vw, 40px) 0;
}
.access__ttl__main {
  line-height: 1.4;
}
.access__caution {
  margin-top: min(4.5vw, 20px);
  padding: 0 min(5vw, 21px);
  font-size: min(3.25vw, 14px);
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
}
.access__list {
  margin-top: min(8vw, 34px);
  flex-wrap: wrap;
  gap: 0;
}
.access__list::after {
  content: "";
  flex: 0 0 50%;
}
.access__list__item {
  width: 90%;
  display: block;
}
.access__list__item__thumb {
  height: auto;
}
.access__list__item__thumb img {
  width: 100%;
  height: auto;
}
.access__list__item__info {
  margin: 0 0 min(3.8vw, 16px);
  padding: 20px;
  height: auto;
  text-align: center;
}
.access__list__item__info__name {
  font-size: min(5.5vw, 24px);
}
.access__list__item__info__tel a {
  gap: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5em 1em 0.325em 1em;
  font-size: min(4vw, 20px);
  white-space: nowrap;
  pointer-events: auto;
  border-width: 2px;
}
.access__list__item__info__tel a svg {
  flex: 1 0 auto;
  top: -0.0325em;
  width: 0.8em;
  height: 0.8em;
}
.access__list__item__info__station {
  margin-top: min(5.3vw, 23px);
  font-size: min(3.15vw, 13.5px);
}
.access__list__item__info__address {
  margin-top: min(1.6vw, 7px);
  font-size: 3.15vw;
  font-size: min(3.15vw, 13.5px);
}
.access__list__item__info__address a {
  font-size: min(3.8vw, 16px);
}
.access__list__item:nth-of-type(even) .access__list__item__info {
  border-left: 2px dotted #bababa;
}

/* Form */
.form {
  max-width: 1058px;
  margin: 0 auto;
  padding: 0 0 110px;
}
.form__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: min(6vw, 25.8px);
  font-weight: bold;
}

.form {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 9.3vw;
}
.form__ttl {
  margin-bottom: 6vw;
}

/* Footer */
.footer {
  background: #343434;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.footer {
  margin-bottom: 14.12vw;
}
.footer__copy {
  height: 10vw;
  font-size: 3vw;
}