@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* PC */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap");
.block_title {
  margin-bottom: 50px;
  display: flex;
  position: relative;
}
@media all and (max-width: 480px) {
  .block_title {
    display: block;
  }
}
.block_title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background: #00A2E9;
  display: block;
}
.block_title h2 {
  font-family: "Prompt", sans-serif;
  color: #00A2E9;
  font-weight: bold;
  font-size: 250%;
  line-height: 1.5em;
}
@media all and (max-width: 480px) {
  .block_title h2 {
    font-size: 170%;
  }
}
.block_title p {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  padding: 5px 0 0 0;
}
@media all and (max-width: 480px) {
  .block_title p {
    margin: 0;
  }
}

.main {
  position: relative;
  overflow: hidden;
  height: 900px;
}
@media all and (max-width: 896px) {
  .main {
    height: 600px;
    margin-top: 51px;
  }
}
@media all and (max-width: 480px) {
  .main {
    height: 350px;
  }
}
.main .area_main {
  position: absolute;
  top: 30%;
  /*left:0;*/
  right: 10%;
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  z-index: 1;
  text-align: center;
}
@media all and (max-width: 896px) {
  .main .area_main {
    top: 25%;
    justify-content: center;
    left: 0;
    right: 0;
  }
}
.main .area_main h1 {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 1.6em;
  text-shadow: 3px 3px 6px #06435E;
  box-sizing: border-box;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .main .area_main h1 {
    font-size: 120%;
    line-height: 1.5em;
  }
}
.main .cv_top {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .main .cv_top {
    justify-content: space-between;
  }
}
.main .cv_top li {
  width: 49%;
}
@media all and (max-width: 896px) {
  .main .cv_top li {
    width: 50%;
  }
}
.main .cv_top li a {
  display: block;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 140%;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 896px) {
  .main .cv_top li a {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
  }
}
@media all and (max-width: 480px) {
  .main .cv_top li a {
    font-size: 85%;
    letter-spacing: 0px;
  }
}
.main .cv_top li a.blue {
  background: #00A2E9;
  margin-right: 50px;
}
@media all and (max-width: 896px) {
  .main .cv_top li a.blue {
    margin: 0;
  }
}
.main .cv_top li a.blue:hover {
  color: #00A2E9;
  background: #fff;
  opacity: 1;
}
.main .cv_top li a.orange {
  background: #FFC400;
  margin: 0 0 10px 0;
}
@media all and (max-width: 896px) {
  .main .cv_top li a.orange {
    margin: 0;
  }
}
.main .cv_top li a.orange:hover {
  color: #FFC400;
  background: #fff;
  opacity: 1;
}
.main .main_slide {
  position: relative;
  height: 100%;
}
.main .main_slide .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.main .main_slide .slick-list, .main .main_slide .slick-track, .main .main_slide .slick-slide, .main .main_slide .slick-slide > div {
  height: 100%;
}
.main .slick-dots {
  z-index: 2;
}
.main .slick-dots li button:before {
  content: "━";
  color: #fff;
  font-size: 25px;
  opacity: 1;
}
.main .slick-dots li.slick-active button:before {
  content: "━";
  color: #00A2E9;
  font-size: 25px;
}
.main .slide-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .main .slide-arrow {
    width: 20px;
  }
}
.main .prev-arrow {
  left: 40px;
}
@media all and (max-width: 480px) {
  .main .prev-arrow {
    left: 10px;
  }
}
.main .next-arrow {
  right: 40px;
}
@media all and (max-width: 480px) {
  .main .next-arrow {
    right: 10px;
  }
}
.main .sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 896px) {
  .main .sankaku {
    border-width: 0 0 40px 100vw;
  }
}
.main .sankaku_blue {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 100vw;
  border-color: transparent transparent transparent rgba(0, 162, 233, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .main .sankaku_blue {
    border-width: 40px 0 0 100vw;
  }
}

.area_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .area_link {
    width: 100%;
  }
}
.area_link.center {
  justify-content: center;
}
.area_link li {
  width: 33.333%;
  height: 300px;
  overflow: hidden;
  padding: 1px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_link li {
    width: 50%;
    height: 280px;
  }
}
@media all and (max-width: 480px) {
  .area_link li {
    height: 180px;
  }
}
.area_link li a {
  display: block;
  position: relative;
  height: 100%;
  background: rgb(0, 0, 0);
}
.area_link li a:hover {
  opacity: 1;
}
.area_link li a:hover img {
  transform: scale(1.1);
  transition: 1s all;
  opacity: 1;
}
.area_link li a img {
  opacity: 0.7;
  transition: 1s all;
}
@media all and (max-width: 896px) {
  .area_link li a img {
    opacity: 0.9;
  }
}
.area_link li a h4 {
  color: #fff;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .area_link li a h4 {
    font-size: 120%;
    top: 35%;
    line-height: 1.2em;
  }
}
.area_link li a h4 span {
  font-size: 55%;
  display: block;
  margin-top: 8px;
}
@media all and (max-width: 480px) {
  .area_link li a h4 span {
    margin: 0;
  }
}
.area_link li a h4 span.txt_s {
  display: inline;
  font-size: 70%;
}
@media all and (max-width: 480px) {
  .area_link li a h4 span.txt_s {
    display: block;
  }
}

.other {
  padding: 9vh 0;
  background: url("../images/other_bg.png") no-repeat top center/100% auto;
}
@media all and (max-width: 480px) {
  .other {
    background: url("../images/other_bg.png") no-repeat center top/auto 350px;
    padding: 30px 0;
  }
}
.other .area_link li {
  position: relative;
}
.other .area_link li.w4 {
  width: 25%;
}
@media all and (max-width: 896px) {
  .other .area_link li.w4 {
    width: 50%;
  }
}
.other .area_link li:before {
  content: "詳細はこちら";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
  padding-right: 30px;
  text-align: center;
  height: 59px;
  background: rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 896px) {
  .other .area_link li:before {
    height: 39px;
    font-size: 12px;
    padding: 5px 15px 5px 5px;
    letter-spacing: 0px;
  }
}
.other .area_link li:after {
  content: ">";
  position: absolute;
  bottom: 0;
  right: -1px;
  display: block;
  width: 59px;
  height: 59px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .other .area_link li:after {
    height: 39px;
    width: 39px;
  }
}

.tours {
  padding: 0 0 70px;
  background: url("../images/tours_bg.png") no-repeat center top/100% auto;
}
@media all and (max-width: 896px) {
  .tours {
    background: url("../images/tours_bg.png") no-repeat center top 3%/auto 350px;
    padding: 0 0 35px;
  }
}
.tours .area_tours .block_title {
  margin-bottom: 80px;
}
@media all and (max-width: 896px) {
  .tours .area_tours .block_title {
    margin-bottom: 40px;
  }
}
.tours .area_tours .sec_column {
  text-align: center;
  margin: 0 0 80px 0;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column {
    margin: 0 0 40px 0;
  }
}
.tours .area_tours .sec_column.pat {
  padding-top: 10%;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column.pat {
    margin-bottom: 40px;
  }
}
.tours .area_tours .sec_column:last-child {
  margin: 0;
}
.tours .area_tours .sec_column h3 {
  position: relative;
  font-size: 200%;
  margin: 0 0 30px 0;
  text-align: left;
  font-weight: bold;
}
.tours .area_tours .sec_column h3.white {
  color: #fff;
}
@media all and (max-width: 480px) {
  .tours .area_tours .sec_column h3 {
    font-size: 150%;
  }
}
.tours .area_tours .sec_column h3 span {
  font-size: 50%;
  margin-left: 1em;
}
@media all and (max-width: 480px) {
  .tours .area_tours .sec_column h3 span {
    font-size: 70%;
  }
}
.tours .area_tours .sec_column .area_link {
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column .area_link {
    justify-content: space-between;
  }
}
.tours .area_tours .sec_column .area_link li {
  height: 350px;
  position: relative;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column .area_link li {
    height: 280px;
  }
}
.tours .area_tours .sec_column .area_link li.w4 {
  width: 25%;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column .area_link li.w4 {
    width: 50%;
  }
}
.tours .area_tours .sec_column .area_link li.w3 {
  width: 33.333%;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column .area_link li.w3 {
    width: 50%;
  }
}
.tours .area_tours .sec_column .area_link li.w2 {
  width: 50%;
}
@media all and (max-width: 480px) {
  .tours .area_tours .sec_column .area_link li {
    width: 50%;
    height: 180px;
  }
}
.tours .area_tours .sec_column .area_link li a:before {
  content: "ツアー情報を見る";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
  padding-right: 30px;
  height: 59px;
  background: rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column .area_link li a:before {
    font-size: 12px;
    padding: 5px 15px 5px 5px;
    letter-spacing: 0px;
    height: 39px;
  }
}
.tours .area_tours .sec_column .area_link li a:after {
  content: ">";
  position: absolute;
  bottom: 0;
  right: -1px;
  display: block;
  width: 59px;
  height: 59px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .tours .area_tours .sec_column .area_link li a:after {
    height: 39px;
    width: 39px;
  }
}

.club {
  margin-top: 70px;
  padding-bottom: 10%;
  background: url("../images/club_bg.png") no-repeat top center/cover;
  text-align: center;
}
@media all and (max-width: 896px) {
  .club {
    background: url("../images/club_bg.png") no-repeat top 130px center/auto 300px;
    padding-bottom: 0px;
    margin-top: 35px;
  }
}
.club .area_club .block_title {
  margin-bottom: 80px;
}
@media all and (max-width: 896px) {
  .club .area_club .block_title {
    margin-bottom: 40px;
    text-align: left;
  }
}
.club .area_club .sub_txt {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .club .area_club .sub_txt {
    line-height: 1.7em;
    font-size: 90%;
    letter-spacing: 0px;
  }
}
.club .area_club .btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 10%;
}
.club .area_club .btn li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .club .area_club .btn li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.club .area_club .btn li .pink {
  background: #FF004E;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 50px;
  width: 200px;
  margin: 0 auto 10px auto;
}
.club .area_club .btn li .pink span {
  font-size: 120%;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.club .area_club .btn li a {
  display: block;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1411764706);
  background: #fff;
  position: relative;
  text-align: center;
}
.club .area_club .btn li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 45%;
}
.club .area_club .btn li a:hover {
  color: #fff;
}
.club .area_club .btn li a:hover:after {
  color: #fff !important;
}
.club .area_club .btn li a:hover h3 {
  color: #fff !important;
}
.club .area_club .btn li a.blue {
  border: 2px solid #00A2E9;
}
.club .area_club .btn li a.blue:after {
  color: #00A2E9;
}
.club .area_club .btn li a.blue h3 {
  color: #00A2E9;
}
.club .area_club .btn li a.blue:hover {
  background: #00A2E9;
}
.club .area_club .btn li a.orange {
  border: 2px solid #FFC400;
}
.club .area_club .btn li a.orange:after {
  color: #FFC400;
}
.club .area_club .btn li a.orange h3 {
  color: #FFC400;
}
.club .area_club .btn li a.orange:hover {
  background: #FFC400;
}
.club .area_club .btn li a p {
  margin: 0 0 15px 0;
}
.club .area_club .btn li a h3 {
  font-weight: bold;
  font-size: 180%;
}

.info {
  padding: 70px 0;
}
@media all and (max-width: 896px) {
  .info {
    padding: 30px 0;
  }
}
.info .area_info .blokc_info li a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px 20px 20px;
  box-sizing: border-box;
  background: #efefef;
  margin: 0 0 1px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .info .area_info .blokc_info li a {
    padding: 15px 50px 15px 15px;
  }
}
.info .area_info .blokc_info li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 30%;
  color: #00A2E9;
}
.info .area_info .blokc_info li a .date {
  display: block;
  width: 20%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .info .area_info .blokc_info li a .date {
    text-align: left;
    width: 100%;
    font-size: 12px;
  }
}
.info .area_info .blokc_info li a .txt {
  display: block;
  width: 80%;
}
@media all and (max-width: 896px) {
  .info .area_info .blokc_info li a .txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
  }
}
.info .area_info .more_btn {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 250px;
  border-radius: 50px;
  margin-top: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .info .area_info .more_btn {
    margin-top: 20px;
  }
}
.info .area_info .more_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right: 20px;
  color: #fff;
}

.link {
  padding: 50px 0;
}
.link .link_list li {
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 896px) {
  .link .link_list li {
    width: 49%;
    margin: 5px 0;
  }
}
.link .link_list li a {
  display: block;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  position: relative;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #00A2E9;
  box-shadow: 3px 3px 0px #00A2E9;
}
.link .link_list li a img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
}
@media all and (max-width: 480px) {
  .link .link_list li a img {
    height: 25px;
  }
}

.kanren {
  padding: 50px 0;
  background: #efefef;
}
.kanren h2 {
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  color: #00A2E9;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.kanren .kanren_list li {
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.kanren .kanren_list li a {
  background: #fff;
}
.kanren .kanren_list li a img {
  width: 100%;
}
/*# sourceMappingURL=local.css.map */