/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #C7E8FA;
  color: #222;
}
body * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a img {
  border-style: none;
  transition: 0.3s;
}
a:hover img {
  transform: translateY(-5px);
}

a[href=""] {
  opacity: 0.4;
  pointer-events: none;
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.5, 2, 0.7, 1);
  }
  .fade__Rl {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.5, 2, 0.7, 1);
    transform: rotate(10deg);
  }
  .fade__Rr {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.5, 2, 0.7, 1);
    transform: rotate(-10deg);
  }
  .fade__B {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.5, 2, 0.7, 1);
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.5, 2, 0.7, 1);
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper {
  overflow-x: hidden;
}
#wrapper img {
  width: 100%;
  vertical-align: middle;
}
#wrapper .textBtn a {
  display: block;
  width: 500px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 15px;
  border-radius: 30px;
  line-height: 120%;
  font-size: 1.6rem;
  color: #fff;
  background-color: #333;
  text-align: center;
}
@media screen and (max-width: 668px) {
  #wrapper .textBtn a {
    font-size: 1.4rem;
  }
}

header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 5vw 0 3vw;
  display: flex;
  z-index: 50;
}
@media screen and (max-width: 1200px) {
  header {
    height: 75px;
  }
}
@media screen and (max-width: 668px) {
  header {
    padding-left: 0;
  }
}
header h1 {
  width: 250px;
  height: 170px;
  background: url(https://www.seaparadise.co.jp/natsupara/images/bg_logo.svg) no-repeat center bottom/contain;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header h1 {
    margin-top: 10px;
    width: 170px;
    height: 123px;
  }
}
header h1 span {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  header h1 span {
    width: 136px;
  }
}
header .link {
  display: flex;
  align-self: center;
}
@media screen and (max-width: 960px) {
  header .link {
    display: none;
  }
}
header .link li:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  header .link li:not(:first-child) {
    margin-left: 15px;
  }
}
header .link li a {
  display: inline-block;
  font-size: 1.6rem;
  color: #007CC8;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
header .link li a span {
  display: inline-block;
  width: 33px;
}
header .link li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #ccc;
  margin-right: 7px;
  transition: 0.5s;
}
header .link li a:hover::before {
  border: 3px solid #007CC8;
}
header .seapara {
  width: 130px;
  align-self: center;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  header .seapara {
    width: 100px;
  }
}
header .menu {
  width: 45px;
  align-self: center;
  margin-left: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  header .menu {
    width: 35px;
    margin-left: 20px;
  }
}

.menuCommon {
  width: 300px !important;
  height: auto !important;
  left: auto !important;
  right: 0 !important;
  padding: 20px 30px 30px;
  border-radius: 0 0 50px 50px;
  margin: 0 calc(5vw - 30px) 0 0;
}
.menuCommon .close-sideMenu {
  width: 45px;
  align-self: center;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .menuCommon .close-sideMenu {
    width: 35px;
  }
}
.menuCommon#sideMenu .link li {
  margin-bottom: 10px;
}
.menuCommon#sideMenu .link li a {
  display: inline-block;
  font-size: 2rem;
  color: #007CC8;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #fff;
}
.menuCommon#sideMenu .link li a span {
  display: inline-block;
  width: 33px;
}
.menuCommon#sideMenu .link li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-right: 7px;
  transition: 0.5s;
}
.menuCommon#sideMenu .link li a:hover::before {
  border: 3px solid #FFD900;
}

.popupCommon {
  background-color: rgba(51, 51, 51, 0.7) !important;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .popupCommon {
    padding: 30px 0;
  }
}
.popupCommon .main {
  width: 800px;
  max-width: calc(100% - 8vw);
  margin: auto;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  padding: 0 50px 50px;
}
@media screen and (max-width: 960px) {
  .popupCommon .main {
    border-radius: 30px;
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main {
    padding: 0 20px 20px;
  }
}
.popupCommon .main .closeBtn {
  width: 70px;
  line-height: 100%;
  cursor: pointer;
  position: sticky;
  top: 0;
  right: 0%;
  background-color: #007CC8;
  border-radius: 50%;
  padding: 15px;
  transform: translate(65px, -10px);
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .popupCommon .main .closeBtn {
    width: 50px;
    padding: 10px;
    transform: translate(40px, -10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .closeBtn {
    transform: translate(30px, -10px);
  }
}
.popupCommon .main .photo {
  margin: -25px 0 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .photo {
    margin-bottom: 15px;
  }
}
.popupCommon .main .photo img {
  border-radius: 30px 30px 5px 5px;
}
@media screen and (max-width: 1200px) {
  .popupCommon .main .photo img {
    border-radius: 20px 20px 5px 5px;
  }
}
.popupCommon .main .cate {
  margin-bottom: 7px;
}
.popupCommon .main .cate span {
  display: inline-block;
  font-size: 1.35rem;
  border-radius: 15px 15px 15px 3px;
  margin: 0 7px 7px 0;
  line-height: 100%;
  padding: 7px 10px;
  color: #fff;
  background-color: #007CC8;
}
.popupCommon .main h4 {
  font-size: 2.6rem;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .popupCommon .main h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.popupCommon .main .text {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .popupCommon .main .text {
    font-size: 1.4rem;
  }
}
.popupCommon .main .aboutTable {
  width: 100%;
  margin: 10px 0 20px;
  border-collapse: collapse;
}
.popupCommon .main .aboutTable * {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .popupCommon .main .aboutTable * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 668px) {
  .popupCommon .main .aboutTable * {
    font-size: 1.3rem;
  }
}
.popupCommon .main .aboutTable a {
  text-decoration: underline;
}
.popupCommon .main .aboutTable tr th, .popupCommon .main .aboutTable tr td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.popupCommon .main .aboutTable tr th {
  width: 70px;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 668px) {
  .popupCommon .main .aboutTable tr th {
    width: 40px;
    padding: 7px 0;
  }
}
.popupCommon .main .aboutTable tr td {
  padding: 10px;
}
@media screen and (max-width: 668px) {
  .popupCommon .main .aboutTable tr td {
    padding: 7px 0 7px 7px;
  }
}
.popupCommon .main .notice {
  margin-bottom: 20px;
}
.popupCommon .main .notice li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.popupCommon .main .mb {
  margin-bottom: 15px;
}
.popupCommon .main .subArea {
      background-color: #f5f5f5;
      margin-top: 30px;
      padding: 30px;
}
    .popupCommon .main .subArea.bg_whhite {
      background-color: #FFF;
      margin-top: 10px;
      padding: 10px;
}

.popupCommon .main .subArea,
.popupCommon .main .subArea,.subArea_w {
  border-radius: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea {
    padding: 30px 20px 20px;
  }
}
.popupCommon .main .subArea h3 {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea h3 {
    font-size: 2.4rem;
  }
}
.popupCommon .main .subArea h3::before, .popupCommon .main .subArea h3::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #333;
  border-radius: 3px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea h3::before, .popupCommon .main .subArea h3::after {
    height: 20px;
  }
}
.popupCommon .main .subArea h3::before {
  transform: translateY(5px) rotate(-35deg);
  margin-right: 15px;
}
.popupCommon .main .subArea h3::after {
  transform: translateY(5px) rotate(35deg);
  margin-left: 15px;
}
.popupCommon .main .subArea .read {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.popupCommon .main .subArea .read strong{font-size: 2.6rem;}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea .read {
    font-size: 1.4rem;
  }
}
.popupCommon .main .subArea .detail {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.popupCommon .main .subArea .detail li {
  width: calc(50% - 15px);
  margin: 0 0 30px;
}
@media screen and (max-width: 800px) {
  .popupCommon .main .subArea .detail li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea .detail li {
    width: 100%;
  }
}
.popupCommon .main .subArea .detail li:nth-child(2n) {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .popupCommon .main .subArea .detail li:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea .detail li:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea .detail li:last-child {
    margin-bottom: 0;
  }
}
.popupCommon .main .subArea .detail li .ePhoto img {
  border-radius: 30px 0 30px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .subArea .detail li .ePhoto img {
    border-radius: 20px 0 20px 0;
  }
}
.popupCommon .main .subArea .detail li .eName {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .popupCommon .main .subArea .detail li .eName {
    font-size: 1.3rem;
  }
}
.popupCommon .main .subArea .detail li .mPhoto img {
  border-radius: 30px 0 30px 0;
  margin-bottom: 10px;
}
.popupCommon .main .subArea .detail li .mTable {
  width: 100%;
  border-collapse: collapse;
}
.popupCommon .main .subArea .detail li .mTable * {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .popupCommon .main .subArea .detail li .mTable * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 668px) {
  .popupCommon .main .subArea .detail li .mTable * {
    font-size: 1.3rem;
  }
}
.popupCommon .main .subArea .detail li .mTable a {
  text-decoration: underline;
}
.popupCommon .main .subArea .detail li .mTable tr th, .popupCommon .main .subArea .detail li .mTable tr td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.popupCommon .main .subArea .detail li .mTable tr th {
  width: 70px;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 668px) {
  .popupCommon .main .subArea .detail li .mTable tr th {
    width: 40px;
    padding: 7px 0;
  }
}
.popupCommon .main .subArea .detail li .mTable tr td {
  padding: 10px;
}
@media screen and (max-width: 668px) {
  .popupCommon .main .subArea .detail li .mTable tr td {
    padding: 7px 0 7px 7px;
  }
}
.popupCommon .main .subArea .textBtn {
  margin-top: 20px;
}
.popupCommon .main .menuList {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.popupCommon .main .menuList li {
  width: calc(50% - 15px);
  margin: 0 0 30px;
}
@media screen and (max-width: 800px) {
  .popupCommon .main .menuList li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .menuList li {
    width: 100%;
  }
}
.popupCommon .main .menuList li:nth-child(2n) {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .popupCommon .main .menuList li:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .menuList li:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .popupCommon .main .menuList li:last-child {
    margin-bottom: 0;
  }
}
.popupCommon .main .menuList li .mPhoto img {
  border-radius: 30px 0 30px 0;
  margin-bottom: 10px;
}
.popupCommon .main .menuList li .mTable {
  width: 100%;
  border-collapse: collapse;
}
.popupCommon .main .menuList li .mTable * {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .popupCommon .main .menuList li .mTable * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 668px) {
  .popupCommon .main .menuList li .mTable * {
    font-size: 1.3rem;
  }
}
.popupCommon .main .menuList li .mTable a {
  text-decoration: underline;
}
.popupCommon .main .menuList li .mTable tr th, .popupCommon .main .menuList li .mTable tr td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.popupCommon .main .menuList li .mTable tr th {
  width: 70px;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 668px) {
  .popupCommon .main .menuList li .mTable tr th {
    width: 40px;
    padding: 7px 0;
  }
}
.popupCommon .main .menuList li .mTable tr td {
  padding: 10px;
}
@media screen and (max-width: 668px) {
  .popupCommon .main .menuList li .mTable tr td {
    padding: 7px 0 7px 7px;
  }
}
.popupCommon .main .menuList li .notice {
  margin-top: 10px;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}

#contents {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  #contents {
    padding-top: 75px;
  }
}
#contents .item {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: calc(100vh - 100px);
  left: 0;
  top: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  #contents .item {
    height: calc(100svh - 75px);
    top: 75px;
    transition: 1s;
  }
}
@media screen and (max-width: 668px) {
  #contents .item {
    display: block;
  }
}
#contents .item > div {
  width: calc(50% - 300px);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #contents .item > div {
    width: calc(50% - 230px);
  }
}
@media screen and (max-width: 668px) {
  #contents .item > div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#contents .item > div > p {
  position: absolute;
}
#contents .item > div.right > p.i01 {
  width: 76%;
  min-width: 300px;
  max-width: 500px;
  right: 2%;
  bottom: 0;
  animation: animation01 1s steps(4) infinite alternate;
}
@media screen and (max-width: 668px) {
  #contents .item > div.right > p.i01 {
    min-width: 180px;
    max-width: 180px;
    right: 1%;
  }
}
#contents .item > div.right > p.i02 {
  width: 38%;
  min-width: 160px;
  max-width: 250px;
  right: 5%;
  top: 2%;
  animation: animation02 2.5s steps(8) infinite alternate;
}
@media screen and (max-width: 668px) {
  #contents .item > div.right > p.i02 {
    display: none;
  }
}
#contents .item > div.right > p.i03 {
  width: 34%;
  min-width: 160px;
  max-width: 220px;
  left: 25%;
  bottom: 49%;
  animation: animation03 1.5s steps(6) infinite alternate;
}
@media screen and (max-width: 960px) {
  #contents .item > div.right > p.i03 {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 668px) {
  #contents .item > div.right > p.i03 {
    min-width: 100px;
    max-width: 100px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .item > div.right > p.i03 {
    right: -100px;
    transition: 1s;
  }
}
@media screen and (min-width: 668px) and (max-height: 700px) {
  #contents .item > div.right > p.i03 {
    display: none;
  }
}
#contents .item > div.right > p.i04 {
  width: 19%;
  min-width: 72px;
  max-width: 120px;
  left: 10%;
  bottom: 70%;
}
@media screen and (max-width: 960px) {
  #contents .item > div.right > p.i04 {
    display: none;
  }
}
#contents .item > div.left > p.i05 {
  width: 25%;
  min-width: 100px;
  max-width: 160px;
  left: 5%;
  top: 15%;
}
@media screen and (max-width: 668px) {
  #contents .item > div.left > p.i05 {
    min-width: 80px;
    max-width: 80px;
    left: 3%;
    top: 7%;
  }
}
#contents .item > div.left > p.i06 {
  width: 16%;
  min-width: 60px;
  max-width: 100px;
  right: 5%;
  top: 3%;
  animation: animation03 0.7s steps(4) infinite alternate;
}
@media screen and (max-width: 668px) {
  #contents .item > div.left > p.i06 {
    min-width: 50px;
    max-width: 50px;
    right: 3%;
    top: 1%;
  }
}
#contents .item > div.left > p.i07 {
  width: 44%;
  min-width: 200px;
  max-width: 290px;
  right: 15%;
  bottom: 38%;
  animation: animation01 1s steps(4) infinite alternate;
}
@media screen and (max-width: 960px) {
  #contents .item > div.left > p.i07 {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 668px) {
  #contents .item > div.left > p.i07 {
    min-width: 100px;
    max-width: 100px;
    bottom: 43%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .item > div.left > p.i07 {
    left: -100px;
    transition: 1s;
  }
}
@media screen and (min-width: 668px) and (max-height: 700px) {
  #contents .item > div.left > p.i07 {
    display: none;
  }
}
#contents .item > div.left > p.i08 {
  width: 28%;
  min-width: 110px;
  max-width: 180px;
  left: 8%;
  bottom: 3%;
}
@media screen and (max-width: 960px) {
  #contents .item > div.left > p.i08 {
    display: none;
  }
}
#contents .item > div.left > p.i09 {
  width: 23%;
  min-width: 90px;
  max-width: 150px;
  right: 3%;
  bottom: 5%;
  animation: animation04 3s steps(8) infinite alternate;
}
@media screen and (max-width: 668px) {
  #contents .item > div.left > p.i09 {
    min-width: 60px;
    max-width: 60px;
    right: auto;
    left: 10%;
    bottom: 2%;
  }
}
#contents:has(.show) .item {
  height: calc(100vh - 75px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents:has(.show) .item > div > p.i03 {
    right: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents:has(.show) .item > div > p.i07 {
    left: 0;
  }
}
#contents:has(.bg_wrapper.n.show) .item {
  mix-blend-mode: lighten;
}
@keyframes animation01 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(5deg);
  }
}
@keyframes animation02 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-15deg);
  }
}
@keyframes animation03 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 10px);
  }
}
@keyframes animation04 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-20px, 0);
  }
  100% {
    transform: translate(-20px, 0);
  }
}
#contents .mainTitleArea {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  #contents .mainTitleArea {
    min-height: calc(100vh - 200px);
  }
}
#contents .mainTitleArea > section {
  width: calc(100% - 10vw);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainTitleArea > section {
    padding-top: 20px;
  }
}
#contents .mainTitleArea > section h2 {
  max-width: 650px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 960px) {
  #contents .mainTitleArea > section h2 {
    max-width: 500px;
  }
}
#contents .mainTitleArea > section .date {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #007CC8;
  text-shadow: 1px 1px 5px #C7E8FA, -1px -1px 5px #C7E8FA;
}
#contents .mainTitleArea > section .date strong {
  font-size: 1.7em;
}
#contents .mainTitleArea > section .copy {
  font-size: 1.7rem;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 1px 1px 3px #C7E8FA, -1px -1px 3px #C7E8FA;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainTitleArea > section .copy {
    font-size: 1.3rem;
  }
}
#contents .mainTitleArea .wave1 {
  width: 3200px;
  height: 450px;
  background: url(https://www.seaparadise.co.jp/natsupara/images/wave_w.svg) repeat-x left top/1600px auto;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation: waveScroll1 17s linear infinite;
}
#contents .mainTitleArea .wave2 {
  width: 2400px;
  height: 337.5px;
  background: url(https://www.seaparadise.co.jp/natsupara/images/wave_w.svg) repeat-x left top/1200px auto;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: waveScroll2 25s linear infinite;
}
@keyframes waveScroll1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100%;
  }
}
@keyframes waveScroll2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}
#contents .bg_wrapper {
  width: 100%;
}
#contents .bg_wrapper .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1s ease 0s;
  z-index: -1;
}
#contents .bg_wrapper .bg._01 {
  background: url(https://www.seaparadise.co.jp/natsupara/images/bg_water.jpg) no-repeat center/cover;
  transform: scale(1.3) rotate(-10deg);
}
#contents .bg_wrapper .bg._02 {
  background: url(https://www.seaparadise.co.jp/natsupara/images/bg_night.jpg) no-repeat center/cover;
  transform: scale(1.3) rotate(10deg);
}
#contents .bg_wrapper.show .bg {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
#contents .bg_wrapper .mainArea {
  padding: 150px 0;
}
@media screen and (max-width: 960px) {
  #contents .bg_wrapper .mainArea {
    padding: 100px 0;
  }
}
#contents .bg_wrapper .mainArea > h3 {
  color: #fff;
  text-align: center;
  line-height: 130%;
  font-size: 6rem;
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  #contents .bg_wrapper .mainArea > h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea > h3 {
    font-size: 2.8rem;
    margin: 0 0 10px;
  }
}

#contents .bg_wrapper .mainArea > h3 span {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .bg_wrapper .mainArea > h3 span {
    max-width: 200px;
  }
}
#contents .bg_wrapper .mainArea p.copy {
        text-align: center;
        margin: 20px auto; }
#contents .bg_wrapper .mainArea .swiper {
  width: calc(100% - 10vw);
  margin: 0 0 0 auto !important;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  #contents .bg_wrapper .mainArea .swiper {
    width: calc(100% - 5vw);
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper {
  width: 100%;
  align-items: stretch !important;
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide {
  width: 530px;
  height: auto;
  transform: rotate(4deg) scale(0.95);
  transition: transform 0.6s cubic-bezier(0.5, 2, 0.7, 1);
}
@media screen and (max-width: 1200px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide {
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide {
    width: 270px;
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: rotate(0) scale(1);
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: rotate(0) scale(1);
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: rotate(0) scale(1);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: rotate(3deg) scale(0.95);
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  padding: 40px;
  background: url(https://www.seaparadise.co.jp/natsupara/images/wave_item.svg) no-repeat center bottom/contain #fff;
  border-radius: 50px 50px 50px 5px;
  box-shadow: 2px 2px 10px 0px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 1200px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a {
    border-radius: 40px 40px 40px 5px;
    padding: 30px;
  }
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a {
    border-radius: 30px 30px 30px 5px;
    padding: 20px;
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a .photo {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 30px 30px 5px 5px;
}
@media screen and (max-width: 1200px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a .photo {
    border-radius: 20px 20px 5px 5px;
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a .photo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.5s;
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a h4 {
  font-size: 2.6rem;
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a .text {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  #contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a .text {
    font-size: 1.4rem;
  }
}
#contents .bg_wrapper .mainArea .swiper .swiper-wrapper .swiper-slide a:hover .photo span {
  transform: scale(1.1) rotate(3deg);
}
#contents .bg_wrapper .mainArea .swiper .control {
  margin: 40px 5vw 0 0;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .control {
    margin-top: 30px;
  }
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-scrollbar {
  width: calc(100% - 200px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 16px;
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .control .swiper-scrollbar {
    width: calc(100% - 120px);
  }
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 10px;
  height: 16px;
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-prev,
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-next {
  width: 60px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .control .swiper-button-prev,
  #contents .bg_wrapper .mainArea .swiper .control .swiper-button-next {
    width: 40px;
    height: 38px;
  }
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-prev:hover,
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-next:hover {
  transform: scale(1.1);
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-prev.swiper-button-disabled,
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-prev {
  background-image: url(https://www.seaparadise.co.jp/natsupara/images/icon_prev.svg);
  margin-left: auto;
}
#contents .bg_wrapper .mainArea .swiper .control .swiper-button-next {
  background-image: url(https://www.seaparadise.co.jp/natsupara/images/icon_next.svg);
  margin-left: 40px;
}
@media screen and (max-width: 668px) {
  #contents .bg_wrapper .mainArea .swiper .control .swiper-button-next {
    margin-left: 15px;
  }
}
#contents .bg_wrapper .mainArea .swiper .control:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) {
  display: none;
}
#contents .bg_wrapper .mainArea#other {
  padding-top: 0 !important;
}
#contents .accessArea {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
#contents .accessArea > iframe {
  width: 55%;
  height: 700px;
}
@media screen and (max-width: 800px) {
  #contents .accessArea > iframe {
    width: 100%;
    height: 400px;
  }
}
#contents .accessArea > div {
  width: 45%;
  padding: 40px 5vw 80px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #contents .accessArea > div {
    width: 100%;
  }
}
#contents .accessArea > div > h3 {
  font-size: 7rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #contents .accessArea > div > h3 {
    font-size: 4rem;
  }
}
#contents .accessArea > div .ja {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#contents .accessArea > div address,
#contents .accessArea > div .tel {
  font-size: 1.6rem;
}
@media screen and (max-width: 668px) {
  #contents .accessArea > div address,
  #contents .accessArea > div .tel {
    font-size: 1.4rem;
  }
}
#contents .accessArea > div address a,
#contents .accessArea > div .tel a {
  font-size: 1.5em;
}
#contents .accessArea > div address small,
#contents .accessArea > div .tel small {
  display: block;
  font-size: 0.8em;
}
#contents .accessArea > div .tel {
  margin: 10px 0 30px;
}
#contents .ticketArea {
  padding: 80px 5vw;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 668px) {
  #contents .ticketArea {
    padding: 40px 5vw 60px;
  }
}
#contents .ticketArea > h3 {
  font-size: 7rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #contents .ticketArea > h3 {
    font-size: 4rem;
  }
}
#contents .ticketArea .ja {
  font-size: 1.3rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #contents .ticketArea .ja {
    margin-bottom: 40px;
  }
}
#contents .ticketArea .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .ticketArea .box > section {
  width: calc(33.3333333333% - 30px);
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  #contents .ticketArea .box > section {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 800px) {
  #contents .ticketArea .box > section {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  #contents .ticketArea .box > section:not(:last-child) {
    margin-bottom: 50px;
  }
}
#contents .ticketArea .box > section h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #contents .ticketArea .box > section h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  #contents .ticketArea .box > section h4 {
    font-size: 1.6rem;
  }
}
#contents .ticketArea .box > section .photo {
  margin-bottom: 30px;
}
#contents .ticketArea .box > section .photo a {
  display: block;
}
#contents .ticketArea .box > section .photo a img {
  border-radius: 50px 50px 50px 5px;
}
@media screen and (max-width: 1200px) {
  #contents .ticketArea .box > section .photo a img {
    border-radius: 40px 40px 40px 5px;
  }
}
@media screen and (max-width: 668px) {
  #contents .ticketArea .box > section .photo a img {
    border-radius: 30px 30px 30px 5px;
  }
}

footer {
  padding: 5vw 3vw;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
footer p.logo {
  width: 300px;
  margin: 0 auto 30px;
}
footer h6 {
  width: 160px;
  margin: 0 auto 30px;
}
footer p.copy {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.popupArea .popupCommon {
  display: none;
}
.popupArea .popupCommon.fadeIn {
  display: block;
}/*# sourceMappingURL=layout.css.map */


