/* ==========================================================================
 Foundation
============================================================================*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  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: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
   * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 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 {
  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. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
   * 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 outline style in Safari.
   */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  color: #444444;
  /* text-transform: uppercase; */
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
body.show {
  opacity: 1;
}

a {
  color: #444444;
}

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

.test {
  outline: 1px solid red !important;
}

/*==================================
width
====================================*/
.w1180 {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1179px) {
  .w1180 {
    max-width: calc(100% - 30px);
  }
}

/*==================================
img
====================================*/
.l-img {
  display: block;
  position: relative;
}
.l-img::before {
  content: "";
  display: block;
}
.l-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover;";
}

@-webkit-keyframes kv-catch {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@keyframes kv-catch {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  90% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@-webkit-keyframes fadeToggle2 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeToggle2 {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  0% {
    left: -5px;
  }
  25% {
    left: 5px;
  }
  50% {
    left: -5px;
  }
  75% {
    left: 5px;
  }
  100% {
    left: -5px;
  }
}
@keyframes shake {
  0% {
    left: -5px;
  }
  25% {
    left: 5px;
  }
  50% {
    left: -5px;
  }
  75% {
    left: 5px;
  }
  100% {
    left: -5px;
  }
}
@-webkit-keyframes float {
  0% {
    top: -5px;
  }
  25% {
    top: 5px;
  }
  50% {
    top: -5px;
  }
  75% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}
@keyframes float {
  0% {
    top: -5px;
  }
  25% {
    top: 5px;
  }
  50% {
    top: -5px;
  }
  75% {
    top: 5px;
  }
  100% {
    top: -5px;
  }
}
@-webkit-keyframes clatter {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
  }
  5% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(1deg);
    transform: translate(-50%, -50%) rotate(1deg);
  }
  15% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
  }
}
@keyframes clatter {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
  }
  5% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(1deg);
    transform: translate(-50%, -50%) rotate(1deg);
  }
  15% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg);
  }
}
@-webkit-keyframes clatter-rotate {
  0% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  2.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  7.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes clatter-rotate {
  0% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  2.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  7.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
 layout
============================================================================*/
.l-footer {
  background-color: #B7C6C6;
}
.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.l-footer__logo {
  max-width: 360px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 53.3333333333%;
  }
}
.l-footer__copyright {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #8BA0A0;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .l-footer__inner {
    display: block;
  }
}
@-moz-document url-prefix() {
  .p-travel__maintitle {
    display: block !important;
  }
}
/* _header.scss */
.l-main {
  position: relative;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 0;
  }
}

/* ==========================================================================
 object
============================================================================*/
.c-hideText {
  position: relative;
}
.c-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-hideText--sp {
    position: relative;
  }
  .c-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

.c-pageTop {
  position: fixed;
  bottom: 55px;
  right: 5.8%;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 200px;
    right: 3.8%;
  }
}
.c-pageTop a {
  display: block;
  background-color: #231815;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.c-pageTop a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
  transform: translate(-50%, -25%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-pageTop a.hover:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 46.5%;
  margin-bottom: 90px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-place {
    width: 100%;
    margin-bottom: 70px;
  }
}
.c-place__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-place__img {
    margin-bottom: 15px;
  }
}
.c-place__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.c-place__title--no {
  width: 34px;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-place__title--no {
    width: 24px;
  }
}
.c-place__title--text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-place__title--text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-place__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.c-place__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 115px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  border: 1px solid #444444;
  background-color: #444444;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
}
@media screen and (max-width: 767px) {
  .c-place__link {
    width: 104px;
    font-size: 1.2rem;
  }
}
.c-place__link.hover:hover {
  background-color: #ffffff;
  color: #444444;
}

.c-pageTop {
  z-index: 10;
}

.p-kv__logo, .p-kv__catch {
  z-index: 5;
}

.p-catch__title {
  z-index: 5;
}

.p-travel__maintitle {
  z-index: 2;
}

.p-catch {
  position: relative;
  text-align: center;
}
.p-catch__title {
  position: absolute;
  display: inline-block;
  width: 14.406779661%;
  max-width: 170px;
  top: -130px;
  left: calc(50% + 110px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1179px) {
  .p-catch__title {
    max-width: 26.0869565217%;
    top: -145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-catch__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.p-catch__text {
  position: absolute;
  top: 90px;
  left: 15.2542372881%;
}
@media screen and (max-width: 1179px) {
  .p-catch__text {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-catch__text {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 15px;
    margin-bottom: 80px;
  }
}
.p-catch__text01 {
  width: 225px;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-catch__text01 {
    width: 65.2173913043%;
  }
}
.p-catch__text02, .p-catch__text03 {
  width: 185px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-catch__text02, .p-catch__text03 {
    width: 53.6231884058%;
  }
}
.p-catch__text04 {
  width: 257px;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-catch__text04 {
    width: 74.4927536232%;
  }
}
.p-catch__text05, .p-catch__text06 {
  width: 170px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-catch__text05, .p-catch__text06 {
    width: 49.2753623188%;
  }
}
.p-catch__text07 {
  width: 170px;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-catch__text07 {
    width: 49.2753623188%;
  }
}
.p-catch__text08 {
  width: 60px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-catch__text08 {
    width: 17.3913043478%;
  }
}
.p-catch__text09 {
  width: 78px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-catch__text09 {
    width: 22.6086956522%;
  }
}
.p-catch__text10 {
  width: 149px;
}
@media screen and (max-width: 767px) {
  .p-catch__text10 {
    width: 43.1884057971%;
  }
}
.p-catch__imgarea01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-catch__imgarea01 .p-catch__img01 {
  width: 58.4745762712%;
  margin-bottom: 100px;
  position: relative;
  top: 0;
  left: 25%;
}
@media screen and (max-width: 1179px) {
  .p-catch__imgarea01 .p-catch__img01 {
    left: inherit;
    right: -15px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-catch__imgarea01 .p-catch__img01 {
    width: 86.9565217391%;
    margin-bottom: 25px;
  }
}
.p-catch__imgarea01 .p-catch__img02 {
  position: relative;
  width: 21.6101694915%;
  left: 28%;
}
@media screen and (max-width: 767px) {
  .p-catch__imgarea01 .p-catch__img02 {
    width: 52.1739130435%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 80px;
    left: -15px;
  }
}
.p-catch__imgarea02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.p-catch__imgarea02 .p-catch__img03 {
  position: absolute;
  width: 30.5084745763%;
  top: -75%;
  left: 0;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1179px) {
  .p-catch__imgarea02 .p-catch__img03 {
    top: -25%;
  }
}
@media screen and (max-width: 767px) {
  .p-catch__imgarea02 .p-catch__img03 {
    position: relative;
    width: 66.6666666667%;
    top: inherit;
    margin-bottom: 40px;
  }
}
.p-catch__imgarea02 .p-catch__img04 {
  position: relative;
  width: 37.2881355932%;
  top: 100px;
}
@media screen and (max-width: 1179px) {
  .p-catch__imgarea02 .p-catch__img04 {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-catch__imgarea02 .p-catch__img04 {
    width: 75.3623188406%;
    top: inherit;
    margin-right: 0;
    margin-left: auto;
  }
}

.p-event {
  position: relative;
  text-align: center;
}
.p-event::before {
  display: block;
  content: "";
  width: 84%;
  height: 100%;
  max-width: 960px;
  background-color: #F0F5F5;
  position: absolute;
  top: 50%;
  left: 50%;
  right: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-event::before {
    max-width: 84%;
    left: inherit;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.p-event__inner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-event__inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-event__title__h2 {
  display: block;
  width: 360px;
  position: absolute;
  top: -260px;
  left: -70px;
}
@media screen and (max-width: 1179px) {
  .p-event__title__h2 {
    width: 220px;
    top: -160px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-event__title__h2 {
    width: 130px;
    top: -100px;
  }
}
.p-event__title__h3 {
  display: block;
  width: 60.4273504274%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-event__title__h3 {
    width: 57.9710144928%;
    margin-bottom: 60px;
  }
}
.p-event__title__h3::after {
  display: block;
  content: "";
  width: 26%;
  height: 0.5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #444444;
  position: relative;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .p-event__title__h3::after {
    bottom: -25px;
  }
}
.p-event__date {
  margin-bottom: 0.25em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-event__date {
    font-size: 1.8rem;
  }
}
.p-event__date span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-event__date span {
    font-size: 1.3rem;
  }
}
.p-event__place {
  margin-bottom: 100px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-event__place {
    font-size: 1.4rem;
  }
}
.p-event__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-event__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-event__cont__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-event__cont__desc {
    text-align: center;
  }
}
.p-event__cont__subtitle {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-event__cont__subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.p-event__cont__subtitle::after {
  display: block;
  content: "";
  width: 53px;
  height: 1px;
  background-color: #EE87B4;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  bottom: -18px;
}
@media screen and (max-width: 767px) {
  .p-event__cont__subtitle::after {
    margin-left: auto;
    bottom: -22px;
  }
}
.p-event__cont__h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-event__cont__h4 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.p-event__cont__label {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 30px;
  background-color: #EE87B4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-event__cont__label {
    margin-bottom: 15px;
  }
}
.p-event__cont__img {
  -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-event__cont__img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
}
.p-event__cont__text {
  text-align: left;
}
.p-event__cont01 {
  margin-bottom: 80px;
}
.p-event__cont01 .p-event__cont__desc {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-event__cont01 .p-event__cont__desc {
    margin-left: inherit;
  }
}
.p-event__cont01 .p-event__cont__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.p-event__cont01 .p-event__cont__subtitle {
  width: 46.3414634146%;
}
@media screen and (max-width: 767px) {
  .p-event__cont01 .p-event__cont__subtitle {
    width: 57.3913043478%;
  }
}
.p-event__cont01 .p-event__cont__h4 {
  width: 52.3577235772%;
}
@media screen and (max-width: 767px) {
  .p-event__cont01 .p-event__cont__h4 {
    width: 31.3043478261%;
  }
}
.p-event__cont01 .p-event__cont__img {
  width: 42.7966101695%;
}
@media screen and (max-width: 767px) {
  .p-event__cont01 .p-event__cont__img {
    width: 89.8550724638%;
  }
}
.p-event__cont01 .p-event__cont__text {
  width: 60.8130081301%;
}
@media screen and (max-width: 767px) {
  .p-event__cont01 .p-event__cont__text {
    width: 100%;
  }
}
.p-event__cont02 .p-event__cont__desc {
  margin-left: 15.2542372881%;
}
@media screen and (max-width: 1179px) {
  .p-event__cont02 .p-event__cont__desc {
    margin-left: 7.6271186441%;
  }
}
@media screen and (max-width: 767px) {
  .p-event__cont02 .p-event__cont__desc {
    margin-left: inherit;
  }
}
.p-event__cont02 .p-event__cont__subtitle {
  width: 25.2032520325%;
}
@media screen and (max-width: 767px) {
  .p-event__cont02 .p-event__cont__subtitle {
    width: 28.9855072464%;
  }
}
.p-event__cont02 .p-event__cont__h4 {
  width: 69.918699187%;
}
@media screen and (max-width: 767px) {
  .p-event__cont02 .p-event__cont__h4 {
    width: 49.5652173913%;
  }
}
.p-event__cont02 .p-event__cont__img {
  width: 41.186440678%;
}
@media screen and (max-width: 767px) {
  .p-event__cont02 .p-event__cont__img {
    width: 89.8550724638%;
  }
}
.p-event__cont02 .p-event__cont__text {
  width: 83.6575875486%;
}
@media screen and (max-width: 767px) {
  .p-event__cont02 .p-event__cont__text {
    width: 100%;
  }
}

.p-kv {
  position: relative;
  height: 100vh;
  width: 100%;
}
.p-kv__logo {
  width: 420px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-kv__logo {
    width: 280px;
    bottom: 30px;
  }
}
.p-kv__slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__catch {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* animation: kv-catch 6.5s infinite; */
}
.p-kv__catch__inner {
  width: 87px;
  position: absolute;
  top: 150px;
  left: -46.5px;
}
@media screen and (max-width: 1179px) {
  .p-kv__catch__inner {
    top: 15px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__catch__inner {
    width: 13.3333333333%;
  }
}
.p-kv .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-kv .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.p-kv__slide01 {
  background-image: url(../img/kv-img01-pc.jpg);
}
@media screen and (max-width: 767px) {
  .p-kv__slide01 {
    background-image: url(../img/kv-img01-sp.jpg);
  }
}
.p-kv__slide02 {
  background-image: url(../img/kv-img02-pc.jpg);
}
@media screen and (max-width: 767px) {
  .p-kv__slide02 {
    background-image: url(../img/kv-img02-sp.jpg);
  }
}

.p-locations__kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  margin-bottom: 140px;
  background-image: url(../img/locations-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-locations__kv {
    height: 212px;
    margin-bottom: 50px;
  }
}
.p-locations__kv img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-locations__kv img {
    width: 200px;
  }
}
.p-locations__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8.4745762712%;
  padding-right: 8.4745762712%;
}
@media screen and (max-width: 767px) {
  .p-locations__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-map__title {
  width: 30.9322033898%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-map__title {
    width: 194px;
    margin-bottom: 25px;
  }
}
.p-map #p-map__link {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-map #p-map__link {
    max-width: 100%;
  }
}
.p-map #p-map__link img {
  width: 100%;
  height: auto;
}

.p-travel {
  position: relative;
}
.p-travel__maintitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49.1525423729%;
  max-width: 580px;
  height: 20.3389830508%;
  max-height: 240px;
  padding: 60px 70px;
  background-color: #738C8C;
  position: relative;
  top: 160px;
  right: 6.25%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-travel__maintitle {
    width: 100%;
    max-width: 100%;
    max-height: 150px;
    padding: 40px 80px;
    top: inherit;
    right: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.p-travel__inner {
  padding-top: 140px;
  padding-bottom: 70px;
  background-color: rgba(183, 198, 198, 0.22);
}
@media screen and (max-width: 767px) {
  .p-travel__inner {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.p-travel__cont01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-travel__cont01 {
    margin-bottom: 50px;
  }
}
.p-travel__cont01__img {
  width: 98.7288135593%;
  max-width: 1165px;
}
@media screen and (max-width: 1360px) {
  .p-travel__cont01__img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-travel__cont01__img {
    max-width: 82.6666666667%;
  }
}
.p-travel__cont01__name {
  display: inline-block;
  margin-left: 1em;
  color: rgba(68, 68, 68, 0.63);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6.6rem;
  letter-spacing: 0.23em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  top: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 1179px) {
  .p-travel__cont01__name {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-travel__cont01__name {
    font-size: 2rem;
    top: inherit;
  }
}
.p-travel__cont02__desc {
  width: 35%;
  /* max-width: toProp(480, 1180); */
}
@media screen and (max-width: 1179px) {
  .p-travel__cont02__desc {
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .p-travel__cont02__desc {
    width: 100%;
  }
}
.p-travel__cont02__desc__h3 {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.84;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-travel__cont02__desc__h3 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.p-travel__cont02__desc__text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-travel__cont02__desc__text {
    margin-bottom: 20px;
  }
}
.p-travel__cont02__img {
  width: 670px;
  max-width: 56.7796610169%;
  position: absolute;
  bottom: -200px;
  right: 7.8%;
}
@media screen and (max-width: 1179px) {
  .p-travel__cont02__img {
    max-width: 35%;
    bottom: -150px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-travel__cont02__img {
    display: block;
    max-width: 57.9710144928%;
    bottom: inherit;
  }
}

.js-p-catch__title {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-catch__img {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-catch__text {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-travel__maintitle {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-travel__cont02 {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-event__cont__img--poster {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-event__cont__img--book {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-p-locations__kv__title {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.js-map {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/* flex */
.u-flex, .u-flex--pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-flex--pc {
    display: block;
  }
}

.u-fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-aic-sp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.u-aife {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-aifs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-jcc-sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.u-fwrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

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

.pc-only-inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only-inline {
    display: none !important;
  }
}

.sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-only-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-only-flex {
    display: none !important;
  }
}

.l-header {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .l-header {
    margin-bottom: 230px;
  }
}

.p-catch {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .p-catch {
    margin-bottom: 120px;
  }
}

.p-travel {
  margin-bottom: 420px;
}
@media screen and (max-width: 767px) {
  .p-travel {
    margin-bottom: 200px;
  }
}

.p-event {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-event {
    margin-bottom: 0;
  }
}

.p-locations {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-locations {
    margin-bottom: 10px;
  }
}

.p-map {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-map {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=map/style.css.map */