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

/* ---- ヘッダー →→style.css ---- */

/* ---- mainここから ---- */
/* h2、h3 →→ style.css */


.disco-mv{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border: solid 1px #736357;
	padding: 4px;
	margin-top: 20px;
}

.disco-mv a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	background: linear-gradient(135deg, #998675 0%, rgba(153,134,117,0.6) 25%, #998675 50%, rgba(153,134,117,0.6) 75%, #998675 100%);
}

.disco-mv a p{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.disco-mv a img{
	display: block;
	height: 13px;
	margin: 0 auto;
}



#profile{
	padding-top: 30px;
	background-color: #E9DDC5;
	border-radius: 10px;
}

/* .doroneba →→ rwd */

.doroneba img{
	display: block;
	width: 240px;
	height: 240px;
}

.profile-contents{width: 240px;}

.profile-contents h4{
	width: 100%;
	height: 20px;
	padding-top: 8px;
	font-size: 1.25rem;
	font-weight: bold;
}
.profile-contents span{font-size: 0.75em;}

.profile-text{
	width: 100%;
	padding: 10px 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-top: 10px;
}
.profile-text p{line-height: 125%;}


.sns{
	width: 100%;
	height: 30px;
	padding: 25px 0;
	background-color: #F9F5ED;
	border-radius: 10px;
}

.sns a{
	display: block;
	width: 100px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	font-size: 1.25rem;
	color: #fff;
	background-color: #259ADB;
	border-radius: 5px;
}


#news{
	clear: both;
	width: 100%;
	margin-top: 20px;
}



/* PC用main表示 */

@media screen and (min-width: 960px){
	
	main{overflow: hidden;}
	
	main > div{float: left;}
	
	#mv{
		width: calc(100% - 320px);
		margin-right: 20px;
	}
	
	
	
	#profile{width: 300px;}
	
	.doroneba{
		width: 240px;
		margin: 0 30px 20px;
	}
	
	
	.profile-contents h4{
		margin-top: 10px;/*画像との間隔 合計18px*/
		text-align: center;
	}
	
}



/* モバイル用main表示 */

@media screen and (max-width: 959px){
	
	main > div{width: 100%;}
	
	#mv{margin-bottom: 20px;}
	
	.doroneba{margin: 0 auto 20px;}
	
}


/* #profileモバイル詳細 */

@media screen and (max-width: 959px) and (min-width: 550px)/*横並びの限界*/{
	
	.doroneba{
		overflow: hidden;
		width: 500px;
		height: 240px;
	}
	
	.doroneba > *{float: left;}
	
	.doroneba img{margin-right: 20px;}
	
	.profile-contents h4{text-indent: 0.25em;}
	
}


@media screen and (max-width: 549px){
	
	.doroneba{width: 240px;}
	
	.profile-contents h4{
		margin-top: 10px;
		text-align: center;
	}
	
}



/* news/css/news_contents.css */


/* ---- mainここまで ---- */

/*---- フッター →→ index.css ---- */