@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #010808;
}

.breadcrumb-container .breadcrumb p a {
  color: #010808;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb p {
  color: #4a91ca;
}

.h1parent {
  width: 1000px;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  z-index: 2;
  position: relative;
}

.h1parent .fnya {
  position: absolute;
  width: 30%;
  height: auto;
  transform: translateY(-50%);
  top: 10%;
  right: 5%;
  z-index: -2;

}

.h1 {
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #010808;
  letter-spacing: 0.05em;
  font-size: 4rem;
  display: inline-block;
  transform: rotate(-5deg);
  position: relative;
  display: inline-block;
  text-shadow: 0 0 15px #ffff00;
}



.h1::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -35px;
  width: 80px;
  height: 80px;
  background: url(../img/ill_sparkle.png) no-repeat center / contain;
  transform: rotate(-20deg);
  filter: drop-shadow(0 0 10px #ffff00) drop-shadow(0 0 20px #ffcc00);
}


.h1.map {
  position: relative;
}


.h1.map::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -100px;
  left: 0px;
  background: url(../img/hakata.png) no-repeat center / contain;
  transform: translateX(-50%);
  transform-origin: center bottom;
  z-index: -10;
  animation: purupuru 6s linear infinite;
  transform-origin: center center;
  filter: none;
}

@keyframes purupuru {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  20% {
    transform: translateX(-50%) rotate(5deg);
  }

  40% {
    transform: translateX(-50%) rotate(-5deg);
  }

  60% {
    transform: translateX(-50%) rotate(3deg);
  }

  80% {
    transform: translateX(-50%) rotate(-3deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

.h1::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  background: url(../img/ill_shoes.png) no-repeat center / contain;
  vertical-align: middle;
  filter: drop-shadow(0 0 10px #ffff00) drop-shadow(0 0 20px #ffcc00);
}

.p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #010808;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
}

.h1parent .p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #010808;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  margin: 1em 0 1em 10%;
  letter-spacing: 0.08em;
  padding: 0;
}

h3.h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin: 0.5em 0;
  margin-left: 10%;
  color: #0c8389;
  letter-spacing: 0.08em;
  padding: 0;
  background-color: transparent;
}

h3.h3.fff {
  color: #fff;
}

© h3.h3 {
  background-color: transparent;
}

h3.h3::before {
  content: none !important;
  display: none !important;
}

p {
  text-align: center;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp650-only {
  display: none;
}

.sp480-only {
  display: none;
}

#title-sp {
  display: none;
}

#title-pc {
  display: block;
}

.br {
  display: none;
}

.br2 {
  display: none;
}

.br448 {
  display: none;
}

/* footer */
DIV#footer DIV.pageTop a {
  display: none;
}

div#footer div#footerMenu p {
  padding: 2px 0 0;
}

div#footer div#footerMenu p a {
  font-size: x-small;
}

.breadcrumb-container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: center top 710px, center top;
  background-repeat: no-repeat, no-repeat;
}

#wrapper .breadcrumb {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
}

/*ページトップボタン*/
/*共通基本クラス*/
#wrapper .wrap {
  overflow: hidden;
}

#wrapper .wrap ul {
  padding: 0;
  margin: 0;
}

#wrapper .wrap li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}

#wrapper .alignC {
  text-align: center;
}

#wrapper .no-txt {
  text-indent: -9999px;
}

#seo-section {
  margin-bottom: 0;
}

.h1 {
  margin-bottom: 1rem;
}

.ranking-section h1.h1 {
  margin-bottom: 1rem;
}

/*メイン画像*/
.keyV {
  background-color: #add5e2;
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.keyV .container {
  display: block;
  max-width: 100%;
  height: auto;
}

.keyV p {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #da5e70;
  font-weight: bold;
  text-shadow:
    0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 25px #fff, 0 0 35px #fff, 0 0 50px #fff, 0 0 70px #fff;
}

.logo {
  max-width: 767px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-area {
  background-image: url("../img/title-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 2rem 1rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
}

/*ranking-menu*/
#ranking-menu {
  background-color: #fff;
  padding: 0 0 4rem;
  min-height: 1000px;
}

ul.menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: auto;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

ul.menu li a.inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 15px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* 左側テキスト */
ul.menu li a.inner .menutitle {
  flex: 0 0 60%;
  padding: 20px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
}

/* 右側 span */
ul.menu li a.inner .go {
  flex: 0 0 15%;
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #010808;
  letter-spacing: 0.05em;
  font-size: 4rem;
  display: inline-block;
  transform: rotate(-5deg);
}

ul.menu li a.inner .go::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background: url(../img/ill_arrow.png) no-repeat center / contain;
  vertical-align: middle;
}

ul.menu li a.inner .area {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px #010808;
  transition: .3s;
  color: #010808;
  font-size: 24px;
  font-weight: 700;
}

ul.menu li a.inner .area:active {
  box-shadow: unset;
  transform: translate(4px, 4px);
}

#ranking-menu #menu01 a {
  background: linear-gradient(to right, #d35b6f, #b3a29c);
}

#ranking-menu #menu02 a {
  background: linear-gradient(to right, #8a7049, #9b6c79);
}

#ranking-menu #menu03 a {
  background: linear-gradient(to right, #cb7d3a, #737b49);
}

#ranking-menu #menu04 a {
  background: linear-gradient(to right, #5c9a7d, #7c858f);
}

#ranking-menu #menu05 a {
  background: linear-gradient(to right, #6c8bbf, #6a8b87);
}

/* a を relative にして ::after 用意 */
.menu li a.inner {
  position: relative;
  display: block;
  overflow: hidden;
}

/* 共通オーバーレイ */
.menu li a.inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  /* 薄い白オーバーレイ */
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: inherit;
  pointer-events: none;
}

/* hoverでオーバーレイ表示 */
.menu li a.inner:hover::after {
  opacity: 1;
}

/* 軽く浮かせる演出追加 */
.menu li a.inner:hover {
  transform: translateY(-2px);
  transition: transform 0.2s;
}

/* レイアウト調整用 */
body {
  vertical-align: middle;
  padding: 50px 0;
}

/* なみなみウェーブ */
.wave {
  position: relative;
  background: linear-gradient(to right, #95bc90, #4aa7ab);
  padding: 1.5em 0 20em;
  overflow: visible;
}

.wave::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: auto;
  background: url("../img/wave_t.png") no-repeat bottom center / 100% auto;
  aspect-ratio: 3456 / 150;
  pointer-events: none;
  z-index: 1;
}

.wave::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: auto;
  background: url("../img/wave_b.png") no-repeat bottom center / 100% auto;
  aspect-ratio: 3456 / 150;
  pointer-events: none;
  z-index: 1;
}

.ranking-section.nowave {
  padding: 5em 0 14em;
  margin-top: -10em;
}

#oita {
  background-color: #a3ded4;
  position: relative;
  padding-bottom: calc(100vw * 599 / 7638);
  /* 三角の高さ分 */
  overflow: visible;
  margin-bottom: 0;
}

.title {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 13.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6.25rem auto;
}

.title .title-icon {
  width: 40px;
  width: 7%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

/*その他のおすすめ*/
#recommend {
  padding-bottom: calc(100vw * 599 / 7638);
}

.recommended-post a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
}

.recommended-post a:link {
  color: #010808;
  background-color: #eeeeee;
}

.recommended-post a:hover {
  opacity: 0.75;
}

.recommended-post a:visited {
  color: #010808;
}

.recommended-post .post-thumb {
  padding: 1%;
  margin-bottom: 15px;
  background-color: #fff;
}

.recommended-post .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.recommended-post .post-title {
  padding: 0;
  margin-bottom: 18px;
  background: none;
  font-size: 16px;
  color: #010808;
}

.recommended-post .post-title::before {
  display: none;
}

.recommended-post .p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.recommended-posts .title .inner::before {
  display: none;
}

.recommended-posts .title .inner::after {
  display: none;
}

#recommend .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* 高さを均等に揃える */
  padding: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#recommend .posts .recommended-post {
  width: 32.5%;
  margin: 0 0 1%;
}

#recommend .posts .recommended-post:nth-child(3n) {
  margin-right: 0;
}

.ranking-box {
  max-width: 1000px;
  width: 100%;
  padding: 2em;
  margin: 2rem auto;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
}

.ranking-box::after {
  content: '\0020';
  display: block;
  clear: both;
}

.ranking-box .rank-num {
  padding: 0;
  margin-bottom: 10px;
  font-size: 33px;
  color: #643512;
  line-height: 1;
}

.ranking-box .rank-num .unit {
  font-size: 18px;
}

.ranking-box .rank-num img {
  margin-right: 10px;
  vertical-align: 0;
}

.ranking-box .rank-num.rank-num-c {
  width: 75px;
  height: 75px;
  margin: 0;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.ranking-box .rank-num.rank-num-c img {
  margin: 10px auto 5px;
  display: block;
}

.ranking-box .rank-thumb {
  width: 25.95745%;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.ranking-box .rank-thumb .img {
  max-width: none;
  width: 100%;
  height: auto;
}

.ranking-box .text {
  width: 70.85106%;
  float: right;
}

.ranking-box h3 {
  padding: 0;
  margin: 0 0 10px;
  background: none;
  text-align: left;
  font-size: 24px;

}

.ranking-box h3::before {
  display: none;
}

.ranking-box h3 a {
  text-decoration: none;
  font-size: 20px;
  color: #94af6d;
}

#kitakyu .ranking-box h3 a {
  color: #5c9a7d;
}

#fukuoka .ranking-box h3 a {
  color: #c8455c;
}

#nagasaki .ranking-box h3 a {
  color: #6c8bbf;
}

#kumamoto .ranking-box h3 a {
  color: #cb7d3a;
}

#oita .ranking-box h3 a {
  color: #8a7049;
}

.ranking-box h3 a:hover {
  color: rgba(148, 175, 109, 0.5);
}

/* ナビボタンリンク先少し上にずらす */
#kitakyu,
#fukuoka,
#nagasaki,
#kumamoto,
#oita {
  scroll-margin-top: 55px;
}

.ranking-box .description {
  margin-bottom: 30px;
}

.ranking-box .description p {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.ranking-box .btn-area::after {
  content: '\0020';
  display: block;
  clear: both;
}

.ranking-box .btn-rank {
  min-width: 65.15152%;
  overflow: hidden;
  display: block;
  float: right;
}

.ranking-box .btn-rank a {
  width: 100%;
  height: 100%;
  padding: 14px 6.97674%;
  background-color: #fa9624;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: background-color 0.3s linear;
}

.ranking-box .btn-rank a::before {
  width: 1px;
  height: 100%;
  content: '\0020';
  display: inline-block;
  vertical-align: middle;
}

.ranking-box .btn-rank a::after {
  width: 6.97674%;
  margin-top: -2%;
  line-height: 1;
  text-align: right;
  content: '〉';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.ranking-box .btn-rank a:link {
  color: #fff;
}

.ranking-box .btn-rank a:hover {
  background-color: #fa7824;
}

.ranking-box .btn-rank a:visited {
  color: #fff;
}

.ranking-box .btn-rank a span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.ranking-box .btn-rank a span br {
  display: none;
}

.ranking-box.rank1 {
  background-color: #fff;
}

#fukuoka .ranking-box.rank1 {
  background-color: #fbf1f7;
}

#kumamoto .ranking-box.rank1 {
  background-color: #fdf2ea;
}

/* ツアー詳細 */
.tour-info::after {
  content: '\0020';
  display: block;
  clear: both;
}

/* ツアー内クラス名の出発地の枠	 */
.departure-destination {
  font-size: 0;
  float: left;
  padding: 10px 0;
}

.departure-destination {
  display: flex;
  flex-direction: row;
  margin: 0;
  flex-wrap: wrap;
}

.departure-destination::after {
  content: '\0020';
  display: block;
  clear: both;
}

.departure-destination dt {
  width: 68px;
  padding: 3px 0;
  background-color: #010808;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.departure-destination dt {
  width: 40%;
  margin-bottom: 10px;
}

.departure-destination dd {
  min-width: 68px;
  padding: 3px 5px;
  margin: 0px 10px 0px 0px;
  background-color: #eeeeec;
  color: #010808;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.departure-destination dd {
  width: 40%;
  margin-bottom: 10px;
}

.price {
  display: block;
  font-size: 50px;
  color: #c8455c;
  line-height: 1;
  float: right;
  padding: 10px 5px;
}

.price .unit {
  font-size: 18px;
  color: #010808;
  margin-left: 5px;
}

.price .num {
  font-size: 16px;
  color: #010808;
}

.rank1 .price {
  font-size: 30px;
  font-weight: bold;
}

.rank1 .price .unit {
  font-weight: normal;
}

.rank1 .price .num {
  font-weight: normal;
}

div.cmnMenuArea div.title {
  margin-bottom: 0;
  height: auto;
  box-sizing: border-box;
}

.detail {
  clear: both;
  display: block;
  padding: 10px 0;
}

.detail img {
  filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
  margin-left: auto;
  margin-right: 0;
}

.detail a:hover {
  opacity: 0.75;
}

/*よくある質問*/
#faq-section {
  max-width: 1000px;
  margin: 0 auto 5rem;
  padding: 0;
}

/* dt / dd 共通 */
.faq .faq-pair {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 500;
}


/* Q */
.faq dt.faq-pair {
  color: #6c8bbf;
  background-color: #e3f5f8;
  cursor: pointer;
}

/* A */
.faq dd.faq-pair {
  background-color: #f2f2f2;
  margin-inline-start: 0;
}

/* アイコン */
.faq .faq-pair img {
  width: 3em;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.15em;
}

/* 2行目以降のテキスト */
.faq-extra {
  margin-left: 3em;
  margin-top: 0.3em;
}

/* 開いている dt の背景を変える */
.faq dt.open {
  background-color: #cfe8f7;
}

/* Qのアイコンを回転させる */
.faq dt.open .title-icon {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

/* 開いている dd の文字色変更 */
.faq dd.open {
  color: #333;
  font-weight: 500;
}

/* その他の出発地 */
#departure-section .departure-list {
  display: flex;
  gap: 50px;
  justify-content: center;
  list-style: none;
  padding-top: 4rem;
}

#departure-section .departure-list li {
  list-style: none;
}

/* 画像＝リンク本体 */
#departure-section .departure-list a.link {
  position: relative;
  display: block;
  width: 250px;
  aspect-ratio: 650 / 650;
  background: url('../img/departure_bus.png') no-repeat center / contain;
  text-decoration: none;
  transition: transform 0.2s ease;
}

/* ホバー演出 */
#departure-section .departure-list a.link:hover {
  transform: translateY(-5px);
}

/* 中央文字 */
#departure-section .departure-list a.link span {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  font-weight: 700;
  color: #010808;
  text-align: center;
  pointer-events: none;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 20px), #f2f44d 0);
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-position: 0 100%;
}


/* SEO */
#seo-section {
  position: relative;
  padding: 2em 1em 0 1em;
  text-align: center;
  /* padding-bottom: 10%; */
}

#seo-section {
  position: relative;
  overflow: visible;
}

/* #seo-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: auto;
  background: url("../img/landscape02.png") no-repeat bottom center / 100% auto;
  aspect-ratio: 3456 / 229;
  pointer-events: none;
  z-index: 1000;
} */

#seo-section h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 20px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #0c8389;
  letter-spacing: 0.08em;
  text-align: center;
}

#seo-section p.sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #010808;
  padding-top: 1%;
}

.seo-img-wrapper {
  width: 100%;
  margin-top: 2em;
}

.seo-img {
  width: 100%;
  height: auto;
  display: block;
}

/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 5px;
  right: 20px;
  width: 100px;
  height: 190px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}

#page-top img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
}

#page-top:hover .page-top-label {
  color: #010808;
  transition: all 0.3s;
}

#page-top:hover img {
  opacity: 0.6;
  transition: all 0.3s;
}

.br {
  display: none;
}

.br2 {
  display: none;
}

body,
html {
  overflow-x: hidden;
  /* 横は隠してもOK */
  overflow-y: visible;
  /* 縦は見えるように */
}

/*fadeIn*/
.box01,
.box02,
.box03,
.box04,
.box05,
.box06,
.box07 {
  opacity: 0;
  transition: 2.5s ease-out;
  position: relative;
}

.box01 {
  transform: translateY(20px);
}

.box02 {
  transform: translateY(40px);
}

.box03 {
  transform: translateY(60px);
}

.box04 {
  transform: translateY(80px);
}

.box05 {
  transform: translateY(100px);
}

.box06 {
  transform: translateY(120px);
}

.box07 {
  transform: translateY(140px);
}

.active {
  opacity: 1;
  top: 0;
}

/* ここから下部バナー配置 */

#image-links {
  position: relative;
  padding: 2% 2% 10%;
}

#image-links .img-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2%;
  /* 画像間の隙間を微調整 */
  flex-wrap: wrap;
  /* 画面狭いと縦並びになる */
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

#image-links .img-wrapper a {
  flex: 1 1 48%;
  /* 2列でほぼ半分ずつ */
  display: block;
}

#image-links .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

#image-links::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: auto;
  background: url("../img/landscape02.png") no-repeat bottom center / 100% auto;
  aspect-ratio: 3456 / 229;
  pointer-events: none;
  z-index: 1000;
}

/*max-width: 1500px*/
@media screen and (max-width: 1500px) {
  .main-visual {
    padding-top: 32.4%;
    margin-bottom: 4%;
  }

  .main-visual h2,
  .main-visual h2.tokai {
    width: 46.4%;
    padding-top: 18.4%;
    margin: 5% auto 0;
    background-size: 100% auto;
  }

  .main-visual .title-inner {
    padding: 29% 0 0 28%;
    font-size: 1.4vw;
  }

  .ranking-section h1.h1 {
    margin-bottom: 1.5rem;
  }
}

/*max-width: 1080px*/
@media screen and (max-width: 1080px) {}

/*max-width: 999px*/
@media screen and (max-width: 999px) {
  #ranking-menu {
    padding: 2rem 0 8.5rem;
  }

  .ranking-section {
    margin: 2rem auto 1rem;

  }

  .keyV p {
    padding: 1% 2%;
    font-size: clamp(14px, 2vw, 24px);
  }

  .price {
    text-align: right;
    clear: both;
    float: none;
    line-height: 1.4;
  }

  #recommend .posts {
    width: 95%;
  }

  #faq-section {
    margin: 4rem auto 0;
  }
}

/*max-width: 767px*/
@media screen and (max-width: 767px) {

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  ul.menu.pc-only {
    display: none;
  }

  #title-pc {
    display: none;
  }

  #title-sp {
    display: block;
  }

  .title-area {
    background-image: url("../img/title-bg02.png");
    padding: 0%;
  }

  .title-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  /*ranking-menu*/
  #ranking-menu {
    background-color: #fff;
    padding: 0.5em 0 9em;
  }

  /* navここから */
  #ranking-menu {
    min-height: 0px;
  }

  .nav {
    display: flex;
    /* フレックスボックスを使用 */
    justify-content: center;
    /* 中央に配置 */
    flex-wrap: wrap;
    /* 要素がはみ出す場合に折り返す */
    list-style: none;
    /* デフォルトのリストスタイルを無効にする */
    padding: 0;
    /* パディングをリセット */
    margin: 0;
    gap: 10px 2%;
    /* マージンをリセット */
  }

  .nav li {
    width: 30%;
    /* liの幅を33%に設定 */
    text-align: center;
    padding: 0.5em 0;
  }

  .nav .area {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    height: 100%;
  }

  .nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
    padding: 0.5em 0;
    box-shadow: 5px 5px 0px #010808;
    position: relative;
  }

  .nav a:hover {
    opacity: 0.75;
    color: #010808;
  }

  .detail a:hover {
    opacity: 0.75;
  }

  #ranking-menu #menu06 a {
    background: linear-gradient(to right, #d35b6f, #b3a29c);
  }

  #ranking-menu #menu07 a {
    background: linear-gradient(to right, #8a7049, #9b6c79);
  }

  #ranking-menu #menu08 a {
    background: linear-gradient(to right, #cb7d3a, #737b49);
  }

  #ranking-menu #menu09 a {
    background: linear-gradient(to right, #5c9a7d, #7c858f);
  }

  #ranking-menu #menu10 a {
    background: linear-gradient(to right, #6c8bbf, #6a8b87);
  }

  /* a を relative にして ::after 用意 */
  .nav li a.inner {
    position: relative;
    display: block;
    overflow: hidden;
  }

  /* 共通オーバーレイ */
  .nav li a.inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    /* 薄い白オーバーレイ */
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: inherit;
    pointer-events: none;
  }

  /* hoverでオーバーレイ表示 */
  .nav li a.inner:hover::after {
    opacity: 1;
  }

  /* 軽く浮かせる演出追加 */
  .nav li a.inner:hover {
    transform: translateY(-2px);
    transition: transform 0.2s;
  }

  /* ナビボタンリンク先少し上にずらす */
  #kitakyu,
  #fukuoka,
  #nagasaki,
  #kumamoto,
  #oita {
    scroll-margin-top: 80px;
  }

  #faq-section {
    padding: 2% 2% 10%;
  }

  #seo-section {
    padding: 2% 2% 2%;
  }

  #kitakyu.wave,
  #fukuoka.nowave,
  #nagasaki.wave,
  #kumamoto.nowave,
  #recommend.nowave {
    padding: 2% 2% 20%;
  }

  #fukuoka.ranking-section.nowave {
    margin-top: -3em;
  }

  #nagasaki.ranking-section.nowave {
    margin-top: -3em;
  }

  #kumamoto.ranking-section.nowave {
    margin-top: -3em;
  }

  #oita.wave {
    padding: 2% 2% 15%;
  }

  #seo-section {
    margin-top: 0;
  }

  .title .inner .sub {
    font-size: 1.96vw;
  }

  #recommend .posts .recommended-post {
    width: 49%;
  }

  .recommended-posts .posts {
    padding: 0 20px;
  }

  .h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-left: 10%;
  }

  h3.h3 {
    font-size: 20px;
  }

  .h1parent .p {
    font-size: 14px;
  }

  .p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .ranking-box .description p {
    font-size: 14px;
  }

  .h1.map::before {
    left: 5%;
  }

  .h1::after {
    margin-left: 0;
  }

  .title .title-icon {
    width: 10%;
  }

  .recommended-posts .posts .recommended-post {
    width: 48%;
    margin-right: 4%;
  }

  .recommended-posts .posts .recommended-post:nth-child(3n) {
    margin-right: 4%;
  }

  .recommended-posts .posts .recommended-post:nth-child(2n) {
    margin-right: 0;
  }

  .ranking-box .rank-thumb {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .ranking-box .text {
    width: 100%;
    float: none;
  }

  .ranking-box .btn-rank a {
    padding: 8px 10%;
  }

  .ranking-box .btn-rank {
    min-width: 0;
    width: 100%;
  }

  .ranking-box .btn-rank a::after {
    width: 10%;
  }

  .ranking-box .btn-rank a span br {
    display: block;
  }

  .stop-facility dt {
    display: block;
  }

  .stop-facility dd {
    display: block;
  }

  .departure-destination {
    float: none;
    clear: both;
  }

  .price .num {
    padding-top: 10px;
    display: block;
  }

  #gnav {
    width: 100%;
    padding: 0;
  }

  #gnav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  #gnav li {
    display: table-cell;
    vertical-align: middle;
  }

  #gnav li:first-of-type {
    display: none;
  }

  #gnav li span {
    color: #fff;
    display: table;
    width: 100%;
  }

  #gnav li span a {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px dotted #426c06;
    text-align: center;
    font-size: 3vw;
    height: 14vw;
    color: #426c06;
  }

  #gnav li:last-child span a {
    border-right-width: 0px;
  }

  #gnav li.current span a {
    color: #426c06;
    background: #e5f107;
  }

  /* 出発地ナビ */
  #gnav {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    color: #426c06;
  }

  #gnav ul {
    display: table;
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    table-layout: fixed;
  }

  #gnav li {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 30px;
    padding: 0 0px;
  }

  #gnav li span {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    border-left: #426c06 2px dotted;
  }

  #gnav li:nth-of-type(1) {
    width: 10%;
    border-right: none;
  }

  #gnav li:nth-of-type(1) span {
    background-image: none;
  }

  #gnav li span a {
    display: table-cell;
    box-sizing: border-box;
    color: #426c06;
    height: 40px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }

  #gnav li:first-child span {
    border: none;
  }

  #gnav li.current span a {
    color: #426c06;
    background: #e5f107;
    font-size: 18px;
  }

  #gnav li span a:hover {
    color: #426c06;
    text-decoration: none;
    background: #e5f107;
  }

  .title .inner {
    font-size: 1.5rem;
  }

  .title .inner .sub {
    font-size: 13px;
  }

  .title .inner::before {
    top: 0px;
    left: 10px;
    width: 150px;
    height: 150px;
  }

  .title .inner::after {
    bottom: 10px;
    right: 10px;
    width: 150px;
    height: 150px;
  }

  #page-top {
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 133px;
  }

  .page-top-label {
    font-size: 14px;
  }

  .h1parent {
    width: 99%;
  }

  .h1.map::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
  }

  .departure-destination dt {
    font-size: 14px;
  }

  .departure-destination dd {
    font-size: 14px;
  }

  #image-links {
    padding: 2% 2% 12%;
  }
}


/*max-width: 650px*/
@media screen and (max-width: 650px) {
  .br2 {
    display: block;
  }

  .sp650-only {
    display: block;
  }

  .title .title-icon {
    width: 13%;
  }

  #kitakyu.wave,
  #nagasaki.wave {
    padding: 2% 2% 24%;
  }
}

/*max-width: 520px*/
@media screen and (max-width: 520px) {
  .br {
    display: block;
  }

  .title .inner::before {
    width: 120px;
    height: 120px;
  }

  .title-area {
    padding: 0 0;
  }

  .title .title-icon {
    width: 13%;
  }

  .title .title-icon {
    width: 16%;
  }

  #kitakyu.wave,
  #nagasaki.wave {
    padding: 2% 2% 30%;
  }

  #fukuoka.nowave,
  #kumamoto.nowave {
    padding: 2% 2% 24%;
  }

  #oita.wave {
    padding: 2% 2% 20%;
  }

  #departure-section .departure-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .h1.map::before {
    left: 15%;
  }

  .h1parent .fnya {
    top: 0;
    right: 0;
  }

  .h1parent .fnya {
    position: absolute;
    width: 45%;
  }
}

/*max-width: 480px*/
@media screen and (max-width: 480px) {
  .sp480-only {
    display: block;
  }

  #page-top {
    bottom: 10px;
    right: 10px;
  }

  /*MENU折り返し*/
  ul.menu li {
    flex: initial;
    width: 48%;
    margin-bottom: 0.3rem;
  }

  #kitakyu.wave,
  #fukuoka.nowave,
  #nagasaki.wave,
  #kumamoto.nowave {
    padding: 2% 4% 30%;
  }

  #fukuoka.ranking-section.nowave {
    margin-top: -2em;
  }

  #nagasaki.ranking-section.nowave {
    margin-top: -2em;
  }

  #kumamoto.ranking-section.nowave {
    margin-top: -2em;
  }

  .h1parent {
    width: 92%;
  }

  #recommend .posts {
    width: 92%;
  }

  #seo-section {
    padding: 2% 2% 5%;
  }

  .h1 {
    margin-left: 0%;
  }

  #oita .h1,
  #recommend .h1,
  #ranking-menu .h1,
  #faq-section .h1 {
    margin-left: 10%;
  }

  .h1.map::before {
    left: 36%;
  }

  h3.h3 {
    margin-left: 0;
  }

  .h1parent .p {
    margin: 1em 0 1em 0%;
  }

  .h1parent .fnya {
    top: -3%;
    right: 0;
  }

  /* 下部リンクバナー */
  #image-links {
    padding: 2% 4% 15%;
  }

  #image-links .img-wrapper {
    gap: 4%;
    /* SPでは間隔少し広め */
  }

  #image-links .img-wrapper a {
    flex: 1 1 100%;
    /* スマホでは縦並び */
    margin-bottom: 1rem;
    /* 下余白 */
  }

  #image-links .img-wrapper a:last-child {
    margin-bottom: 0;
  }
}

/*max-width: 448px*/
@media screen and (max-width: 448px) {
  .br448 {
    display: block;
  }

  .h1parent .fnya {
    top: -5%;
    right: 0;
  }
}

/*max-width: 444px*/
@media screen and (max-width: 444px) {

  .keyV .container {
    height: 35vh;
  }

  .title .inner::before {
    width: 100px;
    height: 100px;
  }

  .title .inner::after {
    width: 100px;
    height: 100px;
  }

  .h1::after {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .h1.map::before {
    left: 40%;
  }

  #kitakyu.wave,
  #nagasaki.wave {
    padding: 2% 4% 35%;
  }

  /* ナビボタンリンク先少し上にずらす */
  #kitakyu,
  #fukuoka,
  #nagasaki,
  #kumamoto,
  #oita {
    scroll-margin-top: 90px;
  }
}

/*max-width: 420px*/
@media screen and (max-width: 420px) {
  .main-visual {
    margin-bottom: 14vw;
  }

  .main-visual .title-inner {
    padding: 34vw 0 0 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  #page-top {
    bottom: 1px;
    right: 1px;
    width: 50px;
    height: 95px;
  }

  .page-top-label {
    font-size: 10px;
  }

  #kitakyu.wave,
  #nagasaki.wave {
    padding: 2% 4% 40%;
  }

  #fukuoka.nowave {
    padding: 2% 4% 30%;
  }

  #kumamoto.nowave {
    padding: 2% 4% 25%;
  }

  #oita.wave,
  #reccomend.nowave {
    padding: 2% 4% 25%;
  }

}

/*max-width: 375px*/
@media screen and (max-width: 375px) {
  .title .inner::before {
    width: 80px;
    height: 80px;
  }

  .title .inner::after {
    width: 80px;
    height: 80px;
  }

  #ranking-menu {
    padding: 0;
    min-height: 0;
    padding: 0.5em 0 6.5em;
  }

  .ranking-box {
    margin: 0 auto 0.5rem;
  }

  .h1 {
    font-size: 1.9rem;
  }

  .h1.map::before {
    left: 40%;
  }

  #fukuoka .h1.map::before {
    left: 50%;
  }

  #nagasaki .h1.map::before,
  #kumamoto .h1.map::before {
    left: 45%;
  }

  #ranking-menu .h1parent .p {
    margin: 1em 0 0;
  }

  #kitakyu.wave,
  #nagasaki.wave {
    padding: 2% 4% 45%;
  }

  #fukuoka.nowave {
    padding: 2% 4% 40%;
  }

  #kumamoto.nowave {
    padding: 2% 4% 35%;
  }

  #oita.wave {
    padding: 2% 4% 30%;

  }
}

/*max-width: 331px*/
@media screen and (max-width: 331px) {
  .h1parent .p {
    margin: 1em 0 0;
  }

  .h1 {
    font-size: 1.5rem;
  }

  h3.h3 {
    font-size: 19px;
  }

  #kitakyu.wave,
  #nagasaki.wave {
    padding: 2% 4% 55%;
  }

  #fukuoka.nowave {
    padding: 2% 4% 45%;
  }

  #kumamoto.nowave {
    padding: 2% 4% 40%;
  }

  #recommend.ranking-section {
    margin: 2rem auto 0;
  }

}