@charset "UTF-8";
@import url("global.css");
h1 span {
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  line-height: 0.5;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1 span:first-letter {
  color: rgba(63, 112, 79, 0.6);
}

h2 {
  margin: 10px auto;
  font-size: 40px;
  line-height: 1.5;
}
h2.sec_title {
  font-size: 45px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 30px;
}
h2.sec_title span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.page_head .page_head_img {
  height: 120px;
}
.page_head.mb0 {
  margin-bottom: 0;
}

/* ------------------------------
 Index-Page
------------------------------ */
.headlink {
  margin: 30px 0 90px;
}
.headlink ul.catlink {
  text-align: center;
  letter-spacing: -.4em;
}
.headlink ul.catlink li {
  display: inline-block;
  width: 33.3%;
  margin: 0 auto 15px;
  letter-spacing: 1px;
}
.headlink ul.catlink li a {
  display: block;
  min-width: 150px;
  box-sizing: border-box;
  padding: 10px 15px 12px;
  font-size: 18px;
  border: #CCC 1px solid;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin: 0 10px;
}
.headlink ul.catlink li a:hover {
  border-color: #3F704F;
  color: #3F704F;
}

.index .headlink ul.catlink li.navi_all a,
.index .headlink ul.catlink li.compact a,
.index .headlink ul.catlink li.reform a,
.index .headlink ul.catlink li.construct a {
  border-color: #3F704F;
  background-color: #3F704F;
  color: #fff;
  cursor: default;
  font-weight: 700;
}
.index .headlink ul.catlink li.navi_all a:hover,
.index .headlink ul.catlink li.compact a:hover,
.index .headlink ul.catlink li.reform a:hover,
.index .headlink ul.catlink li.construct a:hover {
  color: #fff;
}
.index .headlink ul.catlink li.navi_all a::before,
.index .headlink ul.catlink li.compact a::before,
.index .headlink ul.catlink li.reform a::before,
.index .headlink ul.catlink li.construct a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #3F704F transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -8px;
}

ul.list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
ul.list > li {
  width: 33.33333%;
  box-sizing: border-box;
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}
ul.list > li a {
  display: block;
}
ul.list > li a .image {
  position: relative;
  height: 0;
  padding-top: 65%;
  margin-bottom: 15px;
  overflow: hidden;
}
ul.list > li a .image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
ul.list > li a .image figure img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul.list > li a .image .cat {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 20px 5px;
  border-top-left-radius: 5px;
  z-index: 1;
}
ul.list > li a .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
ul.list > li a .image::after {
  content: "詳しくみる";
  width: 160px;
  height: 40px;
  line-height: 36px;
  border-radius: 100px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
}
ul.list > li a .title {
  line-height: 1.5;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 700;
}
ul.list > li a .title br {
  display: none;
}
ul.list > li a:hover .image figure img {
  filter: blur(2px);
}
ul.list > li a:hover .image::before {
  opacity: .5;
}
ul.list > li a:hover .image::after {
  opacity: .9;
  transform: none;
}

.categorytitle {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}
.categorytitle span {
  padding: 0 20px;
}
.categorytitle::before, .categorytitle::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #CCC;
  display: inline-block;
  vertical-align: 8px;
}

/* ------------------------------
 Post-Page
------------------------------ */
.post {
  padding-top: 60px;
}
.post .posttitle {
  text-align: center;
  margin: 0 20px;
}
.post .posttitle .h {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
}
.post .posttitle .area {
  margin-top: 10px;
  display: inline-block;
}
.post .posttitle .cat {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
.post .posttitle .cat span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 10px 5px;
  border-radius: 5px;
}
.post .postgallery {
  background-color: #f3f3f3;
  padding: 40px 0;
  margin: 80px 0 50px;
}
.post .postgallery #postfotorama .fotorama__stage {
  margin-bottom: 0;
}
.post .postgallery #postfotorama .fotorama__caption {
  bottom: 15px;
  left: 10px;
  right: 10px;
}
.post .postgallery #postfotorama .fotorama__caption__wrap {
  display: block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 14px;
}
.post .postgallery #postfotorama .fotorama__thumb-border {
  border-color: rgba(63, 112, 79, 0.9);
}
.post .postcomment {
  margin-bottom: 80px;
  text-align: center;
}
.post .postcomment .postbody {
  display: inline-block;
  text-align: justify;
  margin: 0;
}
.post .housedata {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.post .housedata dl {
  text-align: center;
  min-width: 180px;
  margin: 0 5px;
  line-height: 1.5;
}
.post .housedata dl dt {
  font-weight: 700;
  color: #fff;
  background-color: #3F704F;
  padding: 5px 20px 7px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.post .moviebox {
  margin: 100px auto;
  width: 800px;
  aspect-ratio: 16 / 9;
  position: relative;
}
.post .moviebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  /* ------------------------------
   Index-Page
  ------------------------------ */
  ul.list {
    margin: 0 -1.5vw;
  }
  ul.list > li {
    width: 33.33333%;
    padding: 0 1.5vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
  /* ------------------------------
   Index-Page
  ------------------------------ */
  /* ------------------------------
   Post-Page
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  h2 {
    font-size: 32px;
  }

  /* ------------------------------
   Index-Page
  ------------------------------ */
  .headlink {
    margin: 50px 0 50px;
  }
  .headlink ul.catlink li {
    width: 50%;
  }
  .headlink ul.catlink li a:hover {
    border-color: #CCC;
    color: #000;
  }

  ul.list {
    margin: 0 -2vw;
  }
  ul.list > li {
    width: 50%;
    padding: 0 2vw;
  }
  ul.list > li a .image::before {
    display: none;
  }
  ul.list > li a .image::after {
    display: none;
  }
  ul.list > li a .title {
    font-size: 16px;
  }
  ul.list > li a:hover .image figure img {
    filter: none;
  }

  .categorytitle {
    margin-bottom: 40px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post .posttitle {
    margin: 0 20px;
  }
  .post .posttitle .h {
    font-size: 24px;
  }
  .post .postgallery #postfotorama .fotorama__caption__wrap {
    font-size: 13px;
  }
  .post .housedata {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .post .housedata dl {
    min-width: inherit;
  }
  .post .moviebox {
    margin: 80px auto;
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  h2.sec_title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  h2.sec_title span {
    font-size: 14px;
    line-height: inherit;
  }

  .page_head .page_head_img {
    height: 100px;
  }

  /* ------------------------------
   Index-Page
  ------------------------------ */
  .headlink {
    margin: 30px 0 40px;
  }
  .headlink ul.catlink li {
    width: 50%;
    margin: 0 auto 12px;
  }
  .headlink ul.catlink li a {
    min-width: inherit;
    margin: 0 5px;
    padding: 6px 15px 8px;
    font-size: 13px;
  }

  .index .headlink ul.catlink li.navi_all a::before {
    border-width: 7px 5px 0 5px;
    bottom: -7px;
    margin-left: -5px;
  }

  ul.list {
    margin: 0 -2.5vw;
  }
  ul.list > li {
    padding: 0 2.5vw;
    margin-bottom: 6vw;
  }
  ul.list > li a .image {
    margin-bottom: 10px;
  }
  ul.list > li a .image .cat {
    font-size: 12px;
    padding: 3px 12px 5px;
  }
  ul.list > li a .title {
    margin: 0 5px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .categorytitle {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .categorytitle span {
    padding: 0 15px;
  }
  .categorytitle::before, .categorytitle::after {
    width: 40px;
    vertical-align: 7px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post {
    padding-top: 30px;
  }
  .post .posttitle .h {
    font-size: 18px;
  }
  .post .postgallery {
    padding: 30px 0;
    margin: 40px 0;
  }
  .post .postgallery #postfotorama {
    margin: 0 -6vw;
  }
  .post .postgallery #postfotorama .fotorama__caption__wrap {
    padding: 10px 20px;
    font-size: 11px;
  }
  .post .postcomment {
    margin-bottom: 60px;
  }
  .post .postcomment p {
    font-size: 14px;
  }
  .post .housedata {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .post .housedata dl {
    width: 50%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .post .housedata dl dt {
    padding: 3px 20px 5px;
    margin-bottom: 6px;
  }
  .post .moviebox {
    margin: 60px auto;
    width: auto;
  }
}
