@charset "utf-8";
/* ------------------------------------------ */
/* ESTHETIC CSS */
/* ------------------------------------------ */
/* page-header */
.page-header {
    margin-top: 85px;
}

@media (max-width: 1024px) {
    .page-header {
        margin-top: 100px;
    }
}

.page-header .sign-area {
    position: relative;
    width: 71%;
    margin: 0 0 0 auto;
}

.page-header .sign-area .page-title {
    position: absolute;
    line-height: 1.1;
    bottom: 35%;
    left: -225px;
}
@media (max-width: 768px) {
    .page-header .sign-area .page-title {
        bottom: 35%;
        left: -120px;
    }
}

@media (max-width: 480px) {
	.page-header {
	    margin-top: 85px;
	}
	.page-header .sign-area {
	    position: inherit;
	    width: 80%;
	    margin: 0 auto;
	}
    .page-header .sign-area .page-title {
        bottom: inherit;
        left: inherit;
        position: inherit;
        text-align: center;
        padding-top: 25px;
    }
}


/* sec-concept */
#sec-concept {
}

#sec-concept .wrap {
    position: relative;
}

#sec-concept .c-ttl {
    display: block;
    text-align: center;
    line-height: 1;
}

#sec-concept .c-ttl .text {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    #sec-concept .c-ttl .text {
        /* display: block; */ /* line-height: 1.1; */ letter-spacing: 0.1em;
    }

    #sec-concept .c-text .text {
        display: block;
        letter-spacing: 0.1em;
        line-height: 1.89;
    }
}

@media (max-width: 480px) {
    #sec-concept .c-text {
        width: 100%;
    }
}



/* sec-point */
#sec-point {
}

#sec-point .wrap {
}

#sec-point .sec-contents {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#sec-point .sec-contents .point-box {
    width: 170px;
    height: 170px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 33px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (max-width: 480px) {
	#sec-point .sec-contents .point-box {
	    width: 120px;
	    height: 120px;
	    margin: 0 10px 20px;
	}
}

#sec-point .sec-contents .point-box .c-wrap {
}

#sec-point .sec-contents .point-box .c-wrap .h-text {
    display: block;
    line-height: 1.1;
    width: 100%;
    padding-bottom: 5px;
}

#sec-point .sec-contents .point-box .c-wrap .h-text .text {
    display: block;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #ffffff;
}

#sec-point .sec-contents .point-box .c-wrap .point {
    display: block;
    line-height: 1.1;
    width: 100%;
}

#sec-point .sec-contents .point-box .c-wrap .point .text {
    display: block;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #bbd7dd;
}



/* sec-menu */
#sec-menu {
    background-color: #000;
}

#sec-menu .sec-contents {
}

#sec-menu .sec-contents .menu-list {
    display: flex;
    flex-wrap: wrap;
}
#sec-menu .sec-contents .menu-list .item {
    width: 50%;
    padding-right: 30px;
}
#sec-menu .sec-contents .menu-list .item .menu-box {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
#sec-menu .sec-contents .menu-list .item:nth-child(2n) {
    padding-left: 30px;
}
@media (max-width: 768px) {
	#sec-menu .sec-contents .menu-list {
	    display: block;
	    /* flex-wrap: wrap; */
	}
	#sec-menu .sec-contents .menu-list .item {
	    width: 100%;
	    padding-right: 0;
	}
	#sec-menu .sec-contents .menu-list .item:nth-child(2n) {
	    padding-left: 0;
	}
	#sec-menu .sec-contents .menu-list .item .menu-box {
	    /* display: block; */
	}
}

#sec-menu .sec-contents .menu-list .item .c-menu {
    display: block;
    line-height: 1;
}

#sec-menu .sec-contents .menu-list .item .c-menu .m-item {
    display: block;
    line-height: 1;
}

#sec-menu .sec-contents .menu-list .item .c-menu .m-item .text {
    color: #fff;
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

#sec-menu .sec-contents .menu-list .item .c-menu .m-ex {
}

#sec-menu .sec-contents .menu-list .item .c-menu .m-ex .text {
    color: #fff;
}

#sec-menu .sec-contents .menu-list .item .c-price {
    display: block;
    line-height: 1;
    padding-left: 20px;
}

#sec-menu .sec-contents .menu-list .item .c-price .text {
    color: #fff;
    display: block;
    line-height: 1.1;
}

@media (max-width: 768px) {
	#sec-menu .sec-contents .menu-list .item .c-menu {
	}
	#sec-menu .sec-contents .menu-list .item .c-price {
	}
}





/* sec-baiyou */
#sec-baiyou {
    background: url(../img/esthetic/bg_baiyou.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 90px;
}
@media (max-width: 1180px) {
	#sec-baiyou {
	    padding-bottom: 60px;
	}
}
#sec-baiyou .wrap {
}

#sec-baiyou .sec-contents {
}

#sec-baiyou .sec-contents .title-area {
    width: 60%;
}
@media (max-width: 768px) {
	#sec-baiyou .sec-contents .title-area {
	    width: 70%;
	}
}
@media (max-width: 480px) {
	#sec-baiyou .sec-contents .title-area {
	    width: 100%;
	}
}
#sec-baiyou .sec-contents .title-area .title-head {
    position: relative;
    display: table;
    margin: 0 auto 20px;
}

#sec-baiyou .sec-contents .title-area .title-head .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
}

#sec-baiyou .sec-contents .title-area .title-head .line01 {
    display: block;
    position: absolute;
    left: -79px;
    bottom: 32px;
}

#sec-baiyou .sec-contents .title-area .title-head .line02 {
    display: block;
    position: absolute;
    right: -69px;
    bottom: 37px;
}

#sec-baiyou .sec-contents .title-area .title-head .line01 span,
#sec-baiyou .sec-contents .title-area .title-head .line02 span {
    display: block;
    position: relative;
}

#sec-baiyou .sec-contents .title-area .title-head .line01 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -8px;
    transform: rotate(62deg);
}

#sec-baiyou .sec-contents .title-area .title-head .line01 span:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #000;
    left: 1px;
    bottom: -17px;
    transform: rotate(52deg);
}

#sec-baiyou .sec-contents .title-area .title-head .line02 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #000;
    right: 0;
    bottom: -8px;
    transform: rotate(-62deg);
}

#sec-baiyou .sec-contents .title-area .title-head .line02 span:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #000;
    right: 1px;
    bottom: -17px;
    transform: rotate(-52deg);
}

#sec-baiyou .sec-contents .title-area .title-main {
    display: table;
    line-height: 1;
    position: relative;
}

#sec-baiyou .sec-contents .title-area .title-main .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

#sec-baiyou .sec-contents .text-area {
}

#sec-baiyou .sec-contents .text-area .m-title {
    display: table;
    margin-left: -8px;
    padding-bottom: 17px;
}

#sec-baiyou .sec-contents .text-area .m-title .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.03em;
}

#sec-baiyou .sec-contents .text-area .m-text {
    display: block;
    line-height: 1;
}

#sec-baiyou .sec-contents .text-area .m-text .text {
    display: block;
    line-height: 1.5;
}

#sec-baiyou .sec-contents .sec-contents-area {
    padding: 12px;
    background-color: #fff;
    position: relative;
}

#sec-baiyou .sec-contents .sec-contents-area .sc-wrap {
    border: 1px solid #73868b;
    padding: 40px 50px;
}
@media (max-width: 830px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-wrap {
	    padding: 30px;
	}
}
@media (max-width: 768px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-wrap {
	    padding-bottom: 30%;
	}
}
#sec-baiyou .sec-contents .sec-contents-area .sc-title {
    line-height: 1;
}
#sec-baiyou .sec-contents .sec-contents-area .sc-title .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-align: right;
}
@media (max-width: 768px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-title {
	    width: 100%;
	}
	#sec-baiyou .sec-contents .sec-contents-area .sc-title .text {
	    text-align: center;
	}
}
@media (max-width: 830px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-title .text {
	}
}
@media (max-width: 480px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-title .text {
		font-size: 2.8rem;
	}
}

#sec-baiyou .sec-contents .sec-contents-area .sc-text {
    display: table;
    margin: 50px 0 0 auto;
    width: 50%;
}
@media (max-width: 830px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-text {
	    margin: 20px 0 0 auto;
	    width: 63%;
	}
}
@media (max-width: 768px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-text {
	    margin: 20px 0 0 auto;
	    width: 100%;
	}
}

#sec-baiyou .sec-contents .sec-contents-area .sc-text .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

#sec-baiyou .sec-contents .sec-contents-area .sc-text .f-text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-top: 20px;
}

#sec-baiyou .sec-contents .sec-contents-area .sc-item {
    position: absolute;
    display: block;
    width: 50%;
    bottom: -90px;
    left: 0;
}

#sec-baiyou .sec-contents .sec-contents-area .sc-item img {
    max-width: 606px;
}

@media (max-width: 1180px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-item {
		width: 60%;
	    bottom: -60px;
	    left: -40px;
	}
}
@media (max-width: 768px) {
	#sec-baiyou .sec-contents .sec-contents-area .sc-item {
		width: 60%;
		bottom: -60px;
		left: 50%;
		-webkit-transform: translateX(-50%); /* Safari用 */
		transform: translateX(-50%);
	}
}



/* instagram */
#sec-instagram {
}

#sec-instagram .sec-contents {
    overflow: hidden;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

#sec-instagram .sec-contents .insta-wrap {
    display: flex;
    flex-wrap: wrap;
}

#sec-instagram .sec-contents .insta-wrap .item {
    display: block;
    width: 25%;
    padding: 0 5px 10px;
}
@media (max-width: 768px) {
	#sec-instagram .sec-contents .insta-wrap .item {
		width : 33.33333% ;
		width : -webkit-calc(100% / 3) ;
		width : calc(100% / 3) ;
	}
}
@media (max-width: 480px) {
	#sec-instagram .sec-contents .insta-wrap .item {
	    width: 50%;
	}
}

#sec-instagram .sec-contents .insta-wrap .item a {
    display: block;
}

#sec-instagram .sec-contents .insta-wrap .item a img {
    transition: all 0.28s ease;
}

#sec-instagram .sec-contents .insta-wrap .item a:hover img {
    opacity: 0.85;
}







