@charset "UTF-8";
/* CSS Document */
.ttl-area {
  margin-bottom: 9px;
}
@media (min-width: 769px) {
  .ttl-area {
    margin-bottom: 50px;
  }
}

.floor-tabbox {
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .floor-tabbox {
    margin-bottom: 57px;
  }
}
.floor-tabbox .floor-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 769px) {
  .floor-tabbox .floor-tab {
    border-bottom: 1px solid #CCC6B9;
  }
}
.floor-tabbox .floor-tab li {
  border-bottom: 1px solid #CCC6B9;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .floor-tabbox .floor-tab li {
    width: 376px;
    border-bottom: none;
    margin-bottom: -1px;
  }
}
.floor-tabbox .floor-tab li a {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 12px;
  display: block;
  color: rgba(60, 60, 60, 0.6);
}
@media (min-width: 769px) {
  .floor-tabbox .floor-tab li a {
    font-size: 20px;
    padding-bottom: 32px;
  }
}
.floor-tabbox .floor-tab .current {
  border-bottom: 2px solid #866D3E;
}
.floor-tabbox .floor-tab .current a {
  color: #3C3C3C;
}

/*============================
#shoplist-box
============================*/
#shoplist-box {
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #shoplist-box {
    padding-bottom: 140px;
  }
}
#shoplist-box .box-inner .floor-navlist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .floor-navlist {
    gap: 12px;
    justify-content: center;
  }
}
#shoplist-box .box-inner .floor-navlist .current {
  border: 1px solid #EFE8DC;
}
#shoplist-box .box-inner .floor-navlist .current a {
  background: #fff;
  color: #3c3c3c;
}
#shoplist-box .box-inner .floor-navlist li {
  border: 1px solid #938976;
  width: calc(25% - 5px);
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .floor-navlist li {
    width: 70px;
  }
}
#shoplist-box .box-inner .floor-navlist li a {
  background: #938976;
  color: #fff;
  text-align: center;
  padding: 8px;
  display: block;
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .floor-navlist li a {
    font-size: 32px;
    height: 100%;
    padding: 11px 8px;
  }
  #shoplist-box .box-inner .floor-navlist li a:hover {
    opacity: 1;
    background: #fff;
    color: #938976;
  }
}
#shoplist-box .box-inner .category-navlist {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 2px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .category-navlist {
    justify-content: center;
    gap: 12px;
    max-width: 812px;
    margin: 0 auto 42px;
  }
}
#shoplist-box .box-inner .category-navlist .current {
  border: 1px solid #EFE8DC;
}
#shoplist-box .box-inner .category-navlist .current a {
  background: #fff;
  color: #3c3c3c;
}
#shoplist-box .box-inner .category-navlist li {
  border: 1px solid #938976;
}
#shoplist-box .box-inner .category-navlist li a {
  background: #938976;
  color: #fff;
  text-align: center;
  padding: 8px;
  display: block;
  font-size: 13px;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .category-navlist li a {
    font-size: 16px;
    padding: 8px 18px;
  }
  #shoplist-box .box-inner .category-navlist li a:hover {
    opacity: 1;
    background: #fff;
    color: #938976;
  }
}
#shoplist-box .box-inner .floor-mds {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 300;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .floor-mds {
    font-size: 56px;
  }
}
#shoplist-box .box-inner .map-box {
  max-width: 640px;
  margin: -30px auto 32px;
  border: 1px dashed #CCC6B9;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .map-box {
    margin: -30px auto 75px;
  }
}
#shoplist-box .box-inner .category-mds {
  text-align: center;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 300;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .category-mds {
    font-size: 32px;
  }
}
#shoplist-box .box-inner .shoplist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 9px;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .shoplist {
    gap: 50px min(3.3333333333vw, 48px);
  }
}
#shoplist-box .box-inner .shoplist .article {
  width: calc(50% - 5px);
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .shoplist .article {
    width: calc(25% - min(2.5vw, 36px));
  }
}
#shoplist-box .box-inner .shoplist .article a {
  width: 100%;
}
#shoplist-box .box-inner .shoplist .article a .logo-wrapper {
  margin-bottom: 15px;
}
#shoplist-box .box-inner .shoplist .article a .logo-wrapper .img-box {
  position: relative;
  border: 1px solid #EFE8DC;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shoplist-box .box-inner .shoplist .article a .logo-wrapper .img-box img {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .shoplist .article a .logo-wrapper .img-box img {
    width: min(12.2222222222vw, 176px);
    height: min(12.2222222222vw, 176px);
  }
}
#shoplist-box .box-inner .shoplist .article a .logo-wrapper .img-box .floorname {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #fff;
  background: #938976;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .shoplist .article a .logo-wrapper .img-box .floorname {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
#shoplist-box .box-inner .shoplist .article a .txt-box .shopname {
  color: #866d3e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .shoplist .article a .txt-box .shopname {
    font-size: 16px;
  }
}
#shoplist-box .box-inner .shoplist .article a .txt-box .category {
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #shoplist-box .box-inner .shoplist .article a .txt-box .category {
    font-size: 12px;
  }
}
#shoplist-box .keyword-box {
  width: 100%;
  margin-bottom: 19px;
}
@media (min-width: 769px) {
  #shoplist-box .keyword-box {
    width: 572px;
    margin: 96px auto 40px;
  }
}
#shoplist-box .keyword-box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #CCC6B9;
}
@media (min-width: 769px) {
  #shoplist-box .keyword-box form {
    margin: 0 auto;
    border-width: 1px;
    flex-wrap: wrap;
  }
}
#shoplist-box .keyword-box form input {
  width: 74.1333333333vw;
  height: 64px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  background: #fff;
}
#shoplist-box .keyword-box form input::placeholder {
  color: #B1B1B1;
}
@media (min-width: 769px) {
  #shoplist-box .keyword-box form input {
    padding: 19px 20px;
    width: 506px;
    font-size: 16px;
  }
}
#shoplist-box .keyword-box form .search-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: none;
  background: url(../images/floorguide/icon_search.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #shoplist-box .keyword-box form .search-submit:hover {
    opacity: 0.7;
  }
}
#shoplist-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 2px;
}
@media (min-width: 769px) {
  #shoplist-box .tag-list {
    justify-content: center;
    gap: 12px;
    max-width: 652px;
    margin: 0 auto;
  }
}
#shoplist-box .tag-list li {
  border: 1px solid #938976;
}
#shoplist-box .tag-list li a {
  background: #938976;
  color: #fff;
  text-align: center;
  padding: 8px;
  display: block;
  font-size: 13px;
}
@media (min-width: 769px) {
  #shoplist-box .tag-list li a {
    font-size: 16px;
    padding: 8px 18px;
  }
  #shoplist-box .tag-list li a:hover {
    opacity: 1;
    background: #fff;
    color: #938976;
  }
}
#shoplist-box .keyword-mds {
  font-size: 16px;
  text-align: center;
  padding: 15px 0 2px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin: 0 auto 37px;
}
@media screen and (min-width: 769px) {
  #shoplist-box .keyword-mds {
    padding-bottom: 5px;
    padding-top: 0;
    font-size: 18px;
    margin-bottom: 59px;
  }
}
#shoplist-box .keyword-mds::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #3c3c3c;
}
#shoplist-box .keyword-none {
  font-size: 10px;
  text-align: center;
  margin-top: -20px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #shoplist-box .keyword-none {
    font-size: 12px;
    margin-top: -35px;
  }
}

.page-detail {
  /*============================
  #recent
  ============================*/
}
.page-detail .shopinfo-box {
  background: #DEDAD1;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box {
    padding: 64px 0;
  }
}
.page-detail .shopinfo-box .box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  max-width: 1000px !important;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box .box-inner {
    gap: 27px;
  }
}
.page-detail .shopinfo-box .img-box {
  width: 120px;
  height: 120px;
  border: 1px solid #CCC6B9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box .img-box {
    width: 240px;
    height: 240px;
  }
}
.page-detail .shopinfo-box .img-box img {
  width: 95px;
  height: 95px;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box .img-box img {
    width: 175px;
    height: 175px;
  }
}
.page-detail .shopinfo-box .txt-box {
  flex: 1;
}
.page-detail .shopinfo-box .txt-box .floor {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #866d3e;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box .txt-box .floor {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.page-detail .shopinfo-box .txt-box .shopcategory {
  font-size: 10px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box .txt-box .shopcategory {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.page-detail .shopinfo-box .txt-box .shopname {
  color: #866d3e;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-detail .shopinfo-box .txt-box .shopname {
    font-size: 18px;
  }
}
.page-detail .shopinfo-box .txt-box .detail.pc-view {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.page-detail .shopinfo-box .detail.sp-view {
  margin-top: 16px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
}
.page-detail .shopdetail-box {
  padding-top: 48px;
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box {
    padding-top: 64px;
  }
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 46px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-detail .shopdetail-box .box-inner .detail-img {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner .detail-img {
    max-width: 444px;
    width: 50%;
  }
}
.page-detail .shopdetail-box .box-inner .detail-img .slider-img {
  overflow: hidden;
  aspect-ratio: 888/666;
}
.page-detail .shopdetail-box .box-inner .detail-img .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
  transform: scale(1.2);
  background-size: cover;
  background-position: center;
}
.page-detail .shopdetail-box .box-inner .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  position: relative;
}
.page-detail .shopdetail-box .box-inner .info-box {
  border-top: 1px solid #EFE8DC;
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner .info-box {
    width: 50%;
  }
}
.page-detail .shopdetail-box .box-inner .info-box .inner {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #EFE8DC;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dt {
  width: 80px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner .info-box .inner dt {
    font-size: 16px;
    width: 120px;
  }
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd {
  flex: 1;
  font-size: 12px;
  gap: 10px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner .info-box .inner dd {
    font-size: 14px;
  }
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd .font-s {
  font-size: 10px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner .info-box .inner dd .font-s {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .page-detail .shopdetail-box .box-inner .info-box .inner dd a.tel-link {
    pointer-events: none;
    color: #3c3c3c;
  }
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd a:not(.tel-link) {
  text-decoration: underline;
  display: block;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd a {
  color: #866d3e;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd.flex-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd .service {
  width: fit-content;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd .service img {
  margin-right: 8px;
  vertical-align: middle;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd .service .service01 {
  width: 44px;
}
.page-detail .shopdetail-box .box-inner .info-box .inner dd .service .service02 {
  width: 32px;
}
.page-detail #main {
  margin-bottom: 90px;
}
.page-detail #recent {
  background: #f7f5f2;
  padding: 40px 0 80px;
}
@media (min-width: 769px) {
  .page-detail #recent {
    padding: 60px 0 140px;
  }
}
.page-detail #recent .box-inner .recent-ttl {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .page-detail #recent .box-inner .recent-ttl {
    margin-bottom: 29px;
  }
}
.page-detail #recent .box-inner .recent-ttl .txt-en {
  font-size: 32px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: block;
}
@media (min-width: 769px) {
  .page-detail #recent .box-inner .recent-ttl .txt-en {
    font-size: 40px;
  }
}
.page-detail #recent .box-inner .recent-ttl .txt-jp {
  font-size: 12px;
  font-weight: 500;
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 769px) {
  .page-detail #recent .box-inner .recent-ttl .txt-jp {
    font-size: 14px;
    margin-top: -5px;
  }
}
.page-detail #recent .box-inner .article-list {
  margin-bottom: 30px;
}
.page-detail #recent .box-inner .article-list .article {
  background: transparent;
}
/*# sourceMappingURL=_map/floorguide.css.map */
