@charset "utf-8";
/* CSS Document */
body {
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	color: #1A1311;
	position: relative;
	font-style: normal;
	font-weight: 500;
}
a {
	text-decoration: none;
	color: #1A1311;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
	max-width: 1500px;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.even {
	flex-direction: row-reverse;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.white {
	color: #FFFFFF;
}
.txt p {
	margin-bottom: 15px;
	line-height: 1.8;
}
.w-1200 {
	max-width: 1200px;
}


/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255,255,255,0.80);
}
.header-wrap {
	padding: 10px;
	display: flex;
	align-items: center;
}
.header-left {
	width: 30%;
}
.header-left a {
	display: inline-block;
}
.header-right {
	width: 50%;
	margin-left: auto;
}
.header-top {
	margin-bottom: 8px;
	text-align: end;
}
.header-top a {
	font-size: 25px;
}
.header-top a span {
	font-size: 18px;
}
.header-top a:hover {
	opacity: 0.7;
}


/*==================================================
グローバルメニュー
===================================*/
.menu {
    position: relative;
    width: 100%;
	text-align: center;
}
.menu > li {
    float: left;
    width: 16.6%;
	position: relative;
}

.menu > li a {
    display: block;
	font-size: 16px;
	position: relative;
	font-weight: 700;
}
.menu > li a img {
	margin: 0 auto;
}

.menu > li:hover {
    opacity: 0.7;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li a:hover {
    background: #897425;
	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: #FAF8F5;
    -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: #53463B;
}


/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
	z-index: 1;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("img/top/mv01.jpg");
}

.slider-item02 {
    background:url("img/top/mv02.jpg");
}

.slider-item03 {
    background:url("img/top/mv03.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.cp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 30%;
}

/*==================================================
おすすめメニュー
===================================*/
.menu_bg {
	background-image: url("img/top/menu_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 60px;
}
.index-ttl {
	width: 50%;
	padding: 30px 0 30px 4%;
	font-size: 45px;
	color: #fff;
	margin-bottom: 80px;
	background: #E2522D;
}
#index_menu .item {
	margin-bottom: 70px;
}
#index_menu .txtbox {
	width: 85%;
	margin: 0 auto;
}
#index_menu .ttl {
	font-size: 40px;
	margin-bottom: 30px;
	border-bottom: 3px solid #F5EB2E;
	padding-bottom: 10px;
}
#index_menu ul {
	margin-top: 55px;
}
.w-50 {
	width: 50%;
}
.more {
	width: 60%;
	max-width: 250px;
	margin-top: 60px;
}
.more-btn {
	display: block;
	border: 3px solid #1A1311;
	border-radius: 35px;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.more-btn:hover {
	color: #fff;
	background: #1A1311;
}

/*==================================================
こだわり
===================================*/
#index_commitment {
	background-image: url("img/top/commitment_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 100px 0 30px;
	position: relative;
	z-index: 1;
}
#index_commitment::after {
	content: "";
	background-image: url("img/top/commitment02.png");
	width: 355px;
	height: 813px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 60px;
	right: 60px;
	z-index: -1;
}
#index_commitment .ttl-img img {
	margin: 0 auto;
}
#index_commitment .txt {
	width: 70%;
	max-width: 750px;
	margin: 30px auto;
	text-shadow: 0 3px 6px rgba(255,255,255,0.80);
}
#index_commitment .more {
	margin: 30px auto 0;
}



/*==================================================
店舗情報
===================================*/
#index_info {
	padding: 100px 0 30px;
	background-image: url("img/top/info0_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
#index_info::before {
	content: "";
	background-image: url("img/top/info03.png");
	width: 335px;
	height: 346px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#index_info::after {
	content: "";
	background-image: url("img/top/info04.png");
	width: 270px;
	height: 230px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: -1;
}
#index_info .txt {
	margin-bottom: 70px;
}
#index_info .info {
	width: 80%;
	max-width: 750px;
	margin: 55px auto;
	display: flex;
	flex-wrap: wrap;
}
#index_info .info dt {
	width: 200px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1A1311;
	margin-bottom: 10px;
	text-align: center;
}
#index_info .info dd {
	width: calc(100% - 200px);
	padding-bottom: 10px;
	border-bottom: 1px solid #1A1311;
	margin-bottom: 10px;
}
#index_info .more {
	margin-left: auto;
	margin-right: auto;
}

/*==================================================
生産者紹介
===================================*/
#index_introduction {
	background-image: url("img/top/seisannsya_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}
#index_introduction .item {
	margin-bottom: 40px;
}
#index_introduction .item .ttl {
	font-size: 28px;
	margin-bottom: 35px;
	border-bottom: 3px solid #E2522D;
}
#index_introduction .more {
	margin-left: auto;
	margin-right: auto;
}
.instagram .img img {
	margin: 0 auto;
}


/*==================================================
フッター
===================================*/
#footer {
	position: relative;
	z-index: 1;
	background-image: url("img/top/footer_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#footer .wrap {
	padding: 40px 0;
}
#footer .img img {
	margin: 0 auto;
}
#footer .info {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
#footer .info dt {
	width: 120px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #192F60;
	margin-bottom: 10px;
}
#footer .info dd {
	width: calc(100% - 120px);
	padding-bottom: 10px;
	border-bottom: 1px dashed #192F60;
	margin-bottom: 10px;
}
.copyright {
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/*==================================================
ページトップに戻る
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #CEB553;
  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-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    height: 65vh;
    z-index: 1;
}
#subpage-ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
}
#subpage-ttl img {
	margin: 0 auto;
}
.sub-bg {
	background-image: url("img/bg.jpg");
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center;
	padding: 40px 0;
}
.sec-ttl {
	width: 50%;
	padding: 25px 0 25px 4%;
	background: #E2522D;
	color: #fff;
	font-size: 45px;
	margin-top: 120px;
	margin-bottom: 30px;
}
.commit-item {
	margin-bottom: 80px;
	align-items: center;
}
.commit-item .txtbox, .commit-item .img {
	width: 50%;
}
.commit-item .img-right img {
	margin-left: auto;
}
.commit-item .ttl {
	font-size: 35px;
	border-bottom: 3px solid #F5EB2E;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

/*==================================================
下層ページ_お品書き
===================================*/
.menu-top .item {
	margin-bottom: 90px;
	margin-top: 110px;
}
.menu-top .ttl {
	font-size: 25px;
	color: #fff;
	background: #E2522D;
	padding: 20px 0 20px 2%;
	margin-bottom: 25px;
}
.menu-btm .item {
	margin-bottom: 100px;
}
.menu-btm .ttl {
	font-size: 28px;
	padding: 30px 0;
	background: #F5EB2E;
	margin-bottom: 40px;
    color: #333333;
}
.menu-btm ul li {
	margin-bottom: 20px;
}
.food .more{
	margin-top: 15px;
}


/*==================================================
下層ページ_会社概要
===================================*/
.company .img img {
	margin: 0 auto;
}
.company-info {
	width: 100%;
	margin: 65px auto;
	display: flex;
	flex-wrap: wrap;
}
.company-info dt {
	width: 200px;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #1A1311;
}
.company-info dd {
	width: calc( 100% - 200px);
	padding: 10px 0;
	border-bottom: 1px solid #1A1311;
}


/*==================================================
下層ページ_店舗について
===================================*/
.gallery-item {
	margin: 60px auto 200px;
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery{
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery{
	columns: 2;
	}	
}



/*==================================================
ふわっ
===================================*/

/* その場で */
.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;
}


