@charset "UTF-8";
:root {
  --color-purple: #b34bbb;
  --color-blue: #2a4198;
}

/*-------------------------------------------------------------------

	header

-------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 9888;
}
.header_inner {
  display: flex;
  max-width: 640px;
  min-height: 5rem;
  margin: auto;
}
.header_logo {
  display: flex;
  align-items: center;
  width: 24.5rem;
  margin: 0 auto 0 0;
  padding-left: 1.5rem;
}
.header_logo.lower {
  margin: 0 auto;
  padding-left: 0;
}
.header_tool {
  width: 3.9rem;
}
.header_tool a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ececec;
}
.header_tool a img {
  width: 1.8rem;
}
.header .ham-menu-button {
  width: 5rem;
  background-color: #a46859;
  position: relative;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header .ham-menu-button > span {
  display: block;
  position: absolute;
  width: 2.6rem;
  height: 3px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.header .ham-menu-button::before, .header .ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.6rem;
  height: 3px;
  background-color: white;
  left: 50%;
  border-radius: 2px;
}
.header .ham-menu-button::before {
  top: 50%;
  transform: translateX(-50%) translateY(-1rem);
  transition: all 0.2s ease-out;
}
.header .ham-menu-button::after {
  bottom: 50%;
  transform: translateX(-50%) translateY(1rem);
  transition: all 0.2s ease-out;
}
.header .ham-menu-button.is-close > span {
  display: none;
}
.header .ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
}
.header .ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: white;
}

@media (min-width: 641px) {
  .header_inner {
    min-height: 100px;
  }
}
/*-------------------------------------------------------------------

	MV

-------------------------------------------------------------------*/
.mv {
  background: url("../img/top/mv.jpg") no-repeat center top;
  background-size: contain;
  background-color: #f4f1ff;
  width: 100%;
  height: 111.6vw;
}

.mv-text {
  background: linear-gradient(180deg, #feebf0, #fffefe);
  padding: 1rem 2rem 3rem;
}
.mv-text > :last-child {
  margin-bottom: 0;
}
.mv-text .m-member {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.mv-text .m-member_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #d3c198;
  border-radius: 50%;
}
.mv-text .m-member_text {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.mv-text .m-message {
  margin-bottom: 1em;
  background-color: white;
  border: 3px double #fcccd0;
  padding: 1em 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.mv-text .m-message > strong {
  color: #be978d;
}
.mv-text .m-caption {
  font-size: 1.2rem;
  line-height: 1.3;
}

@media (min-width: 641px) {
  .mv {
    height: 714.24px;
  }
}
/*-------------------------------------------------------------------

	common

-------------------------------------------------------------------*/
body {
  padding-top: 5rem;
}

.contents-w {
  max-width: 640px;
  margin: 0 auto;
}

.p-basic-section {
  padding: 4.5rem 2rem 4rem;
}
.p-basic-section > :last-child {
  margin-bottom: 0;
}

.p-basic-title {
  margin-bottom: 3.5rem;
  text-align: center;
  line-height: 1.3;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #a46859;
}
.p-basic-title .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 0.8em;
}
.p-basic-title .jp {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.95rem;
  letter-spacing: 0.15em;
}
.p-basic-title .jp::before, .p-basic-title .jp::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #be978d;
  flex: 1;
}
.p-basic-title .jp > span {
  display: block;
  margin: 0 1em;
  width: auto;
}

.p-sub-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1em;
  color: #a46859;
}

.p-button-close {
  text-align: center;
}
.p-button-close a {
  display: inline-block;
  padding: 1em;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  bordet-rasius: 4px;
}

.lower-header {
  padding: 1em;
}
.lower-header img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}

.contact-button {
  margin: 0 auto;
}
.contact-button_title {
  display: block;
  text-align: center;
  margin-bottom: -3rem;
}
.contact-button_title img {
  width: 70%;
}
.contact-button_inner {
  padding: 3.7rem 2rem 2.2rem;
  background-color: #be978d;
  color: white;
}
.contact-button_lead {
  font-weight: 600;
  text-align: center;
}
.contact-button_nav {
  display: flex;
  justify-content: space-between;
}
.contact-button_nav a {
  display: block;
  width: 48%;
  padding: 1rem 0 1.5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  font-feature-settings: "palt";
  background-color: white;
}
.contact-button_nav a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact-button_nav a.tel {
  color: #9d9d9d;
}
.contact-button_nav a.tel::before {
  background-image: url("../img/top/ico_tel.svg");
}
.contact-button_nav a.mail {
  color: #be978d;
}
.contact-button_nav a.mail::before {
  background-image: url("../img/top/ico_mail.svg");
}

.contact-button.none .contact-button_title {
  display: none;
}
.contact-button.none .contact-button_inner {
  padding-top: 2.6rem;
}

@media (min-width: 641px) {
  body {
    padding-top: 100px;
  }
}
/*-------------------------------------------------------------------

	worry

-------------------------------------------------------------------*/
.p-worry {
  padding: 4rem 2rem 3rem;
  background: #fdfdfd url("../../img/top/worry_back.jpg") no-repeat center top;
  background-size: 100% auto;
}
.p-worry .p-worry_title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 1em;
}
.p-worry .p-worry_list {
  margin-bottom: 2em;
}
.p-worry .p-worry_list li {
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  width: 94%;
  padding: 1.2em 1.2em 1.1em 3em;
  border-radius: 1rem;
  background: white url("../../img/top/worry_check.svg") no-repeat left 1rem top 1.8rem;
  background-size: 2.4rem;
  box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.1);
}
.p-worry .p-worry_list li:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
.p-worry .p-worry_lead {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #f1739e;
  text-align: center;
  margin-bottom: 0;
}
.p-worry .p-worry_caption {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

/*-------------------------------------------------------------------

	type

-------------------------------------------------------------------*/
.p-type-wrapper {
  padding: 2rem 0.5rem 0;
}

.p-type {
  border: 3px double #f7dfce;
  background: linear-gradient(180deg, white, #fcf0e8);
  margin-bottom: 2.5rem;
  padding: 3rem 2.2rem 1.2rem;
}
.p-type_title {
  margin-bottom: 0.6em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #a46859;
  text-align: center;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-type_title rt {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  top: -0.5em;
  transform: translateY(-0.5em);
}
.p-type_image {
  text-align: center;
  margin-bottom: 1rem;
}
.p-type_price {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.p-type_price .num {
  font-size: 1.83em;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}
.p-type_price ruby rt {
  font-size: 0.5em;
  font-weight: 400;
}
.p-type_price.small {
  font-size: 1.5rem;
}
.p-type_price.small .num {
  font-size: 2.2em;
}
.p-type_price-caption {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.p-type_detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.p-type_detail li {
  width: 48%;
  padding: 1.4rem;
  margin: 0 0 1.2rem 4%;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.p-type_detail li:nth-child(2n+1) {
  margin-left: 0;
}
.p-type_detail li > :last-child {
  margin-bottom: 0;
}
.p-type_detail li .c-title {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}
.p-type_detail li .c-image {
  width: 5.3rem;
  margin: 0 auto 0.8rem;
}
.p-type_detail li .c-text {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}

/*-------------------------------------------------------------------

	reason

-------------------------------------------------------------------*/
.p-reason {
  padding: 5rem 2rem 1.5rem;
  background-color: #f9f8f7;
}
.p-reason_title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #a46859;
  margin-bottom: 1em;
}
.p-reason_list {
  margin-bottom: 3rem;
  font-size: 1.3rem;
}
.p-reason_list .s-ico {
  display: block;
  margin: 0 auto;
  width: 9rem;
}
.p-reason_list-inner {
  margin-top: -4.5rem;
  padding: 6rem 2.5rem 2.5rem;
  background-color: white;
  box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.1);
}
.p-reason_list-inner .s-title {
  margin-bottom: 1em;
  color: #a46859;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.p-reason_list-inner > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------

	reviews

-------------------------------------------------------------------*/
.p-reviews {
  background: linear-gradient(135deg, white, #fef1f4);
}
.p-reviews_list {
  background-color: white;
  border-radius: 0.5rem;
  padding: 0 2rem 2rem;
  margin-bottom: 3.5rem;
  width: 95%;
  box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.1);
}
.p-reviews_list > :last-child {
  margin-bottom: 0;
}
.p-reviews_list .s-title {
  display: flex;
  align-items: center;
  transform: translateY(-1rem);
}
.p-reviews_list .s-title .s-ico {
  width: 9rem;
  transform: translateX(-1rem);
}
.p-reviews_list .s-title .s-text {
  padding-top: 1rem;
  flex: 1;
  color: #a46859;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
}
.p-reviews_list:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}
.p-reviews_list:nth-of-type(even) .s-title .s-ico {
  order: 2;
  transform: translateX(1rem);
}
.p-reviews_list:nth-of-type(even) .s-title .s-text {
  order: 1;
  text-align: right;
}

/*-------------------------------------------------------------------

	onepoint

-------------------------------------------------------------------*/
.p-onepoint {
  padding: 4rem 2rem;
}
.p-onepoint_inner {
  background-color: white;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
}
.p-onepoint .s-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 18rem;
  padding-right: 2rem;
  background: white url("../../img/top/onepoint_back.jpg") no-repeat center top;
  background-size: 100% auto;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #a46859;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: right;
}
.p-onepoint .s-title > span {
  display: block;
}
.p-onepoint .s-title small {
  display: block;
  font-size: 1.6rem;
}
.p-onepoint .s-text {
  padding: 2rem;
  font-weight: 500;
}
.p-onepoint .s-text ul li {
  margin-bottom: 0.8em;
}

.p-emergency-info {
  border: 1px solid #999;
  margin: 0 auto 3.3rem;
  background-color: white;
}
.p-emergency-info_title {
  padding: 1.5em 0.5em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-emergency-info_title .icon-slide {
  transition: all 0.3s ease-out;
  display: inline-block;
}
.p-emergency-info_title .is-close {
  transform: rotate(180deg);
}
.p-emergency-info_title:hover {
  cursor: pointer;
}
.p-emergency-info_text {
  padding: 0 2em 2em 2em;
  font-size: 1.2rem;
  line-height: 1.6;
  display: none;
}
.p-emergency-info_text > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.p-price {
  background-color: #f6f0ee;
}
.p-price .s-subtitle {
  margin-bottom: 0.5em;
}

table.price, table.price th, table.price td {
  border-color: #be978d;
}

table.price th, table.price td {
  font-size: 1.3rem;
  line-height: 1.5;
}

table.price th {
  font-weight: 500;
  text-align: left;
}

/*-------------------------------------------------------------------

	comment

-------------------------------------------------------------------*/
.p-comment .s-photo {
  width: 40%;
  float: left;
  margin: 0 1.5em 1em 0;
}
.p-comment .s-photo figcaption {
  display: block;
  text-align: center;
  padding-top: 0.5em;
}

/*-------------------------------------------------------------------

	faq

-------------------------------------------------------------------*/
.p-faq {
  background-color: #f6f0ee;
}
.p-faq_list {
  background-color: white;
  border: 1px solid #be978d;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem 0.6rem;
}
.p-faq_list dt {
  position: relative;
  color: #a46859;
  padding-left: 3.2rem;
  padding-bottom: 1em;
  line-height: 1.5;
  font-weight: 600;
}
.p-faq_list dt::before {
  content: "Q";
}
.p-faq_list dt > span {
  display: flex;
  align-items: center;
}
.p-faq_list dt > span > i {
  display: block;
  margin: auto 0 auto auto;
  padding: 0 0.3em;
  transition: all 0.2s ease-out;
  font-size: 150%;
  color: #a46859;
}
.p-faq_list dt > span > i.is-close {
  transform: rotate(180deg);
}
.p-faq_list dd {
  position: relative;
  padding-left: 3.2rem;
  padding-bottom: 1em;
  display: none;
}
.p-faq_list dd::before {
  content: "A";
}
.p-faq_list dt::before, .p-faq_list dd::before {
  position: absolute;
  display: block;
  top: 0.1rem;
  left: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
.p-faq_list dd::before {
  top: 0.5rem;
  left: 0.2rem;
}
.p-faq_comment {
  padding: 2rem;
  margin-top: 3rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.p-faq_comment .s-photo {
  float: right;
  width: 45%;
  margin: 0 0 1em 1.5em;
}
.p-faq_career {
  border: 1px solid #be978d;
  padding: 2rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-faq_career > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------

	doctors

-------------------------------------------------------------------*/
.p-doctors_list {
  display: flex;
  margin-bottom: 2rem;
}
.p-doctors_list-title {
  font-size: 2rem;
  margin-bottom: 1em;
}
.p-doctors_list-title small {
  display: block;
  font-size: 75%;
  font-weight: 400;
  margin-bottom: 0.4em;
}
.p-doctors_list-title i {
  display: block;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-top: 0.5em;
}
.p-doctors_list-subtitle {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.p-doctors_list-member li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-doctors_list-text {
  flex: 1;
}
.p-doctors_list-photo {
  width: 14.5rem;
  margin-left: 2rem;
}
.p-doctors_list-career {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-doctors_list-career dt {
  clear: both;
  float: left;
  width: 6em;
}
.p-doctors_list-career dd {
  padding: 0 0 1em 6em;
}

/*-------------------------------------------------------------------

	pay

-------------------------------------------------------------------*/
.p-pay {
  padding-top: 0;
}
.p-pay_card {
  width: 25.1rem;
  margin: 0 auto 2em;
}
.p-pay_caption {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: 0.5em;
}

/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.p-clinic {
  background-color: #f4f2ec;
}
.p-clinic_caption {
  font-size: 1.2rem;
  line-height: 1.6;
}

.googlemap {
  width: 100%;
  height: 40rem;
  position: relative;
}
.googlemap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/
.contact {
  background-color: #fdf1f9;
}
.contact .p-basic-title {
  color: #a46859;
}
.contact_cal {
  display: flex;
  flex-wrap: wrap;
}
.contact_cal li {
  width: 48%;
  margin: 0 0 2rem 4%;
}
.contact_cal li:nth-child(2n+1) {
  margin-left: 0;
}

/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0 11rem;
}

.pagetop {
  position: fixed;
  bottom: 6rem;
  right: -10rem;
  width: 4rem;
  z-index: 100;
  transition: all 0.2s ease-out;
}
.pagetop.is-show {
  right: 1rem;
}

/*-------------------------------------------------------------------

	float

-------------------------------------------------------------------*/
.footer-button {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 8885;
  transition: all 0.3s ease-out;
  bottom: -10rem;
  left: 0;
  background-color: #FFF;
  transition: all 0.2s ease-out;
}
.footer-button.is-show {
  bottom: 0;
}
.footer-button > li {
  min-height: 5rem;
  width: 50%;
}
.footer-button > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3em 0.5em 0.5em;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: white;
}
.footer-button > li > a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 1.8rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: -0.2rem;
}
.footer-button > li.tel a {
  background-color: #848484;
}
.footer-button > li.tel a::before {
  background-image: url("../img/top/ico_tel_white.svg");
}
.footer-button > li.mail a {
  background-color: #a46859;
}
.footer-button > li.mail a::before {
  background-image: url("../img/top/ico_mail_white.svg");
}

/*-------------------------------------------------------------------

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 8887;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawer-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8888;
  overflow: auto;
  padding: 6rem 0 10rem;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  display: block;
}

.drawer-menu_list {
  background-color: #FFF;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  width: 94.6666%;
  max-width: 640px;
  margin: auto;
}
.drawer-menu_list > ul {
  border-top: 1px solid #ccc;
}
.drawer-menu_list > ul > li {
  border-bottom: 1px solid #ccc;
}
.drawer-menu_list > ul > li > a {
  display: block;
  padding: 1.5em;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/*-------------------------------------------------------------------

	popup-menu

-------------------------------------------------------------------*/
.popup-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: auto;
  padding: 1.5em 0;
}
.popup-menu_inner {
  margin: 0 auto;
  width: 94.6666%;
  max-width: 64rem;
  background-color: white;
  border-radius: 6px;
  padding: 3rem;
}
.popup-menu_title {
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
}
.popup-menu_list {
  font-size: 1.3rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.popup-menu_list li {
  width: 50%;
  margin-bottom: 1rem;
}
.popup-menu_photo {
  margin-bottom: 2em;
}
.popup-menu_photo.line {
  border-bottom: 1px solid #333333;
  padding-bottom: 2em;
}
.popup-menu_close {
  text-align: center;
  margin: 0;
}
.popup-menu_close > span {
  display: inline-block;
  background-color: #333333;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  padding: 1em 3em;
  font-size: 1.3rem;
}

.popup-menu_back.open {
  display: block;
}

.popup-menu.open {
  display: block;
}/*# sourceMappingURL=style.css.map */