@charset "UTF-8";
.product-icatch {
  width: 93%;
  margin: 3% auto 2% auto;
  padding: 1%;
}
.product-icatch .subcatch {
  font-size: 1.4rem;
  color: #3f2000;
  position: relative;
  border: 2px solid #663300;
  padding: 2% 2% 2% 3%;
  text-align: left;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  margin: 0;
}
.product-icatch .subcatch strong {
  background-color: #FBF673;
}
.product-icatch .subcatch:after, .product-icatch .subcatch:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.product-icatch .subcatch:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.product-icatch .subcatch:before {
  border-color: rgba(102, 51, 0, 0);
  border-top-color: #663300;
  border-width: 18px;
  margin-left: -18px;
}
.product-icatch .catch {
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 20px;
}
.product-icatch .catch span {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  padding: 0 5px 1px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
.product-icatch .catch span strong {
  font-size: 35px;
}
.product-icatch .mainV {
  text-align: center;
  margin: 5px 0 0;
}
.product-icatch .mainV p {
  margin: 1% auto;
  text-align: right;
  font-size: 0.9rem;
}
.product-icatch .subCatch2 {
  margin: 1em 1em 1em;
}
.product-icatch .subCatch2 h3 {
  font-size: 1.35rem;
  color: #000;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-icatch .subCatch2 h3 strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
  padding: 0 5px 1px;
  text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}
.product-icatch .subCatch2 h3 span {
  background-color: #f1f1f1;
  font-size: 1.16rem;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
}

.pic {
  text-align: center;
  margin: 0 3% 5%;
}
.pic ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0 5% 3%;
}
.pic ul li {
  float: left;
  width: 48%;
}
.pic ul li img {
  width: 100%;
  display: block;
}
.pic ul li p {
  margin: 6% 0 0 0;
  text-align: left;
  padding: 4.5%;
  background-color: #f1f1f1;
  position: relative;
}
.pic ul li p:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(224, 224, 224, 0);
  border-bottom-color: #f1f1f1;
  border-width: 10px;
  margin-left: -10px;
}
.pic ul li:last-child {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .pic ul li p {
    margin-top: 4%;
    margin-bottom: 10%;
  }
  .pic ul li:last-child p {
    margin-bottom: 0;
  }
}

.contents-wrap {
  font-size: 1.1em;
  line-height: 1.7;
}
.contents-wrap .head span {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
}
.contents-wrap .head.brands .comment {
  margin: 5% 2% 3%;
  padding: 2%;
  background-color: #F5ECDB;
  color: #111;
  font-size: 1.05em;
}
.contents-wrap .head.brands p {
  padding-bottom: 0.5em;
}
.contents-wrap .head.brands strong {
  font-size: 1.12em;
  display: block;
  margin: 1em 0 8px -4px;
  color: #e54c00;
}
.contents-wrap .head-text {
  font-size: 1.2rem;
  margin: 1.3rem 0 1rem;
  text-align: left;
  line-height: 1.5;
  border-bottom: solid 2px #900;
  padding: 0 2% 2%;
  font-weight: bold;
}
.contents-wrap .head-text strong {
  font-size: 1.35rem;
  color: #900;
  display: block;
  padding-bottom: 1%;
}
@media screen and (max-width: 767px) {
  .contents-wrap .head-text strong {
    font-size: 1.15em;
  }
}
.contents-wrap .head-text p.head-text_p {
  padding: 0;
  margin-top: 0.1em;
}
.contents-wrap .head-text p.head-text_p .htpInst {
  color: #111;
  font-size: 0.97rem;
  padding: 0.8em 1.7em 1em 1em;
}
@media screen and (max-width: 767px) {
  .contents-wrap .head-text p.head-text_p .htpInst {
    padding: 0.8em 0 1em 0;
  }
}
.contents-wrap h6 {
  font-size: 22px;
  margin: 3% 0 2%;
  padding: 2%;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fad79d;
}
.contents-wrap h6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 215, 157, 0);
  border-top-color: #fad79d;
  border-width: 10px;
  margin-left: -10px;
}
.contents-wrap ul.ast {
  margin: -0.6em 2% 0.5em 2.8em;
  list-style: disc;
}
.contents-wrap ol.ast {
  margin: -0.6em 2% 0.5em 3.5em;
  list-style: decimal;
}
.contents-wrap p {
  padding: 0.4em 2% 1.1em;
}
.contents-wrap p span.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

/*迷子のお振込みが増えています*/
.company#mainContents .att {
  border: 2px solid #630;
  padding: 1% 2%;
  margin: 0 3% 3%;
}
.company#mainContents .att.curve4 {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.company#mainContents .att span {
  display: block;
  font-size: 1.08em;
}
.company#mainContents .att span i {
  color: #c20;
  margin-right: 1%;
}

.toCartPart {
  text-align: center;
  margin: 0;
  font-size: 1.35rem;
}
.toCartPart a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.4, #FDFDFD), color-stop(0.95, #EDEDED), color-stop(1, #DEDEDE));
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 40%, #ededed 95%, #dedede 100%);
  border: solid 1px #bdbcbd;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 2px #bdbcbd;
  display: inline-block;
  padding: 2% 5%;
  position: relative;
}
.toCartPart a i {
  vertical-align: middle;
}
.toCartPart.padding2 {
  padding: 2% 0;
}

.setItems .item {
  border: solid 2px #ccc;
  padding: 15px 22px;
  margin: 3% 3%;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.08em;
  line-height: 1.5;
}
.setItems .item h6 {
  font-size: 1.1em;
  margin-bottom: 2%;
  color: #f26600;
  font-weight: bold;
}
.setItems .item img {
  float: right;
  width: 220px;
  margin: 0 0 0 15px;
}

.catch-copy {
  font-size: 1.25rem;
  background-color: #f5ecdb;
  padding: 2.5% 2%;
  text-align: center;
  margin: 3% 0;
  position: relative;
}
.catch-copy:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 236, 219, 0);
  border-top-color: #f5ecdb;
  border-width: 10px;
  margin-left: -10px;
}

.album {
  margin: 2% 3% 7%;
}
.album figure {
  text-align: center;
  overflow: hidden;
  *zoom: 1;
  margin: 4% 10% 2%;
}
.album figure figcaption {
  font-size: 1.1;
  text-align: left;
  line-height: 1.8;
  padding-top: 0.5em;
  padding-bottom: 1.1em;
}
.album dl {
  overflow: hidden;
  *zoom: 1;
  margin: 4% 3% 2%;
}
.album dl dt {
  width: 48%;
  float: left;
  padding-bottom: 3%;
}
.album dl dd {
  padding: 0 0 3% 52%;
}
.album dl img {
  display: block;
}
.album dl p {
  margin: 3% 0%;
}

.photo {
  width: 480px;
  margin: auto;
}

.set-summary {
  margin-bottom: 2rem;
}

.set-summary-thumb {
  text-align: center;
  margin-bottom: .6rem;
}

.set-summary-title {
  width: 100%;
  text-align: center;
  padding: 6px 0 3px 0;
}

.bg-yellow {
  background: #F3EBA8;
}

.bg-orange {
  background: #FAD79D;
}

.bg-blue {
  background: #e0eef8;
}

.set-detail-wrap {
  padding-top: 0;
}

.set-detail-head {
  background-image: url(../rsp/img/dot_br.gif);
  background-repeat: repeat-x;
  background-position: left center;
  margin: 5px 0 8px;
}
.set-detail-head .block {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  color: #e54c00;
  font-size: 1.06rem;
  padding: 0 5px 0 17px;
  background-color: #FFF;
  background-image: url(../rsp/img/icon11.gif);
  background-repeat: no-repeat;
  background-position: left 0.4em;
  z-index: 1;
}

.set-detail-head-wrap p {
  margin-top: 1rem;
  margin-left: 1rem;
}

.set-items {
  overflow: hidden;
  margin: 1rem 1% 0;
}

.set-item {
  margin: 1.5% 0 3% 0;
  border: 1px solid #E4C193;
  padding: 10px;
  border-radius: 4px;
  list-style: none;
}
.set-item:first-of-type {
  margin-top: 0;
}

.set-item-title {
  background-image: url(../rsp/img/dot_br.gif);
  background-repeat: repeat-x;
  background-position: left center;
  margin: 5px 0 8px;
}
.set-item-title .block {
  display: inline-block;
  font-size: 1.06rem;
  font-weight: bold;
  color: #630;
  padding: 0 5px;
  background-color: #fff;
}

.set-item-text {
  margin: 0 8px;
}

.highcone {
  padding: 4%;
  background-image: url(../rsp/img/bg/block.gif);
}
.highcone p {
  margin: 1rem 0;
}

#cart .product-detail {
  margin-bottom: 0;
}
#cart .contents-wrap {
  padding-bottom: 0;
}
#cart .contents-wrap p:last-child {
  padding-top: 0;
}
#cart p i {
  display: inline;
}

.product-detail {
  border: none;
}
.product-detail .col.col-5.left {
  width: 300px;
}
.product-detail .col.col-7.right {
  width: 380px;
}
.product-detail .col.col-7.right p {
  text-align: right;
  padding: 5px 0 0;
  font-size: 0.9rem;
}
.product-detail .col-12 {
  line-height: 1.6;
}
.product-detail .col-12 .price-red {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product-detail .col-12 .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
}
.product-detail .col-12 p:nth-child(2) {
  background-color: #f1f1f1;
  padding: 2%;
  margin-bottom: 3%;
}
.product-detail .product-list {
  line-height: 1.7;
}
.product-detail .product-list li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-detail .col-12 p:nth-child(2) {
    padding: 3% 4%;
  }
}

.tocart {
  padding: 15px 15px 10px !important;
  margin-bottom: 20px;
}
.tocart ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
.tocart ul li.name {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
  width: 100%;
}
.tocart ul li.price {
  font-weight: bold;
  margin: 0 0 10px 1em !important;
}
.tocart ul li.price .post {
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
  background-color: #E8E1A7;
  padding: 3px 5px;
  line-height: 1.4em;
  font-weight: normal;
  color: #000;
  margin-left: 6px;
  vertical-align: middle;
}

.ps-content p {
  margin: 2% 2% 4%;
  padding: 0;
}
.ps-content p:last-child {
  text-align: center;
}
.ps-content p:last-child img {
  width: 80%;
  height: auto;
}
.ps-content p:last-child span {
  display: block;
  text-align: right;
  padding: 1% 9% 0 0;
  font-size: 0.9em;
}

.is-pc-only {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  figure img {
    zoom: 1;
  }

  .album dl img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .gutters .col-5 {
    width: 42.5%;
  }
}
@media screen and (max-width: 768px) {
  .gutters .col-5 {
    width: auto;
    max-width: 100%;
  }
}
