@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");

.shippori {
    font-family: "Shippori Mincho", serif;
}

body,
html {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-family: "Shippori Mincho", serif;
    font-family: "Shippori Mincho", serif;
}

input,
select,
textarea {
    font-size: 16px !important;
}

#wrapper {
    min-width: 320px;
}

i::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contact-by-system a {
    color: #246d93 !important;
}

.qr-link a {
    pointer-events: none;
}

.up-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.up-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.up-m-1\% {
    margin: 1%;
}

.box-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-flex.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.red {
    color: #cf0e3b;
}

.header-nav-wrap {
    width: 100%;
}

.header-nav-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#header {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.fixed #header {
    padding-bottom: 0;
    background-color: white !important;
}

.fixed .gnav {
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.gnav li,
.gnav li a {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.fixed .gnav li {
    height: 3rem;
}

.fixed .gnav li a {
    line-height: 3rem;
}

.fixed .gnav li.nav--others ul {
    top: 3rem;
}

.fixed .gnav ul {
    background-color: transparent !important;
}

.fixed .gnav li.nav--others ul {
    background-color: white !important;
}

.btn .contact-by-phone__phone-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.25em 0;
}

.btn span:not(:first-child) {
    margin-top: 0;
}

/* トップページのヒーローセクション */
.hero-section.-top {
    position: relative;
}

.hero-section .hero-section-content {
    margin: auto;
    margin: 0 5%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /* font-size: 3.5vw;*/
    font-size: 2.5vw;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    /* top: 38%; */
    top: 25%;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-section .hero-section-content .hero-section-title-sub {
    font-size: 70%;
}

.hero-section .uk-overlay-panel {
    opacity: 0;
    z-index: -999;
}

/* 下層ページのヒーローセクション（テキスト化） */

/* 下層ページのヒーローセクション共通 */
.lower-hero-section {
    position: relative;
}

.lower-hero-section-content {
    width: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.lower-hero-section-content-inner {
    width: 1200px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.lower-hero-section-img {
    width: 100%;
    height: 100%;
}

.lower-hero-section .lower-hero-section-img-inner {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.lower-hero-section-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* インナーインパクト */
.lower-hero-section.lower-01 .lower-hero-section-img {
    background-color: #d7d1d5;
}

.lower-hero-section.lower-01 .lower-hero-section-content-inner {
    width: 1150px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

.lower-hero-section.lower-01 .box_01 {
    width: 70%;
}

.lower-hero-section.lower-01 .box_02 {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.band-gold,
.band-purple,
.band-brown {
    display: inline-block;
    padding: 5px 15px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(160, 112, 1, 1)), color-stop(60%, rgba(160, 112, 1, 1)), to(rgba(160, 112, 1, 0)));
    background: linear-gradient(to right, rgba(160, 112, 1, 1) 0%, rgba(160, 112, 1, 1) 60%, rgba(160, 112, 1, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a07001', endColorstr='#00a07001', GradientType=1);
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
}

.band-purple {
    background: -webkit-gradient(linear, left top, right top, from(rgba(170, 16, 114, 1)), color-stop(60%, rgba(170, 16, 114, 1)), to(rgba(170, 16, 114, 0)));
    background: linear-gradient(to right, rgba(170, 16, 114, 1) 0%, rgba(170, 16, 114, 1) 60%, rgba(170, 16, 114, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1072', endColorstr='#00aa1072', GradientType=1);
}

.band-brown {
    background: -webkit-gradient(linear, left top, right top, from(rgba(106, 24, 13, 1)), color-stop(60%, rgba(106, 24, 13, 1)), to(rgba(106, 24, 13, 0)));
    background: linear-gradient(to right, rgba(106, 24, 13, 1) 0%, rgba(106, 24, 13, 1) 60%, rgba(106, 24, 13, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a180d', endColorstr='#006a180d', GradientType=1);
}

.band-red {
    display: inline-block;
    padding: 3px 10px;
    font-size: 16px;
    color: white;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, right top, from(rgba(176, 4, 2, 1)), color-stop(60%, rgba(176, 4, 2, 1)), to(rgba(176, 4, 2, 0)));
    background: linear-gradient(to right, rgba(176, 4, 2, 1) 0%, rgba(176, 4, 2, 1) 60%, rgba(176, 4, 2, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b00402', endColorstr='#00b00402', GradientType=1);
    -webkit-transform: skew(-9deg);
    transform: skew(-9deg);
    position: relative;
}

.band-red .fire {
    width: 82px;
    height: 165px;
    display: inline-block;
    -webkit-transform: translate(-100%, -90%) skew(9deg);
    transform: translate(-100%, -90%) skew(9deg);
    position: absolute;
    top: 0;
    left: 0;
}

.lower-hero-section.lower-01 .main-text {
    margin-top: 1.6vw;
    font-size: 36px;
    color: black;
    line-height: 1.8;
    letter-spacing: 1px;
    text-shadow: white 2px 0px 0px,
    white -2px 0px 0px,
    white 0px -2px 0px,
    white 0px 2px 0px,
    white 2px 2px 0px,
    white -2px 2px 0px,
    white 2px -2px 0px,
    white -2px -2px 0px,
    white 1px 2px 0px,
    white -1px 2px 0px,
    white 1px -2px 0px,
    white -1px -2px 0px,
    white 2px 1px 0px,
    white -2px 1px 0px,
    white 2px -1px 0px,
    white -2px -1px 0px,
    white 1px 1px 0px,
    white -1px 1px 0px,
    white 1px -1px 0px,
    white -1px -1px 0px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

@media (max-width: 1024px) {
    .qr-link a {
        pointer-events: inherit;
    }

    .lower-hero-section.lower-01 .lower-hero-section-content-inner {
        max-width: 96%;
    }

    .band-gold,
    .band-purple {
        padding: 2px 5px;
        font-size: 2.2vw;
    }

    .band-red {
        padding: 2px 5px;
        font-size: 1vw;
    }

    .band-red .fire {
        width: 52px;
        height: 105px;
    }

    .lower-hero-section.lower-01 .main-text {
        font-size: 3.1vw;
        line-height: 1.6;
        text-shadow: white 1px 1px 0,
        white -1px -1px 0,
        white -1px 1px 0,
        white 1px -1px 0,
        white 0px 1px 0,
        white 0 -1px 0,
        white -1px 0 0,
        white 1px 0 0;
    }
}

@media (max-width: 599px) {
    .lower-hero-section.lower-01 .box_01 {
        width: 65%;
    }

    .lower-hero-section.lower-01 .box_02 {
        width: 35%;
    }

    .band-red .fire {
        width: 30px;
        height: 61px;
    }
}

/* デタッチウェーブ */
.lower-hero-section.lower-02 .lower-hero-section-content {
    top: 60%;
}

.lower-hero-section.lower-02 .lower-hero-section-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.lower-hero-section.lower-02 .lower-hero-section-content-inner .band-gold {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.lower-hero-section.lower-02 .lower-hero-section-img {
    background-color: #0a0b0d;
}

.lower-hero-section.lower-02 .main-text-02 {
    margin: 20px 0;
    font-size: 3.6vw;
    color: white;
    line-height: 1.3;
    letter-spacing: 1px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

@media (max-width: 1024px) {
    .lower-hero-section.lower-02 .main-text-02 {
        margin: 15px 0;
        font-size: 3.9vw;
    }
}

@media (max-width: 599px) {
    .lower-hero-section.lower-02 .main-text-02 {
        margin: 5px 0;
    }
}

/* 葉MAM */
.lower-hero-section.lower-03 .lower-hero-section-content {
    height: 100%;
}

.lower-hero-section.lower-03 .lower-hero-section-content-inner {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.lower-hero-section.lower-03 .lower-hero-section-content-inner .gradation-text {
    font-weight: bold;
    color: #f7e79c;
    line-height: 2;
    letter-spacing: 1px;
    background: rgb(240, 187, 117);
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 187, 117, 1)), color-stop(25%, rgba(247, 231, 156, 1)));
    background: linear-gradient(to right, rgba(240, 187, 117, 1) 0%, rgba(247, 231, 156, 1) 25%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0bb75', endColorstr='#f7e79c', GradientType=1);
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
    position: absolute;
    top: 1vw;
    left: 2.5vw;

    -webkit-text-fill-color: transparent;
}

.lower-hero-section.lower-03 .lower-hero-section-content-inner .main-text-03,
.lower-hero-section.lower-03 .lower-hero-section-content-inner .band-brown {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.lower-hero-section.lower-03 .lower-hero-section-content-inner .band-brown {
    margin-right: 8vw;
}

.lower-hero-section.lower-03 .lower-hero-section-img {
    background-color: #0a0b0d;
}

.lower-hero-section.lower-03 .main-text-03 {
    margin: 20px 0 0;
    font-size: 2.6vw;
    color: white;
    line-height: 1.3;
    letter-spacing: 1px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

@media (max-width: 1024px) {
    .lower-hero-section.lower-03 .lower-hero-section-content-inner .gradation-text {
        font-size: 10px;
        line-height: 1.6;
    }

    .lower-hero-section.lower-03 .lower-hero-section-content-inner .band-brown {
        font-size: 2.2vw;
    }

    .lower-hero-section.lower-03 .main-text-03 {
        margin: 10px 0 0;
        font-size: 3.9vw;
    }
}

@media (max-width: 599px) {
    .lower-hero-section.lower-03 {
        height: 200px;
    }

    .lower-hero-section.lower-03 .lower-hero-section-img,
    .lower-hero-section.lower-03 .lower-hero-section-img-inner {
        height: 100%;
    }

    .lower-hero-section.lower-03 .lower-hero-section-content-inner .gradation-text {
        margin: 10px;
        font-size: 10px;
        line-height: 1.2;
        position: static;
    }

    .lower-hero-section.lower-03 .main-text-03 {
        margin: 5px 0;
    }
}

.deco-001 {
    /* width: 60%; */
    width: 45%;
    max-width: 90%;
    max-width: 800px;
    margin: 10px 0;
}

.deco-001 img {
    width: 100%;
}

.edit-img,
.edit-img img {
    width: 100%;
}

.image-flat {
    width: 80vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
}

.image-flat-001 {
    width: 65%;
}

.image-flat-002 {
    width: 35%;
}

.image-flat-ver02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image-flat-ver02-inner {
    width: 25%;
}

.cover {
    position: relative;
}

.cover::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/import/tenant_1/160.16.96.30/bamboo-ivy.com/images/cover-001.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cover-02::before {
    background-image: url(/import/tenant_1/160.16.96.30/bamboo-ivy.com/images/cover-002.png);
}

.balloon--right.balloon--dog,
.balloon--left.balloon--dog {
    position: relative;
}

.balloon--dog-img {
    width: 70px;
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 0;
}

.balloon--left .balloon--dog-img {
    top: 40px;
    left: auto;
    right: 0;
}

.balloon--dog-img::after {
    display: none;
}

.contact-by-system__heading,
.contact-by-lineat__heading {
    margin-bottom: 1.3em;
}

body .page-header {
    padding-top: 0 !important;
}

body .page-header .icon--seal {
    background-image: none !important;
}

body .page-header .icon--seal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

body .page-header .icon--seal .seal-01 {
    width: 80px;
}

body .page-header .icon--seal .seal-02 {
    width: 300px;
}

body .page-header .icon--seal .text-wbr {
    margin: 60px 0;
}

.balloon-inner {
    width: 490px;
    max-width: 100%;
}

.balloon--staff {
    position: relative;
}

.balloon--staff-04,
.balloon--staff-02 {
    background-image: none;
}

.balloon--staff .balloon-staff-img {
    width: 80px;
    height: 140px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
}

.balloon--staff .balloon-staff-img::after {
    display: none;
}

.balloon--left .balloon-staff-img {
    right: 0;
}

.balloon--right .balloon-staff-img {
    left: 0;
}

.balloon--bottom .balloon-staff-img {
    margin: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

figure+figure {
    margin-top: 15px;
}

.icon--down-arrow::after {
    background-image: url(/import/tenant_1/160.16.96.30/bamboo-ivy.com/images/icon--down-arrow-key-color.png);
}

.before-after figure div picture,
.easy figure div picture {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
}

.before-after figure div.img,
.easy figure div {
    display: block;
}

.gacchiri-monday picture:not(:last-child) {
    margin-right: 1%;
}

.three-box picture {
    width: calc(100% / 3 - 12px);
    -ms-flex-preferred-size: calc(100% / 3 - 12px) !important;
    flex-basis: calc(100% / 3 - 12px) !important;
    margin: 4px 1px;
}

.q {
    width: auto !important;
    height: auto !important;
    font-family: "Shippori Mincho", serif;
    font-size: 300%;
    font-style: italic;
    line-height: 1;
    top: 0 !important;
    left: 0.05em !important;
}

.a {
    width: auto !important;
    height: auto !important;
    font-family: "Shippori Mincho", serif;
    font-size: 300%;
    color: #5a1b13;
    font-style: italic;
    line-height: 1;
    top: 0.2em !important;
    left: 1.4em !important;
}

.accordion-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px;
    display: block;
    vertical-align: middle;
    margin: 2em auto;
    padding: 1em 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "A1明朝", "A1 Mincho";
    font-size: 0.714rem;
    color: #fff !important;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    border: 1px solid #5a1b13;
    border-radius: 4px !important;
    background-color: #5a1b13;
    -webkit-box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 60%);
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 60%);
    cursor: pointer;

    -webkit-font-smoothing: antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

.information-detail {
    margin-left: 0;
    margin-right: 0;
}

.list--pic-and-desc .icon--number::before {
    display: none;
}

.list--pic-and-desc .icon--number .circle-num {
    width: 1.5em;
    height: 1.5em;
    display: block;
    padding: 1em;
    padding: 5px;
    font-family: "Shippori Mincho", serif;
    font-size: 1.7em;
    color: white;
    font-style: italic;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background-size: auto 1.5em;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 0.75em;
    background-color: #926e15;
    position: absolute;
    top: -0.2em;
    left: -1.7em;
}

@media (max-width: 1024px) {
    html .block--parallax {
        height: 250px;
        padding-top: 0;
        background-size: 100% auto;
        background-attachment: scroll;
    }

    .hero-section .hero-section-content {
        /* top: 40%; */
        top: 30%;
        left: -2%;
    }

    .deco-001 {
        max-width: 500px;
    }

    body .page-header .icon--seal .seal-01 {
        width: 70px;
    }

    body .page-header .icon--seal .text-wbr {
        margin: 50px 0;
    }

    .a {
        left: 0.4em !important;
    }
}

@media (max-width: 599px) {
    .hero-section .hero-section-content {
        /* font-size: 5vw; */
        font-size: 4.3vw;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        /* top: 9%; */
        top: 3%;
    }

    .feature-of-beauty-factory .icon--number-5 {
        padding-right: 130px;
    }

    .feature-of-beauty-factory .icon--number-5 .dog-image {
        top: -2em;
    }

    .image-flat {
        width: 100%;
    }

    body .page-header {
        padding-top: 6em !important;
    }

    body .page-header .icon--seal .text-wbr {
        margin: 45px px 0;
    }

    body .page-header .icon--seal .seal-02 {
        width: 195px;
    }

    body .page-header .icon--seal .seal-01 {
        width: 60px;
    }

    .school-header {
        height: 65vh;
    }

    .school-header .col-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .school-header .col-12 .copy {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        position: static !important;
    }

    .school-header .col-12 picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .deco-001 {
      width: 90%;
      margin: 0;
    }
}

/* header */
.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

#header .container>div {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

#header .contact-by-phone {
    max-width: none !important;
}

.contact-by-phone dl>div {
    max-height: 30px;
    overflow: hidden;
}

.header-contact dl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-contact dl+dl {
    margin-top: 0 !important;
    margin-left: 15px;
}

#header .contact-by-phone dt {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.857rem;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
}

.icon--feather-pen::before {
    display: none;
}

#header .contact-link a {
    width: 100%;
    display: inline-block;
    padding: 0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-family: "Shippori Mincho", serif;
    font-size: 0.857rem;
    font-size: 0.857rem;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 4px;
    background-color: #5a1b13;
    position: relative;
}

#header .contact-link a::before {
    content: "";
    width: 1.4em;
    height: 1.2em;
    display: block;
    background-image: url(/upload/tenant_1/1512e95598a48804e3013730ef66f536.png);
    background-size: auto 1.2em;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 0.7em;
    left: 0.6em;
}

#header .contact-link.type-b a {
    background-color: #cf0e3b;
}

/* 追加コンテンツ */
.date {
    font-weight: bold;
}

.list-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-member li {
    width: 48%;
    margin: 1%;
    padding: 30px 15px;
}

.list-member-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
}

.list-member-title,
.list-member-title a {
    padding: 10px 5px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.list-member-title a::after {
    content: "\f0c1";
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.list-member-title a:hover {
    text-decoration: underline;
}

.vimeo {
    width: 100%;
    position: relative;
}

.vimeo::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.vimeo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .list-member li {
        width: 98%;
    }
}

/* メールフォーム */
.form-content {
    margin-top: 50px;
}

.form-open-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 300px;
    display: block;
    margin: 0.3rem auto;
    padding: 1em 2em;
    font-family: "A1明朝",
    "A1 Mincho";
    color: #fff !important;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    border: 1px solid #5a1b13;
    border-radius: 4px !important;
    background-color: #5a1b13;
    -webkit-box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 60%);
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 60%);
    cursor: pointer;

    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

.form-open-button::before {
    content: "\f0e0";
    display: inline-block;
    margin-right: 0.3em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

html:not(.touchdevice) .form-open-button:hover {
    -webkit-animation-name: bound;
    animation-name: bound;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

input,
select,
textarea {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.3em;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 150px;
    max-height: 200px;
}

.form-group+.form-group {
    margin-top: 30px;
}

.list-form dt {
    display: inline-block;
    margin-bottom: 0.5em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    background-image: url(/upload/tenant_1/d5939d3bae83c91df71d177fe1de8796.png);
    background-size: 10px 0.8em;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.list-form dt .text-xs {
    display: inline-block;
    margin-left: 0.5rem;
}

.list-form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-form-button li {
    margin: 1em;
}

.list-form-button li button {
    min-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: 0.3rem 0;
    padding: 1em 2em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff !important;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    border: 1px solid #5a1b13;
    border-radius: 0.3em;
    background-color: #5a1b13;
    -webkit-box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 60%);
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 60%);
    cursor: pointer;

    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

html:not(.touchdevice) .list-form-button li button:hover {
    -webkit-animation-name: bound;
    animation-name: bound;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.list-form-button li button::before {
    content: "\f0e0";
    display: inline-block;
    margin-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.list-form-button li.-back button::before {
    display: none;
}

/* 20220524追加（base.cssを上書き） */
.footer-wrapper>.container div {
    height: 400px;
    background-image: url(/upload/tenant_1/d9a9064e3a32dc8a19d1edbd39e05dcd.png);
    background-size: auto 100%;
}

.icon--dancer::before {
    width: 1.4em;
    background-image: url(/upload/tenant_1/acad145c3b557d639905140d26064bcb.png);
}

.bg-pattern--red {
    background-image: url(/upload/tenant_1/bb0061812632f08ca0e543acc24dbd08.png);
}

.bg-pattern--beige {
    background-image: url(/upload/tenant_1/aef7b1b772c51ddcedfa16cb9544225c.png);
}

@media (max-width: 1024px) {
    .footer-wrapper>.container div {
        height: 300px;
    }
}

@media (max-width: 599px) {
    .footer-wrapper>.container div {
        height: 200px;
    }
}

/* 見たまま編集 */
[data-element-id] .block--parallax {
    padding-top: 0;
}

[data-element-id] .edit-img {
    width: 100%;
}

[data-element-id] .list-member [data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .dnav {
    visibility: visible;
    border: 2px solid green;
    opacity: 1;
    position: static;
}

[data-element-id] .dnav::before {
    content: "スマホナビ";
    display: block;
    padding: 2px 5px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
}

html:not([class~=phone]) [data-element-id] .contact-by-phone__hint {
    display: block;
}

[data-element-id] .btn-phone {
    min-width: 100px;
    display: block;
    padding-top: 15px;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .btn-phone::before {
    content: "スマホのみ表示";
    width: 100%;
    display: inline-block;
    padding: 2px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .hero-section {
    margin-top: 180px;
}

[data-element-id] .gnav li.nav--others ul {
    display: block;
    position: static;
}

[data-element-id] .lower-hero-section.lower-03 .lower-hero-section-content {
    height: auto;
}


/* 0630 追記 */
@media only screen and (min-width: 1025px){
.footer-wrapper>.container div {
    background-image: url(/import/tenant_1/160.16.96.30/bamboo-ivy.com/images/img-footer-decoration.png);
        background-size: contain;
    height: 200px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
.footer-wrapper>.container div {
      background-image: url(/import/tenant_1/160.16.96.30/bamboo-ivy.com/images/img-footer-decoration.png);
        background-size: contain;
    height: 135px;
}
}
@media only screen and (max-width: 599px){
  .footer-wrapper>.container div {
        background-image: url(/import/tenant_1/160.16.96.30/bamboo-ivy.com/images/img-footer-decoration.png);
        background-size: contain;
        height: 100px;
  }
}


/* 08/09 追記 */

@media (min-width: 576px){
.heading.heading--main.icon--seal {
    font-size: 2.8rem;
}
}

.balinese-esthe-menu h4.heading {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.286rem;
}

/* 0810 追記  */

/* パンくずリスト */

.breadcrumblist{
  margin-bottom: 30px;
}

.breadcrumblist ol{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumblist ol span.arrow{
  margin: 0px 10px 0px 10px;
}

.breadcrumblist li{
  margin-bottom: 0px;
  padding: 0px;
}


@media only screen and (min-width: 600px) and (max-width: 1024px) {
.breadcrumblist {
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumblist .inner{
  margin-left: 0px;
}
}

/* コラムのリンク範囲 */

.column .column--middle a{
  color: #333 !important;
}

.column .column--middle i{
  color: #246d93 !important;
}
