.pageTitle {
    padding: 42px 0 43px;
    text-align: center;
    color: #c0b562;
    font-size: 30px;
    line-height: 1;
}
.carf {
    font-family: Carmen;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}
.pageTitle.itemMainTitle h1 {
    font-size: 15px;
    color: #999;
    text-decoration: none;
    padding: 6px 0 0 0;
    cursor: default;
}
.pageTitle h1:after {
    width: 40px;
}
.pageTitle h1:after {
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 0;
    background: #c0b562;
    position: relative;
    transform: none;
    top: 0;
}
.pageTitle h1:before {
    display: none;
}

.reserveFlowBox__box {
    border: 1px solid #dedede;
    background: #ffffff;
}
.reserveFlowBox__ttl {
    padding: 10px 0 12px;
    font-size: 15px;
    line-height: 1.1;
    text-align: center;
    color: #c0b562;
    background: #f3f3f3;
}
.reserveFlowBox__list {
    padding: 0 30px;
}
.reserveFlowBox__step {
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.reserveFlowBox__step:not(:first-child):before, .reserveFlowBox__step:not(:first-child):after {
    content: '';
    width: 30px;
    height: 55.5%;
    display: block;
    position: absolute;
}
@media screen and (min-width:769px) {
    .reserveFlow {
        width: 700px;
        margin: 0 auto;
    }
    .reserveFlowBox__list {
        height: 180px;
    }
    .reserveFlowBox__step {
        width: 31%;
        height: 100%;
        float: left;
    }
    .reserveFlowBox__step.step1 {
        padding-right: 38px;
    }
    .reserveFlowBox__step.step2 {
        width: 38%;
        position: relative;
        /* left: -5px; */
        /* padding-left: 40px; */
        padding-left: 50px;
        padding-right: 50px;
    }
    .reserveFlowBox__step.step3 {
        padding-left: 45px;
    }
    .reserveFlowBox__step:not(:first-child):before {
        top: -1px;
        left: 0;
        transform: rotate(-25deg) translateY(-11px);
    }
    .reserveFlowBox__step:not(:first-child):after {
        bottom: -1px;
        left: 0;
        transform: rotate(25deg) translateY(11px);
    }
    .reserveFlowBox__step:not(:first-child):before, .reserveFlowBox__step:not(:first-child):after {
        border-left: 1px solid #dedede;
    }
    .reserveFlowBox__list:after {
        content: '';
        clear: both;
        display: table;
    }
}
.reserveFlowBox__step > span {
    display: block;
    font-weight: normal;
    text-align: center;
    font-size: 34px;
    color: #c0b562;
}
.reserveFlowBox__step .step-txt {
    font-size: 12px;
}
.reserveFlowBox__step .step-txt > strong {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 13px;
}
.form-banner {
    width: 700px;
    margin: 30px auto !important;
    text-align: center;
}
/* 3フォーム初期非表示用 */
.pageTitle.type_tour,
.pageTitle.type_request,
.pageTitle.type_inquiry {
    display: none;
}
.reserveFlow.type_tour,
.reserveFlow.type_request,
.reserveFlow.type_inquiry {
    display: none;
}
.form-banner.type_tour,
.form-banner.type_request,
.form-banner.type_inquiry {
    display: none;
}
/* telnuminfo */
.tel-and-info-area {
    width: 500px;
    margin: 20px auto 40px;
    text-align: center;
    border: 2px solid #b40014;
    padding: 10px;
}
.tel-and-info-area.type_tour,
.tel-and-info-area.type_request,
.tel-and-info-area.type_inquiry {
    display: none; /* default */
}
.tel-and-info-area .info-time,
.tel-and-info-area .info-other,
.tel-and-info-area .info-other a {
    color: #707070;
}
.tel-and-info-area .telnuminfo {
    color: #b40014;
}
.tel-and-info-area a.telnumbtn {
    display: inline-block;
    width: auto;
    color: #b40014;
    margin-bottom: 10px;
    font-size: 20px;
}


/* ---------- SP ---------- */
@media screen and (max-width:768px) {
    .pageTitle {
        padding: 17px 0 42px;
        font-size: 25px;
    }
    .pageTitle.itemMainTitle h1 {
        font-size: 10px;
    }
    .pageTitle h1:after {
        width: 20px;
    }
    .reserveFlow {
        padding: 0 16px;
    }
    .reserveFlowBox__ttl {
        font-size: 13px;
    }
    .reserveFlowBox__list {
        padding: 0;
    }
    .reserveFlowBox__step {
        display: flex;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .reserveFlowBox__step > span {
        padding-right: 20px;
    }
    .reserveFlowBox__step .step-txt {
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.8;
    }
    .reserveFlowBox__step .step-txt > strong {
        display: block;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        line-height: 2;
    }
    .reserveFlowBox__step:not(:first-child)::before, .reserveFlowBox__step:not(:first-child)::after {
        width: 50%;
        top: -50%;
        border-bottom: 1px solid #dedede;
    }
    .reserveFlowBox__step:not(:first-child)::before {
        left: 0;
        transform: skewY(10deg);
    }
    .reserveFlowBox__step:not(:first-child)::after {
        right: 0;
        transform: skewY(-10deg);
    }
    .form-banner {
        width: 100%;
        position: fixed;
        bottom: 0;
        margin: 0 !important;
    }
    /* telnuminfo */
    .tel-and-info-area {
        width: auto;
        margin: 0px 16px 100px;
    }
}
