@charset 'UTF-8';
/* =========================================================
   共通パーツ
========================================================= */
.pageHeading {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	width: 980px;
	height: 250px;
	margin-bottom: 40px;
	background: url(/tour/common/images/area/047_okinawa/yaeyama/bg_mainvisual_ornament.png), url(/tour/common/images/area/047_okinawa/yaeyama/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center right 20px , top left;
	background-size: 422px 222px , 980px 250px;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 25px;
	left: 15px;
	color: #f87712;
	text-shadow: 1px 1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 60px;
	line-height: 1;
}

.pl-mainvisual__lead {
	position: absolute;
	bottom: 15px;
	left: 15px;
	box-sizing: border-box;
	width: 450px;
	padding: 10px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1.4;
}

.pl-plan {
	margin-bottom: 60px;
}

.pl-headline {
	position: relative;
	box-sizing: border-box;
	height: 36px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	text-indent: .5em;
}

.pl-headline::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 30px;
	background: #d00410;
	content: '';
}

.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;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-plan__list__item {
	width: 24%;
}

.pl-plan__list__item__inner a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;

	-webkit-align-content: flex-start;
	        align-content: flex-start;
	-ms-flex-align: start;
	-ms-flex-line-pack: start;
	    -ms-flex-wrap: wrap;
}

.pl-plan__list__item__inner__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: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	height: 36px;
	margin: 15px auto 0;
	color: #003894;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;

	-webkit-box-ordinal-group: 3;
	-ms-flex-align: center;
	-ms-flex-order: 2;
	-ms-flex-pack: center;
	-webkit-order: 2;
	        order: 2;
}

.pl-plan__list__item__inner__img {
	width: 100%;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.pl-plan__list__item__inner__img img {
	width: 100%;
	height: auto;
}

.pl-plan__list__item__inner__text {
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
	color: #333;
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

.pl-plan__list__item__inner a> *:last-child {
	padding-bottom: 15px;
}

.pl-plan__list__item:nth-child(n + 5) {
	margin-top: 15px;
}

/* バナー3種 */
.pl-bnrBox {
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tab-container + .pl-bnrBox {
    overflow: hidden;
    margin: 0 auto 70px;
    display: flex;
    justify-content: center;
}

.pl-bnrBox + .pl-plan {
	margin-top: 60px;
}

.pl-bnrBox + .pl-area {
	margin-top: 60px;
}

/*
 * インクルードファイルの為
 * 記述が異なります
 */
.tourCheck {
	overflow: hidden;
}

.tourCheckLeft,
.tourCheckRight {
	/* float: left; */
	width: 348px;
	border: 1px solid #ccc;
}

.tab-container + .pl-bnrBox .tourCheckLeft,
.tab-container + .pl-bnrBox .tourCheckRight {
	float: none;	
}

.tourCheckRight {
	margin-left: 20px;
}

.tourCheckLeft .tourCheckTitle,
.tourCheckRight .tourCheckTitle {
	overflow: hidden;
	height: 42px;
	border-bottom: 3px solid #003894;
}

.tourCheckLeft .tourCheckTitle h3,
.tourCheckRight .tourCheckTitle h3 {
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}

.tourCheckLeft .inner,
.tourCheckRight .inner {
	padding: 8px;
	text-align: center;
}

.tourCheckLeft .inner a,
.tourCheckRight .inner a {
	display: block;
}

.tourCheckLeft .inner a:hover,
.tourCheckRight .inner a:hover {
	box-shadow: 0 0 0 2px rgba(0, 56, 148, .8);
}

.tourCheckLeft .inner img,
.tourCheckRight .inner img {
	width: 100%;
	height: auto;
}

.tourCheckRight .inner .button01 {
	float: left;
	padding-right: 14px;
}

.tourCheckRight .inner .button01_r {
	float: left;
	padding-right: 0;
}

.tourCheckRight .inner .button01_r_p {
	margin-bottom: 10px;
}

.tourCheckRight .inner .button01_r_p:last-child {
	margin-bottom: 0;
}

.tourCheckRight .inner .bnr_leftBox,
.tourCheckRight .inner .bnr_rightBox {
	width: 162px;
	height: 100px;
}

.tourCheckRight .inner .bnr_leftBox {
	float: left;
	padding-right: 8px;
}

.tourCheckRight .inner .bnr_rightBox {
	float: right;
}

.pl-bnrBox .tourCheck_text {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
}

/* =========================================================
   end
========================================================= */
