@charset "UTF-8";
/* SCSSファイルの最上部に記述 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,500;1,300&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.btn {
  padding: 0;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #4A4641;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 766px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none !important;
}
@media (min-width: 767px) and (max-width:1024px) {
  .pc-none {
    display: block !important;
  }
}
@media screen and (max-width: 766px) {
  .pc-none {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width:1024px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .sp-none {
    display: none !important;
  }
}

.btn {
  display: block !important;
}
.btn a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.inner {
  padding-left: 90px;
  padding-right: 90px;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wide-inner {
  padding-left: 0px;
  padding-right: 90px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .wide-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .wide-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixed-sp-btns {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 60px;
  text-align: center;
}
.fixed-sp-btns a {
  display: inline-block;
  font-size: 14px;
}
.fixed-sp-btns a img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.top-btn {
  background-color: #fff;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-btn a {
  padding-top: 5px;
  color: #4A4641;
}
.top-btn a img {
  display: block;
  margin: 3px auto;
}

.web-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  background-color: #B8A79A;
}
.web-btn a {
  color: #fff;
  padding-top: 5px;
}
.web-btn a img {
  display: block;
}

.first-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  background: linear-gradient(180deg, #B8A79A 0%, #4A4641 100%);
}
.first-btn a {
  color: #fff;
  padding-top: 5px;
}
.first-btn a img {
  display: block;
}

.time-btn {
  width: 20%;
  background-color: #4A4641;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.time-btn a {
  color: #fff;
}
.time-btn a img {
  display: block;
}

.access-btn {
  background-color: rgba(0, 0, 0, 0.8);
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.access-btn a {
  color: #fff;
  padding-top: 5px;
}
.access-btn a img {
  display: block;
}

.fixed-btns {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 300;
  width: 90px;
  letter-spacing: 0.15rem;
}
.fixed-btns.is-scrolled {
  top: 0;
}
.fixed-btns .fixed-access {
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 90px;
  padding: 20px 0;
}
.fixed-btns .fixed-access img {
  width: 25px;
  display: block;
  margin: 0 auto 10px auto;
}
.fixed-btns .fixed-access a {
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease;
}
.fixed-btns .fixed-access a:hover {
  opacity: 0.7;
}
.fixed-btns .fixed-access.is-active {
  height: 90px;
  opacity: 1;
  margin-bottom: 5px;
}
.fixed-btns .fixed-parking {
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 90px;
  padding: 15px 0;
  transition: all 0.4s ease;
  background: linear-gradient(90deg, #B8A79A 0%, #4A4641 100%);
}
.fixed-btns .fixed-parking a {
  color: #fff;
  display: inline-block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.fixed-btns .fixed-parking a:hover {
  opacity: 0.7;
}
.fixed-btns .fixed-parking img {
  width: 35px;
  display: block;
  margin: 0 auto 10px auto;
}
.fixed-btns .fixed-parking.is-active {
  height: 90px;
  opacity: 1;
  margin-bottom: 5px;
}

.fixed-web {
  background-color: #4A4641;
  width: 90px;
  padding: 20px 0;
}
.fixed-web a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: 100%;
  line-height: 1.4;
  transition: all 0.5s;
}
.fixed-web a:hover {
  opacity: 0.7;
}
.fixed-web a img {
  width: 35px;
  display: block;
  margin: 0 auto 10px auto;
}

.fixed-tel,
.fixed-line {
  background-color: #fff;
  width: 90px;
  padding: 10px 0;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  transition: all 0.5s;
}
.fixed-tel img,
.fixed-line img {
  display: block;
  width: 40px;
}
.fixed-tel:hover,
.fixed-line:hover {
  opacity: 0.7;
}
.fixed-tel p,
.fixed-line p {
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding-top: 5px;
}

.more-btn {
  width: 250px;
  margin: 30px 0 0 auto;
  transition: all 0.5s;
}
.more-btn:hover {
  opacity: 0.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .more-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 766px) {
  .more-btn {
    margin-right: auto;
  }
}
.more-btn a {
  display: inline-block;
  letter-spacing: 0.2rem;
  padding-top: 8px;
  color: #000;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
}
.more-btn a img {
  width: 30px;
  margin-left: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.page-top-btn {
  position: fixed;
  z-index: 20;
  right: 37px;
  bottom: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 766px) {
  .page-top-btn {
    bottom: 80px;
    right: 10px;
  }
}
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn img {
  width: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 766px) {
  .page-top-btn img {
    width: 12px;
  }
}
.page-top-btn:hover {
  opacity: 0.7;
}

.section-title {
  text-align: center;
}

.section-title .en {
  font-family: "Cormorant Garamond", serif; /* 英語は少し太めのフォントが映えます */
  font-weight: 500;
  font-size: 90px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  /* グラデーションの指定 */
  background: linear-gradient(180deg, #4A4641 0%, #B8A79A 100%); /* 清潔感のあるブルー系 */
  /* 文字で型抜きする設定 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 文字自体の色は透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .section-title .en {
    font-size: 40px;
  }
}

/* 診療案内（日本語）の調整 */
.section-title h2 {
  font-size: 18px;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 766px) {
  .section-title h2 {
    font-size: 14px;
  }
}

.sp-bottom-nav {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp-bottom-nav {
    display: block;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }
  .sp-bottom-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-bottom-nav ul li {
    flex: 1;
    text-align: center;
    position: relative;
  }
  .sp-bottom-nav ul li:nth-child(4) img {
    width: 20px;
  }
  .sp-bottom-nav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: #ccc;
  }
  .sp-bottom-nav ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .sp-bottom-nav ul li a img {
    width: 24px;
    height: auto;
  }
  .sp-bottom-nav ul li a span {
    font-size: 10px;
    color: #007c3f;
    font-weight: bold;
  }
}

.more-btn a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  transition: color 0.3s ease;
}
.more-btn a::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.more-btn a::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.more-btn a:hover {
  color: #888;
}
.more-btn a:hover::before, .more-btn a:hover::after {
  transform: translateY(-50%) translateX(8px) rotate(0deg);
}
.more-btn a:hover::after {
  transform: translateY(-50%) translateX(8px) rotate(45deg);
}

/* 全てのID要素に対して、ジャンプ位置をヘッダー分下げる */
*[id] {
  scroll-margin-top: 180px; /* PCヘッダーの高さ */
}

@media (max-width: 768px) {
  *[id] {
    scroll-margin-top: 80px; /* スマホヘッダーの高さ */
  }
}
header {
  height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
}
@media (min-width: 767px) and (max-width:1024px) {
  header {
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    height: 52px;
  }
}
@media screen and (max-width: 766px) {
  header {
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 52px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
}

.header-inner {
  padding: 0px;
  display: flex;
  align-items: center;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-inner {
    padding: 0 0 5px 10px;
  }
}
@media screen and (max-width: 766px) {
  .header-inner {
    padding: 0 0 5px 10px;
  }
}

.header-left {
  padding-left: 40px;
  display: inline-block;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 766px) {
  .header-left {
    align-items: center;
    padding-left: 0;
  }
}
.header-left .header-logo {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-left .header-logo {
    width: auto;
    height: 52px;
    margin-top: 0;
  }
  .header-left .header-logo img {
    height: 100%;
  }
}
@media screen and (max-width: 766px) {
  .header-left .header-logo {
    width: 100%;
    height: auto;
    max-height: 52px;
    margin-top: 0;
  }
  .header-left .header-logo img {
    height: 100%;
  }
}

.header-nav {
  display: flex;
  margin-left: auto;
  margin-right: 40px;
  gap: 30px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .header-nav {
    display: none;
  }
}
.header-nav > li {
  position: relative;
  list-style: none;
}
.header-nav > li:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.header-nav > li > a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #4A4641;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
}
.header-nav > li > a:hover {
  opacity: 0.7;
}
.header-nav > li > a span {
  display: block;
  color: #4A4641;
  font-size: 14px;
  padding-top: 5px;
}
.header-nav > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: all 0.3s ease;
  width: 280px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.header-nav > li .sub-menu:has(li:nth-child(4)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 600px;
  min-width: 600px;
}
.header-nav > li .sub-menu li {
  width: 100%;
  list-style: none;
}
.header-nav > li .sub-menu li a {
  display: block;
  padding: 15px 20px;
  background-color: #4A4641;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition: 0.3s;
}
.header-nav > li .sub-menu li a:hover {
  background-color: #f0f0f0;
  color: #4A4641;
}
.header-nav > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.sp-header-btn {
  display: none;
}
@media (min-width: 767px) and (max-width:1024px) {
  .sp-header-btn {
    display: block;
    margin-left: auto;
    display: flex;
  }
}
@media screen and (max-width: 766px) {
  .sp-header-btn {
    display: block;
    margin-left: auto;
    display: flex;
  }
}

.sp-header-tel {
  width: 52px;
  height: 52px;
  display: inline-block;
  background: linear-gradient(180deg, #B8A79A 0%, #4A4641 100%);
  color: #fff;
  text-align: center;
}
.sp-header-tel img {
  width: 18px;
  display: block;
  margin: 5px auto 0 auto;
}

/* ハンバーガーアイコンの土台 */
.drawer-icon {
  width: 52px;
  height: 52px;
  position: relative;
  background: #4A4641;
  cursor: pointer;
  z-index: 100;
}
.drawer-icon .drawer-icon-bars {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 100%;
}
.drawer-icon [class^=drawer-icon-bar--] {
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
.drawer-icon .drawer-icon-bar--1 {
  top: 15px;
}
.drawer-icon .drawer-icon-bar--2 {
  top: 26px;
}
.drawer-icon .drawer-icon-bar--3 {
  top: 37px;
}
.drawer-icon {
  /* ★クリックされた時（バツ印に変身） */
}
.drawer-icon.is-active .drawer-icon-bar--1 {
  top: 26px;
  transform: rotate(45deg);
}
.drawer-icon.is-active .drawer-icon-bar--2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar--3 {
  top: 26px;
  transform: rotate(-45deg);
}

/* ドロワーメニューの中身（ふわっと出現） */
.drawer-content {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  background: rgb(255, 255, 255);
  z-index: 800;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* スマホでスルスル動くように追加 */
  /* 初期状態：隠す */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  /* ★クリックされた時（表示） */
}
.drawer-content.is-active {
  opacity: 1;
  visibility: visible;
}
.drawer-content .drawer-nav {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  list-style: none;
}
.drawer-content .drawer-nav li {
  border-bottom: 1px solid #4A4641;
  padding: 20px 0 20px 20px;
}
.drawer-content .drawer-nav li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
  position: relative;
  align-items: center;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.drawer-content .drawer-nav li a img {
  width: 12px;
  margin-left: 10px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::before, .drawer-content .drawer-nav li a .drawer-sub-icon::after {
  content: "";
  position: absolute;
  background-color: #4A4641;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::before {
  width: 100%;
  height: 2px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::after {
  width: 2px;
  height: 100%;
}
.drawer-content .drawer-nav li a.is-open .drawer-sub-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.drawer-content .drawer-sub-menu {
  display: none;
  background-color: #f9fbfc;
  list-style: none;
  padding-top: 20px;
}
.drawer-content .drawer-sub-menu li {
  border-bottom: none;
  padding: 0 !important;
}
.drawer-content .drawer-sub-menu li a {
  padding: 10px !important;
  font-size: 15px;
  font-weight: normal;
}
.drawer-content .drawer-sub-menu li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #B8A79A;
  border-right: 1px solid #B8A79A;
  transform: rotate(45deg);
  margin-right: 10px;
  display: inline-block;
}

.drawer-office-hour {
  padding: 0 15px;
}
.drawer-office-hour table th {
  text-align: left;
}

.drawer-banners {
  padding: 30px 15px 50px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.drawer-banners .drawer-banner-item a {
  display: block;
}
.drawer-banners .drawer-banner-item a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.clinic-logo {
  margin: 0 auto;
  width: 60%;
}
.clinic-logo a {
  justify-content: center;
  align-items: center;
}
.clinic-logo a .header-logo {
  width: 16%;
}
.clinic-logo a .header-company {
  font-size: clamp(30px, 1vw + 10px, 36px);
  margin-top: 0;
}

.contact {
  overflow: hidden;
}

.contact-box {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .contact-box {
    display: block;
  }
}
.contact-box .footer-contact-title {
  letter-spacing: 0.2rem;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .contact-box .footer-contact-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.contact-box .footer-contact-btn {
  text-align: center;
  padding-top: 20px;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .contact-box .footer-contact-btn {
    padding-top: 10px;
  }
}
.contact-box .footer-contact-btn img {
  transition: all 0.7s;
  width: 15px;
  margin-left: 10px;
}

.contact-web {
  width: 33.3333333333%;
  padding: 80px 0;
  text-align: center;
  background: #4A4641;
  transition: all 0.7s;
}
.contact-web:hover {
  opacity: 0.7;
}
.contact-web:hover .contact-icon {
  scale: 1.2;
}
.contact-web:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-web {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-web {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-web .contact-icon {
  width: 40px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-web .footer-contact-label {
  background-color: #fff;
  color: #4A4641;
  display: inline-block;
  border-radius: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  padding: 5px 20px;
  letter-spacing: 0.1rem;
}

.contact-line {
  width: 33.3333333333%;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(90deg, #B8A79A 0%, #4A4641 100%);
  transition: all 0.7s;
}
.contact-line:hover {
  opacity: 0.7;
}
.contact-line:hover .contact-icon {
  scale: 1.2;
}
.contact-line:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-line {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-line {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-line .contact-icon {
  width: 40px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-line .footer-contact-label {
  background-color: #fff;
  color: #4A4641;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  border-radius: 20px;
  padding: 5px 20px;
  letter-spacing: 0.1rem;
}

.contact-tel {
  width: 33.3333333333%;
  padding: 80px 0;
  background-color: #B8A79A;
  text-align: center;
  transition: all 0.7s;
}
.contact-tel:hover {
  opacity: 0.7;
}
.contact-tel:hover .contact-icon {
  scale: 1.2;
}
.contact-tel:hover .footer-contact-btn {
  letter-spacing: 0.1rem;
}
.contact-tel:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-tel {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-tel {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-tel .contact-icon {
  width: 25px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-tel .footer-contact-label {
  background-color: #fff;
  color: #4A4641;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 20px;
  letter-spacing: 0.1rem;
}

.banner-area {
  padding: 80px 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .banner-area {
    padding: 40px 0;
  }
}
@media screen and (max-width: 766px) {
  .banner-area {
    padding: 40px 0;
  }
}

.banner-item-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.banner-item {
  width: calc((100% - 30px) / 3);
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .banner-item {
    width: 100%;
  }
}
.banner-item img {
  transition: all 0.5s;
}
.banner-item img:hover {
  scale: 1.1;
}

footer {
  overflow: hidden;
}

.footer-logo {
  width: 40%;
  margin: 0 auto;
  display: block;
}

.clinic-access-row {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.clinic-access-row.is-border::after {
  width: 100%;
  height: 1px;
  top: 11px;
  right: 0;
  z-index: 0;
  background-color: #444444;
  content: "";
  position: absolute;
}

.clinic-access-label {
  color: #444444;
  letter-spacing: 0.2rem;
  position: relative;
  font-size: 22px;
  display: inline-block;
  z-index: 3;
  padding-bottom: 10px;
  padding-right: 40px;
}
@media screen and (max-width: 766px) {
  .clinic-access-label {
    font-size: 18px;
  }
}

.clinic-tel-display a {
  color: #B8A79A;
  font-size: 24px;
  letter-spacing: 0.1rem;
}

.footer-info-wrap {
  padding-top: 60px;
  display: flex;
  margin-left: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-info-wrap {
    margin-left: 0;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer-info-wrap {
    display: block;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}

.footer-info-item {
  font-family: "Cormorant Garamond", serif;
  padding-bottom: 30px;
}

.footer-info-label {
  color: #4A4641;
  letter-spacing: 0.1rem;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4A4641;
}
@media screen and (max-width: 766px) {
  .footer-info-label {
    font-size: 16px;
  }
}

.footer-info-text {
  padding-top: 10px;
}
.footer-info-text a {
  color: #4A4641;
}

.map-btn {
  margin-top: 10px;
  width: 300px;
  height: 45px;
  margin-left: auto;
  border: 1px solid #4A4641;
  border-radius: 22px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .map-btn {
    width: 250px;
    margin-top: 15px;
  }
}
.map-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #4A4641;
  font-weight: 500;
  padding-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  .map-btn a {
    font-size: 16px;
  }
}
.map-btn a span {
  margin: 0 10px;
}
.map-btn a img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.footer-img {
  aspect-ratio: 10/2;
  margin-top: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-img {
    aspect-ratio: 10/3;
    margin-top: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer-img {
    aspect-ratio: 10/4;
    margin-top: 40px;
  }
}
.footer-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-footer {
  padding-top: 20px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.banner-footer-bottom {
  padding-bottom: 120px;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom {
    padding-bottom: 0px;
  }
}
.banner-footer-bottom .banner-area {
  padding: 20px 0;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 60px 0;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 60px 0;
  }
}
.banner-footer-bottom .banner-area .banner-item-wrap {
  justify-content: center;
}
.banner-footer-bottom .banner-area .banner-item-wrap a {
  width: 15%;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area .banner-item-wrap a {
    width: 25%;
  }
}

.FV-bg {
  overflow: hidden;
  width: 100%;
  background: url("../img/stone.jpg") no-repeat center center/cover;
}

.FV {
  height: 100%;
  width: 60%;
  margin-left: auto;
  aspect-ratio: 10/8;
  position: relative;
}
.FV::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #F2F2F2 0%, transparent 100%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 766px) {
  .FV::before {
    width: 60%;
  }
}
.FV {
  border-radius: 4px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .FV {
    height: calc(100vh - 60px);
    aspect-ratio: auto;
    padding-top: 52px;
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .FV {
    height: calc(100vh - 300px);
    width: 100%;
    aspect-ratio: auto;
    padding-top: 52px;
  }
}

.fv-catch {
  position: absolute;
  left: -60%;
  top: 50%;
  color: #4A4641;
  transform: translateY(-50%);
  z-index: 20;
  font-size: clamp(40px, 1vw + 30px, 60px);
  letter-spacing: 0.1rem;
  line-height: 1.8;
  opacity: 0;
  animation: fvTextUp 1.5s ease-out 0.5s forwards;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.5);
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-catch {
    font-size: 36px;
    left: 40px;
  }
}
@media screen and (max-width: 766px) {
  .fv-catch {
    font-size: 22px;
    left: 20px;
  }
}
.fv-catch::before {
  content: "ALBA UROLOGY";
  position: absolute;
  left: -20%;
  top: -20%;
  font-size: 180px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  color: rgba(74, 70, 65, 0.06);
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-catch::before {
    font-size: 100px;
    left: 0;
  }
}
@media screen and (max-width: 766px) {
  .fv-catch::before {
    font-size: 80px;
  }
}

@keyframes fvTextUp {
  0% {
    opacity: 0;
    transform: translateY(-40%);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
    filter: blur(0);
  }
}
.fv-wrap {
  display: flex;
  height: 100%;
}
.fv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv-swiper .FV-main {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-main {
    display: block;
  }
}
.fv-swiper .FV-main img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv-swiper .swiper-slide {
  overflow: hidden;
}
.fv-swiper .swiper-slide-active img, .fv-swiper .swiper-slide-duplicate-active img {
  animation: fvZoom 7.5s linear forwards;
}

@keyframes fvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.nav-item:nth-child(2) .sub-menu {
  left: -100px;
  transform: none; /* センター解除 */
}

.nav-item:nth-child(3) .sub-menu {
  left: -200px;
  transform: none; /* センター解除 */
}

.nav-item:nth-child(6) .sub-menu,
.nav-item:nth-child(7) .sub-menu {
  left: auto;
  right: -100px;
  transform: none; /* センター解除 */
}

.front-nav {
  padding: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 300;
  background-color: #4A4641;
  width: auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .front-nav {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .front-nav {
    display: none;
  }
}
.front-nav .front-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4A4641;
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.front-nav .front-nav-list .nav-item-1 {
  background-color: #fff;
}
.front-nav .front-nav-list .nav-item-1 a {
  color: #000;
}
.front-nav .front-nav-list .nav-item-2 {
  background-color: #B8A79A;
  border-left: 1px solid #fff;
}
.front-nav .front-nav-list .nav-item-2 a {
  color: #fff;
}
.front-nav .front-nav-list .nav-item-3 a {
  color: #fff;
}
.front-nav .front-nav-list .nav-item-3 {
  border-left: 1px solid #fff;
  background: linear-gradient(180deg, #B8A79A 0%, #4A4641 100%);
}
.front-nav .front-nav-list .nav-item-4 {
  background-color: #4A4641;
  border-left: 1px solid #fff;
}
.front-nav .front-nav-list .nav-item-4 a {
  color: #fff;
}
.front-nav .front-nav-list .nav-item-5 {
  border-left: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.front-nav .front-nav-list .nav-item-5 a {
  color: #fff;
}
.front-nav .front-nav-list .nav-item {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  transition: all 0.3s;
}
@media screen and (max-width: 766px) {
  .front-nav .front-nav-list .nav-item {
    height: 50px;
    padding: 0 10px;
  }
}
.front-nav .front-nav-list .nav-item:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.front-nav .front-nav-list .nav-item a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .front-nav .front-nav-list .nav-item a {
    font-size: 14px;
  }
}
.front-nav .front-nav-list .nav-item .nav-icon {
  width: 40px;
  margin-bottom: 8px;
}
.front-nav .front-nav-list .nav-item .nav-icon img {
  width: 100%;
  height: auto;
}
.front-nav .front-nav-list .nav-item .nav-text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .front-nav .front-nav-list .nav-item .nav-text {
    font-size: 10px;
  }
}
.front-nav .front-nav-list .nav-item .nav-text span {
  display: block;
  font-size: 10px;
  font-family: "Cormorant Garamond", serif;
  color: #B8A79A;
  text-transform: uppercase;
}

.scrolling-text {
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}
.scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  animation: loop-text 40s linear infinite;
}
.scrolling-text-inner p {
  font-size: 120px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800;
  color: rgba(184, 167, 154, 0.08);
  padding-right: 2em;
  line-height: 1;
}
@media screen and (max-width: 766px) {
  .scrolling-text-inner p {
    font-size: 60px;
  }
}

@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.info {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 766px) {
  .info {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.info-inner {
  display: flex;
  align-items: flex-start;
  gap: 6%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-inner {
    display: block;
    margin-left: 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 766px) {
  .info-inner {
    display: block;
    margin-left: 0;
    padding: 0 20px;
  }
}

.news {
  width: 47%;
  max-width: 750px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .news {
    width: 100%;
    padding-bottom: 40px;
  }
}

.small-title {
  font-size: 45px;
  color: #B8A79A;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 766px) {
  .small-title {
    font-size: 30px;
  }
}
.small-title span {
  font-size: 18px;
  padding: 10px;
  display: block;
  margin-top: 10px;
  color: #B8A79A;
  position: relative;
}
@media screen and (max-width: 766px) {
  .small-title span {
    font-size: 14px;
  }
}

.news-box {
  padding: 30px 0px;
}
@media screen and (max-width: 766px) {
  .news-box {
    padding: 10px 0px 20px 0px;
    border-radius: 10px;
  }
}

.news-wrap {
  padding-top: 30px;
  padding-right: 40px;
  max-width: 100%;
}
.news-wrap a {
  transition: all 0.5s;
}
.news-wrap a:hover {
  opacity: 0.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news-wrap {
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .news-wrap {
    padding-right: 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  color: #4A4641;
  padding: 15px 0;
  border-bottom: 1px solid #4A4641;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news-item {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .news-item {
    display: block;
  }
}
.news-item h3 {
  font-size: 18px;
  margin-left: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .news-item h3 {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
}

.clinic {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F2F2F2;
  font-weight: 400;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 766px) {
  .clinic {
    width: 100%;
    padding-top: 40px;
  }
}

.clinic-wrap {
  display: flex;
  padding-top: 60px;
  gap: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-wrap {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .clinic-wrap {
    display: block;
    padding-top: 0px;
  }
}

.clinic-title {
  margin-left: 40px;
}
@media screen and (max-width: 766px) {
  .clinic-title {
    margin-left: 0;
  }
}

.clinic-left {
  width: 50%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-left {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .clinic-left {
    width: 100%;
  }
}

.clinic-logo {
  width: 60%;
  margin: 30px auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-logo {
    width: 40%;
  }
}

.clinic-box {
  padding: 0 0 30px 0;
  position: relative;
}
.clinic-box p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}
.clinic-box p .is-caption {
  margin-left: 40px;
}
.clinic-box p .is-green {
  color: #B8A79A;
}

.time-table-wrap {
  width: 100%;
  max-width: 750px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .time-table-wrap {
    max-width: 100%;
  }
}

.office-hour__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  overflow: hidden;
  margin: 20px 0;
  table-layout: fixed;
}
@media screen and (max-width: 766px) {
  .office-hour__table {
    font-size: 14px;
  }
}
.office-hour__table .is-caution {
  color: #B8A79A;
}
.office-hour__table th, .office-hour__table td {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.office-hour__table th:last-child, .office-hour__table td:last-child {
  border-right: none;
}
.office-hour__table tr:first-child {
  color: #fff;
}
.office-hour__table tr:first-child th, .office-hour__table tr:first-child td {
  color: #fff !important;
  font-weight: 400;
  color: #4A4641;
  background-color: #4A4641;
}
.office-hour__table th {
  font-weight: 700;
  width: 120px;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .office-hour__table th {
    width: 108px;
  }
}
.office-hour__table td {
  font-size: 18px;
  color: #4A4641;
}
@media screen and (max-width: 766px) {
  .office-hour__table td {
    font-size: 14px;
  }
}
.office-hour__table td.is-none {
  color: #4A4641;
}

.clinic-text {
  padding: 20px;
  background-color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
  border-radius: 15px;
  font-weight: 400;
}

.clinic-right {
  width: 50%;
  margin-left: auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-right {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  .clinic-right {
    width: 100%;
    padding-top: 30px;
  }
}

.clinic-map {
  position: relative;
  width: 100%;
  aspect-ratio: 10/7;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.clinic-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.clinic-1 {
  width: 47%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-1 {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .clinic-1 {
    width: 100%;
    padding-bottom: 40px;
  }
}

.clinic-description {
  padding: 30px 0;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.clinic-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.clinic-btns .btn-item {
  display: flex;
  width: calc(50% - 6px);
  height: 60px;
  padding-top: 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-btns .btn-item {
    padding-top: 14px;
  }
}
@media screen and (max-width: 766px) {
  .clinic-btns .btn-item {
    padding-top: 14px;
  }
}
.clinic-btns .btn-item.main {
  background-color: #4A4641;
}
.clinic-btns .btn-item.sub {
  background-color: #B8A79A;
}
.clinic-btns .btn-item.grad {
  background: linear-gradient(135deg, #4A4641 0%, #B8A79A 100%);
}
.clinic-btns .btn-item.black {
  background-color: #333;
}
.clinic-btns .btn-item:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 766px) {
  .clinic-btns .btn-item {
    font-size: 14px;
    height: 50px;
  }
}

.about {
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .about {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

.about-big-img {
  width: 100%;
  aspect-ratio: 20/6;
  overflow: hidden;
}
.about-big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-wide {
  padding-top: 60px;
}
@media screen and (max-width: 766px) {
  .about-wide {
    padding-top: 20px;
  }
}
.about-wide .about-wide-img {
  width: 90%;
  aspect-ratio: 20/6;
  overflow: hidden;
}
.about-wide .about-wide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banners {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 766px) {
  .about-banners {
    padding-top: 40px;
  }
}
.about-banners .banner-top {
  width: 100%;
  aspect-ratio: 20/4;
  margin-bottom: 20px;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .about-banners .banner-top {
    aspect-ratio: 20/6;
  }
}
.about-banners .banner-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-radius: 30px 0 0 0;
}
.about-banners .banner-top img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.about-banners .banner-bottom-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 766px) {
  .about-banners .banner-bottom-list {
    display: block;
  }
}
.about-banners .banner-bottom-list .banner-small-item {
  flex: 1;
  aspect-ratio: 10/4;
  overflow: hidden;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 766px) {
  .about-banners .banner-bottom-list .banner-small-item {
    aspect-ratio: 20/6;
    margin-bottom: 20px;
  }
}
.about-banners .banner-bottom-list .banner-small-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.about-banners .banner-bottom-list .banner-small-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-radius: 30px 0 0 0;
}
.about-banners .banner-bottom-list .banner-small-item a img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.about-en-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about-en-content {
  font-size: 120px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: rgba(63, 183, 223, 0.2);
  line-height: 1;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about-en-content {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .about-en-content {
    font-size: 60px;
  }
}

.medical {
  padding-top: 100px;
  margin-top: 80px;
  padding-bottom: 100px;
  background: url(../img/stone.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .medical {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.medical-text {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-text {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 766px) {
  .medical-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.medical-nav-wrap {
  display: flex;
  align-items: start;
  gap: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.medical-nav-wrap li {
  width: calc((100% - 80px) / 3);
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li {
    width: calc((100% - 20px) / 3);
  }
}
.medical-nav-wrap li a {
  padding: 120px 20px;
  height: 364px;
  /* 背景画像をいい感じにする3点セット */
  background-size: cover; /* 隙間なく埋める（これが一般的） */
  background-position: center; /* 画像の真ん中を表示 */
  background-repeat: no-repeat; /* 繰り返し禁止 */
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li a {
    height: 200px;
    padding: 20px;
  }
}
.medical-nav-wrap li h3 {
  font-size: 32px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  padding: 20px 0;
  line-height: 1.8;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li h3 {
    font-size: 22px;
  }
}
.medical-nav-wrap li .item-inner {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medical-nav-wrap li .note {
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding-top: 10px;
  line-height: 1.8;
}
.medical-nav-wrap li .icon {
  width: 50px;
  margin: 0 auto;
}
.medical-nav-wrap li:hover {
  opacity: 0.8;
}
.medical-nav-wrap li:hover .blue-arrow {
  transform: translateX(5px);
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li {
    width: calc((100% - 20px) / 3);
    padding: 40px 10px;
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    padding: 0;
  }
}
.medical-nav-wrap li.is-big {
  padding: 80px 20px 20px 20px;
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li.is-big {
    padding-top: 40px;
  }
}
.medical-nav-wrap li.is-big .icon {
  width: 50px;
  display: block;
  margin: 0 auto 20px auto;
}
.medical-nav-wrap li.is-big span {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}
.medical-nav-wrap li.is-big .blue-arrow {
  width: 20px;
  display: block;
  margin-left: auto;
  transition: all 0.5s;
}
.medical-nav-wrap li.is-small {
  position: relative;
  padding: 40px 20px;
}
.medical-nav-wrap li.is-small:hover .blue-arrow {
  transform: translateY(-50%) translateX(5px);
}
.medical-nav-wrap li.is-small h3 {
  padding-left: 50px;
  padding-right: 20px;
}
.medical-nav-wrap li.is-small .icon {
  width: 50px;
  position: absolute;
  left: 20px;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li.is-small .icon {
    width: 40px;
  }
}
.medical-nav-wrap li.is-small .blue-arrow {
  width: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li.is-small .blue-arrow {
    width: 15px;
  }
}
.medical-nav-wrap li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #4A4641;
  letter-spacing: 0.4rem;
}

.medical-en-text {
  color: #4A4641;
  font-size: 14px;
  width: 260px;
  margin-left: auto;
  margin-top: -40px;
}

.medical-en-title {
  position: absolute;
  font-size: 80px;
  letter-spacing: 0.4rem;
  writing-mode: vertical-rl;
  color: #fff;
  left: 0;
  bottom: 100px;
}

.greeting {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .greeting {
    padding-top: 0px;
    padding-bottom: 80px;
    border-radius: 40px 40px 0 0;
    margin-top: 60px;
  }
}

.greeting-en {
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1rem;
  color: #4A4641;
}
.greeting-en img {
  width: 80px;
  margin-left: 30px;
}
@media screen and (max-width: 766px) {
  .greeting-en img {
    width: 30px;
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-en {
    font-size: 65px;
    display: flex;
  }
}
@media screen and (max-width: 766px) {
  .greeting-en {
    font-size: 35px;
    display: flex;
    top: -10px;
  }
}

.greeting-wrap {
  display: flex;
  padding-top: 60px;
  gap: 5%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-wrap {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .greeting-wrap {
    display: block;
    padding-top: 30px;
  }
}

.greeting-left {
  display: flex;
  width: 53%;
  gap: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-left {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .greeting-left {
    width: 100%;
    gap: 20px;
  }
}

.greeting-title img {
  width: 15px;
}
.greeting-title h2 {
  writing-mode: vertical-rl;
  font-size: 22px;
  color: #4A4641;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.greeting-text {
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .greeting-text {
    width: 100%;
  }
}

.greeting-name {
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding-top: 40px;
  font-size: 20px;
  text-align: right;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-name {
    font-size: 18px;
    padding-top: 50px;
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (max-width: 766px) {
  .greeting-name {
    font-size: 16px;
    padding-top: 60px;
    padding-top: 30px;
    bottom: -70px;
    left: 28%;
  }
}

.greeting-right {
  width: 42%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-right {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .greeting-right {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

.greeting-img {
  width: 80%;
  aspect-ratio: 8/10;
  position: relative;
  z-index: 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-img {
    margin-left: 10%;
  }
}
@media screen and (max-width: 766px) {
  .greeting-img {
    margin-left: 10%;
  }
}
.greeting-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -10%;
  top: 40px;
  background: linear-gradient(90deg, #B8A79A 0%, #4A4641 100%);
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .greeting-img::after {
    top: 30px;
  }
}
.greeting-img img {
  border: 1px solid #898989;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting-img-bg {
  position: absolute;
  width: 30%;
  left: 5%;
  bottom: 60px;
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .greeting-img-bg {
    width: 50%;
    bottom: 40%;
  }
}

.greeting-btn {
  margin-top: 100px;
  width: 300px;
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 766px) {
  .greeting-btn {
    margin-top: 60px;
    width: 250px;
    margin: 40px auto;
  }
}
.greeting-btn .btn-arrow {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  transition: color 0.3s ease;
}
.greeting-btn .btn-arrow::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.greeting-btn .btn-arrow::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.greeting-btn .btn-arrow:hover {
  color: #888;
}
.greeting-btn .btn-arrow:hover::before, .greeting-btn .btn-arrow:hover::after {
  transform: translateY(-50%) translateX(8px) rotate(0deg);
}
.greeting-btn .btn-arrow:hover::after {
  transform: translateY(-50%) translateX(8px) rotate(45deg);
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb a {
  color: #B8A79A;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

/* スムーズにスクロールさせる */
html {
  scroll-behavior: auto;
}

/* アンカーリンクの着地点がヘッダー（例: 100px分）の下に隠れないように調整 */
.content-section {
  scroll-margin-top: 100px;
  margin-bottom: 60px; /* セクション同士の余白 */
}

/* 目次の簡易デザイン */
.anchor-nav {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* 全ての要素のアンカージャンプ位置をヘッダー分だけ上にずらす */
:target {
  scroll-margin-top: 150px; /* ヘッダーの高さ + 余裕分(25pxくらい) */
}
@media screen and (max-width: 766px) {
  :target {
    scroll-margin-top: 80px;
  }
}

/* または、セクションごとに指定する場合（こちらの方が確実な場合があります） */
section[id] {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 766px) {
  section[id] {
    scroll-margin-top: 80px;
  }
}

.anchor-nav-blog {
  background: #f9f9f9;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 8px;
  margin-top: 40px;
}
.anchor-nav-blog p {
  padding-bottom: 30px;
  font-size: 20px;
}
.anchor-nav-blog ul {
  display: block;
}
.anchor-nav-blog ul li {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 15px 0;
  border-bottom: 1px solid rgba(135, 132, 135, 0.5);
}
.anchor-nav-blog ul li a {
  color: #4A4641;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.anchor-nav-blog ul li a:hover {
  color: #4A4641;
}
.anchor-nav-blog ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/bottom-arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 0 !important;
}
@media (min-width: 767px) and (max-width:1024px) {
  .anchor-nav ul {
    gap: 10px;
  }
}
@media screen and (max-width: 766px) {
  .anchor-nav ul {
    gap: 10px;
  }
}
.anchor-nav ul li {
  list-style: none !important;
  margin-left: 0 !important;
  width: calc(50% - 10px);
  border: 1px solid #4A4641;
  transition: all 0.6s;
}
@media (min-width: 767px) and (max-width:1024px) {
  .anchor-nav ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 766px) {
  .anchor-nav ul li {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.anchor-nav ul li:hover {
  background-color: #D3BF8A;
}
.anchor-nav ul li:hover a {
  color: #fff;
}
.anchor-nav ul li:hover a::before {
  background-image: url(../img/bottom-arrow-w.svg);
}
.anchor-nav ul li a {
  color: #4A4641;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 35px;
  width: 100%;
  height: 100%;
}
.anchor-nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../img/bottom-arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-top {
  position: relative;
  aspect-ratio: 10/2.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-top {
    margin-top: 75px;
    aspect-ratio: 10/3;
  }
}
@media screen and (max-width: 766px) {
  .page-top {
    margin-top: 60px;
    aspect-ratio: 10/4;
  }
}
.page-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 0;
}
.page-top h1 {
  font-size: 50px;
  letter-spacing: 0.2rem;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 766px) {
  .page-top h1 {
    font-size: 26px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-top h1 {
    font-size: 40px;
  }
}

.page-top-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news {
  padding-top: 140px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.page-news a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 766px) {
  .page-news {
    padding-top: 40px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-news {
    padding-top: 100px;
  }
}

.page-news-item {
  display: block;
  color: #4A4641;
  padding: 40px 0;
  border-bottom: 2px solid #EDEDED;
}
.page-news-item a {
  color: #4A4641;
}
.page-news-item h2 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .page-news-item h2 {
    font-size: 18px;
  }
}
.page-news-item p {
  line-height: 1.6;
}

.page-news-title {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 700;
  color: #4A4641;
}
@media screen and (max-width: 766px) {
  .page-news-title {
    font-size: 18px;
  }
}

.news-back-btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.news-back-btn .btn {
  display: inline-block !important;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  /* 1. 通常時の線の状態（幅0） */
}
.news-back-btn .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #B8A79A;
  /* 左を起点にして、最初は横幅を0に（見えない状態） */
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.news-back-btn .btn {
  /* 2. ホバー時に横幅を1（100%）に伸ばす */
}
.news-back-btn .btn:hover {
  opacity: 0.8;
}
.news-back-btn .btn:hover::after {
  transform: scaleX(1);
}

/* ページネーションの基本スタイル */
.pagination {
  margin-top: 40px;
  text-align: center;
  margin: 0 auto;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a, .pagination span {
  display: block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.nav-links {
  display: flex;
  margin-top: 60px;
}

.pagination .current {
  background: #4A4641; /* クリニックのテーマカラーに合わせて変更してください */
  color: #fff;
  border-color: #4A4641;
}

.blog-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .blog-wrap {
    display: block;
  }
}

.blog-main {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 766px) {
  .blog-main {
    width: 100%;
  }
}

.blog-item {
  width: calc((100% - 30px) / 3);
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 15px;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  color: #4A4641;
}
@media (min-width: 767px) and (max-width:1024px) {
  .blog-item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .blog-item {
    width: 100%;
  }
}
.blog-item h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 766px) {
  .blog-item h2 {
    font-size: 16px;
  }
}
.blog-item .blog-more-btn {
  align-items: center;
  justify-content: center;
  width: 220px;
  margin: 30px auto 0 auto;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.blog-item .blog-more-btn::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.blog-item .blog-more-btn::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.blog-item .blog-more-btn:hover {
  color: #888;
}
.blog-item .blog-more-btn:hover::before, .blog-item .blog-more-btn:hover::after {
  transform: translateY(-50%) translateX(8px) rotate(0deg);
}
.blog-item .blog-more-btn:hover::after {
  transform: translateY(-50%) translateX(8px) rotate(45deg);
}

.blog-date {
  padding-right: 10px;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}

.blog-category {
  background-color: #B8A79A;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  margin-top: 10px;
}
.blog-category a {
  color: #fff;
}

.sidebar {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 766px) {
  .sidebar {
    width: 100%;
    padding-top: 40px;
  }
}
.sidebar .side-widget .widget-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #B8A79A;
  position: relative;
}
.sidebar .side-banners {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar .side-banners .banner-item {
  transition: opacity 0.3s;
  width: 100%;
}
.sidebar .side-banners .banner-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.sidebar .side-banners .banner-item:hover {
  opacity: 0.8;
}
.sidebar .post-list {
  list-style: none;
  padding: 0;
}
.sidebar .post-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.sidebar .post-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .post-list li a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #4A4641;
}
.sidebar .post-list li a:hover .post-text {
  color: #B8A79A;
}
.sidebar .post-list li .post-img {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
}
.sidebar .post-list li .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.sidebar .post-list li .post-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}
.sidebar .post-list li .post-date {
  font-size: 0.75rem;
  color: #888;
  margin-top: 4px;
}
.sidebar .side-categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .side-categories ul li {
  border-bottom: 1px solid #ececec;
}
.sidebar .side-categories ul li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 5px;
  text-decoration: none;
  color: #4A4641;
  font-size: 0.95rem;
  transition: all 0.3s;
}
.sidebar .side-categories ul li a span {
  color: #888;
  font-size: 0.85rem;
}
.sidebar .side-categories ul li a:hover {
  color: #B8A79A;
  padding-left: 10px;
}

.entry-content,
.single-news {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.disease-simple-wrap h2,
.entry-content h2,
.single-news h2 {
  color: #000;
  font-size: 30px;
  padding: 1.2em 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 2em 0 1em;
  position: relative;
  z-index: 0;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.disease-simple-wrap h2::before,
.entry-content h2::before,
.single-news h2::before {
  content: ""; /* 空のコンテンツを作る */
  position: absolute;
  display: block;
  /* 背景画像として読み込む */
  background-image: url(../img/alba-logo_transparent.png);
  background-size: contain; /* 枠内に画像を収める */
  background-repeat: no-repeat;
  background-position: center;
  /* ここで大きさを自由に指定 */
  width: 50px; /* 好きな横幅 */
  height: 50px; /* 好きな縦幅（画像比率に合わせて調整） */
  /* 位置調整 */
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
	.disease-simple-wrap h2::before,
  .entry-content h2::before,
  .single-news h2::before {
    top: -20px;
  }
}
.disease-simple-wrap h2::after,
.entry-content h2::after,
.single-news h2::after {
  width: 60px;
  height: 4px;
  background-color: #B8A79A;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
	.disease-simple-wrap h2,
  .entry-content h2,
  .single-news h2 {
    font-size: 1.5rem;
  }
}
.entry-content h3,
.single-news h3 {
  font-size: 24px;
  margin: 1.5em 0 1em;
  font-weight: 500;
  padding: 8px 0 8px 20px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  border-left: 7px solid #B8A79A;
}
@media screen and (max-width: 766px) {
  .entry-content h3,
  .single-news h3 {
    font-size: 1.2rem;
  }
}
.entry-content h4,
.single-news h4 {
  font-size: 20px;
  margin: 1em 0 1em;
  font-weight: 500;
  background-color: transparent;
  padding: 10px 0;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  border-bottom: 1px solid #B8A79A;
}
@media screen and (max-width: 766px) {
  .entry-content h4,
  .single-news h4 {
    font-size: 18px;
  }
}
.entry-content p,
.single-news p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  font-family: "Cormorant Garamond", serif;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content,
.single-news {
  /* リスト（箇条書き）のポッチを復活 */
}
.entry-content ul,
.single-news ul {
  list-style: disc;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ul li,
.single-news ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content ol,
.single-news ol {
  list-style: decimal;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ol li,
.single-news ol li {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.entry-content,
.single-news {
  /* 太字 */
}
.entry-content strong, .entry-content b,
.single-news strong,
.single-news b {
  font-weight: bold;
}
.entry-content iframe,
.single-news iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 10/6;
}
.entry-content,
.single-news {
  /* リンク */
}
.entry-content a,
.single-news a {
  color: #007bff;
  text-decoration: underline;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content a:hover,
.single-news a:hover {
  text-decoration: none;
}
.entry-content,
.single-news {
  /* 画像のレスポンシブ対応 */
}
.entry-content img,
.single-news img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.disease-simple-wrap .wp-block-button__link,
.entry-content .wp-block-button__link,
.single-news .wp-block-button__link {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  font-size: 17px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  color: #333 !important;
  background: none !important;
  border: none !important;
  padding: 0 70px 0 0;
  letter-spacing: 0.1em;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none !important;
}
@media screen and (max-width: 766px) {
	.disease-simple-wrap .wp-block-button__link,
  .entry-content .wp-block-button__link,
  .single-news .wp-block-button__link {
    font-size: 16px;
  }
}
.disease-simple-wrap .wp-block-button__link::before,
.entry-content .wp-block-button__link::before,
.single-news .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #B8A79A;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.4s;
  z-index: 1;
}
.disease-simple-wrap .wp-block-button__link::after,
.entry-content .wp-block-button__link::after,
.single-news .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 45px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) skewX(45deg);
  transition: 0.4s;
  z-index: 2;
}
.disease-simple-wrap .wp-block-button__link,
.entry-content .wp-block-button__link,
.single-news .wp-block-button__link {
  border-bottom: none;
}
.disease-simple-wrap .wp-block-button__link:hover,
.entry-content .wp-block-button__link:hover,
.single-news .wp-block-button__link:hover {
  color: #B8A79A !important;
  padding-right: 80px;
}
.disease-simple-wrap .wp-block-button__link:hover::before,
.entry-content .wp-block-button__link:hover::before,
.single-news .wp-block-button__link:hover::before {
  background: #333;
  opacity: 1;
  right: -5px;
}
.disease-simple-wrap .wp-block-button__link:hover::after,
.entry-content .wp-block-button__link:hover::after,
.single-news .wp-block-button__link:hover::after {
  right: 10px;
  width: 55px;
  border-color: #fff;
}

.wp-block-table {
  letter-spacing: 0.1rem;
}
.wp-block-table table thead {
  padding: 20px 0 !important;
}
.wp-block-table table thead tr {
  color: #fff;
  background-color: #B8A79A;
}
.wp-block-table table thead tr th {
  padding: 20px 0;
}
.wp-block-table table td {
  border-bottom: 1px solid #EDEDED !important;
}
.wp-block-table table td:not(:first-child) {
  color: #B8A79A;
}
.wp-block-table table td {
  text-align: center;
  padding: 20px 0;
}

.disease-simple-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.disease-simple-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 766px) {
  .disease-simple-list {
    gap: 10px;
  }
}
.disease-simple-list li {
  width: calc((100% - 40px) / 3);
  background-color: #B8A79A;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .disease-simple-list li {
    padding: 30px 40px 30px 20px;
    width: calc((100% - 10px) / 2);
  }
}
.disease-simple-list li:hover {
  opacity: 0.6;
}
.disease-simple-list li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 50px 60px 50px 30px;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) and (max-width:1024px) {
  .disease-simple-list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 766px) {
  .disease-simple-list li a {
    font-size: 16px;
    padding: 0;
  }
}
.disease-simple-list li img {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 766px) {
  .disease-simple-list li img {
    right: 10px;
    width: 20px;
  }
}

.content-404 {
  padding-top: 60px;
}
.content-404 h2 {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
.content-404 p {
  line-height: 2;
}

/* 全幅ブロック自体の設定 */
.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  /* ↓ これが重要：中身を中央に寄せるための設定 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 全幅ブロックの直下にある要素（中身）を制限する */
.alignfull > * {
  width: 100%;
  max-width: 1100px; /* ここをtheme.jsonのcontentSizeと合わせる */
  margin-left: auto;
  margin-right: auto;
  /* スマホで端に張り付かないように余白を作る */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* 例外：画像ブロック自体が全幅の場合は、中身の制限を解除する */
.wp-block-image.alignfull > img {
  max-width: 100vw;
  padding: 0;
}/*# sourceMappingURL=main.css.map */