body {
  min-height: initial;
  min-height: auto;
}

.concierge .concierge_block {
  width: 100%;
  background: #fff;
}
@media (max-width: 562px) {
  .concierge .concierge_block {
    padding: 24px;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_block {
    padding: 30px 60px;
  }
}
@media (min-width: 563px) {
  .concierge.concierge_index .concierge_block {
    padding: 42px 60px 42px;
  }
}
.concierge .concierge_title {
  text-align: center;
  line-height: 1;
}
@media (max-width: 562px) {
  .concierge .concierge_title {
    margin-bottom: 12px;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_title {
    margin-bottom: 24px;
  }
}
.concierge .concierge_title .subCopy {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
}
.concierge .concierge_title .mainCopy {
  margin-top: 3px;
  letter-spacing: 0.1em;
  color: #c89535;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 562px) {
  .concierge.concierge_index .concierge_title .mainCopy {
    font-size: 1.6rem;
  }
}
@media (min-width: 563px) {
  .concierge.concierge_index .concierge_title .mainCopy {
    font-size: 2.4rem;
  }
}
.concierge .concierge_voice {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 562px) {
  .concierge .concierge_voice {
    margin-bottom: 12px;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_voice {
    margin-bottom: 24px;
  }
}
.concierge .concierge_voice .icon-concierge {
  color: #c89535;
  margin-right: 6px;
}
@media (max-width: 562px) {
  .concierge .concierge_voice .icon-concierge {
    font-size: 42px;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_voice .icon-concierge {
    font-size: 36px;
  }
}
.concierge .concierge_voice .arrow {
  width: 6px;
  margin-right: 12px;
  position: relative;
}
.concierge .concierge_voice .arrow:after {
  content: "";
  display: block;
  width: calc(6px * 1.4142);
  height: calc(6px * 1.4142);
  border-top: 1px solid #c89535;
  border-left: 1px solid #c89535;
  transform-origin: left top;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}
.concierge .concierge_voice .txt {
  color: #666;
  font-weight: 400;
  letter-spacing: 0.1em;
  flex-grow: 0;
}
@media (max-width: 562px) {
  .concierge .concierge_voice .txt {
    font-size: 1.4rem;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_voice .txt {
    font-size: 1.6rem;
  }
}
.concierge .concierge_voice .txt .title {
  color: #230505;
}
@media (max-width: 562px) {
  .concierge .concierge_voice .txt .title {
    font-size: 1.6rem;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_voice .txt .title {
    font-size: 2.4rem;
  }
}
.concierge.concierge_index .concierge_voice .txt {
  color: #230505;
}
.concierge .concierge_titleList {
  list-style: none;
}
@media (min-width: 563px) {
  .concierge .concierge_titleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 562px) {
  .concierge .concierge_titleList > li {
    max-width: 240px;
    margin: 6px auto 0;
  }
  .concierge .concierge_titleList > li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_titleList > li {
    width: calc((100% - 42px) / 2);
    margin-top: 12px;
  }
  .concierge .concierge_titleList > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.concierge .concierge_titleList > li .link_block {
  display: flex;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.concierge .concierge_titleList > li .link_block.hover {
  opacity: 0.7;
}
.concierge .concierge_titleList > li .link_block .txt {
  color: #230505;
  font-weight: 400;
  letter-spacing: 0.1em;
  flex-grow: 0;
}
@media (max-width: 562px) {
  .concierge .concierge_titleList > li .link_block .txt {
    font-size: 1.4rem;
  }
}
@media (min-width: 563px) {
  .concierge .concierge_titleList > li .link_block .txt {
    font-size: 1.6rem;
  }
}
.concierge .concierge_titleList > li .link_block .line {
  flex-grow: 1;
  position: relative;
}
.concierge .concierge_titleList > li .link_block .line:before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 6px;
}
.concierge .concierge_titleList > li .link_block .arrow {
  width: 6px;
  flex-grow: 0;
  position: relative;
}
.concierge .concierge_titleList > li .link_block .arrow:after {
  content: "";
  display: block;
  width: calc(6px * 1.4142);
  height: calc(6px * 1.4142);
  border-top: 2px solid #c89535;
  border-right: 2px solid #c89535;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.concierge .concierge_answerTxt {
  font-size: 1.4rem;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
.concierge .concierge_answer_btnArea {
  text-align: center;
}
.concierge .concierge_answer_btnArea > a {
  color: #230505;
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
}
.concierge .concierge_answer_btnArea > a .arrow {
  width: 6px;
  margin-right: 6px;
  position: relative;
}
.concierge .concierge_answer_btnArea > a .arrow:after {
  content: "";
  display: block;
  width: calc(6px * 1.4142);
  height: calc(6px * 1.4142);
  border-top: 2px solid #c89535;
  border-left: 2px solid #c89535;
  transform-origin: top left;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-45deg);
}
