@charset "UTF-8";
/*--------------------- reset ---------------------*/
* {
  box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  color: #222;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ","Meiryo","游ゴシック","Yu Gothic","游ゴシック体","sans-serif";
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
a { 
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul,ol {
  list-style-type: none;
}
.pc_show {
  display: block; 
}
.sp_show {
  display: none !important; 
}



/*--------------------- reset_end ---------------------*/

/*--------------------- #header---------------------*/
#header{
  background-color: #1a77e1;
  padding: 25px 35px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.headInr{
  margin: 0 auto;
	overflow: hidden;
	zoom:1;
}
.headLogo img{
  vertical-align: middle;
  text-align: left;
  width: 171px;
  float: left;
}
.gnav{
  float: right;
}
.gnav li{
  font-weight: bold;
  float: left;
  margin-left: 25px;
}
.gnav li a{
	line-height: 62px;
	height: 62px;
	color: #fff;
}
.gnav a:hover, .headLogo a:hover{
  opacity: 0.5;
}

.hambur {
  display: none;
}

/*--------------------- .compo ---------------------*/
.section02,.section04,.section06{
  background: url(../img/bg_texture.png) repeat;
}
.section03{
  background:#ef92ba url(../img/ptn.png) repeat;
}
.section05{
  background:#57ccf8 url(../img/ptn.png) repeat;
}

.inr{
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1000px;
	width: 95%;
  overflow: hidden;
}
.pinkTx{
	color: #e9609e;
}
.blueTx{
	color: #01b4ed;
}
.yellowTx{
	color: #fff000;
}
.head02{
	text-align: center;
	font-size: 32px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	position: relative;
}
.head02::before{
	content: "";
	position: absolute;
	bottom:0;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	background: url(../img/icon_wave.png) no-repeat center center / 69px 23px;
	width: 69px;
	height: 23px;
}
.head02 span.big{
	font-size: 42px;
}
.mdSpan {
  position: relative; }

.mdSpan i{
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -80px;
  padding-top: 80px; 
}



/*--------------------- #mv---------------------*/
#mv{
	background: url(../img/mv_img.jpg) no-repeat center center / cover;
	padding-top: 53.4722%;
	width: 100%;
	position: relative;
}
#mv .head01{
	position: absolute;
	top: 64%;
	left: 8%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: auto;
	height: auto;
}

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

.section01{
	background-color: #fff000;
	text-align: center;
}
.section01 .inr{
	padding: 120px;
	position: relative;
	background: url(../img/ct01_ship.png) no-repeat right 40px top 45% / 126px 76px;
}
.section01 .tx_01{
	font-size: 36px;
	padding-bottom: 45px;
	background: url(../img/icon_arw.png) no-repeat center bottom / 46px 33px;
	margin-bottom: 10px;
	line-height: 1;
}
.section01 .tx_01 .icon{
	margin: 0 5px;
    display: inline-block;
}
.section01 .tx_02{
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.section01 .miniTx{
	font-size: 30px;
}
.section01 .tx_03{
	font-size: 20px;
	color: #595656;
}
.section01 .dayIcon{
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
}
.section01 .carIcon{
	position: absolute;
	bottom: -5px;
	right: 0;
}
.section01 .carIcon img{
	width: 260px;
	height: auto;
}
.section01 .smallTx{
	margin-top: 20px;
	color: #888;
}

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

.section02 .inr{
	font-size: 0;
	background-image: url(../img/ct02_deco_l.png), url(../img/ct02_deco_r.png);
	background-repeat: no-repeat;
	background-position: left top 40px,right top 40px;
}
.section02 .txArea{
	display: inline-block;
	vertical-align: top;
	width : -webkit-calc(100% - 588px) ;
   width : calc(100% - 588px) ;
	font-size: 16px;
}
.section02 .txArea .tx_01{
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.section02 .txArea .tx_01 .arw{
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.section02 .txArea .tx_01 .arw::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #38beef;
}
.section02 .txArea .tx_02{
	font-size: 35px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.section02 .txArea .tx_02 .smlTx{
	font-size: 22px;
}
.section02 .txArea .tx_03{
	line-height: 1.9;
}
.section02 .imgArea{
	width: 588px;
	display: inline-block;
	vertical-align: top;
}
.section02 .imgArea img{
	width: 100%;
}

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

.section03 .inr{
	position: relative;
}
.section03 .inr .carIcon{
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.section03 .inr .carIcon img{
	width: 260px;
	height: auto;
}
.section03 h3.mainImg{
	text-align: center;
	margin: -60px auto 40px;
}
.section03 .checkArea{
	background: #fff;
	border: 5px solid #38beef;
	border-radius: 14px;
	position: relative;
	padding: 25px 50px;
}
.section03 .checkArea::before{
	content: "";
	position: absolute;
	top: -32px;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	background: url(../img/ct03_check.png) no-repeat center center / cover;
	width: 198px;
	height: 67px;
}
.section03 .checkList > li{
	font-size: 0;
	width: 100%;
	padding: 25px 0;
	border-bottom: 2px solid #38beef;
}
.section03 .checkList > li:nth-child(3){
	border: none;
}
.section03 .checkList > li .ttlBox{
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
	position: relative;
	color: #e9609e;
	font-size: 24px;
	line-height: 1.4;
}

.section03 .checkList > li .ttlBox::before{
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50px;
	background: #e9609e;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.section03 .checkList > li:nth-child(1) .ttlBox::before{
	content: "1";
}
.section03 .checkList > li:nth-child(2) .ttlBox::before{
	content: "2";
}
.section03 .checkList > li:nth-child(3) .ttlBox::before{
	content: "3";
}
.section03 .checkList > li .detailBox{
	font-size: 18px;
	color: #18b6ef;
	width : -webkit-calc(100% - 280px);
	width : calc(100% - 280px);
	display: inline-block;
	vertical-align: middle;
}

.section03 .checkList > li .detailBox .arw{
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.section03 .checkList > li .detailBox .arw::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #e9609e;
}
.section03 .checkList > li .detailBox .smlTx{
	font-size: 13px;
}
.section03 .checkList > li .detailBox .top10{
	margin-top: 10px;
}
.section03 .checkList > li .detailBox table{
	font-size: 15px;
}
.section03 .checkList > li .detailBox table th{
	padding: 1px 10px 1px 0;
	line-height: 1;
	width: 90px;
}
.section03 .checkList > li .detailBox table th span{
	padding: 3px;
	text-align: center;
	border: 2px solid #36bdef;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
}
.section03 .checkList > li .detailBox table td a{
	color: #18b6ef;
}
.section03 .checkList > li .detailBox .indList > li{
	font-size: 13px;
	text-indent: -1rem;
	padding-left: 1rem;
}


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

.section04 .topArea{
	width: 100%;
	font-size: 0;
}
.section04 .txBox{
	width : -webkit-calc(100% - 396px) ;
	width : calc(100% - 396px) ;
	display: inline-block;
	vertical-align: middle;
}
.section04 .txBox .head02{
	text-align: left;
}
.section04 .txBox .head02::before{
	left: 0;
	transform:translateX(0);
	-webkit- transform:translateX(0);
}
.section04 .txBox .linkTx{
	font-size: 18px;
	line-height: 2.7;
	background: url(../img/part_line.png) repeat;
	padding-bottom: 10px;
}
.section04 .imgBox{
	width :376px ;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.section04 .placeList{
	margin-top: 50px;
	width: 100%;
	font-size: 0;
}
.section04 .placeList > li{
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.section04 .placeList > li::before{
	content: "";
	position: absolute;
	top: -15px;
	left: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 66px;
}
.section04 .placeList > li:last-child{
	margin-right: 0;
}
.section04 .placeList > li .img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 70.2875%;
	width: 100%;
}
.section04 .placeList > li .txArea{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	padding:15px 20px 25px;
}
.section04 .placeList > li .txArea .head03{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #fff;
	width: 100%;
}
.section04 .placeList > li .txArea .tx{
	font-size: 14px;
	line-height: 1.8;
}
.section04 .placeList > li .txArea .btn a{
	display: block;
	max-width: 200px;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	position: relative;
	margin: 15px auto 0;
	font-size: 14px;
}
.section04 .placeList > li .txArea .btn a:hover{
	opacity: 0.7;
}

.section04 .placeList > li .txArea .btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 10px;
	width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 5px;

}


.section04 .placeList > li:nth-child(1)::before{
	background-image: url(../img/ct04_flag_1.png);
}
.section04 .placeList > li:nth-child(2)::before{
	background-image: url(../img/ct04_flag_2.png);
}
.section04 .placeList > li:nth-child(3)::before{
	background-image: url(../img/ct04_flag_3.png);
}
.section04 .placeList > li:nth-child(1) .img{
	background-image: url(../img/ct04_osumi.jpg);
}
.section04 .placeList > li:nth-child(2) .img{
	background-image: url(../img/ct04_ibusuki.jpg);
}
.section04 .placeList > li:nth-child(3) .img{
	background-image: url(../img/ct04_kirishima.jpg);
}
.section04 .placeList > li:nth-child(1) .txArea{
	background-color: #f39800;
}
.section04 .placeList > li:nth-child(2) .txArea{
	background-color: #90c31f;
}
.section04 .placeList > li:nth-child(3) .txArea{
	background-color: #38beef;
}
.section04 .placeList > li:nth-child(1) .txArea a{
	color: #f39800;
}
.section04 .placeList > li:nth-child(2) .txArea a{
	color: #90c31f;
}
.section04 .placeList > li:nth-child(3) .txArea a{
	color: #38beef;
}
.section04 .placeList > li:nth-child(1) .txArea .btn a::before{
	border-color: transparent transparent transparent #f39a00;	
}
.section04 .placeList > li:nth-child(2) .txArea .btn a::before{
	border-color: transparent transparent transparent #90c31f;	
}
.section04 .placeList > li:nth-child(3) .txArea .btn a::before{
	border-color: transparent transparent transparent #38beef;	
}



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

.section05 .img{
	text-align: center;
}
.section05 .airportList{
	width: 100%;
	font-size: 0;
	margin-top: 30px;
}
.section05 .airportList > li{
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.section05 .airportList > li:last-child{
	margin-right: 0;
}
.section05 .airportList > li a{
	display: block;
	background: #fff url(../img/icon_link.png) no-repeat bottom 10px right 10px / 15px 14px;
	border-radius: 14px;
	padding: 20px 0;
}
.section05 .airportList > li a:hover{
	opacity: 0.8;
}
.section05 .head02::before{
	background-image: url(../img/icon_wave_wh.png);
}
.section05 .airportList > li img{
	max-width: 100%;
}

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

.section06 .galleryTtl{
	text-align: center;	
}
.section06 .galleryTtl span{
	font-size: 36px;
	padding-left: 50px;
	background:  url(../img/icon_camera.png) no-repeat center left / 40px 32px;
	margin-bottom: 25px;
}


/*--------------------- .section07---------------------*/
.section07 {
  background-color: #c3efff;
}



/*--------------------- .footer ---------------------*/
#footer{
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
#footer img{
  width: 200px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer img:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ftrTxt{
  font-size: 14px;
  margin-top: 30px;
}

@media only screen and (max-width: 1340px) {
	#mv .head01{
		left: 3%;
	}
	#mv .head01 img{
		width: 100%;
	}
	.gnav li{
		margin-left: 17px;
		
	}
	.gnav li:first-child{
		margin-left:0;
		
	}
	.gnav li a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1160px) {
	#mv .head01{
		width: 460px;
	}
	.headLogo img{
		width: 140px;
	}
	.gnav li a{
		font-size: 13px;
		line-height: 43px;
		height: 43px;
	}
	
}
@media only screen and (max-width: 1000px) {
  .gnav{
    display: none;
  }
  .hambur {
    display: block;
  }
  .drawer-toggle.drawer-hamburger {
    top: 10px!important;
  }
  li.drawerList {
    font-size: 16px;
    position: relative;
    padding: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  li.drawerList:hover {
    background-color: #ecfcff;
  }
  li.drawerList.blank a::after{
    content: "\f08e";
    font-family: FontAwesome;
    position: absolute;
    top: 16px;
    right: 10px;
    bottom: 0;
    left: auto;
  }
  li.drawerList a {
    display: block;
  }
	
}

@media only screen and (max-width: 768px) {
	 .drawer-toggle.drawer-hamburger {
    top: 1px!important;
  }.headLogo img
	.headLogo img{
		width: 110px;
	}
	#header{
		padding: 15px;
	}
	#mv .head01{
		width: 360px;
		left: 4%;
	}
	.section01 .inr{
		background-position: right bottom;
		padding: 120px 20px;
	}
	.section01 .dayIcon{
	position: static;
	top: auto;
	left:auto;
	transform: translateY(0) ;
	-webkit- transform: translateY(0);
	text-align: center;
		margin-bottom: 20px;
}
	.section01 .carIcon{
	position: static;
	top: auto;
	left:auto;
	transform: translateY(0) ;
	-webkit- transform: translateY(0);
	text-align: center;
		margin-top: 20px;
}
	.section01 .carIcon img{
		width: 220px;
		height: auto;
		}
	.section01 .dayIcon img{
		width: 140px;
		height: 140px;
	}
	.section02 .txArea{
		width: 100%;
		text-align: center;
	}
	.section02 .imgArea{
	width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
		display: block;
}
	.section03 .checkList > li .ttlBox{
		width: 220px;
		font-size: 18px;
	}
	.head02{
		font-size: 28px;
	}
}




