@charset "UTF-8";
#prod-area {
  width:100%;
  max-width:800px;
  margin: 0 auto 50px;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

#prod-area div, #prod-area img, #prod-area p {
  box-sizing: border-box;
}

#prod-area img {
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: 1;
  max-width: 100%;
}

#prod-area p {
  margin: 0;
  padding: 0;
  line-height: 2;
}

#prod-area .h2 {
  text-align: center;
  padding: 20px 0;
}

#prod-area .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

#prod-area .col7 {
  width: 70%;
}

#prod-area .prod-detail {
  padding: 20px 0 40px;
}

#prod-area .prod-detail .h1 {
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

#prod-area .prod-chart {
  padding-top: 30px;
}

#prod-area .prod-meister {
  padding: 50px 0;
}

#prod-area .prod-detail p, #prod-area .ion-rice p {
  padding: 0 10%;
}

#prod-area .ion-rice {
  padding: 80px 0;
}

#prod-area .ion-rice .h2 {
  margin-bottom: 30px;
}

#prod-area .ion-rice p {
  font-size: 18px;
}

#prod-area .keep-point {
  padding: 50px 0 0;
  margin: 0 10% 50px;
}

#prod-area .keep-point p {
  font-size: 18px;
  margin-bottom: 1em;
}

#prod-area .keep-point p:last-child {
  margin-bottom: 0;
}

#prod-area .keep-point p.h3 {
  margin-bottom: 10px;
}

#prod-area .seimai {
  padding: 50px 10% 30px;
  background: #fbead9;
}

.prod-detail {
  background: url(../img/prod/itemttl_bg.jpg) no-repeat center;
  background-size: contain;
}

.prod-detail .name {
  text-align: center;
}

.prod-detail .detail {
  padding: 0 100px;
}

.prod-detail .place {
  font-size: 30px;
  margin-bottom: 0;
}

.prod-detail p {
  font-size: 18px;
}

.prod-meister p {
  font-size: 16px;
}

.prod-meister .text {
  padding-right: 2em;
  padding-left: 5%;
}

.prod-meister .img {
  width: 30%;
}

.ion-rice {
  background: url(../img/prod/item_ion_bg.jpg) no-repeat center;
  background-size: cover;
}

.keep-point {
  background: url(../img/prod/point_img.jpg) no-repeat right bottom;
  background-size: 30%;
}

.keep-point .h3 {
  font-weight: bold;
  border-bottom: 1px dashed;
  letter-spacing: 1px;
}

.seimai p.info {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2em !important;
}

.seimai-sort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.seimai-sort p.seimai-name {
  border-bottom: 1px dotted;
  font-weight: bold;
  margin-bottom: .5em !important;
}

.seimai-sort p {
  font-size: 18px;
}

.seimai-sort img {
  width: 24% !important;
  margin-right: 4%;
}

.seimai-sort .text {
  width: 72%;
}

/* 食べ比べセット */
.select-list {
  background: url(../img/prod/select_itembg.jpg) no-repeat center bottom;
  background-size: cover;
  margin-bottom: 40px;
  text-align: center;
}

.select-list p.h2 {
  font-size: 28px;
  font-weight: bold;
}

.select-list .flex {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.select-list .img {
  width: 35%;
  padding-bottom: 20px;
}

.select-list .text {
  width: 65%;
  padding-left: 4%;
  font-size: 16px;
}

.select-list .chart {
  text-align: center;
  padding: 20px 0;
}

.select-list .chart .ttl {
  font-size: 20px;
}

.select-list .chart .ttl img {
  margin-right: 4px;
}

.select-list .tbl-chart {
  display: inline-block;
  margin-top: .25em;
  border-spacing: 3px;
}

.select-list .tbl-chart th, .select-list .tbl-chart td {
  padding: 8px 22px;
  text-align:center;
}

.select-list .tbl-chart th {
  background: #eb6100;
  color: white;
  font-weight: normal;
  font-size: 20px;
}

.select-list .tbl-chart td {
  background: white;
  font-size: 24px;
}

.select-chart-list {
  margin: 40px 0;
}

/* 2020.9.4　新米情報追記 */

span.shinmai_ic {
    color: #fff;
    background: #f00;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 1.3em;
}

@media screen and (max-width:768px) {
  #prod-area .prod-detail p, #prod-area .ion-rice p{
    padding: 0 5%;
  }
  #prod-area .ion-rice{
    padding-top: min(5vw,50px);
  }
  #prod-area .keep-point{
    margin:0 5% 50px;
  }
  #prod-area .seimai{
    padding:50px 5% 10px;
  }
}

@media screen and (max-width:500px) {
  #prod-area .prod-detail{padding:20px 0 10px}
  .prod-meister p{font-size:13px}
  .prod-detail .place{font-size:16px}
  #prod-area .prod-detail .h1{font-size:24px}
  .prod-detail p{font-size:14px}
  #prod-area .prod-meister{padding:24px 0;}
  .prod-meister .text{padding-right: 1em;}
  #prod-area .ion-rice p{font-size:14px}
  #prod-area .keep-point p{font-size:14px}
  .seimai p.info{font-size:14px}
  .seimai-sort{margin-bottom: min(5vw,40px);}
  .seimai-sort p{font-size:13px}
}