@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
/* ------------------------------------------------------------
    contents
------------------------------------------------------------ */
.p-badgeWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .p-badgeWrap {
    gap: 3px;
  }
}
.p-badgeWrap__badge, .p-badgeWrap__badge--mr, .p-badgeWrap__badge--last, .p-badgeWrap__badge--lmd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  color: #f4d36e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-badgeWrap__badge, .p-badgeWrap__badge--mr, .p-badgeWrap__badge--last, .p-badgeWrap__badge--lmd {
    width: 6.5rem;
    height: 6.5rem;
  }
}
html:lang(en) .p-badgeWrap__badge, html:lang(en) .p-badgeWrap__badge--mr, html:lang(en) .p-badgeWrap__badge--last, html:lang(en) .p-badgeWrap__badge--lmd {
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem;
  border-radius: 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-badgeWrap__badge span, .p-badgeWrap__badge--mr span, .p-badgeWrap__badge--last span, .p-badgeWrap__badge--lmd span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
}
.p-badgeWrap__badge em, .p-badgeWrap__badge--mr em, .p-badgeWrap__badge--last em, .p-badgeWrap__badge--lmd em {
  font-size: 1.2em;
}
.p-badgeWrap__badge--lmd {
  background: #3b3b3b;
  background: -webkit-linear-gradient(318deg, #636363 0%, black 100%);
  background: linear-gradient(132deg, #636363 0%, black 100%);
}
.p-badgeWrap__badge--last {
  background: #915a3d;
  background: -webkit-linear-gradient(318deg, #915a3d 0%, #431a10 100%);
  background: linear-gradient(132deg, #915a3d 0%, #431a10 100%);
}
.p-badgeWrap__badge--mr {
  background: #044931;
  background: -webkit-linear-gradient(318deg, #00996a 0%, #044931 100%);
  background: linear-gradient(132deg, #00996a 0%, #044931 100%);
}

.p-intro {
  margin-top: 5rem;
  position: relative;
}
.p-intro__illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  -webkit-transform: translate(-80%, -20%);
      -ms-transform: translate(-80%, -20%);
          transform: translate(-80%, -20%);
}
@media only screen and (max-width: 767px) {
  .p-intro__illust {
    width: 25%;
    -webkit-transform: translate(-20%, -40%);
        -ms-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
}

.p-pic {
  /* Left side - Floor plan slider */
  /* Right side - Photo slider */
  /* Navigation arrows */
  /* Thumbnail navigation */
}
.p-pic__inner {
  position: relative;
  border: #00996a solid 1px;
  padding: 5rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-pic__inner {
    padding: 2.5rem 1.5rem;
  }
}
.p-pic__spec {
  margin-top: 5rem;
  background: #dfeae2;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .p-pic__spec {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__spec {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__spec {
    padding: 1rem;
  }
}
.p-pic__spec__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-block: 1rem;
  padding-inline: 5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-pic__spec__inner .p-badgeWrap {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50% !important;
}
@media only screen and (max-width: 767px) {
  .p-pic__spec__inner .p-badgeWrap {
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    top: -2rem !important;
    left: -2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__spec__inner {
    padding-inline: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-pic__spec__type {
  color: #00996a;
  font-size: 2em;
  line-height: 1;
  font-family: "Libre Caslon Display", serif;
  padding-right: 2rem;
}
.p-pic__spec__type em {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .p-pic__spec__type {
    text-align: center;
  }
}
.p-pic__spec__rooms {
  border-left: 1px solid #00996a;
  padding-left: 2rem;
  font-size: 2em;
  line-height: 1;
  font-family: "Libre Caslon Display", serif;
}
@media only screen and (max-width: 767px) {
  .p-pic__spec__rooms {
    padding-left: unset;
    border-top: 1px solid #00996a;
    border-left: none;
  }
}
.p-pic__spec__rooms em {
  font-size: 1.5em;
}
.p-pic__spec__rooms small {
  display: block;
  font-size: 0.4em;
  line-height: 1.2;
}
.p-pic__spec--loan::before {
  content: "ローン返済例掲載中";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bd002a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-pic__spec--loan::before {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__spec--loan::before {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__spec--loan::before {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.p-pic__slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  max-height: 60rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .p-pic__slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 85vh;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    min-height: 90vh;
  }
}
.p-pic__floor-plan-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .p-pic__floor-plan-slider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: 50vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__floor-plan-slider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: 40vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    min-height: 300px;
  }
}
.p-pic__floor-plan-slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-pic__floor-plan-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pic__floor-plan-slide.active {
  opacity: 1;
}
.p-pic__floor-plan-slide img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .p-pic__floor-plan-slide img {
    max-width: 95%;
    max-height: 95%;
  }
}
.p-pic__photo-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .p-pic__photo-slider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: 50vh;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__photo-slider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: 40vh;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    min-height: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-pic__main-photo-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .p-pic__main-photo-container {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__main-photo-container {
    min-height: 180px;
  }
}
.p-pic__main-photo-slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-pic__main-photo-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.p-pic__main-photo-slide.active {
  opacity: 1;
}
.p-pic__main-photo-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pic__nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  z-index: 10;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-pic__nav-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
.p-pic__nav-arrow.prev {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-pic__nav-arrow.prev {
    left: 0px;
  }
}
.p-pic__nav-arrow.next {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-pic__nav-arrow.next {
    right: 0px;
  }
}
@media only screen and (max-width: 1080px) {
  .p-pic__nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__nav-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.p-pic__thumbnail-nav {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 1080px) {
  .p-pic__thumbnail-nav {
    height: 100px;
    gap: 8px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__thumbnail-nav {
    height: 80px;
    gap: 3px;
    padding: 0 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-pic__thumbnail-nav::-webkit-scrollbar {
    display: none;
  }
}
.p-pic__thumbnail {
  width: 20%;
  height: 80px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 0px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-pic__thumbnail.active {
  border-color: #bd7e00;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.p-pic__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  .p-pic__thumbnail {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pic__thumbnail {
    height: 50px;
    min-width: 50px;
  }
}
.p-pic__thumbnail-number {
  position: absolute;
  top: 2px;
  left: 2px;
  background: #bd7e00;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-pic__thumbnail-number {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.p-pic .c-btn-view__wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-pic .c-btn-view__wrap:hover {
    opacity: 0.5;
  }
}

.p-num-of-rooms {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem;
  background-color: #dfeae2;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-num-of-rooms {
    padding: 1.5rem;
    margin-top: 5rem;
  }
}
.p-num-of-rooms__graph {
  margin: 3rem auto;
}
.p-num-of-rooms__btm {
  display: grid;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-num-of-rooms__btm {
    grid-template-columns: 1fr;
  }
}

.p-plans {
  padding-top: 15rem;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-plans__illust {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .p-plans__illust {
    width: 40%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-plans__list, .p-plans__list--col2 {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.p-plans__list--col2 {
  grid-template-columns: repeat(2, 1fr);
  width: 66.66%;
  margin-inline: auto;
}
@media only screen and (max-width: 1080px) {
  .p-plans__list--col2 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .p-plans__list, .p-plans__list--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-plans__list, .p-plans__list--col2 {
    grid-template-columns: 1fr;
  }
}
.p-plans__list__item {
  position: relative;
  border: 1px solid #00996a;
}
.p-plans__list__attenWrap {
  position: absolute;
  top: 1px;
  right: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.p-plans__list__atten {
  background-color: #bd002a;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.p-plans__detail {
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 5px solid #fff;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-plans__detail:hover {
  border: 5px solid #00996a;
}
.p-plans__detail__type {
  color: #00996a;
  font-family: "Libre Caslon Display", serif;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #00996a;
}
.p-plans__detail__type em {
  font-size: 3em;
}
.p-plans__detail__spec {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Libre Caslon Display", serif;
}
.p-plans__detail__spec em {
  font-size: 1.5em;
}
.p-plans__detail__spec small {
  font-size: 0.6em;
}
.p-plans__detail__cap {
  font-size: 1rem;
}
.p-plans__detail__img {
  margin: 3rem auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-plans__detail__img img {
  max-width: 330px;
  width: 100%;
  height: auto;
}
.p-plans__detail--nolink {
  background-color: #dfeae2;
  pointer-events: none;
}
.p-plans__detail--nolink img {
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.p-plans__detail--nolink:hover {
  border: 5px solid #fff;
}
.p-plans__detail__otherlinks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.p-plans__detail__otherlinks a {
  display: block;
  pointer-events: all;
  padding: 2rem 1rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-plans__detail__otherlinks a.lmtd {
  background-color: #006d4c;
}
.p-plans__detail__otherlinks a.entry {
  background-color: #00996a;
}
.p-plans__detail__otherlinks a span {
  display: inline-block;
}
.p-plans__detail__otherlinks a:hover {
  background-color: #fff;
  color: #00996a;
}

.p-kankyoseinou img {
  display: block;
  width: 33.33%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-kankyoseinou img {
    width: 100%;
  }
}
/*# sourceMappingURL=../../map/floorplan/plan.css.map */