@charset "utf-8";

body {
    font-size: 14px;
    color: #333;
    line-height: 140%;
    margin: 0;
    padding: 0;
    font-family: "游ゴシック Medium","Yu Gothic Medium",游ゴシック, YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo, sans-serif;
}

.pl-mainvisual.\--sp {
    display: none;
}

.pageHeading {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.pl-mainvisual {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 250px;
	margin: 0 0 40px;
	border: solid 1px #e5e5e5;
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-left: 10px solid #F27891;
}

.pl-mainvisual::before {
	display: none;
	width: 10px;
	height: 250px;
	background: #003894;
	content: '';
}

.pl-mainvisual__headline {position: inherit;padding: 20px;font-size: 32px;line-height: 1.2;}

.pl-mainvisual__icon {
	position: absolute;
	top: 5px;
	right: 6px;
	padding: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);
}

.pl-mainvisual__lead {
	padding: 0 20px 25px;
	font-size: 14px;
	line-height: 1.7;
}

.pl-mainvisual_flexWrap {
    width: 510px;
    height: 250px;
}

.pl-mainvisual_flexWrap:first-child {
    width: 460px;
}

.pl-navigation {
    border-top: solid 1px #ccc;
    margin: 60px 0;
    padding: 20px 0 0;
}

.pl-navigationWrap {
	display: table;
	margin: 0 auto;
	text-align: left;
}

.pl-navigation__headline {
	padding: 10px 15px 0 0;
    font-size: 18px;
    display: table-cell;
    vertical-align: top;
}

.pl-navigation__list {
	display: table-cell;
    border-left: solid 1px #ccc;
    font-size: 18px;
    padding: 10px 0 10px 14px;
    vertical-align: top;
}

.pl-navigation__list__item {
	padding: 8px 0 0;
    line-height: 1;
}

a.pl-navigation__list__link {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 41px;
	border-radius: 3px;
	color: #0062ff;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
	-ms-flex-align: center;
}

a.pl-navigation__list__link::before {
	position: absolute;
	top: 25%;
	left: 16px;
	width: 9px;
	height: 9px;
	margin-top: -3px;
	content: '';
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: solid 2px #0062ff;
	border-right: solid 2px #0062ff;
}

.pl-sectionWrap {
	margin-bottom: 60px;
}

.pl-section {
	margin: 60px 0;
}

.pl-headline {
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
	color: #454545;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6;
}

.pl-headline::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 28px;
    padding-right: 10px;
    background: url(/tour/common/images/special/047_okinawa/winter/ico_title.png) no-repeat;
    background-size: 21px 28px;
}

.pl-subHeadline {
	margin-bottom: 18px;
	border-bottom: 2px solid #ccc;
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
}

.pl-lead {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.5;
}

.pl-planBox+ .pl-planBox {
	margin-top: 30px;
}

.pl-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: nowrap;
}

.pl-imageWrap {
	width: 360px;
	height: 200px;
}

.pl-image {
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc;
}

.pl-textWrap {
	width: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-content: space-between;
	        align-content: space-between;
	-ms-flex-line-pack: justify;
	-ms-flex-pack: end;
	    -ms-flex-wrap: wrap;
}

.pl-text {
	font-size: 14px;
	line-height: 1.7;
}

.pl-buttonWrap.\--center {
    margin: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

a.pl-button {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 280px;
	height: 45px;
	margin: 0 auto 3px;
	padding-left: 15px;
	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: 45px;
	text-align: -webkit-auto;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 6px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	margin: 0 auto 3px;
	background: #f39c33;
	box-shadow: 0 4px 0 #da6c0b;
}

a.pl-button:active {
	margin: 0 auto 3px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

a.pl-button:hover::after {
	border-left: 6px solid #f39c33;
}

a.pl-button:active::after {
	border-left: 6px solid #e4710c;
}

.pl-flex .pl-buttonWrap .pl-text {/* margin-top: 20px; */}

.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;
	padding: 0;
	margin-top: 30px;
}

.pl-plan__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: 470px;
	padding: 15px 12px 13px;
	margin: 60px 0 0;
	-ms-flex-direction: column;
	background-color: #ccc;
}

.pl-accordion__list__item + .pl-accordion__list__item {
	margin-top: 40px;
}

.pl-plan__list__item__inner {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 35px 25px 25px;
	border-radius: 5px;
	background-color: #fff;
}

.pl-plan__list__item__inner__headline {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 65px;
	color: #fff;
	background: url(/tour/common/images/area/bg_ttl02.png) center top no-repeat;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
}

.pl-plan__list__item__inner__image {
	margin-bottom: 15px;
}

.pl-plan__list__item__inner__text {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.7;
}

.pl-textlinkWrap {
	margin-top: 15px;
}

.pl-textlinkWrap a {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 1;
	text-align: right;
}

.pl-textlinkWrap a:hover {
	text-decoration: underline;
}

.pl-textWrap .pl-textlinkWrap {
	width: 100%;
}
.pl-textlinkWrap + .pl-buttonWrap {
	margin-top: 15px;
}

.pl-plan__list__item__inner__image img {
	width: 100%;
	height: auto;
}

.pl-question__content {
	position: relative;
	padding: 15px 0 0 70px;
}

.pl-question__content::before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -webkit-calc( -.5em + 7.5px);
	margin-top:         calc( -.5em + 7.5px);
	color: #2F88A8;
	font-size: 36px;
	font-weight: bold;
	content: 'A.';
}

.pl-question__text {
	padding: 15px;
	border-radius: 3px;
	background-color: #D5E8F2;
	font-size: 14px;
	line-height: 1.7;
}

.pl-link__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;
}

.pl-link__list__item {
    width: 470px;
    margin-bottom: 40px;
}

.pl-link__list__item a {
    display: block;
}

.pl-link__list__item .pl-text {
	padding-top: 10px;
    display: block;
    font-size: 15px;
	text-decoration: underline;
}

.pl-link__list__item a:hover .pl-text {
	text-decoration: none;
}

/* SNSボタン調整 */
.okinawa .snsBtn {
    margin: 0 auto;
}