@charset "UTF-8";
.company {
  margin-bottom: 16px;
}
.company .overview {
  margin: 0 0 96px;
}
.company .overview .area-table .table01 {
  width: 100%;
  border-collapse: collapse;
}
.company .overview .area-table .table01 tbody tr th {
  position: relative;
  padding: 10px 8px;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
}
.company .overview .area-table .table01 tbody tr th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #888;
}
.company .overview .area-table .table01 tbody tr td {
  position: relative;
  padding: 8px;
  font-size: 12px;
}
.company .overview .area-table .table01 tbody tr td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #888;
}
.company .overview .area-table .table01 tbody tr:last-child th:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #888;
}
.company .overview .area-table .table01 tbody tr:last-child td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #888;
}
.company .history .flow {
  position: relative;
  list-style: none;
  margin: 0 0 72px;
  padding: 0;
}
.company .history .flow .item {
  position: relative;
  margin: 0 0 24px;
}
.company .history .flow .item:before {
  content: "";
  position: absolute;
  top: calc(50% + 45px);
  left: 0;
  margin: 0;
  width: 1.5px;
  height: calc(100% + 32px);
  transform: translateY(-50%);
  background: #4392BB;
  z-index: 2;
}
.company .history .flow .item:last-child {
  margin: 0;
}
.company .history .flow .item:last-child:before {
  content: none;
}
.company .history .flow .item .item-inner {
  position: relative;
  padding: 8px 16px 8px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.company .history .flow .item .item-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  background: rgba(67, 146, 187, 0.25);
  border-radius: 40px;
}
.company .history .flow .item .item-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: #4392BB;
  border-radius: 40px;
}
.company .history .flow .item .item-inner .date {
  margin: 0 0 8px;
  font-size: 14px;
  color: #4392BB;
  font-weight: 700;
}
.company .history .flow .item .item-inner .text {
  margin: 0;
  font-size: 12px;
}
.company .history .deta .detail + .detail {
  margin: 24px 0 0;
}
.company .history .deta .detail .img {
  padding: 20px 10px;
  background: #fff;
}
.company .history .deta .detail .table02 {
  table-layout: fixed;
}
.company .history .deta .detail .table02 tbody tr td {
  text-align: center;
}
.company .history .deta .detail .list {
  padding: 12px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0 0 10px 10px;
}
.company .history .deta .detail .list .item {
  position: relative;
  letter-spacing: 0.45px;
}
.company .history .deta .detail .list .item + .item {
  margin: 0.8em 0 0;
}
.company .history .deta .detail .list .item:before {
  content: "●";
  margin: 0 8px 0 0;
  color: #4392BB;
}
@media screen and (min-width: 768px) {
  .company .overview {
    margin: 0 0 32px;
  }
  .company .overview .area-table .table01 tbody tr th {
    width: 180px;
    height: 45px;
    padding: 8px;
    font-size: 14px;
    vertical-align: middle;
  }
  .company .overview .area-table .table01 tbody tr td {
    padding: 0 16px;
    font-size: 14px;
  }
  .company .history .flow {
    margin: 0 0 104px;
  }
  .company .history .flow .item {
    margin: 0 0 32px;
  }
  .company .history .flow .item:before {
    top: calc(50% + 45px);
    left: -1px;
    width: 1.5px;
    height: calc(100% + 32px);
  }
  .company .history .flow .item .item-inner {
    display: table;
    width: 100%;
    padding: 14px 16px 14px 26px;
  }
  .company .history .flow .item .item-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 23px;
    height: 23px;
  }
  .company .history .flow .item .item-inner:after {
    left: -5px;
    width: 10px;
    height: 10px;
  }
  .company .history .flow .item .item-inner .date {
    display: table-cell;
    width: 170px;
    margin: 0;
    font-size: 18px;
  }
  .company .history .flow .item .item-inner .text {
    margin: 0;
    font-size: 16px;
  }
  .company .history .deta .detail + .detail {
    margin: 32px 0 0;
  }
  .company .history .deta .detail .img {
    padding: 32px 10px;
    background: #fff;
  }
  .company .history .deta .detail .img img {
    display: block;
    max-width: 870px;
    margin: 0 auto;
  }
  .company .history .deta .detail .list {
    display: flex;
    flex-wrap: wrap;
    padding: 32px;
    margin: 0;
    row-gap: 0.8em;
  }
  .company .history .deta .detail .list .item {
    width: 33.3%;
    font-size: 18px;
  }
  .company .history .deta .detail .list .item + .item {
    margin: 0;
  }
}

.store {
  margin-bottom: 24px;
}
.store .list {
  margin: 0;
  padding: 0;
}
.store .list .item {
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
}
.store .list .item + .item {
  margin: 24px 0 0;
}
.store .list .item .img {
  margin: 0 0 24px;
}
.store .list .item .info .title01 {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: solid 2px #d6d6d6;
  font-size: 20px;
}
.store .list .item .info .title01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: #4392BB;
}
.store .list .item .info .address {
  margin: 0 0 16px;
}
.store .list .item .info .address .text {
  margin: 0;
}
.store .list .item .info .address .text + .text {
  margin: 16px 0 0;
}
.store .list .item .info .area-tel {
  margin: 0 0 24px;
}
.store .list .item .info .area-tel .tel {
  margin: 0;
}
.store .list .item .info .area-tel .tel + .tel {
  margin: 16px 0 0;
}
.store .list .item .info .area-tel .tel span {
  margin: 0 7px 0 0;
  padding: 6px 21px;
  color: #fff;
  background: #4392BB;
  font-size: 12px;
  border-radius: 40px;
}
.store .list .item .info .area-tel .tel a {
  text-decoration: underline;
  color: #4392BB;
}
.store .list .item .info .area-tel .tel a:hover {
  text-decoration: none;
}
.store .list .item .info .area-topix .topix-link a {
  text-decoration: underline;
  color: #4392BB;
}
.store .list .item .info .area-topix .topix-link a:hover {
  text-decoration: none;
}
.store .list .item .info .area-map .map {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.store .list .item .info .area-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.store .list .item .info .area-map .link {
  margin: 24px 0 0;
  text-align: right;
}
.store .list .item .info .area-map .link a {
  text-decoration: underline;
}
.store .list .item .info .area-map .link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .store {
    margin-bottom: 40px;
  }
  .store .list .item {
    padding: 56px 32px 64px;
  }
  .store .list .item + .item {
    margin: 32px 0 0;
  }
  .store .list .item .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .store .list .item .contents .img {
    width: 52.9%;
    margin: 0;
  }
  .store .list .item .contents .info {
    width: 45%;
  }
  .store .list .item .contents .info .title01 {
    margin: 0 0 20px;
    padding: 0 0 12px;
    font-size: 24px;
    border-bottom: solid 3px #d6d6d6;
  }
  .store .list .item .contents .info .title01::before {
    bottom: -3px;
    width: 48px;
    height: 3px;
  }
  .store .list .item .contents .info .address {
    margin: 0 0 24px;
  }
  .store .list .item .contents .info .address .text {
    margin: 0;
  }
  .store .list .item .contents .info .address .text + .text {
    margin: 16px 0 0;
  }
  .store .list .item .contents .info .area-tel {
    margin: 0 0 24px;
  }
  .store .list .item .contents .info .area-tel .tel {
    margin: 0;
  }
  .store .list .item .contents .info .area-tel .tel + .tel {
    margin: 16px 0 0;
  }
  .store .list .item .contents .info .area-map .map {
    padding-top: 56.25%;
  }
  .store .list .item .contents .info .area-map .link {
    margin: 24px 0 0;
    text-align: right;
  }
  .store .list .item .contents .info .area-map .link a {
    text-decoration: underline;
  }
  .store .list .item .contents .info .area-map .link a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=company.css.map */