@charset "UTF-8";
/* CSS Document */




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
 .pc { display: none !important; }
 .sp { display: block !important; }
}

@media only screen and (max-width: 768px) {
    img { max-width: 100%; }
}





#contents{
	width: 900px;
	text-align: center;
	margin: 0 auto 100px;
}
#contents #contents_news{
	margin: 30px auto;
}

#contents_news p{
	padding-left: 15px;
	display: inline-block;
	background: url("../image/sankaku.jpg");
	background-repeat: no-repeat;
	background-size: 3% auto;
	background-position: center left;
	text-decoration: underline;
}

#contents_new_news{
	margin: 30px auto;
	width: 600px;
	border: 2px solid #835161;
	padding: 20px;
}



#contents img{
	width: 60%;
	margin: 0 auto 50px;
	padding-top: 100px;
}

#contents p{
	line-height: 3em;
}

#contents_new_news p{
	line-height: 2em;
}

#instagram{
	width: 700px;
	margin: 0 auto 300px;
}

#instagram p{
	background:url("../image/insta_logo.png")no-repeat left;
	background-size:4%;
	text-align: left;
	line-height: 30px;
	padding: 11px 0 10px 35px;
}

#instagram p a{
	color: #835161;
	border-bottom: solid 1px #835161;
}