.homeciaoSect {
  margin-inline: auto;
  max-width: 1000px;
}

@media print, screen and (min-width: 768px) {
  .homeciaoSect {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .homeciaoSect {
    padding: 60px 16px;
  }
}

.homeciaoSect__ttl {
  letter-spacing: .02em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .homeciaoSect__ttl {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 60px;
    line-height: 1.42857;
  }
  .homeciaoSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .homeciaoSect__ttl:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .homeciaoSect__ttl:before, .homeciaoSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .homeciaoSect__ttl {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .homeciaoSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .homeciaoSect__ttl:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .homeciaoSect__ttl:before, .homeciaoSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.homeciaoSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .homeciaoSect__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.homeciaoSect__img {
  max-width: 100%;
  width: 500px;
}

.homeciaoSect__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .homeciaoSect__txt {
    font-size: 16px;
    line-height: 2;
  }
  .homeciaoSect__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .homeciaoSect__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .homeciaoSect__txt:before, .homeciaoSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .homeciaoSect__txt {
    font-size: 14px;
    line-height: 2.28571;
  }
  .homeciaoSect__txt:before {
    content: '';
    margin-top: calc((1 - 2.28571) * .5em);
  }
  .homeciaoSect__txt:after {
    margin-bottom: calc((1 - 2.28571) * .5em);
  }
  .homeciaoSect__txt:before, .homeciaoSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.homeciaoSect__list {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .homeciaoSect__list {
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  .homeciaoSect__list {
    font-size: 16px;
    padding-left: 1.4em;
    line-height: 2;
  }
  .homeciaoSect__list:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .homeciaoSect__list:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .homeciaoSect__list:before, .homeciaoSect__list:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.homeciaoSect__list li {
  font-weight: 500;
  list-style: disc;
}

.kakujoGyoruiSect {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .kakujoGyoruiSect {
    padding-block: 80px;
  }
}

@media screen and (max-width: 768px) {
  .kakujoGyoruiSect {
    padding: 40px 16px;
  }
}

.kakujoGyoruiSect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-inline: auto;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .kakujoGyoruiSect__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kakujoGyoruiSect__img {
  width: 500px;
  max-width: 100%;
}

.kakujoGyoruiSect__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kakujoGyoruiSect__ttl {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .kakujoGyoruiSect__ttl {
    font-size: 20px;
    line-height: 1.6;
  }
  .kakujoGyoruiSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .kakujoGyoruiSect__ttl:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .kakujoGyoruiSect__ttl:before, .kakujoGyoruiSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .kakujoGyoruiSect__ttl {
    font-size: 16px;
    text-align: center;
    line-height: 2.125;
  }
  .kakujoGyoruiSect__ttl:before {
    content: '';
    margin-top: calc((1 - 2.125) * .5em);
  }
  .kakujoGyoruiSect__ttl:after {
    margin-bottom: calc((1 - 2.125) * .5em);
  }
  .kakujoGyoruiSect__ttl:before, .kakujoGyoruiSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.kakujoGyoruiSect__txt {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .kakujoGyoruiSect__txt {
    font-size: 16px;
    line-height: 2;
  }
  .kakujoGyoruiSect__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .kakujoGyoruiSect__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .kakujoGyoruiSect__txt:before, .kakujoGyoruiSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .kakujoGyoruiSect__txt {
    font-size: 14px;
    line-height: 2.28571;
  }
  .kakujoGyoruiSect__txt:before {
    content: '';
    margin-top: calc((1 - 2.28571) * .5em);
  }
  .kakujoGyoruiSect__txt:after {
    margin-bottom: calc((1 - 2.28571) * .5em);
  }
  .kakujoGyoruiSect__txt:before, .kakujoGyoruiSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.kakujoGyoruiSect__logo {
  width: 179px;
  margin-inline: auto;
  mix-blend-mode: multiply;
}

@media print, screen and (min-width: 768px) {
  .locationNavi {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 768px) {
  .locationNavi {
    margin-bottom: 30px;
    padding-inline: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .locationNavi__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.locationNavi__item {
  font-family: "Amiri", "Noto Serif JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .locationNavi__item {
    width: 200px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .locationNavi__item {
    height: 41px;
  }
}

.locationNavi__item.is-current {
  background: #C5DEDD;
}

.locationNavi__item 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;
  width: 100%;
  height: 100%;
  font-size: 30px;
  padding-top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .locationNavi__item a:hover {
    background: #d6e7e6;
  }
}

@media (hover: hover) and (pointer: fine) {
  .locationNavi__item a:hover {
    background: #d6e7e6;
  }
}

@media screen and (max-width: 768px) {
  .locationNavi__item a {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect {
    padding-top: 30px;
  }
}

.locationSect__inner {
  padding-bottom: 40px;
}

.locationSect--bg .locationSect__inner {
  background: #EAE7E3;
}

.locationSect__mv {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .locationSect__mv {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 252px) 100%, calc(50% + 252px) calc(100% - 72px), calc(50% - 252px) calc(100% - 72px), calc(50% - 252px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 252px) 100%, calc(50% + 252px) calc(100% - 72px), calc(50% - 252px) calc(100% - 72px), calc(50% - 252px) 100%, 0 100%);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__mv {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 85px) 100%, calc(50% + 85px) calc(100% - 40px), calc(50% - 85px) calc(100% - 40px), calc(50% - 85px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 85px) 100%, calc(50% + 85px) calc(100% - 40px), calc(50% - 85px) calc(100% - 40px), calc(50% - 85px) 100%, 0 100%);
  }
}

.locationSect__heading {
  position: relative;
  margin-bottom: 30px;
  color: #442C2C;
  font-family: "Amiri", "Noto Serif JP", sans-serif;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .locationSect__heading {
    margin-top: -32px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__heading {
    margin-top: -28px;
  }
}

.locationSect__ttl {
  line-height: 1;
}

.locationSect__ttl:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.locationSect__ttl:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.locationSect__ttl:before, .locationSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .locationSect__ttl {
    font-size: 70px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__ttl {
    font-size: 24px;
  }
}

.locationSect__subttl {
  letter-spacing: .1em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .locationSect__subttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__subttl {
    font-size: 12px;
  }
}

.locationSect__lead {
  text-align: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .locationSect__lead {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__lead {
    font-size: 16px;
    line-height: 2.125;
  }
  .locationSect__lead:before {
    content: '';
    margin-top: calc((1 - 2.125) * .5em);
  }
  .locationSect__lead:after {
    margin-bottom: calc((1 - 2.125) * .5em);
  }
  .locationSect__lead:before, .locationSect__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.locationSlider__item__img {
  margin-bottom: 20px;
  max-height: 195px;
  aspect-ratio: 1.64;
}

.locationSlider__item__ttl {
  margin-bottom: 3px;
  font-size: 15px;
  text-align: center;
  line-height: 16;
}

.locationSlider__item__ttl:before {
  content: '';
  margin-top: calc((1 - 16) * .5em);
}

.locationSlider__item__ttl:after {
  margin-bottom: calc((1 - 16) * .5em);
}

.locationSlider__item__ttl:before, .locationSlider__item__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.locationSlider__item__walk {
  font-size: 10px;
  text-align: center;
}

.loopImgSlider .swiper-wrappe, .loopImgSlider .swiper-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.loopImgSlider .swiper-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 320px;
}

.loopImgSliderController {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .loopImgSliderController {
    margin: 25px auto;
    padding-inline: 80px;
  }
}

@media screen and (max-width: 768px) {
  .loopImgSliderController {
    margin: 15px auto;
    width: calc(100% - 64px);
  }
}

.loopImgSliderController .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  position: relative;
}

.loopImgSliderController .swiper-pagination .swiper-pagination-bullet {
  background: #907e7e;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 3px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 14px;
}

.loopImgSliderController .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #442c2c;
  width: 28px;
}

.loopImgSliderController .js-loopImgSliderArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.loopImgSliderController .js-loopImgSliderArrow button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media print, screen and (min-width: 768px) {
  .loopImgSliderController .js-loopImgSliderArrow button:hover {
    opacity: .5;
  }
}

@media (hover: hover) and (pointer: fine) {
  .loopImgSliderController .js-loopImgSliderArrow button:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 768px) {
  .spWrap {
    padding-inline: 16px;
  }
}

@media screen and (max-width: 768px) {
  .location-balance .headingLead__txt {
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 768px) {
  .location-balance__map {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .location-balance__map {
    padding-top: 40px;
  }
}
