﻿@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;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

#breadCrumb {
	width: 980px;
	margin: 0 auto;
}

h1.pageHeading {
	width: 980px;
	margin: 0 auto 20px;
}

.pl-special {
	width: 980px;
	margin: 0 auto;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	overflow: hidden;
	width: 100%;
	height: 360px;
	margin: 0 auto 30px;
	background: url(/tour/common/images/special/lastmoment/001_hokkaido/bg_mainvisual.jpg) no-repeat top center;
}

.hokkaido .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/001_hokkaido/bg_mainvisual.jpg) no-repeat top center;
}

.kansai .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/027_osaka/bg_mainvisual.jpg) no-repeat top center;
}

.osaka .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/027_osaka/bg_mainvisual.jpg) no-repeat top center;
}

.kyoto .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/026_kyoto/bg_mainvisual.jpg) no-repeat top center;
}

.hyogo .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/028_hyogo/bg_mainvisual.jpg) no-repeat top center;
}

.nara .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/029_nara/bg_mainvisual.jpg) no-repeat top center;
}

.shiga .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/025_shiga/bg_mainvisual.jpg) no-repeat top center;
}

.wakayama .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/030_wakayama/bg_mainvisual.jpg) no-repeat top center;
}

.kyushu .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/040_fukuoka/bg_mainvisual.jpg) no-repeat top center;
}

.fukuoka .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/040_fukuoka/bg_mainvisual.jpg) no-repeat top center;
}

.saga .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/041_saga/bg_mainvisual.jpg) no-repeat top center;
}

.nagasaki .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/042_nagasaki/bg_mainvisual.jpg) no-repeat top center;
}

.kumamoto .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/043_kumamoto/bg_mainvisual.jpg) no-repeat top center;
}

.oita .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/044_oita/bg_mainvisual.jpg) no-repeat top center;
}

.miyazaki .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/045_miyazaki/bg_mainvisual.jpg) no-repeat top center;
}

.kagoshima .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/046_kagoshima/bg_mainvisual.jpg) no-repeat top center;
}

.okinawa .pl-mainvisual {
	background: url(/tour/common/images/special/lastmoment/047_okinawa/bg_mainvisual.jpg) no-repeat top center;
}

.pl-mainvisual__inner {
	position: relative;
	width: 980px;
	height: 360px;
	margin: 0 auto;
}

.pl-mainvisual__headline {
	position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    width: 980px;
    margin: 0 auto;
    color: #073e82;
    text-shadow: #fff 2px 2px 0px, #fff 2px -2px 0px, #fff -2px 2px 0px, #fff -2px -2px 0px;
    font-size: 54px;
    line-height: 1.3;
    text-align: center;
}

.pl-mainvisual__headline .\--isColorYellow {
	color: #fff100;
	font-size: 40px;
}

.pl-mainvisual__headline .\--isColorRed {
	color: #ff0302;
	text-shadow: #fff 2px 2px 2px,#fff 2px -2px 2px,#fff -2px 2px 2px,#fff -2px -2px 2px;
	font-size: 64px;
}

.pl-mainvisual__leadWrapper {
	position: absolute;
	bottom: 0;
	opacity: .8;
	background-color: #fff;
}

.pl-mainvisual__lead {
    position: absolute;
    top: 205px;
    right: 0;
    left: 0;
    width: 500px;
    margin: 0 auto;
    color: #073e82;
    text-shadow: #fff 1px 1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, #fff -1px -1px 0px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.pl-calendarWrapper {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    box-sizing: border-box;
    width: 980px;
    margin: 0 auto;
    padding: 15px 35px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.pl-mainvisual__calendar__columnTop {
	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: 910px;
	margin: 0 auto 10px;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
}

.pl-mainvisual__calendar__columnTop__item {
	position: relative;
	box-sizing: border-box;
	color: #073e82;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}

.pl-mainvisual__calendar__columnTop__item:nth-child(1) {
	width: 108px;
	padding-top: 20px;
}

.pl-mainvisual__calendar__columnTop__item:nth-child(1):before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 91px;
	height: 4px;
	background-color: #073e82;
	content: '';
}

.pl-mainvisual__calendar__columnTop__item:nth-child(1):after {
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 20px solid #073e82;
	content: '';
}

.pl-mainvisual__calendar__columnTop__item:nth-child(2) {
	width: 688px;
	padding-top: 20px;
}

.pl-mainvisual__calendar__columnTop__item:nth-child(2):before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 677px;
	height: 4px;
	background-color: #073e82;
	content: '';
}

.pl-mainvisual__calendar__columnTop__item:nth-child(2):after {
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 20px solid #073e82;
	content: '';
}

.pl-mainvisual__calendar__columnTop__item:nth-child(3) {
	width: 92px;
	height: 62px;
	background: url(/tour/common/images/special/lastmoment/ico_tour.png) no-repeat center center;
}

.pl-text--big {
	font-size: 20px;
}

.\--isColorRed {
	color: #e60012;
	font-size: 20px;
}

.pl-mainvisual__calendar__columnBottom {
	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: 910px;
	margin: 0 auto;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
}

.pl-mainvisual__calendar__columnBottom__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	padding: 4px;
	border: 2px solid #0f418a;
	color: #073e82;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.pl-text--small {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
}

.pl-mainvisual__calendar__columnBottom__item:nth-child(-n+7):before {
	display: block;
	position: absolute;
	top: 50%;
	left: 88px;
	width: 0;
	height: 0;
	margin-top: -45px;
	margin-right: 0;
	border: 45px solid transparent;
	border-left: 20px solid #0f418a;
	content: '';
}

.pl-mainvisual__calendar__columnBottom__item:nth-child(-n+7):after {
	display: block;
	position: absolute;
	top: 50%;
	left: 86px;
	width: 0;
	height: 0;
	margin-top: -44px;
	margin-right: 0;
	border: 44px solid transparent;
	border-left: 20px solid #fff;
	content: '';
}

.pl-mainvisual__calendar__columnBottom__item:nth-child(n+2) {
	background: #fff42e;
}

.pl-mainvisual__calendar__columnBottom__item:nth-child(n+2):after {
	border-left: 20px solid #fff42e;
}

.pl-mainvisual__calendar__columnBottom__item:last-child {
	color: #fff;
	background: #f0523c;
	font-size: 20px;
}

/* 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;
}

.\--isColumnTwo .pl-special__list__item {
	width: 480px;
}

.pl-special__list__item__headline {
	width: 280px;
	margin-bottom: 14px;
	text-align: center;
}

.\--isColumnTwo .pl-special__list__item__headline {
	width: 440px;
	text-align: center;
}

.pl-special__list__item__subHeadline {
    margin-bottom: 14px;
    color: #da030d;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.pl-special__list__item__imageBox {
	width: 280px;
	margin-bottom: 20px;
}

.\--isColumnTwo .pl-special__list__item__imageBox {
	width: 440px;
}

.pl-special__list__item__text {
	font-size: 14px;
	line-height: 1.7;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 400px;
	height: 88px;
	margin: 0 auto 30px;
}

a.pl-button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	margin: 5px auto 3px;
	padding: 20px 35px 20px 15px;
	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: 15px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

.pl-button__text--big {
	font-size: 30px;
}

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-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: 950px;
	height: 88px;
	margin: 0 auto 30px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonList.\--isColumnTwo {
	width: 640px;
}

.pl-buttonList> .pl-buttonWrapper {
	width: 295px;
	margin: 0;
}

/* =========================================================
   nav
========================================================= */
.pl-navWrapper {
	box-sizing: border-box;
	margin-bottom: 60px;
	padding: 30px;
	border: 1px solid #ccc;
	width: 980px;
	margin: 0 auto;
}

.pl-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 100%;
	margin: 0 auto;

	-ms-flex-pack: justify;
}

.kyushu .pl-nav__item {
	width: 13%;
	height: 64px;
}

.kansai .pl-nav__item {
	width: 15%;
	height: 64px;
}

a.pl-nav__item__button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 20px 35px 23px 15px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-nav__item__button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-nav__item__button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
	content: '';
}

a.pl-nav__item__button:hover {
	margin: 0 auto;
	padding: 19px 35px 24px 15px;
	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-nav__item__button:hover::before {
	margin-top: -13px;
}

a.pl-nav__item__button:hover::after {
	margin-top: -8px;
}

a.pl-nav__item__button:active {
	margin: 0 auto;
	padding: 22px 35px 21px 15px;
	padding-bottom: 0;
	border-top: 2px solid #003894;
	box-shadow: rgba(160, 172, 186, .2) 0 0 3px;
}

a.pl-nav__item__button:active::before {
	margin-top: -9px;
}

a.pl-nav__item__button:active::after {
	margin-top: -4px;
}

/* =========================================================
   end
========================================================= */