@charset "utf-8";
/* CSS Document */

:root {
  /* --gy: #ccc;
  --red: #c10001;
  --bk: #222; */
  --br: #320404;
  /* --br_bg: #efe7e7; */
  --pink: #bd4e3b;
}
#area, #panel, #theme, #columns, #hotspring, #who {
  padding-top: 100px;
  margin-top: -100px;
}

/*----- タイトル -----*/
.ttl_autumn01 img {
  width: 66%;
  margin-inline: auto;
}
.spot .feature .section h2 {
  margin: 10px auto 30px;
  padding-top: 30px;
}

.hotspring .feature .section h2,
.who .feature .section h3,
.theme .feature .section h2 {
  margin: 10px auto 5px;
}
.who .feature .section h3{
  background-color: unset;
  border-bottom: unset;
}

.ttl_autumn01 img {
  width: 39%;
}

#calendar .ttl_autumn01 img {
    width: 42%;
  }

#who .ttl_autumn01 img {
    width: 36%;
  }

#columns .ttl_autumn01 img {
    width: 37%;
  }


/* ナビ */
.inpage-navi {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.inpage-navi li {
  position: relative;
  height: 72px;
  width: calc(100% / 6);
  border-left: 2px solid #9e8b76;
}

.inpage-navi li:last-child {
  border-right: 2px solid #9e8b76;
}

.inpage-navi li a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  color: #430202;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s;
}

.inpage-navi li span {
  padding: 54px 0 0;
}

.inpage-navi li a[href*="#area"] {
  background-image: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic01.png);
  background-position: 50% 10%;
  background-size: 34%;
}

.inpage-navi li a[href*="#hotspring"] {
  background-image: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic02.png);
  background-position: 50% 10%;
  background-size: 30%;
}

.inpage-navi li a[href*="#keyword"] {
  background-image: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic03.png);
  background-position: 50% 20%;
  background-size: 25%;
}

.inpage-navi li a[href*="#who"] {
  background-image: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic04.png);
  background-position: 50% 10%;
  background-size: 30%;
}

.inpage-navi li a[href*="#theme"] {
  background-image: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic05.png);
  background-position: 50% 10%;
  background-size: 31%;
}

.inpage-navi li a[href*="#column"] {
  background-image: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic06.png);
  background-position: 50% 20%;
  background-size: 28%;
}

/*----- タブ切り替え -----*/
.tab_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px var(--pink);
}

.tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 8px;
  border: solid 2px var(--pink);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  width: calc(100% / 6);
  background-color: #fff;
  color: #430202;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}
.tab_btn:first-child {
  margin-left: 0;
}
.tab_btn:last-child {
  margin-right: 0;
}
.tab_btn.active {
  background-color: var(--pink);
  color: #fff;
}
.tab_area {
  margin-top: 20px;
}
.txt_inner li {
  margin-top: 10px;
}
.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}
/*----- おすすめ紅葉スポット -----*/
.wrapper_area {
  background-color: #ffeee0;
}

.feature .section.section.s_area {
  text-align: center;
}
.feature .section.s_area h3 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 6px;
  /* border: none; */
  border-bottom: 3px double var(--pink);
  display: inline-block;
  margin-inline: auto;
  line-height: 1;
  background-color: unset;
  font-size: 2rem;
  font-weight: bold;
  color: #430202;
  position: relative;
}

.feature .section.s_area h3::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image:  url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic09.png);

}
.hotspring .feature .section.s_area h3::before {
  background-image:  url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic02.png);
  top: 0;
}

/*----- カルーセル -----*/
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 3% 40px;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 10px 10px 0;
}
.clm_3 .cm_btn .base_prod.clm1 li, .cm_btn .base_prod.side_box.clm1 li {
  padding: 0 10px;
}

/* ボックスの高さ揃え */
.wrap_slide .swiper .swiper-slide {
  height: auto;
}
.wrap_slide .swiper .swiper-slide .box_content,
.clm_3 .box_content {
  height: 100%;
}
/* 商品コンポーネントのページネーション */
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}
/* 前へ/後ろへボタン */
.wrap_slide {
  position: relative;
}
.wrap_slide .swiper-button-prev {
  top: 50%;
  left: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--pink);
  border-left: 2px solid var(--pink);
  transform: rotate(-45deg);
}
.wrap_slide .swiper-button-next {
  top: 50%;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--pink);
  border-right: 2px solid var(--pink);
  transform: rotate(45deg);
}
.wrap_slide .swiper-button-prev.swiper-button-disabled,
.wrap_slide .swiper-button-next.swiper-button-disabled
{
  opacity: .35;
}
.wrap_slide .swiper-button-prev {
  left: -30px;
}
.wrap_slide .swiper-button-next {
  right: -30px;
}

/*----- 商品コンポーネント -----*/
.box_content .wrap_img.jretravel-image {
  aspect-ratio: 160 / 99;
} /*画像表示*/
.box_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px var(--pink);
  margin: 6px 0 6px;
  position: relative;
  padding-bottom: 4px;
}
.box_caption, .box_comment {
margin-top: 6px;
}
.wrap_slide .box_content .feature .section h4 {
  margin: 8px 0;
}
.box_heading::before
  {
  color: var(--pink);
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1em;
  height: 1em;
  border: .31em solid currentColor;
  border-radius: 100% 100% 0 100%;
  background: radial-gradient(circle at 50% 50%, transparent 70%, currentColor 70%) no-repeat;
  box-sizing: border-box;
  transform: rotate(45deg);
}
/* .daytrip .details_box .area::before {
  top: -3px;
} */
.heading_small {
  font-size: 1.3rem;
  position: relative;
  padding-left: 19px;
  color: var(--pink);
  line-height: 1.2;
}
.heading_main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.box_comment {
  background-color: #ffeee0;
  padding: 10px;
}
.box_comment dl {
  display: flex;
  align-items: center;
}
.box_access {
  padding-top: 10px;
}
.access_ttl {
width: 30%;
flex-shrink: 0;
color: var(--br);
}
.access_dtl {
  border-left: 1px solid var(--pink);
  padding-left: 8px;
}
.box_content {
  border: solid 1px var(--pink);
  padding: 10px;
  background-color: #fff;
}
.box_content .btn_01 {
  padding-top: 10px;
}
.box_content .btn_01 a {
  background-color: var(--pink);
  border-radius: 6px;
  padding: 9px 0;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-inline: auto;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.box_content .btn_01 a:hover {
  opacity: .7;
}
.box_content .btn_01 a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.box_content .feature .section h4 {
  position: relative;
}
.box_content .feature .section h4::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic08.png) no-repeat 50% 50%;
  background-size: contain;
  width: 19px;
  height: 24px;
  left: 0;
  bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 0;
}
.hotel .notes {
  font-size: 1.1rem;
}
.wrap_content .base_prod .hotel li>a .details_box>.area {
  display: none;
}
.base_prod.side_box .hotel li>a .img_box>.ribbon {
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0.6) 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  top: 59px !important;
  padding: 0.5em 0.5em 0.1em 0.4em;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.base_prod .hotel li>a .details_box>div, .base_prod .hotel li>a .details_box>p.ttl {
  margin-top: 0;
}
.box_content.area_small .base_prod.side_box .hotel li>a .img_box>.ribbon {
  top: 47% !important;
}
.box_content .btn_02{
  padding-top: 30px;
}
.box_content .btn_02 a {
  color:  var(--pink);
  background-color:#fff;
  border: 1px solid var(--pink);
}
.box_content .btn_02 a::after{
    border-top: 2px solid var(--pink);
    border-right: 2px solid var(--pink);
}

/* 紅葉の画像色変更 */
.box_content .feature .section h4::before{
  filter: saturate(95%);
}

/* エリアバナー */
.area_bnr{
  display: flex;
}

/* 温泉 */
.spot .feature .section h4,
.box_heading,
.hotspring .feature .section h4 {
  border-color: var(--pink);
}

.wrap_slide .swiper-pagination-bullet-active {
  background-color: var(--pink);
}

/*----- ご注意 -----*/
.box_lead {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  /* color: var(--nv); */
}
#attention {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 88.5%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.more {
  padding: 20px;
  border: solid 2px var(--pink);
  box-sizing: border-box;
}
.more__content {
  position: relative;
  height: auto;
  max-height: 134px;
  overflow: hidden;
  transition: max-height .5s;
}
.more__content p {
  margin-top: 10px;
}
.more__content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: rgb(255,255,255);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,1) 100%);
}
.more__content.open::after {
  z-index: -1;
  opacity: 0;
}
.more__btn {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 0;
  color: #ffffff;
  background-color: var(--pink);
  cursor: pointer;
  position: relative;
}
.arrow {
  position: absolute;
  top: 38%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.more__btn .arrow.up {
  transform: rotate(-45deg);
  top: 45%;
}

/*----- 見頃カレンダー -----*/
.c_table, .calender .cmp-text {
  max-width: 1000px;
  width: 88.5%;
  border: solid 2px var(--pink);
  margin-inline: auto;
}
.calender .cmp-text {
  border: none;
}
.c_table tr:not(:last-child) {
  border-bottom: 2px solid var(--pink);
}
.thead th, .c_table tr th {
  border-right: solid 2px var(--pink);
  padding: 16px 10px;
  font-size: 1.5rem;
  color: #430202;
}
.thead th, .c_table tr th {
  text-align: center;
}
.thead .month {
  width: 20%;
}
.c_area p {
  display: inline-block;
}
.c_area span {
  margin: 10px 0;
  display: inline-block;
  color: #430202;
  background: linear-gradient(90deg, #facc22 0%, #f83600 100%);
  font-size: 1.5rem;
}
.c_area th {
  background-color: #ffeee0;
}
.c_area.hokkaido_01 p span {
  padding: 10px 19px;
  margin-left: 176px;
}
.c_area.tohoku_02 p span {
  padding: 10px 63px;
  margin-left: 139px;
}
.c_area.nkanto_03 p span {
  padding: 10px 74px;
  margin-left: 257px;
}
.c_area.hokuriku_04 p span {
  padding: 10px 160px;
  margin-left: 140px;
}
.c_area.kansai_05 p span {
  padding: 10px 24px;
  margin-left: 441px;
}
.c_area.hokuriku_04 td {
  position: relative;
}
.c_area.hokuriku_04 td::before {
  position: absolute;
  content: "";
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic08.png) no-repeat;
  background-size: 100%;
  width: 77px;
  height: 110px;
  bottom: 10%;
  left: 21px;
  display: block;
}
.c_area.tohoku_02 td {
  position: relative;
}
.c_area.tohoku_02 td::before {
  position: absolute;
  content: "";
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2025/autumn2025_ic07.png) no-repeat;
  background-size: 100%;
  width: 77px;
  height: 110px;
  bottom: 13px;
  right: 20px;
  display: block;
}

  #calendar h2{
    padding-top: 15px;
    margin-bottom: 30px;
  }
/* ----エリアバナー、テーマからさがす 丸---- */
.banner.tyo_otherarea_banner .textitem, .autumn_who ul li p {
	font-size: 1.3rem;
	padding-left: 20px;
	position: relative;
}
.banner.tyo_otherarea_banner .textitem::before,
.banner.tyo_otherarea_banner .textitem::after,
.autumn_who ul li p::before, .autumn_who ul li p::after {
	position: absolute;
	content: "";
}
.banner.tyo_otherarea_banner .textitem::before,
.autumn_who ul li p::before {
  background-color: var(--pink);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: -1px;
  top: 0px;
  margin: auto;
  bottom: 0;
}
.banner.tyo_otherarea_banner .textitem::after,
.autumn_who ul li p::after {
  margin: auto;
  bottom: 0;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0px;
}
.autumn_who a {
  position: relative;
  display: inline-block;
}
.autumn_who a span {
  position: absolute;
  display: inline-block;
  background-color: rgba(193, 0, 1, .7);
  color: #fff;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  width: 29%;
  padding: 6px 10px;
  font-size: 2.6rem;
  font-weight: bold;
}
.autumn_who a span.couple {
  width: 52%;
}

/*----- キーワード -----*/
#keyword {
  padding-top: 100px;
  margin-top: -100px;
}

.keyword {
  background-color: #ffeee0;
  padding-top: 20px;
}

.keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 50px;
}

.keyword ul li a {
  display: block;
  padding: 5px 30px;
  color: #fff;
  background-color: var(--pink);
  border-radius: 30px;
  border: 1px solid #fff;
}

/*----- テーマから探す -----*/

.theme{
  pointer-events: none;
}
.theme .theme_box{
  pointer-events: auto;
}
.theme .feature .section h2{
  padding-top: 30px;
}
/*----- 誰と行くかで探す -----*/
.who ul li:nth-child(-n+2){
  padding-bottom: 2rem;
}

.autumn2025_who ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px,1fr));
}

.autumn2025_who ul li {
  max-width: 222px;
}

.autumn2025_who ul li a {
  display: block;
}

.autumn2025_who figure {
  position: relative;
  border: 1px solid #9e8b76;
}

.autumn2025_who figcaption {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -14%;
  transform: translate(-50%, -50%);
}

.autumn2025_who p {
  font-size: 1.3rem;
  text-indent: 1.8rem;
}

.autumn2025_who ul li {
  position: relative;
}

.autumn2025_who ul li::before,
.autumn2025_who ul li::after {
  position: absolute;
  content: "";
}

.autumn2025_who ul li::before {
  background-color: var(--pink);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: -1px;
  top: 42%;
  margin: auto;
  bottom: 0;
}

.autumn2025_who ul li::after {
  margin: auto;
  bottom: 0;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 42%;
}


/*----- 紅葉の記事 -----*/
.columns .base_prod.clm3 li, .columns .base_prod.sort li:nth-child(n+3) {
  border: solid 1px var(--br);
}
.columns .base_prod .hotel li>a .details_box>.area {
  background-color: transparent;
  color: var(--pink);
  position: relative;
  padding-left: 21px;
  font-size: 1.4rem;
}
.columns .base_prod .hotel li>a .details_box>.area::before {
  color: var(--pink);
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1em;
  height: 1em;
  border: .31em solid currentColor;
  border-radius: 100% 100% 0 100%;
  background: radial-gradient(circle at 50% 50%, transparent 70%, currentColor 70%) no-repeat;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.columns .btn_01 {
  margin-top: 40px;
  width: 40%;
  margin-inline: auto;
}
.columns .btn_01 a {
  background-color: #c10001;
  border-radius: 6px;
  padding: 12px 0;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-inline: auto;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.columns .btn_01 a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.columns .box_content {
  padding: 0;
}


/* -------メディアクエリ------- */

/* PCのみ */
@media screen and (min-width: 767px) {

.who .feature .section h3{
  width: 90%;
}
.c_area.nkanto_03 p span{
  padding: 10px 74px 10px 55px;
}
.c_area.kansai_05 p span{
  padding: 10px 10px;
  margin-left: 431px;
}
}
/* カルーセル PCのみ */
@media screen and (min-width: 768px) {
  .cmp-text.tx_lead, .cmp-text.tx_lead p {
    text-align: center !important;
  }
  .wrap_slide {
    position: relative;
  }
	.wrap_slide .swiper {
    padding: 0 0 40px;
  }
	.wrap_slide.clm2 .swiper .swiper-wrapper .swiper-slide {
    width: 490px;
  }
	/* 前へ/後ろへボタン */
	.wrap_slide .swiper-button-prev.swiper-button-disabled,
	.wrap_slide .swiper-button-next.swiper-button-disabled {
    opacity: .35;
  }
	/* カルーセルなし 非表示 */
	.wrap_slide.no_swipe .swiper-button-prev,
	.wrap_slide.no_swipe .swiper-button-next,
	.wrap_slide.no_swipe .swiper-pagination {
		display: none !important;
	}
}


/* ホバーの処理 */
@media (any-hover: hover) {
  .autumn2025_who ul li a:hover,
  .keyword ul li a:hover,
  .inpage-navi li a:hover {
    opacity: 0.8;
  }
  
.tab_btn:hover {
  opacity: 0.7;
}
}

/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
  .wrap_slide .swiper-button-prev,
  .wrap_slide .swiper-button-next {
    display: block !important;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -15px;
  }
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0 !important;
  }
  .feature .section h2 {
    font-size: 2.6rem;
  }
  .ttl_h2 h2::before {
    width: 75px;
    height: 34px;
    left: -69px;
    bottom: -15px;
  }
  .ttl_h2 h2::after {
    width: 85px;
    height: 34px;
    right: -67px;
    top: -16px;
  }
  .ttl_autumn01 img {
    width: 83%;
  }

  /* タイトル画像サイズ調整 */
  #area .ttl_autumn01 img {
    width: 74%;
  }

  #hotspring .ttl_autumn01 img {
    width: 68%;
  }

  #calendar .ttl_autumn01 img {
    width: 85%;
    padding-top: 10px !important;
  }

  #keyword .ttl_autumn01 img {
    width: 50%;
    padding-top: 10px;
  }

  #who .ttl_autumn01 img {
    width: 76%;
  }

  #theme .ttl_autumn01 img {
    width: 66%;
    margin-top: 15px;
  }

  #columns .ttl_autumn01 img {
    width: 71%;
  }

  /* spナビ */
  .inpage-navi {
    width: 96%;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 0;
    border: 1px solid #9e8b76;
  }

  .inpage-navi li {
    width: calc(100% / 3);
    height: 83px;
    border-left: 1px solid #9e8b76;
  }
  .inpage-navi li:first-child{
    border-left: none;
  }
  .inpage-navi li:last-child{
    border-right: none;
  }

  .inpage-navi li a {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .inpage-navi li span {
    padding-top: 55px;
  }

  .inpage-navi li a[href*="#hotspring"] span,
  .inpage-navi li a[href*="#keyword"] span,
  .inpage-navi li a[href*="#theme"] span,
  .inpage-navi li a[href*="#column"] span {
    padding-top: 55px;
  }

  .inpage-navi li a[href*="#area"] {
    background-position: 50% 29%;
  }

  .inpage-navi li a[href*="#hotspring"] {
    background-position: 50% 27%;
    background-size: 36%;
  }

  .inpage-navi li a[href*="#keyword"] {
    background-position: 50% 26%;
    background-size: 30%;
  }

  .inpage-navi li a[href*="#who"] {
    background-position: 50% 16%;
    background-size: 32%;
  }

  .inpage-navi li a[href*="#theme"] {
    background-position: 50% 25%;
  }

  .inpage-navi li a[href*="#column"] {
    background-position: 50% 26%;
    background-size: 28%;
  }

  /* sp紅葉スポット・温泉 */
#area .sp_pb20{
  padding-bottom: 0 !important;
}

  /* タブ切り替え */
  .tab_menu {
    flex-wrap: wrap;
    border: solid 1px var(--pink);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 96%;
    margin: 0 auto;
  }
  .tab_btn {
    /* padding: 7px 12px;
    width: calc(100% / 2); */
    width: 100%;
    padding: 10px;
    margin: 0;
    border: none;
    /* border: 1px solid var(--pink); */
    border-radius: 0;
  }
  .tab_btn:nth-child(2n+1) {
    border-right: 1px solid var(--pink);
  }
  .tab_btn:nth-child(-n+4) {
    border-bottom: 1px solid var(--pink);
  }
  .feature .section.s_area h3{
    width: 93%;
    padding-top: 22px;
  }

  /* コンポーネント */
  .clm_3 .box_content {
    width: 94%;
  }
  .swiper-slide img {
    overflow: hidden;
  }

  /* 画像内エリア名 */
  .base_prod.side_box .hotel li>a .img_box>.ribbon {
    top: 78% !important;
    font-size: 1.0rem;
  }
  .wrap_slide .base_prod.side_box .hotel li>a .img_box>.ribbon {
    top: 75% !important;
    font-size: 1.0rem;
  }
  .box_content.area_small .base_prod.side_box .hotel li>a .img_box>.ribbon {
    top: 75% !important;
    font-size: 0.8rem;
  }

  .textitem::after {
    top: 2px;
  }
  .newSearchPanelBody {
    margin-top: 10px;
  }
  
  /* エリアバナー */
  .area_bnr{
    flex-direction: column;
  }

  /*----- 温泉 -----*/
  .hotspring .box_content .jretravel-image {
    aspect-ratio: 160 / 99;
  }
  /* ご注意 */
  .txt_box {
    width: 94%;
    padding: 20px 20px;
    margin: 0px auto 30px;
  }
  .txt_inner li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  .base_prod .hotel li>a .details_box>.notes, .base_prod.sort>.notes {
    left: 0;
    top: 1.0vh;
    margin: 0 calc(40% - 60vw);
    width: 87vw;
  }
  .wrap_slide .base_prod .hotel li>a .details_box>.notes, .base_prod.sort>.notes {
    margin: 0 calc(40% - 55vw);
    width: 80vw;
    top: 1.5vh;
  }
  .wrap_slide .swiper .swiper-wrapper .cm_conteiner .swiper-slide {
    width: 100%;
    padding: 20px 10px 10px;
  }
  #attention {
    padding: 0 10px;
    width: 100%;
  }
  .more {
    margin-bottom: 30px;
  }
  /* バナー */
  .bnr_container {
    flex-direction: column;
  }
  .bnr_container .banner {
    width: 94% !important;
    margin: 0.5rem auto !important;
  }
  /* 前へ/後ろへボタン */
  .clm_3 {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .wrap_slide .swiper-button-prev,
  .wrap_slide .swiper-button-next
  {
    top: 11.5%;
    z-index: 9;
  }
  .wrap_slide .swiper-button-prev {
    left: 1%;
  }
  .wrap_slide .swiper-button-next {
    right: 1%;
  }
  
  /*----- 紅葉カレンダー -----*/
  .calender {
    padding: 0 10px;
  }
  .c_table, .calender .cmp-text {
    width: 100%;
  }
  .thead th.month, .c_table tr th {
    padding: 12px 10px;
  }
  .c_area p span {
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    margin: 6px 0;
    font-size: 1.4rem;
  }
  .c_area.hokkaido_01 p span {
    padding: 2px 4px;
    margin-left: 80%;
  }
  .c_area.tohoku_02 p span {
    padding: 2px 22px;
    margin-left: 57%;
  }
  .c_area.nkanto_03 p span {
    padding: 2px 18px;
    margin-left: 107%;
  }
  .c_table tr.c_area th {
    padding: 6px 6px;
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .c_area.hokuriku_04 p span {
    padding: 2px 47px;
    margin-left: 47%;
  }
  .c_area.kansai_05 p span {
    padding: 2px 4px;
    margin-left: 210%;
  }
  .c_area.hokuriku_04 td::before {
    width: 55px;
    height: 78px;
    bottom: 4%;
    left: 4%;
  }
  .c_area.tohoku_02 td::before {
    width: 55px;
    height: 78px;
    bottom: 7%;
    right: 4%;
  }
  
#calendar h2{
  padding-top: unset;
  margin-bottom: 20px;
}
.c_area.hokkaido_01 p span{
  margin-left: 96%;
}
.c_area.hokuriku_04 p span{
    padding: 2px 70px;
    margin-left: 30%;
}
.c_area.nkanto_03 p span{
    padding: 2px 18px 2px 24px;
    margin-left: 103%;
}
.c_area.kansai_05 p span{
    margin-left: 230%;
}
.c_area.hokuriku_04 td::before{
  left: 0;
  bottom: 36%;
}
  /* spキーワード */
  .keyword .top .section h2 {
    margin-top: 0;
  }

  .keyword ul {
    width: 96%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 40px;
  }

  /*----- spテーマから探す -----*/
  .theme_box {
    display: flex;
    flex-wrap: wrap;
  }
.theme .feature .section h2{
  padding-top: 12px;
}

  /*----- sp誰と行くかで探す -----*/
.who .feature .section h3{
  margin-top: 0;
}
  .autumn2025_who ul {
    width: 97%;
    margin: 0 auto;
    row-gap: 0;
    gap: 9px;
  }

  .autumn2025_who ul li {
   width: 100%;
  }

  .autumn2025_who figcaption {
    bottom: -18%;
  }

  .autumn2025_who ul li::before,
  .autumn2025_who ul li::after {
    top: 37%;
  }

   /*----- p紅葉の記事 -----*/
   .columns .btn_01  {
    width: 100%;
    padding: 0 10px;
   }
  #columns .feature .section h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  /* 画像内エリア名 調整 */
  .wrap_slide .base_prod.side_box .hotel li>a .img_box>.ribbon {
    top: 73% !important;
  }
  .wrap_slide .base_prod.side_box .hotel.syuzenji li>a .img_box>.ribbon {
    font-size: 0.9rem;
  }
}
