@charset "utf-8";
/****************************************
		0. 全体の設定
*****************************************/
/* IE7でpadding指定 */
*:first-child+html body {padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {padding-left: 1px;}
/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{zoom:100%;	overflow:hidden; /* for dreamweaver */}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{display: block;clear:both;font-size: 0;margin:0px;	padding:0px;border:0px;height:0px;line-height:0px;visibility: hidden;content: " ";}
html,body {text-align:left;	color:#333333;}
h1,h2,h3,h4,h5{font-weight: normal;	margin:0;padding:0;}

html{font-size: 62.5%;}
body{font-size: 1.4em ;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";}
a img {
	border-style:none;
}

/*全体設定
*****************************/
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #header_Right #accountMenu {
	margin-top: 10px;
}

#wrap{
	width: 100%;
	min-height: 900px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}

/****************************************
		0. 全体の設定
*****************************************/
#mainVisual{
	/**background-image:url(../img/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;
}
#wrap nav{
	width: 100%;
	background-color: #0077BE;
	border-bottom: 5px solid #FFCB22;
	position: relative;
}
#wrap nav:before {
    position: absolute;
    top: -11px;
    background-image: url(../img/wave01.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 12px;
    display: block;
    width: 100%;
}
#wrap nav ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	height: 72px;
}
#wrap nav ul li{
	width: calc(100% / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-right: 1px dotted #fff;
}
#wrap nav ul li:first-child{
	border-left: 1px dotted #fff;
    letter-spacing: -0.1em;
}
#wrap nav ul li a{
	text-align: center;
	color:#fff;
	padding: 12px 0;
	text-decoration: none;
	font-weight: bold;
}
#wrap 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;	background-color: #000f54;
    padding-bottom: 10px;
}
#cpn a:hover{ opacity: 0.8;}
#cpn .gentei{background: #FFDF00; padding: 10px; text-align: center; font-weight: bold; font-size: 20px; color: #ff0000;}

#cpn2{
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
	/*background-color: #ffdf00;*/
}
#cpn3{
	width: 960px;
	margin: 30px auto 0;
	background: #ffdf00;
}
#cpn4{
	width: 960px;
	margin: 30px auto 0;
	background: #dc0909;
}



#introArea{
	background-image:url(../img/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.魅力
*****************************************/
.read{
	
	width: 760px; 
	margin: 0 auto;
	padding: 30px 0 60px;}
.read img{ max-width:  100%;}
#point{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#point h2{
	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(../img/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(../img/wave04.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 90px;
    display: block;
    width: 100%;
}**/



#informationInner{
	width: 960px;
	margin: 0 auto;
}
#informationInner h2{
	/*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 a{ color: blue;text-decoration: underline;}
.info_box_l{
	width: 240px;
	margin-right: 20px;
}

.info_box_l span{text-align: center;}
.tokuten{
	color: #343434;
	background-color: #f5c615;
	font-size: 16px;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	border: double #000;
	margin-bottom: 5px;
}
.tokuten span{font-size: 0.8em;  }
.info_box_ll a{ color: blue;text-decoration: underline;}
.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;
}

.info_box span{font-size: 13px;  display: block; }
 .timetable__title-list {
    align-items: center;    display: flex;
 
}
 .timetable__title-list li:nth-child(n+2),	.timetable__list li:nth-child(n+2){
    border-left: 2px solid #fff;
}

 .timetable__title-list li {
	 background: #ffbb00;
flex: 1;
	 padding: 5px;   text-align: center;    color: #fff;
    font-weight: bold;
}
.timetable__list {
display: flex;    align-items: center;    
}
	.timetable__list li{	 background: #fff;}
.timetable__list li:nth-child(odd) {
    background: #e0e0e0;
}
.timetable__list li{border-top: 2px solid #fff; padding: 5px;text-align: center;
	 flex: 1;}


/****************************************
			6.コース一覧
*****************************************/
#tourList{
	background:linear-gradient(#49D8FC,#A4ECFE);
	position: relative;
	margin-bottom: -3px;
}
/**#tourList:before {
    position: absolute;
    top: -55px;
    background-image: url(../img/wave02.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 55px;
    display: block;
    width: 100%;
}**/
#tourList h2{
		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(../img/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_item span + span{ background: none; color:#ff2121;width:100%; text-align: left;}

.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.midashi{
	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;
}

.link_btn a{
    font-size: 0;

}

.sub_link a{
	display: block;
	background: url("/ngo/common/img/icon/icon_next01_wh.png") no-repeat right 50% #0C386B;
        background-size: 25px;
	text-align: center;
	padding: 4%;
	color: #FFF;
	border-radius: 0 0 4px 4px;
}

.item-subbox a:hover {
    background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffbc;
    background-size: 30px;
    background-position-y: center;
    background-position-x: 100%;
}
.sub_link a{ color: #fff;}

.item-subbox a {
    display: flex;
    font-weight: normal;
    padding: 15px 10px;
    border: solid #ccc;
    border-width: 0 1px 1px;
    align-items: center;
	background: #FFF;
}

.item-subbox .ttl {
    width: 50%;
    padding: 2px 10px 2px 0;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
}

.item-subbox .ttl span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.item-subbox .ttl p {
    font-weight: bold;
}

.day {
    width: 20%;
}

.price {
    width: 30%;
    color: #F01C1C;
    font-size: 16px;
    font-weight: bold;
}

/****************************************
			7.その他
*****************************************/

#cabin{
	position: relative;
}

#cabin:before {
    position: absolute;
    top: 0px;
    background-image: url(../img/wave03.gif);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 52px;
    display: block;
    width: 100%;
}


#degiPfInner{
	width: 960px;
	margin: 0 auto;

}
#otherInner{
	width: 460px;
	margin: 0 auto;
	padding: 40px 0;
}

#degiPfInner h2, .seen h2,#cabin h2,#otherInner h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 20px;
}
#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(../img/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(../img/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;
}
/****************************************
			6.my first cruise.
*****************************************/
#myfirstcruise {
	width: 960px;
	margin: 0 auto;
	padding: 40px 50px;
    background-color: #d9f7ff;
    border-radius: 60px;
    font-size: 16px;
}
#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{
    margin-bottom: 2px;
}

#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;
}


/*国内発着商品
--------------------*/
.item-box {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  transition: all 0.2s ease;
  position: relative;
  border: solid 1px #ccc;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.item-box h3 img {
  vertical-align: bottom;
}
.item-box-left {
  float: left;
  padding: 10px;
  width: 64%;
}
.item-box-right {
  float: right;
  background-color: #FFF;
  padding: 10px;
  width: 36%;
}
.item-box-icon {
  padding-bottom: 5px;
}
.item-box-icon span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
}
.item-box-icon span.line {
  background: #06c755;
  color: #FFF;
}
.item-box-ttl {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 2px 0 5px 2px;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  border-bottom: 2px solid #363466;
  text-decoration: none;
  color: #363466;
  position: relative;
}
.item-box-ttl:hover {
  border-bottom: 2px solid #FFCB22;
}
.item-box-ttl a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #363466;
  word-wrap: break-word;
  font-size: 20px;
}
.item-box-ttl a span {
  font-size: 14px;
  display: block;
}
.item-box-ttl a:hover {
  text-decoration: none;
  color: #363466;
}
.item-box-info li {
  text-align: right;
}
.item-box-price {
  color: #F01C1C;
  font-weight: bold;
  font-size: 20px;
}
.item-box-price a {
  color: red;
  text-decoration: none;
}
.item-box-nenyu {
  color: red;
  font-size: 14px;
}
.item-box-dep {
  font-size: 12px;
}
.item-box-price a {
  color: red;
  text-decoration: none;
}
.all-in {
  display: inline-block;
  background: blueviolet;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 30px;
  font-size: 12px;
}
.item-point-ttl {
  clear: both;
  height: 30px;
  display: inline-block;
  position: relative;
}
.item-point-ttl-icon {
  position: absolute;
  top: 0;
  left: 5px;
}
.item-point-ttl-icon img {
  width: 22px;
}
.item-point-inner {
  background-color: #ff5780;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px 5px 34px;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}
.item-box-point {
  padding: 10px 10px 0;
  background-color: #ffeef1;
  margin-left: 1px;
  /*box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;*/
}
.item-box-point li {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
  padding-left: 20px;
  background-image: url(/cmn/icon/icon_field_entered.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  line-height: 1.3;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px dotted #FF7791;
  padding-bottom: 3px;
}
.item-box-point li:empty {
  display: none;
}
.item-box-point li:last-child {
  /*background: url(../img/bg/bg_main.jpg)*/
  border-bottom: none;
}
.item-box-btn {
  margin: 15px auto 0;
  box-shadow: 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  text-align: center;
  width: 40%;
  font-size: 14px;
}
.item-box-btn a {
  display: block;
  padding: 6px;
  text-decoration: none;
  background-color: #777;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 16px;
}
.item-box-btn a:hover {
  background: #555;
  color: #FFF;
}
/*gallery*/
ul.gallery {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* margin: 0 -8px; */
  position: relative;
}
.gallery {
  width: 100%;
}
.gallery li img {
  width: 100%;
  height: auto;
}
.slick-track {
  margin-bottom: 6px;
}

.seen {
    background:#A4ECFE;
    position: relative;
    margin-bottom: -3px;
}

.seen h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.seen p{text-align: center;}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

.tel_list>li .phone_num a {

	color: #2773BF;}



/*客室
--------------------*/
.point_table_text{
	
}
.point_table_benefits{
	font-weight: bold;
	margin: 0;
	padding-left:0.5em;	font-size: 1.2em;
	color: #0073BD;
}
.point_table_circle{
	margin: 0;
	padding: 0;
	padding-left:0.5em;


}
.point_table_circle::before{
	content: "\02022";
    display:inline-block;
    color: #fed627;
	margin-right: 0.5em;
	
}

#grade,#type{
	counter-reset: number 0;
}
/*.cabin{
	letter-spacing: -.4em; 
}*/
.cabin h4{
	margin: 0 0 1.4em;
}

.cabin li{
	width: 100%;
}
#suiteBox{

	margin:20px auto;

}
.room{
	letter-spacing: -.4em; 
	font-size: 14px;display:flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.room p{
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	line-height: 150%;
}
.room li{

	letter-spacing: normal;
	vertical-align: top;

	    width: calc(100% / 3 - 5px);
	box-sizing: border-box;
	border: 1px solid #0073BD;
	background: #fff;margin-bottom: 10px;
}
.room li img{
	width: 100%;
	padding-bottom: 2px;
}
.suite_title{
	width: 100%;
	background: #0073BD;
	color: #fff;
	text-align: center;
}
.supplement{
	text-align: right;
	font-size: 12px;
}
.suiteBox{
	padding: 5px;
	border-top: 1px solid #ccc;
}
.suiteBox p{
	font-size: 13px;
}
.suiteBox p span{
	font-weight: bold;
	padding-left: 5px;
}
.suiteBox p.notes{
	font-size: 12px;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;	
}

 p.notes{
	font-size: 12px;
	margin: 10px 0 0;		padding-left:0.5em;
}

