@charset "utf-8";
:root {
	--bl: #005bac;
	--org: #c4664a;
	--bg: #f9efec;
	--bg01: #f9fbfd;

}
.bg_color01 {
	background-color: var(--bg01);
}
/*----- 周年 -----*/
.opening .ttl_box {
	display: flex;
	justify-content: space-between;
	width: 74%;
	margin-inline: auto;
	align-items: center;
	gap: 20px;
}
.opening .ttl_box .txt {
	flex-shrink: 0;
}
.opening .ttl_box .main_lead {
	display: block;
	font-size: 3.4rem;
}
.opening .ttl_box .sub_lead {
	font-size: 1.9rem;
}
/*----- プラン -----*/
.opening .plan .feature .section {
	text-align: center;
	position: relative;
}
.opening .plan .feature .section h3 {
	background-color: transparent;
	border: none;
	display: inline-block;
	/* clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%); */
	/* background-color: rgb(0,91,172); */
	background-image: linear-gradient(90deg, rgba(0,91,172, .5) 30%, rgba(187,140,135, .5) 50%, rgba(196,102,74, .5) 70%);
	background-repeat: no-repeat;
	background-size: 100% 13px;
	background-position: bottom;
	font-size: 2.8rem;
	line-height: 1.4;
	position: relative;
	color: #222;
}
.opening .plan .feature {
	position: relative;
}
/* .opening .plan .feature .section h3::before {
	content: "JR+宿泊";
	content: "";
	display: block;
	right: -5%;
	top: -76%;
	background: url(/content/dam/jretravel/site/page/hokuriku/images/img_hokuriku10th1th_01.png) no-repeat 50% 50%;
	background-size: contain;
	width: 88px;
	height: 46px;
	position: absolute;
	font-size: 1.7rem;
	color: #222;
	font-style: italic;
	border: solid 2px #222;
	background-color: #fff;
	padding: 4px 6px;
} */
.opening .plan .feature.title .fukidashi {
	position: absolute;
	font-size: 1.7rem;
	font-weight: normal;
	/* font-style: italic; */
	display: inline-block;

	/* padding: 4px 6px;
	border: 2px solid #333;
	background-color: white; */
	color: #222;
	font-weight: bold;
	font-size: 1.8rem;
	right: 3%;
	top: -10%;
	transform: rotate(8deg);
}
.opening .plan .feature.title .fukidashi::before,
.opening .plan .feature.title .fukidashi::after
 {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--org);
  width: 2px;
  height: 2.3rem;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.opening .plan .feature.title .fukidashi::before {
  transform: rotate(-35deg);
}
.opening .plan .feature.title .fukidashi::after {
  transform: rotate(35deg);
}
/* .opening .plan .feature .section p::before,
.opening .plan .feature .section p::after
 {
	position: absolute;
	transform: skew(340deg);
	content: '';
	z-index: -1;
} */
/* .opening .plan .feature h3::after
 {
	position: absolute;
	top: 100%;
	left: 15px;
	transform: skew(-40deg);
	height: 12px;
	width: 12px;
	border-right: 2px solid #333;
	background-color: white;
	content: "";
} */
/* .opening .plan .feature.title .fukidashi::after
 {
	position: absolute;
	top: 0;
	right: 15px;
	transform: skew(-40deg);
	height: 120px;
	width: 120px;
	border-right: 2px solid #333;
	background-color: white;
	content: "JR+宿泊";
	font-size: 1.7rem;
	color: #222;
	display: inline-block;
} */
/* .opening .plan .feature .section p::after
 {
	inset: 5px 5px -5px -5px;
	border: 2px solid;
} */








.opening .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	color: var(--bl);
	border: solid 1px var(--bl);
}
.opening .swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
	font-size: 2.0rem;
	font-weight: normal;
}
/* ボタン */
.opening .productButton .btn_box>a {
	background: var(--bl);
	border: none;
	color: #fff;
	margin-inline: auto;
	width: 98%;
}
.opening .productButton .btn_box>a>.btn_box_r>.arrow-right {
	border-color: #fff;
}

/*カルーセル*/
.box_content .base_prod .swiper-button-next, .box_content .base_prod .swiper-button-prev, .box_content .base_prod .swiper-pagination {
  display: none !important;
}
/* prev・next */
.wrap_slide .swiper-button-prev, .wrap_slide .swiper-button-next {
  display: block !important;
  position: absolute;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: calc(50% - 18px);
  margin-top: -15px;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 91, 172, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 91, 172, 0.3));
  z-index: 10;
}
.wrap_slide .swiper-button-prev {
  left: -50px;
}
.wrap_slide .swiper-button-prev::before {
  content: '';
  display: block;
  border-top: 2px solid var(--bl);
  border-right: 2px solid var(--bl);
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 40%;
  margin-top: -13px;
  -webkit-transform: rotate(225deg) translate(-35%, -40%);
  transform: rotate(225deg) translate(-35%, -40%);
}
.wrap_slide .swiper-button-next {
  right: -50px;
}
.wrap_slide .swiper-button-next::before {
  content: '';
  display: block;
  border-top: 2px solid var(--bl);
  border-right: 2px solid var(--bl);
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 40%;
  -webkit-transform: rotate(45deg) translate(-35%, -40%);
  transform: rotate(45deg) translate(-35%, -40%);
}
.swiper-pagination {
  bottom: 15px;
}
.wrap_slide {
  position: relative;
  margin: 0px auto 40px;
}
.wrap_slide .swiper {
  overflow: hidden;
  padding: 0 0 20px;
}
/* ボックスの高さ揃え */
.wrap_slide .swiper .swiper-slide {
  height: auto;
}
/* 商品コンポーネント */
.opening .wrap_slide .base_prod {
	margin-bottom: 0;
}
.opening .wrap_slide .swiper-slide:has(.box_content) {
  border-radius: 10px;
  background: #fff;
	border: solid 1px var(--bl);
	overflow: hidden;
}
.opening .wrap_slide .cmn_contents.box_content {
	margin-top: 0;
	margin-bottom: 0;
}
.opening .wrap_slide .base_prod .hotel li .details_box {
	padding: 0 10px 10px;
}
.opening .wrap_slide .base_prod .hotel li>a .details_box>.area {
	background-color: transparent;
	color: #222;
	position: relative;
	padding: 0px 5px 0px 18px;
	font-size: 1.4rem;
	font-weight: 700;
}
.opening .wrap_slide .base_prod .hotel li>a .details_box>.area::before {
	color: var(--bl);
	content: "";
	position: absolute;
	top: -4px;
	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);
}
.opening .wrap_slide .base_prod .hotel li>a .details_box>p.ttl {
	margin-top: 0;
	border-bottom: solid 1px var(--bl);
	padding-bottom: 5px;
}
.opening .wrap_slide .base_prod .hotel li .details_box .bg_color {
	background-color: var(--bg);
	padding: 4px 6px;
}


.wrap_slide .swiper .box_content .image .jretravel-image img {
  border-radius: 10px 10px 0 0;
}
.wrap_slide .swiper .box_content>div:nth-of-type(n+2) {
  padding: 0 10px 10px;
  margin: 0;
}
.wrap_slide .box_content .swiper-slide {
  width: 100%;
  margin: 0;
  padding: 0;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  color: #3b94cf;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
}
.swiper-container .swiper-button-next:after {
  right: 13px;
}
.swiper-container .swiper-button-prev:after {
  left: 13px;
}
.wrap_slide .swiper-button-disabled {
  opacity: 0.4;
}


/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
	.br_sp {
		display: none;
	}

	.wrap_slide.pc_noslide .swiper-button-disabled,
  .wrap_slide.pc_noslide .swiper-pagination {
    display: none !important;
  }
  .pc_2col .swiper-wrapper>div {
    width: 48% !important;
    margin: 0 1% !important;
  }
  .pc_2col .ttl_icon_center.tx_long>p {
    font-size: 2rem;
    letter-spacing: normal;
    line-height: normal;
  }
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
	.opening .ttl_box {
		flex-direction: column;
		padding: 0 10px;
		width: 100%;
		gap: 20px;
	}
	.opening .ttl_box .logo {
		width: 58%;
	}
	.opening .ttl_box .txt_lead {
		text-align: center;
	}
	.opening .ttl_box .main_lead {
		letter-spacing: 8px;
	}
	.opening .plan .feature .section {
		text-align: left;
		display: flex;
		justify-content: center;
		margin: 0;
	}
	.opening .plan .feature .section h3 {
		padding: 6px 0px 4px 0px;;
	}
	.opening .plan .feature .section h3::before {
		right: 0%;
	}
	.opening .plan .feature .section span.ttl_h3_01 {
		font-size: 1.7rem;
		display: block;
	}
	.opening .plan .feature .section span.ttl_h3_02 {
		font-size: 2.1rem;
		display: block;
	}
	.opening .plan .feature.title .fukidashi {
		right: 7%;
	}
	/*カルーセル*/
	.wrap_slide .swiper-button-prev {
		/* top: 110px; */
		top: 23%;
		left: -2%;
	}
	.wrap_slide .swiper-button-next {
		/* top: 110px; */
		top: 23%;
		right: -2%;
	}
	.wrap_slide .swiper .box_content {
		/* width: 85vw;
		margin: 0 8%; */
	}
	.wrap_slide .swiper {
		padding: 0;
	}
	.wrap_slide .swiper .box_content .image .jretravel-image {
		aspect-ratio: 160 / 99;
	}
}

