@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*スライダー　ここから*/
.slick1{
    margin: 0px auto;
    width: 100%;
	list-style-type: none;
	padding-left: 0;
}
.slick1 img{
    height: auto;
    width: 100%;
}
/*slick setting*/
 button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: 0px;
  width: 20px;
  height: 20px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(45deg);
 z-index: 100;
}
.next-arrow{
 right: 0px;
width: 20px;
  height: 20px;
  border: 5px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}
/*スライダー　ここまで*/
.article h5,
.article h6 {
  margin: 0;
}
/* CTAボタン */
.bfb-common-cta {
  position: fixed;
  bottom: -25px;
  left: 0;
  background-color: rgba(25,25,25,0.7);
  width: 100%;
  display: block;
  z-index: 999;
  height: 60px;
}

.bfb-cta-wrap{
  position: relative;
}

.bfb-common-cta .bfb-cta-wrap .bfb-contact {
  overflow: hidden;
  max-width: 340px;
  margin: 8px auto;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left {
  float: none;
  margin-right: 0;
  text-align: center;
}

.bfb-cta-text {
  
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-left .bfb-cta-text span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    margin-top: 1px;
    width: 100%;
}

.bfb-cta-button {
  
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 10px 10px;
    border-radius: 3px;
    background: #ffd600;
    text-decoration: none;
    z-index: 100;
    width: 80%;
    height: 80%;
}

.bfb-common-cta .bfb-cta-wrap .bfb-cta-right .bfb-cta-button a .fa {
    margin-left: 8px;
}

.fa-chevron-right:before {
    content: "\f054";
}

.bfb-common-cta .bfb-close-cta, .bfb-common-cta-sp .bfb-close-cta {
    padding: 2px 0;
    border-radius: 3px;
    background: #8C8C8C;
    width: 30px;
    text-align: center;
    position: absolute;
    top: -36px;
    left: 0;
}

.bfb-common-cta .bfb-close-cta .fa, .bfb-common-cta-sp .bfb-close-cta .fa {
    color: #fff;
}
#footer {
  padding: 20px 15px 70px 15px;
  text-align: center;
}
/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-50 .date-tags,
.post-44 .date-tags,
.post-46 .date-tags,
.post-36 .date-tags,
.post-48 .date-tags,
.post-90 .date-tags,
.post-52 .date-tags {
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .bfb-common-cta .bfb-cta-wrap .bfb-cta-right {
    margin-top: -1px;
}
}

/************************************
** 変更CSS　feb.2020
************************************/
/*.mobile-menu-buttons {
  background:  rgb(255, 255, 255, 0);/*#fff*/
  /*box-shadow: 0 0 5px darkgrey;*/
  font-size: 19px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  align-items: center;
  line-height: 1.4;
  min-height: 50px;
  transition: .3s;
}*/

/*  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-around;
    min-width: 46px;
    z-index: 3;
    /*box-shadow: 0 0 5px darkgrey;*/
  }
*/

/*.article h2 {
  font-size: 24px;
  padding: 25px;
  background-color: #f3f4f5;
  border-radius: 2px;
}
.article h3 {
  border-left: 7px solid #ff9500;
  font-size: 22px;
  padding: 12px 20px;
  width: 80%;
  text-align: left;
}
.article h4 {
  border-bottom: 2px solid #e60eac;
  display: inline-block;
}

.article h5 {
  background-color: 2px solid #0154FF;
}

.article h6 {
 /*  border-bottom: 1px solid #ccc; */
}
*/
.blogcard {
  border: 1px solid #dddddd!important;
}
.blogcard-favicon {
  display: none;
}
.blogcard-footer {
  display: none;
}