body{
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
.mt30{margin-top: 30px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
@media(min-width:767px){
  .block-mb{
    display: none;
  }
}
@media(max-width:767px){
  .hidden-mb{
    display: none;
  }
}
@media(max-width:991px){
  .pt100{padding-top: 80px;}
  .pb100{padding-bottom: 80px;}
}
@media(max-width:767px){
  .pt100{padding-top: 60px;}
  .pb100{padding-bottom: 60px;}
}
.txt-note{
  font-size: 14px;
  color: #D10205;
}
/*----- Banner -----*/
.banner{
  position: relative;
}
.banner > img{
  width: 100%;
}
.bnr-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top:2vw;
}
.bnr-inner h1{
  font-size: 8.5vw;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 5px #913606, 1px 1px 5px #913606, 1px 1px 5px #913606, 1px 1px 5px #913606;
  line-height: 1.1;
  text-align: center;
}
.bnr-inner img{
  display: block;
  width: 38%;
  margin: 0 auto -2vw auto;
}
.bnr-inner h1 span{
  display: block;
  font-size: 6.5vw;
}
@media(min-width:767px){
  .bnr-inner img{
    width: 25vw;
    margin: 0 auto -1vw auto;
  }
  .bnr-inner h1{
    font-size: 6vw;
  }
  .bnr-inner h1 span{
    font-size: 5.5vw;
  }
}
@media(min-width:991px){
  .bnr-inner img{
    width: 23vw;
  }
  .bnr-inner h1{
    font-size: 4.5vw;
  }
  .bnr-inner h1 span{
    font-size: 3.5vw;
  }
}
@media(min-width:1900px){
  .bnr-inner img{
    width: auto;    
  }
  .bnr-inner h1{
    font-size: 85px;
  }
  .bnr-inner h1 span{
    font-size: 60px;
  }
}
/*----- End banner -----*/
/*----- Intro -----*/
@media(min-width:991px){
  .intro-box .row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .intro-box .row > div{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width:767px){
  .intro-box .row > div:nth-child(1){
    text-align: center;
    margin-bottom: 30px;
  }
  .intro-box .row .mt30{
    margin-top: 20px;
  }
}
/*----- End Intro -----*/
/*----- Sport -----*/
.spots-box{
  background: url("img/bg-top.png") no-repeat center top, url("img/bg-bottom.png") no-repeat center bottom #041a57;
  background-size: 100% auto;
}
.title-big{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff; 
  margin-bottom: 50px;
}
.title-small{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
.title-small:after{
  content: '';
  width: 195px;
  height: 2px;
  background: #FFBA6C;
background: linear-gradient(-90deg, rgba(255, 186, 108, 1) 0%, rgba(255, 141, 210, 1) 15%, rgba(196, 137, 255, 1) 38%, rgba(26, 125, 255, 1) 73%, rgba(51, 243, 211, 1) 100%);
  display: block;
  margin: 7px auto;
}
.place-txt{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media(max-width:767px){
  .spots-box {
    background: url(img/bg-top.png) no-repeat center top, url(img/bg-bottom.png) no-repeat center bottom #041a57;
    background-size: 230% auto;
  }
  .title-small{
    margin-top: 60px;
    font-size: 32px;
  }
  .place-txt{
    font-size: 25px;
  }
  .title-big{
    font-size: 35px;
  }
}
/*--- anchor-link ---*/
.anchor-link {
  background: rgb(0 17 57 / 60%);
}
.anchor-link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.anchor-link ul > li{
  width: 20%;
  padding: 6px 13px;
}
.anchor-link li a{
  color: #f8f8f8;
  font-size: 15px;
}
.anchor-link li a:after{
  content:'\f078' ;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
	margin-left: 8px;
	font-size: 11px;
  color: #f8f8f8;
}
@media(max-width:1140px){
  .anchor-link ul > li{
    width: 33.333%;
  }
}
@media(max-width:767px){
  .anchor-link ul > li{
    width: 50%;
  }
	.anchor-link li a{
		font-size: 14px;
	}
}
@media(max-width:575px){
  .anchor-link ul > li{
    width: 100%;
  }
  .anchor-link ul{
    padding: 10px 15px;
  }
  .anchor-link ul > li{
    width: 100%;    
    padding: 10px 0;
  }
  .anchor-link ul > li + li{
    border-top: 1px dotted #4A65A2;
  }
  .anchor-link li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.spots-list > div + div{
  border-top: 1px dashed #fff;
  margin-top: 80px;
}
.spots-item p{
  color: #f8f8f8;
}
.block_item-title{
  font-size: 23px;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.block_item-img img{
  display: block;
  margin: 0 auto 30px auto;
  max-width: 100%;
}
.route__wrap--ttl p {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
.route__wrap{
  background: #F6F6F6;
  border-radius: 7px;
  padding: 5px 30px;
}
.route__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; 
}
.route__wrap > div + div{
  border-top: 1px solid #D9D9D9;
}
.route__name {
  font-size: 18px;
	display: flex;
	align-items: center;
}
.arrow {
  padding: 0 15px;
}
.arrow:before {
  content: "";
  background: url('img/arrow.png') no-repeat;
	display: block;
	width: 18px;
	height: 5px;
}
.route__btn {
    display: flex;
} 
.route__btn a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #EE6BCB;
background: linear-gradient(56deg, rgba(238, 107, 203, 1) 0%, rgba(255, 147, 147, 1) 100%);
  border-radius: 21px; 
  padding: 10px 0;
  width: 200px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route__btn--outbound {
    margin-right: 15px;
}
@media(max-width:991px){
  .route__btn a{
    width: 180px;
  }
}
@media(max-width:767px){
  .spots-list > div + div{
    margin-top: 60px;
  }
  .route__wrap{
    padding: 10px 15px;
  }
  .route__item{
    flex-wrap: wrap;    
  }
  .route__item > div{
    width: 100%;
    text-align: center;
  }
  .route__btn,
  .route__name{
    justify-content: center;
  }
  .route__name{
    flex-wrap: wrap;
  }
  .route__btn{
    margin-top: 10px;
  }
  .route__btn > div{
    width: 50%;
  }
  .route__btn a{
    width: 100%;
  }
  .block_item-title{
    font-size: 20px;
  }
  .block_item-title{
    margin: 25px 0 10px 0;
  }
}
/*----- End Sport -----*/

/*---- Chat online----*/
.chat-wrap{
	text-align: center;
}
.no-underline {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	margin-bottom: 10px;
}
.no-underline:before {
	content: "";
	display: flex;
	width: 34px;
	height: 24px;
	background: url("img/icon-chat.png") 0 0 no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.chat .online span {
	color: #fff;
    font-size: 17px;
    line-height: 1.2;
}
.chat .online a {
	display: block;
	color: #fff;
	background: #4DC45D; 
	z-index: 99;
	padding: 20px;
	border-radius: 5px;    
	text-align: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.chat_close {
	display: none;
}
@media screen and (max-width: 768px) {		
	.box-contact {
		width: 100%; 
	}
}
@media screen and (max-width: 767px) {		
	.box-contact {
		display: flex;
		padding: 25px 15px;
	}
	.underline,
	.no-underline {
		font-size: 19px;
	}
	.no-underline:before{
		margin-right: 5px;
	}
	.chat_close {
		z-index: 3;
		position: fixed;
		bottom: 25px;
		right: 12px;
		color: #fff;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.chat_open {
		display: none;
		z-index: 2;
		width: 34px;
		height: 24px;
		background: url(../img/icon-chat.png) no-repeat;
		background-position: center center;
		margin-right: 10px;
		padding: 20px 25px;
		background-color: #4dc45d;
		border-radius: 5px;
		position: fixed;
		bottom: 35px;
		right: 10px;
	}
	.underline{
		margin-top: 5px;
    display: block;
	}
}
@media screen and (max-width: 575px) {	
	.chat .online a {
		padding: 10px;
	}
  .chat-wrap {
    padding: 0 !important;
  }
}

/*----/ End Chat online----*/





















