@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

/**
 * 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: 1em; /* 2 */
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select {
  transform: scale(1);
}

*:focus {
  outline: none;
}

/* ==============================
    kv
============================== */
.kv__wrap {
  text-align: center;
  background: url(../img/kv-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 800px) {
  .kv__wrap {
    height: 80vh;
    min-height: 80vh;
  }
}
@media screen and (max-width: 600px) {
  .kv__wrap {
    height: 60vh;
    min-height: 60vh;
  }
}
.kv__wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
.kv__inner {
  padding: 14% 10%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .kv__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.kv__logo {
  max-width: 220px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 800px) {
  .kv__logo {
    max-width: 160px;
  }
}
.kv__copy {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .kv__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .kv__copy {
    font-size: 15px;
  }
}
.kv__copy br {
  display: none;
}

/* ==============================
    consept
============================== */
.sec__consept {
  margin-bottom: 340px;
}
@media screen and (max-width: 600px) {
  .sec__consept {
    margin-bottom: 280px;
  }
}

.consept__head {
  text-align: center;
  background: url(../img/consept-bg.png) no-repeat center bottom;
  background-size: 100%;
  padding-top: 120px;
  padding-bottom: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .consept__head {
    padding-top: 60px;
    padding-bottom: 32%;
  }
}
.consept__copy {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .consept__copy {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .consept__copy {
    font-size: 17px;
  }
}
.consept__txt br {
  display: none;
}
@media screen and (max-width: 600px) {
  .consept__txt br {
    display: block;
  }
}
.consept__txt p {
  margin-bottom: 20px;
}
.consept__txt p:last-child {
  margin-bottom: 0;
}
.consept__body {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .consept__body {
    display: block;
  }
}
.consept__img {
  width: 45%;
  transform: translateY(-80px);
}
@media screen and (max-width: 800px) {
  .consept__img {
    width: 65%;
    transform: translateY(-60px);
  }
}
.consept__info {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .consept__info {
    width: 100%;
  }
}
.consept__info--txt {
  padding-left: 40px;
  line-height: 2.1;
}
@media screen and (max-width: 800px) {
  .consept__info--txt {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .consept__info--txt {
    letter-spacing: -0.8px;
  }
}
.consept__title--wrap {
  padding-left: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .consept__title--wrap {
    padding-left: 0;
  }
}
.consept__title--en {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .consept__title--en {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.consept__title {
  color: #bfbfbf;
}
.consept__gallery {
  position: relative;
  padding: 0 150px;
}
@media screen and (max-width: 1200px) {
  .consept__gallery {
    padding: 0;
  }
}
.consept__gallery--item01.fadein__bottom.scrollin {
  max-width: 420px;
  z-index: 1;
}
.consept__gallery--item02 {
  position: absolute;
  bottom: -210px;
  right: 0;
  z-index: -1;
  max-width: 560px;
}
@media screen and (max-width: 600px) {
  .consept__gallery--item02 {
    width: 87%;
    bottom: -180px;
  }
}

/* ==============================
    feature
============================== */
.feature__head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .feature__head {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.feature__head--logo {
  max-width: 250px;
  padding-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .feature__head--logo {
    max-width: 150px;
  }
}
.feature__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .feature__item {
    display: block;
    margin-bottom: 60px;
  }
}
.feature__item.reverse {
  flex-direction: row-reverse;
}
.feature__item--info {
  width: 45%;
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .feature__item--info {
    width: 100%;
  }
}
.feature__item--info.feature01::after {
  content: "01";
  position: absolute;
  top: -30px;
  right: 0;
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  background: linear-gradient(360deg, #dcf0f3 0%, #9ba8aa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding-right: 18px;
}
@media screen and (max-width: 800px) {
  .feature__item--info.feature01::after {
    top: 0;
    font-size: 50px;
    padding-right: 5px;
  }
}
.feature__item--info.feature02::after {
  content: "02";
  position: absolute;
  top: -30px;
  right: 0;
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  background: linear-gradient(360deg, #dcf0f3 0%, #9ba8aa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding-right: 18px;
}
@media screen and (max-width: 800px) {
  .feature__item--info.feature02::after {
    top: 0;
    font-size: 50px;
    padding-right: 5px;
  }
}
.feature__item--info.feature03::after {
  content: "03";
  position: absolute;
  top: -30px;
  right: 0;
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  background: linear-gradient(360deg, #dcf0f3 0%, #9ba8aa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding-right: 18px;
}
@media screen and (max-width: 800px) {
  .feature__item--info.feature03::after {
    top: 0;
    font-size: 50px;
    padding-right: 5px;
  }
}
.feature__title {
  font-size: 18px;
  font-weight: bold;
}
.feature__title--en {
  font-size: 24px;
  margin-bottom: 10px;
}
.feature__title--wrap {
  margin-bottom: 25px;
}
.feature__info--txt p {
  margin-bottom: 15px;
}

.slider__wrap {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .slider__wrap {
    width: 100%;
  }
}

.slider__arrows {
  position: relative;
}

.prev-arrow, .next-arrow {
  width: 8px;
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
.prev-arrow:hover, .next-arrow:hover {
  cursor: pointer;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

/* ==============================
    photospot
============================== */
#sec-photospot {
  text-align: center;
  background-color: #f4f4f4;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  #sec-photospot {
    padding: 40px 0;
  }
}

.photospot__title--en {
  font-size: 34px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .photospot__title--en {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.photospot__slider {
  margin: 60px 0 0;
}
@media screen and (max-width: 800px) {
  .photospot__slider {
    margin-top: 30px;
  }
}
.photospot__slider img {
  margin: 0 10px;
}
@media screen and (max-width: 800px) {
  .photospot__slider img {
    margin: 0 5px;
  }
}

/* ==============================
    facility
============================== */
#sec-facility {
  text-align: center;
  background-color: #f4f4f4;
  padding: 40px 0 80px;
}

.facility__title--en {
  font-size: 34px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .facility__title--en {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.facility__read {
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .facility__read {
    margin-bottom: 25px;
  }
}
.facility__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .facility__img {
    margin-bottom: 30px;
  }
}
.facility__img--left {
  width: 51%;
}
.facility__img--right {
  width: 47%;
}
.facility__img--right img {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .facility__img--right img {
    margin-bottom: 10px;
  }
}
.facility__img--right img:last-child {
  margin-bottom: 0;
}
.facility__link {
  text-align: center;
}
.facility__link a {
  display: inline-block;
  margin: 0 auto;
  background-color: #565246;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 15px 25px 15px 40px;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .facility__link a {
    width: 90%;
    padding: 12px 15px;
  }
}
.facility__link a:hover {
  background-color: #767160;
}
.facility__link a:hover .facility__link--icon {
  background-position-x: 100%;
}
.facility__link--icon {
  background: url(../img/icon-arrow-white.png) no-repeat 98% center;
  background-size: 6px;
  padding-right: 40px;
  transition: 0.3s;
}

/* ==============================
    information
============================== */
#sec-information {
  background-color: #292929;
  padding: 50px 0;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #sec-information {
    padding: 30px 0;
  }
}

.information__title--en {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .information__title--en {
    margin-bottom: 5px;
  }
}

.information__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .information__wrap {
    display: block;
  }
}
.information__head {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 800px) {
  .information__head {
    width: 100%;
    margin-bottom: 25px;
  }
}
.information__list {
  width: 65%;
}
@media screen and (max-width: 800px) {
  .information__list {
    width: 100%;
  }
}
.information__date {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .information__date {
    font-size: 12px;
  }
}
.information__title {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.information__title:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.information__title a {
  color: #fff;
}
.information__more {
  text-align: right;
}
.information__more a {
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px 50px 5px 30px;
  display: inline-block;
  background: url(../img/icon-arrow-white.png) no-repeat 88% center;
  background-size: 6px;
}
.information__more a:hover {
  background-position: 90% center;
}

/* ==============================
    access
============================== */
#sec-access {
  padding-top: 80px;
  padding-bottom: 40px;
}

.access__head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .access__head {
    margin-bottom: 25px;
  }
}
.access__title--en {
  font-size: 34px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .access__title--en {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.access__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .access__body {
    display: block;
  }
}
.access__map {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .access__map {
    width: 100%;
    margin-bottom: 15px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .access__map iframe {
    height: 50vh;
  }
}
.access__details {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .access__details {
    width: 100%;
  }
}
.access__details--item {
  margin-bottom: 20px;
}
.access__label {
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}

/* ==============================
    faq
============================== */
#sec-faq {
  padding-top: 40px;
}

.faq__wrap {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .faq__wrap {
    width: 90%;
  }
}
.faq__head {
  text-align: center;
  margin-bottom: 50px;
}
.faq__title--en {
  font-size: 34px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .faq__title--en {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.faq__question {
  border-bottom: 1px solid #111;
  padding-bottom: 12px;
  padding-left: 40px;
  margin-bottom: 25px;
}
.faq__question::before {
  content: "Q";
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #111;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__answer {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.js-accordion_title {
  position: relative;
  cursor: pointer;
}

.js-accordion_title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow-black.png) no-repeat right center;
  background-size: 10px;
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.2s;
}

.js-accordion_title.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.js-accordion_title.default::after {
  transform: translateY(-50%) rotate(180deg);
}

.js-accordion_title.default.open::after {
  transform: translateY(-50%) rotate(0deg);
}

.js-accordion_inner {
  display: none;
}

.js-accordion_inner.default {
  display: block;
}