@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Kiwi Maru";
  font-weight: 300;
  src: url("../../font/Kiwi_Maru/woff2/KiwiMaru-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Kiwi Maru";
  font-weight: 400;
  src: url("../../font/Kiwi_Maru/woff2/KiwiMaru-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Kiwi Maru";
  font-weight: 500;
  src: url("../../font/Kiwi_Maru/woff2/KiwiMaru-Medium.woff2") format("woff2");
}
/* ハードウェアアクセラレーション */
@keyframes gentle-wakeup {
  0% {
    opacity: 0;
    transform: rotateX(100deg) translateY(40px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) translateY(0) scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  70% {
    opacity: 0.98;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeUpText {
  0% {
    opacity: 0;
    transform: translateY(1.5em);
  }
  60% {
    opacity: 1;
    transform: translateY(-0.2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Kiwi Maru", "LINESeedJP", sans-serif;
  color: #333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0.1rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 97%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
.page-title {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  .section-title h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  .section-title h3 {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #333;
}
.bgcolor div h2 {
  color: #ff7700;
}
.bgcolor div h2 b {
  color: #ff7700;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0;
  color: #ff7700;
  text-align: center;
  line-height: 1.5;
}

h3 {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0;
  color: #555;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
p {
  font-family: "Kiwi Maru", "LINESeedJP", sans-serif;
}

/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #333;
  text-emphasis: filled #333;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

.marker-h1 {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}
.marker-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(246, 173, 73, 0.8);
  border-radius: 30px;
  z-index: -1;
  transition: background-color 0.3s ease;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 99999;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.decorate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
.decorate__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(95%);
}
.decorate__image--2 {
  background-image: url("../../img/home/bg1.jpg");
  opacity: 1;
}

/* テキストアニメーション */
@keyframes fadeInUpText {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.97) skewY(2deg);
    filter: blur(4px);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-8px) scale(1.03) skewY(-1deg);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
/* アコーディオン全体 */
#header {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
}
#header.fixed {
  transition: 1s;
  box-shadow: 0 5px 5px -5px rgba(100, 100, 100, 0.5), 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#header.fixed .header__warp--menu--nav nav ul li a {
  color: #6f684d;
}
#header .header__warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* モバイル用メニュー */
}
#header .header__warp--logo {
  width: 270px;
  white-space: nowrap;
  transition: opacity 0.3s;
}
#header .header__warp--logo img {
  width: 100%;
  margin: 0.5rem 0;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}
#header .header__warp--logo:hover {
  opacity: 0.7;
}
#header .header__warp--menu {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
#header .header__warp--menu--nav h2 {
  display: none;
}
#header .header__warp--menu--nav--link {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  /* 診療時間表示 */
}
#header .header__warp--menu--nav--link--info {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__warp--menu--nav--link--info .header__info--instagram {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #fff;
  background: linear-gradient(90deg, #f9ce34 0%, #ee2a7b 60%, #6228d7 100%);
  border-radius: 18px;
  padding: 10px 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 4px rgba(26, 127, 110, 0.1);
  margin-bottom: 10px;
  transition: opacity 0.5s ease;
}
#header .header__warp--menu--nav--link--info .header__info--instagram:hover {
  opacity: 0.5;
}
#header .header__warp--menu--nav--link--info .header__info--instagram i {
  color: #fff;
  font-size: 1.1em;
  margin-right: 8px;
}
#header .header__warp--menu--nav--link--info .header__info--instagram span {
  color: #fff;
  vertical-align: middle;
  font-size: 0.98em;
}
#header .header__warp--menu--nav--link--info .header__info--time {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #1a7f6e;
  background: #e3f6f1;
  border-radius: 20px;
  padding: 10px 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 4px rgba(26, 127, 110, 0.1);
  margin-bottom: 10px;
}
#header .header__warp--menu--nav--link--info .header__info--time i {
  color: #1a7f6e;
  font-size: 1.1em;
  margin-right: 8px;
}
#header .header__warp--menu--nav nav ul {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
#header .header__warp--menu--nav nav ul li {
  position: relative;
  /* ▼ メガメニュー用追記ここから ▼ */
  /* ▲ メガメニュー用追記ここまで ▲ */
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #e3f6f1;
  box-shadow: 0 8px 24px rgba(60, 90, 60, 0.09);
  border-radius: 5px;
  padding: 1.2em 1.5em;
  z-index: 100;
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu ul li {
  border-bottom: 1px dashed #ddd;
  width: 100%;
  transition: opacity 0.5s ease;
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu ul li:last-child {
  margin-bottom: 0;
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu ul li a {
  color: #1a7f6e;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-decoration: none;
  border-radius: 0.7em;
  padding: 0.4em 0.4em;
  display: block;
  transition: background 0.2s, color 0.2s;
  text-align: left;
  font-weight: 500;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu ul li a:hover::after {
  width: 0;
}
#header .header__warp--menu--nav nav ul li.has-megamenu .megamenu ul li:hover {
  opacity: 0.5;
}
#header .header__warp--menu--nav nav ul li.has-megamenu:hover .megamenu, #header .header__warp--menu--nav nav ul li.has-megamenu:focus-within .megamenu {
  display: block;
}
#header .header__warp--menu--nav nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 1.5rem;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  transition: opacity 0.4s, color 0.5s ease;
  color: #6f684d;
}
#header .header__warp--menu--nav nav ul li a p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  transition: opacity 0.4s;
}
#header .header__warp--menu--nav nav ul li a span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  font-weight: normal;
}
#header .header__warp--menu--nav nav ul li a i {
  font-size: 25px;
}
#header .header__warp--menu--nav nav ul li a:hover {
  opacity: 1;
}
#header .header__warp--menu--nav nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: rgba(111, 104, 77, 0.5568627451);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#header .header__warp--menu--nav nav ul li a:hover::after {
  width: 100%;
}
#header .header__warp .header__warp--sp {
  display: none;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  z-index: 10000;
}
#header .header__warp .menu-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10001;
}
#header .header__warp .menu-button__line,
#header .header__warp .menu-button::before,
#header .header__warp .menu-button::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ff7700;
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}
#header .header__warp .menu-button.is-opened .menu-button__line {
  opacity: 0;
}
#header .header__warp .menu-button.is-opened::before {
  transform: translateY(8px) rotate(135deg);
  background-color: #ff7700;
}
#header .header__warp .menu-button.is-opened::after {
  transform: translateY(-8px) rotate(-135deg);
  background-color: #ff7700;
}
#header .header__warp .header__warp--sp--nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100% !important;
  background: linear-gradient(to bottom, #fcf6e8 0%, #fff 90%);
  transition: right 0.4s, opacity 0.3s;
  opacity: 0;
  z-index: 9999;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}
#header .header__warp .menu-opened .header__warp--sp--nav {
  right: 0;
  opacity: 1;
}
#header .header__warp .header__warp--sp--nav ul {
  list-style: none;
  padding: 50px 20px;
  margin: 0;
  text-align: center;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  height: 100% !important;
}
#header .header__warp .header__warp--sp--nav ul img {
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 3rem auto 0;
  display: block;
  transition: transform 0.3s;
}
#header .header__warp .header__warp--sp--nav ul li {
  text-shadow: none;
}
#header .header__warp .header__warp--sp--nav ul li p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#header .header__warp .header__warp--sp--nav ul li a {
  text-decoration: none;
  color: #1a7f6e;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
#header .header__warp .header__warp--sp--nav ul li a span {
  color: #6f684d;
}
#header .header__warp .header__warp--sp--nav h2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #1a7f6e;
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  font-weight: bold;
  padding: 1rem 1rem 5px;
  text-align: center;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1400px) {
  #header .header__warp {
    height: 90px;
  }
  #header .header__warp .header__warp--sp {
    display: flex;
  }
  #header .header__warp .menu-button {
    display: flex;
  }
  #header .header__warp .header__warp--menu {
    display: none;
  }
  #header .header__warp .header__warp--info {
    display: none;
  }
}

@media (max-width: 1400px) {
  #header {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 380px) {
  #header .header__warp .header__warp--sp--nav ul {
    gap: 0.8rem;
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_sample {
  background-image: url("../../img/common/heading/heading_sample.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_about {
  background-image: url("../../img/common/heading/about.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_services {
  background-image: url("../../img/common/heading/services.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_traffic-accident {
  background-image: url("../../img/common/heading/traffic-accident.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_faq-review {
  background-image: url("../../img/common/heading/faq-review.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_contact {
  background-image: url("../../img/common/heading/about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_news {
  background-image: url("../../img/common/heading/faq-review.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_tourmaline-therapy {
  background-image: url("../../img/common/heading/tourmaline-therapy.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 40vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#heading .heading__warp h1 {
  display: flex;
  color: #ffffff;
  flex-flow: column-reverse;
  transition: all ease 1s;
  line-height: 1.2;
}
#heading .heading__warp h1 p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  transition: all ease 1s;
}
#heading .heading__warp h1 span {
  font-size: clamp(2.4rem, 2.36rem + 0.2vw, 2.6rem);
  transition: all ease 1s;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(90deg, #ffd47b 0%, #ffa019 100%);
  border-radius: 50px;
  padding: 0.5rem 3rem 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(30px);
  animation: fluffyFadeIn 1.2s cubic-bezier(0.32, 1.5, 0.5, 1) forwards;
}
@media screen and (max-width: 768px) {
  #heading .heading__warp h1 span {
    padding: 0.5rem 1.5rem 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  #heading .heading__warp h1 span {
    padding: 0.7rem 1.5rem 0.8rem;
  }
}
@keyframes fluffyFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 40vh;
  }
  #heading .heading__warp h1 span {
    font-size: clamp(1.9rem, 1.86rem + 0.2vw, 2.1rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  #heading .heading__warp h1 span {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 35vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 420px) {
  #heading {
    height: 60vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 420px) and (max-width: 380px) {
  #heading .heading__warp h1 span {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}
#floating {
  position: fixed;
  top: 50%;
  /* 画面の中央に縦方向で配置 */
  right: 0;
  /* 画面右端に固定 */
  transform: translateY(-50%);
  /* 真ん中に配置 */
  z-index: 99998;
  /* 他の要素より前に表示 */
  display: flex;
  /* フレックスボックスで子要素を配置 */
  flex-direction: column;
  /* 子要素を縦に並べる */
  opacity: 0;
}

#floating li {
  /* アイコン間のスペースを設定 */
  list-style: none;
  /* リストのデフォルトスタイルを削除 */
}
#floating li:nth-child(2) {
  display: none;
}

#floating li a {
  display: flex;
  gap: 5px;
  /* フレックスボックスでアイコンとテキストを中央揃え */
  align-items: center;
  /* 垂直方向に中央揃え */
  justify-content: center;
  /* 水平方向に中央揃え */
  background-color: #ff7700;
  /* ニュートラルな背景色（デフォルト） */
  color: #ffffff;
  /* テキストの色を白に */
  padding: 1rem;
  /* 内側にスペースを追加 */
  border-radius: 8px 0 0 8px;
  /* 左側に丸みを付ける */
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  /* フォントサイズを0.9remに設定 */
  font-weight: bold;
  /* 太字に設定 */
  text-decoration: none;
  /* テキストの下線を削除 */
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* ホバー時の背景色変化とスムーズな移動 */
  height: 100%;
}

#floating li a span {
  display: none;
}

#floating li a:hover {
  background-color: #ffffff;
  /* ホバー時に少し暗くする */
  transform: translateX(-10px);
  /* ホバー時に左に10px移動 */
  color: #ff7700;
  border: 1px solid #ff7700;
}

#floating li a i {
  /* アイコンとテキストの間にスペース */
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

/* 768px以下の画面サイズでは画面下に表示 */
@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 100px;
    /* 画面の下部に配置 */
    right: 10px;
    left: auto;
    /* 横幅いっぱいに広げる */
    transform: none;
    /* 変形を解除 */
    flex-direction: row;
    /* アイコンを横に並べる */
    justify-content: space-around;
    /* アイコン間にスペースを均等に配置 */
    opacity: 0;
    pointer-events: none;
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 0;
    border: none;
  }
  #floating li:nth-child(2) {
    display: block;
  }
  #floating li a {
    border-radius: 0;
    /* 丸みをリセット */
    flex-direction: column;
    /* アイコンとテキストを縦に並べる */
    padding: 1rem;
    /* パディングを小さく調整 */
    transition: opacity 0.3s ease, color 0.5s ease;
    background-color: none;
    background: linear-gradient(348deg, #48a132 0%, #a7fcbb 100%);
  }
  #floating li a:last-of-type {
    /* 最初の要素のみ左線を消す */
  }
  #floating li:nth-child(2) a {
    color: #fff;
    background: linear-gradient(90deg, #f9ce34 0%, #ee2a7b 60%, #6228d7 100%);
  }
  #floating li a {
    /* 最初の要素のみ左線を消す */
    border-left: none;
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    font-size: 0.7em;
  }
  #floating li a:hover {
    transform: none;
    background-color: none;
    color: #ffffff;
    border: none;
    opacity: 0.5;
  }
  #floating li a span {
    display: block;
  }
  #floating li a i {
    margin-right: 0rem;
  }
}
.features-section {
  padding: 4rem 1rem 5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.features-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(50deg, rgba(255, 183, 94, 0.3) 0%, rgba(255, 183, 94, 0.3) 25%, transparent 25%, transparent 96%, rgba(255, 183, 94, 0.4) 96%, rgba(255, 183, 94, 0.4) 100%), linear-gradient(340deg, rgba(237, 143, 3, 0.22) 0%, rgba(237, 143, 3, 0.22) 46%, transparent 46%, transparent 71%, rgba(255, 222, 149, 0.18) 71%, rgba(255, 222, 149, 0.18) 100%), linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 183, 94, 0.14));
  z-index: -2;
  mix-blend-mode: multiply;
  opacity: 0.85;
  border-radius: inherit;
  pointer-events: none;
}
.features-section .section-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.features-section .section-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #ffac30;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
.features-section .section-title .jp-title {
  display: block;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  color: #555;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.features-section .section-title .title-underline {
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #fdd550 0%, #ffb34f 100%);
  border-radius: 2px;
  margin: 0 auto;
  opacity: 1;
}
.features-section .features-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  counter-reset: feature-num;
  /* カウンター初期化 */
  /* 偶数番目（reverseクラス）で左右反転 */
  /* 奇数番目だけ右寄せに */
}
.features-section .features-list .feature-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  counter-increment: feature-num;
  /* 各行でカウンター+1 */
}
.features-section .features-list .feature-row .feature-img {
  width: 40%;
  max-width: 500px;
  aspect-ratio: 2/1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  border-radius: 7px;
  /* アニメーション追加 */
  transform-origin: left center;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scale(0.92);
}
.features-section .features-list .feature-row .feature-img.is-show {
  animation: fadeInScale 1.3s cubic-bezier(0.22, 0.68, 0.51, 1) forwards;
}
.features-section .features-list .feature-row .feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.features-section .features-list .feature-row .feature-content {
  width: 60%;
  padding: 1rem 2rem 1rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 3px solid #ffffff;
  margin-left: -5rem;
  position: relative;
  z-index: 5;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.3);
  /* アニメーション追加 */
  opacity: 0;
  transform: rotateX(100deg) translateY(40px);
  transform-origin: left center;
  /* すべての.feature-headingの後に装飾見出しを表示 */
}
.features-section .features-list .feature-row .feature-content.is-show {
  animation: gentle-wakeup 1.3s cubic-bezier(0.22, 0.61, 0.35, 1) forwards;
}
.features-section .features-list .feature-row .feature-content .feature-heading {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 700;
  color: #ff8819;
  margin-bottom: 0.7em;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 2px dashed #ff8819;
  position: relative;
}
.features-section .features-list .feature-row .feature-content .feature-heading::before {
  content: "";
  width: 30px;
  min-width: 30px;
  aspect-ratio: 1;
  background: url("../../img/about/title.png") no-repeat center/cover;
  z-index: 1;
  opacity: 1;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .features-section .features-list .feature-row .feature-content .feature-heading::before {
    width: 20px;
    min-width: 20px;
  }
}
.features-section .features-list .feature-row .feature-content .feature-heading::after {
  content: "特徴" counter(feature-num);
  display: inline-block;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: 900;
  font-style: italic;
  /* 斜体を追加 */
  color: #ff8819;
  vertical-align: middle;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(180, 200, 160, 0.08);
  position: absolute;
  top: -5rem;
  left: -3rem;
  opacity: 0.5;
}
.features-section .features-list .feature-row .feature-content p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding: 0 1rem 0 2rem;
  margin-top: 0;
}
.features-section .features-list .feature-row .feature-content .feature-link {
  display: inline-block;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: #fff;
  background: linear-gradient(90deg, #ffd47b 0%, #ffa019 100%);
  border-radius: 50px;
  padding: 0.8rem 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(180, 200, 160, 0.08);
  transition: opacity 0.3s ease;
  margin: 0.3em 0 1rem auto;
}
.features-section .features-list .feature-row .feature-content .feature-link span {
  display: inline-block;
}
.features-section .features-list .feature-row .feature-content .feature-link:hover {
  opacity: 0.5;
}
.features-section .features-list .feature-row.reverse {
  flex-direction: row-reverse;
}
.features-section .features-list .feature-row.reverse .feature-content {
  margin-left: 0;
  margin-right: -5rem;
}
.features-section .features-list .feature-row:nth-of-type(odd) .feature-heading::after {
  left: auto;
  right: -2rem;
}

@media screen and (max-width: 1024px) {
  .features-section .features-list {
    gap: 5rem;
  }
  .features-section .features-list .feature-row {
    flex-direction: column;
    gap: 2rem;
  }
  .features-section .features-list .feature-row .feature-img {
    width: 50%;
    max-width: 500px;
  }
  .features-section .features-list .feature-row .feature-content {
    margin-left: auto;
    margin: 0 auto;
    margin-top: -3rem;
    width: 90%;
  }
  .features-section .features-list .feature-row .feature-content p {
    padding: 0;
  }
  .features-section .features-list .feature-row.reverse {
    flex-direction: column;
    gap: 2rem;
  }
  .features-section .features-list .feature-row.reverse .feature-content {
    margin-left: auto;
    margin: 0 auto;
    margin-top: -3rem;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .features-section .features-list .feature-row .feature-img {
    max-width: 700px;
    width: 70%;
    min-width: 300px;
  }
  .features-section .features-list .feature-row .feature-content {
    width: 95%;
    padding: 1rem 2rem;
  }
  .features-section .features-list .feature-row .feature-content .feature-heading {
    text-align: left;
  }
  .features-section .features-list .feature-row.reverse .feature-content {
    width: 95%;
    padding: 1rem 2rem;
  }
  .features-section .features-list .feature-row.reverse .feature-content .feature-heading {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .features-section .features-list .feature-row .feature-img {
    max-width: 100%;
    width: 100%;
    min-width: 250px;
    aspect-ratio: 2/1.3;
  }
  .features-section .features-list .feature-row .feature-content {
    width: 95%;
    padding: 1rem 2rem;
  }
  .features-section .features-list .feature-row .feature-content .feature-heading {
    align-items: center;
  }
  .features-section .features-list .feature-row .feature-content .feature-heading::before {
    rotate: 0deg;
    margin-right: 5px;
  }
  .features-section .features-list .feature-row .feature-content p {
    text-align: justify;
  }
  .features-section .features-list .feature-row .feature-content .feature-link {
    text-align: center;
  }
  .features-section .features-list .feature-row.reverse .feature-content {
    width: 95%;
    padding: 1rem 2rem;
  }
  .features-section .features-list .feature-row.reverse .feature-content .feature-heading {
    text-align: left;
  }
}
.greeting {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  padding: 3.5rem 1rem 4rem;
  margin: 0 auto;
  /* max-widthは指定しない */
  position: relative;
  overflow: hidden;
  /* キャッチコピーをイントロとして冒頭に中央配置＆装飾 */
}
.greeting .section-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.greeting .section-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #ffac30;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
.greeting .section-title .jp-title {
  display: block;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  color: #555;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.greeting .section-title .title-underline {
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #fdd550 0%, #ffb34f 100%);
  border-radius: 2px;
  margin: 0 auto;
  opacity: 1;
}
.greeting .greeting-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0rem 1rem;
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .greeting .greeting-inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
  }
}
.greeting .greeting-inner .greeting-image {
  width: 60%;
  height: 100%;
  margin: 0;
  border-radius: 5px;
  overflow: visible;
  /* 重なりを見せるため */
  position: relative;
}
.greeting .greeting-inner .greeting-image .img-box {
  opacity: 0;
  transform: scale(0.92);
}
.greeting .greeting-inner .greeting-image .img-box.is-show {
  animation: fadeInScale 1.3s cubic-bezier(0.22, 0.68, 0.51, 1) forwards;
}
.greeting .greeting-inner .greeting-image .img-box .main-img {
  width: 85%;
  aspect-ratio: 2/1.5;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(180, 200, 160, 0.18);
  z-index: 1;
  margin-left: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting .greeting-inner .greeting-image .img-box .sub-img {
  width: 60%;
  min-width: 150px;
  aspect-ratio: 2/1.5;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(180, 200, 160, 0.16);
  margin-top: -3rem;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting .greeting-inner .greeting-message {
  width: 100%;
  color: #333;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 2;
  letter-spacing: 0.03em;
  padding: 0;
  position: relative;
  font-weight: 500;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.greeting .greeting-inner .greeting-message.is-show {
  opacity: 1;
  transform: translateX(0);
}
.greeting .greeting-inner .greeting-message .catchcopy-line {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin: 2.5em 0 2em 0;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.greeting .greeting-inner .greeting-message .catchcopy-line.is-show {
  opacity: 1;
  transform: translateX(0);
}
.greeting .greeting-inner .greeting-message .catchcopy-line::before {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #ffd88c 0%, #ff8a00 100%);
  opacity: 0.5;
  margin: 0 1.2em;
  border-radius: 1px;
}
.greeting .greeting-inner .greeting-message .catchcopy-text {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
  white-space: nowrap;
  /* グラデーション文字 */
  background: linear-gradient(90deg, #ffba3a 0%, #ff8800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* 罫線の色もグラデーションに合わせると統一感UP */
}
.greeting .greeting-inner .greeting-message .catchcopy-text br {
  display: none;
}
.greeting .greeting-inner .greeting-message .greeting-opening {
  font-size: 1.08em;
  color: #b96f2a;
  font-weight: 600;
  margin-bottom: 0.7em;
}
.greeting .greeting-inner .greeting-message .greeting-director {
  font-size: 1.1em;
  color: #7bb66d;
  font-weight: 600;
  margin-bottom: 0.7em;
}
.greeting .greeting-inner .greeting-message .greeting-director .director-name {
  font-weight: bold;
}
.greeting .greeting-inner .greeting-message .greeting-sign {
  text-align: right;
  margin-top: 1.5rem;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: bold;
  font-style: italic;
  color: #333;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.greeting .greeting-inner .greeting-message .greeting-sign .director-name {
  font-weight: bold;
  display: inline-block;
}
.greeting .greeting-intro {
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.greeting .greeting-catch {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.13em;
  padding: 0.7em 2.5em;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.greeting .greeting-catch::before,
.greeting .greeting-catch::after {
  content: "“";
  color: #fffbe7;
  font-size: 1.2em;
  vertical-align: middle;
  margin: 0 0.2em;
  opacity: 0.6;
}
.greeting .greeting-catch::after {
  content: "”";
}

@media screen and (max-width: 768px) {
  .greeting .greeting-inner {
    width: 100%;
  }
  .greeting .greeting-inner .greeting-image {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .greeting .greeting-inner {
    width: 100%;
    padding: 0;
  }
  .greeting .greeting-inner .greeting-image {
    width: 100%;
  }
  .greeting .greeting-inner .greeting-message p {
    text-align: justify;
    padding: 0 10px;
    line-height: 1.8;
  }
  .greeting .greeting-inner .greeting-message .catchcopy-line {
    display: block;
    width: 100%;
  }
  .greeting .greeting-inner .greeting-message .catchcopy-line::before {
    display: none;
  }
  .greeting .greeting-inner .greeting-message .catchcopy-text {
    white-space: normal;
    line-height: 1.5;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
    text-align: center;
  }
  .greeting .greeting-inner .greeting-message .catchcopy-text span {
    display: inline-block;
  }
}
#gallery {
  width: 100%;
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #gallery {
    padding: 3rem 1rem;
  }
}
#gallery .section-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
#gallery .section-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #c4b991;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
#gallery .section-title .jp-title {
  display: block;
  font-weight: bold;
  color: #555;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
#gallery .section-title .title-underline {
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #faefc5 0%, #aaa07b 100%);
  border-radius: 2px;
  margin: 0 auto;
  opacity: 0.7;
}
#gallery .footer__gallery {
  display: flex;
  width: 100%;
}
#gallery .footer__gallery .swiper-wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition-timing-function: linear !important;
  gap: 1rem;
  row-gap: 2rem;
}
@media screen and (max-width: 480px) {
  #gallery .footer__gallery .swiper-wrapper {
    width: 100%;
  }
}
#gallery .footer__gallery .swiper-wrapper li {
  width: 320px;
  display: block;
  padding: 0 7.5px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
  transform: rotate(-10deg) translateX(30px);
  transition: opacity 0.8s, transform 0.8s, -webkit-backdrop-filter 0.8s;
  transition: opacity 0.8s, transform 0.8s, backdrop-filter 0.8s;
  transition: opacity 0.8s, transform 0.8s, backdrop-filter 0.8s, -webkit-backdrop-filter 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, backdrop-filter 0.8s;
  -moz-transition: opacity 0.8s, -moz-transform 0.8s, backdrop-filter 0.8s;
}
@media screen and (max-width: 480px) {
  #gallery .footer__gallery .swiper-wrapper li {
    width: 100%;
  }
}
#gallery .footer__gallery .swiper-wrapper li.is-show {
  opacity: 1;
  transform: rotate(0deg) translateX(0);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-transform: rotate(0deg) translateX(0);
  -moz-transform: rotate(0deg) translateX(0);
  transition: opacity 0.8s, transform 0.8s, -webkit-backdrop-filter 0.8s;
  transition: opacity 0.8s, transform 0.8s, backdrop-filter 0.8s;
  transition: opacity 0.8s, transform 0.8s, backdrop-filter 0.8s, -webkit-backdrop-filter 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, backdrop-filter 0.8s;
  -moz-transition: opacity 0.8s, -moz-transform 0.8s, backdrop-filter 0.8s;
}
#gallery .footer__gallery .swiper-wrapper li a {
  width: 100% !important;
  aspect-ratio: 3/2;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#gallery .footer__gallery .swiper-wrapper li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gallery .footer__gallery .swiper-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.clinic-info-section {
  background: linear-gradient(to top, #fcf9f3 0%, #fff 100%);
  padding: 3rem 1rem;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.clinic-info-section .section-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.clinic-info-section .section-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #c4b991;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
.clinic-info-section .section-title .jp-title {
  display: block;
  font-weight: bold;
  color: #555;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
.clinic-info-section .section-title .title-underline {
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #faefc5 0%, #aaa07b 100%);
  border-radius: 2px;
  margin: 0 auto;
  opacity: 0.7;
}
.clinic-info-section .container {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
}
.clinic-info-section .container .img-box {
  position: relative;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2rem;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 0.5rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.clinic-info-section .container .img-box::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: #ff7700;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.15s;
}
.clinic-info-section .container .img-box.is-show::after {
  left: 152%;
}
@media screen and (max-width: 480px) {
  .clinic-info-section .container .img-box {
    aspect-ratio: 2/1.3;
  }
}
.clinic-info-section .container .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.clinic-info-section .container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  line-height: 1.5;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
.clinic-info-section .container table.is-show {
  opacity: 1;
  bottom: 0;
}
.clinic-info-section .container table th,
.clinic-info-section .container table td {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 1em;
}
.clinic-info-section .container table th {
  background-color: #ff7700;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 4em;
  position: relative;
}
.clinic-info-section .container table th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #ff7700;
  z-index: 2;
}
.clinic-info-section .container table th::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}
@media (max-width: 480px) {
  .clinic-info-section .container table table {
    display: block;
    width: 100%;
  }
  .clinic-info-section .container table th,
  .clinic-info-section .container table td {
    display: block;
    width: 100%;
  }
  .clinic-info-section .container table th {
    border-bottom: none;
  }
  .clinic-info-section .container table th::before {
    content: "";
    position: absolute;
    top: auto;
    left: 10%;
    bottom: -20px;
    rotate: 90deg;
  }
  .clinic-info-section .container table td {
    padding-top: 20px;
    margin-bottom: 1rem;
  }
}
.clinic-info-section .container table th,
.clinic-info-section .container table td {
  vertical-align: middle;
  border: 1px solid #ffffff;
}
.clinic-info-section .container table th {
  background-color: #f4efd8;
  color: #6f684d;
  border-left: none;
  border-top: none;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
.clinic-info-section .container table th::before {
  border-left: 10px solid #f4efd8;
}
.clinic-info-section .container table th::after {
  display: none;
}
.clinic-info-section .container table td {
  border: 1px solid #f4efd8;
  border-right: none;
  border-top: none;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: 500;
  text-align: left;
}
.clinic-info-section .container table td span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .clinic-info-section .container table td {
    border-left: none;
  }
}

/* レスポンシブ */
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #333;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #333;
  border: solid 1px #333;
  color: #ff7700;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ff7700;
  color: #333;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.calender__content table {
  border: #333 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #333 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #333 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #ff7700;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #333;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .sun {
  color: #ff0000;
}
.calender__content .cms_calendar .sat {
  color: #0000ff;
}
.calender__content .cms_calendar .past {
  background-color: #f9f9f9;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #f5f5f5;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff7700;
  color: #ffffff;
  border: 1px solid #ff7700;
  padding: 15px;
  border-radius: 50%;
  /* 丸いボタン */
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  /* モダンなデザインのため少し大きめのフォント */
  width: 65px;
  /* タップしやすいように固定幅を指定 */
  height: 65px;
  /* タップしやすいように固定高さを指定 */
  display: flex;
  /* 中央揃えのためにflexboxを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態で透明に */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* フェードアウトと拡大のトランジション */
  z-index: 1000;
  /* 他の要素よりも前面に表示 */
}
#back-to-top i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}

#back-to-top.show {
  display: flex;
  /* 表示するためにdisplayをflexに */
  opacity: 1;
  /* 不透明に */
}

#back-to-top:hover {
  background-color: #ffffff;
  color: #ff7700;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 10px;
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #back-to-top {
    right: 15px;
    font-size: 18px;
  }
}
/* レスポンシブ対応: 画面幅が400px以下の場合 */
@media (max-width: 400px) {
  #back-to-top {
    bottom: 10px;
    right: 10px;
  }
}
#footer {
  background: linear-gradient(to bottom, #fcf6e8 0%, #fff 90%);
  color: #444;
  padding: 0;
}
#footer .footer-section .footer__warp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
#footer .footer-section .footer__warp .footer__warp--box--logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
}
#footer .footer-section .footer__warp .footer__warp--box--logo a {
  display: inline-block;
  transition: opacity 0.5s ease;
}
#footer .footer-section .footer__warp .footer__warp--box--logo a figure {
  margin: 0;
}
#footer .footer-section .footer__warp .footer__warp--box--logo a figure img {
  width: 100%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}
#footer .footer-section .footer__warp .footer__warp--box--logo a:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__warp .footer__warp--columnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  padding: 0 2rem 1rem 2rem;
  box-sizing: border-box;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address {
  color: #6f684d;
  margin-bottom: 10px;
  font-weight: 600;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .adress-box {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin-bottom: 20px;
  font-weight: bold;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .adress-box span {
  display: inline-block;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .footer__info--map {
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  aspect-ratio: 2/1;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .footer__info--map iframe {
  width: 100%;
  height: 100%;
  min-height: 120px;
  border: none;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .footer__info--parking {
  font-size: 0.95rem;
  color: #6f684d;
  font-weight: 500;
  margin-top: 10px;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .footer__info--parking p {
  margin-bottom: 10px;
  text-align: justify;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--tel {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--tel a {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  transition: opacity 0.5s ease;
  background-color: #ff7700;
  padding: 10px 2rem;
  border-radius: 50px;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--tel a:hover {
  opacity: 0.5;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--tel i {
  margin-right: 6px;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info {
  width: 50%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  /* フッター用見出しデザイン */
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--heading {
  font-size: 1.07em;
  font-weight: bold;
  color: #1a7f6e;
  background: linear-gradient(90deg, #e3f6f1 70%, transparent 100%);
  border-left: 5px solid #ff7700;
  padding: 3px 0 3px 12px;
  margin-bottom: 7px;
  letter-spacing: 0.04em;
  border-radius: 0 12px 12px 0;
  display: inline-block;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--treatment,
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--symptoms {
  font-size: 0.98em;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--treatment span,
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--symptoms span {
  display: inline-block;
  background: #e3f6f1;
  color: #1a7f6e;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  font-weight: 500;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours {
  margin-top: 8px;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table th,
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table td {
  padding: 5px 7px;
  text-align: center;
  font-size: 0.97em;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table th {
  background: #e3f6f1;
  color: #1a7f6e;
  font-weight: 600;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table td.closed {
  background: #f5eaea;
  color: #c0392b;
  font-weight: 600;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table td.note {
  font-size: 0.92em;
  color: #888;
  background: #fafafa;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours .footer__info--hours-note {
  font-size: 0.92em;
  color: #333;
  margin-top: 2px;
}
#footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours .footer__info--hours-note p span {
  display: inline-block;
}
#footer .footer-section .footer__nav .footer__nav--warp {
  max-width: 1024px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  width: 95%;
}
#footer .footer-section .footer__nav .footer__nav--warp nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  row-gap: 1rem;
  list-style: none;
  padding: 15px;
}
#footer .footer-section .footer__nav .footer__nav--warp nav ul li {
  text-align: center;
}
#footer .footer-section .footer__nav .footer__nav--warp nav ul li a {
  color: #1a7f6e;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  transition: color 0.2s;
}
#footer .footer-section .footer__nav .footer__nav--warp nav ul li a:hover {
  color: #e67e22;
}
#footer .footer__copy {
  text-align: center;
  font-size: 0.98em;
  color: #6f684d;
  background: #fff;
  padding: 20px 0;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 831px) {
  #footer .footer-section .footer__warp .footer__warp--columnbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left {
    width: 95%;
  }
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--address .adress-box {
    width: 100%;
    text-align: center;
  }
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__info {
    width: 100%;
  }
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours .footer__info--hours-note {
    text-align: center;
    margin: 10px auto;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__warp--left .footer__info--tel a {
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  }
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__info {
    min-width: 0;
  }
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table th,
  #footer .footer-section .footer__warp .footer__warp--columnbox .footer__info .footer__info--hours table td {
    vertical-align: middle;
  }
}/*# sourceMappingURL=style.css.map */