@charset "utf-8";
/*////////////// saipan/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%;
}
#choiceArea #tabBox1 .cntsArea .detail2box .green+.detailbox {
    line-height: 0.5rem;
}
#choiceArea #tabBox1 .cntsArea .detail2box .green+.detailbox .courseBox {
    margin: 0;
}
#choiceArea #tabBox1 .cntsArea .detail2box .green+.detailbox .courseBox >div {
    height: 1rem;
}
#choiceArea #tabBox1 .cntsArea .detail2box .green+.detailbox .courseBox >p {
    height: 1rem;
}
.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%;
}
#saipan .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/saipan/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%;
}
.scheBox {
	margin-top: 3%;
}
.scheBox .borderBox {
	border-top: 1px dotted #999;
	padding: 2% 0;
}
.scheBox .borderBox:last-child {
	border-bottom: 1px dotted #999;
}
.scheBox .borderBox .ttlArea {
	margin: 0;
}
#choiceArea .bg01 {
	border-radius: 5px;
	background: #f8aa03;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
/*----detailbox detail2box----*/
#choiceArea .cntsArea .detailbox {
	padding: 3.1%;
	background-color: #F2F6DE;
	margin-top: 5%;
}
#choiceArea .cntsArea .detail2box {
	padding: 3.1%;
	background-color: #FFF9E4;
	margin-top: 5%;
}
.cntsArea .detailbox .ttlImg {
	margin: 3% 15%;
}
.cntsArea .detail2box .ttlImg  {
	/* margin: 0 0 3%; */
}
#choiceArea .cntsArea .detail2box p, #choiceArea .cntsArea .detailbox p {
	font-size: larger;
	font-weight: bolder;
	margin-bottom: 1%;
	margin-top: 2%;
}
#choiceArea .cntsArea .detail2box p:first-child {
	margin-top: initial;
}
#choiceArea .cntsArea .detail2box .pointTtl {
	font-weight: bold;
	margin-top: 1%;
}
.detail2box .tb {
	display: table;
}
.detail2box .tb .ttlImg, .detail2box .tb .red2 {
	display: table-cell;
}
.detail2box .tb .ttlImg {
	width: 25%;
	margin: 0;
}
.detail2box .tb .red2 {
	vertical-align: middle;
	color: #D81900;
	padding-left: 2%;
}

.detailbox .green {
	color: #29A802;
	font-weight: bolder;
    font-size: 1.5rem;
}
.detail2box .green {
	color: #29A802;
	font-weight: bolder;
	text-align: center;
	margin: 2% 0;
}
.detail2box .green span {
	display: inline-block;
	font-size: 1.7rem;
}
.detail2box .rentalBox .rentalContents {
	background-color: #FFF;
	padding: 1% 3.1% 3.1%;
	border: 1px solid #29A802;
}.detail2box .rentalBox .rentalContents li:last-child {
	margin-top: 2%;
}
.rentalBox {
	padding-top: 3%;
}
.rentalBox .bgGreen {
	background-color: #29A802;
	font-weight: bolder;
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	padding: 1% 3.1%;
}
.detail2box .rentalBox .rentalList {
	display: inline-block;
	margin-top: 1%;
}
.detail2box .rentalBox .rentalList:before {
	content:"●";
	color: #29A802;
}
.detail2box .phArea {
	/* padding-top: 3%; */
}
#choiceArea .attnArea {
	margin-top: 2%;
	font-size: smaller;
}
#choiceArea .attnArea mb1 {
	margin-top: 3%;
}
#choiceArea .attnArea p:before, #choiceArea .attnArea div:before {
	content: "※";
}
.courseBox {
	border-bottom: 1px dotted #999;
	margin-bottom: 3%;
}
.courseBox:last-child {
	border-bottom: none;
} 
.ttlArea {
	margin-top: 3%;
	font-weight: bolder;
	font-size: 1.5rem;
}
.red {
	color: #D81900;
}
/*------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%;
}
/*------tourArea--*/
.tourArea {
	padding: 4% 0 0;
}
