@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

body {
    font-size: 24px;
    line-height: 1.7;
    color: #3E382A;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}

.wrap {
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.parent {
    padding: 80px 4vw;
}

.h2-title {
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    color: #96804F;
    font-weight: 400;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 64px;
}

.h2-title small {
    color: #3E382A;
    font-size: 24px;
}
/*終わり*/


/*<header class="header">*/
.header {
    position: absolute;
    top: 24px;
    left: 4vw;
    color: #96804F;
}

.header-h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
}

.header-h1 span {
    font-weight: 800;
}
/*終わり*/


/*<section class="news">*/
.news-wrap {
    background-color: #F8F6F0;
    padding: 40px;
}

.news-ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-link {
    display: flex;
    gap: 24px;
}

.news-date {
    color: #96804F;
}

.news-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
/*	font-size:24px;*/
}
/*終わり*/


/*<section class="case">*/
.case-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
}

.case-con {
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
	width:100%;
}

.case-thumb-wrap {
    width: 100%;
    height: 480px;
}

.case-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-date {
    text-align: right;
    font-size: 16px;
    color: #858585;
}

.case-title {
    color: #96804F;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 32px;
    border-bottom: solid 2px #96804F;
    margin-bottom: 16px;
}
/*終わり*/


/*<section class="about">*/
.about {
    background-color: #F8F6F0;
}

.about-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
/*終わり*/


/*<section class="features">*/
.features {
    padding: 80px 0;
    background-image: url(../img/feature_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
}

.features-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.features-con:nth-child(2n) {
    flex-direction: row-reverse;
}

.features-img-wrap {
    width: 40%;
}

.features-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-txt-area {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 5%;
}

.features-h3 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    color: #96804F;
    font-size: 32px;
    font-weight: 400;
}

.features-h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    border-bottom: solid 1px #96804F;
}

.features-h3 span {
    font-weight: 600;
}

.features-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
}

.features-txt {
    font-family: "Noto Serif JP", serif;
}

.features-txt span {
    font-weight: 700;
}
/*終わり*/


/*<section class="room">*/
.room {
    background-image: url(../img/room_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.room-h2 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    padding: 24px calc(24px + 4vw) 24px 0;
    z-index: 1;
}

.room-h2::before {
    content: "";
    position: absolute;
    left: -4vw;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.room-img-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.room-txt {
    text-align: center;
    margin-top: 40px;
}

.room-txt span {
    font-weight: 600;
}
/*終わり*/


/*<section class="attention">*/
.attention-in {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.attention-txt-area {
    text-align: center;
}

.attention-title {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    color: #96804F;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

.attention-title:before,
.attention-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 64px;
    height: 1px;
    background-color: #96804F;
}

.attention-title:before {
    left: 0;
}

.attention-title:after {
    right: 0;
}

.attention-txt {
    margin-top: 24px;
}

.attention-txt span {
    font-weight: 600;
}
/*終わり*/


/*<section class="flow">*/
.flow {
    background-image: url(../img/flow_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flow-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.flow-con {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flow-title-wrap {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    display: flex;
    gap: 16px;
}

.flow-num-wrap {
    background-color: #96804F;
    display: inline-block;
    padding: 4px 8px;
}

.flow-num {
    text-align: center;
    display: block;
    line-height: 1.2;
    color: #fff;
}

.flow-num span {
    font-size: 32px;
}

.flow-h3 {
    font-size: 24px;
    border-top: solid 1px #96804F;
    border-bottom: solid 1px #96804F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
/*終わり*/


/*<section class="menu">*/
.menu {
    margin: 80px 1vw;
    border: solid 4px #96804F;
}

.menu-in {
    padding: 48px 3vw;
    margin: 8px;
    border: solid 1px #96804F;
}

.menu-lead {
    text-align: center;
    font-size: 18px;
}

.menu-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 64px;
}

.menu-h3 {
    font-weight: 400;
    font-size: 24px;
    border-bottom: solid 1px #96804F;
}

.menu-dl-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.menu-dl-01 dt {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 4px; 
    padding: 8px 0;
}

.menu-dl-01-dt {
    display: flex;
    align-items: center;
    gap: 4px; 
    padding: 8px 0;
}

.brown-icon {
    color: #A19A88;
    font-size: 18px;
}

.menu-dl-01 dt small {
    font-size: 16px;
}

.menu-dl-01 dd {
    width: 20%;
    text-align: right;
    padding: 8px 0;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
    color: #D64A62;
}

.menu-txt-title {
    display: flex;
    align-items: center;
    gap: 4px; 
    padding-top: 8px;
}

.menu-txt-ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu-txt-li {
    display: flex;
    align-items: center;
    gap: 4px; 
}

.menu-dl-02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.menu-dl-02 dt {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 4px; 
    padding: 8px 0;
}

.menu-dl-02 dt:first-child {
    margin-top: 8px;
}

.menu-img {
    max-width: 160px;
    width: 100%;
    margin-right: 8px;
}

.menu-dl-02 dd {
    width: 20%;
    text-align: right;
    padding: 8px 0;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
    color: #D64A62;
}

.menu-small-txt {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}
/*終わり*/


/*<section class="staff">*/
.staff {
    background-color: #F8F6F0;
}

.staff-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.staff-con {
    background-color: #fff;
}

.staff-txt-wrap {
    padding: 24px;
}

.staff-name {
    font-size: 32px;
    font-weight: 600;
}

.staff-dl dt {
    border-left: solid 4px #96804F;
    line-height: 1.1;
    padding-left: 8px;
    margin-top: 24px;
    font-weight: 600;
}

.staff-dl dd {
    font-size: 20px;
    margin-top: 8px;
}
/*終わり*/


/*<section class="access">*/
.access-txt-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.access-h3 {
    text-align: center;
    color: #96804F;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    border-bottom: solid 1px #96804F;
}

.access-dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.access-dl dt {
    width: 15%;
    background-color: #A19A88;
    color: #fff;
    text-align: center;
    margin: 8px 0;
}

.access-dl dd {
    width: 80%;
    padding: 8px 0;
}

.map-wrap {
    width: 100%;
    height: 320px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*終わり*/


/*<section class="faq">*/
.faq {
    background-color: #F8F6F0;
}

.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-con {
    background-color: #fff;
}

.q-txt,
.a-txt {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.q-txt {
    color: #96804F;
    padding: 8px 8px 8px 44px;
}

.q-txt:hover {
    cursor: pointer;
}

.a-txt {
    display: none;
    font-size: 18px;
    margin-top: 8px;
    padding: 0px 8px 8px 44px;
}

.q-txt::before {
    content: "Q";
    line-height: 24px;
    color: #96804F;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: initial;
}

.q-txt::after {/* 閉じている時 */
	content: "＋";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #96804F;
    font-weight: 600;
}

.q-txt.active::after {/* 開いている時 */
	content: "－";
}

.a-txt::before {
    content: "A";
    color: #DDBD77;
    font-weight: 800;
    position: absolute;
    top: -2px;
    left: 18px;
    font-family: initial;
    font-size: 24px;
}
/*終わり*/


/*<section class="form">*/
.form {
    background-color: #FFF0EC;
}

.form-wrap-in {
    background-color: #fff;
    border-radius: 8px;
    padding: 64px;
    font-size: 20px;
}

.form-area dt {
    color: #96804F;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-area dd {
    margin-top: 8px;
    margin-bottom: 40px;
}

.required {
    background-color: #96804F;
    color: #fff;
    padding: 0 4px;
    font-size: 16px;
    border-radius: 4px;
}

.checkbox-flex {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #96804F;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox:checked {
    background-color: #96804F;
}

.checkbox:checked::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.message {
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #96804F;
    width: 100% !important;
    height: 160px;
    padding: 8px;
    font-size: 18px;
    color: #3E382A;
}

::placeholder {
    color: #D9D9D9;
}

.radio-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radioButton {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #96804F;
    border-radius: 9999px;
    cursor: pointer;
}

.radioButton:checked::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 50vh;
    background-color: #96804F;
}

.desire-txt-wrap {
    font-size: 16px;
}

.desire-wrap {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desire-select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calendar {
    border: solid 1px #96804F;
    font-family: "Noto Sans JP", sans-serif;
    padding: 4px 8px 4px 4px ;
}

.calendar:hover {
    cursor: pointer;
}

.time-select {
    border: solid 1px #96804F;
    font-family: "Noto Sans JP", sans-serif;
    padding: 4px 16px 4px 4px ;
}

.time-select:hover {
    cursor: pointer;
}

.mail-txt {
    font-size: 16px;
    margin-bottom: 8px;
}

.input-text {
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #96804F;
    width: 100%;
    padding: 8px;
    font-size: 18px;
    color: #3E382A;
}

.age-dd {
    display: flex;
    align-items: center;
    gap: 8px;
}

.age-txt {
    max-width: 64px;
}

.job-select {
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #96804F;
    width: 100%;
    padding: 8px;
    font-size: 18px;
    color: #3E382A;
}

.job-select:hover {
    cursor: pointer;
}

.submit-btn-area {
    text-align: center;
}

.submit-button {
    max-width: 200px;
    width: 100%;
    color: #fff;
    background-color: #96804F;
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    padding: 8px;
    transition: 0.2s;
    font-size: 18px;
}

.submit-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

    /*contact form7*/
.wpcf7-list-item {
    margin: 0 !important;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    background-color: #FFF0EC;
    padding: 0 5vw;
}

.footer-in {
    /*border-top: solid 1px #96804F;*/
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
}
/*終わり*/

/*CL追加*/
p.dateLabel{
text-align:right;
font-size:80%;
}
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}
.prev{float:left}
.next{float:right;}



/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    body {
        font-size: clamp(calc(20px), calc(24 / 1024 * 100vw), 24px);
    }

    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

    .h2-title {
        font-size: clamp(calc(32px), calc(40 / 1024 * 100vw), 40px);
    }

    .h2-title small {
        font-size: clamp(calc(16px), calc(24 / 1024 * 100vw), 24px);
    }

/*終わり*/  
  

/*<header class="header">*/
    .header {
        top: clamp(calc(8px), calc(24 / 1024 * 100vw), 24px);
    }

    .header-h1 {
        font-size: clamp(calc(18px), calc(24 / 1024 * 100vw), 24px);
    }
/*終わり*/ 


/*<section class="news">*/
    .news-wrap {
        padding: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .news-link {
        flex-direction: column;
        gap: 0;
    }
/*終わり*/ 


/*<section class="case">*/
    .case-thumb-wrap {
        height: clamp(calc(320px), calc(400 / 1024 * 100vw), 400px);
    }

    .case-title {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }
/*終わり*/ 


/*<section class="features">*/
    .features-h3 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .features-txt-wrap {
        font-size: clamp(calc(16px), calc(20 / 1024 * 100vw), 20px);
    }
/*終わり*/ 


/*<section class="room">*/
    .room-h2 {
        font-size: clamp(calc(22px), calc(32 / 1024 * 100vw), 32px);
    }
/*終わり*/ 


/*<section class="menu">*/
    .menu-img {
        max-width: clamp(calc(120px), calc(160 / 1024 * 100vw), 160px);
    }
/*終わり*/ 


/*<section class="staff">*/
    .staff-name {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }
/*終わり*/ 


/*<section class="access">*/
    .access-dl dt {
        width: 20%;
    }

    .access-dl dd {
        width: 75%;
    }
/*終わり*/ 


/*<section class="faq">*/
    .a-txt::before {
        font-size: 20px;
    }
/*終わり*/ 


/*<section class="form">*/
    .form-wrap-in {
        padding: clamp(calc(40px), calc(64 / 1024 * 100vw), 64px);
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    body {
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .h2-title {
        font-size: clamp(calc(24px), calc(40 / 599 * 100vw), 32px);
        margin-bottom: clamp(calc(48px), calc(64 / 599 * 100vw), 64px);
    }

    .h2-title small {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .parent {
        padding: clamp(calc(56px), calc(80 / 599 * 100vw), 80px) 4vw;
    }
/*終わり*/


/*<header class="header">*/
    .header {
        top: clamp(calc(4px), calc(8 / 599 * 100vw), 8px);
    }

    .header-h1 {
        font-size: clamp(calc(14px), calc(18 / 599 * 100vw), 18px);
    }
/*終わり*/ 


/*<section class="news">*/
    .news-wrap {
        padding: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/ 


/*<section class="case">*/
    .case-con {
        padding: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }

    .case-thumb-wrap {
        height: clamp(calc(200px), calc(320 / 599 * 100vw), 320px);
    }

    .case-title {
        font-size: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/ 


/*<section class="features">*/
    .features {
        padding-left: 0;
        padding-right: 0;
    }

    .features-con {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .features-con:nth-child(2n) {
        flex-direction: column;
        align-items: flex-end;
    }

    .features-img-wrap {
        width: 60%;
    }

    .features-txt-area {
        width: 100%;
        gap: 16px;
    }

    .features-h3 {
        font-size: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/ 


/*<section class="room">*/
    .room-h2 {
        font-size: clamp(calc(18px), calc(22 / 599 * 100vw), 22px);
    }

    .room-img-flex {
        gap: 4px;
    }
/*終わり*/ 


/*<section class="attention">*/
    .attention-txt {
        text-align: left;
    }
/*終わり*/ 


/*<section class="flow">*/
    .flow-con {
        gap: 16px;
    }

    .flow-num span {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }

    .flow-h3 {
        font-size: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/ 


/*<section class="menu">*/
    .menu-in {
        padding: clamp(calc(24px), calc(48 / 599 * 100vw), 48px) 5vw;
    }

    .menu-lead {
        font-size: clamp(calc(14px), calc(18 / 599 * 100vw), 18px);
    }

    .menu-wrap {
        margin-top: clamp(calc(48px), calc(64 / 599 * 100vw), 64px);
    }

    .menu-h3 {
        font-size: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }

    .menu-dl-01 {
        flex-direction: column;
    }

    .menu-dl-01 dt {
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }

    .menu-dl-01-dt {
        flex-direction: column;
    }

    .brown-icon {
        font-size: 14px;
    }

    .menu-dl-01 dt small {
        font-size: 12px;
    }

    .menu-dl-01 dd {
        width: 100%;
        text-align: left;
        margin-bottom: 16px;
        font-size: 18px;
    }

    .menu-txt-wrap {
        margin-bottom: 16px;
    }

    .menu-txt-ul {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 4px 8px;
    }

    .menu-dl-02 {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-dl-02 dt {
        width: 100%;
        font-size: 14px;
    }

    .menu-dl-02 dd {
        width: 100%;
    }

    .menu-small-txt {
        font-size: 14px;
    }
/*終わり*/ 


/*<section class="staff">*/
    .staff-name {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .staff-dl dd {
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }
/*終わり*/ 


/*<section class="access">*/
    .access-dl {
        flex-direction: column;
        gap: 4px;
    }

    .access-dl dt {
        width: 100%;
        margin: 4px 0;
    }

    .access-dl dd {
        width: 100%;
        padding: 0 0 8px 0;
    }

    .map-wrap {
        height: clamp(calc(240px), calc(320 / 599 * 100vw), 320px);
    }
/*終わり*/ 


/*<section class="faq">*/
    .faq-wrap {
        gap: 16px;
    }

    .a-txt {
        font-size: 16px;
    }

    .a-txt::before {
        font-size: 16px;
    }
/*終わり*/ 


/*<section class="form">*/
    .form-wrap-in {
        padding: clamp(calc(16px), calc(32 / 599 * 100vw), 32px);
        font-size: 16px;
    }

    .form-area dt {
        font-size: 16px;
    }

    .form-area dd {
        font-size: 14px;
    }

    .required {
        font-size: 12px;
    }

    .checkbox-flex {
        gap: 16px;
    }

    .message {
        font-size: 14px;
    }

    .reservation-flex {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .desire-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .desire-select {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
    }

    .desire-wrap .wpcf7-form-control-wrap {
        width: 45%;
    }

    .calendar {
        width: 100%;
    }

    .wpcf7-date::before{
		content: '日付';
        white-space: nowrap;
		font-size: 14px;
	}

    .time-select {
        font-size: 14px;
        width: 100%;
    }

    .input-text {
        font-size: 14px;
    }

    .job-select {
        font-size: 14px;
    }

    .start-flex {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
/*終わり*/ 

}

