@charset "UTF-8";
/*
==========================================================================
  タブレット用スタイル（tab.scss）
==========================================================================
*/
/* 基本設定
******************************************************************************************** */
html {
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: visible;
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

img {
  width: 100%;
  height: auto;
}

/* 🍔
******************************************************************************************** */
.drawer--navbarTopGutter {
  padding-top: 5rem !important;
}

.drawer-navbar-header {
  height: 5rem !important;
}

.drawer-navbar .drawer-nav {
  padding-top: 5rem !important;
  padding-left: 15px;
  padding-right: 15px;
}
.drawer-navbar .drawer-nav a {
  font-size: 16px;
  font-size: 1.6rem;
}

.drawer-dropdown-menu {
  padding-top: 20px !important;
}
.drawer-dropdown-menu > li {
  border-bottom: 0 !important;
}
.drawer-dropdown-menu > li::before {
  display: none;
}

.drawer-hamburger {
  width: 3rem !important;
  padding-top: 12px !important;
}

.drawer-brand {
  font-weight: 400 !important;
}
.drawer-brand img {
  width: 30px;
  height: 46px;
}

.drawer-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  border-bottom: 1px solid #9cd9d3;
  padding: 20px;
  position: relative;
}
.drawer-menu li::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  content: "";
  display: inline-block;
  position: absolute;
  left: 2%;
}
.drawer-menu li img {
  width: 24px;
}
.drawer-menu li span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
.drawer-menu li.info {
  padding: 0;
  padding-top: 20px;
  border: 0;
}
.drawer-menu li.info::before {
  display: none;
}
.drawer-menu li .btn {
  display: inline-block;
  padding: 3px 20px;
  background: #ffa800;
  color: #fff;
  text-shadow: none;
  position: relative;
  text-align: center;
  margin: 0;
}
.drawer-menu li .btn i {
  margin-right: 1em;
}
.drawer-menu li .btn:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.drawer-menu li .btn:hover i {
  transform: scale(1.5);
  transition: transform 0.5s ease-in-out;
}
.drawer-menu li .btn a {
  color: #000 !important;
}

.drawer-navbar .drawer-hamburger-icon,
.drawer-navbar .drawer-hamburger-icon::after,
.drawer-navbar .drawer-hamburger-icon::before {
  background-color: #4d4d4d;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* レイアウト設定
******************************************************************************************** */
.side {
  display: none;
}

.main {
  width: 100%;
}
.main__head {
  margin-bottom: 30px;
}
.main__ttl img {
  width: auto;
  height: 80px;
}

.footer__in {
  padding: 5%;
}
.footer__logo img {
  width: 30%;
}
.footer .fnav__list {
  margin: 20px 0 0 0;
}
.footer .fnav__list li a img {
  width: 24px;
}

/* --------------------------------------
  News
  -------------------------------------- */
.news {
  margin-bottom: 30px;
}
.news__in {
  padding: 5%;
}
.news__ttl {
  order: 0;
}
.news__ttl img {
  width: auto;
  height: 80px;
}
.news__more {
  order: 1;
}
.news__list {
  order: 2;
  width: 100%;
  margin-top: 20px;
}

/* --------------------------------------
  Products
  -------------------------------------- */
.products {
  padding: 5%;
  margin-bottom: 30px;
}
.products__ttl img {
  width: auto;
  height: 80px;
}
.products__list {
  padding-left: 5%;
}

/* --------------------------------------
  Shop
  -------------------------------------- */
.shop {
  padding: 5%;
  margin-bottom: 30px;
}
.shop__ttl img {
  width: auto;
  height: 80px;
}
.shop__flex {
  padding: 0 5%;
}
.shop__detail {
  width: 100%;
  margin-bottom: 40px;
}
.shop__name img {
  width: 40%;
}
.shop__img {
  width: 48%;
}
.shop__img img {
  width: auto;
}

/* --------------------------------------
  Contact
  -------------------------------------- */
.contact {
  padding: 5%;
  margin-bottom: 30px;
}
.contact__ttl img {
  width: auto;
  height: 80px;
}
.contact__dotted {
  width: 22%;
}

/* --------------------------------------
  Products
  -------------------------------------- */
.p-products__head {
  margin-bottom: 30px;
}
.p-products__ttl img {
  width: auto;
  height: 80px;
}
.p-products__in {
  padding: 5%;
}
.p-products__cat--tab {
  min-width: 94px;
}

/* --------------------------------------
  Item
  -------------------------------------- */
.item {
  padding-bottom: 40px;
}
.item__thumbs {
  margin: 0;
}
.item__main {
  margin-bottom: 30px;
}
.item__detail {
  margin-bottom: 30px;
}
.item__point {
  padding: 0 0 0 20%;
}
.item__sub {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-right: none;
  border-bottom: 2px solid #f2f2f2;
}
.item__body {
  width: 100%;
  max-width: none;
}

/* --------------------------------------
  Shop
  -------------------------------------- */
.p-shop .concept__txt {
  padding: 0 5%;
  width: 100%;
}
.p-shop .open__list li {
  width: 20%;
}
.p-shop .cal {
  padding: 5%;
}
.p-shop .cal__item {
  width: 45%;
}
.p-shop .map {
  padding: 5%;
}

/* 共通設定 */
.pc-mode {
  display: none;
}

.sp-mode {
  display: block;
}/*# sourceMappingURL=tab.css.map */