@charset "UTF-8";
@media screen and (min-width : 768px){
/*---------------------*/
/* fv-plan
/*---------------------*/
.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;
}
/*------------------*/
/* plan-contents
/*------------------*/
.plan-inner br{display: none;}
.wrapper-top{
    background: #F3F3F3;
}
.wrapper-under{
    background: #F5F0EA;
}
.plan-inner{background: none}
.plan-contents{
    padding: 0;
    padding-bottom: 0px;
}
.plan-inner, .plan-wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.plan-inner h1{
     font-size: 3rem;
     margin: 0;
     text-align: left;
     padding-top: 50px;
}
.plan-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    text-align: left;     
    margin: 0;
    margin-left: 0px;
    padding-bottom: 10px;
}
.plan-wrapper h2{
    margin: 0 auto 40px;
}
.card-wrap{
    display: flex;
    justify-content: space-between;
    padding: 0 0.9vw;
}
/* card */
.card{
  max-width: 40%;
  padding: 0 0.5vw;
}     
.plan-name{
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.5;
}
.card img{
    width: 100%;
    margin: 0;
    min-width: 200px;
}
.plan-txt h2{
    text-align: left;
    font-size: 2.3rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
}
.plan-txt{
    max-width: 631px;
    min-width: 500px;
    padding-top: 80px;
}
.plan-txt p{
    line-height: 1.5;
    margin-bottom: 45px;    
    padding-left: 1.5rem;
}
.plan-txt p.txt01{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.br-sp{display: none;}

/* 罫の配置 */
.box{
    padding: 27px 14px 90px;
}
.box.ue, .box.sita{
    position: relative;
}
.w-line-01.w-sp{
    width: 40px;
    position: absolute;
    z-index: 10;
    top: 164px;
    left: 4vw;
}
.w-line-02.w-sp{
    width: 40px;
    position: absolute;
    z-index: 10;
    bottom: 209px;
    right: 4vw;
}
.w-txt.w-sp{
    width: 220px;
    position: absolute;
    z-index: 10;
    bottom: 210px;
    right: 16vw;
    opacity: .8;
}
.b-line-01.b-sp{
    width: 40px;
    position: absolute;
    z-index: 10;
    top: 163px;
    left: 4vw;
}
.b-line-02.b-sp{
    width: 40px;
    position: absolute;
    z-index: 10;
    bottom: 207px;
    right: 4vw;
}
.b-txt.b-sp{
    width: 220px;
    position: absolute;
    z-index: 10;
    bottom: 200px;
    right: 16vw;
    opacity: .8;
}

/* 予約バナーNo2 */
.reserve-btn{
    position: relative;
    width: 170px;
    display: block;
    cursor: pointer;   
    margin: 0; 
    margin-top: 85px;
}
.reserve-btn img{    
    width: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.reserve-btn:hover img:nth-of-type(2){
    opacity: 0;
}

} 