@charset "UTF-8";

#lv_outer {
    background: url(/common/upload_data/yuukihomejp/image/20250326151758.jpg) no-repeat 50% 0;
    background-size: cover;
    z-index: -2;
}
#lv_outer:after {
    content: '';
    background-color: rgba( 255,255,255,0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media (min-width: 1170px) and (max-width: 1232px) {
    .widget_shop01 dt {
        width: 170px !important;
    }
}
@media (min-width: 769px) {
.widget_shop01 .inner_item_img, .widget_shop01 .inner_item_txt {
    width: auto !important;
    float: none;
}


.shop-map-wrapper {
    display: flex;
    width: 100% !important;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
    padding: 70px 0;
    max-width: 1200px;
}

    .shop-map-wrapper > .widget_shop01 {
        flex: 1;
        margin: 0;
    }
}
@media (max-width: 800px) {
.widget_shop01 .inner_item_img img {
    max-width: 100%;
}
}

@media (max-width: 768px) {
.widget_shop01 .inner_item_img img {
    max-width: 100%;
}
.shop-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
   padding:0  0 50px 0;
}

    .shop-map-wrapper > .widget_shop01 {
        width: 100%;
    }
}


.heading.block_header_4 {
    padding-left: 0 !important;
}

.heading.block_header_4 .h {
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 0.5em 0.75em;
}




/* table start */
.inner_item_txt {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #00000021;
}

.inner_item_txt dl {
  display: flex;
  margin: 0;
}

.inner_item_txt dt {
  width: 25%;
  min-width: 140px;
  background-color: #b38354;
  color: #fff;
  padding: 6px;
  margin: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  border-left: 1px solid #00000021;
  border-right: 1px solid #00000021;
  border-bottom: 1px solid #00000021;
}

.inner_item_txt dd {
  width: 75%;
  padding: 6px;
  margin: 0;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.6;
  box-sizing: border-box;

  border-right: 1px solid #00000021;
  border-bottom: 1px solid #00000021;
}

.widget_shop01 .inner_item_txt {
  padding-left: 0;
}

@media (max-width: 700px) {
  .inner_item_txt dl {
    flex-direction: column;
  }

  .inner_item_txt dt,
  .inner_item_txt dd {
    width: 100%;
  }

  .inner_item_txt dt {
    justify-content: flex-start;
    border-left: 1px solid #00000021;
    border-right: 1px solid #00000021;
    border-bottom: 0; /* Prevent double border with dd */
  }

  .inner_item_txt dd {
    border-left: 1px solid #00000021;
    border-right: 1px solid #00000021;
    border-bottom: 1px solid #00000021;
  }
}

.inner_item_txt dl,
.inner_item_txt dt,
.inner_item_txt dd,
.inner_item_txt p {
  margin: 0 !important;
  box-sizing: border-box;
  outline: 0;
}


@media (min-width: 769px) and (max-width: 1223px) {
    .shop-map-wrapper > .widget_shop01 {
        padding: 0 1%;
    }
}

.widget_shop01 dl:nth-of-type(1) {
    border-top: none;
}



.widget_shop01 dl{
  border-bottom: none;
}

















