@charset "utf-8";
html, body, div, section, article, p, span, ul, li, dl, dt, dd, a{
	/*font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: "Noto Sans JP,sans-serif";*/
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
.fa, .fab, .fal, .far, .fas{
	/*font-family: 'Font Awesome 5 Free' !important;*/
}
/* 共通class */
.mt5{margin-top:5px !important;}
.mt10{margin-top:5px !important;}
.mt15{margin-top:5px !important;}
.mt20{margin-top:5px !important;}
.mt25{margin-top:5px !important;}
.mt30{margin-top:5px !important;}
.mt35{margin-top:5px !important;}
.mt40{margin-top:5px !important;}
.mt45{margin-top:5px !important;}
.mt50{margin-top:5px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:5px !important;}
.mb15{margin-bottom:5px !important;}
.mb20{margin-bottom:5px !important;}
.mb25{margin-bottom:5px !important;}
.mb30{margin-bottom:5px !important;}
.mb35{margin-bottom:5px !important;}
.mb40{margin-bottom:5px !important;}
.mb45{margin-bottom:5px !important;}
.mb50{margin-bottom:5px !important;}

body {
    background: #FFF7E9;
}
/* header */
header{
	background:#E4C284;
	position:relative;
}
.header_contents {
    max-width: 880px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 70px;
}
header .logo {
    width: 295px;
}
header ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    list-style: none;
    height: 70px;
}
header ul.menu li {
    width: 90px;
    background: #892727;
    display: flex;
    align-items: center;
    /* padding: 0 30px; */
    border-right: 1px solid#fff;
    justify-content: center;
}
header ul.menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    /* padding: 10px 5px; */
    font-weight: bold;
}
header ul.menu li i.fas{
	display:block;
	font-size:18px;
	margin:0 0 3px;
}
	


/* .breadcrumbs */
.pa {
    background: #fff7e9;
}
header .breadcrumbs {
    padding: 10px 0px;
    overflow-x: auto;
    max-width: 880px;
    margin: auto;
}
header .breadcrumbs li{
	display:table-cell;
	color:#939498;
	font-size:11px;
	line-height:1;
	white-space:nowrap;
}
header .breadcrumbs li:after{
	content:">";
	display:inline-block;
	color:#939498;
	font-size:11px;
	padding:0 5px;
}
header .breadcrumbs li:last-of-type:after{
	display:none;
}
header .breadcrumbs li a{
	color:#939498;
	font-size:11px;
	text-decoration:none;
}

/* #snsArea */
#snsArea {
	margin:40px 0 0;
}
#snsArea ul{
	display:flex;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:210px;
}
#snsArea li{
	text-align:center;
	padding:5px;
	width:70px;
}
#snsArea li a{
	color:#000;
	text-decoration:none;
}
#snsArea li a i.fab{
	color:#000;
	font-size:48px;
}
/* footer */
footer {
    text-align: center;
    margin: 70px 0 0;
    padding: 50px 0;
    background: #000;
    position: relative;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
footer li.btn{
	display:none;
	width:46px;
	height:46px;
	background:url(../img/btn_footer.png) no-repeat;
	background-size:cover;
	position:absolute;
	top:-23px;
	left:10px;
}
footer li.btn a{
	display:flex;
	align-items:center;
	justify-content: center;
	color:#000;
	font-size:24px;
	padding:12px 0 0;
}

	footer li.pagetop{
	top:-40px;
	left:calc(50% - 40px);
	position:absolute;
	right:10px;
	}

footer li.pagetop a {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #896627;
    font-size: 14px;
    text-decoration: none;
    /* padding: 45px 0 0; */
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    border: 2px solid;
    font-weight: bold;
}
footer li.pagetop a:hover {
    background: #896627;
    color: #ffff;
    box-shadow: inset 0px 1px 4px 0 #51390e;
    transition: 0.3s;
}
footer small{
	color:#fff;
	font-size:11px;
}

/* .leftColumn */
.leftColumn{
	display:none;
	width:200px;
}

/* */

.fvPhotos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18em;
}
.firstview_title {
    display: flex;
    justify-content: center;
}
.firstview.shop_list .firstview_title {
    display: flex;
    justify-content: center;
}
.fvPhotos p {
    width: calc( (100% / 2) - 0px );
    padding: 2px;
}
.firstview {
    background-image: url(../img/fv_ba.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    /* font-family: sans-serif; */
    padding: 40px 40px;
    display: flex;
    text-align: center;
     justify-content: center;
     position: relative;
}

/*---------ランチ-------*/

.firstview.lunch {
    background-image: url(../img/fv_ba_lunch.jpg);
}
.firstview.lunch h1 {
    color: #000;
    margin: 0;
}
.firstview.lunch h1 span{
color: #E37E11;
}
.firstview.lunch p {
    color: #000;
    font-weight: bold;
}

/*---------コスパ-------*/

.firstview.kosupa {
    background-image: url('../img/fv_ba_kosupa.png'), linear-gradient(#FF6A2F);
    background-size: 33%, cover;
    background-repeat: no-repeat;
    background-position: 115% 7em,100%;
}
/*.firstview.kosupa {
    background-image: url('../img/fv_ba_kosupa02.png');
    }*/


.firstview.kosupa h1 {
    color: #fff;
    margin: 0;
}
.firstview.kosupa h1 span{
color: #FCFF4E;
}
.firstview.kosupa p {
    color: #fff;
    font-weight: bold;
}
/*--------高級--------*/

.firstview.luxury {
    background-image: url(../img/fv_ba_luxury.jpg);
    padding: 70px 40px;
}
.firstview.luxury h1 {
    color: #fff;
    margin: 0;
}
.firstview.luxury h1 span {
    background: linear-gradient(to right, #9F8B3D, #FFEA99,#9F8B3D);
    -webkit-background-clip: text;
    color: transparent;
}
.firstview.luxury p {
    color: #fff;
    font-weight: bold;
}

span.icon {
    width: 17%;
}
span.icon img {
    background: #fff;
    padding: 7%;
}
.firstview.shop_list span.icon {
    padding: 0;
}
.firstview_contents p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    /* text-align: justify; */
    font-feature-settings: "palt";
    display: inline-block;
    padding-left: 12%;
}

/*h1,h1 span,.firstview_contents p{
font-family: "游明朝";
}*/
h1 {
    font-size: 23px;
    line-height: 1.2;
    /* padding: 10px 0; */
    width: calc(100% - 20px);
    color: #E4C284;
    text-align: center;
}
h1 span {
    display: block;
}
h1 p {
    font-size: 13px;
    font-weight: 500;
}
h1.shop span {
    display: inline-block;
    font-size: 1em;
}
.read {
    font-size: 16px;
    margin: 30px auto;
    line-height: 170%;
    font-weight: bold;
    width: 80%;
}
.shop_map_list {
    width: 60%;
    margin: 0px auto 20px;
}
.shop_map_list iframe {
    width: 100%;
    height: 330px;
}
.btn {
    margin: 15px auto 0;
    width: 100%;
}
.btn_list {
    margin: 0px 40px 40px;
}
.btn a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    padding: 10px;
    background: -webkit-linear-gradient(top, #E76D30 0%, #BA4C10 74%);
    border-radius: 8px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 3px 4px 0 #a3a3a3;
    transition:0.3s;
}
.btn a:hover {
    box-shadow: none;
    transform: translateX(0px) translateY(3px);
    background: #fff;
    color: #ba4c10;
}
.btn.ranking a:hover {
    background: #fff;
    color: #892727;
}
.btn.area_list a:hover {
    background: #fff;
    color: #ba7b10;
}

span.page_name {
    font-feature-settings: "palt";
}
.btn.area_list a {
    background: -webkit-linear-gradient(top, #e5a12e 0%, #ca8c21 74%);
    text-align: center;
}

.btn.area_list a {
    background: -webkit-linear-gradient(top, #e5a12e 0%, #ba7b10 74%);
    text-align: center;
}
.btn.ranking a {
    background: -webkit-linear-gradient(top, #B64848 0%, #892727 74%);
}
.btn a:after {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    font-size: 1.5em;
}
.aboutSite {
    margin: 40px 15px 30px;
    border: 2px solid #896627;
    background: #fff;
}
p.title {
    font-size: 20px;
}
.aboutSite p{
	font-size:18px;
	padding:10px;
}

.aboutSite p:first-of-type {
    background: #896627;
    color: #fff;
}
p.title {
    padding: 5px;
}
.aboutSite b{
	display:block;
	text-align:center;
}

.siteNotes{
	margin:0px;
	padding:10px 0;
}
.siteNotes p{
	font-size:13px;
	padding:0 10px;
}
.siteNotes b{
	display:block;
}
/*===================店舗一覧===============================*/
.firstview.shop_list {
    background: #fff;
    flex-direction: column;
    align-items: center;
    color: #000;
    border-bottom: 3px solid;
    border-top: 3px solid;
    border-color: #896627;
}
.firstview.shop_list h1 {
    color: #000;
    width: auto;
}

.firstview.shop_list h1 span {
    display: block;
    color: #896627;
}
.firstview.shop_list .firstview_contents p {
    padding: 0;
    font-weight: bold;
}
.firstview.shop_list .fvPhotos {
    flex-wrap: nowrap;
}
.firstview.shop_list .fvPhotos {
    width: 40%;
}


/*===================店舗詳細===============================*/
.mainContents article {
    background: #fffdf9;
    border: 2px solid #896627;
}

.shop_title {
    width: 100%;
    margin: 30px 40px;
    border-bottom: 1px solid;
}
h1.shop {
    text-align: left;
    color: #000;
    margin: 0;
    font-size: 30px;
}
p.read.shop {
    margin: 5px 0;
    width: 100%;
}
#shop {
    margin: 20px 40px 30px 40px;
    /* width: 90%; */
    border-radius: 3px;
    border: 2px solid #896627;
}
.mainContents article #shop p:first-of-type{
    background: #896627;
    color: #fff;
}
.menu_contents {
    display: flex;
    align-items: start;
}
.shopMenu h2 {
    display: flex;
}
.shopMenu h2 span.jp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
h3.menu_title {
    display: flex;
    align-items: center;
}
span.jp {
    font-size: 13px;
    margin-left: 3px;
    font-weight: 100;
}
span.menu_icon {
    width: 15px;
    margin-right: 3px;
}
.menu_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.rice {
margin: 5px 0;
    font-size: 12px;
}
dl.left, dl.right {
    width: 100%;
}
dl.left {
    margin-right: 20px;
}
.menu_contents dl dt:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0;
}
.menu_list:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-bottom: 3px dotted #ccc;
    top:50%;
}
.menu_contents dl dt {
    position: relative;
}
.alacarte {
    margin-right: 20px;
}

@media screen and (min-width: 540px) {
br.sp {
    display: none;
}
h1 {
    font-size: 1.5em;
}

}
/* ========== スマホ専用（幅600px以下） ========== */

@media screen and (max-width: 600px) {
.pc{display:none;}
header .logo {
    width: 180px;
    padding-left: 10px;
}

header ul.menu li {
    width: 80px;
    
}
header ul.menu {
    height:50px;
}
.header_contents {
    height: 50px;
}
header ul.menu li i.fas {
    font-size: 18px;
    margin: 0 0 0px;
}

h1 {
    /* margin: 0 0 0 3%; */
    width: auto;
    font-size: 6.133333333333333vw;
}
h1.shop {
    font-size: 20px;
}


.firstview.kosupa {
    background:#FF6A2F;
}
.firstview_contents p {
    font-size: 0.9em;
    margin: 5px 0;
    padding-left: 0%;
    line-height: 1.3;
}
.firstview {
    padding: 30px 10px;
    flex-direction: column;
    background-image: url(../img/fv_ba_sp.jpg);
}
.firstview.luxury {
    padding: 30px 10px;
}
.fvPhotos {
    width: 100%;
}
.fvPhotos p {
    width: calc( (100% / 6) - 0px );
}
.firstview.lunch {
    background-image: url(../img/fv_ba_lunch_sp.jpg);
}
.firstview.luxury {
    background-image: url(../img/fv_ba_luxury_sp.jpg);
}

.read {
    font-size: 12px;
    margin: 20px auto;
    width: 90%;
}
span.icon {
    width: 13%;
    position: absolute;
    top: 7px;
    left: 3%;
}
.firstview.shop_list span.icon{
margin-left: 2%;
}
.aboutSite p {
    font-size: 14px;
}

.btn a:after {
    top: calc(50% - 12px);
}
.aboutSite {
    margin: 40px 15px 10px;
}
.btn{
	width:100%;
}
.shop_title {
    margin: 10px;
    width: auto;
}
h1.shop p {
    font-size: 16px;
}
p.read.shop {
    font-size: 12px;
}
#shop {
    margin: 10px 0px 30px 0px;
}
.menu_contents {
    flex-direction: column;
    padding-left: 10px;
}
dl.left {
    margin-right: 0;
}
.alacarte,.drink {
    margin-right: 0;
    width: 100%;
}

.mainContents .shopMenu {
    margin: 0 0px;
}
dl.shopData.shop {
    margin: 10px 10px 20px;
}
.firstview.shop_list .firstview_contents p {
    font-weight: 400;
    font-size: 14px;
}
.firstview.shop_list .fvPhotos {
    width: 100%;
}
.shop_map_list {
    width: 95%;
}
.btn a {
    font-size: 14px;
    padding: 10px 15px;
    max-height: 55px;
    height: 55px;
}
.btn.area_list a {
    display: flex;
    align-items: center;
    justify-content: center;
}
}



/* === タブレット専用（幅768px～1024px） === */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
h1 {
     font-size: 1.7em;
}

.firstview_contents p {
    font-size: 1.1em;
}
.fvPhotos {
    width: 13em;
}
.firstview {
    padding: 20px 40px;
}
h1.shop {
    font-size: 24px;
}
}
/* ========== PC専用（幅1025px以上） ========== */
@media screen and (min-width: 1025px) {
	/* header */
	header{
		margin:0 auto;
		width:100%;
	}
	header:before{
		background:#EFEB43;
		position:relative;
		width:1200px;
	}
	header .breadcrumbs{
		line-height:1;
		overflow-x:inherit;
	}
	header .breadcrumbs li{
		display:inline;
		white-space:normal;
	}

	/* footer */
	footer li.btn{
		text-align:right;
		margin:0 30px 0 auto;
		position:static;
	}

h1 {
    font-size: 44px;
    margin: 10px 0 10px;
}
	.aboutSite{
		margin:60px auto 10px;
		max-width:880px;
	}
	.siteNotes{
		margin:0px auto;
		max-width:880px;
	}

	.btn a{
		padding:15px 10px;
	}
}

