@charset "utf-8";

/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}
/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  /* background: var(--bg-main-color);
  color: var(--primary-color); */
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: "M PLUS 1p", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
#header {
  background-color: #fff;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
}

ol {
  padding-inline-start: 0 !important;
}

.container {
  width: 100%;
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

li {
  list-style: none;
}

.pc {
  display: none;
}

.tab_pc {
  display: none;
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content_inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  /* padding: 0 1em; */
  margin: 0 auto;
  clear: both;
}

.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  /*padding: 0 1em;*/
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.in_inner {
  width: 100%;
  max-width: 980px;
  padding: 0 1em;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6em 0 5em;
  margin: 0 auto;
}

.flx_box {
  display: block;
}

/* ---------------------- */
/* font */

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

/* ---------------------- */
/* img */

.img img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* ここから オリジナル */

/* ---------------------- */
/* ttl / font */
.main_ttl {
  text-align: center;
  margin: 1em auto 2em;
}

#tab01 .main_ttl {
  width: 180px;
}

#tab01 .main_ttl span {
  position: relative;
  display: inline-block;
}

.main_ttl span::before,
.main_ttl span::after {
  position: absolute;
  content: "";
}

#tab01 .main_ttl span::before {
  background: url(../img/figure_moku_left.svg) center / contain no-repeat;
  width: 100px;
  height: 200px;
  left: -80px;
  top: -60px;
}

#tab01 .main_ttl span::after {
  background: url(../img/figure_moku_right.svg) center / contain no-repeat;
  width: 100px;
  height: 200px;
  right: -80px;
  top: -60px;
}

#tab02 .main_ttl {
  letter-spacing: 0.1em;
}

#tab02 .main_ttl span {
  font-size: 44px;
  font-weight: 900;
}

#tab02 .catch_txt {
  color: #fabe00;
}

.sub_ttl {
  font-size: 26px;
  text-align: center;
  margin: 2em 0 1.5em;
}

.sub_ttl span {
  font-size: 20px;
  display: block;
}

.small_ttl {
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 600;
  margin: 0 0 0.1em 0;
}

.box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

.catch_txt {
  color: #e27500;
  font-size: clamp(14px, 3vw, 18px);
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.txt_l {
  font-size: 26px;
  font-weight: 700;
  margin: 2em 0 1em;
}

.txt_r {
  font-size: 16px;
  font-weight: 700;
}

.txt_m {
  font-size: 16px;
  margin: 0.5em;
}

.txt span {
  text-align: left;
}

.text_small {
  font-size: 12px;
}

.notice {
  color: var(--contrast-color);
  font-weight: 700;
}

.asterisk {
  font-size: 10px;
  color: var(--contrast-color);
}

/* ---------------------- */
/* swiper */

.feature_slider {
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b4b3b3;
  opacity: 1;
}
/* ---------------------- */
/* btn */
.btn {
  display: block;
  padding: 1em 0 !important;
}

.btn a {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  background: #feb42d;
  color: #000;
  border-radius: 12px;
  padding: 1em 3em;
  box-shadow: 5px 5px 0 #000;
  transition: all 0.3s ease;
  z-index: 10;
}

.btn a:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: inherit;
  text-decoration: none;
}

.btn:focus,
.btn:active {
  outline: none;
  outline-offset: inherit;
  box-shadow: none;
  text-decoration: none;
}
/* ---------------------- */
/* mainvisual */
.mv {
  position: relative;
  z-index: 3;
}

.mv figure {
  max-width: 1200px;
  margin: 0 auto;
}

/* .mv:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #005726;
  z-index: -1;
}

.mv:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fbf1de;
  z-index: -1;
} */

/* ---------------------- */
/* tab_btn */
.tab_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  overflow-x: auto;
}

.tab_box {
  display: none;
  padding: 6em 0;
}

.tab_box.is-active {
  display: block;
}

.tab_btn a {
  display: block;
  min-width: 250px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
  margin: 0 0.5em;
  opacity: 0.5;
}

.tab_btn a.active {
  opacity: 1;
}

.tab_btn .btn_nabe {
  -webkit-text-stroke: 1px #d80707;
  color: #fff;
  -webkit-text-fill-color: white; /* （順序に関係なく）色を上書きする */
  border: 2px solid #fbf1de;
  background: #fbf1de;
}

.tab_btn .btn_bbq {
  font-size: 20px;
  color: #fabe00;
  border: 2px solid #005726;
  background: #005726;
}
.tab_btn .btn_bbq.btn_standard_bbq{
  font-size: 20px;
  color: #ffffff;
  border: 2px solid #1f938a;
  background: #1f938a;

}

/* set */
.set {
  position: relative;
  padding: 5em 2em;
  margin: 5em 0;
}

#tab01 .set {
  border: 2px solid #e83828;
}

#tab01 .set .set_ttl {
  position: absolute;
  font-size: 30px;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  background: #fbf1de;
  padding: 0.5em 1em;
}

#tab02 .set .set_ttl {
  font-size: 30px;
  text-align: center;
  margin: 0 0 2em;
}

#tab02 .set {
  background: rgba(255, 255, 255, 0.1);
}

/* menu_list */
.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_list .menu_box {
  width: 100%;
  color: #3a6531;
  border-radius: 22px;
  margin-bottom: 2em;
}

#tab01 .menu_list .menu_box {
  border: 1px solid #e83828;
  background: #fff;
}

#tab02 .menu_list .menu_box {
  border: 1px solid #a31f24;
  background: #fff0c1;
}

.menu_list .menu_box figure {
}

.menu_list .menu_box figure img {
  border-radius: 18px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.menu_list .menu_ttl {
  text-align: center;

  border-radius: 22px 22px 0 0;
  padding: 0.3em 1em;
  margin: 0;
}

#tab01 .menu_list .menu_ttl {
  background: #e83828;
  color: #fff;
}

#tab02 .menu_list .menu_ttl {
  background: #fabe00;
  color: #a31f24;
}

#tab02 .menu-set__title span {
  background-color: #fff0c1;
}

#tab02 .menu-set__title::before {
  background-color: #3a6531;
}

.menu_list .padding {
  padding: 1.5em;
}

/* tab */

#tab02 {
  position: relative;
  color: #fabe00;
  background-color: #005726;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: left center;
  background-size: 180%;
}

#tab01 {
  background: #fbf1de;
}

/* bar */

.tab_box .bar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  padding: 0.4em;
  margin: 2em 0 1em;
}

#tab01.tab_box .bar {
  background: #e27500;
}

#tab02.tab_box .bar {
  background: #649325;
  color: #fabe00;
}

.tab_box .bar span {
  display: block;
}

.tab_box .bar span.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #e27500;
  background: #fff;
  border-radius: 50%;
  padding: 0.5em 0.4em;
  margin: 0 0.5em 0 0;
}

#tab01.tab_box .bar span.circle {
  color: #e27500;
  background: #fff;
}

#tab02.tab_box .bar span.circle {
  color: #a31f24;
  background: #fabe00;
}

/* menu_picture */
.menu_picture {
  padding: 3em 0 0;
}

.menu_picture .flx_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.menu_picture .flx_box .flx_item {
  width: calc(100% / 2 - 1em);
  margin: 0 1em 2em 0;
}

.menu_picture .flx_box .flx_item:nth-of-type(2n) {
  margin: 0 0 2em 0;
}

/* tanpin */
.tanpin .flx_box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tanpin .tanpin_list li {
  position: relative;
  width: 250px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 1.5em;
  margin: 0.3em auto;
}

.tanpin .tanpin_list li::before {
  position: absolute;
  content: "";
  background: #e83828;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

/* other */
.other {
  padding: 4em 0;
}

.other img {
  display: block;
  width: 100%;
}

.other .bn a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.other .bn a:hover {
  opacity: 0.8;
}

/* fix_btn */
.fix_btn {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  left: 0;
  width: min(940px, 90%);
  margin: auto;
  padding: 16px 0;
}

.fix_btn a {
  display: block;
  background: #c31e1e;
  color: #fff;
  border: 4px solid #c31e1e;
  font-size: 1.5em;
  text-align: center;
  border-radius: 13px;
  padding: 16px 0;
  padding: 16px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.fix_btn a:hover {
  color: #c31e1e;
  background: #fff;
}

#tab03{
  position: relative;
  background-image: url(/bbq/256/menu/img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  background-size: 420px;
  .main_ttl {
    letter-spacing: 0.1em;
    color: #1f938a;
  }
  .main_ttl span {
    font-size: 44px;
    font-weight: 900;
  }
  .catch_txt {
    color: #333;
  }
  .menu_list .menu_box {
    border: 1px solid #1f938a;
    background: #fff;
  }
  .menu_list .menu_ttl {
    background: #1f938a;
    color: #fff;
  }
  .menu-set__title span {
    background-color: #fff;
  }
  .menu-set__title::before {
    background-color: #333;
  }
  .set{
    border: solid 2px #1f938a;;
  }
  .set .set_ttl {
    position: absolute;
    font-size: 30px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2em 1em;
    background-color: #f3f3f3;
  }
  .bar {
    background: #1f938a;
    color: #fff;
  }
  .bar span.circle {
    color: #1f938a;
    background: #fff;
  }
  .bar .icon-wrap {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
  }
  .bar .icon-wrap .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .bar .icon-wrap .icon::before,
  .bar .icon-wrap .icon::after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 35%;
    height: 3px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
  }
  .bar .icon-wrap .icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .bar.is-open .icon-wrap .icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .price{
    background-color: inherit;
  }
  .price::after{
    background-image: none;
  }
  .menu_list .menu_box {
    color: #000;
  }

}
#tab01{
  .menu_list .menu_box {
    color: #000;
  }
}
@media screen and (max-width: 834px) {
  .tab_btn{
    justify-content: flex-start;

  }
  .tab_btn a.btn_bbq,.tab_btn a.btn_bbq.btn_standard_bbq{
    font-size: 1.3em;
  }
  .tab_btn a.btn_nabe img{
    width: 60%;

  }
}
@media screen and (max-width: 480px) {
  .tab_btn a{
    margin: 0;
    padding: 0.5em;
    min-width: 155px;
  }
  .tab_btn a.btn_nabe img {
    width: 100%;
  }

}
@media screen and (min-width: 375px) {
  .menu_picture .flx_box.flx_2cols .flx_item.flx_item-pc1 {
    width: 100%;
    margin: 0 0 2em 0;
}
}

/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 480px) {
  .other .in_inner {
    width: 500px;
}
}

/* ==============================================================
 タブレット
================================================================= */
@media screen and (min-width: 600px) {
  /* 600px以上(タブレット) */

  .sp-only {
    display: none;
  }

  .center {
    text-align: center;
  }
  #tab03{
    .menu_picture .flx_box.flx_4cols .flx_item {
      width: calc(100% / 4 - 1em);
  }
  }

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */
  .main_ttl {
    width: inherit;
    font-size: 34px;
  }

  .tab_btn .btn_bbq {
    font-size: 26px;
  }
  .tab_btn .btn_bbq.btn_standard_bbq {
    font-size: 26px;
  }
  .tab_btn .btn_standard_bbq :hover{
    color: #ffffff;
  }


  .tab_box .bar {
    font-size: 30px;
  }

  .tab_box .bar span.circle {
    font-size: 18px;
  }

  .menu_list .menu_box {
    width: calc(100% / 2 - 1em);
  }

  .menu_picture .flx_box.flx_3cols .flx_item {
    width: calc(100% / 3 - 1em);
  }

  .menu_picture .flx_box.flx_3cols .flx_item {
    width: calc(100% / 3 - 1em);
  }

  .menu_picture .flx_box.flx_5cols .flx_item {
    width: calc(100% / 5 - 1em);
  }

  .flx_box .flx_box .flx_item {
    margin: 0 1em 2em 0;
  }

  .menu_picture .flx_box .flx_item:nth-of-type(2n) {
    margin: 0 1em 2em 0;
  }

  .menu_picture .flx_box.flx_3cols .flx_item:nth-of-type(2n) {
    margin: 0 0 2em 0;
  }

  .menu_picture .flx_box.flx_3cols .flx_item:nth-of-type(3n) {
    margin: 0 0 2em 0;
  }

  .menu_picture .flx_box.flx_5cols .flx_item:nth-of-type(5n) {
    margin: 0 0 2em 0;
  }

  .menu_picture .flx_box.flx_3cols .flx_item:nth-of-type(2n) {
    margin: 0 1em 2em 0;
  }

  #tab02 {
    background-size: 140%;
  }
}

@media screen and (min-width: 740px) {
  #tab03 .menu_picture .flx_box .flx_item p.price {
    text-align: right;
}
}

@media screen and (min-width: 900px) {
  .txt {
    font-size: 1em;
    line-height: 1.5;
    margin: 0.5em 0;
  }

  .tablet {
    display: none;
  }

  .sp-tab {
    display: none;
  }

  .tab_pc {
    display: block;
  }

  div#breadcrumb_container {
    width: 100%;
  }

  .flx_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flx_box .flx_item {
    width: calc(100% / 2 - 1em);
  }

  .menu_picture .flx_box.flx_5cols .flx_item {
    width: calc(100% / 5 - 1em);
    margin: 0 1em 2em 0;
  }

  .menu_picture .flx_box.flx_5cols .flx_item:nth-of-type(5n) {
    margin: 0 0 2em 0;
  }
  .flx_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

  #tab02 {
    position: relative;
    color: #fabe00;
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    background-position: left center;
    background-size: 80%;
  }

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */

  .tanpin .flx_box {
    justify-content: center;
    flex-direction: row;
  }

  .tanpin .tanpin_list li {
    width: 250px;
  }
}

@media screen and (min-width: 1024px) {
  /* 1024px以上（PC） */

  .inner {
    max-width: 1000px;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .menu_picture .flx_box.flx_2cols .flx_item.flx_item-pc1 {
    width: calc(50% - 1em);
    margin: 0 1em 2em 0;
}

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */
  .set {
    padding: 5em;
  }
}

@media screen and (min-width: 1100px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1600px) {
}
