@charset "UTF-8";



/* gnav
==============================*/





#gnav-wrap {
	width: 100%;
  background-color: #f4f4f1;
}

/* 画面の上部がグローバルナビを越えたらクラスfixedをつける */
.fixed {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 999;
}

#top-head {
	/* トグルメニューに必要なID js/toggle.jp 内で設定 */
  position: relative;
  z-index: 999;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1);
}
#top-head:after {
	content: "";
	display: block;
	clear: both;
}


/*
@media screen and (max-width: 1580px) {
#gnav-wrap {
	display: none;
}
}
*/


#gNav {
	/*background-color: #d32d25;*/
  background: #f4f4f1;
	clear: both;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#gNav nav {
	max-width: 1200px;
	margin: 0 auto;
}




.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    position: relative;
}




.navDrawr>ul>li.gNavHome {
  /*width: 12.5%;*/
  width: 20%;
  /*width: 14.28571428%;*/
}

.navDrawr>ul>li.gNavBase {
  /*width: 12.5%;*/
  width: 20%;
  /*width: 14.28571428%;*/
}
.navDrawr>ul>li.otherPdt {
  /*width: 12.5%;*/
  width: 20%;
  /*width: 14.28571428%;*/
}
.navDrawr>ul>li.gNavContact {
  /*width: 12.5%;*/
  width: 20%;
  /*width: 14.28571428%;*/
}


@media screen and (max-width: 980px) {
/*
#gNav {
	display: none;
}
*/
#gNav {
 position: fixed;
 top: 100px;
 left: 0;
 z-index: 999;
 width: 100%;
}

#g-nav-lineup,
#g-nav-ingredients,
#g-nav-kodawari,
#g-nav-guide {
	display: none;
}

#g-nav-home,
#g-nav-gourmet,
#g-nav-tax {
	width: 33.3333333%;
}
}






.navDrawr a,
.navDrawr ul li.nav-no-link {
    display: block;
    color: #333;
		font-size: 14px;
    text-decoration: none;
    height: 60px;
    transition: 0.3s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.navDrawr ul li.nav-no-link {
    line-height: 1.5em;
}

@media screen and (max-width: 400px) {
.navDrawr a,
.navDrawr ul li.nav-no-link  {
		font-size: 12px;
    letter-spacing: 0;
}
}


.navDrawr>ul>li.line1 a {
  line-height: 1.5em;
  padding: 22px 8px;
}
.navDrawr>ul>li.line2 a {
	line-height: 1.5em;
  padding: 10px 8px;
}
/*
#g-nav-lineup,
#g-nav-gourmet {
  padding: 10px 8px 15px;
}
*/
#g-nav-guide {
  padding: 20px 8px 23px;
}


.navDrawr>ul>li>a,
.navDrawr>ul>li.nav-no-link {
		border-left-width: 1px;
		border-left-style: solid;
    border-left-color: #aaaaa8;
    text-align: center;
}
.navDrawr>ul>li:last-child>a,
.navDrawr>ul>li.nav-no-link:last-child {
	border-right-width: 1px;
	border-right-style: solid;
  border-right-color: #aaaaa8;
}
.navDrawr>ul>li>a:hover,
.navDrawr>ul>li.nav-no-link:hover {
  background: #d32d25;
  color: #fff;
  border-left: 1px solid #d32d25;
}
.navDrawr .sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 9999;/*9999*/
    display: none; /* 読み込み時に一瞬表示されてしまうのを防ぐため（ヘッダで読み込む「navDrawer.js」と併用） */
    text-align: left;
}
.navDrawr .sub a,
.navDrawr>ul>li.gNavHome .sub a,
.navDrawr>ul>li.gNavBase .sub a,
.navDrawr>ul>li.otherPdt .sub a,
.navDrawr>ul>li.gNavContact .sub a {
    background: #eee6d3;
		color: #333;
    border-bottom: 1px solid #d8d2c1;
    padding: 10px 10px 10px 20px;
		/*line-height: 1.4em;*/
    line-height: 1.4em;
		/*height: 30px;*/
    height: 60px;
}
.navDrawr .sub a:hover,
.navDrawr>ul>li.gNavHome .sub a:hover,
.navDrawr>ul>li.gNavBase .sub a:hover,
.navDrawr>ul>li.otherPdt .sub a:hover,
.navDrawr>ul>li.gNavContact .sub a:hover {
    background: #d32d25;
		color: #fff;
}

.navDrawr .sub li:last-child a {
    border: none;
}






@media screen and (max-width: 1300px) {
.navDrawr>ul>li:first-child>a{
	border-left: none;
}
.navDrawr>ul>li:last-child>a{
	border-right: none;
}
}







/* 
==============================*/

.spMenu {
	display: none;
}

@media screen and (max-width: 980px) {
.spMenu {
	display: block;
}
}


.spMenu {
	width: 100%;
	margin: 0;
	/*padding: 0 0 50px 0;*/
	padding: 0;
}



/* ハンバーガーメニュー 三本線ボタン
==============================*/

.spMenu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2002;/*1002*/
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.spMenu .drawer_button {
  position: fixed;
  /*top: 13px;*/
  top: 37px;
  right: 20px;
  z-index: 2004;/*1004*/
}

.sp-btn-mypage {
  position: fixed;
  top: 30px;
  right: 75px;
  width: 45px;
  z-index: 2000;/*1000*/
}

.sp-btn-shoppingcart {
  position: fixed;
  top: 30px;
  right: 130px;
  width: 45px;
  z-index: 2000;/*1000*/
}

@media screen and (max-width: 420px) {
.spMenu .drawer_button {
  right: 10px;
}
.sp-btn-mypage {
  right: 60px;
}
.sp-btn-shoppingcart {
  right: 110px;
}
}



.drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_button {
  position: relative;
  display: block;
  width: 42px;
  height: 26px;
  padding: 0;
  color: #333;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.drawer_button .drawer_bar {
  position: absolute;
	left: 0;
  display: block;
  width: 42px;
  height: 2px;
	background-color: #333;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
}
.drawer_button .drawer_bar1 {top: 0;}
.drawer_button .drawer_bar2 {top: 50%;}
.drawer_button .drawer_bar3 {top: 100%;}

.drawer_button.active .drawer_bar {
  width: 36.77px;
  left: 8px;
}
.drawer_button.active .drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}
.drawer_button.active .drawer_bar2 {
  opacity: 0;
}
.drawer_button.active .drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.drawer_button.active .drawer_menu_text {
  display: none;
}
.drawer_button.active .drawer_close {
  display: block;
}

.drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.drawer_close {
  letter-spacing: 0.08em;
  display: none;
}


/* 
==============================*/

.spMenu .drawerNavWrapper {
  position: fixed;
	top: 0;
  right: 0;
  width: 320px;
  height: 100%;
	padding-top: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.2s;
  transform: translate(320px); 
	overflow: scroll;
  z-index: 2003;/*1003*/
}
.spMenu .drawerNavWrapper.open {
  transform: translate(0);
}
.spMenu.left .drawer_button {
  right: auto;
  left: 32px;
}
.spMenu.left .drawerNavWrapper {
  transform: translate(-320px);
  right: auto;
  left: 0;
}
.spMenu.left .drawerNavWrapper.open {
  transform: translate(0);
}

.spMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background :#eee6d3;
	border-bottom: 1px solid #dfdfd7;
}

.spMenu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.spMenu ul li a {
  display: block;
  padding: 10px;
	text-decoration: none;
	color: #000;
  line-height: 1;
  font-size: 14px;
}

label.acd-label {
  display: block;
  margin: 0;
	padding :12px;
  line-height: 1;
	color :#333;
	cursor :pointer;
	padding-left: 40px;
	font-size: 1.6rem;
}
label#label01 {
  background :#f4f4f1;
}
label#label02 {
  background :#f4f4f1;
}

input.accordion {
	display: none;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
  opacity: 1;
	border-bottom: 1px solid #d8d2c1;
}

ul#links01 a,
ul#links02 a {
	padding-left: 40px;
}

ul#links01 a:hover,
ul#links02 a:hover{
	background-color: #ba1e25;
	color: #fff;
}

.acd-label{
    position: relative; 
}
.acd-label:after{
  background: none;
  box-sizing: border-box;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.accordion:checked + .acd-label:after{
  transform: rotate(135deg);
}

.spMenuOsechi a {
  display: block;
  padding: 12px 12px 12px 40px;
	text-decoration: none;
	color :#333;
  background :#f4f4f1;
  line-height: 1;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	font-size: 1.6rem;
}
.spMenuOsechi a:after{
  background: none;
  box-sizing: border-box;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.spMenuOsechi a:hover {
  background :#cc0000;
  color: #fff;
}

.spMenuOther a {
  display: block;
  padding: 12px 12px 12px 40px;
	text-decoration: none;
	color :#333;
  background :#f4f4f1;
  line-height: 1;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	font-size: 1.6rem;
}
.spMenuOther a:after{
  background: none;
  box-sizing: border-box;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.spMenuOther a:hover {
  background :#ba1e25;
  color: #fff;
}

.spMenuContact a {
  display: block;
  padding: 12px 12px 12px 40px;
	text-decoration: none;
	color :#fff;
  background :#4f4f4f;
  line-height: 1;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	font-size: 1.6rem;
}
.spMenuContact a:after{
  background: none;
  box-sizing: border-box;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.spMenuContact a:hover {
  background :#eede84;
}


#spNavBtnWrap {
	position: relative;
	width: 320px;
	height: 100px;
	margin: 10px auto 5px;
}

#spNavBtn01 {
	position: absolute;
	top: 0;
	left: 0;
}
#spNavBtn02 {
	position: absolute;
	top: 0;
	left: 73px;
}
#spNavBtn03 {
	position: absolute;
	top: 0;
	left: 146px;
}
#spNavBtn04 {
	position: absolute;
	top: 0;
	left: 219px;
}

#spMenuLogo {
	width: 300px;
	margin: 20px auto;
	padding-bottom: 50px;
}
/*
.spMenuSNS {
	position: relative;
	width: 195px;
	height: 38px;
	margin: 0 auto;
}
*/
.spMenuSNS {
	position: relative;
	width: 155px;
	height: 38px;
	margin: 0 auto;
}
.spMenu-sns-twitter {
	position: absolute;
	left: 0px;
	top: 0px;
}
.spMenu-sns-facebook {
	position: absolute;
	left: 55px;
	top: 0px;
}
/*
.spMenu-sns-line {
	position: absolute;
	left: 105px;
	top: 0px;
}
.spMenu-sns-instagram {
	position: absolute;
	left: 158px;
	top: 0px;
}
*/
.spMenu-sns-instagram {
	position: absolute;
	left: 110px;
	top: 0px;
}






.spMenu .drawerNavWrapper .inner {
  /*position: relative;*/
}

.sp-menu-login-logout {
  /*position: absolute;
  left: 0;
  top: 0;*/
  margin-top: -80px;
}
