/*------------------------------------------
■ページ全体の指定
------------------------------------------*/
#c_260 {
	background-color: #f9f7e0;
	max-width: 900px;
	margin: auto;
  }

  #c_260 img{
	width: 100%;
  }
  #c_260 h4{
	text-align: center;
	color:#86ab4e;
	padding-top: 3em;
	margin-top:-2em;
	display: flex;
     position: relative;
    align-items: center;
    font-size: 1.5em;
    margin-bottom: .5em;
  }
  #c_260 h4::before , #c_260 h4::after{
	content: "";
    height: 2px;
    flex-grow: 1;
    background: #86ab4e;
  }
  #c_260 h4::before{
	margin-right: 1rem;
  }
  #c_260 h4::after{
	margin-left: 1rem;
  }
  #c_260 h5{
	text-align: center;
	color:#fff;
  }
  
  #inner h3{
	color: #86ab4e;
	font-size:2em;
	text-align: center;
  }
  #inner h2{
	color: #86ab4e;
	margin-bottom: 5px;
	border-bottom: solid 1px;
	font-size: 16px;
	padding-bottom: .2em;
  }
  
  #inner a {
	display: block;
  }
  #inner .pc_none {
	display: none;
  }

  /*------------------------------------------
  ■クーポン
  ------------------------------------------*/
  #c_260 .coupon_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 100px;
}
  #c_260 .coupon_area .coupon {
    width: 90%!important;
    background-color: #85ab4e;
    border-radius: 5px;
    padding: 5px ;
  }
  #c_260 .coupon ul{
	display: flex;
	justify-content: space-around;
	margin-top: 5px;
  }
  .coupon .action-cpget {
	background-color: #f9f7e0;
	border: solid #f9f7e0 1px;
	color:#d45a43;
	padding: .4em 0 !important;
	width:95%;
	margin: auto;
	text-align: center;
	font-size:1.2em;
	display: flex;
  }
  .coupon .action-cpget.disabled {
	background-color: #c6c4c4;
	color: #f0eeee;
	border: 1px solid #c6c4c4;
	width:95%;
	margin: auto;
	text-align: center;
	font-size: 1vw;
	display: flex;
  }
  .coupon .action-cpge:hover {
	background-color: #fff;
	border: 1px solid #c22935;
	color: #c22935;
  }
  .coupon .namber{
	font-size: 27px;
  }
  .coupon .off{
	font-size: 23px;
  }
  .coupon .action-cpget:before {
	content: "\7372\5F97\3059\308B";
  }
  
  .action-cpget.status-1:before {
	content: "\7372\5F97\6E08\307F";
  }
  /*------------------------------------------
  ■カテゴリアコーディオン
  ------------------------------------------*/
  /* 最初にbuttonタグのCSSをリセット */

  .header-sticky {
    z-index: 988;
  }
  button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
  } 
  .fix-box__head {
	width:900px;
	position: relative;
	background: #d7644b;
	/* border: #58c1bd solid 1px; */
	transition: border-radius 0.5s;
	color: #fff;
	margin-top: 5px;
	border-radius: 4px;
  }
  
  .fix-box__head-text {
	display: block;
	text-align: center;
	padding: 6px 0;
	font-size: 1.3em;
  }
  .fix-box__head::before,
  .fix-box__head::after {
	position: absolute;
	top: 50%;
	right: 2%;
	display: inline-block;
	content: "";
	width: 14px;
	height: 2px;
	margin-top: -2px;
	background-color: #fff;
  }
  .fix-box__head::after {
	transform: rotate(90deg);
	transition: transform 0.5s;
  }
  .fix-box__head.is-open::after {
	transform: rotate(0deg);
  }
  .fix-box__body {
	display: none;
	position: absolute;
	z-index: 2;
	background-color:#fff;
	width: 900px;
  }
  .fix-box__a {
	display: flex;
	align-items: flex-start;
	padding: 0 10px;
	justify-content: space-around;
	gap: .5em;
  }
  .fix-box__a-text {
	display: block;
	margin-top: 3px;
	width: 22%;
  }
  .fix-box__a-text:last-child {
	margin-bottom: 10px;
  }
  
  .fix-box__a-text ul li{
	margin-bottom: .6em;
  }
  .fix-box__a-text ul li p{
	font-size: 13px;
	color: #555;
	line-height: 1.2em;
  }
  .fix-box__a-text ul li p:hover{
	color: #86ab4e;
  }
  
  /* fixedが付いたときのボタン*/
  #c_260 .fixed  {
	  position: fixed;
	  top: 186px;
	z-index: 200;
	width: 100%;
  }
  .close_box {
	text-align: center;
	background-color: #ededed;
	color: #666;
	margin: 10px auto 5px;
	padding: .2em 0;
  }
  /*------------------------------------------
  ■ページ
  ------------------------------------------*/
  #page_inner .grid_box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 10px;
	padding: 0 8px;
  }
  #page_inner ul .grid_item{
	text-align: center;
	position: relative;
	background-color: #fff;
	padding: 3px;
  }
  #page_inner ul .syousai_btn .spesicalprice,#page_inner ul .syousai_btn .intax{
	display: none;
  }
  #page_inner .cart_btn {
	position: absolute;
	width: 48px;
	top: 56%;
	right: 3%;
  }
  #page_inner .grid_item .item_title{
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #page_inner .grid_item .item_title p{
	line-height: 1.2;
  }
  /* その他商品ボタン */
  #page_inner .sonota{
    margin: 15px auto;
    display: flex;
    justify-content: center;
    gap: 1em;
    width: 90%;
    position: relative;
    z-index: 100;
  }
  #page_inner .sonota a{
	font-size: 1.1em;
	background-color: #634f4b;
	border: 1px solid #634f4b;
	color: #fff;
	width: 60%;
	text-align: center;
	padding: .5em 0;
	border-radius: 5px;
  }
  #page_inner .sonota a:hover{
	background-color: #fff;
	border: 1px solid #634f4b;
	color:#634f4b !important;
  }
  
  #page_inner section {
	padding:1em 1em 2em 1em;
  }
  #page_inner section:nth-child(odd){
	background-color: #f9f7e0;
  }
  #page_inner section:nth-child(even){
	background-color: #fffeec;
  }
  
  .top_p {
	padding-top: 10px;
  }
  
