@charset "UTF-8";
/*
=============================================
  contents
 =============================================
 */
#posts h2 {
  font-size: 19px;
  text-indent: 10px;
}

.pagination li a {
  padding: 22px;
  font-size: 1.6em;
}

.breadcrumb {
  background: #f8f7f2;
  font-size: 13px;
}

.modal-open .modal {
  height: 100vh !important;
  margin-bottom: 55px;
}

.cont_area h1.ttl_area {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 30px 0;
  text-align: center;
  background: #d4b88d;
}
.cont_area .eventDetail {
  /*  margin-left: 21%; */
  padding: 10px 0 25px;
  border-bottom: 1px dotted #b28850;
  margin-bottom: 25px;
}
.cont_area .eventDetail .icon_mark span {
  background: #cfa972;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.5em;
}
.cont_area .eventDetail h3 {
  font-size: 24px;
}
.cont_area .eventDetail h3 span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.cont_area .eventDetail figure {
  background: #f8f7f2;
}
.cont_area .eventDetail figure img {
  padding: 1.5em;
  width: 100%;
}
.cont_area .eventDetail p {
  font-size: 14px;
}
.cont_area .eventDetail p.date {
  margin-bottom: 3em;
}
.cont_area .eventDetail .btn {
  /*
  =============================================
    modal btn
   =============================================
   */
  cursor: pointer !important;
}
.cont_area .eventDetail .selectOld {
  text-align: right;
}
.cont_area .eventDetail .icon {
  font-size: 1.5em;
}
.cont_area .eventDetail .icon span {
  border-radius: 5px;
  padding: 10px 50px;
  color: #fff;
}
.cont_area .eventDetail .icon span.nowinfo {
  background: #1b95e0;
  padding: 10px 60px;
}
.cont_area .eventDetail .icon span.finishinfo {
  background: #958364;
}
.cont_area .eventDetail .icon span.nextinfo {
  background: #BA2636;
}
.cont_area .eventDetail .icon span.firstinfo {
  background: #C37854;
}
.cont_area .eventDetail .icon span.lastinfo {
  background: #4267b2;
}

@media (max-width: 768px) {
  .cont_area .eventDetail {
    padding: 0 15px 25px;
  }
  .cont_area .exhibit {
    padding: 0 15px 25px;
  }
}
/*
blogレイアウト
 */
#header-content h1 {
  margin-top: 0;
}
#header-content h1 a {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 40.25px 0;
  text-align: center;
  background: #d4b88d;
  display: block;
  color: #000;
  font-size: 20px;
}

@media (max-width: 768px) {
  #header-content h1 a {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    background: #d4b88d;
    display: block;
    color: #000;
    font-size: 23px;
  }

  .dropdown-menu > li > a {
    font-size: .7em;
  }
}
.modal {
  max-height: 800px;
  overflow: auto;
}

.modal-title {
  font-size: 24px;
  color: #cfa972;
}
.modal-title span {
  display: block;
  font-size: 16px;
}
.modal-title span.kikan {
  color: #333;
}

.dBox {
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.dBox div {
  font-size: 2em;
}

.modal-body {
  padding: 1em 3em !important;
}
.modal-body p {
  font-size: 14px;
}
.modal-body .dBoxTB div {
  font-size: 1.6em;
}
.modal-body .dBoxTB table {
  border-collapse: collapse;
  border: 1px solid #d1d2c6;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
}
.modal-body .dBoxTB table tr {
  border-bottom: 1px solid #d1d2c6;
}
.modal-body .dBoxTB table tr th {
  background: #f2eeec;
  width: 30%;
  padding: 1em 2em;
  border-right: 1px solid #d1d2c6;
}
.modal-body .dBoxTB table tr td {
  padding: 1em 1.5em;
}
.modal-body .dBoxTB p {
  text-align: right;
}
.modal-body .modalrow {
  margin-bottom: 4em;
}
.modal-body .modalrow:last-child {
  padding-bottom: 3em;
  border-bottom: 1px dotted #a0a0a0;
}
.modal-body .relation h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #cfa972;
}
.modal-body .relation .relationInr {
  padding: 1em;
}

.relation {
  padding-left: 15px;
  padding-right: 15px;
}
.relation .relationInr {
  font-size: 14px;
}

@media (max-width: 768px) {
  .modal-body {
    padding: 1em !important;
  }
  .modal-body img {
    max-width: 100% !important;
  }
  .modal-body .dBoxTB table tr th {
    display: block;
    width: 100%;
  }
  .modal-body .dBoxTB table tr td {
    display: block;
  }
}
.exhibitiion {
  background: #f8f7f2;
  padding: 1em .5em;
}
.exhibitiion figure {
  float: left;
  margin-right: 1em;
}
.exhibitiion h3 {
  font-size: 1.6em;
}
.exhibitiion h3 span {
  display: block;
  font-size: .7em;
  font-weight: normal;
  margin-top: 1em;
}
.exhibitiion div {
  padding-top: 13%;
  font-size: .8em;
}

#home {
  margin-bottom: 0;
}

section {
  margin-bottom: 6em;
}
section .inner {
  padding: 9em 0;
}
section .innerColor {
  background: #f8f7f2;
  padding: 9em 0;
}
section h2 {
  margin: 1em 0 1.25em;
}

#topics .topic {
  background: #fff;
  border: 1px solid #333;
  padding: 5em 2em;
}
#topics .topic h3 {
  font-size: 1.2em;
}
#topics .topic figure {
  margin-bottom: 5em;
}

#news dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #d1c0a5;
  padding-bottom: 1.5em;
  font-size: 1.5em;
}
#news dl dt {
  display: table-cell;
}
#news dl dt span {
  display: inline-block;
  background: #fff;
  border-radius: 3em;
  padding: .1em 2em;
  margin-right: .8em;
  font-size: .8em;
}
#news dl dd {
  display: table-cell;
}

#slideArea .slideInner {
  margin-top: 6em;
}

#about {
  margin-bottom: 0;
  color: #d1c0a5;
}
#about .row {
  padding: 5em 0;
}
#about #maps {
  width: 100%;
  height: 460px;
}
#about div figure {
  float: left;
  margin-right: 20px;
  height: 130px;
}
#about div h3 {
  margin-top: 0;
}
#about div address, #about div small, #about div p {
  font-size: 1.2em;
}

.addressBox {
  border-left: 1px solid #b28850;
  padding-left: 4em;
}

#sns .twitter {
  background: #32a7e0;
}
#sns .twitter h2 {
  padding: 15px 0;
}
#sns .facebook {
  background: #3b5999;
}
#sns .facebook h2 {
  padding: 15px 0;
}

footer {
  color: #333;
}

/*
=============================================
  blog setting
 =============================================
 */
h2.asset-name.entry-title {
  padding: 1em 0.5em;
  font-size: 1.8em;
  background: #d1c0a5;
  margin: 1.5em 0;
}

footer.asset-meta {
  background: transparent;
  border-bottom: 1px solid #d1c0a5;
  margin-bottom: 2em;
  height: auto;
}

.asset-content.entry-content p {
  font-size: 1.6em;
}

ul.asset-meta-list {
  font-size: 1.2em;
}

.entry-more-link a {
  font-size: 1.5em;
}

.widget h3 {
  font-size: 1.6em;
}
.widget li {
  font-size: 1.5em;
}

@media (max-width: 768px) {
  [data-width="960"] {
    width: 80% !important;
  }

  .modal-body figure img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=sub_common.css.map */
