@charset "UTF-8";
/*
Theme Name: Scaffold edited for YKbr
Theme URI: 
Author: DannyCooper and edited by me
Author URI: 
Description: Scaffold is a lightweight starter theme built using core WordPress functions. It doesn't use any frameworks or libraries, this makes it fast, simple and easy to customize! The clean, fast, standards-compliant code ensures Scaffold is Search Engine Optimized (SEO). WPML-compatible.
Version: 1.3.1
License: GNU General Public License v2 or later
Text Domain: 
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog, e-commerce
GitHub Theme URI: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.4em;
	margin: 0.67em 0;
	background-color: #D3E0D7;/*#54806a;#6E8894;*/
	color: #444;
	padding: 0.5em 1em;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #fff;
	box-shadow: 7px 7px 0 #eef5f7;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	color: #303135;
	font-family: Georgia;
	font-size: 16px;
	line-height: 2.0;
	overflow-wrap: break-word;
}

nav,
label,
input {
	font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: sans-serif;*/
	line-height: 1.8;
}

p {
	margin: 0 0 1.5em;
	color: #555;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 2em
}

.comments-area ol {
	list-style: none;
	padding: 0
}

ul {
	list-style: square;
	margin-left: 1.5em;
}

ol {
	list-style: decimal;
}
ol li {
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: bottom;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	font-family: sans-serif;
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 14px;
}

table th {
	border-bottom: 2px solid;
	padding: 10px;
	text-align: left
}

table td {
	padding: 10px 10px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	font-size: 14px;
	color: #9e9e9e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background-color: #e6e6e6;
	padding: 8px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	max-width: 100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #54806a:/*#253e80;*/
}

a:link,
a:visited,
a:hover,
a:active {
	color: #54806a;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.sidebar-1 a {
	text-decoration: none
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.wrapper:after,
.navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.wrapper {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.site-content {
	padding-bottom: 25px
}

.page-template-full-width .content-area,
.post-template-full-width .content-area {
	width: 100%;
}

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

.site-header {
	padding: 0;
}

.site-title {
	margin: 0;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.2;
	background-color: rgba(255,255,255,0)!important;
	padding-bottom: 2em;
}

.site-title a {
	text-decoration: none;
	color: #54806a;
}

.site-description {
	color: #8e8e8e;
	margin: 0
}

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
	background-color: #54806a;
	font-size: 14px;
	margin-bottom: 50px
}

.menu-1 {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-1 li {
	float: left;
	position: relative;
}

/* Align the navigation with the rest of the content. */
.menu-1 .nav-menu > li:first-child {
	margin-left: -20px
}

.menu-1 a {
	display: block;
	text-decoration: none;
}

.menu-1 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.menu-1 ul ul ul {
	left: -999em;
	top: 0;
}

.menu-1 ul ul a {
	width: 200px;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-1 ul ul li {
	background-color: #182b5f;
}

.menu-1 li:hover,
.menu-1 li.focus {
	background-color: #182b5f
}

.menu-1 ul li:hover > ul,
.menu-1 ul li.focus > ul {
	left: auto;
}

.menu-1 ul ul li:hover > ul,
.menu-1 ul ul li.focus > ul {
	left: 100%;
}

.menu-1 a {
	padding: 20px;
	color: rgba(255, 255, 255, 0.8);
}

.menu-1 .sub-menu li:hover {
	background-color: #0c1a40
}

.menu-1 li.page_item_has_children > a:after,
.menu-1 li.menu-item-has-children > a:after {
	content: '\25bc';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
	opacity: .75
}
.menu-1 li li.page_item_has_children > a:after,
.menu-1 li li.menu-item-has-children > a:after {
	content: '\25b6';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
	opacity: .75
}

/* Small menu. */
.menu-toggle {
	display: none
}

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

.content-area {
	width: calc(100% - 340px);
	float: left;
}

.post-thumbnail {
	margin: 0.85em 0; 
}

.entry-header {
	margin-bottom: 16px
}

.entry-title {
	font-size: 1.3em;
    margin: 0.67em 0;
}

.entry-title a {
	text-decoration: none;
	color: black;
}

.entry-meta {
	font-size: 14px;
	color: #929292
}
.entry-meta a {
	color: #929292;
	text-decoration: none
}

.edit-link {
	float: right;
}

.page .edit-link {
	float: none;
}

.entry-footer {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	margin: 0 0 50px;
}

.entry-footer span {
	display: block;
}
.entry-footer a {
	text-decoration: none;
	color: #303135
}

.comments-closed .entry-footer {
	margin-bottom: 0;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.blog .hentry {
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

.archive-header {
	margin-bottom: 25px;
}

.archive-header .archive-title {
	font-size: 16px
}

.archive-header .archive-description {
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
}

.archive .post {
	margin-bottom: 50px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 26px;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-navigation,
.posts-navigation {
	margin-bottom: 25px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a  {
	font-weight: bold
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-body {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-area ul.children {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body  {
	padding: 0 0 25px 0;
	margin: 25px 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 16px
}

.comment-meta a {
	text-decoration: none
}
.comment-author a {
	color: #303135;
	text-decoration: none;
	font-weight: bold;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-author cite {
	font-style: normal;
	color: #303135;
	font-weight: bold
}

.comment-metadata a {
	color: gray;
	font-size: 14px;

}

.logged-in-as a {
	text-decoration: none;
	color: gray;
	font-size: 14px
}

.comment-reply-link {
	text-decoration: none
}

#cancel-comment-reply-link {
	text-decoration: none;
	color: #bb0404;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.comment-respond input {
	width: 100%;
}

.comment-form-author {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}
.comment-form-email {
	width: 47.5%;
	float: left;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-1 {
	width: 300px;
	float: right;
	font-size: 14px;
	margin: 1em 0;
	padding: 1.3em;
	border-radius: 4px;
	border: solid 1px #ddd;
}

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

.widget {
	margin: 0 0 25px;
}

.widget-title {
	margin-top: 0;
	margin-bottom: .5em
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget li {
	margin: 0 0 0.5em 0;
	line-height: 1.4;
}

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

.site-footer .site-info {
	border-top: 0 solid #ccc;
	padding: 3em 0 2em 0;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

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

	#site-menu {
		display: none;
	}

	.menu-1 {
		background: none
	}

	.menu-1 a {
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}

	.menu-toggle {
		color: white;
		margin: 0 auto;
		width: 100%;
    border: 0;
    border-radius: 0;
	}

	.toggled .menu-toggle {
		color: white;
		margin: 0 auto
	}

	/* Small menu. */
	.menu-toggle,
	.menu-1.toggled #site-menu {
		display: block;
	}

	.menu-1 li {
		float: none;
	  width: 100%;
	}

	.menu-1 ul ul {
		position: relative;
		float: none;
		left: auto;
		display: none
	}

	.menu-1 ul li:hover > ul,
	.menu-1 ul li.focus > ul {
		display: block;
	}

	.menu-1 ul ul a {
		width: 100%;
	}

	.menu-1 ul ul ul {
		left: auto
	}

	.menu-1 ul ul li:hover > ul,
	.menu-1 ul ul li.focus > ul {
		left: auto;
	}

}

@media screen and (max-width: 1040px) {
	.site-content,
	.content-area,
	.sidebar-1 {
		width: 100%;
		float: none
	}

	.site-content,
	.site-info {
		padding: 0;
	}

	.menu-1 .nav-menu > li:first-child {
	  margin-left: 0;
	}
}

/*--------------------------------------------------------------
# original
--------------------------------------------------------------*/
* {font-family: Helvetica,Arial,"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;}
.clearfix:after{
	 content:"";
	 display:block;
	 clear:both;
}
ul {
	margin-block-start: 0;
    margin-block-end: 0;
	padding-inline-start: 0;
}
li {
	margin-top: 1em;
	margin-bottom: 1em;
}
h2 {
	padding: 0.5em 1em;
	color: #444;
	border-radius: 3px;
	background: #f4f4f4;
	border: solid 1px #e4e4e4;
	border-width: 0 1px 1px 0;
	box-shadow: 5px 5px 0 #ddd;
}
.bold {font-weight: bold;}

.left {float:left!important;}
.right {float:right!important;}
.center {margin-left: auto;margin-right: auto;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.hide {display: none;}
.shadow1 img, img.shadow1 {box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);}
.shadow2 {box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);}
/* font */
.font11em {font-size: 1.1em;}
.font12em {font-size: 1.2em;}
.font13em {font-size: 1.3em;}
.font14em {font-size: 1.4em;}
.font15em {font-size: 1.5em;}
.font20em {font-size: 2.0em;}
.font30em {font-size: 3.0em;}
/* wrapper */
.site-wrapper {
	margin: 0 auto;
	border-top: solid 2.2em #54807c;
	background: #fff;/*#fffdf9;*/
}
.wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1em;
	padding-left: 1em;
}
.wrapper2 {
	max-width: 3840px;
	margin-left: auto;
	margin-right: auto;
}

/* header footer */
.logo-box {
	background-color: rgba(255,255,255,0);
	font-size: 1.3em;
	margin: -2em auto 1.2em auto;
	color: #000;
	padding: 0 1em;
	box-shadow: 0 0 0;}
.logo-box a {text-decoration: none;}
.logo-home {
	width: 135px;
	max-width: 20%;
	margin: 1.8em 0 1.8em 0;
	vertical-align: middle;
}
.logo-home-text {
	width: 610px;
	max-width: 70%;
	margin: 0 0 0 1.3em;
	vertical-align: middle;
}
.logo-not-home {
	width: 120px;
	max-width: 25%;
	margin: 2em auto 1em auto;
}
.logo-footer {
	width: 240px;
	max-width: 100%;
	background-color: #fff;
	margin-bottom: 1em;
}
.copy {
	width: 100%;
	margin-bottom: 2em;
	font-size: 12px;
	text-align: center;
}
.site-branding {
	border-top: solid 0 #d3e0d7;
}
.site-footer {
	background: #54807c;
	color: #fff;
	border-top: 2em solid #d3e0d7;
}

/* navigation */
.navi1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2em 0;
	padding: 0;
}
.navi1 li {
	width: 20%;
	text-align: center;
	list-style-type: none;
	border-left: solid 1px #aaa;
	margin: 0;
}
.navi1 li:last-child {
	border-right: solid 1px #aaa;
}
.navi1 li a {
	display: block;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 1em 0 1em 0;
	transition: background 0.2s;
	line-height: 1.8;
}
.navi1 li a:hover {
	background-color: rgba(0,0,0,0.02);
	color: #000;
}
.navi1 li a img {
	max-width: 40px;
	margin: 0 0 1em 0;
}
.navi2 li {
	margin: 0;
}
.navi2 li a img {
	max-width: 40px;
	margin: 0 0 0.5em 0;
}
.page-id-2 .navi-1, .page-id-7 .navi-2, .page-id-9 .navi-3, .page-id-11 .navi-4, .parent-pageid-9 .navi-3, .parent-pageid-11 .navi-4 {
	background-color: rgba(0,0,0,0.02);
}
/*********************** ハンバーガーメニュー ****************************/
#ham-menu {
	background-color: #fff; /*メニュー背景色*/
	opacity: 1;
	box-sizing: border-box;
	height: 100%;
	padding: 0 0 0 0; /*メニュー内左右上下余白*/
	position: fixed;
	right: -260px; /*メニュー横幅 width と合わせる*/
	top: 0;
	transition: transform 0.3s ease-out 0s; /*0.3s はアニメーションにかかる時間*/
	width: 260px; /*メニュー横幅*/
	z-index: 9999;
	font-size: 16px;
	overflow: auto;}
#ham-menu ul {
	margin-left: 0;
	padding-left: 0;
}
#ham-menu ul>ul {
	padding-left: 1em;
}
#ham-menu li {
	list-style-type: none;}
#ham-menu li a {
	display: block;
	padding: 0.7em 0.8em;
	border-bottom: 1px solid #eee;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 0.3s;}
#ham-menu li:first-child {
	border-top: 1px solid #eee;}
#ham-menu li a:hover {
	color: #fff;
	background: #54806a;}
#ham-menu li a.selected {
	background: #444;
	color: #fff;}
#menu-background {
	background-color: #000; /*黒背景*/
	display: block;
	height: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	width: 100%;
	z-index: -100;}

#menu-icon {
	cursor: pointer;
	display: ;
	text-align: center;
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	z-index: 9999;
	position: fixed;
	background:#54806a;
	z-index:100;
	bottom: 2em;
	border-radius:5px 0 0 5px;
	opacity: 0.7;
	text-shadow: /*1px 1px 5px rgba(255, 255, 255, 1), -1px -1px 5px rgba(255, 255, 255, 1)*/;
	box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.3);
	right: 0;
	color:#fff;
	text-decoration:none;
	line-height:0.2;
	width: ;
	padding:6px;
	font-size: 34px;}

#menu-cb {
	display: none!important; /*チェックボックス本体は消しておく*/}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
	transform: translate(-260px); /*メニュー本体横幅 width と合わせる*/}
#menu-cb:checked ~ #menu-icon {
	display: none;}
#menu-cb:checked ~ #menu-background {
	opacity: 0.5;
	z-index: 9999;}

/************************************** margin padding **********/

.pbox1px {padding: 1px!important;}
.pbox05em {padding: 0.5em!important;}
.pbox1em {padding: 1em!important;}
.pbox2em {padding: 2em!important;}
.pbox3em {padding: 3em!important;}
.pbox4em {padding: 4em!important;}
.pbox5em {padding: 5em!important;}
.pbox6em {padding: 6em!important;}

.mt05em {margin-top:0.5em!important;}
.mt1em {margin-top:1em!important;}
.mt2em {margin-top:2em!important;}
.mt3em {margin-top:3em!important;}
.mt4em {margin-top:4em!important;}
.mt5em {margin-top:5em!important;}
.mt6em {margin-top:6em!important;}
.mt7em {margin-top:7em!important;}
.mt8em {margin-top:8em!important;}
.mt9em {margin-top:9em!important;}

.mr1em {margin-right:1em!important;}
.mr2em {margin-right:2em!important;}
.mr3em {margin-right:3em!important;}
.mr4em {margin-right:4em!important;}
.mr5em {margin-right:5em!important;}
.mr6em {margin-right:6em!important;}
.mr7em {margin-right:7em!important;}
.mr8em {margin-right:8em!important;}
.mr9em {margin-right:9em!important;}

.mb0 {margin-bottom:0!important;}
.mb05em {margin-bottom:0.5em!important;}
.mb1em {margin-bottom:1em!important;}
.mb2em {margin-bottom:2em!important;}
.mb3em {margin-bottom:3em!important;}
.mb4em {margin-bottom:4em!important;}
.mb5em {margin-bottom:5em!important;}
.mb6em {margin-bottom:6em!important;}
.mb7em {margin-bottom:7em!important;}
.mb8em {margin-bottom:8em!important;}
.mb9em {margin-bottom:9em!important;}

.ml1em {margin-left:1em!important;}
.ml2em {margin-left:2em!important;}
.ml3em {margin-left:3em!important;}
.ml4em {margin-left:4em!important;}
.ml5em {margin-left:5em!important;}
.ml6em {margin-left:6em!important;}
.ml7em {margin-left:7em!important;}
.ml8em {margin-left:8em!important;}
.ml9em {margin-left:9em!important;}

.pt05em {padding-top:0.5em!important;}
.pt1em {padding-top:1em!important;}
.pt2em {padding-top:2em!important;}
.pt3em {padding-top:3em!important;}
.pt4em {padding-top:4em!important;}
.pt5em {padding-top:5em!important;}
.pt6em {padding-top:6em!important;}
.pt7em {padding-top:7em!important;}
.pt8em {padding-top:8em!important;}
.pt9em {padding-top:9em!important;}

.pr1em {padding-right:1em!important;}
.pr2em {padding-right:2em!important;}
.pr3em {padding-right:3em!important;}
.pr4em {padding-right:4em!important;}
.pr5em {padding-right:5em!important;}
.pr6em {padding-right:6em!important;}
.pr7em {padding-right:7em!important;}
.pr8em {padding-right:8em!important;}
.pr9em {padding-right:9em!important;}

.pb0 {padding-bottom:0!important;}
.pb05em {padding-bottom:0.5em!important;}
.pb1em {padding-bottom:1em!important;}
.pb2em {padding-bottom:2em!important;}
.pb3em {padding-bottom:3em!important;}
.pb4em {padding-bottom:4em!important;}
.pb5em {padding-bottom:5em!important;}
.pb6em {padding-bottom:6em!important;}
.pb7em {padding-bottom:7em!important;}
.pb8em {padding-bottom:8em!important;}
.pb9em {padding-bottom:9em!important;}

.pl1em {padding-left:1em!important;}
.pl2em {padding-left:2em!important;}
.pl3em {padding-left:3em!important;}
.pl4em {padding-left:4em!important;}
.pl5em {padding-left:5em!important;}
.pl6em {padding-left:6em!important;}
.pl7em {padding-left:7em!important;}
.pl8em {padding-left:8em!important;}
.pl9em {padding-left:9em!important;}

/* other */
#page-top {
	position: fixed;
	background:#54807c;
	z-index:100;
	text-align:center;
	border-radius: 5px 0 0 5px;
	opacity: 0.7;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.5);
	bottom: 2em;
	right: 0;}
#page-top a {
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:1;
	width: 2em;
	padding:6px;
	font-size: 21px;}
#google_language_translator {
	position: absolute;
	right: 3px;
	top: 0;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_details {
	display: none;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	padding: 0!important;
}
#ez-toc-container ul li {
    text-indent: -0.7em;
    padding-left: 2em;
	font-size: 0.9em;
}
#ez-toc-container a.ez-toc-toggle {
    color: #888;
}
.ez-toc-btn-default {
	background-image: linear-gradient(to bottom,#eee 0,#e0e0e0 100%);}
.breadcrumbs {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
}
.wpsisac-slick-carousal-wrp {
	margin-bottom: 3em;
}
.wpsisac-slick-carousal .wpsisac-image-slide {
	margin: 0 0 0 0;
}
.wpsisac-slick-carousal.design-6 {
    margin-bottom: 0;
}
.table1 th, .table1 td {
	border: 0;
	padding: 0.1em 1em;
}
.table1 td {
	text-align: right;
	background :#fff;
}
.table1 th {
	background: #f7f7f7;
}
.table1 tr {
	border-bottom: solid 1px #ddd;
}
.table2 th, .table2 td {
	padding: 0.5em 1em;
	vertical-align: top;
}
.table2 td:first-child {
	width: 6em;
	font-weight: bold;}
.table2 tr {
	border-bottom: dashed 1px #ddd;
}
.table2 tr:last-child {
	border-bottom: dashed 0px #ddd;
}
.table2 table {
	background: #fff;
	font-size: 0.9em;
	margin: 0;}
.table3 {border-collapse: collapse;}
.table3 td {
	border: solid 1px #ddd;
	padding: 0.2em 0.5em;
	line-height: 1.2;
	vertical-align: top;
}
.toppage-newsbox {
	padding: 0.01em 2em 1em 2em;
	border-radius: 4px;
}
.toppage-news {
	margin-left: 0;
	font-size: 0.9em;
}
.wp-block-latest-posts__post-date {
    font-size: 1em;
}
.toppage-news li a {
    display: block;
    width: calc(100% - 8em);
    float: right;
	margin-bottom: 0.8em;
}
.wp-block-gallery img {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background-color: #ddd;
}
.button1 {
	position: relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: #fff;
	font-weight: bold;
	transition: opacity 0.3s;
	border-radius: 7px;
	overflow: hidden;
}
.button1:hover {
	opacity: 0.7;
	top: -1px;
}
.button1 a {
	text-decoration: none;
}
.wp-block-coblocks-accordion-item__title {
	cursor: pointer;
	transition: opacity 0.3s;
}
.wp-block-coblocks-accordion-item__title:hover {
	opacity: 0.8;
}
.link-block {
	background: #54807C;
	padding: 1.5em;
	color: #fff;
	border-radius: 0.8em;
}
.link-block .wp-block-columns {
	margin: 0.5em 0;
}
.link-block ul {
	margin: 0 0 0 2em;
	padding: 0;
}
.link-block li {
	margin: 0.5em 0;
	line-height: 1.4;
}
.link-block li a {
	color: #fff;
	text-decoration: none;
}
.addtoany_list {
	float: right;
}
.addtoany_list a, .widget .addtoany_list a {
	padding-bottom: 1em!important;
}
.ul1 {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.ul1 li {
	padding: 1em 0 1em 1.5em;
	margin: 0;
	border-bottom: dashed 1px #ddd;
	text-indent: -1em;
	font-size: 1.2em;
	font-weight: bold;
}
/********************************************* l */
@media screen and (max-width: 1100px) {
	.navi1 li a {
		font-size: 1.4vw;
	}	
}

/********************************************* m */
@media screen and (max-width: 840px) {
	.navi1 li a {
		font-size: 1.6vw;
	}	
}

/********************************************* s */
@media screen and (max-width: 640px) {
	.s-center {float:none!important;margin-left:auto;margin-right: auto;}
	.s-text-center {text-align: center;}
	.s-hide {display: none;}
	.s-show {display: block;}
	.s1-1 {width: 100%;}
	.addtoany_list {float:none!important;margin-left:auto;margin-right: auto;}
	.navi1 li {
		width: 100%;
		border: 0;
		border-top: solid 1px #ddd;
	}
	.navi1 li:last-child {
		border-right: 0;
		border-bottom: solid 1px #ddd;
	}
	.navi1 li a {
		text-align: left;
		font-size: 3vw;
	}
	.navi1 li a br {
		display: none;
	}
	.navi1 li a img {
		max-width: 40px;
		margin: 0 1em 0;
	}
	.site-title {
		font-size: 5vw;
	}
}

/********************************************* xs */
@media screen and (max-width: 480px) {
	body {
		font-size: 3.3vw;
	}
	table {
		font-size: 3.3vw;
	}
	.navi1 li a {
		font-size: 3.8vw;
	}
	.navi1 li a img {
		max-width: 8vw;
	}
	.site-footer .site-info {
		font-size: 3.6vw;
	}
	.sidebar-1 {
		font-size: 3.3vw;
	}
}