@charset "utf-8";

html,
body {
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.1em;
    overflow-x: clip;
    background-color: #221711;
}

a {
    color: #522A14;
}

a:hover {
    color: #815036;
    text-decoration: none;
    cursor: pointer;
}


/* フォント */
.serif {
    font-family: shippori-mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.fc-white {
    color: #FFF !important;
}

.fc-red {
    color: #D23F25 !important;
}

.fc-beige {
    color: #E4C6AE;
}

.fc-black {
    color: #522A14 !important;
}

.v-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}

.en-text {
    letter-spacing: 3.2px;
}

.big-text {
    font-size: 4rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    color: #E4C6AE;
    font-family: shippori-mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
    z-index: 50;
}

@media (min-width: 992px) {
    .big-text {
        font-size: 6rem;
    }
}

.fukidashi-text,
.fukidashi-text-right {
    font-weight: bold;
    /* 太字 */
    color: #4C2A13;
    /* 茶色系の色 */
    line-height: 1.5;
    /* 行間を適度に */
    letter-spacing: 4px;
    text-align: left;
    /* 左寄せ */
    position: relative;
    display: inline-block;
    padding: 10px 0px 10px 20px;
    margin-bottom: 4rem;
}

/* 縦線（左側のライン） */
.fukidashi-text::before,
.fukidashi-text-right::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 4px;
    background-color: #4C2A13;
}

/* 斜め線（左下のライン） */
.fukidashi-text::after,
.fukidashi-text-right::after {
    content: "";
    position: absolute;
    left: -33px;
    bottom: -24px;
    width: 44px;
    height: 4px;
    border-radius: 4px;
    background-color: #4C2A13;
    transform: rotate(-45deg);
}


.fukidashi-text-right {
    padding: 10px 20px 10px 0px;
}

.fukidashi-white {
    color: #FFF;

}

.fukidashi-white::after,
.fukidashi-white::before {
    background-color: #FFF;
}

/* 縦線（右側のライン） */
.fukidashi-text-right::before {
    left: auto;
    right: -15px;
}

/* 斜め線（右下のライン） */
.fukidashi-text-right::after {
    left: auto;
    right: -33px;
    transform: rotate(45deg);
}

/* 背景 */
.bg-white {
    background-color: #FFF;
    color: #522A14;
}

.bg-red {
    color: #D23F25 !important;
}

.bg-beige {
    background-color: #F4F1EE;
    color: #522A14;
}

.bg-black {
    background-color: #221711;
    color: #FFF;
}


.bg-overlay-dark {
    position: relative;
}

.bg-overlay-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(201, 188, 156, 0.3);
    pointer-events: none;
    z-index: 0;
}

.bg-overlay-dark p,
.bg-overlay-dark span,
.bg-overlay-dark h1,
.bg-overlay-dark h2 {
    position: relative;
    z-index: 1;
}

.bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
}

/* 角丸 80px*/
.r-0 {
    border-radius: 0;
}

.r-50 {
    border-radius: 50px;
}

.rtl-0 {
    border-top-left-radius: 0;
}

.rtr-0 {
    border-top-right-radius: 0;
}

.rbl-0 {
    border-bottom-left-radius: 0;
}

.rbr-0 {
    border-bottom-right-radius: 0;
}

.r-80 {
    border-radius: 80px;
}

.rtl-80 {
    border-top-left-radius: 80px;
}

.rtr-80 {
    border-top-right-radius: 80px;
}

.rbl-80 {
    border-bottom-left-radius: 80px;
}

.rbr-80 {
    border-bottom-right-radius: 80px;
}

/* 画面幅576px以上（sm）の場合 */
@media (min-width: 576px) {
    .r-sm-0 {
        border-radius: 0;
    }

    .rtl-sm-0 {
        border-top-left-radius: 0;
    }

    .rtr-sm-0 {
        border-top-right-radius: 0;
    }

    .rbl-sm-0 {
        border-bottom-left-radius: 0;
    }

    .rbr-sm-0 {
        border-bottom-right-radius: 0;
    }

    .r-sm-80 {
        border-radius: 80px;
    }

    .rtl-sm-80 {
        border-top-left-radius: 80px;
    }

    .rtr-sm-80 {
        border-top-right-radius: 80px;
    }

    .rbl-sm-80 {
        border-bottom-left-radius: 80px;
    }

    .rbr-sm-80 {
        border-bottom-right-radius: 80px;
    }
}

/* 画面幅768px以上（md）の場合 */
@media (min-width: 768px) {
    .r-md-0 {
        border-radius: 0;
    }

    .rtl-md-0 {
        border-top-left-radius: 0;
    }

    .rtr-md-0 {
        border-top-right-radius: 0;
    }

    .rbl-md-0 {
        border-bottom-left-radius: 0;
    }

    .rbr-md-0 {
        border-bottom-right-radius: 0;
    }

    .r-md-80 {
        border-radius: 80px;
    }

    .rtl-md-80 {
        border-top-left-radius: 80px;
    }

    .rtr-md-80 {
        border-top-right-radius: 80px;
    }

    .rbl-md-80 {
        border-bottom-left-radius: 80px;
    }

    .rbr-md-80 {
        border-bottom-right-radius: 80px;
    }
}

/* 画面幅992px以上（lg）の場合 */
@media (min-width: 992px) {
    .r-lg-0 {
        border-radius: 0;
    }

    .rtl-lg-0 {
        border-top-left-radius: 0;
    }

    .rtr-lg-0 {
        border-top-right-radius: 0;
    }

    .rbl-lg-0 {
        border-bottom-left-radius: 0;
    }

    .rbr-lg-0 {
        border-bottom-right-radius: 0;
    }

    .r-lg-80 {
        border-radius: 80px;
    }

    .rtl-lg-80 {
        border-top-left-radius: 80px;
    }

    .rtr-lg-80 {
        border-top-right-radius: 80px;
    }

    .rbl-lg-80 {
        border-bottom-left-radius: 80px;
    }

    .rbr-lg-80 {
        border-bottom-right-radius: 80px;
    }
}

/* 画面幅1200px以上（xl）の場合 */
@media (min-width: 1200px) {
    .r-xl-0 {
        border-radius: 0;
    }

    .rtl-xl-0 {
        border-top-left-radius: 0;
    }

    .rtr-xl-0 {
        border-top-right-radius: 0;
    }

    .rbl-xl-0 {
        border-bottom-left-radius: 0;
    }

    .rbr-xl-0 {
        border-bottom-right-radius: 0;
    }

    .r-xl-80 {
        border-radius: 80px;
    }

    .rtl-xl-80 {
        border-top-left-radius: 80px;
    }

    .rtr-xl-80 {
        border-top-right-radius: 80px;
    }

    .rbl-xl-80 {
        border-bottom-left-radius: 80px;
    }

    .rbr-xl-80 {
        border-bottom-right-radius: 80px;
    }
}

/* ボタン */
.button {
    display: inline-block;
    font-family: ;
    text-decoration: none;
    font-size: 0.8rem;
    /* フォントサイズを調整 */
    color: #522A14;
    /* 文字色を黒に設定 */
    position: relative;
    padding: 0.5rem 0.6rem !important;
    border: none;
    background: none;
    min-height: 0 !important;
    transform-origin: center;
    transition-duration: 0.3s;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    border: 2px solid #522A14;
    border-radius: 3rem;

}

.button:hover {
    color: #FFF;
    background-color: #522A14;
}


.button div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 !important;
}

.button p {
    width: 10rem;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

.button div::after {
    content: '→';
    margin-left: 0.5rem;
    font-size: 0.8rem;
    color: #522A14;
}

.button div:hover::after {
    color: #FFF;
}

.link-text {
    height: 24px;
    width: auto;
}

/* 罫線 */
.bb-k {
    border-bottom: 1px solid #655324;
}

.bb-k-2 {
    border-bottom: 2px solid #655324;
}

.bb-k-3 {
    border-bottom: 3px solid #655324;
}

.b-k2-2 {
    border: 2px solid #CBC3B0;
}

.bb-k2-3 {
    border-bottom: 3px solid #CBC3B0;
}

.bb-w-dot2 {
    border-bottom: 2px dotted #FFF;
}

/* 装飾 */
.deco-up {
    position: absolute;
    z-index: 2;
}

.deco-down {
    position: absolute;
}

.deco-10 {
    width: 10%;
}

.deco-20 {
    width: 20%;
}

.deco-30 {
    width: 30%;
}

.deco-40 {
    width: 40%;
}

.deco-45 {
    width: 45%;
}

.deco-50 {
    width: 50%;
}

.deco-60 {
    width: 60%;
}

.deco-70 {
    width: 70%;
}

.deco-80 {
    width: 80%;
}

.deco-90 {
    width: 90%;
}

.deco-1-12 {
    width: 8.33%;
}

.deco-2-12 {
    width: 16.67%;
}

.deco-3-12 {
    width: 25%;
}

.deco-4-12 {
    width: 33.33%;
}

.deco-5-12 {
    width: 41.67%;
}

.deco-6-12 {
    width: 50%;
}

.deco-7-12 {
    width: 58.33%;
}

.deco-8-12 {
    width: 66.67%;
}

.deco-9-12 {
    width: 75%;
}

.deco-10-12 {
    width: 83.33%;
}

.deco-11-12 {
    width: 91.67%;
}

.deco-12-12 {
    width: 100%;
}

@media (min-width: 992px) {
    .deco-lg-10 {
        width: 10%;
    }

    .deco-lg-20 {
        width: 20%;
    }

    .deco-lg-30 {
        width: 30%;
    }

    .deco-lg-40 {
        width: 40%;
    }

    .deco-lg-45 {
        width: 45%;
    }

    .deco-lg-50 {
        width: 50%;
    }

    .deco-lg-60 {
        width: 60%;
    }

    .deco-lg-70 {
        width: 70%;
    }

    .deco-lg-80 {
        width: 80%;
    }

    .deco-lg-90 {
        width: 90%;
    }
}

.deco-tl {
    top: 0;
    left: 0
}

.deco-tr {
    top: 0;
    right: 0
}

.deco-ml {
    top: 45%;
    left: 0
}

.deco-mr {
    top: 45%;
    right: 0
}

.deco-bl {
    bottom: 0;
    left: 0
}

.deco-br {
    bottom: 0;
    right: 0
}

/* TOPカバー */
.top-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    background-color: #140C07;
    z-index: 2000;
    color: #FFF;
    display: flex;
}

.top-cover-logo {
    max-width: 144px;
}

@media (min-width: 768px) {
    .top-cover-logo {
        max-width: 180px;
    }
}

/* ナビ */

.a-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    background-color: #140C07;
    z-index: 700;
    color: #FFF;
}

.nav-logo {
    max-width: 90px;
}

.a-nav a {
    color: #FFF;
}

.a-nav a:hover {
    color: #CCC;
}

@media (min-width: 768px) {
    .nav-logo {
        max-width: 140px;
    }
}

.a-burger-box {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 44px;
    display: flex;
    z-index: 1100;
}

.a-burger {
    z-index: 1100;
    align-items: center;
    appearance: none;
    background: none;
    border: 2px solid #FFF;
    border-radius: 64px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
    position: relative;
    vertical-align: top;
    align-self: center;
    color: #FFF;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.a-burger div {
    background-color: #FFF;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    padding: 0;
    margin: 0;
    min-height: 2px !important;

}

.a-burger div:nth-child(1) {
    bottom: 22px;
}

.a-burger div:nth-child(2) {
    top: 22px;
}

.a-burger.is-active div:nth-child(1) {
    transform: rotate(-45deg);
    bottom: 19px;
}

.a-burger.is-active div:nth-child(2) {
    transform: rotate(45deg);
    top: 19px;
}

.nav-tel-link {
    max-width: 200px;
}

@media (min-width: 768px) {
    .a-burger-box {
        top: 15px;
        right: 15px;
        height: 64px;
    }

    .a-burger {
        width: 64px;
        height: 64px;
    }

    .a-burger div {
        width: 20px;
        height: 2px;
        left: 21px;
    }

    .a-burger div:nth-child(1) {
        bottom: 26px;
    }

    .a-burger div:nth-child(2) {
        top: 26px;
    }

    .a-burger.is-active div:nth-child(1) {
        bottom: 29px;
    }

    .a-burger.is-active div:nth-child(2) {
        top: 29px;
    }
}

.a-insta{
    z-index: 1099;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 64px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    position: relative;
    align-self: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.a-insta-img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .a-insta{
        width: 64px;
        height: 64px;
    }
}

/* フッター */
.footer {
    background-color: #140C07;
    color: #FFF;
    z-index: 10;
    position: relative;
    z-index: 2;
}

.foot-logo {
    max-width: 144px;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    color: #CCC;
}

@media (min-width: 768px) {
    .foot-logo {
        max-width: 180px;
    }
}

/* News表示 */
.news-item {
    border-bottom: 1px solid #000;
}


.webgene-pagination {
    width: 100%;
}

.webgene-pagination ul,
.pagelink {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.webgene-pagination ul li,
.pagelink p {
    padding: 0 1rem;
}

.webgene-pagination ul li a,
.pagelink p a {
    padding: 1rem 2rem !important;
    min-height: 0 !important;
    line-height: 1 !important;
    font-size: 1rem;
    background-color: #CBC3B0;
    color: #655324;
    border-radius: 2rem;
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
    cursor: pointer;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    background-color: #FFF;
}

.webgene-pagination ul li,
.pagelink p {
    margin: 0;
    position: relative;
    display: inline-block;
}

.webgene-item-prevPageLink {
    margin-left: 1rem;
}

.news-list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
}

.news-list .webgene-blog .webgene-item {
    width: 45%;
    margin: 2rem 2.5%;
}

/* フォーム */
.formInput,
.formTextArea {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;
    margin-bottom: 2rem;
}

.formTextArea {
    height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;

}

.formBtn {
    border: none;
}

.requiredText {
    background-color: #A3987C;
    color: #FFF;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-left: 1rem;
}

/* TOPページ */
.top-logo {
    width: 200px;
}

.top-catch {
    position: absolute;
    bottom: 1rem;
    left: 5%;
    width: 90%;
}

.top-title {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #FFF !important;
}

.top-title h1 {
    letter-spacing: -10px;
    font-weight: bold;
}

.top-title p {
    letter-spacing: 0;
    font-weight: bold;
}

.top-sec2-cont {
    position: relative;
    top: -3rem;
}

.top-sec2-big-text {
    position: absolute;
    top: -4rem;
    right: 3%;
}

.top-sec3-cont {
    margin-bottom: -3rem;
}

.top-sec4-cont {
    position: relative;
    top: -3rem;
}

.top-sec5-img {
    height: 40vh;
}

@media (min-width: 992px) {
    .top-logo {
        width: 300px;
    }

    .top-catch {
        width: 34%;
        left: 33%;
    }

    .top-title {
        top: auto;
        bottom: 3rem;
        left: 3rem;
    }

    .top-title h1 {
        letter-spacing: -10px;
        font-weight: bold;
    }

    .top-title p {
        letter-spacing: 0;
        font-weight: bold;
    }

    .top-sec2-cont {
        top: 0;
    }

    .top-sec2-big-text {
        top: -4rem;
        right: 15%;
    }

    .top-sec3-cont {
        margin-bottom: 0;
    }

    .top-sec4-cont {
        top: 0;
        margin-top: 20vw;
    }

    .top-sec5-img {
        height: auto;
    }
}
@media (min-width: 1200px) {
      .top-sec4-cont {
        margin-top: 16vw;
    }
}

/* 下層ページ */
.fv-subtitle {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
}

.line-title {
    font-size: 2rem;
    /* 適宜調整 */
    font-weight: bold;
    color: #5B331E;
    /* 文字色（濃いブラウン） */
    display: flex;
    align-items: center;
    gap: 1rem;
    /* 文字と線の間隔 */
}

.line-title::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    /* 線の太さ */
    background-color: #5B331E;
    /* 線の色 */
    max-width: 100px;
}

/* はじめてのお客様へ */
.first-sec1 {
    margin-bottom: -3rem;
}

/* フードページ */
.food-meibutsu {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 75px;
}

@media (min-width: 992px) {
    .food-meibutsu {
        width: 150px;
    }
}

.mb--5 {
    margin-bottom: -3rem !important;
}

@media (min-width: 576px) {
    .mb-sm--5 {
        margin-bottom: -3rem !important;
    }
}

@media (min-width: 768px) {
    .mb-md--5 {
        margin-bottom: -3rem !important;
    }
}

@media (min-width: 992px) {
    .mb-lg--5 {
        margin-bottom: -3rem !important;
    }
}

@media (min-width: 1200px) {
    .mb-xl--5 {
        margin-bottom: -3rem !important;
    }
}

.item-box {
    font-weight: bold;
    margin-bottom: 2rem;
}

.item-title-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.item-title-box {
    display: flex;
    align-items: end;
}

.item-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.drink-sub-sec .item-title {
    font-size: 0.8rem;
}

.item-desc {
    font-size: 0.6rem;
}

.item-price-box {
    color: #D23F25;
    text-align: right;
}

.ippin-sec .item-price-box {
    color: #FFF;
}

.item-price-no-tax {
    font-size: 1rem;
    display: inline-flex;
    align-items: baseline;
}

.item-price-yen {
    font-size: 0.6rem;
}

.item-price-with-tax {
    font-size: 0.6rem;
}

.ranking-item .item-price-no-tax {
    font-size: 1.5rem;

}

.ranking-item .item-price-yen {
    font-size: 1rem;
}

.ranking-item .item-price-with-tax {
    font-size: 1rem;
}

.item-tag,
.item-tag-white,
.item-tag-brown {
    padding: 0.2rem 0.5rem !important;
    border-radius: 2.6rem;
    font-size: 0.5rem;
    margin: 0 0 0 0.5rem;
    background-color: #522A14;
    color: #FFF;
}

.ranking-tag {
    padding: 0.2rem 0.5rem !important;
    border-radius: 2.6rem;
    font-size: 0.8rem;
    margin: 0rem;
    background-color: #522A14;
    display: inline-block;
    color: #FFF;
}

.item-tag-white {
    font-size: 0.8rem;
    background: none;
    border: 1px solid #FFF;
    display: inline-block;
    margin: 0;
}

.item-tag-brown {
    font-size: 0.8rem;
    background: none;
    border: 1px solid #522A14;
    color: #522A14;
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

.kisho {
    width: 1.5rem;
}

@media (min-width: 992px) {

    .item-title {
        font-size: 1.5rem;
    }

    .drink-sub-sec .item-title {
        font-size: 1rem;
    }

    .item-desc {
        font-size: 0.8rem;
    }

    .item-price-no-tax {
        font-size: 1.5rem;

    }

    .item-price-yen {
        font-size: 1rem;
    }

    .item-price-with-tax {
        font-size: 0.8rem;
    }

    .ranking-item .item-price-no-tax {
        font-size: 1.8rem;

    }

    .ranking-item .item-price-yen {
        font-size: 1.2rem;
    }

    .ranking-item .item-price-with-tax {
        font-size: 1.2rem;
    }

    .item-tag {
        padding: 0.3rem 0.5rem !important;
        border-radius: 2.6rem;
        font-size: 0.8rem;
    }

    .item-tag-white {
        font-size: 1rem;
    }

    .kisho {
        width: 2rem;
    }
}

.item-sub-cat-title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    position: relative;
    padding: 10px 0 10px 16px;
    font-family: shippori-mincho, sans-serif;
}

.item-sub-cat-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    /* 赤い縦線の幅 */
    background-color: #C0392B;
    /* 赤色 */
}

.item-sub-cat-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    /* 白い横線の高さ */
    background-color: white;
}

@media (min-width: 992px) {
    .item-sub-cat-title {
        font-size: 2.5rem;
        padding: 20px 0 20px 26px;
        margin-bottom: 1.5rem;
    }

}

.ninki {
    position: relative;
    left: -15px;
    width: 140px;
}

.kodawari {
    width: 100px;
}

@media (min-width: 992px) {
    .kodawari {
        width: 200px;
    }
}

.course-title {
    padding: 8px 0px;
    margin-bottom: 2rem;
}

.cource-price {
    font-weight: bold;
    background-color: #E8A828;
    color: #FFF;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-title2 .cource-price {
    background-color: #D26D25;
}
.course-title3 .cource-price {
    background-color: #D23F25;
}


@media (min-width: 992px) {
    .cource-price {
        display: inline-block;
    }

    .course-title {
        padding: 8px 16px;
        border-left: 8px solid #E8A828;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }
    .course-title2 {
        border-left: 8px solid #D26D25;
    }
    .course-title3 {
        border-left: 8px solid #D23F25;
    }
}

.lh-1 {
    line-height: 1;
}

/* 求人ページ */
.recruit-num {
    width: 50px;
}

.recruit-title {
    padding: 0.8rem 2rem !important;
    border-radius: 2.6rem;
    font-size: 1rem;
    letter-spacing: 8px;
    background-color: #522A14;
    color: #FFF;
    display: inline-block;
}

.about-title {
    padding: 0.8rem 2rem !important;
    border-radius: 2.6rem;
    font-size: 1rem;
    letter-spacing: 8px;
    background-color: #FFF;
    color: #522A14;
    display: inline-block;
}

.fc-white a {
    color: #FFF;
}

.fc-white a:hover {
    color: #CCC;
}

.bb-w {
    border-bottom: 1px solid #FFF;
}

/*お問い合わせページ*/
.formBtn {
    border: 2px solid #522A14;
    background-color: #FFF;
    color: #522A14;
    font-size: 1rem;
    padding: 1rem 3rem !important;
}
.privacyformError {
	margin-top: -45px !important;
}