@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap');
@import url(../component.css);
:root {
	--piup-main-color: #FF5D20;
}
h2::after {
  content: none;
}
.mv__subTtl,h2,
.shippori-mincho-b1-regular,.room__equipmentlstTtl,
.accessInfo__direction,.accessInfo__time,.accessInfo__Inner__at {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1d;
}
.shippori-mincho-b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.shippori-mincho-b1-bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}
/* mv ================================== */
.mv {
  height: auto;
}
.mv__bg {
  height: auto;
  position: relative;
  height: calc(91vh - 182px);
}
.mvgroup {
  display: flex;
  gap: 0 4px;
  justify-content: space-between;
  height: 100%;
  flex-flow: column;
}
.mvgroup__left, .mvgroup__right {
  width: 100%;
}
.mvgroup__left {
  height: calc(70% - 2px);
}
.mvgroup__right { 
  height: calc(30% - 2px);
}
.mvgroup picture, .mvgroup picture img {
  height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.mvgroup__right .mvgroup__right__top {
  padding-bottom: 2px;
}
.mvgroup__right .mvgroup__right__bottom {
  padding-top: 2px;
}
.mvgroup__right__bottom {
  display: none;
}
.mvgroup__right>div {
  height: 100%;
}
.mvgroup__right .mvgroup__right__top {
  display: flex;
  gap: 4px;
}
.mvgroup__right .mvgroup__right__top>div {
  width: calc(50% - 2px);
}
.mv__ttl {
	padding: 24px 0;
  position: relative;
  background: #ffffff;
}
.mv__ttlTxt {
	font-weight: bold;
	color: var(--piup-main-color);
}
.mv__ttlTxt h2 {
	font-weight: 400;
	font-size: 3.2rem;
	letter-spacing: 0.13em;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.3;
  border-bottom: none;
}
.mv__subTtl {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.mainContents {
  background-color: #F7F7F7;
}
@media screen and (min-width: 480px), print {
  .mvgroup {
    gap: 0 8px;
    flex-flow: row;
  }
  .mvgroup__right>div {
    height: 50%;
  }
  .mvgroup__left, .mvgroup__right {
    width: calc(100% / 2 - 4px);
    height: auto;
  }
  .mvgroup__right .mvgroup__right__top {
    padding-bottom: 4px;
  }
  .mvgroup__right__bottom {
    display: block;
  }
  .mvgroup__right .mvgroup__right__bottom {
    padding-top: 4px;
  }
  .mvgroup__right .mvgroup__right__top {
    gap: 8px;
  }
  .mvgroup__right .mvgroup__right__top>div {
    width: calc(50% - 4px);
  }
}
@media screen and (min-width: 768px), print {
  .mv__ttl {
    background-color: #F7F7F7;
  }
  .mv__bg {
    height: calc(80vh - 174px);
  }
}

@media screen and (min-width:1024px), print {
  .mv__bg {
    height: calc(83vh - 174px);
  }
}


/* main__copy =================================== */
.main__copy::after {
  content: none;
}
.main__copyinner {
	padding-bottom: 30px;
	padding-top: 60px;
	width: 100%;
	position: static;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}
.main__copycontent,
.main__copycontent__img {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.main__copycontent__img,.floorPlan__copycontent__img {
  order: -1;
  margin-bottom: 16px;
}
.main__copyTtl {
  font-size: 2rem;
	color: #2A2A2A;
	line-height: 1.56;
  text-align: justify;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
h2.main__copyTtl::after {
  content: none;
}
.main__copysubTtl {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2A2A2A;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
}
.main__copyTxt {
  line-height: 1.8;
  letter-spacing: .1em;
  font-size: 1.4rem;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width:768px) {
  .main__copyTtl {
    font-size: 3rem;
    letter-spacing: .05em;
    margin-bottom: 16px;
  }
  .main__copy{
    text-align: center;
    height: auto;
  }
  .main__copyinner{
    flex-wrap: nowrap;
    padding-bottom: 60px;
  }
  .main__copycontent {
    background: rgba(255,255,255,.9);
    margin-right: -50px;
    position: relative;
    z-index: 1;
    padding: 45px;
    width: 70%;
  }
  .main__copycontent__left {
    margin-right: 0;
    margin-left: -50px;
  }
  .main__copycontent__img {
    width: 546px;
    order: 0;
    margin-bottom: 0;
  }
  .main__copy::after{
    background-color: transparent;
    position: static;
  }
  .main__copysubTtl {
    font-size: 2rem;
    margin-bottom: 24px;
    letter-spacing: .05em;
  }
  .mv__subTtl {
    font-size: 3rem;
  }
  .mv__ttlTxt h2 {
    font-size: 5rem;
  }
  .main__copyTxt {
    line-height: 2;
  }
}

@media screen and (min-width:1024px) {
  .main__copycontent {
    padding: 60px;
    width: 60%;
  }
  .mv__subTtl,.main__copyTtl {
    font-size: 3.2rem;
  }
  .mv__ttlTxt h2 {
    font-size: 6rem;
  }
  .main__copysubTtl {
    font-size: 2.2rem;
  }
  .main__copyTtl {
    letter-spacing: .1em;
  }
}

.equipmentSlide__wrap  {
  padding-bottom: 50px;
}
.equipmentSlide__Inner {
  width: 100%;
}
.swiper-equipment .swiper-slide picture {
  display: block;
  width: 100%;
  position: relative;
}
.swiper-equipment .swiper-slide picture img {
  width: 100%;
}
.equipmentCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .7);
  width: 100%;
  color: #2A2A2A;
  line-height: 1.5;
}
.swiper-equipment .spPagination,
.loopswiper1 .spPagination {
  position: relative;
  bottom: auto;
  text-align: center;
}
.swiper-equipment .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #D9D9D9;
  opacity: 1;
  margin-top: 16px !important;
}
.swiper-equipment .swiper-pagination-bullet-active {
  background: #00234A;
}
@media (min-width: 768px) {
  .equipmentSlide__wrap  {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .equipmentSlide__Inner {
    max-width: 1200px;
    padding: 80px 16px;
    margin: 0 auto;
    padding-top: 0;
    transform: none;
  }
  .equipmentCap {
    padding: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .swiper-equipment .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
    width: 100% !important;
    transform: none !important;
    cursor: auto !important;
  }
  .swiper-equipment .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .swiper-equipment .swiper-wrapper {
    gap: 30px;
  }
}

/* floorPlan ================================== */
.floorPlan__Inner,.interior__Inner {
	padding: 0 16px;
}
.floorPlan__copyTtl,.floorPlan__copysubTtl,.floorPlan__copycontent__img,
.interior__copyTtl,.interior__copysubTtl,.interior__copycontent__img {
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.access__wrap .interior__copyTtl,
.room__equipment .interior__copyTtl,
.prop_part03 .interior__copyTtl,
.prop_part05 .interior__copyTtl,
.surrounding__wrap .interior__copyTtl {
  text-align: center;
}
.access__wrap .interior__copyTtl {
  margin-bottom: 24px;
}
.accessInfo__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accessInfo__Inner {
  width: 100%;
  padding: 0;
  text-align: center;
}
.accessInfo__direction {
  font-size: 1.9rem;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 16px auto 0;
}
.accessInfo__direction:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 0;
}
.accessInfo__direction span {
  background: #f7f7f7;
  display: inline-block;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
.accessInfo__time {
  font-size: 1.9rem;
}
.accessInfo__time span {
  font-size: 2.2rem;
}
.accessInfo__Inner__at {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.floorPlan__copyTxt {
  margin-bottom: 30px;
}
.floorPlan__copycontent__img {
  width: 100%;
  text-align: center;
  padding: 24px;
  background: #ffffff;
}
.area__info .main__copyinner {
  padding-bottom: 55px;
}
@media (min-width: 480px) {
  .accessInfo__wrap {
    justify-content: center;
  }
  .accessInfo__Inner {
    width: 50%;
    padding: 0 20px;
  }
  .access__wrap .interior__copyTtl {
    margin-bottom: 40px;
  }
  .access__wrap {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .floorPlan__copyTtl,.floorPlan__copysubTtl,.floorPlan__copycontent__img,
  .interior__copyTtl,.interior__copysubTtl,.interior__copycontent__img {
    text-align: center;
  }
  .floorPlan__copyTxt,.interior__copyTxt  {
    max-width: 900px;
  }
  .floorPlan__Inner,.interior__Inner {
    max-width: 1200px;
    padding: 80px 16px;
    margin: 0 auto;
  }
  .floorPlan__Inner {
    padding-bottom: 60px;
  }
  .floorPlan__copycontent__img {
    width: 80%;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
  }
  .accessInfo__direction,.accessInfo__time {
    font-size: 2.4rem;
  }
  .accessInfo__time span {
    font-size: 3.2rem;
  }
  .accessInfo__Inner {
    max-width: 350px;
  }
  .bg_gry .main__copyinner {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .area__info .main__copyinner {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .bg_gry .main__copyinner {
    padding-top: 160px;
  }
}

.loopSlide__wrap {
  margin-bottom: 45px;
}
.loopswiper1 {
  margin-bottom: 30px;
}
.loopswiper1 picture.swiper_picture {
  height: 100%;
  display: block;
}
#lightbox .lb-data .lb-caption {
  display: none !important;
}
/* 画像のサイズ調整 */
.loopswiper1 .swiper-slide img {
  height: auto;
  width: 100%;
}
.loopswiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #D9D9D9;
  opacity: 1;
  margin-top: 16px !important;
}
.loopswiper1 .swiper-pagination-bullet-active {
  background: #00234A;
}
.room__btn {
  width: 100%;
}
.room__btn a {
  display: block;
  margin: 0 auto;
  background-color: #00234A;
  color: #ffffff;
  font-size: 1.5rem;
  border: 1px solid #00234A;
  transition: .3s;
  width: 220px;
  text-align: center;
  padding: 10px;
  letter-spacing: .1rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
.room__btn a:hover {
  background-color: #ffffff;
  color: #00234A;
	border: 1px solid #00234A;
}
.room__btn a:hover::after {
  color: #00234A;
}

.bg__wrap,.pnt__wrapEquipment {
  background-color: #ffffff;
}
.bg_gry {
  background-color: #F7F7F7;
}
.bg_white {
  background-color: #ffffff;
}
.interior__wrap {
  padding-top: 60px;
  padding-bottom: 0;
}
.interior__Inner {
  padding-bottom: 0;
}
.room__equipment {
  margin-top: 60px;
}
.room__equipmentlst ul li::before {
  color: #00234A;
  font-size: 0.5rem;
  top: 8px;
}
.room__equipmentlst:last-child {
  margin-bottom: 0;
}
.room__equipmentlstTtl span {
  font-size: 1.6rem;
}
.room__equipmentlst ul li {
  font-size: 1.3rem;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .1rem;
  width: calc(100% / 2 - 24px);
}
.room__equipmentlst__last {
  padding-bottom: 30px;
}
.gallery {
  margin: 50px auto;
  margin-bottom: 24px;
  order: -1;
}
.prop_part03 {
  margin-bottom: 0;
  padding: 60px 16px 0;
}
.pnt__wrapEquipment,.floorPlan__Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pnt__wrapEquipment {
  padding-bottom: 60px;
}
.pro_tbl th[scope="col"] {
  background: #F7F7F7;
}
.prop_detail {
  padding: 0;
  margin-top: 24px;
}
@media screen and (min-width: 480px) {
  .room__equipmentlst ul li {
    width: calc(100% / 3 - 27px);
  }
}
@media screen and (min-width: 768px) {
  .interior__wrap {
    background: #f7f7f7;
    padding-bottom: 0;
  }
  .room__equipment {
    margin-top: 140px;
  }
  .room__equipmentlstTtl span {
    font-size: 2.4rem;
  }
  .room__equipmentlst:last-child {
    margin-bottom: 0;
  }
  .room__equipmentlstTtl {
    margin: 24px 0 16px;
  }
  .room__equipmentlst ul li {
    font-size: 1.4rem;
  }
  .room__equipmentlstTtl::before {
    background-color: #1d1d1d;
  }
  .room__equipmentlst ul li {
    width: calc(100% / 4 - 28px);
  }
  .room__equipmentlst__last {
    padding-bottom: 60px;
  }
  .loopSlide__wrap {
    margin-bottom: 60px;
  }
  .pnt__wrapEquipment {
    padding-bottom: 140px;
  }
  .pnt__wrapEquipment .interior__Inner {
    padding-top: 60px;
  }
  .prop_part03 {
    padding: 140px 16px 0;
  }
  .prop_detail {
    padding: 0;
    margin-top: 24px;
  }
  .prop_detail_infor {
    width: 100%;
    float: none;
  }
  .loopswiper1 {
    margin-bottom: 60px;
  }
  .loopswiper1 .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    margin-top: 32px !important;
  }
  .loopswiper1 picture.swiper_picture,
  .swiper-equipment picture.swiper_picture {
    opacity: 1;
    transition: .3s;
  }
  .loopswiper1 picture.swiper_picture:hover,
  .swiper-equipment picture.swiper_picture:hover {
    cursor: pointer;
    opacity: .8;
  }
  .room__btn a {
    font-size: 2.4rem;
    width: 450px;
  }
  .gallery {
    margin-top: 32px;
    order: 0;
    margin-bottom: 0;
  }
  .floorPlan__copycontent__img  {
    order: 0;
  }
}
@media screen and (min-width: 1024px) {
  .interior__wrap {
    padding-top: 60px;
  }
  .loopswiper1 .swiper-pagination-bullet {
    margin-top: 40px !important;
  }
}
.map__wrap iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 300px;
}
.gallery__imgLst:hover::before {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
.gallery__imgLstKitchen::after {
	background-color: rgba(175, 166, 35, 0.5);
}
.trainAccess {
  margin: 0;
  background: #ffffff;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.trainAccess li {
  text-align: justify;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  line-height: 2;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px), print {
.map__wrap iframe {
  height: 350px;
}
.trainAccess {
  background: transparent;
  padding: 0;
  margin-bottom: 16px;
}
}
@media screen and (min-width: 1024px), print {
.map__wrap iframe {
  height: 400px;
}
}
/* 近隣の物件 ================================== */
section.prop_part05 {
  background-color: #ffffff;
  padding: 55px 0 0;
  margin-bottom: 0;
}
.prop_recommend .prop_nearwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.prop_nearprt {
  background-color: #F7F7F7;
  border-radius: 0;
  box-shadow: none;
}
.prop_nearprt a {
  display: flex;
  flex-wrap: wrap;
}
.prop_nearthumb {
  padding: 16px;
  padding-bottom: 10px;
  order: -1;
  width: 100%;
}
.prop_nearthumb img {
  width: 100%;
}
p.prop_nearttl {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1d;
  background-color: transparent;
  border-radius: 0;
  padding: 16px 16px 8px;
  padding-top: 0;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .1rem;
  width: 100%;
}
.prop_neardesp li {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #2A2A2A;
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .05rem;
}
.prop_neardesp {
  padding: 0 16px;
}
.prop_nearview {
  padding: 0 16px 20px;
  width: 100%;
}
.prop_part05 .prop_near_price {
  font-weight: 500;
  color: #2A2A2A;
}
.prop_nearview span {
  padding: 8px;
  max-width: 165px;
  margin: 0 auto;
  color: #F7F7F7;
  border: 1px solid #00234A;
  background: #00234A;
  border-radius: 0;
  font-size: 1.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: .01rem;
  font-style: normal;
}
.surrounding__wrap {
  padding: 60px 16px;
}
.surrounding__cctFlex li {
  width: calc(50% - 8px);
}
.surrounding__wrap .interior__copyTtl {
  margin-bottom: 24px;
}
.prop_nearview span:after {
  right: 5px;
}
@media screen and (min-width: 360px), print {
  .prop_nearview span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 375px), print {
  .prop_nearview span {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
  .prop_nearview span:after {
    right: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .surrounding__wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .surrounding__wrap .interior__copyTtl {
    margin-bottom: 32px;
  }
  .surrounding__cctFlex li {
    width: calc(25% - 24px);
  }
  .surrounding__cctFlex p {
    margin-top: 8px;
  }
  section.prop_part05 {
    padding: 120px 0 30px;
  }
  .prop_recommend .prop_nearwrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .prop_part05 {
    padding: 160px 0 140px;
  }
  .prop_nearprt:hover .prop_nearview span {
    color: #00234A;
    background: #FFFFFF;
    font-weight: 500;
  }
  p.prop_nearttl {
    font-size: 2rem;
    padding: 0 20px 8px;
  }
  .prop_nearthumb {
    padding: 16px;
    padding-bottom: 16px;
  }
  .prop_neardesp {
    padding: 0 20px;
  }
  .prop_nearview {
    padding: 0 20px 25px;
  }
  .prop_nearview span {
    padding: 12px 0;
    max-width: 195px;
    font-size: 1.6rem;
  }
  .prop_neardesp li {
    line-height: 2;
  }
}
@media screen and (min-width: 1024px), print {
  .prop_recommend .prop_nearwrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fadein,.fadein2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fadein.visible,.fadein2.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}