@charset "utf-8";
/*////////////// hitoritabi/BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項）　
=============================================== */

#hitoritabi {
}



/* ===============================================
 headerArea（ヘッダー部分全体）　
=============================================== */

#headerArea {
}
#headerArea .titleArea.main {
	margin: 0;
}

/* leadArea（ページ案内文）------------------*/
#headerArea .leadArea {
	margin: 2.2% 3.1% 3.9%;
	color: inherit;
	font-weight: normal;
}


/* ===============================================
 gNav（ナビ部分）　
=============================================== */

#gNav {
	width: 100%;
	margin: 0 auto 4.7%;
}



/* ===============================================
 mainArea（メインコンテンツ部分）　
=============================================== */

#mainArea {
	margin: 0;
	padding: 0 0 10%;
	background-image: url("/cmn/img/kanto/hitoritabi/common/bg_001.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 100px 100px;
}
#mainArea section {
}
#mainArea > section+section {
	margin-top: 10%;
}



/* ===============================================
 titleArea（タイトル部分）
=============================================== */

.titleArea {
	width: 100%;
	margin: 0 0 3%;
}
.titleArea .titleText {
}

/* titleArea.headlines（大見出し/アイコン+テキスト）------------------*/
.titleArea.headlines {
	padding: 1% 0;
	background-color: #000;
	/*background-image: url("/cmn/img/kanto/hitoritabi/common/bg_title_001.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;*/
}
.titleArea.headlines .titleText {
	padding: 12px 0 9px 40px;
	line-height: 1.2em;
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/earth.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 30px;
	display: block;
}
.titleArea.headlines .titleText span {
	padding: 0 0 0 5px;
	font-size: 1.1rem;
}

/* titleArea.headlines.●（大見出し/アイコン設定）------------------*/
.titleArea.headlines.searchIcon {
	background-image: initial;
}
.titleArea.headlines.featureIcon {
	background-image: initial;
}
.titleArea.headlines.searchIcon .titleText {
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/search.png");
}
.titleArea.headlines.featureIcon .titleText {
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/feature.png");
}

/* titleArea.heading（中見出し/テキストのみ）------------------*/
.titleArea.heading {
	width: auto;
	padding: 2.6% 0 2.9%;
	background-color: initial;
	background-image: url("/cmn/img/kanto/hitoritabi/common/line_title_001.jpg");
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: 20px 3px;
}
.titleArea.heading .titleText {
	padding: 0;
	font-size: 1.5rem;
	color: inherit;
	line-height: 1.2em;
}

/* titleArea.subheading（小見出し/テキストのみ）------------------*/
#tourArea .titleArea.subheading {
	width: auto;
	margin: 5% 3.1% 0;
	padding: 0;
	border-bottom: dotted 1px #000;
	border-left: solid 10px #000;
	background-color: #FBFAF7;
	display: block;
}
#tourArea .titleArea.subheading .titleText {
	font-size: 1.5rem;
	color: inherit;
	padding: .5em 0 .5em .5em;
}

/* titleArea.images.headlines（画像見出し/大）------------------*/
.titleArea.images.headlines {
	padding: 0;
	background: none;
}

/* titleArea.images.heading（画像見出し/中）------------------*/
.titleArea.images.heading {
	padding: 0;
	background: none;
}

/* titleArea.images.subheading（画像見出し/小）------------------*/
.titleArea.images.subheading {
	margin: 0;
	padding: 0;
	border-left: none;
}



/* ===============================================
 linkArea（リンク部分）　
=============================================== */

.linkArea {
	width: 100%;
	margin: 3% 0 0;
	font-weight: bold;
}
.linkText a {
	font-size: 1.5rem;
	color: #FFF;
	display: block;
}

/* btn（ボタン型/テキスト1行）------------------*/
.linkArea.btn {
	background-color: #FDAD2A;
	border-radius: initial;
}
.linkArea.btn a {
	padding: 12px 20px 12px 0;
}

/* list（リスト型）------------------*/
.linkListArea {
}
.linkArea.list {
	margin: -1px 0 0;
	padding: 0.5% 0;
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_gray001.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-top: 0;
	border-bottom: 1px solid #CCC;
}
.linkArea.list a {
	padding: 12px 0 12px 10px;
	font-size: 1.3rem;
	color: inherit;
}

/* list.text（リスト型/テキストのみリンク）------------------*/
.linkArea.list.text {
	margin: 4% 0 0;
	padding: 0;
	font-size: 1.3rem;
	color: inherit;
	line-height: inherit;
	clear: inherit;
	overflow: inherit;
	border-bottom: 0;
}
.linkArea.list.text a {
	padding: 3px 30px 0 0;
	color: inherit;
	text-align: right;
	text-decoration: underline;
}



/* ===============================================
 listArea（リスト部分）　
=============================================== */

.listArea {
	margin: 2% 0;
	font-size: 1.1rem;
	color: #666;
}
.listArea li {
	clear: both;
	overflow: hidden;
}
.listArea li+li {
}
.listArea li:before {
	content: "※";
	float: left;
}
.listArea span {
	margin: 0 0 0 12px;
	display: block;
}



/* ===============================================
 tour-preview（API表示部分）　
=============================================== */

#container .api_detail_spr_tour,
#container .api_search_spr_tour {
	
}
#container .tour-preview {
	background-color: #FBFAF7;
	border-bottom: none;
	margin: 5% 3.1% 0;
	padding: 3% 3.1% 5%;
	overflow:hidden;
	border-bottom: dotted 1px #000;
}
#container .tour-preview .tour-label {
	display: none;
}
#container .tour-img {
	width: 32%;
	margin: 0 2% 0 0;
}
#container .tour-img .tour-img-container {
	width: 100%;
	height: 100%;
}
#container .tour-desc {
	width: 66%;
	margin: 0;
}
#container .tour-desc .tour-desc-text01 {
	font-size: 1.0rem;
	color: inherit;
}
#container .tour-desc .tour-desc-text02 {
	font-size: 1.3rem;
	color: inherit;
}
#container .tour-desc .tour-desc-text03 {
	font-size: 1.7rem;
}
#container .tour-api .tour-desc-date {
	font-size: 1.0rem;
}
#container .tour-api .tour-fuel {
	font-size: 1.2rem;
}



/* ===============================================
 footerArea（フッター部分全体）　
=============================================== */

#footerArea {
	margin: 0;
}



/* ===============================================
 searchArea（検索部分）
=============================================== */

#searchArea {
}

/* otherLinkArea（その他リンク部分）------------------*/
#searchArea .otherLinkArea {
	margin: 15px 3.1% 35px;
	padding: 15px 0 0;
	border-top: 1px dotted #000;
}



/* ===============================================
 featureArea（おすすめの特集）
=============================================== */

#featureArea {
}

/* featureList（リスト部分）------------------*/
#featureArea .featureList dl dd h3 {
	color: #C9000F;
	font-weight: bold;
}