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

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

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

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

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

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

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

:where(.contents) img {
	width: auto;
}

.mainObi01 {
	background-image: url("/attending/t/fuk-i/tv-bangkok/images/obi.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 106px;
	height: 106px;
	margin-bottom: -56px;
	position: relative;
	z-index: 1;
}
.mainObi01 .text01 {
	text-align: center;
}


/* ==============
sec-mainvisual
============== */
.sec-mainvisual {
	position: relative;
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/kv_BP18-012351_001_SP24-061220A.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 445px;
	z-index: 0;
}

.sec-mainvisual h1 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 867px;
	height: 274px;
}

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

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

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

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

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

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

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

.movie {
	width: 285px;
	margin-left: auto;
}

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

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

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

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

.sec-announce ul li {
	text-align: center;
}
/* ==============
sec-anchor
============== */
.sec-anchor {
	background: rgb(255, 168, 183);
	background: linear-gradient(0deg, rgba(255, 168, 183, 1) 10%, rgba(224, 34, 34, 1) 100%);
	padding: 30px 0 170px;
}

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

/* ==============
sec-point
============== */
.sec-point {
	position: relative;
	/* background-color: #bda027; */
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/bg01.png);
	/*background-size: 175px;*/
	background-repeat: repeat;
	font-family: "Noto Serif JP", serif;
	padding-bottom: 200px;
	z-index: 1;
}

.sec-point::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	/* background-color: #bda027; */
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/bg01.png);
	/*background-size: 175px;*/
	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: 30px;
}

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

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

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

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

.pointBox01 p {
	top: 35px;
}

.pointBox02 p {
	top: 55px;
}

.pointBox03 p {
	top: 45px;
}

.pointBox04 p {
	top: 55px;
}

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

.sec-hotel::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	/* background-color: #bda027; */
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/bg02.png);
	/*background-size: 337px;*/
	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: 30px;
}

.hotel {
	position: relative;
	padding: 50px 30px 40px;
}

.sec-hotel .block-common__inner {
	background: url(/attending/t/fuk-i/tv-bangkok/images/hotel_bg.png) no-repeat;
	background-size: 100% 100%;
}

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

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

.contH3Wrap01 .p01 {
	display: inline-block;
	border-top: 1px solid #1b542b;
	border-bottom: 1px solid #1b542b;
	padding: 6px 0;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.contH3Wrap01 .p01 .s01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-color: #1b542b;
	font-size: 24px;
	color: #ffffff;
	padding: 2px 20px;
}

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

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

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

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

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

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

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

.sec-hotel .content-hotel .block-slide .slide-block.slide1 {
	background: url("/attending/t/fuk-i/tv-bangkok/images/slide_SP23-051007.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.sec-hotel .content-hotel .block-slide .slide-block.slide2 {
	background: url("/attending/t/fuk-i/tv-bangkok/images/slide_SP23-051009.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.sec-hotel .content-hotel .block-slide .slide-block.slide3 {
	background: url("/attending/t/fuk-i/tv-bangkok/images/slide_SP23-051008.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.sec-hotel .content-hotel .block-slide .slide-block.slide4 {
	background: url("/attending/t/fuk-i/tv-bangkok/images/slide_SP23-044306.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contHotelBlock03 {
	position: relative;
	margin-top: 60px;
}

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

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

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

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

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

/* ==============
sec-meal
============== */
.sec-meal {
	position: relative;
	/* background-color: #bda027; */
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/bg03.png);
	/*background-size: 175px;*/
	background-repeat: repeat;
	padding-bottom: 200px;
	z-index: 1;
}

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

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

.contMealBlock01 {
	display: flex;
}

.contMealBlock02 {
	display: flex;
	margin-top: 50px;
}

.sec-meal ul li {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #5e1a0a;
	letter-spacing: -0.03em;
}

.contMealBlock01 .meal_date {
	position: absolute;
	top: 290px;
	width: 100%;
	text-align: center;
}

.contMealBlock01 .meal_text01 {
	position: absolute;
	top: 325px;
	width: 100%;
	text-align: center;
}

.contMealBlock01 .meal_text01-etc {
	top: 355px;
}

.contMealBlock02 .meal_date {
	position: absolute;
	top: 420px;
	width: 100%;
	font-weight: 700;
	text-align: center;
}

.contMealBlock02 .meal_text02 {
	position: absolute;
	top: 455px;
	width: 100%;
	text-align: center;
}

.contMealBlock02 .meal_text02-etc {
	top: 465px;
}

/* ==============
sec-sightseeing
============== */
.sec-sightseeing {
	position: relative;
	/* background-color: #bda027; */
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/bg04.png);
	background-size: 175px;
	background-repeat: repeat;
	padding-bottom: 50px;
	z-index: 1;
}

.sec-sightseeing::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	display: block;
	/* background-color: #bda027; */
	background-image: url(/attending/t/fuk-i/tv-bangkok/images/bg04.png);
	background-size: 175px;
	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: 30px;
}

.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: 35px 30px 35px 30px;
	background-image: url("/attending/t/fuk-i/tv-bangkok/images/sight_boxbg_top.png"), url("/attending/t/fuk-i/tv-bangkok/images/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% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #635755;
	position: absolute;
	top: 4px;
	left: 4px;
}

.sightBoxIn01 dl {
	position: relative;
}

.sightBoxIn01 dt {
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
	color: #1b542b;
}

.sightBoxIn01 dt::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #1b542b;
	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;
	letter-spacing: -0.05em;
}

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

.sightFlex01.flexReverse {
	flex-direction: row-reverse;
}

.flexReverse .sightFlexBox01 img {
	left: auto;
	right: 0px;
}

/* ==============
追従ボタン
============== */
.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;
}


/*---------------------------------
	2025/07/28
----------------------------------*/

.mainBlock01 {
	background-color: #5782ca;
	padding: 30px 0px 30px;
}
.mainDl01 {
	text-align: center;
}
.mainDl01 dt {
	color: #fdf6b8;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
}
.mainDl01 dd {
	font-size: 16px;
	line-height: 1.5em;
	color: #ffffff;
}
.mainBlock02 {
	background-color: #fff588;
	padding: 70px 0px 90px;
}

.mealShadow01 img {
	box-shadow: 8px 8px 10px 0px rgba( 6,0,1,0.2 );
-webkit-box-shadow: 8px 8px 10px 0px rgba( 6,0,1,0.2 );
-moz-box-shadow: 8px 8px 10px 0px rgba( 6,0,1,0.2 );
-o-box-shadow: 8px 8px 10px 0px rgba( 6,0,1,0.2 );
-ms-box-shadow: 8px 8px 10px 0px rgba( 6,0,1,0.2 );
}

.lead__tv {
  font-size: 32px;
  color: #fff;
  background-color: #b61621;
  padding: 5px 0px;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
    width: 750px;
}

.Movie {
  width: 750px;
  height: auto;
  margin: 0 auto 50px;
}








