@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-content+ .pl-content {
	margin-top: 60px;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	width: 980px;
	height: 302px;
	margin: 0 auto 30px;
	text-align: center;
}

.pl-mainvisual__title {
	position: absolute;
	top: 0;
	left: 0;
}

.pl-mainvisual__map {
	position: absolute;
	top: 0;
	right: 0;
}

.pl-mainvisual__point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 0;

	    -ms-flex-wrap: wrap;
}

/* =========================================================
   announce
========================================================= */
.bb-announce {
	color: red;
	margin-bottom: 26px;
}



/* =========================================================
   search
========================================================= */
#search {
	height: 189px;
	margin-bottom: 40px;
}

#search img {
	width: auto;
}

#h201 #kodawari_area {
	height: 0;
	padding: 0;
}

#search .btn {
	bottom: 12px;
}

/* =========================================================
   navigation
========================================================= */
.pl-navigation {
	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 40px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-navigation__item {
	width: 320px;
	height: 64px;
}

a.pl-navigation__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;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	color: #374e00;
	background: url(/tour/common/images/special/047_okinawa/baseball_camp/btn_navi.jpg) left center no-repeat;
	background-size: 320px 64px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	text-decoration: none;

	-ms-flex-align: center;
	-ms-flex-pack: left;
}

a.pl-navigation__item__button.pl-fontsize--small {
	font-size: 16px;
	line-height: 1.2;
}

a.pl-navigation__item__button:hover {
	opacity: .8;
}

/* =========================================================
   content
========================================================= */
.pl-headline {
	box-sizing: border-box;
	width: 100%;
	height: 53px;
	margin-bottom: 30px;
	padding-left: 42px;
	color: #374e00;
	font-size: 24px;
	font-weight: bold;
	line-height: 53px;
}

#pacific .pl-headline {
	background: url(/tour/common/images/special/047_okinawa/baseball_camp/tit_pacific.gif) no-repeat left top;
}

#central .pl-headline {
	background: url(/tour/common/images/special/047_okinawa/baseball_camp/tit_central.gif) no-repeat left top;
}

#exhibition .pl-headline {
	background: url(/tour/common/images/special/047_okinawa/baseball_camp/tit_exhibition.gif) no-repeat left top;
}

.pl-league {
	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-league__column {
	position: relative;
	box-sizing: border-box;
	width: 315px;
	padding-bottom: 15px;
	border: 1px solid #8b8a8a;
	border-radius: 3px;
}

.pl-league__column:nth-child(n + 4) {
	margin-top: 20px;
}

.pl-teamName {
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 0 auto;
	padding: 10px 0;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}

/* =========================================================
   teamcolor
========================================================= */
.\+tc:before {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 7px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	content: ' ';
}

.\+tc:after {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 7px;
	height: 30px;
	margin: 0 7px 0 0;
	padding: 0;
	background-color: #fff;
	content: ' ';
}

/* 東北楽天ゴールデンイーグルス */
.\+tc.__Rakuten:before {
	background-color: #7c001a;
}

/* 東北楽天ゴールデンイーグルス */
.\+tc.__Rakuten:after {
	background-color: #faae03;
}

/* 北海道日本ハムファイターズ */
.\+tc.__Nippon-Ham:before {
	background-color: #00508e;
}

/* 北海道日本ハムファイターズ */
.\+tc.__Nippon-Ham:after {
	background-color: #ccb67a;
}

/* 千葉ロッテマリーンズ */
.\+tc.__Lotte:before {
	background-color: #000;
}

/* 千葉ロッテマリーンズ */
.\+tc.__Lotte:after {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

/* 広島東洋カープ */
.\+tc.__Carp:before {
	background-color: #e60012;
}

/* 広島東洋カープ */
.\+tc.__Carp:after {
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	border-bottom: 1px solid #e60012;
	background-color: #fff;
}

/* 横浜DeNAベイスターズ */
.\+tc.__DeNA:before {
	background-color: #00428e;
}

/* 横浜DeNAベイスターズ */
.\+tc.__DeNA:after {
	background-color: #0095d9;
}

/* 阪神タイガース */
.\+tc.__Hanshin:before {
	background-color: #fed600;
}

/* 阪神タイガース */
.\+tc.__Hanshin:after {
	background-color: #231815;
}

/* 読売ジャイアンツ */
.\+tc.__Yomiuri:before {
	background-color: #f49c0f;
}

/* 読売ジャイアンツ */
.\+tc.__Yomiuri:after {
	background-color: #000;
}

/* 中日ドラゴンズ */
.\+tc.__Chunichi:before {
	background-color: #037;
}

/* 中日ドラゴンズ */
.\+tc.__Chunichi:after {
	border-top: 1px solid #037;
	border-right: 1px solid #037;
	border-bottom: 1px solid #037;
	background-color: #fff;
}

/* 東京ヤクルトスワローズ */
.\+tc.__Yakult:before {
	background-color: #1c2f8e;
}

/* 東京ヤクルトスワローズ */
.\+tc.__Yakult:after {
	background-color: #e6002e;
}

/* オリックス・バファローズ */
.\+tc.__ORIX:before {
	background-color: #000120;
}

/* オリックス・バファローズ */
.\+tc.__ORIX:after {
	background-color: #ac8601;
}

/* 福岡ソフトバンクホークス */
.\+tc.__SoftBank:before {
	background-color: #000;
}

/* 福岡ソフトバンクホークス */
.\+tc.__SoftBank:after {
	background-color: #fcc800;
}

/* 埼玉西武ライオンズ */
.\+tc.__Seibu:before {
	background-color: #00214b;
}

/* 埼玉西武ライオンズ */
.\+tc.__Seibu:after {
	background-color: #ab0007;
}

.pl-stadium {
	position: relative;
}

.pl-areaName {
	position: absolute;
	top: 5px;
	left: 5px;
	box-sizing: border-box;
	padding: 6px 8px;
	color: #333;
	background: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1;
}

.pl-textBox {
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
	/* height: 76px; */
}

.okinawa .pl-textBox {
	min-height: 2em;
}

.miyazaki .pl-textBox {
	height: auto;
}

.pl-stadiumName,
.pl-date {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

	    -ms-flex-wrap: wrap;
}

.pl-stadiumName+ .pl-date {
	/* margin-top: 10px; */
}

.pl-stadiumName dt,
.pl-date dt {
	width: 3em;
	color: #003894;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.pl-stadiumName dd,
.pl-date dd {
	width: -webkit-calc(100% - 4em);
	width:         calc(100% - 4em);
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.hotel_title {
	margin: 10px 15px 0;
	color: #003894;
	font-size:  14px;
}
.hotel_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 15px 5px;
	/* align-items: center; */
}

.hotel_box_name {
	font-size: 14px;
	line-height: 1.5;
	width: calc(100% - 90px);
	margin-bottom: 10px;
}

.hotel_access {
	display: inline-block;
	font-size: 12px;
}

.hotel_box_link {
	width: 80px;
	margin-bottom: 10px;
}

.hotel_box_link a.pl-button {
	color: #fff;
	padding:  5px 30px 5px 10px;
	height: auto;
	font-size: 12px;
	height: 47px;
}

.hotel_box_link a.pl-button:hover {
	color: #fff;
	padding:  3px 30px 7px 10px;
	height: auto;
	font-size: 12px;
	height: 47px;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	/* height: 64px; */
	margin: 15px auto 0;
	flex-direction: column;
}

a.pl-button {
	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: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 15px 30px 18px 15px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	background-color: #f27b11;
	background-image: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background-image: linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	box-shadow: #da6c0b 0 -3px 0 inset;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	-ms-flex-align: center;
	-ms-flex-pack: left;
	-ms-flex-wrap: wrap;
}

a.pl-button.article {
	background-color: #888;
    background-image: -webkit-linear-gradient(top, #a0a0a0 0%, #888 100%);
    background-image: linear-gradient(to bottom, #a0a0a0 0%, #888 100%);
    box-shadow: 0 -3px 0 #646464 inset;
}

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.article::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 #646464;
	content: '';
}

a.pl-button:hover {
	padding: 13px 30px 20px 15px;
	border-top: 1px solid #fff;
	background-color: #f39c33;
	background-image: none;
	box-shadow: #da6c0b 0 -5px 0 inset;
}

a.pl-button.article:hover {
	padding: 13px 30px 20px 15px;
	border-top: 1px solid #fff;
	background-color: #aaa;
	background-image: none;
	box-shadow: #646464 0 -5px 0 inset;
}

a.pl-button:hover::before {
	margin-top: -10px;
}

a.pl-button:hover::after {
	margin-top: -6px;
}

a.pl-button:active {
	padding: 18px 30px 15px 15px;
	border-top: 2px solid #fff;
	background-color: #e4710c;
	background-image: none;
	box-shadow: #fff 0 3px 0 inset;
}

a.pl-button:active::before {
	margin-top: -6px;
}

a.pl-button:active::after {
	margin-top: -2px;
}

.pl-textLinkWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
}

a.pl-textLink {
	position: relative;
	width: 100%;
	padding-left: 10px;
	color: #003894;
	font-size: 14px;
	line-height: 1.4;
}

a.pl-textLink:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin: -4px 0 0 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #003894;
	content: '';
}

.pl-buttonWrapper p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
/* =========================================================
   table
========================================================= */
#exhibition table {
	box-sizing: border-box;
	width: 980px;
	border: 1px solid #333;
}

#exhibition thead th {
	height: 30px;
	border-bottom: solid 1px #333;
	color: #333;
	background: #ccc;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

#exhibition thead th+ th,
#exhibition tbody td+ td {
	border-left: solid 1px #333;
}

.pl-thead__date {
	width: 10%;
}

.pl-thead__match {
	width: 20%;
}

.pl-thead__stadium {
	width: 30%;
}

.pl-thead__game {
	width: 15%;
}

#exhibition tbody tr+ tr {
	border-top: solid 1px #ccc;
}

.pl-tbody__date {
	border-right: solid 1px #333;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}

.pl-saturday {
	background: #c7d9f7;
}

.pl-holiday {
	background: #ffded4;
}

#exhibition tbody td {
	padding: 8px 16px;
	line-height: 1;
}

#exhibition tbody td> div {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.pl-tbody__match {
	width: 6em;
	text-align: right;
}

.pl-tbody__versus {
	width: 4em;
	text-align: center;
}

.pl-tbody__versus+ .pl-tbody__match {
	text-align: left;
}

a.pl-tbody__stadium__link {
	color: #003894;
	font-size: 14px;
	line-height: 1.4;
}

.baseball_camp .pl-content + .pl-buttonWrapper,
.baseball_camp .pl-buttonWrapper + .pl-buttonWrapper {
	width: 400px;
	margin-top: 40px;
}

.baseball_camp .pl-content + .pl-buttonWrapper a.pl-button,
.baseball_camp .pl-buttonWrapper + .pl-buttonWrapper a.pl-button {
	height: 64px;
}

.baseball_camp .pl-buttonWrapper+ .pl-content {
	margin-top: 40px;
}

/* =========================================================
   sightseeing
========================================================= */
.pl-sightseeing {
	margin: 60px 0;
	padding: 20px 20px;
	border: 1px solid #8b8a8a;
}

.pl-sightseeing__headline {
	height: 18px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: normal;
}

.pl-sightseeing__headline:before {
	float: left;
	overflow: hidden;
	width: 5px;
	height: 18px;
	margin-right: 7px;
	background: #003894;
	content: ' ';
}

.pl-sightseeing .pl-textLinkWrapper {
	width: 100%;
	margin: 0 auto;
}

.pl-sightseeing a.pl-textLink {
	padding-left: 0;
	font-size: 16px;
}

.pl-sightseeing a.pl-textLink:before {
	display: none;
}

.rc_camp_banner {
	text-align: center;
	margin: 40px auto;
}
.rc_camp_banner__headline {
	color: #374e00;
    font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}
.banner_linkWrapper {
	text-align: center;
}
#tour_wrapper .rc_camp_banner img {
	width: 600px;
    height: 200px;
}


/* =========================================================
   navfooter
========================================================= */
.pl-navfooterWrapper {
	box-sizing: border-box;
	width: 980px;
	margin: 60px auto;
	padding: 15px;
	border: 1px solid #ccc;
}

.pl-navfooterWrapper .pl-headline {
	padding-left: 0;
	border-bottom: 2px solid #ccc;
	color: #333;
}

.pl-navfooterWrapper .pl-headline:before {
	padding-left: 10px;
	border-left: 5px solid #003894;
	content: '';
}

.pl-navfooter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 100%;
	margin: 0 auto;

	-ms-flex-pack: justify;
}

.pl-navfooter__item {
	width: 15%;
	height: 64px;
}

a.pl-navfooter__item__button {
	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: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 15px 30px 18px 15px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #fff;
	color: #003894;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: left;
	    -ms-flex-wrap: wrap;
}

a.pl-navfooter__item__button:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-navfooter__item__button: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-navfooter__item__button:hover {
	padding: 13px 30px 20px 15px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -4px 0 inset;
}

a.pl-navfooter__item__button:hover::before {
	margin-top: -12px;
}

a.pl-navfooter__item__button:hover::after {
	margin-top: -8px;
}

a.pl-navfooter__item__button:active {
	padding: 17px 30px 16px 15px;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 0 3px inset;
}

a.pl-navfooter__item__button:active::before {
	margin-top: -8px;
}

a.pl-navfooter__item__button:active::after {
	margin-top: -4px;
}

/* =========================================================
   end
========================================================= */