@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.15.1/css/all.css);
/* ---------------------------
all
------------------------------ */
html {
  /*背景はここに書く*/
}
body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
article {
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  font-feature-settings: "palt";
}
article p {
  margin-bottom: 1em;
}
article p.mb0 {
  margin-bottom: 0 !important;
}
article img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.section-title {
  display: flex;
  align-items: center;
  font-size: 1.5em;
}
.section-title::before {
  content: "";
  flex: 1;
  width: 60px;
  height: 1px;
  background-color: #333;
  margin-right: 1em;
}
#gFooter {
  margin-top: 0 !important;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* parallax
--------------------*/
.bg01 {
  background-image: url("../img_re/parallax1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 360px;
  display: block;
}
@media (max-width: 767px) {
  .bg01 {
    background-attachment: scroll;
    height: 250px;
  }
}
.bg02 {
  background-image: url("../img_re/parallax2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 360px;
  display: block;
}
@media (max-width: 767px) {
  .bg01 {
    background-attachment: scroll;
    height: 250px;
  }
}
/* wrap_title
--------------------*/
#wrap_title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  background-color: #728D81;
}
#wrap_title .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
#wrap_title h1 {
  padding: 5rem 0;
  font-size: 3rem;
  color: #E4E1D5;
}
#wrap_title .flex {
  display: flex;
  justify-content: space-around;
}
#wrap_title h2 {
  writing-mode: vertical-rl;
  color: #E4E1D5;
}
#wrap_title .wrap img {
  text-align: right;
}
@media (max-width: 768px) {
  #wrap_title .wrap {
    width: 96%;
  }
  #wrap_title h2 {
    writing-mode: horizontal-tb;
    margin-top: 2rem;
  }
}
/* wrap_lead
___________________*/
#wrap_lead {
  width: 100%;
  margin: 0 auto;
  background-color: #E4E1D5;
  padding: 100px 0;
}
#wrap_lead .flex {
  max-width: 960px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
#wrap_lead h2 {
  padding-bottom: 1rem;
}
#wrap_lead img {
  width: 263px;
}
#wrap_lead .text_area {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  #wrap_lead img {
    margin-bottom: 3rem;
  }
}
  /* #wrap_renovationplan 
--------------------*/
  #wrap_renovationplan {
    background: #EAEBE8;
    padding: 100px 0;
  }
  #wrap_renovationplan .wrap {
    max-width: 960px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #wrap_renovationplan h2 {
    width: 40%;
  }
  #wrap_renovationplan h3 {
    font-size: 2rem;
    padding: 4rem 0;
  }
  #wrap_renovationplan h4 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  #wrap_renovationplan .reno1, #wrap_renovationplan .reno2 {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
  }
  #wrap_renovationplan .reno2 {
    align-items: center;
    padding-bottom: 60px;
  }
  #wrap_renovationplan .reno1 .reno1_txt, #wrap_renovationplan .reno2 .reno2_txt {
    max-width: 460px;
  }
  #wrap_renovationplan .reno_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #wrap_renovationplan .reno_point li {
    width: 40%;
    margin: 1rem 0;
  }
  #wrap_renovationplan .reno_point li h4 {
    font-size: 1.8rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  #wrap_renovationplan .attention_re {
    max-width: 700px;
    margin: 3rem auto;
    display: block;
  }
  @media (max-width: 768px) {
    #wrap_renovationplan .wrap {
      width: 96%;
    }
    #wrap_renovationplan h2 {
      width: 60%;
    }
    #wrap_renovationplan .reno1, #wrap_renovationplan .reno2 {
      flex-wrap: wrap;
      margin: 0 auto;
    }
    #wrap_renovationplan .reno1 .reno1_txt, #wrap_renovationplan .reno2 .reno2_txt {
      max-width: 400px;
      margin: 2rem auto;
    }
  }
  /* openhouse
--------------------*/
  #open {
  max-width: 300px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #2B2B2B;
  color: #fff;
  padding: 30px;
  z-index: 100;
  border-radius: 0 20px 0 0;
}
#open h2 {
  font-size: 2rem;
  margin: 0.3rem auto;
}
#open h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#open p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #open {
    max-width: 200px;
    padding: 10px;
  }
  #open h2 {
    font-size: 1.6rem;
  }
  #open h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  #open p {
  font-size: 1rem;
}
}

  /*wrap_plan 
--------------------*/
  #wrap_plan {
    background-color: #EAEBE8;
    padding: 100px 0;
  }
  #wrap_plan .wrap {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  #wrap_plan h2 {
    width: 40%;
  }
  #wrap_plan .wrap img {
    margin: 5rem auto;
    display: block;
  }
  #wrap_photos {
    max-width: 960px;
    margin: 6rem auto;
  }
  #wrap_photos a:hover {
    filter: saturate(30%); /*彩度*/
  }
  .photo_area {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .photo_niko dd:nth-child(1) {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .photo_niko dd:nth-child(2) {
    width: 48%;
    float: right;
  }
  .photo_area img {
    width: 100%;
    height: auto;
  }
  .photo_area dd {
    margin-bottom: 2vh !important;
  }
  @media (max-width: 768px) {
    #wrap_plan .wrap {
      width: 96%;
    }
    #wrap_plan h2 {
      width: 60%;
    }
    #wrap_photos {
      width: 96%;
    }
    .photo_niko dd:nth-child(1) {
      width: 100%;
      float: none;
      margin-right: 0%;
    }
    .photo_niko dd:nth-child(2) {
      width: 100%;
      float: none;
    }
    #wrap_photos p {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  /* fancybox モーダルウィンドウ */
  #photo_list {
    display: -webkit-box;
    display: -ms-box-thumbnail;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    margin-bottom: 150px;
  }
  #photo_list .item {
    width: 19%;
    margin: 0.5%;
    box-sizing: border-box;
    flex-grow: 0;
  }
  /* fancybox モーダルウィンドウ　タイルレイアウト */
  #photo_gallery {
    columns: 3;
    padding: 0 15px;
  }
  #photo_gallery li {
    margin-bottom: 20px;
  }
  #photo_gallery img {
    width: 100%;
    height: auto;
    vertical-align: bottom; /*画像の下にできる余白を削除*/
  }
  @media only screen and (max-width: 768px) {
    #photo_gallery {
      columns: 2;
    }
  }
  /* areamap
--------------------*/
  #wrap_areamap {
    background-color: #E4E1D5;
    padding: 100px 0;
  }
  #wrap_areamap .wrap {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  #wrap_areamap h2 {
    width: 40%;
  }
  #wrap_areamap .text_area {
    max-width: 700px;
    margin: 5rem auto;
    display: block;
  }
 @media only screen and (max-width: 768px) {
    #wrap_areamap .wrap {
      width: 96%;
    }
    #wrap_areamap h2 {
      width: 60%;
    }
    #wrap_areamap .wrap .text_area {
      width: 96%;
    }
  }
  /* 360度カメラ 
--------------------*/
  #wrap_camera {
    background-color: #EAEBE8;
    padding: 100px 0;
  }
  #wrap_camera .wrap {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  #wrap_camera h2 {
    width: 40%;
  }
  #wrap_camera h3 {
    font-size: 2rem;
    padding: 4rem 0;
  }
 @media only screen and (max-width: 768px) {
    #wrap_camera .wrap {
      width: 96%;
    }
    #wrap_camera h2 {
      width: 60%;
    }
  }
  /* #details
--------------------*/
  #wrap_details {
    background-color: #EAEBE8;
    padding: 100px 0;
  }
  #wrap_details .wrap {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  #wrap_details h2 {
    width: 40%;
    padding-bottom: 80px;
  }
  #wrap_details table {
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    font-size: 1.6rem;
  }
  #wrap_details table th, #wrap_details table td {
    border-block-end: 1px solid #999;
    padding-inline-start: 8px;
    margin-block-start: 5px;
    vertical-align: middle;
    font-style: normal;
    height: 2.8em;
    text-align: left;
  }
  #wrap_details table th {
    width: 25%;
    font-weight: 300;
  }
  @media only screen and (max-width: 768px) {
    #wrap_details table {
      width: 100%;
    }
    #wrap_details table th, #wrap_details table td {
      display: block;
      width: 100%;
      height: auto;
      border-block-end: 0px;
      padding: 3px 10px;
    }
    #wrap_details table th {
      background-color: #eee;
    }
  }
  /* inquiry 
--------------------*/
  #inquiry {
    width: 100%;
    background-color: #EAEBE8;
    text-align: center;
    cursor: pointer;
    padding-bottom: 100px;
    margin: 0;
    overflow: hidden;
  }
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #728D81;
    border-radius: 25px;
    background-color: #fff;
    color: #728D81;
    font-size: 1em;
    font-family: "Zen Old Mincho", serif;
  }
  .button:hover {
    border: none;
    background-color: #728D81;
    color: #fff;
    font-weight: 600;
  }
  .contact button {
    border: none;
  }
  .cta_btn {
    position: fixed;
    background-color: #2b2b2b;
    border-radius: 0;
    bottom: 3%;
    right: 0;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    transition: all 0.3s ease;
    z-index: 90;
    cursor: pointer;
  }
  .cta_link {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
  }
  .cta_icon {
    padding: 2rem;
    color: #fff;
  }
  .cta_ttl {
    padding-left: 8px;
    padding: 2rem;
    text-align: justify;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    color: #fff;
  }
  #cta_floating.cta_btn, .cta_floating {
    transform: translateX(10rem);
  }
  #cta_floating.cta_btn:hover, .cta_floating:hover {
    transform: translateX(0);
  }
  @media screen and (max-width: 639px) {
    .pcOnly {
      display: none;
    }
    #cta_floating.cta_btn, .cta_floating {
      transform: translateX(0);
    }
    .cta_btn {
      right: 16px;
      height: 60px;
      width: 60px;
      padding: 0;
      text-align: center;
      border-radius: 50%;
      border: none;
      outline: none;
      box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
      box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
      transform: translateX(calc(100% + 16px));
      transition: 0.2s cubic-bezier(0, .6, .99, 1);
      cursor: pointer;
    }
  }
  /*
#gmap
------------------------------ */
  #gmap {
    width: 100%;
    margin: 0 auto;
  }
  /*
.toform
------------------------------ */
  .toform {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    z-index: 97;
  }
  .toform img {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
  }
  .toform a:hover img {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  }
  .pagetop {
    position: fixed;
    bottom: calc(3% + 60px) !important;
    right: 1.5%;
    z-index: 97;
  }
  /*
　汎用
------------------------------ */
  .fadein {
    opacity: 0;
    transform: translate(0, 5%);
    transition: all 1500ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  @media only screen and (max-width: 768px) {
    .sp-only {
      display: block;
    }
    .pc-only {
      display: none;
    }
  }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
  }
  .display_n {
    display: none;
  }
  .fixed .display_n {
    display: block;
  }
  /* clearfix */
  .clearfix:after {
    clear: both;
    content: "";
    display: block;
  }
  .clearfix {
    *zoom: 1;
  }
.producer {
  padding-bottom: 5px;
  position: relative;
  color: #3D9F76;
}
.producer::before {
  background: #65674D;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.producer:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}