@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;
  }
}
#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;
  }
}
.sp-fixed-link {
  opacity: 0;
}
.sp-fixed-link.page-open {
  opacity: 1;
}

@media screen and (max-width: 928px) {
  .sp-fixed-link.scroll {
    opacity: 0;
  }
}
#main-visual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  padding: 0;
  background-color: #fcf9f3;
}
@media screen and (max-width: 480px) {
  #main-visual {
    padding-top: 90px;
  }
}
#main-visual .copy {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  width: 100%;
}
#main-visual .copy h1 {
  font-size: clamp(2.9rem, 2.86rem + 0.2vw, 3.5rem);
  font-weight: bold;
  letter-spacing: 4px;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  position: relative;
  text-align: center;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  #main-visual .copy h1 {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
}
#main-visual .copy h1 .em-yellow,
#main-visual .copy h1 .em-green {
  display: inline-block;
  border-radius: 0.5em;
  padding: 0 0.1em;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0.1em;
  line-height: 1.1;
}
#main-visual .copy h1 .em-yellow {
  background: none;
  color: #ff7700;
}
#main-visual .copy h1 .em-green {
  background: none;
  color: #1a7f6e;
}
#main-visual .copy h1 .em-letter {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 0.02em;
  padding: 0.12em 0.22em;
  text-shadow: 0px 0px 20px rgb(255, 255, 255);
}
#main-visual .copy h1 .em-letter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  filter: blur(2.5px);
  box-shadow: 0 0 18px 8px rgba(255, 255, 255, 0.22);
}
#main-visual .copy h1 .em-yellow .em-letter::before {
  background: radial-gradient(circle, #ffe6c7 0%, #ffd591 40%, rgba(255, 214, 145, 0.7) 60%, rgba(255, 214, 145, 0.18) 85%, rgba(255, 255, 255, 0) 100%);
}
#main-visual .copy h1 .em-green .em-letter::before {
  background: radial-gradient(circle, #e3f6f1 0%, #b8e5d7 40%, rgba(184, 229, 215, 0.7) 60%, rgba(184, 229, 215, 0.18) 85%, rgba(255, 255, 255, 0) 100%);
}
#main-visual .copy p {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  opacity: 1;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  margin: 2rem auto;
  max-width: 600px;
  line-height: 1.7;
}
#main-visual .banner-container {
  position: absolute;
  left: 1%;
  bottom: 5%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 44px;
  z-index: 5;
  opacity: 1;
}
#main-visual .banner-container .banner-item {
  position: relative;
  width: 190px;
  min-width: 180px;
  aspect-ratio: 1;
  background: #fff2e2;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 16px 12px 16px;
  /* ← 上下paddingを減らす */
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.45, 1.7, 0.55, 0.95), box-shadow 0.3s cubic-bezier(0.45, 1.7, 0.55, 0.95);
  overflow: visible;
  /* テキスト要素などは z-index: 1 以上を指定して最前面に */
}
#main-visual .banner-container .banner-item::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  aspect-ratio: 1;
  background: url("../../img/home/aoi.png") no-repeat center/contain;
  z-index: 0;
  /* 疑似要素は背景より上、テキストより下 */
  opacity: 1;
}
@media screen and (max-width: 831px) {
  #main-visual .banner-container .banner-item::after {
    width: 25%;
  }
}
@media screen and (max-width: 385px) {
  #main-visual .banner-container .banner-item::after {
    bottom: -20px;
  }
}
#main-visual .banner-container .banner-item:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  aspect-ratio: 1;
  background: url("../../img/home/aoi2.png") no-repeat center/contain;
  z-index: 0;
  /* 疑似要素は背景より上、テキストより下 */
  opacity: 1;
}
@media screen and (max-width: 831px) {
  #main-visual .banner-container .banner-item:nth-child(even)::after {
    width: 25%;
  }
}
@media screen and (max-width: 385px) {
  #main-visual .banner-container .banner-item:nth-child(even)::after {
    bottom: -20px;
  }
}
#main-visual .banner-container .banner-item > * {
  position: relative;
  z-index: 1;
}
#main-visual .banner-container .banner-item .banner-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 6;
}
#main-visual .banner-container .banner-item .banner-icon::before {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -150%;
  transform: translateX(-50%);
}
#main-visual .banner-container .banner-item:nth-child(1) .banner-icon::before {
  background: url("../../img/home/mainvisual/car.png") no-repeat center/contain;
}
#main-visual .banner-container .banner-item:nth-child(2) .banner-icon::before {
  background: url("../../img/home/mainvisual/reservation.png") no-repeat center/contain;
  width: 90px;
  top: -170%;
}
#main-visual .banner-container .banner-item:nth-child(3) .banner-icon::before {
  background: url("../../img/home/mainvisual/sports.png") no-repeat center/contain;
  width: 60px;
}
#main-visual .banner-container .banner-item:nth-child(4) .banner-icon::before {
  background: url("../../img/home/mainvisual/strech.png") no-repeat center/contain;
}
#main-visual .banner-container .banner-item .banner-main {
  font-weight: 900;
  font-size: 1.5em;
  color: #ff7700;
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: 0.04em;
  margin-bottom: 0.1em;
  display: inline-block;
  font-weight: bold;
}
#main-visual .banner-container .banner-item .banner-sub {
  font-size: 1.1em;
  color: #1a7f6e;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 0.1em;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-width: 90%;
  font-weight: bold;
}
#main-visual .banner-container .banner-item .banner-sub span {
  display: inline-block;
}
@keyframes show-mv {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.99;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes show {
  0% {
    top: 15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 高級感を演出するための拡大 */
  }
}
#main-visual .swiper-slide-active .swiper-slide__image,
#main-visual .swiper-slide-duplicate-active .swiper-slide__image,
#main-visual .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 12s linear 0s normal both;
}
#main-visual .swiper-top {
  width: 100%;
  height: 100% !important;
  position: relative;
}
#main-visual .swiper-top .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main-visual .swiper-top .swiper-slide {
    height: 50vh;
    min-height: 400px;
  }
}
#main-visual .swiper-top .swiper-slide__image {
  width: 100%;
  height: 100%;
}
#main-visual .swiper-top .swiper-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s ease-in-out;
}
#main-visual .swiper-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.2;
}
#main-visual .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#main-visual .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#main-visual .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #main-visual .copy h1 {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 900px) {
  #main-visual .copy h1 {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
    line-height: 2;
  }
  #main-visual .copy h1 span {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #main-visual .banner-container .banner-item {
    width: 160px;
  }
}
@media screen and (max-width: 831px) {
  #main-visual .banner-container {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  #main-visual .banner-container .banner-item {
    width: 140px;
    min-width: 0;
  }
  #main-visual .banner-container .banner-item .banner-icon::before {
    width: 50px;
    top: -105%;
  }
  #main-visual .banner-container .banner-item:nth-child(2) .banner-icon::before {
    width: 80px;
    top: -125%;
  }
  #main-visual .banner-container .banner-item:nth-child(3) .banner-icon::before {
    width: 40px;
  }
  #main-visual .banner-container .banner-item .banner-main {
    font-size: 1.3em;
  }
  #main-visual .banner-container .banner-item .banner-sub {
    font-size: 1.1em;
    text-shadow: none;
  }
}
@media screen and (max-width: 630px) {
  #main-visual .copy {
    top: 35%;
  }
  #main-visual .copy h1 {
    font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  }
  #main-visual .copy h1 span {
    display: block;
  }
  #main-visual .banner-container {
    bottom: 3%;
    max-width: 65%;
    width: 100%;
    row-gap: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  @keyframes fadeInUpText2 {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(30px) scale(0.97) skewY(2deg);
      filter: blur(4px);
    }
    60% {
      opacity: 0.8;
      transform: translateX(-50%) translateY(-8px) scale(1.03) skewY(-1deg);
      filter: blur(1px);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1) skewY(0);
      filter: none;
    }
  }
  #main-visual .banner-container .banner-item {
    width: 37%;
    min-width: 140px;
  }
  #main-visual .banner-container .banner-item::before {
    top: 5% !important;
    width: 80% !important;
    min-width: 130px;
  }
}
@media screen and (max-width: 480px) {
  #main-visual {
    min-height: 800px;
  }
  #main-visual .copy {
    top: 40%;
  }
  #main-visual .copy h1 {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .copy h1 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}
@media screen and (max-width: 480px) {
  #main-visual .copy h1 span {
    display: block;
  }
  #main-visual .copy p {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  #main-visual .banner-container {
    max-width: 400px;
    width: 100%;
    row-gap: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  #main-visual .banner-container {
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  @keyframes fadeInUpText2 {
    0% {
      opacity: 0;
      transform: translateX(-50%) translateY(30px) scale(0.97) skewY(2deg);
      filter: blur(4px);
    }
    60% {
      opacity: 0.8;
      transform: translateX(-50%) translateY(-8px) scale(1.03) skewY(-1deg);
      filter: blur(1px);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1) skewY(0);
      filter: none;
    }
  }
  #main-visual .banner-container .banner-item {
    width: 40%;
  }
  #main-visual .banner-container .banner-item .banner-icon {
    width: 100%;
  }
  #main-visual .banner-container .banner-item .banner-main {
    font-size: 1.4em;
  }
  #main-visual .banner-container .banner-item .banner-sub {
    font-size: 1.1em;
    text-shadow: none;
  }
  #main-visual .banner-container .banner-item::before {
    top: 10px !important;
    width: 90% !important;
    min-width: 0;
  }
  #main-visual .swiper-top::after {
    background-color: transparent;
  }
  #main-visual .swiper-pagination {
    display: none;
  }
}
.symptoms-section {
  background: linear-gradient(90deg, #fffaf1 0%, #fffaf5 55%, #fffbf4 100%);
  position: relative;
  overflow: hidden !important;
}
.symptoms-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/home/reaf.png") no-repeat top center/contain;
  z-index: 0;
  opacity: 0.5;
  filter: brightness(95%);
}
.symptoms-section .section-title {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  margin: 100px auto 3rem;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  color: #6f684d;
}
.symptoms-section .section-title::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  aspect-ratio: 114/49;
  background: url("../../img/home/icon.png") no-repeat center/cover;
  z-index: 1;
  opacity: 1;
}
.symptoms-section .section-title .clinic-highlight {
  font-weight: 900;
  display: inline-block;
}
.symptoms-section .section-title .clinic-highlight .area-highlight {
  color: #1a7f6e;
  background: linear-gradient(90deg, #e7f5e7 10%, #fffbe7 100%);
  border-radius: 6px;
  padding: 0.1em 0.4em;
  margin-right: 0.2em;
  font-weight: 900;
  display: inline-block;
}
.symptoms-section .section-title .clinic-highlight .clinic-name-highlight {
  color: #ff7700;
  margin: 0 0.2em;
  font-weight: 900;
  display: inline-block;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
.symptoms-section .content-box {
  background: linear-gradient(135deg, #fdf6ec 0%, #f8f5ef 40%, #f6f3e7 75%, #fffdf7 100%);
  max-width: 85%;
  margin: 0 auto 1rem;
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.symptoms-section .content-box .list-box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(60, 120, 60, 0.08);
  max-width: 900px;
  margin: 3em auto 1rem;
  padding: 70px 4rem 4rem;
  border: 2px solid #ddd;
  position: relative;
}
@media screen and (max-width: 900px) {
  .symptoms-section .content-box .list-box {
    padding: 70px 3rem 3rem;
  }
}
.symptoms-section .content-box .list-box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  aspect-ratio: 238/50;
  background: url("../../img/home/symptoms.png") no-repeat center/cover;
  z-index: 1;
  opacity: 1;
}
.symptoms-section .content-box .list-box .symptoms-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  position: relative;
  z-index: 1;
}
.symptoms-section .content-box .list-box .symptoms-list li {
  padding: 0.5rem 10px;
  color: #333;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(60, 120, 60, 0.04);
  transition: background 0.3s, transform 0.2s;
  position: relative;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 2.5em;
  border-bottom: 1.5px dashed #aaa;
  font-family: "Noto Sans JP", sans-serif;
}
.symptoms-section .content-box .list-box .symptoms-list li::before {
  content: "\f14a";
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  color: #ff7700;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
.symptoms-section .content-box .list-box .symptoms-message {
  text-align: center;
  color: #1a7f6e;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin: 2.5em auto 2em auto;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: 1.4em 2.2em 1.2em 2.2em;
  background: linear-gradient(90deg, #fffbe7 60%, #fffdf5 100%);
  border-radius: 2em;
  box-shadow: 0 4px 18px rgba(60, 120, 60, 0.08), 0 1.5px 0.5px 0 rgba(230, 126, 34, 0.06) inset;
  border: 2.5px solid #ff914d;
}
.symptoms-section .content-box .list-box .symptoms-message br {
  display: none;
}
.symptoms-section .content-box .list-box .symptoms-message .try-highlight {
  display: inline-block;
  background: linear-gradient(90deg, #ff914d 60%, #ffb86c 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.08em;
  padding: 0.18em 1em;
  border-radius: 1em;
  margin: 0.4em 0 0.2em 0;
  box-shadow: 0 2px 8px rgba(255, 145, 77, 0.08);
  letter-spacing: 0.06em;
  border: 1.5px solid #ffb86c;
}
.symptoms-section .content-box .list-box .symptoms-message .try-highlight span {
  display: inline-block;
}
.symptoms-section .content-box .list-box .flex-box {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .symptoms-section .content-box .list-box .flex-box {
    flex-direction: column;
  }
}
.symptoms-section .content-box .list-box .flex-box .symptoms-catch {
  text-align: center;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  color: #6f684d;
  margin-top: 1.7em;
  font-weight: 800;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.symptoms-section .content-box .list-box .flex-box .symptoms-catch span {
  display: inline-block;
}
.symptoms-section .content-box .list-box .flex-box .symptoms-catch::after {
  content: "";
  position: absolute;
  top: -70px;
  left: 30%;
  transform: translateX(-50%);
  width: 100px;
  aspect-ratio: 114/49;
  background: url("../../img/home/icon.png") no-repeat center/cover;
  z-index: 1;
  opacity: 1;
  rotate: 335deg;
}
.symptoms-section .content-box .list-box .flex-box .symptoms-catch .wish-highlight {
  color: #ff914d;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  background: linear-gradient(90deg, #fffbe7 60%, #fffbef 100%);
  border-radius: 8px;
  padding: 0.2em;
  margin: 0.2em 0;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(255, 145, 77, 0.08);
}
.symptoms-section .content-box .list-box .flex-box .symptoms-catch .wish-highlight img {
  max-width: 330px;
  width: 90%;
}
.symptoms-section .content-box .list-box .flex-box .img-box {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.symptoms-section .content-box .list-box .flex-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .symptoms-section .content-box {
    max-width: 95%;
  }
  .symptoms-section .content-box .list-box {
    padding: 60px 2rem 3rem;
  }
  .symptoms-section .content-box .list-box .symptoms-list {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .symptoms-section .section-title {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
  .symptoms-section .section-title .clinic-highlight .area-highlight {
    padding: 0.3rem;
  }
  .symptoms-section .content-box {
    padding: 2rem 1rem;
  }
  .symptoms-section .content-box .list-box {
    padding: 2.5rem 1rem 3rem;
  }
  .symptoms-section .content-box .list-box::before {
    width: 300px;
  }
  .symptoms-section .content-box .list-box .symptoms-list li {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  .symptoms-section .content-box .list-box .symptoms-list li::before {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
  .symptoms-section .content-box .list-box .symptoms-message {
    padding: 1rem 1rem;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    border-radius: 1rem;
  }
  .symptoms-section .content-box .list-box .symptoms-message br {
    display: block;
  }
}
@media screen and (max-width: 480px) and (max-width: 360px) {
  .symptoms-section .content-box .list-box .symptoms-message br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .symptoms-section .content-box .list-box .symptoms-message .try-highlight {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    border-radius: 0.8rem;
    padding: 0.5rem 0.8rem;
  }
  .symptoms-section .content-box .list-box .symptoms-catch {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  .symptoms-section .content-box .list-box .symptoms-catch .wish-highlight {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
.accident-banner {
  background: linear-gradient(90deg, #eafbeb 0%, #f8fff6 55%, #e3f8e7 100%);
  padding: 4rem 1rem 3rem;
  margin: 0 auto 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  /* 流体シェイプ（SVGやCSSで実装） */
  /* 流体シェイプのふわっとしたアニメーション例 */
}
.accident-banner::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 2%;
  width: 25%;
  aspect-ratio: 1;
  background: radial-gradient(circle at 60% 40%, #ccfad6 80%, #e7ffe0 100%);
  opacity: 0.7;
  border-radius: 60% 40% 50% 70%/60% 60% 40% 50%;
  z-index: 0;
  animation: floatShape 8s ease-in-out infinite alternate;
  filter: blur(10px);
  min-width: 300px;
}
.accident-banner::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 18%;
  aspect-ratio: 2/1.8;
  background: radial-gradient(circle at 40% 60%, #c6fdd7 80%, #ecffdc 100%);
  opacity: 0.7;
  border-radius: 60% 40% 50% 70%/60% 60% 40% 50%;
  z-index: 0;
  animation: floatShape2 10s ease-in-out infinite alternate;
  filter: blur(15px);
  min-width: 200px;
}
@keyframes floatShape {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(50%) scale(1.2);
  }
}
@keyframes floatShape2 {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(1.3);
  }
}
.accident-banner .section-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.accident-banner .section-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #20ac00;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
.accident-banner .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;
}
.accident-banner .section-title .title-underline {
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #51ff20 0%, #5cd204 100%);
  border-radius: 2px;
  margin: 0 auto;
  opacity: 1;
}
.accident-banner .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 5rem auto 3rem;
  position: relative;
  flex-direction: row-reverse;
  z-index: 5;
}
.accident-banner .banner-flex .accident-image-area {
  width: 100%;
  max-width: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accident-banner .banner-flex .accident-image-area .accident-image {
  width: 100%;
  aspect-ratio: 3/2.3;
  border-radius: 5rem 0rem 5rem 0rem;
  box-shadow: 15px 15px 0px rgba(116, 197, 68, 0.5), 0 2px 16px #fffbe7 inset;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.accident-banner .banner-flex .accident-image-area .accident-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5rem 0rem 5rem 0rem;
  display: block;
}
.accident-banner .banner-flex .accident-text-box {
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
.accident-banner .banner-flex .accident-text-box .badge-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
}
.accident-banner .banner-flex .accident-text-box .badge-icon .badge {
  display: inline-block;
  background: linear-gradient(90deg, #35f30f 0%, #54d300 100%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  border-radius: 50px;
  padding: 10px 15px 10px 15px;
  box-shadow: 0 2px 8px rgba(160, 216, 239, 0.1);
  letter-spacing: 0.05em;
  vertical-align: middle;
  border: 3px solid #fff;
  position: relative;
  transition: background 0.3s, color 0.3s, box-shadow 0.2s;
  min-width: 150px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.accident-banner .banner-flex .accident-text-box .badge-icon .badge i {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
.accident-banner .banner-flex .accident-text-box .accident-text {
  border-radius: 10px;
  border: 2px solid #019d10;
  box-shadow: 0 4px 20px rgba(124, 196, 231, 0.1);
  padding: 3rem 2rem 2rem 2rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 260px;
  z-index: 1;
}
.accident-banner .banner-flex .accident-text-box .accident-text p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: justify;
}
.accident-banner .banner-flex .accident-text-box .accident-text .banner-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 0.6em;
  padding: 10px 40px;
  background: linear-gradient(90deg, #7aff87 0%, #7aff6e 55%, #60e74b 100%);
  color: #0c5f13;
  font-weight: bold;
  border-radius: 50px;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(255, 193, 119, 0.13), 0 2px 8px rgba(255, 175, 140, 0.1) inset;
  transition: background 0.3s, color 0.3s, box-shadow 0.2s, transform 0.2s;
  letter-spacing: 0.06em;
  border: 2px solid #00c312;
  margin-top: 0.4em;
  cursor: pointer;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.accident-banner .banner-flex .accident-text-box .accident-text .banner-link::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px;
  filter: blur(2px);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.accident-banner .banner-flex .accident-text-box .accident-text .banner-link::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  color: #ffffff;
  margin-left: 15px;
  transition: transform 0.2s, color 0.2s;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
}
.accident-banner .banner-flex .accident-text-box .accident-text .banner-link:hover {
  background: linear-gradient(90deg, #d3ffcc 0%, #7bf770 55%, #8eff99 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgba(255, 193, 119, 0.16), 0 2px 12px rgba(255, 175, 140, 0.12) inset;
  transform: translateY(-3px) scale(1.07);
}
.accident-banner .banner-flex .accident-text-box .accident-text .banner-link:hover::after {
  transform: translateX(10px) scale(1.15);
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .accident-banner .banner-flex {
    flex-direction: column;
    margin: 2rem auto;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .accident-banner .banner-flex {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .accident-banner .banner-flex .accident-image-area .accident-image {
    width: 90%;
    margin: 0 auto;
  }
  .accident-banner .banner-flex .accident-text-box .accident-text {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .accident-banner .banner-flex .accident-image-area .accident-image {
    border-radius: 0 3rem 0 3rem;
  }
  .accident-banner .banner-flex .accident-image-area .accident-image img {
    border-radius: 0 3rem 0 3rem;
  }
  .accident-banner .banner-flex .accident-text-box {
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 410px) {
  .accident-banner .banner-flex .accident-text-box .badge-icon {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .accident-banner .banner-flex .accident-text-box .badge-icon .badge {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    min-width: 130px;
  }
  .accident-banner .banner-flex .accident-text-box .badge-icon .badge i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
.tourmaline-banner {
  background: linear-gradient(90deg, #fffaf1 0%, #fffaf5 55%, #fffbf4 100%);
  padding: 4rem 1rem 3rem;
  margin: 0rem auto 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  /* 流体シェイプ（SVGやCSSで実装） */
}
.tourmaline-banner::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 2%;
  width: 18%;
  aspect-ratio: 1;
  background: radial-gradient(circle at 60% 40%, #fde6c7 80%, #fff7e0 100%);
  opacity: 0.5;
  border-radius: 60% 40% 50% 70%/60% 60% 40% 50%;
  z-index: 0;
  animation: floatShape 8s ease-in-out infinite alternate;
  filter: blur(10px);
  min-width: 300px;
}
.tourmaline-banner::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 23%;
  aspect-ratio: 2/1.8;
  background: radial-gradient(circle at 40% 60%, #ffecce 80%, #fff7dc 100%);
  opacity: 0.5;
  border-radius: 60% 40% 50% 70%/60% 60% 40% 50%;
  z-index: 0;
  animation: floatShape2 10s ease-in-out infinite alternate;
  filter: blur(15px);
  min-width: 200px;
}
.tourmaline-banner .section-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
.tourmaline-banner .section-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #ffac30;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
.tourmaline-banner .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;
}
.tourmaline-banner .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;
}
.tourmaline-banner .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 5rem auto 3rem;
  position: relative;
  z-index: 5;
}
.tourmaline-banner .banner-flex .banner-image-area {
  width: 100%;
  max-width: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tourmaline-banner .banner-flex .banner-image-area .banner-image {
  width: 100%;
  aspect-ratio: 3/2.3;
  border-radius: 0rem 5rem 0rem 5rem;
  box-shadow: -15px 15px 0px rgba(255, 212, 155, 0.8), 0 2px 16px #fffbe7 inset;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tourmaline-banner .banner-flex .banner-image-area .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0rem 5rem 0rem 5rem;
  display: block;
}
.tourmaline-banner .banner-flex .banner-text-box {
  flex-direction: column;
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.tourmaline-banner .banner-flex .banner-text-box .badge-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
}
.tourmaline-banner .banner-flex .banner-text-box .badge-icon .badge {
  display: inline-block;
  background: linear-gradient(90deg, #ffdd59 0%, #f8b043 100%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  border-radius: 50px;
  padding: 10px 15px 10px 15px;
  box-shadow: 0 2px 8px rgba(160, 216, 239, 0.1);
  letter-spacing: 0.05em;
  vertical-align: middle;
  border: 3px solid #fff;
  position: relative;
  transition: background 0.3s, color 0.3s, box-shadow 0.2s;
  min-width: 150px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tourmaline-banner .banner-flex .banner-text-box .badge-icon .badge i {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text {
  border-radius: 10px;
  border: 2px solid #ff8a00;
  box-shadow: 0 4px 20px rgba(239, 214, 160, 0.7);
  padding: 3rem 2rem 2rem 2rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 260px;
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: justify;
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text .banner-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 0.6em;
  padding: 10px 40px;
  background: linear-gradient(90deg, #ffddb7 0%, #ffcf86 55%, #f9cb84 100%);
  color: #ff5100;
  font-weight: bold;
  border-radius: 50px;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(255, 193, 119, 0.13), 0 2px 8px rgba(255, 175, 140, 0.1) inset;
  transition: background 0.3s, color 0.3s, box-shadow 0.2s, transform 0.2s;
  letter-spacing: 0.06em;
  border: 2px solid #ffd08b;
  margin-top: 0.4em;
  cursor: pointer;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text .banner-link::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px;
  filter: blur(2px);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text .banner-link::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  color: #ffffff;
  margin-left: 15px;
  transition: transform 0.2s, color 0.2s;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text .banner-link:hover {
  background: linear-gradient(90deg, #ffbfae 0%, #ffe9c8 55%, #ffddb7 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgba(255, 193, 119, 0.16), 0 2px 12px rgba(255, 175, 140, 0.12) inset;
  transform: translateY(-3px) scale(1.07);
}
.tourmaline-banner .banner-flex .banner-text-box .banner-text .banner-link:hover::after {
  transform: translateX(10px) scale(1.15);
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .tourmaline-banner .banner-flex {
    flex-direction: column;
    margin: 2rem auto;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .tourmaline-banner .banner-flex {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .tourmaline-banner .banner-flex .banner-image-area .banner-image {
    width: 90%;
    margin: 0 auto;
  }
  .tourmaline-banner .banner-flex .banner-text-box .banner-text {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .tourmaline-banner .banner-flex .banner-image-area .banner-image {
    border-radius: 0 3rem 0 3rem;
  }
  .tourmaline-banner .banner-flex .banner-image-area .banner-image img {
    border-radius: 0 3rem 0 3rem;
  }
  .tourmaline-banner .banner-flex .banner-text-box {
    gap: 2rem;
  }
  .tourmaline-banner .banner-flex .banner-text-box .badge-icon .badge {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    min-width: 130px;
  }
  .tourmaline-banner .banner-flex .banner-text-box .badge-icon .badge i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
.instagram-section {
  overflow: hidden;
  background: linear-gradient(90deg, #fffaf1 0%, #fffaf5 55%, #fffbf4 100%);
}
.instagram-section .instagram-title {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  text-align: center;
  line-height: 1.5;
  display: block;
  margin: 40px auto 24px;
  padding: 2rem 3rem 1rem;
  background: #fff;
  letter-spacing: 0.06em;
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box;
  -o-border-image: linear-gradient(90deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     border-image: linear-gradient(90deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.instagram-section .gradient-text {
  display: inline-block;
  background-image: linear-gradient(90deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.instagram-section .instagram-title .badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  padding: 0.8rem 2rem 1rem;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: 600;
  background: linear-gradient(90deg, #e6683c 0%, #dc2743 100%);
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(220, 39, 67, 0.1);
  letter-spacing: 0.04em;
  position: relative;
  transition: opacity 0.3s ease;
}
.instagram-section .instagram-title .badge:hover {
  opacity: 0.5;
}
.instagram-section .instagram-embeds {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.instagram-section .instagram-media {
  border-radius: 18px !important;
  box-shadow: 0 4px 18px rgba(60, 80, 120, 0.12), 0 1.5px 0.5px 0 rgba(60, 80, 120, 0.04) inset !important;
  overflow: hidden;
  background: #fff !important;
  transition: box-shadow 0.25s, transform 0.22s;
  margin: 0 !important;
  max-width: 340px !important;
  min-width: 260px !important;
  width: 100% !important;
  flex: 1 1 300px;
}
.instagram-section .instagram-media:hover {
  box-shadow: 0 8px 32px rgba(60, 80, 120, 0.18), 0 2px 8px rgba(60, 80, 120, 0.08) inset !important;
  transform: translateY(-6px) scale(1.03);
  z-index: 2;
}
@media (max-width: 900px) {
  .instagram-section .instagram-embeds {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0;
    width: 95%;
  }
  .instagram-section .instagram-media {
    max-width: 98vw !important;
    min-width: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .instagram-section .instagram-title {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    width: 95%;
    padding: 2rem 1rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .instagram-section .instagram-title {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    width: 95%;
    padding: 2rem 1rem 1rem;
  }
  .instagram-section .instagram-title .badge {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
#contact {
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #FFFBF5 0%, #fff 100%);
  padding: 1rem 2rem;
}
#contact .section-title.contact-title {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
#contact .section-title.contact-title .en-title {
  display: block;
  font-size: 1.08rem;
  color: #c4b991;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 4px;
}
#contact .section-title.contact-title .jp-title {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
#contact .section-title.contact-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;
}
#contact .contact__warp--tel {
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  max-width: 95%;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  border: 2px solid #6f684d;
}
#contact .contact__warp--tel p {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#contact .contact__warp--tel p span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #contact .contact__warp--tel p span {
    display: inline;
  }
}
#contact .contact__warp--tel--info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#contact .contact__warp--tel--info h2 {
  margin: 2rem auto 1rem;
}
#contact .contact__warp--tel--info p {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #333;
  font-weight: 500;
  margin-bottom: 1rem;
}
#contact .contact__warp--tel--info p span {
  display: block;
  font-weight: bold;
}
#contact .contact__warp--tel--info b {
  font-weight: bold;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#contact .contact__warp--tel--info 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;
  margin-bottom: 10px;
  display: block;
}
#contact .contact__warp--tel--info a:hover {
  opacity: 0.5;
}
#contact .contact__warp--tel--info a i {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
#contact .contact__warp--attention {
  margin: 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .contact__warp--attention p {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#contact .contact__warp--attention p span {
  display: inline-block;
}
#contact .contact__warp--formbox {
  width: 95%;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1024px;
  padding: 60px 70px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 2px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#contact .contact__warp--formbox .section-title {
  margin: 0 auto;
}
#contact .contact__warp--formbox .section-title br {
  display: none;
}
@media screen and (max-width: 500px) {
  #contact .contact__warp--formbox .section-title br {
    display: block;
  }
}
#contact .contact__warp--formbox--list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
#contact .contact__warp--formbox--list--title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
#contact .contact__warp--formbox--list--title p {
  margin-left: 1rem;
  font-size: 1rem;
  color: #666;
}
#contact .contact__warp--formbox--list--title span {
  font-size: 0.75rem;
  color: #ff6347;
  padding: 0.25rem 0.5rem;
}
#contact .contact__warp--formbox--list--contents {
  display: flex;
  align-items: center;
  padding: 0;
}
#contact .contact__warp--formbox--list--contents input[type=text],
#contact .contact__warp--formbox--list--contents input[type=email],
#contact .contact__warp--formbox--list--contents input[type=tel],
#contact .contact__warp--formbox--list--contents select,
#contact .contact__warp--formbox--list--contents textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#contact .contact__warp--formbox--list--contents input[type=text]:focus,
#contact .contact__warp--formbox--list--contents input[type=email]:focus,
#contact .contact__warp--formbox--list--contents input[type=tel]:focus,
#contact .contact__warp--formbox--list--contents select:focus,
#contact .contact__warp--formbox--list--contents textarea:focus {
  border-bottom-color: #333;
  outline: none;
}
#contact .contact__warp--formbox--list--contents input[type=file] {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
#contact .contact__warp--formbox--list--contents .image-preview {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#contact .contact__warp--formbox--list--contents .image-preview img {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  /* サムネイル画像を整形 */
}
#contact .contact__warp--formbox--list--contents input[type=date] {
  width: 80%;
  padding: 0.75rem;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
#contact .contact__warp--formbox--list--contents input[type=date]:focus {
  border-bottom-color: #333;
  outline: none;
}
#contact .contact__warp--formbox--list--contents .time_period {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  white-space: nowrap;
}
#contact .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
  margin-right: 2rem;
}
#contact .contact__warp--formbox--list--contents .time_period input[type=radio] {
  margin: 0;
}
#contact .contact__warp--formbox--list--contents .time_period label {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  color: #333;
  font-weight: 500;
  padding: 0.5rem;
  transition: opacity 0.3s ease;
}
#contact .contact__warp--formbox--list--contents .time_period label:hover {
  opacity: 0.5;
}
#contact .contact__warp--formbox--list--contents .time_period input[type=date] {
  margin-left: 1rem;
  width: auto;
}
#contact .contact__warp--formbox--list--contents ::-moz-placeholder {
  color: #aaa;
}
#contact .contact__warp--formbox--list--contents ::placeholder {
  color: #aaa;
}
#contact .contact__warp--formbox--list--contents input[type=radio]:checked + label,
#contact .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
  background-color: #e0e0e0;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#contact .contact__warp--formbox--list--contents--checkbox {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#contact .contact__warp--formbox--list--contents--checkbox li {
  width: calc(33.3333333333% - 0.6666666667rem);
}
#contact .contact__warp--formbox--list--contents--checkbox li label {
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #ccc;
  transition: border-color 0.3s ease;
}
#contact .contact__warp--formbox--list--contents--checkbox li label:hover {
  border-bottom-color: #007bff;
}
#contact .contact__warp--formbox--list--contents#date-time {
  position: relative;
}
#contact .contact__warp--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#contact .contact__warp--formbox--list .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#contact .contact__warp--formbox--list .form-group input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#contact .contact__warp--formbox--list .checkbox-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 1rem;
}
#contact .contact__warp--formbox--list .checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* ラベルにカーソルを当てるとクリック可能な状態にする */
  color: #333;
  font-weight: 400;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#contact .contact__warp--formbox--list .form-group input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#contact .contact__warp--formbox--list .radio-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#contact .contact__warp--formbox--list .radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* ラベルにカーソルを当てるとクリック可能な状態にする */
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  margin-right: 2rem;
  color: #333;
}
#contact .contact__warp--privacy {
  margin: 2rem 0 0 0;
}
#contact .contact__warp--privacy h2 {
  border-bottom: solid 0.5px #333;
  margin: 0 0 2rem 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}
#contact .contact__warp--privacy h2::after {
  display: none;
}
#contact .contact__warp--privacy h2 > p {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: 1.2;
  color: #333;
}
#contact .contact__warp--privacy h2 > p > b {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#contact .contact__warp--privacy h4 {
  line-height: 1.5;
}
#contact .contact__warp--privacy strong {
  line-height: 1.5;
}
#contact .contact__warp--privacy--box {
  padding: 2rem;
  margin: 0 5rem;
  border: solid 1px rgba(0, 160, 233, 0.1);
  height: 400px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: #ffffff;
}
#contact .contact__warp--privacy--box > p {
  margin: 0 0 1rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--fast {
  line-height: 1.4;
  margin: 0 0 1rem;
}
#contact .contact__warp--privacy--box--listbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#contact .contact__warp--privacy--box--listbox--list {
  width: 100%;
  margin: 0 0 1rem;
}
#contact .contact__warp--privacy--box--listbox--list h4 {
  padding-bottom: 8px;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #333;
}
#contact .contact__warp--privacy--box--listbox--list h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #333;
  /*ピンク*/
}
#contact .contact__warp--privacy--box--listbox--list h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  /*薄ピンク*/
}
#contact .contact__warp--privacy--box--listbox--list > p {
  margin: 0.5rem 0;
  line-height: 1.4;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  counter-reset: cnt;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
  margin: 0 0 0.5rem;
  line-height: 1.5;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1rem;
  padding: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
  display: marker;
  content: "" counter(cnt) ".";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
  margin: 0 0.05rem 0 0.1rem;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
  margin: 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: kana;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
  counter-increment: kana;
  margin: 0 0 0.5rem;
  line-height: 1.1;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
  display: marker;
  content: "(" counter(kana, katakana) ")";
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: marusu;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
  line-height: 1.1;
  padding-left: 30px;
  position: relative;
  counter-increment: marusu;
  margin: 0 0 0.5rem;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
  margin: 0 0 0 0.05rem;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
  margin: 0.05rem 0 0 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
  margin: 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
  content: counter(marusu, upper-roman) ". ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#contact .contact__warp--privacy--box--listbox--list--table {
  width: 100%;
  height: auto;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin: 1rem 0 0 0;
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
  width: 120px;
  background-color: rgba(255, 217, 0, 0.1);
  padding: 0.25rem 1rem;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 217, 0, 0.1);
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
  width: calc(100% - 120px);
  padding: 0.25rem 1rem;
  border-bottom: solid 1px rgba(255, 217, 0, 0.1);
}
#contact .contact__warp--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
#contact .contact__warp--privacy--checks--checkbox {
  color: #333;
}
#contact .contact__warp--privacy--checks input[type=checkbox] {
  display: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Kiwi Maru", "LINESeedJP", sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
#contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
#contact .contact__warp--privacy--attention {
  margin: 2rem 0;
}
#contact .contact__warp--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  width: 80%;
  text-align: justify;
  line-height: 1.5;
  margin: 0 auto;
}
#contact .contact__warp--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4rem;
}
#contact .contact__warp--submit--button {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.8rem 2rem;
  background-color: #ff7700;
  color: #ffffff;
  border: 1px solid #ff7700;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  min-width: 200px;
  text-align: center;
}
#contact .contact__warp--submit--button:hover {
  background-color: #ffffff;
  color: #ff7700;
}

@media screen and (max-width: 1024px) {
  #contact .contact__warp {
    padding: 0rem;
  }
  #contact .contact__warp--formbox {
    padding: 2rem 5rem;
  }
  #contact .contact__warp--formbox--list--contents {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #contact .contact__warp--formbox--list .filebox input[type=file] {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: calc(50% - 0.5rem);
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact__warp--formbox {
    padding: 2rem 3rem;
  }
  #contact .contact__warp--formbox--list {
    display: flex;
    flex-flow: column;
  }
  #contact .contact__warp--formbox--list--title {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    margin: 0 0 0.25rem;
    padding-left: 0;
  }
  #contact .contact__warp--formbox--list--title p {
    margin: 0 0 0 1rem;
  }
  #contact .contact__warp--formbox--list--title label {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #contact .contact__warp--formbox--list--title span {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.25rem;
  }
  #contact .contact__warp--formbox--list--contents {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #contact .contact__warp--formbox--list--contents input[type=text],
  #contact .contact__warp--formbox--list--contents input[type=email],
  #contact .contact__warp--formbox--list--contents input[type=tel],
  #contact .contact__warp--formbox--list--contents select,
  #contact .contact__warp--formbox--list--contents textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents input[type=text]:focus,
  #contact .contact__warp--formbox--list--contents input[type=email]:focus,
  #contact .contact__warp--formbox--list--contents input[type=tel]:focus,
  #contact .contact__warp--formbox--list--contents select:focus,
  #contact .contact__warp--formbox--list--contents textarea:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #contact .contact__warp--formbox--list--contents input[type=date] {
    width: 80%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents input[type=date]:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #contact .contact__warp--formbox--list--contents .time_period {
    display: flex;
    align-items: flex-end;
    gap: 0rem;
    white-space: nowrap;
  }
  #contact .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
    margin-right: 2rem;
  }
  #contact .contact__warp--formbox--list--contents .time_period input[type=radio] {
    margin: 0;
  }
  #contact .contact__warp--formbox--list--contents .time_period label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents .time_period label:hover {
    opacity: 0.5;
  }
  #contact .contact__warp--formbox--list--contents .time_period input[type=date] {
    margin-left: 1rem;
    width: auto;
  }
  #contact .contact__warp--formbox--list--contents ::-moz-placeholder {
    color: #aaa;
  }
  #contact .contact__warp--formbox--list--contents ::placeholder {
    color: #aaa;
  }
  #contact .contact__warp--formbox--list--contents input[type=radio]:checked + label,
  #contact .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents--checkbox {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #contact .contact__warp--formbox--list--contents--checkbox li label {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents--checkbox li label:hover {
    border-bottom-color: #007bff;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 1rem 0 1rem;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 0.5px #333;
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy--box {
    padding: 2rem 2rem 2rem 1rem;
    margin: 0 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box p {
    margin: 0 0 1rem;
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #contact .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #contact .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list h4 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
    color: #333;
  }
  #contact .contact__warp--privacy--box--listbox--list h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    text-indent: 0rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    padding-left: 0px;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    left: -24px;
  }
  #contact .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #contact .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    padding: 0.25rem 1rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #contact .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks--checkbox {
    color: #333;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Kiwi Maru", "LINESeedJP", sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    line-height: 1.5;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #contact {
    padding: 1rem 0;
  }
  #contact .contact__warp h3 {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
  #contact .contact__warp--tel {
    width: 95%;
    padding: 2rem 10px;
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #contact .contact__warp--tel .mail-text {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #contact .contact__warp--tel--info {
    width: 100%;
    margin: 0rem 0rem 0rem;
    padding: 0;
    text-align: center;
  }
  #contact .contact__warp--tel--info p {
    line-height: 1.5;
    text-align: center;
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    margin: 10px auto;
  }
  #contact .contact__warp--tel--info a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #contact .contact__warp--tel--info a i {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    margin: 0 0.5rem 0 0;
  }
  #contact .contact__warp--tel--attention {
    padding: 2rem;
    border: solid 1px #dedede;
    margin: 0 0 2rem;
  }
  #contact .contact__warp--tel--attention p {
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--tel--attention p:last-child {
    margin: 0;
  }
  #contact .contact__warp--tel--attention p::before {
    content: "※";
  }
  #contact .contact__warp--formbox {
    padding: 2rem;
  }
  #contact .contact__warp--formbox--list--contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #contact .contact__warp--formbox--list--contents input[type=text],
  #contact .contact__warp--formbox--list--contents input[type=email],
  #contact .contact__warp--formbox--list--contents input[type=tel],
  #contact .contact__warp--formbox--list--contents select,
  #contact .contact__warp--formbox--list--contents textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    transition: border-color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents input[type=text]:focus,
  #contact .contact__warp--formbox--list--contents input[type=email]:focus,
  #contact .contact__warp--formbox--list--contents input[type=tel]:focus,
  #contact .contact__warp--formbox--list--contents select:focus,
  #contact .contact__warp--formbox--list--contents textarea:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #contact .contact__warp--formbox--list--contents input[type=date] {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents input[type=date]:focus {
    border-bottom-color: #333;
    outline: none;
  }
  #contact .contact__warp--formbox--list--contents .time_period {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    white-space: nowrap;
  }
  #contact .contact__warp--formbox--list--contents .time_period input[type=radio] + label {
    margin-right: 2rem;
  }
  #contact .contact__warp--formbox--list--contents .time_period input[type=radio] {
    margin: 0;
  }
  #contact .contact__warp--formbox--list--contents .time_period label {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents .time_period label:hover {
    opacity: 0.5;
  }
  #contact .contact__warp--formbox--list--contents .time_period input[type=date] {
    margin-left: 1rem;
    width: auto;
  }
  #contact .contact__warp--formbox--list--contents ::-moz-placeholder {
    color: #aaa;
  }
  #contact .contact__warp--formbox--list--contents ::placeholder {
    color: #aaa;
  }
  #contact .contact__warp--formbox--list--contents input[type=radio]:checked + label,
  #contact .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
    background-color: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents--checkbox {
    width: 100%;
    display: flex;
    gap: 0rem;
    flex-wrap: wrap;
  }
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  #contact .contact__warp--formbox--list--contents--checkbox li label {
    width: 100%;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
  }
  #contact .contact__warp--formbox--list--contents--checkbox li label:hover {
    border-bottom-color: #007bff;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 1rem 0 1rem;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 1px #333;
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy--box {
    padding: 0 2rem 2rem 1rem;
    margin: 2rem 0;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box p {
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #contact .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list h4 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    color: #333;
  }
  #contact .contact__warp--privacy--box--listbox--list h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    text-indent: 0rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    padding-left: 0px;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    left: -24px;
  }
  #contact .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #contact .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    background-color: rgba(255, 217, 0, 0.1);
    padding: 0.25rem 1rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    border-bottom: solid 1px rgba(255, 217, 0, 0.1);
  }
  #contact .contact__warp--privacy--checks {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks--checkbox {
    color: #333;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Kiwi Maru", "LINESeedJP", sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    line-height: 1.5;
  }
}
.simplebar-track {
  background: #E5E5E5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #333;
  /* ここでバーの色を設定 */
}

#thanks .thanks__warp {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#thanks .thanks__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#thanks .thanks__warp h2 span {
  display: inline-block;
}
#thanks .thanks__warp--comment {
  margin: 4rem 0 0 0;
}
#thanks .thanks__warp--comment p {
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  text-align: justify;
}
#thanks .thanks__warp--message {
  margin: 2rem 0;
  border: solid 1px #ff7700;
  padding: 2rem;
  background-color: #ffffff;
}
#thanks .thanks__warp--message p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

#err .err__warp {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#err .err__warp.is-show {
  opacity: 1;
  bottom: 0;
}
#err .err__warp--comment {
  margin: 4rem 0 0 0;
}
#err .err__warp--address {
  margin: 2rem 0;
  border: solid 1px #ff7700;
  padding: 1rem;
}
#err .err__warp--address table {
  width: 100%;
}
#err .err__warp--address table tbody tr th {
  width: 140px;
  background-color: #333;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#err .err__warp--address table tbody tr td {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  width: calc(100% - 140px);
  padding: 1rem;
  border-bottom: solid 1px #333;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  #err .err__warp--address table tbody tr th {
    width: 90px;
  }
  #err .err__warp--address table tbody tr td {
    width: calc(100% - 90px);
  }
}
.page-link {
  background: linear-gradient(90deg, #fffaf1 0%, #fffaf5 55%, #fffbf4 100%);
}
.page-link .page-link-list {
  display: flex;
  gap: 3rem;
  max-width: 1024px;
  margin: 0rem auto;
  padding: 5rem 1rem;
}
.page-link .page-link-card {
  display: block;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.2s, opacity 1s;
}
.page-link .page-link-card:nth-child(even) {
  transform: translateY(3rem);
}
.page-link .page-link-card:nth-child(even):hover {
  transform: translateY(3rem) scale(1.03);
}
.page-link .page-link-card:nth-child(even):hover .card-image::after {
  opacity: 0;
}
.page-link .page-link-card:nth-child(even):hover .card-title {
  color: #fff;
  text-shadow: 0 2px 8px rgb(0, 0, 0);
}
.page-link .page-link-card:not(:nth-child(even)):hover {
  transform: scale(1.03);
}
.page-link .page-link-card:not(:nth-child(even)):hover .card-image::after {
  opacity: 0;
}
.page-link .page-link-card:not(:nth-child(even)):hover .card-title {
  color: #fff;
  text-shadow: 0 2px 8px rgb(0, 0, 0);
}
.page-link .page-link-card .card-image {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  transition: filter 0.3s;
}
.page-link .page-link-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 7px;
}
.page-link .page-link-card .card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(78, 78, 78, 0.7) 100%);
  transition: opacity 0.3s;
  opacity: 1;
  z-index: 1;
  border-radius: 7px;
}
.page-link .page-link-card .card-image .card-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2em 1em 0.7em 1em;
  color: #fff;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.04em;
  z-index: 2;
  background: none;
  text-shadow: 0 2px 8px rgba(40, 60, 80, 0.18);
  border-radius: 0;
  transition: color 0.3s, text-shadow 0.3s;
  pointer-events: none;
  line-height: 1.5;
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
}
.page-link .page-link-card .card-image .card-title span {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
.page-link .page-link-card .card-image .card-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  color: #fff;
  opacity: 1;
  pointer-events: none;
  transition: color 0.3s, opacity 0.3s, transform 0.3s;
}
.page-link .page-link-card .card-image .card-icon i {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.page-link .page-link-card:hover .card-icon {
  opacity: 1;
  transform: translateX(8px) scale(1.12);
}

@media screen and (max-width: 768px) {
  .page-link .page-link-list {
    flex-direction: column;
    gap: 3rem;
    max-width: 95%;
    margin: 0 auto;
  }
  .page-link .page-link-card {
    max-width: 100%;
    margin-top: 0 !important;
    transform: none !important;
    aspect-ratio: 2/1;
  }
  .page-link .page-link-card .card-image {
    aspect-ratio: 2/1;
  }
  .page-link .page-link-card .card-image img {
    border-radius: 7px;
  }
  .page-link .page-link-card .card-image .card-title {
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  }
}
@media screen and (max-width: 480px) {
  .page-link .page-link-list {
    margin: 0 auto;
    gap: 2rem;
  }
  .page-link .page-link-card .card-image {
    aspect-ratio: 2/1.5;
  }
  .page-link .page-link-card .card-image .card-title {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
.business_info {
  padding: 2rem 1rem;
  background: linear-gradient(90deg, #fffaf1 0%, #fffaf5 55%, #fffbf4 100%);
  overflow: hidden;
}
.business_info .business__info--hours {
  margin: 3rem auto;
  max-width: 1024px;
  width: 95%;
}
.business_info .business__info--hours table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.business_info .business__info--hours table th,
.business_info .business__info--hours table td {
  padding: 1rem;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 16px);
  vertical-align: middle;
  word-break: break-word;
}
.business_info .business__info--hours table th {
  background: #e3f6f1;
  color: #1a7f6e;
  font-weight: 600;
}
.business_info .business__info--hours table th span {
  display: inline-block;
}
.business_info .business__info--hours table th:first-child {
  min-width: 85px;
}
.business_info .business__info--hours table td.closed {
  background: #f5eaea;
  color: #c0392b;
  font-weight: 600;
}
.business_info .business__info--hours table td.note {
  font-size: clamp(13px, 1vw, 15px);
  color: #333;
  background: #fafafa;
}
.business_info .business__info--hours .note {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}
.business_info .business__info--hours .note p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  text-align: center;
}
.business_info .business__info--hours .note p span {
  display: inline-block;
}

@media screen and (max-width: 530px) {
  .business_info {
    padding: 2rem 10px;
  }
  .business_info .business__info--hours {
    margin: 2rem auto;
  }
  .business_info .business__info--hours table th,
  .business_info .business__info--hours table td {
    padding: 1rem 10px;
  }
  .business_info .business__info--hours table th {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  .business_info .business__info--hours table th:first-child {
    min-width: 70px;
  }
  .business_info .business__info--hours table td {
    padding: 1rem 10px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}
@media screen and (max-width: 380px) {
  .business_info {
    padding: 2rem 5px;
  }
  .business_info .business__info--hours {
    margin: 1rem auto;
  }
  .business_info .business__info--hours table th,
  .business_info .business__info--hours table td {
    padding: 1rem 5px;
  }
  .business_info .business__info--hours table th {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  .business_info .business__info--hours table th:first-child {
    min-width: 70px;
  }
  .business_info .business__info--hours table td {
    padding: 1rem 5px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
}
#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 */