@charset "UTF-8";
@media screen and (min-width : 768px){
/*---------------*/
/* fv-special
/*---------------*/
.wrapper-s{
    background: #F6F8EB;
    padding: 0px 4vw 150px;
}
.main-bar{
    line-height: 1;
    padding: 22px 0;
    font-size: 3.1rem;
    color: #fff;
    text-align: center;
    background: #083857;    
}
.special-inner{
    max-width: 1200px;
    margin: 0 auto;
}
.flag{
    width: 128px;
    position: absolute;
    top: 209px;
    right: 46px;
}
/*---------------------*/
/* ご予約バナー(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;
}
/*------------------*/
/* special-contents
/*------------------*/
.wrapper-s h1{
    width: 1200px;
    text-align: left;
    font-size: 2.3rem;
    font-weight: bold;
    padding-top: 76px;
    margin-left: -13px;
    padding-bottom: 8px;
}
.bracket{
    display: inline-block;
    font-size: 2.7rem;
}
.orange-ttl{
    width: 280px;
    margin: 0;
}
.s-sp{display: none;}
.s-title{
    width: 1200px;
    margin: 0;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: left;
    padding-top: 38px;
    line-height: 1.4;
    padding-bottom: 28px;
}
.p-wrap{
    padding: 0;
    padding-left: 600px;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    padding-top: 68px;
    margin-bottom: -32px;
}
.p-wrap.btm{
    padding-top: 0px;
}
.p-wrap p{
    font-size: 2rem;
    font-weight: bold;
}
.box{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.special-img{
    position: relative;
}
.s-img{
    width: 463px;
    margin-right: 58px;
}
.recommend{
    width: 184px;
    position: absolute;
    bottom: 8px;
    left: 0;
}
.box p{
    max-width: 592px;
    margin-top: -70px;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #464646;
}
.icon_box{
    display: flex;
    justify-content: flex-end;
    margin-top: -85px;
}
.h1-btm{
    margin-top: 68px;
}
}
/* 幅によるcssの調整など～ */
@media screen and (min-width : 768px) and
(max-width:1040px){
    .p-wrap{
        padding: 0;
        padding-left: 500px;
        max-width: 600px;
        padding-top: 68px;
        margin-bottom: -32px;
    }
}
@media screen and (min-width : 768px) and
(max-width:920px){
    .p-wrap{
        padding-left: 500px;
        max-width: 600px;
        padding-top: 68px;
    }
    .box p{
        max-width: 592px;
        margin-top: 15px;
        font-size: 1.7rem;
        line-height: 1.8;
        color: #464646;
    }
}