@charset "utf-8";

/* 第十三回企画展
---------------------------------------------------------- */


.cat {
    text-align: center;
}
.cat_name {
    font-size: 1rem;
    font-weight: bold;
}
.cat_3{
    display: flex;
    justify-content: center;
    gap: 0px 10px;
    margin: 30px auto;
}


.exhibition_ttl_9th span{
    font-size: 28px;
    display: inline-block;
    line-height: 1.4;
    margin-top: 10px;
}

.exhibition_9th {
    padding: 15px 0px;
}


.exhibition_ttl_9th {
font-size: 42px;
text-align: center;
margin-bottom: 0.5em;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.2em;
}

.exhibition_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.exhibition_mv {
  text-align: center;
  margin-bottom: 40px;
}

/*----- sp -----*/


@media screen and (max-width:767px) {

.cat {
    text-align: left;
}

.exhibition_9th {
    padding: 0 20px 15px 20px;
}

.exhibition_ttl_9th {
    font-size: 1.8rem;
}
.exhibition_ttl_9th span {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
}

    .cat_3 {
        display: block;
    }

    .cat_3 img{
        margin-bottom: 10px;
    }


.exhibition_inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
}
}

.profile {
  text-align: center;
margin: 40px auto;
border: 2px solid;
width: 75%;
}

.profile>p:first-child {
    background: #000;
    color: #fff;
    padding: 10px;
    font-weight: 700;
}

/*
.profile p:nth-child( 2 ) {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 15px;
}
.profile p:nth-child( 3 ) {
    width: 60%;
    margin: 0 auto;
    text-align: start;
    padding-bottom: 20px;
}
.profile p:nth-child( 3 ) span {
    padding-left: 4em;
}
*/

.profile .profile-text {
  width: 90%;
  margin: 0 auto;
  text-align: start;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.6;
}

.profile .profile-text .fontbold,.profile .inner_box p.fontbold {
  display: inline-block;
  padding-top: 10px;
  line-height: 3;
  font-weight: bold;
  font-size: 1.1em;
}
.profile .inner_box p.fontbold {
    font-size:0.9em;
    line-height:1.6;
}
.profile .inner_box {
    padding: 10px 0;
    background: #f5f5f5;
    margin: 0 auto 30px;
    width: 70%;
}

.profile .inner_box p{
  width: 90%;
  margin: 0 auto;
  text-align: start;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.6;
  font-size:0.9em;
}

.intro_text {
  margin: 0 auto;
  max-width: 960px;
}

.intro_text p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.photo_wrap {
  display: flex;
  justify-content: center;
  gap: 0px 10px;
  margin: 30px auto 15px;
}

.photo_wrap .img {
  margin: 0 5px;
}

.photo_wrap .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.photo_note {
  text-align: center;
  color: #888;
}

@media screen and (max-width:767px) {
  .photo_wrap {
      display: block;
  }

  .photo_wrap .img {
      margin-bottom: 10px;
  }
}