@charset "UTF-8";
.bg_title {
  width: min(1200 / 1320 * 100vw, 1200px);
  margin: min(10 / 1320 * 100vw, 10px) auto 0;
}
@media screen and (max-width: 768px) {
  .bg_title {
    width: min(264 / 375 * 100vw, 264px);
    margin: 0.8em auto 0;
  }
}

.page_title {
  margin-top: calc(min(154 / 1320 * 100vw, 154px) * -1);
  text-align: center;
  position: relative;
}
.page_title .title {
  font-size: min(40 / 1320 * 100vw, 40px);
}
.page_title .room_number {
  margin-top: min(4 / 1320 * 100vw, 4px);
  font-size: min(28 / 1320 * 100vw, 28px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page_title {
    margin-top: -1.8em;
  }
  .page_title .title {
    font-size: min(24 / 375 * 100vw, 24px);
  }
  .page_title .room_number {
    margin-top: 0.4em;
    font-size: min(20 / 375 * 100vw, 20px);
  }
}

#area_lead {
  margin-top: min(40 / 1320 * 100vw, 40px);
  padding-bottom: min(60 / 1320 * 100vw, 60px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #area_lead {
    margin-top: 1.5em;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#area_lead #images {
  width: 57.4074074074%;
  margin-top: min(6 / 1320 * 100vw, 6px);
}
#area_lead #images .img {
  line-height: 1;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
#area_lead #images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#area_lead #images .swiperMain {
  width: calc(100% + 40px);
  padding: 20px;
  margin: -20px;
}
#area_lead #images .swiperMain .img {
  aspect-ratio: 62/54;
  position: relative;
}
#area_lead #images .swiperMain .img img {
  max-height: 540px;
}
@media (hover: hover) {
  #area_lead #images .swiperMain .img:hover .zoom {
    background: #A28777;
  }
}
#area_lead #images .swiperMain .swiper-pagination {
  width: min(60 / 1320 * 100vw, 60px);
  font-family: var(--font-gothic);
  font-size: min(14 / 1320 * 100vw, 14px);
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 8px;
  background: #c7c7c7;
  line-height: min(24 / 1320 * 100vw, 24px);
  border-radius: 20px;
  color: #fff;
}
#area_lead #images .swiperMain .zoom {
  width: min(28 / 1320 * 100vw, 28px);
  height: min(28 / 1320 * 100vw, 28px);
  background: #c7c7c7;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#area_lead #images .thumbWrap {
  margin: min(10 / 1320 * 100vw, 10px) -10px 0;
  overflow: hidden;
}
#area_lead #images .swiperThumbnail {
  padding: 10px;
}
#area_lead #images .swiperThumbnail .img {
  aspect-ratio: 78/68;
}
#area_lead #images .swiperThumbnail .swiper-slide {
  cursor: pointer;
}
#area_lead #images .swiperThumbnail .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #A28777;
  opacity: 0;
}
#area_lead #images .swiperThumbnail .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
#area_lead #images .slideWrap {
  position: relative;
}
#area_lead #images .slideWrap .swiper-button-prev,
#area_lead #images .slideWrap .swiper-button-next {
  bottom: 0;
  margin: auto;
}
#area_lead #images .slideWrap .swiper-button-prev > svg,
#area_lead #images .slideWrap .swiper-button-next > svg {
  display: none;
}
#area_lead #images .slideWrap .swiper-button-prev::before,
#area_lead #images .slideWrap .swiper-button-next::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: block;
  background: #fff;
  opacity: 0.8;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
#area_lead #images .slideWrap .swiper-button-prev::after,
#area_lead #images .slideWrap .swiper-button-next::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #584B41;
  -webkit-mask: url(../img/icon_arrow_vertical.svg);
          mask: url(../img/icon_arrow_vertical.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#area_lead #images .slideWrap .swiper-button-prev.main-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: calc(min(24 / 1320 * 100vw, 24px) * -1);
}
#area_lead #images .slideWrap .swiper-button-next.main-next {
  right: calc(min(24 / 1320 * 100vw, 24px) * -1);
}
#area_lead #images .slideWrap .swiper-button-prev.main-prev,
#area_lead #images .slideWrap .swiper-button-next.main-next {
  top: -30px;
}
#area_lead #images .slideWrap .swiper-button-prev.thumb-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: calc(min(14 / 1320 * 100vw, 14px) * -1);
}
#area_lead #images .slideWrap .swiper-button-next.thumb-next {
  right: calc(min(14 / 1320 * 100vw, 14px) * -1);
}
#area_lead #images .slideWrap .swiper-button-prev.thumb-prev,
#area_lead #images .slideWrap .swiper-button-next.thumb-next {
  width: 28px;
  height: 28px;
  top: 0;
}
#area_lead #images .slideWrap .swiper-button-prev.thumb-prev::before,
#area_lead #images .slideWrap .swiper-button-next.thumb-next::before {
  content: "";
  width: 28px;
  height: 28px;
}
#area_lead #images .slideWrap .swiper-button-prev.thumb-prev::after,
#area_lead #images .slideWrap .swiper-button-next.thumb-next::after {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  #area_lead #images {
    width: 100%;
    margin-top: 1em;
  }
  #area_lead #images .swiperMain .swiper-pagination {
    min-width: min(40 / 375 * 100vw, 40px);
    font-size: min(10 / 375 * 100vw, 10px);
    top: 8px;
    right: 8px;
    line-height: min(16 / 375 * 100vw, 16px);
  }
  #area_lead #images .swiperMain .zoom {
    display: none;
  }
  #area_lead #images .swiperMain .swiper-slide {
    pointer-events: none;
  }
  #area_lead #images .thumbWrap {
    margin-top: 0.5em;
  }
  #area_lead #images .swiperThumbnail {
    padding: 10px;
  }
  #area_lead #images .swiperThumbnail .img {
    aspect-ratio: 78/68;
  }
  #area_lead #images .slideWrap .swiper-button-prev,
  #area_lead #images .slideWrap .swiper-button-next {
    bottom: 0;
    margin: auto;
  }
  #area_lead #images .slideWrap .swiper-button-prev::before,
  #area_lead #images .slideWrap .swiper-button-next::before {
    content: "";
    width: min(32 / 375 * 100vw, 32px);
    height: min(32 / 375 * 100vw, 32px);
  }
  #area_lead #images .slideWrap .swiper-button-prev::after,
  #area_lead #images .slideWrap .swiper-button-next::after {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
  }
  #area_lead #images .slideWrap .swiper-button-prev.main-prev {
    left: calc(min(22 / 375 * 100vw, 22px) * -1);
  }
  #area_lead #images .slideWrap .swiper-button-next.main-next {
    right: calc(min(22 / 375 * 100vw, 22px) * -1);
  }
  #area_lead #images .slideWrap .swiper-button-prev.main-prev,
  #area_lead #images .slideWrap .swiper-button-next.main-next {
    top: 0;
  }
  #area_lead #images .slideWrap .swiper-button-prev.thumb-prev {
    left: calc(min(16 / 375 * 100vw, 16px) * -1);
  }
  #area_lead #images .slideWrap .swiper-button-next.thumb-next {
    right: calc(min(16 / 375 * 100vw, 16px) * -1);
  }
  #area_lead #images .slideWrap .swiper-button-prev.thumb-prev,
  #area_lead #images .slideWrap .swiper-button-next.thumb-next {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
  }
  #area_lead #images .slideWrap .swiper-button-prev.thumb-prev::before,
  #area_lead #images .slideWrap .swiper-button-next.thumb-next::before {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
  }
  #area_lead #images .slideWrap .swiper-button-prev.thumb-prev::after,
  #area_lead #images .slideWrap .swiper-button-next.thumb-next::after {
    width: min(10 / 375 * 100vw, 10px);
    height: min(10 / 375 * 100vw, 10px);
  }
}
#area_lead #status {
  width: 35.1851851852%;
  font-size: min(18 / 1320 * 100vw, 18px);
}
#area_lead #status dl dt, #area_lead #status dl dd {
  color: #584B41;
}
#area_lead #status dl dt {
  font-family: var(--font-gothic-bold);
  font-weight: 700;
}
#area_lead #status dl dd {
  margin-bottom: 0.8em;
  padding-bottom: 1em;
  font-family: var(--font-gothic);
  border-bottom: 1px solid #D6D6D6;
}
#area_lead #status dl dd.price {
  margin-top: 0.4em;
  padding-bottom: 1.2em;
}
#area_lead #status dl dd em {
  font-family: var(--font-gothic-bold);
  font-weight: 700;
  font-size: min(36 / 1320 * 100vw, 36px);
  line-height: 1;
}
#area_lead #status dl dd span.c {
  width: min(22 / 1320 * 100vw, 22px);
  height: min(22 / 1320 * 100vw, 22px);
  margin: 0 0.4em 0 0;
  line-height: min(22 / 1320 * 100vw, 22px);
  font-size: min(14 / 1320 * 100vw, 14px);
  display: inline-block;
  background: #D6D6D6;
  text-align: center;
}
#area_lead #status dl dd.sr span + span {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #area_lead #status {
    width: 100%;
    margin-top: 1.6em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #area_lead #status dl dd {
    margin-bottom: 0.8em;
    padding-bottom: 0.9em;
  }
  #area_lead #status dl dd.price {
    margin-top: 0.4em;
    padding-bottom: 1.2em;
  }
  #area_lead #status dl dd em {
    font-size: min(28 / 375 * 100vw, 28px);
  }
  #area_lead #status dl dd span.c {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
    margin: 0 0.4em 0 0;
    line-height: min(20 / 375 * 100vw, 20px);
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #area_lead #status dl dd.sr span + span {
    margin-left: 1em;
  }
}

.text {
  font-size: min(20 / 1320 * 100vw, 20px);
}
@media screen and (max-width: 768px) {
  .text {
    font-size: min(16 / 375 * 100vw, 16px);
  }
}

.residential_contact {
  padding: min(38 / 1320 * 100vw, 38px) 0 min(40 / 1320 * 100vw, 40px);
  background: -webkit-gradient(linear, left top, right top, from(#EFEADF), color-stop(50%, #F7F3F0), to(#EFEADF));
  background: linear-gradient(to right, #EFEADF 0%, #F7F3F0 50%, #EFEADF 100%);
  text-align: center;
}
.residential_contact .title {
  font-size: min(24 / 1320 * 100vw, 24px);
}
.residential_contact .link.flex_wrap {
  margin-top: min(20 / 1320 * 100vw, 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.residential_contact .link.flex_wrap .btn.form {
  width: min(352 / 1320 * 100vw, 352px);
  height: min(64 / 1320 * 100vw, 64px);
}
.residential_contact .link.flex_wrap .btn.form a {
  background: #584B41;
  border: none;
}
.residential_contact .link.flex_wrap .btn.form a span {
  font-size: min(20 / 1320 * 100vw, 20px);
}
@media (hover: hover) {
  .residential_contact .link.flex_wrap .btn.form a:hover {
    background: #A28777;
  }
}
.residential_contact .link.flex_wrap .dl_tel {
  margin-top: 0.4em;
  margin-left: 2em;
}
.residential_contact .link.flex_wrap .dl_tel dt, .residential_contact .link.flex_wrap .dl_tel dd, .residential_contact .link.flex_wrap .dl_tel a {
  color: #584B41;
}
.residential_contact .link.flex_wrap .dl_tel .tel {
  font-size: min(28 / 1320 * 100vw, 28px);
  letter-spacing: 0.02em;
}
.residential_contact .link.flex_wrap .dl_tel .tel a::before {
  width: min(26 / 1320 * 100vw, 26px);
  height: min(26 / 1320 * 100vw, 26px);
  margin: -0.4em 0.3em 0 0;
  background-color: #584B41;
  position: relative;
  left: 0.2em;
}
.residential_contact .link.flex_wrap .dl_tel .time {
  color: #584B41;
  font-family: var(--font-gothic);
  font-size: min(16 / 1320 * 100vw, 16px);
}
@media screen and (max-width: 768px) {
  .residential_contact {
    padding: 1.5em 6% 1.6em;
  }
  .residential_contact .title {
    font-size: min(18 / 375 * 100vw, 18px);
    line-height: 2;
  }
  .residential_contact .link.flex_wrap {
    margin-top: 0.9em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .residential_contact .link.flex_wrap .btn.form {
    width: 100%;
    height: min(52 / 375 * 100vw, 52px);
  }
  .residential_contact .link.flex_wrap .btn.form a span {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .residential_contact .link.flex_wrap .dl_tel {
    margin-top: 1.4em;
    margin-left: 0;
  }
  .residential_contact .link.flex_wrap .dl_tel .tel {
    font-size: min(24 / 375 * 100vw, 24px);
  }
  .residential_contact .link.flex_wrap .dl_tel .tel a::before {
    width: min(24 / 375 * 100vw, 24px);
    height: min(24 / 375 * 100vw, 24px);
    margin: -0.1em 0.3em 0 0;
    left: 0.2em;
  }
  .residential_contact .link.flex_wrap .dl_tel .time {
    font-size: min(12 / 375 * 100vw, 12px);
  }
}

#map {
  padding-top: min(70 / 1320 * 100vw, 70px);
  padding-bottom: min(80 / 1320 * 100vw, 80px);
  position: relative;
}
#map .title {
  font-size: min(40 / 1320 * 100vw, 40px);
  text-align: center;
  position: relative;
}
#map .gmap {
  margin-top: min(20 / 1320 * 100vw, 20px);
  padding: 4px;
  background: #fff;
  line-height: 1;
}
#map .gmap iframe {
  width: 100%;
  height: min(560 / 1320 * 100vw, 560px);
}
#map .flex_wrap {
  margin-top: min(30 / 1320 * 100vw, 30px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#map .flex_wrap .add {
  width: 50%;
  color: #584B41;
  font-family: var(--font-gothic);
  font-size: min(18 / 1320 * 100vw, 18px);
  line-height: 2;
}
#map .btn {
  width: min(240 / 1320 * 100vw, 240px);
  height: min(48 / 1320 * 100vw, 48px);
  margin-top: 0.1em;
}
#map .btn a {
  border: 1px solid #584B41;
  color: #584B41;
  font-size: min(16 / 1320 * 100vw, 16px);
  position: relative;
}
#map .btn a::after {
  content: "";
  width: min(12 / 1320 * 100vw, 12px);
  height: min(12 / 1320 * 100vw, 12px);
  display: inline-block;
  background-color: #584B41;
  -webkit-mask: url(../img/icon_arrow_diagonal.svg);
          mask: url(../img/icon_arrow_diagonal.svg);
  -webkit-mask-size: min(12 / 1320 * 100vw, 12px);
          mask-size: min(12 / 1320 * 100vw, 12px);
  vertical-align: middle;
  margin-left: 0.6em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  #map .btn a:hover {
    border-color: #A28777;
    background: #A28777;
    color: #fff;
  }
  #map .btn a:hover::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #map {
    padding-top: 2.2em;
    padding-bottom: 2.5em;
  }
  #map .gmap {
    margin-top: 0.8em;
    padding: 4px;
  }
  #map .gmap iframe {
    height: min(250 / 375 * 100vw, 250px);
  }
  #map .flex_wrap {
    margin-top: 0.3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #map .flex_wrap .add {
    width: 100%;
    font-size: min(14 / 375 * 100vw, 14px);
    line-height: 2;
  }
  #map .btn {
    width: 100%;
    height: min(40 / 375 * 100vw, 40px);
    margin-top: 0.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #map .btn a {
    width: min(184 / 375 * 100vw, 184px);
    height: min(40 / 375 * 100vw, 40px);
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #map .btn a::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
    -webkit-mask-size: min(12 / 375 * 100vw, 12px);
            mask-size: min(12 / 375 * 100vw, 12px);
  }
}

.tit_content .sub {
  font-size: min(24 / 1320 * 100vw, 24px);
}
.tit_content .title {
  margin-top: 1em;
  text-align: left;
}
.tit_content .title img {
  width: auto;
  height: min(65 / 1320 * 100vw, 65px);
}
@media screen and (max-width: 768px) {
  .tit_content .sub {
    font-size: min(18 / 375 * 100vw, 18px);
  }
  .tit_content .title {
    margin-top: 1em;
  }
  .tit_content .title img {
    height: min(38 / 375 * 100vw, 38px);
  }
}

#access {
  margin-top: min(100 / 1320 * 100vw, 100px);
  padding: min(100 / 1320 * 100vw, 100px) 0 min(100 / 1320 * 100vw, 100px);
  background: #fff;
}
#access .flex_wrap.info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access .box_text {
  width: min(380 / 1320 * 100vw, 380px);
  margin-top: -0.2em;
}
#access .box_text .text {
  margin-top: 1.8em;
}
#access .box_text .box_time {
  margin-top: min(33 / 1320 * 100vw, 33px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(20 / 1320 * 100vw, 20px) 0;
}
#access .img_map {
  width: min(620 / 1320 * 100vw, 620px);
}
#access .box_access {
  margin-top: min(55 / 1320 * 100vw, 55px);
}
#access .box_access.metro .ul_metro {
  margin-top: min(20 / 1320 * 100vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(40 / 1320 * 100vw, 40px) 3.8888888889%;
}
#access .box_access.metro .ul_metro li {
  width: 30.7407407407%;
  border-bottom: 1px solid #d6d6d6;
}
#access .box_access.metro .ul_metro li .station {
  margin-top: 1.1em;
}
#access .box_access.taxi .table_taxi,
#access .box_access.taxi .access_taxi_att {
  color: #584B41;
  font-family: var(--font-gothic);
}
#access .box_access.taxi .table_taxi {
  margin-top: min(20 / 1320 * 100vw, 20px);
  font-size: min(18 / 1320 * 100vw, 18px);
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
#access .box_access.taxi .table_taxi .thead {
  background: #EBE6E0;
}
#access .box_access.taxi .table_taxi .thead,
#access .box_access.taxi .table_taxi .namba,
#access .box_access.taxi .table_taxi .shinosaka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access .box_access.taxi .table_taxi .thead div,
#access .box_access.taxi .table_taxi .namba div,
#access .box_access.taxi .table_taxi .shinosaka div {
  width: 17.4074074074%;
  padding: 0.7em 0;
  border-left: 1px solid #d6d6d6;
}
#access .box_access.taxi .table_taxi .thead div.first,
#access .box_access.taxi .table_taxi .namba div.first,
#access .box_access.taxi .table_taxi .shinosaka div.first {
  width: 29.6296296296%;
  border-left: none;
}
#access .box_access.taxi .table_taxi .thead div {
  border-color: #fff;
}
#access .box_access.taxi .table_taxi .namba {
  border-bottom: 1px solid #d6d6d6;
}
#access .box_access.taxi ul.access_taxi_att {
  margin-top: 2.2em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#access .box_access.taxi ul.access_taxi_att li {
  position: relative;
  padding-left: 1.2em;
}
#access .box_access.taxi ul.access_taxi_att li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#access .box_access.taxi ul.access_taxi_att a {
  color: #A28777;
  text-decoration: underline;
}
#access .box_access.taxi ul.access_taxi_att a[target=_blank] {
  position: relative;
}
#access .box_access.taxi ul.access_taxi_att a[target=_blank]::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background-color: #A28777;
  -webkit-mask: url(../img/icon_arrow_diagonal.svg);
          mask: url(../img/icon_arrow_diagonal.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin: 0 0 0.2em 0.2em;
}
@media screen and (max-width: 768px) {
  #access {
    margin-top: 3.4em;
    padding: 2.7em 0 3em;
  }
  #access .flex_wrap.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #access .box_text {
    width: 100%;
    margin-top: 0.2em;
  }
  #access .box_text .text {
    margin-top: 1.5em;
  }
  #access .box_text .box_time {
    margin-top: 1.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  #access .box_text .box_time picture {
    width: 48.9552238806%;
  }
  #access .img_map {
    width: 100%;
    margin-top: 2.2em;
  }
  #access .box_access.metro {
    margin-top: 2em;
  }
  #access .box_access.metro .ul_metro {
    margin-top: 0.9em;
    gap: 1.1em 0;
  }
  #access .box_access.metro .ul_metro li {
    width: 48.9552238806%;
  }
  #access .box_access.metro .ul_metro li .station {
    margin-top: 0.1em;
  }
  #access .box_access.taxi {
    margin-top: 1.8em;
  }
  #access .box_access.taxi .table_taxi {
    margin-top: 0.85em;
    font-size: min(18 / 375 * 100vw, 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #access .box_access.taxi .table_taxi .thead,
  #access .box_access.taxi .table_taxi .namba,
  #access .box_access.taxi .table_taxi .shinosaka {
    width: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  #access .box_access.taxi .table_taxi .thead div,
  #access .box_access.taxi .table_taxi .namba div,
  #access .box_access.taxi .table_taxi .shinosaka div {
    width: 100%;
    padding: 0.58em 0;
    border-left: none;
    border-top: 1px solid #d6d6d6;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #access .box_access.taxi .table_taxi .thead div.first,
  #access .box_access.taxi .table_taxi .namba div.first,
  #access .box_access.taxi .table_taxi .shinosaka div.first {
    width: 100%;
  }
  #access .box_access.taxi .table_taxi .shinosaka {
    border-left: 1px solid #d6d6d6;
  }
  #access .box_access.taxi ul.access_taxi_att {
    margin-top: 2em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
}

#lang_en .shinosaka1 {
  line-height: 1;
}

#plan {
  padding: min(100 / 1320 * 100vw, 100px) 0;
}
@media screen and (max-width: 768px) {
  #plan {
    padding: 3em 0;
  }
}
#plan .tit_content {
  text-align: center;
}
#plan .tit_content .title {
  text-align: center;
}
#plan .gallerybox {
  margin-top: min(60 / 1320 * 100vw, 60px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plan .gallerybox .image {
  width: 22.2222222222%;
}
#plan .gallerybox .image a {
  display: block;
  position: relative;
}
#plan .gallerybox .image a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px #A28777;
          box-shadow: inset 0px 0px 0px 3px #A28777;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#plan .gallerybox .image a .zoom {
  width: min(28 / 1320 * 100vw, 28px);
  height: min(28 / 1320 * 100vw, 28px);
  background: #c7c7c7;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  #plan .gallerybox .image a:hover::before {
    opacity: 1;
  }
  #plan .gallerybox .image a:hover .zoom {
    background: #A28777;
  }
}
@media screen and (max-width: 768px) {
  #plan .gallerybox {
    margin-top: 1.65em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4em 0;
  }
  #plan .gallerybox .image {
    width: 48.9552238806%;
  }
  #plan .gallerybox .image a .zoom {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
    bottom: 0.5em;
    right: 0.5em;
  }
}

.lg-backdrop {
  background: rgba(88, 75, 65, 0.9);
  z-index: 20100;
}

.lg-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20110;
}
.lg-outer .lg-content {
  max-width: 808px;
  width: 100%;
  margin-top: 0;
  display: block;
  aspect-ratio: 808/704;
  position: relative;
  position: fixed;
  inset: 0;
  margin: auto;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 20101;
}
.lg-outer .lg-content .lg-next,
.lg-outer .lg-content .lg-prev {
  right: auto;
  left: auto;
  background: none;
  z-index: 20105;
}
.lg-outer .lg-content .lg-next::before,
.lg-outer .lg-content .lg-prev::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: block;
  background: #fff;
  opacity: 0.8;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.lg-outer .lg-content .lg-next::after,
.lg-outer .lg-content .lg-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #584B41;
  -webkit-mask: url(../img/icon_arrow_vertical.svg);
          mask: url(../img/icon_arrow_vertical.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.lg-outer .lg-content .lg-prev {
  right: calc(50% + 374px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.lg-outer .lg-content .lg-next {
  left: calc(50% + 374px);
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  max-width: 808px;
  height: auto;
  max-height: 100vh;
  aspect-ratio: 808/704;
  margin: auto;
  background: #fff;
  inset: 0;
  margin: auto;
}

.lg-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;
}

.lg-components {
  margin-top: 0;
  position: relative;
}

.lg-toolbar .lg-icon {
  width: 40px;
  height: 46px;
  padding: 0;
  line-height: 1;
  float: none;
  position: absolute;
  top: 1em;
  right: 1em;
}
.lg-toolbar .lg-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../img/residential/btn_close.svg);
          mask: url(../img/residential/btn_close.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .lg-toolbar .lg-icon:hover::after {
    background-color: #A28777;
  }
}

@media screen and (max-width: 890px) {
  .lg-outer .lg-content .lg-prev {
    right: auto;
    left: -13px;
  }
  .lg-outer .lg-content .lg-next {
    left: auto;
    right: -13px;
  }
}
#location {
  padding: min(90 / 1320 * 100vw, 90px) 0 min(120 / 1320 * 100vw, 120px);
  background: #fff;
}
#location .tit_content {
  text-align: center;
}
#location .tit_content .title {
  text-align: center;
}
#location .txt_lead {
  margin-top: min(40 / 1320 * 100vw, 40px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #location {
    padding: 3em 0 3.3em;
  }
  #location .txt_lead {
    margin-top: 1.5em;
    text-align: left;
  }
}
#location .box_location {
  margin-top: min(54 / 1320 * 100vw, 54px);
}
#location .box_location .flex_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#location .box_location .deco {
  position: absolute;
  top: 0;
  line-height: 1;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #location .box_location .place {
    padding: 2.1em 0 0 1.1em;
    border-left: 1px solid #A28777;
    left: 2.25em;
    bottom: 0;
  }
}
#location .box_location .place {
  position: absolute;
}
#location .box_location .place em,
#location .box_location .place span {
  display: block;
  line-height: 1.4;
}
#location .box_location .place em {
  font-size: min(24 / 1320 * 100vw, 24px);
}
#location .box_location .place span {
  margin-top: 0.7em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#location .box_location .sightseeing,
#location .box_location .leisure,
#location .box_location .shopping,
#location .box_location .shopping1,
#location .box_location .shopping2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  #location .box_location .sightseeing,
  #location .box_location .leisure,
  #location .box_location .shopping,
  #location .box_location .shopping1,
  #location .box_location .shopping2 {
    padding-bottom: min(86 / 1320 * 100vw, 86px);
  }
}
#location .box_location .box1 {
  margin-top: min(30 / 1320 * 100vw, 30px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#location .box_location .sightseeing {
  width: 51.1111111111%;
}
#location .box_location .sightseeing .deco {
  top: -0.8em;
  left: -2em;
}
#location .box_location .leisure {
  width: 39.6296296296%;
  padding-top: min(40 / 1320 * 100vw, 40px);
}
#location .box_location .leisure .deco {
  top: 0.1em;
  right: -0.7em;
}
#location .box_location .shopping {
  margin-top: calc(min(82 / 1320 * 100vw, 82px) * -1);
  padding-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#location .box_location .shopping1 {
  width: 45.9259259259%;
  margin: min(107 / 1320 * 100vw, 107px) 9.2592592593% 0 0;
  padding-top: min(30 / 1320 * 100vw, 30px);
}
#location .box_location .shopping1 .deco {
  right: -0.7em;
  top: -0.4em;
}
#location .box_location .shopping2 {
  width: 28.5185185185%;
  margin: 0 5.0925925926% 0 0;
}
#location .box_location .shopping2 .img {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #location .box_location {
    margin-top: auto;
  }
  #location .box_location .place em {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  #location .box_location .place span {
    margin-top: 0.5em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #location .box_location .box1 {
    margin-top: 1.85em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #location .box_location .sightseeing {
    width: 80.2985074627%;
    margin-inline: auto;
    padding-bottom: 3.6em;
  }
  #location .box_location .sightseeing .place {
    padding: 2.1em 0 0 0.8em;
    left: 1.25em;
    bottom: 0;
    border-left: 1px solid #A28777;
  }
  #location .box_location .sightseeing .deco {
    width: min(23.5 / 375 * 100vw, 23.5px);
    top: -0.5em;
    left: -1em;
  }
  #location .box_location .leisure {
    width: 100%;
    margin-top: 0;
    padding-top: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #location .box_location .leisure .img {
    width: 63.8805970149%;
  }
  #location .box_location .leisure .place {
    width: 41%;
    padding-right: 10.4%;
    padding-bottom: 0.6em;
    text-align: right;
    border-bottom: 1px solid #A28777;
    left: 2%;
    bottom: 0.8em;
  }
  #location .box_location .leisure .deco {
    width: min(143 / 375 * 100vw, 143px);
    top: 0.1em;
    right: -0.7em;
  }
  #location .box_location .shopping {
    margin-top: 1.7em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #location .box_location .shopping1 {
    width: 100%;
    margin: 0.6em 0 0 0;
    padding: 1.25em 0 3.6em 26.2686567164%;
  }
  #location .box_location .shopping1 .img {
    width: 100%;
    margin: 0;
  }
  #location .box_location .shopping1 .place {
    padding: 0.8em 0 0 0.8em;
    left: 29.8507462687%;
    border-left: 1px solid #A28777;
  }
  #location .box_location .shopping1 .deco {
    width: min(182 / 375 * 100vw, 182px);
    right: -0.6em;
    top: 0;
  }
  #location .box_location .shopping2 {
    width: 100%;
    margin: 0 0 0 0;
  }
  #location .box_location .shopping2 .place {
    width: 42%;
    padding-left: 8.5%;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #A28777;
    left: 40%;
    bottom: 1.2em;
  }
  #location .box_location .shopping2 .img {
    width: 45.3731343284%;
    margin: 0;
  }
}
#location .box_redevelopment {
  margin-top: min(110 / 1320 * 100vw, 110px);
  padding: min(80 / 1320 * 100vw, 80px);
  background: -webkit-gradient(linear, left top, right top, from(#EFEADF), color-stop(50%, #F7F3F0), to(#EFEADF));
  background: linear-gradient(to right, #EFEADF 0%, #F7F3F0 50%, #EFEADF 100%);
  position: relative;
}
#location .box_redevelopment .deco {
  width: min(600 / 1320 * 100vw, 600px);
  margin: auto;
  position: absolute;
  inset: 0;
  top: -1.5em;
}
#location .box_redevelopment .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#location .box_redevelopment .flex_wrap .box_text {
  width: 46.7391304348%;
  padding-top: 0.2em;
}
#location .box_redevelopment .flex_wrap .box_text .place {
  padding-bottom: min(25 / 1320 * 100vw, 25px);
  position: relative;
}
#location .box_redevelopment .flex_wrap .box_text .place::before {
  content: "";
  display: block;
  width: min(514 / 1320 * 100vw, 514px);
  height: 1px;
  background: #A28777;
  position: absolute;
  bottom: 0;
  left: 0;
}
#location .box_redevelopment .flex_wrap .box_text .place em, #location .box_redevelopment .flex_wrap .box_text .place span {
  display: block;
  line-height: 1;
}
#location .box_redevelopment .flex_wrap .box_text .place em {
  font-size: min(28 / 1320 * 100vw, 28px);
}
#location .box_redevelopment .flex_wrap .box_text .place .time {
  margin-top: 1.1em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#location .box_redevelopment .flex_wrap .box_text .txt_lead {
  margin-top: min(35 / 1320 * 100vw, 35px);
  text-align: left;
}
#location .box_redevelopment .flex_wrap .img {
  width: 46.7391304348%;
}
@media screen and (max-width: 768px) {
  #location .box_redevelopment {
    margin-top: 3.2em;
    padding: 2.7em 6% 2.2em;
  }
  #location .box_redevelopment .deco {
    width: 91.6417910448%;
    top: -1.3em;
    bottom: auto;
  }
  #location .box_redevelopment .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #location .box_redevelopment .flex_wrap .box_text {
    width: 100%;
    padding-top: 0.2em;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: contents;
  }
  #location .box_redevelopment .flex_wrap .box_text .place {
    padding-bottom: 1em;
  }
  #location .box_redevelopment .flex_wrap .box_text .place::before {
    width: 100%;
  }
  #location .box_redevelopment .flex_wrap .box_text .place em {
    font-size: min(20 / 375 * 100vw, 20px);
  }
  #location .box_redevelopment .flex_wrap .box_text .place .time {
    margin-top: 1.1em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #location .box_redevelopment .flex_wrap .box_text .txt_lead {
    margin-top: 1em;
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #location .box_redevelopment .flex_wrap .img {
    width: 100%;
    margin-top: 1.2em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#location .box_lifeinformation {
  margin-top: min(100 / 1320 * 100vw, 100px);
}
#location .box_lifeinformation .tit_content {
  line-height: 1;
}
#location .box_lifeinformation .tit_content .en {
  color: #A28777;
}
#location .box_lifeinformation .tit_content .title {
  margin-top: 0.62em;
  font-size: min(40 / 1320 * 100vw, 40px);
}
@media screen and (max-width: 768px) {
  #location .box_lifeinformation {
    margin-top: 3.5em;
  }
  #location .box_lifeinformation .tit_content .en {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #location .box_lifeinformation .tit_content .title {
    margin-top: 0.62em;
    font-size: min(24 / 375 * 100vw, 24px);
  }
}
#location ul.tab-group {
  margin-top: min(36 / 1320 * 100vw, 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.462962963%;
}
#location ul.tab-group li.tab {
  width: 19.6296296296%;
  height: min(60 / 1320 * 100vw, 60px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  text-align: center;
  font-family: var(--font-gothic);
  font-size: min(18 / 1320 * 100vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#EFEADF), color-stop(50%, #F7F3F0), to(#EFEADF));
  background: linear-gradient(to right, #EFEADF 0%, #F7F3F0 50%, #EFEADF 100%);
  color: #584B41;
  position: relative;
  line-height: 1.2;
}
#location ul.tab-group li.tab::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#C4B385), color-stop(50%, #E6DCBB), to(#C4B385));
  background: linear-gradient(to right, #C4B385 0%, #E6DCBB 50%, #C4B385 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#location ul.tab-group li.tab span {
  position: relative;
  text-decoration: underline;
}
@media (hover: hover) {
  #location ul.tab-group li.tab:hover::before {
    opacity: 1;
  }
}
#location ul.tab-group li.tab.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#C4B385), color-stop(50%, #E6DCBB), to(#C4B385));
  background: linear-gradient(to right, #C4B385 0%, #E6DCBB 50%, #C4B385 100%);
}
#location ul.tab-group li.tab.is-active span {
  text-decoration: none;
}
#location dl.panel {
  margin-top: min(20 / 1320 * 100vw, 20px);
  padding: min(32 / 1320 * 100vw, 32px) min(36 / 1320 * 100vw, 36px) min(36 / 1320 * 100vw, 36px);
  border: 3px solid #EBE6E0;
  display: none;
}
#location dl.panel.is-show {
  display: block;
}
#location dl.panel dd {
  margin-top: 0.3em;
  font-family: var(--font-gothic);
  font-size: min(16 / 1320 * 100vw, 16px);
}
#location dl.panel dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#location dl.panel dd ul li {
  width: 48%;
  padding: 0.8em 0 0.65em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#location dl.panel dd ul li .time {
  color: #B9B9B9;
}
#location dl.panel dd ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #707070 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #location ul.tab-group {
    margin-top: 1.6em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(8 / 375 * 100vw, 8px) 1.7910447761%;
  }
  #location ul.tab-group li.tab {
    width: 32.2388059701%;
  }
  #location ul.tab-group li.tab:nth-child(n+4) {
    width: 48.9552238806%;
  }
  #location ul.tab-group li.tab {
    width: 19.6296296296%;
    height: min(40 / 375 * 100vw, 40px);
    font-size: min(14 / 375 * 100vw, 14px);
  }
  #location dl.panel {
    margin-top: 1em;
    padding: 1.3em 5% 1.5em;
  }
  #location dl.panel dd {
    margin-top: 0.3em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #location dl.panel dd ul {
    margin-top: 0.6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #location dl.panel dd ul li {
    width: 100%;
    padding: 0.55em 0 0.55em;
    line-height: 1.65;
  }
  #location dl.panel dd ul li em {
    width: 54%;
  }
  #location dl.panel dd ul li .time {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#lang_en #location .panel-group dd ul {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (min-width: 769px) {
  #lang_en #location .panel-group dd ul li {
    padding: 1em 0 0.85em;
    line-height: 1.6;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #lang_en #location .panel-group dd ul li em {
    width: 54.7916666667%;
  }
  #lang_en #location .panel-group dd ul li .time {
    width: 45.2083333333%;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #lang_en #location .panel-group dd ul li em {
    width: 48%;
  }
  #lang_en #location .panel-group dd ul li .time {
    width: 52%;
  }
}

body.single #feature {
  margin-top: min(76 / 1320 * 100vw, 76px);
}
body.single #feature .ul_feature {
  margin-top: min(20 / 1320 * 100vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(30 / 1320 * 100vw, 30px) 3.7037037037%;
}
body.single #feature .ul_feature li {
  width: 11.1111111111%;
  text-align: center;
}
body.single #feature .ul_feature li .name {
  margin-top: 0.6em;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: var(--font-gothic-bold);
  font-weight: 700;
  color: #584B41;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.single #feature {
    margin-top: 2.4em;
  }
  body.single #feature .ul_feature {
    margin-top: 0.8em;
    gap: min(12 / 375 * 100vw, 12px) 4.4776119403%;
  }
  body.single #feature .ul_feature li {
    width: 21.4925373134%;
  }
  body.single #feature .ul_feature li:nth-last-child(1), body.single #feature .ul_feature li:nth-last-child(2) {
    margin-top: -0.9em;
  }
  body.single #feature .ul_feature li .name {
    margin-top: 0.5em;
    font-size: min(10 / 375 * 100vw, 10px);
    line-height: 1.4;
  }
}
body.single #details {
  margin-top: min(76 / 1320 * 100vw, 76px);
}
body.single #details .box_title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.single #details .box_title .time {
  color: #584B41;
  font-family: var(--font-gothic);
  font-size: min(16 / 1320 * 100vw, 16px);
}
body.single #details .ul_detail {
  margin-top: min(20 / 1320 * 100vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-top: 1px solid #d6d6d6;
}
body.single #details .ul_detail li {
  color: #584B41;
  font-family: var(--font-gothic);
  border-bottom: 1px solid #d6d6d6;
}
body.single #details .ul_detail li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single #details .ul_detail li dl dt, body.single #details .ul_detail li dl dd {
  padding: 0.85em 1em;
  line-height: 1.6;
  font-size: min(18 / 1320 * 100vw, 18px);
}
body.single #details .ul_detail li dl dt {
  width: min(140 / 1320 * 100vw, 140px);
  padding-left: 0.3em;
  padding-right: 0.3em;
  background: #EBE6E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.single #details .ul_detail li dl dd {
  width: calc(100% - min(140 / 1320 * 100vw, 140px));
}
body.single #details .ul_detail li.half {
  width: 50%;
}
body.single #details .ul_detail li.wide {
  width: 100%;
}
body.single #details .box_btn.golist {
  width: min(352 / 1320 * 100vw, 352px);
  margin: 3.3em auto 0;
}
@media screen and (max-width: 768px) {
  body.single #details {
    margin-top: 2.7em;
  }
  body.single #details .box_title .time {
    padding-bottom: 0.4em;
    font-size: min(12 / 375 * 100vw, 12px);
    text-align: right;
    line-height: 1.6;
  }
  body.single #details .ul_detail {
    margin-top: 0.85em;
  }
  body.single #details .ul_detail li dl dt, body.single #details .ul_detail li dl dd {
    padding: 0.75em 4%;
    line-height: 1.7;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  body.single #details .ul_detail li dl dt {
    width: 33.4328358209%;
  }
  body.single #details .ul_detail li dl dd {
    width: 66.5671641791%;
  }
  body.single #details .ul_detail li.half {
    width: 100%;
  }
  body.single #details .box_btn.golist {
    width: 88%;
    margin: 2.25em auto 0;
  }
}

body.archive #information .box_title {
  margin-top: min(27 / 1320 * 100vw, 27px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
body.archive #information .box_title .name {
  font-size: min(28 / 1320 * 100vw, 28px);
}
body.archive #information .box_title .btn {
  width: auto;
  height: min(48 / 1320 * 100vw, 48px);
}
body.archive #information .box_title .btn a {
  padding: 0 0 0 1em;
  border: 1px solid #584B41;
}
body.archive #information .box_title .btn a span {
  font-size: min(16 / 1320 * 100vw, 16px);
}
body.archive #information .box_title .btn a span::before {
  content: none;
}
body.archive #information .box_title .btn a span::after {
  content: "";
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  display: inline-block;
  background-color: #584B41;
  -webkit-mask: url(../img/icon_arrow_vertical.svg);
          mask: url(../img/icon_arrow_vertical.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin: 0 1.1em 0.3em 0.8em;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media (hover: hover) {
  body.archive #information .box_title .btn a:hover {
    border-color: #A28777;
  }
  body.archive #information .box_title .btn a:hover span::after {
    background-color: #fff;
  }
}
body.archive #information #area_lead {
  margin-top: min(30 / 1320 * 100vw, 30px);
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.archive #information .box_title {
    margin-top: 0.9em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.archive #information .box_title .name {
    font-size: min(20 / 375 * 100vw, 20px);
  }
  body.archive #information .box_title .btn {
    width: 100%;
    height: min(36 / 375 * 100vw, 36px);
    margin-top: 0.8em;
  }
  body.archive #information .box_title .btn a span {
    width: 100%;
    font-size: min(12 / 375 * 100vw, 12px);
    text-align: center;
  }
  body.archive #information .box_title .btn a span::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.5%;
    margin: auto;
  }
  body.archive #information #area_lead {
    margin-top: 0.8em;
  }
}
body.archive #residential_list {
  margin-top: min(72 / 1320 * 100vw, 72px);
}
body.archive #residential_list .box_title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.archive #residential_list .box_title .count {
  font-family: var(--font-gothic);
  line-height: 1;
  font-size: min(16 / 1320 * 100vw, 16px);
}
body.archive #residential_list .box_title .count em {
  padding: 0 0.1em;
  font-family: var(--font-mincho);
  color: #A28777;
  font-size: min(36 / 1320 * 100vw, 36px);
  position: relative;
  top: 0.04em;
}
@media screen and (max-width: 768px) {
  body.archive #residential_list {
    margin-top: 1.9em;
  }
  body.archive #residential_list .box_title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body.archive #residential_list .box_title .count {
    margin-bottom: 1em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  body.archive #residential_list .box_title .count em {
    padding: 0 0.1em;
    font-size: min(24 / 375 * 100vw, 24px);
  }
}
body.archive #residential_list .box_residential {
  margin-top: min(20 / 1320 * 100vw, 20px);
  color: #584B41;
  font-family: var(--font-gothic);
  text-align: center;
}
body.archive #residential_list .box_residential .box_head {
  height: min(60 / 1320 * 100vw, 60px);
  font-size: min(18 / 1320 * 100vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EBE6E0;
  text-align: center;
  line-height: 1.2;
}
body.archive #residential_list .box_residential .area {
  width: 16.6666666667%;
}
body.archive #residential_list .box_residential .area small {
  font-size: min(16 / 1320 * 100vw, 16px);
}
@media screen and (max-width: 768px) {
  body.archive #residential_list .box_residential {
    margin-top: 0.9em;
  }
  body.archive #residential_list .box_residential .box_head {
    display: none;
  }
  body.archive #residential_list .box_residential .area {
    width: auto;
  }
}
body.archive #residential_list .ul_residential li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D6D6D6;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 1.6;
}
body.archive #residential_list .ul_residential li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
  border: none;
}
body.archive #residential_list .ul_residential li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  body.archive #residential_list .ul_residential li .sub {
    width: 83.3333333333%;
  }
  body.archive #residential_list .ul_residential li .sub > a {
    pointer-events: none;
    display: contents;
  }
}
body.archive #residential_list .ul_residential li .sub .area {
  width: 20%;
}
body.archive #residential_list .ul_residential li .area.area03 em {
  font-size: min(28 / 1320 * 100vw, 28px);
  font-family: var(--font-gothic-bold);
  font-weight: 700;
}
body.archive #residential_list .ul_residential li .area.area04 {
  line-height: 2;
}
body.archive #residential_list .ul_residential li .area.area04 span.c {
  width: min(24 / 1320 * 100vw, 24px);
  height: min(24 / 1320 * 100vw, 24px);
  margin: 0 0.6em 0 0;
  line-height: min(24 / 1320 * 100vw, 24px);
  font-size: min(14 / 1320 * 100vw, 14px);
  display: inline-block;
  background: #D6D6D6;
  text-align: center;
}
body.archive #residential_list .ul_residential li .area.area04.sr span + span {
  margin-left: 1em;
}
body.archive #residential_list .ul_residential li .area.area06 .btn {
  width: 75.5555555556%;
  height: min(40 / 1320 * 100vw, 40px);
  margin-inline: auto;
}
body.archive #residential_list .ul_residential li .area.area06 .btn.detail a {
  background: #fff;
  color: #584B41;
  border: 1px solid #584B41;
}
body.archive #residential_list .ul_residential li .area.area06 .btn.form {
  margin-top: 0.4em;
}
body.archive #residential_list .ul_residential li .area.area06 .btn.form a {
  background: #584B41;
  border: none;
}
body.archive #residential_list .ul_residential li .area.area06 .btn.detail a, body.archive #residential_list .ul_residential li .area.area06 .btn.form a {
  font-size: min(16 / 1320 * 100vw, 16px);
}
@media (hover: hover) {
  body.archive #residential_list .ul_residential li .area.area06 .btn.detail a:hover, body.archive #residential_list .ul_residential li .area.area06 .btn.form a:hover {
    background: #A28777;
    border-color: #A28777;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  body.archive #residential_list .ul_residential li {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.archive #residential_list .ul_residential li .sub {
    width: 58%;
    padding: 1em 0 1.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.archive #residential_list .ul_residential li .sub > a {
    display: block;
  }
  body.archive #residential_list .ul_residential li .sub > a::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: #584B41;
    -webkit-mask: url(../img/icon_arrow_vertical.svg);
            mask: url(../img/icon_arrow_vertical.svg);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  body.archive #residential_list .ul_residential li .sub .area {
    width: 100%;
  }
  body.archive #residential_list .ul_residential li .area.area01 {
    width: 40%;
  }
  body.archive #residential_list .ul_residential li .area.area01 .btn.form {
    width: 100%;
    height: min(28 / 375 * 100vw, 28px);
    margin-top: 0.4em;
    padding: 0 8% 0 20%;
  }
  body.archive #residential_list .ul_residential li .area.area01 .btn.form a {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: min(12 / 375 * 100vw, 12px);
    background: #584B41;
    border: none;
  }
  body.archive #residential_list .ul_residential li .area.area02, body.archive #residential_list .ul_residential li .area.area03, body.archive #residential_list .ul_residential li .area.area04, body.archive #residential_list .ul_residential li .area.area05 {
    margin-top: 0.05em;
    text-align: left;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  body.archive #residential_list .ul_residential li .area.area02 .sp {
    display: inline;
  }
  body.archive #residential_list .ul_residential li .area.area03 {
    line-height: 1.5;
  }
  body.archive #residential_list .ul_residential li .area.area03 em {
    font-size: min(24 / 375 * 100vw, 24px);
  }
  body.archive #residential_list .ul_residential li .area.area04 {
    line-height: 2;
  }
  body.archive #residential_list .ul_residential li .area.area04 span.c {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
    margin: 0 0.4em 0 0;
    line-height: min(20 / 375 * 100vw, 20px);
    font-size: min(12 / 375 * 100vw, 12px);
    display: inline-block;
    background: #D6D6D6;
    text-align: center;
  }
  body.archive #residential_list .ul_residential li .area.area04 span.c.c2 {
    margin-left: 1.6em;
  }
  body.archive #residential_list .ul_residential li .area.area05 {
    margin-top: 0.4em;
  }
  body.archive #residential_list .ul_residential li .area.area06 .btn {
    width: min(96 / 375 * 100vw, 96px);
    height: min(28 / 375 * 100vw, 28px);
    margin-inline: auto;
  }
  body.archive #residential_list .ul_residential li .area.area06 .btn.detail {
    display: none;
  }
}
body.archive #residential_list .ul_residential li .gallerybox a {
  margin: 0 1.2em;
  padding: 0.4em 0;
  display: block;
  position: relative;
}
body.archive #residential_list .ul_residential li .gallerybox a .zoom {
  width: min(28 / 1320 * 100vw, 28px);
  height: min(28 / 1320 * 100vw, 28px);
  background: #c7c7c7;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  bottom: 1.4em;
  right: 0.2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  body.archive #residential_list .ul_residential li .gallerybox a:hover .zoom {
    background: #A28777;
  }
}
@media screen and (max-width: 768px) {
  body.archive #residential_list .ul_residential li .gallerybox {
    margin-top: 0;
    padding: 0.55em 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.archive #residential_list .ul_residential li .gallerybox > a {
    width: 95%;
    margin: 0;
    padding: 0 0 0 15%;
  }
  body.archive #residential_list .ul_residential li .gallerybox > a .zoom {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
    bottom: 0.9em;
    right: 0.2em;
  }
}
body.archive #residential_list .btn.more {
  width: 100%;
  height: min(70 / 1320 * 100vw, 70px);
  background: #fff;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: var(--font-gothic);
}
body.archive #residential_list .btn.more,
body.archive #residential_list .btn.more span,
body.archive #residential_list .btn.more span::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.archive #residential_list .btn.more span {
  position: relative;
  font-size: min(20 / 1320 * 100vw, 20px);
}
body.archive #residential_list .btn.more span::after {
  content: "";
  width: min(28 / 1320 * 100vw, 28px);
  height: min(28 / 1320 * 100vw, 28px);
  margin: 0 0 0.25em 0.4em;
  display: inline-block;
  background-color: #584B41;
  -webkit-mask: url(../img/residential/icon_plus.svg);
          mask: url(../img/residential/icon_plus.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
}
@media (hover: hover) {
  body.archive #residential_list .btn.more:hover {
    background: #A28777;
  }
  body.archive #residential_list .btn.more:hover span {
    color: #fff;
  }
  body.archive #residential_list .btn.more:hover span::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  body.archive #residential_list .btn.more {
    height: min(64 / 375 * 100vw, 64px);
  }
  body.archive #residential_list .btn.more span {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  body.archive #residential_list .btn.more span::after {
    content: "";
    width: min(24 / 375 * 100vw, 24px);
    height: min(24 / 375 * 100vw, 24px);
  }
}