@charset "UTF-8";
/*---------------*/
/* fv-menu
/*---------------*/
.main-pc{
    display: none;
}
.main-sp{
    width: 100%;
    height: 513px;
    object-fit: cover;
    object-position: center center;
}
/*---------------------*/
/* ご予約バナー(sp-pc)          
/*---------------------*/
/* PC用 */
.float-button__wrap{
    display: none;
}
.more04-01{
    position: relative;
    margin: 50px 0 0 0;
    width: 52px;
    display: none;
    cursor: pointer;
}
.more04-01 img{
    display: none;
    width: 52px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more04-01:hover img:nth-of-type(2){
    opacity: 0;
}
/* SP用 */
.float-button-02__wrap{
    display: block;
    margin-top: 140px;
    margin-bottom: 45px;
}
.float-button-02__wrap img{
    width: 145px;
}
.more04-02{
    position: relative;
    margin: 50px 0 0 0;
    width: 140px;
    display: block;
    cursor: pointer;
}
.more04-02 img{
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more04-02:hover img:nth-of-type(2){
    opacity: 0;
}
/*------------------*/
/* owner-contents
/*------------------*/
.owner-contents{
    background-color: #F6F8EB; 
    padding-bottom: 60px;
}
.owner-inner, .owner-box{
    margin: 0 auto;
    padding: 0 4vw;
}
.owner-inner h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 26px;
}
.owner-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.3rem;
    text-align: center;
    padding-top: 8px;
    line-height: 1.2;
}
.owner-box{
    padding-top: 45px;
}
.owner-name{
    font-family: 'ヒラギノ明朝 Pro','游明朝', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 500px;
    line-height: 1.4;
    color: #302828;
}
.owner-img{
    max-width: 313px;
    margin: 0 auto;
}
.onr-img{
    width: 100%;
}
.onr-sign{
    width: 40%;
    opacity: .8;
    padding:10px 0 30px 0px;
}
.owner-txt h2{
    color: #823838;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 14px;
    line-height: 1.35;
}
.owner-txt{
    max-width: 768px;
    min-width: 300px;
    padding-top: 0px;
}
.owner-txt p{
    font-size: 1.8rem;
    color: #606060;
    line-height: 1.65;
    margin-bottom: 38px;    
    padding-left: 1.5rem;
}
.owner-txt p.txt01{
    margin-bottom: 0;
    padding-bottom: 13px;
}
.br-t-2{display: none;}



/* 幅によるcssの調整など～ */
@media screen and (min-width : 466px) and
(max-width:767px){

}