@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:50%;
position: relative;
	top: 20px;
	left:25%;
margin:1em auto 6px;
padding:1em;/*内側余白*/
border:solid 2px #008000;/*線の種類・太さ・色*/
background: #ffff;
}


.pfcover {
	height:100vh;
	position: left;
			background-repeat: no-repeat;
  			background-size: cover;
			background-image: url(https://iwaoka-ryosuke.com/wp-content/uploads/2022/12/PFCOVER2-scaled.jpg); 
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

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

        .logo > a img {

                visibility: hidden;

        }

        /* ページ毎にロゴ画像を指定 */

        .logo > a .site-name-text {
            min-height: 100vh;
			height: 620px;
			background-repeat: no-repeat;
  			background-size: cover;
			background-position: center center;
  			background-image: url(http://sato-yoshinori.com/wp-content/uploads/2024/02/S__66363400_0.jpg);

     }
	.pfcover {
	width: 100%;
	height: 100%;
			background-repeat: no-repeat;
  			background-size: cover;
			background-image: url(https://iwaoka-ryosuke.com/wp-content/uploads/2022/12/LINE_ALBUM_20221017_221216-1.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);
           	}  
	       .logo > a img {

                visibility: hidden;

        }

        /* ページ毎にロゴ画像を指定 */

        .logo > a .site-name-text {
            min-height: 100vh;
			height: 620px;
			background-repeat: no-repeat;
  			background-size: cover;
			background-position: center center;
  			background-image: url(http://sato-yoshinori.com/wp-content/uploads/2024/02/S__66363400_0.jpg);

     }
	.pfcover {
	width: 100%;
	height: 100%;
			background-repeat: no-repeat;
  			background-size: cover;
			background-image: url(https://iwaoka-ryosuke.com/wp-content/uploads/2022/12/LINE_ALBUM_20221017_221216-1.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);
	}