@charset "utf-8";

#page-body {
  margin-bottom: 80px;
}
.breadcrumb{
  padding: 0;
}
.breadcrumb-wrap{
  margin-bottom: 45px;
}

.store-list{
  /* width: 1200px; */
  margin: 0 auto;
}

.store-list img{
  height: auto;
  max-width: 100%;
}

#main {
	display: flex;
  flex-flow: row;
  margin-bottom: 80px;
}
aside {
  width: 16.6%;
  flex-shrink: 0;
	margin-right: 2.9167%;
}
section {
  /* flex: 1 1 880px; */
  width: 100%;
}
section h2 {
  font-size: 30px;
  margin-bottom: 60px;
  font-family: var(--quattrocento-sans);
  letter-spacing: 0.1em;
}
section h2 span {
  padding-top: 10px;
  display: block;
  font-size: 16px;
}
section .nav-list > li {
  margin-bottom: 10px;
  color: #404040;
  float: left;
}
section .nav-list {
  margin-left: -10px;
}
section .nav-list > li > a {
  font-size: 11px;
  padding: 0 10px 0px 10px;
  color: #404040;
  vertical-align: middle;
}
ul.nav-list.select-city {
  display: inline-block;
}
.contents li {
  border-bottom: 1px solid #e5eaf0;
  display: flex;
  flex-flow: row;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.local-nav.hidden-phone {
  margin-bottom: 100px;
}
.noncity .contents li.first_city {
  margin-top: 120px;
}

.noncity .contents li:first-child{
  margin-top: 0;
}

.contents li.first_city h3 {
  position: absolute;
  top: -40px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.contents li .storename {
  flex: 0 0 33.3333%;
  font-size: 12px;
  margin: 15px 0;
  letter-spacing: 0.1em;
  line-height: initial;
}
.contents li .address {
  /* flex: 0 0 33.3333%; */
  margin: 15px 0;
}
.contents li .address span {
  margin-left: 10px;
  display: inline;
}
.contents li .tel {
  display: none;
  flex: 0 0 33.3333%;
  text-align: right;
  margin: 15px 0;
}
.brand_name {
  font-size: 15px;
  margin: 10px 0 30px;
  letter-spacing: 0.1em;
}
aside li{
  font-family: var(--quattrocento-sans);
}

aside li.has-child {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 12px;
}

aside li.has-child::before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
aside li.has-child.open::before {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
}
aside li.has-child::before,
aside li.has-child::after {
  content: '';
  position: absolute;
  width: 10px;
  top: 9px;
  right: 0;
}
aside .has-child::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
aside li.has-child.not_accordion::before{
  width: 7px;
  top: 7px;
  right: 1px;
  transform: rotate(45deg);
}
aside li.has-child.not_accordion::after{
  width: 7px;
  top: 12px;
  transform: rotate(-45deg);
  right: 1px;
}

aside li.has-child > a{
  display: block;
  width: 100%;
}

aside .child-category {
  display: none;
  margin: 25px 0 0 18px;
}
aside .child-category li {
  display: inline;
}
aside .child-category li a {
  padding: 0 4px;
}
aside li.has-child a:hover {
  background-color: transparent;
}

.whiteback {
  border-top: 1px solid #e5eaf0;
}
@keyframes show {
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}

.contents.list li {
  opacity: 1;
  animation: show 1.5s linear 0s;
  border-bottom: 1px solid #e5eaf0;
}

.contents.list li.is-hide {
  display: none;
  opacity: 0;
}

.store-list .is-active {
  display: block;
}

section.brandlist {
  display: none;
}

section.brandlist h2 {
  font-size: 26px;
}
.brandlist li:first-child {
  margin-left: 0;
}
.brandlist li span {
  display: block;
  text-align: center;
}
.brandlist li .brand_logo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.brandlist li .brand_logo *#ac_alphacubic {
  width: 150px;
}
.brandlist li .brand_logo *#decoy {
  width: 140px;
}
.brandlist li .brand_logo *#petit {
  width: 125px;
}
.brandlist li .brand_logo *#lesouk {
  width: 140px;
}
.brandlist li .brand_logo *#junkoshimada {
  width: 140px;
}
.brandlist li .brand_logo *#atsurotayama {
  width: 140px;
}

/**
 *  ---------------------------------------------------------------------------
 *
 *  Media Queries
 *    Breakpoints:
 *      - Smart Phone (Default) : Max Width   =   767px
 *      - Small Device          : Max Width   =   980px / 880px
 *      - Large Device          : Max Width   =   1400px / 1250px / 1105x
 *
 * ----------------------------------------------------------------------------
 */

 /* 3列表示 */
@media (max-width: 1440px) {
  .contents ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (max-width: 1250px) {
  aside {
    flex: 1 1 235px;
    margin-left: 10px;
  }
}

/* 2列表示 */
@media (max-width: 1105px) {
  .contents ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-wrap .breadcrumb {
    padding-right: calc(20*(100vw/1024));
    padding-left: calc(10*(100vw/1024));
    width: 120rem;
  }
  #page-body {
    width: 100%;
    margin-bottom: 80px;
  }
  aside {
    /* width: 16.6%;
    flex-shrink: 0; */
    margin-right: 35px;
  }
  section {
    flex: 1 1 880px;
    /* width: 100%; */
  }
}

@media (max-width: 980px) and (min-width: 768px) {
   .local-nav ul li {
    font-size: 14px;
  }
}

@media (max-width: 979px) {
  .brandlist li svg#ac_alphacubic,
  .brandlist li svg#decoy,
  .brandlist li svg#petit,
  .brandlist li svg#lesouk {
    width: 90px;
  }
}

/* 2列表示 */
@media (max-width: 880px) {
  .contents ul li {
    float: left;
    width: 46.3%;
    margin: 1.785%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/* 1列表示 */
@media (max-width: 767px) {

  .breadcrumb-wrap{
    margin-bottom: 0;
  }

  aside {
    display: none;
  }
  .local-nav .control-group {
    margin: 0;
  }
  .local-nav .control-group select {
    width: 100%;
  }
  .local-nav .control-group .controls:first-child select {
    margin-bottom: 15px;
    line-height: 15px;
    height: 45px;
    border-radius: 4px;
    padding: 4px 6px;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    font-size: 12px;
  }
  section h2 {
    font-size: 22px;
    text-align: center;
    margin: 30px 0 25px;
  }
  section h2 span {
    font-size: 12px;
  }
  .contents li.first_city {
    margin-top: 40px;
  }

/*
  .local-nav .control-group .controls select {
    padding-left: 10px;
    background: #fff url(/assets/images/icon/arrow_down_icon.png) no-repeat right;
    background-position-x: 95%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  } */

  .local-nav .control-group .city {
    display: none;
  }

  .local-nav .control-group .city.is-active {
    display: block;
  }

  .title {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .local-nav .box-title {
    margin: 27px 0;
    font-size: 14px;
    line-height: 14px;
  }

  .contents ul {
    margin: 0 auto;
    width: 100%;
  }

  .contents ul li {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 5.5% 19% 5.5% 5.5%;
    text-align: left;
    margin: -1px 0 0;
    background: url(/assets/images/slider_arrow_next_to.png) no-repeat right;
    background-position-x: 95%;
    background-size: 8px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .contents ul li:nth-child(4n+1),
  .contents ul li:nth-child(3n+1),
  .contents ul li:nth-child(2n+1) {
    margin-left: 0;
  }

  .contents ul li:nth-child(-n+4),
  .contents ul li:nth-child(-n+2) {
    margin-top: -1px;
  }

  .contents ul li h3,
  .contents ul li h4 {
    margin-bottom: 15px;
  }

  .contents ul li h3 {
    font-size: 10px;
  }

  .contents ul li h4 {
    font-size: 12px;
    line-height: 19px;
    min-height: 19px;
  }

  .contents ul li .address {
    line-height: 15px;
    font-size: 9px;
    margin-bottom: 15px;
  }

  .contents ul li .address a {
    pointer-events: visible;
  }

  .contents ul li .tel {
    min-height: auto;
    font-size: 9px;
  }

  .contents ul li .btn {
    display: none;
  }

  .more-btn {
    width: 100%;
  }
  #main {
    margin-bottom: 50px;
  }
  section.brandlist h2 {
    font-size: 15px;
  }
  .brandlist li .brand_logo {
    margin-top: 18px;
  }
  .brandlist li .brand_logo *#ac_alphacubic,
  .brandlist li .brand_logo *#decoy,
  .brandlist li .brand_logo *#petit,
  .brandlist li .brand_logo *#lesouk,
  .brandlist li .brand_logo *#junkoshimada ,
  .brandlist li .brand_logo *#atsurotayama {
    width: 70px;
  }
  #page-body {
    margin-bottom: 0;
  }
  .contents li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contents.list li {
    border-bottom: 1px solid #e5eaf0;
  }
  .contents li .storename {
    flex: 0 0 100%;
    margin: 15px 0px;
    font-size: 13px;
  }
  .contents li .address {
    flex: 0 0 100%;
    margin: 5px 0;
  }
  .contents li .tel {
    flex: 0 0 100%;
    margin: 5px 0px 10px;
    text-indent: 5px;
  }
  .noncity .contents li.first_city,
  .noncity .contents li:first-child {
    margin-top: 40px;
  }
  .contents li.first_city h3 {
    position: static;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .whiteback {
    border: none;
  }
}
@media screen and (min-width:980px){
  .breadcrumb-wrap{
    max-width: 1200px;
    margin: 0 auto 45px;
  }
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px){

}

/*
==================== TOP ブランド画像配置 ====================
*/
.brandlist .list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
@media only screen and (min-width: 768px){
  .brandlist .list{
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 3rem;
  }
}
/*
==================== //TOP ブランド画像配置 ====================
*/