@charset "utf-8";
/* CSS Document */

:root {
  --gy: #ccc;
  --red: #c10001;
  --bk: #222;
  --br: #320404;
  --br_bg: #efe7e7;
}
#area, #panel, #theme, #columns, #daytrip, #hotspring, #who {
  padding-top: 100px;
  margin-top: -100px;
}

/*----- ナビ -----*/
.naviArea ul {
  max-width: 1000px;
  width: 100%;
}
.naviArea li {
  position: relative;
  height: 72px;
  width: calc(1000px / 6);
}
.naviArea li a {
  width: 100%;
  height: 100%;
  transition : all 0.3s;
}
.naviArea li:nth-child(1) {
  border-left: none;
}
.naviArea li:nth-child(1), .naviArea li:not(:last-child) {
  border-right: 2px dotted var(--red);
}
.naviArea li span {
  padding: 54px 0 0;
}
.naviArea li a[href*="#coupon"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic01.png) no-repeat 50% 12%;
  background-size: 42%;
}
.naviArea li a[href*="#area"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic02.png) no-repeat 50% 5%;
  background-size: 31%;
}
.naviArea li a[href*="#daytrip"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic03.png) no-repeat 50% 12%;
  background-size: 38%;
}
.naviArea li a[href*="#hotspring"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic04.png) no-repeat 50% 12%;
  background-size: 28%;
}
.naviArea li a[href*="#who"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic05.png) no-repeat 50% 12%;
  background-size: 30%;
}
.naviArea li a[href*="#theme"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic06.png) no-repeat 50% 12%;
  background-size: 27%;
}
.naviArea li a[href*="#column"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic07.png) no-repeat 50% 12%;
  background-size: 28%;
}
.mv .naviArea li:hover {
  opacity: 1;
}
.naviArea li a:hover {
  color: var(--red);
}
/* hover時 */
.naviArea li a[href*="#"]:hover {
  display: block;
}
.naviArea li a[href*="#area"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic02_on.png) no-repeat 50% 5%;
  background-size: 31%;
}
.naviArea li a[href*="#daytrip"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic03_on.png) no-repeat 50% 12%;
  background-size: 38%;
}
.naviArea li a[href*="#hotspring"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic04_on.png) no-repeat 50% 12%;
  background-size: 28%;
}
.naviArea li a[href*="#who"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic05_on.png) no-repeat 50% 12%;
  background-size: 30%;
}
.naviArea li a[href*="#theme"]:hover {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic06_on.png) no-repeat 50% 12%;
  background-size: 27%;
}
.naviArea li a[href*="#column"]:hover {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2024/autumn2024_ic07_on.png) no-repeat 50% 12%;
  background-size: 28%;
}
.naviArea li, .naviArea3 li {
  border-top: none;
}
/*----- クーポン -----*/
.box_table {
  margin-inline: auto;
}
.box_table th {
  border: 1px solid var(--br);
  background-color: var(--br_bg);
  padding: 10px;
  text-align: center;
  width: 24%;
}
.box_table td {
  border: 1px solid var(--br);
  background-color: #fff;
  padding: 10px;
}
.box_table .btn_01 a {
  background-color: #c10001;
  border-radius: 6px;
  padding: 12px 0;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-inline: auto;
  width: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}
.box_table .btn_01 {
  margin-inline: auto;
  text-align: center;
}
.box_table .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);
}
.text_link {
  text-decoration: underline;
}

/*----- タイトル -----*/
.ttl_autumn01 img {
  width: 66%;
  margin-inline: auto;
}

/*----- タブ切り替え -----*/
.tab_menu {
  display: flex;
  justify-content: space-between;
  color: var(--bk);
  background-color: #fff;
  border-bottom: solid 2px var(--red);
}

.tab_btn {
  width: calc(100% / 6);
  text-align: center;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border: solid 2px var(--red);
  border-bottom: none;
  margin: 0 5px;
}
.tab_btn:first-child {
  margin-left: 0;
}
.tab_btn:last-child {
  margin-right: 0;
}
.tab_btn:hover {
  opacity: 0.7;
}
.tab_btn.active {
  background-color: var(--red);
  color: #fff;
}
.tab_area {
  margin-top: 20px;
}
.box_lead {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: var(--nv);
}
.txt_inner li {
  margin-top: 10px;
}
.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}
/*----- おすすめ紅葉スポット -----*/
.feature .section.section.s_area {
  text-align: center;
}
.feature .section.s_area h3 {
  border: none;
  color: #fff;
  background-color: var(--br);
  display: inline-block;
  margin-inline: auto;
  font-weight: normal;
  line-height: 1;
  font-size: 2.2rem;
  padding: 6px 20px 6px 20px;
}
/*----- カルーセル -----*/
.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(--br);
  border-left: 2px solid var(--br);
  transform: rotate(-45deg);
}
.wrap_slide .swiper-button-next {
  top: 50%;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--br);
  border-right: 2px solid var(--br);
  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(--br);
  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, .daytrip .details_box .area::before {
  color: var(--red);
  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(--red);
  line-height: 1.2;
}
.heading_main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.box_comment {
  border: solid 1px var(--br);
  background-color: var(--br_bg);
  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: dotted 2px var(--br);
  padding-left: 8px;
}
.box_content {
  border: solid 1px var(--br);
  padding: 10px;
}
.box_content .btn_01 {
  padding-top: 10px;
}
.box_content .btn_01 a {
  background-color: #c10001;
  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_lead {
  font-weight: bold;
}
#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(--br);
  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(--br);
  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(--br);
  margin-inline: auto;
}
.calender .cmp-text {
  border: none;
}
.c_table tr:not(:last-child) {
  border-bottom: 2px solid var(--br);
}
.thead th, .c_table tr th {
  border-right: solid 2px var(--br);
  padding: 16px 10px;
  font-size: 1.5rem;
  color: var(--br);
}
.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;
  /* background-color: #ccc; */
  color: #fff;
  background-color: var(--red);
  background: linear-gradient(90deg, rgba(248,182,45,1) 0%, rgba(249,129,61,1) 42%, rgba(193,0,1,1) 100%);
  font-size: 1.5rem;
  font-weight: bold;
}
.c_area th {
  background-color: var(--br_bg);
}
.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/2024/autumn2024_ic09.png) no-repeat;
  background-size: contain;
  width: 77px;
  height: 110px;
  bottom: -27px;
  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/2024/autumn2024_ic09.png) no-repeat;
  background-size: contain;
  width: 77px;
  height: 110px;
  bottom: -27px;
  right: 42px;
  display: block;
  transform: scale(-1, 1);
}

/*----- 日帰りプラン -----*/
 .daytrip .base_prod .hotel li {
  padding: 0;
 }
.daytrip .base_prod .hotel li>a .details_box>.area {
  background-color: transparent;
  color: var(--red);
  position: relative;
  padding-left: 21px;
  font-size: 1.5rem;
  font-weight: bold;
}
.daytrip .base_prod .hotel li>a .details_box>.tag>.icon:first-child {
  border: none;
  display: block;
  color: #222;
  margin: 5px 0;
}
.daytrip .base_prod .hotel li>a .details_box>.tag>.icon:nth-of-type(2) {
  border: solid 1.5px var(--br);
  color: var(--br);
  font-size: 1.24rem;
}
.daytrip .base_prod.clm2 li, .base_prod.sort li:nth-child(-n+2) {
  width: calc((100% - 20px) / 2);
}
.daytrip .base_prod .hotel {
  gap: 20px;
}
.hotspring .base_prod .hotel li>a .details_box>.area {
  display: none;
}
.hotspring .base_prod.side_box .hotel li>a .img_box>.ribbon {
  color: #fff;
  font-size: 1.3rem;
  top: 101px !important;
  width: 100%;
}

/*----- 誰と行くか -----*/
.who ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.who ul li {
	max-width: 460px;
	width: 460px;
}
.who ul li:nth-child(-n+2) {
	padding-bottom: 2rem;
}
/* ----エリアバナー、テーマからさがす 丸---- */
.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(--br);
  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%;
}

/*----- 紅葉の記事 -----*/
.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(--red);
  position: relative;
  padding-left: 21px;
  font-size: 1.4rem;
}
.columns .base_prod .hotel li>a .details_box>.area::before {
  color: var(--red);
  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: 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;
	}
}
/* ----------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%;
  }

  /*----- ナビ -----*/
  .naviArea ul {
    border: solid 1px var(--red);
  }
  .naviArea li {
    height: 100%;
    padding-bottom: 0;
  }
  .naviArea li a[href*="#"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .naviArea li span:after, .naviArea3 li span:after {
    content: none;
  }
  .naviArea li:nth-child(1),  .naviArea li {
    width: calc(100% / 3);
  }
  .naviArea li:nth-child(-n+3) {
    border-bottom: solid 1px var(--red);
  }
  .naviArea li:nth-child(3) {
    border-right: none;
  }
  .naviArea li:nth-child(even), .naviArea3 li:nth-child(3) {
    border-left: none;
  }
  .naviArea li:nth-last-child(1), .naviArea li:nth-last-child(2), .naviArea3 li:nth-last-child(1), .naviArea3 li:nth-last-child(2) {
    border-bottom: none;
  }
  .naviArea li, .naviArea3 li {
    border-right: none;
  }
  .naviArea li span {
    font-size: 1.2rem;
  }
  .naviArea li a[href*="#"] span {
    position: relative;
  }
  .naviArea li a[href*="#area"] {
    background-position: 50% 8%;
  }
  .naviArea li a[href*="#area"]:hover {
    background-position: 50% 8%;
  }
  .naviArea li a[href*="#area"] span {
    padding: 43.5px 0 0;
  }
  .naviArea li a[href*="#hotspring"] span {
    padding: 51px 0 7px;
  }
  .naviArea li a[href*="#who"] span {
    padding: 44px 0 0;
  }
  .naviArea li a[href*="#theme"] span {
    padding: 51px 0 7px;
  }
  .naviArea li a[href*="#column"] span {
    padding: 50px 0 0;
  }
  .naviArea li a[href*="#coupon"] span {
    padding: 58px 0 0;
    top: -9px;
  }
  .naviArea li a[href*="#daytrip"] span {
    padding: 51px 0 7px;
  }
  .naviArea li:nth-last-child(1), .naviArea li:nth-last-child(2) {
    height: 100%;
  }
  .naviArea li a[href*="#hotspring"] {
    background-position: 50% 21%;
  }
  .naviArea li a[href*="#hotspring"]:hover {
    background-position: 50% 21%;
  }
  .naviArea li a[href*="#theme"] {
    background-position: 50% 22%;
  }
  .naviArea li a[href*="#theme"]:hover {
    background-position: 50% 22%;
  }
  .naviArea li a[href*="#column"] {
    background-position: 50% 29%;
  }
  .naviArea li a[href*="#column"]:hover {
    background-position: 50% 29%;
  }
  /*----- クーポン -----*/
  .coupon .cmp-text {
    width: 100%;
    padding: 0 10px;
    margin-inline: auto;
    text-align: left;
  }
  .box_table .btn_01 a {
    width: 100%;
    padding: 8px 0px;
  }
  .wrap_overview {
    width: 100%;
    padding: 0 10px;
  }
  .box_table th {
    width: 30%;
  }

  /* タブ切り替え */
  .tab_menu {
    flex-wrap: wrap;
    border: solid 1px var(--red);
  }
  .tab_btn {
    padding: 7px 12px;
    width: calc(100% / 2);
    margin: 0;
    border: none;
  }
  .tab_btn:nth-child(2n+1) {
    border-right: 1px solid var(--red);
  }
  .tab_btn:nth-child(-n+4) {
    border-bottom: 1px solid var(--red);
  }

  /* コンポーネント */
  .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;
  }
  /*----- 温泉 -----*/
  .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%;
  }
  /* バナー */
  .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%;
  }
  /*----- 日帰り -----*/
  .daytrip .base_prod.clm2 li, .base_prod.sort li:nth-child(-n+2) {
    width: 100%;
  }
  .daytrip .hotel li {
    border: none;
  }
  .daytrip .base_prod .hotel li {
    padding: 0;
  }
  /*----- 紅葉カレンダー -----*/
  .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%;
  }
  /*----- 誰と行くか -----*/
  .autumn_who {
    padding: 0 10px;
  }
  .autumn_who a span {
    width: 37%;
  }
  .autumn_who a span.couple {
    width: 64%;
  }
  /*----- テーマ -----*/
  .theme_box {
    display: flex;
    flex-wrap: wrap;
  }
   /*----- 記事 -----*/
   .columns .btn_01  {
    width: 100%;
    padding: 0 10px;
   }
}
@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;
  }
  /* .box_content.area_small_sp .base_prod.side_box .hotel li>a .img_box>.ribbon {
    top: 53% !important;
  } */
}