@charset "utf-8";
/* CSS Document */

:root {
  --bg-color: #f7f3e4;
  --beige: #e1c39c;
  --orange: #eb9955;
  --brown: #78381c;
  --tx-color: #471504;
}
/*クリック無効対策*/
.nav01, p[style*="text-align: right"]>a, #pannel, .banner {
  position: relative;
  z-index: 2;
}
/*背景*/
.bg_color {
  background: var(--bg-color);
  margin: 20px auto;
}
.bg_img_01, .bg_img_02, .bg_img_03 {
  position: relative;
}
.bg_img_01::before, .bg_img_01::after, .bg_img_02::before, .bg_img_03::before {
  content: "";
  display: inline-block;
  position: absolute;
}
.bg_img_01::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/img_autumn2026_01.png) no-repeat 0 0 / contain;
  width: 86px;
  height: 118px;
  top: -10px;
  left: -150px;
}
.bg_img_01::after {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/img_autumn2026_02.png) no-repeat 0 0 / contain;
  width: 110px;
  height: 164px;
  top: 70px;
  right: -180px;
}
.bg_img_02::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/img_autumn2026_02.png) no-repeat 0 0 / contain;
  width: 110px;
  height: 164px;
  top: -60px;
  left: -100px;
  transform: scale(-1, 1);
}
.bg_img_03::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/img_autumn2026_02.png) no-repeat 0 0 / contain;
  width: 110px;
  height: 164px;
  top: 140px;
  right: -100px;
}
/*テキスト*/
.lead_text {
  text-align: center;
  margin: 10px auto 0;
}
p[style*="text-align: right"]>a {
  display: inline-block;
  color: #222;
  font-size: 1.6rem;
  border-bottom: 1px solid #222;
  padding: 0 25px 5px 5px;
  margin: 10px auto;
  position: relative;
  transition: .2s;
}
p[style*="text-align: right"]>a:hover {
  opacity: .6;
}
p[style*="text-align: right"]>a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  top: calc(50% - 0.6rem);
  right: 0;
  transform: rotate(45deg);
}
/*連休カレンダー*/
.holiday_calendar {
  width: 80%;
  margin: 0 auto 20px;
  background: var(--bg-color);
  border-radius: 10px;
}
.holiday_calendar h2 {
  background: var(--beige);
  border-radius: 10px 10px 0 0;
  color: var(--tx-color);
  font-size: 1.8rem;
  text-align: center;
  padding: 8px 0;
}
.holiday_calendar h2>span {
  font-size: 2.4rem;
}
.holiday_calendar .september {
  margin: 10px auto 25px;
  width: 500px;
  position: relative;
}
.holiday_calendar .october {
  margin: 10px 0 30px auto;
  position: relative;
}
.holiday_calendar .november {
  margin: 10px auto 30px 0;
  position: relative;
}
.holiday_calendar .pc_flex {
  display: flex;
  justify-content: center;
}
.holiday_calendar .november>p:first-of-type {
  margin-left: 50px;
}
.holiday_calendar .september>p:first-of-type, .holiday_calendar .october>p:first-of-type, .holiday_calendar .november>p:first-of-type {
  font-size: 1.7rem;
  font-weight: bold;
}
.holiday_calendar ul {
  display: flex;
  justify-content: center;
}
.holiday_calendar ul>li {
  width: 50px;
  height: 55px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #c91c1c;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.holiday_calendar ul>li .days {
  font-size: 2.4rem;
}
.holiday_calendar ul>li.black {
  color: #222;
}
.holiday_calendar ul>li.blue {
  color: #1e53b3;
}
.holiday_calendar ul>li.dot {
  font-size: 1rem;
}
.holiday_calendar ul>li.bdr_left {
  border: 2px solid #c91c1c;
  border-right: none;
}
.holiday_calendar ul>li.bdr_right {
  border: 2px solid #c91c1c;
  border-left: none;
}
.holiday_calendar ul>li.bdr_top_btm {
  border-top: 2px solid #c91c1c;
  border-bottom: 2px solid #c91c1c;
}
.holiday_calendar ul>li.bdr_left.bdr_right {
  border: 2px solid #c91c1c;
}
.holiday_calendar .september .holiday9, .holiday_calendar .october .holiday3, .holiday_calendar .november .holiday4, .holiday_calendar .november .holiday3 {
  font-weight: bold;
  color: #c91c1c;
  position: absolute;
  bottom: -25px;
}
.holiday_calendar .september .holiday9 {
  left: 32%;
}
.holiday_calendar .october .holiday3 {
  left: 29%;
}
.holiday_calendar .november .holiday4 {
  left: 12%;
}
.holiday_calendar .november .holiday3 {
  left: 77%;
}
/*ナビ*/
.nav01 ul {
  display: flex;
  justify-content: space-between;
}
.nav01 ul li {
  width: calc(100% / 6);
  height: 70px;
  border-left: 2px dotted var(--tx-color);
}
.nav01 ul li:last-of-type {
  border-right: 2px dotted var(--tx-color);
}
.nav01 ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--tx-color);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 5px;
  position: relative;
  transition: .2s;
}
.nav01 ul li a:hover {
  color: #f79b49;
}
.nav01 ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: calc(50% - 18px);
  transition: .2s;
}
.nav01 ul li a:hover::before {
  top: -5px;
}
.nav01 ul li a[href*="area"]::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_01.png) no-repeat 0 0 / contain;
}
.nav01 ul li a[href*="higaeri"]::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_02.png) no-repeat 0 0 / contain;
}
.nav01 ul li a[href*="calendar"]::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_03.png) no-repeat 0 0 / contain;
}
.nav01 ul li a[href*="who"]::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_04.png) no-repeat 0 0 / contain;
}
.nav01 ul li a[href*="feature"]::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_05.png) no-repeat 0 0 / contain;
}
.nav01 ul li a[href*="article"]::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_06.png) no-repeat 0 0 / contain;
}
/*タイトル*/
.feature .section h2 {
  font-size: 2.8rem;
  color: var(--tx-color);
  padding: 160px 0 10px;
  margin: -100px auto 20px;
  position: relative;
}
.feature .section h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--beige);
  width: 50px;
  height: 4px;
  border-radius: 2px;
  bottom: 0;
  left: calc(50% - 25px);
}
.feature .section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 120px;
  left: calc(50% - 18px);
}
.feature .section#area h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_01.png) no-repeat 0 0 / contain;
}
.feature .section#higaeri h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_02.png) no-repeat 0 0 / contain;
}
.feature .section#calendar h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_03.png) no-repeat 0 0 / contain;
}
.feature .section#who h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_04.png) no-repeat 0 0 / contain;
}
.feature .section#feature h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_05.png) no-repeat 0 0 / contain;
}
.feature .section#article h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/autumn/images/2026/icon_autumn2026_06.png) no-repeat 0 0 / contain;
}
.feature .section h3 {
  display: table;
  font-size: 2.4rem;
  color: var(--tx-color);
  background: none;
  border: none;
  padding: 0;
  margin: 15px auto;
  position: relative;
}
.feature .section h3::before, .feature .section h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 3px dotted var(--beige);
  width: 50px;
  height: 3px;
  top: calc(50% - 1.5px);
}
.feature .section h3::before {
  left: -60px;
}
.feature .section h3::after {
  right: -60px;
}
/*タブ*/
.tab_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px var(--brown);
  margin: 20px auto 0;
}
.tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  padding: 5px 0;
  border-radius: 10px 10px 0 0;
  width: calc(100% / 6);
  background-color: var(--beige);
  color: var(--tx-color);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
  transition: .2s;
}
.tab_btn:first-child {
  margin-left: 0;
}
.tab_btn:last-child {
  margin-right: 0;
}
.tab_btn.active, .tab_btn:hover {
  background-color: var(--brown);
  color: #fff;
}
.tab_area {
  margin-top: 20px;
}
.txt_inner li {
  margin-top: 10px;
}
.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}
/*カルーセル*/
.wrap_slide {
  position: relative;
  margin: 15px auto;
}
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 0 40px;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet {
  background: var(--orange);
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 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 .swiper-button-prev {
  top: 50%;
  left: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  transform: rotate(-45deg);
}
.wrap_slide .swiper-button-next {
  top: 50%;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  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 {
  border: solid 1px var(--beige);
  background-color: #fff;
  border-radius: 10px;
}
.box_content .wrap_img {
  position: relative;
}
.box_content .wrap_img img {
  border-radius: 9px 9px 0 0;
}
.box_content .wrap_img>.freehtml {
  position: absolute;
  bottom: 0;
}
.box_content .wrap_img>.freehtml p {
  color: #fff;
  padding: 5px 0 0 10px;
  background: linear-gradient(to bottom, #00000000 0%, #00000066 50%, #00000099 100%);
}
.box_content .jretravel-image {
  aspect-ratio: 640 / 396;
}
.clm2 .box_content .jretravel-image {
  aspect-ratio: 490 / 240;
}
.clm2 .box_content .jretravel-image img {
  aspect-ratio: 490 / 240;
  object-fit: cover;
  object-position: center bottom;
}
.box_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tx-color);
  border-bottom: 1px dashed var(--tx-color);
  margin: 6px auto;
  position: relative;
  padding-bottom: 5px;
}
.box_content .box_inner {
  padding: 0 10px;
}
.box_caption, .box_comment {
margin-top: 6px;
}
.box_content .feature .section h4 {
  font-size: 1.5rem;
  color: var(--tx-color);
  border-bottom: 1px dashed var(--tx-color);
  padding: 5px;
  margin: 10px;
}
.box_heading::before, .article_wrap .box_content .base_prod .hotel li>a .details_box>.area::before {
  color: var(--orange);
  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);
}
.heading_small {
  font-size: 1.3rem;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.heading_main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.box_comment {
  background: var(--bg-color);
  padding: 5px 10px;
  border-radius: 10px;
}
.access_ttl {
  color: var(--tx-color);
}
.box_content .productcontainer2 {
  padding: 0 10px 10px;
}
.hotel .notes {
  font-size: 1.1rem;
}
.box_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: unset;
  bottom: 0;
  padding: 0.5em 0.5em 0.1em 0.4em;
  margin: 0;
  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;
}
.higaeri .base_prod.side_box .hotel li>a .details_box {
  width: 100%;
  margin: 0 auto;
}
/*ボタン*/
.productButton .btn_box, .btn_01 {
  margin: 0 10px 10px;
}
.productButton .btn_box:hover {
  opacity: unset;
}
.productButton .btn_box>a, .btn_01 a {
  display: table;
  text-align: center;
  border: none;
  width: 100%;
  background: var(--brown);
  color: #fff;
  border-radius: 5px;
  padding: 4px 10px 4px 4px;
  position: relative;
  transition: .3s;
}
.productButton .btn_box>a:hover, .btn_01 a:hover {
  background: var(--orange);
}
.productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
.productButton .btn_box>a>.btn_box_r>.arrow-right {
  border-color: #fff;
}
.btn_01 a {
  font-size: 1.5rem;
  padding: 7px 20px 7px 0;
}
.btn_01 a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 5px);
  right: 11px;
  transform: rotate(45deg);
}
/*見頃カレンダー*/
.c_table, .calender .cmp-text {
  width: 90%;
  margin-inline: auto;
}
.c_table th, .c_table td {
  border: 1px solid var(--beige);
  padding: 8px 0;
  font-size: 1.7rem;
  color: var(--tx-color);
}
.thead th, .c_table tr th {
  text-align: center;
}
.thead .month {
  width: 20%;
}
.c_area span {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #eb9955 0%, #e6592e 100%);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.c_area th {
  background: var(--bg-color);
}
.c_area.hokkaido_01 p span {
  width: calc(100% / 4);
  margin-left: calc(100% / 4);
}
.c_area.tohoku_02 p span {
  width: calc(100% / 2.4);
  margin-left: calc(100% / 6);
}
.c_area.nkanto_03 p span {
  width: calc(100% / 2.666);
  margin-left: calc(100% / 2.666);
}
.c_area.hokuriku_04 p span {
  width: calc(100% / 1.5);
  margin-left: calc(100% / 6);
}
.c_area.kansai_05 p span {
  width: calc(100% / 4.8);
  margin-left: calc(100% / 1.6);
}
.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/2026/img_autumn2026_04.png) no-repeat 0 0 / contain;
  background-size: 100%;
  width: 90px;
  height: 120px;
  top: -15px;
  left: 20px;
  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/2026/img_autumn2026_03.png) no-repeat 0 0 / contain;
  width: 120px;
  height: 152px;
  top: -40px;
  right: 30px;
  display: block;
}
/*ご注意*/
.box_lead {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: var(--tx-color);
}
#attention {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  margin: 20px auto;
  box-sizing: border-box;
}
.more {
  padding: 20px;
  border: 1px solid var(--beige);
  box-sizing: border-box;
}
.more__content {
  position: relative;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  transition: max-height .5s;
}
.more__content.open {
  margin: 0 auto 10px;
}
.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;
  width: 270px;
  margin: 0 auto;
  padding: 8px 0;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--brown);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.arrow {
  position: absolute;
  top: 34%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.more__btn .arrow.up {
  transform: rotate(-45deg);
  top: 44%;
}
/*バナー*/
.bnr_clm4, .who_box {
  display: flex;
  justify-content: center;
}
.bnr_clm4>.banner, .who_box>.banner {
  padding: 0;
  margin: 0 20px 0 0;
}
.bnr_clm4>.banner:last-of-type, .who_box>.banner:last-of-type {
  margin: 0 auto;
}
.who_box>.banner {
  width: calc((100% - 40px) / 3) !important;
}
.who_box .listitem2>li>a {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--beige);
  background: #fff;
  border-radius: 10px;
}
.who_box .listitem2>li>a .imageitem>img {
  border-radius: 9px 9px 0 0;
  width: 100%;
}
.who_box .listitem2>li>a .titleitem {
  margin: 5px 10px 0;
}
.who_box .listitem2>li>a .textitem {
  margin: 0 10px 10px;
}
.theme_box.bnr_clm4>.banner {
  width: 220px !important;
}
.theme_box.bnr_clm4>.banner:last-of-type {
  margin: 0;
}
.theme_box .imageitem img {
  width: 100%;
}
.theme_box .textitem {
  font-size: 1.3rem;
}
.theme_box .textitem, .who_box .titleitem {
	padding-left: 20px;
	position: relative;
}
.theme_box .textitem::before, .theme_box .textitem::after,
.who_box .titleitem::before, .who_box .titleitem::after {
	position: absolute;
	content: "";
}
.theme_box .textitem::before, .who_box .titleitem::before {
  background-color: var(--brown);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.theme_box .textitem::after, .who_box .titleitem::after {
  margin: auto;
  bottom: 0;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0px;
}
.theme_box .textitem::before {
  top: 3px;
  bottom: auto;
}
.theme_box .textitem::after {
  top: 8px;
  bottom: unset;
}
.bnr_clm4 .tyo_otherarea_banner div:has(>.listitem2), .bnr_clm4 .listitem2, .bnr_clm4 .listitem2 li, .bnr_clm4 .listitem2>li>a {
  height: 100%;
}
/*記事*/
.article_wrap .box_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article_wrap .box_content .productcontainer2 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article_wrap .box_content .productcontainer2, .article_wrap .box_content .productcontainer2 .swiper-slide {
  padding: 0;
}
.article_wrap .img_box img {
  border-radius: 9px 9px 0 0;
}
.article_wrap .box_content .base_prod .hotel li>a .details_box>.area {
  display: block;
  background: none;
  color: var(--tx-color);
  padding: 0 0 0 20px;
  margin: 0 10px;
  position: relative;
}
.article_wrap .box_content .base_prod .hotel li>a .details_box>.area::before {
  top: -4px;
}
.article_wrap .base_prod .hotel li>a .details_box .ttl {
  margin: 5px 10px 10px;
}
.article_wrap .article_more {
  text-align: right;
  padding: 0 15px 0 0;
  margin: 0 10px 5px;
  position: relative;
}
.article_wrap .article_more::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  top: calc(50% - 0.4rem);
  right: 0;
  transform: rotate(45deg);
}
.article_btn.btn_01 a {
  width: 270px;
  margin: 10px auto;
}

/*PC*/
@media screen and (min-width: 768px) {
  .who .feature .section h3 {
    width: 90%;
  }
  .cmp-text.tx_lead, .cmp-text.tx_lead p {
    text-align: center !important;
  }
  .wrap_slide {
    position: relative;
  }
	.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;
	}
  .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) {
  /*背景*/
  .bg_img_01::before {
    width: 43px;
    height: 59px;
    top: 45%;
    left: 20px;
  }
  .bg_img_01::after {
    width: 55px;
    height: 82px;
    top: 50%;
    right: 20px;
  }
  .bg_img_02::before {
    width: 55px;
    height: 82px;
    top: -25px;
    left: 8px;
  }
  .bg_img_03::before {
    width: 55px;
    height: 82px;
    top: 80px;
    right: 30px;
  }
  /*テキスト*/
  .lead_text {
    text-align: left;
  }
  p[style*="text-align: right"]>a {
    font-size: 1.4rem;
    padding: 0 15px 4px 5px;
  }
  /*連休カレンダー*/
  .holiday_calendar {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
  }
  .holiday_calendar h2 {
    font-size: 1.6rem;
  }
  .holiday_calendar h2>span {
    font-size: 2rem;
  }
  .calendar_inner {
    padding: 0 10px 10px;
  }
  .holiday_calendar .pc_flex {
    flex-direction: column;
  }
  .holiday_calendar .september {
    margin: 5px auto 20px;
    width: 100%;
  }
  .holiday_calendar .october, .holiday_calendar .november {
    margin: 10px auto 20px;
  }
  .holiday_calendar ul>li {
    width: calc((100vw - 40px) / 10);
    font-size: 1.2rem;
  }
  .holiday_calendar .november>p:first-of-type {
    margin-left: calc((100vw - 40px) / 10);
  }
  .holiday_calendar .september .holiday9 {
    left: 21%;
  }
  .holiday_calendar .october .holiday3 {
    left: 25%;
  }
  .holiday_calendar .november .holiday4 {
    left: 7%;
  }
  .holiday_calendar .november .holiday3 {
    left: 75%;
  }
  /*ナビ*/
  .nav01 ul {
    flex-wrap: wrap;
  }
  .nav01 ul li {
    width: calc(100% / 3);
  }
  .nav01 ul li:first-of-type, .nav01 ul li:nth-of-type(4) {
    border-left: none;
  }
  .nav01 ul li:last-of-type {
    border-right: none;
  }
  .nav01 ul li:nth-of-type(n+4) {
    border-top: 2px dotted var(--tx-color);
  }
  .nav01 ul li a {
    font-size: 1.4rem;
  }
  .nav01 ul li a::before {
    top: 5px;
  }
  /*タブ*/
  .tab_menu {
    flex-wrap: wrap;
    border-bottom: none;
    width: calc(100% - 20px);
  }
  .tab_btn {
    width: calc((100% - 10px) / 2);
    margin: 0;
    padding: 8px 0;
    border-radius: 10px;
  }
  .tab_btn:nth-of-type(n+3) {
    margin-top: 10px;
  }
  /*タイトル*/
  .feature .section h3 {
    font-size: 2.0rem;
  }
  /*商品*/
  .clm2 .box_content .jretravel-image, .clm2 .box_content .jretravel-image img {
    aspect-ratio: 640 / 396;
  }
  .swiper-slide img {
    overflow: hidden;
  }
  /*ボタン*/
  .productButton .btn_box>a>.btn_box_l>.btn_inner>.btn_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /*見頃カレンダー*/
  .c_table, .calender .cmp-text {
    width: calc(100% - 20px);
  }
  .c_area span {
    font-size: 1.1rem;
    padding: 5px 0;
    line-height: 1.4;
  }
  .c_table th, .c_table td {
    font-size: 1.3rem;
  }
  .c_area th {
    line-height: 1.4;
  }
  .c_table td {
    padding: 5px 0;
  }
  .c_area.tohoku_02 td::before {
    width: 60px;
    height: 76px;
    right: 20px;
  }
  .c_area.hokuriku_04 td::before {
    width: 45px;
    height: 60px;
    top: unset;
    bottom: -40px;
    left: 10px;
  }
  /*ご注意*/
  #attention {
    width: calc(100% - 20px);
  }
  .more {
    padding: 10px;
  }
  /*バナー*/
  .bnr_clm4 {
    flex-wrap: wrap;
    margin: 10px;
  }
  .bnr_clm4 .banner {
    width: calc((100% - 10px) / 2) !important;
  }
  .bnr_clm4 .banner:nth-of-type(2n) {
    margin-left: 10px !important;
  }
  .bnr_clm4 .tyo_otherarea_banner .listitem2 {
    width: 100%;
  }
  .who_box {
    flex-direction: column;
    margin: 10px;
  }
  .who_box>.banner {
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .who_box .tyo_otherarea_banner .listitem2 {
    width: 100%;
  }
  .who_box .listitem2>li>a {
    flex-direction: row;
  }
  .who_box .listitem2>li>a .imageitem {
    width: 48%;
  }
  .who_box .listitem2>li>a .imageitem>img {
    border-radius: 9px 0 0 9px;
  }
  .ttl_tx_box {
    width: 52%;
  }
  .who_box .listitem2>li>a .titleitem {
    font-size: 1.5rem;
  }
  .theme_box.bnr_clm4>.banner {
    width: calc((100% - 10px) / 2) !important;
  }
  .sp_mb0 {
    margin-bottom: 0;
  }
  .sp_mt0 {
    margin-top: 0;
  }
}