@charset "UTF-8";
.container.container_welcome {
    max-width: 1695px;
}
.header_contents {
    margin-bottom: 25px;
}
.slider_area {
    height: 100%;
    width: 100%;
    background: url(/wp-content/themes/teambuilding/assets/images/welcome_farewell/eventbnr_bg.png) top center no-repeat;
    padding: 75px 0 0;
}
.communication_message {
    justify-content: center;
}
#outdoor_plan {
    margin: 60px 0 0;
}
.outdoor_wrap {
    display: flex;
    border: 7px solid #eb6e00;
    border-radius: 7px;
    padding: 12px 12px 100px 0;
    position: relative;    
    margin-bottom: 80px;
}
.outdoor_planning {
    position: absolute;
    bottom: -43px;
    transform: translate(-50%, 0);
    left: 50%;
}
.outdoor_detail {
    width: 100%;
    max-width: 850px;
}
.outdoor_area {
    width: 100%;
    max-width: 457px;
}
.outdoor_ttl {
    border-bottom: 2px solid #dddddd;
    margin: 0 15px 0 30px;
}
.outdoor_plantext {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 0 30px;
    padding: 20px 0;
}
.outdoor_plantext .normal_text_small {
    color: #574c46;
}
.outdoor_plannote {
    color: #444444;
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 550;
}
.indoor_button {
    text-align: center;
}
#voice {
    background: #f9f9f5;
}
.other_text {
    border-bottom: 3px solid #dddddd;
    padding-bottom: 20px;
}
.plan_pricebottom01 .normal_text_small {
    color: #574c46;
}
.plan_price_area02 {
    margin-bottom: 10px;
}
.orange_textnote .orange_text {
    font-size: 20px;
    font-weight: 550;
}
.palncontact {
    margin: 45px 0 10px 0;
}
#t {
    flex-wrap: wrap;
}
.fixed_outddor_planningttl {
    width: 100%;
    display: block;
}
#t img {
    max-width: 100%;
}
.topBtn {
    position: fixed;
    right: 30px;
    bottom: 120px;
    margin: 0 auto;
    background-color: #04127c;
    z-index: 9999;
    width: 77px;
    height: 77px;
    border-radius: 50%;
}
.topBtn svg {
    width: 1.1rem;
}
.topBtn a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 11px 10px 0;
    font-weight: 550;
}
@media only screen and (max-width: 1300px) {
    .outdoor_wrap {
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px 12px 120px 12px;
    }
    
    .outdoor_detail {
        width: 100%;
        max-width: 100%;
    }
    .outdoor_price {
        text-align: center;
    }
    .outdoor_area {
        width: 100%;
        text-align: center;
    }
    .outdoor_planning {
        bottom: -3%;
    }
    .pc.event_ttl {
        display: none;
    }
    .sp.event_ttl {
        display: block;
        margin: 15px 20px;
    }
    .chance_title_area {
        padding: 18px 10px;
    }
    .voice_items p {
        font-size: 18px;
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 560px) {
    .slider_area {
        background: url(/wp-content/themes/teambuilding/assets/images/welcome_farewell/eventbnr_bgsp.png) top center no-repeat;
        background-size: cover;
    }
    #outdoor_plan {
        margin: 30px -4% 0;
    }
    .outdoor_area {
        width: 90%;
    }
    .outdoor_wrap {
        padding: 12px 0 40px 0;
        border: 3px solid #eb6e00;
        margin-bottom: 30px;
    }
    .outdoor_planning {
        bottom: 0;
        position: initial;
        width: 90%;
        margin: 20px auto 0;
        text-align: center;
        box-sizing: border-box;
        transform: translate(0, 0);
    }
    .outdoor_plantext {
        flex-wrap: wrap;
    }
    .outdoor_plannote {
        font-size: 14px;
    }
    .indoor_button {
        width: 90%;
        margin: 0 auto;
    }
    .other_text {
        margin: 0 20px;
    }
    .other_text img {
        width: 40%;
        margin: 0 auto;
    }
    #price .container {
        width: 100%;
    }
    .plan_pricebottom01 {
        display: flex;
    }
    .plan_pricebottom01 .normal_text_small {
        width: 50%;
    }
    .orange_textnote .orange_text {
        padding: 0 10px;
    }
    .palncontact {
        margin: 45px 10px 10px 10px;
    }
    .topBtn {
        right: 20px;
        bottom: 13%;
        width: 55px;
        height: 55px;
    }
    .topBtn a {
        font-size: 14px;
        line-height: 1;
        padding: 9px 10px 0;
    }
    .topBtn svg {
        width: 0.7rem;
    }
}