@charset "UTF-8";
@media screen and (min-width : 768px){

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 200px;
}
/*モーダルのボタンの色を変更したい場合*/
/* .modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
} */
.img-s-wine{
    width: 30vw;
    margin: 0 auto;
}
.scrn-logo-top{
    position: absolute;
    bottom: 45px;
    right: 310px;
    width: 15%;
    z-index: 10;
    opacity: .7;
}
.scrn-logo-mid{
    position: absolute;
    bottom: 45px;
    right: 310px;
    width: 15%;
    z-index: 10;
    opacity: .9;
}
.scrn-logo-btm {
    position: absolute;
    bottom: 145px;
    right: 310px;
    width: 15%;
    z-index: 10;
    opacity: .3;
}
/*---------------------*/
/* fv-menu
/*---------------------*/
.main-menu-sp{
    display: none;
}
.main-menu-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;
}
/*------------------*/
/* menu-contents
/*------------------*/
.menu-inner-head{
    background-color: #F1F3E6; 
}
.menu-head-title{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4vw;
}
.menu-head-title h1{
     font-size: 3rem;
     font-weight: bold;
     margin: 0;
     text-align: left;
     padding-top: 50px;
}
.menu-head-title p{
    font-size: 2.5rem;
    text-align: left;     
    margin: 0;
    margin-left: -10px;
    padding-top: 8px;
    padding-bottom: 64px;
    line-height: 1.2;
}
.menu-ttl{display: none;}
.bnr3{
    background-color: #F4EEDC;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 29px ;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.bnr3 img{
    width: 100%;
}
.bnr3 a{
    display: block;
    width: 356px;
    margin: 0;
}
/* 3っつのバナーが小さくなる */
@media screen and (min-width : 769px) and
(max-width:1150px){
.bnr3 img{
    width: 100%;
}
.bnr3 a{
    display: block;
    width: 27vw;
    margin: 0;
}
}
.menu-inner{
    max-width: 1200px;
    margin: 0 auto;
}
.menu-inner h2{
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 100px;
}
.orange{
    width: 100px;
    margin: 0;
    margin-left: 276px;
    margin-top: -24px;
    padding: 0;
}
.orange.no2{
    width: 120px;
    margin: 0;
    margin-left: 215px;
    margin-top: -24px;
    padding: 0;
}
.orange.no3{
    width: 140px;
    margin: 0;
    margin-left: 225px;
    margin-top: -24px;
    padding: 0;
}
.ttl{
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 10px;
}
.all-br{display: none;}
.ttl02{
    text-align: left;
    width: 300px;
    margin-left: -11px;
    margin-bottom: 52px;
    padding-top: 27px;
    font-size: 2rem;
    font-weight: bold;
}
.menu-images{
    padding-top: 0;
}
.card-menu{
    width: 17.6%;
    padding-bottom: 52px;
    z-index: 9;
}
.card-menu .name{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    padding: 15px 0;
}
.card-menu .price{
    font-size: 1.35rem;
    font-weight: bold;
    color: #797979;
    text-align: left;
}
.first-end{
    margin-left: 80px;
}
}
/* 幅がタブレット付近で名前・値段など-小さく調整 */
@media screen and (min-width : 769px) and
(max-width:1205px){
.card-menu .name{
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    padding: 13px 0;
}
.card-menu .price{
    font-size: 1rem;
    font-weight: bold;
    color: #797979;
    text-align: left;
}
}
/* 透かしロゴの大きさの調整 */
@media screen and (min-width : 768px) and
(max-width: 1730px){
.scrn-logo-top{
    position: absolute;
    bottom: 65px;
    right: 200px;
    width: 265px;
    z-index: 10;
    opacity: .7;
}
.scrn-logo-mid{
    position: absolute;
    bottom: 65px;
    right: 200px;
    width: 265px;
    z-index: 10;
    opacity: .9;
}
.scrn-logo-btm {
    position: absolute;
    bottom: 155px;
    right: 200px;
    width: 265px;
    z-index: 10;
    opacity: .3;
}
}