/*
Theme Name: EISnet05
Author: Aichi Prefectural Education Center
Version: 2.1.5
*/

/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Featured Area
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */

/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 85%;
	overflow-x: hidden;
}
html:lang(ja) {
	font-size: 68%;
}
@media screen and (min-width: 782px) {
	html {
		font-size: 92.5%;
	}
	html:lang(ja) {
		font-size: 74%;
	}
}
@media screen and (min-width: 980px) {
	html {
		font-size: 100%;
	}
	html:lang(ja) {
		font-size: 80%;
	}
}

/* Base */
body {
	color: #444;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1.8;
		font-size: 1.4rem;
}
_:lang(x)::-ms-backdrop, body{font-family: "メイリオ", Meiryo, sans-serif !important;}
_:lang(x)::-ms-backdrop, body{letter-spacing: 1px;}

::selection {
	background-color: #def;
}


.fontsizePanel {display: none;}
@media screen and (min-width: 979px) {
	.fontsizePanel { display: block;}
	}
		
	.fontsizePanel {
		text-align: center;
		padding: 6px 8px;
		background: #ebebeb;
		border-radius: 5px;
	    position: absolute;
	    top: -8px;
	    right: 20px;
		}
	.fontsizePanel span{
		display: block;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		}
		.main-header-clone .fontsizePanel { top: 0;}
		.main-header-clone .fontsizePanel span { display: none; }
	.size-button {
	  cursor: pointer;
	  display: inline-block;
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 1;
	  padding: 8px 12px;
	  text-align: center;
	  }
		
	  &:hover,
	  &.active {
	    /* background-color: #AE2823; */
	    /* color: #fff; */
	  }
	

.drawer-fontsizePanel {
		padding: 8px;
		background: #ebebeb;
		border-radius: 5px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.drawer-fontsizePanel span {
				font-size: 12px;
		font-weight: bold;
		text-align: center;
		padding-right: 20px;

	}
	


/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	font-weight: 700;
	line-height: 1.5;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.75rem;
	margin-bottom: 1.5em;
	margin-top: 3em;
	}
h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 2.5em;
}
h4 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
h6 {
	font-size: 1rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: #4693f5;
	text-decoration: underline;
	transition: all .15s ease-in-out;
}
a:hover {
	color: #639af6;
}
cite a, cite a {
	text-decoration: none;
}

/* Text */
p {
	margin: 0 0 1.8em;
}
b, strong {
	font-weight: 700;
}
dfn, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
	font-style: normal;
}
code, kbd, tt, var {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background: linear-gradient( transparent 70%, #ffff66 70% );
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 0 1.8em 1.5em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.8em 1.5em;
}

/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin: 0 0 1.8em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border: solid 1px #eee;
	padding: 1em 1.2em;
}
th {
	background-color: #f4f5f6;
	font-weight: 600;
	text-align: left;
}



/* Google Search Console with Custom HTML widget*/
.widget_custom_html table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	margin: 0;
	width: auto;
}
.widget_custom_html table th,
.widget_custom_html table td {
	border: none;
	padding: 2px;
}
.widget_custom_html table th {
	background-color: none;
	font-weight: normal;
	text-align: auto;
}
.widget_custom_html .cse .gsc-control-cse, .gsc-control-cse {padding: 0 !important;}
.gsc-control-cse { background: none !important; border: none !important;}
.cse .gsc-search-button-v2, .gsc-search-button-v2{padding: 6px 13px !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input { padding-right: 0 !important;}



/* Elements */
blockquote {
	color: #666;
	margin: 0 0 2em;
	padding: 12px 0 0 44px !important;
	position: relative;
}
blockquote:before {
	color: #ddd;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
blockquote p {
	margin-bottom: 0.8em;
}
blockquote cite {
	font-size: 90%;
}
address {
	margin: 0 0 1.8em;
	font-style: normal;
}
pre {
	background-color: #f4f5f6;
	color: #666;
	font-family: Consolas, "Courier New", monospace;
	font-size: 90%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 2px;
	margin: 1.8em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 90%;
	line-height: 1;
	padding: 1.1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
input[type="file"] {
	margin-top: 0.6em;
}
select {
	border: solid 1px #c9c9c9;
	background: #f9f9f9;
	border-radius: 2px;
	margin-top: 0.6em;
	padding: 0.6em;
}
textarea {
	max-width: 720px;
	width: 100%;
}


select{
	font-family: sans-serif;
	font-size: 0.85em;
	/* height: 2em; */
	width: 100%;
}



/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.8em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 90%;
	margin-bottom: 1.8em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.hide-blogname .site-title,
.hide-blogdescription .site-description,
.hide-date .posted-on,
.hide-author .byline,
.hide-comments-number .comments-link,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.top-bar-content:before,
.top-bar-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.widget:before,
.widget:after,
.sticky-sidebar:before,
.sticky-sidebar:after,
.site-bottom-content:before,
.site-bottom-content:after {
	content: "";
	display: table;
}
.clear:after,
.top-bar-content:after,
.entry-content:after,
.comment-content:after,
.nav-links:after,
.widget:after,
.sticky-sidebar:after,
.site-bottom-content:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #fff;
}
.top-bar-content,
.widthfix,
.featured-entry-content,
.home-header-content,
.jumbotron-content,
.site-content,
.container-content,
.footer-widget-content,
.site-bottom-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
}
.container-content {
	padding-left: 30px;
	padding-right: 30px;
}
.site-header {
	margin-bottom: 5rem;
}
.main-header {
	padding-top: 15px;
}

@media screen and (max-width: 979px) {
	.main-header-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.widthfix {
		max-width: none;
		padding: none;
		margin: 0;
	}
.main-header {
	border-bottom: 5px solid #3870a1;
}
}



.content-area {
	margin-bottom: 6rem;
}
.sidebar-area {
	border-top: solid 1px #eee;
	padding-bottom: 1rem;
	padding-top: 6rem;
}
.page-header {
	margin-bottom: 5rem;
	background: #eee;
	padding: 30px ;
	border-radius: 4px;
}
.hentry {
	margin-bottom: 7rem;
}
.single .hentry {
	margin-bottom: 2rem;
	padding-bottom: 3em;
	border-bottom: 4px solid #e3e3e3;
}
.page .hentry {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 4rem;
}
.footer-widget-area {
	border-top: solid 1px #eee;
	padding-bottom: 2rem;
	padding-top: 6rem;
	color: #fff;
}
.footer-widget-wrapper {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-bottom {
	padding-bottom: 1rem;
	padding-top: 2rem;
}
@media screen and (min-width: 782px) {
	.top-bar-content,
	.widthfix,
	.home-header-content,
	.jumbotron-content,
	.featured-entry-content,
	.site-content,
	.footer-widget-content,
	.site-bottom-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.container-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.top-bar-content,
	.widthfix,
	.home-header-content,
	.site-bottom-content {
		max-width: 1120px;
	}
	.main-header {
		padding-top: 20px;
	}
	.top-bar-main,
	.footer-social-link {
		float: left;
	}
	.header-social-link,
	.footer-navigation {
		float: right;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content,
	.three-column .site-content,
	.has-sidebar .site-content,
	.footer-widget-content {
		max-width: 1120px;
	}
	.main-header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.has-sidebar .site-content {
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.has-sidebar .content-area {
		width: 72.28%;
	}
	.has-sidebar .sidebar-area {
		border-top: none;
		padding-top: 0;
		width: 22.78%;
	}
	.sticky-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 150px;
	}
	.sticky-sidebar .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 90px;
	}
	.footer-widget-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.footer-widget {
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* Header
------------------------------------------------------------ */

.headinfo {display: none;}
@media screen and (min-width: 979px) {
	.main-header-content .widthfix {
	position: relative;
	}
	
	.headinfo {
		display: block;
		position: absolute;
		top: 10px;
		right: 155px;
		right: 20px;
	}
	.headinfo .info-main {
		margin: 0;
		list-style: none;
		color: #747474;
		font-size: 80%;
		text-align: right;
	}
	.headinfo .info-phone {
		font-weight: bold;
		font-size: 1.35rem;
		line-height: 1;
		color: #111;
		margin-bottom: 8px;	
		}
		.headinfo .info-phone span.phone1 { padding-right:1em;}
	
	.main-header-clone .headinfo { top: 10px;}
	.main-header-clone .headinfo .info-main li {
		
	}
	.main-header-clone .headinfo .info-main .info-phone {margin-bottom: 0;}
	.headinfo .info-phone span.phone1 { padding-left: 1em;}
}



/* Main Header */
.site-branding {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
}
.site-logo,
.site-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-logo { padding-right: 5px;}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
		/*transform: scale(0.85, 0.85);*/
	transform-origin: top left;
	max-width: 4.8rem;
	max-height: 4.8rem;
}
.site-title {
	font-size: 2.3rem;
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 8px 0 15px 0;
	font-weight: normal;
}
.site-title a,
.site-title a:hover {
	color: #111;
	text-decoration: none;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: #777;
	line-height: 1;
	padding-left: 4px;
}
@media screen and (min-width: 782px) {

.site-name { 	min-height: 4em; max-width: 500px;}

	.site-branding {
		padding-right: 30px;
			
	}
	.site-logo img {
		transform: scale(0.925, 0.925);
	}
	.site-description {
	}
}
@media screen and (min-width: 980px) {
	.site-logo img {
		transform: scale(1, 1);
		margin-right: 8px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Base */

.main-header-content .main-navigation {
	display: none;
}

/* Menu Bar Color */
.main-navigation-wrap {
	background: #376ca6;
	color: #fff;
}
.main-navigation-wrap {
	background: none;
	color: #fff;
}
	.drawer-navigation li { font-weight: bold;}

	.main-navigation a:hover { color: #fff;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current-page-parent > a,
	
	.drawer-navigation .current_page_item > a,
	.drawer-navigation .current-menu-item > a {
		font-weight: 700;
	}

	.drawer-navigation a:hover {
		color: #333;
	}


.drawer-info {
	background: #f6f6f6;
	border: 8px solid #efefef;
	border-radius: 6px;
}
.drawer-info .info-main {
	padding: 10px 20px;
	margin: 0;
}
.drawer-info .info-phone span {
	display: block;
	font-size: 1.2em;
}

.drawer-info li{
	font-weight: normal;	
}
.drawer-info li.info-address {
	font-size: 0.9em;
}



/* Main Header Clone */
.main-header-clone {
	background-color: #fff;
	left: 0;
	padding-top: 12px;
	position: fixed;
	top: 0;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transform: translateY(-100%);
	width: 100%;
	z-index: 100;
}
.main-header-clone-show {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}
.main-header-clone .site-title {
	font-size: 1.9rem;
}
.main-header-clone .main-header-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.main-header-clone .site-logo {
	transform: scale(0.8, 0.8);
	transform-origin: top left;
}
.main-header-clone .site-logo img { margin-right: 0;}
.main-header-clone .site-description {
	font-size: 0.8em;
}
.admin-bar .main-header-original .drawer-navigation {
	top: 46px;
}
@media screen and (min-width: 601px) {
	.admin-bar .main-header-clone-show {
		transform: translateY(46px);
	}
}
@media screen and (min-width: 782px) {
	.admin-bar .main-header-original .drawer-navigation {
		top: 32px;
	}
	.admin-bar .main-header-clone-show {
		transform: translateY(32px);
	}
}
@media screen and (min-width: 980px) {
	.main-header-clone {
		padding-top: 14px;
	}
}

/* Drawer Button */
.drawer-hamburger {
	background-color:#376ca6;
	box-sizing: content-box;
	display: block;
	margin-right: 20px;
	outline: 0;
	padding: 18px 8px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 28px;
	min-width: 21px;
	z-index: 102;
	border-radius: 4px;
	}
	.main-header-clone .drawer-hamburger {
		margin-top: 4px;
	}

.drawer-hamburger:hover,
.drawer-hamburger:focus {
	background-color:#376ca6;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
	height: 2px;
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 100%;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	left: 0;
	content: ' ';
}
.drawer-hamburger-icon:before {
	top: -6px;
}
.drawer-hamburger-icon:after {
	top: 6px;
}
.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
	.drawer-hamburger {
		padding: 15px 5px;
	}
	.drawer-hamburger-icon:before {
		top: -7px;
	}
	.drawer-hamburger-icon:after {
		top: 7px;
	}
}

/* Drawer Navigation */
.drawer-overlay {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.drawer-navigation {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 90%;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
}
.drawer-navigation-content {
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 60px 40px 60px 40px;
	width: 100%;
}
.drawer-opened .drawer-overlay {
	display: block;
}
.drawer-opened .drawer-navigation {
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
	transform: translateX(0);
}
@media screen and (min-width: 540px) {
	.drawer-navigation {
		width: 70%;
	}
	.drawer-navigation-content {
	padding: 60px 40px 60px 40px;
	}
}
@media screen and (min-width: 782px) {
	.drawer-navigation {
		width: 55%;
	}
	.drawer-navigation-content {
	padding: 60px 40px 60px 40px;
	}
}

/* Drawer Content */
.drawer-navigation ul {
	list-style: none;
	margin-bottom: 45px;
	margin-left: 0;
}
.drawer-navigation ul li {
	padding-bottom: 12px;
	padding-top: 14px;
	position: relative;
}
.drawer-navigation .main-navigation ul li { border-bottom: 1px solid #ededed; }
.drawer-navigation .main-navigation ul li li { border-bottom: none; }

.drawer-navigation ul ul {
	margin-bottom: 0;
	margin-left: 1em;
	margin-top: 12px;
}
.drawer-navigation ul li li {
	padding-bottom: 10px;
	padding-top: 12px;
	border-bottom: 0;
	font-weight: normal;
}
.drawer-navigation ul li li:last-child {
	padding-bottom: 0;
}
.drawer-navigation a {
	color: inherit;
	text-decoration: none;
}
.drawer-navigation .page_item_has_children > a,
.drawer-navigation .menu-item-has-children > a {
	display: inline-block;
	padding-right: 20px;
}
.drawer-navigation .dropdown-toggle {
	background-color: transparent;
	outline: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 7px;
}
.drawer-navigation .dropdown-toggle:after {
	content: "\f107";
	color: #333;
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.drawer-navigation .children {
	display: none;
}
.drawer-navigation .children.toggled-on {
	display: block;
}
@media screen and (min-width: 782px) {
	.drawer-navigation .header-social-link {
		display: none;
	}
}

/* Main Navigation (Desktop) */
@media screen and (min-width: 980px) {
	.drawer-hamburger,
	.drawer-overlay,
	.drawer-navigation {
		display: none;
	}
	.main-header-content .main-navigation {
		display: block;
	}
	.main-navigation {
		font-size: 1.25rem;
		/*line-height: 52px;*/
		line-height: 4em;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
	}
	.main-navigation a {
	color: inherit;
		display: block;
		padding-left: 25px;
		padding-right: 25px;
		text-decoration: none;
	}
	.main-navigation li {
		position: relative;
		-webkit-box-flex:1;
		-ms-flex:1;
	   flex: 1;
	   }
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li:last-child > a,
	.main-navigation ul.menu > li:last-child > a {
		padding-right: 0;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: "\f107";
		display: inline-block;
		font: normal 18px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		margin-left: 8px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		left: -9999px;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 225px;
		z-index: 10;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation div.menu > ul > li:last-child:hover > ul,
	.main-navigation ul.menu > li:last-child:hover > ul {
		left: auto;
		right: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #eee;
		color: #111;
		line-height: 1.6;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.main-navigation ul ul li a:hover {
		color: #111;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 30px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: "\f105";
		font: normal 18px/1 FontAwesome;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 15px;
		top: 18px;
	}
}


/* Featured Area
------------------------------------------------------------ */

/* Jumbotron */
.jumbotron {
	background-color: #646464;
	background-position: center;
	background-size: cover;
}
.jumbotron-overlay {
	background-color: rgba( 0, 0, 0 , 0.4 );
}
.jumbotron-title {
	color: #fff;
	font-size: 2rem;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 11px rgba( 0, 0, 0, 0.5 );
}
@media screen and (min-width: 782px) {
	.jumbotron-title {
		font-size: 2.5rem;
	}
}


.jumbotron-content {
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}
@media screen and (min-width: 782px) {
	.jumbotron-content {
		padding-bottom: 90px;
		padding-top: 90px;
	}
}
@media screen and (min-width: 980px) {
	.jumbotron-content {
		padding-bottom: 105px;
		padding-top: 105px;
	}
}


/* ヘッダー画像、アイキャッチ画像がない場合にヘッダーバーを小さくする　*/
.noheaderimg .jumbotron-title {
	font-size: 1.8rem;
	text-shadow:none;
}
.noheaderimg .jumbotron-content {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
@media screen and (min-width: 782px) {
	.noheaderimg .jumbotron-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
@media screen and (min-width: 980px) {
	.noheaderimg .jumbotron-content {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}





/* Home Header */
.home-header {
	background-color: #333;
	background-position: center;
	background-size: cover;
	min-height: 500px;
}
.home-header-overlay {
	min-height: 500px;
	background-color: rgba( 0, 0, 0 , 0.4 );
}
.home-header-content {
	padding-bottom: 75px;
	padding-top: 75px;
	text-align: left;
}
.home-header-title {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px 10px rgba( 0, 0, 0, 0.6 );
}
.home-header-text {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 105%;
	margin-top: 28px;
	line-height: 1.5;
	text-shadow: 1px 1px 5px rgba( 0, 0, 0, 0.9 );
}
.home-header-button {
	font-size: 95%;
}
.home-header-button a {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
}
a.home-header-button-main {
	background-color: #3a6baa;
	margin-right: 16px;
	padding: 10px 20px;
}
a.home-header-button-main:hover {
	color: #fff;
}
a.home-header-button-sub {
	border: solid 2px #fff;
	padding: 10px 23px;
}
a.home-header-button-sub:hover {
	background-color: #fff;
	color: #111;
}
@media screen and (min-width: 782px) {
	.home-header-content {
		padding-bottom: 105px;
		padding-top: 105px;
	}
}
@media screen and (min-width: 980px) {
	.home-header-content {
		padding-bottom: 135px;
		padding-top: 135px;
	}
	.home-header-title {
		font-size: 3rem;
	}
}

@media screen and (max-width: 782px) {
	.home-header-content {
		padding-bottom: 105px;
		padding-top: 175px;
	}
	}

/* Content
------------------------------------------------------------ */

/* Front page*/

.urgent {
	background: #e2d130;
	color: #111;
	padding: 35px 0;
	text-align: center;
}
.urgent h3 {
	margin: 0 0 25px 0;
	position: relative;
	line-height: 1;
	display: inline-block;
	color: #655f0e;
	font-size: 1.3em;
}
.urgent h3:before {
	position: absolute;
	left: -30px;
	top: 1px;
	content: "\f071";
	display: inline-block;
	font-family:'FontAwesome';
	-webkit-font-smoothing: antialiased;

}
.urgent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.urgent ul li {
	margin-bottom: 20px;
	}
	.urgent ul li:last-child { margin-bottom: 0;}
.urgent ul li a {
	color: #111;
	text-decoration: none;
	font-weight: bold;
}
.urgent ul li span.title {
	padding-left: 10px;
}



/* TOP PAGE NEWS CONTENTS */

/* TOP PAGE NEWS CONTENTS */
.featured-pages {
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
}
.featured-pages .page-box {
	-ms-flex-preferred-size:30%;
	flex-basis: 30%;
	margin-right: 5%;
	
}
.featured-pages .page-box:nth-child(3) { margin-right: 0;} 
.featured-pages .page-box h3 {
	margin: 20px 0 10px 0;
	text-align: center;
	font-weight: normal;
}
.featured-pages .page-box p {
	font-size: 85%;
	line-height: 1.3;
	}
.featured-pages .page-box a {
	display: block;
	text-decoration: none;
	color: #333;
}

	@media screen and (max-width: 797px) {
	.featured-pages {
			display:-webkit-box;
	  	display:-ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			text-align: center;
			}
	.featured-pages .page-box img { max-width:80%;}
	}

.schoolnews h3,
.schoollife h3 {
	font-weight: normal;
	font-size: 1.8rem;
}


.schoolnews dl {
	position: relative;
	border-bottom: 1px solid #efefef;
}
.schoolnews dl a { text-decoration: none;}
.schoolnews dl dt {
	font-weight: normal;
	font-size: 1.2rem;
	color: #333;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 130px;
}
.schoolnews dl dd {
	padding: 15px 10px 15px 150px;
	margin: 0;
	color: #333;
	font-size: 1.3rem;
	}
	.schoolnews dl dd .except { color: #333;}	
	.schoolnews dl dd h4 {
		margin: 0;
	}

	@media screen and (max-width: 979px) {
		.schoolnews dl dt {
			position: relative;
			left: none;
			top: none;
			width: auto;
			}
.schoolnews dl dd {
	padding: 15px 10px 15px 0px;
	
	}
	}
	



.schoollife ul {
		padding: 0;
		margin: 0;
	}
	.schoollife ul li.newsbox {
		list-style: none;
		vertical-align: top;
		padding: 0;
		margin: 0;
		display: inline-block;
		width: 22.7%;
		margin-right: 3%;
		margin-bottom: 40px;
	}
	.schoollife ul li.newsbox:nth-child(4n) {margin-right: 0;}
		
	.slick .schoollife ul li.newsbox {
		margin-right: 0px !important;
		width: 92% !important;
	}
	.slick .schoollife ul li.newsbox:nth-child(4n) {margin-right: 3%;}
	.slick .schoollife ul li.newsbox:nth-child(3n) {margin-right: 0 !important;}
	.slick .slick-prev,
	.slick .slick-next {z-index: 999999 !important;}
	.slick .slick-next {right: 50px !important;}
	

	.schoollife li.newsbox a {
		text-decoration: none;
		color: #333;

	}
	
	.schoollife li.newsbox .category {
		border-bottom: 3px solid #eee;
			line-height: 1;
			padding: 0 0 5px 0;
	}
		.schoollife li.newsbox .category span {
			line-height: 13px;
			color: #fff;
			font-size: 13px;
			padding: 3px 8px;
			border-radius: 3px;
			display: inline-block;
		}
	.schoollife li.newsbox h4 {
		font-weight: normal;
		height: 3em;
		line-height: 1.2;
		margin: 0px 0 10px 0;
		padding-top: 10px;
		border-top: 3px solid #eee;
	}
.schoollife li.newsbox img {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	object-fit: cover;
    aspect-ratio: 3 / 2;
}
.schoollife li.newsbox time {
	color: #444;
	display: block;
	font-size: 1.2rem;
	text-align: right;
}
.schoollife .slick-prev:before,
.schoollife .slick-next:before {
    color: #000 !important;
}
.schoollife .slick-prev { left: -40px;}
.schoollife .slick-next{ right: -10px !important; }
.schoollife .slick-prev:before,
.schoollife .slick-next:before { font-size: 25px !important;}

@media screen and (max-width: 979px) {
	.schoollife ul li.newsbox {
		width: 48%;
		margin-right: 3%;
		}
		.schoollife ul li.newsbox:nth-child(2n) {margin-right: 0;}
		.schoollife li.newsbox img { max-height: auto;}
		.schoollife li.newsbox h4{ height: auto;}
		.slick .schoollife li.newsbox h4{ height: 3em;}

}



p.readmore {
	text-align: right;
	padding: 20px 0 0 0;
	font-size: 0.9em;	
	}
	p.readmore a {
		color: #333;
		text-decoration: none;
	}	




/* Category */
.cat-links {
	font-size: 70%;
	margin-bottom: 1.5rem;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	
}
.cat-links a {
	text-decoration: none;
}

.cat-links a {
	color: #fff;
	padding: 5px 15px;
	line-height: 1;
	border-radius: 12px;
	display: inline-block;
}
.category-sep {
	color: #ccc;
	font-size: 80%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -0.1em;
}

/* Entry Header */
.entry-header {
	margin-bottom: 4rem;
	position: relative;
}
.no-sidebar .entry-header {
	text-align: center;
}
.entry-title {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0;
	padding-bottom: 8px;
	padding-right: 4em;
	border-bottom: 2px solid #333;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 782px) {
	.entry-title {
		font-size: 2rem;
	}
}

/* Entry Meta */
.entry-meta {
	/*
	position: absolute;
	right: 0;
	bottom: 5px;
	*/
	font-size: 90%;
	margin-top: 0;
	text-align: right;
}
.entry-meta a {
	color: inherit;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #666;
}
.comments-sep {
	color: #ccc;
}
.byline a,
.comments-link a {
	border-bottom: solid 1px #ddd;
}

/* Featured Image */
.post-thumbnail {
	margin-bottom: 2rem;
	margin-top: 4rem;
}
.single .post-thumbnail {
	margin-left: -20px;
	margin-right: -20px;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}
@media screen and (min-width: 782px) {
	.single .post-thumbnail {
		margin-left: -40px;
		margin-right: -40px;
	}
}
@media screen and (min-width: 980px) {
	.single .post-thumbnail {
		margin-left: 0;
		margin-right: 0;
	}
	.no-sidebar .post-thumbnail {
		margin-left: -60px;
		margin-right: -60px;
	}
}

/* Entry Content */
.entry-content > *:first-child {
	margin-top: 0;
}
.entry-content > *:last-child {
	margin-bottom: 0;
}

/* Post Full / Post Summary */
.post-full,
.post-summary {
	margin-bottom: 4rem;
}
.post-full .hentry,
.post-summary .hentry {
	margin-bottom: 4rem;
}
.post-full:after,
.post-summary:after {
	border-bottom: 1px dashed #c4c4c4;
	content: "";
	display: block;
	width: 100%;
}
.no-sidebar .post-full:after,
.no-sidebar .post-summary:after {
	margin: auto;
}
a.continue-reading {
	text-transform: uppercase;
}

/* Post Grid */
.two-column .loop-wrapper,
.three-column .loop-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-grid .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-grid .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-grid .entry-title {
	font-size: 1.75rem;
}
.post-grid .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-grid .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-grid .entry-title {
		font-size: 1.5rem;
	}
	.post-grid .cat-links,
	.post-grid .entry-meta {
		font-size: 85%;
	}
	.post-grid .entry-summary {
		font-size: 90%;
	}
	.post-grid {
		width: 46%;
		padding-right: 8%;
	}
	.post-grid:nth-child(even) {
		padding-right: 0;
	}
}
@media screen and (min-width: 980px) {
	.three-column .loop-wrapper {
		margin-left: -30px;
		margin-right: -30px;
	}
	.three-column .post-grid {
		box-sizing: border-box;
		width: 33.3%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Post List */
.post-list .entry-header {
	margin-bottom: 2rem;
	text-align: left;
}
.post-list .post-thumbnail {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.post-list .entry-title {
	font-size: 1.75rem;
}
.post-list .entry-summary {
	color: #666;
	font-size: 90%;
}
.post-list .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-list .hentry {
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
	}
	.post-list .post-thumbnail {
		-ms-flex-negative:0;
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 5%;
		
		-ms-flex-preferred-size:35%;
		flex-basis: 35%;
	}
}

/* Entry Footer */
.tags-links {
	color: #999;
	font-size: 90%;
	margin-top: 4rem;
	text-align: center;
}
.tags-links:before {
	color: #ccc;
	content: "\f02c";
	display: inline-block;
	font: normal 18px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.tags-links a {
	color: inherit;
	text-decoration: none;
}
.tags-links a:hover {
	color: #666;
}

/* Author Profile */
.author-profile {
	background-color: #f4f5f6;
	margin-top: 4rem;
	padding: 25px;
}
.author-profile-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
}
.author-profile-avatar {
	-ms-flex-negative:0;
	flex-shrink: 0;
	width: 60px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-name a {
	color: inherit;
	text-decoration: none;
}
.author-profile-name a:hover {
	color: #111;
}
.author-profile-description {
	font-size: 95%;
	margin-top: 20px;
}
@media screen and (min-width: 540px) {
	.author-profile {
		padding: 45px;
	}
	.author-profile-avatar {
		width: 75px;
		margin-right: 30px;
	}
	.author-profile-description {
		margin-top: 30px;
	}
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #d59f2a;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 1rem;
	margin-right: 12px;
	padding: 2px 10px 2px;
	text-transform: uppercase;
	
}
.featured+.cat-links {
	display: inline-block;
}

/* Archive */
/* Archive Updated 202005  */

.page-title {
	font-size: 1.9rem;
	margin-bottom: 12px;
	margin-top: 0;
}
h1.page-title { margin-bottom: 0;}
.taxonomy-description p {margin: 0;}
.page-content {
	margin-bottom: 5rem;
}


ul.childCats { margin: 6px 0 0 0; padding: 0; list-style: none;}
ul.childCats li {
	display: inline-block;
	margin: 0 4px 0 0;	
	}
	ul.childCats li a {
		display: block;
		padding: 6px 12px;
		line-height: 1;
		font-size: 13px;
		font-weight: bold;
		background: #515151;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
	}
	
	ul.childCats ul.children {display: none;}
	
.archiveBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	
	border-bottom: 1px solid #eaeaea;
	padding: 0 5px 15px 5px;
	margin-top: 15px;
	line-height: 1.5;
	font-size: 1.2rem;
}
.archiveBox time {
	flex-basis: 130px;
    align-self: flex-start;
}
.archiveBox h3 {
	width: 80%;
	flex-grow: 2;
	font-size: 1.2rem;
    margin: 0;
    align-self: flex-start;
	}
	.archiveBox h3 a {
		/* display: block; */
	line-height: 1.5;
	text-decoration: none;
	}

/* 404 */
.error-404 {
	margin-bottom: 2rem;
	margin-top: 2rem;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
	line-height: 1;
	margin: 0;
}

/* Quote */
.wp-block-pullquote {
	padding: 12px 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-bottom: 0;
	text-align: left;
}
.wp-block-quote.is-style-large {
	margin-bottom: 2em;
}
.wp-block-quote.is-style-large p {
	font-style: normal;
}
.wp-block-quote.is-style-large cite {
	font-size: 90%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Gutenberg
------------------------------------------------------------ */

/* Base
   This section incorporates code from Atomic Blocks */
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 0.9em;
}
.wp-block-image {
	margin-bottom: 1.8em;
}
.wp-block-image figcaption {
	font-size: 90%;
	margin-top: 1em;
}
.entry-content .wp-block-gallery {
	padding-left: 0;
}
.no-sidebar .alignfull,
.no-sidebar .alignwide {
	width: 100%;
}
@media (max-width: 600px) {
	.no-sidebar .alignfull.wp-block-gallery,
	.no-sidebar .alignwide.wp-block-gallery {
		margin-left: -10px;
		margin-right: -10px;
		width: inherit;
	}
}
.no-sidebar .alignfull img,
.no-sidebar .alignwide img {
	width: 100%;
	display: block;
}
.no-sidebar .alignwide {
	max-width: none;
}
@media (min-width: 782px) {
	.no-sidebar .alignwide {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.no-sidebar .alignwide {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.no-sidebar .alignwide {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}
.no-sidebar .alignfull {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
}
.wp-block-embed {
	margin-bottom: 1.8em;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 0;
}
.wp-block-cover {
	margin-bottom: 1.8em;
}
.wp-block-cover-text {
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100%;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.wp-block-media-text__content {
	margin-bottom: 1.8em;
	margin-top: 1.8em;
}
.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Columns */
@media screen and (max-width: 781px) {
	.wp-block-column {
		-ms-flex-preferred-size:100% !important;
		flex-basis: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
.wp-block-column {
	margin-bottom: 2.7em;
	margin-top: 0.9em;
}
.wp-block-column > *:first-child {
	margin-top: 0;
}
.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Latest Posts */
.wp-block-latest-posts {
	border-top: solid 1px #eee;
	list-style: none;
	margin-left: 0;
	padding-top: 1em;
}
.wp-block-latest-posts li {
	border-bottom: solid 1px #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.wp-block-latest-posts a {
	text-decoration: none;
}
.wp-block-latest-posts__post-date {
	margin-top: 0.3em;
}

/* Button */
.wp-block-button a {
	color: #fff;
	text-decoration: none;
}
.wp-block-button a:hover {
	opacity: 0.9;
}
.wp-block-button__link {
	font-size: 100%;
	padding: 9px 24px;
}

/* Intro */
.intro {
	color: #777;
	font-size: 120%;
}

/* Sub Header */
.subheader {
	color: #4693f5;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.6em;
	margin-top: 0;
	text-transform: uppercase;
}
.subheader+h1,
.subheader+h2,
.subheader+h3,
.subheader+h4,
.subheader+h5,
.subheader+h6 {
	margin-top: 0;
}

/* Container */
.container-wrapper {
	background-color: #f4f5f6;
	margin-bottom: 6rem;
	margin-top: 6rem;
	padding-bottom: 20px;
	padding-top: 20px;
}
.no-sidebar .container-wrapper {
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
	padding-bottom: 6rem;
	padding-top: 6rem;
}
.container-content > *:first-child {
	margin-top: 0;
}
.container-content > *:last-child {
	margin-bottom: 0;
}
.container-content > .wp-block-columns:last-child {
	margin-bottom: -2.7em;
}
.no-sidebar .wp-block-columns + .container-wrapper {
	margin-top: 4rem;
}


/* Navigations
------------------------------------------------------------ */

/* Breadcrumb / shortcode in header.php  */
.breadcrumb {
	background: #e9e9e9;
	line-height: 1;
	padding: 16px 0;
	font-size: 0.8em;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb .fa-angle-right {
	padding: 0 20px;
}

/* Pagination */
.pagination {
	color: #777;
	font-size: 90%;
	margin-bottom: 3rem;
}
.pagination a {
	color: inherit;
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #eee;
}
.pagination a.page-numbers:hover {
	border-color: #ddd;
	color: #333;
}
.pagination .current {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 90%;
	margin-bottom: 3rem;
	margin-top: 4rem;
}
.page-links .page-numbers {
	background-color: #f4f5f6;
	border: solid 1px #ddd;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	color: inherit;
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #eee;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ddd;
	color: #333;
}

/* Post Navigation */
.post-navigation {
	margin-bottom: 3rem;
}
.post-navigation a {
	color: inherit;
	text-decoration: none;
}
.post-navigation a:hover {
	color: #111;
}
.post-navigation .nav-previous {
	margin-bottom: 3rem;
}
.post-nav-title {
	color: #999;
	font-size: 80%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		width: 48%;
		margin-bottom: 0;
	}
	.post-navigation .nav-next {
		float: right;
		width: 48%;
		text-align: right;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}




/* Widgets
------------------------------------------------------------ */

/* Base */
.sidebar-area .widget {
	color: #222;
}
.footer-widget-area .widget {
	color: #fff;
	width: 20%;
	margin-right: 6.4%;
	}
	.footer-widget-area .widget:nth-child(4n){ margin-right: 0; }

@media screen and (max-width: 797px) {
	.footer-widget-area .widget {
		width: 46%;
		margin-right: 8%;
		}
	.footer-widget-area .widget:nth-child(4n){ margin-right: 8%; }
	.footer-widget-area .widget:nth-child(2n){ margin-right: 0; }
	
	#calendar_wrap { width: 100%;}
	.widget_calendar table#wp-calendar {
		font-size: 85%;
		
	}
	}


/* Heading */
.sidebar-area h2.widget-title {
	margin-top: 0;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
	line-height: 1;
	border-bottom: 2px solid #333;
	padding: 0 0 6px 0;
	}
.footer-widget-area .widget-title {
	color: #fff;
	border-left: 3px solid #fff;
	padding-left: 10px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
	line-height: 1;
	margin-top: 0;
	text-transform: uppercase;
}

/* Link */
.widget a {
	color: inherit;
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.widget a:hover {
}
.widget .wp-calendar-nav a {
	text-decoration: none;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	margin-bottom: 0;
	list-style: circle;
	margin-left: 1em;
	}
.widget ul ul {
	margin-left: 1em;
	margin-bottom: 0.2em;
}

	.sidebar-area .widget ul li {
		margin: 0;padding: 0;
		list-style: none;
	}
	
	.sidebar-area .widget li a {
		position: relative;
		display: inline-block;
		line-height: 1.2;
		padding: 5px 0 5px 16px;
		font-size: 1.2rem;
		margin: 0;
	}
	.sidebar-area .widget li a:before {
		position: absolute;
		left: 5px;
		top: 7px;
		content: "\f0da";
		font-family: FontAwesome;
		font-size: 12px;
	}

.sidebar-area .widget.child-pages ul {
	border-bottom: 1px solid #e7e7e7;
}
.sidebar-area .widget.child-pages ul li a {
	border-top: 1px solid #e7e7e7;
	padding: 12px 0 12px 34px;
	font-size: 1.3rem;
	display: block;
	}
	.sidebar-area .widget.child-pages ul li.current_page_item a,
	.sidebar-area .widget.child-pages ul li a:hover {
		background: #f3f3f3;
	}
.sidebar-area .widget.child-pages ul li a:before {
	content: "\f105";
	left: 7px;
	top: 12px;
	font-size: 18px;
	background: #ccc;
	color: #fff;
	line-height: 1;
	padding: 2px 7px;
	border-radius: 3px;

}


/* Recent Posts */
.widget_recent_entries {
	padding: 0;
}
.widget_recent_entries li {
	font-size: 90%;
	line-height: 1.4;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
}
.widget_recent_entries li a {
	
}
.widget_recent_entries .post-date {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li {
	margin-bottom: 1.5em;
}
.widget_recent_comments li a {
	border-bottom: solid 1px #ddd;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.tagcloud a {
	background-color: #f4f5f6;
	border-radius: 3px;
	display: inline-block;
	font-size: 90% !important;
	margin-bottom: 4px;
	padding: 3px 10px;
	text-decoration: none;
	white-space: nowrap;
}
.tagcloud a:hover {
	color: #111;
}

/* Calendar */
.widget_calendar table {
	font-size: 100%;
	line-height: 30px;
	margin-bottom: 0;
	max-width: 360px;
}
.widget_calendar caption {
	text-transform: uppercase;
	font-weight: bold;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar td#today {
	background: #ffeaea;
}
.widget_calendar thead th {
	padding: 2px 0;
	background: rgba(209, 209, 209, 0.2);
	font-size: .8em;
}
.widget_calendar tbody td a {
	background-color: rgba(255, 255, 255, 1) !important;
	display: block;
	text-decoration: none !important;
}
.widget_calendar tbody td a:hover {
}
.widget_calendar tfoot td {
	border: none;
	padding-top: 10px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}
.widget_calendar .wp-calendar-nav {
	display: flex;
    justify-content: space-between;
}

/* Menu */
.widget_nav_menu li a {
	border-bottom: none;
}
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-item > a {
	color: #111;
	font-weight: 700;
}

/* RSS */
.widget_rss li {
	margin-bottom: 2em;
}
.widget_rss li a {
	border-bottom: solid 1px #ddd;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 90%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 6px;
	margin-top: 6px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 6px;
}

/* kmrb Recent Posts */
.widget_kmrb_recent_posts li {
	margin-bottom: 0;
	list-style: circle;
	margin-left: 1em;
}
.widget_kmrb_recent_posts li a {
	border-bottom: none;
	
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
}
.recent-posts-thumbnail {
	-ms-flex-negative:0;
	flex-shrink: 0;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-top: 4px;
	width: 80px;
}
.recent-posts-text .post-date {
	color: #999;
	display: block;
	font-size: 90%;
	margin-top: 6px;
	text-transform: uppercase;
}

/* kmrb Featured Posts */
.featured-widget-entry {
	background-color: #333;
	background-position: center;
	background-size: cover;
	display: block;
	height: 180px;
	margin-bottom: 15px;
}
.featured-widget-entry-overlay {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba( 0, 0, 0 ,0.4 );
	
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}
.featured-widget-entry-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.featured-widget-entry-title {
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 1.5rem;
	margin: 0;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
.featured-widget-entry-date {
	color: rgba( 255, 255, 255, 0.8 );
	font-size: 85%;
	margin-top: 12px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.5 );
}
a.featured-widget-entry {
	text-decoration: none;
}
a.featured-widget-entry .featured-title {
	transition: 0.15s;
}
a.featured-widget-entry:hover .featured-title {
	color: #fff;
}
@media screen and (min-width: 601px) and (max-width: 979px) {
	.widget_kmrb_featured_posts {
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.widget_kmrb_featured_posts .widget-title {
		width: 100%;
	}
	.featured-widget-entry {
		margin-bottom: 4%;
		margin-right: 4%;
		width: 48%;
	}
	.featured-widget-entry:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 782px) {
	.featured-widget-entry {
		margin-bottom: 15px;
	}
	.featured-widget-entry-title {
		font-size: 1.25rem;
	}
}

/* kmrb Profile */
.profilewidget-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}
.profilewidget-profile {
	-ms-flex-negative:0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 75px;
}
.profilewidget-profile img {
	border-radius: 50%;
	width: 75px;
}
.profilewidget-name {
	font-size: 110%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer */
.site-bottom {
	color: #fff;
}
.site-bottom a {
	color: #fff;
	text-decoration: none;
}

.footinfo h3 {
	color: #fff;
	font-size: 1.25rem;
	margin: 0 0 5px 0;
	font-weight: normal;
}
	.footinfo ul.info-main {
		list-style: none;
		margin: 0;
		font-size: 80%;
	}
	.footinfo ul.info-main li { margin: 0; line-height: 1; margin-bottom: 5px;}
	.footinfo ul.info-main .phone1 { padding-right: 0.5em;}
.footer-menu {
	line-height: 32px;
}
.footer-navigation ul {
	font-size: 85%;
	list-style: none;
	margin: 0 0 30px 0;
}
.footer-navigation li {
	display: inline-block;
	margin-right: 18px;
}
.footer-navigation li:last-child {
	margin-right: 0;
}
.footer-social-link {
	margin-bottom: 2rem;
}
.site-info {
	font-size: 75%;
	color: rgba(255, 255, 255, 0.64);
	clear: right;
	float: right;
	margin-top: 3px;
	text-align: right;
}
.site-copyright {
	margin: -2rem 0 2rem 0;
}
.site-credit a {
	display: block;
}
.site-credit a:first-child {
	margin-bottom: 6px;
}
.site-credit-sep {
	color: #ccc;
	display: none;
}
@media screen and (max-width: 797px) {
.site-info {
	clear: both;
	float: none;
	text-align: left;
}
.site-copyright {
	margin: 2em 0 0 0;
}

}

/* Back to Top */
.back-to-top {
	background: rgba( 0, 0, 0, 0.1 );
	border-radius: 8px;
	bottom: 20px;
	cursor: pointer;
	display: none;
	height: 45px;
	position: fixed;
	right: 20px;
	width: 45px;
	z-index: 2;
	transition: .15s ease-in-out;
}
.back-to-top:hover {
	background: #111;
}
.back-to-top:before {
	color: #999;
	content: "\f106";
	display: block;
	font: normal 22px/42px FontAwesome;
	text-align: center;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	padding-top: 12px;
	position: relative;
}
.widget_top-posts li:before {
	background-color: #f0f0f0;
	border-radius: 3px;
	color: #444;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 400;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 320px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 110%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.8em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-top: 3rem;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 2rem !important;
	margin-top: 0 !important;
	padding-top: 2rem !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
	color: #333;
	display: block !important;
	font-size: 1.2rem !important;
	float: none !important;
	letter-spacing: 0.05em;
	margin-bottom: 2rem !important;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 2rem !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 1rem;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 15px !important;
	line-height: 1.8 !important;
	margin-bottom: 12px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: inherit !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items p {
	color: #999;
	font-size: 85% !important;
	margin-bottom: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1 !important;
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 2rem;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
div.wpcf7-response-output {
	font-size: 95%;
	margin: 2em 0 1em;
	padding: 0.8em 1em;
	border: 2px solid #cf2e2e;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #00d084;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #cf2e2e;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ff6900;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fcb900;
}
span.wpcf7-not-valid-tip {
	color: #cf2e2e;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-header-clone,
	.drawer-hamburger,
	.featured-post,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	.sidebar-area,
	.footer-widget-area,
	.footer-menu,
	.back-to-top {
		display: none !important;
	}
	.main-header-content,
	.site-content {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}











/* Customizer: Main Color */
.main-navigation-wrap,
.drawer-hamburger,
.drawer-hamburger:hover,
.drawer-hamburger:focus,
.site-footer {
	background-color:#3870a1;
}
.site-bottom {
	background: rgba(0, 0, 0, 0.2);
}

	code, kbd, tt, var,
	th,
	pre,
	.author-profile,
	.pagination .current,
	.page-links .page-numbers,
	.tagcloud a,
	.widget_calendar tbody td a,
	.container-wrapper{
		background-color: #f2f3f5;
	}
