@charset “UTF-8”;

.sub_top{
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
    background-image: url(../img/sub_top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 140px;
}


.blank{
    height: 100px;
}

.contents_area{
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 30px;
    }

.sub_midashi{
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px;
}

.midashi_border img{
    max-width: 100%;
    display: block;
    margin: 0 auto 50px;
}

.sub_border{
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.sub_border2{
    border-bottom: 1px dashed #bcbcbc;
    margin-bottom: 10px;
}

/*----------メニュー共通----------*/

.menu_link{
    width: 800px;
    margin: 30px auto 50px;
}

.menu_link a{
    float: left;
    width: 180px;
    display: block;
    padding: 13px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin: 0 10px;
    text-decoration: none;
    background: #9b2c25;
    border: 2px solid #9b2c25;
    border-radius: 50px;
    margin-bottom: 50px;
    text-decoration: none;
}

.menu_link a:hover{
    background: #fff;
    color: #9b2c25;
    transition-duration: 0.9s;
    text-decoration: none;
}

/*----------お料理・お飲み物・ランチ----------*/

.menu{
    margin-bottom: 50px;
}

.ippin_left{
    width: 30%;
    float: left;
}

.ippin_left img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.ippin_right{
    width: 66%;
    float: right;
}

.ippin_title{
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.ippin_txt{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.ippin_price{
    font-size: 2.0rem;
    font-weight: bold;
}

.ippin_price span{
    font-size: 1.4rem;
    font-weight: 300;
} 

.menu_category{
    border-bottom: solid 3px #285351;
    position: relative;
    margin-bottom: 26px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
    padding-bottom: 10px;
}

.menu_category:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9b2c25;
    bottom: -3px;
    width: 30%;
}

.menu_category span{
    font-size: 1.5rem;
    font-weight: 400;
}

.menu_category2{
    color: #ff7c35;
    font-size: 1.8rem;
    margin: 15px 0;
    font-weight: 500;
}

.menu_title{
    float: left;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.0;
}

.menu_price{
    float: right;
    font-weight: bold;
    padding-right: 15px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 1.5rem;
    line-height: 2.0;
}

.menu_txt{
    font-size: 1.3rem;
    line-height: 1.7;
    width: 95%;
    margin: 0 auto 10px;
}

.menu_caption{
    font-size: 1.4rem;
    line-height: 1.7;
}

.menu_caption2{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}


/*----------コース----------*/

.course{
    margin-bottom: 90px;
}

.c_left{
    width: 30%;
    float: left;
}

.c_left img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.c_right{
    width: 66%;
    float: right;
}

.c_category{
    border-bottom: solid 3px #285351;
    position: relative;
    margin-bottom: 26px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
    padding-bottom: 10px;
}

.c_category:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9b2c25;
    bottom: -3px;
    width: 30%;
}

.c_caption{
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 15px;
}

.c_txt{
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

.c_price{
    font-size: 2.0rem;
    font-weight: 500;
}

.c_price span{
    font-size: 1.4rem;
    font-weight: 300;
}


/*----------こだわり----------*/



/*----------写真----------*/

.gallery_caption{
	text-align: center;
	margin-bottom: 30px;
    color: #2c3d59;
    font-size: 1.6rem;
    font-weight: 500;
}

.photo{
    overflow: hidden;
    padding-bottom: 50px;
    width: 900px;
    margin: 0 auto;
}

.photo li{
    float: left;
    margin-right: 20px;
    list-style-type: none;
    width: 280px;
    margin-bottom: 10px;
}

.photo li a{
    color: #111;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
	height: 240px;
    display: block;
}

.photo li:hover{
	opacity: 0.7;
}

.photo li img{
	width: 280px;
	border: 3px solid #fff;
    margin-bottom: 10px;
	box-shadow: 
		3px 3px 5px rgba(0,0,0,0.5);
}

.photo li:nth-child(3n){
    margin-right: 0;
}


/*----------アクセス----------*/

.sub_info{
    margin-bottom: 30px;
}
.sub_map{
		display: flex;
	}
    .sub_map div{
		width:50%;
}
/*----------今月のオススメ----------*/

.s_txt2{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 100px 0;
}

.special{
    padding: 20px;
    margin-bottom: 50px;
}

.s_midashi{
    border-bottom: solid 3px #285351;
    position: relative;
    margin-bottom: 26px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
    padding-bottom: 10px;
}

.s_midashi:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9b2c25;
    bottom: -3px;
    width: 30%;
}

.s_left{
    width: 40%;
    float: left;
}

.s_left img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.s_right{
    width: 55%;
    float: right;
}

.s_txt{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.s_price{
    font-size: 2.0rem;
    font-weight: 500;
}


/*----------幅768以下----------*/

@media screen and (max-width: 768px) {
    
    .sub_top{
        width: 100%;
        height: 300px;
        background-image: url(../img/sub_top.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 110px;
    }
    
    .blank{
        height: 80px;
    }

    .sub_top img{
        display: block;
        margin: 0 auto;
        width: 180px;
    }
    
    .contents_area{
        width: 90%;
        margin: 0 auto;
        padding: 50px 0 20px;
    }  
    
    .sub_midashi{
        font-size: 2.2rem;
    }
    
    .sub_midashi span{
        font-size: 1.3rem;
    }

    
    /*----------メニュー共通----------*/

    .menu_link{
        width: 70%;
        margin: 10px auto 40px;
    }
    
    .menu_link a{
        width: 100%;
        display: block;
        font-weight: 500;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
        padding: 8px;
    }

    
    /*----------お料理・お飲み物・ランチ----------*/

    .menu{
        margin-bottom: 40px;
    }
    
    .ippin_left{
        width: 100%;
        float: none;
    }
    
    .ippin_left img{
        display: block;
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .ippin_right{
        width: 100%;
        float: none;
    }

    .ippin_title{
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .ippin_txt{
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.7;
    }

    .ippin_price{
        font-size: 1.7rem;
        font-weight: bold;
    }

    .ippin_price span{
        font-size: 1.2rem;
        font-weight: 300;
    } 
    
    .menu_category{
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    
    .menu_category span{
        font-size: 1.2rem;
        color: #333;
        font-weight: 300;
        
    }
    
    .menu_category2{
        font-size: 1.5rem;
    }

    .menu_title{
        float: none;
        padding-left: 5px;
        margin-bottom: 5px;
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .menu_price{
        float: none;
        padding-right: 5px;
        margin-bottom: 5px;
        text-align: right;
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .menu_txt{
        font-size: 1.2rem;
        line-height: 1.5;
        width: 95%;
        margin: 0 auto 10px;
    }

    .menu_caption{
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    .menu_caption2{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    /*---------コース----------*/
    
    .course{
        margin-bottom: 80px;
    }

    .c_left{
        width: 100%;
        float: none;
    }

    .c_left img{
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
        border: 3px solid #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.6);
    }

    .c_right{
        width: 100%;
        float: none;
    }

    .c_category{
        border-bottom: solid 3px #285351;
        position: relative;
        margin-bottom: 26px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #111;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .c_category:after{
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #9b2c25;
        bottom: -3px;
        width: 30%;
    }

    .c_caption{
        font-size: 1.3rem;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .c_txt{
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .c_price{
        font-size: 1.7rem;
        font-weight: 500;
    }

    .c_price span{
        font-size: 1.2rem;
        font-weight: 300;
    }
    
    /*---------こだわり----------*/


    /*----------写真----------*/

    .gallery_caption{
        text-align: center;
        font-size: 1.3rem;
    }

    .photo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 10px;
        width: 90%;
    }

    .photo li img {
        height: 100px;
        vertical-align: bottom;
        border: 3px solid #fff;
    }

    .photo li {
        float: left;
        margin: 3px;
        list-style-type: none;
        width: 150px;
    }
    
    .photo li a{
        font-size: 1.0rem;
        line-height: 1.4;
		height: auto;
		
    }

    .photo li:nth-child(3n){
        margin-right: 3px;
    }



    
    /*----------アクセス----------*/

    .sub_info{

        padding: 0;
        margin-bottom: 15px;
    }
	.sub_map{
		display: block;
	}
    .sub_map div{
		width:100%;
    }
    .sub_map iframe{


    }
    
    /*----------今月のオススメ----------*/
    
    .s_txt2{
        font-size: 1.7rem;
    }

    .special{
        padding: 0;
        margin-bottom: 50px;
    }

    .s_midashi{
        font-size: 1.6rem;
    }
    
    .s_left{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .s_left img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .s_right{
        width: 100%;
        float: none;
    }

    .s_txt{
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .s_price{
        font-size: 1.6rem;
        font-weight: 500;
    }
    
    
    
}

/*----------幅768～1024----------*/

@media screen and (min-width:769px) and ( max-width:1024px) {
    
    .sub_top{
        width: 100%;
        height: 350px;
        display: block;
        margin: 0 auto;
        background-image: url(../img/sub_top.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 140px;
    }
    
    .contents_area{
        width: 70%;
        margin: 0 auto;
    }
    
    
    /*----------メニュー共通----------*/

    .menu_link{
        width: 50%;
        margin: 50px auto;
    }

    .menu_link a{
        width: 100%;
        display: block;
        font-weight: 500;
        font-size: 1.5rem;
        margin: 0 0 20px 0;
        padding: 8px;
    }
    
    
    /*----------お料理・お飲み物・ランチ----------*/
    

    .menu{
        margin-bottom: 40px;
    }
    
    .ippin_left{
        width: 30%;
        float: left;
    }

    .ippin_left img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
        border: 3px solid #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.6);
    }

    .ippin_right{
        width: 66%;
        float: right;
    }

    .ippin_title{
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .ippin_txt{
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .ippin_price{
        font-size: 2.0rem;
        font-weight: bold;
    }

    .ippin_price span{
        font-size: 1.4rem;
        font-weight: 300;
    } 

    .menu_category{
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .menu_category span{
        font-size: 1.4rem;
        font-weight: 300;
    }

    .menu_category2{
        font-size: 1.7rem;
    }
    
    .menu_title{
        float: none;
        padding-left: 5px;
        margin-bottom: 5px;
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .menu_price{
        float: none;
        padding-right: 15px;
        margin-bottom: 5px;
        text-align: right;
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .menu_txt{
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    
    .menu_caption{
        font-size: 1.3rem;
        line-height: 1.7;
    }
    
    .menu_caption2{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    
    /*----------コース----------*/

    .c_category{
        border-bottom: solid 3px #285351;
        position: relative;
        margin-bottom: 26px;
        font-size: 1.7rem;
        font-weight: bold;
        color: #111;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .c_category:after{
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #9b2c25;
        bottom: -3px;
        width: 30%;
    }

    .c_caption{
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .c_txt{
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .c_price{
        font-size: 1.7rem;
        font-weight: 500;
    }

    .c_price span{
        font-size: 1.2rem;
        font-weight: 300;
    }
    
    /*----------こだわり----------*/

    
    /*----------写真----------*/

    .gallery_caption{
        text-align: center;
    }

    .photo {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 10px;
        width: 90%;
    }

    .photo li img {
        height: 100px;
        vertical-align: bottom;
        border: 3px solid #fff;
    }

    .photo li {
        float: left;
        margin: 3px;
        list-style-type: none;
        width: 150px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    
    .photo li a{
        font-size: 1.0rem;
		height: auto;
    }

    .photo li:last-child{

    }
    
    /*----------アクセス----------*/
    
    
    
    /*----------今月のオススメ----------*/
    
    .s_txt{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .s_price{
        font-size: 1.7rem;
        font-weight: 500;
    }
    
}

