@charset "UTF-8";


.detail-mv-title{
  font-size: 60px;
  letter-spacing: .1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.detail-mv-title-ja{
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: .2rem;
  color: #fff;
  text-align: center;
}

/* ここからdetailのcss上書きでおk */
.detail-container .bg-light {
    background: #F7F7F7;
}
.detail-container .gallery-tabs {
    justify-content: flex-start;
}
.detail-container .gallery-tab {
    text-align: center;
    position: relative;
    font-size: .75rem;
    white-space: nowrap;
    opacity: 0.5;
    border: none;
    line-height: 1.2;
    transition: .4s;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    height: 40px;
    width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    padding: 12px 20px;
}

.detail-container .gallery-tab.is-active {
    background: #967865;
    color: #fff;
}
.detail-container .gallery-tab.js-tab {
    opacity: 1;
    cursor: pointer;
}
.gallery-tab.none {
    opacity: .5;
    pointer-events: none;
}
.detail-container .gallery-tab:hover{
  background: #967865;
  color: #fff;
}

.detail-container .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}
.detail-section .gallery-item-heading::before {
    content: '';
    display: block;
    margin-top: 0;
    width: 3px;
    height: 22px;
    background: #967865;
}
.detail-section .gallery-item a::after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: rgba(150, 120, 101, 0.6);
    background-image: url(../images/common/icon-zoom-wh.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.gallery-item-heading {
    margin-top: .8em;
    margin-bottom: 1.4em;
    display: flex;
    gap: 8px;
    font-size: 1rem;
    line-height: 1.5;
    height: unset;
}
.detail-section .caption.caption-min {
    margin: 60px 0 0;
}
.flex-center{
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
  .detail-container .gallery-grid {
      grid-template-columns: repeat(2,1fr);
      gap: 16px;
  }
  .gallery-item-heading {
      height: unset;
  }.detail-section .gallery-item-heading::before {
      height: 20px;
  }
}

/* access */
.access .detail-mv-container::before,
.plan .detail-mv-container::before  {
    content: none;
}

.page-title{
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.page-title::after{
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #967865;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px)
}
.page-title-ja{
  font-size: 1rem;
  margin-bottom: 60px;
  line-height: 2;
}
.usp{
  justify-content: center;
  align-items: flex-end;
  gap: 0 93px;
  margin-bottom: 60px;
}
.usp-text{
  position: relative;
}
.usp-text::after{
  content: '';
  position: absolute;
  right: -45px;
  bottom: 10px;
  display: block;
  margin-top: 0;
  width: 1px;
  height: 50px;
  background: #9B9B9B;
}
.usp-text:last-child:after{
  display: none;
}
.usp-text .line-text{
  font-size: .8rem;
}
.usp-text .station-text{
  font-size: 1.2rem;
}
.train-map{
  margin-bottom: 80px;
}
.access-flex{
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}
.access-flex-item{
  width: calc(100% / 2 - 15px);
}
.line-text{
  font-size: .9rem;
  letter-spacing: .05rem;
  margin-top: 20px;
}
.station-text{
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: .1rem;
}
.station-text .large-text{
  font-size: 200%;
}
.inner.inner-wide.inner-slide{
  margin-right: 0;
}
.residence .access .slide-plan .slick-list .slick-img {
    background-color: #fff;
    padding: 10px;
    max-width: 400px;
    margin: 0 20px;
}
.location-area .detail-mv-title{
  font-size: 52px;
  font-weight: 300;
  position: relative;
  margin-bottom: 40px;
}
.location-area .detail-mv-title::after{
  content: '';
  width: 40px;
  height: 3px;
  display: inline-block;
  background-color: #967865;
  position: absolute;
  bottom: -.3em;
  left: calc(50% - 20px)
}
.location-flex{
  justify-content: space-between;
  gap: 60px;
}
.location-flex-text{
  width: calc(50% - 30px);
}
.location-flex-img{
  width: calc(50% - 30px);
}
.access-page-lead{
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 1em;
  line-height: 2;
}
.access-page-lead::after{
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #967865;
  position: absolute;
  bottom: 0;
  left: 0
}
.position-text{
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.position-note{
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: .1rem;
  width: 70%;
}
.info-flex{
  justify-content: space-between;
  gap: 60px;
}
.info-flex-img{
  width: calc(60% - 30px);
}
/* .info-flex-text{
  width: calc(40% - 30px);
} */
.life-leads{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CEC9C5;
  margin-bottom: 25px;
  padding-bottom: 15px;
  justify-content: space-between;
  align-items: baseline;
}
.life-lead{
  font-size: 1.2rem;
}
.life-lead-sub{
  font-size: 1.4rem;
  font-weight: 500;
  color: #9B9B9B;
}
.info-map-item .life-list dl dt {
    display: flex;
    gap: 8px;
    background: #fff;
    padding-right: .4em;
    line-height: 1.2;
}
.info-map-item .life-lists{
  width: 100%;
  border-bottom: 1px solid #CEC9C5;
  padding-bottom: 25px;
}
.info-map-item .life-list dl {
    font-size: .9rem;
}
.info-map-item .life-list dl::before {
    content: none;
}
.info-map-item .life-list dl dt::before {
    content: '';
    display: block;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/property/ikejiri-ohashi/access/life-pin.svg) no-repeat center center;
    background-size: contain;
}
.info-map-item .life-list dl dd {
  width: unset;
}

@media (max-width: 767px) {
  .page-title::after{
    left: calc(50% - 25px)
  }
  .train-map{
    margin-bottom: 40px;
  }
  .access-flex-item{
    width: 100%;
  }
  .line-text{
    font-size: .8rem;
  }
  .station-text{
    font-size: 1.2rem;
    letter-spacing: .01rem;
  }
  .inner.inner-wide.inner-slide{
    width: 96%;
    pad: 0 0 40px;
  }
  .residence .access .slide-plan .slick-list .slick-img {
    width: 90vw;
    max-width: none;
    margin: 0;
  }
  .detail-section .access-slide-wrap .caption.caption-min {
    margin: 20px 0 0;
  }
  .location-flex-text,
  .location-flex-img,
  .info-flex-img,
  .info-map-item{
    width: 100%;
  }
  .position-note{
    width: 100%;
  }
  .usp-text .line-text{
    font-size: 1rem;
  }
  .usp-text .station-text{
    font-size: 1.4rem;
  }
  .usp-text::after{
    display: none;
  }
  .access-page-lead{
    font-size: 1.8rem;
  }
  .position-text{
    font-size: 1.8rem;
  }
  .life-lead{
    font-size: 1.1rem;
  }
  .life-lead-sub{
      font-size: 1.2rem;
  }
  .info-map-item .life-list dl dt {
      gap: 6px;
  }
  .info-map-item .life-list dl {
    flex-direction: unset;
      font-size: .7rem;
  }
  .info-map-item .life-list dl dt::before {
      margin-top: 1px;
      width: 14px;
      height: 12px;
  }
}



.info-map{
	display: grid;
  grid-template-columns: 1fr calc(40% - 30px);
  gap: 60px;
  height: 520px;
}
.info-map-lists{
	padding: 48px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.info-map-list dl{
	display: flex;
	font-size: 1.6rem;
	line-height: 1.4;
}
.info-map-list dl dt{
	width: 1.2em;
	flex-shrink: 0;
}
.info-map .gmap{
	width: 100%;
	height: 100%;
}
.info-map-item .caption{
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	.info-map{
		grid-template-columns: 100%;
	}
	.info-map .gmap{	
	height: 600px;
	}
	.info-map-lists {
    padding: 48px 20px;
    flex-direction: row;
    gap: 12px;
		flex-wrap: wrap;
	}
	.info-map-list{
		width: calc(100% / 2 - 12px);
	}
	.info-map-list:nth-of-type(1){
		order: 1;
	}
	.info-map-list:nth-of-type(2){
		order: 3;
	}
	.info-map-list:nth-of-type(3){
		order: 5;
	}
	.info-map-list:nth-of-type(4){
		order: 7;
	}
	.info-map-list:nth-of-type(5){
		order: 9;
	}
	.info-map-list:nth-of-type(6){
		order: 2;
	}
	.info-map-list:nth-of-type(7){
		order: 4;
	}
	.info-map-list:nth-of-type(8){
		order: 6;
	}
	.info-map-list:nth-of-type(9){
		order: 8;
	}
	.info-map-list:nth-of-type(10){
		order: 9;
	}
}
@media screen and (max-width: 767px){
	.info-map{
		grid-template-columns: 100%;
    height: auto;
	}
	.info-map-list dl{
		font-size: 1.4rem;
	}
	.info-map-lists{
		padding: 24px;
		gap: 8px;
	}
	.info-map .gmap {
    width: 100%;
    height: 65vw;
	}
}


/* plan */
.plan .page-title-ja{
  margin: 30px auto;
}
.plan-flex{
  gap: 30px;
  justify-content: space-between;
}
.plan-flex-item{
  width: calc(100% / 3 - 36px);
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.plan-flex-item{
  transition: color 0.4s ease;
  figure{
    overflow: hidden;
    img{
      transition: all .3s ease-out;
    }
  }
}
.plan-flex-item:hover img{
  transform: scale(1.1)
}
.plan-flex-item-cs{
    width: 100%;
    background: #D9D9D9;
    aspect-ratio: 181 / 224;
    color: #000;
    display:flex;
    justify-content: center;
    align-items: center;
        font-size: clamp(32px, 3vw, 36px);
}
.plan-flex-text-wrap{
  align-items: center;
  justify-content: space-around;
  padding: 30px 20px;
}
.plan-flex-text {
  color: #333;
}
.type-name{
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.area-name{
  font-size: 1.8rem;
}
.plan-item-btn{
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px){
.plan-flex-item{
  width: 100%;
}
}