@charset "UTF-8";

:root {
  --gray-600: #6C6C6C;
  --gray-700: #414141;
  --LINE-Green: #22a959;
}


.container {
	position: relative;
	margin: 0;
	/* padding: 104px 0 0; */
}
.home .container {
	padding: 0;
}

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

.container {
	/* padding: 14.933vw 0 0; */
}

}



/*______________________________________________________________________________
 HEADER
_____________________________________________________________________________ */
.p-header {
  background: #F9F5F0;
}

.p-header__title {
  z-index: 1001;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .p-header__title {
    padding-left:0;
  }
}

.p-header__title a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  height: inherit;
}

.p-header__id {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #9f9496;
}

@media screen and (max-width: 767px) {
  .p-header__id {
    display: none;
  }
}

.p-header__logo {
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-top: 0rem;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-header__img {
  width: 256px;
  /* width: 68.2666vw; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header__img > img:last-of-type {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-fixed-top .p-header__img > img:first-of-type {
    display: none;
  }
  .is-fixed-top .p-header__img > img:last-of-type {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-header__img {
    width: auto;
  }
}
/* @media screen and (max-width: 1100px) {
  .p-header__img {
    width: 28.88vw;
  }
}
@media screen and (max-width: 768px) {
 .p-header__img {
    width: 41.27vw;
  }
}
@media screen and (max-width: 599px) {
  .p-header__img {
    width: 71.2vw;
  }
} */
.p-header__title span {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header__title span {
    display: block;
    padding-left: 1rem;
    font-family: "Jost", sans-serif;
    color: inherit;
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.p-header__menu {
  z-index: 1001;
  
}

@media screen and (min-width: 768px) {
  /*.p-header__menu {
    display: none;
  }*/
}

.p-header__menu {
  z-index: 100;
  margin-right: 11px;
  margin-right: 0.6875rem;
}

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

.p-header__nav {
  padding-left: 20px;
  padding-left: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-header__nav {
    padding-left: 2rem;
    padding-right: 1.375rem;
    height: 80px;
  }
}

.p-header-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media screen and (max-width: 767px) {
.p-info-clinic {
	display: none;
}
}
.p-info-clinic {
	text-align: right;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

  .p-info-clinic.is-inactive{
  	opacity: 0;
    visibility: hidden;
  	z-index: -1;
  } 


.p-header-tel {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--white);
}
.p-header-hour {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3;
	color: var(--white);
}

/* HEADER */

/* CTA BTN */
.c-btn-cta a {
  font-size: 0.875rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.c-btn-cta-reserve {
  background-color: var(--LINE-Green);
}
.c-btn-cta-visit {
  background-color: #E7984A;
}
.c-btn-cta-tel {
  background-color: var(--gray-600);
}
.c-btn-cta-wechat {
  background-color: #fff;
  border: 1px solid var(--LINE-Green);
}
.c-btn-cta-wechat .c-header-reserve-btn__text {
  color: #22a959;
}

.p-list-menu-item .c-btn-cta-reserve {
  background-color: #fff;
  border: 1px solid var(--LINE-Green);
}

/* CTA BTN */

/* HEADER CTA */

.p-global-nav__cta-item a {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .p-global-nav__cta-item a {
    padding: 0;
    text-align: center;
  }
}

.c-header-reserve-btn img {
  width: 32px;
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .c-header-reserve-btn img {
    margin-left: auto;
    margin-right: auto;
    /* width: 1.5rem; */
  }
}

.c-header-reserve-btn__text {
  padding-left: 8px;
  padding-left: 0.5rem;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .c-header-reserve-btn__text {
    display: block;
    font-size: 0.875rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
  }
}

.c-header-visit-btn__wrapper {
  padding-left: 0.5rem;
}

.c-header-visit-btn__text {
  color: #ffffff;
}

.c-header-visit-btn img {
  width: 32px;
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .c-header-visit-btn img {
    margin-left: auto;
    margin-right: auto;
    /* width: 1.5rem; */
  }
}

.c-header-tel-btn {
  /* background-color: var(--gray-600); */
}

@media screen and (min-width: 768px) {
  .c-header-tel-btn {
  }
}

.c-header-tel-btn a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header-tel-btn a {
  padding: 24px;
  text-align: center;
}

.c-header-tel-btn img {
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 768px) {
  .c-header-tel-btn a {
    padding: 0 14px;
    text-align: center;
  }
  .c-header-tel-btn img {
    width: 24px;
    height: 24px;
  }
}

.c-header-reserve-btn__text.reserve-tel {
  color: #fff;
  position: relative;
  font-family: "EB Garamond";
  /* font-size: 32px; */
  font-weight: 500;
  line-height: 100%;
  padding-left: 0.5rem;
}
.c-header-reserve-btn__text.reserve-tel small {
  display: none;
}
@media (max-width: 768px) {
  .c-header-reserve-btn__text.reserve-tel small {
    position: absolute;
    top: -10px;
    right: 0;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.6px;
    display: block;
  }
}
.p-global-nav__cta-item {
  border-radius: 4px;
  width: 180px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .p-global-nav__cta-item {
    width: 3.5rem;
  }
  .p-global-nav__cta-item a {
    padding: 0 10px;
    font-size: 1.08333vw;
  }
  .c-header-reserve-btn__text.reserve-tel,
  .c-header-line-btn__text,
  .c-header-reserve-btn__text {
    display: none;
  }

  .c-header-reserve-btn__text.reserve-tel,
  .c-header-reserve-btn__text {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-header-reserve-btn__text.reserve-tel,
  .c-header-line-btn__text,
  .c-header-reserve-btn__text {
    display: block;
  }

  .c-header-reserve-btn__text.reserve-tel,
  .c-header-reserve-btn__text {
    padding-left: 8px;
  }

  .p-global-nav__cta-item a {
    padding: 0 10px;
    font-size: 1.25rem;
  }
  .p-header-icon-wrap {
    margin-top: 12.8vw;
  }
}

.c-header-reserve-btn__text {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0%;
}

@media screen and (min-width: 768px) {
  .c-header-reserve-btn__text.reserve-tel {
    font-weight: 500;
    line-height: 100%;
    padding-left: 4px;
  }
  .p-header-icon-wrap {
    display: none;
  }
}

.c-header-tel-btn__number {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-header-tel-btn__number {
    display: none;
  }
}

.c-reserve-btn a {
  padding-top: 0;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-reserve-btn a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-reserve-btn img {
  width: 32px;
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .c-reserve-btn img {
    width: 2rem;
  }
}

.c-reserve-btn__text {
  padding-left: 0;
  padding-left: 0rem;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.c-reserve-btn__text.reserve-tel {
  font-family: "EB Garamond";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-reserve-btn__text {
    padding-left: 1rem;
    font-size: 1.25rem;
  }
}

.c-line-btn a {
  padding-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-line-btn a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-line-btn img {
  width: 24px;
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-line-btn img {
    width: 2rem;
  }
}

.c-line-btn__text {
  padding-left: 4px;
  padding-left: 0.25rem;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-line-btn__text {
    padding-left: 1rem;
    font-size: 1.25rem;
  }
}

.p-global-nav__cta-wrap {
  position: absolute;
  top: -55px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .p-global-nav__cta-wrap {
    position: absolute;
    top: -5.666vw;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .is-fixed .p-global-nav__cta-wrap {
    position: relative;
    top: auto;
    right: auto;
  }

  .p-global-nav__cta-catch {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 13px 12px;
    background: #f6f6f6;
    width: 136px;
    flex-basis: 136px;
    flex-shrink: 0;
    margin-right: 25px;
  }

  .p-global-nav__cta-catch::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #f6f6f6;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    margin: auto;
  }
}

.p-global-nav__cta-items {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6875rem;
  -moz-column-gap: 0.6875rem;
  column-gap: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .p-global-nav__cta-items {
    margin-top: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    position: relative;
    border-radius: 0;
  }
}

@media screen and (max-width: 1200px) {
  .p-global-nav__cta-catch {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav__cta-wrap {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
  }

  .p-global-nav__cta-catch::before {
    content: none;
  }

  .p-global-nav__cta-lead {
    margin: 24px auto 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-global-nav__cta-items {
    flex-flow: column;
    max-width: 21.4375rem;
    width: 89.33vw;
    margin: auto;
    gap: 4.266vw;
  }

  .p-global-nav__cta-item {
    width: 100%;
    height: 24.533vw;
  }
}

@media screen and (min-width: 768px) {
  /* .p-global-nav__cta-items::after {
    display: block;
    content: "";
    width: 1px;
    height: 3.75rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }*/
  .p-global-nav__cta-lead {
    display: none;
  }

  .p-global-nav__cta-item:not(:nth-last-of-type(1)) {
    margin-right: 8px;
  }
}

.p-global-nav__cta-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-global-nav__cta-link {
    position: relative;
    height: inherit;
    width: 13.625rem;
    height: 40px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

@media screen and (max-width: 1280px) {
  .p-global-nav__cta-link {
    position: relative;
    height: inherit;
    width: auto;
    height: 40px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

@media screen and (max-width: 767px) {
  .p-global-nav__cta-link {
    height: 100%;
  }
}

/* HEADER CTA */

/* HEADR MENU */

.p-global-nav {
  /* background-color: #262626; */
}

@media screen and (min-width: 768px) {
  .p-global-nav {
    /* background-color: #fff; */
    /* height: 3.75rem; */
  }
}

.p-global-nav__container {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 3.75rem);
  height: calc(var(--vh) * 100 - 3.75rem);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /* background: var(--white); */
}

@media screen and (min-width: 768px) {
  .p-global-nav__container {
    /* background-color: #fff; */
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    width: unset;
    height: inherit;
    overflow: unset;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-global-nav__container::-webkit-scrollbar {
  display: none;
}

.p-global-nav__items {
  margin-left: auto;
  margin-right: auto;
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-global-nav__items {
    margin-left: 0;
    margin-right: 0;
    height: inherit;
    margin-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: unset;
    width: auto;
  }

  .is-fixed .p-global-nav__container {
    justify-content: space-between;
  }
}

.p-global-nav__item:first-of-type {
  display: none;
}

.is-fixed .p-global-nav__item:first-of-type {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-global-nav__item {
    position: relative;
    text-align: center;
    height: inherit;
  }

  /* .p-global-nav__item:nth-of-type(1) {
    display: none;
  } */

  .is-fixed .p-global-nav__item:nth-of-type(1) {
    display: block;
  }
}

.p-global-nav__link {
  display: inline-block;
  width: 100%;
  padding: 24px 0 16px;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px dashed var(--gray-300);
  color: var(--gray-800);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /*.is-active .p-global-nav__link {
	border-bottom: none;
}*/
}

.p-global-nav__link.p-nav-plan {
  color: var(--gray-800);
}
.p-global-nav__hover-txtblue {
  color: #0fb4ff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-global-nav__link {
    padding: 1.375rem 0 1.375rem;
    position: relative;
    height: inherit;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray-800);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-bottom: none;
  }

  .p-global-nav__item:not(:nth-last-of-type(1)) {
    margin-right: 40px;
    margin-right: 32px;
  }

  .is-fixed .p-global-nav__item:not(:nth-last-of-type(1)) {
    margin-right: 16px;
  }
}

@media screen and (min-width: 768px) {
  /*  .p-global-nav__items li:last-child .p-global-nav__link::after {
    display: block;
    content: none;
    width: 1px;
    height: 1rem;
    background-color: #333333;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }*/
  .is-fixed .p-global-nav__link {
    font-size: 14px;
    /* font-weight: 400; */
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav__link::before {
    display: block;
    content: none;
    width: 1px;
    height: 1rem;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav__link--hover::after {
    content: url(../images/common/icon_arrow_bottom_orange.svg);
    position: absolute;
    right: -15px;
    top: 48%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav__link--events {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav__item--hover {
    margin-right: 52px !important;
  }

  .is-fixed .p-global-nav__item--hover {
    margin-right: 36px !important;
  }

  .p-global-nav__item--hover.is-active .p-global-nav__hovers {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: nav-hover-Animate 0.3s linear forwards;
    animation: nav-hover-Animate 0.3s linear forwards;
  }
}

@-webkit-keyframes nav-hover-Animate {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  1% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes nav-hover-Animate {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  1% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .p-global-nav__item--hover.is-close .p-global-nav__hovers {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: nav-notHover-Animate 0.3s linear forwards;
    animation: nav-notHover-Animate 0.3s linear forwards;
  }
}

@-webkit-keyframes nav-notHover-Animate {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  99% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes nav-notHover-Animate {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  99% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.p-global-nav__hovers {
  padding: 12px 12px 0;
  padding: 0.75rem 0.75rem 0;
}

@media screen and (min-width: 768px) {
  .p-global-nav__hovers {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 60px;
    left: -1.0625rem;
    padding: 1.5rem;
    text-align: left;
    min-width: initial;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1;
    min-width: 256px;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav__hovers {
    position: relative;
    margin-top: -1px;
    padding: 6.4vw;
    background: var(--gray-50);
    z-index: 2;
  }
}

.p-global-nav__hover:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-global-nav__hover {
    margin-top: unset;
    position: relative;
  }

  .p-global-nav__hover::before {
    content: "";
    background: url(../images/common/icon_arrow_right_orange.svg) no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-global-nav__hover--sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-global-nav__hover--sp {
    display: block;
  }
}

.p-global-nav__hover a {
  position: relative;
  padding: 12px;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray-800);
  line-height: 1.3;
}

.p-global-nav__hover a:after {
  margin-left: 0.375rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-top: 0.1rem solid var(--gray-300);
  border-right: 0.1rem solid var(--gray-300);
  position: absolute;
  right: 0;
  top: 0.5em;
}

@media screen and (min-width: 768px) {
  .p-global-nav__hover a {
    position: relative;
    width: 100%;
    padding: 0;
    line-height: 1.2857142857;
    color: var(--gray-800);
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0%;
  }
  .p-hover-large {
    width: 232px;
  }
}
/* HEADER MENU */

/*----------------------------------------------------------------------------
 MENU TOGGLE
----------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .js-global-nav {
    position: relative;
  }

  .js-toggle-head {
    position: relative;
    cursor: pointer;
  }

  .js-toggle-head:hover {
    opacity: 1;
  }

  .js-toggle-head::before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    right: 9px;
    top: calc(50% + 3px);
    border-radius: 1px;
    transition-duration: 0.2s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--gray-800);
    z-index: 2;
  }

  .js-toggle-head::after {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 4px;
    top: calc(50% + 3px);
    border-radius: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--gray-800);
    z-index: 2;
  }

  .js-toggle-head.is-open::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    top: calc(50% + 3px);
  }

  .js-toggle-body {
    display: none;
  }

  .js-global-nav:after {
    content: "";
    width: 5.333vw;
    height: 5.333vw;
    background: var(--gray-50);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 1.7em;
  }
}

/* HEADER SNS */

.p-header-icon-wrap .p-sns-icon__items {
  justify-content: center;
  gap: 6.4vw;
}
.p-header-icon-wrap .p-sns-icon__item {
  width: 12.8vw;
}

/* CLOSE BTN */
@media screen and (min-width: 768px) {
  .p-global-nav__close {
    display: none;
  }
}

.p-global-nav__link--close {
  border: 1px solid var(--gray-800);
  padding: 5.066vw 0;
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.266vw;
  line-height: 1;
}

/*______________________________________________________________________________

HAMBURGER
_____________________________________________________________________________ */
@media screen and (min-width: 768px) {
  .l-container-menu {
    display: none;
  }
}

.l-container-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	opacity: 0;
    visibility: hidden;
    /*-webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;*/
}
.l-container-menu.is-active {
    opacity: 1;
	z-index: 1000;
    visibility: unset;
}

.p-wrap-menu {
	position: relative;
	display: flex;
	z-index: 1000;
}

.p-block-cta {
	position: relative;
	padding: 24px;
	width: 33%;
	height: 100vh;
	background: url(../images/common/bg_menu_pc.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	z-index: 1000;
}

.p-block-cta-header .p-mv-description {
	left: 24px;
	top: auto;
	bottom: 24.0vw;
}
.p-block-cta-header .p-mv-catch {
	margin: 0;
	font-size: 4.0rem;
}
.p-header__cta-items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 4.5%;
}
.c-btn-header-cta {
	width: 47.727%;
	height: 58px;
  border-radius: 4px;
}
.c-btn-header-cta:first-of-type {
  background-color: #6C6C6C;
}
.c-btn-header-cta:nth-of-type(2) {
  background-color: #E7984A;
}
.c-btn-header-cta .p-cta-link {
	font-size: clamp(1.4rem, 1.25vw, 1.8rem);
	white-space: nowrap;
}

.p-block-nav {
	position: relative;
	padding: 64px 32px 40px;
	width: calc(100% - 33%);
	height: 100vh;
	background: var(--brown-100);
	z-index: 1000;
	overflow-y: auto;
}
.p-main-nav {
	display: flex;
	gap: 4.5%;
}
.p-nav-list {
	width: 47.77%;
}
.c-nav-list-item > a {
	display: block;
	padding: 26px 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right 20px center;
	background-size: 20px auto;
	-webkit-transition: unset;
	transition: unset;
}
.c-nav-list-item > p{
  display: block;
	padding: 26px 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}
@media screen and (max-width: 600px) {
.c-nav-list-item > p{
  padding: 6.4vw 5.333vw;
}
}
.c-nav-list-item {
	border-bottom: 1px solid #F1DED3;
}
.c-nav-list-child-item {
	position: relative;
	padding-left: 20px;
}

.c-nav-list-child-item:before {
	content: "";
	width: 16px;
	height: 1px;
	background: #E7984A;
	position: absolute;
	left: 0;
	top: 50%;
}
.p-nav-list-child {
	margin: 0 20px 16px;
	display: flex;
	flex-wrap: wrap;
}
.c-nav-list-child-item {
	width: 50%;
}
.c-nav-list-child-item a {
	display: block;
	padding: 16px 0;
}
.c-nav-child-operation a {
  height: 100%;
  display: flex;
  align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
}
.c-nav-child-doctor a {
	font-size: 1.4rem;
	font-weight: 700;
}
.p-wrap-menu .p-sns-list {
	margin-top: 20px;
	justify-content: center;
}

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

  /* .p-block-cta {
  	width: 48.177vw;
  } */
  /* .p-block-nav {
  	width: calc(100% - 48.177vw);
  } */
  .p-main-nav {
  	flex-flow: column;
  }
  .p-nav-list {
    width: 100%;
  }
  .p-block-cta-header .p-mv-description {
	left: 24px;
	top: auto;
	bottom: 32vw;
  }
}

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

.c-drawer[aria-expanded="true"] span:nth-of-type(1),
.c-drawer[aria-expanded="true"] span:nth-of-type(2) {
	background-color: var(--white);
}
.c-drawer[aria-expanded="true"] span:nth-of-type(4) {
	display: none;
}
.is-fixed-top .p-header__upside {
	background: #E1AF8B;
}
.l-container-menu {
	background: #F8F1E9;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.p-wrap-menu {
	flex-flow: column-reverse;
}
.p-block-cta,
.p-block-nav {
	width: 100%;
	height: 100%;
	overflow-y: unset;
}
.p-block-nav {
	padding: 60px 0 0;
  background-color: #F8F1E9;
}
.c-nav-list-item > a {
	padding: 6.4vw 5.333vw;
}
.p-nav-list-child {
	margin: 0 5.333vw 4.266vw;
}
.c-nav-list-child-item {
	padding-left: 10.666vw;
}
.c-nav-list-child-item:before {
	left: 5.333vw;
}
.p-sns-link {
	padding: 0 5.333vw;
}
.p-wrap-menu .p-sns-list {
	margin: 8.533vw auto 12.8vw;
}
.p-block-cta {
	margin: 0 auto;
	padding: 0 6.4vw 40px;
	background: #F8F1E9;
}
.l-container-menu .p-mv-description {
	display: none;
}
.p-header__cta-items {
	gap: 4.266vw;
}
.c-btn-header-cta {
	width: 100%;
	height: 15.466vw;
}
}


/*______________________________________________________________________________
 HEADER
_____________________________________________________________________________ */































/*______________________________________________________________________________
 FOOTER
_____________________________________________________________________________ */


/* FOOTER CTA */

.p-footer-cta {
	/* max-height: 280px; */
	padding: 74px 0 94px;
	text-align: center;
  background:
  /* linear-gradient(309.23deg, #EDD1BF 12.25%, #FFF6F0 60.69%), */
  linear-gradient(309.23deg, rgba(237, 209, 191, 0.7) 12.25%, rgba(255, 246, 240, 0.7) 60.69%),
  url(../images/common/reserve_bg.jpg) center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
/* .p-block-cta::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: 141px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
} */
.p-footer-cta__bg {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.p-footer-cta__bg > img {
  width: 432px;
  height: 100%;
  object-fit: cover;
}
.p-footer-cta__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-footer-cta__inner::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 50%;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-footer-cta-heading {
  max-width: 652px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.p-footer-cta-heading h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  color: #6C6C6C;
}
.c-txt-cta-lead {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 15%;
  color: #E7984A;
}

.p-footer__cta-items {
  width: 100%;
	margin-top: 24px;
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.c-btn-footer-cta {
	width: 100%;
	height: 80px;
	border-radius: 4px;
}

.c-btn-footer-cta:first-of-type {
  background-color: #6C6C6C;
}
.c-btn-footer-cta:nth-of-type(2) {
  background-color: #E7984A;
}
.c-btn-footer-cta:nth-of-type(3) {
  background-color: #06C755;
}
.c-btn-footer-cta:last-of-type {
  background-color: #FFFFFF;
}

.p-cta-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.p-cta-link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white);
}
.p-cta-link > div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 4px;
}

.p-cta-link > div > p {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.c-btn-footer-cta:last-of-type p {
  color: #07C160;
}

.p-cta-link > div > img {
  width: 24px;
  height: auto;
}

.c-btn-reserve-item {
	/* border: 1px solid  var(--pinkbeige-800); */
	/* background: var(--brown-100); */
}
.c-btn-reserve-item a {
	color: var(--pinkbeige-800);
}
.c-btn-reserve-item__line {
	background: var(--LINE-Green);
}
.c-btn-reserve-item__wechat {
	background: var(--white);
	border: 1px solid var(--LINE-Green);
}
.c-btn-reserve-item__wechat .p-cta-link p {
  color: #07C160;
}
.c-btn-reserve-item__wechat .p-cta-link {
	color: var(--LINE-Green);
}

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

.p-footer-cta {
	max-height: initial;
	padding: 84px 6.4vw 40px;
	/* background: url(../images/common/bg_footer_cta_sp.jpg) no-repeat center; */
	background-size: cover;
}
.p-footer-cta__bg {
  max-width: 1170px;
  width: 263px;
  height: auto;
  aspect-ratio: 263 / 267;
  position: absolute;
  top: 15px;
  right: -25px;
  left: initial;
  transform: none;
  display: flex;
  justify-content: flex-end;
}
.p-footer-cta__bg > img {
  width: 100%;
  height: 100%;
}
.p-footer-cta__inner::before {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  opacity: .3;
  border-radius: 50%;
  top: initial;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  z-index: 0;
}
.p-footer-cta-heading {
	/* text-align: right; */
  text-align: left;
}
.p-footer-cta-heading h2 {
  font-size: 20px;
}
.c-txt-cta-lead {
	font-size: 16px;
}
.p-footer__cta-items {
	margin-top: 87px;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.c-btn-footer-cta {
	width: 100%;
	height: 15.466vw;
}
}



.p-footer__top {
}
.p-footer__top::before {
}
@media screen and (min-width: 768px) {
  .footer-cta-wrap {
  }
  .p-section-cta .c-section-title {
  }
  .p-section-cta .c-section-title::before {
  }
  .p-section-cta .c-section-title .c-section-title-en {
  }
}

.p-footer .p-section-cta__wrapper {
}
.p-footer .p-section-cta__wrapper::before {
}
.p-section-cta__btn {
  width: 400px;
  height: 92px;
  border-radius: 4px;
}
.p-section-cta__wrapper {
  max-width: 652px;
  width: 100%;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .footer-cta-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .p-section-cta .footer-cta-wrap .c-section-title {
    font-size: 6.4vw;
    text-align: center;
    line-height: 1.3;
  }
  .p-section-cta .c-section-title .c-section-title-en {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    display: block;
    padding-top: 8px;
    color: var(--gray-300);
  }
  .c-txt-cta-lead {
    width: auto;
  }
  .c-txt-cta-lead::before {
    content: none;
  }
  .p-footer .p-section-cta__wrapper {
    margin: 0 auto;
    padding: min(4.266vw, 16px);
    height: auto;
    width: 100%;
    flex-flow: column;
    gap: 4.266vw;
    margin-top: 209px;
  }
  .p-footer .p-section-cta__wrapper::before {
    content: "";
    position: absolute;
    background: url(../images/common/img-footer-staff.png) no-repeat top/cover;
    width: 310px;
    height: 193px;
    top: -193px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .p-footer .p-section-cta__btn {
    width: 100%;
    margin: 0;
  }
}

.p-footer .p-section-cta .p-section-cta__btn a {
  padding: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  align-items: center;
}
.p-footer .c-line-btn__text,
.p-footer .c-reserve-btn__text {
  padding-left: 8px;
  padding-left: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-section-cta {
  margin-bottom: 40px;
}
.p-footer .c-reserve-btn__text.reserve-tel {
  font-family: "EB Garamond";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%; /* 32px */
  position: relative;
}
.p-footer .c-reserve-btn__text.reserve-tel small {
  position: absolute;
  top: -10px;
  right: 0;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.6px;
  display: block;
}

/* FOOTER CTA */

.p-footer {
	background: #F9F5F0;
	overflow: hidden;
}

.p-footer-logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 30.5rem;
  width: 81.333vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-footer-logo {
    padding: 40px 0 24px;
    max-width: 56.0rem;
  }
}
@media screen and (max-width: 767px) {
.p-footer {
	padding: 8.533vw 0 0;
}
.p-footer-logo {
	margin-bottom: 5.333vw;
}
}
/* SNS LINK */

.p-sns-link {}

.p-sns-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.p-sns-list-item {
	width: 40px;
}

/* FOOTER MENU */

.p-footer-nav {
  background-color: #ffffff;
}

.p-footer-nav__inner {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer-nav__inner {
    max-width: 65.625rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__items {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 1.5625em;
  }

  .p-footer-nav__items:nth-of-type(1) {
    order: 0;
  }

  .p-footer-nav__items:nth-of-type(2) {
    order: 1;
  }

  .p-footer-nav__items:nth-of-type(3) {
    order: 2;
  }

  .p-footer-nav__items:nth-of-type(4) {
    order: 3;
  }

  .p-footer-nav__items:nth-of-type(4) .p-footer-nav__item:nth-of-type(2) {
    order: 1;
  }
  .p-footer-nav__item:last-of-type {
    order: 2;
  }
}

.p-footer-nav__item {
  width: 100%;
}
.p-footer-nav__hovers {
  font-family: "Noto Sans JP";
}

@media screen and (min-width: 768px) {
  /* .p-footer-nav__item {
    width: calc(25% - 1.17188rem);
  } */
  .p-footer-nav__item {
    min-width: 155px;
    white-space: nowrap;
  }
  .p-footer-nav__hovers {
    margin-left: 16px;
  }
}

.p-footer-nav__item > a,
.p-footer-nav__item > span {
  display: block;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: var(--gray-800);
  border-bottom: 1px dashed #cbc4c5;
}

@media screen and (min-width: 768px) {
  .p-footer-nav__item > a,
  .p-footer-nav__item > span {
    padding-top: unset;
    padding-bottom: 4px;
    line-height: 1.3;
    color: var(--gray-800);
  }
}

.p-footer-nav__hover a {
  padding: 24px 24px 0;
  padding: 12px 1.5rem 0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--gray-800);
}

@media screen and (min-width: 768px) {
  .p-footer-nav__hover a {
    margin-top: 0.75rem;
    padding: 0 0;
    font-size: 0.75rem;
  }
}
.p-footer-nav__item a {
  position: relative;
}

.p-footer-nav__item a:after {
  margin-left: 0.375rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1rem solid #cbc4c5;
  border-right: 0.1rem solid #cbc4c5;
  position: absolute;
  right: 0;
  top: 0.5em;
}
.p-footer-nav__hover a:after {
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-footer-nav__item a:after {
    top: 2em;
  }
  .p-footer-nav__hover a:after {
    top: 1.5em;
  }
}

/* クリニック一覧 */

.footer-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  padding: 56px 0 40px;
  max-width: 1014px;
  margin: auto;
}

.footer-clinic-list {
	display: flex;
	align-items: center;
	gap: 8px;
}
.footer-clinic-list:nth-of-type(1) {
	margin-bottom: 24px;
}
.footer-clinic__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0;
  white-space: nowrap;
  flex-basis: 208px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .footer-clinic {
	  padding: 8.533vw 7.2vw;
	  gap: 8.533vw;
  }
  
  .footer-clinic-list {
  	flex-flow: column;
  }
  .footer-clinic__title {
  	margin-bottom: 0;
  	flex-basis: unset;
  	flex-shrink: unset;
  }
  .footer-clinic__others {
  	text-align: center;
  }
}

.footer-clinic__item {
  position: relative;
  padding: 0 16px;
  display: inline-block;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
}
.footer-clinic__item:nth-of-type(1)::before{
	content: "";
	width: 1px;
	height: 100%;
	background: var(--pinkbeige-400);
	position: absolute;
	top: 0;
	left: 0;
}
.footer-clinic__item::after {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--pinkbeige-400);
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 913px) {
  .footer-clinic__item:nth-of-type(6)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--pinkbeige-400);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
.footer-clinic-list {
	gap: 4.266vw;
}
  .footer-clinic__items .footer-clinic__others {
    display: flex;
    row-gap: 4.266vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  
.footer-clinic-list:nth-of-type(1) {
	margin-bottom: 0;
}
}
@media screen and (max-width: 480px) {
  .footer-clinic__item:nth-of-type(5)::before,
  .footer-clinic__item:nth-of-type(7)::before{
    content: "";
    width: 1px;
    height: 100%;
    background: var(--pinkbeige-400);
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer-clinic__item:nth-of-type(6)::before{
    display: none;
  }
}

@media screen and (max-width: 424px) {
  .footer-clinic__item:nth-of-type(6)::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--pinkbeige-400);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 373px) {
  .footer-clinic__item:nth-of-type(4)::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--pinkbeige-400);
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* 自由診療 */
.p-footer-info-caution {
  display: flex;
  justify-content: center;
}
.p-footer-info-caution p {
  position: relative;
}
.p-footer-info-caution p::before,
.p-footer-info-caution p::after {
	content: "";
  width: 65px;
  height: 1px;
  background-color: #414141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-footer-info-caution p::before {
  right: -81px;
}
.p-footer-info-caution p::after {
  left: -81px;
}
.p-footer-info__supplement {
  text-align: center;
  font-size: 4.266vw;
  /* font-weight: 700; */
}

@media screen and (min-width: 768px) {
	.p-footer-info-caution {
		padding: 16px 0;
	}
  .p-footer-info__supplement {
    font-size: 14px;
  font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
.p-footer-info__supplement {
	padding: 4.266vw 0;
}

}
/* サイト運営者情報 */

.p-footer-info {
  max-width: 592px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-footer-info {
    max-width: 59.2rem;
  }
}

.p-footer-info__lists {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-top: 4.0rem;
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-footer-info__lists {
    max-width: 59.2rem;
  }
}

.p-footer-info__lists > .p-footer-info__list + .p-footer-info__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer-info__lists > .p-footer-info__list + .p-footer-info__list {
    margin-top: 1rem;
  }
}

.p-footer-info__list {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer-info__list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

.p-footer-info__list dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.0;
}

@media screen and (min-width: 768px) {
  .p-footer-info__list dt {
    width: 10.4rem;
  }
}

.p-footer-info__list dd {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-footer-info__list dd {
    margin-top: unset;
  }

  .p-footer-info__list dd .u-newline {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
.p-footer-info__lists {
  padding: 8.533vw 6.4vw 7.466vw;
}
.p-footer-info__list {
	text-align: left;
}
.p-footer-info__lists > .p-footer-info__list + .p-footer-info__list {
	margin-top: 6.4vw;
}
.p-footer-info__list dt {
	margin-bottom: 2.133vw;
  font-size: 3.733vw;
}
.p-footer-info__list dd {
  font-size: 3.733vw;
}
}

/* 規約リスト */

.p-footer__link {
	padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.0625rem;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
  flex-wrap: wrap;
  border-top: 1px solid #F1DED3;
}

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

.p-footer__link a {
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-footer__link a {
    color: var(--black);
  }
}

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

.p-footer__link {
	padding: 6.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  column-gap: 4.266vw;
  row-gap: 4.266vw;
}

  .p-footer__link a {
    padding: 0;
    display: block;
    font-size: 3.733vw;
  }
}

/* Copyright */
.p-footer__copyright {
  font-family: "Lato", sans-serif;
  background: #F1DED3;
}

.p-footer__copyright small {
  display: block;
  padding: 6.4vw 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: #414141;
}

@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .p-footer__copyright small {
  	padding: 0;
  	font-size: 1.3rem;
  }
}


/*______________________________________________________________________________
 FOOTER
_____________________________________________________________________________ */

/*----------------------------------------------------------------------------
 CV FLOAT
----------------------------------------------------------------------------*/
.p-cv-float {
    display: block;
    padding: 0;
    position: fixed;
    z-index: 999;
}
  .c-btn-float {
    position: relative;
    padding: 0;
    width: 100%;
    height: 80px;
  }
.c-btn-float a {
    height: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

.c-float-counseling {
  border: none;
}
.c-float-counseling:nth-of-type(1) {
  background-color: #6C6C6C;
}
.c-float-counseling:nth-of-type(2) {
  background-color: #414141;
}
.c-float-counseling a {
	/* color: var(--pinkbeige-800); */
}
.c-float-wechat {
	background: var(--white);
	border: 1px solid var(--LINE-Green);
}
.c-float-wechat a {
	color: var(--LINE-Green);
}
/*.c-float-wechat {
	background: var(--white);
	border: 1px solid var(--pinkbeige-800);
}
.c-float-wechat a {
	color: var(--pinkbeige-800);
}*/
.p-cv-float {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
  .p-cv-float.is-inactive{
  	opacity: 0;
    visibility: hidden;
  	z-index: -1;
  } 

@media only screen and (min-width: 768px) {
.p-cv-float {
  display: none;
  top: 298px;
  right: 0;
  margin: auto;
  width: 108px;
  height: auto;
}
}
@media only screen and (max-height: 768px) and (min-width: 768px) {
.p-cv-float {
    top: 24%;
    display: none;
}
}
@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: 14.933vw;
  }

  .p-cv-float {
    display: block;
    padding: 0;
    position: fixed;
    bottom: -14.933vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
  }

  .p-cv-float.l-fixed {
    bottom: 0;
    transition: bottom 0.65s ease-in;
    -webkit-transition: bottom 0.65s ease-in;
    -moz-transition: bottom 0.65s ease-in;
  }
  .p-cv-float .l-inner {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 14.933vw;
  }

  .p-btn-float {
    margin: auto;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-btn-float {
    position: relative;
    padding: 0;
    width: 25%;
    height: 14.933vw;
  }
  .c-btn-float a {
    font-size: 3.2vw;
  }
  .c-float-counseling {
	border: none;
	border-top: 1px solid var(--pinkbeige-800);
}
.c-float-counseling:nth-of-type(1) {
	border-bottom: none;
}
  .c-float-counseling:nth-of-type(1):after {
  	content: "";
  	width: 1px;
  	height: 10.666vw;
  	background: rgba(108,81,72,0.3);
  	position: absolute;
  	top: 2.1335vw;
  	right: 0;
  }

}

/*----------------------------------------------------------------------------
 MODAL
----------------------------------------------------------------------------*/

.p-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10000;
}
.p-container-modal {
  padding: 40px;
  width: 540px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10001;
}
.btn-modal-close {
  width: 19px;
  height: 19px;
  background: url(../images/common/icon_close.svg) no-repeat;
  position: absolute;
  top: -28px;
  right: 0;
}
.btn-modal-close {
  cursor: pointer;
}
.js-open-modal {
  cursor: pointer;
}

/* モーダル内 */

@media only screen and (min-width: 376px) {
.p-container-modal.p-modal__wechat {
  padding: 24px;
  width: 50vw;
  max-width: 540px;
}
}

@media only screen and (max-width: 375px) {
  .p-container-modal.p-modal__wechat {
    padding: 16px;
    width: 90%;
  }
}

/* 電話番号 */

.p-modal__tel .c-heading-modal {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-modal__tel .p-section-cta__btn {
	padding: 3px 0;
  margin-bottom: 16px;
  width: 100%;
  height: 74px;
  background: #F9F5F0;
  border: 1px solid #C99873;
  border-radius: 4px;
}
.p-modal__tel .c-tel-btn a {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  color: var(--pinkbeige-800);
}
.p-modal__tel .p-section-cta__btn .p-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-modal__tel .c-tel-btn__number {
  padding-left: 0;
  font-size: 4.0rem;
  font-family: "Lato", sans-serif;
}

/* 電話番号 */
.p-call-reception table {
  margin-bottom: 24px;
  width: 100%;
}
.p-call-reception table,
.p-call-reception tr,
.p-call-reception th,
.p-call-reception td {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.p-call-reception table th {
  font-weight: 400;
  background: #f6f6f6;
}
.p-call-reception table tr td:nth-of-type(1) {
  width: 40%;
}
.c-txt-holiday {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}
.p-modal__tel .c-tel-btn__img {
	margin-top: 4px;
  width: 48px;
  height: auto;
}
.c-name-clinic {
	margin-right: 12px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .p-modal__tel .c-tel-btn a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-container-modal {
    padding: 4.266vw;
    width: 87.2vw;
  }

  .btn-modal-close {
    width: 5.066vw;
    height: 5.066vw;
    top: -7.466vw;
  }
  .p-modal__tel .c-heading-modal {
    font-size: 4.266vw;
  }
  .p-modal__tel .p-section-cta__btn {
    margin-bottom: 4.266vw;
    padding: 3.2vw 0;
    width: 100%;
    height: auto;
  }
  .p-modal__tel .c-tel-btn__number {
    font-size: 5.333vw;
  }
  .p-modal__tel .c-tel-btn__img {
    width: 6.4vw;
  }
.c-name-clinic {
	margin-right: 1.5em;
	font-size: 4.266vw;
}
.c-txt-holiday {
  font-size: 3.733vw;
}
}

/*----------------------------------------------------------------------------
 2ND ページ見出し
----------------------------------------------------------------------------*/

.p-page-head {
	margin-bottom: 80px;
	width: 100%;
	height: 124px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F1DED3;
}
.p-page-head__title {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
  color: #6C6C6C;
}

@media only screen and (max-width: 767px) {
.p-page-head {
	margin-bottom: 10.666vw;
	height: 22.4vw;
}
.p-page-head__title {
	font-size: 5.333vw;
}

}

/* パンくず */
.p-page-footer__inner {
	margin-top: 120px;
  padding: 16px 0;
  width: 100%;
}
.p-page-footer__breadcrumbs {
  max-width: 1050px;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}

.p-page-footer__breadcrumbs span {
  font-size: 1.1rem;
  font-weight: 400;
}
.p-page-footer__breadcrumbs span br {
  display: contents;
}

@media only screen and (max-width: 767px) {
.p-page-footer__inner {
    margin-top: 21.333vw;
}
}


/*----------------------------------------------------------------------------
 監修医師ブロック
----------------------------------------------------------------------------*/

.p-operation-doctor__inner .c-section-title {
	font-size: 4.0rem;
}

/*----------------------------------------------------------------------------
 ドクター紹介ブロック
----------------------------------------------------------------------------*/
.p-top-doctor.p-top-doctor_home {
  background-color: #F4E9DD;
  padding: 80px 0 104px;
}
.p-top-doctor-heading__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-top-doctor__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top-doctor__inner > div {
  display: flex;
  justify-content: space-between;
  background-color: #F8F1E9;
  border-radius: 8px;
  padding: 64px 56px 32px;
}
.p-top-doctor__inner > div:first-of-type {
  margin-top: 48px;
}
.p-top-doctor__inner > div > div:first-of-type {
  width: 280px;
}
.p-top-doctor__inner > div > div:first-of-type > p:first-of-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #414141;
}
.p-top-doctor__inner > div > div:first-of-type > p:nth-of-type(2) {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #414141;
  margin-top: 12px;
  margin-bottom: 20px;
}
.p-top-doctor__inner > div > div:first-of-type > p:last-of-type {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #E7984A;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2D2CC;
}
.p-top-doctor__inner > div > div:first-of-type > div:first-of-type,
.p-top-doctor__inner > div > div:first-of-type > div:nth-of-type(2) {
  margin-top: 24px;
}
.p-top-doctor__inner > div > div:first-of-type > div:first-of-type p,
.p-top-doctor__inner > div > div:first-of-type > div:nth-of-type(2) p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
  margin-bottom: 16px;
}
.p-top-doctor__inner > div > div:first-of-type > div:first-of-type ul li,
.p-top-doctor__inner > div > div:first-of-type > div:nth-of-type(2) ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #414141;
  letter-spacing: 0;
  margin-bottom: 8px;
  padding-left: 11px;
  position: relative;
}
.p-top-doctor__inner > div > div:first-of-type > div:first-of-type ul li::before,
.p-top-doctor__inner > div > div:first-of-type > div:nth-of-type(2) ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: #E7984A;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.p-top-doctor__inner > div > div:first-of-type > div:first-of-type ul li:last-of-type,
.p-top-doctor__inner > div > div:first-of-type > div:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
.p-top-doctor__inner > div > div:first-of-type > div:last-of-type {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.p-top-doctor__inner > div > div:first-of-type > div:last-of-type a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
	color: #414141;
	padding-right: 16px;
  background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right center;
	background-size: 12px auto;
}
.p-top-doctor__inner > div > div:first-of-type > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 50px;
  border: 1px solid #414141;
  border-radius: 4px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
}
.p-top-doctor__inner > div > div:first-of-type > a img:first-of-type {
  width: 17px;
  height: auto;
}
.p-top-doctor__inner > div > div:first-of-type > a img:last-of-type {
  width: 16px;
  height: auto;
}
.p-top-doctor__inner > div > img {
  width: 270px;
  object-fit: cover;
  border-radius: 8px;
}
.p-top-doctor__inner > div > div:nth-of-type(2) {
  width: 270px;
  position: relative;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > img {
  border-radius: 8px;
  height: auto;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:first-of-type {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #414141;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:first-of-type.u-hidden-pc {
  display: none;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:first-of-type img {
  width: 13px;
  height: 20px;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-top: 8px;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:nth-of-type(2) span:first-of-type {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #E7984A;
  position: relative;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:nth-of-type(2) span:first-of-type::before {
  content: '';
  display: block;
  width: 20.5px;
  height: 1px;
  background-color: #E7C3AC;
  position: absolute;
  top: 50%;
  left: -28.5px;
  transform: translateY(-50%);
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:nth-of-type(2) span:last-of-type {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
  margin-left: 4px;
  position: relative;
}
.p-top-doctor__inner > div > div:nth-of-type(2) > p:nth-of-type(2) span:last-of-type::before {
  content: '';
  display: block;
  width: 20.5px;
  height: 1px;
  background-color: #E7C3AC;
  position: absolute;
  top: 50%;
  right: -28.5px;
  transform: translateY(-50%);
}

.p-top-doctor__inner > div > div:nth-of-type(2) > a {
  display: inline-block;
  width: 100%;
  height: fit-content;
}

.p-top-doctor__inner > div > div:nth-of-type(2) > a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.js-btn-toggle-movie {
  display: none;
}

@media (max-width: 768px) {
  .p-top-doctor {
    padding: 0 20px;
  }
  .p-top-doctor.p-top-doctor_home {
    padding: 64px 20px;
  }
  .p-top-doctor__inner {
    gap: 24px;
  }
  .p-top-doctor__inner > div {
    flex-direction: column;
    justify-content: center;
    padding: 32px 24px 24px;
    gap: 40px;
  }
  .p-top-doctor__inner > div:first-of-type {
    margin-top: 32px;
  }
  .p-top-doctor__inner > div > div:first-of-type {
    width: 100%;
    order: 2;
  }
  /* .p-top-doctor__inner > div > div:first-of-type > a {
    margin-top: 16px;
  } */
  .p-top-doctor__inner > div > img {
    order: 1;
    width: 100%;
  }
  .p-top-doctor__inner > div > div:nth-of-type(2) {
    width: 100%;
    order: 3;
    display: none;
    margin-top: 30px;
  }
  .p-top-doctor__inner > div > div:nth-of-type(2).english-ver {
    margin-top: 50px;
  }
  .p-top-doctor__inner > div > div:nth-of-type(2).english-ver > p:first-of-type {
    top: -50px;
  }
  .p-top-doctor__inner > div > div:nth-of-type(2).english-ver > p:nth-of-type(2) {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .p-top-doctor__inner > div > div:nth-of-type(2) > p:first-of-type.u-hidden-pc {
    display: flex;
    top: -25px;
  }
  .js-btn-toggle-movie {
    order: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #414141;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  .js-btn-toggle-movie::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 2px;
    background-color: #E7984A;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
  }
  .js-btn-toggle-movie::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    width: 2px;
    height: 16px;
    background-color: #E7984A;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
  }
  .js-btn-toggle-movie.is-menu-open-movie::before {
    transform: translateY(-50%) rotate(-90deg);
  }
  .js-btn-toggle-movie span {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #414141;
  }
  .js-btn-toggle-movie span:last-of-type {
    display: none;
  }
  .js-btn-toggle-movie.is-menu-open-movie span:first-of-type {
    display: none;
  }
  .js-btn-toggle-movie.is-menu-open-movie span:last-of-type {
    display: inline;
  }
}

/*______________________________________________________________________________
 sidebar
_____________________________________________________________________________ */
.p-sidebar {
  display: flex;
  justify-content: flex-end;
  background-color: #F4E9DD;
}
.p-sidebar__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 330px;
  width: 100%;
  padding-right: 40px;
}
.p-sidebar__inner h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
  margin-bottom: 16px;
}
.p-sidebar__post {
  padding: 16px 0;
  border-bottom: 1px solid #E7C3AC;
}
.p-sidebar__post:first-of-type {
  padding-top: 0;
}
.p-sidebar__post > a {
  display: flex;
  gap: 12px;
}
.p-sidebar__post > a > img {
  max-width: 86px;
}
.p-sidebar__post > a > div {
  max-width: 192px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px 0;
}
.p-sidebar__post__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #E1AF8B;
}
.p-sidebar__post__category {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-sidebar__post__category > span {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
}
.p-sidebar__post__title {
  max-width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #414141;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-sidebar__operation h2 {
  margin-bottom: 24px;
}
.p-sidebar__operation__category-parent {
  padding: 20px 0;
  border-bottom: 1px solid #E7C3AC;
}
.p-sidebar__operation > div > div:first-of-type > .p-sidebar__operation__category-parent {
  padding-top: 0;
}
.p-sidebar__operation__category-parent > p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
}
.c-js-btn-toggle:before, .c-js-btn-toggle:after {
  background-color: #E7984A !important;
}
.p-sidebar__operation__category-child {
  padding-left: 40px;
  margin-bottom: 4px;
}
.p-sidebar__operation__category-child > a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #E7C3AC;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
  position: relative;
}
.p-sidebar__operation__category-child > a::after {
  content: url(../images/common/icon_arrow_right_orange2.svg);
  position: absolute;
  right: 0;
  bottom: 22px;
}
.p-sidebar__operation__category-child > a:first-of-type {
  padding-top: 24px;
}
.p-sidebar__official-account > div {
  display: flex;
  gap: 12px;
}
.p-sidebar__official-account > div > a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sidebar__official-account__line img {
  width: 22.24px;
}
.p-sidebar__official-account__blog img {
  width: 23px;
}
.p-sidebar__official-account__instagram img {
  width: 24px;
}
.p-sidebar__official-account__youtube img {
  width: 22px;
}
.p-sidebar__official-account__x img {
  width: 21px;
}
.p-sidebar__official-account__wechat img {
  width: 28.99px;
}
.p-sidebar__tag > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.p-sidebar__tag > div > a {
  display: inline-block;
  padding: 5.5px 8px 6.5px;
  border: 1px solid #E7984A;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #E7984A;
}

@media (max-width: 768px) {
  .p-sidebar {
    background-color: #F9F5F0;
  }
  .p-sidebar__inner {
    gap: 56px;
    max-width: 100%;
    padding-right: 0;
  }
  .p-sidebar__inner h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #414141;
    margin-bottom: 16px;
  }
  .p-sidebar__post {
    padding: 16px 0;
    border-bottom: 1px solid #E7C3AC;
  }
  .p-sidebar__post:first-of-type {
    padding-top: 0;
  }
  .p-sidebar__post > a {
    display: flex;
    gap: 12px;
  }
  .p-sidebar__post > a > img {
    max-width: 86px;
  }
  .p-sidebar__post > a > div {
    max-width: 192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 6px 0;
  }
  .p-sidebar__post__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #E1AF8B;
  }
  .p-sidebar__post__category {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .p-sidebar__post__category > span {
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #414141;
  }
  .p-sidebar__post__title {
    max-width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #414141;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-sidebar__operation h2 {
    margin-bottom: 24px;
  }
  .p-sidebar__operation__category-parent {
    padding: 20px 0;
    border-bottom: 1px solid #E7C3AC;
  }
  .p-sidebar__operation > div > div:first-of-type > .p-sidebar__operation__category-parent {
    padding-top: 0;
  }
  .p-sidebar__operation__category-parent > p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #414141;
  }
  .c-js-btn-toggle:before, .c-js-btn-toggle:after {
    background-color: #E7984A !important;
  }
  .p-sidebar__operation__category-child {
    padding-left: 40px;
    margin-bottom: 4px;
  }
  .p-sidebar__operation__category-child > a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E7C3AC;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #414141;
    position: relative;
  }
  .p-sidebar__operation__category-child > a::after {
    content: url(../images/common/icon_arrow_right_orange2.svg);
    position: absolute;
    right: 0;
    bottom: 22px;
  }
  .p-sidebar__operation__category-child > a:first-of-type {
    padding-top: 24px;
  }
  .p-sidebar__official-account > div {
    display: flex;
    gap: 12px;
  }
  .p-sidebar__official-account > div > a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-sidebar__official-account__line img {
    width: 22.24px;
  }
  .p-sidebar__official-account__blog img {
    width: 23px;
  }
  .p-sidebar__official-account__instagram img {
    width: 24px;
  }
  .p-sidebar__official-account__youtube img {
    width: 22px;
  }
  .p-sidebar__official-account__x img {
    width: 21px;
  }
  .p-sidebar__official-account__wechat img {
    width: 28.99px;
  }
  .p-sidebar__tag > div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
  }
  .p-sidebar__tag > div > a {
    display: inline-block;
    padding: 5.5px 8px 6.5px;
    border: 1px solid #E7984A;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #E7984A;
  }
}

/*______________________________________________________________________________
 検索欄
_____________________________________________________________________________ */
.p-search-form {
  position: relative;
  width: 100%;
}

.p-search-form__input {
  width: 100%;
  height: 42px;
  padding: 0 48px 0 16px;
  border: 1px solid #E7C3AC;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
.p-search-form__input::placeholder {
  color: #969398;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
/* アイコン配置 */
.p-search-form__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.p-search-form__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/*______________________________________________________________________________
 パターン
_____________________________________________________________________________ */
.c-pattern__case-info > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  background-color: #F4E9DD;
  border-radius: 8px;
  padding: 24px;
}
.c-pattern__case-info__item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.c-pattern__case-info__term {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #C99873;
  margin-bottom: 4px;
}
.c-pattern__case-info__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #414141;
}