/*バルコニーCSS*/

body{
	color: rgb(0, 0, 0);
	font-size: medium;
	background: url(img/bg.jpg);
	background-color:rgb(255, 255, 255);
}

header{
	margin: 0px auto;
	border: none;
	background-color: transparent;
  	display: flex;
    flex-direction: column;
  	justify-content: center;

}

p.title_h{
	color: #000;
	margin: 50px auto 10px;
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 30pt;
	text-align: center;
}

h1{
	color: #000;
	font-size: large;
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.2em;
	margin: 20px auto 0;
	padding: 0;
	border: none;
	border-bottom: solid 1px #000;
	width: 90%;
}

/*メニュー*/
nav{
	margin: 20px auto;
	font-family: "heisei-mincho-std", serif;
	font-weight: 300;
	font-style: normal;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
}

ul.blc_menu{
	padding:0;
	list-style: none;
	display: flex;
    justify-content: center;
}
	
ul.blc_menu li{
	padding: 0 0.3em;
	font-size: large;
}

/*半透明背景*/
.bgw {
	background-color: rgba(255,255,255,0.5);
}

.brs{
	box-shadow: 0 0 5px 0px rgb(230, 209, 187);
}

/*履歴リスト*/

ul.balc_info{
	list-style: none;
	width: 85%;
	margin: 20px auto;
	padding: 0;
}


a img{
	box-shadow: 0 0 5px 0px rgb(105, 82, 55);
}

a img:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

img.img_m{
	margin: 10px auto;
}

img.img_n{
	margin: 5px;
}

img.img_cc{
	width: 40%;
}

img.img_cc2{
	width: 200px;
	height: 150px;
	margin: 5px;
}

.character_img{
	display: none;
}

.character_img2{
	display: block;
}

/*ボイスサンプル表示用*/
div.v_smp{
	text-align: center;
	margin: 20px auto;
}


p.title{
	margin-top: 1em;
	margin-bottom: 0;
	width: 100%;
	padding-left: 1em;
	font-size: medium;
	font-weight: bold;
	color: rgb(94, 36, 2);
	
}

p.title2{
	width: 100%;
	margin: 10px 0em;
	letter-spacing: 0;
	line-height: 1.5em;
	padding: 0 5px;
}

.indent{
	margin-left: 2em;
}

.section_frame_w{
	margin: 1em auto;
	width: 100%;
  display: flex;
	 flex-wrap: wrap;

}

.section_frame_ce{
	width: 100%;
}

.section_frame_ce2{
	margin: 0 auto;
	width: 100%;
  display: flex;
	 flex-wrap: wrap;
   justify-content: center;
}

.box_ex{
	width: 100%;
	text-align: center;
	padding: 10px 5px 5px;
	margin: 5px;
}

.box_ex2{
	margin: 1em auto;
	width: 100%;
 	display: flex;
	 flex-wrap: wrap;
		  justify-content: center;
			 align-items: flex-start;
}


div.yt_box{
	margin: 0px auto;
	width: 100%;
}

div.youtube_s{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

div.youtube{
	position: relative;
	padding-bottom: 56.25%;/*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

iframe.youtube{
	position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
}

iframe.youtube2{
	position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
}


a:active {
	color: rgb(110, 58, 18);
}

a:link {
	color: rgb(110, 58, 18);
}
a:visited {
	color: rgb(110, 58, 18);
}
a:hover {
	color: rgb(56, 27, 5);
	text-decoration: underline;
}

a:active {
	color: rgb(110, 58, 18);
}

	/*  ------ PC ------  */
@media screen and (min-width: 1000px){

p.title_h{
	font-size: 35pt;
}
	
	ul.blc_menu li{
		padding: 0 0.8em;
		font-size: x-large;
	}

	.section_block1{
		width: 750px;
		padding: 0;
	}

	.section_frame_ce2{
		width: 750px;
	}

	.character_img{
		margin: 0 auto;
		width: 800px;
	  display: flex;
			 flex-direction: column;
		   justify-content: center;

	}
	
	.character_img2{
		display: none;
	}

	.wid{
		width:800px;
	}
	
	.box_ex{
		width:355px;
	}

	.section_frame_w{
		width:800px;
	}

	div.yt_box{
		width: 350px;
	}

	.box_ex2{
		width: 740px;
	}
	
	p.title2{
		width: 360px;
	}

	div.youtube{
		padding-bottom: 0%;
		width: 250px;
		height: 420px;
	}

	iframe.youtube2{
		position: relative;
	}

	.s_wide{
		margin: 0 auto;
		width: 80%;
	}

}

	/*  ------ メディアアクエリ終了------  */

footer a{
		text-decoration: underline;
	}

footer{
	color: #000;
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: small;
	text-align: center;
	font-weight: bold;
	border: none;
	background-color:rgba(255, 255, 255,0.5);

}