@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 {
    font-family: -apple-system, BlinkMacSystem, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Noto Sans JP", Meiryo, sans-serif;
}

.selector {
  font-feature-settings: "palt";
}

.bogo-language-switcher {
	color: #fff;
	text-align: right;
	font-size: 1.6rem;
	margin-right: 2rem;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.bogo_language_switcher_links {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  	background: transparent;
  	border: none;
 	border-radius: 0;
 	font: inherit;
 	outline: none;
	text-decoration: none;
	text-align: right;
}

.bogo-language-switcher .current{
		display: none;
		text-decoration: none;
}
.bogo-language-switcher a:before{
		content: "\f362";
		font-family: "Font Awesome 5 Free";
		padding-right: 8px;
		text-decoration: none;
		font-weight: 900;
}

a {
	text-decoration: none;
}
.bogo-language-switcher a {
	color: #000;
    background-color: #ff9800;
	padding:2.5px 13px;
    border-radius: 3px;
    text-decoration: none;
}
.bogo-language-switcher a:hover {
    color: #fff;
    background-color: #000;
    border:2.5px solid #000;
}

.pagination-next {
	display: none;
}

.go-to-top-button {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 30px;
}

.mobile-footer-menu-buttons,
.navi-menu-content,
.mobile-footer-menu-buttons .menu-button > a,
.mobile-footer-menu-buttons .menu-button:hover,
.navi-menu-content a,
.navi-menu-content a:hover {
  background: #ff9800;
  border: none;
}

.sns-buttons {
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
}
.sns-buttons a.share-button {
	width: 50px;
	height: 50px;
	background: #FF9800 !important;
	border: 0;
	border-radius: 0;
	border-right: solid 1px #FF9800 !important;
}
.sns-buttons a.share-button:first-child {
	border-radius: 5px 0 0 5px;
}
.sns-buttons a.share-button:last-child {
	border-radius: 0 5px 5px 0;
	border-right: 0 !important;
}
.sns-buttons a.share-button .social-icon {
	color: #000;
}
.sns-buttons a.share-button .button-caption {
	display: none;
}

.post-update .fa-history, .post-date .fa {
    display: none;
}