@charset "utf-8";


/* common
------------------------------------*/

#container article section {
  padding: 0 15px 20px;
}

.mr25_pc {
  margin-right: 25px;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ft_caution:after {
  color: transparent !important;
}

.specialEvent .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.specialEvent img {
  vertical-align: top;
  width: 100%;
}

.specialEvent #container article ul,
.specialEvent #container article li {
  list-style: none;
  margin: 0;
}

.specialEvent #container>article h1 {
  margin-bottom: 20px;
}

.specialEvent #container article h1 span.fs {
  border-bottom: none;
  padding: 0;
  font-size: 17px;
}

.specialEvent #container article h2 {
  font-size: 19px;
  padding-left: 60px;
  line-height: 45px;
  border-bottom: 2px solid #CBC9C9;
  margin-bottom: 20px;
  position: relative;
}

.specialEvent #container article h2.specialShow-event:before {
  content: "";
  background: unset;
  /*他のスタイル消すために必要*/
  background-image: url(/museum/event/2021/img/icon_schedule_event.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.specialEvent #container article h2.triaClass-event:before {
  content: "";
  background: unset;
  /*他のスタイル消すために必要*/
  background-image: url(/museum/event/2021/img/icon_schedule_trial-class.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.specialEvent #container article h2.miniEvent-event:before {
  content: "";
  background: unset;
  /*他のスタイル消すために必要*/
  background-image: url(/museum/event/2021/img/icon_schedule_mini-event.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.specialEvent #container article h3:before {
  content: "";
  background: url('/museum/event/2021/img/icon_h3.png') center no-repeat;
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 34px;
  top: 0;
  left: -4px;
}

.specialEvent #container article h3.noicon {
  padding-left: 0 !important;
}

.specialEvent #container article h3.noicon:before {
  content: unset !important;
}

.specialEvent .mt20 {
  margin-top: 20px !important;
}

.specialEvent .lb {
  border-bottom: solid 2px #eae7e7;
  padding-bottom: 15px;
}

.specialEvent .cursou-no {
  pointer-events: none;
}

.specialEvent .list_category {
  display: inline-block;
  border-radius: 4px;
  color: #0e3a86;
  border: 1px #0e3a86 solid;
  padding: 1px 12px 2px;
  text-decoration: none;
}


.pc {
  display: block;
}

.sp {
  display: none;
}


/* header
------------------------------------*/

.specialEvent header .tlt_header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .5em;
}

.specialEvent header .tlt_header small {
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  letter-spacing: .25em;
}

.specialEvent #container article p.txt_heading {
  margin-bottom: 30px;
  font-size: 16px;
}

.specialEvent #container article p.txt_entry-date {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5;
}


/*
------------------------------------*/

.specialEvent #container article ul.links_inside {
  margin-bottom: 40px;
}

.specialEvent .links_inside li {
  width: 218.5px;
  height: 71.49px;
  background: url(../../2021/img/bk_link_inside.png) top center no-repeat;
  background-size: cover;
}

.specialEvent #container article .links_inside li:nth-of-type(1),
.specialEvent #container article .links_inside li:nth-of-type(2) {
  margin-right: 22px;
}

.specialEvent .links_inside a {
  position: relative;
  padding: 22px 0 23px 0;
  color: #0e3a86;
  width: 215px;
  display: inline-block;
  margin: 1px 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.specialEvent .links_inside .link_inside_open-exhibition a {
  padding: 22px 0 23px 22px;
}

.specialEvent .links_inside a:before {
  content: "";
  background: url(./../../../common/images/sprite.png) -120px -70px;
  background-size: 500px auto;
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 10px;
  top: 28px;
}

.specialEvent .links_inside a:hover {
  background: #4fc7e4;
  color: #fff;
  text-decoration: none;
}

.specialEvent .links_inside a:hover:before {
  background: url(./../../../common/images/sprite.png) -120px -50px;
  background-size: 500px auto;
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 10px;
  top: 28px;
}

/* box_schedule
------------------------------------*/

.specialEvent #container article ul.box_schedule {
  margin-bottom: 90px;
}

.specialEvent #container article .box_schedule li {
  margin-bottom: 35px;
}

.specialEvent #container article .box_schedule li:nth-last-of-type(1) {
  margin-bottom: 45px;
}

.specialEvent .box_schedule .left {
  width: 250px;
  margin-right: 25px;
}

.specialEvent .box_schedule .right {
  width: 425px;
}

.specialEvent .box_schedule .tlt_schedule_event,
.specialEvent .box_schedule .tlt_schedule_trial-class,
.specialEvent .box_schedule .tlt_schedule_mini-event {
  font-size: 16px;
  font-weight: bold;
  color: #0e3a86;
  padding-left: 60px;
  line-height: 45px;
  border-bottom: 1px solid #CBC9C9;
  margin-bottom: 20px;
  position: relative;
}

.specialEvent .box_schedule .tlt_schedule_event:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_schedule_event.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.specialEvent .box_schedule .tlt_schedule_trial-class:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_schedule_trial-class.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.specialEvent .box_schedule .tlt_schedule_mini-event:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_schedule_mini-event.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.specialEvent #container article .box_schedule .right p.txt_entry-date,
.specialEvent #container article .box_schedule p.txt_staff-message {
  margin-bottom: 20px;
  color: #3C3C3C;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2;
}

.specialEvent #container article .box_schedule p.txt_staff-message {
  margin-top: 30px;
}

.specialEvent #container article .box_schedule a.txt_lead {
  font-size: 16px;
  margin-bottom: 20px;
}

.specialEvent #container article .box_staff-message {
  padding: 0 20px;
}

.specialEvent #container article .box_staff-message p.txt_lead {
  margin-bottom: 0 !important;
}

.specialEvent #container article .box_schedule .tag_apply li {
  display: inline-block;
  border-radius: 6px;
  color: #3C3C3C;
  border: 1px #3C3C3C solid;
  padding: 3px 12px;
  margin-bottom: 14px;
  text-decoration: none;
  text-align: center;
}


/* box_open-exhibition
------------------------------------*/


.specialEvent #container article ul.box_open-exhibition {
  margin-top: 50px;
  margin-bottom: 50px;
}

.specialEvent #container article .box_open-exhibition.lb {
  padding-bottom: 0 !important;
}


.specialEvent #container article .box_open-exhibition .wrap_open-exhibition_event,
.specialEvent #container article .box_open-exhibition .wrap_open-exhibition_trial-class,
.specialEvent #container article .box_open-exhibition .wrap_open-exhibition_mini-event {
  position: relative;
}

.specialEvent #container article .box_open-exhibition .wrap_open-exhibition_event:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_schedule_event.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -25px;
  left: 35px;
}

.specialEvent #container article .box_open-exhibition .wrap_open-exhibition_trial-class:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_schedule_trial-class.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -25px;
  left: 35px;
}

.specialEvent #container article .box_open-exhibition .wrap_open-exhibition_mini-event:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_schedule_mini-event.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -25px;
  left: 22px;
}


.specialEvent #container article .box_open-exhibition li {
  border: solid 2px #CBC9C9;
  position: relative;
  margin-bottom: 60px;
}

.specialEvent #container article .box_open-exhibition li .left {
  width: 380px;
  padding: 45px 35px;
  margin-right: 25px;
}

.specialEvent #container article .box_open-exhibition li img.right {
  width: 291px;
}

.specialEvent .box_open-exhibition .tlt_open-exhibition {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid #CBC9C9 1px;
  color: #0e3a86;
  font-weight: bold;
  margin-bottom: 10px;
}

.specialEvent .box_open-exhibition .txt_open-exhibition {
  font-size: 16px;
  margin-bottom: 10px;
}

.specialEvent .box_open-exhibition .txt_schedule {
  background-color: #4fc7e4;
  color: #fff;
  padding: 20px 27px;
}
.specialEvent .box_open-exhibition .txt_schedule span.date{
    color: #fff;
}

.specialEvent .box_open-exhibition .txt_schedule span.schedule {
  padding-right: 10px;
}

.specialEvent .box_open-exhibition .txt_schedule span.line {
  font-size: 22px;
  padding-right: 10px;
}

.specialEvent .box_open-exhibition .txt_schedule span.date {
  font-size: 16px;
}

.specialEvent .box_open-exhibition .txt_schedule span.dateShort {
  padding-right: 20px;
  font-size: 16px;
}

.specialEvent .box_open-exhibition .txt_schedule span.txt_undecided-date {
  font-size: 16px;
}

.specialEvent .box_open-exhibition .txt_schedule a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  line-height: 2;
  position: relative;
}

.specialEvent .box_open-exhibition .txt_schedule a:hover {
  opacity: .6 !important;
}




/* box_event-er
------------------------------------*/

.specialEvent #container article .box_event-er {
  margin-bottom: 60px;
}

.specialEvent .inner_event-er {
  border: solid 2px #CBC9C9;
  border-bottom: none;
  position: relative;
  padding: 30px 25px;
  margin-top: 60px;
}

.specialEvent #container article .box_event-er li {
  width: 310px;
}

.specialEvent .wrap_event-er a:hover {
  text-decoration: none;
  display: block;
}

.specialEvent #container article .box_event-er .tlt_event-er {
  color: #0e3a86;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.specialEvent #container article .box_event-er img {
  margin-bottom: 25px;
}

.specialEvent #container article .box_event-er .tlt_event-er_02 {
  color: #0e3a86;
  font-size: 19px;
  margin-bottom: 20px;
}

.specialEvent #container article .box_event-er p.txt_date {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.specialEvent .box_event-er .link_view-full-report {
  background-color: #4fc7e4;
  color: #fff;
  padding: 25px;
}

.specialEvent .box_event-er .link_view-full-report:hover {
  opacity: 0.5;
}

.specialEvent .box_event-er .link_view-full-report a {
  width: 220px;
  margin: 0 auto;
  padding-right: 40px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.specialEvent .box_event-er .link_view-full-report a.icon_arrow:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
}



/* box_caption
------------------------------------*/

.specialEvent #container article h3 {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  font-size: 19px;
  color: #0046ad;
  margin-bottom: 15px;
}

.specialEvent #container article .box_caption {
  margin-bottom: 60px;
}

.specialEvent .box_caption li:nth-last-of-type(1) {
  margin-bottom: 40px !important;
}

.specialEvent #container article .box_caption li p {
  font-size: 16px;
  margin-bottom: 25px;
}

.specialEvent .box_caption li .left {
  width: 345px;
  margin-right: 15px;
}

.specialEvent .box_caption li .left.lb {
  border-bottom: solid 2px #eae7e7;
}

.specialEvent .box_caption li .right {
  width: 310px;
}

.specialEvent .box_caption li.cap_01 img {
  margin-top: 25px;
}


/* box_list
------------------------------------*/

.specialEvent #container article .box_list li {
  border: solid 2px #CBC9C9;
  position: relative;
  padding: 30px 25px;
  margin-bottom: 45px;
}

.specialEvent #container article .box_list li:before {
  content: "";
  background-size: cover;
  background-color: #3AD5EC;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -25px;
  left: 25px;
}

.specialEvent .box_list li.list_01:after {
  content: "1";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -22px;
  left: 40px;
}

.specialEvent .box_list li.list_02:after {
  content: "2";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -22px;
  left: 40px;
}

.specialEvent .box_list li.list_03:after {
  content: "3";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -22px;
  left: 40px;
}


.specialEvent .box_list img.left {
  width: 230px;
  margin-right: 25px;
}

.specialEvent .box_list .right {
  width: 360px;
}

.specialEvent #container article .box_list .right .tlt_heading {
  font-size: 19px;
  color: #0F3986;
  margin-bottom: 10px;
  font-weight: bold;
}

.specialEvent .box_list .right .bk_grey {
  padding: 10px;
  background-color: #EDEDED;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.specialEvent #container article .box_list .right .txt_detail {
  font-size: 16px;
}


/* box_outline
------------------------------------*/

.specialEvent #container article h4 {
  font-size: 19px;
  font-weight: bold;
  color: #0046ad;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.specialEvent #container article h4:before {
  content: '';
  background: #8dbce5;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 0;
}


.specialEvent #container article .box_outline {
  margin-bottom: 50px;
}

.specialEvent #container article .box_outline li {
  font-size: 16px;
  margin-bottom: 25px;
}

.specialEvent .box_outline li:before {
  content: '■';
  color: #3C3C3C;
  font-size: 14px;
}

.specialEvent .box_outline li span {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
}

.specialEvent .box_outline li span:after {
  content: ':';
  font-size: 16px;
  font-weight: bold;
  color: #3C3C3C;
  display: inline;
  margin: 0 3px;
}

.specialEvent .box_outline li a.downloadLink {
  margin-bottom: 20px;
  display: inline-block;
}

.specialEvent a.link_calendar {
  color: #0046ad !important;
  transition: all .2s ease-in !important;
}

.specialEvent a.link_calendar:link,
.specialEvent a.link_calendar:visited {
  text-decoration: none;
}

.specialEvent a.link_calendar:hover,
.specialEvent a.link_calendar:focus {
  transition: all .2s ease-in !important;
  border-bottom: 1px solid #063c75;
}

/* txt_sns
------------------------------------*/


.specialEvent .box_sns {
  margin-bottom: 50px;
}

.specialEvent .box_sns .txt_sns {
  text-align: center;
}

.specialEvent .box_sns .txt_sns {
  text-align: center;
  font-size: 16px;
}

.specialEvent .box_sns .flex {
  justify-content: center;
}

.specialEvent .box_sns .txt_sns:before {
  content: "/";
  color: #0e3a86;
  display: inline-block;
  font-size: 20px;
  transform: rotate(-45deg);
  padding: 0 15px;
}

.specialEvent .box_sns .txt_sns:after {
  content: '/';
  color: #0e3a86;
  display: inline-block;
  font-size: 20px;
  transform: rotate(10deg);
  padding: 0 15px;
}

.specialEvent .box_sns img {
  width: 40px;
  margin: 0 10px;
}



/* box_know-more
------------------------------------*/

.specialEvent #container article h5 {
  font-size: 19px;
  padding-left: 60px;
  line-height: 40px;
  border-bottom: 2px solid #CBC9C9;
  margin-bottom: 20px;
  position: relative;
}

.specialEvent #container article h5:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_h5.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}

.specialEvent a.link_know-more:link {
  text-decoration: none;
}

.specialEvent .box_schedule a:hover {
  text-decoration: none;
  opacity: 0.5 !important;
}

.specialEvent .box_know-more .flex:hover {
  opacity: 0.5;
}

.specialEvent .box_know-more img {
  width: 255px;
  margin-right: 40px;
}

.specialEvent .box_know-more li {
  margin-bottom: 20px !important;
}

.specialEvent .box_know-more .icon_arrow,
.specialEvent .box_schedule .icon_arrow {
  position: relative;
}

.specialEvent .box_know-more .icon_arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0046ad;
  display: inline-block;
  z-index: 300;
}

.specialEvent .box_know-more .icon_arrow:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  z-index: 301;
}

.specialEvent .link_know-more {
  font-size: 16px;
  margin-top: 50px;
  padding-right: 60px;
  position: relative;
  width: auto;
}

.specialEvent .box_schedule .icon_arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - -0.5px);
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0046ad;
  display: inline-block;
  z-index: 300;
}

.specialEvent .box_schedule .icon_arrow:after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(50% - -2.5px);
  width: 5px;
  height: 5px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  z-index: 301;
  margin-top: -5px;
}


.specialEvent .box_schedule a {
  padding-left: 35px;
  padding-right: 0;
  margin-top: 0;
  position: relative;
  display: block;
  width: 100% !important;
}


#event .btn_form {
  background-color: #0046ad;
  color: #fff;
  width: 240px;
  display: block;
  text-align: center;
  padding: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#event .arrow {
  position: relative;
  display: inline-block;
  padding-right: 37px;
  vertical-align: middle;
  text-decoration: none;
}

#event .arrow::before,
#event .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

#event .link::before {
  right: 19px;
  width: 20px;
  height: 1px;
  background: #fff;
}

#event .link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 19px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* box_links
------------------------------------*/
.specialEvent #container article .box_links {
  justify-content: space-around;
  margin-bottom: 10px;
}

.specialEvent .box_links a {
  font-size: 16px;
  display: inline-block;
  border-radius: 11px;
  padding: 15px 12px;
  text-decoration: none;
  width: 200px;
  text-align: center;
  color: #fff;
  background-color: #0046ad;
  border: 1px #0e3a86 solid;
}

.specialEvent .box_links a:hover {
  background-color: #fff;
  color: #0046ad;
  opacity: 1 !important;
  transition: background-color 1s;
}

.specialEvent .box_links a:link {
  text-decoration: none;
}

.specialEvent a.cursou-no {
  color: #CBC9C9;
  border: 1px #CBC9C9 solid;
  background-color: #fff;
}

/* nav#nav_local_s
------------------------------------*/

.specialEvent #container article nav#nav_local_s {
  padding-top: 30px;
  padding-bottom: 15px;
}

.specialEvent #container article nav#nav_local_s li {
  margin-right: 10px;
  margin-bottom: 15px;
}

aside nav.archivesNav ul li a {
  background: transparent !important;
  color: #000 !important;
}

aside nav.archivesNav ul li a:before {
  background: url(/museum/common/images/sprite.png) -120px -70px !important;
  background-size: 500px auto !important;
}

aside nav.archivesNav ul li a:hover {
  background: #4fc7e4 !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: inherit !important;
}

aside nav.archivesNav ul li a:hover:before {
  background: url(/museum/common/images/sprite.png) -120px -50px !important;
  background-size: 500px auto !important;
  width: 16px !important;
  height: 16px !important;
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
}



/* PC
------------------------------------*/

@media screen and (min-width: 641px) {
  .specialEvent #container article .box_event-er li:nth-of-type(odd) {
    margin-right: 26px;
  }


  /* box_know-more
------------------------------------*/

  .specialEvent .box_know-more .flex {
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .specialEvent .link_know-more {
    margin-top: 0 !important;
    width: calc(100% - 295px);
  }

}
/*tablet*/
@media screen and (max-width: 1000px) {
    
    .specialEvent .flex.wrap_event-er{
    justify-content: space-between;
    }
    
.specialEvent .box_schedule .right {
    width: calc(100% - 275px);
}
    .specialEvent #container article .box_open-exhibition li .left{
            width: calc(100% - 325px);
    }
    
    .specialEvent #container article .box_event-er li {
    width: 45%;
}
}
/* SP
------------------------------------*/

@media screen and (max-width: 640px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .mr25_pc {
    margin-right: 0;
  }

  /* header
------------------------------------*/

  .specialEvent #container article h1 {
    font-size: 18px;
  }

  .specialEvent #container article h1 span {
    padding: 0 0 10px 25px;
  }

  .specialEvent #container article h2,
  .specialEvent #container article h3 {
    font-size: 16px;
  }

  /* links_inside
------------------------------------*/

  .specialEvent .links_inside li {
    width: 304px;
    height: 40px;
    background: url(../../2021/img/bk_link_inside_sp.png) top center no-repeat;
    background-size: cover;
  }

  .specialEvent #container article .links_inside li:nth-of-type(1),
  .specialEvent #container article .links_inside li:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .specialEvent .links_inside a,
  .specialEvent .links_inside .link_inside_open-exhibition a {
    padding: 6px 0;
    width: 298px;
    margin: 2px 3px;
  }

  .specialEvent .links_inside a:before,
  .specialEvent .links_inside a:hover:before {
    left: 24px;
    top: 11px;
  }




  /* box_schedule
------------------------------------*/

  .specialEvent .box_schedule .right {
    width: 100%;
  }

  .specialEvent .box_schedule .right img {
    margin-bottom: 20px;
  }

  .specialEvent #container article ul.box_schedule a.txt_lead {
    width: 100%;
    margin: 0 auto 20px;
  }

  .specialEvent #container article .box_open-exhibition li .left {
    width: 100%;
    margin-right: 0;
    padding: 40px 20px 50px;
  }

  .specialEvent .box_open-exhibition .tlt_open-exhibition {
    border: none;
  }


  .specialEvent .box_open-exhibition .left img {
    margin-bottom: 20px;
  }

  .specialEvent #container article .box_open-exhibition p.txt_open-exhibition {
    margin-bottom: 0;
  }

  .specialEvent .box_open-exhibition .txt_schedule {
    padding: 20px 8px;
  }

  .specialEvent .box_open-exhibition .txt_schedule span.schedule,
  .specialEvent .box_open-exhibition .txt_schedule span.dateShort,
  .specialEvent .box_open-exhibition .txt_schedule span.date {
    text-align: center;
    display: block;
    padding-right: 0;
    padding-bottom: 2px;
  }


  .specialEvent .box_open-exhibition .txt_schedule span.line {
    display: none;
  }

  .specialEvent .box_open-exhibition .txt_schedule span.txt_undecided-date,
  .specialEvent .box_open-exhibition .txt_schedule a {
    text-align: center;
    display: block;
    line-height: 1.5;
  }

  .specialEvent #container article .box_staff-message {
    padding: 0;
  }


  /* box_event-er
------------------------------------*/

  .specialEvent #container article .box_event-er li {
    width: 100%;
  }

  .specialEvent #container article .box_event-er li:nth-of-type(2) {
    margin-right: 0;
    padding-top: 25px;
    border-top: solid 2px #eae7e7;
  }

  .specialEvent #container article .box_event-er p.txt_date {
    margin-bottom: 25px;
  }


  /* box_caption
------------------------------------*/

  .specialEvent .box_caption li h3:before {
    width: 18px;
    background-size: contain;
  }


  .specialEvent .box_caption li .left {
    width: 100%;
    margin-right: 0;
  }

  .specialEvent .box_caption li.lb {
    padding-bottom: 0 !important;
  }

  .specialEvent #container article .box_caption li p {
    width: 100%;
  }

  .specialEvent .box_caption img {
    width: 100% !important;
  }


  /* box_list
------------------------------------*/

  .specialEvent #container article .box_list li {
    padding: 30px 0;
  }

  .specialEvent #container article .box_list .right .tlt_heading {
    font-size: 16px;
  }

  .specialEvent .box_list img.left {
    margin: 0 auto;
  }

  .specialEvent #container article .box_list .right .tlt_heading {
    text-align: center;
  }

  .specialEvent .box_list .right {
    width: 100%;
  }

  .specialEvent .box_list .right .bk_grey {
    text-align: center;
  }

  .specialEvent #container article .box_list .right .txt_detail {
    padding: 0 25px;
    margin-bottom: 0 !important;
  }

  .specialEvent #container article h4 {
    font-size: 16px;
  }

  .specialEvent #container article h4:before {
    top: 12px;
  }


  /* box_outline
------------------------------------*/

  .specialEvent #container article .box_outline li {
    font-size: 14px;
  }

  .specialEvent .box_outline li span {
    font-size: 14px;
  }

  .specialEvent #container article .box_outline {
    margin-bottom: 50px !important;
  }

  .specialEvent #container article .box_sns {
    margin-bottom: 50px !important;
  }

  /* link_know-more
------------------------------------*/

  .specialEvent .link_know-more {
    width: 90%;
    margin: 20px auto 0;
  }

  .specialEvent .box_know-more img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .specialEvent .box_know-more .link_know-more {
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 35px;
  }



  /* box_links
------------------------------------*/

  .specialEvent #container article .box_links {
    width: 90%;
    margin: 0 auto 20px;
  }

  .specialEvent #container article .box_links li {
    width: 48%;
  }

  .specialEvent #container article .box_links .link_01 {
    margin-right: 4%;
    order: 1;
  }

  .specialEvent #container article .box_links .link_02 {
    width: 100%;
    margin-top: 15px;
    order: 3;
  }

  .specialEvent #container article .box_links .link_03 {
    order: 2;
  }

  .specialEvent #container article .box_links li a {
    width: 100%;
    padding: 0;
    line-height: 40px;
  }

  .specialEvent #container article .box_links li a:hover {
    text-decoration: none !important;
    opacity: 0.5 !important;
  }

}
