@charset "UTF-8";
/* base.cssに追加 */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/* font-family: 'Lora', serif; */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

/* font-family: 'Zen Maru Gothic', sans-serif; */
.marcellus {
    font-family: "Marcellus", serif;
}

/* base.css上書き */
html {
    font-family: "Lora", serif;
    font-size: 15px;
    color: #4d4d4d;
    background-color: white;
}

.wrapper {
    -webkit-print-color-adjust: exact;
}

.wrapper>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper>div .up-ml-10 {
    margin-left: 0;
}

.up-maxw-90\% {
    max-width: 90%;
}


h1 {
    font-size: 12px;
}

.c-01 {
    color: #a68b62;
}

.c-02 {
    color: #c7887f;
}

.bgc-01 {
    background: #efe8d9;
}

.bgc-02 {
    background: #cfbe9b;
}

.bgc-03 {
    background: #a68b62;
}

.bgc-04 {
    background: #eee;
}

.bgc-05 {
    background: #f9f9f9;
}

/* common */
.color-main-text {
    color: #a68b62;
}

.color-main-bgc {
    background-color: rgba(138, 115, 83, 0.4);
}

.color-sub-text-01 {
    color: #dfd9d2;
}

.color-sub-text-02 {
    color: #cebe9b;
}

.color-sub-bgc-01 {
    background-color: #dfd9d2;
}

.color-sub-bgc-02 {
    background-color: #cebe9b;
}

.border-top {
    border-top: 10px solid #a68b62;
}

.border-bottom {
    border-bottom: 10px solid #a68b62;
}

.border-left {
    border-left: 10px solid #a68b62;
}

.border-right {
    border-right: 10px solid #a68b62;
}

.tel,
.fax {
    font-size: 16px;
    letter-spacing: 2px;
}

.tel-item .tel {
    font-size: 24px;
}

.logo {
    width: 250px;
    max-width: 80%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.map::after {
    padding-top: 60%;
}

@media (max-width: 1024px) {
    h1 {
        padding-right: 90px;
    }

    .tel-item .tel {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    h1 {
        padding-right: 70px;
    }

    .tel-item .tel {
        font-size: 18px;
    }
}

/* icon */
.icon-mail::before {
    content: "\f0e0";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.icon-instagram::before {
    content: "\f16d";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.icon-facebook::before {
    content: "\f082";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.icon-twitter::before {
    content: "\f099";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.icon-line::before {
    content: "\f3c0";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

/* title */
.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.title-box-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: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-left: 80px;
}

.title-01 {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-family: "Lora", serif;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 5px;
}

.title-01.new {
    margin-bottom: 0;
    font-size: 40px;
}

.title-02 {
    margin-bottom: 50px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    letter-spacing: 2px;
}

.title-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.title-03 .title-inner:first-letter {
    font-size: 120%;
    color: #cebe9b;
}

.title-03::after {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 15px auto 0;
    background-color: black;
}

.title-04 {
    margin-bottom: 50px;
    font-size: 36px;
    letter-spacing: 2px;
}

[class*="title"].-bottom-large {
    margin-bottom: 80px;
}

[class*="title"].-bottom-medium {
    margin-bottom: 50px;
}

[class*="title"].-bottom-small {
    margin-bottom: 30px;
}

[class*="title"].-bottom-0 {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .title-01 {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .title-02 {
        margin-bottom: 40px;
        font-size: 22.4px;
    }

    .title-03 {
        font-size: 28.8px;
    }

    .title-04 {
        margin-bottom: 40px;
        font-size: 28.8px;
        letter-spacing: 1px;
    }

    [class*="title"].-bottom-large {
        margin-bottom: 64px;
    }

    [class*="title"].-bottom-medium {
        margin-bottom: 40px;
    }

    [class*="title"].-bottom-small {
        margin-bottom: 24px;
    }
}

@media (max-width: 599px) {
    .title-02 {
        font-size: 21.4px;
    }

    .title-box-inner {
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        margin-top: 20px;
        margin-left: 0;
    }

    .title-01 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .title-02 {
        margin-bottom: 30px;
    }

    .title-04 {
        margin-bottom: 30px;
        font-size: 21.6px;
    }

    [class*="title"].-bottom-large {
        margin-bottom: 48px;
    }

    [class*="title"].-bottom-medium {
        margin-bottom: 30px;
    }

    [class*="title"].-bottom-small {
        margin-bottom: 18px;
    }
}

/* list */
.caption-inner {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: rgba(206, 197, 187, 0.6);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.caption-title {
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.caption-title-sub::before {
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    margin: 10px auto;
    background-color: white;
}

.caption-title-sub {
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.caption a {
    opacity: 1;
}

.caption a:hover .caption-inner {
    opacity: 1;
}

.caption a:hover .caption-title {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.caption a:hover .caption-title-sub {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-sns li a {
    display: block;
}

.list-check li {
    padding-left: 40px;
    font-weight: 500;
    position: relative;
}

.list-check li+li {
    margin-top: 30px;
}

.list-check li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #a68b62;
    line-height: 1;
    line-height: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}

.list-check.-ver2 li {
    padding-left: 1.75em;
}

.list-check.-ver2 li+li {
    margin-top: 0.5em;
}

.list-check.-ver2 li::before {
    font-size: 1.25em;
    top: 0.25em;
}

.list-pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-pagenav li {
    width: 48%;
    margin: 1%;
    padding: 5px;
    border-bottom: 1px dashed #cdcdcd;
}

.list-pagenav li a {
    display: block;
}

.list-pagenav li span {
    display: block;
}

.list-pagenav li .en {
    font-size: 24px;
}

.list-pagenav li .ja::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}

.list-menu {
    padding: 10px 5px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
}

.list-menu+.list-menu {
    border-top: 1px dashed #cdcdcd;
}

.list-menu .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-menu .ttl .list-menu-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-menu .ttl .list-menu-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    letter-spacing: 1px;
}

.list-menu .text {
    width: 100%;
    font-size: 14px;
}

.list-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 5px;
}

.list-flat dt {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lp-voice .list-flat dt {
    width: 35%;
}

.list-flat dd,
.sb-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.list-flat+.list-flat {
    border-top: 1px dotted black;
}

.list-hover .list-inner {
    overflow: hidden;
    position: relative;
}

.list-staff-caption {
    margin-top: 10px;
}

.list-staff-caption-position {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.list-staff-caption-name-en {
    font-size: 18px;
    letter-spacing: 1px;
}

.list-staff-caption-name-ja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
}

.list-faq+.list-faq {
    margin-top: 80px;
}

.list-faq dt,
.list-faq dd {
    padding-left: 70px;
    position: relative;
}

.list-faq dt::before,
.list-faq dd::before {
    width: 60px;
    height: 60px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 48px;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 0;
}

.list-faq dt::before {
    content: "Q";
}

.list-faq dd {
    margin-top: 60px;
}

.list-faq dd::before {
    content: "A";
    color: white;
    background-color: #717171;
}

.list-policy dt {
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .section-large {
        padding-bottom: 100px;
    }

    .section-large.ori {
        padding-bottom: 48px;
    }

    .list-sns {
        display: none;
    }

    .caption-inner {
        height: 50%;
        font-size: 14px;
        opacity: 1;
        top: auto;
        bottom: 0;
    }

    .caption .caption-title {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);

        -webkit-line-clamp: 2;
    }

    .caption .caption-title-sub {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .caption_02 .caption-inner {
        height: 40%;
    }

    .list-check li {
        padding-left: 34px;
    }

    .list-check li+li {
        margin-top: 20px;
    }

    .list-check li::before {
        font-size: 24px;
        top: -1px;
    }

    .list-pagenav li .en {
        font-size: 20px;
    }

    .list-pagenav li .ja {
        font-size: 12px;
    }

    .list-menu {
        font-size: 16px;
    }

    .list-faq+.list-faq {
        margin-top: 64px;
    }

    .list-faq dt,
    .list-faq dd {
        padding-left: 56px;
    }

    .list-faq dt::before,
    .list-faq dd::before {
        width: 48px;
        height: 48px;
        font-size: 38.4px;
        top: -16px;
    }

    .list-faq dd {
        margin-top: 48px;
    }

    .list-policy dt {
        font-size: 18px;
    }

    .list-flat {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {
    .list-menu .ttl .list-menu-price {
        width: 100%;
        margin-left: 0;
        text-align: right;
    }

    .list-pagenav li .en {
        font-size: 16px;
    }

    .list-pagenav li {
        padding: 5px 0;
        position: relative;
    }

    .list-pagenav li:after {
        content: "↓";
        font-weight: bold;
        color: #a68b62;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .list-menu dd {
        font-size: 12px;
    }

    .list-faq+.list-faq {
        margin-top: 48px;
    }

    .list-faq dt,
    .list-faq dd {
        padding-left: 42px;
    }

    .list-faq dt::before,
    .list-faq dd::before {
        width: 36px;
        height: 36px;
        font-size: 28.8px;
        top: -12px;
    }

    .list-faq dd {
        margin-top: 36px;
    }
}

/* button */
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 5px 10px;
    font-size: 16px;
    color: inherit;
    color: #a68b62;
    letter-spacing: 2px;
    position: relative;
}

.btn.new a {
    color: #fff;
    background: #cfbe9b;
}

.btn-wrap .btn.new a {
    background-color: #a68b62;
    color: #fff;
      width: 100%;
    max-height: 50px;
    height: 40px;
    padding: .5em;
    text-align: center;
} 

.btn a::before {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    margin-right: 15px;
    border-bottom: 1px solid #a68b62;
}

.btn.new.ori {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-wrap .btn.new {
    display: block;
    margin: 1%;
} 

.btn.new a::before {
    border-bottom: 1px solid #fff;
}

.btn.-btn-top-large {
    margin-top: 80px;
}

.btn.-btn-top-medium {
    margin-top: 30px;
}

.btn.-btn-top-small {
    margin-top: 30px;
}

.btn.-btn-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.-btn-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn.-btn-white a {
    color: white;
}

.btn.-btn-white a::before {
    border-bottom: 1px solid white;
}

@media (max-width: 1024px) {
    .btn a {
        padding: 5px;
        letter-spacing: 1px;
    }

    .btn a::before {
        width: 40px;
        margin-right: 15px;
    }

    .btn.-btn-top-large {
        margin-top: 64px;
    }

    .btn.-btn-top-medium {
        margin-top: 40px;
    }

    .btn.-btn-top-small {
        margin-top: 24px;
    }

    .btn.-btn-center\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn.-btn-right\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 599px) {
    .btn a::before {
        margin-right: 10px;
    }

    .btn.-btn-top-large {
        margin-top: 48px;
    }

    .btn.-btn-top-medium {
        margin-top: 30px;
    }

    .btn.-btn-top-small {
        margin-top: 18px;
    }

    .btn.-btn-center\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn.-btn-right\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
.btn-wrap .btn.new a {
    font-size: 14px;
} 
}

/* header */
header {
    width: 350px;
    max-width: 80%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30px 50px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

header .list-sns {
    margin-right: 30px;
    line-height: 1;
}

header .list-sns li+li {
    margin-left: 30px;
}

header .list-sns li [class*="icon"]::before {
    font-weight: normal;
    font-size: 25px;
    color: white;
}

.scrolled header {
    height: 80px;
    padding: 20px 50px;
}

@media (max-width: 1024px) {
    header {
        width: auto;
        height: 80px;
        padding: 15px 30px;
    }

    header .list-sns {
        margin-right: 20px;
    }

    header .list-sns li+li {
        margin-left: 20px;
    }

    header .list-sns li [class*="icon"]::before {
        font-size: 24px;
    }

    .scrolled header {
        height: 70px;
        padding: 15px 30px;
    }
}

@media (max-width: 599px) {
    header {
        height: 50px;
        padding: 10px 15px;
    }

    .scrolled header {
        height: 50px;
        padding: 10px 20px;
    }
}

/* nav */
.overlay {
    z-index: 4;
}

nav {
    width: 350px;
    max-width: 80%;
    height: calc(100% - 100px);
    padding: 30px 30px 45px 30px;
    background-color: rgba(223, 217, 210, 0.8);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 5;
}

.active nav {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.scrolled nav {
    height: calc(100% - 80px);
    top: 80px;
}

.nav-list {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-list li+li {
    margin-top: 10px;
}

.nav-list li a {
    font-weight: 600;
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    nav {
        width: 300px;
        height: calc(100% - 80px);
        top: 80px;
    }

    .scrolled nav {
        height: calc(100% - 70px);
        top: 70px;
    }

    .nav-list li a {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .nav-list li a {
        font-size: 14px;
    }

    nav {
        height: calc(100% - 50px);
        top: 50px;
    }

    .scrolled nav {
        height: calc(100% - 50px);
        top: 50px;
    }
}

/* footer */
footer {
    color: white;
}

.footer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-cont-inner {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-cont-inner .logo {
    margin-bottom: 30px;
}

.footer-cont-inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 599px) {
    .footer-cont-inner {
        width: 100%;
    }

    .footer-cont-inner .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-cont .copy {
        width: 100%;
        margin-top: 50px;
        text-align: center;
    }
}

/* main visual */
.main-visual-index {
    padding: 50px 0 50px 10%;
    position: relative;
}

.main-visual-index::before {
    content: "";
    width: 30%;
    height: 130%;
    display: block;
    background-color: #efe8d9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-visual-index-cont {
    text-align: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    z-index: 2;
}

.scrolled .main-visual-index-cont {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.main-visual-index-cont-title {
    margin: 20px 0;
}

.main-visual-lower {
    width: calc(100% - 100px);
    max-width: 1400px;
    margin: 0 auto;
}

.main-visual-lower-inner {
    position: relative;
}

.lower-img-wrap {
    padding-top: 20px;
    position: relative;
}

.lower-img-wrap::before {
    content: "";
    width: 500px;
    max-width: 30vw;
    height: 100%;
    display: block;
    background-color: #dfd9d2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.lower-image {
    width: 100%;
    display: block;
    position: relative;
}

.lower-image::after {
    content: "";
    display: block;
    padding-top: 30%;
}

.lower-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    top: 0;
    left: 0;
}

.lower-content {
    padding-left: 20em;
}

.title-lower {
    font-family: "Marcellus", serif;
    font-size: 65px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 3px white,
    0px 0px 5px white,
    -2px -2px 2px white,
    5px 5px 7px white,
    -5px -5px 7px white,
    -1px -2px 5px white;
    -webkit-transform: translate(-0.5em, 50%);
    transform: translate(-0.5em, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.title-lower:first-letter {
    color: #cebe9b;
}

.foot-reserve {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 3;
}

.foot-reserve li {
    margin-bottom: 10px;
}

.foot-reserve a {
    display: block;
    padding: 20px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    border-right: solid 5px #ddd;
    background: #a68b62;
    position: relative;
}

.foot-reserve .spbtn {
    display: none;
}

.foot-reserve .spbtn.displayed {
    display: block;
}

.foot-reserve .spbtn a {
    border-bottom: solid 5px #ddd;
}

.foot-reserve .spbtn.displayed a {
    border-bottom: unset;
}

.foot-reserve a.ab {
    background: #c7887f;
}

.foot-reserve a:after {
    content: "";
    width: 14px;
    height: 5px;
    margin: auto;
    background: url("/import/tenant_1/160.16.231.207/html/images/yajirusi.webp") no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 1;
}

@media (max-width: 1024px) {
  .foot-reserve .spbtn.displayed a{
    border-bottom: solid 5px #ddd;
  }
    .foot-reserve .spbtn {
        display: block;
    }

    .foot-reserve {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
    }



    .foot-reserve ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .foot-reserve li {
        width: 50%;
        margin-bottom: 0;
    }

    .foot-reserve a {
        padding: 5px 20px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .scrolled .main-visual-index-cont {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .lower-img-wrap {
        padding-top: 10px;
    }

    .lower-image::after {
        padding-top: 50%;
    }

    .lower-content {
        padding-left: 0;
    }

    .title-lower {
        font-size: 50px;
    }
}

@media (max-width: 599px) {
    .main-visual-lower {
        width: calc(100% - 15px);
        max-width: 400px;
    }

    .lower-image::after {
        padding-top: 70%;
    }

    .title-lower {
        font-size: 30px;
        letter-spacing: 1px;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
}

/* parts */
.num {
    font-size: 10vw;
    line-height: 1;
    opacity: 0.5;
}

.box-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-wide-cont {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-wide-cont .block {
    padding: 30px 50px;
}

.box-wide:nth-of-type(odd) .box-wide-cont {
    width: 500px;
    margin-left: auto;
}

.box-wide:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.box-wide:nth-of-type(even) .box-wide-cont {
    width: 500px;
    margin-left: 0;
    margin-right: auto;
}

.box-wide:nth-of-type(even) .box-wide-img .img-skew {
    -webkit-transform: skew(10deg) translate(-10%, 0);
    transform: skew(10deg) translate(-10%, 0);
}

.box-alternate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-alternate-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.box-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box-vertical-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.box-vertical-cont {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.box-vertical:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.box-vertical:nth-of-type(even) .box-vertical-cont {
    margin-left: 0;
    margin-right: 30px;
}

.img-shadow {
    width: 90%;
    position: relative;
}

.img-shadow::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: -1;
}

.img-skew {
    overflow: hidden;
    -webkit-transform: skew(10deg) translate(10%, 0);
    transform: skew(10deg) translate(10%, 0);
}

.img-skew img {
    -webkit-transform: skew(-10deg) scale(1.2);
    transform: skew(-10deg) scale(1.2);
}

.deco {
    font-size: 8vw;
    color: #dfd9d2;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    opacity: 0.3;
    z-index: 1;
}

.scale {
    overflow: hidden;
}

.scale img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.return {
    padding: 30px;
    background-color: #e5e5e5;
}

@media (max-width: 1024px) {
    .box-wide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box-wide:nth-of-type(odd) .box-wide-cont {
        width: 100%;
    }

    .box-wide:nth-of-type(even) .box-wide-cont {
        width: 100%;
    }

    .box-wide:nth-of-type(even) .box-wide-img .img-skew {
        -webkit-transform: skew(0) translate(0, 0);
        transform: skew(0) translate(0, 0);
    }

    .box-vertical:nth-of-type(even) .box-vertical-cont {
        margin-right: 20px;
    }

    .img-skew {
        -webkit-transform: skew(0) translate(0, 0);
        transform: skew(0) translate(0, 0);
    }

    .img-skew img {
        -webkit-transform: skew(0) scale(1);
        transform: skew(0) scale(1);
    }

    .border-left {
        border-left: 5px solid #a68b62;
    }
}

@media (max-width: 599px) {
    .num {
        font-size: 60px;
    }

    .box-wide-cont .block {
        padding: 10px 20px;
    }

    .deco {
        font-size: 16vw;
        white-space: normal;
    }
}

/* custom contents */
.date {
    font-weight: bold;
    letter-spacing: 1px;
}

.title-cc {
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
}

.list-blog li .box-thumb .date {
    font-size: 26px;
    text-align: right;
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: relative;
    z-index: 1;
}

.list-blog li .box-info .category {
    margin-top: 5px;
    font-size: 16px;
}

.list-blog li .box-info .category span,
.detail-category.ga span {
    display: inline-block;
    margin: 0.1rem 0.1rem 0 0;
    padding: 0 5px;
    font-size: 12px;
    border: 1px solid #717171;
}

.list-news li {
    padding: 20px 10px;
}

.list-news li+li {
    border-top: 1px dashed #cdcdcd;
}

.list-news-info span {
    display: inline-block;
}

.list-news-info span+span::before {
    content: "｜";
    display: inline-block;
    margin: 0 10px;
}

.list-voice-box {
    padding: 50px 10px;
}

.list-voice-box+.list-voice-box {
    border-top: 2px solid #cdcdcd;
}

.list-voice-detail {
    padding: 15px 5px;
    border-top: 1px dotted black;
}

.list-voice-detail dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.list-product-info {
    margin-top: 10px;
}

.list-product-title {
    font-size: 20px;
}

.list-product-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-product-description dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-product-description dt::after {
    content: "：";
    display: inline-block;
    margin: 0 5px;
}

.list-product-description dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-product-price {
    letter-spacing: 1px;
    text-align: right;
}

.side {
    margin-top: 200px;
}

.side-title {
    margin-bottom: 15px;
    font-size: 26px;
    letter-spacing: 2px;
}

.side-list li {
    padding: 10px 5px;
}

.side-list li+li {
    border-top: 1px dashed #cdcdcd;
}

.side-list li a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    -ms-flex-align: center;
}

.detail-item .detail-category span {
    display: inline-block;
    margin: 0.1rem 0.1rem 0 0;
    padding: 0 5px;
    font-size: 14px;
    border: 1px solid #717171;
}

.detail-date {
    font-size: 24px;
}

.detail-date_square {
    width: 180px;
    height: 180px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: white;
    line-height: 1.2;
    letter-spacing: 2px;
    background-color: #717171;
}

.detail-date_square .date {
    display: block;
    font-weight: bold;
    font-size: 100px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.detail-date_square .week {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    text-align: center;
}

.detail-date_square .year-month-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.detail-date_square .year-month-wrap span {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    text-align: center;
}

.detail-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.detail-item .detail-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
}

.detail-content {
    margin-top: 50px;
}

.detail-staff-cont {
    margin-top: 200px;
}

.detail-staff-cont .staff-name {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.detail-staff-img .staff-name {
    text-align: right;
}

.detail-staff .staff-position {
    font-size: 18px;
    letter-spacing: 2px;
}

.detail-staff .staff-name {
    margin: 10px 0;
    font-size: 28px;
}

.detail-gallery-slide .slick-slide:not(.slick-center) {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.detail-gallery-position {
    margin: 5px 0;
    font-size: 18px;
    text-align: center;
}

.detail-gallery-name {
    font-size: 18px;
    text-align: center;
}

.recommend {
    margin-top: 50px;
}

.style-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
    font-size: 18px;
}

.style-data dt,
.style-data dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.style-data dd::before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}

.color-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.color-level li {
    width: 25px;
    height: 25px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    line-height: 1;
    background-color: #a68b62;
}

.color-level li+li {
    margin-left: 5px;
}

.color-level.レベル５ li:nth-of-type(1)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル６ li:nth-of-type(2)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル７ li:nth-of-type(3)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル８ li:nth-of-type(4)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル９ li:nth-of-type(5)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１０ li:nth-of-type(6)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１１ li:nth-of-type(7)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１２ li:nth-of-type(8)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１３ li:nth-of-type(9)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１４ li:nth-of-type(10)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１５ li:nth-of-type(11)~li {
    color: inherit;
    background-color: #c9c9c9;
}

.color-level.レベル１６ li:nth-of-type(12)~li {
    color: inherit;
    background-color: #c9c9c9;
}

@media (max-width: 1024px) {
    .detail-date_square .date {
        font-size: 70px;
    }

    .list-blog li .box-thumb .date {
        font-size: 20px;
    }

    .list-product-title {
        font-size: 16px;
    }

    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }

    .side-box {
        width: 48%;
    }

    .detail-date {
        font-size: 19.2px;
    }

    .detail-date_square {
        width: 144px;
        height: 144px;
        letter-spacing: 1px;
    }

    .detail-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 24px;
    }

    .detail-item .detail-title {
        font-size: 19.2px;
    }

    .detail-staff-cont {
        margin-top: 160px;
    }

    .detail-staff-cont .list-flat dt {
        width: 100%;
        font-weight: bold;
    }

    .detail-staff-cont .list-flat dd,
    .sb-text {
        margin-top: 10px;
        margin-left: 1em;
    }

    .detail-staff .staff-name {
        font-size: 22.4px;
    }

    .detail-gallery-content .list-flat dt {
        width: 100%;
    }

    .detail-gallery-content .list-flat dd {
        margin-top: 5px;
        margin-left: 0;
    }

    .color-level li {
        width: 20px;
        font-size: 12px;
    }

    .color-level li+li {
        margin-left: 4px;
    }
}

@media (max-width: 599px) {
    .detail-date_square .date {
        font-size: 60px;
    }

    .detail-date_square .week {
        font-size: 20px;
    }

    .list-flat dt {
        width: 100%;
    }

    .list-blog li .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-blog li .box-thumb {
        width: 35%;
    }

    .list-blog li .box-thumb .date {
        font-size: 16px;
    }

    .list-blog li .box-info {
        width: 60%;
    }

    .list-blog li .box-info .category {
        font-size: 14px;
    }

    .list-news li {
        padding: 15px 5px;
    }

    .list-product .list-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-product-thumb {
        width: 35%;
    }

    .list-product-info {
        width: 60%;
        margin-top: 0;
    }

    .side-box {
        width: 100%;
    }

    .detail-date {
        font-size: 14.4px;
    }

    .detail-date_square {
        width: 108px;
        height: 108px;
    }

    .detail-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 18px;
    }

    .detail-item .detail-title {
        font-size: 18px;
    }

    .detail-staff-cont {
        margin-top: 50px;
    }
}

/* form */
.must {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    font-size: inherit;
    color: #c67c83;
    text-align: left;
    background-color: transparent;
}

.contact-item {
    padding: 10px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    border: none;
    background-color: #eee;
}

.contact-item dd .address-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 10px;
}

.contact-item dd .address-num input {
    width: 50%;
    margin-left: 10px;
}

.contact-btns li {
    width: 200px;
    height: 45px;
}

.contact-btns li button {
    width: 100%;
    height: 100%;
    color: white;
    border: 1px solid #a68b62;
    background-color: #a68b62;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.contact-btns li button:hover {
    color: #a68b62;
    background-color: white;
    opacity: 1;
}

@media (max-width: 599px) {
    .contact-item dd .address-num input {
        width: 60%;
    }
}

.area_21 {
    padding-left: calc(50% - 500px);
}

@media (max-width: 1024px) {
    .area_21 .box-vertical {
        padding-left: 2%;
    }
}

.main-visual .catch {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 80%;
    left: 5%;
}

.main-visual .mainimgline {
    content: "";
    width: 10px;
    height: 200px;
    margin: auto;
    background: #a68b62;
    background-size: 100% 100%;
    background-position: center;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.bg-c {
    content: "";
    width: 100%;
    height: 150%;
    background: #cfbe9b;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.app {
    overflow: hidden;
}

.app-btn img {
    width: 100%;
    max-width: 150px;
}

.app-btn {
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    padding: 10px;
    padding: 10px 30px 20px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #a68b62;
}

.app .bg-img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.app .inner {
    position: relative;
    z-index: 1;
}

.app .logo-img {
    width: 300px;
    margin: auto;
    text-align: center;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.app .s-m {
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}

/* .top-blog li:nth-of-type(2) {
    margin-top: 30px;
}

.top-blog li:nth-of-type(3) {
    margin-top: 60px;
} */

.bnr-btn a {
    display: block;
    padding: 35px 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.map {
    padding-top: 30%;
    z-index: 1;
}

footer {
    background: #868686;
}

footer .bg-img {
    opacity: 0.4;
}

.f-nav .ttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1;
    border-bottom: solid 2px;
}

.f-nav li {
    font-weight: bold;
}

.menu-box a {
    display: block;
    position: relative;
}

.menu-box .ttl {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.main-visual .uk-slideshow::after {
    padding-top: 50%;
}

@media (max-width: 1024px) {
    .main-visual .catch {
        font-size: 28px;
    }

    .main-visual-index-cont {
        position: relative;
    }

    .menu-box .ttl {
        font-size: 11px;
    }

    .main-visual-index-cont-title {
        margin: 20px 0;
    }

    .map {
        padding-top: 35%;
    }
}

@media (max-width: 599px) {
    footer .bg-img img {
        -o-object-position: 35% center;
        object-position: 35% center;
    }

    .main-visual .uk-slideshow::after {
        padding-top: 100%;
    }

    .map {
        padding-top: 60%;
    }

    .menu-box .ttl {
        font-size: 10px;
    }

    .footer-cont-inner .logo {
        margin: 0 auto 30px;
        text-align: center;
    }

    .top-blog li:nth-of-type(2),
    .top-blog li:nth-of-type(3) {
        margin-top: 0;
    }

    .app .s-m {
        width: 100%;
        max-width: 200px;
        margin: auto;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        position: relative;
        left: initial;
        z-index: 1;
    }

    .main-visual-index-cont-title {
        margin: 20px auto 20px;
    }

    .main-visual .catch {
        font-size: 20px;
        text-shadow: 0 0 2px black;
        left: 10%;
    }

    .title-01.new {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

.two-line {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    line-height: 1.3;

    -webkit-line-clamp: 2;
}

.uk-lb {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.uk-lb:hover {
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.web-area img {
    width: 100%;
}

.coupon {
    width: 100%;
    max-width: 620px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 20px;
    border: solid 3px;
    background: #fff;
    position: relative;
}

.coupon:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/upload/tenant_1/1d30e67859cdb8059317b1de064a8973.webp");
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* circle-css */

/*   .coupon::before,
.coupon::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  left: -15px;
  width: 30px;
  height: 30px;
}
.coupon::before {
  top: -15px;
}
.coupon::after {
  bottom: -15px;
}
.coupon-inner::before,
.coupon-inner::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  right: -15px;
  width: 30px;
  height: 30px;
}
.coupon-inner::before {
  top: -15px;
}
.coupon-inner::after {
  bottom: -15px;
} */

.coupon .logo-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
    text-align: center;
}

.d-none-tb,
.d-none-sp {
    display: block;
}

.d-b-tb,
.d-b-sp {
    display: none;
}

@media (max-width: 1024px) {
    .d-b-tb {
        display: block;
    }

    .d-none-tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .d-none-sp {
        display: none;
    }

    .d-b-sp {
        display: block;
    }
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #a68b62;
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #a68b62;
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #a68b62;
}

.detail-content-text ol {
    list-style-type: decimal;
    padding-left: 1em;
}

.detail-content-text ul {
    list-style-type: disc;
    padding-left: 1.2em;
}

.detail-content-text ol li {
    list-style-type: decimal;
}

.detail-content-text ul li {
    list-style-type: disc;
}

.detail-content-text h3.not {
    padding: 0;
    background: none;
}

.coupon_area {
    width: 664px;
    height: 189px;
    float: left;
    margin: 20px 0 20px 0;
    padding: 0;
    background-image: url("/import/tenant_1/160.16.231.207/html/images/_couponback01.ba57221f13b8f55ec91cf1e969939ed9.webp");
    background-repeat: no-repeat;
}

.coupon_area_01-02 {
    width: 664px;
    height: 189px;
    float: left;
    margin: 20px 0 20px 0;
    padding: 0;
    background-image: url("/import/tenant_1/160.16.231.207/html/images/_couponback01_2.8bffe6c466d39a1b3c505b53b3318624.webp");
    background-repeat: no-repeat;
}

.coupon_area02 {
    width: 664px;
    height: 189px;
    float: left;
    margin: 20px 0 20px 0;
    padding: 0;
    background-image: url("/import/tenant_1/160.16.231.207/html/images/_couponback02.e611f9161d6996fd21424b12da7dfd9d.webp");
    background-repeat: no-repeat;
}

.coupon_area_top {
    margin: 50px 0px 0px 30px;
    padding: 0px;
    font-family: "ヒラギノ明朝 Pro W3", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 35px;
    line-height: 40px;
}

.coupon_area_at {
    margin: 10px 0 0 30px;
    padding: 0;
    font-size: 12px;
}

.coupon_area_at02 {
    margin: 110px 0 0 40px;
    padding: 0;
}

.border-b {
    width: 50%;
    display: inline-block;
    border-bottom: solid 3px;
}


li.di {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 25px;
}

.subchild {
    width: calc(100% - 450px);
    max-width: 1000px;
    margin: 0 0 0 auto;
}

@media (max-width: 1024px) {
    .subchild {
        width: calc(100% - 32%);
    }
}

@media (max-width: 599px) {
    .bg-c {
        height: 110%;
    }

    .subchild {
        width: 100%;
        padding-left: 0;
    }
}

.bgc-g {
    position: relative;
}

.bgc-g .bg-c {
    height: 50%;
    top: 0;
    bottom: initial;
}

.bgc-g .btn a {
    color: #fff;
}

.bgc-g .btn a::before {
    border-bottom: 1px solid #fff;
}

.check-list li {
    width: 48%;
    margin: 1%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #ccc;
}

.check-list .text {
    padding: 0 0 0 3rem;
    font-size: 18px;
    position: relative;
}

.check-list .text:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.5rem;
}

@media (max-width: 599px) {
    .check-list .text {
        font-size: 16px;
    }
    .check-list li{
      width: 100%
    }
}

.color4 .tit {
    padding: 100px 0;
    position: relative;
}

.color4 .tit .imgbk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.color4 .tit .imgbk 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%;";
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.color4 .tit .inner {
    padding: 40px 30px 50px;
    background: rgba(239, 232, 217, 0.7);
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .salon-cont .list-flat dt {
        width: 100%;
        font-weight: bold;
    }

    .salon-cont .list-flat dd,
    .sb-text {
        margin-top: 10px;
        margin-left: 1em;
    }

    .color4 .tit {
        padding: 80px 0;
    }
}

@media (max-width: 599px) {
    .color4 .tit .inner {
        padding: 40px 12px 40px;
    }

    .color4 .tit {
        padding: 50px 0;
    }
}

.pr-a-link {
    margin-top: 50px;
}

.pr-a-link .color4 .tit {
    padding: 20px;
}

.pr-a-link .color4 .box {
    width: 100%;
    padding: 40px 12px 40px;
    background: rgba(239, 232, 217, 0.7);
    position: relative;
    z-index: 1;
}

.pr-a-link .color4 .c-01 {
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
}

.pagenation {
    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;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5b5b5b;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.pagenation .next {
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5b5b5b;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now,
.pagenation .prev a,
.pagenation .next a {
    width: 50px;
    height: 50px;
    display: block;
    padding: 2px 8px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.pagenation .number a {
    background: #bfbfbf;
}

.pagenation .number a:hover,
.pagenation .now,
.pagenation .prev a:hover,
.pagenation .next a:hover {
    color: #fff;
    background: #a68b62;
    opacity: 1;
}

.pagenation .next a:hover:before,
.pagenation .prev a:hover:before {
    color: #fff;
}

.sbttl {
    padding: 15px 5px;
    font-weight: bold;
    border-top: 1px dotted black;
}


.origin .box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cdcdcd;
}

.origin .box img {
    max-width: 145px;
    height: 100px;
    margin-bottom: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.origin .box:nth-of-type(2) img {
    max-width: 50px;
}

.rec5 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rec5 .box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.rec5 dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px;
    flex-wrap: wrap;
}

.rec5 dl:first-of-type {
    padding-top: 15px;
}

.rec5 dl dt {
    width: 200px;
    font-family: "Noto Serif JP", serif;
}

.rec5 dl dd {
    width: calc(100% - 200px);
    font-family: "Noto Serif JP", serif;
}

@media (max-width: 599px) {
  .rec5 .box{
    margin-left:0;
  }
    .sbttl {
        padding: 15px 5px 0;
    }

    .ar-bsp .fa-caret-right:before {
        content: "\f0dd";
    }

    .rec5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rec5 h3 {
        margin-bottom: 0;
        line-height: 160%;
    }

    .rec5 dl dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .rec5 dl dd {
        width: 100%;
        font-size: 14px;
    }
}

.text-s {
    padding-left: 1rem;
    position: relative;
}

.text-s::before {
    content: "";
    width: 5px;
    height: 2px;
    background: #a68b62;
    position: absolute;
    top: 16px;
    left: 0;
}

.ttl-nam {
    width: 50px;
    height: 50px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    border-radius: 50%;
    background: #a68b62;
}

.scrollable {
    overflow-y: hidden !important;
}

.table-01 {
    width: 100%;
    min-width: 1000px;
    table-layout: fixed;
    border: 1px solid gray;
}

.table-01 tr th,
.table-01 tr td {
    width: calc(100% / 5);
    padding: 0.5em;
    text-align: center;
}

.table-01 tr th {
    color: white;
    background-color: #a68b62;
}

.table-01 tr .table-title {
    background-color: #f8efe1;
}

.table-01 tr:nth-of-type(n+2) {
    border-top: 1px solid gray;
}

.table-01 tr th+th {
    border-left: 1px solid white;
}

.table-01 tr td+td {
    border-left: 1px solid gray;
    background: #fff;
}

.table-01 tr td+td span {
    font-weight: bold;
    font-size: 18px;
}

.list-asterisk {
    margin-top: 1em;
}

.list-asterisk li {
    padding-left: 1.2em;
    font-size: 13px;
    position: relative;
}

.list-asterisk li::before {
    content: "※";
    line-height: 1;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.scroll-hint-icon {
    width: 125px;
    height: 85px;
    top: calc(50% - 40px);
}

.check-atem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.check-atem label {
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}

.check-atem input[type="checkbox"] {
    opacity: 0;
    position: absolute;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.check-atem input[type="checkbox"]+span::before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    border: 2px solid #717171;
    border-radius: 5px;
}

.check-atem input[type="checkbox"]:checked+span::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.5rem;
}

.check-atem span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.new-btn {
    max-width: 250px;
    margin-top: 30px;
}

.new-btn a {
    display: block;
    padding: 0.5rem;
    color: #fff;
    text-align: center;
    border: solid 1px #a68b62;
    background: #a68b62;
}

.new-btn a:hover {
    color: #a68b62;
    background: #fff;
}

.set-item .img {
    width: 100%;
    max-width: 200px;
    height: 150px;
}

.set-item .img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.k-flow .box {
    height: 100%;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

.k-flow .num {
    font-weight: bold;
    font-size: 40px;
}

.k-flow .img {
    overflow: hidden;
    border-radius: 50%;
}

@media (max-width: 599px) {
    .new-btn {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .check-atem label {
        width: 100%;
    }

    .k-flow .box {
        padding: 15px;
    }
}

.toggle .list li:not(:first-of-type) .text,
.toggle2 .list li:not(:first-of-type) .text {
    display: none;
}

.toggle .ttl,
.toggle2 .ttl {
    margin-bottom: 30px;
    padding: 3px 5px;
    padding-right: 60px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #d4d3d0;
    cursor: pointer;
    position: relative;
}

.toggle .ttl:after,
.toggle2 .ttl:after {
    content: "\f056";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a68b62;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 3%;
}

.toggle .ttl.active:after,
.toggle2 .ttl.active:after {
    content: "\f055";
}

.toggle .list li:not(:first-of-type) .ttl:after,
.toggle2 .list li:not(:first-of-type) .ttl:after {
    content: "\f055";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 3%;
}

.toggle .list li:not(:first-of-type) .ttl.active:after,
.toggle2 .list li:not(:first-of-type) .ttl.active:after {
    content: "\f056";
}

.radius-box {
    padding: 30px;
}

[data-element-id].toggle .list li:not(:first-of-type) .text {
    display: block;
}

@media (max-width:599px) {
    .radius-box {
        padding: 15px;
    }

    .toggle .ttl,
    .toggle2 .ttl {
        padding-right: 50px;
        font-size: 16px;
    }
}

.deta-list dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted black;
}

.deta-list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.border {
    display: inline-block;
    margin-top: 10px;
    padding: 30px;
    border: solid 1px #a68b62;
}

.hair-list {
    width: 190px;
}

.hair-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 1px;
    border: solid 1px;
    border-radius: 15px 15px 0 0;
}

.hair-list dl:nth-of-type(2) {
    border-radius: 0 0 15px 15px;
}

.hair-list dt {
    width: 70px;
    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;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #55422f;
}

.hair-list dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    background: #e6e0cd;
}

.hair-list dl:nth-of-type(2) dd {
    padding: 0 10px;
}

.hair-list dd span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #55422f;
}

.company-area footer .map {
    display: none;
}

.parallel.ori {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] [data-ab-test-contents] {
    border: 3px solid #2ca09a;
    position: relative;
}

[data-element-id] [data-ab-test-contents] a {
    margin-top: 20px;
}

[data-element-id] [data-ab-test-contents] li {
    padding-top: 20px;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #2ca09a;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 3px solid #24ac50;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #24ac50;
    z-index: 1;
}

[data-element-id] .up-d-none,
[data-element-id] .foot-reserve .spbtn {
    display: inline-block;
    border: solid 3px #000;
    position: relative;
}

[data-element-id] .up-d-none:before,
[data-element-id] .foot-reserve .spbtn:before {
    content: "モバイル用";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: #000;
}

[data-element-id] .fead-order>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] nav {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    border: solid 3px #000;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
}

[data-element-id] nav:before {
    content: "画面右上のメニュー内の項目";
    width: 100%;
    display: block;
    padding: 0.5rem;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: #000;
}

[data-element-id] header {
    margin-bottom: 1350px;
    margin-left: auto;
    position: relative;
}

[data-element-id] .main-visual-index-cont {
    position: absolute;
}

[data-element-id] .foot-reserve {
    position: absolute;
    bottom: -1900%;
}

[data-element-id] .slick01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .slick01>div {
    display: contents;
}

[data-element-id] .slick01 li {
    width: 16%;
}

[data-element-id] .detail-date_square .date {
    font-size: 20px;
}

[data-element-id] .list-pagenav>div {
    display: contents;
}

.detail-gallery-slide.ori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-gallery-slide.ori>div {
    width: 33%;
}

@media (max-width:599px) {
    .detail-gallery-slide.ori>div {
        width: 50%;
    }
}

.faq-area .toggle .ttl,
.faq-area ul .text {
    padding-left: 60px !important;
    position: relative;
}

.faq-area .toggle .ttl:before {
    content: "Q.";
    width: 43px;
    height: 43px;
    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;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 12px;
}

.faq-area ul .text:before {
    content: "A.";
    width: 43px;
    height: 43px;
    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;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 12px;
}

.instagram-area .title-01 {
    line-height: 2;
}

.instagram-back-color {
    padding: 20px;
    background: linear-gradient(25deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
}

.instagram-back-color .txtbox {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 0;
}

.instagram-back-color .txtbox .sns {
    font-size: 100px;
    line-height: 1;
    text-align: center;
}

.instagram-txt-color {
    background: linear-gradient(25deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.instagram-back-color .txtbox .tit {
    font-family: "Noto Serif JP", serif;
    font-size: 140px;
    text-align: center;
    white-space: nowrap;
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.instagram-back-color .txtbox .h3ttl {
    font-size: clamp(1.75rem, 0.595rem + 4.77vw, 2.375rem);
}

.instagram-back-color .txtbox .ja.sb-ttl {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.2rem);
}

.contact-item dd input.w-200 {
    width: 200px;
}

.wig-area li {
    width: 48%;
    margin: 10px;
}

.f-r .img {
    max-width: 250px;
}

@media (max-width: 1024px) {
    .wig-area li {
        width: 47%;
    }

    .price-area .box-vertical:nth-of-type(even) {
        margin-top: 0;
        padding-top: 80px;
    }
}

@media (max-width: 599px) {
    .wig-area li {
        width: 100%;
    }

    .price-area .box-vertical:nth-of-type(even) {
        margin-top: 0;
        padding-top: 50px;
    }

    .instagram-back-color .txtbox {
        padding: 20px 0px;
    }

    .instagram-back-color .txtbox .tit {
        font-size: 60px;
    }

    .instagram-back-color .txtbox .sns {
        font-size: 60px;
    }
}

.student-area .img-box {
    max-width: 600px;
    margin: auto;
}

.student-area .img-box li {
    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;
}

.breadcrumbs-list {
    display: block;
}

.breadcrumbs-list li {
    display: inline;
}

.s-salon {
    display: inline-block;
    margin: 0.1rem 0.1rem 0 0;
    padding: 0 5px;
    font-size: 12px;
    border: 1px solid #717171;
}

.bbb li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 3px;
}

.rec5.new .box {
    margin-left: 0;
}

.to-recruit-btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.to-recruit-btn-inner {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.to-recruit-btn-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5em;
    font-weight: bold;
    font-size: 1.4em;
    color: #a68b62;
    text-align: center;
    position: relative;
}

.to-recruit-btn-title span {
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
}

/* .to-recruit-btn-title::before,
.to-recruit-btn-title::after {
    display: inline-block;
    margin: auto;
    opacity: 0;
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.to-recruit-btn-title::before {
    content: "＼";
    left: 0;
}

.to-recruit-btn-title::after {
    content: "／";
    right: 0;
} */

.to-recruit-btn.mv .to-recruit-btn-inner {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.to-recruit-btn-title.mv::before,
.to-recruit-btn-title.mv::after {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.box-vertical {
    padding: 0 1.5em;
}

.vertical-floating-parent {
    position: relative;
}

.vertical-floating-parent .vartical-floating-item {
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-floating-parent .vartical-floating-item .text {
    font-size: 0.9em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.list-share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list-share-btn li a {
    display: block;
    padding: 0.5em 1.5em 0.5em 2.5em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    color: white;
    line-height: 1;
    border-radius: 0.25em;
    background-color: #a68b62;
    position: relative;
}

.list-share-btn li a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 140%;
    line-height: 1;
    position: absolute;
    top: 0.25em;
    left: 0.5em;
}

.list-share-btn li+li {
    margin-left: 0.5em;
}

.list-share-btn li .share_button.-facebook a {
    background-color: #395794;
}

.list-share-btn li .share_button.-twitter a {
    background-color: #000;
}

.list-share-btn li .share_button.-line a {
    background-color: #41c106;
}

.list-share-btn li .share_button.-facebook a::before {
    content: "\f082";
}

.list-share-btn li .share_button.-twitter a::before {
    content: "\f081";
}

.list-share-btn li .share_button.-line a::before {
    content: "\f3c0";
}

.tab-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2px;
    padding: 0 5%;
    position: relative;
    z-index: 1;
}

.tab-btn {
    width: 300px;
    max-width: 50%;
    margin: 0 0.1em;
    padding: 0.5em 2em;
    font-size: clamp(0.938rem, 0.563rem + 1.6vw, 1.563rem);
    color: white;
    text-align: center;
    border-top: 2px solid #a68b62;
    border-bottom: 2px solid #a68b62;
    border-left: 2px solid #a68b62;
    border-right: 2px solid #a68b62;
    background-color: #a68b62;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.tab-btn.on {
    color: #a68b62;
    border-bottom: 2px solid white;
    background-color: white;
}

.tab-item-wrap {
    padding: 2em;
    position: relative;
}

.tab-item-wrap::before {
    content: "";
    width: 200vw;
    height: 2px;
    background-color: #a68b62;
    position: absolute;
    top: 0;
    left: -50vw;
}

[data-element-id] .tab-item {
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .tab-item::before {
    content: "アシスタント募集要項";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fz-small {
    font-size: 80%;
}

.alternate-color .alternate-item {
    padding: 1em;
}

.alternate-color .alternate-item:nth-child(even) {
    background-color: #f5f5f5;
}

[data-element-id] .tab-item+.tab-item {
    margin-top: 50px;
}

[data-element-id] .tab-item+.tab-item::before {
    content: "スタイリスト募集要項";
}

/* ##### instagram ##### */
.list-instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-instafeed li {
    width: calc((100% / 5) - 2px);
    margin: 1px;
}

.list-instafeed li a {
    display: block;
    position: relative;
}

.list-instafeed li a .insta-info {
    width: 100%;
    height: 75%;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 1.1em;
    color: white;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    text-shadow:0px 0px 5px rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-instafeed li a:hover {
    opacity: 1;
}

.list-instafeed li a:hover .insta-info {
    opacity: 1;
}

.list-instafeed li a .insta-info .insta-like {
    margin-top: 0.5em;
    padding-left: 1.5em;
    position: relative;
}

.list-instafeed li a .insta-info .insta-like::before {
    content: "\f004";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .list-instafeed li {
        width: calc((100% / 5) - 2px);
    }

    .list-instafeed li a .insta-info {
        height: 50%;
        font-size: 0.9em;
        padding: 0.5em;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 100%);
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
        z-index: 1;
    }
}

@media (max-width: 599px) {
  .tab-item-wrap{
        padding: 1em;
  }
    .list-instafeed li {
        width: calc((100% / 3) - 2px);
    }
    
    .list-instafeed li a .insta-info {
        font-size: 0.75em;
    }
}

.togg-box .togg:nth-child(even) {
    background-color: #f5f5f5;
}

.togg .txt-box{
  padding: 10px 30px 30px;
}

.togg .toggle-btn{
  position: relative;
      padding: 3px 30px 3px 10px;
    border-bottom: 1px solid #d4d3d0;
    cursor: pointer;
}

.togg .toggle-btn:after{
  content: "\f055";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1%;
    color: #a68b62;
}
.togg .toggle-btn.parent-area:after{
      content: "\f056";
}

.togg .toggle-none{
  padding: 3px 3px 3px 10px;
    border-bottom: 1px solid #d4d3d0;
}
[data-element-id] .togg .txt-box{
  display: block;
}
[data-element-id] .instagram-area .btn a{
  width: 176px;
}
[data-element-id] .instagram-area .btn a[data-href*="."]:hover:before{
   position: relative !important;
     content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    margin-right: 15px;
    border-bottom: 1px solid #a68b62;
        position: relative;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0;
    min-width: auto;
    font-weight: bold;
    font-size: 12px;
    -webkit-transform: none;
    transform: none;
}
[data-element-id] .instagram-area .btn a[data-href*="."]:hover:after{
     position: absolute !important;
    bottom: -110px;
    left: 50%;
    box-sizing: border-box;
    padding: 5px;
    min-width: 200px;
    width: 100%;
    background: #555;
    color: #f00;
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    font-weight: bold;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

 @media print {
      .foot-reserve {
     display: none;
      }
    }
    
/*TOP INFO*/
.top-info {
  display: flex;
  flex-wrap: wrap;
}
.up-w-32\% {
  width: 32%;
}
.m-auto {
  margin: 0 auto 10px;
}
.top-info .img {
  width: 100%;
}
.top-info .txt {
  width: 100%;
}
.top-blog {
  display: flex;
  flex-wrap: wrap;
}
.top-blog .cc-img {
  width: 100%;
}
.top-blog .cc-info {
  width: 100%;
}

/**2024/09/17 求人ページ**/
/*上部リンクボタン*/
.r-link {
  display: flex;
  margin-bottom: 80px;
}
.r-link li {
  width: 40%;
  margin: auto;
}
.r-link li a {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #a68b62;
  color: #fff;
  font-weight: bold;
}
.r-link li a:hover {
  opacity: 0.6;
}
.r-link li a:after {
    content: "";
    width: 14px;
    height: 5px;
    margin: auto;
    background: url("/import/tenant_1/160.16.231.207/html/images/yajirusi.webp") no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 1;
}

/*スライダー*/
.recruit-slider {
  width: 80%;
  margin: auto;
}
.recruit-slider li div:after {
  content: "";
  display: block;
  padding-top: 90%;
}
.recruit-slider li div img {
  width: 100% !important;
}
.recruit-slider .uk-slidenav-position .uk-slidenav {
  display: block;
  color: #999;
}
.recruit-slider .uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
  color: #999;
  opacity: 0.6;
}
.recruit-slider .uk-slidenav-position .uk-slidenav-next {
  right: -60px;
}
.recruit-slider .uk-slidenav-position .uk-slidenav-previous {
  left: -60px;
}

@media (max-width: 1024px){
  .r-link li {
    width: 45%;
  }
}
@media (max-width: 599px){
  .r-link {
    display: block;
  }
  .r-link li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .r-link li a {
    padding: 20px 0;
  }
  .r-link li a:after {
    right: 5%;
  }
}

/* 2024/10/30 */
.slick04{
  max-width: 660px;
  margin: 0 auto;
}

.slick04 .slick-list{
  padding: 0 !important;
}

.slick04 .slick-prev,
.slick04 .slick-next{
    width: 30px;
    height: 30px;
    box-shadow: none;
    background-color: #a68b62;
    border: none;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;  
}

.slick04 .slick-next{
    right: 0;
}

.slick04 .slick-prev::before,
.slick04 .slick-next::before{
  display: block;
  content: "";
  width: 14px;
  height: 5px;
  background: url(/import/tenant_1/160.16.231.207/html/images/yajirusi.webp) no-repeat;
  margin: auto;
}

.slick04 .slick-prev::before{
  transform: scale(-1, 1);
}

/* 2025/07/14 */
.vertical-floating-parent.ver02 .vartical-floating-item {
  position: relative;
  flex-shrink: 0;
}

@media(max-width:599px) {
.vertical-floating-parent.ver02{
  flex-wrap: wrap;
}

.vertical-floating-parent.ver02 .vartical-floating-item {
  width: 100%;
}

.vertical-floating-parent.ver02 .vartical-floating-item .text {
  writing-mode: lr;
}
}
