#wrapper-main{
    padding: 0px; 
    margin: 0px auto;
    max-width: 100%; 
    width: 1024px; 
    position: relative; 
    font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; 
    font-size: 12px;
}
#wrapper-main img{
    border-radius: 0!important;
}
#page{
    margin-left: auto;
    margin-right: auto; 
    max-width: 100%; 
    width: 962px; 
    position: relative;
}

.bnr {
	display: none;
}


/*head*/

#sp33_contact {
    width: 100%;
    background-image: url(./-bg_contact.jpg);
    background-repeat: no-repeat;
	background-size: 125%;
    font-size: 8px;
    line-height: 12px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}
#sp33_contact a{
	color: #fff;
	display: inline;
}

#sp33_contact_1{
	padding: 1.5rem 3rem 0 4rem;
}
#sp33_contact_2{
	padding: 0rem 3rem 0 4rem;
}
#sp33_contact_3{
	padding: .5rem 1rem 0 4rem;
}
#sp33_contact .flex-container{
	display:flex;
	justify-content: space-between;
	padding: 3rem 2rem 0 2rem;
	align-items: flex-start;
}
#sp33_contact_4{
	width: 45%;
}
#sp33_contact_5{
	width: 45%;
}
span.star{
	font-size: 7px;
}

.txt a{
	text-decoration: underline;
	color:#005922;
}

#sp33_contact_btn{
	margin-top: 6em;
    background-image: url(./-btn_logosshow.png);
    background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	min-height: 10rem;
}


#shop {
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    font-size: 12px;
}
#shop th {
	width: 10%;
    padding: 5px 0 5px 0;
    text-align: center;
}
#shop .th1 {
    background: #e6e6e6;
}
#shop td {
    width: 40%;
    padding: 5px 0 5px 16px;
}
#shop .td1 {
    background: #f2f2f2;
}
table#shop .th2 {
    background: #f5f5f5;
}
#shop .td2 {
    background: #fafafa;
}

#itemlist{
	padding: 33px 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
 .itemN, .itemW{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em 0px!important;
	align-items: flex-start;
}

.no{
	width: 9%;
}
.description{
	width: 90%;
}

#sp31_foot{
	margin:2em 0;
}




@media screen and (min-width: 768px){
	
	#sp33_contact {
		font-size: 14px;
		line-height: 22px;
		background-size: 100%;
	}
	#sp33_contact_1{
		padding: 5rem 5rem 0 8rem;
	}
	#sp33_contact_2{
		padding: 2.5rem 5rem 0 8rem;
	}
	#sp33_contact_3{
		padding: 2.5rem 5rem 0 8rem;
	}
	#sp33_contact .flex-container{
		padding: 2.5rem 5rem 0 8rem;
	}
	#sp33_contact_4,#sp33_contact_5{
		width:43%;
	}
	.itemN{
		width:  24%;
		justify-content: space-between;
	}
	.itemW{
		width: 49%;
		justify-content: space-between;
	}

	span.star{
		font-size: 12px;
	}

	#sp33_contact_btn{
		min-height: 23rem;
	}
	#sp33_contact_btn:hover{
		background-image: url(./-btn_logosshow_o.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		min-height: 23rem;
	}

}