@charset "utf-8";
/*!
Theme Name: akinyan
Theme URI: http://underscores.me/
Author: azxy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guillemets
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.

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

/*----------------------------------------*/
/* icons */
/*----------------------------------------*/
a.pdf { padding-right:30px;margin-right:5px;background : url(/img/icon/pdf_s.gif) no-repeat right center;}
a.doc { padding-right:30px;margin-right:5px;background : url(/img/icon/ms-word_s.gif) no-repeat right center;}
a.xls { padding-right:30px;margin-right:5px;background : url(/img/icon/ms-excel_s.gif) no-repeat right center;}
a.zip { padding-right:30px;margin-right:5px;background : url(/img/icon/zip_s.gif) no-repeat right center;}
/*  ************************************************************/

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

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

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

body {
	margin: 0;
	padding: 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 0 0.67em;
}

/* 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;
	outline: none;
}

/**
 * 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;
}
/* clearfix
	 ========================================================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------------------------------------
######################################
# Typography
######################################
--------------------------------------------------------------*/
body {
/*	background: #f8f8f9; */
	background: #fdfdfd;
/*	f8eeee */
/*	color: #665c5c; */
	color: #665c5c;
	font-family:"Times New Roman", Times, "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.66;
}

.entry-content {
	font-family:"Times New Roman", Times, "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.mincho {
	font-family:"Times New Roman", Times, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/** home **/
body#front-page {
/*	background: #f7f7f6; */
	background: #fdfdfd;
}


button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.66;
}

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

h2 {
	font-size:1.4em
}

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

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

ul, ol {
	margin: 0;
	padding:0;
	list-style: none;
}


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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 1em;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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 {
	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: 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%;
}


/*--------------------------------------------------------------
# newsletter btn
--------------------------------------------------------------*/

.btn-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  border: solid 1px #67c5ff;
  border-radius: 4px;
  transition: .4s;
  background: #67c5ff;
  color: white !important;
margin:0 0 2em;
}

.btn-border:hover {
  background: #0ff;
  color: #000 !important;
}

.btn-border2 {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  border: solid 1px #67c5ff;
  border-radius: 4px;
  transition: .4s;
  background: #dff;
  color: #000;
margin:2em 0 ;
}

.btn-border2:hover {
  background: #67c5ff;
  color: #fff;
}


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

ul#menu-global,
ul#menu-social_navi,
ul.bogo-language-switcher {
	padding-left:0;
}
/* test*/
ul#menu-social_navi {
	display:block;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #444;
	text-decoration:none;
}

a:visited {
	color: #847e7a;
}

a:hover {
	color: #09F;
}
a:focus, a:active {
	color: #847e7a;
}


a:focus {
	outline: thin dotted;
}

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

/* home */


.current-menu-item a {
	color:#3CF;
}

/* img efect */
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
img {
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
a:hover {
	opacity:1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
		@-webkit-keyframes flash {
			0% {
				opacity: .4;
			}
			100% {
				opacity: 1;
			}
		}
		@keyframes flash {
			0% {
				opacity: .4;
			}
			100% {
				opacity: 1;
			}
		}


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


/*--------------------------------------------------------------
## 記号
--------------------------------------------------------------*/

.boxborder {
	text-align:left;
	margin:1em 0;
	padding:1em 1.5em;
	border:1px solid #333;
border-radius: 25px;
}

.boxborder-fit {
	text-align:left;
	margin:1em 0;
	padding:1em 1.5em;
	border:1px solid #aaa;
border-radius: 0px;
width: fit-content;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

logo_g {
	float:left;
}
.logo_s {
	float:left;
	margin:80px 0px 0px 125px;
  filter: drop-shadow(1px 1px 2px #ddd);
}

#logos:after {
	clear:both;
}



/* home */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
margin: 0 auto;
	width: 100%;
	max-width: 720px;
	text-align:center;
}
.site-info {
	font-family:"Times New Roman", Times, serif;
	color:#aaa;

}
.site-info a{color:#aaa;
}
.site-info a:hover{color:#333;
}



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

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

.secondary li {
	line-height:1.8;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	display:list-item;
}

li ul.sub-menu {
	display:none;
}
li.current-menu-parent ul.sub-menu li,
li.current-menu-item ul.sub-menu li{
	display:block !important;
}
/**note**/
.search-form {
	display:none;
}
.post-template-default .search-form,
.blog .search-form {
	display:block;
}

.search-form {
	margin: 10px auto 0 0;
	padding: 0;
	}
input.search-field {
	max-width:120px;
	height:22px;
	margin:0 3px 0 -3px;
	padding: 2px 0px;
	border:1px solid #aaa;
	background:#fff;
	}
.search-submit input {
	padding: 1px;
	width:50px;
	height:22px;
	margin-right:3px;
	border:1px solid #000;
}

.menu-social_navi-container {
	margin-top: 12px;
}

#language-selector {
	margin-top:12px;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
	.secondary-toggle {
		display: none;
	}



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

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

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


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

/* post-navi */
.post-navi-top {
	margin:0 0 48px;
display:none;
}
.post-navi-top:after {
  clear: both;
  content: '';
  display: block;
}
#prev_btn {
	float:left;
	font-size:90%;
	}

#next_btn {
	float:right;
	font-size:90%;
}

/*--------------------------------------------------------------
## Langage Switcher
--------------------------------------------------------------*/

.bogo-language-switcher .current{
		display: none;
	}

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

.hentry {
	margin: 0 0 1.5em;
}

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

/*.page .entry-header {
	display:none;
}
*/
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

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

article.post {
	margin:0 auto 3em;
}
article.page {
	margin:0px auto 30px;
}
.pagenavi {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	}

.posted-on {
	font-family:"Times New Roman", Times, serif;
	text-align:right;
}
.event-date{
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	color:#000;
}
.entry-title {
	margin:5px 0;
	font-weight:500;
}
.entry-title a{
	color:#222;
}
.entry-title a:hover{
	color:#09F;
}
.page-template-default h1.entry-title {
	display:none;
}
.entry-footer {
	display:none;
}

/*--------------------------------------------------------------
## 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 img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption-text {
	text-align: center;
}
/* Captions */

.wp-caption {
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 0;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 2px 4px 3px;
	margin: 0;
}
/* End captions */

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

/*--------------------------------------------------------------
################################
## Home
--------------------------------------------------------------*/
/* home */

 .content-area-home {
	 text-align:center;
	 background :url("/img/top_bg001b.png") no-repeat;
	 background-position: top left;
}

img.logo_sa {
	margin:110px 0px 84px;
}
.newslist {
	margin:0px 0 25px;
	vertical-align:text-bottom;
}
.news-loop_top {
	
}

.news-loop_top h3{
	margin:0 0 1em;
	font-weight:400;
}
.news-loop_top .event-date {
	color:#000;
}
/*--------------------------------------------------------------
################################
# Works
--------------------------------------------------------------*/
.work .entry-header {
	line-height:1.2;
	}

.works_photo_list {
	max-width: 720px;
	margin: 0 0 10% auto;
}
.works_photo_list img {
	margin-bottom: 4px;
	max-width:720px;

}

img.wfull {
	width:720px;
	clear:both;
	float:none;
	display:block;
}
img.hL {
	height:355px;
	float:left;
	margin-left:0;
}
img.hR {
	height:355px;
	float:right;
	margin-right:0;
}
img.wL {
	max-width:355px;
	float:left;
	margin-left:0;
}
img.wR {
	max-width:355px;
	float:right;
	margin-right:0;
}

img.w2L {
	max-width:355px;
	float:left;
	margin-left:0;
}
img.w2R {
	max-width:355px;
	float:right;
	margin-right:0;
}

img.w3L {
	max-width:238px;
	float:left;
	margin-left:0;
	margin-right:3px;
}
img.w3M {
	max-width:238px;
	float:left;
	margin-right:0px;
}
img.w3R {
	max-width:238px;
	float:right;
	margin-right:0;
}


.works_photo_list img:hover {
-webkit-filter: grayscale(85%);
-moz-filter: grayscale(85%);
-ms-filter: grayscale(85%);
-o-filter: grayscale(85%);
filter: grayscale(85%);
}
.works_photo_list img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}
.works_photo_list a:hover {
	opacity:1;
	-webkit-animation: flash 0s;
	animation: flash 0s;
}
.works_photo_list a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* single-work */

.single-work .entry-title {
	text-align:center;
	margin-top:0;
}
.single-work .entry-content {
	text-align:center;
}
/* works-navi */
.works .pagenavi {
	clear:both;
	text-align:center;
	padding-top:20px;
}
.works .wp-pagenavi {
	margin-top:20px;
}
.single-work .post-navigation-top,
.single-work .post-navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
}
.single-work .post-navigation-top #prev_btn,
.single-work .post-navigation-top #next_btn{
	line-height:1;
}


.work-info {
	margin:0 0 1em;
}

.postmetadata {
	display:none;
}
.single-work .postmetadata {
	display:block;
	text-align:center;
	margin: 40px auto -35px;
}
.type-work {
	text-align:center;
}

/*--------------------------------------------------------------
# tag
--------------------------------------------------------------*/
.entry-title-taxo {
font-size:1.5em;
}
.thumbnail {
	width:240px;
	float:left;
}
.thumbnail img{
	max-width:238px;
	max-height:238px;
}
#taxo-content {
	margin-left:260px;
	text-align:left;
}

#taxo-content img {
	display:none;
}

/*--------------------------------------------------------------
################################
# sound
--------------------------------------------------------------*/
#p_sound {
	max-width:510px;
	margin:0 auto;
}


/*--------------------------------------------------------------
################################
# bio
--------------------------------------------------------------*/
dl.bio_table {
	width: 100%;
margin:0 0 1em;
}
dl.bio_table dt{
	float: left;
	width: 4em;
line-height:1.8em;

}

dl.bio_table dd{
	_height: 1%; /* IEずれ補正 */
	margin-left: 4em;
line-height:1.8em;
}
u{font-size:1.2em;}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.email {
	margin: 250px 0 0;
}
#domain::before {
	content:'@';
}
table.contact {
border-collapse: collapse;
border-spacing: 0;
width:auto !important;
}

.page-id-573 .content-area,
.page-id-575 .content-area {
	 text-align:center;
	 background :url("/img/con_bg001b.png") no-repeat;
	 background-position: top 50px center;
}


/********************************
sidebar-content
********************************/
#page {
	max-width:1080px;
}

#sidebar{
	position: -webkit-sticky;
	position: sticky;
}
.sidebar {
box-sizing: border-box; 
	float:left;
	max-width:250px;
	width:30%;
	padding:0;
	margin: 30px 0 0 40px;
}
#sidebar {
	      position: fixed;
          left: 0;
          top: 0;
          z-index: 999;
}
.site-content {
		max-width:780px;
	width:75%;
	margin:0 3% 0 28%;
}
#footer {
		max-width:780px;
	width:75%;
	margin:0 3% 0 28%;
}
.content-area-home,
.content-area {
	float:right;
	margin: 30px 0 0 auto;
	max-width: 720px;
	width:100%;
	min-height:480px;
}
.site-footer {
	float:right;
	max-width: 720px;
	width:100%;
}
/*front-page*/
.content-area-home {
}

.site-main {
	margin: 0 0 0 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 1140px) {
.page {
	width:100%;
}

.sidebar {
	width:25%;
	margin: 20px 0 0 10px;
}
.site-content {
	max-width:720px;
	margin:20px 1px 0 23%;
}
#footer {
	max-width:720px;
	margin:0px 1px 0 23%;
}
.logo_s {
	margin:10px 0 40px;
	}

	
}
/*
iPad Pro 1000px
*/
@media screen and (max-width: 970px) {
.sidebar {
	width:15%;
	padding:0;
}
.content-area {
	margin: 20px 0 0 auto;
	width:720px;
}
.logo_s {
	margin:10px 20px 0;
	}
.post-template-default .search-form,
.blog .search-form {
	display:none;
}
.email table{
	margin: 0 auto;
}


}
/*
mobile iPad 768px
*/
@media screen and (max-width: 800px) {

#page {
box-sizing: border-box; 
		width:100%;
	padding:2%;
}
.logo_g {
	height:40px;
	margin:5px 10px;
	}
.logo_s {
	height:60px;
	margin:0px 5px 0;
	}
img.logo_sa {
	margin:40px 0 30px;
}
.sidebar {
	float:none;
	max-width:800px;
	max-height:180px;
box-sizing: border-box; 
	width:100%;
	padding:0;
	margin:5px 2% 0;
}
.content-area {
	width:100%;
}

.menu-global-container {
	margin:10px 0 5px;
	width:400px;
    position: absolute;  
    top: 10px;  
    left: 10px;  
}
li.menu-item-home {
	display:none;
}


#language-selector {
	margin-top:0px;
    position: absolute;  
    top: 10px;  
    right: 130px; 
}
/*float解除*/
.content-area:before {
content: "";
clear: both;
display: block;
}
.site-content, #footer {
	width:100%;
margin:0 auto;
}

.content-area {
	float:none;
	margin: 80px auto 0;
box-sizing: border-box; 
	padding:0;
}
/*front-page*/
.content-area-home {
	float:none;
	margin: 80px auto 0;
box-sizing: border-box; 
	width: 100%;
	padding:0;
}

.site-main {
	margin: 0 0 0 0;
}
.site-footer {
	clear: both;
	width: 96%;
	margin:10px auto;
}
.site-info {
	text-align:center;
	margin:0 0;
}

/*header/side*/


.secondary {
	position:relative;
	top:-50px;
}
.secondary li {
	display:inline-block;
	font-size:100%;
	padding:10px 15px 10px 10px;
}

#search-2,
#text-2 {
	display:none;
}

.menu-main_navi-container {
	width: 220px;
	float:left;
}
.menu-social_navi-container {
	width: 50px;
	margin:0 65px 0 auto;
	float:right;
}
.menu-social_navi-container li {
	padding: 10px 15px 10px 3px;
}
	
/*----# home-----*/
.newslist {
	margin:20px 0 15px;
}

/*----# Works-----*/



.pagenavi {
	margin-top: 20px;
	margin-bottom: 30px;
	}

/* works-navi */
.works .pagenavi {
	text-align:center;
}
.works .wp-pagenavi {
	width:100%;
	float:none;
}

/*----#Sound----*/
#p_sound {
	max-width:510px;
	text-align:center;
	margin:0 auto;
}

}
/*
iPhone Plus 414px
iPhone 6/7/8 375px
*/

@media only screen and (max-width:750px) {
/*----# Works-----*/
 .content-area-home {
	 background-position: top left -40px;
}
.works_photo_list {
	margin:auto;
	text-align:center;
}
.works_photo_list img {
max-width:100%;
	float:none;
	margin:0 auto 4px;
}

@media only screen and (max-width:480px) {
	
.sidebar {
	max-height:130px;
	margin-top:5px;
}
.logo_g {
	height:25px;
	margin:3px 3px;
	}
.logo_s {
	height:40px;
	margin:0 5px 0;
	}
.menu-global-container {
	margin:5px 0 5px;
}
#language-selector {
	margin-top:0px;
    position: absolute;  
    top: -10px;  
    right: 80px; 
}
.secondary {
	position:relative;
	top:-30px;
}

article.post {
	margin:0 auto 2em;
}

.menu-social_navi-container {
	width: 40px;
	margin:-10px 35px 0 auto;
	float:right;
}
.menu-social_navi-container li {
	padding: 0px 5px 10px 3px;
}

.post-navi-top {
	display:none;
	}

}


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


.works_photo_list img{
}

}
/*
iPhone SE 320px 
*/
@media only screen and (max-width:360px) {
	
.secondary li {
	display:inline-block;
	font-size:100%;
	padding:10px 10px 10px 5px;
}

.menu-main_navi-container {
	width: 200px;
	}

.menu-social_navi-container {
	margin:-10px 30px 0 auto;
}
.menu-social_navi-container li {
	padding: 0px 0px 10px 3px;
}
	
}

@media only screen and (max-width:310px) {
	/* Small menu. */
.secondary-toggle {
	display:block;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 62px;
	overflow: hidden;
	padding: 0;
	margin:3%;
	position: absolute;
	top: 10px;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 62px;
}

.secondary-toggle:before {
	color: #665c5c;
/*	content: "\f419"; */
	font-size: 40px;
	line-height: 60px;
	width: 60px;
}
.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 40px;
	position: relative;
	top: 1px;
	left: -1px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}


.secondary {
	background-color: transparent;
	display: none;
	padding: 0 7.6923%;
}
.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 62px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 62px;
}

.dropdown-toggle:after {
	color: #665c5c;
	content: "\f431";
	font-size: 40px;
	line-height: 62px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}


/**/	

.logo_s {
	margin:0 50px 0 0;
	}

#logos {
	height:;
	}


/*----# Works-----*/

.works_photo_list {
	width:100%;
	margin: 1% auto;
}
.works_photo_list img {
	margin-bottom: 2px;
	max-width:400px;

}


}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:none;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
