@charset "UTF-8";
:root {
  --mincho-font: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --gothic-font: "Noto Sans JP", Noto Sans JP, sans-serif;
  --white: #ffffff;
  --gray: #CCCCCC;
  --Text: #333333;
  --Text_grey: #696969;
  --Text_red: #df5454;
  --Text_light: #eeeeee;
  --Text_Main: #20a3af;
  --Main: #4ea5b0;
  --Sub: #ff9600;
  --Light_blue: #ecfcff;
  --Back_green: #ddeeef;
  --Back: #f0f4f8;
  --Point: #f9f06f;
  --Accent-color: #0076be;
  --Accent-light: rgba(0, 118, 190, 0.05);
  --Accent-shadow: rgba(0, 118, 190, 0.25);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-main: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-reveal: all 1s var(--ease-out-expo);
}

*,
:after,
:before {
  box-sizing: border-box
}
a,
body,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
li,
p,
table,
td,
th,
tr,
ul,
ol {
  margin: 0;
  padding: 0
}
a {
  text-decoration: none
}
li {
  list-style: none
}
img {
  height: auto;
  display: block
}
img,
textarea {
  width: 100%
}
button:focus {
  outline: 0
}

#wpadminbar {
  z-index: 10000000 !important;
}
:host, html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", Noto Sans JP, sans-serif;
  color: var(--Text);
  cursor: default;
  font-feature-settings: normal;
  font-variation-settings: normal;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
html {
  overflow-x: hidden;
  position: relative;
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  position: relative;
  overflow-x: hidden;
  min-width: 100%;
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  counter-reset: number 0;
  font-size: 1.0625rem;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  cursor: pointer;
}
details > summary {
  list-style: none;
  cursor: pointer;
}
details > summary::-webkit-details-marker {
  display: none;
}

body
  > main
  > article
  > div.pageContents__container.pageArchive
  > div.columnPage__contents
  > ul:nth-child(28)
  > li:nth-child(4)::before {
  content: "";
  width: 0.0625rem;
  height: 0.0625rem;
  display: block;
}

a.rsvBtn, .cm__btn a, .header-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  background-size: 300% 100%;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rsvBtn {
  padding: 1em 0 1em 1em;
  background: var(--Main);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 177px;
  line-height: 1;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 0.25rem var(--Accent-shadow);
}
.rsvBtn::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}
.cm__btn {
  height: 3.875rem;
  max-width: 340px;
  width: 100%;
  margin: 3rem auto;
}
.cm__btn a {
  background-image: linear-gradient(135deg, #4ea5b0, #4ea5b0 20%, #3b4d80, #4ea5b0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2em;
}
.cm__btn a::after {
  content: "";
  display: block;
  background-image: url('../img/ico-circlearrow-wh-r_.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
  transition: right 0.4s var(--ease-out-expo);
}
.cm__btn.rsv {
  margin: 2.5rem auto;
  max-width: 390px;
  width: calc( 100% - 3rem );
}
.cm__btn.rsv a {
  border-radius: 0.25rem;
  font-size: 1.25rem;
}
.cm__btn.rsv a::before {
  content: "";
  display: block;
  background-image: url('../img/ico-calender.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.875rem;
}
a.rsvBtn span, .cm__btn a span, .header-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: var(--transition-main);
  color: var(--white);
}
a.rsvBtn.select {
  background-image: linear-gradient(135deg, #FF9C07, #FF9C07 20%, #ffe259, #FF9C07);
}
a.rsvBtn.select::before {
  background-image: url('../../assets/img/reservation_ico.svg');
}
a.rsvBtn.line {
  background-image: linear-gradient(135deg, #06c766, #06c766 20%, #ccff00, #06c766);
}
a.rsvBtn.line::before {
  background-image: url('../../assets/img/icon-line.svg');
}
a.rsvBtn.select::before,
a.rsvBtn.line::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
a.rsvBtn:hover, .cm__btn a:hover, .header-btn:hover,
a.rsvBtn:active, .cm__btn a:active, .header-btn:active {
  background-position: 100% 0;
  box-shadow: 0 0.3125rem 1.25rem rgba(59, 77, 128, 0.4);
}
a.rsvBtn:hover::after, a.rsvBtn:active::after,
.cm__btn a:hover::after, .cm__btn a:active::after {
  right: 0.9375rem;
}


a.listBtn {
  border-radius: 0.5rem;
  background-color: var(--Back_green);
  color: var(--Main);
  font-weight: bold;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: inset 0 0 0 0 var(--Accent-shadow);
  transition: var(--transition-main);
}
a.listBtn:hover, a.listBtn:active {
  box-shadow: inset 0 0 2.5rem var(--Accent-shadow);
  background-color: #dcf4f7;
}
a.listBtn::after {
  content: "";
  display: block;
  background-image: url('../img/icon-arrow-teal.svg');
  width:  1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-main);
}
a.listBtn:hover::after, a.listBtn:active::after {
  right: 0.9375rem;
}

/*
  .lang-switch-fixed {
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 9999;
  }
  .lang-btn {
    text-decoration: none;
    font-size: 0.8125rem;
    color: var(--white);
    background-color: var(--Text);
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,0.2);
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-align: center;
    font-weight: bold;
  }
  .lang-btn:hover {
    background-color: #007bff;
    transform: scale(1.05);
  }
*/

.observe-anim {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(5px);
  transition: var(--transition-reveal);
  will-change: opacity, transform;
}
.observe-anim.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }

.char-span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.25rem) rotateX(45deg);
  transition: all 0.8s var(--ease-out-expo);
}
.char-span.is-active {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.observe-anim-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.observe-anim-item.is-active {
  opacity: 1;
  transform: translateX(0);
}

.header {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 3.5625rem;
  width: 100%;
  border-bottom: 0.0625rem solid var(--Main);
  position: fixed;
  top: 0;
  z-index: 1000;
}
.home .header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  height: 3.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu {
  display: none;
}
.header__logo {
  display: inline-block;
}
.header__logo > img,
.header__logo a {
  width: 128px;
  height: 1.9375rem;
  display: inline-block;
  transition: all 0.2s;
}
.header__linkBtn,
.header__gnav {
  display: none;
}

.call {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.call .number {
  color: var(--Main);
  font-family: oswald;
  font-size: 2rem;
  font-weight: 600;
  pointer-events: all;
}
.call .number::before {
  content: "";
  margin-right: 0.1875rem;
  width: 1.375rem;
  height: 1.375rem;
  background-size: 1.375rem;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(../../assets/img/icon-phone.svg);
}
.call .number::after {
  display: none!important;
}
.call .small {
  font-size: 0.625rem;
}

.reservation {
  background: linear-gradient(to bottom, #4ea5b0, #14b9ce);
  color: var(--white);
  padding: 0 1.5rem;
}
.reservation__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 2.5rem 0 234px;
  border-radius: 0.25rem;
  position: relative;
}
.reservation__bnr {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 336px;
}
.reservation__h2 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin: 0;
  text-align: center;
  letter-spacing: 0.1875rem;
  border-bottom: none;
  color: var(--white);
  line-height: 1;
  padding-bottom: 0;
}
.reservation__h2::before {
  content: attr(data-en);
  color: var(--Point);
  font-size: 1.125rem;
  display: block;
  text-align: center;
  margin-bottom: 0.625rem;
  letter-spacing: 1.2px;
  font-family: oswald;
  font-weight: 400;
}
.reservation__txt {
  width: 100%;
  max-width: 682px;
  margin: 2rem auto 0;
  line-height: 2;
  text-align: left;
}
.reservation__link {
  background: var(--white);
  border-radius: 0.25rem;
  margin-top: 1.5rem;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  box-sizing: border-box;
}
.reservation__link > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.reservation__link .rsvBtn {
  width: 100%;
  padding: 1.375rem 0;
}
.reservation__link a::after {
  transition: right 0.4s ease;
  content: "";
  display: block;
  background-image: url('../img/ico-circlearrow-wh-r_.svg');
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.reservation__link .call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
.reservation__link .call .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 0.5em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--Main);
  border-bottom: 0.0625rem solid var(--Main);
}
.reservation__link .call .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.reservation__link .call .body .number {
  font-size: 2rem;
}
.reservation__link .call .body .small {
  font-size: 0.875rem;
  text-align: center;
  color: var(--Text);
}

.info {
  margin: 0 auto 0;
  background-color: #4EA5B0;
  padding: 3.3125rem 1.5rem;
}
.info__inner {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.info__clinic {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "infoLeft" "infoRight";
  margin-top: 1.25rem;
}
.info__clinic + .info__clinic {
  margin-top: 1.5rem;
}
.info__clinic-item {
  text-align: center;
}
.info__clinic-item:nth-child(n + 2) {
  margin-top: 1.5rem;
}
.info__clinic-name {
  text-align: center;
  vertical-align: top;
  color: var(--white);
  font-size: 1rem;
}
.info__left {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.info__left-logo {
  width: 219px;
  height: 3.3125rem;
  display: block;
  margin: 1.25rem auto;
}
.info__left-sns {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.info__left-sns li {
  display: inline-block;
  width: 3rem;
}
.info__left-sns li img {
  width: 100%;
  vertical-align: bottom;
}
.info__right {
  margin: 1.5rem auto 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.info__right .info__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.info__right .info__list-item {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  text-align: center;
}
.info__right .info__list-item a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.875rem;
  border-bottom: 0.0625rem solid var(--white);
  padding-bottom: 0.9375rem;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  transition: all ease .2s;
  box-sizing: border-box;
}
.info__right .info__list-item a::after {
  content: '';
  display: block;
  background-image: url(../img/ico-circlearrow-wh-r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
/*
.info__list-item a, .footer__under-link a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
}
.info__list-item a::after, .footer__under-link a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: var(--transition-main);
}
.info__list-item a:hover, .footer__under-link a:hover {
  opacity: 0.8;
}
.info__list-item a:hover::after, .footer__under-link a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
  */


.copyright {
  text-align: center;
  font-size: 0.75rem;
  color: var(--white);
  margin-top: 1.5rem;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.footer__under {
  background-color: #346F77;
  padding: 2.625rem 1.5rem;
  margin: 0 auto 0;
}
.footer__under-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  gap: 0.5rem;
  color: var(--white);
  margin-top: 1.5rem;
}
.footer__under-link a {
  font-size: 0.875rem;
  color: var(--white);
}
.footer__under-link a:hover {
  text-decoration: none;
}

.header__fixed.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--white);
}
.sp_adj {
  display: block;
  margin-top: 0.625rem;
}


@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  .forPC-inline {
    display: none;
  }
  .forSP {
    display: block;
  }
  .forSP-inline {
    display: inline-block;
  }

  .spMenu {
    display: block;
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    background: #f7f7f7;
    z-index: 999;
    right: -100%;
    transition: 0.3s;
    padding: calc( 57px + 32px ) 1.125rem 0 1.75rem;
  }
  .spMenu.active {
    right: 0;
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    height: 100%;
  }
  .spMenu .spMenu-item {
    width: 100%;
    border-bottom: 1px solid var(--Main);
  }
  .spMenu .spMenu-item a {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    gap: 1rem;
    line-height: 1;
    padding: 1rem 0 1rem;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    line-height: 1;
  }
  .spMenu-wrapper {
    margin-top: 20px;
  }
  .spMenu .spMenu-item--line,
  .spMenu .spMenu-item--web {
    border-bottom: none;
  }
  .spMenu .spMenu-item--line a,
  .spMenu .spMenu-item--web a {
    margin-top: 14px;
    font-family: var(--gothic-font);
    text-align: center;
    font-size: 1rem;
    width: 100%;
    line-height: 1;
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    text-decoration: none;
    height: 62px;
    position: relative;
  }
  .spMenu .spMenu-item--line a {
    background: #06c766;
  }
  .spMenu .spMenu-item--web a {
    background: #FF9C07;
  }
  .spMenu .spMenu-item--line a::before,
  .spMenu .spMenu-item--web a::before {
    content: "";
    background-image: url(../img/reservation_ico.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px;
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
  }
  .spMenu .spMenu-item--line a::before {
    background-image: url(../img/icon-line.svg);
    transform: translateY(-50%);
  }
  .spMenu .acoBtn a::after {
    content: none;
  }
  .spMenu .spMenu-item--line a::after,
  .spMenu .spMenu-item--web a::after {
    display: none;
  }
  .spMenu-item.close {
    text-align: center;
    padding: 10px;
    color: #333;
    font-weight: bold;
  }
  .spMenu__wrapper {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 50px;
    padding-right: 10px;
  }

  .spMenu .acoBtn {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    gap: 16px;
    line-height: 1;
    text-decoration: none;
    color: var(--Text);
    font-size: 1.6rem;
  }
  .spMenu .acoBtn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .spMenu .acoBtn::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url("../img/aco_ico01_.svg");
    font-weight: normal;
    position: absolute;
    top: 20px;
    display: inline-block;
    right: 0;
  }
  .spMenu .acoBtn.active::before {
    background-image: url("../img/aco_ico02_.svg");
  }
  .accordion__list {
    display: none;
    padding-bottom: 1rem;
  }
  .accordion__list-item a {
    color: #696969;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: block;
    margin-top: 1rem;
  }
  .accordion__list-item a::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEwTDYgNS41TDEgMSIgc3Ryb2tlPSIjNjk2OTY5Ii8+Cjwvc3ZnPgo=);
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 9px;
    height: 12px;
    position: relative;
    background-repeat: no-repeat;
    top: 1px;
  }

  .header__menuBtn {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 12px;
    top: 7px;
    display: inline-block;
    background-image: url("../img/menuBtn_ico.svg");
    background-size: cover;
  }
  .header__menuBtn.active {
    width: 38px;
    height: 38px;
    background-image: url("../img/menu_close.svg");
  }

}
@media screen and (min-width: 769px) {
  :host, html {
    font-size: 16px;
  }
  html {
    overflow-x: auto;
  }
  body {
    min-width: 1320px;
  }
  .forPC {
    display: block;
  }
  .forPC-inline {
    display: inline-block;
  }
  .forSP, .forSP-inline {
    display: none;
  }

  .cm__btn {
    height: 3.875rem;
    width: 340px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
  }
  .cm__btn.rsv {
    width: 390px;
  }

  .header {
    height: auto;
    padding: 16px 25px 16px 96px;
    position: relative;
    justify-content: space-between;
    border-bottom: none;
    position: static;
  }
  .home .header {
    background-color: transparent;
    position: relative;
    height: auto;
    justify-content: space-between;
  }
  .header__menu {
    display: block;
  }

  .spMenu, .spMenu.active, .header__menuBtn {
    display: none;
  }
  .header__menu {
    width: calc(100% - 200px);
    text-align: right;
    float: right;
  }
  .header__menu-item {
    display: inline-block;
    margin-right: 24px;
    margin-top: 5px;
  }
  .header__menu-item a {
    color: var(--Text);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s;
  }
  .header__menu-item a:hover {
    opacity: 0.6;
    cursor: pointer;
    color: var(--Main);
  }

  .header__logo > img,
  .header__logo a {
    width: 148px;
    height: 36px;
  }
  .header__logo a:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  .header__gnav {
    display: block;
    background: var(--Back);
  }
  .header__gnav-list {
    width: 760px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .header__gnav-item {
    display: inline-block;
    margin: 0;
    line-height: 50px;
  }
  .header__gnav-item a {
    color: var(--Text);
    text-decoration: none;
    font-size: 14px;
  }
  .header__gnav-item a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .header__linkBtn {
    display: flex;
    gap: 10px;
  }
  .accordion__list {
    display: none;
  }

  .call .number {
    font-size: 34px;
    pointer-events: none;
  }
  .call .number::before {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }

  .reservation__txt {
    font-size: 1rem;
  }
  .reservation__link .call {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .reservation__link .call .body .number {
    font-size: 48px;
  }

  .info__inner {
    width: 1020px;
    display: block;
  }
  .info__clinic {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "infoLeft . infoRight";
    margin-top: 16px;
  }

  .info__left {
    grid-area: infoLeft;
  }
  .info__left-sns li a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .info__right {
    max-width: 874px;
    margin-top: 24px;
    vertical-align: top;
  }
  .info__right .info__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 44px;
  }
  .info__right .info__list-item {
    margin-bottom: 15px;
    text-align: left;
  }
  .info__right .info__list-item a {
    padding-bottom: 14px;
  }
  .info__right .info__list-item a:hover {
    opacity: 0.6;
  }

  .footer__under-link {
    justify-content: flex-end;
    margin-top: 16px;
    flex-wrap: nowrap;
  }
  .footer__under-link a {
    font-size: 16px;
  }
  .copyright {
    text-align: right;
    font-size: 14px;
    margin-top: 18px;
    justify-content: flex-end;
  }

  .reservation {
    padding: 0;
  }
  .reservation__inner,
  #reservation .reservation__inner {
    width: 1020px;
    margin: 0 auto;
    padding: 64px 100px 267px;
  }
  .reservation__h2,
  #reservation .reservation__h2 {
    font-size: 40px;
  }
  .reservation__link {
    margin: 48px auto 0;
    padding: 24px;
    max-width: 740px;
    gap: 24px 12px;
  }
  .reservation__link > div {
    width: calc(50% - 6px);
  }
}
