﻿@charset "utf-8";
/* =========================================================
   共通スタイル
========================================================= */
body {
	color: #333;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#tour_wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

.pageHeading {
	margin: 0 0 15px;
	padding: 0 0 9px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

#tour_wrapper img.ui-datepicker-trigger {
	width: auto;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
}

a.pl-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	        justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 15px 30px 18px 15px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	background-color: #f27b11;
	background-image: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background-image:         linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	box-shadow: #da6c0b 0 -3px 0 inset;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: left;
	    -ms-flex-wrap: wrap;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-right: 0;
	border: 4px solid transparent;
	border-left: 6px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	padding: 13px 30px 20px 15px;
	border-top: 1px solid #fff;
	background-color: #f39c33;
	background-image: none;
	box-shadow: #da6c0b 0 -5px 0 inset;
}

a.pl-button:hover::before {
	margin-top: -10px;
}

a.pl-button:hover::after {
	margin-top: -6px;
}

a.pl-button:active {
	padding: 18px 30px 15px 15px;
	border-top: 2px solid #fff;
	background-color: #e4710c;
	background-image: none;
	box-shadow: #fff 0 3px 0 inset;
}

a.pl-button:active::before {
	margin-top: -6px;
}

a.pl-button:active::after {
	margin-top: -2px;
}

/* 他コンテンツ遷移用 */
a.pl-Wbutton {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	        justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 0 45px 3px 25px;
	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.2;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: left;
}

a.pl-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	padding: 0 45px 4px 25px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -4px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -10px;
}

a.pl-Wbutton:hover::after {
	margin-top: -6px;
}

a.pl-Wbutton:active {
	padding: 2px 45px 0 25px;
	box-shadow: #d9d9d9 0 2px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -7px;
}

a.pl-Wbutton:active::after {
	margin-top: -3px;
}

a.pl-Wbutton.\--isDownArrow:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 4px solid transparent;
	border-top: 6px solid #fff;
	content: '';
}

a.pl-Wbutton.\--isDownArrow:hover:after {
	margin-top: -4px;
}

a.pl-Wbutton.\--isDownArrow:active::after {
	margin-top: -1px;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 250px;
	margin: 0 0 30px;
	color: #00326c;
	background: url(/tour/common/images/special/001_hokkaido/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/001_hokkaido/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.hokkaido .pl-mainvisual {
	background: url(/tour/common/images/special/001_hokkaido/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/001_hokkaido/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.sapporo .pl-mainvisual {
	background: url(/tour/common/images/special/001_hokkaido/hotelpack_sapporo/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/001_hokkaido/hotelpack_sapporo/bg_mainvisual_right.jpg) top right no-repeat;
}

.hakodate .pl-mainvisual {
	background: url(/tour/common/images/special/001_hokkaido/hotelpack_hakodate/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/001_hokkaido/hotelpack_hakodate/bg_mainvisual_right.jpg) top right no-repeat;
}

.kansai .pl-mainvisual {
	background: url(/tour/common/images/special/kansai/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/kansai/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.osaka .pl-mainvisual {
	background: url(/tour/common/images/special/027_osaka/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/027_osaka/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.kyoto .pl-mainvisual {
	background: url(/tour/common/images/special/026_kyoto/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/026_kyoto/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.hyogo .pl-mainvisual {
	background: url(/tour/common/images/special/028_hyogo/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/028_hyogo/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.nara .pl-mainvisual {
	background: url(/tour/common/images/special/029_nara/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/029_nara/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.shiga .pl-mainvisual {
	background: url(/tour/common/images/special/025_shiga/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/025_shiga/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.wakayama .pl-mainvisual {
	background: url(/tour/common/images/special/030_wakayama/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/030_wakayama/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.kyushu .pl-mainvisual {
	background: url(/tour/common/images/special/kyushu/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/kyushu/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.fukuoka .pl-mainvisual {
	background: url(/tour/common/images/special/040_fukuoka/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/040_fukuoka/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.saga .pl-mainvisual {
	background: url(/tour/common/images/special/041_saga/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/041_saga/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.nagasaki .pl-mainvisual {
	background: url(/tour/common/images/special/042_nagasaki/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/042_nagasaki/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.kumamoto .pl-mainvisual {
	background: url(/tour/common/images/special/043_kumamoto/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/043_kumamoto/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.oita .pl-mainvisual {
	background: url(/tour/common/images/special/044_oita/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/044_oita/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.miyazaki .pl-mainvisual {
	background: url(/tour/common/images/special/045_miyazaki/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/045_miyazaki/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.kagoshima .pl-mainvisual {
	background: url(/tour/common/images/special/046_kagoshima/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/046_kagoshima/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.amami .pl-mainvisual {
	background: url(/tour/common/images/special/046_kagoshima/amami_hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/046_kagoshima/amami_hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.yakushima .pl-mainvisual {
	background: url(/tour/common/images/special/046_kagoshima/yakushima_hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/046_kagoshima/yakushima_hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.yoron .pl-mainvisual {
	background: url(/tour/common/images/special/046_kagoshima/yoron_hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/046_kagoshima/yoron_hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.okinawa .pl-mainvisual {
	background: url(/tour/common/images/special/047_okinawa/hotelpack/bg_mainvisual_left.jpg) top left no-repeat, url(/tour/common/images/special/047_okinawa/hotelpack/bg_mainvisual_right.jpg) top right no-repeat;
}

.pl-mainvisual__inner {
	display: block;
	box-sizing: border-box;
	width: 400px;
	height: 250px;
	margin: 0 auto;
	border-right: double 4px #dbc892;
	border-left: double 4px #dbc892;
	background: #fff;
	text-align: center;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 55px;
	right: 0;
	left: 0;
	width: 400px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
}

.pl-mainvisual__headline span {
	display: block;
	font-size: 72px;
}

.pl-mainvisual__salescopy {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	width: 400px;
	margin: 0 auto;
	font-size: 21px;
}

.pl-mainvisual__icon {
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	width: 150px;
	height: 60px;
	margin: 0 auto;
	font-size: 40px;
	text-align: center;
}

.pl-mainvisual__lead {
	width: -webkit-calc( 100% - 120px);
	width:         calc( 100% - 120px);
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.7;
}

/* =========================================================
   たびらいスタッフ厳選！おすすめツアーをご紹介！
========================================================= */
.pl-staff,
.pl-plan,
.pl-toursearch {
	margin-bottom: 60px;
}

.pl-staff {
    background: #eee;
}

.pl-staff__headline {
	padding: 15px 15px;
	color: #fff;
	background: #00326c;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}

.staff_right {
	margin: 0 auto 60px;
	padding: 0 30px;
}

.staff_right_txt {
	display: none;
}

.staff_right_link+ .staff_right_link {
	margin-top: 15px;
}

.staff_right_link a {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 50px 10px 25px;
	border: double 4px #00326c;
	color: #00326c;
	background: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

.kansai .staff_right_link a,
.kyushu .staff_right_link a {
	padding: 10px 50px 10px 50px;
}

.staff_right_link a:hover {
	opacity: .8;
}

.staff_right_link a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #00326c;
	content: '';
}

.staff_right_link a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	margin-right: 0;
	border: 5px solid transparent;
	border-left: 7px solid #fff;
	content: '';
}

.staff_right_link_txt01 {
	width: 30em;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
}

.staff_right_link_txt02 {
	float: left;
	box-sizing: border-box;
	padding: 3px;
	background: #ecfb7a;
	font-size: 12px;
	font-weight:  normal;
}

.staff_right_link_icon {
	float: left;
	box-sizing: border-box;
	margin-left: 10px;
	padding: 3px;
	color: #fff;
	background-color: #435895;
	font-size: 12px;
	font-weight: normal;
}

.staff_right_link_price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	right: 65px;
	bottom: 15px;
	box-sizing: border-box;
	width: 180px;
	height: -webkit-calc( 100% - 30px);
	height:         calc( 100% - 30px);
	border-left: solid 1px #00326c;
	color: #ad1733;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	-ms-flex-align: center;
	-ms-flex-pack: end;
}

.r_time {
    background: #eee;
    /* margin-top: 6px; */
    /* margin-right: 10px; */
    /* font-size: 11px; */
    text-align: right;
    padding-bottom: 15px;
    padding-right: 10px;
}

.pickupBox {
	display: none;
}


/* =========================================================
   たびらいスタッフ厳選！おすすめツアーをご紹介！　20190917
========================================================= */


.staff_osusume {
	margin-bottom: 20px;
	/* border-top: solid 3px #003894; */
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.staff_osusume a {
	width: 23%;
    box-sizing: border-box;
    margin: 1%;
	border: 1px solid #8A8A8A;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.staff_osusume a:hover {
	text-decoration: none;
	opacity: .8;
    transition: .2s;
}

.staff_osusume span {
	font-size: 18px;
	font-weight: bold;
}

.staff_osusume_links {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	background: #eee;
}

.staff_osusume_txt {
	padding: 15px 0px;
    color: #fff;
    background: #00326c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
	width: 100%;
}

.staff_osusume_link {
	width: 100%;
	background: #fff;
	padding: 5px;
    /* border-bottom: solid 1px #ccc; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.staff_osusume_link_product {
    display: block;
    flex-flow: row wrap;
    flex-direction: column;
	height: 100%;
}

.staff_osusume_link_product img {
    width: 100%;
    height: 162px !important;
    object-fit: cover;
}

.staff_osusume_link_product p{
	color: #5c5c5c;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin-top: 7px;
}

.staff_osusume_link .staff_osusume_link_date {
	margin-top: 5px;
    padding-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    color: #003894;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
}



.staff_osusume_link_foot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.staff_osusume_link_foot div:first-child {
	width: 116px;
    /* margin: 0; */
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #59bded;
    font-size: 10px;
    /* line-height: 1; */
    text-align: center;
}

.staff_osusume_link_foot div:last-child {
    width: 100%;
    color: #d7000f;
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
    text-align: center;
}

.r_time {
	background: #eee;
	color: #b3b3b3;
    /* margin-top: 6px; */
    /* margin-right: 10px; */
    font-size: 11px;
    text-align: right;
    padding-bottom: 15px;
    padding-right: 10px;
}

.staff_osusume_links_v{
	display: none;
}

.staff_osusume_txt{
	display: none;
}

/* オススメツアー　関西　九州 */
.pl-staff__item__osaka__prefecturename,.pl-staff__item__kyoto__prefecturename,.pl-staff__item__hyogo__prefecturename,.pl-staff__item__wakayama__prefecturename {
	position: absolute;
    top: -2px;
    left: 28px;
    z-index: 1;
    padding: 5px 0;
    width: 48px;
    background: #00326c;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 8px 0 8px 0;
}

.pl-staff__item__fukuoka__prefecturename,.pl-staff__item__nagasaki__prefecturename,.pl-staff__item__kumamoto__prefecturename,.pl-staff__item__kagoshima__prefecturename {
	position: absolute;
    top: -2px;
    left: 28px;
    z-index: 1;
    padding: 5px 0;
    width: 48px;
    background: #00326c;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 8px 0 8px 0;
}

.kansai .pl-staff__item__prefecturename,.kyushu .pl-staff__item__prefecturename {
	top: -5px;
    left: 20px;
}

.kansai .pl-staff .pl-staff__items,.kyushu .pl-staff .pl-staff__items {
	display: flex;
	padding: 4px;
}

.kansai .staff_osusume,.kyushu .staff_osusume {
	border:none;
}

.kansai .pl-staff .pl-staff__item,.kyushu .pl-staff .pl-staff__item {
	position: relative;
    width: 25%;
    height: 341px;
    margin: 3px;
}

.kansai .staff_osusume_links,.kyushu .staff_osusume_links {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #eee;
    /* margin: 31px; */
    box-sizing: border-box;
}

.kansai .staff_osusume_links a:nth-of-type(n+2),.kyushu .staff_osusume_links a:nth-of-type(n+2) {
	display: none;
}

.kansai .staff_osusume_link,.kyushu .staff_osusume_link {
	height: 287px;
}

.kansai .staff_osusume a,.kyushu .staff_osusume a {
	width: 100%;
	margin:0;
}

.kansai .staff_osusume_link_product img,.kyushu .staff_osusume_link_product img {
	width: 100%;
    height: 162px !important;
    object-fit: cover;
}

.kansai .r_time,.kyushu .r_time {
	padding-bottom: 15px;
    padding-right: 2px;
    margin-top: 5px;
}


/* kansai kyushu */
.kansai .staff_right .staff_right_link:nth-child(n + 3),
.kyushu .staff_right .staff_right_link:nth-child(n + 3) {
	display: none;
	padding: 10px;
	background: #ccc;
}

.kansai .staff_right,
.kyushu .staff_right {
	margin-bottom: 0;
}

.kansai .pickupBox+ .staff_right,
.kyushu .pickupBox+ .staff_right,
.kansai .staff_right+ .staff_right,
.kyushu .staff_right+ .staff_right {
	padding-top: 0;
}

.pl-staff__item__prefecturename {
    position: absolute;
    top: -2px;
    left: 28px;
    z-index:  1;
    padding: 5px 0;
    width: 48px;
    background: #00326c;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 8px 0 8px 0;
}

.pl-staff__item__prefecturename:before {
    position:  absolute;
    right: -8px;
    bottom:  0;
    height: 0;
    border-right: 8px solid transparent;
    border-top: 20px solid #00326c;
}

.pl-staff__item {
    position:  relative;
}

/* =========================================================
   現地スタッフおすすめ！フリープラン特集
========================================================= */
.pl-bnrBox {
	width: 690px;
	margin: 0 auto 60px;
}

.pl-bnrBox__headline,
.pl-toursearch__headline {
	margin-bottom: 0;
	padding: 15px 15px;
	color: #fff;
	background: #00326c;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.pl-bnrBox__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;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px;
	background: #eee;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.tourCheckLeft,
.tourCheckRight {
	width: 300px;
}

.tourCheckTitle {
	display: none;
}

/* =========================================================
   現地スタッフおすすめ！フリープラン特集
========================================================= */
.pl-plan__headline {
	margin-bottom: 20px;
	color: #00326c;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.pl-plan__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;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-plan__list__item {
	box-sizing: border-box;
	width: 310px;
	border: double 4px #00326c;
	background: #fff;
}

.pl-plan__list__item__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

	    -ms-flex-wrap: wrap;
}

.pl-plan__list__item__inner__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 0 auto 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	text-align: center;

	-webkit-box-ordinal-group: 4;
	-ms-flex-align: center;
	-ms-flex-order: 3;
	-ms-flex-pack: center;
	    -ms-flex-wrap: nowrap;
	-webkit-order: 3;
	        order: 3;
}

.pl-plan__list__item__inner__img {
	margin-bottom: 15px;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.pl-plan__list__item__inner__text {
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 0 auto 15px;
	margin-bottom: 15px;
	color: #000;
	font-size: 14px;
	line-height: 24px;

	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
	        order: 4;
}

.pl-plan__list__item .pl-buttonWrapper {
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin-bottom: 15px;

	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
	        order: 5;
}

/* =========================================================
   ツアーを探す（予約方法から選ぶ）
========================================================= */
.pl-toursearch .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;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	background: #eee;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-toursearch .pl-buttonList__item {
	width: 48%;
}

.pl-toursearch .pl-textLinkWrapper {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.pl-toursearch a.pl-textLink {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 24px;
	color: #00326c;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
}

.pl-toursearch a.pl-textLink:hover {
	text-decoration: none;
}

.pl-toursearch a.pl-textLink::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	padding: 2px 0;
	border-radius: 60px;
	color: #fff;
	background: #00326c;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	content: '?';
}

/* =========================================================
   end
========================================================= */