@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-section+ .pl-section {
	margin-top: 40px;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 430px;
	margin-bottom: 30px;
	background: url(/tour/common/images/special/047_okinawa/snorkelling/bg_mainvisual_ornament_1.png), url(/tour/common/images/special/047_okinawa/snorkelling/bg_mainvisual_ornament_2.png), url(/tour/common/images/special/047_okinawa/snorkelling/bg_mainvisual.jpg);
	background-repeat: repeat-x, repeat-y, no-repeat;
	background-position: bottom 180px left,top left,top left;
}

.pl-mainvisual__headline {
	position: absolute;
    top: 37.5px;
    left: 30px;
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
    text-shadow: 2px 2px 0 #003894, -2px 2px 0 #003894, 2px -2px 0 #003894, -2px -2px 0 #003894;
}

.pl-mainvisual__icon {
	position: absolute;
	top: 157px;
    left: 30px;
}

.pl-mainvisual__icon__item {
	float: left;
	width: 50px;
	height: 50px;
}

.pl-mainvisual__icon__item.\--isTwins {
	width: 94px;
	height: 50px;
}

.pl-mainvisual__icon__item:nth-child(2n) {
	width: 18.75px;
	height: 50px;
}

.pl-mainvisual__lead {
	position: absolute;
	bottom: 90px;
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	padding: 10px 30px;
	color: #fff;
	background: #59bdee;
	font-size: 13px;
	line-height: 1.7;
}

.pl-mainvisual__nav {
	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;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	padding: 0 30px 20px;
	background: #59bdee;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-mainvisual__nav__item {
	width: 290px;
}

a.pl-mainvisual__nav__item__button {
	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: 70px;
	padding-left: 38px;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;

	-ms-flex-align: center;
	-ms-flex-pack: left;
}

a.pl-mainvisual__nav__item__button::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-mainvisual__nav__item__button::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -3.5px;
	margin-left: 5px;
	border: 4px solid transparent;
	border-top: 7px solid #fff;
	content: '';
}

a.pl-mainvisual__nav__item__button:hover {
	box-shadow: 0 0 0 2px #003894;
}

.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

a.pl-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 2px 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: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;

	    -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;
	border: 4px solid transparent;
	border-left: 6px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	margin: 0 auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-button:active {
	margin: 5px auto 0;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

.pl-button__text--big {
	font-size: 15px;
}

/* エリア遷移用ボタンレイアウト
--------------------------------------------------------- */
a.pl-Wbutton {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 63px;
	margin: 0 auto;
	padding: 20px 45px 23px 20px;
	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;
	text-decoration: none;
	cursor: pointer;
}

a.pl-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	margin: 0 auto;
	padding: 19px 45px 21px 20px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -4px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -11px;
}

a.pl-Wbutton:hover::after {
	margin-top: -7px;
}

a.pl-Wbutton:active {
	padding: 21px 0 22px 20px;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 1px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -9px;
}

a.pl-Wbutton:active::after {
	margin-top: -5px;
}

.pl-buttonWrapper.w500px,
.pl-mainvisual+ .pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 500px;
	margin: 0 auto 30px;
}

#attraction.pl-section {
	padding: 30px 30px 60px;
	background: url(/tour/common/images/special/047_okinawa/snorkelling/bg_pattern_top.jpg), #e6f5fc url(/tour/common/images/special/047_okinawa/snorkelling/bg_pattern_bottom.jpg);
	background-repeat: repeat-x,repeat-x;
	background-position: top left,bottom left;
}

.pl-headline {
	height: 45px;
	margin-bottom: 15px;
	color: #003894;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

.pl-headline.\+ico_snorkelling {
	width: 340px;
	margin: 0 auto 15px;
	background: url(/tour/common/images/special/047_okinawa/snorkelling/bg_icon_snorkelling.png) left center no-repeat;
	background-size: 32px;
}

.pl-section__inner {
	padding: 20px;
	background: #fff;
}

.pl-about {
	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 30px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-about__content__image {
	width: 300px;
	height: 181px;
}

.pl-about__content__info {
	width: 560px;
}

.pl-about__content__info__subHeadine,
.pl-subHeadline {
	height: 20px;
	margin-bottom: 15px;
	color: #003894;
	font-size: 16px;
	line-height: 20px;
}

.pl-about__content__info__subHeadine::before,
.pl-subHeadline::before {
	float: left;
	width: 4px;
	height: 20px;
	margin-right: 7px;
	background: #003894;
	content: ' ';
}

.pl-about__content__info__text {
	font-size: 13px;
	line-height: 1.7;
}

.pl-column__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;
	width: 100%;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-column__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;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	box-sizing: border-box;
	width: 280px;

	    -ms-flex-direction: column;
	    -ms-flex-wrap: wrap;
}

#attraction .pl-column__list__item {
	border: solid 1px #003894;
}

.pl-column__list__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;
	width: 100%;
	height: 40px;
	color: #003894;
	font-size: 16px;

	-webkit-box-ordinal-group: 3;
	-ms-flex-align: center;
	-ms-flex-order: 2;
	-ms-flex-pack: center;
	-webkit-order: 2;
	        order: 2;
}

#attraction .pl-column__list__item__headline {
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	        justify-content: left;
	box-sizing: border-box;
	padding-left: 10px;
	color: #fff;
	background: #003894;

	-ms-flex-pack: left;
}

.pl-column__list__item__imageBox {
	width: 100%;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.pl-column__list__item__text {
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

#attraction .pl-column__list__item__text {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 15px auto;
}

.pl-spot {
	margin-top: 30px;
}

.pl-spot .pl-column__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;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	box-sizing: border-box;
	width: 230px;
	border: solid 1px #ccc;

	    -ms-flex-direction: column;
	    -ms-flex-wrap: wrap;
}

.pl-spot .pl-column__list__item__imageBox {
	width: 228px;
	height: 138px;
}

.pl-spot .pl-column__list__item__text {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto;
	padding: 0 0 15px;
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

.pl-spot .pl-buttonWrapper {
	box-sizing: border-box;
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto 15px;

	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
	        order: 4;
}

.pl-spot .pl-button {
	padding: 10px 25px 10px 10px;
	font-size: 12px;
}

#recommended.pl-section {
	margin-top: 30px;
}

#recommended .pl-column__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;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	box-sizing: border-box;
	width: 310px;
	border: solid 1px #ccc;

	    -ms-flex-direction: column;
	    -ms-flex-wrap: wrap;
}

#recommended .pl-column__list__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: 40px;
	color: #fff;
	background: #003894;
	font-size: 16px;

	-webkit-box-ordinal-group: 2;
	-ms-flex-align: center;
	-ms-flex-order: 1;
	-ms-flex-pack: center;
	-webkit-order: 1;
	        order: 1;
}

#recommended .pl-column__list__item__imageBox {
	height: 192px;

	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	        order: 2;
}

#recommended .pl-column__list__item__text {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

#plans {
	box-sizing: border-box;
	margin-top: 40px;
	padding: 15px 30px 30px;
	border: solid 2px #d2f1fd;
	background-image: url(/tour/common/images/special/047_okinawa/snorkelling/bg_pattern.jpg);
	background-repeat: repeat;
}

.pl-textLink__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;
	width: 100%;
	margin: 0 auto 30px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-textLink__list__item {
	width: 48%;
}

.pl-textLink__list__item:nth-child(n + 3) {
	margin-top: 30px;
}

.pl-textLink__list__item__data {
	color: #d00410;
	font-size: 14px;
	font-weight: bold;
}

a.pl-textLink__list__item__text {
	display: block;
	margin-top: .5em;
	color: #003894;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}

a.pl-textLink__list__item__text:hover {
	text-decoration: none;
}

.pl-buttonWrapper__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;
	width: 100%;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonWrapper__list .pl-buttonWrapper {
	width: 200px;
	margin: 0;
}

#plans .pl-button {
	padding: 10px 25px 10px 10px;
	font-size: 12px;
}

#plans+ .pl-buttonWrapper {
	width: 500px;
	margin: 30px auto 60px;
}

.bnr_link {
	margin: 40px 0;
	text-align: center;
}
#tour_wrapper .bnr_link a {
	display: inline-block;
    text-align: center;
}

#tour_wrapper .bnr_link a img{
	width: 700px;
    height: 233px;
}
/* =========================================================
   end
========================================================= */