@charset "UTF-8";
/*-----------------------------------------------------------------------
* common sp read bottom
*----------------------------------------------------------------------- */
main nav.tab ul li a {
	font-size: 11px;
	padding: 16px 12px 15px;
	line-height: 1.4;
}
main nav.tab.gray ul li a.selected,
main nav.tab ul li a.selected {
	padding: 18px 12px 17px;
}
.underline{
	padding-bottom: 12px !important;
}


/*-----------------------------------------------------------------------
* footer
*----------------------------------------------------------------------- */
#foot-banner {
	padding: 20px 0;
}
#foot-banner .swiper-slide {
	width: 220px;
}
footer{
	text-align: center;
	background: #2b94e4;
	color: #fff;
}
footer #foot-nav{
	padding: 20px 8px 10px;
}
footer .foot-nav-logo{
	margin: 0 auto 20px;
	display: inline-block;
}
footer .foot-nav-logo a{
	display: inline-block;
	width: 140px;
	margin: 0;
}
footer #foot-nav .appealBox {
	width: 80%;
	vertical-align: middle;
	letter-spacing: -.4em;
	margin: 0 auto 30px;
}
footer #foot-nav .appealBox .appealIcon {
	display: inline-block;
	width: 30%;
	margin: 0 4px;
  letter-spacing: normal;
}
footer nav#footersns ul {
  margin-bottom: 22px;
  padding: 0;
}
footer nav#footersns li {
	vertical-align: middle;
}
footer nav#footersns li a {
  width: 40px;
  display: inline-block;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
footer nav#footersns li:not(:last-of-type) {
  margin-right: 6px;
}
footer nav#footersns li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer nav#footersns li a img {
	width: 72.4%;
}
footer address{
	background: #eaf5fc;
	color:#0e0e0e;
	font-style: normal;
	display: block;
	margin-top: 16px;
	padding: 25px 22px 22px;
	font-weight: bold;
}
footer address h3 {
	width: 110px;
	margin: 0 auto 18px;
	text-align: center;
	line-height: 0;
}
footer address> p {
  margin: 0 0 18px;
  color: #0e0e0e;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
footer address a {
  margin: 0;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
footer address a p{
	margin-bottom: 0;
  font-size: 13px;
	line-height: 1;
	font-weight: bold;
	background-color: #2b94e4;
	background-size: 14px;
	text-indent: 0;
	height: auto;
	color: #fff;
	text-decoration: none;
	padding: 18px 0 16px;
  position: relative;
  width: 100%;
}
footer address a p::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 12px;
  margin: -6px 22px 0 0;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  top: 50%;
  width: 12px;
}
footer #footercorp{
	background: #fff;
	color: #0e0e0e;
	padding: 20px 8px 22px;
	overflow: hidden;
	text-align: center;
}
footer #footercorp img{
	margin: 4px;
}
footer #footercorp small{
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 0;
}
footer #footercorp p{
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------
* modal
*----------------------------------------------------------------------- */
.modal{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
}
.modal .wrapper{
	background: #f0f5f9;
	width: 90%;
	font-weight: normal;
	font-size: 16px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	max-height: 90%;
	overflow: auto;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal .wrapper .content{
	background: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	padding: 16px;
}
.modal .wrapper h4{
	text-align: center;
	font-size: 20px;
	margin: 16px 0 24px;
}
.modal .wrapper h5 {
	font-size: 16px;
	margin-bottom: 12px;
	color: #038de1;
}
.modal .wrapper p{
	margin: 0 0 2em;
}
.modal .wrapper .content a.btn{
	display: block;
}
.modalclose{
	display: inline-block;
	border-left: 3px solid #fff;
	padding: 20px 80px;
	font-size: 12px;
	font-weight: bold;
	color: #0e0e0e;
	text-decoration: none;
	position: relative;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
.modalclose:hover{
	background: #038de1;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.modalclose::before,
.modalclose::after{
	position: absolute;
	top: 0;
	left: 24px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	background: #666;
}
.modalclose::before{
	width: 14px;
	height: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modalclose::after{
	width: 14px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modalclose:hover::before,
.modalclose:hover::after{
	background: #fff;
}


/*-----------------------------------------------------------------------
* qa
*----------------------------------------------------------------------- */
main article#qa{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #fff;
}
main article#qa section {
	padding-left: 8px;
	padding-right: 8px;
}
main article#qa h2 {
}
main article#qa dl{
	max-width: 1000px;
	margin: 0 auto 20px;
	text-align: left;
}
main article#qa dt{
	margin-top: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #71baf6;
	padding: 14px 36px 13px 34px;
	background-image: url(/img/common/icon-qa-q-sp.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
	background-size: 15px;
	position: relative;
	cursor: pointer;
	-webkit-transition: -webkit-opacity 0.4s linear;
	-moz-transition: -moz-opacity 0.4s linear;
	transition: opacity 0.4s linear;
}
main article#qa dt:hover{
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
main article#qa dt:nth-of-type(1){
	background-color: #2b94e4;
}
main article#qa dt:nth-of-type(2){
	background-color: #3d9de8;
}
main article#qa dt:nth-of-type(3){
	background-color: #4ea8ef;
}
main article#qa dt:nth-of-type(4){
	background-color: #5caff2;
}
main article#qa dd{
	font-size: 13px;
	background-color: #fff;
	padding: 14px 12px 13px 34px;
	background-image: url(/img/common/icon-qa-a-sp.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
	background-size: 15px;
	display: none;
}
main article#qa dt::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
main article#qa dt::after{
	right: 12px;
	width: 12px;
	height: 12px;
	background: url(/img/common/icon-qa-plus-sp.png);
	background-size: 12px;
}
main article#qa dt.open::after{
	background: url(/img/common/icon-qa-minus-sp.png);
	background-size: 12px;
}


/*-----------------------------------------------------------------------
* airportmap
*----------------------------------------------------------------------- */
main .airportmap{
}
main .airportmap ul.mapul{
	margin-bottom: 20px;
}
main .airportmap ul.mapul>img{
	margin:0 auto 20px;
	width:300px;
	display: block;
}
main .airportmap ul.mapul li{
	width: 50%;
}
main .airportmap ul.mapul li a {
	display: block;
	margin: 0 2px 4px;
	background-color: #038de1;
	color: #fff;
	text-decoration: none;
	padding: 12px 0 12px 8px;
	font-weight: bold;
	text-align: left;
}
main .airportmap ul.mapul li a span.listNum {
	margin-right: 2px;
}
main .airportmap ul.mapul li a span.nameEn {
	color:rgba(255, 255, 255, 0.7);
	font-size: 10px;
	margin-left: 4px;
}


/*-----------------------------------------------------------------------
* planmap
*----------------------------------------------------------------------- */
main section.planmap{
	border-bottom: none;
	margin: 20px auto 40px;
	width: 304px;
	height: 168px;
	padding: 0;
	background: url(/img/plan/map-bg.png) left top no-repeat;
	position: relative;
	background-size: 304px;
}
main section.planmap ul li{
	display: block;
	text-align: left;
	margin: 0;
	width: auto;
	vertical-align: middle;
}
main section.planmap ul li a{
	color: #0e0e0e;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
	position: relative;
	padding: 17px 16px 16px 36px;
	background-color: transparent;
	display: block;
	font-weight: bold;
	text-align: left;
}
main section.planmap ul li a.selected,
main section.planmap ul li a:hover{
	padding: 17px 16px 16px 36px;
	color: #fff;
	background-color: #038de1;
}
main section.planmap ul li a::before,
main section.planmap ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
main section.planmap ul li a::before{
	left: 14px;
	width: 9px;
	height: 2px;
	background: #0e0e0e;
}
main section.planmap ul li a::after{
	left: 14px;
	width: 6px;
	height: 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0e0e0e;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0e0e0e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
main section.planmap ul li a.selected::before,
main section.planmap ul li a:hover::before{
	background: #fff;
}
main section.planmap ul li a.selected::after,
main section.planmap ul li a:hover::after{
	border-top-color: #fff;
	border-right-color: #fff;
}
main section.planmap ul.overray{
	position: absolute;
	top:0;
	left:0;
}


/*-----------------------------------------------------------------------
 * responsive
 *----------------------------------------------------------------------- */
@media screen and (max-width: 1179px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 879px) {
}
@media screen and (min-width: 768px) { /*pc*/
	.pchide{display: none;}
}
@media screen and (max-width: 767px) { /*smartphone*/
	.sphide{display: none;}
}
@media screen and (max-width: 719px) {
}
@media screen and (max-width: 479px) {
	main .airportmap ul.mapul li a {
		padding: 10px 0 6px 10px;
	}
	main .airportmap ul.mapul li a span.nameEn {
		display: block;
		margin: -1px 0 0 16px;
	}
  
  /* 20191008 contact fix */
  footer address {
    padding: 25px 16px 18px;
  }
  footer address h3 {
    margin: 0 auto 18px;
  }
  footer address> p {
    font-size: 12px;
    margin: 0 0 16px;
  }
  footer address> p .is-sp_br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
}


/*-----------------------------------------------------------------------
* chatbot
*----------------------------------------------------------------------- */
#chatbtn::before{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: 9998;
}
#chatbtn{
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 9999;
	display: none;
}
#chatbtn a{
	display: block;
	width: 140px;
	height: auto;
}
#chatbtn-close {
	position:fixed;
	right: 10px;
  bottom: 10px;
	width: 32px;
	height: 32px;
	opacity: 1;
	z-index: 99999;
	background-color: #000;
	border-radius:100%;
	cursor: pointer;
}
#chatbtn-close:before, #chatbtn-close:after {
	position: absolute;
	left: 15px;
	top: 7px;
	content: ' ';
	height: 18px;
	width: 2px;
	background-color: #fff;
}
#chatbtn-close:before {
	transform: rotate(45deg);
}
#chatbtn-close:after {
	transform: rotate(-45deg);
}
#konnect-container{
	margin-top: 500px;
	max-height: 80vh;
  bottom: 0px;
}
.konnect-chat-initializer-content-text{
	display: none !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
	font-weight: bold !important;
}
.konnect-chat-initializer-content-icon img{
	height: auto !important;
	width: 90px !important;
	border-radius:0% !important; 
}