@charset "utf-8";


/* 教室紹介
*************************************************************************************/
#intro_top{
	margin-bottom: 20px;
	padding: 70px 5% 60px 5%;
	background: url(../../intro/img/bg_1.jpg) no-repeat top center;
	background-size: cover;
	color: #FFF;
}
#intro_top h1{
	font-size: 1.75rem;
	line-height: 1.8;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#intro_top .cmt{
	padding: 50px 28% 0 0;
	font-size: 1.25rem;
	line-height: 1.8;
}

#page_intro .fig{
	margin: 10px auto;
	text-align: center;
}
#page_intro .fig figure{
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
#page_intro .fig figcaption{
	margin-bottom: 15px;
}
#page_intro .fig figure img{
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#intro_top{
		padding: 50px 5% 40px 5%;
	}
	#intro_top .cmt{
		padding: 30px 20% 0 0;
	}
}
@media screen and (max-width: 620px) {
	#intro_top h1{
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#intro_top .cmt{
		padding: 30px 0 0 0;
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px){
}


/* 挨拶 */
#frame_greeting{
	padding: 0 0 50px 0;
	line-height: 1.6;
}
#frame_greeting .photo{
	padding-right: 30px;
	padding-bottom: 20px;
	width: 28%;
	float: left;
}
#frame_greeting p{
	margin-bottom: 1em;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}



/* 業績 */
#page_intro #frame_result h4,
.page_result #frame_result h2{
	color: #204281;
	margin: 30px 0 7px 0;
	font-size: 18px;
}
#page_intro #frame_result h5,
.page_result #frame_result h3{
	font-size: 0.875rem;
	font-weight: bold;
	margin: 18px 0 0 0;
	font-size: 16px;
}
#page_intro dl.results_list{
	margin-bottom: 1.5em;
}
#page_intro dl.results_list dt{
	font-size: 0.875rem;
	font-weight: bold;
}
#page_intro dl.results_list dd + dt{
	margin-top: 1em;
}
#page_intro dl.results_list dd{
	padding: 3px 10px;
	font-size: 0.8125rem;
	color: #333;
	border-bottom: 1px dotted #aaa;
}

.page_result ul.btns{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: 0 0 30px;
}
.page_result ul.btns li{
	width: 19%;
	margin: 0.5%;
}

.page_result ul.btns li a{
	background: #ededed;
	display: block;
	padding: 15px 7px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

/* アクセス */
#page_intro .frame_access {
	margin-bottom: 50px;
}
#page_intro .frame_access .image{
	width: 47%;
	text-align: center;
	float: right;
}
#page_intro .frame_access .image img{
	margin: 0 auto;
	display: block;
}
#page_intro .frame_access .txt{
	width: 52%;
	float: left;
}
#page_intro .frame_address{
	margin-bottom: 30px;
	padding: 15px;
	font-style: normal;
}
#page_intro .frame_address p{
	margin-bottom: 10px;
	font-size: 1.25rem;
}
#page_intro .frame_access h2{
	margin-bottom: 10px;
	padding: 10px 15px 5px 15px;
	line-height: 1;
	font-weight: normal;
	font-size: 1.125rem;
	background: #F0F0F0;
	border-bottom: 2px solid #DDD;
}

#page_intro #frame_map{
	padding-top: 10px;
}

@media screen and (max-width: 979px) {
	#page_intro .frame_access .image,
	#page_intro .frame_access .txt{
		width: 100%;
		float:none;
	}
	#page_intro .frame_address{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}


/* スタッフ紹介 */
#frame_staff li{
	margin-bottom: 2em;
	padding: 20px;
	background: #f4f4f4;
}
#frame_staff li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #frame_staff li{
    height: 1em;
}
#frame_staff li{
    display: block;
}
*:first-child+html #frame_staff li{
	zoom:1;
}

#frame_staff li .photo{
	width: 23%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_staff li .photo img{
	margin: 0 auto;
	width: 100%;
	display: block;
}
#frame_staff li .txt{
	padding: 10px 10px 0 10px;
	width: 75%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#frame_staff li .ttl{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px dotted #aaa;
	font-size: 1.1em;
}
#frame_staff li .dg{
	margin-right: 1em;
	padding: 0 15px 0 5px;
	font-size: 0.9em;
	font-weight: normal;
	color: #082760;
	border-right: 3px solid #CCC;
	display: inline-block;
}
#frame_staff li .graduation{
	margin-bottom: 1.5em;
	color: #082760;
}
#frame_staff li dt{
	margin-bottom: 0.5em;
	font-weight: bold;
}
#frame_staff li dt::after {
	margin-top: 0.2em;
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #082760;
}
#frame_staff li dd{
	margin-bottom: 1.5em;
}
#frame_staff li dd:last-child{
	margin-bottom: 0;
}


/*page_hospital
************************************************************************************/
#page_intro.page_hospital .gmap{
	width: 100%;
	height: 600px;
	margin-bottom: 50px;
}

#page_intro.page_hospital ul.wrap-hosp{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 50px;
	align-items: stretch;
}
#page_intro.page_hospital ul.wrap-hosp > li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#page_intro.page_hospital ul.wrap-hosp > li .hosp-name{
	width: 100%;
	background: #2db3df;
	margin-bottom: .6em;
}
#page_intro.page_hospital ul.wrap-hosp > li .hosp-name a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 7px 25px 7px 20px;
	background: url("../../img/common/icon_out.svg") no-repeat right center;
	background-size: 15px auto;
}
#page_intro.page_hospital ul.wrap-hosp > li .photo{
	width: 40%;
}
#page_intro.page_hospital ul.wrap-hosp > li .photo img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}
#page_intro.page_hospital ul.wrap-hosp > li .data{
	width: 60%;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_intro.page_hospital ul.wrap-hosp > li .data dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	line-height: 2.0;
}
#page_intro.page_hospital ul.wrap-hosp > li .data dl dt{
	width: 7em;
}
#page_intro.page_hospital ul.wrap-hosp > li .data dl dd{
	width: calc(100% - 7em);
}

@media screen and (min-width: 980px) {
/*pc*/
}
@media screen and (max-width: 979px) {
#page_intro.page_hospital .gmap{
	height: 400px;
}

#page_intro.page_hospital ul.wrap-hosp{
	grid-template-columns: 1fr;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}
