@charset "utf-8";


#MV .Inner{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 86%;
	margin: 0 auto;
	margin-bottom: 40px;
	z-index: 9;
}
#MV .Inner h1{
	margin-right: -50px;
	z-index: 999;
	width: 28%;
	max-width: 320px;
	min-width: 260px;
}
#MV .Inner h1 img{
	width: 100%;
}
#MV .Inner #container{max-width: 920px;height: 40vw;min-height: 450px;max-height: 520px;flex: 1;}
#MV .Inner #theTarget{}
#MV .Inner #theTarget div{
    height: 40vw;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    max-height: 520px;
}
#MV .Inner .skippr-nav-container{ display:none}

#MV .Inner #theTarget .MV01{ background-image: url(../../images/wellness/MV01.jpg)}
#MV .Inner #theTarget .MV02{ background-image: url(../../images/wellness/MV02.jpg)}
#MV .Inner #theTarget .MV03{ background-image: url(../../images/wellness/MV03.jpg)}
#MV .Inner #theTarget .MV04{ background-image: url(../../images/wellness/MV04.jpg)}


/*--------------------------------Contents*/
#Contents{}
#Contents .Inner{width: 900px;margin: 0 auto;position: relative;z-index: 2;padding: 50px 0 100px 0;}
#Contents .Inner .Entry{
	display: flex;
	/* width: 77%; */
	align-items: center;
	position: relative;
}
#Contents .Inner .Entry + .Entry{
	margin-top: 40px;
}
#Contents .Inner .Entry:nth-of-type(even){
	flex-direction: row-reverse;
	margin-left: auto;
}
#Contents .Inner .Entry.spa{
	margin-top: 10px;
}
#Contents .Inner .Entry.healthyfood{
	margin-top: 50px;
}
#Contents .Inner .Entry.sacredplaces{
	margin-top: 50px;
}
#Contents .Inner .Entry.evidenceprograms{
	margin-top: 70px;
}
#Contents .Inner .Entry .deco{
	position: absolute;
	font-size: 60px;
	line-height: 1;
	top: -7px;
	z-index: 2;
	color: rgb(230 242 224 / 70%);
}
#Contents .Inner .Entry:nth-of-type(even) .deco{
	/* left: 0; */
}
#Contents .Inner .Entry .Photo{
	width: 250px;
}
#Contents .Inner .Entry .Photo img{
	border-radius: 100%;
}
#Contents .Inner .Entry dl{
	/* flex: 1; */
	margin: 0px 20px;
	position: relative;
	z-index: 5;
}
#Contents .Inner .Entry dt{
	color: #c9aa36;
	font-size: 30px;
	padding-bottom: 12px;
	line-height: 1.2;
}
#Contents .Inner .Entry dd{
	font-size: 15px;
}
#Contents .Inner .Entry dd.btn{
	margin-top: 13px;
}
#Contents .Inner .Entry dd.btn a{
	width: fit-content;
	padding: 15px 50px;
}



