@charset "UTF-8";
/* CSS Document */

#cate-Wrap {
	width: 670px;
	font-size:15px;
	line-height: 1.6;
	color: #333;
	margin: 10px 0 20px 20px;
	padding: 0;
}


#cate-Wrap h1,h2,h4,p {
	margin: 0;
	padding: 0;
}

#cate-Wrap h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	line-height: 2.0;
	border-top: double;
	margin-top: 50px;
}

#cate-Wrap h3 {
font-size: 16px;
    font-weight: bold;
	text-align: center;
	margin-top: 5px;
	}

#cate-Wrap p {
	font-size: 14px;
	text-align: center;
	line-height: 1.6!important;
	padding: 20px;
}

#cate-Wrap img {
	width: 100%;
	vertical-align: bottom;
}

#cate-Wrap li a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}
#cate-Wrap ul {
	overflow: hidden;
	margin: 0;
}
#cate-Wrap ul:after {
	clear: both;
}

#cate-Wrap .smp {
	display: none;
}


/*サービス ************************/

#service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;

}

#service li {
	width: 325px;
	float: left;
	background-color: #fdfaf4;
	margin-bottom: 20px;
	text-align: center;
}
#service p {
	font-size: 14px;
	text-align: left;
	padding: 20px 30px;
}
#service img{
	width: 100px;
	margin-top: 20px;
}
#service .box{
	width: 35px;	
	height: 35px;
	background: #04593c;
	position: relative;
	border-radius: 0 0 2px 0 ;
}

#service .round{
	color: #fff;
	font-weight:bolder;
	position: absolute;
	font-size: 15px;
	top: 6px;
	left: 12px;
}


/*メルマガご案内 ************************/

#mail p {
	font-size: 14px;
	line-height: 1.6!important;
	text-align: left;
}

#mail {
	width: 670px;
	margin-bottom: 20px;
	margin-top: 50px;
}

#mail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#mail li {
	width: 325px;
	float: left;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	text-align: center;
}

#mail li div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#mail li img {
	width: 90px;
	height: auto;
	margin-right: 20px;
}

#mail li p {
	font-weight: bold;
	padding: 0px;
	margin-left: 20px;
}



/*メニュー ************************/
#nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#nav li{
	width: 31.5%;
	text-align: center;
	position: relative;
	border: 3px solid #eeeeee;
	margin: 5px 0px;
}

#nav li a{
    display: flex;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0px;
    text-decoration: none;
    justify-content: space-around;
    margin-right: 12px;
}
#nav li ::before {
	transform: rotate(45deg);
}


#nav li ::after {
	transform: rotate(-45deg);
}

#nav li ::before,
#nav li ::after {
	content: "";
	top: 40%;
	position: absolute;
    right: 25px;
    bottom: 5vw;
	width: 2px;
	height: 8px;
	border-radius: 9999px;
	background-color: #cccccc;
	transform-origin: 50% calc(100% - 1px);
}


/* 登録ボタン */
.member_btn {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	}

.member_btn a {
	width: 40%;
	margin: 0 auto;
	display: block;
	border: 1px solid #04593c;
	background-color: #04593c;
	letter-spacing: 1.5!important;
	border-radius: 5px;
	color: #fff!important;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
		text-decoration: none;

	}
#cate-Wrap .member_btn a:hover {
	border: 1px solid #6d857b;
	color: #fff!important;
	background-color: #6d857b;
	text-decoration: none;
	}



/* 商品一覧消し */
.centerbox {
display: none;
}
