.wrap {
  position: relative;
  z-index: 0;
}

.wrap::after {
  content: "";
  background: url(../images/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wrap__left,
.wrap__right {
  position: fixed;
  top: 0;
  width: calc((100vw - 480px) / 2);
  height: 100vh;
  background: rgba(0,0,0,.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.wrap__left,
.wrap__right {
    display: none;
  }
}

.wrap__left {
  left: 0;
}

.wrap__right {
  right: 0;
}

.wrap__center {
  width: 480px;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.wrap__center {
    width: 100%;
  }
}

.wrap__inner {
  width: 100%;
  max-width: 360px;
}

/*--------------------------------------------
left
--------------------------------------------*/
.l-ph {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.l-ph__ph {
  max-width: 270px;
}

.l-ph__img {
  width: 89px;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.l-lead {
  margin-top: 30px;
}

.l-data {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 0.8rem;
}

.l-data dt {
  width: 30%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.l-data dd {
  width: 70%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}


/*--------------------------------------------
center
--------------------------------------------*/
.c-header {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .c-header {
    height: 24vw;
  }
}

h1 {
  width: 280px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h1 {
    width: 58vw;
  }
}

.c-fv {
  width: 100%;
}

h2 {
  width: 92%;
  margin: 60px auto 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h2 {
  margin: 18vw auto 0 auto;
  font-size: 10vw;
  }
}

/* Shop Details(sp only) */
.c-ph {
  width: 70%;
  margin: 4vw auto 0 auto;
  position: relative;
}

.c-ph__img {
  width: 22vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-lead {
  width: 92%;
  margin: 5vw auto 0 auto;
}

.c-lead {
  margin-top: 30px;
}

.c-data {
  width: 92%;
  margin: 5vw auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 0.8rem;
}

.c-data dt {
  width: 30%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.c-data dd {
  width: 70%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.c-map {
  margin-top: 3vw;
}

.c-map iframe {
  width: 100%;
  height: 100vw;
}

/* Lineup */
h3 {
  background: #460000;
  border-radius: 50px;
  width: 92%;
  margin: 60px auto 0 auto;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  h3 {
    margin: 16vw auto 0 auto;
    font-size: 6vw;
  }
}

h3.-first {
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  h3.-first {
    margin-top: 1.4vw;
  }
}

.c-info {
  width: 92%;
  margin: 20px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .c-info {
  margin: 2.6vw auto 0 auto;
  }
}

.c-info li {
  padding-bottom: 0.8rem;
  margin-bottom: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.c-item {
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .c-item {
    margin-top: 5vw;
  }
}

.slider .slick-slide {
    padding: 0 8px;
}

.slider .slick-slide {
    opacity: .3;
    transition: .4s;
}

.slider .slick-center {
    opacity: 1;
}

.c-item__ph {
  overflow: hidden;
  border-radius: 10px;
}

.c-item__name {
  width: 100%;
  font-size: 18px;
  border-bottom: solid 1px #fff;
  text-align: center;
  padding: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .c-item__name {
    font-size: 5vw;
  }
}

.c-item__txt {
  margin-top: 0.5rem;
}

.c-footer {
  padding: 60px 0 20px 0;
  font-size: 14px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .c-footer {
    padding: 16vw 0 5vw 0;
    font-size: 4vw;
  }
}


/*--------------------------------------------
right
--------------------------------------------*/
.r-map {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 15px;
}

.r-map iframe {
  width: 100%;
  height: 360px;
}

.r-add {
  margin-top: 20px;
}

.r-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #460000;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}

.r-btn span {
  background: url(../images/ic_youtube.png) no-repeat;
  background-position: left center;
  background-size: 37px;
  padding-left: 46px;
}

.r-btn:hover {
  opacity: 0.6;
}