@charset "utf-8";
/* CSS Document */
.ngf_bgdeco{
  max-width: 100%;
  min-width: 100%;
}


.ngf_contenttab {
  position: relative;
  z-index: 1;
}
.ngf_contenttab ul{
  display:flex;
  justify-content: center;
  gap:24px;
  padding:16px 0;
}
.ngf_contenttab ul li{
  position: relative;
  display:flex;
  justify-content: center;
  gap: 0 8px;
  align-items: center;
  font-weight:bold;
  text-shadow: 0px -1px 0px rgb(255, 255, 255);
}
li.search_item::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 6px;
  width: 120%;
  border-top: 7px solid #FFFFFF;
  z-index: -1;
}


.ngf_grmico{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px;
}
.ngf_grmico ul{
  display:flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ngf_grmico ul li{
  padding:0.5em;
}
.ngf_grmico ul li:first-of-type{
  display: flex;
  align-items: center;
  color:#FFF;
  font-size:0.75em;
}
.ngf_grmico ul li.category1{
  background-color:#935B34;
}
.ngf_grmico ul li.ngf_day1{
  font-size: clamp(0.625rem,2vw,0.75rem);
  font-weight: 600;
  color: #2347D5;
  border: 1px solid  #2347D5;
}
.ngf_grmico ul li.ngf_day2{
  font-size: clamp(0.625rem,2vw,0.75rem);
  font-weight: 600;
  color: #DB3F83;
  border: 1px solid  #DB3F83;
}


.ngf_sectionttl{
  text-align: center;
  margin-bottom: 24px;
}
.ngf_sectionttl img{width: 800px;}
.ngf_sectionsubttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin: 0 auto 24px;
  text-align: center;
  font-weight: bold;
  background: url(../img/deco_cloud.svg) center center no-repeat;
  background-size: contain;
}
.ngf_contentsbox{
  width: 24%;
  margin: 0 0.5% 2em;
  background: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.ngf_3colm .ngf_contentsbox{
  width: 32%;
}
.ngf_contentsbox div:first-of-type img{
  max-width: 100%;
  border: 1px solid #FFF;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.ngf_contentsbox div:last-of-type{
  padding:10px 16px;
  line-height: 1.6;
}
.ngf_contentsbox div dl dd{
  width: 100%;
  margin-bottom: 0.5em;
  font-size: clamp(0.75rem, 0.68rem + 0.26vw, 0.875rem);/*1200-430 14-12pt*/
}
dt.nmthx_title{
  width: 100%;
  font-size: clamp(0.875rem, 0.805rem + 0.26vw, 1rem);/*1200-430 16-14pt*/
  font-weight: 600;
}

.ngf_andmore{
  text-align: center;
  width:100%;
}


.ngf_contentsbox-hide{
  display:none;
}

/*-- 右部ボタン --*/
.grm_rightbtn{
  position:fixed;
  right:0;
  bottom: 40px;
  z-index:300;
}
.grm_rightbtn ul{
  display:flex;
  flex-direction:column;
  gap:8px;
}



@media screen and (min-width:801px) {
  .ngf_contenttab ul li:hover{
    cursor: pointer;
    opacity:0.7;
  }
}




@media screen and (max-width:800px) {
  .ngf_bg{
    display: none;
  }

  .ngf_contentsbox,
  .ngf_3colm .ngf_contentsbox{
    width: 49%;
    margin-bottom: 1em;
  }
  .ngf_contentsbox div:last-of-type{padding: 8px;}
  

}







