@charset "UTF-8";


/* pageMv
***************************************************************/
@media all and (min-width: 681px) {
  .pageMv {
    background: url(../img/renovation/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv {
    background: url(../img/renovation/mv_sp.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:370px) {
}


/* post_articleWrap
***************************************************************/
.archive_reed1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 95px 0;
}
.post_articleWrap {
  padding-bottom: 110px;
}
.post_articleWrap_inner {
  width: 1100px;
  margin: 0 auto;
}
.post_article_list1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.post_article_list1_item {
  width: 520px;
  display: block;
  position: relative;
}
.post_article_list1_item .thumb {
  width: 100%;
  height: 320px;
  transition: opacity 0.3s ease;
}
.post_article_list1_item .img1 {
  width: 100%;
  height: 100%;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.post_article_list1_item_cover {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31, 46, 67, 0.9);
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.post_article_list1_item_title {
  min-width: 160px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.post_article_list1_item_address {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  padding: 15px 0 18px;
}
.post_article_list1_item_address::after {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.post_article_list1_item_text {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.73;
  position: relative;
  padding-top: 15px;
}
@media all and (min-width: 681px) {
  .post_article_list1 .post_article_list1_item:nth-of-type(1n + 3) {
    margin-top: 60px;
  }
  a:hover .post_article_list1_item_cover {
    opacity: 1;
  }
}
@media all and (max-width:680px) {
  .archive_reed1 {
    font-size: 18px;
    line-height: 1.85;
    padding: 30px 0;
  }
  .post_articleWrap {
    padding-bottom: 80px;
  }
  .post_articleWrap_inner {
    width: 100%;
    padding: 0 20px;
  }
  .post_article_list1 {
    display: block;
  }
  .post_article_list1_item {
    width: 100%;
  }
  .post_article_list1 .post_article_list1_item:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .post_article_list1_item .thumb {
    height: 205px;
  }
  .post_article_list1_item_cover {
    width: 100%;
    height: auto;
    padding: 18px;
    position: static;
    top: 0;
    left: 0;
    background-color: #1f2e43;
    opacity: 1;
  }
  .post_article_list1_item_title {
    font-size: 14px;
    padding: 8px 12px;
    min-width: 138px;
  }
  .post_article_list1_item_address {
    font-size: 14px;
    padding: 8px 0 10px;
  }
  .post_article_list1_item_address::after {
    width: 14px;
    height: 2px;
  }
  .post_article_list1_item_text {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 8px;
  }
}
@media all and (max-width:370px) {
}


/* postS_mv
***************************************************************/
.postS_mv {
  padding: 55px 0 60px;
  position: relative;
}
.postS_mv_thumb {
  width: 1000px;
  height: 666px;
  margin: 0 auto;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.postS_mv .post_article_list1_item_cover {
  width: 490px;
  height: auto;
  margin: 0 auto -124px;
  padding: 30px;
  position: relative;
  top: -124px;
  left: auto;
  opacity: 1;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .postS_mv {
    padding: 0 0 40px;
  }
  .postS_mv_thumb {
    width: 100%;
    height: 61.33vw;
  }
  .postS_mv .post_article_list1_item_cover {
    background-color: rgba(31, 46, 67, 0.9);
    width: calc(100% - 40px);
    padding: 18px;
    top: -58px;
    margin-bottom: -58px;
  }
}
@media all and (max-width:370px) {
}


/* single_layoutWrap
***************************************************************/
.single_layoutWrap {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.single_layout {
  width: 100%;
}
.single_layout + .single_layout {
  margin-top: 50px;
}
.single_layout_h2 {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.single_layout_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
}
.single_layout_h2 + .single_layout_p1 {
  margin-top: 15px;
}
.single_layout_img1 {
  width: 100%;
}
.single_layout_caption1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 5px;
}
.single_layout_clm2 {
  display: flex;
  justify-content: space-between;
}
.single_layout_clm2In {
  width: 480px;
}
.single_layout.type3 .single_layout_img1 {
  height: 320px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.single_layout.type4 .single_layout_img1 {
  height: 680px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.single_layout.type4 .single_layout_clm2 .single_layout_clm2In:nth-of-type(2) .single_layout_img1 {
  height: 320px;
}
.single_layout.type4 .single_layout_clm2 .single_layout_clm2In:nth-of-type(2) .single_layout_img1 + .single_layout_img1 {
  margin-top: 40px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .single_layoutWrap {
    width: 100%;
    padding: 0 20px 45px;
  }
  .single_layout + .single_layout {
    margin-top: 40px;
  }
  .single_layout_h2 {
    font-size: 18px;
    text-align: justify;
  }
  .single_layout_p1 {
    font-size: 14px;
    margin-top: 12px;
  }
  .single_layout_h2 + .single_layout_p1 {
    margin-top: 12px;
  }
  .single_layout_clm2 {
    display: block;
  }
  .single_layout_clm2In {
    width: 100%;
  }
  .single_layout_clm2In + .single_layout_clm2In {
    margin-top: 20px;
  }
  .single_layout.type3 .single_layout_img1 {
    height: 66.67vw;
  }
  .single_layout.type4 .single_layout_img1 {
    height: 141.67vw;
  }
  .single_layout.type4 .single_layout_clm2 .single_layout_clm2In:nth-of-type(2) .single_layout_img1 {
    height: 66.67vw;
  }
  .single_layout.type4 .single_layout_clm2 .single_layout_clm2In:nth-of-type(2) .single_layout_img1 + .single_layout_img1 {
    margin-top: 20px;
  }
}
@media all and (max-width:370px) {
}


/* before_after
***************************************************************/
.before_after {
  background-color: #f5f6f6;
}
.before_after_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 140px 0 120px;
}
.before_after_box {
  display: flex;
  justify-content: space-between;
}
.before_after_box + .before_after_box {
  margin-top: 75px;
}
.before_after_item {
  width: 480px;
}
.before_after_caption {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 5px;
}
.before_after_img {
  position: relative;
  height: 320px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.before_after_tag {
  width: 125px;
  height: 40px;
  background-color: #1f2e43;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.before_after_box .before_after_item:nth-of-type(2) .before_after_img::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 22px;
  border-color: transparent transparent transparent #2d6086;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -31px;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .before_after_inner {
    width: 100%;
    padding: 45px 20px;
  }
  .before_after_box {
    display: block;
  }
  .before_after_box + .before_after_box {
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px solid #2d6086;
  }
  .before_after_item {
    width: 100%;
  }
  .before_after_item + .before_after_item {
    margin-top: 74px;
  }
  .before_after_tag {
    width: 116px;
    height: 38px;
    font-size: 14px;
  }
  .before_after_img {
    height: 66.67vw;
  }
  .before_after_box .before_after_item:nth-of-type(2) .before_after_img::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 23.5px 0 23.5px;
    border-color: #2d6086 transparent transparent transparent;
    top: -53px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
@media all and (max-width:370px) {
}


/* backStory
***************************************************************/
.backStory {
  width: 1100px;
  margin: 110px auto 100px;
  background-color: #f5f6f6;
  position: relative;
  padding: 50px 95px 45px 230px;
}
.single_layoutWrap + .backStory {
  margin-top: 0;
}
.backStory_h2 {
  width: 172.8px;
  position: absolute;
  top: 0;
  left: 0;
}
.backStory_h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
}
.backStory_p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 25px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .backStory {
    width: 100%;
    margin: 45px 0 60px;
    padding: 0 20px 40px;
  }
  .backStory_h2 {
    width: 252px;
    margin: 0 auto;
    position: static;
  }
  .backStory_h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  .backStory_p {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media all and (max-width:370px) {
}


/* other_postWrap
***************************************************************/
.other_postWrap {
  padding: 140px 0 120px;
}
.other_postWrap .result {
  text-align: center;
}
.other_post_h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 20px;
}
.other_postSlide {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.other_postSlide .post_article_list1_item {
  width: 340px;
  margin: 0 20px;
}
.other_postSlide .post_article_list1_item .thumb {
  height: 228px;
}
.other_postSlide .slick-prev, .other_postSlide .slick-next {
  background-color: #787878;
  height: 110px;
  width: 26px;
  transition: 0.3s ease;
}
.other_postSlide .slick-prev:hover, .other_postSlide .slick-next:hover {
  background: #999;
}
.other_postSlide .slick-prev, .other_postSlide .slick-next {
  top: 50%;
}
@media all and (min-width: 681px) {
  .other_postSlide .post_article_list1_item_cover {
    padding: 0 20px;
  }
  .other_postSlide .post_article_list1_item_title {
    font-size: 14px;
    padding: 8px 12px;
    min-width: 138px;
  }
  .other_postSlide .post_article_list1_item_address {
    font-size: 14px;
    padding: 8px 0 10px;
  }
  .other_postSlide .post_article_list1_item_address::after {
    width: 14px;
    height: 2px;
  }
  .other_postSlide .post_article_list1_item_text {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 8px;
  }
}
@media all and (max-width:680px) {
  .other_postWrap {
    padding: 80px 0 80px;
  }
  .other_post_h2 {
    font-size: 20px;
  }
  .other_postSlide {
    width: 100%;
    padding: 0 20px;
  }
  .other_postSlide .post_article_list1_item {
    width: 100%;
    margin: 0;
  }
  .other_postSlide .post_article_list1_item .thumb {
    height: 210px;
  }
  .other_postSlide .slick-prev, .other_postSlide .slick-next {
    top: 28%;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
