@charset "UTF-8";
body {
  position: relative;
  overflow-x: hidden;
  font-family: "DotGothic16", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.8;
  color: #222;
  background: #5bdb57 url("../image/bg-grass.png") repeat left top;
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body :focus {
  outline: none;
}

.lyt-panel {
  margin: 0 auto 40px;
  padding: 4px;
  border-radius: 12px;
  background-color: #ffffff;
}

.lyt-anchor {
  padding-top: 80px;
}

main {
  padding: 0 4% 280px;
  background: url("../image/bg-beach.png") no-repeat center bottom;
}
@media (max-width: 575px) {
  main {
    padding-bottom: 80px;
  }
}

img {
  max-width: 100%;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

strong {
  font-weight: 900;
}

.text-attention {
  color: #ff2b53;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .text-attention {
    font-size: 15px;
  }
}

.color-yellow {
  color: #ffea00;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media (max-width: 575px) {
  li {
    padding: 0;
  }
}

a {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
  color: #222;
}

.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

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

.md-none {
  display: block;
}
@media (max-width: 991px) {
  .md-none {
    display: none;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  padding: 0 6% 40px;
}
@media (max-width: 575px) {
  .inner {
    padding: 0 6% 30px;
  }
}

h1 {
  margin-bottom: 0;
}

h2 {
  color: #ffffff;
  font-size: 32px;
  margin: 0 auto 26px;
  padding: 26px 0;
  text-align: center;
  border-bottom: 4px solid #ffffff;
}
@media (max-width: 575px) {
  h2 {
    font-size: 20px;
    border-bottom: 3px solid #ffffff;
    margin: 0 auto 20px;
    padding: 15px 2%;
  }
}
h2::before, h2::after {
  content: "";
  position: relative;
  display: inline-block;
}
h2::before {
  right: 30px;
}
@media (max-width: 575px) {
  h2::before {
    right: 15px;
  }
}
h2::after {
  left: 30px;
}
@media (max-width: 575px) {
  h2::after {
    left: 15px;
  }
}

.button-more {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  border: 3px solid #ffffff;
  border-radius: 4px;
  padding: 16px 20px 18px;
  margin: 30px auto 0;
}
@media (max-width: 575px) {
  .button-more {
    font-size: 14px;
    padding: 14px 10px 16px;
    border: 2px solid #ffffff;
  }
}
.button-more::after {
  position: absolute;
  top: 30%;
  right: 20px;
  margin-left: 3px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 575px) {
  .button-more::after {
    font-size: 18px;
  }
}
.button-more:hover {
  color: #ffffff;
  text-decoration: none;
}

.area-official {
  padding: 64px 0 120px;
  background: #0a31d4;
  background-image: url("../image/bg-official.png"), url("../image/bg-sea.png");
  background-repeat: no-repeat, repeat;
  background-position: center 164px, left top;
}
@media (max-width: 575px) {
  .area-official {
    padding-bottom: 20px;
    background-position: center 140px, left top;
    background-size: cover, auto;
  }
}
.area-official::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 64px;
  content: "";
  background: url("../image/bg-sand.png") repeat left top;
}
.area-official .title-official {
  border-bottom: none;
  padding: 30px 2%;
  text-shadow: 0px 0px #000000, 0 1px #000000, 0 2px #000000, 0 3px #000000, 0 4px #000000, 0 5px #000000;
}
@media (max-width: 575px) {
  .area-official .title-official {
    font-size: 22px;
  }
}
.area-official .title-official::before, .area-official .title-official::after {
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(../image/title-official.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 575px) {
  .area-official .title-official::before, .area-official .title-official::after {
    width: 20px;
    height: 20px;
  }
}
.area-official h3 {
  margin-bottom: 0;
}
.area-official .link-box {
  width: 90%;
  max-width: 540px;
  margin: 50px auto 0;
  padding: 40px;
  text-align: center;
  border: 10px solid #d5c1a2;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .area-official .link-box {
    border: 5px solid #d5c1a2;
    padding: 20px;
  }
}
.area-official .link-box hr {
  margin: 24px 0;
}
.area-official .link-box ul {
  padding-left: 0;
}
.area-official .link-box ul li {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.5;
}
.area-official .link-box ul li::before {
  position: relative;
  top: 3px;
  margin-right: 3px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

footer {
  position: relative;
}
footer .copyright {
  text-align: center;
  padding: 20px 0;
  background-color: #000;
}
@media (max-width: 575px) {
  footer .copyright {
    padding: 10px 0;
  }
}
footer .copyright small {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  padding-bottom: 8px;
}
@media (max-width: 575px) {
  footer .copyright small {
    font-size: 12px;
  }
}
footer .copyright small span {
  position: relative;
  top: 4px;
  margin-right: 2px;
  font-size: 23px;
}
@media (max-width: 575px) {
  footer .copyright small span {
    top: 2px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  footer .copyright img {
    width: 80px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 8px;
  bottom: 20px;
  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: 140px;
}
@media (max-width: 767px) {
  footer .link-pageup {
    right: 0;
    bottom: 10px;
    width: 100px;
  }
}
footer .link-pageup img {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .link-pageup img {
    width: 90px;
    height: auto;
  }
}
footer .link-pageup:hover, footer .link-pageup:visited, footer .link-pageup:active {
  opacity: 1;
}

@media (min-width: 575px) {
  .link-pageup:hover, .link-pageup:visited, .link-pageup:active {
    -webkit-animation: yokoyure 2s infinite;
            animation: yokoyure 2s infinite;
    opacity: 1;
  }
  @-webkit-keyframes yokoyure {
    0% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    5% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    10% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    15% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    20% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    25% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yokoyure {
    0% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    5% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    10% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    15% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    20% {
      -webkit-transform: translate(3px, 0px);
              transform: translate(3px, 0px);
    }
    25% {
      -webkit-transform: translate(-3px, 0px);
              transform: translate(-3px, 0px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}
header .img-logo {
  display: block;
  position: relative;
  z-index: 4;
  padding: 0 0 0 8px;
}
@media (max-width: 767px) {
  header .img-logo {
    padding: 0 0 0 8px;
  }
}
header .img-logo img {
  max-width: 100px;
}
@media (max-width: 767px) {
  header .img-logo img {
    max-width: 70px;
  }
}

nav.navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 8px;
}
nav.navbar div.collapse,
nav.navbar div.collapsing {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 80px 0 20px;
  background-color: #000;
}
nav.navbar ul.navbar-nav {
  color: #fff;
  padding-left: 20px;
}
nav.navbar ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  nav.navbar ul.navbar-nav > li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav.navbar ul.navbar-nav > li:last-child {
  border-bottom: none;
}
nav.navbar ul.navbar-nav a {
  padding: 24px 12px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  nav.navbar ul.navbar-nav a {
    font-size: 15px;
    padding: 10px 6px;
  }
}
nav.navbar button.navbar-toggler {
  color: #fff;
  z-index: 4;
  padding: 0;
}
nav.navbar button.navbar-toggler .navbar-toggler-icon {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler .navbar-toggler-icon {
    width: 80px;
  }
}
/* イベント情報に終了アナウンス追加 　　2024.03*/
.area-event .event-yellow,.content .event-yellow{
  color: #ffea00;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .area-event .event-yellow,.content .event-yellow{
    font-size: 16px;
  }
}
