@charset "UTF-8";
#main {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.layout {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
.shop ._font0 {
  font-size: 0;
  line-height: 0;
}
.shop-header {
  font-size: 36px !important;
  font-weight: 600;
  margin-top: -1px;
  color: #000;
  margin-bottom: 39px;
}
.shop-header.-single {
  margin-bottom: 20px;
}
.shop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  border-bottom: 10px solid #000;
  padding: 33px 60px;
  gap: 46px;
  margin-bottom: 66px;
  background: #f4f5f7;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-nav p {
  margin: 0;
}
.shop-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  cursor: pointer;
}
.shop-nav__item .text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.shop-nav__item .text::after {
  content: "";
  width: 0;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.shop-nav__item .arrow {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.shop-nav__item .arrow p {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shop-nav__item .arrow p .st0 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}
@media screen and (min-width: 751px) {
  .shop-nav__item:hover .arrow {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.shop-nav__item.-current {
  cursor: default;
}
.shop-nav__item.-current .text::after {
  width: 100%;
}
.shop-nav__item.-current .arrow {
  background: #000;
}
.shop-nav__item.-current .arrow p .st0 {
  stroke: #fff;
}
@media screen and (min-width: 751px) {
  .shop-nav__item.-current:hover .arrow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.shop-list {
  padding-bottom: 65px;
}
.shop-area {
  margin-bottom: 0;
}
.shop-area.-hide {
  display: none;
}
.shop-area + .shop-area {
  border-top: 2px solid #000;
  margin-top: 67px;
  padding-top: 61px;
}
.shop-area.-select {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.shop-area__title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 36px;
  margin-bottom: 48px;
}
.shop-area__title::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-area__block {
  position: relative;
  padding-left: 210px;
  color: #000;
  margin-bottom: 0;
}
.shop-area__block + .shop-area__block {
  margin-top: 67px;
}
.shop-area__pref {
  font-weight: 600;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: -2px;
  border: 2px solid #000;
  padding: 7px 19px;
  background: #f4f5f7;
}
.shop-area__pref p {
  margin: 0;
}
.shop-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 67px 0;
}
.shop-item {
  width: 46%;
}
.shop-item__name {
  font-size: 30px;
  font-weight: 42px;
  font-weight: 600;
  margin-bottom: -1px;
}
.shop-item__service {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 13px;
  position: relative;
  left: -12px;
}
.shop-item__zip {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  padding-left: 29px;
  margin-bottom: 7px;
}
.shop-item__zip::before {
  content: "〒";
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.shop-item__address {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 19px;
}
.shop-item__tel {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  padding-left: 65px;
  margin-bottom: 10px;
}
.shop-item__tel::before {
  content: "TEL";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.shop-item__openhour {
  margin-bottom: 29px;
}
.shop-item__openhour .hour {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  padding-left: 65px;
}
.shop-item__openhour .hour::before {
  content: "OPEN";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.shop-item__openhour .note {
  font-size: 18px;
  line-height: 30px;
  margin: 12px 0 0;
}
.shop-item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.shop-item__links a {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 16px;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.shop-item__links a p {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .shop-item__links a:hover {
    color: #000;
    background: #fff;
  }
}
.shop-single {
  color: #000;
  border-top: 2px solid #000;
  padding-top: 43px;
  position: relative;
}
@media screen and (min-width: 751px) {
  .shop-single__area {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 48px;
    border: 2px solid #000;
    padding: 7px 15px;
    background: #f4f5f7;
  }
}
.shop-single__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  gap: 0 33px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
  padding-right: 150px;
}
.shop-single__name .shop-item__service {
  font-weight: 400;
  margin-bottom: 0;
  top: 3px;
}
.shop-single__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 22px;
  margin-bottom: 7px;
}
.shop-single__address p {
  margin-bottom: 7px;
}
.shop-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 37px;
  position: relative;
  margin-bottom: 31px;
  padding-right: 190px;
}
.shop-single__info p {
  margin-bottom: 10px;
}
.shop-single__info > div {
  margin-bottom: 10px;
}
.shop-single__info > div p {
  margin-bottom: 0;
}
.shop-single__info .shop-item__tel {
  padding-left: 41px;
}
.shop-single__info .shop-item__openhour .hour {
  padding-left: 53px;
}
.shop-single__info .shop-item__openhour .note {
  margin-top: 5px;
}
.shop-single__maplink {
  position: absolute;
  right: 0;
  top: -2px;
}
.shop-single__maplink a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.shop-single__maplink a .text {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
.shop-single__maplink a .text::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 8px;
}
.shop-single__maplink a .icon {
  width: 24px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.shop-single__maplink a .icon .st0 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 8.0738819px;
}
@media screen and (min-width: 769px) {
  .shop-single__maplink a:hover {
    color: #000;
  }
  .shop-single__maplink a:hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.shop-single__map {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  margin-bottom: 42px;
}
.shop-single__map .map-inner {
  width: 100%;
  height: calc(100% + 240px);
  position: relative;
  top: -120px;
}
.shop-single__foot {
  padding-bottom: 4px;
}
.shop-single__foot a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.shop-single__foot a .text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
.shop-single__foot a .text::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.shop-single__foot a .icon {
  width: 24px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}
.shop-single__foot a .icon svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.shop-single__foot a .icon .st0 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 8.0738819px;
}
@media screen and (min-width: 769px) {
  .shop-single__foot a:hover {
    color: #000;
  }
  .shop-single__foot a:hover .icon {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media screen and (max-width: 991px) {
  .shop-item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .shop-header {
    font-size: 30px !important;
    margin-bottom: 23px;
    margin-top: -13px;
  }
  .shop-header.-single {
    margin-bottom: 23px;
  }
  .shop-nav {
    border-bottom: 7px solid #000;
    padding: 16px 22px 13px;
    gap: 13px 35px;
    margin-bottom: 49px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-nav p {
    margin: 0;
  }
  .shop-nav__item {
    gap: 12px;
  }
  .shop-nav__item:nth-of-type(1) {
    margin-right: calc(100% - 122px);
  }
  .shop-nav__item .text {
    font-size: 18px;
    line-height: 24px;
  }
  .shop-nav__item .text::after {
    height: 3px;
  }
  .shop-nav__item .arrow {
    width: 23px;
    height: 23px;
    position: relative;
    top: -1px;
  }
  .shop-nav__item .arrow p {
    width: 16px;
  }
  .shop-nav__item .arrow p .st0 {
    stroke-width: 7px;
  }
  .shop-list {
    padding-bottom: 36px;
  }
  .shop-area {
    margin-bottom: 0;
  }
  .shop-area + .shop-area {
    margin-top: 48px;
    padding-top: 46px;
  }
  .shop-area__title {
    font-size: 24px;
    padding-left: 18px;
    margin-bottom: 31px;
  }
  .shop-area__title::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 1px);
  }
  .shop-area__block {
    padding-left: 0;
  }
  .shop-area__block + .shop-area__block {
    margin-top: 55px;
  }
  .shop-area__pref {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    top: -2px;
    padding: 10px 16px;
    display: inline-block;
    margin-bottom: 25px;
  }
  .shop-area__list {
    gap: 43px 0;
  }
  .shop-item__name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .shop-item__service {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    left: -11px;
  }
  .shop-item__zip {
    font-size: 18px;
    line-height: 24px;
    padding-left: 23px;
    margin-bottom: 5px;
  }
  .shop-item__zip::before {
    font-size: 18px;
    left: -2px;
  }
  .shop-item__address {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .shop-item__tel {
    font-size: 18px;
    line-height: 24px;
    padding-left: 48px;
    margin-bottom: 4px;
  }
  .shop-item__tel::before {
    font-size: 10px;
  }
  .shop-item__openhour {
    margin-bottom: 25px;
  }
  .shop-item__openhour .hour {
    font-size: 18px;
    line-height: 24px;
    padding-left: 48px;
  }
  .shop-item__openhour .hour::before {
    font-size: 10px;
  }
  .shop-item__openhour .note {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
    padding-bottom: 2px;
  }
  .shop-item__links a {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
  }
  .shop-single {
    padding-top: 33px;
  }
  .shop-single__area {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding-left: 15px;
    position: relative;
  }
  .shop-single__area::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .shop-single__name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
    padding-right: 0;
  }
  .shop-single__name .shop-item__name {
    margin-bottom: 3px;
  }
  .shop-single__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 22px;
    margin-bottom: 5px;
  }
  .shop-single__address p {
    margin-bottom: 6px;
  }
  .shop-single__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -6px;
    padding-right: 0;
  }
  .shop-single__info p {
    margin-bottom: 4px;
  }
  .shop-single__info > div {
    margin-bottom: 17px;
  }
  .shop-single__info > div p {
    margin-bottom: 0;
  }
  .shop-single__info .shop-item__tel {
    padding-left: 47px;
  }
  .shop-single__info .shop-item__openhour .hour {
    padding-left: 47px;
  }
  .shop-single__info .shop-item__openhour .note {
    margin-top: 5px;
  }
  .shop-single__maplink {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .shop-single__maplink a {
    gap: 8px;
  }
  .shop-single__maplink a .text {
    font-size: 16px;
    line-height: 24px;
  }
  .shop-single__maplink a .text::after {
    bottom: 3px;
  }
  .shop-single__maplink a .icon {
    width: 18px;
  }
  .shop-single__maplink a .icon .st0 {
    stroke-width: 6.2469163px;
  }
  .shop-single__map {
    height: 215px;
    margin-bottom: 24px;
  }
  .shop-single__foot {
    padding-bottom: 28px;
  }
  .shop-single__foot a {
    gap: 12px;
  }
  .shop-single__foot a p {
    margin-bottom: 0;
  }
  .shop-single__foot a .text {
    font-size: 16px;
    line-height: 18px;
  }
  .shop-single__foot a .text::after {
    bottom: 1px;
  }
  .shop-single__foot a .icon {
    width: 18px;
  }
  .shop-single__foot a .icon .st0 {
    stroke-width: 6.2469163px;
  }
}