@charset "UTF-8";
/* lifestyle202605 */

.title-area {/*背景色変更*/
	background: #fff;
}

#interview p {
	line-height: 1.8;
	font-size: 1.1rem;
}
@media screen and (max-width:600px) {
    #interview p {
        font-size: 1rem;
		line-height: 1.75;
        letter-spacing: 0.03em;
    }
}

/*interview*/
#interview {
	background: #fff;
}
.interview-title {
	padding-top: 60px;
	background: linear-gradient(#f3f5f6 300px, #fff 300px);
}

.interview-title-inner {
	position: relative;
}
.interview-title-inner h2 {
	position: absolute;
	max-width: 420px;
	top: 8px;
	left: 0;
}
.interview-title-img {
	max-width: 700px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
	.interview-title-inner h2 {
		max-width: 380px;
	}
	.interview-title-img {
		max-width: 500px;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width:768px) {
	.interview-title-inner h2 {
		max-width: 320px;
		top: -40px;
	}
}

@media screen and (max-width:600px) {
	.interview-title {
		padding-top: 80px;
		background: linear-gradient(#f3f5f6 200px, #fff 200px);
	}
	.interview-title .container {
		padding-left: 0;
		padding-right: 0;
	}
	.interview-title-inner h2 {
		max-width: 90%;
		top: -60px;
		left: 20px;
	}
	.interview-title-img {
		max-width: 80%;
	}
}

/*introduction*/
.introduction {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	background: url("../img/life-style/intro_bg.jpg") no-repeat bottom center;
	background-size: cover;
}
.introduction h3 {
	max-width: 780px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
	position: relative;
	padding: 1em 2em;
}
.introduction h3:before,
.introduction h3:after {
  position: absolute;
  content: '';
}
.introduction h3:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #e63368;
  border-left: 1px solid #e63368;
}
.introduction h3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid #e63368;
  border-bottom: 1px solid #e63368;
}

.introduction-inner {
	max-width: 780px;
	margin: 0 auto 20px;
}
.owner-info {
	max-width: 300px;
	background: #e63368;
	padding: 0.8em 0.2em;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin: 0 auto 20px;
}

@media screen and (max-width:600px) {
	.introduction {
		padding-top: 20px;
		padding-bottom: 12px;
		background: url("../img/life-style/intro_bg_sp.jpg") no-repeat bottom center;
	}
	.introduction h3 {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
		padding: 1em 1em;
		margin-bottom: 20px;
	}
	.owner-info {
		max-width: 240px;
		background: #e63368;
		padding: 0.5em 0.3em 0.6em;
		font-size: 1rem;
	}
}


/*interview-post*/
.interview-post {
	padding-top: 80px;
	padding-bottom: 32px;
	background: #f8f8f8;
}

.interview-post h4 {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-bottom: 16px;
	border-left: 6px solid;
	border-image-source: linear-gradient(to bottom, #dbdf76 0%, #97c157 100%);
	border-image-slice: 1;
	padding-left: 12px;
}
.interview-post p {
	letter-spacing: 0;
}

.interview-post .item {
	display: flex;
 	margin-bottom: 48px;
	justify-content: space-between;
}

.interview-post .item .img {
	width: 38%; 
 	max-width: 400px;
}

.interview-post .item.content-right .text,
.interview-post .item.content-left .text {
  width: 62%; 
  max-width: 600px;
}

.interview-post .item.content-right .text {
  padding: 0 0 0 3%;
}
.interview-post .item.content-left .text {
  padding: 0 3% 0 0;
}

.interview-post .item .text .description {
  margin-bottom: 20px;
}
.post-bold {
	font-weight: 500;
}

@media screen and (max-width:767px) {
	.interview-post {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.interview-post h4 {
		font-size: 1.1rem;
		line-height: 1.5;
	}
   .interview-post .item.content-right {
     flex-direction: column;
     margin-bottom: 24px;
   }
   .interview-post .item.content-left {
     flex-direction: column-reverse;
     margin-bottom: 24px;
   }
	.interview-post .item {
	  margin-bottom: 40px;
	}
   .interview-post .item .img {
		width: 100%;
 		margin-bottom: 20px;
   }
   .interview-post .item .text {
		max-width: 100%;
    	padding: 0;
    }
	.interview-post .item.content-right .text {
		width:100%;
	  	padding: 0;
	}
	.interview-post .item.content-left .text {
		width:100%;
		padding: 0;
	}
}


/*message*/
.message {
	background: #fff;
	background: url("../img/life-style/message_bg.jpg") no-repeat bottom center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.message-wrap {
	max-width: 780px;
	margin: 0 auto;
}
.message h3 {
	font-size: 1.5rem;
	color: var(--accent2-color);
	line-height: 1.7;
	text-align: center;
	margin-bottom: 20px;
}

.message-item p {
	font-weight: 600;
	text-decoration: underline dashed var(--accent2-color) 1px;
	text-underline-offset: 8px;
	margin-bottom: 40px;
}

@media screen and (max-width:600px) {
	.message {
		padding-top: 40px;
		padding-bottom: 40px;
		background: url("../img/life-style/message_bg.jpg") no-repeat bottom right 18%;
	}
	.message h3 {
		font-size: 1.3rem;
	}
	.message-item p {
		text-underline-offset: 6px;
	}
}


/*cs-area*/
.cs-area {
	background: url("../img/life-style/interview_cs_bg.jpg") no-repeat;
	padding-top: 52px;
	padding-bottom: 40px;
}

.cs-area h2 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 32px;
	text-align: center;
}
.cs-area h2 span {
	font-size: 1.6rem;
}
.cs-area .container {
	position: relative;
	display: grid;
    place-items: center;
}
.cs-star {
	width: 120px;
	position: absolute;
	top: -72px;
}

@media screen and (max-width:600px) {
	.cs-area h2 {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.cs-area h2 span {
		font-size: 1.4rem;
	}
}


/*------ lifestyle -------*/
#lifestyle p {
}
@media screen and (max-width:600px) {
    #lifestyle p {
        font-size: .9rem;
        letter-spacing: 0.03em;
    }
}

.lifestyle-heading-area {
	padding-bottom: 40px;
  	text-align: center;
}

.section-title {
	position: relative;
  	font-size: 1.6rem;
	line-height: 1.6;
  	font-weight: 500;
  	letter-spacing: 0.03em;
  	margin-top: 60px;
	padding-top: 8px;
}
.section-title span {
	color: var(--accent2-color);
}

.section-title::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: var(--accent2-color);
}

@media screen and (max-width: 768px) {
	.lifestyle-heading-area {
		padding-bottom: 24px;
	}
	.section-title {
		font-size: 1.2rem; 
		margin-top: 60px;
	  }
	.section-title::before {
		top: -40px;
		height: 40px;
	  }
}


/*lifestyle-main*/
.lifestyle-main {
	padding-top: 60px;
}
.lifestyle-main {
	font-size: 0;
}

.intro {
	max-width: 780px;
	margin-bottom: 120px;
	margin-inline: auto;
	text-align: center;
}
.intro h2 {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.intro p {
	font-size: 1.1rem;
}
@media screen and (min-width:1200px) {
	.lifestyle-main {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:600px) {
    .lifestyle-main {
        padding-top: 32px;
    }
	.intro {
		margin-bottom: 60px;
	}
	.intro h2 {
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		margin-bottom: 12px;
	}
	.intro p {
		text-align: left;
		font-size: .9rem;
		line-height: 1.6;
	}
}


/*schedule-wrap*/
.schedule-wrap {
	padding-bottom: 20px;
  background-image: linear-gradient(180deg, rgba(248, 248, 248, 0.5), rgba(243, 245, 246, 0.5) 20%, rgba(211, 219, 224, 0.5) 40%, rgba(243, 245, 246, 0.5) 70%, rgba(211, 219, 224, 0.5));
}

/*case見出し*/
.case {
	margin-bottom: 60px;
}

.case-heading {
 	display: flex;
	margin-bottom: 8px;
}
.case-heading-category {
  	color: #fff;
  	padding: 0.5em 1em;
 	font-size: 1.1rem;
  	font-weight: bold;
  	letter-spacing: 0.05em;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.case-heading-title {
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex: 1; 
}


.case02 ,.case03 {
	padding-top: 24px;
}

.case01 .case-heading {
 	/*border-bottom: 1px solid #00913a;
	border-top: 1px solid #00913a; */
}
.case02 .case-heading {
 	/*border-bottom: 1px solid #e63368;
	border-top: 1px solid #e63368; */
}
.case03 .case-heading {
 	/*border-bottom: 1px solid #ee7800;
	border-top: 1px solid #ee7800; */
}
.case01 .case-heading-category {
  	background-color: #00913a;
}
.case01 .case-heading-title {
	color: #00913a;
}
.case02 .case-heading-category {
  	background-color: #e63368;
}
.case02 .case-heading-title {
	color: #e63368;
}
.case03 .case-heading-category {
  	background-color: #ee7800;
}
.case03 .case-heading-title {
	color: #ee7800;
}

@media screen and (max-width: 768px) {
	.case {
		margin-bottom: 40px;
	}
  .case-heading {
    flex-direction: column;
  }
  .case-heading-category,
  .case-heading-title {
    justify-content: center;
    text-align: center;
    padding: 0.4em 0.5em; 
  }
  .case-heading-category {
    font-size: 1rem;
  }
  .case-heading-title {
    font-size: 1.1rem;
  }
}


/*アコーディオン*/
.accordion-area {
    list-style: none;
}

.accordion-area li {
    margin: 10px 0;
}
.accordion-area section {
}

/*アコーディオンタイトル*/
.accordion-btn {
    position: relative;
    cursor: pointer;
    padding: 1% 2% 2% 40px;
    transition: all .5s ease;
	width: 50px;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
	.accordion-btn {
		padding: 5% 2% 2% 40px;
	}	
}

/* アイコンの矢印（2つの線） */
.accordion-btn::before,
.accordion-btn::after {
    position: absolute;
    content: '';
    width: 24px;/*10px*/
    height: 1px;/*2px*/
    background-color: var(--accent2-color);
    transition: transform 0.3s ease;
}
.accordion-btn::before {
    top: 48%;
    left: 0; /*10px*/
    transform-origin: right center; 
    transform: rotate(45deg); 
}
.accordion-btn::after {
    top: 48%;
    left: 24px; /*20px*/
    transform-origin: left center; 
    transform: rotate(-45deg); 
}

.accordion-btn.close::before {
    transform: rotate(-45deg);
}
.accordion-btn.close::after {
    transform: rotate(45deg);
}

/*アコーディオンで現れるエリア*/
.case-inner {
    display: none;/*はじめは非表示*/
}


.tx-accent-case {
	background: linear-gradient(transparent 70%, rgba(255, 240, 0, .5) 70%);
}

.case-inner h4 {
	margin-bottom: 40px;
	font-size: 1.4rem;
	text-align: center;
}

.case-item {
 	display: flex;
	margin-bottom: 48px;
}
.case-item .img {
  width: 35%;
	position: relative;
}
.case-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-box {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .8rem;
	line-height: 1.1;
	background: rgba(112, 112, 112, .6);
	padding: 0.1em 0.2em 0.2em;
	color: #fff;
}

.case-item .case-item-text {
 	width: 65%;
 	background-color: #fff;
	/*border-left: 6px solid;
	border-image-source: linear-gradient(0deg,rgba(243, 245, 246, .7) 0%, rgba(194, 201, 206, .7) 100%);
	border-image-slice: 1;*/
 	padding: 24px 40px 20px 48px;
	position: relative;
	
	display: grid;
 	place-items: center;
}

.case-item .case-item-text .case-title-time {
 	margin-bottom: 12px;
	max-width: 184px;
	position: absolute;
	top: -24px;
	left: 36px;
}

.case-item .description {
	border-top: 1px dashed var(--base2-color);
	padding-top: 22px;
 	font-size: 1rem;
 	line-height: 2;
	margin-top: 20px;
 	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.case-inner h4 {
		margin-bottom: 32px;
		font-size: 1rem;
		line-height: 1.6;
		text-align: left;
		letter-spacing: 0;
	}
	.case .case-item {
		flex-direction: column;
	}
	.case-item .img {
    	width: 100%;
		font-size: 0;
  }
	.case-item .img img {
    	object-fit: contain;
  }
  .case-item .case-item-text {
    width: 100%;
	padding: 20px 20px 12px;
	border-left: none;
  }
	.case-item .case-item-text .case-title-time {
		max-width: 168px;
		top: -22px;
		left: 12px;
	}
	.case-item .description {
		font-size: .9rem;
		line-height: 1.8;
	}
}


/*nterview-ban*/
.interview-ban {
	margin-top: 20px;
	margin-bottom: 60px;
  	background : rgba(194, 201, 206, .5);
	padding: 40px 60px;
}

.interview-card {
	display: flex;
 	background-color: #fff;
 	text-decoration: none;
 	color: inherit;
 	max-width: 900px;
  	margin: 0 auto;
  	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.interview-card:hover {
  transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-img-area {
  width: 50%;
  position: relative;
}

.card-img-area .owner_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-content {
  width: 50%;
  padding: 32px 20px 32px 52px;
  display: flex;
  flex-direction: column;
}
.owner-logo {
  max-width: 100%;
  height: auto;
}
.card-content .sub-heading {
  color: var(--accent2-color);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.card-heading {
  margin-bottom: 8px;
}

.line-text {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px dashed var(--base2-color);
  padding-bottom: 6px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.family-info {
 	font-size: 1rem;
  	font-weight: 500;
 	margin-bottom: 8px;
}

.btn-wrap {
  margin-top: auto;
  text-align: right;
}
.read-more-btn {
  background-color: #e63368; 
  color: #fff;
  font-size: .9rem;
  padding: 0.5em 0.8em;
  display: inline-block;
  letter-spacing: 0;
  transition: background-color 0.3s ease;
}
.interview-card:hover .read-more-btn {
  background-color: #d13063;
}

@media screen and (max-width: 900px) {
	.interview-ban {
		padding: 20px;
	}
	.card-content {
		padding: 32px 12px 32px 20px;
	}
	.line-text {
	  	font-size: 1.1rem;
	}
}

@media screen and (max-width: 640px) {/*768px*/
	.interview-ban {
		padding: 12px 12px;
		margin-bottom: 40px;
	}
	  .interview-card {
		flex-direction: column;
	  }
	  .card-img-area,
	  .card-content {
		width: 100%;
	  }
	  .card-img-area {
		aspect-ratio: 16 / 9; 
		height: auto;
	  }
 	  .card-content {
 		padding: 20px 20px 0;
  	  }
	  .card-content .sub-heading {
		margin-bottom: 12px;
	   }
	  .line-text {
		font-size: 1.1rem;
		  margin-bottom: 4px;
	  }
	  .btn-wrap {
		margin-top: 4px;
	  }
	.read-more-btn {
	  font-size: .8rem;
	  padding: 0.4em 0.8em;
	}
}



/*location01*/
.location01 {
	padding-top: 40px;
    background: linear-gradient(#f3f5f6 300px, #fff 300px);
	background: url("../img/life-style/lo1_bg.jpg") no-repeat top center;
		background-size: cover;
}
@media screen and (max-width: 768px) {
	.location01 {
		padding-top: 16px;
		background: url("../img/life-style/lo1_bg.jpg") no-repeat top left 15%;
	}	
}

.slider {
	width:94%;
    margin:0 auto;
}
.slider img {
    width:100%;
    height:auto;
}

.slider .slick-slide {
   	margin: 0 12px;
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    outline: none;
    border-top: 1px solid var(--base3-color);
    border-right: 1px solid var(--base3-color);
    height: 16px;
    width: 16px;
}
.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-dots {
    text-align:right;
	margin: 16px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin: 0 6px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: var(--base2-color);
}
.slick-dots .slick-active button {
    background: var(--accent2-color);
}


/*location02*/
.location02 {
	padding-top: 32px;
    background: linear-gradient(#fff 300px, #f3f5f6 300px);
}
.gallery-area {
 	padding-top: 8px;
 	padding-bottom: 60px;
}
.photo-grid {
  max-width: 1032px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);/*PCは3列（3つの1fr）*/
  column-gap: 24px;
  row-gap: 40px;
}

/* グリッドの配置（外枠） */
.photo-item {
  margin: 0; 
}
.photo-box {
 	display: flex;
 	align-items: center;
 	justify-content: center;
}

.photo-caption {
	margin-top: 6px;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.5;
}
.photo-caption span {
	margin-right: 2px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.location02 {
		padding-top: 8px;
		background: #fff;
	}
	  .gallery-area {
		padding-top: 0;
		padding-bottom: 40px;
	  }
	.photo-grid {
		grid-template-columns: repeat(2, 1fr);/*SPは2列*/
		column-gap: 16px;
		row-gap: 20px;
	  }
	  .photo-item {
		grid-column: span 1 !important;
	  }
	  .photo-caption {
		font-size: .85rem;
		margin-top: 6px;
	  }
}


/*lifestyle-map*/
.lifestyle-map {
    padding-top: 80px;
    padding-bottom: 60px;
	background: #fff;
}
@media screen and (max-width:768px) {
    .lifestyle-map {
		background: #f8f8f8;
		padding-top: 40px;
        padding-bottom: 0px;
    }
}

/* model-area モデルルーム案内 TOPと同じ */
.model-area {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
.kanoplat {
    position: absolute;
    top:0;
    right: 34px;
    width: 113px;
}
.model-area h3 {
    font-size: 2rem;
	font-weight: 600;
    color: var(--base7-color);
	line-height: 1.4;
	margin-bottom: 12px;
}
.model-area h4 {
    font-size: 1.1rem;
	line-height: 1.4;
    padding: 4px 12px 6px; 
	background: #7b99ac;
    color: #fff;
	margin-bottom: 12px;
}
.model-area h5 {
    font-size: 1.1rem;
	line-height: 1.4;
}

.model-area-inner {
    padding: 12px 20px 0 20px;/*20px 20px 0 20px*/
}
.model-area-info {
    margin-top: 20px;
	margin-bottom: 20px;
}
p.yoyakusei {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    color: var(--base7-color);
    margin-bottom: 12px;
}
.icon-paking {
	max-width: 20px;
	margin-bottom: -4px;
}
@media screen and (min-width:1024px) {
    .model-area {
        padding-top: 16px;
        padding-bottom: 40px;
    }
    .model-area-inner {
        display: flex;
        justify-content: space-between;
        max-width: 940px;/*990px*/
        margin: 32px auto 0;
    }
	.model-area-info {
		margin-top: 40px;
	}
    .model-area h3 {
        font-size: 2.6rem;
		margin-bottom: 24px;
    }
    .model-area-inner-text {
        max-width: 520px;/*600px*/
    }
    .model-area-inner-img {
        max-width: 330px;/*310px*/
    }
}
@media (max-width: 767px) {
    .kanoplat {
        display: none;
    }
	.model-area {
		padding-top: 16px;
		padding-bottom: 40px;
	}
    .model-area-inner {
        margin: 0 auto;
    }
	.model-area h4 {
		font-size: 1rem;
		line-height: 1.4;
		padding: 6px 10px 8px; 
	}
    .model-area-inner-text p {
        font-size: .9rem;
        line-height: 1.6;
    }
		p.yoyakusei {
		font-size: 1.2rem;
	}
}

.modelinfo-wrap {
	display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    max-width: 940px;
    margin: 20px auto 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.modelinfo-wrap .tel img {
	width: 110px;
}
.modelinfo-wrap .freed {
    font-family: 'Jost', sans-serif;
    font-size: 2.8rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
}
.btn-box-modelinfo .btn a {
	height: 60px;
}
p.attention-txt {
	font-size: .8rem;
	line-height: 1.4;
	margin-top: 4px;
}
@media screen and (max-width:600px) {
	.modelinfo-wrap {
		margin-top: 24px;
	}
	.modelinfo-wrap .tel {
		margin-bottom: 8px;
		/*text-align: center;*/
	}
	.modelinfo-wrap .tel img {
		width: 90px;
	}
	.modelinfo-wrap .freed {
		font-size: 2.2rem;
		letter-spacing: 0.04em;
	}
	.btn-box-modelinfo {
		max-width: 240px;
	}
	.btn-box-modelinfo .btn a {
		width: 240px;
		height: 56px;
	}
	p.attention-txt {
		margin-top: 10px;
	}
}