﻿@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: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	width: 980px;
	height: 250px;
	margin: 0 auto 30px;
	background: url(/tour/common/images/special/hayawari/001_hokkaido/bg_mainvisual.jpg) no-repeat top center;
}

.hokkaido .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/001_hokkaido/bg_mainvisual.jpg) no-repeat top center;
}
.kansai .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/027_osaka/bg_mainvisual.jpg) no-repeat top center;
}
.osaka .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/027_osaka/bg_mainvisual.jpg) no-repeat top center;
}
.kyoto .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/026_kyoto/bg_mainvisual.jpg) no-repeat top center;
}
.hyogo .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/028_hyogo/bg_mainvisual.jpg) no-repeat top center;
}
.nara .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/029_nara/bg_mainvisual.jpg) no-repeat top center;
}
.shiga .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/025_shiga/bg_mainvisual.jpg) no-repeat top center;
}
.wakayama .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/030_wakayama/bg_mainvisual.jpg) no-repeat top center;
}
.kyushu .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/040_fukuoka/bg_mainvisual.jpg) no-repeat top center;
}
.fukuoka .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/040_fukuoka/bg_mainvisual.jpg) no-repeat top center;
}
.saga .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/041_saga/bg_mainvisual.jpg) no-repeat top center;
}
.nagasaki .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/042_nagasaki/bg_mainvisual.jpg) no-repeat top center;
}
.kumamoto .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/043_kumamoto/bg_mainvisual.jpg) no-repeat top center;
}
.oita .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/044_oita/bg_mainvisual.jpg) no-repeat top center;
}
.miyazaki .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/045_miyazaki/bg_mainvisual.jpg) no-repeat top center;
}
.kagoshima .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/046_kagoshima/bg_mainvisual.jpg) no-repeat top center;
}
.okinawa .pl-mainvisual {
	background: url(/tour/common/images/special/hayawari/047_okinawa/bg_mainvisual.jpg) no-repeat top center;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 40.5px;
	left: 50px;
	/* width: 540px; */
	height: 116px;
	color: #fff;
	text-shadow: #6891cc 2px 2px 2px, #6891cc 2px -2px 2px, #6891cc -2px 2px 2px, #6891cc -2px -2px 2px;
	font-size: 24px;
	text-align: left;
}

.pl-mainvisual__headline .\--TheFirstLine,
.pl-mainvisual__headline .\--TheSecondLine {
    display: block;
}

.pl-mainvisual__headline .\--TheFirstLine {
}

.pl-mainvisual__headline .\--TheSecondLine {margin-top: 16px;height: 72px;line-height: 72px;font-size: 40px;vertical-align: middle;}

.pl-mainvisual__headline .\--isParallelogram {
    position: relative;
    float: left;
    color: #fff;
    text-shadow: none;
    text-align: center;
    width: 180px;
    height: 72px;
    z-index: 0;
    margin-right: 10px;
}

.pl-mainvisual__headline .\--isParallelogram::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 180px;
    height: 72px;
    background: #FF0302;
    z-index: -1;
    transform: skew(-10deg,0deg);
}

.pl-mainvisual__headline .\--isColorYellow {
	color: #fff100;
	font-size: 28px;
}

.pl-mainvisual__headline .\--isColorRed {
	color: #ff0302;
	text-shadow: #fff 2px 2px 2px, #fff 2px -2px 2px, #fff -2px 2px 2px, #fff -2px -2px 2px;
}

.pl-mainvisual__icon {
	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;
	top: 50.5px;
	right: 25px;
	width: 291px;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
}

.pl-mainvisual__icon__item:nth-child(2),
.pl-mainvisual__calendar__item:nth-child(2) {
    position: relative;
}

.pl-mainvisual__icon__item:nth-child(2)::before,
.pl-mainvisual__calendar__item:nth-child(2)::before {
    position: absolute;
    content: "+";
    right: -10px;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: #6891cc 2px 2px 2px, #6891cc 2px -2px 2px, #6891cc -2px 2px 2px, #6891cc -2px -2px 2px;
}

.pl-mainvisual__icon__item:nth-child(2)::after,
.pl-mainvisual__calendar__item:nth-child(2)::after {
    position: absolute;
    content: "+";
    left: -10px;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: #6891cc 2px 2px 2px, #6891cc 2px -2px 2px, #6891cc -2px 2px 2px, #6891cc -2px -2px 2px;
}

.pl-mainvisual__lead {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 980px;
	padding: 15px;
	color: #2067b9;
	background-color: rgba(255, 255, 255, .8);
	text-shadow: #fff 1px 1px 0, #fff 1px -1px 0, #fff -1px 1px 0, #fff -1px -1px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
}

/* headline
-------------------------------------------------- */
.pl-headline {
	margin-bottom: 25px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
	color: #454545;
	font-size: 28px;
	font-weight: normal;
}

.pl-headline::before {
	padding-left: 10px;
	border-left: 5px solid #d00410;
	content: '';
}

.pl-headline__lead {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto 30px;
	font-size: 15px;
	line-height: 1.7;
}

/* point
-------------------------------------------------- */
.pl-special__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;
	width: 980px;
	margin-bottom: 30px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__list__item {
	box-sizing: border-box;
	width: 320px;
	padding: 20px;
	border: 1px solid #ccc;
}

.pl-special__list__item__headline {
	width: 280px;
	margin-bottom: 14px;
	text-align: center;
}

.pl-special__list__item__subHeadline {
	margin-bottom: 14px;
	color: #da030d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.pl-special__list__item__imageBox {
	width: 280px;
	margin-bottom: 20px;
}

.pl-special__list__item__text {
	font-size: 14px;
	line-height: 1.7;
}

/* =========================================================
   button
========================================================= */
.pl-buttonList {
	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;
	width: 940px;
	/* height: 88px; */
	margin: 0 auto 50px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonList.\--isColumnTwo {
	width: 460px;
}

.pl-buttonList.\--isColumnTwo> .pl-buttonWrapper {
	width: 48%;
}

.pl-buttonList.\--isColumnFour> .pl-buttonWrapper {
	width: 23%;
}

.pl-buttonList.\--isColumnSix> .pl-buttonWrapper {
	width: 15%;
}

.pl-buttonList.\--isColumnSeven> .pl-buttonWrapper {
	width: 13.6%;
}

.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 400px;
	/* height: 88px; */
}

a.pl-button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/* height: 80px; */
	margin: 5px auto 3px;
	padding: 10px 30px 10px 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;
}

.pl-button__text--big {
	font-size: 18px;
	line-height: 1.2;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	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;
}

/* 白ボタン */
a.pl-Wbutton {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/* height: 64px; */
	margin: 0 auto;
	padding: 10px 15px 13px 5px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	margin: 0 auto;
	padding: 9px 15px 14px 5px;
	border-top: 1px solid #003894;
	box-shadow: rgba(160, 172, 186, .2) 0 0 3px, rgba(0, 0, 0, .15) 0 -4px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -8px;
}

a.pl-Wbutton:hover::after {
	margin-top: -4px;
}

a.pl-Wbutton:active {
	margin: 0 auto;
	padding: 13px 15px 10px 5px;
	padding-bottom: 0;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 1px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -4px;
}

a.pl-Wbutton:active::after {
	margin-top: 0px;
}

/* 20170919 お得な特典が付くことも */
.pl-special__list__item .pl-buttonWrapper {
	width: 100%;
}
/* =========================================================
   end
========================================================= */