@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){
  /*必要ならばここにコードを書く*/
  .d-sm-none{display: none;}
}

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

/* トップバー */
body{
	margin-top:calc(1rem + 0.5rem + 1.5rem);
}
.top-bar{
	position: absolute;
	top: 0;
	width: 100%;
	line-height: 2rem;
	padding: 0.5rem 0;
	background:#e89e14;
	text-align:center;
	color:white;
	font-size:1rem;
}

.top-bar a{
	background: #c97f00;
	display:inline-block;
	color:white;
	padding:0px 12px;
	text-decoration:none;
	border-radius:3px;
}