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

/************************************
** 子テーマ用のスタイルを書く
************************************/
a {
    transition: 0.3s ease-in-out;
}
#header {
    background: url("http://yokaten.net/wp-content/uploads/2023/07/header_bg_center.png") repeat-x center bottom;
    background-size: 180px;
    z-index: -100;
    width: 100%;
}
#header-in {
    background: url("http://yokaten.net/wp-content/uploads/2023/07/header_bg_left.png") no-repeat left bottom;
    background-size: 517px;
}

.logo-header {
    background: url("http://yokaten.net/wp-content/uploads/2023/07/header_bg_right.png") no-repeat right bottom;
    background-size: 570px;
}
#header {
    background: url("http://yokaten.net/wp-content/uploads/2023/07/header_bg_center.png") repeat-x center bottom;
    background-size: 180px;
    z-index: -100;
    width: 100%;
}
.logo-text {
	padding: 25px 0;
}
.site-name-text {
	background: #fffcf9;
}
.entry-card-wrap {
	margin-bottom: 0;
	padding: 5% 3.9% 3%;
	box-shadow: none;
	border-radius: none;
	border-bottom: 1px solid #ddd;
}
.entry-card-title {
    border-bottom: none;
}
.card-thumb img {
	border: none;
	border-radius: 0;
}
.sidebar h2,
.sidebar h3 {
	padding: 0;
	border-bottom: none;
}
.sidebar h2::before,
.sidebar h3:before,
.sidebar h2::after,
.sidebar h3:after {
	display: none;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  #header-in {
	  background-position: -72px bottom;
	}
	.logo-header {
		background-size: 450px;
		background-position: right -33px;
	}
}
/*768px以下*/
@media screen and (max-width: 768px){
.entry-card-title {
		margin-left: 0;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
  #header-in {
	  background-position: -71px 37px;
	  background-size: 297px;
	}
	.logo-header {
		background-position: 120px -13px;
		background-size: 336px;
	}
}
