@charset "utf-8";
/* CSS Document */


#contesntsWrapper {
	margin-top: 50px !important;
}


article ul{
	padding-inline-start: 0
}

article h1 {
	margin-top: 0;
   	margin-bottom: 0;
}

article h2 {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: inherit;
}

.cta_link {
	margin-bottom: 0;
}

.syoudan {
    font-weight: bold;
    color: #820132;
}

/* ---------------------------
all
------------------------------ */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
article img {
  vertical-align: bottom;
}
article p {
  margin-bottom: 1em;
  letter-spacing: .15rem;
/*  text-align: justify;*/
}
article p.mb0 {
  margin-bottom: 0 !important;
}
article {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  /*fadein*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/*スクロールでフェードイン*/
.fadeIn {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  visibility: visible !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation {
  visibility: hidden;
}
/* text 
--------------------*/
.section-title {
  font-family: calder-dark, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1.6;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 6vh;
  padding: 68px 0;
  background-image: url("../img/subtitle_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.section-title span {
  display: block;
  font-size: 1.4rem;
}
.txt {
  margin-bottom: 1em;
}
.verticalletter {
  writing-mode: vertical-lr;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 7vh;
  }
}
/* box 
--------------------*/
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.wrapper.no_margin {
  margin: 0 auto;
}
.text_area {
  max-width: 600px;
  margin: 5vh auto;
  text-align: left;
}
@media (max-width: 768px) {
  .wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  .wrapper.pa0 {
    padding: 0 !important;
  }
  .text_area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* title
--------------------*/
.title {
  max-width: 430px;
}
.dropshadow {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
#wrap_title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#wrap_title ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#wrap_title ul li {
  height: 85vh;
  background: center/cover no-repeat;
}
.bx-wrapper {
  border: 0;
  box-shadow: none;
}
#wrap_title h1 {
  position: absolute;
  top: 100px;
  left: 10%;
  z-index: 2;
  color: #fff;
  font-size: 3.6rem;
}
#wrap_title img {
  width: 100%;
  height: auto;
}
#wrap_title a {
  display: inline-block;
  position: absolute;
  right: 15%;
  bottom: 100px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 1.6rem;
  font-family: calder-dark, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .2em;
  /*text-transform: uppercase;*/
  text-decoration: none;
  writing-mode: vertical-lr;
  background: none;
}
#wrap_title a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
#wrap_title a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#wrap_title .wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  #wrap_title h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
    text-align: center;
  }
  #wrap_title a {
    bottom: 50px;
  }
  #wrap_title .wave {
    bottom: -11px;
  }
}
/* 画像レイアウト*/
.bxslider {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.bx-viewport {
  max-width: 100%;
  max-height: 100%;
}
/* ページャー*/
.bx-pager {
  text-align: center;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.bx-pager-item, .bx-controls-auto-item {
  display: inline-block;
}
.bx-default-pager a {
  background: #281a14;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border-radius: 0px;
}
.bx-default-pager a:hover, .bx-default-pager a.active {
  background: #ececec;
}
.bx-wrapper, .bx-viewport {
  width: auto !important;
  text-align: left;
}
/* intro
___________________*/
#wrap_intro {
  background-color: #f7f5ea;
  padding: 10vh 0 35vh;
  position: relative;
}
#wrap_intro h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
#wrap_intro p {
  font-size: 2rem;
  /*text-align: justify;*/
  letter-spacing: .035em;
  line-height: 2;
  margin-bottom: 2vh;
}
#wrap_intro .wrapper {
  display: flex;
}
#wrap_intro .wrapper > div {
  vertical-align: top;
  text-align: left;
}
#wrap_intro .wrapper > div:nth-child(1) {
  width: 50%;
}
#wrap_intro .wrapper > div:nth-child(2) {
  width: 50%;
  padding-top: 295px;
  padding-left: 90px;
  vertical-align: bottom;
  text-align: right;
  position: relative;
}
#wrap_intro .wrapper .tou {
  position: absolute;
  bottom: -68px;
  right: 0;
  z-index: 4;
}
#wrap_intro .wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  #wrap_intro .wrapper div:nth-child(1) {
    width: 50%;
  }
  #wrap_intro .wrapper div:nth-child(2) {
    width: 48%;
    padding-left: 2%;
  }
}
@media (max-width: 640px) {
  #wrap_intro .wrapper, #wrap_intro .wrapper div {
    display: block;
  }
  #wrap_intro .wrapper div:nth-child(1) {
    width: auto;
  }
  #wrap_intro .wrapper div:nth-child(2) {
    width: auto;
    padding: 30px 0 0;
    text-align: center;
  }
}
/* open house
--------------------*/
#wrap_open {
  background-color: #fdfaf2;
  padding: 10vh 0 30vh;
  position: relative;
}
#wrap_open h2 {
  font-family: calder-dark, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 2vh;
  text-transform: uppercase;
}
#wrap_open p {
  font-size: 2.7rem;
  line-height: 2;
  text-align: center;
}
#wrap_open p span {
  display: block;
  font-size: 1.6rem;
}
#wrap_open p.note {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
}
#wrap_open .wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
/* plan
--------------------*/
#wrap_plan {
  margin-bottom: 20vh;
}
#wrap_plan img {
  max-width: 960px;
  width: 100%;
}
@media (max-width: 768px) {
  #wrap_plan img {
    width: 96%;
    margin: auto;
  }
}
/* case
--------------------*/
#wrap_case {
  padding: 11vh 0 10vh;
  position: relative;
}
#wrap_case::after {
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  background: #f7f5ea;
  border-radius: 20px 0 0 20px;
  height: 100%;
  width: calc(100% - 50px);
  z-index: -999;
}
#wrap_case h2 {
  font-weight: 600;
  font-style: normal;
  letter-spacing: .1em;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3vh;
  padding: 0 20px 0 40px;
}
#wrap_case .text_area {
  padding-left: 40px;
}
#wrap_case .reno {
  max-width: 950px;
  padding-left: 40px;
  margin: 5vh auto;
}
#wrap_case dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 5vw;
  padding-left: 90px;
}
#wrap_case dl div {
  width: 29%;
  border-radius: 20px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 260px;
}
#wrap_case dl div dt {
  position: absolute;
  top: -46px;
  left: -34px;
}
#wrap_case dl div dd {
  background: #fff;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  font-size: 1.9rem;
  text-align: center;
  padding: 20px 0;
}
#wrap_case dl div:nth-last-child(1) {
  background-image: url("../img/case_img_01.jpg");
}
#wrap_case dl div:nth-last-child(2) {
  background-image: url("../img/case_img_02.jpg");
}
#wrap_case dl div:nth-last-child(3) {
  background-image: url("../img/case_img_03.jpg");
}
#wrap_case .reno_box {
  padding-left: 40px;
}
#wrap_case .attention_renoplan {
  max-width: 600px;
  margin: 0 auto 50px;
  border: 2px dashed #c1b185;
  padding: 1rem 3rem;
  background-color: #fff;
  font-size: 1.3rem;
}
#wrap_case .box-flex-5 {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#wrap_case .box-flex-5 p {
  max-width: 400px;
  width: 100%;
  margin-top: 3rem;
}
#wrap_case .box-flex-5 img {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  #wrap_case::after {
    left: 20px;
    width: calc(100% - 20px);
    ;
  }
  #wrap_case dl {
    justify-content: center;
    padding-left: 40px;
    gap: 60px 40px;
  }
  #wrap_case dl div {
    width: 40%;
  }
  #wrap_case dl div dt {
    top: -46px;
    left: -15px;
  }
  #wrap_case dl div dt img {
    width: 90%;
  }
  #wrap_case .box-flex-5 p {
    max-width: 400px;
    width: 80%;
    margin-top: 3rem;
    margin: auto;
  }
  #wrap_case .box-flex-5 img {
    width: 86%;
    margin: auto;
  }
}
@media (max-width: 640px) {
  #wrap_case dl {
    gap: 90px 40px;
  }
  #wrap_case dl div {
    width: 85%;
    padding-bottom: 350px;
  }
  #wrap_case dl div dd {
    padding: 20px 0 20px;
  }
  #wrap_case .reno_box {
    padding-right: 20px;
  }
}
#wrap_more {
  margin-top: -50px;
  margin-bottom: 80px;
  padding: 8vh 0 14vh;
  position: relative;
}
#wrap_more::after {
  position: absolute;
  top: 0;
  right: 50px;
  content: "";
  background: #FDFAF2;
  border-radius: 20px;
  height: 100%;
  width: calc(100% - 50px);
  z-index: -999;
}
#wrap_more h2 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 40px 0 20px;
}
#wrap_more p {
  position: absolute;
  bottom: -81px;
  left: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#wrap_more p img:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  #wrap_more p {
    left: 35%;
  }
  #wrap_more::after {
    right: 20px;
  }
}
@media (max-width: 640px) {
  #wrap_more h2 {
    text-align: left;
    padding: 0 40px 0 50px;
  }
}
/* photos
--------------------*/
@media (max-width: 768px) {
  #wrap_photos p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#wrap_photos {
  margin-top: 20vh;
  margin-bottom: 20vh;
}
/* モーダルウィンドウ */
#photo_list {
  display: -webkit-box;
  display: -ms-box-thumbnail;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
#photo_list .item {
  margin: 3px;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  #photo_list {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* location
--------------------*/
#wrap_areamap {
  margin-bottom: 20vh;
}
@media (max-width: 768px) {
  #wrap_areamap img {
    width: 96%;
    margin: auto;
  }
}
/* 360度カメラ 
--------------------*/
#wrap_camera {
  margin-bottom: 20vh;
}
#wrap_camera .camera_box {
  max-width: 1080px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
#wrap_camera .setsumei {
  background: url("../img/ic_360.png") center top no-repeat;
  padding-top: 50px;
  margin-bottom: 1em;
  text-align: center;
}
#wrap_camera .setsumei h3 {
  font-weight: normal;
}
/* inquiry 
--------------------*/
#wrap_inquiry {
  position: relative;
  background-color: #fff;
  padding-top: 10%;
  padding-bottom: 20%;
}
#wrap_inquiry .inner {
  width: 100%;
  max-width: 300px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#wrap_inquiry .wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #wrap_inquiry {
    padding: 2vh 0 22vh;
  }
}
/* form 
--------------------*/
#form_box {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30%;
}
#form_box a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* #details
--------------------*/
#wrap_details {
  position: relative;
  padding-bottom: 40vh;
}
#wrap_details .wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
#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: 23%;
}
@media (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: #fdfaf2;
  }
}
/*
#gmap
------------------------------ */
#gmap {
  width: 100%;
  background-color: #f7f5ea;
  padding-bottom: 20vh;
}
/*
.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 (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;
}
.producer::before {
  background: #ff701e;
  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);
}