@charset "utf-8";
html {
    font-size: 62.5%;
    background-color: #fff;
  }

  body {
    font-family: 
    'Zen kaku Gothic new';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 24px;
    font-style: normal;
    color: #4B4B4B;
}

img {
    max-width: 100%;
    height:auto;
}  


/*==========================
Article header
==========================*/

:root {
    --primary-pink: #F8F3F2;
    --primary-green: #F4F3E2;
    --primary-gold: #B99D21;
    --primary-darkred: #B17272;
    --primary-red: #BA8484;
    --primary-black: #4B4B4B;
    --primary-lightGray: #979696;
   /* --contentWidth: 91.4%;
    --contentPadding: 4.2%;*/
}



/*==========================
main
==========================*/
.top-sp{
 width: 100%;
 display: block;
}

.top-pc{
    display:none;
    }


/* .header pc */
@media screen and (min-width:769px) {
    
    .top-sp{
        display:none;
       }

    .top-pc{
        width: 100%;
        display: block;
        }
       
    }


/* =========================
about
=========================== */
.section--about{
    padding: 40px 0;
}

.about__part{
    display: block;
    text-align: center;
}

.about_ttl{
    color: #B17272;
    font-size: 1.2rem;
    text-align:center;
}

.name{
    font-family: "Josefin Sans";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 24px;
}

.caption{
    line-height: 26px;
    margin-top: 15px;
}

.btn{color: #B99D21;
    font-family: "Josefin Sans";
    font-size: 1.6rem;
    line-height: 30px; 
    padding: 8px 0 8px 0;
}

.btn__more{
    margin-right: 6px;
    padding: 8px 0 8px 0;
}

.about__btn{
    text-align: center;
}

.concept-btn{
    margin-top: 20px;
}

    

/* pc */
@media screen and (min-width:769px) {

.about_ttl {
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;     
    }

.name{
    font-size: 3.4rem;
    line-height: 1.7;     
    }
    
.caption{
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
    text-align:center;
}

.img__part{
    display: inline-block;
}

.btn{
    font-size: 2.6rem;
    line-height: 40px; 
}

.arrowbtn{
    width: 50px;
    padding-left: 2px;
}

}


/*==========================
slick
==========================*/
.section--slick{
    padding: 20px 0;
}

.slider{ width:94%;
    margin:0 auto;
}

.slide-item{
    max-width: 130px;
    margin:0 1vw;
}

.slider .slick-slide {
    margin:0 1vw;
}


.slider{
    display: none;
  }
  .slider.slick-initialized{
    display: block; /*slick-initializedが付与されたら表示*/
  }
   

/* .slick-slider pc */
@media screen and (min-width:769px) {

    .section--slick{
        padding: 60px 4.2%;
    }

    .slider__item {
        margin: 0 1vw;
    }


}/* pc 769px */

/*==========================
news
==========================*/
/* .section--news{ 
    padding: 60px 0 40px 0
}

.ttl__sub{
    color: #B17272;
    font-size: 1rem;    
    line-height: 20px;
    text-align: center;
    }

.ttl__main{
    color: #B17272;
    font-family: "Josefin Sans";
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.spark_sp{
    margin: auto;
    display: block;
}


.news__txt{
    text-align: center;
    margin-top: 40px;
    line-height: 22px; 
}

.newsdate{
    text-align: center;
    font-family: "Josefin Sans";
   line-height: 20px;
}

/* 
@media screen and (min-width:769px) {

    .section--news{ 
        padding: 100px 0
    }

    .ttl__sub{
        font-size: 2rem;
        margin-bottom: 6px;
    }
    .ttl__main{
        font-size: 5rem;
        line-height:70px;
    }
    
    .spark_sp{
        width: 60px;
        margin-top:-6px ;
    }
    .news__txt{
    font-size: 2rem;
    }
 
    .newsdate{
       line-height: 40px;
    }
} */



/* =========================
plan
=========================== */
.section--plan{
    margin-top: 100px;
}

.plan__kobetsu{
    margin-top:40px;
    padding:60px 0 80px 0;
    background: #FFF7F6;
    border-top-left-radius: 25em 8em;
    border-top-right-radius: 25em 8em;
    overflow: hidden;
}


/* ====family=== */

.family__bg{
    position: relative;
} 

.family__blah{
    width: 400px;
    height: 300px;
    margin:-100px 0 0 -100px;  
}

.family__ttl{
    position: absolute;
    color: rgba(51, 51, 51, 0.20);
    font-family: Cinzel;
    font-size: 4rem;
    font-weight: 400;
    top: 80px;
    left: 4vw;
}


.family__txt{ 
    position: absolute;
    color: #4E4E4E;
    line-height: 24px;  
    top: 120px;
    left: 4vw;
}

.family__datail{
    position: absolute;
    color: #4E4E4E;
    font-size: 1.2rem;
    line-height: 20px; 
    top: 200px;
    left: 4vw;
}

.btn__family{
    position: absolute;
    color: #B99D21;
    font-family: "Josefin Sans";
    font-size: 1.6rem;
    line-height: 30px; 
    top: 225px;
    left: 4vw;
} 

.plan001{
    width: 46vw;
    margin: 60px 0 0 auto; 
    text-align:right;
    max-width: 320px;
}

.plan002{
    width: 62vw;
    margin: 20px auto 0 0;
    max-width: 400px;
}


/* tablet */
@media screen and (min-width:769px) {

    .plan__kobetsu{
        margin-top:60px;
        padding:150px 0 80px 0;
        background: #FFF7F6;
        border-top-left-radius: 50em 16em;
        border-top-right-radius: 50em 16em;
        overflow: hidden;
    }
    
    .family__ttl{
    font-size: 8rem;
    font-weight: 400;
    line-height: 100px; 
    top: 100px;
    left: 10vw;
    }

    .family__txt{ 
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 34px; /* 200% */
    top: 200px;
    left: 10vw;
    }

    .family__datail{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px; 
    top: 310px;
    left: 10vw;
    }

    .btn__family{
    font-size: 2.6rem;
    line-height: 50px; 
    top: 340px;
    left: 10vw;
    } 

    .arrowbtn{
    width: 50px;
    padding-left: 2px;
    }

    .plan001{
        width: 46vw;
        margin-top: -60px 
    }

    .plan002{
        width: 62vw;
        margin: -100px auto 0 4vw;
    }

    .family__blah{
        width: 600px;
        height: 600px;
        margin:-100px 0 0 -80px;  
    }
}

/* pc */
@media screen and (min-width:1069px) {
    .family__ttl{
        font-size: 8rem;
        font-weight: 400;
        line-height: 100px; 
        top: 100px;
        left: 18vw;
        }
    
        .family__txt{ 
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 34px; /* 200% */
        top: 200px;
        left: 18vw;
        }
    
        .family__datail{
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 30px; 
        top: 310px;
        left: 18vw;
        }
    
        .btn__family{
        font-size: 2.6rem;
        line-height: 50px; 
        top: 340px;
        left: 18vw;
        } 
    
        .arrowbtn{
        width: 50px;
        padding-left: 2px;
        }
    
    
        .plan001{
            width: 46vw;
            margin: -60px 14vw 0 auto; 
        }
        
        .plan002{
            width: 62vw;
            margin: -100px auto 0 14vw;
        }
    
        .family__blah{
            width: 600px;
            height: 600px;
            margin:-100px 0 0 -80px;  
        }

}

/*pc*/


/*===753===*/

.shichigosan__bg{
    position: relative;
} 

.shichigosan__blah{
    width: 260px;
    height: 250px;
    margin-left: 58vw;
    margin-top: -10px;
}

.shichigosan__ttl{
    position: absolute;
    color: rgba(51, 51, 51, 0.20);
    font-family: Cinzel;
    font-size: 4rem;
    font-weight: 400;
    top: 100px;
    left: 44vw;
} 

.shichigosan__caption{
    position: absolute;
    top: 140px;
    left: 44vw;

}

.shichigosan__txt{
    font-size: 1.4rem;
    line-height: 24px;  
    font-weight: 400;

}

.shichigosan__datail{
    position: absolute;
    color: #4E4E4E;
    font-size: 1.2rem;
    line-height: 20px; 
    display: block;
    margin-top: 10px;
  
}

.btn__shichigosan{
    position: absolute;
    color: #B99D21;
    font-family: "Josefin Sans";
    font-size: 1.6rem;
    line-height: 30px; 
    display: block;
    /* margin:6px 0 0 44vw; */
}

.plan003{
    width: 42vw;
    margin: -90px auto 0 0;
    max-width: 320px;
}

.plan004{
    width: 58vw;
    margin:30px  6vw 0 auto; 
    max-width: 380px;  
}


/* tablet */
@media screen and (min-width:769px) {

 
    .shichigosan__ttl{
        color: rgba(51, 51, 51, 0.20);
        font-family: Cinzel;
        font-size: 8rem;
        font-weight: 400;
        top: 150px;
        left: 40vw;
        margin-left: 5vw;
    } 

    .shichigosan__caption{
        position: absolute;
        top: 200px;
        left: 40vw;
        margin:0 5vw;
    
    }
    
    .shichigosan__txt{
        color: #4E4E4E;
        font-size: 1.8rem;
        line-height: 46px; /* 200% */
        margin: 10px 0 ;
        display: block;
        line-height: 34px; /* 200% */
    }

    .shichigosan__datail{
        font-size: 1.6rem;
        line-height: 30px; 
        display: block;
        margin-top: 10px;
        
    }
    
    .btn__shichigosan{
        font-size: 2.6rem;
        line-height: 50px; 
        margin-top: 10px;

    }

    .shichigosan__blah{
        width: 800px;
        height: 700px; 
    }
    .spBr{
        display: none;
    }

    .plan003{
        margin-top: -250px;
    }

    .plan004{
        width: 50vw;
        margin: -100px 0 0 auto;
    }
}




/*===baby=== */
.baby__ttl{
    color: rgba(51, 51, 51, 0.20);
    font-family: Cinzel;
    font-size: 4rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin: 60px 0 0 4vw;
}

.plan005{
    width: 56vw;
}

.plan006{
    width: 42vw;
    margin: 100px 0 0 auto;
}

.baby__img{
    display: flex;
}

.baby__bg{
    position: relative;
} 

.baby__blah{
    width: 300px;
    height: 250px; 
    margin: -150px 0 0 -60px;
}

.baby__txt{
    position: absolute;
    color: #4E4E4E;
    line-height: 24px; 
    top: 4px;
    left: 4vw;
}

.baby__datail{
    position: absolute;
    color: #4E4E4E;
    font-size: 1.2rem;
    line-height: 20px; 
    top: 80px;
    left: 4vw;
}

.btn__baby{
    position: absolute;
    color: #B99D21;
    font-family: "Josefin Sans";
    font-size: 1.6rem;
    line-height: 30px; 
    top: 105px;
    left: 4vw;
}


/* tablet */
@media screen and (min-width:769px) {

 .baby__part{
   margin-top: 250px;
    
    }

    .baby__ttl{
        color: rgba(51, 51, 51, 0.20);
        font-family: Cinzel;
        font-size: 8rem;
        font-weight: 400;

    } 
    
    .baby__txt{
        color: #4E4E4E;
        font-size: 1.8rem;
        line-height: 34px; 
        display: block;
    }

    .baby__datail{
        font-size: 1.6rem;
        line-height: 27px; 
        display: block;
    }
    
    .btn__baby{
        font-size: 2.6rem;
        line-height: 50px; 

    }

    .spBr{
        display: none;
    }

    .plan005{
        width: 56vw;
        margin-top: 12px;
        max-width: 440px;  
    }

    .plan006{
        width: 42vw;
        margin-top: 150px;
        max-width: 300px;
    } 

    .baby__blah{
        width: 800px;
        height: 500px;
        
}
}


/*===event=== */
.plan007{
    width: 86vw;
    margin-left:4vw;
    position: relative;
    max-width: 680px;
}

.plan007::after {
	content: "";
	position: absolute;
	width: 70vw;
	height: 300px;
	background-color:rgba(244, 240, 216, 0.60);
	top: 160px;
	left:65px;
	z-index: -1;
}

.plan__event{
    padding: 20px 0 60px 0;
    }

.event__ttl{
    color: rgba(51, 51, 51, 0.20);
    font-family: Cinzel;
    font-size: 4rem;
    font-weight: 400;
    margin: 30px 0 15px 4vw;;
}

.event__txt{
    color: #4E4E4E;
    line-height: 24px; /* 171.429% */   
    margin-left:4vw;;
    }
    
.event__datail{
    color: #4E4E4E;
    font-size: 1.2rem;
    line-height: 20px; 
    margin:6px 0 10px 4vw;
}
    
.btn__event{
    color: #B99D21;
    font-family: "Josefin Sans";
    font-size: 1.6rem;
    line-height: 30px; 
    margin-left:4vw;
}

.plan009{
    width: 58vw;
    margin:20px 6vw 0 auto;
    max-width: 420px;
}


.flower{
    width: 100%;
}

.pcBr{
    display: none;
}


/* pc */
@media screen and (min-width:769px) {

    .plan007::after {
        content: "";
        position: absolute;
        width: 90vw;
        height: 500px;
        background-color:rgba(244, 240, 216, 0.60);
        top: 500px;
        left:180px;
        z-index: -1;
    }

    .plan__event{
        padding: 20px 0 200px 0;
        }

       .event__ttl{
           color: rgba(51, 51, 51, 0.20);
           font-family: Cinzel;
           font-size: 8rem;
           font-weight: 400;
           margin: 100px 0 50px 12vw;
   
       } 
       
       .event__txt{
           color: #4E4E4E;
           font-size: 1.8rem;
           line-height: 34px; 
           margin-left: 12vw;
       }
   
       .event__datail{
           font-size: 1.6rem;
           line-height: 30px; 
           margin: 10px 12vw;
       }
       
       .btn__event{
           font-size: 2.6rem;
           line-height: 50px; 
           margin-left: 12vw;

       }
   
       .spBr{
           display: none;
       }

       .pcBr{
        display: block;
    }
   
       .plan009{
        margin-top: 100px;
           
       }
   
       .plan008{
        margin-top: -40px;
        
       } 
   

    }


    /* pc */
@media screen and (min-width:1069px) {

    .plan003{
        margin: -250px 0 0 14vw;
    }

    .plan004{
        width: 50vw;
        margin: -100px 14vw 0 auto;
    }
    .plan005{
        width: 56vw;
        margin: 12px 0 0 14vw;
    }

    .plan006{
        width: 42vw;
        margin: 150px 14vw 0 auto;
    } 

    .plan007{
        width: 86vw;
        margin-left:14vw;
        position: relative;
        max-width: 680px;
    }

       .plan008{
        margin-top: -40px 14vw 0 auto;

       } 

       .plan009{
        margin-top: 60px;
       }

       .baby__ttl{
        margin: 40px 0 0 14vw;
    }

    .baby__txt{
        color: #4E4E4E;
        font-size: 1.8rem;
        line-height: 34px; 
        margin-left: 14vw;
        display: block;
    }

    .baby__datail{
        font-size: 1.6rem;
        line-height: 27px; 
        margin-left: 14vw;
        display: block;
    }
    
    .btn__baby{
        font-size: 2.6rem;
        line-height: 50px; 
        margin-left: 14vw;

}
}
