@charset "utf-8";
/* CSS Document */

/*----- common css -----*/
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #07223d;
	background: url(../images/bg_body.jpg) top left repeat;
}

/* font */
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
p {
	font-size: 21px;
	line-height: 2;
}
 
/* font-color red */
.fc_red {
	color: #d4161a
}

/* shadow */
.shadow {
	filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.6));
}

/* wrap */
.wrap {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* button */
a.btn {
	display: block;
	width: 300px;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #d4161a;
	border: 2px solid #d4161a;
	border-radius: 25px;
	transition: .4s;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5%;
}
a.btn:hover {
	background: #d4161a;
	color: #fff;
}

/*▼▼▼▼ ページタイトル ロゴ（お品書き・お飲みもの・こだわり・よくある質問・店舗情報） ▼▼▼▼*/
.titlel_1 {
    margin-top: 50px;
	  margin-bottom: 50px;
}

.titlel_1 h1 {
    text-align: center;
}

.titlel_1 img {
    margin-top: 30px;
    width: 35%;
    min-width: 180px;
    display: block; 
    margin-left: auto ;
    margin-right: auto ;
}

/* ここからヘッダー　*/
header {
	display: flex;
	position: absolute;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	width: 100%;
	transition: .3s;
}

.header_all {
	display : flex;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.header_all img {
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.header_flex {
	flex: 0 0 10%;
}

.header_flex2 {
	flex: 0 0 90%;
}

.header_p {
	font-size: 2em;
	display: flex;
	padding-left: 60px;
	padding-right: 166px;
	justify-content: space-between;
	margin-top: 10px;
  font-weight : bold;
}

.header_phone {
	font-size: 30px;
  font-weight : bold;
} 

.header_navi ul {
	margin-top: 15px;
}

.header_navi li {
	display: inline;
	padding-left: 60px;
	font-size: 21px;
  font-weight : bold;
	color: rgba(255,255,255,0.7);
}

/* ここからフッター　*/
footer {
	background-image: url(../images/bg_wood.jpg);
}

.footer_logo {
	width :15vw;
	height: auto;
}

.footer_gurunavi {
	width: 10vw;
	height: auto;
}

.footer_flex {
	display: flex;
	padding: 50px 40px 10px 40px;
}

.photo_logo,.footer_b {
	flex: 1;
}

.photo_logo img {
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

.footer_yoyaku {
	font-size: 25px;
	font-weight : bold;
	margin-bottom: 10px;
}

.footer_ryouri {
	font-size: 21px;
	font-weight : bold;
	margin-top:10px;
}

.footer_phone {
  font-size : 50px;
  font-weight : bold;
	margin-left: 25px;
}

.kotarou {
  font-size: 30px;
  font-weight: 24px;
	padding-left: 20px;
}

.footer_a {
	margin_top: 10px;
}

.footer_address {
	display: flex;
	margin-top: 30px;
}

.footer_address p {
	flex: 3;
	line-height: 2;
	font-size: 16px;
	font-weight: bold;
}

.footer_navi {
	flex: 2;
}

.footer_navi li{
	margin-left: 10px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.footer_all {
	flex: 3;
	margin-left: 50px;
}

.fotter_copy {
	position: absolute;
	display: flex;
}

/*　コピーライト */
small {
	background-color:#07223d;
  height:70px;
  width:100%;
  display:inline-block;
  line-height: 70px;
  text-align:center;
	color: #FFF;
}

/* ホバーしたときに中央から線が出る*/

header a,footer a {
  position: relative;
  transition: .3s;
}

header a::after,footer a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header a:hover::after,footer a:hover::after  {
  width: 100%;
}

.header_navi a:hover {
	color: #fff;
}

footer a::after {
	background-color: #000;
}

.footer_gurunavi img a:hover{
	color: #f00;
}

figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}

figure img {
  position: relative;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

figcaption {
  position: absolute;
  bottom: 0;
  left: 38%;
  z-index: 1;
  height: 75%;
  -webkit-transition: .3s;
  transition: .3s;
}

figure:hover img {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.hover_gurunavi {
	margin-top: 38px;
	font-size: 1.1rem;
	border: solid 8px red;
	border-radius: 10px;
	background-color: red;
	font-family: 'Kosugi Maru', sans-serif;
	color: #fff;
}

.header_toguru {
		display: none;
	}

@media(max-width: 1359px){
	/* ヘッダー1539以下 */
	.header_all img {
		margin-left: 25px;
		margin-top: 15px;
	}
	
	.header_p {
		padding-right: 73px;
	}
	
	.header_navi ul {
		margin-left: 25px;
	}
	
	.header_navi li {
		padding-left: 35px;
		font-size: 1.2em;
	}
}

@media(max-width: 1024px) {
	
	/* フッター1024以下消す */
	
	figure {
		display: none;
	}
	
	.footer_ryouri {
		display: none;
	}
	
	.footer_address {
		display: none;
	}
	
		/* ホバーしたときに中央から線 */
	
	header a::after,footer a::after {
		display: none;
	}
}

@media(max-width: 768px){
	/* ヘッダー768以下 */
	.header_all img {
	width: 80%;
	height: auto;
	margin-left: 5px;
	margin-top: 5px;
	}
	
	
	/* トグルボタン */
	.header_toguru {
		display: inline-block;
		border: none;
		outline: none;
		background: none;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
	}
	
	.header_flex {
		display: block;
		text-aline: right;
		flex: 0 0 20%;
	}
	
	.header_flex2 {
		display:block;
		text-align: right;
		justify-content: space-between;
		flex: 0 0 80%;
		padding-top: 15px;
		padding-right: 15px;
	} 
	
	.header_phone {
		display: none;
	}
	
	.header_p {
		display: inline;
		text-align: left;
		padding-right: 120px;
		padding-left: 10px;
		font-size: 40px;
	}
	.header_navi {
		display: none;
	}
	
	.header_navi ul {
		margin-top: 15px;
	}
	
	.header_navi li {
		display: block;
		margin-bottom: 15px;
		margin-right: 6px;
	}
  
	/* フッター768以下 */
	
	.footer_phone {
	font-size: 2.5em;
	margin: 0;
  }

	.footer_flex {
	padding: 50px 0 0 25px;
  }
	
}

@media(max-width: 415px){
	/* ヘッダー415以下 */
	
	.header_p {
		font-size: 25px;
		padding-right: 30px;
	}
	
	.header_toguru {
		font-size: 25px;
	}
	
	/* フッター415以下 */
	
	.footer_all {
		margin-left: 25px;
	}
	
	.footer_flex {
		padding: 25px 0 0 25px;
	}
	.footer_yoyaku {
		font-size: 20px;
	}
	
	.footer_phone {
		font-size: 20px;
	}
}

@media(max-width: 375px) {
	/* ヘッダー375以下 */
	.header_p {
		padding-right: 0;
	}
	
	.header all img {
		margin-top: 15px;
	}
}