/* **************************************************
	common
************************************************** */
/* all */
*,*:before,*:after {
	-webkit-box-sizing:
	border-box;-moz-box-sizing:
	border-box;box-sizing:border-box;
}
/* hX */
h1,h2,h3,h4,h5,h6 {
  position:relative;
  margin:0;
  padding:0;
  font-size:inherit;
  font-weight:normal;
}
/* list */
ul,ol,dl,
li,dt,dd {
  position:relative;
  margin:0;
  padding:0;
}
li,dt,dd {list-style-type:none;}
/* paragraph */
p {margin:0;}
/* table */
th,td {font-weight:normal;}
/* hr */
hr {
  clear:both;
  height:1px;
  margin:0;
  border:0;
}
/* image */
img,
video,
iframe {
  max-width:100%;
  vertical-align:top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	color:#534741;
	/*font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, Meiryo, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, "M+ 1p", sans-serif;
	font-size:15px;
}

h1 {
	font-size:32px;
	line-height:1.3;
	margin: 0;
	padding: 50px 0;
}

h2 {
	font-size:24px;
	line-height:1.3;
	margin: 0;
	padding: 20px 0 40px 0;
}
h3 {
	font-size:18px;
	line-height:1.3;
	margin: 0;
	padding: 20px 0;
}

h4 {
	font-size:18px;
	line-height:1.3;
	margin: 0;
	padding: 20px 0;
}

h5,h6 {
	font-size:15px;
	margin-bottom: 20px;
	line-height:1.3;
}

p,aside {
	margin-bottom: 25px;
	line-height:1.7;
}


a {
    text-decoration: none;
    color:#153391;
}
a:hover,
a:visit {
    text-decoration: none;
}

header {width:100%;}


/* **************************************************
	header
************************************************** */
.header-line {
	min-height: 26px;
	background: url(../images/site_border.png) top left repeat-x;
	width:100%;
}
.header-line.member {
	background: url(../images/site_border_member.png) top left repeat-x;
}

#header-flame {
	max-width:1000px;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
}

.header-left {
	float: left;
	width:60%;
	padding-bottom: 10px;
	vertical-align: top;
}
.header-right {
	float: right;
	padding: 10px;
	width:40%;
}

h1.site-title {
	color: #e60019;
	font-size:34px;
	line-height: 1.1;
	margin: 0;
	padding: 15px 0 0 0;
}
	h1.site-title span {
		color: #534741;
		font-size:18px;
		line-height: 1.2;
	}

p.site-title {
	color: #e60019;
	font-size:34px;
	line-height: 1.1;
	margin: 0;
	padding: 15px 0 0 0;
}
	p.site-title span {
		color: #534741;
		font-size:18px;
		line-height: 1.2;
	}
.shcool-name {
	color: #534741;
	font-size:22px;
	line-height: 1.2;
}

/* header nav */
.menu-sub01 {
	margin: 10px auto 0  auto;
	overflow: hidden;
	width: 90%;
}
	.menu-sub01 li {
		float: left;
		padding: 0 15px;
	}
		.menu-sub01 li > a {
			color: #534741;
		}

.sitename-flame {
	clear: both;
	margin-top: 20px;
}
.sitename-leftcon {
	box-sizing: border-box;
	float: left;
	width: 13%;
}
	/*.sitename-leftcon > img {
		padding: 0;
	}*/
.sitename-rightcon {
	float: right;
	width: 87%;
}

.operation-flame {
	clear: both;
	display: table;
	width: 100%;
}
.operation-leftcon {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.operation-rightcon {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}


/* change font size */
#font_size {
	display: inline-block;
	*display: inline;
	padding:0 0 0 0;
	list-style:none;
}
#font_size li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:25px;
}
#font_size li:first-child {
	margin-right: -5px;
}

#font_size li a	{
	display:block;
	background-color:#999;
	background-image: linear-gradient(to bottom, #ccc, #ccc);
	border:1px solid #ddd;
	color: #fff;
	min-width: 40px;
	padding:2px 4px;
	text-align: center;
	text-decoration:none;
}
#font_size li:nth-of-type(1) a {
	border-radius: 6px 0 0 6px;
}
#font_size li:nth-of-type(2) a {
	border-radius: 0 6px 6px 0;
}
#font_size li a:hover {
	color:#f27e1d;
	background-color:#f9eee5;
	background-image: linear-gradient(to bottom, #f9eee5, #f9eee5);
	transition: background-color 0.6s;
}
#font_size li a.textresizer-active {
	color:#f27e1d;
	background-color:#f9eee5;
	background-image: linear-gradient(to bottom, #f9eee5, #f9eee5);
}
/* ボタン押下時の文字サイズパターン */
.font_lv01 {font-size: 15px;}
.font_lv02 {font-size: 18px;}
.font_lv03 {font-size: 24px;}



/* **************************************************
	footer
************************************************** */
.footer-line {
	min-height: 26px;
	background: url(../images/site_border.png) top left repeat-x;
	width:100%;
}

footer {
	height: 150px;
}

#sns-area {
	background-color: #EFEFEF;
	min-height: 50px;
}
#sns-flame {
	margin: 0 auto;
	max-width:1000px;
	text-align: center;
}
	#sns-flame img {
		padding: 7px 10px 0  10px;
	}

.top-link-flame {
	margin: 0 auto;
	max-width:1000px;
}
	.top-link-flame > a {
		background-color: #603813;
		border-radius: 25px 25px 0 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		padding: 1px 10px;
		position: relative;
		text-align: center;
		width: 5%;
	}
	.top-link-flame > a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-bottom: solid 2px #fff;
		border-left: solid 2px #fff;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		bottom: 15%;
		left: 41%;
		margin-top: -4px;
	}

#footer-area-1 {
	background-color: #603813;
	padding: 25px 0;
}
	#footer-area-1 > div {
		color: #fff;
		max-width:1000px;
		margin: 0 auto;
	}
#footer-area-2 {
	background-color: #fff5e6;
	padding: 25px 0;
}
	#footer-area-2 > div {
		color: #534741;
		max-width:1000px;
		margin: 0 auto;
		text-align: center;
	}

/* footer nav */
.menu-sub02 {
	margin: 0 auto 10px auto;
	overflow: hidden;
	width: 100%;
}
	.menu-sub02 li {
		float: left;
		font-size: 16px;
		padding: 0 10px;
		text-align: left;
		width: calc(100% / 5);
	}
		.menu-sub02 li a {
			color: #FFF;
		}
		.menu-sub02 li ul.sub-menu {
			display: block;
			width: 100%;
		}
			.menu-sub02 li ul.sub-menu li {
				font-size: 14px;
				margin-bottom: 4px;
				width: 100%;
			}



.footer-shcool-name {
	display: block;
	font-size:16px;
	line-height: 1.5;
}

#copyright {
	color: #FFF;
	margin: 0 auto;
	max-width:1000px;
	/*padding:10px 0 15px 10px;*/
	text-align:center;
}


/* **************************************************
	nav
************************************************** */
#gnav {
    background-color:#fff;
}

/*#gnav > div.container {
	display: block;
}*/

.menu-global {
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 0 0;  /* 左右 上下で記述 */
	margin: 0 auto;
	width:100%;
	max-width:1000px;
}
	.menu-global li {
		display:table-cell;
		border-left:1px solid #cccccc;
		float:none;
		text-align:center;
		width:14.2%;
		position: relative;
	}
	.menu-global li:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #534741;
		border-right: solid 2px #534741;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 84%;
		left: 50%;
		margin-top: -4px;
	}
	.menu-global li:first-child {
		border-left:none;
	}
	.menu-global li a {
		color:#534741;
		display: block;
		font-size: 16px;
		line-height: 1.5;
		min-height: 55px;
		padding-top: 16px;
		width: 100%;
	}
	.menu-global li a:hover {
		background-color:#fff;
		color:#534741;
	}
	.menu-global li.gm_home {
		/*width:6%;*/
	}
		.menu-global li.gm_home > a {
		}
		.menu-global li.gm_home > a:before {
			content: '\f015';/* home */
			font-family: FontAwesome;
			font-size:36px;
			line-height:0;
			margin-left:-2px;
			vertical-align:middle;
		}

		.menu-global li.current-menu-item a {
			/*background-color:#9d0000;
			color:#534741;*/
		}

		.menu-global li .sub-menu li a {
			border-top:1px solid #fff;
			color: #534741;
			background: #fff;
			font-size: 14px;
			padding: 14px 18px;
			margin-top: 0;
			border: none;
			overflow: hidden;
		}

		.menu-global li .sub-menu {
			display: none;
			width: 100%;
		}

		.menu-global li:hover .sub-menu {
			display: block;
			transition: 10s;
		}
			.menu-global li .sub-menu li {
				border-bottom:none;
				display: block;
				text-align: left;
				width:100%;
			}

#menu-nav-head {
	width: 100%;
}
	#menu-nav-head > li {
		width: 33%;
		padding: 4px;
	}
	#menu-nav-head > li > a {
		background: #603813;
		border-radius: 4px;
		color: #fff;
		display: block;
		font-size: 13px;
		padding: 5px;
		text-align: center;
	}


/* **************************************************
	breadcrumbs
************************************************** */
#breadcrumb {
	background: #f7f2eb;
	min-height: 40px;
	overflow: hidden;
	padding: 10px 0;
}
#breadcrumb .breadcrumb-flame {
	margin: 0 auto 0 auto;
	max-width: 1000px;
}


/* **************************************************
	contents
************************************************** */
#content {
	/*min-height: calc(100vh - 300px);*/
	width: 100%;
}

#content-inner {
	width: 100%;
}
	#content-inner:after {
		content:"";
		display:block;
		clear:both;
	}
.bg-img-base {
	/* 会一般向け　新緑画像↓*/
	background: url(../images/page_img_h1.png) top 0 right 0 no-repeat;
	/* 会員向け　紅葉画像↓*/
	/* background: url(../images/page_img_h1_kouyou.gif) top 0 right 0 no-repeat; */
}
.bg-img-base.member {
	/* 会一般向け　新緑画像↓*/
	/* background: url(../images/page_img_h1.png) top 0 right 0 no-repeat; */
	/* 会員向け　紅葉画像↓*/
	background: url(../images/page_img_h1_kouyou.gif) top 0 right 0 no-repeat;
}


.content-title  {
}
	.content-title > section  {
		max-width: 1000px;
		margin: 0 auto;
	}

	.content-title > section > h1  {
		font-size: 32px;
		margin: 0;
		padding: 50px 0;
		width: 75%;
	}


#content-inner article {
	max-width: 1000px;
	margin: 0 auto;
}


/* page */
.content-body {
	float: left;
	width: 73%;
}

.column-one {
	float: none;
	width: 100%;
}

.content-body > section {
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 0;
}

.content-body h2 {
	color: #f7931e;
	font-weight: 700;
}

.content-body h3 {
	background: #f7f2eb;
	border: 1px solid #f7931e;
	color: #f7931e;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 25px;
	padding:10px 0 10px 25px;
	position: relative;
    z-index: 1;
}
.content-body h3:before {
	content: "";
	border-left: 6px solid #f7931e;
	display: block;
	position: absolute;
    top: 8px;
    left: 8px;
	min-height: 65%;
    z-index: 2;
}

.content-body h4 {
	padding-left: 25px;
	position: relative;
    z-index: 1;
}
.content-body h4:before {
	content: "";
	border-left: 6px solid #f7931e;
	display: block;
	position: absolute;
    top: 10px;
    left: 8px;
	min-height: 69%;
    z-index: 2;
}

.content-body aside,
.content-body p {
	padding-right: 20px;
	padding-left: 20px;

	
}
.sage {
padding-left:1em;
text-indent:-1em;
}
.content-body a:hover {
    text-decoration: underline;
}

.content-body table {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 auto 25px auto;
	width: 98%!important;
	text-align: left;
}
	.content-body th {
		background: #f7f2eb;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: 10px;
		white-space: nowrap;
	}
	.content-body td {
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: 10px;
	}

	.content-body table.layout2 th {text-align: center;}
	.content-body table.layout2 th:nth-child(1) {
		width: 22%;
	}
	.content-body table.layout2 th:nth-child(2) {
		width: 8%;
	}

.content-body ul,
.content-body ol {
	margin: 0 auto 25px 28px;
	width: 98%!important;
}
	.content-body ul > li {
		border-bottom: 1px dashed #aaa;
		list-style-type: disc;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.content-body ol > li {
		border-bottom: 1px dashed #aaa;
		list-style-type: decimal;
		padding-top: 10px;
		padding-bottom: 10px;
	}

.content-body figure {
	border: 1px solid #ccc;
	float: right;
	margin: 0 10px 10px 10px;
	padding: 6px;
	width: auto;
}
	.content-body figure > img {
		width: 100%;
	}

	.content-body figure figcaption {
		font-size: 13px;
		line-height: 1.5;
		text-align: center;
	}
.content-body figure:after {
	 content: '';
	 display: block;
	 clear: both;
}

/* member */
.pref-list {
	width: 100%;
	margin: 0 auto 30px auto!important;
}
	.pref-list li {
		display: inline-block;
		list-style: none!important;
		padding: 0!important;
		text-align: center;
		width: 25%;
	}
		.pref-list li > a {
			display: block;
			padding-top: 10px;
			padding-bottom: 10px;
			width: 100%;
		}
		.pref-list li > a:hover {
			background: #f7f2eb;
			text-decoration: none;
		}
		.pref-list li > a.showing {
			background: #f7f2eb;
		}
.member-table {
	width: 100%;
	font-size: 13px;
}


/* side ber */
.content-sidebar {
	float: right;
	width: 23%;
}
.page-list {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}

.page-list > li {
	clear: both;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display:block;
	padding: 0;
	position: relative;
	width:100%;
}
.page-list > li:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #574945;
	border-right: solid 2px #574945;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -4px;
}
	.page-list > li > a {
		color: #574945;
		display:block;
		padding: 15px 10px;
	}
	.page-list > li > a:hover {
		background: #f7f2eb;
		color: #f7931e;
	}
	.page-list > li > a:hover:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #f7931e;
		border-right: solid 2px #f7931e;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
		margin-top: -4px;
	}

.page-list ul.sub-menu {
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	width: 100%;
}

.page-list ul.sub-menu > li {
	clear: both;
	/*border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	display:block;
	padding: 0;
	position: relative;
	width:100%;
}
.page-list ul.sub-menu > li:first-child {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page-list ul.sub-menu > li:last-child {
	border-bottom: none;
}
.page-list ul.sub-menu > li:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #574945;
	border-right: solid 2px #574945;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -4px;
}
	.page-list ul.sub-menu > li > a {
		color: #574945;
		display:block;
		padding: 15px 10px;
	}
	.page-list ul.sub-menu > li > a:hover {
		background: #f7f2eb;
		color: #f7931e;
	}
	.page-list ul.sub-menu > li > a:hover:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #f7931e;
		border-right: solid 2px #f7931e;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
		margin-top: -4px;
	}

.side-banner {
	width: 100%;
}
	.side-banner > ul {
		box-sizing: border-box;
		width: 100%;
	}
		.side-banner > ul > li {
			margin-bottom: 10px;
			width: 100%;
			text-align: center;
		}


/* top */
.content-body-top {
	width: 100%;
}

.content-body-top > section {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 0;
}

.content-body-top > section .content-title {
    background-color:#e60019;
	color: #FFF;
	font-size: 20px;
	margin: 20px 0;
	padding: 10px 20px;
}



/* top custum */
#top-mida-flame {
	position: relative;
	width: 100%;
	z-index: 99;
}
	#top-mida-flame .top-mida {
		max-width: 1000px;
		margin: -30px auto 0 auto;
		overflow: hidden;
	}
		#top-mida-flame .top-mida > img {
			margin: 0 auto 0 auto;
		}

.top-info-title {
	width: 100%;
	text-align: center;
}
	.top-info-title h2 {
		font-weight: 900;
		line-height: 1.3;
		margin: 0;
		padding: 10px 0 0 0;
	}

.top-info-table {
	display: table;
	width: 100%;
}
	.top-info-table div {
		box-sizing: border-box;
		display: table-cell;
		max-width: 300px;
		width: 33.3%;
		/*width: calc(100% / 3);*/
	}
		.top-info-table div:nth-child(1) {
			padding: 10px 30px 10px 0;
		}
		.top-info-table div:nth-child(2) {
			padding: 10px 15px;
		}
		.top-info-table div:nth-child(3) {
			padding: 10px 0 10px 30px;
		}
	.top-info-table div > h3 {
		border-bottom: 1px solid #ccc;
		font-size: 18px;
		padding: 18px 0;
		position: relative;
		text-align: center;
	}
		.top-info-table div > h3:after {
			bottom: -1px;
			content: '';
			height: 1px;
			left: 0;
			position: absolute;
			width: 20%;
			z-index: 2;
		}
		.top-info-table div:nth-child(1) > h3 {
			border-top: 2px solid #fbb03b;
		}
		.top-info-table div:nth-child(2) > h3 {
			border-top: 2px solid #f7931e;
		}
		.top-info-table div:nth-child(3) > h3 {
			border-top: 2px solid #f15a24;
		}
		.top-info-table div:nth-child(1) > h3:after {
			background-color: #fbb03b;
		}
		.top-info-table div:nth-child(2) > h3:after {
			background-color: #f7931e;
		}
		.top-info-table div:nth-child(3) > h3:after {
			background-color: #f15a24;
		}

	.top-info-table div > a {
		display: block;
		padding: 10px;
	}

.post-time {
	/*background: rgba( 255, 255, 255, 0.7 );
	border-radius: 4px;*/
	/*border-bottom: 1px dashed #534741;*/
	color: #534741;
	display: block!important;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 0 0 0 0!important;
	width: auto!important;
}
.post-title {
	display: block!important;
	padding: 0!important;
	width: auto!important;
	line-height: 1.4;
}



.ministry-bnr-table {
	display: table!important;
	width: 100%!important;
}
	.ministry-bnr-td {
		display: table-cell!important;
		padding: 0!important;
		text-align: left;
		width: 50%!important;
	}
	.ministry-bnr-td:nth-child(2) {
		text-align: right;
	}



/* **************************************************
	google calendar
************************************************** */
h2.calendar-title {
	background: #f15a24;
	color: #fff;
	font-size: 16px;
	padding: 20px 30px;
	text-align: left;
}

.calendar-flame {
	max-width: 780px; /* 最大幅 */
	/*min-width: 300px;*/ /* 最小幅 */
	margin: 2.0833% auto;
	text-align: center;
}

.calendar-flame > div {
	max-width: 780px; /* 最大幅 */
	position: relative;
	padding-bottom: 100%; /* 縦横比 */
	height: 0;
}
.calendar-flame > div > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* **************************************************
	google map
************************************************** */
#googlemaps {
	width:100%;
	height:450px;
	position:relative;
}


.banner-flame {
	width: 100%;
}
	.banner-flame > ul {
		box-sizing: border-box;
		width: 100%;
	}
		.banner-flame > ul > li {
			float: left;
			margin-bottom: 20px;
			width: calc(100% / 4);
			text-align: center;
		}

/* **************************************************
	mail magazine(mail-delivery)
************************************************** */
.iframeWrap{
	padding-right: 10px;
	padding-left: 10px;
    width:100%;
}
.iframeWrap iframe{
    width:100%;
    min-height:510px;
    border:none;
}

/* search form */
.search-form {
	width: 100%;
}
	.search-form input[type="search"] {
		width: 72%;
	}

/* search */
.search-list-flame {
	border-bottom: 1px dashed #ccc;
	width: 98%;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}


/* organ paper */
.organpaper-flame {
	border-bottom: 1px dashed #ccc;
	display: table;
	margin: 0 auto 15px auto;
	padding-bottom: 15px;
	width: 98%;
}
	.organpaper-flame .op-thumb {
		display: table-cell;
		text-align: center;
		width: 20%;
	}
		.organpaper-flame .op-thumb > img {
			border: 1px solid #ccc;
		}
	.organpaper-flame .op-index {
		display: table-cell;
		text-align: left;
		padding-left: 15px;
		width: 80%;
	}
		.organpaper-flame .op-index > p {
			margin-bottom: 0;
		}

/* member organ paper */
.organpaper-new-flame {
	display: table;
	margin: 0 auto 15px auto;
	padding-bottom: 15px;
	width: 98%;
}
	.organpaper-new-flame .op-thumb {
		display: table-cell;
		text-align: center;
		width: 20%;
	}
		.organpaper-new-flame .op-thumb > img {
			border: 1px solid #ccc;
		}
	.organpaper-new-flame .op-index {
		display: table-cell;
		text-align: left;
		width: 80%;
	}
		.organpaper-flame .op-index > p {
			margin-bottom: 0;
		}


.op-member-flame {
	border-bottom: 1px dashed #ccc;
	display: table;
	margin: 0 auto 15px auto;
	overflow:hidden;
	padding-bottom: 15px;
	width: 98%;
}
	.op-member-flame .op-thumb {
		display: table-cell;
		text-align: center;
		width: 15%;
	}
		.op-member-flame .op-member-thumb > img {
			border: 1px solid #ccc;
		}
	.op-member-flame .op-member-index {
		display: table-cell;
		text-align: left;
		padding: 0 10px;
		width: 85%;
	}
		.op-member-flame .op-member-index > h3 {
			background: none;
			border: none;
			color: #534741;
			margin-bottom: 10px;
		}

.fadein {
	opacity: 0.3;
	transform : translate(0, 50px);
	transition : all 500ms;
}
 
.fadein.scrollin {
	opacity : 1.0;
	transform : translate(0, 0);
}

/* category */
.cat-flame {
	border-bottom: 1px dashed #ccc;
	width: 98%;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}

/* page nation */
a.page-numbers,
.pagination .current {
    background: #fff;
    border:solid 1px #ccc;
    padding:5px 10px;
    margin:0 4px;
    text-decoration: none;
    text-align: center;
}

a.page-numbers:hover {
	background:#f7f2eb;
	border: solid 1px #f7931e;
	color: #f7931e;
    text-decoration: none;
	transition: background-color 0.3s;
}

.pagination {
    text-align: center;
    margin-bottom: 15px;
}
	.pagination .current {
		background: #fff;
		border: solid 1px #f7931e;
		/* padding: 5px 8px; */
		margin: 0 2px;
		text-decoration: none;
		text-align: center;
	}

	.pagination .current {
		background: #f7f2eb;
		border: solid 1px #f7931e;
		color: #f7931e;
	}


/* single */
.cat-name {
	margin: 0 auto;
	width: 96%;
}
	.cat-name div {
		background: #f6ad49;
		border: 1px solid #f6ad49;
		color: #fff;
		display: inline-block;
		font-size: 15px;
		margin-right: 10px;
		padding: 5px 10px;
	}


/* form */
.form-text {
	width: 80%;
	margin: 10px auto;
}

.post-info-flame {
	width: 100%;
	margin: 0 auto 40px auto;
}
.post-table {
	border: 1px solid #ccc;
	width: 100%;
}
	.post-table th {
		background: #f7f2eb;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 4px 8px;
		vertical-align: middle;
		width: 36%;
	}
	.post-table td {
		border-bottom: 1px solid #ccc;
		padding: 4px 8px;
		width: 64%;
		word-break: break-all;
	}
	.post-table td > input,
	.post-table td > textarea {
		outline: none;
		box-shadow: none;
	}
	.post-table td > input:focus,
	.post-table td > textarea:focus {
		background: #ffd;
		transition: all 0.5s;
	}
		.post-table td > input[type="text"] {
			width: 100%;
		}
		.post-table td > input[type="email"] {
			width: 100%;
		}
		.post-table td > input[type="url"] {
			width: 100%;
		}
		.post-table textarea {
			width: 100%;
		}
		.post-table td > select {
			margin: 10px 0;
		}

.form-zip {
	width: 18% !important;
}

.form-button-area {
	padding: 25px;
	text-align: center;
}
	.form-button-area input[type="submit"] {
		/*background: #ffd;*/
		min-width: 320px;
		min-height: 60px;
		margin: 0 auto;
	}
	.form-button-area input[type="submit"]:hover {
		background: #ccc;
		transition: 0.5s;
	}

/* link buttom */
.link {
	margin-bottom: 30px;
	width: 100%;
}
	.link > a {
		border: 1px solid #ccc;
		clear: both;
		color: #574945;
		display:block;
		margin: 0 auto;
		padding: 10px 0;
		position: relative;
		text-align:center;
		max-width:320px;
	}
	.link > a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #574945;
		border-right: solid 2px #574945;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
		margin-top: -4px;
	}
	.link > a:hover {
		background: #f7f2eb;
		color: #f7931e;
		text-decoration: none;
	}
	.link > a:hover:before {
		border-top: solid 2px #f7931e;
		border-right: solid 2px #f7931e;
	}

.link-top {
	border-radius: 6px;
	clear: both;
	color: #fff;
	display:block;
	padding: 10px 0;
	position: relative;
	text-align:center;
	width:100%;
}
.link-top:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -4px;
}

/* error */
.error-title {
    background-color:#e60019;
	color: #FFF;
	font-size: 20px;
	margin: 20px 0;
	padding: 10px 20px;
}

.error-404 {
	margin: 0 auto;
	width: 98%;
}


/* **************************************************
	Plugin contorol
************************************************** */
/* meta slider */
.flexslider ul.flex-direction-nav,
.flexslider ul.flex-direction-nav li {
	position: static;
}
.flex-direction-nav .flex-prev {
	left: 0!important;
	margin: 0 0 0 15px!important;
}
.flex-direction-nav .flex-next {
	right: 0!important;
	margin: 0 15px 0 0!important;
}

/* jQuery Vertical Accordion Menu */
#menu-prefectures > li {
	border-bottom: 1px solid #ccc;
}
	#menu-prefectures > li > a {
		border: 1px solid #ccc;
		border-bottom: none;
		clear: both;
		color: #574945;
		display:block;
		padding: 15px 10px;
		position: relative;
		width:100%;
	}
		#menu-prefectures > li > a:before {
			content: '';
			width: 8px;
			height: 8px;
			border: 0px;
			border-top: solid 2px #574945;
			border-right: solid 2px #574945;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(435deg);
			transform: rotate(45deg);
			-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
			position: absolute;
			top: 50%;
			right: 4%;
			margin-top: -4px;
		}
		#menu-prefectures > li > a:hover {
			background: #f7f2eb;
			color: #f7931e;
			-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
		}
		#menu-prefectures > li > a:hover:before {
			content: '';
			width: 8px;
			height: 8px;
			border: 0px;
			border-top: solid 2px #f7931e;
			border-right: solid 2px #f7931e;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			position: absolute;
			top: 50%;
			right: 4%;
			margin-top: -4px;
		}
	#menu-prefectures > li > a.active {
		border: 1px solid #ccc;
		border-bottom: none;
		clear: both;
		color: #574945;
		display:block;
		padding: 15px 10px;
		position: relative;
		width:100%;
	}
		#menu-prefectures > li > a.active:before {
			content: '';
			width: 8px;
			height: 8px;
			border: 0px;
			border-top: solid 2px #574945;
			border-right: solid 2px #574945;
			-ms-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
			position: absolute;
			top: 50%;
			right: 4%;
			margin-top: -4px;
		}
		#menu-prefectures > li > a.active:hover {
			background: #f7f2eb;
			color: #f7931e;
			-webkit-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
		}
		#menu-prefectures > li > a.active:hover:before {
			content: '';
			width: 8px;
			height: 8px;
			border: 0px;
			border-top: solid 2px #f7931e;
			border-right: solid 2px #f7931e;
			-ms-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			position: absolute;
			top: 50%;
			right: 4%;
			margin-top: -4px;
		}

		#menu-prefectures .sub-menu > li > a {
			border: 1px solid #ccc;
			border-bottom: none;
			clear: both;
			color: #574945;
			display:block;
			padding: 15px 10px;
			position: relative;
			width:100%;
		}
			#menu-prefectures .sub-menu > li > a:before {
				content: '';
				width: 8px;
				height: 8px;
				border: 0px;
				border-top: solid 2px #574945;
				border-right: solid 2px #574945;
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-webkit-transition: 0.4s ease-in-out;
				transition: 0.4s ease-in-out;
				position: absolute;
				top: 50%;
				right: 4%;
				margin-top: -4px;
			}
			#menu-prefectures .sub-menu > li > a:hover {
				background: #f7f2eb;
				color: #f7931e;
			}
			#menu-prefectures .sub-menu > li > a:hover:before {
				content: '';
				width: 8px;
				height: 8px;
				border: 0px;
				border-top: solid 2px #f7931e;
				border-right: solid 2px #f7931e;
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				position: absolute;
				top: 50%;
				right: 4%;
				margin-top: -4px;
			}

		#menu-prefectures .sub-menu > li > a.active {
			border: 1px solid #ccc;
			border-bottom: none;
			clear: both;
			color: #574945;
			display:block;
			padding: 15px 10px;
			position: relative;
			width:100%;
		}
			#menu-prefectures .sub-menu > li > a.active:before {
				content: '';
				width: 8px;
				height: 8px;
				border: 0px;
				border-top: solid 2px #574945;
				border-right: solid 2px #574945;
				-ms-transform: rotate(135deg);
				-webkit-transform: rotate(135deg);
				transform: rotate(135deg);
				position: absolute;
				top: 50%;
				right: 4%;
				margin-top: -4px;
			}
			#menu-prefectures .sub-menu > li > a.active:hover {
				background: #f7f2eb;
				color: #f7931e;
			}
			#menu-prefectures .sub-menu > li > a.active:hover:before {
				content: '';
				width: 8px;
				height: 8px;
				border: 0px;
				border-top: solid 2px #f7931e;
				border-right: solid 2px #f7931e;
				-ms-transform: rotate(135deg);
				-webkit-transform: rotate(135deg);
				transform: rotate(135deg);
				position: absolute;
				top: 50%;
				right: 4%;
				margin-top: -4px;
			}

			#menu-prefectures .sub-menu > li > ul.sub-menu > li {
				background: rgba(255, 254, 240, 0.8);
			}
				#menu-prefectures .sub-menu > li > ul.sub-menu > li > a {
					padding: 15px 10px  15px 24px;
				}
				#menu-prefectures .sub-menu > li > ul.sub-menu > li > a.active:before {
					-ms-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
				}


/* sitemap */
#sitemap_list {
	margin:0 auto 30px auto;
	width: 98%;
}
	#sitemap_list > li {
		border-bottom:1px dashed #534741;
		padding:10px 0 10px 30px;
		position:relative;
	}
		#sitemap_list > li::before {
			content:"■";
			position:absolute;
			top:10px;
			left:10px;
		}
		#sitemap_list > li.page_item_has_children::before {
			content:"■";
			position:absolute;
			top:10px;
			left:10px;
		}
		#sitemap_list > li > ul.children {
			margin:0;
		}
		#sitemap_list > li > ul.children > li {
			padding:4px 0 4px 15px;
			position:relative;
		}
		#sitemap_list > li > ul.children > li::before {
			padding:4px 0;
			content:"∟";
			position:absolute;
			top:-2px;
			left:0;
		}

/* Easy Accordion */
div[id^="sp_easy_accordion-"] {
	margin-bottom:30px!important;
}
h3.ea-header {
	padding: 0;
}
h4.ea-header {
	padding: 0;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 18px;
}


/* **************************************************
	other
************************************************** */
/* clear */
.clear {clear: both;}

/* space */
.sp-mt20 {margin-top: 20px;}
.sp-mt30 {margin-top: 30px;}
.sp-mb20 {margin-bottom: 20px;}
.sp-mb30 {margin-bottom: 30px;}

/* bg */
.bg-ivory {background: #fff5e6!important;}
.bg-orange-1 {background: #fbb03b!important;}
.bg-orange-2 {background: #f7931e!important;}
.bg-orange-3 {background: #f15a24!important;}
.bg-red {background: #c9171e;}

/* color */
.key {color: #534741!important;}
.white {color: #fff!important;}
.black {color: #444!important;}
.red {color: #c00!important;}
.orange-1 {color: #fbb03b!important;}
.orange-2 {color: #f7931e!important;}
.orange-3 {color: #f15a24!important;}

/* etc */
.bnr-none {display: none;}
.pc-none {display: none;}
.smp-none {display:block;}

/* text */
.txt-right {text-align: right!important;}
.txt-center {text-align: center!important;}
.txt-left {text-align: left!important;}


@media screen and (min-width: 769px) {

/* ********************
	Plugin contorol
******************** */
/* Max Mega Menu */
.mega-menu-wrap {
	margin: 0 auto!important;
	width:100%;
	max-width:1000px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-item {
	width:14.2%;
	/*width: calc(100% / 6);*/
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-item > a.mega-menu-link {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:first-child > a.mega-menu-link,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-item:first-child > a.mega-menu-link {
	border-left: none!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-item > a.mega-menu-link:after {
	margin: -50px 0 0 -1px!important;
	padding: 0!important;
	text-align: center;
	width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
	border-bottom: 1px dashed #ccc;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
	border-bottom: none!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
	line-height: 1.6;
	text-align: left;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
	transform: 0.3;
}

.mega-login {}
.mega-login > ul.mega-sub-menu {
	width: 100%!important;
	margin: 0!important;
	position: relative!important;
	
}
.mega-login > ul.mega-sub-menu > li {
	background-color: #fff!important;
	padding: 20px!important;
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	width: 100%!important;
}

.mega-gh-home > a:before {font-size: 24px!important;}


/* ********************
	other
******************** */
.pc-none {display:none;}
	
}


@media screen and (max-width: 980px) {

/* ********************
	header
******************** */

h1.site-title {
	font-size:3.4693vw;
}
	h1.site-title span {
		font-size:1.4285vw;
	}

.search-form input[type="search"] {
	width: 60%;
}


/* ********************
	contents
******************** */
/* pickup */
.pickup-flame {
	display: block;
	float: left;
	width: 47%;
	margin: 0 10px 10px 10px;
}
.pickup-list {
	max-width:500px;
	margin-right: 0;
}
	
}

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

/* ********************
	header
******************* */
/*#header-flame {
	max-width:1000px;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
}*/

.header-left {
	float: none;
	/*text-align: center;*/
	width:100%;
}
.header-right {
	float: none;
	width:100%;
	padding: 0;
}

h1.site-title {
	font-size:5.7971vw;
}
	h1.site-title span {
		font-size:4.3478vw;
	}

p.site-title {
	font-size:5.7971vw;
}
	p.site-title span {
		font-size:4.3478vw;
	}
.shcool-name {;
	font-size:5.314vw;
}

.menu-sub01 {
	margin: 10px auto 0  auto;
	overflow: hidden;
	width: 100%;
}
	.menu-sub01 li {
		float: left;
		padding: 0;
		width: calc(100% / 3);
	}
		.menu-sub01 li > a {
			color: #534741;
		}
	
.sitename-flame {
	clear: both;
	margin-top: 10px;
}
.sitename-leftcon {
	/*float: left;*/
	width: 18%;
}
	/*.sitename-leftcon > img {
		padding: 12px 0 0 6px;
	}*/
.sitename-rightcon {
	width: 82%;
	padding-left: 10px;
}

.operation-leftcon {
	display: none;
}
.operation-rightcon {
	/*display: none;*/
}

/* search form */
.search-form {
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
	.search-form input[type="search"] {
		width: 80%;
	}

/* form */
.form-text {
	width: 95%;
}
.post-info-flame {
	width: 100%;
	margin: 0 auto 40px auto;
}
	.post-table th {
		border-right:none;
		display: block;
		padding: 10px;
		width: 100%;
	}
	.post-table td {
		display: block;
		padding: 10px;
		width: 100%;
	}
		.post-table td > input[type="text"],
		.post-table td > input[type="email"],
		.post-table td > input[type="url"],
		.post-table td > textarea {
			width: 100%;
		}

.form-zip {
	width: 30% !important;
}
	
	.form-button-area input[type="submit"] {
		min-width: 95%;
	}


/* ********************
	footer
******************** */

	.top-link-flame > a {
		width: 12%;
	}

#footer-area-1 {
	padding: 5px 0;
}

#footer-flame {
	padding-top: 0;
}
.footer-left {
	float: none;
	text-align: center;
	padding-left: 0px;
	width:100%;
}
.footer-right {
	float: none;
	padding: 0;
	width:100%;
}

.menu-sub02 {
	margin: 0 auto 10px auto;
	overflow: hidden;
	width: 100%;
}
	.menu-sub02 li {
		border-left:none;
		border-top:1px solid #FFF;
		float: none;
		text-align: left;
		width: 100%;
		position: relative;
	}
	.menu-sub02 li:after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top:45%;
		right:4%;
	}
	.menu-sub02 li:last-child {
		border-bottom:1px solid #FFF;
	}
	.menu-sub02 li > a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		min-height: 60px;
		width: 100%;
	}

.menu-sub03 {
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 100%;
}
	.menu-sub03 li {
		float: left;
		width: calc(100% / 3);
		position: relative;
		text-align: center;
	}
	.menu-sub03 li:after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top:35%;
		left:4%;
	}
	.menu-sub03 li > a {
		color: #fff;
		display: block;
		padding: 6px 0;
	}



.footer-shcool-name {
	display: block;
	font-size:16px;
	line-height: 1.5;
}

.footer-line {
    background: url(../images/site_border.png) top left repeat;
}

#copyright {
	color: #FFF;
	margin: 0 auto;
	max-width:1000px;
	padding:0;
	text-align:center;
}


/* ********************
	nav
******************** */
#gnav {
	position: relative;
}

	#menu-nav-head > li {
		border-left: 1px solid #fff;
		width: calc(100% / 3);
		padding:0;
	}
	#menu-nav-head > li:nth-child(1) {
		border-left: none;
	}
	#menu-nav-head > li > a {
		border-radius: 0;
		padding: 10px 0;
	}



/* ********************
	breadcrumbs
******************** */
#breadcrumb {
	display: none;
}


/* ********************
	contents
******************** */

.bg-img-base {
	background: none;
}
.content-title  {
	background: url(../images/page_img_h1.png) top 0 right 0 no-repeat;
	background-size: 50% auto;
}

	.content-title > section > h1  {
		font-size: 6.25vw;/* iphone5時20px相当 */
		margin: 0 auto;
		padding: 20px 0;
		width: 95%;
	}


/* page */
.content-body {
	float: none;
	width: 100%;
}

.content-body > section {
	padding:0 0 35px 0;
}

.content-body-top > section .content-title {
	padding: 0 0  35px 0;
}


.content-body h2 {
	font-size: 5vw;/* iphone5時16px相当 */
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 95%;
}

.content-body h3 {
	font-size: 4.375vw;/* iphone5時14px相当 */
}
.content-body h3:before {
    bottom: 7px;
    left: 8px;
	min-height: 50%;
}

.content-body h4 {
	font-size: 4.375vw;/* iphone5時14px相当 */
}
.content-body h4:before {
    top: 11px;
    left: 8px;
}

.content-body aside,
.content-body p {
	padding-right: 15px;
	padding-left: 15px;
}


.content-body table {
	width: 95%!important;
}
	.content-body th {
		display: block;
		width: 100%;
		word-break: break-all;
		padding: 6px 10px;
	}
	.content-body td {
		display: block;
		padding: 6px 10px!important;
		width: 100%;
	}

	.content-body table.layout2 th {
		display: table-cell;
	}
		.content-body table.layout2 th:nth-child(1) {
			width: 10%;
		}
		.content-body table.layout2 th:nth-child(2) {
			width: 8%;
		}
	.content-body table.layout2 td {
		display: table-cell;
		width: auto;
	}

	.content-body table.layout3 {
		font-size: 3.75vw;
		display: table!important;
		width: 95%!important;
	}
		.content-body table.layout3 th {
			display: table-cell;
			vertical-align: middle;
			white-space:normal;
			width: auto;
		}
		.content-body table.layout3 td {
			display: table-cell;
			vertical-align: middle;
			width: auto;
		}

.content-body ul,
.content-body ol {
	margin: 0 auto 25px auto;
	width: 95%!important;
}
	.content-body ul > li {
		list-style-type: none;
	}
	.content-body ol > li {
		list-style-type: none;
	}

.content-body figure {
	float: none;
	margin: 0 auto 20px auto;
	text-align: center;
}
	.content-body figure > img {
		width: auto;
		max-height: 250px;
		margin-bottom: 8px;
	}
	.content-body figure figcaption {
		font-size: 4.0625vw;
	}

/* member */
.member-table th,
.member-table td {
	display: table-cell!important;
}

	
/* side ber */
.content-sidebar {
	float: none;
	width: 100%;
}
	
.side-banner {
	padding-bottom: 30px!important;
}
.side-banner ul {
	max-width: 230px;
	margin-bottom: 40px;
}


/* top custum */
#top-mida-flame {
	position: static;
	width: 100%;
}
	#top-mida-flame .top-mida {
		margin: 0 auto;
	}

.top-info-title {
	width: 100%;
	text-align: center;
}
	.top-info-title h2 {
		font-weight: 900;
		line-height: 1.3;
		margin: 25px 0 0 0;
		padding: 10px 0 0 0;
	}

.top-info-table {
	display: block;
}
	.top-info-table div {
		display: block;
		margin: 0 auto;
		max-width: 100%;;
		width: 95%;
	}
		.top-info-table div:nth-child(1) {
			padding: 20px 0 0 0;
		}
		.top-info-table div:nth-child(2) {
			padding: 40px 0 0 0;
		}
		.top-info-table div:nth-child(3) {
			padding: 40px 0 0 0;
		}


	.ministry-bnr-td {
		text-align: center;
	}
	.ministry-bnr-td:nth-child(2) {
		text-align: center;
	}




/* pickup */
.pickup-flame {
	float: none;
	max-width: initial;
	width: 100%;
	margin: 10px auto;
}
.pickup-flame:last-child {
	margin: 10px auto 0 auto;
}
.pickup-list {
	max-width: initial;
	width:100%;
	margin-right: 0;
	position: relative;
}

/* search */
.search-list-flame {
	margin: 10px auto 0 auto;
}
.search-list-flame-left {
	width: 30%;
}
.search-list-flame-right {
	width: 70%;
}

.search-flame {
	width: 100%;
	overflow: hidden;
}
.search-left {
	float: none;
	width: 95%;
	background: #efefef;
	margin: 10px auto 40px auto;
}
.search-right {
	float: none;
	width: 100%;
	text-align: center;
}
	.search-right img {
		margin-top: 15px;
		margin-bottom: 15px;
	}

/* category */


/* single */
.cat-name {
	margin: 0 auto 20px auto;
}
	.cat-name div {
		margin-right:0;
		margin-right: 4px;
		margin-bottom: 10px;
		padding: 4px;
	}



/* member organ paper */
.organpaper-new-flame {
	display: block;
}
	.organpaper-new-flame .op-thumb {
		display: block;
		width: 100%;
	}
	.organpaper-new-flame .op-index {
		display: block;
		width: 100%;
	}


/* ********************
	Plugin contorol
******************** */
/* meta slider */
.flex-direction-nav {display: none;}

/* Max Mega Menu */
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle,
#mega-menu-wrap-global_member_menu .mega-menu-toggle {
	/*display: block!important;*/
	height: auto;
	max-height: 65px;
	line-height: 1;
	width: 16%!important;
	max-width: 65px;
	margin: 0;
	padding: 0 4px 6px 4px;
	position: absolute;
	top: -152px;
	right: 10px;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item,
	#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-item {
		display: inline-block;
		margin: 0;
		clear: both;
		border: 0;
		width: 100%;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-right,
	#mega-menu-wrap-global_member_menu .mega-menu-toggle .mega-toggle-block-right {
		margin-right: 0;
		padding-left: 0;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1:before,
	#mega-menu-wrap-global_member_menu .mega-menu-toggle .mega-toggle-block-1:before {
		display: inline-block;
		font-size: 50px!important;
		width: 100%;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1:after,
	#mega-menu-wrap-global_member_menu .mega-menu-toggle .mega-toggle-block-1:after {
		display: inline-block;
		font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif!important;
		font-size: 12px!important;
		margin: -8px -2px 0 0!important;
		text-align: center!important;
		width: 100%;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-item > a.mega-menu-link {
		text-align: left;
		border-bottom: 1px solid #ccc;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item,
	#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		border-bottom: 1px dashed #ccc;
	}
	/*#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
		border-bottom: none!important;
	}*/
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
		line-height: 1.6;
		text-align: left;
		padding-left: 6%;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-global_member_menu #mega-menu-global_member_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
		transform: 0.3;
	}


/* ********************
	google calendar
******************** */
.calendar-flame {
	text-align: center;
}
h2.calendar-title {
	background: #fff;
	border-top: 1px solid #f15a24;
	border-bottom: 1px solid #f15a24;
	color: #534741;
	text-align: center;
}
.googlecal { padding-bottom: 75%; }

/* ********************
	other
******************** */
.smp-none {display:none;}
.pc-none {display: block;}


}


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

}


@media screen and (max-width: 500px){
/* ********************
	other
******************** */
.bnr-none {display: block;}

}



/* ********************
	print(臨時)
******************** */
/*@media print {
	body {line-height: 1.2;}
	header {
		padding: 10px 0 0 20px;
		font-size:62.5%!important;
	}
	nav {display: none;}
	footer {
		display: none;
	}
	#breadcrumb {display: none;}
	#content-flame article {font-size:45%!important; margin: 0 auto; width: 100%;}

	.sitename-leftcon > img {width: 75%;}
	p.site-title {font-size:16px;}
	.shcool-name {font-size:14px;}
	.header-right {display: none; margin: 0}
	.content-body > section .content-title {font-size: 14px; margin: 4px 0; padding: 5px 20px;}
}*/
