@charset "utf-8";

*{
    margin: 0px;
    padding: 0px;
}

body{
	font-size: 13px;
    line-height: 180%;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
}

ul,olli{list-style:none;}
a{text-decoration: none;}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}



/* layout */
/*
h1 {
font-size: 10px;
font-weight: normal;
width: 900px;
margin: auto;
padding: 0 0 20px 10px;
color: #666666;
}
#header {
width: 900px;
margin: auto;
}
#header .logo {
float: left;
padding: 10px 0 0 0;
}
#header .menu {
float: left;
padding: 10px 0 0 55px;
}
#header .menu div {
float: left;
height: 32px;
border-left: dotted 1px #CCCCCC;
}
#header .menu div a {
padding: 13px 10px 13px 10px;
}
#header .top_inquiry {
float: right;
}

#headmenu {
clear: both;
margin: 0 auto;
padding: 9px 0 0 0;
width: 900px;
}
#headmenu .wrap {
height: 25px;
overflow: hidden;
}
#topmenu {
clear: both;
padding: 0;
}
#topmenu .wrap {
text-align: center;
background: url(../../common/images/menu_bg.jpg);
height: 50px;
overflow: hidden;
}
*/

/* layout */
h1 {
font-size: 10px;
font-weight: normal;
width: 900px;
margin: auto;
padding: 0 0 20px 10px;
color: #666666;
}
#header {
width: 900px;
margin: auto;
}
#header .logo {
float: left;
padding: 10px 0 0 0;
}
#header .menu {
float: left;
padding: 10px 0 0 55px;
}
#header .menu div {
float: left;
height: 32px;
border-left: dotted 1px #CCCCCC;
}
#header .menu div a {
padding: 13px 10px 13px 10px;
}
#header .top_inquiry {
float: right;
}

#headmenu {
clear: both;
margin: 0 auto 0.5rem auto;
padding: 9px 0 0 0;
width: 900px;
}
#headmenu .wrap {
height: 25px;
overflow: hidden;
}
#topmenu {
clear: both;
padding: 0;
}
#topmenu .wrap {
text-align: center;
background: url(../../common/images/menu_bg.jpg);
height: 50px;
overflow: hidden;
}





.contents{
	width: 860px;
	margin: 40px auto 60px;
/* 	background-color: #f9f9f9; */
}

.top{
	width: 100%;
	text-align: center;
/* 	background: url(../images/default/top_bg.png) no-repeat center center;	 */
}


.top h2{
/* 	padding: 40px 0 0 20px;	 */
}

.main{
	margin: 60px 0;
}

.zemi{
	margin-bottom: 60px;
}

.zemi h3, .kojin h3{
	margin-bottom: 40px;
	line-height: 0;
}

.student-block .student{
	float: left;
	margin-right: 15px;
	margin-bottom: 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.student-block .student:hover{
	opacity: 0.7;	
}

.student-block .student:nth-child(3n){
	margin-right: 0;
}

.history h3{
	margin-bottom: 30px;
}

.history-btn{
	width: 240px;
	float: left;
	margin-right: 15px;
	box-shadow: 2px 2px 5px #666;
}

.history-btn a{
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	padding: 24px;
	background-color: #f6bfbc;
	font-weight: bold;
	text-align:center;
	transition: all 0.3s;
}

.history-btn a:hover{
	opacity: 0.7;	
}

footer {
clear: both;
padding: 60px 0 0 0;
}
footer .school  {
width: 900px;
margin: auto;
border-left: dotted 1px #CCCCCC;
height: 250px;
}
footer .school .box {
width: 258px;
float: left;
border-right: dotted 1px #CCCCCC;
padding: 10px 20px 0 20px;
height: 250px;
text-align:center;
}
footer .menu {
margin: 40px auto 20px auto;
padding: 10px 0;
border-top: solid 1px #E0E0E0;
}
footer .menu .wrap {
clear: both;
width: 900px;
margin: auto;
border-bottom: dotted 1px #CCCCCC;
}
footer .menu .box {
clear: both;
text-align: center;
padding: 5px 0 5px 0;
}
footer .menu a {
color: #000000;
font-size: 80%;
text-decoration: none;
}
footer .menu a:hover {
text-decoration: underline;
}
footer .tail {
width: 900px;
margin: auto;
}
footer .logo {
float: left;
width: 400px;
}
footer .copyright {
float: right;
width: 400px;
text-align: right;
}
.foot-wrap {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 900px;
}


#detailHistory{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5) url(../images/default/lightbox_bg.png);
	z-index: 100;	
}

.detail-inner{
	width: 1000px;
	margin: 50px auto;
	padding-bottom: 10px;
/* 	background: #FFF url(../images/default/main_bg.png); */
	background: rgba(255, 255, 255, 0.8);
	height: 60vh;
	overflow-y: scroll;
	border-radius: 5px;
}

.detail-top{
	line-height: 1px;
	width: 900px;
	padding: 2rem;
}

.detail-top img {
	width: 25%;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
}



.detail-text{
	padding: 50px 50px 100px;
	line-height: 30px;	
}

.closeBtn{
	width: 150px;
	margin: 0 auto 100px;
	padding: 10px 0;
	background-color: #fb8c74;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.closeBtn:hover{
	background-color: #ffAc94;
}

.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}







/* add 2017 >> 2019変更 */

.student_listbox {
	position: relative;
	width: 100%;
	height: 280px;
/* 	float: left; */
/* 	margin-right: 40px; */
	margin-bottom: 2rem;
	padding: 1rem 0;
	/* background-color: #f9f7f4;
	background: url(/images/bg_gray.gif); */
	background: url(/images/bg_gray.gif);
	-webkit-background-size:contain;
    background-size:auto;
    content:"";
	border-radius: 5px;
	clear: both;
	box-shadow: 1px 1px 5px #ddd;
}

	.student_listbox:nth-child(3n) {
		margin-right: 0px;
	}
	
	.student_listbox a {
		background-color: #ea6a4a;
		padding: 0.5rem 2rem;
		font-weight: bold;
		text-align: center;
		border-radius: 5px;
		color: #fff;
		tetx-align: right;
/*
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		text-indent:-9999px;
*/
	}
	.student_listbox a:hover {
/*
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 10px;
*/
	}


.student_listbox img {
	width: 220px;
	margin: 0 15px;
/* 	border-radius: 50%; */
}

.student_listbox dt {
/* 	text-align: center; */
	float: left;
	width: 280px;
	height: 280px;
}

.student_listbox dd:nth-child(2) {
	font-size: 1.0rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	color: #ee594a;
	background: url(../images/2017/bg_marker_sakura.png) no-repeat 825px top;
	background-size: 5%;
	padding: 0.7rem 3rem 0.5rem 2rem;
	margin-bottom: 1rem;
}
.student_listbox dd:nth-child(3) {
	font-weight: bold;
}
.student_listbox dd:nth-child(3),
.student_listbox dd:nth-child(4),
.student_listbox dd:nth-child(5),
.student_listbox dd:nth-child(6) {
	font-size: 0.85rem;
	padding: 0 2rem;
}

.student_listbox dd:nth-child(6) {
	margin-bottom: 1rem;
}

.student_listbox dd:nth-child(7) {
	font-size: 1rem;
}
/*
.student_listbox dd:nth-child(4) {
	font-size: 1.0rem;
	padding: 0.5rem;
}
*/
/*
.student_listbox dd:nth-child(5) {
	padding-bottom: 1rem;
}
.student_listbox dd:nth-child(6) {
	padding-top: 1rem;
	font-style: italic;
	color: #666;
	letter-spacing: 0.2rem;
}
*/




.detail-top img {
	margin-bottom: 2rem;
}
.detail-top p {
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	height: auto;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
.detail-top p:nth-child(2) {
	font-size: 1.8rem;
	color: #ee594a;
	background: url(../images/2017/bg_marker_sakura.png) no-repeat left center;
	background-size: 5%;
	padding: 0;
}
.detail-top p:nth-child(3) {
	font-size: 1.4rem;
}
.detail-top p:nth-child(4) {
	font-size: 2.0rem;
}
.detail-top p:nth-child(5),
.detail-top p:nth-child(6) {
	font-size: 0.9rem;
}
.detail-top p:nth-child(7) {
	font-size: 1.2rem;
	color: #666;
	font-style: italic;
	line-height: 1.4;
}




/* add footlinks 2017.11 */

.footlink dl {
	width: 900px;
	font-size: 0.7rem;
	margin: 0 auto 0.5rem auto;
}
.footlink dl a {
	color: #666;
}
.footlink dl dt,
.footlink dl dd {
	padding: 0rem 0.5rem;
}

.footlink dl dt {
	width: 100%;
	clear: both;
	background: #efefef;
	margin: 0.5rem 0;
}

.footlink dl dd {
	width: intrinsic;
	float: left;
}

	.footlink dl dd:after {
		content: "　｜";
	}


/* add pankuzu 2017.11 */

#breadcrumb {
width: 900px;
margin: auto;
font-size: 10px;
color: #999;
padding: 10px 0 20px 0;
}
#breadcrumb a {
color: #999;
}

#breadcrumb ul li {
	float: left;
}
/*
#breadcrumb ul li a:after {
content: "｜";
text-decoration: none;
}
*/


/* add pankuzu 2021.11 */

.voice_catenavi {
	width: 100%;
	margin-top: 5rem;
}

.voice_catenavi_ul {
	display: flex;

	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}

.voice_catenavi_ul li {
	margin: 0;
	padding: 0;
	/* padding: 1.5rem 1rem; */
	border-radius: 5px;
	background-color: #fff0eb;
}

.voice_catenavi_ul li a {
	color: #333;
	/* width: 70%; */
	font-size: 1rem;
	padding: 0.5rem 0;
	display: block;
}

.voice_catenavi_ul li a:hover {
	text-decoration: underline;
}


.section_tag {
	/* background-color: rgb(255, 244, 241); */
	color: #ee594a;
	margin: 1.5rem 0;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: bold;
}

