@charset "utf-8";
/*////////////// opCSS Document //////////////*/

/* ===============================================
 mainArea（メインコンテンツ部分）　
=============================================== */
#mainArea {
	background-color: #FFFBEE;
}
/* ===============================================
 linkArea（リンク部分）　
=============================================== */
.linkText a {
    padding: 5%;
}

/* ===============================================
 opArea
=============================================== */

/* opList（リストデザイン/大枠）------------------*/

#opArea .opList {
	margin: 5% 0;
}
#opArea .opBox {
	margin-top: 5%;
}
/* opList（リストデザイン/コンテンツ枠内）------------------*/
#opArea .cntsList > li+li {
	margin-top: 10%;
}

/* cntsArea（詳細）------------------*/
#opArea .cntsArea {
	margin-bottom: 10%;
	display: none;
}
#opArea .cntsArea ul>.phArea2 {
	width: 45%;
	float: right;
	margin-left: 2%;
	}
.cntsWrap2 li:nth-child(2){
	width: 53%;
	float: right;
}
.cntsWrap2 {
	overflow: hidden;
}
#opArea .cntsArea .mapArea {
	margin: 3% 0 5%;
}

#opArea .cntsArea .textArea .descArea .descText strong {
	margin-bottom: 3%;
	display: block;
}
#opArea .cntsArea .linkList {
	margin-top: 4%;
}
#opArea .linkTtl {
	border-bottom: dotted 1px;
	font-weight: bold;
	/* padding: 3% 0; */
	color: #493832;
}
#opArea .linkTtl:before {
	content:"▼";
	color: #43B620;
}
#opArea .specialCatch {
	font-weight: bold;
	margin-bottom: 2%;
}
#opArea .specialList li {
	margin-top: 1%;
}
#opArea .attnTxt {
	margin-top: 3%;
	font-size: smaller;
}



/* ===============================================
 追記　
=============================================== */
#opArea .opList > li {
	margin-top: 3%;
}
.ophd1 {
	margin: 5% 3.1% 3%;
}
.ophd2 {
	margin-top: 15%;
}
#opArea .cntsArea .textArea .descArea .descText {
	background: #FDF5B0;
        padding: 2%;
}
#saipan .white2 {
	margin: 0;
	padding: 3%;
}
/* titleArea.subheading（小見出し/テキストのみ）------------------*/
.titleArea.subheading {
	border-left: none;
	border-bottom: none;
	color: #000;
}
.titleArea.subheading .titleText {
	font-size: 1.5rem;
	color: inherit;
	border-left: none;
	margin-left: initial;
	padding: initial;
	color: #493832;
}
#opArea .cntsArea .textArea .descArea .descText strong {
        margin-bottom: 0;
	display: block;
}
#opArea .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;
}
#opArea .cntsArea .textArea .descCatch {
	padding: 3% 0;
	font-weight: bold;
}
.linkArea.list.rsv {
    background-image: url("/cmn/img/kanto/saipan/tropicalresort/op/op_icon_reservation.png");
	background-size: 22px;
}
.linkArea.list.tour {
	background-image: url("/cmn/img/kanto/saipan/tropicalresort/op/op_icon_tour.png");
	background-size: 22px;
}
.linkArea.list.ah {
	background-image: url("/cmn/img/kanto/saipan/tropicalresort/op/op_icon_airop.png");
	background-size: 22px;
}
.linkArea.list.spc {
	background-image: url("/cmn/img/kanto/saipan/tropicalresort/op/op_icon_special.png");
	background-size: 22px;
}
#opArea .cntsArea .textArea {
    margin-top: 3%;
    /* text-indent: 1em; */
}
#opArea .cntsArea .ttlArea {
    font-weight: bolder;
    margin-bottom: 10px;
}
/* list（リスト型）------------------*/
.opListArea {
}
.opArea.list {
    border-bottom: 1px dotted #000;
    padding: 2% 10% 2% 0;
}
#childArea .opArea.list:last-child {
    border-top: 1px dotted #000;
}
.opArea.list .opTtl {
	padding: 1% 0;
	font-weight: bold;
	display: block;
}
.opArea.list .opTxt, .textArea span {
    padding: 1% 0;
    display: block;
    /* text-indent: 1em; */
}
.opArea.list a {
    color: #000;
    display: block;
}
.newWindow {
    background-image: url("/cmn/img/kanto/icon/instruction/box_black001.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px 13px;
    color: #000;
    display: block;
}
.opArea.list.newWindow {  
}
/* btn（ボタン型/テキスト1行）------------------*/
.linkArea2.btn {
	width: auto;
	margin: 6% 13%;
	text-align: center;
	background-color: #FACC2C;
	border-radius: initial;
	background-image: none;
	background-repeat: initial;
    /* box-shadow */
	background-position: initial;
	background-position: initial;
	background-size: initial;
	border-radius: initial;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	clear: both;
}

