@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
content
************************ */
.top-slide {
  margin: 0 auto;
  padding: 0 0.2rem 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .top-slide {
    width: 100%;
    padding: 0 0.15rem;
  }
}
.top-slide .top-swiper {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-slide .top-swiper {
    width: 100%;
    height: auto;
  }
}
.top-slide .top-swiper .prev,
.top-slide .top-swiper .next {
  width: 0.6rem;
  height: 0.4rem;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 0.4rem) / 2);
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .top-slide .top-swiper .prev,
  .top-slide .top-swiper .next {
    display: none;
  }
}
.top-slide .top-swiper .prev {
  left: 0;
}
.top-slide .top-swiper .next {
  right: 0;
}
.top-slide .swiper-slide {
  border-radius: 0.08rem;
  overflow: hidden;
}
.top-slide .swiper-slide a {
  display: block;
}
.top-slide .swiper-slide img {
  aspect-ratio: 1880/765;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .top-slide .swiper-slide img {
    aspect-ratio: 1/1;
  }
}
.top-slide .fv-pagination {
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
  bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .top-slide .fv-pagination {
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 767.98px) {
  #event .container {
    padding: 0 0.15rem;
  }
}
#event .eventlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #event .eventlist {
    display: block;
  }
}
#event .eventbox {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox {
    width: 100%;
    padding: 0.2rem 0.1rem;
    border-bottom: 1px solid rgba(163, 138, 119, 0.4);
    display: grid;
    grid-template-rows: -webkit-max-content, -webkit-max-content, 1fr;
    grid-template-rows: max-content, max-content, 1fr;
    grid-template-columns: 1.5rem calc(100% - 1.5rem);
    grid-template-areas: "photo schedule" "photo txt" "cat txt" "cat txt";
  }
}
#event .eventbox .event-ph {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.12rem;
  font-size: 0rem;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .event-ph {
    width: 1.5rem;
    height: 1.125rem;
    margin-bottom: 0.05rem;
    grid-area: photo;
  }
}
#event .eventbox .event-ph a figure {
  border-radius: 0.08rem;
  overflow: hidden;
}
#event .eventbox .event-ph a figure img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#event .eventbox .event-info-txt {
  padding: 0.16rem 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .event-info-txt {
    padding: 0.12rem 0 0 0.2rem;
    grid-area: txt;
  }
}
#event .eventbox .event-info-txt .title {
  font-size: 0.17rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .event-info-txt .title {
    font-size: 0.13rem;
    -webkit-line-clamp: 3;
    line-height: 1.5;
  }
}
#event .eventbox .event-info-txt .space {
  font-size: 0.15rem;
  font-weight: 500;
  color: #a9894b;
  margin-top: 0.04rem;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .event-info-txt .space {
    font-size: 0.12rem;
    margin-top: 0.02rem;
  }
}
#event .eventbox .cat {
  width: 1rem;
  padding-left: 0.3rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .cat {
    width: 1.5rem;
    padding-left: 0;
    grid-area: cat;
  }
}
#event .eventbox .cat a {
  pointer-events: none;
  font-size: 0.12rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .cat a {
    display: block;
    font-size: 0.11rem;
    text-align: center;
    line-height: 1;
    padding: 0.05rem 0;
  }
}
#event .eventbox .cat:before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.8rem;
  position: absolute;
  bottom: -0.04rem;
  left: -0.1rem;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .cat:before {
    content: none;
  }
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .cat-event {
    background-color: #b3d5f0;
  }
}
#event .eventbox .cat-event:before {
  background-color: #b3d5f0;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .cat-news {
    background-color: #e8d8ab;
  }
}
#event .eventbox .cat-news:before {
  background-color: #e8d8ab;
}
#event .eventbox .schedule {
  width: calc(100% - 1rem);
  margin-top: 0;
  padding-left: 0.1rem;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox .schedule {
    font-size: 0.12rem;
    line-height: 1.5;
    width: 100%;
    padding-left: 0.2rem;
    grid-area: schedule;
  }
}
#event .eventbox.icon-new {
  position: relative;
}
#event .eventbox.icon-new:before {
  content: "NEW";
  display: block;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 2rem;
  background-color: #ff958b;
  color: #fff;
  font-size: 0.17rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -0.28rem;
  left: -0.2rem;
  z-index: 4;
}
@media screen and (max-width: 767.98px) {
  #event .eventbox.icon-new:before {
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.1rem;
    top: 0.04rem;
    left: -0.04rem;
    line-height: 0.1;
    padding-top: 0.02rem;
  }
}
#event .eventbox:nth-of-type(3n) {
  margin-right: 0;
}
#event .eventbox:nth-of-type(-n+3) {
  margin-top: 0;
}
#event .eventbox.hidden {
  display: none;
  opacity: 0;
}
#event .eventbox.show {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
#event .btnbox {
  padding-top: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #event .btnbox {
    padding-top: 0.27rem;
  }
}

#shopnews {
  background: transparent url(../img/bg_shopnews.jpg) no-repeat fixed center center/cover;
}
@media screen and (max-width: 767.98px) {
  #shopnews {
    background-color: #51504f;
    background-attachment: scroll;
    background-position: center 0;
    background-size: contain;
  }
}
#shopnews .ttl {
  color: #fff;
}
#shopnews .listlink a span {
  color: #fff;
}
#shopnews .listlink a span:before {
  border-color: #fff;
}
#shopnews .listlink a span:after {
  border-color: #fff;
}
#shopnews .snlist-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snlist-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#shopnews .snbox {
  width: calc((100% - 0.4rem * 3) / 4);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  padding: 0.05rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox {
    width: calc((100% - 0.16rem * 1) / 2);
    margin-right: 0;
    margin-top: 0.16rem;
  }
}
#shopnews .snbox .sn-ph figure {
  overflow: hidden;
  position: relative;
}
#shopnews .snbox .sn-ph figure img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#shopnews .snbox .sn-ph figure img:first-of-type {
  position: relative;
  z-index: 2;
}
#shopnews .snbox .sn-ph figure img:nth-of-type(2) {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#shopnews .snbox .sn-info {
  padding: 0.2rem 0.16rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info {
    padding: 0.2rem 0.05rem 0.1rem;
  }
}
#shopnews .snbox .sn-info-name {
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info-name {
    font-size: 0.13rem;
  }
}
#shopnews .snbox .sn-info-txt {
  font-size: 0.15rem;
  line-height: 1.7333;
  margin-top: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info-txt {
    font-size: 0.11rem;
    line-height: 1.6364;
  }
}
#shopnews .snbox .sn-info-date {
  font-size: 0.13rem;
  color: #a9894b;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info-date {
    font-size: 0.1rem;
    display: block;
    padding-top: 0.04rem;
  }
}
#shopnews .snbox:nth-of-type(4n) {
  margin-right: 0;
}
#shopnews .snbox:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox:nth-of-type(-n+4) {
    margin-top: 0.16rem;
  }
}
#shopnews .snbox.icon-new {
  position: relative;
}
#shopnews .snbox.icon-new:before {
  content: "NEW";
  display: block;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 2rem;
  background-color: #ff958b;
  color: #fff;
  font-size: 0.17rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -0.28rem;
  left: -0.2rem;
  z-index: 4;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox.icon-new:before {
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.1rem;
    top: -0.14rem;
    left: -0.08rem;
    line-height: 0.1;
    padding-top: 0.02rem;
  }
}
#shopnews .snbox.hidden {
  display: none;
  opacity: 0;
}
#shopnews .snbox.show {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
#shopnews .btnbox {
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .btnbox {
    padding-top: 0.25rem;
  }
}
#shopnews .btnbox .more {
  border-color: #fff;
}
#shopnews .btnbox .more a.morelink:after {
  border-color: #fff;
}
#shopnews .btnbox .more span {
  color: #fff;
}
#shopnews .btnbox .more span:after {
  border-color: #fff;
}
.mouse #shopnews .btnbox .more:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#about {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  #about {
    padding-top: 0.54rem;
  }
}
#about .container {
  padding: 0;
  width: 14rem;
}
@media screen and (max-width: 767.98px) {
  #about .container {
    width: 100%;
  }
}
#about .about-box-img {
  width: 8.2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #about .about-box-img {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
#about .about-box .ttl {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #about .about-box .ttl {
    text-align: center;
    margin-bottom: 0.26rem;
  }
}
#about .about-txtbox {
  padding-top: 1rem;
  padding-left: 0.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #about .about-txtbox {
    padding: 0 0.25rem;
  }
}
#about .about-txtbox-txt {
  padding-bottom: 1.4rem;
  padding-top: 0.12rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-txtbox-txt {
    padding-top: 0.1rem;
    padding-bottom: 0;
  }
}
#about .about-txtbox-txt p {
  display: inline-block;
  line-height: 2.3529;
  text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  display: inline;
}
@media screen and (max-width: 767.98px) {
  #about .about-txtbox-txt p {
    line-height: 2.0714;
    letter-spacing: 0.02em;
  }
}
#about .about-ttl {
  line-height: 0.66rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ttl {
    line-height: 0.42rem;
  }
}
#about .about-ttl span {
  font-size: 0.2rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.4rem;
  color: #a38a77;
  letter-spacing: 0.16em;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #about .about-ttl span {
    font-size: 0.11rem;
    margin-bottom: 0.2rem;
  }
}
#about .about-ttl b {
  font-size: 0.55rem;
  letter-spacing: 0.348em;
  display: inline;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.16rem 0 0;
}
@media screen and (max-width: 767.98px) {
  #about .about-ttl b {
    font-size: 0.28rem;
    line-height: 1;
  }
}
#about .about-subttl {
  font-size: 0.28rem;
  line-height: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-top: 0.18rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-subttl {
    font-size: 0.18rem;
    line-height: 0.405rem;
    margin-top: 0.04rem;
    letter-spacing: 0.2em;
  }
}
#about .about-ph {
  height: 8.8rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph {
    height: auto;
    padding: 0 0.25rem;
  }
}
#about .about-ph figure {
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure {
    position: relative;
    margin-top: 0.16rem;
  }
}
#about .about-ph figure img {
  border-radius: 8px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure img {
    border-radius: 4px;
  }
}
#about .about-ph figure figcaption {
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 0.36rem;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure figcaption {
    font-size: 0.13rem;
    line-height: 0.26rem;
  }
}
#about .about-ph figure figcaption span {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.02rem 0.04rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure figcaption span {
    padding: 0.02rem 0.04rem;
  }
}
#about .about-ph figure.ph01 {
  width: 4.4rem;
  top: 0;
  left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph01 {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph01 img {
    aspect-ratio: 350/233;
    width: 1.75rem;
  }
}
#about .about-ph figure.ph01 figcaption {
  bottom: -0.2rem;
  right: -0.12rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph01 figcaption {
    bottom: auto;
    right: -0.18rem;
    top: 0.07rem;
    width: 2.2rem;
  }
}
#about .about-ph figure.ph01 figcaption span {
  background-color: #c7dec6;
}
.safari.desktop #about .about-ph figure.ph01 figcaption {
  width: 2.8rem;
}
#about .about-ph figure.ph02 {
  width: 3.6rem;
  top: 2.47rem;
  right: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph02 {
    width: 100%;
    text-align: right;
    top: auto;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph02 img {
    width: 1.5rem;
  }
}
#about .about-ph figure.ph02 figcaption {
  bottom: -0.56rem;
  left: -0.3rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph figure.ph02 figcaption {
    bottom: auto;
    left: -0.1rem;
    top: 0.425rem;
    width: 2rem;
  }
}
#about .about-ph figure.ph02 figcaption span {
  background-color: #f5dfde;
}
.safari.desktop #about .about-ph figure.ph02 figcaption {
  width: 2.4rem;
}
#about .about-ph .ph03 {
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 3.88rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 {
    position: relative;
    top: auto;
    left: auto;
  }
}
#about .about-ph .ph03 figure {
  width: 100%;
  position: relative;
}
#about .about-ph .ph03 figure img {
  position: absolute;
  width: 7.5rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure img {
    display: block;
    width: 2.7rem;
    position: relative;
  }
}
#about .about-ph .ph03 figure img:first-of-type {
  top: 0;
  left: 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure img:first-of-type {
    left: 0;
  }
}
#about .about-ph .ph03 figure img:last-of-type {
  top: 2.22rem;
  right: 1.2rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure img:last-of-type {
    top: -0.1rem;
    right: auto;
    margin-left: auto;
    margin-right: -0.1rem;
  }
}
#about .about-ph .ph03 figure figcaption {
  position: absolute;
  top: 2.2rem;
  left: 0.42rem;
}
@media screen and (max-width: 767.98px) {
  #about .about-ph .ph03 figure figcaption {
    top: 0.8rem;
    left: -0.1rem;
    width: 100%;
  }
}
#about .about-ph .ph03 figure figcaption span {
  background-color: #b3d5f0;
}
.safari.desktop #about .about-ph .ph03 figure figcaption {
  width: 3rem;
}
#about .bnrbox {
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #about .bnrbox {
    padding: 0.4rem 0.25rem 0;
    font-size: 0;
  }
}
#about .bnrbox a {
  display: inline-block;
  font-size: 0;
}
#about .bnrbox a img {
  width: 5.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #about .bnrbox a img {
    width: 100%;
  }
}

#shopsearch {
  background-color: #f1f0ec;
}
#shopsearch .shop-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#shopsearch .shop-list ul li {
  width: calc((100% - 0.4rem * 3) / 4);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  border-radius: 0.08rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul li {
    width: calc((100% - 0.15rem * 1) / 2);
    height: auto;
    margin-right: 0;
    margin-top: 0.15rem;
  }
}
#shopsearch .shop-list ul li a {
  display: block;
  height: 100%;
}
#shopsearch .shop-list ul li figure {
  display: block;
  font-size: 0;
  height: 2rem;
  padding: 0.3rem 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul li figure {
    height: 0.98rem;
    padding: 0.15rem 0.24rem;
  }
}
#shopsearch .shop-list ul li figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#shopsearch .shop-list ul li .shop-name {
  display: block;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.16rem;
  line-height: 1.75;
  padding: 0.3rem 0;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul li .shop-name {
    font-size: 0.12rem;
    padding: 0.1rem 0;
    line-height: 1.5833;
  }
}
#shopsearch .shop-list ul li .floor {
  width: auto;
  min-width: 0.42rem;
  height: 0.42rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.17rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #a9894b;
  padding: 0 0.04rem;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul li .floor {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.1rem;
    letter-spacing: 0.02em;
    padding: 0.04rem;
  }
}
#shopsearch .shop-list ul li:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul li:nth-of-type(-n+4) {
    margin-top: 0.15rem;
  }
}
#shopsearch .shop-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
#shopsearch .shop-list ul li.jsv figure img {
  width: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .shop-list ul li.jsv figure img {
    width: 0.55rem;
  }
}
#shopsearch .shop-list ul li.shopbox.hidden {
  display: none;
  opacity: 0;
}
#shopsearch .shop-list ul li.shopbox.show {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
#shopsearch .btnbox {
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #shopsearch .btnbox {
    padding-top: 0.25rem;
  }
}
#information {
  background-color: #f1f0ec;
}
@media screen and (max-width: 767.98px) {
  #information {
    margin-top: 0.08rem;
    padding-bottom: 0.3rem;
  }
}
#information .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #information .container {
    display: block;
  }
}
#information .info-box {
  width: 8rem;
  padding: 0.4rem 0.4rem 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  #information .info-box {
    display: block;
    padding: 0.3rem 0.2rem 0.4rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
#information .info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767.98px) {
  #information .info-title {
    display: block;
    width: 100%;
  }
}
#information .info-title .ttl {
  text-align: left;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-title .ttl {
    width: 100%;
    margin-bottom: 0.16rem;
    text-align: center;
  }
}
#information .info-title .listlink {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 0.1rem;
}
#information .info-list {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #information .info-list {
    width: 100%;
  }
}
#information .info-post {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(163, 138, 119, 0.4);
  position: relative;
}
#information .info-post a {
  display: block;
}
#information .info-post-head {
  cursor: pointer;
}
#information .info-post-date {
  color: #a9894b;
  font-size: 0.15rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-date {
    display: block;
    font-size: 0.11rem;
    line-height: 1;
    margin-bottom: 0.06rem;
  }
}
#information .info-post-ttl {
  font-size: 0.17rem;
  line-height: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-ttl {
    font-size: 0.13rem;
    line-height: 0.27rem;
  }
}
#information .info-post-txt {
  display: none;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-txt {
    padding-top: 0.12rem;
  }
}
#information .info-post-txt p {
  font-size: 0.15rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-txt p {
    font-size: 0.11rem;
    line-height: 0.22rem;
    letter-spacing: 0.08em;
    word-break: break-word;
  }
}
#information .info-post-txt p:first-of-type {
  margin-top: 0;
}
#information .info-post-txt p a {
  display: inline-block;
  color: #a38a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#information .info-post:first-of-type {
  margin-top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post:first-of-type {
    margin-top: 0;
  }
}
#information .sns-lost-box {
  width: 4.4rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box {
    width: 100%;
  }
}
#information .sns-lost-box .sns-box {
  padding: 0.4rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-box {
    display: block;
    padding: 0.3rem 0.2rem 0.4rem;
    margin-bottom: 0.3rem;
  }
}
#information .sns-lost-box .sns-title .ttl {
  text-align: left;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-title .ttl {
    text-align: center;
    margin-bottom: 0.3rem;
  }
}
#information .sns-lost-box .sns-list ul {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#information .sns-lost-box .sns-list ul li {
  width: 25%;
}
#information .sns-lost-box .sns-list ul li a {
  display: block;
  text-align: center;
}
#information .sns-lost-box .sns-list ul li a figure {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid rgba(163, 138, 119, 0.4);
  border-radius: 10rem;
  margin: 0 auto 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-list ul li a figure {
    width: 0.35rem;
    height: 0.35rem;
  }
}
#information .sns-lost-box .sns-list ul li a figure img {
  width: 0.24rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-list ul li a figure img {
    width: 0.12rem;
  }
}
#information .sns-lost-box .sns-list ul li a span {
  display: block;
  font-size: 0.12rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-list ul li a span {
    font-size: 0.1rem;
  }
}
#information .sns-lost-box .sns-list ul li.sns-list-x a figure img {
  width: 0.22rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-list ul li.sns-list-x a figure img {
    width: 0.11rem;
  }
}
#information .sns-lost-box .sns-list ul li.sns-list-yt a figure img {
  width: 0.28rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .sns-list ul li.sns-list-yt a figure img {
    width: 0.14rem;
  }
}
#information .sns-lost-box .lost-box {
  position: relative;
}
#information .sns-lost-box .lost-box:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.42rem;
  background: transparent url(../img/bg_lost.svg) no-repeat scroll right top/contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box:before {
    width: 1.55rem;
    height: 1.49rem;
  }
}
#information .sns-lost-box .lost-box dl {
  padding: 0.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box dl {
    padding-top: 0;
  }
}
#information .sns-lost-box .lost-box dl dt {
  font-size: 0.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box dl dt {
    font-size: 0.12rem;
    margin-bottom: 0.16rem;
  }
}
#information .sns-lost-box .lost-box dl dd {
  text-align: center;
}
#information .sns-lost-box .lost-box dl dd a {
  display: inline-block;
  font-size: 0.4rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 0.44rem;
  margin-bottom: 0.12rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box dl dd a {
    font-size: 0.19rem;
    padding-left: 0.22rem;
  }
}
#information .sns-lost-box .lost-box dl dd a:before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: transparent url(../img/icon_tel.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 0.3rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box dl dd a:before {
    width: 0.14rem;
    height: 0.14rem;
    top: calc((100% - 0.16rem) / 2);
  }
}
#information .sns-lost-box .lost-box dl dd p {
  text-align: center;
  margin-top: 0.06rem;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box dl dd p {
    font-size: 0.1rem;
  }
}
#information .sns-lost-box .lost-box dl dd p:nth-of-type(2) {
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  #information .sns-lost-box .lost-box dl dd p:nth-of-type(2) {
    margin-top: 0.02rem;
  }
}
#information .bnrbox {
  text-align: center;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  #information .bnrbox {
    padding-top: 0.4rem;
  }
}
#information .bnrbox a {
  display: inline-block;
  width: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  #information .bnrbox a {
    width: 100%;
  }
}