.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .sub_category {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 480px) {
  .sub_category {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px 8px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.freespace {
    margin-bottom: 30px;
    line-height: 1.8;
}

.sub_category a span:first-child {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
}

.sub_category a span:last-child {
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
}

/*前テーマ*/
/* CSS Document */


.box_grp_01{
}
	.box_grp_01 img{
		width: 100%
	}

.box_grp_02{
	margin: 1rem;
	font-size: 14px;
	line-height: 1.7rem;
    text-align: left;
}

.box_grp_03{
}
	.box_grp_03 h2{
		margin-bottom: 1rem;
		font-size: 20px;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.box_grp_03 .item_image{
		margin-bottom: 1rem;
	}
	.box_grp_03 .box01 {
		margin: 6rem 0;
	}


.grp_item_image{
}
	.grp_item_image img{
		width: 100%;
	}

.box_grp_item01{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-evenly;
}

.box_grp_item01 .grp_item_box{
	margin: 0 22px 45px 22px;
  min-width: 8%;
  flex-basis: 26%;
}
.box_grp_item01,
.box_grp_item01 .grp_item_box{
}
@media(max-width:991px){
  .box_grp_item01 .grp_item_box{
  margin:0 0 20px 0;
      flex-basis: 48%;
  }
  .box_grp_item01{
	justify-content: space-between;
}
}
/*　↑↑2019/05/21　ドレッシング新デザイン用　*/


/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 1rem 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}
.cg_freespace_01 {
    padding: 0px 75px 0px 75px;
    margin: 20px 0 20px 0;
    text-align: left;
}
@media(max-width:991px){
  .cg_freespace_01 {
    margin:0 !important;
    padding:0 !important;
  }
  .cg_freespace_02 {
    margin:0 !important;
    padding:0 !important;
  }
}