/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.box1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.box950 {
  max-width: 950px;
  margin: 0 auto;
}
.box800 {
  max-width: 800px;
  margin: 0 auto;
}
.box700 {
  max-width: 700px;
  margin: 0 auto;
}
.box600 {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .box1200, .box960, .box800, .box700, .box600 {
    width: 95%;
  }
}
#mainContent {
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
}
article a {
  transition: 0.3s;
}
article a:hover {
  opacity: 0.4;
}
article p {
  line-height: 1.8;
}
.wrapper {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
  font-weight: normal;
  width: 100%;
  max-width: 2500px;
  color: #535353;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
}
/*見出し*/
.Sub-title {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Sub-title span {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding: 0 0 30px;
}
/*スクロールでフェードイン*/
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation {
  visibility: hidden;
}
/*--------------------------------------------------
 top トップ
----------------------------------------------------*/
.contentIn:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
  position: relative;
}
#mainVisualSec {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  background-color: #F3F6FB;
}
#mainVisualSec {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  background-color: #F3F6FB;
}
#mainVisualSec .mainVisualIn {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
ol, ul {
  list-style: none;
}
#mainSlider button {
  display: none;
}
#mainVisualSec .mainVisualIn #mainSlider {
  position: relative;
}
#mainVisualSec .mainVisualIn #mainSlider li {
  width: 100%;
  height: 100lvh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#mainVisualSec .mainVisualIn #mainSlider li.slider01 {
  background-image: url("../img/top/00.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider02 {
  background-image: url("../img/top/01.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider03 {
  background-image: url("../img/top/02.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider04 {
  background-image: url("../img/top/03.jpg");
}
#mainVisualSec .mainVisualIn #mainSlider li.slider05 {
  background-image: url("../img/top/04.jpg");
}
#logoSec {
  top: 0;
  /*height: 800px;*/
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.contentIn {
  width: 100%;
  padding: 0 5%;
}
#logoSec .contentIn {
  position: relative;
  text-align: center;
}
.overWapper {
  z-index: 80;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
}
#logoSec .contentIn .topLogo {
  width: 375px;
  height: 249px;
  position: absolute;
  top: -85vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
#scrollSec {
  height: 90lvh;
  background: -moz-linear-gradient(0deg, rgba(141, 160, 182, 1) 0%, rgba(141, 160, 182, 0.6) 60%, rgba(141, 160, 182, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(141, 160, 182, 1) 0%, rgba(141, 160, 182, 0.6) 60%, rgba(141, 160, 182, 0) 100%);
  background: linear-gradient(0deg, rgba(141, 160, 182, 1) 0%, rgba(141, 160, 182, 0.6) 60%, rgba(141, 160, 182, 0) 100%);
  background: rgb(141, 160, 182);
  background: linear-gradient(0deg, rgba(141, 160, 182, 1) 0%, rgba(141, 160, 182, 0.6) 60%, rgba(141, 160, 182, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d3a468', endColorstr='#8DA0B6', GradientType=0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row wrap;
  padding-top: 50px;
  text-align: center;
  color: #FFFFFF;
}
#scrollSec .contentIn .mainTxt01 {
  font-size: 20px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
}
#scrollSec .contentIn .mainTxt02 {
  font-size: 15px;
  letter-spacing: 0;
	line-height: 3.2;
}
/*--------------------------------------------------
OpenHouse オープンハウス
----------------------------------------------------*/
#OpenHouse {
  width: 100%;
  background: #8DA0B6;
  color: #fff;
  padding-bottom: 50px;
}
#OpenHouse .OpenHouse_innner {
  background-repeat: no-repeat;
  background-image: url("../img/opbg_bottom_sp.png");
  background-size: 100% auto;
  background-position-y: 90%;
  padding-top: 60px;
  padding-bottom: 150px;
}
#OpenHouse h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.5rem;
}
#OpenHouse h3 span {
  font-size: 2rem;
}
#OpenHouse .Sub-title {
  background-repeat: no-repeat;
  background-image: url("../img/opbg_top_sp.png");
  background-size: 100% auto;
  background-position-y: 70%;
  height: 80px;
}
#OpenHouse .Sub-title span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: 600;
  font-size: 2.5rem;
  background-color: #8DA0B6;
  line-height: 0;
  letter-spacing: 0.09em;
  padding: 30px 20px;
}
/*--------------------------------------------------
 point　物件の紹介
----------------------------------------------------*/
#pointSec {
  max-width: 100%;
  background-color: #F3F6FB;
  padding-bottom: 100px;
}
#pointSec img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#pointSec .contentIn {
  padding: 0;
  width: 100%;
}
#pointSec #point01 {
  background-image: url("../img/point01bg_sp.png");
  padding: 100px 0 30px;
  background-position: top 100% left 0;
  background-repeat: no-repeat;
}
#pointSec .flexWapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#pointSec .flexWapper.rvs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#pointSec #point01 .imgWapper01 {
  width: 320px;
}
#pointSec #point01 .flexWapper {
  margin-top: -20px;
  padding: 0;
}
#pointSec .infoText {
  padding: 0 5%;
}
#pointSec #point01 .flexWapper .ttlWrapper {
  text-align: left;
}
#pointSec #point01 .flexWapper .ttlWrapper #ttlpoint01 {
  width: 80%;
  margin-left: -3%;
}
#pointSec #point01 .flexWapper .pointIndex, #pointSec #point01 .flexWapper .pointTtl, #pointSec #point01 .flexWapper .pointTxt {
  margin-left: 0;
}
#pointSec .infoText .pointIndex {
  margin-top: -25px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  font-weight: 400;
  font-size: 30px;
}
#pointSec .infoText .pointTtl {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  margin-top: 12px;
  font-size: 20px;
}
#pointSec .infoText .pointTxt {
  font-size: 15px;
  line-height: 1.6em;
}
#pointSec #point01 .flexWapper .imgBlock02 {
  margin-top: 40px;
  width: 100%;
}
#pointSec #point01 .flexWapper .imgBlock02 #point01Image01sp {
  width: 90%;
  margin: 0 auto;
}
#pointSec #point01 .flexWapper .imgBlock02 #point01Image02 {
  width: 55%;
  margin: 30px 0 0 auto;
}
#pointSec #point02 {
  background-image: url("../img/point02bg_sp.png");
  background-repeat: no-repeat;
  background-position: top 91% right 0;
  padding: 100px 0 0;
}
#pointSec #point02 .flexWapper .infoText {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
#pointSec #point02 .flexWapper .ttlWrapper {
  text-align: right;
}
#pointSec #point02 .flexWapper .ttlWrapper #ttlpoint02 {
  width: 75%;
  /*margin-right: -3%;*/
}
#pointSec #point02 .flexWapper .imgBlock02 #point02Image01 {
  width: 80%;
  height: auto;
  margin: 30px auto 0 0;
}
#pointSec #point02 .flexWapper .imgBlock02 #point02Image02 {
  width: 60%;
  height: auto;
  margin: 20px 5% 0 auto;
}
#pointSec #point03 {
  padding: 100px 0 40px;
  background-image: url("../img/point03bg_sp.png");
  background-repeat: no-repeat;
  background-position: top 90% right 27%;
}
#pointSec #point03 .flexWapper {
  padding: 0;
}
#pointSec #point03 .flexWapper .ttlWrapper #ttlpoint03 {
  width: 70%;
  margin-left: -3%;
}
#pointSec #point03 .infoText {
  margin-top: 20px;
}
#pointSec #point03 .flexWapper .ttlWrapper {
  text-align: right;
}
#pointSec #point03 .imgBlock02 {
  width: 77%;
  margin: 40px 0 0 auto;
}
#pointSec #point03 .flexWapper .imgBlock02 #point03Image02 {
  width: 40%;
  height: auto;
  margin: 20px 5% 0 auto;
}
#pointSec #point04 {
  padding: 100px 0 40px;
  background-image: url("../img/point04bg_sp.png");
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}
#pointSec #point04 .flexWapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#pointSec #point04 .infoText {
  padding: 0 5%;
}
#pointSec #point04 .infoText {
  margin-top: -25px;
  z-index: 1;
}
#pointSec #point04 .flexWapper .ttlWrapper {
  text-align: right;
}
#pointSec #point04 .flexWapper .ttlWrapper #ttlpoint04 {
  width: 70%;
  margin-right: -3%;
}
#pointSec #point04 .infoText img {
  margin-left: 0;
}
#pointSec #point04 .infoText .pointIndex {
  margin-top: -36px;
}
#pointSec #point04 .imgBlock02 {
  width: 100%;
}
#pointSec #point04 .imgBlock02 #point04Image01 {
  width: 90%;
  margin: 30px auto 0 10%;
}
#pointSec #point04 .imgBlock02 #point04Image02 {
  width: 65%;
  margin: 30px 35% 0 auto;
}
/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
#plan {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto 80px;
  background: #F3F6FB;
  background: -moz-linear-gradient(top, #F3F6FB 70%, #8DA0B6 100%);
  background: -webkit-linear-gradient(top, #F3F6FB 70%, #8DA0B6 100%);
  background: linear-gradient(to bottom, #F3F6FB 70%, #8DA0B6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$bg', endColorstr='$beg', GradientType=0);
}
#plan .Sub-title {
  margin-bottom: 50px;
  color: #7D8EB1;
}
.planp {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 30px;
}
.line {
  background: linear-gradient(transparent 60%, #edde7b 60%);
  /*font-weight:500; */
}
/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
#photos {
  width: 100%;
  /*border-top: 1px solid #A18E5C;
  border-bottom: 1px solid #A18E5C;
  background: #F0E9DB;*/
  padding-top: 100px;
  padding-bottom: 120px;
}
#photos {
  width: 100%;
  padding-bottom: 120px;
}
#photos ul {
  float: left;
  padding-right: 2%;
  padding-left: 2%;
}
#photos img {
  border-radius: 3px;
}
#photos ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
/*3個目の余白0px*/
#photos ul li:nth-child(3n) {
  margin-right: 0;
}
/*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/
#map {
  margin: 50px auto 100px;
  padding-bottom: 50px;
  line-height: 160%;
}
#map .Sub-title {
  color: #7D8EB1;
}
#map img {
  margin: 10px auto 20px;
}
#map h3 {
  font-size: 2rem;
}
/*おすすめのお店*/
.grid {
  display: grid;
  max-width: 950px;
  margin: 0 auto !important;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
  /*margin-left: 10px;
  margin-right: 10px;*/
}
.item {
  padding: 15px 25px;
}
.item h4 {
  text-align: center;
  vertical-align: baseline;
  padding-top: 5px;
  padding-right: 10px;
}
.big {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", Meiryo, serif;
  color: #7D8EB1;
  font-size: 2em;
  font-style: italic;
  /*color: rgba(0, 0, 0, 0);*/
  /*-webkit-text-stroke: 1px #A18E5C;
  text-stroke: 1px #A18E5C;*/
}
.item img {
  max-width: 100%;
  height: auto;
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}
.item p {
  text-align: justify;
}
/*--------------------------------------------------
VertualTour バーチャル内覧
----------------------------------------------------*/
#VertualTour {
  width: 100%;
  background: #F3F6FB;
}
#VertualTour .VertualTour_innner {
  background-repeat: no-repeat;
  background-image: url("../img/vrbg_bottom_sp.png");
  background-size: 100% auto;
  background-position-y: 90%;
  padding-top: 60px;
  padding-bottom: 170px;
}
#VertualTour .Sub-title {
  background-repeat: no-repeat;
  background-image: url("../img/vrbg_top_sp.png");
  background-size: 100% auto;
  background-position-y: 70%;
  height: 80px;
}
#VertualTour .Sub-title span {
  font-size: 3rem;
  background-color: #F3F6FB;
  line-height: 0;
  letter-spacing: 0.1em;
  padding: 30px 10px;
}
#VertualTour .VRbox {
  width: 90%;
  margin: 0 auto;
}
#VertualTour iframe {
  height: 400px;
}
/*--------------------------------------------------
details 物件概要
----------------------------------------------------*/
#details {
  margin-top: 100px;
}
#details .Sub-title {
  color: #7D8EB1;
}
/*--------------------------------------------------
 form 問合わせ
----------------------------------------------------*/
#form {
  margin: 100px auto;
  text-align: center;
  width: 100%;
}
/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
#gmap {
  /*border-top: 1px solid #A18E5C;*/
  padding-top: 70px;
  background: #8DA0B6;
}
#gmap .Sub-title {
  color: #fff;
}
#gmap .box950 {
  position: relative;
}
#gmap iframe {
  margin-top: 20px;
}
#mainContent {
  z-index: 10;
  position: sticky;
}
/*-----------------------------------------
20210813 追加分
-------------------------------------------*/
.title_freerent {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  max-width: 300px;
  margin: -200px auto 0 auto;
  text-shadow: 0 0 8px gray;
}
#gFooter {
  position: relative;
  z-index: 1;
}
/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details div {
  max-width: 900px;
  margin: 0 auto;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
  border-block-end: 1px dotted #475769;
  padding-inline-start: 8px;
  /*margin-block-start: 5px;*/
  vertical-align: middle;
  font-style: normal;
  height: 4.5rem;
  text-align: justify;
}
#details table th {
  width: 26%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #F3F6FB;
  }
}
.contact button {
  border: none;
}
.contact:hover {
  opacity: 1;
}
.contact p {
  line-height: normal;
}
.cta_btn {
  position: fixed;
  background-color: #7D8EB1;
  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;
}
.cta_link {
  display: flex;
  align-items: center;
}
.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: 767px) {
  .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;
  }
  .cta_link .material-icons-outlined {
    margin-left: -.3rem;
  }
}
.form {
  padding: 30px 0px 0 0;
  text-align: center;
}
#gmap {
  margin: 100px 0 0;
  padding-bottom: 100px;
}
#gFooter {
    margin-top: 0;
}