@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*===========================================================
# Main Visual 
============================================================*/
.bl_subPageMV {
  height: 300px;
  background-image: url(../../images/base/base-mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bl_subPageMV {
    height: 20vw;
  }
}

.pageRecruit .bl_subPageMV {
  background-image: url(../../images/recruit/recruit-mv-bg.jpg);
}

.bl_subPageMV_inner {
  position: relative;
  height: 100%;
}

.bl_subPageMV_header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .bl_subPageMV_header {
    margin-right: -50%;
  }
}

.bl_subPageMV_ttl {
  color: #ffda3a;
  min-height: 0vw;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_subPageMV_ttl {
    font-size: 1.6rem;
  }
}

.bl_subPageMV_ttlEn {
  display: block;
  font-family: Arial, Helvetica, "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.bl_subPageMV_ttlJa {
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}

.bl_subPageMV_ttlJa::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3em;
  width: 2em;
  height: 1px;
  background-color: #ffda3a;
}

.bl_subPageMV_ttlJa::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3em;
  width: 2em;
  height: 1px;
  background-color: #ffda3a;
}

.bl_subPageMV_desc {
  color: #fff;
}

/*===========================================================
# header
============================================================*/
#js_header .ly_header,
#js_header .js_hamburger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#js_header.active .ly_header,
#js_header.active .js_hamburger {
  opacity: 1;
  pointer-events: auto;
}

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
}

.ly_header_inner {
  max-width: 1860px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ly_header_inner {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.bl_headerUtils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils {
    height: 60px;
  }
}

.bl_headerUtils_logo {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_logo {
    margin-left: 5vw;
  }
}

.bl_headerUtils_logo a {
  display: block;
  width: auto;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_logo a {
    height: 18px;
  }
}
.bl_headerUtils_logo a img {
  width: 100%;
  height: 100%;
}

.ly_headerUtils_Nav {
  margin-right: 5em;
}
@media screen and (max-width: 767px) {
  .ly_headerUtils_Nav {
    display: block;
  }
}

.bl_headerUtils_Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav {
    width: 100%;
    display: block;
  }
}

.bl_headerUtils_Nav li {
  text-align: center;
  margin-right: 3.4em;
}
@media screen and (max-width: 1560px) {
  .bl_headerUtils_Nav li {
    margin-right: 2.4em;
  }
}
@media screen and (max-width: 1480px) {
  .bl_headerUtils_Nav li {
    margin-right: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav li {
    margin-right: 0;
  }
}

.bl_headerUtils_Nav li:first-child {
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav li:first-child {
    padding-left: 0;
  }
}

.bl_headerUtils_Nav li:last-child {
  margin-right: 0;
}

.bl_headerUtils_Nav li a {
  position: relative;
  display: block;
  padding: 5px;
  border-bottom: 4px solid transparent;
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_Nav li a {
    display: inline-block;
  }
}

.bl_headerUtils_Nav li a:focus,
.bl_headerUtils_Nav li a:hover {
  border-bottom-color: var(--accent-color);
}

.bl_headerUtils_ttl {
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .bl_headerUtils_ttl {
    font-size: 1rem;
    font-weight: normal;
  }
}

#js_gNav {
  position: fixed;
  z-index: 1000;
  top: -100em;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  #js_gNav {
    top: 0;
    left: auto;
    right: -120%;
    width: 90%;
    height: calc(100vh - 10vw);
    z-index: 10001;
  }
}

#js_gNav.panelactive {
  display: none;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #js_gNav.panelactive {
    display: block;
    top: 0;
    right: 0;
  }
}

#js_gNav.panelactive #gNav_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  #js_gNav.panelactive #gNav_list {
    width: 90%;
    height: calc(100vh - 10vw);
    z-index: 10002;
  }
}

#js_gNav ul {
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #js_gNav ul {
    width: 80%;
    margin: 0 auto;
  }
}

#js_gNav li {
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #js_gNav li {
    text-align: left;
    border-bottom: 1px solid lightgray;
  }
}

#js_gNav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #js_gNav li a {
    font-weight: normal;
    color: #333;
  }
}

.bl_gNav_logo {
  width: 50vw;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 4vw;
}

.ly_gNav_tel {
  margin-bottom: 6vw;
  text-align: center;
}

.bl_gNav_tel {
  font-size: 1.4rem;
  position: relative;
  padding-left: 4vw;
}

.bl_gNav_tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  aspect-ratio: 100/149;
  width: 2.5vw;
  background: url(../../images/common/icn-tel.png) no-repeat center center/contain;
}

.el_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 10vw);
  background: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 10000;
  display: none;
}

/*===========================================================
# footer
============================================================*/
.bl_footer {
  background-color: #29323b;
}

.ly_footerTop_inner {
  max-width: 1740px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .ly_footerTop_inner {
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.ly_footerTop_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_footerTop_Box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ly_footerTop_shopName {
  padding-left: 3.7em;
  font-size: 1.285rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_footerTop_shopName {
    padding-left: 0;
    margin-left: 2.4em;
    padding-left: 2.2em;
    font-size: 1rem;
  }
}

.bl_footerTop_menu {
  margin-left: 10%;
}

.bl_footerTop_menuItem {
  color: #fff;
}

.bl_spFooterTop_menu {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 2em;
}

.ly_footerBtm_inner {
  max-width: 1740px;
  margin: 0 auto;
  padding-bottom: 2em;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .ly_footerBtm_inner {
    padding-bottom: 4em;
  }
}

.el_footer_policy {
  color: #000;
}

.el_footerCopyright {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .el_footerCopyright {
    line-height: 1.2;
    font-size: 0.7rem;
    text-align: center;
  }
}

.bl_spBtmMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #ffda3a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10vw;
  z-index: 10003;
}

.bl_spBtmMenu_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #000;
}

.bl_spBtmMenu_item:nth-child(2) {
  border-right: 1px solid #29323b;
  border-left: 1px solid #29323b;
}

.bl_spBtmMenu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.bl_spBtmMenu_home {
  position: relative;
  padding-left: 2vw;
  padding-bottom: 0.1em;
}

.bl_spBtmMenu_home::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3vw;
  aspect-ratio: 70/62;
  width: 3.3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/common/btmNavi-img01.png) no-repeat center center/contain;
}

.bl_spBtmMenu_food {
  position: relative;
  padding-left: 2vw;
  padding-bottom: 0.1em;
}

.bl_spBtmMenu_food::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3vw;
  aspect-ratio: 74/60;
  width: 3.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/common/btmNavi-img02.png) no-repeat center center/contain;
}

.bl_spBtmMenu_shop {
  position: relative;
  padding-left: 2vw;
  padding-bottom: 0.1em;
}

.bl_spBtmMenu_shop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3vw;
  aspect-ratio: 44/68;
  width: 2.6vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/common/btmNavi-img03.png) no-repeat center center/contain;
}

/*===========================================================
# to-top
============================================================*/
#js_toTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #js_toTop a {
    width: 15vw;
    height: 15vw;
  }
}

/*リンクを右下に固定*/
#js_toTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media screen and (max-width: 767px) {
  #js_toTop {
    bottom: 12vw;
  }
}

/*　上に上がる動き　*/
#js_toTop.an_upMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#js_toTop.an_downMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.js_hamburger {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .js_hamburger {
    display: block;
    top: 6px;
    z-index: 10002;
  }
}
.js_hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.js_hamburger span:nth-of-type(1) {
  top: 15px;
}

.js_hamburger span:nth-of-type(2) {
  top: 23px;
}

.js_hamburger span:nth-of-type(3) {
  top: 31px;
}

.js_hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.js_hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.js_hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}