.top-slider {
	margin-bottom: 80px;
}

/* ***********************************************

		top.css

*********************************************** */
.main {
	width: 100%;
}
.sidebar {
	display: none;
}

.shizuru-bloc {
	margin-bottom: 80px;
	overflow: hidden;
}
.shizuru-bloc .img-shizuru {
	float: left;
}
.shizuru-bloc .img-shizuru img {
	border-radius: 10px;
}
.shizuru-bloc .text-shizuru {
	float: right;
	width: 510px;
}
.shizuru-bloc h2 {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}
.shizuru-bloc p {
	font-size: 15px;
	line-height: 2.5em;
}
.bloc-A {
	margin-bottom: 50px;
	overflow: hidden;
}
.bloc-A  h2 {
	text-align: center;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #942519;
	margin-bottom: 40px;
}
.bloc-A h2:before{
	display: block;
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}
.bloc-A.contetns-bloc h2:before{
	content: 'CONTENTS';
}
.bloc-A.items-bloc h2:before {
	content: 'ITEMS';
}
.bloc-A ul li {
	position: relative;
}
.bloc-A ul li a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	text-indent: 120%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.bloc-A ul li:hover {
	opacity: 0.6;
}
.bloc-A.contetns-bloc ul li {
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
}
.bloc-A.contetns-bloc ul li:nth-child(3n) {
	margin-right: 0px;
}
.bloc-A.contetns-bloc h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: 15px;
}
.bloc-A.items-bloc ul {
	width: 100%;
	position: relative;
}
.bloc-A.items-bloc ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}
.bloc-A.items-bloc ul li h3 {
	color: #942519;
	text-align: center;
	margin-bottom: 25px;
	height: 2em;
	line-height: 1.5;
}
.bloc-A ul li p  {
	line-height: 1.7;
}
.bloc-A.items-bloc ul li .blocPh {
	margin-bottom: 30px;
	width: 100%;
}
.bloc-A .blocPh img    {
	height: auto;
	width: 100%;
}
.bloc-A.items-bloc ul li .blocPh img {
	border-radius: 100%;
}
.bloc-topinfo {
	overflow: hidden;
	margin-bottom: 50px;
}
.bloc-topinfo .fb-box {
	float: left;
	width: 350px;
}


.bloc-topinfo .news {
	float: right;
	width: 590px;
}
.top-news h2  {
	line-height: 45px;
	background-image: url(https://img07.shop-pro.jp/PA01345/506/etc/h2-logo.png?cmsp_timestamp=20211025142717);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 50px;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.top-news dl {
	line-height: 1.4;
}
.top-news dl dt {
	float: left;
	padding-left: 0.5em;
}
.top-news dl dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 8em;
}
.top-info-bnr li {
	float: left;
	margin-right: 8px;
    margin-bottom:10px;
}
.top-info-bnr li:last-child {
	margin-right: 0px;
    margin-bottom:10px;
}

