@charset "UTF-8";
.visual--title {
  background: url(../imgs/img-mv.jpg) no-repeat center center;
  background-size: cover;
}

.text-01 + ul {
  margin-top: 80px;
}

@media screen and (max-width: 736px) {
  .text-01 + ul {
    margin-top: 40px;
  }
}
.heading--main {
  text-align: center;
}

.page-mv__img {
  position: relative;
}

.page-mv .txt {
  text-align: center;
}

.page-mv .txt {
  font-size: 24px;
  line-height: 3;
}

.section--01 {
  padding: 140px 0 100px;
}

.section--01 figure {
  position: relative;
  margin-bottom: 10px;
}

.section--01 .caption--in-right {
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 736px) {
  .heading--main {
    line-height: 1.5;
    font-size: 22px;
  }
  .heading:after {
    margin-top: 10px;
  }
  .page-mv .txt {
    font-size: 18px;
    line-height: 2;
  }
  .sp--white {
    color: #fff !important;
  }
  .section--01 {
    padding: 80px 0;
  }
}
.hdr {
  z-index: 99;
}

.keyVisualArea {
  position: relative;
  height: 280px;
  background-image: url(../../imgs/okinawa/img-mv@2x.jpg);
  background-position: bottom left;
  background-size: cover;
}
@media (max-width: 768px) {
  .keyVisualArea {
    height: 150px;
    background-position: bottom center;
  }
}
.keyVisualArea__title {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  padding: 50px 40px 40px 15vw;
  display: inline-block;
  font-size: 56px;
  font-family: "Cormorant";
  line-height: 0.8;
}
@media (min-width: 769px) {
  .keyVisualArea__title {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .keyVisualArea__title {
    padding: 35px 30px 0 20px;
    font-size: 32px;
    top: auto;
    bottom: 0;
  }
}
.keyVisualArea__title .deco {
  display: block;
  position: relative;
}
.keyVisualArea__title .deco img {
  position: absolute;
  top: -20px;
  left: -30px;
}
@media (max-width: 768px) {
  .keyVisualArea__title .deco img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: -33px;
    left: -47px;
  }
}

.contentBlock {
  margin-top: 120px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .contentBlock {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}

.imgFlexBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.imgFlexBox--2colRightLarge .imgFlexBox__item:nth-child(odd) {
  width: calc((100% - 19px) / 3 * 1);
}
.imgFlexBox--2colRightLarge .imgFlexBox__item:nth-child(even) {
  width: calc((100% - 7px) / 3 * 2 + 1px);
}
.imgFlexBox--2colLeftLarge .imgFlexBox__item:nth-child(odd) {
  width: calc((100% - 7px) / 3 * 2 + 1px);
}
.imgFlexBox--2colLeftLarge .imgFlexBox__item:nth-child(even) {
  width: calc((100% - 19px) / 3 * 1);
}
.imgFlexBox--3col .imgFlexBox__item {
  width: calc((100% - 19px) / 3 * 1);
}
.imgFlexBox--3col .imgFlexBox__item a + a {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .imgFlexBox--3col .imgFlexBox__item a + a {
    margin-top: 3px;
  }
}
.imgFlexBox--3col .imgFlexBox__item:nth-child(n+4) {
  margin-top: 2px;
}

.imgMiniBox__item + .imgMiniBox__item {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .imgMiniBox__item + .imgMiniBox__item {
    margin-top: 7px;
  }
}

.thumbBlock {
  position: relative;
  display: block;
  width: 100%;
}
.thumbBlock img {
  width: 100%;
}
.thumbBlock__comingText {
  position: absolute;
  font-family: "Cormorant";
  font-size: 24px;
  color: #fff;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  .thumbBlock__comingText {
    font-size: 4vw;
  }
}
.thumbBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 195, 209, 0.9);
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 768px) {
  .thumbBlock__inner {
    display: none;
  }
}
.thumbBlock__text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2.52px;
  color: white;
}
.thumbBlock__symbol {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
}
.thumbBlock__symbol:before, .thumbBlock__symbol:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.thumbBlock__symbol:before {
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
}
.thumbBlock__symbol:after {
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -0.5px;
}
.thumbBlock--comingSoon {
  background-color: #49c3d1;
  padding-top: 100%;
}
@media (min-width: 769px) {
  .thumbBlock:hover .thumbBlock__inner {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
  }
}

.modalSlide {
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vw;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  font-family: "Noto Serif Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media (max-width: 768px) {
  .modalSlide {
    max-height: 100vw;
  }
}
.modalSlide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .modalSlide__text {
    padding: 20px 20px;
    display: block;
  }
}
.modalSlide__text__ttl {
  font-size: 24px;
  width: 332px;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .modalSlide__text__ttl {
    font-size: 18px;
    width: 100%;
  }
}
.modalSlide__text__cont {
  font-size: 14px;
  width: calc(100% - 364px);
  line-height: 1.7143;
  letter-spacing: 0.15em;
  margin-top: -5.0001px;
}
@media (max-width: 768px) {
  .modalSlide__text__cont {
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
  }
}
.modalSlide__tags {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .modalSlide__tags {
    font-size: 14px;
  }
}
.modalSlide__image img {
  width: 100%;
}

@media (min-width: 769px) {
  .mfp-close {
    top: -10px !important;
    right: -40px !important;
  }
}
@media (max-width: 768px) {
  .mfp-close {
    top: -50px;
  }
}

.tagBlock {
  color: #49c3d1;
  line-height: 2;
  margin-right: -15px;
}
.tagBlock:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.tagBlock:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.tagBlock__item {
  display: inline-block;
  margin-right: 15px;
}
.tagBlock__item--displayBlock {
  display: block;
}

/* --------------------------------------------------------------------------------
	modal
-------------------------------------------------------------------------------- */
.mfp-bottom-bar {
  display: none;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-color: #49c3d1;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  left: 50%;
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 736px) {
  .gallery-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.gallery-arrow-left:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -7.5px;
}

@media screen and (max-width: 736px) {
  .gallery-arrow-left:before {
    width: 11px;
    height: 11px;
    margin-top: -5.5px;
    margin-left: -3px;
  }
}
.gallery-arrow-right:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -10.5px;
  margin-right: -7.5px;
}

@media screen and (max-width: 736px) {
  .gallery-arrow-right:before {
    width: 11px;
    height: 11px;
    margin-top: -5.5px;
    margin-right: -3px;
  }
}
.mfp-container {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 736px) {
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
}

button.mfp-close {
  width: 38px;
}

button.mfp-close {
  font-size: 38px;
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .tab-group {
    margin-top: 50px;
  }
}

.tab {
  list-style: none;
  background: #cdcdcd;
  color: #fff;
  text-align: center;
  width: 240px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 6px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 736px) {
  .tab {
    font-size: 14px;
    line-height: 45px;
  }
}
.panel-group {
  border-top: none;
}

.panel {
  display: none;
}

.tab.active,
.tab:hover {
  background: #49c3d1;
}

.panel.show {
  display: block;
}

.imgFlex__txt {
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 736px) {
  .imgFlex__txt {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 10px;
  }
}

.panel .cap {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
  color: #666;
}