@charset "utf-8";

/*サブ見出し
-------------------------------------*/
.item{
    color: #52534f;
	text-align: center;
	font-size: 1.7em;
}

.submidashi {
    border-bottom: 2px solid #e9e1e2;
	display: inline-block;
    padding-bottom: 10px;
    margin: 0;
    
}



/*PC用陳列 5カラム
-------------------------------------*/
.itemlist{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}


.itemlist ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top:150px; 
}

.itemlist li{
  width: 180px;
  height: 300px;
  box-sizing: border-box;
  margin: 0 25px 25px 0;
  list-style: none;
}

.itemlist li img{
  width: 170px;
  height: auto;
}


.itemlist li:nth-child(5n) {
  margin-right: 0;
}

.name{
    font-size: 0.5em;
    margin: 20px 0;
}
.price{
    color: #829460;
    font-size: 0.9em;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: normal;
}
.price span{
    font-size: 0.5em;
    padding-left: 5px;
}

a.btn_01{
	display:block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 50px auto 200px;
	padding: 1rem 4rem;
    font-size: 0.7em;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    background: #829460;
	border: 2px solid #829460;
	color: #fff;
	transition: 0.5s;
}
a .btn_01:hover {
	color: #829460;
	background: #fff;
}



/* SP用設定
================================================== */

@media only screen and (max-width: 768px) {

.item{
    width: 100%;
	font-size: 1.5em;
}

.submidashi {
    border-bottom: 2px solid #e9e1e2;
	display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 50px;
    
}
    
.photo-r{
    margin:-15% 0 0 0;
    width:95%;
    z-index: 1;
}
    
.photo-l{
    margin-left:15%; 
    width:95%;
    z-index: 2;
}


/*SP用陳列 2カラム
-------------------------------------*/
.itemlist{
    max-width: 100%;
}
.itemlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 99%;
  margin: 100px auto 50px;
}

.itemlist li {
  width: calc((100% - 10px) / 2);
  height: 300px;
  margin: 0 0 10px;
  list-style: none;
}

.itemlist li img{
  width: 90%;
  height: auto;
}
}