html{
  scroll-behavior: smooth;
}

.pc-none{
  display: inline;
}
.sp-none{
  display: none;
}

.goTop {
  position: fixed;
  bottom: 2px;
  right: 8px;
  transform: translateZ(0);
  z-index: 2000;
}

#hisApp{
  overflow: hidden;
}
.main-section{
  width: 100%;
  min-width: auto;
  padding: 0 0 2rem;
}

/*===================================
ローカルナビ
===================================*/
#localNav__section{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: .5rem;
}
.local-nav-outer{
  width: 100%;
  /* max-width: 1200px; */
  min-width: auto;
  margin: 0 auto;
  position: relative;
}
.breadcrumb {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 0 0 0;
  background: #fff;
}
.breadcrumb__inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb__inner::-webkit-scrollbar {
  display:none;
}

.his-logo-wrap{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: .5rem 1rem;
}
.his-logo-inner{
  width: 70px;
  margin-right: 1.3rem;
}
.his-logo img {
  width: 80px;
  height: 30px;
}
.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
}

.his-logo-wrap .section-button-wrap{
  display: none;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 1rem;
  /* background-color: #EEE; */
}
.local-nav{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.local-nav::-webkit-scrollbar {
  display:none;
}
.local-nav li{
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #EEE;
}
.local-nav li a{
  display: block;
  padding: .5rem 2rem 0.5rem 0;
  color: #222;
  text-decoration: none;
}
.local-nav li a:hover{
  color: #222;
  text-decoration: 1px solid #222;
}

/*===================================
Contents
===================================*/
.item-button-box {
  margin: 2rem 2rem 3rem 2rem;
}
.item-button-box button {
  width: 100%;
}
.item-button-box button a {
  padding: 16px;
  font-size: 16px;
}
.info-wrap .info-item {
  width: 95%;
}
.info-wrap  .info-item p {
  padding: 1rem 1rem 0 1rem;
  text-align: left;
  font-weight: bold;
}
.info-wrap .info-item h2 {
  padding-top: 0;
}
.info-wrap .info-item h2 img {
  width: 80vw;
}
.info-wrap .info-list {
  padding: 1rem 1rem 1rem 2rem;
}
.bnr-wrap {
  padding-top: 0;
}
.bnr-wrap .bnr-list {
  display: block;
}
.bnr-wrap .bnr-list li {
  width: 100%;
}
