﻿@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;
}

.pl-fontcolor--orange {
	color: #f08708;
}

.\--isPcHide {
	display: none !important;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	width: 1280px;
	height: 320px;
	margin: 0 auto;
	text-align: center;
}

.pl-mainvisual {
	background-image: url(/tour/common/images/special/dp/bg_mainvisual.png), url(/tour/common/images/special/dp/001_hokkaido/bg_photo_left.jpg), url(/tour/common/images/special/dp/001_hokkaido/bg_photo_right.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: top center,top left,top right;
	background-size: 723px 320px,470px 320px,470px 320px;
}

.hokkaido .pl-mainvisual {
	background-image: url(/tour/common/images/special/dp/bg_mainvisual.png), url(/tour/common/images/special/dp/001_hokkaido/bg_photo_left.jpg), url(/tour/common/images/special/dp/001_hokkaido/bg_photo_right.jpg);
}

.kyushu .pl-mainvisual {
	background-image: url(/tour/common/images/special/dp/bg_mainvisual.png), url(/tour/common/images/special/dp/kyushu/bg_photo_left.jpg), url(/tour/common/images/special/dp/kyushu/bg_photo_right.jpg);
}

.kansai .pl-mainvisual {
	background-image: url(/tour/common/images/special/dp/bg_mainvisual.png), url(/tour/common/images/special/dp/kansai/bg_photo_left.jpg), url(/tour/common/images/special/dp/kansai/bg_photo_right.jpg);
}

.okinawa .pl-mainvisual {
	background-image: url(/tour/common/images/special/dp/bg_mainvisual.png), url(/tour/common/images/special/dp/047_okinawa/bg_photo_left.jpg), url(/tour/common/images/special/dp/047_okinawa/bg_photo_right.jpg);
}

.pl-mainvisual__inner {
	display: block;
	position: relative;
	width: 723px;
	height: 320px;
	margin: 0 auto;
}

.pl-mainvisual__inner__headline {
	position: absolute;
	z-index: 1;
	top: 75px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #fff;
	text-shadow: 2px 2px 0 #003894, -2px 2px 0 #003894, 2px -2px 0 #003894, -2px -2px 0 #003894;
	font-size: 52px;
	line-height: 1.2;
}

.pl-mainvisual__inner__headline__kenName {
	display: block;
	width: 160px;
	margin-left: 170px;
	text-align: right;
}

.hokkaido .pl-mainvisual__headline__kenName {
	padding-right: 223px;
}

.pl-mainvisual__inner__catch {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #003894;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.pl-mainvisual__inner__icon {
	position: absolute;
	z-index: 1;
	top: 73px;
	right: 170px;
	width: 213px;
	height: 63px;
	margin: 0 auto;
}

.okinawa .pl-mainvisual__inner__icon {
	position: absolute;
	z-index: 1;
	top: 73px;
	right: 225px;
	width: 158px;
	height: 63px;
}

.pl-mainvisual__inner__image.\+plane {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 212px;
	height: 127px;
}

.hokkaido .pl-mainvisual__inner__image.\+train {
	position: absolute;
	z-index: 0;
	top: 40px;
	left: 35px;
	width: 210px;
	height: 103px;
}

.kansai .pl-mainvisual__inner__image.\+train,
.kyushu .pl-mainvisual__inner__image.\+train {
	position: absolute;
	z-index: 0;
	top: 42px;
	left: 70px;
	width: 118px;
	height: 98px;
}

.pl-mainvisual__inner__lead {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 100%;
	height: 56px;
}

a.pl-button {
	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: baseline;
	-webkit-align-items: baseline;
	        align-items: baseline;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin: 3px auto 3px;
	padding: 15px 25px 15px 10px;
	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;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: baseline;
	-ms-flex-pack: center;
	    -ms-flex-wrap: wrap;
}

a.pl-button .pl-fontsize--large {
	font-size: 24px;
}

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 {
	margin: 1px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-button:active {
	margin: 5px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

.pl-agent__column__item__top__imageWrapper+ .pl-buttonWrapper {
	margin-top: 10px;
}

/* 他コンテンツ遷移用 */
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;
}

.pl-mainvisual+ .pl-buttonWrapperList {
	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: 1280px;
	height: 116px;
	margin: 0 auto 60px;
	padding: 26px 150px;
	background: #f1f1f1;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-mainvisual+ .pl-buttonWrapperList .pl-buttonWrapper {
	width: 220px;
}

/* =========================================================
   advertisin
========================================================= */
.pl-advertising {
	width: 980px;
	margin: 60px auto;
	padding: 16px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.pl-advertising__headline {
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}

.pl-advertising__buttonWrapper {
	width: 700px;
	margin: 0 auto;
	margin-top: 18px;
}

a.pl-advertising__button {
	display:         flex;
	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%;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-advertising__button__image {
	overflow: hidden;
	width: 180px;
	height: 100px;
	margin: 0 20px 0 0;
	text-align: center;
	/* background-color: #ddd; */
}

.pl-advertising__button__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	        justify-content: start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 500px;
	font-size: 15px;
	line-height: 1.7;

	-ms-flex-align: center;
	-ms-flex-pack: start;
}

/* =========================================================
   section
========================================================= */
.pl-section {
	width: 980px;
	margin: 0 auto;
}

.pl-section+ .pl-section {
	margin-top: 60px;
}

/* ダイナミックパッケージのツアーを探す */
.pl-agent {
	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: 40px auto 0;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-headline {
	box-sizing: border-box;
	margin-bottom: 16px;
	padding-left: 38px;
	color: #333;
	background: url(/tour/common/images/special/dp/ico_headline.png) left center no-repeat;
	background-size: 30px;
	font-size: 25px;
	line-height: 1;
}

.pl-headline .pl-fontsize--small {
	font-size: 16px;
	font-weight: normal;
}

.pl-agent__column {
	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-agent__column__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;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	width: 230px;
	background: #fff;

	    -ms-flex-direction: column;
	    -ms-flex-wrap: wrap;
}

.pl-agent__column__item.\--isBlank {
	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;
	color: #888;
	background: #f1f1f1;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-agent__column__item__top {
	box-sizing: border-box;
	padding: 13px;
	border: solid 2px #f9cf9c;
}

a.pl-AgentButton {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	text-decoration: none;

	    -ms-flex-wrap: wrap;
}

.pl-AgentButton__imageWrapper {
	/* width: 150px; */
	width: 200px;
	margin: 0 auto 5px;
}

.serchLink_wrapper {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	color: black;
	height: 50px;
    margin-bottom: 3px;
}
.serchLink_title {
	width: 93px;
	font-size: 52px;
	font-weight: 600;
	padding-left: 20px;
}
.serchLink_list {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-direction: column;
    width: 40%;
    margin-top: 11px;
}
.serchLink_list span{
	font-size: 6px;
	margin-bottom: 5px;
	color: gray;
}
#tour_wrapper .serchLink_list span img {
	width: 122%;
}

.pl-AgentButton__text {
	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: baseline;
	-webkit-align-items: baseline;
	        align-items: baseline;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin: 3px auto 3px;
	padding: 15px 25px 15px 10px;
	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;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: baseline;
	-ms-flex-pack: left;
	    -ms-flex-wrap: wrap;
}

.pl-AgentButton__text::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

.pl-AgentButton__text::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: '';
}

.pl-AgentButton__text:hover {
	margin: 1px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

.pl-AgentButton__text:active {
	margin: 5px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

.pl-AgentButton__text .pl-fontsize--large {
	font-size: 20px;
}

.pl-agent__column__item__top__text {
	margin-top: 1em;
	color: #888;
	font-size: 11px;
	line-height: 1.4;
}

.pl-agent__column__item__top__text+ .pl-agent__column__item__top__text {
	padding-top: .5em;
	border-top: solid 1px;
}

.pl-agent__column__item__top__text .pl-textIndent {
	display: block;
	padding-left: 1em;
}

.pl-agent__column__item__bottom {
	padding: 13px;
	color: #777;
	background: #fdf3e6;
	font-size: 12px;
	line-height: 1.7;
}

/* ダイナミックパッケージとは？ */
.pl-introduction {
	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-introduction__item.\--isBgColor__blue {
	position: relative;
	box-sizing: border-box;
	/* width: 552px; */
	width: 100%;
	height: 228px;
	margin-bottom: 20px;
	padding: 30px 40px;
	border-radius: 3px;
	background: #003894;
	background: #003894 url(/tour/common/images/special/dp/bg_HalfOpticalReflection.png) left top no-repeat;
	background-image: -webkit-linear-gradient(112deg, #003894 50%, #1a4c9f 50%);
	background-image:         linear-gradient(-22deg, #003894 50%, #1a4c9f 50%);
	background-size: 552px auto;
}

.pl-introduction__item.\--isBgColor__blue:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border: solid transparent;
	border-width: 20px;
	border-color: rgba(0, 56, 148, 0);
	border-top-color: #003894;
	content: ' ';
	pointer-events: none;
}

.pl-introduction__item__headline {
	color: #fff;
	font-size: 32px;
	line-height: 1;
}

.\--isBgColor__blue .pl-introduction__item__text {
	margin-top: 16px;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

.pl-introduction__item__image {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 158px;
	height: 63px;
}

.pl-introduction__item {
	position: relative;
	box-sizing: border-box;
	width: 400px;
	height: 228px;
	padding: 21px 28px;
	border-radius: 3px;
	background: #f1f1f1;
	background-size: 552px auto;
}

.pl-introduction__item__subHeadline {
	margin-bottom: 10px;
	padding-left: 7px;
	border-left: solid 6px;
	color: #454545;
	font-size: 22px;
}

.pl-introduction__item__text {
	color: #454545;
	font-size: 13px;
	line-height: 1.7;
}

.pl-introduction__item .pl-buttonWrapper {
	height: 49px;
	margin-top: 16px;
}

.pl-introduction__item a.pl-button {
	height: 43px;
	padding: 15px 25px 15px 10px;
	font-size: 14px;
}

/* ダイナミックパッケージ９つのポイント */
.pl-points {
	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-points .pl-headline {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
	color: #003894;
	background: none;
	font-size: 34px;
	line-height: 1;
	text-align: center;
}

.pl-points .pl-headline .pl-fontsize--large {
	font-size: 48px;
}

.pl-points__column {
	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-points__column__item {
	box-sizing: border-box;
	width: 310px;
	height: 153px;
	border: solid 1px #003894;
	border-radius: 3px;
}

.pl-points__column__item:nth-child(n + 4) {
	margin-top: 24px;
}

.pl-points__column__item__headline {
	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;
	height: 55px;
	color: #fff;
	background: #003894;
	background: #003894 url(/tour/common/images/special/dp/bg_HalfOpticalReflection2.png) left top no-repeat;
	background-image: -webkit-linear-gradient(99deg, #003894 50%, #1a4c9f 50%);
	background-image:         linear-gradient(-9deg, #003894 50%, #1a4c9f 50%);
	background-size: 308px auto;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-points__column__item__text {
	box-sizing: border-box;
	height: 96px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.4;
}

/* こんな方にはダイナミックパッケージツアーがおすすめ */
.pl-recommended {
	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: 40px auto 0;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-recommended .pl-headline {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
	color: #003894;
	background: none;
	font-size: 34px;
	line-height: 1;
	text-align: center;
}

.pl-recommended__column {
	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-recommended__column__item {
	position: relative;
	box-sizing: border-box;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: #f1f1f1;
	background: #f1f1f1 url(/tour/common/images/special/dp/ico_check.png) top center no-repeat;
	background-position: top 15px left 97px;
	background-size: 36px 30px;
}

.pl-recommended__column__item__headline {
	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: end;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	position: absolute;
	top: 50px;
	right: 0;
	left: 40px;
	left: 0;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	padding-bottom: 12px;
	border-bottom: solid 1px;
	color: #003894;
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: -.05em;

	-ms-flex-align: end;
	-ms-flex-pack: center;
}

.pl-recommended__column__item__text {
	position: absolute;
	right: 0;
	bottom: 42px;
	left: 0;
	width: 165px;
	margin: 0 auto;
	color: #454545;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	letter-spacing: -.05em;
}

/* おすすめホテルから探す */
.pl-hotel {
	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: 40px auto 0;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-hotel__column {
	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-hotel__column__item {
	position: relative;
	box-sizing: border-box;
	width: 480px;
	border: solid 2px #f9cf9c;
}

.pl-hotel__column__item:nth-child(n +3) {
	margin-top: 24px;
}

.pl-hotel__column__item__top {
	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: 18px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-hotel__column__item__top__headline {
	width: 210px;
	height: 42px;
	padding-right: 230px;
	color: #003894;
	font-size: 18px;
	line-height: 1.2;
}

.pl-hotel__column__item__top__text {
	width: 210px;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: -.025em;
}

.pl-hotel__column__item__top__imageWrapper {
	width: 210px;
	height: 158px;
	margin-top: -42px;
}

.pl-hotel__column__item__top__image {
	width: 100%;
	height: auto;
}

.pl-hotel__column__item__bottom {
	box-sizing: border-box;
	padding: 13px 13px 20px;
	background: #fdf3e6;
}

.pl-hotel__column__item__bottom__headline {
	margin-bottom: 10px;
	color: #454545;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

.pl-hotel__column__item__bottom .pl-buttonWrapper {
	width: 300px;
	margin: 0 auto;
}

.pl-hotel__column__item__bottom a.pl-button {
	padding: 14px 25px 14px 10px;
}

.pl-hotel__column__item__areaName {
	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: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 62px;
	height: 38px;
	padding: 5px;
	color: #003894;
	background: #f9cf9c;
	font-size: 13px;
	line-height: 1.1;
	text-align: center;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-hotel+ .otherPlans {
	margin-top: 60px;
}

.pl-hotel__column__item .pl-buttonWrapperList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.pl-hotel__column__item__bottom .pl-buttonWrapper {
    width: 48%;
    margin: 0;
}

.pl-hotel__column__item__bottom .pl-buttonWrapper:nth-child(n + 3) {
    margin-top: 4%;
}

.pl-hotel__column__item__bottom a.pl-button {
    font-size: 14px;
}

a.pl-button .pl-fontsize--large {
    font-size: 18px;
}

/* =========================================================
   end
========================================================= */