@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-card-wrap{
  border-style: none;
}
.entry-card-title, .related-entry-card-title {
    line-height: 1.5;
    padding: 8px;
    font-weight: 400;
  }
.related-entries.recb-entry-border .related-entry-card-wrap{
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  border-style: none;
  margin-bottom:7px;
}
.sidebar h3{
  padding: 0.5em 0.8em;
  font-size: 1em
}

/*人気・新着記事 タイトル*/
.widget-entry-card,new-entry-card {
font-size: 15px;
line-height: 1.5em;
}

/*cat-label（カテゴリラベル）の位置と文字のカスタマイズ*/
.entry-card .cat-label {	
top: 0%;	
left: 0%;	
line-height: 1.8;	
font-size: 0.67em;	
font-weight: 500;
	 border: 0;
}	

/*トップバナースマホ２列*/
.recommend-3{
	display:flex;
}
.recommend-3 a img {
	display: block;
	padding:4px 2px 0 2px;
	width: 100%;}

/*フッター上背景色*/
.haikei-footer {
  background: #E27D87;
  margin: 0 calc((100% - 100vw) / 2);
  display:flex;
}

.haikei-footer > h2 {
  margin: 0 calc((100% - 100vw) / 2);
  padding: 25px calc((100vw - 1142px) / 2) 15px;
	background: #E27D87;
}

.haikei-footer > p,
.haikei-footer > div,
.haikei-footer > h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
}

/*フッターメニューボタン*/
.footer-btn{
	display: block ;
	text-decoration: none!important;
    background-color: #fff;
	width: 13em;
	padding: 1px;
  	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: -40px;
}

/*フッターメニュー横並び*/
.footer-menu{
justify-content: center; 
align-items: center;
display: flex;
flex-wrap:wrap;
padding-top: 20px;
}
#navi-footer li {
  border: none;
}

/*タブ切り替え横幅*/
#tab_container_458 .wpsm_nav-tabs > li {width: 50%;
	 border: 1px solid #ececec!important;
}
/*タブ色変更*/
#tab_container_458 .wpsm_nav-tabs > li.active > a, #tab_container_458 .wpsm_nav-tabs > li.active > a:hover, #tab_container_458 .wpsm_nav-tabs > li.active > a:focus{
    color:#fff;
    line-height: 50px;
    padding: 5px 80px 5px;
    border-radius: 10px;
    text-decoration: none;
  transition: 0.3s;
  border: 1px solid #ececec !important;
  background: linear-gradient(to bottom,  #ADA4C9, #7768A5);
}

/* フッター文字サイズ */
@media screen and (max-width: 768px) {
  .footer-bottom-content a {
    font-size: 13px;
  }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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