@charset "UTF-8";

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

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

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

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

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

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

/************************************
**  Like Simplicity   [作者: わいひら]　用
************************************/
/*角丸消-------------------------------------------*/
.main {
    border: none;
	border-radius: 0;
}
.navi {
    border: none;
	border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}
.article h2 {
	border-radius: 0;
}
/*ページ上スペース消-------------------------------------------*/
.content {
    margin-top: 3rem;
}
.main {
    padding-top: 0;
}
.article h1 {
    line-height: 1.6;
	padding-bottom: 1.2rem;
}
@media screen and (max-width: 834px){
.content {
    margin-top: 0;
}
main.main {
    padding-top: 0;
    margin-top: 0;
}
.container .column-wrap {
    gap: 0;
}
.article h1 {
    line-height: 1.6;
	padding: 0.5rem 0;
}
}
/*アイキャッチ下スペース作-------------------------------------------*/
.entry-content {
    margin-top: 3em !important;
}
.post-8237 .entry-content {
    margin-top: 0 !important;
}
/*カテゴリページタイトル非表示-------------------------------------------*/
.archive-title {
	display: none;
}
/*プロフィールページタイトル消-------------------------------------------*/
.post-485 .entry-title {
display: none;
}
/*トップ、プロフィールページ日付消-------------------------------------------*/
.post-8237 .date-tags {
display: none;
}
.post-485 .date-tags {
display: none;
}
/*トップページカラム幅-------------------------------------------*/
.column-wrap > div {
    width: 48%;
}
/*アイキャッチラベル消-------------------------------------------*/
.cat-label {
    display: none;　
}
/*ロゴ調整-------------------------------------------*/
.site-logo-image {
    max-height: 140px;
	padding: 20px 0;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
.mobile-header-menu-buttons {
    max-height: 80px;
    padding: 10px 29px 20px 29px;
}
.site-logo-image {
    padding: 0;
}
.mobile-menu-buttons .menu-button {
    justify-content: flex-start;
    width: auto;
}	
.mobile-menu-buttons .menu-icon {
    text-align: center;
    font-size: 28px;
	margin-top: 1.8rem;
}
}
/*834px以下*/
@media screen and (max-width: 834px){
.mobile-header-menu-buttons {
    max-height: 60px;
    padding: 5px 16px 10px 16px;
}
.logo-menu-button img {
    max-height: 45px;
}
.mobile-menu-buttons .menu-icon {
	margin-top: 1.7rem;
}
}
/*834px以下*/
@media screen and (max-width: 834px){
.navi {
    border: none;
}
}