@charset "UTF-8";

/* (3-1)修正 */
/* .page-id-421 .idxContentGroup {
	padding-top: 2%;
}

.page-id-421 .idxContent {
	background-color: #fafafa;
}

.page-id-421 .BoxCard a {
	border: 1px solid rgba(0, 0, 0, 0.1);
} */

/* (3-3)修正 */

/* .BoxCard.is_Exhi .card_icon.is_open {
	background-color: #82CCA7;
	border: 1px solid #82CCA7;
} */

/* ===== ▼ 2/14追加 ▼ ===== */

/* 見出し */
/* .headings_display_1 {
	text-align: left;
	margin: 0;
	line-height: 1.3;
	letter-spacing: 0.05em;
} */

/* 開催日程 */
.is_event .cal_panel {
  height: auto;
  flex-direction: row;
  justify-content: left;
}

.is_event .cal_panel .day_panel:nth-last-child(2) {
  margin: 0;
  margin-right: 75px;
}

.is_event .cal_panel .day_panel {
  margin: 0;
}

.is_event .cal_panel .day_panel:nth-last-child(2)::before {
  width: 40px;
  border-bottom: 2px solid #707070;
  transform: translate(0);
  bottom: calc(50% - 10px);
  right: -57px;
  left: auto;
}

.is_event .day_panel .year {
  text-align: left;
  font-size: 14px;
  font-weight: 900;
}

.is_event .day_panel .cal {
  font-size: 30px;
  font-weight: 900;
  align-items: center;
  justify-content: left;
}

.is_event .day_panel .week {
  font-size: 12px;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 6px;
  margin-left: 12px;
}

/* 場所 */
.event_info .place {
  background-image: url(../img/module/icon/icon_place.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0 50%;
  text-align: left;
  padding-left: 25px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .headings_display_1 {
    font-size: 24px;
  }

  .event_info {
    margin-top: 30px;
  }

  .event_info .day_panel {
    width: auto;
    display: flex;
  }

  .is_event .day_panel .cal {
    font-size: 20px;
  }

  .is_event .day_panel .week {
    font-size: 14px;
  }
}

/* イベント概要（ユニット） */
#event-summary {
  max-width: 1800px;
  padding: 1% 10%;
}

#event-summary .block_TextAndImg {
  width: 100%;
  padding: 0;
}

#event-summary .block_TextAndImg__text {
  width: 100%;
  padding: 0;
}

#event-summary .block_TextAndImg__img {
  flex-shrink: 0;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .BoxCard .BoxCard_inner {
    padding: 5%;
  }

  #event-summary .block_TextAndImg__img {
    margin-left: 0;
  }
}

/* ===== ▼ 2/15追加 ▼ ===== */

/* ---- コミュニケーションページ ---- */
.commun_column {
  display: block;
}

.commun_column .commun_card {
  width: 100%;
  margin-bottom: 30px;
}

.commun_wrap {
  display: flex;
}

.commun_column .commun_card .post_Box {
  width: 35%;
  aspect-ratio: 16/9;
  margin: 0;
}

.commun_column .commun_card .overview {
  width: 65%;
  position: relative;
}

.commun_column .commun_card .overview::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  top: calc(50% - 6px);
}

.commun_column .commun_card .overview h2 {
  font-size: 21px;
}

/* お申し込みの流れ */
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 40px;
  }

  .flow li .num {
    font-size: 32px;
  }

  .flow li .title {
    font-size: 21px;
    font-weight: 500;
  }

  .flow li .text {
    font-size: 16px;
  }
}

/* ---- プロジェクトページ ---- */
#tax-project .square_column {
  display: block;
}

#tax-project .square_column .square_card {
  width: 100%;
  box-shadow: rgb(0 0 0 / 4%) 0px 0px 40px 10px;
}

#tax-project .square_column .square_card.is-empty {
  box-shadow: none;
}

#tax-project .square_column .square_card a {
  display: flex;
  flex-direction: row-reverse;
}

#tax-project .post_square {
  padding-top: 0;
  width: 30%;
  height: auto;
}

#tax-project .square_column .square_card .overview {
  display: block;
  width: 70%;
  padding: 5%;
}

#tax-project .square_column .square_card .overview h2 {
  font-size: 18px;
  font-weight: 600;
}

#tax-project .square_column .square_card .overview p {
  margin: 0;
}

/* 詳細 */
#tax-project .post_square_detail {
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em 1.5em;
  border-radius: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #tax-project .square_column .square_card a {
    flex-direction: column;
  }

  #tax-project .post_square {
    width: 100%;
    aspect-ratio: 16/9;
  }

  #tax-project .square_column .square_card .overview {
    width: 100%;
    padding: 5%;
  }

  #tax-project .square_column .square_card .overview p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

/* ---- アイコン用スタイル ---- */
.custom_icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

a.custom_icon {
  text-decoration: underline;
}

.custom_icon::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.icon_type_youtube::before {
  background-image: url("../img/module/icon/youtube.svg");
}

.icon_type_instagram::before {
  background-image: url("../img/module/icon/instagram.svg");
}

.icon_type_facebook::before {
  background-image: url("../img/module/icon/facebook.svg");
}

.icon_type_twitter::before {
  background-image: url("../img/module/icon/twitter.svg");
}

.icon_type_note::before {
  background-image: url("../img/module/icon/note.svg");
}

.icon_type_link::before {
  background-image: url("../img/module/icon/link.svg");
}
.icon_type_pdf::before {
  background-image: url("../img/module/icon/pdf.svg");
}

/* ===== ▼ 2/16追加 ▼ ===== */
/* ---- コミュニケーションページ ---- */
.commun_column .commun_card .overview {
  padding: 5%;
  color: #007038;
  justify-content: flex-start;
}

.commun_column .commun_card .overview h2 {
  padding: 0;
  margin-bottom: 15px;
}

.commun_column .commun_card .overview p {
  margin-bottom: 0;
  padding-right: 3em;
}

.commun_card .commun_wrap .post_trim {
  padding-top: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .commun_column .commun_card .overview h2 {
    font-size: 16px;
  }

  .commun_column .commun_card .commun_wrap .overview {
    width: 100%;
  }

  .commun_column .commun_card .commun_wrap .post_Box {
    width: 100%;
  }

  .commun_column .commun_card .commun_wrap {
    flex-direction: column;
  }

  .commun_column .commun_card .overview::after {
    right: 6%;
  }
}

.is_topics.program_visual_permlink .cal_panel {
  margin-bottom: -50px;
  position: relative;
  box-shadow: rgb(0 0 0 / 4%) 0px 0px 40px 10px;
  justify-content: flex-start;
}

.is_topics.program_visual_permlink .cal_panel .day_panel {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .is_topics.program_visual_permlink .cal_panel {
    padding: 30px;
    margin-bottom: -25px;
  }

  .is_topics.program_visual_permlink .cal_panel .day_panel {
    margin-top: 0;
  }

  .is_topics.program_visual_permlink .cal_panel .day_panel .week {
    margin-top: 3px;
  }
}

/* ===== ▼ コレクション ▼ ===== */
/* メインビジュアル */
/* .collection_visual {
	background-image: url("../img/pages/collection/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.collection_visual .title {
	justify-content: left;
	align-items: flex-end;
	background-color: transparent;
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
	padding: 0 40px;
}

.collection_visual_inner {
	width: 1024px;
	margin: 0 auto;
}

.collection_visual .title h1 {
	font-size: 4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.collection_visual {
		margin-bottom: 0;
	}

	.collection_visual .title h1 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
} */

/* 収集方針 */
.collection-policy {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10%;
}

.collection-policy_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  max-width: 1024px;
  margin: 0 auto;
}

.collection-policy h2 {
  width: 20%;
}

.collection-policy_txt {
  width: 75%;
}

.collection-policy_txt p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.collection-policy_txt ol {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.collection-policy_txt li {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0;
}

.collection-policy_txt li::before {
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .collection-policy h2,
  .collection-policy_txt {
    width: 100%;
  }

  .collection-policy_txt li {
    font-size: 14px;
  }
}

/* ヒロシマと現代美術の関連を示す作品 */
.is_collection {
  margin: 50px 0;
}

.is_collection .headings_Boxcenter {
  padding: 0 5%;
}

@media screen and (max-width: 767px) {
  .card03 .card_inner {
    padding-top: 20px;
  }

  .card03 .swiper-slide .swiper-item .overview h3 {
    text-align: left;
  }
}

/* 野外彫刻のコレクション map */
.collection-map {
  padding: 0 5%;
}

.collection-map_inner {
  max-width: 1024px;
  margin: 0 auto;
}

.collection-map img {
  width: 100%;
}

/* ===== ▼ サブナビ ▼ ===== */
#navi_sub {
  padding: 1%;
}
#navi_sub ul {
  overflow-x: unset;
  overflow-y: unset;
  user-select: none;
  padding: 0;
}

#navi_sub ul li {
  width: auto;
}
