@charset "utf-8";
/* ****************************************************

/cruise/feature/hanabi/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

================================ */
.bgBlack {
	background-image: url(/cruise/feature/hanabi/img/com_bg01.jpg);
	background-repeat: repeat-y;
	background-position: 50% -646px;
	color: #ffffff;
}

/* 見出し */
.headline02 {
	margin-top: 40px;
}
.headline02 + * {
	margin-top: 20px;
}

/* アイコンつき */
.headline02.icon > span {
	display: block;
	padding-top: 55px;
	background: url(/cruise/feature/hanabi/img/com_ic01.png) no-repeat 50% 0;
	font-size: 3.4rem;
	line-height: 1.1;
	text-align: center;
}

/* 背景色つき */
.headline02.bg > span {
	background-color: #333333;
	color: #ffffff;
}

/* アイコンリスト */
/* 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 -500%;
	text-align: center;
}
.mainVisual {
	position: relative;
}
.mainVisual .txt01 {
	position: absolute;
	top: 100%;
	left: 100%;
	margin: 5px 0 0 0;
	font-size: 1.4rem;
	white-space: nowrap;
}
.mainVisual .mainImg {
	position: relative;
}
.mainVisual .mainImg .hdg01 {
	position: absolute;
	top: 150px;
	right: 0;
	left: 0;
	text-align: center;
}
.mainVisual .mainImg .hdg01 .title {
	display: block;
	font-size: 60px;
	font-size: 6.0rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	line-height: 1.3;
}
.mainVisual .mainImg .hdg01 .title > span {
	font-size: 80px;
	font-size: 8.0rem;
}
.mainVisual .mainImg .hdg01 .lead {
	display: block;
	margin-top: 15px;
	color: #fc8e34;
	font-size: 25px;
	font-size: 2.5rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	line-height: 1.5;
}

/* ツアー内容 */
/* boxCorner08 */
.boxCorner08 .column > .col.on:after {
	border: 6px solid #917932;
}
.boxCorner08 .column.col2 > .col {
	background-color: rgba(255,255,255,0.90);
}

.bgBlack .boxWrap01 {
	margin-top: 25px;
	padding: 20px;
	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 {
	display: table;
	width: 100%;
}
.bgBlack .boxWrap01 .column.typeTable > * {
	display: table-cell;
	vertical-align: middle;
}
.bgBlack .boxWrap01 .column.typeTable .colImg {
	width: 29.5%;
}
.bgBlack .boxWrap01 .column.typeTable .colImg + * {
	padding-left: 20px;
}
.bgBlack .boxWrap01 .column.typeTable .colImg img {
	padding: 1px;
	border: 1px solid  #a7aca8;
}
.bgBlack .boxWrap01 .column.typeTable .colTxt .btnList > li > a {
	font-size: 1.5rem;
}

/* スケジュール */
/* tableSchedule */
.tableSchedule {
	clear: both;
	margin-top: 20px;
}
.tableSchedule table {
	width: 100%;
	background-color: rgba(255,255,255,0.95);
}
.tableSchedule table tr > * {
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}
.tableSchedule table th {
	width: 6.5%;
	padding: 10px;
	background-color: #cccccc;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}
.tableSchedule table td {
	width: 8.5%;
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tableSchedule table thead td {
	padding-right: 0;
	padding-left: 0;
}
.tableSchedule table tbody td {
	position: relative;
}
.tableSchedule table tbody td.period:before,
.tableSchedule table tbody td.start:before,
.tableSchedule table tbody td.end:before {
	content: "";
	position: absolute;
	top: 50px;
	height: 4px;
	box-sizing: content-box;
}
.tableSchedule table tbody td.period:before {
	left: 0;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
}
.tableSchedule table tbody td.start:before,
.tableSchedule table tbody td.end:before {
	width: 6px;
}
.tableSchedule table tbody td.start:before {
	right: -1px;
}
.tableSchedule table tbody td.end:before {
	left: -1px;
}
.tableSchedule table tbody tr:last-child > * {
	border-bottom: none;
}
.tableSchedule .saturday {
	color: #003399;
}
.tableSchedule .sunday {
	color: #cc3333;
}
.tableSchedule .box01 {
	display: table;
	width: 100%;
	height: 100px;
}
.tableSchedule .box01 > dl {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1.2;
}
.tableSchedule .box01 > dl > dt {
	font-weight: bold;
}
.tableSchedule .box01 > dl > dd + dd {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #ffffff;
}
.tableSchedule .course01 .box01 > dl,
.tableSchedule table tbody .course01 td.period:before,
.tableSchedule table tbody .course01 td.start:before,
.tableSchedule table tbody .course01 td.end:before {
	background-color: #003399;
}
.tableSchedule table tbody .course01 td.period:before {
	border-right-color: #003399;
}
.tableSchedule .course02 .box01 > dl,
.tableSchedule table tbody .course02 td.period:before,
.tableSchedule table tbody .course02 td.start:before,
.tableSchedule table tbody .course02 td.end:before {
	background-color: #cc3333;
}
.tableSchedule table tbody .course02 td.period:before {
	border-right-color: #cc3333;
}
.tableSchedule .course03 .box01 > dl,
.tableSchedule table tbody .course03 td.period:before,
.tableSchedule table tbody .course03 td.start:before,
.tableSchedule table tbody .course03 td.end:before {
	background-color: #990066;
}
.tableSchedule table tbody .course03 td.period:before {
	border-right-color: #990066;
}
.tableSchedule .course04 .box01 > dl,
.tableSchedule table tbody .course04 td.period:before,
.tableSchedule table tbody .course04 td.start:before,
.tableSchedule table tbody .course04 td.end:before {
	background-color: #cc6633;
}
.tableSchedule table tbody .course04 td.period:before {
	border-right-color: #cc6633;
}

}

@media only screen and (max-width: 768px) {

/*=================================

	2: contents parts for Smartphone

================================ */

/* 見出し */

/* アイコンつき */
.headline02.icon {
	margin-top: 40px;
	text-align: center;
}
.headline02.icon + * {
	margin-top: 20px;
}
.headline02.icon > span {
	display: inline-block;
	min-height: 25px;
	font-size: 2.6rem;
	line-height: 1.1;
}
.headline02.icon > span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/cruise/feature/hanabi/img/com_ic01.png) no-repeat 50% 0;
	background-size: contain;
}

/* 背景つき */
.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 {
	margin-top: 0;
	text-align: center;
}
.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;
	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;
}
.mainVisual .mainImg .hdg01 .title > span {
	font-size: 15px;
	font-size: 1.5rem;
}
.mainVisual .mainImg .hdg01 .lead {
	display: block;
	margin-top: 5px;
	color: #fc8e34;
	font-size: 12px;
	font-size: 1.2rem;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1.0);
	font-weight: bold;
	line-height: 1.3;
}

/* おすすめポイント */
.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;
}

/* スケジュール */
/* tableSchedule */
.tableSchedule {
	clear: both;
	margin-top: 20px;
}
.tableSchedule table {
	width: 100%;
	background-color: rgba(255,255,255,0.95);
}
.tableSchedule table tr > * {
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}
.tableSchedule table th {
	width: 6.5%;
	padding: 10px;
	background-color: #cccccc;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}
.tableSchedule table td {
	width: 8.5%;
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tableSchedule table thead td {
	padding-right: 0;
	padding-left: 0;
}
.tableSchedule table tbody td {
	position: relative;
}
.tableSchedule table tbody td.period:before,
.tableSchedule table tbody td.start:before,
.tableSchedule table tbody td.end:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	box-sizing: content-box;
}
.tableSchedule table tbody td.period:before {
	left: 0;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
}
.tableSchedule table tbody td.start:before,
.tableSchedule table tbody td.end:before {
	width: 6px;
}
.tableSchedule table tbody td.start:before {
	right: -1px;
}
.tableSchedule table tbody td.end:before {
	left: -1px;
}
.tableSchedule table tbody tr:last-child > * {
	border-bottom: none;
}
.tableSchedule .saturday {
	color: #003399;
}
.tableSchedule .sunday {
	color: #cc3333;
}
.tableSchedule .box01 {
	display: table;
	width: 100%;
	height: 100px;
}
.tableSchedule .box01 > dl {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1.2;
}
.tableSchedule .box01 > dl > dt {
	font-weight: bold;
}
.tableSchedule .box01 > dl > dd + dd {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #ffffff;
}
.tableSchedule .course01 .box01 > dl,
.tableSchedule table tbody .course01 td.period:before,
.tableSchedule table tbody .course01 td.start:before,
.tableSchedule table tbody .course01 td.end:before {
	background-color: #003399;
}
.tableSchedule table tbody .course01 td.period:before {
	border-right-color: #003399;
}
.tableSchedule .course02 .box01 > dl,
.tableSchedule table tbody .course02 td.period:before,
.tableSchedule table tbody .course02 td.start:before,
.tableSchedule table tbody .course02 td.end:before {
	background-color: #cc3333;
}
.tableSchedule table tbody .course02 td.period:before {
	border-right-color: #cc3333;
}
.tableSchedule .course03 .box01 > dl,
.tableSchedule table tbody .course03 td.period:before,
.tableSchedule table tbody .course03 td.start:before,
.tableSchedule table tbody .course03 td.end:before {
	background-color: #990066;
}
.tableSchedule table tbody .course03 td.period:before {
	border-right-color: #990066;
}
.tableSchedule .course04 .box01 > dl,
.tableSchedule table tbody .course04 td.period:before,
.tableSchedule table tbody .course04 td.start:before,
.tableSchedule table tbody .course04 td.end:before {
	background-color: #cc6633;
}
.tableSchedule table tbody .course04 td.period:before {
	border-right-color: #cc6633;
}

}