@charset "utf-8";
/* CSS Document */

/*--------------------------------------
	基本設定
----------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a:link {
	text-decoration: none;
}
li {
	list-style: none;
}
p {
	text-align: justify;
	color: #333;
	font-weight: 500;
	line-height: 1.5em;
}

/*--------------------------------------
	SP
----------------------------------------*/
@media only screen and (max-width:1119px) {
	/*--------------------
		BASE
	--------------------*/

	/*--------------------
		COMMON
	--------------------*/
	.new-line {
		margin-top: 1em;
	}

	/*--------------------
		HEADER
	--------------------*/
	#global-header {
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 5px solid #ffae00;
		position: fixed;
		top: 0;
		z-index: 99999;
	}
	h1 {
		/*width: 99px;*/
		width: 130px;
		height: 52.5px;
		margin: 3.75px auto;
	}
	.contact {
		display: none;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		width: 100%;
		font-family: fot-seurat-pron;
		font-size: 14px;
		position: fixed;
		top: 65px;
	}
	.toggle {
		width: 60px;
		height: 60px;
		background: #ffae00;
		text-align: center;
		color: #fff;
		line-height: 60px;
		position: fixed;
		top: 0;
		right: 0;
	}
	.me {
		width: 100%;
		background: rgba(255, 174, 0, 0.9);
	}
	.me a {
		display: block;
		width: 100%;
		color: #fff;
	}
	.me img {
		display: none;
	}
	.me p {
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 39px;
		letter-spacing: 0.1em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	}
	.sub-menu {
		display: none;
	}
	.nu {
		text-align: center;
		line-height: 39px;
		background: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid rgba(255, 174, 0, 1);
	}
	.nu a {
		color: #ffae00;
	}

	/*--------------------
		MAIN
	--------------------*/
	.main {
		height: 500px;
		background: url(../img/common/main.png) no-repeat center center;
		background-size: cover;
		padding: 0 2%;
		margin-top: 60px;
	}
	.catch {
		padding: 222px 0;
		margin: 0 auto;
	}
	.main ul {
		max-width: 450px;
		margin: 0 auto;
		position: relative;
	}
	.main li:first-child {
		width: 150px;
		height: auto;
		background: url(../img/top/balloon02.png) no-repeat center top;
		background-size: cover;
		position: absolute;
		top: -45px;
		left: 2%;
		z-index: 99;
	}
	.main li:last-child {
		width: 150px;
		height: auto;
		background: url(../img/top/balloon01.png) no-repeat center top;
		background-size: cover;
		position: absolute;
		top: -60px;
		right: 2%;
		z-index: 99;
	}
	.main li a {
		text-indent: -9999px;
		display: block;
		width: 150px;
		height:287px;
		border-radius: 150px;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	.concept {
		background: url(../img/top/concept_bg.png) no-repeat center center;
		background-size: cover;
		padding: 160px 0 105px;
		margin: 10px 0;
	}
	.concept .box {
		max-width: 700px;
		background: rgba(255, 255, 255, 0.9);
		padding: 100px 2%;
		margin: 0 auto;
	}
	.concept h2 {
		position: relative;
		z-index: 999;
	}
	.concept h2 img {
		margin: 0 auto 48px;
	}
	.concept p {
		font-family: fot-seurat-pron;
		text-align: center;
		color: #666;
		font-size: 18px;
		font-weight: inherit;
		line-height: 30px;
		letter-spacing: 0.1em;
	}

	/*--------------------
		SELECT
	--------------------*/
	.select {
		background: url(../img/top/menu_bg.png) no-repeat center center;
		background-size: cover;
		padding: 100px 0;
	}
	.select li {
		max-width: 372px;
		margin: 0 auto;
	}
	.select li:nth-child(2) {
		margin: 1px auto;
	}

	/*--------------------
		KINDERGARTEN
	--------------------*/
	.kindergarten {
		font-family: fot-seurat-pron;
		margin: 10px 0;
	}
	.kindergarten .box {
		padding-bottom: 46px;
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 9;
	}
	.sion {
		background: #fff8ed;
		margin-bottom: 6px;
	}
	.sion h2 {
		height: 400px;
		text-indent: -9999px;
		background: url(../img/top/sion_bg.png) no-repeat center center;
		background-size: cover;
	}
	.sion ul {
		margin: 50px 0 0;
	}
	.sion li {
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: 0.1em;
		margin-bottom: 28px;
	}
	.sion li a {
		text-decoration: underline;
		color: #ff8823;
	}
	.sion h3 {
		text-align: center;
		color: #ff8823;
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin: 43px 0 28px;
	}
	.sion p {
		text-align: center;
		color: #ff8823;
		letter-spacing: 0.2em;
	}
	.sion p a {
		text-decoration: underline;
		color: #ff8823;
	}
	.hibari {
		background: #fbffe9;
	}
	.hibari h2 {
		height: 400px;
		text-indent: -9999px;
		background: url(../img/top/hibari_bg.png) no-repeat center center;
		background-size: cover;
	}
	.hibari ul {
		margin: 50px 0 0;
	}
	.hibari li {
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: 0.1em;
		margin-bottom: 28px;
	}
	.hibari li a {
		text-decoration: underline;
		color: #68b000;
	}
	.hibari h3 {
		text-align: center;
		color: #68b000;
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin: 43px 0 28px;
	}
	.hibari p {
		text-align: center;
		color: #68b000;
		letter-spacing: 0.1em;
	}
	.hibari p a {
		text-decoration: underline;
		color: #68b000;
	}

	/*--------------------
		FOOTER
	--------------------*/
	#global-footer {
		background: #eee;
		padding-top: 45px;
	}
	.logo {
		display: block;
		/*width: 115px;*/
		width: 170px;
		height: 61px;
		margin: 0 auto;
	}
	.info {
		text-align: center;
		color: #555;
		font-size: 14px;
		font-weight: inherit;
		line-height: 25px;
		letter-spacing: 0.1em;
		margin: 40px 0 20px;
	}
	.info a {
		text-decoration: underline;
		color: #555;
	}
	#global-footer li {
		text-align: center;
		color: #0f2f58;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	#global-footer li:before {
		content: '｜';
	}
	#global-footer li:after {
		content: '｜';
	}
	#global-footer li a {
		color: #0f2f58;
		margin: 0 10px;
	}
	.copy {
		background: #0f2f58;
		text-align: center;
		color: #fff;
		font-size: 10px;
		font-weight: inherit;
		line-height: 20px;
		margin-top: 20px;
	}
	.copy a {
		color: #fff;
	}


/*
	LOWER
------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.sub-main {
		height: 350px;
		background: url(../img/common/main.png) no-repeat center top;
		background-size: cover;
		margin-top: 60px;
	}
	.sub-main h2 {
		text-align: center;
		color: #666;
		font-size: 24px;
		line-height: 350px;
		letter-spacing: 0.1em;
		-webkit-text-shadow: 0px 0px 5px #fff;
		-moz-text-shadow: 0px 0px 5px #fff;
		text-shadow: 0px 0px 5px #fff;
		-webkit-filter: drop-shadow(2px 2px 2px #ccc);
		-moz-filter: drop-shadow(2px 2px 2px #ccc);
		filter: drop-shadow(2px 2px 2px #ccc);
	}
	.lower {
		max-width: 700px;
		padding: 0 2%;
		margin: 80px auto;
	}
	.lower h3 {color: #333;
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 0 5px;
		border-bottom: 3px solid #547f00;
		margin-bottom: 20px;
	}
	.lower h4 {
		color: #333;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 0 5px;
		border-bottom: 1px solid #ffae00;
		margin-bottom: 10px;
	}
	.lower h4:first-letter {
		color: #ffae00;
	}
	.inner {
		margin: 0 auto;
	}
	.lower-box {
		margin-bottom: 50px;
	}
	i {
		margin-right: 5px;
	}

	/*--------------------
		COMMON
	--------------------*/
	.page-nav {
		max-width: 560px;
		margin: 0 auto!important;
	}
	.page-nav li {
		float: left;
		width: 100%;
		text-align: center;
		line-height: 2em;
		margin-bottom: 10px;
	}
	.page-nav li a {
		display: block;
		background: #fff;
		color: #ffae00;
		font-weight: bold;
		border: 2px solid #ffae00;
		border-radius: 5px;
	}
	.more {
		float: right;
		width: 150px;
		margin-top: 25px;
	}
	.more p {
		text-align: center;
		line-height: 30px;
	}
	.more a {
		display: block;
		background: rgba(0, 0, 0, 0);
		color: #ffae00;
		font-weight: bold;
		border: 2px solid #ffae00;
		border-radius: 5px;
	}
	/*
		greeting
	--------------------*/
	.greeting {
		margin: 0 auto 45px;
	}
	.greeting ul {
		max-width: 890px;
		margin: 0 auto;
	}
	.greeting li {
		float: left;
		width: 33%;
	}
	.greeting li:nth-child(2) {
		margin: 0 0.5%;
	}
	.greeting h3 {
		text-align: center;
		color: #547f00;
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 50px 0 30px;
	}
	.greeting p {
		font-weight: normal;
		line-height: 1.75em;
		padding: 0 2%;
		margin: 0 auto;
	}
	.greeting .new-line {
		margin: 1em auto 0;
	}
	/*
		news area
	--------------------*/
	.news-area h3 {
		padding: 0 2%;
	}
	.news-area h3 img {
		margin: 0 auto 30px;
	}
	.news-area .inner {
		max-width: 553px;
	}
	.news-area dl {
		float: left;
		width: 48%;
		max-width: 265px;
		margin: 0 1%;
	}
	.news-area dl:nth-child(n+3) {
		display: none;
	}
	.news-area dt {
		max-width: 265px;
		max-height: 150px;
		overflow: hidden;
	}
	.news-area dd {
		text-align: center;
		color: #515151;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	.news-area .date {
		font-size: 14px;
		margin: 20px 0 15px;
	}
	.news-area .ttl {
		height: 16px;
		overflow: hidden;
	}
	.news-area .ttl a {
		text-decoration: underline;
		color: #515151;
	}
	.news-area .btn {
		display: block;
		width: 146px;
		height: 54px;
		margin: 50px auto 0;
	}
	/*
		f-nav
	--------------------*/
	.f-nav {
		margin: 30px auto 0;
	}
	.f-nav ul {
		max-width: 355px;
		margin: 0 auto;
	}
	.f-nav li {
		float: left;
		width: 48%;
	}
	.f-nav li:nth-child(odd) {
		margin: 20px 2% 0 0;
	}
	.f-nav li:nth-child(even) {
		margin: 20px 0 0 2%;
	}

	/*--------------------
		HIBARI
	--------------------*/
	#hibari {
		margin: 60px 0;
	}
	#hibari .news-area {
		background: url(../img/hibari/hibari_bg.png) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}

	/*--------------------
		SION
	--------------------*/
	#sion {
		margin: 60px 0;
	}
	#sion .news-area {
		background: url(../img/sion/sion_bg.png) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}

	/*--------------------
		ABOUT
	--------------------*/
	#about h3 {
		padding-top: 65px;
	}
	#about .lower-box {
		margin-bottom: 30px;
	}
	#about ul {
		margin: 1em 0;
	}
	#about li {
		color: #333;
		font-weight: 500;
		line-height: 1.5em;
	}
	#about table {
		color: #333;
		font-size: 14px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#about th {
		width: 25%;
		background: #ccc;
		vertical-align: middle;
		padding: 10px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#about tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	#about td {
		vertical-align: middle;
		font-weight: 500;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	#about img {
		margin: 0 auto 30px;
	}
	#about dl {
		color: #333;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#about dt {
		color: #547f00;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#about dd {
		font-weight: 500;
	}

	/*--------------------
		INTRO
	--------------------*/
	#intro img {
		margin: 0 auto 10px;
	}
	#intro dl {
		color: #333;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#intro dt {
		color: #547f00;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#intro dd {
		font-weight: 500;
	}

	/*--------------------
		FLOW
	--------------------*/
	#flow h3 {
		padding-top: 65px;
	}
	#flow .lower-box {
		margin-bottom: 30px;
	}
	#flow table {
		width: 100%;
		color: #333;
		font-size: 14px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#flow th {
		width: 30%;
		background: #ccc;
		vertical-align: middle;
		padding: 10px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#flow tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	#flow td {
		vertical-align: middle;
		font-weight: 500;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}

	/*--------------------
		HISTORY
	--------------------*/
	#history table {
		width: 100%;
		color: #333;
		font-size: 14px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#history th {
		width: 25%;
		background: #ccc;
		vertical-align: middle;
		padding: 10px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#history tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	#history td {
		vertical-align: middle;
		font-weight: 500;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	#history .tel {
		color: #333;
	}
	#history .teikan {
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
	#history .teikan .head01 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 0 5px 10px;
		border-bottom: 1px solid #ddd;
	}
	#history .teikan h4:first-letter {
		color: inherit;
	}
	#history .teikan .item-box {
		margin-bottom: 15px;
	}
	#history .teikan h5 {
		margin-bottom: 10px;
	}
	#history .teikan dt {
		margin-right: 10px;
		float: left;
	}
	#history .teikan dd {
		overflow: hidden;
	}
	#history .teikan .indent01 > dt {
		margin: 0 0 10px;
		float: none;
	}
	#history .teikan .indent02 {
		margin-top: 10px;
	}
	#history .teikan .sup {
		font-size: 70%;
		vertical-align: top;
	}
	#history .teikan p {
		font-weight: normal;
	}
	#history .teikan .yakuin {
		max-width: 500px;
		margin: 10px 0 0;
	}
	#history .teikan th {
		width: 18%;
		background: transparent;
		vertical-align: middle;
		padding: 0;
		border: none;
	}
	#history .teikan tr:last-child th {
		border: none;
	}
	#history .teikan td {
		width: 41%;
		vertical-align: middle;
		font-weight: normal;
		padding: 0;
		border: none;
	}

	/*--------------------
		DOCUMENT
	--------------------*/
	#doc li {
		font-weight: bold;
		line-height: 2em;
		padding-top: 10px;
		border-bottom: 1px dotted #ccc;
	}
	#doc li i {
		color: #ffae00;
	}
	#doc li a {
		text-decoration: underline;
		color: #333;
	}

	/*--------------------
		LINK
	--------------------*/
	#link li {
		font-weight: bold;
		line-height: 2em;
		padding-top: 10px;
		border-bottom: 1px dotted #ccc;
	}
	#link li i {
		color: #ffae00;
	}
	#link li a {
		text-decoration: underline;
		color: #333;
	}

	/*--------------------
		BLOG
	--------------------*/
	#blog .date {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	#blog .date time {
		color: #666;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#blog .date time i {
		color: #ffae00;
	}
	#blog img {
		width: auto;
	}
	#blog .blog-txt {
		max-height: 72px;
		overflow: hidden;
	}
	#blog .blog-txt img {
		display: none;
	}

	/*--------------------
		NEWS
	--------------------*/
	#news .date {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	#news .date time {
		color: #666;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#news .date time i {
		color: #ffae00;
	}
	#news img {
		width: auto;
	}
	#news .news-txt {
		max-height: 72px;
		overflow: hidden;
	}
	#news .news-txt img {
		display: none;
	}

	/*--------------------
		RECRUIT
	--------------------*/
	#recruit table {
		width: 100%;
		background: rgba(255, 174, 0, 0);
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#recruit th {
		width: 35%;
		color: #333;
		vertical-align: middle;
		padding: 10px;
		border: 2px solid #ffae00;
		box-sizing: border-box;
	}
	#recruit td {
		vertical-align: middle;
		color: #333;
		font-weight: 500;
		padding: 10px;
		border: 2px solid #ffae00;
		box-sizing: border-box;
	}

	/*--------------------
		CONTACT
	--------------------*/
	#contact table {
		width: 100%;
		max-width: 600px;
		background: rgba(0, 0, 0, 0.2);
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 38%;
		color: #fff;
		vertical-align: middle;
		padding: 10px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#contact td {
		color: #333;
		vertical-align: middle;
		padding: 10px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	.contact-recaptcha-wrap {
		margin: 40px auto 0;
		display: table;
	}

	/*--------------------
		SITE MAP
	--------------------*/
	#site li {
		font-weight: 500;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#site li:nth-child(n+3) {
		background: #fcffe7;
	}
	#site li:nth-child(n+10) {
		background: #fff9ec;
	}
	#site li:nth-child(n+17) {
		background: #fff;
	}
	#site li i {
		color: #ffae00;
	}
	#site li a {
		color: #333;
	}

	/*--------------------
		PRIVACY POLICY
	--------------------*/
	#privacy li {
		text-align: justify;
		text-indent: -0.5em;
		color: #333;
		font-weight: 500;
		line-height: 1.5em;
		padding: 2px 2px 2px 1.6em;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#privacy li i {
		color: #ffae00;
	}

	/*--------------------
		404
	--------------------*/
	#error a {
		text-decoration: underline;
		color: #ffae00;
		font-weight: bold;
	}


	/*==================================================
		CMS COMMON
	================================================== */
	/*--------------------
		CONTACT
	--------------------*/
	/* INPUT BOX
	----------------------------------------*/
	.input-big,
	.input-mid,
	.input-min {
		padding: 5px;
		box-sizing: border-box;
	}
	.input-big {
		width: 100%;
		line-height: 1.5em;
	}
	.input-mid {
		width: 75%;
	}
	.input-min {
		width: 50px;
	}
	/* REQUIRED
	----------------------------------------*/
	.required-mark {
		padding: 1px 3px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		line-height: 2em;
		border-radius: 5px;
		background: #f00;
	}
	/* AUTHENTICATION
	----------------------------------------*/
	.captcha-wrap a {
		display: block;
		width: 32px;
		height: 32px;
		margin: 10px 0;
	}
	/* ERROR MESSAGE
	----------------------------------------*/
	.error-text {
		margin: 0 0 5px;
		color: #f00;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
	}
	/* BUTTON
	----------------------------------------*/
	.contact-submits-wrap {
		padding: 40px 0 0;
		text-align: center;
	}
	
	.contact-submits-wrap input {
		margin: 0 5px;
		padding: 5px;
	}
	/* ERROR
	----------------------------------------*/
	.sec-error-text {
		line-height: 50px;
		text-align: center;
		color: #f00;
		font-size: 16px;
		border: 2px solid #f00;
	}

	/*	PAGINATION
	-------------------------------------------------- */
	.pagination {
		text-align: center;
		font-size: 0;
		font-weight: bold;
		letter-spacing: 0;
	}
	.pagination li {
		width: 26px;
		margin: 0 2px;
		line-height: 30px;
		font-size: 13px;
		background: rgba(85, 127, 20, 0.5);
		display: inline-block;
	}
	.pagination li > * {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	.pagination li.current {
		background: #557f14;
	}

	/* ARCHIVE
	----------------------------------------*/
	.archive {
		max-width: 560px;
		margin: 40px auto 0;
	}
	.archive h3 {
		background: none;
		text-align: center;
		color: #666;
		border: none;
		border-bottom: 3px solid #ccc;
		padding-bottom: 5px;	
		margin-bottom: 10px;
	}
	.archive h3:after {
		display: none;
	}
	.archive h3 i {
		color: #ffae00;
	}
	.archive ul {
		margin: 0 0.5%;
	}
	.archive li {
		float: left;
		width: 33%;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.archive li a {
		text-decoration: underline;
		color: #666;
	}

	/*	PREV and NEXT
	-------------------------------------------------- */
	.prev-next-post {
		overflow: hidden;
	}
	.prev-next-post .prev-post,
	.prev-next-post .next-post {
		width: 100px;
		border: 2px solid #ffae00;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.prev-next-post .prev-post {
		float: left;
	}
	.prev-next-post .next-post {
		float: right;
	}
	.prev-next-post a {
		text-align: center;
		color: #ffae00;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		overflow: hidden;
	}

}


/*--------------------------------------
	PC
----------------------------------------*/
@media only screen and (min-width:1120px) {
	/*--------------------
		BASE
	--------------------*/
	.tel {
		pointer-events: none;
		cursor: text;
	}

	/*--------------------
		COMMON
	--------------------*/
	.new-line {
		margin-top: 1em;
	}

	/*--------------------
		HEADER
	--------------------*/
	#global-header {
		width: 100%;
		height: 110px;
		background: #fff;
		border-bottom: 5px solid #ffae00;
		position: fixed;
		top: 0;
		z-index: 99999;
	}
	h1 {
		/*width: 115px;*/
		width: 170px;
		height: 61px;
		position: absolute;
		top: 24.5px;
		left: 2%;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	h1:hover {
		opacity: 0.8;
	}
	.contact {
		display: block;
		width: 56px;
		height: 62px;
		position: absolute;
		top: 24px;
		right: 2%;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.contact:hover {
		opacity: 0.8;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		font-family: fot-seurat-pron;
	}
	.toggle {
		display: none;
	}
	.menu  {
		width: 726px;
		margin: 24px auto 0;
	}
	.me {
		float: left;
		margin: 0 30px;
	}
	.me:last-child {
		display: none;
	}
	.me img {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.me img:hover {
		opacity: 0.8;
	}
	.me p {
		display: none;
	}
	.sub-menu {
		display: none;
		width: 100%;
		background: #ffae00;
		text-align: center;
		position: fixed;
		top: 110px;
		left: 0;
	}
	.nu {
		display: inline-block;
		font-size: 12px;
		line-height: 50px;
		letter-spacing: 0.1em;
	}
	.nu:after {
		content: '｜';
		color: #fff;
	}
	.nu:last-child:after {
		display: none;
	}
	.nu a {
		color: #fff;
		margin: 0 15px;
	}
	.nu a:hover {
		text-decoration: underline;
	}

	/*--------------------
		MAIN
	--------------------*/
	.main {
		height: 750px;
		background: url(../img/common/main.png) no-repeat center center;
		background-size: cover;
		margin-top: 110px;
		position: relative;
	}
	.catch {
		padding: 322px 0;
		margin: 0 auto;
	}
	.main ul {
		width: 757px;
		position: absolute;
		top: 502px;
		left: calc(50% - 378.5px);
		z-index: 99;
	}
	.main li:first-child {
		float: left;
		width: 307px;
		height: 589px;
		background: url(../img/top/balloon02.png);
		margin-top: 38px;
	}
	.main li:last-child {
		float: right;
		width: 300px;
		height: 580px;
		background: url(../img/top/balloon01.png);
	}
	.main li a {
		text-indent: -9999px;
		display: block;
		width: 300px;
		height: 300px;
		border-radius: 150px;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	.concept {
		background: url(../img/top/concept_bg.png) no-repeat center center;
		background-size: cover;
		padding: 160px 0 105px;
		margin: 10px 0;
	}
	.concept .box {
		width: 1020px;
		height: 535px;
		background: rgba(255, 255, 255, 0.9);
		margin: 0 auto;
	}
	.concept h2 {
		position: relative;
		z-index: 999;
	}
	.concept h2 img {
		padding: 101px 0 48px;
		margin: 0 auto;
	}
	.concept p {
		font-family: fot-seurat-pron;
		text-align: center;
		color: #666;
		font-size: 24px;
		font-weight: inherit;
		line-height: 38px;
		letter-spacing: 0.2em;
	}

	/*--------------------
		SELECT
	--------------------*/
	.select {
		background: url(../img/top/menu_bg.png) no-repeat center center;
		background-size: cover;
		padding: 100px 0;
	}
	.select ul {
		width: 1118px;
		margin: 0 auto;
	}
	.select li {
		float: left;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.select li:nth-child(2) {
		margin: 0 1px;
	}
	.select li:hover {
		opacity: 0.8;
	}

	/*--------------------
		KINDERGARTEN
	--------------------*/
	.kindergarten {
		font-family: fot-seurat-pron;
		margin: 10px 0;
	}
	.kindergarten .box {
		padding-bottom: 46px;
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 9;
	}
	.sion {
		float: left;
		width: calc(50% - 3px);
		background: #fff8ed;
	}
	.sion h2 {
		height: 450px;
		text-indent: -9999px;
		background: url(../img/top/sion_bg.png) no-repeat center center;
		background-size: cover;
	}
	.sion ul {
		margin: 50px 72px 0 0;
	}
	.sion li {
		text-align: right;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 0.2em;
		padding-right: 30px;
		border-right: 5px solid #ff8823;
		margin-bottom: 30px;
	}
	.sion li a {
		color: #ff8823;
	}
	.sion li a:hover {
		text-decoration: underline;
	}
	.sion h3 {
		text-align: right;
		color: #ff8823;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.2em;
		margin: 43px 70px 28px 0;
	}
	.sion p {
		text-align: right;
		color: #ff8823;
		letter-spacing: 0.2em;
		margin-right: 70px;
	}
	.sion p a {
		color: #ff8823;
	}
	.hibari {
		float: right;
		width: calc(50% - 3px);
		background: #fbffe9;
	}
	.hibari h2 {
		height: 450px;
		text-indent: -9999px;
		background: url(../img/top/hibari_bg.png) no-repeat center center;
		background-size: cover;
	}
	.hibari ul {
		margin: 50px 0 0 72px;
	}
	.hibari li {
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 0.2em;
		padding-left: 30px;
		border-left: 5px solid #68b000;
		margin-bottom: 30px;
	}
	.hibari li a {
		color: #68b000;
	}
	.hibari li a:hover {
		text-decoration: underline;
	}
	.hibari h3 {
		color: #68b000;
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.2em;
		margin: 43px 0 28px 70px;
	}
	.hibari p {
		color: #68b000;
		letter-spacing: 0.2em;
		margin-left: 70px;
	}
	.hibari p a {
		color: #68b000;
	}

	/*--------------------
		FOOTER
	--------------------*/
	#global-footer {
		background: #eee;
		padding-top: 50px;
	}
	.logo {
		display: block;
		/*width: 115px;*/
		width: 170px;
		height: 61px;
		margin: 0 auto;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.logo:hover {
		opacity: 0.8;
	}
	.info {
		text-align: center;
		color: #555;
		font-size: 14px;
		font-weight: inherit;
		line-height: 25px;
		letter-spacing: 0.1em;
		margin: 45px 0;
	}
	.info a {
		color: #555;
	}
	#global-footer ul {
		text-align: center;
	}
	#global-footer li {
		display: inline-block;
		color: #0f2f58;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	#global-footer li:before {
		content: '｜';
	}
	#global-footer li:last-child:after {
		content: '｜';
	}
	#global-footer li a {
		color: #0f2f58;
		margin: 0 10px;
	}
	#global-footer li a:hover {
		text-decoration: underline;
	}
	.copy {
		background: #0f2f58;
		text-align: center;
		color: #fff;
		font-size: 10px;
		font-weight: inherit;
		line-height: 20px;
		letter-spacing: 0.1em;
		margin-top: 50px;
	}
	.copy a {
		color: #fff;
	}
	.copy a:hover {
		text-decoration: underline;
	}


/*
	LOWER
------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.sub-main {
		height: 350px;
		background: url(../img/common/main.png) no-repeat center top;
		background-size: cover;
		margin-top: 110px;
	}
	.sub-main h2 {
		text-align: center;
		color: #666;
		font-size: 48px;
		line-height: 350px;
		letter-spacing: 0.1em;
		-webkit-text-shadow: 0px 0px 5px #fff;
		-moz-text-shadow: 0px 0px 5px #fff;
		text-shadow: 0px 0px 5px #fff;
		-webkit-filter: drop-shadow(2px 2px 2px #ccc);
		-moz-filter: drop-shadow(2px 2px 2px #ccc);
		filter: drop-shadow(2px 2px 2px #ccc);
	}
	.lower {
		width: 1120px;
		margin: 100px auto;
	}
	.lower h3 {
		color: #333;
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 0 5px;
		border-bottom: 3px solid #547f00;
		margin-bottom: 20px;
	}
	.lower h4 {
		color: #333;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 0 5px;
		border-bottom: 1px solid #ffae00;
		margin-bottom: 10px;
	}
	.lower h4:first-letter {
		color: #ffae00;
	}
	.inner {
		width: 1120px;
		margin: 0 auto;
	}
	.lower-box {
		margin-bottom: 50px;
	}
	i {
		margin-right: 5px;
	}

	/*--------------------
		COMMON
	--------------------*/
	.page-nav {
		margin: 0!important;
	}
	.page-nav li {
		float: left;
		width: 48%;
		text-align: center;
		line-height: 2em;
		margin: 0 1% 10px;
	}
	.page-nav li a {
		display: block;
		background: #fff;
		color: #ffae00;
		font-weight: bold;
		border: 2px solid #ffae00;
		border-radius: 5px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.page-nav li a:hover {
		background: #ffae00;
		color: #fff;
	}
	.more {
		float: right;
		width: 150px;
		margin-top: 20px;
	}
	.more p {
		text-align: center;
		line-height: 30px;
	}
	.more a {
		display: block;
		color: #ffae00;
		font-weight: bold;
		border: 2px solid #ffae00;
		border-radius: 5px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.more a:hover {
		background: #ffae00;
		color: #fff;
	}
	/*
		greeting
	--------------------*/
	.greeting {
		width: 1120px;
		margin: 0 auto 45px;
	}
	.greeting li {
		float: left;
	}
	.greeting li:nth-child(2) {
		margin: 0 50px;
	}
	.greeting li img {
		object-fit: cover;
		width: 340px;
		height: 200px;
	}
	.greeting h3 {
		text-align: center;
		color: #547f00;
		font-size: 24px;
		letter-spacing: 0.1em;
		margin: 50px 0 30px;
	}
	.greeting h3 br {
		display: none;
	}
	.greeting p {
		width: 1020px;
		font-weight: normal;
		line-height: 1.75em;
		letter-spacing: 0.2em;
		margin: 0 auto;
	}
	.greeting .new-line {
		margin: 1em auto 0;
	}
	/*
		news area
	--------------------*/
	.news-area h3 img {
		margin: 0 auto 30px;
	}
	.news-area dl {
		float: left;
		width: 265px;
		margin-right: 20px;
	}
	.news-area dl:last-child {
		margin: 0;
	}
	.news-area dt img {
		object-fit: cover;
		width: 265px;
		height: 150px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.news-area dt img:hover {
		opacity: 0.8;
	}
	.news-area dd {
		text-align: center;
		color: #515151;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	.news-area .date {
		font-size: 14px;
		margin: 20px 0 15px;
	}
	.news-area .ttl {
		height: 16px;
		overflow: hidden;
	}
	.news-area .ttl a {
		color: #515151;
	}
	.news-area .ttl a:hover {
		text-decoration: underline;
	}
	.news-area .btn {
		display: block;
		width: 146px;
		height: 54px;
		margin: 50px auto 0;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.news-area .btn:hover {
		opacity: 0.8;
	}
	/*
		f-nav
	--------------------*/
	.f-nav {
		width: 1120px;
		margin: 50px auto 0;
	}
	.f-nav li {
		float: left;
		margin-right: 20px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.f-nav li:last-child {
		margin: 0;
	}
	.f-nav li:hover {
		opacity: 0.8;
	}

	/*--------------------
		HIBARI
	--------------------*/
	#hibari {
		margin: 100px 0;
	}
	#hibari .news-area {
		background: url(../img/hibari/hibari_bg.png) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}

	/*--------------------
		SION
	--------------------*/
	#sion {
		margin: 100px 0;
	}
	#sion .news-area {
		background: url(../img/sion/sion_bg.png) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}

	/*--------------------
		ABOUT
	--------------------*/
	#about h3 {
		padding-top: 115px;
	}
	#about .lower-box {
		margin-bottom: 30px;
	}
	#about ul {
		margin: 1em 0;
	}
	#about li {
		color: #333;
		font-weight: 500;
		line-height: 2em;
	}
	#about table {
		min-width: 800px;
		color: #333;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#about th {
		width: 30%;
		background: #ccc;
		vertical-align: middle;
		padding: 15px 20px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#about tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	#about td {
		vertical-align: middle;
		font-weight: 500;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	#about img {
		margin: 0 auto 30px;
	}
	#about dl {
		color: #333;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#about dt {
		color: #547f00;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#about dd {
		font-weight: 500;
	}

	/*--------------------
		INTRO
	--------------------*/
	#intro ul {
		width: 800px;
		margin: 0 auto;
	}
	#intro li {
		float: left;
	}
	#intro img {
		margin: 0 auto 10px;
	}
	#intro dl {
		color: #333;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#intro dt {
		color: #547f00;
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#intro dd {
		font-weight: 500;
	}

	/*--------------------
		FLOW
	--------------------*/
	#flow h3 {
		padding-top: 115px;
	}
	#flow .lower-box {
		margin-bottom: 30px;
	}
	#flow table {
		min-width: 800px;
		color: #333;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#flow th {
		width: 30%;
		background: #ccc;
		vertical-align: middle;
		padding: 15px 20px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#flow th br {
		display: none;
	}
	#flow tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	#flow td {
		vertical-align: middle;
		font-weight: 500;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}

	/*--------------------
		HISTORY
	--------------------*/
	#history table {
		width: 100%;
		color: #333;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#history th {
		width: 30%;
		background: #ccc;
		vertical-align: middle;
		padding: 15px 20px;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#history tr:last-child th {
		border-bottom: 1px solid #ccc;
	}
	#history td {
		vertical-align: middle;
		font-weight: 500;
		padding: 15px 20px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	#history .tel {
		color: #333;
	}
	#history .teikan {
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
	#history .teikan .head01 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 0 5px 10px;
		border-bottom: 1px solid #ddd;
	}
	#history .teikan h4:first-letter {
		color: inherit;
	}
	#history .teikan .item-box {
		margin-bottom: 20px;
	}
	#history .teikan dt {
		margin-right: 10px;
		float: left;
	}
	#history .teikan dd {
		overflow: hidden;
	}
	#history .teikan .indent01 {
		margin-top: 5px;
	}
	#history .teikan .indent01 > dt {
		width: 60px;
	}
	#history .teikan .indent02 {
		margin-top: 5px;
	}
	#history .teikan .sup {
		font-size: 70%;
		vertical-align: top;
	}
	#history .teikan p {
		font-weight: normal;
	}
	#history .teikan .yakuin {
		width: 500px;
		margin: 10px 0 0;
	}
	#history .teikan th {
		width: 20%;
		background: transparent;
		vertical-align: middle;
		padding: 0;
		border: none;
	}
	#history .teikan tr:last-child th {
		border: none;
	}
	#history .teikan td {
		width: 40%;
		vertical-align: middle;
		font-weight: normal;
		padding: 0;
		border: none;
	}

	/*--------------------
		DOCUMENT
	--------------------*/
	#doc li {
		font-weight: bold;
		line-height: 2em;
		padding-top: 10px;
		border-bottom: 1px dotted #ccc;
	}
	#doc li i {
		color: #ffae00;
	}
	#doc li a {
		text-decoration: underline;
		color: #333;
	}
	#doc li a:hover {
		text-decoration: none;
	}

	/*--------------------
		LINK
	--------------------*/
	#link li {
		font-weight: bold;
		line-height: 2em;
		padding-top: 10px;
		border-bottom: 1px dotted #ccc;
	}
	#link li i {
		color: #ffae00;
	}
	#link li a {
		color: #333;
	}
	#link li a:hover {
		text-decoration: underline;
	}

	/*--------------------
		BLOG
	--------------------*/
	#blog .date {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	#blog .date time {
		color: #666;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#blog .date time i {
		color: #ffae00;
	}
	.blog-txt {
		max-height: 72px;
		overflow: hidden;
	}
	.blog-txt img {
		display: none;
	}

	/*--------------------
		NEWS
	--------------------*/
	#news .date {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	#news .date time {
		color: #666;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#news .date time i {
		color: #ff9000;
	}
	.news-txt {
		max-height: 72px;
		overflow: hidden;
	}
	.news-txt img {
		display: none;
	}

	/*--------------------
		RECRUIT
	--------------------*/
	#recruit table {
		width: 100%;
		max-width: 960px;
		background: rgba(255, 174, 0, 0);
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#recruit th {
		width: 25%;
		color: #333;
		vertical-align: middle;
		padding: 15px 20px;
		border: 3px solid #ffae00;
		box-sizing: border-box;
	}
	#recruit td {
		color: #333;
		vertical-align: middle;
		padding: 15px 20px;
		border: 3px solid #ffae00;
		box-sizing: border-box;
	}

	/*--------------------
		CONTACT
	--------------------*/
	#contact table {
		width: 100%;
		max-width: 960px;
		background: rgba(0, 0, 0, 0.2);
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 35%;
		text-align: left;
		color: #fff;
		vertical-align: middle;
		padding: 15px 20px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#contact td {
		color: #333;
		vertical-align: middle;
		padding: 15px 20px;
		border: 2px solid #fff;
		box-sizing: border-box;
	}
	#contact th br {
		display: none;
	}
	.contact-recaptcha-wrap {
		margin: 40px auto 0;
		display: table;
	}

	/*--------------------
		SITE MAP
	--------------------*/
	#site li {
		font-weight: 500;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 10px;
	}
	#site li:nth-child(n+3) {
		background: #fcffe7;
	}
	#site li:nth-child(n+10) {
		background: #fff9ec;
	}
	#site li:nth-child(n+17) {
		background: #fff;
	}
	#site li i {
		color: #ffae00;
	}
	#site li a {
		color: #333;
	}
	#site li a:hover {
		text-decoration: underline;
	}

	/*--------------------
		PRIVACY POLICY
	--------------------*/
	#privacy li {
		color: #333;
		font-weight: 500;
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 5px;
	}
	#privacy li i {
		color: #ffae00;
	}

	/*--------------------
		404
	--------------------*/
	#error a {
		text-decoration: underline;
		color: #ffae00;
		font-weight: bold;
	}
	#error a:hover {
		text-decoration: none;
	}


	/*==================================================
		CMS COMMON
	================================================== */
	/*--------------------
		CONTACT
	--------------------*/
	/* INPUT BOX
	----------------------------------------*/
	.input-big,
	.input-mid,
	.input-min {
		padding: 5px;
		box-sizing: border-box;
	}
	.input-big {
		width: 100%;
		max-width: 581px;
		line-height: 1.5em;
	}
	.input-mid {
		width: 70%;
	}
	.input-min {
		width: 50px;
	}
	/* REQUIRED
	----------------------------------------*/
	.required-mark {
		padding: 1px 3px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		border-radius: 3px;
		background: #f00;
	}
	/* AUTHENTICATION
	----------------------------------------*/
	.captcha-wrap a {
		display: block;
		width: 32px;
		height: 32px;
		margin: 10px 0;
	}
	/* ERROR MESSAGE
	----------------------------------------*/
	.error-text {
		margin: 0 0 5px;
		color: #f00;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		letter-spacing: 0.1em;
	}
	/* BUTTON
	----------------------------------------*/
	.contact-submits-wrap {
		padding: 40px 0 0;
		text-align: center;
	}
	
	.contact-submits-wrap input {
		margin: 0 5px;
		padding: 5px;
	}
	/* ERROR
	----------------------------------------*/
	.sec-error-text {
		line-height: 50px;
		text-align: center;
		color: #f00;
		font-size: 16px;
		border: 2px solid #f00;
	}

	/*	PAGINATION
	-------------------------------------------------- */
	.pagination {
		text-align: center;
		color: #fff;
		font-size: 0;
		font-weight: bold;
		letter-spacing: 0;
		
	}
	.pagination li {
		width: 26px;
		margin: 0 2px;
		line-height: 30px;
		font-size: 13px;
		background: rgba(85, 127, 20, 0.5);
		display: inline-block;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.pagination li > * {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	.pagination li:hover,
	.pagination li.current {
		background: #557f14;
		
	}

	/* ARCHIVE
	----------------------------------------*/
	.archive {
		max-width: 560px;
		margin: 40px auto 0;
	}
	.archive h3 {
		background: none;
		text-align: center;
		color: #666;
		border: none;
		border-bottom: 2px solid #ccc;
		padding-bottom: 5px;	
		margin-bottom: 10px;
	}
	.lower .archive h3:after {
		display: none;
	}
	.archive h3 i {
		color: #ffae00;
	}
	.archive ul {
		margin: 0 0.5%;
	}
	.archive li {
		float: left;
		width: 33%;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.archive li a {
		color: #666;
	}
	.archive li a:hover {
		text-decoration: underline;
	}

	/*	PREV and NEXT
	-------------------------------------------------- */
	.prev-next-post {
		overflow: hidden;
	}
	.prev-next-post .prev-post,
	.prev-next-post .next-post {
		width: calc(50% - 400px);
		border: 2px solid #ffae00;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.prev-next-post .prev-post {
		float: left;
	}
	.prev-next-post .next-post {
		float: right;
	}
	.prev-next-post a {
		text-align: center;
		color: #ffae00;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		overflow: hidden;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.prev-next-post a:hover {
		color: #fff;
		background-color: #ffae00;
	}

}
