@charset "UTF-8";

/* ======================================== icons */
@font-face {
  font-family: 'icomoon';
  src:url('../icons/icomoon.eot?-dxcve3');
  src:url('../icons/icomoon.eot?#iefix-dxcve3') format('embedded-opentype'),
    url('../icons/icomoon.ttf?-dxcve3') format('truetype'),
    url('../icons/icomoon.woff?-dxcve3') format('woff'),
    url('../icons/icomoon.svg?-dxcve3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-recommend:before {
  content: "\e64e";
}
.icon-readmore:before {
  content: "\e64d";
}

.ttlBorder .icon {
  font-size: 40px;
  margin-right: 5px;
}
.ttlBorder {
  border-left: 5px solid #00a439;
  color: #00a439;
  font-size: 18px;
  padding:  3px 10px 2px 18px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
}
.ttlBorder:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00a439;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.ttlBorderBottom {
  border-left: none;
  padding-left: 0;
}
.ttlBorderBottom .icon {
  position: relative;
  top: -2px;
}
.ttlBorderBottom:after {
  bottom: -4px;
}

.cardSliderWrapL {
  width: 90%;
  margin: 0 auto 30px;
}
.cardSliderWrap .sp-previous-arrow {
  border: none !important;
  left: -30px;
}
.cardSliderWrap .sp-next-arrow {
  border: none !important;
  right: -30px;
}

.cardSliderWrap .sp-arrow.sp-previous-arrow:before {
  font-family: 'icomoon';
  content: "\e608";
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 15px;
  color: #00a439;
}
.cardSliderWrap .sp-arrow.sp-next-arrow:before {
  font-family: 'icomoon';
  content: "\e609";
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 15px;
  color: #00a439;
}

.cardSliderWrap .sp-arrow.sp-next-arrow:before,
.cardSliderWrap .sp-arrow.sp-previous-arrow:before {
  background-color: transparent;
}
.cardSliderWrap .sp-arrow.sp-next-arrow:after,
.cardSliderWrap .sp-arrow.sp-previous-arrow:after {
  content: none !important;
}

.cardSlider {
  margin: auto;
}
.cardSlider > li {
  width: 32%;
  margin-top: 5px;
  padding-bottom: 5px;
}
.cardSlider a:hover .cardHeading {
  background-color: #00a439;
  color: #fff;
}

.cardSliderData {
  margin: 10px 0;
  line-height: 1.5;
}

.cardSliderPrice {
  font-size: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
  height: 18px;
  box-sizing: border-box;
  padding-top: 1px;
}
.cardSliderPriceYen {
  display: inline-block;
  background-color: #ebebeb;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4px;
  margin-right: 6px;
  margin-top: -1px;
  font-size: 12px;
}
.cardSliderBtn {
  margin: 20px 0 0;
  position: relative;
  top: -10px;
}

.cardSliderBtn li {
  width: 47%;
  float: left;
}
.cardSliderBtn li:nth-child(2n) {
  float: right;
}

.slider-pro .btnPretty {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.cardItem {
  position: relative;
  line-height: 1.5;
  box-sizing: border-box;
}

.cardItem > a {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.cardItem:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 3px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cardItem:hover a,
.cardItem:hover:before {
  border-color: #00a439;
}

.cardHeading {
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  padding: 6px 0 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.cardHeadingSmall {
  font-size: 13px;
  display: table;
  width: 100%;
  height: 35px;
}
.cardHeadingSmallText {
  display: table-cell;
  vertical-align: middle;
}
.cardHeadingGreen {
  color: #00a439;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 10px 10px 7px;
  border-radius: 4px;
}
.btnBlock {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.btnYellow {
  background-color: #f3f001;
  color: #3b3b3b;
}
.btnYellow:hover {
  background-color: #00a439;
  color: #fff;
}
.btnPretty {
  padding: 7px 3px;
  overflow: hidden;
}
.btnPretty1,
.btnPretty2 {
  display: block;
  float: left;
}
.btnPretty1 {
  float: left;
  width: 38%;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.btnPretty2Detail {
  width: 54%;
}
.btnPretty2 {
  float: right;
  text-align: left;
  width: 61%;
  padding-left: 3px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.3;
  position: relative;
}


@media only screen and (min-width: 951px) {
  .btnPretty1.icon-readmore {
    text-align: right;
    width: 48%;
  }
  .btnPretty2Detail {
    width: 52%;
  }
}

@media only screen and (max-width: 950px) {
  .ttlBorder {
    font-size: 15px;
  }
  .cardSliderData {
    height: auto !important;
  }
  .cardSliderBtn {
    margin: 30px 0 0;
    position: relative;
    top: -20px;
  }
  .cardHeading {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .btnPretty1 {
    text-align: right;
    width: 42%;
  }
  .btnPretty2Detail {
    width: 54%;
  }

}
@media only screen and (max-width: 645px) {
  .ttlHasIcon {
    padding-left: 54px;
    position: relative;
    min-height: 2.5em;
  }
  .ttlHasIcon .icon {
    left: 0;
    top: 6px;
    position: absolute;
  }

}
