@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
}
main section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 550px) {
  main section {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 20px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 50px;
  display: block;
  text-align: center;
  line-height: 1.15;
  position: relative;
  font-size: clamp(1.5rem, 1.125rem + 1.2vw, 1.8rem);
  font-weight: 500;
}
.maintitle .mf {
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue 75 Bold", "Helvetica Neue", "Arimo", sans-serif;
  font-weight: 700;
}
.maintitle .sf {
  font-size: 65%;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 35px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 37px;
  }
}
/*02*/
.mtitle {
  position: relative;
  font-size: clamp(1.2rem, 0.6375rem + 1.8vw, 1.65rem);
  font-weight: 600;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 1.7;
}
.mtitle span:not(.ib) {
  font-family: "Helvetica Neue 75 Bold", "Helvetica Neue", "Arimo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 65%;
  display: block;
  margin-bottom: 3px;
}
.mtitle.mtleft {
  white-space: nowrap;
  width: 100% !important;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}
.mtitle.mtleft::after {
  content: '';
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background: #8f8f8f;
  z-index: -1;
}
.mtitle.mtleft.reverse::after {
  margin-left: 0;
  margin-right: 20px;
  order: 2;
}
.mtitle.mtleft.reverse span {
  order: 1;
}
/**/
.mt_left {
  margin-left: 0;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 26px 0;
  display: inline-block;
  width: fit-content;
  min-width: 265px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
.mainbtn a:hover {
  color: #fff;
  background: #333;
}
.tbtn {
  margin-top: 55px;
}
/**/
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 7px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    min-width: 220px;
    padding: 18px;
  }
  .tbtn {
    margin-top: 43px;
  }
  .btnflex a {
    margin: 5px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 35px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w63 {
  width: 63%;
}
.w55 {
  width: 55%;
}
.w48 {
  width: 48%;
}
.w39 {
  width: 39%;
}
.w32 {
  width: 31.5%;
}
/* 固定背景 */
.bg_fixed {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed !important;
}
.bg_fixed, .bg_fixed span {
  color: #fff !important;
}
.bg_fixed .mtitle.mtleft::after {
  background: rgba(255, 255, 255, 0.6);
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .bg_fixed {
  background-attachment: scroll !important;
}
.bg_fixed::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.35;
  z-index: -2;
}
@media(max-width:750px) {
  .bg_fixed {
    background-attachment: scroll !important;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transition: 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
/* logo */
.header_title a:hover {
  opacity: 0.6;
}
.header_title {
  position: fixed;
  top: 7px;
  left: 10px;
  width: 155px;
  z-index: 100;
}
.header_title img {
  width: 100%;
}
/*SNS link*/
.instabtn {
  position: fixed;
  top: 0;
  right: 70px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  z-index: 900;
  color: #fff;
  font-size: 1.9rem;
}
.instabtn:hover {
  filter: brightness(80%);
}
/* hamburger */
.hamburger {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
  background: #333;
}
.hamburger:hover::before {
  filter: brightness(60%);
}
.hamburger.-active::before {
  content: none;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #333;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #333;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #fff;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/* メニュー内 */
.global-navigation {
  margin: auto;
  width: 90%;
  max-width: 730px;
  height: fit-content;
  padding: 45px 0 80px;
  position: relative;
  z-index: 1;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* 各ロゴ リンク */
.global-navigation__list a {
  color: #333;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
.global-navigation__list .center_logo img, .global-navigation__list .top_logo_flex .logo img {
  width: 100%;
  display: block;
}
.global-navigation__list .center_logo, .global-navigation__list .top_logo_flex .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.global-navigation__list a {
  width: 100%;
  display: block;
}
/**/
.global-navigation__list .center_logo {
  max-width: 210px;
  width: 30%;
  /*margin-bottom: 45px;*/
}
/*
.global-navigation__list .top_logo_flex {
  border-top: 1px solid #333;
  padding-top: 50px;
}
*/
.global-navigation__list .center_logo span, .global-navigation__list .logo span:not(.ib) {
  margin-top: 7px;
  padding: 10px 0;
  border: 1px solid #333;
  display: block;
  transition: .4s all;
  white-space: nowrap;
}
.global-navigation__list a:hover span:not(.ib) {
  color: #fff;
  background: #333;
}
/* 会社概要・お問い合わせメニュー */
.commonmenu {
  display: flex;
  width: 100%;
  max-width: 430px;
  margin: 10% auto 0;
}
.commonmenu li {
  width: calc(100%/2);
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #8f8f8f;
  font-size: 1.05rem;
}
.commonmenu li:first-of-type {
  border-left: 1px solid #8f8f8f;
}
.commonmenu li a {
  color: #333;
  display: block;
}
.commonmenu li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  /*
  .global-navigation__list .top_logo_flex {
    display: block;
  }
  .global-navigation__list .center_logo, .global-navigation__list .top_logo_flex li {
    width: 100%;
  }
  .global-navigation__list .top_logo_flex li {
    margin: 0 auto 27px;
  }
  .global-navigation__list .top_logo_flex li:last-of-type {
    margin-bottom: 0 !important;
  }
  */
  .global-navigation__list .center_logo img, .global-navigation__list .top_logo_flex .logo img {
    width: 100%;
  }
  .global-navigation__list .center_logo span, .global-navigation__list .logo span:not(.ib) {
    font-size: 1.9vw;
  }
  .commonmenu {
    max-width: 250px;
  }
  .commonmenu li {
    font-size: 0.77rem;
  }
  .commonmenu li a {
    padding: 0 0 3px;
  }
}
@media (max-width: 550px) {
  .instabtn {
    right: 55px;
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
  }
  .hamburger, .hamburger::before {
    width: 55px;
    height: 55px;
  }
  .hamburger__line {
    width: 35px;
  }
  .hamburger__line:before {
    top: -8.5px;
  }
  .hamburger__line:after {
    top: 8.5px;
  }
  .header_title {
    top: 4px;
    left: 7px;
    width: 95px;
  }
}
/* footer ================================================*/
.footer_contact {
  overflow: hidden;
  position: relative;
  padding: 80px 0 100px;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.55;
  z-index: -2;
}
.footer_contact::before {
  content: '';
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::before {
  background-attachment: scroll !important;
}
@media (max-width: 750px) {
  .footer_contact::before {
    background-attachment: scroll !important;
  }
}
.footer_contact .inner {
  width: 90%;
}
.footer_contact .maintitle {
  margin-bottom: 35px;
}
.footer_contact .maintitle .mf {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_contact p, .footer_contact .maintitle span {
  color: #fff;
}
.footer_contact .btn_wrap {
  text-align: center;
}
.footer_contact .btn_wrap a {
  margin: 10px;
  display: inline-block;
  width: 95%;
  max-width: 280px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 25px 0;
  white-space: nowrap;
}
.footer_contact .btn_wrap a:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 50px 0 60px;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ロゴとアドレス */
.footer_address .flexbox {
  max-width: 850px;
  margin: auto;
}
.footer_address {
  position: relative;
  text-align: center;
  padding: 43px 0;
}
.flogo {
  width: 35%;
  max-width: 140px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_address p {
  margin-bottom: 3px;
  font-size: 93%;
  line-height: 1.75;
}
.footer_address p br {
  display: none;
}
.footer_address p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 565px) {
  .footer_address p {
    font-size: 0.8rem;
    text-align: center;
  }
  .footer_address p br {
    display: block;
  }
  .flogo {
    margin-bottom: 10px;
  }
  .footer_address {
    padding: 35px 0 40px;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 10px 0px 17px;
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
}
@media (max-width: 565px) {
  .copyright {
    font-size: 0.7rem;
    padding: 7px 0px 10px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #333;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 15px;
    bottom: 10px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* TOPページ　==================================================*/
.toppage_section {
  padding: 0;
  display: flex;
  height: 100vh;
  /*overflow-y: scroll;*/
}
.toppage_section .inner {
  margin: auto;
  height: fit-content;
  padding: 60px 0;
  max-width: 800px;
}
/* logo */
.center_logo {
  margin-bottom: 10%;
}
.center_logo, .top_logo_flex .logo {
  width: 29%;
  max-width: 200px;
}
/* flex */
.top_logo_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toppage_section a:hover {
  opacity: 0.6;
}
/* TOPページ 修正　==================================================*/
.toppage_hv {
  width: 100%;
  height: 100vh;
}
/* omi */
.center_logo {
  width: 50%;
  max-width: 275px;
  margin-bottom: 0 !important;
}
/* TLS */
.tls {
  padding: 100vh 0 200px;
}
/* flex */
.top_txt_flex {
  display: flex;
  justify-content: space-between;
}
.logo_txt {
  width: 26%;
}
.logo_txt a {
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logo_txt a span {
  line-height: 0.67;
  font-family: "Helvetica Neue 75 Bold", "Helvetica Neue", "Arimo", sans-serif;
  font-weight: 700;
  font-size: clamp(4.5rem, -4.875rem + 30vw, 12rem);
}
.logo_txt a img {
  width: 90%;
  max-width: 150px;
  margin: auto;
}
.top_txt_flex a:hover {
  opacity: 0.6;
}
/* 下層ページトップ ==========================================================*/
.fv {
  text-align: center;
  position: relative;
}
/*img*/
.fv img {
  object-fit: cover;
  width: 100%;
  /*max-width: 1200px;*/
  height: 100vh;
  filter: brightness(60%);
}
/*title*/
.fv div:not(.binner) {
  z-index: 1;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv h2 {
  text-align: center;
  margin-bottom: 5px !important;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
  width: fit-content;
  margin: auto;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* 獅子虎ページ　==================================================*/
/* ポイントカラー */
.shishitoraPage .instabtn {
  background: #c9303b;
  color: #ffe433;
}
.shishitoraPage .hamburger::before {
  background: #092093;
}
/**/
.shishitoraPage .go_top {
  background: #c9303b;
}
.shishitoraPage .go_top::before {
  color: #ffe433;
}
/*フッター固定背景*/
.shishitoraPage .footer_contact::before {
  background: url(../img/shishitora_footer.webp);
  background-position: 50% 100%;
}
/**/
.sticky_title h2::before {
  color: #092093;
}
/* 獅子虎について */
/*固定背景*/
.pdt.bg_shishitora {
  background: url(../img/shishitora_bg01.webp);
}
.bg_shishitora::after {
  opacity: 0.55;
}
.pdt {
  overflow: hidden;
  margin-top: 55px;
}
.shishitora .inner {
  max-width: 974px;
}
@media(max-width:550px) {
  .pdt {
    margin-top: 35px;
    background-attachment: scroll !important;
  }
}
/* メニュー */
@media(max-width:750px) {
  .food_menu .spmgb {
    margin-bottom: 20px;
  }
}
.menu {
  overflow: visible !important;
}
.menu .inner {
  width: 94%;
  max-width: 1200px;
}
/*flex*/
.border_title_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/*sticky title*/
.sticky_title {
  top: 190px;
  left: 0;
  z-index: 10;
  position: sticky;
  width: 220px;
}
.sticky_title h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.2rem, 0.6375rem + 1.8vw, 1.65rem);
  font-family: "Helvetica Neue 75 Bold", "Helvetica Neue", "Arimo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/*
.sticky_title h2::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-bottom: 5px;
}
*/
/*contents*/
.bt_contents {
  position: relative;
  padding-left: 5.1%;
}
.bt_contents::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8f8f8f;
  z-index: -100;
}
.menus {
  margin-bottom: 80px;
}
.menus:last-of-type {
  margin-bottom: 0 !important;
}
/*title*/
.menus .mtitle {
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 1.125rem + 0.4vw, 1.35rem);
  font-weight: 600;
}
.menus:nth-child(2) .mtitle {
  margin-bottom: 20px;
}
@media(max-width:1165px) {
  .menus .mtitle {
    margin-bottom: 20px;
  }
}
@media(max-width:1010px) {
  .menu .inner {
    width: 88%;
  }
  .border_title_flex {
    display: block;
  }
  .bt_contents .menus:nth-child(2n) .flexbox {
    flex-direction: row;
  }
  .menus {
    margin-bottom: 55px;
  }
  .sticky_title {
    position: initial;
    width: 100%;
  }
  .sticky_title h2 {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding-bottom: 13px;
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
  }
  .bt_contents {
    padding-left: 0;
  }
  .bt_contents::after {
    content: none;
  }
}
@media(max-width:750px) {
  .menus .mtitle {
    margin: auto;
    text-align: center;
    margin-bottom: 33px !important;
  }
}
/* section間の固定背景 */
.wide {
  width: 100%;
  height: 420px;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed !important;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .wide {
  background-attachment: scroll !important;
}
@media(max-width:1265px) {
  .wide {
    height: 39vw;
  }
}
@media(max-width:750px) {
  .wide {
    height: 48vw;
    background-attachment: scroll !important;
  }
}
@media(max-width:550px) {
  .wide {
    height: 55vw;
  }
}
/**/
.shishitoraPage .wide {
  background: url(../img/shishitora_bg02.webp);
  background-position: 25% 50%;
}
/* 店舗概要 */
.overview {
  padding-bottom: 20px !important;
}
/*img*/
.sp_flex_img div {
  margin-bottom: 20px;
}
@media(max-width:750px) {
  .overview {
    padding-bottom: 13px !important;
  }
  .overview .flexbox {
    display: flex;
    flex-direction: column-reverse;
  }
  .overview .flexbox .w32 {
    display: contents;
  }
  .overview .maintitle {
    order: 1;
    margin-bottom: 15px !important;
    width: 100%;
  }
  .sp_flex_img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115% !important;
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
  }
  .sp_flex_img div {
    width: 48%;
    position: relative;
    margin-bottom: 0;
  }
  .sp_flex_img div:last-child {
    top: 13px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-weight: normal;
}
.info_table tr {
  border-bottom: 1px solid #8f8f8f;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 17px 0;
}
.info_table th {
  background: transparent;
  width: 35%;
  text-align: left;
  padding-left: 5px;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.ib {
  display: inline-block;
}
.info_table a {
  color: #333;
  border-bottom: 1px solid #ddd;
}
.bg_fixed .info_table a {
  color: #fff;
}
.info_table a:hover {
  opacity: 0.6;
}
@media(max-width: 750px) {
  .info_table {
    font-size: 95%;
  }
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 13px 5px 17px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
  }
}
/* map */
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* LiviBossaページ　==================================================*/
/* ポイントカラー */
.LiviBossaPage .instabtn {
  background: #828282;
  color: #fff;
}
.LiviBossaPage .hamburger::before {
  background: #1d4454;
}
/**/
.LiviBossaPage .go_top {
  background: #f6db4c;
}
/* header */
.LiviBossaPage .header_title {
  top: 14px;
  left: 22px;
  width: 185px;
}
@media(max-width: 550px) {
  .LiviBossaPage .header_title {
    top: 10px;
    left: 12px;
    width: 130px;
  }
}
/* footer */
.LiviBossaPage .footer_contact::before {
  background: url(../img/livibossa_footer.webp);
  background-position: 50% 0%;
}
.LiviBossaPage .footer_contact .inner {
  max-width: 1305px;
}
.LiviBossaPage .flogo {
  width: 46%;
  max-width: 180px;
}
/* CONCEPT */
.bg_livibossa {
  background: url(../img/livibossa_bg01.webp);
  background-position: 50% 0%;
}
.livi_cnc::after {
  opacity: 0.57;
}
.livi_cnc .inner {
  max-width: 970px;
}
/* MENU */
.kimagure {
  margin-bottom: 75px;
}
.kimagure:last-of-type {
  margin-bottom: 0 !important;
}
.kimagure .flexbox {
  margin-bottom: 45px;
}
.kimagure .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.oyatsu.kimagure .flexbox {
  width: 80%;
}
.oyatsu.kimagure .flexbox:nth-child(2n) {
  margin-left: auto;
}
.oyatsu.kimagure .flexbox .mtitle {
  white-space: nowrap;
}
@media(max-width: 750px) {
  .livibossa_menu .spmgb {
    margin-bottom: 20px;
  }
  .oyatsu.kimagure .flexbox {
    width: 100%;
  }
  .oyatsu.kimagure .flexbox .mtitle {
    white-space: normal;
  }
}
@media(max-width: 550px) {
  .kimagure {
    margin-bottom: 57px;
  }
}
/* 店舗概要 */
.ovv .maintitle {
  margin-bottom: 30px;
}
.ovv .inner {
  max-width: 960px;
}
.bg_livibossa_ovv {
  background: url(../img/livibossa_bg02.webp);
  background-position: 28% 0%;
}
.bg_livibossa_ovv.bg_fixed::after {
  opacity: 0.55;
}
@media(max-width: 750px) {
  .ovv .maintitle {
    margin-bottom: 15px;
  }
}
/* 東京油組総本店 熊本組ページ　==================================================*/
/* ポイントカラー */
.aburasobaPage .hamburger::before {
  background: #ff0018;
}
/**/
.aburasobaPage .go_top {
  background: #ff0018;
}
/* header */
.aburasobaPage .header_title {
  top: 14px;
  left: 22px;
  width: 145px;
}
@media(max-width: 550px) {
  .aburasobaPage .header_title {
    top: 10px;
    left: 12px;
    width: 95px;
  }
}
/* footer */
.aburasobaPage .footer_contact::before {
  background: url(../img/aburasoba_footer.webp);
  background-position: 31% 0%;
}
.aburasobaPage .footer_contact .inner {
  max-width: 1305px;
}
.aburasobaPage .flogo {
  width: 46%;
  max-width: 180px;
  margin-bottom: 0;
}
/* こだわり */
.fea_title_sec {
  padding: 65px 0;
}
.fea_title_sec .maintitle {
  margin-bottom: 0;
}
@media(max-width: 550px) {
  .fea_title_sec {
    padding: 35px 0;
  }
}
/**/
.features section {
  padding: 200px 0;
}
.features section:nth-child(1) {
  background: url(../img/seriously_1_bg_pc.png);
}
.features section:nth-child(2) {
  background: url(../img/seriously_2_bg_pc.png);
}
.features section:nth-child(3) {
  background: url(../img/seriously_3_bg_pc.png);
}
.features section:nth-child(4) {
  background: url(../img/seriously_4_bg_pc.png);
}
.features section:nth-child(2n+1) {
  background-position: 70% 50%;
}
.features section:nth-child(2n) {
  background-position: 30% 50%;
}
/**/
.featext {
  width: 48%;
  max-width: 782px;
}
.features section:nth-child(2n+1) .featext {
  margin-left: 6%;
}
.features section:nth-child(2n) .featext {
  margin-left: auto;
  margin-right: 6%;
}
@media(max-width: 750px) {
  .features section {
    padding: 70px 0;
  }
  .features .bg_fixed::after {
    opacity: 0.65;
  }
  .featext {
    width: 88%;
    margin: auto !important;
  }
}
/* メニュー */
.aburamenu_text {
  margin-bottom: 65px;
  text-align: center;
}
@media(max-width: 850px) {
  .aburamenu_text {
    text-align: left;
  }
  .aburamenu_text br {
    display: none;
  }
}
@media(max-width: 750px) {
  .aburamenu .spmgb {
    margin-bottom: 17px;
  }
}
@media(max-width: 550px) {
  .aburamenu_text {
    margin-bottom: 45px;
  }
}
/* トッピング */
.sidemenu {
  margin-bottom: 115px;
}
.sidemenu:last-of-type {
  margin-bottom: 0 !important;
}
.sidemenu p {
  font-weight: 600;
}
.sidemenu .fitc {
  text-align: center;
}
@media(max-width: 550px) {
  .sidemenu {
    margin-bottom: 65px;
  }
}
/*text*/
.topptext {
  width: 41%;
}
.topptext .fitc {
  font-size: 120%;
}
.topptext .fitc:first-of-type {
  margin-bottom: 3px;
}
/*img*/
.special {
  width: 57%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.special img:first-of-type {
  width: 55%;
}
.special img:last-of-type {
  width: 35%;
}
/*B*/
.special_b {
  justify-content: space-between;
}
.special_b img:first-of-type {
  width: 55%;
}
.special_b img:last-of-type {
  width: 40%;
}
@media(max-width: 1270px) {
  .topptext .fitc {
    font-size: 107%;
  }
}
@media(max-width: 1080px) {
  .topptext .fitc {
    text-align: left;
  }
  .topptext .fitc:first-of-type {
    margin-left: 0;
  }
  .topptext .fitc:last-of-type {
    margin-right: 0;
  }
  .toppingmenu .flexbox {
    margin-bottom: 37px;
  }
}
@media(max-width: 750px) {
  .toppingmenu .flexbox {
    margin-bottom: 45px;
  }
  .specialmenu .flexbox {
    margin-bottom: 65px;
  }
  .toppingmenu .flexbox img {
    margin-bottom: 17px;
  }
  .topptext .fitc {
    font-size: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .topptext .fitc:first-of-type {
    margin-bottom: 5px;
  }
}
/* others */
.topping_others {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 115px auto 0;
}
.topping_others div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 14.6%;
  margin: 0 1% 20px;
}
.topping_others div img {
  margin: auto;
}
.topping_others div p {
  line-height: 1.6;
  margin-top: 3px;
}
@media(max-width: 1145px) {
  .topping_others {
    max-width: 840px;
  }
  .topping_others div {
    width: 22.6%;
  }
}
@media(max-width: 750px) {
  .topping_others {
    margin-top: 60px;
  }
  .topping_others div {
    font-size: 90%;
    width: 46%;
    margin: 0 2% 20px;
  }
  .topping_others div:last-of-type {
    margin-bottom: 0;
  }
}
/* おつまみ */
.otsumami img {
  margin: auto;
  display: block;
}
.otsumami p {
  margin-bottom: 0;
}
/* ドリンク */
.drink img {
  width: 75%;
  margin-bottom: 7px;
}
@media(max-width: 750px) {
  .otsumami img {
    width: 65%;
  }
  .drink img {
    width: 60%;
  }
  .otsumami .flexbox .w32 {
    margin-bottom: 35px;
  }
  .otsumami .flexbox .w32:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* おいしい食べ方 */
.eatimg {
  margin-bottom: 12px;
}
.eatimg img {
  width: 100%;
}
.eat .w32 .mtitle {
  margin-left: 0;
  margin-bottom: 0;
  font-size: clamp(1.1rem, 0.85rem + 0.8vw, 1.3rem);
}
.eat .w32 .mtitle span:not(.ib) {
  font-size: 75%;
}
@media(max-width: 750px) {
  .eat .w32 {
    margin-bottom: 45px;
  }
  .eat .w32:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 店舗概要 */
.bg_aburasoba_ovv {
  background: url(../img/aburasoba_bg.webp);
  background-position: 40% 0%;
}
.bg_aburasoba_ovv::after {
  opacity: 0.6;
}
/* 会社概要ページ　==================================================*/
/* header */
.omiPage .header_title {
  top: 14px;
  left: 22px;
  width: 145px;
}
@media(max-width: 550px) {
  .omiPage .header_title {
    top: 7px;
    left: 7px;
    width: 102px;
  }
}
/* footer */
.omiPage .footer_contact::before {
  background: url(../img/about_footer.webp);
  background-position: 50% 50%;
}
.omiPage .footer_address p br {
  display: block;
}
/* 理念 */
.vtext {
  text-align: center;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
}
.vtext span {
  font-size: 140%;
}
.pdt.bg_about {
  background: url(../img/about_bg.webp);
}
/* 会社概要 */
.about .inner {
  max-width: 1080px;
}
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* お問い合わせページ　==================================================*/
.bg_gray {
  background: #f7f7f7;
}
/**/
.contop {
  text-align: center;
  max-width: 950px;
  margin-bottom: 50px;
}
@media(max-width:900px) {
  .contop {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.07rem, 0.7825rem + 0.92vw, 1.3rem);
  line-height: 1.55;
  border-left: 4px solid #333;
  padding-left: 12px;
}
.cotitle span {
  font-size: 70%;
  display: inline-block;
  margin-left: 3px;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #f7f7f7;
  padding: 20px 30px;
}
.telbox h3 {
  font-size: 100%;
  padding-left: 39px;
  font-weight: 500;
  position: relative;
  margin-bottom: 3px;
}
.telbox h3::before {
  background-color: #333;
  position: absolute;
  content: "";
  top: 0.95em;
  left: 0;
  width: 30px;
  height: 1px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
  .telbox h3 {
    font-size: 90%;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: 1.6rem;
  color: #333;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width:550px) {
  .telbox a {
    font-size: 1.43rem;
  }
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 45px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #333;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1045px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 90%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #333;
  padding: 5px;
  margin-right: 5px;
  font-size: 11px;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #333;
  border: 1px solid #333;
  background: transparent;
  transition: .4s;
  position: relative;
  overflow: hidden;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #fff;
  background: #333;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*select*/
.business select {
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.business {
  position: relative;
}
.business::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 7px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #333;
}
@media(max-width:550px) {
  .business select {
    font-size: 0.83rem;
  }
  .mailform .box, .mailform textarea {
    font-size: 0.83rem;
  }
}
/**/
.mails {
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 15px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
  padding: 15px 5px 15px;
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 500;
}
.accordionwrap {
  border-bottom: 1px solid #ddd;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
  color: #333;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #333;
  top: 49%;
  right: 1%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #333;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 90%;
  }
}
/* thanks ==============================================================*/
.fv.thanks img {
  height: 450px;
}
@media(max-width: 1250px) {
  .fv.thanks img {
    height: 35vw;
  }
}
@media(max-width: 550px) {
  .fv.thanks img {
    height: 55vw;
  }
}