@charset "UTF-8";
/* 変数定義---------------------------- */
/* カラー・配色 */
/* フォント */
/* デバイスサイズ */
/* ヘッダーの高さ */
/* fv-wrapperのpaddingの値 */
/* 下層ページのFVの高さ */
/* ヘッダーの高さと余白の調整値（FVのサイズ調整に使用） */
/*  余白の基本値 */
/* flex */
/* コンテンツwidth */
/* TOPページ用コンテンツ見出し */
/* 下層ページ用コンテンツ見出し */
/* --------font-size-------- */
/* 共通パーツ---------------------------- */
/* デフォルトCSS */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #2c2c2c;
}

a.inline {
  text-decoration: underline;
  display: inline;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #000000;
  font-family: "Inter", sans-serif;
}

body {
  color: #000000;
  line-height: 1.6;
  font-feature-settings: "palt";
  background-color: #ffffff;
}

.main-contents {
  overflow: hidden;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

/* sp・タブレット用 */
@media only screen and (max-width: 1023px) {
  * {
    -webkit-appearance: none;
  }
  html {
    -webkit-font-smoothing: antialiased;
  }
  body {
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    font-size: 14px;
    /* sp用 */
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
  body .pc_obj {
    display: none !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .sp_obj {
    display: none !important;
  }
}
/* pc用 */
@media only screen and (min-width: 1024px) {
  body {
    min-width: 1024px;
    font-size: 16px;
  }
  .sp_obj {
    display: none !important;
  }
}
.flex-stay_row, .under-page .fv-wrapper .fv-slider .swiper-pagination_num, .museum-location .details .d-list .d-item, .location-nav .thum-links .anchor .image-link, .btn-style > .inner, .btn-style {
  display: flex;
  flex-direction: row;
}

.flex-stay_clm, .location-nav .thum-links {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-central {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-wrap_prnt {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.flex-wrap_prnt .flex-wrap_chld {
  width: 48%;
}
.flex-wrap_prnt .flex-wrap_chld_w3 {
  width: 32%;
}
.flex-wrap_prnt .flex-wrap_chld_w7 {
  width: 66%;
}
@media only screen and (max-width: 1023px) {
  .flex-wrap_prnt .flex-wrap_chld_w3,
  .flex-wrap_prnt .flex-wrap_chld_w7 {
    width: 100%;
  }
  .flex-wrap_prnt.wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .flex-wrap_prnt .flex-wrap_chld {
    width: 100%;
  }
}

.flex-wrap_prnt_2 {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.flex-wrap_prnt_2 .flex-wrap_chld {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .flex-wrap_prnt_2 .flex-wrap_chld {
    width: 100%;
  }
}

.btn-style {
  width: 100%;
  max-width: 180px;
  height: 50px;
  justify-content: center;
  transition: background 0.5s;
  padding: 4px 20px;
  position: relative;
  background-color: #000000;
  border: 1px solid #000000;
}
@media only screen and (max-width: 1023px) {
  .btn-style {
    padding: 4px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-style {
    padding: 1vw 2.5vw;
  }
}
.btn-style > .inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.btn-style > .inner .label,
.btn-style > .inner [class$=-label] {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 1rem;
  display: block;
}
.btn-style > .inner:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-style > .inner .label-wrap {
  line-height: 1;
}
.btn-style > .inner .label-wrap .s-label {
  font-size: 0.75rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .btn-style > .inner .label-wrap {
    line-height: 1.2;
  }
}
.btn-style.type-1 > .inner:after {
  background-image: url(/common/img/en-visit/icon/plus_wt.svg);
}
.btn-style.type-2 > .inner:after {
  background-image: url(/common/img/en-visit/icon/dock-window_wt.svg);
}
.btn-style.type-3 {
  background-color: #ffffff;
}
.btn-style.type-3 > .inner .label {
  color: #000000;
}
.btn-style.type-3 > .inner:after {
  border-top: 1.5px solid #000000;
  border-left: 1.5px solid #000000;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}
.btn-style:hover {
  background-color: #ffffff;
}
.btn-style:hover .label,
.btn-style:hover [class$=-label] {
  color: #000000;
}
.btn-style:hover.type-1 > .inner:after {
  background-image: url(/common/img/en-visit/icon/plus_bk.svg);
}
.btn-style:hover.type-2 > .inner:after {
  background-image: url(/common/img/en-visit/icon/dock-window_bk.svg);
}
.btn-style:hover.type-3 {
  background-color: #000000;
}
.btn-style:hover.type-3 > .inner .label {
  color: #ffffff;
}
.btn-style:hover.type-3 > .inner:after {
  border-color: #ffffff;
}
.btn-style.wide {
  max-width: 453px;
  height: 80px;
}
.btn-style.wide .inner .label {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .btn-style.wide {
    max-width: 290px;
    height: 70px;
  }
  .btn-style.wide .inner .label {
    font-size: initial;
  }
}

.btn-blank {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.btn-blank:before {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/common/img/en-visit/icon/dock-window_bk.svg);
  margin-right: 4px;
}
.btn-blank .label {
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

/* ヘッダー ---------------------------- */
.main-header {
  position: fixed;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.main-header .inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.main-header .inner .logo {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 0 10px;
}
.main-header .inner .logo .logo-link {
  text-decoration: none;
  color: #ffffff;
}
.main-header .inner .main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 48px;
}
.main-header .inner .main-menu .menu-inner {
  height: 12px;
  width: 20px;
  position: relative;
}
.main-header .inner .main-menu .menu-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: transform 0.5s;
}
.main-header .inner .main-menu .menu-bar.top-bar {
  top: 0;
  left: 0;
  transform: rotate(0deg);
}
.main-header .inner .main-menu .menu-bar.bottom-bar {
  bottom: 0;
  left: 0;
  transform: rotate(0deg);
}
.main-header .inner .main-menu.menu-open .menu-bar {
  background-color: #000000;
}
.main-header .inner .main-menu.menu-open .menu-bar.top-bar {
  top: 5px;
  left: 0;
  transform: rotate(45deg);
}
.main-header .inner .main-menu.menu-open .menu-bar.bottom-bar {
  bottom: 5px;
  left: 0;
  transform: rotate(-45deg);
}
.main-header.active .inner .logo .logo-link {
  color: #000000;
}
.main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
}
.main-header.scrolled .inner .logo .logo-link {
  color: #000000;
}
.main-header.scrolled .inner .main-menu .menu-bar {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .main-header {
    padding: 0 5vw;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .main-header .inner {
    width: 100%;
  }
  .main-header .inner .logo {
    padding: 0;
  }
  .main-header .inner .logo .logo-link {
    color: #000000;
    font-size: 1.25rem;
  }
  .main-header .inner .main-menu {
    width: auto;
  }
  .main-header .inner .main-menu .menu-bar {
    background-color: #000000;
  }
}

/* TOPページ---------------------------- */
/* first view （メインビジュアル） */
.fv-wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 20px;
  overflow: hidden;
}
.fv-wrapper .first-view {
  width: 100%;
  height: 100%;
  background-image: url(/common/img/en-visit/home_main_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv-wrapper .first-view .fv-title {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
}
.fv-wrapper .first-view .fv-title .t-text {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .fv-wrapper .first-view .fv-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fv-wrapper {
    padding: 5vw;
  }
  .fv-wrapper .first-view {
    margin-top: calc(64px - 5vw);
    height: calc(100% - calc(64px - 5vw));
    background-image: url(/common/img/en-visit/home_main_sp.webp);
    align-items: flex-start;
    justify-content: flex-end;
  }
  .fv-wrapper .first-view .fv-title {
    text-align: left;
    padding: 5vw;
    font-size: 12vw;
  }
}

/* first-caption */
.first-caption {
  margin: 32px 64px 64px;
  text-align: center;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .first-caption {
    margin: 1.5vw 5vw 3.5vw;
    text-align: left;
    font-size: 5.2vw;
  }
}

/* Our Locations */
.our-locations {
  padding: 0 20px;
  margin-bottom: 80px;
}
.our-locations .title {
  text-align: center;
  margin-bottom: 32px;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .our-locations .title {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .our-locations {
    padding: 5vw;
    margin-bottom: calc(13vw);
  }
  .our-locations .title {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .our-locations .jp-map {
    width: 100%;
    margin-bottom: 5vw;
  }
}

/* Location-nav , slide-menu */
.location-nav {
  width: 100%;
  gap: 20px;
  justify-content: center;
}
.location-nav .jp-map {
  width: 40vw;
}
.location-nav .thum-links {
  width: calc(25vw - 20px);
  gap: 2.3vw;
}
.location-nav .thum-links .thum-title {
  margin-top: 1.5vw;
  font-size: 1.25rem;
}
.location-nav .thum-links .anchor {
  transition: opacity 0.5s, transform 0.5s;
}
.location-nav .thum-links .anchor .image-link {
  gap: 2%;
  align-items: center;
}
.location-nav .thum-links .anchor .image-link .img-frame {
  overflow: hidden;
  max-width: 120px;
  width: 39%;
}
@media only screen and (min-width: 768px) {
  .location-nav .thum-links .anchor .image-link .img-frame {
    width: 6vw;
  }
}
.location-nav .thum-links .anchor .image-link .img-frame img {
  transition: opacity 0.5s, transform 0.5s;
  transform: scale(1);
}
.location-nav .thum-links .anchor .image-link .thum-text {
  font-weight: bold;
  width: 59%;
  font-size: 1vw;
}
.location-nav .thum-links .anchor:hover {
  opacity: 0.6;
}
.location-nav .thum-links .anchor:hover .image-link .img-frame {
  overflow: hidden;
  max-width: 120px;
}
.location-nav .thum-links .anchor:hover .image-link .img-frame img {
  transform: scale(1.05);
}
.location-nav .thum-links.east {
  justify-content: center;
}
.location-nav .thum-links.west .anchor .image-link {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .location-nav .thum-links.west {
    justify-content: flex-end;
    position: relative;
    bottom: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .location-nav {
    gap: 5vw;
    width: 100%;
    flex-wrap: wrap-reverse;
  }
  .location-nav .thum-links {
    width: 100%;
    gap: 3.5vw;
  }
  .location-nav .thum-links .anchor .image-link .thum-text {
    width: 100%;
    font-size: 1rem;
  }
  .location-nav .thum-links.west .anchor .image-link {
    flex-direction: row;
  }
}
@media only screen and (min-width: 2000px) {
  .location-nav {
    max-width: 2000px;
    margin: 0 auto;
  }
  .location-nav .jp-map {
    width: 40%;
  }
  .location-nav .thum-links {
    width: 25%;
    gap: 45px;
  }
}

/* Museum Location */
.museum-location {
  padding: 0 20px;
}
.museum-location > .inner {
  padding: 80px 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.museum-location > .inner > .location-wrapper:last-child {
  margin-bottom: 0;
}
.museum-location > .inner .location-wrapper {
  align-items: flex-start;
  margin-bottom: 60px;
}
.museum-location .location-slider {
  position: relative;
  margin-bottom: 40px;
}
.museum-location .location-slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.museum-location .location-slider p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-right: 200px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.museum-location .location-slider .swiper-pagination {
  left: auto;
  right: 10px;
  width: auto;
  text-align: right;
}
.museum-location .location-slider .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.museum-location .location-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d4c69b;
}
@media only screen and (min-width: 1023px) {
  .museum-location .location-slider.flex-wrap_chld_w7, .museum-location .location-slider.flex-wrap_chld_w3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .museum-location .location-slider {
    margin-bottom: 5vw;
  }
}
.museum-location .btn-wrap {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .museum-location .btn-wrap {
    gap: 4%;
  }
  .museum-location .btn-wrap .btn-style {
    width: 48%;
    max-width: 100%;
  }
}
.museum-location .title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .museum-location .title {
    font-size: 8vw;
  }
}
.museum-location .title .s-text {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 8px;
}
.museum-location .cap {
  margin-bottom: 48px;
}
.museum-location .details .logo {
  max-width: 124px;
  margin-bottom: 12px;
}
.museum-location .details .logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.museum-location .details .logo img.half-size {
  width: 50%;
}
.museum-location .details .details-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.25rem;
}
.museum-location .details .d-list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  line-height: 1.333em;
}
.museum-location .details .d-list .d-item {
  align-items: center;
}
.museum-location .details .d-list .d-item .d-icon {
  flex-shrink: 0;
  width: 1.5em;
  margin-right: 0.25em;
}
.museum-location .details .d-list .d-item.last_entry .d-icon {
  padding: 2px;
}
.museum-location .details .d-list.flex-wrap {
  flex-direction: row;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .museum-location {
    padding: 0;
  }
  .museum-location > .inner {
    padding: 18vw 5vw;
  }
  .museum-location > .inner .location-wrapper {
    margin-bottom: 18vw;
  }
  .museum-location .title {
    margin-bottom: 3.5vw;
  }
  .museum-location .cap {
    margin-bottom: 5vw;
  }
  .museum-location .details .logo {
    margin-bottom: 3.5vw;
    width: 24vw;
  }
  .museum-location .details .details-title {
    margin-bottom: 3.5vw;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .museum-location .details .d-list {
    margin-bottom: 5vw;
  }
  .museum-location .details .d-list.flex-wrap {
    flex-direction: column;
    gap: 1.5vw;
  }
}

/* スライドメニュー */
@keyframes scale-fadein {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-fadeout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.sd-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 1s ease;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: auto;
  z-index: -1;
  opacity: 0;
}
.sd-menu-container .menu-g-nav-container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sd-menu-container .menu-g-nav-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sd-menu-container .menu-g-nav-container {
    padding: 0 5vw 5vw;
    margin: 64px auto 0;
  }
}
.sd-menu-container.sd-open {
  z-index: 50;
  width: 100%;
  opacity: 1;
  animation: scale-fadein 1.3s ease;
}
.sd-menu-container.sd-open .menu-g-nav-container .menu-item {
  opacity: 1;
}
.sd-menu-container.sd-open .menu-g-nav-container .menu-item a {
  word-break: break-all;
}
.sd-menu-container:not(.sd-open) {
  transition: all 1.5s ease;
  animation: scale-fadeout 1s ease;
}

/* 下層ページ---------------------------- */
.under-page .fv-wrapper .fv-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.under-page .fv-wrapper .fv-slider .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.under-page .fv-wrapper .fv-slider .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-right: 100px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.under-page .fv-wrapper .fv-slider .swiper-pagination_num {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1rem;
  z-index: 1;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.95);
  top: unset;
  left: unset;
  max-width: 80px;
  justify-content: center;
  align-items: baseline;
  padding: 0 0.5em;
  font-weight: 500;
  font-size: 0.75rem;
  width: auto;
}
.under-page .fv-wrapper .fv-slider .swiper-pagination_num [class$=-current] {
  font-size: 1.25rem;
  padding: 0 0.25em 0 0.1em;
}
.under-page .fv-wrapper .fv-slider .swiper-pagination_num [class$=-total] {
  padding-left: 0.25em;
}
@media only screen and (max-width: 767px) {
  .under-page .fv-wrapper {
    padding: 5vw;
    height: 85svh;
  }
  .under-page .fv-wrapper .fv-slider {
    margin-top: calc(64px - 5vw);
    height: calc(100% - calc(64px - 5vw));
  }
}
.under-page.page-momat .details-area .museum-logo {
  max-width: 180px;
}
.under-page.page-nact .details-area .museum-logo {
  max-width: 240px;
}
.under-page.page-nfaj .details-area .museum-logo {
  max-width: 100px;
}
.under-page.page-nmwa .details-area .museum-logo {
  max-width: 120px;
}
.under-page.page-ncm .details-area .museum-logo {
  max-width: 200px;
}
.under-page.page-momak .details-area .museum-logo {
  max-width: 180px;
}
.under-page.page-nmao .details-area .museum-logo {
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .under-page.page-momat .details-area .museum-logo {
    max-width: 30vw;
  }
  .under-page.page-nact .details-area .museum-logo {
    max-width: 36vw;
  }
  .under-page.page-nfaj .details-area .museum-logo {
    max-width: 18vw;
  }
  .under-page.page-nmwa .details-area .museum-logo {
    max-width: 22vw;
  }
  .under-page.page-ncm .details-area .museum-logo {
    max-width: 34vw;
  }
  .under-page.page-momak .details-area .museum-logo {
    max-width: 30vw;
  }
  .under-page.page-nmao .details-area .museum-logo {
    max-width: 20vw;
  }
}
.under-page .details-area {
  /* About Museum */
  /* Collection Highlights */
  /* Nearby Attractions */
  /* Nearby Attractions */
}
.under-page .details-area .main-title {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw;
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  font-weight: normal;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
}
.under-page .details-area .museum-logo {
  margin: 0 auto 24px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .main-title {
    font-size: 8vw;
    margin-bottom: 12vw;
    padding: 0 5vw;
  }
}
.under-page .details-area .about-museum {
  padding: 0 20px 80px;
}
.under-page .details-area .about-museum > .title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .about-museum > .title {
    font-size: 6vw;
  }
}
.under-page .details-area .about-museum .am-details {
  align-items: center;
  margin-bottom: 80px;
}
.under-page .details-area .about-museum .am-details .museum-text .title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.under-page .details-area .about-museum .am-details .museum-text .cap {
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .under-page .details-area .about-museum .am-details {
    align-items: flex-start;
  }
}
.under-page .details-area .about-museum .btn-style {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .about-museum {
    padding: 0 5vw 18vw;
  }
  .under-page .details-area .about-museum > .title {
    margin-bottom: 5vw;
  }
  .under-page .details-area .about-museum .am-details {
    margin-bottom: 18vw;
  }
  .under-page .details-area .about-museum .am-details .museum-image {
    margin-bottom: 5vw;
  }
  .under-page .details-area .about-museum .am-details .museum-text .title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .under-page .details-area .about-museum .btn-style {
    margin: 0 auto;
  }
}
.under-page .details-area .collection {
  padding: 80px 20px;
  background-color: #f2f2f2;
}
.under-page .details-area .collection .title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .collection .title {
    font-size: 6vw;
  }
}
.under-page .details-area .collection .ch-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.under-page .details-area .collection .ch-wrapper .collection-image .img-inner .img-half {
  width: 50%;
}
.under-page .details-area .collection .ch-wrapper .collection-image figure + figure {
  margin-top: 32px;
}
.under-page .details-area .collection .ch-wrapper .collection-image .cap {
  margin-top: 12px;
  font-size: 0.75rem;
}
.under-page .details-area .collection .ch-wrapper > .collection-image {
  margin-bottom: 32px;
}
.under-page .details-area .collection .ch-wrapper .img-wrap {
  display: flex;
  gap: 4%;
}
.under-page .details-area .collection .ch-wrapper .img-wrap + .img-wrap {
  margin-top: 4%;
}
.under-page .details-area .collection .ch-wrapper .img-wrap .collection-image {
  width: 30.666%;
}
.under-page .details-area .collection .ch-wrapper .img-wrap.column2 .collection-image {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .collection {
    padding: 18vw 5vw;
  }
  .under-page .details-area .collection .title {
    margin-bottom: 5vw;
  }
  .under-page .details-area .collection .ch-wrapper .collection-image {
    margin-bottom: 5vw;
  }
  .under-page .details-area .collection .ch-wrapper .collection-image:nth-last-child(1) {
    margin-bottom: 0;
  }
  .under-page .details-area .collection .ch-wrapper .collection-image .img-inner .img-half {
    width: 100%;
  }
  .under-page .details-area .collection .ch-wrapper .collection-image .img-inner .img-half:first-child {
    margin-bottom: 1.5vw;
  }
  .under-page .details-area .collection .ch-wrapper .collection-image figure + figure {
    margin-top: 5vw;
  }
  .under-page .details-area .collection .ch-wrapper .collection-image .cap {
    margin-top: 1.5vw;
  }
  .under-page .details-area .collection .ch-wrapper .img-wrap {
    flex-wrap: wrap;
  }
  .under-page .details-area .collection .ch-wrapper .img-wrap .collection-image {
    width: 100%;
    max-width: 100% !important;
  }
  .under-page .details-area .collection .ch-wrapper .img-wrap .collection-image img {
    max-height: none;
  }
  .under-page .details-area .collection .ch-wrapper .img-wrap.column2 .collection-image {
    width: 100%;
  }
}
.under-page .details-area .about-museum + .attractions {
  padding: 0 0 80px 20px;
}
.under-page .details-area .attractions {
  padding: 80px 0 80px 20px;
}
.under-page .details-area .attractions .title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .attractions .title {
    font-size: 6vw;
  }
}
.under-page .details-area .attractions > .cap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .attractions {
    padding: 18vw 0 18vw 5vw;
  }
  .under-page .details-area .attractions .title {
    margin-bottom: 5vw;
  }
  .under-page .details-area .attractions > .cap {
    width: 100%;
    padding-right: 5vw;
    margin-bottom: 5vw;
  }
}
.under-page .details-area .attractions .attractions-slider {
  position: relative;
  padding-right: 80px;
}
.under-page .details-area .attractions .attractions-slider [class^=swiper-button] {
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 16px -6px;
}
.under-page .details-area .attractions .attractions-slider [class^=swiper-button]::after {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}
.under-page .details-area .attractions .attractions-slider .swiper-wrapper {
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .under-page .details-area .attractions .attractions-slider {
    padding-right: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .attractions .attractions-slider .swiper-wrapper {
    gap: 1.5vw;
  }
  .under-page .details-area .attractions .attractions-slider .swiper-wrapper .swiper-slide .cap {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 1.5vw;
  }
}
.under-page .details-area .visit {
  padding: 80px 0;
  margin: 0 20px;
  border-top: 1px solid #000000;
}
.under-page .details-area .visit .title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .visit .title {
    font-size: 6vw;
  }
}
.under-page .details-area .visit .va-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.under-page .details-area .visit .va-title img {
  margin-right: 8px;
  width: 36px;
}
.under-page .details-area .visit .visit-asidies {
  border: 1px solid #000000;
  margin-bottom: 24px;
}
.under-page .details-area .visit .visit-asidies .va-unit {
  width: 33%;
  flex-grow: 1;
  border-right: 1px solid #000000;
  padding: 24px;
}
.under-page .details-area .visit .visit-asidies .va-unit:last-child {
  border-right: none;
}
.under-page .details-area .visit .visit-asidies .va-unit:last-child .va-title img {
  width: 32px;
}
.under-page .details-area .visit .visit-asidies .va-unit .va-inner {
  margin-top: 16px;
}
.under-page .details-area .visit .visit-asidies .va-unit .va-inner .va-text {
  text-align: center;
}
.under-page .details-area .visit .visit-asidies .va-unit .va-inner .va-text + .va-text {
  margin-top: 16px;
}
.under-page .details-area .visit .visit-asidies .va-unit .va-inner .address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .visit .visit-asidies .va-unit {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
    padding: 3.5vw;
  }
  .under-page .details-area .visit .visit-asidies .va-unit:last-child {
    border-bottom: none;
  }
  .under-page .details-area .visit .visit-asidies .va-unit:last-child .va-title img {
    width: 5.5vw;
  }
  .under-page .details-area .visit .visit-asidies .va-unit .va-title {
    justify-content: unset;
  }
  .under-page .details-area .visit .visit-asidies .va-unit .va-inner .va-text {
    text-align: left;
  }
  .under-page .details-area .visit .visit-asidies .va-unit .va-inner .route-link {
    display: inline-flex;
  }
}
.under-page .details-area .visit .cap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.under-page .details-area .visit .access-map {
  margin-bottom: 40px;
}
.under-page .details-area .visit .access-map iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-height: 680px;
}
.under-page .details-area .visit .accessibility {
  border: 1px solid #000000;
  padding: 24px;
}
.under-page .details-area .visit .accessibility .va-inner {
  justify-content: space-between;
  margin-top: 24px;
}
.under-page .details-area .visit .accessibility .va-inner .a-list {
  width: 31.3%;
}
.under-page .details-area .visit .accessibility .va-inner .a-list .a-item {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
.under-page .details-area .visit .accessibility .va-inner .a-list .a-item::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/common/img/en-visit/icon/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.under-page .details-area .visit .accessibility .va-inner .a-list .a-item .a-text {
  width: calc(99% - 16px);
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .visit .accessibility {
    padding: 5vw;
  }
  .under-page .details-area .visit .accessibility .va-inner {
    margin-top: 5vw;
  }
  .under-page .details-area .visit .accessibility .va-inner .a-list {
    width: 100%;
    margin-bottom: 1.5vw;
  }
  .under-page .details-area .visit .accessibility .va-inner .a-list:last-child {
    margin-bottom: 0;
  }
  .under-page .details-area .visit .accessibility .va-inner .a-list .a-item {
    margin-bottom: 1.5vw;
  }
  .under-page .details-area .visit .accessibility .va-inner .a-list .a-item:last-child {
    margin-bottom: 0;
  }
  .under-page .details-area .visit .accessibility .va-inner .a-list .a-item::before {
    width: 4vw;
    height: 4vw;
    background-position: center 0.5vw;
  }
  .under-page .details-area .visit .accessibility .va-inner .a-list .a-item .a-text {
    width: calc(99% - 4vw);
  }
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .visit {
    padding: 18vw 5vw;
    margin: 0;
  }
  .under-page .details-area .visit .title {
    margin-bottom: 5vw;
  }
  .under-page .details-area .visit .va-title img {
    margin-right: 1.5vw;
    width: 6vw;
  }
  .under-page .details-area .visit .cap {
    width: 100%;
    margin-bottom: 8vw;
  }
  .under-page .details-area .visit .access-map {
    margin-bottom: 8vw;
  }
  .under-page .details-area .visit .access-map iframe {
    aspect-ratio: 5/7;
  }
}
.under-page .details-area .sns {
  padding: 80px 0;
  padding-top: 0;
  margin: 0 20px;
  border-bottom: 1px solid #000000;
}
.under-page .details-area .sns .title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .sns .title {
    font-size: 6vw;
  }
}
.under-page .details-area .sns .sns-asidies {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
}
.under-page .details-area .sns .sns-asidies .sns-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.under-page .details-area .sns .btn-style.type-2 {
  margin: 0 auto 80px;
}
.under-page .details-area .sns .btn-style.type-3 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .under-page .details-area .sns {
    padding: 0 5vw 18vw;
    margin: 0;
  }
  .under-page .details-area .sns .title {
    margin-bottom: 5vw;
  }
  .under-page .details-area .sns .sns-asidies {
    gap: 5vw;
    margin-bottom: 8vw;
  }
  .under-page .details-area .sns .btn-style.type-2 {
    margin: 0 auto 8vw;
  }
}

/* フッター ---------------------------- */
.main-footer {
  padding: 0 20px;
  text-align: center;
}
.main-footer .inner {
  margin: 80px auto;
}
.main-footer .inner .footer-title .logo-link {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 35px;
  line-height: normal;
}
.main-footer .inner .footer-title .logo-link .s-text {
  font-size: 0.875rem;
  font-weight: normal;
}
.main-footer .inner .footer-title .logo-link .b-text {
  font-size: 1.25rem;
  font-weight: bold;
}
.main-footer .inner .copyright {
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-footer {
    padding: 0 5vw;
  }
  .main-footer .inner {
    margin: 18vw auto;
  }
  .main-footer .inner .footer-title .logo-link {
    margin-bottom: 5vw;
  }
}/*# sourceMappingURL=style.css.map */