/* ヘッダー */
.block-header-logo {
	width: 179px;
	margin: 15px auto;
	text-align: center;
}
@media screen and (max-width:768px) { 
.block-header-logo--img{
	width: auto;
	height: 35px;
}
}
/* フッター */
footer.pane-footer {
	padding: 0;
	background: #fff;
}
.block-footernav--sns-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}
.block-footernav--sns-list li{
	padding: 0 10px;
	display: inline-block;
}
.block-footernav--item {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 80px;
}
.block-footernav--item img{
	margin-right: 20px;
	position: relative;
	top: 3px;
}
.block-footernav--item-list li{
	display: inline-block;
}
.block-footernav--item-list li a{
	padding: 0 28px;
}
.block-footernav--item-list li:after{
	content: "|";
	padding: 0 4px;

}
.block-footernav li a, .block-copyright {
	color: #333;
}
@media screen and (max-width:768px) { 
footer.pane-footer {
}
.block-footernav--sns-list{
	width: -webkit-calc(231 / 375 * 100vw);
	width: calc(231 / 375 * 100vw);
	margin: 0 auto;
}
.block-footernav--sns-list li{
	padding:0;
}
.block-footernav--sns-list li:not(:last-child){
	margin-right: 5.33333vw;
}
.block-footernav--item {
	padding: 9.89333vw 0 12.26666vw;
	margin-bottom: 0;
}
.block-footernav--item a {
	text-align: center;
	font-size: 3.73333vw;
	line-height: 5.86666vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-footernav--item a img{
	width: 25px;
	margin-right: 2.93333vw;
	top: -3px;
}
.block-footernav--item-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.block-footernav--item-list li {
	padding: 0;
}
.block-footernav--item-list li a {
	font-size: 3.73333vw;
	line-height: 8vw;
	padding: 0 1em;
	display: inline-block;
}
.block-footernav--item-list li:after{
	padding: 0;
}
.block-footernav--item-list li:nth-child(2):after,.block-footernav--item-list li:nth-child(3):after{
	content: none;
}
}

/*------------------------
 20220614追加分
------------------------*/
/* ----ヘッダー---- */
.pane-7clover-header {
	font-family: 'Noto Sans JP', sans-serif;
	height: 61px;
}
.pane-7clover-header .block-header--inner {
	position: relative;
	/* top: 0;
	left: 0; */
	width: 100%;
	background: #FFF;
	z-index: 9999;
}
.pane-7clover-header .block-header--frame {
	display: flex;
	width: 100%;
	background: #FFF;
}
.pane-7clover-header .block-header--frame .block-header--opener {
	position: relative;
	width: 61px;
	height: 61px;
	cursor: pointer;
}
.pane-7clover-header .block-header--frame .block-header--opener::before {
	position: absolute;
	top: 24px;
	left: 20px;
	width: 21px;
	height: 1px;
	transition: all 0.3s;
	background: #000;
	content: "";
}
.pane-7clover-header .block-header--frame .block-header--opener::after {
	position: absolute;
	top: 36px;
	left: 20px;
	width: 21px;
	height: 1px;
	transition: all 0.3s;
	background: #000;
	content: "";
}
.pane-7clover-header .block-header--frame .block-header--opener span {
	position: relative;
	top: 30px;
	left: 20px;
	display: block;
	width: 21px;
	height: 1px;
	transition: all 0.3s;
	background: #000;
}
.pane-7clover-header .block-header--frame .block-header--opener.is-open::before {
	top: 30px;
	transform: rotate(-45deg);
}
.pane-7clover-header .block-header--frame .block-header--opener.is-open::after {
	top: 30px;
	transform: rotate(45deg);
}
.pane-7clover-header .block-header--frame .block-header--opener.is-open span {
	opacity: 0;
}
.pane-7clover-header .block-header--frame .block-header--logo {
	width: calc(100% - 122px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.pane-7clover-header .block-header--frame .block-header--logo a {
	display: block;
	font-size: 0;
	line-height: 0;
}
.pane-7clover-header .block-header--frame .block-header--logo img {
	width: 55px;
	vertical-align: bottom;
}
.pane-7clover-header .block-header--frame .block-header--reserve {
	width: 61px;
	height: 61px;
}
.pane-7clover-header .block-header--frame .block-header--reserve a {
	width: 61px;
	height: 61px;
}
.pane-7clover-header .block-header--frame .block-header--reserve a img{
	width: 61px;
	height: 61px;
}
.pane-7clover-header .block-header--navi {
	display: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.0;
	background: #FFF;
}
.pane-7clover-header .block-header--navi a {
	color: #000;
	text-decoration: none;
}
.pane-7clover-header .block-header--navi li.instagram a {
	position: relative;
	padding-right: 18px;
	background: url(/img/usr/sb/common/ico_sns_instagram.png) center right / 12px auto no-repeat;
}
.pane-7clover-header ul.block-header--navi-list > li {
	font-size: 14px;
	font-weight: bold;
	padding: 18px 0;
}

/* ----フッター---- */
#footer.pane-7clover-footer {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin: 0;
	padding: 25px 25px 30px;
	border: 0;
	background: #dcdcdc;
}
/*#footer.pane-7clover-footer a {
	display: block;
	font-size: 0;
	line-height: 0;
} */
#footer.pane-7clover-footer img {
	vertical-align: bottom;
}
.pane-7clover-footer .block-footer--text {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.pane-7clover-footer .block-footer--image {
	margin: 0 0 20px;
	text-align: center;
}
.pane-7clover-footer .block-footer--logo {
	margin: 0 0 35px;
	text-align: center;
}
.pane-7clover-footer .block-footer--logo img {
	width: 61px;
}
.pane-7clover-footer .block-footer--addr {
	margin: 0 0 20px;
	font-size: 11px;
}
.pane-7clover-footer .block-footer--time {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 2.0;
}
.pane-7clover-footer .block-footer--time-comment {
	display: inline-block;
	font-size: 9px;
}
.pane-7clover-footer ul.block-footer--sns {
	margin: 0 auto 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pane-7clover-footer ul.block-footer--sns > li {
	margin: 0 5px;
}
.pane-7clover-footer .block-footer--copyright {
	font-size: 10px;
	line-height: 2.0;
	color: #000;
	text-align: center;
}

@media screen and (min-width:769px) {
	#header.pane-7clover-header,
	#footer.pane-7clover-footer .block-footer--frame {
		width: 750px;
		margin: 0 auto;
	}
}
/*------------------------
 20220726追加分
------------------------*/
#footer.pane-7clover-footer .block-footer--info a {
	font-size: 11px;
	line-height: 2.0;
}