@charset "UTF-8";
/* ---------- TOP ---------- */
.anchor-menu ul {
    margin: 0px auto 50px;
}
#company .anchor-menu ul li:nth-child(n-1) {
  width: 30%;
}
#company .anchor-menu ul li:last-child {
  width: 40%;
}
#company .contents {
  margin-bottom: 70px;
}
.shop-info-group dt span {
  font-size: 10px;
  letter-spacing: 0;
}
.shop-info-group dd a {
  margin-top: 10px;
  line-height: 2em;
}
.tab-btn {
  width: 90%;
  margin: 25px auto 40px;
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  border-left: 2px #C2C4C3 dotted;
  border-right: 2px #C2C4C3 dotted;
}
.tab-btn .btn {
  text-align: center;
  border-left: 2px #C2C4C3 dotted;
  width: 100%;
}
.tab-btn .btn:first-child {
  border-left: none;
}
.tab-btn .btn a {
     font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
    letter-spacing: 2px;
  display: block;
  position: relative;
  padding: 6px 4px 6px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
    width: 88%;
    margin: 0 auto;
}
.tab-btn .btn a:hover {
  background-color: #F3FBFD;
    opacity: 1;
}
.btn a.is-active {
  background-color: #F3FBFD;
}

.tab-contents-item {
  display: none;
  width: 88%;
    margin: 0 auto;
  justify-content: center;
}
.tab-contents-item.is-active {
  display:block;
}
.tab-contents-item dl{
    padding:6px 2%;
    border-bottom: 2px #C2C4C3 dotted;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.tab-contents-item dt{
    width: 35%;
    padding:8px 3% 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
}


.tab-contents-item dd{
    width: 65%;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    padding: 8px 0;
    word-break: break-all;
}
.tab-contents-item dd a{
    text-decoration: none;
}
@keyframes fadeinAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shop-info-group dl .business-hours dl{
    padding:0px;
    border: none;
}

.shop-info-group dl .business-hours dt{
    padding:0px;
    width: auto;
   white-space: nowrap;
    min-width: 5em;
    margin-right: 1em;
}
.shop-info-group dl .business-hours dd {
   width: auto;
    padding: 0px 0;
}

