@charset "utf-8";
/* main
================================================ */
.mv-list{
	background-image: url(/brand/img/mv_brand.jpg);
}
.box-wrap{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.box-image, .box-txt{
	width: 50%;
}
.box-txt{
	padding: 0 3em;
}
.box-txt img{
	padding: 0 30%;
}
.box-txt h4{
	color: #fff;
	font-weight: normal;
	margin-top: 1.5em;
	padding-top: 1.4em;
	border-top: 1px solid #fff;
	text-align: justify;
	letter-spacing: 0.1em;
}
.btn-brand_list{
	text-align: center;
}
.btn-brand_list > a{
	color: #fff;
	margin-top: 1em;
	border: 1px solid #fff;
	display: inline-block;
}
.btn-brand_list > a:hover{
	color: #333;
	background-color: #fff;
	opacity: 1;
}
.premium-color_bk_bg{
	background: url(/img_rwd/brand/bg_premium.png) repeat;
}

/* amenities-chart */
#amenities-chart{
	padding: 70px 0;
}
#amenities-chart h3{
	font-size: 1.6rem;
	text-align: left;
	padding-top: 2em;
}
#amenities-chart .box{
	text-align: center;
}
.chart-brand_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 800px;
}
.chart-brand_list li:last-of-type{
	margin-left: 1.2em;
}
.chart-circle{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 3%;
}
.chart-brand_list li img{
	width: 80%;
	vertical-align: middle;
}
#amenities-chart table{
	table-layout: fixed;
	width: 100%;
	line-height: 1.4;
}
#amenities-chart td{
	border: solid 1px #e5e5e5;
	vertical-align: middle;
	height: 3.2em;
	padding: 0 1em;
}
#amenities-chart tr:nth-child(odd) td{
	background-color: #F5F5F5;
}
#amenities-chart tr td:nth-child(odd){
	width: 11%;
}
#amenities-chart tr td:nth-child(even){
	width: 5%;
}
#amenities-chart table .chart-circle{
	width: 16px;
	height: 16px;
	margin-right: 0;
}
#amenities-chart table .chart-circle + .chart-circle{
	margin-left: 0.1em;
}
#amenities-chart .chart-note{
	text-align: left;
	display: none;
}


/* ================================================
 タブレット
================================================ */
@media screen and (max-width: 896px) {
/* main
================================================ */
.box-txt{
	padding: 1em 2em;
}
.box-txt img{
	padding: 0 30%;
}
.box-txt h4{
	margin-top: 1.2em;
	padding-top: 0;
	border-top: none;
	letter-spacing: 0.05em;
}

/* amenities-chart */
#amenities-chart{
	padding: 60px 0;
}
.btn-brand_list{
	display: block;
}
.btn-brand_list li + li{
	margin-left: 0;
}
.btn-brand_list li{
	width: 100%;
}
#amenities-chart .chart{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.js-swip{
	position: relative;
}
.js-swip::before{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.js-swip > div::before{
	content: '';
	position: absolute;
	background-image: url(/hotel_biz_monthly/img/icon-swip.png);
	background-size: 100%;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#amenities-chart table{
	width: 857px;
}
#amenities-chart .chart-note{
	display: block;
}
}

@media screen and (max-width: 673px) {
.box-wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.box-image{
	order: 1;
	width: 100%;
	padding: 0;
}
.box-image > img{
	height: 250px;
}
.box-txt{
	order: 2;
	width: 100%;
	padding: 2em;
}
.box-txt img{
	padding: 0 35%;
}
.btn-brand_list > a{
	display: block;
}

/* amenities-chart */
.chart-brand_list{
	display: inline-block;
}
.chart-brand_list li{
	text-align: left;
	margin-bottom: 0.5em;
}
.chart-brand_list li:last-of-type{
	margin: 0;
}
.chart-brand_list li img{
	height: 20px;
	width: auto;
}
.chart-circle{
	margin-right: 0;
}
}


/* ================================================
 スマホ
================================================ */
@media screen and (max-width: 480px) {
/* main
================================================ */
.box-image > img{
	height: 200px;
}
.box-txt img{
	padding: 0 25%;
}

/* amenities-chart */
#amenities-chart{
	padding: 50px 0;
}
#amenities-chart h3{
	padding-top: 1.2em;
}
.chart-brand_list li img{
	height: 13px;
}
}