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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.pc{
	display: block;
}

.sp{
	display: none;
}

.article .article-header h1 {
	text-align: center;
    font-size: 2rem;
	padding-bottom: 0.6em;
    border-bottom: 2px solid #00b74f;
}

.article h2 {
    background: #e6e6cf;
    color: #1c1814;
    font-size: 1.6rem;
}

.article h3 {
    font-size: 1.4rem;
}

.article h4 {
    font-size: 1.3rem;
}

.article h5 {
    font-size: 1.2rem;
}

.article h6 {
    font-size: 1.1rem;
}

.article h3, .article h4, .article h5, .article h6 {
    border-color: #e6e6cf;
}

.wp-block-list li::marker{
	color: #00b74f;
}

.wp-block-buttons .page-btn .wp-block-button__link{
    background: #00b74f;
    border-radius: 0.6rem;
}


.wp-block-buttons .page-btn .wp-block-button__link:hover{
    opacity: 0.5;
	transition: 0.5s;
	color: #fff;
}

.mobile-menu-buttons .menu-icon{
	display: none;
}

.mobile-menu-buttons .menu-caption{
	font-size: 16px;
}

.mobile-footer-menu-buttons{
    background-color: #e6e6cf;
}

.mobile-menu-buttons .menu-button{
    border: 1px solid #B49531;
}

.mobile-menu-buttons{
    box-shadow: none;
}

strong{
    background: linear-gradient(transparent 60%, #9ea91c);
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.rev {
		flex-direction: column-reverse;
	}
	
	.pc{
		display: none;
	}

		.sp{
		display: block;
	}
	
	.navi-footer-in > .menu-footer li.menu-item{
        width: 100%;
		border-bottom: 1px solid;
	}
	
	.navi-footer-in > .menu-footer li.menu-item{
        margin: 2px 2px 10px 2px;
	}
}
