@charset "utf-8";
/* CSS Document */
/* アコーディオンのデフォルトを開いた状態にする------------------*/
#choiceArea .cntsArea {
	display: block;	
}
/* その他------------------*/
.contentsBox h3 .acdHead {
	display: table;
	padding: 3%;
}
.contentsBox h3 .acdHead span:first-child {
	display: table-cell;
	width: 20%;
	padding: 4%;
	border-right: dotted 1px;
	border-right-color: #7F5943;
}
.contentsBox h3 span:nth-child(2) {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	padding-left: 2%;
	font-size: larger;
	color: #7F5943;
}
.contentsBox h3 .acdHead span:nth-child(2) .attenTtl {
	display: inline-block;
	font-size: smaller;
	border-right: initial;
	width: initial;
	padding: initial;
}
.contentsBox h3 div span {
	/* display: inline; */
	/* vertical-align: middle; */
}
.contentsBox > li > .titleArea {
	background-image: url("/cmn/img/kanto/guam/tropicalresort/common/accordion/open_icon.png");
	background-repeat: no-repeat;
	background-position: 96.9% 50%;
	background-size: 13px;
	margin: 0;
	display: table-cell;
	display: block;
	/* width: 100%; */
	/* line-height: 100px; */
	cursor: pointer;
	padding: 0;
	background-color: #FFD129;
	overflow: hidden;
	position: relative; 
}
#trolleyArea .contentsBox > li > .titleArea {
	position: initial;
}
.contentsBox > li > .titleArea.open {
	background-image: url("/cmn/img/kanto/guam/tropicalresort/common/accordion/close_icon.png");
}
/* anchor_btn------------------*/
.anchor_btn {
	width: auto;
	margin: 12% 18% 6% 18%;
	padding: 4% 0;
	text-align: center;
	background-color: #EEE1C7;
	background-image: url("/cmn/img/kanto/guam/tropicalresort/common/accordion/close_btn.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 32% 50%;
	cursor: pointer;
}
