@charset "UTF-8";
#top-ttl{
	background: #f8f8f8;
}
#bottom-contact{
	display: block;
}
footer {
    padding-top: 130px;
}
/*------------------------
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;
	font-weight: bold;
}
#detail .ttl-wrap .num {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
	line-height: 1;
	padding: 0px 10px 0;
}
#detail .top-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#detail .business_cat{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}
/* image */
#detail .top-wrap .image-wrap{
	width: 480px;
	margin-right: 40px;
}
#detail .top-wrap .shopimg{
	width: 480px;
	height: 360px;
}
#detail .top-wrap .shopimg img{
	object-fit: contain;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

/* Slick */
#detail .slide .slick-dots {
	bottom: 10px;
	right: 20px;
	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(--green);
	opacity: .85;
}
.slick-dots > li:first-child:last-child {
	display: none;
}

/* 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{
	border: 1px solid var(--brown);
	color: var(--brown);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 28px;
}
#detail .top-wrap .outline dd{
	flex: 1;
	font-size: 16px;
	font-weight: 500;
}
#detail .top-wrap .outline dd a{
	text-decoration: underline;
	overflow-wrap: anywhere;
	word-break: break-word;
	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 .block-wrap{
	margin-top: 60px;
}
#detail .block-wrap .block{
	display: flex;
	background: var(--bg_gray);
	padding: 30px 40px;
	margin-bottom: 30px;
}
#detail .block-wrap .block .text{
	flex: 1;
}
#detail .block-wrap .block h3{
	color: var(--brown);
	font-size: 20px;
	text-align: justify;
	font-weight: bold;
	letter-spacing: .04em;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.3;
}
#detail .block-wrap .block h3::before {
	content: "";
	width: 100%;
	height: 5px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
#detail .block-wrap .block h3::after {
	content: "";
	width: 120px;
	height: 5px;
	background: var(--brown);
	border-radius: 50px 0 0 50px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
#detail .block-wrap .block .textarea{
	font-size: 18px;
}
#detail .block-wrap .block .image{
	width: 400px;
	height: 266px;
	margin-left: 30px;
}
#detail .block-wrap .block:nth-child(2n) .image{
	margin-left: 0;
	margin-right: 30px;
}
#detail .block-wrap .block .image img{
	border-radius: 8px;
	object-fit: cover;
}


#detail .floormap{
	margin-top: 60px;
}