@charset "UTF-8";
/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  padding: 0 24px 50px 23px;
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .cmn__breadcrumb {
    padding: 0 9.224011713vw 8.78477306vw;
  }
}
.cmn__breadcrumb .inner {
  overflow: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 #ededed;
}

.breadcrumb__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  color: #1D1D1D;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 769px) {
  .breadcrumb__list--item {
    font-size: 15px;
  }
}
.breadcrumb__list--item a {
  color: #8D8D8D;
  display: block;
  text-decoration: underline;
  padding-right: 15px;
  margin-right: 12px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
}

/*------------------------------------------
items__list
------------------------------------------*/
.items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw;
}
@media (min-width: 769px) {
  .items__list {
    gap: 5.8565153734vw 4.831625183vw;
  }
}
.items__list > li {
  width: 93.8666666667vw;
}
@media (min-width: 769px) {
  .items__list > li {
    width: calc(50% - 2.4158125915vw);
  }
}
.items__list > li > a {
  display: block;
  width: 100%;
}
.items__list > li .item__img--area {
  position: relative;
  width: 91.2vw;
  height: 89.6vw;
}
@media (min-width: 769px) {
  .items__list > li .item__img--area {
    width: 35.8711566618vw;
    height: 35.5783308931vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .items__list > li .item__img--area {
    margin: 0 auto 12px;
  }
}
.items__list > li .item__img--area::before, .items__list > li .item__img--area::after {
  content: "";
  position: absolute;
}
.items__list > li .item__img--area::before {
  border-top-right-radius: 4vw;
  width: 84.2666666667vw;
  height: 82.6666666667vw;
  top: 2.1333333333vw;
  left: 5.3333333333vw;
}
@media (min-width: 769px) {
  .items__list > li .item__img--area::before {
    border-top-right-radius: 2.196193265vw;
    width: 33.0893118594vw;
    height: 32.6500732064vw;
    top: 0.7320644217vw;
    left: 2.196193265vw;
  }
}
.items__list > li .item__img--area::after {
  top: 0;
  right: 0;
}
.items__list > li .item__img--area.type--now::before {
  background: #E00061;
}
.items__list > li .item__img--area.type--now::after {
  background: url(../images/common/label_now_sp.svg) no-repeat center/100%;
  width: 5.8666666667vw;
  height: 30.1333333333vw;
}
@media (min-width: 769px) {
  .items__list > li .item__img--area.type--now::after {
    background: url(../images/common/label_now_pc.svg) no-repeat center/100%;
    width: 2.2693997072vw;
    height: 11.2737920937vw;
  }
}
.items__list > li .item__img--area.type--next::before {
  background: #0DBFA8;
}
.items__list > li .item__img--area.type--next::after {
  background: url(../images/common/label_next_sp.svg) no-repeat center/100%;
  width: 5.8666666667vw;
  height: 27.2vw;
}
@media (min-width: 769px) {
  .items__list > li .item__img--area.type--next::after {
    background: url(../images/common/label_next_pc.svg) no-repeat center/100%;
    width: 2.196193265vw;
    height: 10.102489019vw;
  }
}
.items__list > li .item__img--area.type--end::before {
  background: #9B9B9B;
}
.items__list > li .item__img--area.type--end::after {
  background: url(../images/common/label_end_sp.svg) no-repeat center/100%;
  width: 5.8666666667vw;
  height: 46.9333333333vw;
}
@media (min-width: 769px) {
  .items__list > li .item__img--area.type--end::after {
    background: url(../images/common/label_end_pc.svg) no-repeat center/100%;
    width: 2.196193265vw;
    height: 17.7159590044vw;
  }
}
.items__list > li .item__img--area .area__img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.items__list > li .item__img--area .area__img .img {
  overflow: hidden;
  border: 1px solid #1D1D1D;
  border-radius: 4vw;
  position: relative;
  aspect-ratio: 1/1;
  width: 84vw;
}
@media (min-width: 769px) {
  .items__list > li .item__img--area .area__img .img {
    border-radius: 2.196193265vw;
    width: 33.0893118594vw;
  }
}
.items__list > li .item__img--area .area__img .img .img__bedding {
  background: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 768px) {
  .items__list > li .item__info--area {
    padding-right: 6.4vw;
  }
}
.items__list > li .item__info--area .top__cnt {
  margin-bottom: 1.1713030747vw;
}
@media (max-width: 768px) {
  .items__list > li .item__info--area .top__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
  }
}
.items__list > li .item__info--area .top__cnt .category {
  line-height: 1;
  height: 26px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .category {
    height: 28px;
    font-size: 14px;
    margin-bottom: 0.7320644217vw;
  }
}
.items__list > li .item__info--area .top__cnt .category.type--now {
  color: #E00061;
  border: 2px solid #E00061;
  width: 68px;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .category.type--now {
    width: 74px;
  }
}
.items__list > li .item__info--area .top__cnt .category.type--next {
  color: #0DBFA8;
  border: 2px solid #0DBFA8;
  width: 68px;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .category.type--next {
    width: 74px;
  }
}
.items__list > li .item__info--area .top__cnt .category.type--end {
  color: #FFFFFF;
  background: #9B9B9B;
  width: 68px;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .category.type--end {
    width: 88px;
  }
}
.items__list > li .item__info--area .top__cnt .group {
  width: 100%;
}
@media (max-width: 768px) {
  .items__list > li .item__info--area .top__cnt .group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.items__list > li .item__info--area .top__cnt .group .date,
.items__list > li .item__info--area .top__cnt .group .shop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .group .date,
  .items__list > li .item__info--area .top__cnt .group .shop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 8px;
  }
}
.items__list > li .item__info--area .top__cnt .group .date > span,
.items__list > li .item__info--area .top__cnt .group .shop > span {
  line-height: 1;
  font-size: 12px;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .group .date > span,
  .items__list > li .item__info--area .top__cnt .group .shop > span {
    font-size: 16px;
  }
}
.items__list > li .item__info--area .top__cnt .group .date .en,
.items__list > li .item__info--area .top__cnt .group .shop .en {
  padding-top: 8px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .items__list > li .item__info--area .top__cnt .group .date .en,
  .items__list > li .item__info--area .top__cnt .group .shop .en {
    padding-top: 4px;
  }
}
@media (max-width: 768px) {
  .items__list > li .item__info--area .top__cnt .group .date .txt--2,
  .items__list > li .item__info--area .top__cnt .group .shop .txt--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .top__cnt .group .date {
    margin-bottom: 0.7320644217vw;
  }
}
@media (max-width: 768px) {
  .items__list > li .item__info--area .top__cnt .group .shop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.items__list > li .item__info--area .ttl {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .items__list > li .item__info--area .ttl {
    font-size: 20px;
    margin-bottom: 2.196193265vw;
    padding-right: 40px;
  }
}
@media (min-width: 769px) {
  .items__list > li:hover .item__img--area .img__peak {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

/*------------------------------------------
more__btn
------------------------------------------*/
.more__btn {
  width: 164px;
  height: 50px;
  margin: 60px auto 0;
}
@media (min-width: 769px) {
  .more__btn {
    width: 280px;
    height: 70px;
    margin: 80px auto 0;
  }
}
.more__btn > a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #1D1D1D;
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 10px 0 26px;
  border-radius: 35px;
  position: relative;
}
@media (min-width: 769px) {
  .more__btn > a {
    font-size: 18px;
    padding: 12px 30px 0 40px;
  }
}
.more__btn > a::after {
  content: "";
  background: url(../images/common/icon_more.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media (min-width: 769px) {
  .more__btn > a::after {
    right: 30px;
  }
}

/*------------------------------------------
back__btn
------------------------------------------*/
.back__btn {
  width: 164px;
  height: 50px;
  margin: 60px auto 0;
}
@media (min-width: 769px) {
  .back__btn {
    width: 280px;
    height: 70px;
  }
}
.back__btn > a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #1D1D1D;
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 10px 0 26px;
  border-radius: 35px;
  position: relative;
}
@media (min-width: 769px) {
  .back__btn > a {
    font-size: 18px;
    padding: 12px 30px 0 40px;
  }
}
.back__btn > a::after {
  content: "";
  background: url(../images/common/icon_back.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media (min-width: 769px) {
  .back__btn > a::after {
    right: 30px;
  }
}

/*------------------------------------------
normal__btn
------------------------------------------*/
.normal__btn {
  width: 164px;
  height: 50px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .normal__btn {
    width: 280px;
    height: 70px;
  }
}
.normal__btn > a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #1D1D1D;
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 10px 0 26px;
  border-radius: 35px;
  position: relative;
}
@media (min-width: 769px) {
  .normal__btn > a {
    font-size: 18px;
    padding: 12px 30px 0 40px;
  }
}
.normal__btn > a::after {
  content: "";
  background: url(../images/common/icon_more.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .normal__btn > a::after {
    right: 30px;
  }
}

/*------------------------------------------
nothing__txt「コンテンツ 0件」
------------------------------------------*/
.nothing__txt {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
}
@media (min-width: 769px) {
  .nothing__txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .nothing__txt {
    width: 170px;
    margin: 0 auto;
  }
}

@-webkit-keyframes loop-txt-faq-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -88px 0;
  }
}

@keyframes loop-txt-faq-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -88px 0;
  }
}
@-webkit-keyframes loop-txt-faq-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -47px 0;
  }
}
@keyframes loop-txt-faq-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -47px 0;
  }
}
/*------------------------------------------
faq
------------------------------------------*/
/*------------------------------------------
faq__container
------------------------------------------*/
.faq__container {
  position: relative;
  padding: 45px 0 60px;
}
@media (min-width: 769px) {
  .faq__container {
    padding: 6.2225475842vw 0 7.3206442167vw;
  }
}
.faq__container .ttl__area {
  position: relative;
}
.faq__container .ttl__area::before {
  content: "";
  background-image: url(../images/faq/loop_txt.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 15px;
  background-size: 47px auto;
  -webkit-animation: loop-txt-faq-sp 5s linear infinite;
          animation: loop-txt-faq-sp 5s linear infinite;
}
@media (min-width: 769px) {
  .faq__container .ttl__area::before {
    height: 24px;
    background-size: 88px auto;
    -webkit-animation: loop-txt-faq-pc 5s linear infinite;
            animation: loop-txt-faq-pc 5s linear infinite;
  }
}
.faq__container .faq__ttl {
  width: 100%;
  display: block;
  width: 74px;
  margin: 0 auto 38px;
  position: relative;
}
@media (min-width: 769px) {
  .faq__container .faq__ttl {
    width: 133px;
    margin: 0 auto 74px;
  }
}
.faq__container .faq__info {
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .faq__container .faq__info {
    max-width: 756px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .faq__container .faq__info {
    padding: 0 24px 0 23px;
  }
}
.faq__container .acc__item {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .faq__container .acc__item {
    margin-bottom: 20px;
  }
}
.faq__container .acc__item .acc__ttl {
  border-bottom: 1px solid #1D1D1D;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .faq__container .acc__item .acc__ttl {
    padding-bottom: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .faq__container .acc__item .acc__ttl:hover {
    opacity: 0.6;
  }
}
.faq__container .acc__item .acc__ttl .txt {
  display: inline-block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
  font-weight: 700;
  font-weight: 15px;
}
@media (min-width: 769px) {
  .faq__container .acc__item .acc__ttl .txt {
    font-size: 20px;
  }
}
.faq__container .acc__item .acc__ttl .icon {
  border-radius: 50%;
  border: 1px solid #1D1D1D;
  width: 24px;
  height: 24px;
  position: relative;
}
@media (min-width: 769px) {
  .faq__container .acc__item .acc__ttl .icon {
    width: 30px;
    height: 30px;
  }
}
.faq__container .acc__item .acc__ttl .icon::before, .faq__container .acc__item .acc__ttl .icon::after {
  content: "";
  background: #1D1D1D;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.faq__container .acc__item .acc__ttl .icon::before {
  width: 8px;
  height: 2px;
}
@media (min-width: 769px) {
  .faq__container .acc__item .acc__ttl .icon::before {
    width: 10px;
  }
}
.faq__container .acc__item .acc__ttl .icon::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 2px;
  height: 8px;
}
@media (min-width: 769px) {
  .faq__container .acc__item .acc__ttl .icon::after {
    height: 10px;
  }
}
.faq__container .acc__item .acc__ttl.is-active .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__container .acc__item .acc__detail {
  display: none;
  margin: 20px 0 0;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .faq__container .acc__item .acc__detail {
    margin: 24px 0 0;
    padding-bottom: 20px;
  }
}

.contact__btn {
  width: 100%;
}
@media (min-width: 769px) {
  .contact__btn {
    max-width: 756px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact__btn {
    padding: 0 24px 0 23px;
  }
}
.contact__btn > a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #9a9a9a;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .contact__btn > a {
    font-size: 15px;
    padding-right: 22px;
  }
}
.contact__btn > a::after {
  content: "";
  background: url(../images/faq/icon_blank.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  width: 12px;
  height: 12px;
}