@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    /* "BIZ UDゴシック"  */
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

.sp-nav {
    display: none;
}

/* ふわっと表示させる */
.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ふわっと表示させる スロー */
.fade-in-section-logo {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in-section-logo.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* バウンド */
.bound {
    animation: bound 3s;
}

@keyframes bound {
    0% {
        transform: translateY(0)
    }

    5% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-35px)
    }

    25% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-15px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

/* TOP ヘッダー ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.bg-top {
    background-color: #91d0f0;

}

header {
    margin: 0 auto;
    padding: 10px;
    position: relative;

}

.header-container {
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #91d0f0;
    height: 7vh;



}

.nav-fixed {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 800;
    background-color: #91d0f0;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

}

.nav-container {
    display: flex;
    gap: 40px;

    /* background-color: aqua; */
}

.nav-item {
    color: #373b8a;
    font-size: 19px;
    padding-top: 3px;
}

.nav-item:hover {
    color: #f562e9;
}


.header-item {
    height: 60px;
}

/* ヘッダー　スクロール　active */
.small {
    width: 70%;
}

/* メインヴィジュアル */
.sp-main {
    display: none;
}

.main-visual {
    position: relative;
}

/* ズームスライド */
.slider-sp {
    display: none;
}

.slider {
    height: 100vh;
    margin-inline: auto;
    overflow: hidden;
    /* 画像がはみ出ないようにする */
    width: 100vw;
}

.slick-img img {
    width: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

/* ズームスライドここまで */


.logo-border {
    background-color: #ffffffa9;
    height: 180px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    text-align: center;


}



.pc-logo {
    padding-top: 1rem;
}

/* パーツスライダー */
.parts {
    width: 100%;
    overflow: hidden;
}

.parts-item {
    display: flex;
    height: 180px;
    width: 180px;
    justify-content: center;
    align-items: center;
}




.parts .slick-list {
    margin: 0 -50px;

}

.parts .slick-slide {
    margin: 0 50px;
}



/* about サロン紹介 */
.about {
    max-width: 1128px;
    border-radius: 53px;
    background-color: white;
    box-shadow: 15px 15px 20px rgb(93, 91, 91);
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

.h-about {
    text-align: center;
    padding-top: 40px;

}

.h-about-logo {
    text-align: center;
    padding-top: 20px;
}

.about h3 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
}

.about p {
    max-width: 740px;
    margin: 0 auto;
    line-height: 2.6;
    font-size: 18px;
}

.heart {
    position: absolute;
    right: -8%;
    top: 15%;

}

.kira {
    position: absolute;
    left: -8%;
    top: 10%;

}

.pink {
    position: absolute;
    left: -5%;
    top: 65%;
}

.pc {
    position: absolute;
    right: -10%;
    top: 70%;

}




/* TOP-ギャラリー */
.bg-gallery {
    background-image: url(image/bg-top-galalley.png);
    background-size: 100%;
    background-position: center;
    overflow: hidden;
}

.gallery {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.h-gallery {
    text-align: center;
    padding-top: 45px;
}

.g-btn {
    width: 275px;
    padding: 20px;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    font-size: 20px;
    color: black;
    box-shadow: 3px 3px 7px gray;
    position: relative;
}

.g-btn:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.none {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    opacity: 0;
}

.top-nail1 {
    display: block;
    margin: 0 auto;
}

.sp-top-nail1 {
    display: none;
}

/* ギャラリースライダー */

.center-container {
    width: 385px;
}

.center-container img {
    width: 100%;
    border-radius: 25px;
}


/* センター画像 */
.center .slick-current {
    scale: 1.4;

}

/* 6枚の画像*/
.center .slick-list {
    margin: 0 -50px;
    overflow: inherit;
    scale: 0.8;

}

.center .slick-slide {
    margin: 0 50px;
    transition: 0.5s;
}

.center .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: relative;
    top: 0;
    width: 30px;
}

/* 左ボタン */
.center .prev-arrow {
    left: 55px;
    top: 210px;
    z-index: 55;
}

/* 右ボタン */
.center .next-arrow {
    left: 1055px;
    top: -270px;
}

/* TOP=店舗情報 */
.bg-shop {
    background-color: #91d0f0;
    padding-top: 10px;
}

.shop-space {
    margin-top: 100px;
}

.shop {
    max-width: 1128px;
    border-radius: 53px;
    background-color: white;
    box-shadow: 15px 15px 20px rgb(93, 91, 91);
    margin: 0 auto;
    padding-bottom: 67px;
    margin-bottom: 135px;
}

.h-shop {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 25px;
}

.img-store {
    margin-top: 30px;
    margin-left: 85px;
    box-shadow: -30px -30px #c1c1c1;
}

.shop-container1 {
    display: flex;
    gap: 38px;
    line-height: 1.8;
    line-height: 1.5;
}

.shop-item1 {
    /* background-color: aqua; */
    padding: 1rem 0;
}


.shop-container5 {
    display: flex;
    flex-direction: column;
}

.item-wed {
    padding-left: 15px;
}

.item-ad {
    padding-left: 33px;
    line-height: 1.5;
}

.big-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 95px;
    font-size: 18px;
    padding-left: 60px;
}

.s-btn {
    width: 275px;
    padding: 20px;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    background-color: #b2e0f7;
    text-align: center;
    color: black;
    box-shadow: 3px 3px 7px gray;
    margin-top: 10px;
    font-size: 20px;
}

.s-btn:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.h-textlogo {
    /* background-color: #91d0f0; */
    padding-bottom: 10px;
}

.container-book {
    padding-top: 5px;
    text-align: center;
    font-size: 20px;
}

.sp-img-store {
    display: none;
}

.google {
    color: #f562e9;
}

.google.line {
    padding-bottom: 5px;
    position: relative;
}

.google.line::before {
    background: #f562e9;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.google.line:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}


/* フッター */
footer {
    max-width: 990px;
    margin: 0 auto;
    /* background-color: aquamarine; */
    text-align: center;
    position: relative;
}

.insta {
    display: block;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 50px;
    filter: grayscale(100%);
    /* transition: 0.5s; */
}

.insta:hover {
    filter: grayscale(0%);
}

.h-footer {
    position: absolute;
    top: -25%;
    left: 23%;
}

.c-footer {
    width: 150px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 18px;
    color: black;
}

.c-footer:hover {
    color: #fabcf5;
}

small {
    padding: 15px 0;
    /* background-color: bisque; */
}

.footer-container {
    display: flex;
    flex-direction: column;
}

.kira-footer {
    position: absolute;
    top: 20%;
    right: 0%;

}

.heart-footer {
    position: absolute;
    top: 27%;
    left: 0%;

}

.bg-footer {
    background: linear-gradient(180deg, white 0%, white 86%, #91d0f0 86%, #91d0f0 100%);
}

/* ギャラリーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* サブヴィジュアル */
.sub-visual {
    width: 100%;
    padding-top: 30px;
    /* background-color: #f562e9; */
}

.h1-gallery {
    text-align: center;
    background-image: url(image-gallery/bg-h.png);
    background-size: 100%;
    background-position: center;
    padding: 50px 0;
}

/* バナーナビゲーション */
.g-nav-container {
    position: relative;
}

.banner-nav {
    /* background-color: #373b8a; */
    width: 250px;
    margin-left: 25px;
    margin-top: 35px;
    position: fixed;
    z-index: 50;
}

.banner-nav a:hover {
    filter: opacity(60%);
    /* filter: grayscale(50%); */
}

.banner-item {
    padding-bottom: 15px;
}

.banner-item img {
    border-radius: 25px;
    box-shadow: 7px 7px 15px rgb(93, 91, 91);
}

/* 派手カワロング */
.long-short-container {
    max-width: 1010px;
    border-radius: 53px;
    background-color: white;
    box-shadow: 15px 15px 20px rgb(93, 91, 91);
    margin-top: 43px;
    margin-left: 23%;
    margin-bottom: 150px;

}

.long-short-container h2 {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}

.long-short-container p {
    max-width: 444px;
    font-size: 18px;
    padding-top: 0.5rem;
}

.yen {
    text-align: right;

}

.long-container {
    /* max-width: 1010px; */
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-left: 42px;

}

.long-item {
    padding-bottom: 20px;
    width: 45%;
}

.long-item img {
    border-radius: 35px;
}

.bg-gallery-2 {
    background-color: #91d0f0;
}


/* メニュー・料金ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.sub-visual-menu {
    width: 100%;
    padding-top: 30px;
    /* background-color: #f562e9; */
}

.h1-menu {
    text-align: center;
    background-image: url(image-menu/bg-h.png);
    background-size: 100%;
    background-position: center;
    padding: 57px 0;
}


.bg-all {
    background-color: #91d0f0;
    padding-top: 20px;
    padding-bottom: 180px;
    position: relative;
    background-image: url(image-menu/parts.png);
    background-position: center 80px;
}


.all {
    max-width: 841px;
    margin: 0 auto;

}

.all h2 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 30px;
}

.bold {
    font-size: 22px;
}

.gel {
    border-radius: 53px;
    background-color: white;
    box-shadow: 15px 15px 20px rgb(93, 91, 91);
    margin-top: 40px;
    font-size: 18px;
    padding-bottom: 30px;

}

.gel-width {
    max-width: 700px;
    margin: 0 auto;
}

.menu-container {
    display: flex;
    justify-content: space-between;
}

.menu-item {
    padding: 20px 0;
}

.border {
    border: 1px solid black;
}

.blank {
    padding-bottom: 20px;
}

.attention {
    font-size: 15px;
    padding: 10px 0;
}

.add-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.add-item {
    padding: 20px 0;
    font-size: 20px;
}

/* お問い合わせーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.sub-visual-contact {
    width: 100%;
    padding-top: 30px;
    /* background-color: #f562e9; */
}

.h1-contact {
    text-align: center;
    background-image: url(image-contact/h-bg.png);
    background-size: 100%;
    background-position: center;
    padding: 65px 0;
}

.bg-contact {
    background-color: #91d0f0;
    padding-top: 10px;
    padding-bottom: 219px;
}

.contact {
    max-width: 844px;
    border-radius: 53px;
    background-color: white;
    box-shadow: 15px 15px 20px rgb(93, 91, 91);
    margin: 0 auto;
    padding-bottom: 67px;
    margin-top: 40px;
    font-size: 18px;
}

.contact h2 {
    font-size: 18px;
    font-weight: normal;
}

.contact h3 {
    font-size: 18px;
    font-weight: normal;
}

.p-contact {
    line-height: 1.9;
    padding-top: 63px;
    text-align: center;
}

.p2-contact {
    line-height: 1.9;
    padding-top: 40px;
    max-width: 490px;
    margin: 0 auto;
    text-align: left;
    /* background-color: #91d0f0; */

}

.p2-contact h2 {
    text-align: center;
}

.contact-container {
    max-width: 678px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;

}




.c-name {
    background-color: white;
    max-width: 678px;
    width: 100%;
    height: 60px;
    border: solid black 1px;
    border-radius: 9px;
    margin: 10px 0;
    padding-left: 1rem;


}

.c-textarea {
    background-color: white;
    max-width: 678px;
    width: 100%;
    height: 335px;
    border: solid black 1px;
    border-radius: 9px;
    margin: 10px 0;
    padding-left: 1rem;

}

.c-buttom {
    width: 228px;
    height: 62px;
    border-radius: 35px;
    display: block;
    margin: 30px auto 0;
    background-color: #b2e0f7;
    text-align: center;
    color: black;
    box-shadow: 3px 3px 7px gray;
}


.c-buttom:hover {
    transform: translateY(4px);
    box-shadow: none;
}

/* 送信完了ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.form {
    background-color: #91d0f0;
    color: black;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 300px;
}

.form-h {
    padding-bottom: 30px;
    font-size: 30px;
}

.form-p {
    display: block;
    margin: 30px auto;
}

.form-a {
    /* background-color: #f28705; */
    /* background-color: aqua; */
    width: 150px;
    margin: 30px auto;
    display: block;
    color: black;

}

.form-a:hover {
    color: #f562e9;

}

@media(max-width:1128px) {
    .about {
        overflow: hidden;
    }
}








/* 0000000000000000000レスポンシブ00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */
@media(max-width:600px) {

    /* ハンバーガーメニュー　active OFF時　常時表示　ここから */
    header {
        display: none;
    }


    /* ハンバーガーメニュー 三本線　ボタン */
    .sp-nav {
        display: block;
        position: relative;
    }

    .sp-nav-menu {
        position: fixed;
        right: 10px;
        top: 10px;
        display: block;
        z-index: 28;


    }

    /* .activeで表示される、通常時offのメニュー */

    /* ×ボタン */
    .sp-nav-x {
        display: none;
        position: fixed;
        z-index: 30;
        right: 10px;
        top: 10px;


    }

    /* ×がアクティブ(クリック)で起動 */
    .sp-nav-x.active {
        display: block;
    }

    /* 子要素 */
    .menu-header-nav {
        background-color: white;
        border-radius: 36px;
        padding: 25% 0;
        padding-left: 14%;
        width: 100%;
        height: 110%;
        display: flex;
        gap: 7%;
        flex-direction: column;
    }


    /* 親要素　メニューくまさん */
    .bg-nav {
        background-color: #91d0f0;
        padding: 20% 10%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 27;
        /* ★translateで右画面外に100パーセントずらすことで、 見えないようにする。*/
        translate: 100% 0;
        /* ★を線でつなぐのがtransition */
        transition: 0.35s ease-in-out;
        display: flex;

    }

    /* 親要素がアクティブ(クリック)で起動 */
    .bg-nav.active {
        display: flex;
        /* ★translateで右画面外に追いやった親要素を表示させる命令 */
        translate: 0 0;
    }

    .menu-header-nav a {
        font-size: 20px;
        color: black;


    }

    .sp-insta {
        filter: grayscale(100%);



    }

    .sp-bear {
        position: fixed;
        width: 68px;
        z-index: 30;
        right: 22%;
        top: 80%;
    }

    /* ハンバーガーメニューここまで */


    /* メインヴィジュアル*/
    .slider {
        display: none;
    }

    .pc-main {
        display: none;
    }

    /* ズームスライド */
    .slider-sp {
        display: block;
        height: 100vh;
        margin-inline: auto;
        overflow: hidden;
        /* 画像がはみ出ないようにする */
        width: 100vw;
    }

    .slick-img-sp img {
        width: 100%;
    }

    @keyframes zoomUp {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.15);
            /* 拡大率 */
        }
    }

    .add-animation {
        animation: zoomUp 10s linear 0s normal both;
    }

    /* ズームスライドここまで */
    .logo-border {
        height: 130px;
        top: 54%;
        translate: -50% -54%;

    }

    .pc-logo {
        width: 80%;
    }

    /* パーツ */
    .parts {
        display: none;
    }

    /* aboutサロン紹介 */

    .about {
        width: 90%;
        margin-top: 100px;
        padding-bottom: 45px;
        position: relative;
        overflow: visible;
    }

    .heart {
        width: 150px;
        right: -18%;
        top: -4%;
    }

    .kira {
        width: 130px;
        left: -15%;
        top: -5%;
    }

    .pink {
        width: 110px;
        left: -13%;
        top: 90%;
    }

    .pc {
        width: 135px;
        right: -20%;
        top: 91%;
    }

    .about p {
        width: 260px;
        font-size: 18px;
        line-height: 1.8;
    }

    .h-about {
        width: 120px;
        display: block;
        margin: 0 auto;
        padding-top: 38px;
    }

    .h-about-logo {
        width: 203px;
        display: block;
        margin: 0 auto;
        padding-top: 35px;
    }

    .about h3 {
        font-size: 18px;
        padding: 30px 0;
    }

    .bg-top {
        padding-bottom: 100px;
    }

    /* ギャラリー */
    .bg-gallery {
        background-image: url(image-sp-top/sp-g-bg.png);
        background-size: 120%;
        padding-bottom: 30px;
    }

    .about-container {
        overflow: hidden;
    }

    .gallery {
        width: 96%;
        padding-bottom: 0;
    }

    .h-gallery {
        width: 155px;
        display: block;
        margin: 0 auto;
        padding: 40px 0;
    }

    .sp-top-nail1 {
        display: block;
        margin: 0 auto;
    }

    .top-nail1 {
        display: none;
    }

    .g-btn {
        width: 270px;
        margin: 55px auto;
    }

    /* スライダー */

    /* センター画像 */
    .center .slick-current {
        scale: 1.3;

    }

    /* 6枚の画像*/
    .center .slick-list {
        margin: 0 -50px;
        overflow: inherit;
        scale: 0.8;
    }

    .center .slide-arrow {
        bottom: 0;
        cursor: pointer;
        margin: auto;
        position: relative;
        top: 0;
        width: 30px;
    }

    /* 左ボタン */
    .prev-arrow {
        display: none;
    }

    /* 右ボタン */
    .next-arrow {
        display: none;
    }

    /* TOP=店舗情報 */
    .bg-shop {
        background-color: #91d0f0;
        padding-top: 10px;
        /* padding-bottom: 219px; */
    }

    /* 店舗情報 */
    .shop-container1 {
        display: flex;
        flex-direction: column;
        padding-left: 35px;
        gap: 0;
        line-height: 1.4;
    }


    .shop-item1 {
        padding-bottom: 20px;
    }

    .sp-pad {
        padding-top: 20px;
        font-weight: bold;
        padding-bottom: 0;
    }

    .big-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-left: 10px;
        font-size: 20px;
    }

    .shop {
        width: 90%;
        padding-bottom: 50px;
        margin-top: 57px;
    }

    .h-shop {
        width: 151px;
        display: block;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .img-store {
        display: none;
    }

    .sp-img-store {
        display: block;
        margin: 0 auto;
        width: 236px;
        box-shadow: -12px -12px #c1c1c1;
    }

    .h-textlogo {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        padding-left: 30px;
    }

    .item-ad {
        padding-left: 0;
    }

    .item-wed {
        padding-left: 0;
    }



    .sp-book {
        display: block;
        margin: 0 auto;
    }

    .s-btn {
        margin-top: 30px;
        width: 250px;

    }

    .shop-container5 {
        line-height: 1.6;
    }

    .container-book {
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
    }


    /* フッター */
    footer {
        width: 82%;

    }

    .h-footer {
        width: 265px;
        top: -19%;
        left: 50%;
        translate: -50% 0;
    }



    .heart-footer {

        width: 80px;
        top: 18%;
        left: -2%;
    }

    .kira-footer {

        width: 120px;
        top: 15%;
        right: -11%;
    }

    .insta {
        padding-top: 65px;
        padding-bottom: 30px;
    }

    .c-footer {
        padding-bottom: 25px;
    }

    small {
        padding: 7px 0;
    }

    /* ギャラリーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    /* サブヴィジュアル */
    .sub-visual {
        background-image: url(image-gallery/bg-h.png);
        background-size: 100%;
        background-position: center;
        padding-top: 0;
    }

    .h1-gallery {
        width: 169px;
        background-image: none;
        display: block;
        margin: 0 auto;
        padding-top: 92px;
        padding-bottom: 35px;
    }

    /* バナーナビゲーション */
    .banner-nav {
        width: 100%;
        /* background-color: #fabcf5; */
        bottom: 10px;
        margin-left: 0;
        margin: 0 auto;
        z-index: 20;
    }

    .banner-container {
        display: flex;
        justify-content: space-around;

    }

    .banner-item img {
        border-radius: 50px;
        width: 180px;
    }


    /* メインコンテナー */
    .long-short-container {
        width: 90%;
        margin: 20px auto;
        margin-bottom: 90px;

    }

    .long-short-container h2 {
        padding-top: 30px;
        padding-bottom: 20px;
        width: 250px;
        margin: 0 auto;
    }

    .long-container {
        padding: 0 25px;
        margin-bottom: 30px;
    }

    #long {
        width: 206px;
    }

    .long-short-container p {
        font-size: 20px;
    }

    .yen {
        margin-top: 5px;
    }

    .long-item {
        padding-bottom: 0;
        width: 100%;
    }

    #short {
        padding-top: 20px;
        width: 200px;
    }

    .last-yen {
        padding-bottom: 50px;
    }

    /* メニュー・料金ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

    .all {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 90px;
    }

    .sub-visual-menu {
        background-image: url(image-menu/bg-h.png);
        background-size: 100%;
        background-position: center;
        padding-top: 0;
    }

    .h1-menu {
        width: 238px;
        background-image: none;
        display: block;
        margin: 0 auto;
        padding-top: 92px;
        padding-bottom: 35px;
    }

    .menu-container {
        padding: 0 27px;
    }


    .blank {
        padding: 0 27px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .border {
        width: 300px;
        margin: 0 auto;
    }

    .bold {
        font-size: 20px;
        font-weight: bold;
    }

    .attention {
        font-size: 17px;
        width: 300px;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 20px;
        line-height: 1.6;
    }

    .all h2 {
        font-size: 23px;
    }

    .add-container {
        width: 300px;

    }

    .add-item {
        font-size: 18px;
    }

    .gel {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .bg-all {
        padding-bottom: 10px;
    }

    /* お問い合わせーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

    .sub-visual-contact {
        background-image: url(image-contact/h-bg.png);
        background-size: 100%;
        background-position: center;
        padding-top: 0;
    }

    .h1-contact {
        width: 241px;
        background-image: none;
        display: block;
        margin: 0 auto;
        padding-top: 92px;
        padding-bottom: 45px;
    }

    .contact {
        max-width: 90%;
    }

    .p-contact {
        width: 300px;
        margin: 0 auto;
        font-size: 20px;
    }

    .p2-contact {
        width: 300px;
        font-size: 20px;
    }

    .contact h2 {
        font-size: 20px;
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    .contact-container {
        width: 293px;
    }

    .bg-contact {
        padding-bottom: 90px;
    }
}