@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: #333;
}

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

#main_img {
  background-image: url(main_img.jpg);
  height: 600px !important;
  background-size: auto 100%;
  position: relative;
}
#main_img::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f4cd11;
}

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

.ex_common {
  font-size: 15px;
}
.ex_common p {
  line-height: 1.8;
}
.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 .special {
  display: block;
  margin-bottom: 10px;
}

.gray_area .special p {
  display: inline-block;
  padding: 8px 10px;
  line-height: 100%;
  border: 1px solid #555;
  color: #555;
}

#exhibition .f_left {
  float: left;
}

#exhibition .f_right {
  float: right;
}

#exhibition img {
  width: 100%;
  vertical-align: bottom;
}

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

.mb {
  display: none;
}

/****************
企画展内容↓
*************/
#exhibition h2 {
  margin: 0;
}
.main_content {
  box-sizing: border-box;
}
#exhibition .main_content h3 {
  margin-top: 0;
}

#exhibition p.fs-16 {
  font-size: 16px;
}
#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-bottom: 100px;
}
#exhibition #intro .back-yellow {
  background-color: #f4cd11;
}

#exhibition #intro .box-info {
  margin-bottom: 100px;
}
#exhibition #intro .box-apology,
#exhibition #intro .box-present,
#exhibition #intro .box-summer_vacation {
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
}

#exhibition #intro .box-apology {
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
#exhibition #intro .box-apology b {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #ff0000;
  font-size: 20px;
}

#exhibition #intro .box-present {
  background-color: #007e3e;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#exhibition #intro .box-present div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#exhibition #intro .box-present div span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}
#exhibition #intro .box-present p {
  color: #fff;
  line-height: 1.3;
}

#exhibition #intro .box-summer_vacation {
  background-color: #e5286c;
  display: grid;
  grid-template-columns: 1fr 128px;
  column-gap: 20px;
  row-gap: 15px;
}
#exhibition #intro .box-summer_vacation .item_1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
#exhibition #intro .box-summer_vacation .item_1 .back-white {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
}
#exhibition #intro .box-summer_vacation .item_1 .back-white p,
#exhibition #intro .box-summer_vacation .item_1 .back-white b {
  color: #e5286c;
}
#exhibition #intro .box-summer_vacation .item_1 .back-white p {
  margin-bottom: 5px;
  line-height: 1.3;
}
#exhibition #intro .box-summer_vacation .item_2 {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: center;
}
#exhibition #intro .box-summer_vacation .item_2 b {
  color: #ffe33f;
  font-size: 30px;
  line-height: 1.3;
  display: block;
  margin-bottom: 8px;
}
#exhibition #intro .box-summer_vacation .item_2 p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
#exhibition #intro .box-summer_vacation .item_3 {
  grid-column: 2/3;
  grid-row: 1/3;
  place-content: center;
}

#exhibition #intro .flex-cont_sakuhin_1 {
  flex-wrap: nowrap;
}
#exhibition #intro .flex-cont_sakuhin_1 figure:first-child {
  margin-right: 2px;
}
#exhibition #intro .txt-cap {
  font-size: 10px;
  margin-top: 20px;
}

#exhibition #intro .back-grd {
  padding-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(#f4cd11 0%, #fff 100%);
}
#exhibition #intro .flex-cont_intro {
  justify-content: space-between;
}
#exhibition #intro .flex-cont_intro .box-txt {
  width: calc(100% - (260px + 40px));
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}
#exhibition #intro .flex-cont_intro .box-pic {
  width: 260px;
  flex-shrink: 0;
}
#exhibition #intro .flex-cont_intro .box-pic figure:first-child {
  margin-bottom: 35px;
}

#exhibition #intro .center-sakuhin_2 .txt-cap:last-child {
  margin-top: 5px;
}
#exhibition #intro .grid-cont_sakuhin_2 {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 50px;
}
#exhibition #intro .grid-cont_sakuhin_2 .item_1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
#exhibition #intro .grid-cont_sakuhin_2 .item_2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
#exhibition #intro .grid-cont_sakuhin_2 .item_3 {
  grid-column: 2/3;
  grid-row: 2/3;
}

/* イベント欄 */

#exhibition #event {
  position: relative;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #edee97;
}
#exhibition #event h3 {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 300px);

  color: #007e3e;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  width: 600px;
  padding-top: 45px;
  margin: 0;

  background-image: url(event_title_bsck.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

#exhibition #event .box-event {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px;
}
#exhibition #event .box-event:not(:last-child) {
  margin-bottom: 30px;
}
#exhibition #event .box-event h4 {
  color: #e5286c;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}
#exhibition #event .box-event h4 span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
#exhibition #event .box-event p {
  color: #333;
}
#exhibition #event .box-event table {
  margin-top: 25px;
}
#exhibition #event .box-event .flex-cont_event {
  justify-content: space-between;
}
#exhibition #event .box-event .box-txt {
  width: 100% - (280px + 20px);
}
#exhibition #event .box-event .box-pic {
  width: 280px;
  text-align: center;
}
#exhibition #event .box-event .box-pic .ev0604_pic1 {
  max-width: 180px;
}

#exhibition #event .tv_anpan {
  border-radius: 12px;
  box-sizing: border-box;
  padding: 25px 40px 40px;
  background-color: #f39800;
  border: 4px solid #555;
  text-align: center;
  margin-top: 50px;
}
#exhibition #event .tv_anpan b {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-top: 20px;
}

#exhibition .sogo-waribiki {
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #f2f2f2;
  border: 2px solid #d0d0d0;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 80px;

  justify-content: space-between;
}
#exhibition .sogo-waribiki b {
  display: grid;
  place-content: center;
  width: 120px;
  height: 120px;
  background-color: #e5286c;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
#exhibition .sogo-waribiki .box-cont {
  width: calc(100% - (120px + 90px));
}
#exhibition .sogo-waribiki .box-cont p:first-child {
  font-weight: bold;
  margin-bottom: 20px;
}
#exhibition .sogo-waribiki .box-cont a.ico-ext {
  text-decoration: none;
  color: #2881fa;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-top: 35px;

  position: relative;
}
#exhibition .sogo-waribiki .box-cont a.ico-ext:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: calc(-5px + -16px);

  width: 16px;
  height: 16px;

  background-image: url(ico_ext.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#exhibition .gray_area .cont b {
  display: block;
  font-weight: bold;
  margin-top: 8px;
  font-size: 16px;
}

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

.event_guide {
  background-color: #fff;
  border: 1px solid #777;
  padding: 30px;
  margin-bottom: 30px;
}
.event_guide .guide_link_box {
  margin-top: 20px;
}
.event_guide p {
  color: #777;
}
.event_guide a {
  color: #777;
  display: inline-block;
}

.event_cont2 {
  margin-bottom: 30px;
}

.event_cont2 b {
  font-size: 105%;
}

.event_cont2 .title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 150%;
}
.event_cont2 .fs16 {
  font-size: 16px;
}

.event_cont2 .date_area {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 3px;
}
.event_cont2 .rect {
  padding: 20px 20px 15px;
  background-color: #eee;
}

.event_cont2 .rect2 {
  padding: 20px;
  background-color: #cae6e1;
}
.event_cont2 .line {
  border-top: 1px #bbbbbb solid;
  padding-bottom: 20px;
}

.event_cont2 .one {
  padding-bottom: 10px;
  color: black;
}

.ex_common .event_cont2 .txt_pink {
  color: #eb8896;
}
.ex_common .event_cont2 .txt_red {
  color: #d80000;
}

.event_cont2 img {
  max-width: 100%;
  height: auto;
}
.event_cont2 .cap {
  font-size: 12px;
}

.event_cont2 .border {
  border: 1px solid #707070;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.event_cont2 b {
  display: block;
  font-size: 112.5%;
  margin-bottom: 10px;
}

.alert {
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 20px 30px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.alert p {
  color: #777;
}

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

  #main_img {
    height: auto !important;
  }

  .gray_area {
    min-width: 100%;
  }

  /****************
企画展内容↓
*************/
  #exhibition figcaption {
    font-size: 12px;
    padding-right: 5px;
  }
  /* #intro  */
  #exhibition #intro {
    padding-bottom: 60px;
  }

  #exhibition #intro .box-present div {
    font-size: 16px;
  }
  #exhibition #intro .box-present div span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
  }
  #exhibition #intro .box-present p {
    font-size: 20px;
  }

  #exhibition #intro .box-info {
    margin-bottom: 70px;
  }

  #exhibition #intro .box-summer_vacation {
    grid-template-columns: 1fr 100px;
    column-gap: 15px;
    row-gap: 15px;
  }
  #exhibition #intro .box-summer_vacation .item_1 .back-white p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #exhibition #intro .box-summer_vacation .item_1 .back-white b {
    font-size: 16px;
  }
  #exhibition #intro .box-summer_vacation .item_2 {
    grid-column: 1/3;
  }
  #exhibition #intro .box-summer_vacation .item_3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #exhibition #intro .center-sakuhin {
    width: 100%;
  }
  #exhibition #intro .txt-cap {
    margin-top: 10px;
    padding-right: 5px;
  }

  #exhibition #intro .flex-cont_sakuhin_1 {
    margin-bottom: 30px;
  }

  #exhibition #intro .back-grd {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #exhibition #intro .flex-cont_intro {
    display: block;
  }
  #exhibition #intro .flex-cont_intro .box-txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  #exhibition #intro .flex-cont_intro .box-pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #exhibition #intro .flex-cont_intro .box-pic figure {
    width: 46%;
  }
  #exhibition #intro .flex-cont_intro .box-pic figure:first-child {
    order: 1;
    margin-bottom: 0;
  }

  #exhibition #intro .center-sakuhin_2 {
    width: 80%;
  }
  #exhibition #intro .center-sakuhin_2 .txt-cap {
    padding-right: 0;
    width: 110%;
    margin-left: -5%;
  }

  #exhibition #intro .grid-cont_sakuhin_2 {
    display: block;
    margin-bottom: 30px;
  }
  #exhibition #intro .grid-cont_sakuhin_2 figure:not(:last-child) {
    margin-bottom: 30px;
  }

  /* イベント欄 */
  #exhibition #event {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #exhibition #event h3 {
    left: 10%;
    width: 80%;
    padding-top: 25px;
  }

  #exhibition #event .box-event {
    padding: 30px 20px;
  }
  #exhibition #event .box-event .flex-cont_event {
    display: block;
  }
  #exhibition #event .box-event .box-pic {
    margin-top: 30px;
  }

  #exhibition #event .tv_anpan {
    padding: 15px 15px 20px;
  }
  #exhibition #event .tv_anpan b {
    margin-top: 5px;
    font-size: 18px;
  }

  #exhibition .sogo-waribiki {
    padding: 30px 20px;
    margin-bottom: 60px;

    justify-content: space-between;
  }
  #exhibition .sogo-waribiki b {
    width: 90px;
    height: 90px;
    font-size: 18px;
  }
  #exhibition .sogo-waribiki .box-cont {
    width: calc(100% - (90px + 20px));
  }
  #exhibition .sogo-waribiki .box-cont p:first-child {
    margin-bottom: 15px;
  }
  #exhibition .sogo-waribiki .box-cont a.ico-ext {
    margin-top: 25px;
  }
  /****************
企画展内容↑
*************/
}
