
.cflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


/*-----------------------------------------------
設備・備品　共通
-----------------------------------------------*/

#amenity_contetns h3 {
	font-size: 18px;
	color: #2c877e;
	padding-left: 5px;
	border-left: 5px solid #2c877e;
}

.am_contents {
	width: 100%;
	margin: 0 auto 30px;
}

.am_contents:last-of-type {
	margin-bottom: 0;
}
.am_contents .txt {
	background-color: rgba(44, 135, 126, .25);
	padding: 20px;
}
.am_contents .txt p {
	font-size: 14px;
}


/*-----------------------------------------------
iconlist アイコンありのリスト
-----------------------------------------------*/

.iconlist li {
	width: calc(100% / 6 - 10px);
	margin: 10px auto;
	font-size: 13px;
	text-align: center;
}
.iconlist li:nth-child(6n) {
	margin-right: 0;
}
.iconlist li img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}


/*-----------------------------------------------
ser iconlist 対応サービス(アイコンありのリスト)
-----------------------------------------------*/

.ser .iconlist li {
	width: calc(100% / 2 - 20px);
	text-align: left;
	align-items: center;
	font-size: 14px;
}
.ser .iconlist li img {
	width: 25%;
	max-width: 100%;
	display: block;
	margin-right: 15px;
}
.ser .iconlist li h4 {
	font-size: 16px;
	color: #2c877e;
	margin-bottom: 5px;
}
.ser .iconlist li .txt {
	background: none;
	padding: 0;
}



/*-----------------------------------------------
txt_list 
-----------------------------------------------*/

.txt_list {
	margin: 10px auto;
	font-size: 14px;
	line-height: 1.5;
}
.txt_list li {
	width: calc(100% / 4 - 15px);
	padding-bottom: 3px;
	margin: 0 15px 15px 0;
	border-bottom: 1px dotted #555;
}
.txt_list li:before {
	content: "●";
	width: 14px;
	height: 14px;
	padding-right: 5px;
	color: #2c877e;
}


/*-----------------------------------------------
oth .txt_list その他設備
-----------------------------------------------*/

.oth .txt_list {
	align-items: end;
}
.oth .txt_list li {
	width: calc(100% / 3 - 16px);
	text-indent: -.75em;
	padding-left: .75em;
	margin-right: 5px;
}

