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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.eyecatch.of-cover img {
  object-position: top !important;
}
@media screen and (max-width:767px) {
    /* ここにスマホ向けのCSS指定 */
    .mobileoff{
        display:none !important;
    }
}

/************************************
****　モーダルウインドウ用
************************************/

.modalArea {
  display: none;
  position: fixed;
  z-index: 99999; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
  z-index: 99998; /*サイトによってここの数値は調整 */
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 85%;
  max-width: 500px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  cursor: pointer;font-size: 20px;
}

	
	

.ScrollContent {
  overflow-y: scroll;
  height: 300px;
  width: 100%;
	padding: 10px;
}
.ScrollContent0 {
  overflow-y: scroll;
  height: 450px;
  width: 100%;
	padding: 10px;
}
::-webkit-scrollbar {
  border-radius: 10px;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
}




/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン非表示など
************************************/
.search-menu-button {
	display: none !important; 
}


@media screen and (max-width: 1023px){
.mobile-header-menu-buttons .menu-caption{
	display: none !important; 
  }
.mobile-menu-buttons{
    align-items: center !important;
  }
}

.menu-drawer {

  margin: -20px -20px 0 0;
}
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}

.navi-menu-content {
background-color: #fffffff0 !important;
    margin-left: -20px;
    margin-right: -50px;	
}
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}




.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:none;
}
span.fab.fa-twitter::before{
color:white;/*Twitterマーク色変更はこちら*/
margin-left:1em;
}
span.fas.fa-bars::before{
color:white;/*ハンバーガーメニュー色変更はこちら*/
margin-right:1em;
}
span.fab.fa-line::before{
color:#2EC33A;/*LINEアイコンの色変更はこちら*/
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}


	
@media screen and (max-width: 768px) {
  .page .eye-catch,
  .max-img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .max-img {
    margin: 1em -16px;
  }
}

.floating-button {
	display:none;
  position: fixed;
  bottom: 75px;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #2EC33A;
  color: #fff;
  text-decoration: none;
	line-height: 16px;
	font-size: 12px;
	font-weight: bolder;
  text-align: center;
  z-index: 8888; /*サイトによってここの数値は調整 */

}

@media screen and (max-width: 480px) {
.floating-button {
  right: 5px;
  }
}
.site-name-text{

  color: #fff;
 
}


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

	
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.floating-button {
  bottom: 55px;
  right: 5px;
}
#navi{margin-bottom:100px;}

	
}
