@charset "UTF-8";
@import url(/css/common.css);
@import url(/cart_product/css/genmai.css);
/*==================================================================*/
/* ハイ・ゲンキレギュラーcss */
/*==================================================================*/
.tagarea #relief .section-in .mark {
  margin-bottom: 1.5em;
}
.tagarea #relief .section-in .mark dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.tagarea #relief .section-in .mark dl:not(:last-of-type) {
  border-bottom: 1px dotted #ddd;
}
.tagarea #relief .section-in .mark dl dt {
  width: 30%;
  text-align: left;
}
.tagarea #relief .section-in .mark dl dd {
  width: 70%;
}
.tagarea #relief .section-in .mark dl dd span {
  padding: 0 .3em;
  background-color: #fffcb2;
}
.tagarea #relief .section-in .mark dl dd em {
  font-weight: bold;
  color: #b45347;
}
.tagarea #eat .section-in .box h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.tagarea #eat .section-in .box h3:before {
  content: "\f046";
  margin-right: .3em;
  font-size: 1.1em;
  font-family: FontAwesome;
  font-weight: bold;
  color: #b45347;
}
.tagarea #eat .section-in #recommend {
  margin-bottom: 3em;
}
.tagarea #eat .section-in #recommend .recipe {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto 2em;
  padding: 1.5em 1.5em .5em 280px;
  background: #fff url("/cart_product/0000283/image/bg_drink.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.tagarea #eat .section-in #recommend .recipe dl {
  width: 46%;
  margin-bottom: 1em;
}
.tagarea #eat .section-in #recommend .recipe dl dt {
  margin-bottom: .5em;
}
.tagarea #eat .section-in #recommend .recipe dl dt img {
  vertical-align: bottom;
}
.tagarea #eat .section-in #recommend .recipe dl dd a {
  color: #b45347;
  text-decoration: underline;
  line-height: 1.4;
}
.tagarea #eat .section-in #recommend .recipe dl dd a:hover {
  text-decoration: none;
}
.tagarea #eat .section-in #recommend .note span {
  display: block;
  padding-top: .8em;
  font-size: .8em;
}
.tagarea #eat .section-in #nutrition .read {
  margin-bottom: 1em;
}
.tagarea #eat .section-in #nutrition .btn-link {
  text-align: right;
}
.tagarea #eat .section-in #nutrition .btn-link a {
  font-weight: bold;
  color: #b45347;
}
.tagarea #eat .section-in #nutrition .btn-link a:before {
  content: "\f138";
  margin-right: .5em;
  font-family: FontAwesome;
  color: #b45347;
}
.tagarea #osusume {
  margin-bottom: 3em;
}
.tagarea #osusume .title-area h2 {
  padding-bottom: .3em;
  font-size: 1.6em;
  font-feature-settings: "palt";
}
.tagarea #osusume .mark dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5em;
}
.tagarea #osusume .mark dl dt {
  width: 30%;
}
.tagarea #osusume .mark dl dd {
  width: 70%;
}
.tagarea #osusume .box {
  padding: 1rem;
  border: 1px solid #ddd;
}
.tagarea #osusume .box .text .p-title {
  margin-bottom: .5rem;
  font-size: 1.125em;
  font-weight: bold;
}
.tagarea #osusume .box .text .p-title a {
  color: #b45347;
  text-decoration: underline;
}
.tagarea #osusume .box .text .detail {
  font-size: .8em;
  line-height: 1.3;
}
.tagarea #calcium {
  margin-bottom: 3em;
}
.tagarea #calcium .title-area h2 {
  padding-bottom: .3em;
  font-size: 1.6em;
  font-feature-settings: "palt";
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .tagarea #relief .section-in {
    width: 100%;
  }
  .tagarea #relief .section-in .mark dl dt {
    width: 27%;
  }
  .tagarea #eat .section-in {
    width: 100%;
  }
  .tagarea #eat .section-in #recommend .recipe {
    width: 100%;
    margin: 0 auto 2em;
    padding: 1.5em 1.5em .5em;
    background: none;
  }
  .tagarea #eat .section-in #recommend .recipe dl dt {
    text-align: center;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary::479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .tagarea #relief .section-in {
    width: 100%;
  }
  .tagarea #relief .section-in .mark dl {
    display: block;
  }
  .tagarea #relief .section-in .mark dl dt {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .tagarea #relief .section-in .mark dl dd {
    width: 100%;
  }
  .tagarea #eat .section-in .box h3 {
    font-size: 1em;
  }
  .tagarea #eat .section-in #recommend .recipe {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .tagarea #eat .section-in #recommend .recipe dl dd a {
    font-size: .85em;
    line-height: 1.3;
  }
}
