@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*responsive.css上書き(bootstrap4)*/
.mx-auto {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
html {
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  color: #222;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
  }
}

.main-wrap {
  padding-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .main-wrap {
    padding-top: 60px;
  }
}

.contents-wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap {
    padding: 3rem 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color: #245fbb;
  text-decoration: none;
}

a:visited {
  color: #245fbb;
  text-decoration: none;
}

a:hover {
  color: #E48E00;
  text-decoration: underline;
}

a:active {
  color: #E48E00;
  text-decoration: underline;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.page-title-area {
  background: url(../images/common/bg_pagetitle.png) no-repeat center center;
  background-size: cover;
  height: 85px;
}
.page-title-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-title-area .page-title {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .page-title-area .page-title {
    font-size: 2rem;
  }
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}
header .header-area {
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 8rem;
}
@media screen and (max-width: 767.98px) {
  header .header-area {
    height: 60px;
  }
}
header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 1rem;
}
header .header-logo a img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 110px;
}
@media screen and (max-width: 767.98px) {
  header .header-logo a img {
    width: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  header .header-menu ul.shop-nav {
    display: none;
  }
}
header .global-nav-area {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 999;
  top: -100%;
  left: 0;
  text-align: left;
  overflow-y: auto;
  background-image: url(../images/common/bg_footer.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .global-nav-area a.logo {
  display: inline-block;
  background-color: #fff;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-bottom-right-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  header .global-nav-area a.logo {
    padding: 1rem 2rem 1rem 1.5rem;
  }
}
header .global-nav-area a.logo img {
  display: block;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  header .global-nav-area a.logo img {
    width: 100px;
  }
}
header .global-nav-area nav {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
}
header .global-nav-area ul.shop-nav {
  margin-bottom: 8rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  header .global-nav-area ul.shop-nav {
    margin-bottom: 2rem;
  }
}
header .global-nav-area ul.shop-nav li {
  margin-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  header .global-nav-area ul.shop-nav li {
    display: inline-block;
    margin-right: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  header .global-nav-area ul.shop-nav li {
    margin-right: 2rem;
  }
}
header .global-nav-area ul.shop-nav li a {
  color: #222;
  padding: 0;
  font-weight: 500;
}
header .global-nav-area ul.sub-nav {
  padding: 0 2rem;
}
header .global-nav-area ul.main-contents-nav {
  margin-bottom: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575.98px) {
  header .global-nav-area ul.main-contents-nav {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}

html.open .global-nav-area {
  height: 100vh;
  top: 0;
  padding-top: 15rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  html.open .global-nav-area {
    padding-top: 9rem;
  }
}

ul.shop-nav {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  ul.shop-nav {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li {
    display: block;
    text-align: center;
  }
}
ul.shop-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  color: #222;
  text-decoration: none;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  ul.shop-nav li a {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  ul.shop-nav li a {
    padding: 0 1rem;
    font-size: 1.3rem;
  }
}
ul.shop-nav li a::before {
  content: "";
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 1rem;
  vertical-align: middle;
}
ul.shop-nav li a:hover {
  opacity: 0.7;
}
ul.shop-nav li.flyer a::before {
  width: 40px;
  background-image: url(../images/common/ico_flyer.svg);
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li.flyer a::before {
    width: 34px;
  }
}
ul.shop-nav li.access a::before {
  width: 23px;
  background-image: url(../images/common/ico_access.svg);
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li.access a::before {
    width: 20px;
  }
}
ul.shop-nav li.opening-hours a::before {
  width: 32px;
  background-image: url(../images/common/ico_time.svg);
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li.opening-hours a::before {
    width: 27px;
  }
}
ul.shop-nav li.company-nav a::before {
  width: 32px;
  background-image: url(../images/common/ico_company.svg);
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li.company-nav a::before {
    width: 27px;
  }
}
ul.shop-nav li.recruit-nav a::before {
  width: 32px;
  background-image: url(../images/common/ico_recruit.svg);
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li.recruit-nav a::before {
    width: 27px;
  }
}
ul.shop-nav li.mail-nav a::before {
  width: 32px;
  background-image: url(../images/common/ico_mail.svg);
}
@media screen and (max-width: 767.98px) {
  ul.shop-nav li.mail-nav a::before {
    width: 27px;
  }
}

/*----------------------------------------------------
  ナビゲーション
----------------------------------------------------*/
ul.main-contents-nav {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.main-contents-nav li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 575.98px) {
  ul.main-contents-nav li {
    margin-bottom: 2rem;
    width: 33.333%;
  }
}
ul.main-contents-nav li a {
  display: block;
  padding: 0 1.5rem;
}
@media screen and (max-width: 575.98px) {
  ul.main-contents-nav li a {
    padding: 0;
  }
}
ul.main-contents-nav li a:hover {
  opacity: 0.7;
}
ul.main-contents-nav li a .thumbnail {
  margin: 0 auto 1rem;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border: 2px solid #FEEF64;
  border-radius: 15%;
  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;
}
@media screen and (max-width: 575.98px) {
  ul.main-contents-nav li a .thumbnail {
    width: 66px;
    height: 66px;
  }
}
ul.main-contents-nav li a .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575.98px) {
  ul.main-contents-nav li a .thumbnail img {
    max-width: 45px;
  }
}
ul.main-contents-nav li a span {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  color: #222;
}
@media screen and (max-width: 575.98px) {
  ul.main-contents-nav li a span {
    font-size: 1.2rem;
  }
}

ul.sub-nav {
  list-style: none;
  padding-left: 0;
}
ul.sub-nav li {
  display: inline-block;
  margin-right: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  ul.sub-nav li {
    margin-right: 3rem;
  }
}
ul.sub-nav li a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
}
ul.sub-nav li a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
  スマホメニュー
----------------------------------------------------*/
.menu-button {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  z-index: 1000;
}
@media screen and (max-width: 767.98px) {
  .menu-button {
    top: 0;
    right: 1rem;
  }
}
.menu-button .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 15%;
}
.menu-button .menu-trigger:hover {
  opacity: 0.7;
}
.menu-button .menu-trigger span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu-button .menu-trigger span:not(:last-child) {
  width: 28px;
  height: 2px;
  background-color: #222;
}
.menu-button .menu-trigger span:nth-of-type(1) {
  top: 1.2rem;
}
.menu-button .menu-trigger span:nth-of-type(2) {
  top: 2rem;
}
.menu-button .menu-trigger span:nth-of-type(3) {
  top: 2.8rem;
}
.menu-button .menu-trigger span:last-of-type {
  color: #fff;
  font-size: 1.1rem;
  width: 100%;
  bottom: 0.8rem;
  font-size: 1rem;
  text-align: center;
  color: #222;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.open .menu-trigger {
  background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
  top: 1.8rem !important;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  top: 1.8rem !important;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(3) {
  display: none;
}

.smp-menu {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 60px 2rem 3rem;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.smp-menu ul {
  list-style: none;
  padding-left: 0;
}
.smp-menu ul.smp-nav {
  margin-bottom: 3rem;
}
.smp-menu ul.smp-nav li {
  border-bottom: 1px solid #eee;
}
.smp-menu ul.smp-nav li a, .smp-menu ul.smp-nav li span {
  color: #222;
  font-weight: 700;
  display: block;
  padding: 1.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
}
.smp-menu ul.smp-nav li a[href^="mailto:"], .smp-menu ul.smp-nav li span[href^="mailto:"] {
  background-color: #F9270B;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
.smp-menu ul.smp-nav li a[href^="mailto:"]::before, .smp-menu ul.smp-nav li span[href^="mailto:"]::before {
  content: "";
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../images/common/ico_mail.svg) no-repeat center center;
  background-size: contain;
  margin-right: 1rem;
  vertical-align: middle;
  margin-top: -0.1em;
}
.smp-menu ul.smp-nav li:has(a[href^="mailto:"]) {
  margin-top: 2rem;
}
.smp-menu ul.smp-nav li span {
  position: relative;
}
.smp-menu ul.smp-nav li span::before, .smp-menu ul.smp-nav li span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F9270B;
  top: 50%;
}
.smp-menu ul.smp-nav li span::before {
  width: 1em;
  height: 2px;
  right: 0.55em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -1px;
}
.smp-menu ul.smp-nav li span::after {
  width: 2px;
  height: 1em;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.smp-menu ul.smp-nav li span.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.smp-menu ul.smp-nav li ul.smp-nav-child {
  padding-bottom: 1.5rem;
}
.smp-menu ul.smp-nav li ul.smp-nav-child li {
  border-bottom: 0;
}
.smp-menu ul.smp-nav li ul.smp-nav-child li a {
  font-weight: 500;
  padding: 1rem 0 1rem 2.6em;
  position: relative;
}
.smp-menu ul.smp-nav li ul.smp-nav-child li a::before {
  content: "";
  width: 0.4em;
  height: 2px;
  display: inline-block;
  background-color: #F9270B;
  position: absolute;
  top: 1.5em;
  left: 1.2em;
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
footer {
  position: relative;
  padding: 5rem 0 8rem;
  background: url(../images/common/bg_footer.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  footer {
    padding: 5rem 0 6rem;
  }
}
footer .page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  footer .page-top {
    bottom: 80px;
  }
}
footer .page-top a {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  footer .page-top a {
    width: 50px;
    height: 50px;
  }
}
footer .page-top a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #222;
  border-left: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 39%;
  top: 41%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767.98px) {
  footer .page-top a::after {
    left: 35%;
    width: 14px;
    height: 14px;
  }
}
footer .footer-area .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1060px) {
  footer .footer-area .company {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 5rem;
    text-align: center;
  }
}
footer .footer-area .company ul.sub-nav {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  footer .footer-area .company ul.sub-nav {
    margin-top: 2rem;
  }
}
footer .footer-area .company ul.sub-nav li {
  margin-right: 4rem;
  margin-left: 0;
}
footer .footer-area .company ul.sub-nav li:last-child {
  margin-right: 0rem;
}
@media screen and (max-width: 1060px) {
  footer .footer-area .company ul.sub-nav li {
    margin: 2rem 2rem;
  }
}
footer .footer-area .company ul.sub-nav li.company-nav::before,
footer .footer-area .company ul.sub-nav li.recruit-nav::before,
footer .footer-area .company ul.sub-nav li.mail-nav::before {
  content: "";
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.7rem;
  vertical-align: middle;
  margin-top: -0.2rem;
}
footer .footer-area .company ul.sub-nav li.company-nav::before {
  width: 32px;
  background-image: url(../images/common/ico_company.svg);
}
footer .footer-area .company ul.sub-nav li.recruit-nav::before {
  width: 32px;
  background-image: url(../images/common/ico_recruit.svg);
}
footer .footer-area .company ul.sub-nav li.mail-nav::before {
  width: 32px;
  background-image: url(../images/common/ico_mail.svg);
}
footer .footer-area .company ul.sub-nav a {
  font-weight: 700;
  font-size: 2rem;
}
footer .footer-area .company a.footer-logo {
  display: block;
  padding: 3rem 2.5rem;
  background-color: #fff;
  text-align: center;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 1.5rem;
  margin: 0rem auto;
  width: 100%;
}
footer .footer-area .company a.footer-logo img {
  width: 125px;
}
@media screen and (max-width: 645px) {
  footer .footer-area .company a.footer-logo {
    font-size: 1.6rem;
    width: auto;
  }
  footer .footer-area .company a.footer-logo img {
    width: 100px;
  }
}
footer .footer-area .company a.footer-logo:hover {
  opacity: 0.8;
}
footer .footer-area .opening-wrap {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 4rem;
}
@media screen and (max-width: 645px) {
  footer .footer-area .opening-wrap {
    margin: 0 auto;
  }
}
footer .footer-area .opening-hours,
footer .footer-area .regular-holiday {
  width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 645px) {
  footer .footer-area .opening-hours,
  footer .footer-area .regular-holiday {
    margin: 0 auto;
  }
}
footer .footer-area .opening-hours .footer-title,
footer .footer-area .regular-holiday .footer-title {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
footer .footer-area .opening-hours .footer-title::before,
footer .footer-area .regular-holiday .footer-title::before {
  content: "";
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.7rem;
  vertical-align: middle;
  margin-top: -0.2rem;
}
footer .footer-area .opening-hours .footer-title::before {
  width: 32px;
  background-image: url(../images/common/ico_time.svg);
}
footer .footer-area .regular-holiday {
  margin-left: 4rem;
}
@media screen and (max-width: 645px) {
  footer .footer-area .regular-holiday {
    margin: 3rem auto 0;
  }
}
footer .footer-area .regular-holiday .footer-title::before {
  width: 32px;
  background-image: url(../images/common/ico_calendar.svg);
}
footer .footer-area .time-block {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  height: 100%;
}
footer .footer-area .time-block .title {
  text-align: center;
  margin-bottom: 0.7rem;
  background-color: #5D5D5D;
  color: #fff;
  font-weight: 700;
  padding: 0.2rem 1.5rem;
}
footer .footer-area .time-block .title:not(:first-child) {
  margin-top: 1.5rem;
}
footer .footer-area .time-block ul li {
  font-weight: 700;
  text-align: left;
}
footer .footer-area .time-block ul li span {
  color: #F9270B;
}
footer .footer-area .time-block ul li span a {
  color: #F9270B;
  text-decoration: underline;
}
footer .footer-area .time-block p:not([class]) {
  font-weight: 700;
  text-align: center;
}
footer .footer-area .time-block .strong {
  color: #F9270B;
  font-size: 0.85em;
}
footer .footer-area .time-block .strong.note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
footer .footer-area .time-block .strong.note a {
  color: #F9270B;
  text-decoration: underline;
}
footer .footer-area .time-block .button-area {
  text-align: center;
  margin-top: 1rem;
}
footer .footer-area .time-block a.holiday-link {
  text-decoration: underline;
  text-indent: 0;
  padding-left: 0;
  font-weight: normal;
}
footer .copyright {
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  footer .copyright {
    font-size: 1rem;
  }
}

.footer-menu {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .footer-menu {
    display: block;
    position: fixed;
    bottom: 0;
    padding: 10px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    backdrop-filter: blur(20px);
    width: 100%;
  }
  .footer-menu .shop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-menu .access {
    display: none;
  }
}

/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
.breadcrumb ul {
  list-style: none;
  padding: 1rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb ul {
    font-size: 1rem;
    margin-bottom: 0rem;
  }
}
.breadcrumb ul li {
  display: inline-block;
  padding-right: 1.8em;
  position: relative;
}
.breadcrumb ul li::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0.5em;
  top: 0.6em;
}
.breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #222;
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.news-area a.newslist {
  color: #222;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem;
}
.news-area a.newslist .time {
  width: 150px;
}
.news-area a.newslist .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-area a.newslist:hover {
  background-color: #fafafa;
}
.news-area a.newslist:hover .contents {
  color: #F9270B;
}

/*----------------------------------------------------
  取扱ラインナップ
----------------------------------------------------*/
.lineup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .lineup-area {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lineup-area > .side {
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 5rem;
  }
}
.lineup-area > .side .lineup-side-title {
  text-align: center;
  background-color: #d8f4ee;
  color: #F9270B;
  padding: 1.2rem 0;
  font-weight: 700;
}
.lineup-area > .side ul.lineup-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 3rem;
}
.lineup-area > .side ul.lineup-list li {
  border-bottom: 1px solid #ddd;
}
.lineup-area > .side ul.lineup-list li a {
  display: block;
  padding: 1.5rem 1rem 1.5rem 2rem;
  color: #222;
  text-decoration: none;
  position: relative;
}
.lineup-area > .side ul.lineup-list li a::before {
  content: "";
  width: 0.5em;
  height: 0.8em;
  display: inline-block;
  background: #F9270B;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 0.6rem;
  top: 2.1rem;
}
.lineup-area > .side ul.lineup-list li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .lineup-area > .contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 280px);
  }
}

/*----------------------------------------------------
  主な取扱メーカー及び仕入先
----------------------------------------------------*/
ul.maker-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.maker-list li {
  list-style: none !important;
  width: calc(50% - 1rem);
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  ul.maker-list li {
    width: 100%;
    padding: 1.2rem 1.2rem 1.2rem 2rem;
  }
}
ul.maker-list li::before {
  content: "";
  width: 0.5em;
  height: 0.8em;
  display: inline-block;
  background: #F9270B;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 0.5rem;
  top: 2.1rem;
}
ul.maker-list li:nth-child(odd) {
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  ul.maker-list li:nth-child(odd) {
    margin-right: 0;
  }
}
ul.maker-list li:nth-child(even) {
  margin-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  ul.maker-list li:nth-child(even) {
    margin-left: 0;
  }
}
ul.maker-list li a {
  display: block;
}

/*----------------------------------------------------
  会社案内
----------------------------------------------------*/
p.txt-greeting {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767.98px) {
  p.txt-greeting {
    font-size: 1.5rem !important;
  }
}

.txt-rinen {
  padding: 3rem 0 3rem 3rem;
  line-height: 2;
  background: url(../images/company/bk_rinen.jpg) no-repeat right bottom;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .txt-rinen {
    background-size: cover;
    padding: 3rem 1.5rem;
  }
}
.txt-rinen::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #fff), to(rgba(255, 255, 255, 0.4)));
  background-image: linear-gradient(90deg, #fff, #fff 20%, rgba(255, 255, 255, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.txt-rinen p {
  position: relative;
  z-index: 1;
  line-height: 2;
  text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 767.98px) {
  .txt-rinen .sme-font-size {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 575.98px) {
  .txt-rinen .sme-font-size {
    font-size: 2rem !important;
  }
}

.google-map iframe {
  width: 100%;
}

/*----------------------------------------------------
  会社案内
----------------------------------------------------*/
.yoyakubtn-width > div {
  min-width: 19%;
  font-weight: 700;
}