@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　life
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
	background-image: url(../img/life/img_pagetitle_pc.jpg);	
}	



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* life
-----------------------------------------------------------------*/
.life{
  scroll-margin-top: 140px;
	padding: 100px 0 220px;
}
.life .sec-hd{
	margin-bottom: 160px;
}
.concierge .layout-box{
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	margin-bottom: 80px;
}
.concierge .layout-box .txt-area{
	max-width: 440px;
}
.concierge .layout-box h3{
	margin-bottom: 25px;
	font-size: 3rem;
}
.concierge .layout-box .pic{
	position: relative;
	max-width: 480px;
}
.concierge .service dl{
	display: grid;
	gap: 60px;
	margin-bottom: 20px;
}
.concierge .service dl dt{
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: .08em;
}
.concierge .service dl dd ul{
	display: flex;
	justify-content: space-between;
	gap: 6px;
}
.concierge .service dl dd ul li{
	width: calc((100% - 12px)/3);
	padding: 30px 20px;
	background: var(--lightgold);
	border-radius: 4px;
	text-align: center;
}
.concierge .service dl dd ul p{
	margin-top: 10px;
	line-height: 1.4;
}
.concierge .service dl dd.layout-box{
	flex-direction: row;
	transform: translateY(-30%);
	margin-bottom: 0;
}


/* richness
-----------------------------------------------------------------*/
.richness{
	scroll-margin-top: 140px;
	padding: 160px 0;
}
.richness .sec-hd{
	margin-bottom: 160px;
}
.richness .sec-hd + .layout-box{
	align-items: center;
	margin-bottom: 160px;
	gap: 20px;
}
.richness .sec-hd + .layout-box .txt-area{
	max-width: 500px;
}
.richness .sec-hd + .layout-box h3{
	margin-bottom: 35px;
	font-size: 3rem;
}
.richness .sec-hd + .layout-box .pic{
	position: relative;
	max-width: 480px;
}


/* program ----------------*/
.program{
	display: grid;
	gap: 60px;
	margin-bottom: 160px;
}
.program-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 60px 80px;
	background: var(--light);
	border-radius: 4px;
}
.program-item .txt-area{
	max-width: 380px;
}
.program-item .txt-area h3{
	margin-bottom: 35px;
	font-size: 3.4rem;
}
.program-item .pic-list{
	display: grid;
	gap: 20px;
	max-width: 350px;
}
.program-item .pic-list li{
	position: relative;
}


/* puratto-home ----------------*/
.puratto-home{
	margin-bottom: 190px;
}
.puratto-home h3{
	margin-bottom: 80px;
	font-size: 3.4rem;
	text-align: center;
}
.puratto-home .layout-box{
	align-items: center;
	gap: 30px;
	margin-bottom: 80px;
}
.puratto-home .layout-box .txt-area{
	max-width: 490px;
}
.puratto-home .layout-box .logo-puratto{
	margin-top: 20px;
}
.puratto-home .layout-box .pic{
	position: relative;
	max-width: 434px;
}
.puratto-home  .program-list{
	display: flex;
	justify-content: space-between;
	gap: 26px;
}
.puratto-home  .program-list li{
	width: calc((100% - 78px)/4);
}
.puratto-home  .program-list .thumb{
	position: relative;
}
.puratto-home  .program-list h4{
	margin: 20px 0 10px;
	font-size: 2rem;
	text-align: center;
}


/* circle ----------------*/
.circle{
	margin-bottom: 160px;
}
.circle .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
.circle .pic{
	order: 1;
	position: relative;
	max-width: 240px;
}
.circle .txt-area{
	order: 2;
	text-align: center;
}
.circle .txt-area h3{
	margin-bottom: 35px;
	font-size: 3.4rem;
}
.circle .pic-sub{
	order: 3;
	max-width: 274px;
	width: 27.4%;
}
.circle .pic-sub li{
	position: relative;
}
.circle .pic-sub li:nth-child(1){
	max-width: 140px;
	margin: 0 0 70px auto;
}
.circle .pic-sub li:nth-child(2){
	max-width: 180px;
}

/* tour ----------------*/
.tour{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 60px;
	background: var(--light);
	border-radius: 4px;
}
.tour .txt-area{
	max-width: 420px;
}
.tour .txt-area h3{
	margin-bottom: 25px;
	font-size: 3rem;
}
.tour .pic{
	position: relative;
	max-width: 440px;
}











/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 834px) {

	.page-ttl{
		background-image: url(../img/life/img_pagetitle_sp.jpg);	
	}

/* life
-----------------------------------------------------------------*/
	.life{
    scroll-margin-top: 50px;
		padding: 70px 0;
	}
	.life .sec-hd{
		margin-bottom: 100px;
	}
	.concierge .layout-box{
		display: block;
	}
	.concierge .layout-box .txt-area{
		max-width: none;
		margin-bottom: 30px;
	}
	.concierge .layout-box h3{
		margin-bottom: 20px;
		font-size: 2.6rem;
	}
	.concierge .layout-box .pic{
		max-width: none;
	}
	.concierge .service dl{
		margin-bottom: 60px;
	}
	.concierge .service dl dt{
		font-size: 2.2rem;
	}
	.concierge .service dl dd ul{
		flex-direction: column;
	}
	.concierge .service dl dd ul li{
		width: auto;
		padding: 15px;
	}
	.concierge .service dl dd ul .ico img{
		width: auto;
		height: 30px;
	}
	.concierge .service dl dd ul p{
		margin-top: 5px;
	}
	.concierge .service dl dd.layout-box{
		display: block;
		transform: none;
	}
	.concierge .service dl dd.layout-box figure{
		margin-top: 20px;
	}

/* richness
-----------------------------------------------------------------*/
	.richness{
		scroll-margin-top: 50px;
		padding: 100px 0;
	}
	.richness .sec-hd{
		margin-bottom: 80px;
	}
	.richness .sec-hd + .layout-box{
		display: block;
		margin-bottom: 80px;
	}
	.richness .sec-hd + .layout-box .txt-area{
		max-width: none;
		margin-bottom: 30px;
	}
	.richness .sec-hd + .layout-box h3{
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.richness .sec-hd + .layout-box .pic{
		max-width: none;
	}


/* program ----------------*/
	.program{
		display: grid;
		gap: 60px;
		margin-bottom: 160px;
	}
	.program-item{
		display: block;
		padding: 40px 20px;
	}
	.program-item .txt-area{
		max-width: none;
		margin-bottom: 40px;
	}
	.program-item .txt-area h3{
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.program-item .pic-list{
		max-width: none;
	}


/* puratto-home ----------------*/
	.puratto-home{
		margin-bottom: 80px;
	}
	.puratto-home h3{
		margin-bottom: 20px;
		font-size: 2.6rem;
		text-align: left;
	}
	.puratto-home .layout-box{
		display: block;
		margin-bottom: 30px;
	}
	.puratto-home .layout-box .txt-area{
		max-width: none;
		margin-bottom: 30px;
	}
	.puratto-home .layout-box .logo-puratto{
		width: 80px;
	}
	.puratto-home .layout-box .pic{
		position: relative;
		max-width: 434px;
	}
	.puratto-home  .program-list{
		flex-wrap: wrap;
		gap: 20px 14px;
	}
	.puratto-home  .program-list li{
		width: calc(50% - 7px);
	}
	.puratto-home  .program-list h4{
		margin: 10px 0;
		font-size: 1.6rem;
	}
	.puratto-home  .program-list .txt{
		font-size: 1.4rem;
		line-height: 1.4;
	}


/* circle ----------------*/
	.circle{
		margin-bottom: 80px;
	}
	.circle .inner{
		flex-wrap: wrap;
		gap: 0;
	}
	.circle .pic{
		order: 2;
		max-width: none;
		width: 43.6%;
	}
	.circle .txt-area{
		order: 1;
		width: 100%;
		margin-bottom: 35px;
	}
	.circle .txt-area h3{
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.circle .pic-sub{
		max-width: none;
		width: 38.8%;
		padding-top: 12vw;
	}
	.circle .pic-sub li:nth-child(1){
		max-width: none;
		width: 61.5%;
		margin: 0 0 5.33vw auto;
	}
	.circle .pic-sub li:nth-child(2){
		max-width: none;
		width: 77%;
	}

/* tour ----------------*/
	.tour{
		display: block;
		padding: 40px 20px;
	}
	.tour .txt-area{
		max-width: none;
		margin-bottom: 35px;
	}
	.tour .txt-area h3{
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.tour .pic{
		max-width: none;
	}


}