@charset "UTF-8";
#body #primary {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#primary h3 {
    font-size: 20px;
    color: #5361A6;
    line-height: 36px;
    background: #E1F3F9 url("../image/head/logo.png") no-repeat left center /36px;
    padding-left: 46px;
    margin-bottom: 1em;
}
#primary > section {
    margin-bottom: 60px;
}
#eGroupArea {
    position: relative;
    height: 50px;
    width: 550px;
    margin: 0 auto;
    background-color: #F4F0EB;
    margin-bottom: 40px;
}
#eGroupArea::before {
    content: 'エリア';
    display: block;
    float: left;
    height: 100%;
    width: 70px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background-color: #C7B299;
    margin-right: 10px;
    font-size: 13px;
}
#eGroupArea > ul {
    font-size: 12px;
    color: #5361A6;
    overflow: hidden;
    line-height: 21px;
    padding: 4px;
}
#eGroupArea > ul li {
    float: left;
}
#eGroupArea > ul li a {
    color: #5361A6;
}
#eGroupArea > ul li::before {
    content: '｜';
}
#eGroupArea > ul li:first-child:before {
    display: none
}
#eGroupSalon > section {
    padding: 40px 0;
    border-bottom: 4px dotted #C7B299;
}
#eGroupSalon h4 {
    text-align: center;
    font-size: 22px;
    color: #5361A6;
    margin-bottom: 40px;
}
.eGroupSalonList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eGroupSalonList > article {
    overflow: hidden;
    width: 320px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.eGroupSalonListImg {
    width: 128px;
    float: left;
}
.eGroupSalonListImg img {
    width: 100%;
    background-size: cover;
    background-position: center;
}
.eGroupSalonListData {
    width: 180px;
    color: #5361A6;
}
.eGroupSalonListData h5 {
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 8px;
}
.eGroupSalonListData p {
    font-size: 12px;
    /*height: 57px;*/
    margin-bottom: 4px;
}
.eGroupSalonListData div {
    font-size: 18px;
    margin-bottom: 4px;
}
.eGroupSalonListData > a {
    display: inline-block;
    color: #FFF;
    background-color: #5361A6;
    line-height: 28px;
    padding: 0 10px;
}
#eSalonImg {
    overflow: hidden;
    width: 540px;
    margin: 0 auto 10px;
}
#eSalonImg img {
    width: 100%;
    width: 100%;
    background-size: cover;
    display: block;
    background-position: center center;
}
#eSalonMainImg {
    float: left;
    width: 430px;
}
#eSalonMainImg img {}
#eSalonThumbImg {
    float: right;
    width: 100px;
}
#eSalonThumbImg > div {
    margin-bottom: 10px;
}
#eSalonThumbImg > div img {
    cursor: pointer;
}
#eSalonCont {
    overflow: hidden;
    width: 540px;
    margin: 0 auto 10px;
    color: #5361A6;
    padding-top: 10px;
}
#eSalonCont h4 {
    font-size: 18px;
    margin-bottom: 1em;
}
#eSalonCont p {
    font-size: 14px;
    margin-bottom: 2em;
}
#eSalonInfo {
    border-top: 4px dotted #C7B299;
    overflow: hidden;
    padding-top: 30px;
}
#eSalonMap {
    width: 320px;
    float: left;
}
#eSalonMap iframe {
    width: 100%;
    height: 220px;
}
#eSalonData {
    float: right;
    width: 310px;
    overflow: hidden;
    color: #5361A6;
    font-size: 14px;
}
#eSalonData li {
    border-bottom: 1px dashed #5361A6;
    overflow: hidden;
    padding: 10px 5px;
}
#eSalonData div {
    width: 80px;
    float: left;
}
#eSalonData p {
    width: 220px;
    float: left;
}
@media (max-width: 952px) {
    img {
        max-width: 100%;
        height: auto;
    }
    #eGroupArea {
        height: 72px;
        width: 100%;
    }
    #eGroupArea::before {
        height: 72px;
        line-height: 72px;
    }
    #eSalonImg {
        width: 100%;
    }
    #eSalonMainImg {
        width: 80%;
    }
    #eSalonThumbImg {
        width: 18%;
    }
    #eSalonThumbImg > div {
        margin-bottom: 15%;
    }
    #eSalonCont {
        width: 100%;
    }
    #eSalonMap {
        width: 100%;
        float: none;
    }
    #eSalonData {
        float: none;
        width: 100%;
    }
}
@media (max-width: 640px) {
    #head #head_logo {
        display: flex;
        height: auto;
    }
    #head #head_logo #site_logo {
        margin: 3vw 3vw 3vw 0;
        position: static;
        width: 20vw;
    }
    #head #head_logo #site_logo img {
        width: 100%;
        display: block;
    }
    #head #head_logo #site_title #sub_title {
        position: static;
        margin-top: 7vw;
        font-size: 4vw;
    }
    #head #head_logo #site_title #main_title {
        position: static;
        font-size: 5.6vw;
    }
    
    .eGroupSalonListImg {
        width: 40%;
    }
    .eGroupSalonListData {
        width: 55%;
    }
}