<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.btn-hover:hover{
	opacity: 0.8;
}

.angelic-care-wrap{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #534741;
}

section.concept{
	padding: 80px 0 0;
	text-align: center;
}
section.concept .txt{
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 2em;
}
section.concept .txt01{
	margin: 30px 0 0;
}
section.concept .txt02{
	margin: 20px 0 0;
}
section.concept .txt01 span{
	color: #bf944c;
}
section.concept .txt02 span{
	color: #be2c5f;
}
section.concept .bg{
	background: url(../image/angelic-care/bg_concept.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 80px;
}

section.osusume{
	padding: 80px 0 100px;
}
section.osusume .onayami img{
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.2);
}
section.osusume .arrow{
	max-width: 263px;
	margin: 60px auto 40px;
}
section.osusume .ttl{
	font-size: 35px;
	letter-spacing: 8px;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 60px;
}
section.osusume .ttl span{
	font-size: 42px;
}
section.osusume .ttl strong{
	color: #be2c5f;
	background:linear-gradient(transparent 70%, #fef9ac 30%);
}
section.osusume .inner{
	max-width: 992px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
section.osusume .inner .img{
	width: 51%;
}
section.osusume .inner .block{
	width: 44%;
}
section.osusume .inner .block .lab{
	margin: 5px 0 15px;
}
section.osusume .inner .block .stl{
	font-size: 35px;
	margin-bottom: 12px;
	line-height: 1.3em;
    letter-spacing: 8px;
}
section.osusume .inner .block .stl span{
	color: #bf944c;
}
section.osusume .inner .block .txt{
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	margin-bottom: 15px;
}
section.osusume .inner .block .txt span{
	color: #be2c5f;
}
section.osusume .inner .block ul li{
	font-size: 16px;
	color: #ffffff;
	background: #be2c5f;
	padding: 7px 0;
	text-align: center;
	letter-spacing: 3px;
}
section.osusume .inner .block ul li{
	margin-bottom: 12px;
}

section.kouka .ttl-box{
	padding: 5px 0;
	text-align: center;
	border-top: 3px solid #6d4e38;
	border-bottom: 3px solid #6d4e38;
	background: rgba(180,148,37,0.5);
    background: -webkit-linear-gradient(45deg, rgba(255,254,238,0.5) 6%, rgba(180,148,37,0.5) 35%,rgba(250,244,220,0.5) 51%,rgba(130,98,32,0.5) 95%);
    background: linear-gradient(45deg, rgba(255,254,238,0.5) 6%, rgba(180,148,37,0.5) 35%,rgba(250,244,220,0.5) 51%,rgba(130,98,32,0.5) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,254,238,0.5)', endColorstr='rgba(130,98,32,0.5)',GradientType=1 );
}
section.kouka .ttl-box .border{
	padding: 45px 0;
	border-top: 1px solid #6d4e38;
	border-bottom: 1px solid #6d4e38;
}
section.kouka .ttl-box .ttl span{
	font-size: 39px;
	letter-spacing: 6px;
	position: relative;
}
section.kouka .ttl-box .ttl span:before{
	content: "";
	background: url(../image/angelic-care/kazari01.png) no-repeat left top;
	background-size: 100%;
	width: 82px;
	height: 20px;
	position: absolute;
	left: -100px;
	top: 12px;
}
section.kouka .ttl-box .ttl span:after{
	content: "";
	background: url(../image/angelic-care/kazari01.png) no-repeat left top;
	background-size: 100%;
	width: 82px;
	height: 20px;
	position: absolute;
	right: -100px;
	top: 12px;
	transform: scale(-1,1);
}
section.kouka .ttl-box .ttl strong{
	font-weight: normal;
}
section.kouka .bg{
	padding: 60px 0 100px;
	background: url(../image/angelic-care/bg01.jpg) no-repeat center center;
	background-size: cover;
}
section.kouka .txt{
	font-size: 19px;
	line-height: 1.8em;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 50px;
}
section.kouka .list img{
	margin-bottom: 40px;
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.2);
}
section.kouka .list img:last-child{
	margin-bottom: 0;
}

section.price{
	padding: 100px 0 120px;
}
section.price .box-price{
	max-width: 855px;
	margin: 0 auto;
	border: 4px solid #be2c5f;
	background: #be2c5f;
	text-align: center;
	padding: 20px 0 0;
}
section.price .box-price .lead{
	font-size: 21px;
	color: #ffffff;
	margin: 5px 0 12px;
	letter-spacing: 2px;
}
section.price .box-price .inner{
	padding: 30px 40px;
	background: #ffffff;
}
section.price .box-price .inner .txt{
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	margin-bottom: 20px;
}
section.price .box-price .inner .txt span{
	color: #be2c5f;
}
section.price .box-price .inner .stl{
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #eadabc;
	padding: 2px 0;
	border-radius: 8px;
	margin-bottom: 30px;
}
section.price .box-price .inner ul{
	width: 100%;
	overflow: hidden;
}
section.price .box-price .inner ul li{
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 7px;
	float: left;
	width: 50%;
	position: relative;
}
section.price .box-price .inner ul li:first-child:after{
	content: "";
	width: 1px;
	height: 124px;
	background: #808080;
	position: absolute;
	right: 0;
	top: 0;
}
section.price .box-price .inner ul li img{
	margin-top: 7px;
}
section.price .arrow{
	margin: 70px 0;
}
section.price .box-shampoo{
	max-width: 870px;
	margin: 0 auto 120px;
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
section.price .box-shampoo .img{
	width: 47%;
}
section.price .box-shampoo .img img:first-child{
	margin-bottom: 30px;
}
section.price .box-shampoo .block{
	width: 49%;
}
section.price .box-shampoo .block .ttl{
	font-size: 35px;
	line-height: 1.4em;
	letter-spacing: 8px;
	margin: 15px 0 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #bf944c;
}
section.price .box-shampoo .block .ttl span{
	color: #bf944c;
}
section.price .box-shampoo .block .txt{
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	margin-bottom: 20px;
	text-align: justify;
text-justify: inter-ideograph;
}
section.price .box-shampoo .block .txt span{
	color: #be2c5f;
}
section.price .box-shampoo .block ul li{
	font-size: 16px;
	color: #ffffff;
	background: #be2c5f;
	padding: 7px 0;
	text-align: center;
	letter-spacing: 3px;
}
section.price .box-shampoo .block ul li{
	margin-bottom: 12px;
}
section.price .box-point{
	max-width: 855px;
	margin: 0 auto;
	border: 4px solid #534740;
	background: #534740;
	text-align: center;
	padding: 20px 0 0;
}
section.price .box-point .ttl{
	margin-bottom: 20px;
}
section.price .box-point .ttl span{
	font-size: 34px;
	color: #ffffff;
	letter-spacing: 6px;
	position: relative;
}
section.price .box-point .ttl span:before{
	content: "";
	background: url(../image/angelic-care/kazari02.png) no-repeat left top;
	background-size: 100%;
	width: 82px;
	height: 20px;
	position: absolute;
	left: -100px;
	top: 12px;
}
section.price .box-point .ttl span:after{
	content: "";
	background: url(../image/angelic-care/kazari02.png) no-repeat left top;
	background-size: 100%;
	width: 82px;
	height: 20px;
	position: absolute;
	right: -100px;
	top: 12px;
	transform: scale(-1,1);
}
section.price .box-point .inner{
	background: #ffffff;
	padding: 40px 15px 60px;
}
section.price .box-point .inner .txt{
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	margin-bottom: 50px;
}
section.price .box-point .inner .txt span{
	color: #be2c5f;
}
section.price .box-point .inner ul li{
	margin-bottom: 70px;
}
section.price .box-point .inner ul li:last-child{
	margin-bottom: 0;
}
section.price .box-point .inner ul li .stl{
	max-width: 240px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #eadabc;
	padding: 4px 0;
	border-radius: 8px;
	margin: 0 auto 20px;
}
section.price .box-point .inner ul li img{
	margin-top: 20px;
}

.sec-staff{
	padding: 0 0 100px;
}
.sec-staff .ttl{
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.sec-staff .ttl:after{
	content: "";
	background: #534740;
	width: 60px;
	height: 2px;
	position: absolute;
	left: calc(50% - 30px);
	bottom: -35px;
}
.sec-staff .lead{
	font-size: 35px;
	letter-spacing: 10px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 50px;
}
.sec-staff .lead span{
	color: #bf944c;
}
.sec-staff .inner{
	max-width: 767px;
	margin: 0 auto 40px;
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  height: auto;
	  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec-staff .inner .staff{
	width: 42%;
}
.sec-staff .inner .staff .name{
	font-size: 25px;
	letter-spacing: 2px;
	margin: 15px 0 5px;
}
.sec-staff .inner .staff .name span{
	font-size: 15px;
	letter-spacing: 2px;
}
.sec-staff .inner .staff .kata{
	font-size: 17px;
	letter-spacing: 2px;
}
.sec-staff .inner .img{
	width: 50%;
	position: relative;
}
.sec-staff .inner .img:before{
	content: "";
	background: #534740;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: -150px;
	top: 50%;
	transform: translateY(-50%);
}
.sec-staff .inner .img:after{
	content: "";
	background: #534740;
	width: 192px;
	height: 1px;
	position: absolute;
	left: -150px;
	top: 50%;
}
.sec-staff .btn-more{
	display: block;
	max-width: 427px;
	background: #be2c5f;
	padding: 17px 0;
	text-align: center;
	margin: 0 auto;
}
.sec-staff .btn-more span{
	font-size: 22px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding-right: 30px;
}
.sec-staff .btn-more span:after{
	content: "";
	background: url(../image/angelic-care/ico_arrow03.png) no-repeat left top;
	background-size: 100%;
	width: 15px;
	height: 21px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.sec-b_a{
	padding: 0 0 50px;
}
.sec-b_a .ttl{
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 8px;
	text-align: center;
	line-height: 1.8em;
	padding: 40px 15px;
	background: #534740;
}
.sec-b_a .ttl span{
	font-size: 43px;
}
.sec-b_a .ttl strong{
	color: #eadabc;
}
.sec-b_a .bg{
	padding: 80px 0 120px;
	background: url(../image/angelic-care/bg01.jpg) no-repeat center center;
	background-size: cover;
}
.sec-b_a .inner{
	max-width: 1020px;
	margin: 0 auto 80px;
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  height: auto;
	  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec-b_a .inner img{
	width: 31%;
}
.sec-b_a .box-btn{
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  height: auto;
	  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec-b_a .box-btn a{
	display: block;
	width: 49%;
}




@media only screen and (max-width: 799px) {

	.mv{
		margin-top: 25px;
	}

	section.concept{
		padding: 40px 0 0;
	}
	section.concept .ttl img{
		max-width: 325px;
	}
	section.concept .txt{
		font-size: 16px;
		letter-spacing: 1px;
	}
	section.concept .txt01{
		margin: 25px 0 0;
	}
	section.concept .bg{
		background: url(../image/angelic-care/bg_concept_sp.jpg) no-repeat center bottom;
		background-size: 106%;
		padding: 60px 0;
	}
	
	section.osusume{
		padding: 60px 0;
	}
	section.osusume .onayami img{
		box-shadow: 0 0 8px 5px rgba(0,0,0,0.2);
	}
	section.osusume .arrow{
		max-width: 128px;
		margin: 40px auto 30px;
	}
	section.osusume .ttl{
		font-size: 23px;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	section.osusume .ttl span{
		font-size: 28px;
	}
	section.osusume .ttl strong{
		background:none;
	}
	section.osusume .inner .img{
		width: 100%;
	}
	section.osusume .inner .block{
		width: 100%;
	}
	section.osusume .inner .block .lab{
		margin: 20px 0 15px;
	}
	section.osusume .inner .block .stl{
		font-size: 28px;
		letter-spacing: 3px;
	}
	section.osusume .inner .block ul li{
		font-size: 15px;
		letter-spacing: 2px;
	}
	
	section.kouka .ttl-box{
		border-top: 2px solid #6d4e38;
		border-bottom: 2px solid #6d4e38;
	}
	section.kouka .ttl-box .border{
		padding: 32px 0;
	}
	section.kouka .ttl-box .ttl span{
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 1.5em;
	}
	section.kouka .ttl-box .ttl span:before{
		width: 43px;
		height: 10px;
		left: -43px;
		top: 23px;
	}
	section.kouka .ttl-box .ttl span:after{
		width: 43px;
		height: 10px;
		right: -148px;
		top: 23px;
	}
	section.kouka .ttl-box .ttl strong{
		font-size: 29px;
	}
	section.kouka .bg{
		padding: 40px 0 60px;
	}
	section.kouka .txt{
		font-size: 16px;
		margin-bottom: 40px;
	}
	
	section.price{
		padding: 60px 0 80px;
	}
	section.price .box-price{
		max-width: 315px;
		padding: 15px 0 0;
	}
	section.price .box-price .lab img{
		max-width: 114px;
	}
	section.price .box-price .lead{
		font-size: 14px;
		margin: 8px 0 12px;
	}
	section.price .box-price .inner{
		padding: 30px 20px;
	}
	section.price .box-price .inner .txt{
		font-size: 14px;
	}
	section.price .box-price .inner .stl{
		font-size: 15px;
		margin-bottom: 22px;
	}
	section.price .box-price .inner ul li{
		font-size: 20px;
		float: none;
		width: 100%;
	}
	section.price .box-price .inner ul li:first-child{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	section.price .box-price .inner ul li:first-child:after{
		width: 100%;
		height: 1px;
		top: auto;
		bottom:0;
	}
	section.price .box-price .inner ul li img{
		width: 199px;
	}
	section.price .arrow{
		margin: 50px 0;
	}
	section.price .arrow img{
		max-width: 184px;
	}
	section.price .box-shampoo{
		margin: 0 auto 60px;
	}
	section.price .box-shampoo .img{
		width: 100%;
		margin-bottom: 22px;
		padding-bottom: 22px;
		border-bottom: 1px solid #bf944c;
	}
	section.price .box-shampoo .img img:first-child{
		margin-bottom:20px;
	}
	section.price .box-shampoo .img img:last-child{
		max-width: 90%;
	}
	section.price .box-shampoo .block{
		width: 100%;
	}
	section.price .box-shampoo .block .ttl{
		font-size: 30px;
		letter-spacing: 3px;
		margin: 0 0 22px;
		padding-bottom: 0;
		border-bottom: none;
		text-align: center;
	}
	section.price .box-shampoo .block ul li{
		letter-spacing: 2px;
	}
	section.price .box-point{
		padding: 15px 0 0;
	}
	section.price .box-point .ttl{
		margin-bottom: 15px;
	}
	section.price .box-point .ttl span{
		font-size: 24px;
		letter-spacing: 3px;
	}
	section.price .box-point .ttl span:before{
		width: 43px;
		height: 10px;
		left: -51px;
		top: 23px;
	}
	section.price .box-point .ttl span:after{
		width: 43px;
		height: 10px;
		right: -76px;
		top: 23px;
	}
	section.price .box-point .inner{
		padding: 30px 15px 40px;
	}
	section.price .box-point .inner .txt{
		font-size: 14px;
		margin-bottom: 40px;
	}
	section.price .box-point .inner ul li{
		margin-bottom: 50px;
	}
	section.price .box-point .inner ul li .stl{
		max-width: 273px;
	}
	
	.sec-staff{
		padding: 0 0 60px;
	}
	.sec-staff .lead{
		font-size: 23px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.sec-staff .inner{
		max-width: 345px;
		margin: 0 auto 30px;
	}
	.sec-staff .inner .staff{
		width: 100%;
		-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	order:2;
	}
	.sec-staff .inner .staff .name{
		font-size: 22px;
	}
	.sec-staff .inner .staff .name span{
		font-size: 14px;
	}
	.sec-staff .inner .staff .kata{
		font-size: 16px;
	}
	.sec-staff .inner .img{
		width: 100%;
		max-width: 304px;
		margin: 0 auto 60px;
		-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	order:1;
	}
	.sec-staff .inner .img:before{
		left: 0;
		right: 0;
		top: auto;
		transform: translateY(0);
		bottom: -43px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-staff .inner .img:after{
		width: 1px;
		height: 75px;
		left: 0;
		right: 0;
		top: auto;
		bottom: -40px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-staff .btn-more{
		padding: 12px 0;
	}
	.sec-staff .btn-more span{
		font-size: 18px;
	}
	
	.sec-b_a .ttl{
		font-size: 23px;
		letter-spacing: 2px;
		padding: 30px 15px;
	}
	.sec-b_a .ttl span{
		font-size: 28px;
	}
	.sec-b_a .bg{
		padding: 40px 0 60px;
		background: url(../image/angelic-care/bg01.jpg) no-repeat center center;
		background-size: cover;
	}
	.sec-b_a .inner{
		max-width: 310px;
		margin: 0 auto 50px;
	}
	.sec-b_a .inner img{
		width: 100%;
		margin-bottom: 40px;
	}
	.sec-b_a .inner img:last-child{
		margin-bottom: 0;
	}
	.sec-b_a .box-btn a{
		width: 100%;
		margin-bottom: 12px;
	}
	.sec-b_a .box-btn a:last-child{
		margin-bottom: 0;
	}
}

</pre></body></html>