@charset "UTF-8";
/*
function,breakpoint,英文などの特殊フォントの関数
*/
/*英語フォント*/
/*
mixinの設定
フォントサイズや、レスポンシブデザインの設定を行う
*/
.p-shop-fv {
  margin-bottom: 6.5753424658vw;
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
@media print, screen and (min-width:768px) {
  .p-shop-fv {
    margin-bottom: min(120px, 11.5384615385vw);
    padding-bottom: 19px;
  }
}
.p-shop-fv__img {
  overflow: hidden;
  width: 100%;
  height: 58.0821917808vw;
}
@media print, screen and (min-width:768px) {
  .p-shop-fv__img {
    height: 35.15625vw;
    max-height: 452px;
  }
}
.p-shop-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-profile {
  margin-bottom: 19.1780821918vw;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile {
    margin-bottom: 118px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1040px;
  }
}
.p-shop-profile__img {
  width: 65.4794520548vw;
  margin: 10.9589041096vw auto 10.9589041096vw;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__img {
    width: 45.4807692308%;
    margin: min(62px, 5.9615384615vw) 0 0;
  }
}
.p-shop-profile__img img {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__img img {
    width: 60%;
  }
}
.p-shop-profile__textarea {
  position: relative;
  padding-bottom: 17.8082191781vw;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__textarea {
    width: 52.3076923077%;
    padding-bottom: min(70px, 6.7307692308vw);
  }
}
.p-shop-profile__button-toggle {
  cursor: pointer;
  caret-color: transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__button-toggle {
    padding-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: min(210px, 20.1923076923vw);
    margin-left: auto;
  }
}
.p-shop-profile__button-toggle > span::after {
  -webkit-transform: translateX(-25%) rotate(135deg) !important;
          transform: translateX(-25%) rotate(135deg) !important;
}
.p-shop-profile__button-toggle > span .open-text {
  display: inline-block;
}
.p-shop-profile__button-toggle > span .close-text {
  display: none;
}
.p-shop-profile__hide-box {
  position: relative;
  height: 50vw;
  overflow: hidden;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  will-change: height;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__hide-box {
    height: 12em;
  }
}
.p-shop-profile__hide-box.is-short {
  height: auto !important;
}
.p-shop-profile .is-active .p-shop-profile__button-toggle > span:after {
  -webkit-transform: translateX(-25%) rotate(-45deg) !important;
          transform: translateX(-25%) rotate(-45deg) !important;
}
.p-shop-profile .is-active .p-shop-profile__button-toggle > span .open-text {
  display: none;
}
.p-shop-profile .is-active .p-shop-profile__button-toggle > span .close-text {
  display: inline-block;
}
.p-shop-profile .is-active .p-shop-profile__hide-box {
  height: auto;
}
.p-shop-profile .is-active .p-shop-profile__hide-box::after {
  display: none;
}
.p-shop-profile__title {
  margin-bottom: 1em;
  font-size: 4.1095890411vw;
  font-weight: bold;
  line-height: 1.1333333333;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__title {
    margin-bottom: 2em;
    font-size: clamp(10px, 1.7307692308vw, 18px);
  }
}
.p-shop-profile__headline {
  margin-bottom: 1em;
  font-size: 6.0273972603vw;
  font-weight: bold;
  line-height: 1.7727272727;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__headline {
    font-size: clamp(10px, 2.1153846154vw, 22px);
    font-weight: 500;
  }
}
.p-shop-profile__headline strong {
  font-weight: inherit;
}
.p-shop-profile__text {
  font-size: 4.1095890411vw;
  font-weight: normal;
  line-height: 2;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__text {
    font-size: clamp(10px, 1.7307692308vw, 18px);
  }
}
.p-shop-profile__more {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-top: 1.7em;
  font-size: 4.6575342466vw;
  font-weight: 500;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__more {
    max-width: 1040px;
    font-size: clamp(10px, 1.6346153846vw, 17px);
  }
}
.p-shop-profile__more a {
  color: #9f9f9f;
  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;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__more a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-shop-profile__more a::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 0.3em;
  height: 0.3em;
  border-right: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.p-shop-profile__no-blog {
  margin-bottom: 3em;
}
@media print, screen and (min-width:768px) {
  .p-shop-profile__no-blog {
    margin-bottom: 5em;
  }
}

/*店長プロフィール*/
.p-shop-manager {
  margin-top: 19.1780821918vw;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 72.3287671233vw;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border: 1px solid #f8f8f8;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager {
    margin-top: 48px;
    max-width: 803px;
  }
}
.p-shop-manager__inner {
  padding: 9.3150684932vw 0 9.8630136986vw;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__inner {
    padding: min(20px, 1.9230769231vw) 0;
    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;
  }
}
.p-shop-manager__img {
  margin: 0 auto 6.8493150685vw;
  width: 49.5890410959vw;
  padding: 10px;
  -webkit-filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16));
  border-radius: 100%;
  overflow: hidden;
  background-color: var(--color-main);
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__img {
    margin-bottom: 0;
    width: min(213px, 26.5255292653vw);
  }
}
.p-shop-manager__img img {
  width: 100%;
  border-radius: 100%;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__textarea {
    text-align: left;
    width: 53.5491905355%;
  }
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__name-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .p-shop-manager__name-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-shop-manager__name-wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-shop-manager__name-wrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-shop-manager__name-wrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.p-shop-manager__name-title {
  margin-bottom: 1em;
  font-size: 3.2876712329vw;
  font-weight: 300;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__name-title {
    font-size: clamp(10px, 1.0576923077vw, 11px);
    margin-bottom: 0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.p-shop-manager__name-shop {
  font-size: 3.5616438356vw;
  font-weight: 500;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__name-shop {
    padding-top: 0.6em;
    margin-right: 2em;
    font-size: clamp(10px, 1.1538461538vw, 12px);
    line-height: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.p-shop-manager__name {
  font-size: 4.9315068493vw;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: 0em;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__name {
    font-size: clamp(10px, 2.1153846154vw, 22px);
    line-height: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.p-shop-manager__copy {
  margin-top: 0.8em;
  font-size: 5.7534246575vw;
  font-weight: bold;
  line-height: 1.5238095238;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__copy {
    font-size: min(24px, 2.3076923077vw);
  }
}
.p-shop-manager__link {
  margin-top: 8.2191780822vw;
  width: 51.2328767123vw;
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__link {
    margin-right: auto;
    margin-top: min(25px, 2.4038461538vw);
    width: min(187px, 17.9807692308vw);
  }
}
.p-shop-manager__link a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width:767px) {
  .p-shop-manager__link a {
    padding: 0 0 0 1em;
    font-size: 4.1095890411vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-shop-manager__link a {
    padding: 0.92em 0 0.92em 1.4em;
    font-size: min(13px, 1.25vw);
    letter-spacing: 0.01em;
  }
}

.p-shop-info-wrap {
  background: #f7f7f7;
  padding: 8.2191780822vw 0 5.4794520548vw;
}
@media print, screen and (min-width:768px) {
  .p-shop-info-wrap {
    padding: 40px 0 30px;
  }
}

.p-shop-info {
  max-width: 819px;
}
.p-shop-info tr {
  display: table-row;
  border-bottom: 1px solid #e0e0e0;
}
.p-shop-info tr:last-child {
  border-bottom: none;
}
.p-shop-info tr.sns th,
.p-shop-info tr.sns td {
  vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .p-shop-info th,
  .p-shop-info td {
    /*スマホのみ*/
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width:768px) {
  .p-shop-info th,
  .p-shop-info td {
    /*PCのみ*/
    padding: 1.65em 0 1.55em;
    vertical-align: text-top;
  }
}
.p-shop-info th {
  color: #9f9f9f;
}
@media only screen and (max-width:767px) {
  .p-shop-info th {
    /*スマホのみ*/
    padding: 1.5em 0 0.5em;
    font-size: 3.8356164384vw;
    font-weight: 500;
  }
}
@media print, screen and (min-width:768px) {
  .p-shop-info th {
    /*PCのみ*/
    padding-left: 2em;
    width: 24.6642246642%;
    font-size: clamp(10px, 1.4423076923vw, 15px);
  }
}
.p-shop-info td {
  color: #434343;
}
@media only screen and (max-width:767px) {
  .p-shop-info td {
    /*スマホのみ*/
    padding-bottom: 1.4em;
    font-size: 4.3835616438vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media print, screen and (min-width:768px) {
  .p-shop-info td {
    /*PCのみ*/
    width: 75.3357753358%;
    font-size: clamp(10px, 1.5384615385vw, 16px);
  }
}
.p-shop-info td a {
  color: inherit;
}
.p-shop-info td .address {
  margin-bottom: 0.8em;
}
.p-shop-info td .address a {
  position: relative;
  padding-right: 1.8em;
}
.p-shop-info td .address a::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.2em;
  height: 1.2em;
  background: url(../../dist/img/common/icon_blank.svg) no-repeat center center/contain;
}
.p-shop-info__sns {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1em;
}
@media print, screen and (min-width:768px) {
  .p-shop-info__sns {
    margin-top: 0;
  }
}
.p-shop-info__sns-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:767px) {
  .p-shop-info__sns-item--instagram img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width:767px) {
  .p-shop-info__sns-item--x img {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width:767px) {
  .p-shop-info__sns-item--facebook img {
    width: 12px;
    height: 24px;
  }
}
@media only screen and (max-width:767px) {
  .p-shop-info__sns-item--note img {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width:767px) {
  .p-shop-info__sns-item--youtube img {
    width: 26px;
    height: 19px;
  }
}