@charset "UTF-8";

table .drink{
	background-color: #FFDBED;
}

table .maker{
	background-color: #CCEEFF;
}

table .life{
	background-color: #E2FFC6;
}

/*--------------------------------------------------------
FAQ
--------------------------------------------------------*/

#faq {
	margin-bottom: 1.0em;
}

#faq details {
	margin: 0 1.0em 0.2em 1.0em;
}

#faq summary {
	margin-bottom: 0.2em;
	font-size: 1.0em;
}

#faq p{
	margin-left: 1.0em;
	font-size: 0.9em;
}

/*--------------------------------------------------------
モバイル用レイアウト（640px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

@media
only screen and (max-width : 640px){


/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }


/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}


/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

#container{
	padding-top: 0;
	padding-bottom: 0;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: relative;
	top: 0;
	height: auto;
	padding: 0.5em 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #000;
	font-size: 1.2em;
}

#top-menu {
	text-align: left;
}

#top-menu ul{
	width: 100%;
}

#top-menu li{
	width: 50%;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
#header-in{ padding: 1em 0; }

#header-text {display:none;}
#header h1 {display:none;}

/*●ヘッダの回り込み解除*/
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
}

#header .header-logo{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: left;
	height: 20px;
}

#header .header-logo img{
	height: 30px;
	width: auto;
}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav { border-bottom: 0; }

#global-nav dt{
	padding-left: 2.5em!important;
	background: url(../images/icon/icon-arrow05.png) 1em center no-repeat;
	color: #fff;
}

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu{
	margin-bottom: 5px;
	background-color: #eaeaea;
}

#global-nav #global-nav-in #menu,
#global-nav #global-nav-in #menu li{
	width: 100%;
	border: 0;
}

#global-nav #global-nav-in #menu li{
	border-bottom: 1px solid #fff;
	background-color: #eaeaea;
	white-space: normal;
}

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	padding-left: 10%;
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

/*メニューのデザイン*/
#global-nav #global-nav-in #menu li a:link,
#global-nav #global-nav-in #menu li a:visited,
#global-nav #global-nav-in #menu li a:hover,
#global-nav #global-nav-in #menu li a:active{
	background: url(../images/icon/icon-gnav.png) 1em center no-repeat #eaeaea;
	color: #555;
}

#global-nav #global-nav-in #menu ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	padding: 1em;
	cursor: pointer;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	background-color: #fff; /*背景を指定*/
}

#main-in{
	padding: 1em 0;
}


#main-image .catch-copy{ font-size: 1.4em; }


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

/*●H1タグ*/
#main-contents h1{
	font-size: 1.2em;
}

/*●H2タグ*/
#main-contents h2{
	font-size: 1.2em;
}

/*●段落タグ*/
#main-contents p{ font-size:0.9em; }

/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }

#main-contents dl.news dt{ margin-bottom: 0.4em; }

#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }


.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 98%;
	overflow: auto;
}

/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-contents dl.dl-style-air dt h3{
	padding: 0.2em 0.7em 0.3em;
	font-size: 1.0em;
}

/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	display: block;
	margin-bottom: 1em;
	padding: 1em;
	padding-left: 2.5em!important;
	background: url(../images/icon/icon-arrow05.png) 1em center no-repeat #666;
	color: #fff;
}

.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}

.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}

.sub-column dl.search-box{ width: 100%; }

.sub-column dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: 100%;
}

.sub-column dl.search-box dt,
.sub-column dl.search-box dd{ float: none; }


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer .footer-menu ul{
	float: none;
	width: 100%;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.copyright{ padding-bottom: 70px; } /*40px*/

.copyright span{ display: block; }

/*--------------------------------------------------------
目次 テーブル
--------------------------------------------------------*/

.fare_all th {
	font-size: 75%;
}

.fare_all td {
	font-size: 75%;
}

.lounge_list{
	font-size: 33px !important ;
	margin: 0 0 0 3px;
	width:100%;
}

.lounge_list_tail{
	font-size: 12px !important ;
	margin: 0 0 0 3px;
	padding: 0px 5px;
	width:95%;
}

.lounge_list_all{
	font-size: 16px !important ;
	margin: 0 0 0 3px;
	padding: 0px 5px;
	width:95%;
}

/*--------------------------------------------------------
広告
--------------------------------------------------------*/
.topad{
	text-align: left;
}

.linkad{
	height: 150px;
}

.midad{
	text-align: left;
}

.footad{
	text-align: left;
}

.sidead{
	margin: 1.5em 0 1em;
	text-align: center;
}

.footrec{
	margin-left: 7px;
}

.footrec img{
	margin-bottom: 1em;
}

#scroll_ad h3{
	width:98%;
}

.related{
	margin-left: auto;
	margin-right: auto;
	width:90.5%;
}

/*●定義タグ スタイルAD*/
#main-contents  dl.dl-style-ad{
	margin-bottom: 1.2em;
	padding: 0 0.5em;
	border: 0;
	border-top: 0;
	background-color: #fff;
}

#main-contents dl.dl-style-ad dd{
	margin: 0;
	padding: 0;
}

#sub-contents  dl.dl-style-ad{
	margin-bottom: 1.2em;
	padding: 0;
	border: 0;
	border-top: 0;
	background-color: #fff;
}

#sub-contents dl.dl-style-ad dd{
	margin: 0;
	padding: 0;
}

#main-contents dl.dl-style03 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#main-contents .lounge_list tr{
	font-size: 50%;
}

#lounge_sa table{
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}

/*--------------------------------------------------------
店舗
--------------------------------------------------------*/

.tenpo_table_list {
	font-size: 70%;
}

.tenpo-am ul {
	font-size: 10px;
}

/*--------------------------------------------------------
フライトインフォ
--------------------------------------------------------*/

.flight-info ul li {
	width: 110px;
	font-size: 80%;
}

/*--------------------------------------------------------
折りたたみ
--------------------------------------------------------*/

.open{
	text-align: center;
	text-decoration: none;
	color:#fff;
	background-color:#ff3366;
	padding:10px;
	margin-top:20px;
}

#slideBox{
	display:none;
}

.footad_none{
	display:none;
}

.ad_none{
	display:none;
}

.pc_none{
	display:block;
}

/* ダブルレクタングル広告専用メディアクエリ */
.doubleRectangle{margin:0 0 0 7px;}
.l{float:none;width:100%;}
.r{float:none;width:100%;margin:0 auto 25px;}
.m{float:none;width:100%;max-width:336px;margin:25px auto 25px;}

/*--------------------------------------------------------
TOC
--------------------------------------------------------*/

#toc_container {
	width: 90%;
}

/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	padding: 1px;
	border: 0;
	border-top: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: #333;
	color: #fff;
}

.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/