@charset "UTF-8";
/*
Theme Name: makifinearts
Theme URI: http://www.makifinearts.com/
Description: original theme of makifinearts
Version: 1.0
Author: kookaburra.design
Author URI: https://kookaburra.koichinishiyama.com/
*/
/* 
ress.css
 * ------------------------------------------------------ */
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*
1-1 基本モジュール color
----------------------------------------*/
/*mixin*/
/*mixin*/
/*
1. 基本モジュール Body 
----------------------------------------*/
/*
  1. 基本モジュール レスポンシブ
  ----------------------------------------*/
@media (min-width: 840px) {
  .spItem {
    display: none;
  }
  .pcItem {
    display: inline-block;
  }
}
@media (max-width: 839px) {
  .pcItem {
    display: none;
  }
  .spItem {
    display: inline-block;
  }
  .spCenter {
    text-align: center !important;
  }
  .spLeft {
    text-align: left !important;
  }
}
/*
  1-1 基本モジュール　アンドロイド
  ----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p {
  max-height: 100%;
}

/*
  1 フルサイズ  -----------------------------------------------------------------------------------*/
@media screen and (min-width: 1120px) {
  .w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (max-width: 839px) {
  .w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.fontBasicSize {
  font-size: 1.6rem;
}

.fontSmallSize1 {
  font-size: 1.3rem;
}

@media (max-width: 839px) {
  .sp_indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sp_indent::before {
    display: inline-block !important;
  }
}

/*
  1-1 
  ----------------------------------------*/
.fL {
  float: left;
}

.fR {
  float: right;
}

.clr {
  clear: both !important;
  font-size: 0px;
  line-height: 0em;
}

.txR {
  text-align: right !important;
}

.txL {
  text-align: left !important;
}

.txC {
  text-align: center !important;
}

/*****/
@media (max-width: 839px) {
  .spL {
    text-align: left !important;
  }
}

@media (max-width: 839px) {
  .spC {
    text-align: center !important;
  }
}

@media (max-width: 839px) {
  .spMt0 {
    margin-top: 0px !important;
  }
}

.txB {
  font-weight: bold !important;
}

.fontBold {
  font-weight: bold !important;
}

/* margin
-----------------------------------------*/
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/*
  2. a  -----------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #333;
}
/*
  list_disc  -----------------------------------------------------------------------------------*/
ul.list_disc {
  padding-left: 1em;
}
ul.list_disc li {
  list-style-type: disc;
}

ul.ul1 {
  padding-left: 1em;
}
ul.ul1 li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media (max-width: 839px) {
  ul.ul1 li {
    font-size: 1.3rem;
  }
}

/*-------------------------------------------
* Modules
1. 基本モジュール
4. contents ページ内主要コンテンツ内
5. ページ関連
----------------------------------------*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lora", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  background: #FAFAFA;
  /*fade*/
  -webkit-animation: fadein 1.5s forwards;
          animation: fadein 1.5s forwards;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.8 !important;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media (max-width: 839px) {
  p {
    font-size: 1.5rem;
  }
}

/*
2. header
-------------------------------------------------------------------------------*/
#header {
  background: #fff;
  padding: 15px 0px 40px 0;
  margin: 0 auto;
  font-family: "Lora", serif;
  /**pcHeadとspHead***/
  width: 100%;
  background: #fff;
}
@media (min-width: 840px) {
  #header {
    text-align: center;
  }
}
#header .pcHead {
  display: block;
  margin: 0 auto;
  max-width: 1304px;
}
#header .pcHead .selectLang {
  text-align: right;
  font-size: 1.4rem;
}
#header .pcHead .selectLang a {
  color: #a7a6a6;
  text-decoration: none;
}
#header .pcHead .selectLang a:hover {
  color: #333;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#header .pcHead .selectLang .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .pcHead .selectLang .bogo-language-switcher li:first-child::after {
  content: "/";
}
#header .pcHead .selectLang .bogo-language-switcher li.current a {
  color: #333;
}
#header .pcHead .pcHeaderFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
#header .pcHead .pcHeaderFlex h1 a {
  color: #333;
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out;
}
#header .pcHead .pcHeaderFlex h1 a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
#header .pcHead .pcHeaderFlex nav {
  margin-left: auto;
  font-size: 1.5rem;
}
#header .pcHead .pcHeaderFlex nav ul.navi {
  padding: 6px 0 0 0;
  list-style: none;
}
@media (min-width: 840px) {
  #header .pcHead .pcHeaderFlex nav ul.navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 839px) {
  #header .pcHead .pcHeaderFlex nav ul.navi {
    padding: 0.5em;
  }
}
#header .pcHead .pcHeaderFlex nav ul.navi li {
  font-size: 1.3rem;
}
#header .pcHead .pcHeaderFlex nav ul.navi li a {
  padding: 0.25em 20px 0.25em 20px;
  color: #a7a6a6;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#header .pcHead .pcHeaderFlex nav ul.navi li a.current {
  color: #333;
}
#header .pcHead .pcHeaderFlex nav ul.navi li a:hover {
  color: #333;
}
@media (max-width: 839px) {
  #header .pcHead .pcHeaderFlex nav ul.navi li a {
    padding: 0.25em 0em;
  }
}
#header .pcHead .pcHeaderFlex nav ul.navi li a.select {
  color: #333;
}
#header .pcHead .pcHeaderFlex nav ul.navi li:first-child a {
  padding-left: 0;
}
#header .pcHead .pcHeaderFlex nav ul.navi li:last-child a {
  padding-right: 0;
}
#header .pcHead .pcHeaderFlex nav ul.navi li.sub {
  padding-left: 2.5em;
}
#header .pcHead .pcHeaderFlex nav ul.navi li.sw {
  padding: 0 0em;
}
#header .spHead {
  display: none;
}
@media (max-width: 840px) {
  #header .pcHead {
    display: none;
  }
  #header .spHead {
    display: block;
  }
}
#header h1 {
  display: inline-block;
  font-size: 0;
}
#header h1 img {
  width: 204px;
}

/*
max-width: 840px -*/
@media (max-width: 840px) {
  #header {
    padding: 20px 0px 20px 15px;
  }
  #header h1 img {
    width: 160px;
  }
  #header .bogo-language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 25px;
    font-size: 1.3rem;
  }
  #header .bogo-language-switcher li:first-child::after {
    content: "/";
  }
  #header .bogo-language-switcher li a {
    color: #a7a6a6;
  }
  #header .bogo-language-switcher li.current a {
    color: #333;
  }
  #header ul li {
    float: none;
  }
}
/*
3. footer
-------------------------------------------------------------------------------*/
footer {
  text-align: center;
  width: 100%;
  padding: 60px 0px 60px 0px;
  text-align: left;
  /*a hover bsic 20230118*/
  /*page top
  -------------------------------------------------------------------------------*/
}
@media (min-width: 840px) {
  footer a {
    color: #a7a6a6;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  footer a:hover {
    color: #333;
  }
}
@media (max-width: 839px) {
  footer a {
    color: #a7a6a6;
  }
}
footer .footer__flex {
  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;
}
@media (max-width: 839px) {
  footer .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer__flex p {
  text-align: left;
  margin: 0 auto;
  width: auto;
  color: #333;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 839px) {
  footer .footer__flex p {
    font-size: 1.2rem;
  }
}
footer .footer__flex .logo {
  font-size: 0px;
}
footer .footer__flex .logo img {
  width: 186px;
}
footer .footer__flex .rightItem {
  margin-left: auto;
}
@media (max-width: 839px) {
  footer .footer__flex .rightItem {
    margin-top: 30px;
    margin-left: 0px;
  }
}
footer .footer__flex .rightItem .sns_flex img {
  margin: 0 7px;
}
footer .footer__flex .rightItem .sns_flex img:first-child {
  margin-left: 0px;
}
footer .footer__flex .rightItem .ml p {
  font-size: 1.2rem;
  font-family: "Lora", serif;
  margin-top: 15px;
}
@media (max-width: 839px) {
  footer .footer__flex .rightItem .ml p {
    margin-top: 10px;
  }
}
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Lora", serif;
  margin-top: 30px;
}
@media (max-width: 839px) {
  footer .copyright {
    font-size: 1rem;
  }
}
footer #page-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
}
footer #page-top a {
  color: #333;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
footer #page-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
4. layout#contents 全体のフォントの大きさなど
-------------------------------------------------------------------------------*/
/*mainはページのメインコンテンツheader,footerと同レベル*/
main {
  background: #fff;
  padding-bottom: 120px;
  text-align: center;
  color: #333;
  /*コンテンツ内、PC hover*/
  /***********a hover /　Behavior of a tag in main　/ 20230118*********/
}
main a {
  /*↓以下のclassは、リンク時colorGray1*/
  color: #a7a6a6;
  /*↓以下のclassは、リンク時colorBasicBlack*/
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
main a .caption,
main a .item_text h3,
main a .item_text .date,
main a .exhibitonIndexWrap1__itemLeft,
main a .index__block1 .index__exhibition h2,
main a .index__exhibition h3,
main a .index__exhibition .date, main a .news__ {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
main a:hover {
  color: #333;
}
main a:hover .caption,
main a:hover .item_text h3,
main a:hover .item_text .date,
main a:hover .exhibitonIndexWrap1__itemLeft,
main a:hover .index__block1 .index__exhibition h2,
main a:hover .index__exhibition h3,
main a:hover .index__exhibition .date, main a:hover .news__ {
  color: #a7a6a6;
}
@media (max-width: 839px) {
  main {
    padding-bottom: 100px;
  }
}

/****/
.newsTitle a, .index__exhibition h3 a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.newsTitle a:hover, .index__exhibition h3 a:hover {
  color: #a7a6a6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents::after {
  content: "";
  display: block;
  clear: both;
}

/*basicWrap 1304px*/
.basicWrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1304px;
  text-align: left;
}
@media (max-width: 1303px) {
  .basicWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 840px) {
  article {
    /*flexslider　以外*/
  }
}

h2 {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8 !important;
}
h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media (max-width: 839px) {
  h2 {
    font-size: 1.4rem;
  }
}

/*******/
.caption {
  text-align: right;
  font-family: "Noto Sans JP", serif;
  margin-top: 15px;
  font-size: 1.3rem;
}
@media (max-width: 839px) {
  .caption {
    font-size: 1.2rem;
  }
}

/*******/
.mainContents {
  /*作品写真 2column*/
  /*作品写真 1column*/
}
.mainContents p {
  margin-bottom: 60px;
  word-break: break-word;
}
@media (max-width: 839px) {
  .mainContents p {
    margin-bottom: 40px;
  }
}
.mainContents .text__narrowWidth {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
.mainContents .text__narrowWidth2 {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.mainContents .vimeoWrap {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 839px) {
  .mainContents .vimeoWrap {
    margin-bottom: 40px;
  }
}
.mainContents .photo__2column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 折返し指定 */
}
.mainContents .photo__2column_flex img {
  width: 100%;
}
@media (max-width: 839px) {
  .mainContents .photo__2column_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainContents .photo__2column_flex div {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
.mainContents .photo__2column_flex div:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 839px) {
  .mainContents .photo__2column_flex div {
    width: 100%;
    margin-right: 0px;
  }
}
.mainContents .photo__1column {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mainContents .photo__1column img {
  width: 100%;
}

/****/
/**3colmiun///// This will be two columns on the SP.　This is used for exhibition information **/
.img3colmun__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img3colmun__flexWrap a {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 50px;
}
.img3colmun__flexWrap a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.img3colmun__flexWrap a .pastItemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.img3colmun__flexWrap a .pastItemFlex img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.img3colmun__flexWrap a .pastItemFlex .item_text h3 {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
.img3colmun__flexWrap a .pastItemFlex .item_text .date {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap a .pastItemFlex .item_text .date {
    font-size: 1.2rem;
  }
}
@media (min-width: 840px) {
  .img3colmun__flexWrap a .pastItemFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 839px) {
  .img3colmun__flexWrap a .pastItemFlex div.item_img {
    width: 45%;
  }
  .img3colmun__flexWrap a .pastItemFlex div.item_img img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img3colmun__flexWrap a .pastItemFlex div.item_text {
    margin-left: 5%;
    width: 50%;
  }
  .img3colmun__flexWrap a .pastItemFlex div.item_text h3 {
    margin-top: 0px;
  }
}

/**img3colmun__flexWrap__2 //  This will be one columns on the SP**/
.img3colmun__flexWrap__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap__2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img3colmun__flexWrap__2 a {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 50px;
}
.img3colmun__flexWrap__2 a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap__2 a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.img3colmun__flexWrap__2 a .itemWrap img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap__2 a .itemWrap img {
    height: 240px;
  }
}
.img3colmun__flexWrap__2 a .itemWrap h3 {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap__2 a .itemWrap h3 {
    margin-bottom: 0px;
  }
}
.img3colmun__flexWrap__2 a .itemWrap .date {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 839px) {
  .img3colmun__flexWrap__2 a .itemWrap .date {
    font-size: 1.2rem;
  }
}
@media (min-width: 840px) {
  .img3colmun__flexWrap__2 a .itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 839px) {
  .img3colmun__flexWrap__2 a .itemWrap div.item_text h3 {
    margin-top: 0px;
  }
}

/*content-Nav*/
.content-Nav {
  padding-top: 100px;
  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;
  font-size: 1.3rem;
}
@media (max-width: 839px) {
  .content-Nav {
    padding-top: 80px;
  }
}

/*
#home
-------------------------------------------------------------------------------*/
#home kvWrap .index__block1 {
  padding-top: 50px;
  /*exhibition*/
}
@media (max-width: 839px) {
  #home kvWrap .index__block1 {
    padding-top: 40px;
  }
}
#home kvWrap .index__block1 .index__exhibition h2 {
  margin-top: 50px;
}
@media (max-width: 839px) {
  #home kvWrap .index__block1 .index__exhibition h2 {
    margin-top: 30px;
  }
}
#home kvWrap .index__block1 .index__exhibition h3 {
  font-size: 2.4rem;
  line-height: 1.8 !important;
  margin-top: 20px;
}
#home kvWrap .index__block1 .index__exhibition h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
#home kvWrap .index__block1 .index__exhibition h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media (max-width: 839px) {
  #home kvWrap .index__block1 .index__exhibition h3 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
#home kvWrap .index__block1 .index__exhibition p {
  font-size: 1.6rem;
  line-height: 1.6 !important;
  margin-top: 20px;
}
@media (max-width: 839px) {
  #home kvWrap .index__block1 .index__exhibition p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
#home .index__block2 {
  /*news*/
}
#home .index__block2 .index__news {
  margin-top: 80px;
}
@media (max-width: 839px) {
  #home .index__block2 .index__news {
    margin-top: 60px;
  }
}
#home .index__block2 .index__news .newsList {
  margin-top: 30px;
}
@media (max-width: 839px) {
  #home .index__block2 .index__news .newsList {
    margin-top: 20px;
  }
}
#home .index__block2 .index__news .newsList a {
  display: block;
}
#home .index__block2 .index__news .newsList a:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 839px) {
  #home .index__block2 .index__news .newsList a:not(:last-child) {
    margin-bottom: 20px;
  }
}
#home .index__block2 .index__news .newsList a h3.news__ {
  font-size: 1.6rem;
  line-height: 1.6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: normal;
}
@media (max-width: 839px) {
  #home .index__block2 .index__news .newsList a h3.news__ {
    font-size: 1.5rem;
  }
}
@media (max-width: 839px) {
  #home .index__block2 .index__news .newsList a h3.news__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home .index__block2 .index__news .newsList a h3.news__ .day {
  padding-right: 50px;
}
@media (max-width: 839px) {
  #home .index__block2 .index__news .newsList a h3.news__ .day {
    margin-bottom: 10px;
  }
}

/*
#exhibitions,#news
-------------------------------------------------------------------------------*/
#exhibitions .kvWrap,
#news .kvWrap, #artfairs .kvWrap,
#artist .kvWrap,
#gallery .kvWrap, #videos .kvWrap {
  text-align: center;
}
#exhibitions .kvWrap img,
#news .kvWrap img, #artfairs .kvWrap img,
#artist .kvWrap img,
#gallery .kvWrap img, #videos .kvWrap img {
  width: 100%;
  margin: 0 auto;
  max-width: 1304px;
}
#exhibitions .kvWrap p,
#news .kvWrap p, #artfairs .kvWrap p,
#artist .kvWrap p,
#gallery .kvWrap p, #videos .kvWrap p {
  margin-top: 30px;
}
@media (max-width: 839px) {
  #exhibitions .kvWrap p,
  #news .kvWrap p, #artfairs .kvWrap p,
  #artist .kvWrap p,
  #gallery .kvWrap p, #videos .kvWrap p {
    margin-top: 15px;
  }
}
#exhibitions .kvWrap .caption,
#news .kvWrap .caption, #artfairs .kvWrap .caption,
#artist .kvWrap .caption,
#gallery .kvWrap .caption, #videos .kvWrap .caption {
  margin-bottom: 60px;
}
#exhibitions .exhibition__tit h3,
#news .exhibition__tit h3, #artfairs .exhibition__tit h3,
#artist .exhibition__tit h3,
#gallery .exhibition__tit h3, #videos .exhibition__tit h3 {
  font-size: 2.4rem;
  line-height: 1.8 !important;
  margin-top: 20px;
}
#exhibitions .exhibition__tit h3::before,
#news .exhibition__tit h3::before, #artfairs .exhibition__tit h3::before,
#artist .exhibition__tit h3::before,
#gallery .exhibition__tit h3::before, #videos .exhibition__tit h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
#exhibitions .exhibition__tit h3::after,
#news .exhibition__tit h3::after, #artfairs .exhibition__tit h3::after,
#artist .exhibition__tit h3::after,
#gallery .exhibition__tit h3::after, #videos .exhibition__tit h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media (max-width: 839px) {
  #exhibitions .exhibition__tit h3,
  #news .exhibition__tit h3, #artfairs .exhibition__tit h3,
  #artist .exhibition__tit h3,
  #gallery .exhibition__tit h3, #videos .exhibition__tit h3 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
#exhibitions .exhibition__tit .date,
#news .exhibition__tit .date, #artfairs .exhibition__tit .date,
#artist .exhibition__tit .date,
#gallery .exhibition__tit .date, #videos .exhibition__tit .date {
  font-size: 1.4rem;
  line-height: 1.6 !important;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 839px) {
  #exhibitions .exhibition__tit .date,
  #news .exhibition__tit .date, #artfairs .exhibition__tit .date,
  #artist .exhibition__tit .date,
  #gallery .exhibition__tit .date, #videos .exhibition__tit .date {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
#exhibitions .exhibition__tit.exhibitonIndexWrap1,
#news .exhibition__tit.exhibitonIndexWrap1, #artfairs .exhibition__tit.exhibitonIndexWrap1,
#artist .exhibition__tit.exhibitonIndexWrap1,
#gallery .exhibition__tit.exhibitonIndexWrap1, #videos .exhibition__tit.exhibitonIndexWrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#exhibitions .exhibition__tit.exhibitonIndexWrap1 div,
#news .exhibition__tit.exhibitonIndexWrap1 div, #artfairs .exhibition__tit.exhibitonIndexWrap1 div,
#artist .exhibition__tit.exhibitonIndexWrap1 div,
#gallery .exhibition__tit.exhibitonIndexWrap1 div, #videos .exhibition__tit.exhibitonIndexWrap1 div {
  width: 50%;
}
@media (max-width: 839px) {
  #exhibitions .exhibition__tit.exhibitonIndexWrap1,
  #news .exhibition__tit.exhibitonIndexWrap1, #artfairs .exhibition__tit.exhibitonIndexWrap1,
  #artist .exhibition__tit.exhibitonIndexWrap1,
  #gallery .exhibition__tit.exhibitonIndexWrap1, #videos .exhibition__tit.exhibitonIndexWrap1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #exhibitions .exhibition__tit.exhibitonIndexWrap1 div,
  #news .exhibition__tit.exhibitonIndexWrap1 div, #artfairs .exhibition__tit.exhibitonIndexWrap1 div,
  #artist .exhibition__tit.exhibitonIndexWrap1 div,
  #gallery .exhibition__tit.exhibitonIndexWrap1 div, #videos .exhibition__tit.exhibitonIndexWrap1 div {
    width: 100%;
  }
}
#exhibitions .exhibition__tit.exhibitonIndexWrap1:first-child,
#news .exhibition__tit.exhibitonIndexWrap1:first-child, #artfairs .exhibition__tit.exhibitonIndexWrap1:first-child,
#artist .exhibition__tit.exhibitonIndexWrap1:first-child,
#gallery .exhibition__tit.exhibitonIndexWrap1:first-child, #videos .exhibition__tit.exhibitonIndexWrap1:first-child {
  margin-bottom: 60px;
}
#exhibitions .exhibition__tit.exhibitonIndexWrap1 img,
#news .exhibition__tit.exhibitonIndexWrap1 img, #artfairs .exhibition__tit.exhibitonIndexWrap1 img,
#artist .exhibition__tit.exhibitonIndexWrap1 img,
#gallery .exhibition__tit.exhibitonIndexWrap1 img, #videos .exhibition__tit.exhibitonIndexWrap1 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 839px) {
  #exhibitions .exhibition__tit.exhibitonIndexWrap1 img,
  #news .exhibition__tit.exhibitonIndexWrap1 img, #artfairs .exhibition__tit.exhibitonIndexWrap1 img,
  #artist .exhibition__tit.exhibitonIndexWrap1 img,
  #gallery .exhibition__tit.exhibitonIndexWrap1 img, #videos .exhibition__tit.exhibitonIndexWrap1 img {
    height: 200px;
    margin-top: 20px;
  }
}
#exhibitions .news_tit .newsItem,
#news .news_tit .newsItem, #artfairs .news_tit .newsItem,
#artist .news_tit .newsItem,
#gallery .news_tit .newsItem, #videos .news_tit .newsItem {
  margin-top: 40px;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
#exhibitions .news_tit .newsItem:not(:last-child),
#news .news_tit .newsItem:not(:last-child), #artfairs .news_tit .newsItem:not(:last-child),
#artist .news_tit .newsItem:not(:last-child),
#gallery .news_tit .newsItem:not(:last-child), #videos .news_tit .newsItem:not(:last-child) {
  padding-bottom: 100px;
}
@media (max-width: 839px) {
  #exhibitions .news_tit .newsItem:not(:last-child),
  #news .news_tit .newsItem:not(:last-child), #artfairs .news_tit .newsItem:not(:last-child),
  #artist .news_tit .newsItem:not(:last-child),
  #gallery .news_tit .newsItem:not(:last-child), #videos .news_tit .newsItem:not(:last-child) {
    padding-bottom: 40px;
  }
}
#exhibitions .news_tit .newsItem h3,
#news .news_tit .newsItem h3, #artfairs .news_tit .newsItem h3,
#artist .news_tit .newsItem h3,
#gallery .news_tit .newsItem h3, #videos .news_tit .newsItem h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media (max-width: 839px) {
  #exhibitions .news_tit .newsItem h3,
  #news .news_tit .newsItem h3, #artfairs .news_tit .newsItem h3,
  #artist .news_tit .newsItem h3,
  #gallery .news_tit .newsItem h3, #videos .news_tit .newsItem h3 {
    font-size: 1.8rem;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
#exhibitions .news_tit .newsItem .date,
#news .news_tit .newsItem .date, #artfairs .news_tit .newsItem .date,
#artist .news_tit .newsItem .date,
#gallery .news_tit .newsItem .date, #videos .news_tit .newsItem .date {
  margin-top: 10px;
  margin-bottom: 0px;
  max-width: 1086px !important;
  margin-left: auto;
  margin-right: auto;
}
#exhibitions .news_tit .newsItem .date .category,
#news .news_tit .newsItem .date .category, #artfairs .news_tit .newsItem .date .category,
#artist .news_tit .newsItem .date .category,
#gallery .news_tit .newsItem .date .category, #videos .news_tit .newsItem .date .category {
  padding-left: 30px;
}
@media (max-width: 839px) {
  #exhibitions .news_tit .newsItem .date .category,
  #news .news_tit .newsItem .date .category, #artfairs .news_tit .newsItem .date .category,
  #artist .news_tit .newsItem .date .category,
  #gallery .news_tit .newsItem .date .category, #videos .news_tit .newsItem .date .category {
    padding-left: 20px;
  }
}
@media (max-width: 839px) {
  #exhibitions .news_tit .newsItem .date,
  #news .news_tit .newsItem .date, #artfairs .news_tit .newsItem .date,
  #artist .news_tit .newsItem .date,
  #gallery .news_tit .newsItem .date, #videos .news_tit .newsItem .date {
    font-size: 1.2rem;
  }
}
#exhibitions .news_tit .newsItem p:not(.date),
#news .news_tit .newsItem p:not(.date), #artfairs .news_tit .newsItem p:not(.date),
#artist .news_tit .newsItem p:not(.date),
#gallery .news_tit .newsItem p:not(.date), #videos .news_tit .newsItem p:not(.date) {
  margin-bottom: 40px !important;
}
@media (max-width: 839px) {
  #exhibitions .news_tit .newsItem p:not(.date),
  #news .news_tit .newsItem p:not(.date), #artfairs .news_tit .newsItem p:not(.date),
  #artist .news_tit .newsItem p:not(.date),
  #gallery .news_tit .newsItem p:not(.date), #videos .news_tit .newsItem p:not(.date) {
    margin-bottom: 20px !important;
  }
}
#exhibitions .artist__tit h3.artistName,
#news .artist__tit h3.artistName, #artfairs .artist__tit h3.artistName,
#artist .artist__tit h3.artistName,
#gallery .artist__tit h3.artistName, #videos .artist__tit h3.artistName {
  font-size: 2.4rem;
  line-height: 1.8 !important;
  margin-top: 30px;
  margin-bottom: 40px;
  /*artist-individual*/
}
#exhibitions .artist__tit h3.artistName::before,
#news .artist__tit h3.artistName::before, #artfairs .artist__tit h3.artistName::before,
#artist .artist__tit h3.artistName::before,
#gallery .artist__tit h3.artistName::before, #videos .artist__tit h3.artistName::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
#exhibitions .artist__tit h3.artistName::after,
#news .artist__tit h3.artistName::after, #artfairs .artist__tit h3.artistName::after,
#artist .artist__tit h3.artistName::after,
#gallery .artist__tit h3.artistName::after, #videos .artist__tit h3.artistName::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media (max-width: 839px) {
  #exhibitions .artist__tit h3.artistName,
  #news .artist__tit h3.artistName, #artfairs .artist__tit h3.artistName,
  #artist .artist__tit h3.artistName,
  #gallery .artist__tit h3.artistName, #videos .artist__tit h3.artistName {
    margin-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    /*artist-individual*/
  }
}
#exhibitions .artist__tit.artist__list,
#news .artist__tit.artist__list, #artfairs .artist__tit.artist__list,
#artist .artist__tit.artist__list,
#gallery .artist__tit.artist__list, #videos .artist__tit.artist__list {
  text-align: left;
}
#exhibitions .artist__tit.artist__list h2,
#news .artist__tit.artist__list h2, #artfairs .artist__tit.artist__list h2,
#artist .artist__tit.artist__list h2,
#gallery .artist__tit.artist__list h2, #videos .artist__tit.artist__list h2 {
  margin-bottom: 40px;
}

/*exhibitions*/
h2.past_exhibition_h2 {
  margin-bottom: 40px;
}
@media (max-width: 839px) {
  h2.past_exhibition_h2 {
    margin-bottom: 20px;
  }
}

/*artist*/
#artist h4 {
  margin-bottom: 40px;
  padding-top: 70px;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 839px) {
  #artist h4 {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
#artist .news .newsItem .date {
  margin-bottom: 10px;
}
@media (max-width: 839px) {
  #artist .news .newsItem .date {
    font-size: 1.2rem;
  }
}
#artist .news .newsItem h3 {
  font-size: 2.4rem;
}
@media (max-width: 839px) {
  #artist .news .newsItem h3 {
    font-size: 1.8rem;
  }
}
#artist .cv {
  /***nomal list***/
}
#artist .cv dl {
  font-weight: normal;
  text-align: left;
  margin: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6 !important;
}
#artist .cv dl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
#artist .cv dl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
#artist .cv dt {
  font-weight: normal;
  float: left;
  width: 4em;
  padding-bottom: 0.75em;
  line-height: 1.6 !important;
}
#artist .cv dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
#artist .cv dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
#artist .cv dd {
  padding-left: 4.2em;
  margin-left: 0;
  /*ddのデフォルトCSSを解除 */
  padding-bottom: 0.75em;
  line-height: 1.6 !important;
}
#artist .cv dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
#artist .cv dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
#artist .cv p:not(:last-of-type) {
  margin-bottom: 20px;
}
#artist .cv h5 {
  margin-top: 40px;
  font-weight: 400;
  font-size: 1.6rem;
}

#gallery {
  /*gallery__about__flex*/
  /*google map*/
}
#gallery h2 {
  margin-bottom: 40px;
}
#gallery .gallery__about__flex {
  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;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 839px) {
  #gallery .gallery__about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#gallery .gallery__about__flex .rightItem {
  width: 300px;
}
#gallery .gallery__about__flex .rightItem form {
  margin-bottom: 40px;
}
#gallery .gallery__about__flex .rightItem form p {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
}
#gallery .gallery__about__flex .rightItem form input {
  width: 100%;
  border: 1px solid #a7a6a6;
  margin-bottom: 5px;
}
#gallery .gallery__about__flex .rightItem form input.wpcf7-submit {
  border: 1px solid #e3e3e3;
  padding: 5px 20px;
  background: #e3e3e3;
  margin-top: 7px;
  width: 10em;
}
#gallery .gallery__about__flex .rightItem form input.wpcf7-submit:hover {
  border: 1px solid #e3e3e3;
  color: #333;
  background: #FFF;
}
#gallery .gallery__about__flex .rightItem form textarea {
  width: 100%;
  border: 1px solid #a7a6a6;
}
#gallery .gallery__about__flex .rightItem form button {
  background: #e3e3e3;
  padding: 5px 20px;
}
#gallery .gallery__about__flex .rightItem form label {
  display: block;
}
#gallery .google-maps {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 839px) {
  #gallery .google-maps {
    padding-bottom: 50%;
  }
}
#gallery .google-maps iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  max-width: 1750px;
}

/****/
/*
wp-customize
-------------------------------------------------------------------------------*/
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100%;
  margin: 0 auto;
  max-width: 1750px;
}

.kvWrap {
  margin-top: 30px;
  position: relative;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1303px) {
  .kvWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.kvWrap img {
  height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 1304px;
}
@media (max-width: 1304px) {
  .kvWrap img {
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .kvWrap img {
    height: 660px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .kvWrap img {
    height: 530px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .kvWrap img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .kvWrap img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .kvWrap img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.kvWrap2 {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1303px) {
  .kvWrap2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.kvWrap2 img {
  height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 1304px;
}
@media (max-width: 1304px) {
  .kvWrap2 img {
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .kvWrap2 img {
    height: 660px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .kvWrap2 img {
    height: 530px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .kvWrap2 img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .kvWrap2 img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .kvWrap2 img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

#exhibitions .mainContents, #artist .mainContents {
  margin-top: 60px;
}
@media (max-width: 839px) {
  #exhibitions .mainContents, #artist .mainContents {
    margin-top: 30px;
  }
}

.exhibition__tit h3 {
  margin-bottom: 0px;
}
@media (max-width: 839px) {
  .exhibition__tit h3 {
    margin-bottom: 0px;
  }
}

/**gallery関連**/
/**フルサイズ画像**/
.wp-block-gallery.has-nested-images figure.wp-block-image.size-full {
  top: -20px;
  margin-bottom: 160px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.size-full img {
  width: 100%;
  margin: 0 auto;
  max-width: 1304px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.size-full figcaption {
  margin-bottom: 40px;
}

@media (max-width: 839px) {
  body .is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 839px) {
  .wp-block-image {
    width: 100% !important;
  }
}
/*home index__block1 hero*/
#home .index__block1 {
  padding-top: 0px;
}
#home .index__block1 .index__exhibition .wp-block-image, #home .index__block1 .index__exhibition .wp-block-group__inner-container .wp-block-image {
  text-align: center;
  margin-bottom: 40px;
}
#home .index__block1 .index__exhibition .wp-block-image img, #home .index__block1 .index__exhibition .wp-block-group__inner-container .wp-block-image img {
  width: 100%;
  max-width: 1304px;
}
#home .index__block1 .index__exhibition .wp-block-image figcaption, #home .index__block1 .index__exhibition .wp-block-group__inner-container .wp-block-image figcaption {
  margin-bottom: 40px;
}
#home .index__block1 h2, #home .index__block1 h3, #home .index__block1 h4, #home .index__block1 p {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
#home .index__block1 h2, #home .index__block1 h3 {
  margin-bottom: 0.5em;
}
#home .index__block1 h3 {
  font-size: 2.4rem;
}
@media (max-width: 839px) {
  #home .index__block1 h3 {
    font-size: 1.8rem;
  }
}
#home .index__block1 p {
  margin-bottom: 1em;
}
#home .index__news {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 840px) {
  figure.wp-block-gallery.wp-block-gallery-1,
  figure.wp-block-gallery.wp-block-gallery-2,
  figure.wp-block-gallery.wp-block-gallery-3,
  figure.wp-block-gallery.wp-block-gallery-4,
  figure.wp-block-gallery.wp-block-gallery-5,
  figure.wp-block-gallery.wp-block-gallery-6,
  figure.wp-block-gallery.wp-block-gallery-7,
  figure.wp-block-gallery.wp-block-gallery-8 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 40px)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 40px)));
    margin-bottom: 60px;
  }
}
@media (max-width: 839px) {
  figure.wp-block-gallery.wp-block-gallery-1,
  figure.wp-block-gallery.wp-block-gallery-2,
  figure.wp-block-gallery.wp-block-gallery-3,
  figure.wp-block-gallery.wp-block-gallery-4,
  figure.wp-block-gallery.wp-block-gallery-5,
  figure.wp-block-gallery.wp-block-gallery-6,
  figure.wp-block-gallery.wp-block-gallery-7,
  figure.wp-block-gallery.wp-block-gallery-8 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 30px)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 30px)));
    margin-bottom: 40px;
  }
}

/**captio*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  color: #333;
  display: block;
  background: #fff;
  text-align: right;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  width: 100%;
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  margin-bottom: 0px;
  height: auto;
  max-height: none !important;
  /***/
  position: relative;
}
@media (max-width: 839px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 1.1rem;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image.size-full figcaption {
  position: relative;
}
@media (min-width: 840px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image {
    /**pc**/
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
}

.wp-block-embed {
  margin-bottom: 60px;
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}

/**mainContents**/
.mainContents p {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}

.mainContents p.date {
  width: 100%;
  max-width: 1304px !important;
  margin-left: auto;
  margin-right: auto;
}

/**artist_newsList*/
.artist_newsList {
  margin-bottom: 60px;
}
.artist_newsList a {
  display: block;
}
.artist_newsList a:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 839px) {
  .artist_newsList a:not(:last-child) {
    margin-bottom: 20px;
  }
}
.artist_newsList a .news__ {
  font-size: 1.6rem;
  line-height: 1.6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: normal;
}
@media (max-width: 839px) {
  .artist_newsList a .news__ {
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.artist_newsList a .news__ p {
  margin-bottom: 0px !important;
  max-width: 1304px !important;
}
@media (max-width: 839px) {
  .artist_newsList a .news__ p {
    margin-bottom: 10px !important;
  }
}
.artist_newsList a .news__ p.day {
  width: 6em;
  margin-right: 50px;
}
@media (max-width: 839px) {
  .artist_newsList a .news__ p.day {
    width: 100%;
    margin-right: 0px;
  }
}

/*gallery ページ*/
#gallery .wp-block-image {
  margin-bottom: 60px;
}
@media (max-width: 839px) {
  #gallery .wp-block-image {
    margin-bottom: 30px;
  }
}

/**h3**/
.img3colmun__flexWrap a img, .img3colmun__flexWrap__2 a img, a.exhibition_aWrap img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.img3colmun__flexWrap a:hover img, .img3colmun__flexWrap__2 a:hover img, a.exhibition_aWrap:hover img {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}

a.fancyboxforwp img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
a.fancyboxforwp img:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
}

/****/
.year_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-top: 20px;
}
.year_archive li {
  font-size: 1.3rem;
}
.year_archive li:not(:first-child) a {
  padding-left: 1em;
}

/**fancybox**/
.fancybox-slide--image .fancybox-content {
  background-color: transparent;
}

div.fancybox-caption p.caption-title {
  background: #fff;
  color: #333;
  padding: 20px 30px;
  width: auto;
  text-align: right;
}

.mainContents p {
  margin-bottom: 2em;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 400;
}

/*exhibitions-old*/
main .past2020_h2 {
  margin-top: 60px;
}
@media (max-width: 839px) {
  main .past2020_h2 {
    margin-top: 40px;
  }
}
main #exhibition .past2020- span {
  color: #333;
  font-size: 1.4rem;
}
@media (max-width: 839px) {
  main #exhibition .past2020- span {
    font-size: 1.2rem;
  }
}
main #exhibition .past2020- a {
  display: block;
  padding-bottom: 1.5em;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (min-width: 840px) {
  main #exhibition .past2020- a:hover {
    color: #a7a6a6;
  }
}

/****#video****/
#video h2 {
  margin-bottom: 40px;
}
#video .videoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 840px) {
  #video .videoWrap figure {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  #video .videoWrap figure:nth-child(2n) {
    margin-right: 0;
  }
}

/**artfairs**/
#artfairs .news_tit .newsItem h3 {
  font-size: 2rem;
}
@media (max-width: 839px) {
  #artfairs .news_tit .newsItem h3 {
    font-size: 1.6rem;
  }
}
#artfairs .news_tit .newsItem:not(:last-child) {
  padding-bottom: 0px;
}
@media (max-width: 839px) {
  #artfairs .news_tit .newsItem:not(:last-child) {
    padding-bottom: 0px;
  }
}

/*artfairs アーカイブ*/
#artfairs .yearWrap p.date {
  margin-top: 10px;
  margin-bottom: 15px;
  max-width: 1086px !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
#artfairs .yearWrap p.date:not(:first-child) {
  display: none;
}
#artfairs .yearWrap p.date:first-child {
  margin-top: 40px;
}
@media (max-width: 839px) {
  #artfairs .yearWrap p.date {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
#artfairs .yearWrap .newsItem {
  margin-top: 10px;
  margin-bottom: 15px;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
#artfairs .yearWrap .newsItem:last-of-type {
  margin-bottom: 80px;
}
@media (max-width: 839px) {
  #artfairs .yearWrap .newsItem:last-of-type {
    margin-bottom: 60px;
  }
}

.wp-block-image figcaption {
  text-align: right;
}
@media (max-width: 839px) {
  .wp-block-image figcaption {
    font-size: 1.2rem;
  }
}

#exhibitions .mainContents {
  margin-top: 40px;
}
#exhibitions .mainContents p:first-of-type {
  margin-top: 40px;
}
#exhibitions .wp-block-image {
  margin: 0 0 40px;
}
@media (max-width: 839px) {
  #exhibitions .wp-block-image {
    margin: 0 0 20px;
  }
}

.artist_newsList a .news__ p.day {
  display: none;
}

.fancybox-caption__body {
  font-size: 1.2rem;
  color: #555555;
  font-family: "Noto Sans JP", serif;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-image figcaption {
  font-size: 1.2rem;
  color: #555555;
  font-family: "Noto Sans JP", serif;
  text-align: right;
}

#gallery .gallery__about__flex h3 {
  margin-bottom: 15px;
}