@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */

h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
}


a {
	color:#0fa3e1;
	outline:none;
	text-decoration:underline;
	opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
a:hover,
a:active {
	color:#333;
	outline:none;
	text-decoration: none;
}

a:hover {
	opacity:0.6;
}
a[target=_blank]:hover,
#logo a:hover {
	opacity: 1;
}

p {
	line-height: 24px;
	padding: 0 0 24px;
}
/*p { padding: 0 0 16px; }*/

.image_l { float: left; padding: 0 40px 17px 0; }
.image_r { float: right; padding: 0 0 17px 35px; }
.image_r img,
.image_l img {
	padding: 3px 0 5px;
}
.image_r2 { float: right; padding: 0 30px 17px 35px; }

table .image_l { padding: 5px 8px 8px 0; }
table .image_r { padding: 5px 0 10px 8px;}


/* common_reset
------------------------------------------------------------------------*/

img {
    border: 0;
    vertical-align: bottom;
}
.center { text-align: center }
.fLeft { float: left!important }
.fRight { float: right!important }
.clearBoth { clear: both }
p.clearAfter {
    clear: both;
    height: 0;
    width: 0;
    padding-bottom: 5px;
    line-height: 0;
    visibility: hidden;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
@media screen and (min-width: 980px) {
html {
	background: none;
	min-width: 980px;
	max-width: 100%;
}
body {
	color: #5c5c5c;
	text-align: center;
	min-width: 980px;
	max-width: 100%;
}

#wrapper {
	text-align: left;
}

#main {
	margin: 50px auto 0;
	width: 950px;
}
#index #main {
	margin: 0 auto;
	width: 100%;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	margin: 0 auto;
}

#header p {	padding-bottom: 0; }

#header h1 {
	font-size: 10px;
}

#header .btn_change_language {
	margin-top: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: 20px;
}

#header .btn_change_language a {
	background: #0fa3e1;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px 4px;
    display: block;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    min-width: 90px;
    min-height: 24px;
    font-size: 12px;
    text-align: center;
}

#header .btn_change_language a::before {
	content: '';
    width: 96%;
    height: 86%;
    border: 1px solid #fff;
    position: absolute;
    top: 7%;
    left: 2%;
    box-sizing: border-box;
}

#logo {
	text-align: center;
	padding: 15px 0 5px;
	width: 950px;
	margin: 0 auto;
}

#gNav {
	background: #fff;
	padding: 0 0 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	padding-top: 10px;
	z-index: 10000;
}
#gNav ul {
	margin: 0 auto;
	width: 952px;
}
#gNav li:first-child {
	border-left: 1px solid #dcdcdc;
}
#gNav li {
	width: calc(100%/5 - 5px);
	float: left;
	height: 30px;
	border-right: 1px solid #dcdcdc;
}
#gNav ul.sublink li {
	width: 100%;
	box-sizing: border-box;
}
#gNav ul.sublink li a{
	white-space: normal;   
    word-wrap: break-word;
}
#gNav li > span,
#gNav li > a{
	padding-top: 8px;
	display: block;
	width: 100%;
	text-align: center;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#gNav li.sub {
	position: relative;
}
#gNav li ul.sublink {
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	top: 30px;
	z-index: 3;
	padding-top: 15px;
}
#gNav li ul li {
	float: none;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
}
#gNav li ul li a {
	border-bottom: 1px solid #eee;
	float: none;
	font-size: 11px;
	display: block;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	font-family: DFGHSMincho;
	font-size: 12px;
	color: #404040;
}
#gNav li ul li:last-child a {
	border-bottom: none;
}


/*==========================================================================*/
/*                            navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 230px;
	text-align: center;
}
#navi p { padding-bottom: 0; }


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	margin-bottom: -20px;
}
#footerInner {
	width: 950px;
	margin: 0 auto;
	padding: 125px 0 120px 0;
	display: flex;
	justify-content: space-between;
}
#footer dl.col {
	width: max-content;
	padding-right: 40px;
}
#footer dl.col.pr0{
	padding-right: 0;
}

#footer dl dt {
	padding-bottom: 10px;
}

#footerInner dl dt {
	text-align: left;
}
#footerInner dl dt >span{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
#footerInner dl ul li a {
	font-weight: normal;
	color: #404040;
}
#footerInner dl dt > p,
#footerInner dl dt > p a{
	display: block;
	text-decoration: none;
	font-size: 18px;
  	font-weight: bold;
	color: #333;
}
#footerInner dl dt > p{ margin-bottom: 15px;}

#footerInner dl ul.colL {
	float: left;
	width: 118px;
}
#footer dl.col2 ul.colL {
	width: 150px;
}
#footer dl.col3 ul.colL {
	width: 100px;
}

#wrapper #footerInner dl ul.colR {
	float: left;
}
#footerInner dl ul li {
/*	background: url(../images/icon_01.png) no-repeat 0 5px;*/
	font-size: 13px;
	padding: 0 0 5px;
	text-align: left;
}
#footerInner dl ul li a {
	text-decoration: none;
}
#footerInner dl ul li a:hover {
	text-decoration: underline;
}

#footer p { padding-bottom: 0; }
#footer address {
	background: #1d2088;
	clear: both;
	color: #fff;
	margin: 0 auto;
	padding: 17px 0;
	text-align: center;
}

}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* contents
------------------------------------------------------------------------*/



/* ------------------------------------------------------------------- box */
.box01 {
	background: #ebf3f5;

	padding: 20px 15px 0 25px;
	margin-bottom: 22px;
}
.boxL {
	width: 60%;
	float: left;
}
.boxR {
	width: 60%;
	float: right;
}
.boxR h4:first-child {
	margin-top: -13px;
}
.box-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.box-flex_ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* ------------------------------------------------------------------- hx */

h2.h2Style {
	background: url(../images/contents_main.jpg) no-repeat center 0;
	height: 390px;
	text-align: left;
	padding-top: 45px;
}
h2.h2Style span {
	display: block;
	width: 950px;
	margin: 0 auto;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 300%;
	font-weight: bold;
	text-align: left;
	padding: 20px;
	color: #000;
	background: #ffffff3d;
}
h2.h2Style .subtitle {
	display: block;
	width: 950px;
	margin: -15px auto;
	color: #fffefc;
	font-size: 140%;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	padding: 42px 0 0 0;
}
/* 
h2.h2Style.bot{
	display: flex;
}
h2.h2Style.bot span{
	margin-top: auto;
	margin-bottom: 50px;
	width: max-content;
	margin-left: 40%;
	transform: translateX(-50%);
} */

#hoteltours .h2Style{
	background: url(../images/hoteltours_main.jpg) no-repeat center 0;
	background-size: cover;
	height: 544px;
}

#operation .h2Style{
	background: url(../images/operation_main.jpg) no-repeat center 0;
	background-size: cover;
}

/* #airportinformation .h2Style{ 
	background: url(../images/airportinformation_main.png) no-repeat center 0;
	background-size: cover;
	height: 475px;
} */
/* #airportcharges .h2Style{ 
	background: url(../images/airportinformation_main.png) no-repeat center 0;
	background-size: cover;
	height: 475px;
} */

/* #permitting .h2Style{ 
	background: url(../images/airportinformation_main.png) no-repeat center 0;
	background-size: cover;
	height: 475px;
} */

/* #ciq .h2Style{ 
	background: url(../images/airportinformation_main.png) no-repeat center 0;
	background-size: cover;
	height: 475px;
} */

#privacypolicy .h2Style{ 
	background: url(../images/airportinformation_main.png) no-repeat center 0;
	background-size: cover;
	height: 475px;
}

/*#aboutus .h2Style{ 
	background: url(../images/airportinformation_main.png) no-repeat center 0;
	background-size: cover;
	height: 475px;
}*/

h3 {
	display: block;
	font-size: 28px;
}

h3 span.ttl01{
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	color: #0fa3e1;
}

h3 span.ttl02{
	color: #404040;
	font-weight: bold;
}

h4 { margin-bottom: 15px;}
h4 span.ttl01{
	font-size: 20px;
	font-weight: bold;
	color: #404040;
}

h5.clrNone,
h4.clrNone,
.clrNone { clear: none; }

h5 {
    color: #333333;
	font-size: 16px;
	font-weight: bold;
    padding: 7px 0 15px 40px;
}
h5.clrNone { clear: none; }
h6 {
	color: #1b95c6;
    padding: 5px 0 15px 15px;
}
h6:before {
    font-weight: bold;
	content: '●';
	font-size: 18px;
	margin-left: -13px;
	padding-right: 5px;
}

h6.td_text {
	font-size: 100%;
}

.italic{
	font-style: italic;
}

p .name{
	font-size: 120%;
	font-weight: bold;
}

/* ------------------------------------------------------------------- list */

.list_text01 { padding-bottom: 12px; }
.list_text01 li {
	background: url(../images/icon_01.png) no-repeat 0 7px;
	padding: 2px 0 8px 15px;
}
.list-noMarker{
	padding-top:3px;
}
.list-noMarker li{
	background:none;
	padding:3px 0;
}

table .list_text01 li { padding: 0px 0 0px 15px; }

/* ------------------------------------------------------------------- table */

table {
    margin-bottom: 20px;
    width: 100%;
}
img.center,
table.img_center img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
red{
    color: #e91e41;
}
table th,
td {
    border: 1px solid #ffffff;
    padding: 7px 6px;
}
table th {
	background: #0b93e1;
    color: #fff;
    padding: 7px 6px 6px;
    vertical-align: middle;
    text-align: center;
}
table td { vertical-align: top; line-height:23px; padding:12px 12px 10px 15px; background:#ebf3f5; }
table th img { padding-bottom: 4px; }
table.td_middle td,
table .vMiddle { vertical-align: middle; }
table.td_center td { text-align: center; }
table.th_left th { text-align: left; }
table td *:last-child { padding-bottom: 0; }
table td .text-indent{
	display:inline-block;
	padding-left:1em;
}

table.recruit{
	width: 100%;
	border-collapse: collapse;
}
table.recruit colgroup.line1{
	width: 20%;
}
table.recruit colgroup.line2{
	width: 80%;
}
table.recruit td {
	border: none;
	padding: 10px 0px 10px 15px;
	line-height: 2em;
	background: url(../images/dotLine.png) repeat-x left bottom;
}
table.recruit th {
	border: none;
	padding: 10px 15px 10px 0px;
	text-align: left;
	vertical-align: top;
	color: #f45e5e;
	background: url(../images/dotLine.png) repeat-x left bottom;
}


.rec_voice table {
    margin-bottom: 20px;
    width: 680px;
	background:none;
	float:left;
}

.rec_voice table td {
    /*border: 1px solid #E7E7E7;*/
	padding: 10px 10px;
	background: none;
	vertical-align: middle;
}
.rec_voice table th {
    padding: 5px 5px;
    background:none;
	vertical-align:middle;
}


.rec_voice2 table {
    margin-bottom: 20px;
	background:none;
	float:left;
}
.rec_voice2 table td {
    /*border: 1px solid #E7E7E7;*/
	padding: 10px 10px;
	background: none;
	vertical-align: middle;
  color: #333;
}
.rec_voice2 table th {
    padding: 5px 5px;
    background:none;
	vertical-align:middle;
  color: #333;
  font-weight: 100;
}

/* ------------------------------------------------------------------- news */
.catList {
	float: left;
	width: 200px;
	border: 1px solid #15BAE7;
	padding: 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
}
div dl.catList dt {
    width: 180px;
    float: none;
	background: #15BAE7;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
	text-align: center;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
}
.catList dd {
	text-align: center;
	border-bottom: 1px dashed #15BAE7;
	padding: 10px;
}
.catList dd:last-child {
	border-bottom: none;
}
.newsContent {
	width: 700px;
	float: right;
}
.postList li {
	padding: 10px 0 0;
	margin-bottom: 10px;
	line-height: 1em;
}
.postList li:hover a {
	border-bottom: 1px solid #fff;
}
.postList li a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #0fa3e1;
}
.postList li span {
	padding-right: 20px;
}
.disNone { display: none; }
.tabContent ul {
	display: none;
}
.tabContent ul.atv {
	display: block;
}
.postTitle {
	text-align: center;
}

/* ------------------------------------------------------------------- top */
#index h3 {
	padding-bottom: 15px;
}
p:last-child{ margin-bottom: 0; padding-bottom: 0;}
p.text {
	line-height: 2em;
}
.top-about {
	width: 950px;
	margin: 0 auto;
	padding:  100px 0 50px;
	color: #5c5c5c;
}

#index section.inner{
	margin: 0 auto 30px ;
	width: 950px;
}

.btn.btn_right{
	text-align: right;
}

/* UNDER EN */
.under.en h3{
	background: #1D2088;
	clear: both;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 15px 20px;
	box-sizing: border-box;
	min-height: 50px;
}
.under-desc{
	width: 950px;
	margin: 0 30px;
	padding:  0 0 35px;
	color: #5c5c5c;
}
.under.en section.inner{
	margin: 0 auto 35px ;
}

/* GENERAL SERVICE AGENCY */
.list-style02 dl{
	display: flex;
	margin-bottom: 35px;
}
.list-style02 dl dt{
	margin-right: 20px;
}
.list-style02 dl dd{

}
.list-style02 dl dd h4{
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.list-style02 dl dd p{ padding-bottom: 5px;}
.list-style02 dl dd ul li{
	padding: 2px 0 0px 0;	
	color: #000;
	list-style: inside;
}

.group-img{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	gap: 15px;
}

.group-img >p img{
	width: 100%;
}

.list-style03 li{
	padding: 0 0 0px 0;	
	list-style: outside; 
	text-decoration: underline;
	padding-left: 0; 
	margin-left: 1.4em;
}
.list-style03.noline li{
	position: relative;
	list-style: outside;
	text-decoration: none;
	padding-left: 0;
}

/* about us */
.president_flex{
	display: flex;
	gap: 30px;
}

.president_flex h5{
	padding: 10px 0 10px 0;
}

.president_flex .list-style03.noline li{
	position: relative;
	display: block;
	list-style: none;
	padding-left: 12px;
	margin-left: 0;
}
.president_flex .list-style03.noline li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5c5c5c;
	left: 0;
	top: 8px;
}


#news h3{
	line-height: 1.4;
}

#news ul.list_news{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
}
#news ul.list_news li{
	width: calc(100% / 3 - 15px);
	margin-right: 22px;
}
#news ul.list_news li:nth-child(3n){
	margin-right: 0;	
}

#news ul.list_news li p,
#news ul.list_news li img{ width: 100%;}
#news ul.list_news li p.img,
#news ul.list_news li p.date{
	padding-bottom: 0;
}
#news ul.list_news li a{
	text-decoration: none;
	color: #404040;
}
#news ul.list_news li h4{
	line-height: 1.4em;
	font-size: 18px;
    font-weight: bold;
    color: #404040;

	display: -webkit-box;            
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;           
	overflow: hidden;                
	text-overflow: ellipsis;         
	white-space: normal;
}

#news .pagination{
	display: flex;
	justify-content: center;
}

#news .pagination li.disable a{
	color: #5c5c5c;
}

#news.news-detail .img > img{
	width: 100%;
}

#news .mb30{
	margin-bottom: 30px;
}
#news .post-button{
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#news .post-button li a {
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #00bdf5;
}


/* ------------------------------------------------------------------- base */

.bnrLast {
	clear: both;
	padding: 0 0 25px;
	text-align: center;
}
#pageTop {
	position:fixed;
	bottom:80px;
	right:30px;
	margin:0;
	vertical-align:bottom;
	padding-bottom: 0!important;
}
.bg_top {
	clear: both;
	font-size: 0;
	padding: 0;
	text-align: center;
}
.bg_btm {
	clear: both;
	font-size: 0;
	padding-bottom: 20px;
	text-align: center;
}

.borderBox {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.section { padding-bottom: 25px; }
.section-anchorTarget{
	margin-top: -60px;
	padding-top: 60px;
}


.pb0 { padding-bottom: 0 !important }

.mb0 { margin-bottom: 0!important }
.mb05 { margin-bottom: 5px }
.mb08 { margin-bottom: 8px; width: 225px; float: left;}
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
.mb20 { margin-bottom: 20px }
.mb21 { margin-bottom: 21px }
.mb25 { margin-bottom: 25px }
.mb40 { margin-bottom: 40px }

.pb05 { padding-bottom: 5px }
.pb10 { padding-bottom: 10px }
.pb15 { padding-bottom: 15px }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px }
.pb30 { padding-bottom: 30px }
.pb35 { padding-bottom: 35px }
.pb40 { padding-bottom: 40px }
.pb45 { padding-bottom: 45px }
.pb50 { padding-bottom: 50px }

.ph50 { padding-left: 50px; padding-right: 50px;}

.w5 { width: 5% }
.w10 { width: 10% }
.w15 { width: 15% }
.w16 { width: 16% }
.w20 { width: 20% }
.w25 { width: 25% }
.w28 { width: 28% }
.w30 { width: 30% }
.w33 { width: 33% }
.w35 { width: 35% }
.w40 { width: 40% }
.w45 { width: 45% }
.w50 { width: 50% }
.w55 { width: 55% }
.w60 { width: 60% }
.w65 { width: 65% }
.w70 { width: 70% }
.w72 { width: 72% }
.w73 { width: 73% }
.w75 { width: 75% }
.w80 { width: 80% }

.ml20 { margin-left: 20px; }
.ml40 { margin-left: 40px; }
.ml55 { margin-left: 55px; }
.ml106 { margin-left: 106px; }
.ml200 { margin-left: 200px; }
.mr40 {
	margin-right: 40px;
}

.pl30 { padding-left: 30px; }

.bold { font-weight:  bold; }
.tilte01 {
	color: #e91e41;
	font-size: 230%;
	padding-top: 5px;
}
.tilte02 {
	color: #00bdf5;
	font-size: 230%;
	padding-top: 5px;
}
.en_txt_lamp {
    clear: both;
}

.block { display: block; }
.underline { text-decoration: underline;}
.red { color: #ff0000; }

.gm-style-iw:after,
.gm-style div:after,
.gMapInfoWindow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gm-style-iw,
.gm-style div,
.gMapInfoWindow { display: block; }
p.mapInfo {
	min-width: 190px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
}


/* clearfix
------------------------------------------------------------------------*/
#footerInner dl dd,
#footerInner dl,
ul.list_bnr,
.section {
	zoom: 1;
}
#footerInner dl dd:after,
#footerInner dl:after,
ul.list_bnr:after,
.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.txt01 { font-weight:bold; margin-left:-7px; margin-bottom:5px; }


/** 151228_add **/
.scl{width:100%;}
.scl ul{height:150px; padding-right:10px; overflow:auto;}
.scl ul li{ margin-bottom:5px; padding-bottom:15px; line-height:18px; /*border-bottom:1px #CCC dashed;*/ list-style:none; padding-left:0 !important; margin-left:0 !important;}
.scl ul li a{color:#999;}
.scl ul li a:hover{color:#044683;}
.scl ul li mr20{ margin-right:20px;}


.head_en {
	width:950px;
	margin:0 auto;
	position: relative;
}
.logo02 {
	position: absolute;
	/*top: -110px;*/
	left: 0;
	text-align:left;
}
.logo03 {
	position: absolute;
	/*top: -110px;*/
	right: 5%;
	text-align:left;
}
.logo03 a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.logo03 p {
    background: #00bdf5;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 10px;
    width: 190px;
    height: 51px;
    line-height: 19px;
}
.logo03 p span {
	display: block;
	font-size: 12px;
}

.head_en_fr {
	position: absolute;
	top: -110px;
	right: 0;
	text-align: right;
}
.head_en_fr p:last-child img {
	width: 160px;
}

/** 160203追加 **/
.img_mlr30{
	float: left;
	margin: 0px 30px;
}

.ovnt{
	width: 850px;
	height: 230px;
	overflow: hidden;
}
.ovnt li{
	width:180px;
	padding:0 20px 0 0;
	float:left;
}
.ovnt li p{
	width:180px;
	font-weight:normal !important;
	color:#444;
}

.ovnt li img{
	width:180px;
}


#cont04 {
}
#cont04 .inner {
	padding-top: 80px;
}
#cont04 h3 {
	padding: 12px 0 15px 25px;
	margin-bottom: 50px;
}
#cont04 h3:after {
	width: 65%;
}
#cont04 ul.cont04_list {
	float: right;
}
#cont04 #cont04_box {
	width: 850px;
	float: left;
	max-height: 400px;
	overflow: hidden;
}
#cont04 #cont04_box dl {
	width: 250px;
	float: left;
	cursor: pointer;
	margin-right: 50px;
	margin-bottom: 30px;
}
#cont04 #cont04_box dl:nth-child(3) {
	margin-right: 0px;
}
#cont04 #cont04_box dl:nth-child(n+4) {
	display: none;
}

#cont04 #cont04_box dl a {
	text-decoration:none;
}
#cont04 #cont04_box dl.slide dt {
	height:200px;
	/*border:#E7E7E7 1px solid;*/;
	display: flex;
	justify-content: center;
	align-items: center
}
#cont04 #cont04_box dl.slide dt img{
	max-width:100%;
	max-height:100%;
	width: auto;
	height: auto
}
#cont04 #cont04_box dl:last-child {
	margin-right: 0;
}
#cont04 dl dt {
	margin-bottom: 10px;
}
#cont04 dl dd p.cont04_btn {
	text-align: center;
}
#cont04 dl dd p.cont04_btn a {
	padding: 5px 10px 5px 25px;
	background: url(../images/ex_icon_01.png) 10px center no-repeat #71747a;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}


.air_contact {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 4px;
}

.heading_style_01 {
    background: #16bde7;
    background: -moz-linear-gradient(left, #16bde7 0%, #0a7ed9 92%);
    background: -webkit-linear-gradient(left, #16bde7 0%,#0a7ed9 92%);
    background: linear-gradient(to right, #16bde7 0%,#0a7ed9 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16bde7', endColorstr='#0a7ed9',GradientType=1 );
    padding: 8px 100px 8px 18px;
    line-height: 1.5;
    position: relative;
}
.heading_style_01::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: url( ../images/heading_style_01.jpg );
}
.section dl dt{
	width:100px;
	float: left;
}

.fix1 dl dt{
	float: left;
	width: auto;
}

.fix1 dd{
	margin: 0 0 16px 200px;
}

.section dl.staff-dl{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.section dl.staff-dl dt{
  float: none;
  width: 140px;
  margin-bottom: 15px;
}
.section dl.staff-dl dd{
  width: 545px;
  margin-bottom: 15px;
}

.txt_bold {
	font-weight: bold;
	display: block;
}

.txt_head {
	text-align: center;
	width: 100%;
	margin-bottom: 63px;
	color:#404040;
	font-weight: bold;
}

.fl_r {
	float: right;
}


.list-logo{
	display: flex;
	justify-content:space-between;
	margin-bottom:20px;	
}	
.list-logo dl{
	width:230px;
	margin:0 5px 20px;
	text-align:center
	}	
.list-logo dl dt{
	margin-bottom:10px;
	}	
.list-logo dl dt img { max-width: 100%; height: auto;}
.list-logo.w_auto{
    justify-content: flex-start;
    margin: 0 -20px;    
}
.list-logo dl.h102{
	width:auto;
	margin:0 20px 20px;
	text-align:center
	}	
.pc-none {
    display: none;
}

.col-1 {
    display: inline-block;
    width: 201px;
}

.col-3 {
    display: inline-block;
    margin: 0 0 0 20px;
}

.guide-list {
    display: flex;
    margin: 0 0 5px 0;
}

.section .guide-list dt {
    width: 50px;
}


.mt05 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}


.colR {
	float:left;
}



.fix_img img {
	padding: 0 !important;
}

.fix_img img:first-child {
	margin-right: 25px;
}



.note { color :#F00; padding: 20px; background: #ccc; display: inline-block;}
.btn_modal{cursor: pointer;}
.modal {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
  }
  .modal_inner{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
  }
  .modalbox {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 550px;
	height: auto;
	position: relative;
  }
  .modalbox .note{
	  width: 100%;
	  background: #fff;
	}
  .modalbox a.cross {
	position: absolute;
    top: -15px;
    right: -10px;
    background: #057ddc;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 50%;
  }
  .modalbox a.cross:hover{opacity: 0.8;}
.box-flex01{
	display: flex;
	justify-content: space-between;
	
}
.box-flex01 .colL{
	width: 300px;
	display: flex;
	flex-direction: column;
}
.box-flex01 .colR{
	width: calc(100% - 340px)
}
.box-flex01 .colL .bnr_link:nth-child(2){
	margin-top: auto
}
.box-flex01 .bnr_link{
	cursor: pointer;
}
.box-flex01 .bnr_link a:hover{
	opacity: 0.85;
}
.box-flex01 .bnr_link a:hover img{
	transform: scale(1.1);
}
.box-flex01 .bnr_link a img{
	transition: transform 0.4s
}
.box-flex01 .bnr_link a{text-decoration: none; transition: all 0.3s}
.box-flex01 .bnr_link .title{
	width: 100%;
	height: 32px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #19bfe7;
	padding: 0 4px;
	font-size: 16px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box
}
.box-flex01 .bnr_link .desc{position: relative}
.box-flex01 .bnr_link .desc:after {
	content:'';
	width: 36px;
	height: 36px;
	background: url("../images/icon_06.png") no-repeat 0 0;
	display: block;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 16px)
}
.box-flex01 .bnr_link .desc p {
    position: absolute;
    padding: 10px 0 0;
    text-shadow:#333 0 0 3px, #333 0 0 3px !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 0;
    top: 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em
}
#charter img {
	width: 100%;
}
#charter .desc {
	position: relative;
	width: 100%;
	height: 154px;
	overflow: hidden
}
#charter .desc p {
	position: absolute;
	padding: 0.3rem 1rem;
	text-shadow:
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
}

.title03{
	font-weight: bold;
	display: flex;
}
.title03 span:first-child{
	color: #17c0e7;
	font-size: 120%;
	padding-right: 5px;
}
.list2img{
	display: flex;
	justify-content: space-between
}
.list_num {margin-bottom: 20px;}
.list_num li{
	display: flex;
	margin-bottom: 5px;
}
.list_num li .num{
	color: #1b95c6;
	padding-right: 8px;
}

.btn-lightbox {
	background: #0fa3e1;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 18px;
	padding: 8px 20px;
	transition: all 0.2s linear;
	text-decoration: none;
	margin: 10px auto;
	display: inline-block;
 }
 .btn-lightbox:hover {
	opacity: 0.8;
	color: white;
 }

 .lightboxOverlay{
	z-index: 88888 !important;
}

.lightbox{
	z-index: 88889 !important;	
 }


.fz80 {
	font-size: 80%;
}

.fz18 {
	font-size: 18px;
}

.tbl_rec th,.tbl_rec td {
	vertical-align: middle;
	text-align: center;
}

.tbl_rec td,.tbl_rec th {
	padding: 12px;
}

.tbl_rec td.txt_left{
	text-align: left;
}
.slider-wrapper .slick-slide img {
	width: 100%;
	height: auto;
}
h2.h2Style.cus {
	background: none;
	height: auto;
	padding-top: 90px;
}
#main.main-cus {
	margin: 25px auto 0;
}
.under.en #main.main-cus h3 {
	color: #404040;
    background: none;
    border-bottom: 2px solid red;
    width: max-content;
    padding: 0 0 5px;
    margin: 0 0 25px;
    min-height: auto;
}
@media screen and (max-width: 979px) {
* {
	min-width: inherit;
	max-width: 100%;
}
.image_l, .image_r {
		float: none;
	}
}




























