@charset "UTF-8";
.shop-detail {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.shop-detail .inner {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .shop-detail .inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .shop-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.shop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .shop-header {
    display: block;
    margin-bottom: 15px;
  }
}
.shop-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
}

@media screen and (max-width: 768px) {
  .shop-header .title {
    margin-bottom: 25px;
    width: 100%;
  }
}
.shop-header .floor {
  padding-top: 10px;
  padding-bottom: 8px;
  width: 165px;
  background: #333;
  border-top: 3px solid #d41517;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shop-header .floor {
    padding-top: 8px;
    border-top: 2px solid #d41517;
    width: 50%;
    height: 90px;
  }
}
.shop-header .floor dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .shop-header .floor dt {
    font-size: 1.5rem;
  }
}
.shop-header .floor dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.shop-header .floor dt i {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .shop-header .floor dt i {
    font-size: 0.8rem;
  }
}
.shop-header .floor dd {
  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;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 5.4rem;
}

@media screen and (max-width: 768px) {
  .shop-header .floor dd {
    font-size: 4.4rem;
  }
}
.shop-header .floor dd .zone-text {
  padding-right: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .shop-header .floor dd .zone-text {
    font-size: 1rem;
  }
}
.shop-header .logo {
  width: 165px;
  height: 110px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .shop-header .logo {
    width: 50%;
    height: 90px;
  }
}
.shop-header .detail {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .shop-header .detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shop-header .detail dt {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .shop-header .detail dt {
    margin-bottom: 0;
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .shop-header .detail dd {
    font-size: 1.1rem;
  }
}
.shop-slide {
  overflow: hidden;
  width: calc(100% - 410px);
}

@media screen and (max-width: 768px) {
  .shop-slide {
    margin-bottom: 25px;
    width: 100%;
  }
}
.shop-slide .image {
  width: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  background-position: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .shop-slide .image {
    width: 100%;
    padding-bottom: 0;
  }
}
/* .shop-slide .video {
  position: relative;
  display: table;
  width: 600px;
  height: 600px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .shop-slide .video {
    width: 100%;
    height: calc(100vw - 50px);
  }
}
.shop-slide .video .videowrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  line-height: 1;
}

.shop-slide .video .videowrap video {
  width: 100%;
  height: auto;
} */

.shop-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  .shop-slide .slick-dots {
    padding-top: 18px;
  }
}
.shop-slide .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .shop-slide .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
    width: 23px;
  }
}
.shop-slide .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #e3e3e3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.shop-slide .slick-dots .slick-active button {
  background: #a71f24;
}

.shop-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .shop-photo {
    display: block;
  }
}
.shop-photo .detail {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .shop-photo .detail {
    width: 100%;
  }
}
.shop-photo .detail .snss #sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .shop-photo .detail .snss #sns-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.shop-photo .detail .snss #sns-box > div {
  margin-right: 10px;
}

.shop-photo .detail .snss #sns-box .facebook .fb-share-button.fb_iframe_widget > span {
  vertical-align: top !important;
}

.shop-photo .detail .snss #sns-box .line {
  display: none;
}

@media screen and (max-width: 768px) {
  .shop-photo .detail .snss #sns-box .line {
    display: block;
  }
}

.shop-photo .text .date-text {
  color: #a71f24;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .shop-photo .text .date-text {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.shop-photo .text {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .shop-photo .text {
    margin-bottom: 15px;
  }
}
.shop-photo .text .label {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 768px) {
  .shop-photo .text .label {
    padding-bottom: 7px;
  }
}

.shop-photo .text p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .shop-photo .text p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.shop-photo .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .shop-photo .label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 25px;
  }
}
.shop-photo .label li {
  margin-bottom: 10px;
  text-align: center;
  padding: 6px 0;
  width: 48%;
  border: 1px solid #ddd;
  background: #f2f2f2;
  color: #999;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .shop-photo .label li {
    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;
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 8px 5px;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc((100% - 19px) / 3);
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .shop-photo .label li:nth-child(3n) {
    margin-right: 0;
  }
  .shop-photo .label li span {
    font-size: 0.7rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.shop-photo .label li.active {
  background: #a71f24;
  border: 1px solid #a71f24;
  color: #fff;
}

.shop .default-table {
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .shop .default-table {
    margin: 50px auto 20px;
  }
}
.shop-service {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .shop-service {
    margin-bottom: 30px;
  }
}
.shop-service dt {
  padding: 8px 20px;
  font-weight: bold;
  font-size: 1.5rem;
  background: #a71f24;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .shop-service dt {
    padding: 5px 15px;
    font-size: 1.2rem;
  }
}
.shop-service dd {
  padding: 15px 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .shop-service dd {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}
.shop-free-area {
  margin-bottom: 50px;
}

.shop-snap {
  /* display: none; */
  margin-top: 120px;
  margin-bottom: 100px;
}

/* .shop-snap.active {
  display: block;
} */

@media screen and (max-width: 768px) {
  .shop-snap {
    margin-bottom: 10px;
    margin-top: 60px;
  }
}
.shop-snap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .shop-snap__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-snap__list .image {
  overflow: hidden;
  width: 233px;
  margin-right: 16px;
  background: #f2f2f2;
}

.shop-snap__list .image:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .shop-snap__list .image {
    margin-right: 25px;
    margin-bottom: 20px;
    width: calc((100% - 25px) / 2);
  }
  .shop-snap__list .image:nth-child(4n) {
    margin-right: 25px;
  }
  .shop-snap__list .image:nth-child(2n) {
    margin-right: 0;
  }
}
.shop-snap__list .image a:hover span {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.shop-snap__list .image span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.shop-news {
  margin-bottom: 100px;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .shop-news {
    margin-top: 60px;
  }
}

.media-recommend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f5f2ec;
}

.media-recommend:first-of-type {
  border-top: none;
  padding-top: 0;
}

.media-recommend .image {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 320px;
  margin-left: 30px;
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .media-recommend .image {
    width: 60%;
    margin: 0 auto 12px;
  }
}

.media-recommend .contents {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% - 350px);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .media-recommend .contents {
    width: 100%;
  }
}

.recommend-slide .slide-image {
  width: 100%;
  box-sizing: border-box;
}

.recommend-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  .recommend-slide .slick-dots {
    padding-top: 18px;
  }
}
.recommend-slide .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .recommend-slide .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
    width: 23px;
  }
}
.recommend-slide .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  text-indent: -9999px;
  background: #e3e3e3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.recommend-slide .slick-dots .slick-active button {
  background: #a71f24;
}

.media-recommend .title {
  margin: 0 0 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .media-recommend .title {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
  }
}

.media-recommend .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
}

@media screen and (max-width: 768px) {
  .media-recommend .image .slick-prev {
    margin-left: -40px;
  }
  .media-recommend .image .slick-next {
    margin-right: -40px;
  }
  .media-recommend .text {
    font-size: 1.2rem;
  }
  .media-recommend:first-child {
    margin-top: 0;
  }
}