@charset "UTF-8";
/*/////////////////////////////////////////
//  ナビゲーション
/////////////////////////////////////////*/
.guide-nav {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .guide-nav {
    display: flex;
    margin-bottom: 30px;
  }
}
.guide-nav li {
  background: #e3ddcc;
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width: 767px) {
  .guide-nav li {
    width: calc((100% - 12px) / 2);
  }
}
.guide-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0 10px 0 20px;
  text-decoration: none;
  transition: linear all 0.2s;
}
@media screen and (max-width: 767px) {
  .guide-nav li a {
    height: 45px;
    font-size: 14px;
  }
}
.guide-nav li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: linear all 0.2s;
}
.guide-nav li a:hover {
  background: rgb(232.4227848101, 227.5848101266, 213.8772151899);
}
.guide-nav li a:hover:after {
  margin-bottom: -5px;
}

.shop-wrapper {
  padding-bottom: 170px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop-wrapper {
    padding-bottom: 127px;
  }
}
.shop-wrapper figure {
  margin: 0;
}
.shop-wrapper p {
  margin: 0;
}
.shop-wrapper .shop-contents {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-contents {
    gap: 44px;
  }
}
.shop-wrapper .shop-contents:not(:first-child) {
  margin-top: 162px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-contents:not(:first-child) {
    margin-top: 112px;
  }
}
.shop-wrapper .shop-contents:after {
  content: "";
  display: inline-block;
  width: 447.96px;
  height: 103.96px;
  position: absolute;
  bottom: -40px;
  left: -127px;
  z-index: -1;
  background-image: url("../images/shop/obj-shop.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-contents:after {
    width: 241.76px;
    height: 83.96px;
    background-position: 100% center;
    background-size: cover;
    left: -30px;
    bottom: -40px;
  }
}
.shop-wrapper .shop-info {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info {
    flex-direction: column;
    gap: 25px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.shop-wrapper .shop-info figure {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info figure {
    width: 100%;
  }
  .shop-wrapper .shop-info figure img {
    width: 100%;
  }
}
.shop-wrapper .shop-info .shop-info-txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt {
    flex: initial;
    width: 100%;
    padding: 0 20px;
  }
}
.shop-wrapper .shop-info .shop-info-txt .shop-info-header {
  margin-bottom: 35px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .shop-info-header {
    margin-bottom: 0;
  }
}
.shop-wrapper .shop-info .shop-info-txt .shop-info-header .sub-txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .shop-info-header .sub-txt {
    font-size: 18px;
    padding-left: 10px;
  }
}
.shop-wrapper .shop-info .shop-info-txt .shop-info-header h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .shop-info-header h2 {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 22px;
    padding-left: 10px;
    border-bottom: 1px solid #c1c1c1;
  }
}
.shop-wrapper .shop-info .shop-info-txt .info-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .info-list {
    gap: 0;
  }
}
.shop-wrapper .shop-info .shop-info-txt .info-list div {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .info-list div {
    padding: 10px 10px;
    border-bottom: 1px solid #c1c1c1;
    flex-direction: column;
    gap: 8px;
  }
}
.shop-wrapper .shop-info .shop-info-txt .info-list div .info-list__label {
  font-size: 14px;
  letter-spacing: 0.025em;
  width: 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .info-list div .info-list__label {
    font-size: 15px;
    width: 100%;
  }
}
.shop-wrapper .shop-info .shop-info-txt .info-list div .info-list__txt {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-left: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-info .shop-info-txt .info-list div .info-list__txt {
    font-size: 14px;
    flex: initial;
    width: 100%;
  }
}
.shop-wrapper .shop-info .shop-info-txt .info-list div .info-list__txt a {
  color: #000;
  text-decoration: underline;
}
.shop-wrapper .shop-details {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details {
    flex-direction: column;
    gap: 0;
    align-items: initial;
  }
}
.shop-wrapper .shop-details .details-img {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-img {
    width: 100%;
    order: 2;
  }
  .shop-wrapper .shop-details .details-img img {
    width: 100%;
  }
}
.shop-wrapper .shop-details .details-txt-area {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-txt-area {
    width: 100%;
    flex: initial;
    display: contents;
  }
}
.shop-wrapper .shop-details .details-txt-area .details-header {
  margin-bottom: 35px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-txt-area .details-header {
    order: 1;
    margin-bottom: 27px;
  }
}
.shop-wrapper .shop-details .details-txt-area .details-header .en {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-txt-area .details-header .en {
    font-size: 15px;
  }
}
.shop-wrapper .shop-details .details-txt-area .details-header .jp {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-txt-area .details-header .jp {
    font-size: 22px;
  }
}
.shop-wrapper .shop-details .details-txt-area .details-txt {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-txt-area .details-txt {
    order: 3;
    margin-top: 30px;
    gap: 28px;
  }
}
.shop-wrapper .shop-details .details-txt-area .details-txt p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .shop-wrapper .shop-details .details-txt-area .details-txt p {
    font-size: 13px;
  }
}