@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
*/

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

.pc{display:block;}
.sp{display:none;}

@media screen and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}
}
.cateNavi{
	padding-left: 0;
	margin:2% 0;
    display: flex;
    flex-wrap: wrap;
}
.cateNavi a{
	border: 1px solid #86B74C;
    padding: 5px 12px;
    border-radius: 50px;
    min-width: 108px;
    font-size: .85em;
    text-align: center;
    margin: 0 6px 0 0;
    display: block;
    box-sizing: border-box;
}
.cateNavi a:link,.cateNavi a:visited{
	color: #86B74C;
}
.cateNavi a:hover {
    color: #FFF;
	 background: #86B74C;
	opacity: 1;
}
a:link {
    text-decoration: none;
}
@media screen and (max-width: 767px){
	.cateNavi {
		margin: 5% 0;
	}
    .cateNavi a {
        padding: 10px 12px;
        min-width: 50px;
        font-size: .8em;
        margin: 0 4px 5px 0;
        line-height: 1;
    }
}

/**** アウルレポート ****/
.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
    max-width: 380px;
}
.new-entry-card-date, .home.page .post-date, .widget-entry-card-news {
  display: block;
}
.widget-entry-card-news .post-date {
    display: block!important;
	 position: relative;
    top: 8px;
	min-width: 100px;
}
.widget-entry-card-content {
    margin-left: 0;
}
.widget-entry-card-content {
    display: flex;
    padding: 5px 0;
}
.taxonomy_genre_ribon{
	width: 162px;
}
.genre_icon, .newsUnderl .icon01{
    background: #86B74C;
    padding: 6px 15px;
    border-radius: 30px;
    color: #fff;
    margin-right: 15px;	
	 font-size: .9em;
	 min-width: 100px;
    display: inline-block;
    text-align: center;
}
.newsUnderl{
	display: flex;
}
.post-date{
	font-size: .9em;
}
.widget-entry-card {
    display: flex;
}
.swiper-wrapper .widget-entry-card {
    display: block;
}
a:hover, a img:hover {
	color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 767px){
.genre_icon, .newsUnderl .icon01 {
    padding: 6px 12px;
    margin-right: 10px;
    font-size: .8em;
}
	.taxonomy_genre_ribon {
    width: auto;
}
	.new-entry-card-title{
		font-size: 14px;
		line-height: 1.2;
	}
}

/**** TOP ****/
#appeal {
    height: calc(100vw * calc(550 / 1600));
}
@media screen and (max-width: 834px){
	#appeal {
		height: calc(100vw * calc(1100 / 1600));
	}
}
.appeal-content {
    z-index: -2;
}
.ect-3-columns {
	justify-content: flex-start;
}
.article h2, .entry-title{
	text-align: center;
	color: #333;
	font-size: 2em;
	background-color: #FFF;
	padding-top: 5%;
}
@media screen and (max-width: 767px){
	.article h2, .entry-title{
		font-size: 1.5em!important;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 834px){
	 main.main, div.sidebar {
		padding: 10px;
	}	
}


.moreLink{
	text-align: right;
    font-size: .9em!important;
    display: block!important;
    margin: 5% 2% 0;
	}
.moreLink::after {
	content: "\f105";
	padding-left: 5px;
	font-size: 1.3em;
	font-weight: 600;
}
@media screen and (max-width: 767px){
	.moreLink {
		text-align: center;
		margin: 5% 2%;
	}
}
/**** Header ****/
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 32px;
	 position: relative;
    top: 20px;
}
@media screen and (max-width: 767px){
	.logo {
		text-align: left;
		padding-top: 3px !important;
	}
	.header-container-in.hlt-top-menu .logo-header img {
    	max-height: 28px;
		top: 0;
	}
}

/*検索窓*/
.search-box  input[type="text"] {
    padding: 5px 10px;
    font-size: .9em!important;
	border-radius: 30px;
	border: 1px solid #86B74C;
}
.add-header-contents{
	position:relative;
	bottom: 32px;
    left: 260px;
    height: 40px;
    width: 300px;
}
.fa-search::before {
    font-size: .9em;
    position: relative;
	color: #86B74C;
}
@media screen and (max-width: 767px){
	.add-header-contents {display: none; }
}
.main .search-box {
    margin: 5% auto;
    position: relative;
    max-width: 500px;
}
/**** Footer ****/
.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
    margin-bottom: 10px;
}
.copyright {
    margin-top: 30px;
}
.go-to-top-button {
    border-radius: 50px;
	padding-bottom: 5px;
}
@media screen and (max-width: 480px){
    .navi-footer-in > .menu-footer li.menu-item {
        width: auto;
    }
}
/**** アーカイブ ****/
.archive-title {
    text-align: center;
	 margin: -70px 0 30px;
}
.archive-title .fa-folder-open:before {
    display: none;
}
@media screen and (max-width: 767px){
	.archive-title {
		margin: -40px 0 30px;
		font-size: 1.3em;
	}
}
.breadcrumb{ display: none; }

/*固定ページ（トップページカスタマイズ）*/
/*フロント固定ページのタイトルを非表示*/ .home.page .entry-title{ display: none; } 
/*フロント固定ページのシェアボタンを非表示*/ .home.page .sns-share{ display: none; }
/*フロント固定ページのフォローボタンを非表示*/ .home.page .sns-follow{ display: none; } 
/*フロント固定ページの投稿日を非表示*/ .home.page .post-date{ display: none; } 
/*フロント固定ページの更新日を非表示*/ .home.page .post-update{ display: none; } 
/*フロント固定ページの投稿者名を非表示*/ .home.page .author-info{ display: none; }

/**** 投稿 ****/
.no-sidebar .content .main {
    margin: 5% 0;
    border-radius: 20px;
}
 .entry-title {
    text-align: center;
    color: #333;
    font-size: 2em;
    background-color: #FFF;
    padding: 5% 0 2%;
}
.entry-content h2{
	text-align: left;
	padding-top: 2%;
   margin-bottom: 2%;
}
.article h3 {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
ul.post_news{list-style: none;}
.widget-entry-cards .a-wrap {
    padding: 10px;
    line-height: 1;
    margin-bottom: 0;
}
.widget-entry-card-news .post-date {
	top: 0;
}
.widget-entry-card {
	align-items: center;
}
@media screen and (max-width: 767px){
	.widget-entry-card {
		display:block;
	}
	.widget-entry-cards .a-wrap {
    padding: 5px;
	}
}
.cat-label {
    display: none;
}
.card-title-bold .card-title {
    font-weight: 600;
    line-height: 1.5;
}
.no-sidebar .content-in {
    padding: 10px;
}

/**** スマホヘッダー ****/
.logo-menu-button img {
    max-height: 28px;
    margin: 8px 10px 0;
}
@media screen and (max-width: 1023px){
	.mobile-header-menu-buttons {
        justify-content: space-between;
	}
	.has-logo-button .menu-button {
        color: #86B74C;
		   width: 60px;
   }
}
/**** スライドインメニューを右から ****/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #FFF;
	transform: translateX(101%);
}
	.menu-content .menu-drawer {
    padding: 30px;
}
	.menu-drawer a {
    padding: 12px 0;
	}
	
/**** 固定ページ投稿日非表示 ****/
.page .date-tags,
.page .author-info {
display: none;
}

/**** よくあるご質問_アコーディオン ****/

/* アコーディオン全体 */
.accordion {
  max-width: 920px;
  margin: 0 auto;
}
.accordion__item {
  border: 1px solid #666;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.accordion__title {
  position: relative;
  padding: 12px 60px 12px 20px;
  font-weight: 600;
  cursor: pointer;
}
/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #EE9B31;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}
.accordion__title::after {
  transform: rotate(90deg);
}
/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 0 20px 15px 20px;
  display: none;
  cursor: pointer;
}
.accordion__content.is-open {
  display: block;
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}
.accordion__title span{
    display: inline-block;
    background: #EE9B31;
    border-radius: 50px;
    height: 34px;
    width: 34px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.accordion__content span{
    color: #EE9B31;
    margin-right: 10px;
    font-weight: 600;
    font-size: 1.1em;
}
.article dd { margin-left: 10px; font-size: .9em; }
.accordion__content a{color: #EE9B31; font-weight: 600;}
@media screen and (max-width: 767px){
    .accordion__title {
        padding: 10px 40px 10px 10px;
    }
    .accordion__title::before, .accordion__title::after {
        right: 10px;
        width: 15px;
    }
    .accordion__title span {
        height: 28px;
        width: 28px;
        margin-right: 5px;
    }
    .accordion__content {
        padding: 0 10px 15px 10px;
    }
    .article dd {
        font-size: .9em;
    }
}