@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 {
	margin-bottom: 10%;
}
.navi-in {
	padding-top: 15px;
}
.navi-in > ul li {
	width: auto;
	margin: 0 15px;
}
#navi #navi-in ul li a {
	display: block;
	background-color: #903356;
	color: #FFF;
	height: 40px;
	padding: 0 30px;
	padding-top: 6px;
}
.page-id-217 #navi #navi-in ul li a {
	background-color: #06b056;
}
.sns-share, .date-tags, .article-footer {
	display: none;
}
.faq-question {
	margin-bottom: 0px !important;
}
#header-container, #navi, #footer {
	background-color: #FFF !important;  
}
.site-name-text, .copyright {
	color: #222 !important;
}
.faq-wrap {
	margin-bottom: 0 !important;
}
h2, h3 {
	margin-top: 50px;
	font-family: "Yu Mincho", "YuMincho";
}
.page-id-6 .article h3 {
	border-color: #666 !important;
}
.mobile-footer-menu-buttons {
	display: none !important;
}
.mobile-footer-menu-buttons li {
	background-color: rgb(6, 176, 86);
}
.mobile-footer-menu-buttons li .custom-menu-icon {
	display: none;
}
.mobile-footer-menu-buttons li .custom-menu-caption {
	font-size: 15px;
	color: #FFF;
}
.entry-title, #toc, .logo-footer {
	display: none;
}
.caption-box-content ul {
	list-style: none;
	padding: 0;
}
.caption-box-content ul li img {
		margin-right: 5px;
	}

#campaign-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 9999;
  text-align: center;
  padding: 5px 0;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  height: 10%;
}
#campaign-banner p {
  font-size: 14px;
}
#campaign-banner a {
	display: block;
	color: #FFF;
	background-color: #9F1447;
	text-align: center;
	font-size: 15px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}
#campaign-banner a:before {
content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
/*   background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  ); */
/*   transform: rotate(25deg); */
/*   animation: shine 2.5s infinite; */
}
@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-footer-menu-buttons {
		display: block;
	}
		.mobile-footer-menu-buttons li {
/* 			background-color: #903356; */
			background-color: #f78da7;
			border-radius: 50px;
	}
			.mobile-footer-menu-buttons li:first-child {
				border-bottom: 1px solid #FFF;
	}
			.mobile-footer-menu-buttons li a {
				padding: 10px;
	}
	
	.page-id-217 .mobile-footer-menu-buttons li {
			background-color: #06b056;
	}

}


/*650px以下*/
@media screen and (max-width: 650px){
  /*必要ならばここにコードを書く*/
	.fz-36px {
		font-size: 20px;
	}
	.fz-28px {
		font-size: 20px;
		line-height: 130%;
	}
	.fz-24px {
		font-size: 18px;
		line-height: 130%;
	}
	.fz-20px {
		font-size: 16px;
		line-height: 130%;
	}
	.caption-box-content ul li {
		margin-left: 30px;
		text-indent: -30px;
		font-size: 15px;
	}
	#post-8 h2 {
		font-size: 18px;
	}
	#campaign-banner {
  height: 12%;
}
}

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

