@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;
}

/* =========================================================
   コンポーネント
========================================================= */
/* 見出し
--------------------------------------------------------- */
.pl-headline {
	height: 45px;
	margin-bottom: 1em;
	padding-left: .5em;
	border-left: 5px solid currentColor;
	color: #003894;
	background-color: #f1f1f1;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
}

/* ボタン
--------------------------------------------------------- */
.pl-button {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin: 10px 0 3px;
	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: center;
	text-decoration: none;
	cursor: pointer;
}

a.pl-button.\--size-large {
	height: 72px;
	font-size: 18px;
	line-height: 72px;
}

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;
	border: 4px solid transparent;
	border-left: 7px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	margin: 8px 0 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-button:active {
	margin: 12px 0 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

.pl-button:link,
.pl-button:visited {
	color: #fff;
	text-decoration: none;
}

.pl-button:hover {
	background-color: #f08300;
	background-image: none;
}

/* =========================================================
   セクションレイアウト
========================================================= */
/* 導入文
--------------------------------------------------------- */
.pl-mainvisual {
	margin-bottom: 2em;
}

.pl-intro {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display:         flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 100%;
	margin-bottom: 3em;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-intro__image {
	width: 438px;
}

.pl-intro__text {
	width: 518px;
	padding: 2em 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.pl-intro__text span {
	display: inline-block;
	margin-top: 1em;
	font-size: 14px;
}

/* 周遊ツアーを探す
--------------------------------------------------------- */
.pl-searchSec {
	margin-bottom: 40px;
}

.pl-searchSec__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

	    -ms-flex-wrap: wrap;
}

.pl-media {
	box-sizing: border-box;
	width: 480px;
	padding: 15px 15px;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}

.pl-media:nth-child(even) {
	margin-left: 20px;
}

.pl-media:nth-child(n + 3) {
	margin-top: 20px;
}

.pl-media__name {
	margin-bottom: .75em;
	color: #003894;
	font-size: 20px;
}

.pl-media__tags {
	margin-bottom: .75em;
}

.pl-media__tags span {
	display: inline-block;
	margin-right: .25em;
	padding: .1em .25em;
	border: 1px solid currentColor;
	color: #003894;
	font-size: 16px;
}

.pl-media__images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 15px;

	-ms-flex-pack: justify;
}

/* 周遊旅行の楽しみ方
--------------------------------------------------------- */
.pl-howtoSec {
	margin-bottom: 40px;
	border: 10px solid #59bdee;
}

.pl-howtoSec_image {
	width: 710px;
	margin: 0 auto;
	padding: 3em 0 3.5em;
}

.pl-howtoSec__headline {
	padding: 0 0 .5em;
	color: #fff;
	background-color: #59bdee;
	font-weight: 700;
	text-align: center;
}

.pl-buttonBox {
	width: 600px;
	margin: 0 auto 40px;
}

.pl-buttonBox__headline {
	height: 45px;
	margin-bottom: 1em;
	color: #fff;
	background-color: #59bdee;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}

.pl-buttonBox__button.\--listBox {
	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;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;

	-ms-flex-pack: justify;
	-ms-flex-pack: start;
	    -ms-flex-wrap: wrap;
}

.pl-buttonBox__button.\--listBox a.pl-button {
	width: 48%;
}

.pl-buttonBox__button.\--listBox a.pl-button:nth-child(even) {
	margin-left: 4%;
}

.pl-buttonBox__text {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.7;
}

/* 各エリアの空港＆駅一覧
--------------------------------------------------------- */
.pl-areaWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 40px;

	    -ms-flex-wrap: wrap;
}

.pl-area {
	box-sizing: border-box;
	width: 480px;
	padding: 15px;
	border: 1px solid #e1e1e1;
}

.pl-area:nth-child(even) {
	margin-left: 20px;
}

.pl-area:nth-child(n+3) {
	margin-top: 20px;
}

.pl-area__box__name {
	height: 40px;
	margin: -15px -15px 1em -15px;
	color: #fff;
	background-color: #59bdee;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

.pl-area__box__list {
	margin-bottom: 1em;
	border-bottom: 2px solid #e1e1e1;
	list-style: none;
}

.pl-area__box__list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: .75em;
	font-size: 16px;
	font-weight: 700;

	-ms-flex-align: center;
}

.pl-area__box__list__item.\--isAirport.pl-area__box__list__item::before {
	display: inline-block;
	width: 30px;
	padding-right: .5em;
	content: url(/tour/common/images/special/shuyu/ico_airplane.png);
}

.pl-area__box__list__item.\--isStation.pl-area__box__list__item::before {
	display: inline-block;
	width: 30px;
	padding-right: .5em;
	content: url(/tour/common/images/special/shuyu/ico_train.png);
}

.pl-area__box__list__item.\--isHarbor.pl-area__box__list__item::before {
	display: inline-block;
	width: 30px;
	padding-right: .5em;
	content: url(/tour/common/images/special/shuyu/ico_ferry.png);
}

a.pl-area__box__list__item__link {
	text-decoration: underline;
}

a.pl-area__box__list__item__link:hover {
	text-decoration: none;
}

.pl-area__text {
	font-size: 15px;
	line-height: 1.7;
}

/* 他のエリアの周遊特集を見る
--------------------------------------------------------- */
.pl-moreSec {
	margin-bottom: 60px;
}

.pl-moreSec .pl-headline {
	height: 30px;
	font-size: 16px;
	line-height: 30px;
}

.pl-listWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	-ms-flex-pack: justify;
}

a.pl-list__link {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	color: #333;
	font-size: 13px;
	line-height: 40px;
}

.pl-list__image {
	width: auto;
	height: 40px;
	padding-right: 15px;
}

a.pl-list__link::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #333;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

a.pl-list__link::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.pl-list {
	box-sizing: border-box;
	width: 312px;
	border: 1px solid #e1e1e1;
}

/* =========================================================
   JavaScript
========================================================= */
/* Slick.js
--------------------------------------------------------- */
.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 65px;
	height: 65px;
	margin-top: -45px;
	padding: 0;
	border: none;
	outline: none;
	color: transparent;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: transparent;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	cursor: default;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0;
}

.slick-prev:before,
.slick-next:before {
	opacity: .75;
	color: white;
	font-size: 20px;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -90px;
}

.slick-prev:before {
	content: url(/tour/common/images/special/shuyu/ico_arrow_left.png);
}

.slick-next {
	right: -90px;
}

.slick-next:before {
	content: url(/tour/common/images/special/shuyu/ico_arrow_right.png);
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0;
	text-align: center;
	list-style: none;
}

.slick-dots li {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background-color: #59bdee;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: black;
	background-color: #c9c9c9;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	content: '';

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	background-color: #59bdee;
}

/* =========================================================
   end
========================================================= */
