@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page-tit {
	background: url("../images/index-images/bg04.jpg") 50% 20% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.img-txt01 {
	margin-bottom: 70px;
}

.room dl {
	display: flex;
	align-items: stretch;
	margin-bottom: 20px;
}
.room dl dt {
	width: 140px;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	background-color: #e2dbd3;
	padding: 5px;
}
.room dl dd {
	flex: 1;
	padding: 5px 5px 5px 25px;
}

/* 
==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.img-txt01 {
	margin-bottom: 40px;
}

.room dl {
	display: block;
	margin-bottom: 15px;
}
.room dl dt {
	width: 100%;
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}
.room dl dd {
	padding: 5px;
}

}

