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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.fontRobotoCondensed {
	font-family: "Roboto Condensed", sans-serif;
}

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

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

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

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

.mainvisualWrap01 {
	background-image: url("/attending/t/vietnam_shuttlebus/images/pc/main_BP19-024828D_BP18-055367D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 559px;
}
.mainTit01 {
	text-align: center;
	padding-top: 33px;
}
.mainTit01 img {
	width: 440px;
	height: auto;
}

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

.ancBlock01 {
	background-color: #4CBDD0;
	padding: 16px;
}
.contAncWrap01 {
	display: flex;
	justify-content: center;
}
.contAncWrap01 li {
	position: relative;
	width: 50%;
	flex-grow: 1;
	border-left: 1px solid rgba( 255,255,255,0.6 );
}
.contAncWrap01 li:first-child {
	border-left: none;
}

.contAncWrap01 li a {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 58px;
	width: 100%;
	color: #ffffff;
}
.contAncWrap01 li a .s01 {
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 6px;
}
.contAncWrap01 li a .s02 {
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
}

.contAncWrap01 li a::after {
	content: "";
	background-image: url("/attending/t/vietnam_shuttlebus/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	width: 12px;
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

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

.mainBlock01 {
	padding: 130px 0px 120px;
}
.contMainFlex01 {
	display: flex;
	align-items: center;
	gap: 0px 54px;
}
.contMainFlex01 .box01 {
	width: 437px;
	flex-shrink: 0;
}
.contMainFlex01 .box02 {
	font-size: 16px;
	line-height: 1.4em;
}
.contH201 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 30px;
}
.mainText01 {
	width: 262px;
	position: absolute;
	top: -116px;
	left: 245px;
}

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

.contInfoBlock01 {
background: #C1EBF6;
background: linear-gradient(135deg,rgba(193, 235, 246, 1) 0%, rgba(246, 243, 225, 1) 100%);
	padding: 90px 0px;
}
.contH202 {
	text-align: center;
	margin-bottom: 50px;
}
.contH202 .s01 {
	display: block;
	font-size: 60px;
	line-height: 1.0em;
	font-weight: 200;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.contH202 .s02 {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.infoFlex01 {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.infoFlex01 > .box01 {
	position: relative;
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 55px;
}
.infoMap01 {
	width: 985px;
	position: absolute;
	right: 344px;
	top: -98px;
}

.infoInFlex01 {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px 0px;
	width: 572px;
}
.infoInFlex01 > li {
	width: 274px;
	background-color: #ffffff;
	border-radius: 24px;
}
.infoInFlex01 > li > a {
	display: block;
	padding: 14px 14px 14px 14px;
	position: relative;
}

.infoP01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 56px;
	height: 56px;
	background-image: url("/attending/t/vietnam_shuttlebus/images/pc/info_num_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 56px auto;
	/*background-color: #2BBB7F;*/
	border-radius: 100px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.0em;
	position: absolute;
	top: -13px;
	left: -9px;
}
.infoImg01 {
	overflow: hidden;
	border-radius: 16px;
}
.infoText01 {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 12px;
}
.infoText02 {
	text-align: right;
	margin-top: 9px;
}
.infoText02 .p01 {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
}

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

.mfp-content {
	display: inline-block !important;
	width: auto !important;
	text-align: center;
}
.movieModal01 {
	display: inline-block;
	background-color: #ffffff;
	padding: 40px 25px 25px;
}
.popup-modal-dismiss {
	text-align: center;
	margin-top: 25px;
}
.popup-modal-dismiss a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 160px;
	height: 48px;
	border: 1px solid #333333;
	margin: auto;
}
.popup-modal-dismiss a::after {
	content: "×";
	text-decoration: none;
	font-style: normal;
	font-size: 30px;
	font-family: Arial, Baskerville, monospace;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.popup-modal-dismiss a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

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

.scheBlock01 {
	padding: 110px 0px 0px;
}
.scheFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 110px;
}
.scheFlex01 > li {
	position: relative;
	width: 488px;
}

.scheTable01 {
	width: 100%;
}
.scheTable01 th {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333333;
	background-color: #DFFAC0;
	color: #3C9A0F;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 500;
	padding: 8px;
}
.scheTable01 td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333333;
	background-color: #ffffff;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.4em;
	padding: 8px;
}
.scheTable01 td:nth-child(2) {
	text-align: left;
}
.scheTable01 .tr01 td {
	background-color: #F7F7F2;
}

.scheH301 {
	background-image: url("/attending/t/vietnam_shuttlebus/images/pc/sche_tit_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 154px auto;
	width: 154px;
	height: 137px;
	box-sizing: border-box;
	padding-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1.4em;
	position: absolute;
	top: -135px;
	left: 50%;
	transform: translateX(-50%);
}

a.contLink01:link {	color: #333333;	text-decoration: underline;}
a.contLink01:visited {	color: #333333;	text-decoration: underline;}
a.contLink01:hover {	color:#333333;	text-decoration: none;}
a.contLink01:active {	color:#333333;	text-decoration: none;}

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

.preBlock01 {
	text-align: center;
	margin: 64px auto;
}
.preBox01 {
	width: 860px;
	margin: auto;
	position: relative;
}
.preBox01::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ECF6F5;
	border-radius: 24px;
	position: absolute;
	top: 12px;
	left: 14px;
}
.preBoxIn01 {
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	border: 1px dashed #333333;
	border-radius: 24px;
	display: flex;
	align-items: center;
	gap: 0px 30px;
	text-align: left;
}

.contH203 .s01 {
	display: block;
	font-size: 60px;
	line-height: 1.0em;
	font-weight: 200;
}
.contH203 .s02 {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	white-space: nowrap;
	margin-top: 10px;
}
.contText16_15_m {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
}
.contMb10 {
	margin-bottom: 10px;
}
.cyusyaku01 li {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: 500;
}
.contText13_15_m {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 500;
}

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

.howtoBlock01 {
	text-align: center;
	margin: 64px auto auto;
}
.howtoBox01 {
	background-color: #F8F8F2;
	border: 1px solid #DEDED1;
	box-sizing: border-box;
	padding: 70px;
}
.howtoUl01 {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0px;
	position: relative;
}
.howtoUl01 li {
	width: 100%;
	border-bottom: 2px dotted #333333;
	padding-bottom: 13px;
	display: flex;
	align-items: center;
	gap: 0px 30px;
}
.howtoUl01 li .box01 .p01 {
	display: flex;
	align-items: flex-start;
}
.howtoUl01 li .box01 .s01 {
	font-size: 24px;
	line-height: 1.2em;
}
.howtoUl01 li .box01 .s02 {
	position: relative;
	font-size: 64px;
	line-height: 1.0em;
}
.howtoUl01 li .box01 .s03 {
	font-size: 0px;
	line-height: 0px;
	width: 37px;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}

.howtoUl01 li .box02 {
	text-align: left;
	font-size: 18px;
	line-height: 1.4em;
}

.howtoUl01 li .box02 .s04 {
	font-size: 14px;
}


.contText01 {
	color: #B41515;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 3px;
}

.howtoImg01 {
	width: 181px;
	position: absolute;
	right: 45px;
	top: -15px;
}

.howtoDl01 {
	margin-top: 60px;
	text-align: center;
}
.howtoDl01 .howtoH301 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 50px;
	padding: 5px 10px;
	background-color: #DFEFEA;
	border-radius: 8px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 25px;
}
.howtoDl01 .howtoDd01 {
}
.howtoDl01 .howtoDd01 .ul01 {
	display: inline-block;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
}
.howtoDl01 .howtoDd01 .ul01 li {
	margin-top: 10px;
}

.howtoDot01 {
	font-size: 10px;
	margin-right: 1em;
}

.contBtnWrap01 {
	width: 860px;
	margin: 40px auto auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0px;
}
.contBtnWrap01 li {
	width: 100%;
}

.contBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 25px;
	border-radius: 100px;
background: #26CFAD;
background: linear-gradient(135deg,rgba(38, 207, 173, 1) 0%, rgba(62, 195, 211, 1) 100%);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
}
.contBtn01::after {
	content: "";
	background-image: url("/attending/t/vietnam_shuttlebus/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px auto;
	width: 7px;
	height: 11px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

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

.sightBlock01 {
	padding: 110px 0px 104px;
}
.sightFlex01 {
	display: flex;
	justify-content: space-between;
}
.sightFlex01 .box01 {
	position: relative;
	width: 488px;
	height: 685px;
}
.sightImg01 {
	width: calc( 488px - 32px + (100vw - 1024px) / 2  );
	min-width: 456px;
	height: 654px;
	position: absolute;
	top: 0px;
	right: 32px;
}
.sightImg01::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #EDFCD8;
	position: absolute;
	top: 32px;
	right: -32px;
}

.sightImg01 .in01 {
	position: relative;
	background-image: url("/attending/t/vietnam_shuttlebus/images/pc/sight_EBP16-34964D.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.sightText03 {
	width: 44px;
	position: absolute;
	top: 28px;
	left: 20px;
	mix-blend-mode: overlay;
}

.sightFlex01 .box02 {
	position: relative;
	box-sizing: border-box;
	width: 488px;
	padding-top: 125px;
}
.sightTextBox01 {
	font-size: 16px;
	line-height: 1.4em;
	width: 242px;
	margin-bottom: 60px;
}
.sightImg02 {
	width: 440px;
}
.sightImg03 {
	width: 226px;
	position: absolute;
	right: 0px;
	top: 68px;
}

.sightBoxFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 88px 0px;
	margin-top: 88px;
}

.flexReverse {
	flex-direction: row-reverse;
}
.sightFlex02 {
	display: flex;
	width: 100%;
	position: relative;
}
.sightFlex02 .box01 {
	width: 745px;
	flex-shrink: 0;
}
.sightFlex02 .box02 {
	width: 50%;
}
.sightFlex02 .box02 .box02In {
	box-sizing: border-box;
	width: 412px;
	padding: 44px;
	background-color: #ffffff;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.sightFlex02.flexReverse .box02 .box02In {
	right: auto;
	left: 0px;
}

.sightText01 {
	color: #26CFAD;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.sightH301 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 16px;
}
.sightText02 {
	font-size: 16px;
	line-height: 1.5em;
    letter-spacing: 1.3px;
}

.contBtnWrap01.btnWrap02 {
	width: 760px;
}

.d_h-shuttle_bus{
	box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    border: 1px dashed #333333;
    border-radius: 24px;
    font-size: 14px;
	text-align: center;
	font-weight:bold;
}
.d_h-shuttle_bus a{
	font-size: 14px;
    margin: 10px auto;
    padding: 10px 20px;
}








