@charset "utf-8";
/* CSS Document */
.slider {
  max-width: 900px;
  margin: 0 auto 50px;
}
.slider img {
  width: 100%;
}
#main_image_area {
  background: #e6eef5;
  margin: 0 0 .5em 0;
  padding: 1em 1em .3em;
}
#main_image {
  max-width: 900px;
  min-width: 300px;
  margin: 0 auto;
}
#main_image img {
  max-width: 100%;
  height: auto;
}
.catch_area_partner {
  background: #d3e0ee;
  color: #5772af;
  margin: -.5em 0 0;
}
.catch_txt_partner {
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.catch_txt_partner a {
  display: block;
  padding: .5em 5em;
}
.catch_txt_partner a:hover {
  opacity: .5;
  transition: .5s;
}
.catch {
  font-weight: 700;
  margin: auto;
  text-align: center;
}
.catch_txt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 1em auto 0;
  text-align: center;
  word-break: keep-all;
}
.catch_txt span {
  display: inline-block;
}
/* ==============================================================
   お知らせ
   ============================================================= */
.news_area {
  display: flex;
  justify-content: space-between;
  margin: 1.3em 0 5em 0;
}
.news_list {
  width: 430px;
}
ol.list_news li:first-child, ol.exhibition_news li:first-child, ol.publish_news li:first-child {
  border-top: 1px solid #6699cc;
}
ol.list_news li {
  border-bottom: 1px dotted #6699cc;
  box-sizing: border-box;
  letter-spacing: 0;
}
ol.list_news li a {
  display: flex;
  line-height: 2em;
}
ol.list_news li a:hover {
  background: #f0f3f9;
}
p.time {
  box-sizing: border-box;
  color: #6699cc;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 0 1em 0 0;
  text-align: center;
  width: 100px;
}
.news_txt .material-icons {
  margin: 0 .2em 0 0;
}
.list_news_more {
  color: #6699cc;
  display: inline-block;
  font-weight: 700;
  padding: .3em;
  margin: .5em .5em .5em .5em;
  text-align: center;
}
.list_news_title {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
ol.exhibition_news li {
  border-bottom: 1px dotted #6699cc;
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 2em;
}
ol.exhibition_news li a {
  display: flex;
}
ol.exhibition_news li a:hover {
  background: #f0f3f9;
}
ol.publish_news li {
  border-bottom: 1px dotted #6699cc;
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 2em;
}
ol.publish_news li a {
  display: flex;
}
ol.publish_news li a:hover {
  background: #f0f3f9;
}