/* ================================
  future_chaki_summer
  MB→PC min-width:1100px
================================ */
.intro {
  border-top: 1px dotted #333;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
}
#matchaSencha #cateTitImg {
  background-image: url(../shop/matcha_sencha/contetitimg.jpg);
}
/*  */
@media screen and (max-width: 767px) {
  #matchaSencha .recipe h3 {
    margin-right: -6%;
    margin-left: -6%;
  }
}
@media (hover: hover) {
  #matchaSencha a:hover img, #matchaSencha .btn a:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  #matchaSencha a:hover img, #matchaSencha .btn a:active {
    opacity: 0.6;
  }
}
#matchaSencha .secBox {
  padding: 0;
}
.secBox h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin: 0 0 2rem;
}
.secBox h3::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #b3b7af;
  margin-left: 20px;
}
.commentaryBox {
  margin: 3rem 0;
}
.commentaryBox dl {
  display: flex;
  align-items: flex-start;
}
.commentaryBox dl dt {
  position: relative;
  z-index: 2;
  width: 120px;
  margin: 0 auto 0 16px;
  padding: 3px 14px;
  background-color: #085b47;
  transform: skewX(-30deg);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 40px;
}
.commentaryBox dl.matcha {
  margin: 1rem 0;
}
.commentaryBox dl.sencha {
  margin: 0;
}
.commentaryBox dl.sencha dt {
  background-color: #4fac11;
}
.commentaryBox dl dt span {
  display: block;
  width: 100%;
  transform: skewX(30deg);
  margin: auto;
  text-align: center;
}
.commentaryBox dl dd {
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 768px), print {
  .secBox h3 {
    font-size: 18px;
    margin: 0 0 1rem;
  }
  .commentaryBox {
    margin: 2rem 0;
  }
  .commentaryBox dl {
    flex-direction: column;
  }
  .commentaryBox dl dt {
    position: relative;
    z-index: 2;
    width: 100px;
    padding: 3px 14px;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    margin-left: 10px;
  }
  .commentaryBox dl dd {
    font-size: 14px;
  }
}
#comparison .vsBox img {
  display: block;
  width: 90%;
  max-width: 520px;
  height: auto;
  margin: auto;
}
#comparison .vsBox p {
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 320px;
  margin: 0 auto 20px;
}
#comparison .vsBox p::before, #comparison .vsBox p::after {
  position: absolute;
  top: 1.2rem;
  height: 1.8rem;
  content: '';
}
#comparison .vsBox p::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
#comparison .vsBox p::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 600px), print {
  #comparison .vsBox p {
    position: relative;
    padding: 1rem 1rem;
    font-size: 17px;
    width: 250px;
    margin: 0 auto 0;
  }
  #comparison .vsBox p::before, #comparison .vsBox p::after {
    position: absolute;
    top: 1.2rem;
    height: 1.5rem;
    content: '';
  }
  #comparison .vsBox img {
    display: block;
    width: 100%;
  }
}
#comparison .table1 {
  border-collapse: collapse;
  margin: 4rem auto;
  padding: 0;
  width: 720px;
  table-layout: fixed;
  box-sizing: content-box;
}
#comparison .table1 tr {
  background-color: #f2f5ee;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
#comparison .table1 th, #comparison .table1 td {
  padding: 5px 0;
  border-right: 2px solid #fff;
}
#comparison .table1 td span {
  display: block;
  width: 85px;
  margin: auto;
}
#comparison .table1 th {
  font-size: .85em;
}
#comparison .table1 thead tr {
  background-color: #085B47;
  color: #fff;
  font-size: 20px;
}
#comparison .table1 thead tr th, #comparison .table1 thead tr td {
  padding: 5px 10px;
}
#comparison .table1 tbody th {
  background: #e2ead7;
  color: #4c3131;
  ;
}
#comparison .table1 .sencha {
  background: #4fac11 !important;
}
#comparison .table1 .non {
  background: #fff;
}
#comparison .table1 .colorg1 {
  color: #085B47 !important;
}
#comparison .table1 .colorg2 {
  color: #4fac11 !important;
}
@media screen and (max-width: 768px), print {
  #comparison .table1 {
    border-collapse: collapse;
    margin: 2rem 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  #comparison .table1 td span {
    display: block;
    width: 70px;
    margin: auto;
    font-size: 14px;
  }
  #comparison .table1 thead tr {
    font-size: 16px;
  }
}
#comparison .table2 {
  border-collapse: collapse;
  margin: 1rem auto 4rem;
  padding: 0;
  width: 720px;
  /*table-layout: fixed;*/
  box-sizing: content-box;
}
#comparison .table2 tr {
  background-color: #f2f5ee;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
#comparison .table2 th, #comparison .table2 td {
  padding: 5px 0;
  border-right: 2px solid #fff;
  text-align: center;
}
#comparison .table2 th {
  font-size: .85em;
}
#comparison .table2 thead tr {
  background: #e2ead7;
  color: #4c3131;
  font-size: 15px;
}
#comparison .table2 thead tr th, #comparison .table2 thead tr td {
  padding: 5px 10px;
}
#comparison .table2 tbody th {
  background-color: #085B47;
  color: #fff;
}
#comparison .table2 .sencha {
  background: #4fac11 !important;
}
#comparison .table2 .non {
  background: #fff;
}
#comparison .head4 {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
}
#comparison .table2_2 {
  border-collapse: collapse;
  margin: 1rem auto 2rem;
  padding: 0;
  width: 100%;
  box-sizing: content-box;
}
#comparison .table2_2 tr {
  background-color: #f2f5ee;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
#comparison .table2_2 th, #comparison .table2_2 td {
  padding: 5px 0;
  border-right: 2px solid #fff;
  font-size: 12px;
  text-align: center
}
#comparison .table2_2 td span {
  display: block;
  width: 85px;
  margin: auto;
}
#comparison .table2_2 thead th {
  font-size: 14px;
}
#comparison .table2_2 thead tr {
  background-color: #085B47;
  color: #fff;
  font-size: 16px;
}
#comparison .table2_2 thead tr th, #comparison .table2_2 thead tr td {
  padding: 5px 10px;
}
#comparison .table2_2 thead tr td {}
#comparison .table2_2 tbody th {
  background: #e2ead7;
  color: #4c3131;
}
#comparison .table2_2 .sencha {
  background: #4fac11 !important;
}
#comparison .table2_2 .non {
  background: #fff;
}
#comparison .itemInfo {
  margin: 1rem auto 4rem;
}
@media screen and (max-width: 768px), print {
  #comparison .table2 {
    display: none;
  }
  #comparison .head4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px), print {
  #comparison .table2_2 {
    display: none;
  }
}
#information h3 img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: auto;
}
#information h3 {
  margim: 0 5% 1rem;
}
#information h5 {
  display: flex;
  align-items: center;
}
#information h5::after {
  content: "";
  height: 1px;
  border-bottom: 2px dotted #e09090;
  flex: 1;
  margin-left: 5px;
}
#information h5 span {
  margin: 0;
  display: inline-block;
  padding: 3px 10px;
  background: #e09090;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
#information > p {
  text-align: center;
}
#information .recipe {
  margin-top: 20px;
}
#information .itemInfo {
  background-color: #f7f3f3;
  border: none;
  margin: 1rem auto 2rem;
  max-width: 800px;
  text-align: left;
  padding: 30px 20px;
}
#information .itemInfo .heading {
  margin: 0;
  padding: 0;
  color: #4c3131;
  border-left: none;
  text-align: center;
  font-size: 24px;
}
#information .itemInfo dl .itemBox dt {
  width: 40%;
  max-width: 240px;
  margin: 0 5% 0 0;
  font-size: 24px;
}
#information .itemInfo .itemName {
  color: #4c3131;
}
.recipehead {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 14px;
  background-color: #085B47;
  transform: skewX(-30deg);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 150px;
}
.recipehead.sencha {
  background-color: #4fac11 !important;
}
.recipehead span {
  display: block;
  text-align: center;
  transform: skewX(30deg);
  font-weight: bold;
  font-size: 24px;
}
.recommend {
  display: flex;
  margin: 1rem 0 0;
  justify-content: space-between;
}
.recommend .Box {
  width: 48%;
}
.recommend .Box p {
  background: #fff;
  padding: 2px 10px;
  display: inline-block;
  font-size: 14px;
}
.recommend .Box ul {
  display: flex;
  padding: 5px 0;
  /*border: 2px solid #fff;*/
  margin-top: 10px;
  margin-left: 10px;
  justify-content: flex-start;
  gap: 10px;
}
.recommend .Box ul li {
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px), print {
  .recipehead {
    margin: 0 10px 0 0;
    padding: 3px 14px;
    background-color: #085B47;
    transform: skewX(-30deg);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    width: 120px;
  }
  .recipehead span {
    font-size: 18px;
  }
  #information > p {
    text-align: left;
  }
  #information .itemInfo .heading {
    margin: 0 10px;
    font-size: 16px;
  }
  #information .itemInfo {
    padding: 20px 0;
  }
  #information h5 span {
    font-size: 14px;
  }
  #information h5 {
    margin: 10px 0;
  }
  #information .recipe h5 {
    margin: 10px 20px;
  }
  .recommend {
    flex-direction: column;
  }
  .recommend .Box {
    width: auto;
    margin: 10px 20px;
  }
  .recommend .Box ul li {
    font-size: 13px;
  }
}