@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-newyear{background: url("../../../img/shopping/202601-newyear/img_kv.jpg")no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.newyear202601_flexWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.newyear202601_green_Box {
  color: #fff;
  background-color: #1C875B;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
}
.newyear202601_green2_Box {
  color: #fff;
  background-color: #1C875B;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75% !important;
}
.newyear202601_yellow_Box {
  color: #000000;
  background-color: #E8B439;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 75% !important;
}
.newyear202601_mainmenuBox {
  background-color: #fefade;
  padding: 20px;
}
.newyear202601_Box {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 2em 0;
	background-color: #fff;
	font-weight: bold;
	color: #6F3700;
    border: solid 2px #6F3700;
}
.newyear202601_Box p {
    margin: 0; 
    padding: 0;
}
.newyear202601_fontcolor_cha {
  color: #803f25;
}
.newyear202601_fontsize {
    font-size: 62% !important;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {

}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {

}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/
