@charset "UTF-8";
html, body {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "Source Han Sans", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231815;
  line-height: 1.8em;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 88px;
  z-index: 99;
  width: 100%;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  #header.fixed {
    background-color: transparent;
  }
}
#header.fixed .header-navi .header-logo {
  display: block;
}
@media (max-width: 767.98px) {
  #header.fixed .header-navi {
    display: none;
  }
}
#header.fixed .gnav {
  position: relative;
}
#header.fixed .gnav .menu-content ul li:hover {
  background-color: rgb(0, 160, 233);
  color: rgb(255, 255, 255);
  opacity: 1;
}
#header.fixed .gnav .menu-content ul li a {
  display: block;
  color: #231815;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #header.fixed .gnav .menu-content ul li a {
    color: #fff;
  }
}
#header.fixed .gnav .menu-content ul li a:hover {
  color: #fff;
}
#header.head-bg-gray {
  background-color: rgb(226, 227, 227);
}
#header.head-bg-gray .header-navi .header-logo {
  display: block;
}
@media (max-width: 767.98px) {
  #header.head-bg-gray .header-navi {
    display: none;
  }
}
#header.head-bg-gray .gnav .menu-content ul li:hover {
  background-color: rgb(0, 160, 233);
  color: rgb(255, 255, 255);
  opacity: 1;
}
#header.head-bg-gray .gnav .menu-content ul li a {
  display: block;
  color: #231815;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #header.head-bg-gray .gnav .menu-content ul li a {
    color: #fff;
  }
}
#header.head-bg-gray .gnav .menu-content ul li a:hover {
  color: #fff;
}
#header.head-bg-gray .gnav .menu-content ul li.menu-alphabet {
  display: none;
}
#header.head-bg-gray .gnav .menu-content ul li.menu-ja {
  display: none;
}
#header.head-bg-gray .gnav .menu-content ul li.menu-copyright {
  display: none;
}
#header .sub-page {
  background-color: #e2e2e3;
  opacity: 0.6;
}
#header .header-navi .header-logo {
  max-width: 145px;
  height: auto;
  width: 30%;
  margin-left: 20%;
  width: 15vw;
}
@media (max-width: 767.98px) {
  #header .header-navi .header-logo {
    display: none;
  }
}
#header .header-navi .header-logo img {
  width: 100%;
}
#header .header-navi .header-logo.fp-header img {
  display: none;
  width: 100%;
  z-index: 10;
}
#header .hamburger-menu {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  align-items: center;
  z-index: 90;
  background-color: rgb(0, 160, 233);
  padding: 15px;
}
@media (max-width: 767.98px) {
  #header .hamburger-menu {
    position: fixed;
    display: block;
  }
}
#header .hamburger-menu span,
#header .hamburger-menu span:before,
#header .hamburger-menu span:after {
  margin-top: 15px;
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.4s ease;
}
#header .hamburger-menu span:before {
  bottom: 10px;
}
#header .hamburger-menu span:after {
  top: -5px;
}
#header .hamburger-menu.clicked span {
  background-color: rgba(255, 255, 255, 0);
}
#header .hamburger-menu.clicked span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .hamburger-menu.clicked span::after {
  top: -15px;
  transform: rotate(-45deg);
}
#header .gnav {
  right: 0;
}
#header .gnav .menu-content ul {
  display: flex;
}
#header .gnav .menu-content ul li {
  list-style: none;
  text-align: center;
}
#header .gnav .menu-content ul li:hover {
  background-color: rgba(0, 160, 233, 0.5);
}
#header .gnav .menu-content ul li a {
  display: block;
  padding: 20px 20px 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px;
}
#header .gnav .menu-content ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  clear: both;
  display: block;
  text-align: center;
}
#header .gnav .menu-content ul li.menu-alphabet {
  display: none;
}
#header .gnav .menu-content ul li.menu-ja {
  display: none;
}
#header .gnav .menu-content ul li.menu-copyright {
  display: none;
}
@media (max-width: 767.98px) {
  #header .gnav .menu-content {
    position: fixed;
    transition: 0.4s ease;
  }
  #header .gnav .menu-content ul {
    display: block;
    height: 100%;
    background-color: rgb(0, 160, 233);
    padding-right: 80px;
    padding-top: 60px;
    right: -300px;
  }
  #header .gnav .menu-content ul li {
    background-color: rgb(0, 160, 233);
  }
  #header .gnav .menu-content ul li a:after {
    content: "";
  }
  #header .gnav .menu-content ul li a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  #header .menu-content {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -300px;
    transition: all 0.4s;
  }
  #header .menu-content ul li a {
    color: #fff;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content {
    right: 0;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content ul {
    right: 0;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content ul li a {
    color: #fff;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content ul li.menu-alphabet {
    display: block;
    position: absolute;
    font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
    font-size: 24px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-right: 30px;
    letter-spacing: 0.1em;
    bottom: 72px;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content ul li.menu-ja {
    display: block;
    position: absolute;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-right: 30px;
    bottom: 50px;
    font-weight: bold;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content ul li.menu-copyright {
    display: block;
    position: absolute;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-right: 30px;
    bottom: 10px;
  }
  #header .hamburger-menu.clicked ~ .gnav .menu-content .menu-footer {
    z-index: 10;
  }
}

.fv-area {
  width: 100vw;
  height: 42.5531914894vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .fv-area {
    height: 172vw;
  }
}
.fv-area .inner {
  position: absolute;
  width: 100%;
}
.fv-area .inner .mv_video {
  width: 100%;
}
@media (max-width: 767.98px) {
  .fv-area .inner .mv_video {
    height: 180vw;
    width: auto;
    margin-left: -50%;
  }
}
@media (max-width: 767.98px) {
  .fv-area .inner {
    width: 200%;
  }
}
.fv-area .inner .top-cover {
  position: absolute;
  background-image: url(../images/main-cover.png);
  background-size: cover;
  width: 100%;
  height: 42.5531914894vw;
}
@media (max-width: 767.98px) {
  .fv-area .inner .top-cover {
    background-image: url(../images/main-cover-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 172vw;
  }
}
.fv-area .inner img.top-cover {
  position: absolute;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .fv-area .inner img.top-cover {
    width: 200%;
    margin-left: -50%;
  }
}
.fv-area .inner img.top-main {
  position: absolute;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .fv-area .inner img.top-main {
    transform: translateY(25%);
  }
}
.fv-area .inner.scroll {
  top: auto;
  bottom: 30px;
  left: 49%;
}
@media (max-width: 1099.98px) {
  .fv-area .inner.scroll {
    width: 5vw;
  }
  .fv-area .inner.scroll img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .fv-area .inner.scroll {
    display: none;
  }
}

.stripe-area.stripe-blue {
  position: relative;
  width: 100%;
  background-color: #d9f1fc;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 10px);
  padding-bottom: 50px;
}
.stripe-area.stripe-blue-wave {
  position: relative;
  width: 100%;
  background-color: #d9f1fc;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 10px);
  padding-bottom: 50px;
}
.stripe-area.stripe-blue-wave::after {
  content: "";
  position: absolute;
  background-image: url("../images/separate-wave.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.stripe-area.stripe-gray {
  background-color: #efeee5;
  padding-bottom: 50px;
}
.stripe-area.stripe-gray-wave {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, transparent 0, transparent 10px);
  padding-bottom: 200px;
}
.stripe-area.stripe-gray-wave::after {
  content: "";
  position: absolute;
  background-image: url("../images/separate-wave.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -30PX;
  width: 100%;
  height: 150px;
}
.stripe-area .sec-top-fireworks {
  position: relative;
  display: block;
  padding-top: 30px;
  z-index: 100;
}
.stripe-area .sec-top-fireworks .container.content .row .bannar {
  width: 100%;
}
.stripe-area .sec-top-fireworks .container.content .row .bannar a {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
}
.stripe-area .sec-top-fireworks .container.content .row .bannar a .overray {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  z-index: 1;
}
.stripe-area .sec-top-fireworks .container.content .row .bannar a .overray:hover {
  opacity: 0.2;
}
.stripe-area .sec-top-fireworks .container.content .row .bannar a img {
  width: 100%;
  height: auto;
}
.stripe-area .sec-top-news {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-top-news {
    margin-top: 30px;
  }
}
.stripe-area .sec-top-news .container.content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-top-news .container.content {
    max-width: none;
  }
}
.stripe-area .sec-top-news .top-news-title {
  position: absolute;
  min-width: 350px;
  width: 25vw;
  background-color: rgb(0, 160, 233);
  height: 280px;
  top: -50px;
  text-align: center;
  padding: 20px 5px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-top-news .top-news-title {
    top: 0;
    min-width: 300px;
  }
}
.stripe-area .sec-top-news .top-news-title h2 {
  margin-top: 100px;
  color: #fff;
  font-weight: bold;
}
.stripe-area .sec-top-news .top-news-title .link-btn {
  width: 300px;
  border: solid 1px #ffffff;
  margin: 15px auto;
  display: block;
}
@media (max-width: 575.98px) {
  .stripe-area .sec-top-news .top-news-title .link-btn {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.stripe-area .sec-top-news .top-news-title .link-btn a {
  text-align: center;
  color: #ffffff;
  padding: 15px 10px;
  display: block;
}
.stripe-area .sec-top-news .top-news-title .link-btn a::after {
  content: url("../images/linkbtn-arrow-white.svg");
  width: 7px;
  float: right;
  margin-right: 10px;
}
.stripe-area .sec-top-news .top-news-title .link-btn:hover {
  background-color: #fff;
}
.stripe-area .sec-top-news .top-news-title .link-btn:hover a {
  color: #00a0e9;
}
.stripe-area .sec-top-news .top-news-title .link-btn:hover a::after {
  content: url("../images/linkbtn-arrow-blue.svg");
}
@media (max-width: 991.98px) {
  .stripe-area .sec-top-news .top-news-title {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
    padding: 20px 5px;
  }
  .stripe-area .sec-top-news .top-news-title h2 {
    margin-top: 10px;
  }
}
.stripe-area .sec-top-news .content-box {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 10px 30px 40px;
  background-color: rgb(255, 255, 255);
  padding-left: 60px;
}
@media (max-width: 1920px) {
  .stripe-area .sec-top-news .content-box {
    padding-left: calc(250px - var(--bs-gutter-x) / -2);
  }
}
@media (max-width: 1749.98px) {
  .stripe-area .sec-top-news .content-box {
    padding-left: calc(350px - var(--bs-gutter-x) / -2);
  }
}
@media (max-width: 991.98px) {
  .stripe-area .sec-top-news .content-box {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 10px 60px 40px;
  }
}
.stripe-area .sec-top-news .content-box .news-item {
  padding: 30px 0;
  border-bottom: solid 1px #9fa0a0;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-top-news .content-box .news-item {
    margin-bottom: 0;
  }
}
.stripe-area .sec-top-news .content-box .news-item a {
  color: #9fa0a0;
  margin-left: 300px;
}
.stripe-area .sec-top-news .content-box .news-item a:hover {
  color: #231815;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-top-news .content-box .news-item a {
    margin-left: 0;
  }
}
.stripe-area .sec-top-news .content-box .news-item:after {
  content: "";
  display: block;
  clear: both;
}
.stripe-area .sec-top-news .content-box .news-item .date-box {
  width: 200px;
  float: left;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-top-news .content-box .news-item .date-box {
    width: 100%;
  }
}
.stripe-area .sec-top-news .content-box .news-item .title-box {
  float: left;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-top-news .content-box .news-item .title-box {
    width: 100%;
  }
}
.stripe-area .sec-about {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.stripe-area .sec-about .head-alphabet {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .head-alphabet {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .stripe-area .sec-about .head-alphabet {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.stripe-area .sec-about .top-about-header {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.8em;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-about .top-about-header {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.stripe-area .sec-about .top-about-content {
  font-size: 16px;
}
.stripe-area .sec-about .top-about-content.right-txt {
  float: right;
}
.stripe-area .sec-about .link-btn.top-about {
  margin-top: 300px;
  text-align: center;
  border-radius: 40px;
  width: 320px;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .link-btn.top-about {
    margin-top: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .stripe-area .sec-about .link-btn.top-about {
    max-width: 320%;
    width: 80%;
    margin-top: 50px;
  }
}
.stripe-area .sec-about .link-btn.top-about a {
  display: block;
  padding: 5px 10px;
  color: #231815;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  border: solid 1px #231815;
}
.stripe-area .sec-about .link-btn.top-about a::after {
  content: url("../images/linkbtn-arrow-black.svg");
  width: 7px;
  float: right;
  margin-right: 10px;
}
.stripe-area .sec-about .link-btn.top-about a:hover {
  background-color: #231815;
  color: #ffffff;
}
.stripe-area .sec-about .link-btn.top-about a:hover::after {
  content: url("../images/linkbtn-arrow-white.svg");
}
.stripe-area .sec-about .about-box1 {
  padding-bottom: 10px;
  margin-bottom: 200px;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .about-box1 {
    margin-bottom: 50px;
  }
}
.stripe-area .sec-about .about-box1 .top-about-img1 {
  position: absolute;
  float: right;
  width: 50%;
  top: 0;
  right: 0;
}
.stripe-area .sec-about .about-box1 .top-about-img1 img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .about-box1 .top-about-img1 {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .stripe-area .sec-about .about-box1 .top-about-img1 {
    height: 448px;
    width: auto;
  }
}
.stripe-area .sec-about .about-box2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 10px;
}
.stripe-area .sec-about .about-box2 .top-about-img2 {
  position: absolute;
  top: 0;
  width: 400px;
  height: auto;
  z-index: 2;
}
.stripe-area .sec-about .about-box2 .top-about-img2 img {
  border-radius: 15px;
  width: 100%;
}
.stripe-area .sec-about .about-box2 .top-about-img3 {
  position: absolute;
  top: 250px;
  left: 650px;
  width: 350px;
  height: auto;
  z-index: 1;
}
.stripe-area .sec-about .about-box2 .top-about-img3 img {
  border-radius: 15px;
  width: 100%;
}
.stripe-area .sec-about .about-box3 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .about-box3 {
    margin-top: 0;
    padding-top: 0;
  }
}
.stripe-area .sec-about .about-box3 .top-about-box:after {
  content: "";
  display: block;
  clear: both;
}
.stripe-area .sec-about .about-box3 .top-about-box .right-content {
  width: 50%;
  float: right;
}
.stripe-area .sec-about .about-box3 .top-about-box .right-content .top-about-header {
  width: 450px;
  margin-left: 10%;
}
.stripe-area .sec-about .about-box3 .top-about-box .right-content .top-about-txt {
  max-width: 450px;
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .about-box3 .top-about-box .right-content {
    width: 100%;
    padding: 0;
    float: left;
  }
  .stripe-area .sec-about .about-box3 .top-about-box .right-content .top-about-header {
    width: 100%;
    margin-left: 0;
  }
  .stripe-area .sec-about .about-box3 .top-about-box .right-content .top-about-txt {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.stripe-area .sec-about .about-box3 .top-about-box .left-content {
  position: relative;
  width: 50%;
  float: left;
}
.stripe-area .sec-about .about-box3 .top-about-box .left-content .top-about-img2-1 {
  max-width: 400px;
  width: 95%;
  float: left;
  position: absolute;
  z-index: 2;
}
.stripe-area .sec-about .about-box3 .top-about-box .left-content .top-about-img2-1 img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-about .about-box3 .top-about-box .left-content .top-about-img2-1 {
    position: relative;
    max-width: none;
    width: 100%;
  }
}
.stripe-area .sec-about .about-box3 .top-about-box .left-content .top-about-img3-1 {
  max-width: 350px;
  width: 95%;
  float: right;
  right: 0;
  top: 200px;
  position: absolute;
}
.stripe-area .sec-about .about-box3 .top-about-box .left-content .top-about-img3-1 img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-about .about-box3 .top-about-box .left-content .top-about-img3-1 {
    position: relative;
    top: 30px;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .stripe-area .sec-about .about-box3 .top-about-box .left-content {
    width: 100%;
    float: left;
  }
}
.stripe-area .sec-shop {
  padding-top: 30px;
  position: relative;
}
.stripe-area .sec-shop .top-about-header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-shop .top-about-header {
    font-size: 28px;
  }
}
.stripe-area .sec-shop .shop-descripton {
  text-align: center;
  font-size: 16px;
}
.stripe-area .sec-shop .beach-house-swiper {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.stripe-area .sec-shop .link-btn {
  width: 490px;
  padding: 20px 5px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-shop .link-btn {
    width: 80%;
    max-width: 490px;
  }
}
.stripe-area .sec-shop .link-btn a {
  text-align: center;
  font-weight: bold;
  padding: 20px 5px;
  border-radius: 5px;
  display: block;
  background-color: rgb(137, 137, 137);
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-shop .link-btn a {
    font-size: 16px;
  }
}
.stripe-area .sec-shop .link-btn a:hover {
  background-color: rgb(180, 180, 180);
}
.stripe-area .sec-swim-spot {
  margin-bottom: 50px;
}
.stripe-area .sec-swim-spot .container.title {
  padding-left: 0;
  padding-right: 0;
}
.stripe-area .sec-swim-spot .title-area {
  position: relative;
  background-color: rgb(0, 160, 233);
  color: #fff;
  padding: 50px;
  z-index: 10;
  margin-bottom: 25vw;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .title-area {
    margin-bottom: 0;
    padding: 50px 20px;
  }
}
.stripe-area .sec-swim-spot .title-area h3 {
  font-weight: bold;
  color: #fff;
}
.stripe-area .sec-swim-spot .title-area .header-feature {
  font-weight: bold;
}
.stripe-area .sec-swim-spot hr {
  background-color: rgb(255, 255, 255);
  border: 0;
  opacity: 1;
}
.stripe-area .sec-swim-spot .swim-spot-img1 {
  position: absolute;
  top: 200px;
  right: 0;
  width: 60%;
  min-width: 286px;
}
.stripe-area .sec-swim-spot .swim-spot-img1 img {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .swim-spot-img1 {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.stripe-area .sec-swim-spot .swim-spot-content {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .swim-spot-content {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stripe-area .sec-swim-spot .swim-spot-content h3 {
  font-size: 22px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  background-color: rgb(255, 255, 255);
  padding: 15px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .swim-spot-content h3 {
    font-size: 22px;
  }
}
.stripe-area .sec-swim-spot .content-box {
  padding: 10px 0;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .content-box {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.stripe-area .sec-swim-spot .content-box img {
  width: 100%;
}
.stripe-area .sec-swim-spot .content-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .content-box h3 {
    font-size: 18px;
  }
}
.stripe-area .sec-swim-spot .content-box .discription {
  padding: 20px 5px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-swim-spot .content-box .discription {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.stripe-area .sec-location {
  margin-bottom: 50px;
}
.stripe-area .sec-location .container.title {
  padding-left: 0;
  padding-right: 0;
}
.stripe-area .sec-location .title-area {
  position: relative;
  background-color: rgb(0, 160, 233);
  color: #fff;
  padding: 50px;
  z-index: 10;
  margin-bottom: 25vw;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .title-area {
    margin-bottom: 0;
    padding: 50px 20px;
  }
}
.stripe-area .sec-location .title-area h3 {
  font-weight: bold;
  color: #fff;
}
.stripe-area .sec-location .title-area .header-feature {
  font-weight: bold;
}
.stripe-area .sec-location hr {
  background-color: rgb(255, 255, 255);
  border: 0;
  opacity: 1;
}
.stripe-area .sec-location .location-img1 {
  position: absolute;
  top: 200px;
  right: 0;
  width: 60%;
  min-width: 286px;
}
.stripe-area .sec-location .location-img1 img {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .location-img1 {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.stripe-area .sec-location .location-content {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .location-content {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stripe-area .sec-location .location-content h3 {
  font-size: 22px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  background-color: rgb(255, 255, 255);
  padding: 15px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .location-content h3 {
    font-size: 22px;
  }
}
.stripe-area .sec-location .content-box1 {
  padding: 10px 0;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .content-box1 {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.stripe-area .sec-location .content-box1 img {
  width: 100%;
}
.stripe-area .sec-location .content-box1 h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .content-box1 h3 {
    font-size: 18px;
  }
}
.stripe-area .sec-location .content-box1 .discription {
  padding: 0 5px;
}
.stripe-area .sec-location .content-box2 {
  padding: 10px 0;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .content-box2 {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.stripe-area .sec-location .content-box2 img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .content-box2 img {
    margin: 2px 0;
  }
}
.stripe-area .sec-location .content-box2 h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .content-box2 h3 {
    font-size: 22px;
  }
}
.stripe-area .sec-location .content-box2 .discription {
  padding: 20px 5px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-location .content-box2 .discription {
    font-size: 16px;
  }
}
.stripe-area .sec-feature-list-title {
  padding: 60px 30px;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-feature-list-title {
    padding: 30px 10px;
  }
}
.stripe-area .sec-feature-list-title .feature-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: rgb(0, 160, 233);
  font-size: 25px;
  font-weight: bold;
  line-height: 2.3em;
}
@media (max-width: 767.98px) {
  .stripe-area .sec-feature-list-title .feature-title {
    line-height: 1.5em;
  }
}
.stripe-area .sec-feature-list-title .feature-description {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 2.3em;
}

.sec-top-fee {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .sec-top-fee {
    margin-top: 30px;
  }
}
.sec-top-fee .fee-title {
  padding: 20px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #898989;
  text-align: center;
  width: 250px;
  margin: auto;
}
.sec-top-fee .fee-description1 {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
}
.sec-top-fee .fee-description2 {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color: #9fa0a0;
}
.sec-top-fee .fee-description2 a {
  color: #9fa0a0;
}
.sec-top-fee .fee-description2 a:hover {
  color: #9fa0a0;
}
.sec-top-fee .fee-description2 a.link-shop {
  color: rgb(6, 162, 232);
}
.sec-top-fee .fee-description2 a.link-shop:hover {
  color: rgba(6, 162, 232, 0.7);
}
.sec-top-fee .fee-description3 {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
}
.sec-top-fee .fee-description3 a {
  color: rgb(6, 162, 232);
}
.sec-top-fee .fee-description3 a:hover {
  color: rgba(6, 162, 232, 0.7);
}

.sec-youtube {
  width: 100%;
  /*height: 1000px;*/
  margin: 100px auto 0;
  position: relative;
  padding-bottom: 34%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .sec-youtube {
    padding-bottom: 47.25%;
  }
}
.sec-youtube iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.sec-youtube a .youtube-img {
  position: absolute;
  width: 100%;
}
.sec-youtube a .youtube-img.cover1 {
  position: absolute;
  z-index: 2;
  transition: 0.4s ease-in-out;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.sec-youtube a .youtube-img.cover1 .description {
  color: #fff;
  left: 50%;
  margin-top: 14.7692307692vw;
  text-align: center;
  height: 295.3846153846vw;
  width: 100%;
  font-size: 24px;
  line-height: 1.8em;
}
.sec-youtube a .youtube-img.cover1 .description span {
  padding-top: 15px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .sec-youtube a .youtube-img.cover1 .description {
    font-size: 16px;
  }
  .sec-youtube a .youtube-img.cover1 .description span {
    font-size: 12px;
  }
}
.sec-youtube a .youtube-img.cover1:hover {
  background-color: rgba(51, 51, 51, 0.6);
}
.sec-youtube a .youtube-img.cover2 {
  position: absolute;
  z-index: 2;
  transition: 0.4s ease-in-out;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec-youtube a .youtube-img.cover2 img {
  top: 0;
  width: 100%;
}
.sec-youtube a .youtube-img img {
  top: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sec-youtube {
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-youtube a .youtube-img.cover {
    height: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-youtube a .youtube-img.cover img {
    width: 100%;
  }
  .sec-youtube a .youtube-img img {
    width: 100%;
  }
}

.sketch-map {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.sketch-map img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .sketch-map {
    overflow-x: auto;
    height: 242px;
  }
  .sketch-map img {
    height: 100%;
    width: auto;
  }
}
.sketch-map .left-arrow,
.sketch-map .right-arrow {
  position: absolute;
  top: 200px;
  background-color: #000;
  color: #fff;
  opacity: 0.3;
  width: 32px;
  height: 32px;
  padding: 3px 10px;
  display: none;
}
.sketch-map .left-arrow::after,
.sketch-map .right-arrow::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .sketch-map .left-arrow,
.sketch-map .right-arrow {
    display: block;
  }
}
.sketch-map .left-arrow {
  top: auto;
  bottom: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.sketch-map .left-arrow::after {
  content: "prev";
  font-size: 22px;
}
.sketch-map .right-arrow {
  top: auto;
  bottom: 0;
  right: 0;
  position: -webkit-sticky;
  position: sticky;
  left: calc(100vw - 32px);
}
.sketch-map .right-arrow::after {
  content: "next";
  font-size: 22px;
}

.slick-slider .slick-prev {
  position: absolute;
  left: 100px;
  z-index: 2 !important;
  top: 250px;
  width: 50px;
  height: 50px;
  background-color: #000 !important;
  opacity: 0.3 !important;
}
.slick-slider .slick-prev:hover {
  background-color: #000 !important;
  opacity: 0.6 !important;
}
.slick-slider .slick-prev::before {
  content: "" !important;
}
.slick-slider .slick-prev::after {
  content: url(../images/chevron-left.svg);
  width: 40px;
}
.slick-slider .slick-next {
  position: absolute;
  top: 250px;
  right: 100px;
  width: 50px;
  height: 50px;
  z-index: 2 !important;
  background-color: #000 !important;
  opacity: 0.3 !important;
}
.slick-slider .slick-next:hover {
  background-color: #000 !important;
  opacity: 0.6 !important;
}
.slick-slider .slick-next::before {
  content: "" !important;
}
.slick-slider .slick-next::after {
  content: url(../images/chevron-right.svg);
  width: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 200px;
  background-color: #000;
  color: #fff;
  opacity: 0.3;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 22px;
  }
}

.swiper-message {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 150px;
  height: 50px;
  padding: 10px;
  z-index: 10;
  font-size: 16px;
}
.swiper-message::before {
  content: "←  ";
  padding-right: 20px;
}
.swiper-message::after {
  content: "  →";
  padding-left: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

a.swiper-slide:hover {
  opacity: 0.6;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .swiper-slide img {
    width: auto;
  }
}

.swiper-slide {
  width: auto;
  height: 550px;
}
@media (max-width: 767.98px) {
  .swiper-slide {
    height: 250px;
  }
}

.swiper-slide:nth-child(2n) {
  width: auto;
  height: 550px;
}
@media (max-width: 767.98px) {
  .swiper-slide:nth-child(2n) {
    height: 250px;
  }
}

.swiper-slide:nth-child(3n) {
  width: auto;
  height: 550px;
}
@media (max-width: 767.98px) {
  .swiper-slide:nth-child(3n) {
    height: 250px;
  }
}

.swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .swiper-button-prev {
    left: 0;
  }
}

.top-gmap iframe,
.top-gmap object,
.top-gmap embed {
  filter: grayscale(100%);
}

.mv-area {
  position: relative;
  width: 100%;
}
.mv-area .inner {
  position: relative;
  width: 100%;
}
.mv-area .inner img {
  width: 100%;
}
.mv-area .page-title {
  width: 80%;
  left: 10%;
  position: absolute;
  display: block;
  background-color: rgb(255, 255, 255);
  height: 160px;
  bottom: 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mv-area .page-title .header-alphabet {
  padding: 50px 5px 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
}
.mv-area .page-title h2 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .mv-area .page-title {
    position: relative;
    width: 90%;
    margin: auto;
    left: 0;
    height: 100px;
  }
  .mv-area .page-title .header-alphabet {
    padding: 20px 5px;
    font-size: 28px;
  }
}

.sec-about1 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 12vw;
}
@media (max-width: 767.98px) {
  .sec-about1 {
    margin-top: 20px;
  }
}
.sec-about1 h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 2.3em;
  padding: 20px 0 60px;
}
.sec-about1 h3.txt-center {
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-about1 h3 {
    line-height: 1.5em;
    font-size: 20px;
    padding: 10px 0 30px;
  }
  .sec-about1 h3.txt-center {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-about1 .about-image1 {
  position: absolute;
  width: 55%;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.sec-about1 .about-image1 img {
  padding: 5px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sec-about1 .about-image1 {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .sec-about1 .about-image1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: 5px;
    transform: none;
  }
}
.sec-about1 .link-btn {
  width: 300px;
  border: solid 1px #231815;
  margin: 45px auto;
  display: block;
}
.sec-about1 .link-btn a {
  font-weight: bold;
  text-align: center;
  color: #231815;
  padding: 5px 10px;
  display: block;
  font-size: 14px;
}
.sec-about1 .link-btn a::after {
  content: url("../images/linkbtn-arrow-black.svg");
  width: 7px;
  float: right;
  margin-right: 10px;
}
.sec-about1 .link-btn:hover {
  background-color: #231815;
}
.sec-about1 .link-btn:hover a {
  color: #ffffff;
}
.sec-about1 .link-btn:hover a::after {
  content: url("../images/linkbtn-arrow-white.svg");
}
@media (max-width: 575.98px) {
  .sec-about1 .link-btn {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-sunset {
  margin: 60px 0;
  position: relative;
}
.sec-sunset .container.title {
  padding-left: 0;
  padding-right: 0;
}
.sec-sunset .title-area {
  position: relative;
  background-color: rgb(0, 160, 233);
  color: #fff;
  padding: 50px;
  z-index: 10;
  margin-bottom: 30vw;
}
@media (max-width: 767.98px) {
  .sec-sunset .title-area {
    margin-bottom: 0;
    padding: 50px 20px;
  }
}
.sec-sunset .title-area h3 {
  font-weight: bold;
  color: #fff;
}
.sec-sunset .title-area .header-feature {
  font-weight: bold;
}
.sec-sunset hr {
  background-color: rgb(255, 255, 255);
  border: 0;
  opacity: 1;
}
.sec-sunset .sunset-img1 {
  position: absolute;
  top: 200px;
  right: 0;
  width: 60%;
  min-width: 286px;
}
.sec-sunset .sunset-img1 img {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .sec-sunset .sunset-img1 {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.sec-sunset .sunset-content {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sec-sunset .sunset-content {
    margin-bottom: 0;
  }
}
.sec-sunset .sunset-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  background-color: rgb(255, 255, 255);
  padding: 15px;
}
@media (max-width: 767.98px) {
  .sec-sunset .sunset-content h3 {
    font-size: 22px;
  }
}
.sec-sunset .content-box {
  padding: 10px 0;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .sec-sunset .content-box .row {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}
.sec-sunset .content-box img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sec-sunset .content-box img {
    margin: 2px 0;
  }
}
.sec-sunset .content-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .sec-sunset .content-box h3 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.sec-sunset .content-box .discription {
  padding: 20px 5px;
}
@media (max-width: 767.98px) {
  .sec-sunset .content-box .discription {
    padding-top: 0;
    font-size: 18px;
  }
}

.sec-aquarium {
  margin: 60px 0;
  position: relative;
}
.sec-aquarium .container.title {
  padding-left: 0;
  padding-right: 0;
}
.sec-aquarium .title-area {
  position: relative;
  background-color: rgb(0, 160, 233);
  color: #fff;
  padding: 50px;
  z-index: 10;
  margin-bottom: 30vw;
}
@media (max-width: 767.98px) {
  .sec-aquarium .title-area {
    margin-bottom: 0;
    padding: 50px 20px;
  }
}
.sec-aquarium .title-area h3 {
  font-weight: bold;
  color: #fff;
}
.sec-aquarium .title-area .header-feature {
  font-weight: bold;
}
.sec-aquarium hr {
  background-color: rgb(255, 255, 255);
  border: 0;
  opacity: 1;
}
.sec-aquarium .aquarium-img1 {
  position: absolute;
  top: 200px;
  right: 0;
  width: 60%;
  min-width: 286px;
}
.sec-aquarium .aquarium-img1 img {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .sec-aquarium .aquarium-img1 {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.sec-aquarium .aquarium-content {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sec-aquarium .aquarium-content {
    margin-bottom: 0;
  }
}
.sec-aquarium .aquarium-content h3 {
  font-size: 22px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  background-color: rgb(255, 255, 255);
  padding: 15px;
}
@media (max-width: 767.98px) {
  .sec-aquarium .aquarium-content h3 {
    font-size: 22px;
  }
}
.sec-aquarium .content-box {
  padding: 10px 0;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .sec-aquarium .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-aquarium .content-box img {
  width: 100%;
}
.sec-aquarium .content-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 160, 233);
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .sec-aquarium .content-box h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.sec-aquarium .content-box .discription {
  padding: 20px 5px;
}
@media (max-width: 767.98px) {
  .sec-aquarium .content-box .discription {
    padding-top: 0;
  }
}

.click-info {
  float: right;
  text-align: right;
  width: 100%;
  font-size: 12px;
}

.sec-beachhouse-list {
  margin: 30px 5px;
}
.sec-beachhouse-list .beachhouse-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-beachhouse-list .beachhouse-list::before {
  content: "";
  display: block;
  width: 300px;
  order: 1;
}
.sec-beachhouse-list .beachhouse-list::after {
  content: "";
  display: block;
  width: 300px;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box {
  position: relative;
  margin: 30px 15px;
  width: 300px;
  height: 390px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .sec-beachhouse-list .beachhouse-list .beachhouse-box {
    max-width: 450px;
    width: 90vw;
  }
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 390px;
  transition-duration: 0.3s;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box .catchcopy {
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 20px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.8em;
  z-index: 1;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box .beachhouse-name h3 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 35px;
  z-index: 1;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box .beachhouse-name h3 img {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box .entrance-name {
  position: absolute;
  bottom: 50px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.first-entrance .thumbnail {
  transition: 0.3s ease-in-out;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.first-entrance .thumbnail::after {
  content: "";
  position: absolute;
  background-color: rgba(50, 50, 50, 0.3);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.first-entrance .entrance-name {
  background-color: rgb(234, 84, 93);
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.central-entrance .thumbnail {
  transition: 0.3s ease-in-out;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.central-entrance .thumbnail::after {
  content: "";
  position: absolute;
  background-color: rgba(50, 50, 50, 0.3);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.central-entrance .entrance-name {
  background-color: rgb(70, 148, 209);
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.nisseki-entrance .thumbnail {
  transition: 0.3s ease-in-out;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.nisseki-entrance .thumbnail::after {
  content: "";
  position: absolute;
  background-color: rgba(50, 50, 50, 0.3);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.nisseki-entrance .entrance-name {
  background-color: rgb(227, 148, 35);
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.kineicho-entrance .thumbnail {
  transition: 0.3s ease-in-out;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.kineicho-entrance .thumbnail::after {
  content: "";
  position: absolute;
  background-color: rgba(50, 50, 50, 0.3);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.kineicho-entrance .entrance-name {
  background-color: rgb(65, 178, 93);
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.first-entrance a .thumbnail:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(234, 84, 93, 0.5);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.central-entrance a .thumbnail:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(70, 148, 209, 0.5);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.nisseki-entrance a .thumbnail:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(227, 148, 35, 0.5);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec-beachhouse-list .beachhouse-list .beachhouse-box.kineicho-entrance a .thumbnail:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(65, 178, 93, 0.5);
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.beachhouse-mv-area {
  position: relative;
}
.beachhouse-mv-area .inner {
  position: relative;
  width: 100%;
}
.beachhouse-mv-area .inner img {
  width: 100%;
}
.beachhouse-mv-area .beachhouse-title {
  position: absolute;
  width: 450px;
  background-color: #fff;
  left: 10%;
  bottom: 0;
  padding: 40px;
}
.beachhouse-mv-area .beachhouse-title .catchcopy {
  position: relative;
  line-height: 2.3em;
  color: rgb(0, 160, 233);
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .beachhouse-mv-area .beachhouse-title .catchcopy {
    line-height: 1.5em;
    font-size: 14px;
  }
}
.beachhouse-mv-area .beachhouse-title h2 {
  position: relative;
  margin: 50px auto 0;
  text-align: center;
  max-width: 450px;
  width: 70%;
  font-weight: bold;
  color: rgb(0, 160, 233);
}
.beachhouse-mv-area .beachhouse-title h2 img {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .beachhouse-mv-area .beachhouse-title h2 {
    width: 100%;
    max-width: none;
    bottom: 40px;
    text-align: center;
  }
  .beachhouse-mv-area .beachhouse-title h2 img {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .beachhouse-mv-area .beachhouse-title {
    position: relative;
    padding: 20px 10px;
    width: 100%;
    height: auto;
    left: 0;
  }
}

.sec-beachhouse-information {
  position: relative;
  background-color: #f3f6f7;
  margin-top: 180px;
}
.sec-beachhouse-information .beachhouse-information-title {
  position: absolute;
  width: 80%;
  height: 150px;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 40px 0;
  background-color: #f3f6f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-beachhouse-information .beachhouse-information-title {
    height: 100px;
    top: -100px;
    padding: 10px 20px 0;
  }
}
.sec-beachhouse-information .beachhouse-information-title .title-alphabet {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 767.98px) {
  .sec-beachhouse-information .beachhouse-information-title .title-alphabet {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}
.sec-beachhouse-information .beachhouse-information-title .title-jpn {
  font-size: 14px;
}
.sec-beachhouse-information .beachhouse-info-tbl {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sec-beachhouse-information .beachhouse-info-tbl table {
  width: 100%;
  font-size: 14px;
}
.sec-beachhouse-information .beachhouse-info-tbl table tr {
  background-color: #fff;
  padding: 10px;
}
.sec-beachhouse-information .beachhouse-info-tbl table tr th {
  text-align: center;
  padding: 10px;
  width: 210px;
}
@media (max-width: 767.98px) {
  .sec-beachhouse-information .beachhouse-info-tbl table tr th {
    text-align: left;
    width: 100%;
    display: block;
    padding: 5px 10px;
  }
}
@media (max-width: 767.98px) {
  .sec-beachhouse-information .beachhouse-info-tbl table tr td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 5px 10px;
  }
}
.sec-beachhouse-information .beachhouse-info-tbl table tr:nth-child(even) {
  background-color: #f3f6f7;
}
.sec-beachhouse-information .sns-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.sec-beachhouse-information .sns-area .sns-icon {
  margin: 15px 20px;
  text-align: center;
}
.sec-beachhouse-information .sns-area .sns-icon a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(158, 158, 159);
  color: #fff;
  line-height: 25px;
  padding-top: 12px;
}
.sec-beachhouse-information .sns-area .sns-icon a:hover {
  background-color: rgba(158, 158, 159, 0.5);
}

.sec-news {
  margin: 50px 0 50px;
}
.sec-news a {
  color: rgb(158, 158, 159);
  font-size: 16px;
}
.sec-news a:hover {
  color: rgba(158, 158, 159, 0.5);
  opacity: 0.6;
}
.sec-news .news-box {
  padding: 30px 0;
  border-bottom: 1px solid rgb(158, 158, 159);
}
.sec-news .news-box::after {
  content: "";
  display: block;
  clear: both;
}
.sec-news .news-box .date-area {
  width: 150px;
  float: left;
  text-align: left;
}
.sec-news .news-box .content-area {
  float: left;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sec-news .news-box .date-area {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
  }
  .sec-news .news-box .content-area {
    width: 100%;
    float: left;
    text-align: left;
  }
}

.sec-feature-list {
  margin-top: -250px;
}
.sec-feature-list .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
}
.sec-feature-list .feature-list .feature-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: 20px;
  border-radius: 10px;
  width: 300px;
}
.sec-feature-list .feature-list .feature-box .inner .feature-box-img {
  display: block;
  position: absolute;
  position: relative;
  text-align: center;
  border-radius: 10px;
}
.sec-feature-list .feature-list .feature-box .inner .feature-box-img img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 10px 10px 0 0;
}
.sec-feature-list .feature-list .feature-box .inner .content-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 15px 30px;
}
.sec-feature-list .feature-list .feature-box .inner .content-box .feature-box-title {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2em;
}
.sec-feature-list .feature-list .feature-box .inner .content-box hr {
  position: relative;
  opacity: 1;
}
.sec-feature-list .feature-list .feature-box .inner .content-box .feature-box-detail {
  position: relative;
  display: block;
  margin: 20px auto;
  text-align: left;
  font-size: 14px;
  line-height: 2em;
}

.sec-blog {
  padding: 20px;
  padding-bottom: 40px;
}
.sec-blog .date-area {
  margin: 20px 0;
  font-size: 12px;
  color: #9fa0a0;
}
.sec-blog .content-area {
  margin: 10px 0;
}
.sec-blog .content-area .blog-title {
  font-size: 25px;
  color: #00a0e9;
  margin-bottom: 30px;
}
.sec-blog .previous-next-link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgb(158, 158, 159);
}
.sec-blog .previous-next-link-box a {
  font-size: 14px;
}
.sec-blog .previous-next-link-box a img {
  height: 16px;
  margin: 0 25px;
}
.sec-blog .previous-next-link-box a:hover {
  opacity: 0.6;
}
.sec-blog table {
  margin: 15px auto 30px;
  width: 100%;
}
.sec-blog table tr th {
  padding: 10px 15px;
  border: 1px solid #9e9e9f;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.sec-blog table tr td {
  padding: 10px 15px;
  border-top: 1px solid #9e9e9f;
  border-right: 1px solid #9e9e9f;
  border-bottom: 1px solid #9e9e9f;
}

.wp-pagenavi {
  margin: 100px 0 50px;
  float: right;
  color: rgb(0, 160, 233);
}
.wp-pagenavi a {
  margin: 2px 5px;
  padding: 7px 10px;
  text-decoration: none;
  border: 1px solid rgb(0, 160, 233);
}
.wp-pagenavi a:hover {
  border-color: rgb(0, 160, 233);
  color: rgb(0, 160, 233);
}
.wp-pagenavi .pages span {
  margin: 2px 5px;
  padding: 7px 10px;
  border: 1px solid rgb(0, 160, 233);
}
.wp-pagenavi .pages span.current {
  font-weight: normal;
  background-color: rgb(0, 160, 233);
  color: #fff;
}
.wp-pagenavi span {
  margin: 2px 5px;
  padding: 7px 10px;
  border: 1px solid rgb(0, 160, 233);
}
.wp-pagenavi span.current {
  font-weight: normal;
  background-color: rgb(0, 160, 233);
  color: #fff;
  border: none;
}

#page-top {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 20;
}
#page-top a {
  background-color: #727171;
  text-decoration: none;
  padding: 20px;
  display: block;
  width: 80px;
  height: 80px;
  opacity: 0.8;
}
#page-top a:hover {
  opacity: 0.5;
}
#page-top a img {
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  #page-top {
    bottom: 0;
    right: 0;
  }
  #page-top a {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

.breadcrumbs {
  margin: 50px 0 10px;
  font-size: 14px;
}

.separator {
  width: 100%;
}
.separator img {
  width: 100%;
}
.separator.sep-about {
  content: "";
  background-image: url(../images/about-image2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 16.1458333333vw;
}
@media (max-width: 767.98px) {
  .separator.sep-about {
    background-image: url(../images/header-beachhouse.jpg);
    height: 39.375vw;
  }
}

.widget.recent-posts-widget-with-thumbnails {
  list-style: none;
}
.widget.recent-posts-widget-with-thumbnails ul li {
  padding: 20px 0;
  border-bottom: 1px solid #9fa0a0;
}
.widget.widget_archive {
  margin-top: 100px;
  margin-bottom: 100px;
  list-style: none;
}
.widget.widget_archive .widgettitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #9fa0a0;
  width: 100%;
  padding-bottom: 5px;
}
.widget.widget_archive .screen-reader-text {
  display: none;
}
.widget.widget_archive select {
  margin-top: 10px;
  width: 100%;
}

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

@media (max-width: 767.98px) {
  .br-pc {
    display: none;
  }
}
footer {
  margin-top: 50px;
  margin-bottom: 20px;
}
footer .attention {
  margin-bottom: 80px;
  font-size: 14px;
}
footer .attention ul li {
  float: left;
  list-style-type: circle;
  margin-left: 1.3rem;
}
@media (max-width: 767.98px) {
  footer .attention ul {
    padding-left: 0;
  }
}
footer .footer-logo {
  width: 300px;
  margin: 0 auto 40px;
}
footer .footer-logo .head-alphabet {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
footer .footer-logo .head-alphabet a {
  color: #231815;
}
@media (max-width: 767.98px) {
  footer .footer-logo .head-alphabet {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
footer .footer-logo h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
footer .footer-logo h2 a {
  color: #231815;
}
@media (max-width: 767.98px) {
  footer .footer-logo h2 {
    font-size: 16px;
  }
}
footer .footer-nav {
  font-size: 14px;
}
footer .footer-nav ul {
  margin-left: 0;
  padding-left: 0;
}
footer .footer-nav ul li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
footer .footer-nav ul li a {
  word-wrap: break-word;
  color: #231815;
}
footer .footer-nav ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  footer .footer-nav ul {
    margin-bottom: 0;
  }
}
footer .address {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  footer .address {
    margin-top: 20px;
  }
}
footer .copyright {
  font-size: 14px;
}

.sample-box {
  width: 300px;
  margin: 0;
  overflow: hidden;
}
.sample-box img {
  transition: 0.3s ease-in-out;
}
.sample-box img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}
/*# sourceMappingURL=style.css.map */