@charset "utf-8";
/*////////////// hitoritabi/IndexCSS Document //////////////*/

/* ===============================================
 all（基本事項）
=============================================== */

/* phArea（見出しイメージ画像）------------------*/
.phArea {
	position: relative;
}
.phArea .iconArea {
	width: 15%;
	position: absolute;
	top: -5%;
	left: -2%;
}
.phArea .iconArea.long {
	width: 24.5%;
}

/* rlatTourArea（関連ツアー）------------------*/
#container .rlatTourArea .api_detail_spr_tour {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#container .rlatTourArea .tour-preview {
	padding: 0;
	background-color: inherit;
}



/* ===============================================
 titleArea（タイトル部分）
=============================================== */

/* titleArea.subheading（小見出し）------------------*/
#mainArea.indexConts .titleArea.subheading {
}

/* rlatTourArea（関連ツアー）------------------*/
.rlatTourArea {
	margin-top: 50px;
	padding: 3% 3.1% 2%;
	background-color: #FFF;
	border: 2px solid #000;
	position: relative;
}
.rlatTourArea:before {
	content: ".";
	width: 210px;
	line-height: 0;
	border-top: 2px solid #FFF;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -2px;
	left: 2%;
}
.rlatTourArea .titleArea.heading.images {
	width: 200px;
	position: absolute;
	top: -43px;
	left: 2%;
}

#container .rlatTourArea .tour-preview {
	border-bottom: initial;
}
 
/* ===============================================
 pickupArea（告知バナー）
=============================================== */

#pickupArea {
	margin: 7% 0;
}



/* ===============================================
 expArea（一人旅体験談）
=============================================== */

#expArea {
}
#expArea .descArea {
}
#expArea .descArea em {
	font-style: normal;
	font-weight: bold;
}
#expArea .descArea .speakerBox {
	font-size: 1.1rem;
	text-align: right;
	display: block;
}



/* ===============================================
 rcmdArea（オススメ一人旅）
=============================================== */

#rcmdArea {
}



/* ===============================================
 typeArea（タイプ別一人旅）
=============================================== */

#typeArea {
}
#typeArea .typeList {
	margin: 5% 0;
	background-color: #FFF;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#typeArea .typeList a {
	color: inherit;
}
#typeArea .typeList li {
	background-image: url("/cmn/img/kanto/hitoritabi/common/icon_arrow_right_red_001.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 6px 10px;
}
#typeArea .typeList li+li {
	border-top: 1px dotted #000;
}
#typeArea .typeList li span {
	padding: 2.5% 25px 2.5% 43px;
	font-size: 1.0rem;
	background-image: url("/cmn/img/kanto/hitoritabi/index/icon_tour.png");
	background-repeat: no-repeat;
	background-position: 5px 55%;
	background-size: 30px;
	display: block;
}
#typeArea .typeList li span > strong {
	font-size: 1.8rem;
	color: #E30B20;
	font-weight: bold;
	display: block;
}

/* typeList.newWindow（別窓表示）------------------*/
#typeArea .typeList .newWindow {
	background-image: url("/cmn/img/kanto/hitoritabi/common/icon_box_red_001.png");
	background-position: 98% 50%;
	background-size: 15px 13px;
}

/* typeList li.●（別窓表示）------------------*/
#typeArea .typeList .tourIcon span {
	background-image: url("/cmn/img/kanto/hitoritabi/index/icon_tour.png");
}
#typeArea .typeList .impressoIcon span {
	background-image: url("/cmn/img/kanto/hitoritabi/index/icon_impresso.png");
}
#typeArea .typeList .airhotelIcon span {
	background-image: url("/cmn/img/kanto/hitoritabi/index/icon_airhotel.png");
}



/* ===============================================
 supportArea（H.I.S.のサポート）
=============================================== */

#supportArea small {
	margin: 2% 0;
	font-size: 1.1rem;
	color: #666;
}