.locationLabel {
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .locationLabel {
    top: -60px;
    width: 137px;
  }
}
@media only screen and (max-width: 767px) {
  .locationLabel {
    top: calc(-24 / 375 * 100vw);
    width: calc(104 / 375 * 100vw);
  }
}
.locationLabel--left {
  left: 0;
  right: auto;
}

*:has(> .locationLabel) {
  position: relative;
}

.introSect__head {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .introSect__head {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head {
    padding: calc(80 / 375 * 100vw) 0 calc(64 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .introSect__head .headingLv2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .introSect__head .txt {
    line-height: 2.6;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__head .txt {
    line-height: 2.2;
  }
}
@media only screen and (min-width: 768px) {
  .introSect__cont {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .introSect__cont {
    margin-left: calc(-16 / 375 * 100vw);
    width: calc(100% + 32 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .areaPhoto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .areaPhoto {
    display: flex;
    flex-direction: column;
    gap: calc(8 / 375 * 100vw);
  }
}
.areaPhoto__item {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .areaPhoto__item:nth-child(even) .areaPhoto__label {
    left: auto;
    right: calc(11 / 375 * 100vw);
  }
}
.areaPhoto__item .photo {
  height: 100%;
}
.areaPhoto__item .photo__pic, .areaPhoto__item .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.areaPhoto__label {
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .areaPhoto__label {
    font-size: 36px;
    bottom: 32px;
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .areaPhoto__label {
    font-size: calc(30 / 375 * 100vw);
    bottom: calc(16 / 375 * 100vw);
    left: calc(11 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .areaPhoto__label .large {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .areaPhoto__label .large {
    font-size: calc(54 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .positionSect {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .positionSect {
    padding-top: calc(64 / 375 * 100vw);
  }
}
.positionSect__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .positionSect__inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .positionSect__inner {
    padding-top: calc(80 / 375 * 100vw);
  }
}
.positionSect__inner:after {
  background: no-repeat center top/100% auto;
  content: "";
  margin-left: calc(50% - 50vw);
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .positionSect__inner:after {
    background-image: url("../img/pc/bg-wall-02@1.5x.png");
  }
}
@media only screen and (max-width: 767px) {
  .positionSect__inner:after {
    background-image: url("../img/sp/bg-wall-02.png");
  }
}
@media only screen and (min-width: 768px) {
  .positionSect__head + .positionSect__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .positionSect__head + .positionSect__cont {
    margin-top: calc(80 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .kuramaeSect {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect {
    padding-top: calc(120 / 375 * 100vw);
  }
}
.kuramaeSect__head {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__head {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__head {
    margin-top: calc(64 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__head .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__cont {
    margin-top: calc(64 / 375 * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(32 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__cont + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__cont + * {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.kuramaeSect__bottom {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__bottom {
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__bottom {
    gap: calc(40 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__bottom .subSect {
    align-items: center;
    display: flex;
    gap: 80px;
  }
}
.kuramaeSect__bottom .subSect:nth-child(1) .subSect__head:after {
  aspect-ratio: 270/95;
  background: url("../img/location/img-deco-kuramae-04.png") no-repeat center top/cover;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__bottom .subSect:nth-child(1) .subSect__head:after {
    right: -46px;
    top: 272px;
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__bottom .subSect:nth-child(1) .subSect__head:after {
    right: 0;
    top: calc(182 / 375 * 100vw);
    width: calc(201 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__bottom .subSect:nth-child(1) .subSect__head .locationLabel {
    top: calc(-53 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__bottom .subSect:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.kuramaeSect__bottom .subSect__head {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .kuramaeSect__bottom .subSect__head {
    flex-shrink: 0;
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__bottom .subSect__head + .subSect__cont {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.kuramaeSect__bottom .subSect__cont {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__bottom .subSect__cont {
    padding: 0 calc(24 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .kuramaeSect__bottom .subSect__cont * {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .okachimachiSect,
  .asakusabashiSect {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .okachimachiSect,
  .asakusabashiSect {
    padding-top: calc(80 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .okachimachiSect > * + *,
  .asakusabashiSect > * + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .okachimachiSect > * + *,
  .asakusabashiSect > * + * {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.okachimachiSect__head,
.asakusabashiSect__head {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .okachimachiSect__head,
  .asakusabashiSect__head {
    padding: 0 calc(24 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .okachimachiSect__head .txt,
  .asakusabashiSect__head .txt {
    text-align: left;
  }
}
.okachimachiSect__spotGrid,
.asakusabashiSect__spotGrid {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .okachimachiSect__spotGrid,
  .asakusabashiSect__spotGrid {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .okachimachiSect__spotGrid,
  .asakusabashiSect__spotGrid {
    flex-direction: column;
    gap: calc(32 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .spotPair {
    flex: 1;
    min-width: 0;
  }
}
.spotPair__list {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .spotPair__list {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .spotPair__list {
    gap: calc(7 / 375 * 100vw);
  }
}
.spotPair__list .photo {
  flex: 1;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .spotPair__cap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .spotPair__cap {
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .gourmetSect {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect {
    padding-top: calc(80 / 375 * 100vw);
  }
}
.gourmetSect__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .gourmetSect__inner {
    padding: 80px 0 160px;
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__inner {
    padding: calc(120 / 375 * 100vw) 0;
    gap: calc(64 / 375 * 100vw);
  }
}
.gourmetSect__inner:after {
  background: repeat-y center top/100% auto;
  content: "";
  margin-left: calc(50% - 50vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .gourmetSect__inner:after {
    background-image: url("../img/pc/bg-wall-01@1.5x.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__inner:after {
    background-image: url("../img/sp/bg-wall-01.jpg");
  }
}
.gourmetSect__head {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gourmetSect__head .txt {
    text-align: left;
  }
}
.gourmetSect__cont .zoomFigure + .cap {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .gourmetSect__cont .zoomFigure + .cap {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .gourmetSect__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .gourmetSect__bottom {
    display: flex;
    flex-direction: column;
    gap: calc(64 / 375 * 100vw);
  }
}

.shopCard__head {
  position: relative;
}
.shopCard__deco {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .shopCard__deco {
    bottom: -24px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__deco {
    bottom: calc(-20 / 375 * 100vw);
    width: calc(145 / 375 * 100vw);
  }
}
.shopCard__deco:after {
  content: "";
  inset: 0;
  position: absolute;
  border: 4px solid #fff;
}
@media only screen and (max-width: 767px) {
  .shopCard__deco:after {
    border-width: calc(4 / 375 * 100vw);
  }
}
.shopCard__deco--plot:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .shopCard__body {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__body {
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
  }
}
.shopCard__ttl {
  align-items: center;
  display: flex;
  gap: 8px;
}
.shopCard__ttl .num {
  background-color: #222;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .shopCard__ttl .num {
    font-size: 15px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__ttl .num {
    font-size: calc(12 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}
.shopCard__ttl .name {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .shopCard__ttl .name {
    font-size: calc(12 / 375 * 100vw);
  }
}
.shopCard__ttl .name .en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .shopCard__ttl .name .en {
    display: block;
    font-size: calc(15 / 375 * 100vw);
  }
}
.shopCard__ttl .bold {
  font-weight: 700;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .shopCard__ttl .bold {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .shopCard__detail {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__detail {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.shopCard__desc {
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .shopCard__desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__desc {
    font-size: calc(12 / 375 * 100vw);
  }
}
.shopCard__info {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .shopCard__info {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__info {
    margin-top: calc(16 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}
.shopCard__info:before {
  background-color: #d9d9d9;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shopCard__dist {
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .shopCard__dist {
    padding: 16px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__dist {
    padding: calc(24 / 375 * 100vw) calc(12 / 375 * 100vw);
    width: calc(72 / 375 * 100vw);
  }
}
.shopCard__dist .walk {
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .shopCard__dist .walk {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__dist .walk {
    font-size: calc(12 / 375 * 100vw);
  }
}
.shopCard__dist .num {
  display: inline-block;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) {
  .shopCard__dist .num {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__dist .num {
    font-size: calc(18 / 375 * 100vw);
  }
}
.shopCard__dist .dist {
  color: #333;
}
@media only screen and (min-width: 768px) {
  .shopCard__dist .dist {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shopCard__dist .dist {
    font-size: calc(10 / 375 * 100vw);
  }
}
.shopCard__meta {
  color: #333;
  flex: 1;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .shopCard__meta {
    font-size: calc(12 / 375 * 100vw);
  }
}

.lifeInfoSect {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .lifeInfoSect {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lifeInfoSect {
    padding: calc(120 / 375 * 100vw) 0;
  }
}
@media only screen and (min-width: 768px) {
  .lifeInfoSect > * + * {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lifeInfoSect > * + * {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.lifeInfoSect__en {
  color: #7d4e46;
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lifeInfoSect__en {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .lifeInfoSect__map {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lifeInfoSect__map {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .lifeInfoSect__lists {
    display: flex;
    gap: 40px;
  }
}
.lifeInfoSect__col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lifeInfoSect__col {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .lifeInfoSect__col {
    gap: calc(20 / 375 * 100vw);
  }
  .lifeInfoSect__col + .lifeInfoSect__col {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.lifeInfoBlock__ttl {
  border-bottom: 1px solid rgba(125, 78, 70, 0.8);
  color: rgba(125, 78, 70, 0.8);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .lifeInfoBlock__ttl {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.lifeInfoBlock--shopping .lifeInfoBlock__ttl {
  border-bottom-color: #ec6d81;
  color: #ec6d81;
}
.lifeInfoBlock--public .lifeInfoBlock__ttl {
  border-bottom-color: #958116;
  color: #958116;
}
.lifeInfoBlock--finance .lifeInfoBlock__ttl {
  border-bottom-color: #a688bd;
  color: #a688bd;
}
.lifeInfoBlock--park .lifeInfoBlock__ttl {
  border-bottom-color: #45b035;
  color: #45b035;
}
.lifeInfoBlock--culture .lifeInfoBlock__ttl {
  border-bottom-color: #f08300;
  color: #f08300;
}
.lifeInfoBlock--sports .lifeInfoBlock__ttl {
  border-bottom-color: #005ead;
  color: #005ead;
}
.lifeInfoBlock--education .lifeInfoBlock__ttl {
  border-bottom-color: #00a7ea;
  color: #00a7ea;
}
.lifeInfoBlock--hospital .lifeInfoBlock__ttl {
  border-bottom-color: #e6002d;
  color: #e6002d;
}
.lifeInfoBlock__item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .lifeInfoBlock__item {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.lifeInfoBlock__item .place {
  flex: 1;
  min-width: 0;
}
.lifeInfoBlock__item .info {
  flex-shrink: 0;
  padding-left: 10px;
}/*# sourceMappingURL=location.css.map */