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

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



.logo-header{
	display:none;
}

.entry-title{
	display:none;
}

.iconlist-box{
	background-color: #eaeaea;
}

.wp-block-button__link{
	border-radius: 50px;
	background-color: #FFCE12;
	color: #0F1111;
	font-weight: 200;
}

.speech-icon{
	max-width: 100px;
}

/*以下 front-page.php用のcss*/

.top-header-image img {
  width: 100%;
  height: auto;
  display: block;
}

.top-title {
  text-align: center;
  margin: 40px 0 20px;
}

.top-text {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 20px;
	text-align: center;
}

.top-cta {
  text-align: center;
  margin: 40px 0;
}

.cta-button {
  display: inline-block;
  padding: 16px 40px;
  background: #ff6b00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-button:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}



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

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

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