.content-wrap{
	padding-bottom: 40px;
}


.content-h{
	margin: 25px 0 0;
	font-size: 16px;
	font-weight: 500;
	padding-left:20px;
}

.enjoy-container{
	position: relative;
	margin-top: 40px;
}
.enjoy-container:nth-child(2){
	position: relative;
	margin-top: 25px;
}


.enjoy-photo {
	width: 100%;
	height: 366px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.left .enjoy-photo {
	justify-content: flex-start;
}
	
.enjoy-photo img {
	object-fit: contain;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 270px;
	height: 366px;
	border-radius: 20px 0 0 20px;
}

.left .enjoy-photo img {
	border-radius: 0 20px 20px 0;

}
	
.enjoy-h-container{
	width: 86px;
	height: 80px;
	box-sizing: border-box;
	position: absolute;
	z-index:3;
	top:-90px;
	left: 15px;
}
	
.left .enjoy-h-container {
	right: 15px;
	left:auto;
}
	
.enjoy-h-num {
	position: absolute;
	left: auto;
	right: 10px;
	top: 5px;
	font-size: 24px;
	color: #aaa;
}

.enjoy-h-border {
	width: 100px;
	height: 2px;
	background: #DDD; 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -7px;
	margin: auto;
	transform: rotate(45deg);
}

.enjoy-h-text {
	position: absolute;
	left:6px;
	right: auto;
	bottom: 0;
	font-size: 22px;
	color: #FF5E95;
	font-weight: bold;
}
	
.left .enjoy-h-container .enjoy-h-num {
	left: 10px;
	right:auto
}

.left .enjoy-h-container .enjoy-h-border {
	transform: rotate(-45deg);
}

.left .enjoy-h-container .enjoy-h-text {
	left:auto;
	right: 6px;
}


.enjoy-text{
	width: 90%;
	background: rgba(255,255,255,0.65);
	box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
	padding: 25px;
	position: relative;
	z-index: 4;
	box-sizing: border-box;
	margin-top: -160px;
	text-align: justify;
	word-break: break-word;
	line-break: strict;
	word-wrap: break-word;
}
	
.enjoy-container:last-child .enjoy-text{
	margin-top: -120px;
}

.left .enjoy-text{
	margin-left:auto;
}

/**** 最下部バナー ****/

.site-sip-app-select {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px auto 10px;
	text-align: center;
}