@charset "utf-8";

#news-detail .news-content-detail {
  padding-bottom: 20px;
}
#news-detail .img-txt strong {
  font-weight: 600;
}
#news-detail .one-columns {
  padding: 0;
}
#news-detail .one-columns .img-txt img {
  margin-bottom: 10px;
  width: 100%;
}
#news-detail .one-columns p {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

#magazine .magazine.magazine-detail .page-detail h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 4.5rem;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCACA;
  margin-bottom: 30px;
}
#magazine .magazine.magazine-detail .page-detail h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
#magazine .magazine.magazine-detail .page-detail .img-box {
  width: 100%;
  margin: 0 auto;
}
#magazine .magazine.magazine-detail .page-detail .img-box.medium {
  max-width: 75%;
}
#magazine .magazine.magazine-detail .page-detail .img-box.small {
  max-width: 45%;
}
@media only screen and (max-width: 750px) {
  #magazine .magazine.magazine-detail .page-detail h1 {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin-bottom: 20px;
  }
  #magazine .magazine.magazine-detail .page-detail h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.box-video {
	width: 75%;
	margin: 0 auto 40px;
}
.box-video .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#magazine .magazine.magazine-detail .page-detail iframe {
  max-width: unset;
  margin-bottom: 0;
}
#magazine .magazine.magazine-detail .page-detail .box-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 750px) {
	.box-video {
		width: 100%;
		margin-bottom: 20px;
	}
}

#magazine .books-list .list-bk p {
  padding: 10px;
}

#exhibition-p .ex-art .txt-cont h2 {
  text-align: left;
  padding: 0;
  display: initial;
  left: 0;
}
#exhibition-p .ex-art .txt-cont p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
#exhibition-p .ex-art .txt-cont h2 {
  text-align: center;
  display: block;
  left: 50%;
}
#exhibition-p .ex-art .txt-cont p {
    margin-top: 20px;
}
}
#exhibition-p .ex-art .txt-cont h2::before {
  display: none;
}
#exhibition-p .img_half {
  justify-content: center !important;
}
#exhibition-p .img_half img + img {
  margin-left: 4%;
}
#exhibition-p .honbun p {
  display: block;
  font-size: 2rem;
  line-height: 3.8rem;
}
#exhibition-p .art-detail p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#exhibition-p .art-detail strong {
  display: inline !important;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #exhibition-p .honbun p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    width: 100%;
  }
}

#news-detail .text-news-detail iframe.instagram-media {
  margin: 0 auto !important;
}