@charset "UTF-8";
/* Scss Document */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size 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 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a 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.
 */
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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.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 */
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #333;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

.min {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

@media screen and (min-width: 769px) {
  .vertical {
    writing-mode: vertical-rl;
  }
}

p {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p {
    line-height: 2.4;
    margin-top: 0;
  }
}

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

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

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .noPC {
    display: none !important;
  }
}

/*========== main.scss ==========*/
.l-main {
  padding: 55px 0 0;
}
@media screen and (min-width: 1001px) {
  .l-main {
    padding: 80px 0 0;
  }
}

/*========== inner.scss ==========*/
.c-inner {
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
}
@media screen and (min-width: 769px) {
  .c-inner {
    padding-left: 0;
    padding-right: 0;
    width: 87.5%;
    max-width: 1200px;
    margin: auto;
  }
}

/*========== btn.scss ==========*/
.c-btn {
  display: block;
  overflow: hidden;
  outline: none;
}
.c-btn_entry {
  text-align: center;
  background: url(../images/newwindow.png) 90% center no-repeat;
  background-size: 1em auto;
  margin: auto;
  font-size: 7.73333vw;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.5em 0;
}
@media screen and (min-width: 769px) {
  .c-btn_entry {
    width: 400px;
    font-size: 3.6rem;
    border-radius: 4px;
  }
}
.c-btn_linkImg {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-btn_linkImg {
    border-width: 2px;
  }
}
.c-btn-back {
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  padding: 2em 0;
}
@media screen and (min-width: 769px) {
  .c-btn-back {
    padding: 3em 0;
  }
}
.c-btn-back a {
  background: url(../images/arrow_back.png) left center no-repeat;
  background-size: 2.8rem;
  padding: 2em 0 2em 2em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-btn-back a {
    font-size: 5.6vw;
    background-size: 6.2vw;
  }
}

/*========== title.scss ==========*/
.c-title-primary {
  font-size: 2.4rem;
  margin: 0.5em 0 0.25em;
}
@media screen and (max-width: 768px) {
  .c-title-primary {
    font-size: 4.26666vw;
  }
}

/*========== fadeup.scss ==========*/
.js-fadeup {
  opacity: 0;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.js-fadeup-show {
  opacity: 1;
  transform: translateY(0px);
}

/*========== nest.scss ==========*/
.c-nest {
  font-size: 0;
}
.c-nest__item {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-nest__item {
    font-size: 3.2vw;
  }
}

/*========== list.scss ==========*/
.c-list-idt li {
  text-indent: -1em;
  margin-left: 1em;
}

/*========== ttlarea.scss ==========*/
.p-ttlarea {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-ttlarea {
    padding: 0 10px;
  }
}
.p-ttlarea__inner {
  position: relative;
  background-position: center;
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner {
    height: 270px;
  }
}
.p-ttlarea__inner.forAttraction {
  background-image: url(../images/attraction/bg_ttlarea_pc.png);
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner.forAttraction {
    background-image: url(../images/attraction/bg_ttlarea_sp.png);
  }
}
.p-ttlarea__inner.forRoute {
  background-image: url(../images/route/bg_ttlarea_pc.png);
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner.forRoute {
    background-image: url(../images/route/bg_ttlarea_sp.png);
  }
}
.p-ttlarea__inner.forMessage {
  background-image: url(../images/message/bg_ttlarea_pc.png);
  height: 800px;
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner.forMessage {
    background-image: none;
    height: auto;
  }
}
.p-ttlarea__inner.forMessage .box_ph {
  background: url(../images/message/bg_ttlarea_sp.png) center no-repeat;
  background-size: cover;
  height: 320px;
}
.p-ttlarea__inner.forView {
  background-image: url(../images/view/bg_ttlarea_pc.png);
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner.forView {
    background-image: url(../images/view/bg_ttlarea_sp.png);
  }
}
.p-ttlarea__inner.forHistory {
  background-image: url(../images/history/bg_ttlarea_pc.jpg);
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner.forHistory {
    background-image: url(../images/history/bg_ttlarea_sp.jpg);
  }
}
.p-ttlarea__inner.forNews {
  background-image: url(../images/news/bg_ttlarea_pc.png);
}
@media screen and (max-width: 768px) {
  .p-ttlarea__inner.forNews {
    background-image: url(../images/news/bg_ttlarea_sp.png);
  }
}
.p-ttlarea-ttl {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-ttlarea-ttl {
    transform: translateY(30px);
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-ttl {
    width: 84vw;
  }
}
@media screen and (min-width: 769px) {
  .p-ttlarea-ttl_news {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-ttl_news {
    width: 22.53521vw;
  }
}
.p-ttlarea-msg {
  display: block;
  color: #000;
}
@media screen and (min-width: 769px) {
  .p-ttlarea-msg {
    background-color: rgba(255, 255, 255, 0.7);
    width: 38.96103%;
    position: absolute;
    top: 50%;
    left: 12.35668%;
    margin-right: 0;
    transform: translate(0, -50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 2.5em 3.33333em;
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-msg {
    width: 77.33333vw;
    margin: 5% auto 10%;
  }
}
.p-ttlarea-msg .txt {
  font-weight: normal;
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .p-ttlarea-msg .txt {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-msg .txt {
    font-size: 4.26666vw;
    line-height: 1.7;
  }
}
.p-ttlarea-msg .txt span {
  color: rgba(89, 103, 103, 0.4);
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-ttlarea-msg .txt span {
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-msg .txt span {
    font-size: 3.46666vw;
  }
}
.p-ttlarea-msg .name {
  font-size: 2.6rem;
}
@media screen and (min-width: 769px) {
  .p-ttlarea-msg .name {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-msg .name {
    font-size: 4.8vw;
  }
}
.p-ttlarea-msg .name span {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-ttlarea-msg .name span {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .p-ttlarea-msg .name span {
    font-size: 3.2vw;
  }
}
.p-ttlarea-msg .name:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .p-ttlarea-msg .name:before {
    width: 9.33333vw;
  }
}

/*========== route.scss ==========*/
.p-route-anc {
  padding: 5% 0 8.35%;
}
.p-route-anc-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.14em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-route-anc-ttl {
    font-size: 5.06666vw;
    margin-bottom: 1em;
  }
}
.p-route-anc__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-route-anc__inner {
    width: 83.57142%;
    margin: auto;
    max-width: 990px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-route-anc__inner {
    padding: 0 5.33333vw;
    font-size: 2.66666vw;
  }
}
.p-route-anc__item {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-route-anc__item {
    width: 17%;
  }
}
.p-route-anc__item.item01 {
  left: 46.41025%;
  top: 37.93103%;
}
@media screen and (max-width: 768px) {
  .p-route-anc__item.item01 {
    left: 40.74626%;
    top: 30.54545%;
  }
}
.p-route-anc__item.item02 {
  left: 33.93162%;
  top: 15.51724%;
}
@media screen and (max-width: 768px) {
  .p-route-anc__item.item02 {
    left: 27.31343%;
    top: 6.71641%;
  }
}
.p-route-anc__item.item03 {
  left: 52.99145%;
  top: 72.41379%;
}
@media screen and (max-width: 768px) {
  .p-route-anc__item.item03 {
    left: 47.46268%;
    top: 53.45454%;
  }
}
@media screen and (max-width: 768px) {
  .p-route-anc__item img {
    width: 28vw;
  }
}
.p-route-anc-txt {
  padding-top: 0.75em;
}
@media screen and (min-width: 769px) {
  .p-route-anc-txt {
    line-height: 1.6;
  }
}
.p-route-sec {
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .p-route-sec {
    margin-bottom: 15.40298%;
  }
}
.p-route-sec__main {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .p-route-sec__main {
    margin-bottom: 7.46268%;
  }
}
.p-route-sec-ttl {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-route-sec-ttl {
    width: 28.5%;
    float: right;
    margin: 0;
    position: relative;
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: 37.5% auto;
  }
  .p-route-sec-ttl01 {
    background-image: url(../images/route/sec01_ttl.png);
  }
  .p-route-sec-ttl02 {
    background-image: url(../images/route/sec02_ttl.png);
  }
  .p-route-sec-ttl03 {
    background-image: url(../images/route/sec03_ttl.png);
  }
  .p-route-sec-ttl04 {
    background-image: url(../images/route/sec03_ttl.png);
  }
}
@media screen and (max-width: 768px) {
  .p-route-sec-ttl {
    text-align: center;
  }
}
.p-route-sec-ttl .ship {
  background-position: center 93%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-route-sec-ttl .ship {
    padding-left: 50%;
    padding-top: 40%;
    margin-left: -1.75em;
  }
}
@media screen and (max-width: 768px) {
  .p-route-sec-ttl .ship {
    background-position: center bottom;
    background-size: 23.46666vw auto;
    padding-bottom: 1.25em;
    margin-bottom: 1em;
  }
}
.p-route-sec-ttl .ship01 {
  background-image: url(../images/route/sec01_ttl_bg.png);
}
.p-route-sec-ttl .ship02 {
  background-image: url(../images/route/sec02_ttl_bg.png);
}
.p-route-sec-ttl .ship03 {
  background-image: url(../images/route/sec03_ttl_bg.png);
}
.p-route-sec-ttl .ship04 {
  background-image: url(../images/route/sec03_ttl_bg.png);
}
.p-route-sec-ttl .ship span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 19vw;
}
@media screen and (max-width: 768px) {
  .p-route-sec-ttl .ship span.name {
    text-align: left;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-size: 5.6vw;
  }
  .p-route-sec-ttl .ship span.name span {
    font-size: 4.26666vw;
  }
}
@media screen and (min-width: 769px) {
  .p-route-sec-ttl .ship span.name {
    font-size: 3rem;
    letter-spacing: 0.18em;
  }
  .p-route-sec-ttl .ship span.name span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-route-sec-ph {
    font-size: 1.3rem;
    width: 71.5%;
    float: left;
  }
}
.p-route-sec-ph p {
  padding-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-route-sec-box {
    width: 47.85%;
    margin-right: 4.3%;
    margin-bottom: 4.3%;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .p-route-sec-box {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 769px) {
  .p-route-sec-box:nth-child(even) {
    margin-right: 0;
  }
}
.p-route-sec-box__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 1em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-route-sec-box__ttl {
    font-size: 3.2vw;
    margin: 0 0 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-route-sec-box p {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-route-sec__banners {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-route-sec__banners-item {
    flex: 0 0 520px;
  }
}
@media screen and (max-width: 768px) {
  .p-route-sec__banners-item {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-route-sec__banners-item:not(:first-child) {
    margin-top: 3.90625vw;
  }
}
.p-route-sec__banners-item img {
  width: 100%;
}

.gallery-link {
  text-align: center;
}
.gallery-link a {
  display: block;
  width: 520px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gallery-link a {
    width: 95%;
  }
}

.anc04-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anc04-bnr {
    display: block;
    padding-top: 0;
  }
}
.anc04-bnr a {
  display: block;
  width: 47.85%;
}
@media screen and (max-width: 768px) {
  .anc04-bnr a {
    width: 95%;
    margin: auto;
  }
}
.anc04-bnr a + a {
  margin-left: 4.3%;
}
@media screen and (max-width: 768px) {
  .anc04-bnr a + a {
    margin-left: auto;
    margin-top: 4%;
  }
}
.anc04-bnr img {
  width: 100%;
}

/*========== view.scss ==========*/
.p-view {
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  .p-view {
    padding: 10% 5.33333vw;
  }
}
.p-view-box {
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .p-view-box {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-view-box {
    margin-bottom: 15%;
  }
}
.p-view-box-ttl {
  font-weight: normal;
  /*position:relative;*/
  margin: 0;
  /*img {
  	width:31.66666%;
  	display:block;
  	margin:7.14285% auto 0;
  }*/
}
@media screen and (min-width: 769px) {
  .p-view-box-ttl {
    width: 42.85715%;
    float: right;
    font-size: 3rem;
    position: absolute;
    right: 25%;
    margin-right: -3em;
    letter-spacing: 0.15em;
    background: url(../images/view/bg_ttl.png) 95% 90% no-repeat;
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-view-box-ttl {
    text-align: center;
    font-size: 5.06666vw;
    margin-bottom: 7.46268%;
    background: url(../images/view/bg_ttl.png) center bottom no-repeat;
    background-size: 22.93333vw auto;
    padding-bottom: 5.97014%;
  }
}
@media screen and (min-width: 769px) {
  .p-view-box-ttl.L {
    float: left;
    position: static;
    background-image: none;
  }
  .p-view-box-ttl.L span {
    position: absolute;
    left: 20%;
    top: 1em;
    margin-left: -5.5em;
    display: block;
    background-color: #000;
    padding: 0 0 0 2em;
    box-sizing: border-box;
    background: url(../images/view/bg_ttl.png) left 90% no-repeat;
  }
}
.p-view-box-phA {
  float: left;
  z-index: 2;
  position: relative;
  width: 57.14285%;
}
@media screen and (max-width: 768px) {
  .p-view-box-phA {
    width: 77.33333vw;
  }
}
.p-view-box-phA.R {
  float: right;
}
@media screen and (min-width: 769px) {
  .p-view-box-txt {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5% 8% 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-view-box-txt {
    clear: both;
    padding: 2em 7.46666vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-view-box-txt.R {
    float: right;
  }
}
.p-view-box-phB {
  margin-top: -5.97014%;
  z-index: 1;
  float: right;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-view-box-phB {
    width: 66.66666vw;
  }
}
@media screen and (min-width: 769px) {
  .p-view-box-phB {
    width: 50%;
    margin-top: -6.42857%;
    box-sizing: border-box;
    padding-right: 4.28571%;
  }
}
.p-view-box-phB.L {
  float: left;
  padding-right: 0;
}
@inclide pc {
  .p-view-box-phB.L {
    padding-left: 4.28571%;
  }
}
.p-view-gallery {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-view-gallery-ttl {
    width: 27.14285%;
    float: right;
    text-align: center;
    letter-spacing: 0.18em;
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-view-gallery-ttl {
    text-align: center;
    margin-bottom: 1em;
  }
}
.p-view-gallery-ttl span {
  font-weight: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-view-gallery-ttl span {
    font-size: 5.06666vw;
  }
}
@media screen and (min-width: 769px) {
  .p-view-gallery-slider {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-left: 8.57142%;
  }
}
@media screen and (min-width: 769px) {
  .p-view-gallery .txt01 {
    display: block;
    width: 25%;
    position: absolute;
    right: 2.85%;
    bottom: 50px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-view-gallery .txt01 {
    width: 80vw;
    margin: 1em auto;
  }
}

/*========== history.scss ==========*/
.p-history {
  padding: 0;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-history {
    padding: 10% 0;
  }
}
.p-history-intro {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-history-intro {
    padding: 0 5.33333vw;
  }
}
.p-history-intro h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-history-intro h2 {
    font-size: 39px;
    font-size: 5.078125vw;
  }
}
.p-history-intro p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-history-intro p {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
.p-history-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 15px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .p-history-box {
    margin: 0;
  }
}
.p-history-box-phA {
  width: 710px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-history-box-phA img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-history-box-phA {
    width: 100%;
  }
}
.p-history-box-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-history-box-inner {
    flex-direction: column;
  }
}
.p-history-box:nth-child(2n+1) {
  background: url(../images/history/bg_content.jpg);
}
.p-history-box:nth-child(2n+1) .p-history-box-inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-history-box:nth-child(2n+1) .p-history-box-inner {
    flex-direction: column;
  }
}
.p-history-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 710px);
  padding: 0 3.2142857143vw;
}
@media screen and (max-width: 768px) {
  .p-history-box-content {
    width: 100%;
  }
}
.p-history-box-year {
  margin-bottom: 30px;
  background: url(../images/history/bg_year.png) 0 bottom no-repeat;
  font-size: 7rem;
  color: #afac9d;
  font-style: italic;
  letter-spacing: 0.08em;
}
.p-history-box-year span {
  margin-left: 20px;
  font-size: 2.6rem;
  font-style: italzic;
}
.p-history-box:nth-child(2n+1) .p-history-box-year {
  background: url(../images/history/bg_year2.png) 0 bottom no-repeat;
}
.p-history-box h2 {
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-history-box p {
  font-size: 1.4rem;
}
.p-history-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding: 0 45px;
  height: 449px;
  background: url(../images/history/bg_end.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
}
.p-history-end h2 {
  margin-bottom: 25px;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-history-end h2 {
    font-size: 39px;
    font-size: 5.078125vw;
  }
}
.p-history-end p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-history-end p {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
.p-history-end-inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-history-end {
    margin: 0;
    padding: 0 5.33333vw;
    height: auto;
  }
}

/*========== attraction.scss ==========*/
.p-attraction {
  padding: 4% 0 5%;
}
@media screen and (max-width: 1023px) {
  .p-attraction {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-attraction__inner {
    width: 82.5%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    padding-top: 4.54545%;
  }
}
@media screen and (max-width: 1023px) {
  .p-attraction__inner {
    padding: 0 5.33333vw 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .p-attraction__inner {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-attraction-intro {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.42424%;
  }
}
@media screen and (max-width: 1023px) {
  .p-attraction-intro {
    padding: 0 0 10% 5.33333vw;
  }
}
.p-attraction-intro-ttl {
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .p-attraction-intro-ttl {
    text-align: center;
    font-size: 5.06666vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-attraction-intro-ttl {
    font-size: 2.7rem;
  }
}
.p-attraction-intro-ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-attraction-intro-ttl span {
    font-size: 3.73333vw;
  }
}
.p-attraction-intro-txt {
  padding: 1em 0;
}
@media screen and (min-width: 769px) {
  .p-attraction-intro-txt {
    padding-top: 1.5em;
  }
}
.p-attraction-tt {
  position: relative;
  display: block;
  padding: 12% 0 25.09622%;
}
@media screen and (max-width: 1023px) {
  .p-attraction-tt {
    padding: 0;
  }
}
.p-attraction-tt__time {
  width: 11.43939%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .p-attraction-tt__time {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-attraction-tt__item {
    position: absolute;
    width: 42.42424%;
  }
}
@media screen and (max-width: 1023px) {
  .p-attraction-tt__item {
    padding-bottom: 10%;
    background: url(../images/attraction/bg_time_sp.png) 10vw top repeat-y;
    background-size: 1px auto;
    padding-left: 20vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .p-attraction-tt__item:nth-child(odd) {
    left: 0;
  }
  .p-attraction-tt__item:nth-child(even) {
    left: 57.57575%;
  }
  .p-attraction-tt__item.item01 {
    top: 0;
  }
  .p-attraction-tt__item.item02 {
    top: 8.10669%;
  }
  .p-attraction-tt__item.item03 {
    top: 21.5%;
  }
  .p-attraction-tt__item.item04 {
    top: 26.58598%;
  }
  .p-attraction-tt__item.item05 {
    top: 41.8%;
  }
  .p-attraction-tt__item.item06 {
    top: 46.25899%;
  }
  .p-attraction-tt__item.item07 {
    top: 58.84665%;
  }
  .p-attraction-tt__item.item08 {
    top: 66.27803%;
  }
  .p-attraction-tt__item.item09 {
    top: 76.95669%;
  }
  .p-attraction-tt__item.item10 {
    top: 85.09267%;
  }
}
.p-attraction-tt__item .box_ph {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-attraction-tt__item .box_ph .clock {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-attraction-tt__item .box_ph .clock {
    position: absolute;
    top: 50%;
    left: -16.66666vw;
    transform: translateY(-50%);
    width: 13.33333vw;
  }
}
.p-attraction-tt__item .box_ph .clock.start {
  top: 0;
  transform: translateY(0%);
}
.p-attraction-tt__item .box_ph .clock.last {
  top: 37.17948%;
  transform: translateY(0%);
}
.p-attraction-tt-ttl {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 1em 0 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-attraction-tt-ttl {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 1023px) {
  .p-attraction-tt-ttl {
    font-size: 4.26666vw;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-attraction-tt-ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.p-attraction-tt-txt {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .p-attraction-tt-txt {
    margin-top: 0;
  }
}
.p-attraction .box_txt {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .p-attraction .box_txt {
    padding: 0 6%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-attraction .box_txt {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-attraction .box_txt p {
    line-height: 1.6;
  }
}
.p-attraction .note {
  font-size: 86%;
  line-height: 2.3;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-attraction .note {
    line-height: 1.6;
  }
}

/*========== message.scss ==========*/
.p-message {
  padding: 0 5.33333vw;
}
@media screen and (min-width: 769px) {
  .p-message {
    width: 56.36942%;
    max-width: 895px;
    margin: auto;
    padding: 5% 0;
  }
}
.p-message-txt {
  font-size: 1.8rem;
  line-height: 2.7;
  margin-bottom: 3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-message-txt {
    font-size: 3.46666vw;
    line-height: 2.2;
  }
}

/*========== news.scss ==========*/
.p-news {
  padding: 2.5% 0 5%;
}
@media screen and (min-width: 769px) {
  .p-news {
    width: 62.5%;
    max-width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 5% 5.33333vw 10%;
  }
}
.p-news-list__item {
  border-bottom: 1px solid #eee;
  color: #000;
}
.p-news-list__item:last-child {
  border-bottom: none;
}
.p-news-list__item a {
  color: #000;
}
.p-news-list__item a:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
}
.p-news-list__item a.pdf:after {
  background-image: url(../images/news/icon_pdf.png);
  width: 30px;
  height: 1.5rem;
  background-size: 30px auto;
}
.p-news-list__item a.window:after {
  background-image: url(../images/news/icon_window.png);
  width: 13px;
  height: 13px;
  background-size: 13px;
}
.p-news-list .day {
  line-height: 2;
  color: #999;
}
@media screen and (min-width: 769px) {
  .p-news-list .day {
    width: 12%;
    vertical-align: top;
    padding: 1em 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news-list .day {
    display: block;
    padding: 1em 0 0.5em;
  }
}
.p-news-list .article {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-news-list .article {
    width: 88%;
    vertical-align: top;
    padding: 1em 0 1em 1em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-news-list .article {
    padding-bottom: 1em;
  }
}
.p-news-pager {
  padding-top: 6.5%;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .p-news-pager {
    padding-top: 10%;
  }
}
.p-news-pager__item {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #e3e3e3;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-news-pager__item {
    font-size: 4.8vw;
  }
}
.p-news-pager__item a {
  color: #000;
  display: block;
  padding: 0.5em 0.75em;
}
.p-news-pager__item a.current {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}
@media screen and (max-width: 768px) {
  .bx-wrapper {
    width: 80vw;
    margin: auto;
  }
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    display: none;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #333;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -75px;
  background: url("../images/prev.png") no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-prev {
    left: -27px;
  }
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: -75px;
  background: url("../images/next.png") no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-next {
    right: -27px;
  }
}

/*.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  outline: 0;
  width: 35px;
  height: 70px;
  text-indent: -9999px;
  z-index: 9999;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    width: 18px;
    height: 35px;
    margin-top: -17px;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*========== utility.scss ==========*//*# sourceMappingURL=styles.css.map */