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

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

.center-left{
	text-align:left;
}
.center-left br{
	display:none;
}
@media screen and (min-width: 750px){
	.center-left{
		text-align:center;
	}
	.center-left br{
		display:block;
	}
}
.wp-element-button {
    letter-spacing: .15em;
}
.round-text{
	width: 19%;
	max-width: 150px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(9px, 1.4vw, 16px);
	line-height: 1.4;
}
.serif{
	font-family: "BIZ UDPMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Times New Roman", serif;
}
.line1{
	line-height: 1;
}
.navi .item-label, .navi .item-description {
    overflow: inherit;
    text-overflow: inherit;
}
.navi-in > ul li{
	width: auto;
}
.hlt-tm-right .navi-in > ul {
    justify-content: space-evenly;
}
li.search-menu-button.menu-button{
	display: none;
}
.mobile-menu-buttons{
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 7px;
}
.mobile-menu-buttons .menu-button{
	width: auto;
	justify-content: left;
}
.logo-menu-button img {
    max-height: 45px;
}
.home .main, .home .entry-content {
    padding-top: 0;
	margin-top: 0;
}
#navi-footer-in{
	display: none;
}
.footer-bottom{
	margin-top: 0;
}
aside#nav_menu-2 {
    margin: 0;
}
.news-block a{
	color: inherit;
	text-decoration: none;
}
.news-block ul{
	padding: 0;
}
.news-block li{
	border-bottom: .5px solid;
	padding: .5em 0;
}
#pager-post-navi .card-thumb{
	display: none;
}
h1.entry-title{
	padding: 0;
	margin-bottom: 2em;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.footer-widgets, .footer-widgets-mobile{
		display: block;
	}
	.footer-left {
		text-align: center;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.navi-footer-in > .menu-footer li.menu-item {
        width: 100%;
    }
}
