@charset "UTF-8";
/*---------------*/
/* fv-special
/*---------------*/
.main-bar{
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    padding: 18px 0;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    background: #083857;   
    position: relative; 
}
.flag{
    width: 62px;
    position: absolute;
    top: 145px;
    right: 8px;
}
/*-----------------*/
/* ご予約バナーsp         
/*-----------------*/
.float-button-02__wrap{
    display: block;
    margin-top: 50px;
    margin-left: -4vw;
    margin-bottom: 0;
}
.reserve-btn{
    position: relative;
    width: 150px;
    display: block;
    cursor: pointer;
    margin: 15px 0 0 -10px;
}
.reserve-btn img{
    width: 150px;
    margin: 45px 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.reserve-btn:hover img:nth-of-type(2){
    opacity: 0;
}/*---------------------*/
/* ご予約バナー(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;
}
/*------------------*/
/* special-contents
/*------------------*/
.wrapper-s{
    background: #F6F8EB;
    padding: 0px 4vw 70px;
}
.wrapper-s h1{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding-top: 76px;
    padding-bottom: 8px;
}
.s-title{
    font-family: 'Noto Sans JP', sans-serif;
    width: 260px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 38px;
    line-height: 1.4;
    padding-bottom: 51px;
}
.s-title span{
    font-style: italic;
    font-size: 2.4rem;
}
.orange-ttl{
    width: 210px;
    margin: 0 auto;
}
.p-wrap{
    padding: 0 4vw;
}
.p-wrap.btm{
    padding-top: 40px;
}
.p-wrap p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 15px;
}
.name{
    text-align: center;
}
.price{
    text-align: right;
}
.box{
    padding: 0 4vw;
    margin: 0 auto;
}
.special-img{
    position: relative;
}
.s-img{
    width: 100%;
    padding-bottom: 30px;
}
.box p{
    font-size: 1.8rem;
    line-height: 1.8;
    color: #464646;
}
.recommend{
    width: 115px;
    position: absolute;
    bottom: 14px;
    left: 0;
}
.sun{width: 57px;}
.moon{width: 57px; margin-left: -2px;}
.icon_box{
    display: flex;
    justify-content: flex-end;
    margin-top: -25px;
}
.icon_box.top{
    margin-bottom: 40px;
}
@media screen and (min-width : 580px){
    .flag{
            width: 62px;
            position: absolute;
            top: 195px;
            right: 8px;
    }

}




