@charset "UTF-8";


.sec-salon:before {
    height: 60%;
}    

.sec-salon .inner{
    display: flex;
    justify-content: space-between;
}

.sec-salon .inner .flex{
    width: 50%;
}

.sec-salon .inner .flex .salon-name{
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.sec-salon .inner .flex .salon-name span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-left: 10px;
}

.sec-salon .inner .flex:nth-of-type(1){
    border-right: 1px solid #e7e4e4;
    padding-right: 5%;
}

.sec-salon .inner .flex:nth-of-type(2){
    padding-left: 5%;
}

@media screen and (max-width: 834px) {
.sec-salon:before {
    height: 100%;
}

.sec-salon .inner {
    display: block;
}

.sec-salon .inner .flex .salon-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.sec-salon .inner .flex .salon-name span {
    font-size: 1.2rem;
}

.sec-salon .inner .flex {
    width: 100%;
}
.sec-salon .inner .flex:nth-of-type(1) {
    border-bottom: 1px solid #e7e4e4;
    border-right: 0 ;
    padding: 0;
    margin-bottom: 25px;
}
.sec-salon .inner .flex:nth-of-type(2) {
    padding: 0;
}
}

.text{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.9;
	letter-spacing: 1px;
}

.ttlcomp-03{
    color: #f2eedf;
}

.ttlcomp-03:before {
    border-top: 1px solid #f2eedf;
    bottom: 5px;
}

.lightGold{
    font-size: 100px;
    font-size: 10rem;
    color: #f2eedf;
    font-family: "Belleza", sans-serif;
    line-height: 1;
}

.lightGold small{
    font-size: 1.5px;
    font-size: 1.5rem;
	display: block;
	letter-spacing: 1px;
	margin-top: 5px;
    color: #000;
    font-family: "Belleza", sans-serif;
    line-height: 1;
}

.head01{
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    margin-bottom: 50px;
}

.head01 small{
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Belleza", sans-serif;
    color: #e2d4b8;
    display: block;
    margin-top: 10px;
}

.head02{
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 20px;
    line-height: 1.9;
	letter-spacing: 1px;
}

.head03{
    margin-bottom: 45px;
}

.head03 span{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 2;
    border-bottom: 1px solid #000;
}

.care-01,
.care-02,
.care-03{
    margin-bottom: 140px;
}

.care-01 .flexBox{
    display: flex;
    justify-content: space-between;
}

.care-01 .flexBox .left{
    width: 43%;
}

.care-01 .flexBox .left .headBig{
    font-size: 60px;
    font-size: 6.0rem;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.4;
    margin-bottom: 50px;
}

.care-01 .flexBox .left .text{
    margin-bottom: 50px;
	padding-right: 20px;
}

.care-01 .flexBox .left .img img{
    width: 100%;
}

.care-01 .flexBox .right{
    position: relative;
    width: 57%;
}

.care-01 .flexBox .right .simpleParallax img {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.care-01 .flexBox .right .catch{
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0;
}

.care-01 .flexBox .right .catch span{
    font-family: "Belleza", sans-serif;
    font-size: 64px;
    font-size: 6.4rem;
    border-bottom: 2px solid #000;
    padding-left: 50px;
    display: inline-block;
    line-height: 0.7;
    letter-spacing: 0.08em;
}

.care-02 .inner{
    background: url(../../img/care/bg.jpg) top center no-repeat;
    padding: 230px 8% 110px;
    position: relative;
    max-width: 1600px;
}

.care-02 .lightGold{
    position: absolute;
    top: -50px;
    left: 110px;
}

.care-02 .flexBox{
    display: flex;
    justify-content: space-between;
	margin:  -50px 0;
}

.care-02 .flexBox .detail{
    width: 50%;
}

.care-02 .flexBox .detail .text{
    margin-bottom: 70px;
}

.care-02 .flexBox .detail .btn{
    margin-left: 40px;
}

.care-02 .flexBox .blockImg{
    width: 44%;
}

.care-02 .flexBox .blockImg ul{
    display: flex;
    justify-content: space-around;
    width: 840px;
}

.care-02 .flexBox .blockImg ul li{
    width: 50%;
}

.care-02 .flexBox .blockImg ul li:nth-of-type(2){
    margin-top: 90px;
}

.care-03 .flexBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 215px;   
}

.care-03 .flexBox .imgWrap{
    position: relative;
    width: 35%;
}

.care-03 .flexBox .imgWrap:after{
    content: "";
    position: absolute;
    background: url(../../img/care/img_05_bg.jpg) top left no-repeat;
    width: 90%;
    height: 109%;
}

.care-03 .flexBox .imgWrap .simpleParallax{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 90%;
    z-index: 2;
}

.care-03 .flexBox .detail{
    width: 60%;
}

.care-03 .flexBox .detail .text{
    margin-bottom: 70px;
}

.care-03 .secImg{
    display: flex;
    justify-content: space-between;
}

.care-03 .secImg .imgLeft {
    margin-top: 80px;
    position: relative;
    padding-left: 50px;
    width: 30%;
    margin-left: 30px;
}

.care-03 .secImg .imgLeft:before{
    content: "HONEY SPA";
    border-left: 1px solid #000;
    font-family: "Belleza", sans-serif;
    writing-mode: vertical-lr;
    line-height: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
    font-size: 50px;
    font-size: 5rem;
}

.care-03 .secImg .imgRight{
    width: 60%;
}

.care-04 .inner{
    background: url(../../img/care/bg.jpg) top center no-repeat;
    padding: 230px 8% 110px;
    position: relative;
    max-width: 1600px;    
}

.care-04 .lightGold{
    position: absolute;
    right: 110px;
    top: -50px;
}

.care-04 .flexBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}

.care-04 .flexBox .ttlWrap{
    width: 45%;
}

.care-04 .flexBox .detail{
    width: 53%;
}

.care-04 .imgWrap {
    height: 500px;
    margin-bottom: -30px;
}

.care-04 .imgWrap ul{
    position: absolute;
    left: 0;
    display: flex;
    justify-content: space-around;
    margin: 0 -15px;
    width: 140%;
}

.care-04 .imgWrap li{
    margin: 0 15px;
}

.care-04 .op .headUnderline{
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.care-04 .op .headUnderline span{
    font-family: "Belleza", sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 500;
    line-height: 0.7;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.care-04 .op ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.care-04 .op ul li {
    width: 46%;
}

.care-04 .op ul li:nth-of-type(1),
.care-04 .op ul li:nth-of-type(2){
    margin-bottom: 120px;
}

.care-04 .op ul li:nth-of-type(2),
.care-04 .op ul li:nth-of-type(4){
    margin-top: -100px;
}

.care-04 .op ul li .imgTtl{
    margin-bottom: 25px;
    padding-right: 40px;
    position: relative;
}

.care-04 .op ul li .imgTtl .ttl{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    font-size: 3.0rem;
    font-family: "Belleza", sans-serif;
    writing-mode: vertical-lr;
}

.care-04 .op ul li .imgTtl .ttl small{
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.care-04 .op ul li .head03{
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 1740px){
.care-02 .flexBox .blockImg ul {
    width: 795px;
}    
}

@media screen and (max-width: 1560px){
.care-02 .flexBox .blockImg ul {
    width: 46vw;
}
}

@media screen and (max-width: 1420px){
.head01 {
    font-size: 32px;
    font-size: 3.2rem;
}

.care-04 .imgWrap {
    height: 380px;
}
}

@media screen and (max-width: 1325px){
.care-01 .flexBox .right .catch {
    bottom: 20px;
}

.care-01 .flexBox .right .catch span {
    font-family: "Belleza", sans-serif;
    font-size: 6.0rem;
}
}

@media screen and (max-width: 1245px){
.care-01,
.care-02,
.care-03{
    margin-bottom: 100px;
}

.lightGold {
    font-size: 6em;
}

.head01 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}

.head02 {
    font-size: 1.5rem;
}

.head03 span {
    font-size: 1.6rem;
}    

.care-01 .flexBox .left .headBig {
    font-size: 5.0rem;
}

.care-01 .flexBox .right .catch {
    bottom: 100px;
}

.care-01 .flexBox .right .catch span {
    font-size: 5rem;
}    

.care-02 .lightGold {
    position: absolute;
    top: -40px;
    left: 60px;
}

.care-02 .inner {
    padding: 140px 8% 110px;
}    

.care-03 .flexBox {
    margin-bottom: 135px;
}

.care-03 .secImg .imgLeft {
    padding-left: 30px;
    margin-left: 30px;
}

.care-03 .secImg .imgLeft:before {
    font-size: 2.5rem;
}

.care-04 .lightGold {
    position: absolute;
    right: 60px;
    top: -40px;
}

.care-04 .inner {
    padding: 140px 8% 110px;
} 

.care-04 .imgWrap {
    height: 310px;
}    

.care-04 .op .headUnderline span {
    font-size: 6.0rem;
}  

.care-04 .op ul li:nth-of-type(1),
.care-04 .op ul li:nth-of-type(2){
    margin-bottom: 70px;
}
}

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

.head01 {
    font-size: 2.4rem;
}

.care-01 .flexBox .right .catch span {
    font-size: 4.0rem;
    padding-left: 30px;
}

.care-01 .flexBox .left .text {
    margin-bottom: 60px;
}

.care-03 .flexBox {
    margin-bottom: 65px;
}

.care-03 .flexBox .imgWrap:after {
    height: 96%;
}

.care-04 .imgWrap {
    height: 220px;
}

.care-04 .op ul {
    width: 100%;
}
}

@media screen and (max-width: 1000px) {
.care-03 .flexBox .imgWrap:after {
    height: 87%;
}

.care-04 .inner {
    padding: 100px 8% 110px;
}

.care-04 .flexBox {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 960px){
.care-01 .flexBox .right .catch {
    bottom: 110px;
}
}

@media screen and (max-width: 834px) {
.lightGold {
    font-size: 4em;
}
	
	.lightGold small{
    font-size: 10px;
    font-size: 1rem;
	display: block;
	letter-spacing: 1px;
	margin-top: 10px;
    color: #000;
    font-family: "Belleza", sans-serif;
    line-height: 1;
}

.head01 {
    font-size: 2.2rem;
}

.care-01, 
.care-02, 
.care-03 {
    margin-bottom: 60px;
}

.care-01 .flexBox {
    display: block;
    justify-content: space-between;
    margin-bottom: 80px;
}

.care-01 .flexBox .left {
    width: 100%;
    margin-bottom: 25px;
}

.care-01 .flexBox .left .text {
    margin-bottom: 30px;
	padding-right: 0px;
}

.care-01 .flexBox .left .simpleParallax{
    margin-bottom: 25px;
}

.care-01 .flexBox .left .simpleParallax img{
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.care-01 .flexBox .right {
    position: relative;
    width: 100%;
}

.care-01 .flexBox .right .catch span{
    font-size: 3.0rem;
}

.care-01 .flexBox .left .headBig {
    font-size: 2.5rem;
    margin-bottom: 20px;
	text-align: center;
}

.care-01 .flexBox .right .catch {
    bottom: 12px;
}

.care-02 .lightGold {
    top: -20px;
    left: 15px;
}

.care-02 .inner {
    padding: 90px 5% 70px;
}

.care-02 .flexBox {
    display: block;
	margin:  0px 0 -50px;
}

.care-02 .flexBox .detail {
    width: 100%;
}

.care-02 .flexBox .detail .text {
    margin-bottom: 40px;
}

.care-02 .flexBox .blockImg {
    width: 100%;
}

.care-02 .flexBox .blockImg ul {
    width: 100%;
    margin-bottom: 25px;
}

.care-02 .flexBox .blockImg ul li:nth-of-type(2) {
    margin-top: 30px;
}

.care-03 .flexBox {
    display: block;
    margin-bottom: 0;
}

.care-03 .flexBox .imgWrap {
    display: none;
}    

.care-03 .flexBox .detail {
    width: 100%;
}

.care-03 .secImg.sp {
    margin-bottom: 25px;
    position: relative;
    height: 180px;
}

.care-03 .secImg.sp .imgLeft:before {
    content: "";
}

.care-03 .secImg.sp .imgLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 36%;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.care-03 .secImg.sp .imgRight {
    position: absolute;
    right: 0;
    top: 20px;
    width: 85%;
}

.care-03 .secImg.sp .spa{
    position: absolute;
    left: 0;
    bottom: 5px;
    border-bottom: 1px solid #000;
    font-family: "Belleza", sans-serif;
    line-height: 0.7;
    font-size: 26px;
    font-size: 2.6rem;
}

.care-03 .flexBox .detail .text {
    margin-bottom: 40px;
}

.care-04 .imgWrap {
    height: 170px;
}

.care-04 .imgWrap li {
    margin: 0 5px;
}

.care-04 .op ul li .imgTtl .ttl {
    font-size: 1.8rem;
    right: -8px;
}

.care-04 .op .headUnderline span {
    font-size: 3rem;
}

.care-04 .lightGold {
    right: 10px;
    top: -20px;
}

.care-04 .flexBox {
    display: block;
    margin-bottom: 30px;
}

.care-04 .flexBox .ttlWrap {
    width: 100%;
}

.care-04 .flexBox .detail {
    width: 100%;
}

.care-04 .inner {
    background-size: 200%;
    padding: 70px 5% 80px;
}

.care-04 .imgWrap {
    height: 10px;
	margin-bottom: 0;
}

.care-04 .op .headUnderline {
    margin-bottom: 40px;
}

.care-04 .op ul {
    display: block;
}

.care-04 .op ul li {
    width: 100%;
}

.care-04 .op ul li:nth-of-type(2), 
.care-04 .op ul li:nth-of-type(4) {
    margin-top: 0;
}    

.care-04 .op ul li:nth-of-type(1), 
.care-04 .op ul li:nth-of-type(2),
.care-04 .op ul li:nth-of-type(3){
    margin-bottom: 40px;
}

.care-04 .op ul li .imgTtl img{
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.care-04 .op ul li .imgTtl {
    padding-right: 20px;
    margin-bottom: 20px;
}    

.care-04 .op ul li .head03 {
    text-align: center;
    margin-bottom: 20px;
}

.care-04 .op ul li .text{
    font-size: 1.5rem;
}
}

@media screen and (max-width: 375px) {
.care-03 .secImg.sp .spa {
    bottom: -3px;
}    
}


/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 3);
	padding: 5px;
}
.d-demo__item > img{
   width: 100%;
}


@media screen and (max-width: 834px) {
.d-demo__item {
  width: calc(100vw / 2);
	padding: 5px;
}
}