@charset "UTF-8";
.tracking-02 {
  letter-spacing: 2px;
}

.tracking-04 {
  letter-spacing: 4px;
}

.tracking-08 {
  letter-spacing: 8px;
}

a, li a {
  text-decoration: none;
  color: #505050;
}
a:hover, li a:hover {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
}

.underline {
  text-orientation: under-line;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.body-color {
  color: #505050;
}

.bg-yellow {
  background: #fbef44;
  border: 2px solid #fbef44;
  box-sizing: border-box;
}
.bg-yellow:hover {
  background: #fff;
  border: 2px solid #fbef44;
}

.yellow {
  color: #fbef44;
}

.bg-brown {
  background: #945f42;
}

.brown {
  color: #945f42;
}

.bg-black {
  background: #505050;
}

.black {
  color: #505050;
}

.bg-blue {
  background: #26b7bc;
}

.blue {
  color: #26b7bc;
}

.bg-green {
  background: #7cc984;
}

.green {
  color: #7cc984;
}

.bg-gray {
  background: #d3d0ca;
  border: 2px solid #d3d0ca;
}
.bg-gray:hover {
  background: #fff;
  border: 2px solid #d3d0ca;
}

.gray {
  color: #d3d0ca;
}

.bg-red {
  background: red;
}

.red {
  color: red;
}

.bg-purple {
  background: #dd70ff;
}

.purple {
  color: #dd70ff;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.red {
  color: red;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.under-line {
  text-decoration: underline;
}

.list-style-no {
  list-style: none;
}

.f-small {
  font-size: 1.5rem;
  font-weight: normal;
}

.f-regular {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: normal;
}

.f-middle, footer ul, .zdo_drawer_menu .zdo_drawer_nav li, .entry-content p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bolder;
}

.f-large, footer {
  font-size: 3rem;
  font-weight: bold;
}

.sp-padding {
  padding: 0 5%;
  color: #505050;
  line-height: 1.5;
  text-align: left;
}
.sp-padding p {
  line-height: 1.8;
  text-align: left;
}

.front {
  width: 100%;
  margin: 0 auto;
}
.front h3.time {
  width: 85%;
  text-align: center;
  background: #26b7bc;
  color: white;
  margin: 0 auto 2%;
}
.front h3.date {
  width: 60%;
  text-align: center;
  background: #fff;
  border: solid 1px;
  border-color: #26b7bc;
  color: #26b7bc;
  margin: 0 auto 4%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #945f42;
  font-style: "Yuji Mai", serif;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*=============
slick
=============*/
header img {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 999;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div .img-index01 {
  background-image: url("../../inc/img/header-img/top-img-01.jpg");
}
.full div .img-index02 {
  background-image: url("../../inc/img/header-img/top-img-02.jpg");
}
.full div .img-index03 {
  background-image: url("../../inc/img/header-img/top-img-03.jpg");
}
.full div .img-index05 {
  background-image: url("../../inc/img/header-img/top-img-05.jpg");
}
.full div .img-index06 {
  background-image: url("../../inc/img/header-img/top-img-06.jpg");
}
.full div .img-access01 {
  background-image: url("../../inc/img/header-img/shop-outside.jpg");
}
.full div .img-message01 {
  background-image: url("../../inc/img/header-img/message.jpg");
}
.full div .img-menu01 {
  background-image: url("../../inc/img/header-img/menu.jpg");
}
.full div .img-about01 {
  background-image: url("../../inc/img/header-img/about.jpg");
}
.full div .img-contact01 {
  background-image: url("../../inc/img/header-img/contact.jpg");
}

/*=============
base
==============*/
/* ローディング画面 */
#loader-bg {
  width: 100%;
  height: 100vh;
  background: #505050;
  z-index: 1;
  display: none;
  position: fixed;
  background-image: url("../../inc/img/title-bg-loading.jpg");
  background-position: center;
  background-size: cover;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 6px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.title h3 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

.title-bg { /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%), url("../../inc/img/title-bg-logo.jpg"); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-bg img {
  height: 50vh;
}

article {
  position: relative;
  overflow: hidden;
}

h1, h2, h3 {
  font-size: 1rem;
}

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#flexbox {
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px;
  justify-content: space-between;
}

.box-item {
  text-align: left;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #flexbox {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.flex-menu {
  display: flex;
}
.flex-menu .items {
  width: 50%;
  padding-left: 10px;
}

.container {
  display: flex;
}
.container .items {
  justify-content: space-between;
}

.div-03 .container {
  justify-content: space-around;
}
.div-03 .container .items {
  width: 33.3333333333%;
}
.div-03 .container .items :first-child {
  margin-right: auto;
}

@media (max-width: 990px) {
  .div-03 .container .items {
    width: 100%;
  }
}
#acMenu dt.trigger {
  display: block;
  padding: 10px;
  text-align: center;
  background: #26b7bc;
  cursor: pointer;
  color: #fff;
}
#acMenu dt.trigger img {
  float: right;
}
#acMenu dt.trigger:hover {
  opacity: 0.6;
}
#acMenu dd {
  line-height: 2;
  display: none;
  margin: 0;
}
#acMenu dd ul.menu {
  padding-top: 2%;
}
#acMenu dd ul.menu li {
  list-style-type: square;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
}

.arrow_r:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

.zdo_drawer_nav .arrow_r:before {
  border-top: solid 2px #505050;
  border-right: solid 2px #505050;
}
.zdo_drawer_nav .arrow_r:before a {
  text-indent: 10px;
}

.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
  text-indent: 20px;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 22px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(30deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-30deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  padding: 0 5%;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(100%);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav li {
  padding: 2% 0;
  font-weight: normal;
  color: #505050;
  border-bottom: solid 1px #d3d0ca;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #505050;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #505050;
}

body {
  font-family: "Kosugi Maru", sans-serif;
  color: #505050;
}

.g-font {
  font-family: "Yuji Mai", serif;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.custom-field dl dd {
  margin: 0;
  padding: 5px 0;
}

.before-bee:before {
  content: url("../../inc/img/icon-bee.png");
  padding-right: 4px;
}

.bottom-img {
  background-image: url("../../inc/img/footer-01-01.gif");
  background-position: top center;
  background-repeat: repeat-x;
}

footer {
  text-align: center;
  color: #fff;
  background: #7cc984;
}
footer ul {
  margin: 0;
  text-align: left;
  padding: 0 5%;
}
footer ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer #footer-inner {
  padding: 0 5% 5%;
  margin-top: 3%;
}
footer aside.onlineshop-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.btn {
  border-radius: 4px;
}

.border01 {
  border: 1px;
  border-style: solid;
}

.border02 {
  border: 2px;
  border-style: solid;
}

.border03 {
  border: 3px;
  border-style: solid;
  border-color: #7cc984;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-color-gray {
  border-color: gray;
}

.border-color-red {
  border-color: red;
}

.border-color-lightgray {
  border-color: #ddd;
}

.border-green {
  border-color: #7cc984;
}

/*マージン*/
.m-center {
  margin: 0 auto;
}

.m-left {
  margin: 0 0 0 auto;
}

.m-00 {
  margin: 0px;
}

.m-05 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-bottom00 {
  margin-bottom: 0px;
}

.m-bottom05 {
  margin-bottom: 5px;
}

.m-bottom10 {
  margin-bottom: 10px;
}

.m-bottom20 {
  margin-bottom: 20px;
}

.m-bottom30 {
  margin-bottom: 30px;
}

.m-bottom40 {
  margin-bottom: 40px;
}

.m-bottom50 {
  margin-bottom: 50px;
}

.m-bottom60 {
  margin-bottom: 60px;
}

.m-bottom70 {
  margin-bottom: 70px;
}

.m-bottom80 {
  margin-bottom: 80px;
}

.m-bottom90 {
  margin-bottom: 90px;
}

.m-bottom100 {
  margin-bottom: 100px;
}

.m-top00 {
  margin-top: 0px;
}

.m-top05 {
  margin-top: 5px;
}

.m-top10 {
  margin-top: 10px;
}

.m-top20 {
  margin-top: 20px;
}

.m-top30 {
  margin-top: 30px;
}

.m-top40 {
  margin-top: 40px;
}

.m-top50 {
  margin-top: 50px;
}

.m-top01per {
  margin-top: 1%;
}

.m-top02per {
  margin-top: 2%;
}

.m-top03per {
  margin-top: 3%;
}

.m-top04per {
  margin-top: 4%;
}

.m-top05per {
  margin-top: 5%;
}

.m-top10per {
  margin-top: 10%;
}

.m-top20per {
  margin-top: 20%;
}

.m-bottom01per {
  margin-bottom: 1%;
}

.m-bottom02per {
  margin-bottom: 2%;
}

.m-bottom03per {
  margin-bottom: 3%;
}

.m-bottom04per {
  margin-bottom: 4%;
}

.m-bottom05per {
  margin-bottom: 5%;
}

.m-bottom10per {
  margin-bottom: 10%;
}

.m-bottom15per {
  margin-bottom: 15%;
}

.m-bottom20per {
  margin-bottom: 20%;
}

.m-right00 {
  margin-right: 0px;
}

.m-right05 {
  margin-right: 5px;
}

.m-right10 {
  margin-right: 10px;
}

.m-right15 {
  margin-right: 15px;
}

.m-right20 {
  margin-right: 20px;
}

.m-right30 {
  margin-right: 30px;
}

.m-right40 {
  margin-right: 40px;
}

.m-right50 {
  margin-right: 50px;
}

.m-right60 {
  margin-right: 60px;
}

.m-right70 {
  margin-right: 70px;
}

.m-right80 {
  margin-right: 80px;
}

.m-right90 {
  margin-right: 90px;
}

.m-right100 {
  margin-right: 100px;
}

.m-right150 {
  margin-right: 150px;
}

.m-left00 {
  margin-left: 0px;
}

.m-left10 {
  margin-left: 10px;
}

.m-left20 {
  margin-left: 20px;
}

.m-left30 {
  margin-left: 30px;
}

.m-left40 {
  margin-left: 40px;
}

.m-left50 {
  margin-left: 50px;
}

/*パディング*/
.p-center {
  padding: 0 auto;
}

.p-0510 {
  padding: 5px 10px;
}

.p-0520 {
  padding: 5px 20px;
}

.p-1020 {
  padding: 10px 20px;
}

.p-0010 {
  padding: 0px 10px;
}

.p-0020 {
  padding: 0px 20px;
}

.p-2000 {
  padding: 20px 0;
}

.p-00 {
  padding: 0px;
}

.p-05 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-top00 {
  padding-top: 0px;
}

.p-top10 {
  padding-top: 10px;
}

.p-top20 {
  padding-top: 20px;
}

.p-top30 {
  padding-top: 30px;
}

.p-top40 {
  padding-top: 40px;
}

.p-top50 {
  padding-top: 50px;
}

.p-top00 {
  padding-top: 0px;
}

.p-top05per {
  padding-top: 5%;
}

.p-top10per {
  padding-top: 10%;
}

.p-bottom00 {
  padding-bottom: 0px;
}

.p-bottom10 {
  padding-bottom: 10px;
}

.p-bottom20 {
  padding-bottom: 20px;
}

.p-bottom30 {
  padding-bottom: 30px;
}

.p-bottom40 {
  padding-bottom: 40px;
}

.p-bottom50 {
  padding-bottom: 50px;
}

.p-right00 {
  padding-right: 0px;
}

.p-right10 {
  padding-right: 10px;
}

.p-right20 {
  padding-right: 20px;
}

.p-right30 {
  padding-right: 30px;
}

.p-right40 {
  padding-right: 40px;
}

.p-right50 {
  padding-right: 50px;
}

.p-right60 {
  padding-right: 60px;
}

.p-right70 {
  padding-right: 70px;
}

.p-right80 {
  padding-right: 80px;
}

.p-left00 {
  padding-left: 0px;
}

.p-left10 {
  padding-left: 10px;
}

.p-left15 {
  padding-left: 15px;
}

.p-left20 {
  padding-left: 20px;
}

.p-left30 {
  padding-left: 30px;
}

.p-left40 {
  padding-left: 40px;
}

.p-left50 {
  padding-left: 50px;
}

.p-left60 {
  padding-left: 60px;
}

/*width*/
.w100per {
  width: 100%;
}

.w90per {
  width: 90%;
}

.w80per {
  width: 80%;
}

.w85per {
  width: 85%;
}

.w70per {
  width: 70%;
}

.w60per {
  width: 60%;
}

.w50per {
  width: 50%;
}

.w40per {
  width: 40%;
}

.w30per {
  width: 30%;
}

.w20per {
  width: 20%;
}

.w-50 {
  width: 50px;
}

.w-80 {
  width: 80px;
}

.w-90 {
  width: 90px;
}

.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-250 {
  width: 250px;
}

.w-300 {
  width: 300px;
}

.w-350 {
  width: 350px;
}

.w-400 {
  width: 400px;
}

.w-450 {
  width: 450px;
}

.w-500 {
  width: 500px;
}

.w-600 {
  width: 600px;
}

.w-960 {
  width: 960px;
}

/*pc可変img*/
/*sp可変img*/
/*height*/
.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.h-210 {
  height: 210px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-350 {
  height: 350px;
}

.h-400 {
  height: 400px;
}

.h-450 {
  height: 450px;
}

.h-500 {
  height: 500px;
}

.h-600 {
  height: 600px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-style: normal;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.sp-none {
  display: visibility;
}

@media (min-width: 991px) {
  .sp-padding {
    width: 991px;
    margin: 0 auto;
  }
  .img-pc-30 {
    width: 30%;
  }
  .img-pc-50 {
    width: 50%;
  }
  .img-pc-70 {
    width: 70%;
  }
  .br-sp {
    display: block;
  }
}
/*990以下*/
@media (max-width: 990px) {
  #shop-info h2 {
    text-align: center;
  }
  #shop-message {
    text-align: center;
  }
  .img-sp-30 {
    width: 30%;
  }
  .img-sp-50 {
    width: 50%;
  }
  .img-sp-70 {
    width: 70%;
  }
  .container {
    flex-direction: column;
  }
  .f-right {
    float: none;
  }
  .br-sp {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sp-left {
    text-align: left;
  }
  footer {
    text-align: left;
  }
}/*# sourceMappingURL=add-siwapuri.css.map */