@font-face {
  font-family: "HelveticaNeue";
  src: url("../font/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("../font/HelveticaNeue/HelveticaNeue.woff2") format("woff2"), url("../font/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../font/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.woff2") format("woff"), url("../font/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.woff") format("woff2"), url("../font/HelveticaNeue/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

* {
  list-style: none;
}

html {
  font-size: calc((112.5% + 0.25vw) * 1);
}

_:-ms-lang(x)::-ms-backdrop, html {
  font-size: calc((16px + 0.25vw) * 1);
}

body {
  font-family: "HelveticaNeue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #F3F3F3;
  margin: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.top-side-sns-container {
  padding: 10px;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2E4F4F;
}

.top-side-sns-container a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.top-side-sns {
  display: block;
  -webkit-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remove-side-sns {
  -webkit-transform: translateX(100%) translateY(-50%) !important;
          transform: translateX(100%) translateY(-50%) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-sns-container {
  padding: 10px;
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2E4F4F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-sns-container a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.be-lion-side-sns-container {
  padding: 10px;
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2E4F4F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.be-lion-side-sns-container a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 559.98px) {
  .top-side-sns-container {
    display: none;
  }
  .side-sns-container {
    display: none;
  }
  .be-lion-side-sns-container {
    display: none;
  }
}

.header {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 60px;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.header .site-name-link {
  display: none;
}

.header .min-bar {
  display: none;
  pointer-events: all;
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  margin: 0 32px;
}

.header ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.header ul li a {
  pointer-events: all;
  font-size: 0.8rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  height: 100%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.801);
  margin: 0 1vw;
  font-weight: bold;
}

.header ul li a:hover {
  color: #fff;
}

.header ul li a.current-page {
  position: relative;
}

.header ul li a.current-page::before {
  content: "";
  position: absolute;
  border-bottom: 6px solid #2E4F4F;
  right: 0;
  left: 0;
  bottom: 8px;
}

.header ul li:nth-of-type(2) {
  line-height: 1.05rem;
  text-align: left;
  margin-left: auto;
}

.header ul li:last-of-type {
  margin-right: 16px;
}

.header a:not(.current-page) {
  position: relative;
}

.header a:not(.current-page)::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
}

.header a:not(.current-page):hover::before {
  border-bottom: 6px solid #2E4F4F;
}

.header li:first-of-type a:hover::before {
  content: "";
  border: unset;
  border: none;
}

.header.basic {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: none;
  position: fixed;
  top: 2vh;
  width: 100%;
  right: auto;
}

.header.basic .site-name-link {
  display: block;
  text-align: left;
}

.header.basic nav ul {
  -webkit-box-shadow: 0px 16px 16px #00000033;
          box-shadow: 0px 16px 16px #00000033;
  background: #fff;
  height: 92px;
  margin: 0 32px;
}

.header.basic nav ul li a {
  color: #464646;
  text-shadow: none;
}

.header.basic nav ul li:first-of-type {
  text-align: left;
  margin-left: 12px;
}

.header.basic nav ul li:nth-of-type(2) {
  margin-left: auto;
}

@media (max-width: 959.98px) {
  .header {
    font-size: 16px;
    width: 100%;
  }
  .header ul .min-bar {
    margin-left: auto;
    display: block;
  }
  .header ul .min-bar .header-menu-bar {
    margin: 6px 12px 0 0;
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 0px 2px 3px #000000E6;
  }
  .header-menu li {
    display: none;
  }
  .header.basic {
    background-color: unset;
    pointer-events: all;
  }
  .header.basic nav {
    background-color: rgba(255, 255, 255, 0);
    margin: 0 4vw;
  }
  .header.basic nav .header-menu {
    margin: 0;
    padding: 1vh 0;
  }
  .header.basic nav .min-bar {
    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;
    margin-right: 12px;
  }
  .header.basic nav .min-bar .header-menu-bar {
    color: #464646;
    margin: 0;
    font-size: 2rem;
    color: #464646;
    text-shadow: unset;
  }
  .header.basic nav ul {
    height: auto;
  }
  .header.basic nav ul li a {
    margin: 0;
  }
  .header.basic nav ul li:first-of-type {
    display: block;
  }
  .header.basic nav ul li:first-of-type a {
    font-size: 0.7rem;
    line-height: 0.95rem;
    padding: 0;
  }
}

@media (max-width: 559.98px) {
  .header {
    top: calc(2vh + 8px);
    right: calc(2vh + 8px);
  }
  .header ul {
    margin: 0;
  }
  .header ul .min-bar .header-menu-bar {
    margin: 6px 12px 0 0;
  }
  .header.basic {
    max-width: 100%;
  }
  .header.basic nav .min-bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.basic nav .min-bar .header-menu-bar {
    margin: 0;
    font-size: 2rem;
    color: #464646;
    text-shadow: unset;
  }
  .header.basic nav ul {
    height: auto;
  }
  .header.basic nav ul li:first-of-type {
    display: block;
  }
  .header.basic nav ul li:first-of-type a {
    font-size: 0.7rem;
    line-height: 0.95rem;
    padding: 0;
  }
}

.active {
  display: none;
}

.none {
  display: none;
}

.pointer {
  pointer-events: none;
}

.header.basic.mobile-open {
  -webkit-transition: unset;
  transition: unset;
}

.mobile-menu-window {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1A1A1A;
  height: 100vh;
  height: calc( var(--vh, 1vh) * 100);
  width: 100vw;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  pointer-events: all;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-menu-window .header {
  display: none;
}

.mobile-menu-window .mobile-menu-link {
  padding-top: 92px;
  margin-top: 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.mobile-menu-window .mobile-menu-link .mobile-sitemap-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(208px + 4vw);
  margin: 0 auto 0 auto;
}

.mobile-menu-window .mobile-menu-link .mobile-sitemap-container a {
  margin: 0;
  font-size: 1rem;
  margin: 0 2vw 4vh 2vw;
}

.mobile-menu-window .mobile-menu-link .mobile-icon-container {
  margin: 0 auto 0 auto;
}

.mobile-menu-window .mobile-menu-link .mobile-icon-container a {
  margin: 0 8vw;
}

.mobile-menu-window .mobile-menu-link .mobile-icon-container a i {
  font-weight: normal;
  font-size: 2.25rem;
}

.mobile-menu-window nav ul {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background: #1A1A1A;
  height: 92px;
  margin: 0 32px;
}

.mobile-menu-window nav ul li a {
  color: #fff !important;
  text-shadow: none;
}

.mobile-menu-window nav ul li:first-of-type {
  text-align: left;
  margin-left: 12px;
}

.mobile-menu-window nav ul li:nth-of-type(2) {
  margin-left: auto;
}

.mobile-menu-window nav ul .min-bar {
  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;
  margin-right: 12px;
}

.mobile-menu-window nav ul .min-bar .header-menu-bar {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  text-shadow: unset;
}

.mobile-menu-window nav ul .mobile-site-name-link {
  display: block;
}

.mobile-menu-window nav .header-menu {
  background: #1A1A1A;
}

.mobile-menu-window div {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-window div p {
  display: inline;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: bold;
}

.mobile-menu-window div a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.mobile-menu-window div a:hover {
  color: #fff;
}

@media (max-width: 959.98px) {
  .active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile-menu-window {
    background-color: #1A1A1A;
  }
  .mobile-menu-window .header {
    -webkit-transition: unset;
    transition: unset;
    display: block;
  }
  .mobile-menu-window .mobile-menu-link .mobile-sitemap-container {
    width: calc(208px + 16vw);
    margin: 0 auto 0 auto;
  }
  .mobile-menu-window .mobile-menu-link .mobile-sitemap-container a {
    margin: 0 4vw 4vh 4vw;
  }
  .mobile-menu-window .mobile-menu-link .mobile-icon-container {
    margin: 12vh auto 20vh auto;
  }
  .mobile-menu-window .mobile-menu-link .mobile-icon-container a {
    margin: 0 4vw;
  }
  .mobile-menu-window .mobile-menu-link _:-ms-lang(x)::-ms-backdrop, .mobile-menu-window .mobile-menu-link .mobile-icon-container {
    margin: 10vh 0 0 0;
  }
  .mobile-menu-window .min-active nav {
    background-color: #1A1A1A !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .mobile-menu-window .min-active nav ul {
    background: #1A1A1A !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .mobile-menu-window .min-active nav ul li a {
    color: #ffffff !important;
  }
  .mobile-menu-window .min-active nav ul .min-bar .header-menu-bar {
    color: #ffffff !important;
  }
  .mobile-menu-window div .footer-sitemap-container p {
    margin-bottom: 16px;
  }
  .mobile-menu-window div .footer-sitemap-container a {
    margin-bottom: 16px;
  }
  .mobile-menu-window _:-ms-lang(x)::-ms-backdrop, .mobile-menu-window .min-active {
    left: 0;
  }
  .mobile-menu-window _:-ms-lang(x)::-ms-backdrop, .mobile-menu-window .mobile-menu-link {
    height: auto;
    left: 0;
  }
  _:-ms-lang(x)::-ms-backdrop, .mobile-menu-window {
    padding: 0;
  }
}

@media (max-width: 559.98px) {
  .mobile-menu-window .mobile-menu-link {
    padding-top: calc(24px + 8vh);
  }
  .mobile-menu-window .mobile-menu-link .mobile-sitemap-container {
    width: calc(208px + 4vw);
  }
  .mobile-menu-window .mobile-menu-link .mobile-sitemap-container a {
    margin: 0;
    font-size: 1rem;
    margin: 0 8vw 2vh 8vw;
  }
  .mobile-menu-window .mobile-menu-link .mobile-icon-container {
    margin: 4vh auto 16vh auto;
  }
  .mobile-menu-window .mobile-menu-link .mobile-icon-container a {
    margin: 0 6vw;
  }
  .mobile-menu-window .mobile-menu-link .mobile-icon-container a i {
    font-weight: normal;
    font-size: 2.25rem;
  }
  .mobile-menu-window .mobile-menu-link _:-ms-lang(x)::-ms-backdrop, .mobile-menu-window .mobile-menu-link .mobile-icon-container {
    margin: 8vh auto 0 auto;
  }
  .mobile-menu-window nav ul {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    background: #1A1A1A;
    height: 92px;
    margin: 0 32px;
  }
  .mobile-menu-window nav ul li a {
    color: #fff !important;
    text-shadow: none;
  }
  .mobile-menu-window nav ul li:first-of-type {
    text-align: left;
    margin-left: 12px;
  }
  .mobile-menu-window nav ul li:nth-of-type(2) {
    margin-left: auto;
  }
  .mobile-menu-window nav ul .min-bar {
    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;
    margin-right: 12px;
  }
  .mobile-menu-window nav ul .min-bar .header-menu-bar {
    color: #fff;
    margin: 0;
    font-size: 2rem;
    text-shadow: unset;
  }
  .mobile-menu-window nav ul .mobile-site-name-link {
    display: block;
  }
  .mobile-menu-window nav .header-menu {
    background: #1A1A1A;
  }
  .mobile-menu-window div {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu-window div p {
    display: inline;
    color: #fff;
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .mobile-menu-window div a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .mobile-menu-window div a:hover {
    color: #fff;
  }
}

.slider {
  position: relative;
  margin: 0 auto;
}

.slider li {
  width: 100%;
}

.slider li img {
  height: 100vh;
  height: calc(var( --vh, 1vh) * 100);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
/* .slider li .slide1 {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
} */
.slider li .slide1 {
  object-position: 50% 0%;
}

.slider li .slide3 {
  /* -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); */
  /* transform: rotate(90deg); */
  object-fit: scale-down(contain);
}

.slider li .slide4 {
  /* -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); */
  /* transform: rotate(90deg); */
  object-position: top;
}
.slider li .slide5 {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* transform: rotate(90deg); */
  object-position: 50% 85%;

}

.slider .slide-arrow {
  outline: 6px solid #fff;
  outline-offset: -6px;
  pointer-events: all;
  position: absolute;
  bottom: 72px;
  z-index: 2;
  width: 56px;
  max-width: 64px;
  min-width: 56px;
  cursor: pointer;
  -webkit-filter: drop-shadow(1px 2px 0.75px #000000E6);
  -moz-filter: drop-shadow(1px 2px 0.75px #000000E6);
  -ms-filter: drop-shadow(1px 2px 0.75px #000000E6);
  filter: drop-shadow(1px 2px 0.75px #000000E6);
}

.slider _:-ms-lang(x)::-ms-backdrop, .slider .slide-arrow {
  box-shadow: 0 4px 6px 6px rgba(0, 0, 0, 0.6);
}

.slider .prev-arrow {
  left: 48px;
}

.slider .next-arrow {
  left: 136px;
}

.slider-wrapper {
  position: relative;
}

.slider-inner-frame {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100vw - 40px);
  height: calc(100vh - 96px);
  height: calc( calc( var( --vh, 1vh ) * 100) - 96px);
  border: solid 12px #fff;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
}

.slider-inner-frame h1 {
  color: #fff;
  text-shadow: 0px 2px 3px #000000E6;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  font-size: 3.75rem;
  line-height: 5rem;
  font-weight: bold;
}

.slider-inner-frame h1 span {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  text-shadow: none;
  -webkit-filter: drop-shadow(1px 2px 0.75px #000000E6);
  -moz-filter: drop-shadow(1px 2px 0.75px #000000E6);
  -ms-filter: drop-shadow(1px 2px 0.75px #000000E6);
  filter: drop-shadow(1px 2px 0.75px #000000E6);
  opacity: 1;
}

.slider-inner-frame h1 _:-ms-lang(x)::-ms-backdrop, .slider-inner-frame h1 span {
  -webkit-text-stroke: unset;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.801);
}

.slider-inner-frame _:-ms-lang(x)::-ms-backdrop, .slider-inner-frame h1 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.801);
}

.slider-inner-frame div {
  font-size: .75rem;
  position: absolute;
  right: 16px;
  bottom: 0;
  color: #ffffff;
  pointer-events: all;
  margin-bottom: 0;
  -webkit-filter: drop-shadow(0px 2px 2px #000000E6);
  -moz-filter: drop-shadow(0px 2px 2px #000000E6);
  -ms-filter: drop-shadow(0px 2px 2px #000000E6);
  filter: drop-shadow(0px 2px 2px #000000E6);
  cursor: pointer;
}

.slider-inner-frame div _:-ms-lang(x)::-ms-backdrop, .slider-inner-frame div span, .slider-inner-frame div svg {
  text-shadow: none;
}

.slider-inner-frame div span {
  font-weight: 700;
}

.slider-inner-frame div span:first-of-type {
  display: inline;
}

.slider-inner-frame div span:nth-of-type(2) {
  display: none;
}

.slider-inner-frame div svg {
  width: 1.5rem;
}

@media (max-width: 959.98px) {
  .slider li .slide1 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
    font-family: "object-fit: cover; object-position: 80% 50%;";
  }
  .slider li .slide2 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
    font-family: "object-fit: cover; object-position: 60% 50%;";
  }
  .slider li .slide3 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 15% 50%;
       object-position: 15% 50%;
    font-family: "object-fit: cover; object-position: 15% 50%;";
  }
  .slider li .slide4 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 0%;
       object-position: 80% 0%;
    font-family: "object-fit: cover; object-position: 80% 0%;";
  }
  .slider li .slide5 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 100%;
       object-position: 0% 100%;
    font-family: "object-fit: cover; object-position: 0% 100%;";
      -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .slider li .slide6 {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
    font-family: "object-fit: cover; object-position: 75% 50%;";
  }
  .slider .prev-arrow {
    left: 48px;
  }
  .slider .next-arrow {
    left: 136px;
  }
  .slider-inner-frame h1 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    top: auto;
    bottom: 80px;
    -webkit-transform: none;
            transform: none;
  }
  width: calc(100vw - 40px);
  height: calc(100vh - 96px);
  height: calc( calc( var( --vh, 1vh ) * 100) - 96px);
}

@media (max-width: 559.98px) {
  .slider li {
    width: 100%;
  }
  .slider .slide-arrow {
    outline: 6px solid #fff;
    outline-offset: -6px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    bottom: 28px;
    width: 48px;
    min-width: 48px;
  }
  .slider .prev-arrow {
    left: 28px;
  }
  .slider .next-arrow {
    left: 100px;
  }
  .slider-inner-frame {
    width: calc(100vw - 4vh);
    height: calc(100vh - 4vh);
    height: calc( calc( var( --vh, 1vh ) * 100) - 4vh);
    border: solid 8px #fff;
  }
  .slider-inner-frame div {
    bottom: 8px;
    right: 6px;
    font-size: 0.65rem;
  }
  .slider-inner-frame div span:first-of-type {
    display: none;
  }
  .slider-inner-frame div span:nth-of-type(2) {
    display: inline;
  }
  .slider-inner-frame div svg {
    width: 1.35rem;
    height: 100%;
  }
  .slider-inner-frame div _:-ms-lang(x)::-ms-backdrop, .slider-inner-frame div svg {
    height: 1rem;
  }
}

.calendar {
  position: relative;
  margin: 20px;
}

.calendar::before {
  content: "";
  display: block;
  padding-top: calc(100% * 5 / 3);
}

.calendar iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.schedule {
  margin: 200px 0 96px 0;
  overflow: hidden !important;
}

.schedule h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.75rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.75rem;
  color: #464646;
  margin-bottom: 32px;
}

.schedule h2 .heading-border {
  border-bottom: 5px solid #2E4F4F;
  width: 60vw;
  margin: 24px auto 20px auto;
}

.schedule h2 .heading-translation {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 0.9rem;
}

.schedule .calendar {
  height: 0;
  position: relative;
  padding-bottom: 45%;
  margin: 0 14vw;
  pointer-events: none;
}

.schedule .calendar iframe {
  pointer-events: all;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.schedule .home-contact {
  text-align: center;
  margin: 48px auto 48px auto;
  font-size: 0.8rem;
}

.schedule .home-contact .home-contact-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.schedule .home-contact .home-contact-link-container div {
  margin: 0 32px;
}

.schedule .home-contact .home-contact-link-container div p {
  color: #464646;
  font-weight: 700;
}

.schedule .home-contact .home-contact-link-container div a {
  font-size: 1.35rem;
  font-weight: bold;
}

.schedule .home-contact .home-contact-link-container > a {
  margin: 0 32px;
  padding: 16px 32px;
  border: 4px solid #464646;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px #000000E6;
          box-shadow: 0px 2px 3px #000000E6;
  font-weight: 700;
}

.schedule .home-contact a {
  color: #464646;
  font-weight: 700;
}

.schedule .home-contact a:hover {
  color: inherit;
}

.schedule .home-contact svg {
  width: 0.6rem;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 20px;
}

.schedule .home-contact _:-ms-lang(x)::-ms-backdrop, .schedule .home-contact svg {
  height: 1rem;
}

.schedule .home-contact p {
  margin-bottom: 0;
}

@media (max-width: 959.98px) {
  .schedule h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
  .schedule h2 .heading-border {
    border-bottom: 5px solid #2E4F4F;
    width: 60vw;
    margin: 24px auto 20px auto;
  }
  .schedule h2 .heading-translation {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 0.9rem;
  }
  .schedule .calendar {
    height: 0;
    position: relative;
    padding-bottom: 75%;
    margin: 0 4vw;
    pointer-events: none;
  }
  .schedule .calendar iframe {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .schedule .home-contact {
    text-align: center;
    margin: 48px auto 48px auto;
    font-size: 0.8rem;
  }
  .schedule .home-contact .home-contact-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 28px;
  }
  .schedule .home-contact .home-contact-link-container div {
    margin: 0 32px;
  }
  .schedule .home-contact .home-contact-link-container div p {
    color: #464646;
  }
  .schedule .home-contact .home-contact-link-container div a {
    font-size: 1.35rem;
    font-weight: bold;
  }
  .schedule.top {
    margin-bottom: 0;
  }
}

@media (max-width: 559.98px) {
  .schedule {
    margin: 140px 0 56px 0;
  }
  .schedule h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #464646;
  }
  .schedule h2 .heading-border {
    border-bottom: 8px solid #2E4F4F;
    width: 100%;
    margin: 16px auto 16px auto;
  }
  .schedule h2 .heading-translation {
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.9rem;
  }
  .schedule .calendar {
    height: 0;
    min-height: 500px;
    position: relative;
    padding-bottom: 80%;
    margin: 0 2vw;
    pointer-events: none;
  }
  .schedule .calendar iframe {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .schedule .home-contact {
    text-align: center;
    margin: 40px auto 48px auto;
    font-size: 0.8rem;
  }
  .schedule .home-contact .home-contact-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .schedule .home-contact .home-contact-link-container div {
    margin: 0 32px 40px 32px;
  }
  .schedule .home-contact .home-contact-link-container div p {
    color: #464646;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .schedule .home-contact .home-contact-link-container div a {
    font-size: 1.85rem;
    font-weight: bold;
  }
  .schedule .home-contact .home-contact-link-container > a {
    margin: 0 32px;
    padding: 16px 32px;
    border: 4px solid #464646;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px #000000E6;
            box-shadow: 0px 2px 3px #000000E6;
  }
  .schedule .home-contact a {
    color: #464646;
  }
  .schedule .home-contact a:hover {
    color: inherit;
  }
  .schedule .home-contact svg {
    width: 0.6rem;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 20px;
  }
  .schedule .home-contact _:-ms-lang(x)::-ms-backdrop, .schedule .home-contact svg {
    height: 1rem;
  }
  .schedule .home-contact p {
    margin-bottom: 0;
  }
}

.sponsor {
  padding-top: 48px;
  padding-bottom: 56px;
  background-color: #fff;
}

.sponsor p {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #464646;
}

.sponsor .sponsor-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  max-width: 100%;
}

.sponsor .sponsor-logo-container a {
  width: 12vw;
  height: 100%;
  /* margin: 0 16px; */
  margin: 12px 24px;
}
/* .sponsor .sponsor-logo-container picture {
  width: 40vw;
  height: 100%;
  min-width: 40vw;
  max-width: 150px;
  margin: 0 16px 48px 16px;
} */

.sponsor .sponsor-logo-container a picture img {
  width: 100%;
  height: 100%;
}


.sponsor-logo-container a[href] {
  display: inline-block;
}

.sponsor-logo-container a[href] img {
  transition: transform 0.3s ease;
}

.sponsor-logo-container a[href]:hover img {
  transform: scale(1.05);
}

.sponsor-logo-container a[href]:active img {
  transform: scale(0.95);
}


.ism_logo {
  padding: 0 2px;
}

.bass_base_logo {
  padding: 0 10px;
}

.gold_works_logo{
  padding: 0 4px;
}

@media (max-width: 959.98px) {
  .sponsor {
    padding-top: 48px;
    padding-bottom: 56px;
    background-color: #fff;
  }
  .sponsor p {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #464646;
  }
  .sponsor .sponsor-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .sponsor .sponsor-logo-container a {
    width: 20vw;
    height: 100%;
    min-width: 20vw;
    margin: 0 16px 48px 16px;
  }
}

@media (max-width: 559.98px) {
  .sponsor {
    padding-bottom: 32px;
  }
  .sponsor p {
    font-size: 1.25rem;
  }
  .sponsor .sponsor-logo-container a {
    width: 40vw;
    height: 100%;
    min-width: 40vw;
    max-width: 150px;
    margin: 0 16px 48px 16px;
  }
  .eight_bassboat{
    padding-right: 10px;
  }
}

footer {
  background-color: #1A1A1A;
  height: 260px;
}

footer div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 24px;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer div div {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer div div p {
  display: inline;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: bold;
}

footer div div a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

footer div div a:hover {
  color: #fff;
}

footer div div .footer-sitemap-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33vw;
  margin-right: 0;
}

footer div div .footer-sitemap-container p {
  margin: 0 8px 4px 8px;
}

footer div div .footer-sitemap-container a {
  margin: 0 8px 4px 8px;
}

footer div div .footer-icon-container a {
  margin: 0 8px;
  font-weight: normal;
}

footer div div .footer-icon-container a i {
  font-size: 1.25rem;
}

footer div .footer-arrow-wrapper {
  position: absolute;
  top: 50px;
  right: 30px;
  display: block;
  margin: 0;
  cursor: pointer;
}

footer div .footer-arrow-wrapper img {
  width: 56px;
  display: inline-block;
}

@media (max-width: 959.98px) {
  footer {
    background-color: #1A1A1A;
    height: 400px;
  }
  footer div div .footer-sitemap-container p {
    margin-bottom: 16px;
  }
  footer div div .footer-sitemap-container a {
    margin-bottom: 16px;
  }
}

@media (max-width: 559.98px) {
  footer {
    height: 520px;
  }
  footer > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer div div .footer-sitemap-container {
    width: 70vw;
    margin: 0 auto 40px auto;
  }
  footer div div .footer-sitemap-container p {
    margin-bottom: 16px;
    font-size: 1rem;
  }
  footer div div .footer-sitemap-container a {
    margin-bottom: 16px;
    font-size: 1rem;
  }
  footer div div .footer-icon-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 80vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer div div .footer-icon-container a {
    margin: 0 12px;
  }
  footer div div .footer-icon-container a i {
    font-size: 2.25rem;
  }
  footer div .footer-arrow-wrapper {
    position: absolute;
    top: 30px;
    right: 0;
    display: block;
    margin: 0;
  }
  footer div .footer-arrow-wrapper img {
    width: 48px;
    display: inline-block;
  }
}

.heading-wrapper {
  margin: 200px 0 72px 0;
  overflow: hidden;
}

.heading-wrapper h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.75rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.75rem;
  color: #464646;
  margin-bottom: 32px;
}

.heading-wrapper h2 .heading-border {
  border-bottom: 5px solid #2E4F4F;
  width: 60vw;
  margin: 24px auto 20px auto;
}

.heading-wrapper h2 .heading-translation {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 0.9rem;
}

.heading-wrapper.top {
  margin-top: 0;
  margin-bottom: 0;
}

.guide-elements-wrapper {
  background-color: #fff;
  margin-bottom: 112px;
  padding-bottom: 48px;
}

.guide-elements-container {
  padding: 64px 0 8px 0;
  margin: 0 12vw;
  overflow: hidden;
}

.guide-elements-container > div {
  margin-bottom: 48px;
}

.guide-elements-container p {
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.15rem;
}

.guide-elements-container h4 {
  font-weight: 700;
}

.guide-elements-container h3 {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 48px;
}

.guide-elements-container h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid #000;
}

.guide-elements-container h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid #D0D0D0;
}

.guide-elements-container .guide-middle-item {
  border-bottom: 1.5px solid #5050503a;
}

.guide-elements-container .guide-middle-item h4 {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.guide-elements-container .guide-middle-item h4::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1.5px solid #5050503a;
}

.guide-elements-container .guide-middle-item p {
  margin-bottom: 1rem;
}

.guide-elements-container .guide-middle-item.chancel {
  border-bottom: unset;
}

.guide-elements-container .price-container p {
  white-space: nowrap;
}

.guide-elements-container .location-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}

.guide-elements-container .location-item-container > div {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.guide-elements-container .location-item-container > img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  height: 100%;
  margin-left: auto;
}

.guide-elements-container .location-item-container .location-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.guide-elements-container .location-item-container .access-explanation {
  display: inline;
}

.guide-elements-container .location-item-container .min-access-explanation {
  display: none;
}

.guide-elements-container .location-item-container h5 {
  font-size: 0.9rem;
  line-height: 1.35em;
  margin-bottom: 0;
  font-weight: 700;
}

.guide-elements-container .guide-boat-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guide-elements-container .guide-boat-img-container>picture {
  /* -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%; */
  max-width: 50%;
  height: auto;
  /* height: 100%; */
  /* margin-left: auto; */
}

.guide-elements-container .guide-boat-img-container>picture img,
.guide-elements-container .guide-boat-img-container>picture picture{
  width: 100%;
  height: auto;
}

.guide-elements-container .guide-boat-img1{
  padding-right: 12px; 
}
.guide-elements-container .guide-boat-img2{
  padding-left: 12px;
}





.guide-elements-container .belongings-item-container p {
  margin: 64px 2vw;
}

.guide-elements-container .belongings-item-container .belongings-img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  filter: brightness(140%);
}

.guide-elements-container .belongings-item-container .rental-img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.guide-elements-container .application-container > *:not(h3) {
  margin-right: 4vw;
  margin-left: 4vw;
}

.guide-contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide-contact {
  background-color: #F3F3F3;
  text-align: center;
  margin: 0px 8vw 48px 8vw;
  font-size: 0.8rem;
  padding: 32px 32px 4px 32px;
}

.guide-contact p {
  font-size: 0.9rem;
  font-weight: 700;
  color: #464646;
  margin-bottom: 40px;
}

.guide-contact p:last-child {
  font-size: 0.7rem;
}

.guide-contact .guide-contact-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}

.guide-contact .guide-contact-link-container div {
  margin: 0 32px;
}

.guide-contact .guide-contact-link-container div p {
  color: #464646;
  font-weight: 700;
}

.guide-contact .guide-contact-link-container div a {
  font-size: 1.35rem;
  font-weight: bold;
}

.guide-contact .guide-contact-link-container .tel-contact-link-container p {
  margin-bottom: 16px;
}

.guide-contact .guide-contact-link-container .web-contact-link-container p {
  margin-bottom: 8px;
}

.guide-contact .guide-contact-link-container .web-contact-link-container a {
  margin-bottom: 8px;
}

.guide-contact .guide-contact-link-container .link-decoration {
  margin: 0 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
}

.guide-contact .guide-contact-link-container .link-decoration _:-ms-lang(x)::-ms-backdrop, .guide-contact .guide-contact-link-container .link-decoration svg {
  height: 1rem;
}

.guide-contact a {
  color: #464646;
  font-weight: 700;
}

.guide-contact a:hover {
  color: inherit;
}

.guide-contact svg {
  width: 0.6rem;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 20px;
}

.link-decoration {
  padding: 16px 32px;
  border: 4px solid #464646;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px #000000E6;
          box-shadow: 0px 2px 3px #000000E6;
  font-weight: 700;
}

@media (max-width: 959.98px) {
  .heading-wrapper h2 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
  .heading-wrapper h2 .heading-border {
    border-bottom: 5px solid #2E4F4F;
    width: 60vw;
    margin: 24px auto 20px auto;
  }
  .heading-wrapper h2 .heading-translation {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .guide-contact {
    margin: 48px 0;
    padding-right: 15vw;
    padding-left: 15vw;
  }
  .guide-contact p {
    font-weight: 700;
  }
  .guide-contact .guide-contact-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guide-contact .guide-contact-link-container div {
    margin: 0 auto;
  }
  .guide-contact .guide-contact-link-container div p {
    font-weight: 700;
  }
  .guide-contact .guide-contact-link-container .tel-contact-link-container {
    margin-bottom: 40px;
  }
  .guide-contact .guide-contact-link-container .tel-contact-link-container p {
    font-weight: 700;
  }
  .guide-contact .guide-contact-link-container .tel-contact-link-container a {
    font-size: 1.75rem;
  }
  .guide-contact .guide-contact-link-container .web-contact-link-container .link-decoration {
    margin: 24px 0 20px 0;
  }
  .guide-elements-container {
    margin: 0 6vw;
  }
  .guide-elements-container p, .guide-elements-container h3, .guide-elements-container h4, .guide-elements-container h5 {
    font-weight: 700;
  }
  .guide-elements-container .location-item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .guide-elements-container .location-item-container img {
    width: 100%;
  }
  .guide-elements-container .location-item-container _:-ms-lang(x)::-ms-backdrop, .guide-elements-container .location-item-container img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .guide-elements-container .location-item-container > _:-ms-lang(x)::-ms-backdrop, .guide-elements-container .location-item-container div {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .guide-elements-container .location-item-container .access-explanation {
    display: none;
  }
  .guide-elements-container .location-item-container .min-access-explanation {
    display: inline;
  }
  .guide-elements-container .application-container > *:not(h3) {
    margin-right: 0;
    margin-left: 0;
  }
    .guide-elements-container .guide-boat-img-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .guide-elements-container .guide-boat-img-container>picture {
      /* -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%; */
      max-width: 100%;
      height: auto;
      /* height: 100%; */
      /* margin-left: auto; */
    }
  
    /* .guide-elements-container .guide-boat-img-container>picture img,
    .guide-elements-container .guide-boat-img-container>picture picture {
      width: 100%;
      height: auto;
    } */
  
    .guide-elements-container .guide-boat-img1 {
      padding-right: 0;
      margin-bottom: 24px;
    }
  
    .guide-elements-container .guide-boat-img2 {
      padding-left: 0;
    }
}

@media (max-width: 559.98px) {
  .heading-wrapper {
    margin: 140px 0 56px 0;
  }
  .heading-wrapper h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #464646;
  }
  .heading-wrapper h2 .heading-border {
    border-bottom: 8px solid #2E4F4F;
    width: 100%;
    margin: 16px auto 16px auto;
  }
  .heading-wrapper h2 .heading-translation {
    font-size: 1rem;
    line-height: 0.9rem;
  }
  .guide-elements-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .guide-contact-wrapper {
    background-color: #F3F3F3;
  }
  .guide-contact {
    background-color: unset;
    margin: 48px 0 32px 0;
    padding-right: 0;
    padding-left: 0;
  }
  .guide-contact p:not(.contact-link-note) {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .guide-contact .guide-contact-link-container div {
    margin: 0 auto;
  }
  .guide-contact .guide-contact-link-container .tel-contact-link-container {
    margin-bottom: 40px;
  }
  .guide-contact .guide-contact-link-container .tel-contact-link-container a {
    font-size: 1.75rem;
  }
  .guide-contact .guide-contact-link-container .web-contact-link-container .link-decoration {
    margin: 24px 0 20px 0;
  }
  .guide-elements-container .belongings-item-container .belongings-img {
    height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
  }
  .guide-elements-container .belongings-item-container .rental-img {
    height: 88px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.profile-content-container {
  background-color: #fff;
  padding: 72px 0;
  margin-bottom: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-content-container .profile-img-wrapper {
  width: 100%;
  padding: 0px 56px 0 56px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.profile-content-container .profile-img-wrapper img {
  width: 100%;
  height: auto;
  border: 4px solid #2E4F4F;
}

.profile-content-container .profile-item-container {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 56px;
}

.profile-content-container .profile-item-container div {
  border-top: 2px solid #2E4F4F;
  padding: 16px 0;
}

.profile-content-container .profile-item-container div p {
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0 16px 0 16px;
}

.profile-content-container .profile-item-container div:not(.results-wrapper) p span {
  margin-left: 1rem;
}

.profile-content-container .profile-item-container div:last-of-type {
  border-bottom: 2px solid #2E4F4F;
}

.profile-content-container .profile-item-container .results-wrapper p {
  white-space: nowrap;
}

.profile-content-container .profile-item-container .results-wrapper _:-ms-lang(x)::-ms-backdrop, .profile-content-container .profile-item-container .results-wrapper p {
  white-space: normal;
}

.profile-content-container .profile-item-container .results-wrapper span {
  display: none;
}

@media (max-width: 959.98px) {
  .profile-content-container {
    padding: 72px 16px 72px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-content-container .profile-img-wrapper {
    padding-bottom: 56px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profile-content-container .profile-img-wrapper img {
    max-width: 500px;
  }
  .profile-content-container _:-ms-lang(x)::-ms-backdrop, .profile-content-container .profile-img-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .profile-content-container .profile-item-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 56px;
    padding-left: 56px;
  }
  .profile-content-container .profile-item-container .results-wrapper {
    text-align: center;
  }
  .profile-content-container .profile-item-container .results-wrapper span {
    display: inline;
  }
  .profile-content-container _:-ms-lang(x)::-ms-backdrop, .profile-content-container .profile-item-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (max-width: 559.98px) {
  .profile-content-container {
    padding: 64px 16px 64px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-content-container .profile-img-wrapper {
    padding: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .profile-content-container .profile-img-wrapper img {
    border: unset;
  }
  .profile-content-container _:-ms-lang(x)::-ms-backdrop, .profile-content-container .profile-img-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: 100%;
  }
  .profile-content-container .profile-item-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }
  .profile-content-container .profile-item-container div {
    padding: 24px 0 24px 0;
  }
  .profile-content-container .profile-item-container div p {
    font-size: 0.8rem;
  }
  .profile-content-container .profile-item-container div:not(.results-wrapper) p span {
    margin-left: 0;
  }
  .profile-content-container .profile-item-container .style-wrapper {
    white-space: nowrap;
  }
  .profile-content-container .profile-item-container _:-ms-lang(x)::-ms-backdrop, .profile-content-container .profile-item-container .style-wrapper {
    white-space: normal;
  }
  .profile-content-container .profile-item-container .results-wrapper {
    text-align: center;
  }
  .profile-content-container _:-ms-lang(x)::-ms-backdrop, .profile-content-container .profile-item-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.movie-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 60px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 56px;
}

.movie-link-container .movie-link-wrapper {
  margin-bottom: 48px;
}

.movie-link-container .movie-link-wrapper a {
  display: block;
}

.movie-link-container .movie-link-wrapper a .movie-link-border {
  border-top: 2px solid #2E4F4F;
  margin-top: 12px;
  width: 56px;
}

.movie-link-container .movie-link-wrapper a p {
  margin: 0;
  width: auto;
  font-size: 0.75rem;
  color: #464646;
  margin-top: 12px;
  border-width: 28px;
  font-weight: 700;
}

.movie-link-container .movie-link-wrapper a .movie-img-container {
  position: relative;
}

.movie-link-container .movie-link-wrapper a .movie-img-container img {
  display: block;
}

.movie-link-container .movie-link-wrapper a .movie-img-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-style: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  -webkit-filter: drop-shadow(0px 3px 3px #000000E6);
  -moz-filter: drop-shadow(0px 3px 3px #000000E6);
  -ms-filter: drop-shadow(0px 3px 3px #000000E6);
  filter: drop-shadow(0px 3px 3px #000000E6);
}

@media (max-width: 559.98px) {
  .movie-link-container .movie-link-wrapper a .movie-link-border {
    margin: 12px auto 0 auto;
  }
  .movie-link-container .movie-link-wrapper a p {
    text-align: center;
  }
}

.be-lion .heading-wrapper {
  background-color: #1A1A1A;
  margin: 0 32px 32px 32px;
  padding-top: 104px;
  padding-bottom: 24px;
}

.be-lion .heading-wrapper h2 {
  margin-bottom: 0;
}

.be-lion .heading-wrapper h2 svg {
  max-width: 80vw;
  padding: 36px;
  margin: 0 auto;
}

.be-lion .be-lion-main {
  margin: 0 32px 32px 32px;
  position: relative;
}

.be-lion .be-lion-main .be-lion-img {
  display: block;
}

.be-lion .be-lion-main .be-lion-min-img {
  display: none;
}

.be-lion .be-lion-main img {
  width: 100%;
}

.be-lion .be-lion-main p {
  position: absolute;
  top: 50%;
  left: calc(25% - 16px);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.15rem;
  font-weight: 700;
}

.be-lion .shop-link-wrapper {
  margin: 0 32px 32px 32px;
  background-color: #1A1A1A;
}

.be-lion .shop-link-wrapper .shop-link {
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.be-lion .shop-link-wrapper .shop-link img {
  padding: 40px 0;
  margin: auto;
  max-width: 100%;
  width: 30vw;
  display: block;
  pointer-events: none;
}

.be-lion .shop-link-wrapper _:-ms-lang(x)::-ms-backdrop, .be-lion .shop-link-wrapper .shop-link {
  display: block;
}

@media (max-width: 959.98px) {
  .be-lion .heading-wrapper {
    background-color: #1A1A1A;
    margin: 0 16px 32px 16px;
    padding-top: 104px;
    padding-bottom: 24px;
  }
  .be-lion .be-lion-main {
    margin: 0 16px 32px 16px;
    position: unset;
    background: #1A1A1A;
  }
  .be-lion .be-lion-main .be-lion-img {
    display: none;
  }
  .be-lion .be-lion-main .be-lion-min-img {
    display: block;
  }
  .be-lion .be-lion-main p {
    position: unset;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding: 56px 0;
  }
  .be-lion .be-lion-main _:-ms-lang(x)::-ms-backdrop, .be-lion .be-lion-main p {
    position: static;
  }
  .be-lion .shop-link-wrapper {
    margin: 0 16px 56px 16px;
    background-color: #1A1A1A;
  }
  .be-lion .shop-link-wrapper .shop-link {
    width: 100%;
    height: 100%;
  }
  .be-lion .shop-link-wrapper .shop-link img {
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    display: block;
  }
}

@media (max-width: 559.98px) {
  .be-lion .heading-wrapper {
    margin: 0 16px 32px 16px;
  }
  .be-lion .heading-wrapper h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #464646;
  }
  .be-lion .heading-wrapper h2 .heading-border {
    border-bottom: 8px solid #2E4F4F;
    width: 100%;
    margin: 16px auto 16px auto;
  }
  .be-lion .heading-wrapper h2 .heading-translation {
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.9rem;
  }
  .be-lion .be-lion-main {
    margin: 0 16px 32px 16px;
  }
  .be-lion .be-lion-main p {
    padding: 56px 4px;
  }
  .be-lion .shop-link-wrapper .shop-link img {
    margin: 0 auto;
    display: block;
    max-width: 280px;
  }
}

.form-wrapper {
  padding: 120px 80px;
  background: #fff;
  margin-bottom: 112px;
}

.form-wrapper form {
  width: 100%;
}

.form-wrapper form > div {
  margin: 0 14vw 40px 14vw;
}

.form-wrapper form > div:not(.schedule-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrapper form .textarea-content-container {
  margin-bottom: 80px;
}

.form-wrapper form label, .form-wrapper form p {
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: auto;
  margin-bottom: auto;
  display: block;
}

.form-wrapper form label {
  white-space: nowrap;
  width: 20vw;
}

.form-wrapper form input, .form-wrapper form textarea {
  padding: 6px;
  font-size: 0.75rem;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  max-width: 100%;
  width: 500px;
}

.form-wrapper form iframe {
  max-width: 100%;
}

.form-wrapper form .calendar {
  height: 0;
  position: relative;
  padding-bottom: 75%;
  margin: 16px 0;
  pointer-events: none;
}

.form-wrapper form .calendar iframe {
  pointer-events: all;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.form-wrapper form .form-button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.form-wrapper form .form-button-wrapper button.link-decoration {
  font-size: 0.75em;
  padding: 16px 32px;
  border: 4px solid #464646;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px #000000E6;
          box-shadow: 0px 2px 3px #000000E6;
  font-weight: 700;
  margin: 0 auto;
  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: 213px;
  color: #464646;
}

.form-wrapper form .form-button-wrapper button.link-decoration svg {
  width: 0.6rem;
  margin-left: 16px;
}

.form-wrapper form .form-button-wrapper button.link-decoration _:-ms-lang(x)::-ms-backdrop, .form-wrapper form .form-button-wrapper button.link-decoration svg {
  height: 1rem;
}

.form-wrapper form .form-button-wrapper _:-ms-lang(x)::-ms-backdrop, .form-wrapper form .form-button-wrapper button.link-decoration {
  margin: 0 auto;
}

.form-wrapper form > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-wrapper form > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrapper form .error_list {
  width: 100%;
}

.form-wrapper form .error_list li {
  font-size: 0.75rem;
  font-weight: bold;
  color: #d15f5f;
}

@media (max-width: 959.98px) {
  .form-wrapper {
    padding: 40px 10vw;
  }
  .form-wrapper form > div {
    margin: 0 auto 16px auto;
  }
  .form-wrapper form > div:not(.schedule-wrapper) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-wrapper form input, .form-wrapper form textarea {
    width: 100%;
  }
  .form-wrapper form .calendar {
    height: 0;
    position: relative;
    padding-bottom: 75%;
    pointer-events: none;
  }
  .form-wrapper form .calendar iframe {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .form-wrapper form > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 559.98px) {
  .form-wrapper {
    padding: 40px 8px;
  }
  .form-wrapper form > div {
    margin: 0 2vw 16px 2vw;
  }
  .form-wrapper form > div:not(.schedule-wrapper) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-wrapper form .calendar {
    height: 0;
    min-height: 500px;
    position: relative;
    padding-bottom: 80%;
    pointer-events: none;
  }
  .form-wrapper form .calendar iframe {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.thanks-container {
  height: 100%;
  padding: 0 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thanks-container p {
  text-align: center;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  color: #464646;
}

.thanks-container .link-decoration {
  margin: 0 auto;
  padding: 16px 32px;
  min-width: 213px;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline;
  text-align: center;
  color: #464646;
  font-size: 0.75rem;
  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;
}

.thanks-container .link-decoration svg {
  width: 0.6rem;
  margin-left: 16px;
  height: 1rem;
}

.thanks-container p, .thanks-container .link-decoration {
  margin-bottom: 56px;
}

.thanks-container _:-ms-lang(x)::-ms-backdrop, .thanks-container p {
  width: 100%;
  white-space: pre-line;
  word-break: break-all;
}

@media (max-width: 959.98px) {
  .thanks-container {
    padding: 0 8vw;
  }
}

@media (max-width: 559.98px) {
  .thanks-container {
    padding: 0 2vw;
  }
}

.error404-container {
  height: 100%;
  padding: 0 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error404-container p {
  text-align: center;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  color: #464646;
  white-space: nowrap;
}

.error404-container p .error404-text {
  display: inline;
}

.error404-container p .min-error404-text {
  display: none;
}

.error404-container _:-ms-lang(x)::-ms-backdrop, .error404-container p {
  width: 100%;
  white-space: pre-line;
  word-break: break-all;
}

@-moz-document url-prefix() {
  .error404-container p {
    width: 100%;
    white-space: pre-line;
    word-break: break-all;
  }
}

.error404-container .link-decoration {
  margin: 0 auto;
  padding: 16px 32px;
  min-width: 213px;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline;
  text-align: center;
  color: #464646;
  font-size: 0.75rem;
  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;
}

.error404-container .link-decoration svg {
  width: 0.6rem;
  margin-left: 16px;
  height: 1rem;
}

.error404-container p, .error404-container .link-decoration {
  margin-bottom: 56px;
}

@media (max-width: 959.98px) {
  .error404-container {
    padding: 0 8vw;
  }
  .error404-container p .error404-text {
    display: none;
  }
  .error404-container p .min-error404-text {
    display: inline;
  }
}

@media (max-width: 559.98px) {
  .error404-container {
    padding: 0 2vw;
  }
}
/*# sourceMappingURL=style.css.map */