.under_page .bg {
  overflow: visible;
  margin-top: 250rem;
  padding-bottom: 140rem;
}

.page_store main {
  position: relative;
}
.page_store main .networks {
  position: relative;
  top: -190rem;
  text-align: left;
  opacity: 1;
}
.page_store main .networks::before {
  content: "";
  position: absolute;
  top: 120rem;
  left: 50%;
  width: clamp(100rem, 100vw, 1800rem);
  aspect-ratio: 1300/600;
  height: auto;
  background: url(https://www.nittatire.co.jp/wpmanager/wp-content/themes/im_template/assets/img/logo_nitta_opacity.png) no-repeat center center/contain;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, 0) scale(0.5);
  transition: 1s;
}
.page_store main .networks.action::before {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.page_store main .networks > figure {
  position: absolute;
  top: -160rem;
  right: -120rem;
  width: 795rem;
}
.page_store main .networks div {
  width: 620rem;
  position: relative;
  left: 40rem;
  z-index: 1;
}
.page_store main .networks div h3 {
  font-size: 50rem;
  font-weight: bold;
  margin-bottom: 40rem;
  line-height: 1.4;
}
.page_store main .networks div h3 strong {
  font-size: 70rem;
  display: block;
  margin-bottom: 10rem;
}
.page_store main .networks div p {
  width: 390rem;
  font-size: 18rem;
  line-height: 2;
}
.page_store main .office {
  background: #41a36c;
  border-radius: 30rem;
  padding: 60rem 20rem 80rem;
  position: relative;
  z-index: 1;
}
.page_store main .office .office_ttl {
  color: #fff;
  text-align: center;
  font-size: 26rem;
  font-weight: 700;
  margin-bottom: 20rem;
}
.page_store main .office .office_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.page_store main .office .office_card .office_name {
  width: 120rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_store main .office .office_card .office_name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 85rem;
  height: 85rem;
  border-radius: 200rem;
  background: #efe9d6;
}
.page_store main .office .office_card .office_name span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.4;
  position: relative;
}
.page_store main .office .office_card .office_info {
  text-align: left;
  width: 700rem;
  display: flex;
  flex-flow: wrap;
}
.page_store main .office .office_card .office_info .address {
  font-size: 14rem;
  width: 100%;
}
.page_store main .office .office_card .office_info .tel_wrap {
  display: flex;
  gap: 20rem;
  align-items: center;
}
.page_store main .office .office_card .office_info .tel_wrap a {
  font-size: 24rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.page_store main .office .office_card .office_info .tel_wrap a i {
  margin: 0 5rem 0 0;
  transform: rotateZ(10deg);
  font-size: 20rem;
  filter: brightness(0) saturate(100%) invert(55%) sepia(19%) saturate(1171%) hue-rotate(94deg) brightness(97%) contrast(85%);
}
.page_store main .office .office_card .office_info .fax span {
  background: #41a36c;
  color: #fff;
  padding: 2rem 5rem;
  margin-right: 5rem;
}
.page_store main .office .office_card .office_info .office_time {
  display: flex;
  gap: 30rem;
  margin: -20rem 0 0 40rem;
}
.page_store main .office .office_card .office_info .office_time dl {
  text-align: left;
}
.page_store main .office .office_card .office_info .office_time dt {
  font-size: 14rem;
}
.page_store main .office .office_card .office_info .office_time dd {
  font-weight: 700;
  font-size: 18rem;
}
.page_store main .office .office_card .office_info .office_time dd small {
  font-size: 10rem;
  display: block;
  position: absolute;
}
.page_store main .office .office_card .map_btn {
  width: 120rem;
  height: 120rem;
  font-size: 18rem;
  background: #f3ce03;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-right: 10rem;
}
.page_store main .office .office_card .map_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10rem;
  margin: auto;
  background: url(https://www.nittatire.co.jp/wpmanager/wp-content/themes/im_template/assets/img/btn_arrow.svg) no-repeat;
  transform: scaleX(-1);
  width: 30rem;
  height: 18rem;
  transition: 0.3s;
}
.page_store main .office .office_card .map_btn:hover:after {
  right: 5rem;
}
.page_store main .office .office_area {
  margin-top: 30rem;
}
.page_store main .office .office_area h3 {
  color: #fff;
  text-align: center;
  border-bottom: 2rem solid #efe9d6;
  padding-bottom: 10rem;
  margin-bottom: 30rem;
  font-size: 20rem;
}
.page_store main .office .area_group {
  margin-bottom: 30rem;
}
.page_store main .office .area_group h4 {
  color: #fff;
  margin-bottom: 20rem;
  text-align: left;
}
.page_store main .office .area_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
}
.page_store main .office .area_list li a {
  border: 1rem solid #fff;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 12rem 60rem 12rem 10rem;
  width: 144rem;
  display: block;
}
.page_store main .office .area_list li a:before {
  content: "";
  position: absolute;
  right: 10rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24rem;
  height: 24rem;
  background: #efe9d6;
  border-radius: 20rem;
}
.page_store main .office .area_list li a:after {
  content: "";
  position: absolute;
  top: 6rem;
  bottom: 0;
  right: 16rem;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  border: 6rem solid transparent;
  border-top: 8rem solid #41a36c;
  margin: auto;
}
.page_store main .office .office_category {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  color: #fff;
}
.page_store main .office .office_category .category_box {
  width: 300rem;
}
.page_store main .office .office_category .category_box h3 {
  color: #fff;
  border-bottom: 2rem solid #efe9d6;
  padding-bottom: 5rem;
  margin-bottom: 15rem;
  font-size: 20rem;
  font-weight: bold;
}
.page_store main .office .office_category .category_box .truck_center_list {
  display: flex;
  flex-flow: column;
  gap: 10rem;
  margin-bottom: 50rem;
  height: calc(100% - 100rem);
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item {
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: calc(100% - 0rem);
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item .truck_center_pref {
  width: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1rem solid #fff;
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item .truck_center_shops {
  position: relative;
  width: calc(100% - 120rem);
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item .truck_center_shops li {
  width: 90rem;
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item .truck_center_shops a {
  position: relative;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 10rem 40rem 10rem 0;
  display: block;
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item .truck_center_shops a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24rem;
  height: 24rem;
  background: #efe9d6;
  border-radius: 20rem;
}
.page_store main .office .office_category .category_box .truck_center_list .truck_center_item .truck_center_shops a:after {
  content: "";
  position: absolute;
  top: 6rem;
  bottom: 0;
  right: 6rem;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  border: 6rem solid transparent;
  border-top: 8rem solid #41a36c;
  margin: auto;
}
.page_store main .office .branch_head {
  position: relative;
  margin-bottom: 10rem;
}
.page_store main .office .branch_head.acc {
  padding: 5rem 0 5rem;
  cursor: pointer;
  border-bottom: 2rem solid #efe9d6;
}
.page_store main .office .branch_head h3 {
  color: #fff;
  font-size: 26rem;
  font-weight: bold;
}
.page_store main .office .branch_head .close_btn {
  position: absolute;
  right: 0;
  bottom: 2rem;
  color: #fff;
}
.page_store main .office .branch_head .close_btn small {
  font-size: 12rem;
}
.page_store main .office .branch_list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.page_store main .office .branch_list + .branch_head {
  margin: 30rem 0 10rem;
}
.page_store main .inner + figure {
  position: absolute;
  margin: -20rem 0 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.page_store main .inner + figure picture {
  display: block;
}

@media screen and (max-width: 680px) {
  .under_page .bg {
    margin-top: 100rem;
    padding-bottom: 100rem;
    top: 0;
  }
  .under_page .bg:after {
    content: none;
  }
  #pageTop {
    bottom: 80rem;
  }
  .page_store main .btn_side {
    bottom: 0;
    width: 100%;
  }
  .page_store main .btn_side ul {
    display: flex;
    flex-flow: row;
    width: auto;
  }
  .page_store main .btn_side ul li {
    width: 33.3333333333%;
    text-align: center;
    border-radius: 10rem 10rem 0 0;
  }
  .page_store main .btn_side ul li a {
    font-size: 12rem;
    padding: 10rem 0 15rem;
    height: 100%;
    border-radius: 10rem 10rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_store main .btn_side ul li a:before {
    content: "";
    width: 1rem;
    height: 88%;
    top: auto;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .page_store main .btn_side ul li a:after {
    border-top: 8rem solid #fff;
    top: auto;
    left: 0;
    right: 0;
    bottom: -3rem;
  }
  .page_store main .networks {
    top: -60rem;
    margin-bottom: -110rem;
  }
  .page_store main .networks:before {
    width: 130%;
    top: 80rem;
  }
  .page_store main .networks > figure {
    position: relative;
    width: 500rem;
    top: 0;
    left: -100rem;
  }
  .page_store main .networks div {
    width: auto;
    position: relative;
    z-index: 1;
    margin: 0 10rem;
    left: 0;
  }
  .page_store main .networks div h3 {
    font-size: 26rem;
    font-weight: bold;
    margin: 0 0 40rem;
  }
  .page_store main .networks div h3 strong {
    font-size: 42rem;
  }
  .page_store main .networks div p {
    margin: 0 0 10rem;
    font-size: 14rem;
    width: auto;
    line-height: 1.6;
  }
  .page_store main .networks div a {
    width: 90%;
    margin: auto;
  }
  .page_store main .networks div figure {
    position: absolute;
    bottom: 200rem;
    right: 30rem;
    margin: 0;
    width: 80rem;
  }
  .page_store main .networks div figure span {
    top: 50rem;
    right: 50rem;
    font-size: 30rem;
  }
  .page_store main .office {
    padding: 20rem 10rem 50rem;
    border-radius: 20rem;
  }
  .page_store main .office .office_ttl {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .page_store main .office .office_card.pb10 {
    padding-bottom: 20rem;
  }
  .page_store main .office .office_card {
    width: auto;
    padding: 10rem 5rem;
  }
  .page_store main .office .office_card .office_name {
    width: 45rem;
  }
  .page_store main .office .office_card .office_name:before {
    width: 40rem;
    height: 40rem;
  }
  .page_store main .office .office_card .office_name span {
    font-size: 11rem;
  }
  .page_store main .office .office_card .office_info {
    width: 200rem;
    flex-flow: column;
  }
  .page_store main .office .office_card .office_info .address {
    font-size: 11rem;
  }
  .page_store main .office .office_card .office_info .tel_wrap {
    gap: 8rem;
  }
  .page_store main .office .office_card .office_info .tel_wrap a {
    font-size: 11rem;
  }
  .page_store main .office .office_card .office_info .tel_wrap a i {
    font-size: 10rem;
    margin: 0 2rem 0 0;
  }
  .page_store main .office .office_card .office_info .office_time {
    margin: 10rem 0 0;
    gap: 10rem;
  }
  .page_store main .office .office_card .office_info .office_time dl {
    display: flex;
  }
  .page_store main .office .office_card .office_info .office_time dl dt {
    font-size: 10rem;
  }
  .page_store main .office .office_card .office_info .office_time dl dd {
    font-size: 10rem;
  }
  .page_store main .office .office_card .office_info .office_time dl dd small {
    font-size: 10rem;
    font-weight: 400;
  }
  .page_store main .office .office_card .office_info .office_time .tel_wrap a {
    font-size: 12rem;
  }
  .page_store main .office .office_card .office_info .fax span {
    font-size: 10rem;
    padding: 1rem 2rem;
    margin-right: 2rem;
  }
  .page_store main .office .office_card .map_btn {
    width: 60rem;
    height: 60rem;
    font-size: 12rem;
  }
  .page_store main .office .office_card .map_btn:after {
    right: 0;
    background: url(https://www.nittatire.co.jp/wpmanager/wp-content/themes/im_template/assets/img/btn_arrow.svg) no-repeat center left/130%;
    width: 18rem;
    height: 8rem;
  }
  .page_store main .office .office_card .map_btn:hover:after {
    right: 0;
  }
  .page_store main .office .office_area {
    margin-top: 20rem;
  }
  .page_store main .office .office_area h3 {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
  .page_store main .office .office_area .area_group {
    margin-bottom: 10rem;
  }
  .page_store main .office .office_area .area_group h4 {
    margin-bottom: 10rem;
    font-size: 11rem;
  }
  .page_store main .office .office_area .area_group .area_list {
    gap: 11rem;
  }
  .page_store main .office .office_area .area_group .area_list li {
    width: 31%;
  }
  .page_store main .office .office_area .area_group .area_list li a {
    padding: 10rem 0 10rem 5rem;
    text-align: left;
    width: auto;
    font-size: 12rem;
  }
  .page_store main .office .office_area .area_group .area_list li a:before {
    right: 5rem;
    width: 18rem;
    height: 18rem;
  }
  .page_store main .office .office_area .area_group .area_list li a:after {
    right: 10rem;
    border: 4rem solid transparent;
    border-top: 6rem solid #41a36c;
  }
  .page_store main .office .office_category {
    margin-top: 20rem;
  }
  .page_store main .office .office_category .category_box {
    width: 100%;
  }
  .page_store main .office .office_category .category_box h3 {
    font-size: 14rem;
  }
  .page_store main .office .office_category .category_box .truck_center_list {
    margin-bottom: 30rem;
    height: auto;
  }
  .page_store main .office .office_category .category_box .truck_center_shops {
    display: flex;
    flex-flow: wrap;
    gap: 11rem;
  }
  .page_store main .office .office_category .category_box .truck_center_shops li {
    width: 31%;
  }
  .page_store main .office .office_category .category_box .truck_center_shops li a {
    border: 1rem solid #fff;
    color: #fff;
    position: relative;
    padding: 10rem 0 10rem 5rem;
    text-align: left;
    width: auto;
    display: block;
    font-size: 12rem;
  }
  .page_store main .office .office_category .category_box .truck_center_shops li a:before {
    content: "";
    position: absolute;
    right: 5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18rem;
    height: 18rem;
    background: #efe9d6;
    border-radius: 20rem;
  }
  .page_store main .office .office_category .category_box .truck_center_shops li a:after {
    content: "";
    position: absolute;
    top: 6rem;
    bottom: 0;
    right: 10rem;
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    border: 4rem solid transparent;
    border-top: 6rem solid #41a36c;
    margin: auto;
  }
  .page_store main .office .office_category .category_box + .category_box {
    width: 48%;
  }
  .page_store main .office .office_category .category_box + .category_box .truck_center_shops li {
    width: 100%;
  }
  .page_store main .office .branch_head h3 {
    font-size: 15rem;
  }
  .page_store main .inner + figure {
    margin: -10rem 0 0;
    width: 75%;
  }
}/*# sourceMappingURL=store.css.map */