@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}
.breadcrumb-container .breadcrumb p a {
  color: #4d4d4d;
  text-decoration: none;
}
.breadcrumb-container .breadcrumb p{
  color:#4a91ca;
}
h1.h1, h2, h3.h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #4d4d4d;
}
h3.h3 {
  background-color: transparent;
}
h1.h1, h2{
      font-size: 2rem;
}
h3.h3::before {
  content: none !important;
  display: none !important;
}
p {
  text-align: center;
}
.pc-hide {
  display: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
#title-sp {
  display: none;
}
#title-pc {
  display: block;
}
.br {
  display: none;
}
.br2 {
  display: none;
}
.br448{
  display: none;	
}
DIV#footer DIV.pageTop a{
  display: none;	
}
/*
#ranking-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline-start: unset;  初期値に戻す 
}
*/

div#footer div#footerMenu p {
  padding: 2px 0 0;
}
div#footer div#footerMenu p a {
  font-size: x-small;
}
/*パンくず*/
/*
#wrapper {
  background: #e8f1f8 url(../img/bg_mizutama.jpg) repeat-x center center/cover;
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
}
*/
.breadcrumb-container {
/*  max-width: 980px;*/
  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;
}
.ranking-section {
  margin: 6.5rem auto 12.5rem;
}
.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-color: #add5e2;
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-img {
  display: block;       /* インラインの影響を防ぐ */
   margin: 0 auto;
	width: 80%;
  height: auto;
}

/*ranking-menu*/
#ranking-menu{
  background-color: #fff;
  padding: 4rem 0;
}
#ranking-menu h1.h1{
margin-block-end: 1em;
}
#ranking-menu h3.h3{
margin-block-end: 3em;
}
.menu-wrapper {
  display: flex;
  justify-content: center;
}
ul.menu {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 各liを等幅・同じ高さに揃える */
ul.menu li {
  flex: 1; /* 均等幅 */
  display: flex;
  flex-direction: column; /* 子にaを縦配置 */
}

/* aタグをブロック化し、高さ揃え用にflex */
ul.menu li a.inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
ul.menu li a.inner:hover {
  background-color: rgba(255,255,255,0.4);
}
/* 画像を上部に表示 */
ul.menu li a.inner img {
  margin-top: 1rem;
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト部分に余白と調整 */
ul.menu li a.inner span {
  padding: 10px;
  flex-grow: 1; /* テキスト部も均等に伸ばせるように */
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}


#ranking-menu #menu01 a {
  background-color: #cadcaf;
  border-radius: 5px;
  box-sizing: border-box;
  color: #94af6d;
  color: #6e8755;
  transition: background-color 0.3s ease;
}

#ranking-menu #menu01 a:hover {
  background-color: rgba(202, 220, 175, 0.7);
}

#ranking-menu #menu02 a {
  background-color: #eec7d1;
  border-radius: 5px;
  box-sizing: border-box;
  color: #b97c8e;
  color: #916473;
  transition: background-color 0.3s ease;
}

#ranking-menu #menu02 a:hover {
  background-color: rgba(238, 199, 209, 0.7);
}

#ranking-menu #menu03 a {
  background-color: #bdcfe7;
  border-radius: 5px;
  box-sizing: border-box;
  color: #7794ba;
  color: #5a7896;
  transition: background-color 0.3s ease;
}

#ranking-menu #menu03 a:hover {
  background-color: rgba(189, 207, 231, 0.7);
}

#ranking-menu #menu04 a {
  background-color: #f7e0b4;
  border-radius: 5px;
  box-sizing: border-box;
  color: #c2a66e;
  color: #a08c5a;
  transition: background-color 0.3s ease;
}

#ranking-menu #menu04 a:hover {
  background-color: rgba(247, 224, 180, 0.7);
}

#ranking-menu #menu05 a {
  background-color: #b3d9da;
  border-radius: 5px;
  box-sizing: border-box;
  color: #79afb0;
  color: #5a8282;
  transition: background-color 0.3s ease;
}

#ranking-menu #menu05 a:hover {
  background-color: rgba(179, 217, 218, 0.7);
}

/*title*/
#nature {
  background-color: #add5e2;
  position: relative;
  padding-bottom: calc(100vw * 599 / 7638); /* 三角の高さ分 */
  overflow: visible;
}
#nature::before {
  content: "";
  position: absolute;
  top: calc(-1 * (80vw * 599 / 7638));
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  aspect-ratio: 7638 / 599;
  background-image: url("../img/landscape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 10;
  display: block;
  pointer-events: none;
}
#nature::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-right: 100vw solid transparent;
  border-top: 100px solid #add5e2; /* 三角の高さと色を調整 */
  z-index: 10;
  pointer-events: none;
}
#temple {
  background-color: #ffef84;
  position: relative;
  padding-bottom: calc(100vw * 599 / 7638); /* 三角の高さ分 */
  overflow: visible;
}
#temple::before {
  content: "";
  position: absolute;
  top: calc(-1 * (80vw * 599 / 7638));
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  aspect-ratio: 7638 / 599;
  background-image: url("../img/landscape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 10;
  display: block;
  pointer-events: none;
}
#temple::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0; /* 左から右に変更 */
  width: 0;
  height: 0;
  border-left: 100vw solid transparent; /* 左の透明なボーダー */
  border-right: 100vw solid transparent; /* 右の透明なボーダー */
  border-top: 100px solid #ffef84; /* 上の色付きボーダー */
  z-index: 10;
  pointer-events: none;
}
#themepark {
  background-color: #a3ded4;
  position: relative;
  padding-bottom: calc(100vw * 599 / 7638); /* 三角の高さ分 */
  overflow: visible;
  margin-bottom: 0;
}
#themepark::before {
  content: "";
  position: absolute;
  top: calc(-1 * (80vw * 599 / 7638));
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  aspect-ratio: 7638 / 599;
  background-image: url("../img/landscape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 10;
  display: block;
  pointer-events: none;
}
#themepark::after {
  content: "";
  position: absolute;
  bottom: -1px;
  background-image: url("../img/naminami.svg");
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  aspect-ratio: 1920 / 50;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: 10;
  display: block;
}

.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;
}

/*
#nature .title {
  background: url(../img/bg-title01.png) no-repeat center center / contain;
}
#fruit .title {
  background: url(../img/bg-title02.png) no-repeat center center / contain;
}
#temple .title {
  background: url(../img/bg-title03.png) no-repeat center center / contain;
}
#gourmet .title {
  background: url(../img/bg-title04.png) no-repeat center center / contain;
}
#themepark .title {
  background: url(../img/bg-title05.png) no-repeat center center / contain;
}
*/

.title .inner {
  display: block;
  padding: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #4d4d4d;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin-top: 6rem
}
.title .inner .sub {
  font-size: 1.5rem;
  font-weight: 500;
}
/*
#nature .title .inner::before {
  background: url(../img/title-image01.png) no-repeat center center / contain;
}
#nature .title .inner::after {
  background: url(../img/title-image02.png) no-repeat center center / contain;
}
#fruit .title .inner::before {
  background: url(../img/title-image05.png) no-repeat center center / contain;
}
#fruit .title .inner::after {
  background: url(../img/title-image06.png) no-repeat center center / contain;
}
#temple .title .inner::before {
  background: url(../img/title-image07.png) no-repeat center center / contain;
}
#temple .title .inner::after {
  background: url(../img/title-image08.png) no-repeat center center / contain;
}
#gourmet .title .inner::before {
  background: url(../img/title-image09.png) no-repeat center center / contain;
}
#gourmet .title .inner::after {
  background: url(../img/title-image10.png) no-repeat center center / contain;
}
#themepark .title .inner::before {
  background: url(../img/title-image11.png) no-repeat center center / contain;
}
#themepark .title .inner::after {
  background: url(../img/title-image12.png) no-repeat center center / contain;
}
#themepark h3 {
  text-align: center;
}
*/

/*その他のおすすめ*/
.recommended-post {
  /*  border: 1px solid #dcdcdc;*/
  display: inline-block;
  box-sizing: border-box;
}
.recommended-post .content-inner{
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.recommended-post a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
}
.recommended-post a:link {
  color: #4d4d4d;
  background-color: #eeeeee;
}
.recommended-post a:hover {
  opacity: 0.75;
}
.recommended-post a:visited {
  color: #4d4d4d;
}
.recommended-post .post-thumb {
  padding: 10px;
  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: #4d4d4d;
}
.recommended-post .post-title::before {
  display: none;
}
.recommended-post p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.recommended-posts .title .inner::before {
  display: none;
}
.recommended-posts .title .inner::after {
  display: none;
}

.recommended-posts .posts {
  width: 100%;
  padding: 0 20%;
  margin: 0 auto;
  font-size: 0;
  box-sizing: border-box;
}
.recommended-posts .posts .recommended-post {
  width: 31.0638%;
  margin: 0 3.4043% 25px 0;
}
.recommended-posts .posts .recommended-post:nth-child(3n) {
  margin-right: 0;
}
.ranking-box {
  max-width: 1000px;
  width: 100%;
  padding: 25px 30px;
  margin: 0 auto 30px;
  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;
}
.ranking-box h3::before {
  display: none;
}
.ranking-box h3 a {
  text-decoration: none;
  font-size: 20px;
  color: #94af6d;
}

#nature .ranking-box h3 a {
  color: #6e8755;
}
#fruit .ranking-box h3 a {
  color: #916473;
}
#temple .ranking-box h3 a {
  color: #5a7896;
}
#gourmet .ranking-box h3 a {
  color: #a08c5a;
}
#themepark .ranking-box h3 a {
  color: #5a8282;
}
.ranking-box h3 a:hover {
  color: rgba(148, 175, 109, 0.5);
}
.ranking-box .description {
  margin-bottom: 30px;
}
.ranking-box .description p {
  padding: 0;
  font-size: 13px;
  line-height: 1.615;
  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;
}
#fruit .ranking-box.rank1 {
  background-color: #eec7d1;
}
#gourmet .ranking-box.rank1 {
  background-color: #f7e0b4;
}
.ranking-box.rank1 .rank-thumb .rank-num {
  width: 75px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.ranking-box.rank2 {
  background-color: #f5f5f5;
}
.ranking-box.rank2 .rank-num {
  width: 75px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.ranking-box.rank3 {
  background-color: #fef7f1;
}
.ranking-box.rank3 .rank-num {
  width: 75px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.ranking-box.rank4 {
  border: 1px solid #eee;
  background-color: #fff;
}
.ranking-box.rank4 .rank-num {
  font-size: 26px;
}
.ranking-box.rank5 {
  border: 1px solid #eee;
  background-color: #fff;
}
.ranking-box.rank5 .rank-num {
  font-size: 26px;
}
.stop-facility {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #fff;
  font-size: 0;
  box-sizing: border-box;
}
.rank4 .stop-facility, .rank5 .stop-facility {
  background-color: #ededed;
}
.stop-facility dt {
  margin-right: 20px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.stop-facility dt::before {
  width: 10px;
  height: 0;
  padding-top: 16px;
  margin-right: 10px;
  background: url(../img/icon-pin.png) no-repeat 50% 50%/cover;
  content: '\0020';
  display: inline-block;
  vertical-align: middle;
}
.stop-facility dd {
  display: inline-block;
  vertical-align: top;
}
.stop-facility dd ul li {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.stop-facility dd ul li::before {
  width: 6px;
  height: 0;
  padding-top: 8px;
  margin-right: 10px;
  background: url(../img/icon-arrow.png) no-repeat 50% 50%/cover;
  content: '\0020';
  display: inline-block;
  vertical-align: middle;
}
.tour-info::after {
  content: '\0020';
  display: block;
  clear: both;
}
.departure-destination {
  font-size: 0;
  float: left;
  padding: 10px 0;
}
.departure-destination::after {
  content: '\0020';
  display: block;
  clear: both;
}
.departure-destination dt {
  width: 68px;
  padding: 3px 0;
  background-color: #4d4d4d;
  font-size: 13px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.departure-destination dd {
  min-width: 68px;
  padding: 3px 5px;
  margin: 0px 10px 0px 0px;
  background-color: #eeeeec;
  color: #4d4d4d;
  ;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.price {
  display: block;
  font-size: 50px;
  color: #916473;
  line-height: 1;
  float: right;
  padding: 10px 5px;
}
.price .unit {
  font-size: 18px;
  color: #4d4d4d;
  margin-left: 5px;
}
.price .num {
  font-size: 13px;
  color: #4d4d4d;
}
.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;
}
/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 5px;
  right: 20px;
  width: 100px;
  height: 190px;
  z-index: 9999;
  display: none;
/*    display: block;*/
  cursor: pointer;
}
.page-top-label {
  position: absolute;
  top: 27.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #916473;
  pointer-events: none;
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
#page-top img {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
}
#page-top:hover .page-top-label {
  color: #4d4d4d;
  transition: all 0.3s;
}
#page-top:hover img {
  opacity: 0.6;
  transition: all 0.3s;
}

.pc-hide {
  display: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.br {
  display: none;
}
.br2 {
  display: none;
}
body, html {
  overflow-x: hidden; /* 横は隠してもOK */
  overflow-y: visible; /* 縦は見えるように */
}

/*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;
  }
}
/*max-width: 1080px*/
@media screen and (max-width: 1080px) {
  .ranking-section {
    margin-bottom: 9.25926%;
  }
	#nature,#fruit,#temple,#gourmet,#themepark{
		padding: 3px 2%;
	}	
  .title .inner .sub {
    font-size: 1.96vw;
  }
  .recommended-posts .posts {
    padding: 0 20px;
  }
}
/*max-width: 999px*/
@media screen and (max-width: 999px) {
/*
  .departure-destination {
    margin-bottom: 4%;
    float: none;
  }
*/
  .keyV p {
    padding: 1% 2%;
    font-size: clamp(14px, 2vw, 24px);
  }
  .price {
    text-align: right;
    clear: both;
  }
}
/*max-width: 767px*/
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
.title-img {
    display: block;
    width: 100%;
}
#ranking-menu {
    padding: 4rem 0 2rem;
}
	
/*MENU折り返し*/  
ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
ul.menu li {
  flex: initial;
  width: 32%;
  justify-content: flex-start;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.title .title-icon {
    width: 10%;
}
#nature::before {
    top: calc(-1 * (90vw * 599 / 7638));
    width: 90vw;
}	
	
  .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;
}
/*.departure-destination {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.departure-destination dt {
  width:150px;
  font-weight: bold; 
}

.departure-destination dd {
  width:150px;
  margin-bottom: 15px;
}*/
	
.departure-destination {
  display: flex; /* フレックスボックスを使用 */
  flex-direction: row; /* 横並びにする */
  margin: 0; /* デフォルトのマージンをリセット */
  padding: 0; /* デフォルトのパディングをリセット */
  flex-wrap: wrap; /* 複数行に対応 */
}

.departure-destination dt {
  width: 40%; 
	margin-bottom: 10px;/* dtの幅を指定 */
}

.departure-destination dd {
  width: 40%;
	margin-bottom: 10px;
}

  /*.departure-destination dt {
    float: left;
    display: block;
  }
  .departure-destination dt.destination {
    clear: both;
  }
  .departure-destination dt.departure {
    margin-bottom: 2px;
  }
  .departure-destination dd {
    float: left;
    display: block;
  }
  .departure-destination dd.departure {
    margin-bottom: 2px;
  }*/
  .price .num {
    padding-top: 10px;
    display: block;
  }
  #gnav {
    /*position: absolute;
  top: 0;
  left: 0;*/
    width: 100%;
    /*background-color: rgba(159, 218, 0, 0.7);*/
    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 {
    /*position: absolute;
  top: 0;
  left: 0;*/
    width: 100%;
    height: 60px;
    /* background-color: rgba(159, 218, 0, 0.7);*/
    background-color: #FFFFFF;
    color: #426c06;
    /* box-shadow: 0 5px 0px rgba(0, 0, 0, 0.2);*/
  }
  #gnav ul {
    display: table;
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    table-layout: fixed;
    /*background:url(../image/gnav_bdr.png) no-repeat left 50%;*/
  }
  #gnav li {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    /* font-size:17px;*/
    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:nth-of-type(2) span{
  background-image:url(../image/gnav_bdr.png),url(../image/gnav_bdr.png);
  background-repeat:no-repeat,no-repeat;
  background-position:left 50%, right 50%;

}*/
  #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:first-child span a {}
  #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*/
/*

  #nature .title {
    background: url(../img/bg-title01.png) no-repeat center center / cover;
  }
  #fruit .title {
    background: url(../img/bg-title02.png) no-repeat center center / cover;
  }
  #temple .title {
    background: url(../img/bg-title03.png) no-repeat center center / cover;
  }
  #gourmet .title {
    background: url(../img/bg-title04.png) no-repeat center center / cover;
  }
  #themepark .title {
    background: url(../img/bg-title05.png) no-repeat center center / cover;
  }
*/
  .title .inner {
    font-size: 1.5rem;
  }
  .title .inner .sub {
    font-size: 1rem;
  }
  .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;
}
/*max-width: 650px*/
@media screen and (max-width: 650px) {
  .br2 {
    display: block;
  }
	.title .title-icon {
        width: 13%;
    }
}
/*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%;
    }

}
/*max-width: 480px*/
@media screen and (max-width: 480px){
  #page-top {
  bottom: 10px;
  right: 10px;
	}
/*MENU折り返し*/  
ul.menu li {
  flex: initial;
  width: 48%;
  margin-bottom: 0.3rem;
}
#title-pc {
  display: none;
}
#title-sp {
  display: block;
}
}
/*max-width: 448px*/
@media screen and (max-width: 448px){
	.br448{
		display: block;
	}
}
/*max-width: 444px*/
@media screen and (max-width: 444px) {
  .sp-only {
    display: block;
    float: right;
    padding: 10px 0;
    width: 100%;
    height: auto;
  }
  .pc-only {
    display: none;
  }
  .keyV .container {
    height: 35vh;
  }
  .title .inner::before {
    width: 100px;
    height: 100px;
  }
  .title .inner::after {
    width: 100px;
    height: 100px;
  }
}
/*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;10
  }
#page-top {
  bottom: 1px;
  right: 1px;
  width: 50px;
  height: 95px;
}
.page-top-label {
  font-size: 10px;
}
}
/*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: 4rem 0 1rem;
}
}
/*max-width: 350px*/
@media screen and (max-width: 350px) {

}
