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

#sp-Wrap {
	font-size:100%;
	line-height: 1.6;
	color: #333;
	margin: 0 0 40px;
	padding: 0;
}
#sp-Wrap h1,h4,p,ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#sp-Wrap h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 20px;
	line-height: 1.8;
	border-top: double;
	margin-top: 30px;
	text-align: center;
}

#sp-Wrap h3 {
font-size: 16px;
    font-weight: bold;
	margin-top: 5px;
	}

#sp-Wrap p {
	line-height: 1.7;
    font-size: 13px;
    font-weight: normal;
    margin: 15px;
    text-align: left;
}
#sp-Wrap img {
	vertical-align: bottom;
	margin-bottom: 10px;
}
#sp-Wrap a {
	text-decoration: none;
}

#sp-Wrap a:active img {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}
#sp-Wrap li {
	color: #333;
}


/* タイトル------------------------*/

#sp-Wrap .main p{
	font-size: 12px;
	margin: 0px;
}

#sp-Wrap .main img{
	width: 100%;
}

/*サービス ************************/
#service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#service li {
	width: 100%;
	float: left;
	background-color: #fdfaf4;
	text-align: center;
	margin-bottom: 20px;
}

#service img {
	margin-bottom: 10px;
	width: 30%;
}

#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 {
	width: 670px;
	margin-bottom: 20px;
	margin-top: 50px;
}

#mail ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
	margin: 20px 0px;
}

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

#mail li div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 10px 0px;
}

#mail li img {
	width: 20%;
    height: auto;
    margin: 5px;
}

#mail li p {
    font-weight: bold;
	font-size: 14px;
	line-height: 1.6!important;
	text-align: center;
	margin: 0px;
}

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

#nav li{
	width: 47%;
	position: relative;
	border: 3px solid #eeeeee;
	margin: 5px 0px;
}

#nav li a{
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 13px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-right: 15px;
}

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


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

#nav li ::before,
#nav li ::after {
	content: "";
	top: 40%;
	position: absolute;
    right: 4.7vw;
    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: 70%;
	margin: 0 auto;
	display: block;
	border: 1px solid #04593c;
	background-color: #04593c;
	font-size: 16px;
	letter-spacing: 1.5!important;
	border-radius: 6px;
	color: #fff!important;
	padding: 10px;
	box-sizing: border-box;
	font-weight: bold;
	text-decoration: none;
	}
	
#sp-Wrap .member_btn a:hover {
	border: 1px solid #6d857b;
	color: #fff!important;
	background-color: #6d857b;
	}

/* 共通 ************************/

#sp-Wrap ul:after{
	clear: both;
}
#sp-Wrap .pc {
	display: none;
}


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

/* リスト非表示 */
section .listmenu {
	display: none;
}

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