@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");

#exhibition div,
#exhibition span,
#exhibition h1,
#exhibition h2,
#exhibition h3,
#exhibition h4,
#exhibition h5,
#exhibition h6,
#exhibition p,
#exhibitiona,
#exhibition img,
#exhibitionsmall,
#exhibitionstrong,
#exhibition b,
#exhibition dl,
#exhibition dt,
#exhibition dd,
#exhibition ol,
#exhibition ul,
#exhibition li,
#exhibition table,
#exhibition tbody,
#exhibition thead,
#exhibition tr,
#exhibition th,
#exhibition td {
  font-family: "Noto Sans JP", sans-serif;
}

#exhibition {
  padding: 0 0 300px;
  font-size: 16px;
  color: #4c4948;
}

.pankuzu {
  margin: 10px auto 10px !important;
}

#main_img {
  background-image: url(main_img.jpg);
  height: 480px !important;
  background-size: auto 100%;
  position: relative;
}
#main_img::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fdefed, #fffaf9);
}

/* * * * * * * * * *
ex_common 
* * * * * * * * * * */

.ex_common {
  font-size: 15px;
}
.ex_common .pc-block {
  display: block;
}
.ex_common .sp-block {
  display: none;
}
.ex_common .text_center {
  text-align: center;
}

.ex_common .text_right {
  text-align: right;
}
.ex_common .space10 {
  margin-bottom: 10px;
}
.ex_common .space20 {
  margin-bottom: 20px;
}
.ex_common .space30 {
  margin-bottom: 30px;
}
.ex_common .space40 {
  margin-bottom: 40px;
}

.ex_common .center {
  width: 940px;
  margin: 0 auto;
}

.ex_common .wide-center {
  width: 980px;
  margin: 0 auto;
}

.ex_common .inner-center {
  width: 840px;
  margin: 0 auto;
}

.ex_common .more-inner-center {
  width: 760px;
  margin: 0 auto;
}

.ex_common .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.ex_common .posi_re {
  position: relative;
}

.ex_common .gray_area .event_cont2 .rect,
.ex_common .gray_area .event_cont2 table {
  line-height: 150%;
  color: #777;
}

.ex_common .gray_area .event_cont2 table {
  width: 100%;
}

.ex_common .gray_area .event_cont2 table th {
  width: 10%;
  padding-bottom: 20px;
}

.ex_common .gray_area .event_cont2 table td {
  width: 90%;
  padding-bottom: 20px;
}

.ex_common .gray_area .event_cont2 table .table-space th,
.ex_common .gray_area .event_cont2 table .table-space td {
  padding-bottom: 50px;
}
.ex_common .gray_area .event_cont2 table .last_tr th,
.ex_common .gray_area .event_cont2 table .last_tr td {
  padding-bottom: 0;
}

.ex_common .gray_area #summary {
  line-height: 180%;
}

.ex_common figure {
  margin: 0;
  width: auto;
}
.ex_common figure img {
  width: 100%;
}

.ex_common figure figcaption {
  color: #555;
  text-align: center;
}
.ex_common .indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 580px) {
  .ex_common .pc-block {
    display: none;
  }
  .ex_common .sp-block {
    display: block;
  }

  .ex_common .sp-space10 {
    margin-bottom: 10px;
  }
  .ex_common .sp-space20 {
    margin-bottom: 20px;
  }
  .ex_common .sp-space30 {
    margin-bottom: 30px;
  }
  .ex_common .sp-space40 {
    margin-bottom: 40px;
  }

  .ex_common .center,
  .ex_common .wide-center,
  .ex_common .inner-center,
  .ex_common .more-inner-center {
    width: 90%;
    margin: auto;
  }

  .ex_common .more-inner-center.inside {
    width: 100%;
  }

  .ex_common .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .ex_common .gray_area .event_cont2 table th,
  .ex_common .gray_area .event_cont2 table td {
    width: 100%;
    display: block;
  }

  .ex_common .gray_area .event_cont2 table th,
  .ex_common .gray_area .event_cont2 table .table-space th,
  .ex_common .gray_area .event_cont2 table .last_tr th {
    padding-bottom: 7px;
  }
}

/* * * * * * * * * * */

.gray_area {
  width: 100%;
  min-width: 980px;
  background: #fff;
  background-image: url(../140530_inokuma/gray_area_gradation.jpg);
  background-repeat: repeat-x;
}

.gray_area .b-gray {
  font-weight: bold;
  display: inline-block;
  background-color: #f0f0f0;
  line-height: 1.3;
  padding: 4px 10px;
}
.gray_area .b-gray:not(:last-child) {
  margin-bottom: 5px;
}

#exhibition .f_left {
  float: left;
}

#exhibition .f_right {
  float: right;
}

#exhibition img {
  width: 100%;
}

#exhibition .pic_box p.pic_cap {
  text-align: right;
  font-size: 14px;
}

.mb {
  display: none;
}

#exhibition .text_center {
  text-align: center;
}

/****************
企画展内容↓
*************/

.main_content {
  box-sizing: border-box;
}
.main_content p {
  font-size: 16px;
}
#exhibition .main_content h3 {
  margin-top: 0;
}
#exhibition .ff_mincho {
  font-family: "Noto Serif JP", serif;
}

#exhibition .c-blue {
  color: #46799f;
}

#exhibition p.fs-14 {
  font-size: 14px;
}
#exhibition p.fs-18 {
  font-size: 18px;
}
#exhibition p.fs-20 {
  font-size: 20px;
}
#exhibition p.fs-24 {
  font-size: 24px;
}
#exhibition figcaption {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.3;
}
#exhibition .main_content table tr:not(:last-child) th,
#exhibition .main_content table tr:not(:last-child) td {
  padding-bottom: 5px;
}
#exhibition .main_content table tr th {
  width: 70px;
}
#exhibition .main_content table tr td {
  width: calc(100% - 70px);
}
#exhibition .main_content table tr td span {
  display: block;
  font-size: 13px;
}

/* #intro  */
#exhibition #intro {
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}
#exhibition #intro:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, #edc6b6, #fff);
}
#exhibition #intro h2 {
  font-size: 30px;
  color: #9b3223;
  margin-bottom: 60px;
  line-height: 1.3;
}
#exhibition #intro p {
  line-height: 2.5;
}
/* #sakuhin  */
#exhibition #sakuhin {
  padding-bottom: 90px;
}
#exhibition #sakuhin .grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-template-rows: 401.5px 401.5px;
  column-gap: 40px;
  row-gap: 40px;
}
#exhibition #sakuhin .cont_sakuhin {
  border-radius: 15px;
  box-sizing: border-box;
  padding: 50px;
}
#exhibition #sakuhin .cont_sakuhin-yusai {
  background-color: #e6f1e1;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 90px;
}
#exhibition #sakuhin .cont_sakuhin.sho {
  background-color: #efebf5;
  grid-column: 1/2;
  grid-row: 1/3;
}
#exhibition #sakuhin .cont_sakuhin.sho figure {
  width: 195px;
  margin-left: auto;
  margin-right: auto;
}
#exhibition #sakuhin .cont_sakuhin.togei {
  background-color: #e8f5f4;
  grid-column: 2/3;
  grid-row: 1/2;
}
#exhibition #sakuhin .cont_sakuhin.sotei {
  background-color: #f7f1dc;
  grid-column: 2/3;
  grid-row: 2/3;
}
#exhibition #sakuhin .cont_sakuhin.togei .flex,
#exhibition #sakuhin .cont_sakuhin.sotei .flex {
  height: 100%;
  justify-content: space-between;
}
#exhibition #sakuhin .cont_sakuhin.togei figure,
#exhibition #sakuhin .cont_sakuhin.sotei figure {
  width: 280px;
  order: 1;
}
#exhibition #sakuhin .cont_sakuhin.togei .box-txt,
#exhibition #sakuhin .cont_sakuhin.sotei .box-txt {
  width: 153px;
  order: 0;
  align-self: flex-end;
}
#exhibition #sakuhin .cont_sakuhin-yusai .title,
#exhibition #sakuhin .cont_sakuhin .title {
  font-size: 24px;
  line-height: 1.3;
  background-color: #f8f8f7;
  padding: 1px 5px 3px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 0 20px #f8f8f7;
}
#exhibition #sakuhin .cont_sakuhin.sotei .title {
  letter-spacing: -0.05em;
}
/* #event  */
#exhibition #event {
  background-color: #faf0eb;
  padding-top: 90px;
  padding-bottom: 90px;
}
#exhibition #event h3 {
  color: #9b3223;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.3;
}
#exhibition #event .cont_event {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 40px;
  position: relative;
}
#exhibition #event .cont_event:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #9b3223;
}
#exhibition #event .cont_event {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 40px;
  position: relative;
}
#exhibition #event .cont_event:not(:last-child) {
  margin-bottom: 50px;
}
#exhibition #event .cont_event p {
  font-size: 15px;
}
#exhibition #event .cont_event .title {
  color: #9b3223;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: bold;
}
#exhibition #event .cont_event .title span {
  font-size: 24px;
}
#exhibition #event .cont_event.ev0320 table {
  position: relative;
  z-index: 1;
}
#exhibition #event .cont_event.ev0320:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 25px;
  width: 160px;
  height: 116px;
  background-image: url(ev0320_back.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* .exbtn  */
#exhibition .exbtn-txtred {
  color: #9b3223;
  font-weight: bold;
  display: inline-block;
}

/****************
企画展内容↑
*************/

@media screen and (max-width: 580px) {
  #exhibition img {
    width: 100%;
  }

  #main_img {
    height: auto !important;
  }

  .gray_area {
    min-width: 100%;
  }

  /****************
企画展内容↓
*************/
  #exhibition .text-left {
    text-align: left;
  }
  /* #intro  */
  #exhibition #intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #exhibition #intro h2 {
    font-size: 24px;
    max-width: 490px;
    margin-bottom: 30px;
  }

  /* #sakuhin  */
  #exhibition #sakuhin {
    padding-bottom: 60px;
  }
  #exhibition #sakuhin .grid {
    display: block;
  }
  #exhibition #sakuhin .cont_sakuhin-yusai {
    padding: 70px 5%;
    margin-bottom: 70px;
  }
  #exhibition #sakuhin .cont_sakuhin-yusai figure {
    margin-bottom: 40px;
  }
  #exhibition #sakuhin .cont_sakuhin-yusai figure.narrow {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #exhibition #sakuhin .cont_sakuhin.sho figure {
    width: 170px;
  }
  #exhibition #sakuhin .cont_sakuhin.togei .flex,
  #exhibition #sakuhin .cont_sakuhin.sotei .flex {
    height: auto;
    display: block;
  }
  #exhibition #sakuhin .cont_sakuhin.togei figure,
  #exhibition #sakuhin .cont_sakuhin.sotei figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #exhibition #sakuhin .cont_sakuhin.togei .box-txt,
  #exhibition #sakuhin .cont_sakuhin.sotei .box-txt {
    width: 100%;
  }
  #exhibition #sakuhin .cont_sakuhin {
    padding: 50px 5%;
  }
  #exhibition #sakuhin .cont_sakuhin:not(:last-child) {
    margin-bottom: 40px;
  }
  #exhibition #sakuhin .cont_sakuhin-yusai .title,
  #exhibition #sakuhin .cont_sakuhin .title {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  /* #event  */
  #exhibition #event {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  #exhibition #event h3 {
    font-size: 24px;
  }
  #exhibition #event .cont_event {
    padding: 30px 5% 40px 8%;
  }
  #exhibition #event .cont_event .title {
    font-size: 24px;
  }
  #exhibition #event .cont_event .title span {
    font-size: 20px;
  }
  #exhibition #event .cont_event .space40 {
    margin-bottom: 30px;
  }
  #exhibition #event .cont_event.ev0320:after {
    right: 15px;
    bottom: 15px;
    width: calc(160px * 0.8);
    height: calc(116px * 0.8);
  }

  /****************
企画展内容↑
*************/
}
