@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;
}

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

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

.contents a:hover {
	transition: 0.5s;
	opacity: 0.7;
}

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

.keyvisual {
	position: relative;
	background-image: url("/attending/t/platinum/14th_kor/images/pc/keyvisual_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	z-index: 1;
}

.keyvisual h1 {
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translate(-50%);
	width: 1029px;
	height: 455px;
}

.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/14th_kor/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: 67px;
}

.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;
	flex-wrap: wrap;
    align-items: center;
    gap: 10px 10px;
    width: 240px;
}

.broadcast-cast li {
	position: relative;
}

.broadcast-cast li.li01 {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e7262f;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7262f;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: bold;
    height: 40px;
    padding: 5px 10px;
}

.broadcast-cast li p {
	background-color: #e7262f;
	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;
}

.seoMovieWrap01 {
	width: 720px;
	margin: 50px auto;
}

.mov_ttl {
	background-color: #e7262f;
	color: #ffffff;
	padding: 15px 0;
	font-size: 16px;
	line-height: 1.0;
	font-weight: bold;
}

.seoBtnWrap01 p {
	text-align: center;
}

.contactTelBlock01 {
	background-image: url("/attending/t/platinum/14th_kor/images/pc/contact_tel_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* 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: #e7262f;
	text-align: center;
	padding: 7px 0;
	font-weight: 700;
}

/* sec-application */
.sec-application {
	background-color: #078c33;
	/*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(231, 38, 47);
	background: linear-gradient(0deg, rgba(231, 38, 47, 1) 10%, rgba(149, 0, 0, 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/14th_kor/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/14th_kor/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;
}

.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/14th_kor/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/14th_kor/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;
}

.contHotelBlock01 img {
	width: 100%;
}

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

/**/

.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide1 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide01_SP22-055094.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide2 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide01_SP25-038519.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide3 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide01_SP25-038522.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide4 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide01_SP25-038332.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
/**/

.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide1 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide02_SP24-035908.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide2 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide02_SP24-035905.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide3 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide02_SP24-035902.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide4 {
	background: url("/attending/t/platinum/14th_kor/images/pc/slide02_SP24-035911.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

/**/

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

.hotel.block-common__inner {
	width: 944px;
	margin-bottom: 60px;
}
.hotel {
	position: relative;
	background-color: #fff;
	padding: 40px 30px 40px;
}

.hotel_name {
	margin-bottom: 30px;
}

.rank {
	position: absolute;
	top: -20px;
	right: 15px;
}

.hotel_info {
	padding-top: 20px;
}

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

.sec-hotel .block-common__inner.day1 {
	background: url("/attending/t/platinum/14th_kor/images/pc/hotel_day1_bg.png") no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}

.sec-hotel .block-common__inner.day2 {
	background: url("/attending/t/platinum/14th_kor/images/pc/hotel_day2_bg.png") no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}

.sec-hotel .block-common__inner.day3 {
	background: url("/attending/t/platinum/14th_kor/images/pc/hotel_day3_bg.png") no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}

.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/14th_kor/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/14th_kor/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;
}
.sec-hotel .content-hotel .block-slide .slide-block {
	height: 500px;
}
.slick-dotted.slick-slider {
	width: 1160px;
}

.contHotelBlock01 {
	text-align: center;
}
.contH3Wrap01 {
	background-image: url("/attending/t/platinum/14th_kor/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;
}

.contH3Wrap01 h3 {
	position: relative;
}

.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;
}

.contColRed01 {
	color: #c90606;
}

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

.hotelIcon02 {
	width: 196px;
	position: absolute;
	top: 30px;
	left: 40px;
}

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

.contHotelBlock02 {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.contHotelBlock02 .box01 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 480px;
	margin-right: 20px;
	padding: 45px 0px 32px 0px;
	background-image: url("/attending/t/platinum/14th_kor/images/pc/hotel_line_top01.png"), url("/attending/t/platinum/14th_kor/images/pc/hotel_line_bottom01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
}
.contHotelBlock02 .h301 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contHotelBlock02 .p01 {
	font-size: 16px;
	font-weight: normal;
}
.contHotelBlock02 .p01 span {
	color: #337159;
	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/14th_kor/images/pc/slide_ar_prev.png") no-repeat 0 0 /11px auto;
}
.slick-next:before {
	background: url("/attending/t/platinum/14th_kor/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/14th_kor/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/14th_kor/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/14th_kor/images/pc/bg04.png);
	background-size: auto;
	background-repeat: repeat;
	padding-bottom: 80px;
	z-index: 1;
}

.sec-sightseeing::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	background-image: url(/attending/t/platinum/14th_kor/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/14th_kor/images/pc/sight_boxbg_top.png"), url("/attending/t/platinum/14th_kor/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 #639cd0;
	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/14th_kor/images/pc/sight_boxbg_top02.png"), url("/attending/t/platinum/14th_kor/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/14th_kor/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 #639cd0;
	background-color: #fff;
}

table th {
	background-color: #639cd0;
	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;
}

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

.pointDeco01 {
	position: absolute;
	top: -3px;
	left: -3px;
}
.pointDeco02 {
	position: absolute;
	top: -3px;
	right: -3px;
	transform: rotate(90deg);
}
.pointDeco03 {
	position: absolute;
	bottom: -3px;
	left: -3px;
	transform: rotate(270deg);
}
.pointDeco04 {
	position: absolute;
	bottom: -3px;
	right: -3px;
	transform: rotate(180deg);
}

.pointBox02 {
	position: relative;
	border: 3px solid #ffffff;
	background-color: #ffffff;
/*background: rgb(253,250,231);
background: linear-gradient(180deg, rgba(253,250,231,1) 0%, rgba(255,255,255,1) 100%);*/
	margin-bottom: 20px;
}

.pointBox02In {
	border: 2px solid #e7262f;
	padding: 25px;
}

.pointBoxFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
/*.pointBoxFlex01:first-child {
	margin-top: 0px;
}*/


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

.pointH301 {
	margin-bottom: 10px;
}
.pointH301 .s01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 44px;
	background-color: #5d907c;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.pointH301 .s02 {
	color: #337159;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0px;
}
.contText18_15_m {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}

.pointFlexBox01 {
	width: 444px;
}
.pointFlexBox02 {
	width: 480px;
}

.pointContBox01 {
	margin: 40px auto;
}
.pointH302 {
	text-align: center;
	background-color: #5d907c;
	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: #337159;
	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/14th_kor/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/14th_kor/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---------------------------------*/

.seoBox01 {
	text-align: center;
	margin: 40px auto 30px;
}

.seoDayWrap01 {
	margin-bottom: 15px;
}
.seoDayWrap01 p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 16px 40px;
	height: 82px;
	background-color: #078c33;
	border-radius: 100px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
}
.seoDayWrap01 .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: #078c33;
	margin: 0px 4px;
}
.text16_15_n {
	font-size: 16px;
	line-height: 1.5em;
}
.pointText14_17_m {
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
}
.mb_15 {
	margin-bottom: 15px;
}
.pointTit01 {
	margin-left: -34px;
}

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

.pb_28 {
	padding-bottom: 28px;
}
.contH3Wrap01.contH302 .h301 {
	font-size: 35px;
	line-height: 1.1em;
	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%);
}

/*-----------------------------------------
	2025/05/19
------------------------------------------*/

.broadcastDate * {
	box-sizing: border-box;
}
.broadcastDate {
	box-sizing: border-box;
	margin-bottom: 15px;
	background-color: #e7262f;
	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: #950000;
    padding: 4px 0;
    color: #fffebd;
}
.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;
} */

.depart {
	background: #fff;
	border-radius: 20px;
	border: 2px solid #950000;
	box-sizing: border-box;
    margin-bottom: 50px;
}
.depart_btns {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-inline: auto;
	background-color: #950000;
	padding: 15px 30px 30px ;
	border-radius: 17px 17px 0 0;
	border: 3px solid #ffffff;
	border-bottom: none;
}
.depart_btn a img{
	width: 467px;
	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: 30px 20px;
}
.telinfo_h {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #e7262f;
    margin-bottom: 20px;
}
.telinfo_items {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
	position: relative;
}
.telinfo_item {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    flex-direction: column;
	gap: 4px;
}
.telinfo_item::before {
	content: "";
	width: 1px;
	height: 85%;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-42%);
}
.telinfo_item:first-child::before {
	display: none;
}


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

li.telinfo_h h3 {
    color: #fff;
    width: 960px;
}

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

.tourPointBox01 {
	border-top: 1px solid #cccccc;
	padding-top: 25px;
	margin-top: 20px;
}
.tourPointBox01:first-child {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}
.tourPointFlex01 {
	display: flex;
	align-items: center;
}

.tourPointH301 {
	padding-left: 80px;
	position: relative;
	font-size: 39px;
	line-height: 1.35em;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #e7262f;
	min-height: 66px;
	margin-bottom: 10px;
}
.tourPointH301::before {
	content: "";
	background-image: url("/attending/t/platinum/14th_kor/images/pc/point_num01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 66px auto;
	width: 66px;
	height: 66px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tourPointH301.h302 {
	color: #e55881;
}
.tourPointH301.h302::before {
	background-image: url("/attending/t/platinum/14th_kor/images/pc/point_num02.png");
}
.tourPointH301.h303 {
	color: #0078c4;
}
.tourPointH301.h303::before {
	background-image: url("/attending/t/platinum/14th_kor/images/pc/point_num03.png");
}
.tourPointH301.h304 {
	color: #009944;
}
.tourPointH301.h304::before {
	background-image: url("/attending/t/platinum/14th_kor/images/pc/point_num04.png");
}

.tourPointText01 {
	color: #000000;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 500;
}
.colRed01 {
	font-weight: bold;
	color: #e7262f;
}
.tourPointFlexBox01 {
	margin-left: 20px;
}
.tourPointImg01 {
	margin-top: 30px;
	text-align: center;
}

.HotelFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}
.hotelFlexBox01 {
	width: 455px;
	text-align: left;
	font-size: 16px;
	line-height: 1.75em;
	letter-spacing: -0.05em;
}

.hotelH401 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 48px;
	color: #fff0a5;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 600;
}
.hotelImg01 {
	margin-top: 10px;
}

.contOr01 {
	position: relative;
}
.contOr01::before {
	content: "";
	background-image: url("/attending/t/platinum/14th_kor/images/pc/hotel_or01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 89px auto;
	width: 89px;
	height: 37px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -64px;
}

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

.sightBadge02 {
	display: flex;
	align-items: center;
	position: absolute;
	left: 10px;
	top: 10px;
}
.flexReverse .sightBadge02 {
	left: auto;
	right: 10px;
}

.sightBadge02 img {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto 5px;
}
.sightBoxIn01 dt {
	color: #000000;
}
.sightBoxIn01::before {
	border: 2px solid #e7262f;
}

.mb_0 {
	margin-bottom: 0px;
}

.detail_btn {
    text-align: center;
}

.link_wapper {
	background-color: #950000;
	padding: 50px 0;
}

.link_wapper p {
	text-align: center;
}

.platinum_logo img {
	width: 270px;
}



