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


/*==========================================================================================

	// 　メイン画像

==========================================================================================*/

div#hero_img{
 　　width: 100%;
 　　height: 200px;
 　　object-fit: cover;
}

/*==========================================================================================

	// 　まりむらバレエスクールの特色

==========================================================================================*/

div#marimura_merit{
	height: 560px;
	background: #F5F7FB;
	text-align: center;
}

h1.merit {
  position: relative;
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  color: #2C2C2C;
  clear: both;
}

h1.merit:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ADC4E6;

}

.merit_list {
	width: 1020px;
	margin: auto;

}

figure.gazo-box {
	width: 225px;
    float: left;
    padding-right: 40px;
}


figure.gazo-box:last-child {
	padding-right: 0px;
}

figcaption {
	text-align: center;
}

.title {
	margin-top: 20px;
	color: #567CB4;
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
}

.text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.4;
	
	
}

/*==========================================================================================

	// 　お知らせ

==========================================================================================*/

ul.dummy {
	height: 335px;
	background: #F8F8F8;
}


/*==========================================================================================

	// 　スクールカレンダー

==========================================================================================*/
calendar_ti
.calendar {
	background: #F5F7FB;
	padding: 10px;
}


.calendar_t {
    font-size: 11px !important;
}

.calendar_ti{
	font-size: 12px !important;
	font-weight:  bold;
	margin: 10px 0 !important;
}


/*==========================================================================================

	// 　subバナー

==========================================================================================*/


.bnr_sub {
	margin: 40px 20px 0px 0px;
	float: left;
	cursor: pointer;
    transition: all 0.3s ease 0s;
}

.bnr_sub:last-child {
	margin-right: 0px;
}

.bnr_sub:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}


