@charset "utf-8";

/* 共通設定 */
html {
	scroll-behavior: smooth;
}

body {
	font-family: Futura, "Century Gothic", Arial, sans-serif; 
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
    background-color: #153323;
    color: #fff;
	-webkit-text-size-adjust:100%;
    }

a.non_border {
	text-decoration: none;
}

h2 {
	font-family: Futura, "Century Gothic", Arial, sans-serif; 
      font-weight: 400;
      font-style: normal;
      font-size: 40px;
	  text-align: center;
	  margin: 0.7em 0 1em 0;
    }
h3 {
    font-size: 20px;
    font-weight: normal;
}

p,ul,li,table {
	font-size: 14px ; 
}

ul {
	list-style: none;
}

.text {
	line-height: 2.5em;
}

.text2 {
	line-height: 2em;
}

.inner {
	margin: auto;
	padding: 5% 10%;
	display: block
}

.float-r {
	text-align: right;
}

.copy {
	font-family: Futura, "Century Gothic", Arial, sans-serif; 
    margin: auto;
	padding: 0.5em 0;
	font-size: 18px;
	text-align: center;
	line-height: 2em;
  }

.pd-bottom {
	padding-bottom: 3em;
  }
.mg-bottm {
	margin-bottom: 2em;
}

.bg-green, .bg-green a,
.bg-green a:visited {
	background-color: #1e4831;
	color: #fff;
}

.bg-white, .bg-white a,
.bg-white a:visited {
	background-color: #fff;
	color: #1e4831;
}

.bg-gray, .bg-gray a,
.bg-gray a:visited {
	background-color: #e5e5e5;
	color: #1e4831;
}

table { 
	text-align: left;
	width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border: none; 
  padding: 8px;
}

 .bg-green table th,
 .bg-green table td {
  border-bottom: 1px solid #fff;
}

 .bg-white table th,
 .bg-white table td {
  border-bottom: 1px solid #44574c;
}



/* 個別設定 */
#mainwrapper {
    width: 100%;
    margin: 0 auto;
    }

.content_wrapper {
	width: 100%;
}

/*　グローバルナビ */

#fixed-header {
	position: fixed;
	top:-70px;
	left: 0;
	right: 0;
	width: 100%;
	
	/*background-color:rgba(15, 75, 35, 0.8);*/
	/*border-bottom: 1px solid #fff;*/
	transition: .5s; /* アニメーションタイミング */

	z-index: 9999;
}

#fixed-header.is-show ,#fixed-header.show {
	top: 0;
}



/* イントロ　*/

#intro .mainphoto {
	display: flex;
	justify-content:center;
	align-items:center;
	position: relative;
	
}

#intro .slider {
  margin-inline: auto;
  width: 100%;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}


#intro h1{
	width: 40%;
	position: absolute;
  }

#intro h1 img{
	width: 100%;
  }

#intro .copy {
	padding: 2em 0;
  }

.parallax_content,
.parallax_box {
  min-height: 400px;
  /*background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;*/
}

.img_bg_01{
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../image/IMG_6034.jpg);
  position: fixed;
}


/* アバウト */
#about {
	background-color: #fff;
	color: #145231;
}

#about .photo ,
#foodmenu .photo,
#foodmenu-page .photo {
	padding-bottom: 2em;
}

#about  .more {
	font-size: 18px ;
}

#chef .member-name {
	font-size: 26px;
}




/* メニュー　*/
#foodmenu {
	background-image: url(../image/bk_menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 4em;
}

#foodmenu-page h2 span {
	font-size: 13px;
}

#foodmenu ul {
	font-family: "Jost", sans-serif,;
	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
	list-style: none;
	padding: 0;
	margin: 0;
}

#foodmenu ul a {
	padding: 0.8em 0;
	text-decoration: none;
}

#foodmenu .link-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

#foodmenu .link-content .link-text {
	font-size: 13px;
  text-align: left;
}

#foodmenu .link-content .link-text .text3 {
  font-size: 35px;
}

#foodmenu .link-content .icon {
  width: 50%;
  height: auto;
}

#foodmenu a,
#foodmenu a:visited
 {
	color: #fff;
	transition : 1s
}

#foodmenu a:hover {
	opacity: 0.5;
	transition: 1s;
}

#foodmenu-page ul.price {
	padding: 0;
}

#foodmenu-page ul.price li:last-child {
	text-align: right;
}


#foodmenu-page ul li {
	padding-bottom: 0.3rem;
}

#foodmenu-page .party_menu .plan {
	font-size: 20px;
}
#foodmenu-page .party_menu .plan span{
	font-size: 18px;
}

#foodmenu-page .party_menu ul {
	display: inline-block;
	vertical-align: top;
	list-style: disc;
	padding-left: 1.2em;
	padding-bottom: 1em;
}

#foodmenu-page .party_menu .photo {
	display: inline-block;
	width: 30%;
	margin-top: 1em;
	padding-bottom: 1em;
}


#foodmenu-page .img_ph img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
}

#foodmenu-page .attention {
	font-size: 11px;
	color: #bebebe;
	margin: 0;
	clear: both;
}

#foodmenu-page .menu_btn {
	display: inline-flex;
	margin-top: 2em;
	width: 100%;
}

#foodmenu-page .menu_btn a {
	padding: 0.5em 2em;
}

#foodmenu-page .menu_btn .pre {
	border-right: 1px solid #000;
}

#foodmenu-page .menu_btn div {
	text-align: center;
	width: 100%;
}
#foodmenu-page .notice  {
	border:  solid 1px #CCC;
	padding: 1em 2em;
}

#foodmenu-page .notice ul {
	padding: 0;
}

#foodmenu-page .notice span {
	font-weight: bold;
}

/*ランチメニュー*/
#foodmenu-page h4 {
	margin: 2rem 0 0.5rem;
}

#foodmenu-page.lunch-page ul{
	list-style: disc;
	list-style: inside;
	padding-inline-start: 30px;
}

#foodmenu-page.lunch-page ul.lunch_res li:first-child {
	list-style: none;
	font-size: 110%;
	font-weight: bold;
}

#foodmenu-page ul.lunch_atte01 {
	list-style: none;
}

/*ディナーメニュー*/
#foodmenu-page .recommend_box figure{
	margin: 0 0 15% 0;
}
	
#foodmenu-page .recommend_box .nemu_name {
	font-size: 110%;
	font-weight: bold;
}



/* 詳細 */

#details ul li {
	display: inline-block;
}

#details .ph-list {
display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
  padding: 0;
}

#details .ph-list li{
	padding-bottom: 2em;
}

#details table div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 2em;
} 

#details table span {
	font-size: 12px;
}

#details table th {
	font-size: small;
	width: 3.5rem;
}



/* アクセス */
#access table {
	display: block;
	padding-bottom: 3rem;
}

#access span {
  font-size: 12px;
}

#access span.holiday {
	display: inline-block;
	color: crimson;
  font-size: 14px;
  border: crimson solid 1px;
  padding: 0.5em;
  margin: 0.5em 0;
}



/* 予約 */
#reservation a.btn{
	display: block;
	width:100%;
	padding: 1em;
	margin: 1.8em auto;
	font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: white;
	background-color: #BFA014;
	/*border: 2px solid white;*/
	border-radius:8em;
	transition: all 0.3s ease;
}

#reservation a.btn:hover,
#reserve-btn a.btn:hover {
  background-color: rgba(109, 88, 43, 0.9);
}

#reservation .tel {
	text-align: center;
}

/* インスタ */
#insta {
	text-align: center;
}

#insta img {
	width: 5rem;
	margin: auto;
	padding-bottom: 2.5em;
}


/*  求人 */
#recruit{
    background:  url(../image/IMG_4821.jpg) no-repeat center / cover rgba(0, 0, 0, 0.4);
    background-blend-mode:darken;
}


/* 固定予約ボタン */
#reserve-btn {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 1em 0;
}

#reserve-btn div {
	display: inline-block;
}

#reserve-btn a{
	display: block;
	width:100%;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #BFA014;
	border-radius:8em;
	transition: all 0.3s ease;
}

#reserve-btn a.btn{
	padding: 0.5em 2em;
	letter-spacing: 0.1em;
}


/* フッター　*/
footer {
	background-color: #000;
}

footer .copyright {
    width: 100%;
    padding: 1.5em 1em;
	margin: 0;
    /*background-color: #153323;*/
	background-color: #000;
    color: white;
    text-align: center;
    font-size: 10px;

  }

footer #sp_nav ul {
	width: 70%;
	margin: auto;
	padding: 0.5rem 0;
	text-align: center;
}

footer #sp_nav li {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: auto;
}

footer #sp_nav a,
footer #sp_nav a:visited {
	color: #fff;
}

footer .f_info {
	padding: 10%;
	text-align: center;
}

footer .f_info p.f_copy {
	font-size: 11px;
	padding-bottom: 2rem;
	line-height: 1.5rem;
}

footer .f_info .f_logo{
	width: 200px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10%;
}

footer .f_info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 13px;
  text-align: left;
}

footer dt {
  width: 20%;
  margin-bottom: 0.5rem;
}

footer dd {
  width: 80%;
  margin-bottom: 0.5rem;
      margin-inline-start: 0;
}

  
  /* フェードイン */
  /*参考ページ　https://lab.dxo.co.jp/notes/web-design/contents-scroll　*/
.scroll-space{
  box-sizing: border-box;
  overflow: hidden;
  }

.fadein{
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.load-fade {
	opacity: 0;
	transform: translate(0,0);
    transition: all 1.5s;
	transform: translate(0,30px);
}
.load-fade.is-show {
	opacity: 1 !important;
    transform: translate(0, 0) !important;
}




/* --------- レスポンシブ --------- */
/* --------- PC用 --------- */
@media screen and (min-width:900px) {
	body {
		background-color: #cfcfcf;
		font-size: 14px;
		}

	.inner {
		width: 980px;
		margin: auto;
	}

	.pc { display: block !important; }
	.sp { display: none !important; }

	#intro .mainphoto {
	/*width: 1020px;*/
	height: 600px;
	margin: auto;
	}

	#intro .slider img{
		width: 100%;
		height: 600px;
		object-fit: cover;
	}

	#intro h1{
		width: 12rem;
	}

	.img_box {
	display: flex;
    justify-content: space-around;
	}

	.img_box img {
		width: 48%;
		height: auto;
	}

	.parallax_wrapper {
		/*width: 1020px;*/
		margin: auto;
	}
	.sp_br {
		display: none;
	}

	/*.parallax_content{
		background-size: 1020px;
	}*/

	#chef .member-name {
		margin-top: 0;
	}
	#chef .member-photo {
		width: 35%;
		margin: 0 10% 0 0;
		display: inline-block;
		vertical-align: top;
	}

	#chef .member-text {
		width: 53%;
		display: inline-block;
	}

	#chef .member-text_nophoto {
		width: 100%;
		display: inline-block;
	}

	
	#foodmenu ul {
		width: 60%;
		margin: auto;
	}
	#foodmenu .link-content .icon {
		width: 25%;
	}
	#foodmenu-page .menu_btn {
		font-size: 20px;
	}
	#foodmenu-page .party_menu {
		display: inline-block;
		width: 49%;
		padding-left: 5%;
		vertical-align: top;
	}

	#foodmenu-page .recommend_box {
		display: grid;
		grid-template-columns: 45% 45%;
		column-gap: 10%;
	}

	#foodmenu-page .price_box {
		display: grid;
		grid-template-columns: 45% 45%;
		column-gap: 10%;
	}


	#details table {
	width: 55%;
	display: inline-block;
	}

	#details .floor {
		width: 43%;
		display: inline-block;
		padding: 0 0 0 10%;
	}

	#reservation p {
		text-align: center;
		line-height: 2em;
	}

	#reservation a.btn {
		width:70%;
	}

	footer {
		margin: auto;
		padding-bottom: 80px;
	}

	footer #sp_nav {
		display: none;
	}
	footer .f_info {
		padding: 5% 10%;
	}
	footer .f_box {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	}


	/* 固定予約ボタン*/
	#reserve-btn a {
		font-size: 20px;
	}
	#reserve-btn a.btn {
		padding: 0.5em 4em;
	}
 
	/*グローバルナビ*/
	.drawer__nav__tel,
	.drawer__nav__insta,
	#fixed-header .logo {
		display: none;
	}
	.drawer__nav__item_top {
		display: block;
	}

	.drawer__nav__menu {
		width: 100%;
		text-align: right;
		background-color: rgba(0, 0, 0, 0.5);
		margin-top: 0;
		padding: 0.5rem 0;
	}

	.drawer__nav__menu li {
		display: inline-block;
		margin: 0 1em;
		padding: 0.5em;
	}

	.drawer__nav__res a {
		width: 6em;
		font-size: 13px;
		padding: 0.5em 2em;
		text-align: center;
		text-decoration: none;
		color: white;
		background-color: #BFA014;
		border-radius:8em;
		transition: all 0.3s ease;
	}

	.drawer__nav__res a:hover {
		background-color:  rgba(142, 122, 79, 0.9);
	}

	.drawer__nav a, .drawer__nav a:visited {
		text-decoration: none;
		color: #fff;
	}

	.drawer__nav__link {
		padding-bottom: 3px;
		background-image: linear-gradient(#fff, #fff);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 0 1px;
		transition: background-size 0.3s;
		}

		.drawer__nav__link:hover {
		background-position: bottom left;
		background-size: 100% 1px;
		}


}

/* --------- スマホ用 --------- */
@media screen and (max-width: 899px) {
	.pc { display: none !important; }
    .sp { display: block !important; }
	
  .sp_br {
    display: block; 
	}

	.parallax_wrapper {
		width: 100%;
	}

	table th {
		width: 4rem;
	}

	#chef .member-photo {
		width: 60%;
		margin: auto;
	}

	#details .floor {
		width: 90%;
		margin: auto;
		padding-top: 10%;
	}

	#foodmenu-page.inner {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#about.inner{
		padding-top: 2em;
	}

	footer {
		padding-bottom: 5rem;
		background-color: #153323;
	}
	footer #sp_nav {
		background-color: #000;
	}


   /*ハンバーガーメニュー*/
	#fixed-header .header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem;
	}
	#fixed-header .logo {
		width: 2.5rem;
		margin-left: 0.5rem;
	}
	#fixed-header .logo img{
		width: 100%;
	}

	/* ハンバーガーボタンのデザイン */
	.drawer__button {
	position: relative;
	width: 3rem;
	height: 3rem;
	/*background-color: transparent;*/
	/*background-color: #004923;*/
	background-color:rgba(0, 0, 0, 0.8);
	border: none;
	cursor: pointer;
	z-index: 999;
	}
	/* ハンバーガーボタン内の線 */
	.drawer__button > span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1.5rem;
		height: 2px;
		background-color: #fff;
		transform: translateX(-50%);
	}
	.drawer__button > span:first-child {
		transform: translate(-50%, calc(-50% - 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button > span:nth-child(2) {
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	.drawer__button > span:last-child {
		transform: translate(-50%, calc(-50% + 0.5rem));
		transition: transform 0.3s ease;
	}
	/* 展開時のデザイン */
	.drawer__button.active > span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.drawer__button.active > span:nth-child(2) {
		opacity: 0;
	}
	.drawer__button.active > span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	/* メニューのデザイン */
	.drawer__nav {
		position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		transition: opacity 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}

	.drawer__nav a, .drawer__nav a:visited {
		color: #FFF;
	}

	.drawer__nav.active {
		opacity: 1;
		visibility: visible;
	/*z-index: 9999;*/
	}
	.drawer__nav__inner {
		position: relative;
		width: 80%;
		height: 100%;
		background-color: rgb(15, 73, 35);
		border-left: 1px solid #FFF;
		padding: 2rem 1.5rem 1rem;
		margin: 0 0 0 auto;
		overflow: scroll;
		transform: translateX(100%);
		transition: transform 0.3s ease;
	}
	.drawer__nav.active .drawer__nav__inner {
		transform: translateX(0);
	}
	.drawer__nav__menu {
		font-family: Futura, "Century Gothic", Arial, sans-serif; 
		font-size: 25px;
		list-style: none;
		padding-left: 0;
		z-index: 9999;
	}
	.drawer__nav__menu li {
		font-size: 23px;
	}
	.drawer__nav__link {
		display: block;
		text-decoration: none;
		padding: 0.5em 1em;
	}
	.drawer__nav__res {
		display: block;
		width:80%;
		padding: 0.5em 1em;
		margin: 1em;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		color: white;
		background-color: #BFA014;
		border-radius:8em;
		transition: all 0.3s ease;
	}

	.drawer__nav__res a{
		text-decoration: none;
	}

	.drawer__nav__tel {
		padding: 0 0.5em;
		margin: 0 1em;
	}
	.drawer__nav__insta {
		width: 15%;
		margin: 3em 1.5em 0;
	}

	/* ハンバーガーメニュー展開時、背景を固定 */
	body.active {
	height: 100%;
	overflow: hidden;
	}

  }
