@charset "utf-8";

html,
body {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    overflow-x: clip;
    color: #63441C;
}

body {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-size: 460px 326px;

}

a {
    color: #63441C;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: #AD4E52;
    text-decoration: none;
}

.p-relative {
    position: relative;
}

/* 装飾 */
.b-br {
    border: 1px solid #63441C;
}

.bt-br {
    border-top: 1px solid #63441C;
}

.bb-br {
    border-bottom: 1px solid #63441C;
}

.bl-br {
    border-left: 1px solid #63441C;
}

.br-br {
    border-right: 1px solid #63441C;
}

.by-br {
    border-top: 1px solid #63441C;
    border-bottom: 1px solid #63441C;
}

.bx-br {
    border-left: 1px solid #63441C;
    border-right: 1px solid #63441C;
}

.bb-red {
    border-bottom: 1px solid #AD4E52;
}

.bb-brown2 {
    border-bottom: 1px solid #A88C67;
}

.bb-navy {
    border-bottom: 1px solid #546382;
}
.bb-green {
    border-bottom: 1px solid #849e81;
}


/* フォント */
.geo {
    font-family: "Geologica", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "CRSV" 0,
        "SHRP" 0;
}

.shippori {
    font-family: "Shippori Mincho", serif;
}

.tsuku {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
}

.fc-white {
    color: #FFF;
}

.fc-black {
    color: #333;
}

.fc-brown {
    color: #63441C;
}

.fc-brown2 {
    color: #A88C67;
}

.fc-red {
    color: #AD4E52;
}

.fc-navy {
    color: #546382;
}
.fc-green {
    color: #849e81;
}

/* 背景 */
.bg-brown2 {
    background-color: #A88C67;
}

.bg-brown3 {
    background-color: #DACBB6;
}

.bg-red {
    background-color: #AD4E52;
}

.bg-navy {
    background-color: #546382;
}


/* ボタン */
.button {
    padding: 0.5rem 1.5rem !important;
    min-height: 0 !important;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
}

.button.is-large {
    padding: 0.75rem 2.25rem !important;
    font-size: 1.5rem;
}

.button div {
    padding: 0 !important;
}

.button.is-rounded {
    border-radius: 2rem;
}

.button-flower div {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #5B3A1A;
    /* 落ち着いたブラウン系 */
    text-decoration: none;
    padding: 6px 8px 6px 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #5B3A1A;
    font-family: "Geologica", serif;

}

.button-flower div::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/button-img1.svg') no-repeat center/contain;
    margin-right: 8px;
}

.button-flower div::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url('../images/button-img2.svg') no-repeat center/contain;
    margin-left: 16px;
}

.button-flower div:hover {
    opacity: 0.8;
}

.button-flower div::after {
    transition: transform 0.3s ease-in-out;
}

.button-flower div:hover::after {
    transform: translateX(4px);
}

/* red */
.button-flower.is-red div {
    color: #AD4E52;
    border-bottom: 1px solid #AD4E52;
}

.button-flower.is-red div::before {
    background: url('../images/button-img1-red.svg') no-repeat center/contain;
}

.button-flower.is-red div::after {
    background: url('../images/button-img2-red.svg') no-repeat center/contain;
}

/* brown */
.button-flower.is-brown div {
    color: #A88C67;
    border-bottom: 1px solid #A88C67;
}

.button-flower.is-brown div::before {
    background: url('../images/button-img1-brown.svg') no-repeat center/contain;
}

.button-flower.is-brown div::after {
    background: url('../images/button-img2-brown.svg') no-repeat center/contain;
}

/* blue */
.button-flower.is-navy div {
    color: #546382;
    border-bottom: 1px solid #546382;
}

.button-flower.is-navy div::before {
    background: url('../images/button-img1-blue.svg') no-repeat center/contain;
}

.button-flower.is-navy div::after {
    background: url('../images/button-img2-blue.svg') no-repeat center/contain;
}

/* ナビ */
.top-logo {
    width: 150px;
    padding: 0;
    min-height: 0 !important;
}

.a-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    background-size: 460px 326px;
}

@media (min-width:1200px) {
    .a-nav {
        display: block;
        opacity: 1;
        height: 97px;
        background-image: none;
        background:linear-gradient(to bottom,
        rgba(240, 238, 227, 1) 0%,
        rgba(240, 238, 227, 0.8) 80%,
        rgba(240, 238, 227, 0) 100%);
    }
}



/* バーガー */
.a-nav-sp-bg {
    position: fixed;
    width: 100%;
    height: 52px;
    top: 0;
    left: 0;
    background:linear-gradient(to bottom,
        rgba(240, 238, 227, 1) 0%,
        rgba(240, 238, 227, 0.8) 80%,
        rgba(240, 238, 227, 0) 100%);
    z-index: 400;
}
.a-burger {
    position: fixed;
    top: 6px;
    right: 6px;
    z-index: 1100;
    border: 1px solid #63441C;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    vertical-align: top;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    min-height: 1px !important;
}

.a-burger:hover {
    background-color: #c9b69c;
}

.a-burger div {
    position: absolute;
    background-color: #63441C;
    width: 20px;
    height: 1px;
    border-radius: 4px;
    left: 9px;
    min-height: 1px !important;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
}

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

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

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

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

.top-logo-sp {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 150px;
    z-index: 500;
}

.reserve-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    z-index: 1000;
    padding: 0 !important;
    transition: all 0.3s;
    transform-origin: center;
}

.reserve-button:hover {
    transform: scale(1.05);
}

@media (min-width:768px) {
    .reserve-button {
        bottom: 16px;
        right: 16px;
        width: 140px;
    }
}

@media (min-width:1200px) {
    .reserve-button {
        bottom: 24px;
        right: 24px;
        width: 160px;
    }

    .top-logo-sp,
    .a-burger,
    .a-nav-sp-bg {
        display: none;
    }

}

/* フッター */

.footer {
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    background-size: 460px 326px;
}

.icon {
    width: 24px;
}

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

.webgene-pagination {
    width: 100%;
}

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

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

.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 1.5rem;
    position: relative;
    display: inline-block;
}
.news-list .webgene-blog .webgene-item {
    margin: 2rem 2.5%;
  	padding-bottom:2rem;
}
@media (min-width: 992px) {
.news-list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
}

.news-list .webgene-blog .webgene-item {
    width: 45%;
    margin: 2rem 2.5%;
}
}
/*TOPページ*/

.fv {
    height: calc(100vh - 52px);
    margin-top: 52px;
    position: relative;
}
.fv-blog-detail{
    margin-top: 52px;
}
.top-title-box {
    position: absolute;
    ;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width:1200px) {
    .fv {
        height: calc(100vh - 97px);
        margin-top: 97px;
        position: relative;
    }
    .fv-blog-detail{
        margin-top: 97px;
    }
    .top-title-box {
        top: 30px;
    }
}

.top-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* 画面の高さに対する最大値 */
    width: 100%;
    overflow: hidden;
}

.top-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* 縦横比を維持しつつ、エリア内に収める */
}

.leaf-title {
    color: #5B3A1A;
    /* 落ち着いたブラウン系 */
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}

.leaf-title::after {
    content: "";
    display: block;
    width: 100%;
    min-width: 200px;
    height: 20px;
    /* 画像の高さを調整 */
    background: url('../images/title-img1.svg') no-repeat center/contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.sub-title-box {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    transform: translateY(-50%);
}

.service-title {
    max-width: 300px;
}

.leaf {
    width: 32px;
    margin-right: 8px;
}

.recruit-text1 {
    position: relative;
    width: 189px;
    top: -18px;
    left: 70px;
}

.leaf-box-r {
    background-image: url('../images/recruit-frame-r.svg');
    background-size: 233px 228px !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

.leaf-box-l {
    background-image: url('../images/recruit-frame-l.svg');
    background-size: 233px 228px !important;
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
}

.flow-step {
    height: 22px;
    width: auto;
}

.sticky {
    position: sticky;
    top: 5rem;
}

.staff-img-container {
    position: relative;

}

.staff-img1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.7s ease;
    width: 100%;
    height: auto;
    z-index: 10;
}
.edit-on .staff-img1 {
    position:relative;
}
.staff-img1 {
    opacity: 1;
}

.staff-img-container:hover .staff-img1 {
    opacity: 0;
}

.staff-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    z-index: 20;
    overflow: hidden; /* リボンのはみ出し防止 */
  }
  .staff-tag div {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 102px;
    height: 51px;
    transform: translate(-35%, 71%) rotate(-45deg);
  transform-origin: top left;
  }
  .staff-tag p {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    padding-bottom: 5px;

  }
  .ores .staff-tag div {
    background-color: #AD4E52;
  } 
  .hanaco .staff-tag div {
    background-color: #A88C67;
  } 
  .mat .staff-tag div {
    background-color: #546382;
  } 
  .pro .staff-tag div {
    background-color: #849e81;
  } 
.mama-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 55px;
    z-index: 20;
}

.staff-icon {
    width: 32px;
    min-width: 20px !important;
    min-height: 20px !important;
}

.staff-name {
    letter-spacing: 0.1em;
    font-weight: normal;
}
.staff-shop-logo {
    max-width: 300px;
}
.subpage-title-column,
.staff-page-title-column {
    padding-bottom: 20vh;
}

.first-time-page-title-column{
    padding-bottom: 12vh;
}
@media (min-width:768px){
.subpage-title-column {
    padding-bottom: 0;
}
}
@media (min-width:1200px){
    .first-time-page-title-column {
        padding-bottom: 0;
    }
}


/* フォーム */
.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: 2px solid #522A14;
    background-color: #FFF;
    color: #522A14;
    font-size: 1rem;
    padding: 1rem 3rem !important;
}

.requiredText {
    background-color: #A3987C;
    color: #FFF;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-left: 1rem;
}
.policy-container {
    border-radius: 30px;
    height: 400px;
    overflow-y: scroll;
}
.privacyformError {
    padding-top: 25px;
}
@media (min-width:768px){
    .privacyformError {
        padding-top: 0;
    }
}
.menu-shop-logo {
    max-width: 200px;
}