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


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");

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

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

.contents {
	width: 100%;
	margin: 0 auto;
}



.block-common__inner {
    width: 1024px;
    height: auto;
    margin: 0 auto;
}


.keyvisual {
    position: relative;
    background-image: url("/attending/t/tv-hokkaido/images/SP24-024676D.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 72%;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    z-index: 1;
	box-sizing: border-box;
}
.keyvisual .main_sbtit {
	text-align: center;
}

.keyvisual h1 {
	text-align: center;
    width: 908px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.keyvisual::before {
    content: "";
    background-image: url("/attending/t/tv-hokkaido/images/main_obi.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.sub_phot {
    width: 1400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* start_block-application */
.block-application {
	background-color: #00a98b;
}

.depart_box {
	padding: 40px 0;
	text-align: center;
}

.btn:hover {
	opacity: 0.7;
}

/* end_block-application */


  
  /*start_リニューアル2021対応*/
  /* :where(.contents) *,
  :where(.contents)::after,
  :where(.contents)::before {
    box-sizing: content-box;
  } */
  
  :where(.contents) img {
    width: auto;
  }
  
  /*end_リニューアル2021対応*/






.contHotelTextWrap01 {
	margin: 25px auto 35px auto;
	font-size: 18px;
	line-height: 1.55em;
	font-weight: bold;
}

.notice {
	border: solid 1px #000;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}


.contHotelBlock02 .p01 {
	font-size: 18px;
	font-weight: bold;
}
.contHotelBlock02 .p01 span {
	color: #0e83c9;
	font-weight: 700;
}

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

.contSeoBlock01 {
	/* background-image: url("/attending/t/tv-hokkaido/images/main_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
	background: linear-gradient(270deg,rgba(255, 253, 240, 1) 8%, rgba(255, 248, 197, 1) 100%);
	padding: 40px 0px;
}

.contSeoBlock01 h2 {
    margin-bottom: 30px;
}


.seo {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

/* .movie_wrap {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
} */
.movie{
	width: 1024px;
	margin: 30px auto;
	display: flex;
	gap: 20px;
}
.movie_h{
	font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #fff;
    background-color: #00a98b;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
}
.movie_list{
	width: 100%;
}
.video_wrap{
	aspect-ratio: 16 / 9;
}
.video_wrap .ulizahtml5 {
	width: 100% !important;
	height: 100% !important;
}


/* .movie_list{
	display: flex;
}
.movie_block{
	width: 335px;
    box-sizing: border-box;
}
#UlizaPlayer-1f3c06e7f3f1496d91c4a7687e61b5ff {
	width: 640px;
	height: 360px;
} */


body {
	/* word-break: auto-phrase; */
	text-spacing-trim: trim-start;
}

/* 終了告知文 */
/* .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;
} */

.fontNotoSans {
	font-family: "Noto Sans JP", sans-serif;
}

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

/* ==============
sec-mainvisual
============== */
.sec-mainvisual {
	position: relative;
	background-image: url(/attending/t/tv-hokkaido/images/kv_BP23-050596A_BP19-112663A.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 456px;
}

.sec-mainvisual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 813px;
	height: 274px;
}

/* ==============
sec-broadcast
============== */
.sec-broadcast {
	background-color: #17c3bb;
	padding: 30px 0;
}

.sec-broadcast_inner {
	display: flex;
	column-gap: 20px;
	justify-content: center;
}

.sec-broadcast_inner figure img {
	width: 126px;
}

.sec-broadcast_inner figure figcaption {
	background-color: #ff9802;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}

.sec-broadcast_inner dl[data-broadcast-date] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
}

.sec-broadcast_inner dl[data-broadcast-date] dt {
	font-size: 23px;
	font-family: "Noto Sans JP", sans-serif;
	color: #fdf6b8;
}

.sec-broadcast_inner dl[data-broadcast-date] dd {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

/* ==============
sec-announce
============== */
.sec-announce {
	background-color: #9f56cb;
	padding: 30px 0;
}

.sec-announce p {
	color: #fff;
	text-align: center;
}

.sec-announce ul {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	margin: 30px auto 0;
}

.sec-announce ul li {
	text-align: center;
}
/* ==============
sec-anchor
============== */
.sec-anchor {
	/* background: rgb(200, 105, 121); */
	/* background: linear-gradient(0deg, rgba(200, 105, 121, 1) 10%, rgba(147, 61, 59, 1) 100%); */
	background-image: linear-gradient(90deg, #cf2886, #ff65bc 50%, #cf2886);
	padding: 30px 0 170px;
}

.sec-anchor ul {
	display: flex;
	justify-content: center;
	column-gap: 20px;
}

/* ==============
sec-point
============== */
.sec-point {
	position: relative;
	/* background-color: #bda027; */
	background-image: url(/attending/t/tv-hokkaido/images/bg01h.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	font-family: "Noto Serif JP", serif;
	padding-bottom: 200px;
	z-index: 1;
}

.sec-point::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	background-image: url(/attending/t/tv-hokkaido/images/bg01h.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	clip-path: ellipse(60% 40% at 50% 50%);
	width: 100%;
	height: 700px;
	z-index: -1;
}

.sec-point h2 {
	text-align: right;
	margin-bottom: 30px;
}

.sec-point ul {
	display: flex;
	flex-direction: column;
	width: 757px;
	margin: 0 auto;
	row-gap: 20px;
}

.sec-point ul li {
	position: relative;
}

.sec-point ul li p {
	position: absolute;
	left: 0px;
	width: 435px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.03em;
	padding: 85px 20px 0px 30px;
	box-sizing: border-box;
}

.sec-point ul li p span {
	font-weight: 900;
	color: #9f56cb;
}

.pointBox01 p {
	top: 35px;
}

.pointBox02 p {
	top: 55px;
}

.pointBox03 p {
	top: 45px;
}

.pointBox04 p {
	top: 55px;
}

/* ==============
sec-hotel
============== */
.sec-hotel {
	position: relative;
	/* background-color: #bda027; */
	background-image: url(/attending/t/tv-hokkaido/images/bg02.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 200px;
	z-index: 1;
}

.sec-hotel::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	/* background-color: #bda027; */
	background-image: url(/attending/t/tv-hokkaido/images/bg02.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	clip-path: ellipse(60% 40% at 50% 50%);
	width: 100%;
	height: 700px;
	z-index: -1;
}

.sec-hotel h2 {
	text-align: right;
	margin-bottom: 30px;
}

.hotel {
	position: relative;
	padding: 50px 30px 40px;
	margin-bottom: 60px;
}
.hotel .hotel_rank img {
	position: absolute;
	right: 10px;
	top: 0;
}
.hotel .hotel_logo img {
	position: absolute;
	right: 150px;
	top: 30px;
}

.sec-hotel .block-common__inner {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.sec-hotel .block-common__inner#day01 {
	background-image: url(/attending/t/tv-hokkaido/images/hotel_day1_bg.jpg);
}
.sec-hotel .block-common__inner#day02 {
	background-image: url(/attending/t/tv-hokkaido/images/hotel_day2_bg.jpg);
}
.sec-hotel .block-common__inner#day03 {
	background-image: url(/attending/t/tv-hokkaido/images/hotel_day3_bg.jpg);
}

.contHotelBlock01 {
	color: #333;
	text-align: center;
}

.contH3Wrap01 {
	padding-bottom: 24px;
	margin-bottom: 26px;
}

.contH3Wrap01 .p01 {
	display: inline-block;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 6px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
}

.contH3Wrap01 .p01 .s01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-color: #333;
	font-size: 18px;
	color: #ffffff;
	padding: 3px 20px;
    margin-right: 10px;
}

.contH3Wrap01 .h301 {
	position: relative;
	font-size: 42px;
	line-height: 1.1em;
	font-weight: bold;
	padding: 10px 0px 20px;
}

.contH3Wrap01 h3::before,
.contH3Wrap01 h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-color: #333;
	width: 100%;
}

.contH3Wrap01 h3::before {
	bottom: -20px;
	height: 2px;
}

.contH3Wrap01 h3::after {
	bottom: -29px;
	height: 4px;
}

.contHotelTextWrap01 {
	margin: 25px auto 35px auto;
	font-size: 18px;
	line-height: 1.55em;
	font-weight: bold;
}

.sec-hotel .content-hotel {
	position: relative;
	width: 1160px;
	margin: 0 auto 0 -98px;
}

.slick-dotted.slick-slider {
	width: 1160px;
	margin-left: 0;
}

.sec-hotel .content-hotel .block-slide .slide-block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.sec-hotel .content-hotel .block-slide .slide-block {
	height: 500px;
}

/* slick style */
.block-slide .slick-dots li.slick-active button:before,
.block-slide .slick-dots li button:before {
	font-size: 14px;
	line-height: 30px;
	color: #ececec;
}

.block-slide .slick-dots li button {
	position: absolute;
	z-index: 101;
}

.block-slide .slick-prev:before,
.block-slide .slick-next:before {
	color: #dedede;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	font-size: 24px;
	width: 11px;
	height: 14px;
}

.slick-prev:before {
	background: url("/attending/t/tv-hokkaido/images/slide_ar_prev.png") no-repeat 0 0 /11px auto;
}

.slick-next:before {
	background: url("/attending/t/tv-hokkaido/images/slide_ar_next.png") no-repeat 0 0 /11px auto;
}

.block-slide .slick-prev {
	content: "";
	left: 100px;
	position: absolute;
	top: 102%;
	z-index: 100;
	width: 25px;
	height: 25px;
}

.block-slide .slick-next {
	content: "";
	position: absolute;
	left: 140px;
	top: 102%;
	z-index: 99;
	width: 25px;
	height: 25px;
}

.block-slide .slick-dots {
	background-color: #000;
	padding-left: 840px;
	width: 320px;
	height: 25px;
	box-sizing: content-box;
}

.contHotelBlock02 {
	/* margin-top: 55px; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contHotelBlock02 .box01 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 571px;
	padding: 45px 0px 32px 0px;
	background-image: url("/attending/t/tv-hokkaido/images/hotel_line_top01.png"), url("/attending/t/tv-hokkaido/images/hotel_line_bottom01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
}

.contHotelBlock02 .box01--center {
	justify-content: center;
	font-size: 18px;
	color: #333;
	text-align: left;
	padding-top: 24px;
}

.contHotelBlock03 {
	position: relative;
    margin: 40px auto 0;
    width: 950px;
}

.contHotelBlock03Sub01 {
	position: absolute;
	top: 130px;
	left: 40px;
	display: flex;
	width: 884px;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	column-gap: 20px;
}

.contHotelBlock03Sub01 ul li {
    font-size: 20px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 36px;
    position: relative;
}

.contHotelBlock03Sub01 ul li::before {
  content: url(/attending/t/tv-hokkaido/images/icon.png);
  position: absolute;
  top: 0;
  left: 0;
}

.contHotelBlock03Sub01 ul li:not(:last-child) {
    margin-bottom: 5px;
}

.contHotelBlock03Sub02 {
	position: absolute;	
	bottom: 60px;
	left: 470px;
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #fff;
}

/* ==============
sec-meal
============== */
.sec-meal {
	position: relative;
	padding-bottom: 200px;
	z-index: 1;
	background: #FFF7AF;
	background: linear-gradient(90deg, rgba(255, 247, 175, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 247, 175, 1) 100%);
}

.sec-meal::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	background: #FFF7AF;
	background: linear-gradient(90deg, rgba(255, 247, 175, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 247, 175, 1) 100%);

	/* background-image: url(/attending/t/tv-hokkaido/images/bg03.png);
	background-size: 175px;
	background-repeat: repeat; */
	clip-path: ellipse(60% 40% at 50% 50%);
	width: 100%;
	height: 700px;
	z-index: -1;
}

.sec-meal h2 {
	text-align: right;
	margin-bottom: 30px;
}

.meal img {
	box-shadow: 6px 10px 15px 0px rgba(0, 0, 0, 0.3);
}
/* ==============
sec-sightseeing
============== */
.sec-sightseeing {
	position: relative;
	/* background-color: #bda027; */
	background-image: url(/attending/t/tv-hokkaido/images/sight_bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 50px;
	z-index: 1;
}

.sec-sightseeing::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	background-image: url(/attending/t/tv-hokkaido/images/sight_bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	clip-path: ellipse(60% 40% at 50% 50%);
	width: 100%;
	height: 700px;
	z-index: -1;
}

.sec-sightseeing h2 {
	text-align: right;
	margin-bottom: 30px;
}

.sightFlex01 {
	display: flex;
	position: relative;
}

.sightFlex01:not(:last-child) {
	margin-bottom: 50px;
}
.sightFlex01:nth-of-type(even) {
	flex-direction: row-reverse;
}
/* .sightFlex01:nth-of-type(even) .sightFlexBox01 {
	left: -46px;
} */

.sightFlex01:nth-of-type(even) .sightFlexBox01 img {
	left: auto;
	right: 0px;
}

.sightFlexBox01 {
	width: 520px;
	height: 360px;
	position: relative;
}

.sightFlexBox01 img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sightFlexBox01 .sight_badge01 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
    height: 121px;
}

.sightFlexBox02 {
	width: 550px;
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.sightBoxIn01 {
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
	padding: 50px 45px;
	background-image: url("/attending/t/tv-hokkaido/images/sight_boxbg_top.png"), url("/attending/t/tv-hokkaido/images/sight_boxbg_bottom.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;	
	background-size: 100% auto, 100% auto;
	color: #333;
}

.sightBoxIn01::before {
	content: "";
	width: calc(100% - 10px * 2);
	height: calc(100% - 10px * 2);
	border: 1px solid #9f56cb;
	position: absolute;
	inset: 10px;
}

.sightBoxIn01 dl {
	position: relative;
}

.sightBoxIn01 dt {
	font-weight: 500;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.4;
}

.sightBoxIn01 dt::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #9f56cb;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.sightBoxIn01 dt .s02 {
	font-size: 18px;
	font-family: sans-serif;
	color: #fff;
	background-color: #e60012;
    padding: 5px;
    vertical-align: 3px;
    margin-left: 9px;
}

.sightBoxIn01 dd {
	font-size: 18px;
	font-weight: 500;
}




.sightBox01 {
	position: relative;
	width: 760px;
    margin: 0 auto 70px;
}

.sightBox01_ttl {
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
	margin:24px 0 20px;
	font-size: 30px;
	text-shadow: 
	-2px -2px 7px rgba(255, 255, 255, 0.9),
	2px 2px 7px rgba(255, 255, 255, 0.9),
	-2px 2px 7px rgba(255, 255, 255, 0.9),
	2px -2px 7px rgba(255, 255, 255, 0.9)
	;
}
.sightBox01_ttl small {
	font-size: 18px;
}

.sightBox01_ttl::after {
	content: "";
	width: 125px;
	height: 2px;
	background-color: #9f56cb;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.sightBox01_ttl .s02 {
	font-size: 18px;
	font-family: sans-serif;
	color: #fff;
	background-color: #e60012;
    padding: 5px;
    vertical-align: 3px;
    margin-left: 9px;
}

.sightBox01_txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-shadow: 
	-1px -1px 4px rgba(255, 255, 255, 0.9),
	1px 1px 4px rgba(255, 255, 255, 0.9),
	-1px 1px 4px rgba(255, 255, 255, 0.9),
	1px -1px 4px rgba(255, 255, 255, 0.9)
	;
}

.sight_bn {
	width: 1024px;
	text-align: center;
	margin: 70px auto 0;
}


/* ==============
追従ボタン
============== */
.contSeoBlock01 .bt-follow {
	position: fixed;
	right: 0;
	bottom: 80px;
	width: 218px;
	height: 218px;
	z-index: 5;
	opacity: 0;
	transition: 0.5s;
}

.contSeoBlock01 .bt-follow.bt-follow--active {
	opacity: 1;
}

.contSeoBlock01 .hover:hover {
    opacity: 0.7;
}


.contSeoBlock01 table{
	width: 80%;
	margin:3% 10% 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.contSeoBlock01 caption{
	font-size:22px;
	margin:10px auto;
	text-align: center;
}
.contSeoBlock01 th{
	width:calc(100%/3);
	color: #fff;
	background: #18344D;
	border: 1px solid #DFECF6;
	text-align:center;
	font-size:16px;
	padding:5px 10px;
}
.contSeoBlock01 td{
	color: #18344D;
	background: #fff;
	border: 2px solid #18344D;
	text-align:center;
	font-size:18px;
	padding:15px 10px;
}
.contSeoBlock01 td span{
	font-size:16px;
}
.contSeoBlock01 .bc_time{
	margin-left:1rem;
}
.contSeoBlock01 .line {
	border: 2px solid #18344D;
}


.contactBox01 {
	margin-top: 18px;
}
.contactBox01_hour {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-family: "游明朝", YuMincho, serif;
	margin-top: 10px;
}
.contactBox01 > p:first-of-type {
	margin-bottom: 26px;
}