/*フェードイン*/
#wrapper {
	animation: fadein 1s;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/*header*/
#hdr_cl { position: absolute; top: 67px; left: 0; }
#hdr_add { position: absolute; top: 10px; right: 0; font-size: 0.875em; }
#hdr_time { position: absolute; top: 90px; right: 95px; font-size: 0.875em; }
#hdr_tel { width:220px; position: absolute; top: 51px; right: 120px; }
#hdr_btn { width:120px; position: absolute; top: 45px; right: 0px; }
#container #breadcrumbsList { margin: 0; padding:5px 10px!important; }

/*共通*/
html {
  scroll-padding-top: 50px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
img { max-width: 100%; }
.bSlideShowThumb .swiper-slide img { max-width:none !important; }
.bold { font-weight: bold; }
.red { color: #CC0000; }
.ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.ggmap iframe,.ggmap object,.ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.negative { margin-top: -150px; z-index: 2; }
.negative2 { margin-top: -30px; }
#container .negative { margin-top: -30px; z-index: 1; }
#container .negative2 { margin-top: -140px; }
.whtbx .containerInner { background-color: #ffffff; border-radius: 5px; }
.mds_ln { border-bottom: 1px solid #2b9ecf; padding-bottom: 30px; }
#container .mds_ln { border-bottom: 1px solid #2b9ecf; padding-bottom: 10px; }
.ntc_pd { padding: 20px 30px; }
#container .ntc_pd { padding: 10px; }
table.cldr { font-size: 1.125em; width: 100%; margin: 0 0 15px 0; line-height: 120%; border-top: 1px solid #2b9ecf; }
table.cldr th { text-align: center!important; padding: 15px 10px; font-weight: normal; border-bottom: 1px solid #CCCCCC; }
table.cldr td { text-align: center; padding: 15px 10px; border-bottom: 1px solid #CCCCCC; }
table.cldr_sp { font-size: 1em; width: 100%; line-height: 120%; margin: 0 0 10px 0; border-top: 1px solid #2b9ecf; }
table.cldr_sp th { text-align: center; padding: 5px; font-weight: normal; border-bottom: 1px solid #CCCCCC; }
table.cldr_sp td { text-align: center; padding: 10px; border-bottom: 1px solid #CCCCCC; }
table.cldr th:first-child,table.cldr_sp th:first-child { text-align: left; }
.tp_bdr { border-top: 2px solid #2b9ecf; }

.ntc_ln ul.extCatListUL li { border-bottom: 1px solid #aaaaaa; padding: 8px 10px 30px 10px; }
.ntc_ln ul.extCatListUL li:first-child { border-top: 1px solid #aaaaaa; padding-top: 20px; }
#container .ntc_ln ul.extCatListUL li { border-bottom: 1px solid #666666; padding: 0 10px 20px 10px; }
#container .ntc_ln ul.extCatListUL li:first-child { border-top: 1px solid #666666; padding-top: 10px; }
.bdr_r .bcontainer-inner { border-radius: 5px; }
.bdr_r_tp .bcontainer-inner { border-radius: 5px 5px 0 0; }
.bdr_r_ud .bcontainer-inner { border-radius: 0 0 5px 5px; }
.bdr_tp { border-top: 1px solid #aaaaaa; }

/*リスト*/
.icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.icon-list li {
  width: calc((100% - 60px) / 4);
  display: flex;
  align-items: center;
  /*gap: 10px;*/
  font-weight: bold;
}
.w100 {
    width: 100%;
}
.icon-list li img,.icon-list2 li img,.icon-list3 li img {
  width: 23px;
  height: 20px;
  object-fit: contain;
  margin-right:10px;
}
#container .icon-list,#container .icon-list3 {
  gap: 10px;
}
#container .icon-list li,#container .icon-list3 li {
    width: 100%;
  }
.icon-list2 {
  list-style: none;
  padding: 0;
}
.icon-list2 li {
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
}
#container .icon-list2 li {
  margin-top: 10px;
}
.icon-list3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.icon-list3 li {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  font-weight: bold;
}
/*サブナビ*/
.flx_cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
}
.lst_subnavi {
    list-style-type: none;
    font-size: 1em;
    margin: 15px 0!important;
    padding: 0;
}
.lst_subnavi li {
	text-align: center;
	border-left: 1px solid #aaaaaa;
	padding: 2px 20px;
	margin: 0;
}
.lst_subnavi li:last-child {
	border-right: 1px solid #aaaaaa;
}
.lst_subnavi_sp {
    list-style-type: none;
    font-size: 1em;
    margin: 10px 0 10px 0!important;
    padding: 0;
}
.lst_subnavi_sp li {
	text-align: left;
	border-left: 1px solid #aaaaaa;
	padding: 2px 7px;
	margin: 0 0 10px 0;
}
.lst_subnavi_sp li:last-child {
	border-right: 1px solid #aaaaaa;
}