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

@media screen and (min-width: 640px){
	.column-narrow .content-in {
		width: 640px !important;
	}
}

body {
	padding-top: 0 !important;
}

.content {
	margin-top: 0 !important;
}

.entry-content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.hdd {
	position: sticky;
	top: 0;
	background: #FFFFFF;
}

.bar {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
	font-size: .9rem;
	background: #5FC0C6;
	color: #FFFFFF;
}

.fl {
	display: block;
	width: 100%;
	padding: 1% 0 0 0;
	line-height: 5;
	text-align: center;
	font-size: .9rem;
	background: #B19050;
	color: #FFFFFF;
}

ul {
	list-style: none;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*------------------------------
★日付消す
------------------------------*/
.post-11 .date-tags {
display: none;
}
/*------------------------------
★ヘッダー消す
------------------------------*/
.page .logo-header {
 display: none;
}

/*------------------------------
★画像の隙間埋める
------------------------------*/
img {
vertical-align: bottom;
margin: 0;
padding: 0;
}
.main{
	padding: 0 !important;
}

/*------------------------------
★追従バナー
------------------------------*/
.rappappa {
	position: relative;
}

/*.yohaku{
	width:90vw;
	height:100px;
}*/

.float-button__wrap {
    display: none;/*最初は隠す*/
/*    width: 90vw;
	padding-left:5vw;*/
    position: fixed;
    bottom: 10px;
    z-index: 10;
	margin-bottom:-5px;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}