/*
Theme Name: Asia Corridor 2017
Theme URI: https://culturecity-kyoto.com/
Author: Culture City of East Asia 2017 Executive Committee
Author URI: https://culturecity-kyoto.com/
Description: Original WordPress theme for Asia Corridor 2017 website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asia-corridor-2017

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.

Asia Corridor 2017 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Layout
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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
--------------------------------------------------------------*/
/* 日本語フォント */

[lang='ja'] body,
[lang='ja'] button,
[lang='ja'] input,
[lang='ja'] select,
[lang='ja'] textarea,
[lang='ja'] .pure-g [class *= "pure-u"] {
    /*font-family: 'Lusitana', 'Sawarabi Mincho', serif;*/
    font-family: 'Yu Mincho', YuMincho, serif;
}

[lang='ja'] .sans-serif {
    /*font-family: 'Roboto', 'Sawarabi Gothic', sans-serif !important;*/
    font-family: 'Yu Gothic', YuGothic, sans-serif;
}

/* 簡体中国語フォント（セリフ） */
[lang='zh-hans'] body,
[lang='zh-hans'] button,
[lang='zh-hans'] input,
[lang='zh-hans'] select,
[lang='zh-hans'] textarea,
[lang='zh-hans'] .pure-g [class *= "pure-u"] {
    font-family: 'Lusitana', serif;
}
/* 簡体中国語フォント（ゴシック） */
[lang='zh-hans'] .sans-serif {
    font-family: 'Roboto', sans-serif !important;
}

/* 韓国語フォント（セリフ） */
[lang='ko-KR'] body,
[lang='ko-KR'] button,
[lang='ko-KR'] input,
[lang='ko-KR'] select,
[lang='ko-KR'] textarea,
[lang='ko-KR'] .pure-g [class *= "pure-u"] {
    font-family: 'Lusitana', serif;
}
/* 韓国語フォント（ゴシック） */
[lang='ko-KR'] .sans-serif {
    font-family: 'Roboto', sans-serif !important;
}

/* 英語フォント（セリフ） */
[lang='en-US'] body,
[lang='en-US'] button,
[lang='en-US'] input,
[lang='en-US'] select,
[lang='en-US'] textarea,
[lang='en-US'] .pure-g [class *= "pure-u"] {
    font-family: 'Lusitana', serif;
}
/* 英語フォント（ゴシック） */
[lang='en-US'] .sans-serif {
    font-family: 'Roboto', sans-serif !important;
}

html {
    font-size: 62.5%;
}

body,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

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

h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}

.page .entry-content h2 {
    border-left: 1px solid;
    padding-left: 10px;
    margin: 30px 0;
}

.page .entry-content h2:first-child {
    margin-top: 0;
}

.page-section h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 40px 0;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
    margin: 30px 0;
    padding: 0 0 0 10px;
    border-left: 1px solid;
}

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

.fs20 {
    font-size: 20px;
    font-size: 2rem !important;
}

.fs18 {
    font-size: 18px;
    font-size: 1.8rem !important;
}

.fs15 {
    font-size: 15px;
    font-size: 1.5rem !important;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem !important;
}

.fs14 {
    font-size: 14px;
    font-size: 1.4rem !important;
}

.fs13 {
    font-size: 13px;
    font-size: 1.3rem !important;
}

.fs12 {
    font-size: 12px;
    font-size: 1.2rem !important;
}

.fs11 {
    font-size: 11px;
    font-size: 1.1rem !important;
}


/*--------------------------------------------------------------
# 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: url(./img/bg1.jpg) repeat;
    /*background: #d14129;*/
    min-width: 1200px;
    line-height: 1.8;
}



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

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

.table1 {
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-top: -12px;
    max-width: 640px;
}

.table1 thead
 th, .table1 td {
    text-align: center;
}

.table1 thead th:first-child {
    text-align: left;
    padding: 0;
}

.table1 td,
.table1 th {
    padding: 0 15px;
    border-left: 1px solid;
}

.table1 td:last-child,
.table1 th:last-child {
    border-right: 1px solid;
}

.table1 thead th {
    border: none !important;
}

.table1 th {
    text-align: left;
    font-weight: normal;
}

.table1 td {
    font-size: 28px;
    font-size: 2.8rem;
}

.side-border {
    padding: 0 15px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.box1 {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 370px;
    height: 220px;
    margin: 30px 0;
}

.box1.pic-box {
    height: auto;
    margin: 0;
}

.box1.pic-box img{
	margin: 0;
}

.box2 {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 10px;
    border-left: 1px solid;
}

.box2 h2 {
    border: none !important;
    padding: 0 !important;
}

.separator {
    padding: 0 10px 0 0;
    border-right: 1px solid;
    margin: 0 10px 0 0;
}

img.icon {
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-main {
    overflow: hidden;
}

.container {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.pure-g {
    margin: 15px -15px;
}

.pure-g [class *= "pure-u"] {
    padding: 0 15px;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# 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, .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: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: 3px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
    text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
    opacity: 0.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.home .drawer-menu {
    display: none;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	/*background: rgba(176,23,23,0.5);
	background: rgba(209,65,41,0.5);*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.main-navigation li {
	position: relative;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    border-left: 1px solid;
    white-space: nowrap;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 0 0 0 10px;
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.menu-title-small {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
}

[class*="menu-language-menu"] {
    float: right;
}

:not(.home) .site-header {
    margin-bottom: 40px;
}

.home .site-header {
    z-index: 1000;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    padding-bottom: 20px;
}

.site-branding {
    margin-right: 20px;
}

.site-branding, .language-navigation {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.language-navigation ul, .sns-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-navigation li, .sns-navigation li {
    display: inline-block;
}

.language-navigation a, .sns-navigation a {
    padding: 0 3px;
}

.sns-navigation {
    float: right;
    margin: 20px 0 0;
}

/* Small menu. */
.menu-toggle-close,
.menu-toggle {
    display: none;
}
.main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

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

.nav-links .page-numbers {
    padding: 3px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
    float: right;
}

.widget-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget_archive .widget-title {
    display: none;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.widget .link-to-archive {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 120px;
    display: block;
}

.widget[class*=widget_recent] {
    border-left: 1px solid;
    padding-left: 15px;
    width: 275px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.notice {
    padding: 17px 20px 17px 90px;
    color: #ab2e2f;
    font-size: 20px;
    font-size: 2rem;
    background: url(./img/notice.png) no-repeat top 50% left 15px, #fff;
    margin-bottom: 50px;
}

.entry-title,
.page-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 40px;
}

.slash {
    vertical-align: baseline;
}

.single:not(.single-artist) h2.entry-title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-footer {
    margin-top: 20px;
}

.single .entry-meta .date,
.single .entry-meta .reservation {
    margin: 5px 0;
}

.with-sidebar .entry-content {
    width: 650px;
}

.single .entry-content p:first-child {
    margin-top: 0;
}

.single .entry-content a {
	text-decoration: underline;
}

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

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

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

.page-section {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.page-section:last-child,
.page-section.noborder {
    border: none;
}

.page-section:first-child {
    padding-top: 0;
}

.entry-body {
    margin-right: 50px;
}

.entry-body p {
	padding-bottom: 20px;
}

.entry-sidebar {
    padding-left: 10px;
    border-left: 1px solid;
}

.sidebar-prof {
    margin-bottom: 130px;
    font-size: 14px;
    font-size: 1.4rem;
}

.related-box .related-title {
    margin: 0 0 15px;
    font-size: 17px;
    font-size: 1.7rem;
}

.related-box .related-content {
    font-size: 12px;
    font-size: 1.2rem;
}

.related-box {
    border-left: 1px solid;
    padding: 0 0 0 10px;
    margin-bottom: 30px;
}

.related-box [class*=pure-u] {
    padding-top: 0;
    padding-bottom: 0;
}

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

.post-list1, .post-list2 {
    list-style: none;
    padding: 0;
    margin: 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
}

.post-list3 {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.post-list3 a:not(.cat-label1) {
    display: block;
    overflow: hidden;
}

.post-list3 li {
    padding: 5px 60px 5px 15px;
    margin: 0 0 20px;
    background: url(./img/arrow1.png) no-repeat top 50% right 35px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.blog .post-list3 li {
    padding-top: 0;
    padding-bottom: 0;
}

.post-list3 .thumbnail {
    width: 20%;
    float: left;
    margin-right: 30px;
}

.post-list3 h3 {
    font-size: inherit;
    display: inline;
}

.post-list3 .meta {
    font-size: 12px;
    font-size: 1.2rem;
}

.post-list2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    flex-wrap: wrap;
}

.post-list1 li,
.post-list4 li {
    padding: 10px 40px 10px 0;
    background: url(./img/arrow1.png) no-repeat top 50% right;
    border-bottom: dashed 1px rgba(255,255,255,0.5);
    margin: 0;
}

.post-list4 h3 {
    font-size: inherit;
    margin: 0;
}

.post-list1 li {
    /*border-color: #ab2e2f;*/
    border-color: #FFFFFF;
}

.post-list1 a {
    display: inline-block;
}

.post-list1 h4 {
    font-size: inherit;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.post-list2 li {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    padding: 0 0 15px;
    /*padding: 0 0 50px 0;
    background: url(./img/arrow1.png) no-repeat bottom 15px left;
    border-bottom: dashed 1px #ab2e2f;*/
    border-bottom: dashed 1px rgba(255,255,255,0.5);
    margin: 0;
}

.post-list2 li a,
.post-row .post-thumbnail a {
    display: block;
}

.post-list2 img {
    display: block;
}

.post-list2 h4 {
    margin: 0;
    font-size: inherit;
}

.home .post-list2 .date {
	margin: 5px 0 0;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

.post-row {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.post-row.style1,
.post-row.style3 {
    margin: 0 -30px;
}

.post-row.style2 {
    margin: 0 -80px 0 0;
}

.post-row.col2 li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0;
    margin: 0 0 40px 0;
}

.post-row.col3 li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 0;
    margin: 0 0 40px 0;
}

.post-row.style1 .post-meta,
.post-row.style1 .post-thumbnail,
.post-row.style3 .post-meta,
.post-row.style3 .post-thumbnail {
    margin: 0 30px;
    width: calc(100% - 60px);
}

.post-row .post-thumbnail img {
    display: block;
}

.post-row .post-meta td {
    vertical-align: top;
    padding: 5px 10px;
}

.post-row .post-meta td:first-child {
    width: 25px;
    border-right: 1px solid;
    padding: 5px 5px 0 0;
}

.post-row.style1 .post-meta .date td,
.post-row.style1 .post-meta .reservation td {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
}

.post-row.style1 .post-meta .title h3 {
    font-size: inherit;
    margin: 0;
}

.post-row.style2 .post-meta .title {
    font-size: inherit;
    margin: 10px 0;
}

.post-row.style2 .excerpt {
    font-size: 12px;
    font-size: 1.2rem;
}

.post-row.style2 .date {
    font-size: 13px;
    font-size: 1.3rem;
}

.post-row.style2 .post-thumbnail {
    margin-bottom: 10px;
}

.post-row.style2 .excerpt {
    font-size: 12px;
    font-size: 1.2rem;
}

.post-row.style2 .date {
    font-size: 13px;
    font-size: 1.3rem;
}

.post-row.style2 .post-thumbnail {
    margin-bottom: 10px;
}

.post-row.style2 .post-thumbnail, .post-row.style2 .post-meta {
    margin-right: 70px;
    width: calc(100% - 70px);
}

.post-row.style2 li {
    border-left: 1px solid;
    background: url(./img/arrow1.png) no-repeat bottom left 15px;
    padding-bottom: 15px;
}

.post-row.style2 .post-meta {
    padding-left: 15px;
    box-sizing: border-box;
}

.post-row.style3 .role {
    margin: 10px 0 0;
}

.post-row.style3 .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0;
}

.post-row.style3 .occupation {
    margin: 0 0 20px;
}

.post-row.style3 .content {
    font-size: 12px;
    font-size: 1.2rem;
}

.posts-slider {
    margin: 0;
    padding: 0;
}

.posts-slider .post-meta {
    max-width: 600px;
    margin: 10px 0 20px;
    position: relative;
}

.posts-slider .post-meta .title {
    width: 75%;
}

.posts-slider .post-meta .cat {
    text-align: center;
    border-right: 1px solid;
}

.posts-slider .post-meta td {
    vertical-align: middle;
    padding: 10px;
    border-left: 1px solid;
}

.posts-slider .post-meta:before,
.posts-slider .post-meta:after {
    position: absolute;
    content: '';
    height: 100%;
    z-index: 10000;
    border-left: 1px solid;
}

.posts-slider .post-meta:before {
    left: -32%;
}

.posts-slider .post-meta:after {
    right: -32%;
    top: 0;
}

.posts-slider .slick-prev,
.posts-slider .slick-next {
    top: 214px;
    z-index: 10000;
    width: calc(50% - 300px);
    border-radius: 0;
    height: 400px;
}

.posts-slider .slick-prev:before,
.posts-slider .slick-next:before {
    content: '';
}

.posts-slider .slick-prev {
    left: 0;
    background: url(./img/arrow2.png) no-repeat top 50% left 50%, rgba(185,35,19,0.5);
}

.posts-slider .slick-next {
    right: 0;
    background: url(./img/arrow3.png) no-repeat top 50% left 50%, rgba(185,35,19,0.5);
}

.posts-slider .slick-prev:hover,
.posts-slider .slick-next:hover,
.posts-slider .slick-prev:active,
.posts-slider .slick-next:active,
.posts-slider .slick-prev:focus,
.posts-slider .slick-next:focus {
    opacity: 0.8;
}

.posts-slider .hentry:not(.slick-current) .post-meta,
.posts-slider .hentry:not(.slick-current) .post-thumbnail figcaption {
    display: none;
}

a.to-archive {
    margin: 20px 0 0 30px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

.cat-label1 {
    background: rgba(128,0,10,0.7);
    display: inline-block;
    padding: 2px 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 5px 5px 0;
    white-space: nowrap;
}

.cat-label2 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 15px;
    display: inline-block;
}

.cat-label3 {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    border: 1px solid;
    padding: 2px 5px 0;
    margin: 2px 10px 2px 0;
    white-space: nowrap;
}

.cat-label4 {
    margin-right: 10px;
}

.home .top-archive {
    padding-top: 0;
    padding-bottom: 0;
}

.home .top-archive h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px 0;
}

.home #news,
.home #event,
.home #text,
.home #seealso {
/*
    background-position: center center;
    background-size: cover;
*/
}

.home .section {
    position: relative;
/*
    will-change: transform;
    transition: background-position 1000ms ease;
*/
}

.fp-bg {
/*
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
*/
    top: -50px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*
    transition: all 1000ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
*/
}

.fp-tableCell {
    overflow: visible !important;
}

.home #news .fp-bg {
    background-image: url(./img/top_bg_news.jpg);
}

.home #event .fp-bg {
    background-image: url(./img/top_bg_event.jpg);
}

.home #text .fp-bg {
    background-image: url(./img/top_bg_text.jpg);
}

.home #seealso .fp-bg {
    background-image: url(./img/top_bg_seealso.jpg);
}

section:not(#about) .fullpage-section-title {
    padding-top: 0px;
}

.fullpage-section-title img {
    margin-left: -20px;
}

.top-map {
    padding-left: 30px !important;
}

.top-map h2 span{
	padding-left: 30px;
}

.google-maps-builder-wrap {
    color: #555;
}

.single-artist .entry-title {
    margin-bottom: 0;
}

.post-type-archive-artist .name-en {
    font-size: 12px;
    font-size: 1.2rem;
}

.single-artist .name-en {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
}

.totop {
    text-align: right;
}

.site-footer {
    margin: 30px 0 80px;
}

.site-info {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
}

.home .site-info {
    margin: 0 0 50px;
}

a.border-link {
	text-decoration: underline;
}

a.border-link:hover {
	text-decoration: none;
}

/* 170623 add */
.top-side-txt-box {
}

.top-side-txt-box .wrap{
}

.top-side-txt-box div{
	position: fixed;
	display: block;
	top: 0;
	height: 100vh;
	width: 30px;
	z-index: 9999;
}

.top-side-txt-box div img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.top-side-txt-box .left-text {
	left: 2%;
}

.top-side-txt-box .right-text {
	right: 2%;
}

#scroll {
	position: absolute;
	display: block;
	left: 0;
	bottom: 2%;
	width: 100%;
	z-index: 99999;
}

#scroll img{
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

#scroll img:hover{
	opacity: 0.5;
}


/* Slick slider */
.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.entry-slider {
    margin-bottom: 60px;
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li button {
    color: transparent;
}

.slick-dots li {
    width: 45px;
    margin: 0 5px;
    border: 1px solid #fff;
    height: 10px;
}

.slick-dots li button:before {
    font-family: inherit;
    color: transparent;
}

.slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-dots li.slick-active {
    background: #fff;
}

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

.wp-caption-text {
	text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
}
.caption-text {
	font-size: 11px;
	font-size: 1.1rem;
	margin: -5px 0 30px;
	display: block;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 0 !important;
}

.gallery img {
    display: inline-block;
}

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



/*--------------------------------------------------------------
## Mail Chimp
--------------------------------------------------------------*/
#mail-magazine-box {
	text-align: left;
}

#mail-magazine-box .ttl{
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

#mail-magazine-box p{
	font-size: 14px;
	padding: 0 70px 10px;
}

#mail-magazine-box input{
	display: block;
	width: 100%;
	font-size: 150%;
}

#mail-magazine-box input[type=submit]{
	line-height: 32px;
	background: #b21415;
	color: #FFF;
}


/*--------------------------------------------------------------
## add css on
--------------------------------------------------------------*/
.logo-box {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 -30px;
}

.logo-box li {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
    padding: 0 30px 40px 30px;
    margin: 0;
    box-sizing: border-box;
}

.logo-box li.small,
.logo-box.small li {
    ms-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
}

.map-caption a {
	text-decoration: underline;
}

.map-caption a:hover {
	text-decoration: none;
}


/* 読み物のみ */
body.single-editorial {
	background-image: none !important;
	background-color: #323232;
}

body.single-editorial .entry-content p{
	line-height: 2.0 !important;
	color: #d9d9d9 !important;
}

/* 概要->チーム */
.team-ttl {
	display: inline-block;
    font-size: 16px;
    margin: 30px 0;
    border-bottom: #FFF dotted 1px;
    padding: 0 0 5px;
}
