@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&family=Noto+Serif+JP:wght@200..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap');

.contents {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mincho {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.swiper {
	cursor: pointer;
}

/*---------------------------------------*/
.kv {
	position: relative;
}

.bg-common1.kv {
	padding-block: 0;
}

.bg-common1.kv::before {
	content: none;
}

.kv-image {
	position: relative;
	background-image: url("/attending/kokunai/hokkaido_tv/images/pc/kv-SP24-004346D-BP18-017551D.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*max-width: 1300px;*/
	width: 100%;
	height: 600px;
	margin-inline: auto;
}
.kv-image::before {
  content: "";
  background-image: url("/attending/kokunai/hokkaido_tv/images/pc/kv_SP22-047622D.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 488px;
  height: 255px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.kv-image h1 {
	position: absolute;
	inset: 0;
	display: block;
	width: 1024px;
	height: auto;
	margin: 8px auto auto;
}

/* sec-movie start */
.sec-movie {
	background-color: #FFD5A0;
	padding-block: 60px;
}

.sec-movie_inner {
	display: flex;
	gap: 32px;
}

.sec-movie .seo {
	font-size: 18px;
}

.sec-movie .movie {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.sec-movie .movie dl {
	display: flex;
	flex-direction: column;
	width: 280px;
}

.sec-movie .movie dl dt {
	display: grid;
	align-items: center;
	height: 100%;
	background-color: #4D2E1A;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-block: 8px;
}

.btn-schedule_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 650px;
	height: 100px;
background: #E31E6D;
background: linear-gradient(180deg,rgba(227, 30, 109, 1) 15%, rgba(187, 1, 77, 1) 85%);
	box-shadow: 0 7px 0 0 #930D2A, 0 8px 15px 0 rgba(0, 0, 0, 0.20);
	/*border: 3px solid #EBD87A;*/
	border-radius: 8px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 8px 16px;
	margin-inline: auto;
	margin-block-start: 24px;
	transition: .3s;
}

.btn-schedule_link:hover {
	box-shadow: unset;
	transform: translateY(4px);
}

.btn-schedule_link span {
	font-size: 18px;
}

/* スケジュールモーダル */
#inline-wrap {
	position: relative;
}

#inline-wrap .image {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#inline-wrap .image::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

/* sec-movie end */

/* sec-anchor start */
.sec-anchor {
	background-color: #4D2E1A;
	padding-block: 40px;
}

.anchor-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 16px;
}

.anchor-item {
	display: flex;
}

.anchor-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
background: #FFFFFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 35%, rgba(233, 226, 218, 1) 100%);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.30);
	outline: 2px solid #B28836;
	outline-offset: 0px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	padding-block: 25px 30px;
	transition: opacity .3s;
}

.anchor-link:hover {
	opacity: 0.5;
}

.anchor-link::before,
.anchor-link::after {
	content: '';
	display: block;
}

.anchor-link::before {
	background-image: url(/attending/kokunai/hokkaido_tv/images/anchor-deco.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 76px;
	height: 13px;
}

.anchor-link::after {
	position: absolute;
	bottom: 8px;
	left: 50%;
	translate: -50% 0;
	background-color: #B28836;
	width: 12px;
	height: 10px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

/* sec-anchor end */

/* 背景エリア_start */
.bg-common1 {
	position: relative;
	background-color: #9E2151;
	padding-block: 80px;
	z-index: 0;
}

.bg-common2 {
	position: relative;
	background-color: #FFFFF2;
	padding-block: 80px;
	z-index: 0;
}


.bg-common1::before,
.bg-common2::before {
  display: none;
	/*content: '';
	position: absolute;
	top: 0;
	background-image: url(/attending/kokunai/hokkaido_tv/images/pc/deco-line.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 33px;*/
}

.bg-common1::after,
.bg-common2::after {
	content: '';
	position: absolute;
	inset: 0;
	background-position: top left;
	background-repeat: repeat;
	z-index: -1;
}

.bg-common1::after {
	background-image: url("/attending/kokunai/hokkaido_tv/images/bg01.png");
	background-size: 67px auto;
	opacity: 0.05;
}

.bg-common2::after {
	background-image: url("/attending/kokunai/hokkaido_tv/images/bg02.png");
	background-size: 394px auto;
	opacity: 0.45;
}

.bg-common1 h2 img,
.bg-common2 h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

/* 背景エリア_end */

/* sec-point start */
.point-item {
	position: relative;
	background: #F9F6F1;
	border: 3px solid #4D2E1A;
	width: 620px;
	height: auto;
	gap: 16px;
	/*outline: 1px solid #E9D9A2;
	outline-offset: 0px;*/
	padding: 22px 29px 28px 29px;
}

.point-item::before {
	content: "";
  width: 100%;
  height: 100%;
	position: absolute;
  top: 0px;
  left: 0px;
	/*inset: 7px;*/
	z-index: 1;
  background-image: url("/attending/kokunai/hokkaido_tv/images/point_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
	/*pointer-events: none;
	border-image-source: url(/attending/kokunai/hokkaido_tv/images/point-deco1.png);
	border-image-slice: 30;
	border-width: 15px;
	border-style: solid;*/
}

.point-item dl dt {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0px 16px;
	height: 120px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.88px;
	color: #4D2E1A;
	margin-block-end: 16px;
}

.point-item dl dt::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 100%;
	color: #9A234E;
	/*font-family: "Luxurious Roman", serif;*/
  font-family: "Libre Baskerville", serif;
	font-weight: 500;
	font-size: 38px;
  font-style: italic;
	text-align: center;
	line-height: 1.5;
  letter-spacing: -0.05em;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-top: 5px;
  padding-right: 3px;
}

.point-item dl dt::after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	translate: 0 -50%;
	width: 75px;
	height: 75px;
	background-image: url(/attending/kokunai/hokkaido_tv/images/point-deco2.svg);
	background-repeat: no-repeat;
	background-position: center;
}

/*.point-item dl dt p span {
	font-size: 28px;
	color: #F9E372;
}*/

.swiper-point-wrapper {
	position: relative;
	counter-reset: number 0;
	margin-block-start: 48px;
}

.swiper-point-wrapper .swiper-wrapper {
	margin-block-end: 34px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
}

.swiper-scrollbar {
	background: #999999;
	opacity: 0.7;
}

.swiper-scrollbar-drag {
	background: #555555;
}

/* sec-point end */

/* sec-present start */
.present-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.present-caption {
	width: 800px;
	font-size: 18px;
	margin-inline: auto;
	text-align: center;
}

.present-list {
	margin-block-start: 47px;
}

.present-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.present-item figure figcaption {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	color: #654E49;
	line-height: 1.4;
	letter-spacing: 0.84px;
	text-align: center;
	margin-block-start: 12px;
	padding-block-start: 30px;
}

.present-item figure figcaption::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 100%;
	height: 10px;
	background-image: url(/attending/kokunai/hokkaido_tv/images/present-deco1.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.present-item figure figcaption span{
	font-size: 16px;
}

.present-note {
	width: 1024px;
	background-color: rgba(255, 255, 255, 0.65);
	border: 1px solid #654E49;
	color: #654E49;
	font-size: 16px;
	margin-block-start: 32px;
	margin-inline: auto;
	padding-block: 3px;
	text-align: center;
}

/* sec-present end */

/* sec-hotel start */
.sec-hotel {
	position: relative;
	background-color: #2E1809;
	z-index: 0;
	padding-block: 80px;
}

.sec-hotel::before {
  display: none;
	/*content: '';
	position: absolute;
	top: 0;
	background-image: url(/attending/kokunai/hokkaido_tv/images/pc/deco-line.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 33px;*/
}

.sec-hotel::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("/attending/kokunai/hokkaido_tv/images/bg03.png");
	background-size: 115px auto;
	background-position: top left;
	background-repeat: repeat;
	opacity: 0.3;
	z-index: -1;
}

.sec-hotel h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.hotel-title {
	position: relative;
	background-color: #B02B2B;
	border-top: 2px solid #B28836;
	border-bottom: 2px solid #B28836;
	padding-block: 20px;
	margin-block-start: 48px;
	z-index: 2;
}

.hotel-title::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(/attending/kokunai/hokkaido_tv/images/hotel-bg2.png);
	background-size: 100px auto;
	opacity: 1;
	z-index: -1;
}

.hotel-title .caption {
	display: block;
	font-size: 24px;
	font-weight: 500;
}

.hotel-title h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 1024px;
	margin-inline: auto;
}

.hotel-title h3:before,
.hotel-title h3:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hotel-grade {
  display: flex;
  align-items: center;
	position: absolute;
	top: 0px;
	left: calc(50% + (1024px / 2) - (200px / 2));
	translate: -50% 0;
	width: 200px;
	height: 170px;
}

.hotel1 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/kokunai/hokkaido_tv/images/pc/hotel-day3.png);
	width: 168px;
	height: 128px;
}

.hotel2 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/kokunai/hokkaido_tv/images/pc/hotel-day1.png);
	width: 168px;
	height: 128px;
}

.hotel3 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/kokunai/hokkaido_tv/images/pc/hotel-day2.png);
	width: 168px;
	height: 128px;
}

.swiper-hotel-wrapper .swiper-controls {
	/*background: #000;*/
  background: #B28836;
background: linear-gradient(90deg,rgba(178, 136, 54, 1) 0%, rgba(226, 189, 106, 1) 50%, rgba(178, 136, 54, 1) 100%);
	padding-block: 10px;
}

.swiper-hotel-wrapper .swiper-controls_inner {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
}

.swiper-hotel-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.3;
}

.swiper-hotel-wrapper .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.swiper-hotel-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-hotel-wrapper .swiper-button-next,
.swiper-hotel-wrapper .swiper-button-prev {
	position: relative;
	top: 0;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: 12px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.swiper-hotel-wrapper .swiper-button-prev {
	left: 0px;
	right: auto;
}

.swiper-hotel-wrapper .swiper-button-next {
	right: 0px;
	left: auto;
}

.swiper-hotel-wrapper .swiper-button-next:after,
.swiper-hotel-wrapper .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 12px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.hotel-desc {
	position: relative;
	z-index: 1;
  display: flex;
  gap: 0px 40px;
}

.hotel-desc .hotel-caption {
	/*width: 670px;*/
	margin-block-start: 16px;
}

.hotel-caption {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.35px;
	color: #FFF;
	margin-block-start: 16px;
}

.hotel-logo {
  margin-top: 16px;
  flex-shrink: 0;
	/*position: absolute;
	right: 0;
	bottom: 0;*/
}

.hotel-img_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-block-start: 40px;
}

.hotel3 {
	padding-block-end: 0px;
}

.hotel3-content {
	display: grid;
	grid-template-columns: 600px 1fr;
	gap: 40px;
	margin-block-start: 40px;
}

.hotel3-content figure figcaption {
	font-size: 18px;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 1.35px;
	margin-block-start: 18px;
}

.hotel3-content ul li:not(:first-child) {
	margin-block-start: 24px;
}

.all-inclusive_content {
	position: relative;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	background-image: linear-gradient(90deg, #D5DCE7 20%, #F4F8FF 50%, #D5DCE7 80%);
	outline: 1px solid #283765;
	outline-offset: -7px;
	margin-block-start: 40px;
	padding-block: 40px;
	padding-inline: 26px;
	z-index: 0;
}

.all-inclusive_content::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-image-source: url(/attending/kokunai/hokkaido_tv/images/pc/hotel-deco1.png);
	border-image-slice: 36;
	border-width: 18px;
	border-style: solid;
}

.all-inclusive_content dl {
	line-height: 1.5;
}

.all-inclusive_content dl dt {
	position: relative;
	color: #374170;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1.04px;
}

.all-inclusive_content dl dt::after {
	content: '';
	position: absolute;
	left: 50%;
	translate: -50% 0;
	bottom: -15px;
	background-image: url(/attending/kokunai/hokkaido_tv/images/pc/hotel-deco2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 506px;
	height: 24px;
}

.all-inclusive_content dl .text {
	font-size: 18px;
	letter-spacing: 1.35px;
	margin-block-start: 26px;
}

.all-inclusive_content dl .notice {
	font-size: 14px;
	letter-spacing: 1.05px;
	margin-block-start: 16px;
}

/* sec-hotel end */

/* sec-gourmet start */
.gourmet-content_item {
	position: relative;
	background: #F8F2E9;
	border: 3px solid #66221A;
}

.gourmet-content1 .gourmet-content_item span {
	display: block;
	width: 146px;
	height: 146px;
	position: absolute;
	top: -30px;
	left: -20px;
}

.gourmet-content2 .gourmet-content_item span {
	display: block;
	width: 116px;
	height: 116px;
	position: absolute;
	top: -20px;
	left: -20px;
}

.gourmet-content1 dl .text {
	padding-block: 24px;
	padding-inline: 40px;
	border-top: 2px solid #66221A;
}

.gourmet-content2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-block-start: 48px;
}

.gourmet-content2 dl .text {
	padding-block: 16px;
	padding-inline: 24px;
	border-top: 2px solid #66221A;
}

/* sec-gourmet end */

/* sec-sightseeing start */
.sightseeing-content .text, .sightseeing-content_column .text{
	font-size: 16px;
}

.sightseeing-content {
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.sightseeing-content:not(:first-child) {
	margin-block-start: 70px;
}

.sightseeing-content dl {
	position: relative;
	padding-block: 32px 40px;
	padding-inline: 56px;
	z-index: 0;
}

.sightseeing-content dl::before {
	content: "";
	position: absolute;
	inset: 0px;
	z-index: -1;
	pointer-events: none;
	border-image-source: url(/attending/kokunai/hokkaido_tv/images/pc/sightseeing-deco1.png);
	border-image-slice: 72 72;
	border-width: 72px;
	border-style: solid;
	border-image-repeat: round;
}

.sightseeing-content dl dt {
	font-size: 28px;
	font-weight: 700;
	color: #466A2D;
	line-height: 1.5;
	letter-spacing: 2.1px;
	text-align: center;
}

.sightseeing-content dl dt span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1.5px;
}

.sightseeing-content dl .text {
	line-height: 1.5;
	letter-spacing: 1.2px;
	margin-block-start: 18px;
}

.sightseeing-content_column {
	position: relative;
	display: flex;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	margin-block-start: 70px;
}

.sightseeing-content_column figure {
	width: 460px;
	flex-shrink: 0;
	margin: 0;
}

.sightseeing-content_column dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	flex: 1;
	position: relative;
	padding-block: 15px;
	padding-inline: 40px;
	z-index: 0;
}

.sightseeing-content_column dl::before {
	content: "";
	position: absolute;
	inset: 0px;
	z-index: -1;
	pointer-events: none;
	border-image-source: url(/attending/kokunai/hokkaido_tv/images/pc/sightseeing-deco1.png);
	border-image-slice: 72;
	border-width: 72px;
	border-style: solid;
}

.sightseeing-content_column dl dt {
	font-size: 28px;
	font-weight: 700;
	color: #466A2D;
	line-height: 1.5;
	letter-spacing: 2.1px;
	text-align: center;
}

.sightseeing-content_column.sightseeing-content_notice dl {
	justify-content: flex-start;
	padding-block: 18px;
}

.sightseeing-content_column.sightseeing-content_notice__right dl {
	justify-content: flex-start;
}

.sightseeing-notice_content {
	position: absolute;
	left: 0;
	bottom: -50px;
	display: grid;
	grid-template-columns: 207px 1fr;
}

.sightseeing-notice_content p {
	width: calc(572px - 207px - 32px);
	padding-block-start: 0.5em;
}

.sightseeing-notice_content__right {
	position: absolute;
	right: 0;
	bottom: -50px;
	display: grid;
	grid-template-columns: 1fr 207px;
}

.sightseeing-notice_content__right p {
	width: calc(572px - 207px - 32px);
	padding-block-start: 1em;
}

.sightseeing-content .sightseeing-split {
	margin-block-start: 36px;
}

.sightseeing-content .sightseeing-split p {
	background-color: #D5DCE7;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #374170;
	text-align: center;
	letter-spacing: 1.5px;
	padding-block: 12px;
	padding-inline: 16px;
}

.sightseeing-content .sightseeing-split p span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.sightseeing-content .sightseeing-split p span::before,
.sightseeing-content .sightseeing-split p span::after {
	content: "";
	display: block;
	background-image: url(/attending/kokunai/hokkaido_tv/images/sightseeing-deco2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 51px;
	height: 24px;
}

.sightseeing-content .sightseeing-split p span::after {
	scale: -1 1;
}

.sightseeing-content .sightseeing-split div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-block-start: 16px;
}

.sightseeing-content .sightseeing-split figcaption {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #374170;
	text-align: center;
	letter-spacing: 1.5px;
	margin-top: 10px;
}
/* sec-sightseeing end */

/* sec-tour start */
.block-tab {
	display: flex;
	justify-content: space-between;
}

.block-tab_item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #4D2E1A;
	width: calc(100% / 8);
	font-weight: 600;
	color: #4D2E1A;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}

.block-tab_item:not(:last-child) {
	border-right: none;
}

.block-tab_item.current {
	background-color: #4D2E1A;
	color: #fff;
}

.block-tab_contents {
	background-color: #4D2E1A;
	padding: 16px;
}

.tour-choice {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1.44px;
	margin-block-start: 48px;
}

.block-tab_contents-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.tour-template {
	background: #FFF;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.tour-link:only-child {
	grid-column: 1 / -1;
}

.tour-link:hover {
    opacity: 0.7;
}

.block-tour {
	margin-block-start: 16px;
}

.dept {
	background: #FFF5AE;
	border-radius: 0 0 8px 0;
	width: fit-content;
	font-size: 16px;
	font-weight: 600;
	color: #794E00;
	line-height: 1;
	letter-spacing: 1.2px;
	padding-block: 8px;
	padding-inline: 20px;
}

.details {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	padding-block: 12px 16px;
	padding-inline: 14px;
}

.name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	letter-spacing: 1.35px;
}

.details-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-block-start: auto;
}

.price {
	color: #DB2100;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.button {
	display: flex;
	border-radius: 4px;
	background: #CB1D43;
	box-shadow: 0 5px 0 0 #930D2A;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 10px 12px;
}


.notour {
	grid-column: 1 / -1;
	background: #FFF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-block: 12px
}

.block-bn {
	margin-block: 80px;
  color: #ffffff;
}

.block-bn img {
	display: block;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}

.block-bn p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.12px;
	margin-block-start: 10px;
}

.block-tv img {
	display: block;
	width: 960px;
	margin-block-start: 32px;
	margin-inline: auto;
}

/* sec-tour end */

.custom-swipe-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 15px 40px;
	border-radius: 12px;
	z-index: 10;
	pointer-events: none;
	transition: opacity 0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

.custom-swipe-hint::before {
	content: "";
	background-image: url(/attending/kokunai/hokkaido_tv/images/il-scroll.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 76px;
	height: 94px;
	animation: swipe-hand 1.5s infinite ease-out;
}

@keyframes swipe-hand {

	0%,
	20% {
		transform: translateX(0);
		opacity: 1;
	}

	70% {
		transform: translateX(-40px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 0;
	}
}

.custom-swipe-hint.is-hidden {
	opacity: 0;
}


/*-----------------------------------------
  2026/05/18
------------------------------------------*/

.tourTextBox01 {
  text-align: center;
  margin: -25px auto auto;
}
.tourTextBox01 .tour-choice {
  color: #FFF6A3;
}
.tourTextBox01 .p01 {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6em;
}

/*-----------------------*/

.hotelText01 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 40px;
}

/*-----------------------*/

.bg-common2.sec-gourmet {
	background-color: #FFD5A0;
}
.bg-common2.sec-gourmet::after {
	opacity: 0.25;
}

.h3Wrap01 {
  position: relative;
  padding: 5px;
  background: #FFDE84;
background: linear-gradient(90deg,rgba(255, 222, 132, 1) 0%, rgba(255, 249, 211, 1) 50%, rgba(255, 222, 132, 1) 100%);
}
.h3Wrap01 .h301 {
  background: #282A8A;
background: linear-gradient(90deg,rgba(40, 42, 138, 1) 15%, rgba(20, 22, 104, 1) 85%);
  padding: 0px 15px 0px 155px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.h3Wrap01 .day01 {
  width: 120px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
	margin-top: 3px;
}

.gourmetBox01 {
  padding: 0px 5px 5px;
  background: #FFDE84;
background: linear-gradient(90deg,rgba(255, 222, 132, 1) 0%, rgba(255, 249, 211, 1) 50%, rgba(255, 222, 132, 1) 100%);
}
.gourmetBox01In {
  background-color: #ffffff;
  padding: 20px 15px 5px;
}
.gourmetBox01In2 {
  background-color: #ffffff;
  padding: 20px 15px;
}
.gourmetTextBox01 {
  padding: 20px 0px;
}
.text16_15_n {
  font-size: 16px;
  line-height: 1.5em;
}
.alc {
  text-align: center;
}
.all {
  text-align: left;
}
.gourmetBoxWrap01 {
  margin-top: 48px;
}

.gourmetFlex03 .gourmetBoxWrap01 {
	width: 502px;
}

.gourmetFlex01 {
  display: flex;
}
.flexS0 {
  flex-shrink: 0;
}
.w50P {
  width: 50%;
}
.gourmetFlex02 {
  display: flex;
  gap: 0px 15px;
}
.pdR_20 {
  padding-right: 20px;
}

.gourmetFlex03 {
  display: flex;
  gap: 0px 10px;
}
.gourmetFlex03 .h3Wrap01 .day01 {
  width: 100px;
  left: 10px;
	margin-top: 3px;
}
.gourmetFlex03 .h3Wrap01 .h301 {
  padding: 10px 5px 10px 110px;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: -0.08em;
}
.text24_15_n {
  font-size: 24px;
  line-height: 1.5em;
}
.gourmetTextDeco01 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  color: #ff0000;
}
.gourmetTextDeco02 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  color: #ff0000;
}
.text28_12_n {
  font-size: 28px;
  line-height: 1.2em;
}

.gourmetMenuBox01 {
  border: 2px solid #BB014D;
  background-color: #FFFCF6;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  height: 357px;
}
.gourmetMenuBox01.menu01 {
  margin-right: 30px;
}
.menuDeco01 {
  line-height: 0px;
}
.menuH401 {
  color: #BB014D;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.menuUl01 {
  width: 368px;
  margin: auto;
}
.menuUl01 li {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  padding: 10px 0px 6px;
  border-bottom: 1px solid rgba( 0,0,0,0.3 );
}
.menuCyusyaku01 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 10px auto 15px;
}

.gourmetFlex04 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 24px;
  margin: 20px auto 15px;
}
.gourmetFlex04 .box01 {
  width: 480px;
  flex-shrink: 0;
  text-align: center;
}
.gourmetFlex04 .box02 {
  width: 320px;
  flex-shrink: 0;
  text-align: center;
}

.gourmetFlex05 {
  display: flex;
  gap: 0px 20px;
}

/*-----------------------*/

.sightseeingTextBox01 {
  border: 1px solid #466A2D;
  display: flex;
  align-items: center;
  gap: 0px 10px;
  margin-top: 20px;
}
.sightseeingTextBox01 .p01 {
  margin-bottom: -2px;
}

.text14_15_n {
  font-size: 14px;
  line-height: 1.5em;
}
.sightseeingCyusyaku01 {
  margin-top: 20px;
  text-align: right;
}

.sightseeingTitBox01 {
  margin-top: -7px;
}
.sightseeingTitBox01 .p01 {
  position: relative;
  background-color: #466A2D;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 20px;
  height: 42px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
}
.sightseeingTitBox01 .p01::before {
  content: "";
  background-image: url("/attending/kokunai/hokkaido_tv/images/sightseeing-box_deco01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 108px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.sightseeingTitBox01 .p01::after {
  content: "";
  background-image: url("/attending/kokunai/hokkaido_tv/images/sightseeing-box_deco01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 108px;
  height: 24px;
  transform: scale(-1, 1);
  position: absolute;
  right: 10px;
  top: 10px;
}

.sightseeingTitBox01 .p02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 20px;
  height: 42px;
  border-right: 1px solid #466A2D;
  border-bottom: 1px solid #466A2D;
  border-left: 1px solid #466A2D;
  color: #466A2D;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
}
.sightseeingTitBox01 .p02 .s01 {
  font-size: 20px;
}

.sightseeingGenntei01 {}
.sightseeingGenntei01 img {
  width: 242px;
  height: auto;
}

/*-------------------------*/

.bg-common1.sec-present {
	background-color: #FFF9CD;
}
.bg-common1.sec-present::after {
	background-image: url("/attending/kokunai/hokkaido_tv/images/bg03.png");
	background-size: 115px auto;
	opacity: 0.15;
}
.swiper-present-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.gourmetTextBox01.alc {
	border-left: dashed 1px #CCCCCC;
}

.food_menu {
	font-weight: 600;
	padding-top: 5px;
	display: block;
}

.gourmetFlex05 div {
	flex: 0 0 560px;
}

.red {
	color: #ff0000;
	-webkit-text-stroke: 3px #fff; 
  paint-order: stroke fill;
}

.gourmet_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #B28836;
	display: inline-block;
	padding: 0 5px;
}

.limited {
	display: inline-block;
	font-size: 35px;
  line-height: 1.0;
  padding: 0.5rem 1rem;
	margin-right: 5px;
	color: #fde857;
	background-color: #b71c1c;
  /*background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);*/
}

.sightseeing-content .mincho,
.sightseeing-content_column .Icon01 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.viewIcon01 {
	width: 45px;
	margin-right: 10px;
}

.sight_flex {
	display: flex;
	align-items: flex-start;
	gap:20px;
	padding: 15px;
}

.sight_flex figure img {
	width: 450px;
}

.sight_flex .p01 {
	margin: 0 auto 10px;
	text-align: center;
}

.sight_flex .p01 img {
	width: 242px;
    height: auto;
}

.hover {
	transition: opacity 0.3s ease;
}

.hover:hover {
	opacity: 0.8;
}










