* {
	font-size: 14px;
	font-family: var(--noto-sans);
	font-weight: 300;
}

h2 {
	width: auto;
	margin: 60px 0 40px 0;
	text-align: center;
	font-family: var(--noto-serif);
	font-size: 21px;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
* {
	font-size: 16px;
}
h2 {
	font-size: 24px;
}
}

.yunohana {
	display: flex;
	min-height: 70svh;
	margin-bottom: 300px;
	background: url('img/onsen.webp') no-repeat;
	background-position: 13% 122%;
	& p.title {
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		font-family: var(--noto-serif);
	}
	& .yunohana-wrapper {
		width: 100%;
		min-width: 375px;
		margin: auto;
		margin-top: 360px;
		position: relative;
	}
	& .yunohana-wrapper::before {
		position: absolute;
		content: '';
		border-radius: 50%;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		filter: drop-shadow(0px 0px 8px rgba(255,255,255,1)) 
			drop-shadow(0px 0px 8px rgba(255,255,255,1)) 
			drop-shadow(0px 0px 8px rgba(255,255,255,1)) 
			drop-shadow(0px 0px 8px rgba(255,255,255,1));
	}
	& .yunohana-wrapper > div.flex,
	& .yunohana-wrapper > div.container,
	& .yunohana-wrapper > p.text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
		font-family: var(--noto-serif);
	}
	& .yunohana-wrapper > div.flex {
		width: 100%;
		top: calc(50% - 80px);
		z-index: 2;
	}
	& .yunohana-wrapper > p.text {
		top: calc(50% + 180px);
		width: 80%;
		max-width: 340px;
		text-align: center;
		word-break: keep-all;
		overflow-wrap: break-word;
		white-space: pre-wrap;
	}
	& .container {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	}
	& .container::after {
		position: absolute;
		content: "";
		width: 160px;
		height: 160px;
		box-shadow: inset 0 0 20px 20px #fff;
		top: 50%;
		right: 50%;
		transform: translateX(50%) translateY(-50%);
		z-index: 10;
		border-radius: 50%;
		outline: 1px solid #fff;
	}
	& .container img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		outline: 160px solid #fff;
		filter: drop-shadow(0px 0px 16px rgba(255,255,255,1)) 
				drop-shadow(0px 0px 16px rgba(255,255,255,1)) 
				drop-shadow(0px 0px 16px rgba(255,255,255,1)) 
				drop-shadow(0px 0px 16px rgba(255,255,255,1)) 
				drop-shadow(0px 0px 16px #B0A39D);
	}
}

@media screen and (min-width: 768px) {
.yunohana {
	min-height: 100vh;
	margin-bottom: 120px;
	background-position: top center;
	background-size: cover;
	& p.title {
		font-size: 21px;
	}
	& .content-wrapper {
		margin: 0;
		margin-bottom: 150px;
	}
	& .yunohana-wrapper {
		height: 100vh;
		margin-top: 0;
	}
	& .yunohana-wrapper > div.flex {
		top: calc(50% - 160px);
	}
	& .yunohana-wrapper > div.container{
		top: inherit;
	}
	& .yunohana-wrapper > p.text {
		top: calc(50% + 100px);
	}
}
}

.sioyu {
	margin-bottom: 120px;
}
.sioyu .sioyu-setsumei {
	flex-flow: column;
	& img {
		width: 50%;
		margin-bottom: 40px;
	}
	& p.text {
		font-family: var(--noto-sans);
		font-weight: 300;
		line-height: 1.8;
	}
}
.sioyu .yunohana-setsumei {
	border: 1px solid var(--border);
	border-radius: 20px;
	margin-top: 40px;
	padding: 40px 0;
	& p {
		width: 90%;
		margin: 0 auto;
	}
	& p.title {
		margin-bottom: 16px;
		font-family: var(--noto-serif);
	}
	& p.title span {
		font-size: 18px;
		color: #94631F;
		font-family: inherit;
	}
}
@media screen and (min-width: 768px) {
	.sioyu {
		& .sioyu-setsumei {
			flex-flow: row;
		}
	}
	.sioyu .yunohana-setsumei {
		& img {
			width: 70%;
			margin-bottom: 0;
		}
		& p.title span {
			font-size: 21px;
		}
	}
}


.sioyu-tokutyo {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	& h2 {
		position: absolute;
		z-index: 1;
		top: -16px;
		right: 50%;
		transform: translateX(50%);
		margin: 0;
		font-family: "Noto Serif JP", serif;
	}
	& .bg-pink {
		padding: 40px 24px;
		border-radius: 20px;
		background: linear-gradient(to left, #FCE5D9, #FFF7F3);
	}
	& p.title {
		margin-left: 60px;
		margin-bottom: 40px;
		font-family: var(--noto-serif);
		font-size: 18px;
		position: relative;
		&::before {
			position: absolute;
			display: block;
			content: url('img/onsen_icon.svg');
			right: calc(100% + 20px);
		}
	}
	& dl {
		flex-flow: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 60px;
	}
	& dt {
		margin-bottom: 12px;
		font-size: 16px;
		font-family: var(--noto-serif);
		font-weight: inherit;
		z-index: 1;
		position: relative;
	}
}
.sioyu-tokutyo .wrapper1 {
	margin-top: 40px;
	border-bottom: 1px solid var(--border);
	& dt::before {
		position: absolute;
		content: "";
		z-index: -1;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 160px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
		filter: blur(15px);
	}
}
.sioyu-tokutyo .wrapper2 {
	margin-top: 60px;
	& dd {
		padding-left: 72px;
		position: relative;
	}
	& dd::before {
		position: absolute;
		content: "";
		background-image: url('img/wrapper2_oooo.svg');
		background-repeat: no-repeat;
		background-size: 60%;
		width: 80px;
		height: 30%;
		top: 50%;
		left: 0.5em;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 768px) {
	.sioyu-tokutyo {
		max-width: 1040px;
		width: 90%;
		margin: 0 auto;
		& p.title {
			margin-bottom: 100px;
			font-size: 21px;
		}
		& dl {
			flex-flow: row;
			margin-bottom: 20px;
		}
		& dt {
			width: 30%;
			margin-bottom: 0;
			text-align: center;
		}
		& dd {
			margin-left: 60px;
		}
		& dd::before {
			right: 100%;
		}
		& .bg-pink {
			padding: 60px;
		}
	}
	.sioyu-tokutyo .wrapper1 {
		margin-top: 0;
		padding: 60px;
		& p.flex {
			margin-bottom: 100px;
		}
		& .flex {
			justify-content: space-between;
			align-items: center;
			margin-bottom: 60px;
		}
		& dt::before {
			width: 160px;
			height: 160px;
		}
		& dd {
			width: 70%;
		}
	}
	.sioyu-tokutyo .wrapper2 {
		padding: 60px;
		& p.title {
			margin-bottom: 40px;
		}
		& dt {
			text-align: start;
		}
		& dd::before {
			right: 100%;
		}
	}
}


.mutenka {
	& h2 {
		text-align: start;
	}
	& h2 span {
		font-size: 28px;
		font-family: inherit;
	}
	& p.title {
		text-align: center;
		margin-bottom: 16px;
		font-family: var(--noto-serif);
		font-size: 18px;
	}
	& p.title span {
		font-size: 26px;
		font-family: inherit;
	}
	& .mutenka-img {
		margin-bottom: 60px;
		padding: 20px;
	}
	& .baby {
		flex-flow: column;
	}
	& .baby img {
		width: 100%;
		height: 200px;
		margin-left: 0;
		border-radius: 20px;
		margin-bottom: 20px;
		object-fit: cover
	}
	& .berugamotto {
		flex-flow: column;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	& .berugamotto img {
		width: 40%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.mutenka {
		& .mutenka-img {
			padding: 60px;
		}
		& .baby {
			flex-flow: row;
		}
		& .baby img {
			width: 50vw;
			height: 460px;
			object-fit: cover;
			border-radius: 0px 20px 20px 0px;
			margin-left: calc(50% - 50vw);
		}
		& .baby p.title, 
		& .baby p.text,
		& .berugamotto p.title, 
		& .berugamotto p.text {
			margin-left: 60px;
			text-align: start;
		}
		& .baby p.title
		& .berugamotto p.title {
			font-size: 24px;
		}
		& .baby p.title span,
		& .berugamotto p.title span {
			font-size: 32px;
		}
		& .berugamotto {
			flex-flow: row-reverse;
		}
		& .berugamotto p.text {
			width: 70%;
		}
		& .berugamotto img {
			width: 20%;
		}
	}
}

.yakusoku .wrapper {
	margin-bottom: 60px;
	& .title {
		gap: 0 20px;
		margin-bottom: 20px;
	}
	& .title .count {
		display: flex;
		align-items: end;
		height: 50px;
		font-family: "Marcellus", serif;
		color: #9fa584;
	}
	& .title .text {
		font-family: var(--noto-serif);
		font-size: 18px;
	}
	& .title img {
		width: 50px;
		height: 100%;
	}
}
@media screen and (min-width: 768px) {
	.yakusoku .wrapper {
		& .title .count {
			font-size: 20px;
		}
		& .title .text {
			font-size: 20px;
		}
	}
}

.oen {
	height: 50vh;
	& .wrapper {
		margin-bottom: 100px;
		background: linear-gradient(to left, #EAD8D0, #FFF7F3);
		position: relative;
	}
	& .bg-pink {
		min-height: 300px;
		padding-top: 40px;
	}
	& .bg-pink p.title {
		font-size: 18px;
		font-family: var(--noto-serif);
		margin-bottom: 20px;
	}
	& .bg-pink p.text {
		width: 70%;
	}
	& .bg-white {
		width: 100%;
		height: 100px;
		background: #fff;
		position: relative;
	}
	& .bg-white .josei {
		position: absolute;
		right: 0;
		bottom: 100%;
		width: 180px;
		height: auto;
	}
	& img.beyou-products {
		position: absolute;
		top: 57%;
		left: 50%;
		transform: translate(-50%);
		width: 240px;
		height: auto;
		z-index: 5;
	}
}
.custom-shape-divider-top-1770951326 {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 2;
}
.custom-shape-divider-top-1770951326 svg {
	position: relative;
	display: block;
	width: calc(153% + 1.3px);
	height: 40px;
	transform: scale(1, -1) rotateY(180deg);
}
.custom-shape-divider-top-1770951326 .shape-fill {
	fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
	.oen {
		height: 70vh;
		& .bg-pink {
			min-height: 55vh;
			padding-top: 60px;
		}
		& .bg-pink p.title {
			font-size: 28px;
		}
		& .bg-pink p.text {
			font-size: 18px;
		}
		& .bg-white .josei {
			width: 480px;
			margin-right: 60px;
		}
		& .bg-white {
			min-height: 15vh;
		}
		& img.beyou-products {
			width: 400px;
			bottom: 0;
		}
	}
	.custom-shape-divider-top-1770951326 svg {
		height: 100px;
	}
}