@charset "UTF-8";
@font-face {
  font-family: 'god';
  src: url("../../fonts/UTM GOD_S WORDR.TTF");
}
@font-face {
  font-family: 'god-bold';
  src: url("../../fonts/UTM GOD_S WORDBOLD.TTF");
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1.3;
	margin: 0;
	font-family: 'Open Sans', "Roboto", "Helvetica Neue", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul,
nav ul,
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	text-decoration: none;
  color: #333;
}
a:hover{
	text-decoration: none;
	color: #333;
}
ol,      
ul,
dl {
	margin: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
  vertical-align: middle;
  border-style: none;
}
h2{
  font-family: 'Roboto';
  font-size: 40px;
  font-weight: bold;
  color: #0A3E71;
  padding-bottom: 50px;
  text-align: center;
}
h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.block-767{
  display: none;
}
@media(max-width:767px){
  h2{
    font-size: 35px;
    padding-bottom: 40px;
  }
  h3{
    font-size: 25px;
  }
  .block-767{
    display: block;
  }
  .hidden-767{
    display: none;
  }
}
/*-----Layout-----*/
.pt90{padding-top:  90px;}
.pt50{padding-top:  50px;}
.pt30{padding-top:  30px;}
.pt20{padding-top:  20px;}
.pt10{padding-top:  10px;}
.pb150{padding-bottom:  150px;}
.pb90{padding-bottom:  90px;}
.pb50{padding-bottom:  50px;}
.pb30{padding-bottom:  30px;}
.pb20{padding-bottom:  20px;}
.pb10{padding-bottom:  10px;}
.grey-bg{
  background-color: #F3F3F3;
}
.col3-item3{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.col3-item3 > div{
  width: 100%;
  padding: 0 15px;
}
.col3-item3 > div > a, .col3-item3 > div > div{
  height: 100%;
}
@media(min-width:992px){   
  .col3-item3 > div{
    width: 25%;
  } 	
}
@media(max-width:991px){
  .pt90{padding-top:  60px;}
  .pt50{padding-top:  30px;}
  .pt30{padding-top:  30px;}
  .pb150{padding-bottom:  100px;}
  .pb90{padding-bottom:  60px;}
  .pb50{padding-bottom:  30px;}
  .route-wrap{
    padding-bottom: 10px;
  }   
  .col3-item3{
    margin-left: -10px;
    margin-right: -10px;
  }
  .col3-item3 > div{
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  } 
}
@media(max-width:767px){
  .pt90{padding-top:  50px;}
  .pt50{padding-top:  25px;}  
  .col3-item3 > div{
    width: 50%;
  } 
}
/*-----End Layout-----*/

/*----------Main banner----------*/
.main-banner{
  position: relative;
}
.main-banner > img{
  width: 100%;
}
.banner-wrap{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  top: 2.5vw;
  left: 0;
  text-align: left;
}
.bnr-title{
  font-family: 'god'; 
  /*color: #FF7762;*/
  color: #fff;
  font-size: 9vw; 
  font-weight: normal;
  text-align: center;
  text-shadow: 0 2px 6px #00284D;
}
/*.bnr-sub{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  display: inline-block;
  color: white;
  font-family: 'Roboto';
  font-size: 5vw;
  text-shadow: 0 2px 6px #00284D;
}*/
@media(min-width:991px){
  .bnr-title{
    font-size: 7vw;
  }
}
@media(min-width:1900px){
  .banner-wrap {
    top: 2.5vw;    
  }
  .bnr-title {
    font-size: 3vw;
  }
}
@media(min-width:2500px){
  .banner-wrap {
    top: 3vw;
  }
  .bnr-title {
    font-size: 2.5vw;
  }
}
@media(max-width:1900px){
  .bnr-title { 
    font-size: 3.2vw;
  }
}
@media(max-width:1200px){
  .banner-wrap{
  }
}
@media(max-width:991px){
  .banner-wrap{
  }
  .bnr-title { 
    font-size: 4.5vw;
  }
}
@media(max-width:767px){
  .banner-wrap{  
    top: 6vw;
  }
  .bnr-title { 
    font-size: 7vw;
  }
}
/*----------End Main banner----------*/

/*----------Popular Ferry Company----------*/
.carrier-list > div{
  margin-bottom: 50px;
}
.carrier-list a{
  display: block;
  background: #fff;
	box-shadow: 0 0 7px rgb(165 165 165 / 50%);
  border:1px solid #D6D6D6;  
  border-radius: 6px;
}
.carrier-list a:hover{
	box-shadow: 2px 2px 10px rgb(165 165 165 / 80%);
  cursor: pointer;
}
.carrier-list a img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.carrier-list .carrier-info{
  padding: 15px 15px 30px 15px;
}
.rank1{
  background: url(../../img/rank1.png) no-repeat top left;
}
.rank2{
  background: url(../../img/rank2.png) no-repeat top left;
}
.rank3{
  background: url(../../img/rank3.png) no-repeat top left;
}
.rank4-5{
  background: url(../../img/rank4-5.png) no-repeat top left;
}
.carrier img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.carrier-rank{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 92px;
  height: 21px;
  line-height: 21px;
}
.carrier-name{
  color: #1862AA;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.button-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue-btn{
  width: 350px;
	font-weight: 600;
  color: white;
	text-align: center;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
  font-size: 18px;
}
@media(max-width:767px){
  .carrier-list > div {
    margin-bottom: 30px;
  }
  .carrier-list img{
    width: 100%;
    max-width: 100%;
  }
  .blue-btn{
    padding: 15px 20px;
  }
}
/*----------End Popular Ferry Company----------*/

/*----------FAQ----------*/
.faq .card{
  border: 1px solid #E1E0E0;
}
.faq .card:nth-child(n+2) {
	margin-top: 10px;
}
.faq .card-header {
	font-size: 1rem;
	line-height: 1.3;
	border-bottom: 0 !important;
	padding: 0 !important;
  position: relative;
  background-color: #FFF;
  font-weight: bold;
}
.faq .card-header:hover {
	cursor: pointer;
}
.faq .card-header a {
	display: block;
	padding: 1.2rem 5rem 1.2rem 1.5rem;
}
#faq-accordion .card-header a:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	/*content: "\f068";*/
  content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color: #333333;
  /*font-size: 32px;*/
}
#faq-accordion .card-header a.collapsed:after{
	/*content: "\2b";
  font-size: 16px;*/
  content: "\f078";
}
#faq-accordion p a {
    color: #007bff;
    text-decoration: underline;
}
.faq .card-body {
    border-top: 1px dotted rgba(0,0,0,.125);
}
.faq .card-body p {
	line-height: 1.55;
}
.faq .faq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  flex-direction: row;
}
.faq .faq__link {
	margin-top: 30px;
}
.faq .faq__link li:first-child{
	margin-right: 30px;
}
.faq .faq__link a {
	width: 300px;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.faq .card-header a {
		padding: .75rem 4.0rem .75rem 1.5rem;		
	}
	.faq .card-body p {
		font-size: 1.15rem;
	}  
  .faq .faq__link li:first-child {
    margin: 0 15px 0 0;
  }
  .faq .faq__link a {
    width: 250px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .faq .faq__link a {
    width: 160px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 375px) {
	.faq .faq__link {
    width: 160px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.faq .faq__link li:first-child{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*----------End FAQ----------*/
















