@charset "UTF-8";

#slide-area {
	margin-bottom: 80px;
}



/* ピックアップ */

ul#pickup {

}
	
ul#pickup li {
	width: 32%;
	max-width: 320px;
	display: inline;
	float: left;
	margin-right: 2%;
}
	ul#pickup li:last-child {
		margin-right: 0;
	}

	ul#pickup li img {
		width: 100%;
		margin-bottom: 40px;
	}
	
	ul#pickup li h3 {
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 40px;
	}



/* プロフィール */

ul#profile-list {
	text-align: center
}

ul#profile-list li {
	width: 23.5%;
	max-width: 235px;
	display: inline-block;
	margin-right: 4%;
}
	ul#profile-list li:last-child {
		margin-right: 0;
	}
	
	ul#profile-list li .circle-box {
		width: 100%;
		height: 235px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		overflow: hidden;
		margin-bottom: 40px;
	}
	
	ul#profile-list li .circle-box img {
	    width: 100%;
	    height: auto;
	}

ul#profile-list li p {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 40px;
}



/* informtion */

.info-bg {
	background-image: url(../images/top/bg-botan.png);
	background-position: left top;
	background-size: auto;
	padding: 80px 0;
}


dl.info-dl {
	font-size: 1.4rem;
	padding: 0 5%;
	margin: 0 auto 60px;
}

dl.info-dl dt {
	float: left;
	margin-bottom: 1.5em;
}

dl.info-dl dd {
	padding-left: 20%;
	margin-bottom: 1.5em;
}

dl.info-dl dd span {
	padding-left: 1em;
}

dl.info-dl dt:last-child,
dl.info-dl dd:last-child {
	margin-bottom: 0px;
}

dl.info-dl dd span a {
	color: #4d4d4d;
	 -webkit-transition: all 0.5s ease 0s;
	  -o-transition: all 0.5s ease 0s;
	  transition: all 0.5s ease 0s;	
}


dl.info-dl dd span a:hover {
	color: #C1272D;
}






	
div.bg-sho {
	width: 100%;
	height: 240px;
	background-image: url(../images/top/sho.jpg);
	background-size: cover;
	background-position: right center;
}
	
	
	

@media screen and (max-width: 768px){		/* -------------------------------------------------  768px以下用（iPad）の記述 */

/* ピックアップ */

ul#pickup li h3 {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
	}


/* プロフィール */

ul#profile-list {
	text-align: center
}

ul#profile-list li {
	width: 40%;
	max-width: inherit;
}

	ul#profile-list li .circle-box {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}
	ul#profile-list li .circle-box img {
	}

ul#profile-list li p {
	margin-bottom: 20px;
}


/* informtion */

.info-bg {
	padding: 40px 0;
}

dl.info-dl {
	font-size: 1.6rem;
	padding: 0 5%;
	margin: 0 auto 60px;
}

dl.info-dl dt {
	float: none;
	margin-bottom: 0;
	font-weight: bold;
}

dl.info-dl dd {
	padding-left: 0;
	margin-bottom: 1.5em;
}


dl.info-dl dd span {
	padding-left: 0;
/* 	display: block; */
	float:right;
}






}

@media screen and (max-width: 670px) {		/* -------------------------------------------------  640px以下用（スマートフォン用）の記述 */


/* プロフィール */

ul#profile-list {
	text-align: center
}

ul#profile-list li {
	width: 40%;
	max-width: inherit;
}


	ul#profile-list li .circle-box {
		width: 240px;
		height: 240px;
		margin-bottom: 20px;
	}





}


@media screen and (max-width: 480px) {		/* -------------------------------------------------  480px以下用（スマートフォン用）の記述 */



/* ピックアップ */

ul#pickup {

}
	
ul#pickup li {
	width: 100%;
	max-width: inherit;
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 40px;
}
	ul#pickup li:last-child {
		margin-right: 0;
	}

	ul#pickup li img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	ul#pickup li h3 {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
	}


/* プロフィール */

ul#profile-list {
	text-align: center
}

ul#profile-list li {
	width: 40%;
	max-width: inherit;
}


	ul#profile-list li .circle-box {
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}





}