@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;
}

.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: #fff;
}

/* * * * * * * * * *
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 .text_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.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 .space50 {
  margin-bottom: 50px;
}

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

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

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

.ex_common .more-inner-center {
  width: 800px;
  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 .gray_area #summary .emp {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.ex_common .gray_area #summary .red {
  color: #c33f04;
}

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

.ex_common figure figcaption {
  color: #555;
  text-align: center;
}

@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;
}

/****************
企画展内容↓
*************/
#exhibition p {
  color: #4c4948;
}
#exhibition .color-red {
  color: #e46a4d;
}
#exhibition .color-yel {
  color: #e9b800;
}
#exhibition .color-blue {
  color: #5fbdd5;
}
#exhibition .color-green {
  color: #50a756;
}

#exhibition .border-box {
  padding-left: 30px;
  position: relative;
  color: #4c4948;
}
#exhibition .border-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
#exhibition .border-box.b_red:before {
  background-color: #e46a4d;
}
#exhibition .border-box.b_yel:before {
  background-color: #e9b800;
}
#exhibition .border-box.b_blue:before {
  background-color: #5fbdd5;
}
#exhibition .border-box.b_green:before {
  background-color: #50a756;
}

.main_content {
  box-sizing: border-box;
}

#exhibition .intro_area .attention {
  margin-bottom: 20px;
}
#exhibition .intro_area .attention p {
  font-size: 14px;
  color: #848484;
}

#exhibition .intro_area .flex-cont_sakuhinlist {
  justify-content: flex-end;
  margin-bottom: 40px;
}
#exhibition .intro_area .flex-cont_sakuhinlist li {
  width: 130px;
}
#exhibition .intro_area .flex-cont_sakuhinlist li:not(:last-child) {
  margin-right: 20px;
}

#exhibition .intro_area {
  padding-top: 40px;
  padding-bottom: 120px;
}

#exhibition .intro_area h2 {
  max-width: 600px;
  margin-bottom: 50px;
  font-size: 29px;
}
#exhibition .intro_area h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 600;
}

#exhibition .intro_area .flex-cont_sakka_cover {
  flex-wrap: nowrap;
  align-items: flex-end;
}
#exhibition .intro_area .flex-cont_sakka_cover p {
  flex-shrink: 0;
}
#exhibition .intro_area .sakka li {
  margin-right: 15px;
  margin-bottom: 5px;
  width: 4em;
  color: #4c4948;
}
#exhibition .intro_area .flex-cont_intro2 {
  justify-content: space-between;
}
#exhibition .intro_area .flex-cont_intro2 .box-left {
  width: 50%;
}
#exhibition .intro_area .flex-cont_intro2 .box-left .box-img {
  max-width: 350px;
  margin-left: auto;
  margin-right: 0;
}
#exhibition .intro_area .flex-cont_intro2 .box-right {
  width: 40%;
}

#exhibition .intro_area .flex-cont_intro3 {
  justify-content: space-between;
}
#exhibition .intro_area .flex-cont_intro3 .box-pic {
  width: 47%;
}

#exhibition .howto_syo {
  padding-bottom: 70px;
}

#exhibition .howto_syo .title_syo {
  background-color: #5fbdd5;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  color: #fff;
}
#exhibition .howto_syo h2 img {
  width: 400px;
  margin-right: 30px;
}
#exhibition .howto_syo h2 span {
  font-size: 29px;
  letter-spacing: 0.2em;
}
#exhibition .howto_syo .title_syo p {
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.2em;
}

#exhibition .howto_syo .howto-cont {
  position: relative;
  margin-bottom: 70px;
}
#exhibition .howto_syo .howto-cont h3 {
  margin: 0;
  color: #fff;
  font-size: 29px;
  line-height: 130%;
}
#exhibition .howto_syo .howto-cont:before,
#exhibition .howto_syo .howto-cont:after {
  content: "";
  display: block;
  position: absolute;
}
#exhibition .howto_syo .howto-cont:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 400px;
}
#exhibition .howto_syo .howto-cont:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#exhibition .howto_syo .howto-cont .cont-title {
  padding: 18px 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
#exhibition .howto_syo .howto-cont p {
  font-weight: bold;
}
#exhibition .howto_syo .howto-cont .cont-title:before,
#exhibition .howto_syo .howto-cont .cont-title:after {
  content: "";
  display: block;
  position: absolute;
}
#exhibition .howto_syo .howto-cont .cont-title:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#exhibition .howto_syo .howto-cont .cont-title:before {
  top: 0;
  left: 0;
  width: calc(100% + 70px);
  height: 2px;
}

/* .howto-cont.cont1 */
#exhibition .howto_syo .howto-cont.cont1 .cont1_pic1 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#exhibition .howto_syo .howto-cont.cont1:before,
#exhibition .howto_syo .howto-cont.cont1 .cont-title,
#exhibition .howto_syo .howto-cont.cont1 .cont-title:before {
  background-color: #e46a4d;
}
#exhibition .howto_syo .howto-cont.cont1:after {
  top: calc(400px - (200px + 30px));
  left: -12px;
  width: 48px;
  height: 200px;
  background-image: url(howto_syo_cont1_txt.svg);
}
#exhibition .howto_syo .howto-cont.cont1 .cont-title:after {
  bottom: 0;
  right: calc(-30px + -65px);
  width: 65px;
  height: 90px;
  background-image: url(howto_syo_cont1_ico.svg);
}
/* .howto-cont.cont2 */
#exhibition .howto_syo .howto-cont.cont2 .cont2_pic3 {
  width: 480px;
}
#exhibition .howto_syo .howto-cont.cont2:before,
#exhibition .howto_syo .howto-cont.cont2 .cont-title,
#exhibition .howto_syo .howto-cont.cont2 .cont-title:before {
  background-color: #5fbdd5;
}
#exhibition .howto_syo .howto-cont.cont2:after {
  top: calc(400px - (137px + 30px));
  left: 0;
  width: 38px;
  height: 137px;
  background-image: url(howto_syo_cont2_txt.svg);
}
#exhibition .howto_syo .howto-cont.cont2 .cont-title:after {
  bottom: -20px;
  right: calc(-30px + -78px);
  width: 78px;
  height: 70px;
  background-image: url(howto_syo_cont2_ico.svg);
}
/* .howto-cont.cont3 */
#exhibition .howto_syo .howto-cont.cont3:before,
#exhibition .howto_syo .howto-cont.cont3 .cont-title,
#exhibition .howto_syo .howto-cont.cont3 .cont-title:before {
  background-color: #e9b800;
}
#exhibition .howto_syo .howto-cont.cont3:after {
  top: calc(400px - (178px + 30px));
  left: 0;
  width: 44px;
  height: 178px;
  background-image: url(howto_syo_cont3_txt.svg);
}
#exhibition .howto_syo .howto-cont.cont3 .cont-title:after {
  bottom: -30px;
  right: calc(-30px + -60px);
  width: 60px;
  height: 88px;
  background-image: url(howto_syo_cont3_ico.svg);
}
/* .howto-cont.cont4 */
#exhibition .howto_syo .howto-cont.cont4 img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#exhibition .howto_syo .howto-cont.cont4:before,
#exhibition .howto_syo .howto-cont.cont4 .cont-title,
#exhibition .howto_syo .howto-cont.cont4 .cont-title:before {
  background-color: #50a756;
}
#exhibition .howto_syo .howto-cont.cont4:after {
  top: calc(400px - (135px + 30px));
  left: -12px;
  width: 57.5px;
  height: 135px;
  background-image: url(howto_syo_cont4_txt.svg);
}
#exhibition .howto_syo .howto-cont.cont4 .cont-title:after {
  bottom: -20px;
  right: calc(-30px + -60px);
  width: 60px;
  height: 100px;
  background-image: url(howto_syo_cont4_ico.svg);
}

/* イベント欄 */
#exhibition .event_area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5db75;
}
#exhibition .event_area .inner_box {
  padding: 50px 30px;
  background-color: #fff;
  box-sizing: border-box;
}

#exhibition .event_area .inner_box .flex-cont_title {
  align-items: center;
  margin-bottom: 50px;
}
#exhibition .event_area .inner_box h2 {
  width: 220px;
  margin-right: 50px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}
#exhibition .event_area .inner_box h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
}
#exhibition .event_area .inner_box .title_sub {
  font-size: 25px;
  line-height: 120%;
  font-weight: bold;
}
#exhibition .event_area .inner_box .flex-cont_event {
  justify-content: space-between;
  align-items: center;
}
#exhibition .event_area .inner_box .flex-cont_event .box-left {
  width: 47%;
}
#exhibition .event_area .inner_box .flex-cont_event .box-right {
  width: 46%;
}

#exhibition .event_area .inner_box .date_area {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
}

#exhibition .event_area .inner_box .rect,
#exhibition .event_area .inner_box table {
  line-height: 150%;
}

#exhibition .event_area .inner_box table {
  width: 100%;
}

#exhibition .event_area .inner_box table th {
  width: 80px;
  padding-bottom: 20px;
}
#exhibition .event_area .inner_box .btn_request {
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  color: #4c4948;
  font-weight: bold;
  border: 3px solid #4c4948;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}
#exhibition .event_area .inner_box .btn_request:hover {
  background-color: #4c4948;
  color: #fff;
}

#exhibition .event_area .inner_box table td {
  width: calc(100% - 80px);
  padding-bottom: 20px;
}

#exhibition .event_area .inner_box table .table-space th,
#exhibition .event_area .inner_box table .table-space td {
  padding-bottom: 50px;
}
#exhibition .event_area .inner_box table .last_tr th,
#exhibition .event_area .inner_box .last_tr td {
  padding-bottom: 0;
}

#exhibition .event_cont2 b {
  font-weight: bold;
  color: #555;
  display: block;
}
#exhibition p.fs-18 {
  font-size: 18px;
}
#exhibition p.fs-20 {
  font-size: 20px;
}
#exhibition p.fs-24 {
  font-size: 24px;
}

#exhibition .gray_area .free {
  padding: 15px 20px;
  border: 1px solid #555;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  line-height: 130%;
}

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

.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 .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 .rect .important_title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #00438b;
  display: inline-block;
  padding: 5px 15px 7px;
  margin-bottom: 20px;
}

.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;
}

#exhibition .event_cont2 .one.event_all img {
  width: 280px;
}

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

.event_cont2 img {
  max-width: 100%;
  height: auto;
}
#exhibition .event_cont2 .st_bpx {
  width: 600px;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #f5db39;
  background-color: #fff;
}
#exhibition .event_cont2 .in_box {
  position: relative;
}
#exhibition .event_cont2 .in_box .link-ig {
  position: absolute;
  width: 70px;
  top: 0;
  right: 0;
  display: block;
}

.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 .border-box {
    padding-left: 25px;
  }
  #exhibition .intro_area {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #exhibition .intro_area .flex-cont_sakuhinlist li {
    width: 110px;
  }
  #exhibition .intro_area .inner-center {
    width: 100%;
  }
  #exhibition .intro_area h2 {
    width: 100%;
    margin-bottom: 25px;
  }
  #exhibition .intro_area h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  #exhibition .intro_area .sakka li {
    font-size: 15px;
  }

  #exhibition .intro_area .flex-cont_intro2 {
    justify-content: center;
  }
  #exhibition .intro_area .flex-cont_intro2 .box-left {
    width: 100%;
  }
  #exhibition .intro_area .flex-cont_intro2 .box-left .box-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #exhibition .intro_area .flex-cont_intro2 .box-right {
    margin-top: 30px;
    width: 80%;
  }
  #exhibition .intro_area .flex-cont_intro3 {
    justify-content: center;
  }
  #exhibition .intro_area .flex-cont_intro3 .box-pic {
    width: 80%;
  }
  #exhibition .intro_area .flex-cont_intro3 .box-pic:first-child {
    margin-top: 30px;
    order: 2;
  }

  #exhibition .howto_syo {
    padding-bottom: 30px;
  }
  #exhibition .howto_syo .title_syo {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  #exhibition .howto_syo h2 img {
    max-width: 300px;
    margin-right: 0;
  }
  #exhibition .howto_syo h2 span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
  }
  #exhibition .howto_syo .title_syo p {
    margin-top: 20px;
  }

  #exhibition .howto_syo .howto-cont {
    margin-bottom: 50px;
  }
  #exhibition .howto_syo .howto-cont h3 {
    font-size: 20px;
  }

  #exhibition .howto_syo .howto-cont .more-inner-center {
    margin-left: auto;
    margin-right: 0;
  }
  #exhibition .howto_syo .howto-cont:before {
    height: 300px;
  }
  #exhibition .howto_syo .howto-cont .cont-title {
    padding: 15px;
    margin-bottom: 30px;
  }
  #exhibition .howto_syo .howto-cont .cont-title:before {
    width: calc(100% + 40px);
  }

  /* .howto-cont.cont1 */
  #exhibition .howto_syo .howto-cont.cont1 .sp-cont1_pic1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #exhibition .howto_syo .howto-cont.cont1:after {
    top: calc(300px - ((200px * 0.7) + 20px));
    left: -8px;
    width: calc(48px * 0.7);
    height: calc(200px * 0.7);
  }
  #exhibition .howto_syo .howto-cont.cont1 .cont-title:after {
    right: calc(-20px + (-65px * 0.7));
    width: calc(65px * 0.7);
    height: calc(90px * 0.7);
  }
  /* .howto-cont.cont2 */
  #exhibition .howto_syo .howto-cont.cont2 .sp-cont2_pic3 {
    width: 61%;
  }
  #exhibition .howto_syo .howto-cont.cont2:after {
    top: calc(300px - ((137px * 0.7) + 20px));
    width: calc(38px * 0.7);
    height: calc(137px * 0.7);
  }
  #exhibition .howto_syo .howto-cont.cont2 .cont-title:after {
    bottom: -10px;
    right: calc(-20px + (-78px * 0.7));
    width: calc(78px * 0.7);
    height: calc(70px * 0.7);
  }
  /* .howto-cont.cont3 */
  #exhibition .howto_syo .howto-cont.cont3:after {
    top: calc(300px - ((178px * 0.7) + 20px));
    width: calc(44px * 0.7);
    height: calc(178px * 0.7);
  }
  #exhibition .howto_syo .howto-cont.cont3 .cont-title:after {
    bottom: -15px;
    right: calc(-20px + (-60px * 0.7));
    width: calc(60px * 0.7);
    height: calc(88px * 0.7);
  }
  /* .howto-cont.cont4 */
  #exhibition .howto_syo .howto-cont.cont4:after {
    top: calc(300px - ((135px * 0.7) + 20px));
    left: -8px;
    width: calc(57.5px * 0.7);
    height: calc(135px * 0.7);
  }
  #exhibition .howto_syo .howto-cont.cont4 .cont-title:after {
    bottom: -10px;
    right: calc(-20px + (-60px * 0.7));
    width: calc(60px * 0.7);
    height: calc(100px * 0.7);
  }

  /* イベント欄 */

  #exhibition .event_area .inner_box {
    padding: 30px 6%;
  }
  #exhibition .event_area .inner_box .flex-cont_title {
    margin-bottom: 40px;
  }

  #exhibition .event_area .inner_box h2 {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #exhibition .event_area .inner_box .title_sub {
    font-size: 20px;
  }
  #exhibition .event_area .inner_box .flex-cont_event .box-left,
  #exhibition .event_area .inner_box .flex-cont_event .box-right {
    width: 100%;
  }
  #exhibition .event_area .inner_box .flex-cont_event .box-left {
    margin-bottom: 30px;
  }

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

  #exhibition .event_cont2 .st_bpx {
    width: 100%;
  }
  #exhibition .event_cont2 .in_box .link-ig {
    position: static;
    margin-bottom: 20px;
  }
}
