/*

  全体レイアウト

================================================================
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;}
.inner-pc{
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;}
#container {
  position: relative;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
.pt0{ padding:0 0 80px !important;}
.mt80{ margin-top: 80px!important;}
.mb60{ margin-bottom: 60px!important;}
.txt .txt-line {
  display: inline;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #FAFF88 60%, #FAFF88 100%);
}
.point-3 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.point-3 .txt {
  font-size: 18px;
}
.point-3 figure {
  position: relative;
  margin-left: 50px;
}
.point-3 figure::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 20px;
  height: 1px;
  left: -35px;
  display: block;
  background-color: #C6C3C4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
#wrapper:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_wrapper_sp.jpg) no-repeat center / cover;
  z-index: -1;}
.inner {
  width: 100%;}
.inner-pc{
  position: initial;
  width: initial;
  height: initial;
  margin: initial;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}
.pt0{ padding: 0 0 5vw !important;}
.mt80{ margin-top: 10vw !important;}
.mb60{ margin-bottom: 10vw!important;}
.point-3 {
  flex-direction: column;
  margin-top: 5vw;}
.point-3 .txt {
  text-align: center;
  font-size: 3.8vw;
  margin-bottom: 3vw;}
.point-3 figure::before {
  content: none;}
.point-3 figure {
  margin-left: 0;}
}

/*

  ヘッダー構成

================================================================
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  height: 100px;
  z-index: 10;}
#header .flex {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;}
#header .flex h1,
#header .flex > a {
  position: absolute;
  bottom: -38px;
  left: 50px;}
#header .flex .right {
  display: flex;
  align-items: center;
  padding-right: 30px;}
#header .flex .right .phrase {
  margin-right: 20px;
  color: #676767;}
#head-nav-cta {
  display: flex;
  align-items: center;
  height: 50px;
  gap: 20px;
  justify-content: center;}
#head-nav-cta li {
  width: 190px;
  height: 100%;}
#head-nav-cta li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;}
#head-nav-cta li.tel a {
  /* pointer-events: none; */
  padding-left: 30px;
  background: linear-gradient(90deg, #FBBDBD, #ED8C85);}
#head-nav-cta li.tel.clinic01 a {
  background:linear-gradient(90deg, #C3C2C3, #828282);}
#head-nav-cta li.tel.clinic02 a {
  background:linear-gradient(90deg, #C0C2D3, #8B8AB8);}
#head-nav-cta li.tel.clinic03 a {
  background:linear-gradient(90deg, #9ECDED, #569FD1);}
#head-nav-cta li.web a {
  padding-left: 10px;
  background: linear-gradient(90deg, #D0BC86, #C6905B);}
#head-nav-cta li.line a {
  padding-left: 10px;
  background: linear-gradient(90deg, #8DE562, #43C606);}
#head-nav-cta li a span {
  position: relative;
  bottom: .1em;
  display: flex;
  align-items: center;}
#head-nav-cta li.tel a em {
  display: none;}
#head-nav-cta li.tel a i {
  display: inline-block;}
#head-nav-cta li a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}
#head-nav-cta li.tel a:before {
  width: 16px !important;
  height: 16px !important;
  margin-top: -8px;
  left: 16px;
  background-image: url(../img/common/icon_tel.svg);}
#head-nav-cta li.web a:before {
  width: 19px !important;
  height: 15px !important;
  margin-top: -8px;
  background-image: url(../img/common/icon_web.svg);}
#head-nav-cta li.line a:before {
  width: 22px !important;
  height: 21px !important;
  margin-top: -11px;
  background-image: url(../img/common/icon_line.svg);}
#head-nav-cta li a i {
  font-size: 86%;
  line-height: 1;
}
#head-nav-cta li.tel a i {
  background: rgba(255, 255, 255, .3);
  padding: 3px 6px;
  border-radius: 30px;
  margin-left: 5px;
  margin-top: 3px;}
#nav .nav-wrap .flex .right .box > #head-nav-cta li.tel a i {
  margin-top: 0;
  font-size: 10.83px;
}
#head-nav-cta li.tel.clinic02 a i {
  background: #BFC1D2;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#header {
  min-width: 100%;
  height: 16vw;}
#header .flex {
  align-items: flex-end;}
#header .flex h1,
#header .flex > a {
  bottom: -3vw;
  left: 5vw;
  z-index: 5;}
#header .flex h1 img,
#header .flex > a img {
  width: 23vw;}
#header .flex .right {
  padding-right: 5vw;
  margin-bottom: -2vw;}
#header .flex .right .phrase {
  display: none;}
#header .flex .right > #head-nav-cta {
  display: none;}
}

/*

  バーガーメニュー：ボタン

================================================================
*/
#burger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 3;}
#burger img {
  pointer-events: none;
  width: 19px;
  height: auto;
  transition: .2s;}
#burger:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 14px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon_burger_on.svg);
  transition: .2s;}
#burger.active img {
  opacity: 0;
  visibility: hidden;}
#burger.active:after {
  opacity: 1;
  visibility: visible;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#burger {
  width: 14vw;
  height: 14vw;
  margin-left: 0;}
#burger img {
  width: 5vw;}
#burger:after {
  margin: -2vw 0 0 -2vw;
  width: 4vw;}
}

/*

  バーガーメニュー：内部

================================================================
*/
#nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  height: 100svh;
  z-index: 2;}
#nav .nav-wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;}
#nav .nav-wrap .flex {
  position: relative;
  display: flex;
  justify-content: flex-end;}
#nav .nav-wrap .flex:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: max(40%, 500px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: url(../img/common/bg_nav.jpg);}
#nav .nav-wrap .flex .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(60%, 800px);
  height: 100%;}
#nav .nav-wrap .flex .right .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 689px;}
#nav .nav-wrap .flex .right .box > ul {
  margin-top: 20px;}
#nav .nav-wrap .flex .right .box .nav-link {
  width: 100%;
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;}
#nav .nav-wrap .flex .right .box .nav-link > ul {
  display: flex;
  flex-wrap: wrap;}
#nav .nav-wrap .flex .right .box > #head-nav-cta {
  flex-wrap: wrap;
  height:auto;
  gap: 10px;}
#nav #head-nav-cta li {
  width: 223px;
}
#nav .nav-wrap .flex .right .box > #head-nav-cta li a {
  height: 50px;
  width: 223px;
  font-size: 16px;
}
#nav .nav-wrap .flex .right .box > #head-nav-cta li a:before {
  width: 13.53px;
  height: 13.53px;
  aspect-ratio: 1 / 1;
}
#nav .nav-wrap .flex .right .box .nav-link > ul > li {
  width: 50%;
  margin-top: 30px;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li:nth-child(-n+2) {
  margin-top: 0;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li a {
  color: #000;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li.w100 {
  width: 100%;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul li {
  width: calc(100%/2);
  margin-top: 20px;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul li:nth-child(-n+2) {
  margin-top: 0;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul > li a {
  color: #676767;}
#nav .nav-wrap .flex .right .box .sns {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(198, 195, 196, .5);}
#nav .nav-wrap .flex .right .box .sns ul {
  display: flex;
  align-items: center;}
#nav .nav-wrap .flex .right .box .sns ul li + li {
  margin-left: 40px;}
#nav .nav-wrap .flex .right .box .sns ul li img {
  width: auto;
  height: 25px;}
#nav .nav-wrap .flex .right .box .sns ul li:last-child img {
  height: 22px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#nav {
  min-width: 100%;}
#nav .nav-wrap {
  width: 100%;
  height: auto;
  background-color: #fff;}
#nav .nav-wrap .flex {
  display: block;}
#nav .nav-wrap .flex:after {
  display: none;}
#nav .nav-wrap .flex .right {
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding : 22vw 0 5vw;
  box-shadow: 0 0 10vw rgba(0, 0, 0, .2);}
#nav .nav-wrap .flex .right .box {
  width: 100%;}
#nav .nav-wrap .flex .right .box .nav-link {
  margin-top: 3vw;}
#nav .nav-wrap .flex .right .box > a {
  display: none;}
#nav .nav-wrap .flex .right .box > ul {
  margin-top: 0;}

#head-nav-cta {
  width: 100%;
  justify-content: space-between;
  height: 12vw;
  padding: 0 5vw;}
#nav .nav-wrap .flex .right .box > #head-nav-cta li {
  width: 48%;}
#head-nav-cta li a {
  border-radius: 2vw;
  font-size: 3.8vw;
  padding: 2vw;
  height: 10vw;}
#head-nav-cta li.tel a {
  pointer-events: auto;
  padding-left: 2vw;}
#head-nav-cta li.web a {
  padding-left: 2vw;}
#head-nav-cta li.line a {
  padding-left: 2vw;}
#head-nav-cta li a:before {
  display: none;}
#head-nav-cta li.tel a em {
  display: inline-block;
  font-size: 86%;}
#head-nav-cta li.tel a i {
  display: none;}
#nav .nav-wrap .flex .right .box > #head-nav-cta li.tel a i {
  display: block;
  font-size: 3vw;
  border-radius: 2vw;
  padding: 2vw;
  margin-left: 1.5vw;}
#nav #head-nav-cta {
  max-width: 690px;
  width: 100%;
}
/* #nav #head-nav-cta li {
  width: 223px;
} */
/* #nav .nav-wrap .flex .right .box > #head-nav-cta li.tel a span {
  display: none;} */
#nav .nav-wrap .flex .right .box .nav-link {
  margin-top: 5vw;
  padding: 0 7vw;
  font-weight: 500;
  font-size: 3.6vw;
  color: #676767;}
#nav .nav-wrap .flex .right .box .nav-link > ul {
  flex-direction: column;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li {
  width: 100%;
  margin-top: 0;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li + li {
  border-top: 1px solid rgba(198, 196, 195, .5);}
#nav .nav-wrap .flex .right .box .nav-link > ul > li a {
  display: block;
  padding: 5vw 0 3vw;
  background: url(../img/common/icon_link_arrow_left.svg) no-repeat right 1vw bottom 4vw / 2.8vw auto;
  color: #676767;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li.w100 a {
  line-height: 1.6;
  background: none;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li span {
  display: block;
  padding: 5vw 0 3vw;
  border-bottom: 1px solid rgba(198, 196, 195, .5);}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  padding-left: 0;
  font-size: 3.4vw;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul > li {
  position: relative;
  padding-left: 4vw;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 1vw;
  left: 0;
  width: 2vw;
  height: 2vw;
  border-radius: 100%;
  background-color: rgba(198, 196, 195, .5);}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul > li a {
  display: inline-block;
  padding: 0;}
#nav .nav-wrap .flex .right .box .nav-link > ul > li > ul > li + li {
  margin-top: 3.5vw;}
#nav .nav-wrap .flex .right .box .sns {
  width: 100%;
  margin-top: 10vw;
  padding: 0 5vw;
  padding-top: 5vw;}
#nav .nav-wrap .flex .right .box .sns ul {
  justify-content: center;}
#nav .nav-wrap .flex .right .box .sns ul li + li {
  margin-left: 10vw;}
#nav .nav-wrap .flex .right .box .sns ul li img {
  width: auto;
  height: 5.5vw;}
#nav .nav-wrap .flex .right .box .sns ul li:last-child img {
  height: 5vw;}
}

/* ------------------------------------------------------- sp: contact CTA アイコン調整 */
@media (max-width: 767px) {
  /* contactセクション専用。アイコンをテキスト左19px相当の位置に表示 */
  .temp-menu-cta .flex .right #head-nav-cta li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .temp-menu-cta .flex .right #head-nav-cta li a:before {
    position: static;
    content: "";
    display: inline-block;
    width: clamp(24px, 4.82vw, 30px); /* 622px幅で約30px */
    height: clamp(24px, 4.82vw, 30px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: none;
    margin: 0;
    pointer-events: none;
  }
  .temp-menu-cta .flex .right #head-nav-cta li.web a:before {
    background-image: url(../img/common/icon_web.svg);
  }
  .temp-menu-cta .flex .right #head-nav-cta li.line a:before {
    background-image: url(../img/common/icon_line.svg);
  }
  .temp-menu-cta .flex .right #head-nav-cta li.tel a:before {
    background-image: url(../img/common/icon_tel.svg);
  }
}


/*

  フッター構成

================================================================
*/
#footer {
  position: relative;
  background-color: #fff;}
#footer .flex {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;}
#footer .flex > .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;}
#footer .flex > .left .address {
  margin-top: 30px;
  line-height: 1.6;
  color: #676767;}
#footer .flex > .left ul {
  display: flex;
  align-items: center;
  margin-top: 50px;}
#footer .flex > .left ul li + li {
  margin-left: 40px;}
#footer .flex > .left ul li img {
  width: auto;
  height: 22px;}
#footer .flex > .left ul li:last-child img {
  height: 20px;}
#footer .flex > .right {
  flex: 1;
  margin-left: 50px;}
#footer .flex .right .foot-top {
  position: relative;
  margin-bottom: 40px;}
#footer .flex .right .foot-top .in-flex {
  display: flex;}
#footer .flex .right .foot-top .in-flex .left {
  width: 60%;}
#footer .flex .right .foot-top .in-flex ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;}
#footer .flex .right .foot-top .in-flex ul li {
  width: calc(100%/3);
  margin-top: 20px;}
#footer .flex .right .foot-top .in-flex ul li:nth-child(-n+3) {
  margin-top: 0;}
#footer .flex .right .foot-top .in-flex ul li a {
  color: #000;}
#footer .flex .right .foot-top .in-flex .right {
  width: 40%;
  display: flex;}
#footer .flex .right .foot-top .in-flex .right > ul {
  display: block;
  width: 50%;}
#footer .flex .right .foot-top .in-flex .right > ul > li {
  width: 100%;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul {
  display: block;
  margin-top: 20px;
  padding-left: .5em;
  font-size: 13px;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul > li {
  width: 100%;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul > li + li {
  margin-top: 15px;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul > li a {
  color: #676767;}
#footer .flex .right .foot-bottom {
  position: relative;}
#footer .flex .right .foot-bottom .title {
  margin-bottom: 20px;
  font-size: 14px;}
#footer .flex .right .foot-bottom .in-flex {
  display: flex;
  justify-content: space-between;}
#footer .flex .right .foot-bottom .in-flex .tr01 {
  width: 50%;}
#footer .flex .right .foot-bottom .in-flex .tr02 {
  width: 25%;}
#footer .flex .right .foot-bottom .in-flex .stitle {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;}
#footer .flex .right .foot-bottom .in-flex .stitle:before {
  content: '';
  position: absolute;
  top: .15em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;}
#footer .flex .right .foot-bottom .in-flex .tr01 .stitle:before {
  background-color: #ED9790;}
#footer .flex .right .foot-bottom .in-flex .tr02 .stitle:before {
  background-color: #BFD36C;}
#footer .flex .right .foot-bottom .in-flex .tr03 .stitle:before {
  background-color: #D0BC86;}
#footer .flex .right .foot-bottom .in-flex ul {
  position: relative;
  left: 5px;
  padding: 10px 0 10px 15px;
  font-size: 13px;}
#footer .flex .right .foot-bottom .in-flex ul li + li {
  margin-top: 15px;}
#footer .flex .right .foot-bottom .in-flex ul li a {
  color: #676767;}
#footer .flex .right .foot-bottom .in-flex .tr01 ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ED9790;}
#footer .flex .right .foot-bottom .in-flex .tr01 ul li {
  width: 50%;}
#footer .flex .right .foot-bottom .in-flex .tr01 ul li:nth-child(-n+2) {
  margin-top: 0;}
#footer .flex .right .foot-bottom .in-flex .tr02 ul {
  border-left: 1px solid #BFD36C;}
#footer .flex .right .foot-bottom .in-flex .tr03 ul {
  border-left: 1px solid #D0BC86;}
#footer small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #C6C3C4, #818181);
  font-size: 15px;
  color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#footer .flex {
  flex-direction: column-reverse;
  padding: 10vw 0 14vw;}
#footer .flex > .left {
  margin-top: 10vw;
  align-items: center;
  justify-content: center;}
#footer .flex > .left a img {
  width: 30vw;
  height: auto;}
#footer .flex > .left .address {
  text-align: center;
  margin-top: 5vw;
  font-size: 3.2vw;}
#footer .flex > .left ul {
  justify-content: center;}
#footer .flex > .left ul li + li {
  margin-left: 10vw;}
#footer .flex > .left ul li img {
  width: auto;
  height: 5.5vw;}
#footer .flex > .left ul li:last-child img {
  height: 5vw;}
#footer .flex > .right {
  width: 100%;
  margin-left: 0;
  padding: 0 7vw;}
#footer .flex .right .foot-top {
  margin-bottom: 10vw;}
#footer .flex .right .foot-top .in-flex {
  display: block;}
#footer .flex .right .foot-top .in-flex .left {
  width: 100%;}
#footer .flex .right .foot-top .in-flex ul {
  justify-content: space-between;
  font-size: 3.6vw;}
#footer .flex .right .foot-top .in-flex ul li {
  width: 48%;
  margin-top: 0;
  border-bottom: 1px solid rgba(198, 195, 196, .5);}
#footer .flex .right .foot-top .in-flex ul li a {
  display: block;
  padding: 5vw 0 3vw;
  color: #676767;}
#footer .flex .right .foot-top .in-flex ul li span {
  display: block;
  padding: 5vw 0 3vw;
  color: #676767;
  border-bottom: 1px solid rgba(198, 195, 196, .5);}
#footer .flex .right .foot-top .in-flex .right {
  width: 100%;
  justify-content: space-between;}
#footer .flex .right .foot-top .in-flex .right > ul {
  display: block;
  width: 48%;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul {
  display: block;
  margin-top: 0;
  padding-left: 0;
  font-size: 3.4vw;}
#footer .flex .right .foot-top .in-flex .right > ul > li:nth-child(1) > a {
  border-bottom: 1px solid rgba(198, 195, 196, .5);}
#footer .flex .right .foot-top .in-flex .right > ul > li {
  border-bottom: none;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul > li + li {
  margin-top: 0;}
#footer .flex .right .foot-top .in-flex .right > ul > li > ul > li a {
  padding: 3vw 0 3vw 1vw;}
#footer .flex .right .foot-bottom .title {
  margin-bottom: 5vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgba(198, 195, 196, .5);
  font-size: 3.6vw;
  color: #676767;}
#footer .flex .right .foot-bottom .in-flex {
  flex-direction: column;}
#footer .flex .right .foot-bottom .in-flex .tr01 {
  width: 100%;}
#footer .flex .right .foot-bottom .in-flex .tr02 {
  width: 100%;}
#footer .flex .right .foot-bottom .in-flex .tr03 {
  width: 100%;}
#footer .flex .right .foot-bottom .in-flex > div + div {
  margin-top: 5vw;}
#footer .flex .right .foot-bottom .in-flex .stitle {
  margin-bottom: 4vw;
  padding-left: 5vw;
  font-size: 3.6vw;
  color: #676767;}
#footer .flex .right .foot-bottom .in-flex .stitle:before {
  top: .25em;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;}
#footer .flex .right .foot-bottom .in-flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  left: 1vw;
  padding: 2vw 0 2vw 4vw;
  font-size: 3.4vw;}
#footer .flex .right .foot-bottom .in-flex ul li {
  width: 48%;
  margin-top: 3vw;
  line-height: 1.5;}
#footer .flex .right .foot-bottom .in-flex ul li + li {
  margin-top: 3vw;}
#footer .flex .right .foot-bottom .in-flex ul li:nth-child(-n+2) {
  margin-top: 0;}
#footer .flex .right .foot-bottom .in-flex ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  align-items: center;}
#footer .flex .right .foot-bottom .in-flex .tr01 ul li {
  width: 48%;}
#footer small {
  height: 10vw;
  font-size: 2.8vw;}
#footer .ws-nowrap {
  white-space:nowrap;}
}
/*

  スマホ：CTA

================================================================
*/
#sp-cta {
  display: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#sp-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255,1);
  padding: 3vw 3vw 4vw;
  z-index: 5;}
#sp-cta ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:1.25vw;
  height: 14vw;}
#sp-cta ul li {
  position:relative;
  width: calc(100% / 3);
  height: 100%;}
/* #sp-cta ul li.tel {
  width: 13.75vw;} */
#sp-cta ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1vw;
  left: 0;
  border-radius: 2vw;}
#sp-cta ul li.tel::before {
  background-color: #BD665F;}
#sp-cta ul li.web::before {
  background-color: #A67443;}
#sp-cta ul li.line::before {
  background-color: #389A0B;}
#sp-cta ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 2vw;
  font-size: 3.3vw;
  z-index: 1;
  font-weight: 500;
  color: #fff;}
#sp-cta ul li.web a,
#sp-cta ul li.line a {
  font-size: 3.5vw;}
#sp-cta ul li.tel a {
  background: linear-gradient(90deg, #FBBDBD, #ED8C85);}
#sp-cta ul li.web a {
  background: linear-gradient(90deg, #D0BC86, #C6905B);}
#sp-cta ul li.line a {
  background: linear-gradient(90deg, #8DE562, #43C606);}
#sp-cta ul li a span {
  position: relative;
  bottom: .1em;
  display: flex;
  align-items: center;}
/* #sp-cta ul li.tel a span {
  padding-top: 5vw;} */
#sp-cta ul li.web a span,
#sp-cta ul li.line a span, 
#sp-cta ul li.tel a span {
  padding-left: 6vw;}
#sp-cta ul li.tel a span::before {
  content:"";
  background-image:url(../img/common/icon_tel.svg);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 4vw;
  height: 4vw;}
#sp-cta ul li.web a span::before,
#sp-cta ul li.line a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;}
#sp-cta ul li.web a span::before {
  width: 4.7vw;
  height: 3.5vw;
  background-image:url(../img/common/icon_web.svg);}
#sp-cta ul li.line a span::before {
  width: 4.4vw;
  height: 4.4vw;
  background-image:url(../img/common/icon_line.svg);}
#sp-cta ul li.tel a em {
  display: none;}
#sp-cta ul li.tel a i {
  display: inline-block;}
#sp-cta ul li a i {
  font-size: 86%;}}

/* =======================================================
   電話予約モーダル ★追加
======================================================= */

body.is-tel-modal-open {
  overflow: hidden;
}

.tel-modal {
  display: none; /* is-open が付いたときに表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50; /* ヘッダーより前面 */
}

.tel-modal.is-open {
  display: block;
}

.tel-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(36, 36, 36, 0.6);
}

.tel-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(800px, calc(100% - 80px));
  max-width: 650px;
  max-height: calc(100vh - 80px);
  padding: 53px 95px;
  background-color: #FBFCF9;
  border-radius: 19.5px;
  box-sizing: border-box;
}

.tel-modal__list {
  /* margin: 0; */
  padding: 0;
  list-style: none;
}

.tel-modal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #313131;
  margin-bottom: 32px;
}
.tel-modal__item:last-child {
  margin-bottom: 0;
}
.tel-modal__clinic {
  flex: 1 1 auto;
}

.tel-modal__clinic-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 25.51px !important;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 !important;
}

.tel-modal__clinic-time {
  font-family: "zkgn-r",sans-serif !important;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  /* color: #313131; */
  margin: 0 !important;
}

.tel-modal__btn {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 247px;
  padding: 13px 44px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
}

.tel-modal__btn::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/common/icon_tel.svg) no-repeat center / cover;
}

.tel-modal__btn:hover {
  opacity: 0.8;
  color: #fff;
}
.tel-modal__btn-label {
  font-size: 13px;
  margin-right: 6px;
  opacity: 0.9;
}

.tel-modal__btn-number {
  letter-spacing: 0.08em;
}

/* クリニックごとのグラデーション色 */
.tel-modal__btn--shinjuku {
  background: linear-gradient(90deg, #C6C3C4, #818181);
}

.tel-modal__btn--ginza {
  background: linear-gradient(90deg, #C0C2D3, #8B8AB8);
}

.tel-modal__btn--yokohama {
  background: linear-gradient(90deg, #87C2E8, #4D9AD9);
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.pc-only #head-nav-cta .tel li a {
  font-size: 17px;
}
/* SP レイアウト調整 */
@media (max-width: 767px) {
  .tel-modal__inner {
    width: calc(100% - 30px);
    max-height: calc(100vh - 40px);
    padding: 28px 20px 24px;
  }

  .tel-modal__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .tel-modal__btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding-left: 44px;
  }

  .tel-modal__clinic-name {
    font-size: 18px;
  }

  .tel-modal__clinic-time {
    font-size: 11px;
  }

  .tel-modal__close {
    top: 10px;
    right: 12px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

}
