:root {
  --white: #fff;
  --font-black: #464646;
  --grey06: rgba(0, 0, 0, 0.06);
  --primary-blue: #1e5a9f;
  --sky-blue: #001871;
  --yellow: #fedb00;
  --light-grey: #F2F2F2;
  --font-family-sans-serif: Lato, "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-family-Lato: "Lato", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
.pageIndex {
  margin: 0;
  letter-spacing: normal;
  width: 100%;
  background-image: url(/ja/campaign/amami-rakuen/img/left.png),url(/ja/campaign/amami-rakuen/img/right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 400px, right 400px;
  background-color: #e6e1d0;
  background-size: contain;
}
#container{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  overflow-x: hidden;
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  color: var(--font-black);
}
#contents{
  padding: 45px 0 55px 0 !important;
}

/* section共通 */
.innerBlock {
  max-width: 325px;
  margin: 0 auto;
  &
  h2 {
    text-align: center;
    width: 96%;
    max-width: 600px;
    margin: 0 auto 4px;
  }
  p {
    line-height: 160%;
  }
}
footer {
  background-color: var(--white);
}
.bg_white {
  background-color: rgba( 255, 255, 255, 0.5 );
  padding: 20px 0;
}
.line_top {
  background-image: url(/ja/campaign/amami-rakuen/img/line_top.png);
  background-size: cover;
  background-repeat: repeat;
  height: 40px;
}
.line_bottom {
  background-image: url(/ja/campaign/amami-rakuen/img/line_bottom.png);
  background-size: cover;
  background-repeat: repeat;
  height: 40px;
}
/* ------------------------------------------------------ */
/* KV */
/* ------------------------------------------------------ */
#kvWrap {
  width: 100%;
  background: url(/ja/campaign/amami-rakuen/img/kv_bg.jpg) center center no-repeat;
  background-size: cover;
  & #kv {
    padding: 0 0 30px;
  }
  & h1 {
    text-align: center;
  }
}
.pageLink_btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  img {
    max-width: 80% !important;
  }
}
/* ------------------------------------------------------ */
/* contents */
/* ------------------------------------------------------ */
.title_yellow {
  background-color: var(--yellow);
  border-radius: 14px 14px 0 0;
  padding: 10px 0;
  color: var(--sky-blue);
  position: relative;
  p {
    font-weight: bold;
    span {
      font-size: 2rem;
    }
  }
}
.title_yellow::before {
  content: "";
  border: 12px solid transparent;
  border-top: 16px solid var(--yellow);
  top: 100%;
  left: 46%;
  position: absolute;
}
.readText {
  text-align: center;
  margin: 10px auto;
  max-width: 325px;
}
.readArea {
  background-color: var(--white);
  border-radius: 14px;
  padding-bottom: 225px;
  position: relative;
  max-width: 325px;
  margin: 0 auto;
  .img_map {
    position: absolute;
    bottom: 10px;
    right: 50px;
    max-width: 250px;
  }
  .img_traveler {
    position: absolute;
    bottom: -10px;
    right: -10px;
    max-width: 150px;
  }
}
.contentText {
  padding: 20px;
}
.pageLink_ticket {
    background-image: url(/ja/campaign/amami-rakuen/img/tkt.png);
    background-size: contain;
    max-width: 325px;
    background-repeat: no-repeat;
    margin: 50px auto 0;
    text-align: center;
    background-position: center;
    font-size: 1.4rem;
  .comment_blue {
    display: inline-block;
    border-radius: 40px;
    position: relative;
    background: var(--primary-blue);
    color: #fff;
    padding: 4px 18px;
    line-height: normal;
  }
  .comment_blue::before {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid var(--primary-blue);
    margin-left: -10px;
    top: 100%;
    left: 50%;
    position: absolute;
  }
  .arrow_btn {
    background-color: var(--yellow);
    border-radius: 30px;
    border: 3px solid var(--primary-blue);
    text-decoration: none;
    padding: 2px 50px 2px;
    font-weight: bold;
    position: relative;
    margin-bottom: 46px;
    display: inline-block;
  }
  .arrow_btn:before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.arrow_btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent var(--primary-blue);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.font_bold {
  font-weight: bold;
  margin: 16px 0 10px;
  font-size: 1.6rem;
}
}
/* ------------------------------------------------------ */
/* section_island */
/* ------------------------------------------------------ */
.section_island {
  position: relative;
  margin: 40px 0;
  padding-top: 30px;
}
.title_island {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); 
  width: 76px;
}
.h2_island {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 20px;
  img {
    width: 90px !important;
  }

  h2 {
    text-align: left;
    font-size: 2rem;
    font-family: "tot-shizukasmudgemin-stdn", sans-serif;
    font-weight: 600;
    color: var(--sky-blue);
    white-space: nowrap;
  }
}
.images_island {
  position: relative;
  margin: 20px 0;
}
#kikaijima .img_sticker {
  width: 93px;
  position: absolute;
  right: -3px;
  bottom: 10px;
}
#okinoerabujima .img_sticker {
  width: 86px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#yorontou .img_sticker {
  width: 123px;
  position: absolute;
  left: -14px;
  bottom: -13px;
}

/* モーダル部分 */
.modal-area {
}
.modal_image {
  display: flex;
  gap: 16px;
  max-width: 840px;
  margin: 20px auto 0;
  justify-content: space-between;
  align-items: end;
}
.js_modal_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.js_modal_area .modal_wrap {
   position: fixed;
   width: 100%;
   height: 100vh;
   top: 0;
   left: 0;
   z-index: 10;
   display: block !important;
}
.modal__bg {
   position: relative;
}
.js_modal_area .modal_wrap .modal__content.active {
   display: block;
   box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.js_modal_area .modal_wrap .modal__content .img_box {
   img {
    border-radius: 10px;
   }
}
.js_modal_area .modal_wrap .modal__content {
  position: relative;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  height: 520px;
  overflow: auto;
  background: #e3e3e3;
  z-index: 9999;
  padding: 0 20px 20px;
  display: none;
  .cardTitle {
    width: 42%;
    margin: 0 auto;
  }
  .mainTitle {
    font-size: 2.4rem;
    text-align: center;
    margin: 16px 0;
  }
  .text {
    margin-top: 10px;
  }
}
.js_modal_area .modal_wrap .js_modal_close {
   text-align: center;
   display: block;
   position: absolute;
   top: 0;
   right: 15px;
   cursor: pointer;
   font-size: 30px;
   font-weight: 700;
}
/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 50px;
  position: relative;
  a {
      text-decoration: none;
    }
  p {
    text-align: center;
  }
  & ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    small {
        display: block;
        text-align: right;
        margin: 0 auto;
        color: var(--font-black);
      }
    & img{
      width: 300px;
    }
  }
}

/* ------------------------------------------------------ */
/* inquiryBlock */
/* ------------------------------------------------------ */
.rsvBlock {
  position: relative;
  margin: 60px auto 0;
  padding: 10px 5px 0;
  background-color: var(--light-grey) !important;
  border-radius: 8px;
}
.rsvBlock h3:before {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  top: 10px;
  background-image: url(/ja/campaign/amami-rakuen/img/ico_flight2.svg);
  filter: invert(8%) sepia(48%) saturate(6576%) hue-rotate(227deg) brightness(101%) contrast(110%);
}
.rsvBlock h3 span {
  padding: 0 0 0 36px;
  color: var(--sky-blue);
}
