@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  background: #FBFAFA;
  color: #0A0A0A;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", "YakuHanJP", "Lato", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #94D4D7;
  text-decoration: none;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
a:focus-visible {
  outline: 2px solid rgba(148, 212, 215, 0.35);
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2 {
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.small_text {
  font-size: 14px;
}

.small_text2 {
  font-size: 14px;
}

.smaller {
  font-size: 0.7em;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

hr {
  border: none;
  border-top: 1px solid #0A0A0A;
  margin: 0;
  opacity: 0.4;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 24px 32px;
}
#header .inner .btn {
  margin-top: 0;
}
#header .inner .btn a {
  min-width: auto;
  padding: 12px 24px;
  font-size: 1.3rem;
}
#header #logo img {
  width: 180px;
}

.head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.head-right_sns {
  display: flex;
  gap: 10px;
}
.head-right_sns a {
  background: linear-gradient(-40deg, #FFD601 0%, #FF7A00 19%, #FF0069 42%, #D300C5 70%, #7638FA 100%);
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  color: #fefefe;
  font-size: 12px;
  font-weight: 700;
}
.head-right_sns a img {
  width: 20px;
}

#header_nav ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
#header_nav a {
  display: inline-block;
  padding: 8px 10px;
  color: #0A0A0A;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s;
}
#header_nav a:hover {
  opacity: 0.85;
}

.sp-btn {
  display: none;
}

#nav-toggle,
#sp-nav {
  display: none;
}

#footer {
  position: relative;
  z-index: 0;
}
#footer .inner {
  background: #666666;
  color: #fefefe;
  padding: 120px 60px;
}
#footer .inner .innerb {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .inner .footer-left {
  width: 50%;
}
#footer .inner .footer-right {
  width: 50%;
}
#footer .footer-img {
  display: flex;
}
#footer .footer-img img {
  width: 50%;
}
#footer .footer-contact {
  text-align: center;
  padding: 120px 0;
}
#footer .footer-contact .c-btn {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-top: 40px;
  margin-top: 40px;
}

.flogo {
  margin-bottom: 40px;
  width: 220px;
  filter: invert(1);
}

#footer_navi {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#footer_navi ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
#footer_navi ul li {
  width: 50%;
}
#footer_navi ul li a {
  position: relative;
  display: inline-block;
  color: #fefefe;
  font-weight: bold;
  padding: 4px 0;
  font-weight: 600;
}
#footer_navi ul li a::before {
  content: "●";
  margin-right: 5px;
}
#footer_navi ul li a:hover {
  opacity: 0.95;
}

#page-title .inner {
  position: relative;
  width: 100%;
}
#page-title .inner .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#page-title .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-title .inner .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
#page-title .inner .ttl,
#page-title .inner .text {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fefefe;
}
#page-title .inner .ttl .ja,
#page-title .inner .text .ja {
  font-size: 4.6rem;
  font-weight: 600;
}
#page-title .inner .ttl .en,
#page-title .inner .text .en {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.contact_btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_btn a {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #94D4D7;
  color: #fefefe;
  border-radius: 90px;
  padding: 12px 24px;
  font-weight: 700;
  min-width: 220px;
}
.contact_btn a:hover {
  opacity: 0.6;
}
.contact_btn a.icon_link {
  min-width: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 8px;
}
.contact_btn a.reserve {
  border-radius: 60px;
  aspect-ratio: initial;
  background: #0A0A0A;
  padding: 16px 24px;
  font-size: 0.9em;
}
.contact_btn a img {
  width: 1.2em;
}
.contact_btn img {
  inline-size: 24px;
  block-size: 24px;
  object-fit: contain;
}
.contact_btn p:nth-child(2) a {
  background: #0A0A0A;
}
.contact_btn.column {
  flex-direction: column;
  align-items: flex-start;
}
.contact_btn.big {
  gap: 16px;
}
.contact_btn.big a {
  padding: 32px 24px;
  min-width: 320px;
  font-size: 1.3em;
}
.contact_btn.dark a,
.contact_btn.dark p:nth-child(2) a {
  background: #fefefe;
  border: 1px solid #0A0A0A;
  color: #0A0A0A;
}
.contact_btn.dark a img,
.contact_btn.dark p:nth-child(2) a img {
  filter: invert(1);
}
.contact_btn .sns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_icon {
  width: 30px;
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_bnr .item {
  width: 48%;
  min-height: 200px;
}
.contact_bnr .item a {
  display: block;
  height: 100%;
  background: #fefefe;
  padding: 40px 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0A0A0A;
}
.contact_bnr .item .num {
  font-size: 48px;
  color: #94D4D7;
  font-weight: bold;
  line-height: 1.2;
}
.contact_bnr .item .num .sub {
  font-size: 24px;
  padding-right: 0.5em;
}
.contact_bnr .item .num .mini {
  display: block;
  font-size: 1.6rem;
  color: #0A0A0A;
  text-align: center;
  font-weight: 400;
  padding-top: 3px;
}
.contact_bnr .item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fefefe;
  border-radius: 60px;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: bold;
}
.contact_bnr .item .button .icon {
  padding-right: 0.5em;
}
.contact_bnr .item.line a {
  background: #4DC763;
  color: #fefefe;
}
.contact_bnr .item.line .button {
  color: #4DC763;
}

#form .form-contents {
  background: transparent !important;
  padding: 0px !important;
  max-width: 640px;
  margin-inline: auto;
}
#form dl {
  margin-bottom: 0 !important;
}
#form dl dt,
#form dl dd {
  width: 100%;
  padding-left: 0 !important;
}
#form dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
#form dl dt span {
  position: relative;
}
#form dl dt:not(.pattern-exclusion) span.required::before {
  background: #0A0A0A !important;
  right: -4.5em;
  padding: 3px 6px !important;
  position: absolute;
  border-radius: 5px;
  font-size: 10px !important;
  margin-top: 3px !important;
}
#form dl dd:not(.pattern-exclusion) {
  border-bottom: none !important;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
}
#form dl dd:not(.pattern-exclusion) input.textarea {
  height: 45px !important;
  background: #F4F4F5;
  padding: 5px 10px !important;
}
#form dl dd:not(.pattern-exclusion) textarea {
  background: #F4F4F5;
  padding: 15px;
}
#form dl input[type=radio i] {
  margin: -3px 3px 0px 5px !important;
}
#form .submit-btn {
  background: #fefefe !important;
  color: #0A0A0A !important;
  border: 1px solid #0A0A0A !important;
  border-radius: 999px !important;
}
#form .submit-btn:hover {
  background: #0A0A0A !important;
  color: #fefefe !important;
}

.thanks {
  border: 1px solid #0A0A0A;
  background: #fefefe;
  border-radius: 20px;
  padding: 40px 20px !important;
}

.container {
  --container-max: 1200px;
  --container-pb: 80px;
  --container-pi: 60px;
  position: relative;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-block: var(--container-pb);
  padding-inline: var(--container-pi);
  z-index: 20;
}
.container--base {
  --container-max: 1200px;
}
.container--wide {
  --container-max: 1500px;
}
.container--full {
  --container-max: 100vw;
}
.container--p-xl {
  --container-pb: 120px;
  --container-pi: 0;
}
.container--p-l {
  --container-pb: 80px;
  --container-pi: 0;
}
.container--p-m {
  --container-pb: 60px;
  --container-pi: 0;
}
.container--p-s {
  --container-pb: 40px;
  --container-pi: 0;
}
.container--full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container--top-only {
  padding-block-end: 0 !important;
}
.container--btm-only {
  padding-block-start: 0 !important;
}

.contents-right {
  width: fit-content;
  margin-left: auto;
}

.box {
  position: relative;
  margin-inline: auto;
  z-index: 3;
  padding: 15px;
}
.box--bwidth {
  max-width: 1200px;
  margin-inline: auto;
}
.box--small {
  max-width: 1100px;
  margin-inline: auto;
}
.box--small2 {
  max-width: 1000px;
  margin-inline: auto;
}
.box--small3 {
  max-width: 900px;
  margin-inline: auto;
}
.box--small4 {
  max-width: 800px;
  margin-inline: auto;
}
.box--small5 {
  max-width: 768px;
  margin-inline: auto;
}
.box--content-fit {
  display: grid;
  place-items: center;
}
.box--content-fit > * {
  inline-size: min(100%, var(--inner-max, max-content));
}
.box--content-fit img {
  max-inline-size: 100%;
}
.box--pd60 {
  padding: clamp(30px, 4vw, 60px);
}
.box--pd-30-60 {
  padding: 30px 60px !important;
}
.box--bd {
  border: 1px solid #94D4D7;
}
.box--more {
  --more-closed: 350px;
}
.box--more .more-content {
  max-height: var(--more-closed);
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.box--more.is-open .more-content {
  max-height: 2000px;
}
.box--more .more-btn {
  display: block;
  width: fit-content;
  margin: 16px 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #94D4D7;
  background: rgba(148, 212, 215, 0.06);
  color: #94D4D7;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.box--more .more-btn:hover {
  background: rgba(148, 212, 215, 0.12);
}
.box--more .more-btn:focus-visible {
  outline: 2px solid rgb(222.2448979592, 241.8367346939, 242.7551020408);
  outline-offset: 2px;
}

.l-column {
  --gap: 40px;
  --cols: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  align-items: stretch;
  justify-content: flex-start;
}
.l-column > li,
.l-column .col-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 calc((100% - var(--gap) * (var(--cols) - 1)) / var(--cols));
}
.l-column > li > *:first-child,
.l-column .col-item > *:first-child {
  margin-top: 0;
}
.l-column > li > .card,
.l-column .col-item > .card {
  inline-size: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-column.col2 {
  --cols: 2;
}
.l-column.col3 {
  --cols: 3;
}
.l-column.col4 {
  --cols: 4;
}
.l-column.col5 {
  --cols: 5;
}
.l-column.gap-lg {
  --gap: 64px;
}
.l-column.gap-md {
  --gap: 40px;
}
.l-column.gap-sm {
  --gap: 24px;
}

#mv {
  position: relative;
  display: flex;
}
#mv .mv-img {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mv .mv-img.left {
  border-top: 3px solid #666666;
  border-bottom: 3px solid #666666;
  padding-top: 100px;
}
#mv .mv-img.left .img {
  margin-top: 60px;
}
#mv .mv-img.right {
  border-top: 3px solid #EC5580;
  border-bottom: 3px solid #EC5580;
  padding-bottom: 100px;
  background: rgba(249, 199, 208, 0.2);
  transform: translateY(96px);
}
#mv .mv-img.right .img {
  margin-bottom: 60px;
}
#mv .mv-img .catch {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}
#catch {
  position: absolute;
  left: 40px;
  bottom: -85px;
  font-size: 2.2rem;
  font-weight: 600;
}

.title {
  margin-bottom: 60px;
  position: relative;
  line-height: 1.2;
}
.title .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
  color: #0A0A0A;
  font-size: 3rem;
  opacity: 0.5;
}
.title .ja {
  color: #0A0A0A;
  font-size: 4rem;
}
.title--sbc .en {
  color: #EC5580;
  opacity: 1;
}
.title--m0 {
  margin-bottom: 0;
}
.title--slim {
  margin-bottom: 24px;
}
.title--left {
  margin-left: 0;
}
.title--slash {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title--slash::before, .title--slash::after {
  width: 2px;
  height: 30px;
  background-color: #0A0A0A;
  content: "";
}
.title--slash::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.title--slash::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.title--bgbar {
  display: flex;
  align-items: center;
  padding: 0.3em 0.7em;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  font-size: 2rem;
}
.title--bgbar::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #94D4D7;
  content: "";
}
.title--num {
  position: relative;
  padding-top: 1.5em;
  padding-left: 1em;
}
.title--num::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #94D4D7;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  opacity: 0.5;
}
.title--border {
  border-top: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
  padding: 10px;
  width: 100%;
}
.title--mini {
  margin-bottom: 0;
  display: block;
  border-left: 2px solid #94D4D7;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  color: #94D4D7;
}
.title--white .ja,
.title--white .en {
  color: #fefefe;
  background: transparent;
  -webkit-text-fill-color: initial;
}
.title--sub {
  font-size: 2rem;
  margin-bottom: 10px;
  border-left: 3px solid #fefefe;
  padding-left: 0.5em;
}
.title--sub.type2 {
  border-left: 3px solid #0A0A0A;
}

.btn {
  text-align: center;
  margin-top: 40px;
}
.btn a,
.btn button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 32px;
  color: #fefefe;
  background: #0A0A0A;
  border-radius: 100px;
  text-align: center;
  transition: 0.3s;
  font-weight: 700;
  border: none;
  font-size: 1.6rem;
  min-width: 240px;
}
.btn a:hover,
.btn button:hover {
  opacity: 0.6;
}
.btn.slim {
  margin-top: 20px;
}
.btn--left {
  text-align: left;
}
.btn--color02 a {
  background: #EC5580;
}
.btn--white a {
  color: #0A0A0A;
  background: #fefefe;
  border: 1px solid #0A0A0A;
}
.btn--ig a {
  background: linear-gradient(-40deg, #FFD601 0%, #FF7A00 19%, #FF0069 42%, #D300C5 70%, #7638FA 100%);
}
.btn--mini {
  margin-top: 0;
}
.btn--mini a {
  min-width: auto;
  padding: 8px 24px;
}
.btn--primary a {
  padding: 12px 20px;
}
.btn--primary a::after {
  background: #94D4D7;
  box-shadow: 0 0 0 2px #EF4F67, inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.btn--outline a {
  background: #fefefe;
  color: #94D4D7;
  border-color: #94D4D7;
}
.btn--ghost a {
  background: transparent;
  border-color: transparent;
  color: #94D4D7;
}

.btn--small a {
  background: #94D4D7;
  color: #fefefe;
  font-size: 2.4rem;
  text-align: center;
  width: 264px;
  border-radius: 60px;
  padding: 8px 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fefefe;
  border-radius: 16px;
  overflow: hidden;
  padding: 48px;
}
.card__img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.card__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__img img,
.card__img picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.card__body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
}
.card--ratio-4x3 .card__img::before {
  padding-top: 75%;
}
.card--ratio-3x2 .card__img::before {
  padding-top: 66.6667%;
}
.card--ratio-1x1 .card__img::before {
  padding-top: 100%;
}
.card--ratio-21x9 .card__img::before {
  padding-top: 42.8571%;
}

.l-column > li,
.l-column .col-item {
  display: flex;
}
.l-column > li > .card,
.l-column .col-item > .card {
  inline-size: 100%;
}

.news-list {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin-inline: auto;
}
.news-list li:first-child {
  border-top: 1px solid #eee;
}
.news-list li {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}
.news-list time {
  color: #666;
  font-size: 1.3rem;
}
.news-list .cat {
  color: #94D4D7;
  font-weight: 700;
  font-size: 1.3rem;
}
.news-list .ttl {
  font-size: 1.5rem;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-list a {
  color: #0A0A0A;
}
.blog-list .blog-item {
  width: calc((100% - 30px) / 3);
}
.blog-list .blog-item .blog-img {
  margin-bottom: 20px;
  border: 1px solid #0A0A0A;
  border-radius: 10px;
}
.blog-list .blog-item .blog-img img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.blog-list .blog-item .blog-ttl {
  margin-bottom: 10px;
}
.blog-list .blog-item .blog-detail img {
  display: none !important;
}
.blog-list .blog-item .blog-detail {
  /* 複数pが入ってくるので、余計な隙間を消す */
}
.blog-list .blog-item .blog-detail p {
  margin: 0;
  display: inline;
}
.blog-list .blog-item .blog-detail {
  /* 2行省略（WebKit系含めほぼ対応） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  /* 2行分の高さを担保したい場合（任意） */
  max-height: 3.6em;
}

.post-detail .post-title {
  margin-bottom: 40px;
}

.blog-pager {
  text-align: center;
  margin-top: 20px;
}
.blog-pager .prev-page {
  display: inline-block;
  background: #0A0A0A;
  color: #fefefe;
  padding: 4px 24px;
  border-radius: 60px;
  font-weight: 600;
}

.media {
  display: grid;
  grid-template-columns: var(--media-img, 120px) 1fr;
  gap: var(--media-gap, 100px);
}
.media__img {
  inline-size: 100%;
  block-size: 100%;
}
.media__img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  display: block;
}
.media__body {
  line-height: 1.8;
}
.media--sm {
  --media-img: 80px;
}
.media--md {
  --media-img: 120px;
}
.media--lg {
  --media-img: 180px;
}
.media--xl {
  --media-img: 240px;
}
.media--2xl {
  --media-img: 360px;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #94D4D7;
}
.alert--success {
  background: #f0faf2;
  border-color: #c9e7ce;
  color: #1a7f3a;
}
.alert--warning {
  background: #fff8e6;
  border-color: #ffe1a5;
  color: #8a5b00;
}
.alert--danger {
  background: #fff1f1;
  border-color: #ffc7c7;
  color: #a52b2b;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
}

.badge--accent {
  background: #94D4D7;
  color: #fefefe;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: m #94D4D7;
}

.tabs__nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tabs__btn {
  width: 48%;
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
  background: #94D4D7;
  color: #fefefe;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
}
.tabs__btn.is-active {
  background: #fefefe;
  color: #94D4D7;
  border: 2px solid #94D4D7;
  border-bottom: none;
}
.tabs__panel {
  display: none;
  background: #fefefe;
  border-radius: 8px;
}
.tabs__panel.is-active {
  display: block;
  padding: 40px;
}

.contents-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 120px;
}
.contents-nav > li a {
  background: #94D4D7;
  color: #fefefe;
  border-radius: 60px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 1.2em;
  min-width: 240px;
  display: block;
  text-align: center;
  border: 1px solid #94D4D7;
}
.contents-nav > li a:hover {
  color: #94D4D7;
  background: #fefefe;
}
.contents-nav > li:nth-child(2) a {
  background: #94D4D7;
  border: 1px solid #94D4D7;
}
.contents-nav > li:nth-child(2) a:hover {
  color: #94D4D7;
  background: #fefefe;
}

.breadcrumb {
  max-width: 90%;
  margin: auto;
  padding: 30px;
  font-size: 12px;
}
.breadcrumb a {
  color: #0A0A0A;
  opacity: 0.6;
  text-decoration: underline;
}
.breadcrumb .kigou {
  font-size: 0.6em;
  padding: 0 0.5em;
}

.list li {
  text-indent: -1em;
  padding-left: 1em;
}
.list--disc li {
  position: relative;
  font-size: 2rem;
}
.list--disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list--disc li::before {
  content: "●";
  color: #94D4D7;
  font-size: 0.8em;
  margin-right: 5px;
}
.list--disc.sbc li::before {
  color: #94D4D7;
}
.list--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}
.list--inline li {
  background: rgba(10, 10, 10, 0.1);
  width: 250px;
  text-align: center;
  font-weight: bold;
  padding: 0.8em;
}
.list--check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list--check li {
  position: relative;
  padding-left: 2.5em;
  line-height: 1.8;
  font-size: 2rem;
}
.list--check li:not(:last-of-type) {
  margin-bottom: 6px;
}
.list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 8px;
  border-left: 2px solid #0A0A0A;
  border-bottom: 2px solid #0A0A0A;
  transform: rotate(-45deg);
}
.list--check.sbc li::before {
  border-color: #94D4D7;
}
.list--num li figure {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.list--num li figure::before {
  content: "";
  position: absolute;
  right: -1em;
  top: -1.5em;
  width: 5em;
  height: 5em;
}
.list--num li:nth-child(1) figure::before {
  background: url(../img/01.png) no-repeat center/contain;
}
.list--num li:nth-child(2) figure::before {
  background: url(../img/02.png) no-repeat center/contain;
}
.list--num li:nth-child(3) figure::before {
  background: url(../img/03.png) no-repeat center/contain;
}

.tbl {
  width: 100%;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 4px 2px;
}
.tbl tr th,
.tbl tr td {
  padding: 10px 15px;
}
.tbl tr th {
  font-weight: 600;
  width: 30%;
  text-align: center;
  background: #94D4D7;
}
.tbl tr td {
  background: #fefefe;
}
.tbl:not(.tbl--hours) tr > th {
  width: 30%;
}
.tbl--alternating {
  border-collapse: collapse;
}
.tbl--alternating tr {
  background: #94D4D7;
}
.tbl--alternating tr:nth-child(odd) {
  background: #fefefe;
}
.tbl--alternating tr th,
.tbl--alternating tr td {
  background: transparent;
  color: #0A0A0A;
}
.tbl {
  /* ボーダー */
}
.tbl--border {
  border-collapse: collapse;
}
.tbl--border tr th,
.tbl--border tr td {
  border-bottom: 1px solid #fefefe;
  background: transparent;
}
.tbl--border.type2 tr th,
.tbl--border.type2 tr td {
  border-bottom: 1px solid #0A0A0A;
  padding: 20px;
}
.tbl--border.type2 tr th {
  width: 20%;
}
.tbl--bubble {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.tbl--bubble tr th,
.tbl--bubble tr td {
  background: #fefefe;
  border-radius: 0 8px 8px 0;
}
.tbl--bubble tr td {
  padding-left: 24px;
}
.tbl--bubble tr th {
  background-color: #94D4D7;
  color: #fff;
  border-radius: 8px 0 0 8px;
  position: relative;
  vertical-align: middle;
}
.tbl--bubble tr th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #94D4D7;
  z-index: 2;
}
.tbl--hours {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl--hours col.col-time {
  width: 11.5rem;
}
@media (max-width: 600px) {
  .tbl--hours col.col-time {
    width: 9.5rem;
  }
}
.tbl--hours tr th,
.tbl--hours tr td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.tbl--hours tr th {
  width: auto;
}
.tbl--hours thead th {
  background: #94D4D7;
  font-weight: 700;
  color: #fff;
}
.tbl--hours thead th:first-child {
  text-align: center;
}
.tbl--hours .nowrap {
  white-space: nowrap;
}
.tbl--hours tbody th {
  text-align: center;
  white-space: nowrap;
  background: #fff;
  font-weight: 700;
  color: #0A0A0A;
  width: auto;
}
.tbl--hours tbody td {
  position: relative;
}
.tbl--hours tbody td .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tbl--hours tbody td[data-open=true]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #94D4D7;
}
.tbl--hours tbody td[data-open=false]::before {
  content: "—";
  font-size: 14px;
  line-height: 1;
  opacity: 0.45;
}
.tbl--price tr td {
  border-bottom: 1px solid #ddd;
}
.tbl--price tr th,
.tbl--price tr td {
  vertical-align: middle;
}
.tbl--price tr th {
  width: 40% !important;
}

/* モバイルで詰まりそうなら */
@media (max-width: 480px) {
  .hours__row {
    grid-template-columns: 6em 1fr;
    gap: 8px;
  }
  .tbl--hours th,
  .tbl--hours td {
    padding: 12px 8px;
  }
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.accordion {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion > .ttl {
  position: relative;
  padding: 16px 60px 16px 16px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  background: #DDEBEB;
  border-radius: 10px;
  /* ===== 横線（常に表示） ===== */
}
.accordion > .ttl::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #0A0A0A;
  transform: translateY(-50%);
  border-radius: 999px;
}
.accordion > .ttl {
  /* ===== 縦線（閉じている時だけ表示） ===== */
}
.accordion > .ttl::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #0A0A0A;
  transform: translateY(-50%);
  border-radius: 999px;
  transition: opacity 0.25s ease;
}
.accordion > .inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.accordion.is-open > .inner {
  max-height: 2000px;
  opacity: 1;
  padding: 16px;
  padding-left: 4em !important;
}
.accordion.is-open {
  /* 開いたら縦線を消す = − */
}
.accordion.is-open > .ttl::before {
  opacity: 0;
}
.accordion {
  /* =========================
     FAQタイプ
  ========================= */
}
.accordion.faq > .ttl {
  padding-left: 4em;
  background: #DDEBEB;
  /* Qマーク */
}
.accordion.faq > .ttl::marker {
  content: none;
}
.accordion.faq > .ttl {
  /* Qアイコン */
}
.accordion.faq > .ttl {
  /* Qバッジ */
}
.accordion.faq > .ttl {
  /* Q丸 */
}
.accordion.faq > .ttl::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0A0A0A;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.accordion.faq > .ttl {
  /* ===== ＋横線 ===== */
}
.accordion.faq > .ttl::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #0A0A0A;
  transform: translateY(-50%);
  border-radius: 999px;
}
.accordion.faq > .ttl {
  /* 縦線（追加で作る） */
}
.accordion.faq {
  /* FAQ用 縦線を疑似的に作る */
}
.accordion.faq > .ttl::before {
  /* すでにQで使ってるので上書きしない */
}
.accordion.faq {
  /* FAQ専用の縦線を別で作る */
}
.accordion.faq > .ttl::after {
  /* 横線は上で作ってる */
}
.accordion.faq {
  /* 縦線用の別疑似要素 */
}
.accordion.faq > .ttl {
  position: relative;
}
.accordion.faq {
  /* 縦線（FAQ） */
}
.accordion.faq > .ttl::after,
.accordion.faq > .ttl::before {
  /* ここは触らない */
}
.accordion.faq {
  /* FAQ用縦線 */
}
.accordion.faq > .ttl::after {
  /* 横線はすでにある */
}
.accordion.faq {
  /* ===== 縦線を追加（beforeはQなので afterに疑似重ね） ===== */
}
.accordion.faq {
  /* 実際の縦線（Qと干渉しない方法） */
}
.accordion.faq > .ttl::after {
  box-shadow: none;
}
.accordion.faq {
  /* シンプル解決：縦線を background で追加 */
}
.accordion.faq > .ttl {
  background-image: linear-gradient(#0A0A0A, #0A0A0A);
  background-repeat: no-repeat;
  background-size: 2px 18px;
  background-position: right 30px center;
}
.accordion.faq.is-open > .ttl {
  background-size: 0 0;
  /* 縦線消す */
}
.accordion.faq.is-open > .inner {
  padding: 16px;
}
.accordion.faq.is-open > .inner::before {
  opacity: 1;
  background: #57141C;
}
.accordion.faq > .inner {
  position: relative;
  margin-top: 4px;
}
.accordion.faq > .inner::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 1em;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #94D4D7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.accordion.faq > .inner p {
  margin: 0;
  padding-left: 3em;
  padding-right: 2em;
  line-height: 1.8;
}

.accordion.faq.is-open > .ttl::before {
  opacity: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery img {
  display: inline-block;
  width: calc((100% - 30px) / 3);
  border-radius: 8px;
  object-fit: cover;
  height: 350px;
}

.pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
  color: #0A0A0A;
  font-weight: 700;
}
.pagination .is-current {
  background: #94D4D7;
  color: #fefefe;
  border-color: #94D4D7;
}

.ggmap iframe {
  height: 350px;
  width: 100%;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-grid {
  display: grid;
}

.d-none {
  display: none !important;
}

.flex {
  display: flex;
}
.flex.fd-row {
  flex-direction: row;
}
.flex.fd-col {
  flex-direction: column;
}

.ai-start {
  align-items: flex-start;
}

.ai-center {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.ai-stretch {
  align-items: stretch;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.fw-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid--cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid--cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

/* margin */
.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

/* padding */
.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

/* margin */
.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

/* padding */
.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

/* margin */
.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

/* padding */
.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

/* margin */
.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

/* padding */
.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

/* margin */
.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

/* padding */
.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

/* margin */
.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

/* padding */
.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

/* margin */
.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

/* padding */
.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

/* margin */
.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

/* padding */
.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

/* margin */
.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

/* padding */
.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

/* margin */
.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

/* padding */
.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

/* margin */
.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

/* padding */
.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

/* margin */
.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

/* padding */
.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m60 {
  margin-bottom: 60px;
}

.b-m80 {
  margin-bottom: 80px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m40 {
  margin-top: 40px;
}

.w-100pe {
  width: 100%;
}

.h-100pe {
  height: 100%;
}

.asp-1-1 {
  aspect-ratio: 1/1;
}

.img-cover {
  object-fit: cover;
}

.rounded-4 {
  border-radius: 4px;
  overflow: hidden;
}

.rounded-8 {
  border-radius: 8px;
  overflow: hidden;
}

.rounded-10 {
  border-radius: 10px;
  overflow: hidden;
}

.rounded-12 {
  border-radius: 12px;
  overflow: hidden;
}

.rounded-16 {
  border-radius: 16px;
  overflow: hidden;
}

.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}

.rounded-24 {
  border-radius: 24px;
  overflow: hidden;
}

.rounded-32 {
  border-radius: 32px;
  overflow: hidden;
}

.rounded-40 {
  border-radius: 40px;
  overflow: hidden;
}

.rounded-210 {
  border-radius: 210px;
  overflow: hidden;
}

.b-r8 {
  border-radius: 8px;
}

.b-r16 {
  border-radius: 16px;
}

.b-r24 {
  border-radius: 24px;
}

.b-r40 {
  border-radius: 40px;
}

.b-r-40-left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.b-r-40-right {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.b-r50pe {
  border-radius: 50%;
}

.line-h200 {
  line-height: 2;
}

.text-center,
.tcenter,
.tcenter_pc {
  text-align: center;
}

.text-right,
.tright {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.bold2 {
  font-weight: 900;
}

.bigger {
  font-size: 1.2em;
  line-height: 2;
}

.bigger2 {
  font-size: 1.4em;
}

.smaller {
  font-size: 0.65em;
  letter-spacing: 0;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.color01 {
  color: #94D4D7;
}

.color02 {
  color: #0A0A0A;
}

.color03 {
  color: #079A3E;
}

.color-w {
  color: #fefefe !important;
}

.bg_line {
  background: #4DC763 !important;
}

.bg_instagram {
  background: linear-gradient(-40deg, #FFD601 0%, #FF7A00 19%, #FF0069 42%, #D300C5 70%, #7638FA 100%) !important;
}

.bg_line {
  background: #4DC763 !important;
}

.bg_youtube {
  background: #ff0000 !important;
}

.para-gap p + p {
  margin-top: 20px;
}
.para-gap--large p + p {
  margin-top: 30px;
}
.para-gap--mini p + p {
  margin-top: 12px;
}

.bg {
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.bg--white::after {
  background: #fefefe;
}
.bg--black::after {
  background: #0A0A0A;
}
.bg--round {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  overflow: hidden;
}
.bg--pink {
  background: rgba(249, 199, 208, 0.2);
}
.bg--01::after {
  background: url(../img/bg-01.png) no-repeat center/cover;
  z-index: -5;
}

.bg--w {
  background: #fff;
}

.bg--w2 {
  background: rgba(255, 255, 255, 0.5);
}

.bg--cream {
  background: #FBFAFA;
}

.bg--main {
  background: #94D4D7;
}

.bg--sub {
  background: #94D4D7;
}

.bg--sub2 {
  background: #94D4D7;
}

.bg--gray {
  background: #f5f5f5;
}

.u-decor {
  position: absolute;
  bottom: 10%;
  inline-size: min(28vw, 320px);
  opacity: 0.9;
  pointer-events: none;
  width: fit-content;
}
.u-decor img {
  display: block;
  inline-size: 100%;
  height: auto;
}
.u-decor--left {
  left: clamp(8px, 4vw, 40px);
  top: 20%;
}
.u-decor--right {
  right: clamp(8px, 4vw, 40px);
  bottom: 20%;
}
.u-decor.w150 img {
  width: 150px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z--1 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.spbr {
  display: none;
}

.hidden {
  overflow: hidden;
}

.marker {
  background: linear-gradient(transparent 70%, rgba(255, 147, 109, 0.3) 0%);
  display: inline;
  border-radius: 2px;
  padding: 0 0.1em;
}

.text-link a {
  color: #0A0A0A;
  text-decoration: underline;
}
.text-link.white a {
  color: #fefefe;
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

[data-ani] {
  --a-duration: 1.2s;
  --a-delay: 0s;
  --a-distance: 24px;
  --a-ease: cubic-bezier(.2, .7, .2, 1);
  --a-blur: 0px;
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity var(--a-duration) var(--a-ease) var(--a-delay), transform var(--a-duration) var(--a-ease) var(--a-delay), filter var(--a-duration) var(--a-ease) var(--a-delay);
  will-change: opacity, transform, filter;
}
[data-ani].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

/* フェード（指定がある時だけ透明スタート） */
[data-ani*=fade]:not(.is-visible) {
  opacity: 0;
}

[data-ani*=up]:not(.is-visible) {
  transform: translate3d(0, var(--a-distance), 0);
}

[data-ani*=down]:not(.is-visible) {
  transform: translate3d(0, calc(var(--a-distance) * -1), 0);
}

[data-ani*=left]:not(.is-visible) {
  transform: translate3d(var(--a-distance), 0, 0);
}

[data-ani*=right]:not(.is-visible) {
  transform: translate3d(calc(var(--a-distance) * -1), 0, 0);
}

[data-ani*=zoom-in]:not(.is-visible) {
  transform: scale(0.94);
}

[data-ani*=zoom-out]:not(.is-visible) {
  transform: scale(1.06);
}

[data-ani*=blur]:not(.is-visible) {
  filter: blur(var(--a-blur, 8px));
}

[data-ani*=rotate]:not(.is-visible) {
  transform: rotate(2.5deg);
}

.ani-stagger.is-visible > * {
  opacity: 1;
  transform: none;
}
.ani-stagger > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--a-ease) var(--a-delay), transform 0.6s var(--a-ease) var(--a-delay);
}

.ani-stagger.is-visible > *:nth-child(1) {
  transition-delay: calc(var(--a-delay, 0s) + 0s);
}

.ani-stagger.is-visible > *:nth-child(2) {
  transition-delay: calc(var(--a-delay, 0s) + 0.06s);
}

.ani-stagger.is-visible > *:nth-child(3) {
  transition-delay: calc(var(--a-delay, 0s) + 0.12s);
}

.ani-stagger.is-visible > *:nth-child(4) {
  transition-delay: calc(var(--a-delay, 0s) + 0.18s);
}

.ani-stagger.is-visible > *:nth-child(5) {
  transition-delay: calc(var(--a-delay, 0s) + 0.24s);
}

.ani-stagger.is-visible > *:nth-child(6) {
  transition-delay: calc(var(--a-delay, 0s) + 0.3s);
}

.ani-stagger.is-visible > *:nth-child(7) {
  transition-delay: calc(var(--a-delay, 0s) + 0.36s);
}

.ani-stagger.is-visible > *:nth-child(8) {
  transition-delay: calc(var(--a-delay, 0s) + 0.42s);
}

.ani-stagger.is-visible > *:nth-child(9) {
  transition-delay: calc(var(--a-delay, 0s) + 0.48s);
}

.ani-stagger.is-visible > *:nth-child(10) {
  transition-delay: calc(var(--a-delay, 0s) + 0.54s);
}

@media (prefers-reduced-motion: reduce) {
  [data-ani],
  .ani-stagger > * {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
[data-fx] {
  --fx-duration: 6s;
  --fx-delay: 0s;
  --fx-amp: 8px;
  /* 振幅(px) */
  --fx-rot: 3deg;
  /* 回転幅 */
  --fx-ease: ease-in-out;
  --fx-iter: infinite;
  --fx-dir: normal;
  --fx-fill: both;
  display: inline-block;
  will-change: transform, filter;
  animation-delay: var(--fx-delay);
  animation-iteration-count: var(--fx-iter);
  animation-direction: var(--fx-dir);
  animation-fill-mode: var(--fx-fill);
  animation-timing-function: var(--fx-ease);
}

/* ふわふわ(上下) */
[data-fx*=float] {
  animation-name: fx-float-y;
  animation-duration: var(--fx-duration);
}

@keyframes fx-float-y {
  0% {
    transform: translateY(calc(var(--fx-amp) * -1));
  }
  100% {
    transform: translateY(var(--fx-amp));
  }
}
/* 横ゆらゆら */
[data-fx*=float][data-fx*=x],
[data-fx*=sway][data-fx*=x] {
  animation-name: fx-float-x;
}

@keyframes fx-float-x {
  0% {
    transform: translateX(calc(var(--fx-amp) * -1));
  }
  100% {
    transform: translateX(var(--fx-amp));
  }
}
/* なめらかスウェイ（回転＋上下少し） */
[data-fx*=sway] {
  animation-name: fx-sway;
  transform-origin: center;
  animation-duration: var(--fx-duration);
}

@keyframes fx-sway {
  0% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(var(--fx-rot));
  }
  100% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
}
/* なめらかスウェイ反転（回転＋上下少し） */
[data-fx*=sway-rev] {
  animation-name: fx-sway-rev;
}

@keyframes fx-sway-rev {
  0% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
  50% {
    transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  100% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
}
/* 振り子（支点を上に） */
[data-fx*=pendulum] {
  transform-origin: top center;
  animation-name: fx-pendulum;
}

@keyframes fx-pendulum {
  0% {
    transform: rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    transform: rotate(var(--fx-rot));
  }
  100% {
    transform: rotate(calc(var(--fx-rot) * -1));
  }
}
/* くるくる（連続回転） */
[data-fx*=spin] {
  animation-name: fx-spin;
  animation-duration: calc(var(--fx-duration) * 1.2);
  animation-timing-function: linear;
}

@keyframes fx-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ぷかぷか + ちょい拡縮 */
[data-fx*=float][data-fx*=soft],
[data-fx*=float][data-fx*=gentle] {
  animation-name: fx-float-soft;
}

@keyframes fx-float-soft {
  0% {
    transform: translateY(calc(var(--fx-amp) * -1)) scale(0.995);
  }
  100% {
    transform: translateY(var(--fx-amp)) scale(1.005);
  }
}
/* 小刻みゆれ（やわらか） */
[data-fx*=wiggle] {
  animation-name: fx-wiggle;
  animation-duration: calc(var(--fx-duration) * 0.6);
}

@keyframes fx-wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(calc(var(--fx-rot) * 0.6));
  }
  50% {
    transform: rotate(calc(var(--fx-rot) * -0.6));
  }
  75% {
    transform: rotate(calc(var(--fx-rot) * 0.4));
  }
  100% {
    transform: rotate(0deg);
  }
}
/* 速さ */
[data-fx*=fast] {
  animation-duration: calc(var(--fx-duration) * 0.3);
}

[data-fx*=slow] {
  animation-duration: calc(var(--fx-duration) * 1.6);
}

[data-fx*=slower] {
  animation-duration: calc(var(--fx-duration) * 2.2);
}

/* 振幅 */
[data-fx*=sm] {
  --fx-amp: 6px;
  --fx-rot: 2deg;
}

[data-fx*=md] {
  --fx-amp: 10px;
  --fx-rot: 3deg;
}

[data-fx*=lg] {
  --fx-amp: 16px;
  --fx-rot: 5deg;
}

/* 方向／挙動 */
[data-fx*=alternate] {
  animation-direction: alternate;
}

/* デフォの往復を明示したい時 */
[data-fx*=reverse] {
  --fx-dir: reverse;
}

/* 回転の反転などに */
[data-fx*=pause-hover]:hover {
  animation-play-state: paused;
}

/* 親が見えたら動かす（入場後に発動させたい場合） */
.is-visible [data-fx-start=visible] {
  animation-play-state: running;
}

[data-fx-start=visible] {
  animation-play-state: paused;
}

/* アクセシビリティ：動きを抑制 */
@media (prefers-reduced-motion: reduce) {
  [data-fx] {
    animation: none !important;
    transform: none !important;
  }
}
.top-sec01 {
  padding-top: 100px;
}
@media (max-width: 720px) {
  .top-sec01 {
    padding-top: 0;
  }
}

.top-recruit-img > div {
  display: flex;
  gap: 20px;
}
.top-recruit-img .item {
  width: calc((100% - 20px) / 2);
}

.service-box {
  display: flex;
  position: relative;
}
.service-box .img {
  width: 55%;
}
.service-box .detail {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-box .detail .logo {
  width: 250px;
  text-align: center;
}
.service-box .detail .sub {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.service-box.type1 {
  background: url(../img/men-deco.png) no-repeat center center/100%;
}
.service-box.type1 .img {
  width: 55%;
}
.service-box.type1 .img img {
  border-radius: 0 20px 20px 0;
}
.service-box.type2 {
  background: rgba(249, 199, 208, 0.2);
  padding: 40px 0;
}
.service-box.type2 .detail .logo {
  margin-bottom: 24px;
}
.service-box.type2 .img {
  position: relative;
}
.service-box.type2 .img img {
  border-radius: 20px 0 0 20px;
}
.service-box.type2 .img::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -120px;
  width: 300px;
  height: 311px;
  background: url(../img/shape01.png) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 720px) {
  .service-box {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }
  .service-box .img,
  .service-box .detail {
    width: 100%;
  }
  .service-box .img .logo,
  .service-box .detail .logo {
    width: 160px;
  }
  .service-box.type1 {
    padding-top: 60px;
  }
  .service-box.type1 .img {
    width: 100%;
  }
  .service-box.type1 .img img {
    border-radius: 20px;
  }
  .service-box.type2 {
    flex-direction: column-reverse;
    padding: 60px 20px;
  }
  .service-box.type2 .img::after {
    bottom: -100px;
  }
  .service-box.type2 .img img {
    border-radius: 20px;
  }
}
@media (max-width: 440px) {
  .service-box .img img {
    border-radius: 10px !important;
  }
  .service-box .btn {
    max-width: 240px;
    margin-inline: auto;
  }
  .service-box.type1 {
    padding-top: 40px;
  }
}

.sns-list .col-item {
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 430px;
}
.sns-list .col-item .logo {
  margin-bottom: 20px;
}
.sns-list .col-item .s-name {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.sns-list .col-item .s-name .sub {
  font-size: 1.8rem;
  display: block;
}
.sns-list .type1 {
  border: 3px solid #0A0A0A;
}
.sns-list .type1 .logo {
  width: 153px;
}
.sns-list .type2 {
  background: rgba(249, 199, 208, 0.2);
  border: 3px solid #EC5580;
}
.sns-list .type2 .logo {
  width: 200px;
}
@media (max-width: 720px) {
  .sns-list .col-item {
    min-height: auto;
  }
  .sns-list .col-item .logo {
    max-width: 120px;
  }
}

body.sub-page #header {
  position: initial;
}

#page-title {
  display: flex;
  padding: 24px 40px;
}
#page-title .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-title .left .s-name {
  font-weight: 700;
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 100px;
}
#page-title .left .s-name span {
  display: block;
}
#page-title .left .s-name .sub {
  font-size: 3.2rem;
}
#page-title .left .s-name .en {
  font-size: 2.4rem;
  font-weight: 400;
}
#page-title .left .catch .main {
  font-size: 2rem;
  font-weight: 600;
}
#page-title .left .catch .sub {
  font-size: 1.8rem;
  margin-top: 10px;
}
#page-title .right {
  width: 60%;
  position: relative;
}
#page-title .right img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: left center;
  border-radius: 20px;
}
#page-title.p01 .right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  border-radius: 20px;
}
#page-title.p02 {
  background: rgba(249, 199, 208, 0.2);
}
#page-title.p02 .left {
  color: #EC5580;
}
@media (max-width: 720px) {
  #page-title {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 24px 0;
  }
  #page-title .left,
  #page-title .right {
    width: 100%;
  }
  #page-title .left .s-name,
  #page-title .right .s-name {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #page-title .left .s-name .sub,
  #page-title .right .s-name .sub {
    font-size: 1.8rem;
  }
  #page-title .left .s-name .en,
  #page-title .right .s-name .en {
    font-size: 1.3rem;
  }
  #page-title .left .catch,
  #page-title .right .catch {
    text-align: center;
  }
  #page-title .left .catch .main,
  #page-title .right .catch .main {
    font-size: 1.6rem;
  }
  #page-title .left .catch .sub,
  #page-title .right .catch .sub {
    font-size: 1.4rem;
  }
  #page-title .right {
    width: 98%;
  }
  #page-title .right img {
    border-radius: 10px;
    height: 450px;
  }
  #page-title .logo {
    width: 160px;
  }
  #page-title .inner .img {
    height: 250px;
    border-radius: 0;
  }
  #page-title .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #page-title .inner .ttl {
    left: 3%;
    top: auto;
    transform: none;
    bottom: 10%;
  }
  #page-title .inner .ttl .ja {
    font-size: 2.8rem;
  }
  #page-title .inner .ttl .en {
    font-size: 1.5rem;
  }
}
@media (max-width: 440px) {
  #page-title .right img {
    height: 250px;
  }
  #page-title .inner .img {
    height: 200px;
  }
  #page-title .inner .img div,
  #page-title .inner .img p,
  #page-title .inner .img img {
    height: 100%;
  }
}

.menu-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 3px solid #666666;
  padding-left: 1.5em;
}
.menu-ttl span {
  font-size: 2.4rem;
}
.menu-ttl::first-letter {
  color: #EE000B;
  font-size: 4.6rem;
}
@media (max-width: 440px) {
  .menu-ttl {
    font-size: 2.4rem;
    padding-left: 0.8em;
  }
  .menu-ttl span {
    font-size: 2rem;
  }
  .menu-ttl::first-letter {
    font-size: 4rem;
  }
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
}
.menu-list li {
  width: calc((100% - 80px) / 3);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.menu-list li .img {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  max-width: 350px;
  margin-inline: auto;
}
.menu-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-list.type2 li {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 440px) {
  .menu-list {
    gap: 20px;
    padding: 20px;
  }
  .menu-list li {
    width: calc((100% - 20px) / 2);
    font-size: 1.6rem;
  }
  .menu-list.type2 li {
    width: calc((100% - 20px) / 2);
  }
}

.menu-list2 {
  padding: 40px;
}
.menu-list2 li {
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 440px) {
  .menu-list2 {
    padding: 20px;
  }
  .menu-list2 li {
    padding: 16px;
    font-size: 1.6rem;
  }
}

.info {
  display: flex;
  justify-content: space-between;
}
.info.type2 {
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  gap: 40px;
}
.info.type2 .img {
  min-width: 450px;
}
.info .img {
  width: 35%;
}
.info .detail {
  width: 60%;
}
@media (max-width: 720px) {
  .info {
    flex-direction: column;
    gap: 40px;
  }
  .info.type2 .img {
    min-width: auto;
  }
  .info .img,
  .info .detail {
    width: 100%;
  }
  .info .img {
    text-align: center;
  }
}
@media (max-width: 440px) {
  .info {
    gap: 20px;
  }
  .info .img img {
    height: 300px;
  }
}

.btn-flex {
  display: flex;
  gap: 10px;
}

.contact-bnr {
  text-align: center;
  margin: 40px 0;
  max-width: 600px;
  margin-inline: auto;
}
.contact-bnr a {
  color: #0A0A0A;
  padding: 40px 20px;
  border-radius: 30px;
  border: 1px solid #0A0A0A;
  display: block;
  background: #fefefe;
}
.contact-bnr a:hover {
  background: rgba(10, 10, 10, 0.05);
}
.contact-bnr .top {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact-bnr .num {
  font-size: 4rem;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.contact-bnr .num .mini {
  font-size: 2.4rem;
}
@media (max-width: 440px) {
  .contact-bnr .top {
    font-size: 1.4rem;
  }
  .contact-bnr a {
    font-size: 1.4rem;
  }
  .contact-bnr .num {
    font-size: 3rem;
  }
  .contact-bnr .num .mini {
    font-size: 2rem;
  }
}

.top-about-img > div {
  display: flex;
  gap: 20px;
}
.top-about-img .item {
  width: calc((100% - 40px) / 3);
}
.top-about-img .item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 440px) {
  .top-about-img {
    gap: 10px;
  }
  .top-about-img .item {
    width: calc((100% - 20px) / 3);
  }
  .top-about-img .item img {
    border-radius: 10px;
  }
}

.rounded-20 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-section {
  overflow: hidden;
}

.gallery-marquee {
  overflow: hidden;
  width: 100%;
}

.gallery-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: stretch;
}

.gallery-marquee .swiper-slide {
  width: 220px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .gallery-marquee .swiper-slide {
    width: 320px;
  }
}

.gallery-marquee__item {
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #f5f5f5;
}

.gallery-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 920px) {
  #header .inner {
    padding: 15px;
  }
  .head-right {
    gap: 20px;
  }
  #header_nav ul li a {
    padding: 8px 0;
    font-size: 13px;
  }
  #catch h1 {
    font-size: 3.2rem;
  }
  #catch h2 {
    font-size: 1.8rem;
  }
  #catch .catch-btm .item-list .item {
    font-size: 1.6rem;
  }
  #catch .catch-btm .item-list .item:nth-of-type(1) {
    width: 200px;
    margin-right: -80px;
  }
  #catch .catch-btm .item-list .item:nth-of-type(2) {
    width: 260px;
    font-size: 2rem;
    margin-bottom: 100px;
    margin-top: -40px;
  }
  #catch .catch-btm .item-list .item:nth-of-type(3) {
    width: 200px;
    margin-left: -80px;
  }
  #catch .catch-btm .text {
    margin-top: 32px;
    color: #EC5580;
    font-size: 1.4rem;
    font-weight: 600;
  }
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h1.big {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .btn--small a {
    font-size: 1.6rem;
  }
  .item-list2 li {
    width: 100%;
  }
  .item-list2 li .inner {
    margin-inline: auto;
  }
  .sec04 section::before {
    width: 250px;
  }
  .img-flex img {
    width: 50%;
  }
  .price-list li {
    width: 100%;
  }
  .price-list li .inner {
    margin-inline: auto;
  }
}
@media (max-width: 720px) {
  .rounded-20 {
    border-radius: 10px;
  }
  .list--disc li {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #mv {
    flex-direction: column;
  }
  #mv .mv-img {
    width: 100%;
  }
  #mv .mv-img .catch {
    font-size: 1.6rem;
  }
  #mv .mv-img .logo {
    width: 160px;
  }
  #mv .mv-img.left {
    margin-top: 120px;
    padding-top: 40px;
  }
  #mv .mv-img.right {
    transform: none;
    padding-bottom: 40px;
  }
  #catch {
    bottom: auto;
    top: 20px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  #header {
    position: initial;
  }
  .head-right {
    display: none;
  }
  #footer .inner {
    padding: 60px 30px;
  }
  #footer .inner .innerb {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  #footer .inner .innerb .footer-left,
  #footer .inner .innerb .footer-right {
    width: 100%;
  }
  #footer .footer-contact {
    padding: 60px 0;
  }
  #footer_navi {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #footer_navi ul {
    width: fit-content;
    flex-direction: column;
    margin-inline: auto;
  }
  #footer_navi ul li {
    width: fit-content;
  }
  .flogo {
    width: 160px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .contact_btn {
    justify-content: center;
  }
  .bg--img02 {
    margin-top: 50px;
  }
  #header_nav {
    display: none;
  }
  .sp-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    width: 100%;
  }
  .sp-btn p {
    width: 25%;
  }
  .sp-btn p:nth-child(1) {
    background: linear-gradient(-40deg, #FFD601 0%, #FF7A00 19%, #FF0069 42%, #D300C5 70%, #7638FA 100%);
  }
  .sp-btn p:nth-child(2) {
    background: #94D4D7;
  }
  .sp-btn p:nth-child(3) {
    background: #0A0A0A;
  }
  .sp-btn p:nth-child(4) {
    background: #4DC763;
  }
  .sp-btn p a {
    color: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    font-weight: 600;
    font-size: 1rem;
  }
  .sp-btn p a img {
    max-width: 15px;
  }
  .sp-btn p a span {
    display: block;
    text-align: center;
  }
  #sp-logo {
    width: 160px;
  }
  #nav-toggle {
    position: fixed;
    right: 5px;
    top: 5px;
    inline-size: 56px;
    block-size: 56px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 120;
  }
  #nav-toggle .bars {
    position: relative;
    inline-size: 40px;
    block-size: 30px;
    display: grid;
    align-content: space-between;
  }
  #nav-toggle .bars i {
    display: block;
    inline-size: 100%;
    block-size: 3px;
    border-radius: 2px;
    background: #333;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  #nav-toggle.is-active .bars i:nth-child(1) {
    transform: translateY(19.5px) rotate(45deg);
  }
  #nav-toggle.is-active .bars i:nth-child(2) {
    opacity: 0;
  }
  #nav-toggle.is-active .bars i:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  #sp-nav {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: opacity 0.25s ease;
    z-index: -10;
  }
  #sp-nav.open {
    opacity: 1;
    pointer-events: auto;
    z-index: 110;
  }
  #sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 260px;
  }
  #sp-nav li:not(:first-child) {
    margin-top: 1em;
  }
  #sp-nav li a {
    font-size: 18px;
    color: #0A0A0A;
    text-decoration: none;
    border-bottom: 1px solid #0A0A0A;
    display: block;
    padding-bottom: 1em;
  }
  #sp-nav .contact_btn {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  #sp-nav .contact_btn p:last-child {
    width: 100%;
  }
  #sp-nav .contact_btn p:last-child a {
    color: #fefefe;
    max-width: 260px;
    margin-inline: auto;
  }
  .media {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--media-gap, 20px);
  }
  .box {
    padding: 5px;
  }
  .box--pd60 {
    padding: 30px;
  }
  body.fixed {
    overflow: hidden;
  }
  .u-decor-spflex {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .u-decor {
    position: initial;
  }
  .u-decor.w150 img {
    width: 100px;
  }
  .container--p-xl {
    padding: 60px 10px;
  }
  .container--p-l {
    padding: 40px 10px;
  }
  .container--p-m {
    padding: 30px 10px;
  }
  .container--p-s {
    padding: 20px 10px;
  }
  .l-column {
    row-gap: 20px;
  }
  .l-column.reverse {
    flex-direction: column-reverse;
  }
  .l-column.col2 {
    --cols: 1;
  }
  .l-column.col3 {
    --cols: 1;
  }
  .l-column.col4 {
    --cols: 2;
  }
  .l-column.col5 {
    --cols: 3;
  }
  .sp-contents {
    display: block !important;
  }
  .pc-contents {
    display: none !important;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  .tcenter_sp {
    text-align: center;
  }
  .sp-reverse {
    flex-direction: column-reverse;
  }
  .grid {
    gap: 12px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title .ja {
    font-size: 3.2rem;
  }
  .title .en {
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .title--slash .ja {
    font-size: 2rem !important;
  }
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tbl:not(.tbl--hours) tr > th {
    width: 25%;
  }
  .tbl--border.type2 tr th,
  .tbl--border.type2 tr td {
    padding: 10px;
  }
  .copyright {
    padding-bottom: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
  .btn {
    margin-top: 20px;
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
  }
  .btn a,
  .btn button {
    width: 100%;
    justify-content: center;
  }
  .btn--left {
    text-align: center;
  }
  .btn--left a {
    margin-left: auto;
  }
  #header .contact_btn {
    display: none;
  }
  #header .inner {
    padding: 16px;
  }
  #header .inner #logo img {
    width: 140px;
  }
  .sp-btn p a {
    font-weight: 600;
    padding: 7px;
  }
  .sp-btn p a img {
    max-width: 20px;
  }
  .sp-btn p a span {
    font-size: 12px;
  }
  #mv .mv-img .left {
    margin-top: 100px;
  }
  #mv .btn {
    max-width: 240px;
  }
  #catch {
    font-size: 1.8rem;
  }
  .tcenter_pc {
    text-align: left;
  }
  .card {
    padding: 24px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title .ja {
    font-size: 2.6rem;
  }
  .contact_btn.big {
    flex-direction: column;
  }
  .contact_btn.big a {
    padding: 16px 24px;
  }
  .bg--img02::after {
    top: -39px;
    height: 40px;
  }
  .bg--img03::after {
    top: -39px;
    height: 40px;
  }
  .gallery img {
    width: 100%;
  }
  .tabs__panel.is-active {
    padding: 20px 10px;
  }
  .accordion.faq > .ttl {
    padding-left: 2.5em;
    padding-right: 3em;
    font-size: 0.9em;
  }
  .accordion.faq > .ttl::before {
    width: 24px;
    height: 24px;
    left: 8px;
  }
  .accordion.faq > .inner {
    font-size: 0.9em;
  }
  .accordion.faq > .inner::before {
    width: 24px;
    height: 24px;
  }
  .accordion.faq > .ttl {
    padding-left: 3em;
    padding-right: 2.5em;
  }
  .accordion.faq > .inner::before {
    left: 8px;
  }
  .accordion.faq > .inner p {
    padding-right: 0;
    padding-left: 2em;
  }
  #footer .inner {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
  #footer .inner .footer-left,
  #footer .inner .footer-center,
  #footer .inner .footer-right {
    width: 100%;
    text-align: center;
  }
  #footer .footer-contact {
    padding: 30px 0;
  }
  #footer .footer-contact .c-btn {
    flex-direction: column;
    gap: 0;
  }
  .footer_navi {
    display: none;
  }
}
@media print {
  a {
    text-decoration: underline;
  }
  .btn,
  .chip,
  .badge,
  .alert {
    box-shadow: none;
    background: transparent;
  }
}