@charset "utf-8";

/*------------------------------------------------------------------------------
関空クラブ - CSS Modules Import
URL: http://
Date: 2012-06-14
© Copyright 2012 kcc All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

index.html

---------------------------------------- */


.section {
	margin-bottom: 40px;
}

.list01 li {
	margin-bottom: 20px;
}

.list01 dl {
	margin: 0;
	padding: 0;
}

.list01 h2 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 115.4%;
	font-weight: 700;
	line-height: 1.4;
}

.list01 ol {
	margin-bottom: 30px;
}

.list01 ol li {
	margin-bottom: 10px;
	padding-left: 0;
	background: none;
}

.pageNav {
	margin: 0 0 30px 20px;
}
.pageNav li {
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.list01 ol li {
		margin-left: 1.3em;
		text-indent: -1.2em;
	}
	.pageNav {
		margin: 0 0 30px 5px;
	}
	.pageNav li {
		margin-left: 1.3em;
		text-indent: -1.2em;
	}
}


div.section01 {
	margin-bottom: 20px;
}

div.section01 img {
	float: right;
	width: 157px;
	margin-right: 20px;
}

div.section01 p {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
}
	
@media screen and (max-width:767px){
	div.section01 img {
		float: none;
		width: 100%;
		margin: 10px 0 0;
	}
	div.section01 p {
		float: none;
		width: 100%;
	}
	.alnC picture img {
		width: 100%;
	}
}


dl.fqList01 {
	margin-bottom: 0;
}
dl.fqList01 dt {
	float: left;
	width: 5em;
}
dl.fqList01 dd {
	margin-left: 5em;
}
dl.fqList02 {
	margin-bottom: 0;
	display: flex;
}
@media screen and (max-width:767px){
	dl.fqList02 {
		flex-direction: column;
	}
	dl.fqList02 dd {
		margin-left: 2em;
	}
	.spalnC {
		text-align: center;
	}
}

	
/* Modern Browsers
------------------------------- */

div.section01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

div.section01 {
	*zoom: 1;
}

/* ----------------------------------------

modal

---------------------------------------- */

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    overflow-y: scroll;
}

.modal_bg{
    background: rgba(0,0,0,0.8);
    min-height: 100vh;
    position: absolute;
    width: 100%;
}

.modal_content{
    background: #fff;
    padding: 40px;
    position: relative;
    width: 80%;
    margin: 50px auto;
}

button.modalClose {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 0.8;
}

.modal-notes {
	color: red;
}

.modal-textBold {
	font-weight: 700;
}

.modal-notes .modal-flightPoint {
	color: #08c;
}

.modal-underLine {
	text-decoration: underline;
}

.modal-continue {
	margin-top: 30px;
	text-align: center;
}

.modal-continue a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #08c;
	padding: 1em;
	font-weight: 700;
}

.modal_body_no_scroll {
	overflow: hidden;
}


/* ----------------------------------------
2023/04/25 営業時間表示追加
---------------------------------------- */
div.eigyou {
	margin: 5px auto;
}
div.eigyou p {
	margin: 0 0 3px;
}
div.eigyou dl {
	margin: 7px 0 7px 1em;
}
div.eigyou dt {
	float: left;
	width: 12em;
	margin-bottom: 2px;
}
div.eigyou dd {
	margin-bottom: 2px;
}
@media screen and (max-width:767px){
	div.eigyou dt {
		float: none;
		width: 12em;
	}
	div.eigyou dd {
		margin-left: 2em;
	}
}
