<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Noto+Serif:ital,wght@0,100..900;1,100..900&amp;display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&amp;display=swap');

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

body {
	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;
}

.keyvisual {
	position: relative;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/keyvisual_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40%;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	z-index: 1;
	/* max-width: 2000px; */
}

.keyvisual h1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 903px;
	height: 567px;
}

.keyvisual h1 img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.keyvisual::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 53px;
	width: 100%;
	height: 53px;
	z-index: -1;
}

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

.block-tel {
	/*border-top: 2px solid rgb(210, 130, 0);
	border-bottom: 2px solid rgb(210, 130, 0);
	border-image: linear-gradient(90deg, rgba(210, 130, 0, 1) 0%, rgba(254, 240, 94, 1) 25%, rgba(255, 255, 255, 1) 48%, rgba(254, 240, 94, 1) 75%, rgba(210, 130, 0, 1) 100%);
	border-image-slice: 1;*/
}

.block-tel__inner {
	background: rgb(99, 156, 208);
	/* background: linear-gradient(90deg, rgba(73, 52, 7, 1) 0%, rgba(73, 52, 7, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); */
}

.tel {
	text-align: center;
}

.tel-head {
	text-align: center;
	padding: 20px 0;
}

.tel-body {
	text-align: center;
	padding: 25px 0;
}

/* sec-broadcast */
.sec-broadcast {
	position: relative;
	background: rgb(255, 253, 195);
	background: linear-gradient(90deg, rgba(255, 253, 195, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 253, 195, 1) 100%);
	z-index: 1;
	padding: 40px 0;
}

.group-broadcast {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

.broadcast-schedule dt {
	color: #c90606;
	font-size: 23px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.broadcast-schedule dd {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}

.broadcast-cast {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
}

.broadcast-cast li {
	position: relative;
}

.broadcast-cast li p {
	background-color: #009ce5;
	padding: 2px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	/*position: absolute;
	left: 0px;
	bottom: 0px;*/
	box-sizing: border-box;
}

/* sec-mov */
.sec-mov {
	/*background-color: #a11b00;*/
}

.sec-mov .Common21__inner {
	/* display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px; */
	width: 1024px;
	padding: 40px 0;
	margin: 0 auto;
}
.sec-mov .Common21__inner .text {
	width: 100%;
	padding-right: 20px;
}

.sec-mov .Common21__inner p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.sec-broadcast .Common21__inner .movie {
	width: 30%;
	height: auto;
	flex-shrink: 0;
	/* margin: 30px auto 0; */
}

.sec-broadcast .Common21__inner .movie .heading {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	color: #fff;
	background-color: #009ce5;
	text-align: center;
	padding: 7px 0;
	font-weight: 700;
}

/* sec-application */
.sec-application {
	background-color: #009ce5;
	/*border-top: solid 10px #ffeb67;*/
}

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

.depart_box p {
	/*border-top: solid 1px #ffeb67;*/
	padding-top: 30px;
}

.depart_box p img {
	display: block;
	/*border-bottom: dotted 1px #ffeb67;*/
	margin: 0 auto;
	/*padding-bottom: 20px;*/
}

.depart_box ul {
	display: flex;
	justify-content: center;
	width: 925px;
	/* width: 675px; */
	margin: 30px auto 0;
}
.depart_box ul li {
	margin: auto 20px;
}


.btn:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
}

/* sec-nav */
.sec-nav {
	background: rgb(0, 60, 136);
	background: linear-gradient(0deg, rgba(0, 156, 229, 1) 10%, rgba(0, 60, 136, 1) 80%);
	padding-bottom: 300px;
}

.sec-nav ul {
	display: flex;
	justify-content: space-between;
	width: 760px;
	margin: 0 auto;
	padding: 40px 0;
}

/* sec-point */
.sec-point {
	position: relative;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/bg01.png");
	background-size: auto;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 1;
	margin-top: -170px;
}

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

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

.sec-point h2 img {
	margin-top: -50px;
	width: auto;
	height: auto;
}

.group-point {
	width: 757px;
	font-family: "Noto Serif JP", serif;
	margin: 0 auto;
}

.pointBox01 {
	position: relative;
	margin-top: 30px;
}

.pointTextWrap01 {
	box-sizing: border-box;
	width: 435px;
	padding: 85px 20px 0px 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.pointTextWrap01 .heading {
	font-size: 22px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.pointTextWrap01 .heading span {
	color: #fff600;
}

.pointTextWrap01 .caption {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	margin-top: 5px;
}

.pointTextWrap01 .caption span {
	color: #fff600;
}

.cyusyaku01 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

.pointTextWrap01.wrap02 {
	width: 100%;
	text-align: center;
}

.group-point_2col {
	display: flex;
	justify-content: space-between;
}

/* sec-hotel */
.sec-hotel {
	position: relative;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/bg02.png");
	background-size: auto;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 1;
}

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

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

.sec-hotel h2 img {
	margin-top: -50px;
}

.hotelText01 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	color: #c90606;
	margin-bottom: 8px;
}


.sec-hotel .content-hotel .block-slide .slide-block {
	height: 500px;
	-webkit-background-size: contain;
	background-size: contain;
}

/* .sec-hotel__inner {
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/hotel_bg.png");
	background-repeat: repeat;
	padding: 10px 0 80px;
} */

.hotel_block-common {
	width: 1024px;
	margin-bottom: 60px;
	position: relative;
	border: 3px solid #ffffff;
	background-color:#fff;
}
.hotel_block-common__inner {
	border: 2px solid #009ce5;
	padding: 34px;
}


.hotel {
	position: relative;
	background-color: #fff;
	padding: 60px 30px 30px;
}

.hotel_name {
	margin-bottom: 30px;
}

.rank {
	position: absolute;
	top: -10px;
	right: 15px;
	z-index: 1;
}

.hotel_info {
	padding-top: 20px;
}

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

.sec-hotel .block-common__inner {

}





.sec-hotel .content-hotel .bx-controls {
	background: #0e0e0d;
	position: relative;
	padding: 13px 0;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction {
	padding-left: 500px;
	position: relative;
	z-index: 9;
	line-height: 1;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction a {
	text-indent: -9999px;
	width: 10px;
	height: 14px;
	display: inline-block;
	margin: 0px 12px;
	line-height: 1;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction a.bx-prev {
	background: url("/attending/t/platinum/8th_hkd/images/pc/prev.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction a.bx-next {
	background: url("/attending/t/platinum/8th_hkd/images/pc/next.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.sec-hotel .content-hotel .bx-controls .bx-pager {
	position: absolute;
	right: 192px;
	top: 13px;
	z-index: 9;
}
.sec-hotel .content-hotel .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 8px;
}
.sec-hotel .content-hotel .bx-controls .bx-pager a {
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #878786;
}
.sec-hotel .content-hotel .bx-controls .bx-pager a.active {
	background: #fff;
}
.sec-hotel .content-hotel .bx-wrapper {
	width: 1360px;
	max-width: 1360px !important;
	margin-left: -200px;
}
.slick-dotted.slick-slider {
	/*margin-left: -98px;*/
	margin-left: 0px;
}

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

.contHotelBlock01 {
	text-align: center;
}
.contH3Wrap01 {
	/* background-image: url("/attending/t/platinum/8th_hkd/images/pc/hotel_tit_line01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto; */
	padding-bottom: 24px;
	margin-bottom: 26px;
}
.contH3Wrap01 .p01 {
	display: inline-block;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 6px 10px 6px 10px;
	box-sizing: border-box;
	width: 300px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
}
.contH3Wrap01 .p01 .s01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	line-height: 1em;
	height: 30px;
	padding: 2px 20px;
	margin-right: 10px;
}

.contH3Wrap01 .h301 {
	font-size: 42px;
	line-height: 1.1em;
	font-weight: bold;
	font-feature-settings: "halt";
	position: relative;
}
.contH3Wrap01 .h301 img {
	translate: 0 -3px;
}
.contH3Wrap01 .h301::before,
.contH3Wrap01 .h301::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-color: #333;
	width: 100%;
}

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

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

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

.contColRed01 {
	color: #c90606;
}

.hotelIcon01 {
	width: 161px;
	position: absolute;
	top: 30px;
	left: 180px;
}

.hotelIcon02 {
	width: 196px;
	position: absolute;
	top: 30px;
	left: 40px;
}
.hotelIcon01 img,
.hotelIcon02 img{
	width: auto;
}

.notice {
	/*border: solid 1px #000;*/
	background-color: #e0e0e0;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding: 10px 20px;
}
.contHotelBlock02_wrap {
	margin-top: 55px;
}
.contHotelBlock02 {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/hotel_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 40px;
	margin-top: 30px;
}
.contHotelBlock02:last-of-type {
	background: none;
	padding-bottom: 0;
}
.contHotelBlock02 .box02 {
	/* width: ; */
}
.contHotelBlock02 .box01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 480px;
}
.contHotelBlock02 .box01_phts {
	display: flex;
	justify-content: space-between;
	width: inherit;
}
.contHotelBlock02 .h301 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	font-feature-settings: "halt";
}
.contHotelBlock02 .p01 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.contHotelBlock02 .p01 span {
	color: #067eb6;
	font-weight: bold;
}

/* 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/platinum/8th_hkd/images/pc/slide_ar_prev.png") no-repeat 0 0 /11px auto;
}
.slick-next:before {
	background: url("/attending/t/platinum/8th_hkd/images/pc/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;
}

/* sec-gourmet */
.sec-gourmet {
	position: relative;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/bg03.png");
	background-size: auto;
	background-repeat: repeat;
	padding-bottom: 200px;
	z-index: 1;
}

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

.sec-gourmet h2 {
	text-align: right;
	margin-bottom: 40px;
}

.sec-gourmet h2 img {
	margin-top: -50px;
}

.gourmetFlex01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.gourmetFlex01 li {
	width: 325px;
	/* margin: 0px 20px 0px 20px; */
}
.gourmetImgBox01 {
	position: relative;
	margin-bottom: 12px;
}
.gourmetImg01 {
	position: absolute;
	right: -10px;
	bottom: -10px;
}
.gourmetFlex01 li p {
	color: #333;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	margin-bottom: 7px;
}
.gourmetFlex01 li p:not(:first-of-type) {
	font-size: 16px;
	margin-top: 10px;
}
.gourmetFlex01 li p span {
	color: #e20000;
}
.gourmetFlex01 li dd {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.gourmetBox01 {
	position: relative;
	margin-top: 35px;
}

.gourmetContBox01 {
	width: auto;
	position: absolute;
	top: 280px;
	left: 410px;
}
.gourmetContBox01 p {
	color: #333;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	margin-bottom: 15px;
}
.gourmetContBox01 p span {
	color: #e20000;
	/*letter-spacing: -0.05em;*/
}

/* sec-sightseeing */

.sight_map01 {
	margin-bottom: 64px;
}
.sightText01 {
	font-size: 16px;
}

/*.sightCol01 {
	color: #4e8316;
}
.sightCol02 {
	color: #f57d00;
}
.sightCol03 {
	color: #fc5253;
}
.sightCol04 {
	color: #95742e;
}
.sightCol05 {
	color: #1f88d1;
}*/

.sec-sightseeing {
	position: relative;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/bg04.png");
	background-size: auto;
	background-repeat: repeat;
	padding-bottom: 100px;
	z-index: 1;
}

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

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

.sec-sightseeing h2 img {
	margin-top: -50px;
}

.sightFlex01 {
	display: flex;
}
.sightFlex01:not(:last-child) {
	margin-bottom: 50px;
}
.sightFlexBox01 {
	width: 474px;
	height: 360px;
	position: relative;
}
.sightFlexBox01 img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sightFlexBox02 {
	width: 550px;
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
}
.sightBoxIn01 {
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
	padding: 45px 40px 45px 40px;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/sight_boxbg_top.png"), url("/attending/t/platinum/8th_hkd/images/pc/sight_boxbg_bot.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
}
.sightBoxIn01::before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #009ce5;
	position: absolute;
	top: 4px;
	left: 4px;
}

.sightBoxIn01 dl {
	position: relative;
}
.sightBoxIn01 dt {
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
}
.sightBoxIn01 dt::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.sightBoxIn01 dt .s01 {
	display: block;
	color: #8d6048;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
}
.sightBoxIn01 dt .s02 {
	display: block;
	font-size: 30px;
	line-height: 1.4;
}

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

.sightFlex01.flexReverse {
	flex-direction: row-reverse;
}
.flexReverse .sightFlexBox01 img {
	left: auto;
	right: 0px;
}

.contHotelTextWrap01 p .s01,
.h301.s01,
.hotelBox02 .s01,
.gourmetFlex01 dd .s01 {
	color: #ec2957;
	font-weight: bold;
}

.sightFlexBox02-vertical {
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
	padding: 35px 30px;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/sight_boxbg_top02.png"), url("/attending/t/platinum/8th_hkd/images/pc/sight_boxbg_bot02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.sightFlexBox02-vertical::before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #f2e1c6;
	position: absolute;
	top: 4px;
	left: 4px;
}

.sightFlexBox02-vertical .photo {
	display: flex;
	justify-content: space-between;
}

.sightFlexBox02-vertical .photo figure figcaption {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.sightFlexBox02-vertical dl {
	margin-bottom: 20px;
}

.sightFlexBox02-vertical dl dt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.sightFlexBox02-vertical dl dt .s02 {
	display: block;
	font-size: 36px;
	line-height: 1.4;
}
.sightFlexBox02-vertical dl dd {
	font-size: 18px;
	font-weight: 600;
}
/*start_リニューアル2021対応*/
:where(.contents) *,
:where(.contents)::after,
:where(.contents)::before {
	box-sizing: content-box;
}

:where(.contents) img {
	width: auto;
}
/*end_リニューアル2021対応*/

.block-common__inner.contLinkFlex01 {
	text-align: center;
}

.contLink01 {
	margin: 0 auto 20px;
	text-align: center;
	display: inline-block;
}

.contLink01 a {
	color: #ffffff;
	font-size: 23px;
	line-height: 1em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 64px;
	padding: 10px 0px;
	background-color: #5dbddb;
	width: 760px;
	box-shadow: 5px 5px 0 #007397;
}

.contLinkFlex01:hover {
	opacity: 0.7;
}

.contLink01 .s01 {
	font-size: 17px;
}
.contLink01 a::after {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto;
	width: 26px;
	height: 26px;
	margin-left: 12px;
	vertical-align: bottom;
}

.box01 div {
	position: relative;
}

.hotelIcon03 {
	position: absolute;
	top: 30px;
	left: 337px;
	width: 200px;
}

.hotelIcon03 img {
	width: 100%;
}

table * {
	font-feature-settings: "palt";
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

table {
	border-collapse: collapse;
	width: 1024px;
	height: auto;
	margin-bottom: 30px;
}

table th,
table td {
	border: solid 1px #009ce5;
	background-color: #fff;
}

table th {
	background-color: #009ce5;
	padding: 15px 5px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
}

table th:not(:last-child) {
	border-right: solid 1px #fff;
}

table td {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #000000;
	padding: 15px 5px;
	vertical-align: middle;
	white-space: nowrap;
}

.broadcast {
	background-color: #fffe88;
	font-weight: normal;
}

/*--2024/10/02-------------------------*/

.btnBlock01 {
	background-color: #ffded9;
	padding: 38px 0px;
	text-align: center;
}

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

.gourmetUl01 li {
	margin-top: 21px;
}
.gourmetLiFlex01 {
	display: flex;
	justify-content: space-between;
}

.sightBadge01 {
	position: absolute;
	top: 10px;
	right: 30px;
}

.sightBoxIn01 dt .fsSm24 {
	font-size: 24px;
}

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

.cornerDeco01 {
	position: absolute;
	top: -3px;
	left: -3px;
}
.cornerDeco02 {
	position: absolute;
	top: -3px;
	right: -3px;
	transform: rotate(90deg);
}
.cornerDeco03 {
	position: absolute;
	bottom: -3px;
	left: -3px;
	transform: rotate(270deg);
}
.cornerDeco04 {
	position: absolute;
	bottom: -3px;
	right: -3px;
	transform: rotate(180deg);
}

.pointBox02 {
	position: relative;
	border: 3px solid #ffffff;
	background-color:#fff;
	margin-bottom: 20px;
}

.pointBox02In {
	border: 2px solid #009ce5;
	padding: 34px;
}

.pointBoxFlex01 {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pointBoxFlex01:last-of-type {
	margin-top: 0px;
}


.pointBox02In02 {
	border: 2px solid #009ce5;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 120px;
}
.pointBox02In03 {
	border: 2px solid #009ce5;
	padding: 34px;
}

.point_h {
	margin-bottom: 10px;
	color: #067eb6;
	font-size: 40px;
	line-height: 1.2;
	font-weight:700;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 12px;
	font-feature-settings: "halt";
	letter-spacing: 0;
}
.point01 .point_h{color: #009ce5; letter-spacing: -0.07em;}
.point02 .point_h{color: #f6781b;}
.point03 .point_h{color: #24bf24;}
.point04 .point_h{color: #c856ee; letter-spacing: -0.05em;}

.point_h &gt; img {
	translate: 0 -8px;
	width: auto;
	height: auto;
}
.point_txt {
	color: #000;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 500;
}
.point_txt span {
	color: #d40505;
}
.point_note {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 10px;
}

.pointFlexBox01 {
	border-bottom: #ccc solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;

}
.pointFlexBox02 {

}

.pointContBox01 {
	margin: 40px auto;
}
.pointH302 {
	text-align: center;
	background-color: #009ce5;
	padding: 7px 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
}

.pointFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.pointFlex01 li {
	width: 328px;
}

.pointFlexBox03 {
	text-align: center;
	font-weight: bold;
}
.colBlue01 {
	color: #067eb6;
	font-weight: bold;
}

.fsSm16 {
	font-size: 15px !important;
}
.pointFlex01 .pointBox02 {
	margin: auto;
}
.pointFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	margin-top: 28px;
}
.pointFlex02 li {
	position: relative;
	width: 456px;
	box-sizing: border-box;
	padding: 20px 0px;
}

.pointFlex02 li::after {
	content: "";
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/point_line02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 453px 4px;
	width: 453px;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.pointFlex02 li:nth-child(3)::after {
	display: none;
}
.pointFlex02 li:nth-child(4)::after {
	display: none;
}

.pointFlex02 li::before {
	content: "";
	background-image: url("/attending/t/platinum/8th_hkd/images/pc/point_line01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3px auto;
	width: 3px;
	height: 232px;
	position: absolute;
	left: -20px;
	top: 20px;
}
.pointFlex02 li:nth-child(1)::before {
	display: none;
}
.pointFlex02 li:nth-child(3)::before {
	display: none;
}

.flex02Box01 {
	position: relative;
	padding-left: 88px;
}
.flex02Box02 {
	text-align: right;
}
.flex02Img01 {
	margin-top: 18px;
}
.pointH401 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.pointFlex03 {
	display: inline-flex;
}
.flex03Box02 {
	text-align: left;
	width: 156px;
	margin-left: 15px;
}

/*--2025/02/03---------------------------------*/
.broadcastDate * {
	box-sizing: border-box;
}
.broadcastDate {
	box-sizing: border-box;
	margin-bottom: 15px;
	background-color: #009ce5;
	border-radius: 10px;
	padding: 10px;
	margin: 30px auto 0;
}
.broadcastDate_TVs {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	position: relative;
}
.broadcastDate_TV {
	width: 490px;
	color: #fff;
	font-weight: 600;
}
.broadcastDate_TVs::before {
	content:'';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.broadcastDate_TVs::after {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.broadcastDate_TVname {
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 4px;
	background: #005288;
    padding: 4px 0;
	background: #003c88;
    color: #fffe88;
}
.broadcastDate_dates {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.broadcastDate_date {
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* .broadcastDate .s01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background-color: #ffffff;
	color: #009ce5;
	margin: 0px 4px;
} */


.seoBox {
	text-align: center;
	margin: 30px auto 30px;
}
.seoTxt {
	font-size: 16px;
	line-height: 1.4;
}
.pointText14_17_m {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
}
.mb_15 {
	margin-bottom: 15px;
}

.hotelText02 {
	color: #067eb6;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.pb_28 {
	padding-bottom: 28px;
}
.contH3Wrap01.contH302 .h301 {
	font-size: 35px;
	line-height: 1.1;
	font-weight: bold;
}
.text14_17_n {
	font-size: 14px;
	line-height: 1.7em;
}
.mt_10 {
	margin-top: 10px;
}

.bottomContBlock01 {
	padding: 40px 0px;
	background: rgb(255,253,195);
background: linear-gradient(90deg, rgba(255,253,195,1) 0%, rgba(255,255,255,1) 50%, rgba(255,253,195,1) 100%);
}

.txt_center {
    text-align: center;
}

.detail_btn a {
	margin: 0 auto 40px;
	display: block;
	transition-duration: 0.3s;
	text-align: center;
}
.detail_btn a:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
}

.depart {
	background: #fff;
	border-radius: 20px;
	border: 2px solid #003c88;
	box-sizing: border-box;
}
.depart_btns {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	background-color: #003c88;
	padding: 20px 120px;
	border-radius: 17px 17px 0 0;
	border: 3px solid #ffffff;
	border-bottom: none;
}
.depart_btn a img{
	width: 110px;
	height: auto;
}
.depart_btn a {
	display: block;
	transition: 0.3s;
}
.depart_btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}
.telinfo {
	line-height: 1.2;
    padding: 10px 20px 20px;
}
.telinfo_h {
	font-size: 38px;
	font-weight: 500;
	text-align: center;
	color: #019de5;
    border-bottom: 4px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.telinfo_items {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
	position: relative;
}
.telinfo_items::before {
	content:'';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-image: repeating-linear-gradient(90deg, #999999, #999999 2px, transparent 2px, transparent 4px), repeating-linear-gradient(180deg, #999999, #999999 2px, transparent 2px, transparent 4px), repeating-linear-gradient(90deg, #999999, #999999 2px, transparent 2px, transparent 4px), repeating-linear-gradient(180deg, #999999, #999999 2px, transparent 2px, transparent 4px);
	background-position: left top, right top, left bottom, left top;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.telinfo_items::after {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: repeating-linear-gradient(90deg, #999999, #999999 2px, transparent 2px, transparent 4px), repeating-linear-gradient(180deg, #999999, #999999 2px, transparent 2px, transparent 4px), repeating-linear-gradient(90deg, #999999, #999999 2px, transparent 2px, transparent 4px), repeating-linear-gradient(180deg, #999999, #999999 2px, transparent 2px, transparent 4px);
	background-position: left top, right top, left bottom, left top;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.telinfo_item {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    flex-direction: column;
	gap: 4px;
}

.telinfo_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.telinfo_ttl &gt; span{
	width: 30%;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	display: block;
}
.telinfo_tel {
	font-size: 40px;
	font-weight: 900;
	color: #000;
	font-family: Garamond, serif;
	display: block;
}
.telinfo_txt {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}</pre></body></html>