@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){
  /*必要ならばここにコードを書く*/
}

body {
  background-color: #fff7fb;
  color: #aba1bc;
}

.eye-catch {
  display: none;
}

.site-name-text {
  color: #ffdbed;
  font-size: 160% !important;
  font-weight: bold;
}

.header-container {
  margin-bottom: 4px;
}

.entry-title, .entry-title a {
  text-align: center;
  color: #aba1bc;
  font-size: 129%;
  font-weight: normal !important;
  margin-top: 52px;
  margin-bottom: 60px;
}

.entry-content {
  color: #676072;
  font-size: 15px;
  margin-right: 29px;
  margin-bottom: 120px;
  margin-left: 29px;
}

.entry-content p {
  line-height: 2.4;
}

.cat-link {
  display: none;
}

.breadcrumb, .breadcrumb a {
  display: none;
}

.entry-card-title, .related-entry-card-title {
  color: #aba1bc;
  font-size: 19px;
  font-weight: normal;	
}

.no-thumbnail .entry-card-snippet, .no-thumbnail .related-entry-card-snippet {
  color: #aba1bc;
}

.entry-card-wrap {
  margin-bottom: 29px;
}

.entry-card-wrap:hover {
  background-color: #fff;
}

.entry-date {
  color: #ffdbed;
  font-size: 12px;
  margin-right: 24px;
}	
	
.fa {
  color: #ffdbed;
  font-size: 16px;
}

.fa-clock-o {
  display: none;
}

.entry-category {
  display: none;
}

.article h3 {
  color: #aba1bc;
  font-size: 19px;
  font-weight: normal;
  border-top: none;
  border-right: none;
  border-bottom: solid 12px #fff7fb;
  border-left: none;
  padding-left: 0em;
}

.article h4 {
  color: #aba1bc;
  font-size: 17px;
  font-weight: normal;
  border-top: none;
  border-bottom: solid 9px #f8f8ff;
  padding-left: 0em;
}	

.menu-close-button {
  margin-bottom: 60px;
}

.no-scrollable-sidebar .sidebar {
  padding-top: 36px;
  padding-right: 52px;
  padding-bottom: 122px;
  padding-left: 62px;
}

.body, .menu-content {
  color: #aba1bc;
  font-size: 14px;
}

.body, .menu-content p {
  line-height: 2.4;
}

.widget_search .wp-block-search__input {
  background-color: #fff;
  border-color: #fff7fb;
  border-width: thick;
  margin-top: 42px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: -4px;
}

.widget_search .wp-block-search__label {
  display: none;
}

.widget_search .wp-block-search__button {
  display: none;
}

.sidebar h2, .sidebar h3 {
  display: none;
}

.widget_pages ul li a {
  color: #aba1bc;
  margin-top: 20px;
  margin-left: -4px;
}

.widget_pages ul li a:hover {
  background-color: #fff;
  color: #aba1bc;
}

img {
  margin-left: 1px;
}

.customize-unpreviewable {
  margin-left: 2.9px;
}
	
.color {
  color: #ffc1e0;
}

.liner {
  color: #676072;
  background: linear-gradient(transparent 60%, #f8f8ff 40%);
}

.small {
  font-size: 90%;
}

.small2 {
  font-size: 72%;
}

.pagination, .pagination-next-link, .pager {
  display: none;
}

.box {
  position: relative;
  border: solid 9px #f8f8ff;
  border-radius: 16px;
  width: 298px;
  padding: 1.4em 2.1em 1.7em 2.1em;
  margin: 4.2em 1em 1.2em -0.2em;
}

.box .box-title {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 12px;
  line-height: 1;
  color: #ffdbed;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 0.1 1.2px;
}

.box p {
  line-height: 3.2;
  padding: 0;
  margin: 0;
}

summary {
  display: block;
  list-style: none;
  color: #aba1bc;
}

summary::-webkit-details-marker {
  display: none;
}

ul {
  list-style: none;
  line-height: 1.9;
}

a {
  color: #aba1bc;
  text-decoration: none;
}

a:visited {
  color: #aba1bc;
}

a:hover {
  color: #807592;
  text-decoration: none;
}

a:active {
  color: #aba1bc;
}

.pre {
  margin-top: 4em;
}

.pre2 {
  margin-top: 2em;
}

.pre4 {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

.center {
  text-align: center;
}

@keyframes blinking {
  0% {
  opacity: 0;
}
  100% {
  opacity: 1;
}
}

.new {
  color: #ffc1e0;
  animation: blinking 1s ease-in-out infinite alternate;
}

.notice-area {
  font-size: 102%;
  padding-bottom: 3.6em;
  margin-top: -1.4em;
  margin-bottom: 1em;
}

