@charset "UTF-8";

@media only screen and (max-width: 767px) {
	
.pc_show {
	display: none !important;
}
.sp_show {
	display: block !important; 
}	
	body {
		font-size: 14px;
	}
	
	
  /*--------------------- #header---------------------*/
 
  #header{
    padding: 15px 0 15px 15px;
  }
  .headLogo {
    text-align: left;
  }
  .headLogo img{
    width: 95px;
  }

  /*--------------------- .section ---------------------*/
  .inr{
    margin: 0 15px;
    padding: 35px 0;
    width: auto;
  }
  

/*--------------------- .compo ---------------------*/
	
.inr{
  padding: 60px 0;
}
.head02{
	font-size: 26px;
}
.head02 span.big{
	font-size: 30px;
}
.mdSpan i{
  margin-top: -40px;
  padding-top: 40px; 
}



/*--------------------- #mv---------------------*/
#mv{
	background-image: url(../img/mv_img_sp.jpg);
	padding-top: 140%;
	width: 100%;
	margin-top: 59px;
}
#mv .head01{
	display: none;
}

/*--------------------- .section01---------------------*/

.section01 .inr{
	background-size: 63px 38px;
	padding:20px 0 40px;
}
.section01 .tx_01{
	font-size: 28px;
	line-height: 1.5;
	margin-top: 15px;
}
.section01 .tx_02{
	font-size: 26px;
}
.section01 .miniTx{
	font-size: 20px;
}
.section01 .tx_03{
	font-size: 20px;
}


/*--------------------- .section02---------------------*/

.section02 .inr{
	background-size: 80px 47px;
	background-position: left 0 top 10px,right 0 top 10px;
}
.section02 .txArea{
	font-size: 14px;
}
.section02 .txArea .tx_01{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.section02 .txArea .tx_02{
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
}
.section02 .txArea .tx_02 .smlTx{
	font-size: 16px;
}
.section02 .txArea .tx_03{
	line-height: 1.9;
	text-align: left;
}


/*--------------------- .section03---------------------*/

	.section03 .inr .carIcon{
		position: static;
		bottom: auto;
		left: auto;
		display: block;
		margin:20px auto 0 auto;
		text-align: center;
		}
.section03 h3.mainImg{
	margin: -40px auto 40px;
}
	.section03 h3.mainImg img{
		width: 100%;
	}
.section03 .checkArea{
	background: #fff;
	border: 3px solid #38beef;
	padding: 25px 15px;
}
.section03 .checkList > li{
	padding: 15px 0;
}
.section03 .checkList > li .ttlBox{
	width: 100%;
	padding-left: 35px;
	font-size: 16px;
	margin-bottom: 10px;
}
.section03 .checkList > li .detailBox{
	font-size: 13px;
	width: 100%;
}

.section03 .checkList > li .detailBox .arw{
	padding-right: 20px;
}
.section03 .checkList > li .detailBox .arw::before{
	right: 6px;
}
.section03 .checkList > li .detailBox .smlTx{
	font-size: 13px;
}
	.section03 .checkList > li .detailBox table{
		font-size: 13px;
	}
.section03 .checkList > li .detailBox table th{
	width: 75px;
	vertical-align: top;
}


/*--------------------- .section04---------------------*/

.section04 .txBox{
	width : 100%;
}
.section04 .txBox .head02{
	text-align: center;
}
.section04 .txBox .head02::before{
	left: 50%;
transform: translateX(-50%);
}
.section04 .txBox .linkTx{
	font-size: 14px;
	line-height: 2.5;
	background-size: 4px 35px;
}
.section04 .imgBox{
	max-width: 280px;
	width: 100%;
	margin: 20px auto 0;
	display: block;
}
.section04 .placeList{
	margin-top: 50px;
}
.section04 .placeList > li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
	.section04 .placeList > li:last-child{
		margin-bottom: 0;
	}
.section04 .placeList > li .txArea .head03{
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.section04 .placeList > li .txArea .tx{
	font-size: 13px;
}


/*--------------------- .section05---------------------*/

	.section05 .img img{
		width: 100%;
	}
.section05 .airportList > li{
	width: 49%;
	margin-bottom: 2%;
}
.section05 .airportList > li:nth-child(2n){
	margin-right: 0;
}
.section05 .airportList > li a{
	padding: 25px 10px;
}


/*--------------------- .section06---------------------*/

.section06 .galleryTtl span{
	font-size: 28px;
	}
	
	
	
	  
  /*--------------------- .footer ---------------------*/
  #footer{
    padding:15px;
  }
  #footer img{
    width: 100px;
  }
  #footer img:hover{
    opacity: 0.5;
  }
  .ftrTxt{
    font-size: 12px;
    margin-top: 0;
  }
}

