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

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

body {
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "pkna" 1;
font-feature-settings: "palt";
width: 100%;
height: 100%;
line-height: 1.7;
  color: #111;
  font-size: clamp(1.3rem, 5vw, 1.6rem);
font-weight: 400;
font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
}

.wp-block-button a {
  transition: all 0.4s;
  border:1px solid #00a0e9;
}
.wp-block-button a:hover {
  color: #00a0e9;
  background:#fff;
  border:1px solid #00a0e9;
}


.navi-in a {
  font-weight:600;
  color:#111;
  font-size:.9rem;
}
.navi-in a:hover {
  background-color: #00a0e9;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.footer-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  position: relative;
  font-size: 14px;
}

.widget-entry-cards .a-wrap {
  padding: 8px 8px 6px 8px;
  margin-bottom: 4px;
}

.widget-entry-cards .a-wrap:hover {
  background-color: #00a0e9;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.breadcrumb a:hover {
  color: #00a0e9;
}

.fixed-header .logo-header img {
  width: 140px;
}

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

  .mobile-header-menu-buttons {
    padding:.5rem 0;
  }

  .logo-menu-button img {
    max-height: 40px;
  }

  .menu-content .menu-drawer {
    text-align: center;
  }

}

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

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