@charset "utf-8";
/* CSS Document */
.top {
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: garamond;
}
.section_access {
    text-align: center;
    max-width: 600px;
    display: block;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}
.access_description {
    text-align: left;
    margin-bottom: 30px;
}
.access_displayflex {
    display: flex;
    margin-bottom: 30px;
}
.detail {
    font-size: 1.3rem;
    border: 1px solid #333;
    display: inline-block;
    margin-bottom: 50px;
}
.detail a {
    text-decoration: none;
    color: #333;
}
.telephone {
    text-decoration: none;
}
.subtitle {
    font-size: 0.8rem;
}
.left {
    width: 90px;
    margin-right: 30px;
}
.right img {
    width: 29px;
    vertical-align: top;
}
.image_sns img {
    width: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.section_message {
    background-color: #f5f0e9;
    padding: 50px 20px 50px 20px;
}
.message_title {
    font-family: garamond;
    margin-bottom: 30px;
}
.message_description {
    text-align: left;
    max-width: 600px;
    display: inline-block; 
}
.message_salondeacqua {
    margin-top: 30px;
    font-size: 2.0rem;
    font-weight: 500;
}
.image img {
    width: 100%;
}