@charset "UTF-8";
@import url(common.css);
/* Infomation
------------------------------------------------------------*/
.catch-area {
  padding: 40px 0 80px;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-label {
  color: #080808;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 1.25em;
  padding: 0.75em;
  margin-bottom: 50px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #080808;
  width: 300px;
}

.tab-label:not(:last-of-type) {
  margin-right: 20px;
}

.tab-label:last-of-type {
  margin-left: 20px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  color: #fff;
  background-color: #080808;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-content h2 {
  text-align: center;
  font-size: 2.5rem;
}
.tab-content .area-link {
  max-width: 800px;
  margin: 50px auto 80px;
}
.tab-content .area-link li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tab-content .area-link li h4 a {
  display: block;
  min-width: 146px;
  text-align: center;
  padding: 0.25em 2em;
  margin-right: 1em;
  border: 1px solid #080808;
}
.tab-content .area-link li p span {
  padding: 0 1em;
  vertical-align: middle;
}
.tab-content .area-link li p span a:hover {
  text-decoration: underline;
}
.tab-content .area-link li p span + span {
  border-left: 1px solid #080808;
}
.tab-content .areabox {
  margin-bottom: 100px;
}
.tab-content .areabox h3 {
  font-size: 2em;
  padding-left: 0.5em;
  margin-bottom: 1em;
  border-left: 5px solid #000;
  border-bottom: 1px solid #000;
}
.tab-content .areabox h4 {
  background-color: #f0f0f0;
  margin: 0 25px 0.5em;
  padding-left: 1em;
  font-size: 1.5em;
}
.tab-content .areabox ul {
  margin: 0 25px 60px;
  box-sizing: border-box;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.tab-content .areabox ul li {
  display: flex;
  flex-wrap: wrap;
}
.tab-content .areabox ul li:first-child {
  text-align: center;
  font-weight: 600;
}
.tab-content .areabox ul li:first-child span {
  padding-left: 1em;
}
.tab-content .areabox ul li span {
  padding: 1em 1em 1em 2em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tab-content .areabox ul li span:first-child {
  width: calc(40% - 90px);
}
.tab-content .areabox ul li span:nth-child(2) {
  width: calc(60% - 90px);
}
.tab-content .areabox ul li span:last-child {
  width: 180px;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:768px  */
/*===========================================================================*/
@media screen and (max-width: 768px) {
  .tab-label:not(:last-of-type) {
    margin-right: 10px;
  }

  .tab-label:last-of-type {
    margin-left: 10px;
  }

  .tab-content .areabox h4 {
    margin: 0 10px 0.5em;
  }
  .tab-content .areabox ul {
    margin: 0 10px 60px;
    line-height: 1.5em;
  }
  .tab-content .areabox ul li:first-child span {
    padding-left: 0.5em;
  }
  .tab-content .areabox ul li span {
    padding: 1em 0.5em;
  }
  .tab-content .areabox ul li span:first-child {
    width: calc(45% - 70px);
  }
  .tab-content .areabox ul li span:nth-child(2) {
    width: calc(55% - 70px);
  }
  .tab-content .areabox ul li span:last-child {
    width: 140px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .tab-label {
    width: 100%;
    font-size: 1.125em;
  }
  .tab-label:not(:last-of-type) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .tab-label:last-of-type {
    margin-left: 0;
  }

  .tab-content h2 {
    font-size: 2rem;
  }
  .tab-content .areabox h3 {
    font-size: 1.75em;
  }
  .tab-content .areabox h4 {
    margin: 0 0 0.5em;
    font-size: 1.25em;
  }
  .tab-content .areabox ul {
    margin: 0 0 40px;
    font-size: 0.85rem;
  }
  .tab-content .areabox ul li span:first-child {
    width: calc(50% - 55px);
  }
  .tab-content .areabox ul li span:nth-child(2) {
    width: calc(50% - 55px);
  }
  .tab-content .areabox ul li span:last-child {
    width: 110px;
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=storelist.css.map */
