@charset "utf-8";
/***********************************************/
/*ツアー共通                                      */
/***********************************************/
body {
	margin: 0;
	color: #454545;
	font-family: HiraKakuPro-W3, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

#tour_wrapper img {
	width: 100%;
}

/*  メインビジュアル
--------------------------------------------------------*/
.pl-mainvisual {
	position: relative;
	width: 980px;
	height: 382px;
	margin-bottom: 40px;
	background: url(/tour/common/images/special/001_hokkaido/lavender/bg_main.jpg) no-repeat left top;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 22px;
}

.pl-mainvisual__lead {
	position: absolute;
	bottom: 0;
	padding: 10px 90px;
	color: #fff;
	background: rgba(148, 76, 148, .8);
	font-size: 13px;
	line-height: 1.7;
}

.pl-special+ .pl-special {
	margin-top: 60px;
}

.pl-special {
	width: 980px;
	margin: 0 auto;
}

.pl-special__item+ .pl-special__item {
	margin-top: 30px;
}

.pl-special__item__headline {
	height: 2em;
	margin-bottom: 1em;
	padding: 0 10px;
	border-bottom: solid 2px #48306e;
	color: #48306e;
	font-size: 18px;
	line-height: 2em;
}

.pl-special__item__headline.\+ico_car::before {
	display: block;
	float: left;
	width: 32px;
	height: 36px;
	padding-right: .5em;
	background: url(/tour/common/images/special/001_hokkaido/lavender/ico_CarRental.png) no-repeat left center;
	background-size: 32px;
	content: '';
}

.pl-special__item__headline.\+ico_stay:before {
	display: block;
	float: left;
	width: 32px;
	height: 36px;
	padding-right: .5em;
	background: url(/tour/common/images/special/001_hokkaido/lavender/ico_Stay.png) no-repeat left bottom;
	background-size: 32px;
	content: '';
}

.pl-special__item__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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__item__inner__column:first-child {
	width: 260px;
}

.pl-special__item__inner__column:last-child {
	width: 700px;
}

.pl-special__item__inner__column__lead {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.7;
}

.pl-special__item__inner__column__headline {
	height: 2em;
	margin-bottom: 1em;
	padding: 0 10px;
	border-bottom: solid 2px #48306e;
	color: #48306e;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

.pl-special__item__inner__column__planList+ .pl-special__headline {
	margin-top: 20px;
}

.pl-special__item__inner__column__planList {
	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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__item__inner__column__planList__item {
	width: 32%;
}

.pl-special__item__inner__column__planList__item__catch {
	margin-bottom: .5em;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.8px;
}

.pl-buttonWrapper {
	display: table;
	width: 100%;
}

a.pl-button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 3px auto 3px;
	padding: 15px 30px 15px 10px;
	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: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	margin: 1px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-button:active {
	margin: 5px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

.pl-button__text--large {
	font-size: 16px;
}

.pl-special__item__inner__column__planList+ .title-bar_middle.train {
	margin-top: 25px;
}

.pl-special__headline.\--isTitleBar {
	overflow: hidden;
	height: 40px;
	margin: 0 0 25px;
	padding-bottom: 0;
	border: 0;
	border-radius: 3px;
	color: #fff;
	background: #634398;
	background: -webkit-linear-gradient(top, #634398 0%, #47306d 100%);
	background:         linear-gradient(to bottom, #634398 0%, #47306d 100%);
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.pl-special__headline.\--isTitleBar::before {
	float: left;
	overflow: hidden;
	width: 6px;
	height: 40px;
	margin-right: 1em;
	background: #a192b9;
	content: '';
}

.pl-special__gardenList {
	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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__gardenList__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	box-sizing: border-box;
	width: 230px;
	border: solid 1px #944c94;
	border-radius: 3px;

	    -ms-flex-wrap: wrap;
}

.pl-special__gardenList__item__headline {
	width: 100%;
	padding: 10px;
	border: solid 2px #fff;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #944c94;
	font-size: 16px;
	line-height: 1;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.pl-special__gardenList__item__pic {
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;

	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	        order: 2;
}

.pl-special__gardenList__item__text {
	height: 176px;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

.pl-special__gardenList__item__date {
	margin: 0 10px;
	padding: 10px 0;
	border-top: solid 1px #ccc;
	font-size: 11px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	-webkit-order: 6;
	        order: 6;
}

.pl-linkWrapper {
	display: block;
	width: 100%;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1;
	text-align: right;

	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
	        order: 5;
}

.pl-special__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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__img {
	width: 355px;
}

.pl-special__accessWrapper {
	width: 600px;
}

.pl-special__headline {
	height: 24px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ccc;
	color: #f60;
	font-size: 16px;
	line-height: 24px;
}

.pl-special__headline.\+ico_car::before {
	display: block;
	float: left;
	width: 32px;
	height: 36px;
	background: url(/tour/common/images/special/001_hokkaido/lavender/ico_car.png) no-repeat left top;
	background-size: 24px;
	content: '';
}

.pl-special__headline.\+ico_train::before {
	display: block;
	float: left;
	width: 32px;
	height: 36px;
	background: url(/tour/common/images/special/001_hokkaido/lavender/ico_train.png) no-repeat left top;
	background-size: 24px;
	content: '';
}

.pl-special__access__item+ .pl-special__access__item {
	margin-top: 20px;
}

.pl-special__access__item__subHeadline {
	padding-bottom: .5em;
	color: #390;
	font-size: 15px;
}

.pl-special__access+ .pl-special__item__inner__column__headline {
	margin-top: 20px;
}

.pl-special__access__item__text {
	color: #666;
	font-size: 13px;
	line-height: 1.7;
}

.pl-special__access__item__text li+ li {
	margin-top: 10px;
}

.pl-special__flowerList {
	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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__flowerList__item {
	box-sizing: border-box;
	width: 230px;
	border: solid 1px #944c94;
	border-radius: 5px;
}

.pl-special__flowerList__item__headline {
	padding: 10px;
	border: solid 2px #fff;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #6b4c9a;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.pl-special__flowerList__item__pic {
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
}

.pl-special__flowerList__item__season {
	margin: 0 10px;
	padding: 10px 0 0;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.pl-special__flowerList__item__text {
	height: 176px;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.7;
}

.pl-special__flowerList__item__date {
	margin: 0 10px;
	padding: 10px 0;
	border-top: solid 1px #ccc;
	font-size: 11px;
	line-height: 1.7;
}

.pl-special__flowerList__item__date span {
	display: block;
}

/* それぞれのカラー */
.pl-special__flowerList__item:nth-child(1) {
	border: solid 1px #6b4c9a;
	color: #6b4c9a;
}

.pl-special__flowerList__item:nth-child(1) .pl-special__flowerList__item__headline {
	background: #786bc0;
}

.pl-special__flowerList__item:nth-child(2) {
	border: solid 1px #f60;
	color: #f60;
}

.pl-special__flowerList__item:nth-child(2) .pl-special__flowerList__item__headline {
	background: #f60;
}

.pl-special__flowerList__item:nth-child(3) {
	border: solid 1px #ec8d00;
	color: #ec8d00;
}

.pl-special__flowerList__item:nth-child(3) .pl-special__flowerList__item__headline {
	background: #f90;
}

.pl-special__flowerList__item:nth-child(4) {
	border: solid 1px #f30;
	color: #f30;
}

.pl-special__flowerList__item:nth-child(4) .pl-special__flowerList__item__headline {
	background: #f30;
}

.pl-special__searchHeadline {
	height: 2em;
	margin-bottom: 1em;
	padding: 0 10px;
	border-bottom: solid 2px #48306e;
	color: #48306e;
	font-size: 18px;
	line-height: 2em;
}

.pl-special__searchHeadline.\+ico_tour::before {
	display: block;
	float: left;
	width: 32px;
	height: 36px;
	padding-right: .5em;
	background: url(/tour/common/images/special/001_hokkaido/lavender/ico_tour.png) no-repeat left center;
	background-size: 32px;
	content: '';
}

.pl-special__searchList {
	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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__searchList__item {
	display: table;
	width: 32%;
}

/* エリア遷移用ボタンレイアウト
--------------------------------------------------------- */
.pl-special__searchList a.pl-button {
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 15px 30px 15px 10px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

.pl-special__searchList a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

.pl-special__searchList a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	content: '';
}

.pl-special__searchList a.pl-button:hover {
	padding: 14px 30px 17px 10px;
	border-top: 1px solid #003894;
	box-shadow: rgba(160, 172, 186, .2) 0 0 3px, rgba(0, 0, 0, .15) 0 -4px 0 inset;
}

.pl-special__searchList a.pl-button:hover::before {
	margin-top: -8px;
}

.pl-special__searchList a.pl-button:hover::after {
	margin-top: -5px;
}

.pl-special__searchList a.pl-button:active {
	padding: 16px 30px 14px 10px;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 1px 0 inset;
}

.pl-special__searchList a.pl-button:active::before {
	margin-top: -5px;
}

.pl-special__searchList a.pl-button:active::after {
	margin-top: -2px;
}

.pl-special__caution {
	margin-top: 10px;
	color: #f30;
	font-size: 13px;
	text-align: right;
}

.pl-special+ .pl-special__column {
	margin-top: 40px;
}

.pl-special__column {
	clear: both;
	margin-bottom: 60px;
	padding: 10px 12px;
	border: 1px solid #8b8a8a;
}

.pl-special__column__headline {
	margin-bottom: 10px;
	border-left: 5px solid #d00000;
	color: #454545;
	font-size: 16px;
	line-height: 1.4;
}

.pl-special__column__text {
	margin-left: 16px;
	font-size: 16px;
}
