@charset "utf-8";
:root {
  --main-color-01: #3d9fb5;
  --main-color-02: #FFFF77;
  --main-color-03: #FFAD90;
  --main-color-04: #FF99CC;	
  --main-color-light: #d1ebf7;
  --sub-color-01: #186c7f;
  --sub-color-02: #4689FF;	
  --main-font: 'Yu Gothic','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
  --sub-font: 'Meiryo',sans-serif;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  scroll-padding-top: clamp(42px,11.2vw,72px);
}

body {
  margin: 0;
  font-size: 16px;
  font-family: var(--main-font);
  line-height: 1.6;
}

main {
  display: block;
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 75%;
}

svg,img,embed,object,iframe {
  vertical-align: bottom;
}

img {
    max-width: 100%;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.mt1em {
  margin-top: 1em;
}

.red {
  color: #ff6186;
}

.block {
  display: block;
}

.palt {
  font-feature-settings: "palt";
}

.header-logo {
  max-width: 1058px;
  margin: 0 auto;
  padding: 24px 30px 15px;
}

.header-logo img {
  max-width: 210px;
}

.hero img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .header-logo {
    padding: 2.66vw 23px;
  }
  .header-logo img {
    max-width: 210px;
    width: 29.86vw;
  }
}

.doushiyo {
  background-color: #e2f2f5;
  padding-bottom: 33px;
}

.doushiyo-img {
  max-width: 512px;
  display: flex;
  gap: 13px;
  margin: 12px auto;
  position: relative;
}

.doushiyo-img::before {
  content: "";
  display: block;
  width: 98px;
  height: auto;
  aspect-ratio: 122/134;
  background: url(../img/amatsubu_l.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -98px;
  bottom: 0;
}

.doushiyo-img::after {
  content: "";
  display: block;
  width: 61px;
  height: auto;
  aspect-ratio: 122/134;
  background: url(../img/amatsubu_r.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -61px;
  top: 0;
}

.ame-support {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .doushiyo {
    padding-bottom: 4%;
  }
  .doushiyo-img {
    width: 68.1%;
    gap: 2.5%;
    margin: 9px auto;
  }
  .doushiyo-img::before {
    width: 12%;
    left: -12%;
  }
  .doushiyo-img::after {
    width: 12%;
    right: -12%;
  }
}

.amenohi-tokuten {
  background: url(../img/bg-02.png);
  padding: 57px 0 87px;
  position: relative;
}

.amenohi-tokuten::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 34px solid #ff6186;
  border-bottom: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.amenohi-tokuten-inner {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 30px 60px 46px;
  position: relative;
}

.amenohi-tokuten-inner::before,
.amenohi-tokuten-inner::after {
  content: "";
  display: block;
  width: 130px;
  height: auto;
  aspect-ratio: 260/152;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.amenohi-tokuten-inner::before {
  background-image: url(../img/hata_l.png);
  left: 0;
}

.amenohi-tokuten-inner::after {
  background-image: url(../img/hata_r.png);
  right: 0;
}

.amenohi-tokuten-headline {
  font-size: 33px;
  font-weight: bold;
  font-family: var(--sub-font);
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 30px 30px 0 0;
  max-width: 510px;
  width: 100%;
  margin: auto;
  padding-top: 7px;
  text-align: center;
}

.amenohi-tokuten-subheadline {
  font-size: 36px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  text-align: center;
  border-top: 1px solid var(--main-color-01);
  border-bottom: 1px solid var(--main-color-01);
  position: relative;
  margin-bottom: 28px;
  padding: 22px 0 18px;
}

.amenohi-tokuten-subheadline span {
  color: #ff6186;
}

.amenohi-tokuten-subheadline::before,
.amenohi-tokuten-subheadline::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}

.amenohi-tokuten-subheadline::before {
  border-top: 1px solid var(--main-color-01);
  top: 3px;
}

.amenohi-tokuten-subheadline::after {
  border-bottom: 1px solid var(--main-color-01);
  bottom: 3px;
}

.present-top {
  display: flex;
  gap: 35px;
  margin-bottom: 21px;
}

.present-img {
  max-width: 383px;
}

.point-text-title {
  display: flex;
  align-items: center;
  max-width: 213px;
  height: 38px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
}

.point-text-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.point-text p {
  max-width: fit-content;
  font-size: 26px;
  font-weight: bold;
  font-family: var(--sub-font);
  background-color: #fff500;
  padding: 0 10px;
  margin-bottom: 20px
}

.jyouken-title {
  font-size: 23px;
  font-weight: bold;
  font-feature-settings: "palt";
  background-image: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 10px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  margin-bottom: 10px;
}

.jyouken-title span {
  background-color: #fff;
  padding-right: 10px;
}

.jyouken-top {
  display: flex;
  gap: 36px;
  margin-bottom: 42px;
}

.jyouken-content-title {
  max-width: 120px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color-01);
  margin-bottom: 10px;
}

.jyouken-content-title + p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.jyouken-content-title + p + p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.jyouken-kome {
  font-size: 17px;
  line-height: 1.4;
  border-top: 1px solid #000;
  padding-top: 15px;
}

.jyouken-kome p {
  margin-left: 1em;
  text-indent: -1em;
}

.jyouken-data {
  flex-shrink: 0;
  max-width: 412px;
  width: 100%;
  background-color: #c6e6eb;
  padding: 0 32px 12px;
}

.jyouken-data-title {
  font-size: 25px;
  font-weight: bold;
  font-family: var(--sub-font);
  text-align: center;
  margin: 10px 0;
}

.jyouken-data-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 12px;
}

.tenki-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.tenki-img img {
  width: 65.6%;
}

.tenki-num {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.tenki-num::after {
  content: "%";
  display: block;
  font-size: 24px;
  position: absolute;
  right: 11px;
  bottom: 11px;
}

.tenki-num img {
  width: 57%;
  margin: 10px 0 18px;
  position: relative;
  left: -7px;
}

.tenki-cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--main-color-01);
  margin-bottom: 12px;
}

.tenki-cp p {
  font-size: 25px;
  font-weight: bold;
  font-family: var(--sub-font);
  color: #fff;
  padding-left: 20px;
  position: relative;
}

.tenki-cp p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}

.tenki-cp-img {
  max-width: 77px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.tenki-cp-img img {
  width: 55.7%;
}

.tenki-kome {
  line-height: 1.3;
}

.tokuten-place-content {
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  background-color: #fcf7e6;
  padding: 0 30px;
}

.tokuten-place-title {
  max-width: 167px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color-01);
  position: relative;
  top: 20px;
}

.place-name {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.place-name span {
  font-size: 18px;
  font-weight: normal;
}

.place-link {
  max-width: 233px;
  width: 100%;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}


@media screen and (max-width: 1024px) {
  .amenohi-tokuten {
    padding: 6% 6% 13.3%;
  }
  .amenohi-tokuten::before {
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    border-top: 25px solid #ff6186;
    top: -12px;
  }
  .amenohi-tokuten-inner {
    border-radius: 10px;
    padding: 8% 4.54% 11%;
  }
  .amenohi-tokuten-inner::before,
  .amenohi-tokuten-inner::after {
    width: 19.7%;
  }
  .amenohi-tokuten-headline {
    width: 77%;
    font-size: min(4.4vw, 33px);
    border-radius: 4vw 4vw 0 0;
    padding-top: 7px;
  }
  .amenohi-tokuten-subheadline {
    font-size: min(5.6vw, 36px);
    line-height: 1.28;
    margin-bottom: 3%;
    padding: 3% 0;
  }
  .amenohi-tokuten-subheadline span {
    display: block;
  }
  .amenohi-tokuten-subheadline::before {
    top: 2px;
  }
  .amenohi-tokuten-subheadline::after {
    bottom: 2px;
  }
  .present-img {
    max-width: 38.3%;
  }
  .point-text-title {
    font-size: min(3.86vw, 23px);
  }
  .point-text p {
    font-size: min(2.5vw, 26px);
  }
  .jyouken-title {
    font-size: min(4vw, 23px);
  }
  .jyouken-top {
    display: block;
  }
  .tokuten-place-content {
    height: 120px;
  }
  .place-name {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .amenohi-tokuten-headline {
    padding-top: 4px;
  }
  .present-top {
    display: block;
    margin-bottom: 11%;
  }
  .present-img {
    max-width: 100%;
    margin-bottom: 3%;
  }
  .point-text-title {
    max-width: fit-content;
    height: 6.4vw;
    font-size: min(3.86vw, 23px);
    padding-left: 2vw;
    padding-right: 0.75em;
    margin-bottom: 4%;
  }
  .point-text-title::after {
    border-top: 3.2vw solid transparent;
    border-bottom: 3.2vw solid transparent;
    border-right: 1.6vw solid #fff;
  }
  .point-text p {
    font-size: min(4.4vw, 26px);
    padding: 0 0.5em;
    margin-bottom: 3.7%;
  }
  .jyouken-title {
    font-size: min(4vw, 23px);
    background-image: repeating-linear-gradient(90deg, #000000, #000000 0.6vw, transparent 0.6vw, transparent 1.2vw);
    margin-bottom: 4.8%;
  }
  .jyouken-title span {
    padding-right: 0.5em;
  }
  .jyouken-top {
    margin-bottom: 4%;
  }
  .jyouken-content-title {
    max-width: 21.7vw;
    height: 6.18vw;
    font-size: 4.2vw;
    margin-bottom: 2%;
  }
  .jyouken-content-title + p {
    font-size: 4.53vw;
    margin-bottom: 4.5%;
  }
  .jyouken-content-title + p + p {
    font-size: 3.8vw;
    margin-bottom: 4%;
  }
  .jyouken-kome {
    font-size: 3vw;
    padding-top: 4%;
    margin-bottom: 6%;
  }
  .jyouken-data {
    max-width: 100%;
    padding: 2.5% 7.8% 4%;
  }
  .jyouken-data-title {
    font-size: 4.85vw;
    margin: 0 0 2.5%;
  }
  .jyouken-data-content {
    gap: 3.8vw;
    margin-bottom: 3%;
  }
  .tenki-num {
    font-size: 4.46vw;
  }
  .tenki-num::after {
    font-size: 5vw;
    right: 2.66vw;
    bottom: 1.33vw;
  }
  .tenki-num img {
    width: 57%;
    margin: 1.33vw 0 2.66vw;
    left: -4%;
  }
  .tenki-cp {
    margin-bottom: 3%;
  }
  .tenki-cp p {
    font-size: 4.85vw;
    padding-left: 0.75em;
  }
  .tenki-cp p::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #ffffff;
    right: -1.2em;
  }
  .tenki-cp-img {
    max-width: 14.9vw;
    height: 11.2vw;
  }
  .tenki-kome {
    font-size: 3.1vw;
    margin-bottom: 0;
  }
  .tokuten-place-content {
    height: auto;
    display: block;
    font-size: 3.78vw;
    padding: 8% 8.6% 6.5%;
  }
  .tokuten-place-title {
    max-width: 29.4vw;
    height: 6.18vw;
    font-size: 4.2vw;
    top: 3.33vw;
  }
  .place-name {
    align-items: normal;
    font-size: 4.66vw;
    line-height: 1.4;
  }
  .place-name span {
    font-size: 3.33vw;
  }
  .place-link {
    max-width: 100%;
    height: 6.5vw;
    margin: 2vw auto 0;
  }
  
}

.amenohi-plan {
  background: url(../img/bg-03.png);
}

.amenohi-plan-inner {
  max-width: 1222px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding-top: 120px;
}

.amenohi-plan-inner::before {
  content: "";
  display: block;
  max-width: 842px;
  width: 100%;
  height: auto;
  aspect-ratio: 842/85;
  background: url(../img/amenohi-plan.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.amenohi-plan-headline {
  font-size: 40px;
  font-weight: bold;
  font-family: var(--sub-font);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.amenohi-plan-headline::before {
  content: "";
  display: block;
  width: 144px;
  height: auto;
  aspect-ratio: 144/58;
  background: url(../img/kazari_1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

.amenohi-plan-headline span {
  color: var(--main-color-01);
}

.amenohi-plan-headline + p {
  font-size: 19px;
  text-align: center;
}


@media screen and (max-width: 1024px) {
  .amenohi-plan-headline {
    line-height: 1.2;
  }
  .amenohi-plan-headline span {
    display: block
  }
}

@media screen and (max-width: 768px) {
  .amenohi-plan-inner {
    padding-top: 16vw;
  }
  .amenohi-plan-headline {
    font-size: 6.53vw;
    margin-bottom: 2.66vw;
  }
  .amenohi-plan-headline::before {
    width: 19.2vw;
    top: -9.86vw;
  }
  .amenohi-plan-headline + p {
    font-size: 3.33vw;
    margin-bottom: 4vw;
  }
}

.plan-list__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 0 40px;
}

.plan-list-title {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  border-left: 11px solid var(--main-color-01);
  background-color: var(--main-color-light);
  padding-left: 12px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.plan-list-title_2 {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  border-left: 11px solid var(--main-color-02);
  background-color: #FFFFCC;
  padding-left: 12px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.plan-list-title_3 {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  border-left: 11px solid var(--main-color-03);
  background-color: #FFCC99;
  padding-left: 12px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.plan-list-title_4 {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  border-left: 11px solid var(--main-color-04);
  background-color: #FFDDFF;
  padding-left: 12px;
  padding-top: 10px;
  margin-bottom: 15px;
}




.tours-list-okinawa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 18px;
}

.tours-list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1.5px solid var(--main-color-01);
  box-shadow: 4px 4px 0px 0px #adebf7;
  border-radius: 10px;
  padding: 13px 13px 12px;
  min-height: 438px;
}

.slider .tours-list__item {
  margin-bottom: 4px;
}

.tours-list__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 13px;
  min-height: 3.75em;
}

.tours-list__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 13px 15px;
}

.tours-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 51px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color-01);
  border-radius: 10px;
  margin-top: auto;
  position: relative;
}

.tours-list__link:hover {
  background-color: #fbbb21;
}

.tours-list__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 16.3px;
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-initialized .slick-slide {
  display: flex;
}
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-list {
  margin: 0 -9px;
}
.slick-slide {
  margin: 0 9px;
}

.slick-prev,
.slick-next {
   width: 75px;
   height: auto;
   aspect-ratio: 1/1;
   z-index: 1000;
}

.slick-prev:before,
.slick-next::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
}

.slick-prev {
  left: -55px;
}

.slick-prev:before {
  background-image: url(../img/maru_l.png);
}

.slick-next {
  right: -55px;
}

.slick-next:before {
  background-image: url(../img/maru_r.png);
}


@media screen and (max-width: 768px) {
  .slick-list {
    margin: 0;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-prev,
  .slick-next {
    width: 16vw;
  }
  .slick-prev:before,
  .slick-next::before {
    width: 16vw;
  }
  .slick-prev {
    left: -6vw;
  }
  .slick-next {
    right: -6vw;
  }
}

.to-erea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 63px;
  font-size: 27px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  color: #fff;
  background-color: var(--sub-color-01);
  border-radius: 10px;
  position: relative;
  margin-bottom: 100px;
}
.to-erea_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 63px;
  font-size: 27px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  color: #fff;
  background-color: var(--sub-color-02);
  border-radius: 10px;
  position: relative;
  margin-bottom: 100px;
}

.to-erea:hover {
  background-color: #fbbb21;
}
.to-erea_2:hover {
  background-color: #fbbb21;
}

.to-erea::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.to-erea_2::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .plan-title {
    max-width: 92%;
    padding: 3.5px 0;
  }
  .plan-list__inner {
    padding: 7px 6% 4vw;
  }
  .tours-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 1.73vw;
    padding: 0 6%;
  }
  .tours-list.slider {
    padding: 0;
  }
  .tours-list__item {
    box-shadow: 2px 2px 0px 0px #adebf7;
    border-radius: 1.33vw;
    padding: 1.73vw;
    min-height: 259px;
  }
  .tours-list__title {
    font-size: 3.46vw;
    padding: 1.86vw 1.6vw;
  }
  .tours-list__text {
    font-size: 2.66vw;
    padding: 0 1.6vw 15px;
  }
  .tours-list__link {
    height: 7.33vw;
    font-size: 3.33vw;
    border-radius: 1.33vw;
  }
  .tours-list__link::after {
    width: 1.3vw;
    height: 2.127vw;
    right: 1.86vw;
  }
  .plan-list__sub-text {
    font-size: 4.4vw;
    margin-top: 5.33vw;
  }
  .plan-list__sub-text span {
    font-size: 4.93vw;
  }
  .plan-list__sub-text-sub {
    font-size: 3.33vw;
  }
}

@media screen and (max-width: 768px) {
  .slider .tours-list__item {
    box-shadow: 4px 4px 0px 0px #adebf7;
    padding: 3.46vw;
    margin: 0 4px 4px;
  }
  .slider .tours-list__title {
    font-size: 5.43vw;
    padding: 4.17vw 3.56vw;
  }
  .slider .tours-list__text {
    font-size: 4vw;
    padding: 0 3.56vw;
    margin-bottom: 5.86vw;
  }
  .slider .tours-list__link {
    height: 13.85vw;
    font-size: 5.16vw;
    border-radius: 2.69vw;
  }
  .slider .tours-list__link::after {
    width: 2.66vw;
    height: 4.36vw;
    right: 2.66vw;
  }
  .plan-list-title {
    height: 9vw;
    font-size: 6.11vw;
    border-left: 1.82vw solid var(--main-color-01);
    padding-top: 4px;
    margin-bottom: 3.6vw;
  }
.plan-list-title_2 {
    height: 9vw;
    font-size: 6.11vw;
    border-left: 1.82vw solid var(--main-color-02);
    padding-top: 4px;
    margin-bottom: 3.6vw;
  }	
.plan-list-title_3 {
    height: 9vw;
    font-size: 6.11vw;
    border-left: 1.82vw solid var(--main-color-03);
    padding-top: 4px;
    margin-bottom: 3.6vw;
  }		
.plan-list-title_4 {
    height: 9vw;
    font-size: 5.2vw;
    border-left: 1.82vw solid var(--main-color-04);
    padding-top: 4px;
    margin-bottom: 3.6vw;
  }		
	
	
  .to-erea {
    height: 12vw;
    font-size: 5.14vw;
    border-radius: 1.33vw;
    margin: 0 auto 13.33vw;
  }
  .to-erea::after {
    width: 2.66vw;
    height: 4.36vw;
    right: 3vw;
  }
.to-erea_2 {
    height: 12vw;
    font-size: 5.14vw;
    border-radius: 1.33vw;
    margin: 0 auto 13.33vw;
  }
  .to-erea_2::after {
    width: 2.66vw;
    height: 4.36vw;
    right: 3vw;
  }	
	
	
}

.okinawa-plan {
  background: url(../img/bg-01.png);
  padding: 140px 0 0;
}

.okinawa-plan-headline {
  font-size: 42px;
  font-weight: bold;
  font-family: var(--sub-font);
  text-align: center;
  position: relative;
}

.okinawa-plan-headline::before {
  content: "";
  display: block;
  width: 144px;
  height: auto;
  aspect-ratio: 144 / 58;
  background: url(../img/kazari_1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

.okinawa-plan-headline span {
  color: var(--main-color-01);
}

.okinawa-plan-headline + p {
  max-width: 454px;
  margin: auto
}

.okinawa-plan .plan-list__inner {
  padding: 20px 0 263px;
}


.plan-list__sub-text-sub {
  font-size: 33px;
  font-weight: bold;
  font-family: var(--sub-font);
  text-align: center;
  margin: 50px 0 15px;
}


.to-toppage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 660px;
  width: 100%;
  height: 63px;
  font-size: 27px;
  font-weight: bold;
  font-family: var(--sub-font);
  line-height: 1;
  color: #fff;
  background-color: var(--sub-color-01);
  border-radius: 15px;
  position: relative;
  margin: auto;
}



.to-toppage::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/btn-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .okinawa-plan {
    padding: 21vw 0 0;
  }
  .okinawa-plan-headline {
    font-size: 6.8vw;
  }
  .okinawa-plan-headline::before {
    width: 22.1vw;
    top: -11vw;
  }
  .okinawa-plan-headline + p {
    max-width: 76%;
  }
  .okinawa-plan .plan-list__inner {
    padding: 4.66vw 0 22.4vw;
  }
  .plan-list__sub-text-sub {
    font-size: 4.4vw;
    margin: 8vw 0 5.33vw;
  }
  .to-toppage {
    max-width: 88%;
    height: 12vw;
    font-size: 4.8vw;
    border-radius: 1.33vw;
  }
  .to-toppage::after {
    width: 2.66vw;
    height: 4.36vw;
    right: 3vw;
  }
}

.pagetop-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right :50px;
}

.footer__inner {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .pagetop-btn {
    bottom: 20px;
    right : 15px;
    max-width: 78px;
    width: 10.4vw;
  }
  .footer__inner {
    padding: 4vw 0;
  }
  .footer-logo {
    max-width: 261px;
    width: 34.66vw;
    margin: 0 auto;
  }
}



