@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){
  /*必要ならばここにコードを書く*/
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.tagline{
	display: none;
}

.logo-image{
	padding: 80px 0;
}

#header-container{
  position: relative;
  z-index: 0;
  margin: 0;
  //padding: 8rem 0;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  animation: change-color 10s infinite;
}

.site-name-text{
font-family: "Oswald", sans-serif !important;	
}

@keyframes change-color {
  0%,
  100% {
    background: rgba(231, 76, 60, 0.5);
  }
  20% {
    background: rgba(241, 196, 15, 0.5);
  }
  40% {
    background: rgba(250, 188, 156, 0.5);
  }
  60% {
    background: rgba(52, 152, 219, 0.5);
  }
  80% {
    background: rgba(155, 89, 182, 0.5);
  }
}

.footer{
	padding: 30px 0;
	border-bottom: solid 6px #fc6c85;
}

#content-top{
	margin: 40px 0;
}

#custom_html-2{
	margin: 0;
}

.widget-content-top-title{
	display: none;
}

.category-list{
	display: flex;
	padding: 0;
}

.category-list li{
	width: 49%;
	height: 60px;
	list-style-type: none;
}

.category-list li:not(:last-child){
	margin-right: 2%;
}


.category-list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #fc6c85;
	text-decoration: none;
	transition: 0.5s
}

.category-list li a:hover{
	border-radius: 20px;
	opacity: .8;
}

.pager-post-navi{
	background: none;
}

