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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

.box12 {
max-width:60%;
position: relative;
	top: 20px;
	left:15%;
margin:2em auto 6px;
padding:1em;/*内側余白*/
border:solid 2px #ffffff;/*線の種類・太さ・色*/
background: #ffff;
}


.pfcover {
	height:680px;
			background-repeat: no-repeat;
  			background-size: cover;
			background-image: url(https://nakanishi-takeshi.com/wp-content/uploads/2022/12/-1-scaled-e1670993222691.jpg); 
}/* 背景画像指定 */


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/*プロフィール*/

}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	 img { max-width: 100%; }
	 body{
   　　　　margin: 0;
  　　　　 padding: 0;
}

	/* 元のロゴ画像を非表示 */

        .logo > a img {

                visibility: hidden;

        }
 
/* ページ毎にロゴ画像を指定 */
	 .logo > a .site-name-text {
            margin: 0;!important
		    padding: 0;!important
		    min-height: 100vh;
			height: 620px;
			background-repeat: no-repeat;
  			background-size: contain;
		    background-position: center center;
			background-image: url(https://nakanishi-takeshi.com/wp-content/uploads/2025/08/スマホ画面用トップ画中西（1050＊1650）8.jpg);
     }

.pfcover {
	width: 100%;
	height: 100%;
			background-repeat: no-repeat;
  			background-size: cover;
			background-image: url(https://nakanishi-takeshi.com/wp-content/uploads/2022/12/-1-scaled-e1670993222691.jpg); 
}/* 背景画像指定 */
	.box12 {
max-width:100%;
width:100%;
		min-width: 100%;
		margin:2em auto;
		position: relative;
		top: 1em;
       	bottom: 1em;
		left: 0.5em;
		right: 0.5em;
        padding:1em;/*内側余白*/
border:solid 2px #ffff;/*線の種類・太さ・色*/
background-color:rgba(255,255,255,0.8);
           	}  
	
}
