@charset "UTF-8";
 @media screen and (max-width: 768px) {
.pc {
	display: none;
}
}
 @media screen and (min-width: 769px) {
.sp {
	display: none;
}
}
 @media screen and (max-device-width: 768px) {
.pc_d {
	display: none;
}
}
 @media screen and (min-device-width: 769px) {
.sp_d {
	display: none;
}
}

.hide {
	display: none;
}
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
h1 {
	margin: inherit;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #444444;
	line-height: 1.4;
	-webkit-font-kerning: auto;
	font-kerning: auto;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, Verdana, sans-serif;
}
a[href^="tel:"] {
	pointer-events: none;
}
.mb0 {
	margin-bottom: 0;
}
body {
	position: relative;
}
.wrapper {
	width: 100%;
}
.hide {
	display: none;
}
.list-item, .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}
a {
	text-decoration: none;
	color: #341D0F;
}
 @media screen and (min-width: 749px) {
a:hover img {
	opacity: 0.7;
}
}
.section_wrapper {
	width: 100%;
}
.section_inner {
	margin: 0 auto;
}
 @media screen and (min-width: 769px) {
.section_inner {
	width: 1020px;
}
}
 @media screen and (max-width: 768px) {
.section_inner {
	width: calc(100% - 16px);
}
}
.label-title {
	background-color: #341D0F;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (max-width: 768px) {
.label-title {
	border-radius: 4px;
	padding-left: 10px;
	line-height: 5rem;
}
}
 @media screen and (min-width: 769px) {
.label-title {
	border-radius: 10px;
	line-height: 68px;
	padding-left: 16px;
}
}
 @media screen and (min-width: 769px) {
header {
	padding-top: 70px;
}
}
 @media screen and (max-width: 768px) {
header {
/*  padding-top: 20px;*/
  }
}
/* ////////////////////////////////////////////////////////////////////
//  pc_fixed_menu
// ////////////////////////////////////////////////////////////////////*/
.pc-fixed-menu {
	background: #341D0F;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 999999;
	top: 0;/*検索*/
}
.pc-fixed-menu__inner {
	width: 1020px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}
.pc-fixed-menu__logo {
	line-height: 50px;
	margin-right: 18px;
	margin-top: 4px;
}
.pc-fixed-menu__search {
	margin: 7px 8px 7px 0;
	height: 36px;
	width: 290px;
	border: 1px solid #dde04b;
	border-radius: 2px;
	position: relative;
}
 .pc-fixed-menu__search ::-webkit-input-placeholder {
 color: #341D0F;
 font-size: 12px;
}
 .pc-fixed-menu__search ::-ms-input-placeholder {
 color: #341D0F;
 font-size: 12px;
}
 .pc-fixed-menu__search :-ms-input-placeholder {
 color: #341D0F;
 font-size: 12px;
}
 .pc-fixed-menu__search ::placeholder {
 color: #341D0F;
 font-size: 12px;
}
.pc-fixed-menu__textbox {
	border: 0;
	height: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	width: 244px;
	outline: none;
	-webkit-appearance: none;
}
.pc-fixed-menu__search__btn {
	background: #dde04b;
	position: absolute;
	border-radius: 0 2px 2px 0;
	top: 0;
	right: 0;
	width: 46px;
	height: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 36px;
}
.pc-fixed-menu__search__btn_icon {
	padding-top: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pc-fixed-menu__keyword {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	margin: 5px 8px 0 0;
	width: 211px;
}
.pc-fixed-menu__keyword li {
	margin-right: 4px;
	margin-bottom: 4px;
	height: 17px;
}
.pc-fixed-menu__keyword a {
	background: #F9F4E0;
	color: #341D0F;
	line-height: 17px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
 @media screen and (min-width: 749px) {
.pc-fixed-menu__keyword a:hover {
	background: #dde04b;
}
}
.pc-fixed-menu__nav__list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.pc-fixed-menu__nav__list .item {
	display: inline-block;
	height: 50px;
	padding-top: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pc-fixed-menu__nav__list .item a {
	border-left: 1px solid #F9F4E0;
	color: #F9F4E0;
	padding: 1px 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 14px;
}
 @media screen and (min-width: 749px) {
.pc-fixed-menu__nav__list .item a:hover {
	color: #dde04b;
	text-decoration: underline;
}
}
.pc-fixed-menu__nav__list .item:first-child a {
	border-left: 0;
}
.pc-fixed-menu__cart {
	width: 36px;
	margin-left: auto;
	margin-top: 7px;
}
.pc-fixed-menu__cart img {
	width: 36px;
}
/* ////////////////////////////////////////////////////////////////////
//  delivery
// ////////////////////////////////////////////////////////////////////*/
.delivery {
/*  出荷について */
}
 @media screen and (min-width: 769px) {
.delivery {
	margin: 20px auto;
}
}
 @media screen and (max-width: 768px) {
.delivery {
	padding-top: 10px;
	padding-bottom: 14px;
	background: #FFFFFF;
	z-index: 5;
	position: relative;
}
}
.delivery .section_inner {
	width: calc(100% - 16px);
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: #D13106 2px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 @media screen and (min-width: 769px) {
.delivery .section_inner {
	height: 80px;
	border-width: 4px;
	padding: 8px 0;
}
}
 @media screen and (max-width: 768px) {
.delivery .section_inner {
	padding: 4px 0;
}
}
 @media screen and (min-width: 769px) {
.delivery__icon {
	width: 69px;
	margin-right: 20px;
}
}
 @media screen and (max-width: 768px) {
.delivery__icon {
	width: 10%;
	margin-right: 8px;
}
.delivery__icon img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
}
.delivery__title {
	color: #341D0F;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}
 @media screen and (min-width: 769px) {
.delivery__title {
	font-size: 20px;
}
}
 @media screen and (max-width: 768px) {
.delivery__title {
	font-size: 12px;
}
}
.delivery__title .red {
	color: #D13106;
}
.delivery__description {
	margin: 0;
	line-height: 1.8;
	color: #8f8f8f;
	font-weight: bold;
}
 @media screen and (max-width: 768px) {
.delivery__description {
	font-size: 10px;
}
}
#delivery-date {
	font-weight: bold;
	font-size: 120%;
}
#delivery-date .val {
	font-size: 130%;
	font-family: "Arial", sans-serif;
	padding: 0 4px;
}

/* ////////////////////////////////////////////////////////////////////
//  information
// ////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
.information {
	background: #FFFFFF;
	position: relative;
	z-index: 5;
}
}
.information__inner {
	margin: auto;
	font-weight: bold;
	color: #5f4213;
	border-top: 1px dashed #efe1cc;
}
 @media screen and (min-width: 769px) {
.information__inner {
	width: 1020px;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 768px) {
.information__inner {
	width: calc(100% - 16px);
	padding-bottom: 16px;
}
}
.information__text {
	border-bottom: 1px dashed #efe1cc;
	margin: 0;
}
.information__text a {
	display: block;
	padding: 8px 4px;
}
 @media screen and (max-width: 768px) {
.information__text a {
	font-size: 12px;
}
}
 @media screen and (min-width: 749px) {
.information__text a:hover .information__description {
	padding-bottom: 1px;
	border-bottom: 1px solid #5f4213;
}
}
.information__label {
	color: #FFFFFF;
	background: #D13106;
	padding: 5px;
	border-radius: 4px;
	margin-right: 1rem;
	font-size: 12px;
}
/* ////////////////////////////////////////////////////////////////////
//  menu-global
// ////////////////////////////////////////////////////////////////////*/
#review_rate, #review_count {
	color: #D13106;
	font-weight: bold;
	font-family: "Arial", sans-serif;
}
 @media screen and (min-width: 769px) {
#review_rate,  #review_count {
	font-size: 20px;
}
}
 @media screen and (max-width: 768px) {
#review_rate,  #review_count {
	font-size: 16px;
}
}
#review_updt {
	margin-left: 2px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.menu-global {
/* スマホドロワー  */
}
 @media screen and (min-width: 769px) {
.menu-global {
	margin-bottom: 30px;
}
}
 @media screen and (max-width: 768px) {
.menu-global {
	background: #FFFFFF;
	position: relative;
	z-index: 5;
}
}
.menu-global .section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
 @media screen and (max-width: 768px) {
.menu-global .section_inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
}
.menu-global__logo_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
 @media screen and (min-width: 769px) {
.menu-global__logo_wrapper {
	width: 360px;
}
}
 @media screen and (max-width: 768px) {
.menu-global__logo_wrapper {
	width: 62%;
}
}
.menu-global__logo {
	display: inline-block;
}
 @media screen and (min-width: 769px) {
.menu-global__logo {
	width: 154px;
	margin-right: -20px;
}
}
 @media screen and (max-width: 768px) {
.menu-global__logo {
	width: 64%;
	/* margin-right: 10px; */
    margin-right: -10px;
}
.menu-global__logo img {
	width: 100%;
	height: auto;
}
}
.menu-global__logo img {
	vertical-align: bottom;
	width: 90%;
}
.menu-global__r10 {
	display: inline-block;
}
.menu-global__r10 img {
	vertical-align: bottom;
	width: 100%;
}
 @media screen and (min-width: 769px) {
.menu-global__r10 {
	width: 61px;
}
}
 @media screen and (max-width: 768px) {
.menu-global__r10 {
	width: 28%;
}
.menu-global__r10 img {
	width: 100%;
	height: auto;
}
}
.menu-global__genrev {
	display: inline-block;
}
.menu-global__genrev img {
	vertical-align: bottom;
	width: 100%;
}
 @media screen and (min-width: 769px) {
.menu-global__genrev {
	width: 160px;
}
}
 @media screen and (max-width: 768px) {
.menu-global__genrev {
	width: 72%;
}
.menu-global__genrev img {
	width: 100%;
	height: auto;
}
}
.menu-global__pc-menu {
	width: 656px;
	list-style: none;
	padding: 0;
	margin: 0 -24px 10px 10px;
}
.menu-global__pc-menu li {
	display: inline-block;
}
.menu-global__pc-menu li:last-child a {
	border-right: 0;
}
.menu-global__pc-menu li:first-child a {
	padding-left: 0px;
}
.menu-global__pc-menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #5f4213;
	padding: 2px 20px;
	border-right: 1px solid #efe1cc;
	letter-spacing: 1.3px;
}
 @media screen and (min-width: 749px) {
.menu-global__pc-menu li a:hover {
	text-decoration: underline;
}
}
.menu-global__sp-menu {
	width: 26%;
}
.menu-global__sp-menu .shopping_cart {
	width: 42%;
	display: inline-block;
	margin-right: 8%;
	vertical-align: top;
}
.menu-global__sp-menu .shopping_cart img {
	vertical-align: bottom;
	width: 100%;
}
.menu-global__sp-menu .menu {
	position: relative;
	width: 42%;
	display: inline-block;
}
.menu-global__sp-menu .menu img {
	vertical-align: bottom;
	width: 100%;
}
.menu-global__sp-menu .caption {
	margin: 4px 0 0 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #5f4213;
	letter-spacing: -0.5px;
	min-width: 50px;
}
.menu-global__sp-menu #sp_drawer {
	display: none;
}
 @media screen and (max-width: 768px) {
.menu-global__info-review_wrapper {
	margin-top: 12px;
	width: 100%;
}
}
.menu-global .review {
	list-style: none;
	padding: 0;
	margin: 0;
}
 @media screen and (max-width: 768px) {
.menu-global .review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
}
 @media screen and (min-width: 769px) {
.menu-global .review li {
	display: inline-block;
	margin-right: 8px;
}
}
 @media screen and (max-width: 768px) {
.menu-global .review li.review__rate {
	width: 46%;
}
.menu-global .review li.review__count {
	width: 52%;
}
}
.menu-global .review__rate a, .menu-global .review__count a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ebf088;
	border: 1px solid #dde04b;
	color: #341D0F;
	font-weight: bold;
}
 @media screen and (min-width: 769px) {
.menu-global .review__rate a,  .menu-global .review__count a {
	line-height: 48px;
	padding: 0 8px;
	border-radius: 10px;
}
}
 @media screen and (max-width: 768px) {
.menu-global .review__rate a,  .menu-global .review__count a {
	line-height: 32px;
	padding: 0 8px;
	border-radius: 10px;
	font-size: 12px;
}
}
.menu-global .review li.icon_link {
	margin: 0 3px;
	vertical-align: middle;
}
 @media screen and (max-width: 768px) {
.menu-global .review li.icon_link {
	display: none;
}
}
.menu-global .review li.icon_link:last-child {
	margin-right: 0;
}
.menu-global .review li.icon_link a {
	display: block;
}
.menu-global .review li.icon_link a img {
	vertical-align: bottom;
}
.fixed-drawer-icon {
	position: fixed;
	top: 22px;
	right: 8px;
	display: block;
	width: 13%;
	z-index: 3;
}
 @media screen and (min-width: 769px) {
.fixed-drawer-icon {
	display: none;
}
}
.fixed-drawer-icon img {
	width: 100%;
}
.fixed-drawer-icon .caption {
	margin: 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #5f4213;
	letter-spacing: -0.5px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,  -1px 1px 0 #FFF, 1px -1px 0 #FFF,  0px 1px 0 #FFF, 0-1px 0 #FFF,  -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* ////////////////////////////////////////////////////////////////////
//  drawer　スマホドロワー
// ////////////////////////////////////////////////////////////////////*/
#sp_drawer:checked~.drawer {
 display: block;
}
.drawer {
	display: none;
}
 @media screen and (max-width: 768px) {
.drawer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 5;
	height: 100%;
	overflow-y: scroll;/* 検索エリア  */
    /*検索*/
    /* drawer category */
    /* SHOPPING GUIDE */
  }
.drawer＿wrapper {
	width: 100%;
}
.drawer__logo {
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
}
.drawer__logo img {
	width: 24%;
}
.drawer__search-wrapper {
	position: relative;
	background: #4b2f1e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.drawer__searchbox {
	margin: 7px 8px 7px 0;
	height: 50px;
	width: calc(100% - 70px);
	border: 1px solid #dde04b;
	border-radius: 2px;
	position: relative;
}
.drawer__searchbox form {
	background: #FFFFFF;
}
 .drawer__searchbox ::-webkit-input-placeholder {
 color: #341D0F;
 font-size: 12px;
}
 .drawer__searchbox ::-ms-input-placeholder {
 color: #341D0F;
 font-size: 12px;
}
 .drawer__searchbox :-ms-input-placeholder {
 color: #341D0F;
 font-size: 12px;
}
 .drawer__searchbox ::placeholder {
 color: #341D0F;
 font-size: 12px;
}
.drawer__textbox {
	background-color: #FFFFFF;
	border: 0;
	border-radius: 2px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	width: calc(100% - 50px);
	outline: none;
	-webkit-appearance: none;
}
.drawer__search-btn {
	background: #dde04b;
	position: absolute;
	border-radius: 0 2px 2px 0;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
}
.drawer__search-btn-icon {
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
}
.drawer__close {
	width: 48px;
	margin-right: 4px;
}
.drawer__close img {
	width: 100%;
	height: auto;
}
.drawer__category-title {
	width: 100%;
	text-align: center;
	line-height: 64px;
	border-bottom: #d5c7b4 1px solid;
}
.drawer__category-title img {
	width: 36%;
	vertical-align: middle;
}
.drawer__category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	margin: 0;
}
.drawer__category-list dt {
	width: 50%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 60px;
	border-bottom: #d5c7b4 1px solid;
	padding: 0 8px;
	color: #4b2f1e;
	font-weight: bold;
	position: relative;
}
.drawer__category-list dt img {
	width: 24%;
	vertical-align: middle;
	padding-right: 5px;
}
.drawer__category-list dt::after {
	font-family: "Material Icons";
	content: "\e5cf";
	display: block;
	position: absolute;
	line-height: 60px;
	top: 0;
	right: 8px;
}
.drawer__category-list dt.active {
	background-color: #F9F4E0;
}
.drawer__category-list dt.active::after {
	font-family: "Material Icons";
	content: "\e5ce";
}
.drawer__category-list dt:nth-child(2n+1) {
	border-right: #d5c7b4 1px solid;
}
.drawer__category-list .cate-toggle {
	width: 100%;
	display: none;
}
.drawer__category-list .cate-toggle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.drawer__category-list .cate-toggle dd {
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background-color: #F9F4E0;
	border-bottom: #d5c7b4 1px solid;
	padding: 0 8px;
	font-weight: bold;
	color: #5f4213;
}
.drawer__category-list .cate-toggle dd::after {
	font-family: "Material Icons";
	content: "\e5cc";
	display: block;
	position: absolute;
	line-height: 50px;
	top: 0;
	right: 8px;
}
.drawer__category-list .cate-toggle dd.full {
	width: 100%;
}
.drawer__category-list .cate-toggle dd a,  .drawer__category-list .cate-toggle dd.full a {
	line-height: 50px;
	display: block;
}
.drawer__category-list .cate-toggle dd:nth-child(2n+1) {
	border-right: #d5c7b4 1px solid;
}
.drawer__dark {
	background: #341D0F;
	padding: 16px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer__guide-wrapper {
	background: #FFF;
	padding: 24px 8px;
	border-radius: 4px;
}
.drawer .list-item {
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.drawer .list-item .item {
	width: calc(33.3% - 6px);
	margin-bottom: 3px;
	vertical-align: bottom;
}
.drawer .list-item .item img {
	width: 100%;
	height: auto;
}
.drawer__sns {
	padding-bottom: 60px;
}
.drawer__sns-text {
	text-align: center;
	color: #f9f4e0;
}
.drawer__sns-list {
	width: 50%;
	margin: auto;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
}

/*/ ////////////////////////////////////////////////////////////////////
//  menu-category ヘッダカテゴリリスト
// ////////////////////////////////////////////////////////////////////*/
/* for smartphone */
@media screen and (min-width: 769px) {
.header_category_wrapper {
	margin-bottom: 24px;
}
}
 @media screen and (max-width: 768px) {
.header-category {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 0;
}
.header-category__item {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dashed #7a6448;
	margin-bottom: 12px;
}
.header-category__item:nth-child(4n+1) {
	border-left: 1px dashed #7a6448;
}
.header-category__item a {
	display: block;
	padding: 2px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header-category__item a img {
	width: 100%;
	height: auto;
}
.mega-menu {
	display: none;
}
}
 @media screen and (min-width: 769px) {
.header-category {
	display: none;
}
/* for PC */
  .mega-menu {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 4;/* メガメニュー内 */
  }
.mega-menu__item {
	display: block;
	width: 128px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: dashed #ebdca0 1px;
}
.mega-menu__item:first-child {
	border-left: dashed #ebdca0 1px;
}
.mega-menu__label_image {
	border-bottom: 4px solid transparent;
}
.mega-menu__label_image:hover {
	cursor: pointer;
	border-bottom: 4px solid #341D0F;
}
.mega-menu__radio {
	display: none;
}
.mega-menu__label_image {
	display: block;
}
.mega-menu__wrapper {
	display: none;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
	position: absolute;
	background: #F9F4E0;
	left: 0;
}
.mega-menu__inner {
	margin: auto;
	z-index: 5;
	position: relative;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mega-menu__main_image {
	width: 290px;
	margin-right: 20px;
}
.mega-menu__inner_list {
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
}
.mega-menu__inner_list li {
	width: 227px;
	border: 1px solid #d5c7b4;
	background: #ebdca0;
	margin: 0 0 10px 0;
}
.mega-menu__inner_list li a {
	display: block;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
.mega-menu__inner_list li a .material-icons {
	vertical-align: middle;
	font-size: 16px;
	margin-right: 10px;
}
.mega-menu__inner_list li a:hover {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: #341D0F;
	color: #F9F4E0;
}
.mega-menu__inner_btnall {
	border: 1px solid #d5c7b4;
	background: #341D0F;
	position: absolute;
	bottom: 30px;
	/* inner_のpadding分 */
    right: 30px;
}
.mega-menu__inner_btnall a {
	display: block;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 14px 0 10px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #F9F4E0;
}
.mega-menu__inner_btnall a .material-icons {
	vertical-align: middle;
	font-size: 16px;
	margin-right: 10px;
}
.mega-menu__inner_btnall a:hover {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: #ebdca0;
	color: #341D0F;
}
}

/* Checked  */
#mega_nuts:checked~.mega-menu__wrapper, #mega_dried_fruits:checked~.mega-menu__wrapper, #mega_grain_dashi:checked~.mega-menu__wrapper, #mega_salad:checked~.mega-menu__wrapper, #mega_soup:checked~.mega-menu__wrapper, #mega_drink:checked~.mega-menu__wrapper, #mega_appetizers:checked~.mega-menu__wrapper, #mega_suppli:checked~.mega-menu__wrapper {
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
 display: block;
}
 #mega_nuts:checked~.mega-menu__label_image, #mega_dried_fruits:checked~.mega-menu__label_image, #mega_grain_dashi:checked~.mega-menu__label_image, #mega_salad:checked~.mega-menu__label_image, #mega_soup:checked~.mega-menu__label_image, #mega_drink:checked~.mega-menu__label_image, #mega_appetizers:checked~.mega-menu__label_image, #mega_suppli:checked~.mega-menu__label_image {
 background: #F9F4E0;
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
}
 #all:Not(:checked)~.close-area {
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 3;
}
/* ////////////////////////////////////////////////////////////////////
//  regular-event　定期開催
// ////////////////////////////////////////////////////////////////////*/
.regular-event {
	margin-bottom: 20px;
}
.regular-event .section_inner {
	background: #341D0F;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (min-width: 769px) {
.regular-event .section_inner {
	padding: 12px 20px;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-flex;
	-webkit-flex-wrap: nowrap;
	border-radius: 12px;
}
}
 @media screen and (max-width: 768px) {
.regular-event .section_inner {
	border-radius: 6px;
	padding: 6px 8px;
}
}
.regular-event__title {
	margin: 0;
}
 @media screen and (max-width: 768px) {
.regular-event__title {
	width: 100%;
	text-align: center;
}
.regular-event__title img {
	width: 30%;
}
}
 @media screen and (max-width: 768px) and (max-width: 768px) {
.regular-event__title {
	margin-bottom: 12px;
}
.regular-event__title img {
	width: 25.2%;
	height: auto;
}
}
 @media screen and (min-width: 769px) {
.regular-event__title {
	padding-top: 4px;
	margin-right: 20px;
}
}
.regular-event__title img {
	vertical-align: middle;
}
.regular-event__calendar {
	padding: 0;
}
 @media screen and (min-width: 769px) {
.regular-event__calendar {
	margin: 0 30px 0 0;
	width: 510px;
}
}
 @media screen and (max-width: 768px) {
.regular-event__calendar {
	width: 100%;
	margin: 0 0 4px 0;
}
}
.regular-event__calendar li {
	display: inline-block;
}
 @media screen and (min-width: 769px) {
.regular-event__calendar li {
	margin: 0 8px 0 0;
}
}
 @media screen and (max-width: 768px) {
.regular-event__calendar li {
	margin-right: 1%;
	width: 27%;
}
.regular-event__calendar li img {
	width: 100%;
	height: auto;
}
.regular-event__calendar li:last-child {
	margin-right: 0;
}
}
.regular-event__calendar li img {
	display: none;
}
 @media screen and (max-width: 768px) {
.regular-event__calendar li.active {
	width: 41%;
}
.regular-event__calendar li.active img {
	width: 100%;
	height: auto;
}
}
.regular-event__calendar li.active img.on {
	display: block;
}
.regular-event__calendar li:not(.active) img.off {
	display: block;
}
.regular-event__slider {
	width: 340px;
}
.regular-event__slider img {
	width: 100%;
}
 @media screen and (max-width: 768px) {
.regular-event__slider {
	width: 100%;
	margin-bottom: 4px;
}
}
/* ////////////////////////////////////////////////////////////////////
//  main-view
// ////////////////////////////////////////////////////////////////////*/
.main-view .section_wrapper {
	width: 100%;
}
 @media screen and (min-width: 769px) {
.main-view .section_wrapper {
	margin-bottom: 60px;
}
}
 @media screen and (max-width: 768px) {
.main-view .section_wrapper {
	margin-bottom: 30px;
}
}
.main-view .section_inner {
	width: 100%;
}
.main-view .banner_full {
	background: #503119;
	text-align: center;
}
.main-view .banner_full img {
	vertical-align: bottom;
	margin: auto;
	width: 100%;
	max-width: 1020px;
	height: auto;
}
 @media screen and (max-width: 768px) {
.main-view .banner_full {
	width: 100%;
}
.main-view .banner_full img {
	vertical-align: bottom;
	width: 100%;
}
}
.main-view__slider {
	padding: 0;/* 294 = スライダー画像の幅*/
}
.main-view__slider li {
	margin: 0 7px;
	outline: none;
	position: relative;
}
.main-view__slider li a {
	border: 2px solid #ebdca0;
	display: block;
}
.main-view__slider .slick-next, .main-view__slider .slick-prev {
	width: 25px;
	height: 25px;
	z-index: 2;
}
.main-view__slider .slick-next::before, .main-view__slider .slick-prev::before {
	content: " ";
	width: 25px;
	height: 25px;
	display: block;
	background-size: cover;
	opacity: 1;
}
.main-view__slider .slick-next {
	right: calc((100% - 294px) / 2 - 30px);
}
 @media screen and (max-width: 768px) {
.main-view__slider .slick-next {
	right: 0;
}
}
.main-view__slider .slick-next::before {
	background-image: url(../images/slider_icon_next.png);
}
.main-view__slider .slick-prev {
	left: calc((100% - 294px) / 2 - 30px);
}
 @media screen and (max-width: 768px) {
.main-view__slider .slick-prev {
	left: 0;
}
}
.main-view__slider .slick-prev::before {
	background-image: url(../images/slider_icon_prev.png);
}
.main-view__slider li:not(.slick-current) img {
	opacity: 0.5;
}

/* ////////////////////////////////////////////////////////////////////
//  SALE
// ////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
.sale .banner_full {
	width: 100%;
}
.sale .banner_full img {
	vertical-align: bottom;
	width: 100%;
}
.sale .banner_full img {
	height: auto;
}
}
.sale__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 @media screen and (min-width: 769px) {
.sale__list li {
	width: 500px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sale__list li:nth-child(2n+2) {
	margin-right: 0;
}
}
 @media screen and (max-width: 768px) {
.sale__list li {
	width: 48%;
	margin-right: 1vw;/*    margin-bottom: 20px;*/
  }
.sale__list li:nth-child(2n+2) {
	margin-right: 0;
}
.sale__list li img {
	width: 100%;
	height: auto;
}
}
.coupon__list4 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 @media screen and (min-width: 769px) {
.coupon__list4 li {
	width: calc((1000px - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}
.coupon__list4 li:nth-child(4n+4) {
	margin-right: 0;
}
}
 @media screen and (max-width: 768px) {
.coupon__list4 li {
	width: calc((100% - 15px) / 4);
	margin-right: 5px;
}
.coupon__list4 li:nth-child(4n+4) {
	margin-right: 0;
}
.coupon__list4 li img {
	width: 100%;
	height: auto;
}
}
.coupon__list3 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 @media screen and (min-width: 769px) {
.coupon__list3 li {
	width: 325px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.coupon__list3 li:nth-child(3n+3) {
	margin-right: 0;
}
}
 @media screen and (max-width: 768px) {
.coupon__list3 li {
	width: 32.5%;
	margin-right: 1vw;
}
.coupon__list3 li:nth-child(3n+3) {
	margin-right: 0;
}
.coupon__list3 li img {
	width: 100%;
	height: auto;
}
}
.coupon__list2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 @media screen and (min-width: 769px) {
.coupon__list2 li {
	width: 490px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.coupon__list2 li:nth-child(2n+2) {
	margin-right: 0;
}
.coupon__list2 li img {
	width: 100%;
	height: auto;
}
}
 @media screen and (max-width: 768px) {
.coupon__list2 li {
	width: 48%;
	margin-right: 1vw;
	margin-bottom: 10px;
}
.coupon__list2 li:nth-child(2n+2) {
	margin-right: 0;
}
.coupon__list2 li img {
	width: 98%;
	height: auto;
}
}
.km {
	text-align: center;
	background: #c00;
	padding: 5px;
	color: #fff;
}
 @media screen and (min-width: 769px) {
.km {
	font-size: 35px;
}
}
 @media screen and (max-width: 768px) {
.km {
	font-size: 15px;
}
}
/* ////////////////////////////////////////////////////////////////////
//  ranking-review ランキング・レビュー
// ////////////////////////////////////////////////////////////////////*/
.ranking-review {
/*
  　ランキング独自スタイル
  */
}
 @media screen and (min-width: 769px) {
.ranking-review {
	padding-bottom: 60px;
}
}
 @media screen and (min-width: 769px) {
.ranking-review .section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
.ranking-review .text {
	color: #5f4213;/*font-weight: bold;*/
}
 @media screen and (min-width: 769px) {
.ranking-review .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2px;
	margin: 0 0 30px 0;
	font-size: 18px;
	letter-spacing: 1px;
}
}
.ranking-review .ranking, .ranking-review .review {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking,  .ranking-review .review {
	padding-bottom: 30px;
}
}
 @media screen and (min-width: 769px) {
.ranking-review .ranking,  .ranking-review .review {
	width: calc(1020px / 2);
}
}
.ranking-review .ranking .label-title, .ranking-review .review .label-title {
	margin: 0 0 12px;
}
.ranking-review .ranking .label-title img, .ranking-review .review .label-title img {
	vertical-align: middle;
}
.ranking-review .ranking .list-item, .ranking-review .review .list-item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 30px;
}
.ranking-review .ranking .list-item li img, .ranking-review .review .list-item li img {
	vertical-align: bottom;
	width: 100%;
}
 @media screen and (min-width: 769px) {
.ranking-review .ranking .list-item li:nth-child(n-2),  .ranking-review .review .list-item li:nth-child(n-2) {
	width: 234px;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking .list-item li:nth-child(n-2),  .ranking-review .review .list-item li:nth-child(n-2) {
	width: 48%;
	margin-bottom: 30px;
}
.ranking-review .ranking .list-item li:nth-child(n-2) img,  .ranking-review .review .list-item li:nth-child(n-2) img {
	width: 100%;
	height: auto;
}
}
 @media screen and (min-width: 769px) {
.ranking-review .ranking .list-item li:nth-child(n+3),  .ranking-review .review .list-item li:nth-child(n+3) {
	width: 150px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking .list-item li:nth-child(n+3),  .ranking-review .review .list-item li:nth-child(n+3) {
	width: 31.3%;
	margin-bottom: 0;
}
}
.ranking-review .ranking .list-item li a, .ranking-review .review .list-item li a {
	display: block;
	position: relative;
}
.ranking-review .ranking__information, .ranking-review .review__information {
	width: 100%;
	line-height: 38px;
	color: #5f4213;
	text-align: center;
	background: #F9F4E0;
	font-weight: bold;
	margin: 0 0 20px 0;
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking__information,  .ranking-review .review__information {
	font-size: 12px;
	line-height: 1.8;
}
}
.ranking-review .ranking__more_link, .ranking-review .review__more_link {
	text-align: right;
}
.ranking-review .ranking__more_link a, .ranking-review .review__more_link a {
	/* text-decorationだとアイコンまでした線がつきません。　*/
  color: #5f4213;
	padding: 0 4px 2px 4px;
	width: 50%;
	margin-left: auto;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}
.ranking-review .ranking__more_link a .underline, .ranking-review .review__more_link a .underline {
	border-bottom: 1px solid #5f4213;
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking__more_link a,  .ranking-review .review__more_link a {
	font-size: 12px;
	line-height: 1.8;
}
}
.ranking-review .ranking__more_link .material-icons, .ranking-review .review__more_link .material-icons {
	margin-left: 4px;
	vertical-align: middle;
	font-size: 16px;
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking__more_link .material-icons,  .ranking-review .review__more_link .material-icons {
	font-size: 12px;
	padding-bottom: 2px;
}
}
 @media screen and (min-width: 769px) {
.ranking-review .ranking {
	padding-right: 28px;
	border-right: 1px dashed #ebdca0;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking .label-title img {
	width: 50%;
	height: auto;
}
}
.ranking-review .ranking .ranking__item {
	position: relative;
}
.ranking-review .ranking .ranking__item::after {
	position: absolute;
	content: " ";
	position: absolute;
	background-size: cover;
	top: -10px;
	left: 10px;
}
 @media screen and (min-width: 769px) {
.ranking-review .ranking .ranking__item::after {
	width: 51px;
	height: 65px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking .ranking__item::after {
	width: 40px;
	height: 50px;
}
}
 @media screen and (min-width: 769px) {
.ranking-review .ranking .ranking__item:nth-child(n+3)::after {
	top: 6px;
	left: 6px;
	width: 36px;
	height: 36px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .ranking .ranking__item:nth-child(n+3)::after {
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
}
}
.ranking-review .ranking .ranking__item:nth-child(1)::after {
	background-image: url(../images/rank_no1.png);
}
.ranking-review .ranking .ranking__item:nth-child(2)::after {
	background-image: url(../images/rank_no2.png);
}
.ranking-review .ranking .ranking__item:nth-child(3)::after {
	background-image: url(../images/rank_no3.png);
}
.ranking-review .ranking .ranking__item:nth-child(4)::after {
	background-image: url(../images/rank_no4.png);
}
.ranking-review .ranking .ranking__item:nth-child(5)::after {
	background-image: url(../images/rank_no5.png);
}
 @media screen and (min-width: 769px) {
.ranking-review .review {
	padding-left: 28px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .review .label-title img {
	width: 70%;
}
.ranking-review .review .text {
	margin-bottom: 30px;
}
}
.ranking-review .review__large {
	position: absolute;
	width: 100%;
	top: -12px;
}
 @media screen and (min-width: 769px) {
.ranking-review .review__large .review__text {
	line-height: 30px;
	width: 160px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .review__large .review__text {
	line-height: 28px;
	width: 90%;
}
}
.ranking-review .review__small {
	position: absolute;
	width: 100%;
	top: -12px;
}
 @media screen and (min-width: 769px) {
.ranking-review .review__small .review__text {
	line-height: 30px;
	width: 130px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .review__small .review__text {
	line-height: 24px;
	width: 95%;
	font-size: 80%;
}
}
.ranking-review .review__text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: inline-block;
	margin: auto;
	background: #ebdca0;
	color: #5f4213;
	border-radius: 15px;
	border: #5f4213 2px solid;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 2;
}
.ranking-review .review__text .val {
	color: #D13106;
	font-family: "Arial", sans-serif;
	margin-right: 2px;
	letter-spacing: 1px;
}
 @media screen and (min-width: 769px) {
.ranking-review .review__text .val {
	font-size: 20px;
}
}
 @media screen and (max-width: 768px) {
.ranking-review .review__text .val {
	font-size: 16px;
}
}
.ranking-review .review__text::after {
	content: " ";
	background: url(../images/review_balloon_parts.png);
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 9px;
	left: 20px;
	bottom: -9px;
}
body {
	position: relative;
}
main {
	background: #f6f3ee;
}
 @media screen and (min-width: 769px) {
main {
	padding-bottom: 60px;
}
}
 @media screen and (max-width: 768px) {
main {
	padding-bottom: 30px;
}
}
/* ////////////////////////////////////////////////////////////////////
//  staff_recommended スタッフおすすめ
// ////////////////////////////////////////////////////////////////////*/
.staff_recommended {
	padding-top: 28px;
}
 @media screen and (min-width: 769px) {
.staff_recommended .label-title {
	margin: 0 0 42px;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .label-title {
	margin: 0 0 20px;
}
}
.staff_recommended .label-title img {
	vertical-align: middle;
	width: auto;
}
 @media screen and (max-width: 768px) {
.staff_recommended .label-title img {
	width: 50%;
}
}
.staff_recommended .list-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.staff_recommended .list-staff .staff {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;/* スタッフオススメコメントエリア*/
  /* スタッフオススメアイテム一覧*/
}
 @media screen and (min-width: 769px) {
.staff_recommended .list-staff .staff {
	width: calc(1020px / 2);
	margin-bottom: 50px;
}
.staff_recommended .list-staff .staff:nth-child(2n+1) {
	border-right: 1px dashed #ebdca0;
	padding-right: 28px;
}
.staff_recommended .list-staff .staff:nth-child(2n+0) {
	padding-left: 28px;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff {
	margin-bottom: 30px;
}
}
.staff_recommended .list-staff .staff__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
 @media screen and (min-width: 769px) {
.staff_recommended .list-staff .staff__wrapper {
	margin: 0 0 32px;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff__wrapper {
	margin: 0 0 16px;
}
}
.staff_recommended .list-staff .staff__image img {
	width: auto;
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff__image {
	width: 22%;
}
.staff_recommended .list-staff .staff__image img {
	vertical-align: bottom;
	width: 100%;
}
.staff_recommended .list-staff .staff__image img {
	height: auto;
}
}
.staff_recommended .list-staff .staff__comment {
	position: relative;
	border: 1px solid #5f4213;
	color: #5f4213;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
	/*font-weight: bold;*/
  background: #FFFFFF;
}
 @media screen and (min-width: 769px) {
.staff_recommended .list-staff .staff__comment {
	padding: 16px;
	letter-spacing: 1px;
	border-radius: 16px;
	font-size: 17px;
	width: 348px;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff__comment {
	padding: 10px 12px;
	width: 72%;
	border-radius: 12px;
	font-size: 13px;
	padding: 12px;
}
}
.staff_recommended .list-staff .staff__comment:after {
	content: " ";
	background: url(../images/staff_balloon_parts.png);
	background-size: cover;
	width: 17px;
	height: 17px;
	position: absolute;
}
 @media screen and (min-width: 769px) {
.staff_recommended .list-staff .staff__comment:after {
	left: -16px;
	bottom: 30px;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff__comment:after {
	left: -16px;
	top: 60px;
}
}
.staff_recommended .list-staff .staff .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0;
}
 @media screen and (min-width: 769px) {
.staff_recommended .list-staff .staff .list-item .item {
	width: 150px;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff .list-item .item {
	width: 31%;
}
.staff_recommended .list-staff .staff .list-item .item img {
	width: 100%;
	height: auto;
}
}
.staff_recommended .list-staff .staff .list-item .item a {
	display: block;
}
.staff_recommended .list-staff .staff .list-item .item__name {
	text-align: center;
	color: #5f4213;/*font-weight: bold;*/
}
 @media screen and (min-width: 769px) {
.staff_recommended .list-staff .staff .list-item .item__name {
	margin: 10px 0 0;
}
}
 @media screen and (max-width: 768px) {
.staff_recommended .list-staff .staff .list-item .item__name {
	margin: 0;
	font-size: 10px;
}
}

/* ////////////////////////////////////////////////////////////////////
//  pickup おすすめピックアップ
//  more-ajigen 自然の館をもっと楽しみたい方へ
// ////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 769px) {
.pickup .label-title,  .more-ajigen .label-title {
	margin: 0 0 42px;
}
}
 @media screen and (max-width: 768px) {
.pickup .label-title,  .more-ajigen .label-title {
	margin: 0 0 16px;
}
}
.pickup .label-title img, .more-ajigen .label-title img, .itemlist .label-title img {
	vertical-align: middle;
}
 @media screen and (min-width: 769px) {
.pickup .label-title img,  .more-ajigen .label-title img {
	width: auto;
}
}
 @media screen and (max-width: 768px) {
.pickup .label-title img,  .more-ajigen .label-title img {
	width: 50%;
}
}
 @media screen and (min-width: 769px) {
.pickup .list-item .item,  .more-ajigen .list-item .item {
/*    margin: 0 0 20px;*/
  }
}
 @media screen and (max-width: 768px) {
.pickup .list-item .item,  .more-ajigen .list-item .item {
/*    margin: 0 0 10px;*/
  }
}
 @media screen and (max-width: 768px) {
.pickup .list-item .item,  .more-ajigen .list-item .item {
/*    width: 100%;*/
  }
.pickup .list-item .item img,  .more-ajigen .list-item .item img {
	vertical-align: bottom;
	width: 100%;
}
.pickup .list-item .item img,  .more-ajigen .list-item .item img {
	height: auto;
}
}
/* ////////////////////////////////////////////////////////////////////
//  footer
// ////////////////////////////////////////////////////////////////////*/


.footer__wrapper {
	width: 100%;
	background: #341D0F;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (min-width: 769px) {
.footer__wrapper {
	padding: 40px 0 72px;
	margin: 0 auto 20px;
}
}
 @media screen and (max-width: 768px) {
.footer__wrapper {
	padding: 20px 0 36px;
	margin: 0 auto 20px;
}
}
.footer__inner {
	margin: 0 auto;
}
 @media screen and (min-width: 769px) {
.footer__inner {
	width: 1020px;
}
}
 @media screen and (max-width: 768px) {
.footer__inner {
	width: 100%;
}
}

/*  お問い合わせエリア */
@media screen and (min-width: 769px) {
.inquiry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
}
}
 @media screen and (min-width: 769px) {
.inquiry__tel {
	padding-left: 20px;
}
}
 @media screen and (max-width: 768px) {
.inquiry__tel {
	width: 85%;
	margin: 0 auto 12px;
}
.inquiry__tel img {
	width: 100%;
	height: auto;
}
}
.inquiry__tel img {
	vertical-align: bottom;
}
.inquiry__hours {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
 @media screen and (max-width: 768px) {
.inquiry__hours {
	width: 85%;
	margin: 0 auto 12px;
}
}
 @media screen and (max-width: 768px) {
.inquiry__form {
	width: 85%;
	margin: 0 auto 12px;
}
.inquiry__form img {
	width: 100%;
	height: auto;
}
}
/*  ショッピングガイド */
.shopping-guide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (min-width: 769px) {
.shopping-guide {
	width: 1020px;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 30px 25px;
}
}
 @media screen and (max-width: 768px) {
.shopping-guide {
	width: calc(100% - 16px);
	margin: auto;
	border-radius: 6px;
	background: #FFFFFF;
	padding: 24px 14px;
}
}
 @media screen and (max-width: 768px) {
.shopping-guide__label {
	width: 65%;
	margin: 0 auto 20px;
}
.shopping-guide__label img {
	width: 100%;
	height: auto;
}
}
.shopping-guide__title {
	margin-bottom: 25px;
}
.shopping-guide .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
 @media screen and (min-width: 769px) {
.shopping-guide .list-item {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
}
 @media screen and (max-width: 768px) {
.shopping-guide .list-item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
}
.shopping-guide .list-item .item a {
	display: block;
}
 @media screen and (max-width: 768px) {
.shopping-guide .list-item .item {
	width: calc(33.3% - 6px);
	margin-bottom: 3px;
	vertical-align: bottom;
}
.shopping-guide .list-item .item img {
	width: 100%;
	height: auto;
}
}
.iso_wrapper {
	border: 1px solid #7a6448;
	margin-bottom: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (min-width: 769px) {
.iso_wrapper {
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
}
 @media screen and (max-width: 768px) {
.iso_wrapper {
	line-height: 1.8;
	padding: 8px 4px;
}
}
.iso_wrapper .text {
	margin: 0;
	color: #7a6448;
	font-weight: bold;
	text-align: center;
}
 @media screen and (min-width: 769px) {
.iso_wrapper .text {
	padding-left: 25px;
	letter-spacing: 1px;
}
}
 @media screen and (max-width: 768px) {
.iso_wrapper .text {
	font-size: 11px;
}
}
 @media screen and (max-width: 768px) {
.iso_wrapper .iso-image {
	text-align: center;
}
}
.iso_wrapper .iso-image img {
	vertical-align: middle;
}

/*カレンダーエリア*/
@media screen and (min-width: 769px) {
.calendar_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
}
.footer__addr {
	line-height: 1.4;
	color: #7a6448;
	font-weight: bold;
}
 @media screen and (min-width: 769px) {
.footer__addr {
	margin-top: 20px;
}
}
 @media screen and (max-width: 768px) {
.footer__addr {
	width: 70%;
	font-size: 12px;
}
}
 @media screen and (min-width: 769px) {
.footer__logo {
	width: 270px;
}
}
 @media screen and (max-width: 768px) {
.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: flex-start;
	-webkit-flex-wrap: nowrap;
}
.footer__logo a {
	width: 28%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4px;
}
.footer__logo a img {
	width: 100%;
	height: auto;
}
}
.footer__calendar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 672px;
}
 @media screen and (max-width: 768px) {
.footer__calendar {
	display: none;
}
}
.footer__calendar .grid {
	width: 328px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer__calendar .grid:first-child {
	margin-right: 16px;
}
.footer__calendar .grid table {
	border: 1px solid #7a6448;
	border-collapse: collapse;
}
.footer__calendar .grid table .days {
	background: #F9F4E0;
}
.footer__calendar .grid table .holiday {
	background: #dc794d;
	color: #F9F4E0;
}
.footer__calendar .grid table tr, .footer__calendar .grid table td {
	border: 1px solid #7a6448;
	text-align: center;
	color: #341D0F;
	font-weight: bold;
}
.footer__calendar .calender_info {
	color: #7a6448;
	font-weight: bold;
	width: 100%;
}
.footer__calendar .calender_info .holiday {
	color: #dc794d;
}
.copyright {
	color: #7a6448;
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
}
/*  iframe itenlist */
.itemlist-iframe {
	margin: 0 auto;
	text-align: center;
}

/*# sourceMappingURL=top.css.map */






