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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-card-content .entry-card-meta{
	display: none;
}

/*トップページ用*/
.header-container{
	display:none;
}

#sa-header {
	transition: all 0.3s; 
    position: fixed;
    width: 100%;
    top: 0px;
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    z-index: 50;
}
header.scrolled {
	background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding-top: 0.5rem; padding-bottom: 0.5rem; 
}
.sa-container{
	padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.sa-a{
    color: inherit;
    text-decoration: inherit;
}
.text-brand-main {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
    gap: 0.5rem;
    align-items: center;
}

.items-center {
    align-items: center;
}
.flex {
    display: flex;
}

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

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

/*781px以下*/
@media screen and (max-width: 781px){
  /*必要ならばここにコードを書く*/
.cstm-btn1, .cstm-btn2{
	text-align: center;
}
}

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