main {
  width: 100%;
  position: relative;
  margin-top: 20rem;
  padding-top: 1rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 820px) {
  main {
    margin-top: 15rem;
    padding-top: 12rem;
    margin-bottom: 3rem;
  }
}
main section {
  width: 112rem;
  margin: auto auto 6.4rem;
  padding: 6.6rem 8rem;
  background: #fff;
  border: 0.3rem solid #333;
  border-radius: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  main section {
    width: 67rem;
    padding: 6rem 4rem;
  }
}
main section figure.floor {
  width: 100%;
}
main section .outline {
  margin: 4rem auto;
}
@media screen and (max-width: 820px) {
  main section .outline {
    margin: 6.4rem auto;
  }
}
main section .outline dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  border-top: 0.1rem dashed #333;
  line-height: 2.4rem;
}
main section .outline dl:last-of-type {
  border-bottom: 0.1rem dashed #333;
}
@media screen and (max-width: 820px) {
  main section .outline dl {
    display: block;
    padding: 4rem 0;
  }
}
main section .outline dl dt {
  width: 21.3rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  main section .outline dl dt {
    width: 100%;
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}
main section .outline dl dd {
  width: calc(100% - 21.3rem);
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  main section .outline dl dd {
    width: 100%;
    font-size: 3.2rem;
  }
}
main section .atraction {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.1rem;
}
@media screen and (max-width: 820px) {
  main section .atraction {
    display: block;
  }
}
main section .atraction dl {
  width: 30.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 820px) {
  main section .atraction dl {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 820px) {
  main section .atraction dl:last-of-type {
    margin-bottom: 0;
  }
}
main section .atraction dl dt {
  width: 100%;
  height: 22.8rem;
  border: 0.3rem solid #333;
  border-radius: 1.6rem;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  main section .atraction dl dt {
    width: 100%;
    height: 44rem;
    margin-bottom: 3.5rem;
  }
}
main section .atraction dl dt img {
  width: 100%;
  height: auto;
}
main section .atraction dl dd.title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 820px) {
  main section .atraction dl dd.title {
    font-size: 3.6rem;
    letter-spacing: -0.2rem;
  }
}
main section .atraction dl dd.detail {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: normal;
}
@media screen and (max-width: 820px) {
  main section .atraction dl dd.detail {
    font-size: 3.2rem;
  }
}

main.nishigawara {
  background: #d9f2ff;
}
main.nishigawara::before {
  content: '';
  width: 100%;
  height: 190px;
  background: url("../images/bg_main_nishigawara_top.png") no-repeat top center;
  background-size: 4000px;
  position: absolute;
  top: -12rem;
  left: 0;
}
@media screen and (max-width: 1500px) {
  main.nishigawara::before {
    background: url("../images/bg_main_nishigawara_top1500.png") no-repeat top center;
    background-size: 100%;
    top: -11.5rem;
  }
}
@media screen and (max-width: 820px) {
  main.nishigawara::before {
    background: url("../images/bg_main_nishigawara_top_sp.png") no-repeat top center;
    background-size: 100%;
    top: -8.8rem;
  }
}
main.nishigawara::after {
  content: '';
  width: 100%;
  height: 210px;
  background: url("../images/bg_main_nishigawara_bottom.png") no-repeat top center;
  background-size: 4000px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  main.nishigawara::after {
    background: url("../images/bg_main_nishigawara_bottom1500.png") no-repeat top center;
    background-size: 100%;
    height: 15.8vw;
  }
}

main.isuzu {
  background: #e0eeff;
}
main.isuzu::before {
  content: '';
  width: 100%;
  height: 190px;
  background: url("../images/bg_main_isuzu_top.png") no-repeat top center;
  background-size: 4000px;
  position: absolute;
  top: -12rem;
  left: 0;
}
@media screen and (max-width: 1500px) {
  main.isuzu::before {
    background: url("../images/bg_main_isuzu_top1500.png") no-repeat top center;
    background-size: 100%;
    top: -11.5rem;
  }
}
@media screen and (max-width: 820px) {
  main.isuzu::before {
    background: url("../images/bg_main_isuzu_top_sp.png") no-repeat top center;
    background-size: 100%;
    top: -8.8rem;
  }
}
main.isuzu::after {
  content: '';
  width: 100%;
  height: 210px;
  background: url("../images/bg_main_nishigawara_bottom.png") no-repeat top center;
  background-size: 4000px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  main.isuzu::after {
    background: url("../images/bg_main_nishigawara_bottom1500.png") no-repeat top center;
    background-size: 100%;
    height: 15.8vw;
  }
}

main.gym {
  background: #f0f3fd;
  border-radius: 4rem 4rem 0 0;
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 820px) {
  main.gym {
    margin-top: 9.6rem;
    padding-top: 9.6rem;
    margin-bottom: 0;
  }
}
main.gym::after {
  display: none;
}
@media screen and (max-width: 1500px) {
  main.gym::after {
    display: none;
  }
}
main.gym section {
  border: none;
  border-radius: 0.8rem;
}
main.gym section:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  main.gym section {
    margin-bottom: 9.6rem;
  }
}
main.gym section .outline {
  margin: 4rem auto;
}
@media screen and (max-width: 820px) {
  main.gym section .outline {
    margin: 6.4rem auto;
  }
}
main.gym section .outline dl {
  border-top: 0.1rem solid #ddd;
}
main.gym section .outline dl:last-of-type {
  border-bottom: 0.1rem solid #ddd;
}
main.gym section .outline dl dt {
  color: #2652e1;
}
main.gym section .atraction dl dt {
  border: none;
  border-radius: 0.8rem;
}
main.gym section .atraction dl dd.title {
  color: #2652e1;
}
