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

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&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/images/pc/mainvisual_SP22-010227A.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40%;
	width: 100%;
	height: 621px;
	margin: 0 auto;
	z-index: 1;
	/* max-width: 2000px; */
}

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

.keyvisual h1 img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	width: 100%;
	height: auto;
}

.mainvisual_deco01 {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -512px;
}
.mainvisual_deco01 img {
	width: 270px;
	height: auto;
}

.keyvisual::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background-image: url("/attending/t/platinum/images/pc/main_obi_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 94px;
	width: 100%;
	height: 94px;
	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%);*/
background: #DEF7FF;
background: linear-gradient(90deg,rgba(245, 222, 243, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(245, 222, 243, 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: #048096;
	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.li01 {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #048096;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #048096;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
	height: 40px;
	padding: 5px 10px;
}

.broadcast-cast li {
	position: relative;
}

.broadcast-cast li p {
	background-color: #048096;
	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: 100%;
	height: auto;
	flex-shrink: 0;
	/* margin: 30px auto 0; */
	margin-top: 42px;
}

.sec-broadcast .Common21__inner .movie .heading {
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	color: #fff;
	background-color: #880000;
	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: #82C4ED;
background: linear-gradient(0deg,rgba(130, 196, 237, 1) 10%, rgba(6, 116, 190, 1) 100%);
	padding-bottom: 150px;
}

.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/images/pc/point_bg01.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 260px;
	z-index: 1;
	/*margin-top: -170px;*/
}

.sec-point::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	display: block;
	background-image: url("/attending/t/platinum/images/pc/point_bg01_top.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 150px;
	/*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/images/pc/hotel_bg01.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 290px;
	z-index: 1;
	/*margin-top: -160px;*/
}

.sec-hotel::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	display: block;
	background-image: url("/attending/t/platinum/images/pc/hotel_bg01_top.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	/*clip-path: ellipse(60% 40% at 50% 50%);*/
	width: 100%;
	height: 150px;
	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/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 #8bb362;
	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;*/
	left: 50%;
	transform: translateX(-50%);
}

.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/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/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/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/images/pc/hotel_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 40px;
	margin-top: 30px;
	gap: 20px 25px;
}
.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;
	letter-spacing: -0.02em;
	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/images/pc/slide_ar_prev.png") no-repeat 0 0 /11px auto;
}
.slick-next:before {
	background: url("/attending/t/platinum/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/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/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/images/pc/sight_bg01.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 110px;
	z-index: 1;
}

.sec-sightseeing::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	display: block;
	background-image: url("/attending/t/platinum/images/pc/sight_bg01_top.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*clip-path: ellipse(60% 40% at 50% 50%);*/
	width: 100%;
	height: 150px;
	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: #ffffff;
	padding: 40px 35px 40px 35px;
	background-image: url("/attending/t/platinum/images/pc/sight_boxbg_top.png"), url("/attending/t/platinum/images/pc/sight_boxbg_bot.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	color: #5e1a0a;
}
.sightBoxIn01::before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 2px solid #ea6000;
	position: absolute;
	top: 3px;
	left: 3px;
}

.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/images/pc/sight_boxbg_top02.png"), url("/attending/t/platinum/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/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: #f2ead6;
	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 #8bb362;
	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 #8bb362;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 120px;
}
.pointBox02In03 {
	border: 2px solid #8bb362;
	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: center;
	gap: 12px;
	font-feature-settings: "halt";
	letter-spacing: 0;
}

.point_h > img {
	/*translate: 0 -8px;*/
	width: auto;
	height: auto;
}
.point_txt {
	color: #000;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.05em;
}
.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;*/
	width: 100%;

}
.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/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/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: #70a43c;
	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 > 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;
}


/*----------------------------------
	2025/07/10
------------------------------------*/

.seoFlex01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px 34px;
	margin-top: 40px;
}
.text16_15_n {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: -0.02em;
}
.seoBtnWrap01 {
	text-align: center;
	margin-top: 40px;
}

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

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

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

.gourmetUl01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px 0px;
}

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

.sightBox01 {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 45px 40px 45px 40px;
	background-image: url("/attending/t/platinum/images/pc/sight_boxbg02_top.png"), url("/attending/t/platinum/images/pc/sight_boxbg02_bot.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	margin-bottom: 60px;
}
.sightBox01::before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #8bb362;
	position: absolute;
	top: 4px;
	left: 4px;
}
.sightH301 {
	text-align: center;
	color: #70a43c;
	font-size: 32px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 24px;
}
.text18_155_m {
	font-size: 18px;
	line-height: 1.55em;
	font-weight: 500;
}
.alc {
	text-align: center;
}
.sightFlex02 {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.sightFlex02 .box01 {
	width: 452px;
}

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

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

.point01 .point_h{color: #009ce5; letter-spacing: -0.07em;}
.point02 .point_h{color: #d9a025;}
.point03 .point_h{color: #70a43c;}
.point04 .point_h{color: #c04e87; letter-spacing: -0.05em;}

.point05 .point_h{color: #d94e4e;}
.point06 .point_h{color: #3054b0;}
.point07 .point_h{color: #358835;}

.pointSpan01 {
	color: #333333;
	font-size: 24px;
	line-height: 1.1em;
}
.pointNewFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contMt45 {
	margin-top: 45px !important;
}


/*-------------------------------------
	2025/11/25
--------------------------------------*/

.seoBox01 {
	text-align: center;
	width: 830px;
	margin: 45px auto 60px;
}
.pointWrap01 {
	position: relative;
}
.pointTit01 {
	width: 1070px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.hotel_block-common {
	background-image: url("/attending/t/platinum/images/pc/hotel_box_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 15px 0px 55px;
	border: none;
}

.hotelNewBox01 {
	background-image: url("/attending/t/platinum/images/pc/hotel_box_bg02_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 30px 40px 40px;
	margin-top: 100px;
}
.hotelH301 {
	color: #0a2e84;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.hotelH401 {
	margin-bottom: 20px;
}
.text23_12_n {
	font-size: 23px;
	line-height: 1.2em;
	letter-spacing: -0.05em;
}
.hotelText03 {
	border: 1px solid #f30000;
	background-color: #ffffff;
	padding: 2px 10px;
	color: #f30000;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 20px;
}
.hotelFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.hotelFlex01 li {
	width: 49%;
}
.hotelInFlex01 {
	display: flex;
	gap: 0px 6px;
}
.flexBox01 {
	width: 272px;
	flex-shrink: 0;
}

.hotelNewBox01.newBox02 {
	background-image: url("/attending/t/platinum/images/pc/hotel_box_bg02_02.jpg");
}
.newBox02 .hotelH301 {
	color: #e20314;
}
.posiRe {
	position: relative;
}
.hotelTitDeco01 {
	width: 175px;
	position: absolute;
	right: 15px;
	top: -25px;
}
.hotelFlex02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.hotelFlex02 li {
	width: 49%;
}
.hotelNewBox02 {
	margin-top: 25px;
}

.hotelNewBox01.newBox03 {
	background-image: url("/attending/t/platinum/images/pc/hotel_box_bg02_03.jpg");
	margin-top: 0;
}
.hotelFlex03 {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	margin: 10px auto;
}

.hotelFlex04 {
	display: flex;
	gap: 0px 10px;
}
.hotelFlex04 .li01 {
	width: 445px;
	flex-shrink: 0;
}
.hotelFlex04 .li02 {
	width: 70%;
}
.hotelNewCyusyaku01 {
	font-size: 18px;
	line-height: 1.3em;
}
.hotelNewCyusyaku01 p {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
.hotelInBox01 {
	background-color: #fbdbdd;
	border: 2px solid #000000;
	padding: 5px;
	margin-top: 24px;
}
.hotelInBox01In {
	border: 2px solid #000000;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
}
.hotelInBox01In .boxIn01 {
	width: 578px;
}
.hotelInBox01In .boxIn02 {
	width: 268px;
}
.hotelInBox01In .boxIn03 img {
	width: auto;
	height: 100%;
}
.hotelText04 {
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.1em;
	font-weight: 500;
	padding: 6px 10px;
	background-image: url("/attending/t/platinum/images/pc/hotel_text_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin-bottom: 12px;
}
.text18_13_n {
	font-size: 18px;
	line-height: 1.34em;
	letter-spacing: -0.05em;
}

.hotelFlex05 {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}
.flex05Box01 {
	display: flex;
	column-gap: 30px;
}
.flex01 {
	width: 550px;
}
.flex02 {
	flex: 1;
}
.hotelInFlex02 {
	margin-top: 10px;
}
.hotelInFlex02 .box01 {
	margin-top: 15px;
	text-align: center;
}
.hotelInFlex02 .box02 {
	margin-top: 10px;
}

.hotelText05 {
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.1em;
	font-weight: 500;
	padding: 6px 10px;
	background-image: url("/attending/t/platinum/images/pc/hotel_text_bg02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin-bottom: 12px;
}
.hotelUl01 li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.18em;
}

.sightH302 {
	margin: 70px auto 25px;
}

.sightBadge02 {
	position: absolute;
	left: 15px;
	top: 15px;
}
.flexReverse .sightBadge02 {
	left: auto;
	right: 15px;
}
.sightBadge02 img {
	width: 60px !important;
	height: auto !important;
}

.hotelFlex06 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-top: 30px;
}

.credit {
	position: relative;
}

.credit span {
  position: absolute;
  color: #fff;
  bottom: 26px;
  right: 1px;
  font-size: 8px;
}

.mb30 {
	margin-bottom: 30px;
}

.hotelTxt {
	font-size: 18px;
}

.subTtl {
	margin-top: 100px;
}