
/* sp */

@media screen and (max-width: 767px) {
	.location-room h2::before{
		left: 15% !important;
		font-size: 16px;
		transform: translate(0%, 0%) !important;
	}
    section.location-room h3{
		font-size: 16px;
		background-color: #B89230;
		border-radius: 20px;
		border-bottom: 0;
		padding: 10px;
		color: white;
margin: 0px auto 10px auto;
width: 60%;
	}
	div.roominfo{
margin: 0 auto 20px auto;
	}
	img.icons{
		width: 20px;
	}
.dpflex li{
	width: 48%;
	font-size: 12px;
}
		div.roominfo{

padding: 20px 10px 10px 10px;
	}
section.location-room h3.setsubi{
	margin-top: 30px !important;
}
}
/* PC */
@media screen and (min-width: 768px) {

	div.roominfo{
		width: 800px;
padding: 20px 40px 10px 40px;
margin: 20px auto;
	}

    section.location-room h3{
		font-size: 24px;
		background-color: #B89230;
		border-radius: 100px;
		border-bottom: 0;
		padding: 10px;
		color: white;
margin: 30px auto 20px auto;
width: 30%;
	}
section.location-room h3.setsubi{
	margin-top: 80px !important;
}
.dpflex li{
	width: 33%;
}
}


/* 共通共通 */
    section.location-room h3{
    }
div.roominfo{
background: #f7f7f7;

border-radius: 4px;


font-size: 14px;
}

.dpflex{
 display: -webkit-flex;
	display: flex;
	 justify-content: flex-start;
	margin: 0 auto;
	 flex-wrap: wrap;
}


.dpflex li{
	
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}

	.icons{
		vertical-align: text-bottom;
	}
.roomnumber{
	border: 2px solid #B89230;
	border-radius: 100px;
	padding: 0px 6px;
	background-color: #B89230;
color: white;
	font-size: 12px;
}

