.for_pc {
    display: none;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    z-index: 100;
}

header .site-title {
    background-image: url(../images/header_type.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 42vw;
    height: 10vw;
    font-size: 0px;
    text-indent: -1333.2vw;
}

header .gmenu ul {
    display: flex;
    font-family: var(--font-jp);
    font-size: 4.6vw;
}

header .gmenu ul li {
    padding: 1.333vw;
    margin-left: 2em;
}

header .gmenu ul li.gmenu_contact {
    padding: 1.333vw 2.667vw;
    border: 1px solid #fae14c;
}



#toggle {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1021;
    padding: 14px 12px;
    background: #FFE9DD;
    border-radius: 50%;
}

#toggle-box {
    width: 22px;
    height: 14px;
    position: relative;
}

#toggle-box span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #B7B7B7;
    border-radius: 2px;
    transition: transform .25s ease, top .25s ease, opacity .25s ease;
}

#toggle-box span:nth-child(1) {
    top: 0;
}

#toggle-box span:nth-child(2) {
    top: 7px;
}

#toggle-box span:nth-child(3) {
    top: 14px;
}

/* 開いたときの×印 */
body.is-open #toggle-box span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

body.is-open #toggle-box span:nth-child(2) {
    opacity: 0;
}

body.is-open #toggle-box span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}

#nav-content {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 340px);
    height: 100vh;
    background: #FFE9DD;
    box-shadow: -12px 0 30px rgba(0, 0, 0, .12);
    transform: translateX(100%);
    transition: transform .28s ease;
    padding: 72px 20px 20px;
    /* 上はヘッダー分 */
    overflow-y: auto;
    z-index: 1001;
}

body.is-open #nav-content {
    transform: translateX(0);
}

/* 背景オーバーレイ */
body.is-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    display: none;
}

/* メニュー中身 */
#nav-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#nav-content a {
    display: block;
    padding: 12px 10px;
    border-radius: 10px;
    text-decoration: none;
}

#nav-content a:hover {
    background: #f3f3f3;
}

a.contact_btn_static {
    position: fixed;
    bottom: 10vw;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #FFCECE;
    border-radius: 1.6vw 0 0 1.6vw;
    padding: 2vw 2vw 8vw 2vw;
    background-image: url(../images/mail_icon.svg);
    background-repeat: no-repeat;
    background-position: bottom 2vw center;
    background-size: 6vw;
    transition: all 0.5s;
    z-index: 100;
    font-size: 16px;
    line-height: 140%;
}
a:hover.contact_btn_static {
    text-decoration: none;
    background-color: #FFB2B2;
}
.kv_blk {
    width: 100%;
    background-image: url(../images/sp_kv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    aspect-ratio: 1 / 1.067;
    display: grid;
    place-items: center;
    margin-bottom: 90vw;
    position: relative;
}
.kv_txt_blk {
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: -50vw;
}
.kv_txt_blk .kv_logo {
    font-size: 4.533vw;
    letter-spacing: 0.133vw;
}
.kv_txt_blk .kv_logo img {
    width: 40vw;
    margin: 0 auto;
}
.kv_txt_blk .kv_logo .kv_copy {
    margin: 8vw auto 4vw auto;
    font-size: 4.8vw;
}
.kv_txt_blk .kv_copy2 {
    position: relative;
}
.kv_txt_blk .kv_copy2 h1 {
    font-size: 4.8vw;
    font-weight: 400;
}
.kv_txt_blk .kv_copy2 hr {
    display: none;
}

.contents {
    width: 100%;
    margin: 64vw auto 22vw auto;
}
.contents p {
    margin-bottom: 1em;
}
.contents .inner {
    width: 94vw;
    margin: 0 auto;
}

.contents.lead {
    margin: 22vw auto 22vw auto;
}
.contents.lead .inner {
    display: block;
    text-align: center;
    background-color: #ffe4e3;
    position: relative;
    padding: 6vw 5vw 6vw 5vw;
    border-radius: 2.4vw 0 0 2.4vw;
}
.contents.lead p {
    line-height: 220%;
    font-size: 15px;
    letter-spacing: -0.05em;
    text-align: left;
}
.contents.lead .inner .lead_1st_image {
    position: absolute;
    width: 43vw;
    top: -26vw;
    right: 4vw;
}
.contents.lead .inner .contents_right {
    position: relative;
}
.contents.lead .inner .contents_right img {
    width: 100%;
    margin: 1em auto;
}

.contents.about .contents_body {
    background-color: #ffe4e3;
    position: relative;
    padding: 38vw 5vw 12vw 5vw;
    border-radius: 2.4vw 0 0 2.4vw;
    margin: 80vw 4vw 0 4vw;
}
.contents.about .contents_image {
    width: 55vw;
    position: absolute;
    top: -28vw;
    left: 0;
    right: 0;
    margin: auto;
}
.contents.about .category_txt {
    width: 100%;
    height: 11vw;
    background-image: url(../images/about_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0px;
    text-indent: -1333.2vw;
}
.contents.about .contents_body h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 1em 0;
}
.contents.about .contents_body p {
    line-height: 2;
    font-size: 15px;
    letter-spacing: -0.05em;
}

.contents.treatment .contents_body {
    width: 90vw;
    background-color: #ffe4e3;
    position: relative;
    padding: 32vw 3vw 44vw 4vw;
    margin: 0 auto;
    border-radius: 2.4vw 0 0 2.4vw;
}
.contents.treatment .category_txt {
    width: 100%;
    height: 11vw;
    background-image: url(../images/treatment_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0px;
    text-indent: -1333.2vw;
}
.contents.treatment .contents_body h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 1em 0;
}
.contents.treatment .contents_body p {
    line-height: 2;
    font-size: 15px;
    letter-spacing: -0.05em;
}
.contents.treatment .contents_image01 {
    width: 55vw;
    position: absolute;
    top: -30vw;
    right: 0;
    left: 0;
    margin: auto;
}
.contents.treatment .contents_image02 {
    width: 40vw;
    position: absolute;
    bottom: -18vw;
    left: -2vw;
}
.contents.treatment .contents_image03 {
    width: 50vw;
    position: absolute;
    bottom: 12vw;
    right: -2vw;
}

.contents.message {
    background-image: url(../images/sp_message_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 44vw auto 22vw auto;
}
.contents.message .contents_body {
    margin: 0 auto;
    padding: 10vw 5vw;
}
.contents.message .contents_body .message_box01 {
    margin-bottom: 12vw;
}
.contents.message .contents_body .message_box01 .box_left {
    width: 100%;
    text-align: center;
    padding-top: 6vw;
}
.contents.message .contents_body .message_box01 .box_left .owner_name {
    font-size: 18px;
    margin-bottom: 2em;
}
.contents.message .contents_body .contents_image01 {
    width: 55vw;
    margin: auto;
}
.contents.message .contents_body .message_box01 .box_left span {
    font-size: 85%;
    display: block;
    margin: 1em 0 0 0;
    line-height: 1.6;
}
.contents.message .contents_body .message_box01 .box_right {
    width: 100%;
}
.contents.message .contents_body .category_txt2 {
    width: 100%;
    height: 11vw;
    background-image: url(../images/message_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0px;
    text-indent: -1333.2vw;
}
.contents.message .contents_body .message_box01 .box_right .category_txt {
    display: none;
}
.contents.message .contents_body .message_box01 .box_right h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 1em 0;
    text-align: center;
}
.contents.message .contents_body p {
    line-height: 2;
    font-size: 15px;
    letter-spacing: -0.05em;
}
.contents.message .contents_body .message_box02 {
    margin-bottom: 40vw;
    padding-top: 60vw;
    position: relative;
}
.contents.message .contents_body .contents_image02 {
    width: 36vw;
    position: absolute;
    top: 20vw;
    right: 0;
    margin-bottom: 2.667vw;
}
.contents.message .contents_body .contents_image03 {
    width: 50vw;
    position: absolute;
    top: -5vw;
}
.contents.message .contents_body .contents_image04 {
    width: 55vw;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -65vw;
    margin: 0 auto;
}
.contents.salon {
    margin: 34vw auto 22vw auto;
}
.contents.salon .contents_body {
    width: 94vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 1.733vw;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.27);
    padding: 4vw;
    font-size: 80%;
}
.contents.salon .contents_body .category_txt {
    width: 100%;
    height: 11vw;
    background-image: url(../images/salon_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0px;
    text-indent: -1333.2vw;
    margin: 0 auto;
}
.contents.salon .contents_body h2 {
    font-size: 5.8vw;
    font-weight: 400;
    margin: 1em 0;
}
.contents.salon .contents_body .salon_blk {
    display: block;
}
.contents.salon .contents_body .salon_blk img {
    height: 32.667vw;
    margin: 14px auto;
}
.contents.salon .contents_body .salon_blk2 {
    margin-top: 4vw;
    text-align: left;
}
.contents.salon .contents_body .salon_blk2 h3 {
    font-weight: 400;
    line-height: 1.8;
}
.contents.salon .contents_body .salon_blk2 p {
    font-size: 3.4vw;
    line-height: 2;
    margin-top: 1em;
}
.contact-form {
    text-align: left;
}
.contact-form h2 {
    font-size: 5vw;
    font-weight: 400;
    margin: 1em 0;
    text-align: center;
}
.privacy__title {
    font-size: 4vw;
}

.form-caution{
    font-size: 4.2vw;
    text-align: center;
    margin: 1em 0;
}
.contact-form .cauiton-text {
    color: red;
    font-size: 80%;
}
footer {
    text-align: center;
    padding: 1em 1em 1em 2em;
}
.contents.policy {
    margin: 20vw auto 10vw auto;
}
.contents.policy .contents_body {
    width: 94vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 13px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.27);
    padding: 6vw;
}
.contents.policy .policy_body {
    margin: 60px auto;
    text-align: left;
    font-size: 15px;
}
.contents.policy h2 {
    font-size: 6vw;
}
.contents.policy h4 {
    font-size: 4vw;
}
.contents.policy .policy_body h3 {
    font-size: 4.4vw;
    margin-top: 2em;
}
.contents.policy .policy_body ul {
    list-style: disc;
    padding-left: 6vw;
}
.contents.policy .policy_body ul li {
    margin-bottom: 10px;
}
.contents.policy .policy_body ol {
    list-style: decimal;
    padding-left:6vw;
}
.contents.policy .policy_body ol li {
    margin-bottom: 10px;
}