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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#navi-footer {
  display: none !important;
}
.site-name-text {
  position: relative;
}
.site-name-text::after {
  position: absolute;
  content: 'ネイルフリックス';
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  bottom: 0px;
  left: 5px;
}
/*** サイドバー ***/
.sidebar {
  border: #000 1px solid;
  border-radius: none !important;
}
.wp-block-search__label {
  font-size: 16px;
}
/*** ページ切り替え ***/
.pagination-next {
  border: 1px solid #000;
}
.pagination-next-link,
.comment-btn {
  font-size: 15px !important;
}
.page-numbers {
  border-radius: 0 !important;
  font-size: 15px;
  height: 43px;
}
.content-top {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  background-color: #343434;
  padding: 20px 60px;
}
.swiper-wrapper {
  justify-content: center;
}
.widget h2 {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

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

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