@charset "UTF-8";

.planMainvis {
	position: relative;
	padding: 15px 16px 0;
}

.planMainvis-single {
	padding: 5px 16px 0;
}

.planMainvis_text > img {
	display: block;
	width: 100%;
	height: auto;
}

.planMainvis_link {
	display: block;
	position: absolute;
	width: 140px;
	height: 25px;
	top: 0;
	right: 20px;
	border: solid 2px #11A9DB;
	background: #FFFF26;
	color: #11A9D8;
	font-size: 13px;
	padding: 3px 0 0;
	text-align: center;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planMainvis_link > small {
	font-size: 10px;
}


.planIntro {
	margin: 15px 0 0;
	padding: 7px 0 10px;
	background: #11A9DB;
	text-align: center;
}

.planIntro > p {
	display: inline-block;
	text-align: left;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}


.planItem {
	margin: 20px 0 0;
	padding: 0 0 30px;
	text-align: center;
}

.planItem-single {
	margin: 0;
}

.planItem_title {
	height: 35px;
	background: #EB718F;
	color: #fff;
	font-size: 19px;
	line-height: 1.3;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planItem_title-single {
	position: relative;
	text-align: left;
	padding-left: 20px;
}

.planItem_title_room {
	display: block;
	position: absolute;
	padding: 5px 11px;
	top: 6px;
	right: 20px;
	background: #fff;
	color: #EB718E;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

.planItem_price {
	margin: 30px 0 0;
}

.planItem_price > img {
	display: block;
	margin: 0 auto;
}

.planItem_text {
	margin: 30px 20px 0;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
}

.planItem_service {
	margin: 10px 16px 0;
}

.planItem_serviceTitle {
	position: relative;
	margin: 0 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
}

.planItem_serviceTitle:before {
	content: '';
	display: block;
	position: absolute;
	width: 30%;
	height: 8px;
	background: #E8E8E8;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.planItem_serviceTitle:after {
	content: '';
	display: block;
	position: absolute;
	width: 30%;
	height: 8px;
	background: #E8E8E8;
	top: 50%;
	right: 0;
	margin-top: -4px;
}

.planItem_serviceList {
	display: table;
	margin: 6px 0 -4px;
	height: 57px;
	width: 100%;
	border-spacing: 4px;
	table-layout: fixed;
}

.planItem_serviceList_li {
	display: table-cell;
	width: 16.6666667%;
	height: 100%;
	background: #00BFFF;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
}

.planItem_serviceList_li-disabled {
	background: #e7e7e7;
	color: #aaa;
}

.planItem_serviceImg {
	display: block;
	margin: 10px auto 0;
}


.planPrice {
	margin: 0 20px 40px;
	padding: 0 0 5px;
	border: solid 3px #11A9DB;
	background: #fff;
}


.planPrice_title {
	margin: 5px 15px 0;
	font-size: 14px;
	color: #11A9DB;
}

.planPrice_title > strong {
	font-weight: bold;
	font-size: 30px;
}

.planPrice_text {
	margin: 5px 15px 0;
	font-size: 11px;
	text-align: justify;
}

.planPrice_tableTitle {
	margin: 10px 5px 0;
	color: #11A9DB;
	font-weight: bold;
	font-size: 13px;
}

.planPriceTable {
	width: 97%;
	margin: 5px auto 0;
	border: solid 1px #D1D1D1;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 10px;
}

.planPriceTable th {
	background: #11A9DB;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding: 2px 0 2px 5px;
	border-right: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
}

.planPriceTable td {
	text-align: left;
	padding: 6px 3px;
	border-right: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
}

.planPriceTable td:first-child {
	background: #eee;
	width: 20%;
}

.planPriceTable td:first-child + td {
	width: 15%;
}

.planPriceTable td:first-child + td + td + td {
	width: 20%;
}

.planPriceTable td:last-child {
	background: #FFFFBF;
}