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

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

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

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

/* tour_start */
.block-tour .caption {
  text-align: center;
  margin-bottom: 20px;
}

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

.block-tab {
  display: flex;
  justify-content: space-between;
}

.block-tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #009AB4;
  width: calc(100% / 9);
  font-weight: 600;
  color: #009AB4;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

.block-tab_item:not(:last-child)  {
	border-right: none;
}

.block-tab_item.current {
  background-color: #009AB4;
  color: #fff;
}

.block-tab_contents {
  background-color: #009AB4;
  margin-bottom: 50px;
  padding: 15px 10px;
}

.tour-link:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.tour-template {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
}

.tour-template .image {
  width: 195px;
  height: auto;
}

.tour-template .image img {
  width: 195px;
  height: auto;
}

.tour-template .image .dept {
  border: solid 1px #009AB4;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #009AB4;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.tour-template .details {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc(100% - 195px - 20px);
}

.tour-template .details .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  padding-top: 10px;
}

.tour-template .details .details-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.tour-template .details .details-inner .price {
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
}

.tour-template .details .details-inner .button {
  background-color: #009AB4;
  padding: 3px;
}

.tour-template .details .details-inner .button span {
  display: block;
  border: solid 1px #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 5px 40px;
}

.notour {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}
/* tour_end */

/* seo_start */
.block-seo {
	/*background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
	background-color: #EFDCB2;
}

.block-seo_inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 20px;
  align-items: flex-start;
}

.block-seo_inner .text {
  display: flex;
  flex-wrap: wrap;
	width: 690px;
	margin-right: 40px;
}

.block-seo_inner .text .caption {
  height: auto;
  text-align: left;
  font-size: 16px;
/*width: 725px;*/
width: 464px;
}

.block-seo_inner .text .link {
  display: block;
  font-size: 15px;
  font-weight: 700;
	letter-spacing: -0.05em;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  text-decoration: underline;
}

.movie_wrap p.balloon{
    position: relative;
    /*width: 100%;*/
	width: 256px;
    padding: 0.8rem;
    color: #fff;
    /*font-size: 1.4rem;*/
	font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background-color: #B18343;
	height: auto;
}

.movie_wrap p.balloon:after {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    display: block;
    width: 1.8rem;
    height: 0.8rem;
    background-color: #B18343;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translate(-50%);
}

.video_wrap {
    display: flex;
	gap: 8px;
}

.movie_wrap {
	width: 256px;
}

.movie_wrap p {
	background-color: #fff;
	font-size: 14px;
    line-height: 1.5;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	margin-bottom: 4px;
}

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

.block-seo_inner .movie {
  width: 256px;
  height: auto;
}

.block-seo_inner .movie .heading {
    background-color: #fff;
    font-size: 13px;
    line-height: 1.3;
	letter-spacing: -0.05em;
    /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    text-align: center;
    padding: 10px 8px;
    text-align: center;
	margin-bottom: 4px;
}

.block-seo_inner .movie .heading02 {
    padding: 10px 8px 7px;
}

.block-seo_inner .movie .heading img {
	width: 90px;
    display: block;
    margin: 0 auto;
	margin-bottom: 8px;
}

.block-seo_inner .movie .heading span {
	display: block;
    font-size: 11px;
    text-align: right;
	margin-top: 3px;
}

.block-seo_inner .movie .video {
  outline: solid 1px #e7d674;
}

.block-seo_inner .movie .link-movie {
  position: relative;
  display: block;
  background-color: #FCE97C;
  font-size: 17px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #48110b;
  text-align: center;
  padding: 10px 0;
}

.block-seo_inner .movie .link-movie::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #48110b;
  border-right: 1px solid #48110b;
  transform: translateY(-50%) rotate(135deg);
}

.schedule_btn {
	width: 1024px;
    margin: 0 auto;
	padding-bottom: 50px;
}
.popup-modal {
	color: #fff;
	background-color: #B18343;
	font-size: 20px;
	font-weight: 600;
	width: 1024px;
	text-align: center;
	padding: 20px;
	display: flex;
	justify-content: center;
}

.popup-modal::after {
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
	margin-top: 9px;
}

/* seo_end */

/* スケジュールモーダル */
#inline-wrap {
	 position: relative;
}

#inline-wrap .image {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#inline-wrap .image::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}


/*--2023/07/07-----------------------*/

.contents {
	overflow: hidden;
}

.contIn1024 {
	width: 1024px;
	margin: auto;
	position: relative;
}

.contIn1042 {
	width: 1042px;
	margin: auto;
	position: relative;
}

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

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

.mainvisualWrap01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/keyvis_pc.jpg");
	background-repeat: no-repeat, repeat-x;
	background-position: center center, center top;
	background-size: auto 550px, 1px auto;
	height: 550px;
}
.mainvisualWrap01 .h101 {
	display: none;
}

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

.blockTourBlock01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg02.png");
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	padding: 90px 0px 70px 0px;
}
.bgTaremaku01 {
	position: relative;
}
.bgTaremaku01::before {
	content: "";
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg_top01_line01.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1302px auto;
	width: 100%;
	height: 203px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 0px;
}
.bgTaremaku01::after {
	content: "";
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg_top01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1142px auto;
	width: 100%;
	height: 203px;
	position: absolute;
	top: 17px;
	left: 0px;
	margin-left: 0px;
}

.contH201Wrap01 {
	margin-bottom: 30px;
	text-align: center;
}

.contH201Wrap01 img {
	width: auto;
	margin: auto;
}
.contH201Wrap01.height156 img {
	height: 156px;
}
.contH201Wrap01.height160 img {
	height: 160px;
}

.n250313TourTextBlock01 {
	text-align: center;
	margin: 30px auto 60px;
}
.n250313TourText01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
}
.n250313TourTextBox01 {
	display: inline-block;
	margin-top: 20px;
}
.n250313TourDl01 {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.n250313TourDl01 dt {
	box-sizing: border-box;
	padding: 4px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 20px;
	width: 90px;
	height: 44px;
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
}
.n250313TourDl01 .dt01 {
background: rgb(5,160,104);
background: linear-gradient(90deg, rgba(5,160,104) 0%, rgba(5,160,104) 50%, rgba(5,160,104) 100%);
	/*background-color: #E08639;*/
}
.n250313TourDl01 .dt02 {
background: rgb(203,175,58);
background: linear-gradient(90deg, rgba(203,175,58) 0%, rgba(203,175,58) 50%, rgba(203,175,58) 100%);
	/*background-color: #B97072;*/
}
.n250313TourDl01 dd {
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
}

.tourTextWrap01 {
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	margin: 30px auto 16px auto;
}

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

.blockPointBlock01 {
	padding: 90px 0px 100px 0px;
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg03_02.png"), url("/attending/kaigai/turkey_tv/images/pc/cont_bg06.png");
	background-repeat: no-repeat, repeat;
	background-position: center top 220px, center top;
	background-color: #F8ECBE;
}
.pointImgWrap01 {
	width: 800px;
	margin: 46px auto 0px auto;
}

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

.blockSightseeingBlock01 {
	padding: 90px 0px 60px 0px;
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg04.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: auto auto;
}
.sightseeingBox01 {
	margin: 50px auto 40px auto;
	width: 1033px;
}

.sightseeingFlex01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.sightseeingFlex02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: end;
}

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

.sightseeingFlex01 .flexBox01 {
	width: 439px;
}

.sightseeingFlex01 .flexBox02 {
	width: 558px;
}
.imgShadow01 img {
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-ms-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.contCyusyaku01 {
	color: #808080;
	margin-top: 10px;
}

.contBadge01 {
	position: relative;
}
.contBadge01::after {
	content: "";
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_guidance_badge01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 123px auto;
	width: 123px;
	height: 123px;
	position: absolute;
	left: 0px;
	top: -26px;
}

.contBadge02 {
	position: relative;
}
.contBadge02::after {
	content: "";
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_guidance_badge02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 98px auto;
	width: 98px;
	height: 98px;
	position: absolute;
	right: 0px;
	top: -10px;
}

.sightseeingH301 {
	text-align: center;
	margin-bottom: 20px;
}
.sightseeingH301 img {
	width: 330px;
}

.sightseeingH301_2 img {
	width: 371px;
}

.contText01 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
}

.mini {
	font-size: 12px;
	display: inline-block;
	line-height: 18px;
}

.sightseeingContBox01 {
	background-color: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 50px;
}
.sightseeingH302 {
	padding: 30px 16px 31px 16px;
	text-align: center;
}

.sightseeingH302 .tlh3 {
	width: 948px;
	text-align: center;
}

.sightseeingH302 .tlh3_2 {
	width: 926px;
	text-align: center;
}

.sightseeingBoxIn01 {
	padding: 0px 30px 30px 30px;
	display: flex;
}

.sightseeingBoxIn01 .flexBox01 {
	width: 388px;
	flex-shrink: 0;
	margin-right: 20px;
}
.sightseeingBoxIn01 .flexBox02 {
	width: 552px;
	/*text-align: center;*/
}

.sightseeingTextBox01 {
	color: #808080;
	font-size: 13px;
	line-height: 1.55em;
	letter-spacing: -0.05em;
	margin-top: 10px;
}
.sightseeingTextBox02 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	width: 432px;
	margin: 0px auto 22px auto;
}

.sightseeingFlex02 {
	display: flex;
}
.sightseeingFlex02 li {
	width: 50%;
}

.sightseeingFlex03 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.sightseeingFlex03 li {
	width: 48.8%;
}
.sightseeingFlex03 .contText01 {
	margin-top: 20px;
}
.sightseeingFlex03.flex0303 li {
	width: 32.2%;
}
.sightseeingTextSm01 {
	font-size: 14px;
	line-height: 1.4em;
	color: #808080;
}
.imgWidth319 {
	width: 319px;
	height: auto;
}

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

.posiRe01 {
	position: relative;
}
.hotelBox01 {
	color: #084F62;
	box-sizing: border-box;
	/*height: 164px;*/
	width: 660px;
	margin-top: 30px;
}

.hotelPosi01 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.hotelKijyun01 {
	position: absolute;
	top: -25px;
	right: 50%;
	margin-right: -520px;
	z-index: 1;
}
.hotelKijyun01.hotelKijyun0102 {
	top: -144px;
}

.blockHotelBlock01 {
	background-color: #19295A;
	padding: 90px 0px 90px 0px;
}

.hotelBoxWrap01 {
	/*background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_hotel_bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 493px;*/
	padding-top: 20px;
}
.hotelBoxWrap01.hotelBoxWrap02 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_hotel_bg02.png");
	padding-top: 35px;
	margin-top: 60px;
}

.hotelSlick01 {
	margin-top: 0px;
}

.swiperControlBase01 {
	background-color: #000000;
	padding: 10px 0px;
}
.swiperControlWrap01 {
	display: flex;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 12px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 12px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
	display: inline-flex;
	align-items: center;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #B1B1B1;
  opacity: 0.2;
	margin: 0px 9px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #B1B1B1;
}

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

.hotelBox02 {
	position: relative;
	background-color: #ffffff;
	padding: 25px;
	margin: 30px auto auto auto;
	display: flex;
	justify-content: space-between;
}

.hotelFlexBox01 {
	width: 710px;
}
.hotelFlexBox02 {
	width: 233px;
}

.contH401 {
	margin-bottom: 8px;
}
.contText14_14_n {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 10px;
	font-weight: 500;
	padding: 0px 48px 26px 48px;
}
.contText_price {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 10px;
	font-weight: 600;
	background: #d4edf1;
	padding: 8px;
	color: #007589;
}
.contText_price span{
	font-size: 12px;
	display: inline-block;
    line-height: 1.7rem;
    margin-top: 6px;
}
.colorguray01 {
	color: #808080;
}

.hotelIcon01::before {
	content: "";
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_hotel_icon01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 68px auto;
	width: 68px;
	height: 38px;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: -18px;
}

.hotelBox03 {
	background-color: #ffffff;
	padding: 40px 30px 20px 30px;
}
.contH301 {
	text-align: center;
	margin-bottom: 45px;
}
.contH301 img {
	width: auto;
	height: 116px;
}
.contH402 {
	text-align: center;
	margin-bottom: 10px;
}
.contH402 img {
	width: auto;
	height: 88px;
}
.hotelFlex01 {
	display: flex;
	justify-content: space-between;
}
.hotelFlex01 li {
	width: 462px;
}

.hotelBoxInFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}
.hotelBoxInFlex01 .box01 {
	font-size: 14px;
	line-height: 1.6em;
}
.hotelBoxInFlex01 .box02 {
	width: 195px;
	flex-shrink: 0;
	margin-left: 20px;
}
.hotelCyusyaku01 {
	text-align: center;
	margin-top: 28px;
}

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

.blockGourmetBlock01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg05.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 1300 auto;
	padding: 100px 0px 90px 0px;
}
.gourmetMidashi01 {
	text-align: center;
	font-size: 35px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 45px auto 18px auto;
}
.gourmetBox01 {
	background-color: #ffffff;
	border-radius: 27px;
	padding: 42px 42px 70px 42px;
}

.gourmetFlex01 {
	display: flex;
	justify-content: space-between;
}
.gourmetFlex01 li {
	width: 445px;
	flex-shrink: 0;
}
.contH302 {
	background-color: #F5DC82;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 44px;
	color: #297C7B;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 26px;
}
.contText02 {
	font-size: 16px;
	line-height: 1.56em;
	margin-top: 15px;
}

.gourmetTextBase {
	font-size: 16px;
	line-height: 1.56em;
	position: absolute;
}
.gourmetTextBase.text01 {
	width: 324px;
	left: -10px;
	bottom: 0px;
}
.gourmetTextBase.text02 {
	width: 358px;
	right: 0px;
	bottom: -35px;
}

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

.blockPresentBlock01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/cont_bg06.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 1300 auto;
	padding: 100px 0px 145px 0px;
}

.presentBox01 {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 30px;
	margin-top: 65px;
}
.presentFlex01 {
	display: flex;
	justify-content: space-between;
}
.presentFlex01 .flexBox01 {
	width: 482px;
	flex-shrink: 0;
}
.presentFlex01 .flexBox02 {
	margin-left: 16px;
}

.presentUl01 li {
	display: flex;
	margin-top: 15px;
}
.presentUl01 .p01 {
	font-size: 22px;
	line-height: 1.35em;
	font-weight: bold;
}
.presentUl01 .p01 .s01 {
	font-size: 14px;
	line-height: 1.35em;
	font-weight: 500;
}
.presentUl01 .p02 {
	color: #8D8D8D;
	font-size: 14px;
	line-height: 1.35em;
	font-weight: normal;
	margin-top: 4px;
}

.presentFlex02 {
	color: #ffffff;
	background-color: #744C0D;
	padding: 35px 40px 35px 40px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.presentFlex02 .flexBox01 {
	width: 298px;
	flex-shrink: 0;
}
.presentFlex02 .flexBox02 {
	margin-left: 38px;
}
.contH303 img {
	width: auto;
	height: 84px;
}
.contH303 {
	margin-bottom: 5px;
}
.presentFlex02 .flexBox02 .p01 {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
}
.presentFlex02 .flexBox02 .p02 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 4px;
}
.presentFlex02 .flexBox02 .ul01 {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 10px;
}

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

.contBottomArea01 {
	padding: 74px 0px 74px 0px;
}
.contH202 {
	text-align: center;
	margin-bottom: 40px;
}
.contH202 img {
	width: auto;
	height: 33px;
}

.contents a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*--2024/04/30------------------------*/

.sightFlex01 {
	display: flex;
	justify-content: space-between;
	padding: 0px 48px 8px 48px;
}
.sightFlexBox01 {
	width: 452px;
}

.sightFlexBox01 p {
	font-size: 14px;
	margin-top: 16px;
}

.sightFlexH401 {
	margin-bottom: 13px;
}

.sightseeingFlex03 {
	margin-bottom: 45px;
}

.sightFlexBox02 {
	width: 371px;
}
.sightFlexBox03 {
	width: 530px;
}

.sightImgWrap01 {
	position: relative;
}

.sightImgRibon01 {
	width: 200px;
	position: absolute;
	top: -15px;
	left: -20px;
}

.sightTextBox01 {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0px 48px 40px 48px;
	margin-top: -15px;
}


.blockHotelBlock01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/hotel_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	background-color: transparent;
	padding: 90px 0px 90px 0px;
}

.hotelTitWrap01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/hotel_tit_bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;
	padding: 14px 0px;
}

.hotelTitWrap01 .hotel_ttl {
	width: 1171px;
	margin: 0 auto;
}

.contHotelBox01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/hotel_cont_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 65px 59px 65px 59px;
	margin-top: 25px;
	color: #ffffff;
}

.contHotelBox01_bg02 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/hotel_cont_bg02.png");
}
.contHotelFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.contHotelFlex01 .box01 {
	width: 542px;
}
.contHotelFlex01 .box02 {
	width: 350px;
}

.hotel_flex {
	display: flex;
	gap: 10px;
}

.contHotelFlex01 .text01 {
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 15px;
}
.contHotelFlex01 .text02 {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}

.hotelBoxIn01 {
	padding-top: 18px;
	margin-top: 18px;
	background-image: url("/attending/kaigai/turkey_tv/images/pc/hotel_line01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 1px;
}
.hotelBoxIn01 p{
	font-weight: 600;
}
.contTextUl01 {
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 8px;
}

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

.gourmetTextBox01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
}
.gourmetFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}
.gourmetFlex02 li {
	width: 48%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.55em;
}
.gourmetFlex02 li .h301 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 65px;
	padding: 4px 0px;
	text-align: center;
	color: #C73821;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: bold;
}
.gourmetFlex02 li .h301 .s01 {
	font-size: 22px;
}

.gourmetFlex03 {
	display: flex;
	justify-content: space-between;
}
.gourmetFlex03 li {
	margin-bottom: 32px;
}
.gourmetBox02 {
	margin-top: 80px;
}
.gourmetTit01 {
	margin: 0 auto;
	margin-bottom: 40px;
	width: 1128px;
	
}
.gourmetTextBox02 {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 20px;
}

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

.presentContBox01 {
	background-image: url("/attending/kaigai/turkey_tv/images/pc/present_box_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 30px 30px 15px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.presentFlexBox01 {
	width: 31.8%;
}
.presentH301 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	height: 75px;
	color: #198660;
}
.presentH301 .s01 {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.presentH301 .s02 {
	display: block;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
}
.presentH301 .s03 {
	display: block;
	font-size: 22px;
	line-height: 1.27em;
	font-weight: bold;
}
.presentText01 {
	font-size: 10px;
	line-height: 1.0em;
	text-align: right;
	font-weight: 600;
}



.swiper-slide span{
	position: absolute;
    bottom: 5px;
    left: 5%;
    color: #fff;
	font-size:14px;
    display: block;
    background-color: rgba(0, 0, 0, 0.562);
    padding: 3px 8px;
}

.gourmet02 .h301 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 65px;
  padding: 4px 0px;
  text-align: center;
  color: #C73821;
  font-size: 26px;
  line-height: 1.1em;
  font-weight: bold;
}

.gourmet02 {
    margin-bottom: 50px;
}

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

.left_cont {
    width: 40%;
}

.left_cont p {
    margin-bottom: 15px;
}

.right_cont {
    width: 538px;
}

.cruise {
    padding: 25px 48px;
    background-color: #37516c;
	background-image: url("/attending/kaigai/turkey_tv/images/pc/illust.png");
	background-repeat: no-repeat;
	background-position: bottom 25px right 50px;
	background-size: 167px 90px;
}

.sightseeingTtl {
    text-align: center;
    margin-bottom: 25px;
}

.sightseeingTtl img {
    width: auto;
}

.sightseeingFlex10 {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.contText14_14_n {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}

.left {
    width: 40%;
}

.left p {
    margin-bottom: 15px;color: #fff;
}

.right {
    width: 58%;
}

.patch {
    position: relative;
}

.patch p {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 186px;
}

.istanbul_restaurant {
    position: relative;
}

.istanbul_restaurant figure {
    border: 3px solid #fff;
    box-shadow: 0px 20px 10px -10px #d0d0d0;
}

.istanbul_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
	margin-bottom: 40px;
}

.istanbul_flex li {
    position: relative;
    width: 500px;
}

.istanbul_flex li figcaption, .istanbul_img figcaption {
    position: absolute;
    bottom: 5px;
    left: 7px;
    font-size: 14px;
    line-height: 1.0;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 5px;
}

.istanbul_img, .istanbul_txt02  {
    position: relative;
    width: 495px;
}

.istanbul_flex .istanbul_txt01 {
    flex: 1;
    margin-left: 25px;
}

.istanbul_txt02 {
    margin-top: 10px;
}

.food_01 {
    position: absolute;
    bottom: 0;
    right: 270px;
    border-radius: 50%;
}

.food_02 {
    position: absolute;
    bottom: 30px;
    right: 0;
    border-radius: 50%;
}

.mb60 {
	margin-bottom: 60px;
}

.contText14_14_n2 {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
}