@charset "utf-8";

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

body {
  padding-top: 126px; /* header height */
}
/* Header
---------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #fff;
  border-top: 4px solid #2B5C3C;
  z-index: 100;
  box-sizing: border-box;
}

.header_inner {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.logo {
  float: left;
  margin: 13px 0 2px;
}

/* snav */
.snav {
  float: right;
  background: #2B5C3C;
  font-size: 87.5%;
  padding: 0 3px 3px;
}
.snav_item {
  float: left;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.snav_item:last-child {
  border: none;
}
.snav_item.language {
  background: url(/www/chiba-muse/img/natural/ico-language.png) no-repeat 3% 50%;
  padding-left: 30px;
  position: relative;
}
.snav_item.access {
  background: url(/www/chiba-muse/img/natural/ico-access.png) no-repeat 9% 50%;
  padding-left: 30px;
}
#sel-lang {
  display: none;
  background: rgba(43,92,60,.9);
  height: auto!important;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: -3px;
  top: 29px;
  width: 160px;
  z-index: 200;
}
#sel-lang li a {
  padding: 10px 20px!important;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: block;
  width: 100%;
  z-index: 200;
  line-height: 1;

}
.snav_item.button {
  float: none;
  display: block;
}
.snav_item a {
  color: #fff;
  font-size: 100%;
}
.fontSize ul {
  float: right;
}
.changeBtn {
  float: left;
  border: 2px solid #fff;
  color: #fff;
  background-color: #6C6C6C;
  padding: 0 3px;
}
.changeBtn:first-child {
  margin-left: 10px;
}
.changeBtn.active ,
.changeBtn:hover {
  color: #fff;
  background-color: #2B5C3C;
  border: 2px solid #fff;
  cursor: pointer;
}
.changeBtn:hover {
  opacity: .9;
}
.search {
  float: right;
  clear: right;
}
.form_search {
  padding: 0;
  margin-top: 8px;
  height: 32px;
}
.form_search input[type="text"] {
  border: none;
  height: 100%;
  border-radius: 0!important;
  border: none!important;
  font-size: 87.5%;
  vertical-align: top;
  width: 196px;
  background: #F0F0F0;
  line-height: 32px;
  padding: 0 10px;
}
.form_search button {
  border-radius: 0;
  background-color: #000;
  border: none;
  color: #fff;
  line-height: 1.0;
  padding: 9px 13px 8px;
  font-size: 14px;
  position: relative;
}
.form_search button:hover {
  cursor: pointer;
  opacity: .8;
}

/* gnav */
.gnavWrap {
  width: 100%;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  background-color: #F0F0F0;
}
.gnav {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-bottom: none;
  border-right: none;
  display: table;
  clear: both;
  height: 45px;
  box-sizing:border-box;
}
.gnav_item {
  display: table-cell;
  border-right: 1px solid #BFBFBF;
  position: relative;
}
.gnav_item.pickup{
  background-color: #A87902;
}
.gnav_item.pickup > a{
  color: #fff;
  border-bottom: none;
  position: relative;
  line-height: 1.2;
}
.gnav_item.pickup > a:hover:after {
  display: none;
}
.gnav_item.pickup > a:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.gnav_item > a {
  padding: 0 10px;
  height: 42px;
  line-height: 41px;
  color: #333;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #2B5C3C;
  min-width: 135px;
  box-sizing:border-box;
}
.gnav_item a.active ,
.gnav_item:hover > a {
  text-decoration: none;
}
.gnav_item > a.active:after ,
.gnav_item > a:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: 0;
  height: 7px;
  width: 87px;
  background: #2B5C3C;
}
.gnav_item_second {
  display: none;
  position: absolute;
  padding-top: 1px;
  left: 0;
}
.gnav_item:hover .gnav_item_second {
  display: block;
}
.gnav_item:last-of-type .gnav_item_second {
  left: auto;
  right: 0;
}
.gnav_item_second a {
  background: rgba(43,92,60,.86);
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 10px 25px;
  display: block;
  width: 230px;
  box-sizing: border-box;
  position: relative;
}
.gnav_item_second a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.gnav_item_second a:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav_item_second li:last-child a:before {
  display: none;
}
.gnav_item_second a:hover {
  background: rgba(43,92,60,1);
  opacity: 1;
}
.gnav_item.pickup .gnav_item_second li a {
  background-image: url(/www/chiba-muse/img/natural/ico-link.png);
  background-size: 12px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}


/* main visual
---------------------------------------------------------------*/
.mv {
  margin-bottom: 60px;
}
.lv {
  background: url(/www/chiba-muse/img/natural/lv.png);
  background-size: cover;
  background-position: center right;
  position: relative;
}
.lv h1 {
  display: inline-block;
  padding: 91px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.03em;
  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);
}

#body_sub .lv .cont {
  margin-bottom: 0;
}

/* Container
---------------------------------------------------------------*/
#container {
  overflow: hidden;
}

/* Main
---------------------------------------------------------------*/

/* Side
---------------------------------------------------------------*/

/* footer
---------------------------------------------------------------*/

/* pagetop */
.pagetop {
  position: fixed;
  z-index: 1;
  right: 50px;
  bottom: 50px;
}
.pagetop a {
  display: block;
  text-align: center;
  background: rgba(43,92,60,.86);
  padding: 10px 10px 10px;
  line-height: 1.4;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  color: #fff;
  position: relative;
  box-sizing:border-box;
}
/* footer */
#footer {
  background-color: #2B5C3C;
  padding-top: 30px;
  clear: both;
}
#body_sub #footer {
  clear: both;
}
.footer_inner {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.fnav {
  color: #fff;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fnav li {
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
}
.fnav.first {
  border-right: 1px dotted #6F947D;
  padding-left: 0;
}
.fnav.first li:first-child {
  display: block;
  font-size: 127.5%;
  width: 100%;
  text-align: center;
}
.fnav li a {
  color: #fff;
  font-weight: normal;
  font-size: 0.9rem;
  padding-left: 15px;
  position: relative;
}
.fnav.first li:first-child a {
  margin-left: 20px;
  display: inine-block;
}
.fnav li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.unav {
  border-top: 1px solid #6F947D;
  text-align: center;
  margin: 20px auto 0;
  width: 960px;
  padding-top: 20px;
}
.unav_item {
  display: inline-block;
}
.unav_item:after {
  content: "|";
  color: #fff;
}
.unav_item:last-of-type:after{
  display: none;
}
.unav_item a {
  color: #fff;
  padding: 0 1em;
}
.copyright {
  color: #fff;
  font-size: .75rem;
  text-align: center;
  background: #2B5C3C;
  padding: 10px 0 20px;
}

/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */

/* lead */
.lead {
  position: relative;
  margin-bottom: 20px;
}
.lead h2 {
  font-size: 175%;
  text-align: left;
  padding-left: 3px;
  color: #333333;
  display: inline-block;
}
.lead h2 span {
  display: inline-block;
  color: #316645;
  font-size: 20px;
  padding-left: 10px;
}
#body_sub .lead {
    margin-top: 50px;
    text-align: left;
    margin-bottom: 0;
}
/* 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: 120px;
  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;
}
.btn-block {
  display: block;
  width: 100%;
}
.lead .btn {
  position: absolute;
  top: 10px;
  right: 0;
  background: #2B5C3C;
  color: #fff;
  padding: 1px 25px;
}

/* heading, p, list */
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h2 {
  font-size: 145%;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 7px solid #2B5C3C;
}
#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;
  position: relative;
  padding-left: 25px;
  border-bottom: 1px dotted #bbb;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h4:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 7px;
  width: 5px;
  height: 20px;
  background: #c29e35;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h5 {
  font-weight: bold;
  background: #ede2c3;
  padding: 3px 20px;
  margin-bottom: 10px;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont p {
  margin-bottom: 0.5em;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont p::after {
    display: block;
    clear: both;
    content: "";
}
#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;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
#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.4em;
  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: 5px;
}

/* table */
#body_sub .contWrap .cont table {
  margin-bottom: 30px;
}
#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 {
  width: 960px;
  margin: 30px auto 0;
}
.article {
  width: 720px;
  float: right;
}
#body_sub .sidebar {
  float: left;
  width: 220px;
  clear: left;
}

#body_sub .sidebar ul li {
  margin-bottom: 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;
}
#body_sub .sidebar ul li.lnav_item {
  margin-bottom: 0;
}
.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 .lnav_item.active ,
.lnav .lnav_item:hover {
  background: #E2F1E8;
}
.lnav_item:first-child:hover {
  background: #2B5C3C;
  color: #fff;
}
.s_banner {
  overflow: hidden;
  width: 100%;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #333;
  font-size: 15px;
  margin: 0 2px;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/* mv slider */
.slider_item a {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.slick-dots {
  display: none!important;
}
.slick-dots li button{
  background-color: #fff!important;
}
.slick-dots li.slick-active button {
  background-color: #9B222D!important;
}
/* exhibitionBnr */
.exhibitionBnr_slider {
  margin-bottom: 20px;
}
.exhibitionBnr {
  overflow: hidden;
}
.exhibitionBnr_item {
  margin-right: 20px;
}
.exhibitionBnr_item ,
.news_item {
  width: 470px;
}
.news_item:last-of-type {
  margin-right: 0;
  margin-left: 20px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  display: none!important;
}

/* news */

.cont-topics {
  margin-bottom: 20px;
}

.news_item .lead {
  text-align: left;
  margin-bottom: 13px;
}
.news_item.topics .lead {
  margin-bottom: 3px;
}
.news ,
.page-topics {
  height: 198px;
  border: 1px solid #D5D6E6;
  overflow-y: auto;
  overflow-x: hidden;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .news, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .page-topics {
  max-height: 240px;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  margin-left: auto;
  margin-bottom: auto;
}
.news a ,
.page-topics a {
  padding: 12px;
  box-sizing: border-box;
  color: #333;
  border-bottom: 1px dotted #333;
  display: flex;
  flex-wrap: wrap;
}
.news a:hover {
  text-decoration: none;
}
.news a:hover p {
  text-decoration: underline;
}
.news .date {
  align-self: flex-start;
  flex: 1;
  overflow-wrap : break-word;
  max-width: 110px;
}
.news .label {
  display: block;
  background-color: #9B222D;
  color: #fff;
  line-height: 23px;
  font-size: 12px;
  width: 100px;
  text-align: center;
  padding: 0 3px;
}
.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;
}
.news_item.full .news {
  height: 255px;
}
.ico-twitter {
  padding-left: 50px;
  background: url(/www/chiba-muse/img/natural/sns-x.svg) no-repeat left top;
  fill: black;
  background-size: 40px 41px ;

}

/*calendar*/
.cont-calendar-inner {
  border: 1px solid #D5D6E6;
  padding: 20px 20px 35px;
  height: 304px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#event_calender {
  float: left;
  width: 300px;
  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: none;
  color: #333;
}
/*#event_calender table .try-this {
  background-color: #E3E3D4;
}*/
#event_calender table .start a {
  color: #A87902;
  text-decoration: underline;
}
.hyde {
    display: none;
    /* visibility: hidden; */
}
#event_list {
  width: 115px;
  float: left;
  margin-left: 10px;
}
#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: 25px;
  font-size: 85%;
}
/*top twitter*/
.twitterInner {
  height: 305px;
  overflow-y: scroll;  
  border: 1px solid #D5D6E6;
}
/* top userGuide */
.contWrap-userGuide {
  background-image: url(/www/chiba-muse/img/natural/userGuide_bg.png);
  margin-bottom: 0;
}
.contWrap-userGuide .grid {
  float: right;
  clear: right;
  position: relative;
  width: 470px!important;
  padding: 26px 12px 4px;
  background: rgba(255,255,255,.9);
  box-sizing:border-box;
}
.contWrap-userGuide .grid.inner {
  align-items: right;
}
.contWrap-userGuide .grid .col-sp-12 {
  width: 100%;
  box-sizing:border-box;
}
.contWrap-userGuide .lead {
  margin: 0 0 10px;
  width: 100%;
  border-bottom: 2px solid #A0A0A0;
  position: relative;
} 
.contWrap-userGuide .lead h2:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A0A0A0;
}

.contWrap-userGuide .grid .grid {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%!important;
  box-sizing:border-box;
  background: none;
}
.contWrap-userGuide .grid .grid li {
  display: flex;
  width: 220px;
  margin-bottom: 7px;
  align-content: space-between;
}
.contWrap-userGuide .btn-block {
  border: none;
  color: #fff;
  background: #A87902;
  text-align: left;
  padding: 12px 10px 12px 30px;
  display: flex;
  align-items: left;
  justify-content: left;
}
.contWrap-userGuide .btn-block:after {
  top: 50%;
  margin-top: -5px;
  left: 10px;
}
.contWrap-userGuide .btn.guide {
  position: absolute;
  right: 12px;
  top: 35px;
  background: #F4F4F4;
  color: #333;
  padding: 1px 12px;
  border: 1px solid #7D7D7D;
}
.contWrap-userGuide .btn.guide:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.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:last-of-type:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #A0A0A0;
}
.contWrap-userGuide dl dt,
.contWrap-userGuide dl dd {
  display: table-cell;
  vertical-align: middle;
}
.contWrap-userGuide dl dt {
  width: 100px;
  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 ul li {
  float: left;
  color: #333;
  font-weight: bold;
  width: 50%;
}
.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 {
  background-color: #F0F0F0;
}
.contWrap-groups .inner {
  background-color: #fff;
  width: 470px;
  height: 317px;
  box-sizing:border-box;
}
.contWrap-groups .inner + .inner {
  margin-left: 20px;
}
.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: 60px;
}
.contWrap-groups .grid li a:after {
  left: 40px;
  top: 7px;
  border-top: 2px solid #244c33;
  border-right: 2px solid #244c33;
}
.contWrap-groups .ttl {
  font-size: 25px;
  padding: 15px 0 8px 97px;
  padding-left: 97px;
  border: 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;
}
.contWrap-groups .scroller{
  height: 260px;
  border-left: 1px solid #D5D6E6;
  border-right: 1px solid #D5D6E6;
  border-bottom: 1px solid #D5D6E6;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  padding-top: 20px; 
}
/* top pickupBnr */
#pickup {
  padding-top: 180px;
  margin-top: -180px;
}
.pickupBnr {
  width: 714px;
  margin: 0 auto;
}
.pickupBnr li {
  width: 347px;
  margin: 0 20px 20px 0;
}
.pickupBnr li:nth-child(2n) {
  margin-right: 0;
}

/* contWrap-bnrArea */
.contWrap-bnrArea{
  padding-top: 20px;
  background-color:#F0F0F0;
}
.contWrap-bnrArea .cont ,
#body_sub .contWrap-bnrArea .cont {
  margin-bottom: 0;
}
.contWrap-bnrArea li {
  width: 306px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.contWrap-bnrArea li:nth-of-type(3n) {
  margin-right: 0;
}
/*genru*/

#body_sub .article .cont-center {
  padding: 0;
  margin: 0 auto 50px;
}

/*下層ページコンテンツ内の検索エリア*/
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 {
  padding: 0;
  border: none;
}
div.serch-box form.form_search input[type="text"] {
  height: 36px;
  width: 50%;
  background: #fff;
  font-size: 1rem;
}
div.serch-box form.form_search button {
  padding: 9px 20px 10px;
  border: none;
  font-size: 1rem;
}

#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: 20px;
  vertical-align: top;
  font-size: 1rem;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box:nth-last-child(-n+2) {
  margin-bottom: auto;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box h3, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box .menu-title {
  margin-top: auto;
  padding-top: 8px;
  background-color: #E2F1E8;
  border: none;
  padding: 8px 14px 5px 25px;
  padding-right: 14px;
  font-size: 112.5%;
}

#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-con {
  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 5px;
  background-size: 16px auto;
  padding-left: 22px;
  margin-bottom: 6px;
}
#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, 
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-con li a {
  text-decoration: underline;
  display: block;
  padding: 2px 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box a:hover {
  text-decoration: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box ul li:before,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-con li:before {
  display: none;
}

#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.page-topics li:before,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.news 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;
  overflow-y: auto;
  background: none;
  max-height: 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.page-topics li,
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.news li {
  padding-left: 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont h2 span {
  background: none;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .btn.btn-lead {
  top: 0;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.news p {
  width: 590px;
  margin-left: 20px;
}
.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 auto 50px;
  padding: 24px;
  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: 150%;
  margin-bottom: 10px;
  display: block;
}
.EventList {
  overflow: hidden;
  width: 100%;  
}
.EventList dl {
  background-color: #fff;
  padding: 20px 20px 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;
}

/*特設ページ*/

#body_sub.simple .breadcrumbs {
    width: 840px;
}
#body_sub.simple article .article{
  width: auto;
  float: none;
}
#body_sub.simple .copyright {
    padding-bottom: 10px;
}
#body_sub.simple #footer {
    padding-top: 0;
}
#body_sub.simple article {
    width: 800px;
}
/* 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: 3px 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;
	height: auto;
}
div.serch-box.re-search .form_search p {
	color: #333;
}
div.serch-box.re-search .form_search p.key-word {
	text-align: center;
}
.item-name {
	color: #2B5C3C;
	font-weight: bold;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont ul.paging li a {
	background: none;
	background-color: #A9843F;
	color: #ffffff;
}
#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.search-results li {
	padding: 0;
	margin-bottom: 0;
}
/*イベントカレンダー２*/
#body_sub .contWrap:not(.contWrap-bnrArea) .CalendarEvent td{
    width: 80%;
	border: 1px solid #b3b3b3;
	padding: 10px;
	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 table{
	border-collapse: collapse;
	width: 100%;
}
#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: 200%;
	font-weight: bold;
}
#body_sub .contWrap:not(.contWrap-bnrArea) .cont .menu-box button {
    display: none;
}