body {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  background: #fff;
}
img {
  vertical-align: bottom;
}
#wrapper {
  width: 720px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  transform: translateY(10px)translateX(-50%);
}
#fixed .fixInner {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.slickList .slickimg, .slickList .slickimg.slick-cloned {
  padding-top: 80px;
}
.slickList .slickimg img, .slickList .slickimg.slick-cloned img {
  margin: auto;
  width: auto;
  height: 450px;
}
.slick-initialized .slick-slide.slick-current.slick-active {
  position: relative;
  z-index: 100;
  padding: 30px 0;
}
.slickList .slick-slide.slick-current.slick-active.slickimg img {
  box-shadow: 0 0 30px #888;
  height: 535px;
  margin-left: -30px;
}
.prev-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 900;
}
.next-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 900;
}
.fv_area {
  position: relative;
}
.fv_btn {
  position: absolute;
  animation: pulse 2.5s infinite;
  left: 11%;
  bottom: 6.5%;
}
.fv_btn img {
  cursor: pointer;
  width: 95%;
}
.cta_btn {
  position: absolute;
  animation: pulse 1.5s infinite;
  left: 9%;
  bottom: 17%;
}
.cta_btn img {
  cursor: pointer;
  width: 95%;
}
.tabContents .tab {
  display: none;
}
.tabContents .tab.active {
  display: block;
}
.tabContents {
  background: #dbcfc1;
  padding-bottom: 20px;
}
.tabWrap {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 400px; */
  padding: 60px 10px;
  background: #dbcfc1;
}
.tabWrap .active {
  opacity: 1;
}
.tabWrap li {
  width: 33%;
  border: solid 1px #111;
  box-sizing: border-box;
  opacity: 0.7;
  text-align: center;
}
.tabWrap li a {
  background-color: #FFFFFF;
  color: #333333;
  display: block;
  padding: 25px 0;
  font-size: 25px;
  position: relative;
  letter-spacing: 0;
  z-index: 0;
  font-weight: 600;
  font-family: "Yu Gothic medium";
}
.tabWrap li a::after {
  background-color: #F4F4F4;
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tabContents .tab .tabWrap {
  margin: 10px auto 30px;
}
.tabContents .tab .tabWrap li {
  width: 25%;
}
.tab .tabWrap li {
  border: solid 1px #fff;
}
.tabContents .tab .tabWrap li a {
  background-color: #32201a;
  color: #fff;
  padding: 18px 0;
  font-family: "Yu Gothic medium";
}
.tabContents .tab .tabWrap li a::after {
  display: none;
}
.tab .ttl {
  text-align: center;
  font-size: 30px;
}
/* ▼スクロールアニメーション▼ */
.scrl.delighter {
  transition: all 1s;
  transform: translateY(15%);
  opacity: 0;
}
.scrl.delighter.started {
  transform: none;
  opacity: 1;
}
.scrl-right.delighter {
  transition: all 1s;
  transform: translateX(15%);
  opacity: 0;
}
.scrl-right.delighter.started {
  transform: none;
  opacity: 1;
}
.scrl-right_cutin.delighter {
  transition: all 0.6s;
  transform: translateX(40%)translateY(-25%);
  opacity: 0;
}
.scrl-right_cutin.delighter.started {
  transform: translate3d(0px, 10px, -7px);
  opacity: 1;
}
/* ▲スクロールアニメーション▲ */
.relative {
  position: relative;
  text-align: center;
}
.layers-child {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 33%;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.coment_movie {
  position: absolute;
  width: 90%;
  bottom: 10%;
  left: 5%;
  right: 5%;
}
/* Q&Aエリア */
.column {
  display: flex;
  flex-direction: column;
}
.accordion-box {
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.accordion-box + .accordion-box {
  margin-top: 20px;
}
.accordion {
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  background-color: #99835e;
  color: #fff;
  padding: 20px;
  font-size: 20pt;
}
.accordion::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: -6px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -5px;
}
.accordion-inner {
  padding: 30px 0 60px 0;
  line-height: 2em;
  background: #b41c28;
}
.accordion-content {
  display: none;
  padding: 15px;
  width: 100%;
  text-align: left;
  font-size: 16pt;
  line-height: 1.6;
  border: #777 1px solid;
  background: #fff;
}
.open {
  display: block;
}
/* SHOPエリア */
.mapWrap {
  background-color: #fff;
  padding: 25px;
  max-width: 620px;
  margin: 0 auto 25px;
}
.mapWrap .ttl {
  color: #32201a;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 45px;
  text-align: left;
  font-weight: 600;
}
.mapWrap .address {
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5;
}
.mapWrap img {
  margin: 20px 0;
}
.gglmaps {
  height: 300px;
  margin-top: 30px;
}
.shopTtl {
  position: relative;
}
.shopTtl::after {
  border-top: solid 3px #0b3e5c;
  border-right: solid 3px #0b3e5c;
  width: 18px;
  height: 18px;
  top: 15px;
}
.to-top {
  padding-top: 60px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.to-top a {
  color: #666666;
}
.fa-green {
  color: #00B2BC;
  padding-left: 5px;
}
.storeInfo_A, .storeInfo_B {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 25px;
  align-items: center;
}
.addressFront {
  color: #fff;
  background-color: #32201a;
  padding: 5px 20px;
  margin-right: 10px;
}
.tel a {
  color: #000;
}
.company-tel {
  color: #919191;
  border-bottom: 1px solid #919191;
}
footer {
  width: 100%;
  text-align: right;
  padding: 20px 0px 130px 0px;
}
.footer_logo {
  text-align: center;
  margin: 200px 0 50px;
}
footer ul {
  width: 580px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 50px;
}
.footer-items {
  color: #0b3e5c;
  font-size: 1em;
  padding-left: 50px;
}
.copyright {
  width: 580px;
  text-align: center;
  color: #777;
  font-size: 1em;
  letter-spacing: 0em;
  padding: 30px;
  margin: 0 auto;
}