@charset "UTF-8";

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

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

.site-name-text{
font-size: 48px!important;
}

body { margin-top: 0px!important; } 

/* エントリーカードラベル・カテゴリー非表示 */
.entry-card .cat-label{
  display: none;
}
.related-entry-card .cat-label{
  display: none;
}

/* カルーセル・カテゴリー非表示 */
.carousel .cat-label {
	display: none;
}

/* マウスオーバーで浮くCSS */
.home main, .archive main{
background-color: transparent;
margin-top: 0;
padding-top: 0;
}

.category-content{
background-color: white;
padding: 1em 1em 0.2em;
margin-bottom: 1em;
}

.entry-card-wrap{
transition: all .3s ease;
margin-bottom: 1em!important;
background-color: white;
border-radius: 4px;
}

.entry-card-wrap:hover{
box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
transform: translateY(-2px);
background-color: white;
}

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

.site-name-text{
font-size: 18px!important;
}

}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
body { margin-top: 0px!important; } 
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
body { margin-top: 0px!important; } 
}

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

/* パソコンで見たときは"pc"のclassがついた内容が表示される */
.dsppc { display: block !important; }
.dspsp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた内容が表示される */
@media only screen and (max-width: 750px) {
.dsppc { display: none !important; }
.dspsp { display: block !important; line-height:0%;}
}

.brand-list1 {
	width:100%;
	display:inline-block;
}
.brand-list2 {
	display:block;
	float:left;
	width:20%;
}
.brand-list3 {
	display:block;
	float:left;
	width:80%;
	padding-left:4px;
}

ul {
  margin-left:-20px;
  list-style-type: none;
}