@charset 'UTF-8';
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
body{
	width: 100%;
}
p,h1,h2,h3{
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #333;
}

ul{
	list-style-type: none;
}
p{
	color: #333;
}
a{
	text-decoration: none;
	font-family: 'Sawarabi Mincho', sans-serif;
	color: #333;
}
img{
	max-width: 100%;
}
main{
	overflow: hidden;
}
.top{
	height: 100vh;
	width: 100%;
	background-image: url("../img/top-img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}
h1{
	padding-bottom: 20px;
}

.h2-left{
	width: 100%;
}
.h2-right{
	width: 100%;
}
.contents{
	padding: 30px;
}
.title-img-back{
	position: absolute;
	z-index: -1;
}
/*********************************
header
********************************/
header{
	width: 100vw;
	height: 80px;
	color: #fff4d1;
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
	position: fixed;
	z-index: 99;
	transition: 0.3s;

}
.header-right ul{
	display: flex;
	padding-right: 30px;
}
.header-right li{
	margin-right: 10px;
	
}
.header-right li a{
	display: block;
	width: 100%;
	padding: 10px;
	color: white;
	margin-top: 22px;

}
.top{
	position: relative;
}
.top-main-name{
	position: absolute;
	width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);

}
.left-position,.right-position{
	display: none;
}
.left-position a,.right-position p{
	color: #411807;
}

.scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.scroll p{
	color: white;
}
.fa-angle-down{
	padding-left: 5px;
	vertical-align: middle;
	font-size: 16px;
}

/*Jqueryの設定*/
.nav-set{
	background-color: #21211f;
	border-bottom: 1px solid #a50d08; 
}

/*メニュ－ページヘッダ－*/
.fa-chevron-right{
	padding-left: 5px;
}
#menu-page header{
	background-color: #21211f;
	border-bottom: 1px solid #a50d08; 
}
/******************************
main
*******************************/
main{
	position: relative;
}
main>div{
	padding-bottom: 4rem;
	padding-top: 4rem;
}


/*****************************
new
******************************/
.new{
	background-image: url(../img/ja1_bg_02.png);
	margin-top: 0;
	position: relative;
	padding-right:30px;
	padding-left: 30px; 
}


.news li{
	padding-top: 20px;
	margin-bottom:10px;
	/*text-align: center;*/
	border-bottom: 1px solid #ccc;
}
.date{
	/*position: absolute;*/
	margin-right: 20px;
}
.btn{
	text-align: center;
	margin-top: 20px;
}
.btn a{
	text-align: center;
	width: 150px;
	display: inline-block;
	padding: 5px 20px;
	border:1px solid #333;
	transition: .5s;
}
.btn a:hover{
	background-color: #333;
	color: white;
}
/*ニュースページ*/

#news-page .new{
	background-image: none;
	background-color: #f1f1e9;
}
#news-page div{
	padding-top: 0;
}
/******************************
料理
******************************/
.dish{
	padding-right:30px;
	padding-left: 30px; 
}
.dish .title-img-back{
	top: -30%;
	right: -10%;
}
.dish h2{
	padding-bottom: 20px;
}
.dish-pic img{
	width: 70%;
	padding-top: 10px;
}
.dish-pic{
	text-align: center;
}

/**************************
menu
****************************/
.menu{
	padding-right:30px;
	padding-left: 30px; 
	background-image: url(../img/ja1_bg_02.png);
}
.menu-img-r,.menu-img-l{
	margin-top: 50px;
}

/*メニュ－ページ*/

#menu-page .contents{
	padding-top: 100px;
}
#menu-page h2{
	padding-top: 5px;
	margin-top: 15px;
	padding-left: 20px;
	border-left: 10px solid #f3ede6;
}
.menu-items{
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
.menu-item{
	padding-top: 20px;
}
.price{
	font-weight: bold;/*金額部分に使用*/
}
#menu-page .title-img-back{
	position: absolute;
	top: -5%;
	right: -15%;
}
.menu-items .menu-page-deco{
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: -1;
}
/*.menu-items .menu-page-deco{
	transform: rotate(-25deg);
}*/
/*****************************
店舗情報
*****************************/

.shop{
	position: relative;
	padding-right:30px;
	padding-left: 30px; 
	margin-top: 20px;
}
.shop-info-text{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}
.shop-info{
	text-align: center;
}
.shop-info-content{
	margin-bottom: 50px;
	text-align: center;
}
.shop-info-content img{
	max-width: 100%;
	position: relative;
}
.shop .title-img-back{
	top: -25%;
	left: -10%;
}
/*スリックの設定*/

/*******************************
footer
******************************/
footer{
	width: 100vw;
	padding-right:30px;
	padding-left: 30px; 
	padding-top: 20px;
	background-color: #21211f;
	border-top: 1px solid #444;
}
footer p,footer a{
	color: #fff4d1;
}
.shop-list,.footer-menu{
	display: block;
	margin: 20px auto;
}
.footer-l{
	width: 170px;
}
.footer-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-menu li{
	padding: 8px;
}
.copy-right{
	text-align: center;
}
.footer-r .branch-list li{
	margin-bottom: 20px;
}

/**********************************************************
***********************************************************
responsive
***********************************************************
***********************************************************/
@media screen and (min-width: 750px){
	.shop-list,.footer-menu{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.contents{
	max-width: 980px;
	margin: 0 auto 20px auto;
	padding-left: 20px;
	padding-right: 20px;
}
.btn{
	text-align: right;
}
/*見出しの位置*/
main>.menu{
	padding-top: 8rem;
}
.h2-left h2{
	position: absolute;
	top: -16rem;
	left: 10%;
	padding-bottom: 25px;
	padding-top: 80px;
	padding-right: 10px;
	border-right: 2px solid #333;
	font-size: 2rem;
	position: absolute;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.new h2{
	top: -3rem;
}
.shop h2{
	top: -7rem;
}
.h2-right{
	position: relative;
}
.h2-right h2{
	position: absolute;
	top: -3rem;
	right: 10%;
	padding-bottom: 25px;
	padding-top: 80px;
	padding-right: 10px;
	border-right: 2px solid #333;
	font-size: 2rem;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/***********************************/
/*header*/
.left-position{
	display: block;
	position: fixed;
	top: 50%;
	left: -60px;
	transform: rotate(270deg);
	z-index: 10;
}
.right-position{
	display: block;
	position: fixed;
	top: 50%;
	right: -35px;
	transform: rotate(90deg);
	z-index: 10;
}
/********************************/
/*news*/
iframe{
	margin-left: 10rem;
}
.news{
	padding-top: 3rem;
	margin-left: 10rem;
}
/********************************/
/*dish*/
.dish h2{
	padding-bottom: 0px;
}
.dish-img{
	text-align: center;
	position: relative;
}
.dish-txt{
	position: absolute;
	padding: 20px;
	top: 30%;
	left: 5%;
	text-align: left;
	line-height: 1.8;
	width: 350px;
	background-color: rgba(10,10,10,0.8);
	color: white;
	border: 1px solid white
}
/**********************************/
/*menu*/
.menu-img-r,.menu-img-l{
	display: flex;
	width: 100%;
	margin-top: 50px;
}
.menu-img-r{
	flex-direction: row-reverse;
}
.menu-img{
	width: 50%;
	padding:5px;
}
.menu-text{
	width: 50%;
	padding:5px;
}
/*メニュ－ページ*/
.menu-items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.menu-item{
	background-image: url(../img/ja1_bg_02.png);
	max-width: 42%;
	padding: 20px;
	margin: 20px;
}
.h1-right{
	position: absolute;
	top: 0rem;
	right: 10%;
	padding-bottom: 25px;
	padding-top: 80px;
	padding-right: 10px;
	border-right: 2px solid #333;
	font-size: 2rem;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
/***********************************/
	.branch-address{
		display: none;
	}
	.copy-right{
		text-align: right;
	}
	/**新着情報**/
	.news-content{
		display: none;
	}

	/**店舗情報**/
	.shop-info{
		display: flex;
		justify-content: space-between;
	}
	.shop-info-content{
		margin: 10px;
	}
}