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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 背景透過 */
body{background-color:#fff;}
.header-container, .main, .sidebar, .footer {
background-color: transparent;}
#header-in{background-color:transparent;display:none;}
/* 日付非表示 */
.date-tags{display:none;}
/* モバイルヘッダーボタン */
.mobile-header-menu-buttons {display: flex;bottom: auto;top: 0;}
.header-container-in.hlt-top-menu,#navi-in{display:none;}
.mobile-header-menu-buttons {box-shadow:none;background-color:transparent;position:top;z-index:1;}
.menu-content, .search-edit, input[type="text"] {background-color:transparent;}
.mobile-menu-buttons .menu-button > a {display:none;}
.mobile-header-menu-buttons{z-index:10;}
.scrollable-mobile-buttons{margin-top: 0;}
/*ハンバーガーメニューの文字を消す*/
span.navi-menu-caption.menu-caption {display: none;}
span.navi-menu-icon {font-size: 1.6em;}
span.search-menu-icon.menu-icon {font-size: 1.2em;padding-top: 8px;}
.logo-menu-button {font-size: 1.4em;letter-spacing:8px;}
.logo-menu-button.menu-button > a{font-weight:500;/* display:none; */}
/*検索の文字を消す*/
span.search-menu-caption.menu-caption {display: none;}
span.search-menu-icon {font-size: 1.2em;color: #aaa;}
.search-menu-button.menu-button {display:none;}
/* ハンバーガ */
.mobile-menu-buttons .menu-button {height: 70px;}
.fa-bars:before {font-size:1.8em;color:#b38f91;font-weight:600;content:"";content:url(https://iyasicha.com/wp-content/uploads/button01.png);padding-top:15px;padding-left:5px;}
/* 開いたメニューの調整 */
.menu-content {max-width: 30%;}
.menu-drawer a {color: #555;}
.menu-close-button {font-size: 1.6em;color: #b79490;}
/* 戻るボタン */
.go-to-top-button {
background-color:transparent;
content:"↑";}

#navi-menu-input:checked ~ #navi-menu-content{overflow:hidden;background-color:#eaeae8;opacity:.9;}
/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{display: none;}
/*フロント固定ページの投稿日を非表示*/
/*フロント固定ページの更新日を非表示*/
.page-id-2 .article-header .date-tags {display: none;}
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{display: none;}
/*  */
/* parallax */
.parallax {min-height:550px;margin: 0 calc(50% - 50vw);width: 100vw;background-position: center bottom;background-repeat: no-repeat;
background-attachment:fixed;background-size:cover;}
.parallax.bg-01 {background-image:url(//iyasicha.com/wp-content/uploads/top00.png);}
.parallax.bg-02 {background-image:url(//iyasicha.com/wp-content/uploads/top_slider1.jpg);}
/*  */
.pxbg01{width: 100%; top: 200px; text-align: center; position: relative;}
.pxbg01_in{font-size:1.4em;background-color:rgba(255,255,255,0.7);display:inline;}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*---SNSボタンを丸くする---*/
#main .button-caption {display: none;}
/*SNSシェアボタン*/
.sns-share-message{font-weight: bold;color: #bbb;}
.sns-share-buttons {flex-wrap: nowrap;justify-content: center;}
.sns-share-buttons a {border-radius: 50%;font-size: 20px;margin: 0 10px;}
#main .sns-share a {width: 40px;height: 40px;}
/*SNSフォローボタン*/
.sns-follow-message{font-weight: bold;color: #bbb;}
.sns-follow-buttons {justify-content: center;}
.sns-follow-buttons a {border-radius: 50%;font-size: 20px;margin: 0 10px;}
#main .sns-follow a {width: 40px;height: 40px;}
.sns-buttons a {background-color: #bbb;}
/* SNSカラー */
.sns-buttons a {
color: #bbb;
border: 1px solid #bbb;
background-color: transparent;}
/*  */
/*  */
/*  */
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {transition: 2.5s ease-in-out;transform: translateY(30px);opacity: 0;}
.scroll_up.on {transform: translateY(0);opacity: 1.0;}
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {-webkit-transition: 3.5s ease-in-out;-moz-transition: 3.5s ease-in-out;-o-transition: 3.5s ease-in-out;transition: 3.5s ease-in-out;transform: translateX(-50px);opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;}
.scroll_left.on {opacity: 1.0;filter: alpha(opacity=100);-moz-opacity: 1.0;transform: translateX(0);}
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {-webkit-transition: 3.5s ease-in-out;-moz-transition: 3.5s ease-in-out;-o-transition: 3.5s ease-in-out;transition: 3.5s ease-in-out;transform: translateX(50px);opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;}
.scroll_right.on {opacity: 1.0;filter: alpha(opacity=100);-moz-opacity: 1.0;transform: translateX(0);}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
div#n2-ss-1 .n2-ss-slider-2 {height:800px;}
.scrollable-mobile-buttons{margin-top: 0;}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
div#n2-ss-1 .n2-ss-slider-2 {height:600px;}
.scrollable-mobile-buttons{margin-top: 0;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
div#n2-ss-1 .n2-ss-slider-2 {height:600px;}
.scrollable-mobile-buttons{margin-top: 0;}
}
