@charset "utf-8";
/* CSS Document */

:root {
  --gy: #ccc;
  --bk: #333;
  --rd: #ea5f34;
  --pk: #ffbdcd;
  --dpk: #feb1c4;
  --rgn: #a5e382;
  --rbl: #6dcde3;
  --bgb: #f0fafc;
  --blp: #caedf4;
  --ye: #f4ef3b;
  --rye: #faf8b0;
  --gn: #2ea13c;
  --rrd: #f3a58d;
}
#calender, #area, #spot, #hiddengem, #articles, #qa,
#family, #solo, #couple, #joshitabi
{
  padding-top: 100px;
  margin-top: -100px;
}
.tyo_otherarea_banner .textitem {
  position: relative;
  padding-left: 20px;
}
.tyo_otherarea_banner .textitem::before,
.tyo_otherarea_banner .textitem::after
  {
  position: absolute;
  content: "";
  display: block;
}
.tyo_otherarea_banner .textitem::before {
  background-color: var(--dpk);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: -1px;
  top: 0px;
  margin: auto;
  bottom: 0;
}
.tyo_otherarea_banner .textitem::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;
}
/*----- ナビゲーション -----*/
.navigation {
  text-align: center;
}
.nav_list {
  display: flex;
  justify-content: space-evenly;
}
.nav_item {
  width: calc((100% - (1px * 5)) / 6);
  border-right: dotted 2px #777;
  display: flex;
  flex-direction: column;
}
.nav_item:last-child {
  border-right: none;
}
a.nav_link {
  display: block;
  padding: 54px 10px 4px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  flex: 1 auto;
  align-content: center;
  line-height: 1.3;
  color: var(--bk);
}
a.nav_link:hover {
  text-decoration: none;
  transition: .3s;
}
a.nav_link::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #000000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
a.nav_link[href*="calender"]::after {
  background-color: var(--rd);
}
a.nav_link[href*="area"]::after {
  background-color: var(--pk);
}
a.nav_link[href*="spot"]::after {
  background-color: var(--rgn);
}
a.nav_link[href*="hiddengem"]::after {
  background-color: var(--rbl);
}
a.nav_link[href*="article"]::after {
  background-color: var(--ye);
}
a.nav_link[href*="qa"]::after {
  background-color: var(--gn);
}
a.nav_link:hover:after {
  transform: scale(1, 1);
}
a.nav_link[href*="calender"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_calender.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="calender"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_calender_on.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="area"] {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_area.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="area"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_area_on.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="spot"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_spot.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="spot"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_spot_on.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="hiddengem"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_hiddengem.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="hiddengem"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_hiddengem_on.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="article"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_article.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="article"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_article_on.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="qa"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_qa.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="qa"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_qa_on.png) no-repeat 50% -2%;
  background-size: 56px;
}
/*----- タイトル -----*/
.spring_title .feature .section h2 {
  font-size: 3.0rem;
  margin: 10px auto 10px auto;
  line-height: 1.2;
  text-align: center;
  color: var(--bk);
  position: relative;
}
.spring_title .feature .section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  display: inline-block;
  width: 60px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.spring_title img {
  width: 72px;
  height: 72px;
  margin-inline: auto;
  display: block;
}
/*----- 2025年ゴールデンウィーク（GW）はいつからいつまで？ -----*/
.term {
  border: solid 1px var(--bk);
  padding: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.term .jretravel-image.kikan {
  width: 80%;
  margin-inline: auto;
}
.term .marker_line {
  background: linear-gradient(transparent 55%, rgba(234, 95, 52, 0.2) 55%);
}
/*----- ゴールデンウィーク（GW）の日付から探す -----*/
.gw_calendar .spring_title .feature .section h2::after {
  background-color: var(--rd);
}
.gw_calendar .spring_title .text:has(> .cmp-text) {
  margin-inline: auto;
  text-align: center;
}
.gw_calendar .spring_title .cmp-text p {
  display: inline-block;
  border-bottom: solid 1px var(--rd);
  font-weight: 600;
  font-size: 1.5rem;
}
.center {
  text-align: center;
}
.f_d {
  font-size: 1.2rem;
}
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.tab>li {
  display: block;
  text-align: center;
  padding: 10px 0 8px;
  width: 100%;
  background: transparent;
  color: var(--bk);
  border-radius: 10px 10px 0 0;
  transition: .3s;
}
.tab>li:hover {
  cursor: pointer;
  color: var(--bk);
}
/*----------tab hover----------*/
.tab>li:hover {
  background: #f3a58d;
}
/*----------tab active----------*/
.tab>li.active {
  color: #fff;
}
.tab>li.active {
  background: var(--rd);
}
/*----------inner----------*/
.list .inner,
.list .inner .inner_txt {
  display: none;
}
.list .inner.active,
.list .inner .inner_txt.active {
  display: block;
}
.list .inner.active {
  padding: 2%;
  background: #fff;
}
/*----------inner active----------*/
.inner.hokkaido.active,
.inner.tohoku.active,
.inner.nkanto.active,
.inner.shutoken.active,
.inner.tokai.active,
.inner.koshinetsu.active,
.inner.hokuriku.active,
.inner.kansai.active {
  border: 4px solid var(--rd);
}
/*----------tab sub----------*/
.tab_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
.tab_sub>li {
  display: block;
  width: 12%;
  text-align: center;
  margin-right: 10px;
  padding: 8px 0;
  border: 2px solid var(--rd);
  background-color: #fff;
  border-radius: 25px;
  transition: .2s;
  color: var(--bk);
}
.tab_sub>li:hover {
  cursor: pointer;
  background-color: var(--rd);
  color: #fff;
}
.tab_sub>li.active {
  background-color: var(--rd);
  color: #fff;
}
/*日付*/
/* tabbtn */
.tabbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 2%;
}
.aprilcarender {
  width: 45.5%;
}
.maycarender {
  width: 54.5%;
  margin-left: 0px;
}
.tabbtn li {
  width: 40%;
  margin-right: 0px;
  flex: 1 auto;
}
.tabbtn li:hover {
  opacity: .7;
}
.tabbtn li:last-child {
  margin-right: 0;
}
.month {
  font-size: 2.2rem;
  font-weight: bold;
}
.april,
.may {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}
.april::before,
.may::before {
  position: absolute;
  content: '';
  width: 100%;
  top: calc(50% - 1px);
  left: 0;
  border-top: 2px solid #555;
}
.april>span,
.may>span {
  position: relative;
  padding: 0 15px;
  background: #fff;
}
.day_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 10px;
}
.day_all>li>a {
  display: block;
  border: none;
  text-decoration: none;
  color: var(--bk);
  border: solid 1px var(--bk);
}
.week {
  color: var(--bk);
}
.week.blue {
  background: var(--rbl);
}
.week.gold {
  background-color: #f3a58d;
}
.week.gray {
  background-color: #f5f1e6;
}
.hven {
  padding: 4px 0 0 0;
  font-size: 2.2rem;
  color: var(--bk);
  transition: .2s;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  gap: 2px;
}
.hven .month_small {
  font-size: 1.3rem;
}
.gw_calendar .tabbtn li:not(:has(.holiday)) .hven {
  padding-bottom: 19px;
}
.holiday {
  font-size: 1.1rem;
  color: var(--bk);
  transition: .2s;
}
.day_all>li>a:hover>.day>.hven,
.day_all>li>a:hover>.day>.hven.gold,
.day_all>li>a:hover>.day>.hven.blue
{
  background: transparent;
  color: var(--bk);
}
/*======================ページ内遷移ボタン======================*/
.btn02_rt,.btn03_rt{
	width: 50%;
  margin: 20px auto;
  text-align: center;
}
.btn02_rt a {
  background: var(--rrd);
  font-size: 1.1em;
  font-weight: bold;
  color: var(--bk);
  width: 100%;
  border-radius: 0px;
  line-height: 3;
  padding: 15px 80px;
  position: relative;
  text-decoration: none;
  border: solid 1px #333;
}
.btn02_rt a:hover {
  opacity: .7;
}
.btn02_rt a::after {
  content: '';
  border-top: 1px solid var(--bk);
  border-right: 1px solid var(--bk);
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 35%;
  right: 20px;
  -webkit-transform: rotate(135deg) translate(-35%, -40%);
  transform: rotate(135deg) translate(-35%, -40%);
}
/*----- エリアから選ぶ　おすすめスポット（タブ切り替え） -----*/
.area .spring_title .feature .section h2::after {
    background-color: var(--dpk);
}
.tab_menu {
  display: flex;
  justify-content: space-between;
  color: var(--bk);
  background-color: #fff;
  border-bottom: solid 3px var(--dpk);
}
.tab_btn {
  width: calc(100% / 8);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  transition: all .3s;
}
.tab_btn h3 {
  font-size: 1.6rem;
  padding: 10px 0 8px;
  line-height: 1.7;
}
.tab_btn:hover {
  background-color: #fed0db;
}
.tab_btn:first-child {
  margin-left: 0;
}
.tab_btn:last-child {
  margin-right: 0;
}
.tab_btn.active {
  background-color: var(--dpk);
  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;
}
/* 商品コンポーネント */
.area_img .swichi_thumb {
  display: none;
}
.area_img .swichi_mv {
  position: relative;
}
.area_img .swichi_mv:not([title=""])::after {
  content: none;
}
.area_img .swichi_mv:not([title=""])::before {
  content: attr(title);
  display: block;
  color: #fff;
  position: absolute;
  background: var(--dpk);
  width: auto;
  opacity: 1;
  padding: 2px 10px;
  z-index: 3;
  top: 0;
}
.box_content {
  border: solid 1px var(--bk);
  padding: 10px;
  background-color: #fff;
}
.box_content .base_prod .hotel li {
  padding: 10px 0;
}
.box_content .area_box {
  margin: 10px 0 0px;
  font-weight: bold;
}
.box_content .inner_text {
  padding: 10px 2px;
}
.box_content .inner_text .bg_color {
  background-color: var(--dpk);
  padding: 4px 6px;
  margin-right: 6px;
  color: #fff;
}
.box_content .area_box>h4.title_name {
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: solid 1px var(--bk);
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 0 6px 0;
}
.box_content .area_name {
  position: relative;
  padding-bottom: 4px;
  color: var(--bk);
  font-size: 1.3rem;
  display: block;
}
.box_content .area_box .area_name .pin_icon {
  margin-right: 16px;
}
.box_content .area_box .area_name .pin_icon::before {
  color: var(--dpk);
  content: "";
  position: absolute;
  /* top: 2px; */
  margin: auto;
  left: 0;
  width: .9em;
  height: .9em;
  border: .30em 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);
}
.box_content .feature .section.osusume_tl {
  margin: 0 auto;
  border-bottom: solid 1px var(--bk);
  font-weight: bold;
  text-align: left;
}
.box_content .base_prod .hotel li>a .details_box>.area {
  background-color: var(--dpk);
}
.box_content .other_btn {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin: 10px 0px 0 0px;
}
.box_content .other_btn>a {
  display: block;
  position: relative;
  background: var(--dpk);
  border: none;
  padding:12px 0;
  color: #fff;
  text-shadow: 1px 1px 0px #fd809f;
}
.box_content .other_btn>a:hover {
  opacity: .7;
}
.box_content .other_btn>a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 3%);
  right: 3%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
/*----- GW（ゴールデンウィーク）の過ごし方 -----*/
.scene01 .aem-Grid::before, .scene01 .aem-Grid::after {
  content: none;
}
.scene01 .spring_title .feature .section h2::after {
    background-color: var(--rgn);
}
.scene01 .block_container {
  display: flex;
  gap: 10px;
}
.scene01 .swichi_thumb {
  display: none;
}
.scene01 .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
  padding: 10px;
  border: solid 1px var(--bk);
  display: flex;
}
.scene01 .box_01, .scene01 .box_02, .scene01 .box_03, .scene01 .box_04 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scene01 .freehtml {
  flex-grow: 1;
  display: flex;
}
.scene01 .spring_title .freehtml {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.scene01 .freehtml > div {
  display: flex;
}
.scene01 .cmn_contents {
  margin: 0;
}
.scene01 .block_container .swichi_mv {
  position: relative;
}
.scene01 .block_container .swichi_mv:not([title=""]):after {
  content: none;
}
.scene01 .block_container .swichi_mv:not([title=""])::before {
  content: attr(title);
  display: block;
  color: #fff;
  position: absolute;
  background: var(--rgn);
  width: auto;
  opacity: 1;
  padding: 2px 10px;
  z-index: 3;
  top: 0;
  font-weight: bold;
}
.scene01 .block_container .box_02 .swichi_mv:not([title=""])::before {
  background: var(--rd);
}
.scene01 .block_container .box_03 .swichi_mv:not([title=""])::before {
  background: var(--pk);
}
.scene01 .block_container .box_04 .swichi_mv:not([title=""])::before {
  background: var(--gn);
}
.scene01 .block_container .item_btn a {
  border-bottom: solid 2px var(--rgn);
  padding: 4px 6px;
  position: relative;
  display: block;
  text-align: center;
  color: var(--bk);
  font-weight: bold;
}
.scene01 .block_container .item_btn a:hover {
  transition: all .3s;
  background-color: #edf9e6;
}
.scene01 .block_container .item_btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%; /* 右 */
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--rgn);
  border-right: 2px solid var(--rgn);
  transform: rotate(45deg);
  transition: all .3s;
}
.scene01 .block_container .item_btn a:hover::after {
  right: 4%;
}
.scene01 .block_container .item_block {
display: flex;
flex-direction: column;
}
.scene01 .block_container .item_block p.item_text {
  flex-grow: 1;
}
.scene02 .tyo_otherarea_banner .textitem::before {
  background-color: var(--rgn);
}
.scene02 .aem-Grid::before, .scene02 .aem-Grid::after {
  content: none;
}
.scene02 .spring_title .feature .section h2::after {
  background-color: var(--rgn);
}
.scene02 .feature .section {
  text-align: center;
}
.scene02 .feature .section h3 {
  color: var(--bk);
  background-color: transparent;
  display: inline-block;
  border-bottom: solid 2px var(--rgn);
  font-size: 1.8rem;
  padding: 6px 10px 4px 10px;
}
.scene02 .feature_list_items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}
.scene02 .feature_item  {
  width: calc((100% - (20px * 1)) / 2);
}
.scene02 .feature_item a {
  color: var(--bk);
}
.scene02 .feature_item_title {
  border-bottom: 2px solid var(--rgn);
  padding: 10px 30px 8px 10px;
  position: relative;
  font-size: 1.6rem;
  display: inline-block;
}
.scene02 .feature_item_title:hover {
  transition: all .3s;
  background-color: #edf9e6;
}
.scene02 .feature_item_title::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2%; /* 右 */
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--rgn);
  border-right: 2px solid var(--rgn);
  transform: rotate(45deg);
  transition: all .3s;
}
.scene02 .feature_item_title:hover:after {
  top: 20%;
}
.scene02 .area_img .swichi_mv:not([title=""])::after {
  content: none;
}
.scene02 .area_img .swichi_mv:not([title=""])::before {
  background: var(--rgn);
}
.scene02 .box_content .area_box .area_name .pin_icon::before {
    color: var(--rgn);
}
.scene02 .box_content .base_prod .hotel li>a .details_box>.area {
  background-color: var(--rgn);
}
/*----- 穴場スポット -----*/
.hiddengem .spring_title .feature .section h2::after {
  background-color: var(--rbl);
}
.hiddengem.spring_title .cmp-text p {
  text-align: center;
}
.hiddengem .box_content .inner_text .bg_color {
  background-color: var(--blp);
  color: var(--bk);
}
.bg_color_all {
  background-color: var(--bgb);
}
.hiddengem .area_img .swichi_mv:not([title=""])::before {
  background-color: var(--blp);
  color: #333;
}
.hiddengem .box_content .area_box .area_name .pin_icon::before {
  color: var(--rbl);
}
.hiddengem .box_content .base_prod .hotel li>a .details_box>.area {
  background-color: var(--blp);
  color: #333;
}
.hiddengem .btn03_rt a {
  background: var(--blp);
  font-size: 1.1em;
  color: #333;
  width: 100%;
  border: solid 1px #333;
  border-radius: 0px;
  line-height: 3;
  padding: 15px 60px 15px 32px;
  position: relative;
  text-decoration: none;
}
.hiddengem .btn03_rt a:hover {
  opacity: .7;
}
.hiddengem .btn03_rt a::after {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(45deg) translate(-35%, -40%);
}
/*----- おすすめ記事 -----*/
.articles .spring_title .feature .section h2::after {
    background-color: var(--ye);
}
.articles a img:hover {
  opacity: 1;
}
.articles .base_prod .hotel li>a .img_box>.ribbon {
  background-color: var(--rye);
  color: #333;
}
.articles .btn03_rt a {
  background: var(--rye);
  font-size: 1.1em;
  color: #333;
  width: 100%;
  border-radius: 0px;
  line-height: 3;
  padding: 15px 60px 15px 32px;
  position: relative;
  text-decoration: none;
  border: solid 1px var(--bk);
}
.articles .btn03_rt a:hover {
  opacity: .7;
}
.articles .btn03_rt a::after {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(45deg) translate(-35%, -40%);
}
.articles .base_prod .hotel li {
  padding: 0px 0;
}
.articles .base_prod .hotel li>a .details_box>div, .base_prod .hotel li>a .details_box>p {
  margin-top: 1rem;
}

/*======================Q&A======================*/
.qa .spring_title .feature .section h2::after {
  background-color: var(--gn);
}
.qa .spring2024_QA_title h2 {
  font-size: 2.4rem!important;
  letter-spacing: 0.15em;
}
.qa .wrap_acco.QandA {
  width: 94%;
  margin: 0 auto 10px;
  background: #fff;
  border: 2px solid var(--bk);
}
.qa .wrap_acco.QandA .acco_btn {
  padding: 10px 35px 10px 48px;
  font-size: 1.6rem;
  cursor: pointer;
}
.qa .wrap_acco.QandA .acco_content {
  padding: 10px 35px 10px 48px;
  margin-top: -5px;
}
.qa .wrap_acco.QandA .acco_btn,
.qa .wrap_acco.QandA .acco_content {
  position: relative;
}
.qa .wrap_acco.QandA .acco_btn > .inner_btn::before,
.qa .wrap_acco.QandA .acco_content::before {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 10px;
  margin-top: -14px;
  font-size: 1.4rem;
  text-align: center;
}
.qa .wrap_acco.QandA .acco_btn > .inner_btn::before {
  content: "Q";
  background: var(--gn);
  color: #fff;
  border-radius: 20%;
  border: solid 1px var(--bk);
}
.qa .wrap_acco.QandA .acco_content::before {
  content: "A";
  background: #fff;
  color: var(--bk);
  border: 2px solid var(--bk);
  font-weight: bold;
  border-radius: 20%;
}
.qa .wrap_acco .acco_content {display: none;}
.qa .wrap_acco .acco_btn.open + .acco_content {display: block;}
.qa .wrap_acco .acco_btn {position: relative;}

.qa .wrap_acco .acco_btn::before,
.qa .wrap_acco .acco_btn::after {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 2px solid var(--bk);
  top: 50%;
  right: 10px;
  margin-top: -1px;
  transition: .3s;
}
.qa .wrap_acco .acco_btn::after {transform: rotate(90deg);}
.qa .wrap_acco .acco_btn.open::after {transform: rotate(0deg);}

/*----- カルーセル -----*/
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 3% 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide{
  width: 100%;
}
.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,
.wrap_slide .swiper-button-next {
  display: block !important;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(160,160,160,0.2));
          filter: drop-shadow(1px 1px 5px rgba(160,160,160,0.2));
}
.wrap_slide .swiper-button-prev.swiper-button-disabled,
.wrap_slide .swiper-button-next.swiper-button-disabled
{
  opacity: .35;
}
.wrap_slide .swiper-button-prev::before,
.wrap_slide .swiper-button-next::after
 {
  top: 0%;
  bottom: 0;
  /* right: 14px; */
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  margin: auto;
  transform: rotate(-45deg);
}
.wrap_slide .swiper-button-prev::before {
  transform: rotate(-45deg);
  left: 14px;
  border-top: 1px solid var(--bk);
  border-left: 1px solid var(--bk);
}
.wrap_slide .swiper-button-next::after {
  transform: rotate(-45deg);
  right: 14px;
  border-bottom: 1px solid var(--bk);
  border-right: 1px solid var(--bk);
}
.wrap_slide .swiper-button-prev,
.wrap_slide .swiper-button-next
 {
  position: absolute;
  border: solid 1px var(--bk);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  top: 50%;
}
.wrap_slide .swiper-button-prev {
  left: -50px;
}
.wrap_slide .swiper-button-next {
  right: -50px;
}
/* 記事　前へ/後ろへボタン */
.wrap_slide.article .swiper-button-prev,
.wrap_slide.article .swiper-button-next {
  -webkit-filter: drop-shadow(1px 1px 5px rgba(80,80,80,0.2));
          filter: drop-shadow(1px 1px 5px rgba(80,80,80,0.2));
  top: 31.5%;
}
/* カルーセル 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 .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;
	}
}
.box_content .wrap_img.jretravel-image {
  aspect-ratio: 160 / 99;
}/*画像表示*/

/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
  .wrap_slide .swiper-button-prev, .wrap_slide .swiper-button-next {
    display: none !important;
  }
  /*----- ナビゲーション -----*/
  a.nav_link {
    font-size: 1.2rem;
    padding: 42px 8px 4px;
  }
  .nav_item:nth-child(n+4) a.nav_link {
    padding: 52px 8px 10px;
  }
  a.nav_link[href*="calender"] {
    /* display: block;
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_calender.png) no-repeat 50% -2%; */
    background-size: 44px;
  }
  a.nav_link[href*="calender"]:hover {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_calender_on.png) no-repeat 50% -2%;
    background-size: 44px;
  }
  a.nav_link[href*="area"] {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_area.png) no-repeat 50% -2%;
    background-size: 44px;
  }
  a.nav_link[href*="area"]:hover {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_area_on.png) no-repeat 50% -2%;
    background-size: 44px;
  }
  a.nav_link[href*="spot"] {
    display: block;
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_spot.png) no-repeat 50% -2%;
    background-size: 44px;
  }
  a.nav_link[href*="spot"]:hover {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_spot_on.png) no-repeat 50% -2%;
    background-size: 44px;
  }
  a.nav_link[href*="hiddengem"] {
    display: block;
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_hiddengem.png) no-repeat 50% 12%;
    background-size: 44px;
  }
  a.nav_link[href*="hiddengem"]:hover {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_hiddengem_on.png) no-repeat 50% 12%;
    background-size: 44px;
  }
  a.nav_link[href*="article"] {
    display: block;
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_article.png) no-repeat 50% 12%;
    background-size: 44px;
  }
  a.nav_link[href*="article"]:hover {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_article_on.png) no-repeat 50% 12%;
    background-size: 44px;
  }
  a.nav_link[href*="qa"] {
    display: block;
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_qa.png) no-repeat 50% 12%;
    background-size: 44px;
  }
  a.nav_link[href*="qa"]:hover {
    background: url(/content/dam/jretravel/site/page/seasonal/spring/images/navic_qa_on.png) no-repeat 50% 12%;
    background-size: 44px;
  }
  .nav_list {
    flex-wrap: wrap;
  }
  .nav_item {
    width: calc((100% - (1px * 2)) / 3);
  }
  .nav_item:nth-child(-n+3) {
    border-bottom: solid 1px #777;
  }
  .nav_item:not(:last-child) {
    border-right: dotted 2px #777;
  }
  .nav_item:nth-child(3) {
    border-right: none;
  }
  /*----- タイトル -----*/
  .spring_title .feature .section {
    padding: 0 10px;
  }
  .spring_title .feature .section h2 {
    font-size: 2.2rem;
    margin-inline: auto;
  }
  .gw_calendar .spring_title .cmp-text p {
    display: inline;
  }
  /*----- いつまで -----*/
  .term {
    margin: 0 10px;
    padding: 20px;
  }
  .term .jretravel-image.kikan {
    width: 100%;
    margin-inline: auto;
  }
  /*----- カレンダータブ -----*/
  .gw_calendar .tab {
    flex-wrap: wrap;
  }
  .gw_calendar .tab > li {
    width: calc((100% - (10px * 3)) / 4);
    border-radius: 999px;
    padding: 6px 0 6px;
  }
  .gw_calendar .tab_sub {
    flex-wrap: wrap;
    gap: 10px;
  }
  .gw_calendar .tab_sub li {
    width: calc((100% - (10px * 2)) / 3);
    margin-right: 0;
  }
  .gw_calendar .list .inner.active {
    padding: 3%;
  }
  .gw_calendar .tabbtn {
    flex-wrap: wrap;
  }
  .gw_calendar .tabbtn .aprilcarender,
  .gw_calendar .tabbtn .maycarender {
    width: 100%;
  }
  .gw_calendar .btn02_rt {
    width: 80%;
  }
  .gw_calendar .spring_title .text:has(> .cmp-text) {
    text-align: left;
  }
  .gw_calendar .day_all {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gw_calendar .tabbtn li {
    width: calc((100% - (10px * 3)) / 4);
    flex: initial;
  }
  .gw_calendar .tabbtn .aprilcarender li:last-child .hven {
    padding: 4px 0 19px 0;
  }

  /*----- エリア -----*/
  .area .tab_menu {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .area .tab_menu .tab_btn {
    width: calc((100% - (10px * 3)) / 4);
    border-radius: 999px;
    padding: 6px 0 6px;
  }
  .area .tab_menu .tab_btn h3 {
    padding: 0;
  }
  /*----- 商品コンポーネント -----*/
  .swichi_box {
    width: 100%;
  }
  .tab_area {
    margin-top: 10px;
  }
  /*----- 過ごし方 -----*/
  .scene01 .aem-Grid::before {
    content: none;
  }
  .scene01 .block_container {
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .scene01 .block_container .item_btn a {
    padding: 4px 20px 4px 6px;
  }
  .scene01 .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    width: calc((100% - (10px * 1)) / 2);
  }
  .scene01 .box_01, .scene01 .box_02, .scene01 .box_03, .scene01 .box_04 {
    gap: 6px;
  }

  .scene02 .feature_list_items {
    gap: 10px;
    margin: 0 10px;
  }
  .scene02 .feature_item_title {
    font-size: 1.4rem;
  }
  .scene02 .feature_item {
    width: calc((100% -(10px* 1)) / 2);
  }
  /*----- 穴場 -----*/
  .hiddengem .btn03_rt {
    width: 100%;
  }
  .hiddengem .btn03_rt a {
    display: block;
    padding: 0px 53px 0px 32px;
  }
}