
	
/* リセット */
img{
	vertical-align:top;
}

ol,ul{
	list-style: none;
}


/* メインコンテンツ */

.contents{
	font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
	letter-spacing: 0.05em;
	color: #4D4D4dD;
	font-size: 1.6rem;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

/* 追記 */
@media (max-width: 768px) {
    .contents {
        max-width: 100%;
        padding: 0 20px;
    }
}


/* TOP */
.pcimg{
	display: block !important;
}

.spimg{
	display: none !important;
}

@media only screen and (max-width: 768px){
	.pcimg{
		display: none !important;
		}

	.spimg{
		display: block !important;
		}
}

.main_visual{
	padding-bottom: 6%;
}

.top_text2 p{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #856727;
	
}

@media only screen and (max-width: 768px){
	.top_text2 p{
		width: 100%;
		font-size: 13px;
		
	}
}

.top_text p{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #856727;
	
}

@media only screen and (max-width: 768px){
	.top_text p{
		width: 100%;
		font-size: 13px;
		
	}
}



/* メニューボタン */

.menu_botan{
	padding: 0 auto 7% auto;
	background-color: #ffffff;
}

.menu_botan ul{
	display: flex;
	justify-content: space-around;
}


@media only screen and (min-width: 768px){
	.menu_botan ul{
		padding: 0px 50px 0px 50px;
	} 
}


.button-menu{
	width: 98%;
	max-width: 1000px;
	padding: 15% 1% 7% 1%;
}


/*セールの仕組み*/


.item_btn{
	width: 99.3%;
	border: solid 1px #e77b69;
	border-radius: 3px;
	text-align: center;
	color: #e77b69;
	padding: 15px 0;
	font-weight: bold;
}

.item_btn p{
	font-size: 16px;
}

@media only screen and (max-width: 768px){
	.item_btn{
		width: 100%;
	}
}

.item_btn a{
	color: inherit;
	display: block;
}

.item_btn p{
	transition: 1.0s;
}

.item_btn p:hover{
	opacity: 0.3;
}


/*アイテム一覧ボタン*/


.item_btn2{
	width: 100%;
	border: solid 0px #856727;
	border-radius: 3px;
	text-align: center;
	color: #856727;
	font-weight: bold;
}

.item_btn2 p{
	font-size: 16px;
}

@media only screen and (max-width: 768px){
	.item_btn2{
		width: 100%;
	}
}

.item_btn2 a{
	color: inherit;
	display: block;
	text-decoration:underline;
}

.item_btn2 p{
	transition: 1.0s;
}

.item_btn2 p:hover{
	opacity: 0.3;
}

