@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #494949;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
}

p {
  margin: 0;
}

.only444 {
  display: none;
}

.breadcrumb-container .breadcrumb p a {
  color: #494949;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb p {
  color: #4a91ca;
}


/* スポット２カラム */
.ranking-section .h1parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  z-index: 2;
}

/* テキストエリア */
.ranking-section .text-area {
  width: 40%;
  max-width: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 3rem 2rem;
  border-radius: 8px;
  z-index: 2;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
  margin: 0 0 0 10%;
  position: relative;
  overflow: visible !important;
}

.ranking-section .text-area.right {
  margin: 0 10% 0 0;
}

/* 画像エリア */
.ranking-section .image-area.right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-left: -5%;
}

.ranking-section .image-area.left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-right: -5%;
}

.ranking-section .image-area img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}

/* .ranking-section .h1parent .fnya {
  position: absolute;
  width: 60px;
  height: auto;
  transform: translateY(-50%) rotate(-10deg);

  top: 5px;
  right: 10%;

  z-index: 10;


  isolation: isolate;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);

} */

.ranking-section .text-area.left h1 {
  position: relative;
}

.ranking-section .text-area.left h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("../img/petal04.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -70%;
  right: 10%;
  pointer-events: none;
  /* transform: translate(-50%, -50%) rotate(-10deg); */
  transform: rotate(-10deg);
  /* filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3)); */
}

.ranking-section .text-area.right h1 {
  position: relative;
}

.ranking-section .text-area.right h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("../img/petal03.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -70%;
  right: 10%;
  pointer-events: none;
  /* transform: translate(-50%, -50%) rotate(-10deg); */
  transform: rotate(-10deg);
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
}

.ranking-section .text-area .h1 .gothic {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #494949;
  font-size: 24px;
  font-weight: 800;
}

.ranking-section .text-area .h1 .yujimai {
  font-family: 'Yuji Mai', cursive;
  text-align: center;
  color: #b32d5e;
  font-size: 50px;
}

/* 段落の間隔 */
.ranking-section .text-area p {
  font-family: "Shippori Mincho", serif;
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* 見出し */
.h1 .gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

.h1 .yujimai {
  font-family: 'Yuji Mai', cursive;
  font-weight: normal;
  font-size: 4.5rem;
}

.h1with {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
  /* color: #c77d94; */
  color: #e06e92;
  font-size: 4rem;
  display: inline-block;
  transform: rotate(-20deg);
  position: absolute;
  line-height: 0.8;
  z-index: 3;
  filter: none;

}

.text-area.left .h1with {
  left: -20%;
  bottom: -80px;
}

.text-area.right .h1with {
  right: -20%;
  bottom: -30px;
}

.h1with span {
  font-size: 7rem;
}

/* ゴシック用 */
.gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

/* Yuji Mai */
.yujimai {
  font-family: 'Yuji Mai', cursive;
  font-weight: normal;
}



/* .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: "Shippori Mincho", serif;
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 1.8;
}

/* .h1parent .p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #494949;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  margin: 1em 0 1em 10%;
  letter-spacing: 0.08em;
  padding: 0;
} */

.h1 {
  font-weight: 500;
  text-align: center;
  color: #494949;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.h1::before {
  content: none !important;
  display: none !important;
}


.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;
}

.ranking-section h1.h1 {
  margin: 0 0 2rem 0;
}

/*メイン画像*/
.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/titlebg-pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0;
  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;
}

#ranking-menu p {
  text-align: center;
}

#ranking-menu .menu-wrapper {
  /* position: relative; */
}

#ranking-menu .menu-wrapper .h1with {
  top: 50px;
  left: 7%;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
}

#ranking-menu .menu-wrapper .petal {
  position: absolute;
  left: 20%;
  top: -75px;
  width: 60px;
  height: auto;
  background-size: contain;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));

}

.menu {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 2rem auto 4rem;
  position: relative;
}

.menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}

.menu li {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 横方向中央揃え */
  justify-content: center;
  /* 縦方向も中央 */
  position: relative;
  width: 200px;
  /* liの固定幅 */
  padding: 0 0 0 15px;
  /* 余白を削除 */
  box-sizing: border-box;
  text-align: center;
  /* テキスト中央揃え */
}

/* 縦ライン装飾 */
.menu li.with-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 15px;
  background: url('../img/line.png') center center no-repeat;
  background-size: contain;
}

/* スポット・イベント文字 */
.menu .spot {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 16px;
}

.menu .event {
  font-size: 16px;
  text-align: center;
}

/* フォントを使うクラス */
.menu .event.yujimai {
  font-family: 'Yuji Mai', serif;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); */
}

/* .menu li:first-child {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
} */

.menu li a {
  color: #6e5453;
}

/* .menu li:not(:first-child) a:hover {
  color: #b32d5e;
  text-shadow:
    0 0 5px #fde9eb,
    0 0 10px #fde9eb,
    0 0 20px #fde9eb;
} */
.menu li a:hover {
  /* color: #b32d5e; */
  color: #d16f6f;
  text-shadow:
    0 0 5px #fde9eb,
    0 0 10px #fde9eb,
    0 0 20px #fde9eb;
}

.menu .event.yujimai a:hover {
  color: #b32d5e;
  text-shadow:
    0 0 5px #fde9eb,
    0 0 10px #fde9eb,
    0 0 20px #fde9eb;
}

/* レイアウト調整用 */
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;
} */

/* 桜の花びら背景 */
#bg-wrapper {
  position: relative;
  z-index: 0;
}

#bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-image: image-set(url("../img/bg.webp") type("image/webp"),
      url("../img/bg.jpg") type("image/jpeg"));
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  opacity: 0.5;
}

#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);
}

#recommend .h1,
#faq-section .h1,
#seo-section .h1 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  color: #494949;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  padding: 3em 0 1em 0;
}

#seo-section .h1 {
  padding: 0 0 1em 0;
}

.recommended-post a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
}

.recommended-post a:link {
  color: #494949;
  background-color: #eeeeee;
}

.recommended-post a:hover {
  opacity: 0.75;
}

.recommended-post a:visited {
  color: #494949;
}

.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: #494949;
}

.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;
}

/* 見ごろカレンダー */
#calendar {
  margin-bottom: 6rem;
}

#calendar .h1.gothic {
  line-height: 1.8;
  margin-bottom: 2rem;
}

#calendar .h1.gothic span {
  display: block;
  font-weight: 800;
  text-align: center;
  color: #494949;
  font-size: 24px;
  letter-spacing: 0.08em;
}

#calendar .h1.gothic span.sub {
  font-size: 20px;
  margin-bottom: 1rem;
}

#calendar .p {
  text-align: center;
  margin-bottom: 2rem;
}

#calendar img {
  display: block;
  width: 1000px;
  margin: 0 auto;
}


/* セクション背景色 */
#kairakuen,
#fujishiba {
  position: relative;
  /* これがないと ::before が全体に重なる */
  z-index: 0;
  padding-top: 5em;
}

#kairakuen::before,
#fujishiba::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 233, 235, 0.3);
  /* 薄いピンク */
  pointer-events: none;
  z-index: 1;
  /* テキストより下に見せたい場合は h1parent の z-index を 2 に */
}

#recommend {
  background-color: #fef7ee;
}

.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 h2.h2.gothic {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  line-height: 1.5;
}

.ranking-box h2::before {
  display: none;
}

.ranking-box h2.h2.gothic a {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e06e92;
  text-decoration: none;
  background: none;
  padding: 0;
  margin: 0 0 10px;
}

/* ナビボタンリンク先少し上にずらす */
#kawazu,
#kairakuen,
#tsukuba,
#fujishiba,
#oita,
#other {
  scroll-margin-top: 55px;
  margin-bottom: 10rem;
}

.ranking-box .description {
  margin-bottom: 30px;
}

.ranking-box .description p {
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.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; */
  background-color: rgba(255, 255, 255, 0.95);
}

#kairakuen .ranking-box.rank1,
#fujishiba .ranking-box.rank1 {
  /* background-color: #fff; */
  z-index: 1;
}

/* ツアー詳細 */
.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,
.departure-destination dd {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.departure-destination dt {
  width: 40%;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #494949;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.departure-destination dd {
  width: 40%;
  min-width: 68px;
  padding: 3px 0;
  margin: 0px 10px 10px 0px;
  background-color: #eeeeec;
  color: #494949;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

/* 詳細はこちら */
.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;
}

/* ツアー金額 */
.price {
  display: block;
  font-size: 30px;
  color: #c8455c;
  line-height: 1;
  float: right;
  padding: 10px 5px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.price .unit {
  font-size: 18px;
  color: #494949;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}

.price .num {
  font-size: 16px;
  color: #494949;
  font-weight: 600;
}

/*よくある質問*/
#faq-section {
  max-width: 1000px;
  margin: 0 auto 10rem;
  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: 800;
  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: 500;
  color: #494949;
  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 3em 1em;
  text-align: center;
  overflow: visible;
}

#seo-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: auto;

  /* フォールバック */
  background: url("../img/bottombg.jpg") no-repeat bottom center / 100% auto;

  /* WebP対応 */
  background-image: image-set(url("../img/bottombg.webp") type("image/webp"),
      url("../img/bottombg.jpg") type("image/jpeg"));

  aspect-ratio: 3456 / 750;
  pointer-events: none;
  z-index: -3;
}

#seo-section p.sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #494949;
  padding-top: 1%;
}

#seo-section .img-wrapper {
  width: 1000px;
  margin: 0 auto 8rem;
  padding: 3.5em 0;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.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: #494949;
  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;
}

/*max-width: 1500px*/
@media screen and (max-width: 1500px) {

  .title-img {
    width: 100%;
    height: auto;
  }

  #ranking-menu .menu-wrapper .h1with {
    top: 70px;
    left: 3%;
  }

  .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-section {
    margin: 0 auto;

  }

  .ranking-section .image-area.left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
  }

  .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;
  }

  #seo-section .img-wrapper {
    width: 100%;
  }
}

/*max-width: 767px*/
@media screen and (max-width: 767px) {

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  #title-pc {
    display: none;
  }

  #title-sp {
    display: block;
  }

  .title-area {
    background-image: url("../img/titlebg-sp.jpg");
    padding: 0%;
  }

  .title-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  /*ranking-menu*/

  .text-area {
    width: 90%;
    padding: 1.5rem;
  }

  .h1 .yujimai {
    font-size: 3rem;
  }

  .h1parent {
    flex-direction: column;
    /* 縦並び */
    gap: 1.5rem;
  }

  /* 画像は上、テキストは下 */
  .h1parent .image-area {
    order: 1;
    /* 画像を先に */
  }

  .h1parent .text-area {
    order: 2;
    /* テキストを後に */
  }

  .h1parent .text-area,
  .h1parent .image-area {
    width: 100%;
    max-width: 100%;
    transform: none;
    /* PC用のずらしをリセット */
  }

  .h1parent .image-area {
    justify-content: center;
    /* 画像中央寄せ */
  }

  .ranking-section .text-area.left h1::after {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
  }

  .ranking-section .text-area.right h1::after {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
  }

  .menu {
    width: 100%;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 2rem auto;
  }

  .menu li {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    position: relative;
  }

  .menu li:last-child {
    grid-column: 1 / 3;
    width: calc(50% - 10px);
    text-align: center;
    box-sizing: border-box;
  }

  .menu li.with-line::before {
    content: none;
  }

  .menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .menu li a:hover {
    color: #d16f6f;
    text-shadow:
      0 0 5px #fde9eb,
      0 0 10px #fde9eb,
      0 0 20px #fde9eb;
    transform: translateY(-3px);
  }

  .ranking-section .h1parent {
    padding-bottom: 2em;
  }

  #fujishiba.ranking-section .h1parent {
    padding-bottom: 2.2em;
  }

  #ranking-menu .menu-wrapper .petal {
    position: absolute;
    left: 10%;
    top: -80px;
    width: 50px;
    height: auto;
  }

  #ranking-menu .menu-wrapper .h1with {
    top: 100%;
    left: 3%;
    z-index: 3;
  }

  .h1with span {
    font-size: 3rem;
  }

  .h1with {
    font-size: 2rem;
  }

  .text-area.left .h1with span {
    font-size: 3rem;
  }

  .text-area.left .h1with {
    font-size: 2rem;
  }

  .text-area.right .h1with {
    right: 0;
    bottom: -20px;
  }

  .text-area.left .h1with {
    left: 0;
    bottom: -25px;
  }

  /* ツアーのタイトル */
  .ranking-box h2.h2.gothic a {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
  }

  .ranking-box h2.h2.gothic {
    line-height: 1.4;
    text-align: left;
  }

  /* ツアー金額 */
  .price {
    font-size: 20px;
    padding: 8px 4px;
    letter-spacing: 0;
  }

  .price .unit {
    font-size: 14px;
    margin-left: 4px;
  }

  #ranking-menu p {
    padding-top: 3rem;
  }

  #ranking-menu {
    /* min-height: 0px; */
    padding: 2% 2% 10%;
  }

  .ranking-section .image-area.right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0%;
  }

  .ranking-section .image-area.left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0%;
  }

  .ranking-section .text-area.right {
    margin: 0;
  }

  .ranking-section .text-area {
    width: 80%;
    max-width: 80%;
    margin: 0;
    padding: 1rem 2rem;
  }

  .ranking-section .text-area .h1 .gothic {
    font-size: 20px;
  }

  .ranking-section .text-area .h1 .yujimai {
    font-size: 30px;
  }

  .ranking-section .text-area p {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    line-height: 1.7;
  }

  .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);
  }

  /* ナビボタンリンク先少し上にずらす */
  /*   #kawazu,
  #kairakuen,
  #tsukuba,
  #fujishiba,
  #oita,
  #other {
    scroll-margin-top: 80px;
  } */

  #faq-section {
    padding: 2% 2% 10%;
  }

  #seo-section {
    padding: 2% 2% 2%;
  }

  #kawazu.wave,
  #kairakuen.nowave,
  #tsukuba.wave,
  #fujishiba.nowave {
    padding: 2% 2% 20%;
  }

  #other,
  #recommend,
  #seo-section {
    padding: 2% 2% 15%;
  }

  #kawazu,
  #kairakuen,
  #tsukuba,
  #fujishiba,
  #oita,
  #other {
    margin-bottom: 0;
  }

  #kairakuen.ranking-section.nowave {
    margin-top: -3em;
  }

  #tsukuba.ranking-section.nowave {
    margin-top: -3em;
  }

  #fujishiba.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 .h1,
  #faq-section .h1,
  #seo-section .h1 {
    padding: 0 0 1em;
  }

  #recommend .h1,
  #faq-section .h1,
  #seo-section .h1 {
    font-size: 20px;
  }

  #recommend .posts .recommended-post {
    width: 49%;
  }

  .recommended-posts .posts {
    padding: 0 20px;
  }

  #calendar .h1.gothic span.sub {
    margin: 1rem;
    font-size: 16px;
  }

  #calendar .h1.gothic span {
    font-size: 20px;
  }

  #calendar .p {
    margin-bottom: 0;
  }

  #faq-section {
    margin: 0 auto;
  }

  #faq-section .faq {
    margin: 0 auto 1em;
  }


  .h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-left: 10%;
  }

  .h1 {
    font-size: 20px;
  }

  .h1parent .p {
    font-size: 14px;
  }

  .p {
    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%;
  }

  #calendar img {
    width: 100%;
  }

  #seo-section .img-wrapper {
    width: 80%;
    margin: 0 auto 2rem;
    padding: 2em;
  }
}


/*max-width: 650px*/
@media screen and (max-width: 650px) {
  .br2 {
    display: block;
  }

  .sp650-only {
    display: block;
  }

  .title .title-icon {
    width: 13%;
  }

  #kawazu.wave,
  #tsukuba.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%;
  }

  #kawazu.wave,
  #tsukuba.wave {
    padding: 2% 2% 30%;
  }

  #kairakuen.nowave,
  #fujishiba.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;
  }

  #kawazu.wave,
  #kairakuen.nowave,
  #tsukuba.wave,
  #fujishiba.nowave {
    padding: 2% 4% 30%;
  }

  #kairakuen.ranking-section.nowave {
    margin-top: -2em;
  }

  #tsukuba.ranking-section.nowave {
    margin-top: -2em;
  }

  #fujishiba.ranking-section.nowave {
    margin-top: -2em;
  }

  .h1parent {
    width: 92%;
  }

  #recommend .posts {
    width: 92%;
  }

  #seo-section {
    padding: 2% 2% 5%;
  }

  .h1 {
    margin-left: 0%;
  }

  .h1.map::before {
    left: 36%;
  }

  .h1 {
    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) {
  .only444 {
    display: block;
  }

  .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%;
  }

  #kawazu.wave,
  #tsukuba.wave {
    padding: 2% 4% 35%;
  }

  /* ナビボタンリンク先少し上にずらす */
  #kawazu,
  #kairakuen,
  #tsukuba,
  #fujishiba,
  #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;
  }

  #kawazu.wave,
  #tsukuba.wave {
    padding: 2% 4% 40%;
  }

  #kairakuen.nowave {
    padding: 2% 4% 30%;
  }

  #fujishiba.nowave {
    padding: 2% 4% 25%;
  }

  #oita.wave,
  #recomend.nowave {
    padding: 2% 4% 25%;
  }

  #calendar {
    padding: 2% 4% 0;
  }

}

/*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: 2% 4% 20%;
  }

  .ranking-box {
    margin: 0 auto 0.5rem;
  }

  .h1 {
    font-size: 1.9rem;
  }

  .h1.map::before {
    left: 40%;
  }

  #kairakuen .h1.map::before {
    left: 50%;
  }

  #tsukuba .h1.map::before,
  #fujishiba .h1.map::before {
    left: 45%;
  }

  #ranking-menu .h1parent .p {
    margin: 1em 0 0;
  }

  #kawazu.wave,
  #tsukuba.wave {
    padding: 2% 4% 45%;
  }

  #kairakuen.nowave {
    padding: 2% 4% 40%;
  }

  #fujishiba.nowave {
    padding: 2% 4% 35%;
  }

  #oita.wave {
    padding: 2% 4% 30%;
  }

  /* ツアーのDL */
  .departure-destination dt {
    width: 47%;
  }

  .departure-destination dd {
    width: 47%;
  }

}

/*max-width: 331px*/
@media screen and (max-width: 331px) {
  .h1parent .p {
    margin: 1em 0 0;
  }

  .h1 {
    font-size: 1.5rem;
  }

  .h1 {
    font-size: 19px;
  }

  #kawazu.wave,
  #tsukuba.wave {
    padding: 2% 4% 55%;
  }

  #kairakuen.nowave {
    padding: 2% 4% 45%;
  }

  #fujishiba.nowave {
    padding: 2% 4% 40%;
  }

  #recommend.ranking-section {
    margin: 2rem auto 0;
  }

}