@charset "UTF-8";
/*　実装サンプル
&::after {
    content: "";
    @include icon-arrow-right; // 引数なし親引き継ぎ
    margin-left: 0.5em;
  }
*/
/* CSS Document */
/*
古いフォーマットから抽出
*/
/* =============================================
reset
================================================ */
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*iphone用*/
  -webkit-text-size-adjust: none; }

body {
  line-height: 150%; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

address {
  font-style: normal; }

/* html5 */
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
  display: block; }

/*video*/
body.video_html {
  background: black;
  line-height: 0;
  height: 400px;
  overflow: hidden; }

/* =============================================
share
================================================ */
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
  display: block; }

@media print, screen and (min-width: 581px) {
  .pc {
    display: block; }

  .mb {
    display: none; } }
@media screen and (max-width: 580px) {
  .mb {
    display: block !important; }

  .pc {
    display: none !important; } }
a img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.f_left {
  float: left; }

.f_right {
  float: right; }

.text-right {
  text-align: right; }

.space10 {
  margin-bottom: 10px; }

.space20 {
  margin-bottom: 20px; }

.space30 {
  margin-bottom: 30px; }

.space40 {
  margin-bottom: 40px; }

.space50 {
  margin-bottom: 50px; }

.space60 {
  margin-bottom: 60px; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

@media print, screen and (min-width: 581px) {
  .center {
    width: 940px;
    margin: auto; } }
@media screen and (max-width: 580px) {
  .center {
    width: 90%;
    margin: auto; } }

hr {
  border-width: 1px 0px 0px 0px;
  /* 太さ */
  border-style: solid;
  /* 線種 */
  border-color: #ccc;
  /* 線色 */
  height: 1px;
  /* 高さ */ }

.bold {
  font-weight: bold; }

#totop {
  position: fixed;
  right: 0;
  bottom: 180px; }

#totop a {
  display: block;
  background: url(img/share/totop.jpg) no-repeat;
  width: 40px;
  height: 60px; }

p {
  line-height: 180%;
  color: #555; }

.btn {
  display: block;
  padding: 10px 10px 10px 0;
  color: white;
  text-align: center;
  background-color: #777777;
  text-decoration: none; }

.btn:hover {
  background-color: #999; }

.midashi_gray {
  font-size: 195%;
  font-weight: normal;
  margin: 0 0 30px;
  color: #777777;
  line-height: 130%; }

/* header ==================================== */
header,
#header {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media print, screen and (min-width: 581px) {
    header,
    #header {
      width: 940px; } }
  @media screen and (max-width: 580px) {
    header,
    #header {
      padding: 10px 5%;
      box-sizing: border-box; }
      header div#close_btn,
      #header div#close_btn {
        width: 12%; }
      header div#close_btn img,
      #header div#close_btn img {
        width: 100%;
        height: auto; } }
  @media print, screen and (min-width: 581px) {
    header h1,
    #header h1 {
      margin: 15px 0 10px; } }
  @media screen and (max-width: 580px) {
    header h1,
    #header h1 {
      margin: 10px 3% 0; }
      header h1 img,
      #header h1 img {
        width: 45%;
        max-width: 100%; } }

/* footer ==================================== */
#foot_area {
  background: #333333;
  width: 100%;
  height: 280px;
  color: white; }
  @media print, screen and (min-width: 581px) {
    #foot_area {
      min-width: 980px; } }

#foot_area {
  position: static;
  display: flex;
  align-items: center; }

footer,
#footer {
  margin: 0px auto; }
  @media print, screen and (min-width: 581px) {
    footer,
    #footer {
      width: 940px; } }

#footer address {
  font-size: 110%; }

#footer small {
  display: block; }

body {
  height: auto; }

@media print, screen and (min-width: 581px) {
  .container {
    width: 940px;
    margin: 0 auto 0;
    padding: 0 20px; } }
@media screen and (max-width: 580px) {
  .container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding: 0; } }

.row {
  zoom: 1; }

.row:after {
  content: "";
  display: block;
  clear: both; }

.row .name,
.row .cont {
  float: left; }

/* =============================================
schedule
================================================ */
h2.title {
  border-bottom: solid 1px #ccc;
  color: #555;
  font-size: 170%;
  padding: 10px 20px;
  width: 940px;
  margin-left: -20px;
  margin-bottom: 40px;
  position: relative;
  line-height: 130%; }

ul#new li {
  margin-top: 15px; }

ul#new li a {
  color: #000000;
  text-decoration: underline;
  line-height: 150% !important;
  text-align: left;
  display: inline; }

/* archive */
#widget-list {
  border-top: none;
  width: 100%;
  margin-top: 10px; }

#widget-list li.over {
  margin-bottom: 0; }

#widget-list .archive a {
  padding: 0px 10px !important;
  margin-bottom: 1px;
  color: #555555;
  text-decoration: none;
  font-weight: normal;
  background: #eeeeee !important; }

#widget-list .archive a:hover {
  background: #ccc !important; }

#widget-list li a {
  display: block;
  height: 10px;
  line-height: 10px;
  padding: 0 !important;
  color: #555555;
  background: white !important; }

#widget-list .archive.open a {
  background: #ccc !important; }

h2.title span {
  position: absolute;
  right: 20px;
  color: #999999;
  font-weight: normal;
  font-size: 65%; }

h2.title span.annot {
  position: static;
  font-size: 70%;
  color: #555; }

h5 span.annot,
h6 span.annot {
  position: static;
  font-size: 80%; }

/* =============================================
exhibition
================================================ */
#exhibition {
  width: 100%;
  padding: 0 0 30px !important; }
  @media print, screen and (min-width: 581px) {
    #exhibition {
      min-width: 980px; } }

#main_img {
  width: 100%;
  /*height:430px;*/
  background-repeat: no-repeat;
  background-position: center center;
  /*min-width:980px;*/ }

.black_area {
  width: 100%;
  background: black;
  color: white; }

.exh_old .black_area,
.exh_old .black_area p {
  background: white;
  color: #555555 !important; }

#exhibition section {
  width: 100%; }

#exhibition .black_area:first-child {
  padding: 50px 0; }

#exhibition .black_area p {
  color: white; }

#exhibition h2 {
  font-size: 195%;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 130%; }

.exh_old .date {
  margin-bottom: 30px; }

#exhibition .date {
  font-size: 125%; }

#exhibition h3 {
  margin: 30px 0;
  font-size: 125%;
  font-weight: normal; }

#exhibition .row .name {
  color: #777777;
  font-size: 125%;
  width: 160px; }

#exhibition .row {
  padding: 50px 0; }

@media print, screen and (min-width: 581px) {
  #exhibition .row .cont {
    width: 780px; } }
#summary .row {
  padding: 0 0 10px; }

#summary .row .name {
  font-weight: normal;
  font-size: 100%;
  width: 15%;
  color: #999999; }

#summary .row .cont {
  width: 85%;
  /*color:#555;*/
  color: #777; }

#summary .map_btn a {
  display: block;
  padding: 10px 10px 10px 0;
  color: white;
  width: 180px;
  text-align: center;
  background-color: #777777;
  margin: 10px 0;
  text-decoration: none;
  position: relative; }
  #summary .map_btn a::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 13px;
    width: 10px;
    top: calc(50% - 7px);
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='36' viewBox='0 0 26 36'%3E%3Cpath fill='%23fff' d='M26,18L0,36V0l26,18Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

#summary .map_btn a:hover {
  background-color: #555; }

.event_cont {
  margin-bottom: 40px; }

.event_cont h4 {
  color: #555555;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 20px; }

.event_cont h4 span {
  padding-left: 30px; }

#foot_area {
  height: 60px; }

#header div a {
  border: none !important;
  padding: 0; }

#header + hr {
  margin: 0; }

h2.title {
  font-size: 145%;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #333;
  line-height: 130%; }

div.container {
  height: auto;
  padding-bottom: 110px; }

@media screen and (max-width: 580px) {
  h2.title {
    width: 100%;
    padding: 10px 5%;
    margin-left: -5%;
    font-size: 130%;
    margin-bottom: 30px; }

  h2#sp span:first-child {
    display: inline; }

  h2.title span {
    display: none; }

  h2.title span.annot,
  h5 span.annot,
  h6 span.annot {
    display: block;
    margin-top: 5px; }

  .pankuzu,
  footer,
  #footer,
  header,
  #header {
    width: 100%; } }
@media screen and (max-width: 580px) {
  div.container {
    padding-bottom: 30px; }

  #footer {
    width: 90%;
    margin: auto; }

  #foot_area {
    margin-top: 30px; }

  h2.title {
    margin-left: auto; }

  /* =============================================
schedule
================================================ */
  #main_img,
  .black_area img,
  .gray_area,
  #exhibition,
  .old_link,
  #schedule article .f_left,
  #summary .row .cont,
  #exhibition .row .name,
  #exhibition .row .cont {
    min-width: 100% !important;
    float: none;
    width: 100%;
    height: auto; }

  #exhibition {
    padding: 0px; }

  #schedule h2.title span {
    display: inline;
    margin-left: 20px; }

  #schedule article img {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0; }

  #schedule article h4 {
    margin: 10px 0 -5px; }

  .old_link a {
    position: relative;
    margin: 0 0 0 auto; }

  #exhibition h2 {
    font-size: 150%; }

  #exhibition .pankuzu {
    width: 89%;
    margin-left: 0; }

  #exhibition #main_img .center {
    width: 100%; }

  #exhibition #main_img {
    width: 100% !important;
    height: auto;
    margin: 0; }

  #exhibition .row .name {
    margin-bottom: 20px; }

  #summary .row .name {
    margin-bottom: 5px !important; }

  .event img.attachment-thumb_event {
    width: auto !important;
    max-width: 120px !important;
    min-width: 120px !important;
    margin-right: 0 !important;
    margin-bottom: 10px; }

  #schedule .old.event img.attachment-thumb_event {
    width: 100% !important;
    max-width: 80px !important;
    min-width: 10% !important;
    margin-right: 0 !important;
    float: left; }

  #schedule .old.event h4 {
    font-size: 105%; }

  #schedule .old.event .date {
    margin: 10px 0 0;
    font-size: 100%; }

  #schedule .event.old article .f_left {
    float: right;
    width: 72%;
    min-width: 50% !important; }

  #schedule .detail #event_midashi .date span {
    display: block; }

  #single_content {
    padding-bottom: 30px;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 30px; } }
#single_page .container {
  background: #eee; }
#single_page .page_nav {
  text-align: right; }
#single_page .page_nav div {
  display: inline-block;
  width: 20%;
  margin: 30px 10px;
  text-align: center; }
#single_page .page_nav div:first-child a {
  background-color: #397cd3; }
#single_page .page_nav div a {
  background-color: #e87c71; }
#single_page .page_nav a {
  display: block;
  background: pink;
  font-size: 110%;
  padding: 10px 0;
  border-radius: 5px;
  text-decoration: none;
  color: white; }
#single_page .title_ippan {
  background-color: #397cd3;
  padding: 20px 0;
  color: white; }
#single_page .title_kids {
  background-color: #e87c71;
  padding: 20px 0;
  color: white; }
#single_page h2.title {
  padding-right: 0;
  margin: auto;
  background: white;
  padding: 20px 20px;
  margin-left: -20px; }
#single_page h3 {
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  margin: 50px auto;
  color: #555; }
#single_page h4 {
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  margin: 70px auto 50px;
  color: #555; }
#single_page ul {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px; }
#single_page ul#taisyo {
  border-bottom: solid 1px #ccc; }
#single_page ul#taisyo_ippan {
  margin-bottom: 40px; }
#single_page ul#taisyo_ippan li {
  width: 50%;
  float: none;
  margin: auto;
  margin-bottom: 40px; }
#single_page ul#taisyo_kids li {
  width: 50%;
  margin: auto;
  margin-bottom: 40px; }
#single_page ul#taisyo_kids li div,
#single_page ul#taisyo_ippan li div {
  padding-bottom: 60%; }
#single_page ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
#single_page ul li {
  width: 33.3%;
  text-align: center;
  margin-bottom: 40px; }
#single_page ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 95%; }
#single_page ul li span {
  display: inline-block;
  width: auto;
  line-height: 30px;
  text-align: center;
  border: solid 2px #e87c71;
  font-size: 110%;
  margin: 0 auto 10px;
  padding: 0 10px;
  color: #e87c71; }
#single_page ul#taisyo_ippan li span {
  border: solid 2px #397cd3;
  color: #397cd3; }
#single_page ul li img {
  display: none; }
#single_page ul li div {
  margin: 0 auto 10px;
  width: 90%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    /*background-color:#eee;
	border: solid 1px #eee;*/ }
#single_page ul#kumano {
  width: 66.6%;
  margin: auto; }
#single_page ul#kumano li {
  width: 50%; }
#single_page ul#kumano + h3 {
  border-top: solid 1px #ccc;
  padding-top: 50px;
  margin-top: 0; }
#single_page ul#kumano span {
  border: none;
  font-size: 140%;
  color: #666;
  font-weight: 600; }
#single_page #cboxTitle {
  text-align: center;
  width: 100%;
  font-size: 190% !important;
  bottom: -32px !important; }
@media screen and (max-width: 580px) {
  #single_page ul#sakuhin li {
    width: 25%; }
  #single_page ul#sakuhin li div {
    width: 90%;
    height: auto;
    padding-bottom: 100%; }
  #single_page ul li span {
    font-size: 70%;
    line-height: 130%;
    padding: 5px 10px; } }
