﻿@charset 'UTF-8';
/***********************************************/
/*CSS Reset                                  */
/**********************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
select {
	vertical-align: middle;
}

#tour_wrapper .clearfix:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	content: '';
}

/*-- 共通
------------------------------------------*/
.pageHeading {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.ken_area,
.PackageTours {
	overflow: hidden;
}

.pageTop {
	clear: both;
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
}

.f_12px {
	font-size: 12px !important;
}

.f_16px {
	font-size: 16px !important;
}

.f_18px {
	font-size: 18px !important;
}

.f_20px {
	font-size: 20px !important;
}

.f_23px {
	font-size: 23px !important;
}

/***********************************************/
/*人気エリア                                    */
/**********************************************/
/*-- メインビジュアル
------------------------------------------*/
#mv_area {
	position: relative;
	width: 980px;
	height: 300px;
	margin-bottom: 30px;
	color: #333;
	background: url(/tour/common/images/area_top/kyushu/mainimage.jpg) no-repeat;
}

#mv_area.kansai {
	background: url(/tour/common/images/area_top/kansai/mainimage.jpg) no-repeat;
}

#mv_area.tokai {
	background: url(/tour/common/images/area_top/tokai/mainimage.jpg) no-repeat;
}

#mv_area.tohoku {
	background: url(/tour/common/images/area_top/tohoku/mainimage.jpg) no-repeat;
}

#mv_area.shikoku {
	background: url(/tour/common/images/area_top/shikoku/mainimage.jpg) no-repeat;
}

#mv_area.koshinetsu {
	background: url(/tour/common/images/area_top/koshinetsu/mainimage.jpg) no-repeat;
}

#mv_area.kanto {
	background: url(/tour/common/images/area_top/kanto/mainimage.jpg) no-repeat;
}

#mv_area.hokuriku {
	background: url(/tour/common/images/area_top/hokuriku/mainimage.jpg) no-repeat;
}

#mv_area.chugoku {
	background: url(/tour/common/images/area_top/chugoku/mainimage.jpg) no-repeat;
}

#mv_box {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 930px;
	padding: 15px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	line-height: 1.8;
}

.mv_tit {
	font-size: 40px;
	line-height: 40px;
	text-align: left;
}

.mv_tit span {
	padding-left: 16px;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}

p.mv_txt {
	margin-top: 16px;
	font-size: 14px;
}

/*-- カルーセルバナー
------------------------------------------*/
.pl-sliderAreaWrapper {
	width: 980px;
	margin-bottom: 64px;
}

.pushBannerTitle {
	margin: 0 0 10px;
	padding: 0 0 0 50px;
	border-radius: 5px;
	color: #fff;
	background: url(../images/area_top/icon_samsup01.png) 10px center no-repeat #003894;
	font-size: 21px;
	font-weight: normal;
	line-height: 45px;
}

.sliderArea {
	width: 980px;
	height: auto;
}

.pamad_topSlide {
    height: 29.897vw;
	/* max-height: 293px; */
	max-height: 333px;
}

.slider-caption {
	position: relative;
	z-index: 999;
	top: -40px;
	left: 0;
	box-sizing: border-box;
	width: 980px;
	height: 40px;
	margin: 0;
	padding: 13px 10px;
	color: #fff;
	background-color: rgba(55, 180, 140, .8);
	font-size: 14px;
	line-height: 1;
}

.slider-caption-right {
	float: right;
	text-decoration: underline;
}

.slider-caption-right a {
	color: #fff;
}

/*-- 人気エリア 見出しタイトル
------------------------------------------*/
h2.h2_title {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

h2.h2_title span {
	font-size: 24px;
	vertical-align: text-top;
}

/*-- 人気エリア 県ボックス
------------------------------------------*/
.ken_area {
	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;
}

.ken_box {
	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: 480px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.ken_box:nth-child(odd) {
	float: left;
}

.ken_box:nth-child(even) {
	float: right;
}

.ken_box .fl_l,
.ken_box .fl_r {
	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;
	width: 210px;

	-webkit-align-content: start;
	        align-content: start;
	    -ms-flex-direction: column;
	-ms-flex-line-pack: start;
	    -ms-flex-wrap: wrap;
}

h2.ken_name {
	width: 100%;
	height: 68px;
	margin: 10px 0 30px;
	background: url(/tour/common/images/area_top/h2_ken_name_underline.png) no-repeat;
	background-position: center 54px;
	font-size: 40px;
	line-height: 24px;
	text-align: center;
}

h2.ken_name span.underLine {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

h3.area_name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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: 48px;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-align: center;

	-ms-flex-align: center;
	-ms-flex-pack: center;
	    -ms-flex-wrap: wrap;
}

.photo {
	width: 210px;
	height: 208px;
	margin-bottom: 20px;
}

.area_txt {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
}

.information_Link {
	display: block;
	width: 100%;
	margin-top: auto;
	text-align: right;
}

.information_Link a {
	width: 100%;
	color: #333;
	font-size: 16px;
	text-decoration: underline;
}

.information_Link a:hover {
	color: #333;
	text-decoration: none;
}

.plan_Link {
	clear: both;
	width: 100%;
	padding-top: 30px;
}

.plan_Link a {
	display: block;
	padding: 18px;
	border-radius: 3px;
	color: #fff !important;
	background: #f08300;
	font-size: 16px;
	text-align: center;
}

.plan_Link a:hover {
	opacity: .8;
	text-decoration: blink;
}

/*-- 準備中です。
------------------------------------------*/
.Preparation {
	display: block;
	clear: both;
	padding: 10px;
	color: #767676;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

/***********************************************/
/*パッケージツアーを出発地から探す                   */
/**********************************************/
/*-- パッケージツアーを出発地から探す 見出しタイトル
------------------------------------------*/
#PackageTours {
	margin: 30px 0 0;
}

#PackageTours h2 {
	color: #003894;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

/*-- パッケージツアーを出発地から探す 紹介文
------------------------------------------*/
#PackageTours p.preface {
	margin: 30px 0 0;
	padding-bottom: 24px;
	border-bottom: solid 1px #333;
	font-size: 16px;
	line-height: 1.6;
}

/*-- パッケージツアーを出発地から探す 枠組
------------------------------------------*/
.PackageTours-column {
	overflow: hidden;
	height: 100%;
	margin: 30px 0 20px;
}

.PackageTours-column-01,
.PackageTours-column-02,
.PackageTours-column-03 {
	float: left;
	width: 30%;
}

.PackageTours-column-01,
.PackageTours-column-02 {
	margin-right: 5%;
}

.PackageTours-column-01 h3,
.PackageTours-column-02 h3,
.PackageTours-column-03 h3 {
	margin-bottom: 20px;
	background: url(/tour/common/images/area_top/ico_traveling.png) left center no-repeat;
	background-position: 80px -3px;
	background-size: 35px 30px;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	text-indent: 40px;
}

.PackageTours-column-01 ul,
.PackageTours-column-02 ul,
.PackageTours-column-03 ul {
	overflow: hidden;
	height: 100%;
}

.PackageTours-column-01 ul li,
.PackageTours-column-02 ul li,
.PackageTours-column-03 ul li {
	width: 48%;
	margin-bottom: 3%;
}

/*-- パッケージツアーを出発地から探す ボタン
------------------------------------------*/
.PackageTours-column-01 ul li,
.PackageTours-column-02 ul li,
.PackageTours-column-03 ul li {
	display: inline-block;
	border: solid 1px #333;
	border-radius: 3px;
}

.PackageTours-column-01 ul li:nth-child(odd),
.PackageTours-column-02 ul li:nth-child(odd),
.PackageTours-column-03 ul li:nth-child(odd) {
	float: left;
}

.PackageTours-column-01 ul li:nth-child(even),
.PackageTours-column-02 ul li:nth-child(even),
.PackageTours-column-03 ul li:nth-child(even) {
	float: right;
}

.PackageTours-column-01 ul li a,
.PackageTours-column-02 ul li a,
.PackageTours-column-03 ul li a {
	display: block;
	position: relative;
	padding: 15px;
	border-radius: 3px;
	color: #333 !important;
	background: #fff;
	font-size: 14px;
	text-align: left;
	text-decoration: blink;
}

.PackageTours-column-01 ul li a:hover,
.PackageTours-column-02 ul li a:hover,
.PackageTours-column-03 ul li a:hover {
	background: #ccc;
}

.PackageTours-column-01 ul li a:before,
.PackageTours-column-02 ul li a:before,
.PackageTours-column-03 ul li a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #333;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.PackageTours-column-01 ul li a:after,
.PackageTours-column-02 ul li a:after,
.PackageTours-column-03 ul li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 6%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.PackageTours-column-01 ul li a:hover:after,
.PackageTours-column-02 ul li a:hover:after,
.PackageTours-column-03 ul li a:hover:after {
	background: #ccc;
}

/***********************************************/
/*たびらい注目の温泉地                           */
/**********************************************/
/*-- 写真付き
------------------------------------------*/
.pickup_onsen {
	overflow: hidden;
	margin-bottom: 40px;
}

.pickup_onsen h2.onsenTit {
	margin-bottom: 36px;
	color: #003894;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

.pickup_onsen .column {
	overflow: hidden;
	margin-bottom: 20px;
}

.pickup_onsen .column .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	width: 45%;
	margin-right: 5%;
	text-align: center;
}

.pickup_onsen .column .thumb a {
	display: block;
}

.pickup_onsen .column .thumb img {
	width: 100%;
}

.pickup_onsen .column .feature {
	float: right;
	width: 50%;
}

.pickup_onsen .column .feature h3.column_tit {
	padding-bottom: 10px;
	font-size: 16px;
}

.pickup_onsen .column .feature h3.column_tit a {
	color: #003894;
	text-decoration: underline;
}

.pickup_onsen .column .feature h3.column_tit a:hover {
	color: #69bae4;
	text-decoration: none;
	-webkit-transition: -webkit-transform .2s linear;
	        transition: -webkit-transform .2s linear;
	        transition:         transform .2s linear;
	        transition:         transform .2s linear, -webkit-transform .2s linear;
}

.pickup_onsen .column .feature .column_txt {
	font-size: 14px;
	line-height: 1.6;
}

/*-- その他の温泉地
------------------------------------------*/
.pickup_onsen .otherOnsen {
	clear: both;
}

.pickup_onsen .otherOnsen h3.otherOnsen_tit {
	padding-bottom: 10px;
	border-bottom: dotted 1px #535353;
	color: #535353;
	font-size: 16px;
}

.pickup_onsen .otherOnsen ul.otherOnsenList {
	overflow: hidden;
	padding: 0 10px;
}

.pickup_onsen .otherOnsen ul.otherOnsenList li {
	float: left;
	position: relative;
	margin: 10px 20px 0 0;
	font-size: 13px;
	text-indent: .8em;
}

.pickup_onsen .otherOnsen ul.otherOnsenList li::before {
	position: absolute;
	top: 3px;
	left: 0;
	border: 4px solid transparent;
	border-left: 6px solid #535353;
	content: '';
}

.pickup_onsen .otherOnsen ul.otherOnsenList li a {
	color: #535353;
}

/*-- 大エリア　> その他の温泉地
------------------------------------------*/
.otherArea {
	display: inline-block;
	width: 440px;
	margin-top: 30px;
}

h3.otherArea-Tit {
	padding-bottom: 10px;
	border-bottom: dotted 1px #535353;
	color: #535353;
	font-size: 16px;
}

ul.otherArea-List {
	overflow: hidden;
	padding: 0 10px;
}

ul.otherArea-List li {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 14px;
	text-indent: .8em;
}

ul.otherArea-List li:before {
	position: absolute;
	top: 3px;
	left: 0;
	border: 4px solid transparent;
	border-left: 6px solid #535353;
	content: '';
}

ul.otherArea-List li a {
	color: #535353;
}

/***********************************************/
/*旅行を探すなら、こちらもおすすめ！                  */
/**********************************************/
.otherPlans {
	clear: both;
	overflow: hidden;
	width: 980px;
}

.h3Common {
	margin: 20px 0 !important;
	padding: 0 0 5px !important;
	border-bottom: 1px solid #ccc;
	font-family: HiraKakuPro-W3, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.h3Common:before {
	float: left;
	overflow: hidden;
	width: 5px;
	height: 20px;
	margin-right: 7px;
	background-color: #003894 !important;
	content: ' ';
}

.otherPlans ul li a .bnrText {
	position: absolute;
	/* top: 95px;
	left: 8px; */
	font-size: 14px;
}

/*-- 九州ツアー特集一覧へはコチラ
------------------------------------------*/
.transition-specialList {
	width: 400px;
	margin: 40px auto;
}

.transition-specialList:hover {
	opacity: .8;
}

.transition-specialList a {
	display: block;
	position: relative;
	padding: 20px;
	color: #fff !important;
	background: #37b48c;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.transition-specialList a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.transition-specialList a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #37b48c;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*-- 各県トップ
------------------------------------------*/
.ken_tourTop_list {
	margin-bottom: 60px;
}

.ken_tourTop_list ul {
	overflow: hidden;
	height: 100%;
}

.ken_tourTop_list ul li {
	float: left;
	width: 225px;
	margin: 10px;
}

.ken_tourTop_list ul li a {
	display: block;
	position: relative;
	padding: 20px;
	color: #fff !important;
	background: #37b48c;
	font-size: 14px;
	text-align: left;
}

.ken_tourTop_list ul li a:hover {
	opacity: .8;
	text-decoration: blink;
}

.ken_tourTop_list ul li a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.ken_tourTop_list ul li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 6%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #37b48c;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*-- 到着空港からツアーを探す レンタカーを借りる
------------------------------------------*/
.subBox.top {
	overflow: hidden;
	width: 960px;
	margin-left: 30px;
}

.accessInfo,
.carInfo {
	display: block;
	float: left;
	position: relative;
	    box-sizing: border-box;
	width: 300px;
	height: auto;
	margin-top: 0;
	margin-right: 30px;
	border: 1px solid #ccc;

	-ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
}

.accessInfo .listBox,
.carInfo .listBox {
	overflow: hidden;
	padding: 20px;
}

.accessInfo ul,
.carInfo ul {
	/* display: block; */
	/* padding-top: 20px; */
}

.accessInfo ul li,
.carInfo ul li {
	display: block;
	width: 120px;
	padding: 0 0 20px;
	font-size: 18px;
}

.accessInfo ul li.last,
.carInfo ul li.last {
	padding: 0;
}

h3.access_tit {
	display: table-cell;
	width: 300px;
	height: 85px;
	padding-right: 10px;
	padding-left: 85px;
	color: #484848;
	background: url(/tour/common/images/area_top/ico_plane.jpg) left center no-repeat;
	background-color: #e7e7e7;
	background-position: 10px 10px;
	background-size: 65px 65px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
}

h3.car_tit {
	display: table-cell;
	width: 300px;
	height: 85px;
	padding-right: 10px;
	padding-left: 85px;
	color: #484848;
	background: url(/tour/common/images/area_top/ico_car.jpg) left center no-repeat;
	background-color: #e7e7e7;
	background-position: 10px 10px;
	background-size: 65px 65px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
}

/*-- よくある質問
------------------------------------------*/
.subBox p.linkBox {
	display: table;
	overflow: hidden;
	width: 260px;
	height: 65px;
}

.subBox p.linkBox.onsen {
	margin-top: 30px;
}

.subBox p.linkBox.qa a {
	display: table-cell;
	width: 300px;
	height: 86px;
	padding-right: 10px;
	padding-left: 85px;
	border: solid 1px #ccc;
	color: #484848;
	background: url(/tour/common/images/area_top/ico_qa.jpg) no-repeat 0;
	background-color: #fff;
	background-position: 10px 10px;
	background-size: 65px 65px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
}

.subBox p.linkBox.onsen a {
	display: table-cell;
	width: 300px;
	height: 86px;
	padding-right: 10px;
	padding-left: 85px;
	border: solid 1px #ccc;
	color: #484848;
	background: url(/tour/common/images/area_top/ico_onsen.jpg) no-repeat 0;
	background-color: #fff;
	background-position: 10px 10px;
	background-size: 65px 65px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: middle;
}

.subBox p.linkBox a:hover {
	background-color: #e7e7e7;
	text-decoration: blink;
}

/*-- ツアーを探すボタンなしの場合
(ありの時はnonTourBtnをはずしてください)
------------------------------------------*/
.nonTourBtn .area_txt {
	margin-bottom: 0;
}

/*-- 九州復興支援 バナー
------------------------------------------*/
.banner {
	width: 440px;
	margin-top: 30px;
}

.banner img {
	width: 100%;
}

.banner a {
	display: block;
}

/*-- 日本全国のエリアページ
------------------------------------------*/
.area_container {
	overflow: hidden;
	margin-top: 30px;
	padding: 40px 0;
	background: #efefef;
}

.area_container h2.underLine {
	width: 342px;
	margin: 0 auto;
	margin-bottom: 36px;
	padding-bottom: 20px;
	border-bottom: solid 1px #535353;
	color: #535353;
	font-size: 24px;
	text-align: center;
}

ul.areaList {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 20px;
}

ul.areaList:last-child {
	margin-bottom: 0;
}

ul.areaList li {
	float: left;
	width: 228px;
	margin-right: 20px;
	border: solid 1px #ddd;
	background: #fff;
}

ul.areaList.small li {
	float: left;
	width: 120.8px;
	margin-right: 20px;
	border: solid 1px #ddd;
	background: #fff;
	text-align: center;
}

ul.areaList li:last-child {
	margin-right: 0;
}

ul.areaList li img {
	width: 100%;
}

ul.areaList li a {
	display: block;
	color: #535353;
}

ul.areaList li a:hover {
	text-decoration: none;
}

ul.areaList li span.box {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 14px;
}

ul.areaList.arrow li span.box:before {
	display: block;
	position: absolute;
	right: 12px;
	width: 9px;
	height: 9px;
	margin-top: 3px;
	background: #535353;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

ul.areaList.arrow li span.box:after {
	display: block;
	position: absolute;
	right: 14px;
	width: 9px;
	height: 9px;
	margin-top: -11px;
	background: #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
