@charset "UTF-8";
.p-shopList {
  overflow: hidden;
}

.p-shop__mgt40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-shop__mgt40 {
    margin-top: 6.5189vw;
  }
}

.p-shop__mgl40 {
  margin-left: 40px;
}

.p-shop--pd0 {
  padding: 0 !important;
}

.p-shop--pb130 {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-shop--pb130 {
    padding-bottom: 18.25293vw;
  }
}

.p-shop__txt--l {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-shop__txt--l {
    font-size: 3.38983vw;
  }
}

.p-shop__secContents .l-container:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1028px) {
  .p-shop__secContents {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__secContents {
    padding: 0;
  }
}

.l-container:first-child {
  margin-top: 0;
}

.p-breadCrumb {
  padding: 1.3rem 0;
}

@media screen and (max-width: 767px) {
  .p-breadCrumb {
    padding: 1rem 0;
  }
}

.p-shop__mainImgArea .l-container {
  margin-top: 0;
}

@media screen and (max-width: 1028px) {
  .p-shop__mainImgArea .l-container {
    padding: 0 1rem;
  }
}

.p-shop__mainImg {
  background-image: url(/shop/img/shop_main.jpg);
}

@media screen and (max-width: 1028px) {
  .p-shop__mainImg {
    min-height: 300px;
  }
}

.p-shop__mainImgTxt {
  padding: 2rem 2rem 2rem 0;
  background-color: #fff;
  line-height: 1.4;
  left: auto;
}

@media screen and (max-width: 1028px) {
  .p-shop__mainImgTxt {
    padding: 2rem 1rem 2rem 1rem !important;
  }
}

.p-shop__mainImgTxt .c-headingSub--top {
  letter-spacing: 0.8rem;
}

.p-shop__mainImgTxt .c-headingSub--bt {
  letter-spacing: 0.2rem;
}

.p-shop__announce {
  padding: 2rem;
}

@media screen and (max-width: 1028px) {
  .p-shop__announce {
    padding: 3vw;
  }
}

.p-shop__search-contents {
  overflow: hidden;
}

.p-shop__searchTtl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1028px) {
  .p-shop__searchTtl {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__searchTtl {
    display: block;
  }
  .p-shop__searchTtl .c-heading {
    margin-bottom: 1rem;
  }
  .p-shop__searchTtl .p-shop__mgl40 {
    margin: 0;
  }
}

.p-shop__search--bg {
  background-color: #f5f5f5;
}

.p-shop__search-block {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px dotted #aaa;
}

@media screen and (max-width: 1028px) {
  .p-shop__search-block {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 7.82vw;
    padding-bottom: 7.82vw;
  }
}

.p-shop__search-heading {
  width: 280px;
  padding: 0 0 0 80px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
}

@media screen and (max-width: 1028px) {
  .p-shop__search-heading {
    padding: 0;
    margin-bottom: 1rem;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__search-heading {
    width: 100%;
    font-size: 3.12vw;
    line-height: 4.69vw;
  }
}

.p-shop__area .p-shop__search-heading,
.p-shop__freeword .p-shop__search-heading {
  padding-top: .6rem;
}

.p-shop__search-side {
  width: 720px;
}

@media screen and (max-width: 1028px) {
  .p-shop__search-side {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__search-side {
    width: 100%;
  }
}

.p-shop__search-select {
  width: 100%;
  position: relative;
}

.p-shop__search-select select {
  width: 560px;
  height: 3.6rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-indent: 1rem;
  border: 1px solid #999;
  border-radius: .3rem;
  background-color: #fff;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

@media screen and (max-width: 767px) {
  .p-shop__search-select select {
    width: 100%;
    height: 9.38vw;
    margin-bottom: 3.91vw;
    font-size: 3.12vw;
  }
}

.p-shop__search-select select::-ms-expand {
  display: none;
}

.p-shop__search-select:last-child select {
  margin-bottom: 0;
}

.p-shop__search-select:after {
  position: absolute;
  top: .8vw;
  left: 535px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-shop__search-select:after {
    top: 2.6vw;
    left: auto;
    right: 5.21vw;
    width: 2.08vw;
    height: 2.08vw;
  }
}

.p-shop__search-list {
  display: flex;
  flex-wrap: wrap;
  width: 720px;
}

@media screen and (max-width: 1028px) {
  .p-shop__search-list {
    width: 100%;
  }
}

.p-shop__search-list-item {
  width: 33.333%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-shop__search-list-item {
    width: 50%;
  }
}

.p-shop__checkbox {
  display: none;
}

.p-shop__checkbox + span {
  position: relative;
  padding-left: 3rem;
  line-height: 2rem;
  display: block;
}

.p-shop__checkbox + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 1rem;
}

.p-shop__checkbox:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: .3rem;
  left: .3rem;
  width: 1.4rem;
  height: .7rem;
  transform: rotate(-45deg);
  transition: all .1s;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-shop__search-inputWrap {
    width: 100%;
  }
}

.p-shop__search-input {
  width: 560px;
  height: 3.6rem;
  font-size: 1.6rem;
  text-indent: 1rem;
  border: 1px solid #999;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p-shop__search-input {
    width: 100%;
  }
}

.p-shop__search-btns {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-shop__btn input {
  width: 200px;
  height: 4rem;
  font-size: 1.6rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-shop__btn input {
    width: 40vw;
  }
}

.p-shop__btn--clear {
  margin-right: 2rem;
}

.p-shop__btn--clear input {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
}

.p-shop__btn--submit input {
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  -webkit-appearance: none;
}

.p-shopList__container {
  position: relative;
}

@media screen and (max-width: 1028px) {
  .l-container {
    padding: 0 1rem;
  }
}

.p-shopList__btnWrap {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-shopList__btnWrap {
    position: unset;
  }
}

.p-shopList__search-up {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-shopList__search-up {
    width: 100%;
  }
}

.p-shopList__search-up:after {
  position: absolute;
  top: .8vw;
  right: .8vw;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-shopList__search-up:after {
    top: 2.6vw;
    right: 5.21vw;
    width: 2.08vw;
    height: 2.08vw;
  }
}

.p-shopList__search-select {
  width: 200px;
  max-width: 100%;
  height: 3.6rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-indent: 1rem;
  border: 1px solid #999;
  border-radius: .3rem;
  background-color: #fff;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

@media screen and (max-width: 767px) {
  .p-shopList__search-select {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.p-shopList__search-up select::-ms-expand {
  display: none;
}

.p-shopList__result {
  margin-bottom: 4rem;
  background-color: #f5f5f5;
  height: 2.8rem;
  width: 100vw;
  position: relative;
  left: 49%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-shopList__result {
    margin-bottom: 6.5189vw;
  }
}

.p-shopList__resultList {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-shopList__resultList:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-shopList__resultList {
    font-size: 3.12907vw;
  }
}

.p-shopList__resultList dt {
  margin-right: 1em;
}

.p-shopList__search-btn {
  font-size: 1.4rem;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  padding: .7em 1.5em .7em 2.5em;
  text-align: center;
}

.p-shopList__article:not(:last-child) {
  margin-bottom: 4rem;
}

.p-shopList__article .c-icon__list--col4 a {
  color: #fff;
}

.p-shopList__articleWrap {
  border: 10px solid #f5f5f5;
  padding: 4rem 0;
}

@media screen and (max-width: 1028px) {
  .p-shopList__articleWrap {
    padding: 4rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-shopList__articleWrap {
    border: 2vw solid #f5f5f5;
    padding: 6vw 3vw;
  }
}

.p-shopList__innerWrap {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
}

.p-shopList__articleTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-shopList__articleTitle {
    align-items: start;
    flex-wrap: wrap;
  }
}

.p-shopList__headingWrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-shopList__headingWrap {
    margin-bottom: 4vw;
    width: 100%;
  }
}

.p-shopList__heading {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .p-shopList__heading {
    width: 50%;
    line-height: 1.4;
    margin-right: 0;
  }
}

.p-shopList__list {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-shopList__list {
    width: 100%;
    justify-content: space-between;
  }
}

.p-shopList__table--dotted tr:first-child {
  border-top: 1px dotted #bfbfbf;
}

.p-shopList__tel {
  font-size: 2rem;
  pointer-events: none;
}

.p-shopList__tel:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 5px;
  background-image: url(/shop/img/shop_tell_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-shopList__tel {
    font-size: 4.2vw;
    pointer-events: auto !important;
  }
  .p-shopList__tel:before {
    width: 1em;
    height: 1em;
  }
}

.p-shopList__list-item:not(:last-child) {
  margin-right: 1rem;
}

.p-shopList__list-link {
  width: 180px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  padding: 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-shopList__list-link {
    width: 39vw;
    font-size: 3.4vw;
  }
}

.p-shopList__btn {
  background: #fff;
}

.p-shopList__btn--dark {
  background: #444;
  color: #fff !important;
}

.p-shopList__pager {
  width: 100%;
  display: flex;
}

.p-shopList__pager-btn, .p-shopList__pager-btn--prev, .p-shopList__pager-btn--next {
  width: 180px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  padding: 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-shopList__pager-btn, .p-shopList__pager-btn--prev, .p-shopList__pager-btn--next {
    width: 39vw;
    font-size: 3.4vw;
  }
}

.p-shopList__pager-btn--prev {
  margin-right: auto;
}

.p-shopList__pager-btn--next {
  margin-left: auto;
}

.p-shopDetail__headingWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__headingWrap {
    flex-wrap: wrap;
  }
}

.p-shopDetail__headingWrap:after {
  content: "";
  background: #000;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__heading {
    margin-bottom: 3vw;
  }
}

.p-shopDetail__list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__list {
    flex-wrap: wrap;
  }
}

.p-shopDetail__list-item:nth-child(1) {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__list-item:nth-child(1) {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.p-shopDetail__list-item:nth-child(2) {
  margin-right: 1rem;
}

.p-shopDetail__tel {
  font-size: 2rem;
  pointer-events: none;
}

.p-shopDetail__tel:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 5px;
  background-image: url(/shop/img/shop_tell_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__tel {
    font-size: 4.2vw;
    pointer-events: auto !important;
  }
  .p-shopDetail__tel:before {
    width: 1em;
    height: 1em;
  }
}

.p-shopDetail__list-link {
  width: 180px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  padding: 1rem 0;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__list-link {
    width: 39vw;
    font-size: 3.4vw;
  }
}

.p-shopDetail__btn {
  background: #fff;
}

.p-shopDetail__btn--dark {
  background: #444;
  color: #fff !important;
}

.p-shopDetail__address {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
}

.p-shopDetail__photoList {
  display: flex;
}

.p-shopDetail__photoList-item {
  width: 247px;
  margin-right: 1rem;
}

.p-shopDetail__photoList-item img {
  width: 100%;
}

.p-shopDetail__gmap .gmap {
  width: 100%;
  height: 489px;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__gmap .gmap {
    height: 300px;
  }
}

.p-shopDetail__btnWrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__btnWrap {
    display: flex;
    justify-content: space-between;
  }
}

.p-shopDetail__btnWrap .c-btn--sm {
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .p-shopDetail__btnWrap .c-btn--sm {
    width: 47.5%;
    font-size: 3.12907vw;
  }
}

.p-shopDetail__btnWrap .c-btn--sm:last-child {
  margin-right: 0;
}

.p-shopPrint__list-item {
  text-align: right;
}

.p-shopPrint__list-item:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .p-shopPrint__list-item:not(:last-child) {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.p-shopPrint__tel {
  font-size: 2rem;
  pointer-events: none;
}

.p-shopPrint__tel:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 5px;
  background-image: url(/shop/img/shop_tell_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-shopPrint__tel {
    font-size: 4.1721vw;
    pointer-events: auto !important;
  }
  .p-shopPrint__tel:before {
    width: 1em;
    height: 1em;
  }
}

input[type="button"] {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  min-width: 120px;
  height: 3.6rem;
  font-size: 1.2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  font-size: 18px;
  align-items: flex-end;
}

.pagination li {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 0 10px;
  line-height: 10px;
}

.pagination li a:hover {
  cursor: pointer;
}

.pagination li.disabled a, .pagination li.disabled span {
  color: #999;
}

.pagination li.active a {
  font-size: 24px;
  font-weight: bold;
}

.c-icon__list--col4 li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-style: solid;
  border-color: #d4d4d4;
}