@charset "utf-8";

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

@media screen and (max-width:767px){
	h1 img {
		width: 100%;
	}
	h3 img,
	h4 img {
		width: 100%;
	}
}

.boxStyle01 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.boxStyle01 p {
	position : absolute;
	top: 18px;
	left: 96px;
	font-weight: bold;
	font-size: 18px;
}
.boxStyle01 p span {
	font-size: 29px;
	color: #c30d23;
}
.boxStyle01 p br {
	display: none;
}

.figStyle01 {
	margin-bottom: 50px;
	padding-top: 20px;
}


@media screen and (max-width:767px){
	.boxStyle01 img {
		width: 100%;
		max-width: 400px;
	}
	.boxStyle01 p {
		top: 3vw;
		left: 15vw;
		font-size: 18px;
		line-height: 1.4;
	}
	.boxStyle01 p span {
		font-size: 26px;
	}

	.figStyle01 img {
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.boxStyle01 p {
		left: 19vw;
	}
	.boxStyle01 p br {
		display: block;
	}
}




