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

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

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

.posiRe {
	position: relative;
	z-index: 1;
}
a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.alc {
	text-align: center;
}

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

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -69px;*/
}


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

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

.hover:hover {
    opacity: 0.7;
}

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

.ancBtnBlock01 {
	background: rgb(242, 236, 206);
	background: linear-gradient(0deg, rgba(255, 172, 197, 1) 10%, rgba(200, 26, 78, 1) 100%);
	padding: 30px 0 170px;
}

.ancBtnFlex01 {
	display: flex;
	justify-content: center;
}
.ancBtnFlex01 li {
	width: 133px;
	margin: 0px 38px;
}
.ancBtnFlex01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

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

.main {
	background-image: url("/attending/t/lp_f200/images/pc/anc_bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 1049px;
}

.mainObiWrap01 {
	background-image: url("/attending/t/lp_f200/images/pc/main_obi_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1400px auto;
	/*background-color: #cba641;*/
	text-align: center;
}
.obi01 img {
	width: auto;
	height: 193px;
}
.mainvisualWrap01 {
	position: relative;
	background-image: url("/attending/t/lp_f200/images/pc/main_EBF15-29640B_SP24-071698D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 856px;
	width: 1400px;
	margin: 0 auto;
}
.main01 img {
	width: 678px;
	height: auto;
}

.mainText01 {
	width: 390px;
	position: absolute;
	left: 310px;
	top: 10px;
}
.mainText02 {
	width: 391px;
	position: absolute;
	right: 270px;
	top: 10px;
}
.mainText03 {
	width: 425px;
	position: absolute;
	left: 270px;
	bottom: 10px;
}
.mainText04 {
	width: 355px;
	position: absolute;
	right: 340px;
	bottom: 10px;
}


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

.seoBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/seo_bg01.png"), url("/attending/t/lp_f200/images/pc/seo_bg02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center center;
	background-size: 100% auto, 100% 100%;
	position: relative;
	padding: 60px 0px;
}
.seoBlock01::before {
	content: "";
	background-image: url("/attending/t/lp_f200/images/pc/seo_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 184px auto;
	width: 184px;
	height: 121px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.seoBlock01::after {
	content: "";
	background-image: url("/attending/t/lp_f200/images/pc/seo_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 184px auto;
	width: 184px;
	height: 121px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.seoBox01 {
	text-align: center;
}
.seoBox01 img {
	width: 897px;
}

.acWrap01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	height: 84px;
	background-color: #007637;
	color: #ffffff;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	cursor: pointer;
}
/*.acWrap01::after {
	content: "";
	background-image: url("/attending/t/lp_f200/images/pc/seo_ac_pluse01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}*/
/*.acWrap01.open::after {
	background-image: url("/attending/t/lp_f200/images/pc/seo_ac_pluse01_on.png");
}*/

/*.acContWrap01 {
	display: none;
}*/

.seoTable01 {
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
}
.seoTable01 th {
	text-align: center;
	vertical-align: middle;
	background-color: #f5fb91;
	border: 1px solid #000000;
	height: 45px;
}
.seoTable01 td {
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #000000;
	height: 45px;
}
.seoTable01 .tr01 th {
	background-color: #4e85eb;
	color: #ffffff;
	font-weight: bold;
}

.accordionWrap01 {
	margin-top: 40px;
}
.seoTextWrap01 {
	margin-top: 40px;
}
.seoH201 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 40px;
}
.seoH201 .s01 {
	display: inline-block;
	border-bottom: 2px solid #4e85eb;
}
.seoNaviWrap01 {
	margin-top: 40px;
}
.seoBtnWrap01 {
	display: flex;
	justify-content: center;
	gap: 0px 26px;
}
.seoBtnWrap01 li {
	width: 150px;
}

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

.ancBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/anc_bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 550px;
	padding: 40px 0px 0px;
}
.ancFlex01 {
	display: flex;
	justify-content: center;
	gap: 0px 60px;
	margin-bottom: 120px;
}
.ancFlex01 li {
	width: 133px;
}

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

.hotelBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/hotel_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: 40px;
	padding-bottom: 340px;
}
.contHotel01 {
	background-color: #7c2b20;
}

.hotelContText01 {
	margin-bottom: 40px;
}
.hotelContText01 img {
	width: auto;
	height: 110px;
}
.contHotelIn01 {
	padding: 0px 60px 60px;
}
.hotelH401 {
	font-size: 29px;
	line-height: 1.35em;
	font-weight: bold;
	color: #c36bcb;
	background-image: url("/attending/t/lp_f200/images/pc/hotel_fuki01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 900px 172px;
	box-sizing: border-box;
	width: 900px;
	height: 172px;
	display: flex;
	align-items: center;
	padding: 0px 0px 34px 160px;
}

.hotelFlex01 {
	display: flex;
	justify-content: space-between;
}
.hotelBox01 {
	width: 420px;
}
.hotelBox02 {
	width: 460px;
}
.hotelTextBox01 {
	background-color: #ffffff;
	padding: 15px 16px 15px 16px;
	margin-bottom: 18px;
}
.hotelFlex02 {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}
.hotelFlex02 li {
	width: 200px;
}
.contText18_155_n {
	font-size: 18px;
	line-height: 1.55em;
	letter-spacing: -0.01em;
}
.hotelTextBg01 {
	display: inline-block;
	padding: 0px 4px;
	background-color: #c36bcb;
	color: #ffffff;
	margin: 1px 0px;
}
.hotelContWrap01 {
	margin-bottom: 60px;
}
.hotelFlex03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 20px;
	margin-top: 20px;
}
.hotelFlex03 li {
	width: 440px;
}
.hotelH402 {
	background-color: #c36bcb;
	margin: 80px auto 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: auto;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	position: relative;
	padding: 10px;
}
.hotelH4Fuki01 {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.hotelMovieWrap01 {
	text-align: center;
}
.hotelMovieWrap01 iframe {
	width: 720px;
	height: 405px;
}

.contHotel01.contHotel02 {
	background-color: #0a3d66;
}
.hotelContText02 {
	margin-bottom: 40px;
	text-align: center;
}
.hotelContText02 img {
	width: auto;
	height: 79px;
}

.contHotel02 .hotelH401 {
	background-image: url("/attending/t/lp_f200/images/pc/hotel_fuki02.png");
	color: #56b649;
}
.contHotel02 .hotelTextBg01 {
	background-color: #56b649;
}
.fsSm01 {
	font-size: 14px;
}

.contHotel02 .hotelH402 {
	background-color: #56b649;
}

.hotelCyusyaku01 {
	margin-top: 50px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.7em;
}
.hotelCyusyaku01 li {
	margin-top: 8px;
}

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

.gourmetBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/gourmet_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 80px 0px 340px;
	margin-top: -240px;
}
.gourmetH301 {
	text-align: center;
	margin-bottom: 40px;
}
.gourmetH301 img {
	width: auto;
	height: 262px;
}

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

.sightseeingBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/sightseeing_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 80px 0px 340px;
	margin-top: -240px;
}
.sightseeingH301 {
	text-align: center;
	margin-bottom: 40px;
}
.sightseeingH301 img {
	width: auto;
	height: 278px;
}


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

.sightFlex01 {
	display: flex;
	align-items: center;
	margin-top: 50px;
}
/*.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: 45px 40px 45px 40px;
}
.sightBoxIn01::before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #668c04;
	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: #2c925b;
	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;
}

.sightBadge01 {
	position: absolute;
	top: 20px;
	right: 26px;
}

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

.sightseeingTextBg01 {
	display: inline-block;
	background-color: #2c925b;
	color: #ffffff;
	padding: 0px 4px;
	margin: 2px 0px;
}

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

.pointBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/point_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 80px 0px 80px;
	margin-top: -240px;
}
.pointH301 {
	text-align: center;
	margin-bottom: 40px;
}
.pointH301 img {
	width: auto;
	height: 230px;
}
.pointWrap01 li {
	margin-top: 40px;
}

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

.bottomBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/bottom_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 40px 0px;
}

/*------------------------------
	2025/11/27
-------------------------------*/

.seoMovieWrap01 {
	width: 786px;
	margin: 40px auto 60px;
}
.seoMovieWrap01 dt {
	text-align: center;
	background-color: #fc4141;
	padding: 4px 15px;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 500;
}

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

.upBlock01 {
	background-image: url("/attending/t/lp_f200/images/pc/up_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 70px 0px;
}
.upCont01 {
	margin-top: -68px;
}
.sightTextFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px;
}
.sightText01 {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #2c925b;
	border-radius: 7px;
	padding: 3px 8px;
}

tr>*:empty{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000000 50%, #000000 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}

















