@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
	font-size: 16px;
	color: #111010;
	position: relative;
}
a {
	text-decoration: none;
	color: #111010;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.even {
	flex-direction: row-reverse;
}
.en {
	font-family: "Sitka Banner";
}
.txt p {
	margin-bottom: 20px;
	line-height: 1.8;
}


/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	display: flex;
}
#header-logo {
	width: 20%;
	margin-top: 20px;
	margin-left: 20px;
}
.header-wrap {
	width: 70%;
	margin-left: auto;
	align-items: center;
	justify-content: flex-end;
}

/*==================================================
グローバルメニュー
===================================*/
.nav-menu-wrap {
	width: 100%;
	margin-left: auto;
}
.menu {
    position: relative;
    width: 100%;
	text-align: center;
	background: #111010;
	padding: 15px 0;
}
.menu > li {
    float: left;
    width: 20%;
	position: relative;
}

.menu > li a {
    display: block;
	color: #FFFFFF;
	font-size: 18px;
	position: relative;
}
/*
.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 3px;
	background: #D4B251;
	position: absolute;
	bottom: -12px;
	right: 50%;
	transform: translateX(50%);
}
*/
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
	opacity: 0.7;
}

.menu__second-level li a:hover {
    background: #AA8411;
	color: #FFFFFF;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #FBF7F2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 99;
}

li.menu__single:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
	z-index: 99;
}
.menu__second-level li a {
	padding: 10px 0;
	color: #514429;
}

.menu > li a img {
	margin: 0 auto;
}
.menu > li.menu__single span {
	display: block;
	text-align: center;
	font-size: 13px;
}


/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("img/mv01.jpg");
}

.slider-item02 {
    background:url("img/mv02.jpg");
}

.slider-item03 {
    background:url("img/mv03.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*==================================================
特徴
===================================*/
#background {
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#feature {
	background-image: url("img/index01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 120px auto 0;
	max-width: 1500px;
	padding-left: 100px;
	color: #FFFFFF;
}
.bg {
	background: rgba(0,0,0,0.35);
	padding: 60px 0;
	width: 50%;
	max-width: 600px;
}
h3.ttl {
	font-size: 30px;
	text-align: center;
	margin-bottom: 65px;
}
h3.ttl span {
	display: block;
}
.index-txt {
	max-width: 350px;
	margin: 0 auto 50px;
}





/*==================================================
こだわり
===================================*/
#concept {
	color: #FFFFFF;
	background-image: url("img/index02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1610px;
	margin-top: 300px;
	margin-left: auto;
	position: relative;
	padding-right: 10%;
}
.index-ttl {
	width: 20%;
	max-width: 245px;
	background: #000000;
	padding: 20px 0 55px;
	color: #FFFFFF;
	position: absolute;
	top: -100px;
	left: 40px;
}
.index-ttl span {
	display: block;
	text-align: center;
	font-display: 30px;
	margin-top: 20px;
}
.index-ttl img {
	margin: 0 auto;
}
#concept .bg {
	margin-left: auto;
}
.more {
	width: 50%;
	max-width: 205px;
	margin: 45px auto 0;
}
.more-btn {
	display: block;
	background: #000000;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	border: 1px solid #D4B251;
}
.more-btn:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
	opacity: 0.7;
}





/*==================================================
コース料理
===================================*/
#couce {
	color: #FFFFFF;
	background-image: url("img/index03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1610px;
	margin-top: 300px;
	margin-right: auto;
	position: relative;
	padding-left: 10%;
}
#couce .index-ttl {
	left: auto;
	right: 40px;
}

/*==================================================
予約・お問い合わせ
===================================*/
#contact {
	background-image: url("img/index04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 180px;
	padding: 160px 0;
	color: #FFFFFF;
}
#contact .bg {
	max-width: 1300px;
	margin: 0 auto;
}
#contact .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#contact p {
	text-align: center;
}
#contact .tel {
	display: block;
	width: 50%;
	max-width: 280px;
	padding: 10px 0;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	margin: 40px auto 0;
}


/*==================================================
フッター
===================================*/
#footer {
	background-image: url("img/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 60px;
}
.footer-wrap {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}
#footer .bottom {
	display: flex;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
#footer .bottom .logo {
	width: 15%;
}
#footer .bottom ul {
	width: 75%;
}
.sitemap {
	background: #000000;
	padding: 20px 0;
}
.sitemap ul {
	display: flex;
	width: 60%;
	margin: 0 auto;
	align-items: center;
}
.sitemap ul li {
	width: 20%;
}
.sitemap ul li a {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	display: block;
}
.sitemap ul li span {
	display: block;
	text-align: center;
	font-size: 13px;
}
.sitemap img {
	margin: 0 auto;
}
.sitemap a:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
	opacity: 0.7;
}
.copyright {
	padding: 15px 0;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}



/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #D4B251;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*==================================================
店舗情報ページ
===================================*/
#mainvisual {
	background-image: url("img/subpage_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 60vh;
	position: relative;
	z-index: 1;
}
#page-ttl {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#page-ttl .ja {
	font-size: 25px;
	font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold"
}
#page-ttl .en {
	font-size: 60px;
	font-family: "Sitka Banner";
}
.info {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 170px 0 140px;
}
.info dl {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
}
.info dl dt {
	width: 260px;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #000;
}
.info dl dd {
	width: calc(100% - 260px);
	padding: 30px 0;
	border-top: 1px solid #000;
}
.info-img {
	margin-top: 40px;
}


/*==================================================
メニューページ
===================================*/
.section {
	padding-top: 150px;
	max-width: 1300px;
	margin: 0 auto;
}
#drink {
	padding-bottom: 100px;
}
.sec-ttl {
	width: 50%;
	font-size: 25px;
	border-bottom: 3px solid #D4B251;
	margin-bottom: 35px;
}
.section .txt {
	max-width: 1000px;
	margin: 0 auto 50px;
}
#food .img {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#food .img div {
	width: 48%;
}
.section img {
	margin: 0 auto;
}
.price {
	max-width: 1000px;
	margin: 0 auto 50px;
	background: rgba(255,255,255,0.70);
	padding: 45px 0 20px;
}
.price .wrap {
	font-size: 18px;
	font-weight: bold;
}
.price .flex-2 span {
	display: block;
	text-align: end;
}




/*==================================================
アクセスページ
===================================*/
#access {
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.access {
	max-width: 1000px;
	margin: 50px auto 0;
	background: rgba(255,255,255,0.70);
	padding: 40px 0;
}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}












