@charset "UTF-8";

/* 必須項目（修正しないでください） */
#tblLayout {
  display: block;
  max-width: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

tbody, tr, td {
  display: block;
  padding: 0;
}

/* g-glamatical-shoplist */
#g-glamatical-shoplist {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #32190e;
  box-sizing: border-box;
}

#g-glamatical-shoplist .zen-old {
  font-family: "Zen Old Mincho", serif;
}

#g-glamatical-shoplist .zen-kaku {
  font-family: "Noto Sans JP", sans-serif;
}

#g-glamatical-shoplist p {
  margin: 0px;
	padding: 0px;
}

#g-glamatical-shoplist img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#g-glamatical-shoplist a {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.3s ease-in-out;
}

#g-glamatical-shoplist a:hover {
  opacity: 0.5;
  filter: alpha(opacity=80);
  transition: 0.3s ease-in-out;
}

#g-glamatical-shoplist .container {
  width: min(100%, 1400px);
  padding: 0 min(2.14%, 30px);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #g-glamatical-shoplist .container {
    padding: 0 min(4%, 30px);
  }
}

#g-glamatical-shoplist .pc {display: block;}
#g-glamatical-shoplist .sp {display: none;}

@media screen and (max-width: 750px) {
  #g-glamatical-shoplist .pc {display: none;}
  #g-glamatical-shoplist .sp {display: block;}
}

/* shoplist */
#g-glamatical-shoplist .shoplist {
  padding: 0 20px;
}

#g-glamatical-shoplist .shoplist__inner {
  width: 1000px;
  max-width: 100%;
  padding: 70px 0 105px;
  margin: 0 auto;
}

#g-glamatical-shoplist .shoplist__inner-logo {
  width: 400px;
  margin: 0 auto;
}

#g-glamatical-shoplist .shoplist__inner-wrap {
  margin-top: 50px;
}

#g-glamatical-shoplist .shoplist__inner-wrap-ttl {
  margin-bottom: 25px;
  text-align: center;
}

#g-glamatical-shoplist .shoplist__inner-wrap-ttl span {
  display: inline-block;
  padding: 0 1.25em;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

#g-glamatical-shoplist .shoplist__inner-wrap-ttl span:before {
  content: "";
  display: block;
  width: 47px;
  height: 2px;
  background: #32190e;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#g-glamatical-shoplist .shoplist__inner-wrap-ttl span:after {
  content: "";
  display: block;
  width: 47px;
  height: 2px;
  background: #32190e;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width:960px){

  #g-glamatical-shoplist .shoplist {
    padding: 0 5.333333333333333%;
  }

  #g-glamatical-shoplist .shoplist__inner {
    padding: 40px 0 40px;
  }

  #g-glamatical-shoplist .shoplist__inner-logo {
    width: 71.641791044776119%;
    max-width: 480px;
    margin: 0 auto;
  }

  #g-glamatical-shoplist .shoplist__inner-wrap {
    margin-top: 35px;
  }

  #g-glamatical-shoplist .shoplist__inner-wrap-ttl {
    margin-bottom: 17px;
  }

  #g-glamatical-shoplist .shoplist__inner-wrap-ttl span {
    padding: 0;
    font-size: 17px;
  }

  #g-glamatical-shoplist .shoplist__inner-wrap-ttl span:before {
    display: none;
  }

  #g-glamatical-shoplist .shoplist__inner-wrap-ttl span:after {
    display: none;
  }
}

@media screen and (max-width:767px){

}

@media screen and (max-width:480px){

}

/* c-tab-head */
#g-glamatical-shoplist .c-tab-head {
}

#g-glamatical-shoplist .c-tab-head ul {
  display: flex;
  justify-content: space-between;
}

#g-glamatical-shoplist .c-tab-head ul li {
  width: 15%;
}

#g-glamatical-shoplist .c-tab-head ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 500;
  box-sizing: border-box;
  border: 2px solid #f7b660;
}

#g-glamatical-shoplist .c-tab-head ul li a.is-active {
  background: #f7b660;
}

@media screen and (min-width:961px){

}

@media screen and (max-width:960px){

  #g-glamatical-shoplist .c-tab-head {
    display: none;
  }
}

@media screen and (max-width:767px){

}

@media screen and (max-width:480px){

}

/* c-tab-body */
#g-glamatical-shoplist .c-tab-body {
  margin-top: 20px;
}

#g-glamatical-shoplist .c-tab-body-area-ttl {
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #f7b660;
}

#g-glamatical-shoplist .c-tab-body-area-list {
  margin-top: 20px;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec {
  margin-top: 35px;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec:first-child {
  margin-top: 0;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .ttl {
  padding: 8px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #f4debc;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 35px 50px;
  margin-top: 30px;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .list__box {
  width: calc(100%/3 - 34px);
  flex: 0 1 calc(100%/3 - 34px);
  box-sizing: border-box;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-important {
  font-family: "Noto Sans JP", sans-serif;
  color: #ff0000;
  font-size: 16px;
  line-height: 1.5;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-zip {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.571428571428571;
}

#g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-address {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.571428571428571;
}

#g-glamatical-shoplist .c-tab-body-area-list-btn {
  width: 270px;
  margin: 60px auto 0;
}

#g-glamatical-shoplist .c-tab-body-area-list-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .025em;
  background: #40210f;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

#g-glamatical-shoplist .c-tab-body-area-list-btn a:before {
  content: "";
  display: block;
  width: 6.5px;
  height: 13px;
  background: url(/Contents/ImagesPkg/portal/g-glamatical-shoplist/icon_arr01.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (min-width:961px){

  #g-glamatical-shoplist .c-tab-body-area {
    display: none;
  }

  #g-glamatical-shoplist .c-tab-body-area:first-child {
    display: block;
  }

  #g-glamatical-shoplist .c-tab-body-area-list {
    display: block !important;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list {
    display: flex !important;
  }
}

@media screen and (max-width:960px){

  #g-glamatical-shoplist .c-tab-body {
    margin-top: 17px;
  }

  #g-glamatical-shoplist .c-tab-body-area {
    display: block !important;
    margin-top: 10px;
  }

  #g-glamatical-shoplist .c-tab-body-area:first-child {
    margin-top: 0;
  }

  #g-glamatical-shoplist .c-tab-body-area-ttl {
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }

  #g-glamatical-shoplist .c-tab-body-area-ttl:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    margin: 0 18px 0 0;
    background-color: #32190e;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #g-glamatical-shoplist .c-tab-body-area-ttl.is-active:before {
  }

  #g-glamatical-shoplist .c-tab-body-area-ttl:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    margin: 0 22px 0 0;
    background-color: #32190e;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #g-glamatical-shoplist .c-tab-body-area-ttl.is-active:after {
    opacity: 0;
  }

  #g-glamatical-shoplist .c-tab-body-area-list {
    display: none;
    padding-bottom: 20px;
    /*margin-top: 10px;*/
    margin-top: 0;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec {
    margin-top: 10px;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec:first-child {
    margin-top: 10px;
    /*margin-top: 0;*/
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .ttl {
    padding: 9px 20px;
    font-size: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .ttl:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    margin: 0 18px 0 0;
    background-color: #32190e;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .ttl.is-active:before {
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .ttl:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    margin: 0 22px 0 0;
    background-color: #32190e;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .ttl.is-active:after {
    opacity: 0;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list {
    display: none;
    margin-top: 0;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box {
    width: auto;
    flex: none;
    padding: 18px 20px;
    border-top: 1px solid #f4debc;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box:first-child {
    border-top: none;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box:last-child {
    padding-bottom: 8px;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-ttl {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-important {
    margin-top: -.1em;
    font-size: 14px;
    font-weight: bold;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-zip {
    font-size: 13px;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-sec .list__box-address {
    font-size: 13px;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-btn {
    width: 210px;
    margin: 20px auto 0;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-btn a {
    height: 35px;
    font-size: 13px;
    border-radius: 10px;
  }

  #g-glamatical-shoplist .c-tab-body-area-list-btn a:before {
    width: 5px;
    height: 10px;
    left: 12px;
  }
}

@media screen and (max-width:767px){

}

@media screen and (max-width:480px){

}