@charset "UTF-8";
.works-menu {
  width: 400px;
  margin: 0 auto 30px;
  font-family: "見出ゴMB31", "Midashi Go MB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 620px) {
  .works-menu {
    width: 100%;
  }
}
.works-menu ul {
  display: flex;
  justify-content: space-between;
}
.works-menu li {
  text-align: center;
}
@media all and (max-width: 620px) {
  .works-menu li {
    width: 33%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.button-crr {
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}
.button-crr a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  padding: 6px 0;
  color: #174434;
  background: #fff;
  border: 1px solid #174434;
  text-decoration: none;
  font-family: "見出ゴMB31", "Midashi Go MB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.button-crr:link,
.button-crr:visited {
  color: #333333;
  border: 1px solid #492a02;
}

.entry-list {
  margin: 0 0 50px 0;
}
.entry-list h3 {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.4em;
}
.entry-list ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
@media all and (max-width: 980px) {
  .entry-list ul {
    width: calc(100% + 52px);
  }
}
@media all and (max-width: 620px) {
  .entry-list ul {
    width: calc(100%);
    justify-content: space-between;
  }
}
.entry-list li {
  width: 23%;
  margin: 0 10px 10px 0;
}
@media all and (max-width: 980px) {
  .entry-list li {
    width: 30%;
  }
}
@media all and (max-width: 620px) {
  .entry-list li {
    width: 47%;
  }
}
.entry-list figure {
  position: relative;
  padding-top: 80%;
  width: 100%;
}
.entry-list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-list figure figcaption {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s;
}
.entry-list figure figcaption:hover {
  opacity: 1;
}

.feature {
  margin: 0 0 40px 0;
}
.feature h3 {
  color: #492a02;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 30px 0;
}
.feature h3 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.feature ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 620px) {
  .feature ol {
    display: block;
  }
}
.feature li {
  width: 49%;
  margin: 0 0 20px 0;
}
@media all and (max-width: 620px) {
  .feature li {
    width: 100%;
  }
}
.feature h4 {
  color: #492a02;
  position: relative;
}
.feature h4 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #492a02;
  color: #fff;
  text-align: center;
  margin: 0 10px 10px 0;
  padding: 5px 0 0 2px;
}
.feature h4 strong {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  line-height: 1.5;
  margin: -5px 0 0 0;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.feature p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
}

.tour-list {
  margin: 0 0 80px 0;
}
.tour-list h3 {
  color: #492a02;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px 0;
}
.tour-list li {
  margin: 0;
}
.tour-list li span {
  margin: 0 10px 0 0;
}
.tour-list li::before {
  content: "・";
}

.entry-detail {
  margin: 0 0 100px 0;
}
.entry-detail li {
  margin: 0 0 20px 0;
}
.entry-detail img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media all and (max-width: 980px) {
  .entry-detail img {
    margin: 0 auto;
  }
}
.entry-detail h4 {
  margin: 0 0 20px 0;
}
.entry-detail p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
}

.house-list {
  border-top: 1px solid #492a02;
}
@media all and (min-width: 981px) {
  .house-list {
    display: none;
  }
}
@media all and (max-width: 980px) {
  .house-list {
    margin-bottom: 60px;
  }
}
.house-list ul {
  margin: 40px 0 0 0;
}
.house-list li {
  margin: 0 0 5px 0;
}
.house-list li::before {
  content: "・";
}
.house-list .crr {
  opacity: 0.6;
}