@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.pt_200 {
  padding-top: clamp(100px, 16vw, 200px);
}

.pt_150 {
  padding-top: clamp(80px, 12vw, 150px);
}

.pt_100 {
  padding-top: clamp(50px, 8vw, 100px) !important;
}

.pt_30 {
  padding-top: clamp(20px, 2vw, 30px);
}

.pt_50 {
  padding-top: clamp(30px, 4vw, 50px);
}

.pt_70 {
  padding-top: clamp(35px, 6vw, 70px);
}

.mt_100 {
  margin-top: clamp(50px, 8vw, 100px) !important;
}

.mt_30 {
  margin-top: clamp(20px, 3vw, 30px) !important;
}

.mt_50 {
  margin-top: clamp(30px, 4vw, 50px) !important;
}

.mt_80 {
  margin-top: clamp(40px, 6vw, 80px) !important;
}

.pb_1em {
  padding-bottom: 1em;
}

.pb_20 {
  padding-bottom: clamp(10px, 2vw, 20px);
}

.pb_30 {
  padding-bottom: clamp(20px, 3vw, 30px);
}

.pb_50 {
  padding-bottom: clamp(25px, 4vw, 50px);
}

.mb_30 {
  margin-bottom: clamp(20px, 3vw, 30px) !important;
}

.mb_50 {
  margin-bottom: clamp(25px, 4vw, 50px);
}

.mb_80 {
  margin-bottom: clamp(45px, 6.3vw, 80px);
}

.pb_70 {
  padding-bottom: clamp(35px, 6vw, 70px);
}

.pb_80 {
  padding-bottom: clamp(45px, 6.3vw, 80px);
}

.pb_100 {
  padding-bottom: clamp(50px, 8vw, 100px) !important;
}

.pb_150 {
  padding-bottom: clamp(80px, 12vw, 150px);
}

.pb_200 {
  padding-bottom: clamp(100px, 16vw, 200px) !important;
}

.pb_300 {
  padding-bottom: clamp(150px, 24vw, 300px);
}

.mb_100 {
  margin-bottom: clamp(50px, 8vw, 100px) !important;
}

.mb_150 {
  margin-bottom: clamp(80px, 12vw, 150px) !important;
}

.mb_200 {
  margin-bottom: clamp(100px, 16vw, 200px);
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_05em {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1023px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .pc_none2 {
    display: none !important;
  }
}
.no_border {
  border: none !important;
}

@keyframes bounceIn_mini {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.85, 0.85, 0.85);
  }
  20% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  40% {
    transform: scale3d(0.98, 0.98, 0.98);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceInMini {
  animation-duration: 0.75s;
  animation-name: bounceIn_mini;
}

.a_center {
  text-align: center;
}

.el_att {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}

.f_wrap {
  flex-wrap: wrap;
}

.w_100 {
  width: 100% !important;
}

:root {
  --font_serif: "Noto Serif JP", serif;
  --font_sans: "Noto Sans JP", system-ui;
  --font_zen: "Zen Old Mincho", serif;
  --font_en: "Cormorant Garamond", serif;
  --bg_color: #f7f4e4;
  --sub_color: #e7786d;
  --sub_blue: #4c7dd2;
  --sub_pink: #d55aac;
}

body {
  color: #262626;
  line-height: 1.8;
  font-size: clamp(16px, 1.5vw, 18px);
}

p {
  font-family: var(--font_sans);
}

main {
  width: 100%;
  overflow: clip;
}

.l-header {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
  z-index: 200;
  padding-top: 12px;
}
.l-header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-home.modal-open .l-header {
  background-color: rgb(0, 0, 0) !important;
  transition: all 0.3s linear;
  z-index: 200;
  padding-top: 12px;
}

.p-home .l-header {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s linear;
  z-index: 200;
  padding-top: 12px;
}
.p-home .l-header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.4);
}

.l-header .main__nav .el-menu > li > a {
  color: #fff !important;
}

.wrap_hum {
  border: 1px solid #262626;
  border-radius: 100px;
  display: block;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wrap_hum {
    width: 55px;
    height: 55px;
  }
}
.wrap_hum > span {
  display: block;
  margin: auto;
}

.h_acc,
.h_tel {
  display: block;
  padding: 10px 15px;
}
@media screen and (max-width: 400px) {
  .h_acc,
  .h_tel {
    padding: 10px 10px;
  }
}
.h_acc img,
.h_tel img {
  width: auto;
  height: 25px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .h_acc img,
  .h_tel img {
    height: 20px;
  }
}

.h_acc {
  border-left: 1px solid;
}

.mburger {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    height: auto;
    width: 55% !important;
  }
}
.p-slider__catch__title {
  color: #fff;
  text-align: center;
  font-size: clamp(50px, 3.5vw, 64px) !important;
}
@media screen and (max-width: 768px) {
  .p-slider__catch__title {
    font-size: 8vw !important;
  }
}
.p-slider__catch__title small {
  display: block;
  letter-spacing: 0em;
  font-size: 0.6em;
  font-family: var(--font_en);
}
.p-slider__catch__title img {
  width: 1.5em;
  margin-top: 0.5em;
  animation: scrollDownUp 2.5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
@media screen and (max-width: 768px) {
  .p-slider__catch__title img {
    width: 2.3em;
  }
}
@keyframes scrollDownUp {
  0% {
    transform: translateY(-10px);
    /* 開始位置：少し上 */
    opacity: 0;
    /* 最初は透明 */
  }
  20% {
    opacity: 1;
    /* すぐにくっきり表示 */
  }
  60% {
    opacity: 1;
    /* 中間まではしっかり見せる */
  }
  80% {
    transform: translateY(15px);
    /* 終了位置：下へスライド */
    opacity: 0;
    /* 消えていく */
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
    /* 一瞬の間を置いてリセット */
  }
}

.p-slider__catch__title {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-slider__catch__title {
    line-height: 1.6 !important;
  }
}

.p-slider__catch__item {
  justify-content: center;
  font-weight: 700 !important;
  font-family: var(--font_zen);
  position: relative;
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .p-slider__catch__item {
    align-items: center !important;
  }
}
.p-slider__catch__item .catch_1 {
  position: absolute;
  width: 10%;
  left: 20vw;
  top: 20%;
}
@media screen and (max-width: 1024px) {
  .p-slider__catch__item .catch_1 {
    left: 10vw;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider__catch__item .catch_1 {
    width: 20vw;
    top: 110px;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sc-banner .p-slider__item__thumb {
    width: 100%;
    min-height: 620px;
    padding-top: 52.6%;
    height: 100vh;
  }
}
.nav__mobile__header {
  opacity: 0;
}

.nav__mobile {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-open .h_acc img,
.modal-open .h_tel img {
  filter: brightness(0) invert(1);
}
.modal-open .h_acc {
  border-left: 1px solid #fff;
}
.modal-open .wrap_hum {
  border: 1px solid #fff;
}
.modal-open .wrap_hum .icon-bar {
  background-color: #fff;
}
.modal-open .l-header {
  border-bottom: 1px solid #fff;
}

.nav__mobile.active {
  overflow: hidden;
  overflow-y: scroll;
}

.nav__mobile--ul {
  text-align: center;
  padding-top: 10px;
}
.nav__mobile--ul li {
  border: none !important;
}
.nav__mobile--ul li a {
  padding: 10px;
}

.box-info .box-info__phone {
  color: #fff;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  font-size: clamp(20px, 9vw, 39px);
  line-height: 1;
  font-family: var(--font_zen);
}
.box-info .box-info__phone img {
  width: 30px;
  display: block;
  position: relative;
  top: 0.1em;
}
.box-info .box-info__address {
  text-align: center;
  color: #fff !important;
  line-height: 1.6;
  font-size: 15px;
}

.el_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 100vmax;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 40px;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.el_btn:hover {
  opacity: 0.7;
  transform: translateY(2px);
}
.el_btn:hover img[src*="ic_arr.png"] {
  transform: translateY(-50%) translateX(4px);
}
.el_btn:active {
  opacity: 0.8;
}
.el_btn img {
  height: auto;
  transition: transform 0.3s ease;
  /* 変更点：左のメールアイコンを絶対位置で左寄せに */
}
.el_btn img[src*="ic_mail.png"] {
  position: absolute;
  top: 50%;
  left: 24px;
  /* 左端からの距離（矢印のrightに合わせています） */
  transform: translateY(-50%);
  width: 24px;
  /* margin-right: 12px; は不要になるので削除しました */
}
.el_btn img[src*="ic_arr.png"] {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
}

.el_btn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 100vmax;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 40px;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.el_btn2:hover {
  opacity: 0.7;
  transform: translateY(2px);
}
.el_btn2:hover img[src*="ic_arr2.png"] {
  transform: translateY(-50%) translateX(4px);
}
.el_btn2:active {
  opacity: 0.8;
}
.el_btn2 img {
  height: auto;
  transition: transform 0.3s ease;
  /* 変更点：左のメールアイコンを絶対位置で左寄せに */
}
.el_btn2 img[src*="ic_mail.png"] {
  position: absolute;
  top: 50%;
  left: 24px;
  /* 左端からの距離（矢印のrightに合わせています） */
  transform: translateY(-50%);
  width: 24px;
  /* margin-right: 12px; は不要になるので削除しました */
}
.el_btn2 img[src*="ic_arr2.png"] {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
}

.fixed-contact__item {
  color: #000;
  background-color: #fff !important;
  padding: 14px 3px;
  border-top: 1px solid #000;
}
.fixed-contact__item:hover {
  color: #000 !important;
}
.fixed-contact__item img {
  width: auto;
  height: 1em;
  margin-right: 0.2em;
}
.fixed-contact__item.-s1 {
  border-right: 1px solid #000;
}
.fixed-contact__item.-s1 img {
  width: 1.2em;
  height: auto;
}
.fixed-contact__item.-s2 {
  border-right: 1px solid #000;
}
.fixed-contact__item.-s2 img {
  width: 1.2em;
  height: auto;
}

#home-top {
  position: relative;
}
#home-top .mv_logo {
  width: 33%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #F9F9F6;
}
@media screen and (max-width: 500px) {
  #home-top .mv_logo {
    width: 85%;
  }
}

.sc-banner .p-slider::after {
  display: none !important;
}

.box-info__text {
  position: absolute;
  right: 1em;
  top: 2px;
  color: #fff;
  font-size: 9px;
  z-index: 300;
}
@media screen and (max-width: 1024px) {
  .box-info__text {
    display: none;
  }
}

.inner_1024 {
  width: min(90%, 1024px);
  margin: auto;
}

.inner_1200 {
  width: min(90%, 1200px);
  margin: auto;
}

.inner_1500 {
  width: min(90%, 1500px);
  margin: auto;
  position: relative;
}

.top_info {
  background-color: rgba(240, 240, 233, 0.4);
  margin-top: -2px;
  overflow: hidden;
  font-family: var(--font_serif);
}
.top_info p {
  font-family: var(--font_serif);
}
.top_info .inner_1200 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 {
    flex-wrap: wrap;
  }
}
.top_info .inner_1200 .info_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .info_left {
    width: 100%;
  }
}
.top_info .inner_1200 .info_left a {
  color: #262626;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  font-size: clamp(20px, 9vw, 39px);
  line-height: 1;
  font-family: var(--font_zen);
}
.top_info .inner_1200 .info_left a img {
  width: 30px;
  display: block;
  position: relative;
  top: 0.1em;
}
.top_info .inner_1200 .info_left .address {
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
}
.top_info .inner_1200 .info_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top_info .inner_1200 .info_right {
    width: 100%;
  }
}
.top_info dl.news {
  background-color: #fff;
  padding: 0 10% 10%;
  margin-top: 50px;
}
.top_info dl.news dt {
  font-family: var(--font_en);
  color: #96835b;
  font-size: clamp(24px, 4vw, 48px);
  letter-spacing: 0.1em;
  transform: translateY(-50%);
  margin-bottom: -10%;
}
.top_info dl.news dd {
  margin: 0;
}
.top_info dl.news dd ul {
  height: 80px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.top_info dl.news dd ul li {
  margin-bottom: 1em;
}
.top_info dl.news dd ul li .data {
  color: #a8a8a8;
  font-family: var(--font_zen);
}
.top_info dl.news dd ul li .txt {
  font-size: 0.9em;
}
.top_info .watermark-bg {
  position: absolute;
  top: 0%;
  right: -5%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top_info .watermark-bg {
    width: 70%;
  }
}

.time_t {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .time_t {
    margin-top: 20px;
  }
}
.time_t th,
.time_t td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.time_t thead th {
  border-bottom: 1px solid #333;
  padding: 1em 0.3em;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .time_t thead th {
    font-size: 13px;
  }
}
.time_t thead th:first-child {
  letter-spacing: 0.1em;
}
.time_t tbody td {
  padding: 1em 0.3em;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .time_t tbody td {
    font-size: 13px;
  }
}
.time_t tbody td:first-child {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .time_t tbody td:first-child {
    font-size: 13px;
  }
}
.time_t tbody tr:first-child td {
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .time_t tbody tr:first-child td {
    font-size: 13px;
  }
}
.time_t tbody tr:last-child td {
  border-bottom: 1px solid #333;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .time_t tbody tr:last-child td {
    font-size: 13px;
  }
}
.time_t .f_navy {
  color: #1c3258;
}

.schedule__text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-align: left !important;
}
.schedule__text .f_navy {
  color: #1c3258;
}

/*トップタブ*/
.tabs {
  width: 100%;
  margin: auto;
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px !important;
}

.tabs iframe {
  width: 100%;
}

.tabs input {
  text-align: center;
}

.tabs input[type=radio] {
  display: none;
}

.tab-panel {
  display: none;
}

/* ===== タブラベル ===== */
label[for^=tab] {
  display: inline-block;
  padding: 0.7em 0.5em;
  margin-right: 2px;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 100px;
  background: linear-gradient(to bottom, #f2f2f2, #e3e3e3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  font-size: 12.5px;
}

@media screen and (max-width: 768px) {
  label[for^=tab] {
    width: 48% !important;
    box-sizing: border-box;
    font-size: 12px;
  }
}
/* ホバー時少し明るく */
label[for^=tab]:hover {
  background: linear-gradient(to bottom, #fafafa, #eaeaea);
}

/* ===== カレントタブ ===== */
#tab1:checked + label[for=tab1],
#tab2:checked + label[for=tab2],
#tab3:checked + label[for=tab3],
#tab4:checked + label[for=tab4],
#tab5:checked + label[for=tab5],
#tab6:checked + label[for=tab6],
#tab7:checked + label[for=tab7],
#tab8:checked + label[for=tab8],
#tab9:checked + label[for=tab9],
#tab10:checked + label[for=tab10],
#tab11:checked + label[for=tab11],
#tab12:checked + label[for=tab12],
#tab13:checked + label[for=tab13],
#tab14:checked + label[for=tab14],
#tab15:checked + label[for=tab15] {
  background: #afa380;
  color: #fff;
  box-shadow: none;
}

/* ===== パネル領域 ===== */
.panels {
  border: 1px solid #ccc;
  border-radius: 0 6px 6px 6px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* チェックされたタブのパネルだけ表示 */
#tab1:checked ~ .panels #panel1,
#tab2:checked ~ .panels #panel2,
#tab3:checked ~ .panels #panel3,
#tab4:checked ~ .panels #panel4,
#tab5:checked ~ .panels #panel5,
#tab6:checked ~ .panels #panel6,
#tab7:checked ~ .panels #panel7,
#tab8:checked ~ .panels #panel8,
#tab9:checked ~ .panels #panel9,
#tab10:checked ~ .panels #panel10,
#tab11:checked ~ .panels #panel11,
#tab12:checked ~ .panels #panel12,
#tab13:checked ~ .panels #panel13,
#tab14:checked ~ .panels #panel14,
#tab15:checked ~ .panels #panel15 {
  display: block;
}

.bl_btn_visit {
  width: min(90%, 500px);
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .bl_btn_visit {
    font-size: 15px;
  }
}
#tab1b:checked + label[for=tab1b],
#tab2b:checked + label[for=tab2b],
#tab3b:checked + label[for=tab3b],
#tab4b:checked + label[for=tab4b],
#tab5b:checked + label[for=tab5b],
#tab6b:checked + label[for=tab6b],
#tab7b:checked + label[for=tab7b],
#tab8b:checked + label[for=tab8b],
#tab9b:checked + label[for=tab9b],
#tab10b:checked + label[for=tab10b],
#tab11b:checked + label[for=tab11b],
#tab12b:checked + label[for=tab12b],
#tab13b:checked + label[for=tab13b],
#tab14b:checked + label[for=tab14b],
#tab15b:checked + label[for=tab15b] {
  background: #afa380;
  color: #fff;
  box-shadow: none;
}

#tab1b:checked ~ .panels #panel1b,
#tab2b:checked ~ .panels #panel2b,
#tab3b:checked ~ .panels #panel3b,
#tab4b:checked ~ .panels #panel4b,
#tab5b:checked ~ .panels #panel5b,
#tab6b:checked ~ .panels #panel6b,
#tab7b:checked ~ .panels #panel7b,
#tab8b:checked ~ .panels #panel8b,
#tab9b:checked ~ .panels #panel9b,
#tab10b:checked ~ .panels #panel10b,
#tab11b:checked ~ .panels #panel11b,
#tab12b:checked ~ .panels #panel12b,
#tab13b:checked ~ .panels #panel13b,
#tab14b:checked ~ .panels #panel14b,
#tab15b:checked ~ .panels #panel15b {
  display: block;
}

.top_acc {
  background-image: url(../images/bg_acc.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_acc {
    flex-direction: column-reverse;
    background-image: url(../images/bg_acc_sp.jpg);
  }
}
.top_acc .map {
  width: 50%;
  aspect-ratio: 960/670;
}
@media screen and (max-width: 768px) {
  .top_acc .map {
    width: 95%;
    margin: auto auto 30px;
    aspect-ratio: 1/1.1;
  }
}
.top_acc .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.top_acc .info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top_acc .info {
    width: 100%;
  }
}
.top_acc .info h2 {
  font-family: var(--font_en);
  font-size: clamp(45px, 5vw, 102px);
  letter-spacing: 0.1em;
  opacity: 0.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_acc .info h2 {
    font-size: clamp(45px, 15vw, 102px);
  }
}
.top_acc .info ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top_acc .info ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(20px, 1.5vw, 34px);
  color: #fff;
  margin-bottom: 1em;
}
.top_acc .info ul li:nth-child(2) {
  margin-left: 1.5em;
}
.top_acc .info ul li:nth-child(3) {
  margin-left: 3em;
}
.top_acc .info ul li img {
  width: 2.5em;
  margin-right: 0.8em;
}

.top_concept {
  padding-top: 180px;
  position: relative;
  z-index: 1;
}
.top_concept:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 60%;
  top: 300px;
  background-color: #f8f8f6;
}
@media screen and (max-width: 768px) {
  .top_concept:after {
    width: 85%;
    top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top_concept {
    padding-top: 50px;
  }
}
.top_concept .sp_h2 {
  width: 70%;
  padding-left: 10%;
  margin-bottom: -10%;
  z-index: 1;
  position: relative;
}
.top_concept .inner {
  display: flex;
  flex-wrap: wrap;
}
.top_concept .inner .tit {
  width: 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .tit {
    order: -1;
    width: 30%;
    padding-top: 10cqw;
  }
}
.top_concept .inner .tit .concept-line-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_concept .inner .tit .concept-line-wrap .line {
  width: 1px;
  height: 250px;
  background: #333;
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .tit .concept-line-wrap .line {
    height: 70cqw;
  }
}
.top_concept .inner .tit .concept-line-wrap .line.is-active {
  transform: scaleY(1);
}
.top_concept .inner .tit .concept-line-wrap .concept-title {
  writing-mode: vertical-rl;
  opacity: 0;
  transition: opacity 0.4s ease 0.6s;
  font-size: clamp(25px, 2vw, 30px);
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
.top_concept .inner .tit .concept-line-wrap .concept-title.is-active {
  opacity: 1;
}
.top_concept .inner .body {
  width: 50%;
  box-sizing: border-box;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .body {
    order: 2;
    width: 100%;
  }
}
.top_concept .inner .body h2 {
  width: 53%;
}
.top_concept .inner .body .txt {
  padding-left: 13cqw;
  padding-top: 70px;
  padding-right: 8cqw;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .body .txt {
    padding: 40px 20px;
  }
}
.top_concept .inner .body .txt h3 {
  font-size: clamp(25px, 3vw, 46px);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .body .txt h3 {
    font-size: clamp(25px, 8vw, 46px);
  }
}
.top_concept .inner .body .txt p {
  line-height: 1.8;
  font-family: var(--font_sans);
  padding-top: 30px;
  font-size: clamp(12px, 1vw, 18px) !important;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .body .txt p {
    font-size: 16px !important;
  }
}
.top_concept .inner .ph {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_concept .inner .ph {
    order: 1;
    width: 70%;
  }
}
.top_concept .inner .ph_btm {
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  padding-top: 2vw;
}
@media screen and (max-width: 1024px) {
  .top_concept .inner .ph_btm {
    padding-top: 33vw;
    margin-bottom: -15vw;
  }
}
@media screen and (max-width: 768px) {
  .top_concept .inner .ph_btm {
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-top: 0px;
    margin-bottom: 0vw;
  }
}
.top_concept .inner .ph_btm img:first-child {
  width: 27vw;
  margin-right: 3vw;
  margin-top: -1vw;
}
@media screen and (max-width: 1024px) {
  .top_concept .inner .ph_btm img:first-child {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .top_concept .inner .ph_btm img:first-child {
    width: 66vw;
  }
}
.top_concept .inner .ph_btm img:last-child {
  width: 15vw;
  margin-top: 3vw;
}
@media screen and (max-width: 1024px) {
  .top_concept .inner .ph_btm img:last-child {
    margin-top: 5vw;
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .top_concept .inner .ph_btm img:last-child {
    margin-right: -10vw !important;
    width: 35vw;
    margin-top: 10vw;
  }
}

.top_feature {
  position: relative;
  overflow: hidden;
  background-image: url(../images/top/feature.png);
  background-size: 100% auto;
  z-index: 0;
}
.top_feature:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 40%;
  bottom: 0;
  background-color: #f8f8f6;
}
@media screen and (max-width: 768px) {
  .top_feature:after {
    width: 85%;
    bottom: auto;
    top: 10%;
    right: 0;
    height: 75%;
    left: auto;
  }
}
.top_feature .inner_1200 {
  position: relative;
  width: min(80%, 1200px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_feature .inner_1200 {
    width: 90% !important;
    margin: auto;
  }
}
.top_feature .swiper-slide > h3 {
  display: flex;
  justify-content: space-between;
  width: min(100%, 1500px);
  padding: 0.5em 1em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.top_feature .swiper-slide > h3 span {
  font-family: var(--font_en);
  font-size: clamp(35px, 2.5vw, 40px);
}
.top_feature .swiper-slide > h3 strong {
  font-family: var(--font_en);
  font-size: clamp(35px, 2.5vw, 40px);
  color: #96835b;
}
.top_feature .feature-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
}
.top_feature .feature-header .feature-tit {
  font-family: var(--font_en);
  font-size: clamp(30px, 3.5vw, 60px);
  letter-spacing: 0.1em;
  opacity: 0.3;
}
.top_feature .feature-header .feature-num {
  font-family: var(--font_en);
  font-size: clamp(20px, 2vw, 36px);
  letter-spacing: 0.1em;
  color: #a58952;
}
.top_feature .featureSwiper {
  overflow: hidden;
}
.top_feature .slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_feature .ph_wrap2 {
    padding-top: 5%;
  }
}
.top_feature .ph_wrap2 img {
  width: 100%;
  margin-top: 5%;
  display: block;
}
.top_feature .ph-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1200/580;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_feature .ph-wrap {
    aspect-ratio: 1/1.2;
  }
}
.top_feature .ph-wrap .ph-sub {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .top_feature .ph-wrap .ph-sub {
    width: 37%;
  }
}
.top_feature .ph-wrap .ph-sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_feature .ph-wrap .ph-main {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .top_feature .ph-wrap .ph-main {
    width: 60%;
  }
}
.top_feature .ph-wrap .ph-main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_feature .ph-wrap.ph-wrap3 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  position: static;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: normal;
  aspect-ratio: 1200/580;
  overflow: hidden;
}
.top_feature .ph-wrap.ph-wrap3 .ph-main {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
}
.top_feature .ph-wrap.ph-wrap3 .ph-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_feature .ph-wrap.ph-wrap3 .ph-sub1 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.top_feature .ph-wrap.ph-wrap3 .ph-sub1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_feature .ph-wrap.ph-wrap3 .ph-sub2 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.top_feature .ph-wrap.ph-wrap3 .ph-sub2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top_feature .ph-wrap.ph-wrap3 {
    position: relative;
    display: block;
    aspect-ratio: 1/1.1 !important;
  }
  .top_feature .ph-wrap.ph-wrap3 .ph-main,
  .top_feature .ph-wrap.ph-wrap3 .ph-sub1,
  .top_feature .ph-wrap.ph-wrap3 .ph-sub2 {
    position: absolute;
  }
  .top_feature .ph-wrap.ph-wrap3 .ph-sub2 {
    top: 5%;
    right: 0;
    width: 58%;
  }
  .top_feature .ph-wrap.ph-wrap3 .ph-sub2 img {
    width: 100%;
  }
  .top_feature .ph-wrap.ph-wrap3 .ph-main {
    position: absolute;
    bottom: 0;
    width: 67%;
    left: 5%;
  }
  .top_feature .ph-wrap.ph-wrap3 .ph-sub1 {
    right: 0;
    width: 27%;
    bottom: 0;
  }
  .top_feature .ph-wrap.ph-wrap3 .ph-sub1 img {
    width: 100%;
  }
}
.top_feature .swiper-button-prev::after,
.top_feature .swiper-button-next::after {
  display: none;
}
.top_feature .swiper-button-prev,
.top_feature .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px !important;
  height: 80px !important;
  background-size: 80px 80px !important;
  top: 35% !important;
}
.top_feature .swiper-button-prev {
  background-image: url(../images/arw1.png);
}
.top_feature .swiper-button-prev:hover {
  opacity: 0.6;
}
.top_feature .swiper-button-next {
  background-image: url(../images/arw2.png);
}
.top_feature .swiper-button-next:hover {
  opacity: 0.6;
}
.top_feature .swiper-button-prev {
  left: -90px;
}
.top_feature .swiper-button-next {
  right: -90px;
}
@media screen and (max-width: 768px) {
  .top_feature .swiper-button-prev,
  .top_feature .swiper-button-next {
    bottom: auto !important;
    top: 160px !important;
    width: 55px !important;
    height: 55px !important;
    background-size: 55px 55px !important;
  }
  .top_feature .swiper-button-prev {
    left: 20px !important;
    right: auto !important;
  }
  .top_feature .swiper-button-next {
    left: 85px !important;
    right: auto !important;
  }
}
.top_feature .txt {
  text-align: center;
  padding: 40px 40px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_feature .txt {
    margin-top: -150px;
    background-image: url(../images/top/feature_sp.png);
  }
}
.top_feature .txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.top_feature .txt h3 {
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 1.8;
  margin-bottom: 20px;
}
.top_feature .txt p {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.8;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_feature .txt {
    text-align: left;
    padding: 30px 20px 0;
  }
  .top_feature .txt h3 {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
  }
  .top_feature .txt p {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.8;
  }
}
.top_feature .feature-pagination,
.top_feature .flow-pagination {
  text-align: center;
  margin-top: 30px;
  font-family: var(--font_en);
  letter-spacing: 0.1em;
  font-size: 25px;
}
.top_feature .feature-pagination .current,
.top_feature .flow-pagination .current {
  color: #a58952;
}
@media screen and (max-width: 768px) {
  .top_feature .feature-pagination,
  .top_feature .flow-pagination {
    margin-top: 20px;
  }
}

.el_tit {
  text-align: center;
  line-height: 1.5;
}
.el_tit strong {
  font-size: clamp(65px, 15vw, 140px);
  font-family: var(--font_en);
  display: block;
  color: #e9e9e9;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .el_tit strong {
    font-size: clamp(65px, 22vw, 140px);
  }
}
.el_tit small {
  font-size: clamp(29px, 3.5vw, 36px);
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
}

.el_tit2 {
  text-align: center;
  line-height: 1.5;
  font-size: clamp(30px, 3vw, 40px);
}

.top_medical {
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
}
.top_medical .inner {
  display: flex;
  position: relative;
  align-items: stretch;
  clip-path: url(#medicalClip);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_medical .inner {
    display: block;
    clip-path: url(#medicalClipSp);
  }
}
.top_medical .inner .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.top_medical .inner .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 1;
}
.top_medical .inner > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top_medical .inner > div {
    width: 100%;
  }
}
.top_medical .inner > div h3 {
  position: relative;
}
.top_medical .inner > div h3 img {
  position: relative;
  width: 100%;
}
.top_medical .inner > div h3 span {
  font-family: var(--font_en);
  font-size: clamp(40px, 5.5vw, 120px);
  color: #fff;
  text-align: center;
  opacity: 0.8;
  position: absolute;
  bottom: -0.11em;
  text-align: center;
  right: 0;
  z-index: 1;
  position: absolute;
  display: block;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_medical .inner > div h3 span {
    font-size: 17vw;
    width: 90%;
    text-align: left;
  }
}
.top_medical .inner > div .body {
  text-align: center;
  color: #fff;
  padding: 50px 50px 11cqw;
}
@media screen and (max-width: 768px) {
  .top_medical .inner > div .body {
    padding: 40px 20px 11cqw;
  }
}
.top_medical .inner > div .body h4 {
  font-size: clamp(30px, 3vw, 40px);
  margin-bottom: 1em;
  font-weight: normal;
}
.top_medical .inner > div .body p {
  text-align: left;
  max-width: 650px;
  margin: auto;
  margin-bottom: 3em;
}
.top_medical .inner .contents {
  background-image: url(../images/medi_1_2.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.top_medical .inner .contents .body {
  margin-top: -16px;
}
.top_medical .inner .contents2 .body {
  background-image: url(../images/medi_2_2.jpg);
  background-size: cover;
  margin-top: -16px;
}
@media screen and (max-width: 768px) {
  .top_medical .inner .contents2 .body {
    padding-bottom: 20cqw;
  }
}

.top_treat {
  text-align: center;
  background-color: #fff;
}
.top_treat h2 {
  color: #a58952;
  font-size: clamp(24px, 4vw, 48px);
  letter-spacing: 0.1em;
}
.top_treat ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_treat ul {
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
  }
}
.top_treat ul li {
  width: 20%;
  margin-bottom: 2em;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  .top_treat ul li {
    width: 33.3333333333%;
    box-sizing: border-box;
    border-right: 1px solid #c8c8c8;
    margin: 0;
    padding: 5% 2%;
  }
}
.top_treat ul li a {
  display: block;
  height: 95%;
  border-right: 1px solid #c8c8c8;
  margin-bottom: 10%;
  color: rgb(38, 38, 38);
}
@media screen and (max-width: 768px) {
  .top_treat ul li a {
    border: none;
    font-size: 11px;
  }
}
.top_treat ul li img {
  display: block;
  margin: auto;
  transition: all 0.7s linear;
  width: 60%;
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .top_treat ul li img {
    width: 70%;
  }
}
.top_treat ul li:hover {
  opacity: 0.8;
}
.top_treat ul li:hover img {
  transform: rotateX(360deg);
}
.top_treat ul li strong {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  font-weight: normal;
}
.top_treat ul li:nth-child(5) a,
.top_treat ul li:nth-child(9) a {
  border: none;
}

.top_flow .flow-prev,
.top_flow .flow-next {
  top: 40% !important;
}
@media screen and (max-width: 768px) {
  .top_flow .flow-prev,
  .top_flow .flow-next {
    top: 25% !important;
    width: 45px !important;
    height: 45px !important;
    background-size: 45px 45px !important;
  }
}
.top_flow .flow-prev {
  left: 80px !important;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow-prev {
    left: -20px !important;
  }
}
.top_flow .flow-next {
  right: 80px !important;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow-next {
    right: -20px !important;
    left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .top_flow .inner_1200 {
    width: 90% !important;
    margin: auto !important;
  }
}

.top_faci .faciSlider {
  overflow: hidden;
}
.top_faci .faciSlider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: faciSlide 30s linear infinite;
}
.top_faci .faciSlider__item {
  width: 25vw;
  flex-shrink: 0;
}
.top_faci .faciSlider__item img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_faci .faciSlider__item {
    width: 70vw;
  }
}
@keyframes faciSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top_faci .swiper-slide {
  width: 25vw;
  position: relative;
}
.top_faci .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top_faci .swiper-slide .txt {
  position: relative;
  margin-left: -40%;
  margin-top: -10%;
  width: 180%;
  padding: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
  min-height: 200px;
  font-family: var(--font_serif);
}
.top_faci .swiper-slide .txt p {
  font-family: var(--font_serif) !important;
}
@media screen and (max-width: 768px) {
  .top_faci .swiper-slide .txt {
    width: 90%;
    margin-left: -10%;
  }
}
.top_faci .swiper-slide .txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.top_faci .swiper-slide .txt h3 {
  font-size: clamp(22px, 3vw, 36px);
  margin-bottom: 8px;
  color: #cccccc;
}
.top_faci .a_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top_faci .a_wrap {
    display: block;
  }
}
.top_faci .a_wrap a {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top_faci .a_wrap a {
    margin: auto !important;
    margin-top: 10px !important;
    width: 80% !important;
  }
}

.top_greeting .inner {
  background-color: #f8f8f6;
  position: relative;
}
.top_greeting .inner:before {
  position: absolute;
  top: 20px;
  height: 20px;
  width: 100%;
  background-color: #fff;
  content: "";
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner:before {
    height: 10px;
    display: none;
  }
}
.top_greeting .inner:after {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 100%;
  width: 20px;
  background-color: #fff;
  content: "";
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner:after {
    width: 10px;
  }
}
.top_greeting .inner .inner_1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 {
    display: block;
    padding-bottom: 50px;
  }
}
.top_greeting .inner .inner_1200 .ph {
  width: 38%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .ph {
    width: 100%;
    position: relative;
    margin: auto;
  }
}
.top_greeting .inner .inner_1200 .ph .name {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1em;
  padding: 1em 2em;
  top: -50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .ph .name {
    left: -5%;
    padding: 1em;
  }
}
.top_greeting .inner .inner_1200 .ph .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s ease;
  z-index: 0;
}
.top_greeting .inner .inner_1200 .ph .name.is-active::before {
  transform: scaleX(1);
}
.top_greeting .inner .inner_1200 .ph .name.is-active span, .top_greeting .inner .inner_1200 .ph .name.is-active ruby {
  opacity: 1;
  transition: opacity 0.4s ease 0.6s;
}
.top_greeting .inner .inner_1200 .ph .name span, .top_greeting .inner .inner_1200 .ph .name ruby {
  position: relative;
  z-index: 1;
  opacity: 0;
  color: #fff;
}
.top_greeting .inner .inner_1200 .ph .name span {
  border: 1px solid #fff;
  aspect-ratio: 1/1;
  padding: 1em;
  border-radius: 100px;
  font-size: clamp(15px, 1.8vw, 20px);
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .ph .name span {
    font-size: clamp(15px, 4vw, 20px);
  }
}
.top_greeting .inner .inner_1200 .ph .name ruby {
  font-size: clamp(18px, 3vw, 36px);
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .ph .name ruby {
    font-size: clamp(18px, 6vw, 36px);
  }
}
.top_greeting .inner .inner_1200 .ph .name ruby rt {
  position: relative;
  top: -5px;
}
.top_greeting .inner .inner_1200 .body {
  width: 61%;
  margin-right: -5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .body {
    width: 100%;
    position: relative;
  }
}
.top_greeting .inner .inner_1200 .body:before {
  position: absolute;
  bottom: -10px;
  height: 20px;
  width: 100%;
  background-color: #fff;
  content: "";
  display: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .body:before {
    display: block;
    height: 10px;
    top: -30px;
    left: -10%;
    width: 120%;
  }
}
.top_greeting .inner .inner_1200 .body h3 {
  font-size: clamp(22px, 3vw, 44px);
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .top_greeting .inner .inner_1200 .body h3 {
    font-size: clamp(22px, 8vw, 44px);
  }
}
.top_greeting .wrap_clinic_info {
  background-image: url(../images/top/feature.png);
}
.top_greeting .clinic_info {
  width: min(90%, 1024px);
  margin: auto;
  position: relative;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top_greeting .clinic_info h3 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 0;
}
.top_greeting .clinic_info h3 img {
  position: relative;
  z-index: 0;
}
.top_greeting .clinic_info h3 strong {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: var(--font_en);
  font-size: clamp(70px, 11vw, 140px);
  z-index: 1;
  bottom: 0;
  color: #fff;
  text-align: center;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .top_greeting .clinic_info h3 strong {
    text-align: left;
    line-height: 0.8;
    bottom: -0.05em;
    font-size: clamp(70px, 25vw, 140px);
  }
}
.top_greeting .clinic_info h3 .info_head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.top_greeting .info_dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min(90%, 1024px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_greeting .info_dl {
    display: block;
  }
}
.top_greeting .info_dl dt {
  width: 20%;
  opacity: 0.6;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .top_greeting .info_dl dt {
    width: 100%;
    padding-bottom: 0px;
    font-size: 1.2em;
  }
}
.top_greeting .info_dl dd {
  width: 80%;
  margin: 0px !important;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .top_greeting .info_dl dd {
    padding-top: 0;
    border-bottom: 1px solid;
    width: 100%;
  }
}
.top_greeting .info_dl dd a {
  color: #262626;
}
.top_greeting .panel_wrap {
  width: min(90%, 1200px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_greeting .panel_wrap {
    display: block;
  }
}
.top_greeting .panel_wrap .panel {
  width: 30%;
  background-color: #f8f8f6;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .top_greeting .panel_wrap .panel {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top_greeting .panel_wrap .panel a {
  color: #262626;
}
.top_greeting .panel_wrap .panel h4 {
  text-align: center;
  font-size: 1.2em;
  opacity: 0.4;
  margin-bottom: 0.6em;
}

.cal {
  width: min(90%, 800px);
  margin: auto;
  position: relative;
  z-index: 2;
}
.cal iframe {
  width: 100%;
  height: 600px !important;
}
@media screen and (max-width: 768px) {
  .cal iframe {
    height: 400px !important;
  }
}

footer {
  background-color: #ddd;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
footer h2 {
  display: block;
  text-align: center;
  width: 100%;
}
footer h2 img {
  margin: auto;
  width: 15vw;
  display: block;
}
@media screen and (max-width: 768px) {
  footer h2 img {
    width: 60vw;
  }
}
footer .inner_1024 {
  display: flex;
  justify-content: space-between;
  color: #000;
}
@media screen and (max-width: 768px) {
  footer .inner_1024 {
    display: block;
  }
}
footer .inner_1024 .f_left {
  width: 45%;
  text-align: center;
  container-type: inline-size;
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  footer .inner_1024 .f_left {
    width: 100%;
  }
}
footer .inner_1024 .f_left .add {
  font-family: var(--font_serif);
}
footer .inner_1024 .f_left .is-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 8cqw;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  footer .inner_1024 .f_left .is-tel {
    font-size: min(10cqw, 40px);
  }
}
footer .inner_1024 .f_left .is-tel img {
  height: 1em;
  width: auto;
  display: block;
  margin-right: 0.3em;
}
footer .inner_1024 .f_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer .inner_1024 .f_right {
    width: 100%;
  }
}
footer .inner_1024 .f_right th {
  border-bottom: 1px solid #000;
}
footer .inner_1024 .f_right tr:last-child td {
  border-bottom: 1px solid #000;
}
footer .inner_1200 {
  background-color: #fff;
}
footer .inner_1200 .tabs {
  padding-top: 20px !important;
  padding: 20px !important;
}
footer .map {
  width: 100%;
}
footer .map iframe {
  display: block;
  width: 100%;
  height: 500px;
}
footer .f_navi {
  width: 100%;
  padding: 2em 0 2em;
}
footer .f_navi ul {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1;
}
footer .f_navi ul li {
  border-right: 1px solid #000;
  padding: 0 1.5em;
}
footer .f_navi ul li a {
  color: #000;
}
footer .copy {
  text-align: center;
  width: 100%;
  padding-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  footer .copy {
    padding-bottom: 60px !important;
    padding-top: 1em;
  }
}

.priceT {
  width: 100%;
  border-collapse: collapse;
}
.priceT td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .priceT td {
    font-size: 12px;
    padding: 0.5em;
  }
}
.priceT tr th {
  background-color: #ab9c7b;
  color: #fff;
  width: 30%;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .priceT tr th {
    font-size: 12px;
    padding: 0.5em;
    width: 35%;
  }
}
.priceT tr th small {
  display: block;
  font-size: 0.8em;
}
.priceT .img {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .priceT .img {
    width: 60px;
  }
}

.priceT2 th {
  width: 50% !important;
}

.body_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .body_wrap {
    display: block;
  }
}
.body_wrap .ph {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .body_wrap .ph {
    width: 100%;
  }
}
.body_wrap .body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .body_wrap .body {
    width: 100%;
  }
}

.d_btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .d_btn {
    display: block;
    margin: 10px;
  }
  .d_btn a {
    margin-top: 20px;
  }
}

.c_wrap {
  padding: 30px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}
.c_wrap h3 {
  text-align: center;
  margin-bottom: 0em;
  padding-bottom: 0px;
}

.page-header__heading {
  display: none;
}

.water_wrap {
  position: relative;
  z-index: 1;
}
.water_wrap .watermark-bg3 {
  height: 1px;
  width: auto;
  margin: 0 auto;
  position: sticky;
  top: 10px;
  z-index: -1;
  overflow: visible;
}
.water_wrap .watermark-bg3 img {
  display: block;
  width: 50% !important;
  height: auto !important;
  position: absolute;
  top: 15vw;
  left: 0;
  right: 0;
  margin: auto;
  max-height: none !important;
}
@media screen and (max-width: 768px) {
  .water_wrap .watermark-bg3 img {
    width: 80% !important;
    max-width: none !important;
  }
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loading.is_hide {
  opacity: 0;
  visibility: hidden;
}

.loading_logo {
  opacity: 0;
  transform: translateY(8px);
  animation: logoFade 1z.1s ease forwards;
}
.loading_logo img {
  width: clamp(250px, 50vw, 800px);
  height: auto;
  opacity: 0.7;
}

@keyframes logoFade {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-info__intro {
  color: #9C8954;
  text-align: center;
  text-transform: uppercase;
}

.p-info__inner {
  margin-top: 60px;
  padding: 60px 80px;
  background: linear-gradient(to bottom right, rgba(156, 137, 84, 0.1), #9C8954);
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  .p-info__inner {
    padding: 40px 30px;
    margin-top: 8px;
  }
}

.p-info__title {
  text-align: center;
  font-size: 33px;
  font-family: var(--font_serif) !important;
}
@media screen and (max-width: 768px) {
  .p-info__title {
    font-size: 24px;
  }
}

.p-info__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 60px 24px;
  margin-top: 50px;
}

.p-info__item {
  padding: 0 1.5em 1.5em;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.p-info__heading {
  margin-top: -0.8em;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--text-size-lg);
}

.p-info__opening-time {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 2.4em;
  font-family: var(--font_serif);
}

.p-info__preview-title {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 2.4em;
  font-family: var(--font_serif);
}
@media screen and (max-width: 768px) {
  .p-info__preview-title {
    margin-top: 1em;
    font-size: 1.8em;
  }
}

.p-info__preview-time {
  margin-top: 0.5em;
  font-family: var(--font_serif);
}

.p-info__preview-time:first-of-type {
  margin-top: 2.5em;
}

.p-info__preview-comment {
  margin-top: 2em;
  font-family: var(--font_serif);
}

.c-cube[data-colored=true] {
  background-color: #adadad;
  color: #fff;
}

.c-cube {
  --cube-size: 100px;
  width: 100px;
  height: 100px;
  background-color: #ebe7e8;
  line-height: 100px;
  text-align: center;
  font-family: var(--font_serif);
}

@media screen and (max-width: 1024px) {
  .p-info__content {
    grid-template-columns: 1fr;
  }
}
.nairan_wrap {
  width: min(90%, 1200px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nairan_wrap {
    width: 100%;
    margin-top: -10px;
  }
}

.insta_wrap {
  width: min(80%, 300px);
  display: block;
  margin: auto auto 0px;
  padding-bottom: 80px;
}

.pattern__nav ul {
  justify-content: center;
}

.merit_dl dt {
  font-size: 1.2em;
}
.merit_dl dd {
  margin-left: 0;
  padding-left: 0px;
  margin-bottom: 1em;
}/*# sourceMappingURL=custom.css.map */



/* ========================================
   WEB予約ボタン
======================================== */
.yoyaku_saishin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
}

/* 共通予約ボタン */
.c-reservation-btn {
  --reservation-color: #9b6da5;
  --reservation-color-dark: #82558d;
  --reservation-accent: #b59948;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 64px;
  padding: 15px 70px 15px 32px;
  overflow: hidden;
  border: 1px solid var(--reservation-accent);
  border-radius: 100px;
  background:
    linear-gradient(
      135deg,
      var(--reservation-color) 0%,
      var(--reservation-color-dark) 100%
    );
  box-shadow:
    0 10px 25px rgba(91, 53, 101, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

/* 光沢装飾 */
.c-reservation-btn::before {
  position: absolute;
  top: -80%;
  left: -45%;
  width: 40%;
  height: 260%;
  background: rgba(255, 255, 255, 0.14);
  content: "";
  transform: rotate(25deg);
  transition: left 0.5s ease;
}

/* 右側の矢印 */
.c-reservation-btn::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background:
    rgba(255, 255, 255, 0.12)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M1 1l7 7-7 7' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 8px auto no-repeat;
  content: "";
  transform: translateY(-50%);
  transition:
    right 0.3s ease,
    background-color 0.3s ease;
}

@media (hover: hover) {
  .c-reservation-btn:hover {
    background:
      linear-gradient(
        135deg,
        #a978b3 0%,
        #8c5a98 100%
      );
    box-shadow:
      0 14px 30px rgba(91, 53, 101, 0.3),
      inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    color: #fff !important;
    transform: translateY(-3px);
  }

  .c-reservation-btn:hover::before {
    left: 125%;
  }

  .c-reservation-btn:hover::after {
    right: 18px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.c-reservation-btn:active {
  box-shadow:
    0 5px 14px rgba(91, 53, 101, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  transform: translateY(0);
}

.c-reservation-btn:focus-visible {
  outline: 3px solid rgba(181, 153, 72, 0.45);
  outline-offset: 4px;
}

/* フッターなど、少し小さく使用する場合 */
.c-reservation-btn--compact {
  width: auto;
  min-width: 240px;
  min-height: 54px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
}

/* 親要素いっぱいに広げる場合 */
.c-reservation-btn--full {
  max-width: none;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .yoyaku_saishin {
    margin-top: 30px;
    padding: 0 10px;
  }

  .c-reservation-btn {
    min-height: 58px;
    padding: 13px 58px 13px 22px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .c-reservation-btn::after {
    right: 16px;
    width: 34px;
    height: 34px;
  }

  .c-reservation-btn--compact {
    width: 100%;
    min-width: 0;
  }
}


.yoyaku_saishin__note {
  max-width: 680px;
  margin: 15px auto 0;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .yoyaku_saishin__note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
  }
}