@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 #A27397;
  width: calc(100% / 9);
  font-weight: 600;
  color: #A27397;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

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

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

.block-tab_contents {
  background-color: #A27397;
  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 #A27397;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #A27397;
  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: #A27397;
  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-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #E5D2D4;
}


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

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



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

.block-seo_inner .text .link {
  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: #3d95a1;
  color: #fff;
}

.block-seo_inner .text .link::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: calc(50% - 8px / 2);
	right: 11px;
	transform: rotate(45deg);
}

.block-seo_inner .movie {
  width: 310px;
  height: auto;
  /* margin-left: 15px; */
}

.block-seo_inner .movie .heading {
    background-color: #A27397;
    /*outline: solid 1px #e7d674;*/
    font-size: 13px;
    line-height: 1.3;
	letter-spacing: -0.05em;
    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 */

/* スケジュールモーダル */

button.mfp-close {
	display: none;
}

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

.popup-modal-dismiss {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	width: 226px;
	height: 50px;
	margin: 0 auto;
	text-indent: -9999px;
	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/vietnam/images/pc/keyvis_pc.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 610px;
	height: 610px;
}
.mainvisualWrap01 .h101 {
	display: none;
}

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

.blockTourBlock01 {
	position: relative;
	padding: 80px 0px 30px 0px;
}
.bgTaremaku01 {
	position: relative;
}

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

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



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

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

.blockPointBlock01 {
	padding: 80px 0px 80px 0px;
	background-color: #ffffff;
}
.pointImgWrap01 {
	width: 929px;
	margin: 46px auto 0px auto;
	position: relative;
}

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

.blockSightseeingBlock01 {
	padding: 80px 0px 80px 0px;
	background-image: url("/attending/media/vietnam/images/pc/cont_bg04.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 1300px auto;
	background-color: #F6F6F6;
}
.sightseeingBox01 {
	margin: 50px auto 40px auto;
}

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

.sightseeingFlex01 .flexBox01 {
	width: 428px;
}

.sightseeingFlex01 .flexBox02 {
	width: 548px;
}
.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;
}

.contBadge02 {
	position: relative;
}
.contBadge02::after {
	content: "";
	background-image: url("/attending/media/vietnam/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: auto;
	height: auto;
}
.contText01 {
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}

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

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

.sightseeingTextBox01 {
	color: #808080;
	font-size: 12px;
	line-height: 1.55em;
	letter-spacing: -0.05em;
	margin-top: 10px;
}
.sightseeingTextBox02 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	/* width: 494px; */
	margin: 0px auto 6px 20px;
}

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

.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: 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-image: url("/attending/media/vietnam/images/pc/cont_bg_hotel01.png");
	background-repeat: repeat;
	background-position: center top;
	background-color: #F6F6F6;
	padding: 90px 0px 90px 0px;
}

.hotelBoxWrap01 {
	margin-top: 20px;
}
.hotelBoxWrap01.hotelBoxWrap02 {
	padding-top: 35px;
	margin-top: 60px;
}

.hotelSlick01 {
	margin-top: 15px;
}

.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;
}
.colorguray01 {
	color: #808080;
}

.hotelIcon01::before {
	content: "";
	background-image: url("/attending/media/vietnam/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 {
	padding: 80px 0px 80px 0px;
}
.gourmetMidashi01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	margin: 40px auto 0px 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/media/vietnam/images/pc/cont_bg04.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 1300 auto;
	background-color: #F6F6F6;
	padding: 80px 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: 0px 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;
}

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


/*---2024/07/11-----------------------------------*/

.tourTextBoxWrap01 {
	text-align: center;
}
.tourTextBox01 {
	display: inline-block;
	text-align: left;
}

.tourTextBoxFlex01 {
	display: flex;
	align-items: center;
	margin: 0px auto 8px auto;
	font-size: 16px;
	line-height: 1.25em;
}
.tourTextBoxFlex01 .p01 {
	margin-right: 14px;
}

.hotelFlex02 {
	display: flex;
	justify-content: space-between;
	margin: 55px auto 0px auto;
}
.hotelFlex02 li {
	width: 325px;
	position: relative;
}
.hotelFlex02 li .htl_badge {
	position: absolute;
	left: -10px;
    top: -10px;
    width: 80px;
}
.hotelRibon01 {
	position: absolute;
	top: -20px;
	right: -40px;
}
.hotelText01 {
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 12px;
	text-align: right;
}

.hotelFlex03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px auto 0px auto;
}
.hotelFlex03 .img01 {
	flex-shrink: 0;
}
.hotelFlex03 .text01 {
	width: 510px;
}

.hotelFlex0302 {
	flex-direction: row-reverse;
	margin-top: -70px;
}

.hotelFlex04 {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.hotelFlex04 .img01 {
	flex-shrink: 0;
	margin-left: 30px;
}

.hotelFlex04In {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.hotelFlex04In .img02 {
	position: relative;
	width: 184px;
	margin-right: 20px;
	flex-shrink: 0;
}
.hotelFlex04In .img02 img {
	width: 311px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.hotelFlex04In.flex02 {
	flex-direction: row-reverse;
	margin-top: 36px;
}
.hotelFlex04In .img03 {
	position: relative;
	width: 160px;
	margin-left: 0px;
	flex-shrink: 0;
}
.hotelFlex04In .img03 img {
	width: auto;
	position: absolute;
	left: 30px;
	bottom: -35px;
}

.pointBgImg01 {
	position: absolute;
	left: -70px;
	top: -180px;
}
.pointBgImg02 {
	position: absolute;
	bottom: 24px;
	right: -32px;
}

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

.sightseeingText01 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}

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

.guidanceBox01 {
	background-image: url("/attending/media/vietnam/images/pc/guidance_box01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 80px 46px 56px 46px;
	height: 840px;
	margin: 65px auto 70px auto;
}

.guidanceBox01 .h301 {
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight: 500;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.guidanceBox01 .h301 img {
	width: auto;
	height: 41px;
}
.guidanceFlex02 {
	display: flex;
	justify-content: space-between;
	margin-top: 42px;
}
.guidanceFlexBox01 {
	width: 452px;
}

.guidanceFlex02In01 {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.flexBoxIn01 {
	width: 220px;
}
.guidanceText01 {
	font-size: 16px;
	line-height: 1.5em;
}
.guidanceText02 {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 1em;
}
.guidanceBox02 {
	margin-top: 50px;
}
.guidanceFlex03 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.gFlexBox01 {
	width: 240px;
	/*margin-right: 16px;*/
}

.flex03Box0202 {
	/* width: 410px; */
	margin-left: 20px;
}
.guidanceBgWrap01 {
	background-image: url("/attending/media/vietnam/images/pc/guidance_BP18-000139D_02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 390px;
	margin-bottom: 10px;
}

.sightseeingFlex02 li.li01 {
	/* width: 251px; */
	width: 891px;
}
.sightseeingFlex02 li.li02 {
	width: 288px;
}

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

.gourmetFlex02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gourmetFlex02 li {
	width: 323px;
	margin-top: 36px;
}
.gourmetFlex02 li dt {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 62px;
}
.gourmetFlex02 li dt img {
	width: auto;
	height: 34px;
}
.gourmetFlex02 li dd {
	font-size: 14px;
	line-height: 1.55em;
}

.gourmetFlex02 .gourmet_d {
	text-align: right;
	font-size: 11px;
}

.gourmetBox02 {
	position: relative;
	background-color: #F5E5E7;
	border: 1px solid #333333;
	margin-top: 100px;
	padding: 50px 45px 45px 45px;
}
.gourmetBox02::before {
	content: "";
	width: calc( 100% - 20px );
	height: calc( 100% - 20px );
	border: 1px dotted #000000;
	position: absolute;
	left: 10px;
	top: 10px;
}

.gourmetBox02Deco01 {
	position: absolute;
	top: -54px;
	right: -28px;
}
.gourmetBox02Deco02 {
	position: absolute;
	bottom: -16px;
	left: -16px;
}

.gourmetH301 {
	text-align: center;
	margin-bottom: 30px;
}
.gourmetH301 img {
	width: auto;
	/* height: 30px; */
}
.gourmetFlex03 {
	display: flex;
	justify-content: space-between;
}
.flex03Box01 {
	position: relative;
	box-sizing: border-box;
	width: 418px;
	background-image: url("/attending/media/vietnam/images/pc/gourmet_box02_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	padding: 20px 25px 15px 25px;
}
.flex03Box01::before {
	content: "";
	box-sizing: border-box;
	width: calc( 100% - 16px );
	height: calc( 100% - 16px );
	border: 1px solid #707070;
	position: absolute;
	left: 8px;
	top: 8px;
}

.flex03Box02 {
	box-sizing: border-box;
	width: 487px;
}
.gourmetFlex04 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
}
.flex04Box01 {
	width: 244px;
	position: relative;
}
.flex04Box02 {
	width: 230px;
	font-size: 14px;
	line-height: 1.55em;
}
.gourmetMenu01 {
	text-align: center;
	margin-bottom: 5px;
}
.gourmetMenu01 img {
	width: 199px;
	height: auto;
}
.gourmetMenuList01 {}
.gourmetMenuList01 li {
	border-top: 1px solid #C4C4C4;
	text-align: center;
	padding: 14px 0px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
}
.gourmetMenuList01 li .sm01 {
	font-size: 14px;
	letter-spacing: -0.05em;
}

.gourmetMenuList01 li:first-child {
	border-top: none;
}

.gourmetMenuList01 li.li01 {
	font-size: 12px;
	line-height: 1.0em;
	font-weight: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

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

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

.shoppingBlock01 {
	padding: 80px 0px 0px 0px;
}
.shoppingImgBox01 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 22px;
}
.shoppingBg01 {
	position: absolute;
	top: -42px;
	right: -42px;
}
.shoppingBg02 {
	position: absolute;
	bottom: 11px;
	left: -52px;
}
.shoppingText01 {
	font-size: 16px;
	line-height: 1.5em;
}

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

.presentFlex03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.presentFlex03 li {
	text-align: center;
	width: 313px;
	margin: 0px 14px 42px 14px;
}
.presentFlex03 li > div {
	position: relative;
}
.presentFlex03 li > div > .note {
	position: absolute;
	bottom: 2px;
    right: 3px;
    text-align: right;
    display: block;
    font-size: 11px;
	text-shadow: 
	-1px -1px 2px rgba(255, 255, 255, 0.9),
	1px 1px 2px rgba(255, 255, 255, 0.9),
	-1px 1px 2px rgba(255, 255, 255, 0.9),
	1px -1px 2px rgba(255, 255, 255, 0.9),
	-1px -1px 2px rgba(255, 255, 255, 0.9),
	1px 1px 2px rgba(255, 255, 255, 0.9),
	-1px 1px 2px rgba(255, 255, 255, 0.9),
	1px -1px 2px rgba(255, 255, 255, 0.9)
	;
}
.presentFlex03 li .p01 {
	margin-top: 15px;
}
.presentFlex03 li .p01 img {
	width: auto;
	height: 33px;
}

.presentText01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
}

.gourmetText01 {
	font-size: 12px;
	line-height: 1.4em;
	position: absolute;
	right: 0px;
	bottom: -18px;
}


.hotel_ttl {
	width: 1225px;
    margin: auto;
    position: relative;
}










*:has(.s-balloon01),
*:has(.s-balloon02){
	position: relative;
}
.s-balloon01{
    position: absolute;
    left: 107px;
    top: -6px;
    width: 199px;
}
.s-balloon02{
	position: absolute;
    left: 20px;
    top: 10px;
    width: 230px;
}
img.s-balloon01,
img.s-balloon02{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}