@charset "Shift_JIS";
/*====================================
  PC First Responsible 700px〜
=======================================*/
.k039_at_220720_2497_responsive_menu_spOnly{
  display: none;
}
.k039_at_220720_2497_responsive_menu_inner{
  line-height: 1.5;
  box-sizing: border-box;
  font-family: "Meiryo","Verdana","Hiragino Kaku Gothic ProN","MS PGothic","sans-serif";
  color: #333333;
  width: 100%;
  max-width: 1240px;
  min-width: 940px;
  margin: 0 auto;
}
.k039_at_220720_2497_responsive_menu_inner img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-omde:bicubic;
}
.k039_at_220720_2497_responsive_menu_inner figure{
  margin: 0;
}

/*----------02_ボタン_背景色----------*/
.k041_at_250801_3679_sagyouyohin_4col_icon{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  min-width: 940px;
  margin: 30px auto 0;
  font-size: clamp(25px, 2.8vw, 28px);
  font-weight: bold;
  line-height: 1.4;
}
.k041_at_250801_3679_sagyouyohin_4col_small {
  font-size: clamp(19px, 2.1vw, 24px);
}
.k041_at_250801_3679_sagyouyohin_4col_icon li{
  width: -webkit-calc(25% - 9px);
  width: calc(25% - 9px);
  margin: 0 12px 10px 0;
  border-radius: 14px 14px 0 0;
  background-color: #9c9c9c;/*ボタン背景色*/
}
.k041_at_250801_3679_sagyouyohin_4col_icon li:nth-of-type(4n){
  margin-right: 0;
}
.k041_at_250801_3679_sagyouyohin_4col_icon li:hover{
  opacity: 0.7;
}
.k041_at_250801_3679_sagyouyohin_4col_icon li a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 5px 3px 30px;
}
.k041_at_250801_3679_sagyouyohin_4col_icon li.k041_at_250801_3679_sagyouyohin_4col_small a {
  padding: 2px 5px 3px 50px;
}
.k041_at_250801_3679_sagyouyohin_4col_icon li a span{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.k041_at_250801_3679_sagyouyohin_4col_icon li a span img{
  height: clamp(30px, 3vw, 40px);
}

.k041_at_250801_3679_sagyouyohin_4col_icon .menu_current { 
  background-color: #ed5400;/*オンボタン背景色*/
}

/*見出し*/
.k041_at_250801_3679_sagyouyohin__titleWrwp{
  max-width: 1240px;
  width: 100%;
  min-width: 940px;
  margin: 30px auto 0;
}
.k041_at_250801_3679_sagyouyohin__titleWrwp p{
  position: relative;
  padding: 7px 145px 4px 20px;
  font-weight: bold;
  background-color: #333333;
  color: #ffffff;
  font-size: 20px;
}
.k041_at_250801_3679_sagyouyohin__titleWrwp p span {
  font-size: 30px;
}

/*見出し*/
.k041_at_250801_3679_sagyouyohin_titleWrwp{
  max-width: 1240px;
  width: 100%;
  min-width: 940px;
  margin: 30px auto 0;
}
.k041_at_250801_3679_sagyouyohin_titleWrwp p{
  position: relative;
  padding: 7px 0 4px;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #ffb389 60%);
  color: #000000;
  font-size: 28px;
  text-align: center;
  line-height: 1.8;
}

/*====================================
  699px〜 For SP
=======================================*/
@media screen and (max-width: 699px) {
  .k039_at_220720_2497_responsive_menu_pcOnly{
    display: none;
  }
  .k039_at_220720_2497_responsive_menu_spOnly{
    display: block;
  }
  .k039_at_220720_2497_responsive_menu_inner{
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  
  /*----------02_ボタン_背景色----------*/
  .k041_at_250801_3679_sagyouyohin_4col_icon{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 4vw;
    margin: 0 0 10px;
  }
  .k041_at_250801_3679_sagyouyohin_4col_small {
    font-size: 3.6vw;
  }
  .k041_at_250801_3679_sagyouyohin_4col_icon li{
    width: 50%;
    margin: 0;
    border-radius: 0px;
    border-bottom:  1px solid #ffffff;
  }
  .k041_at_250801_3679_sagyouyohin_4col_icon li:nth-of-type(odd){
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    border-right: 1px solid #ffffff;
  }
  .k041_at_250801_3679_sagyouyohin_4col_icon li:nth-of-type(-n+2){
    border-top: 1px solid #ffffff;
  }
  .k041_at_250801_3679_sagyouyohin_4col_icon li a{
    -webkit-justify-content: flex-start;
    justify-content: center;
    height: auto;
    min-height: 40px;
    padding: 5px 5px 5px 40px;
  }
  .k041_at_250801_3679_sagyouyohin_4col_icon li a span{
    position: absolute;
    left: 5px;
  }
  .k041_at_250801_3679_sagyouyohin_4col_icon li a span img{
    height: 30px;
  }

  /*見出し*/
  .k041_at_250801_3679_sagyouyohin_titleWrwp{
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    margin: 20px auto 0;
  }
  .k041_at_250801_3679_sagyouyohin_titleWrwp p{
    font-size: min(4.5vw, 24px);
  }

}