/* メインコンテンツ */

.contents{
  font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
  letter-spacing: 0.08em;
     color: #4D4D4dD;
     font-size: 1.6rem;
     width: 100%;
     margin: 0 auto;
     max-width: 800px;
}

img{
  vertical-align:top;
}

/* トップ */
.pcimg{display: block !important;}
.spimg{display: none !important;}

@media only screen and (max-width: 768px){
	.pcimg{display: none !important;}
	.spimg{display: block !important;}
}

.toptext{
  padding-bottom: 20px;
}

/* RECOMMEND ITEM */
.recommendtitle{
	text-align: center;
	padding-bottom: 10px;
}

.recommenditem{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:15px;
	margin-bottom:70px;
}

.recommenditem img{
	transition: 1.0s;
}

.recommenditem img:hover{
	opacity: 0.3;
}


@media screen and (min-width:768px) {
.recommenditem img{
	width: 180px;
}}

@media screen and (max-width:768px) {
.recommenditem img{
	width: 150px;
}}

/* メインコンテンツ */

.contentstitle,.contentssubtitle{
  margin:1rem;
}

.contentstitle,.contentssubtitle{
	text-align: center; 
}

h4.contentssubtitle{
  padding-bottom: 20px;
}

.categoryblock-a{
  background-color: #E2F2F6;
  padding: 0% 1% 5% 1%;
}

.categoryblock-b{
  background-color: #fadbdf;
  padding: 0% 1% 5% 1%;
}

.categoryblock-c{
  background-color: #FFFEEE;
  padding: 0% 1% 5% 1%;
}

.categoryblock-d{
  background-color: #fadbdf;
  padding: 0% 1% 5% 1%;
}

.item-block{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.mainitem{
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  width: 25%;
}

@media screen and (max-width:768px){
  .mainitem{
    width: 48%;
  }
}

.mainitem img{
  transition: 1.0s;
}

.mainitem img:hover{
  opacity: 0.3;
}

.mainitem p{
  text-align: center;
}

.itemtext{
  background-color: white;
}

.itemtext p{
  margin: 0;
  padding-top: 0.5rem;
  font-size: 1.2rem;
}

.price{
  color: #EA6388;
  padding-bottom: 1rem;
  font-size: 0.7rem;
}

