@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #FCF6E0;
  color: #292929;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #e83e34;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

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

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
LP / Campaign
*******************************/
@keyframes float-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.float-up-start {
  animation: float-up 3s ease-in-out infinite;
}
@keyframes float-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
.float-down-start {
  animation: float-down 3s ease-in-out infinite;
}
@keyframes sway-rl {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.sway-rl {
  transform-origin: center bottom;
  animation: sway-rl 1s steps(2, start) infinite;
}
@keyframes sway-lr {
  0% {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(20deg);
  }
}
.sway-lr {
  transform-origin: center bottom;
  animation: sway-lr 1s steps(2, start) infinite;
}
@keyframes right-slide-down {
  0% {
    transform: translateY(calc(-50% - var(--slide-gap) / 2));
  }
  100% {
    transform: translateY(0);
  }
}
/*----------------------------------------------
	Overall settings
-----------------------------------------------*/
em {
  font-style: inherit;
  font-weight: inherit;
}

#wrapper {
  overflow-x: clip;
}

@media screen and (max-width: 540px) {
  body {
    min-width: inherit;
  }
  a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 50%;
  }
}
#floor_map {
  scroll-margin-top: 60px;
}

/*----------------------------------------------
	main
-----------------------------------------------*/
#main {
  display: flex;
  position: relative;
  container-type: inline-size;
  max-width: 1440px;
  margin-inline: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding-right: 0;
  }
}
#main img {
  vertical-align: bottom;
}
#main .pc_left {
  display: none;
}
@media screen and (min-width: 768px) {
  #main .pc_left {
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    width: calc(100cqw - 580px + 20px);
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  #main .pc_left {
    width: calc(100cqw - 660px);
  }
}
#main .pc_right {
  display: none;
}
@media screen and (min-width: 1200px) {
  #main .pc_right {
    display: block;
    width: 270px;
    position: sticky;
    color: #fff;
    top: 0;
    right: 0;
    height: 100vh;
    order: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
  }
}
#main .pc_right.js-show {
  opacity: 1;
  pointer-events: auto;
}
#main .pc_right .right_slide_wrapper {
  overflow: hidden;
  --slide-gap: 10px;
  --duration: 12s;
  width: 165px;
  margin-inline: auto;
  display: grid;
  gap: var(--slide-gap);
  will-change: transform;
  animation: right-slide-down var(--duration) linear infinite;
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  #main .pc_right .right_slide_wrapper {
    animation: none;
  }
}
#main .pc_right .right_slide_wrapper .right_slide_item {
  width: 100%;
  height: auto;
  aspect-ratio: 165/110;
}
#main .pc_right .right_slide_wrapper .right_slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#main #wrap {
  position: relative;
  overflow-x: hidden;
  background-color: #FFFBF5;
}
@media screen and (min-width: 768px) {
  #main #wrap {
    width: 450px;
    margin-top: 90vh;
    position: relative;
    overflow-x: initial;
    border-radius: 40px;
  }
}
#main #wrap .wrap_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #main #wrap .wrap_inner {
    z-index: 10;
    border-radius: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 120vh;
    overflow: hidden;
  }
}

/*----------------------------------------------
	メインビジュアル
-----------------------------------------------*/
.mv {
  display: none;
  position: relative;
  translate: 0 -51px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv {
    display: block;
    position: fixed;
    top: calc(100vh - max(120px, 100vh - 680px));
    left: 50%;
    bottom: auto;
    translate: -50% -100%;
    width: calc(100cqw - 600px);
    --mv-shift-x: 300px;
    --mv-offset-y: 40px;
    transition: translate 1s ease, top 1s ease;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    width: calc(100cqw - 819px);
    --mv-shift-x: 409.5px;
  }
}
@media screen and (min-width: 768px) {
  .mv.js-no-transition {
    transition: none;
  }
}
@media screen and (min-width: 768px) {
  .mv.js-active {
    translate: calc(-50% - var(--mv-shift-x)) calc(-100% - var(--mv-offset-y));
  }
}
.mv_main {
  padding-bottom: 33.4615384615%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv_main {
    padding-bottom: 0;
    width: 602px;
    max-width: 100%;
    margin-inline: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .mv_main {
    padding-bottom: 0;
    width: 524px;
  }
}
.mv_menu {
  display: none;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mv_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    width: -moz-max-content;
    width: max-content;
    margin-top: 30px;
  }
}
.mv.js-active .mv_menu {
  display: block;
}
.mv_menu a {
  position: relative;
  top: 0;
  box-shadow: 4px 5px #E4D6BF;
}
.mv_menu a:hover {
  top: 5px;
  box-shadow: 0 0 #E4D6BF; /* 影を0pxにする */
}
@media screen and (min-width: 768px) {
  .mv_accent {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    scale: 1.3;
    transition: opacity 0.3s ease;
    width: 607px;
    aspect-ratio: 606/524;
  }
}
.mv.js-active .mv_accent {
  scale: 1;
}
.mv_illust {
  display: block;
}
@media screen and (min-width: 768px) {
  .mv_illust {
    scale: 1.3;
    transform-origin: top center;
    transition: scale 0.3s ease;
  }
}
.mv.js-active .mv_illust {
  scale: 1;
  transition: scale 0.3s ease;
}
.mv_illust1 {
  display: block;
  position: absolute;
  left: 3%;
  top: 20%;
  width: 68px;
  height: auto;
}
.mv.js-active .mv_illust1 {
  left: 1%;
  top: 15%;
}
.mv_illust2 {
  position: absolute;
  left: 0;
  top: 71%;
  width: 169px;
  height: auto;
}
.mv.js-active .mv_illust2 {
  top: 65%;
}
.mv_illust3 {
  display: block;
  position: absolute;
  right: 0;
  top: 16%;
  width: 192px;
  height: auto;
}
.mv.js-active .mv_illust3 {
  top: 10%;
}
.mv_illust4 {
  display: block;
  position: absolute;
  right: 0;
  top: 68%;
  width: 102px;
  height: auto;
}
.mv.js-active .mv_illust4 {
  top: 57%;
}

.nav ul {
  --border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 112px);
  gap: 18px;
  justify-content: center;
}
.nav ul li {
  position: relative;
}
.nav ul li:nth-of-type(1) .nav_icon {
  width: 48px;
  height: 56px;
}
.nav ul li:nth-of-type(2) .nav_icon {
  width: 34px;
  height: 48px;
}
.nav ul li:nth-of-type(3) .nav_icon {
  width: 32px;
  height: 48px;
}
.nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  translate: -50% 0;
  background: url("./../img/nav/nav_tri.svg") no-repeat center center/contain;
  width: 20px;
  height: 14px;
}
.nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--border-radius);
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  line-height: 1.1;
  font-weight: 700;
}
.nav ul li a p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
}

/**************************************************************
背景テキスト（Atre TAKESHIBA FAMILY GUIDE）
**************************************************************/
@keyframes family-bgtext-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.family-bgtext {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.family-bgtext_row {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.family-bgtext_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: family-bgtext-scroll var(--bgtext-duration, 45s) linear infinite;
  animation-delay: var(--bgtext-delay, 0s);
}
.family-bgtext_track.is-reverse {
  animation-direction: reverse;
}
.family-bgtext_item {
  flex-shrink: 0;
  padding-right: 0.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(3.076923077rem, 9.6153846154vw, 5rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  -webkit-text-stroke: 1.5px #858585;
  paint-order: stroke fill;
}
.family-bgtext--intro .is-row-1 {
  top: 33.9%;
}
@media screen and (min-width: 768px) {
  .family-bgtext--intro .is-row-1 {
    top: 12%;
  }
}
.family-bgtext--kids .is-row-1 {
  top: 11%;
  --bgtext-duration: 50s;
}
.family-bgtext--kids .is-row-2 {
  top: 21.3%;
  --bgtext-duration: 55s;
  --bgtext-delay: -5s;
}
.family-bgtext--kids .is-row-3 {
  top: 36%;
  --bgtext-duration: 48s;
  --bgtext-delay: -10s;
}
.family-bgtext--kids .is-row-4 {
  top: 58%;
  --bgtext-duration: 52s;
  --bgtext-delay: -3s;
}
.family-bgtext--kids .is-row-5 {
  top: 70%;
  --bgtext-duration: 47s;
  --bgtext-delay: -8s;
}
.family-bgtext--kids .is-row-6 {
  top: 79%;
  --bgtext-duration: 53s;
  --bgtext-delay: -12s;
}
.family-bgtext--kids .is-row-7 {
  top: 90.5%;
  --bgtext-duration: 53s;
  --bgtext-delay: -12s;
}
.family-bgtext--map .is-row-1 {
  bottom: 10%;
  --bgtext-duration: 45s;
}
.family-bgtext--map .is-row-2 {
  bottom: 5.5%;
  --bgtext-duration: 50s;
  --bgtext-delay: -6s;
}

@media (prefers-reduced-motion: reduce) {
  .family-bgtext_track {
    animation: none;
  }
}
/**************************************************************
導入部セクション
**************************************************************/
.introduction {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.introduction_menu {
  position: relative;
  z-index: 1;
  background-color: #F0E8DB;
  padding-block: 30px 90px;
  padding-inline: 3%;
}
.introduction_menu.nav ul {
  gap: clamp(7px, 3%, 10px);
}
.introduction_inner {
  position: relative;
  z-index: 1;
  aspect-ratio: 390/1019;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .introduction_inner {
    aspect-ratio: 390/768;
    padding-top: 200px;
  }
}
.introduction_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("./../img/mv/contents_mv_sp.webp") no-repeat center top/cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .introduction_inner::before {
    background-image: url("./../img/mv/contents_mv.webp");
  }
}
.introduction_mv {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .introduction_mv {
    display: none;
  }
}
.introduction_mv_logo {
  position: absolute;
  top: 13.9%;
  left: 50%;
  translate: -50% 0;
  width: 83.6%;
  max-width: 326px;
}
.introduction_mv_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.introduction_mv_accent {
  position: absolute;
  inset: 0;
}
.introduction_mv_accent_1 {
  position: absolute;
  left: 5.9%;
  top: 5.2%;
  width: 19.6%;
  height: auto;
}
.introduction_mv_accent_2 {
  position: absolute;
  right: 9.2%;
  top: 4.5%;
  width: 20.5%;
  height: auto;
}
.introduction_mv_accent_3 {
  position: absolute;
  left: 8.2%;
  top: 79.6%;
  width: 27.4%;
  height: auto;
}
.introduction_mv_accent_4 {
  position: absolute;
  right: 7.7%;
  top: 80.3%;
  width: 28.5%;
  height: auto;
}
.introduction_content {
  position: relative;
  z-index: 3;
  padding-top: 102%;
}
@media screen and (min-width: 768px) {
  .introduction_content {
    padding-top: 0;
  }
}
.introduction_title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.65;
  font-weight: 700;
}
.introduction_title_highlight {
  position: relative;
  z-index: 1;
}
.introduction_title_highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 6.4em;
  height: 0.5em;
}
.introduction_title_highlight.is-pink::before {
  background-color: #ffd5d5;
}
.introduction_title_highlight.is-blue::before {
  background-color: #cbd9ff;
}
.introduction_text {
  margin-top: clamp(0.7384615385rem, 2.3076923077vw, 1.2rem);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.12;
}
.introduction_text_lead {
  display: block;
}
.introduction_text .is-name {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
}

/**************************************************************
セクション共通タイトル
**************************************************************/
.section-title {
  display: grid;
  justify-items: center;
  text-align: center;
}
.section-title_icon img {
  display: block;
  width: auto;
  height: auto;
}
.section-title_main {
  margin-top: 0.625rem;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}
.section-title_sub {
  margin-top: 0.5625rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

/**************************************************************
キッズメニューのセクション
**************************************************************/
.kids {
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 95px;
}
.kids .section-title_icon img {
  width: 48px;
  height: 56px;
}
.kids .section-title_sub {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #292929;
}
.kids_bg_top {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: 450px;
  height: auto;
  translate: -50% 0;
  pointer-events: none;
}
.kids_inner {
  position: relative;
  z-index: 2;
}
.kids_list {
  display: grid;
  gap: 0;
  margin-top: 22px;
  list-style: none;
  padding: 0;
}
.kids_item > .kids_dialog_content {
  display: none;
}
.kids_item:nth-child(odd) .kids_card {
  margin-right: auto;
}
.kids_item:nth-child(even) {
  margin-top: -65px;
}
.kids_item:nth-child(even) .kids_card {
  margin-left: auto;
  margin-right: -10px;
}
.kids_item:nth-child(n+3) {
  margin-top: -73px;
}
.kids_card {
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: opacity 0.2s;
}
.kids_card:hover {
  opacity: 0.85;
}
.kids_card_visual {
  position: relative;
  display: block;
}
.kids_card_bg {
  display: block;
  width: 100%;
  height: auto;
}
.kids_card_body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  pointer-events: none;
  width: 85%;
}
.kids_card_photo {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
}
.kids_card_dots {
  position: absolute;
  z-index: 1;
  width: 49px;
  height: auto;
  pointer-events: none;
}
.kids_card_info {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 2px;
  flex-shrink: 0;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.kids_card_name {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.kids_card_floor {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.kids_card_more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.kids_item:nth-child(1) .kids_card {
  width: 252px;
}
.kids_item:nth-child(1) .kids_card_dots {
  top: 52%;
  right: 13%;
}
.kids_item:nth-child(2) .kids_card {
  width: 240px;
}
.kids_item:nth-child(2) .kids_card_body {
  margin-left: 10%;
}
.kids_item:nth-child(2) .kids_card_dots {
  top: 35%;
  left: 12%;
}
.kids_item:nth-child(3) .kids_card {
  width: 230px;
}
.kids_item:nth-child(3) .kids_card_dots {
  top: 46%;
  right: 6%;
}
.kids_item:nth-child(4) .kids_card {
  width: 244px;
}
.kids_item:nth-child(4) .kids_card_body {
  margin-left: 12%;
}
.kids_item:nth-child(4) .kids_card_dots {
  top: 46%;
  right: 10%;
}
.kids_item:nth-child(5) .kids_card {
  width: 244px;
}
.kids_item:nth-child(5) .kids_card_dots {
  top: 50%;
  right: 15%;
}
.kids_item:nth-child(6) .kids_card {
  width: 240px;
}
.kids_item:nth-child(6) .kids_card_body {
  margin-left: 12%;
}
.kids_item:nth-child(6) .kids_card_dots {
  top: 45%;
  left: 12%;
}
.kids_item:nth-child(7) .kids_card {
  width: 236px;
}
.kids_item:nth-child(7) .kids_card_body {
  margin-left: 3%;
}
.kids_item:nth-child(7) .kids_card_dots {
  top: 42%;
  right: 5%;
}
.kids_item:nth-child(8) .kids_card {
  width: 227px;
}
.kids_item:nth-child(8) .kids_card_body {
  margin-left: 10%;
}
.kids_item:nth-child(8) .kids_card_dots {
  top: 55%;
  right: 2%;
}
.kids_item:nth-child(9) .kids_card {
  width: 246px;
}
.kids_item:nth-child(9) .kids_card_body {
  margin-left: 3%;
}
.kids_item:nth-child(9) .kids_card_dots {
  top: 49%;
  right: 10%;
}
.kids_card_more_icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #292929;
}
.kids_card_more_icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  margin-left: 1px;
  background: url("./../img/button_tri.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.kids_deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  height: auto;
}
.kids_deco img {
  display: block;
  width: 100%;
  height: auto;
}
.kids_deco_star {
  top: 15%;
  right: 38px;
  width: 67px;
}
.kids_deco_straw_hat {
  top: 23.5%;
  left: 39px;
  width: 59px;
}
.kids_deco_tree {
  top: 32.5%;
  right: 21px;
  width: 58px;
}
.kids_deco_present {
  top: 41%;
  left: 36px;
  width: 52px;
}
.kids_deco_stuffed_toy {
  top: 50.5%;
  right: 35px;
  width: 55px;
}
.kids_deco_bus {
  top: 61%;
  left: 40px;
  width: 69px;
}
.kids_deco_car {
  top: 67.5%;
  right: 41px;
  width: 55px;
}
.kids_deco_cutlery {
  top: 76%;
  left: 65px;
  width: 51px;
}
.kids_deco_plane {
  top: 86.5%;
  right: 65px;
  width: 56px;
}
.kids_dialog {
  display: none;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  width: 400px;
  max-width: calc(100% - 40px);
}
.kids_dialog[open] {
  display: block;
  position: fixed;
  inset: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.kids_dialog[open]:not(.is-closing) {
  animation: dialog-fadein 0.35s ease 0.2s both;
}
.kids_dialog[open]:not(.is-closing)::backdrop {
  background: rgba(134, 134, 134, 0.5);
  animation: backdrop-fadein 0.3s ease forwards;
}
.kids_dialog[open].is-closing {
  animation: dialog-fadeout 0.3s ease forwards;
}
.kids_dialog[open].is-closing::backdrop {
  background: rgba(134, 134, 134, 0.5);
  animation: backdrop-fadeout 0.3s ease forwards;
}
.kids_dialog_outer {
  position: relative;
}
.kids_dialog_close {
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: block;
  border: none;
  border-radius: 50%;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.kids_dialog_close:hover {
  opacity: 0.75;
}
.kids_dialog_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 17.714px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  max-height: 90vh;
  max-height: 90svh;
}
.kids_dialog_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}
.kids_dialog_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-height: 90vh;
  max-height: 90svh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.kids_dialog_content_inner {
  flex-shrink: 0;
  padding: 43px 30px 20px;
}
.kids_dialog_head {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-bottom: 11px;
}
.kids_dialog_head_title {
  margin-top: 7px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.kids_dialog_head_title span {
  display: block;
}
.kids_dialog_head_illust {
  position: absolute;
  width: auto;
  height: auto;
}
.kids_dialog_head_illust--left {
  top: 0;
  left: 0;
  width: 25px;
}
.kids_dialog_head_illust--right {
  top: 7px;
  right: 0;
  width: 35px;
}
.kids_dialog_menu_img {
  width: 250px;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
.kids_dialog_menu_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 250/170;
  -o-object-fit: cover;
     object-fit: cover;
}
.kids_dialog_menu_name {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.kids_dialog_menu_name span {
  display: block;
}
.kids_dialog_menu_price {
  text-align: right;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.kids_dialog_menu_price_num {
  font-size: 22px;
  font-size: 2.2rem;
}
.kids_dialog_menu_price_unit {
  font-size: 16px;
  font-size: 1.6rem;
}
.kids_dialog_line {
  margin: 0;
  border: none;
  border-top: 2px dashed #787878;
}
.kids_dialog_menu_price + .kids_dialog_line {
  margin-top: 10px;
}
.kids_dialog_menu_desc {
  margin-top: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.kids_dialog_menu_desc + .kids_dialog_line {
  margin-top: 17px;
}
.kids_dialog_menu_desc + .kids_dialog_menu_addons {
  margin-top: 16px;
}
.kids_dialog_menu_addons {
  margin-top: 12px;
}
.kids_dialog_menu_addons + .kids_dialog_line {
  margin-top: 17px;
}
.kids_dialog_menu_addon {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.kids_dialog_menu_addon + .kids_dialog_menu_addon {
  margin-top: 6px;
}
.kids_dialog_menu_addon .kids_dialog_menu_name {
  margin-top: 0;
  text-align: left;
  flex: 1;
}
.kids_dialog_menu_addon .kids_dialog_menu_price {
  margin-top: 0;
  flex-shrink: 0;
}
.kids_dialog_shop {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 19px;
}
.kids_dialog_shop_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.kids_dialog_shop_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kids_dialog_shop_info {
  display: grid;
  gap: 4px;
  padding-top: 7px;
}
.kids_dialog_shop_name {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.kids_dialog_shop_name span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.kids_dialog_shop_pin {
  flex-shrink: 0;
  width: 17px;
  height: auto;
}
.kids_dialog_shop_floor {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #292929;
}
.kids_dialog_shop_hours {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b3b3b3;
}
.kids_dialog_shop_hours span {
  font-size: 13px;
  font-size: 1.3rem;
}
.kids_dialog_services {
  flex-shrink: 0;
  overflow: hidden;
}
.kids_dialog_services_title {
  display: grid;
  place-items: center;
  min-height: 38px;
  margin: 0;
  padding: 8px 10px;
  background-color: #f0de9e;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.kids_dialog_services_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 20px 10px;
  background-color: #fcf6e0;
  list-style: none;
}
.kids_dialog_services_item {
  flex: 1;
  max-width: 84px;
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}
.kids_dialog_services_item img {
  display: block;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.kids_dialog_services_item_label {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #333;
}
.kids_dialog_services_item_label span {
  display: block;
}
.kids_dialog_detail_link {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 0 0 17.714px 17.714px;
  transition: opacity 0.2s;
}
.kids_dialog_detail_link:hover {
  opacity: 0.85;
}
.kids_note {
  margin: 2.5em 1em 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #D9807F;
}

/**************************************************************
館内施設のセクション
**************************************************************/
.facility {
  position: relative;
  padding-bottom: 86px;
  background-color: #F0E8DB;
}
.facility::before, .facility::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 0;
  width: 100%;
  aspect-ratio: 390/44;
  background: url("./../img/facilities/bg_top.webp") no-repeat center/100% auto;
  pointer-events: none;
}
.facility::before {
  top: 1px;
  translate: -50% -100%;
}
.facility::after {
  bottom: 1px;
  translate: -50% 100%;
  rotate: 180deg;
}
.facility .section-title_icon img {
  width: 42px;
  height: 58px;
}
.facility_head {
  position: relative;
  z-index: 1;
  padding-top: 22px;
}
.facility_head .section-title {
  position: relative;
  z-index: 1;
}
.facility_inner {
  position: relative;
  z-index: 1;
  margin-inline: 2rem;
}
.facility_contents {
  position: relative;
  margin-top: clamp(2rem, 6vw, 3rem);
}
.facility_illust {
  position: relative;
  pointer-events: none;
}
.facility_illust img {
  display: block;
  height: auto;
}
.facility_illust_top {
  position: absolute;
  top: -54px;
  width: calc(100% - 2rem);
  height: 110px;
  margin-inline: 2rem;
}
.facility_illust_bottom {
  position: absolute;
  right: 0;
  bottom: -170px;
  left: 0;
  z-index: 3;
  height: 144px;
}
.facility_illust_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 96px;
}
.facility_illust_right {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
  width: 115px;
}
.facility_illust_design {
  position: absolute;
  right: 28%;
  bottom: 56%;
  z-index: 3;
  width: 54px;
}
.facility_card {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  padding: 36px 32px;
  background-color: #fff;
  border-radius: 17.714px;
}
.facility_card_img {
  max-width: 280px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
.facility_card_img img {
  display: block;
  width: 100%;
  height: auto;
}
.facility_card_title {
  margin-top: clamp(1rem, 3vw, 2rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem;
}
.facility_card_text {
  margin-top: 1rem;
  line-height: 1.6;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
.facility_info {
  margin-top: clamp(2rem, 5vw, 3rem);
}
.facility_info_head {
  display: grid;
  place-items: center;
  width: 100%;
  margin-inline: auto;
  padding-block: 0.25rem;
  background-color: #969696;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 65px 65px 54px 54px;
}
.facility_info_list {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1rem, 3vw, 2rem);
}
.facility_info_list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 1rem;
}
.facility_info_list img {
  display: block;
  width: 38px;
  height: auto;
}
.facility_info_list span {
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
.facility_info_list-location {
  max-width: 286px;
  margin-inline: auto;
}
.facility_info_list-location li {
  grid-template-columns: 1fr;
  align-items: start;
}
.facility_info_list-location .facility_info_map_link {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .facility_info_list-location .facility_info_map_link:hover .is-underline {
    opacity: 0.75;
  }
}
.facility_info_list-location .facility_info_pin {
  width: 16px;
  height: auto;
}
.facility_info_list-location .is-underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.facility_info_pin {
  display: block;
  width: 16px;
  height: auto;
  margin-top: 0.15em;
}
.facility_info_time {
  margin-top: clamp(1rem, 3vw, 2rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
}

/**************************************************************
マップセクション
**************************************************************/
.map {
  position: relative;
  margin-top: 39px;
  padding-top: 42px;
  padding-bottom: 0;
  overflow: hidden;
}
.map_inner {
  position: relative;
  z-index: 1;
  margin-inline: 20px;
}
.map_head {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
.map_illust_bird {
  position: absolute;
  top: 118px;
  right: 21px;
  width: 79px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.map .section-title {
  position: relative;
  z-index: 2;
}
.map .section-title_icon img {
  width: 39px;
  height: 58px;
}
.map .section-title_sub {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #292929;
}
.map_body {
  position: relative;
  margin-top: 6px;
  margin-inline: -20px;
}
.map_bg {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: 450px;
  translate: -50% 0;
  pointer-events: none;
}
.map_bg_top {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.map_bg_img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -1px;
}
.map_body_inner {
  position: relative;
  z-index: 2;
  margin-inline: 20px;
  padding-top: 41px;
  padding-bottom: 210px;
}
.map_floors {
  display: grid;
  gap: 20px;
  margin-top: 0;
}
.map_building {
  display: grid;
  justify-items: center;
  gap: 8px;
}
.map_building_name {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.map_tablist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
}
.map_tablist_btn {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
  flex: 0 0 80px;
  width: 80px;
  height: 34px;
  padding: 0;
  background-color: #fffbf5;
  border: none;
  border-radius: 17px;
  color: #4DA3D9;
  cursor: pointer;
}
.map_tablist_btn.active {
  background-color: #292929;
  color: #fff;
}
@media (any-hover: hover) {
  .map_tablist_btn:hover:not(.active) {
    opacity: 0.85;
  }
}
.map_contents {
  position: relative;
  margin-top: 27px;
  display: grid;
  place-items: center;
  min-height: 350px;
}
.map_wrap {
  grid-area: 1/1;
  position: relative;
  width: 350px;
  max-width: 100%;
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: visible;
}
.map_wrap[role=tabpanel] {
  display: none;
}
.map_wrap[role=tabpanel].js-show {
  display: block;
}
.map_wrap .map_view {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F0E8DB;
}
.map_wrap .draggable_wrap {
  width: 100%;
  height: 100%;
}
.map_wrap .draggable {
  width: 100%;
  height: 100%;
}
.map_wrap .map_canvas {
  position: relative;
  width: 100%;
}
.map_wrap .map_img {
  display: block;
  width: 100%;
  height: auto;
}
.map_wrap .map_pins {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.map_wrap .map_pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  transform: translate(-50%, -100%);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  pointer-events: auto;
  line-height: 0;
}
.map_wrap .map_pin img {
  display: block;
  width: 18px;
  height: auto;
}
@media (any-hover: hover) {
  .map_wrap .map_pin:hover {
    opacity: 0.85;
  }
}
.map_wrap .zoom_btn {
  display: grid;
  position: absolute;
  top: 71.7%;
  right: 0;
  z-index: 10;
  gap: 4px;
  width: 60px;
}
.map_wrap .zoom_in,
.map_wrap .zoom_out {
  background: rgba(41, 41, 41, 0.7);
  border: none;
  width: 100%;
  height: 60px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.map_links {
  display: grid;
  gap: 14px;
  margin-top: 262px;
  padding: 0;
  list-style: none;
}
.map_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 340px;
  max-width: 100%;
  height: 80px;
  margin-inline: auto;
  padding: 0 60px 0 16px;
  background-color: #292929;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
}
@media (any-hover: hover) {
  .map_link:hover {
    opacity: 0.85;
  }
}
.map_link_text {
  display: grid;
  gap: 0;
  flex: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.map_link_text_line {
  display: block;
  font-weight: 700;
  line-height: 1.34;
  font-size: 18px;
  font-size: 1.8rem;
}
.map_link_icon {
  flex-shrink: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-items: center;
}
.map_link_icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background: url("./../img/button_tri.svg") no-repeat center/contain;
}
.map_illust_dog {
  display: block;
  width: 71px;
  height: auto;
  margin-top: 23px;
  margin-left: 144px;
  pointer-events: none;
}
@keyframes dialog-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dialog-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes backdrop-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes backdrop-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */