.kaiunreki-kaze__details div p:first-of-type {
	margin: 0 0 1.6em;
	background: #f9f9f9;
	border: solid 1px #eee;
	padding: 10px;
}
.kaiunreki-kaze__details div h4:first-of-type {
	margin-bottom: 0;
}
.kaiunreki-kaze__details div h4:first-of-type + p {
	margin-top: 0;
}
.kaiunreki-sub-content__fortune-table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.kaiunreki-sub-content__fortune-table .type-sai {
  color: #1870b6;
  font-weight: bold;
}
.kaiunreki-sub-content__fortune-table .type-takara {
  color: #f19725;
  font-weight: bold;
}
.kaiunreki-sub-content__fortune-table .type-ten {
  color: #e30a20;
  font-weight: bold;
}

.kaiunreki-sub-content__fortune-table .type {
	text-align: center;
  border: solid 1px #f6ddf5;
  padding: 7px 0;
}

.print-result-5-sense {
  text-align: center;
}
.print-result-5-sense a {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/icon-printer.png) 0 center no-repeat;
  background-size: 16px 16px;
  color: #fe4d6d;
  text-decoration: underline;
  font-size: 15px;
}

.kaiunreki-add{
  margin-top: 25px;
}
.kaiunreki-pdfList{
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.kaiunreki-pdfList .kaiunreki-section__download-pdf{
  margin: 0 5px;
}


.kaiunreki-pdfList .kaiunreki-section__download-pdf--karte {
  width: 45%;
}


@media only screen and (max-width: 415px){
  .kaiunreki-pdfList{
    display: block;
  }
  .kaiunreki-pdfList .kaiunreki-section__download-pdf{
    margin: 0 auto 40px;
  }
  .kaiunreki-pdfList .kaiunreki-section__download-pdf--karte {
    width: 70%;
  }
}

.kaiunreki-pdfKaze {
  margin-bottom: 50px;
}


.pagnationList {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

.pagnationList li{
  margin: 0 5px;
  padding: 9px 10px;
}

.pagnationList a {
  text-decoration: none;
  color: #fff;
}


.pagnationList .kaiunreki-button--disabled {
  text-decoration: none;
  cursor: default;
}

.pagnationList-count{
  font-size: 14px;
  display: none;
  margin-top: 25px;
}


@media only screen and (max-width: 415px){
  .kaiunreki-pc{
    display: none;
  }
  .pagnationList-count{
    display: block;
  }
}

.slickCalender{
  width: 500px;
  margin: 30px auto;
}


.calender table {
  border-collapse:  collapse;
  margin: 0 auto;
  width: 500px;
  padding-bottom: 20px;
}

.calender table td,.calender table th{
  border:1px solid #dcdcdc;
  padding: 0 10px;
  font-size:1.6rem;
}

.calender .calender-day{
  font-size: 1.2rem;
  position: relative;
  top: 5px;
  left: 0px;
}

.calender .calender-tag{
  padding: 5px;
  margin: 5px auto 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 2rem;
}

.calender .calender-head{
  text-align:center;
  font-size: 2rem;
  padding: 0px 0 30px 0;
  margin: 0 auto;
}


.slick-disabled{
  display: none !important;
}

.slick-next, .slick-prev{
  top: 25% !important;
}

.slick-arrow {
  position: absolute;
  top: 0%;
  z-index: 10;
  padding: 5px 10px;
}
button.slide-arrow.prev-arrow.slick-arrow {
  left: 0;
}
button.slide-arrow.next-arrow.slick-arrow {
  right: 0;
}

.slick-slide{
  padding: 10px 0;
}


.kaiunreki-kaze__day {
  margin: 50px 0;
}

/* 毎日の季節切り替え */
.kaiunreki-day-menu__list,.kaiunreki-ymd-menu__list{
  padding: 0 6px 0 0;
  list-style: none;
}
.kaiunreki-day-menu__list:after,.kaiunreki-ymd-menu__list:after{
  content: "";
  display: block;
  clear: both;
}

.kaiunreki-day-menu__item,.kaiunreki-ymd-menu__item{
  width: 50%;
  float: left;
}
.kaiunreki-day-menu__item:nth-child(odd),.kaiunreki-ymd-menu__item:nth-child(odd) {
  clear: left;
}
.kaiunreki-day-menu__item:nth-child(even),.kaiunreki-ymd-menu__item:nth-child(even) {
  position: relative;
  right: -6px;
}

.kaiunreki-day-menu__content{
  display: none;
}

.kaiunreki-day-menu__content.is-active{
  display: block;
}


.kaiunreki-kaze__day h3{
  color: #d03d7d;
  background: #fadeeb;
  box-shadow: inset 0 0 0 2px #fadeeb, inset 0 0 0 3px white;
  margin: 1.8em 0;
  line-height: 1.8rem;
  padding: 10px;
  font-size: 1.8rem;
  text-align: center;
}

*:focus {
	outline:0;
}

.table-detail .table__item{
  display: none;

}

.table-detail h3{
  display: block !important;
}


@media only screen and (max-width: 415px){
  .slickCalender{
    width: 100%;
    margin: 10px auto;
  }

  .calender table {
    width: 100%;
  }
  .calender table td, .calender table th{
    width: calc(100% / 7);
    padding: 0 2.5vw;
  }
  .calender .calender-tag{
    width: 4.8vw;
    height: 4.8vw;
    line-height: 4.8vw;
    font-size: 4vw;
  }
  .calender .calender-head{
    padding: 12px 0 60px 0;
  }
  .slick-arrow {
    top: 55px;
  }
  .slick-slide {
    padding: 10px 2vw;
  }
}



.fn-kaze__item{
  opacity:0;
  height: 1px;
  overflow: hidden;
}
.fn-kaze__item.is-active{
  opacity: 1;
  height: auto;
  overflow: auto;
}
