@charset "UTF-8";
@media screen and (min-width : 768px){
/*---------------------*/
/* fv-menu
/*---------------------*/
.main-sp{
    display: none;
}
.main-pc{
    display: block;
    width: 100vw;
}
/*---------------------*/
/* ご予約バナー(sp-pc)          
/*---------------------*/
/* PC用 */
.float-button__wrap{
    display: block;
    z-index: 1000;
}
.float-button__wrap{
    display: block;
    position:absolute;
    top:50%;
    right:0;
}
.more04-01{
    position: relative;
    margin: 50px 0 0 0;
    width: 52px;
    display: block;
    cursor: pointer;
}
.more04-01 img{
    display: block;
    width: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.more04-01:hover img:nth-of-type(2){
    opacity: 0;
}
/* SP用 */
.float-button-02__wrap{
    display: none;
    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: none;
    cursor: pointer;
}
.more04-02 img{
    display: none;
    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: 90px;
}
.owner-inner, .owner-box{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4vw;
}
.owner-inner h1{
     font-size: 3rem;
     margin: 0;
     text-align: left;
     padding-top: 50px;
}
.owner-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    text-align: left;     
    margin: 0;
    margin-left: 0px;
    padding-bottom: 34px;
}
.owner-box{
    padding-top: 70px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.owner-name{
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.5;
}
.owner-img{
    max-width: 527px;
    min-width: 400px;
}
.onr-sign{
    width: 35%;
    opacity: .7;
    padding: 5px 0 50px 0;
}
.owner-txt h2{
    text-align: left;
    font-size: 2.3rem;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.4;
}
.owner-txt{
    max-width: 631px;
    min-width: 500px;
    padding-top: 80px;
}
.owner-txt p{
    line-height: 1.5;
    margin-bottom: 45px;    
    padding-left: 1.5rem;
}
.owner-txt p.txt01{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.br-sp{display: none;}
}