@charset "UTF-8";
/* =================================================================================================

　店舗一覧ページ

================================================================================================= */
/* CSS Document */
body {
  background-color: #F9F6F0;
  color: #805C25;
}

main,
main a {
  color: #805C25;
}

main {
  font-size: 1.6rem;
}

main {
  padding-top: 98px;
  padding-bottom: 100px;
}
@media screen and (max-width: 743px) {
  main {
    padding-top: 75px;
  }
}

/* ----------------------------------------------------------------------------
　outline
---------------------------------------------------------------------------- */
input:focus {
  outline: auto !important;
}

select:focus {
  outline: auto !important;
}

textarea:focus {
  outline: auto !important;
}

/* ----------------------------------------------------------------------------
　page_ttl
---------------------------------------------------------------------------- */
.page_ttl {
  width: 471px;
  margin: 0 auto 10rem;
  position: relative;
}
@media screen and (max-width: 743px) {
  .page_ttl {
    width: 186px;
    margin-bottom: 4.5rem;
  }
}
.page_ttl img {
  width: 100%;
}
.page_ttl h1 {
  width: 180px;
  margin: 0 auto;
  position: relative;
  left: -1rem;
}
@media screen and (max-width: 743px) {
  .page_ttl h1 {
    width: 100px;
    left: -0.5rem;
  }
}
.page_ttl h1 img {
  width: 100%;
  display: block;
}
.page_ttl .illust01 {
  position: absolute;
  width: 83px;
  top: -3rem;
  left: 0rem;
}
@media screen and (max-width: 743px) {
  .page_ttl .illust01 {
    width: 32px;
    top: -1rem;
  }
}
.page_ttl .illust01 img {
  width: 100%;
}
.page_ttl .illust02 {
  position: absolute;
  width: 110px;
  top: -2rem;
  right: 0rem;
}
@media screen and (max-width: 743px) {
  .page_ttl .illust02 {
    width: 44px;
    top: -1rem;
  }
}
.page_ttl .illust02 img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　shoplist
---------------------------------------------------------------------------- */
#shoplist {
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
  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;
}
@media screen and (max-width: 1080px) {
  #shoplist {
    width: 95%;
  }
}
@media screen and (max-width: 743px) {
  #shoplist {
    display: block;
    width: 80%;
    margin-bottom: 8rem;
  }
}

/* ----------------------------------------------------------------------------
　narrow
---------------------------------------------------------------------------- */
#narrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.4%;
  min-height: 250px;
  position: relative;
  padding: 3rem;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  #narrow {
    width: 100%;
    margin-bottom: 5rem;
    padding: 1.5rem;
  }
}
#narrow h2 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  border-bottom: 1px solid #805C25;
  margin-bottom: 1.7rem;
  background: url("../img/icon_pin_brown.svg") 0 0 no-repeat;
  background-size: 19px auto;
  padding: 0 0 0.7rem 27px;
}
@media screen and (max-width: 743px) {
  #narrow h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
#narrow dl:not(:last-child) {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 743px) {
  #narrow dl:not(:last-child) {
    margin-bottom: 1rem;
  }
}
#narrow dl dt {
  font-weight: 700;
  border: 1px solid #3291CC;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
#narrow dl dt button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: none;
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 120%;
  padding: 0.65rem 0.5rem;
  font-weight: 500;
  color: #3291CC;
  text-align: left;
}
@media screen and (max-width: 743px) {
  #narrow dl dt button {
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem;
  }
}
#narrow dl dt::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0.7rem;
  right: 0.7rem;
  width: 20px;
  aspect-ratio: 1;
  background: url("../img/icon_toggle.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 743px) {
  #narrow dl dt::before {
    width: 15px;
    top: 0.6rem;
  }
}
#narrow dl dd {
  display: none;
  padding-top: 0.3rem;
}
#narrow dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#narrow dl dd ul li {
  margin: 1rem 2rem 0rem 0;
}
#narrow dl dd ul li label {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  cursor: pointer;
  padding: 0 0 0 15px;
  position: relative;
}
@media screen and (max-width: 743px) {
  #narrow dl dd ul li label {
    font-size: 1.3rem;
    padding: 0 0 0 15px;
  }
}
#narrow dl dd ul li label::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url("../img/icon_checkbox.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#narrow dl dd ul li label::after {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url("../img/icon_checkbox_checked.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0);
          transform: scale(0);
}
#narrow dl dd ul li label:has(input:checked)::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#narrow dl dd ul li label:has(input:checked)::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#narrow dl dd ul li label:has(input:focus-visible) {
  border: 1px solid #000;
}
#narrow dl dd ul li:has(input.area_check) {
  display: none;
}
#narrow dl dd ul li input[type=checkbox] {
  font-size: 0rem;
  opacity: 0;
  width: 0px;
  height: 0px;
}
#narrow dl.active dd {
  display: block;
  -webkit-animation: ddOpenAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: ddOpenAnime 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
@-webkit-keyframes ddOpenAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes ddOpenAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#narrow dl.active dt::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ----------------------------------------------------------------------------
　result
---------------------------------------------------------------------------- */
#result {
  width: 62.1%;
  position: relative;
}
#result #loading {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 300px;
  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;
  z-index: 4;
}
#result #loading img {
  display: block;
  width: 100px;
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 743px) {
  #result {
    width: 100%;
  }
}
#result .error {
  text-align: center;
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}

/* ----------------------------------------------------------------------------
　verification
---------------------------------------------------------------------------- */
#verification {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  min-height: 500px;
}
#verification.active {
  min-height: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#verification .record {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 3rem;
  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;
}
#verification .record:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 743px) {
  #verification .record:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 743px) {
  #verification .record {
    padding: 2rem;
    display: block;
  }
}
#verification .record .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2rem;
}
@media screen and (max-width: 743px) {
  #verification .record .copy {
    margin-right: 0rem;
  }
}
#verification .record .copy h4 {
  font-size: 1.6rem;
  font-weight: 900;
}
#verification .record .copy h4:not(:last-child) {
  margin-bottom: 1rem;
}
#verification .record .copy h4 a {
  text-decoration: none;
  position: relative;
  display: inline;
  background: linear-gradient(to top, currentColor 1px, transparent 0%) no-repeat;
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: 0% 100%;
  background-size: 0% 1px;
  padding: 0.1rem 0;
}
#verification .record .copy h4 a:hover {
  background-size: 200% 1px;
}
#verification .record .copy .catch {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3291CC;
}
#verification .record .copy .catch:not(:last-child) {
  margin-bottom: 1rem;
}
#verification .record .copy .address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
#verification .record .copy .address:not(:last-child) {
  margin-bottom: 1rem;
}
#verification .record .copy .google_map {
  width: 110px;
}
#verification .record .copy .google_map a {
  display: block;
  border: 1px solid #906929;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
  color: #906929;
  padding: 0.5rem 0;
  border-radius: 100px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#verification .record .copy .google_map a:hover {
  background-color: #906929;
  color: #fff;
}
#verification .record .photo {
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 743px) {
  #verification .record .photo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#verification .record .photo a {
  display: block;
}
#verification .record .photo a:hover {
  opacity: 0.8;
}
#verification .record .photo a img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

/* ----------------------------------------------------------------------------
　ページング
---------------------------------------------------------------------------- */
#paging_box {
  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;
  margin: 7rem 1.5rem 0;
}
#paging_box .paging {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1rem;
}
#paging_box .paging li {
  margin: 0 0.8rem;
}
#paging_box .paging li a {
  width: 34px;
  height: 34px;
  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;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 100px;
}
#paging_box .paging li.on a {
  background-color: #805C25;
  color: #fff;
}
#paging_box .prev {
  display: none;
}
#paging_box .prev a {
  display: block;
  width: 34px;
  height: 34px;
  background: url("/chikyunoniwa/img/news/paging_prev.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 0rem;
  line-height: 0%;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#paging_box .prev a:hover {
  background: url("/chikyunoniwa/img/news/paging_prev_hover.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#paging_box .next a {
  display: block;
  width: 34px;
  height: 34px;
  background: url("/chikyunoniwa/img/news/paging_next.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font-size: 0rem;
  line-height: 0%;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#paging_box .next a:hover {
  background: url("/chikyunoniwa/img/news/paging_next_hover.svg") 0 0 no-repeat;
  background-size: 100% auto;
}