:root {
  --blue: #009abc;
  --yellow: #f8e351;
  --white-blue: #eefffe;
}

body,
html {
  font-family: "Zen Maru Gothic", Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif !important;
  font-style: normal;
}
li a, p a{
  text-decoration: none !important;
}
img{
  border-radius: 16px !important;
}
h1 a{
  color: var(--blue) !important;
}
.site-body{
  padding: 0 !important;
  /* スクロールの挙動 */
  margin-top: 0 !important;

}
.main-section{
  margin-bottom: 0 !important;
}

/* ヘッダー */
.site-header {
  box-shadow: none !important;
}
div#site-header-container {
  max-width: 100% !important;
  height: 100px;
  padding-left: 0;
}

.device-mobile .global-nav-list > li .global-nav-name {
  font-size: 20px !important;
}
.site-header-logo img , .mobile-nav-logo img, img.profile_media, .footer__info-logo img{
  border-radius: inherit !important;
}
/* ヘッダー　予約ボタン */
ul#menu-headernavigation {
  margin-right: 0;
  justify-content: flex-end;
  align-items: center;
}
.header-web-reservation {
  /* background-image: url("/wp-content/uploads/2025/12/yellow-button01.svg"); */
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 250px;
  /* min-width: 225px; */
  height: 80px;
  border-radius: 100px;
  background-color:  #ffd56c;
}
.global-nav-list > li .global-nav-name {
  font-size: clamp(14px, 1.2vw, 18px) !important;
}
/* ヘッダーの下の線 */
.global-nav-list>li:before{
  border-bottom: 1px solid var(--blue) !important;
}
.header-web-reservation:before{
  display: none !important;

}
/* 診療内容のホバー */
.global-nav-list>li>ul.sub-menu{
  border-radius: 10px;
  background-color:var(--blue) !important;
}
.global-nav-list>li.menu-item-has-children::after{
  border-bottom-color:var(--blue) !important;
}
.header-web-reservation a strong {
  position: relative !important;
  display: block;
  font-size: min(1vw, 25px) !important;
}
.header-web-reservation a {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  color: var(--blue) !important;
}

.header-web-reservation::after {
  width: 34px;
  aspect-ratio: 1 / 1;
  content: "";
  display: block;
  margin-left: 20px;
  background-color: #fff;
  background-image: url("/wp-content/uploads/2025/12/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  border-radius: 50%;
  right: 5%;
  top: 30%;
  position: absolute;
}
/* ヘッダー　ロゴの大きさ・角丸 */
.site-header-logo a {
  height: auto;
  margin-top: 26px;
  width: auto;
  display: flex;
  padding: 0 30px 30px 10px;
  background-color: #fff;
  justify-content: center;
  position: relative;
  border-radius: 30px;
}
.header_scrolled .site-header-container--scrolled--logo-and-nav-full a {
  background-color: transparent !important;
}

.site-header-logo img {
  max-height: inherit !important;
  height: auto;
  width: 338px;
  max-width: 100%;
}
.site-header-logo a::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/12/radius.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  right: -35px;
  top: 55px;
  position: absolute;
  width: 36px;
  height: 36px;
  rotate: 90deg;
}
.site-header-logo a::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/12/radius.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  right: 0;
  left: 70px;
  top: 100%;
  position: absolute;
  width: 36px;
  height: 36px;
  rotate: 90deg;
}
/* ヘッダー　角丸をスクロールした時は消す */
.header_scrolled .site-header-container--scrolled--logo-and-nav-full a::before {
  background-image: none !important;
}

.header_scrolled .site-header-container--scrolled--logo-and-nav-full a::after {
  background-image: none !important;
}

@media (max-width: 1280px) {
  .global-nav ul li {
    display: none !important;
  }
  /* .global-nav ul li:last-child{
      display: block !important;
     } */
  .mobile-fix-nav {
    display: block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  /* ヘッダー　角丸調整 */
  .site-header-logo a::before {
    right: -2.42vw;
    top: 4.017vw;
    width: 2.571429vw;
    height: 2.571429vw;
  }
  .site-header-logo a::after {
    right: 0;
    left: 4.95vw;
    width: 2.571429vw;
    height: 2.571429vw;
  }
}
@media (max-width: 992px) {
  div#site-header-container {
    display: flex !important;
    justify-content: space-between;
  }
  .site-header-logo a::before {
    right: -33px;
    top: 67px;
    width: 33px;
    height: 33px;
  }
  .site-header-logo a::after {
    right: 0;
    left: 70px;
    width: 33px;
    height: 33px;
  }
  /* スクロールしたときの挙動 */
  .site-body--padding-vertical--off{
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .site-header-logo {
    text-align: left !important;
  }
  .site-header--layout--nav-float .site-header-logo a {
    display: block !important;
    width: fit-content !important;
  }
  .site-header-container {
    overflow: visible !important;
  }
  /* .global-nav{
    display: block !important;
  } */
}

@media (max-width: 768px) {
  .site-header-logo img {
    width: 100 !important;
  }
  .site-header-logo {
    width: 16.5rem !important;
  }
  div#site-header-container {
    height: 70px !important;
  }
  .site-header-logo a {
    padding-bottom: 20px;
  }
  .site-header-logo a::before {
    right: -22px;
    top: 37px;
    width: 25px;
    height: 25px;
  }
  .site-header-logo a::after {
    right: 0;
    left: 50px;
    width: 23px;
    height: 23px;
  }
  
}

/* ハンバーガーメニュー */
.vk-mobile-nav-menu-btn {
  left: inherit !important;
  right: 5px !important;
  background-color: var(--blue) !important;
  border: none !important;
  border-radius: 8px 0 8px 0 !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url("/wp-content/uploads/2025/12/hamburger-menu.svg") !important;
  background-size: 46px !important;
}
.vk-mobile-nav-menu-btn.menu-open{
   background-image: url("/wp-content/uploads/2025/12/hamburger-close.svg") !important;
}
.mobile-nav-contact-button {
  position: relative;
  max-width: 500px !important;
}
.mobile-nav-contact-button i {
  position: absolute;
  top: 30%;
  right: 4%;
}

.mobile-nav-contact-button.web-reservation::before {
  width: 27px;
  aspect-ratio: 1 / 1;
  content: "";
  display: block;
  margin-left: 20px;
  background-color: #fff;
  background-image: url("/wp-content/uploads/2025/12/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50% 50%;
  border-radius: 50%;
  right: 4%;
  top: 24%;
  position: absolute;
}

.vk-mobile-nav-menu-outer ul li a {
  font-size: 18px !important;
  font-weight: 600;
  padding: 0.7em 0.7em !important;
}
.vk-mobile-nav-menu-outer ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--yellow);
  border-radius: 50%;
}

ul.sub-menu.acc-child-open li a::before {
  display: none !important;
}
.vk-menu-acc ul.acc-child-close li a::before {
  display: none !important;
}
.vk-mobile-nav {
  padding: 45px 30px !important;
  background-color: var(--white-blue) !important;
}
.vk-mobile-nav nav > ul {
  border-top: 2px solid var(--white-blue) !important;
}
ul.sub-menu.acc-child-open li a {
  font-size: 16px !important;
  border-bottom: 1px dotted #eee !important;
}
ul.sub-menu.acc-child-close li a {
  font-size: 16px !important;
  border-bottom: 1px dotted #eee !important;
}
.vk-menu-acc ul.acc-child-close li a {
  font-size: 16px !important;
}
.vk-mobile-nav nav ul li a {
  border-bottom: 1px solid var(--blue) !important;
}
.vk-menu-acc .acc-btn {
  top: 12px !important;
}
span.acc-btn.acc-btn-open {
  background-image: url("/wp-content/uploads/2025/12/plus-white.svg") !important;
  background-color: var(--blue) !important;
  border-radius: 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  border: none;
}
.vk-menu-acc .acc-btn-close {
  background-image: url("/wp-content/uploads/2025/12/minus-white.svg") !important;
  background-color: var(--blue) !important;
  border-radius: 50% !important;
  background-size: 19px !important;
  background-repeat: no-repeat;
  border: none !important;
}
.mobile-nav-logo {
  max-width: 220px !important;
}

@media (max-width: 1280px) {
  body.device-pc .vk-mobile-nav-menu-btn {
    display: block !important;
  }
  body.device-pc .vk-mobile-nav {
    display: block !important;
  }
}
/* ページトップボタン */
.scrolled .page_top_btn{
  display: none !important;
}

/* PC固定CTA */
.fixed-mail-button{
  position: fixed;
  top: 280px;
  right: -10px;
  z-index: 5000;
  width: 110px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  will-change: filter, transform;
}
.fixed-tel-button{
  position: fixed;
  top: 650px;
  right: -10px;
  z-index: 5000;
  width: 110px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  will-change: filter, transform;
}
.fixed-mail-button:hover, .fixed-tel-button:hover{
  filter: drop-shadow(0 10px 24px rgba(0, 154, 188, 0.3));
  opacity: 0.9;
}
@media (max-width: 1280px) {
  .fixed-mail-button ,.fixed-tel-button{
  display: none !important;
}
}

/* モバイル固定CTA */
@media (max-width: 1280px) {
  .mobile-fix-nav {
    display: block !important;
  }
}
.button-fixed-column {
  gap: 0px !important;
  margin-bottom: 0px !important;
  height: 6rem !important;
}
.button-fixed-contents {
  padding: 13px 0 !important;
  /* height: 100px !important; */
  height: 6rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.button-fixed-wave-img {
  margin-top: 0 !important;
}
#button-fixed-icon {
  margin-bottom: 0 !important;
}
.mobile-fix-nav-top{
  border-bottom: none !important;
  border-top: none !important;
}
/* 黄色ボタン */
.nagimachi-button.yellow-button {
  background: url("/wp-content/uploads/2025/12/yellow-button01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  aspect-ratio: 4.5 / 1;
  max-width: 380px;
  justify-content: center;
}
.button-sub-message{
  content: "";
  font-size: 18px;
  position: relative;
  text-align: center;
  top: 16px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  height: 40px;
  padding: 0.2rem 0;
  color: #fff;
  border-radius: 100vh;
  background: var(--blue);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.button-sub-message::before{
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.button-sub-message::before{
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--blue) transparent transparent transparent;
}

.nagimachi-button-text.nagimachi-yellow-button {
  position: absolute;
  margin: 0 !important;
  color: var(--blue) !important;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .nagimachi-button-text.info-button {
    display: none;
  }
  
  .nagimachi-button-text.nagimachi-yellow-button {
    display: flex !important;
  }
  
}

/* 各ページmv */
.individual-page-title__h1{
    max-width: 350px;
    display: block;
    position: relative;
    z-index: 1;
    bottom: 0;
    /* top: 0 !important;
    left: 0 !important;
    transform: inherit !important; */
    font-size: 2rem;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 10px !important;

}
.individual-page__h1{
  position: absolute;
    padding: 26px 0px 0px 90px;
    background-color: #fff;
    bottom: 0;
    width: 70%;
    max-width: 380px !important;
    z-index: 5;
    border-radius: 0 50px 0 0;
}
.individual-page__h1::before{
  content: "";
    display: block;
    background-image: url("/wp-content/uploads/2025/12/radius.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    left: 70px;
    top: -35px;
    position: absolute;
    width: 36px;
    height: 36px;
    rotate: 0deg;
}
.individual-page__h1::after{
  content: "";
    display: block;
    background-image: url("/wp-content/uploads/2025/12/radius.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    right: -36px;
    bottom: 0px;
    position: absolute;
    width: 36px;
    height: 36px;
    rotate: 0deg;
}

@media (max-width: 768px) {
  .individual-page__h1::before{
    left: 50px;
}
.individual-page-title__h1{
  margin-bottom: 0 !important;
}
  .individual-page__h1{
    padding: 12px 0px 0px 50px;
  }
}


/* 矢印 */
.white-arrow::after {
  width: 34px;
  aspect-ratio: 1 / 1;
  content: "";
  display: block;
  margin-left: 20px;
  background-color: var(--blue);
  background-image: url("/wp-content/uploads/2025/12/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
  position: relative;
  top: 16px;
}
.blue-arrow::after {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 15px;
  top: 50%;
  bottom: 0;
  margin: auto;
  aspect-ratio: 1 / 1;
  content: "";
  display: block;
  margin-left: 20px;
  background-color: #fff;
  background-image: url("/wp-content/uploads/2025/12/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
}

/* ボタン */
.nagimachi-button-text.info-button {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 40px !important;
  
}
.nagimachi-button-text-sp.info-button {
  display: none;
}
.nagimachi-button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  will-change: filter, transform;
}
.nagimachi-button-text {
  position: relative;
  display: inline-block;
}

/* 青ボタン */
.nagimachi-button.blue-button {
  background: url("/wp-content/uploads/2025/12/button-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  aspect-ratio: 4.5 / 1;
  max-width: 380px;
  justify-content: center;
}
.nagimachi-button-text.nagimachi-blue-button {
  position: absolute;
  margin: 0 !important;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
}
/* ボタンホバー */
.nagimachi-button:hover {
  filter: drop-shadow(0 10px 24px rgba(0, 154, 188, 0.3));
  
}

.nagimachi-button:hover::after {
  transform: translate(6px, -50%);
}
.white-arrow:hover::after{
  transform: translate(8px, -50%);
}
@media (max-width: 768px) {
  .nagimachi-button-text.info-button {
    display: none;
  }
  .nagimachi-button-text-sp.info-button {
    display: flex;
    justify-content: flex-end;
  }
  .nagimachi-button-text.nagimachi-blue-button {
    display: flex !important;
  }
  .nagimachi-button.blue-button {
    max-width: 300px;
  }
}





/* フッター */
.site-footer {
  border-top: none !important;
}


.site-footer{
  background-image: url("/wp-content/uploads/2025/12/footer-img.webp");
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: rgb(243 255 254 / 0.6);
}
.footer-contents__tel-button{
  max-width: 380px !important;
  margin: 20px auto 0 !important;
}

.footer-contents__tel-button:hover {
  filter: drop-shadow(0 10px 24px rgba(0, 154, 188, 0.3));
  
}



.footer-table th, .footer-table td{
	padding: 14px;
	font-weight: normal;
	text-align: left;
	border-color: transparent transparent  #94D5D3 !important;
}
.footer-contents__clinic-info{
  margin-top: 80px;
}
.site-footer-content{
  padding-top: 250px !important;
}
.footer__info-logo{
  font-size: 18px;
}
.footer__info-logo p{
  margin-top: 15px !important;
}
.footer-nav-column{
  font-size: 18px;
  font-weight: 500;
}
.footer-nav-column ul{
  list-style: none !important;
}
.footer-nav-column ul li{
   margin-top: 20px !important;
   margin-bottom: 14px !important;
}
/* インフォフッター */
.footer-contents__message{
  font-size: 28px;
  font-weight: 500;
  color: var(--blue);
  text-align: center;
  margin-bottom: 80px !important;
}
.footer-contents__message span{
  font-size: 36px;
}

.section-footer__info-wrapper{
  position: relative;
    z-index: 100;
    padding: 150px 0;
    background-color: rgb(243 255 254 / 0.6);
    margin-top: 250px;
}
.section-footer__info-wrapper::before{
  content: "";
    background-image: url(/wp-content/uploads/2026/01/wave-white-blue-scaled.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 410px;
    z-index: -10;
}
.footer-contents__message-br{
  display: none;
}
.section-footer__info-area{
  margin-bottom: 80px !important;
}
@media (max-width: 992px) {
  /* .col-lg-4{
    flex: 0 0 50% !important;
    max-width: 50% !important;
  } */
  .footer-sns-column{
    margin-top: 30px !important;
  }
  .section-footer__info-wrapper::before{
    height: 23vw;
    top: -13vw;
  }
}
@media (max-width: 768px) {
  .site-footer-content{
    padding-top: 140px !important;
  }
  .footer-nav-column{
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }
  .site-footer{
    height: 900px;
  }
  .section-footer__info-wrapper{
    padding: 12vw 0;
    margin-top: 30vw;
  }
  .footer-contents__message-br{
  display: block;
}
.footer-contents__message{
  font-size: 4vw;
  margin-bottom: 5vw !important;
}
.footer-contents__message span{
  font-size: 5.5vw;
}

}
