@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: 700px !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(rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

/* * * * * * * * * *
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-bottom: 100px;
}
#exhibition #intro .back_deco {
  position: relative;
}
#exhibition #intro .back_deco:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 100%;
  background-color: #f2dee5;
}
#exhibition #intro .back_deco.deco_1:after {
  right: 0;
  width: calc(50% - 80px);
}
#exhibition #intro .back_deco.deco_2:after {
  left: 0;
  width: calc(50% - 265px);
}
#exhibition #intro .back_deco.deco_2 {
  margin-bottom: 60px;
}

#exhibition #intro .flex-cont_intro {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#exhibition #intro .flex-cont_intro .pic-box {
  width: 650px;
}
#exhibition #intro .flex-cont_intro .txt-box {
  width: 240px;
}
#exhibition #intro .flex-cont_intro .txt-box b {
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
}
#exhibition #intro .flex-cont_intro .txt-box span {
  font-size: 10px;
}
#exhibition #intro .flex-cont_intro .txt-box p {
  font-size: 14px;
}

#exhibition #intro .txt-box_2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#exhibition #intro .txt-box_2 p {
  font-size: 18px;
  line-height: 2.4;
}
#exhibition #intro p.cap {
  font-size: 14px;
  margin-top: 30px;
}

/* イベント欄 */

#exhibition #event {
  position: relative;
  margin-top: 60px;
  padding-bottom: 100px;
}
#exhibition #event .jiun {
  position: absolute;
  top: -56px;
  right: calc(50% + 222.5px);
  width: 182px;
  height: 73px;
  background-image: url(../../exhibition/20250419_jiun/jiun.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#exhibition #event .back_purple {
  padding-top: 60px;
  padding-bottom: 200px;
  background: linear-gradient(rgba(166, 27, 80, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#exhibition #event h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}

#exhibition #event .ev-box:not(:last-child) {
  margin-bottom: 40px;
}
#exhibition #event .ev-box {
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 40px 50px;
  border-radius: 10px;
}
#exhibition #event .ev-box .tag {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  padding: 10px 18px;
  background-color: #a61b50;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
#exhibition #event .ev-box h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
#exhibition #event .ev-box h3 span {
  display: block;
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
}

#exhibition #event .ev-box .flex-cont_ev {
  justify-content: space-between;
}
#exhibition #event .ev-box .flex-cont_ev .txt-box {
  width: 485px;
}
#exhibition #event .ev-box .flex-cont_ev .pic-box {
  width: 230px;
}
#exhibition #event .ev-box .flex-cont_ev.ev_0608 .txt-box {
  width: 440px;
}
#exhibition #event .ev-box .flex-cont_ev.ev_0608 .pic-box {
  width: 290px;
}
#exhibition #event .ev-box .flex-cont_ev .txt-purple {
  color: #a61b50;
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
#exhibition #event .ev-box .flex-cont_ev .txt-purple {
  color: #a61b50;
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
#exhibition #event .ev-box .flex-cont_ev .txt-purple.size_14 {
  font-size: 14px;
}
#exhibition #event .ev-box .flex-cont_ev .line-border {
  display: inline-block;
  border: 1px solid #707070;
  padding: 10px 15px;
}

#exhibition #event .top_up {
  margin-top: -80px;
}
#exhibition #event .ev-box_gray:not(:last-child) {
  margin-bottom: 50px;
}
#exhibition #event .ev-box_gray h3,
#exhibition #event .ev-box_gray .date_time {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
#exhibition #event .ev-box_gray h3 {
  font-size: 20px;
}
#exhibition #event .ev-box_gray .date_time {
  font-size: 16px;
}
#exhibition #event .ev-box_gray .cont-box {
  box-sizing: border-box;
  background-color: #eee;
  padding: 30px;
}
#exhibition #event .ev-box_gray .cont-box hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
#exhibition #event .ev-box_gray .cont-box .ev-pic_0511 {
  max-width: 140px;
}
#exhibition #event .ev-box_gray .cont-box .ev-pic_0615 {
  max-width: 240px;
}

#exhibition #event .ev-box .flex-cont_ev table {
  color: #333;
}

#exhibition #event .rect,
#exhibition #event table {
  line-height: 150%;
  color: #555;
}

#exhibition #event table {
  width: 100%;
}

#exhibition #event table th {
  width: 73px;
  padding-bottom: 10px;
}

#exhibition #event table td {
  width: calc(100% - 73px);
  padding-bottom: 10px;
}

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

#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-bottom: 60px;
  }
  #exhibition #intro .flex-cont_intro {
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  #exhibition #intro .flex-cont_intro .pic-box {
    width: 100%;
  }
  #exhibition #intro .flex-cont_intro .pic-box img {
    width: 95%;
  }
  #exhibition #intro .flex-cont_intro .txt-box {
    width: 100%;
    padding-right: 10%;
    padding-left: 30%;
  }
  #exhibition #intro .flex-cont_intro .pic-box {
    margin-bottom: 20px;
  }
  #exhibition #intro .flex-cont_intro .txt-box b {
    margin-bottom: 15px;
  }
  #exhibition #intro .back_deco.deco_1:after {
    height: 70%;
    width: calc(70% + 30px);
  }
  #exhibition #intro .back_deco.deco_2:after {
    width: 70%;
  }
  #exhibition #intro .txt-box_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #exhibition #intro p.cap {
    margin-top: 20px;
  }

  /* イベント欄 */
  #exhibition #event {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  #exhibition #event .jiun {
    top: calc(-56px * 0.8);
    right: inherit;
    left: 5%;
    width: calc(182px * 0.8);
    height: calc(73px * 0.8);
  }
  #exhibition #event .back_purple {
    padding-bottom: 180px;
  }
  #exhibition #event h2 {
    margin-bottom: 45px;
  }

  #exhibition #event .ev-box {
    padding: 0 20px 30px;
    border-radius: 10px;
  }
  #exhibition #event .ev-box .tag {
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  #exhibition #event .ev-box h3 {
    font-size: 24px;
  }
  #exhibition #event .ev-box h3 span {
    font-size: 20px;
  }

  #exhibition #event .ev-box .flex-cont_ev .txt-box,
  #exhibition #event .ev-box .flex-cont_ev.ev_0608 .txt-box {
    width: 100%;
    margin-bottom: 35px;
  }
  #exhibition #event .ev-box .flex-cont_ev .pic-box {
    max-width: 230px;
  }
  #exhibition #event .ev-box .flex-cont_ev.ev_0608 .pic-box {
    max-width: 290px;
  }

  #exhibition #event .ev-box_gray .cont-box {
    padding: 20px;
  }

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