@charset "UTF-8";
/* - フォント読み込み */
/* - reset  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video, a, picture, figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, picture, figure {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  background-color: #D7DBE4;
}

img, input, select {
  vertical-align: middle;
}

/* //////////////////////////////////////
- common
////////////////////////////////////// */
body {
  color: black;
  font-size: 16px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover {
  color: #f55393;
}

a:hover img {
  opacity: 0.7;
}

.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* //////////////////////////////////////
- header
////////////////////////////////////// */
header {
  border-bottom: solid #cccccc 1px;
  text-align: center;
}

header a {
  color: black;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

header a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

header a:hover {
  color: #f55393;
}

header a:hover img {
  opacity: 0.7;
}

header::before {
  display: block;
  width: 100%;
  height: 5px;
  background: #07b6d5;
  background: -webkit-gradient(linear, left top, right top, from(#07b6d5), color-stop(50%, #07b6d5), color-stop(50%, #fe586e), to(#fe586e));
  background: linear-gradient(to right, #07b6d5 0%, #07b6d5 50%, #fe586e 50%, #fe586e 100%);
  content: '';
}

header h1 {
  margin-top: 14px;
}

header h1 img {
  width: auto;
  max-width: 100%;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 17px 0;
}

header ul li {
  padding: 0 3vw;
  border-left: solid black 1px;
  font-size: 18px;
}

header ul li:first-child {
  border-left: none;
}

/* //////////////////////////////////////
- aside
////////////////////////////////////// */
aside {
  padding: 0 20px 55px;
}

aside > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

aside .bnrs {
  width: 560px;
  margin-top: 35px;
}

aside .bnrs img {
  width: 100%;
}

aside .bnrs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

aside .bnrs li {
  width: 276px;
  margin: 0 0 10px 0;
}

aside .matsu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
  margin-top: 45px;
}

aside .matsu h2 {
  width: 100%;
  max-width: 481px;
  margin-bottom: 18px;
}

aside .matsu p {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 140%;
}

aside .matsu p img {
  width: 105px;
  margin-left: 14px;
}

aside .matsu p span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 160%;
}

aside .matsu > img {
  width: 100%;
  max-width: 300px;
}

aside .fb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
  margin-top: 35px;
}

/* //////////////////////////////////////
- footer
////////////////////////////////////// */
footer {
  margin-top: 20px;
  padding: 0 20px 40px;
  background-color: #f0eeea;
  text-align: center;
}

footer li a {
  color: black;
}

footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 38px;
}

footer .menu li {
  padding: 0 25px;
  border-left: solid black 1px;
  font-size: 18px;
}

footer .menu li:first-child {
  border-left: none;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}

footer .sns li {
  width: 36px;
  margin: 0 10px;
}

footer .sns img {
  width: 100%;
}

footer .logo {
  max-width: 1100px;
  margin: 22px auto 0;
  padding-top: 23px;
  border-top: solid #c4bfb6 1px;
}

footer .caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

footer .caution li {
  margin-bottom: 1em;
  padding: 0 20px;
  border-left: solid black 1px;
  font-size: 13px;
  line-height: 100%;
}

footer .caution li:first-child {
  border-left: none;
}

footer .copyright {
  margin-top: 10px;
  font-size: 12px;
  line-height: 100%;
}

/* //////////////////////////////////////
- main 共通
////////////////////////////////////// */
main {
  position: relative;
}

h2 {
  margin-bottom: 28px;
  text-align: center;
}

h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.link_btn {
  margin: 0 auto;
  text-align: center;
}

.link_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 690px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  border: 1px solid black;
  color: black;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link_btn a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background-image: url(../img/arrow.png);
  background-size: 100% 100%;
  content: "";
}

.link_btn a:hover {
  opacity: 0.7;
}

#pages {
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 12px 0;
  color: #07b6d5;
  font-size: 14px;
  line-height: 1.2;
}

#pages > a {
  display: inline-block;
  position: relative;
  margin-right: 26px;
  color: #07b6d5;
  text-decoration: underline;
}

#pages > a::after {
  position: absolute;
  top: 0;
  right: -26px;
  content: '＞';
}

#pages i {
  font-style: normal;
}

.schedule_area .schedule_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.schedule_area .schedule_list::after {
  display: block;
  width: 32%;
  max-width: 352px;
  content: "";
}

.schedule_area li {
  width: 32%;
  max-width: 352px;
  margin-bottom: 32px;
}

.schedule_area li.link_new .schedule_date::after {
  display: block;
  content: "[外部サイトへリンクします]";
}

.schedule_area li a {
  display: block;
  color: black;
  text-decoration: none;
}

.schedule_area li a:hover {
  color: #f55393;
}

.schedule_area li img {
  width: 100%;
}

.schedule_area li p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.schedule_area li .schedule_ttl b:has(+ u),
.schedule_area li .schedule_ttl u:has(+ b) {
  margin-right: 4px;
}

.schedule_area li i {
  display: inline-block;
  margin-top: 10px;
  font-style: normal;
  font-size: 18px;
}

.schedule_area li i::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100px;
  padding: 4px 11px;
  line-height: 100%;
  text-align: center;
}

.schedule_area li i.done::before {
  border-color: #fe586e;
  background: #fe586e;
  content: '終了';
  color: #fff;
}

.schedule_area li i.soon::before {
  border: 1px solid #07b6d5;
  content: '近日開催';
  color: #07b6d5;
}

.schedule_area li i.next::before {
  border-color: #fe586e;
  background: #fe586e;
  content: '次回開催';
  color: #fff;
}

.schedule_area li i.now::before {
  border-color: #fe586e;
  background: #fe586e;
  content: '開催中';
  color: #fff;
}

.schedule_area li small,
.schedule_area li b {
  display: inline-block;
  margin: 3px 0;
  text-decoration: none;
  vertical-align: middle;
}

.schedule_area li small {
  font-size: 16px;
}

.schedule_area li b {
  font-size: 23px;
}

.schedule_area li u {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}

.schedule_area li .external_link {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.schedule_area::after {
  display: block;
  width: 32%;
  content: "";
}

.archives_area .archives_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.archives_area .archives_list::after {
  display: block;
  width: 32%;
  max-width: 352px;
  content: "";
}

.archives_area li {
  width: 32%;
  max-width: 352px;
  margin-bottom: 32px;
}

.archives_area li a {
  display: block;
  color: black;
  text-decoration: none;
}

.archives_area li a:hover {
  color: #f55393;
}

.archives_area li img {
  width: 100%;
}

.archives_area li p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.archives_area li small,
.archives_area li b {
  display: inline-block;
  margin: 3px 0;
  text-decoration: none;
  vertical-align: middle;
}

.archives_area li small {
  font-size: 14px;
}

.archives_area li b {
  font-size: 23px;
}

.archives_area::after {
  display: block;
  width: 32%;
  content: "";
}

/* //////////////////////////////////////
- top
////////////////////////////////////// */
.museum_top_pages .slider_area {
  height: 48.6vw;
  overflow: hidden;
}

.museum_top_pages .slider_area img {
  width: 100%;
  height: auto;
}

.museum_top_pages .urgent_area {
  padding: 8px 16px;
  background-color: #bc0100;
}

.museum_top_pages .urgent_area dl {
  color: #fff;
  font-size: 14px;
}

.museum_top_pages .urgent_area dl + dl {
  margin-top: 8px;
}

.museum_top_pages .urgent_area dl dt,
.museum_top_pages .urgent_area dl dd {
  display: inline;
  line-height: 1.5;
}

.museum_top_pages .schedule_area {
  padding: 60px 20px 80px;
  background-image: url(../img/exh_bg.png);
  background-position: 50% 0%;
  background-size: 100% auto;
}

.museum_top_pages .blog {
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
}

.museum_top_pages .blog img {
  width: 100%;
  max-width: 1100px;
  height: auto;
}

/* //////////////////////////////////////
- schedule
////////////////////////////////////// */
.museum_schedule_pages .schedule_area {
  padding: 0 20px 60px;
  background-image: url(../img/exh_bg.png);
  background-position: 50% 0%;
  background-size: 100% auto;
}

.museum_schedule_pages .archives_area {
  padding: 60px 20px 60px;
}

.museum_schedule_pages .history_area {
  padding: 60px 20px 60px;
}

.museum_schedule_pages .history_area dl dt,
.museum_schedule_pages .history_area dl dd {
  display: none;
}

.museum_schedule_pages .history_area dl dt.on,
.museum_schedule_pages .history_area dl dd.on {
  display: inline-block;
}

.museum_schedule_pages .history_area dl u {
  font-size: 88%;
  text-decoration: none;
}

.museum_schedule_pages .history_area dl u + b {
  margin-left: 4px;
}

.museum_schedule_pages .history_area dl b + u {
  margin-left: 4px;
}

.museum_schedule_pages .history_area .ttl {
  position: relative;
  padding: 12px 20px;
  background-image: url(../img/ico_schedule.svg);
  background-position: 20px 50%;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-color: #636363;
  color: #fff;
}

.museum_schedule_pages .history_area .ttl .ttl_year {
  padding-left: 30px;
  font-size: 22px;
  letter-spacing: 0.2em;
}

.museum_schedule_pages .history_area .ttl span {
  font-size: 16px;
}

.museum_schedule_pages .history_area #select_year {
  z-index: 1;
  position: absolute;
  top: 9px;
  right: 16px;
  width: 150px;
  height: 28px;
  padding: 0px 0;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.museum_schedule_pages .history_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 18px 20px;
  background: #f3f3f3;
}

.museum_schedule_pages .history_area dl::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f3f3f3;
  content: '';
}

.museum_schedule_pages .history_area dt,
.museum_schedule_pages .history_area dd {
  padding: 16px 0;
  border-top: solid 1px #636363;
  font-size: 14px;
  line-height: 1.4;
}

.museum_schedule_pages .history_area dt {
  width: 325px;
}

.museum_schedule_pages .history_area dd {
  width: calc(100% - 325px);
}

/* //////////////////////////////////////
- about
////////////////////////////////////// */
.museum_about_pages #about_area {
  padding: 0 20px 60px;
  background-image: url(../img/exh_bg.png);
  background-position: 50% 0%;
  background-size: 100% auto;
}

.museum_about_pages #about_area .cont {
  text-align: center;
}

.museum_about_pages #about_area .cont img {
  width: auto;
  max-width: 100%;
}

.museum_about_pages #about_area .cont p {
  max-width: 1160px;
  margin: 0 auto;
  padding: 36px 0 0;
  font-size: 19px;
  line-height: 2.25;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: -1px;
}

.museum_about_pages #service {
  padding: 50px 20px 60px;
}

.museum_about_pages #service > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.museum_about_pages #service > ul > li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  width: 49%;
  max-width: 538px;
  margin: 30px 0 0;
  border: solid 1px #07b6d5;
  text-align: left;
}

.museum_about_pages #service > ul > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 112px);
  padding: 20px;
}

.museum_about_pages #service h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 112px;
  padding: 16px 26px;
  background-color: #07b6d5;
  color: #fff;
  line-height: 1.2;
}

.museum_about_pages #service h3 span {
  z-index: 1;
  position: relative;
  font-weight: bold;
  font-size: 22px;
}

.museum_about_pages #service h3::before {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

.museum_about_pages #service p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 16px;
  line-height: 1.5;
}

.museum_about_pages #service p small {
  font-size: 12px;
}

.museum_about_pages #service p .icon {
  position: relative;
  top: -2px;
  width: auto;
  height: 18px;
  margin: 0 4px;
}

.museum_about_pages #service p:last-child {
  margin-bottom: 0;
}

.museum_about_pages #service .service_link li {
  margin: 8px 0 0;
}

.museum_about_pages #service .service_link a {
  display: block;
  position: relative;
  padding: 14px 40px 14px 12px;
  border: 2px solid #FE586E;
  border-radius: 6px;
  color: #FE586E;
  font-weight: bold;
  font-size: 16px;
}

.museum_about_pages #service .service_link a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(../img/arrow_pink.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.museum_about_pages #service .service1 h3::before {
  right: 14px;
  bottom: 12px;
  width: 174px;
  height: 76px;
  background-image: url(../img/about_service01.png);
}

.museum_about_pages #service .service2 h3::before {
  top: 27px;
  right: 20px;
  width: 203px;
  height: 61px;
  background-image: url(../img/about_service02.png);
}

.museum_about_pages #service .service3 h3::before {
  top: 18px;
  right: 20px;
  width: 170px;
  height: 80px;
  background-image: url(../img/about_service03.png);
}

.museum_about_pages #museum_information {
  margin: 0 auto 60px;
  padding: 0 20px;
}

.museum_about_pages #museum_information div {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
  border: 1px solid #ff7b8b;
}

.museum_about_pages #museum_information h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 16px 26px;
  background: #ff7b8b;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
}

.museum_about_pages #museum_information ul {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
}

.museum_about_pages #museum_information li {
  padding-left: 16px;
  text-indent: -16px;
}

.museum_about_pages #museum_information li a {
  color: #07b6d5;
  text-decoration: underline;
}

.museum_about_pages #museum_information li a:hover {
  color: #f55393;
}

.museum_about_pages #museum_information li::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 20px;
  background-color: black;
  content: "";
}

/* //////////////////////////////////////
- detail
////////////////////////////////////// */
.museum_detail_pages {
  margin-bottom: 100px;
}

.museum_detail_pages #pages {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12px 20px;
}

.museum_detail_pages .main_img {
  position: relative;
  text-align: center;
}

.museum_detail_pages .main_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.museum_detail_pages .main_img::before {
  display: block;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.museum_detail_pages .sub_img {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.museum_detail_pages .sub_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.museum_detail_pages .sub_img::before {
  display: block;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.museum_detail_pages .content_sub_img {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.museum_detail_pages .content_sub_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.museum_detail_pages #aqua {
  margin: 40px auto 0;
  padding: 0 20px;
}

.museum_detail_pages #aqua .link_btn a {
  font-size: 18px;
}

.museum_detail_pages #aqua .link_btn a span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.museum_detail_pages iframe {
  width: 100%;
  max-width: 1000px;
}

.museum_detail_pages .youtube_area {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.museum_detail_pages .youtube_area div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.museum_detail_pages .youtube_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.museum_detail_pages .content,
.museum_detail_pages .content_sub {
  margin: 60px 0 0;
  padding: 0 20px;
  word-break: break-all;
}

.museum_detail_pages .content h3.title,
.museum_detail_pages .content_sub h3.title {
  max-width: 1100px;
  margin: 80px auto 0;
  padding-bottom: 16px;
  border-bottom: solid 1px #cccccc;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

.museum_detail_pages .content #schedule_session i,
.museum_detail_pages .content_sub #schedule_session i {
  display: inline-block;
  margin-top: 0;
  margin-right: 1em;
  font-style: normal;
  font-size: 18px;
}

.museum_detail_pages .content #schedule_session i::before,
.museum_detail_pages .content_sub #schedule_session i::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100px;
  padding: 4px 11px;
  line-height: 100%;
  text-align: center;
}

.museum_detail_pages .content #schedule_session i.done::before,
.museum_detail_pages .content_sub #schedule_session i.done::before {
  border-color: #fe586e;
  background: #fe586e;
  content: '終了';
  color: #fff;
}

.museum_detail_pages .content #schedule_session i.soon::before,
.museum_detail_pages .content_sub #schedule_session i.soon::before {
  border: 1px solid #07b6d5;
  content: '近日開催';
  color: #07b6d5;
}

.museum_detail_pages .content #schedule_session i.next::before,
.museum_detail_pages .content_sub #schedule_session i.next::before {
  border-color: #fe586e;
  background: #fe586e;
  content: '次回開催';
  color: #fff;
}

.museum_detail_pages .content #schedule_session i.now::before,
.museum_detail_pages .content_sub #schedule_session i.now::before {
  border-color: #fe586e;
  background: #fe586e;
  content: '開催中';
  color: #fff;
}

.museum_detail_pages .content .schedule_notes,
.museum_detail_pages .content_sub .schedule_notes {
  margin-left: 0.5em;
}

.museum_detail_pages .content .smoke,
.museum_detail_pages .content_sub .smoke {
  position: relative;
}

.museum_detail_pages .content .smoke::before,
.museum_detail_pages .content_sub .smoke::before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  content: "終了しました";
  font-size: 50px;
}

.museum_detail_pages .content dl,
.museum_detail_pages .content_sub dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 40px;
  font-size: 16px;
  line-height: 1.5;
}

.museum_detail_pages .content dl.exhibition_set,
.museum_detail_pages .content_sub dl.exhibition_set {
  margin: 20px auto 0;
}

.museum_detail_pages .content dl.exhibition_set + dl,
.museum_detail_pages .content_sub dl.exhibition_set + dl {
  margin: 0 auto 40px;
}

.museum_detail_pages .content dt,
.museum_detail_pages .content_sub dt {
  width: 200px;
  padding: 12px 20px 12px 0;
}

.museum_detail_pages .content dd,
.museum_detail_pages .content_sub dd {
  width: calc(100% - 200px);
  padding: 12px 0;
}

.museum_detail_pages .content ul li,
.museum_detail_pages .content_sub ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.museum_detail_pages .content h4,
.museum_detail_pages .content_sub h4 {
  display: table;
  margin: 0 0 0.5em;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  font-weight: bold;
  font-size: 16px;
}

.museum_detail_pages .content strong,
.museum_detail_pages .content b,
.museum_detail_pages .content_sub strong,
.museum_detail_pages .content_sub b {
  font-weight: bold;
}

.museum_detail_pages .content i,
.museum_detail_pages .content_sub i {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 14px;
}

.museum_detail_pages .content small,
.museum_detail_pages .content_sub small {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 14px;
}

.museum_detail_pages .content .page_link_btn,
.museum_detail_pages .content_sub .page_link_btn {
  display: inline-block;
  position: relative;
  padding: 4px 20px 4px 0;
  border-bottom: 1px dashed black;
  color: black;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.museum_detail_pages .content .page_link_btn::after,
.museum_detail_pages .content_sub .page_link_btn::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url(../img/arrow.png);
  background-size: 100% 100%;
  content: "";
}

.museum_detail_pages .content .page_link_btn:hover,
.museum_detail_pages .content_sub .page_link_btn:hover {
  opacity: 0.7;
}

.museum_detail_pages .content .y_line,
.museum_detail_pages .content_sub .y_line {
  color: black;
  text-decoration: underline;
  word-break: break-all;
}

.museum_detail_pages .content .y_line:hover,
.museum_detail_pages .content_sub .y_line:hover {
  color: #f55393;
}

.museum_detail_pages .content .y_line::after,
.museum_detail_pages .content_sub .y_line::after {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
  background-image: url(../img/ico_window.png);
  background-size: 100% 100%;
  content: "";
}

.museum_detail_pages .content .flyer dd,
.museum_detail_pages .content_sub .flyer dd {
  padding: 0;
}

.museum_detail_pages .content .flyer .paper a,
.museum_detail_pages .content_sub .flyer .paper a {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding: 16px 60px 16px;
  border: 1px solid black;
  border-radius: 50px;
  color: black;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.museum_detail_pages .content .flyer .paper a::before, .museum_detail_pages .content .flyer .paper a::after,
.museum_detail_pages .content_sub .flyer .paper a::before,
.museum_detail_pages .content_sub .flyer .paper a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.museum_detail_pages .content .flyer .paper a::before,
.museum_detail_pages .content_sub .flyer .paper a::before {
  left: 25px;
  width: 16px;
  height: 20px;
  background-image: url(../img/ico_flyer.png);
}

.museum_detail_pages .content .flyer .paper a::after,
.museum_detail_pages .content_sub .flyer .paper a::after {
  right: 20px;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow.png);
}

.museum_detail_pages .content .flyer .paper a:hover,
.museum_detail_pages .content_sub .flyer .paper a:hover {
  opacity: 0.7;
}

.museum_detail_pages .content_sub ul li {
  margin-bottom: 4px;
}

.museum_detail_pages .content_sub ul li .page_link_btn {
  text-indent: 0;
}

.museum_detail_pages .content_sub ul li::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 20px;
  background-color: black;
  content: "";
}

.museum_detail_pages .content_sub ul + p {
  margin-top: 16px;
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
  aside > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .schedule_area li {
    width: 49%;
    max-width: none;
  }
  .archives_area li {
    width: 49%;
    max-width: none;
  }
  .museum_about_pages #service > ul > li {
    width: 100%;
    max-width: none;
  }
  .museum_about_pages #service > ul > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 112px);
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  header h1 {
    margin-top: 20px;
  }
  header h1 img {
    width: 60%;
    max-width: 200px;
  }
  header ul {
    height: 60px;
    margin: 17px 0 0;
    border-top: solid 1px #e9e9e9;
  }
  header ul li {
    width: 38%;
    height: 100%;
    padding: 0;
    border-left: solid 1px #e9e9e9;
    font-size: 14px;
    text-align: center;
  }
  header ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  header ul li a span {
    font-size: 10px;
  }
  header ul li:nth-child(1) {
    width: 35%;
    line-height: 1.3;
  }
  header ul li:nth-child(2) {
    width: 39%;
    line-height: 1.6;
  }
  header ul li:nth-child(3) {
    width: 26%;
  }
  aside > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  aside .bnrs {
    width: 100%;
    margin-top: 35px;
  }
  aside .bnrs li {
    width: 49%;
  }
  aside .matsu {
    width: 100%;
    margin-top: 10px;
  }
  aside .matsu h2 {
    width: 90%;
    margin: 10px 0 0;
  }
  aside .matsu p {
    font-size: 14px;
    line-height: 1.8;
  }
  aside .matsu p img {
    width: 105px;
    margin: 4px 0 8px;
  }
  aside .matsu p span {
    font-size: 14px;
  }
  aside .matsu p a {
    display: inline-block;
  }
  aside .matsu > img {
    width: 80%;
    margin-top: 8px;
  }
  aside .fb {
    width: 100%;
    max-width: 500px;
  }
  footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .menu li {
    margin: 8px 0;
    padding: 0;
    border-left: none;
    font-size: 16px;
  }
  footer .logo {
    width: 90%;
  }
  footer .caution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .caution li {
    margin: 8px 0;
    padding: 0;
    border-left: none;
    font-size: 12px;
  }
  .link_btn a {
    font-size: 16px;
  }
  .link_btn a::after {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  #pages {
    font-size: 12px;
  }
  .schedule_area li {
    width: 100%;
    max-width: none;
  }
  .schedule_area li i {
    font-size: 16px;
  }
  .schedule_area li p {
    font-size: 13px;
  }
  .schedule_area li small {
    font-size: 14px;
  }
  .schedule_area li b {
    font-size: 20px;
  }
  .schedule_area li u {
    font-size: 14px;
  }
  .schedule_area li .external_link {
    font-size: 12px;
  }
  .archives_area li {
    width: 100%;
    max-width: none;
  }
  .archives_area li b {
    font-size: 20px;
  }
  .museum_top_pages .schedule_area h2 img {
    max-width: 200px;
  }
  .museum_top_pages .urgent_area {
    padding: 8px;
  }
  .museum_top_pages .urgent_area dl {
    font-size: 12px;
  }
  .museum_top_pages .urgent_area dt {
    margin-bottom: 4px;
  }
  .museum_top_pages .urgent_area dd {
    line-height: 1.5;
  }
  .museum_schedule_pages .schedule_area {
    padding: 0 20px 20px;
  }
  .museum_schedule_pages h2 img {
    width: auto;
    max-width: none;
    height: 42px;
  }
  .museum_schedule_pages .history_area dt,
  .museum_schedule_pages .history_area dd {
    padding: 16px 0;
    line-height: 1.4;
  }
  .museum_schedule_pages .history_area dt {
    width: calc(100%);
    padding: 12px 0 4px;
    font-size: 12px;
  }
  .museum_schedule_pages .history_area dd {
    width: calc(100%);
    padding: 0 0 12px;
    border-top: none;
  }
  .museum_about_pages #about_area h2 img {
    width: auto;
    max-width: none;
    height: 42px;
  }
  .museum_about_pages #about_area .cont p {
    padding: 16px 0 0;
    font-size: 14px;
    text-align: left;
  }
  .museum_about_pages #service h2 img {
    width: auto;
    max-width: none;
    height: 42px;
  }
  .museum_about_pages #service > ul > li > div {
    height: auto;
    padding: 15px;
  }
  .museum_about_pages #service > ul > li:first-child {
    margin-top: 0;
  }
  .museum_about_pages #service h3 {
    height: auto;
    padding: 15px 15px;
  }
  .museum_about_pages #service h3 span {
    font-size: 18px;
  }
  .museum_about_pages #service p {
    font-size: 14px;
  }
  .museum_about_pages #service .service_link li {
    margin: 8px 0 0;
  }
  .museum_about_pages #service .service_link a {
    padding: 12px 30px 12px 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  .museum_about_pages #service .service_link a::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }
  .museum_about_pages #service .service1 h3 {
    line-height: 1.4;
  }
  .museum_about_pages #service .service1 h3::before {
    right: 15px;
    bottom: 8px;
    width: 104px;
    height: 46px;
  }
  .museum_about_pages #service .service2 h3 {
    height: 70px;
  }
  .museum_about_pages #service .service2 h3::before {
    top: 20px;
    right: 15px;
    width: 100px;
    height: 30px;
  }
  .museum_about_pages #service .service3 h3 {
    height: 70px;
  }
  .museum_about_pages #service .service3 h3::before {
    top: 8px;
    right: 15px;
    width: 120px;
    height: 58px;
  }
  .museum_about_pages #museum_information ul {
    padding: 15px 15px 10px;
    font-size: 14px;
  }
  .museum_about_pages #museum_information li {
    margin-bottom: 8px;
    padding-left: 14px;
    line-height: 1.5;
    text-indent: -14px;
  }
  .museum_about_pages #museum_information li::before {
    width: 10px;
    height: 10px;
  }
  .museum_about_pages #museum_information h3 {
    padding: 15px;
    font-size: 18px;
  }
  .museum_about_pages #museum_information h2 img {
    max-height: 72px;
  }
  .museum_detail_pages .main_img img {
    width: 100%;
  }
  .museum_detail_pages .sub_img {
    margin-top: 20px;
  }
  .museum_detail_pages .sub_img img {
    width: 100%;
  }
  .museum_detail_pages #aqua .link_btn a {
    font-size: 16px;
  }
  .museum_detail_pages #aqua .link_btn a span {
    font-size: 12px;
  }
  .museum_detail_pages .content #schedule_session i,
  .museum_detail_pages .content_sub #schedule_session i {
    display: table;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .museum_detail_pages .content .schedule,
  .museum_detail_pages .content_sub .schedule {
    font-size: 16px;
  }
  .museum_detail_pages .content .schedule_notes,
  .museum_detail_pages .content_sub .schedule_notes {
    display: block;
    margin: 4px 0 0;
    font-size: 14px;
  }
  .museum_detail_pages .content dl,
  .museum_detail_pages .content_sub dl {
    font-size: 14px;
  }
  .museum_detail_pages .content dt,
  .museum_detail_pages .content_sub dt {
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
    font-weight: bold;
  }
  .museum_detail_pages .content dd,
  .museum_detail_pages .content_sub dd {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .museum_detail_pages .content h4,
  .museum_detail_pages .content_sub h4 {
    font-size: 14px;
  }
  .museum_detail_pages .content i,
  .museum_detail_pages .content_sub i {
    margin-top: 8px;
    font-size: 12px;
  }
  .museum_detail_pages .content small,
  .museum_detail_pages .content_sub small {
    margin-top: 8px;
    font-size: 12px;
  }
  .museum_detail_pages .content .flyer dd,
  .museum_detail_pages .content_sub .flyer dd {
    padding: 0;
  }
  .museum_detail_pages .content .flyer .paper a,
  .museum_detail_pages .content_sub .flyer .paper a {
    width: 100%;
  }
  .museum_detail_pages .content_sub ul li::before {
    width: 10px;
    height: 10px;
  }
}

/*# sourceMappingURL=maps/common.css.map */
