/* 大月曆 */
.calendar-box *{
  /* outline: 1px solid black; */
}
.selectNav {
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  padding: 0 8px 0 16px;
  align-items: center;
  margin-top: 20px;
  height: 52px;
  display: flex;
  width: 100%;
  background-color: #d08e51;
  line-height: 32px;
}
.selectYear{
    display: flex;
}
.selectYear .lunarYear{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
.selectYear .zodiac{
    background-color: #3A5584;
    border-radius: 50%;
    font-weight: bold;
    width: 32px;
    margin-left: 4px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
}
.selection{
    display: flex;
}
.selection select{
  border-radius: 4px;
  margin: 0 4px;
  font-size: 1.4rem;
  cursor: pointer;
  padding:4px 40px 4px 8px;   appearance: none;
  background: url(../images/select-arrow.png) no-repeat right center transparent;
  background-color: #FFF;
  background-size: contain;
}

.dateContent{
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0px 4px 0px #999;
}
.weekDay {
  display: flex;
  justify-content: center;
}
.week {
  display: flex;
  justify-content: flex-start;
  padding: 8px 2px;
  height: auto;
}
.weekDay div {
  color: #919191;
  font-size: 1.15rem;
  padding: 8px;
  padding-bottom: 0;
  flex: 1 1;
  line-height: 30px;
  text-align: center;
}


.calendar-box .day{
  cursor: pointer;
}

.day {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
}

.day .solarDate{
    font-size: 1.75rem;
    font-weight: bold;
}
.day .lunarDate{
    color: #8a6516;
    font-size: 0.8rem;
}

.datePick {
  text-align: center;
  width: 50px;
  height: 50px;
  position: relative;
  }
  .datePick .solarDate{
    position: absolute;
    top: 1px;
  }
  .datePick .lunarDate{
    position: absolute;
    bottom: 2px;
  }
  .goodDay .solarDate {
    width: 50px;
    height: 50px;
    color: red;
  }
  
  .datePick:hover{
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #d08e51;
  width: 49px;
  height: 49px;
  }
  .solarDate,.lunarDate{
      position: absolute;
      width: 50px;
  }
  .day .lunarDate.smallSize{
    font-size: 10px;
  }
  /* .solarDate{
      top: 4px;
      left: 50%;
      transform: translateX(-50%);
  }
  .lunarDate{
      left: 50%;
      transform: translateX(-50%);
      bottom: 4px;
  /* } */
  .datePick:hover .lunarDate{
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px;
  }
  .datePick:hover .solarDate{
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
  }
.datePick.clickDay{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d08e51;
  color: #fff;
}
.datePick.clickDay .lunarDate{
  color: #fff;
}
.datePick.goodDay.clickDay .solarDate {
  width: 50px;
  height: 50px;
  color: #fff;
}

.weekend {
  color: red;
}



.MOBILE .calendar-box{
  width: 96%;
  margin: 0 auto;
}

/* 小月曆 */
.calendarMonth{
  box-shadow: 0px 6px 0px 0px #e1bc80;
  border-radius: 12px;
  margin: 4px 0;
}
.calendarMonth .selectNav{
  height: 32px;
  font-size: 1.25rem;
  color: #fff;
}

.calendarMonth .weekDay div{
  font-size: 0.875rem;
  padding: 0;
  line-height: 28px;
  color: #919191;
}



.slick-slide{
  /* width: 300px !important;  */
}
.calendarMonth .week{
  padding: 1px;
}
.calendarMonth .day {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
}
.calendarMonth .day .date{
  width: 28px;
  color: #cecece;
}
.calendarMonth .day.isGoodDay .date{
  width: 28px;
  cursor: pointer;
  background-color: #d04f49 ;
  color:#fff;
  border-radius: 50%;
}
.calendarMonth .day.isGoodDay.clickDay .date{
  background-color: #c7905b ;
}

.MOBILE .calendarMonth .selectNav{
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  color: #fff;
}

.calendarMonth .weekDay div{
  font-size: 0.875rem;
  padding: 0;
  line-height: 28px;
  color: #919191;
}

/* calendarResult */
.Gday_avoidZodiac {
  display: flex;
}
.Gday-txt {
  border-bottom: 1px solid #d08e51;
  padding: 10px 0;
}
.PC .Gday-table {
  margin: 0;
}
.Gday_icon03_cont ul li {
  cursor: pointer;
}
.border-bottom {
  border-bottom: 1px solid #d08e51;
}
.Gday_holiday {
  padding: 5px 10px;
  font-size: 1.1em;
  line-height: 1.6em;
}
.tip {
  position: relative;
  display: inline-block;
}
.tip:hover:before {
  z-index: 1;
  content: attr(data-tooltip);
  border-radius: 4px;
  background: black;
  color: #fff;
  padding: 0px 8px;
  position: absolute;
  font-size: 0.7rem;
  bottom: -104%;
  left: -50%;
  white-space: pre;
}
.tip:hover:after {
  bottom: -8%;
  left: 50%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black;
}
.tip:before,.tip:after {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.tip:hover {
  cursor: pointer;
}
.tip:hover:before,.tip:hover:after {
  opacity: 1;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

  .MOBILE .navbar_OPEN ul li {
    font-size: 16px;
  }

  .datePick {
    width: 42px;
    height: 50px
  }

  .solarDate,
  .lunarDate {
    width: 42px;
  }

  .datePick.clickDay {
    width: 44px;
    height: 50px;
  }
}




