@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;
}

/* =========================================================
   コンポーネント
========================================================= */
/* 見出し
--------------------------------------------------------- */
.pl-headline {
	height: 45px;
	margin-bottom: 15px;
	color: #003894;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

/* ボタン ノーマルレイアウト
--------------------------------------------------------- */
.pl-buttonWrapper {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 85px;
}

a.pl-buttonlink {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 270px;
	/* height: 60px; */
	margin: 5px auto 3px;
	padding: 10px 35px 10px 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: 1.3;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-buttonlink::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-buttonlink::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-buttonlink:hover {
	margin: 3px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-buttonlink:active {
	margin: 7px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

/* 大きいボタン用レイアウト
--------------------------------------------------------- */
.pl-buttonWrapper--big {
	width: 800px;
	margin: 30px auto;
}

a.pl-buttonlink--big {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 72px;
	margin: 5px auto 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: 18px;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

a.pl-buttonlink--big::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-buttonlink--big::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-buttonlink--big:hover {
	margin: 3px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-buttonlink--big:active {
	margin: 7px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

/* エリア遷移用ボタンレイアウト
--------------------------------------------------------- */
a.pl-buttonlink--area {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 270px;
	height: 64px;
	margin: 5px auto 3px;
	padding: 8px 35px 11px 15px;
	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.3;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-buttonlink--area::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	margin-top: -12px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-buttonlink--area::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
	content: '';
}

a.pl-buttonlink--area:hover {
	margin: 5px auto 3px;
	padding: 7px 35px 12px 15px;
	border-top: 1px solid #003894;
	box-shadow: rgba(160, 172, 186, .2) 0 0 3px, rgba(0, 0, 0, .15) 0 -4px 0 inset;
}

a.pl-buttonlink--area:hover::before {
	margin-top: -14px;
	background: #003894;
}

a.pl-buttonlink--area:hover::after {
	margin-top: -9px;
	border-left: 7px solid #fff;
}

a.pl-buttonlink--area:active {
	margin: 5px auto 3px;
	padding: 9px 35px 10px 15px;
	padding-bottom: 0;
	border-top: 2px solid #003894;
	box-shadow: rgba(160, 172, 186, .2) 0 0 3px;
}

a.pl-buttonlink--area:active::before {
	margin-top: -10px;
	background: #003894;
}

a.pl-buttonlink--area:active::after {
	margin-top: -5px;
	border-left: 7px solid #fff;
}

/* エリア遷移用ボタンレイアウト
--------------------------------------------------------- */
#search.pl-section+ .pl-buttonWrapper {
	width: 500px;
	height: 63px;
	margin: 0 auto 60px;
}

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;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 430px;
	margin-bottom: 40px;
}

/* 沖縄エリア */
.pl-mainvisual {
	background: url(/tour/common/images/special/047_okinawa/diving/bg_mainvisual_ornament_1.png), url(/tour/common/images/special/047_okinawa/diving/bg_mainvisual_ornament_2.png), url(/tour/common/images/special/047_okinawa/diving/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom left,top left,top left;
}

/* 石垣エリア */
.ishigaki .pl-mainvisual {
	background: url(/tour/common/images/special/047_okinawa/diving_ishigaki/bg_mainvisual_ornament_1.png), url(/tour/common/images/special/047_okinawa/diving_ishigaki/bg_mainvisual_ornament_2.png), url(/tour/common/images/special/047_okinawa/diving_ishigaki/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom left,top left,top left;
}

/* 慶良間エリア */
.kerama .pl-mainvisual {
	background: url(/tour/common/images/special/047_okinawa/diving_kerama/bg_mainvisual_ornament_1.png), url(/tour/common/images/special/047_okinawa/diving_kerama/bg_mainvisual_ornament_2.png), url(/tour/common/images/special/047_okinawa/diving_kerama/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom left,top left,top left;
}

/* 宮古島エリア */
.miyako .pl-mainvisual {
	background: url(/tour/common/images/special/047_okinawa/diving_miyako/bg_mainvisual_ornament_1.png), url(/tour/common/images/special/047_okinawa/diving_miyako/bg_mainvisual_ornament_2.png), url(/tour/common/images/special/047_okinawa/diving_miyako/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom left,top left,top left;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 26px;
	left: 40px;
	color: #fff;
	font-size: 46px;
	line-height: 1.2;
}

/* mainvisual > icon
--------------------------------------------------------- */
.pl-mainvisual__icon {
	position: absolute;
	top: 140px;
	left: 280px;
}

.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;
}

/* mainvisual > leadText
--------------------------------------------------------- */
.pl-mainvisual__lead {
	position: absolute;
	right: 0;
	bottom: 120px;
	left: 0;
	width: -webkit-calc(100% - 42px);
	width:         calc(100% - 42px);
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

/* mainvisual > navigation
--------------------------------------------------------- */
.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;
	right: 0;
	bottom: 25px;
	left: 0;
	width: -webkit-calc(100% - 42px);
	width:         calc(100% - 42px);
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-mainvisual__nav.\--isColumnThree {
	width: -webkit-calc(100% - 280px);
	width:         calc(100% - 280px);
}

.pl-mainvisual__nav__item {
	width: 220px;
}

a.pl-mainvisual__nav__item__button {
	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-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: left;
	-webkit-align-items: left;
	        align-items: left;
	position: relative;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 72px;
	padding-right: 20px;
	padding-left: 38px;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	line-height: 1.4;
	text-decoration: none;

	-ms-flex-align: left;
	    -ms-flex-direction: column;
	-ms-flex-pack: center;
}

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;
}

/* =========================================================
   ダイビング＋宿泊＋航空券がセットでお得！
========================================================= */
/* 見出しの記述は29行目 */
.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;
	width: 980px;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.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;
	width: 310px;
	border: solid 1px #ccc;
	background-color: #fff;

	    -ms-flex-direction: column;
}

.pl-plan__list__item__headline {
	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-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 67px;
	color: #fff;
	background: #003894;
	font-size: 18px;
	text-align: center;

	    -ms-flex-direction: column;
	-ms-flex-pack: center;
}

.pl-plan__list__item__headline__catchphrase {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

.pl-plan__list__item__img {
	width: 310px;
	height: 187px;
}

.pl-plan__list__item__text,
.pl-area__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;
}

/* ボタンの記述は41行目 */
/* =========================================================
   各エリアのダイビング特集からツアーを探す
========================================================= */
/* 見出しの記述は29行目 */
#area.pl-section {
	box-sizing: border-box;
	padding: 20px 0;
	border: solid 2px #d2f1fd;
	background-image: url(/tour/common/images/special/047_okinawa/diving/bg_pattern.jpg);
	background-repeat: repeat;
}

.pl-area__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: -webkit-calc(100% - 40px);
	width:         calc(100% - 40px);
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-area__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;
	width: 300px;
	border: solid 1px #ccc;
	background-color: #fff;

	    -ms-flex-direction: column;
}

.pl-area__list__item__headline {
	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-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 40px;
	color: #003894;
	font-size: 18px;
	text-align: center;

	-webkit-box-ordinal-group: 2;
	    -ms-flex-direction: column;
	-ms-flex-order: 1;
	-ms-flex-pack: center;
	-webkit-order: 1;
	        order: 1;
}

.pl-area__list__item__img {
	width: 300px;
	height: 181px;
}

.pl-area__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: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

/* ボタンの並び順を変更 */
#area .pl-buttonWrapper {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

/* =========================================================
   ファンダイビングの魅力
========================================================= */
#attraction.pl-section {
	padding: 30px 30px 20px;
	background: url(/tour/common/images/special/047_okinawa/diving/bg_pattern_top.jpg), #e6f5fc url(/tour/common/images/special/047_okinawa/diving/bg_pattern_bottom.jpg);
	background-repeat: repeat-x,repeat-x;
	background-position: top left,bottom left;
}

/* 見出しの記述は29行目 */
.pl-headline.\+ico_diving {
	background-image: url(/tour/common/images/special/047_okinawa/diving/bg_icon_dive.png);
	background-repeat: no-repeat;
	background-position: left 185px center;
	background-size: 32px;
}

.pl-headline__caution {
	margin-left: 10px;
	color: #f00;
	font-size: 16px;
}

.pl-attraction {
	position: relative;
}

.pl-attraction+ .pl-attraction {
	margin-top: 60px;
}

/* ラベル
--------------------------------------------------------- */
.pl-attraction__label {
	float: left;
	position: absolute;
	top: -21px;
	left: -35px;
	box-sizing: border-box;
	width: 200px;
	height: 36px;
	color: #fff;
	background: #003894;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.pl-attraction__label::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 18px 10px 18px 0;
	border-style: solid;
	border-color: rgba(0, 56, 148, 0) #e6f5fc rgba(230, 245, 252, 0) rgba(0, 56, 148, 0);
	content: '';
}

.pl-attraction__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;
	padding: 30px 20px;
	background: #fff;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-attraction__top.\--isReverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	        flex-direction: row-reverse;

	    -ms-flex-direction: row-reverse;
}

.pl-attraction__top__textBox {
	width: 610px;
}

.pl-attraction__top__textBox__headline {
	height: 20px;
	margin-bottom: 15px;
	color: #003894;
	line-height: 20px;
}

.pl-attraction__top__textBox__headline::before {
	float: left;
	overflow: hidden;
	width: 4px;
	height: 20px;
	margin-right: 7px;
	background: #003894;
	content: ' ';
}

.pl-attraction__top__textBox__text {
	font-size: 13px;
	line-height: 1.7;
}

.pl-attraction__top__textBox__text+ .pl-attraction__top__textBox__headline {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
}

.pl-attraction__top__textBox__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;
	width: 100%;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-attraction__top__textBox__list__season {
	width: 70px;
	color: #003894;
	font-size: 13px;
	line-height: 1.7;
}

.pl-attraction__top__textBox__list__comment {
	width: 530px;
	font-size: 13px;
	line-height: 1.7;
}

.pl-attraction__top__textBox__list+ .pl-attraction__top__textBox__list {
	margin-top: 20px;
}

.pl-attraction__top__image {
	width: 250px;
}

.pl-attraction__top__image+ .pl-attraction__top__image {
	margin-top: 10px;
}

.pl-attraction__bottom {
	margin-top: 25px;
}

.pl-subHeadline {
	width: 480px;
	height: 45px;
	margin: 0 auto 30px;
	border-bottom: solid 1px #003894;
	color: #003894;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

.pl-subHeadline.\+ico_spot {
	padding-left: 20px;
	background-image: url(/tour/common/images/special/047_okinawa/diving/bg_icon_spot.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
}

.pl-attraction__bottom__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-attraction__bottom__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;
	box-sizing: border-box;
	width: 290px;
	border: solid 1px #ccc;
	background-color: #fff;

	    -ms-flex-direction: column;
}

.pl-attraction__bottom__list__item__headline {
	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-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 50px;
	color: #003894;
	font-size: 18px;
	text-align: center;

	-webkit-box-ordinal-group: 2;
	    -ms-flex-direction: column;
	-ms-flex-order: 1;
	-ms-flex-pack: center;
	-webkit-order: 1;
	        order: 1;
}

.pl-attraction__bottom__list__item__img {
	width: 288px;
	height: 174px;
}

.pl-attraction__bottom__list__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: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

/* ボタンの記述は111行目 */
/* =========================================================
   ファンダイビングの魅力
========================================================= */
/* 見出しの記述は29行目 */
.pl-qa {
	margin-bottom: 20px;
	border-bottom: solid 2px #fff;
}

.pl-qa__question {
	height: 45px;
	color: #003894;
	background: #e6f5fc;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}

.pl-qa__question__initial {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 45px;
	height: 45px;
	margin-right: 1em;
	color: #fff;
	background: #003894;
	font-weight: bold;
	text-align: center;
}

.pl-qa__answer {
	margin: 0;
	padding: 1em;
	border: solid 2px #e6f5fc;
	border-top: none;
	font-size: 14px;
	line-height: 1.7;
}

/* =========================================================
   ダイビングツアーを探す
========================================================= */
/* 見出しの記述は29行目 */
#search.pl-section {
	margin-bottom: 60px;
}

.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: -webkit-calc(100% - 60px);
	width:         calc(100% - 60px);
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonlist__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;
	box-sizing: border-box;
	width: 280px;

	    -ms-flex-direction: column;
}

a.pl-buttonlist__item__button {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin: 5px auto 3px;
	padding: 10px 35px 10px 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: 1.3;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-buttonlist__item__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-buttonlist__item__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-buttonlist__item__button:hover {
	margin: 3px auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-buttonlist__item__button:active {
	margin: 7px auto 1px;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

/* =========================================================
   end
========================================================= */