/*!
Theme Name: Inaba v2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inaba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Inaba is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	color: #f08300;
	font-size: 30px;
	text-align: center;
}

h2 {
	color: #f08300;
	font-size: 24px;
	text-align: center;
}

.post-6 h2 {
	font-size: 30px;
}

.post-6 h2,
.post-11 h1,
.post-13 h1,
.post-15 h1,
.post-17 h1,
.post-19 h1,
.post-21 h1 {
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center top;
	height: 100px;
	padding: 70px 0 0 0;
}

.post-6 h2 { background-image: url(img/h2dog.png);}
.post-11 h1 {	background-image: url(img/h1cat.png);}
.post-13 h1 {	background-image: url(img/h1bird.png);}
.post-15 h1 {	background-image: url(img/h1rabbit.png);}
.post-17 h1 {	background-image: url(img/h1dog.png);}
.post-19 h1 {	background-image: url(img/h1ham.png);}
.post-21 h1 {	background-image: url(img/h1hari.png);}

.blog .entry-title,
.blog .widget-title,
.single .entry-title {
  padding: 0;
  background: none;
  height: auto;
}

.blog .entry-title,
.blog .widget-title,
.single .entry-title,
.single .widget-title,
.single .comment-reply-title {
  text-align: left;
}

.page .entry-content h2,
.blog .widget-title,
.single .widget-title {
	color: #404040;
}

.post-thumbnail {
	display: none;
}

.blog .entry-content {
	margin: 0;
	overflow: hidden;
}

.single .entry-content h2,
.single .entry-content h3 {
	color: #404040;
  text-align: left;
}

.single .entry-content h2 {
  font-size: 24px;
  background: none;
  padding: 0;
  height: auto;
}

.single .entry-content h3 {
	font-size: 20px;
}

.page-id-6 .entry-header h1 {
	display: none;
}

.page-id-6 .entry-content h2 {
	color: #f08300;
	padding: 70px 0;
}

.page-id-6 h3 {
	color: #f08300;
	font-size: 24px;
	text-align: center;
}

.page-id-13 .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    display: inline-block;
}

.page-id-13 .entry-content {
    text-align: center;
}

.page-id-13 .entry-content ul {
    text-align: left;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 0.9375rem;
	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;
	font-size: 0.9375rem;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

ul, ol {
	margin: 0 0 1.5em -0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

body {
	background: url(img/bg.jpg) center -800px no-repeat #fff;
	/* Fallback for when there is no custom background color defined. */
}

.page .widget-area {
	display: none;
}

.site {
	width: 1040px;
  margin: 0 auto 100px;
}

.site-header {
	text-align: center;
	padding: 90px 0 0;
}

.site-branding img {
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.1));
}

.site-header .infomation,
.footer-content .information dl {
  width: 250px;
}

.site-header .infomation {
	position: absolute;
  top: 20px;
  right: 30px;
  font-size: 83%;
	filter: drop-shadow(0px 2px 0px rgba(255,255,255,1));
}

.site-header .infomation p {
	margin: 0;
}

.footer-content .information p {
  margin: 1em 0 0 0;
}

.site-header .infomation dl {
	margin: 0;
}

.footer-content .information dl {
	margin: 0;
}

.site-header .infomation dl dt,
.site-header .infomation dl dd,
.footer-content .information dl dt,
.footer-content .information dl dd {
	display: inline-block;
	font-weight: normal;
}

.site-header .infomation dl dd.infomation_tel,
.footer-content .information dl dd.infomation_tel {
	font-size: 145%;
}

.site-header .infomation dl dd,
.footer-content .information dl dd {
	margin: 0 0 5px 15px;
	text-align: right;
}

.site-header .infomation i,
.footer-content .information i {
	margin: 0 5px 0 0;
}

.site-footer {
	background: url(img/bg.jpg) center top no-repeat #fff;
	padding: 100px 0 0 0;
}

.footer-content {
	background: url(img/bg_animals.png) right bottom no-repeat transparent;
	width: 1040px;
	margin: 0 auto;
	font-size: 83%;
	padding: 0 0 100px 0;
}

.footer-content .alignleft,
.footer-content .alignright {
	width: 233px;
	margin: 0;
}

.footer-content .alignleft img,
.footer-content .alignright img {
	margin: 0 0 1em 0;
}

.site-info {
	background: #cc9933;
	font-size: 80%;
	text-align: center;
	padding: 30px 0;
}

.site-info ul {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0 2em;
}

.site-info ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.site-info p {
	color: #fff;
}

.site-info p {
	margin: 0;
}

.home #breadcrumb {
	display: none;
}

#breadcrumb {
	font-size: 80%;
}

#breadcrumb ul {
	list-style-type: none;
	margin-left: -3em;
}

#breadcrumb ul li {
	display: inline-block;
}

#breadcrumb ul li:after{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	padding: 0 7px;
	color: gray;
	font-weight: 900;
}

#breadcrumb ul li:last-child:after{
  content: '';
}

.scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 0;
	background-color: #0068b7;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	color: #fff;
	font-size: 100%;
}
.scroll-top:hover {
	cursor: pointer;
}

.post-6 .entry-content img {
	-webkit-transform: rotate(-5deg); /* chrome、safari*/
	-moz-transform: rotate(-10deg); /* firefox*/
	margin: 0 0 20px 20px;
}

.page-id-6 .infolist,
.footer-content .information {
	float: left;
	width: 490px;
}

.footer-content .information img.time {
	width: 300px;
}

.entry-content .left {
	float: left;
	width: 350px;
}

.page-id-6 .infolist ul {
	margin-bottom: 0.5em;
	margin-left: -2em;
  list-style-type: none;
}

.page-id-6 .infolist ul li {
  padding: 0.5em 0 0 0;
}

.page-id-6 .infolist ul li,
.blog article,
.single article {
	border-bottom: 1px solid #999;
}

.entry-date {
  color: #999;
	font-size: 80%;
}

.page-id-6 .infolist ul li p {
    margin: 0.5em 0;
}

.page-id-6 .infolist ul li a, .page-id-6 .infolist ul li span {
	display: block;
}

.page-id-6 .infolist p.alignright {
	margin: 0;
}

.page-id-15 .entry-content .clear {
	margin: 0 0 1em 0;
}

.page-id-15 .left img {
	border-radius: 50%;
	width: 350px;
}

.entry-content h2 i {
	margin-right: 7px;
}

.page-id-6 .facebook,
.footer-content .banner {
	float: right;
	width: 490px;
}

.entry-content .right {
	float: right;
	width: 630px;
}

.fb_page_plugin {
  width: 490px;
}

.blog .content-area,
.single .content-area,
.archive .content-area {
	float: left;
	width: 650px;
}

.blog .widget-area,
.single .widget-area,
.archive .widget-area {
	float: right;
	width: 350px;
}

.blog .widget-area ul,
.single .widget-area ul,
.archive .widget-area ul {
  margin-left: -1.5em;
  list-style-type: none;
}

.blog .widget-area ul li,
.single .widget-area ul li,
.archive .widget-area ul li {
  margin: 0 0 10px 0;
}

.share ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

.share ul:after {
  display: block;
  clear: both;
  content: '';
}

.share li {
  float: left;
  width: 25%;
  margin: 0 5px 0 0;
}

.share li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
	border-radius: 10px;
}

.share li a:hover {
  opacity: .8;
}

.share li a:visited {
  color: #fff;
}

.tweet a {
  background-color: #55acee;
}

.facebook a {
  background-color: #315096;
}

@media only screen and (min-width: 37.5em) and (max-width:1024px) {
	.site {
		width: 100%;
		padding: 0 1em;
	}
	.post-6 .entry-content img {
    margin: 0 0 20px 10px;
	}
	.site-header .infomation {
    top: 1em;
    right: 1em;
	}
	.page-id-6 .infolist, .footer-content .information {
    width: 49%;
	}
	.page-id-6 .facebook, .footer-content .banner {
    width: 49%;
	}
	.fb_page_plugin {
    width: 100%;
	}
	.footer-content {
    width: 100%;
    margin: 0;
    padding: 0 1em 100px;
	}
	.footer-content .alignleft, .footer-content .alignright {
    width: auto;
    margin: 0 1.5em;
	}
	.blog .content-area, .single .content-area, .archive .content-area {
    width: 65%;
	}
	.blog .widget-area, .single .widget-area, .archive .widget-area {
    width: 34%;
	}
	.entry-content .left {
    width: 49%;
	}
	.entry-content .right {
    width: 49%;
	}
}
/*追加↓*/
@media screen and (min-width: 37.5em) and (max-width: 1600px) {
	.site-header .infomation {
    position: relative;
    margin: 1em auto 0;
    top: unset;
    right: unset;
	width: 100%;
	}
	.site-header .infomation img{
		width: 280px;
	}
}
/*追加↑*/

@media screen and (max-width: 37.5em) {
	.site,
	.page-id-6 .infolist,
	.page-id-6 .facebook,
	.site-header .infomation,
	.footer-content .information,
	.footer-content .banner,
	.fb_page_plugin,
	.footer-content,
	.blog .content-area,
	.single .content-area,
	.archive .content-area,
	.blog .widget-area,
	.single .widget-area,
	.archive .widget-area,
	.entry-content .left,
	.entry-content .right {
	  width: 100%;
	}

	.site {
	  padding: 0 1em;
	}

	.footer-content {
    padding: 0 1em 180px;
    background-size: 80%;
	}

	.site-header .infomation {
		position: relative;
    margin: 1em auto 0;
    top: unset;
    right: unset;
	}

	.post-6 .entry-content img {
		float: none;
		margin-left: 0;
	}

	.footer-content .information {
		margin: 0 0 2em 0;
	}

	.footer-content .alignleft,
	.footer-content .alignright,
	.entry-content .left,
	.entry-content .right {
		float: none;
	}

	.footer-content .banner {
    text-align: center;
	}

	.share li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3px;
	}
	.share li i {
		font-size: 1.3em;
		padding-top: 3px;
	}
	.share li span {
		display: none;
	}

}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 10px;
	background: #0068b7;
	color: #fff;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #0078ce;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #0078ce;
}

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: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0068b7;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}

a:visited {
	color: #0068b7;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

.site-header .infomation dl dd.infomation_tel a,
.site-header .infomation dl dd.infomation_tel a:visited,
.footer-content .information dl dd.infomation_tel a,
.footer-content .information dl dd.infomation_tel a:visited {
	color: #404040;
	text-decoration: none;
}

.site-info ul li a {
	color: #fff;
	text-decoration: underline;
}

.site-info ul li a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 50px 0 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: white;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 254px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  margin: 0 5px 0 0;
  padding: 0px 19px;
	border-radius: 10px;
}

.main-navigation a:hover, .main-navigation a:active {
	background: #0068b7;
	color: #fff;
}

.main-navigation li.current-menu-item a {
	background: #0068b7;
	color: #fff;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 37.5em) {
	@keyframes RightToLeft {
		0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
	}
	100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
	}
}
	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		width: auto;
		padding: 0;
		z-index: 1;
	}
	button.menu-toggle {
		border: none;
		background: transparent;
		color: #0068b7;
		font-size: 130%;
	}
	.main-navigation.toggled {
		background: #fff;
    padding: 0 1em;
		width: 100%;
		height: 100%;
		animation-name: RightToLeft;
		animation-duration: 0.5s;
	}
	.main-navigation.toggled .menu-toggle i:before {
		content: "";
	}
	.main-navigation.toggled li {
    float: none;
		margin: .5em 0;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# 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,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.site-content,
.entry-summary {
	margin: 4.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

/* プラグインのトップスクロールボタン非表示 */
#page_top.page_top_btn {
	display: none;
}
