@charset "utf-8";

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

body {
  padding-top: 50px; /* header height */
}

/* Header
---------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  border-top: 5px solid #2B5C3C;
  z-index: 100;
  box-sizing: border-box;
}
.logo {
  margin-top: 9px;
  margin-left: 10px;
  float: left;
}
.logo img {
  height: 30px;
}

/* snav */
.snav {
  display: none;
}

/* menu */
.menu,
.menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}
.menu span {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background-color: #2B5C3C;
}
.menu span:nth-of-type(1) {
  top: 8px;
}
.menu span:nth-of-type(2) {
  top: 18px;
}
.menu span:nth-of-type(3) {
  bottom: 20px;
}
.menu em {
  display: block;
  font-size: 10px;
  color: #2B5C3C;
  top: 30px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* gnav */
.gnav {
  display: none;
}
.menu.active + .gnav {
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #2B5C3C;
}
.gnav_item > a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.gnav_item_second {
  display: none;
}
.gnav_item-half {
  width: 50%;
  float: left;
  border-right: 1px dotted #fff;
  box-sizing: border-box;
}
.gnav_item-half:nth-of-type(odd) {
  border-right: none;
}
#language.gnav_item-half {
  position: relative;
}
.gnav_item-search {
  padding: 8px 15px;
  clear: both;
  border-bottom: 1px dotted #fff;
}
.gnav_item-search .form_search {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  font-size: 14px;
}
.gnav_item-search .form_search input {
  -webkit-appearance: none;
  border: none;
  font-size: 14px;
  width: 80%;
  padding: 5px;
}
.gnav_item-search .form_search button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-size: 16px;
  height: 32px;
  display: inline-block;
  width: 20%;
  background-color: #333;
  color: #fff;
}
.gnav_item.pickup {
    background-color: #A87902;
}
.gnav_item.pickup a {
  border-bottom: none;
}
#sp-sel-lang {
  display: none;
  background: rgba(43,92,60,.9);
  height: auto!important;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: -100%;
  top: 46px;
  width: 200%;
  z-index: 200;
  text-align: center;
}
#sp-sel-lang li a {
  padding: 10px 20px!important;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: block;
  width: 100%;
  z-index: 200;
  color: #fff;
  line-height: 1;
}

/* main visual
---------------------------------------------------------------*/
.mv {
  margin-bottom: 20px;
}
.lv {
  background: url(/www/chiba-muse/img/natural/lv.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.lv h1 {
  display: inline-block;
  padding: 30px 5%;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.lv h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: rgba(0,0,0,.6);
}

/* Container
---------------------------------------------------------------*/

/* Main
---------------------------------------------------------------*/

/* Side
---------------------------------------------------------------*/

/* footer
---------------------------------------------------------------*/

/* pagetop */
.pagetop {
}
.pagetop a {
  display: block;
  text-align: center;
  background: #2B5C3C;
  border-bottom: 1px solid rgba(255,255,255,.2);
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  height: 40px;
  text-indent: -9999px;
  line-height: 40px;
  opacity: 0.7;
}
.pagetop a:before{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

/* bnrArea */
.contWrap-bnrArea {
  background: #F0F0F0;
  padding-top: 20px;
}
.contWrap-bnrArea .cont ,
#body_sub .contWrap-bnrArea .cont {
  margin-bottom: 0px;
}

/* footer */
#footer {
  background-color: #2B5C3C;
  padding-top: 20px;
}
.footer_inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.fnav {
  width: 100%;
  padding: 0 10px 0px;
  color: #fff;
  text-align: center;
}
.fnav li {
  display: inline-block;
  box-sizing: border-box;
}
.fnav.first li:first-child {
  display: block;
  font-size: 125%;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #6F947D;
  margin-bottom: 10px;
}
.fnav li a {
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  text-decoration: underline;
}
.fnav li:first-child a {
  margin-left: 10px;
}
.fnav li:not(:last-child):after {
  content: ' / ';
}
.unav {
  border-top: 1px solid #6F947D;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  margin-top: 20px;
}
.unav_item {
  display: block;
}
.unav_item a {
  color: #fff;
  padding: 0 1em;
  font-size: 14px;
}
.copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 20px 15px 20px;
}
.brNone {
  display: none;
}

/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */

/* lead */
.lead {
  margin-bottom: 20px;
}
.lead h2 {
  font-size: 175%;
  text-align: center;
  font-weight: bold;
}
.lead h2 span {
  font-size: 60%;
  display: inline-block;
  color: #316645;
  letter-spacing: .05em;
  font-weight: normal;
  margin-left: 10px;
}
#body_sub .lead {
    margin-top: 30px;
    text-align: left;
}
/* btn */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 1.42857143;
  background-color: #2B5C3C;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  min-width: 125px;
  position: relative;
}
.btn:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover {
  text-decoration: none;
}

/* heading, p, list */
#body_sub .contWrap:not(.contWrap-bnrArea)  .cont h2 {
  font-size: 145%;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  border-bottom: 4px solid #e5e5e5;
}
#body_sub .contWrap:not(.contWrap-bnrArea)  .cont h2 span {
  padding-left: 10px;
}
#body_sub .contWrap:not(.contWrap-bnrArea)  .cont h2:before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #2B5C3C;
  position: absolute;
  bottom: -4px;
  left: 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h3 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #E2F1E8;
  padding: 9px 25px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h4 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
#body_sub .contWrap:not(.contWrap-bnrArea)  .cont p {
  margin-bottom: 0.5em;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont em {
  font-style: italic;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont strong {
  font-weight: bold;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont hr {
  border-top: 1px solid #ddd;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ol {
  padding-left: 1em;
  margin-left: 5px;
  margin-bottom: 0.5em;
  list-style-type: decimal;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ol li {
  margin-bottom: 6px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul {
  margin-bottom: 0.5em;
  margin-left: 5px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul li {
  position: relative; 
  padding-left: 1.5em;
  margin-bottom: 6px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul li:before {
  content: '';
  position: absolute; 
  background: url(/www/chiba-muse/img/natural/ico-list-ttl.png);
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
}
#body_sub article {
  margin: 0 auto;
  padding: 0 15px;
}
#body_sub .article .cont-center {
  padding: 0;
  margin: 0 auto 50px;
  max-width: none;
}

/* table */
#body_sub .contWrap .cont table {
  margin-bottom: 0.5em;
}
#body_sub .contWrap .cont table th {
  border-color: #fff;
  color: #fff;
  background-color: #2B5C3C;
}
#body_sub .contWrap .cont table td {
  border-color: #2B5C3C;
}

/*　sidebar  */
article#sub {
  margin: 20px auto 0;
}
.sidebar {
  width: 90%;
  margin: 0 auto;
}

/*breadcrumbs*/

.breadcrumbs a,
.breadcrumbs span {
  color: #333;
  font-size: 12px;
}

/* local nav */
.lnav {
  margin: 0 auto 20px;
  overflow: hidden;
}
.lnav_item {
  display: block;
  width: 100%;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px dotted #BFBFBF;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing:border-box;
}
.lnav_item:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.lnav_item:last-child a.btn{
  border: none;
}
.lnav_item a.btn:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.lnav_item:first-child {
  text-align: center;
  background: #2B5C3C;
  color: #fff;
  border: 1px solid #2B5C3C;
  padding: 11px 10px;
}
.lnav .btn {
  color: #333;
  width: 100%;
  padding: 11px 10px 11px 20px;
  position: relative;
  text-align: left;
  background: none;
  border-bottom: 1px dotted #fff;
  box-sizing:border-box;
}
.lnav .btn:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lnav .lnav_item.active ,
.lnav .lnav_item:hover {
  background: #E2F1E8;
}
.lnav_item:first-child:hover {
  background: #2B5C3C;
  color: #fff;
}
.s_banner {
  background: #f5f5f5;
  padding: 10px;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/* mv slider */
.slick-list {
  background-image: url(/www/chiba-muse/img/natural/mv_slider_bg.png);
}
.slick-dots ,
.slick-prev.slick-arrow ,
.slick-next.slick-arrow {
  display: none!important;
}
.exhibitionBnr_slider {
  margin-bottom: 10px;
}
.slider_item a {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* news */
#body_top .news {
  height: 200px;
  border: 1px solid #D5D6E6;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.news_item.topics {
  order: 1;
  margin-bottom: 20px;
  padding-bottom: 35px;
  position: relative;
}
.news_item.event {
  order: 2;
  margin-bottom: 0px;
  padding-bottom: 35px;
  position: relative;
}
.news_item.calendar {
  order: 1;
  margin-bottom: 20px;
  padding-bottom: 35px;
  position: relative;
}
.news_item.calendar .lead a ,
.news_item.event .lead a ,
.news_item.topics .lead a {
  position: absolute;
  right: 0;
  bottom: 0;
	color: #ffffff;
}
.news_item.twitter {
  order: 2;
}
.contWrap-news {
  background-color: #dce9f9;
  margin-bottom: 0;
}
.contWrap-news .cont-center{
  background-color: #fff;
  padding: 25px 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .news, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .page-topics {
  height: 220px;
  border: 1px solid #D5D6E6;
  overflow-y: auto;
  margin-bottom: 20px;
}
.news a ,
.page-topics a {
  padding: 10px;
  box-sizing: border-box;
  color: #333;
  border-bottom: 1px dotted #333;
  display: block;
}
.news li {
  overflow: hidden;
}
.news .date {
  margin-bottom: 10px;
  color: #888;
  float: left;
}
.news .label {
  background-color: #9B222D;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  padding: 0 3px;
}
.news p {
  clear: both;
  padding-top: 3px;
  width: 100%;
  color: #244c33;
}
.news .label.topics {
  background: #210C13
}
.news .label.notice {
  background: #463280
}
.news .label.join {
  background: #10607A
}
.news .label.session {
  background: #C46D25
}
.news .label.application {
  background: #991F28
}
.news p {
  align-self: flex-start;
  text-decoration: underline;
  color: #244c33;
  font-size: 14px;
}
.news_item.full .news {
  height: 200px;
  overflow-y: scroll;
   border: 1px solid #D5D6E6;
}
.ico-twitter {
  /*padding-left: 30px;*/
  margin-left: 20px;
  background: url(/www/chiba-muse/img/natural/sns-x.svg) no-repeat left top;
  background-size: 35px 36px ;
}

/*calendar*/
.cont-calendar-inner {
  border: 1px solid #D5D6E6;
  padding: 15px;
  margin-bottom: 20px;
}
#event_calender {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#event_calender ul {
  list-style: none;
  margin-bottom: 5px;
  overflow: hidden;
}
#event_calender ul li {
  float: left;
}
#event_calender ul li.pre-month,
#event_calender ul li.next-month {
  width: 10%;
  font-size: .857143em;
}
#event_calender ul li.this-month {
  width: 80%;
}
#event_calender table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse:collapse;
}

#event_calender table th {
  font-size: 1.142857em;
  border: 1px solid #ccc;
  font-weight: normal;
}
#event_calender table td {
  border: 1px solid #ccc;
  font-size: .857143em;
  padding: 5px 11px 4px;
}
#event_calender table td a {
  text-decoration: underline;
  color: #333;
}
/*#event_calender table .try-this {
  background-color: #E3E3D4;
}*/
#event_calender table .start a {
  color: #A87902;
}
.hyde {
    display: none;
    /* visibility: hidden; */
}
#event_list {
  width: 100%;
}
#todayevent {
  margin-top: 30px;
}
#todayevent li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
#todayevent li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #E3E3D4;
}
p.calendar_text{
  margin-top: 10px;
  font-size: 85%;
}
/*top twitter*/
.twitterInner {
  height: 250px;
  margin-bottom: 20px;
  overflow-y: scroll;  
  border: 1px solid #D5D6E6;
}

/* top userGuide */
.contWrap-userGuide {
  background: #eee;
  background-image: url(/www/chiba-muse/img/natural/userGuide_bg.png);
  background-size: auto 245px;
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-color: #6E886B;
  padding-top: 60%;
  margin-bottom: 0;
}
.contWrap-userGuide .grid {
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px 15px;
}
.contWrap-userGuide .lead {
  margin: 0 0 10px;
  width: 100%;
  border-bottom: 2px solid #A0A0A0;
  position: relative;
  text-align: left;
} 
.contWrap-userGuide .lead h2 {
  text-align: left;
}
.contWrap-userGuide .grid .grid {
    background-color: #fff;
    padding: 0;
}
.contWrap-userGuide .grid .grid li {
  margin-bottom: 7px;
}
.contWrap-userGuide .btn-block {
    border: none;
    color: #fff;
    text-align: left;
    background: #A87902;
    padding: 12px 10px 12px 30px;
    width: 100%;
    box-sizing:border-box;
}
.contWrap-userGuide .btn-block:after {
  top: 50%;
  margin-top: -5px;
  left: 10px;
}
.contWrap-userGuide .btn.guide {
  margin: 10px auto 0;
  display: block;
  color: #ffffff;
}
.contWrap-userGuide .ttl {
  text-align: center;
  border-bottom: 1px dotted #7D7D7D;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contWrap-userGuide dl {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #7D7D7D;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contWrap-userGuide dl:last-of-type {
  border-bottom: 1px solid #7D7D7D;
  padding-bottom: 13px;
}
.contWrap-userGuide dl dt,
.contWrap-userGuide dl dd {
  display: table-cell;
  vertical-align: top;
}
.contWrap-userGuide dl dt {
  width: 80px;
  font-weight: bold;
}
.contWrap-userGuide dl dt a {
  display: block;
  background: #2B5C3C;
  width: 62px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.contWrap-userGuide dl dt a:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contWrap-userGuide dl dd span {
  display: block;
}
.contWrap-userGuide dl dd ul li {
  color: #333;
  font-weight: bold;
  width: 100%;
}
.contWrap-userGuide dl dd ul li a {
  color: #333;
  font-weight: normal;
}
.contWrap-userGuide dl dd ul li a span {
  font-weight: bold;
}
.contWrap-userGuide dl dd ul li span {
  display: inline-block;
  font-weight: normal;
}

/* top groups */
.contWrap-groups {
  margin-bottom: 30px;
  background-color: #F0F0F0;
}
.contWrap-groups .inner {
  background-color: #fff;
  border: 1px solid #D5D6E6;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 15px;
  box-sizing:border-box;
}
.contWrap-groups .inner:last-of-type  {
  margin-bottom: 0;
}
.contWrap-groups .grid {
  position: relative;
}
.contWrap-groups .lead a {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.contWrap-groups .grid .grid {
  background-color: #fff;
}
.contWrap-groups .grid li {
  width: 100%;
  margin-bottom: 15px;
}
.contWrap-groups .grid li:last-child{
  margin-bottom: 0;
}
.contWrap-groups .grid li a {
  padding: 0 20px;
  background: none;
  color: #2B5C3C;
  text-align: left;
  padding-left: 30px;
}
.contWrap-groups .grid li a:after {
  left: 15px;
  top: 7px;
  border-top: 2px solid #244c33;
  border-right: 2px solid #244c33;
}
.contWrap-groups .ttl {
  font-size: 25px;
  padding: 15px 0 8px 97px;
  margin-bottom: 25px;
  padding-left: 97px;
  border-bottom: 1px solid #D5D6E6;
  background: url(/www/chiba-muse/img/natural/ico-groups01.png) no-repeat 17px 100%;
  line-height: 1.3;
}
.contWrap-groups .ttl.group {
  background: url(/www/chiba-muse/img/natural/ico-groups02.png) no-repeat 17px 100%;
}
.contWrap-groups .ttl span {
  display: block;
  font-size: 12px;
  padding-top: 10px;
  margin-bottom: 25px;
}
.contWrap-groups .btn.groups {
  padding: 15px 75px;
}

/* top pickupBnr */
.pickupBnr li {
  margin-bottom: 10px;
  text-align: center;
}
.pickupBnr li:last-of-type {
  margin-bottom: 0;
}

/* contWrap-bnrArea */
.contWrap-bnrArea li {
  width: 100%;
  margin-bottom: 13px;
  text-align: center;
}
/* genru page */
div.serch-box {
  background-color: #E2F1E8;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
div.serch-box p {
  color: #A87902;
  margin-right: 5px;
}
div.serch-box form.form_search {
  display: inline-block;
  font-size: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 400px;
}
div.serch-box form.form_search input[type="text"] {
  border: none;
  line-height: 23px;
  padding-left: 9px;
  padding-right: 81px;
  height: 36px;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
div.serch-box form.form_search button {
  background-color: #333;
  line-height: 1.0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 10px 0;
  border: none;
  font-size: 1rem;
  width: 72px;
  height: 36px;
  box-sizing: border-box;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-con {
  margin-bottom: 30px;
  width: auto;
  height: auto;
  float: none;
  display: block;
  margin-left: 5px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont p {
  margin-left: 5px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont p::after {
    display: block;
    clear: both;
    content: "";
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-container {
  font-size: 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box {
  position: relative;
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 1rem;
}

#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box h3, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box .menu-title {
  margin-top: auto;
  margin-bottom: 0;
  background-color: #E2F1E8;
  padding: 8px 88px 8px 25px;
  padding-right: 88px;
  font-size: 112.5%;
  border: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box .menu-title:before {
  display: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #A87902;
  color: #fff;
  font-size: 87.5%;
  border: none;
  user-select:none;
  padding: 10px;
  padding-right: 24px;
  line-height: 1.0;
  text-align: center;
  box-sizing: content-box;
  width: 3em;
  display: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button:hover {
  opacity: 0.7;
  transition: .2s;
  cursor: pointer;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button:before, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  transition: .2s;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button.open:before, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button.open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button:before {
  width: 2px;
  height: 14px;
  top: 10px;
  right: 16px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button:after {
  width: 14px;
  height: 2px;
  top: 16px;
  right: 10px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button .open-text {
  display: inline;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button .close-text {
  display: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button.open .open-text {
  display: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button.open .close-text {
  display: inline;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box ul, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-con {
  list-style-type: none;
  padding-left: 0px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box .menu-list {
  margin-top: 8px;
  margin-bottom: 30px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box ul li, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-con li {
  background-image: url(/www/chiba-muse/img/natural/icon_file.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 16px auto;
  padding-left: 22px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box ul .folder {
  background-image: url(/www/chiba-muse/img/natural/icon_folder.png);
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box a {
  text-decoration: underline;
  display: block;
  padding: 2px 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .news,
#body_sub .contWrap:not(.contWrap-bnrArea) .page-topics {
  padding: 0;
  overflow-x: hidden;
  -ms-overflow-style:none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box ul li:before,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.menu-con li:before{
  display: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .news.no-scroll, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .topics.no-scroll {
  height: auto;
  border: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .news.no-scroll a, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .topics.no-scroll a {
  padding: 0;
  padding-bottom: 11px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.news li,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.page-topics li {
  padding-left: 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .news p, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .topics p {
  margin: 0;
}

#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.news li:before,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.page-topics li:before {
  display: none;
}
.info-container {
  padding-top: 30px;
  border-top: 1px dotted #bbb;
}
.map-container, 
.info-container {
  margin: 0px auto 50px;
}
.map-container h2, .info-container h2 {
  font-size: 125%;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.2;
  background-color: #E2F1E8;
  padding: 5px 10px;
}
.info-container h2:first-child {
  margin-top: 0px;
}
.info-container ul {
  list-style-type: disc;
  padding-left: 1em;
  margin-left: 5px;
}
.map-info {
  margin: 0 auto 50px;
}
.map-info h2 {
  font-size: 145%;
  margin-bottom: 15px;
  margin-top: 50px;
  line-height: 1.2;
}
.map-info .map-box {
  width: 100%;
}
/*お問い合わせ*/

div#inquiry {
  max-width: 800px;
  margin: 0 0 50px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #f0f1f1;
}
div#inquiry-title {
  font-size: 137.5%;
  margin-bottom: 5px;
  color: #2B5C3C;
  line-height: 1.2;
}

/*イベントカレンダー*/

.EventPagnation {
  background-color: #E2F1E8;
  margin-bottom: 20px;
  padding: 5px;
}
.EventPagnation div.left {
  float: left;
}
.EventPagnation div.right {
  float: right;
}
.EventPagnation div a {
  display: inline-block;
  background-color: #2B5C3C;
  color: #fff;
  position: relative;
}
.EventPagnation div.right a {
  padding: 2px 20px 2px 5px;
}
.EventPagnation div.left a {
  padding: 2px 5px 2px 20px;
}
.EventPagnation div.left a:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  width: 8px;
  height: 2px;
  background: #fff;
}
.EventPagnation div.left a::after{
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.EventPagnation div.right a:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 12px;
  width: 8px;
  height: 2px;
  background: #fff;
}
.EventPagnation div.right a::after{
  content: '';
  position: absolute;
  top: 9px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#calendar {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #F0F0F0;
}
.eventTtl span.ttl {
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  margin-bottom: 10px;
  display: block;
}
.EventList {
  overflow: hidden;
  width: 100%;  
}
.EventList dl {
  background-color: #fff;
  padding: 15px 10px 10px;
  border: 1px solid #D5D6E6;
}
.EventList a {
  margin-bottom: 20px;
  display: block;
}
.EventList a:hover {
  text-decoration: none;
  opacity: 1;
  transition: .3s;
  box-shadow: 3px 3px 9px -2px #999;
}
.EventList dl dt {
  color: #2B5C3C;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #2B5C3C;
  margin-bottom: 20px;
  position: relative;
}
.EventList dl dt:before {
  content: '';
  position: absolute;
  
}
.EventList dl dd p {
  color: #333;
}
.EventList dl dt p {
  text-align: center;
  color: #333;
}
.event-body {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
/* search page */
.current-terms {
	background-color: #E2F1E8;
	padding: 16px 16px 8px;
	margin-bottom: 30px;
}
.current-terms p:last-child {
	margin-bottom: 0;
}
.total-number .number {
	font-size: 162.5%;
	color: #2B5C3C;
	font-weight: bold;
}
.current-number {
	text-align: right;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.search-results {
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px;
}
.search-results li {
	border-bottom: 1px dotted #2B5C3C;
	padding-bottom: 6px;
}
.search-results li a {
	display: block;
	padding: 10px 5px 2px;
	padding-left: 24px;
	background-image: url(/www/chiba-muse/img/natural/icon_file.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: 7px 16px;
}
.search-results li a:hover {
	text-decoration: none;
	background-color: #E2F1E8;
	transition: .2s;
	cursor: pointer;
}
.search-results li a .page-title {
	font-size: 125%;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont p.page-title {
	margin-bottom: 2px;
}
.search-results li a .page-description {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.paging {
	text-align: center;
	list-style: none;
	font-size: 0;
}
.paging li {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 12px;
}
.paging li a {
	padding: 10px 20px;
}
div.serch-box.re-search {
	text-align: left;
}
div.serch-box.re-search .form_search {
	font-size: 1rem;
}
div.serch-box.re-search .form_search p {
	color: #333;
}
div.serch-box.re-search .form_search p.key-word {
	text-align: center;
}
div.serch-box.re-search .form_search label.radio {
	display: inline-block;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}
.item-name {
	color: #2B5C3C;
	font-weight: bold;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.search-results li,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.paging li {
	padding: 0;
	list-style: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.search-results li:before,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.paging li:before,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.paging li .btn:after {
	content: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.paging li a {
	background: none;
	background-color: #A9843F;
	color: #ffffff;
	margin: 5px 0;
	min-width: auto;
}
/*イベントカレンダー２*/
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent td{
    width: 80%;
	border: 1px solid #b3b3b3;
	padding: 5px;
	line-height:2;
	vertical-align: middle;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent table {
    width: 100%;
	margin: 20px 0;
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent th{
    width: 20%;
	border: 1px solid #ffffff;
	background-color: #6C6C6C;
	vertical-align: middle;
	line-height:1.2;
	padding: 10px 0px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent table ul,
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks table ul{
	padding: 0;
	margin: 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent table ul li,
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks table ul li{
    list-style-type: disc;
	background-image: none;
	padding: 0;
	margin: 0 0 0 20px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent table ul li::before,
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks table ul li::before{
	background-image: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent table p,
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks table p{
	padding: 0;
	margin: 0;
  display: inline;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent .red{
	background-color: #92180D;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent .blue{
	background-color: #105779;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks{
	width: 100%;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks table {
	border-collapse: collapse;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks th{
	border: 1px solid #b3b3b3;
	padding: 10px;
	width: 20%;
	vertical-align: middle;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent_Weeks td{
	border: 1px solid #b3b3b3;
	padding: 10px;
}
.fontSize02{
	font-size: 150%;
	font-weight: bold;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .menu-con li a{
	display: block;
}