@charset "utf-8";
/*////////////// BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */

#flower {
	margin: 0 0 -21px;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	background: #FFF;
	border-bottom: 1px solid #0CA4A1;
}
#flower a {
	display: block;
}
#flower img {
	width: 100%;
	zoom: 1;
}
#flower .contentsBox {
	padding: 0 3.1%;
}


/* ===============================================
 headerArea　
=============================================== */

#headerArea .titleArea.main {
	margin: 0 0 -3px;
	padding: 1% 0;
	text-align: center;
	background-image: url("../images/sp/header_title_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#headerArea .titleArea.main img {
	width: 40%;
}

/* leadArea（ページ案内文）------------------*/
#headerArea .leadArea {
	margin: 2.2% 3.1% 3.9%;
	color: inherit;
	font-weight: normal;
}
#headerArea .leadArea span{
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align: center;
	display: block;
}



/* ===============================================
 gNav（ナビ部分/全共通）　
=============================================== */

#gNav {
	width: 100%;
	margin: 0 auto 7%;
	text-align: center;
}
#gNav .tabMenu {
	letter-spacing: -.40em;
}
#gNav .tabMenu li {
	width: 25%;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}
#gNav .tabMenu li+li {
	margin: 0 0 0 5%;
}
#gNav .tabMenu li img {
	width: 95%;
}



/* ===============================================
 mainArea（メインコンテンツ部分/全共通）　
=============================================== */

#mainArea {
}
#mainArea section {
	padding-bottom: 10%;
}



/* ===============================================
 titleArea（タイトル部分/全共通）
=============================================== */

.titleArea {
	width: 100%;
	margin: 0 0 25px;
}
.titleArea .titleText {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}

/* titleArea.imgTitle（画像タイトル）------------------*/
.titleArea.imgTitle {
	width: auto;
	padding: 0 3.1%;
}

/* titleArea.headlines（大見出し/アイコン+テキスト）------------------*/
.titleArea.headlines {
	padding: 1% 0;
	background-color: #FF7F00;
	background-image: url("https://smp.his-j.com/cmn/img/kanto/fair/common/icon/fair_ico_028.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 30px;
}
.titleArea.headlines .titleText {
	padding: 12px 0 9px 40px;
	line-height: 1.2em;
	display: block;
}
.titleArea.headlines .titleText span {
	padding: 0 0 0 5px;
	font-size: 11px;
}

/* titleArea.headlines.●（大見出し/アイコン設定）------------------*/
.titleArea.headlines.tourIcon {
	background-image: url("../images/sp/icon_tour.png");
}
.titleArea.headlines.campaignIcon {
	background-image: url("../images/sp/icon_campaign.png");
}
.titleArea.headlines.spotIcon {
	background-image: url("../images/sp/icon_spot.png");
}

/* titleArea.heading（中見出し/アイコン+テキスト）------------------*/
.titleArea.heading {
	margin: 0 0 3%;
	padding: 1% 0 0;
	background-image: url("https://www.his-j.com/tabi/michikusa/flower/images/icon_flower_01.png");
	background-repeat: no-repeat;
	background-position: 5px 70%;
	background-size: auto 50px;
}
.titleArea.heading .titleText {
	margin: 0 5px 0 45px;
	padding: 12px 0 2px;
	font-size: 16px;
	color: #E95B1D;
	line-height: 1.2em;
	display: block;
}
.titleArea.heading .titleText.sub {
	font-size: 11px;
	padding: 5px 0 0;
	color: #333;
	font-weight: normal;
	display: block;
	border-top: 1px dotted #E95B1D;
}

/* titleArea.subheading（小見出し/テキストのみ）------------------*/
.titleArea.subheading {
	width: auto;
	margin: 5px 10px;
	padding: 2% 0 2% 2%;
	border-left: solid 10px #0080CB;
}
.titleArea.subheading .titleText {
	font-size: 15px;
	color: #333;
}



/* ===============================================
 linkArea（リンク部分/全共通）　
=============================================== */

.linkArea {
	width: 100%;
	margin: 0;
	font-weight: bold;
	line-height: 1.5em;
}
.linkText a {
	font-size: 15px;
	color: #FFF;
}

/* btn（ボタン型/テキスト1行）------------------*/
.linkArea.btn {
	width: auto;
	margin: 6% 10%;
	padding: 0.5% 0;
	text-align: center;
	background-color: #F4591F;
	background-image: url("https://smp.his-j.com/cmn/portal/kanto/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.linkArea.btn a {
	padding: 12px 20px 12px 0;
}

/* listText（リスト型）------------------*/
.linkListArea {
}
.linkArea.list {
	margin: -1px 0 0;
	padding: 0.5% 0;
	background-image: url("https://smp.his-j.com/cmn/portal/kanto/img/icon_arrow_gray.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: 13px;
	color: inherit;
}

/* listText（リスト型/TOPに戻る）------------------*/
#footerArea .linkArea.list {
	margin: 20px 0 0;
	padding: 0.5% 0;
	background-color: #004098;
	background-image: url("https://smp.his-j.com/cmn/portal/kanto/img/icon_arrow.png");
}
#footerArea .linkArea.list a {
	padding: 12px 0 12px 10px;
	color: #FFF;
}

/* multiline（テキスト2行）------------------*/
.linkArea.multiline {
	padding: 0;
	line-height: 1.1em;
}
.linkArea.multiline a {
	font-size: 14px;
}
.linkArea.btn.multiline a {
	padding: 10px 0 9px;
}

/* anchor（アンカー用）------------------*/
.linkArea.anchor {
	background-image: url("https://smp.his-j.com/cmn/img/arrow_down02.png");
	background-position: 95% 50%;
	background-size: 13px 9px;
}

/*newWindow（別窓表示）------------------*/
.linkArea.newWindow {
	background-image: url("https://smp.his-j.com/cmn/portal/kanto/img/icon_box_gray.png");
	background-position: 97% 50%;
	background-size: 15px 13px;
}
.linkArea.btn.newWindow {
	background-image: url("https://smp.his-j.com/cmn/portal/kanto/img/icon_box.png");
	background-position: 95% 50%;
}



/* ===============================================
 spotArea（おすすめスポット）　
=============================================== */

#spotArea {
	background-image: url("https://www.his-j.com/tabi/michikusa/flower/images/bg_pickup_01.png");
	background-repeat: repeat;
	background-size: 4px; 
}
#spotArea .spotList {
}
#spotArea .spotList li {
	margin: 0 3.1%;
	padding: 0 0 20px;
}
#spotArea .spotList li+li {
	padding-top: 20px;
	border-top: 2px dotted #986464;
}
#spotArea .spotBox {
	padding: 1% 3% 3%;
	background-color: #FFF;
	box-shadow: 2px 2px 3px #BBB2B2;
}
#spotArea .spotBox .textArea {
	margin-top: 2%;
}
#spotArea .spotBox .dateList {
	margin: 2% 0 3px;
	font-size: 11px;
	display: table;
}
#spotArea .spotBox .dateList dt {
	min-width: 54px;
	padding: 1px 4px 1px 5px;
	text-align: center;
	background-color: #DFDFD0;
	border-radius: 5px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#spotArea .spotBox .dateList dt:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #DFDFD0;
	z-index: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: -7px;
}
#spotArea .spotBox .dateList dd {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: middle;
}



/* ===============================================
 tourArea（おすすめツアー）　
=============================================== */

#tourArea {
	background-color: #FEFAF1;
}
#tourArea a {
	color: #333;
}
#tourArea .tourList {
	margin: 0 3.1%;
}
#tourArea .tourList li+li {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 2px dotted #DFDFD0;
}
#tourArea .tourList .tourBox {
	min-height: 90px;
	position: relative;
}
#tourArea .tourList .photoArea {
	width: 100px;
	position: absolute;
	top: 5px;
	left: 0;
}

#tourArea .tourList .textArea {
	padding: 0 0 0 110px;
}
#tourArea .tourList .textArea .descText {
	font-size: 11px;
}
#tourArea .tourList .textArea .priceArea {
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align: right;
}



/* ===============================================
 campaignArea（キャンペーン情報）　
=============================================== */

#campaignArea {
}
#campaignArea .descImage {
	margin: -10px 3.1% 2%;
}
#campaignArea .descImage img+img {
	margin: 3% 0 0;
}

/*campaignList（注意事項）------------------*/
#campaignArea .campaignList {
	margin: 0 3.1% 10px;
	padding-left: 1em;
	font-size: 10px;
	color: #666;
	line-height: 1.5;
	text-indent: -.8em;
}
#campaignArea .campaignList li {
	margin: 0 0 2px;
}

/*moreArea（追加情報部分）------------------*/
#campaignArea .moreArea {
	margin: 20px 3.1% 0;
	padding: 20px 0 10px;
	border: 1px solid #FFA448;
}