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

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

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

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

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






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

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

/*480px以下*/

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

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

html, body {
  overflow-x: hidden !important;
}
/*ロゴの位置*/
.logo{
	text-align:left;
   position: relative;
   top:60px;
  left:50px;	
}
/* 新着記事文字の大きさ */
.widget-entry-card-content{
font-size: 10pt;
color: #000080;	
font-weight: bold;	
}

.carousel-entry-card-title {
  font-size: 14px;
font-weight: bold;
color: #000080 
}

.entry-card-title {
 color: #000080 
}



/*サイトロゴのフォント変更-文字白*/
.logo-header a span{
font-family: 'Avenir','Helvetica Neue';
font-weight: bold;
font-size:36px;
text-shadow:2px 2px 0 #333333, -2px -2px 0 #333333,
              -2px 2px 0 #333333, 2px -2px 0 #333333,
              0px 2px 0 #333333,  0 -2px 0 #333333,
              -2px 0 0 #333333, 2px 0 0 #333333;
}
/* noteのスタイル */
.wnr-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

@media (min-width: 768px) {
    .wnr-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.wnr-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.wnr-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wnr-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.wnr-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #f0f0f0;
}

.wnr-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wnr-item:hover .wnr-thumbnail img {
    transform: scale(1.05);
}

.wnr-content {
    padding: 15px;
}

.wnr-date {
    font-size: 0.85em;
    color: #888;
    margin: 0 0 5px 0;
    text-align: right;
}

.wnr-title {
    font-size: 1.1em;
    margin: 0;
    line-height: 1.4;
    color: #333;
    font-weight: bold;
}