
/* ================================

   基本設定

================================ */

.inner_content{ width: 900px }
#hg_care {
	color: #121212;
	width: 100%;
}
#hg_care a{
	color: #121212;
	text-decoration: none;
}
#hg_care .pc_none{ display:none; }



/* ================================

   看板

================================ */

#hg_care h2 {
	width: 100%;
	margin-bottom: 30px;
}
#hg_care h2 img {
	width: 100%;
	height: auto;
}


/* ================================

   商品一覧

================================ */

#hg_care .itembox {
    width: 100%;
    background-color: #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
#hg_care .itembox h3 {
    position: relative;
	width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    background-color: #00631c;
    /*border-bottom: solid 3px #121212;*/
    padding: 0.5em 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#hg_care .itembox h4 {
	width: calc(100% - 30px);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: #fff82c;
    padding: 0.5em 0;
    margin: 0 auto;
    box-sizing: border-box;
}
#hg_care .itembox h4 span {
	display: block;
    font-size: 22px;
}

#hg_care ul.list_item {
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}
#hg_care ul.list_item > li {
    position: relative;
    width: calc((100% - 10px*2)/3);
    margin: 0 10px 10px 0;
}
#hg_care ul.list_item > li:nth-child(3n) {
    margin-right: 0;
}
#hg_care ul.list_item > li > a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
#hg_care ul.list_item > li > a > dl {
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

/* 1カラム人工芝
================================ */
#hg_care ul.list_item_wide {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}
#hg_care ul.list_item_wide > li {
    width: 100%;
}
#hg_care ul.list_item_wide > li > a {
    position: relative;
    display: block;
    width: 100%;
}
#hg_care ul.list_item_wide > li > a > .thumb {
    width: 100%;
}
#hg_care ul.list_item_wide > li > a > .thumb > img {
    width: 100%;
    height: auto;
}


/* アイコン類
================================ */
#hg_care ul.list_item > li > .icon {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: absolute;
    z-index: 5;
    top: -8px;
    right: -8px;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    background-color: #121212;
}
#hg_care ul.list_item > li > .icon > span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
/* アイコンの色 */
#hg_care ul.list_item > li > .icon.icon_new { background-color: orange;}

/* 商品名
================================ */
#hg_care ul.list_item > li > a > dl > dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
}

/* サムネイル
================================ */
#hg_care ul.list_item > li > a > dl > dd.thumb {
    width: 100%;
    margin-bottom: 10px;
}
#hg_care ul.list_item > li > a > dl > dd.thumb > img {
    width: 100%;
    height: auto;
}

/* 価格
================================ */
#hg_care ul.list_item > li > a > dl > dd.wrap_price {
    text-align: center;
    margin-bottom: 10px;
}
#hg_care ul.list_item > li > a > dl > dd.wrap_price .buy_price ul li {
    line-height: 1.2;
}
#hg_care ul.list_item > li > a > dl > dd.wrap_price .buy_price ul li span.spesicalprice { display: none; }

/* 1カラム人工芝 */
#hg_care ul.list_item_wide > li > a > .wrap_price {
    position: absolute;
    right: 8px;
    bottom: 4px;
    z-index: 100%;
}
#hg_care ul.list_item_wide > li > a > .wrap_price .buy_price ul li {
    display: inline-block;
    color: #f32446;
}
#hg_care ul.list_item_wide > li > a > .wrap_price .buy_price ul li.price { font-size: 72px;}
#hg_care ul.list_item_wide > li > a > .wrap_price .buy_price ul li.intax { font-size: 24px; }
#hg_care ul.list_item_wide > li > a > .wrap_price .buy_price ul li span.spesicalprice { display: none; }


/* 商品説明　※一時非表示
================================ */
#hg_care ul.list_item > li > a > dl > dd.text {
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
}

/* その他商品へのボタン
================================ */
#hg_care .h_other {
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 15px;
}
#hg_care .h_other:before,
#hg_care .h_other:after {
    border-top: 1px solid #121212;
    content: "";
    width: 50px; 
}
#hg_care .h_other:before { margin-right: 0.75em; }
#hg_care .h_other:after { margin-left: 0.75em; }

#hg_care .other_item {
    width: 90%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
}
#hg_care .other_item.btn1clm {
    margin-bottom: 30px;
}
#hg_care .other_item.btn1clm > li {
    width: 100%;
}
#hg_care .other_item.btn2clm > li {
    width: calc((100% - 8px*1)/2);
}
#hg_care .other_item.btn3clm > li {
    width: calc((100% - 8px*2)/3);
}
#hg_care .other_item > li > a {
    position: relative;
    display: block;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #fff82c;
    border: solid 4px #fff82c;
    padding: 1em 0;
    border-radius: 100px;
    box-sizing: border-box;
    opacity: 1!important;
}
#hg_care .other_item > li > a:hover {
    opacity: 1!important;
    background-color: #fff;
    border-color: #fff82c;
}
#hg_care .other_item > li > a::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: solid 2px #121212;
    border-right: solid 2px #121212;
    margin: -3px 0 0 0;
    transform: rotate(45deg);
    opacity: 1;
}
#hg_care .other_item > li > a:hover::after {
    right: 12px;
}



/* リンクアニメーション
================================ */

#hg_care a,
#hg_care a:hover
#hg_care ul.list_item > li > a,
#hg_care ul.list_item > li > a:hover,
#hg_care .other_item > li > a,
#hg_care .other_item > li > a:hover,
#hg_care .other_item > li > a::after,
#hg_care .other_item > li > a:hover::after {
    transition: 0.2s all;
}

#hg_care a:hover,
#hg_care .other_item > li > a:hover {
    opacity: 0.8;
}



/* ================================

   ページ上部へ戻るボタン

================================

#hg_care .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;   
}
#hg_care .pagetop a {
    display: table;
    width: 80px;
    height: 80px;
}
#hg_care .pagetop a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background-color: #121212;
    border-radius: 80px;
} */

