@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color: #000;
}

a:visited {}

a:hover,
a:focus {
	color: #666;
}

.clr {
	clear: both;
	min-height: 1em;
}

/*
*html .clr{
	height:1px;
}
*/

body {
	color: #000;
	font-family: 'UD Shin Go Light', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}

.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: 0;
	padding: 3px 0px 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

img {}





/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media (min-width: 768px) {



	a:hover img,
	a:focus img {
		opacity: 0.85;
		filter: alpha(opacity=85);
	}

	:-ms-input-placeholder {
		color: #999999;
	}


	body,
	html {
		height: 100%;
	}

	body {
		margin: 0px;
		padding: 0px;
		font-size: 95%;
		line-height: 140%;


	}



	ol,
	ul {
		list-style: none;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.pc-disp {}

	.sp-disp {
		display: none;
	}

	#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		margin: 0;
		border-top: solid 10px #B068D6;

	}


	#scrollTop {
		position: fixed;
		right: 10px;
		z-index: 20;
		margin-bottom: 180px;

	}

	#scrollTop a {
		text-decoration: none;

	}

	#scrollTop img {
		opacity: 0.6;
		filter: alpha(opacity=600);
		width: 60px;
	}


	.skip a {
		display: block;
		background-color: #007b44;
		color: #fff;
		text-decoration: none;
		text-align: center;
		position: absolute;
		height: 0;
		overflow: hidden;
	}

	/*
#top-pc-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;

}
*/


	#top-pc-header {
		width: 100%;
	}




	#header {}


	#header-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
	}

	#header-inner table {
		width: 100%;
	}

	#header-inner-l {
		width: 36%;
		vertical-align: middle;
	}

	#header-inner-l img {
		width: 100%;
	}

	#header-inner-c {
		width: 1%;

	}


	#header-inner-r {
		text-align: right;
		width: 63%;
		vertical-align: middle;
		padding-top: 10px;

	}

	#header-inner-r #pc-search span {
		margin-right: 10px;
	}

	#header-inner-r #pc-search span a {
		color: #fff;
		text-decoration: none;
	}


	#header-inner-r #pc-search span:nth-child(1) {
		background-image: url("../images/bg-download.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding-left: 20px;
	}

	#header-inner-r #pc-search span:nth-child(2) {
		background-image: url("../images/bg-mail.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding-left: 20px;
	}

	#pc-search {
		padding-right: 5px;
	}

	#header-inner-r #pc-search span a {
		color: #fff;
		text-decoration: none;
	}

	#header-inner-r #pc-search span a:hover {
		color: #eee;
	}

	#keyword {
		width: 270px;
		height: 27px;
		margin: 0px;
		padding: 0px 36px 0px 4px;
		border: 1px solid #B068D6;
	}

	#searchsubmit {
		margin-left: -30px;
		width: 30px;
	}

	.header-navi {
		margin-top: 5px;

	}




	.header-navi span:nth-child(1) img {
		width: 145px;
	}

	.header-navi span:nth-child(2) img {
		width: 188px;
	}

	.header-navi span:nth-child(3) img {
		width: 145px;
	}


	.sp-header {
		display: none;
	}

	/* メニュー
================================================== */

	#globalNav {}

	#globalNavInner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10px auto;
	padding: 0 15px;
		position: relative;
	}

	#globalNavInner>ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		margin-bottom: 0px;
	}




	#globalNavInner>ul li {
		text-align: center;
		font-weight: bold;
		font-size: 110%;
		padding: 0 1px;
		/*width: 12.5%;*/
		width: 14.28%;
		border-right: 1px solid #000;
	}

	#globalNavInner>ul li:nth-child(1) {
		border-left: 1px solid #000;
	}


	#globalNavInner>ul li:nth-child(4) {}

	#globalNavInner>ul li:nth-child(5) {}

	#globalNavInner>ul li:nth-child(6) {}




	#globalNavInner>ul li a {
		display: inline-block;
		width: 100%;
		text-decoration: none;
		color: #000;
		padding: 5px 0;
	}

	#globalNavInner>ul li a:hover {
		color: #999;

	}





	#globalNavInner>ul .child {
		display: none;
		position: absolute;
		z-index: 800;
		padding: 10px 5px 5px 5px;
		background-color: #fdfbcb;
		border-top: 5px solid #B068D6;
		border-right: 1px solid #B068D6;
		border-bottom: 1px solid #B068D6;
		border-left: 1px solid #fff;
		margin-left: -2px;
	}

	#globalNavInner>ul .child li {
		border-bottom: 1px dotted #ccc;
		border-left: none;
		border-right: none;
		font-size: 80%;
		width: 100%;
		font-weight: normal;
		background-image: url(../images/pul01.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 10px;
	}

	#globalNavInner>ul .child li a {
		display: block;
		text-decoration: none;
		padding: 5px 5px 5px 20px;
		text-align: left;

	}

	#globalNavInner>ul .child li a:hover {}

	#globalNavInner>ul li .p-new-link-img {
		display: inline;
	}





	.top-category_about #globalNavInner ul li:nth-child(1) a {
		background-color: #93c2da;
	}

	.top-category_cal #globalNavInner ul li:nth-child(2) a {
		background-color: #93c2da;
	}

	.top-category_life #globalNavInner ul li:nth-child(3) a {
		background-color: #93c2da;
	}

	.top-category_club #globalNavInner ul li:nth-child(4) a {
		background-color: #93c2da;
	}

	.top-category_dorm #globalNavInner ul li:nth-child(5) a {
		background-color: #93c2da;
	}

	.top-category_access #globalNavInner ul li:nth-child(6) a {
		background-color: #93c2da;
	}



	.header-under {
		/*	margin-top: 140px;*/

	}



	#content {
		width: 100%;
		padding-bottom: 280px;
		margin: 0px auto;

	}








	.top1 {
		width: 100%;
		margin-bottom: -6px;
	}

	.top1-inner {
		width: 100%;

	}

	.top1 .slick-box {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top1 .slick-box img {
		width: 100%;
	}


	.special-news {
		width: 100%;
		margin-top: 0px;
		background-color: #eee;

	}

	.special-news-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 20px 20px;

	}

	.special-title1 {
		background-color: #ff0000;
		display: inline-block;
		color: #fff;
		padding: 2px 10px;
		font-size: 110%;
		font-weight: bold;
		border-radius: 20px;
		margin-bottom: 5px;
	}

	.special-title2 {
		background-color: #B068D6;
		display: inline-block;
		color: #fff;
		padding: 2px 10px;
		font-size: 110%;
		font-weight: bold;
		border-radius: 20px;
		margin-bottom: 5px;
	}

	.special-news-inner ul {
		margin-left: 10px;
	}

	.special-news-inner ul li {
		    margin: 13px 0;
	}

	.special-news-inner ul li .date {
		margin-right: 10px;
	}



	.top2 {
		width: 100%;
		margin-top: 60px;
	}

	.top2-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 5px;
	}

	.top2-inner:after {
		content: "";
		display: block;
		clear: both;
	}

	.top2-l {
		float: left;
		width: 73%;
	}






	.cat-sel {
		margin-bottom: 20px;
	}

	.cat-sel ul {
		margin-top: 4px;
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: nowrap;
		/* Safari */
		flex-wrap: nowrap;
	}

	.cat-sel ul li {
		width: 16.666%;
		text-align: center;
		padding: 0 0;
		border-bottom: 1px solid #ccc;
	}

	.cat-sel ul li:nth-child(1) {
		border-right: 1px solid #ccc;
		font-size: 130%;

		padding-top: 5px;
	}

	.cat-sel ul li a {
		padding: 5px 0;
		display: block;
		text-decoration: none;

	}

	.cat-sel ul li a:hover {
		color: #841e90;
	}

	.news-list ul {
		height: 400px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.news-list ul li {
		margin-bottom: 15px;
	}

	.news-list ul li .date {
		padding-right: 10px;
		display: table-cell;
	}

	.news-list ul li .list-category-mark {
		display: table-cell;
		text-align: center;
		width: 75px;
		color: #fff;
		font-size: 80%;
	}

	.news-list ul li .list-category-mark div {
		padding: 1px 0 0 0;
		border-radius: 15px;
	}



	.news-list ul li .list-category-news div {
		background-color: #33d867;
	}

	.news-list ul li .list-category-news-event div {
		background-color: #67cafe;
	}

	.news-list ul li .list-category-news-club div {
		background-color: #d17bfe;
	}

	.news-list ul li .list-category-news-ex div {
		background-color: #fe9aa2;
	}



	.news-list ul li .title {
		display: table-cell;
		padding-left: 10px;
	}





	.top2-ichiran {
		text-align: right;
		margin-top: 15px;
		padding-right: 20px;
	}

	.top2-ichiran a {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0 5px;
		color: #841e90;
		text-decoration: none;
	}

	.top2-ichiran a:hover {
		color: #4ea8eb;
		text-decoration: underline;
	}

	.top2-r {
		position: relative;
		float: right;
		width: 25%;
	}

	/* 見出し灰色三角 */
	.top2-r::before {
		content: "";
		position: absolute;
		top: 4%;
		left: 6%;
		width: 0;
		height: 0;
		border-top: 20px solid #a9a9a9;
		border-right: 20px solid transparent;
		z-index: 1;
	}

	/* ピンク背景 */
	.top2-background {
		position: absolute;
		top: 2%;
		left: 3%;
		width: 100%;
		height: 100%;
		background-color: rgba(251, 229, 245, 1);
		z-index: 0;
	}

	.top2-r-container {
		position: relative;
		background-color: rgba(255,255,255,0.1);
		padding: 20px;
		border: 1px solid #ccc;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}

	.top2-r-title {
		font-size: 140%;
		padding-bottom: 1.2em;
		border-bottom: 2px solid #666;
	}

	.calendar-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.calendar-wrap > .title {
		font-size: 15px;
	}

	.calendar-wrap > .calendar {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		padding: 0.3em;
		margin-top: 1em;
		min-height: 80px;
		width: 100%;
		background-color: white;
	}

	.calendar-wrap > .calendar > p{
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	.calendar-wrap > .calendar > p .calendar-bullet {
		width: 1em;
		flex-shrink: 0;
		text-align: right;
		line-height: 1.5;
	}

	.calendar-bullet::before {
		content: '・';
	}

	.calendar-wrap > .calendar > p > *:not(.calendar-bullet) {
		text-align: left;
		padding-left: 0.25em;
	}

	.top2-title2 {
		font-size: 130%;
		padding: 10px 0 5px 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.top2-waku2 {
		/* padding: 0 15px; */
	}


	.top2-waku2 {
		text-align: center;
		margin-top: 20px;
	}

	.top2-waku2 img {
		width: 100%;
		max-width: 226px;
	}




	.top3 {
		width: 100%;
		margin: 32px 0 0 0;
	}


	.top3-inner1 {
		width: 100%;
		max-width: 1100px;
		margin: 20px auto 10px auto;
		padding: 0 5px;
	}

	.top3-inner1 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}

	.top3-inner1 li {
		width: 20%;
		padding: 0 2px;
		text-align: center;
	}

	.top3-inner1 li img {
		width: 100%;
		max-width: 193px;
	}


	.top3-inner2 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner2 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}

	.top3-inner2 li {
		width: 50%;

		text-align: center;
	}

	.top3-inner2 li:nth-child(1) {
		padding: 0 5px 0 2px;

	}

	.top3-inner2 li:nth-child(2) {
		padding: 0 2px 0 5px;

	}

	.top3-inner2 li img {
		width: 100%;
	}


	.top3-inner3 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner3 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner3 li {
		width: 25%;
		padding: 0 2px;
		text-align: center;
	}

	.top3-inner3 li img {
		width: 100%;
	}


	.top3-inner4 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner4 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner4 li {
		width: 25%;
		padding: 3px 5px;
		text-align: center;
	}

	.top3-inner4 li img {
		width: 100%;
		border: 1px solid #ccc;
	}





	.top3-inner5 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner5 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}

	.top3-inner5 li {
	width: 25%;
    padding: 3px 5px;
    text-align: center;
	}

	.top3-inner5 li img {
		width: 100%;
	}







	#footer {
		width: 100%;
		position: absolute;
		bottom: 0;
		border-top: solid 10px #B068D6;

	}



	.footer-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 5px 5px 5px;
		text-align: center;
	}

	.footer1 {}

	.footer1 ul {
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
	}

	.footer1 ul li {
		margin-left: 10px;
		background-color: #000;
	}

	.footer1 ul li a {
		display: block;
		padding: 3px 15px;
		text-decoration: none;
		color: #fff;
	}

	.footer1 ul li a:hover {
		color: #ccc;
	}

	.footer2 {
		margin-top: 15px;
		width: 100%;

	}

	.footer-l {}

	.footer-l img {
		width: 100%;
		max-width: 300px;
	}


	.footer-r {}

	.copy {
		text-align: center;
		padding: 5px 0 0 0;
		font-size: 80%;
	}





	/*　カレンダー
*********************************************/

	.cal_rap {
		padding: 10px 10px 0px 10px;
		background-color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.cal_rap1 {}




	.cal_rap table {
		width: 100%;

		border-collapse: separate;
		border-spacing: 2px;
		border-color: grey;


	}

	.cal_rap table caption {
		font-size: 130%;
		color: #841e90;
		font-weight: bold;
		padding-bottom: 10px;
	}



	.cal_rap table th,
	.cal_rap table td {
		height: 30px;
		text-align: center;
		vertical-align: middle;
		border-right: 1px groove #fff;
		border-bottom: 1px groove #fff;

	}

	.cal_rap table th {
		background-color: #eee;
	}

	.cal_rap table td {
		background-color: #f9f9f9;
	}

	.cal_rap .sun {
		color: #ff5722;

	}

	.cal_rap .sun a {
		color: #ff5722;

	}

	.cal_rap .sat {
		color: #116e7f;
	}

	.cal_rap .sat a {
		color: #116e7f;
	}


	.cal_rap table td a {
		display: inline-block;
		width: 100%;
		padding: 5px 0;
		background-color: #ececec;
		text-decoration: none;
	}


	.month_list {
		text-align: right;
		margin: 5px 0;
	}

	.month_list a {
		text-decoration: none;
		color: #841e90;
	}

	.month_list a:hover {
		text-decoration: underline;
	}



	.today_waku {
		margin: 10px 0;
	}

	.today_title img {
		width: 100%;
		max-width: 92px;
	}

	.today_list {
		margin-top: 5px;
		padding-left: 15px;
	}

	.today_list li {
		list-style-type: disc;

	}



	.top_today_list {
		margin-top: 5px;
		padding-left: 20px;
	}

	.top_today_list li {
		list-style-type: disc;

	}


	.cal_today {
		margin: 0;
		padding: 0px 0 10px 0;
		text-align: center;
		font-size: 110%;
	}

	table#cal_tbl {
		border-collapse: collapse;
		border: 1px solid #ccc;
		width: 100%;
		margin: 5px 0px 10px 0px;
	}

	table#cal_tbl th {
		border-collapse: collapse;
		padding: 5px 2px;
		text-align: center;
		background-color: #C96;
		color: #fff;
	}

	table#cal_tbl td {
		border-collapse: collapse;
		padding: 5px 2px;
		text-align: center;
	}












	/* コンテンツページ関係始まり
================================================== */

	/* iframeサイズ */

	.contentBody iframe {
		width: 100%;
		height: 450px;
	}

	.contentBody .if-renrakumo iframe {
		height: 150px;
	}



	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;

		font-size: 100%;
		padding: 10px 0;
		margin-bottom: 25px;
	}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0px;
		font-size: 90%;
	}


	#breadCrumb p {
		margin-left: 0px;

	}




	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		padding: 0px 5px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

	#main {
		width: 100%;
	}

	#main2 {
		width: 100%;
	}

	#sidemenu {
		width: 24%;
		float: right;
	    display: none;
		padding: 40px 0 0 0;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;


	}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


	.contentListWrapper .pageList {
		width: 100%;
		margin-top: 30px;

	}


	.contentListWrapper .pagelist-item {
		margin: 0 0 30px 0;
		border-bottom: 1px solid #B068D6;
		margin-right: 2%;
	}

	.contentListWrapper .pagelist-item .thumb {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 0 0 15px;

	}

	.contentListWrapper .pagelist-item .thumb img {
		width: 80px;
	}

	.contentListWrapper .pagelist-item .title {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		background-image: url(../images/pul01.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 10px;
		padding: 10px 0px 10px 25px;
	}




	.contentListWrapper .pagelist-item .title a {
		text-decoration: none;
		display: block;
	}

	.contentListWrapper .pagelist-item .title a:hover {
		text-decoration: underline;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 5px;
		display: block;
		font-size: 90%;
	}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}














	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}

	#sidemenu .sideHeader {
		background-color: #B068D6;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　部活トップ
*********************************************/

	.club-list {
		margin-top: 40px;
	}

	.club-list ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
	}

	.club-list ul li {
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 40px;
		list-style-type: none;
	}

	.club-list ul li img {
		width: 100%;
	}

	.club-list ul li div {
		background-image: url("../images/bg-bukatu.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		padding: 3px 0 2px 30px;
	}

	.club-list ul li div a {
		text-decoration: none;
	}

	.club-list ul li div a:hover {
		text-decoration: underline;
	}

	/*　部活ページ
*********************************************/

	.club-news {
		margin: 40px 0 60px 0;
	}

	.contentBody .club-news h2 {
		background-image: url(../images/bg-news.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 35px;
		font-size: 140%;
		padding: 10px 0 5px 50px;
		margin-bottom: 15px;
		border-bottom: 1px solid #841e90;
	}

	.contentBody .club-news h2 span {
		margin-left: 30px;
		font-size: 72%;
	}

	.club-news ul li {
		list-style-type: none;
		margin-bottom: 8px;
	}

	.club-news ul li .date {
		display: block;
	}

	.club-news-ichiran {
		text-align: right;
	}

	.club-news-ichiran a {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0 5px;
		color: #841e90;
		text-decoration: none;
	}

	.club-news-ichiran a:hover {
		text-decoration: underline;
	}


	.contentBody .club-image-list {
		margin-top: 30px;
	}

	.contentBody .club-image-list ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: nowrap;
		/* Safari */
		flex-wrap: nowrap;
	}

	.contentBody .club-image-list ul li {
		width: 50%;
		padding: 0 10px;
		list-style-type: none;
	}

	.contentBody .club-image-list ul li img {
		width: 100%;
	}

	.contentBody .club-image-list ul li div {
		text-align: center;
	}


	/*　検索一覧ページ
*********************************************/
	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #000;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}

	/*　教職員数と生徒数ページ
*********************************************/

	.contentBody .tbl-base02 {}

	.contentBody .tbl-base02 th {
		width: 200px;
	}

	.contentBody .tbl-base02 td {
		text-align: right;
		width: 100px;
	}

	.contentBody .tbl-base03 {
		width: 960px;
	}


	.scrollTable {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}


	/*　部活ページ
*********************************************/

	.wrap-club {
		margin: 0px 0px 20px 0px;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		width: 100%;
	}

	.wrap-club2 {
		margin: 0px 0px 20px 0px;
	}

	.wrap-club2 h2 {
		font-size: 130%;
		line-height: 120%;
		padding: 10px 0px 10px 0px;
		margin: 20px 0 15px 0;
		border-bottom: 1px solid #B068D6;
		color: #B068D6;
	}

	.wrap-club-left {
		width: 50%;
		margin-right: 20px;
	}

	.wrap-club-left img {
		width: 100%;

	}

	.wrap-club-right {
		width: 35%;
	}

	.wrap-club-right span {
		font-weight: bold;
		margin: 0px 10px 0px 0px;
	}

	.wrap-club-num {
		margin: 0px 0px 10px 0px;

	}

	.wrap-club-goal {}

	/*　沿革ページ
*********************************************/
	.contentBody .tbl-base04 {
		width: 100%;
	}

	.contentBody .tbl-base04 th {
		width: 135px;
	}

	/*コンテンツページ関係終わり
================================================== */






	/*サイトマップ初め
================================================== */

	.sitemap {
		margin-left: 0px;

	}

	.depth1 li {
		padding-top: 0px;

	}

	.depth2 li {
		padding-top: 0px;
	}


}


@media (min-width:768px) and (max-width:840px) {
	#header-inner-l {
		width: 30%;
	}

	#header-inner-c {
		width: 3%;

	}

	#header-inner-r {
		width: 67%;
	}

}

/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */





/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {


	body,
	html {
		height: 100%;
		-webkit-text-size-adjust: 100%;

	}

	body {
		margin: 0px;
		padding: 0px;
		font-size: 80%;
		line-height: 145%;

	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	ol,
	ul {
		list-style: none;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	select,
	textarea,
	input[type=text],
	input[type=email],
	input[type=date],
	input[type=tel] {
		font-size: 16px;
		/*  transform: scale(0.8);*/
	}




	.pc-disp {
		display: none;
	}

	.sp-disp {}


	#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}


	#scrollTop {

		position: fixed;
		right: 0;
		z-index: 20;
		margin-bottom: 135px;
	}

	#scrollTop a {
		text-decoration: none;

	}

	#scrollTop img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		width: 60px;
	}


	.skip p {
		display: block;
		background-color: #007b44;
		color: #fff;
		text-decoration: none;
		text-align: center;
		position: absolute;
		height: 0;
		overflow: hidden;
	}


	#home h1 {
		height: 0;
		overflow: hidden;
	}


	#header {
		display: none;
	}

	#globalNav {
		display: none;
	}




	.sp-header {
		margin-top: 65px;

	}








	/* メニュー関係
================================================== */

	#title {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.header-top {
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #fff;
		width: 100%;
		height: 65px;
		padding: 5px 10px 0 0px;

		filter: alpha(opacity=95);
		-moz-opacity: 0.95;
		opacity: 0.95;
		z-index: 2;
		border-top: 3px solid #B068D6;
		border-bottom: 1px solid #ccc;
	}

	.header-top .logo {
		float: left;
		padding: 10px 0px 0px 10px;
	}

	.header-top .logo img {
		width: 220px;
	}

	.header-top a {}

	.header-navi form {
		padding: 10px 0 10px 22px;

	}

	#keyword {
		width: 200px;
		height: 28px;
		margin: 0px -26px 0px 0;
		border: 0;
		padding: 0 26px 0 0;
		border: 1px solid #ccc;
	}

	#searchsubmit {
		width: 25px;
	}






	.menu_open_button {
		margin-top: 0;
		color: #fff;
		float: left;
		background-repeat: no-repeat;
		background-position: center 8px;
		background-image: url(../images/menu_icon.png);
		background-color: #000;
		padding-top: 28px;
		text-align: center;
		width: 55px;
		height: 45px;
		font-size: 10px;
		text-decoration: none;
	}

	.menu_close_button {
		background-repeat: no-repeat;
		background-position: center 8px;
		background-image: url(../images/menu_icon.png);
		color: #fff;
		background-color: #000;
		padding-top: 28px;
		text-align: center;
		width: 55px;
		height: 45px;
		font-size: 10px;
		text-decoration: none;
		margin-bottom: 10px;
		margin-right: 20px;
		float: right;
	}


	/* Header Nav
================================================== */

	.header-navi {
		margin-top: -10px;

	}

	.header-navi .nav-header {
		background: #999999;
	}

	.header-navi .close {

		padding-top: 10px;
	}


	.header-navi .nav-header h2 {
		float: left;
		padding: 15px 5px 5px 5px;
	}

	.header-navi .nav-header button {
		float: right;
		padding: 5px;
	}

	.header-navi .nav-header button img {
		width: 45px;
	}

	/*サイドバー
---------------------------------------------------------------*/

	#modal {
		display: none;
	}

	#modal h2 {}

	#modal h2,

	#modal ul {
		padding: 0px;
		width: 230px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	#modal ul li {
		margin-left: 5px;
		background-color: #fff;
		margin-bottom: 1px;
		padding: 0 0 0 5px;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	}


	#modal ul li a {
		display: block;
		text-decoration: none;
		padding: 10px 10px 10px 20px;
		background-image: url(../images/pul01.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 10px;
	}

	#modal-menu1 {}

	#modal-menu2 {}

	#modal-menu3 {}

	#modal-menu4 {}

	#modal-menu5 {}

	#modal-menu6 {}

	#modal-menu7 {}

	#modal-menu8 {}

	#modal-menu9 {}


	.close {
		text-align: right;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;

	}

	.close a {}

	.open {
		display: block;
		margin-top: 3px;
		margin-right: 7px;
		float: right;
	}

	.open img {
		vertical-align: middle;
	}



	#sp-keyword {
		width: 95%;
		height: 28px;
		margin: 0px;
		padding: 0px 30px 0px 2px;
		border: 1px solid #B068D6;

	}

	#sp-searchsubmit {
		margin-left: -30px;
		width: 30px;
	}




	/*メニュー関係終わり
---------------------------------------------------------------*/


	/* トップ動画
================================================== */


	#content {
		width: 100%;
		padding-bottom: 20px;
	}





	.top1 {
		width: 100%;
		margin-bottom: -6px;
	}

	.top1-inner {
		width: 100%;

	}

	.top1 .slick-box {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top1 .slick-box img {
		width: 100%;
	}


	.special-news {
		width: 100%;
		background-color: #eee;
	}

	.special-news-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 10px;

		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.special-title1 {
		background-color: #ff0000;
		display: inline-block;
		color: #fff;
		padding: 2px 10px;
		font-size: 110%;
		font-weight: bold;
		border-radius: 20px;
		margin-bottom: 5px;
	}

	.special-title2 {
		background-color: #B068D6;
		display: inline-block;
		color: #fff;
		padding: 2px 10px;
		font-size: 110%;
		font-weight: bold;
		border-radius: 20px;
		margin-bottom: 5px;
	}

	.special-news-inner ul {
		margin-left: 10px;
	}

	.special-news-inner ul li {
		margin-bottom: 5px;
	}

	.special-news-inner ul li .date {
		margin-right: 10px;
	}




	.top2 {
		width: 100%;
		margin-top: 40px;
	}

	.top2-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 5px;
	}

	.top2-inner:after {
		content: "";
		display: block;
		clear: both;
	}

	.top2-l {
		width: 100%;
	}






	.cat-sel {
		margin-bottom: 20px;
	}

	.cat-sel ul {
		margin-top: 4px;
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: nowrap;
		/* Safari */
		flex-wrap: nowrap;
	}

	.cat-sel ul li {
		width: 20%;
		text-align: center;
		padding: 0 0;
		border-bottom: 1px solid #ccc;
	}

	.cat-sel ul li:nth-child(1) {
		border-right: 1px solid #ccc;
		font-size: 130%;

		padding-top: 5px;
	}

	.cat-sel ul li a {
		padding: 5px 0;
		display: block;
		text-decoration: none;

	}

	.cat-sel ul li a:hover {
		color: #841e90;
	}

	.news-list ul {
		height: 200px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.news-list ul li {
		margin-bottom: 15px;
	}

	.news-list ul li .date {
		padding-right: 5px;
	}

	.news-list ul li .list-category-mark {
		text-align: center;
		width: 65px;
		color: #fff;
		font-size: 80%;
	}

	.news-list ul li .list-category-mark div {
		display: inline-block;
		width: 65px;
		padding: 1px 0 0 0;
		border-radius: 10px;
	}


	.news-list ul li .list-category-news div {
		background-color: #33d867;
	}

	.news-list ul li .list-category-news-event div {
		background-color: #67cafe;
	}

	.news-list ul li .list-category-news-club div {
		background-color: #d17bfe;
	}

	.news-list ul li .list-category-news-ex div {
		background-color: #fe9aa2;
	}

	.news-list ul li .title {
		display: block;
		padding-left: 0;
	}





	.top2-ichiran {
		text-align: right;
		margin-top: 15px;
		padding-right: 20px;
	}

	.top2-ichiran a {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0 5px;
		color: #841e90;
		text-decoration: none;
	}

	.top2-ichiran a:hover {
		color: #4ea8eb;
		text-decoration: underline;
	}

	.top2-r {
		position: relative;
		width: 100%;
		margin-top: 25px;
	}

		/* 見出し灰色三角 */
	.top2-r::before {
		content: "";
		position: absolute;
		top: 4%;
		left: 6%;
		width: 0;
		height: 0;
		border-top: 20px solid #999;
		border-right: 20px solid transparent;
		z-index: 1;
	}

	/* ピンク背景 */
	.top2-background {
		position: absolute;
		top: 2%;
		left: 3%;
		width: 100%;
		height: 100%;
		background-color: rgba(251, 229, 245, 1);
		z-index: 0;
	}

	.top2-r-container {
		position: relative;
		background-color: rgba(255,255,255,0.1);
		padding: 20px;
		border: 1px solid #ccc;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}

	.top2-r-title {
		font-size: 140%;
		padding-bottom: 1.2em;
		border-bottom: 2px solid #666;
	}

	.calendar-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.calendar-wrap > .title {
		font-size: 13px;
	}

	.calendar-wrap > .calendar {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		padding: 0.3em;
		margin-top: 1em;
		min-height: 80px;
		width: 100%;
		background-color: white;
	}

	.anchor-target {
		scroll-margin-top: 65px;
	}

	.calendar-wrap > .calendar > p{
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	.calendar-wrap > .calendar > p .calendar-bullet {
		width: 1em;
		flex-shrink: 0;
		text-align: right;
		line-height: 1.5;
	}

	.calendar-bullet::before {
		content: '・';
	}

	.calendar-wrap > .calendar > p > *:not(.calendar-bullet) {
		text-align: left;
		padding-left: 0.25em;
	}

	.top2-title2 {
		font-size: 130%;
		padding: 10px 0 5px 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.top2-waku2 {
		padding: 0 15px;
	}


	.top2-waku2 {
		text-align: center;
		margin-top: 20px;
	}

	.top2-waku2 img {
		width: 100%;
		max-width: 226px;
	}




	.top3 {
		width: 100%;
		margin: 32px 0 0 0;
	}


	.top3-inner1 {
		width: 100%;
		max-width: 1100px;
		margin: 20px auto 10px auto;
		padding: 0 5px;
	}

	.top3-inner1 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner1 li {
		width: 33.33%;
		padding: 0 2px;
		text-align: center;
		margin-bottom: 5px;
	}

	.top3-inner1 li img {
		width: 100%;
		max-width: 193px;
	}


	.top3-inner2 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner2 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner2 li {
		width: 100%;
		padding: 0 5px;
		text-align: center;
		margin-bottom: 10px;
	}

	.top3-inner2 li:nth-child(1) {}

	.top3-inner2 li:nth-child(2) {}

	.top3-inner2 li img {
		width: 100%;
		max-width: 490px;
	}


	.top3-inner3 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner3 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner3 li {
		width: 50%;
		padding: 0 2px;
		text-align: center;
		margin-bottom: 5px;
	}

	.top3-inner3 li img {
		width: 100%;
		max-width: 235px;
	}


	.top3-inner4 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner4 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner4 li {
		width: 33.33%;
		padding: 0 2px;
		text-align: center;
		margin-bottom: 5px;
	}

	.top3-inner4 li img {
		width: 100%;
		max-width: 176px;
		border: 1px solid #ccc;
	}





	.top3-inner5 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 20px auto;
		padding: 0 5px;
	}

	.top3-inner5 ul {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0px 0px 0px 0px;
		margin: 0px;

	}

	.top3-inner5 li {
		width: 33.33%;
		padding: 0 2px;
		text-align: center;
		margin-bottom: 5px;
	}

	.top3-inner5 li img {
		width: 100%;
		max-width: 189px;
	}

	#footer {
		width: 100%;
		position: absolute;

		border-top: solid 10px #B068D6;

	}



	.footer-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 10px 5px 5px 5px;
		text-align: center;
	}

	.footer1 {}

	.footer1 ul {
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
	}

	.footer1 ul li {
		margin-left: 10px;
		background-color: #000;
	}

	.footer1 ul li a {
		display: block;
		padding: 3px 15px;
		text-decoration: none;
		color: #fff;
	}

	.footer1 ul li a:hover {
		color: #ccc;
	}

	.footer2 {
		margin-top: 15px;
		width: 100%;

	}

	.footer-l {}

	.footer-l img {
		width: 100%;
		max-width: 220px;
	}


	.footer-r {}

	.copy {
		text-align: center;
		padding: 5px 0 0 0;
		font-size: 80%;
	}



	/*　カレンダー
*********************************************/

	.cal_rap {
		padding: 10px 10px 0px 10px;
		background-color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.table_rap {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.cal_rap1 {}




	.cal_rap table {
		width: 100%;
		max-width: 450px;
		border-collapse: separate;
		border-spacing: 2px;
		border-color: grey;


	}

	.cal_rap table caption {
		font-size: 130%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 10px;
	}



	.cal_rap table th,
	.cal_rap table td {
		height: 30px;
		text-align: center;
		vertical-align: middle;
		border-right: 1px groove #fff;
		border-bottom: 1px groove #fff;

	}

	.cal_rap table th {
		background-color: #eee;
	}

	.cal_rap table td {
		background-color: #f9f9f9;
	}

	.cal_rap .sun {
		color: #841e90;

	}

	.cal_rap .sun a {
		color: #841e90;

	}

	.cal_rap .sat {
		color: #116e7f;
	}

	.cal_rap .sat a {
		color: #116e7f;
	}


	.cal_rap table td a {
		display: inline-block;
		width: 100%;
		padding: 5px 0;
		background-color: #ececec;
		text-decoration: none;
	}


	.month_list {
		text-align: right;
		margin: 5px 0;
	}

	.month_list a {
		text-decoration: none;
		color: #841e90;
	}

	.month_list a:hover {
		text-decoration: underline;
	}



	.today_waku {
		margin: 10px 0;
	}

	.today_title img {
		width: 100%;
		max-width: 92px;
	}

	.today_list {
		margin-top: 5px;
		padding-left: 15px;
	}

	.today_list li {
		list-style-type: disc;

	}



	.top_today_list {
		margin-top: 5px;
		padding-left: 20px;
	}

	.top_today_list li {
		list-style-type: disc;

	}


	.cal_today {
		margin: 0;
		padding: 0px 0 10px 0;
		text-align: center;
		font-size: 110%;
	}

	table#cal_tbl {
		border-collapse: collapse;
		border: 1px solid #ccc;
		width: 100%;
		margin: 5px 0px 10px 0px;
	}

	table#cal_tbl th {
		border-collapse: collapse;
		padding: 5px 2px;
		text-align: center;
		background-color: #C96;
		color: #fff;
	}

	table#cal_tbl td {
		border-collapse: collapse;
		padding: 5px 2px;
		text-align: center;
	}








	/* スマホコンテンツページ関係始まり
================================================== */


	/* iframeサイズ */

	.contentBody iframe {
		width: 100%;
		height: 250px;
	}

	.contentBody .if-renrakumo iframe {
		height: 130px;
	}



	#main-image {
		display: none;
	}



	#sitemap_main {
		display: none;
	}



	#search_main {
		display: none;
	}






	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;

		font-size: 100%;
		padding: 10px 0;
		margin-bottom: 0px;
	}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0px;
		font-size: 90%;
	}


	#breadCrumb p {
		margin-left: 0px;

	}


	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}



	.contentListWrapper {
		padding: 0px 10px;

	}

	#content-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		padding: 0px 5px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}

	article {}

	#main {
		width: 100%;

	}

	#main2 {
		width: 100%;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;


	}

	.contentBody img {
		max-width: 100%;
	}





	.contentListWrapper .pageList {
		width: 100%;
		margin-top: 30px;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
	}


	.contentListWrapper .pagelist-item {
		width: 100%;
		margin: 0 0 30px 0;
		border-bottom: 1px solid #B068D6;
		margin-right: 0;
	}

	.contentListWrapper .pagelist-item .thumb {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 0 0 15px;

	}

	.contentListWrapper .pagelist-item .thumb img {
		width: 80px;
	}

	.contentListWrapper .pagelist-item .title {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		background-image: url(../images/pul01.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 10px;
		padding: 10px 0px 10px 25px;
	}




	.contentListWrapper .pagelist-item .title a {
		text-decoration: none;
		display: block;
	}

	.contentListWrapper .pagelist-item .title a:hover {
		text-decoration: underline;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 5px;
		display: block;
		font-size: 90%;
	}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}










	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}



	#sidemenu {
		display: none;

	}


	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
		margin-bottom: 10px;
		font-size: 140%;
	}


	.cal_category_select {
		/*	display: none;*/
	}

	.cal_category_select label {
		display: none;
	}






	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 35px;
	}



	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}




	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}



	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 90px;
	}




	/*　部活トップ
*********************************************/

	.club-list {
		margin-top: 40px;
	}

	.contentBody .club-list ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

	.club-list ul li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 40px;
		list-style-type: none;
	}

	.club-list ul li img {
		width: 100%;
	}

	.club-list ul li div {
		background-image: url("../images/bg-bukatu.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		padding: 3px 0 2px 30px;
	}

	.club-list ul li div a {
		text-decoration: none;
	}

	.club-list ul li div a:hover {
		text-decoration: underline;
	}

	/*　部活ページ
*********************************************/

	.club-news {
		margin: 40px 0 60px 0;
	}

	.contentBody .club-news h2 {
		background-image: url(../images/bg-news.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 35px;
		font-size: 140%;
		padding: 10px 0 5px 50px;
		margin-bottom: 15px;
		border-bottom: 1px solid #841e90;
	}

	.contentBody .club-news h2 span {
		margin-left: 30px;
		font-size: 72%;
	}

	.club-news ul li {
		list-style-type: none;
		margin-bottom: 8px;
	}

	.club-news ul li .date {
		display: block;
	}

	.club-news-ichiran {
		text-align: right;
	}

	.club-news-ichiran a {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0 5px;
		color: #841e90;
		text-decoration: none;
	}

	.club-news-ichiran a:hover {
		text-decoration: underline;
	}


	.contentBody .club-image-list {
		margin-top: 30px;
	}

	.contentBody .club-image-list ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: nowrap;
		/* Safari */
		flex-wrap: nowrap;
		margin: 0;
		padding: 0;
	}

	.contentBody .club-image-list ul li {
		width: 50%;
		padding: 0 10px;
		list-style-type: none;
	}

	.contentBody .club-image-list ul li img {
		width: 100%;
	}

	.contentBody .club-image-list ul li div {
		text-align: center;
	}






	/*　検索一覧ページ
*********************************************/

	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #000;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}

	/*　教職員数と生徒数ページ
*********************************************/

	.contentBody .tbl-base02 {}

	.contentBody .tbl-base02 th {
		width: 200px;
	}

	.contentBody .tbl-base02 td {
		text-align: right;
		width: 100px;
	}

	.contentBody .tbl-base03 {
		width: 760px;
		max-width: 760px;
	}

	.scrollTable {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}

	/*　部活ページ
*********************************************/



	.wrap-club {
		margin: 0px 0px 20px 0px;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		width: 100%;
	}

	.wrap-club2 {
		margin: 0px 0px 20px 0px;
	}

	.wrap-club2 h2 {
		font-size: 130%;
		line-height: 120%;
		padding: 10px 0px 10px 0px;
		margin: 15px 0 15px 0;
		border-bottom: 1px solid #B068D6;
		color: #B068D6;
	}

	.wrap-club-left {
		width: 50%;
		margin-right: 20px;
	}

	.wrap-club-left img {
		width: 100%;

	}

	.wrap-club-right {
		width: 35%;
	}

	.wrap-club-right span {
		font-weight: bold;
		margin: 0px 10px 0px 0px;
	}

	.wrap-club-num {
		margin: 0px 0px 10px 0px;

	}

	.wrap-club-goal {}





	/*　沿革ページ
*********************************************/
	.contentBody .tbl-base04 {
		width: 100%;
	}

	.contentBody .tbl-base04 th {
		width: 80px;
	}


	/*コンテンツページ関係終わり
================================================== */






	/*サイトマップ初め
================================================== */

	.sitemap {
		margin-left: 0px;

	}

	.depth1 li {
		padding-top: 0px;

	}

	.depth2 li {
		padding-top: 0px;
	}




}

/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */


/* 幅が 768px以上 900px以下であれば */

@media (min-width:768px) and (max-width:900px) {

	#globalNavInner ul li {
		font-size: 100%;
	}



}

/* 幅が 768px以上 900px以下であれば */

@media (min-width:580px) and (max-width:767px) {

	.top2 {
		width: 100%;
		margin-top: 40px;
	}

	.top2-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 5px;
	}

	.top2-inner:after {
		content: "";
		display: block;
		clear: both;
	}

	.top2-l {
		float: left;
		width: 48%;
	}




	.top2-title1 {
		background-image: url("../images/bg-news.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 35px;
		font-size: 140%;
		padding: 10px 0 5px 50px;
		margin-bottom: 15px;
		border-bottom: 1px solid #841e90;
	}

	.top2-title1 span {
		margin-left: 30px;
		font-size: 72%;
	}

	.cat-sel {
		margin-bottom: 20px;
	}

	.cat-sel ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: nowrap;
		/* Safari */
		flex-wrap: nowrap;
	}

	.cat-sel ul li {
		width: 20%;
		text-align: center;
		padding: 0 2px;
	}

	.cat-sel ul li a {
		padding: 5px 0;
		display: block;
		border: 2px solid #841e90;
		color: #841e90;
		text-decoration: none;
	}

	.cat-sel ul li a:hover {
		color: #fff;
		background-color: #841e90;
	}

	.news-list ul {
		height: 180px;
		overflow-y: scroll;
	}

	.news-list ul li {
		margin-bottom: 15px;
	}

	.news-list ul li .date {
		margin-right: 8px;
	}

	.news-list ul li .cat-waku {
		display: inline-block;
		padding: 0 8px;
		text-align: center;
	}

	.news-list ul li .cat1 {
		background-color: #fef474;
	}

	.news-list ul li .cat2 {
		background-color: #a7d9e3;
	}

	.news-list ul li .cat3 {
		background-color: #b4dccc;
	}

	.news-list ul li .cat4 {
		background-color: #f5bbca;
	}


	.news-list ul li .title {
		display: block;
		margin-top: 5px;
	}



	.top2-ichiran {
		text-align: right;
		margin-top: 15px;
		padding-right: 20px;
	}

	.pastnews {
		font-size: 87.5%;
	}

	.top2-ichiran a {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0 5px;
		color: #841e90;
		text-decoration: none;
	}

	.top2-ichiran a:hover {
		color: #4ea8eb;
		text-decoration: underline;
	}

	.top2-r {
		position: relative;
		float: right;
		width: 48%;
		margin-top: 0;
	}

		/* 見出し灰色三角 */
	.top2-r::before {
		content: "";
		position: absolute;
		top: 4%;
		left: 6%;
		width: 0;
		height: 0;
		border-top: 20px solid #999;
		border-right: 20px solid transparent;
		z-index: 1;
	}

	/* ピンク背景 */
	.top2-background {
		position: absolute;
		top: 2%;
		left: 3%;
		width: 100%;
		height: 100%;
		background-color: rgba(251, 229, 245, 1);
		z-index: 0;
	}

	.top2-r-container {
		position: relative;
		background-color: rgba(255,255,255,0.1);
		padding: 20px;
		border: 1px solid #ccc;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		z-index: 1;
	}

	.top2-r-title {
		font-size: 140%;
		padding-bottom: 1.2em;
		border-bottom: 2px solid #666;
	}

	.calendar-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.calendar-wrap > .title {
		font-size: 13px;
	}

	.calendar-wrap > .calendar {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		padding: 0.3em;
		margin-top: 1em;
		min-height: 80px;
		width: 100%;
		background-color: white;
	}

	.anchor-target {
		scroll-margin-top: 65px;
	}

	.calendar-wrap > .calendar > p{
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	.calendar-wrap > .calendar > p .calendar-bullet {
		width: 1em;
		flex-shrink: 0;
		text-align: right;
		line-height: 1.5;
	}

	.calendar-bullet::before {
		content: '・';
	}

	.calendar-wrap > .calendar > p > *:not(.calendar-bullet) {
		text-align: left;
		padding-left: 0.25em;
	}

	.top2-title2 {
		background-image: url("../images/bg-search.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 32px;
		font-size: 140%;
		padding: 10px 0 5px 50px;
		margin-bottom: 15px;
		border-bottom: 1px solid #841e90;
	}

	.top2-title2 span {
		margin-left: 30px;
		font-size: 72%;
	}

	.top2-waku2 {
		padding: 0 15px;
	}

	#keyword2 {
		width: 100%;
		height: 35px;
		margin-bottom: 20px;
		padding: 0px 2px 0px 2px;
		border-radius: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
		border-top: 2px solid #841e90;
		border-right: 30px solid #841e90;
		border-bottom: 2px solid #841e90;
		border-left: 2px solid #841e90;
	}

	#searchsubmit2 {
		margin-left: -27px;
		width: 27px;
		margin-bottom: 20px;
	}

	.top2-r ul {
		width: 100%;
		display: -webkit-inline-flex;
		/* Safari */
		display: inline-flex;
		-webkit-flex-wrap: nowrap;
		/* Safari */
		flex-wrap: nowrap;
	}

	.top2-r ul li:nth-child(1) {
		width: 66%;

	}

	.top2-r ul li:nth-child(1) div {
		margin-bottom: 10px;
		padding-right: 8px;
	}

	.top2-r ul li:nth-child(1) div img {
		width: 100%;
	}

	.top2-r ul li:nth-child(2) {
		width: 34%;

	}

	.top2-r ul li:nth-child(2) div {
		margin-bottom: 12px;
		padding-left: 8px;
	}

	.top2-r ul li:nth-child(2) div img {
		width: 100%;
	}

}

/* ログイン
================================================== */
.login form {
	text-align: center;
}

.login label {
	width: 80px;
	display: inline-block;
	text-align: left;
}

.login fieldset {
	padding-bottom: 0.5rem;
}



.contentBody iframe {
	height: 800px;
	margin-top: 0;
	position: relative;
}
/*
.contentHeader {
	position: relative;
	z-index: 1;
}

*/