@charset "UTF-8";


/*--------------------------------------------------------------------
共通
---------------------------------------------------------------------*/
.heading {
	margin-bottom: 50px;
}
.heading h2 {
	margin-bottom: 0;
	color: #f096b5;
	letter-spacing: 0;
	font-weight: bold;
	
	color: #ea789f;
}
body.home .entry-header,
body.home #ptitle,
body.home #pankuzu {
	display: none;
}

/*--------------------------------------------------------------------
Banner Section（スライダー）
---------------------------------------------------------------------*/
.banner-section.topslider::before {
	/*background-image: url(images/bg_topwave01.png);
	background-color: rgba(255, 255, 255, 0);*/
	background-image: url(images/bg_topwave01.png);
	background: url(images/bg_bird.jpg) repeat center;
	
}
.banner-section.topslider::after {
	display: none;
}


/*--------------------------------------------------------------------
Counter Section（あいさつ）
---------------------------------------------------------------------*/
#educateup_counter_section.greeting {
	background-repeat: repeat;
	background-position: center;
	background-size: unset;
}
#educateup_counter_section.greeting:before {
	background-image: url(images/bg_topwave01.png);
}
#educateup_counter_section.greeting:after {
	display: none;
}
#topgreeting {
	text-align: center;
}
#topgreeting .txtbox {
	font-size: 1.2rem;
	width: 70%;
	margin: 0 auto;
	font-size: 20px;
}

/*--------------------------------------------------------------------
Team Section（バナー）
---------------------------------------------------------------------*/
#educateup_team_section.topbanner:before {
	display: none;
}
#educateup_team_section.topbanner {
	padding-bottom: 20px;
	background-color: #fff2f2;
}
#educateup_team_section.topbanner .heading {
	display: none;
}
#topbnr .media {
	margin-bottom: 30px;
}
#topbnr .media a {
	color: #333;
}
#topbnr h3 {
	font-size: 22px;
	letter-spacing: 0;
}
#topbnr .media_details p {
	font-size: 16px;
	letter-spacing: 0;
}

/*--------------------------------------------------------------------
Mission Section（施設情報・アクセスマップ）
---------------------------------------------------------------------*/
#educateup_mission_section:before {
	display: none;
}
#educateup_mission_section {
	background: url(images/bg_dots.jpg) repeat center #fff;
	padding: 80px 0;
}
#topaccess .heading h2 {
	text-align: center;
}
#topaccess .wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#topaccess .box {
	width: 50%;
}
#topaccess .gmap {
	padding-left: 30px;
}
#topaccess .txt {
	padding-right: 30px;
}
#topaccess .txt table {
	width: 100%;
	margin: 0;
}
#topaccess .txt tr {
}
#topaccess .txt th,
#topaccess .txt td {
	line-height: 1.5;
	text-align: left;
	border-bottom: 2px dotted #ffa1c2;
	padding: 10px 7px;
}
#topaccess .txt th {
	width: 20%;
}
#topaccess .txt td {
}

/*--------------------------------------------------------------------
Blog Section（お知らせ）
---------------------------------------------------------------------*/
#educateup_blog_section.topnews {
	background-color: #fffdf6;
	padding: 80px 0;
}
#topnews .card {
	border: 2px solid #fbdde7;
	background-color: #effeff;
	padding: 20px;
}
#topnews .card_media {
	margin-bottom: 15px;
}
#topnews .card__details {
	letter-spacing: 0;
}
#topnews .badge {
	font-weight: 600;
	padding: 5px 10px;
}
#topnews .badge a:hover {
	color: #fff;
}
#topnews h4.card_title {
	font-size: 20px;
	margin: 15px 0 10px;
}
.card_title a {
	color: #222;
}
#topnews p.sub {
	display: none;
}
#topnews .card__details p {
	line-height: 1.4;
	margin: 0;
}
#topnews .morebtn {
	letter-spacing: 0;
}

/*--------------------------------------------------------------------
セクション
---------------------------------------------------------------------*/



































