@charset "UTF-8";
/* CSS Document */

.clearfix:after {
content: '';
display: block;
clear: both;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.inner{
	width:1000px;
	margin: 0 auto;
}
.inner:after{
	content: '';
	display: block;
	font-size:0;
	clear: both;
}
#main-img {
	position: relative;
	margin-bottom: 90px;
	margin-top: 115px;
}
#main-img img{
	width:100%;
	height:auto;
}
#top-news{
	width:100%;
    margin-bottom: 60px;
}
#top-news h2,
#top-pickup h2,
#top-pickup_nav h2 {
	width:1000px;
	margin: 0 auto 20px;
	font-size: 3.2rem;
}
#top-news h2 span,
#top-pickup h2 span,
#top-pickup_nav h2 span {
	font-size: 1.4rem;
	font-weight: bold;
}
#top-news .inner{
	background: #eaeaea;
	padding: 20px;
}
#top-news .inner img{
	width: 100%;
	height: auto;
}
#top-news nav{
	border-bottom:5px solid #db8299;
	margin-bottom: 15px;
}
#top-news nav:after{
	content: '';
	display: block;
	font-size:0;
	clear: both;
}
#top-news nav li {
	float:left;
	margin: 0;
	width:310px;
}
#top-news nav li {
	display: block;
	height:50px;
	background: #c73c60;
	border-left:1px solid #d26380;
	border-right:1px solid #db8299;
	font-size:1.4rem;
	text-align: center;
	padding-top: 12px;
	color:#fff;
	cursor: pointer;
}
#top-news nav li:last-of-type{
	letter-spacing: -1;
}
#top-news nav li:hover,
#top-news nav li:active {
	background: #db8299;	
}
#top-news nav li:first-of-type{
	width:330px;
}
#top-news .inner div{
}
#top-news .inner div:after{
	content: '';
	display: block;
	font-size:0;
	clear: both;
}

#top-news article {
	position: relative;
	width:230px;
  	height:270px;
	margin-right: 10px;
	float:left;
	background: #fff;
}

#top-news a:last-of-type article{
	margin-right: 0;
}



#top-news .news-thumb{
    	width:100%;
    	height:140px;
    	background-size:cover;
}

#top-news p.date{
	margin: 20px 20px 10px;
	font-size:1rem;
	color:#333;
	line-height: 1rem;
}
#top-news div.cat{
    margin: 0 20px 10px;
}

#top-news p.category{
	padding: 0px 5px;
	font-size:1rem;
	color:#fff;
    	float: left;
	top:15px;
	right:20px;
	text-align: center;
	line-height: 2rem;
    	margin-right: 5px;
}
#top-news p.cat-junior{
    background: #c06878;
}
#top-news p.cat-senior{
    background: #606a8e;
}
#top-news p.cat-guardians{
    background: #b8b663;
}
#top-news p.cat-openschool{
    background: #a27c3b;
}
#top-news p.cat-teacher {
    background: #678e24;
}
#top-news p.cat-important {
    background: #c9395f;
}
#top-news p.detail{
    	clear: both;
	text-align: justify;
	margin: 0 20px 20px;
    	line-height: 1.8rem;
}

#top-news p.btn {
	font-size: 1.1rem;
	text-align: right;
}

#top-news p.btn a {
	display: inline-block;
	padding-right: 13px;
	color: #000;
	position: relative;
	margin-top: 15px;
}

#top-news p.btn a::after {
	content: "";
	width: 7px;
	height: 7px;
	background: url(../img/ico-arrow05.svg) no-repeat;
  	background-size: contain;
	position: absolute;
	top: 7px;
	right: 0;
}

#top-news p.btn a:hover {
	color: #c73c60;
}

#top-news p.btn a:hover::after {
	content: "";
	width: 8px;
	height: 8px;
	background: url(../img/ico-arrow06.svg) no-repeat;
  background-size: contain;
	position: absolute;
	top: 7px;
	right: 0;
}



#top-pickup{
	width:100%;
	background: #eff;
	padding: 60px 0;
}
#top-pickup .inner div{
	width:480px;
	float:left;
	margin-right: 40px;
	margin-bottom: 20px;
}
#top-pickup .inner div:nth-of-type(even){
	margin-right: 0;
}


/*　バナーリンク　＿＿＿＿＿　*/
#top-pickup_nav {
 	width: 100%;
 	padding: 20px 0;
 	margin: 60px 0;
 	background-color: #f9f6f1;
}
#top-pickup_nav ul {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-pack: justify;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	/* justify-content: space-evenly; */
 	width: auto;
 	text-align: center;
 	list-style: none;
 	margin: 0 auto 30px;
}
#top-pickup_nav li {
 	width: 310px;
 	font-size: 1.7rem;
 	background-color: #b7963e;
 	line-height: 1.4;
 	font-weight: 700;
 	padding: 0 0 16px;
 	-webkit-transition: all .2s ease;
 	-moz-transition: all .2s ease;
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cbb372), to(#b7963e));
 	background: linear-gradient(to bottom, #cbb372 1%, #b7963e 100%);
}
#top-pickup_nav li:hover {
 	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
 	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
}
#top-pickup_nav li img {
 	margin: 0 0 12px;
}
#top-pickup_nav li strong {
 	font-size: 2rem;
}
#top-pickup_nav li span {
 	display: block;
 	width: 100px;
 	font-size: 1.2rem;
 	font-weight: 600;
 	border-top: 1px solid #fff;
 	line-height: 1;
 	padding: 8px 0 0;
 	margin: 12px auto 0;
}
#top-pickup_nav li a {
 	color: #fff;
 	text-decoration: none;
}
#top-pickup_nav li a:hover {
 	opacity: 1;
}
#top-pickup_nav li sup {
 	display: block;
 	width: 204px;
  	border-top: none;
  	font-size: 1.2rem;
  	font-weight: bold;
 	line-height: 1.2;
 	padding: 8px 2px;
 	margin: 12px auto 0;
  	margin-top: -66px;
  	background-color: #052152;
  	opacity: 0.8;
}

#top-beyond{
	width:100%;
	margin: 60px 0;
}
#top-beyond .photo{
	width:480px;
	float:left;
}
#top-beyond .txtarea{
	float: right;
	width:460px;
}
#top-beyond h2{
	font-size:5.4rem;
	line-height:4rem;
	text-align: center;
	margin: 60px 0 40px;
    	font-family: 'Redressed', cursive;
    	font-weight: normal;
    	color: #c73c60;
    	letter-spacing: 0;
}
#top-beyond h2 span{
	font-size:1.6rem;
}
#top-beyond p{
	text-align:justify;
	margin-bottom: 40px;
}
#top-beyond .readmore{
	width:100%;
	height:30px;
	text-align: center;
	margin-bottom: 40px;
}
#top-beyond .readmore a {
	display: block;
	padding: 6px 0;
	border: 1px solid #ccc;
    	font-size:14px;
}
#top-beyond .readmore a:hover {
	display: block;
	background: #d26380;
	color: #fff;
	border: none;
}
#top-beyond .beyond-cts{
	width:570px;
	height:610px;
	background:url(../img/top-beyond-bg.jpg);
	margin-left: -110px;
	padding: 40px 0 0 110px;
	z-index:-1;
}
#top-beyond li{
	width:380px;
	height:80px;
	background:#fff;
	border-left:4px solid #c73c60;
	margin-bottom: 10px;
	padding: 15px 0 0 40px;
	font-size:2.4rem;
	line-height: 1.3rem
}
#top-beyond li span{
	display: block;
	font-size:1.3rem;
	margin-bottom: 15px;
}

#top-beyond img{
	width:33%;
}

#top-movie{
	width:1000px;
	margin: 0 auto;
	padding: 60px 0;
}
#top-movie .movie-wrap,
#top-movie .movie-wrap2 {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
#top-movie .movie-wrap iframe {
	width: 100%;
	height: 275px
}
#top-movie .movie-wrap:nth-of-type(2n),
#top-movie .movie-wrap2:nth-of-type(2n) {
	margin-right: 0;
}
#top-movie .viewmore{
	width:460px;
	height:30px;
	margin: 40px auto 0;
	text-align: center;
}
#top-movie .viewmore a{
	display: block;
	border: 1px solid #ccc;
	padding: 6px 0;
    	font-size: 14px;
}
#top-movie .viewmore a:hover{
	display: block;
	background: #d26380;
	color: #fff;
	border: none;
}


#main-img .feed-prev-btn {
  	background-image: url(../img/btn_prev.png);
	position: absolute;
	top: 40%;
	left: 2%;
	z-index: 99;
}
#main-img .feed-next-btn {
  background-image: url(../img/btn_next.png);
	position: absolute;
	top: 40%;
	right: 2%;
	z-index: 99;
	
}
#main-img .feed-prev-btn .bx-prev {
  	width: 100%;
  	display: block;
}
#main-img .feed-next-btn .bx-next {
  	width: 100%;
  	display: block;
}
#main-img .navi-btn {
  	width: 40px;
  	height: 40px;
  	-webkit-background-size: 40px;
  	background-size: 40px;
  	background-repeat: no-repeat;
  	background-position: center center;
}
#main-img .navi-btn a {
	display: block;
  	width: 40px;
  	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* トップページ重要なお知らせ */
#top-news .important2 {
	display: block;
	height: 50px;
	margin: -10px 10px 10px 0px;
	background-color: #c9395f;
	padding: 8px;
}

#top-news .important2 .title {
	display: block;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/importantTitle01.png);
	background-repeat: no-repeat;
	border: none;
	background-position: 5px 2px;
}


#top-news .important2 .content {
	background-color: #FFFFFF;
	padding: 5px 10px 5px;
	width: inherit;
	height: auto;
	margin: -41px 0px 0px 228px;
	border-left: solid 3px #c9395f;
	font-size: 1.6em;
}

/* Bnr
-----------------------------------------*/
.BnrRB {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  margin: 0 auto;
  display: none;
  z-index: 111;
}

.BnrRB img {
  vertical-align: bottom !important;
}

.BnrRB .Bnr__img {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.BnrRB {
  width: 312px;
  height: 312px;
  box-sizing: border-box;
}

.BnrRB .Bnr__img__inner a {
  display: block;
  text-decoration: none;
}


.BnrRB .Bnr__img p.close {
  display: block;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0d2653;
}

.BnrRB .Bnr__img p.close::before, .BnrRB .Bnr__img p.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #0d2653;
}

.BnrRB .Bnr__img p.close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.BnrRB .Bnr__img p.close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#page-top {
  bottom: 10px;
}

/* 640pxまでの幅の場合に適用される */
@media screen and (max-width: 640px) {
.pc {
    display: none !important;
}
.sp {
    display: block !important;
}
.inner{
	width:100%;
}
#main-img {
	margin-bottom: 60px;
	margin-top: 0;
	}
#top-news {
	margin-bottom: 0;
}
#top-news h2,
#top-pickup h2,
#top-pickup_nav h2 {
	width:100%;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}
#top-news h2 span,
#top-pickup h2 span,
#top-pickup_nav h2 span {
	font-size: 1.2rem;
	font-weight: normal;
}
	
#top-news nav ul {
  	width: 100%;
	}
#top-news nav li {
	width: 33.3%;
  	text-align:center;
	border-right: 1px solid #d26380;
  	border-left: 1px solid #db8299;
	padding-top: 11px;
	font-size: 1.2rem;
	line-height: 1.4;
}
	
	#top-news nav li:first-of-type {
	width: 33.3%;
	padding-top: 18px;
}

#top-news nav li.active{
	background: #db8299;	
}

#top-news .inner div:after{
	content: '';
	display: block;
	font-size:0;
	clear: both;
}
#top-news a article{
	position: relative;
	width: 49%;
	height: 250px;
	margin-right: 2%;
	margin-bottom: 2%;
	float:left;
	background: #fff;
}
#top-news a article::after{
	content: '';
	display: block;
	font-size:0;
	clear: both;
}
#top-news a:nth-of-type(even) article{
	margin-right: 0;
}
#top-news .tabBox article {
	position: relative;
	width: 49%;
	height:auto;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	background: #fff;
}
#top-news .tabBox article:nth-of-type(even) {
	margin-right: 0;
}
#top-news a article img {
	display: block;
	width:100%;
	height: auto;
	max-width: 100%;
}	
#top-news p.date {
	float: none;
	margin: 10px 20px 5px;
}	
#top-news p.category{
	position: static;
	float: left;
	width: auto;
 	margin: 0px 2px 2px 0;
}

#top-news div.cat{
    	margin: 0 10px 5px;
}
#top-news p.detail{
	float: left;
	text-align: justify;
	margin: 0 10px 10px;
	word-break:break-all
}
#top-news .news-thumb{
    	height:100px;
}
    
#top-pickup{
	width:100%;
	padding: 30px 0;
}
#top-pickup h2 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}
#top-pickup .inner div{
	width:100%;
	padding: 0 25px;
	float:none;
	margin-right: 0;
}
#top-pickup .inner div img{
	display: block;
	width:100%;
	height: auto;
	max-width: 100%;
}


  /*　バナーリンク　＿＿＿＿＿　*/
#top-pickup_nav {
 	width: auto;
 	background-color: #f9f6f1;
 	padding: 20px 0 10px;
}
#top-pickup_nav ul {
 	display: block;
 	-webkit-box-pack: justify;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	width: 90%;
 	text-align: center;
 	list-style: none;
 	margin: 0 auto;
}
#top-pickup_nav li {
 	width: 100%;
 	font-size: 1.7rem;
 	background-color: #b7963e;
 	line-height: 1.4;
 	font-weight: 700;
 	padding: 0 0 28px;
 	margin: 0 0 16px;
 	background-image: url(../img/back_nav_detail_sp.png);
 	background-position: right bottom;
}
#top-pickup_nav li img {
 	width: 100%;
 	height: auto;
 	margin: 0 0 12px;
}
#top-pickup_nav li strong {
 	font-size: 1.8rem;
}
#top-pickup_nav li span {
 	display: none;
}
#top-pickup_nav li a {
 	color: #fff;
 	text-decoration: none;
}
#top-pickup_nav li a:hover {
 	opacity: 1;
}
#top-pickup_nav li sup {
 	width: max-content;
 	min-width: 204px
}
#top-beyond {
	width:100%;
	/* margin-bottom: 0; */
}
#top-beyond h2 {
    	font-size:3.5rem;
	text-align: center;
	line-height: 5rem;
	padding: 0 25px;
}
#top-beyond p {
  	padding: 0 25px;
}
#top-beyond .photo{
	width:100%;
	float:none;
}
#top-beyond .photo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
#top-beyond .txtarea{
	width:100%;
	float:none;
}
#top-beyond .readmore{
	width:90%;
	margin: 0 auto;
	height:45px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
#top-beyond .beyond-cts{
	width:100%;
	padding: 25px;
	height:auto;
	background:url(../img/top-beyond-bg.jpg);
	background-size: cover;
	margin-left: 0;
	z-index:-1;
}
#top-beyond li{
	width:100%;
	height: 70px;
	background:#fff;
	border-left:4px solid #c73c60;
	margin-bottom: 10px;
	padding: 15px 0 0 20px;
	font-size:2rem;
	line-height: 1.3rem
}
#top-beyond li span{
	display: block;
	font-size:1.3rem;
	margin-bottom: 10px;
}

#top-beyond img{
	width:100%;
}

#top-movie{
	width:90%;
	margin: 0 auto;
}
#top-movie .movie-wrap {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
	width: 100%;
	float: none;
}
#top-movie .movie-wrap2 {
	margin-bottom: 40px;
	width: 100%;
	float: none;
}	
	
#top-movie .movie-wrap2 img {
	width: 100%;
	height: auto;
}	

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top-movie .viewmore{
	width:90%;
	height:40px;
	line-height: 25px;
	float: none;
	margin: 20px auto 0;
	text-align: center;
}
#main-img .navi-btn {
  width: 20px;
  height: 20px;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
#main-img .navi-btn a {
	display: block;
  width: 20px;
  height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}	


/*===================================================
	トップページ重要なお知らせ
===================================================*/
#top-news .important2 {
	display: block;
	height: auto;
	margin: 0px 0px 10px 0px;
	background-color: #c9395f;
	padding: 8px;
}

#top-news .important2 .title {
	display: block;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/importantTitle01.png);
	background-repeat: no-repeat;
	border: none;
	background-position: 0px 5px;
	background-size: 40%;
}


#top-news .important2 .content {
	background-color: #FFFFFF;
	padding: 5px 10px 5px;
	height: auto;
	margin: 0px 0px 0px 0px;
	border-left: solid 3px #c9395f;
	font-size: 1.4em;
}


/* Bnr
-----------------------------------------*/
  .BnrRB {
    width: 330px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
  }

  #page-top {
    bottom: 60px;
  }

}
