@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-bottom: 30px;
}

/* 001_hokkaido
--------------------------- */
.hokkaido .pl-mainvisual {
	background-image: url(/tour/common/images/special/lcc/bg_mainvisual_ornament.png), url(/tour/common/images/special/lcc/001_hokkaido/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right,top right;
}

/* kansai
--------------------------- */
.kansai .pl-mainvisual {
	background-image: url(/tour/common/images/special/lcc/bg_mainvisual_ornament.png), url(/tour/common/images/special/lcc/kansai/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right,top right;
}

/* kyushu
--------------------------- */
.kyushu .pl-mainvisual {
	background-image: url(/tour/common/images/special/lcc/bg_mainvisual_ornament.png), url(/tour/common/images/special/lcc/kyushu/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right,top right;
}

/* 046_kagoshima
--------------------------- */
.kagoshima .pl-mainvisual {
	background-image: url(/tour/common/images/special/lcc/bg_mainvisual_ornament.png), url(/tour/common/images/special/lcc/046_kagoshima/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right,top right;
}

/* 047_okinawa
--------------------------- */
.okinawa .pl-mainvisual {
	background-image: url(/tour/common/images/special/lcc/bg_mainvisual_ornament.png), url(/tour/common/images/special/lcc/047_okinawa/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right,top right;
}

.pl-mainvisual__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: absolute;
	bottom: 75px;
	left: 54px;
	color: #fff;
	font-size: 36px;

	-ms-flex-align: center;
}

.kagoshima .pl-mainvisual__headline {
	font-size: 30px;
}

.\--isColorYellow {
	color: #ffeb3b;
	text-shadow: 2px 2px 0 #0281f6, -2px 2px 0 #0281f6, 2px -2px 0 #0281f6, -2px -2px 0 #0281f6;
	font-size: 52px;
}

.kagoshima .\--isColorYellow {
	font-size: 45px;
}

.\--isBalloon {
	position: absolute;
	top: -45px;
	right: 38px;
	text-shadow: 2px 2px 0 #0281f6, -2px 2px 0 #0281f6, 2px -2px 0 #0281f6, -2px -2px 0 #0281f6;
}

.hokkaido .\--isBalloon {
	right: 68px;
}

.kagoshima .\--isBalloon {
	top: -32px;
	right: 85px;
}

.\--isBalloon:before {
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	width: 31px;
	height: 45px;
	background: url('/tour/common/images/special/lcc/ico_balloon_left.png') center no-repeat;
	background-size: 31px 45px;
	content: '';
}

.kagoshima .\--isBalloon:before {
	top: -5px;
	left: -36px;
}

.\--isBalloon:after {
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	width: 31px;
	height: 45px;
	background: url('/tour/common/images/special/lcc/ico_balloon_right.png') center no-repeat;
	background-size: 31px 45px;
	content: '';
}

.kagoshima .\--isBalloon:after {
	top: -5px;
	right: -36px;
}

.\--isCircle {
	display: block;
	position: relative;
	z-index: 1;
	width: 208px;
	height: 83px;
	margin-left: 16px;
	color: #0281f6;
	font-size: 52px;
	line-height: 83px;
	text-align: center;
	letter-spacing: .25em;
}

.hokkaido .\--isCircle {
	width: 272px;
}

.kagoshima .\--isCircle {
	width: 280px;
	font-size: 45px;
	letter-spacing: .2em;
}

.\--isCircle::after {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -.125em;
	width: 208px;
	height: 83px;
	background: url(/tour/common/images/special/lcc/bg_threeLetters.png) center no-repeat;
	background-size: 208px 83px;
	content: '';
}

.hokkaido .\--isCircle::after {
	position: absolute;
	width: 272px;
	background: url(/tour/common/images/special/lcc/bg_fourLetters.png) center no-repeat;
	background-size: 272px 83px;
	content: '';
}

.kagoshima .\--isCircle::after {
	position: absolute;
	left: -.1em;
	width: 280px;
	background: url(/tour/common/images/special/lcc/bg_fiveLetters.png) center no-repeat;
	background-size: 280px 70px;
	content: '';
}

.pl-mainvisual__lead {
	position: absolute;
	bottom: 20px;
	left: 54px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 500px;
	/* height: 88px; */
	margin: 0 auto 60px;
}

a.pl-button {
	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: relative;
	box-sizing: border-box;
	width: 100%;
	/* height: 80px; */
	margin: 5px auto 3px;
	padding: 20px 45px 20px 20px;
	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: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-button__text--big {
	font-size: 30px;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-right: 1px;
	border: 3px solid transparent;
	border-left: 5px 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: -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: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 20px 45px 20px 20px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

a.pl-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	padding: 19px 45px 22px 20px;
	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: -10px;
}

a.pl-Wbutton:hover::after {
	margin-top: -5px;
}

a.pl-Wbutton:active {
	padding: 21px 45px 19px 20px;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 1px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -7px;
}

a.pl-Wbutton:active::after {
	margin-top: -2px;
}

/* kannsai kyushu amami */
.pl-buttonList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 0 auto 30px;
	-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
}

.pl-buttonList.\--isColumnTwo .pl-buttonWrapper {
    margin: 0;
    width: 460px;
}

.pl-buttonList.\--isColumnTwo .pl-buttonWrapper + .pl-buttonWrapper {
    margin-left: 20px;
}

.pl-buttonList.\--isColumnThree .pl-buttonWrapper {
	width: 300px;
	margin: 0;
}

.pl-buttonList.\--isColumnFour .pl-buttonWrapper {
	width: 220px;
	margin: 0;
}

.pl-buttonList.\--isColumnFive .pl-buttonWrapper {
    width: 184px;
    margin: 0;
}

.pl-buttonList.\--isColumnFive,
.pl-buttonList.\--isColumnSix,
.pl-buttonList.\--isColumnSeven {
	width: 980px;
}

.pl-buttonList.\--isColumnSix .pl-buttonWrapper {
	width: 150px;
	margin: 0;
}

.pl-buttonList.\--isColumnSeven .pl-buttonWrapper {
	width: 125px;
	margin: 0;
}

.pl-buttonList.\--isColumnSix .pl-button,
.pl-buttonList.\--isColumnSeven .pl-button {
	padding: 10px 25px 10px 10px;
}

.pl-buttonList.\--isColumnSix .pl-button::before,
.pl-buttonList.\--isColumnSeven .pl-button::before {
	right: 6px;
}

.pl-buttonList.\--isColumnSix .pl-button::after,
.pl-buttonList.\--isColumnSeven .pl-button::after {
	right: 6px;
}

.pl-buttonList a.pl-button {
	font-size: 14px;
}

/* =========================================================
   searchArea
========================================================= */
.pl-searchArea {
	width: 980px;
	margin-bottom: 50px;
	padding: 1px;
	border: 1px solid #e4e4e4;
	background: #fff;
}

.pl-searchHeadlineWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	box-sizing: border-box;
	padding: 10px 10px 10px 50px;
	border-bottom: 2px solid #5983d7;
	background: url(/tour/common/tour_sys/images/search/sp_search/h2_icon.gif) no-repeat left 10px center #e3f0ff;

	-ms-flex-pack: start;
	    -ms-flex-wrap: wrap;
}

.pl-searchHeadline {
	font-size: 20px;
	line-height: 24px;
}

.pl-searchSubHeadline {
	margin-left: 10px;
	font-size: 13px;
	line-height: 24px;
}

/* 検索枠 */
#search {
	height: 362px;
	margin-bottom: 30px;
}

#h201 #kodawari_area .btn_area {
	height: 83px;
	padding: 0;
}

#search #custom1_TableStaySpan img {
	width: 18px;
	width: 18px;
}

.ui-datepicker-trigger {
	width: 24px !important;
	height: 17px !important;
	margin: 2px 8px 2px 0;
}

#custom1_UpdatePanel1 select,
#custom1_UpdatePanel3 select,
#custom1_UpdatePanel4 select,
#custom1_UpdatePanel5 select {
	width: 80px;
}

#custom1_UpdatePanel7 select {
	width: 120px;
}

#custom1_ucAirline1_chkAirline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;

	-ms-flex-align: center;
}

#custom1_ucAirline1_chkAirline_0,
#custom1_ucAirline1_chkAirline_0+ label,
#custom1_ucAirline1_chkAirline_1,
#custom1_ucAirline1_chkAirline_1+ label,
#custom1_ucAirline1_chkAirline_2,
#custom1_ucAirline1_chkAirline_2+ label,
#custom1_ucAirline1_chkAirline_3,
#custom1_ucAirline1_chkAirline_3+ label,
#custom1_ucAirline1_chkAirline_4,
#custom1_ucAirline1_chkAirline_4+ label,
#custom1_ucAirline1_chkAirline_5,
#custom1_ucAirline1_chkAirline_5+ label,
#custom1_ucAirline1_chkAirline_7,
#custom1_ucAirline1_chkAirline_7+ label,
#custom1_ucAirline1_chkAirline_11,
#custom1_ucAirline1_chkAirline_11+ label {
	display: none;
}

/* =========================================================
   出発地から探す > ボタン
========================================================= */
.pl-search__lead {
	font-size: 14px;
	line-height: 1.7;
}

.pl-search {
	box-sizing: border-box;
	margin-top: 20px;
}

.pl-search__list {
	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;
	width: 100%;

	-webkit-align-content: center;
	        align-content: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	    -ms-flex-wrap: wrap;
}

.\--isColumnFour .pl-search__list__item {
	width: 230px;
}

.\--isColumnFour .pl-search__list__item+ .pl-search__list__item {
	margin-left: 20px;
}

.pl-airport__title {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: solid 1px;
	color: #003894;
	font-size: 16px;
}

.pl-airport__title .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: bottom;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-airport__title .icon img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.pl-search__list__item .pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}

/* =========================================================
   LCCで○○へ行くツアー
========================================================= */
.pl-section+ .pl-section {
	margin-top: 50px;
	margin-bottom: 80px;
}

.pl-headline {
	position: relative;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 30px;
}

.pl-headline::before {
	float: left;
	width: 5px;
	height: 30px;
	margin-right: 10px;
	color: #d00410;
	background: #d00410;
	font-size: 5px;
	line-height: 30px;
	content: '.';
}

.pl-lead {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.7;
}

.pl-recommendPlan__headline {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: solid 1px;
	color: #003894;
	font-size: 18px;
}

.pl-recommendPlan__list__item+ .pl-recommendPlan__list__item {
	margin-top: 1.5em;
}

.pl-recommendPlan__list__item__data {
	color: #d00410;
	font-size: 14px;
	font-weight: bold;
}

a.pl-recommendPlan__list__item__textLink {
	display: block;
	margin-top: .5em;
	color: #003894;
	font-size: 14px;
	text-decoration: underline;
}

a.pl-recommendPlan__list__item__textLink:hover {
	text-decoration: none;
}

/* =========================================================
   LCC利用ツアーのメリットとデメリット
========================================================= */
.pl-section__inner+ .pl-section__inner {
	margin-top: 60px;
}

.pl-subHeadline {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: solid 1px;
	color: #003894;
	font-size: 18px;
}

.pl-merit__img {
	width: 710px;
	margin: 30px auto;
	padding-bottom: 50px;
	background: url(/tour/common/images/special/lcc/bg_arrow.png) no-repeat center bottom;
}

.pl-demerit__img {
	width: 710px;
	margin: 30px auto;
	padding-bottom: 70px;
}

.kansai .pl-demerit__img {
	padding-bottom: 0;
	background: none;
}

.pl-merit,
.pl-demerit {
	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-merit__list,
.pl-demerit__list {
	box-sizing: border-box;
	width: 230px;
	padding: 13px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.pl-merit__list__title,
.pl-demerit__list__title {
	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;
	box-sizing: border-box;
	width: 100%;
	height: 133px;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-merit__list__title {
	background: url(/tour/common/images/special/lcc/ico_merit.png) no-repeat center center;
}

.pl-demerit__list__title {
	background: url(/tour/common/images/special/lcc/ico_demerit.png) no-repeat center center;
}

.pl-merit__list__lead,
.pl-demerit__list__lead {
	font-size: 14px;
	line-height: 1.7;
}

.pl-demerit__other {
	box-sizing: border-box;
	width: 980px;
	margin-top: 20px;
	padding: 13px;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.7;
}

/* =========================================================
   end
========================================================= */