/*! 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.
 */
main {
  display: block; }

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

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

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

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

html, body,
p, ol, ul, li, dl, dt, dd, table,
blockquote, figure, fieldset, legend, textarea, pre, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

body {
  font-family: "Rounded Mplus 1c", sans-serif; }

@-moz-document url-prefix() {
  body {
    line-height: 2.4rem; } }

section {
  padding: 0 !important; }

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

ul, li {
  list-style: none; }

a, a:hover {
  color: #1F7EC1;
  text-decoration: none; }

a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8; }

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

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

input[type="text"],
input[type="password"],
textarea,
*:focus,
select,
button {
  outline: none; }

.l-footer {
  background-image: url(../images/images_new//bg-footer.jpg);
  background-position: center;
  background-size: cover; }

.l-footer__navtitle {
  color: #B7D3E6;
  border-bottom: 1px #1F7EC1 solid;
  padding-bottom: 10px; }

.l-footer__navtitle-dark {
  color: #B7D3E6;
  border-bottom: 1px #135CA9 solid;
  padding-bottom: 10px; }

.l-footer__navlist {
  margin-top: 20px; }
  .l-footer__navlist li {
    font-size: 0.9375rem;
    line-height: 200%;
    position: relative; }
  .l-footer__navlist li a:before {
    content: '';
    background-image: url(../images/images_new//icon-arrow-r.svg);
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0; }
  .l-footer__navlist li a, .l-footer__navlist li a:hover {
    margin-left: 20px;
    color: white; }

.l-footer__sns {
  background: #135CA9;
  padding: 20px;
  text-align: center;
  color: white;
  font-weight: bold; }
  .l-footer__sns--tx {
    font-size: 0.625rem; }
  .l-footer__sns--copy {
    font-size: 0.75rem; }
  .l-footer__sns--link {
    margin: 10px 0 0; }

.l-header__wrap {
  position: fixed;
  top: 0;
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px #B7D3E6;
          box-shadow: 0px 0px 0px 1px #B7D3E6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  z-index: 10; }

.l-header__logo img {
  width: 100px; }

.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.l-header__lang-img {
  width: 30px; }

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px; }
  .l-header__menu {
    width: 60px;
    height: 60px;
    z-index: 100; }
    .l-header__menu__line {
      width: 25px;
      height: 20px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      cursor: pointer; }
      .l-header__menu__line span {
        width: 100%;
        height: 2px;
        background: #1F7EC1;
        display: block;
        -webkit-transition: .6s;
        transition: .6s;
        position: absolute;
        z-index: 1000; }
        .l-header__menu__line span:first-child {
          top: 0; }
        .l-header__menu__line span:nth-child(2) {
          top: 9px; }
        .l-header__menu__line span:last-child {
          bottom: 0; }
      .l-header__menu__line.is-active span {
        -webkit-transition: .6s;
        transition: .6s;
        background: white; }
        .l-header__menu__line.is-active span:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 50%; }
        .l-header__menu__line.is-active span:nth-child(2) {
          opacity: 0; }
        .l-header__menu__line.is-active span:last-child {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 50%; }

.l-header__navwrap {
  width: 80%;
  border: 1px #135CA9 solid;
  background: #1F7EC1; }

.headernavi {
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: rgba(31, 126, 193, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  z-index: 50;
  overflow: scroll; }
  .headernavi__wrap {
    list-style-type: none;
    text-align: center;
    padding-left: 0; }
    .headernavi__wrap li a {
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 10px 100px; }
  .headernavi-enter, .headernavi-leave-to {
    opacity: 0; }
  .headernavi-enter-to, .headernavi-leave {
    opacity: 1; }
  .headernavi-enter-active, .headernavi-leave-active {
    -webkit-transition: .6s;
    transition: .6s; }

.l-header__sns--link {
  padding: 20px 0;
  text-align: center;
  border-top: 1px #135CA9 solid; }
  .l-header__sns--link a {
    margin-right: 10px; }
  .l-header__sns--link a:last-child {
    margin: 0; }

.l-main__mv {
  text-align: center;
  height: 400px;
  background-image: url(../images/images_new//image-mv.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 80px; }
  .l-main__mv p {
    padding-top: 100px;
    color: white;
    font-size: 1.375rem;
    font-weight: bold; }
  .l-main__mv img {
    margin-top: 30px; }

.l-main__contents {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.l-main__bg {
  padding: 0 20px;
  background: white; }

.l-main__contents--600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.l-main__contents--mg {
  margin: 0 auto;
  padding: 150px 50px; }

.l-main__contents--mg-lp {
  margin: 80px auto 0; }

.l-main__businesshours {
  background: #1F7EC1;
  text-align: center;
  color: white; }

.l-main__asobeach {
  background-image: url(../images/images_new//image-asobeach-mv.jpg);
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l-main__asobeach-image-01 {
  background-image: url(../images/images_new//image-asobeach-01.jpg);
  background-position: center;
  background-size: cover;
  height: 400px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l-main__otomari {
  background-image: url(../images/images_new//image-otomari-mv.jpg);
  background-position: bottom;
  background-size: cover;
  height: 400px;
  text-align: center;
  position: relative; }

.js-accordion:last-child {
  border-bottom-width: 1px; }

.js-accordion--title {
  color: #20B7E0;
  text-align: center;
  font-size: 1rem; }

.js-accordion--trigger {
  margin: 0 auto;
  height: 46px;
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #4d68b7;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  outline: none;
  border: 4px #20B7E0 solid;
  background: white;
  cursor: pointer; }
  .js-accordion--trigger:after {
    content: '';
    background-image: url(../images/images_new//icon-arrow-bb.svg);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: 65px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .js-accordion--trigger._state-open:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }

.js-accordion--target {
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

.js-accordion--body {
  margin: -4px auto 0;
  max-width: 600px;
  width: 100%;
  border: 4px #20B7E0 solid;
  padding: 30px;
  color: #20B7E0;
  font-size: 1rem; }

.c-button__lg--white {
  display: block;
  position: relative;
  text-align: center;
  padding: 8px;
  border: 4px #20B7E0 solid;
  height: 148px;
  color: #20B7E0;
  font-weight: bold;
  font-size: 1.125rem; }

.c-button__lg--white:hover {
  color: #20B7E0; }

.c-button__lg--blue {
  display: block;
  background: #1F7EC1;
  height: 100px;
  padding-top: 13px;
  text-align: center; }
  .c-button__lg--blue p {
    color: white;
    font-weight: bold; }

.c-button__lg--blue-light {
  display: block;
  background: #20B7E0;
  height: 100px;
  padding-top: 13px;
  text-align: center; }
  .c-button__lg--blue-light p {
    color: white;
    font-weight: bold; }

.c-button__more {
  max-width: 600px;
  width: 100%;
  font-size: 0.875rem;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-weight: bold;
  border: 4px #1F7EC1 solid;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }

.c-button__lg--insta, .c-button__lg--facebook, .c-button__lg--youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  text-align: center; }
  .c-button__lg--insta p, .c-button__lg--facebook p, .c-button__lg--youtube p {
    color: white;
    font-weight: bold; }

.c-button__lg--insta {
  background: #135CA9; }

.c-button__lg--facebook {
  background: #1F7EC1; }

.c-button__lg--youtube {
  background: #20B7E0; }

.c-button__filter-blue {
  background: #1F7EC1; }

.c-button__banner--back, .c-button__banner--only {
  display: block;
  width: 100%;
  height: 187px;
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  overflow: hidden; }

.c-button__banner--back {
  background-image: url(../images/images_new//image-shark.jpg); }

.c-button__banner--only {
  background-image: url(../images/images_new//image-only.jpg); }

.c-button__bg-mask--blue {
  height: 100%;
  background: rgba(31, 126, 193, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px; }

.c-button__banner--back:hover, .c-button__banner--only:hover {
  color: white; }

.c-button__bg-mask--lightblue {
  height: 100%;
  background: rgba(32, 183, 224, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px; }

.c-button__banner--iruka {
  display: block;
  background-image: url(../images/images_new//image-irukaisland.jpg);
  background-position: center center;
  width: 100%;
  height: 227px;
  background-size: cover;
  border-radius: 15px; }
  .c-button__banner--iruka div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .c-button__banner--iruka img {
    width: 190px; }

.c-button__nav-sm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px white solid;
  padding-left: 30px;
  color: white;
  height: 46px;
  background: #135CA9;
  font-weight: bold; }
  .c-button__nav-sm p:before {
    content: '';
    background-image: url(../images/images_new//icon-arrow-rw.svg);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 10px; }

.c-button__lp-primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px #20B7E0 solid;
  padding-left: 30px;
  color: #20B7E0;
  height: 46px;
  background: white;
  font-weight: bold;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  .c-button__lp-primary p:before {
    content: '';
    background-image: url(../images/images_new//icon-arrow-rb.svg);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 10px; }

.c-button__nav-sm:hover {
  color: white; }

.c-button__lp-primary:hover {
  color: #20B7E0; }

.c-card__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1F7EC1;
  color: white; }
  .c-card__banner p {
    padding: 0 20px;
    font-size: 1.125rem;
    font-weight: bold; }
  .c-card__banner--pic {
    margin-left: auto;
    border-radius: 50px;
    width: 95px;
    height: 95px;
    padding: 5px;
    -o-object-fit: cover;
       object-fit: cover; }
  .c-card__banner--arrow {
    width: 20px;
    height: 100px;
    background: #135CA9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.c-card__banner:hover {
  color: white; }

.c-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-card__info img {
    width: 98px;
    height: 98px;
    border-radius: 15px;
    -o-object-fit: cover;
       object-fit: cover; }
  .c-card__info__text {
    margin-left: 20px; }
  .c-card__info__contents {
    overflow: hidden;
    height: 50px;
    position: relative; }
    .c-card__info__contents p {
      margin-left: 20px;
      color: #1F7EC1;
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .c-card__info__contents p:after {
      content: '...';
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0 60px;
      height: 29px;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%); }

.c-carousel__lp {
  width: 80%;
  margin: 0 auto; }

.c-carousel__lp-img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover; }

.carousel-control-next, .carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.5); }

.carousel-indicators {
  z-index: 9; }

.c-dropdown__header {
  position: relative;
  padding: 0 0 0 10px; }

.c-dropdown__menu {
  position: absolute;
  border: 1px #1F7EC1 solid;
  border-radius: 5px;
  right: 0;
  background: white;
  width: 170px;
  line-height: 150%; }

.c-dropdown__menu a {
  padding: 10px;
  display: block; }

.c-dropdown__menu a:hover {
  background: #1F7EC1;
  color: white; }

.c-icon__detail {
  position: relative; }

.c-icon__detail-img {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px; }

.c-icon__play {
  position: absolute;
  top: 0;
  right: 20px; }

.c-image__info-detail {
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover; }

.c-list__next-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-list__next-back li {
    margin-right: 40px; }
  .c-list__next-back li:last-child {
    margin: 0; }

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center; }

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s; }

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""; }

.modal-wrapper .modal-window {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle; }

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto; }

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.modal-overlay:hover {
  opacity: 1; }

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0; }

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important; }

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal-content {
  border: none; }

.slide-arrow {
  padding: 10px;
  width: 50px; }

.c-select__blue {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center; }

.c-select__blue select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.c-select__blue select::-ms-expand {
  display: none; }

.c-select__blue.cp_sl01 {
  position: relative;
  border: 1px solid #1F7EC1;
  border-radius: 2px;
  background: #ffffff; }

.c-select__blue.cp_sl01::before {
  position: absolute;
  content: '';
  background-image: url(../images/images_new//icon-arrow-b.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  top: 12px;
  right: 15px;
  pointer-events: none; }

.c-select__blue.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: black; }

[v-cloak] {
  display: none; }

#pagetop {
  position: fixed;
  bottom: 0px;
  right: 30px;
  width: 200px;
  /* height: 150px; */
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  #pagetop.v-enter, #pagetop.v-leave-to {
    opacity: 0;
    bottom: 10px; }

.ticket_direct_sp {
  display: none;
}

.c-tab__info--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-tab__info--list li {
    display: block;
    text-align: center;
    width: 100px;
    color: #1F7EC1;
    font-weight: bold;
    border-right: 1px #e6e6e6 solid; }
  .c-tab__info--list li:last-child {
    border: none; }
  .c-tab__info--list .active {
    color: #979797; }

.c-table__show--tr {
  background: #1F7EC1;
  border-right: 1px white solid;
  color: white;
  border-bottom: none !important;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .c-table__show--tr li {
    width: 100%;
    padding: 10px; }

.c-table__show--body, .c-table__show--body-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.c-table__show--body li, .c-table__show--body-bg li {
  width: 100%;
  padding: 10px; }

.c-table__show--body-bg {
  background-color: #e9f5ff; }

.c-table__time {
  width: 50% !important; }

.c-table__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-table__show--body a {
  display: block;
  width: 100%;
  height: 100%; }

.c-tag__m2f {
  display: block;
  background: #fdb41e;
  padding: 5px 0;
  width: 50px;
  color: white;
  font-weight: bold;
  margin-right: 10px;
  text-align: center; }

.c-tag__1f {
  display: block;
  background: #b3d465;
  padding: 5px 0;
  width: 50px;
  color: white;
  font-weight: bold;
  margin-right: 10px;
  text-align: center; }

.c-tag__2f {
  display: block;
  background: #E60012;
  padding: 5px 0;
  width: 50px;
  color: white;
  font-weight: bold;
  margin-right: 10px;
  text-align: center; }

.u-background__blue-dark {
  background: #135CA9; }

.u-background__lp {
  background-image: url(../images/images_new//bg-lp.jpg);
  background-position: center;
  background-size: cover; }

.u-background__base {
  background: url(../images/images_new//bg-lp.jpg);
  background-position: center;
  background-size: cover; }

.u-border__caution {
  border: 1px #FE5E00 solid; }

.u-border__22 {
  border-radius: 22px; }

.u-link__all {
  position: relative;
  z-index: 1; }

.u-link__all a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; }

.u-link__all a:hover {
  background: #B7D3E6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5; }

.u-link__all-y {
  position: relative;
  z-index: 1; }

.u-link__all-y a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; }

.u-link__all-y a:hover {
  background: rgba(255, 255, 255, 0.4); }

.u-margin__t100 {
  margin-top: 100px; }

.u-text__hourstitle {
  font-size: 1.25rem; }

.u-text__hourstime {
  font-size: 1.25rem;
  font-weight: bold; }

.u-text__hoursaddition {
  font-size: 0.875rem; }

.u-text__caution--title {
  font-size: 0.875rem;
  background: #FE5E00;
  padding: 3px 5px;
  color: white;
  font-weight: bold; }

.u-text__caution {
  font-size: 1rem;
  color: #FE5E00; }

.u-text__caution--title {
  font-size: 1rem; }

.u-text__caution--link {
  color: #FE5E00;
  text-decoration: underline; }

.u-text__caution--link:hover {
  color: #FE5E00; }

.u-text__info--title {
  font-size: 1.125rem;
  font-weight: bold; }

.u-text__more-title, .u-text__link-title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center; }

.u-text__more-title:before {
  content: '';
  background-image: url(../images/images_new//icon-umitamago.svg);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -130px; }

.u-text__link-title:before {
  content: '';
  background-image: url(../images/images_new//icon-link.svg);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px; }

.u-text__banner--sm {
  font-size: 0.75rem; }

.u-text__banner--lg {
  font-size: 1.125rem; }

.u-text__h1 {
  font-size: 1.25rem;
  color: #1F7EC1;
  position: relative;
  padding-left: 30px;
  border-bottom: 2px #1F7EC1 solid; }

.u-text__h1:before {
  content: '';
  background-image: url(../images/images_new//icon-umitamago.svg);
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px; }

.u-text__h2 {
  font-size: 1rem;
  color: #1F7EC1;
  font-weight: bold; }

.u-text__info-xl {
  font-size: 1.375rem; }

.u-text__info-l {
  font-size: 1.25rem; }

.u-text__info-s {
  font-size: 0.75rem; }

.u-text__info-caution {
  color: #FE5E00; }

.u-text__info-link {
  color: #1F7EC1;
  text-decoration: underline; }

.u-text__info-link:hover {
  text-decoration: none; }

.u-text__marker_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #20B7E0));
  background: linear-gradient(transparent 60%, #20B7E0 60%); }

.u-text__border {
  border: 1px #333 solid;
  padding: 0 10px; }

.u-text__asobeach-title {
  color: white;
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  padding: 50px 0; }

.u-text__asobeach {
  text-align: center;
  color: white; }

.u-text__otomari-title {
  color: white;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  padding: 80px 0 0; }

.u-text__otomari-subtitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); }

.u-text__lp-white {
  text-align: center;
  color: white;
  font-size: 0.875rem; }

.u-width__600 {
  max-width: 600px;
  width: 100%; }

@media (max-width: 768px) {
  .l-footer__nav {
    display: none; }
  .l-footer__navlist li {
    line-height: 300%; }
  li a:before {
    top: 20px !important; }
  .l-header__wrap {
    height: 60px; }
  .l-header__logo img {
    width: 80px; }
  .l-header__webticket {
    width: 45px; }
    .l-header__lang a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      border-left: 1px #1F7EC1 solid;
      border-right: 1px #1F7EC1 solid;
      padding: 0 10px; }
  .is-active {
    background: #1F7EC1;
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 50px; }
  .l-header__nav--button-sm {
    padding: 60px 20px 20px;
    background: #1F7EC1; }
  .l-header__navwrap {
    width: 100%;
    border: none;
    background: #1F7EC1; }
  .headernavi {
    display: block;
    overflow: scroll; }
  .l-main__mv {
    margin-top: 60px; }
    .l-main__mv p {
      font-size: 1.125rem; }
  .l-main__contents {
    padding: 0 15px; }
  .l-main__contents--mg {
    margin: 100px auto 50px; }
  .l-main__contents--mg-lp {
    margin: 50px auto 0; }
  .js-accordion--trigger {
    max-width: 100%; }
  .js-accordion--body {
    max-width: 100%; }
  .c-button__lg--blue, .c-button__lg--blue-light {
    font-size: 0.8125rem; }
  .c-button__bg-mask--blue, .c-button__bg-mask--lightblue {
    padding: 0 0 0 10px; }
  .c-card__banner p {
    font-size: 1rem; }
  .c-carousel__lp {
    width: 100%; }
  .c-carousel__lp-img {
    height: 200px; }
  .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal-wrapper .modal-window {
    padding: 30px 0 0; }
  .ticket_direct_pc {
    display: none; }
    .ticket_direct_sp {
      display: block;
    }
    #pagetop {
      bottom: 20px;
    right: 0px;
    width: 80px;
    }
  .c-table__place {
    display: block; }
  .u-text__hourstitle {
    font-size: 1rem; }
  .u-text__hourstime {
    font-size: 1rem; }
  .u-text__banner--lg {
    font-size: 1rem; }
  .u-text__asobeach-title {
    text-align: center; }
  .u-text__otomari-title {
    padding: 50px 0 0; }
  .u-text__otomari-subtitle {
    font-size: 0.9375rem;
    padding: 20px;
    margin-top: 40px; } }

@media (min-width: 769px) {
  .l-header__webticket {
    display: none; }
  .l-header__nav--button-sm {
    display: none; } }
