/*----------------------------------------------------
    Let's ミニチュア体験 キンカンの工作室
----------------------------------------------------*/
html {
    font-size: 62.5%;
}
.unit-kinkan a:hover{
	text-decoration: none;
}
.unit-kinkan .unit-item ul li a:hover .item-name,
.unit-kinkan .unit-item ul li a:hover .item-price{
	text-decoration: underline;
}
.unit-kinkan .unit-item ul li a{
	transition: opacity 0.3s ease 0s;
}
.unit-kinkan .unit-mv{
	text-align: center;
	padding-bottom: 46px;
}
.unit-kinkan h2{
	margin-bottom: 30px;
}
.unit-kinkan .unit-mv p.mv{
	color: #562506;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 45px;
	margin-bottom: 35px;
}
.unit-kinkan .unit-mv p.mv span{
	font-size: 1.6rem;
	
}
.unit-kinkan .info{
	background-color: #c9a54f;
	padding: 30px 40px 20px;
}
.unit-kinkan .info h3{
    font-size: 2.8rem;
	color: #fff;
	border-bottom: 1px solid #e4d2a7;
	font-size: 2.8rem;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.unit-kinkan .info h3 span{
	font-size: 2.2rem;
}
.unit-kinkan .info p.period{	
	color: #fff;
	font-weight: normal;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	width: 450px;
	margin: 0 auto 15px;
}
.unit-kinkan .info p.period span.surround{
	display: block;
	border: 1px solid #e4d2a7;
	padding: 2px 0;
	width: 77px;
	text-align: center;
	font-size: 2.0rem;
	margin-right: 10px;
}
.unit-kinkan .info p.period span.big{
	font-size: 2.8rem;
	font-weight: bold;
}
.unit-kinkan .unit-item ul{
	
}
.unit-kinkan .unit-item ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px dotted #f6d37f;
	padding: 50px 0;
}
.unit-kinkan .unit-item ul li:first-of-type{
	border-top: 2px dotted #f6d37f;
}
.unit-kinkan .unit-item ul li:nth-of-type(even){
	flex-flow: row-reverse;
}
.unit-kinkan .unit-item ul li .item-detail{
	background-color: #fbf3df;
	height: 410px;
	width: 410px;
	border-radius: 30px;
}
.unit-kinkan .unit-item ul li .item-detail img{
	margin-top: -20px;
}
.unit-kinkan .unit-item ul li .item-detail .item-name{
	color: #2c1202;
	font-size: 1.6rem;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
}
.unit-kinkan .unit-item ul li .item-detail .item-name span{
	display: block;
	font-weight: bold;
}
.unit-kinkan .unit-item ul li .item-detail a{
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 10px auto;
	display: block;
	background-color: #562506;
	width: 200px;
	height: 60px;
	border-radius: 5px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.unit-kinkan .unit-item ul li .item-detail a::after{
	content: "";
	background: url(/d_images/special/2022/0901_kinkan/images/pc/arw.jpg);
	position: absolute;
	width: 11px;
	height: 16px;
	right: 20px;
	top: 22px;
}
.unit-kinkan .all-btn{
	text-align: center;
}
.unit-kinkan .all-btn a{
	display: block;
	margin-top: 60px;
}
