<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;
}

.pc_br {
  display: block;
}

@media screen and (max-width: 480px) {
  .pc_br {
    display: 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: 90px;
}

@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__lead_images {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .page_about__lead_images {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}


.page_about__lead_images img {
  width: 22%;
}

@media screen and (max-width: 480px) {
  .page_about__lead_images img {
    width: 48%;
  }
}

.contents_wrapper .item-main {
  margin-top: 135px;
  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: 160px;
}

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

  .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%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.item-main__list__item__img img:nth-child(2) {
  width: 46%;
}

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

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

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

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

.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: #82A2C4;
  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: 30px;
}

@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: 20px;
}

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

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

.item-main__list__item__detail__season {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  color: #4D4D4D;
  margin-top: 40px;
}

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

.item-main__list__item__detail__season span {
  background: #EFEFEF;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

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

.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 p {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: left;
}
</pre></body></html>