@charset "UTF-8";

#contents{
	background: url(../images/business/bg.png) repeat center 550px;
}
.txt-intro{
	color: #595656;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 65px;
	position: relative;
	text-align: center;
	z-index: 11;
}
.shop-brand{margin-bottom: 60px;}
.service-arc{margin-bottom: 45px;}
.service-box{line-height: 1.5;}
.service-box .tit-service{
	border-bottom: 1px solid #e8420d;
	border-top: 1px solid #e8420d;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 18px;
}
.list-service{
	margin: 0 -6px;
}
.list-service li{
	float: left;
	margin-bottom: 15px;
	padding: 0 6px;
	width: 33.33%;
}
.list-service.cols4 li{
	width: 25%;
}
.list-service li a{
	border: 1px solid #e60517;
	border-top: 3px solid #e60517;
	background-color: #f6f7f7;
	color: #202020;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
}
#box-service02 .list-service li a, .service-box #box-service02 .tit-service{
	border-color: #2eaf4a;
}
.service-box #box-service02 .tit-service{
	background-color: #eaf7ed
}
#box-service03 .list-service li a, .service-box #box-service03 .tit-service{
	border-color: #fccb00;
}
.service-box #box-service03 .tit-service{
	background-color: #fffae5;
}
.other-service{
	background-color: #f6f7f7;
	margin: 10px 0 15px;
	padding: 34px 70px;
}
.tit-other{
	font-size: 16.5px;
	font-weight: bold;
	margin-bottom: 28px;
	position: relative;
	text-align: center;
	z-index: 0;
}
.tit-other:after{
	content: "";
	background-color: #2eaf4a;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	z-index: -1;
}
.tit-other span{
	background-color: #f6f7f7;
	display: inline-block;
	padding: 0 30px;
}
.other-service .list-other{margin: 0 -5px;}
.other-service .list-other li{
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 5px;
	width: 25%;
}
.other-service .list-other li:before{
	content: "□";
	display: inline-block;
	margin-right: 10px;
}
.service-content{
	line-height: 1.7;
	padding: 0 45px;
}
.service-content .title-service{
	border-bottom: 1px solid #e60012;
	color: #fff;
	font-size: 16.5px;
	margin: 0 auto 30px;
	text-align: center;
	t
	position: relative;
	z-index: 10;
}
.service-content .title-service h3{
	display: inline-block;
	background-color: #e60012;
	font-weight: bold;
	position: relative;
	padding: 5px;
	width: 280px;
	z-index: 10;
}
.service-content .title-service h3:before,
.service-content .title-service h3:after{
	content: "";
	background-color: #e60012;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 52px;
	z-index: -1;
}
.service-content .title-service h3:before{
	left: -13px;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.service-content .title-service h3:after{
	right: -13px;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
.service-content .high-end{margin-bottom: 100px;}
.service-content .high-end > li{margin-bottom: 65px;}
.service-content .high-end > li:last-child{margin-bottom: 0;}
.service-content .high-end > li a{
	display: block;
	color: #000;
}
.service-content .he-img{width: 441px;}
.service-content .he-content{
	font-size: 14px;
	text-align: justify;
	padding-top: 120px;
	position: relative;
	width: 542px;
}
.service-content .icon-img{
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
.service-content .he-name{
	border-bottom: 5px solid #e60012;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.service-content .rightBox .he-name{
	padding-left: 27px;
	margin-left: -27px;
}
.service-content .leftBox .he-name{
	padding-right: 27px;
	margin-right: -27px;
}
.shop-img-info{margin: 15px -8.5px;}
.shop-img-info li{
	float: left;
	padding: 0 8.5px;
	width: 25%;
}
.service-content .block-tbl-service{
	margin: 0 -35px;
}
.service-content .tbl-service{
	margin-bottom: 30px;
	width: 100%;
}
.service-content .tbl-service td{
	border-right: 1px solid #cdcdcd;
	padding: 10px 35px;
	font-size: 12px;
	vertical-align: top;
}
.service-content .tbl-service td:last-child{border-right: none;}
.service-content .tbl-service dt{
	clear: both;
	float: left;
	margin-right: 10px;
	width: 75px;
}
.service-content .tbl-service dd{
	float: left;
}
/*---------------*/
.service-content .block-private-room .title-service{border-color: #2eaf4a;}
.service-content .block-private-room .title-service h3{border-color: #2eaf4a; background-color: #2eaf4a;}
.service-content .block-private-room .title-service h3:before,
.service-content .block-private-room .title-service h3:after{background-color: #2eaf4a;}
.block-private-room{margin-bottom: 45px;}
.room-intro{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 48px;
	line-height: 2;
	color: #fff;
}
.room-intro .room-intro-txt{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-text-shadow: 1px 1px 8px #000000, 0px 0px 1em #0c0c0c, 0 0px 0.2em black, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c;
	-ms-text-shadow: 1px 1px 8px #000000, 0px 0px 1em #0c0c0c, 0 0px 0.2em black, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c;
	text-shadow: 1px 1px 8px #000000, 0px 0px 1em #0c0c0c, 0 0px 0.2em black, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c, 0 0 1em #0c0c0c;
	z-index: 9;
}
.list-room li{
	float: left;
	font-size: 12px;
	margin-bottom: 45px;
	line-height: 1.7;
	width: 480px;
	position: relative;
	z-index: 10;
}
.list-room li:nth-child(2n){
	float: right;
}
.list-room li:nth-child(2n+1){clear: both;}
.list-room li:after{
	content: "";
	display: block;
	clear: both;
}
.list-room li a{
	display: block;
	color: #252525;
}
.list-room li .img-room{float: left;}
.list-room li .content-room{
	float: right;
	width: 360px;
}
.list-room li .room-name{
	border-bottom: 3px solid #2eaf4a;
	font-size: 18px;
	font-family: Axis, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";*/
	margin-bottom: 15px;
	margin-left: -10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.list-room li .room-name span{
	font-size: 14px;
}
/**********************/
.service-content .block-res-yellow .title-service{border-color: #fccb00; color: #000;}
.service-content .block-res-yellow .title-service h3{border-color: #fccb00; background-color: #fccb00;}
.service-content .block-res-yellow .title-service h3:before,
.service-content .block-res-yellow .title-service h3:after{background-color: #fccb00;}
.block-res-yellow .list-room li .room-name{
	border-color: #fccb00;
}
.block-res-yellow .res-arc{
	margin-bottom: 30px;
}
.section-pattern-left{
	top: 61%;
}