html,body{
	min-width:320px;/*sp 背景きれるの予防*/
	max-width: 100%;
    width: 100%;
    background:url("../img/bg.jpg") repeat top center;
	font-size:12px;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
     margin: 0px auto;
}

.br-sp{
	display:inline;
}

h1{
	background:#FF0099;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	font-size:11px;
	text-align: left;
    padding-right: 50px;
}

.catch img {
    width: 53%;
    position: absolute;
    left: 1%;
    top: 8px;
}

#head-logo{
	width:100%;
	height:auto;
	margin:auto;
	padding:2px 0 2px;
	position: relative;
}


#head-logo a img.pc-logo{
    width:100%;
    max-width: 160px;
    float:right;
    margin-right:2%;
}

#head-logo p{text-align:center; margin:10px 0px 10px 2%;display:none;}

.head-tel{display:block;width:98%;}
.head-tel img{width:100%;display:block;padding-top: 10px;}


	.menu-btn {
    position: fixed;
    top: 2px;
    right: 2px;
    display: flex;
    height: 30px;
    width: 34px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FF0099;
    border:2px solid #fff;
    z-index:999;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
	    content: '';
	    display: block;
	    height: 3px;
	    width: 24px;
	    border-radius: 3px;
	    background-color: #ffffff;
	    position: absolute;
	    z-index:999;
	}
	.menu-btn span:before {
	    bottom: 7px;
	}
	.menu-btn span:after {
	    top: 7px;
	}
	#menu-btn-check {
	    display: none;
	}
	.menu-content {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 80;
	    background-color: #FF0099;
	    
	}
	.menu-content ul {
	    padding: 40px 10px 0;
	}
	.menu-content ul li {
	    border-bottom: solid 1px #ffffff;
	    list-style: none;
	}
	.menu-content ul li a {
	    display: block;
	    width: 100%;
	    font-size: 15px;
	    box-sizing: border-box;
	    color:#ffffff;
	    text-decoration: none;
	    padding: 12px 15px 15px 0;
	    position: relative;
	    font-weight:bold;
	}
	.menu-content ul li a::before {
	    content: "";
	    width: 7px;
	    height: 7px;
	    border-top: solid 2px #ffffff;
	    border-right: solid 2px #ffffff;
	    transform: rotate(45deg);
	    position: absolute;
	    right: 11px;
	    top: 16px;
	}
	
	.menu-content {
	    width: 60%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 100%;/*leftの値を変更してメニューを画面外へ*/
	    z-index: 80;
	    background-color: #FF0099;
	    transition: all 0.5s;/*アニメーション設定*/
	    z-index:889;
	}

	#menu-btn-check:checked ~ .menu-btn span {
	    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
	    bottom: 0;
	    transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
	    top: 0;
	    transform: rotate(-45deg);
	}
	#menu-btn-check:checked ~ .menu-content {left: 40%;/*メニューを画面内へ*/}

#navi-bg{
    margin: 0px auto;
    width: 100%;
    border-bottom:2px solid #FF0099;
    border-top:2px solid #FF0099;
    font-size:18px;
	}
#navi{
    max-width: 980px;
    margin: 0px auto;
    width: 100%;
    display:none;
	}
	
	#navi ul{text-align:center;}
	#navi ul li{display:inline-block;text-align:center;}
	#navi ul li:before,#navi ul li:last-child:after{content:"";color: #FF0099;}
	#navi ul li a{
		font-weight:bold;
		color:#FF0099;
		padding:2px 10px;
		font-size:16px;
		display:inline-block;
	}
#navi ul li a:hover{color:#1b1464;}


#contents,.contents{
	min-width: 320px;
	width: 100%;
	margin:0px 0;
}


h4.top-title{	
	font-size:20px;
	color:#FF0099;
	padding:6px 14px;
	font-weight:bold;
	margin:10px auto 5px;
	}
h4.top-title::before {
  content:"";
  border-left:10px solid #FF0099;
  margin-right:10px;
}


/* 下部メニュー*/

#menu {
	background:#ff0099;
	margin-top:10px;
	font-size:13px;

}

#menu ul {
    list-style: none;
    padding: 8px;
    margin: 10px auto 0;
}

#menu ul li{
    display: inline-block;
    margin:5px;
}

#menu ul li a,#menu ul li{
	color:#FFF;

}




/*フッター*/

#footer img{width:100%;}

#footer{
    height:180px;
    min-width:320px;
	max-width: 100%;
    width: 100%;
    margin:6px auto 0;
    text-align:center;
}


.bottom-contact{
	margin:20px 0 0;
	padding:10px;
	background:#ff0099;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	}

.bottom-contact a{color:#FFFF00;}

#topcontrol{z-index: 999;}


#gmap{margin:0 auto -38px;}

/*SNS*/
#sns {margin:10px;}
#sns h3{font-weight:bold;font-size:20px;}
#sns h3 small{font-weight:normal;font-size:12px;}
#sns ul li{padding:5px;text-align:center;display:inline-block;}
#sns ul li:last-child{padding-right:0;}
#sns ul li img{width:70px;}

/* 商品メニュー*/
#item-menu{
	margin:3vh 0 0;
}

#item-menu ul li {
    display: inline-block;
    margin: 2px auto 6px;
    width: 100%;
    padding:10px 0;
    font-size: 14px;
    position: relative;
}
#item-menu ul li img{max-width:100px;float:left;margin:0 10px 10px;}
#item-menu ul li h2{color:#FF0099;margin-top:-5px;display:block;font-size:16px;}
#item-menu ul li p{font-size:12px;max-width:90%;color:#000;}
#item-menu ul li::after {
  content: '>';
  position: absolute;
    right: 10px;
    top: 25%;
    font-size:26px;
    color:#FF0099;
}

#item-menu ul li a:hover{text-decoration:none;	filter:
	 alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;}

