/* box61  lounge recommend slider
==========================================*/
.box61 {
	background-color: #fff;
	position: relative;
}
.box61:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: "";
	background: #ededed;
	z-index: 1;
}
.modePC .box61:after {
	width: 100%;
	height: 245px;
}
.modeSP .box61:after {
	margin-left: -30px;
	width: 750px;
	height: 323px;
}
.modePC .box61 {
	height: 570px;
	margin-top: 130px;
}
.modeSP .box61 {
	padding: 60px 30px 40px;
}

.modePC .box61 .bx-wrapper {
	width: 2580px !important; /* slide width * 3 + margin *3 ( 700*3+160*3 ) */
	position: absolute !important;
	top: 50px;
	left: 50%;
	margin-left: -1210px !important; /* ( slide width * 3 + margin * 2 ) / 2 */
}

.modePC .box61 .bx-viewport {
	overflow: visible !important;
}

.modePC .box61 .u1 {
	height: 395px;
	margin: 0 auto;
	z-index: 2;
}
.modeSP .box61 .u1 {
	width: 690px;
	z-index: 2;
}

.box61 .u1 li {
	position: relative;
}
.modePC .box61 .u1 li,
.modePC .box61 .u1 .imgWrap img {
	width: 700px;
	height: 395px;
}
.modeSP .box61 .u1 li,
.modeSP .box61 .u1 .imgWrap img {
	width: 690px;
}
.modeSP .box61 .u1 .imgWrap img {
	height: 390px;
}

.box61 .u1 h2 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modePC .box61 .u1 h2 {
	width: 700px;
	left: 50px;
	top: 50px;
	font-size: 24px;
	margin: 26px 0 16px;
}
.modeSP .box61 .u1 h2 {
	padding-left: 30px;
	width: 630px;
	top: 40px;
	left: 40px;
	font-size: 32px;
	margin: 40px 0;
}

.box61 .u1 span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-weight: bold;
	font-style: italic;
}
.modePC .box61 .u1 span {
	font-size: 10px;
	line-height: 1;
}
.modeSP .box61 .u1 span {
	font-size: 20px;
	line-height: 1;
	display: block;
	padding-right: 30px;
	text-align: right;
}

.modePC .box61 .u1 svg {
	width: 17px;
	height: 10px;
	margin-left: 12px;
	margin-top: 8px;
}
.modeSP .box61 .u1 svg {
	width: 17px;
	height: 10px;
	margin-left: 12px;
	margin-top: 8px;
}

.box61 .u2 {
	height: 0;
	position: absolute;
	z-index: 2;
}
.modePC .box61 .u2 {
	width: 780px;
	left: 50%;
	margin: -40px 0 0 -390px;
	top: 250px;
}
.modeSP .box61 .u2 {
	width: 750px;
	left: 0;
	margin-top: -30px;
	top: 255px;
}

.box61 .u2 li { display: inline-block; }
.box61 .u2 li:nth-of-type(1) { float: left; }
.box61 .u2 li:nth-of-type(2) { float: right; }

.box61 .u2 a {
	text-align: center;
	display: block;
	background-color: #fff;
}
.modePC .box61 .u2 a { width: 80px; height: 80px; }
.modeSP .box61 .u2 a { width: 60px; height: 60px; }

.modePC .box61 .u2 svg { width: 17px; height: 10px; margin-top: 35px; }
.modeSP .box61 .u2 svg { width: 23px; height: 13px; margin-top: 23px; }

.box61 .b1 {
	position: absolute;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic;
}
.modePC .box61 .b1 {
	top: 20px;
	left: 20px;
	width: 100px;
	height: 88px;
	padding-top: 12px;
}
.modeSP .box61 .b1 {
	top: 10px;
	left: 10px;
	width: 148px;
	height: 134px;
	padding-top: 14px;
}
.modePC .box61 .b1 p { font-size: 10px; }
.modeSP .box61 .b1 p { font-size: 15px; }
.modePC .box61 .b1 p:nth-of-type(2) { font-size: 24px; line-height: 30px; }
.modeSP .box61 .b1 p:nth-of-type(2) { font-size: 36px; line-height: 48px; }

