@charset "UTF-8";
/*=================================================================================
能美ふるさとミュージアム
 base.css
=================================================================================*/
/* -------------------------------------------------------------------------

基本設定

---------------------------------------------------------------------------*/
body {
  background-color: #ffffff;
  color: #111111;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 100%;
  line-height: 1.6em; }

input, textarea, select {
  font-family: 'Noto Sans JP', sans-serif; }

h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span, p,
ul, ol, li, dl, dt, dd,
table, tr, th, td,
a, img, input,
*, *::before, *::after {
  box-sizing: border-box; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

strong {
  font-weight: bold; }

a[href] {
  word-wrap: break-word; }

a[href]:hover img {
  opacity: 0.7;
  filter: Alpha(opacity=70);
  -ms-filter: "Alpha(opacity=70)"; }

input, select {
  vertical-align: middle; }

a:link {
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

a:active {
  text-decoration: underline; }

a:hover {
  text-decoration: underline; }

/*　本文へジャンプ
-------------------------------------------*/
#blockskip {
  overflow: visible;
  position: relative; }

#blockskip a {
  position: absolute;
  height: 0em;
  overflow: hidden; }

#blockskip a:focus {
  height: 2.5em;
  text-indent: 0;
  background-color: #FFF;
  line-height: 2.5em;
  z-index: 1000; }

/* -------------------------------------------------------------------------

　ヘッダー

---------------------------------------------------------------------------*/
.header-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #ffffff; }

.header-container {
  margin: 0 auto;
  padding: 0;
  width: 980px; }

.header-container:before, .header-container:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.header-container:after {
  clear: both; }

/* アクセシビリティ・検索
-------------------------------------------*/
#header-sub-contents {
  background-color: #fafff8; }/* 薄緑なら#fafff8、パンくず背景なら#e7f3f3、 */

/*　アクセシビリティツール　*/
.header-sub-nav {
  display: block;
  float: left; }

/* ヘッダーナビゲーション
-------------------------------------------*/
ul.headerNav {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 560px; }

ul.headerNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch; }

ul.headerNav li {
  position: relative;
  z-index: 1;
  background-color: #ebf7e7;
  color: #211100;
  font-weight: normal;
  font-size: 88%;
  width: 170px; }

ul.headerNav li a {
  display: block;
  text-decoration: none;
  color: #211100;
  font-weight: normal;
  padding: 4px 0; }

ul.headerNav li ul {
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }

ul.headerNav li ul {
  visibility: hidden;
  opacity: 1; }

ul.headerNav li:hover > ul {
  visibility: visible;
  opacity: 1; }

ul.headerNav li ul li {
  background-color: #726250;
  border: none;
  line-height: 1; }

ul.headerNav li ul li a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 115%;
  font-weight: normal;
  text-decoration: none; }

ul.headerNav li ul li a:hover {
  background-color: #48331b; }

ul.headerNav li.menu1 {
  padding: 2px 20px 2px 24px;
  background: #ebf7e7 url(../img/down-h-snavi-m.png) no-repeat right 50%; }/* TPJ案の緑用#ebf7e7、パンくず背景色の場合のボタン色案#daefec */

ul.headerNav li.menu2 {
  padding: 2px 20px 2px 48px;
  background: #ebf7e7 url(../img/ic-h-snavi-size-m.png) no-repeat center 50%; }

ul.headerNav li.menu3 {
  display: none; }

ul.headerNav li.menu4 {
  padding: 2px 20px 2px 24px;
  background: #ebf7e7 url(../img/arrow-h-snavi-m.png) no-repeat right 50%; }

ul.headerNav li.menu5 {
  padding: 2px 20px 2px 48px;
  background: #ebf7e7 url(../img/sound-h-snavi.png) no-repeat 10px 50%; }

/*　検索窓（PC）
-------------------------------------------*/
.search {
  display: block;
  float: right;
  margin: 0;
  padding: 4px 0 0;
  width: 270px;
  text-align: right; }

.search input[type="text"] {
  width: 160px;
  border-style: none;
  margin-right: 10px;
  border: 1px solid #91bd83; }

.search input[type="submit"] {
  padding: 0 8px;
  font-size: 113%;
  background-color: #ebf7e7;
  color: #211100;
  border-style: none; }

/*　検索窓（SP）
-------------------------------------------*/
.search_sp {
  display: none; }

/* ロゴ・キャッチコピー
-------------------------------------------*/
#header-main-contents {
  line-height: 1; }

/* キャッチコピー　*/
.catch {
  float: left;
  margin: 0;
  padding: 16px 20px 0 0;
  width: 750px; }

/* ロゴ　*/
.logo_pc {
  float: right;
  margin: 0;
  padding: 22px 0 0;
  width: 190px; }

.logo_sp {
  display: none; }

/* グローバルナビ
-------------------------------------------*/
#header-main-nav {
  display: block; }

h2.globalNav-ttl {
  display: none; }

/*　グローバルナビ　*/
ul.globalNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 710px; }

ul.globalNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch; }

ul.globalNav li.tab {
  width: 110px;
  font-size: 75%;
  text-align: center;
  display: flex;
  position: relative; }

ul.globalNav li:nth-child(3).tab {
  width: 150px;}

ul.globalNav li.tab > a {
  width: 110px;
  padding: 2px 0;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #145700; }

ul.globalNav li:nth-child(3).tab > a {
  width: 150px;}

ul.globalNav li.tab > a:hover,
ul.globalNav li.tab.current > a {
  color: #170A00;
  background-color: #9ccc8e; }

ul.globalNav li.home {
  display: none; }

ul.globalNav li.tab > ul {
  position: absolute;
  display: inline-block;
  top: 37px;
  left: 0;
  width: 176px;
  z-index: 100;
  /*font-size: 13px;*/
  background: #8B6D77;
  line-height: 1.5;
  list-style: none;
  opacity: 0.85; }

ul.globalNav li.tab:hover > ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 55px;
  margin-left: -8px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #8B6D77 transparent; }

ul.globalNav li.tab > ul > li {
  overflow: hidden;
  width: 176px;
  height: 0;
  /*いったん非表示にするため*/ }

ul.globalNav li.tab > ul > li > a {
  display: block;
  color: #FFF;
  line-height: 1.5;
  /*normal*/
  text-decoration: none;
  text-align: left;
  padding: 5px 15px; }

ul.globalNav li.tab > ul > li > a:hover {
  color: #FFF;
  text-decoration: underline; }

ul.globalNav li.tab:hover > ul li,
ul.globalNav li.tab a:hover > ul li {
  visibility: visible;
  height: auto;
  overflow: visible;
  z-index: 10; }

/* -------------------------------------------------------------------------

　フッター

---------------------------------------------------------------------------*/
.footer-wrap {
  background-color: #271D1C;
  margin: 0;
  overflow: hidden;
  padding: 0; }

/* SNS
-------------------------------------------*/
#sns-contents {
  background-color: #312625;
  margin: 0;
  padding: 32px 0;
  color: #fff;
  text-align: center; }

dl.sns-info {
  margin: 0 auto;
  overflow: hidden;
  padding: 0; }

dl.sns-info dt {
  margin: 0 0 1em; }

dl.sns-info dd {
  display: inline-block;
  width: 120px; }

/* フッター
-------------------------------------------*/
#footer-contents {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  font-size: 94%;
  text-align: center;
  width: 980px; }

dl.nomi-info {
  margin: 1em auto;
  padding: 0; }

dl.nomi-info dt,
dl.nomi-info dd {
  display: inline-block;
  margin: 0 8px; }

ul.footerNav {
  margin: 1em auto;
  padding: 0; }

ul.footerNav li {
  display: inline-block;
  margin: 0 8px; }

#footer-contents a {
  color: #fff;
  text-decoration: underline; }

.copyright {
  text-align: center; }

/* ページトップリンク　*/
.pagetop {
  text-align: right; }

/* -------------------------------------------------------------------------

共通パーツ

---------------------------------------------------------------------------*/
/*　パンくずリスト
-------------------------------------------*/
.breadcrumb {
  box-sizing: border-box;
  padding: 0;
  background-color: #e7f3f3; }
  .breadcrumb ul {
    clear: both;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.2em;
    width: 980px; }
    .breadcrumb ul li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 1em 0 0.3em;
      font-size: 75%;
      line-height: 1.1; }
      .breadcrumb ul li a {
        color: #211100;
        font-weight: normal;
        text-decoration: none; }
        .breadcrumb ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 0.2em;
          right: 0;
          width: 0.5em;
          height: 0.5em;
          transform: rotate(-45deg);
          border-bottom: 1px solid #000303;
          border-right: 1px solid #000303; }

/* -------------------------------------------------------------------------

　ページレイアウト

---------------------------------------------------------------------------*/
/*　内容包括　*/
.container {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }

/* -------------------------------------------------------------------------

コンテンツ

---------------------------------------------------------------------------*/
/*　コンテンツの内容枠　*/
#page-main-contents {
  display: block;
  margin: 1em auto 3em;
  padding: 0;
  width: 980px; }

#page-main-contents:before, #page-main-contents:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

#page-main-contents:after {
  clear: both; }

.page-container {
  	/*display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: flex-start;
      flex-wrap: wrap;*/ }

/*　メインコンテンツ
-------------------------------------------*/
/*　コンテンツの内容枠　*/
#main-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 720px;
  /*order: 1;*/
  float: left; }

/*============================================================================
 コンテンツページ
 【注意】以下の「edit-item」「opt-item」「map-item」「viewer-item」「contact-item」「enquete_item」のID・class名は変更しないでください。
*============================================================================*/
.updated {
  text-align: right; }

/* HTTP(S)から始まるa要素（能美市ドメインを含むものを除く）に外部リンクアイコンを設定 */
#mainc-contents .edit-item a[href^='http']:not([href*='www.city.nomi.lg.jp']),
#mainc-contents .opt-item a[href^='http']:not([href*='www.city.nomi.lg.jp']) {
	padding-left: 0;/* 外部PDF等の場合の余白を0にする */
	padding-right: 82px;
	background: transparent url(../img/icon_link_gaibu.png) no-repeat right center;
	background-position: right 3px center;
}

/*　CMSからの「内容」入力枠　*/
.edit-item {
  clear: both;
  text-align: left;
  overflow: hidden;
  padding: 0 0 0.5em; }

/*　CMSからの「内容」入力枠内のパーツ.edit-item　*/
/* 見出し
-------------------------------------------*/
.edit-item h2,
.edit-item h3,
.edit-item h4,
.edit-item h5,
.edit-item h6 {
  clear: both;
  font-size: 1em; }

.edit-item h2 {
	border-top: 4px solid #ff8800;
	border-bottom: 1px solid #908888;
	font-size: 175%;/* 28px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
}
.edit-item h3 {
	border-left: 10px solid #ff8800;
	color:#211100;
	font-size: 150%;/* 24px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.1em 8px 0.1em 16px;
}
.edit-item h4 {
	color:#fff;
	background-color:#211100;
	font-size: 125%;/* 20px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 16px 0.5em;
}
.edit-item h5 {
	border-bottom: 1px dashed #211100;
	color:#211100;
	font-size: 125%;/* 20px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
}
.edit-item h6 {
	color: #003B89;
	font-size: 125%;/* 20px */
	font-weight: bold;
	line-height: 1.1em;
	margin: 30px 0 10px;
	padding: 0.5em 0 0.5em;
}

/*　サブコンテンツ（サブナビゲーション）
-------------------------------------------*/
/*　サブコンテンツの内容枠　*/
#sub-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  /*order: 2;*/
  float: right; }

/*　SNS　*/
.snsBox {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAE5E7;
  margin-bottom: 30px; }

/*　所在地
-------------------------------------------*/
.locationBox {
  clear: both;
  color: #170A00;
  background-color: #e7f3f3;
  border: #145700 1px solid;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .locationBox dl {
    display: flex;
    justify-content: center;
    font-size: 93.8%; }
    .locationBox dl dt, .locationBox dl dd {
      padding: 0 10px; }
  .locationBox a {
    color: #170A00; }

/*============================================================================
　トップページ
*============================================================================*/
/*　インフォメーション　*/
.topInfoBox {
  background-color: #F4E3DB;
  padding: 10px;
  text-align: center;
  font-size: 93.8%;
  margin-bottom: 15px;
  width: 100%; }
  .topInfoBox br {
    display: none; }

/*　コンテンツ（大）
-------------------------------------------*/
.topNewsInfoBox {
  width: 720px;
  margin: 0 0 15px;
  display: flex; }

.cate-contents-info {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  width: 359px;
  }
  .cate-contents-info + div {
    margin-left: 2px; }

/*　コンテンツタイトル　*/
.cate-contents-info h2 {
  display: block;
  margin: 0;
  padding: 2px 0 0;
  height: 32px;
  overflow: auto;
  font-size: 93.8%;
  /*15px*/
  background-color: #864a1e;
  color: #fff;
  text-align: center; }
  .cate-contents-info h2 a {
    text-decoration: none;
    color: #ffffff; }

.cate-contents-info .ic-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.cate-contents-info .ic-link a:hover img {
  opacity: 1; }

.cate-contents-info .ic-rss {
  display: block;
  position: absolute;
  top: 4px;
  left: 10px; }

/*　コンテンツ（お知らせ）　*/
.cate-contents-info .inner {
	background-color: #F2EADF;
	border: 1px solid #decdb5;
	height: 200px;
	overflow: auto;
}
.cate-contents-info ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  }
  .cate-contents-info ul li {
    display: block;
    margin: 0;
    padding: 8px 8px;
    font-size: 75%;
    line-height: 1.2;
    border-right: #decdb5 1px solid;
    border-bottom: #decdb5 1px solid;
    /*&:nth-child(even){ 	border-right: none; }*/ }
    .cate-contents-info ul li a {
      color: #170A00;
      text-decoration: none; }

/* 記事がない、もしくは文字のみの場合*/
.cate-contents-txt {
	display: block;
	margin: 0;
	padding: 8px 8px;
	overflow: auto;
	}
@media screen and (min-width: 768px) {
	.cate-contents-txt {
		font-size: 75%;
	}
}
/* 記事がない、もしくは文字のみの場合（ジャンル一覧用）*/
ul.pageNav li.no-info {
	padding: 8px 8px;
}

/*　コンテンツ（特別展・企画展・イベント・市民ギャラリー）　*/
.topEventBox {
  display: flex; }
  .topEventBox div {
    width: 233px; }
    .topEventBox div h2 {
      display: block;
      margin: 0;
      padding: 2px 0 0;
      height: 32px;
      overflow: auto;
      font-size: 93.8%;
      /*15px*/
      background-color: #864a1e;
      color: #fff;
      text-align: center; }
  .topEventBox .topEvent, .topEventBox .topGallery {
    margin-left: 10px; }

/*　コンテンツ（カレンダー）　*/
.museumBox {
  margin-bottom: 30px; }
  .museumBox h2 {
    display: block;
    margin: 0;
    padding: 2px 0 0;
    height: 32px;
    overflow: auto;
    font-size: 93.8%;
    /*15px*/
    background-color: #666666;
    color: #ffffff;
    text-align: center; }
  .museumBox .museumCalBox {
    background: #e7f3f3;
    padding: 10px; }
    .museumBox .museumCalBox .CalDateBox {
      display: flex; }
      .museumBox .museumCalBox .CalDateBox a {
        color: #1A1311;
        text-decoration: none; }
      .museumBox .museumCalBox .CalDateBox .calPrev {
        font-size: 62.5%;
        text-align: left;
        width: 41px; }
      .museumBox .museumCalBox .CalDateBox .calNext {
        font-size: 62.5%;
        text-align: right;
        width: 41px; }
      .museumBox .museumCalBox .CalDateBox .calDate {
        font-size: 81.3%;
        text-align: center;
        width: 131px; }
    .museumBox .museumCalBox table.calTable {
      text-align: center;
      background-color: #FFF;
      font-size: 68.8%;
      width: 100%;
      border: 0;
      margin-bottom: 20px;}
      .museumBox .museumCalBox table.calTable th {
        background-color: #707070;
        color: #FFF;
        padding: 3px 5px;
        border: 1px solid #D3D5D5; }
      .museumBox .museumCalBox table.calTable td {
        padding: 3px 5px;
        border: 1px solid #D3D5D5; }
      .museumBox .museumCalBox table.calTable td.event:where(:not(.next-month):not(.prev-month)) {
        background-color: #FDD272; }
        .museumBox .museumCalBox table.calTable td.event a {
          color: #211100;
          display: block; }
        .museumBox .museumCalBox table.calTable td.event a:hover {
          text-decoration: none; }
      .museumBox .museumCalBox table.calTable td.close {
        background-color: #79B8E0; }
      .museumBox .museumCalBox table.calTable td.prev-month {
        color: #CCC; }
      .museumBox .museumCalBox table.calTable td.next-month {
        color: #CCC; }
      .museumBox .museumCalBox table.calTable caption {
        display: none; }
    .museumBox .museumCalBox .museumCalInfo {
      font-size: 68.8%;
      color: #272727; }
      .museumBox .museumCalBox .museumCalInfo div {
        position: relative;
        height: 24px;
        line-height: 24px;
        padding-left: 34px;
        margin-bottom: 10px; }
      .museumBox .museumCalBox .museumCalInfo .event:before {
        content: "";
        width: 24px;
        height: 24px;
        background-color: #FDD272;
        border: 1px solid #B7B7B7;
        position: absolute;
        left: 0;
        top: 0; }
      .museumBox .museumCalBox .museumCalInfo .close:before {
        content: "";
        width: 24px;
        height: 24px;
        background-color: #79B8E0;
        border: 1px solid #B7B7B7;
        position: absolute;
        left: 0;
        top: 0; }
      .museumBox .museumCalBox .museumCalInfo p {
        line-height: 1.4; }

/*　アクセス　*/
.accessBox {
  /*order: 3;*/
  margin-bottom: 30px;
  width: 720px;
  float: left; }
  .accessBox h2 {
    display: block;
    margin: 0;
    padding: 2px 0 0;
    height: 32px;
    overflow: auto;
    font-size: 93.8%;
    /*15px*/
    background-color: #864a1e;
    color: #fff;
    text-align: center; }
  .accessBox .mapAccess {
    display: flex;
    border: 1px solid #ADAAAA; }
    .accessBox .mapAccess .map {
      width: 50%;
      height: 215px; }
    .accessBox .mapAccess .access {
      width: 50%;
      height: 215px;
      font-size: 62.5%; }
      .accessBox .mapAccess .access dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px; }
        .accessBox .mapAccess .access dl dt {
          width: 76px;
          text-align: right;
          margin-bottom: 10px; }
          .accessBox .mapAccess .access dl dt img.car {
            height: 27px !important;
            width: 53px; }
          .accessBox .mapAccess .access dl dt img.bus {
            height: 29px !important;
            width: 77px; }
          .accessBox .mapAccess .access dl dt img.bus02 {
            height: 31px !important; }
        .accessBox .mapAccess .access dl dd {
          width: 243px;
          padding-left: 10px;
          margin-bottom: 10px; }
          .accessBox .mapAccess .access dl dd br {
            display: none; }

/*============================================================================
　カテゴリページ
*============================================================================*/
/*　コンテンツの内容枠　*/
#pagec-main-contents {
  display: block;
  margin: 1em auto 3em;
  padding: 0;
  width: 980px; }

#pagec-main-contents:before, #pagec-main-contents:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

#pagec-main-contents:after {
  clear: both; }

.pagec-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

/*　メインコンテンツ
-------------------------------------------*/
/*　コンテンツの内容枠　*/
#mainc-contents {
  display: block;
  margin: 0 10px;
  padding: 0;
  width: 480px;
  order: 2; }

/* ページ見出し
-------------------------------------------*/
#mainc-contents h1 {
  color: #211100;
  background-color: #FFB765;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 93.8%;
  /*15px*/
  line-height: 1.2em;
  margin-bottom: 2px;
  padding: 8px 16px; }

#mainc-contents h1.subNav2-ttl {
  background-color: #FFB765;
  font-size: 1.8em; }

/* 第2階層メニュー */
#mainc-contents h1.subNav3-ttl {
  background-color: #FFD5A6;
  font-size: 1.8em; }

/* 第3階層メニュー */
#mainc-contents h1.subNav4-ttl {
  background-color: #FFECD8;
  font-size: 1.8em; }

/* 第4階層メニュー */
/* ページメニュー/コンテンツ一覧 */
ul.pageNav {
  display: block;
  margin: 0 0 80px;
  padding: 0;
  width: 100%; }
  ul.pageNav li {
    display: block;
    background-color: #F2EADF;
    font-size: 75%;
    /*12px*/
    margin-bottom: 2px; }
    ul.pageNav li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #211100;
      text-decoration: none; }
      ul.pageNav li a:hover {
        display: block;
        color: #800000; }

/*　サブコンテンツ（サブナビゲーション）
-------------------------------------------*/
/*　サブコンテンツの内容枠　*/
#subc-contents {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  order: 3; }

#subc-contents-menu {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  order: 1; }

/* コンテンツ詳細ページのサブナビゲーションは表示しない */
#mainc-contents.detail + #subc-contents-menu {
	display: none;
}

/* カテゴリーメニュー（第2階層） */
#subNav-contents {
  display: block;
  margin: 0;
  padding: 0; }

h2.subNav1-ttl {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
  padding: 4px 8px;
  color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #aa5533;
  text-align: center;
  font-size: 93.8%;
  /*15px*/ }

h2.subNav2-ttl {
  display: block;
  margin: 0 0 2px;
  overflow: hidden;
  padding: 4px 8px;
  color: #211100;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #FFB765;
  text-align: center;
  font-size: 93.8%;
  /*15px*/ }

/* カテゴリーメニュー一覧 */
.subNavBox {
  margin-bottom: 15px; }

ul.subNav1 {
  display: block;
  border-bottom: #F0BEBE 1px solid; }
  ul.subNav1 li {
    display: block;
    border-top: #F0BEBE 1px solid;
    border-right: #F0BEBE 1px solid;
    border-left: #F0BEBE 1px solid;
    background-color: #F4EBE6;
    position: relative;
    color: #211100;
    text-align: left;
    font-size: 75%;
    /*12px*/ }
    ul.subNav1 li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #211100;
      text-decoration: none; }
      ul.subNav1 li a:hover {
        display: block;
        color: #800000; }
  ul.subNav1 .current a {
    color: #800000; }

ul.subNav2 {
  display: block; }
  ul.subNav2 li {
    display: block;
    background-color: #F2EADF;
    position: relative;
    color: #211100;
    text-align: left;
    font-size: 75%;
    /*12px*/
    margin-bottom: 2px; }
    ul.subNav2 li a {
      display: block;
      margin: 0;
      padding: 8px 16px;
      color: #211100;
      text-decoration: none; }
      ul.subNav2 li a:hover {
        display: block;
        color: #800000; }
  ul.subNav2 .current a {
    color: #800000; }

/*============================================================================
 コンテンツページ
*============================================================================*/
#mainc-contents.detail {
  display: block;
  margin: 0;/* 0 10px */
  padding: 0;
  width: 100%;/* 720px */
  order: 2; }

.contentData {
  text-align: right;
  font-size: 75%; }

.museumContentsBox {
  padding: 10px 0px 25px;
  margin-top: 2px;
  margin-bottom: 40px; }

/*PDFリーダー*/
.pdfBox {
  display: flex;
  margin-bottom: 80px; }
  .pdfBox .pdfBnr {
    margin-right: 10px; }
  .pdfBox .pdfTxt {
    font-size: 75%;
    line-height: 1.5; }

/*============================================================================
 カレンダージャンルページ
*============================================================================*/
#calender-container {
}

#calender-container #mainc-contents {
  margin: 0 0 0 10px;
  width: 730px;
}

#calender-container #subc-contents {
	display: none;
}

/*============================================================================
 レスポンシブ調整：PC版非表示
*============================================================================*/
/*　PC版【非表示】　*/
.sp-only {
  display: none !important; }

/*　PC版【表示】　*/
.pc-only {
  display: block !important; }

/*============================================================================
 ジャンルページアイコン付与（詳細非表示コンテンツはアイコンなし）
*============================================================================*/
.gnricon {
	padding: 0 0 0 20px;
	background:url(../img/icon_folder.png) no-repeat;
	background-position: 10px center;
  }
  
  .conicon {
	padding: 0 0 0 20px;
	background:url(../img/icon_memo.png) no-repeat;
	background-position: 10px center;
  }
  
  .no-link {
	display: block;
	padding: 8px 16px;
  }









/* ========================================================================================================
 for SHIRASAGI CMS - museum
======================================================================================================== */

/*============================================================================
 記事ページ
*============================================================================*/

/* 「お問い合わせ先」エリア非表示 */
.contact {
	display: none;
}
