@charset "UTF-8";
.wrap-contents h1 {
  margin-bottom: 40px;
}

.product-category-nav {
  width: 800px;
  margin: 0 auto 25px;
  /*font-size: 15px;
  font-size: 1.5rem;*/
  font-size: 18px;
  font-size: 1.8rem;
}
.product-category-nav::after {
  content: "";
  display: block;
  clear: both;
}
.product-category-nav li {
  float: left;
  text-align: center;
  color: #9d6918;
  width: 398px;
  height: 50px;
  line-height: 50px;
}
.product-category-nav li a {
  border: 1px solid #9d6918;
  width: 398px;
  height: 48px;
  display: block;
  color: #9d6918;
  text-decoration: none;
}
.product-category-nav li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.product-category-nav .active {
  background-color: #9d6918;
  height: 48px;
  line-height: 50px;
  position: relative;
  color: #FFF;
  border: 1px solid #9d6918;
}
.product-category-nav .active:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #9d6918;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.product-local-nav {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 70px;
}
.product-local-nav::after {
  content: "";
  display: block;
  clear: both;
}
.product-local-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  letter-spacing: 1px;
}
.product-local-nav li a {
  text-decoration: none;
  color: #9d6918;
}
.product-local-nav li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.product-local-nav li:first-child {
  border-left: 1px solid #ccc;
}

.content-box {
  margin-bottom: 70px;
  padding-top: 56px;
  margin-top: -56px;
}

.wagashi-title {
  display: block;
  position: relative;
  padding: 24px 20px 24px 0;
  margin-bottom: 50px;
}
.wagashi-title h2 {
  color: #9d6918;
  float: left;
  width: 420px;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
.wagashi-title p {
  float: right;
  display: block;
  width: 510px;
  /*font-size: 15px;
  font-size: 1.5rem;*/
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
.wagashi-title::before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.wagashi-title::after {
  /*position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;*/
}
.wagashi-title::before {
  top: 0;
  border-top: 2px solid #9d6918;
  border-bottom: 1px solid #9d6918;
}
.wagashi-title::after {
  bottom: 0;
  border-top: 1px solid #9d6918;
  border-bottom: 2px solid #9d6918;
}

.sweets-title {
  width: 960px;
  padding-top: 55px;
  margin-bottom: 50px;
  background: url(https://www.rakuten.ne.jp/gold/itohkyuemon/ujicha_t/assets/img/top22/common/title-line.png) 0 0 no-repeat;
  color: #7c5517;
  text-align: center;
}
.sweets-title h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.sweets-title p {
  /*font-size: 15px;
  font-size: 1.5rem;*/
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.product-box {
  margin-bottom: 50px;
}
.product-box .product-title {
  margin-bottom: 30px;
  border-left: 4px solid #d41c30;
  padding-left: 14px;
}
.product-box .product-title h3 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.product-box .product-title p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d41c30;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
}
.product-box > dl::after {
  content: "";
  display: block;
  clear: both;
}
.product-box > dl > dt {
  float: left;
}
.product-box > dl > dd {
  padding-left: 390px;
}
.product-box > dl .product-text {
  /*font-size: 13px;
  font-size: 1.3rem;*/
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.product-box > dl dd ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.product-box > dl dd ul li .product::after {
  content: "";
  display: block;
  clear: both;
}
.product-box > dl dd ul li .product dt, .product-box > dl dd ul li .product dd {
  padding-left: 150px;
}
.product-box > dl dd ul li .product dt {
  /*font-size: 15px;
  font-size: 1.5rem;*/
  font-size: 18px;
  font-size: 1.8rem;
  color: #9d6918;
  margin-bottom: 4px;
}
.product-box > dl dd ul li .product .image {
  float: left;
  padding-left: 0;
}
.product-box > dl dd ul li .product .price {
  color: #d41c30;
  /*font-size: 15px;
  font-size: 1.5rem;*/
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 20px;
  font-weight:bold;
}
.product-box > dl dd ul li .product .price span {
  font-size: 12px;
  font-size: 1.2rem;
}
.product-box > dl dd ul li .product .btn a {
  position: relative;
  display: inline-block;
  padding: 5px 35px 3px 10px;
  text-decoration: none;
  background: #f0ead3;
  /*font-size: 13px;
  font-size: 1.3rem;*/
  font-size: 15px;
  font-size: 1.5rem;
}
.product-box > dl dd ul li .product .btn a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.product-box > dl dd ul li .product .btn a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -5px;
  content: '';
  background: url(https://www.rakuten.ne.jp/gold/itohkyuemon/ujicha_t/assets/img/top22/common/icon_btn_arrow02.png) no-repeat left center;
}
.product-box > dl dd ul li .product .tag {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "MS PGothic" , sans-serif;
}
.product-box > dl dd ul li .product .tag::after {
  content: "";
  display: block;
  clear: both;
}
.product-box > dl dd ul li .product .reizo,
.product-box > dl dd ul li .product .jyoon,
.product-box > dl dd ul li .product .reito {
  float: left;
  margin-right: 8px;
  padding: 1px 3px;
  background-color: #2692d7;
  color: #FFF;
}
.product-box > dl dd ul li .product .jyoon {
  background: #f47e4b;
}
.product-box > dl dd ul li .product .reito {
  background: #a2a2a2;
}
