@charset "UTF-8";
/* # 共通
----------------------------------- */
.ly-mod-tbl-goods-result .ly-mod-def-tbl thead tr th,
.ly-mod-tbl-goods-result .ly-mod-def-tbl thead tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ly-mod-tbl-goods-result {
  margin-bottom: 10px;
}

.ly-mod-tbl-goods-result .ly-mod-def-tbl {
  table-layout: fixed;
}

.ly-mod-tbl-goods-result .ly-goods-data {
  width: 25%;
}

.ly-mod-tbl-goods-result .ly-goods-data a:hover .ly-productname {
  text-decoration: underline;
}

.ly-mod-tbl-goods-result .ly-goods-material {
  width: 15.83333%;
}

@media only screen and (max-width: 736px) {
  .ly-mod-def-box {
    margin: 30px 0 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* # 絞り込み条件
----------------------------------- */
.ly-search-lead {
  margin-bottom: 10px;
  font-family: "Rounded Mplus 1c";
  font-weight: normal;
  font-size: 1rem;
  text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.5);
}

.ly-stop-drinking-area {
  margin-top: 0;
}

@media only screen and (max-width: 736px) {
  .ly-mod-search-settings .ly-box-settings .ly-goods .ly-list-settings li label {
    height: 38px;
    min-height: 38px;
  }
}
/* # 使用原料アイコン
----------------------------------- */
.ly-icn-wheat,
.ly-icn-milk,
.ly-icn-egg,
.ly-icn-soy,
.ly-icn-chicken,
.ly-icn-pig,
.ly-icn-gelatin,
.ly-icn-squid,
.ly-icn-shrimp,
.ly-icn-mackerel,
.ly-icn-peanut {
  position: relative;
  padding-left: 30px;
}

.ly-icn-wheat:after,
.ly-icn-milk:after,
.ly-icn-egg:after,
.ly-icn-soy:after,
.ly-icn-chicken:after,
.ly-icn-pig:after,
.ly-icn-gelatin:after,
.ly-icn-squid:after,
.ly-icn-shrimp:after,
.ly-icn-mackerel:after,
.ly-icn-peanut:after {
  position: absolute;
  left: 0;
  top: 52%;
  color: #313131;
  font-family: "icn_font";
  font-size: 24px;
  text-indent: 0;
  line-height: 0;
}

.ly-icn-wheat:after {
  content: "\e920";
}

.ly-icn-milk:after {
  content: "\e921";
}

.ly-icn-egg:after {
  content: "\e922";
}

.ly-icn-soy:after {
  content: "\e923";
}

.ly-icn-chicken:after {
  content: "\e924";
}

.ly-icn-pig:after {
  content: "\e925";
}

.ly-icn-gelatin:after {
  content: "\e926";
}

.ly-icn-squid:after {
  content: "\e927";
}

.ly-icn-shrimp:after {
  content: "\e928";
}

.ly-icn-mackerel:after {
  content: "\e929";
}

.ly-icn-peanut:after {
  content: "\e92a";
}

/* # ly-safety-lebel-box
----------------------------------- */
.ly-safety-lebel-box {
  *zoom: 1;
}

.ly-safety-lebel-box:after {
  content: "";
  display: block;
}

.ly-safety-lebel-box:after {
  clear: both;
}

.ly-safety-lebel-box .ly-box-detail {
  float: left;
  width: 66.66667%;
}

.ly-safety-lebel-box .ly-box-detail .ly-box-txt {
  margin-bottom: 10px;
}

.ly-safety-lebel-box .ly-box-img {
  float: right;
  width: 31.57895%;
}

.ly-safety-lebel-box .ly-box-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .ly-safety-lebel-box .ly-box-detail {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .ly-safety-lebel-box .ly-box-img {
    float: none;
    width: 100%;
  }
  .ly-safety-lebel-box .ly-box-img img {
    width: 100%;
    height: auto;
  }
}
/*====アレルゲンページ●pc.css======================*/
@media screen and (min-width: 1210px) {
  div#agn {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#agn .fix {
    clear: both;
    padding-bottom: 23px;
    margin: 0;
  }
  div#agn a:link, a:visited {
    text-decoration: none;
    color: #008bcc;
  }
  div#agn a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #008bcc;
  }
  /*==========================*/
  div#agn .box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div#agn .item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div#agn .item section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div#agn .item .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  div#agn .item ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div#agn .item li {
    width: 47%;
    height: auto;
    background-color: #fff;
    margin: 0 10px 30px 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div#agn .item li .conL {
    width: 27%;
    float: left;
    padding: 0 2% 0 0;
  }
  div#agn .item dl {
    width: 70%;
    margin: 0;
    padding: 0;
    float: right;
  }
  div#agn .pb {
    padding-bottom: 23px;
  }
  div#agn .item .name {
    color: #000;
    font-size: 130%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  div#agn .item .aten {
    font-size: 13px;
    margin: 0 0 -23px 0;
    padding: 0;
    text-align: left;
  }
  div#agn .item .areaT {
    width: 98%;
    text-align: center;
    margin: 6px 0 10px 0;
    line-height: 1.3;
    vertical-align: middle;
    background-color: #666666;
    border-radius: 4px;
    border: 1px solid #666666;
    font-family: "Rounded Mplus 1c";
    font-weight: 600;
    color: #ffffff;
    font-size: 1.4rem;
  }
  div#agn .agn_goods_area .ly-mod-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 12px 2px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #333333;
    font-family: "Rounded Mplus 1c";
    font-weight: 300;
    color: #535353;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  div#agn .agn_goods_area .ly-mod-tag-area-on {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    margin: 3px 10px 3px 0;
  }
  div#agn .agn_goods_area .ly-mod-tag-area-off {
    background-color: #ffffff;
    border-color: #e5e5e5;
    color: #cccccc;
    margin: 3px 10px 3px 0;
  }
  div#agn .agn_goods_area {
    margin: 4px 0;
  }
  div#agn .item_nutritional_info {
    margin-bottom: 7px;
    overflow-x: scroll;
  }
  div#agn .item_nutritional_info table {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 7px;
  }
  div#agn .item_nutritional_info tr, td {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    text-align: center;
    padding: 0.35em;
  }
  div#agn .item_nutritional_info .tit_nut {
    background: #D8D8D8;
  }
  div#agn .item_allergen table {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 7px;
  }
  div#agn .item_allergen .tit_all {
    background: #D8D8D8;
  }
  div#agn .item_allergen img {
    width: 50px;
    height: 58px;
    margin: 4px 0;
    padding: 0px;
  }
  div#agn .con_all {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
  }
  div#agn .td-icon {
    height: 140px;
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    vertical-align: top;
  }
  div#agn .item_place table {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 7px;
  }
  div#agn .item_place .tit_all {
    background: #D8D8D8;
  }
}
.bl-box {
  margin-bottom: 25px;
  padding: 25px;
  border: 2px solid #000;
}

.bl-box *:last-child {
  margin-bottom: 0;
}

.bl-ul li {
  position: relative;
  padding-left: 20px;
}
.bl-ul li:after {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: url(../images/icon/icon-list.svg) 0 0 no-repeat;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 640px) {
  .bl-ul.bl-ul_sp_small li {
    font-size: 14px;
  }
}

.page-h2 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 2rem;
  border-bottom: 2px solid #000000;
}
.page-h2:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #23ac38;
  width: 11px;
  height: 2px;
  left: 0;
  bottom: -2px;
  z-index: 2;
}

.page-p p {
  margin-bottom: 25px;
  font-size: 1.6rem;
}

/*====アレルゲンページsp.css======================*/
@media screen and (max-width: 1209px) {
  div#agn {
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#agn .fix {
    clear: both;
    padding: 0;
    margin: 0;
  }
  div#agn a:link, a:visited {
    text-decoration: none;
    color: #008bcc;
  }
  div#agn a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #008bcc;
  }
  /*==========================*/
  div#agn .item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div#agn .item section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div#agn .item .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  div#agn .item ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div#agn .item li {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0px 0 10px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div#agn .item li .conL {
    width: 26%;
    float: left;
    margin-bottom: 9px;
  }
  div#agn .item dl {
    width: 71%;
    margin: 0 0 9px 9px;
    padding: 0;
    float: right;
  }
  div#agn .item .name {
    color: #000;
    font-size: 130%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  div#agn .item .aten {
    font-size: 98%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  div#agn .item .areaT {
    width: 100%;
    text-align: center;
    margin: 5px 0 8px 0;
    line-height: 1.3;
    vertical-align: middle;
    background-color: #666666;
    border-radius: 4px;
    border: 1px solid #666666;
    font-family: "Rounded Mplus 1c";
    font-weight: 600;
    color: #ffffff;
    font-size: 1.4rem;
  }
  div#agn .agn_goods_area .ly-mod-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 6.7px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #333333;
    font-family: "Rounded Mplus 1c";
    font-weight: 300;
    color: #535353;
    line-height: 1.4;
    font-size: 1rem;
  }
  div#agn .agn_goods_area .ly-mod-tag-area-on {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    margin: 3px 1px;
  }
  div#agn .agn_goods_area .ly-mod-tag-area-off {
    background-color: #ffffff;
    border-color: #e5e5e5;
    color: #cccccc;
    margin: 3px 1px;
  }
  div#agn .agn_goods_area {
    margin: 4px 0;
  }
  div#agn .item_nutritional_info {
    margin-bottom: 7px;
  }
  div#agn .item_nutritional_info table {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 7px;
  }
  div#agn .item_nutritional_info tr, td {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    text-align: center;
    padding: 0.35em;
  }
  div#agn .item_nutritional_info .tit_nut {
    background: #D8D8D8;
  }
  div#agn .item_allergen table {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 7px;
  }
  div#agn .item_allergen .tit_all {
    background: #D8D8D8;
  }
  div#agn .item_allergen img {
    width: 50px;
    height: 58px;
    margin: 4px 0;
    padding: 0px;
    text-align: left;
  }
  div#agn .con_all {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
  }
  div#agn .td-icon {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
  }
  div#agn .item_place table {
    border-collapse: collapse;
    border: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 7px;
  }
  div#agn .item_place .tit_all {
    background: #D8D8D8;
  }
}