@charset "utf-8";
/* CSS Document */

body{
	font-family:'Zen Old Mincho', serif,"Hiragino Mincho Pro";
	margin:0;
	padding: 0;
	font-size: 1.2rem;
	color: #333;
}

p{
	margin: 0;
}

.flex{
	display: flex;
}

body,#top_mv{
	display: block;
}

#top_mv{
	position:fixed;
	overflow: hidden;
    height: 100vh;
	width: calc(100% - 768px);
	background-color: #D7A81E;
}

.mvbg{
	width: 100%;
}

.mv_under{
	display: flex;
	height:205px;
	margin-top:-7px;
}

.mv_under img{
	width:25%;
	object-fit: cover;
	object-position: right bottom;
}

#contents{
	position: relative;
	max-width: 768px;
    margin-left: calc(100% - 768px);
	background-color: #F4E8CE;
}

#header{
	height: 120px;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	justify-content: space-between;
}

/*ハンバーガーメニューボタン*/

#header .toggle_btn{
	cursor: pointer;
	position: relative;
	z-index: 3;
	width:48px;
	height: 50px;
	transition: all 0.5s;
	background-color:#830008;
	padding: 3px 2px 4px 10px;
}

#header .toggle_btn span {
	display: block;
	text-align: center;
	background-color:#fff;
    transition: 0.5s;
    position: absolute;
	width: 40px;
    height: 2px;
}

#header .toggle_btn span:nth-child(1){
	top:23px;
}

#header .toggle_btn span:nth-child(2){
	bottom:23px;
}

/*ハンバーガーメニュー内容*/

#menunav{
	display: block;
	position: fixed;
	top: 0;
	right: -350px;
	width: 250px;
	height: 100%;
	transition: all 0.5s;
	z-index: 3;
	opacity: 0;
	background:#383431;
	color: #fff;
	padding:100px 50px 50px 50px;
}

.nav_contents ul{
	list-style:none;
}

.listnav li{
	margin-bottom: 14px;
	font-size: 1.25rem;
	line-height: 2.5;
	letter-spacing: .06em;
	cursor: pointer;
	z-index: 3;
}

.listnav li a,.sns a{
	text-decoration: none;
	color: #fff;
}

.listnav li a:hover{
	color: #c0c0c0;
}


.sns{
	margin-top: 1.5625rem;
	position: relative;
	text-decoration: none;
}

.sns img{
	width: 23px;
	height: 100%;
}

.sns::before{
	content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #C5CBD1;
    position: absolute;
    top: 0;
}

.sns li{
	margin-bottom: 10px;
	font-size: 1.05rem;
}

.sns li:nth-child(1){
	padding-top:40px;
}

.sns .sns_icon img{
	margin:0px 7px -4px 0;
}

.sns .sns_icon span{
	text-align: left;
	letter-spacing: .10em;
	color: #fff;
	text-decoration: none;
}

.sns .yt_list a{
	display: flex;
}

.sns_icon a:hover::before{
	color: #c0c0c0;
}

/*fade animetion*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

/*ハンバーガー開く動作関連*/

#mask{
	display: none;
	transition: all 0.5s;
}

.open #menunav{
	right: 0;
	opacity: 1;
}

.open #mask{
	display: block;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}

.inner{
	padding:0px 100px;
}

.midasi{
	text-align: center;
	font-size: 2.5rem;
	font-weight:700;
	padding:60px 0px;
	letter-spacing:0.1rem;
}

.midasi,.k_midasi,.parking_midasi{
	font-family: "Yuji Syuku", serif;
  font-weight: 400;
}

.kodawari_box img{
	width: 100%;
	margin-bottom:7px;
}

/*当店のこだわり*/
.kodawari_box{
	text-align: justify;
	margin-bottom:80px;
}

.k_midasi{
		font-size: 1.7rem;
	margin-bottom: 5px;
	color: #830008;
	}

/*お品書き*/
.pickup {
    display: flex;
}

.pickup .slick-slide {
    margin: 5px !important;
}

figure {
   margin:2px;
}

.pickup .list img {
    object-fit: cover;
    width: 100%;
}

.menu{
	text-align: center;
	margin-bottom:80px;
}

.menu .inner{
	margin: 15px 0;
}

.gentei{
	margin-top:20px;
}

.gentei p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #c9171e;
}

.g_s{
	font-size:17px!important;
}

.gentei img{
	margin-top:10px;
	width:100%;
}

.large_text{
	font-size: 1.25rem;
	font-weight: 700;
}

.linkbtn{
	background-color:#D7A81E;
	color: #fff;
	padding: 10px;
	display: inline-block;
	margin:30px auto;
}

.shopinfo{
	margin-bottom:110px;
}

.shopinfo img ,iframe{
	width: 100%;
}

.shopinfo .flex{
	width: calc(50% - 5px);
	gap:10px;
	margin:5px 0 25px 0;
}

.shop_info_page{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin:30px 0 50px;
}

.shop_info_page dt{
	width: 23%;
	margin: 0;
	text-align:left;
	letter-spacing: 0.15rem;
}

.shop_info_page dd{
	width: 75%;
	margin: 0;
	padding-left: 10px;
}

.shop_info_page dt:nth-last-of-type(n+2), .shop_info_page dd:nth-last-of-type(n+2) {
    border-bottom: 1px solid #808080;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.parking{
	border: solid #bf783a 2px;
	border-radius: 20px 20px 20px 20px;
	padding:5%;
	margin-top: 30px;
	background-color: #fffffc;	
}

.parking_midasi{
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	background-color: #bf783a;
	padding: 5px;
	margin-bottom:11px;
	border-radius: 20px 20px 20px 20px;
	letter-spacing:0.15vw;
}

.parking .text_r{
	text-align: right;
}

.red{
	color: #c9171e;
	font-weight: 500;
}

footer{
	background-color: #383431;
	margin: 0;
	padding:40px;
	position: relative;
	color:#fff;
}

footer .footer_sns{
	border:solid 1px #fff;
	border-radius:60px;
	font-weight:bold;
	width:30%;
	height:60px;
	margin: 0 auto 28px;
}

footer .footer_info a{
		text-decoration: none;
		color: #fff;
    }

.sns_item{
	align-items: center;
	margin: 6px auto 0;
}

footer .footer_sns:hover{
	background-color: #830008;
	transition: all .2s;
}

footer .footer_sns img{
	width: 12%;
	margin: 12px 20px 12px 35px!important;
}

.footer_wh{
	width: 30%;
}

footer ul li{
	list-style: none;
	margin-bottom:10px;
}

footer .footer_nav{
	margin:35px auto 20px;
	padding: 0;
	display: flex;
	justify-content: center;
}

footer .footer_info img{
	margin: 20px auto 55px;
	display: block;
}

footer li{
	padding-right: 15px;
	letter-spacing: .1em;
}

footer ul li:hover{
	opacity: 0.7;
}

footer li a{
	color: #fff;
	text-decoration: none;
}

footer .footer_contents{
		padding: 0;
	}
	
	footer .shoplink {
	border-top: solid 1px #fff;
    border-left:none;
	padding:25px 0 0 0px;
	}


footer .shoplink li a::after{
	content: "";
	display: inline-block;
	background-image:url("../img/link.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 16px;
  	height: 16px;
	margin:0px 0 4px 4px;
}

.scroll{
	position: absolute;
	right: 40px;
	bottom: 20px;
}

@media screen and (max-width: 1300px) {
body{
	font-size: 1.05rem;
}	
	
#top_mv{
	width:60%;
}	
	
	#contents{
		width: 40%;
		margin-left:60%;
	}
	
.mv_under{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 2;
}
	
.mv_under img{
	display: block;
	width:50%;
	height: 200px;
}
	
#menunav{
	margin-left: 60%;
	width: 33%;
	right:-440px;
}
	
.reserve_btn{
	padding:15px 12px;
}

.inner{
	padding:0px 80px;
}
	
	.k_midasi{
		font-size: 1.4rem;
	}
	
	.large_text{
	font-size: 1.1rem;
		text-align: justify;
}
	
.shop_info_page dt{
	width: calc(100% - 80%);
}

	
footer .shoplink li a::after{
	content: "";
	display: inline-block;
	background-image:url("../img/link.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 16px;
  	height: 16px;
	margin:0px 0 4px 4px;
}
	
	footer .footer_sns{
		width: calc(30% + 10%);
	}
	
footer .footer_sns img{
	width:15%;
	margin:12px 20px!important;
}

.footer_wh{
	width:25%;
}
	
footer .footer_nav{
	display: block;
}

}
	
@media screen and (max-width:1025px) {
	body,.large_text{
		font-size:1.1rem;
	}
	
	#top_mv{
		display:block!important;
		position: static;
		height: 100%;
		width: 100%;
	}
	
	#contents{
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	
	.inner{
	padding:0px 30px;
}
	
	.midasi{
		font-size:2.2rem;
	}
	
	.k_midasi{
		margin-bottom:10px;
	}
	
	.k_midasi {
        font-size:1.4rem;
    }
	
	.mv_under{
		height:500px;
	}
	
	.mv_under img{
		height:250px;
	}
	
	.large_text{
		text-align: center;
	}
	
	.shopinfo .flex{
		width: 100%;
	}
	
	.shop_info_page dt {
   		width:20%;
	}
	
	.shop_info_page dd {
   		width:75%;
	}
	
	.menuwrapper .inner{
		padding-top:30px;
	}
	
	footer .footer_sns img {
        width: 10%;
        margin: 12px 20px !important;
    }

	.sns_item {
		margin: 6px 12px 0px;
	}
	
	footer .footer_sns {
        width: 180px;
		color: #fff;
    }
	
	
	footer .footer_sns img {
        width: 15%;
        margin: 12px 15px !important;
    }
}

@media screen and (max-width: 480px) {
	body,.large_text{
		font-size:1rem;
	}
	
	.midasi{
		padding: 60px 0px 40px;
	}
	
	#menu .midasi,#shopinfo .midasi{
		padding: 30px 0px 40px;
	}
	
	#menunav{
		right:-440px;
	}
	
	.mv_under{
		height:260px;
	}
	
	.mv_under img{
		height:130px;
	}
	
	.shopinfo .flex{
		width:48.5%;
	}
	
	.shopinfo {
		margin-bottom: 60px;
	}
	
	#header .toggle_btn {
    width: 35px;
    height: 35px;
}
	
.footer_wh{
	width:60%;
}
	
	header .toggle_btn span {
		width: 29px;
	}
	
	#menunav {
        width:100%;
		padding: 100px 0px 23px 0px;
    }
	
	#header .toggle_btn span {
		width:27px;
	}
	
	#header .toggle_btn span:nth-child(1) {
    	top: 15px;
	}
	
	#header .toggle_btn span:nth-child(2) {
		bottom: 17px;
	}
	
	.scroll {
		right: 20px;
		bottom: 30px;
	}
	
	.scroll img{
		width: 75%;
	}
	
	.parking p{
		font-size:0.9rem;
	}
	
	.parking_midasi{
		font-size: 1.1rem;
	}
}
	

@media screen and (min-height: 1263px) {
	#top_mv{
		display: flex;
		align-items: center;
	}
	
	.mv_img{
		width:100%;
		height:75%;
	}
	
	.mv_under{
		height: 500px;
	}
	
	.mv_under img{
		height: 250px;
	}
	
	.inner{
		padding-top:80px;
	}
	
	
}


	


