@charset "utf-8";
/*----------------------------------------------------
	コンテンツ共通設定
----------------------------------------------------*/
#container.open {
  position: fixed;
  width: 100%;
}
/*ヘッダー*/
#header {
  height: 120px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 20px;
  background: rgb(39, 30, 25);
  background: -moz-linear-gradient(0deg, rgba(39, 30, 25, 0) 0%, rgba(39, 30, 25, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(39, 30, 25, 0) 0%, rgba(39, 30, 25, 0.7) 100%);
  background: linear-gradient(0deg, rgba(39, 30, 25, 0) 0%, rgba(39, 30, 25, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#271e19", endColorstr="#271e19", GradientType=1);
  color: #fff;
}
@media screen and (min-width: 768px) {
	#header.fixed {
	  height: 70px;
	  position: fixed;
	  width: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 9999;
	  background: rgba(85, 44, 23, 0.92);
	}
}
#header.fixed .h_logo, #header.fixed #gnav .nav_list li a, #header.fixed #gnav .sns_list li a {
  line-height: 70px;
}
#header a {
  color: #fff;
}
#header .h_logo {
  float: left;
  line-height: 80px;
}
#header .h_logo img {
  width: 200px;
}
#header .h_logo a {
  color: #fff;
}
#header .sp_logo {
  padding: 10px;
  width: 150px;
}
/*フッター*/
#footer {
  text-align: center;
  background-color: #552c17;
  color: #fff;
}
#footer .f_logo img {
  width: 200px;
}
#footer a {
  color: #fff;
}
#foot_nav {
  border-bottom: solid 1px #886c5d;
}
#foot_nav .f_nav_list {
  float: left;
}
#foot_nav .f_sns_list {
  float: right;
}
#foot_nav .f_nav_list li, #foot_nav .f_sns_list li {
  display: inline-block;
  line-height: 70px;
}
#foot_nav .f_nav_list li {
  margin-right: 15px;
  background: url("../img/common/arrow_001.svg") no-repeat left center;
  padding-left: 20px;
}
#foot_nav .f_sns_list li {
  padding: 0 5px;
}
#foot_nav .f_sns_list li.online-shop a{
    background-color: #fff;
    display: inline-block;
    width: 150px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    color: #552c17;
    font-size: 16px;
    font-size: 1.6rem;
}
#foot_nav .f_sns_list li.online-shop a:hover{
    background-color: #c4853d;
    color: #fff;
}
#foot_nav .f_nav_list li a {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#foot_nav .f_nav_list li a:hover {
  opacity: .6;
}
.copyright {
  padding: 5px 0;
  background-color: #c4853d;
  text-align: center;
  color: #fff;
}
.copyright p.left {
	float: left;
}
.copyright p.right {
	float: right;
}
@media screen and (max-width: 414px) {
	#foot_nav .f_sns_list li.online-shop{
		display: block;
		margin-bottom: 10px;
	}
	#foot_nav .f_sns_list li.online-shop a{
		width: 200px;
	}
	.copyright p.left,
		.copyright p.right{
		float: none;
		display: block;
		width: 100%;
	}
  #foot_nav {
    padding-bottom: 10px;
  }
  #foot_nav .f_nav_list, #foot_nav .f_sns_list {
    float: none;
  }
  #foot_nav .f_nav_list li, #foot_nav .f_sns_list li {
    line-height: 40px;
  }
  #foot_nav .f_nav_list li {
    margin-right: 6px;
    padding-left: 13px;
  }
  #foot_nav .f_nav_list li a {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
/*共通部分ー*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
.section_box {
  padding: 120px 0;
}
.section_box p {
  margin-bottom: 15px;
}
.title_style01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 2px;
  line-height: .8;
}
.title_style01 span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.title_style02 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
  padding: 5px 0;
}
.title_style02 span {
  border-left: solid 5px #c4853d;
  padding-left: 10px;
  font-weight: 600;
}
.title_style03 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
}
.title_style03:before, .title_style03:after {
  border-top: 1px solid #b5a58e;
  content: "";
  flex-grow: 1;
}
.title_style03:before {
  margin-right: 2rem;
}
.title_style03:after {
  margin-left: 2rem;
}
.title_style04 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}
.title_style04 span {
  padding-left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c4853d;
}
.title_style05 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#page_title {
  padding: 140px 0;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
  color: #fff;
  line-height: .8;
		background-color: #552c17;
}
#page_title span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.section_box {
	  padding: 80px 0;
	}
}
@media screen and (max-width: 414px) {
	.title_style01 {
		font-size: 34px;
		font-size: 3.4rem;
	}
	.title_style01 span {
	  font-size: 14px;
	  font-size: 1.4rem;
	}
	.title_style03 {
	  font-size: 26px;
	  font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.title_style04 {
	  font-size: 22px;
	  font-size: 2.2rem;
	  margin-bottom: 10px;
	}
	.title_style04 span {
	  font-size: 14px;
	  font-size: 1.4rem;
	}
	.title_style05 {
	  font-size: 20px;
	  font-size: 2rem;
	  margin-bottom: 5px;
	}
	#page_title {
	  padding: 130px 0 80px;
	  font-size: 34px;
	  font-size: 3.4rem;
	  text-align: center;
	  color: #fff;
	  line-height: .8;
	}
	#page_title span {
	  font-size: 14px;
	  font-size: 1.4rem;
	}
}
/*----------------------------------------------------
	メインビジュアル 
----------------------------------------------------*/
#main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/top/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
#main_visual .mv_logo {
  max-width: 440px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/*----------------------------------------------------
	コンセプト
----------------------------------------------------*/
#concept {
  padding: 100px 0;
  text-align: center;
  background-color: #552c17;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #concept {
  	padding: 50px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #concept {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #concept p br {
    display: none;
  }
}
/*----------------------------------------------------
	ニュース
----------------------------------------------------*/
#top_news {
  background: url("../img/top/news_bg.jpg") no-repeat center center;
  background-color: #f7f7f7;
}
#news {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
	#top_news iframe{
		height: 290px;
	}
	#newsList li .title{
		margin-top: 5px;
		display: block;
	}
}
/*----------------------------------------------------
	リンク（ショップ・ギフト）
----------------------------------------------------*/
.link_wrap {
  background: url("../img/common/bg_001.jpg") repeat center center;
}
.link_wrap section {
  position: relative;
}
.link_wrap #shop {
  margin-bottom: 240px;
}
.link_wrap .txt_box h2 {
  font-size: 44px;
  font-size: 4.4rem;
  margin-bottom: 30px;
}
.link_wrap #shop .img_box {
  float: right;
}
.link_wrap #shop .txt_box {
  width: 55%;
  padding: 70px 0;
  position: absolute;
  left: 0;
  top: 80px;
  text-align: center;
  background: rgba(85, 44, 23, 0.97);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(85, 44, 23, 0.97);
}
.link_wrap #gift .img_box {
  float: left;
}
.link_wrap #gift .txt_box {
  width: 55%;
  padding: 70px 0;
  position: absolute;
  right: 0;
  top: -80px;
  text-align: center;
  background: rgba(190, 130, 56, 0.97);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 0 0 10px rgba(190, 130, 56, 0.97);
}
.link_wrap #shop .txt_box .button {
  background: url("../img/common/arrow_004.svg") no-repeat right 15px center;
  background-color: #c28238;
  border: none;
}
.link_wrap #shop .txt_box .button:hover {
  background: url("../img/common/arrow_003.svg") no-repeat right 15px center;
  background-color: #fff;
}
.link_wrap #gift .txt_box .button {
  background: url("../img/common/arrow_004.svg") no-repeat right 15px center;
  background-color: #552c17;
  border: none;
}
.link_wrap #gift .txt_box .button:hover {
  background: url("../img/common/arrow_002.svg") no-repeat right 15px center;
  background-color: #fff;
  color: #c28238;
}
@media screen and (max-width: 991px) {
  .link_wrap #shop {
    margin-bottom: 180px;
  }
  .link_wrap #shop .txt_box, .link_wrap #gift .txt_box {
    width: 50%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 414px) {
  .link_wrap .txt_box h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .link_wrap #shop {
    margin-bottom: 50px;
  }
  .link_wrap #shop .img_box, .link_wrap #gift .img_box {
    float: none;
  }
  .link_wrap #shop .txt_box, .link_wrap #gift .txt_box {
    position: inherit;
    width: 85%;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: auto;
    top: auto;
    margin: -10px auto 0;
  }
}
/*----------------------------------------------------
	店舗情報
----------------------------------------------------*/
#page_title.shop {
  background: url("../img/shop/title_bg.jpg") no-repeat center center;
  background-size: cover;
  background-color: #42261d;
}
.shop #chef .right_box p {
  line-height: 2;
}
.shop #shop {
  background-color: #f7f7f7;
}
.shop #shop .left_box dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
.shop #shop .left_box dl dd {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .shop .left_box {
    float: left;
  }
  .shop .right_box {
    float: right;
  }
  .shop #chef .left_box {
    width: 280px;
  }
  .shop #chef .right_box {
    width: 100%;
    margin-left: -300px;
    padding-left: 300px;
  }
  .shop #shop .left_box {
    width: 100%;
    margin-right: -550px;
    padding-right: 550px;
  }
  .shop #shop .right_box {
    width: 525px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
	.shop #shop .left_box{
		text-align: center;
	}
	.shop #shop .left_box .shop_table{
		display: inline-block;
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
  .shop #shop .left_box dl dt {
    float: left;
  }
  .shop #shop .left_box dl dd {
    padding-left: 100px;
  }
}
/*----------------------------------------------------
	ギフト
----------------------------------------------------*/
#page_title.gift {
  background: url("../img/gift/title_bg.jpg") no-repeat center center;
  background-size: cover;
  background-color: #42261d;
}
#page_title.gift2 {
  background: url("../img/gift/title_bg2.jpg") no-repeat center center;
  background-size: cover;
  background-color: #42261d;
}
#gift .title_style03 {
  margin-bottom: 10px;
}
#gift .gift_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#gift .gift_list_wrap .item h4 {
  margin: 15px 0 10px;
  padding-left: 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  border-left: solid 3px #c4853d;
}
#gift .gift_list_wrap .item h4 .tax {
  font-size: 13px;
  font-size: 1.3rem;
}
#gift .gift_list_wrap .item .best-by {
  text-align: right;
  color: #b5a58e;
}
#gift .note_wrap {
  padding: 30px;
  background: #f7f7f7;
}
#gift .note_list li{
  margin: 5px 0;
}
#gift .note_list li {
  position: relative;
	padding-left: 15px;
}
#gift .note_list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #c4853d;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
@media screen and (min-width: 768px) {
  #gift .gift_list_wrap > li {
    width: 32%;
    margin-bottom: 35px;
    margin-right: 2%;
  }
  #gift .gift_list_wrap > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #gift .gift_list_wrap > li {
    width: 49%;
    margin-bottom: 25px;
    margin-right: 2%;
  }
  #gift .gift_list_wrap > li:nth-child(2n) {
    margin-right: 0;
  }
	#gift .gift_list_wrap .item h4 {
	  font-size: 15px;
	  font-size: 1.5rem;
	}
	#gift .gift_list_wrap .item h4 .tax {
	  font-size: 12px;
	  font-size: 1.2rem;
	}
}
/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
#page_title.news {
  background: url("../img/news/title_bg.jpg") no-repeat center center;
  background-size: cover;
  background-color: #42261d;
}
/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 9999;
}
#pagetop a {
  background: #c4853d;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 25px;
}
#pagetop a:hover {
  opacity: 1;
  text-decoration: none;
  background: #552c17;
}
/*----------------------------------------------------
	共通ボタン
----------------------------------------------------*/
.button {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background: url("../img/common/arrow_004.svg") no-repeat right 15px center;
  background-color: #552c17;
  border: 1px solid #552c17;
  color: #fff;
}
.button:hover {
  background: url("../img/common/arrow_003.svg") no-repeat right 15px center;
  background-color: #fff;
  color: #552c17;
}
@media screen and (min-width: 415px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1220px) {}
@media screen and (max-width: 1219px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  #gnav, .h_logo {
    display: none;
  }
}
@media screen and (max-width: 414px) {}
ul#newsList {
  margin: 0 0 35px;
  padding: 0;
}
ul#newsList li {
  margin: 0;
  padding: 20px 30px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
}
.catName {
  display: inline-block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  background-color: #b5a58e;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin: 0 30px;
  text-align: center;
}
.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}
.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border: solid 1px #b5a58e;
	color: #b5a58e;
	font-size:12px;
}
.backORcloseBtn a:hover{
	color: #fff;
	background-color: #b5a58e;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
#news-detail .detailText b {
    font-weight: bold;
}
#news-detail .detailText i {
    font-style: italic;
}
#news-detail .detailText a {
	color: #c4853d;
	text-decoration: underline;
	word-break: break-all;
}
#news-detail .detailText a:hover{
	text-decoration: none;
}
#news-detail .detailText ul li{
list-style-type: disc;
    list-style-position: inside;
}
#news-detail .detailText ol li{
list-style-type: decimal;
    list-style-position: inside;
}
#newsWrap .pager{
	text-align: center;
}
#newsWrap .pager a{
	margin: 3px;
	padding: 3px 8px;
	border: solid 1px #b5a58e;
	color: #b5a58e;
}
#newsWrap .pager a:hover{
	color: #fff;
	background-color: #b5a58e;
}

#ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
}
#ggmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#ggmap {
		padding-bottom: 56.25%;
	}
}
/*----------------------------------------------------
	リクルート
----------------------------------------------------*/
.recruit_table th{
	width: 25%;
}
.entry_table th{
	width: 25%;
}
.entry_table td .policy{
	padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 200px;
    overflow-y: scroll;
}
#page_title.recruit {
  background: url("../img/recruit/title_bg.jpg") no-repeat center center;
  background-size: cover;
  background-color: #42261d;
}
.more_entry{
    display: inline-block;
	padding: 8px 50px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    background-color: #c4853d;
    color: #fff;
    font-family: 'EB Garamond', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.more_entry:hover{
    color: #fff;
	opacity: .8;
}