@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
#mainVisual{
	/**background-image:url(../images/main_image01.jpg);**/
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	position: relative;
}
/**トップ画像切り替え**/
#mainVisualBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 590px;
	overflow: hidden;
}
.slideshow {
	position: relative;
	width: 100%;
	height: 590px;
	overflow: hidden;
}
.slideshow .item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-size: cover;
	background-position: center center;
}
.in {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: -1;
}
.out {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: 7s;
	transition: 7s;
	z-index: -2;
}

#mainVisual h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/**トップ画像切り替えここまで**/

#ttlLogo{
	background-color: #FFCB22;
	border-bottom: 8px solid #fff;
	text-align:center;
}
#wrap .hidden{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
nav{
	width: 100%;
	background-color: #0077BE;
	border-bottom: 5px solid #FFCB22;
	position: relative;
}
nav:before {
    position: absolute;
    top: -11px;
    /*background-image: url(../images/wave01.png);*/
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 12px;
    display: block;
    width: 100%;
}
nav ul{
	width: 960px;
	margin: 0 auto;
	display: flex;
	height: 72px;
}
nav ul li{
	width: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-right: 1px dotted #fff;
}
nav ul li:first-child{
	border-left: 1px dotted #fff;
}
nav ul li a{
	text-align: center;
	color:#fff;
	padding: 12px 5px;
	text-decoration: none;
	font-weight: bold;
}
nav ul li a:hover{
	color:#FFCB22;
	text-decoration:none;
}

/****************************************
		パンくず
*****************************************/

#breadcrumb{ color:#0058a0;}


/****************************************
		2.コンテンツ共通設定
*****************************************/
section{
	padding-bottom: 20px;
}

/****************************************
			3.導入
*****************************************/
#introTtl{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #003366;
	font-weight: bold;
	font-size:26px;
	padding-top: 20px;
}
#cpn{
	width: 960px;
	margin: 30px auto;
}
#cpn a:hover{ opacity: 0.8;}
#introArea{
	background-image:url(../images/bg01.png);
	background-repeat: no-repeat;
	height: 459px;
}
#introInner{
	width: 960px;
	margin: 0 auto;
	padding: 80px 10px 0;
}
#introImage{
	float: left;
	width: 300px;
	margin-right: 60px;
}
#introTxt{
	padding-top: 60px;
	padding-right: 10px;
	font-size: 19px;
	line-height: 1.8;
}

/****************************************
			4.魅力
*****************************************/
#point{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#point h3{
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.point_check_box{
	width: 100%;
}

.point_box{
	width: 960px;
	margin: 0 auto;
}

.point_inner h4{
	font-weight: bold;
	font-size: 22px;
}
.point_inner h4 span{
	font-weight: bold;
	font-size: 40px;
}
.point_inner{
	width: 430px;
	margin-top: 70px;
}
.box_l{
	float: left;
}
.box_r{
	float: right;
}
.point_text{
	padding: 10px 0 10px 30px;
}
.point_btn{
	width: 250px;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	text-align: center;
	font-size: 14px;
	margin-left: 194px;
}
.point_btn a{
	display: block;
	padding: 15px;
	text-decoration: none;
	background-color: #333333;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.point_btn a:hover{
	background: #999;
	color: #FFF;
}
.movie_wrap h4{
	font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.movie_wrap{
  	padding: 40px 0 0;
    text-align: center;
	width: 960px;
	margin: 0 auto;
}
video {
	width: 800px;
	height: 450px;
}
/****************************************
			5.お得な情報
*****************************************/
#information{
	background-image: url(../images/info_bg.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: top center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}


/**#information:before {
    position: absolute;
    top: 0px;
    background-image: url(../images/wave04.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 90px;
    display: block;
    width: 100%;
}**/



#informationInner{
	width: 960px;
	margin: 0 auto;
}
#informationInner h3{
	/*padding:80px 0 20px;*/
	text-align: center;
	padding-bottom: 20px;
}

.info_box{
	background-color: rgba(255,255,255,0.9);
	margin-bottom:10px;
	padding: 10px;
	display: flex;
}
.info_box_l{
	width: 240px;
	margin-right: 20px;
}
.info_box_l p{
	color: #343434;
	background-color: #f5c615;
	font-size: 16px;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	border: double #000;
	margin-bottom: 5px;
}

.info_box h4{

	background-color: #FF5B5B;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0 ;
	display: flex;
	align-item: center;
	justify-content: center;
}

.info_box dl{
	width: 70%;
}
.info_box dt{
	font-weight: bold;
	font-size:18px;
	padding-bottom: 5px;
	line-height: 1.3;
}
.info_box dd{
	font-size: 14px;
}

/****************************************
			6.my first cruise.
*****************************************/
#myfirstcruise {
	width: 960px;
	margin: 0 auto;
	padding: 40px 50px;
    background-color: #d9f7ff;
    border-radius: 60px;
}
#myfirstcruise .info_box_l{
	margin-right: 0px;
	width: unset;
}
#myfirstcruise .info_box_l p{
    margin: 0 auto;
    width: 35%!important;
}
#myfirstcruise h4{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    margin: 10px;
}
#myfirstcruise dt{
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #0073bd;
}
#myfirstcruise dt span{
	font-size: 13px;
	background-color: #ff5e5e;
    color: #fff;
    padding: 2px 8px;
    border-radius: 9px;
	margin-right: 10px;
}
#myfirstcruise dd{
}

#myfirstcruise .small{
	font-size: 13px;
}
.tableBox{
	width: 830px;
    margin: 5px auto;
}

.tableBox table{
	padding: 10px 5px;
	line-height: 18px;
}
.tableBox tbody{
	background-color: #fff;
}
.tableBox th{
	height: 35px;
	color:#fff;
	font-weight:bold;
	background-color: #0073bd;
	text-align:center;
	line-height: 18px;
	padding: 5px 5px;
}
.tableBox tr,td{
	text-align:center;
	vertical-align:middle;
}
.tableBox table td.type{
	text-align:left;
	padding:10px;
	vertical-align:middle;
	width: 40%;
	font-size: 14px;
}
.tableBox table td.days{
	text-align:center;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 15px;
	width: 20%;
	background-color: #d9dfe2;
}
.tableBox table td.price{
	color:#b90d0d;
	text-align:center;
	vertical-align:middle;
	width:150px;
}
.bold{
	font-weight:bold;
	line-height:16px;
}
.fc_red {
	color:#b90d0d;
}


/****************************************
			6.コース一覧
*****************************************/
#tourList{
	background:linear-gradient(#49D8FC,#A4ECFE);
	position: relative;
	margin-bottom: -3px;
}
/**#tourList:before {
    position: absolute;
    top: -55px;
    background-image: url(../images/wave02.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 55px;
    display: block;
    width: 100%;
}**/
#tourList h3{
		padding:30px 0 20px;
	text-align: center;

}
.tourlist_innner{
	width: 960px;
	margin: 0 auto;
}

.tourlist_innner h4{
    position: relative;
    background-color: #ffe906;
    color: #0173bc;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0 7px;
    margin-bottom: 30px;
    text-align: center;
    height: 46px;
}
.tourlist_innner h4:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 198, 21, 0);
	border-top-color: #ffe906;
	border-width: 20px;
	margin-left: -20px;
}
.tourlist_innner h4 span{
    padding: 5px 30px;
    background-color: #0073BD;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    position: relative;
    bottom: 3px;
}

.tour_box{
	/*width:24%;*/
    /*margin: 0 .5% 3%;*/
	width:31%;
	/*width:48%;*/
	float: left;
	margin: 0 1% 3%;
	position:relative;
}
/*r完売時用*/
.tour_box .kanbai{
	position: absolute;
    top: 0;
    right: 0;
     background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.tour_box div.kanbai::before {
  content:'販売終了';
  color:#fff;
	font-size: 30px;
	background-color: #000;
	padding: 0 20px;
  position:relative;
	top:46%;
	left: 24%;
  z-index:2000;
}
.photo_area{
	position: relative;
}

.photo_area a{
	display: block;
	overflow: hidden;
}
.photo_area img{
	width: 100%;
	vertical-align: bottom;
}
.photo_area:hover{
	opacity: 0.8;
}
.photo_area .tag{
    background: #00b900;
    color: #FFF;
    position: absolute;
    padding: 3px 10px 2px;
    z-index: 1;
    top: 7px;
    left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.route_map{
    display: inline-block;
    background-color: #ed1f1f;
    color: #fff;
    font-size: 15px;
    padding: 2px 10px 1px;
    position: absolute;
    bottom: 5px;
    right: 0px;
}
.tour_item{
	background-color: #fff;
	position: relative;
	background-image: url(../images/icon_corner.png);
	background-position: right 1px bottom 1px;
	/*background-size: 8px;*/
	background-repeat: no-repeat;
	/*margin-bottom: 5px;*/
	padding: 0 5px 5px;
}
.tour_item h5{
	color:#0C386B;
	font-weight: bold;
	font-size:16px;
	padding: 8px 0 0;
	margin: 0 10px 15px;
	line-height: 1.2;
	position: relative;
	box-sizing: border-box;
}
.tour_item h5::after{
	content:"";
	border-bottom: dotted #000000 2px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.tour_item a{
	 position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.tour_item:hover{
/*	background-color:#fff9b9;*/background-color:#FFE900;
}
.tour_price{
	font-weight: bold;
	color: /*#0C386B*/#ff2121;
	padding: 0 0 10px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.tour_price span{display: block;}
.tour_dep,.tour_days{
	font-weight: bold;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    box-sizing: border-box;
}
.tour_route{
	font-size: 13px;
	padding: 0 14px 10px;
	line-height: 1.3;
	box-sizing: border-box;
}
.tour_item span{
	/*display: inline-block;*/
	width: 80px;
	background-color: #EEEEEE;
	text-align: center;
	padding: 2px 10px;
	color: #000;
	font-size: 14px;
    margin-right: 5px;
}
.tour_point{
	background-color: #fff;
	border: #F5C615 solid 2px;
	padding: 5px;

}
.tour_point dt{
	color:#FF5A5A;
	font-weight: bold;
	text-align: center;
}
.tour_point dd{
	font-size: 14px;
}

.pacific_sub{
	width: 60%;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #fac;
}

/****************************************
			7.その他
*****************************************/

#degiPfArea{
	position: relative;
}

#degiPfArea:before {
    position: absolute;
    top: 0px;
    background-image: url(../images/wave03.gif);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 52px;
    display: block;
    width: 100%;
}


#degiPfInner{
	width: 960px;
	margin: 0 auto;
	padding-top: 60px;
}
#otherInner{
	width: 460px;
	margin: 0 auto;
	padding: 40px 0;
}

#degiPfInner h3,#otherInner h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
#degiPfInner ul{
	display: flex;
	width: 960px;
/*	width: 460px;*/
    margin: 0 auto;
}
#degiPfInner li{
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.degiPf_l{
	width: 160px;
	margin: 0 auto;
}
.degiPf_l img{
	width: 100%;
}
.degiPf_r{
	width: 280px;
	padding: 0 20px;
	text-align: center;
}

.degiPf_notes{
	display:inline-block;
	background-color: #E04747;
	color:#fff;
	padding: 2px 20px;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 10px;
}
.degiPf_dep{
	font-size: 18px;
	padding-bottom: 10px;
}
.degiPf_ttl{
	font-size: 21px;
	padding-bottom: 10px;
	font-weight: bold;
}
.degiPf_link{
	width: 100%;
	border: #AAAAAA solid 1px;
	border-radius: 6px;
	background-image: url(../images/icon_btn01.png);
	background-position: left 2px bottom 50%;
	/*background-size: 8px;*/
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 15px 0 15px 30px;

}
.degiPf_link a{
	display: block;
	text-decoration: none;
	color:#000;
}
.degiPf_link:hover{
	background-color: #ffe3e3;
}


#otherInner img:hover{
	opacity: 0.8;
}

/**波のCSS**/
#sineCanvasTop{
	width: 100%;
    height: 200px;
    vertical-align: top;
	transform: scale(1, -1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 88%, rgba(255,255,255,1) 99%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 88%,rgba(255,255,255,1) 99%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 88%,rgba(255,255,255,1) 99%);
}
#sineCanvasBottom {
    width: 100%;
    height: 200px;
    vertical-align: top;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(85,209,247,0) 76%, rgba(73,216,252,0.96) 99%, rgba(73,216,252,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(85,209,247,0) 76%,rgba(73,216,252,0.96) 99%,rgba(73,216,252,1) 100%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(85,209,247,0) 76%,rgba(73,216,252,0.96) 99%,rgba(73,216,252,1) 100%);
}


/****************************************
			11.フェードイン
*****************************************/

/**右からふわっと**/
.rightAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: rightAnime;
	-ms-animation-name: rightAnime;
	animation-name: rightAnime;
	visibility: visible !important;
}

@-webkit-keyframes rightAnime {
	0% { opacity: 0; -webkit-transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes rightAnime {
	0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.rightAnimeout {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: rightAnimeout;
	-ms-animation-name: rightAnimeout;
	animation-name: rightAnimeout;
	visibility: visible !important;
}

@-webkit-keyframes rightAnimeout {
	0% { opacity: 1; -webkit-transform: translateX(0); }
	100% { opacity: 0; -webkit-transform: translateX(50px); }
}
@keyframes rightAnimeout {
	0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	100% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
}

/**左からふわっと**/
.leftAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: leftAnime;
	-ms-animation-name: leftAnime;
	animation-name: leftAnime;
	visibility: visible !important;
}

@-webkit-keyframes leftAnime {
	0% { opacity: 0; -webkit-transform: translateX(-50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes leftAnime {
	0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.leftAnimeout {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: leftAnimeout;
	-ms-animation-name: leftAnimeout;
	animation-name: leftAnimeout;
	visibility: visible !important;
}

@-webkit-keyframes leftAnimeout {
	0% { opacity: 1; -webkit-transform: translateX(0); }
	100% { opacity: 0; -webkit-transform: translateX(-50px); }
}
@keyframes leftAnimeout {
	0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
	100% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
}

/**マーカー**/
.marker_box{
	position: relative;
}

#markerH3{
	width: 960px;
	margin: 0 auto;
}

.marker{
	position: absolute;
	bottom:0;
	left: 0;
	height: 20px;
	width: 60%;
	background: #FFE900;
	z-index: -1;
}

.marker02{
	left: 50%;
	width: 45%;
	transform: translateX(-50%);
}

.markerAnime {
	animation-fill-mode:both;
	animation-duration:1.0s;
	animation-delay:1.0s;
	animation-name: marker;
	visibility: visible !important;
}

@-webkit-keyframes marker {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes marker {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


/*ie用*/
	.is-ie11 #header #header_Right #accountMenu{
	    height: 29px;
	    }

.is-ie11 #iconBtnNational{
	background-position:-16px -82px;
}
/*ff用*/
.is-firefox #header img{
	vertical-align: middle;
}

.is-firefox #iconBtnNational{
	background-position:-16px -81px;
}
/*ipad用*/
@media screen and (max-device-width: 1024px) {
	#point,#intro,#contents{
		background: #fff;
	}
	#mainVisual{
		background-image:url(../images/main_image01.jpg);
		z-index: -3;
	}
	.slideshow{
	}
	.slideshow .item{
		width: auto;
		left: 50%;
	}
	.in {
	-webkit-transform: scale(1) translateX(-50%);
	}
	.out {
		-webkit-transform: scale(1.25) translateX(-40%);
		transform: scale(1.25) translateX(-40%);
	}
	#sineCanvasTop{
		margin-top:-5px;
	}
	#sineCanvasBottom{
		margin-bottom: -5px;
	}
	#information{
		background-attachment: scroll;
	}
}

.course_bn {background-color: #fff;

	padding-left:40px;
width:60%;
	margin: 0 auto 20px;
	
}


.link_box a{display:block; padding:15px; text-align:center; background:#06C; color:#FFFFFF; border-radius:6px; width:80%; margin:0 auto;}
.link_box a:hover{background:#F90; text-decoration:none;}

.font_em {
	font-size: 26px;
	color: red;
}
.font_bold {
	font-weight: bold;
}