@charset "UTF-8";

/*----------------------------------------------top/uniq.css----*/

.design-flex__ml {
    padding-bottom: 30px;
}

.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) {
.mv-desc {
    left: inherit;
    right: 24%;
    bottom: 20px;
}
.mv-ttl {
    width: 20%;
    bottom: 20px;
}
.mv-img {
    width: 100%;
}

.mv-ttl img {
    height: auto;
}

.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;
}

}
.gallery-item:nth-child(4) {
    margin-top: 0;
}
.gallery-item:nth-child(5) {
    margin-top: 50px;
}

/*-----------text---*/

.sec-design .inner .design-flex{
    isolation: isolate;
}
/*-----to fix mix-blend-mode: color-dodge; not working on safari-----*/

.design-flex__ct {
    top: 38.3%;
    z-index: 1;
    mix-blend-mode: color-dodge;
}

.design-flex__ct.white {
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 38.29%;
    width: 700px;
}

/*----------------------------------------------/uniq.css----*/
.page-comingsoon {
padding: 200px 0;
}
.page-comingsoon h2{
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: 4.75px;
    font-family: "Belleza", sans-serif;
    font-size: 6rem;
    text-align: center;
}
.page-comingsoon p {
text-align: center;
font-size: 1.6rem;
margin-bottom: 60px;
line-height: 1.7;
}


@media screen and (max-width: 640px) {
.info-item a {
    padding-left: 0;
    padding-right: 30px;
}
.info-ttl {
    font-size: 1.3rem;
}
.info-item a::before {
display: none;
}
}

/*----------------------------------------------/20210930追加----*/

.schedule .inner{
    border: 3px solid #ddd;
    padding: 40px 30px;
}

.schedule .inner .ttl{
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 30px;
    text-align: center;
}

.schedule .inner .ttl span{
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-size: 2.0rem;
    padding-bottom: 5px;
}

.schedule .inner .text{
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 2;
    margin-bottom: 10px;
    text-align: center;
}

.schedule .inner .shop{
    margin: 0 auto;
}

.schedule .inner .shop p{
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
}

.schedule .inner .shop p span{
    font-weight: 500;
    margin-right: 15px;
}
@media screen and (max-width: 834px) {
.schedule{
    margin-top: 25px;
}

.schedule .inner {
    padding: 8% 5%;
}

.schedule .inner .ttl span {
    font-size: 1.8rem;
    padding-bottom: 1px;
}
}

@media screen and (max-width: 1440px) {
.mv-ttl {
    width: 130px;
    bottom: 0;
}
}

@media screen and (max-width: 900px) {
.mv-ttl {
width: 20%;
    bottom: 20px;
}
}
.design-flex__ml {
    padding-bottom: 60px;
}

@media screen and (max-width: 900px) {
.design-flex__ml {
    padding-bottom: 0px;
}
}

/*----------------------------------------------/20220616追加----*/
.top-banner {
	margin-top: -30px;
	margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
	.top-banner {
		margin-top: 0px;
		margin-bottom: 50px;
}
}

.remodal{
    position: relative;
}

.remodal .designer{
    padding: 20px 0;
}

.remodal .designer p{
    color: #fff;
    font-family: 'Shippori Mincho', serif !important;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
}