@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;
	border-bottom: none;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	height: 360px;
	margin-bottom: 30px;
	background: url(/tour/common/images/special/newyear/047_okinawa/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.hokkaido .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/001_hokkaido/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.shiga .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/025_shiga/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.kyoto .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/026_kyoto/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.kansai .pl-mainvisual,
.osaka .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/027_osaka/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.hyogo .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/028_hyogo/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.nara .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/029_nara/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.wakayama .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/030_wakayama/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.kyushu .pl-mainvisual,
.fukuoka .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/040_fukuoka/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.saga .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/041_saga/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.nagasaki .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/042_nagasaki/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.kumamoto .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/043_kumamoto/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.oita .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/044_oita/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.miyazaki .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/045_miyazaki/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.kagoshima .pl-mainvisual {
	background: url(/tour/common/images/special/newyear/046_kagoshima/bg_mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.pl-mainvisual__headline {
	position: relative;
	width: 980px;
	height: 360px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.pl-mainvisual__headline__year {
	position: absolute;
	top: 32px;
	left: 141px;
	color: #d6552d;
	font-size: 22px;
}

.pl-mainvisual__headline__kenName {
	position: absolute;
	top: 75px;
	left: 56px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝',serif;
	font-size: 68px;
	font-weight: normal;
}

.hokkaido .pl-mainvisual__headline__kenName,
.wakayama .pl-mainvisual__headline__kenName,
.kagoshima .pl-mainvisual__headline__kenName {
	left: 10px;
	font-size: 62px;
}

.pl-mainvisual__headline__text.\--isFirst {
	position: absolute;
	top: 72px;
	left: 253px;
	font-size: 18px;
}

.pl-mainvisual__headline__text.\--isSecond {
	position: absolute;
	top: 91px;
	left: 208px;
	font-size: 36px;
}

.pl-mainvisual__headline__text.\--isThird {
	position: absolute;
	top: 146px;
	left: 98px;
	font-size: 46px;
}

.pl-mainvisual__textWrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.pl-mainvisual__text {
	position: absolute;
	bottom: 80px;
	left: 128px;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.pl-mainvisual__lead {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

/* =========================================================
   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-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: 100%;
	height: 68px;
	margin: 20px auto 0;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonList> .pl-buttonWrapper {
	width: 300px;
	margin: 0 auto;
}

/* エリア遷移用ボタンレイアウト
--------------------------------------------------------- */
a.pl-Wbutton {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 5px auto 3px;
	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-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::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-Wbutton.\--isDownArrow::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4.5px;
	margin-right: 5px;
	border: 4px solid transparent;
	border-top: 7px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	margin: 5px auto 3px;
	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-Wbutton:hover::before {
	margin-top: -12px;
}

a.pl-Wbutton:hover::after {
	margin-top: -7px;
}

a.pl-Wbutton:hover.\--isDownArrow::after {
	margin-top: -5px;
}

a.pl-Wbutton:active {
	margin: 5px auto 3px;
	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-Wbutton:active::before {
	margin-top: -9px;
}

a.pl-Wbutton:active::after {
	margin-top: -4px;
}

a.pl-Wbutton:active.\--isDownArrow::after {
	margin-top: -2px;
}

.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: 980px;
	margin: 0 auto 60px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.kansai .pl-buttonWrapper__list .pl-buttonWrapper {
	width: 15%;
	margin: 0;
}

.kyushu .pl-buttonWrapper__list .pl-buttonWrapper {
	width: 13%;
	margin: 0;
}

/* =========================================================
   おすすめ特集ページ
========================================================= */
.pl-special {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.pl-special__headline {
	position: relative;
	height: 45px;
	margin-bottom: 25px;
	color: #fff;
	background: #c85127;
	background: #c85127 url(/tour/common/images/special/newyear/bg_pattern2.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-size: 64px;
	text-shadow: 1px 1px 0 #caa958, -1px 1px 0 #caa958, 1px -1px 0 #caa958, -1px -1px 0 #caa958;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
}

.pl-special__headline.\--isHatsuhinode::before {
	position: absolute;
	top: 0;
	left: 5px;
	width: 52px;
	height: 52px;
	background: url(/tour/common/images/special/newyear/ico_fuji.png) no-repeat top left;
	background-size: 52px;
	content: '';
}

.pl-special__headline.\--isHatsumoude::before {
	position: absolute;
	top: -3px;
	left: 5px;
	width: 48px;
	height: 48px;
	background: url(/tour/common/images/special/newyear/ico_ema.png) no-repeat top left;
	background-size: 48px;
	content: '';
	-webkit-transform: rotate(-12deg);
	        transform: rotate(-12deg);
}

.pl-special__headline::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-width: 10px;
	border-color: rgba(136, 136, 136, 0);
	border-top-color: #c85127;
	content: ' ';
	pointer-events: none;
}

.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;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-special__list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	        flex-direction: column;
	position: relative;
	box-sizing: border-box;
	width: 230px;
	background-color: #fff;

	    -ms-flex-direction: column;
}

.kansai .pl-special__list__item,
.kyushu .pl-special__list__item {
	width: 230px;
	border: solid 1px #ccc;
}

.kansai .pl-special__list__item:nth-child(n + 5),
.kyushu .pl-special__list__item:nth-child(n + 5) {
	margin-top: 24px;
}

.kansai .pl-dummy,
.kyushu .pl-dummy {
	width: 230px;
}

.pl-special__list__item__headline {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.kansai .pl-special__list__item__headline,
.kyushu .pl-special__list__item__headline {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto 15px;
}

.pl-special__list__item__headline_smaller {
	font-size: 12px;
}

.pl-special__list__item__img {
	width: 230px;
	height: 142px;
	margin-bottom: 15px;
}

.kansai .pl-special__list__item__img,
.kyushu .pl-special__list__item__img {
	width: 100%;
	height: auto;
}

.pl-special__list__item__text {
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.kansai .pl-special__list__item__text,
.kyushu .pl-special__list__item__text {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto 15px;
}

.pl-special__list__item__address {
	margin-top: 15px;
	padding-left: 15px;
	color: #888;
	background: url(/tour/common/images/special/newyear/ico_location.png) no-repeat left top 3px;
	background-size: 8px;
	font-size: 13px;
	line-height: 1.3;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.kansai .pl-special__list__item__address,
.kyushu .pl-special__list__item__address {
	box-sizing: border-box;
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto 15px;
}

.pl-special__list__item__kenName {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 5em;
	padding: 8px 1em;
	border-radius: 0 0 5px 0;
	color: #fff;
	background: rgba(0, 56, 148, .8);
	font-size: 13px;
	text-align: center;

	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	-webkit-order: 0;
	        order: 0;
}

/* =========================================================
   カレンダー
========================================================= */
.pl-calendarWrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 45px 0;
	background: #e5cd7a;
	background: -webkit-linear-gradient(bottom, rgba(229, 206, 123, .6), #e5cd7a), url(/tour/common/images/special/newyear/bg_pattern.jpg);
	background:         linear-gradient(0deg, rgba(229, 206, 123, .6), #e5cd7a), url(/tour/common/images/special/newyear/bg_pattern.jpg);
	background-size: initial;
}

.pl-calendar__headline {
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	box-sizing: border-box;
	width: 1060px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	background: #b61018;
	background: url(/tour/common/images/special/newyear/ico_calendar.png), url(/tour/common/images/special/newyear/bg_pattern2.jpg);
	background-repeat: no-repeat,repeat;
	background-position: left 310px center,top left;
	background-size: 32px,64px;
	text-shadow: 1px 1px 0 #caa958, -1px 1px 0 #caa958, 1px -1px 0 #caa958, -1px -1px 0 #caa958;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝',serif;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}

.pl-calendar__headline::before {
	position: absolute;
	z-index: 1;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 0;
	border-width: 5px 0 0 7px;
	border-style: solid;
	border-color: #5d080c transparent transparent transparent;
	content: '';
}

.pl-calendar__headline::after {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-width: 5px 7px 0 0;
	border-style: solid;
	border-color: #5d080c transparent transparent transparent;
	content: '';
}

.pl-calendar {
	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: 1045px;
	margin: 0 auto;
	padding: 60px 20px 20px;
	border: solid 8px #e2d7c0;
	background: #fff;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-calendar__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 485px;
	background: #fff;
	height: 100px;
}

.pl-calendar__inner.\--isFirst {
	border: solid 1px #1a99a8;
}

.pl-calendar__inner.\--isSecond {
	border: solid 1px #c85127;
}

.pl-calendar__inner__headline {
	box-sizing: border-box;
	width: 80px;
	height: 100px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.\--isFirst .pl-calendar__inner__headline {
	background: #1a99a8;
	background: #1a99a8 url(/tour/common/images/special/newyear/bg_december.jpg) no-repeat bottom left;
	background-size: 55px 152px;
}

.\--isSecond .pl-calendar__inner__headline {
	background: #e64638;
	background: #e64638 url(/tour/common/images/special/newyear/bg_january.jpg) no-repeat bottom left;
	background-size: 55px 152px;
}

.pl-calendar__inner__headline__year {
	font-size: 14px;
}

.small {
	font-size: 12px;
}

.pl-calendar__inner__headline__month {
	display: block;
	margin-top: 10px;
	font-size: 36px;
}

.pl-calendar__inner__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: flex-start;
	        justify-content: flex-start;
	position: relative;
	box-sizing: border-box;
	width: 405px;
	margin: 0 auto;
	text-align: center;

	-ms-flex-pack: start;
	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-calendar__inner__list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	        flex-direction: column;
	width: 80px;
	height: 100px;

	    -ms-flex-direction: column;
}

.\--isFirst .pl-calendar__inner__list__item {
	border-left: solid 1px #00a0b2;
}

.\--isSecond .pl-calendar__inner__list__item {
	border-left: solid 1px #c85127;
}

.\--isFirst .pl-calendar__inner__list__item:nth-child(n+6) {
	border-top: solid 1px #00a0b2;
}

.\--isSecond .pl-calendar__inner__list__item:nth-child(n+6) {
	border-top: solid 1px #c85127;
}

.pl-calendar__inner__list__item.\+tennou {
	position: relative;
}

.pl-calendar__inner__list__item.\+tennou::before {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	width: 64px;
	height: 16px;
	margin: 0 auto;
	content: url(/tour/common/images/special/newyear/ico_tennou.png);
}

.pl-calendar__inner__list__item.\+ganjitsu {
	position: relative;
}

.pl-calendar__inner__list__item.\+ganjitsu::before {
	position: absolute;
	right: 0;
	bottom: 8px;
	left: 0;
	width: 64px;
	height: 16px;
	margin: 0 auto;
	content: url(/tour/common/images/special/newyear/ico_ganjitsu.png);
}

.pl-calendar__inner__list__item.\+seijin {
	position: relative;
}

.pl-calendar__inner__list__item.\+seijin::before {
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	width: 64px;
	height: 16px;
	margin: 0 auto;
	content: url(/tour/common/images/special/newyear/ico_seijin.png);
}

p.pl-calendar__inner__list__item__button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 14px;
	color: #888;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

p.pl-calendar__inner__list__item__button.\--isSAT {
	color: #2196f3;
}

p.pl-calendar__inner__list__item__button.\--isSUN {
	color: #f44336;
}

/* a.pl-calendar__inner__list__item__button:hover,
a.pl-calendar__inner__list__item__button.\--isSAT:hover,
a.pl-calendar__inner__list__item__button.\--isSUN:hover {
	opacity: .6;
	color: #fff;
	background: #f27b11;
}

a.pl-calendar__inner__list__item__button:before {
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	margin-top: -9px;
	border-radius: 50%;
	background: #ccc;
	content: '';
}

a.pl-calendar__inner__list__item__button::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	width: 0;
	height: 0;
	margin: 4px auto;
	margin-left: 38px;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	content: '';
}

a.pl-calendar__inner__list__item__button:hover:before {
	background: #fff;
}

a.pl-calendar__inner__list__item__button:hover:after {
	border-left: 5px solid #f29423;
} */

.pl-calendar__inner__list__item__button__week {
	display: block;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}

.\+tennou .pl-calendar__inner__list__item__button__week,
.\+ganjitsu .pl-calendar__inner__list__item__button__week,
.\+seijin .pl-calendar__inner__list__item__button__week {
	margin: 0 auto 13px;
}

/* =========================================================
   end
========================================================= */
.pl-mainvisual__lead + .pl-buttonWrapper {
    display: none;
}