@charset "utf-8";
/*@import url("common.css");*/

#contents-title {
 font-size: 24px;
 font-weight: normal;
 letter-spacing: 0.1em;
 line-height: 1.6em;
 padding: 10px 0 10px;
 font-family: "Gilda Display", serif;
 color: #000;
}
#contents-title a:link,
#contents-title a:visited,
#contents-title a:active {
 color: #000;
}
/*
 exhibitions
=========================================*/

section.list {
 line-height: 1.8em;
 margin-bottom: 32px;
 position: relative;
 width: 700px;
 clear: both;
}
section.list p {
 margin-bottom: 1em;
}
.alignleft {
 float: left;
 margin-right: 3em;
 margin-top: 2em;
 margin-bottom: 2em;
}
.alignright {
 float: right;
 margin-left: 3em;
 margin-top: 2em;
 margin-bottom: 2em;
}
.wp-caption-text {
 line-height: 1.4;
 font-size: 0.9em;
 padding: 1em 0;
}
.listExhibitions {
 margin-top: 50px;
}
.listExhibitions li {
 margin-bottom: 20px;
 min-height: 72px;
}
.listExhibitions li dl {
 display: table;
}
.listExhibitions li dt {
 display: table-cell;
 vertical-align: middle;
 width: 100px;
 height: 100px;
 background: #fff;
 font-size: 9px;
}
.listExhibitions li dt img {
 width: 100px;
 height: 100px;
 height: auto;
}
.listExhibitions li a:hover dt img {
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
.listExhibitions li dd {
 width: auto;
 text-align: left;
 display: table-cell;
 letter-spacing: 0.1em;
 vertical-align: middle;
 padding: 0 0 0 20px;
}
.listExhibitions li dd .list_name {
 font-size: 13px;
 font-weight: 400;
 padding-bottom: 4px;
 color: #333 !important;
}
.listExhibitions li dd .list_name span {
 display: block;
 line-height: 1.4em;
}
.listExhibitions li dd .list_date {
 font-size: 11.5px;
 padding-bottom: 10px;
}
.listExhibitions li dd .list_artists {
 color: #666;
 font-size: 11px;
}
/* single */
.post-meta {
 padding: 30px 0 40px;
 letter-spacing: 0.1em;
 line-height: 1.6em;
 color: #000;
 width: 650px;
}
.post-meta .title {
 font-size: 20px;
 line-height: 1.4em;
 padding: 0px 0 8px;
}
.post-meta .title span {
 display: block;
}
.post-meta .title .kana {
 font-size: 12px;
 margin: 0 0 0 0px;
}
.post-meta .date {
 font-size: 12px;
 padding: 0px;
}
.post-meta .cat {
 color: #777777;
 margin-top: -5px;
 font-size: 11.5px;
}
.post-meta .artists span {
 color: #777;
 font-size: 12px;
 margin-right: 20px;
 display: inline-block;
}
.visual {
 position: relative;
 margin-bottom: 40px;
 display: flex;
 justify-content: space-between;
}
.visual .bx-wrapper {
 width: 600px;
 margin-right: 0;
}
.visual #bx-pager {
 width: 212px;
 position: relative;
 top: inherit;
 right: inherit;
 display: flex;
 flex-wrap: wrap;
 align-content: flex-start;
}
.visual #bx-pager a {
 display: block;
 float: none;
 width: 65px;
 margin: 0 8px 8px 0;
}
.visual #bx-pager a:nth-child(3n) {
 margin-right: 0;
}
.cont_concept {
 padding-top: 30px;
 background: url(../img/icon_concept.gif) no-repeat 0 0;
}
.cont_profile {
 margin-left: 100px;
 margin-bottom: 30px;
}
.portrait {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 80px;
 height: 80px;
 display: block;
 background: #eee url(../img/bg_portrait.png) no-repeat 50% 50%;
}
.cont_profile table td {
 padding: 3px 10px 3px 5px;
 vertical-align: top;
}
.artistsLink {
 background: url(../img/icon_artistlink.gif) no-repeat 0 4px;
 min-height: 22px;
 padding: 4px 0 0 100px;
}
.artistsLink a {
 display: inline;
 text-decoration: underline;
 margin-right: 20px;
}
.cont_date {
 font-size: 12.5px;
 padding: 20px;
 background: #f3f3f3;
}
.cont_date p {
 margin: 0 !important;
}
.nav-single {
 width: 168px;
}
.nav-single.over {
 display: block;
 position: absolute;
 top: 20px;
 right: -30px;
}
.nav-single.under {
 position: absolute;
 bottom: 0px;
 right: -30px;
}
.nav-single .nav-previous {
 float: left;
 width: 48px;
 padding: 0px 0 0 30px;
 background: url("../img/icon_arrow_a.png") no-repeat 0 50%;
}
.nav-single .nav-previous a {
 display: block;
 width: 48px;
 height: 48px;
 background: #000;
}
.nav-single .nav-next {
 float: right;
 text-align: right;
 width: 48px;
 padding: 0px 30px 0px 0;
 background: url("../img/icon_arrow_b.png") no-repeat 100% 50%;
}
.nav-single .nav-next a {
 display: block;
 width: 48px;
 height: 48px;
 background: #000;
}
.nav-single .nav-previous a:hover img,
.nav-single .nav-next a:hover img {
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
/*
 artists
=========================================*/

.listArtists {
 clear: both;
 margin-top: 10px;
}
.listArtists .list {
 display: flex;
 flex-flow: row wrap;
}
.listArtists .list .cat {
 font-size: 15px;
 font-weight: normal;
 letter-spacing: 0.1em;
 line-height: 1.6em;
 padding: 0px 0 20px;
 color: #000;
}
.listArtists .list li {
 width: 20%;
 margin-top: 30px;
}
.listArtists .list li dl {
 display: flex;
 align-items: center;
}
.listArtists .list li dt {
 width: 48px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.listArtists .list li dt img {
 width: 48px;
 height: 48px;
}
.listArtists .list li dd {
 flex: 1;
 text-align: left;
 display: block;
 letter-spacing: 0.1em;
 padding: 0 10px;
}
.listArtists .list li dd .list_name {
 font-size: 12px;
 line-height: 1.4em;
 color: #333 !important;
}
.listArtists .list li a:hover dt img {
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
section.list .cont_exhibitions p {
 margin: 0 !important;
}
.artists_subtitle {
 margin-top: 120px;
 font-size: 14px;
 font-weight: 700;
 letter-spacing: 0.2em;
}
.sublistArtists {
 margin-top: 10px;
 margin-bottom: 60px;
}
.sublistArtists .list {
 display: flex;
 flex-flow: row wrap;
}
.sublistArtists .list li {
 width: 20%;
 margin-top: 20px;
}
.sublistArtists .list li a {
 font-size: 13px;
 letter-spacing: 0.1em;
 text-decoration: underline;
 padding-right: 10px;
}

/* single */

.sub {
 font-size: 15px;
 font-weight: 400;
 letter-spacing: 0.1em;
 padding: 0 0 10px;
 color: #000;
}
body.single-artists .cont {
 margin-bottom: 60px;
}
.cont_exhibitions li {
 margin-bottom: 20px;
 min-height: 72px;
}
.cont_exhibitions li dl {
 display: table;
}
.cont_exhibitions li dt {
 display: table-cell;
 vertical-align: middle;
 width: 72px;
}
.cont_exhibitions li dt img {
 width: 72px;
 height: 72px;
 height: auto;
}
.cont_exhibitions li dd {
 width: auto;
 text-align: left;
 display: table-cell;
 letter-spacing: 0.1em;
 vertical-align: middle;
 padding: 0 15px;
}
.cont_exhibitions li dd .list_name {
 font-size: 13px;
 line-height: 1.4em;
 margin-bottom: 4px !important;
}
.cont_exhibitions li dd .list_date {
 line-height: 1.4em;
 margin-bottom: 4px !important;
}
.cont_exhibitions li dd .list_artists {
 font-size: 11px;
 line-height: 1.2em;
}
/*
 original
=========================================*/

.listOriginal {
 clear: both;
 margin-top: 50px;
}
.listOriginal .list {
 margin-bottom: 20px;
}
.listOriginal .list:after {
 content: " ";
 display: table;
}
.listOriginal .list .cat {
 font-size: 15px;
 font-weight: normal;
 letter-spacing: 0.1em;
 line-height: 1.6em;
 padding: 0px 0 20px;
 color: #000;
}
.listOriginal .list li {
 width: 16.66%;
 float: left;
 margin-bottom: 10px;
 min-height: 48px;
}
.listOriginal .list li dl {
 display: block;
 margin: 0 16px 0px 0;
}
.listOriginal .list li dt {
 width: auto;
 display: block;
 vertical-align: middle;
 background: #fff;
 font-size: 9px;
}
.listOriginal .list li dt img {
 width: auto;
 height: auto;
}
.listOriginal .list li a:hover dt img {
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
.listOriginal .list li dd {
 text-align: left;
 display: block;
 vertical-align: middle;
 padding: 10px 0px;
}
.listOriginal .list li dd .list_title {
 font-size: 12px;
 font-weight: 400;
 color: #333;
 line-height: 1.4em;
}
.listOriginal .list li dd .list_name {
 font-size: 11px;
 line-height: 1.4em;
 margin-bottom: 5px;
}
.listOriginal .list li dd .list_caption {
 font-size: 10px;
 line-height: 1.4em;
 word-wrap: break-word;
}
/* single */

.original_btn {
 text-align: center;
}
.original_btn span {
 display: inline-block;
 width: 160px;
 height: 40px;
}
.original_btn span a {
 display: inline-block;
 width: 140px;
 height: 40px;
 text-indent: -9999px;
}
.original_btn span.contact a {
 background: url(../img/btn_original.png) no-repeat 0px 0px;
}
.original_btn span.contact a:hover {
 background-position: 0px -40px;
}
#policy {
 margin: 40px 0 0;
 padding: 40px 0;
 border-top: 1px solid #ccc;
}
#policy:after {
 content: " ";
 display: table;
}
#policy h4 {
 font-size: 14px;
 font-weight: 400;
 margin-bottom: 2em;
}
#policy .po {
 width: 48%;
}
#policy .textbox {
 color: #666;
 line-height: 1.6em;
 margin-bottom: 1em;
}
#policy .textbox h5 {
 font-size: 13px;
 font-weight: 400;
 margin-bottom: 0.5em;
}
#policy .textbox p {
 font-size: 0.9em;
 text-align: justify;
}
#policy .textbox a {
 text-decoration: underline;
}
#policy .textbox ul.number li {
 list-style: outside decimal !important;
 margin-left: 16px;
 font-size: 0.9em;
}
/*
 press
=========================================*/

.presscont p {
 line-height: 1.8em;
 margin-bottom: 2em;
}
.presscont p img {
 border: 1px solid #ccc;
 text-align: center;
 max-width: 700px;
}
.listPress {
 margin-top: 50px;
}
.listPress li {
 margin-bottom: 20px;
 min-height: 64px;
}
.listPress li dl {
 display: table;
}
.listPress li dt {
 display: table-cell;
 vertical-align: middle;
 background: #fff;
 font-size: 9px;
}
.listPress li dt img {
 width: 64px;
 height: 64px;
 height: auto;
}
.listPress li a:hover dt img {
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
}
.listPress li dd {
 width: auto;
 text-align: left;
 display: table-cell;
 letter-spacing: 0.1em;
 vertical-align: middle;
 padding: 0 0 0 20px;
}
.listPress li dd .list_name {
 font-size: 13px;
 font-weight: 400;
 padding-bottom: 2px;
 color: #333;
}
.listPress li dd .list_date {
 font-size: 11px;
 padding-bottom: 2px;
}
/*
 about
=========================================*/

.page-id-2 .title {
 display: none;
}
.cont_map dl {
 display: table;
}
.cont_map dt {
 display: table-cell;
 vertical-align: middle;
}
.cont_map dt img {
 width: 200px;
 height: 200px;
 height: auto;
}
.cont_map dd {
 width: auto;
 text-align: left;
 display: table-cell;
 letter-spacing: 0.1em;
 vertical-align: middle;
 padding: 0 0 0 40px;
}
.cont_map dd .list_name {
 font-size: 14px;
 font-weight: bold;
}
.cont_map dd .list_info {
 font-size: 13px;
 line-height: 1.6em;
}
/*-----------------------------------------------------	*/
/*	for - 819px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 819px) {
 #contents-title {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding: 10px 0 20px;
  font-family: "Gilda Display", serif;
  color: #000;
 }
 .post-meta {
  width: auto;
  padding: 20px 0 20px;
 }
 .visual {
  margin-bottom: 20px;
 }
 /*
	exhibitions
=========================================*/

 section.list {
  line-height: 1.8em;
  margin-bottom: 30px;
  position: relative;
  width: auto;
 }
 .wp-caption {
  width: 100% !important;
  text-align: center;
 }
 .alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
 }
 .alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
 }
 .listExhibitions {
  margin-top: 20px;
 }
 .listExhibitions li dt,
 .listArtists .list li dt,
 .listOriginal .list li dt,
 .listPress li dt,
 .cont_exhibitions li dt {
  background: none;
  vertical-align: top;
 }
 .listExhibitions li a:hover dt img,
 .listArtists .list li a:hover dt img,
 .listOriginal .list li a:hover dt img,
 .listPress li a:hover dt img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
 }
 .cont_profile {
  margin-left: 0px;
  margin-bottom: 30px;
 }
 .portrait {
  position: inherit;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
 }
 .artistsLink {
  background: url(../img/icon_artistlink.gif) no-repeat 0 0;
  min-height: 22px;
  padding: 30px 0 0 0px;
 }
 .visual {
  width: 88%;
  margin: 0 auto 40px;
  position: relative;
  display: block;
 }
 .visual .bx-wrapper {
  width: auto;
  margin-right: 2%;
 }
 .visual #bx-pager {
  width: auto;
  position: relative;
  top: inherit;
  right: inherit;
  display: flex;
  flex-wrap: wrap;
 }
 .visual #bx-pager a {
  display: block;
  float: none;
  width: 18%;
  margin: 2% 2% 0px 0px;
 }
 .visual #bx-pager a:nth-child(3n) {
  margin-right: 2%;
 }
 .nav-single {
  width: auto;
 }
 .nav-single.over {
  display: none;
 }
 .nav-single.under {
  left: 0px;
  right: 0px;
 }
 /*
	artists
=========================================*/

 .listArtists {
  margin-top: 0;
 }
 .listArtists .list li {
  width: 33.33%;
  margin-top: 30px;
 }
 .artists_subtitle {
  margin-top: 80px;
  font-size: 14px;
 }
 .sublistArtists {
  margin-bottom: 20px;
 }
 .sublistArtists .list li {
  width: 33.33%;
  margin-top: 20px;
 }
 .sublistArtists .list li a {
  font-size: 12px;
 }

 /*
	original 
=========================================*/

 .listOriginal .list {
  margin-bottom: 20px;
 }
 .listOriginal .list:after {
  content: " ";
  display: table;
 }
 .listOriginal .list li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  min-height: 48px;
 }
 .listOriginal .list li dl {
  display: table;
  margin: 0;
 }
 .listOriginal .list li dt {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
 }
 .listOriginal .list li dt img {
  width: 100px;
  height: 100px;
 }
 .listOriginal .list li a:hover dt img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
 }
 .listOriginal .list li dd {
  width: auto;
  text-align: left;
  display: table-cell;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 0 0 0 20px;
 }
 .listOriginal .list li dd .list_title {
  font-size: 13px;
 }
 .listOriginal .list li dd .list_name {
  font-size: 12px;
 }
 .listOriginal .list li dd .list_caption {
  font-size: 11px;
 }
 .original_btn span {
  display: inline-block;
  width: 140px;
  height: 40px;
  margin-bottom: 20px;
 }
 #policy {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
 }
 #policy .po {
  width: auto;
 }
 #policy .po.fl,
 #policy .po.fr {
  float: none;
 }
 /*
	press 
=========================================*/

 .presscont p img {
  text-align: center;
  max-width: 90%;
  max-height: 600px;
 }
 /*
 about
=========================================*/

 .page-id-2 .title {
  display: none;
 }
 .cont_map dl {
  display: block;
 }
 .cont_map dt {
  display: block;
  vertical-align: middle;
 }
 .cont_map dt img {
  width: 200px;
  height: 200px;
  height: auto;
 }
 .cont_map dd {
  width: auto;
  text-align: left;
  display: block;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 20px 0 0 0;
 }
 .cont_map dd .list_name {
  font-size: 14px;
  font-weight: bold;
 }
 .cont_map dd .list_info {
  font-size: 13px;
  line-height: 1.6em;
 }
}

@media screen and (max-width: 600px) {
 /*
	artists
=========================================*/
 .listArtists {
  margin-top: 0;
 }
 .listArtists .list li {
  width: 50%;
  margin-top: 20px;
 }
 .artists_subtitle {
  font-size: 13px;
 }
 .sublistArtists {
  margin-bottom: 20px;
 }
 .sublistArtists .list li {
  width: 50%;
  margin-top: 15px;
 }
}
