@charset "utf-8";
/* =========================================================
   共通スタイル
========================================================= */
body {
	color: #333;
	font-family: HiraKakuPro-W3,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',メイリオ,Meiryo,'ＭＳ Ｐゴシック',osaka,Arial,Helvetica,Verdana,sans-serif;
}

#tour_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

#breadCrumb {
	width: 980px;
	margin: 0 auto;
}

.pl-w980 {
	width: 980px;
	margin: 0 auto;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	width: 100%;
	height: 460px;
	margin-bottom: 30px;
	background: url(/tour/common/images/special/001_hokkaido/driftice/main_visual.jpg) no-repeat center center;
	background-size: 1820px 600px;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	width: 804px;
	margin: 0 auto;
}

.pl-mainvisual__navigationWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 90px;
	left: 0;
	width: 800px;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-mainvisual__navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	box-sizing: border-box;
	width: 380px;
	height: 120px;
	padding-right: 15px;
	border: solid 4px rgba(255, 255, 255, .6);
	border-radius: 5px;
	background: rgba(255, 255, 255, .6);

	-ms-flex-align: center;
	-ms-flex-pack: end;
}

.pl-mainvisual__navigation.\+aurora {
	background: url(/tour/common/images/special/001_hokkaido/driftice/bg_aurora.png) rgba(255, 255, 255, .6) no-repeat left center;
	background-size: contain;
}

.pl-mainvisual__navigation.\+garinko {
	background: url(/tour/common/images/special/001_hokkaido/driftice/bg_garinko.png) rgba(255, 255, 255, .6) no-repeat left center;
	background-size: contain;
}

.pl-mainvisual__navigation__inner {
	box-sizing: border-box;
	width: 184px;
	height: 80px;
}

.pl-mainvisual__navigation__inner__title {
	margin-bottom: 10px;
	color: #003894;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.pl-mainvisual__buttonWrapper {
	width: 184px;
}

.pl-mainvisual__leadWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 56, 148, .5);

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-mainvisual__lead {
	width: 800px;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 500px;
	height: 68px;
	margin: 0 auto 60px;
}

a.pl-button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin: 5px auto 3px;
	padding: 0 45px 0 25px;
	border-radius: 3px;
	color: #fff;
	background: #f27b11;
	background: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background:         linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	box-shadow: 0 3px 0 #da6c0b;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-right: 0;
	border: 4px solid transparent;
	border-left: 7px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	margin: 3px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-button:active {
	margin: 7px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

.pl-buttonWrapper__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	box-sizing: border-box;
	width: -webkit-calc(100% - 280px);
	width:         calc(100% - 280px);
	margin: 0 auto 40px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonWrapper__list .pl-buttonWrapper {
	width: 320px;
	margin: 0;
}

/* =========================================================
   section
========================================================= */
.pl-section+ .pl-section {
	margin-top: 60px;
}

.pl-headline {
	height: 50px;
	margin-bottom: 24px;
	padding-left: 15px;
	border-left: 5px solid #0367e0;
	color: #fff;
	background: #003894;
	background: #003894 url(/tour/common/images/special/001_hokkaido/driftice/bg_title.png) no-repeat right bottom;
	background-size: 192px 46px;
	font-size: 24px;
	line-height: 50px;
	text-align: left;
}

.pl-subHeadline {
	margin-bottom: 20px;
	padding: 0 0 5px 10px;
	border-bottom: 2px solid #013895;
	color: #013895;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
}

.pl-section__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-section__inner + .pl-section__inner {
	margin-top: 24px;
}

.pl-section__inner.\--isReverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	        flex-direction: row-reverse;

	    -ms-flex-direction: row-reverse;
}

.pl-section__bnr {
	width: 100%;
	margin-top: 24px;
	text-align: center;
}

#tour_wrapper .pl-section__bnr img {
	width: auto;
}

.pl-imgWrapper {
	width: 400px;
	height: 240px;
}

.pl-textWrapper {
	width: 550px;
}

#aurora .pl-textWrapper,
#garinko .pl-textWrapper {
	position: relative;
}

.pl-text {
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
}

.pl-textWrapper .pl-buttonWrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	/* width: 320px; */
	width: 100%;
	margin: 0;
}

.pl-section+ .pl-buttonWrapper__list {
	margin-top: 40px;
}

.pl-section+ .otherPlans {
	margin-top: 60px;
}

/* =========================================================
   content
========================================================= */
.pl-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-content__column {
	width: 980px;
	padding: 25px;
	background: #f6fbff;
	box-sizing: border-box;
}

.pl-content__column__headline {
	margin-bottom: 20px;
	padding: 0 0 5px 10px;
	border-bottom: 2px solid #013895;
	color: #013895;
	font-size: 20px;
	line-height: 1.4;
	text-align: left;
}

.pl-content__column__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	box-sizing: border-box;
	width: 100%;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-content__column__list__item {
	width: 450px;
	border: solid 1px #ccc;
	background: #fff;
}

.pl-content__column__list__item__imgWrapper {
	width: 100%;
	height: auto;
	background: aqua;
}

.pl-content__column__list__item__textWrapper {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 15px auto;
}

.pl-content__column__list__item__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.4;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-content__column__list__item__text {
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
}

.pl-content__column__list__item__data {
	margin-top: 15px;
}

.pl-content__column__list__item__data__season {
	box-sizing: border-box;
	padding-left: 18px;
	color: #666;
	background: url(/tour/common/images/special/001_hokkaido/driftice/ico_calendar.png) no-repeat left center;
	background-size: 12px;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}

.pl-content__column__list__item__data__address {
	box-sizing: border-box;
	padding-left: 18px;
	color: #666;
	background: url(/tour/common/images/special/001_hokkaido/driftice/ico_location.png) no-repeat left center;
	background-size: 12px;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}

.pl-content__column__list__item__data__season + .pl-content__column__list__item__data__address {
	margin-top: 7.5px;
}

/* =========================================================
   end
========================================================= */