@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;600&family=Shippori+Mincho:wght@600&display=swap");
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after, .wp-block-group.person:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .wp-block-group.person {
  zoom: 1;
}
*:first-child + html .clearfix, *:first-child + html .wp-block-group.person {
  zoom: 1;
}

/* IE6 */
/* IE7 */
/* Base Layout
================================================*/
html {
  font-size: 62.5%;
}

@media only screen and (min-width: 700px) {
  html {
    font-size: 62.5%;
  }
}
body {
  width: 100%;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.6em;
}

html, body {
  margin: 0;
  padding: 0;
}

#primary {
  margin: 0 auto;
  max-width: 1080px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page {
  margin-top: 80px;
}

/* Elements
================================================*/
/*
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active {
	color:#333;
	opacity: 0.7;
}
a:hover *, a:active * {
	opacity: inherit;
}
*/
@media (max-width: 600px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .tb {
    display: none !important;
  }
}
img.round {
  border-radius: 50%;
}
img {
  max-width: 100%;
}

ul {
  list-style: none outside;
}

a:focus {
  outline: none;
  -webkit-appearance: none;
  /**/
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=email], input[type=password], input[type=submit] {
  outline: none;
  -webkit-appearance: none;
  /**/
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea, select, button {
  outline: none;
  -webkit-appearance: none;
  /**/
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  border-top: 1px solid #ccc;
}

/* clearfix */
.clearfix:after, .wp-block-group.person:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .wp-block-group.person {
  zoom: 1;
}
*:first-child + html .clearfix, *:first-child + html .wp-block-group.person {
  zoom: 1;
}

/* IE6 */
/* IE7 */
.nowrap {
  white-space: nowrap;
}

a {
  color: #CF4837;
}
a:hover {
  opacity: 0.5;
}

.inline_block {
  display: inline-block;
}

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
  max-width: 50%;
}

.alignright {
  display: inline;
  float: right;
  max-width: 50%;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* Layout
================================================*/
/**
 * footer
 */
#footer {
  background-color: #333;
  clear: both;
  margin: 20px 0 0;
  color: #fff;
}
#footer img {
  max-width: 100%;
}

#footer_inner {
  max-width: 1080px;
  margin: 0 auto 0;
  padding: 30px 20px 80px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .site-info {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#footer .site-info dl {
  padding: 0 0px;
}
#footer .site-info dl dt {
  float: left;
}
#footer .site-info dl dd {
  margin-left: 85px;
  margin-bottom: 20px;
}
#footer .site-info dl dd img {
  margin: 5px 10px 0 0;
}
#footer .promote {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-top: 1px solid #fff;
  padding: 30px 0 0;
}
#footer .promote p {
  line-height: 1.6;
  margin-bottom: 10px;
}
#footer .promote p a {
  color: #fff;
  text-decoration: none;
}
#footer .promote p a:hover {
  text-decoration: underline;
}

/**
 * main
 */
main {
  clear: both;
  position: relative;
}

.main_inner {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 10px;
}

/**
 * 12.1 Posts and pages
 */
.hentry {
  position: relative;
}
.hentry.has-post-thumbnail {
  padding-top: 0;
}

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

a.post-thumbnail:hover, a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-date {
  font-size: 1.6rem;
  margin-right: 15px;
}

.entry-title {
  font-size: 2.4rem;
  padding: 15px 0 15px;
  margin: 0;
  line-height: 1.2em;
}
.entry-title.writer {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  margin: 45px 0 45px;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.entry-title.writer small {
  font-size: 1rem;
  display: block;
}

.entry-content, .entry-summary {
  line-height: 1.71em;
}

.entry-content > :last-child, .entry-summary > :last-child {
  margin-bottom: 0;
}

.entry-content, .entry-summary, .page-content, .comment-content {
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-top: 1.8462em;
  margin-bottom: 0.9231em;
}

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  text-align: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.entry-content h2:before, .entry-content h2:after {
  content: "";
  height: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2px;
}

.entry-summary h2:before, .entry-summary h2:after {
  content: "";
  height: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2px;
}

.page-content h2:before, .page-content h2:after {
  content: "";
  height: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2px;
}

.comment-content h2:before, .comment-content h2:after {
  content: "";
  height: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2px;
}

.entry-content h2:before, .entry-summary h2:before, .page-content h2:before, .comment-content h2:before {
  margin-right: 1rem;
}

.entry-content h2:after, .entry-summary h2:after, .page-content h2:after, .comment-content h2:after {
  margin-left: 1rem;
}

.entry-content h2:not(:first-child), .entry-summary h2:not(:first-child), .page-content h2:not(:first-child), .comment-content h2:not(:first-child) {
  margin-top: 130px;
}

.head-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .center_h3 {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

.entry-content h3:before, .entry-content h3:after {
  content: "";
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2.5px;
}

.entry-summary h3:before, .entry-summary h3:after {
  content: "";
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2.5px;
}

.page-content h3:before, .page-content h3:after {
  content: "";
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2.5px;
}

.comment-content h3:before, .comment-content h3:after {
  content: "";
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2.5px;
}

.center_h3:before, .center_h3:after {
  content: "";
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ccc;
  border-radius: 2.5px;
}

.entry-content h3:before, .entry-summary h3:before, .page-content h3:before, .comment-content h3:before, .center_h3:before {
  margin-right: 1rem;
}

.entry-content h3:after, .entry-summary h3:after, .page-content h3:after, .comment-content h3:after, .center_h3:after {
  margin-left: 1rem;
}

.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 30px 0 20px;
}

.entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #B6A076;
  margin: 100px 0 10px;
}

.entry-content h5.sozai, .entry-summary h5.sozai, .page-content h5.sozai, .comment-content h5.sozai {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.entry-content h5.sozai em, .entry-summary h5.sozai em, .page-content h5.sozai em, .comment-content h5.sozai em {
  color: #CF4837;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  border: 2px solid #CF4837;
  padding: 2px 10px;
  font-style: normal;
}

.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child {
  margin-top: 0;
}

.entry-summary > h1:first-child, .entry-summary > h2:first-child, .entry-summary > h3:first-child, .entry-summary > h4:first-child, .entry-summary > h5:first-child, .entry-summary > h6:first-child {
  margin-top: 0;
}

.page-content > h1:first-child, .page-content > h2:first-child, .page-content > h3:first-child, .page-content > h4:first-child, .page-content > h5:first-child, .page-content > h6:first-child {
  margin-top: 0;
}

.comment-content > h1:first-child, .comment-content > h2:first-child, .comment-content > h3:first-child, .comment-content > h4:first-child, .comment-content > h5:first-child, .comment-content > h6:first-child {
  margin-top: 0;
}

.entry-content p {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 1em;
  line-height: 2;
}
.entry-content p strong {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 20px;
}
.entry-content ul li {
  font-size: 1.4rem;
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 0 25px;
}
.entry-content ol li {
  font-size: 1.4rem;
  list-style: decimal;
  list-style-position: outside;
  margin: 0 0 0 25px;
}

h2.top_h2 {
  margin: 30px 0 25px;
  font-size: 2rem;
  color: #C11C05;
  font-weight: bold;
  letter-spacing: 0.1em;
}
h2.top_h2 a, h2.top_h2 span {
  display: inline-block;
  color: #C11C05;
  text-decoration: none;
  font-weight: bold;
}

/* ul customised */
.entry-content .small_list ul {
  float: left;
  width: 50%;
  padding: 0 8px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content .small_list li {
  list-style-position: inside;
  display: block;
  font-size: 1rem;
  margin: 0;
  line-height: 1.2;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content em {
  font-style: italic;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Meiryo, Osaka, sans-serif;
}
.entry-content iframe {
  margin-bottom: 5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content a {
  color: #CF4837;
  text-decoration: none;
}

.entry-summary a, .page-content a, .comment-content a, .event_spec a, .pingback .comment-body > a {
  color: #CF4837;
  text-decoration: none;
}

.entry-content a[target=_blank]:after, .entry-summary a[target=_blank]:after, .page-content a[target=_blank]:after, .comment-content a[target=_blank]:after, .event_spec a[target=_blank]:after, .pingback .comment-body > a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(../images/new_window.svg);
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: right top;
  vertical-align: text-top;
}

.entry-content a:hover, .entry-content a:focus {
  /*border-bottom: 0;*/
}

.entry-summary a:hover, .entry-summary a:focus {
  /*border-bottom: 0;*/
}

.page-content a:hover, .page-content a:focus {
  /*border-bottom: 0;*/
}

.comment-content a:hover, .comment-content a:focus {
  /*border-bottom: 0;*/
}

.pingback .comment-body > a:hover, .pingback .comment-body > a:focus {
  /*border-bottom: 0;*/
}

.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img {
  display: block;
}

.entry-content .more-link, .entry-summary .more-link:after {
  white-space: nowrap;
}

/*
.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 1.6rem;
	position: relative;
	top: 5px;
}
*/
.entry-content .more-link:before, .entry-summary .more-link:before {
  content: "▼ ";
}

.entry-content .kimono, .entry-content .privilege {
  clear: both;
}

.author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}
.author-info .avatar {
  float: left;
  height: 36px;
  margin: 0 1.6em 1.6em 0;
  width: 36px;
}

.author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.author-title {
  clear: none;
}

.author-bio {
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}

.author-description {
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.author-description a {
  border-bottom: 1px solid #333;
}
.author-description a:hover, .author-description a:focus {
  border-bottom: 0;
}
.author-description > :last-child {
  margin-bottom: 0;
}

.author-link {
  white-space: nowrap;
}
.author-link:after {
  content: "\f429";
  position: relative;
  top: 1px;
}

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3.8461% 7.6923%;
}
.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
.entry-footer a:hover {
  border-bottom: 1px solid #333;
  color: #333;
}
.entry-footer a:focus {
  color: #333;
}

.sticky-post {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}

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

.entry-header .author, .sticky .posted-on {
  display: none;
}

.posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before {
  margin-right: 2px;
  position: relative;
}

.posted-on, .byline, .cat-links, .tags-links, .comments-link, .entry-format, .full-size-link {
  margin-right: 1em;
}

.comments-link, .edit-link {
  white-space: nowrap;
}

.page-header {
  width: auto;
  padding: 28px 8px 40px;
}

.page-title {
  font-size: 2.4rem;
  line-height: 1.3333em;
  font-weight: normal;
}
.page-title em {
  font-size: 51%;
  color: #808080;
  display: block;
  font-weight: normal;
  font-family: "Open Sans";
  letter-spacing: 0.025em;
}

.category_title {
  text-align: center;
  margin: 0 0 20px;
  font-size: 2.1rem;
}

.article_list article {
  margin-bottom: 16px;
}
.article_list article header {
  margin-bottom: 6px;
}
.article_list article header h2 .new_icon, .article_list article header h2 .category_icon {
  display: none;
}
.article_list article h2 {
  line-height: 1.3em;
}
.article_list article h2 .new_icon, .article_list article h2 .category_icon {
  display: none;
}
.article_list article h2 a.entry-link {
  margin-right: 5px;
}
.article_list article h2 a.entry-link:hover {
  opacity: 1;
  color: #36a7c0;
  text-decoration: underline;
}

.taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em;
}
.taxonomy-description a {
  border-bottom: 1px solid #333;
}
.taxonomy-description a:hover, .taxonomy-description a:focus {
  border-bottom: 0;
}
.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-content {
  background-color: #fff;
  padding: 7.6923%;
}
.page-content > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em;
}
.page-links a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff;
}
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}
.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.6em;
}

.type-attachment .entry-title {
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}
.entry-caption > :last-child {
  margin-bottom: 0;
}

#main_content {
  padding: 0 10px;
}

#side_nav {
  margin: 30px 0 0;
}
#side_nav h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding: 8px 17px 8px;
  margin: 0 0 15px;
}
#side_nav ul {
  margin: 0 0 40px;
}
#side_nav li {
  font-size: 1.4rem;
  line-height: 1.3em;
  padding: 0 14px 8px;
}
#side_nav .tw_link {
  padding: 0 14px;
}
#side_nav .tw_link img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * 12.2 Post Formats
 */
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
  content: "\f442";
  font-size: 2.4rem;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px;
}

.blog .format-status .entry-title, .archive .format-status .entry-title {
  display: none;
}

/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 0.9%;
  text-align: left;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #000;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: block;
}

.round .gallery img {
  border-radius: 50%;
}
.round .gallery .gallery-caption {
  text-align: center;
}

.gallery a:hover * {
  opacity: 0.7;
}

/*----------------------------------------------------
	wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
  clear: both;
  font-size: 1.6rem;
  color: #000;
}
.wp-pagenavi span.current, .wp-pagenavi a {
  border-width: 1px;
  border-style: solid;
  border-color: #CF4837;
  padding: 8px 15px;
  margin: 5px 7px;
  display: inline-block;
}
.wp-pagenavi span.current {
  background-color: #CF4837;
  color: #fff;
}
.wp-pagenavi a {
  color: #000;
  border-color: #CF4837;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background-color: #CF4837;
  color: #fff;
}

/* event link */
.event_link {
  color: #000;
  position: relative;
  margin-bottom: 18px;
}
.event_link.no_link {
  background-color: #333;
  color: #fff;
}
.event_link a, .event_link span.a {
  padding: 15px 15px 12px;
  display: block;
  color: #fff;
  position: relative;
}
.event_link a:hover {
  opacity: 0.7;
}
.event_link span.p, .event_link span.lines, .event_link span.h2, .event_link span.h3, .event_link span.the_modified_date {
  display: block;
  color: #fff;
}
.event_link span.h2, .event_link span.h3 {
  font-size: 2.4rem;
  display: inline-block;
}
.event_link span.the_modified_date {
  text-align: right;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
}
.event_link span.meta_info {
  display: block;
}
.event_link span.category_label {
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 11px 2px;
}
.event_link span.the_date {
  color: #fff;
}
.event_link[class*=badge-] span.a, .event_link[class*=badge-] a {
  padding: 20px 30px 15px 20px;
}
.event_link[class*=badge-]:after {
  width: 64px;
  height: 64px;
  content: " ";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -16px;
  right: -16px;
}
.event_link.watch.badge-currently_accepting:after {
  background-image: url(../images/badge_green_x2.png);
}
.event_link.learn.badge-currently_accepting:after {
  background-image: url(../images/badge_blue_x2.png);
}
.event_link.participate.badge-currently_accepting:after {
  background-image: url(../images/badge_red_x2.png);
}
.event_link.badge-closed:after {
  background-image: url(../images/badge_closed_x2.png);
}

/*
.event_link span.p {
	display: none;
}
.event_link span.lines {
	display: none;
}
*/
/* badge */
/* Common Header
================================================*/
#masthead {
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1215686275);
  z-index: 10;
  -webkit-transition: top 0.5s 0s ease;
  transition: top 0.5s 0s ease;
}
#masthead .main_logo {
  position: absolute;
  top: 28px;
  left: 22px;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
#masthead .main_logo a {
  color: #000;
  text-decoration: none;
}
#masthead .main_logo .en {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
}
#masthead.home {
  top: -80px;
}
#masthead.home.scrolled {
  top: 0;
}

@media only screen and (max-width: 600px) {
  #masthead .main_logo {
    top: 16px;
    line-height: 1.5;
  }
  #masthead .main_logo .pc_only {
    display: none;
  }
  #masthead .main_logo .en {
    display: block;
    font-size: 1.3rem;
  }
}
#head_nav {
  max-width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-branding {
  padding: 0 0;
  margin: 45px auto 0;
  max-width: 1160px;
}
.site-branding .site-branding-inner {
  padding: 20px 10px;
}
.site-branding .main_catch {
  width: 100%;
  margin-bottom: 10px;
}
.site-branding .site-title {
  width: 100%;
  font-size: 3.6rem;
}
.site-branding img {
  width: 100%;
  height: auto;
}

body.top .site-branding .site-branding-inner {
  border-bottom: none;
}

.global_menu.pc {
  display: none;
}
.global_menu.sp {
  display: none;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  top: 45px;
  left: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.global_menu li {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.global_menu li span {
  font-size: 55%;
  vertical-align: middle;
  margin-left: 8px;
}
.global_menu li.sns {
  text-align: center;
  padding: 10px;
}
.global_menu li.sns a {
  display: inline-block;
  margin: 0 2px;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: none !important;
  border-radius: 50%;
}
.global_menu li.sns a.fb {
  background-image: url(../images/icon_fb.png);
}
.global_menu li.sns a.tw {
  background-image: url(../images/icon_tw.png);
}
.global_menu li.sns a.insta {
  background-image: url(../images/icon_insta.png);
}
.global_menu li.sns a.pin {
  background-image: url(../images/icon_pin.png);
}
.global_menu li a {
  display: block;
  text-decoration: none;
  color: #978050;
}
.global_menu li.ishikawa_kanazawa a {
  color: #C11C05;
}
.global_menu li.tokyo a {
  color: #41B15F;
}
.global_menu li.kyoto a {
  color: #DC4C79;
}
.global_menu li a:hover {
  border-color: #978050;
}

body.info .global_menu li.info a, body.introduction .global_menu li.introduction a, body.event .global_menu li.event a, body.single-event .global_menu li.event a, body.interview .global_menu li.interview a, body.hundred_years .global_menu li.hundred_years a, body.committee .global_menu li.committee a, body.tokyo_outline .global_menu li.tokyo_outline a {
  border-color: #978050;
}

.global_menu li.keywords a {
  color: #DC813B;
  border-color: #DC813B;
}
.global_menu li.keywords a span {
  display: inline-block;
  background: url(../images/keyword_icon.png) no-repeat 0 0;
  padding-left: 20px;
  font-weight: inherit;
}

body:not(.toppage) #content {
  padding: 0 0 0;
}

/*  ハンバーガーメニュー  
=====================================================*/
#nav-drawer {
  position: absolute;
  top: 24px;
  right: 24px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 36px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  z-index: 60;
  cursor: pointer;
}
#nav-open span {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 33px;
  /*長さ*/
  background-color: #000;
  display: block;
  content: "";
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
}
#nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 33px;
  /*長さ*/
  background-color: #000;
  display: block;
  content: "";
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
}
#nav-open span:before {
  bottom: -24px;
}
#nav-open span:after {
  bottom: -12px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 30;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  text-align: center;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  /*最前面に*/
  width: 100vw;
  /*左側に隙間を作る（閉じるカバーを表示）*/
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  transform: translateY(-125%);
  /*右に隠しておく*/
  background-color: #fff;
  bottom: 0;
  overflow-y: auto;
}
#nav-content .nav-content-inner {
  position: relative;
  z-index: 1;
}
#nav-content li {
  line-height: 3;
}
#nav-content li.site_top {
  margin-top: 40px;
  margin-bottom: 40px;
}
#nav-content a {
  text-decoration: none;
  color: #000;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}
#nav-input:checked ~ #nav-open span {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
#nav-input:checked ~ #nav-open span:before {
  -webkit-transform: translateY(-6px) translateX(0px) rotate(720deg);
  -ms-transform: translateY(-6px) translateX(0px) rotate(720deg);
  transform: translateY(-6px) translateX(0px) rotate(720deg);
  opacity: 0;
}
#nav-input:checked ~ #nav-open span:after {
  -webkit-transform: translateY(-12px) translateX(0px) rotate(-90deg);
  -ms-transform: translateY(-12px) translateX(0px) rotate(-90deg);
  transform: translateY(-12px) translateX(0px) rotate(-90deg);
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  /*中身を表示（左へスライド）*/
  opacity: 1;
}

/* Top page and old top page
================================================*/
/* Top Header */
nav.motivation {
  margin-right: -3px;
  margin-bottom: 24px;
}
nav.motivation ul {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
nav.motivation ul li {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  line-height: 1.5;
}
nav.motivation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
  height: 60px;
  text-decoration: none;
  color: #fff;
  background-color: #AC986B;
}
nav.motivation ul li a span {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: inherit;
}

@media only screen and (min-width: 450px) {
  nav.motivation ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 700px) {
  nav.motivation ul li {
    width: auto;
  }
}
/* top sns */
.top_sns {
  text-align: center;
  margin: 20px 0 30px;
}
.top_sns iframe {
  vertical-align: bottom;
}

/* top local nav */
.global_menu.top {
  display: none;
}

/* area_map */
.area_map p {
  margin: 0 auto 30px;
  text-align: center;
}
.area_map p img {
  max-width: 100%;
}
.area_map p.area_map_pc {
  display: none;
}

/* keywords */
.search_box h3 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: bold;
  color: #C11C05;
  padding: 0 0 0 30px;
  background: url(../images/icon_search.svg) no-repeat 0 0;
}
.search_box .keyword_element {
  margin-bottom: 40px;
}

.keyword_unit {
  margin: 0 4px 12px;
  border: 1px solid #978050;
  border-radius: 30px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px 15px 2px;
  color: #978050;
  text-decoration: none;
  cursor: pointer;
}
.keyword_unit.active, .keyword_unit:hover {
  background-color: #978050;
  color: #fff;
}
.keyword_unit:focus {
  border-radius: 30px;
}

#keywords_content {
  display: none;
  background-color: #978050;
  padding: 10px 5px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
#keywords_content .keywords_content_inner {
  margin: 0 auto 0;
}
#keywords_content a {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 5px 5px 1px 5px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0;
}
#keywords_content a:hover, #keywords_content a:active {
  font-weight: normal;
}

/* .talk_relay.toppage */
.talk_relay_baton header {
  height: 50px;
  letter-spacing: 0.1em;
  width: auto;
  border-radius: 12px/50%;
  background-color: #978050;
  position: relative;
}
.talk_relay_baton header p {
  font-size: 1.4rem;
  width: 230px;
  position: absolute;
  right: 6px;
  top: 50px;
}
.talk_relay_baton header p a {
  display: block;
  height: 50px;
  padding: 8px 0 0 0;
  text-align: right;
  color: #978050;
  text-decoration: none;
}
.talk_relay_baton header p a span {
  background-image: none;
  padding-left: 0px;
}
.talk_relay_baton header p a span:before {
  display: inline;
  content: "→";
}
.talk_relay_baton header .title_box {
  margin-right: 0;
  background-color: #C11C05;
  height: 50px;
  color: #fff;
  border-radius: 12px/50%;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  position: relative;
}
.talk_relay_baton header .title_box:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: " ";
  height: 50px;
  width: 24px;
  background-color: #C11C05;
  border-radius: 12px/50%;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
}
.talk_relay_baton header .title_box h2 {
  display: inline-block;
  height: 50px;
  padding: 16px 0 0 40px;
  font-weight: bold;
  font-size: 1.4rem;
}
.talk_relay_baton header .title_box h2 .pc {
  display: none;
  font-weight: bold;
}
.talk_relay_baton header .title_box .time {
  font-size: 2.4rem;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
}
.talk_relay_baton header .title_box .time span {
  font-size: 58%;
  margin-left: 4px;
}
.talk_relay_baton .entry-content {
  margin: 50px 0;
  border-radius: 20px;
  padding: 20px 20px 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.talk_relay_baton .entry-content p {
  margin-bottom: 8px;
}
.talk_relay_baton .entry-content:after {
  content: url(../images/hukidashi.svg);
  display: inline-block;
  width: 40px;
  height: 19px;
  position: absolute;
  left: 40px;
  bottom: -22px;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}
.talk_relay_baton .entry-content figure, .talk_relay_baton .entry-content img {
  max-width: 300px;
}
.talk_relay_baton .meta {
  letter-spacing: 0.1em;
}
.talk_relay_baton .meta p.title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.talk_relay_baton .meta p.sub, .talk_relay_baton .meta p.name {
  font-size: 1.4rem;
}
.talk_relay_baton .meta .related_event {
  margin: 20px 0 30px;
}
.talk_relay_baton .meta .related_event p.title {
  text-align: left;
}
.talk_relay_baton.no_past header p {
  display: none;
}
.talk_relay_baton.no_past header .title_box {
  margin-right: 0;
}

.event_miniblock {
  border: 1px solid #978050;
  margin: 0 0 8px;
  display: block;
  color: #978050;
  text-decoration: none;
  height: 75px;
  overflow: hidden;
}
.event_miniblock img {
  width: 73px;
  height: 73px;
  float: left;
}
.event_miniblock .txt {
  margin-right: 4px;
}
.event_miniblock p.sub {
  margin-top: 7px;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.event_miniblock p.event_title {
  margin-top: 7px;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 10px;
  /* multi line ... config */
  line-height: 1.4;
  height: 2.8em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}
.event_miniblock p.event_title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.event_miniblock p.event_title:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left: -1em;
}
.event_miniblock:after {
  display: block;
  content: " ";
  clear: both;
}
.event_miniblock:hover, .event_miniblock.active {
  color: #C11C05;
  opacity: 1;
}

section.top {
  letter-spacing: 0.1em;
}
section.top header {
  padding: 0px 0 20px;
}
section.top h2 {
  margin: 60px 0 15px;
  font-size: 2rem;
  color: #C11C05;
  font-weight: bold;
}
section.top h2 a, section.top h2 span {
  display: inline-block;
  color: #C11C05;
  text-decoration: none;
  font-weight: bold;
}
section.top .page_text {
  padding: 0 30px;
  max-width: 700px;
  margin: 30px auto;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
section.top .page_text h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 30px;
}
section.top a.more-link {
  margin-top: 30px;
  display: inline-block;
  float: right;
  color: #978050;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
}
section.top .event_link {
  margin: 20px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.top .news_content {
  max-width: 1300px;
  margin: 0 auto;
}
section.top .news_content .news_content_inner {
  border-top: 1px solid #999;
}
section.top .news_content article {
  border-bottom: 1px solid #999;
  padding: 20px 0;
  font-size: 1.6rem;
  color: #333;
}
section.top .news_content article time {
  float: left;
  width: 135px;
  padding-left: 10px;
}
section.top .news_content article h1 {
  margin-left: 135px;
}
section.top .news_content article a {
  color: #333;
  text-decoration: none;
}
section.top .festival_schedule {
  background: no-repeat url(../images/festival_bg.jpg) center center;
  background-size: cover;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.top .festival_schedule a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  border: 3px solid #fff;
}
section.top .festival_schedule a.show {
  margin-right: 22px;
  background: no-repeat url(../images/icon_open_window.svg) 14px 13px;
  padding: 11px 17px 11px 44px;
}
section.top .festival_schedule a.download {
  background: no-repeat url(../images/arrow_bottom.svg) 11px 8px;
  padding: 11px 17px 11px 33px;
}
section.top .dl_content a {
  display: block;
  border: 2px solid #D3C8B1;
  padding: 16px 16px 16px 48px;
  color: #978050;
  background: no-repeat url(../images/arrow_bottom_gold.svg) 19px 16px;
  margin-bottom: 8px;
  text-decoration: none;
}

.top_foot_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: space-between;
  flex-flow: space-between;
}
.top_foot_block > section {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.top_foot_block > section .sns_unit {
  margin: 0 auto 20px;
  overflow: hidden;
}
.top_foot_block > section .sns_unit iframe {
  max-width: 100%;
}
.top_foot_block > section .fb-page {
  width: 100%;
  max-width: 100%;
  max-height: 700px;
}
.top_foot_block > section .fb-page > span {
  width: 100% !important;
  margin-bottom: 30px;
}
.top_foot_block > section#insta iframe {
  width: 100%;
  max-width: 100%;
  max-height: 700px;
  -webkit-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
  border-radius: 0 !important;
  border: 1px solid #978050 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1px 0 0 !important;
}
.top_foot_block > section#tw iframe {
  border: 1px solid #978050 !important;
  padding: 0 1px 0 0 !important;
  max-height: 700px;
}

/* Grid articles */
#article_grid_container {
  margin: 30px auto 40px;
}
#article_grid_container.top {
  padding: 0;
  margin: 0 auto 40px;
}

#article_grid {
  width: auto;
  margin: auto auto;
  /*overflow: hidden;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#article_grid .brick {
  -webkit-perspective: 1110px;
  perspective: 1110px;
  -webkit-perspective-origin: 25% 75%;
  perspective-origin: 25% 75%;
  float: left;
  cursor: default;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: relative;
  border-color: #978050;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 3% !important;
}
#article_grid .brick.layout_element {
  height: 0;
  border: none;
}
#article_grid .brick a {
  width: 100%;
  height: 100%;
  -webkit-perspective: 1110px;
  perspective: 1110px;
  -webkit-perspective-origin: 25% 75%;
  perspective-origin: 25% 75%;
  position: relative;
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  line-height: 1.2em;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.95);
}
#article_grid .brick a h2 {
  line-height: 1.2em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #978050;
  font-weight: bold;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#article_grid .brick a h3 {
  margin: 8px 0 0;
  line-height: 1.2em;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#article_grid .brick a .meta_info {
  line-height: 2;
  letter-spacing: 0.1em;
}
#article_grid .brick a .meta_info .category_label {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14.5px;
  line-height: 1;
  height: auto;
  padding: 5px 11px 4px;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  margin-right: 10px;
}
#article_grid .brick a .meta_info span.the_date {
  font-size: 1.4rem;
  display: inline;
}
#article_grid .brick a .meta_info .place {
  display: inline;
}
#article_grid .brick a .privilege, #article_grid .brick a .kimono {
  color: #c00;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
#article_grid .brick a img {
  float: right;
  max-width: 50%;
  width: 110px;
  height: auto;
  margin: 0 0 8px 8px;
}
#article_grid .brick.boxsize-2x2 .text h2 {
  font-size: 3rem;
}
#article_grid a .text .the_modified_date {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 100%;
  text-align: right;
  font-size: 1.1rem !important;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#article_grid .brick a:hover {
  /*color: #333;*/
}
#article_grid .brick.boxsize-round {
  border-radius: 50%;
}
#article_grid .brick.boxsize-round .text {
  border-radius: 50%;
  text-align: center;
  padding: 26px 16px 20px;
}
#article_grid .boxsize-round a .text .the_modified_date {
  bottom: 20px;
  text-align: center;
}
#article_grid .boxsize-round .text p {
  font-size: 1.4rem;
  margin: 0 0 4px;
}
#article_grid .brick .text span.lines {
  font-size: inherit;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  padding: 2px 6px;
}
#article_grid .brick .text p.sub_title {
  font-size: 1.4rem;
  margin: 0 0 4px;
}
#article_grid .brick[class*=badge-] .text h2 {
  margin-right: 20px;
}
#article_grid .brick[class*=badge-] .text:after, #article_grid .brick[class*=badge-] .text:before {
  width: 52px;
  height: 52px;
  content: " ";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -20px;
  right: -20px;
}
#article_grid .brick[class*=badge-].boxsize-round .text:after, #article_grid .brick[class*=badge-].boxsize-round .text:before {
  top: -23px;
  right: -23px;
}
#article_grid .brick[class*=badge-].boxsize-round .text h2 {
  margin: 0 0 0 0;
}
#article_grid .badge-currently_accepting .text:after {
  background-image: url(../images/badge_accepting.svg);
}
#article_grid .badge-closed .text:after {
  background-image: url(../images/badge_closed.svg);
}
#article_grid .badge-finished .text:before {
  background-image: url(../images/badge_finished.svg);
}
#article_grid .badge-upcoming .text:before {
  background-image: url(../images/badge_upcoming.svg);
}
#article_grid .badge-tomorrow_open .text:before {
  background-image: url(../images/badge_tomorrow_open.svg);
}
#article_grid .badge-nowon .text:before {
  background-image: url(../images/badge_nowon.svg);
}
#article_grid .brick.badge-nowon.badge-currently_accepting .text:after, #article_grid .brick.badge-nowon.badge-closed .text:after {
  top: 40px;
}
#article_grid .brick.badge-finished.badge-currently_accepting .text:after, #article_grid .brick.badge-finished.badge-closed .text:after {
  top: 40px;
}
#article_grid .brick.badge-upcoming.badge-currently_accepting .text:after, #article_grid .brick.badge-upcoming.badge-closed .text:after {
  top: 40px;
}
#article_grid .brick.badge-tomorrow_open.badge-currently_accepting .text:after, #article_grid .brick.badge-tomorrow_open.badge-closed .text:after {
  top: 40px;
}
#article_grid .brick.badge-nowon.badge-currently_accepting.boxsize-round .text:after, #article_grid .brick.badge-nowon.badge-closed.boxsize-round .text:after {
  top: 43px;
}
#article_grid .brick.badge-finished.badge-currently_accepting.boxsize-round .text:after, #article_grid .brick.badge-finished.badge-closed.boxsize-round .text:after {
  top: 43px;
}
#article_grid .brick.badge-upcoming.badge-currently_accepting.boxsize-round .text:after, #article_grid .brick.badge-upcoming.badge-closed.boxsize-round .text:after {
  top: 43px;
}
#article_grid .brick.badge-tomorrow_open.badge-currently_accepting.boxsize-round .text:after, #article_grid .brick.badge-tomorrow_open.badge-closed.boxsize-round .text:after {
  top: 43px;
}
#article_grid .badge-photo a:before {
  width: 52px;
  height: 52px;
  content: " ";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: -13px;
  bottom: 14px;
  background-image: url(../images/badge_photo.svg);
  z-index: 5;
}

@media only screen and (min-width: 600px) {
  #article_grid .brick {
    width: 48.5%;
    height: inherit;
  }
  #article_grid .brick:before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  #article_grid .brick a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #article_grid .brick.boxsize-1x2:before {
    padding-top: 200%;
  }
  #article_grid .brick.boxsize-2x1 {
    width: 100%;
  }
  #article_grid .brick.boxsize-2x1:before {
    padding-top: 50%;
  }
  #article_grid .brick.boxsize-2x2 {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  #article_grid .brick {
    width: 31.3333%;
  }
  #article_grid .brick.boxsize-1x2:before {
    padding-top: 200%;
  }
  #article_grid .brick.boxsize-2x1 {
    width: 65.6666%;
  }
  #article_grid .brick.boxsize-2x1:before {
    padding-top: 50%;
  }
  #article_grid .brick.boxsize-2x2 {
    width: 65.6666%;
  }
}
@media only screen and (min-width: 1100px) {
  #article_grid .brick {
    width: 22.75%;
  }
  #article_grid .brick.boxsize-1x2:before {
    padding-top: 200%;
  }
  #article_grid .brick.boxsize-2x1 {
    width: 48.5%;
  }
  #article_grid .brick.boxsize-2x1:before {
    padding-top: 50%;
  }
  #article_grid .brick.boxsize-2x2 {
    width: 48.5%;
  }
}
/* 円形 */
/* badge */
/* photo */
/* News
================================================*/
.news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_content article, .news_content .layout_element {
  width: 48.5%;
  padding-bottom: 24px;
}
.news_content article figure, .news_content .layout_element figure {
  border: 1px solid #AC986B;
}
.news_content article figure img, .news_content .layout_element figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.news_content article .txt, .news_content .layout_element .txt {
  margin: 4px 4px 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.news_content article h3, .news_content .layout_element h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0;
}
.news_content article a, .news_content .layout_element a {
  color: #C11C05;
  text-decoration: none;
}
.news_content article a.moretag, .news_content .layout_element a.moretag {
  color: #978050;
  font-size: 1.2rem;
  display: block;
  margin: 8px 2px;
  font-weight: bold;
}
.news_content article time, .news_content .layout_element time {
  display: none;
}

@media only screen and (min-width: 780px) {
  .news_content article, .news_content .layout_element {
    width: 31.3333%;
  }
}
@media only screen and (min-width: 1060px) {
  .news_content article, .news_content .layout_element {
    width: 22.75%;
  }
}
/* Info 
================================================*/
body.info #main header.page-header {
  padding: 20px 0;
}
body.info #main header.page-header h2 a:hover {
  text-decoration: underline;
}
body.info #main div.article_container {
  margin: 0 30px;
}
body.info #main article {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.35);
  margin: 0 auto 30px;
}
body.info #main article .entry-title {
  padding: 25px 30px 20px;
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
}
body.info #main article .entry-title a {
  text-decoration: none;
  color: #333;
}
body.info #main article .entry-title a:hover {
  text-decoration: underline;
}
body.info #main article .meta_info {
  padding: 10px 30px 10px;
}
body.info #main article .entry-content {
  padding: 0 30px 20px;
}
body.info #main article time {
  display: block;
  padding: 0 0 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

span[id^=more]:before {
  content: " ";
  height: 60px;
  display: block;
}

/* tsukuru forum, 絶滅危惧, 私の好きな工芸
================================================*/
.sub_header {
  background-color: #978050;
  color: #fff;
  padding: 14px 0 12px;
}

#my_favorites_nav.sub_header {
  background-color: #1B8447;
}

.sub_header_inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.sub_header p {
  font-size: 2.4rem;
  display: inline-block;
}
.sub_header ul {
  display: inline-block;
}
.sub_header li {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 0 0 30px;
}
.sub_header a {
  color: #fff;
  text-decoration: none;
}
.sub_header a:hover {
  text-decoration: underline;
}

/* list */
#main .list_box article.brick {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 35px;
}

.list_box .photo {
  width: 50%;
  float: left;
}
.list_box .photo img {
  width: 100%;
  height: auto;
}
.list_box .text {
  margin-left: 52%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 35px;
}
.list_box .brick .text h2 {
  line-height: 1.2em;
  font-size: 2.4rem;
  letter-spacing: 0em;
}
.list_box .brick .text p {
  font-size: 1.4rem !important;
}
.list_box .brick .text h3 {
  margin: 8px 0 0;
  line-height: 1.2em;
  font-size: 1.8rem;
  font-family: inherit;
}
.list_box .text .the_modified_date {
  position: absolute;
  left: 52%;
  bottom: 5px;
  width: 48%;
  text-align: left;
  font-size: 1.1rem !important;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal !important;
}
.list_box .brick a {
  text-decoration: none;
  color: #978050;
}
.list_box .brick.coming_soon {
  color: #555;
}
.list_box .brick a:hover {
  opacity: 0.7;
}
.list_box .brick.watch a, .list_box .brick.learn a, .list_box .brick.participate a {
  color: #978050;
}
.list_box .boxsize-round .text p {
  font-size: 1.4rem;
  margin: 0 0 4px;
}
.list_box .brick .text span.lines {
  font-size: inherit;
  border-width: 1px 0;
  border-style: solid;
  border-color: #555;
  padding: 2px 6px;
}
.list_box .brick a .text span.lines, .list_box .brick.watch a .text span.lines, .list_box .brick.learn a .text span.lines, .list_box .brick.participate a .text span.lines {
  border-color: #978050;
}
.list_box .brick[class*=badge-] .photo {
  position: relative;
}
.list_box .brick[class*=badge-] .photo:after {
  width: 64px;
  height: 64px;
  content: " ";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 0px;
}
.list_box .brick[class*=badge-].boxsize-round .photo:after {
  top: -8px;
  right: -8px;
}
.list_box .brick[class*=badge-].boxsize-round .photo h2 {
  margin: 0 0 0 0;
}
.list_box .watch.badge-currently_accepting .photo:after {
  background-image: url(../images/badge_green_x2.png);
}
.list_box .learn.badge-currently_accepting .photo:after {
  background-image: url(../images/badge_blue_x2.png);
}
.list_box .participate.badge-currently_accepting .photo:after {
  background-image: url(../images/badge_red_x2.png);
}
.list_box .badge-closed .photo:after {
  background-image: url(../images/badge_closed_x2.png);
}
.list_box .badge-now_open .photo:after {
  background-image: url(../images/badge_now_open.png);
}

/* 円形 */
/* badge */
/* Single page
================================================*/
/* Event */
body:not(.home) #main {
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category_label {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  display: inline-block;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 30px;
  padding: 0 11px;
  margin: 0 4px 0 0;
  height: 26px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  border: 1px solid #978050;
  position: relative;
  left: 10px;
  top: -2px;
}

.article_body {
  margin: 0 auto 80px;
}
.article_body p.place_name_en {
  font-size: 1.1rem;
}
.article_body .acf-map {
  margin-bottom: 20px;
}
.article_body .article_summary {
  display: block;
  width: 100%;
}
.article_body .article_summary .article_summary_inner {
  padding-top: 70px;
  margin-top: -70px;
}
.article_body .article_summary p.entry-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.article_body .article_summary .date {
  margin-bottom: 10px;
}
.article_body .article_summary .date p {
  font-size: 1.4rem;
}
.article_body .article_summary .place_name {
  margin-bottom: 20px;
}
.article_body .article_summary .place_name p {
  font-size: 1.4rem;
}
.article_body .article_summary p.address {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.article_body .article_summary .keyword p.keyword_title {
  font-size: 1.4rem;
}
.article_body .article_summary .keyword a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #978050;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 2px 6px 0;
}
.article_body .article_summary .keyword .keyword_block {
  padding: 8px 0 2px;
  border-bottom: 0 dotted #ccc;
}
.article_body .article_summary .eye_catch {
  margin-bottom: 12px;
}
.article_body .article_summary img {
  max-width: 100%;
  height: auto;
}

.masterpieces, .past_event {
  clear: both;
}

.relation_box {
  border: 2px solid #000;
  padding: 2px 30px 20px;
  position: relative;
}
.relation_box:after {
  content: " ";
  display: block;
  clear: both;
}
.relation_box header {
  position: relative;
  left: 0;
  top: -12px;
  text-align: center;
}
.relation_box h4 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  display: inline;
  background-color: #fff;
  padding: 0 10px;
}
.relation_box .eyecatch {
  border-bottom: none;
}
.relation_box .eyecatch img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.relation_box a {
  text-decoration: none;
}
.relation_box .the_date, .relation_box .office_hours {
  margin-bottom: 12px;
}
.relation_box .address {
  margin-top: 12px;
}
.relation_box h2 {
  font-size: 2.4rem;
  color: #978050;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px !important;
  clear: none;
}
.relation_box h3 {
  font-size: 1.6rem;
  color: #978050;
  margin: 8px 0 10px;
  font-weight: normal;
}
.relation_box p:last-child {
  margin-bottom: 0;
}
.relation_box footer {
  margin-top: 50px;
  border-top: 1px solid #978050;
  clear: both;
}
.relation_box footer .place_title {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.relation_box footer .place_title h4 {
  position: relative;
  left: 0;
  top: -12px;
  color: #978050;
}
.relation_box.related_event {
  border: 2px solid #978050;
}
.relation_box.related_event h4 {
  color: #978050;
}

h4.organization_sub {
  background-color: #333;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.masterpieces .masterpieces_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.masterpieces .masterpieces_container .masterpiece_block {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-bottom: 30px;
}
.masterpieces .masterpieces_container .masterpiece_block a {
  border-bottom: none;
}
.masterpieces .masterpieces_container .masterpiece_block img {
  display: block;
}
.masterpieces .masterpieces_container .masterpiece_block figcaption {
  letter-spacing: 0.1em;
}
.masterpieces .masterpieces_container .masterpiece_block figcaption .title {
  color: #978050;
  font-size: 1.6rem !important;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 10px;
}
.masterpieces .masterpieces_container .masterpiece_block figcaption .author, .masterpieces .masterpieces_container .masterpiece_block figcaption .times, .masterpieces .masterpieces_container .masterpiece_block figcaption .description {
  font-size: 1.4rem !important;
  margin-bottom: 2px !important;
}

/* fit-sidebar */
.fit-sidebar-fixed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank {
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}

.fb-like {
  vertical-align: bottom;
  display: inline-block !important;
}

.article_element {
  padding: 15px;
}

body.info .article_element {
  border-width: 0 0 0 0;
}

.meta_info + .article_element {
  border-width: 0;
}

#main article .place_name p {
  font-size: 1.8rem;
}
#main article .movie {
  text-align: center;
}

article iframe {
  max-width: 100%;
  margin: 0 auto 0;
  vertical-align: bottom;
}

body.single #main article .place_logo {
  float: right;
  margin-left: 20px;
}

/* photos */
.photos {
  max-width: 100%;
  margin: 10px auto 10px;
}
.photos figure {
  float: left;
  width: 48%;
  margin: 0 0 4% 4%;
}
.photos figure:nth-child(2n+1) {
  clear: both;
  margin: 0 0 4% 0;
}
.photos figure figcaption {
  margin: 5px 0;
}
.photos figure img {
  width: 100%;
}
.photos.photo_num_1 figure {
  width: 100%;
  margin: 0 0 4% 0;
  clear: none;
}
.photos.photo_num_2 figure {
  width: 48%;
  margin: 0 0 4% 4%;
  clear: none;
}
.photos.photo_num_2 figure:nth-child(2n+1) {
  clear: both;
  margin: 0 0 4% 0;
}
.photos.photo_num_3 figure {
  width: 31%;
  margin: 0 0 4% 3.5%;
  clear: none;
}
.photos.photo_num_3 figure:nth-child(3n+1) {
  clear: both;
  margin: 0 0 4% 0;
}
.photos.photo_num_4 figure {
  width: 22.75%;
  margin: 0 0 4% 3%;
  clear: none;
}
.photos.photo_num_4 figure:nth-child(4n+1) {
  clear: both;
  margin: 0 0 4% 0;
}
.photos.cl2 {
  margin: 0 -15px;
}
.photos.cl2 a {
  float: left;
  width: 50%;
  margin: 0 15px 30px;
}
.photos.cl2:after {
  content: " ";
  display: block;
  clear: both;
}

/* event_spec */
.event_spec {
  border-top: 2px solid #ccc;
  margin-bottom: 40px;
  clear: both;
}
.event_spec .line {
  margin: 0;
  border-bottom: 2px solid #ccc;
}
.event_spec .line:after {
  content: " ";
  display: block;
  clear: both;
}
.event_spec .line .l, .event_spec .line .r {
  float: left;
  padding: 10px 5px;
  overflow-wrap: break-word;
}
.event_spec .line .l {
  width: 25%;
  font-weight: bold;
}
.event_spec .line .r {
  width: 75%;
}
.event_spec p {
  margin: 0;
}

.event_detail2 {
  margin-bottom: 40px;
}

/* map */
.acf-map {
  width: 100%;
  height: 250px;
  border: #ccc solid 1px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.acf-map img {
  max-width: none;
}

/* table */
#main article table, #main article th, #main article td {
  border: 1px solid #999;
}
#main article .mce-item-table {
  border: 1px solid #999;
}
#main article .mce-item-table th, #main article .mce-item-table td {
  border: 1px solid #999;
}
#main article table a {
  color: #333;
}
#main article table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 0;
  border-color: #999;
  border-style: solid;
  margin: 0 0 28px;
  width: 100%;
}
#main article .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 0;
  border-color: #999;
  border-style: solid;
  margin: 0 0 28px;
  width: 100%;
}
#main article table th, #main article .mce-item-table th {
  border-width: 0 0 1px 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
#main article table caption {
  border-width: 0 0 1px 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
#main article table td {
  border-width: 0 0 1px 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.4rem;
  padding: 10px 10px 10px 0;
  vertical-align: baseline;
}
#main article .mce-item-table td {
  border-width: 0 0 1px 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.4rem;
  padding: 10px 10px 10px 0;
  vertical-align: baseline;
}
#main article table.no_lines {
  border-width: 0;
}
#main article table.no_lines th, #main article table.no_lines td {
  border-width: 0;
  padding: 0;
}

/* table custom */
/* tsukuru_forum single */
body.tsukuru_forum #main article p {
  font-size: 1.8rem;
}

/* form button */
article .entry-content.forms .form_buttons p {
  font-size: 1.8rem;
  float: none;
  line-height: 1em;
}

#main article .entry-content.forms p a {
  display: block;
  font-weight: bold;
  padding: 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-width: 3px;
  border-style: solid;
  border-color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
#main article .entry-content.forms p a:hover {
  background-color: #fff !important;
  color: #333;
}

/* pdf link */
p.pdf_link {
  font-size: 1.3rem !important;
}
p.pdf_link a {
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: #333;
  border-radius: 30px !important;
  padding: 115px 25px 25px 25px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-position: center 20px;
  text-align: center;
  background-image: url(../images/pdf_icon.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: 1.2;
}

.entry-content p.pdf_link a:hover {
  opacity: 0.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.pdf_title1 {
  display: block;
  font-size: 1.6rem;
  color: #000;
  padding: 0;
  margin: 4px 0 10px;
  font-weight: normal;
  line-height: 1.2;
}

.pdf_title2 {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

/* facebook inline */
.fb-post + table {
  clear: both;
  margin-top: 50px !important;
}

/* forms */
#the_event_info {
  display: none;
}

.mw_wp_form_input input[readonly] {
  opacity: 0.7;
  background-color: #eee;
}

body.inquiry.no_event_id .event_info, body.entry_form.no_event_id .event_info, body.inquiry.no_event_id #back_to_event {
  display: none;
}

.mw_wp_form {
  background-color: rgba(255, 255, 255, 0.7);
}
.mw_wp_form input[type=text], .mw_wp_form input[type=number], .mw_wp_form input[type=email] {
  border: none;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 10px;
  width: 100%;
  font-size: 1.6rem;
  max-width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mw_wp_form input[type=text].phone {
  width: 80px;
}
.mw_wp_form .event_info input[type=text] {
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 1.8rem;
}
.mw_wp_form .event_info #event_url {
  display: none;
}
.mw_wp_form .event_info h1 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.mw_wp_form .event_info p {
  margin: 8px 0 0;
}

#the_event_info #the_event_info {
  display: none;
}

.mw_wp_form textarea {
  border: none;
  background-color: #f3f3f3;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mw_wp_form .submit_btn {
  text-align: center;
}
.mw_wp_form input[type=submit] {
  font-size: 1.8rem;
  padding: 20px 30px;
  display: inline;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-width: 5px;
  border-style: solid;
  border-color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin: 20px 5px 0;
}
.mw_wp_form input[type=submit]:hover {
  background-color: #fff !important;
  color: #333;
}
.mw_wp_form .event_info, .mw_wp_form .entry_targets {
  border-width: 5px 5px 0px 5px;
  border-style: solid;
  border-color: #C11C05;
  padding: 15px;
}
.mw_wp_form .form_box {
  border-width: 5px 5px 0px 5px;
  border-style: solid;
  border-color: #C11C05;
  padding: 15px;
  border-width: 5px;
  padding: 15px;
}

.form_box p {
  font-size: 1.6rem;
}

.mw_wp_form label {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.mw_wp_form .vertical-item {
  line-height: 2.5em;
}

#main article .mw_wp_form table th {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 15px;
  max-width: 200px;
  min-width: 100px;
}
#main article .mw_wp_form table td {
  font-size: 1.3rem;
}

.mw_wp_form_confirm .event_info, .mw_wp_form_confirm .entry_targets {
  font-size: 1.6rem;
}

#main article .mw_wp_form.mw_wp_form_confirm table td {
  font-size: 1.6rem;
}

#back_to_event {
  margin: 30px 15px 10px;
  font-size: 1.6rem;
}
#back_to_event a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
  border: 5px solid rgba(0, 0, 0, 0);
  padding: 20px;
  line-height: 1em;
  display: block;
  text-align: center;
}
#back_to_event a:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border: 5px solid rgba(0, 0, 0, 0.7);
}

.mw_wp_form select#prefectures, .mw_wp_form select#age {
  padding: 8px 12px;
  line-height: 1em;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.form_notice {
  font-size: 1.2rem;
}

/*
PAGE
**********************/
/*
ARCHIVES
**********************/
/* event */
.archives-title h1 {
  margin: 30px auto;
  font-size: 2.4rem;
}

/* meta slider
++++++++++++++++++++++++++++++++*/
.flex-control-nav {
  bottom: -50px !important;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  background: #ccc !important;
  border-radius: 50% !important;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: #DF5A52 !important;
}

.metaslider {
  margin-top: 60px !important;
  margin-bottom: 100px !important;
}

/* 2023
++++++++++++++++++++++++++++++++*/
/* wpml */
.wpml-ls-legacy-list-horizontal {
  position: absolute;
  top: 20px;
  right: 80px;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.wpml-ls-legacy-list-horizontal ul li:not(:last-child):after {
  content: "/";
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  border-bottom: 1px solid #000;
}
.wpml-ls-legacy-list-horizontal a {
  color: #000;
  display: inline-block;
  padding: 5px 0 6px;
}

/* other */
.breadcrumb {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 70px 180px 70px 6px;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}
.eyecatch.writer {
  margin: 0 auto;
  max-width: 284px;
}
.eyecatch figcaption {
  font-size: 1.1rem;
  letter-spacing: 0;
}

.page-eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}
.page-eyecatch.sozai {
  border: 5px solid #B6A076;
  margin-bottom: 120px;
}

.contents_inner_full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.contents_inner, .entry-content, .entry-header-inner {
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.narrow {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.narrow p {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 1em;
}

.entry-header-inner {
  padding-top: 90px;
  padding-left: 18px;
  padding-right: 18px;
}

.entry-content p.sub_title, .sub_title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
}

.series_title {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.entry-content h1.entry-title, .entry-title {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.02em;
  margin-bottom: 80px;
}

.entry-content h1.entry-title.sozai, .entry-title.sozai {
  margin-bottom: 50px;
}

.credit {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 6px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.credit a {
  color: #000;
}
.credit figure {
  width: 60px;
}
.credit figure img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.credit .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.credit p {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2rem !important;
  letter-spacing: 0.1em !important;
  line-height: 1.6 !important;
  margin-bottom: 0;
  font-weight: 500;
}

.ez-toc-container-direction {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 80px;
  margin-bottom: 90px;
}
.ez-toc-container-direction .ez-toc-title {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.ez-toc-container-direction ul {
  border-left: 3px solid #707070;
  padding-left: 30px;
}
.ez-toc-container-direction ul li {
  display: block;
  font-size: 1.4rem;
}
.ez-toc-container-direction a {
  color: #000;
  text-decoration: underline;
}

.wp-block-image figure {
  margin-bottom: 5em;
}
.wp-block-image figcaption {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.wp-block-image figcaption em {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-style: normal;
  font-size: 1.1rem;
}

.wp-block-group.person {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 40px 10px 30px;
  letter-spacing: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}
.wp-block-group.person h4 {
  margin: 0 0 8px 200px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 700;
}
.wp-block-group.person h4 em {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
}
.wp-block-group.person p {
  margin: 0 0 0 200px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
}
.wp-block-group.person .wp-block-image {
  margin-bottom: 0;
}
.wp-block-group.person + .person {
  margin-top: -90px;
  border-top: none;
}
.wp-block-group.person.sozai {
  border-top: none;
  border-bottom: none;
  margin: 0;
}
.wp-block-group.person.sozai.ando {
  margin-top: 30px;
}
.wp-block-group.person.small {
  padding: 0 0;
}
.wp-block-group.person.small h4 {
  margin: 0 0 8px 150px;
  line-height: 2.4;
}
.wp-block-group.person.small p {
  margin: 0 0 0 150px;
}
.wp-block-group.person.small .wp-block-image {
  margin-bottom: 0;
}

.n2-ss-slider {
  margin-bottom: 80px;
}

.cat_title {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  top: 0;
  right: left;
  padding-left: 18px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.cat_title small {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

/* sozai
++++++++++++++++++++++++++++++++*/
.sozai_index {
  border: 3px solid #ccc;
  border-radius: 20px;
  padding: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 80px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif !important;
}
.sozai_index a {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  background-color: #CF4837;
  padding: 1px 4px;
}
.sozai_index a.gold {
  background-color: #B6A076;
}

.entry-title.sozai {
  font-size: 2.8rem;
}
.entry-title.sozai .sub {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #B6A076;
}
.entry-title.sozai .public {
  color: #CF4837;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  border: 2px solid #CF4837;
  padding: 2px 10px;
  font-style: normal;
  line-height: 1.5;
}

.entry-content p.title_obi {
  color: #fff;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.entry-content p.title_obi .black {
  background-color: #333;
  padding: 3px 12px;
  display: inline-block;
}
.entry-content p.title_obi .gold {
  background-color: #B6A076;
  padding: 3px 12px;
  display: inline-block;
}
.entry-content p.title_gothic {
  margin-bottom: 12px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.entry-content p.title_mincho {
  margin-bottom: 4px;
  font-family: "Shippori Mincho", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.entry-content p.title_mincho.size22 {
  font-size: 2.2rem;
}
.entry-content .new_window {
  content: "";
  display: inline-block;
  background-image: url(../images/new_window.svg);
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-template-page-sonohanashi .entry-content h2 {
  font-family: "Shippori Mincho", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  margin: 20px 0 60px;
  font-size: 2.8rem;
  padding: 0;
  text-align: left;
}
.page-template-page-sonohanashi .entry-content h2:after, .page-template-page-sonohanashi .entry-content h2:before {
  display: none;
}
.page-template-page-sonohanashi .entry-content h2.mb0 {
  margin: 20px 0 10px;
}
.page-template-page-sonohanashi .entry-content .wp-block-image {
  margin-bottom: 0;
}
.page-template-page-sonohanashi .entry-content .wp-block-image + .person {
  padding: 10px 4px;
}
.page-template-page-sonohanashi .entry-content .wp-block-image + p {
  margin-top: 30px;
}
.page-template-page-sonohanashi .entry-content hr {
  border: 2px solid;
  border-color: #B6A076;
  margin: 80px 0 80px;
}
.page-template-page-sonohanashi .entry-content p.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}
.page-template-page-sonohanashi .entry-content .table p {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.page-template-page-sonohanashi .entry-content .table a.button {
  color: #fff;
  background-color: #CF4837;
  padding: 3px 6px;
}
.page-template-page-sonohanashi .entry-content .table a:not(.button) {
  color: #CF4837;
}
.page-template-page-sonohanashi .entry-content .table a:not(.button)[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(../images/new_window.svg);
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page-template-page-sonohanashi .entry-content .wp-block-columns {
  margin-bottom: 16px;
}
.page-template-page-sonohanashi .entry-content a .gold {
  color: #B6A076;
}

/* footer
++++++++++++++++++++++++++++++++*/
.watoji_banner {
  background-color: #E6E6E6;
  text-align: left;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
  margin-bottom: 60px;
}
.watoji_banner a.watoji, .watoji_banner span.appli_link {
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
}
.watoji_banner .watoji {
  margin: 0 0 30px;
}
.watoji_banner .watoji img {
  width: 200px;
  height: auto;
}
.watoji_banner .appli_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.watoji_banner .appli_link a {
  display: inline-block;
}
.watoji_banner .appli_link img {
  height: 46px;
  width: auto;
}
.watoji_banner .text {
  display: block;
}

.ft_program_title {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 90px 0 60px;
  text-align: center;
}

.ft_program dl {
  margin: 30px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
.ft_program dl dt {
  border-top: 1px solid #ccc;
  padding: 20px 10px 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.ft_program dl dd {
  padding: 0 10px 20px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.jce_banner {
  margin: 0 auto 60px;
  max-width: 463px;
}

.jcw_logo {
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0 auto 0;
  padding: 50px 20px;
}

.ft_archives {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 60px;
}
.ft_archives .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.ft_archives .links {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ft_archives .links a {
  color: #DB4F2E;
  text-decoration: none;
}
.ft_archives .description {
  font-size: 1.4rem;
  font-weight: 500;
}

.coj {
  margin: 30px;
}
.coj .coj_logo {
  text-align: center;
}
.coj .coj_logo img {
  width: 90%;
  max-width: 208px !important;
  height: auto;
}
.coj .text {
  text-align: left;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.05em;
  margin: 50px 0 60px;
}
.coj .text a {
  color: #fff;
  text-decoration: none;
}
.coj .text .description {
  margin: 0 0 20px;
}
.coj .text .cp {
  font-size: 1.1rem;
}

.otgs-development-site-front-end {
  display: none;
}

/* archives
++++++++++++++++++++++++++++++++*/
.archives_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 80px;
  overflow: hidden;
}
.archives_container.taxonomy {
  max-width: 770px;
  margin: 80px auto 80px;
}

.archive_block {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  max-width: 320px;
  margin: 0 25px 50px;
}
.archive_block figure {
  position: relative;
}
.archive_block figure:before {
  content: "";
  display: block;
  padding-top: 47%;
}
.archive_block figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive_block figure p {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.archive_block figure p small {
  display: block;
  font-size: 1.2rem;
}
.archive_block .txt {
  position: relative;
}
.archive_block .txt:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.archive_block .txt .txt_inner {
  padding: 6px 20px;
  letter-spacing: 0.1em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.archive_block .txt time {
  font-size: 1.2rem;
}
.archive_block .txt h2:not(.no_limit) {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 8px;
  height: 2.8em;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}
.archive_block .txt p:not(.no_limit) {
  color: #666;
  font-size: 1.4rem;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 2;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}
.archive_block .txt p:not(.no_limit).writer {
  margin: 0 0 8px;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 1;
  /* 行数を制限 */
}
.archive_block a {
  display: block;
  color: #000;
  text-decoration: none;
}
.archive_block.full_width {
  width: auto;
  max-width: 100%;
}
.archive_block.full_width figure:before {
  display: none;
}
.archive_block.full_width figure img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.archive_block.full_width .txt {
  position: relative;
}
.archive_block.full_width .txt:before {
  content: "";
  display: none;
}
.archive_block.full_width .txt .txt_inner {
  padding: 50px 40px;
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.archive_block.full_width .txt h2 {
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}
.archive_block.full_width .txt h2 small {
  display: inline-block;
  padding: 0 30px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.archive_block.full_width .txt h2 small .inline_block {
  padding: 0 5px;
}
.archive_block.full_width .txt p {
  font-weight: 700;
}
.archive_block.sonohanashi figure {
  border: 5px solid #B6A076;
}

@media only screen and (min-width: 600px) {
  .upto_2, .upto_3 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .upto_2 .archive_block, .upto_3 .archive_block {
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 800px) {
  .upto_3 .archive_block {
    width: calc(33.33% - 50px);
  }
}
.main_slider {
  position: relative;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.main_slider:after {
  content: url(../images/maincut_logo_tate.svg?230908);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 197px;
  height: 501px;
  max-width: 35%;
  max-height: 50vh;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.main_slider.main_slider2026:after {
  display: none;
}

body.page-template-page-top2025 .main_slider:after {
  content: "";
  background-image: url(../images/jcw_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 20px;
  width: 220px;
  height: 100px;
  max-width: 45%;
  max-height: 50vh;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: none;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  z-index: 9999;
}
body.page-template-page-top2025 .main_slider:before {
  content: "";
  background-image: url(../images/kogeinomoto.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 130px;
  left: 30px;
  width: 716px;
  height: 274px;
  max-width: 80%;
  pointer-events: none;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  z-index: 9999;
}

body.page-template-page-top2026 .main_slider:after {
  display: none;
}
body.page-template-page-top2026 .main_slider:before {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main_slider {
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.main_slider:after, .main_slider:before {
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.event_date {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding: 18px 20px 14px;
}
.event_date small {
  font-size: 1.6rem;
}

.entry-content-top {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.05em;
  padding: 0 18px;
  margin-bottom: 80px;
}
.entry-content-top h2 {
  font-size: 2.4rem;
  margin: 100px 0 100px;
  text-align: center;
  line-height: 1.7;
}
.entry-content-top p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: left;
}

.top_content > h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 100px;
}
.top_content > h2 a {
  color: #000;
  text-decoration: none;
}
.top_content.sonohanashi {
  margin-bottom: 200px;
}

@media only screen and (min-width: 700px) {
  .main_slider:after {
    content: url(../images/maincut_logo_yoko.svg?230908);
    width: 520px;
    height: 235px;
    max-width: 70%;
  }
  body.page-template-page-top2025 .main_slider:after {
    background-image: url(../images/jcw_logo.svg);
    width: 220px;
    height: 100px;
    top: 130px;
    right: 50px;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  body.page-template-page-top2025 .main_slider:before {
    top: 120px;
    left: 40px;
    width: 500px;
    height: 400px;
    max-width: 40%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .entry-content-top {
    padding: 0 30px;
  }
  .entry-content-top p {
    text-align: center;
  }
}
.more-link {
  text-align: center;
  margin: 0 0 100px;
}
.more-link a {
  background-color: #CF4837;
  padding: 23px 56px 23px 40px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  text-decoration: none;
}

/* for original list：400px～
================================================*/
@media only screen and (min-width: 450px) {
  /* photos */
  article .photos figure {
    width: 22%;
    margin: 0 0 4% 4%;
  }
  .photos figure:nth-child(2n+1) {
    clear: none;
    margin: 0 0 4% 4%;
  }
  .photos figure:nth-child(4n+1) {
    clear: both;
    margin: 0 0 4% 0;
  }
  /* tsukuru forum */
  #tsukuru_forum_main.entry-content .alignleft {
    margin: 0 30px 10px 0;
    float: left;
  }
  #sp_contents.entry-content .portrait img {
    width: 50%;
  }
  /* gallery */
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    max-width: 25%;
  }
}
/* for tablet：600px～
================================================*/
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
  .page-eyecatch img {
    width: 100%;
    height: auto;
  }
  .cat_title {
    text-align: right;
    position: absolute;
    top: 66px;
    right: 0;
    padding-right: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .watoji_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .watoji_banner .watoji {
    margin: 0;
  }
  .watoji_banner .appli_link {
    line-height: 1;
  }
  .ft_program_title {
    margin: 350px 0 100px;
  }
  .ft_program dl {
    margin: 30px 0 120px;
  }
  .ft_program dl dt {
    border-top: 1px solid #ccc;
    padding: 20px 10px 0;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
    width: 180px;
    float: left;
    clear: both;
  }
  .ft_program dl dd {
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px;
    margin-left: 180px;
  }
  .coj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 0;
  }
  .coj .coj_logo {
    text-align: right;
  }
  .coj .text {
    margin: 10px 0 0 40px;
  }
  /* talk_relay */
  .talk_relay_baton header p {
    width: 200px;
    float: right;
    position: relative;
    height: 50px;
    top: 0;
    right: 0;
  }
  .talk_relay_baton header p a {
    color: #fff;
    padding: 16px 0 0 0;
    text-align: center;
  }
  .talk_relay_baton header p a span {
    background: url(../images/arrow_right.svg) no-repeat 0 3px;
    background-size: 21px 12px;
    padding-left: 30px;
  }
  .talk_relay_baton header p a span:before {
    content: "";
  }
  .talk_relay_baton header .title_box {
    margin-right: 200px;
  }
  .talk_relay_baton header .title_box h2 .pc {
    display: inline;
  }
  .talk_relay_baton header .title_box time {
    font-size: 2rem;
  }
}
/* for PC：700px～
================================================*/
@media only screen and (min-width: 700px) {
  /* common header */
  #head_nav {
    padding: 0 20px;
  }
  .site-branding {
    padding: 0 30px;
    max-width: 1200px;
  }
  .site-branding .main_catch {
    float: left;
    width: 57%;
    margin-bottom: 0;
  }
  .global_menu.pc {
    display: block;
    margin-top: 0;
    line-height: 2;
  }
  .global_menu.pc li {
    display: inline-block;
    margin: 0 0 0 0;
  }
  .global_menu.pc li a {
    padding: 6px 8px;
  }
  .global_menu.pc li.sns {
    margin-top: 7px;
    float: right;
    padding: 0;
  }
  .global_menu.pc span {
    display: none;
  }
  /* talk_relay */
  .talk_relay_baton header .title_box {
    margin-right: 200px;
  }
  .talk_relay_baton header .title_box h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .talk_relay_baton header .title_box time {
    font-size: 2.4rem;
    margin-left: 10px;
  }
  .talk_relay_baton .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0;
  }
  .talk_relay_baton .article .entry-content {
    width: 74.5%;
    width: 71%;
    margin: 0 0;
    border-radius: 20px;
    padding: 20px 20px 10px;
    position: relative;
  }
  .talk_relay_baton .article .entry-content p {
    margin-bottom: 8px;
  }
  .talk_relay_baton .article .entry-content:after {
    right: -32px;
    left: inherit;
    top: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    content: url(../images/hukidashi.svg);
    display: inline-block;
    width: 40px;
    height: 19px;
    position: absolute;
  }
  .talk_relay_baton .article .meta {
    width: 23.5%;
  }
  .talk_relay_baton .article .meta .related_event {
    margin: 20px 0 30px;
  }
  .talk_relay_baton .article .meta .related_event p.title {
    text-align: left;
  }
  /* Topics */
  /* Top Header */
  #top_header {
    padding: 20px 20px;
    margin: 0;
  }
  #top_header .kou {
    margin: 0 0 30px;
  }
  #top_header .catch2 {
    margin: 0 0 40px;
    font-size: 3.8rem;
  }
  #top_header h1, #top_header .place {
    margin: 0 0 50px;
  }
  #top_header .period {
    margin: 0 0 40px;
  }
  /* Top local nav */
  .global_menu.top {
    display: block;
    padding: 40px 20px;
    text-align: center;
  }
  /* top sections */
  section.top .news_content {
    margin: 50px auto 0;
  }
  section.top .news_content .news_content_inner {
    margin: 0 50px;
  }
  section.top .sns_content .sns_unit {
    float: left;
    width: 32%;
    height: 600px;
    margin-right: 2%;
  }
  section.top .sns_content .sns_unit.tw {
    margin-right: 0;
  }
  .top_foot_block > section {
    width: 47%;
  }
  /* area_map */
  .area_map p.area_map_sp {
    display: none;
  }
  .area_map p.area_map_pc {
    display: block;
  }
  /* footer */
  #footer .site-info dl {
    padding: 0 20px;
  }
  #footer .site-info dl dd {
    margin-left: 110px;
  }
  /* single */
  .article_body .article_summary {
    display: inline-block;
    float: right;
    width: 30%;
    padding: 0 30px 30px;
  }
  .article_body .main_box {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 70%;
  }
  body.single-organization .article_body .article_summary {
    float: left;
    padding: 0 30px 30px 0;
  }
  .article_element {
    padding: 25px 0;
  }
  .article_element:first-child {
    padding: 0 0 25px;
  }
  body.single #main article .place_logo {
    float: right;
  }
  /* ul customised */
  .entry-content .small_list ul {
    width: 25%;
  }
  /* form button */
  article .entry-content.forms .form_buttons p {
    float: left;
    width: 32%;
    margin: 0 0 2% 2%;
  }
  article .entry-content.forms .form_buttons p:nth-child(3n+1) {
    margin: 0 0 2% 0;
  }
  article .entry-content.forms .form_buttons p {
    margin: 0 0 2% 0;
  }
  /* forms */
  .mw_wp_form .event_info, .mw_wp_form .entry_targets {
    padding: 24px 30px;
  }
  .mw_wp_form .form_box {
    padding: 30px 30px;
  }
  /* map */
  .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* tsukuru forum
  ================================================*/
  #tsukuru_forum_nav_inner {
    padding: 0 20px;
  }
  p.pdf_link a {
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: #333;
    border-radius: 100px !important;
    padding: 25px 150px 25px 55px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-image: url(../images/pdf_icon.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 1.2;
  }
  #sp_contents.entry-content .portrait img {
    width: 35%;
  }
  /* gallery */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    max-width: 16.66%;
  }
  /* single */
}
/* for more width：800px～
================================================*/
@media only screen and (min-width: 800px) {
  /* common header */
  .global_menu li {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  /* photos */
  article .photos figure {
    width: 15%;
    margin: 0 0 2% 2%;
  }
  .photos figure:nth-child(2n+1), .photos figure:nth-child(4n+1) {
    clear: none;
    margin: 0 0 2% 2%;
  }
  .photos figure:nth-child(6n+1) {
    clear: both;
    margin: 0 0 2% 0;
  }
  /* tsukuru forum
  ================================================*/
  /* list */
  #main .list_box article.brick {
    width: 49%;
    margin: 0 0 35px 2%;
  }
  #main .list_box article.brick:nth-child(2n+1) {
    margin: 0 0 35px 0;
    clear: both;
  }
  /* gallery */
  .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%;
  }
  .masterpieces .masterpieces_container .masterpiece_block .thumbnail {
    float: left;
    width: 35%;
    margin: 0 10px 10px 0;
  }
}
/* for more width：900px～
================================================*/
@media only screen and (min-width: 900px) {
  .relation_box {
    padding: 22px 50px 30px;
  }
  .relation_box header {
    top: -33px;
  }
  .relation_box .eyecatch {
    float: right;
    margin-left: 30px;
    width: 240px;
    height: auto;
  }
}
/* for more width：1000px～
================================================*/
@media only screen and (min-width: 1000px) {
  .global_menu.pc li {
    font-size: 1.4rem;
  }
  .global_menu.pc li a {
    padding: 8px 6px;
  }
  .global_menu.pc span {
    display: inline-block;
    margin-left: 4px;
  }
}
/* for more width：1030px～
================================================*/
@media only screen and (min-width: 1100px) {
  .global_menu.pc li {
    font-size: 1.6rem;
  }
  .global_menu.pc li a {
    padding: 8px 8px;
  }
  .global_menu.pc span {
    margin-left: 8px;
  }
}
/* 2025 home
================================================*/
body.page-template-page-top2025 #primary, .type-workshop #primary {
  max-width: 1280px;
}
body.page-template-page-top2025 .mw_600, .type-workshop .mw_600 {
  max-width: 544px;
  margin: 74px auto;
}
body.page-template-page-top2025 .mw_1000, .type-workshop .mw_1000 {
  max-width: 972px;
  margin: 74px auto;
}
body.page-template-page-top2025 .mw_1000.col_2 > .wp-block-column:first-child, .type-workshop .mw_1000.col_2 > .wp-block-column:first-child {
  -ms-flex-preferred-size: 40% !important;
      flex-basis: 40% !important;
}
body.page-template-page-top2025 .mw_1280, .type-workshop .mw_1280 {
  max-width: 1280px;
  margin: 74px auto;
}
body.page-template-page-top2025 .mw_1280.col_2 > .wp-block-column:first-child, .type-workshop .mw_1280.col_2 > .wp-block-column:first-child {
  -ms-flex-preferred-size: 40% !important;
      flex-basis: 40% !important;
}
body.page-template-page-top2025 .mw_1100, .type-workshop .mw_1100 {
  max-width: 1100px;
  margin: 74px auto;
}
body.page-template-page-top2025 a, .type-workshop a {
  text-decoration: none;
}
body.page-template-page-top2025 a:not(.banner, .no_icon)[target=_blank], .type-workshop a:not(.banner, .no_icon)[target=_blank] {
  background-image: url(../images/new_window.svg);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right center;
  padding-right: 20px;
}

#home_2025, .type-workshop {
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  padding: 0 30px;
  letter-spacing: 0.05em;
}
#home_2025 .entry-header-inner, .type-workshop .entry-header-inner {
  padding-top: 60px;
}
#home_2025 h1, .type-workshop h1 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}
#home_2025 h1 .sub_ttl, .type-workshop h1 .sub_ttl {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}
#home_2025 h2, .type-workshop h2 {
  font-size: 2.1rem;
  text-align: left !important;
  margin-bottom: 40px;
  line-height: 1.5;
}
#home_2025 h2.main_ttl, .type-workshop h2.main_ttl {
  font-size: 4rem;
  text-align: left;
  margin-bottom: 30px;
}
#home_2025 h3, #home_2025 .series_title, .type-workshop h3, .type-workshop .series_title {
  font-size: 2.8rem;
  text-align: left !important;
  line-height: 1.5;
}
#home_2025 h4, .type-workshop h4 {
  font-size: 1.6rem;
  line-height: 1.5;
}
#home_2025.type-workshop, .type-workshop.type-workshop {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 992px;
}
#home_2025.type-workshop h1, .type-workshop.type-workshop h1 {
  text-align: center;
  font-size: 2.8rem;
}
#home_2025.type-workshop h2, .type-workshop.type-workshop h2 {
  font-size: 1.8rem;
  margin: 100px auto 60px;
}
#home_2025.type-workshop h3, .type-workshop.type-workshop h3 {
  font-size: 1.6rem;
  margin: 60px 0 40px;
}
#home_2025.type-workshop .series_title, .type-workshop.type-workshop .series_title {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center !important;
}
#home_2025.type-workshop .wp-block-image, .type-workshop.type-workshop .wp-block-image {
  margin: 40px 0;
}
#home_2025.type-workshop .wp-block-image figcaption, .type-workshop.type-workshop .wp-block-image figcaption {
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  margin: 8px 0 20px;
}
#home_2025.type-workshop .has-text-align-center, .type-workshop.type-workshop .has-text-align-center {
  text-align: center !important;
}
#home_2025 p, .type-workshop p {
  font-size: 1.4rem;
  margin-bottom: 1em;
  line-height: 2;
}
#home_2025 ul, .type-workshop ul {
  margin-top: 20px;
}
#home_2025 li, .type-workshop li {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-left: 30px;
  line-height: 1.5;
  list-style-position: outside;
}
#home_2025 .text-center, .type-workshop .text-center {
  text-align: center !important;
}
#home_2025 a, .type-workshop a {
  color: #000;
  text-decoration: underline;
}
#home_2025 .instagram a, .type-workshop .instagram a {
  padding: 0 38px 0 0;
  background-image: none;
  position: relative;
}
#home_2025 .instagram a:after, .type-workshop .instagram a:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_insta.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  vertical-align: text-top;
  position: relative;
  top: 0;
  left: 4px;
}
#home_2025 .h3_sub, .type-workshop .h3_sub {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
#home_2025 .lead, .type-workshop .lead {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 70px;
}
#home_2025 .ls0, .type-workshop .ls0 {
  letter-spacing: 0;
}
#home_2025 .gothic, .type-workshop .gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#home_2025 .fs_21, .type-workshop .fs_21 {
  font-size: 2.1rem;
}
#home_2025 .fs_16, .type-workshop .fs_16 {
  font-size: 1.6rem;
}
#home_2025 .fs_14, .type-workshop .fs_14 {
  font-size: 1.4rem;
}
#home_2025 .fs_12, #home_2025 .fs_12 *, .type-workshop .fs_12, .type-workshop .fs_12 * {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.85;
  margin-bottom: 0;
}
#home_2025 .is-layout-flex, .type-workshop .is-layout-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
#home_2025 .is-layout-flex.fs_12, .type-workshop .is-layout-flex.fs_12 {
  margin-bottom: 60px;
}
#home_2025 .image_box.is-layout-flex, .type-workshop .image_box.is-layout-flex {
  row-gap: 3.9%;
  -webkit-column-gap: 6.6%;
     -moz-column-gap: 6.6%;
          column-gap: 6.6%;
}
#home_2025 .image_box.is-layout-flex .is-layout-flex, .type-workshop .image_box.is-layout-flex .is-layout-flex {
  row-gap: 3.9%;
  -webkit-column-gap: 6.6%;
     -moz-column-gap: 6.6%;
          column-gap: 6.6%;
}
#home_2025 .image_box.is-layout-grid, .type-workshop .image_box.is-layout-grid {
  gap: 2%;
}
#home_2025 .image_box.is-layout-grid .is-layout-grid, #home_2025 .image_box.is-layout-grid .is-layout-flex, .type-workshop .image_box.is-layout-grid .is-layout-grid, .type-workshop .image_box.is-layout-grid .is-layout-flex {
  row-gap: 3.9%;
  -webkit-column-gap: 6.6%;
     -moz-column-gap: 6.6%;
          column-gap: 6.6%;
}
#home_2025 .image_box.is-layout-grid > .is-layout-grid, #home_2025 .image_box.is-layout-grid > .is-layout-flex, .type-workshop .image_box.is-layout-grid > .is-layout-grid, .type-workshop .image_box.is-layout-grid > .is-layout-flex {
  margin-bottom: -10%;
}
#home_2025 .image_box.sp, .type-workshop .image_box.sp {
  gap: 10px;
}
#home_2025 .image_box.sp > *, .type-workshop .image_box.sp > * {
  width: 100%;
}
#home_2025 .image_box.sp .is-layout-flex, .type-workshop .image_box.sp .is-layout-flex {
  gap: 10px;
}
#home_2025 .image_box.sp .is-layout-flex .is-layout-grid, #home_2025 .image_box.sp .is-layout-flex .is-layout-flex, .type-workshop .image_box.sp .is-layout-flex .is-layout-grid, .type-workshop .image_box.sp .is-layout-flex .is-layout-flex {
  gap: 10px;
}
#home_2025 .image_box.pc, .type-workshop .image_box.pc {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
#home_2025 .col_2, .type-workshop .col_2 {
  width: 100%;
  margin-bottom: 50px;
  gap: 1em;
}
#home_2025 .col_2 > *, .type-workshop .col_2 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#home_2025 .col_2.fs_12, .type-workshop .col_2.fs_12 {
  gap: 16px;
}
#home_2025 .mb_100, .type-workshop .mb_100 {
  margin-bottom: 100px;
}
#home_2025 .mb_80, .type-workshop .mb_80 {
  margin-bottom: 80px;
}
#home_2025 .mb_60, .type-workshop .mb_60 {
  margin-bottom: 60px;
}
#home_2025 .mb_40, .type-workshop .mb_40 {
  margin-bottom: 40px;
}
#home_2025 .mb_20, .type-workshop .mb_20 {
  margin-bottom: 20px;
}
#home_2025 .mb_0, .type-workshop .mb_0 {
  margin-bottom: 0px;
}

.insta_banner, .watoji_banner {
  margin-bottom: 60px;
}
.insta_banner a, .watoji_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 140px;
  line-height: 140px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 50px;
  border: 4px solid #B6A076;
  color: #000;
  text-decoration: none;
}
.insta_banner a .insta_link, .watoji_banner a .insta_link {
  float: right;
}
.insta_banner a .insta_link img, .watoji_banner a .insta_link img {
  position: relative;
  top: 8px;
  left: -4px;
}
.insta_banner.watoji_banner, .watoji_banner.watoji_banner {
  margin-bottom: 80px;
  padding: 0;
  position: relative;
}
.insta_banner.watoji_banner a, .watoji_banner.watoji_banner a {
  border: none;
  background-color: #F4EDE3;
  padding: 47px 50px 0;
  line-height: 1;
}
.insta_banner.watoji_banner .watoji_link, .watoji_banner.watoji_banner .watoji_link {
  position: relative;
  top: 15px;
  left: 0;
}

.h_menu_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 120px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.h_menu_r li {
  display: block;
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.h_menu_r li.about_coj {
  font-size: 1.5rem;
}
.h_menu_r a {
  color: #000;
  text-decoration: none;
}

.yeary_archives {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.yeary_archives li {
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0 auto 0;
  display: block;
}
.yeary_archives li a {
  display: block;
  padding: 13px 13px;
  color: #000;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .h_menu_r {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .insta_banner, .watoji_banner {
    margin-bottom: 60px;
  }
  .insta_banner a, .watoji_banner a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.7;
    padding: 30px 30px !important;
    height: auto;
    text-align: center;
  }
  .insta_banner a span, .watoji_banner a span {
    width: 100%;
  }
  .insta_banner .watoji_link, .watoji_banner .watoji_link {
    position: relative;
    top: -10px;
    left: 0;
  }
}
/* toggle sp */
.readmore_tgl.active {
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 6; /* 最大行数を2行に設定 */
  position: relative;
}
.readmore_tgl.active:after {
  content: "続きを読む";
  font-size: 1.3rem;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  background: linear-gradient(90deg, transparent 0%, #fff 30px, #fff 100%);
  padding: 0 0 0 60px;
  color: #666;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.tgl_sw {
  border-top: 1px solid #707070;
  padding: 14px 24px 14px 0;
  cursor: pointer;
  position: relative;
  margin-bottom: 0 !important;
  width: 100%;
}
.tgl_sw:after {
  content: "┼";
  font-size: 1.8rem;
  display: block;
  padding: 0 0 0 0;
  position: absolute;
  top: 8px;
  right: 4px;
}
.tgl_sw.open:after {
  content: "─";
}

.tgl_con {
  padding: 0px 0 14px 0;
  margin-bottom: 0 !important;
  width: 100%;
}
.tgl_con:not(.open) {
  display: none;
}

.tgl_box {
  line-height: 1.5;
  margin-bottom: 60px !important;
}
.tgl_box > .wp-block-column > .wp-block-group {
  border-bottom: 1px solid #707070;
}
.tgl_box.wp-block-group {
  border-bottom: 1px solid #707070;
  width: 100%;
  gap: 0;
}

.gray_box {
  background-color: #f0f0f0;
  padding: 50px 10px;
  margin: 80px 0 80px;
  border-radius: 10px;
}

/* for more width：1030px～
================================================*/
@media only screen and (max-width: 780px) {
  .tgl_box > .wp-block-column > .wp-block-group {
    border-bottom: none;
    margin-bottom: -20px !important;
  }
  .tgl_box > .wp-block-column:last-child > .wp-block-group {
    border-bottom: 1px solid #707070;
  }
}
/* for more width：1030px～
================================================*/
@media only screen and (min-width: 600px) {
  body.page-template-page-top2025 .mw_600 {
    margin: 94px auto;
  }
  body.page-template-page-top2025 .mw_1000 {
    margin: 94px auto;
  }
  body.page-template-page-top2025 .mw_1100 {
    margin: 94px auto;
  }
  body.page-template-page-top2025 .mw_1280 {
    margin: 94px auto;
  }
}
