@charset "utf-8";
/*////////////// IndexCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */

/* .bg●（背景色部分）------------------*/
.bgBlue {
	background-image:  url("/cmn/img/kanto/resort/common/bg_003.gif");
	background-repeat: repeat;
	background-position: 50% 0;
	background-size: 449px auto;
}
.bgGray {
	background-image:  url("/cmn/img/kanto/resort/common/line_002.jpg"), url("/cmn/img/kanto/resort/common/bg_002.jpg");
	background-repeat: repeat-x, repeat;
	background-position: 50% 0;
	background-size: 320px auto, 320px;
}




/* ===============================================
 headerArea　
=============================================== */

#headerArea {
	margin-bottom: 0;
}

/* .leadArea（リード部分）------------------*/
#headerArea .leadArea {
	margin: 0;
	padding: 5% 3.4% 22px;
}



/* ===============================================
 mapArea（マップ表示部分）　
=============================================== */

#mapArea {
	padding: 0 0 1px;
}

/* .titleArea（タイトル部分）------------------*/
#mapArea .titleArea {
	padding: 5% 4.2% 2% 21%;
	background-image: url("/cmn/img/kanto/resort/common/bg_stamp_004.png");
	background-repeat: no-repeat;
	background-position: 5% 0;
	background-size: 23%;
}

/* .accordionBox（地図表示部分）------------------*/
#mapArea .accordionBox {
	margin: 0 5%;
	text-align: center;
}
#mapArea .accordionBox #map_canvas {
	width: 100%;
	height: 300px;
}
#mapArea .accordionBox #map_canvas .popBox a {
	color: inherit;
}
#mapArea .accordionBox #map_canvas .gm-style .gm-style-iw {
	width: 130px !important;
}

/* .linkArea.accordion（アコーディオン部分）------------------*/
#mapArea .linkArea.accordion {
	width: 170px;
	min-height: 30px;
	margin: 6.2% auto;
	padding: 5px 0;
	border: 2px solid #5F6165;
	border-radius: 10px;
}
#mapArea .linkArea.accordion span {
	width: 100%;
	height: 30px;
	background-image: url("/cmn/img/kanto/resort/common/btn_close.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 85px auto;
	display: block;
}
#mapArea .linkArea.accordion.active span {
	background-image: url("/cmn/img/kanto/resort/common/btn_open.png");
}



/* ===============================================
 selectArea（カテゴリ絞り込み部分）　
=============================================== */

#selectArea {
}

/* .selectList（絞り込みメニュー部分）------------------*/
#selectArea .selectList {
	margin-top: -12%;
	padding: 20px 3.4%;
}
#selectArea .selectList li {
	width: 49%;
	display: inline-block;
	position: relative;
}
#selectArea .selectList input {
    width: 100%;  
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}
#selectArea .selectList input[type="checkbox"] + span {
    padding: 7px 0 7px 30px;
    display: block;
    background-image: url("/cmn/img/kanto/resort/common/icon_none.jpg");
	background-repeat: no-repeat;
	background-position: 0 50%;
    background-size: 21px;
}
#selectArea .selectList input[type="checkbox"]:checked + span {
    background-image: url("/cmn/img/kanto/resort/common/icon_check.jpg");
}

/* #resultArea（表示結果部分）------------------*/
#selectArea #resultArea {
	margin-bottom: -7%;
}
#selectArea #resultArea [class*="hidden-"] {
	display: none;
}
#selectArea #resultArea ul {
}
#selectArea #resultArea ul li {
	margin: 10px 0;
	padding: 0 3.4%;
	background-image: url("/cmn/img/kanto/resort/common/arrow_btn_004.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 12px auto;
}
#selectArea #resultArea ul li+li {
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
#selectArea #resultArea ul li a {
	padding-right: 12px;
	color: inherit;
}

/* .resultBox（都市紹介部分）------------------*/
#selectArea #resultArea .resultBox {
	min-height: 110px;
	position: relative;
}
#selectArea #resultArea .resultBox dt {
	width: 100px;
	position: absolute;
	top: 2px;
	left: 0;
}
#selectArea #resultArea .resultBox dd {
	margin-left: 110px;
}
#selectArea #resultArea .resultBox .cityText {
	font-size: 15px;
	color: #1D3F65;
	font-weight: bold;
}
#selectArea #resultArea .resultBox .countryText {
	font-size: 11px;
	color: #7C7C7C;
	font-weight: normal;
}
#selectArea #resultArea .resultBox .countryText:before {
	content: "／";
	margin-left: 1px;
	display: inline-block;
}


/* ===============================================
 featurArea（このエリアをもっと知りたい部分）　
=============================================== */

#featurArea {
}

/* .titleArea（タイトル部分）------------------*/
#featurArea .titleArea {
	padding: 5% 4.2% 2% 2.2%;
}

/* .featurList（特集リスト部分）------------------*/
#featurArea .featurList {
	margin-top: 10px;
}
#featurArea .featurList li {
	padding: 10px 3.4%;
	background-image: url("/cmn/img/kanto/resort/common/arrow_btn_004.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 12px auto;
	border-bottom: 1px solid #CCC;
}
#featurArea .featurList li a {
	padding-right: 12px;
	color: inherit;
}

/* .featurBox（特集紹介部分）------------------*/
#featurArea .featurList .featurBox {
	min-height: 55px;
	position: relative;
}
#featurArea .featurList .featurBox dt {
	width: 67px;
	position: absolute;
	top: 2px;
	left: 0;
}
#featurArea .featurList .featurBox dd {
	margin-left: 75px;
}
#featurArea .featurList .featurBox .titleText {
	font-size: 15px;
	color: #1D3F65;
	font-weight: bold;
}