@charset "UTF-8";
/* CSS Document */
/*　実装サンプル
&::after {
    content: "";
    @include icon-arrow-right; // 引数なし親引き継ぎ
    margin-left: 0.5em;
  }
*/
#main_img img {
  width: 100%;
  margin: auto;
  display: block; }

/* * * * * * * * * * */
.gray_area {
  width: 100%;
  background: #fff;
  background-image: url(../gray_area_gradation.jpg);
  background-repeat: repeat-x;
  padding-top: 40px;
  padding-bottom: 40px; }

.gray_area .renkei_jigyo_bottom {
  box-sizing: border-box;
  border: 1px solid #707070;
  padding: 15px;
  font-size: 14px;
  line-height: 1.7; }

.gray_area .renkei_jigyo_bottom b {
  font-size: 16px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px; }

#summary .contents-title {
  margin-bottom: 24px; }

.c-summary_table {
  width: 100%; }
  .c-summary_table th {
    width: 100px;
    font-weight: normal;
    text-align: left; }
  .c-summary_table th,
  .c-summary_table td {
    padding-bottom: 16px; }
  .c-summary_table .c-btn_black {
    margin-top: 16px; }

/****************
企画展内容↓
*************/
.exhibition-content .line_wave {
  width: 100%;
  height: 9px;
  background-image: url(line_wave.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; }

/* .renkei_jigyo  */
.exhibition-content .renkei_jigyo {
  text-align: center;
  border: 1px solid #231815;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 35px; }
  .exhibition-content .renkei_jigyo h2 {
    font-size: 15px; }
  .exhibition-content .renkei_jigyo b {
    font-size: 24px;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
    .exhibition-content .renkei_jigyo b span {
      display: inline-block;
      color: #fff;
      line-height: 1;
      background-color: #231815;
      padding: 10px 15px 13px;
      margin-left: 10px; }
  .exhibition-content .renkei_jigyo p .pc-block {
    display: inline-block; }

/* #intro  */
.exhibition-content #intro {
  padding-top: 70px;
  padding-bottom: 80px; }
  .exhibition-content #intro p {
    line-height: 2.5; }

/* #sakuhin  */
.exhibition-content #sakuhin {
  padding-bottom: 90px; }

/* #profile  */
.exhibition-content #profile {
  padding-top: 90px;
  padding-bottom: 90px; }
  .exhibition-content #profile .flex-cont_profile {
    justify-content: space-between; }
    .exhibition-content #profile .flex-cont_profile .box-left {
      width: 35%; }
    .exhibition-content #profile .flex-cont_profile .box-right {
      width: 60%; }
  .exhibition-content #profile h2 {
    width: 215px;
    margin-bottom: 15px; }
  .exhibition-content #profile p {
    font-size: 15px; }

/* #event  */
.exhibition-content #event {
  padding-top: 90px;
  padding-bottom: 130px; }

.exhibition-content #event h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1.3; }

.exhibition-content #event .cont_event:not(:last-child) {
  margin-bottom: 50px; }

.exhibition-content #event .cont_event .flex-cont_ev {
  align-items: center; }

.exhibition-content #event .cont_event .flex-cont_ev .box-left {
  flex-shrink: 1; }

.exhibition-content #event .cont_event .flex-cont_ev .box-right {
  flex-shrink: 0;
  margin-left: 40px; }

.exhibition-content #event .cont_event .flex-cont_ev p {
  font-size: 15px; }

.exhibition-content #event .cont_event .flex-cont_ev .title {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: bold; }

.exhibition-content #event .cont_event .flex-cont_ev .title span {
  font-size: 24px; }

.exhibition-content #event .cont_event .flex-cont_ev .time {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold; }

.exhibition-content #event .cont_event.ev0725_pic .date {
  width: 200px;
  margin-bottom: 25px; }

.exhibition-content #event .cont_event.ev0725_pic .flex-cont_ev .box-right img {
  width: 115px; }

/* .exbtn  */
.exhibition-content .exbtn-txtred {
  color: #e5290f;
  font-weight: 700;
  display: inline-block; }

/****************
企画展内容↑
*************/
@media screen and (max-width: 767px) {
  #main_img {
    height: auto !important; }

  /****************
企画展内容↓
*************/
  .exhibition-content .line_wave {
    background-image: url(line_wave_sp.svg); }

  /* .renkei_jigyo  */
  .exhibition-content .renkei_jigyo {
    padding: 30px 5%;
    margin-top: 50px; }

  .exhibition-content .renkei_jigyo b {
    font-size: 20px; }

  .exhibition-content .renkei_jigyo b span {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0; }

  .exhibition-content .renkei_jigyo p .pc-block {
    display: none; }

  /* #intro  */
  .exhibition-content #intro {
    padding-top: 60px;
    padding-bottom: 60px; }

  /* #sakuhin  */
  .exhibition-content #sakuhin {
    padding-bottom: 60px; }

  /* #profile  */
  .exhibition-content #profile {
    padding-top: 70px;
    padding-bottom: 70px; }

  .exhibition-content #profile .flex-cont_profile .box-left {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }

  .exhibition-content #profile .flex-cont_profile .box-right {
    width: 100%; }

  /* #event  */
  .exhibition-content #event {
    padding-top: 60px;
    padding-bottom: 70px; }

  .exhibition-content #event h2 {
    font-size: 24px; }

  .exhibition-content #event .cont_event .flex-cont_ev .title {
    font-size: 24px;
    margin-bottom: 30px; }

  .exhibition-content #event .cont_event .flex-cont_ev .title span {
    font-size: 20px; }

  .exhibition-content #event .cont_event .flex-cont_ev .box-right {
    margin-left: 0; }

  .exhibition-content #event .cont_event.ev0725_pic .date {
    width: 160px;
    margin-bottom: 20px; }

  .exhibition-content #event .cont_event.ev0725_pic .flex-cont_ev .box-right {
    text-align: center;
    margin-top: 30px; }

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