@charset "UTF-8";
/*------------------------
SHOP
------------------------*/
#detail .inner{
	padding: 80px 0 150px;
	width: 1000px;
	margin: 0 auto;
}

/* TOP部分 */
#detail .ttl-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#detail .ttl-wrap .logo{
	width: auto;
	height: 80px;
	margin-right: 15px;
}
#detail .ttl-wrap h2{
	font-size: 30px;
	color: var(--black);
}
#detail .ttl-wrap .num {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1;
	padding: 0px 10px 0;
	background: var(--black);
	color: #fff;
}
#detail .top-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#detail .business_cat{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	color: var(--red);
}
/* image */
#detail .top-wrap .image-wrap{
	width: 460px;
	margin-right: 40px;
}
#detail .top-wrap .shopimg{
	width: 460px;
	height: 320px;
}
#detail .top-wrap .shopimg img{
	object-fit: contain;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

/* Slick */
#detail .slide .slick-dots {
	bottom: -30px;
	right: 45%;
	width: auto;
}
#detail .slide .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 2px;
}
#detail .slide .slick-dots li button:before {
	font-size: 12px;
	line-height: 20px;
	width: 25px;
	height: 25px;
	opacity: .6;
	color: #c9c9c9;
}
#detail .slide .slick-dots li.slick-active button:before {
	color: var(--red);
	opacity: .85;
}
.slick-dots > li:first-child:last-child {
	display: none;
}
.slick-arrow {
	cursor: pointer;
	background: var(--black);
	width: 40px;
	height: 40px;
	z-index: 10;
	position: absolute;
	transition: opacity .3s linear;
	left: 0;
}
.slick-arrow.slick-disabled{
	background: #bcbcbc;
}
.slick-arrow:hover{
	opacity: .7;
}
.slick-arrow.slick-disabled:hover{
	background: #bcbcbc;
	opacity: 1;
}
.slick-arrow.slick-next{
	left: auto;
	right: 0;
}
.slick-prev:before,.slick-next:before {
	content: '';
}
.slick-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -5px;
	background: url(/koenji-mashita/pc/img/common/arrow_w.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 14px;
	margin: auto;
	transform: rotate(180deg);
}
.slick-arrow.slick-next:after  {
	transform: rotate(0deg);
	left: auto;
	right: 10px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: unset;
	outline: none;
	background: var(--black);
}

/* text */
#detail .top-wrap .text{
	flex: 1;
}
#detail .top-wrap .textarea{
	font-size: 18px;
	margin-bottom: 20px;
}
#detail .top-wrap .outline{
	margin-bottom: 20px;
}
#detail .top-wrap .outline dl{
	display: flex;
	margin-bottom: 10px;
}
#detail .top-wrap .outline dt{
	color: #fff;
	background: var(--red);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 30px;
}
#detail .top-wrap .outline dd{
	flex: 1;
	font-size: 16px;
	font-weight: 500;
}
#detail .top-wrap .outline dd a{
	text-decoration: underline;
	transition: all .3s ease 0s;
}
#detail .top-wrap .outline dd a:hover{
	color: var(--green);
}
#detail .top-wrap .sns-icon{
	display: flex;
}
#detail .top-wrap .sns-icon a{
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 8px;
	transition: all 0.5s ease 0s;
}
#detail .top-wrap .sns-icon a:hover{
	transform: translateY(-5px);
}


#detail .floormap{
	margin-top: 60px;
	border: 1px solid var(--black);
}