@charset 'UTF-8';
/***********************************************/
/*ツアー共通                                      */
/***********************************************/
body {
	margin: 0;
	color: #454545;
	font-family: HiraKakuPro-W3, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

.pageHeading {
	margin: 0 0 20px;
	padding: 0 0 9px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

/*  メインビジュアル
--------------------------------------------------------*/
#title_area02 {
	width: 980px;
	/* height: 518px !important; */
	height: auto;
	margin-bottom: 30px;
}

.mainTopTxt {
	margin: 0;
	padding: 15px;
	background-color: #e5ecf4;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

#search {
	height: 188px;
	margin-bottom: 30px;
}

#h201 #kodawari_area {
	height: 0;
	padding: 0;
}

/*  ツアー(航空券+宿泊)を検索する　パターンB
--------------------------------------------------------*/
.btn_or {
	width: 450px;
	margin: 40px auto 50px;
	border: 1px solid #d87600;
	border-radius: 3px;
	background: #f08300;
	background: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background:         linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	line-height: 50px;
}

.btn_link.top a {
	display: block;
	position: relative;
	padding: 5% 8% 5% 5%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}

.btn_link.top a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

.btn_link.top a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 7px solid #f08300;
	content: '';
}

.btn_link.top:hover {
	opacity: .8;
}

/*  日本で一番早い夏の花火大会
--------------------------------------------------------*/
.tour-article {
	overflow: hidden;
	margin-bottom: 40px;
}

h2.h2Common {
	overflow: hidden;
	height: 40px;
	margin: 0 0 25px;
	padding: 0;
	border-bottom: 2px solid #ccc;
	color: #454545;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}

h2.h2Common:before {
	float: left;
	overflow: hidden;
	width: 6px;
	height: 34px;
	margin-top: 0;
	margin-right: 10px;
	color: #003894;
	background: #003894;
	font-size: 5px;
	line-height: 34px;
	content: '.';
}

.textBox {
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.5;
}

.photoList {
	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%;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.photoList .photoBox {
	width: 310px;
}

.photoList .photoBox img {
	width: 100%;
	height: auto;
}

/*  基本情報　マップ
--------------------------------------------------------*/
.pl-mapWrapper {
	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%;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.map-info {
	width: 460px;
}

.map-info table tbody tr {
	display: table;
	height: 60px;
	border-bottom: dotted 1px #ccc;
	font-size: 15px;
	line-height: 1.7;
}

.map-info table tbody tr span {
	display: block;
	font-size: 11px;
}

.map-info table tbody tr th,
.map-info table tbody tr td {
	vertical-align: middle;
}

.map-info table tbody tr th {
	width: 80px;
	text-align: left;
}

.map-info table tbody tr td {
	width: 380px;
	font-size: 14px;
}

.map-info table tbody tr td a {
	text-decoration: underline;
	word-break: break-all;
}

.map-info table tbody tr td a:hover {
	text-decoration: none;
}

.sightseeing-Link {
	margin-top: 20px;
}

.sightseeing-Link a {
	font-size: 15px;
	text-decoration: underline;
}

.sightseeing-Link a:hover {
	text-decoration: none;
}

/*  空港別
--------------------------------------------------------*/
.linkBox {
	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%;
	margin-bottom: 40px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.linkBox .btn_link {
	width: 230px;
	height: 60px;
}

.linkBox .btn_link img {
	width: 100%;
	height: auto;
}

.linkBox .btn_link a {
	display: block;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #ccc;
}

/* =========================================================
   end
========================================================= */