@charset "UTF-8";


/* どこでも手あそび くま */

#ItemDetailHandplayKuma .Photo {
margin: 20px 0 0 0 !important;
}

#ItemDetailHandplayKuma .Photo img {
width: 100%;
height: auto;
}

#ItemDetailHandplayKuma .LeadUnit {
margin-bottom: 20px;
}

#ItemDetailHandplayKuma .EachUnitWrap {
margin-bottom: 30px;
}

#ItemDetailHandplayKuma .EachUnit {
margin-top: 20px;
padding: 20px 30px;
border: 1px solid #d0c6c6;
background: #fff;
}

#ItemDetailHandplayKuma .SubUnit {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #d0c6c6;
}

#ItemDetailHandplayKuma .SubUnit:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

#ItemDetailHandplayKuma .EachUnit h3.Mds {
margin-bottom: 15px;
font-size: 22px !important;
color: #d80a30;
}

#ItemDetailHandplayKuma .SubUnit .Photo {
margin: 0 !important;
}

#ItemDetailHandplayKuma .EachUnit .NoteBox{
margin-top: 30px;
}

#ItemDetailHandplayKuma .EachUnit .NoteBox h4.Mds {
margin-bottom: 5px;
font-size: 19px !important;
color: #000;
}

@media print, screen and (min-width: 768px) {

	#ItemDetailHandplayKuma {
	max-width: var(--item-detail-width);
	}

}