@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;
}
body section{
    color: #4A4A4A;
}
.main__copycontent .main__copysubTtl,
.mv__subTtl,h2,
.room__equipmentlstTtl,
.accessInfo__direction,.accessInfo__time {
  font-weight: normal;
  font-style: normal;
  color: #4A4A4A;
}
.accessInfo__direction,.access__wrap .main__copyTtl {
  color: #EBEAE3;
}
.pc {
  display: none;
}
.shippori {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
/* 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: #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;
  color: #4A4A4A;
}
.mv__subTtl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #4A4A4A;
}
.mainContents {
  background-color: #ffffff;
}
@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);
  }
}
.access__wrapAdd {
    margin-bottom: 35px;
    padding-top: 35px;
}
.access-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.access-item {
  text-align: center;
  position: relative;
  width: 100%;
}
.access-item:not(:last-child)::after {
  content: none;
}
.access-item:not(:last-child) {
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.station-label {
  font-size: 1.4rem;
}
.station-info {
  font-size: 2rem;
  margin-bottom: 0;
  font-family: "Shippori Mincho B1", serif;
}
.station-name {
  font-size: 2rem;
  font-weight: 500;
}
.time-info {
  font-size: 2rem;
  margin-top: 5px;
  color: #45607C;
}
.time-number {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 3px;
  color: #45607C;
  line-height: 1.3;
}
@media screen and (min-width:991px) {
  .access-item {
    width: calc(100% / 3);
  }
  .access-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background-color: #979797;
  }
  .station-label {
    font-size: 1.6rem;
  }
  .station-info,.station-name {
    font-size: 2.4rem;
  }
  .time-number {
    font-size: 3.8rem;
    margin: 0 3px;
  }
  .access-item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .station-info {
    margin-bottom: 5px;
  }
}
/* main__copy =================================== */
.main__copy::after {
  content: none;
}
.main__copyinnerBg {
  background-image: url(../../images/pickup/oosaki10/main_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main__copyinner {
	padding-bottom: 30px;
	padding-top: 60px;
	width: 100%;
	position: static;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}
.main__bannerinner {
	padding: 60px 16px;
	width: 100%;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
  gap: 16px ;
  margin: 0;
}
.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;
	line-height: 2.1;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.main__copyTtl {
  font-size: 2rem;
	line-height: 1.56;
  text-align: justify;
  font-feature-settings: "palt" 1;
  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;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
  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;
}
span.space {
  display: block;
  height: 8px;
  width: 100%;
}
.main__copyinnerBg .main__copyinner {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.main__copyinnerBg .main__copyinner:before {
  content: "";
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: block;
  background: #ffffff;
  z-index: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: .8;
}
.main__copyinnerBg h2.main__copyTtl {
  letter-spacing: .02em;
  margin-bottom: 16px;
  font-weight: 600;
}
.main__copyinnerBg h3.main__copysubTtl {
  margin-bottom: 0;
  line-height: 2;
}
.main__copyinnerBg h2.main__copyTtl br {
  display: none;
}
.main__copyinnerBg .main__copycontent {
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width:365px) {
  .main__copyinnerBg h2.main__copyTtl {
    text-align: center;
    letter-spacing: .08em;
  }
  .main__copyinnerBg h2.main__copyTtl br {
    display: block;
  }
}
@media screen and (min-width:768px) {
  .access__wrapAdd {
    margin-bottom: 45px;
    padding-top: 40px;
  }
  .main__copyinnerBg .main__copycontent {
    max-width: 895px;
    width: 100%;
    padding: 80px 60px;
  }
  .main__copyinnerBg .main__copyinner {
    padding-bottom: 160px;
    padding-top: 160px;
    top: auto;
    right: auto;
  }
  .main__copyinnerBg .main__copyinner:before {
    content: none;
  }
  .main__copyinnerBg h2.main__copyTtl {
    margin-bottom: 24px;
    font-weight: 500;
  }
  .main__copyinnerBg h3.main__copysubTtl {
    line-height: 2.3;
    letter-spacing: .15em;
  }
  span.space {
    height: 16px;
  }
  .main__copyTtl_catch {
    font-size: 2.2rem;
    line-height: 2.2;
    width: 100%;
    text-align: center;
    letter-spacing: .15em;
  }
  .main__copyTtl {
    font-size: 3rem;
    letter-spacing: .15em;
    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: 60px;
    width: 70%;
  }
  .main__copycontent:after {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #45607C;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
  }
  .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: .13em;
  }
  .mv__subTtl {
    font-size: 3rem;
  }
  .mv__ttlTxt h2 {
    font-size: 5rem;
  }
  .main__copyTxt {
    line-height: 2;
    letter-spacing: .12em;
  }
  .main__bannerinner {
    gap: 0 32px;
    padding: 140px 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main__bannerinner a {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width:991px) {
  .pc {
    display: block;
  }
  .main__copyinnerBg h3.main__copysubTtl {
    text-align: center;
  }
}
@media screen and (min-width:1024px) {
  .main__copycontent {
    padding: 60px;
    width: 65%;
  }
  .mv__subTtl,.main__copyTtl {
    font-size: 3.2rem;
  }
  .mv__ttlTxt h2 {
    font-size: 6rem;
  }
  .main__copysubTtl {
    font-size: 2.2rem;
  }
}

.equipmentSlide__wrap  {
  padding-bottom: 0;
}
.equipmentSlide__Inner {
  width: 100%;
  padding: 60px 16px;
}
.equipmentSlide__Inner>p {
  color: #EBEAE3;
  margin-top: 24px;
  margin-bottom: 32px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: justify;
  font-feature-settings: "palt" 1;
  font-size: 1.2rem;
}
.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%;
  line-height: 1.2;
  font-size: 13px;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
}
.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: #4A4A4A;
}
.swiper-equipment {
    padding-bottom: 45px;
}
@media (min-width: 768px) {
  .equipmentSlide__Inner>p {
    margin-top: 24px;
    margin-bottom: 54px;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .equipmentSlide__wrap  {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .equipmentSlide__Inner {
    max-width: 1200px;
    padding: 140px 16px;
    margin: 0 auto;
    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;
  }
  .swiper-equipment {
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .swiper-equipment .swiper-wrapper {
    gap: 32px;
  }
}


.bg__grd {
  background-color: #45607C; 
}
/* floorPlan ================================== */
.interior__Inner {
	padding: 60px 16px;
}
.floorPlan__Inner {
	padding: 60px 16px;
  padding-top: 0;
}
.floorPlan__copysubTtl,.floorPlan__copycontent__img,
.interior__copyTtl,.interior__copysubTtl,.interior__copycontent__img {
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.floorPlan__copyTtl,
.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 .interior__copyTtl br {
  display: none;
}
.accessInfo__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 0;
}
.accessInfo__Inner:nth-child(1) {
  width: 100%;
  text-align: center;
  padding: 0;
  border: none;
}
.accessInfo__Inner:nth-child(2),
.accessInfo__Inner:nth-child(3),
.accessInfo__Inner:nth-child(4),
.accessInfo__Inner:nth-child(5) {
  width: 100%;
  text-align: center;
}
.accessInfo__Inner:nth-child(6) {
  width: 100%;
  text-align: center;
}
.accessInfo__Inner:nth-child(1) .accessInfo__direction {
  margin: 42px auto 0;
}
.accessInfo__Inner:nth-child(2) .accessInfo__direction,
.accessInfo__Inner:nth-child(3) .accessInfo__direction,
.accessInfo__Inner:nth-child(5) .accessInfo__direction {
  margin: 0 auto;
}
.accessInfo__Inner:nth-child(6) .accessInfo__direction {
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.accessInfo__Inner:nth-child(6) .accessInfo__direction br {
  display: none;
}
.accessInfo__direction {
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
  display: inline-block;
}
.accessInfo__direction span {
  padding: 0;
  line-height: 1.5;
  letter-spacing: .01em;
}
.accessInfo__time {
  font-size: 1.5rem;
  padding-top: 8px;
  line-height: 1.3;
  color: #EBEAE3;
  letter-spacing: .05em;
  text-align: center;
  border-top: 1px solid #ffffff;
  margin-top: 8px;
}
.accessInfo__time span.text_big,
.accessInfo__direction span.text_big {
  font-size: 2.2rem;
  padding: 0 3px;
}
.accessInfo__time br {
  display: none;
}
.floorPlan__copyTtl, .floorPlan__copysubTtl,.floorPlan__copyTxt {
  color: #EBEAE3;
}
.floorPlan__copyTxt {
  margin-bottom: 30px;
}
.floorPlan__copyTxt.note__copyTxt {
  text-align: justify;
  font-feature-settings: "palt" 1;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}
.floorPlan__copycontent__img {
  width: 100%;
}
.area__info,.surrounding__bg {
  background: #EBEAE3;
}
.area__info .main__copyinner {
  padding-bottom: 0;
}
.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: #4A4A4A;
  width: 38px;
  height: 38px;
  background: #EBEAE3;
  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;
  height: 260px;
  object-fit: cover;
}
.swiper-floorPlan .swiper-pagination-bullet {
    background: #4A4A4A;
    opacity: .3;
}
.swiper-floorPlan .swiper-pagination-bullet-active {
    background: #4A4A4A;
    opacity: 1;
}
.floorPlan__copycontent__img__inner {
  overflow: hidden;
  position: relative;
}
.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: .12em;
  color: #EBEAE3;
}
.floorPlan__copycontent__img__inner p.floorPlan__lavel {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  background: #EBEAE3;
  padding: 0;
  color: #4A4A4A;
  font-size: 1.2rem;
  margin: 0;
}
.floorPlan__copycontent__img__inner p.floorPlan__lavel span:first-child {
  background: #4B6B4C;
  padding: 3px 14px 2px;
  font-size: 1.1rem;
  letter-spacing: .15em;
  color: #EBEAE3;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.floorPlan__copycontent__img__inner p.floorPlan__lavel span:last-child {
  background: #EBEAE3;
  padding: 2px 14px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #4B6B4C;
  line-height: 1.5;
  display: block;
  width: 100%;
}
@media (min-width: 360px) {
  .accessInfo__direction span {
    letter-spacing: .05em;
  }
  .access__wrap .interior__copyTtl br {
    display: block;
  }
}
@media (min-width: 480px) {
  .accessInfo__time {
    letter-spacing: .05em;
  }
  .accessInfo__time br {
    display: block;
  }
  .swiper-floorPlan img {
    height: 400px;
  }
  .floorPlan__copyTtl br {
    display: none;
  }
}
@media (min-width: 575px) {
  .accessInfo__Inner:nth-child(6) .accessInfo__direction {
    text-align: center;
  }
  .accessInfo__Inner:nth-child(6) .accessInfo__direction br {
    display: block;
  }
}
@media (min-width: 768px) {
  .floorPlan__copycontent__img__inner p.floorPlan__lavel span:first-child {
    padding: 3px 16px;
    font-size: 1.2rem;
    letter-spacing: .2em;
  }
  .floorPlan__copycontent__img__inner p.floorPlan__lavel span:last-child {
    padding: 2px 16px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .14em;
  }
  .floorPlan__copyTtl,.floorPlan__copysubTtl,.floorPlan__copycontent__img,
  .interior__copyTtl,.interior__copysubTtl,.interior__copycontent__img {
    text-align: center;
  }
  .floorPlan__copyTxt,.floorPlan__copycontent__img__inner p {
    text-align: center;
  }
  .floorPlan__Inner {
    max-width: 1200px;
    padding: 80px 16px;
    margin: 0 auto;
    padding-top: 0;
  }
  .interior__Inner {
    max-width: 1200px;
    padding: 140px 16px;
    margin: 0 auto;
  }
  .floorPlan__Inner {
    padding-bottom: 60px;
  }
  .floorPlan__copycontent__img__inner p.floorPlan__lavel {
    top: 30px;
    padding: 0;
    width: 100px;
    text-align: left;
  }
  .swiper-floorPlan img {
    height: auto;
  }
  .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__inner {
    width: calc(50% - 24px);
  }
  .accessInfo__time,
  .accessInfo__direction {
    font-size: 1.8rem;
    letter-spacing: .04em;
  }
  .accessInfo__time {
    font-size: 1.9rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    padding-top: 16px;
    margin-top: 16px;
  }
  .accessInfo__time span.text_big,
  .accessInfo__direction span.text_big {
    font-size: 3.2rem;
    padding: 0 4px;
  }
  .accessInfo__time span.accessInfo__time__left {
    width: 170px;
    display: inline-block;
    text-align: left;
  }
  .bg_gry .main__copyinner {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .area__info .main__copyinner {
    padding-bottom: 140px;
    padding-top: 100px;
  }
  .area__info p.main__copyTxt:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 991px) {
  .accessInfo__Inner:nth-child(2),.accessInfo__Inner:nth-child(3),.accessInfo__Inner:nth-child(4),.accessInfo__Inner:nth-child(5) {
    width: calc(100% / 3 - 8px);
  }
  .accessInfo__Inner:nth-child(6) {
    width: calc(100% * 2 / 3 - 4px);
    text-align: center;
  }
  .accessInfo__wrap {
    gap: 50px 8px;
  }
  .accessInfo__Inner:nth-child(2) .accessInfo__direction,.accessInfo__Inner:nth-child(3) .accessInfo__direction,.accessInfo__Inner:nth-child(5) .accessInfo__direction {
    margin: 18px auto 12px;
  }
  .access__wrap .interior__copyTtl br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .bg_gry .main__copyinner {
    padding-top: 160px;
  }
  .accessInfo__Inner:nth-child(2),.accessInfo__Inner:nth-child(3),.accessInfo__Inner:nth-child(4),.accessInfo__Inner:nth-child(5) {
    width: calc(100% / 3 - 32px);
  }
  .accessInfo__Inner:nth-child(6) {
    width: calc(100% * 2 / 3 - 16px);
    text-align: center;
  }
  .accessInfo__wrap {
    gap: 50px 32px;
  }
  .accessInfo__Inner:nth-child(2) .accessInfo__direction,.accessInfo__Inner:nth-child(3) .accessInfo__direction,.accessInfo__Inner:nth-child(5) .accessInfo__direction {
    margin: 18px auto 12px;
  }
}

.loopSlide__wrap {
  padding-bottom: 60px;
}
.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: #4A4A4A;
}
.room__btn {
  width: 100%;
}
.room__btn a {
  display: block;
  margin: 0 auto;
  background-color: #EBEAE3;
  color: #45607C;
  font-size: 1.5rem;
  border: 1px solid #EBEAE3;
  transition: .3s;
  width: 220px;
  text-align: center;
  padding: 10px;
  letter-spacing: .1rem;
  font-weight: 400;
}
.room__btn a::after {
  color: #45607C;
}
.room__btn a:hover {
  background-color: #45607C;
  color: #EBEAE3;
	border: 1px solid #EBEAE3;
}
.room__btn a:hover::after {
  color: #EBEAE3;
}
.room__btnBlue {
  margin-top: 45px;
}
.fixedBtn .room__btn a,
.room__btnBlue a {
  background-color: #45607C;
  color: #EBEAE3;
  border: 1px solid #45607C;
}
.fixedBtn a::after,
.room__btnBlue a::after {
  color: #EBEAE3;
}
.fixedBtn .room__btn a:hover,
.room__btnBlue a:hover {
  background-color: #EBEAE3;
  color: #45607C;
}
.fixedBtn .room__btn a:hover::after,
.room__btnBlue a:hover::after {
  color: #45607C;
}

.bg__wrap{
  background-color: #EBEAE3;
}
.bg__wrap img {
  width: 100%;
  margin-top: -1px;
}
.bg_gry {
  background-color: #F5F5F5;
}
.bg_white {
  background-color: #ffffff;
}
.room__equipment {
  padding-top: 60px;
  padding-bottom: 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: 0 auto;
  margin-top: 30px;
}
.prop_part03 {
  margin-bottom: 0;
  padding: 60px 16px;
}
.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 {
    gap: 8px 16px;
  }
  .room__equipmentlst ul li {
    width: calc(100% / 3 - 27px);
  }
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-top: 0;
  }
  .room__equipment {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .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: 140px;
  }
  .pnt__wrapEquipment {
    padding-bottom: 100px;
  }
  .pnt__wrapEquipment .interior__Inner {
    padding-top: 60px;
  }
  .prop_part03 {
    padding: 100px 16px;
  }
  .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;
  }
  .room__btnBlue {
    margin-top: 60px;
  }
}
@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-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;
}
/* 近隣の物件 ================================== */
.sub_main {
  margin-bottom: 10px;
}
section.prop_part05 {
  background-color: #EBEAE3;
  padding: 60px 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-weight: 400;
  font-style: normal;
  color: #4A4A4A;
  background-color: transparent;
  border-radius: 0;
  padding: 16px 16px 8px;
  padding-top: 0;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .1em;
  width: 100%;
}
.prop_neardesp li {
  font-weight: 500;
  font-style: normal;
  color: #4A4A4A;
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
}
.prop_neardesp {
  padding: 0 16px;
}
.prop_nearview {
  padding: 0 16px 20px;
  width: 100%;
}
.prop_part05 .prop_near_price {
  font-weight: 500;
  color: #4A4A4A;
}
.prop_nearview span {
  padding: 8px;
  max-width: 165px;
  margin: 0 auto;
  color: #F7F7F7;
  border: 1px solid #4A4A4A;
  background: #4A4A4A;
  border-radius: 0;
  font-size: 1.2rem;
  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;
}
.surrounding__cctFlex p {
  font-feature-settings: "palt" 1;
  letter-spacing: .15rem;
  line-height: 1.6;
}
.surrounding__cctFlex p span {
  display: block;
}

@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-style: normal;
    color: #EBEAE3;
    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: 0;
    padding-bottom: 140px;
  }
  .surrounding__wrap .interior__copyTtl {
    margin-bottom: 32px;
  }
  .surrounding__cctFlex {
    gap: 24px;
  }
  .surrounding__cctFlex li {
    width: calc(100% / 4 - 18px);
  }
  .surrounding__cctFlex p {
    margin-top: 8px;
  }
  section.prop_part05 {
    padding: 100px 0;
  }
  .prop_recommend .prop_nearwrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .prop_nearprt:hover .prop_nearview span {
    color: #4A4A4A;
    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);
  }
  .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;
}

.modal-video-body-wide {
  max-width: 630px;
}


/* machigatari ================================== */
.machigatari {
	width: 100%;
	padding: 0;
	background-color: #ffffff;
	position: relative;
}
.machigatari::after {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../../images/top/bg_column_machi.webp);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom;
	opacity: 0.4;
  }
.machigatari__inner {
	width: 100%;
	max-width: 1200px;
  padding: 60px 0 70px;
	margin: 0 auto;
}
.machigatari .columnBox__ttl {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.machigatari .columnBox__copy {
	margin-top: 8px;
	text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .1em;
  line-height: 1.8;
}
.machigatari .columnBox__copy br {
  display: none;
}
.machigatari .columnBox__list {
	padding: 0 16px;
}
.machigatari .columnBox__listInner {
	margin-top: 24px;
}
.machigatari .columnBox__listInner .swiper-wrapper {
	display: flex;
}
.machigatari .swiper-slide {
	width: calc(100% / 3 - 16px);
}
.machigatari .columnBox__item > a {
	color: #45607C;
}
.machigatari .c-card__txt {
    color: #4A4A4A;
}
.machigatari .columnBox__img {
	width: 100%;
}
.machigatari .columnBox__itemTxtArea {
	font-weight: bold;
}
.machigatari .c-card__inner {
  padding: 16px 8px;
}
@media screen and (min-width:768px) {
  .machigatari .columnBox__ttl {
    font-size: 3.2rem;
  }
  .machigatari__inner {
    padding: 140px 0;
  }
	.machigatari .columnBox__itemTxtArea {
		font-size: 1.6rem;
	}
  .machigatari .columnBox__listInner .swiper-wrapper {
    justify-content: center;
    gap: 0 24px; 
  }
  .machigatari .columnBox__copy {
    text-align: center;
    line-height: 2;
  }
  .machigatari .columnBox__copy br {
    display: block;
  }
}
