@charset "UTF-8";

#anchor_link + div .content_wrapper {
      display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
      align-items: center;
justify-content: center;
}

@media screen and (max-width: 900px) {
#anchor_link + div .content_wrapper {
     	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.contents_btn01 .content_wrapper>a, .contents_btn01.block_button_2 .inner_item_img {
    width: 45%;
}
#anchor_link + div .content_wrapper {
    justify-content: flex-start;
    padding-left: 8%;
}
.contents_btn01 a span {
    font-size: 1.7vw;
}
}

@media screen and (max-width: 600px) {
.contents_btn01 .content_wrapper>a, .contents_btn01.block_button_2 .inner_item_img {
    width: 100%;
}
#anchor_link + div .content_wrapper {
    justify-content: center;
   padding-left: 20px;
}
.contents_btn01 a span {
    font-size: 3.5vw!important;
}
}

/*-----------------------------メニューに画像追加---------------------------------*/
.widget_menu01.add_design6 .inner_item:nth-of-type(2n-1) .category_img {
    width:25%;
}

.widget_menu01.add_design6 .inner_item:nth-of-type(2n-1)> .category_img~*{
    width: calc(75% - 2vw);
}

.content_wrapper .inner_item_txt .price{
    text-align:right;
}

@media screen and (max-width: 500px){
    .widget_menu01 li .inner_item_txt .price{
        font-size:1.4rem;
    }
}

@media screen and (max-width: 800px){
    .widget_menu01.add_design6 .category_img img {
        width: 100%;
    }
}



#btn1 + div a, #btn2 + div a, #btn3 + div a, #btn4 + div a {
  width: 30% !important;
}

@media screen and (max-width: 800px) {
#btn1 + div a, #btn2 + div a, #btn3 + div a, #btn4 + div a  {
    width: 100% !important;
    margin-left: 0 !important;
  }

}