@charset "utf-8";



/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
	padding-bottom: 10.0rem;
}
.intro-desc {
	display: none;
}
.intro-list {
	width: 100%;
	gap: 6.0rem 3.0rem;
}
.intro-list__item {
	width: calc((100% - 6.0rem) / 3);
	border: solid 1px #c2c2c2;
	padding-bottom: 2.0rem;
	border-radius: 1.0rem;
	overflow: hidden;
}
.intro-list__item__heading {
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #937e67;
	text-align: center;
	padding-block: 1.7rem 1.8rem;
	background: #efece8;
	margin-bottom: 1.6rem;
}
.intro-list__item__wrap {
	width: fit-content;
	margin-inline: auto;
}
.intro-list__item__box {
	gap: 0 6.0rem;
}
.intro-list__item__box + .intro-list__item__box {
	margin-top: 1.3rem;
}
.intro-list__item__txt {
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: .05em;
}
.intro-list__item__price {
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: .05em;
}
.intro-list__item__price span {
	font-size: 1.692307692307692em;
}
.intro-list__item__price em {
	color: var(--emphasize-color);
}
.intro-btn {
	position: relative;
	width: min(90%,500px);
	height: 8.0rem;
	margin: 8.0rem auto 0;
	border: solid 1px #d19595;
	border-radius: 4.0rem;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	background-color: #d19595;
	padding-bottom: .2em;
}
.intro-btn svg {
	position: absolute;
	right: 5.0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4rem;
	height: .8rem;
}
@media (any-hover: hover){
	.intro-btn {
		transition: color .3s linear,background-color .3s linear,filter .3s linear;
	}
	.intro-btn:hover {
		color: #d19595;
		background-color: var(--white);
		filter: drop-shadow(5px 5px 5px rgba(147, 126, 103, 0.3));
	}
	.intro-btn path {
		transition: stroke .3s linear;
	}
	.intro-btn:hover path {
        stroke: #d19595 !important;
	}
}
@media screen and (max-width: 1000px){
	.intro-list__item {
		width: calc((100% - 3.0rem) / 2);
	}
}
@media screen and (max-width: 768px){
	.l-intro {
		padding-bottom: 6.0rem;
	}
	.intro-desc {
		display: block;
		text-align: center;
		margin-bottom: 5.0rem;
	}
	.intro-list {
		width: calc(280 / 340 * 100%);
		margin-inline: auto;
		gap: 3.0rem 0;
	}
	.intro-list__item {
		width: 100%;
		padding-bottom: 1.4rem;
	}
	.intro-list__item__heading {
		font-size: 2.4rem;
		padding-block: .8rem;
		margin-bottom: 1.3rem;
	}
	.intro-list__item__box {
		gap: 0 2.5rem;
	}
	.intro-list__item__box + .intro-list__item__box {
		margin-top: 1.0rem;
	}
	.intro-list__item__txt {
		font-size: 1.8rem;
	}
	.intro-list__item__price {
		font-size: 1.8rem;
	}
	.intro-btn {
		width: calc(280 / 340 * 100%);
		height: 5.0rem;
		margin: 4.0rem auto 0;
		border-radius: 2.5rem;
		font-size: 1.7rem;
		padding-bottom: .1em;
	}
	.intro-btn svg {
		right: 3.0rem;
		width: 1.0rem;
		height: .6rem;
	}
}


/*  compact
--------------------------------------------------*/
.compact {
	padding-block: 9.5rem;
	background: url('../../img/depi/img_compact_bg-pc.jpg') no-repeat center center/cover;
}
@media screen and (max-width: 768px){
	.compact {
		padding-block: 4.3rem 3.0rem;
		background: url('....//imgdepi//img_compact_bg-sp.jpg') no-repeat center center/cover;
	}
}



/*  l-feature
--------------------------------------------------*/
.l-feature {
	position: relative;
}
.feature-wrap {
	position: relative;
    padding-block: 14.5rem 15.5rem;
    background: #f7f6f4;
}
.feature-ttl {
	margin-bottom: 7.5rem;
}
.feature-article {
	width: 100%;
	border-radius: 2.0rem;
	background-color: var(--white);
	filter: drop-shadow(0 0 20px rgba(147, 126, 103, .05));
}
.feature-article + .feature-article {
	margin-top: 5.0rem;
}
.feature-article__inside {
	width: calc(1340 / 1500 * 100%);
	margin-inline: auto;
	padding-block: 5.0rem 4.5rem;
}
.feature-article__inside.flex {
	padding-block: 7.0rem 7.0rem;
}
.feature-article__detail {
	width: 100%;
}
.feature-article__inside.flex .feature-article__detail {
	width: calc(860 / 1340 * 100%);
}
.feature-article__detail__heading {
	font-size: 2.6rem;
	line-height: 1.769230769230769;
	letter-spacing: .1em;
	color: var(--emphasize-color);
	margin-bottom: 2.0rem;
}
.feature-article__detail__desc {
	text-align: justify;
}
.feature-article__photo {
	width: calc(400 / 1340 * 100%);
}
.feature-caution {
	padding-block: 10.0rem;
}
@media screen and (max-width: 768px) {
    .feature-wrap {
        padding-block: 5.5rem;
    }
	.feature-ttl {
		margin-bottom: 4.0rem;
	}
	.feature-article {
		filter: drop-shadow(0 0 10px rgba(147, 126, 103, .05));
	}
	.feature-article + .feature-article {
		margin-top: 3.0rem;
	}
	.feature-article__inside {
		width: calc(280 / 340 * 100%);
		padding-block: 2.5rem 2.5rem;
	}
	.feature-article__inside.flex {
		padding-block: 2.5rem 3.0rem;
	}
	.feature-article__detail {
		width: 100%;
	}
	.feature-article__inside.flex .feature-article__detail {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.feature-article__detail__heading {
		font-size: 2.0rem;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.feature-article__photo {
		width: 100%;
	}
	.feature-caution {
		padding-block: 5.0rem 4.5rem;
	}
}



/*  l-tips
--------------------------------------------------*/
.l-tips {
	padding-block: 15.5rem;
	background: #fbf2f5;
}
.tips-article {
	width: 100%;
	border-radius: 2.0rem;
	background-color: var(--white);
	filter: drop-shadow(0 0 20px rgba(147, 126, 103, .05));
}
.tips-article + .tips-article {
	margin-top: 8.0rem;
}
.tips-article__inside {
	width: calc(1340 / 1500 * 100%);
	margin-inline: auto;
	padding-block: 6.5rem 8.0rem;
}
.tips-article__ttl {
	width: 100%;
	font-size: 3.4rem;
	line-height: 1.545454545454545;
	letter-spacing: .1em;
	color: #937e67;
	text-align: center;
}
.tips-article__photo {
	position: relative;
}
.tips-article1 .tips-article__photo {
	width: calc(450 / 1340 * 100%);
}
.tips-article2 .tips-article__photo {
	width: calc(600 / 1340 * 100%);
}
.tips-article__photo__note {
	font-size: 1.8rem;
	line-height: 1.45;
	letter-spacing: .05em;
	margin-top: 1.0rem;
}
.tips-article1 .tips-article__detail {
	width: calc(810 / 1340 * 100%);
}
.tips-article2 .tips-article__detail {
	width: calc(660 / 1340 * 100%);
}
.tips-article__detail__box + .tips-article__detail__box {
	margin-top: 5.5rem;
}
.tips-article__detail__heading {
	font-size: 2.6rem;
	line-height: 1.769230769230769;
	letter-spacing: .1em;
	color: var(--emphasize-color);
	margin-bottom: 1.0rem;
}
.tips-article__detail__desc {
	text-align: justify;
}
.tips-article__detail__image {
	width: calc(260 / 660 * 100%);
	margin-left: auto;
	margin-top: 1.0rem;
}
@media screen and (min-width: 769px) {
	.tips-article1 .tips-article__ttl {
		margin-bottom: 5.0rem;
	}
	.tips-article2 .tips-article__ttl {
		margin-bottom: 8.5rem;
	}
}
@media screen and (max-width: 768px) {
	.l-tips {
		padding-block: 6.0rem;
	}
	.tips-article {
		filter: drop-shadow(0 0 10px rgba(147, 126, 103, .05));
	}
	.tips-article + .tips-article {
		margin-top: 3.0rem;
	}
	.tips-article__inside {
		width: calc(280 / 340 * 100%);
		padding-block: 2.5rem 2.5rem;
	}
	.tips-article__ttl {
		font-size: 2.2rem;
		margin-bottom: 3.5rem;
	}
	.tips-article__photo {
		margin-bottom: 3.0rem;
	}
	.tips-article1 .tips-article__photo {
		width: 100%;
	}
	.tips-article2 .tips-article__photo {
		width: 100%;
	}
	.tips-article__photo__note {
		font-size: 1.4rem;
		text-align: center;
	}
	.tips-article1 .tips-article__detail {
		width: 100%;
	}
	.tips-article2 .tips-article__detail {
		width: 100%;
	}
	.tips-article__detail__box + .tips-article__detail__box {
		margin-top: 3.0rem;
	}
	.tips-article__detail__heading {
		font-size: 2.0rem;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.tips-article__detail__image {
		width: calc(260 / 280 * 100%);
		margin-inline: auto;
		margin-top: 3.0rem;
	}
}




/*  l-price
--------------------------------------------------*/
.l-price {
	padding-block: 14.5rem 6.0rem;
}
.price-ttl {
	margin-bottom: 6.5rem;
}
.price-contents {
	margin-bottom: 9.0rem;
}
.price-contents__ttl {
	position: relative;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 500;
    color: #937e67;
    padding-left: 8.0rem;
   	margin-bottom: 4.5rem;
}
.price-contents__ttl::before {
	content: '';
	position: absolute;
    top: -.2em;
	left: 0;
	width: 5.0rem;
	height: 4.9rem;
	background: url('../../img/common/icon_flower.svg') no-repeat center center/cover;
}
.price-contents__ttl span {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: .05em;
	color: #666666;
	font-weight: 400;
	padding-left: 3.5rem;
}
.price-contents__table {
	margin-bottom: 5.0rem;
}
.price-contents__other {
	width: calc(910 / 1500 * 100%);
	margin-bottom: 2.5rem;
}
.price-contents__note {
	font-size: 1.4rem;
	line-height: 1.714285714285714;
	letter-spacing: .05em;
	text-align: justify;
}
.price-reserve {
	width: 100%;
}
@media screen and (max-width: 768px) {
    .l-price {
        padding-block: 5.5rem 3.0rem;
    }
	.price-ttl {
		margin-bottom: 4.0rem;
	}
	.price-contents {
		margin-bottom: 5.0rem;
	}
	.price-contents__ttl {
		position: relative;
	    font-size: 2.2rem;
	    padding-left: 4.3rem;
	   	margin-bottom: 2.5rem;
	}
	.price-contents__ttl::before {
	    top: -.1em;
		width: 3.0rem;
		height: 2.9rem;
	}
	.price-contents__ttl span {
		display: block;
		position: relative;
		font-size: 1.6rem;
		padding-left: 0;
		margin-left: -4.3rem;
		margin-top: 2.0rem;
	}
	.price-contents__table {
		margin-bottom: 2.5rem;
	}
	.price-contents__other {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.price-contents__note {
		font-size: 1.2rem;
		line-height: 1.833333333333333;
	}
}


