@charset "utf-8";
/*////////////// guam/tropicalresort/option/choiceCSS Document //////////////*/

/* ===============================================
 mainArea（メインコンテンツ部分）　
=============================================== */
#mainArea {
	background-color: #FFFBEE;
}
/* ===============================================
 linkArea（リンク部分）　
=============================================== */
.linkArea {
}
.linkText a {padding: 5%;}
/* ===============================================
 choiceArea
=============================================== */
/* choiceList（リストデザイン/大枠）------------------*/

#choiceArea .choiceList {
	margin-bottom: 5%;
}
/* choiceList（リストデザイン/コンテンツ枠内）------------------*/
#choiceArea .cntsList {
}
#choiceArea .cntsList > li {
}
#choiceArea .cntsList > li+li {
	margin-top: 10%;
}

/* cntsArea（詳細）------------------*/
#choiceArea .cntsArea {
	margin-bottom: 10%;
}

.cntsWrap2 li:nth-child(2){
	width: 53%;
	float: right;
}
.cntsWrap2 {
	overflow: hidden;
}
#choiceArea .cntsArea .linkList {
	margin-top: 4%;
}
#choiceArea .specialList li {
	margin-top: 1%;
}
#choiceArea .attnTxt {
	margin-top: 2%;
	font-size: smaller;
}

/* ===============================================
 追記　
=============================================== */
#choiceArea .choiceList > li {
	margin-top: 3%;
}
#choiceArea .cntsArea .textArea .descArea .descText {
	background: #FDF5B0;
        padding: 2%;
}
#guam .white2 {
	margin: 0;
	padding: 3.1%;
}
/* titleArea.subheading（小見出し/テキストのみ）------------------*/
.titleArea.subheading {
	border-left: none;
	border-bottom: none;
	color: #000;
}
.titleArea.subheading .titleText {
	font-size: 1.3rem;
	color: inherit;
	border-left: none;
	margin-left: initial;
	padding: initial;
	color: #493832;
}
#choiceArea .cntsArea .textArea .descArea .descText span{
	background-image:url(/cmn/img/kanto/guam/tropicalresort/op/op_icon_point.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	padding-left: 7%;
    display: inline-block;
    margin: 2% 0;
}
#choiceArea .cntsArea .textArea {
    margin-top: 2%;
}
#choiceArea .cntsArea .schebox {
	padding: 3.1%;
	background-color: #FBF3E4;
	margin-top: 2%;
}
#choiceArea .cntsArea .schebox p {
	font-size: larger;
	font-weight: bolder;
	margin-bottom: 1%;
	margin-top: 2%;
	color: #493832;
}
#choiceArea .cntsArea .schebox p:first-child {
	margin-top: initial;
	color: #493832;
}
#choiceArea .cntsArea .schebox .pointTtl {
	font-weight: bold;
	margin-top: 1%;
}
#choiceArea .attnArea {
	margin-top: 2%;
	font-size: smaller;
}
#choiceArea .attnArea mb1 {
	margin-top: 3%;
}
#choiceArea .attnArea p:before, #choiceArea .attnArea div:before {
	content: "※";
}
/*------pointArea--*/
.pointArea {
	padding: 3.1%;
	margin-top: 2%;
}
.pointArea .imgArea {
	float: right;
	width: 25%;
}
.pointArea .ttlArea {
	font-weight: bolder;
	color: #493832;
}
.pointArea .ttlArea:nth-of-type(4) {
	margin-top: 3%;
}


/*------onlyLinkArea--*/
#mainArea .onlyLinkArea {
	padding: 0 3.1% 10% 3.1%;
}