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

:root {
	--regualr: 400;
	--medium: 500;
	--semibold: 600;
	--bold: 700;
}

body {
	text-spacing-trim: trim-start;
}

.contents {
	font-family: "Noto Serif JP", serif;
}

:where(.contents) img {
	width: auto;
}

[class^="Sec_"] {
	padding: 80px 0;
}

/* 終了告知文 */
/* .Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
} */

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

.Main_visual {
	position: relative;
	width: 100%;
	height: 550px;
    margin: 0 auto;
}

.Main_visual h1 {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 1024px;
	height: 480px;
	z-index: 2;
}

.Main_caption {
	position: absolute;
	top: 20px;
	background: rgb(92, 174, 232);
	background: linear-gradient(90deg, rgba(92, 174, 232, 1) 10%, rgba(206, 236, 245, 1) 40%, rgba(206, 236, 245, 1) 60%, rgba(92, 174, 232, 1) 90%);
	width: 100%;
	height: 67px;
	z-index: 1;
}

.Main_caption__inner {
	position: relative;
}

.Main_caption__inner::before,
.Main_caption__inner::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #008df3;
	width: 100%;
	height: 2px;
}

.Main_caption__inner::before {
	top: 2px;
}

.Main_caption__inner::after {
	top: 63px;
}

.Caption__inner {
	position: relative;
	top: -27px;
	width: 1024px;
	margin: 0 auto;
}

.Bg_visual {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/kv_SP22-009739D_SP24-000351D.jpg);
	background-repeat: repeat-x;
    background-position: top center;
    background-size: cover;
	height: 572px;
	-webkit-mask-image: linear-gradient(180deg, white 90%, transparent);
	mask-image: linear-gradient(180deg, white 90%, transparent);
    margin: 0 auto;
}

.kv_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 942px;
	height: 380px;
}

.Comment__inner {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1024px;
	height: auto;
	margin: 0;
}

.Main_comment {
	position: absolute;
	bottom: 0;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/kv_grad.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	width: 100%;
	height: 331px;
	-webkit-mask-image: linear-gradient(0deg, white 40%, transparent);
	mask-image: linear-gradient(0deg, white 40%, transparent);
	z-index: -1;
}

/* Sec_tv */
.Sec_tv {
	background-color: #fef9ed;
	padding: 0;
}

.Sec_tv__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 1024px;
	padding: 20px 0;
	margin: 0 auto;
}
.Sec_tv__inner .Text {
	width: 100%;
	letter-spacing: -0.01em;
}

.Sec_tv__inner dt {
	font-size: 24px;
	font-weight: var(--semibold);
	text-align: center;
}

.Sec_tv__inner dd {
	font-size: 16px;
	font-weight: var(--medium);
	line-height: 2;
	text-align: center;
}

.Sec_tv__inner dd .emphasis {
	display: inline-block;
	position: relative;
	font-weight: var(--bold);
	color: #d11f1f;
}

.Sec_tv__inner dd .point::before {
	content: "・";
	position: absolute;
	top: -12px;
	color: #d11f1f;
}

.Sec_tv__inner dd .emphasis::after {
	content: "";
	position: absolute;
	bottom: 3px;
	display: block;
	background-color: #c7ae57;
	width: 100%;
	height: 2px;
}

.Sec_tv__inner .Movie {
	width: 284px;
	height: auto;
	flex-shrink: 0;
}

.Sec_tv__inner .Movie .Heading {
	font-size: 18px;
	color: #fff;
	background-color: #c7ae57;
	text-align: center;
	padding: 8px 0;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.Block_inquiry {
	text-align: center;
	padding: 0 0 30px;
}

.Block_inquiry a {
	transition: opacity 0.5s;
}

.Block_inquiry a:hover {
	opacity: 0.5;
}

/* Sec_hotel */
.Sec_hotel {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/bg01.png);
}

.Heading_hotel {
	position: relative;
	font-size: 30px;
	font-weight: var(--bold);
	color: #003d68;
	text-align: center;
	margin-bottom: 5px;
}

.Heading_hotel::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_deco01.png);
	background-repeat: no-repeat;
	width: 361px;
	height: 24px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.Block_hotel {
	position: relative;
	background-color: #fff;
	padding-bottom: 50px;
}

.Block_hotel h2 {
	position: relative;
}

.Block_hotel h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.Hotel01 h2::after {
	right: 20px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel01_wpn.png);
	width: 215px;
	height: 170px;
	z-index: 5;
}

.Hotel02 h2::after {
	right: 50px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel02_wpn.png);
	width: 211px;
	height: 80px;
}

.Block_hotel:not(:last-child) {
	margin: 10px auto 100px;
}

.Group_information {
	display: flex;
	justify-content: space-between;
	width: 944px;
	margin: 40px auto;
}

.Hotel01 .Group_information {
}

.Hotel02 .Group_information {
	flex-direction: row-reverse;
}

.Group_information figure {
	width: 192px;
}

.Group_information dl {
    width: 100%;
	text-align: center;
}

.Group_information dl dt {
	margin-bottom: 10px;
}

.Group_information dl .Text {
	font-size: 26px;
	font-weight: var(--bold);
	color: #a59457;
}

.Hotel02 .Group_information dl .Text {
	text-align: center;
}

.Group_information dl .Notice {
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: right;
}

.Group_point-hotel {
	width: 944px;
	margin: 0 auto;
}

.Group_point-hotel h3 {
	margin-bottom: 30px;
}

.Group_point-hotel .Block_point-hotel:not(:last-child) {
	margin-bottom: 50px;
}

.Block_point-hotel {
	display: flex;
	justify-content: space-between;
}

.Block_point-hotel figure {
	width: 380px;
}

.Block_point-hotel dl {
	width: 524px;
}

.Block_point-hotel dl dt {
	position: relative;
	border-bottom: solid 1px #a59457;
	display: flex;
	flex-direction: column;
	font-size: 26px;
	font-weight: var(--bold);
	color: #a59457;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.Hotel01 .Block_point-hotel dl dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.Hotel01 .Block_point-hotel dl.point01 dt {
	padding-left: 120px;
}

.Hotel01 .Block_point-hotel dl.point01 dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num01.png);
	width: 99px;
	height: 70px;
}

.Hotel01 .Block_point-hotel dl.point02 dt,
.Hotel01 .Block_point-hotel dl.point03 dt {
	padding-left: 129px;
}

.Hotel01 .Block_point-hotel dl.point02 dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num02.png);
	width: 108px;
	height: 70px;
}

.Hotel01 .Block_point-hotel dl.point03 dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num03.png);
	width: 108px;
	height: 70px;
}

.Block_point-hotel dl {
	width: 524px;
}

.Hotel02 .Block_point-hotel dl dt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
}

.Hotel02 .Block_point-hotel dl.point01 dt {
	padding-right: 120px;
}

.Hotel02 .Block_point-hotel dl.point01 dt::after {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num01.png);
	width: 99px;
	height: 70px;
}

.Hotel02 .Block_point-hotel dl.point02 dt,
.Hotel02 .Block_point-hotel dl.point03 dt {
	padding-right: 129px;
}

.Hotel02 .Block_point-hotel dl.point04 dt {
	padding-right: 128px;
}

.Hotel02 .Block_point-hotel dl.point02 dt::after {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num02.png);
	width: 108px;
	height: 70px;
}

.Hotel02 .Block_point-hotel dl.point03 dt::after {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num03.png);
	width: 108px;
	height: 70px;
}

.Hotel02 .Block_point-hotel dl.point04 dt::after {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/hotel_num04.png);
	width: 107px;
	height: 70px;
}

.Block_point-hotel dl dt span {
	font-size: 18px;
}

.Block_point-hotel dl dd {
	font-size: 15px;
}

.Block_point-hotel dl dd span {
	display: inline-block;
	background-color: #a59457;
	font-weight: var(--bold);
	line-height: 1;
	color: #fff;
	margin: 0 2px;
	padding: 3px;
}

.Hotel02 .Block_point-hotel dl dd {
	line-height: 1.8;
}

/* Sec_gourmet */
.Sec_gourmet {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/bg02.png);
	padding: 100px 0;
}

.Gourmet_heading {
	position: relative;
	font-size: 42px;
	font-weight: var(--bold);
	text-align: center;
	margin-bottom: 100px;
}

.Gourmet_heading::before,
.Gourmet_heading::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	width: 240px;
}

.Gourmet_heading::before {
	top: -40px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/grourmet_deco01.png);
	height: 34px;
}

.Gourmet_heading::after {
	bottom: -45px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/grourmet_deco02.png);
	height: 39px;
}

.Group_groupmet .Notice {
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
}

.Groumet_sbttl-full {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #4b2403;
	border: 3px solid;
	border-image: linear-gradient(90deg, rgba(232, 172, 0, 1) 0%, rgba(247, 223, 59, 1) 15%, rgba(255, 255, 255, 1) 30%, rgba(247, 223, 59, 1) 40%, rgba(232, 172, 0, 1) 50%, rgba(247, 223, 59, 1) 60%, rgba(255, 255, 255, 1) 70%, rgba(247, 223, 59, 1) 85%) 1;
	font-size: 26px;
	font-weight: var(--bold);
	color: #fff;
	text-align: center;
	letter-spacing: -0.01em;
	padding-left: 100px;
}

.Groumet_sbttl-full::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/wpn_day1-dinner.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
}

.Groumet_sbttl-320 {
	position: relative;
	width: 320px;
	height: 38px;
	background-color: #781c1c;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-image: linear-gradient(90deg, rgba(232, 172, 0, 1) 0%, rgba(247, 223, 59, 1) 15%, rgba(255, 255, 255, 1) 30%, rgba(247, 223, 59, 1) 40%, rgba(232, 172, 0, 1) 50%, rgba(247, 223, 59, 1) 60%, rgba(255, 255, 255, 1) 70%, rgba(247, 223, 59, 1) 85%) 1;
	font-size: 21px;
	font-weight: var(--bold);
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.Groumet_sbttl-320::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -14px;
	transform: translateY(-50%) rotate(45deg);
	background-color: #781c1c;
	border: 3px solid rgba(232, 172, 0, 1);
	width: 28px;
	height: 28px;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.Groumet_sbttl-320::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%) rotate(-135deg);
	background-color: #781c1c;
	border: 3px solid rgba(247, 223, 59, 1);
	width: 28px;
	height: 28px;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.day1-dinner-kinds {
	margin-top: 20px;
}

.day1-dinner_cassette_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.day1-dinner_cassette {
	display: flex;
	flex-direction: column;
}

.day1-dinner_cassette .Caption {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 20px;
	font-weight: var(--bold);
	color: #4b2403;
	text-align: center;
	padding: 15px 0;
}

.day2-lunch-kinds {
	margin-top: 50px;
}

.day2-lunch_cassette {
	display: flex;
	justify-content: space-between;
}

.day2-lunch_cassette figure {
	width: 492px;
}

.day2-lunch_cassette dl {
	width: calc(100% - 492px);
}

.day2-lunch_cassette dl .Groumet_sbttl-full {
	border-left: none;
	height: 92px;
}

.day2-lunch_cassette dl .Groumet_sbttl-full::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/wpn_day2-lunch.png);
}

.day2-lunch_cassette dl dd {
	font-size: 20px;
	font-weight: var(--bold);
	color: #4b2403;
	padding: 20px 0 0 40px;
}

.day2-dinner-kinds {
	margin-top: 50px;
}

.day2-dinner-kinds .Groumet_sbttl-full {
	height: 92px;
	text-align: left;
	padding-left: 300px;
}

.day2-dinner-kinds .Groumet_sbttl-full::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/wpn_day2-dinner.png);
	left: 190px;
}

.day2-dinner_cassette {
	position: relative;
	margin-top: 20px;
}

.day2-dinner_cassette p {
	position: absolute;
	top: 0;
	left: 80px;
	font-size: 20px;
	font-weight: var(--bold);
	color: #4b2403;
	text-align: center;
}

/* Sec_feature */
.Sec_feature {
	background-color: #ffecf4;
	padding: 0;
}

.Group_feature {
	display: flex;
	height: 356px;
}

.Group_feature figure {
	width: 50%;
}

.Group_feature figure img {
	width: 100%;
	height: 356px;
	object-fit: cover;
	object-position: bottom right;
}

.Group_feature dl {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/BP24-028388_PG24-026777_BP24-031381.png);
	background-repeat: no-repeat;
	background-position: right 253px;
	width: calc(1024px / 2);
	padding-top: 20px;
	padding-left: 20px;
}

.Group_feature dl .Caption {
	font-size: 30px;
	font-weight: var(--bold);
	text-align: center;
}

.Group_feature dl dt {
	font-size: 26px;
	font-weight: var(--bold);
	color: #be2d6d;
	text-align: center;
	padding-top: 5px;
}

.Group_feature dl dt span {
	position: relative;
}

.Group_feature dl dt span::before,
.Group_feature dl dt span::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	width: 55px;
	height: 41px;
}

.Group_feature dl dt span::before {
	left: -60px;
	transform: translateY(-50%);
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/feature_deco.png);
}

.Group_feature dl dt span::after {
	right: -60px;
	transform: translateY(-50%) scale(-1, 1);
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/feature_deco.png);
}

.Group_feature dl .Text {
	font-size: 18px;
	font-weight: var(--medium);
	padding-top: 10px;
}

/* Sec_view */
.Sec_view {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/bg03.png);
	padding: 100px 0;
}

.View_heading {
	position: relative;
	font-size: 42px;
	font-weight: var(--bold);
	text-align: center;
	margin-bottom: 100px;
}

.View_heading::before,
.View_heading::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	width: 240px;
}

.View_heading::before {
	top: -40px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_deco01.png);
	height: 34px;
}

.View_heading::after {
	bottom: -45px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_deco02.png);
	height: 39px;
}

.Group_view {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 50px;
}

.Sec_view dl {
	width: 504px;
}

.Sec_view dl dt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_sbttl.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 504px;
	height: 56px;
	font-size: 26px;
	font-weight: var(--bold);
	color: #fff;
	margin-bottom: 30px;
}

.Sec_view dl dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	width: 90px;
	height: 93px;
}

.Sec_view dl:nth-child(1) dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_num01.png);
}

.Sec_view dl:nth-child(2) dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_num02.png);
}

.Sec_view dl:nth-child(3) dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_num03.png);
}

.Sec_view dl:nth-child(4) dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_num04.png);
}

.Sec_view .Block_view-col dl dt::before {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_num05.png);
}

.Sec_view dl .Text {
	font-size: 18px;
	font-weight: var(--medium);
	color: #4b2403;
	padding-top: 10px;
}

.Block_view-col {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.Block_view-col figure {
	width: 502px;
}

.Block_view-col dl {
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/view_deco03.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 266px 50px;
	margin-top: 19px;
}

/* Sec_point */
.Sec_point {
	background-color: #e4fffc;
	padding: 100px 0;
}

.Point_heading {
	position: relative;
	font-size: 42px;
	font-weight: var(--bold);
	text-align: center;
	margin-bottom: 80px;
}

.Point_heading::before,
.Point_heading::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	width: 240px;
}

.Point_heading::before {
	top: -40px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/point_deco01.png);
	height: 34px;
}

.Point_heading::after {
	bottom: -45px;
	background-image: url(/attending/t/tyo-d/cm-hokkaido/images/point_deco02.png);
	height: 39px;
}

.Block_point_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 20px;
}

.Block_point {
	position: relative;
	display: flex;
	justify-content: flex-start;
	background-color: #52afa5;
}

.Block_point_wrapper .Block_point {
	width: calc(50% - 10px);
}

.Block_point-large {
	height: 159px;
}

.Block_point-small {
	height: 139px;
}

.Block_point::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	border: solid 1px #c7ae57;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: 5;
}

.Block_point .Num {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 133px;
	height: 100%;
	padding: 0 20px 0;
}

.Block_point .Num::after {
	content: "";
	position: absolute;
	right: -50px;
	display: block;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 50% 50%);
	width: 50px;
	height: 100%;
}

.Block_point .Text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: var(--bold);
	color: #fff;
	text-align: center;
	width: calc(100% - 133px);
	padding-left: 10px;
}

.Block_point .Text .emphasis {
	color: #fff555;
}

.Block_point .Text .small {
	font-size: 18px;
}

/* Sec_bottom */
.Sec_bottom {
	background-color: #fef9ed;
	text-align: center;
	padding: 30px 0;
}

.Sec_bottom .Block_inquiry {
	margin-top: 20px;
	padding: 0;
}

/* swiper */
.Hotel__swiper {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-pagination {
	line-height: 1;
}

.swiper-pagination-bullet {
	background-color: #fff;
	border: solid 1px #cccccc;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #000;
	border-color: #000;
}

.Flex {
    display: flex;
    letter-spacing: 0.25px; 
}

.Flex figure img {
    transform: rotate( 10deg );
}

.Block_hotel.Hotel02 .Group_information dl {
    width: 620px;
}

.Block_hotel.Hotel02 .Group_information {
    justify-content: center;
}

small {
    line-height: 1.5;
    display: block;
    margin-top: 10px;
}