@charset "UTF-8";
#main {
  overflow: visible;
}

/* ▼▼▼ ショールーム一覧
=====================================*/
.ttl_wrap {
  margin: var(--Padding-Layout-SectionInnermedium) auto;
}
.ttl_wrap .section_title {
  margin-bottom: 0;
}
.ttl_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 24px;
}

a.pdf_btn {
  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;
  gap: 2px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid var(--Line-Primary);
  width: 108px;
  padding: 7px 16px;
  color: var(--Brand-color-Primary);
  font-size: var(--Label-XX-Small);
  font-weight: 500;
  text-align: center;
}
a.pdf_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/icon_download.svg) no-repeat center/auto;
  -webkit-filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
  filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
}

.category_title {
  margin: 48px 0 24px;
}
@media screen and (min-width: 768px), print {
  .category_title {
    margin: 80px 0 24px;
  }
}

.reservation_txt {
  font-size: var(--Heading-H5);
  font-weight: 500;
}

.flow_step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .flow_step {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 34px;
  }
}
.flow_step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  font-size: var(--body-medium-base);
  position: relative;
  font-weight: 500;
}
.flow_step li .note {
  font-size: var(--Body-X-Small);
  font-weight: normal;
}
.flow_step li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #109CF3 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -24px;
}
@media screen and (min-width: 768px), print {
  .flow_step li {
    display: block;
  }
  .flow_step li:not(:last-child)::after {
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #109CF3;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: auto;
    right: -24px;
    bottom: auto;
  }
}
.flow_step li .num {
  display: block;
  color: var(--Brand-color-Primary);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px), print {
  .flow_step li .num {
    margin-bottom: 8px;
  }
}
.flow_step li a {
  color: var(--Brand-color-Primary);
  text-decoration: underline;
}
.flow_step li a:hover {
  opacity: 1;
  text-decoration: none;
}

.map {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .map {
    margin-bottom: 60px;
  }
}
.map svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.map svg a {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.map svg a:hover {
  opacity: 1;
}
.map svg a:hover path.line {
  fill: #109cf3;
}
.map svg a:hover path.txt {
  fill: #fff;
}

.anchor_list {
  display: grid;
  grid-template-columns: repeat(6, 96px);
  margin: 0 -16px 48px;
  padding: 0 16px;
  width: calc(100% + 32px);
}
@media screen and (min-width: 768px), print {
  .anchor_list {
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    margin: 0 auto 80px;
  }
}
.anchor_list li {
  font-size: var(--Label-XX-Small);
  font-weight: 500;
  text-align: center;
}
.anchor_list li a {
  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;
  gap: 0 8px;
  border-bottom: 2px solid var(--Line-Secondary);
  padding: 16px 0 8px;
  color: var(--Object-Secondary);
}
@media screen and (min-width: 768px), print {
  .anchor_list li a {
    padding: 23px 0 24px;
  }
}
.anchor_list li a::after {
  content: "";
  width: 4.5px;
  height: 4.5px;
  border: 1.5px solid var(--Line-Secondary);
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
.anchor_list li a:hover {
  opacity: 1;
  color: var(--Object-Primary);
  border-color: var(--Brand-color-Primary);
}
.anchor_list li a:hover::after {
  border-color: var(--Object-Primary);
}

.anchor_list + area {
  margin-top: 0;
}

.area {
  margin-top: 32px;
}
.area .heading_h3 {
  margin-bottom: 24px;
  background-color: var(--Background-Tertiary);
}
@media screen and (min-width: 768px), print {
  .area {
    margin-top: 60px;
  }
}
.area_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px), print {
  .area_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.area_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px 0;
  background: #fff;
  padding: 24px;
  font-size: var(--Body-X-Small);
}
.area_item .title {
  font-size: var(--Heading-H4);
  font-weight: 500;
  margin-bottom: 8px;
}
.area_item a.txt_link {
  font-size: var(--body-medium-base);
  color: var(--Brand-color-Primary);
  text-decoration: underline;
}
.area_item a.txt_link:hover {
  opacity: 1;
  text-decoration: none;
}
.area_item_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 16px;
  border-top: 1px solid var(--Line-Primary);
  margin-top: auto;
  padding-top: 16px;
}
.area_item_contact .white_btn {
  width: 100%;
  max-width: 295px;
}
@media screen and (min-width: 768px), print {
  .area_item_contact .white_btn {
    width: 185px;
  }
}

/* ▼▼▼ ショールーム詳細
=====================================*/
.showroom_contents {
  background: #fff;
  display: grid;
  gap: 32px 0;
  border-radius: 20px;
  padding: 32px 16px;
  margin: 0 -16px;
}
@media screen and (min-width: 768px), print {
  .showroom_contents {
    gap: 48px 0;
    padding: 60px;
    margin: 0;
  }
}
.showroom_contents .g_map {
  border-radius: 20px;
  height: 343px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .showroom_contents .g_map {
    height: 441px;
  }
}
.showroom_contents .g_map iframe {
  width: 100%;
  height: 100%;
}
.showroom_contents .box {
  background: var(--Background-Primary);
  border-radius: 20px;
  padding: 24px;
}
.showroom_contents .box_title {
  color: var(--Brand-color-Primary);
  font-weight: 500;
  margin-bottom: 8px;
}
.showroom_contents .showroom_data {
  border-collapse: separate;
  border-spacing: 24px 0;
}
@media screen and (max-width: 767px) {
  .showroom_contents .showroom_data {
    display: block;
    width: 100%;
  }
  .showroom_contents .showroom_data thead, .showroom_contents .showroom_data tbody, .showroom_contents .showroom_data tr, .showroom_contents .showroom_data th, .showroom_contents .showroom_data td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .showroom_contents .showroom_data {
    margin-left: -24px;
  }
}
.showroom_contents .showroom_data th {
  width: 100%;
  font-weight: 500;
  padding-top: 16px;
}
@media screen and (min-width: 768px), print {
  .showroom_contents .showroom_data th {
    border-bottom: 1px solid var(--Line-Primary);
    width: 180px;
    padding: 24px 0 16px;
  }
}
.showroom_contents .showroom_data td {
  border-bottom: 1px solid var(--Line-Primary);
  padding: 16px 0;
}
@media screen and (min-width: 768px), print {
  .showroom_contents .showroom_data td {
    padding: 24px 0 16px;
  }
}
.showroom_contents .showroom_data td p:not(:last-of-type) {
  margin-bottom: 16px;
}
.showroom_contents .showroom_data span {
  display: inline-block;
}
.showroom_contents .showroom_data .tel-moji {
  font-size: var(--Heading-H3);
  font-weight: 500;
  margin-right: 8px;
}
.showroom_contents .showroom_data .tel-moji a {
  color: var(--Brand-color-Primary);
  text-decoration: underline;
}
.showroom_contents .showroom_data .tel-moji a::after {
  opacity: 1;
  text-decoration: none;
}
.showroom_contents .showroom_data .tel-moji .hours {
  font-size: var(--Caption-X-Small);
}
.showroom_contents .gradient_btn {
  max-width: 420px;
  margin: 0 auto;
  font-size: var(--body-medium-base);
  padding: 16px 16px 18px;
}

.other_showroom .container {
  display: grid;
  gap: 32px 0;
}
@media screen and (min-width: 768px), print {
  .other_showroom .container {
    gap: 48px 0;
  }
}
.other_showroom .category_title {
  margin-bottom: 0;
}
.other_showroom .other_showroom_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media screen and (min-width: 768px), print {
  .other_showroom .other_showroom_list {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
}
.other_showroom .other_showroom_list p {
  border-bottom: 1px solid var(--Line-Secondary);
  padding-bottom: 8px;
  font-size: var(--Navigation-X-Small);
}
.other_showroom ul li {
  font-size: var(--Heading-H6);
  font-weight: 500;
  margin-top: 16px;
}
.other_showroom ul li.now a {
  color: var(--Object-Disabled);
  pointer-events: none;
}
.other_showroom .white_btn {
  margin: 0 auto;
}