/* common */
body{
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #000;
}
h1,h3,h4,h5,h6{
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #000;
}
h1 {
  margin: 0;
}
.main {
  background: #F2EDE9;
}
.page:not(.home) .wrapper{
  overflow: hidden;
}
body p{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
	margin: 20px 0;
	color: #000;
}
ul{
	padding: 0 !important;
}
li{
	padding: 0 !important;
}
.br-sp, .only_sp{
  display: none;
}
.section{
	padding: 0 !important;
}
.br-sp{
  display: none;
}
.flex {
  display: flex;
}
.section_title {
	font-family: 'EB Garamond', serif;
	color: #000;
  display: flex;
  flex-direction: column-reverse;
	font-size: 3.5rem;
}
.section_title span {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.4rem;
	font-weight: 400;
}
/* コンテンツ幅 */
@media screen and (min-width: 1200px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		width: 1170px !important;
		margin: 0 auto !important;
	}
}
@media screen and  (max-width: 1199px) and (min-width: 992px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		width: 970px !important;
		margin: 0 auto !important;
	}
}
@media screen and  (max-width: 991px) and (min-width: 768px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		width: 750px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 767px){
	.container{
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 3%;
	}
}
/* navi */
.sns_twitter a, .sns_insta a {
  padding: 5px !important;
}
.navbar .navbar-nav > li > a{
	padding: 0;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: 'EB Garamond', serif;
}
.home .navbar{
	max-width: 42%;
	margin-left: 58%;
	box-shadow: none;
}
.home .scroll-nav .navbar {
	max-width: unset !important;
	margin-left: unset !important;
	transition: 1.5s;
}
.home .title-logo-wrapper {
	display: none !important;
}
.home .scroll-nav .title-logo-wrapper {
	display: block !important;
}
.menu_ml {
  margin-left: 30px !important;
}
@media screen and (min-width: 1200px){
	.sns_twitter {
		margin-left: 60px !important;
	}
}
@media screen and  (max-width: 1199px) and (min-width: 860px){
	.navbar .navbar-nav > li > a {
		font-size: 1.6rem;
	}
}
@media screen and  (max-width: 859px) and (min-width: 769px){
	.navbar .navbar-nav > li > a {
		font-size: 1.2rem;
	}
}
@media screen and  (max-width: 1199px) and (min-width: 769px){
	.menu_ml{
		margin-left: 20px !important;
	}
	.sns_twitter {
		margin-left: 30px !important;
	}
	.sns_twitter img, .sns_insta img {
			width: 30px;
	}
	#main-navigation ul.nav > li {
		margin: 0 auto;
	}
	.navbar > .container {
		padding: 15px;
	}
}
@media screen and (min-width: 769px){
	.home .navbar{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	#main-navigation ul {
		display: flex;
		align-items: center;
		padding: 0;
	}
}
@media screen and (max-width: 768px){
	.navbar {
		height: 70px;
	}
	.navbar-toggle-wrapper{
		background: #C30D23;
	}
	.navbar.navbar-fixed-top .navbar-collapse {
		height: 100vh;
	}
	.navbar .navbar-nav li {
		text-align: center;
	}
	.navbar .navbar-nav > li > a {
		padding: 2rem 0;
	}
	.navbar .navbar-nav > li > a{
		font-size: 1.8rem !important;
		padding: 2.5rem 0;
	}
	.sns_twitter, .sns_insta {
		display: inline-block;
		width: 50% !important;
		text-align: center !important;
	}
	.sns_twitter {
		text-align: right !important;
		padding-right: 10px !important;
	}
	.sns_insta {
		text-align: left !important;
		padding-left: 10px !important;
	}
	.sns_twitter a, .sns_insta a {
		padding: unset !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		color: #fff;
	}
	.home .navbar{
		max-width: 30%;
		margin-left: 70%;
	}
	#main-navigation .menu_ml {
		margin-left: 0 !important;
	}
	.kv_area {
		background: linear-gradient(90deg,#F2EDE9 45%,#fff 45%);
		padding-left: 20% !important;
		margin-top: 70px !important;
	}
	.kv_left{
		background: unset !important;
		width: 70% !important;
		top: -70px;
	}
	.kv_logo{
		width: 30% !important;
		top: 10px !important;
		right: 0 !important;
		box-sizing: border-box;
	  padding: 1rem 1rem 1rem 1.4rem;
	}
	.kv_right{
		padding-top: 90%;
	}
}
/* Header */
.kv_left {
  position: absolute;
  top: -80px;
  left: 0;
  width: 58%;
  padding-bottom: 40px;
}
.kv_left img{
	width: 100%;
}
.kv_area {
	position: relative;
	background: linear-gradient(90deg,#F2EDE9 50%,#fff 50%);
  margin-top: 80px;
  text-align: right;
  width: 100%;
	box-sizing: border-box;
  padding-left: 70%;
	padding-bottom: 8%;
	border-bottom: 100px solid #C30D23;
}
.kv_s-down{
	position: absolute;
	left: 5%;
	bottom: 20%;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
	max-width: 130px;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@media screen and (max-width: 1199px) and (min-width: 769px){
	.kv_s-down{
		bottom: 27%;
		max-width: 70px;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px){
	.kv_s-down{
		left: 8%;
		top: 27%;
		bottom: unset;
		max-width: 100px;
	}
}
@media screen and (max-width: 480px) and (min-width: 371px){
	.kv_s-down{
		left: 8%;
		top: 21%;
		bottom: unset;
		max-width: 80px;
	}
}
@media screen and (max-width: 370px){
	.kv_s-down{
		left: 10%;
		top: 20%;
		bottom: unset;
		max-width: 60px;
	}
}
.kv_right {
	
}
.kv_logo {
  position: absolute;
  top: 13vh;
  right: 31%;
  background: #fff;
  z-index: 1;
	box-sizing: border-box;
  width: 10%;
}

/* Footer */
.copyright {
  text-align: right;
  padding-right: 3% !important;
}
.copyright p{
	font-family: 'EB Garamond', serif;
	font-size: 1.2rem;
	color: #333;
  opacity: unset;
	margin: 0;
}
.footer-big{
	padding: 20px 0 10px;
}
footer.footer.footer-black {
  background: #fff;
}
.footer_menu{
	align-items: center;
	justify-content: space-between;
	width: 94%;
	margin: 0 auto;
}
.footer_menu ul {
  display: flex;
  align-items: center;
}
.footer_menu ul li{
  display: flex;
  align-items: center;
}
.footer_menu ul li a{
	font-family: 'EB Garamond', serif;
  color: #333 !important;
}
.footer_menu ul li + li {
  margin-left: 20px;
}
.fotter-sns::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #000;
  margin-right: 20px;
}
.footer_logo{
	width: 150px;
}
/* TOP */
.concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 80%;
	box-sizing: border-box;
  padding: 3rem;
	position: relative;
	top: -50px;
}
.concept_area {
  display: flex;
  flex-direction: column-reverse;
}
.concept_image {
  margin-top: -100px;
}
.con_img {
  width: 33%;
  text-align: center;
}
.con_txt {
  width: 65%;
}
.con_txt dl {
  margin-bottom: 0;
}
.con_txt dt {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.con_txt dd {
  margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
#Menu-area {
  margin: 7rem auto;
}
.top-menu {
  align-items: flex-start;
  justify-content: space-between;
}
.top-menu div {
  width: 47%;
}
.top-recommendation {
  flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: 3rem;
}
.top-recommendation > div{
  width: 47%;
}
.top-recommendation .link_btn div{
	width: 47%;
}
#Recommendation-area{
  margin: 7rem auto;
	background: linear-gradient(transparent 25%,#fff 25%);
}
#Shop-info-area {
  position: relative;
	margin-top: 7rem;
	top: -70px;
}
.shop_image {
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
.shop_img_left, .shop_img_right, .shop_img-bottom-left{
	width: 25%;
}
.shop_img_right {
  margin-top: 50px;
}
.information-box {
  width: 600px;
  margin: 0 auto;
  padding: 7rem 0;
}
.shop-detail{
	margin-bottom: 0;
}
.shop-detail td {
  padding: 2rem;
  border-top: none;
  border-bottom: 1px solid #AFAFAF;
}
.shop-detail .column-1 {
  border-bottom: 1px solid #000;
}
.shop-detail a{
  color: #C30D23;
  text-decoration: underline;
}
.shop_image-bottom {
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
.map_bg {
  height: 100px;
  width: 60%;
  background-color: #C30D23;
  margin-left: 40%;
  margin-top: -160px;
}
.home .title-logo-wrapper p {
  margin: 0;
}
/* 下層ページ */

/*-- Menu ------------------*/
.hestia-title {
  margin-top: 0 !important;
  font-family: 'EB Garamond', serif !important;
  font-size: 4.5rem !important;
}
.sub_pageTitle {
  letter-spacing: 0.5rem;
}
.menu_book {
  margin: 5rem 0;
}
.menu_book .section_title {
  text-align: center;
}
#Food-menu {
  background: linear-gradient(transparent 60%, #fff 60%);
}
#df_154, #df_148 {
  background: transparent !important;
}
#Drink-menu {
  background: linear-gradient(transparent 60%, #C30D23 60%);
}

/*-- Goods ------------------*/
.goods {
  margin: 5rem 0;
}
.goods .section_title{
	text-align: center;
}
.goods_lineup {
  margin: 4rem 0 !important;
	justify-content: flex-start;
  flex-wrap: wrap;
}
.goods_lineup li {
	background: #fff;
	width: 24%;
	margin: 0.5%;
	box-sizing: border-box;
	padding: 1rem !important;
}
.goods_lineup li a {
  color: #000 !important;
}
.goods_lineup li p {
  font-size: 1.4rem;
	margin: 1rem 0 !important;
  line-height: 1.6 !important;
}
.goods_lineup li span {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 1.6rem;
}

/*-- floor ------------------*/
.floor .section_title {
  text-align: center;
  margin: 5rem 0 1.5rem 0 !important;
}
.floor .floor_image {
  display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
}
.floor .floor_image div {
  width: 31%;
	margin-right: 1.5%;
}
.floor .floor_image div ul {
  display: flex;
}
.floor .floor_image div ul li {
  background: #d2c079;
  font-size: 1.2rem;
  margin: 0.5rem;
  padding: 4px 10px !important;
  line-height: 1.4;
}
.floor .floor_image div p {
  font-size: 1.4rem;
}
.floor h3 {
  font-size: 2.1rem !important;
  border-left: 8px solid #C30D23;
  padding-left: 10px;
  line-height: 1.6;
}

.floor .floor_seat {
  display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
}
.floor .floor_seat div {
  width: 31%;
	margin-right: 1.5%;
}
.floor .floor_seat div ul {
  display: flex;
}
.floor .floor_seat div ul li {
  background: #d2c079;
  font-size: 1.2rem;
  margin: 0.5rem;
  padding: 4px 10px !important;
  line-height: 1.4;
}
.floor .floor_seat div p {
  font-size: 1.4rem;
}
.floor-detail {
  font-size: 1.6rem !important;
}
.floor-detail .column-1 {
  width: 15%;
  background-color: #fff7ee;
}
.floor-detail .column-2 {
  width: 15%;
  background-color: #fff;
}
.floor-detail .column-3 {
  width: 70%;
  background-color: #fff;
}
.floor-detail th {
  background: #ddd !important;
  font-weight: 500;
}
.floor-detail td {
  border: 1px solid #ddd;
}
.floor_seat dl {
	margin-top: 1rem;
  font-size: 1.4rem;
}
.floor_seat dl dt {
  margin-bottom: 0.8rem;
}
.floor_seat dl dd {
  font-size: 1.4rem;
}
.tablescroll{
	overflow-x:auto !important;
	overflow-y:hidden !important;
	margin-bottom: 5rem;
}
.floor .floor_image img, .floor .floor_seat img{
	width: 100%;
}
/* mediaquery */
@media screen and (max-width: 768px){
	.only_pc{
		display: none;
	}
	.br-sp, .only_sp{
		display: block !important;
	}
	.concept{
		flex-direction: column;
		width: 94%;
	}
	.con_img, .con_txt{
		width: 100%;
	}
	.top-menu {
		flex-direction: column;
		padding-bottom: 30px;
	}
	.top-menu div {
		width: 100%;
	}
	.link_btn {
		text-align: center;
	}
	#Recommendation-area {
		background: #fff;
		padding: 3rem 0;
	}
	.top-recommendation > div {
		width: 100%;
	}
	.inner.flex.top-recommendation .only_sp{
		text-align: center;
	}
	.top-recommendation .link_btn {
		flex-direction: column;
	}
	.top-recommendation .link_btn div {
		width: 100%;
		margin-top: 2rem;
	}
	.shop_image {
		position: unset;
	}
	.shop_img_left, .shop_img_right{
		width: 45%;
	}
	.shop_img-bottom-left {
		display: none;
	}
	.map_bg {
		margin-top: -130px;
	}
	.floor .floor_image div, .floor  .floor_seat div{
		width: 48%;
		margin-right: 2%;
	}
	.footer_menu.flex {
		flex-direction: column-reverse;
	}
	.footer_menu ul{
		justify-content: center;
		flex-wrap: wrap;
	}
	.fotter-sns {
		display: block !important;
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 3rem;
	}
	.fotter-sns::before {
		display: none;
	}
	.goods_lineup li{
		width: 49%;
	}
	.floor-detail{
		table-layout: fixed;
		width: 800px;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px){
	.information-box {
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.shop-detail .column-1{
		width: 30%;
	}
	.shop-detail .column-2{
		width: 70%;
	}
	.map_bg {
		margin-top: -50px;
	}
}
@media screen and (max-width: 480px){
	.goods_lineup li{
		width: 100%;
		margin: 1.5% 0;
	}
	.floor .floor_image div, .floor  .floor_seat div{
		width: 100%;
		margin: 1.5% 0;
	}
}

#wpfront-scroll-top-container{
	bottom: 15% !important;
	right: 5% !important;
	width: 60px;
}
@media screen and (max-width: 480px){
	#wpfront-scroll-top-container{
		width: 40px;
	}
}

.staff-recruit {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #C30D23;
  padding: 2rem 1rem;
  color: #fff;
}
.staff-recruit a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-right: 2rem;
}
.staff-recruit a::after {
  content: "";
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 70% 50%);
  width: 1rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}