@charset "UTF-8";
main {
    padding: 10% 5%;
    color: #474141;
    background-image: url(../images/bg-medium.jpg);
    background-size: cover;
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/NotoSerifCJKjp-Regular.woff2) format('woff2'), url(../../fonts/NotoSerifCJKjp-Regular.woff) format('woff'), url(../../fonts/NotoSerifCJKjp-Regular.otf) format('opentype')
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/NotoSerifCJKjp-Bold.woff2) format('woff2'), url(../../fonts/NotoSerifCJKjp-Bold.woff) format('woff'), url(../../fonts/NotoSerifCJKjp-Bold.otf) format('opentype')
}

h2 {
    font-size: 4.6rem;
    -webkit-animation-delay: 1s;
    animation-delay: 0.5s;
}

.intro p {
    text-align: right;
    margin-top: 10%;
    font-size: 2rem;
    margin-bottom: 2%;
}


/***メニュー***/

.menu {
    border-top: 1px solid #7d7d7d;
}

.menu section {
    padding: 7% 0;
}

.menu section+section {
    border-top: 1px solid #7d7d7d;
}

.menu section p {
    font-size: 2.6rem;
    margin-left: 4.4rem;
    line-height: 5rem;
}

.title {
    font-size: 3.4rem;
    margin-bottom: 3%;
}

.title::before {
    content: "○ ";
}

.menu dl {
    margin-left: 4.4rem;
}

.menu dl dt,
dd {
    font-size: 2.6rem;
    line-height: 5rem;
}

#facial dl dt {
    margin-top: 7%;
}

#facial dl dd {
    margin-left: 2.8rem;
}

#foulee .caption {
    line-height: 5rem;
    margin-bottom: 2.2rem;
}

#foulee .price {
    margin-left: 7rem;
}

.price {
    line-height: 4rem;
}

#foot dl dt {
    margin-top: 7%;
}

#foot dl dd {
    margin-left: 1.4rem;
}

#head .price {
    margin-left: 7rem;
    margin-top: 2.2rem;
}


/***フッター***/

.footer {
    border-top: 1px solid #7d7d7d;
    padding-top: 5%;
}

.footer .form {
    margin-bottom: 15%;
}

.footer a {
    color: #474141;
    text-decoration: none;
    font-size: 2.8rem;
}

.footer a:hover {
    background-color: #66a8e1;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .shopname {
    font-family: "游明朝", "Yu Mincho", YuMincho, 'Noto Serif Japanese', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.footer .shopname span {
    font-family: "游明朝", "Yu Mincho", YuMincho, 'Noto Serif Japanese', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4rem;
}

.footer .address {
    font-size: 2.8rem;
    line-height: 180%;
}

.footer .link {
    list-style: none;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 12%;
}

.footer .link li a {
    font-size: 2.2rem;
}

.footer .link li+li {
    margin-left: 40px;
}