/* debag */

.load_font {
  display: none;
}
.fix_nav ol li a {
  font-weight: 600;
}
.menu_index_wrap  a {
  font-weight: 500;
}

/* common */
p,a,h1,h2,h3,h4,h5,h6 {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #3c5a2d;
  margin: 0;
  font-family: "Midashi Go MB31";
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

a {
  color: initial;
  text-decoration: none;
}
a, p {
  color: #3c5a2d;
  font-family: "Midashi Go MB31";
  font-feature-settings: "palt";
}
h2.hide {
  display: none;
}

.logo_wrap {
  position: fixed;
  height: 20%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.inner_container {
  margin-top: 44%;
  background-color: #fff;
}
.logo_wrap h1 {
  display: block;
  width: 68.674%;
  /*! margin-left: 6%; */
  margin: 0 auto;
}
.fix_nav_wrap {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 3;
 background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%); 
  height: 22.866vw;
}
.fix_nav ol {
  display: flex;
  justify-content: center;
}
.fix_nav ol li {
  height: 19.466vw;
}
.fix_nav ol > * + * {
  margin-left: 10vw;
}
.fix_nav ol li.nav_drink {
  left: -1.9%;
  position: relative;
}
.fix_nav ol li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  
  font-size: 7.2vw;
  /*! padding: 0 0; */
  /*! box-sizing: border-box; */
  letter-spacing: 0.03em;
}

.fix_nav ol li.current a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.667vw;
 background: #3c5a2d;
/*! background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(60,90,45,1) 10%, rgba(60,90,32,1) 100%); */ 
}

.menu_index_wrap {
  padding: 0 8.5%;
  margin-top: 21.6vw;
  background-color: #fff;
}
.menu_index_wrap a {
  font-size: 6.133vw;
  position: relative;
  display: flex;
  align-items: normal;
  padding: 0;
  margin: 6.26% 0;
  height: fit-content;
}
.arrow_wrap {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 2.634vw;
  line-height: 1;
  font-size: 6.133vw;
}
.menu_index_wrap .arrow {
  content: '';
  width: 2.634vw;
  height: 2.634vw;
  margin-top: 0;
  border-top: solid 0.35vw #555;   /* 好みで色を変えてください */  
  border-right: solid 0.35vw #555;   /* 好みで色を変えてください */  
  transform: rotate(135deg);
  position: absolute;
  display: block;
  top: 0.26em;
}
.menu_index_wrap a .text {
  margin-left: 5.6%;
  letter-spacing: 0.036em;
  height: fit-content;
}

.menu_list_block {
  margin-top: 18.8vw;
  padding: 0 7%;
  margin-bottom: 32.2vw;
}
.menu_list_block > .category {
  scroll-margin-top: 30vw;
}
.category_title {
  padding-bottom: 1vw;
}
.layer02 .category_title {
  padding-bottom: 0;
}
.menu_list_block h3 {
  font-size: 7.467vw;
  font-weight: 500;
  line-height: 1.285;
  letter-spacing: 0.034em;
}
.layer02 h3 {
  display: none;
}
.menu_list_wrap {
  margin-top: 6.8vw;
}
.layer02 .menu_list_wrap {
  margin-top: 0;
}
.menu_list ol > * + * {
  margin-top: 3vw;
}
.layer01 > .inner_category_title {
  display: none;
}
.menu_list li {
  font-size: 4.267vw;
  font-weight: 600;
  line-height: 1.56;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu_list li::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0.76em;
  height: 1px;
  background-color: #3c5a2d;
  z-index: 0;
}
.menu_list li .title,
.menu_list li .fee {
  font-size: 4.267vw;
  font-weight: 600;
  line-height: 1.50;
  z-index: 2;
}
.menu_list li .fee {
  background-color: #fff;
}
.menu_list li .title span {
  background-color: #fff;
	display: inline;
  padding: 0px 3% 0 0;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  letter-spacing: 0.06em;
  line-height: 1.55;
}
.menu_list li .title {
  display: inline;
  /*! padding-right: 2%; */
  width: 75%;
}
.menu_list li .fee {
  text-align: right;
  padding-left: 5%;
}
.menu_list li .fee::after {
  content:"-";
}
.menu_list li .fee.percent::after {
  content: none;
}
.top_anchor_btn {
  width: 100%;
  position: relative;
  margin-top: 5.6vw;
}
.top_anchor_btn a {
  position: absolute;
  padding: 6.5% 3% 2%;
  text-align: center;
  right: 1%;
}
.top_anchor_btn a .arrow {
  content: '';
  width: 2.434vw;
  height: 2.434vw;
  margin-top: -5px;
  border-top: solid 0.35vw #555;   /* 好みで色を変えてください */  
  border-right: solid 0.35vw #555;   /* 好みで色を変えてください */  
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  display: block;
  top: 22%;
  left: 55%;
}
.top_anchor_btn a {
  font-size: 3.733vw;
  font-weight: 500;
}

.menu_list_block > * + * {
  margin-top: 22.2vw;
}
.layer02 .inner_category_title {
  margin-top: 9%;
  padding-bottom: 4.8vw;
  position: relative;
  left: 0.2%;
  /*! margin-left: 1%; */
  /*! margin-top: 1%; */
}
.layer02 .inner_category_title p::before {
  content: "-";
  font-family: "Midashi Go MB31";
  margin-right: 0.6%;
}
.inner_category_title p {
  font-size: 5.333vw;
  font-weight: 500;
  padding: 0vw;
  /*! left: 1%; */
  margin-left: -1%;
}
