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

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.fontZenOldMincho {
	font-family: "Zen Old Mincho", 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 #5F988B;
  width: calc(100% / 9);
  font-weight: 600;
  color: #5F988B;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

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

.block-tab_item.current {
  background-color: #5F988B;
  color: #fff;
}

.block-tab_contents {
  background-color: #5F988B;
  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 #5F988B;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #5F988B;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
	background-color: #ffffff;
}

.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: #DB2100;
  /*padding: 3px;*/
	display: flex;
	align-items: center;
	height: 56px;
	border-radius: 4px;
box-shadow: 0px -4px 0px 0px rgba( 0,0,0,0.25 ) inset;
-webkit-box-shadow: 0px -4px 0px 0px rgba( 0,0,0,0.25 ) inset;
-moz-box-shadow: 0px -4px 0px 0px rgba( 0,0,0,0.25 ) inset;
-o-box-shadow: 0px -4px 0px 0px rgba( 0,0,0,0.25 ) inset;
-ms-box-shadow: 0px -4px 0px 0px rgba( 0,0,0,0.25 ) inset;
}

.tour-template .details .details-inner .button span {
  display: block;
  /*border: solid 1px #fff;*/
  font-size: 16px;
	line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 5px 16px;
}

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

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

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

.block-seo_inner .text {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
	width: 100%;
  /*width: calc(100%  - 236px - 20px);*/
	/*width: calc(100% - 236px - 20px - 236px - 20px);*/
  color: #462011;
}

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

.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;*/
  color: #48110b;
  text-decoration: underline;
}

.block-seo_inner .movie {
  width: 310px;
  height: auto;
    margin-left: 40px;
	flex-shrink: 0;
}

.block-seo_inner .movie .heading {
    background-color: #a33254;
    outline: solid 1px #e7d674;
    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;*/
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* 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;
}

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

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

.mainvisualWrap01 {
	background-image: url("/attending/media/india/images/pc/mv_pc.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.mainvisualWrap01 .h101 {
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 550px;
}
/*.mainvisualWrap01 .h101 img {
	width: 698px;
	height: auto;
}*/

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

.blockTourBlock01 {
	background-image: url("/attending/media/india/images/pc/cont_bg02.png");
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	padding: 90px 0px 30px 0px;
}
.bgTaremaku01 {
	position: relative;
}
.bgTaremaku01::before {
	content: "";
	background-image: url("/attending/media/india/images/pc/cont_bg_top01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1473px auto;
	width: 1476px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -738px;
}
.contH201Wrap01 {
	margin-bottom: 30px;
	text-align: center;
}

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



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

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

.blockPointBlock01 {
	padding: 60px 0px 80px 0px;
	background-image: url("/attending/media/india/images/pc/point_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pointImgWrap01 {
	width: 800px;
	margin: 46px auto 0px auto;
}

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

.blockSightseeingBlock01 {
	position: relative;
	padding: 80px 0px 80px 0px;
	background-image: url("/attending/media/india/images/pc/sight__bg01.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
}

.sightseeingBox01 {
	margin: 50px auto 40px auto;
	position: relative;
}

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

.sightseeingFlex01 .flexBox01 {
	width: 385px;
}

.sightseeingFlex01 .flexBox02 {
	width: 600px;
}
.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/media/india/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/media/india/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: 10px;
}
.sightseeingH301 img {
	width: auto;
	height: 81px;
}
.contText01 {
	margin-bottom: 15px;
}

.sightseeingContBox01 {
	background-color: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 50px;
}
.sightseeingH302 {
	padding: 20px 40px 20px 40px;
}
.sightseeingBoxIn01 {
	padding: 0px 30px 30px 30px;
	display: flex;
}

.sightseeingBoxIn01 .flexBox01 {
	width: 362px;
	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;
	justify-content: space-between;
}
.sightseeingFlex02 li {
	width: 48%;
}

.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: #ffffff;*/
	box-sizing: border-box;
	height: auto;
	width: 670px;
	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-image: url("/attending/media/india/images/pc/hotel_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*background-color: #19295A;*/
	padding: 60px 0px 90px 0px;
}

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

.hotelSlick01 {
	margin-top: 0px;
}

.swiperControlBase01 {
/*background: rgb(178,136,54);
background: linear-gradient(90deg, rgba(178,136,54,1) 0%, rgba(255,247,204,1) 50%, rgba(178,136,54,1) 100%);*/
	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: #ffffff;
  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: #ffffff;
}

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

.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: 18px;
}
.contH401 img {
	width: auto;
	height: 24px;
}

.contText14_14_n {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 10px;
}
.colorguray01 {
	color: #808080;
}

.hotelIcon01::before {
	content: "";
	background-image: url("/attending/media/india/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/media/india/images/pc/cont_bg05.png");
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0px 80px 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;
	flex-wrap: wrap;
}
.gourmetFlex01 li {
	width: 445px;
	flex-shrink: 0;
	margin-bottom: 40px;
}
.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/media/india/images/pc/pre_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 70px 0px 80px 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: 40px 0px 45px 0px;
}
.contH202 {
	text-align: center;
	margin-bottom: 40px;
}
.contH202 img {
	width: auto;
	height: 58px;
}

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

/*bud*/
.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;
}
.swiper-slide img {
    width: 100%;
    max-width: none;
}
/*-----------------------------
	2024/12/16
------------------------------*/

.sightseeingTextBox03 {
	width: 390px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.contH304 {
	color: #873518;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}
.rubi01 {
	font-size: 50%;
	vertical-align: super;
}
.contText16_155_n {
	font-size: 16px;
	line-height: 1.55em;
	font-weight: normal;
}
.contText15_14_n {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
}
.colRed01 {
	color: #e60012;
}

.sightseeingFlexBox01 {
	width: 328px;
}

.contText01 {
	margin-top: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.sightseeingFlexBox02 {
	width: 492px;
}
.sightseeingDl01 {
	margin-top: 10px;
}

.hotelBox01.width100 {
	width: 100%;
}
.gourmetImg01 {
	margin-bottom: 40px;
}

.gourmetBox01 {
	position: relative;
}
.gourmetBox01::before {
	content: "";
	width: calc( 100% - 8px );
	height: calc( 100% - 8px );
	border: 1px solid #1d5f7d;
	border-radius: 26px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.gourmetFlex02 {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.gourmetFlex02 li {
	width: 300px;
}
.gourmetFlex02 li.li01 {
	margin-top: -20px;
}

.gourmetFlex02 li .h301 {
	text-align: center;
}
.gourmetFlex02 li .h301 img {
	width: auto;
	height: 45px;
}

/*--2025/03/13------------------------*/

.mainObiWrap01 {
	background-image: url("/attending/media/india/images/pc/main_obi_bg01.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
	/*background-color: #BF3185;*/
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 70px;
	padding: 5px 0px;
	text-align: center;
}
.mainObiText01 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 900;
}
.mainObiText01 .s01 {
	font-size: 28px;
}

.block-seo_inner .movie .heading {
    background-color: #E85714;
	margin-bottom: 8px;
	position: relative;
}
.block-seo_inner .movie .heading::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #e85714;
  border-bottom: 0;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.seoModalBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 4px 20px;
	background-color: #A50765;
}
a.seoModalBtn01:link {	color: #ffffff;	text-decoration: none;}
a.seoModalBtn01:visited {	color: #ffffff;	text-decoration: none;}
a.seoModalBtn01:hover {	color:#ffffff;	text-decoration: none;}
a.seoModalBtn01:active {	color:#ffffff;	text-decoration: none;}

.seoModalBtn01::after {
	content: "";
	background-image: url("/attending/media/india/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

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

.n250313TourH301 {
	margin-bottom: 18px;
}
.n250313TourTextBlock01 {
	color: #ffffff;
	text-align: center;
	margin: 30px auto 40px;
}
.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;
background: rgb(107,0,64);
background: linear-gradient(90deg, rgba(107,0,64,1) 0%, rgba(179,85,141,1) 50%, rgba(107,0,64,1) 100%);
}
.n250313TourDl01 dd {
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
}

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

.n250313LineBlock01 {
	background-image: url("/attending/media/india/images/pc/cont_line01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50px;
}
.n250313HotelTit01 {
	background-image: url("/attending/media/india/images/pc/hotel_tit_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 16px 0px;
	text-align: center;
}
.n250313HotelTit01 img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.n250313HotelFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.n250313HotelFlex01 li {
	width: 324px;
	position: relative;
}
.n250313Ribbon01 {
	width: 285px;
	position: absolute;
	top: -34px;
	left: -32px;
}

.n250313HotelFlex02 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.n250313HotelFlex02 li {
	width: 490px;
	flex-shrink: 0;
}

.n250313HotelBox01 {
	margin-top: 38px;
}
.n250313Text16_15_m {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}

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

.n250313SightBg01 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}
.n250313SightBox01 {
	margin-top: 40px;
}
.n250313SightH301 {
	background-image: url("/attending/media/india/images/pc/sight_tit_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 75px;
	width: 1024px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
}
.n250313SightFlex01 {
	display: flex;
	justify-content: space-between;
}
.n250313SightFlex01 li {
	width: 492px;
	margin-top: 40px;
}

.n250313SightDl01 {
	margin-top: 15px;
}
.n250313SightDl01 dt {
	color: #9C2700;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.n250313SightDl01 dd {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
}

.n250313SightBox02 {
	background-image: url("/attending/media/india/images/pc/sight_box_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: 150px;
	padding: 48px;
	color: #ffffff;
}
.n250313SightImg01 {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -133px;
}
.n250313SightImg01 img {
	width: auto;
	height: 133px;
}

.n250313SightDeco01 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.n250313SightDeco02 {
	position: absolute;
	top: 0px;
	right: 0px;
}
.n250313SightDeco03 {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.n250313SightDeco04 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.n250313SightH302 {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}
.n250313SightH302 .s01 {
	position: relative;
}
.n250313SightH302 .s01::before {
	content: "";
	width: 100%;
	height: 12px;
	background-color: #C53F00;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

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

.n250313SightBox03 {
	margin-top: 30px;
}
.n250313SightH401 {
	position: relative;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 20px;
	height: 44px;
	color: #9C2700;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}
.n250313SightH401::before {
	content: "";
	background-image: url("/attending/media/india/images/pc/sight_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 27px;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.n250313SightH401::after {
	content: "";
	background-image: url("/attending/media/india/images/pc/sight_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 27px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.n250313SightTextBox02 {
	margin-top: 18px;
}

.n250313SightFlex02 {
	display: flex;
	justify-content: space-between;
}
.n250313SightFlex02 li {
	width: 448px;
	flex-shrink: 0;
}
.n250313SightBadge01 {
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.n250313SightBox04 {
	background-image: url("/attending/media/india/images/pc/sight_box_bg02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px 48px 48px;
	margin-top: 80px;
}
.n250313SightH303 {
	text-align: center;
}
.n250313SightH303 img {
	width: 762px;
	height: auto;
}

.n250313SightFlex03 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.n250313SightFlex03 li {
	width: 296px;
}

.n250313SightTextBox03 {
	margin-top: 15px;
}

.n250313SightFlex04 {
	display: flex;
	align-items: center;
	gap: 0px 30px;
	margin-top: 30px;
}
.n250313SightFlex04 .box01 {
	width: 376px;
	flex-shrink: 0;
}

.n250313SightBox05 {
	background-image: url("/attending/media/india/images/pc/sight_box_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px 68px 48px;
	margin-top: 80px;
	color: #ffffff;
}
.n250313SightH304 {
	text-align: center;
}
.n250313SightH304 img {
	width: 625px;
	height: auto;
}
.n250313SightText14_15_n {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}
.n250313SightFlex05 {
	display: flex;
	justify-content: space-between;
}
.n250313SightFlex05 .box01 {
	width: 314px;
}
.n250313SightFlex05 .box02 {
	width: 540px;
}
.n250313Mt8 {
	margin-top: 8px;
}

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

.n250313GourmetTextBox01 {
	color: #ffffff;
	text-align: center;
	margin: auto auto 40px;
}
.n250313GourmetDl01 {
	margin-top: 15px;
}
.n250313GourmetDl01 dt {
	color: #E5DDC3;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.n250313GourmetDl01 dt::before {
	content: "";
	background-image: url("/attending/media/india/images/pc/gourmet_cont_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 30px;
	display: block;
	margin-right: 8px;
}
.n250313GourmetDl01 dt::after {
	content: "";
	background-image: url("/attending/media/india/images/pc/gourmet_cont_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 30px;
	display: block;
	margin-left: 8px;
}
.n250313GourmetDl01 dd {
	color: #ffffff;
}

.n250313GourmetFlex01 {
	display: flex;
	justify-content: space-between;
}
.n250313GourmetFlex01 li {
	width: 325px;
}

.n250313GourmetBox01 {
	background-image: url("/attending/media/india/images/pc/gourmet_box_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 40px 58px 40px;
	margin-top: 70px;
}
.n250313GourmetH301 {
	text-align: center;
	margin-bottom: 35px;
}
.n250313GourmetH301 img {
	width: 692px;
	height: auto;
}

.n250313GourmetFlex02 {
	display: flex;
	justify-content: space-between;
}
.n250313GourmetFlex02 li:nth-child(1) {
	width: 500px;
}
.n250313GourmetFlex02 li:nth-child(2) {
	width: 380px;
}

.n250313GourmetFlex03 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.n250313GourmetFlex03 .box01 {
	width: 240px;
}

.colWh01 {
	color: #ffffff;
}

.n250313GourmetBox02 {
	background-image: url("/attending/media/india/images/pc/gourmet_box_bg02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 40px 58px 40px;
	margin-top: 70px;
}

.n250313GourmetH302 {
	text-align: center;
	margin-bottom: 35px;
}
.n250313GourmetH302 img {
	width: 970px;
	height: auto;
	margin-left: -30px;
}

.n250313GourmetH303 {
	text-align: center;
	margin-bottom: 35px;
}
.n250313GourmetH303 img {
	width: 718px;
	height: auto;
}
.n250313GourmetFlex04 {
	display: flex;
	justify-content: space-between;
}
.n250313GourmetFlex04 li {
	width: 440px;
}

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

.n250313ShopingBlock01 {
	background-image: url("/attending/media/india/images/pc/n250312_cont_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 138px;
}
.n250313ShopingFlex01 {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.n250313ShopingFlex01 li {
	width: 500px;
}
.n250313ShopingImg01 {
	text-align: center;
	margin-bottom: 35px;
}
.n250313ShopingImg01 img {
	width: 317px;
	height: auto;
}

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

.blockPresentBlock01 {}
.n250313PreH301 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 60px;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
.n250313PreH301::before {
	content: "";
	background-image: url("/attending/media/india/images/pc/pre_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 29px;
	display: block;
	margin-right: 8px;
}
.n250313PreH301::after {
	content: "";
	background-image: url("/attending/media/india/images/pc/pre_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 29px;
	display: block;
	margin-left: 8px;
}

.n250313PreMt60 {
	margin-top: 40px;
}

.Shoping_txt {
    display: block;
    width: 650px;
}

/*-----------------------------------------
	2025/04/11
------------------------------------------*/

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

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

.mainObiText02 {
	text-align: center;
}
.mainObiText02 img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.mainvisualWrap01 .s01 {
	display: none;
}

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

.block-seo {
	background-color: #F0E8D3;
}
.d250411Text01 {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 500;
}
a.d250411Text01:link {	color: #ffffff;	text-decoration: underline;}
a.d250411Text01:visited {	color: #ffffff;	text-decoration: underline;}
a.d250411Text01:hover {	color:#ffffff;	text-decoration: none;}
a.d250411Text01:active {	color:#ffffff;	text-decoration: none;}

.modalLink01__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    padding: 4px 20px;
    background-color: #E65D8D;
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.3s;
}
.block-seo_inner .text {
  color: #333333;
}

.block-seo_inner .movie {
  width: auto;
  height: auto;
    margin-left: 40px;
	flex-shrink: 0;
	display: flex;
	gap: 0px 10px;
}
.block-seo_inner .movie dl {
  width: 236px;
}
.block-seo_inner .movie .heading {
    background-color: #B39034;
	margin-bottom: 0px;
	position: relative;
}
.block-seo_inner .movie .heading::after {
	display: none;
}

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

.d250411BlockDeco01 {
	position: relative;
}
.d250411BlockDeco01::before {
	content: "";
	background-image: url("/attending/media/india/images/pc/cont_block_deco01.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.n250313TourDl01 dd {
	color: #333333;
}
.n250313TourDl01 .dt01 {
background: rgb(224,134,57);
background: linear-gradient(90deg, rgba(224,134,57,1) 0%, rgba(224,134,57,1) 50%, rgba(224,134,57,1) 100%);
	background-color: #E08639;
}
.n250313TourDl01 .dt02 {
background: rgb(185,112,114);
background: linear-gradient(90deg, rgba(185,112,114,1) 0%, rgba(185,112,114,1) 50%, rgba(185,112,114,1) 100%);
	background-color: #B97072;
}

.contTextWrap01 {
	text-align: center;
	margin-bottom: 18px;
}
/*----------------------*/

.d250411SightBox01 {
	position: relative;
	background-color: #EFE1E1;
	padding: 120px 48px 50px 48px;
	margin-top: 150px;
}
.d250411H301 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateY(-50%);
}
.alc {
	text-align: center;
}
.d250411Flex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.d250411Flex01 .box01 {
	width: 470px;
}
.d250411Flex01 .box02 {
	width: 420px;
}

.d250411Flex01 .box04 {
	width: 450px;
}

.d250411Text15_16_n {
	font-size: 15px;
	line-height: 1.6em;
}
.d250411H401 {
	margin-bottom: 15px;
}
.d250411ImgWrap01 {
	margin-top: 20px;
}
.d250411H402 {
	margin: 30px auto;
}

.d250411Flex02 {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.d250411Flex02 .box01 {
	width: 440px;
}
.d250411Flex02 .box01 {
}

.d250411Flex03 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
}
.d250411Flex03 li {
	width: 48%;
}
.d250411Text13_155_n {
	font-size: 13px;
	line-height: 1.55em;
	margin-top: 5px;
}
.d250411Text02 {
	color: #B97072;
	font-size: 22px;
	line-height: 1.85em;
	font-weight: bold;
	margin-bottom: 5px;
}

.d250411ContBox01 {
	position: relative;
	margin: 50px auto 55px;
	background-color: #ffffff;
	border: 4px solid #5F988B;
	padding: 50px 60px 45px;
}
.d250411ContDeco {
	position: absolute;
}
.d250411ContDeco.deco01 {
	left: -4px;
	top: -4px;
}
.d250411ContDeco.deco02 {
	right: -4px;
	top: -4px;
}
.d250411ContDeco.deco03 {
	left: -4px;
	bottom: -4px;
}
.d250411ContDeco.deco04 {
	right: -4px;
	bottom: -4px;
}

.d250411H403 {
	color: #B97072;
	font-size: 28px;
	line-height: 1.45em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}
.d250411H403 .s01 {
	background-image: url("/attending/media/india/images/pc/gourmet_tit_line01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 12px;
}

.d250411Flex04 {
	display: flex;
	justify-content: space-between;
}
.d250411Flex04 .box01 {
	width: 350px;
	margin-top: 20px;
}
.d250411Flex04 .box02 {
	width: 200px;
}
.d250411Flex04 .box03 {
	width: 210px;
	margin-top: 20px;
}
.d250411Text03 {
	color: #5F988B;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 13px;
}
.d250411Mb10 {
	margin-bottom: 10px;
}
.d250411Mt18 {
	margin-top: 18px;
}
.reverse {
	flex-direction: row-reverse;
}

.d250411Box01 {
	margin-top: 40px;
}

.d250411Flex05 {
	display: flex;
	justify-content: center;
	gap: 0px 54px;
}
.d250411Flex05 .box01 {
	width: 480px;
}
.d250411Flex05 .box02 {
	width: 314px;
}

.d250411H501 {
	text-align: center;
	margin-bottom: 20px;
}
.d250411Mb18 {
	margin-bottom: 18px;
}
.d250411Flex06 {
	display: flex;
	justify-content: space-between;
}
.d250411Flex06 li {
	width: 48%;
}
.d250411Text18_15_b {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
}
.colGold01 {
	color: #8D6A0E;
}
.d250411Flex07 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.d250411Flex07 .box01 {
	width: 550px;
}
.d250411Flex07 .box02 {
	width: 420px;
}

.d250411Mt10 {
	margin-top: 10px;
}

.d250411HotelBox01 {
	background-color: #916F15;
	padding: 16px 50px 50px;
	margin-top: 50px;
}
.d250411HotelBox01 .d250411Flex07 .box01 {
	width: 504px;
	color: #ffffff;
}
.d250411HotelBox01 .d250411Flex07 .box02 {
	width: 370px;
	color: #ffffff;
}

.n250313GourmetTextBox01 {
	color: #333333;
}

.d250411Flex08 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
}
.d250411Flex08 li {
	width: 323px;
}
.d250411H302 {
	margin-bottom: 15px;
}

.d250411Box02 {
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 4px solid #D1B466;
	padding: 50px;
	margin-top: 50px;
}
.d250411Box02::before {
	content: "";
	background-image: url("/attending/media/india/images/pc/gourmet_box_deco01.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 18px;
	width: 100%;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.d250411Box02::after {
	content: "";
	background-image: url("/attending/media/india/images/pc/gourmet_box_deco02.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 18px;
	width: 100%;
	height: 18px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.col02 {
	color: #CE6E1C;
}

.d250411Flex09 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
	margin-top: 40px;
}
.d250411Flex09 li {
	width: 442px;
}
.d250411Cyusyaku01 {
	font-size: 12px;
	line-height: 1.4em;
	text-align: right;
	margin-top: 4px;
}

.d250411ShopingBlock01 {
	margin-top: 50px;
}
.d250411ImgWrap02 {
	margin-bottom: 30px;
}














