@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

:root {
    --main_color: #0c5880; /*メイン*/
}
/*-----------ヘッダー-------------------------------*/
#content{
	background: #f7f7f7;
	padding: 65px 0;
}
.appeal-title{
    font-size: 4rem;
    font-weight: 400;
    color: var(--main_color);
}
.appeal-message{
	font-size: 17px;
}
.header-container-in.hlt-top-menu{
    padding: 10px;
}
/*------------------スライダー------------------------*/
#carousel-in.wrap{
	width: 100%;
	background: url(https://isshin-kikaku.com/resources/wp-content/uploads/2025/04/bg_slide.jpg) no-repeat center / cover;
	padding: 50px 0;
}
.carousel-content .slick-track{
	width: 100%!important;
}
.carousel-content .a-wrap{
	width: 33.3%!important;
}
.carousel-entry-card-thumb{
	width: 100%;
}
.carousel .a-wrap,
.carousel .a-wrap:hover{
	background: none;
}
.carousel .a-wrap:hover{
	opacity: 0.7;
}
.carousel-entry-card-title{
    font-weight: 600;
    font-size: 26px;
	margin-top: 10px;
}
.carousel-entry-card-title {
    font-weight: 600;
    font-size: 26px;
    margin: -30px auto 0;
    display: inline-block;
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 1;
    width: 90%;
    display: flex;
    align-items: center;
  }
  .carousel-content .cat-label{
    font-size: 20px
  }
  .carousel .slick-arrow::before {
    color: #fff;
  }
  .slick-dots li.slick-active button::before {
    color: white;
  }
@media screen and (max-width: 768px) {
    #carousel-in.wrap{
        padding: 30px 0;
    }
    .logo-header img{
        width: 160px;
    }
    .carousel-entry-card-title{
        font-size: 18px;
    }
    .carousel-content .cat-label{
        font-size: 14px;
    }
    .carousel-content .a-wrap{
        width: 100%!important;
        min-width: 100%!important;
    }

}
/*------------------メイン------------------------*/
.home .content{
	margin-top: 0;
}
.home main{
	background: none;
}
.list.ecb-entry-border .entry-card-wrap {
	background:#fff;
	border:none;
	padding:20px;
}
span.cat-label{
	color: #fff;
    font-size: 17px;
}
.list-title{
    text-align: left;
}
.list-title-in,
.widget h2{
	padding: 0 0 0px;
	color: #333!important;
	font-size: 1.6rem;
    position: relative;
}
.list-title-in::after{
	display: none;
}
.widget h2::before,
.list-title-in::before{
    content: '';
    position: absolute;
    display: block;
    bottom: 6px;
    height: 13px;
    width: 100%;
    background:rgba(186,223,247,0.7);
    z-index: -1;
    top: auto;
}

a.list-more-button{
	border: none;
	background: #f58a00;
	color: #fff;
	border-radius: 99px;
	padding: 10px 20px;
	min-width: 200px;
    font-weight: 600;
    border: 2px solid #ffc172;
}
.list-more-button:hover{
	background: #ffae45;
	color: #fff;
}
.article h2.wp-block-heading{
	color: #fff!important;
}
.content-bottom {
    padding: 65px 20px;
}
.widget h2{
    margin-bottom: 1em;
    display: inline-block;
}
.widget-entry-cards .a-wrap{
    padding: 15px;
    margin-bottom: 20px;
}
.widget-entry-cards figure{
    width: 30%;
}
.ect-3-columns .entry-card-wrap{
    padding: 0;
    background: #fff;
    width: calc((100% - 60px) / 3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.ect-3-columns {
    column-gap: 30px;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-content{
    padding: 20px;
  }
@media screen and (max-width: 768px) {
    #content{
        padding: 0;
    }
    .list-title-in,
    .widget h2 {
        font-size: 1.8rem;
      }
      .list.ecb-entry-border .entry-card-wrap{
        padding: 10px;
      }
      .content-bottom {
        padding: 30px 20px;
    }
    .widget-entry-cards .a-wrap{
        padding: 10px;
    }
    .ect-vertical-card .entry-card-wrap .entry-card-content{
        padding: 10px;
    }
    .ect-3-columns .entry-card-wrap{
        width: calc((100% - 20px) / 2);
    }
    .ect-3-columns {
        column-gap: 20px;
      }
}
/*---------------フッター---------------------------*/
.footer{
	margin-top: 0;
}


