<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto sans JP", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

ol {
  list-style: none;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp_br {
    display: block;
  }
}

.featurePage {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 825px) {
  .featurePage .contents_wrapper {
    width: 94%;
    margin: 0 auto;
  }
}

.featurePage-mv {
  width: 100%;
}

.featurePage-mv img {
  width: 100%;
  vertical-align: top;
}

.page_about {
  margin-top: 68px;
}

@media screen and (max-width: 480px) {
  .page_about {
    margin-top: 45px;
  }
}

.page_about__lead {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #202020;
}

@media screen and (max-width: 480px) {
  .page_about__lead {
    font-size: 15px;
  }
}

.page_about__sugonano {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
}

@media screen and (max-width: 480px) {
  .page_about__sugonano {
    margin-top: 60px;
    flex-direction: column;
  }
}

.page_about__sugonano img {
  width: 170px;
  height: 170px;
}

.page_about__sugonano p {
  font-size: 16px;
  line-height: 1.88;
  color: #202020;
  font-weight: normal;
  margin-left: 30px;
  width: 520px;
}

@media screen and (max-width: 480px) {
  .page_about__sugonano p {
    font-size: 14px;
    color: #202020;
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

.contents_wrapper .item-main {
  margin-top: 160px;
  margin-bottom: 105px;
}

@media screen and (max-width: 480px) {
  .contents_wrapper .item-main {
    margin-top: 60px;
  }
}

.item-main__list {
  margin-top: 80px;
  margin-bottom: 240px;
}

@media screen and (max-width: 480px) {
  .item-main__list {
    margin-top: 40px;
    margin-bottom: 120px;
  }
}

.item-main__list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 172px;
}

@media screen and (max-width: 480px) {
  .item-main__list__item {
    margin-top: 75px;
  }

  .item-main li:nth-of-type(even) .item-main__list__item {
    flex-direction: column-reverse;
  }
}

.item-main__list li:first-child .item-main__list__item {
  margin-top: 0px;
}

.item-main__list__item__img {
  width: 46%;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__img {
    width: 100%;
  }
}

.item-main__list__item__detail {
  width: 48%;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail {
    width: 100%;
  }
}

.item-main__list__item__detail__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 825px) {
  .item-main__list__item__detail__head {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__head {
    margin-top: 20px;
  }
}

.item-main__list__item__detail__head__label {
  flex-shrink: 0;
  padding: 12px 16px;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  background-color: #BA795E;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 825px) {
  .item-main__list__item__detail__head__label {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__head__label {
    padding: 8px;
    font-size: 14px;
  }
}

.item-main__list__item__detail__head__label span {
  display: block;
  font-size: 47px;
}

@media screen and (max-width: 825px) {
  .item-main__list__item__detail__head__label span {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__head__label span {
    font-size: 24px;
  }
}

.item-main__list__item__detail__head__text {
  font-family: "Noto Serif JP", serif;
  margin-left: 22px;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.61;
  text-align: left;
  color: #202020;
}

@media screen and (max-width: 825px) {
  .item-main__list__item__detail__head__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__head__text {
    font-size: 18px;
    margin-left: 15px;
  }
}

.item-main__list__item__detail__name {
  margin-top: 20px;
  font-family: "Noto sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  color: #4d4d4d;
  border: solid 1px #ddd;
  background-color: #fcfcfc;
  padding: 9px;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__name {
    padding: 7px;
    font-size: 14px;
  }
}

.item-main__list__item__detail__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  text-align: left;
  color: #606060;
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__desc {
    font-size: 14px;
    margin-top: 20px;
  }
}

.item-main__list__item__detail__color {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2.15;
  text-align: left;
  color: #606060;
  margin-top: 10px;
}

.item-main__list__item__detail__color p {
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D4D4D;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__color p {
    margin-top: 0px;
  }
}

.item-main__list__item__detail__border {
  width: 100%;
  margin-top: 32px;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__border {
    margin-top: 30px;
  }
}

.item-main__list__item__detail__border img {
  display: block;
}

.item-main__list__item__detail__coodinate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 2.15;
  text-align: left;
  color: #606060;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail__coodinate {
    margin-top: 20px;
    line-height: 1.7;
  }
}

.item-main__list__item__detail__coodinate span {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #4D4D4D;
}

.item-main__list__item__detail_img {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail_img {
    gap: 10px;
  }
}

.item-main__list__item__detail_img img {
  display: block;
  width: 48%;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail_img img {
    width: 100%;
  }
}

.item-main__list__item__detail_img__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.15;
  text-align: left;
  color: #606060;
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .item-main__list__item__detail_img__desc {
    margin-top: 14px;
    font-size: 14px;
  }
}

.item-border__slash {
  text-align: center;
  margin-top: 162px;
}

@media screen and (max-width: 480px) {
  .item-border__slash {
    margin-top: 75px;
  }
}
</pre></body></html>