#c_361 .pc_none {
  display: none;
}
#c_361 .cat_btn {
  width: 100%;
  border-radius: 50px;
  background-color: #333;
  text-align: center;
}
#c_361 .cat_btn a {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}

/*------------------------------------------
タブアコーディオン
------------------------------------------*/
#c_361 .wrap_tab {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#c_361 .wrap_tab .col_4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
#c_361 .wrap_tab .col_4 li {
  font-size: 16px;
  padding: 7px 0;
  border: solid 1px;
  border-radius: 5px;
  width: 100%;
}
/* タブ中身 */ 
#c_361 .tab-container{
  width: 100%;
  display: flex;
  border: 0;
}
#c_361 .tab-container > li {
  color: #222;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#c_361 .tab-container > li::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: -4px;
  right: 11%;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  transform: rotate(135deg);
}
#c_361 .tab-container > li.current::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#c_361 .tab-container > li.tab.current {
  color: #fff;
  background-color: #d44446;
  transition: 0.5s all;
}
#c_361 .arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
#c_361 .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#c_361 .menu-container {
  position: relative;
  width: 100%;
  padding: 0;
}
#c_361 .menu-container > .menu-box {
  display: none;
  padding: 10px 0 0;
}
#c_361 .menu-box {
  box-sizing: border-box;
  padding: 30px 20px 20px;
}
#c_361 .tab-container > li.tab:hover,
#c_361 .tab-container > li.tab.current:hover{
  opacity: 1;
}

#c_361 .menu-container{
  position: relative;
  width: 100%;
  padding: 0;
}
#c_361 .menu-container > .menu-box{
  display: none;
  padding: 1% 3%;
  border: none;
}
#c_361 .menu-container > .menu-box.current{
  display: block;
}

#c_361 h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
#c_361 .item_0 li .text {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 5px;
  background-color: #f3ead0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
#c_361 .item_1 {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 10px;
margin-bottom: 10px;
}
#c_361 .item_1 li .text {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 5px;
  background-color: #f3ead0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#c_361 .item_2 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
#c_361 .item_2 > li {
  text-align: center;
  border: solid 3px #f3ead0;
  box-sizing: border-box;
}
#c_361 .item_2 li dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#c_361 .item_2 li .text {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 5px;
  background-color: #f3ead0;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c_361 .item_2 li .name {
  font-size: 16px;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}
#c_361 .item_2 li .price_area{
  /* border-top: 1px #222 dashed; */
  padding: 3px 0;
}
#c_361 .item_2 li .price_area:first-child{
  border-top: none;
}
#c_361 .item_2 li .price_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* padding-right: 10px; */
  line-height: 16px;
}
/* #c_361 .item_2 li .price_area a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 39%;
  right: 3%;
  border-top: solid 2px #ea0012;
  border-right: solid 2px #ea0012;
  transform: rotate(45deg);
} */
#c_361 .item_2 li .price_area .price {
  font-size: 22px;
  margin-left: 5px;
}
#c_361 .item_2 li .price_area .intax {
  color: #ea0012;
}