@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*-------------------------------------
ルビア用css
-------------------------------------*/
body{
    background-color: #be3251;
}

#first{
    margin-top: 0;
}

#content {
    padding: 0;
}

#use {
    padding: 0;
}

#access{
    padding: 0;
}

rt{
    color: black;
    
    
}

.container{
    max-width: 1100px;
    margin: 0 auto 80px auto;
    /* border: 5px solid #be3251; */
    border-radius: 50px;
    padding: 30px;
    padding-top: 0;
    /* background: #fffef0; */
    background: #ffbeb3;
}




.rubia_container {
    max-width: 1100px;
    min-height: 622px;
    margin: 0 auto;
    /* border: 5px solid #be3251; */
    border-radius: 50px;
    display: flex;
    margin-bottom: 80px;
    background: #ffbeb3;
   
}

.rubia_left{
    width: 445px;
    padding: 0;
    
}

.rubia_left img{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}



.rubia_right{
    width: 655px;
    padding: 30px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.5;
}

.rubia_right .rubia_content{
   font-size: 1.5rem;
    line-height: 2.5;
   text-align: left;
    
}


#first .green{
    color: yellowgreen;
    font-size: 2rem;
   
}



#staff {
    padding-top: 0;
   text-align: left;
}

#staff .staff_container{
    min-height: 622px;
    text-align: center;
    
}

#staff .staff-txt{
   border: 5px solid yellowgreen;
   border-radius: 50px;
   min-width: 100%;
   min-height: 530px;
   background-color: #fff;
   position: relative;
   margin: 0 auto;
   font-size: 1.6rem;
}


.area_title{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
   
}


#staff .green{
    color: yellowgreen;
    font-size: 1.9rem;
   
}


.red{
    color: #be3251;
    font-weight: bold;
    font-size: 1.9rem;
}

#staff img{
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.active_container{
    min-height: 840px;
    position: relative;
    
}



.active_content{
   border: 5px solid yellowgreen;
   border-radius: 50px;
   background-color: #fff;
   margin: 0 auto;
   display: inline-block;
   text-align: left;
   padding: 10px;
   position: absolute;
   top: 620px;
   right: 50%;
   translate: 50%;
   font-size: 1.5rem;
   width: 60%;
}


.sp_active{
    display: none;
}

.building_container{
max-height: 622px;
}


.building_sp{
display: none;
}

.use_container{
    max-height: 622px;
    text-align: center;
}


.use_about li{
    list-style: none;
    
}

.use_area{
    display: flex;
    width: 100%;
}

ol{
    width: 100%;
}

.list_l_last{
    text-align: left;
    padding-left: 115px;
}

    .use_left{
        width: 50%;
        text-align: center;
    }
    
    .use_right{
        width: 50%;
        text-align: center;
    }
    
    .use_r_area{
        display: flex;
        text-align: center;
        position: relative;
    }
    
    
    .use_r_l_area{
        position: relative;
        /* display: flex;
        flex-wrap: wrap; */
        width: 100%;
       z-index: 0;
    }
    
.use_r_list{
    display: flex;
    margin-top: 10px;
    
}







.use_r_list p:nth-child(odd){
    border: 2px solid #b31236;
    background-color: rgb(241, 241, 141);
    width: 60%;
    max-width: 260px;
    height: 34px;
    margin-bottom: 30px;
    border-radius: 5px;
    font-weight: bold;
}



.use_r_list p:nth-child(2n){
    text-align: left;
    margin-left: 20px;
    width: 40%;
}

    .use_r_l_area::before{
        content: "";
        width: 150px;
        height: 330px;
        background-color: #4dcc1a;
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 60px;
    }
    
    .use_r_l_area::after{
        content: "";
        border-top: 55px solid #4dcc1a;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
        position: absolute;
        z-index: -1;
        top: 344px;
        left: 60px;
    }
    
    /* .use_r_area .use_r_l_area li:nth-child(odd){
        margin-bottom: 30px;
        border: 2px solid #b31236;
        max-width: 260px;
        padding: 0 10px;
        border-radius: 5px;
        width: 60%;
        font-weight: bold;
        background-color: rgb(241, 241, 141);
        max-height: 34px;
    } */
    
    /* .use_r_area .use_r_l_area li:nth-child(2n){
        max-width: 200px;
        width: 40%;
        text-align: left;
        margin-bottom: 10px;
        margin-left: 20px;
        font-size: 0.8rem;
    } */

    /* .use_r_r_area{
        margin-left: 20px;
    }
    
    .use_r_r_area li{
        margin-bottom: 20px;
        text-align: left;
    } */
    
    .use_about .use_left li{
        margin-bottom: 10px;
    }
    
    .use_about .use_left li p{
        margin-bottom: 10px;
    }
    
    
    .use_about .list_title{
        border: 2px solid #b31236;
        background-color: #ff7998;
        width: 200px;
        padding: 0 10px;
        display: inline-block;
        border-radius: 5px;
        margin-bottom: 10px;
        font-weight: bold;
    } 
    

.button_area{
    margin-top: 50px;
    text-align: center;
}

    .use_container .button{
        padding: 15px;
        background: #be3251;
        border-radius: 40px;
        color: #fff;
        margin-top: 50px;
    }

.sp_map{
    display: none;
}

/*-------------------------------------
レスポンシブ用css
-------------------------------------*/
@media screen and (max-width: 425px) {

header{
    display: flex;
    align-items: center;
}

    .container{
       margin-bottom: 30px;
       
    }
    .rubia_container {
       margin-bottom: 30px;
       flex-direction: column;
       width: 400px;
       padding: 5px;
    }

    .rubia_content {
       max-width: 100%;
       padding: 0;
       margin: 0 auto;
    }

    .rubia_right{
        width: 100%;
        font-size: 1.3rem;
        padding: 0 0 0 10px;
    }

    #first .green{
        color: yellowgreen;
        font-size: 1.5rem;
        -webkit-text-stroke:#fff;
    }

    .rubia_left{
        width: 100%;
        
        
    }
    
    .rubia_left img{
        border-radius: 50px;
        width: 350px;
        height: 490px;
    }


    #staff .staff_container{
        min-height: 675px;
        
        
    }

    #staff .staff-txt{
        max-width: 100%;
        max-height: 100%;
        background-color: #fff;
        font-size: 1rem;
     }

     #staff .green{
        font-size: 1.3rem;
    }

    .red{
        font-size: 1.3rem;
    }


    .active_container{
        max-width: 400px;
        max-height: 870px;
        position: relative;
        
    }

    .active_content{
        top: 565px;  
        font-size: 1.1rem;
        width: 90%;
     }


.pc_active{
    display: none;
}

.sp_active{
    display: block;
}

     .b_img{
        display: none;
     }

     .building_sp{
        display: block;
        }

        .use_container{
            max-height: 1350px;
            text-align: center;
        }

        .use_area{
            flex-direction: column;
            width: 100%;
        }

        .use_left{
            width: 100%;
            text-align: center;
        }

        .list_l_last{
            text-align: left;
            padding-left: 0;
        }

        
        .use_right{
            width: 100%;
            text-align: center;
        }


     .use_r_list{
        flex-direction: column;
    }
    
    .use_r_list p:nth-child(odd){
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .use_r_list p:nth-child(2n){
        text-align: center;
        margin-left: 0px;
        width: 100%;
    }


    .use_r_l_area::before{
        height: 400px;
       left: 100px;
    }

    .use_r_l_area::after{
       top: 439px;
       left: 100px;
    }

        .pc_map{
            display: none;
        }

        .sp_map{
            display: block;
        }
}