.contents {
	width: 712px;
	margin: 15px auto;
}

#subnavi {
	margin-top: 50px;
}

.cflex {
	display: flex;
}

/*------------------------------
.room_bnr 清潔安全気配り
------------------------------*/
.room_bnr {
	margin-bottom: 20px;
}
.room_bnr img {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
}
.room_bnr img:last-of-type {
	margin-bottom: 0;
}



/*------------------------------
.eco エコ清掃についてのお願い
------------------------------*/
.eco {
	border: #d5d5d5 1px solid;
	padding: 20px;
	justify-content:space-between;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.eco .img {
	width: 250px;
	position: relative;
}
.eco .img img {
	display: block;
	width: 100%;
}
.eco .img .ecocard {
	width: 115px;
	position: absolute;
	bottom: 100px;
	left: -35px;
}
.eco .txt {
	width: 385px;
}
.eco .txt h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.eco .txt h4 span {
	font-family: Raleway;
	color: #00736e;
	font-size: 14px;
	display: inline-block;
	margin-left: 8px;
}
.eco .txt p {
	margin-bottom: 25px;
}

#cstm_container .eco .txt .ctable {
    border-collapse: collapse;
    width: 100%;
    background-color: inherit;
    border: inherit;
}
#cstm_container .eco .txt .ctable th {
    width: 90px;
    font-weight: normal;
    text-align: center;
    height: 26px;
    line-height: 24px;
    background-color: inherit;
    border: #d5d5d5 1px solid;
    border-radius: 2px;
}
#cstm_container .eco .txt .ctable td {
    text-align: left;
    padding-left: 10px;
    line-height: 22px;
    border: inherit;
}

.eco .cbtn {
		font-size: 14px;
        display: block;
        text-align: center;
        line-height: 45px;
        border-radius: 2px;
        padding-right: 20px;
        width: 220px;
        height: 45px;
        position: relative;
        color: #ffffff !important;
        border-radius: 2px;
        background: url(../img/mk-arw01.png) right 12px center no-repeat #CA6773;
        border: #CA6773 1px solid;
        text-decoration: none !important;
}

.eco a.cbtn:hover {
        background: url(../img/icon_arrow_g.svg) right 4vw center no-repeat #fff;
        color: #CA6773 !important;
}

/* SDGs logo */
.sdgs {
	width: 510px;
	margin: 20px 0 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sdgs img {
	display: block;
	max-width: 90px;
	width: 100%;
	margin: 0;
}





/*------------------------------
#equipment
------------------------------*/
#equipment {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#equipment h3 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #BE394B;
	margin-bottom: 10px;
}
#equipment h3 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #020000;
}
#equipment .eq_list {
	width: 49%;
	margin-bottom: 20px;
}
#equipment .eq_list:nth-of-type(odd) {
	margin-right: 10px;
}
#equipment .eq_list img {
	width: 100%;
	margin-bottom: 10px;
}

#equipment .eq_list .txt {
	padding: 0 5px;
}
#equipment .eq_list .txt h4 {
	font-size: 24px;
	color: #020000;
	margin-bottom: 20px;
}
#equipment .eq_list .txt h4 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #020000;

}
#equipment .eq_list .txt ul,
#equipment .eq_list .txt p {
    font-size: 14px;
    line-height: 1.5;
}
#equipment .eq_list .txt ul {
	padding-left: 1em;
}
#equipment .eq_list .txt ul li {
	list-style: disc;
}


/*------------------------------
#equipment .ctable
------------------------------*/
#equipment .ctable {
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
}
#equipment table.ctable th, #equipment table.ctable td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
}
#equipment table.ctable th {
    width: 190px;
    text-align: center;
    padding-left: 0;
    font-weight: normal;
    position: relative;
    background-color: inherit;
}
#equipment table.ctable td {
    padding: 10px 15px;
}
#equipment table.ctable tr:first-child td {
    border-top: #b1b1b1 1px dashed;
}

ul.item{
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	flex-wrap: wrap;
}

ul.item li{
	width: 47%;
}