@media (min-width: 768px) {
  .ro a {
    transition: opacity .2s ease;
  }
  .ro a:hover {
    opacity: .8;
  }
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.fRodin {
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.fHKakuGoW3 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#mainVisual {
  position: relative;
  max-height: 275px;
  height: 21.484375%;
  margin-bottom: 20px;
}
#mainVisual .hdg_category .inner {
  position: relative;
  padding-top: 15px;
}
#slideArea .ttl_division {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 30px;
}
#slideArea .ttl_division span {
  font-weight: 600;
}
#slideArea .hdg_name {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
#slideArea .iconCatTag {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
#slideArea .iconCatTag li {
  width: 100px;
  height: 24px;
  line-height: 24px;
  margin: 0 2px;
  font-size: 1.3rem;
  text-align: center;
  color: #FFF;
}
#slideArea .iconCatTag li.cat01 {
  background: #3ea540;
}
#slideArea .iconCatTag li.cat02 {
  background: #eddb42;
}
#slideArea .iconCatTag li.cat03 {
  background: #e0363a;
}
#slideArea .iconCatTag li.cat04 {
  background: #f29d2d;
}
#slideArea .swiper-container {
  background: url('../images/detail/bg_swipper.gif') repeat center center;
}
#slideArea .swiper-container .swiper-wrapper {
  width: 900px;
  margin: 0 auto;
}
#slideArea .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#slideArea .swiper-container .swiper-wrapper .swiper-slide .swiper-caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "BEFORE";
  width: 150px;
  height: 35px;
  font-size: 1.8rem;
  font-weight: 600;
  background: #FFF;
  left: 0;
  bottom: 0;
}
#slideArea .swiper-container .swiper-button-prev {
  width: 52px;
  height: 135px;
  margin-top: -67.5px;
  left: 0;
  background: url(../images/detail/btn_swipPrev.png) left top;
}
#slideArea .swiper-container .swiper-button-next {
  width: 52px;
  height: 135px;
  margin-top: -67.5px;
  right: 0;
  background: url(../images/detail/btn_swipNext.png) left top;
}
#contents .bgw {
  padding: 70px 0;
  background: #eee;
}
#contents section {
  margin-bottom: 70px;
}
#contents section.information .in {
  max-width: 900px;
}
#contents section.information .in .infoList {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #d2d2d2;
}
#contents section.information .in .infoList dl {
  width: 50%;
  border-top: solid 1px #d2d2d2;
  display: flex;
}
#contents section.information .in .infoList dl dt {
  width: 130px;
  padding: 30px 35px;
}
#contents section.information .in .infoList dl dd {
  flex: 1;
  padding: 30px 35px;
}
#contents section.comment .in {
  max-width: 900px;
}
#contents section.comment .comWrap {
  display: flex;
}
#contents section.comment .comWrap .ph {
  position: relative;
  width: 200px;
  height: 200px;
}
#contents section.comment .comWrap .ph:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: 0;
  top: 0;
}
#contents section.comment .comWrap .text {
  position: relative;
  padding: 3.90625%;
  background: #FFF;
  flex: 1;
}
#contents section.comment .comWrap .text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#contents section.comment .comWrap .text p.ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
#contents section.comment.customer .comWrap {
  flex-flow: row-reverse;
}
#contents section.comment.customer .comWrap .ph:after {
  background: url('../images/detail/pic_comment01.png') left top;
}
#contents section.comment.customer .comWrap .text {
  margin-right: 25px;
}
#contents section.comment.customer .comWrap .text:after {
  position: absolute;
  content: "";
  top: 70px;
  right: -36px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 18px solid transparent;
  border-left: 18px solid #ffffff;
}
#contents section.comment.staff .comWrap .ph:after {
  background: url('../images/detail/pic_comment02.png') left top;
}
#contents section.comment.staff .comWrap .text {
  margin-left: 25px;
}
#contents section.comment.staff .comWrap .text:after {
  position: absolute;
  content: "";
  top: 70px;
  left: -36px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 18px solid transparent;
  border-right: 18px solid #ffffff;
}
#contents section.recommend {
  padding: 20px 0;
  margin-bottom: 0;
}
#contents section.recommend .ttl_rec {
  background: #3ea540;
  height: 40px;
  line-height: 40px;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}
#contents .backBtn a {
  position: relative;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #d2d2d2;
  margin-left: 20px;
  padding-left: 30px;
  transition-property: all;
  transition: 0.3s linear;
}
#contents .backBtn a:after {
  position: absolute;
  content: "";
  top: 0;
  left: -40px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-right: 20px solid #d2d2d2;
  transition-property: all;
  transition: 0.3s linear;
}
@media (min-width: 768px) {
  #slideArea .swiper-container .swiper-button-prev,
  #slideArea .swiper-container .swiper-button-next {
    transition-property: all;
    transition: 0.3s linear;
  }
  #slideArea .swiper-container .swiper-button-prev:hover,
  #slideArea .swiper-container .swiper-button-next:hover {
    opacity: 0.7;
  }
  #contents .backBtn a:hover {
    background: #FFF;
    color: #3ea540;
    text-decoration: none;
  }
  #contents .backBtn a:hover:after {
    border-right: 20px solid #FFF;
  }
}
@media (max-width: 767px) {
  #slideArea .ttl_division {
    margin-bottom: 15px;
  }
  #slideArea .hdg_name {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  #slideArea .iconCatTag {
    margin-bottom: 15px;
  }
  #slideArea .swiper-container .swiper-button-prev {
    width: 25px;
    height: 65px;
    margin-top: -32.5px;
    background-size: cover;
  }
  #slideArea .swiper-container .swiper-button-next {
    width: 25px;
    height: 65px;
    margin-top: -32.5px;
    background-size: cover;
  }
  #contents .bgw {
    padding: 30px 0;
  }
  #contents section {
    margin-bottom: 30px;
  }
  #contents section.information .in .infoList {
    margin: 0 15px;
  }
  #contents section.information .in .infoList dl {
    width: 100%;
  }
  #contents section.information .in .infoList dl dt {
    width: 80px;
    padding: 10px 15px;
  }
  #contents section.information .in .infoList dl dd {
    padding: 10px 15px;
  }
  #contents section.comment .comWrap {
    display: block;
  }
  #contents section.comment .comWrap .ph {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
  }
  #contents section.comment .comWrap .ph:after {
    width: 150px;
    height: 150px;
    background-size: contain;
  }
  #contents section.comment .comWrap .text {
    margin: 0 20px;
  }
  #contents section.comment .comWrap .text p.ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #contents section.comment.customer .comWrap .ph:after {
    background: url(../images/detail/pic_comment01.png) left top;
    background-size: cover;
  }
  #contents section.comment.customer .comWrap .text {
    margin-right: 20px;
  }
  #contents section.comment.customer .comWrap .text:after {
    display: none;
  }
  #contents section.comment.staff .comWrap .ph:after {
    background: url(../images/detail/pic_comment02.png) left top;
    background-size: cover;
  }
  #contents section.comment.staff .comWrap .text {
    margin-left: 15px;
  }
  #contents section.comment.staff .comWrap .text:after {
    display: none;
  }
  #contents .backBtn {
    margin: 0 20px;
  }
}
