.txt-inline {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-green);
  text-decoration-thickness: .2rem;
  text-underline-offset: .4rem;
}
.txt-inline-w {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #DDECE9;
  text-decoration-thickness: .2rem;
  text-underline-offset: .4rem;
  color: #fff;
}
.c-links {
  gap: 2.5rem;
  padding-left: 2rem;
}
.c-links > span:last-child {
  display: flex;
  gap: 2.5rem;
}
.c-links__reservation {
  flex-direction: column;
  gap: 0.2em;
  line-height: 1em;
  padding: 0.5rem;
  width: 200px;
}
.c-links__reservation span:nth-of-type(1)::after {
  display: none;
}
.c-links__reservation span:nth-of-type(1) {
  font-size: 1.2rem;
}
.c-links__reservation span:nth-of-type(2) {
  font-size: 1.6rem;
}
.c-links__line {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  padding: 1.4rem 0.5rem;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  border-radius: .5rem;
  background: #01B900;
  transition: color .3s, transform .3s;
}
.info__text .c-links, .footer__left .c-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.info__contents .info__text {
  width: 100%;
  max-width: 624px;
}
.page-top .case01_box .others__heading img {
  width: min(28rem, 100%);
}
.page-top .case01_box {
  background: url(../images/bg_home_case.webp) no-repeat top center;
  background-size: auto 2000px;
  padding: 12rem 0 20rem;
  margin-bottom: -8rem;
  border-radius: 8rem 8rem 0 0;
  position: relative;
}
.twentytwenty-container {
  width: 380px;
  height: 216px !important;
  margin: 0 auto 1rem;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background: #F0F0F0;
}
.twentytwenty-container img {
  max-height: 100%;
  max-width: 100%;
}
.idx_faq {}
.idx_faq dl {
  margin-bottom: 2rem;
}
.idx_faq dt {
  text-align: center;
  padding: 1rem 0.5rem 0.9rem;
  line-height: 1.4em;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  background: #DDECE9;
  font-weight: bold;
}
.idx_faq dt:before, .idx_faq dt:after {
  position: absolute;
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #707070;
  top: 49%;
  right: 20px;
  transition: 0.3s all;
}
.idx_faq dt:after {
  transform: rotate(90deg);
}
.idx_faq dl.show dt:after {
  transform: rotate(0deg);
}
.idx_faq .case_close {
  display: none;
}
.idx_faq .case_close:before, .idx_faq .case_close:after {
  top: 36%;
  right: 3rem;
}
.idx_faq dl.show .case_close {
  display: block;
  padding-bottom: 2rem;
}
.idx_faq dd {
  border-top: #fff 5px solid;
  padding: 3rem 2rem 0.5rem;
  position: relative;
  display: none;
  background: #DDECE9;
}
.idx_table {
  width: 100%;
}
.idx_table th, .idx_table td {
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
}
.idx_table th {
  margin-bottom: 2rem;
  display: block;
}
.idx_table th span {
  display: inline-block;
  background: #fff;
  border-radius: 99px;
  padding: 0 2rem;
}
.idx_table td {
  border-bottom: #76AB9F 1px dotted;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.case_detail {
  display: flex;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.case_detail_item {
  max-width: 380px;
  flex: 1;
}
.case_top {
  display: flex;
  gap: 2px;
}
.case_top span {
  flex: 1;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  background: #83B2A7;
  line-height: 1;
  padding-top: 2px;
}
.case_top span:last-child {
  background: #3A5E56;
}
.case_tit {
  text-align: center;
  margin-bottom: 2.5rem;
}
.case_tit a {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-top .mv {
    padding-top: 28rem;
  }
  .c-links__line:hover {
    transform: scale(1.05);
  }
  .case_tit a:hover {
    color: #83B2A7
  }
  .case_tit a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .page-top .mv {
    padding-top: 23rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .case_detail_item {
    width: calc((100% - 8rem) / 3);
  }
  .twentytwenty-container {
    width: 100%;
    height: 21rem !important;
    margin: 0 auto 1rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .info__text .c-links, .footer__left .c-links {
    align-items: center;
  }
  .c-links > span {
    width: 100%;
    text-align: center;
  }
  .c-links > span:last-child {
    gap: 1rem;
    justify-content: center;
  }
  .c-links__line, .c-links__reservation {
    width: 45%;
  }
  .sidebar-content .spMenu__line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    font-weight: 700;
    line-height: var(--lh-16);
    background: #01B900;
    width: 9rem;
  }
  .twentytwenty-container {
    width: 100%;
    max-width: 380px;
    height: 51vw !important;
    max-height: 216px !important;
  }
  .twentytwenty-container img {
    width: 100%;
    height: auto;
  }
  .case_detail {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .case_detail_item {
    flex: auto;
    max-width: 380px;
    width: 100%;
  }
  .page-top .case01_box {
    padding: 6.4rem 2rem 12.4rem;
    margin-bottom: -6rem;
    border-radius: 4rem 4rem 0 0;
  }
  .case_top span {
    height: auto;
    padding: 10px;
  }
  .idx_faq dd {
    padding: 2rem 1rem 0.5rem;
  }
  .idx_table th {
    margin-bottom: 1rem;
  }
  .case_tit {
    margin-bottom: 1.5rem;
  }
  .page-top .case01_box .others__heading {
    margin-bottom: 3rem;
  }
  .page-top .case01_box .others__heading img {
    width: 18rem
  }
    

    
}