@charset "UTF-8" ;

/* ----------リセットcss---------- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* ----------基本レイアウト---------- */
html{
    background-color:#FFFEF0;
    width: 95%;
    margin: 0 auto;
}

body{
    color: #809363;
    font-family: "Grandiflora One","Zen Kaku Gothic Antique", sans-serif;
    font-weight: 100;

}

a{
    text-decoration: none;
    color: white;
    text-align: center;
}

ul,ol{
    list-style-type: none;
}

.flex{
    display: flex;
}


/* ----------header---------- */
header{
    width: 100%;
    height: 500px;
}

.logo{
    text-align: right;
    padding-right: 10px;
}

header h1{
    font-size: 70px;
    font-weight: 100;
    position: absolute;
    top: 280px;
    left: 10px;
    z-index: 4;
    transform: rotate(-6.75deg);   
}

header h2{
    padding: 50px 0 0 120px;
    transform: rotate(-6.75deg);
}

.top{
    position: relative;
    z-index: 3;
    font-size: 15px;
    font-weight: 400;
}

.top::before{
    content: "";
    background-color: #EAEAEA;
    top: 135px;
    right: 20px;
    width: 206px;
    height: 200px;
    z-index: -2;
    position: absolute;
}

.top::after{
    background-image: url(../img/top.png);
    background-size: cover;
    background-position: right;
    top: 0;
    left: 0;
    height: 250px;
    width: 50%;
    content: "";
    z-index: -1;
    position: absolute;
    transform: rotate(6.75deg);
}

.treatment{
    width: 51px;
    height: 124px;
    position: absolute;
    z-index: 3;
    right: 85px;
}

.botan a{
    background-color: #65941F;
    padding: 11px 33px;
    border-radius: 5px;
    letter-spacing: 2.25px;
}

.botan{
    margin-bottom: 11px;

}

.top_botan{
    z-index: 4;
    width: 100%;
    text-align: center;
}

.box_botan{
    justify-content: center;
}



/* ----------section1---------- */
#sec1{
    background-image: url(../img/introduction_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
    justify-content: flex-end;
    height: 400px;
    letter-spacing: 2.25px;
}

.wrapper{
    flex-direction: column;
    padding: 30px 5px 0 0;
    gap:5px;
}

.hexagon{
    background-image: url(../img/hexagon.png);
    font-size: 15px;
    font-weight: 100;
    width: 160px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.center{
    transform: translateX(-125px);
    margin-top: -78px;
}

.bottom{
    margin-top: -78px;
}



/* ----------section2---------- */
#sec2{
    background-color: #EAEAEA;
    border-radius: 100px;
    text-align: center;
    width: 95%;
    margin: 30px auto 0 auto;
    font-weight: 100;
}

.title_01{
    text-align: left;
    padding: 1em 0 0 1.5em;
    box-sizing: border-box;
}

.title_02{
    text-align: right;
    padding: 0 1em 0 0;
}

#sec2 h3{
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 103px;
    height: 103px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-weight: 300;
    line-height: 100px;
}

#sec2 p{
    line-height: 103px;
}

.box{
    width: 95%;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 20px;
}



/* ----------section3---------- */
#sec3{
    margin: 200px 0;
    
}

#sec3 img{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    z-index: -1;
}

.review_01{
    position: absolute;
    background-image: url(../img/review_1.png);
    background-repeat: no-repeat;
    padding: 2em 0 0 4em ;
    font-size: 13px;
    z-index: 1;
    width: 200px;
    height: 135px;
    transform: translateY(-55%) translateX(80%) ;
    
}

.review_02{
    background-image: url(../img/review_2.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 135px;
    transform: translateY(-55%) ;
    padding: 4em 0 0 3em ;
    font-size: 13px;
}

.review_comment{
    font-size: 11px;
    text-align: right;
    padding: 0 2em 0 0 ;
}

/* ----------section4---------- */
.icon{
    width: 50px;
    height: 23px;
    transform: rotate(-90.19deg);
    margin: 0 auto;
    display: block;
}

#sec4 h3{
    text-align: center;
    font-weight: 400;
}

#sec4 figure{
    background-color: #EAEAEA;
    border-radius: 20px;
    width: 80%;
    margin: 25px auto;
    height: 145px;
    justify-content: center;
    padding: 10px;
}

#sec4 figure img{
    padding: 20px;
}

#sec4 figcaption{
    margin: auto 0;
}



/* ----------section5---------- */
#sec5{
    margin-top: 150px ;
}

#sec5 img{
    transform: translateX(-35%);
}

.box_sec5{
    justify-content: center;
}

.end_botan{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.review_03{
    background-image: url(../img/review_3.png);
    width: 55%;
    background-repeat: no-repeat;
    padding: 1.8em 0 0 1.5em;
}