@charset "utf-8";

.footer-contact-frame {
    display: none;
}

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

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

.reserve01-block {
    margin: 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reserve01-block:first-child {
    margin: 0;
}

.reserve02-contact-area {
    gap: 40px;
}

.reserve02-text-box {
    text-align: center;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:600px) {


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

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



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


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

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

    .reserve01-block {
        margin: 100px 0 0;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
    }

    .reserve01-block:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .reserve02-contact-area::before {
        content: "";
        display: block;
        width: 1px;
        height: 80px;
        background: var(--primary);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 7%;
        left: 0;
        margin: auto;
    }
  
  	.reserve02-text-br br {
        display: none;
  	}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


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

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

    .reserve01-block {
        margin: 120px 0 0;
    }

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


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

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



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


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

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



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 