@charset 'utf-8';

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* splide */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}

:root {
  --colorBL: #404040;
  --fs-10: 2.5641vw;  /* 10px */
  --fs-11: 2.8205vw;  /* 11px */
  --fs-12: 3.0769vw;  /* 12px */
  --fs-13: 3.3333vw;  /* 13px */
  --fs-14: 3.5897vw;  /* 14px */
  --fs-15: 3.8462vw;  /* 15px */
  --fs-16: 4.1026vw;  /* 16px */
  --fs-17: 4.3590vw;  /* 17px */
  --fs-18: 4.6154vw;  /* 18px */
  --fs-19: 4.8718vw;  /* 19px */
  --fs-20: 5.1282vw;  /* 20px */
  --fs-21: 5.3846vw;  /* 21px */
  --fs-22: 5.6410vw;  /* 22px */
  --fs-23: 5.8974vw;  /* 23px */
  --fs-24: 6.1538vw;  /* 24px */
}

.museum {
  color: var(--colorBL);
  font-weight: normal;
  line-height: 1;
}
.museum dt {
  font-weight: normal;
}
.museum a:hover {
  text-decoration: none;
}
.museum .pcOnly {
  display: none;
}

.museum .c-sec {
  padding-block: 15.385vw;
}
.museum .c-heading {
  margin-bottom: 10.256vw;
}
.museum .contact .c-heading {
  margin-bottom: 5.128vw;
}
.museum .c-heading img {
  height: 11.795vw;
}
.museum .c-btn {
  width: 71.795vw;
  margin: 10.256vw auto 0;
}
.museum .c-btn a {
  display: block;
  padding: 6.41vw;
  border-radius: 8.974vw;
  color: var(--colorBL);
  font-size: var(--fs-16);
}
.museum .c-accItem dd {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .5s all;
}
.museum .c-accItem.opened dd {
  height: auto;
  opacity: 1;
}

.museum.wrap {
  font-family: 'Yu Gothic', sans-serif;
  text-align: center;
}
.museum .header {
  padding-block: 4.615vw;
}
.museum .header__logo img {
  width: 69.231vw;
}

.museum .mvSlide__list li img {
  width: 100%;
  will-change: scale;
}
.museum .mvSlide__list li.is-active img {
  scale: 1.25;
  animation: 5.5s zoomout ease-in-out forwards;
}
@keyframes zoomout {
  0% {
    scale: 1.25;
  }
  100% {
    scale: 1;
  }
}
.mvSlide .splide__pagination {
  justify-content: right;
  gap: 0 2.564vw;
  margin-top: 2.564vw;
  margin-right: 7.692vw;
}
.mvSlide .splide__pagination__page {
  width: 1.538vw;
  height: 1.538vw;
  background-color: #F1F1F3;
  border-radius: 50%;
}
.mvSlide .splide__pagination__page.is-active {
  background-color: #7A7C88;
}

.museum .lead {
  margin-block: 15.385vw;
}
.museum .lead__title {
  margin-bottom: 7.692vw;
}
.museum .lead__title img {
  width: 78.718vw;
}
.museum .lead__text {
  padding-inline: 7.692vw;
  font-size: var(--fs-16);
  line-height: 2;
  text-align: left;
}

.museum .info {
  background-color: rgba(250, 240, 239, .5);
}
.museum .info__list,
.museum .faq__list {
  width: 84.615vw;
  margin-inline: auto;
  font-size: var(--fs-14);
  text-align: left;
}
.museum .info__list {
  border-bottom: solid 1px #E0E0E5;
}
.museum .info__listItem {
  border-top: solid 1px #E0E0E5;
}
.museum .info__list dt {
  margin-bottom: 2.564vw;
  padding: 2.564vw;
  background-color: #F1F1F3;
}
.museum .info__list dd {
  padding: 0 2.564vw 2.564vw;
  line-height: 1.6;
}
.museum .info__list dd a {
  color: var(--colorBL);
  text-decoration: underline;
}
.museum .info__list dd ul {
  margin-top: .5em;
  font-size: var(--fs-13);
  line-height: 1.5;
}
.museum .info__list dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.museum .info__map {
  width: 84.615vw;
  margin: 10.256vw auto 0;
}
.museum .info__map iframe {
  width: 100%;
  height: 76.154vw;
}
.museum .info__btn a {
  background-color: var(--colorBL);
  color: #fff;
}

.museum .faq {
  background-color: #EEEEEF;
}
.museum .faq__listItem {
  padding-inline: 3.462vw;
  background-color: #fff;
}
.museum .faq__listItem + .faq__listItem {
  margin-top: 1.538vw;
}
.museum .faq__list dt,
.museum .faq__list dd {
  position: relative;
}
.museum .faq__list dt::before,
.museum .faq__list dd::before {
  content: '';
  position: absolute;
}
.museum .faq__list dt::before {
  top: 5.25vw;
  left: 1.25vw;
  width: 3.5vw;
  height: 4.5vw;
  background: url(../img/q.svg) center center / 100% no-repeat;
  pointer-events: none;
}
.museum .faq__listItem dd::before {
  top: 0;
  left: .75vw;
  width: 4vw;
  height: 4.5vw;
  background: url(../img/a.svg) center center / 100% no-repeat;
  transition: .5s top;
}
.museum .faq__listItem.opened dd::before {
  top: 5.25vw;
}
.museum .faq__list dt button {
  display: block;
  width: calc(100% + 6.924vw);
  margin-left: -3.462vw;
  padding: 5.128vw 13.026vw 5.128vw 11.15vw;
  line-height: 1.4;
}
.museum .faq__openCloseIcon {
  position: absolute;
  top: 7.179vw;
  right: 2vw;
  display: inline-block;
  width: 1.25em;
  height: 0.15em;
  background: currentColor;
  border-radius: 0.1em;
  color: #F2BEB9;
  line-height: 1;
  vertical-align: middle;
}
.museum .faq__openCloseIcon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  opacity: 1;
  transform: rotate(90deg);
  transition: .25s opacity;
}
.museum .opened .faq__openCloseIcon::before {
  opacity: 0;
}
.museum .faq__list dd {
  padding-left: 7.692vw;
  border-top: solid 1px #E4E4E8;
  line-height: 1.6;
}
.museum .faq__listItem.opened dd {
  padding: 4.128vw 1.026vw 5.128vw 7.692vw;
}

.museum .contact {
  padding-bottom: 20.513vw;
}
.museum .contact__subHeading {
  margin-bottom: 7.692vw;
  font-size: var(--fs-16);
}
.museum .contact__text {
  font-size: var(--fs-16);
}
.museum .contact__btn a {
  background-color: #F2BEB9;
}

@media screen and (min-width: 768px) {

  :root {
    --fs-10: 0.625rem;  /* 10px */
    --fs-11: 0.6875rem; /* 11px */
    --fs-12: 0.75rem;   /* 12px */
    --fs-13: 0.8125rem; /* 13px */
    --fs-14: 0.875rem;  /* 14px */
    --fs-15: 0.9375rem; /* 15px */
    --fs-16: 1rem;      /* 16px */
    --fs-17: 1.0625rem; /* 17px */
    --fs-18: 1.125rem;  /* 18px */
    --fs-19: 1.1875rem; /* 19px */
    --fs-20: 1.25rem;   /* 20px */
    --fs-21: 1.3125rem; /* 21px */
    --fs-22: 1.375rem;  /* 22px */
    --fs-23: 1.4375rem; /* 23px */
    --fs-24: 1.5rem;    /* 24px */
  }

  .museum .pcOnly {
    display: block;
  }

  .museum .c-sec {
    padding-block: 100px;
  }
  .museum .c-heading {
    margin-bottom: 60px;
  }
  .museum .contact .c-heading {
    margin-bottom: 20px;
  }
  .museum .c-heading img {
    height: 66px;
  }
  .museum .c-btn {
    width: 360px;
    margin-top: 80px;
  }
  .museum .c-btn a {
    padding: 23px;
    border-radius: 35px;
    font-size: var(--fs-18);
  }

  .museum .header {
    padding-block: 34px;
  }
  .museum .header__logo img {
    width: 405px;
  }

  .mvSlide .splide__pagination {
    gap: 0 12px;
    margin-top: 20px;
    margin-right: 82px;
  }
  .mvSlide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }

  .museum .lead {
    margin-block: 80px;
  }
  .museum .lead__title {
    margin-bottom: 30px;
  }
  .museum .lead__title img {
    width: 745px;
  }
  .museum .lead__text {
    text-align: center;
  }

  .museum .info__list,
  .museum .faq__list {
    max-width: 800px;
    font-size: var(--fs-16);
  }
  .museum .info__listItem {
    display: flex;
    flex-wrap: wrap;
  }
  .museum .info__list dt,
  .museum .info__list dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .museum .info__list dt {
    width: 160px;
    margin-bottom: 0;
  }
  .museum .info__list dd {
    flex: 1;
    padding: 20px 40px;
  }
  .museum .info__list dd ul {
    font-size: var(--fs-14);
  }
  .museum .info__map {
    max-width: 800px;
    margin-top: 40px;
  }
  .museum .info__map iframe {
    height: 400px;
  }

  .museum .faq__listItem {
    padding-inline: 25px;
  }
  .museum .faq__listItem + .faq__listItem {
    margin-top: 6px;
  }
  .museum .faq__list dt,
  .museum .faq__list dd {
    line-height: 1.8;
  }
  .museum .faq__list dt::before {
    top: 18px;
    left: 0;
    width: 20px;
    height: 29px;
    background: url(../img/q.svg) center center / 100% no-repeat;
  }
  .museum .faq__list dd::before {
    top: 0;
    left: 2px;
    width: 15px;
    height: 15px;
    background: url(../img/a.svg) center center / 100% no-repeat;
  }
  .museum .faq__listItem.opened dd::before {
    top: 26px;
  }
  .museum .faq__list dt button {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 20px 65px 20px 55px;
  }
  .museum .faq__openCloseIcon {
    top: 30px;
    right: 0;
  }
  .museum .faq__list dd {
    max-width: 750px;
    padding-left: 30px;
  }
  .museum .faq__listItem.opened dd {
    padding: 20px 15px 20px 30px;
  }

  .museum .contact__subHeading {
    margin-bottom: 50px;
  }
  .museum .contact__text {
    font-size: var(--fs-18);
  }
  .museum .contact__btn {
    margin-top: 50px;
  }

}