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

/* * * * * * * * * *
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 .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%;
}

#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;
}
#exhibition .main_content h3 {
  margin-top: 0;
}

#exhibition .ff_mincho {
  font-family: "Noto Serif JP", serif;
}

#exhibition p.fs-18 {
  font-size: 18px;
}
#exhibition p.fs-20 {
  font-size: 20px;
}
#exhibition p.fs-24 {
  font-size: 24px;
}
#exhibition .main_content table tr:not(:last-child) th,
#exhibition .main_content table tr:not(:last-child) td {
  padding-bottom: 10px;
}
#exhibition .main_content table tr th {
  width: 50px;
}
#exhibition .main_content table tr td {
  width: calc(100% - 50px);
}
#exhibition .main_content table tr td span {
  display: block;
  font-size: 13px;
}
#exhibition .btn_gold {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #94764c;
  padding: 15px 25px;
  margin-top: 35px;
  border-radius: 50px;
}
#exhibition .btn_request {
  display: inline-block;
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

/* #intro  */
#exhibition #intro {
  padding-top: 70px;
  padding-bottom: 60px;
}
#exhibition #intro h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}
#exhibition #intro b {
  display: block;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 50px;
}
#exhibition #intro p {
  font-size: 16px;
}
/* tenji */
#exhibition #tenji {
  padding-bottom: 70px;
}
#exhibition #tenji h3 {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 60px;
}

#exhibition #video {
  margin-bottom: 60px;
}

/* #haiku30 */
#exhibition #haiku30 {
  padding-bottom: 80px;
}
#exhibition #haiku30 h3 {
  width: 180px;
  margin-bottom: 20px;
}
#exhibition #haiku30 b {
  display: block;
  color: #94764c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* #work_shop */
#exhibition #work_shop {
  background-color: #fffef2;
  border: 1px solid #94764c;
  padding-top: 50px;
  padding-bottom: 55px;
  margin-bottom: 80px;
}
#exhibition #work_shop h3 {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#exhibition #work_shop h3 + b {
  display: block;
  color: #94764c;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}
#exhibition #work_shop h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #94764c;
  padding-top: 18px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
#exhibition #work_shop .date {
  font-size: 20px;
}
#exhibition #work_shop .date span {
  font-size: 36px;
}
#exhibition #work_shop .flex-cont_labo {
  justify-content: space-between;
  border-top: 1px solid #94764c;
  border-bottom: 1px solid #94764c;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-bottom: 40px;
}
#exhibition #work_shop .flex-cont_labo .box-labo {
  width: 48%;
}
#exhibition #work_shop .flex-cont_labo .box-labo h5 {
  height: 43px;
  margin-bottom: 15px;
}
#exhibition #work_shop .flex-cont_labo .box-labo h5 img {
  width: auto;
  height: 100%;
}
#exhibition #work_shop .flex-cont_labo .box-labo h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 150%;
}
#exhibition #work_shop .bidaisei h5 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* #anniversary30 */
#exhibition #anniversary30 {
  margin-bottom: 90px;
}
#exhibition #anniversary30 h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 150%;
}
#exhibition #anniversary30 .box-logo {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* #special */
#exhibition #special {
  background-color: #f4f3ec;
  padding-bottom: 70px;
}
#exhibition #special h3 {
  display: inline-block;
  background-color: #94764c;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 18px 40px 20px;
  margin-top: 0;
  margin-bottom: 45px;
}
#exhibition #special h4 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* イベント欄 */
#exhibition .gray_area .with-mr_nomura {
  border-bottom: 1px solid #94764c;
  padding-bottom: 30px;
  margin-bottom: 55px;
}
#exhibition .gray_area .with-mr_nomura .ev_copy {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #94764c;
  margin-top: -3px;
  margin-bottom: 30px;
  line-height: 150%;
}
#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;
}
#special .pic_ev0405,
.event_cont2 .pic_ev0308 {
  max-width: 250px;
}
.event_cont2 .pic_ev0309 {
  max-width: 500px;
}
.event_cont2 .pic_ev0329 {
  max-width: 600px;
}
.pic_ev0309_sketchbook {
  max-width: 240px;
}
.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 .text-left {
    text-align: left;
  }
  /* #intro  */
  #exhibition #intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #exhibition #intro h2 {
    font-size: 28px;
  }
  #exhibition #intro b {
    margin-bottom: 40px;
  }

  /* #haiku30 */
  #exhibition #haiku30 {
    padding-bottom: 60px;
  }

  /* #work_shop */
  #exhibition #work_shop {
    padding-bottom: 45px;
    margin-bottom: 60px;
  }
  #exhibition #work_shop .flex-cont_labo {
    padding-top: 40px;
  }
  #exhibition #work_shop .flex-cont_labo .box-labo {
    width: 100%;
  }
  #exhibition #work_shop .flex-cont_labo .box-labo:first-child {
    margin-bottom: 40px;
  }

  /* #anniversary30 */
  #exhibition #anniversary30 {
    margin-bottom: 60px;
  }

  /* #special */
  #exhibition #special {
    padding-bottom: 60px;
  }

  /* イベント欄 */

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