@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.134751773vw;
  }
}
@media (min-width: 1410px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  background: #EEEDEA;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer[aria-hidden=false] {
  transform: translateX(0);
}

.l-header {
  bottom: auto;
  height: 66px;
  height: 4.125rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
    height: 6.25rem;
  }
}

.l-header.is-active {
  background: #FAFAFA;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1410px;
    max-width: 88.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.c-btn {
  background: #B1A08A;
  border-radius: 3.125rem;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  text-align: center;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 19px 10px;
    padding: 1.1875rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    background: #DBD9D5;
    color: #333333;
    opacity: 1;
  }
}

.c-title {
  color: #B1A08A;
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.c-title--wht::before {
  background: transparent url(../images/common/bg_white.webp) no-repeat center center/100%;
  content: "";
  height: 42px;
  height: 2.625rem;
  position: absolute;
  right: -23px;
  right: -1.4375rem;
  top: -6px;
  top: -0.375rem;
  width: 70px;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-title--wht::before {
    height: 71px;
    height: 4.4375rem;
    right: -50px;
    right: -3.125rem;
    top: -18px;
    top: -1.125rem;
    width: 118px;
    width: 7.375rem;
  }
}

.c-title--brown::before {
  background: transparent url(../images/common/bg_brown.webp) no-repeat center center/100%;
  content: "";
  height: 42px;
  height: 2.625rem;
  position: absolute;
  right: -32px;
  right: -2rem;
  top: -6px;
  top: -0.375rem;
  width: 70px;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-title--brown::before {
    height: 60px;
    height: 3.75rem;
    right: -44px;
    right: -2.75rem;
    top: -8px;
    top: -0.5rem;
    width: 100px;
    width: 6.25rem;
  }
}

.p-concept {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 78px;
  padding-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-concept {
    padding-bottom: 102px;
    padding-bottom: 6.375rem;
    padding-top: 138px;
    padding-top: 8.625rem;
  }
}

.p-concept__title {
  text-align: center;
}

.p-concept__title .c-title {
  left: -4px;
  left: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__title .c-title {
    left: -6px;
    left: -0.375rem;
  }
}

.p-concept__wrap {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-concept__wrap {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    font-size: max(10px, 16px);
    font-size: max(10px, 1rem);
    line-height: 3.1;
  }
}

.p-doctor {
  background: transparent url(../images/common/doctor_bg_sp.webp) no-repeat center bottom/cover;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-doctor {
    background: none;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0;
  }
}

.p-doctor__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-doctor__bg {
    padding-bottom: 39px;
    padding-bottom: 2.4375rem;
    padding-top: 36px;
    padding-top: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-doctor__bg::after {
    -webkit-transform: translate(0, -50%);
    background: transparent url(../images/common/doctor_bg.webp) no-repeat center center/cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 83.4027777778%;
  }
}

.p-doctor__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-doctor__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1202px;
    max-width: 75.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-doctor__head {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
    display: flex;
    padding-top: 30px;
    padding-top: 1.875rem;
    width: 71.6145833333%;
  }
}

.p-doctor__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-doctor__title {
    text-align: left;
    width: 196px;
    width: 12.25rem;
  }
}

.p-doctor__title .c-title {
  left: -8px;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-doctor__title .c-title {
    left: auto;
  }
}

.p-doctor__detail {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-doctor__detail {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: calc(100% - 8.5rem);
  }
}

.p-doctor__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-doctor__wrap {
    flex-direction: row;
  }
}

.p-doctor__director {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-doctor__director {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
    margin-right: 32px;
    margin-right: 2rem;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}

.p-doctor__Janame {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  line-height: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-doctor__Janame {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-left: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: 0;
  }
}

.p-doctor__Enname {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-doctor__Enname {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
    margin-right: 22px;
    margin-right: 1.375rem;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}

.p-doctor__insta {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  right: calc(50% - 8.6875rem);
  top: 55%;
  transform: translate(0, -50%);
  width: 27px;
  width: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-doctor__insta {
    -webkit-transform: translate(0, 0);
    position: static;
    transform: translate(0, 0);
  }
}

.p-doctor__insta img {
  -o-object-fit: cover;
  aspect-ratio: 27/26;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-doctor__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2.2;
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-doctor__text {
    font-size: max(10px, 14px);
    font-size: max(10px, 0.875rem);
    margin-top: 26px;
    margin-top: 1.625rem;
    text-align: left;
  }
}

.p-doctor__img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 40px;
  top: 2.5rem;
  width: 80.1675977654%;
}
@media screen and (min-width: 768px) {
  .p-doctor__img {
    margin-left: 0;
    margin-right: 0;
    top: auto;
    width: 24.9131944444%;
  }
}

.p-doctor__img img {
  -o-object-fit: cover;
  aspect-ratio: 287/340;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-foot-btn {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-foot-btn {
    display: none;
  }
}

.p-foot-btn__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}

.p-foot-btn__link {
  background: #B1A08A;
  color: #fff;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 12.5px 0;
  padding: 0.78125rem 0;
  text-align: center;
  width: 100%;
}

.p-footer {
  background: #BFBCB5;
  padding-bottom: 126px;
  padding-bottom: 7.875rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 113px;
    padding-bottom: 7.0625rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1006px;
    max-width: 62.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__wrap {
    width: 38.4937238494%;
  }
}

.p-footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 207px;
  width: 12.9375rem;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 207/194;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__detail {
  grid-row-gap: 9px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 358px;
  max-width: 22.375rem;
  padding-left: 1.5px;
  padding-left: 0.09375rem;
  padding-right: 1.5px;
  padding-right: 0.09375rem;
  row-gap: 9px;
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__detail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-top: 3rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    row-gap: 9px;
    row-gap: 0.5625rem;
    width: 331px;
    width: 20.6875rem;
  }
}

.p-footer__list {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.p-footer__term {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5555555556;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__term {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
    width: 90px;
    width: 5.625rem;
  }
}

.p-footer__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5555555556;
  width: 63.9436619718%;
}
@media screen and (min-width: 768px) {
  .p-footer__desc {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
    width: 227px;
    width: 14.1875rem;
  }
}

.p-footer__map {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__map {
    margin-top: 0;
    width: 58.9958158996%;
  }
}

.p-footer__map iframe {
  aspect-ratio: 357/213;
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__map iframe {
    aspect-ratio: 564/393;
  }
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 20px 50px;
    padding: 1.25rem 3.125rem;
  }
}

.p-header__logo {
  display: block;
  width: 150px;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 215px;
    width: 13.4375rem;
  }
}

.p-header__logo-link {
  display: block;
  position: relative;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  transition: 0.3s ease;
  width: 100%;
}

.p-header__logo-link img.logo-brown {
  display: none;
}

.is-active .p-header__logo-link img.logo-white {
  display: none;
}

.is-active .p-header__logo-link img.logo-brown {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-header__contact {
    display: flex;
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-header__contact-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-header__contact-link {
  background: #B1A08A;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  min-width: 120px;
  min-width: 7.5rem;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header__contact-link {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 160px;
    min-width: 10rem;
    padding: 20px 31.5px;
    padding: 1.25rem 1.96875rem;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact-link:hover {
    background: #DBD9D5;
    color: #333333;
    opacity: 1;
  }
}

.p-mv {
  height: 100svh;
  min-height: 624px;
  min-height: 39rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-mv__img {
  height: 100%;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 390/624;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1440/850;
  }
}

.p-mv__inner {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50.2%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    left: 50.2%;
    top: 49.4%;
  }
}

.p-mv__wrap {
  align-items: center;
  background: transparent url(../images/common/mv_text-bg_sp.webp) no-repeat center center/344px 86px;
  background: transparent url(../images/common/mv_text-bg_sp.webp) no-repeat center center/21.5rem 5.375rem;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    background: transparent url(../images/common/mv_text-bg.webp) no-repeat center center/587px 173px;
    background: transparent url(../images/common/mv_text-bg.webp) no-repeat center center/36.6875rem 10.8125rem;
    gap: 8px;
    gap: 0.5rem;
  }
}

.p-mv__text {
  color: #fff;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.p-mv__read {
  color: #fff;
  font-size: 39px;
  font-size: 2.4375rem;
  left: 9px;
  left: 0.5625rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}

.p-treatment {
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding-top: 102px;
  padding-top: 6.375rem;
}
@media screen and (min-width: 768px) {
  .p-treatment {
    padding-bottom: 118px;
    padding-bottom: 7.375rem;
    padding-top: 118px;
    padding-top: 7.375rem;
  }
}

.p-treatment__wrap {
  background: #E4E3DF;
  padding: 67px 16px 48px;
  padding: 4.1875rem 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-treatment__wrap {
    padding: 116px 0 120px;
    padding: 7.25rem 0 7.5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 116px;
    padding-top: 7.25rem;
  }
}

.p-treatment__head {
  text-align: center;
}

.p-treatment__title {
  color: #B1A08A;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  left: -6px;
  left: -0.375rem;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-treatment__title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.p-treatment__title::before {
  background: transparent url(../images/common/bg_white.webp) no-repeat center center/100%;
  content: "";
  height: 42px;
  height: 2.625rem;
  position: absolute;
  right: -26px;
  right: -1.625rem;
  top: -20px;
  top: -1.25rem;
  width: 70px;
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-treatment__title::before {
    height: 71px;
    height: 4.4375rem;
    right: -50px;
    right: -3.125rem;
    top: -38px;
    top: -2.375rem;
    width: 118px;
    width: 7.375rem;
  }
}

.p-treatment__list {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-treatment__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    margin-top: 2.75rem;
    max-width: 1040px;
    max-width: 65rem;
  }
}

.p-treatment__item {
  position: relative;
}

.p-treatment__img {
  box-shadow: 0 0 0.625rem rgba(177, 160, 138, 0.3);
  overflow: hidden;
}

.p-treatment__img img {
  -o-object-fit: cover;
  aspect-ratio: 242/385;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-treatment__name {
  bottom: 10px;
  bottom: 0.625rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  left: 8px;
  left: 0.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-treatment__name {
    bottom: 18px;
    bottom: 1.125rem;
    font-size: 25px;
    font-size: 1.5625rem;
    left: 16px;
    left: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-treatment__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  margin-top: 4.5rem;
  max-width: 266px;
  max-width: 16.625rem;
}
@media screen and (min-width: 768px) {
  .p-treatment__btn {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
