@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 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1d;
}
.accessInfo__direction,.access__wrap .main__copyTtl {
  color: #B7A775;
}
.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;
}
.pc {
  display: none;
}
/* mv ================================== */
/* デフォルトのサムネイル（スマートフォン用） */
#responsiveVideo {
  background-image: url('../../images/pickup/meieki/mv_sp.webp');
  background-size: cover;
  background-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
/* デスクトップ画面用のサムネイル（メディアクエリで変更） */
@media (min-width: 480px) {
  #responsiveVideo {
  background-image: url('../../images/pickup/meieki/mv_pc.webp');
  }
}
.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 {
  width: 100%;
}
.mvgroup__left {
  height: 100%;
}
.mvgroup picture, .mvgroup picture img {
  height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.mv__ttl {
	padding: 24px 0 0;
  position: relative;
  background: #001021;
}
.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;
  color: #B7A775;
}
.mv__subTtl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #B7A775;
}
.mainContents {
  background-color: #001021;
}
@media screen and (min-width: 480px), print {
  .mvgroup {
    gap: 0 8px;
    flex-flow: row;
  }
  .mvgroup__left {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .mv__ttl {
    padding: 24px 0;
  }
  .mv__bg {
    height: calc(80vh - 174px);
  }
}

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


/* main__copy =================================== */
.main__copy {
  background: linear-gradient(to top, #001021 0%, rgba(0, 40, 82, 0.28) 49%, #001021 100%);
}
.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__bannerinner {
	padding: 0 16px 35px ;
	width: 100%;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
  gap: 16px ;
}
.main__bannerinner a {
  display: block;
  width: 100%;
}
.main__copycontent,
.main__copycontent__img {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.main__copycontent__img {
  order: -1;
  margin-bottom: 16px;
}
.main__copyTtl_catch {
  font-size: 1.6rem;
	color: #ffffff;
	line-height: 2.1;
  text-align: justify;
  letter-spacing: .05em;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.main__copyTtl {
  font-size: 2rem;
	color: #ffffff;
	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: #ffffff;
  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;
  color: #ffffff;
}
.main__copycontent br.sp {
  display: none;
}
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .main__copyTtl_catch {
    font-size: 2.2rem;
    line-height: 2.2;
    width: 100%;
    text-align: center;
    letter-spacing: .15rem;
  }
  .main__copyTtl {
    font-size: 3rem;
    letter-spacing: .02em;
    margin-bottom: 16px;
    color: #2A2A2A;
  }
  .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: .01em;
    color: #2A2A2A;
  }
  .mv__subTtl {
    font-size: 3rem;
  }
  .mv__ttlTxt h2 {
    font-size: 5rem;
  }
  .main__copyTxt {
    line-height: 2;
    color: #2A2A2A;
  }
  .main__bannerinner {
    gap: 0 32px;
    padding: 40px 16px 100px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main__bannerinner a {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width:1024px) {
  .main__copycontent {
    padding: 60px;
    width: 65%;
  }
  .main__copycontent br.sp {
    display: block;
  }
  .mv__subTtl,.main__copyTtl {
    font-size: 3.2rem;
  }
  .mv__ttlTxt h2 {
    font-size: 6rem;
  }
  .main__copysubTtl {
    font-size: 2.2rem;
  }
  .main__copyTtl {
    letter-spacing: -.03em;
  }
}

.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 10px;
  background: rgba(255, 255, 255, .7);
  width: 100%;
  color: #2A2A2A;
  line-height: 1.2;
  font-size: 13px;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.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: #B7A775;
}
@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__wrap,.loopSlide__wrap {
    background: #F5F5F5;
}
.interior__Inner {
	padding: 0 16px;
}
.floorPlan__Inner {
	padding: 50px 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;
}
.access__wrap {
  background: linear-gradient(to bottom,#001C3B 0%,#000E14 85%);
  padding-top: 55px;
}
.accessInfo__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 32px;
}
.accessInfo__Inner {
  width: 100%;
  text-align: center;
}
.br_tab {
  display: none;
}
.accessInfo__direction {
  font-size: 1.9rem;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 24px auto 0;
}
.accessInfo__direction:after {
  content: none;
}
.accessInfo__direction span {
  background: transparent;
  display: block;
  padding: 0;
  line-height: 1.6;
  letter-spacing: .01rem;
}
.accessInfo__time {
  font-size: 1.5rem;
  padding-top: 18px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: .01rem;
  text-align: justify;
}
.accessInfo__time span {
  font-size: 2.2rem;
  padding: 0 3px;
}
.accessInfo__time br {
  display: none;
}
.floorPlan__copyTxt {
  margin-bottom: 30px;
  color: #2A2A2A;
}
 .floorPlan__copysubTtl,
 .floorPlan__copyTtl {
  color: #2A2A2A;
 }
.floorPlan__copycontent__img {
  width: 100%;
}
.area__info {
  background: linear-gradient(to bottom, #000f21 0%, #001933 85%);
}
.area__info .main__copyinner {
  padding-bottom: 60px;
}
.area__info p.main__copyTxt:not(:last-child) {
  margin-bottom: 12px;
}
.swiper-floorPlan .swiper-button-next::after,
.swiper-floorPlan .swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: 600;
  opacity: 1;
}
.swiper-floorPlan .swiper-button-disabled:after {
  opacity: .3;
}
.swiper-floorPlan .swiper-button-next,
.swiper-floorPlan .swiper-button-prev {
  color: #1D1D1D;
  width: 38px;
  height: 38px;
  background: #b7a775;
  border-radius: 30px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0;
  pointer-events: all;
}
.swiper-floorPlan {
  position: relative;
}
.swiper-floorPlan img {
  width: 100%;
  cursor: pointer;
}
.swiper-floorPlan .swiper-pagination-bullet {
    background: #b7a775;
    opacity: .3;
}
.swiper-floorPlan .swiper-pagination-bullet-active {
    background: #b7a775;
    opacity: 1;
}
.floorPlan__copycontent__img__inner {
  overflow: hidden;
  position: relative;
}
.floorPlan__lavel {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  background: linear-gradient(to right, 
  rgba(183, 167, 117, 1) 0%, 
  rgba(183, 167, 117, 0.9) 50%, 
  rgba(255, 255, 255, 0) 100%);
  padding: 6px 12px;
  color: #001021;
  font-size: 1.2rem;
}
.floorPlan__copycontent__img__inner:not(:last-child) {
  margin-bottom: 16px;
}
.floorPlan__copycontent__img__inner p {
  text-align: justify;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin-top: 4px;
  letter-spacing: .1rem;
}
.interior__copyTtl, .interior__copysubTtl, .interior__copyTxt {
  color: #2A2A2A;
}
@media (min-width: 480px) {
  .accessInfo__wrap {
    justify-content: center;
  }
  .accessInfo__direction span,
  .accessInfo__time {
    letter-spacing: .05rem;
  }
  .accessInfo__time br {
    display: block;
  }
  .accessInfo__time {
    text-align: center;
  }
}
@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__copyTxt,.floorPlan__copycontent__img__inner p {
    text-align: center;
  }
  .floorPlan__Inner,.interior__Inner {
    max-width: 1200px;
    padding: 80px 16px;
    margin: 0 auto;
  }
  .floorPlan__Inner {
    padding-bottom: 60px;
  }
  .floorPlan__lavel {
    top: 30px;
    padding: 8px 24px;
    letter-spacing: .1rem;
    font-size: 1.6rem;
  }
  .swiper-floorPlan .swiper-button-next::after,
  .swiper-floorPlan .swiper-button-prev:after {
    font-size: 20px !important;
  }
.swiper-floorPlan .swiper-button-next,
.swiper-floorPlan .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
  .floorPlan__copycontent__img__inner:not(:last-child) {
    margin-bottom: 0;
  }
  .floorPlan__copycontent__img {
    width: 100%;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
  }
  .floorPlan__copycontent__img__inner {
    width: calc(50% - 24px);
  }
  .accessInfo__Inner {
    width: calc(100% / 2 - 16px);
  }
  .accessInfo__direction {
    font-size: 2.4rem;
  }
  .accessInfo__time {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    padding-top: 24px;
  }
  .accessInfo__time span {
    font-size: 3.2rem;
    padding: 0 4px;
  }
  .accessInfo__time small {
    font-size: 1.4rem;
  }
  .bg_gry .main__copyinner {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .area__info .main__copyinner {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .br_tab {
    display: block;
  }
  .area__info p.main__copyTxt:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 991px) {
  .br_tab {
    display: none;
  }
}
@media (min-width: 1024px) {
  .bg_gry .main__copyinner {
    padding-top: 160px;
  }
  .accessInfo__direction span {
    background: #00121f;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
  .accessInfo__direction:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #B7A775;
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.loopSlide__wrap {
  padding-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{
  background-color: #F5F5F5;
}
.bg_gry {
  background-color: #F5F5F5;
}
.bg_white {
  background-color: #ffffff;
}
.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 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.room__equipmentlstTtl span {
  font-size: 1.6rem;
  background-color: transparent;
  order: -1;
  display: block;
  white-space: nowrap;
  padding-right: 16px;
}
.room__equipmentlstTtl::before {
  display: block;
  position: relative;
  top: auto;
  left: auto;
}
.room__equipmentlst ul {
    gap: 6px 0;
}
.room__equipmentlst ul li {
  font-size: 1.3rem;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .1rem;
  width: 100%;
}
.room__equipmentlst__last {
  padding-bottom: 30px;
}
.gallery {
  margin: 50px auto;
  margin-bottom: 24px;
  order: -1;
}
.prop_part03 {
  margin-bottom: 0;
  padding: 60px 16px 30px;
}
.pnt__wrapEquipment,.floorPlan__Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pnt__wrapEquipment {
  padding-bottom: 60px;
  background-color: #F5F5F5;
  background-image: url(../../images/pickup/meieki/room_bg_sp.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: -1px;
}
.pro_tbl th[scope="col"] {
  background: #F7F7F7;
}
.prop_detail {
  padding: 0;
  margin-top: 24px;
}
@media screen and (min-width: 480px) {
  .room__equipmentlst ul {
    gap: 8px 16px;
  }
  .room__equipmentlst ul li {
    width: calc(100% / 3 - 27px);
  }
}
@media screen and (min-width: 768px) {
  .pnt__wrapEquipment {
    background-image: url(../../images/pickup/meieki/room_bg.webp);
    background-size: 1920px;
  }
  .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 {
    padding-bottom: 20px;
  }
  .room__equipmentlst__last {
    padding-bottom: 60px;
  }
  .loopSlide__wrap {
    padding-bottom: 60px;
  }
  .pnt__wrapEquipment {
    padding-bottom: 140px;
  }
  .pnt__wrapEquipment .interior__Inner {
    padding-top: 60px;
  }
  .prop_part03 {
    padding: 100px 16px 50px;
  }
  .prop_detail {
    padding: 0;
    margin-top: 24px;
  }
  .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;
  }
}
@media screen and (min-width: 1024px) {
  .loopswiper1 .swiper-pagination-bullet {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  .pnt__wrapEquipment {
    background-size: cover;
  }
}
.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;
}
}

@media (hover: hover) {
    .pnt__wrapEquipment .gallery__imgLst:hover::after {
        content: none;
    }
}
.pnt__wrapEquipment .gallery__imgLst::after {
  content: none;
}
.pnt__wrapEquipment .gallery__imgLst::before {
  content: none !important;
}
.gallery__imgLst__text {
  display: none;
}
/* 近隣の物件 ================================== */
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__bg {
  background-image: url(../../images/pickup/meieki/sf_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.surrounding__cctFlex li {
  width: calc(50% - 8px);
}
.surrounding__wrap .interior__copyTtl {
  margin-bottom: 24px;
  color: #B7A775;
}
.prop_nearview span:after {
  right: 5px;
}
.surrounding__cctFlex p {
  color: #ffffff;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .15rem;
  line-height: 1.6;
}

@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 {
  .gallery__imgLst__text {
    display: block;
    font-size: 1.2rem;
    font-family: "Shippori Mincho B1", serif;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(to top, #333333E6 0%, #33333399 80%, #33333300 100%);
    width: 100%;
    padding: 16px 5px 8px;
  }
  .surrounding__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .surrounding__wrap .interior__copyTtl {
    margin-bottom: 32px;
  }
  .surrounding__cctFlex {
    gap: 33px;
  }
  .surrounding__cctFlex li {
    width: calc(100% / 3 - 22px);
  }
  .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;
  }
  .surrounding__bg {
    background-image: url(../../images/pickup/meieki/sf_bg.jpg);
  }
}
@media screen and (min-width: 1024px), print {
  .prop_recommend .prop_nearwrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .surrounding__cctFlex li img {
    height: 250px;
  }
  .gallery__imgLst__text {
    font-size: 1.4rem;
    padding: 16px 10px 8px;
  }
}

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