.hd-page {
    background: url(/owner-salon/assets/images/gallery/bgmain.jpg?) center center;
    background-size: cover;
/*    margin-bottom: 5em;*/
}

.hd-page .hd-page__ti-h2:only-child {
    text-align: center;
    padding: 1.8em 0;
}

div.point {
    text-align: center;
}

div.point ul {
    text-align: left;
    display: inline-block;
    margin: 40px 0 70px 0;
}

div.point li {
    font-size: 1.5em;
    line-height: 1.25;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

dl.seminar-area {
    display: flex;
    background:var(--key-color2);
}
dl.seminar-area dt,
dl.seminar-area dd {
    font-size: 1.75em;
    font-weight: 700;
}
dl.seminar-area dt {
    padding: 0.6em 1.5357142857em 0.6em 1em;
    width: 440px;
    box-sizing:border-box;
}
dl.seminar-area dd {
    width: calc(100% - 440px);
}
dl.seminar-area dd ul {
    display: flex;
}
dl.seminar-area dt {
    color:var(--key-color1);
}
dl.seminar-area dt ul {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
}
dl.seminar-area dt li.linkbtn {
    font-size: 0.5714em;
}

.sup-gal-col_map .sup-gal-col__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sup-gal-col_map .sup-gal-col__item p.sup-gal__add {
    font-size: 1.0625em;
}


.room ul {
    display: flex;
    margin-bottom: 5px;
}

.room ul li {
/*    width: calc(100% / 3);*/
    width: 50%;
}
.room ul li.text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: var(--key-color1);
}

@media (min-width: 768px) and (max-width: 1150px) {
dl.seminar-area dt,
dl.seminar-area dd {
    width: 50%;
}
dl.seminar-area dd ul li.res {
    display: none;
}
}

@media (min-width: 768px) {
div.point {
    display: flex;
    justify-content: center;
}
div.point ul {
    margin-left: 20px;
}
div.point div.icon {
    margin: 60px 0 40px 0;
    width: 40%;
    max-width: 400px;
}
.bl-card-b__pic {
    width: 16em;
}

.room ul {
    max-width: 750px;
    margin: 0 auto 20px auto;
}
.room ul li {
    width: 30%;
}
.room ul li.text {
    width: 40%;
    background: none;
}
.room ul li.text span.inner {
    background: var(--key-color1);
    display: flex;
    width: 75%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transform: skewX(-15deg);
}
.room ul li.text span.inner span {
    transform: skewX(15deg);
}
}

@media (max-width: 767.5px) {
dl.seminar-area {
    flex-flow: column;
}
dl.seminar-area dt,
dl.seminar-area dd {
    width: 100%;
}
dl.seminar-area dt {
    padding: 0.9em 0.6em 1.2em 0.6em;
}
dl.seminar-area dt li.linkbtn {
    margin-top: 0.9em;
}
dl.seminar-area dd ul li.res {
    display: none;
}
}

