/* CSS Document */

body {
	min-width: 1000px;
	max-width: 1920px;
	margin: auto;
}
.inner {
	max-width: 1100px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



#header {
	position: relative;
}
#header .selectWrap {
	background: #3184D6;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
#header .selectWrap::before {
	content: '';
	border: 2px solid #fff;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
	width: 5px;
	height: 5px;
	position: absolute;
  top: 15px;
  right: 15px;
	pointer-events: none;
}
#header .selectWrap .language {
  width: 150px;
	font-size: 90%;
	color: #fff;
	background: none;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;
}
#header .selectWrap select option {
  background: #fff;
  color: #333;
}



#main {}
#main #fv .fvTxt .btn img,
#main #howTo .btn img,
#main #benefits .btn img,
#main #note .btn img {
	width: 330px;
}

#main #fv {
	position: relative;
	max-height: 100vh;
  overflow: hidden;
}
#main #fv .fvTxt {
	width: 90%;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50% , -50%);
}
#main #fv .fvTxt .block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
#main #fv .fvTxt .block .map {
	width: 45%;
	text-align: right;
}
#main #fv .fvTxt .block .map img {
	width: 80%;
	min-width: 400px;
}
#main #fv .fvTxt .block .info {
	color: #fff;
	width: 55%;
}
#main #fv .fvTxt .block .info h1 {
	width: 70%;
	min-width: 450px;
	position: relative;
  left: -15px;
}
#main #fv .fvTxt .block .info h2 {
	font-size: 1.3vw;
	font-size: clamp(21px,1.5vw,29px);
	font-weight: 800;
	margin: 1.5% 0;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,.8));
}
#main #fv .fvTxt .block .info .lead {
	font-size: 1vw;
	font-size: clamp(14px,1vw,19px);
	font-weight: 500;
	line-height: 1.6;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,.8));
	max-width: 74%;
	min-width: 500px;
}
#main #fv .fvTxt .btn {
	text-align: center;
	margin: 20px 0 0;
}
#main #fv .slick-slider {
	line-height: 1;
	margin: 0;
}
#main #fv .slick-dots {
	bottom: 10px;
}


#main #overview {
	background: #F7F8FA;
	padding: 80px 0;
}
#main #overview .wrap {
	background: #fff;
  margin: 0 80px;
	padding: 60px 20px;
}
#main #overview h2 {
	max-width: 960px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	background: #FCE100;
	position: relative;
}
#main #overview h2 img {
	width: 150px;
  position: relative;
  top: -25px;
}
#main #overview dl {
	max-width: 900px;
	margin: 30px auto 0;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#main #overview dl dt,
#main #overview dl dd {
	border-bottom: 1px solid #5976BA;
	box-sizing: border-box;
	padding: 15px 30px;
	margin: 2px 0;
}
#main #overview dl dt {
	color: #fff;
	background: #5976BA;
	border-radius: 10px 0 0;
	width: 180px;
	flex-shrink: 0;
}
#main #overview dl dd {
	width: calc(100% - 180px);
	line-height: 1.5;
}
#main #overview dl dd ul li {
	margin: 5px 0;
}


#main #howTo {
	background: #FEEA40 url("../img/pattern1.webp") center top;
	padding: 120px 0;
	position: relative;
}
#main #howTo::before {
	content: '';
	width: 100%;
	border-bottom: 2px dashed #3EB370;
	position: absolute;
	bottom: 30px;
}
#main #howTo::after {
	content: url("../img/train_grn.svg");
	width: 180px;
	position: absolute;
	bottom: 26px;
	left: 10%;
}
#main #howTo .inner {
	background: rgba(255,255,255,.2);
	border: 2px solid #3EB370;
	border-radius: 20px;
	padding: 40px;
	position: relative;
}
#main #howTo h2 {
	width: 200px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
#main #howTo .block {
	background: #fff;
	border-radius: 15px;
	padding: 30px 40px 40px;
	margin: 0 0 60px;
	position: relative;
}
#main #howTo .block:last-of-type {
	margin: 0 0 30px;
}
#main #howTo .block .img1,
#main #howTo .block .img2 {
	position: absolute;
	right: 40px;
}
#main #howTo .block .img2 {
	top: -45px;
}
#main #howTo .block .stepBox:not(:last-of-type) {
	margin: 0 0 40px;
}
#main #howTo .block .stepBox.step1 {
	max-width: 500px;
}
#main #howTo .block .stepBox h3 {
	position: relative;
	left: -50px;
  width: 140px;
	margin: 0 0 10px;
}
#main #howTo .block .stepBox ul li {
	line-height: 1.6;
	margin: 10px 0;
}
#main #howTo .block .stepBox .point {
	line-height: 1.6;
	display: flex;
	gap: 10px;
	margin: 20px 0;
}
#main #howTo .block .stepBox .point img {
	width: 50px;
	flex-shrink: 0;
}
#main #howTo .block .stepBox dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #666;
	border-width: 1px 1px 0 0;
	margin: 5px 0;
}
#main #howTo .block .stepBox dl dt,
#main #howTo .block .stepBox dl dd {
	padding: 10px 20px;
	border: 1px solid #666;
	border-width: 0 0 1px 1px;
	box-sizing: border-box;
}
#main #howTo .block .stepBox dl dt {
	width: 160px;
	flex-shrink: 0;
}
#main #howTo .block .stepBox dl dd {
	width: calc(100% - 160px);
}
#main #howTo .block .stepBox dl dd ul.atn {
	margin: 5px 0;
}
#main #howTo .block .stepBox dl dd ul.atn li {
	font-size: 90%;
	line-height: 1.4;
	margin: 0;
}
#main #howTo .btn {
	text-align: center;
	margin: 50px 0 0;
}

#main #benefits {
	background: #2BA464;
	padding: 120px 0;
	margin: 30px 0 0;
	position: relative;
}
#main #benefits::before {
	content: '';
	width: 100%;
	border-bottom: 2px dashed #fff;
	position: absolute;
	bottom: 30px;
}
#main #benefits::after {
	content: url("../img/train_wht.svg");
	width: 180px;
	position: absolute;
	bottom: 26px;
	left: 74%;
}

#main #benefits .inner::before {
	content: '';
	border-top: 50px solid #fff;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}
#main #benefits h2 {
	text-align: center;
}
#main #benefits h2 img {
	max-width: 320px;
}
#main #benefits .lead {
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 20px 0;
}
#main #benefits .block {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 40px 0;
}
#main #benefits .block dl {
	background: #fff;
	border-radius: 300px;
	padding: 20px;
	display: flex;
	gap: 30px;
}
#main #benefits .block dl:nth-of-type(even) {
	flex-direction: row-reverse;
}
#main #benefits .block dl dt {
	max-width: 360px;
	flex-shrink: 0;
	position: relative;
}
#main #benefits .block dl dt img {
	border-radius: 200px 15px 15px 200px;
	height: 100%;
  object-fit: cover;
}
#main #benefits .block dl dt span {
  font-size: 80%;
	line-height: 1;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#main #benefits .block dl:nth-of-type(even) dt img {
	border-radius: 15px 200px 200px 15px;
}
#main #benefits .block dl dd {
	width: calc(100% - 360px - 30px - 100px);
	position: relative;
}
#main #benefits .block dl dd h3 {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	margin-top: -30px;
}
#main #benefits .block dl dd h3 img:nth-of-type(1) { width: 240px;}
#main #benefits .block dl dd h3 img:nth-of-type(2) { width: 75px;}
#main #benefits .block dl dd h4 {
	font-size: 160%;
	font-weight: 800;
	line-height: 1.4;
	color: #2BA464;
	margin: 20px 0 10px;
}
#main #benefits .block dl dd ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0 0;
}
#main #benefits .block dl dd ul li {
}
#main #benefits .block dl dd ul li:nth-of-type(1) { width: 200px;}
#main #benefits .block dl dd ul li:nth-of-type(2) { width: 180px;}
#main #benefits .block dl dd ul li:nth-of-type(3) { width: 150px;}
#main #benefits .btn {
	text-align: center;
	margin: 60px 0 0;
}


#main #modelRoute {
	background: #F7F8FA;
	padding: 80px 0 20px;
	margin: 20px 0 0;
}
#main #modelRoute h2 {
	text-align: center;
}
#main #modelRoute h2 img {
	max-width: 300px;
}
#main #modelRoute .lead {
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	margin: 20px 0;
}
#main #modelRoute .route {
	margin: 180px 0 100px;
}
#main #modelRoute .route .routeNo {
	border: solid #5976BA;
	border-width: 3px 3px 0;
	height: 15px;
	position: relative;
}
#main #modelRoute .route .routeNo::after {
	content: url("../img/train_blu.svg");
	width: 160px;
	position: absolute;
	bottom: calc(100% - 4px);
}
#main #modelRoute #route1.route .routeNo::after { left: 3%;}
#main #modelRoute #route2.route .routeNo::after { left: 26%;}
#main #modelRoute #route3.route .routeNo::after { left: 70%;;}
#main #modelRoute .route .routeNo img {
	width: 70px;
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%);
}
#main #modelRoute .route h3 {
	text-align: center;
	max-width: 860px;
	margin: 40px auto;
}
#main #modelRoute .route .point {
  font-size: 110%;
  font-weight: 500;
  text-align: center;
  max-width: 760px;
  margin: auto;
  background: #fff;
  border-radius: 200px;
  padding: 30px;
  box-sizing: border-box;
}
#main #modelRoute .route .point h4 {
	text-align: center;
	margin: 0 0 15px;
}
#main #modelRoute .route .point h4 img {
	max-width: 180px;
}
#main #modelRoute .route dl.place {
  display: flex;
	align-items: baseline;
	gap: 20px;
	margin: 50px 0 25px;
	padding: 0 20px;
}
#main #modelRoute .route dl.place dt {
	font-weight: 500;
	line-height: 1.6;
	white-space: nowrap;
	color: #fff;
	background: #5976BA;
	border-radius: 5px;
	padding: 3px 10px 5px;
	position: relative;
}
#main #modelRoute .route dl.place dt::after {
	content: '';
  border-top: 12px solid #5976BA;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 35px;
  transform: skewX(40deg);
}
#main #modelRoute .route dl.place dd {
	font-weight: 500;
	line-height: 1.6;
}
#main #modelRoute .route ul.gallery {
  display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 20px;
}
#main #modelRoute .route ul.gallery li {
	width: calc(33.3% - 8px);
	margin: 0 0 30px;
}


#main #note {
	background: #ACBADC;
	padding: 80px 0 50px;
	position: relative;
}
#main #note::before {
	content: '';
	border-top: 50px solid #F7F8FA;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}
#main #note dl {
	line-height: 1.6;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
  max-width: 780px;
  margin: auto;
}
#main #note dl dt {
	font-size: 110%;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #5976BA;
	border-radius: 5px;
	width: 120px;
	flex-shrink: 0;
	padding: 2px 4px 4px;
	margin-right: 10px;
  box-sizing: border-box;
}
#main #note dl dd {
	font-weight: 500;
	width: calc(100% - 120px - 20px);
	color: #5976BA;
}
#main #note .btn {
	text-align: center;
	margin: 30px 0 0;
}


#main #note2 {
	text-align: center;
	padding: 40px 0;
}
#main #note2 a {
	text-decoration: underline;
}





#footer {
	padding: 50px 0 20px;
	margin: 20px 0 0;
	color: #acbadc;
	background: #5976BA;
	position: relative;
}
#footer::before {
	content: '';
  width: 100%;
  border-bottom: 2px dashed #acbadc;
  position: absolute;
  bottom: 15px;
}
#footer small {
	display: block;
	font-size: 90%;
	text-align: center;
}



#footer .topBtnBox {
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer .topBtnBox #topBtn {
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(40, 30, 31, .5);
	color: #fff;
	text-align: center;
	font-size: 11px;
	box-sizing: border-box;
	bottom: 0;
}
#footer .topBtnBox #topBtn::after {
	content: '';
	width: 5px;
	height: 25px;
	border: solid rgba(255,255,255,.8);
	border-width: 3px 0 0 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%) skewY(45deg);
}
#footer .topBtnBox #topBtn:hover {
	opacity: 0.8;
	cursor: pointer;
}





@media screen and (max-width: 480px) {
	
	body {
		min-width: initial;
		font-size: 14px; font-size: 1.4rem;
	}
	.inner { width: auto;}
	
	
	#header {}
	#header .language {
    font-size: 100%;
  }
	#header .selectWrap .language {
		width: 100px;
		padding: 10px;
	}
	
	
	#main {}
	#main #fv .fvTxt .btn img,
	#main #howTo .btn img,
	#main #benefits .btn img,
	#main #note .btn img {
		width: 250px;
	}
	
	#main #fv {
		max-height: unset;
	}
	#main #fv .slick-slide img {
    width: 100%;
    aspect-ratio: 4/3;
		object-fit: cover;
	}
	#main #fv .fvTxt {
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;
    box-sizing: border-box;
		position: static;
		transform: none;
	}
	#main #fv .fvTxt .block .map {
		width: 40%;
    position: absolute;
    top: 7%;
    left: 5%;
	}
	#main #fv .fvTxt .block .map img {
		width: 100%;
    min-width: auto;
	}
	#main #fv .fvTxt .block .info {
		width: 100%;
	}
	#main #fv .fvTxt .block .info h1 {
		width: 70%;
		min-width: unset;
		position: absolute;
    top: 17%;
    left: 25%;
	}
	#main #fv .fvTxt .block .info h2 {
		font-size: 140%;
		margin: 20px 0;
    text-align: center;
    color: #333;
		filter: none;
	}
	#main #fv .fvTxt .block .info .lead {
		font-size: 110%;
		line-height: 1.8;
		text-align: justify;
		max-width: unset;
		min-width: unset;
    color: #333;
		filter: none;
	}
	#main #fv .fvTxt .btn {
		margin: 30px 0 0;
	}
	
	#main #overview {
		padding: 40px 0;
	}
	#main #overview .wrap {
		margin: 0 15px;
		padding: 60px 0 30px;
	}
	#main #overview h2 {
		height: 15px;
	}
	#main #overview h2 img {
		width: 110px;
		top: -15px;
	}
	#main #overview dl {
		padding: 0 10px;
		flex-direction: column;
	}
	#main #overview dl dt,
	#main #overview dl dd {
		border-bottom: none;
	}
	#main #overview dl dt {
		border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 2px 5px 4px;
    line-height: 1.6;
	}
	#main #overview dl dd {
		text-align: justify;
		width: 100%;
		padding: 10px 0 30px;
	}
	
	
	#main #howTo {
	}
	#main #howTo::after {
		width: 120px;
		left: 5%;
	}
	#main #howTo .inner {
		border-width: 1px;
		border-radius: 10px;
		padding: 20px 10px;
		margin: 0 15px;
	}
	#main #howTo h2 {
		width: 140px;
		top: -60px;
	}
	#main #howTo .block {
		text-align: justify;
		border-radius: 10px;
		padding: 30px 15px;
	}
	#main #howTo .block:last-of-type {
		margin: 0 0 10px;
	}
	#main #howTo .block .img1,
	#main #howTo .block .img2 {
		position: static;
		max-width: 90%;
    margin: -60px auto 0;
	}
	#main #howTo .block .stepBox h3 {
		left: -20px;
		width: 100px;
	}
	#main #howTo .block .stepBox dl {
		flex-direction: column;
	}
	#main #howTo .block .stepBox dl dt,
	#main #howTo .block .stepBox dl dd {
		width: 100%;
    padding: 10px 15px;
    font-size: 90%;
    line-height: 1.8;
	}
	#main #howTo .block .stepBox dl dt {
		border-bottom: 1px dashed #666;
		padding: 5px 15px;
	}
	#main #howTo .btn {
		margin: 40px 0 0;
	}
	
	
	
	#main #benefits {
		padding: 80px 0 120px;
		margin: 20px 0 0;
	}
	#main #benefits::after {
		width: 120px;
		left: 60%;
	}
	#main #benefits .inner::before {
		border-width: 30px 30px 0 30px;
	}
	#main #benefits h2 img {
		max-width: 250px;
	}
	#main #benefits .lead {
		text-align: justify;
	}
	#main #benefits .block dl {
		flex-direction: column !important;
		gap: 10px;
		border-radius: 600px 600px 30px 30px;
		padding: 15px;
	}
	#main #benefits .block dl dt {
		max-width: unset;
	}
	#main #benefits .block dl dt img {
		border-radius: 600px 600px 30px 30px !important;
		width: 100%;
		aspect-ratio: 4/3;
	}
	#main #benefits .block dl dd {
		width: 100%;
	}
	#main #benefits .block dl dd h3 {
		justify-content: space-between;
	}
	#main #benefits .block dl dd h3 img:nth-of-type(1) {
		width: 220px;
	}
	#main #benefits .block dl dd h4 {
		font-size: 150%;
		line-height: 1.4;
    text-align: center;
		margin: 20px 0;
	}
	#main #benefits .block dl dd p {
		margin: 10px 0;
	}
	#main #benefits .block dl dd ul {
		justify-content: center;
		gap: 15px;
	}
	#main #benefits .block dl dd ul li:nth-of-type(1) { width: 100px;}
	#main #benefits .block dl dd ul li:nth-of-type(2) { width: 90px;}
	#main #benefits .block dl dd ul li:nth-of-type(3) { width: 75px;}
	#main #benefits .btn {
		margin: 40px 0 0;
	}
	
	
	
	#main #modelRoute {
	}
	#main #modelRoute h2 img {
		max-width: 200px;
	}
	#main #modelRoute .lead {
		text-align: left;
	}
	#main #modelRoute .route {
		margin: 150px 0 50px;
	}
	#main #modelRoute .route .routeNo img {
		width: 60px;
	}
	#main #modelRoute .route .routeNo::after {
		width: 90px;
	}
	#main #modelRoute #route1.route .routeNo::after { left: 0;}
	#main #modelRoute #route2.route .routeNo::after { left: 15%;}
	#main #modelRoute #route3.route .routeNo::after { left: 65%;}
	#main #modelRoute .route h3 {
		margin: 30px 10px;
	}
	#main #modelRoute .route .point {
		font-size: 100%;
		line-height: 1.6;
		text-align: justify;
		border-radius: 10px;
		padding: 20px;
		margin: 10px;
	}
	#main #modelRoute .route .point h4 {
		margin: 0 0 10px;
	}
	#main #modelRoute .route .point h4 img {
		max-width: 140px;
	}
	#main #modelRoute .route dl.place {
		flex-direction: column;
		gap: 10px;
		margin: 30px 0 20px;
		padding: 0 10px;
	}
	#main #modelRoute .route dl.place dt::after {
		border-width: 8px 6px 0 6px;
	}
	#main #modelRoute .route ul.gallery {
		gap: 10px;
		padding: 0 10px;
	}
	#main #modelRoute .route ul.gallery li {
		font-size: 80%;
		line-height: 1.4;
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	
	
	#main #note {
		padding: 60px 0 40px;
	}
	#main #note::before {
		border-width: 30px 30px 0 30px;
	}
	#main #note dl {
		flex-direction: column;
	}
	#main #note dl dt {
		margin: 10px auto 0;
	}
	#main #note dl dd {
		width: 100%;
		margin: 0 0 10px;
	}
	
	
	#main #note2 {
		text-align: justify;
	}
	
	
	#footer {}
	#footer small {
		font-size: 80%;
	}
	
	
	
}


