﻿@charset "utf-8";
/*==================================================
  GENERAL SETTINGS
==================================================*/

body.home {
  padding-top: 0;
}

/*
===== indexPage common ==========================================
*/

/* 一覧を見るボタン */
.btn_archive {
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.btn_archive a {
  display: block;
  background: #fff;
  color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 30px;
  position: relative;
  border: 2px solid var(--color-black);
  border-radius: 1rem;
}

.btn_archive a::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_black.svg) no-repeat 0 0 / contain;
  width: 22px;
  aspect-ratio: 22 / 20;
  right: 1em;
  top: calc(50%);
  transform: translateY(-50%);
  transition: right 0.3s;
}

@media (any-hover: hover) {
  .btn_archive a:hover {
    background-color: var(--color-black);
    color: #fff;
    opacity: 1;
  }

  .btn_archive a:hover::after {
    background: url(../img/common/icon_arrow.svg) no-repeat 0 0 / contain;
    right: 0.5em;
  }

}

/* タイトル */
.indexPage .index__ttlBox .en_font {
  font-family: var(--font-en);
  font-size: clamp(32px, 8vw, 56px);
  display: block;
}

.indexPage .index__ttlBox {
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: var(--gutter);
}

.indexPage .index__ttlBox.decorated {
  text-align: center;
}

.indexPage .index__ttlBox .ttl_txt {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.indexPage .index__ttlBox.decorated .ttl_txt {
  margin-bottom: 10px;
}

.indexPage .index__ttlBox.decorated .ttl_txt::before,
.indexPage .index__ttlBox.decorated .ttl_txt::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.indexPage .index__ttlBox.decorated .ttl_txt::before,
.indexPage .index__ttlBox.decorated .ttl_txt::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="32.131" viewBox="0 0 16 32.131"><g transform="translate(0 0)"><path d="M16.31,59.341a.921.921,0,0,1-.651-1.572L22.73,50.7a.921.921,0,1,1,1.3,1.3l-7.071,7.07a.917.917,0,0,1-.651.27" transform="translate(-8.304 -27.21)" fill="%23231815"/><path d="M11.734,34.738H.921a.921.921,0,0,1,0-1.842H11.734a.921.921,0,0,1,0,1.842" transform="translate(0 -17.75)" fill="%23231815"/><path d="M23.381,8.915a.916.916,0,0,1-.651-.27L15.657,1.572a.921.921,0,0,1,1.3-1.3l7.074,7.074a.921.921,0,0,1-.651,1.572" transform="translate(-8.302 0)" fill="%23231815"/></g></svg>');
  background-repeat: no-repeat;
  width: 0.8em;
  aspect-ratio: 1 / 2;
  top: -0.25em;
}

.indexPage .index__ttlBox.decorated .ttl_txt::before {
  left: -2em;
}

.indexPage .index__ttlBox.decorated .ttl_txt::after {
  transform: scale(-1, 1);
  right: -2em;
}

/* バナー */
.indexPage .index__bnrBox {
  text-align: center;
  margin-top: var(--gutter-wide);
  margin-bottom: var(--gutter-wide);
}

/*
  ===== fvBox ==========================================
  */
.fvBox {
  background: url(../img/index/fv_bg.webp) no-repeat right 45% top -20px;
}

.fvBox__main {
  height: 450px;
  display: flex;
  align-items: center;
}

.fvBox__main__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}

.fvBox__main__txtBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42%;
  max-width: 480px;
  z-index: 1;
  margin: 2% 0;
  filter: drop-shadow(0 0 3px #fff);
}

/* フォーム */
.fvBox__appraisal__head {
  background: linear-gradient(to right, #fff, #fff 33%, transparent 33%, transparent);
}

.fvBox__appraisal__ttl {
  width: 45%;
  padding: 10px 0;
  background: #fff;
  border-radius: 0 2rem 0 0;
  position: relative;
}

.fvBox__appraisal__ttl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/circle_left_bottom.svg) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  right: -2rem;
}

.fvBox__appraisal__head__inner img {
  width: 90%;
  min-width: 300px;
}

.appraisal_form__selectWrap {
  position: relative;
}

.appraisal_form__selectWrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid var(--color-gray);
  border-bottom: 2px solid var(--color-gray);
  width: 7px;
  height: 7px;
}

.appraisal_form__inputArea {
  padding: 10px 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.appraisal_form__inputArea::after {
  content: "";
  width: 64px;
  height: 26px;
  background: var(--color-gray);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.appraisal_form__inputArea__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.appraisal_form__inputArea__type {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.appraisal_form__inputArea__address {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}


.appraisal_form__btnArea {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.15));
}

.appraisal_form__heading {
  color: var(--color-main);
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}

.appraisal_form__input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 1.5vw, 25px);
  width: 100%;
}

.appraisal_form__inputInner {
  display: flex;
  align-items: center;
}

.appraisal_form #estate_type_name,
.appraisal_form #estate_zip_code,
.appraisal_form #estate-prefecture-code,
.appraisal_form #estate-city-code,
.appraisal_form #estate-oaza-code,
.appraisal_form #estate-aza-name {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  padding: 0.85em;
  width: min(20vw, 260px);
  text-align: left;
  color: var(--color-black);
}

.appraisal_form #estate_zip_code::placeholder,
.appraisal_form #estate_address::placeholder {
  color: var(--color-black);
}

.appraisal_form #estate_city_code {
  margin: 0 24px;
}

.appraisal_form #estate_zip_code {
  margin-left: 10px;
}

.appraisal_form__btn {
  max-width: 90%;
  width: 480px;
  height: 100%;
  aspect-ratio: 480 / 80;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main);
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.3rem, 3vw, 3rem);
  border-radius: 1rem;
  margin: 0 auto;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.15));
  line-height: 1;
  transition: all 0.3s;
  position: relative;
  padding-right: 0.6em;
}

.appraisal_form__btn::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat 0 0 / contain;
  width: 22px;
  height: 20px;
  right: 1em;
  top: calc(50% - 1vh);
}

.appraisal_form__icon {
  color: var(--color-main);
  background-color: #fff;
  border-radius: 3px;
  padding: 0.25em 0.55em;
  font-size: 0.86em;
  line-height: 1;
  margin-right: 0.4em;
}

@media (any-hover:hover) {
  .appraisal_form__btn:hover {
    transform: translate(0, -3px);
    filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.15));
  }
}

/*
===== AREABOX ==========================================
*/
.indexPage #areaBox {
  border-bottom: 2px dotted var(--color-gray);
  overflow: hidden;
}

.indexPage #areaBox .inner {
  padding: 80px 0;
  position: relative;
}

.indexPage #areaBox .inner::before {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1079px;
  height: 558px;
  background: url(../img/index/areaBox_bg.webp) no-repeat center top / cover;
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: -1;
}

.indexPage .areaBox__ttl {
  font-size: clamp(24px, 8vw, 42px);
  font-weight: 800;
  color: var(--color-main);
}

.indexPage .areaBox__count {
  display: flex;
  align-items: flex-end;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 800;
  color: var(--color-main);
}

.indexPage .areaBox__count::before {
  content: "";
  width: clamp(40px, 20vw, 86px);
  aspect-ratio: 86 / 63;
  display: inline-block;
  background: url(../img/index/areaBox_ttl_hands.svg) no-repeat center / contain;
  margin-right: 8px;
}

.indexPage .areaBox__count__nenkan {
  display: inline-block;
  width: 1em;
  line-height: 1.1;
  vertical-align: middle;
  font-size: clamp(12px, 4vw, 20px);
}

.indexPage .areaBox__count__num {
  font-size: clamp(24px, 12vw, 64px);
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 40px;
}

.indexPage .areaBox__count__unit {
  line-height: 1;
}

.indexPage .areaBox__head__com {
  color: var(--color-main);
  margin-top: 1em;
  font-size: 0.8em;
}

.indexPage .areaBox__txt {
  margin: 2em 0;
}

#areaBox .btn_archive {
  margin-left: 0;
}

/*
===== EVENTBOX ==========================================
*/
.indexPage #eventBox {
  padding: var(--gutter-wide) 0 0;
  background-color: #fff;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.indexPage #eventBox .reservBnr {
  margin: 0 auto var(--gutter);
}

.indexPage #eventBox .reservBnr a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-palegray);
  padding: var(--gutter-supernarrow);
  border-radius: var(--rad-common);
  border: 2px solid var(--color-gray);
  position: relative;
}

.indexPage #eventBox .reservBnr a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -15px;
  border-top: 15px solid var(--color-gray);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.indexPage #eventBox .reservBnr a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -12px;
  border-top: 15px solid var(--color-palegray);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.indexPage #eventBox .reservBnr .reservBnr-txt {
  width: calc(98% - 100px);
  max-width: 980px;
  padding-right: 240px;
  margin: 0 auto;
}

.indexPage #eventBox .reservBnr .reservBnr-txt::after {
  content: "";
  display: block;
  background: url(../img/index/reserveBnr_quo.webp) no-repeat center / cover;
  width: clamp(200px, 26%, 313px);
  aspect-ratio: 627 / 450;
  position: absolute;
  top: 25%;
  right: 30px;
  transform: translateY(-50%);
}

.indexPage #eventBox .reservBnr .reservBnr-txt .reservBnr-txt-head {
  font-size: clamp(0.8em, 0.8em + 0.48vw, 1.2em);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  margin-bottom: .5em;
  border-bottom: 2px dotted var(--color-black);
  text-align: center;
}

.indexPage #eventBox .reservBnr .reservBnr-txt-head-text01,
.indexPage #eventBox .reservBnr .reservBnr-txt-head-text02 {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0.5em;
}

.indexPage #eventBox .reservBnr .reservBnr-txt .reservBnr-txt-foot {
  font-size: clamp(1.4em, 1.364em + 0.68vw, 2em);
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
}

.indexPage #eventBox .reservBnr .reservBnr-txt .reservBnr-txt-foot .reservBnr-txt-price {
  display: inline-block;
}

.indexPage #eventBox .reservBnr .reservBnr-txt .reservBnr-txt-foot .reservBnr-txt-price em {
  font-style: normal;
  font-size: clamp(1.875em, 1.648rem + 1.14vw, 2.5em);
  font-family: var(--font-en);
  font-weight: 700;
  color: var(--color-main);
}

.indexPage #eventBox .reservBnr .reservBnr-txt .reservBnr-txt-foot .reservBnr-txt-small {
  display: inline-block;
}

.indexPage #eventBox .inner {
  position: relative;
}

.indexPage #eventArrows {
  width: min(105%, 1260px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}

.indexPage #eventArrows img {
  transition: 0.3s;
  cursor: pointer;
  pointer-events: auto;
}

@media (any-hover:hover) {
  .indexPage #eventArrows img:hover {
    opacity: 0.6;
  }
}

.indexPage .eventBox__list {
  margin: var(--gutter) auto var(--gutter-wide);
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}

.indexPage .eventBox__list__notice {
  text-align: center;
  margin-top: var(--gutter);
}

.indexPage .eventBox__item {
  width: 30vw;
  max-width: 360px;
  margin: 0 clamp(5px, 1.6vw, 16px);
}

.indexPage .eventBox__item a {
  border-radius: 1rem;
  background: #fff;
  box-shadow:
    10px 10px 0 #E9C8D3,
    inset 0 2px 0 0 var(--color-gray),
    inset 2px 0 0 0 var(--color-gray),
    inset -2px 0 0 0 var(--color-gray);
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 4em;
}

.indexPage .eventBox__item__photo {
  aspect-ratio: 3/ 2;
  margin: 12px;
  border-radius: 0.8rem;
  overflow: hidden;
}

.indexPage .eventBox__item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexPage .eventBox__item__info {
  padding: 40px 12px 15px;
  position: relative;
}

.indexPage .eventBox__item__info__ttl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexPage .eventBox__item__info__date {
  margin: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.indexPage .eventBox__item__info__txt {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.2em;
}

.indexPage .eventBox__item__info .icon_cate {
  color: var(--color-main);
  font-weight: bold;
  font-size: 1.4rem;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 5px 5px 0;
}

.indexPage .eventBox__item__info .icon_shop {
  font-size: 0.75em;
  margin: 0 0 5px 0;
}

.indexPage .eventBox__item__info .icon_new {
  background: var(--color-yellow);
  color: var(--color-black);
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  font-size: 2.2rem;
  font-family: var(--font-en);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50vh;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 10px;
}

.indexPage .eventBox__btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: var(--color-main);
  color: #FFF;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 20px;
  position: absolute;
  bottom: 0;
  text-align: center;
  border: 2px solid var(--color-main);
}

.indexPage .eventBox__btn::after {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat 0 0 / contain;
  width: 22px;
  height: 20px;
  position: absolute;
  right: 1.6em;
  top: calc(50%);
  transform: translateY(-50%);
  transition: right 0.3s;
}

/*
===== reasonBox ==========================================
*/
#reasonBox {
  margin: var(--gutter-wide) auto 0;
  padding: var(--gutter-wide) 0;
  background: var(--color-lightgray);
}

.reasonBox__inner {
  margin-bottom: var(--gutter);
}

#reasonBox .index__ttlBox {
  margin-bottom: var(--gutter-narrow);
}

.reasonBox__head__txt {
  font-size: 1.4em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.reasonBox__list {
  margin-top: var(--gutter-narrow);
}

.reasonBox__item {
  background: #fff;
  border-radius: 1rem;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

.reasonBox__item__head {
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 0.5em 1.6em 0.5em 0;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.reasonBox__item__head::after {
  content: "";
  display: block;
  width: clamp(20px, 3vw, 32px);
  aspect-ratio: 1;
  background: url(../img/common/icon_magnify.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.reasonBox__item.active .reasonBox__item__head {
  color: var(--color-main);
}

.reasonBox__item.active .reasonBox__item__head::after {
  width: clamp(18px, 2vw, 22px);
  height: 3px;
  border-radius: 3px;
  background: var(--color-black);
  right: 4px;
}

.reasonBox__item__head .font_num {
  font-size: 1.4em;
  margin-right: 0.5em;
  white-space: nowrap;
}

.reasonBox__item__img {
  transition: all 1s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
}

.reasonBox__item.active .reasonBox__item__img {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.reasonBox__item__img img {
  transition: all 1s;
  opacity: 0;
  width: 100%;
  height: auto;
}

.reasonBox__item.active .reasonBox__item__img img {
  opacity: 1;
}

.reasonBox__item__link {
  margin-top: 1em;
  text-align: right;
}

.reasonBox__item__link a {
  font-size: 0.9em;
  display: inline-block;
  padding: 0 2.5em 0.2em 0.5em;
  position: relative;
  border-bottom: 1px solid var(--color-main);
}

.reasonBox__item__link a::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_color.svg) no-repeat 0 0 / contain;
  width: 16px;
  height: 14px;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media (any-hover: hover) {
  .reasonBox__item__link a:hover::after {
    right: 0;
  }
}


/*
===== RecordBOX ==========================================
*/

#recordBox {
  background: repeating-linear-gradient(-45deg,
      var(--color-palegray), var(--color-palegray) 2px,
      #fff 3px, #fff 6px);
  padding: var(--gutter-wide) 0;
}

#recordBox .recordBox__inner {
  position: relative;
}

/* Slick化中だけ親の flex を止める */
.recordBox__list.is-slick,
.recordBox__list.slick-initialized {
  display: block!important;
  gap: 0;
}

#recordArrows {
  width: min(105%, 1260px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}

#recordArrows img {
  transition: 0.3s;
  cursor: pointer;
  pointer-events: auto;
}

@media (any-hover:hover) {
  #recordArrows img:hover {
    opacity: 0.6;
  }
}

.recordBox .itemList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4%;
}

.recordBox__item {
  width: 31%;
  max-width: 350px;
  background: var(--color-palegray);
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 4%;
}

.recordBox__item:nth-of-type(3n-1) {
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.recordBox__item a {
  display: block;
}

.recordBox .itemList .recordBox__item__photo {
  height: 19.5vw;
  max-height: 230px;
}

.recordBox .itemList .recordBox__item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.recordBox .itemList .recordBox__item__info {
  padding: 4%;
}

.recordBox .itemList .recordBox__item__info__date {
  font-size: 12px;
  margin: 1% 0;
}

.recordBox .itemList .recordBox__item__info__title {
  font-weight: bold;
}

.recordBox .icon_txt.icon_record_type {
  background: var(--color-main);
  border-color: var(--color-main);
}

.recordBox .icon_txt.icon_record_area {
  background: #fff;
  border-color: var(--color-main);
  color: var(--color-main);
}


/*
===== SHOPINFOBOX ==========================================
*/

.indexPage #shopInfoBox {
  margin: var(--gutter-wide) auto;
}

.indexPage .shopInfoBox__wrapper:not(:first-of-type) {
  margin-top: 60px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

.indexPage .shopInfoBox__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopInfoBox__inner {
  margin: var(--gutter) auto;
}

.indexPage .shopInfoBox__imgBox {
  width: 50%;
}

.shopInfoBox__imgBox__imgs {
  position: relative;
}

.shopInfoBox__imgBox__imgs .slick-list {
  overflow: hidden;
}

.indexPage .shopInfoBox__imgBox__img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
  list-style-type: none;
}

.indexPage .shopInfoBox__imgBox__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*スライドのばらけ防止*/
.indexPage .shopInfoBox__imgBox__img:not(:first-child) {
  display: none;
}

.indexPage .slick-slider .shopInfoBox__imgBox__img {
  display: block !important;
}


.indexPage .shopInfoBox__dataBox {
  width: 43.4%;
}

.indexPage #shopInfoBox .shopName {
  font-weight: 800;
  color: var(--color-main);
  font-size: clamp(2rem, 2vw, 2.4rem);
  padding: 0 0 15px 0;
}

.indexPage #shopInfoBox .shopData {
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--color-gray);
}

.indexPage #shopInfoBox .shopData dt {
  font-weight: bold;
  flex-shrink: 0;
}

.indexPage #shopInfoBox .shopData dt,
.indexPage #shopInfoBox .shopData dd {
  padding: 20px 0px 20px 20px;
}

.indexPage #shopInfoBox .shopData dd:last-of-type {
  padding-right: 20px;
}

.indexPage #shopInfoBox .shopData.col2 dd:first-of-type {
  padding-right: 40px;
}

.indexPage #shopInfoBox .shopmap {
  border: solid 1px #ccc;
  height: clamp(240px, 24vw, 350px);
  width: 100%;
  margin-top: 45px;
}

.shopInfoBox__dataBox__btn {
  margin: 40px auto 0;
  text-align: center;
}

.shopInfoBox__dataBox__btn a {
  padding: 24px;
}


/*
===== topicsBox ==========================================
*/
.topicsBox {
  margin: 0 auto var(--gutter-wide);
  background-color: #EEEEEE;
  padding: 53px 0 58px;
}

.topicsBox__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topicsBox__ttlBox {
  flex-shrink: 0;
  margin-right: 1em;
}

.topicsBox .index__ttlBox {
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}

.topicsBox__btn a {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: bold;
  display: block;
  padding: 0 1.5em 0.2em 0.5em;
  border-bottom: 1px solid var(--color-main);
  position: relative;
}

.topicsBox__btn a::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_color.svg) no-repeat 0 0 / contain;
  width: 16px;
  height: 14px;
  right: 0.5em;
  top: calc(50% - 1vh);
  transition: 0.3s;
}

@media (any-hover: hover) {
  .topicsBox__btn a:hover::after {
    right: 0;
  }
}

.topicsBox__item__link {
  display: flex;
  align-items: center;
}

.topicsBox__list {
  width: 82.5%;
  padding-top: 1em;
}

.topicsBox__item__ttl {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}

.topicsBox__item__date {
  font-weight: bold;
  color: #888;
  width: 10%;
  min-width: 6em;
}

.topicsBox__item__cat {
  width: 17%;
  margin: 0 1.5%;
}

.icon_txt.icon_topics {
  width: 100%;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}

.icon_topics_txt {
  width: 7em;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topicsBox__item:not(:last-of-type) {
  margin-bottom: 1.2em;
}

/*
  ===== columnBox ==========================================
  */
.columnBox {
  padding: var(--gutter-wide) 0;
  background: url(../img/index/columnBox_bg.webp) no-repeat top center / cover;
}

.columnBox__inner {
  border-radius: 2rem;
  background: #fff;
  padding: var(--gutter) 0;
}


.columnBox__head {
  display: flex;
  justify-content: space-between;
  padding: 0 var(--gutter);
}

.columnBox .index__ttlBox {
  margin-bottom: 1em;
}

.columnBox .btn_archive {
  width: 25%;
  max-width: 200px;
  margin: 1em 0 0 auto;
}

.columnBox .btn_archive a {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  padding: 1.5em 1.6em 1.5em 0;
}

.columnBox .btn_archive a::after {
  width: 1em;
  aspect-ratio: 22 / 20;
}

.columnBox__text {
  padding: 0 var(--gutter);
}

.columnBox__item {
  padding: 0 var(--gutter);
}

.columnBox__item:not(:last-of-type) {
  border-bottom: 2px dashed var(--color-gray);
}

.columnBox__item a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--gutter) 0;
}

.columnBox__item__img {
  width: 30%;
  max-width: 330px;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}

.columnBox__item__infoBox {
  margin-right: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.columnBox__item__head {
  display: flex;
  align-items: center;
}

.columnBox__item__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  aspect-ratio: 1;
  font-weight: bold;
  margin-right: 1em;
  border-radius: 50vh;
  background: var(--color-main);
  color: #fff;
  flex-shrink: 0;
}

.columnBox__item__date .year {
  font-size: 0.8em;
  margin-bottom: 5px;
}

.columnBox__item__ttl {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.columnBox__item__content {
  margin: 1em 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.columnBox .icon_txt {
  padding: 6px 8px;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  margin: 0 5px 5px 0;
}

.columnBox .icon_txt.icon_new {
  padding-top: 7px;
  padding-bottom: 5px;
  font-weight: 800;
}


/*
  ===== qaBox ==========================================
  */
.qaBox {
  padding: var(--gutter-wide) 0;
}

.qaBox__text {
  text-align: center;
  font-size: clamp(14px, 2.4vw, 18px);
}

.qaBox__itemList {
  list-style: none;
  margin: var(--gutter) 0;
}

.qaBox__item {
  list-style: none;
  margin-bottom: var(--gutter-supernarrow);
  border: 2px solid var(--color-main);
}

.qaBox__item dt {
  position: relative !important;
  display: block;
  font-weight: normal;
  text-decoration: none;
  padding: 1.2em 3.4em;
  position: relative;
  background: var(--color-lightpink);
}

.qaBox__item dt::before {
  content: "Q.";
  color: var(--color-main);
  font-family: var(--font-en);
  font-weight: 900;
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.qaBox__item dt:hover {
  cursor: pointer;
}

.qaBox__item dt.open::after {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bolder;
  width: 30px;
  height: 30px;
  background: var(--color-main);
  content: "×";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.qaBox__item dt.close::after {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bolder;
  width: 30px;
  height: 30px;
  background: var(--color-main);
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.qaBox__item dt.close:first-of-type {
  content: "×";
}

.qaBox__item dd {
  display: none;
  padding: 30px;
}

.qaBox__item dd li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px !important;
}

.qaBox__item dd p {
  margin-bottom: 20px;
}

.qaBox__item dd p:last-child {
  margin-bottom: 0;
}

.qaBox__item dd img {
  max-width: 100%;
  width: auto !important;
}

.qaBox__item .active {
  display: block !important;
}


/*フッター調整*/
.indexPage+#footer {
  margin-top: 0
}

/*==================================================
  PC ONLY SETTINGS : Min1200px
==================================================*/
@media print,
screen and (min-width: 1200px) {

  /*
===== AREABOX ==========================================
*/

  .indexPage #areaBox .inner::before {
    right: -30%;
  }

}

/*==================================================
TABLET SETTINGS : Max1200px Min767px
==================================================*/
@media print,
screen and (max-width: 1200px) and (min-width: 768px) {

  /*
  ===== fvBox ==========================================
  */
  .fvBox__main {
    height: 40vw;
  }

  .fvBox__main__human {
    left: 54%;
    width: 63%;
    bottom: -5%;
  }

  .appraisal_form #estate_type_name,
  .appraisal_form #estate_zip_code,
  .appraisal_form #estate-prefecture-code,
  .appraisal_form #estate-city-code,
  .appraisal_form #estate-oaza-code,
  .appraisal_form #estate-aza-name {
    width: 20vw;
  }

  .appraisal_form #estate_city_code {
    margin: 0 10px;
  }

  .appraisal_form #estate_zip_code {
    margin-left: 5px;
  }


  /*
===== AREABOX ==========================================
*/

  .indexPage #areaBox .inner::before {
    width: 66vw;
    background-size: 130% auto;
    right: -140px;
  }

  /*
===== EVENTBOX ==========================================
*/

  .indexPage #eventBox .reservBnr .reservBnr-txt {
    padding-right: 0;
    width: calc(98% - 150px);
    margin: 0 auto 0 0;
  }

  .indexPage #eventBox .reservBnr .reservBnr-txt::after {
    right: -20px;
  }

  .indexPage .eventBox__item {
    margin: 0 1.2vw 0 0;
  }

  .indexPage .eventBox__item a {
    background: #fff;
    box-shadow:
      clamp(5px, 0.5vw, 8px) clamp(5px, 0.5vw, 8px) 0 #E9C8D3,
      inset 0 2px 0 0 var(--color-gray),
      inset 2px 0 0 0 var(--color-gray),
      inset -2px 0 0 0 var(--color-gray);
  }

}

/*==================================================
  TABLET SETTINGS : Max1010px
==================================================*/
@media print,
screen and (max-width: 1010px) {

  /*
  ===== SHOPINFOBOX ==========================================
  */
  .indexPage .shopInfoBox__inner {
    flex-direction: column;
  }

  .indexPage .shopInfoBox__imgBox {
    width: 96%;
    max-width: 600px;
  }

  .indexPage .shopInfoBox__dataBox {
    width: 100%;
    margin-top: var(--gutter);
  }

}


/*==================================================
  PC & TABLET SETTINGS : Max767px
==================================================*/
@media screen and (min-width: 768px) {

  /*
  ===== reasonBox ==========================================
  */

  .reasonBox__head {
    display: flex;
    justify-content: space-between;
  }

  .reasonBox__head__txt {
    width: 50%;
  }

  .reasonBox__main {
    position: relative;
    padding-left: 50%;
  }

  .reasonBox__item__img {
    width: 45%;
    max-width: 520px;
    position: absolute;
    top: 0;
    left: 0;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {

  /*
===== indexPage common ==========================================
*/

  /*
  ===== fvBox ==========================================
  */
  .fvBox {
    background-size: auto 80vw;
    background-position: right -30vw top -20px;
  }

  .fvBox__main {
    height: 60vw;
    padding-top: 15%;
  }

  .fvBox__main__txtBox {
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
  }

  .fvBox__main__txtBox img {
    width: 100%;
    height: auto;
  }


  .fvBox__main__subttl {
    font-size: 1em;
  }

  .fvBox__main__mainttl {
    margin-bottom: 10px;
  }

  .fvBox__main__counter {
    max-width: 90%;
  }

  /* フォーム */
  .fvBox__appraisal__head {
    background: linear-gradient(to right, #fff, #fff 80%, transparent 80%, transparent);
  }

  .fvBox__appraisal__ttl {
    width: 95%;
    text-align: center;
  }

  .appraisal_form__inputArea__inner {
    flex-wrap: wrap;
  }

  .appraisal_form__inputArea__type {
    width: 100%;
  }

  .appraisal_form__inputArea__address {
    width: 100%;
  }

  .appraisal_form__input {
    flex-wrap: wrap;
    width: 100%;
  }




  .appraisal_form__selectWrap {
    width: 100%;
  }

  .appraisal_form__inputInner {
    width: 100%;
  }

  .appraisal_form #estate_type_name,
  .appraisal_form #estate_zip_code,
  .appraisal_form #estate-prefecture-code,
  .appraisal_form #estate-city-code,
  .appraisal_form #estate-oaza-code,
  .appraisal_form #estate-aza-name {
    width: 100%;
  }

  /*
  ===== AREABOX ==========================================
  */

  .indexPage #areaBox .inner {
    padding-bottom: 90vw;
  }

  .indexPage #areaBox .inner::before {
    width: 170vw;
    height: 89vw;
    left: auto;
    right: -220px;
    bottom: -5px;
    background-size: 100% auto;
    background-position: center;
  }

  .indexPage .areaBox__ttl {
    text-align: center;
  }

  .indexPage .areaBox__count {
    justify-content: center;
    align-items: center;
  }

  .indexPage .areaBox__head__com {
    width: 80%;
    margin: 1em auto;
    text-align: right;
  }

  .indexPage .areaBox__txt {
    text-align: center;
  }

  #areaBox .btn_archive {
    margin: 0 auto;
  }

  /*
  ===== EVENTBOX ==========================================
  */
  /* 予約バナー */
  .indexPage #eventBox .reservBnr {
    width: 90%;
  }

  .indexPage #eventBox .reservBnr a {
    flex-flow: column;
    padding-bottom: 120px;
  }

  .indexPage #eventBox .reservBnr .reservBnr-txt {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .indexPage #eventBox .reservBnr .reservBnr-txt-head-text02 {
    display: inline-block;
  }

  .indexPage #eventBox .reservBnr .reservBnr-txt::after {
    width: 134px;
    height: 100px;
    right: calc(50% - 67px);
    top: auto;
    bottom: -25px;
  }

  .indexPage #eventBox .reservBnr .reservBnr-txt-note {
    text-align: left;
  }

  .indexPage .eventBox__list {
    display: block;
    text-align: center;
    margin-top: var(--gutter-narrow);
  }

  .indexPage .eventBox__item {
    max-width: 80vw;
    width: 360px;
    margin: 0 5.5vw;
    display: inline-block;
  }

  .indexPage .eventBox__item__info {
    text-align: left;
  }

  .indexPage .eventBox__item__info .icon_new {
    width: 50px;
    font-size: 1.6rem;
    top: -30px;
  }

  /*
  ===== reasonBox ==========================================
  */
  .reasonBox__item.active .reasonBox__item__img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 1em;
  }

  .reasonBox__head__txt {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }


  /*
  ===== RecordBOX ==========================================
  */

  .recordBox .itemList {
    gap: 2%;
  }

  .recordBox__item,
  .recordBox__item:nth-of-type(3n-1) {
    width: 48%;
    /* margin: 4% auto; */
    margin: 0 auto;
  }

  .recordBox .itemList .recordBox__item__photo {
    height: 60vw;
  }

  .recordBox .icon_txt {
    font-size: 0.8em;
    padding: 0.25em 0.5em;
  }



  /*
  ===== SHOPINFOBOX ==========================================
  */

  .indexPage .shopInfoBox__wrapper:not(:first-of-type) {
    margin-top: var(--gutter);
    padding-top: 0;
  }

  .indexPage .shopInfoBox__inner {
    flex-direction: column;
  }

  .indexPage .shopInfoBox__imgBox {
    width: 96%;
  }

  .indexPage .shopInfoBox__dataBox {
    width: 100%;
  }

  .indexPage .shopInfoBox__dataBox__btn {
    margin: 40px auto 0;
  }

  .indexPage #shopInfoBox .shopName {
    padding: 0 10px 3%;
    text-align: center;
  }

  .indexPage #shopInfoBox dl {
    flex-wrap: wrap;
    padding: 5% 0;
  }

  .indexPage #shopInfoBox .shopData dt {
    width: 25%;
    padding: 0 10px;
  }

  .indexPage #shopInfoBox .shopData dd {
    width: 75%;
    padding: 0 10px;
  }

  /*
  ===== topicsBox ==========================================
  */
  .topicsBox {
    padding: 10% 0;
  }

  .topicsBox__inner {
    flex-direction: column;
  }

  .topicsBox__ttlBox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10%;
  }

  .topicsBox .index__ttlBox {
    margin: 0;
  }

  .topicsBox__btn {
    width: 50%;
    max-width: 120px;
  }

  .topicsBox__list {
    width: 100%;
    ;
  }

  .topicsBox__item__link {
    flex-wrap: wrap;
  }

  .topicsBox__item__cat {
    width: 60%;
  }

  .topicsBox__item__ttl {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
  }

  .icon_txt.icon_topics {
    display: inline-block;
    margin: 2px;
    width: auto;
    height: auto;
    font-size: 1.2rem;
  }

  .topicsBox__item:not(:last-of-type) {
    margin-bottom: 10%;
  }

  /*
  ===== columnBox ==========================================
  */
  .columnBox .btn_archive {
    min-width: 80px;
  }

  .columnBox .btn_archive a {
    padding: 1em 1.6em 1em 0;
  }

  .columnBox__item a {
    flex-direction: column;
    padding-bottom: var(--gutter-narrow);
  }

  .columnBox__item__img {
    width: 90%;
    margin: 0 auto;
  }

  .columnBox__item__infoBox {
    margin: 2em 0 0;
    position: relative;
  }

  .columnBox__item__date {
    position: absolute;
    top: -4em;
    left: 0;
    border: 1px solid #fff;
  }

  .columnBox .iconWrap {
    margin-top: 0;
  }

}