@charset "UTF-8";
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: georgia, serif;
    font-feature-settings: "palt";
}
a,li{
    color: black;
    text-decoration: none;
    list-style: none;
}
header{
    background-color: #617ea8;
    padding: 0;
    margin: 0;
    position: relative;
    .container{
        height: 15vw;
    }
    .mogulogo{
        position: absolute;
        top: 39%;
        left: 25%;
        transform: translate(-50%,-50%);
        height: 18vw;
        overflow: hidden;
        img{
            margin: 0;
            padding: 0;
            width: clamp(150px,25vw,300px);
            height: auto;
        }
    }
    .nav_content{
        position: absolute;
        top: 50%;
        left: 65%;
        transform: translate(-50%,-50%);
        a{
            color: white;
            font-size: clamp(10px,2vw,30px);
        }
        .instalogo{
            width: clamp(20px,4vw,30px);
            height: clamp(20px,4vw,30px);
        }
        ul{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2vw;
        }
    }
}
.salon_photobox{
    overflow: hidden;
    white-space: nowrap;
    width: 100vw;
    .salon_photo_box{
        display: flex;
        transition: transform 0.5s ease-in-out;
        img{
            width: 100vw;
            height: 40vw;
            object-fit: cover;
            flex-shrink: 0;
        }
        .salon1{
            object-position: 50% 15%;
        }
        .salon3{
            object-position: 50% 65%;
        }
    }    
}


.titles{
    font-size: clamp(20px,5vw,40px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8vw;
}
.salon_info{
    .about_content{
        position: relative;
        .about_mogulogo{
            text-align: center;
            margin-bottom: 5vw;
            .mogu_slogan{
                font-size: clamp(15px,3vw,30px);
            }
            img{
                width: clamp(150px,30vw,400px);
                height: auto;
                filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.5));
            }
        }
        .about_content_description{
            font-size: clamp(15px,2vw,25px);
            margin: 10vw;
            margin-top: 5vw;
            line-height: clamp(10px,8vw,40px);
            .salon_contact{
                display: flex;
                gap: 10px;
                margin-bottom: 5vw;
                .contact_line{
                    overflow: hidden;
                    border-radius: 50%;
                    height: 60px;
                    width: 60px;
                    img{
                        width: 60px;
                        height: 60px;
                    }          
                }
            }
        }
        .pay_way{
            display: flex;
            gap: 1vw;
        }
        .salon_map{
            position: absolute;
            top: 45%;
            right: 5%;
            z-index: 1;
            iframe{
                height: clamp(120px,28vw,320px);
                width: 28vw;
            }
        }
    }

}


/*work content*/
.work_content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 5vw;
}
.work_img{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(5px,7vw,18px);
    padding: 0;
    margin: 0;
    img{
        width: clamp(85px,17vw,960px);
        height: clamp(85px,13vw,400px);
        object-fit: cover;
    }
}
.work_photo{
    position: relative;
    display: inline-block;
    img{
        display: block;
    }
    .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 2vw;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}
.work_photo:hover .overlay{
    opacity: 1;
}

.merchandise{
    .merchandise_content{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        gap: clamp(10px,5vw,40px);
        .keraffect, .alorb{
            width: 20vw;
            height: 35vw;
            overflow: hidden;
            position: relative;
        }
        .keraffect{
            .keraffect_img1{
                position: absolute;
                top: 23%;
                left: 50%;
                transform: translate(-50%,-50%);
                img{
                    width: 18vw;
                    height: auto;
                }
            }
            .keraffect_img2{
                img{
                    width: 20vw;
                    height: 35vw;
                    object-fit: cover;
                }
            }

        }
        .alorb{
            .alorb_logo{
                position: absolute;
                top: 20%;
                left: 50%;
                transform: translate(-50%,-50%);
                filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.8));
                z-index: 2;
                img{
                    width: 20vw;
                    height: auto;
                }
            }
            .alorb_img{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                z-index: 1;
                img{
                    width: 20vw;
                    height: 35vw;
                    object-fit: cover;
                }
            }
            .alorb_aqua{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                z-index: 0;
                img{
                    width: 20vw;
                    height: 35vw;
                    overflow: hidden;
                }
            }
            .alorb_content{
                position: absolute;
                z-index: 3;
                top: 70%;
                left: 50%;
                transform: translate(-50%,-50%);
                font-size: clamp(10px,2vw,20px);
                text-align: center;
                font-weight: 800;
                width: 90%;
                color: white;
                filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 1));
            }
        }
    }
    .note{
        font-size: clamp(12px,3vw,30px);
        text-align: center;
    }
}

.stone_store_content{
    height: 50vw;
    margin-top: 5vw;
    position: relative;
    .stone_store_photo{
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%,-50%);
        z-index: 1;
        img{
            width: 36vw;
            height: 28vw;
            object-fit: cover;
            object-position: 50% 30%;
        }
    }
    .stone_store{
        position: absolute;
        top: 50%;
        left: 69%;
        transform: translate(-50%,-50%);
        font-size: clamp(10px,2.5vw,18px);
        line-height: 5vw;
        text-align: center;
        ::before{
            content: '';
            position: absolute;
            top: 50%; /* 背景の位置を調整 */
            left: 40%;
            transform: translate(-50%,-50%);
            width: 140%; /* 背景の幅 */
            height: clamp(10px,50vw,600px); /* 背景の高さ */
            background: 
            url("../common_items/clean-gray-paper.png"),
            linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.5)),
            #dad7dc;
            background-size: cover;
            filter: brightness(0.9) contrast(1.1);
            z-index: -1; /* 元の要素より後ろに配置 */
        }
    }
}
.mogunews{
    text-align: center;
    iframe{
        width: 80%;
        height: clamp(150px,30vw,300px);
    }
}
.reserve_content{
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 20vw;
    p{
        text-align: center;
        font-size: clamp(10px,2.5vw,20px);
    }
}

.footer-position{
    text-align: center;
    background-color: #aa9649;
    color: #dad7dc;
    font-size: clamp(10px,2vw,18px);
}

@media(max-width:650px){
    .container{
        padding: 5vw;
        .mogulogo{
            position:absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            height: 31vw;
            img{
                height: 28vw;
                width: auto;
            }
        }

        .nav_content{
            position: absolute;
            top: 80%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
    }
    .salon_info{
        all: unset;
        .about_content{
            display: flex;
            flex-direction: column;
            padding: 0;
            margin: 0;
            .about_mogulogo{order: 1;}
    
            .salon_map{
                all: unset;
                text-align: center;
                margin-top: 3vw;
                order: 2;
                iframe{
                    width: 80vw;
                    height: 40vw;
                }
            }
        
            .about_content_description{
                order: 3;
                .salon_contact{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }
    


}

@media (min-width: 900px) {
    .salon_info{
        .about_content{
            position: relative;
            .salon_map{
                position: absolute;
                top: 50%;
                right: 5%;
                iframe{
                    height: clamp(120px,20vw,450px);
                    width: 28vw;
                }
            }
        }
    
    }
    
    header{
        background-color: #617ea8;
        padding: 0;
        margin: 0;
        position: relative;
        .container{
            height: clamp(190px,16vw,300px);
        }
        .mogulogo{
            position: absolute;
            top: 50%;
            left: 25%;
            transform: translate(-50%,-50%);
            height: clamp(190px,16vw,300px);
            overflow: hidden;
            img{
                margin: 0;
                padding: 0;
                width: clamp(150px,25vw,300px);
                height: auto;
            }
        }
    }
}


.hover{
    display: inline-block;
    transition: transform 0.2s ease;
}
.hover:hover,
.hover:focus,
.hover:active{
    transform: scale(1.1);
}

.underline{
    text-decoration: underline;
}
