body {
    color: #3a3a3a;
}



.lower-atf {
    position: relative;
    width: 100%;
    height: 45vh;
    background-color: #eee;
    background: url(../images/pr_top_0107.jpg);
    background-position: center;
    background-size: cover;
}


/*=======================================================================

共通

=======================================================================*/


/* ------------------------------ */
/* Contact */
/* ------------------------------ */

.contact_top_area {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_txt_area01{
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}

.contact_txt_area01 .required{
    color: red;
}


/* 進行状況のナビゲーション */
.steps_navigation {
    margin: 50px auto 32px;
    width: 100%;
    max-width: 750px;
}

/* 進行状況のナビゲーション ol */
.steps_navigation ol {
    list-style: none;
    display: flex;
}

/* 進行状況のナビゲーション li */
.steps_navigation li {
    position: relative;
    width: 100%;
    min-height: 40px;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 32px;
}

/* 進行状況のナビゲーション li 右矢印 */
.steps_navigation li::after {
    position: absolute;
    content: "▶︎";
    font-family: "Material Icons";
    top: 50%;
    left: 105%;
    transform: translate(0px, -50%);
    font-size: 18px;
    color: #31221e;
}

/* 進行状況のナビゲーション 最後のli */
.steps_navigation li:last-child {
    margin-right: 0;
}

/* 進行状況のナビゲーション li 最後の右矢印を非表示 */
.steps_navigation li:last-child:after {
    display: none;
}

/* 進行状況のナビゲーション ステップ完了or進行中 */
.steps_navigation li.active {
    background: #31221e;
    color: #fff;
}

/* 進行状況のナビゲーション ステップ完了or進行中 右矢印 */
.steps_navigation li.active::after {
    color: #31221e;
}

/*-----------------------------*/

/*確認・サンクスページ*/

/*-----------------------------*/

.contact_top_area .bk_t03 {
    margin: 0px 0px 12px 60px;
}

.contact_top_area .bk_t03 p {
    color: #333;
}

.contact_top_area h2 {
    color: #333;
    font-size: 40px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: 100%;
    margin: 0px 60px 40px 60px;
}

.contact_txt_area {
    margin-top: 100px;
}

.contact_txt_area h3 {
    text-align: center;
    margin-bottom: 50px;
}

.contact_txt_area h4 {
    text-align: center;
    margin: 50px auto;
}

.contact_txt_area p {
    max-width: 750px;
    margin: 0 auto;
}

.tel_contact {
    text-align: center;
}

.tel_contact a {
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}

.tel_contact a:hover{
    color:#B59948;
}

.required_txt {
    margin-bottom: 50px !important;
}

.tel_box {
    border: 1px solid #DFD6CC;
    padding: 20px;
    max-width: 750px;
    margin: 10px auto 0;
    display: grid;
    gap: 6px;
    /*grid-template-columns: auto auto;*/
    grid-template-columns: auto;
}

.tel_box01 h4 {
    font-size: 14px;
    padding: 10px;
    margin: 0px auto 20px;
    border: 1px solid #DFD6CC;
}

.tel_box01 p {
    margin-top: 10px;
    font-size: 14px;
}

.tel_box02 h4 {
    font-size: 14px;
    padding: 10px;
    margin: 0px auto 20px;
    border: 1px solid #DFD6CC;
}

.tel_box02 p {
    margin-top: 10px;
    font-size: 14px;
}

table {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 750px;
}

tr {
    text-align: left;
}

td {
    padding: 0px 20px 20px 0;
    padding: 12px;
    border: 1px solid #ededed;
    vertical-align: middle;
}

.td-w{
    width: 170px!important;
}


.required::after {
    content: '※';
    color: red;
}

input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none;
}

input,
optgroup,
select,
textarea {
    width: 100% !important;
    padding: 6px;
}


.contact_top_area input,
.contact_top_area select,
.contact_top_area textarea {
    font: message-box !important;
    font-size: 15px !important;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    padding: 6px;
    max-width: 100%;
    resize: none;
}

.sent_style {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.sent_style .wpcf7-form-control {
    border: none;
    display: block;
    width: 200px !important;
    max-width: 200px !important;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    transition: 0.3s;
    font-family: serif!important;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-list-item {
    text-align: center;
}

.consent_checkbox input {
    width: auto !important;
}

.bottomText1 {
    margin: 0px auto;
}

.bottomText1 a {
    color: #B59948;
    transition: 0.3s;
}

.bottomText1 a:hover {
    color: #333;
}

.consent_checkbox {}

.bottomText2 {
    margin: 0px auto;
    font-size: 14px;
}

.bottomText2 a {
    color: #B59948;
    transition: 0.3s;
}

.bottomText2 a:hover {
    color: #333;
}

.notes_area {
    border: 1px solid #DFD6CC;
    padding: 20px;
    max-width: 750px;
    margin: 0 auto 50px;
}

.notes_area p {
    font-size: 14px;
}

.notes_area h3 {
    font-weight: 500;
    margin: 30px auto 10px;
}

.cancel-policy{
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 10px;
}

.note{
    font-size: 12px;
    color: red;
}

/* ------------------------------ */
/* 確認画面 */
/* ------------------------------ */
.confirm_area .td-w{
    width: 170px!important;
}
#confirm-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

#confirm-box strong {
    padding: 12px;
    margin-right: 20px;
    border-right: 1px solid #ededed;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

#confirm-box p {
    padding: 12px;
    border-top: 1px solid #ededed;
}

.btn-center {
    text-align: center;
}

#confirm-btn {
    background-color: #B59948;
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;
    margin: 10px 20px;
    color: #FFF;
}

.confirm_button{
    max-width: 72px;
}

#edit-btn {
    background-color: #333;
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;
    margin: 10px 20px;
    color: #FFF;
}

#submit-btn {
    background-color: #B59948;
    padding: 10px 20px;
    max-width: 200px;
    width: 100%;
    margin: 10px 20px;
    color: #FFF;
}



/* ------------------------------ */
/* thanks page */
/* ------------------------------ */

.thanks_area{
    padding-bottom: 100px;
}

.thanks_box {
    border: 1px solid #DFD6CC;
    padding: 20px;
    max-width: 750px;
    margin: 10px auto 0;
    display: grid;
    gap: 6px;
    grid-template-columns: auto;
}

.thanks_box01 h4 {
    font-size: 14px;
    padding: 10px;
    margin: 0px auto 20px;
    border: 1px solid #DFD6CC;
}

.thanks_sns {
    text-align: center;
}

.thanks_sns img {
    max-width: 50px;
}

.thanks_sns a{
    color: #31221e;
}

.rooms_img_box a {
    color: #333;
    display: block;
    border: 1px solid #B59948;
    padding: 10px 10px;
    max-width: 100%;
    width: 100%;
    transition: 1s;
    background-color: #B59948;
    text-align: center;
}

.thanks_top_btn {
    max-width: 750px;
    margin: 30px auto 0;
}

.thanks_top_btn a {
    color: #fff;
    display: block;
    border: 1px solid #31221e;
    padding: 10px 10px;
    max-width: 100%;
    width: 100%;
    transition: 1s;
    background-color: #31221e;
    text-align: center;
}

.thanks_top_btn a:hover {
    background-color: #333;
    color: #FFF;
}

.note_text{
    font-size: 9px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}


/*スマホ版*/
@media screen and (max-width:999px) {

    /*ファーストビュー*/
    .text-block {
        bottom: 15%;
    }

    .text-inner {
        display: none;
    }
}


@media screen and (max-width:520px) {
    .tel_box {
        gap: 20px;
        grid-template-columns: auto;
    }

    .contact_top_area table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .contact_top_area table .td-w{
        font-weight: bold;
    }
    .contact_top_area table td {
        width: 100%;
    }
}
