@charset "utf-8";

/*===========================================================
Reserve
===========================================================*/

.reserve01-block {
	padding: 0 0 40px;
}

.reserve01-block:last-child {
	padding: 0;
}

.reserve01-block::before {
	content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 15px;
}

.reserve01-block:last-child::before {
	display: none;
}

.reserve01-text-box {
	margin: 20px 0 0;
}

.reserve01-text-box:first-child {
	margin: 0;
}

.reserve02-text-flex {
	margin: 10px 0 0;
}

.reserve02-text-flex:first-child {
	margin: 0;
}

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


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

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



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


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


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

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



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


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


/*===========================================================
Reserve
===========================================================*/

.reserve01-block {
	padding: 0 0 60px;
}

.reservedCell {
        padding-top: 10vw;
        position: relative;
        z-index: 1;
        margin: -10vw auto 0;
        overflow: hidden;
    }
    .reservedCell .reservedCellBox {
        width: 65%;
        background: #fff;
        margin: 10vw auto;
        padding: 3vw;
        box-sizing: border-box;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    }
    .tac {
        text-align: center;
    }
    .largep {
        font-size: 150%;
    }
    .greyCell {
        background: #E8E8E8;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2vw;
        padding: 2vw 0;
    }
    .greyCell .greyBox {
        width: 44%;
        margin: 0 1vw;
        text-align: center;
        font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    }
    .reservedCell .reservedCellBox .mycolle .flcell {
        position: relative;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservedCell .reservedCellBox .mycolle .flcell .fleft {
        width: 30%;
        padding: 2vw;
        box-sizing: border-box;
        text-align: left;
        display: block;
    }
    .reservedCell .reservedCellBox .mycolle .flcell .fright {
        width: 70%;
        padding: 2vw;
        box-sizing: border-box;
    }
    p {
        margin-bottom: 0;
        line-height: 1.7;
    }
      
} /* min-width: 768px ここまで */


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


/*===========================================================
Reserve
===========================================================*/

.reserve01-block {
	padding: 0 0 80px;
}

.reserve01-block::before {
    left: 20px;
}

.reserve01-text-box {
	margin: 30px 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 ここまで */

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

@media screen and (max-width: 768px) {
    .reservedCell {
        padding-top: 10vw;
        position: relative;
        z-index: 1;
        margin: -10vw auto 0;
        overflow: hidden;
    }
    .reservedCell .reservedCellBox {
        width: 90%;
        background: #fff;
        margin: 20vw auto;
        padding: 3vw;
        box-sizing: border-box;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    }
    .tac {
        text-align: center;
    }
    .largep {
        font-size: 150%;
    }
    .greyCell {
        background: #E8E8E8;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 2vw;
        padding: 3vw 0;
    }
    .greyCell .greyBox {
        width: 44%;
        margin: 0 1vw;
        text-align: center;
        font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.1942)), 16px);
    }
    .greyCell .greyBox img:nth-of-type(1) {
        width: 95%;
        max-width: 120px;
        height: auto;
    }
    .greyCell .greyBox img:nth-of-type(2) {
        width: 70%;
        max-width: 90px;
        margin: 2vw auto 0;
        display: block;
    }
    .reservedCell .reservedCellBox .mycolle .flcell {
        position: relative;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reservedCell .reservedCellBox .mycolle .flcell .fleft {
        width: 30%;
        padding: 2vw;
        box-sizing: border-box;
        text-align: left;
        display: block;
    }
    .reservedCell .reservedCellBox .mycolle .flcell .fright {
        width: 70%;
        padding: 2vw;
        box-sizing: border-box;
    }
    p {
        margin-bottom: 0;
        line-height: 1.7;
    }
}

@media screen and (max-width: 373px) {
    .greyBox p {
        font-size: 9px;
    }
}