:root{
  --blue: #384670;
}
.mt10 {margin-top: 7px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
@media(max-width:991px){
  .pt100{padding-top: 80px;}
  .pb100{padding-bottom: 80px;}
}
@media(max-width:767px){
  .pt100{padding-top: 70px;}
  .pb100{padding-bottom: 70px;}
  .hidden-mb{display: none;}
}
@media(min-width:767px){
  .block-mb{display: none;}
  .decs{
    text-align: center;
  }
}
.bg-gray{
  background: #F1F1F1;
}
.title-cm{
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media(max-width:767px){
  .title-cm{
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.textlink{
  color: #0037A6;
  text-decoration: underline;
}
.textlink:hover{
  color: #0E99FC;
  text-decoration: underline;
}
img{
  max-width: 100%;
  height: auto;
}
p{
  margin-bottom: 0;
}
.disblock{
  display: block;
}
/*------ Banner -------*/
.banner{
  position: relative;
}
.banner > img{
  width: 100%;
}
.banner-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  display: flex;
  align-items: center;
}
.banner-inner h1,
.banner-inner p{
  color: #fff;
  font-weight: bold;
  text-shadow: 
    -2px -2px 6px #592100, 
    2px -2px 6px #592100, 
    -2px 2px 6px #592100,
     2px 2px 6px #592100, 
    -2px -2px 6px #592100, 
    2px -2px 6px #592100,
     -2px 2px 6px #592100, 
    2px 2px 6px #592100;
}

.banner-inner h1{
  font-size: 11vw;
  line-height: 1;
}
.banner-inner p{
  font-size: 8vw;
  display: inline-block;
  background: rgb(103 39 1 / 45%);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 3vw;
  margin-top: 3vw;
  line-height: 1;
}
@media(min-width:767px){
  .banner-inner h1{
    font-size: 5vw;
  }
  .banner-inner p{
    font-size: 3.7vw;
    padding: 1.5vw 2vw;
    margin-top: 2vw;
  }
}
@media(min-width:991px){
  .banner-inner h1{
    font-size: 4vw;
  }
  .banner-inner p{
    font-size: 2.7vw;
    padding: 1vw;
    margin-top: 1vw;
  }
}
@media(min-width:1900px){
  .banner-inner h1{
    font-size: 76px;
  }
  .banner-inner p{
    font-size: 52px;
    padding: 15px;
    margin-top: 25px;
  }
}
/*------ End Banner -------*/
/*------ Pass -------*/
.pass-types-list{
  display: flex;
  gap: 20px 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
.pass-types-list > div{
  width: calc(33.333% - 20px);
}
.pass-types-name{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.pass-types-list > div:nth-child(1) .pass-types-name{
  background: #2CA248;
}
.pass-types-list > div:nth-child(2) .pass-types-name{
  background: #1F949F;
}
.pass-types-list > div:nth-child(3) .pass-types-name{
  background: #4C7ABF;
}
.price{
  font-size: 25px;
  font-weight: bold;
}
.btn-cm{
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 50px;
}
.btn-red{
  background: #DC000C;
  width: 170px;
  max-width: 100%;
  display: inline-block;
}
.btn-red:hover {
    color: #fff;
    background: #F51420;
}
.btn-green{
  background: #2CA248;
  width: 300px;
  max-width: 100%;
  display: inline-block;
}
.btn-green:hover {
    color: #fff;
    background: #44bc61;
}
.pass-types > div {
  height: 100%;
  background: #F9F9F9;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.pass-types > div > div{
  text-align: center;
  padding: 30px 20px;
}
@media(max-width:767px){
  .pass-types-list > div{
    width: 100%;
  }
}

/*------ End Pass -------*/

/*------ Intro -------*/
.intro{
  background: var(--blue);
}
.intro-list{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  align-items: stretch;
}
.intro-list > div{
  width: calc(50% - 10px);
}
.intro-item{
  height: 100%;
  background: #fff;
  padding: 30px 20px 40px 20px;
  display: flex;
}
.intro-item h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.intro-item > div:nth-child(1){
  width: 45%;
}
.intro-item > div:nth-child(2){
  width: 55%;
  padding-left: 15px;
}
@media(max-width:767px){
  .intro-list > div{
    width: 100%;
  }
}
/*------ End Intro -------*/

/*----------- Map ----------*/
.map-note{
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border:1px solid #CCEAFF;
  padding: 20px 50px; 
}
.map-note ul{
  columns: 3; 
  column-gap: 10px;
}
.number {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDEEFF;
  color: #0645AD;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.sub-item {
  position: relative;
  padding-left: 30px;
}
.sub-item:before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
}
.map-note li + li {
  margin-top: 7px;
}
.map-note li a{
  font-weight: bold;
}
.map-note .num{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  background: #CCEAFF;
  margin-right: 10px;
}
@media(max-width:991px){
  .map-note{
    padding: 20px 30px;
  }
}
@media(max-width:767px){
  .map-note ul{
    columns: 2;
  }
  .map-note{
    padding: 20px 15px;
  }
}
@media(max-width:575px){
  .map-note ul{
    columns: 1;
  }
}

/*----- How to use -----*/
.btn-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px 45px;
  flex-wrap: wrap;
}
@media(min-width:767px){
  .btn-list li{
    width: calc(50% - 23px);
  }
  .btn-list li:nth-child(odd){
    text-align: right;
  }
}
@media(max-width:767px){
  .btn-list{
    gap: 20px 0;
  }
  .btn-list li{
    text-align: center;
    width: 100%;
  }
}
/*----- End How to use -----*/
/*-----  bus -----*/
.bus-list{
  display: flex;
  gap: 20px 35px;
}
.bus-list li{
  width: calc(16.666% - 30px);
}
.bus-list li a .bus-img{
  overflow: hidden;
  transition: all ease 0.3s;
}
.bus-list li a:hover .bus-img img{
  transform: scale(1.1);
	transition: all ease 0.3s;
}
.bus-img img{
  object-fit: contain;
}
.bus-img{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ECF7FF;  
  padding: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}
.bus-name{
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
@media(max-width:1170px){
  .bus-img{
    width: 95px;
    height: 95px;
    padding: 10px;
  }
  .bus-name{
    margin-top: 10px;
  }
}
@media(max-width:767px){
  .bus-list{
    flex-wrap: wrap;
  }
  .bus-list li{
    width: calc(33.333% - 30px);
  }
}
/*----- End bus -----*/
/*----- outline-----------*/
.outline-table{
  width: 100%;
  background-color: #fff;
}
.outline-table th{
  font-weight: bold;
  background: var(--blue);
  color: #fff;
}
.outline-table th,
.outline-table td{
  border-collapse: collapse;
  border:1px solid #E5EED9;
  padding: 15px 30px;
}
.outline-table td dt{
  margin-top: 8px;
}
.list-num {
	padding-left: 18px;
}
.list-num li,
.list-dot li{
  margin-bottom: 7px;
}
.list-num li:last-child,
.list-dot li:last-child{
  margin-bottom: 0;
}
@media(min-width:767px){
  .outline-table th{
    width: 230px;
  }
}
@media(min-width:991px){
  .outline-table th{
    width: 300px;
  }
}
@media(max-width:767px){
  .outline-table th, .outline-table td{
    display: block;
    width: 100%;
    padding: 15px 15px;        
    vertical-align: middle;
  }  
  .outline-table th,
  .outline-table td{
    border-top:none;
  }

}
.outline-table dt {
  font-weight: bold;
}
.outline-table dt:nth-child(n+2) {
  margin-top: 10px;
}
.outline-table dd li {
  list-style: disc;
  margin-left: 40px;
}
.txt-link{
 text-decoration: underline;
}

/* FAQ
------------------------------------------*/
.faqbox__button ul li{
  margin-bottom: 15px;
}
.faqbox .dropdownSub{
	display:none;
}
.dropdown__inner {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  margin-bottom: 10px;
}
.dropdown{
	background-color: #fff;  
  overflow: hidden;
}
.question{
	padding: 20px 30px;
	position: relative;
	cursor: pointer; 
  font-weight: 500;
  font-size: 16px;
}
/*
.faq-list > div:not(:last-of-type){
  border-bottom: 1px solid #D6D6D6;
}
*/
.dropdownSub{
	padding: 20px 50px 20px 30px;
	display: none;
  border-top: 1px dotted #D6D6D6;
}
.question:after{
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/icon_expand.svg") no-repeat center center;
  position: absolute;
  right: 25px;
  top: 15px;
}
.dropdown_toggle .question:after{
  background: url("../img/icon_collapse.svg") no-repeat center center;
}
@media (max-width:767px) {
  .faq {
    padding-bottom: 120px;
  }
	.dropdownSub{
		padding: 16px 15px 25px;
	}
	.question{
		padding: 15px 55px 15px 15px;
	}
	.question:after{
		font-size: 33px;
		right: 12px;
		top: 10px;
	}
	.question:after{
		right: 13px;
		top: 10px;
		font-size: 33px;
	}
	.dropdown_toggle .question:after{
		font-size: 62px;
		top: 8px;
	}
}

/*----- Modal -----*/
.modal-dialog{
  width: 900px;
  max-width: calc(100% - 2rem);
}
.modal-header,
.modal-body{
  border-bottom: none;
  padding-left: 50px;
  padding-right: 50px;
}
.modal-header{
  padding-left: 50px;
  padding-right: 30px;
}
.modal-body{
  padding: 0 50px;
}
.modal-title{
  line-height: 1.5;
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.modal-footer{
  border-top: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
.map-modal{
  display: flex;
}
.map-modal > div:nth-child(1){
  width: 40%;
}
.map-modal > div:nth-child(2){
  width: 60%;
  padding-left: 30px;
}
.modal-body strong{
  font-size: 18px;
}
.btn-close{
  border:none;
  background: none;
  outline: none;
  color: #0037A6;  
}
@media (max-width:767px) {
  .modal-header{
    padding-left: 30px;
  }
  .modal-body{
    padding: 0 30px;
  }
  .map-modal{
    flex-wrap: wrap;
  }
  .map-modal > div:nth-child(1),
  .map-modal > div:nth-child(2){
    width: 100%;
  }
  .map-modal > div:nth-child(2){
    padding-left: 0;
    padding-top: 20px;
  }
  .modal-title{
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.map-modal .mt20{
  margin-top: 15px;
}

#top_gototop{
  bottom:30px !important;
}
.list-dot li{
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #565656;
  position: absolute;
  left: 0;
  top: 9px;
}

.bus-info-list {
  margin-top: 40px;
}
.bus-info-list ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.bus-info-list ul li img{
  width: 100px;
}
@media(max-width:767px){
  .bus-info-list{
    margin-top: 30px;
  }
  .bus-info-list ul{
    gap: 20px 30px;
    flex-wrap: wrap;
  }
  .bus-info-list ul li{
    max-width: calc(33.333% - 20px);
  }
}







