/*
 **********************************************************************

* style.css

*********************************************************************
*/
.plantsSect .tabList {
  margin-bottom: 60px;
  text-align: center; }

.plantsSect .tabList li {
  font-size: 32px;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 90px;
  margin: 0 0 0 0;
  padding: 17px 16px 0 86px;
  cursor: pointer;
  background: no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border-right: 1px dotted #ccc; }
  .plantsSect .tabList li:last-child {
    border-right: none; }

.plantsSect .tabList li:hover {
  opacity: .8; }

.plantsSect .tabList li.current:hover {
  opacity: 1; }

.plantsSect .tabList li.current {
  background-image: url(/garden/season/images/tab_bg01.png);
  -webkit-background-size: 100% 100% !important;
  background-size: 100% 100% !important; }

.plantsSect .tabList li#spring:before {
  background: url(/garden/season/images/tab_bg02.png) no-repeat 0 0; }

.plantsSect .tabList li#summer:before {
  background: url(/garden/season/images/tab_bg03.png) no-repeat 0 0; }

.plantsSect .tabList li#autumn:before {
  background: url(/garden/season/images/tab_bg04.png) no-repeat 0 0; }

.plantsSect .tabList li#winter:before {
  background: url(/garden/season/images/tab_bg05.png) no-repeat 0 0; }

.plantsSect .tabList li:before {
  position: absolute;
  top: 14px;
  left: 20px;
  display: block;
  width: 60px;
  height: 60px;
  content: '';
  -webkit-background-size: cover !important;
  background-size: cover !important; }

.plantsSect .tabList li .month {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  letter-spacing: 0; }

.plantsSect .sectMain {
  position: relative; }

.plantsSect .sectMain .itemList {
  margin: -15px 0 0 0; }

.plantsSect .sectMain .itemList > li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.5%;
  margin: 32px 0 0 3.333%; }

.plantsSect .sectMain .itemList > li:nth-child(4n+1) {
  clear: both;
  margin-left: 0; }

.plantsSect .sectMain .itemList > li .listWrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  cursor: pointer; }

.plantsSect .sectMain .itemList > li .listWrap:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: none;
  width: 36px;
  height: 40px;
  margin-left: -18px;
  content: '';
  background: url(/garden/season/images/pop_arrow.png) 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.plantsSect .sectMain .itemList > li.open .listWrap:before {
  display: block; }

.plantsSect .sectMain .itemList > li .listWrap .photo {
  position: relative;
  margin-bottom: 10px; }

.plantsSect .sectMain .itemList > li .listWrap .photo img {
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.plantsSect .sectMain .itemList > li .listWrap .photo:after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 28px;
  height: 28px;
  content: '';
  background: url(/garden/season/images/icon_scope.png) 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.plantsSect .sectMain .itemList > li .listWrap:hover .photo {
  opacity: .8; }

.plantsSect .sectMain .itemList > li .listWrap .tit {
  font-size: 20px;
  line-height: 1.1;
  display: inline;
  border-bottom: 1px solid #666; }

.plantsSect .sectMain .itemList > li .listWrap:hover .tit {
  border-bottom: 0; }

.plantsSect .sectMain .itemList > li .listWrap .tit .smallTxt {
  font-size: 75%; }

.plantsSect .sectMain .itemList > li .listWrap .subTit {
  font-size: 12px; }

.plantsSect .sectMain .itemList > li .detailBlock {
  position: absolute;
  z-index: 0;
  left: -20px;
  display: none;
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
  background: #f7ecd4;
  -webkit-box-shadow: 0 0 1px 5px #f8e9c6 inset;
  box-shadow: 0 0 1px 5px #f8e9c6 inset; }

.plantsSect .sectMain .itemList > li .detailBlock .blockInner {
  padding: 30px 20px; }

.plantsSect .sectMain .itemList > li .detailBlock .blockTit {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #009d42; }

.plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin: -5px 0 0 20px;
  padding: 0 25px;
  vertical-align: middle; }

.plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit:before, .plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit:after {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  content: '';
  background: #009d42; }

.plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit:before {
  left: 0; }

.plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit:after {
  right: 0; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap {
  margin-bottom: 40px; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox {
  position: relative;
  width: 48.3%; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox:before {
  position: absolute;
  top: -1%;
  left: -1%;
  display: block;
  width: 102%;
  height: 102%;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 5px 5px #f8e9c6 inset;
  box-shadow: 0 0 5px 5px #f8e9c6 inset;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px); }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox.typeL {
  float: left; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox.typeR {
  float: right; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox .infoList {
  position: relative;
  border-top: 1px solid #f7dca1; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox .infoList li {
  padding: 8px 20px;
  border-bottom: 1px solid #f7dca1; }

.plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox .infoList li .ans {
  font-weight: bold; }

.plantsSect .sectMain .itemList > li .detailBlock .photoList {
  overflow: hidden;
  margin: -10px 0 0; }

.plantsSect .sectMain .itemList > li .detailBlock .photoList li {
  float: left;
  width: 32.4%;
  margin: 10px 0 0 1.4%;
  text-align: center; }

.plantsSect .sectMain .itemList > li .detailBlock .photoList li:nth-child(3n+1) {
  margin-left: 0; }

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .plantsSect .sectMain .itemList > li .detailBlock {
    left: -10px;
    padding: 0 10px; }

  .plantsSect .sectMain .itemList > li .listWrap .tit {
    font-size: 16px;
    letter-spacing: 0; } }
@media screen and (max-width: 767px) {
  .plantsSect .tabList {
    margin-bottom: 40px; }

  .plantsSect .tabList li {
    font-size: 20px;
    width: 50%;
    height: 60px;
    margin: 0 0 8px 0;
    padding: 6% 0 0 15%; }
    .plantsSect .tabList li:nth-child(2) {
      border-right: none; }

  .plantsSect .tabList li:before {
    top: 10px;
    left: 8px;
    width: 40px;
    height: 40px; }

  .plantsSect .tabList li .month {
    font-size: 10px;
    margin-top: 1px;
    display: inline; }

  .plantsSect .sectMain .itemList {
    max-width: 580px;
    margin: -10px auto 0; }

  .plantsSect .sectMain .itemList > li {
    width: 50%;
    margin: 24px 0 0 0;
    padding: 0 10px; }

  .plantsSect .sectMain .itemList > li:nth-child(4n+1) {
    clear: none; }

  .plantsSect .sectMain .itemList > li:nth-child(2n+1) {
    clear: both; }

  .plantsSect .sectMain .itemList > li .listWrap {
    padding-bottom: 16px; }

  .plantsSect .sectMain .itemList > li .listWrap .photo:after {
    width: 20px;
    height: 20px; }

  .plantsSect .sectMain .itemList > li .listWrap .tit {
    font-size: 14px;
    letter-spacing: 0; }

  .plantsSect .sectMain .itemList > li .listWrap .subTit {
    font-size: 8px; }

  .plantsSect .sectMain .itemList > li .detailBlock {
    left: -5px;
    padding: 0 5px; }

  .plantsSect .sectMain .itemList > li .detailBlock .blockInner {
    padding: 25px 10px; }

  .plantsSect .sectMain .itemList > li .detailBlock .blockTit {
    font-size: 16px;
    margin-bottom: 16px; }

  .plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit {
    font-size: 10px;
    margin-left: 10px;
    padding: 0 12px; }

  .plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit:before, .plantsSect .sectMain .itemList > li .detailBlock .blockTit .enTit:after {
    width: 8px;
    height: 1px; }

  .plantsSect .sectMain .itemList > li .detailBlock .infoWrap {
    margin-bottom: 20px; }

  .plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox {
    width: auto;
    margin-bottom: 30px; }

  .plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox.typeL {
    float: none; }

  .plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox.typeR {
    float: none; }

  .plantsSect .sectMain .itemList > li .detailBlock .infoWrap .infoBox .infoList li {
    line-height: 1.4;
    padding: 4px 10px;
    font-size: 12px; }

  .plantsSect .sectMain .itemList > li .detailBlock .photoList {
    margin-left: 0; }

  .plantsSect .sectMain .itemList > li .detailBlock .photoList li {
    float: none;
    width: auto;
    margin: 20px 0 0 0;
    padding: 0 20px; }

  .plantsSect .sectMain .itemList > li .detailBlock .photoList li:first-child {
    margin-top: 0; } }

/*# sourceMappingURL=style.css.map */
