@charset "UTF-8";
html{
	background-color: #fff;	
}
body{
	background-color: #fff;
}
#contents{
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 100px;
		text-align: center;
		font-size: 1rem;
		background-color: #fff;
		margin-top: 0;
		color: #444;
		font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
		}
		
#sub_contents{
	width: 90%;
	margin: auto;
}
		
.setumei{
	width: 90%;
	margin: auto;
}
		
h1{
		font-size: 1.2rem;
		margin-bottom: 1rem;
		text-align: center;
		}	
		
#contents img{
		width: 100%;
		height: auto;
		}	
		
img.margin{
	margin: 30px 0 30px 0;
}
		
#midashi{
		text-align: left;
		width: 90%;
		margin: auto;
		line-height: 1.7;
}
.self{
		line-height: 1.2;
		margin-top: 5px;
}

.self2{
		line-height: 1.2;
		margin-top: 10px;
		margin-bottom: 5px;
}
		
.coment_top{
		width: 90%;
		margin: auto;
		margin-top: 0.3rem;
		margin-bottom: 20px;
		line-height: 1.3;
		text-align: left;
		}
	
a{
		color: #888;
		text-decoration: none;
		}
		
a:hover{
		color: #000;
		}

#photos{
		width: 90%;
		margin: auto;
		}
		
.coment{
		color: #666;
		
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 0.7rem;
		margin-top: 3rem;
		line-height: 1.3;
		}
		
iframe{
	margin-top: 50px;
	margin-bottom: 50px;
}

#pc{
	display: none;
}
		
/*▼４００ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 640px) { 
		#photos{
		width: 65%;
		margin: auto;
		}
		
		#midashi{
		text-align: left;
		width: 360px;
		margin: auto;
}

	#pc{
	display: block;
}
	#sp{
	display: none;
}

}
/*▲４００ｐｘ以上のデバイスに適用▲*/	
	
/*▼９８０ｐｘ以上のデバイスに適用▼*/	
@media only screen and (min-width: 980px) { 
	body{
	background-image: url("../img/bara03.jpg");
}		
	#contents{
		background-color: #fff;
		color: #666;
		width: 980px;
		margin: auto;
		margin-top: 70px;
		margin-bottom: 120px;
		}
	#midashi{
		text-align: left;
		width: 600px;
		margin: auto;
		}
	div.coment_top{
		width: 882px;
		margin: auto;
		margin-bottom: 20px;
		}

}
/*▲９８０ｐｘ以上のデバイスに適用▲*/

