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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/*フォント指定*/
.ff-noto-sans-jp,
.wf-active .ff-noto-sans-jp {
font-family: Lato ,"Noto Sans JP" ,sans-serif;
}



/* カバーブロック用：インナーブロックの中央寄せを追加 */

body {
	overflow-x:clip;/*水平スクロールバー非表示*/
}


.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}




/*ヘッダーフッターまわり非表示*/
.breadcrumb,
.article-header,
.article-footer{
	display: none;
}


/*セクションまわりの細々とした余白を消す*/
.main {
	padding-top:0!important;
	padding-bottom:0!important;
}

.wp-block-columns,
.wp-block-cover,
{
	margin-bottom:0!important;
}

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

 .content-bottom {
	 margin:0;
}





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

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


.wp-block-cover.alignfull.is-light.greeting {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.wp-block-spacer {
		display: none !important;
}

.wp-image-23 {
	display: none !important;
}
}

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

/* fixedボタン用（25.6.5,sagara）*/
.fixed-button {
  position: fixed;
  bottom: 80px;
  left: 80px;
  width: 180px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.fixed-button span {
  display: block;
}

.fixed-button hr {
  width: 80%;
  border: none;
  border-top: 1px solid #000;
  margin: 8px 0;
}

.fixed-button:hover {
  background-color: #000 !important;
  color: #fff !important;
  transform: scale(1.05);
}

.fixed-button:hover span {
  color: #fff !important;
}

.fixed-button:hover hr {
  border-top-color: #fff;
}
/* 1024px以下では非表示 */
@media screen and (max-width: 1024px) {
  .fixed-button {
    display: none;
  }
}

.inline-style {
  overflow: scroll;
  height: 200px;
  border: 2px solid #000;
  background-color: white;
  padding: 10px;
  border-radius: 0.25rem;
}

.tekito {
	
}