@charset "UTF-8";
/*
レスポンシブ
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --btn-color: #000;
  --btn-border-color: #000;
  --btn-back-color: #fff;
  --amami-main-color: #5197d1;
  --tokunoshima-main-color: #801e7f;
  --hokubu-main-color: #cd7d2b;
  --iriomote-main-color: #569849;
}

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  counter-reset: number 0;
}

a,
button {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.l-container {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 16px;
  font-weight: 600;
}
.l-footer {
  padding-top: 30px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.l-footer__banner {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__banner:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .l-footer__banner {
    margin-inline: auto;
    width: calc(100% - 15px);
    max-width: 1030px;
  }
}
.l-footer__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .l-footer__linkList {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__linkList {
    width: calc(100% - 15px);
    max-width: 730px;
    margin-inline: auto;
  }
}
.l-footer__linkList .cm_footer__link {
  position: relative;
}
.l-footer__linkList .cm_footer__link:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #000;
}
.l-footer__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__link:hover {
  opacity: 0.7;
}
.l-footer__link a {
  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;
  height: 100%;
}
.l-footer__link li {
  display: block;
  height: 100%;
}
.l-footer__copy {
  display: block;
  width: 250px;
  margin-inline: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .l-footer__copy {
    width: 560px;
    margin-top: 20px;
  }
}

:root {
  --dot-size: 8%;
  --dot-margin: 30px;
}

.l-block.-travel {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-image: url(/data/feature/amaoki_trip/img/back_travel.png);
  background-size: cover;
  padding-top: 20px;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .l-block.-travel {
    margin-top: -50px;
    padding-top: 40px;
  }
}
.l-block.-amami {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-image: url(/data/feature/amaoki_trip/img/back_amami.png);
  background-size: cover;
  margin-top: -15px;
}
@media only screen and (min-width: 1200px) {
  .l-block.-amami {
    margin-top: -30px;
  }
}
.l-block.-tokunoshima {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  margin: -20px calc(50% - 50vw) 0;
  width: 100vw;
  background-image: url(/data/feature/amaoki_trip/img/back_tokunoshima.png);
  background-size: cover;
  margin-top: -15px;
}
@media only screen and (min-width: 1200px) {
  .l-block.-tokunoshima {
    margin-top: -30px;
  }
}
.l-block.-hokubu {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  margin: -20px calc(50% - 50vw) 0;
  width: 100vw;
  background-image: url(/data/feature/amaoki_trip/img/back_hokubu.png);
  background-size: cover;
  margin-top: -15px;
}
@media only screen and (min-width: 1200px) {
  .l-block.-hokubu {
    margin-top: -30px;
  }
}
.l-block.-iriomote {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  margin: -20px calc(50% - 50vw) 0;
  width: 100vw;
  background-image: url(/data/feature/amaoki_trip/img/back_iriomote.png);
  background-size: cover;
  margin-top: -15px;
}
@media only screen and (min-width: 1200px) {
  .l-block.-iriomote {
    margin-top: -30px;
  }
}
.l-block.-guide-book {
  background-color: #bbd6e8;
  background-image: repeating-linear-gradient(-45deg, #c9e0f2, #c9e0f2 5px, transparent 0, transparent 15px);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.l-block.-model-course {
  width: 100vw;
  position: relative;
  margin: 95px calc(50% - 50vw) 0;
  background-color: #cfdace;
  background-image: radial-gradient(#ffffff var(--dot-size), transparent calc(var(--dot-size) + 1%)), radial-gradient(#ffffff var(--dot-size), transparent calc(var(--dot-size) + 1%));
  background-position: 0 0, calc(var(--dot-margin) / 2) calc(var(--dot-margin) / 2);
  background-size: var(--dot-margin) var(--dot-margin);
}
@media only screen and (min-width: 450px) {
  .l-block.-model-course {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .l-block.-model-course {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .l-block.-model-course {
    margin-top: 270px;
  }
}
.l-block.-model-course::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  top: -59px;
  width: 282px;
  height: 282px;
  background-color: #cfdace;
  background-image: radial-gradient(#ffffff var(--dot-size), transparent calc(var(--dot-size) + 1%)), radial-gradient(#ffffff var(--dot-size), transparent calc(var(--dot-size) + 1%));
  background-position: 0 0, calc(var(--dot-margin) / 2) calc(var(--dot-margin) / 2);
  background-size: var(--dot-margin) var(--dot-margin);
}
@media only screen and (min-width: 450px) {
  .l-block.-model-course::before {
    top: -80px;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .l-block.-model-course::before {
    top: -120px;
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .l-block.-model-course::before {
    top: -168px;
    width: 900px;
    height: 900px;
  }
}
.l-block__inner {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-inline: auto;
}
.l-block__inner .l-block.-guide-book {
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .l-block__inner .l-block.-guide-book {
    max-width: 960px;
  }
}
.l-block.-travel .l-block__inner {
  width: 100%;
  margin-inline: auto;
  max-width: auto;
}
@media only screen and (min-width: 768px) {
  .l-block.-travel .l-block__inner {
    padding-left: 30px;
    max-width: 1520px;
  }
}
.l-block__wrapper {
  position: relative;
}

.p-guide-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .p-guide-book {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.p-guide-book__img {
  width: 172px;
}
@media only screen and (min-width: 450px) {
  .p-guide-book__img {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .p-guide-book__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
    width: 100%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-guide-book__img {
    max-width: 352px;
    margin-right: 100px;
  }
}
.p-guide-book__heading {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .p-guide-book__heading {
    margin-top: 0px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-guide-book__heading {
    font-size: 37px;
  }
}
.p-guide-book__text {
  font-size: 10px;
  margin-top: 15px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .p-guide-book__text {
    font-size: 13px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-guide-book__text {
    font-size: 16px;
  }
}
.p-guide-book__btnWrap {
  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;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-guide-book__btnWrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
  .p-guide-book__btnWrap > .c-btn {
    margin-left: initial;
  }
}

.p-model-course {
  padding-bottom: 43px;
}
@media only screen and (min-width: 768px) {
  .p-model-course {
    padding-bottom: 146px;
  }
}
.p-model-course__heading {
  position: absolute;
  top: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 370px;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 450px) {
  .p-model-course__heading {
    top: -98px;
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .p-model-course__heading {
    top: -158px;
    max-width: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-model-course__heading {
    top: -230px;
    max-width: 1135px;
  }
}
.p-model-course__text {
  text-align: center;
  padding-top: 45px;
  font-size: 10px;
  line-height: 2;
}
@media only screen and (min-width: 450px) {
  .p-model-course__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .p-model-course__text {
    font-size: 18px;
    padding-top: 30px;
  }
}
.p-model-course__cardUnit {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .p-model-course__cardUnit {
    margin-top: 70px;
  }
}

.p-island {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .p-island {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-island__main {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 20px 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-island.-right .p-island__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-island__main__img {
  width: calc(100% - 20px);
  margin-inline: auto;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-island__main__img {
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-island.-right .p-island__main__img {
    margin-top: 40px;
  }
}
.p-island__main__body {
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .p-island__main__body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-island__main__heading {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: 600;
}
@media only screen and (min-width: 880px) {
  .p-island__main__heading {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .p-island__main__heading {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-island__main__heading {
    font-size: 80px;
  }
}
.p-island__main__sub {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
}
@media only screen and (min-width: 880px) {
  .p-island__main__sub {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .p-island__main__sub {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-island__main__sub {
    font-size: 29px;
  }
}
.p-island__main__text {
  line-height: 2;
  margin-top: 10px;
  font-size: 10px;
}
@media only screen and (min-width: 880px) {
  .p-island__main__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .p-island__main__text {
    margin-top: 30px;
    font-size: 16px;
  }
}
.p-island__link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  max-width: calc(100% - 20px);
  margin-inline: auto;
  position: relative;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p-island__link-list {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 50px;
  }
}
.p-island__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-island__link:hover {
  opacity: 0.7;
}
.p-island__btn-wrap {
  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;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .p-island__btn-wrap {
    margin-top: 60px;
  }
}
.p-island__btn {
  font-family: "Hiragino Sans", sans-serif;
  width: 210px;
  height: 36px;
}
@media only screen and (min-width: 768px) {
  .p-island__btn {
    width: 320px;
    height: 55px;
    font-size: 18px;
  }
}
.p-island.-amami .p-island__btn {
  --btn-color: var(--amami-main-color);
  --btn-border-color: var(--amami-main-color);
  --btn-back-color: #fff;
  border-width: 2px;
}
.p-island.-amami .p-island__btn:link {
  color: var(--amami-main-color);
}
.p-island.-amami .p-island__btn:visited {
  color: var(--amami-main-color);
}
.p-island.-amami .p-island__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--amami-main-color);
  --btn-border-color: #fff;
}
.p-island.-tokunoshima .p-island__btn {
  --btn-color: var(--tokunoshima-main-color);
  --btn-border-color: var(--tokunoshima-main-color);
  --btn-back-color: #fff;
  border-width: 2px;
}
.p-island.-tokunoshima .p-island__btn:link {
  color: var(--tokunoshima-main-color);
}
.p-island.-tokunoshima .p-island__btn:visited {
  color: var(--tokunoshima-main-color);
}
.p-island.-tokunoshima .p-island__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--tokunoshima-main-color);
  --btn-border-color: #fff;
}
.p-island.-hokubu .p-island__btn {
  --btn-color: var(--hokubu-main-color);
  --btn-border-color: var(--hokubu-main-color);
  --btn-back-color: #fff;
  border-width: 2px;
}
.p-island.-hokubu .p-island__btn:link {
  color: var(--hokubu-main-color);
}
.p-island.-hokubu .p-island__btn:visited {
  color: var(--hokubu-main-color);
}
.p-island.-hokubu .p-island__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--hokubu-main-color);
  --btn-border-color: #fff;
}
.p-island.-iriomote .p-island__btn {
  --btn-color: var(--iriomote-main-color);
  --btn-border-color: var(--iriomote-main-color);
  --btn-back-color: #fff;
  border-width: 2px;
}
.p-island.-iriomote .p-island__btn:link {
  color: var(--iriomote-main-color);
}
.p-island.-iriomote .p-island__btn:visited {
  color: var(--iriomote-main-color);
}
.p-island.-iriomote .p-island__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--iriomote-main-color);
  --btn-border-color: #fff;
}
.p-kv-bottom {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-share {
  position: absolute;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-share {
    top: 30px;
    right: 8%;
    gap: 22px;
  }
}
.p-share__txt {
  font-family: var(--yu-goshic);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
  display: inline-block;
  padding-right: 1em;
  color: #016db7;
}
.p-share__txt::after {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  display: block;
  content: "";
  background-image: url(/data/feature/amaoki_trip/img/icon_share_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .p-share__txt::after {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .p-share__txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-share__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .p-share__snsList {
    gap: 10px;
  }
}
.p-share__sns__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-share__sns__link:hover {
  opacity: 0.7;
}
.p-share__sns__img {
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .p-share__sns__img {
    height: 30px;
  }
}

.p-travel {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .p-travel {
    padding-bottom: 90px;
  }
}
.p-travel__link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  max-width: calc(100% - 20px);
  margin-inline: auto;
  position: relative;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .p-travel__link-list {
    gap: 45px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-island.-iriomote .p-travel__link-list {
    margin-top: -70px;
  }
}
.p-travel__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-travel__link:hover {
  opacity: 0.7;
}
.c-btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 38px;
  color: var(--btn-color);
  border: 1px solid var(--btn-border-color);
  background-color: var(--btn-back-color);
  position: relative;
  line-height: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  text-align: center;
  height: 36px;
  padding: 5px;
  width: 232px;
  font-size: 12px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-inline: auto;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .c-btn {
    height: 56px;
    font-size: 16px;
    width: 290px;
  }
}
.c-btn > svg {
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.8em;
}
@media only screen and (min-width: 768px) {
  .c-btn > svg {
    right: 20px;
  }
}
.c-btn > svg polyline {
  stroke: var(--btn-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn:hover {
  color: #fff !important;
  --btn-color: #fff;
  --btn-back-color: #000;
}
.c-btn:link {
  color: #000;
}
.c-btn:visited {
  color: #000;
}

:root {
  --card-color: #000;
}

.c-card {
  background-color: #fff;
  padding: 15px 20px;
  position: relative;
}
.c-card::after {
  content: "";
  background-image: url(/data/feature//amaoki_trip/img/card_shadow.svg);
  width: 105%;
  z-index: -1;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .c-card {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-card {
    padding: 28px 35px;
  }
}
.c-card__island {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: -20px;
}
.c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) {
  .c-card__body {
    margin-top: 10px;
  }
}
.c-card__text {
  line-height: 1.75;
  font-size: 10px;
}
@media only screen and (min-width: 450px) {
  .c-card__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .c-card__text {
    font-size: 18px;
  }
}
.c-card__btn {
  margin-top: 7px;
}
@media only screen and (min-width: 768px) {
  .c-card__btn {
    margin-top: 10px;
  }
}
.c-card__heading {
  background-color: var(--card-color);
  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;
  color: #fff;
  font-size: 11px;
  width: 55px;
  height: 45px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .c-card__heading {
    border-radius: 14px;
    margin-right: 20px;
    width: 90px;
    height: 75px;
    font-size: 20px;
  }
}
.c-card__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-card__btn {
  width: 146px;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  .c-card__btn {
    width: 246px;
    height: 42px;
  }
}
.c-card.-amami .c-card__island {
  height: 96.5px;
}
@media only screen and (min-width: 768px) {
  .c-card.-amami .c-card__island {
    height: 160px;
  }
}
.c-card.-amami .c-card__heading {
  --card-color: var(--amami-main-color);
}
.c-card.-amami .c-card__btn {
  --btn-color: var(--amami-main-color);
  --btn-border-color: var(--amami-main-color);
  --btn-back-color: #fff;
}
.c-card.-amami .c-card__btn:link {
  color: var(--amami-main-color);
}
.c-card.-amami .c-card__btn:visited {
  color: var(--amami-main-color);
}
.c-card.-amami .c-card__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--amami-main-color);
}
.c-card.-tokunoshima .c-card__island {
  height: 85px;
}
@media only screen and (min-width: 768px) {
  .c-card.-tokunoshima .c-card__island {
    height: 134px;
  }
}
.c-card.-tokunoshima .c-card__heading {
  --card-color: var(--tokunoshima-main-color);
}
.c-card.-tokunoshima .c-card__btn {
  --btn-color: var(--tokunoshima-main-color);
  --btn-border-color: var(--tokunoshima-main-color);
  --btn-back-color: #fff;
}
.c-card.-tokunoshima .c-card__btn:link {
  color: var(--tokunoshima-main-color);
}
.c-card.-tokunoshima .c-card__btn:visited {
  color: var(--tokunoshima-main-color);
}
.c-card.-tokunoshima .c-card__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--tokunoshima-main-color);
}
.c-card.-hokubu .c-card__island {
  height: 96.5px;
}
@media only screen and (min-width: 768px) {
  .c-card.-hokubu .c-card__island {
    height: 160px;
    left: 5px;
  }
}
.c-card.-hokubu .c-card__heading {
  --card-color: var(--hokubu-main-color);
}
.c-card.-hokubu .c-card__btn {
  --btn-color: var(--hokubu-main-color);
  --btn-border-color: var(--hokubu-main-color);
  --btn-back-color: #fff;
}
.c-card.-hokubu .c-card__btn:link {
  color: var(--hokubu-main-color);
}
.c-card.-hokubu .c-card__btn:visited {
  color: var(--hokubu-main-color);
}
.c-card.-hokubu .c-card__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--hokubu-main-color);
}
.c-card.-iriomote .c-card__island {
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .c-card.-iriomote .c-card__island {
    height: 112px;
    left: -20px;
  }
}
.c-card.-iriomote .c-card__heading {
  --card-color: var(--iriomote-main-color);
}
.c-card.-iriomote .c-card__btn {
  --btn-color: var(--iriomote-main-color);
  --btn-border-color: var(--iriomote-main-color);
  --btn-back-color: #fff;
}
.c-card.-iriomote .c-card__btn:link {
  color: var(--iriomote-main-color);
}
.c-card.-iriomote .c-card__btn:visited {
  color: var(--iriomote-main-color);
}
.c-card.-iriomote .c-card__btn:hover {
  color: #fff;
  --btn-color: #fff;
  --btn-back-color: var(--iriomote-main-color);
}

.c-grid.-model-course {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .c-grid.-model-course {
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-grid.-model-course {
    gap: 70px 45px;
  }
}
.c-grid__cell {
  position: relative;
  z-index: 1;
}
.js-imgChange {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-only_pc {
  display: none;
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .u-only_pc {
    display: block !important;
  }
}

.u-only_sp {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .u-only_sp {
    display: block !important;
  }
}