/* CSS Document */
.sectionBox {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

.sectionBox .titleStyle1 {
  margin-bottom: 20px;
}

.locationContentBox {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .locationKindList,
  .locationAreaList {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
  }
  .locationKindList li,
  .locationAreaList li {
    padding: 0;
  }
  .locationKindList li a,
  .locationAreaList li a {
    display: block;
    font-size: 13px;
    padding: 12px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .locationKindList li:first-child a,
  .locationAreaList li:first-child a {
    border: none;
  }
}

@media (min-width: 768px) {
  .locationKindList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #181818;
    border-bottom: 1px solid #bdc5bf;
  }
  .locationKindList li {
    position: relative;
    width: 25%;
    padding-left: 20px;
  }
  .locationKindList li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    width: 5px;
    height: 5px;
    background-color: #8d6748;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .locationKindList li::after {
    right: -20px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .locationKindList li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .locationKindList li:hover > a, .locationKindList li.current > a {
    color: #8d6748;
  }
  .locationKindList li > a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: .02em;
    color: #000;
  }
  .locationKindList dl {
    display: none;
  }
}

@media (min-width: 768px) {
  .locationAreaList li {
    display: none;
  }
  .locationAreaList li.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .locationAreaList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px 35px;
    background-color: #fff;
    cursor: pointer;
    border: 3px solid #e2e2e2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .locationAreaList .item:hover, .locationAreaList .item.current {
    background-color: #d62d27;
  }
  .locationAreaList .item:hover .Img img, .locationAreaList .item.current .Img img {
    top: -70px;
  }
  .locationAreaList .item:hover .title a, .locationAreaList .item.current .title a {
    color: #fff;
  }
  .locationAreaList .Img {
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  .locationAreaList .Img img {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    -webkit-filter: drop-shadow(0 70px 0 #fff);
    filter: drop-shadow(0 70px 0 #fff);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .locationAreaList .title {
    font-size: 16px;
    letter-spacing: .01em;
  }
}

@media (max-width: 767px) {
  .locationAreaList li {
    display: none;
  }
  .locationAreaList li:first-child {
    display: block;
  }
  .locationAreaList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d1d1d1;
  }
  .locationAreaList .Img {
    width: 40px;
  }
  .locationAreaList .Img img {
    display: block;
    width: 100%;
  }
}

.locationListTitle li,
.locationList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 5px 25px 0;
}

.locationListTitle .area,
.locationList .area {
  width: 18%;
}

.locationListTitle .title,
.locationList .title {
  width: 25%;
}

.locationListTitle .address,
.locationList .address {
  width: 30%;
}

.locationListTitle .tel,
.locationList .tel {
  width: 15%;
}

.locationListTitle .map,
.locationList .map {
  width: 12%;
}

.locationListTitle .center,
.locationList .center {
  text-align: center;
}

.locationListTitle .itemTitle,
.locationList .itemTitle {
  font-size: 15px;
  letter-spacing: .05em;
}

.locationListTitle {
  border-top: 2px solid #181818;
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 640px) {
  .locationListTitle {
    display: none;
  }
}

.locationListTitle .itemTitle {
  color: #100c0c;
  font-weight: 500;
}

.locationList li {
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 640px) {
  .locationList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.locationList .itemTitle,
.locationList a {
  color: #000;
}

.locationList a:hover {
  color: #8d6748;
}

@media (max-width: 640px) {
  .locationList .itemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .locationList .itemTitle::before {
    content: attr(data-title);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    text-align: left;
    color: #fff;
    background-color: #928048;
  }
  .locationList .itemTitle::before,
  .locationList .itemTitle .text {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }
}

.locationTextList {
  margin-bottom: 20px;
}

.locationTextList li {
  display: none;
}

.locationTextList li.current {
  display: block;
}
