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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* サイト全体 */
#content #main {
	background:#fdf1e4;
}

#header {
	display:none;
}

.content-wrap {
	padding:30px 80px;
}

.wrap-background-beige {
	background:#fdf1e4;
}

.wrap-background-white {
	background-color:#fff;
}

.background-circle .wp-block-group__inner-container{
	display:table;
	margin: 0 auto;
	background: #b9bdfd;
	border-radius:50%;
   max-width: 700px;
	max-height:150px;
	line-height:40px;
   box-shadow: 0 0 20px 20px #b9bdfd;
	text-shadow: 1px 1px 2px #fff;
}

.background-circle .wp-block-group__inner-container p {
	padding:20px 20px;
	display:table-cell;
	vertical-align:middle;
}

.content-wrap .wp-block-group__inner-container{
	max-width:1080px;
	margin:auto;
}

.article h2 {
	margin:0px 0px 30px;
	padding:0px;
	font-size:28px;
	text-shadow: 1px 1px 2px silver;
	background-color:transparent;
}

.article .content-wrap h2 {
	padding:0px;
}

.article h3{
	margin:0px 0px 30px;
	padding:0px;
	border:none;
	font-size:24px;
	text-shadow: 1px 1px 2px silver;
}

.wp-block-media-text figure.wp-block-media-text__media{
	margin:20px 0px;
}

#top-image-home::before {
  background: url('https://satomida4.xsrv.jp/wp/test/wp-content/uploads/2022/06/9C16C4FA-BFB6-44AA-B1FA-B957CC583EA7.jpg') no-repeat center;/* 擬似要素に背景画像 */
  background-size: cover;/* cover指定 */
  content: "";/* 画像を表示させる為に必要*/
  display: block;/*ブロックボックスで表示*/
  position: fixed;/* 擬似要素全体を固定 */
  width: 100%;/* 横幅を画面全体 */
  min-height: 100vh;/* 縦幅を画面全体 */
  top: 0;/* 上からの配置を0 */
  left: 0;/* 左からの配置を0 */
  z-index: -100;/*背景画像になるように重ね順を-1*/
}

.home #header-container {
	margin-top:100vh;
}

/* #top-images{
	width:100%;
	min-height:100vh;
	background-image:url(https://satomida4.xsrv.jp/wp/test/wp-content/uploads/2022/06/さとみピアノレッスンルームトップ画像.jpg) ;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment:fixed;
	-webkit-background-attachment:fixed;
	-moz-background-attachment:fixed;
} */

/* #top-image-home {
	background-image:url(https://satomida4.xsrv.jp/wp/test/wp-content/uploads/2022/06/さとみピアノレッスンルームトップ画像.jpg) ;
} */

/* #top-image-home img {
	vertical-align:bottom;
	width:100%;
	height:auto;
} */

/* #top-image-page{
	width:100%;
	height:auto;
	background-image: url(https://satomida4.xsrv.jp/wp/test/wp-content/uploads/2022/06/BB72B2A6-F509-4533-BB15-97AF4D57A819.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
} */

#top-image-page img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/* #top-image-box {
	position:relative;
	width:100%;
	z-index:-1;
}

#top-image-box img {
	vertical-align:bottom;
}

#top-image-home img.sp-img {
	display:none;
} */

/* フッター */
footer.footer{
	padding:30px;
}

.footer-left, .footer-center, .footer-right{
	padding:10px 20px;
}

/* 固定ページ用 */
.page .date-tags, .page .author-info {
	display:none;
}

.page h1 {
	font-size:48px;
	color:#333;
	font-weight:400;
	border-bottom:2px solid #333;
	line-height:3;
	margin-bottom:80px;
}

.page header.article-header {
 padding:0px 80px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){
	.article h2 {
		font-size:24px;
	}
	
	.article h3 {
		font-size:22px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
/* 	#top-image-home{
		width:100%;
		height:auto;
		background-image: url(https://satomida4.xsrv.jp/wp/test/wp-content/uploads/2022/06/さとみピアノレッスンルームスマホトップ画像.jpg);
		background-size:100% auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment:fixed;
} */
	
	#top-image-home::before {
  background: url('https://satomida4.xsrv.jp/wp/test/wp-content/uploads/2022/06/C013818E-91E0-4278-930E-72FEDFA03264.jpg') no-repeat center;/* 擬似要素に背景画像 */
  background-size: cover;/* cover指定 */
  content: "";/* 画像を表示させる為に必要*/
  display: block;/*ブロックボックスで表示*/
  position: fixed;/* 擬似要素全体を固定 */
  width: 100%;/* 横幅を画面全体 */
  min-height: 100vh;/* 縦幅を画面全体 */
  top: 0;/* 上からの配置を0 */
  left: 0;/* 左からの配置を0 */
  z-index: -100;/*背景画像になるように重ね順を-1*/
}

/* 	#top-image-home img.sp-img{
		display:block;
	}
	
	#top-image-home img:first-child{
		display:none;
	} */
	
	
	#top-image-box
	.page header.article-header {
    padding:0 10px;
   }
	
	.content-wrap, .content-wrap-profile {
		padding:20px 10px;
	}
	
	.page header.article-header {
		padding:0px 10px;
	}
	
	.page h1 {
	font-size:28px;
	color:#333;
	font-weight:400;
	border-bottom:2px solid #333;
	line-height:2;
	margin-bottom:20px;
   }
	
   #main h1.has-background, #main h2.has-background, #main h3.has-background, #main h4.has-background, #main h5.has-background, #main h6.has-background{
	  padding:0px;
	}
	
	.article h2 {
		font-size:20px;
	}
	
	.article h3 {
		font-size:18px;
	}
	
	.blog-scroll-box ul {
		padding-left:0px;
	}
	
	.br-none br{
		display:none;
	}
	
	p.textalign-left{
		text-align:left;
	}
}
