@charset "EUC-JP";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/* CSS Document */

.key img {
  width:100%;
  height:auto;
}
/*News*/
.news__information ul {
		list-style: none;
		margin: 0 0 30px;
		padding: 0;
	}
	.news__information ul li {
		border-bottom: 1px solid #efefef;
		padding: .4em;
	}
 /*おすすめアイテム*/
.sec-recommend h2 {
    text-align: center;
    border-bottom: none;
    background:url(https://aohani.org/shop/bg_recommend-ttl.png) center center no-repeat;
    background-size: auto 18px;
}

.sec-recommend h2 img {
    width: 240px;
}

.recommend__list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	list-style-type: none!important;
}

.recommend__list > li {
	width: 18%;
	font-size: 16px;
	margin-bottom: 2%;
}

.recommend__list > li a {
	display: block;
}
.recommend__list > li a:first-of-type {
	width: 100%;
	position: relative;
	
}
.recommend__list > li a:first-of-type::before {
	border: 1px solid #efefef;
	box-sizing: border-box;
	content: "";
	display: block;
	padding-top: 100%;
	position: relative;
	height: 100%;
}
.recommend__list > li a:first-of-type img:not(item-icon) {
	max-width: 94%;
	max-height: 94%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.recommend__list > li a:first-of-type img.item-icon {
	position: absolute;
	left:0px;
	top:0px;
	margin: 0;
	max-width: 120px;
	height: auto;
}
a.view__all__item {
	background: #fff;
	border: 1px solid #b6bea9;
	color: #282828;
	display: block;
	font-size: 18px;
	margin: 0 auto 30px;
	width: 80%;
	max-width: 460px;
	padding: 16px 0;
	position: relative;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-decoration: none;
}
a.view__all__item::after {
	content: "\f35c";
	display: block;
	font-family: ionicons;
	font-size: 22px;
	position: absolute;
	right: 5%;
	top:50%;
	transform: translateY(-50%);
}

a.view__all__item:hover {
	background:#809362;
	color: #fff;
}
/*Reading List*/
.reading__list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	list-style-type: none!important;
}

.reading__list > li {
	width: 18%;
	font-size: 16px;
	margin-bottom: 2%;
}
.reading__list > li a {
	display: block;
}
.reading__list > li a:first-of-type {
	width: 100%;
	position: relative;
	
}
.reading__list > li a:first-of-type::before {
	border: 1px solid #efefef;
	box-sizing: border-box;
	content: "";
	display: block;
	padding-top: 100%;
	position: relative;
	height: 100%;
}
.reading__list > li a:first-of-type img:not(item-icon) {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.reading__list > li a:first-of-type img.item-icon {
	position: absolute;
	left:0px;
	top:0px;
	margin: 0;
	max-width: 120px;
	height: auto;
}
/*コンテンツリスト*/

.sec-contentslist li .item-name {
    display: block;
    text-align: left;
}

/*200610変更*/
.key_flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top:2%;
}

.key_flex div {
    width: 49%;
}

@media (max-width: 960px) {
/*Recommend List*/
.recommend__list li {
	width: 32%;
	font-size: 14px;
	margin-bottom: 2%;
}
/*Reading List*/
.reading__list li {
	width: 32%;
	font-size: 14px;
	margin-bottom: 2%;
}
}
@media (max-width: 480px) {
/*Recommend List*/
.recommend__list li {
	width: 49%;
	font-size: 12px;
	margin-bottom: 2%;
}
	/*Reading List*/
.reading__list li {
	width: 49%;
	font-size: 12px;
	margin-bottom: 2%;
}
  
  /*200610変更*/
.key_flex {
   display: block;
}

.key_flex div {
    width: 100%;
    margin-bottom:2%;
}
}

.stock_zero {
  background:#efefef;
  text-align:center;
  padding:.4rem 0;
  font-size:.8rem;
}

.fax_order_list {
  background:#ecdeb3;
 text-align:center;
  padding:.4rem 0;
  font-size:.8rem;
}
.fax_order_list span {
  display:block;
}
