@charset "utf-8";
/* ****************************************************

/cruise/feature/kobe150/css/contents.css
-----------------------------------
1: contents parts for PC
-----------------------------------
2: contents parts for Smartphone
-----------------------------------
3: print for PC
-----------------------------------

***************************************************** */


@media only screen and (min-width: 769px), print {

/*=================================

	1: contents parts for PC

================================ */
.bgBlue {
	margin: 0 -500%;
	padding: 0 500% 80px;
/*	background-color: #c0e2e2;*/
	background: url("")  no-repeat , -ms-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* Mozilla */
	background: url("")  no-repeat, -moz-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* Opera */
	background: url("")  no-repeat, -o-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* Webkit */
	background: url("")  no-repeat, -webkit-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* W3C */
	background: url("")  no-repeat, linear-gradient(top, #f2fcfc, #f4fcfc) ;
}

/* 見出し */
.headline02 {
	margin-top: 40px;
}
.headline02 + * {
	margin-top: 20px;
}


/* 背景色つき */
.headline02.bg > span {
	background-color: #333333;
	color: #3d3528;
}

/* アイコンリスト */
/* iconList */
.iconList{
	margin-top: 1em;
}
.iconList > li {
	position: relative;
	padding-left: 15px;
}
.iconList > li:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #e4b52d;
}

/* メインビジュアル */
/* mainVisual */
.mainVisual .img01 {
	overflow: hidden;
	margin: 0 -450%;
	text-align: center;
}
.mainVisual .img02 {
	position: absolute;
	top: 420px;
	left: 50%;
	margin-left: -330px;

}

.mainVisual {
	position: relative;
}
.mainVisual .txt01 {
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 1.4rem;
	white-space: nowrap;
}
.mainVisual .mainImg {
	position: relative;
}
.mainVisual .mainImg .hdg01 {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	text-align: center;
	color: #3d3528;
}
.mainVisual .mainImg .hdg01 .title {
	display: block;
	margin-top: 0px;
	font-size: 58px;
	font-size: 5.8rem;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.2);
	line-height: 1.3;
	color: #ffffff;
	font-weight: bold;
}
.mainVisual .mainImg .hdg01 .title > span {
	font-size: 78px;
	font-size: 7.8rem;
}
.mainVisual .mainImg .hdg01 .lead {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 25px;
	font-size: 2.5rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.2);
	line-height: 1.5;
		font-weight: bold;
}

.mainVisual .mainImg .hdg01 .lead2 {
	display: block;
	margin-top: 290px;
	color: #D8BfD8;
	font-size: 50px;
	font-size: 5.5rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.2);
	line-height: 1.5;
	font-weight: bold;
}

.hdg01 .bandTx01 {
	display: block;
	padding: 6px 10px 0 10px;
/*	background-color: rgba(251, 53, 31, 0.6); */
	text-shadow: 0px 0px 10px rgba(61, 53, 40, 1.2);
	font-weight: bold;
	color: #FFFF88;
}
.hdg01 .bandTx01{
/*	background-color:rgba(251, 53, 31, 0.6);*/
}
.hdg01 .bandTx02 {
	display: block;
	padding: 6px 10px 0 10px;
	background-color: rgba(251, 53, 31, 0.6); */
	text-shadow: 0px 0px 10px rgba(61, 53, 40, 1.2);
	font-weight: bold;
	color: #ffffff;
}

.leadText02 .txtBlack {
	color:#333333;
	font-size: 2.1rem;
	font-weight: normal;
}



/* 画像 */
.img03 > img,
.img04 > img {
	border-radius: 50%;
}
.img04 > img {
	height: 120px;
	width: 120px;
}

/* 3つのポイント プラスα */
.numberList02 > li {
	padding-left: 2em;
}
.numberList02 > li::before {
	width: 1.5em;
}

/* 魅力的な寄港地と快適クルージング */
.columnTwo01 .columnSet01 {
	display: table;
}
.columnTwo01 .columnSet01 .colTxt {
	float: left;
	width: 95%;
}
.columnTwo01 .columnSet01 .colImgRight {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

/* パンフレット */
.summaryInfoBox .column {
	width: 300px;
	margin: 0 auto;
}

/* スケジュール */
#toursContents .scheduleTable .scheduleContents {
	background-color: #ffffff;
}
.txColor01 {
	color: #033c9e;
}

.boxCourse03 {
margin: 10px 0px 10px 0px;
}
	
/* オーバーライド記述 */
.boxCourse03 .inner01 {
	/* box-shadow 
	box-shadow:0px 9px 10px -7px #a6aeb2;
	-moz-box-shadow:0px 9px 10px -7px #a6aeb2;
	-webkit-box-shadow:0px 9px 10px -7px #a6aeb2;*/
padding: 5px 5px 5px 5px;
margin: 0px 0px 20px 0px;
}



.headline02.bg > span {
	background: #013B93;
}
#toursContents .scheduleTable > .scheduleContents .heading {
	background: #a18637;
	color: #ffffff;
}
.imageBorder01 {
	max-width: 200px;
	height: auto;
}

.column {
    margin-top: 10px;
}

.boxCourse03 {
background-color:#FFE599;	
}
.boxCourse03 .slider01 {
background-color:rgba(246,244,233,0.9);
padding: 10px 10px 10px 10px;
}
.boxCourse03 h3.hdg02 {
font-size: 120%;
}


[class^=btnType] > a.music01,
[class^=btnType] > a.music05 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #481003;
	background: #A28737;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}
[class^=btnType] > a.music05 {
	border-top: 1px solid #A28737;
	background: #A28737;
}

}

@media only screen and (max-width: 768px) {

/*=================================

	2: contents parts for Smartphone

================================ */
.bgBlue {
	margin: 0 -500%;
	padding: 0 500% 80px;
/*	background-color: #c0e2e2;*/
	background: url("")  no-repeat , -ms-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* Mozilla */
	background: url("")  no-repeat, -moz-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* Opera */
	background: url("")  no-repeat, -o-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* Webkit */
	background: url("")  no-repeat, -webkit-linear-gradient(top, #f2fcfc, #f4fcfc) ;
	/* W3C */
	background: url("")  no-repeat, linear-gradient(top, #f2fcfc, #f4fcfc) ;
}

/* 見出し */

/* 背景つき */
.headline02.bg {
	margin-top: 40px;
}
.headline02.bg + * {
	margin-top: 20px;
}
.headline02.bg > span {
	display: block;
	padding: 7px 0;
	background-color: #333333;
	color: #ffffff;
	font-size: 2.0rem;
	line-height: 1.1;
	text-align: center;
}

/* iconList */
.iconList{
	margin-top: 1em;
}
.iconList > li {
	position: relative;
	padding-left: 15px;
}
.iconList > li:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #e4b52d;
}

/* メインビジュアル */
/* mainVisual */
.mainVisual {
	margin: 0 -17px;
}
.mainVisual .img01 {
	width: 200%;
	margin-top: 0;
	margin-left: -50%;
	text-align: center;
}
.mainVisual .img02 {
	position: absolute;
	top: 170px;
}
.mainVisual .img02 + figure{
	margin-top: 25px;
}
.mainVisual .txt01 {
	padding: 0 17px;
	font-size: 1.0rem;
	text-align: right;
}
.mainVisual .mainImg {
	position: relative;
}
.mainVisual .mainImg .hdg01 {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	text-align: center;
}
.mainVisual .mainImg .hdg01 .title {
	display: block;
/*	margin-top: 1em; */
	font-size: 15px;
	font-size: 1.5rem;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1.0);
	font-weight: bold;
	line-height: 1.3;
	color: #3d3528;
	color: #ffffff;
}
.mainVisual .mainImg .hdg01 .title > span {
	font-size: 15px;
	font-size: 1.5rem;
}
.mainVisual .mainImg .hdg01 .lead {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.0rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.2);
	line-height: 1.5;
		font-weight: bold;
}

.mainVisual .mainImg .hdg01 .lead2 {
	display: block;
	margin-top: 120px;
	color: #D8BfD8;
	font-size: 20px;
	font-size: 2.0rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.2);
	line-height: 1.5;
	font-weight: bold;
}

.hdg01 .bandTx01 {
	display: block;
	padding: 6px 10px 0 10px;
/*	background-color: rgba(251, 53, 31, 0.6); */
	font-size: 12px;
	font-size: 1.2rem;
	text-shadow: 0px 0px 10px rgba(61, 53, 40, 1.2);
	font-weight: bold;
	color: #3d3528;
	color: #FFFF88;
}

.hdg01 .bandTx02 {
	display: block;
	padding: 6px 10px 0 10px;
	background-color: rgba(251, 53, 31, 0.6); */
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
}

.leadText02 .txtBlack {
	color:#333333;
	font-size: 1.3rem;
	font-weight: normal;
}

/* おすすめポイント */
.bgBlack .boxWrap01 {
	margin-top: 15px;
	padding: 10px 10px 25px;
	border: 1px solid #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
}
.bgBlack .boxWrap01 > *:first-child,
.bgBlack .boxWrap01 .column.typeTable .colTxt .btnList > li:first-child {
	margin-top: 0 !important;
}
.bgBlack .boxWrap01 .column.typeTable .colImg {
	text-align: center;
}
.bgBlack .boxWrap01 .column.typeTable .colImg + * {
	margin-top: 15px;
}
.bgBlack .boxWrap01 .column.typeTable .colImg img {
	padding: 1px;
	border: 1px solid  #a7aca8;
}

/* 画像 */
.img03 > img,
.img04 > img {
	border-radius: 50%;
}
.img03 > img {
	width: 70%;
}
.img04 > img {
	height: 120px;
	width: 120px;
}

/* 3つのポイント プラスα */
.numberList02 > li {
	padding-left: 2em;
}
.numberList02 > li::before {
	width: 1.5em;
}

/* スケジュール */
#toursContents .scheduleTable .scheduleContents {
	background-color: #ffffff;
}
.txColor01 {
	color: #033c9e;
}

.boxCourse03 {
background-color:#F6F4E9;	
}
/* オーバーライド記述 */
.boxCourse03 .inner01 {
	/* box-shadow 
	box-shadow:0px 9px 10px -7px #a6aeb2;
	-moz-box-shadow:0px 9px 10px -7px #a6aeb2;
	-webkit-box-shadow:0px 9px 10px -7px #a6aeb2;*/
}

.headline02.bg > span {
	background: #013B93;
}
#toursContents .scheduleTable > .scheduleContents .heading {
	background: #a18637;
	color: #ffffff;
}

.imageBorder01 {
	max-width: 200px;
	height: auto;
}
[class^=btnType] > a.music01,
[class^=btnType] > a.music05 {
	border: none;
	background: #A28737;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
}
[class^=btnType] > a.music05 {
	border-top: 1px solid #A28737;
	background: #A28737;
}

}