@charset "UTF-8";
/* -------------------------------------------------- 
-- : Setting
 -------------------------------------------------- */
body {
  font-family: ten-mincho, serif;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  color: #282322;
  min-width: 320px;
}

body.zh {
  font-family: fzfangsong-gb18030, serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #282322;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5 {
  font-size: 100%;
  margin: 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
ol,
ul, li {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  background-color: transparent;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*==================================================
	Add code by SECT
================================================== */
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  margin: 0;
}

picture, source {
  display: block;
}

ol, ul {
  list-style: none;
}

.header {
  background: #2d2722;
  color: #fff;
  position: relative;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.header__items {
  display: flex;
}

.header__menu {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

.header__menuitem a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 18px 48px;
  position: relative;
  font-size: 14px;
  line-height: 44px;
}

.header__menuitem a::after {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 18px;
  background: #fff;
}

.header__lang {
  display: flex;
  flex-direction: row-reverse;
  padding: 18px 48px;
}

@media only screen and (max-width: 767px) {
  .header__lang {
    padding: 0;
    align-items: center;
    margin-left: 8vw;
  }
}

.header__logo {
  width: 82px;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -41px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    display: block;
    width: 12.3vw;
    top: 2.25vw;
    margin-left: -6.15vw;
  }
}

.lang-item {
  color: #979492;
}

.lang-item a {
  color: #979492;
  text-decoration: none;
  font-size: 14px;
  line-height: 44px;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
}

@media only screen and (max-width: 767px) {
  .lang-item a {
    font-size: 2.8vw;
  }
}

.lang-item a:hover {
  color: #fff;
}

.lang-item-en::after, .lang-item-zh::after {
  content: "/";
  color: #979492;
}

.lang-item.current-lang a {
  pointer-events: none;
  color: #fff;
}

.gnavi__content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  padding: 0 0 90px 0;
  height: 100%;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
  background: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gnavi__item {
  margin: 20px 0;
}

.gnavi__item--maplink {
  display: none;
}

@media only screen and (max-width: 599px) {
  .gnavi__item--maplink {
    display: block;
  }
}

.gnavi__unshown {
  display: none;
}

.gnavi__open {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  padding: 20px 0 0 20px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .gnavi__open {
    padding: 4.8vw 0 0 4vw;
    width: 12vw;
    height: 12vw;
  }
}

.gnavi__open span {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 32px;
  /*長さ*/
  border-radius: 1px;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.4s;
}

.gnavi__open span:nth-of-type(1) {
  top: 30px;
}

.gnavi__open span:nth-of-type(2) {
  top: 40px;
}

.gnavi__open span:nth-of-type(3) {
  top: 50px;
}

@media only screen and (max-width: 767px) {
  .gnavi__open span {
    height: 0.15vw;
    width: 4.8vw;
  }
  .gnavi__open span:nth-of-type(1) {
    top: 4.5vw;
  }
  .gnavi__open span:nth-of-type(2) {
    top: 6vw;
  }
  .gnavi__open span:nth-of-type(3) {
    top: 7.5vw;
  }
}

.gnavi__close {
  background: #fff;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.gnavi__input:checked ~ .gnavi__open span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background: #282322;
}

@media only screen and (max-width: 767px) {
  .gnavi__input:checked ~ .gnavi__open span:nth-of-type(1) {
    transform: translateY(1.5vw) rotate(-45deg);
  }
}

.gnavi__input:checked ~ .gnavi__open span:nth-of-type(2) {
  opacity: 0;
}

.gnavi__input:checked ~ .gnavi__open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background: #282322;
}

@media only screen and (max-width: 767px) {
  .gnavi__input:checked ~ .gnavi__open span:nth-of-type(3) {
    transform: translateY(-1.5vw) rotate(45deg);
  }
}

.gnavi__input:checked ~ .gnavi__close {
  opacity: 0.8;
  left: 0;
  pointer-events: auto;
}

.gnavi__input:checked ~ .gnavi__content {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding: 0 20px 40px;
}

.footer__inner {
  max-width: 800px;
  margin: auto;
}

.footer__logo {
  width: 155px;
  margin: auto;
  padding: 80px 0 70px;
}

@media only screen and (max-width: 599px) {
  .footer__logo {
    width: 22.4vw;
    margin: auto;
    padding: 9.6vw 0;
  }
}

.footer__address, .footer__youtube {
  border-bottom: 1px solid #000;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  padding: 16px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 599px) {
  .footer__address, .footer__youtube {
    font-size: 3.6vw;
  }
}

.footer__address br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__address br {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .footer__address span {
    display: none;
  }
}

.footer__address--ninohoe {
  border-top: 1px solid #000;
}

.footer__youtube {
  padding: 0;
}

.footer__youtube a {
  display: block;
  padding: 16px 0;
  color: #e13500;
  text-decoration: none;
  transition: all 0.5s;
}

.footer__youtube a:hover {
  opacity: 0.5;
}

.footer__banners {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .footer__banners {
    padding: 6.4vw 0 3.2vw;
  }
}

.footer__banners ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.footer__banners ul::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .footer__banners ul::after {
    width: 32%;
  }
}

.footer__banners ul li {
  width: 15%;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .footer__banners ul li {
    width: 32%;
    margin-bottom: 3.2vw;
  }
}

.footer__banners ul li img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 80px;
}

.footer__banners ul li a {
  transition: all 0.5s;
  display: block;
}

.footer__banners ul li a:hover {
  opacity: 0.5;
}

.footer__copyright {
  text-align: center;
  padding: 40px 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.single-audioguide .footer {
  padding-bottom: 160px;
}

/*===============================
　-- : HOME
===============================*/
.home .header__logo a {
  pointer-events: none;
  display: block;
  line-height: 1;
}

.keyvisual {
  height: 600px;
  background-image: url("../img/kv_pc.jpg");
  background-image: image-set(url("../img/kv_pc.jpg") 1x, url("../img/kv_pc@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/kv_pc.jpg") 1x, url("../img/kv_pc@2x.jpg") 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 599px) {
  .keyvisual {
    background-image: url(../img/kv_sp.jpg);
    background-size: cover;
    height: 120vw;
    margin-bottom: 8vw;
  }
}

.keyvisual__title {
  width: 160px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .keyvisual__title {
    width: 28vw;
  }
}

.greeting {
  padding-top: 60px;
  margin: -60px 0 100px;
}

@media only screen and (max-width: 599px) {
  .greeting {
    padding: 12vw 4vw 0;
    margin: -12vw 0 18vw;
  }
}

.greeting__header {
  max-width: 650px;
  margin: 0 auto 90px;
}

@media only screen and (max-width: 599px) {
  .greeting__header {
    margin: 0 auto 5.6vw;
    padding: 0 4vw;
  }
}

.greeting__title {
  width: 336px;
  margin: 0 auto 42px;
}

@media only screen and (max-width: 599px) {
  .greeting__title {
    width: 67.2vw;
  }
}

.greeting__text {
  font-size: 18px;
  line-height: 2.1;
}

@media only screen and (max-width: 599px) {
  .greeting__text {
    font-size: 3.6vw;
  }
}

.greeting__calousel {
  width: 100%;
  overflow: hidden;
}

.greeting__imgs {
  max-width: 660px;
  margin: auto;
}

.greeting__imgs .slick-list {
  overflow: visible;
}

.greeting__img {
  margin: 0 5px;
}

@media only screen and (max-width: 599px) {
  .greeting__img {
    margin: 0;
  }
}

.audioGuide {
  margin: -60px 0 80px;
  padding: 60px 0 0;
}

@media only screen and (max-width: 599px) {
  .audioGuide {
    margin: 0 0 8vw;
    padding: 0 4vw;
  }
}

.audioGuide__header {
  max-width: 650px;
  margin: 0 auto;
}

.audioGuide__title {
  width: 382px;
  margin: 0 auto 42px;
}

@media only screen and (max-width: 599px) {
  .audioGuide__title {
    width: 76.4vw;
  }
}

.audioGuide__lead {
  font-size: 18px;
  line-height: 2.1;
  margin: 0 0 15px;
}

@media only screen and (max-width: 599px) {
  .audioGuide__lead {
    font-size: 3.6vw;
  }
}

.audioGuide__notice {
  margin: 0 0 60px;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .audioGuide__notice {
    margin: 0 0 16vw;
    font-size: 3.6vw;
  }
}

.audioGuide__contents {
  max-width: 1130px;
  margin: auto;
}

.audioGuide__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

@media only screen and (max-width: 599px) {
  .audioGuide__items {
    padding: 0;
  }
}

.audioGuide__item {
  width: 32.11%;
  margin-bottom: 1.835%;
  background: #e9e8e6;
}

.audioGuide__item.none {
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 959px) {
  .audioGuide__item {
    width: 48.8%;
    max-width: 48.8%;
  }
}

@media only screen and (max-width: 599px) {
  .audioGuide__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4vw;
  }
}

.audioGuide__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background: #e9e8e6;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}

@media only screen and (max-width: 599px) {
  .audioGuide__link {
    padding: 4vw 4vw 6vw;
    display: block;
  }
}

.audioGuide__link img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.audioGuide__link:hover {
  opacity: 0.5;
}

.audioGuide__link:hover img {
  transform: scale(1.05, 1.05);
}

.audioGuide__img {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .audioGuide__img {
    margin: 0 0 6vw;
  }
}

.audioGuide__icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icon_volume.svg) center no-repeat;
  background-size: 21px auto;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 25px;
}

@media only screen and (max-width: 599px) {
  .audioGuide__icon {
    width: 10.6vw;
    height: 10.6vw;
    border-radius: 5.3vw;
    margin-left: -5.3vw;
    margin-top: -5.3vw;
  }
}

.audioGuide__num {
  display: block;
  font-size: 25px;
  line-height: 1;
  margin: 20px 0 10px;
  font-family: 'A+EqpB-游ゴシック体 Pr6N B';
}

@media only screen and (max-width: 599px) {
  .audioGuide__num {
    display: inline-block;
    font-size: 4vw;
    margin: 0;
  }
  .audioGuide__num::after {
    content: ".";
  }
}

.audioGuide__text {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: 'A+EqpB-游ゴシック体 Pr6N B';
}

@media only screen and (max-width: 599px) {
  .audioGuide__text {
    display: inline-block;
    font-size: 4vw;
  }
}

.audioGuide__more {
  width: 31%;
  margin: auto;
  padding: 20px 0 0;
}

@media only screen and (max-width: 599px) {
  .audioGuide__more {
    padding: 4vw 0 0;
    width: 60vw;
  }
}

.audioGuide__more a {
  display: block;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  transition: all 0.5s;
}

@media only screen and (max-width: 599px) {
  .audioGuide__more a {
    font-size: 3.6vw;
    line-height: 15vw;
  }
}

.audioGuide__more a:hover {
  background: #000;
  color: #fff;
}

.archive .audioGuide {
  padding-top: 230px;
}

@media only screen and (max-width: 599px) {
  .archive .audioGuide {
    padding-top: 18vw;
  }
}

.archive .audioGuide__title {
  margin-bottom: 170px;
}

@media only screen and (max-width: 599px) {
  .archive .audioGuide__title {
    margin-bottom: 18vw;
  }
}

.movie {
  padding: 0 20px;
  transition: all .3s;
}

.movie:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 599px) {
  .movie {
    padding: 0 4vw;
  }
}

.movie__inner {
  max-width: 1090px;
  margin: 0 auto 40px;
  position: relative;
}

.movie__cover {
  position: relative;
  z-index: 20;
  cursor: pointer;
}

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

.movie__icon {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/icon_play.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 40px;
}

@media only screen and (max-width: 599px) {
  .movie__icon {
    width: 14vw;
    height: 14vw;
    margin-left: -7vw;
    margin-top: -7vw;
    border-radius: 7vw;
  }
}

.movie__player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.movie__player iframe {
  width: 100%;
  height: 100%;
}

.map {
  margin-top: -60px;
  padding: 60px 20px 0;
}

@media only screen and (max-width: 599px) {
  .map {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.map__inner {
  max-width: 1090px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .map__inner {
    display: none;
  }
}

.map iframe {
  border: 0;
  width: 100%;
}

.maplink {
  display: none;
}

@media only screen and (max-width: 599px) {
  .maplink {
    display: block;
  }
}

.maplink__items {
  border-bottom: 1px solid #282322;
}

.maplink__link {
  display: block;
  border-left: 1px solid #282322;
  border-right: 1px solid #282322;
  border-top: 1px solid #282322;
  background: #eae9e7;
  font-size: 3.6vw;
  text-align: center;
  padding: 3.8vw;
  letter-spacing: 0.15em;
}

.maplink .slick-prev {
  border-right-color: #000;
}

.maplink .slick-next {
  border-left-color: #000;
}

.maplink .slick-dots button {
  background-color: #000;
}

/*===============================
　-- : Slick Setting
===============================*/
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 20px;
}

.slick-dots li {
  margin: 0 5px;
  opacity: .5;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots button {
  border: 0;
  background: #fff;
  width: 10px;
  height: 10px;
  display: block;
  font-size: 10px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 5px;
}

.slick-arrow {
  position: absolute;
  bottom: 12px;
  z-index: 5;
  border: 0;
  font-size: 10px;
  text-indent: -9999px;
  overflow: hidden;
  width: 0;
  height: 0;
  border: 8px solid transparent;
}

.slick-prev {
  left: 20px;
  border-right: 15px solid #fff;
}

.slick-next {
  right: 20px;
  border-left: 15px solid #fff;
}

/*===============================
　-- : Audio Guide
===============================*/
.articleHeader {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .articleHeader {
    flex-direction: column;
    padding: 12vw 4vw 4vw;
  }
}

.articleHeader__left {
  width: 32.5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .articleHeader__left {
    width: 100%;
  }
}

.articleHeader__right {
  width: 62.5vw;
}

@media only screen and (max-width: 767px) {
  .articleHeader__right {
    width: 100%;
  }
}

.articleHeader__num {
  text-align: center;
  width: 125px;
  margin: auto;
  background: url(../img/det_ttl_pc.svg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 3.3333333vw;
}

@media only screen and (max-width: 767px) {
  .articleHeader__num {
    width: 100%;
    padding: 0 0 4.4vw;
    background: url(../img/det_ttl_sp.svg) center no-repeat;
    background-size: 51.6vw auto;
  }
}

.articleHeader__num img {
  width: auto;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .articleHeader__num img {
    height: 12vw;
  }
}

.articleHeader__title {
  padding: 4.25vw 0 0 0;
  font-family: 　 "A+EqpB-游ゴシック体 Pr6N B";
  text-align: center;
  font-size: 1.833333333vw;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .articleHeader__title {
    font-size: 4.4vw;
    padding: 0 0 10vw;
  }
}

.articleContents {
  background: #eae8e6;
  padding: 12vw 20px;
}

@media only screen and (max-width: 599px) {
  .articleContents {
    padding: 12vw 4vw;
  }
}

.articleContents__inner {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.1;
}

@media only screen and (max-width: 599px) {
  .articleContents__inner {
    font-size: 3.6vw;
  }
}

.articleContents p {
  margin-bottom: 2em;
}

.articleContents p:last-child {
  margin-bottom: 0;
}

.articleContents p a {
  color: #E13500;
  text-decoration: underline;
  transition: all 0.3s;
}

.articleContents p a:hover {
  opacity: 0.5;
}

.articleNavi {
  background: #eae8e6;
  padding: 0 20px 85px;
}

@media only screen and (max-width: 599px) {
  .articleNavi {
    padding: 0;
  }
}

.articleNavi__list {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .articleNavi__list {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

.articleNavi__item {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .articleNavi__item {
    flex-grow: 1;
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .articleNavi__item {
    font-size: 2.8vw;
  }
}

.articleNavi__prev, .articleNavi__next {
  border: 1px solid #000;
}

.articleNavi__top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  white-space: nowrap;
}

.articleNavi__link, .articleNavi__nolink {
  display: block;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .articleNavi__link, .articleNavi__nolink {
    padding: 4vw 0;
    width: 100%;
  }
}

.articleNavi__link:hover, .articleNavi__nolink:hover {
  background: #000;
  color: #fff;
}

.articleNavi__nolink {
  pointer-events: none;
  opacity: 0.3;
}

@media only screen and (max-width: 767px) {
  .articleNavi__title {
    display: none;
  }
}

.meks-ap-player {
  padding: 0;
  max-width: 650px;
  margin: 0 auto;
}

/*===================================================================英語*/
.en {
  letter-spacing: 0.02em;
  /*===============================
    　-- : COMMON PARTS
    ===============================*/
  /*===============================
    　-- : HOME
    ===============================*/
  /*===============================
    　-- : AudioGuideページ
    ===============================*/
}

@media only screen and (max-width: 959px) {
  .en .header__menuitem a {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.en .footer__address {
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.en .footer__address br {
  display: inline;
}

.en .footer__copyright {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.en .greeting__text {
  line-height: 1.55;
}

.en .audioGuide__lead {
  line-height: 1.55;
}

.en .audioGuide__notice {
  margin-top: 2em;
}

.en .audioGuide__num {
  font-family: work-sans, sans-serif;
}

.en .audioGuide__text {
  font-family: work-sans, sans-serif;
  font-size: 17px;
  letter-spacing: 0.035em;
}

.en .maplink__link {
  letter-spacing: 0.02em;
}

.en .articleHeader__title {
  font-size: 2.33333333vw;
  font-weight: 400;
  font-family: work-sans, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .en .articleHeader__title {
    font-size: 5.6vw;
  }
}

.en .articleContents__inner {
  line-height: 1.55;
}

.en .articleNavi__list {
  max-width: 850px;
  margin: 0 auto;
}

.en .articleNavi__item {
  width: 33%;
  text-align: center;
}

.en .articleNavi__top {
  width: 34%;
}

.en .articleNavi__title {
  display: block;
}

/*===================================================================中国語*/
.zh {
  letter-spacing: 0.08em;
  line-height: 2.1;
  /*===============================
    　-- : COMMON PARTS
    ===============================*/
  /*===============================
    　-- : HOME
    ===============================*/
  /*===============================
    　-- : AudioGuideページ
    ===============================*/
}

.zh .header__menuitem a {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.zh .gnavi__item {
  font-size: 18px;
}

.zh .lang-item a {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.zh .footer__address {
  font-family: source-han-sans-simplified-c, sans-serif;
  letter-spacing: 0.02em;
}

.zh .footer__copyright {
  font-family: source-han-sans-simplified-c, sans-serif;
  letter-spacing: 0.02em;
}

.zh .greeting__inner {
  padding: 106px 0 0;
}

.zh .greeting__text {
  text-align: center;
}

.zh .audioGuide__notice {
  margin-bottom: 100px;
}

.zh .audioGuide__link {
  padding-bottom: 32px;
}

.zh .audioGuide__num {
  margin-top: 24px;
  font-size: 23px;
  font-family: source-han-sans-simplified-c, sans-serif;
}

@media only screen and (max-width: 599px) {
  .zh .audioGuide__num {
    font-size: 4vw;
  }
}

.zh .audioGuide__text {
  font-family: source-han-sans-simplified-c, sans-serif;
}

.zh .maplink__link {
  font-family: source-han-sans-simplified-c, sans-serif;
}

.zh .articleHeader__title {
  font-size: 2.166666667vw;
  line-height: 1.46;
}

.zh .articleContents__inner {
  line-height: 1.55;
}

.zh .articleNavi__list {
  max-width: 850px;
  margin: 0 auto;
}

.zh .articleNavi__item {
  width: 33%;
  text-align: center;
}

.zh .articleNavi__top {
  width: 34%;
}
