@charset "utf-8";

/* ---------------------------------------------------------- */
/* MAIN */
/* ---------------------------------------------------------- */
#main {
	line-height: 0;
	overflow: hidden;
	position: relative;
	}

#main ul {
	top: 0;
	left: 0;
	position: relative;
	}

#main .bnr {
	width: 200px;
	bottom: 20px;
	right: 0;
	position: absolute;
	z-index: 1;
	}

#main .bnr:hover {
	opacity: 0.7;
	}

#main img {
	width: 100%;
	}

@media (max-width: 768px){
#main {
	margin: 50px 0 0 0;
	}

#main .bnr {
	width: 30%;
	}
}

@media (max-width: 480px){
#main .bnr {
	width: 35%;
	bottom: 10px;
	}
}


/* ---------------------------------------------------------- */
/* バナー */
/* ---------------------------------------------------------- */
#banner {
	line-height: 0;
	text-align: center;
	background: #fff8f8;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	}

#banner ul {
	/* width: 1010px; バナー4つ */
	width: 760px;
	display: inline-block;
	margin: auto;
	}

#banner ul li {
	padding: 0 5px;
	}

#banner ul li a:hover {
	opacity: 0.7;
	}

#banner ul li img {
	width: 100%;
	}

@media (max-width: 768px){
#banner {
	padding: 20px;
	}

#banner ul {
	width: 50%;
	}

#banner ul li {
	padding: 0;
	}

#banner ul li img {
	width: 100%;
	}

#banner .slick-prev ,
#banner .slick-next {
	width: 34px;
	height: 35px;
	border: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	top: 50%;
	margin: -20px 0 0 0;
	padding: 0;
	position: absolute;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	}

#banner .slick-prev {
	background: url(../img/common/ico_arrow_prev.png) left top no-repeat;
	background-size: 34px 35px;
	left: -50px;
	}

#banner .slick-next {
	background: url(../img/common/ico_arrow_next.png) left top no-repeat;
	background-size: 34px 35px;
	right: -50px;
	}
}

@media (max-width: 640px){
#banner {
	padding: 15px 50px;
	}

#banner ul {
	width: 80%;
	}

#banner .slick-prev ,
#banner .slick-next {
	width: 25px;
	height: 26px;
	margin: -15px 0 0 0;
	}

#banner .slick-prev {
	background-size: 25px 26px;
	left: -37px;
	}

#banner .slick-next {
	background-size: 25px 26px;
	right: -37px;
	}
}

/* ---------------------------------------------------------- */
/* TOP */
/* ---------------------------------------------------------- */
#topWrapper {
	width: 1000px;
	margin: auto;
	}

@media (max-width: 768px){
#topWrapper {
	width: 100%;
	}
}


/* ---------------------------------------------------------- */
/* お知らせ */
/* ---------------------------------------------------------- */
#information {
	margin: 60px auto 80px auto;
	}

#information ul {
	border-top: 1px solid #e6e6e6;
	}

#information ul li {
	background: #fff8f8;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

#information ul li:nth-child(even){
	background: #fafafa;
	}

#information ul li time {
	width: 100px;
	color: #ff9bb9;
	}

#information ul li p {
	width: calc(100% - 100px);
	}

#information ul li p a {
	color: #2b2b2b;
	}

@media (max-width: 768px){
#information {
	margin: 50px auto 60px auto;
	padding: 0 30px;
	}
}

@media (max-width: 640px){
#information {
	margin: 20px auto 40px auto;
	padding: 0;
	}

#information h3 {
	margin: 0 0 15px 15px;
	}

#information ul li {
	padding: 10px 15px;
	display: block;
	}

#information ul li time {
	width: 100%;
	font-size: 1.2rem;
	}

#information ul li p {
	width: 100%;
	}
}


/* ---------------------------------------------------------- */
/* 学校案内 */
/* ---------------------------------------------------------- */
/* ごあいさつ */
#greeting {
	margin: 0 0 60px 0;
	}

#greeting p {
	margin: 0 0 20px 0;
	}

#greeting p:last-child {
	margin: 0;
	}

/* 学校概要 */
#outline {
	margin: 0 0 60px 0;
	}

#outline table {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-collapse: collapse;
	}

#outline table tr {
	border-bottom: 1px solid #e6e6e6;
	}

#outline table tr th {
	width: 160px;
	font-weight: bold;
	color: #ff9bb9;
	background: #fdeeef;
	text-align: left;
	padding: 15px 20px;
	}

#outline table tr td {
	width: calc(100% - 160px);
	background: #fff8f8;
	padding: 15px 20px;
	}

/* 校歌 */
#school_song {
	margin: 0 0 80px 0;
	}

#school_song .movie {
	text-align: center;
	margin: 0 0 20px 0;
	}

#school_song .box {
	background: #fff8f8;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row-reverse;
	}

#school_song .box h4 {
	width: 80px;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 20px 10px;
	}

#school_song .box h4 span {
	font-size: 1.2rem;
	color: #2b2b2b;
	}

#school_song .text {
	width: 920px;
	padding: 30px;
	}

#school_song .text ul {
	width: 700px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: row-reverse;
	margin: auto;
	}

#school_song .text ul li {
	text-align: center;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	}

#school_song .text ul li p {
	line-height: 2.4;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	}

@media (max-width: 768px){
#guide {
	padding: 0 30px;
	}

/* ごあいさつ */
#greeting {
	margin: 0 0 50px 0;
	}

/* 学校概要 */
#outline {
	margin: 0 0 50px 0;
	}

/* 校歌 */
#school_song {
	margin: 0 0 60px 0;
	}

#school_song .movie {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#school_song .movie iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

#school_song .text {
	width: calc(100% - 50px);
	}

#school_song .text ul {
	width: 100%;
	}

#school_song .text ul li p {
	line-height: 1.6;
	}
}

@media (max-width: 640px){
#guide {
	padding: 0 15px;
	}

/* ごあいさつ */
#greeting {
	margin: 0 0 40px 0;
	}

/* 学校概要 */
#outline {
	margin: 0 0 40px 0;
	}

#outline table tr th {
	width: 100%;
	padding: 10px 15px;
	display: block;
	}

#outline table tr td {
	width: 100%;
	padding: 15px;
	display: block;
	}

/* 校歌 */
#school_song {
	margin: 0 0 40px 0;
	}

#school_song .box {
	display: block;
	}

#school_song .box h4 {
	width: 100%;
	line-height: 1.4;
	writing-mode: lr-tb;
	padding: 10px;
	}

#school_song .text {
	width: 100%;
	padding: 20px;
	}

#school_song .text ul {
	display: block;
	}

#school_song .text ul li:first-child {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}

#school_song .text ul li p {
	line-height: 2.0;
	}
}