@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.grd-side {
  background: linear-gradient(45deg, #3aa2f0 0%, #95e4b6 100%);
}

.grd-bg {
  background: linear-gradient(225deg, #3aa2f0 0%, #95e4b6 100%);
}

.grd-smart {
  background: linear-gradient(-90deg, #afdce3 0%, #afdce3 0%, #9dd6e0 7.77%, #76c9db 26.13%, #5fc1d7 40.85%, #56bed6 50%, #4fb7d2 58.35%, #2f99c2 100%);
}

.grd-fvbtn {
  background: linear-gradient(90deg, rgba(58, 162, 240, 0.85) 0%, rgba(149, 228, 182, 0.85) 100%);
  padding: 10px 25px;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 768px) {
  .grd-fvbtn {
    font-size: 20px;
  }
}

.grd-fvbtn:hover {
  opacity: 0.6;
}

.grd-resilience {
  background: linear-gradient(90deg, rgba(161, 144, 109, 0.5) 0%, #a1906d 50%, #a2926d 100%);
}

.grd-footer {
  background: linear-gradient(106.54deg, #3aa2f0 0%, #95e4b6 100%);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  counter-reset: number 0;
  letter-spacing: 0.2px;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body .hoge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

html,
body,
div,
p,
a,
picture {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: top;
}

main {
  overflow: hidden;
}

.ssp {
  display: block !important;
}

@media screen and (min-width: 360px) {
  .ssp {
    display: none !important;
  }
}

.sp {
  display: block !important;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.sp_flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .sp_flex {
    display: none !important;
  }
}

.pc {
  display: none !important;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.pc_flex {
  display: none !important;
}

@media (min-width: 768px) {
  .pc_flex {
    display: flex !important;
  }
}

.justify-content-center {
  justify-content: center;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.btn {
  line-height: 16px;
  box-sizing: border-box;
  padding: 8px;
}

@media screen and (min-width: 1080px) {
  .btn {
    padding: 10px;
  }
}

.btn:hover {
  opacity: 0.6;
}

.btn:link,
.btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.eng-title.left {
  text-align: left;
}

.eng-title.right {
  text-align: right;
}

.caption {
  font-size: 10px;
  line-height: 1.5;
  color: #969696;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sustainable {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .sustainable {
    padding: 50px 0;
  }
}

.sustainable-text {
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .sustainable-text {
    padding: 30px 0;
  }
}

.sustainable-caption {
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.sustainable-notice {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
}

.fmenu {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 550px) {
  .fmenu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .fmenu {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.fmenu-col {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 550px) {
  .fmenu-col {
    width: calc(100% / 3);
  }
}

.fmenu-col-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 550px) {
  .fmenu-col-btn {
    background: rgba(0, 0, 0, 0.5);
  }
}

.fmenu-col-btn:hover {
  background: none;
}

.fmenu-col-btn.disable {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

.fmenu-col-btn.disable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/fmenu-disable.svg");
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}

@media screen and (min-width: 550px) {
  .fmenu-col-btn.disable:before {
    background-image: url("../img/common/fmenu-disable-pc.svg");
  }
}

.fmenu-col .bg01 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fmenu-col .bg01:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg01.jpg");
}

@media (min-width: 768px) {
  .fmenu-col .bg01:after {
    background-image: url("../img/common/fmenubg01-pc.jpg");
  }
}

.fmenu-col .bg01:hover:after {
  transform: scale(1.2);
}

.fmenu-col .bg02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fmenu-col .bg02:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg02.jpg");
}

@media (min-width: 768px) {
  .fmenu-col .bg02:after {
    background-image: url("../img/common/fmenubg02-pc.jpg");
  }
}

.fmenu-col .bg02:hover:after {
  transform: scale(1.2);
}

.fmenu-col .bg03 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fmenu-col .bg03:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg03.jpg");
}

@media (min-width: 768px) {
  .fmenu-col .bg03:after {
    background-image: url("../img/common/fmenubg03-pc.jpg");
  }
}

.fmenu-col .bg03:hover:after {
  transform: scale(1.2);
}

.fmenu-col .bg04 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fmenu-col .bg04:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg04.jpg");
}

@media (min-width: 768px) {
  .fmenu-col .bg04:after {
    background-image: url("../img/common/fmenubg04-pc.jpg");
  }
}

.fmenu-col .bg04:hover:after {
  transform: scale(1.2);
}

.fmenu-col .bg05 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fmenu-col .bg05:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg05.jpg");
}

@media (min-width: 768px) {
  .fmenu-col .bg05:after {
    background-image: url("../img/common/fmenubg05-pc.jpg");
  }
}

.fmenu-col .bg05:hover:after {
  transform: scale(1.2);
}

.fmenu-col .bg06 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fmenu-col .bg06:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg06.jpg");
}

@media (min-width: 768px) {
  .fmenu-col .bg06:after {
    background-image: url("../img/common/fmenubg06-pc.jpg");
  }
}

.fmenu-col .bg06:hover:after {
  transform: scale(1.2);
}

.leadtown-bg {
  background: linear-gradient(90deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  padding: 30px 15px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .leadtown-bg {
    padding-bottom: 50px;
  }
}

.leadtown-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .leadtown-title {
    font-size: 16px;
  }
}

.leadtown-title .img {
  max-width: 220px;
  margin-bottom: -3px;
}

@media (min-width: 768px) {
  .leadtown-title .img {
    max-width: 300px;
    margin-bottom: -5px;
  }
}

.leadtown .leadtown-titletext {
  padding-bottom: 5px;
}

.leadtown-subtitle {
  font-size: 18px;
  text-align: center;
  padding: 5px 15px;
  margin: 15px 5px;
}

@media (min-width: 768px) {
  .leadtown-subtitle {
    font-size: 28px;
  }
}

.leadtown-subtitle.etc {
  background: #999999;
  color: #fff;
}

.leadtown-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.leadtown-list .leadtown-list__item {
  text-decoration: none;
  /* transition: all 0.5s; */
  padding-bottom: 20px;
}

.leadtown-list .leadtown-list__item a {
    text-decoration: none;
    transition: all 0.5s;
}

.leadtown-list .leadtown-list__item a:hover {
  opacity: 0.6;
  color: #666;
}

@media (min-width: 768px) {
  .leadtown-list {
    flex-direction: row;
  }
  .leadtown-list .leadtown-list__item,
  .leadtown-list .comming-soon {
    width: calc(100% / 3);
  }
  .leadtown-list .comming-soon .dummy {
    background: #f4f4f4;
    border: 1px solid #8f8f8f;
    display: flex;
    text-align: center;
    margin: 5px;
    position: relative;
    width: calc(100% - 10px);
    height: calc(100% - 30px);
    align-items: center;
    justify-content: center;
  }
  .leadtown-list .comming-soon .dummy:after {
    content: "";
    position: relative;
    width: 104px;
    height: 73px;
    background: url("../img/common/text-coming.svg") no-repeat center center;
    background-size: contain;
  }
}

.leadtown-col {
  display: flex;
  gap: 8px;
  padding: 10px;
  flex-direction: column;
  margin: 5px;
  background: #fff;
}

@media (min-width: 768px) {
  .leadtown-col {
    flex-direction: column;
  }
}

.leadtown-col .thumb {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .leadtown-col .thumb {
    width: 100%;
    padding: 0;
  }
}

.leadtown-col .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .leadtown-col .thumb img {
    object-fit: contain;
  }
}

.leadtown-col .thumb p {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  font-weight: 500;
}

.leadtown-col .thumb p.shadow {
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

.leadtown-col .thumb p.bottom {
  top: none;
  bottom: 5px;
}

.leadtown-col .thumb.new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/common/new-left-top.svg") no-repeat left top;
  background-size: contain;
}

.leadtown-col dl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.leadtown-col dl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #3aa2f0 0%, #95e4b6 100%);
}

@media (min-width: 768px) {
  .leadtown-col dl {
    flex-direction: row;
    align-items: center;
  }
  .leadtown-col dl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #3aa2f0 0%, #95e4b6 100%);
  }
}

.leadtown-col dl dt {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-left: 0;
  text-wrap: nowrap;
  padding: 5px;
  min-width: 100px;
}

@media (min-width: 768px) {
  .leadtown-col dl dt {
    font-size: 11px;
    padding: 8px;
    min-width: calc(38px + 2.5rem);
  }
}

.leadtown-col dl dt:before {
  content: "";
  width: 17px;
  height: 24px;
  position: relative;
  background: url("../img/common/pin-leadtown.svg") no-repeat center center;
  background-size: contain;
}

.leadtown-col dl dd {
  font-size: 11px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-left: 1px solid #6dc7d0;
}

@media (min-width: 768px) {
  .leadtown-col dl dd {
    font-size: 14px;
  }
}

.leadtown-col .text {
  width: 100%;
}

@media (min-width: 768px) {
  .leadtown-col .text {
    width: 100%;
  }
}

.leadtown-col .detail-lead br {
  display: none;
}

@media (min-width: 768px) {
  .leadtown-col .detail-lead br {
    display: inline-block;
  }
}

.leadtown-col .detail p {
  font-size: 10px;
  line-height: 1.2;
  padding-top: 5px;
  letter-spacing: -0.2px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .leadtown-col .detail p {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 5px;
    letter-spacing: 0;
  }
}

.leadtown-col .modelroomopen {
  text-align: center;
  padding-top: 5px;
}

.leadtown-col .modelroomopen-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  /* background: #005fac; */
  background: #333;
  display: inline-block;
  min-width: 75%;
}

@media (min-width: 768px) {
  .leadtown-col .modelroomopen-bg {
    font-size: 11px;
  }
}

.leadtown-col .skyblue {
    display: block;
    margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  width: 100%;
}

.leadtown-col .skyblue-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #00ceff;
  display: inline-block;
  min-width: 75%;
}

.leadtown-col .reserve {
    display: block;
    margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}

.leadtown-col .reserve-bg {
    color: #fff;
    font-size: 10px;
    padding: 8px 5px;
    text-align: center;
    background: #005fac;
    display: inline-block;
    min-width: 75%;  
}

@media (min-width: 768px) {
  .leadtown-col .skyblue-bg, .leadtown-col .reserve-bg {
    font-size: 11px;
  }
}

.leadtown-col .bluegrd {
  text-align: center;
  padding-top: 5px;
}

.leadtown-col .bluegrd-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: linear-gradient(90deg, #3aa2f0 0%, #95e4b6 100%);
  display: inline-block;
  min-width: 75%;
}

@media (min-width: 768px) {
  .leadtown-col .bluegrd-bg {
    font-size: 11px;
  }
}

.leadtown-list.soldout .detail-lead {
  font-size: 0;
}

.leadtown-list.soldout .detail-lead:before {
  content: "完売御礼！";
  font-size: 22px;
  font-weight: bold;
  /* color: #005fac; */
}

@media (min-width: 768px) {
  .leadtown-list.soldout .detail-lead:before {
    font-size: 28px;
  }
}

.heimsuite-bg {
  background: linear-gradient(90deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  padding: 30px 15px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .heimsuite-bg {
    padding-bottom: 50px;
  }
}

.heimsuite-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .heimsuite-title {
    font-size: 16px;
    flex-direction: row;
    align-items: flex-end;
  }
}

.heimsuite-title .img {
  max-width: 220px;
}

@media (min-width: 768px) {
  .heimsuite-title .img {
    max-width: 300px;
  }
}

.heimsuite-subtitle {
  font-size: 18px;
  text-align: center;
  padding: 5px 15px;
  margin: 15px 5px;
}

@media (min-width: 768px) {
  .heimsuite-subtitle {
    font-size: 28px;
  }
}

.heimsuite-subtitle.etc {
  background: #999999;
  color: #fff;
}

.heimsuite-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.heimsuite-list .heimsuite-list__item {
  text-decoration: none;
  /* transition: all 0.5s; */
  padding-bottom: 20px;
}

.heimsuite-list .heimsuite-list__item a {
    transition: all 0.5s;
    width: 100%;
}

.heimsuite-list .heimsuite-list__item a:hover {
  opacity: 0.6;
  color: #666;
}

@media (min-width: 768px) {
  .heimsuite-list {
    flex-direction: row;
  }
  .heimsuite-list .heimsuite-list__item,
  .heimsuite-list .comming-soon {
    width: calc(100% / 3);
  }
  .heimsuite-list .comming-soon .dummy {
    background: #f4f4f4;
    border: 1px solid #8f8f8f;
    display: flex;
    text-align: center;
    margin: 5px;
    position: relative;
    width: calc(100% - 10px);
    height: calc(100% - 30px);
    align-items: center;
    justify-content: center;
  }
  .heimsuite-list .comming-soon .dummy:after {
    content: "";
    position: relative;
    width: 104px;
    height: 73px;
    background: url("../img/common/text-coming.svg") no-repeat center center;
    background-size: contain;
  }
}

.heimsuite-col {
  display: flex;
  gap: 0;
  padding: 10px;
  flex-direction: column;
  margin: 5px;
  background: #fff;
}

@media (min-width: 768px) {
  .heimsuite-col {
    flex-direction: column;
    gap: 8px;
  }
}

.heimsuite-col .thumb {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .heimsuite-col .thumb {
    width: 100%;
    padding: 0;
  }
}

.heimsuite-col .thumb img {
  object-fit: cover;
  object-position: center center;
  max-height: 40vw;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .heimsuite-col .thumb img {
    max-height: none;
  }
}

.heimsuite-col .thumb.spthumbbottom img {
  object-position: center bottom;
}

.heimsuite-col .thumb.spthumbtop img {
  object-position: center top;
}

.heimsuite-col .thumb p {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  font-weight: 500;
}

.heimsuite-col .thumb p.shadow {
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

.heimsuite-col .thumb p.bottom {
  top: none;
  bottom: 5px;
}

.heimsuite-col .thumb.new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/common/new-left-top.svg") no-repeat left top;
  background-size: contain;
}

.heimsuite-col dl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.heimsuite-col dl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #00ceff;
}

@media (min-width: 768px) {
  .heimsuite-col dl {
    flex-direction: row;
    align-items: center;
  }
  .heimsuite-col dl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #00ceff;
  }
}

.heimsuite-col dl dt {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-left: 0;
  text-wrap: nowrap;
  padding: 5px;
  min-width: 100px;
}

@media (min-width: 768px) {
  .heimsuite-col dl dt {
    font-size: 11px;
    padding: 8px;
    min-width: calc(38px + 2.5rem);
  }
}

.heimsuite-col dl dt:before {
  content: "";
  width: 17px;
  height: 24px;
  position: relative;
  background: url("../img/common/pin-h.svg") no-repeat center center;
  background-size: contain;
}

.heimsuite-col dl dd {
  font-size: 11px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-left: 1px solid #6dc7d0;
}

@media (min-width: 768px) {
  .heimsuite-col dl dd {
    font-size: 14px;
  }
}

.heimsuite-col .text {
  width: 100%;
}

@media (min-width: 768px) {
  .heimsuite-col .text {
    width: 100%;
  }
}

.heimsuite-col .detail-lead br {
  display: none;
}

@media (min-width: 768px) {
  .heimsuite-col .detail-lead br {
    display: inline-block;
  }
}

.heimsuite-col .detail-transport br {
  display: none;
}

@media (min-width: 768px) {
  .heimsuite-col .detail-transport br {
    display: inline-block;
  }
}

.heimsuite-col .detail p {
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 0;
  letter-spacing: -0.2px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .heimsuite-col .detail p {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 5px;
    letter-spacing: 0;
  }
}

.heimsuite-col .modelroomopen {
  text-align: center;
  padding-top: 5px;
}

.heimsuite-col .modelroomopen-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  /* background: #005fac; */
  background: #333;
  display: inline-block;
  min-width: 75%;
}

.heimsuite-col .spacer {
    min-height: 28px;
    background: #fff;
    display: inline-block;
    min-width: 75%;
  }

@media (min-width: 768px) {
  .heimsuite-col .modelroomopen-bg {
    font-size: 11px;
  }
}

.heimsuite-col .blue {
    display: block;
    margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  width: 100%;
}

.heimsuite-col .blue-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #00ceff;
  display: inline-block;
  min-width: 75%;
}

.heimsuite-col .reserve {
    display: block;
    margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}

.heimsuite-col .reserve-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #005fac;
  display: inline-block;
  min-width: 75%;
}

@media (min-width: 768px) {
  .heimsuite-col .blue-bg, .heimsuite-col .reserve-bg {
    font-size: 11px;
  }
}

.heimsuite-list.soldout .detail-lead {
  font-size: 0;
}

.heimsuite-list.soldout .detail-lead:before {
  content: "完売御礼！";
  font-size: 22px;
  font-weight: bold;
  /* color: #00ceff; */
}

@media (min-width: 768px) {
  .heimsuite-list.soldout .detail-lead:before {
    font-size: 28px;
  }
}

.sekisuiheim-bg {
  background: linear-gradient(90deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  padding: 30px 15px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .sekisuiheim-bg {
    padding-bottom: 50px;
  }
}

.sekisuiheim-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .sekisuiheim-title {
    font-size: 16px;
    flex-direction: row;
    align-items: flex-end;
  }
}

.sekisuiheim-title .img {
  max-width: 220px;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  .sekisuiheim-title .img {
    max-width: 300px;
  }
}

.sekisuiheim-subtitle {
  font-size: 18px;
  text-align: center;
  padding: 5px 15px;
  margin: 15px 5px;
}

@media (min-width: 768px) {
  .sekisuiheim-subtitle {
    font-size: 28px;
  }
}

.sekisuiheim-subtitle.etc {
  background: #999999;
  color: #fff;
}

.sekisuiheim-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.sekisuiheim-list .sekisuiheim-list__item {
  text-decoration: none;
  /* transition: all 0.5s; */
  padding-bottom: 20px;
}

.sekisuiheim-list .sekisuiheim-list__item a {
    transition: all 0.5s;
}

.sekisuiheim-list .sekisuiheim-list__item a:hover {
  opacity: 0.6;
  color: #666;
}

@media (min-width: 768px) {
  .sekisuiheim-list {
    flex-direction: row;
  }
  .sekisuiheim-list .sekisuiheim-list__item,
  .sekisuiheim-list .comming-soon {
    width: calc(100% / 3);
  }
  .sekisuiheim-list .comming-soon .dummy {
    background: #f4f4f4;
    border: 1px solid #8f8f8f;
    display: flex;
    text-align: center;
    margin: 5px;
    position: relative;
    width: calc(100% - 10px);
    height: calc(100% - 30px);
    align-items: center;
    justify-content: center;
  }
  .sekisuiheim-list .comming-soon .dummy:after {
    content: "";
    position: relative;
    width: 104px;
    height: 73px;
    background: url("../img/common/text-coming.svg") no-repeat center center;
    background-size: contain;
  }
}

.sekisuiheim-col {
  display: flex;
  gap: 0;
  padding: 10px;
  flex-direction: column;
  margin: 5px;
  background: #fff;
}

@media (min-width: 768px) {
  .sekisuiheim-col {
    flex-direction: column;
    gap: 8px;
  }
}

.sekisuiheim-col .thumb {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .sekisuiheim-col .thumb {
    width: 100%;
    padding: 0;
  }
}

.sekisuiheim-col .thumb img {
  object-fit: cover;
  object-position: center center;
  max-height: 40vw;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sekisuiheim-col .thumb img {
    max-height: none;
  }
}

.sekisuiheim-col .thumb.spthumbbottom img {
  object-position: center bottom;
}

.sekisuiheim-col .thumb.spthumbtop img {
  object-position: center top;
}

.sekisuiheim-col .thumb p {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  font-weight: 500;
}

.sekisuiheim-col .thumb p.shadow {
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

.sekisuiheim-col .thumb p.bottom {
  top: none;
  bottom: 5px;
}

.sekisuiheim-col .thumb.new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/common/new-left-top.svg") no-repeat left top;
  background-size: contain;
}

.sekisuiheim-col dl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sekisuiheim-col dl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #005fac;
}

@media (min-width: 768px) {
  .sekisuiheim-col dl {
    flex-direction: row;
    align-items: center;
  }
  .sekisuiheim-col dl:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #005fac;
  }
}

.sekisuiheim-col dl dt {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-left: 0;
  text-wrap: nowrap;
  padding: 5px;
  min-width: 100px;
}

@media (min-width: 768px) {
  .sekisuiheim-col dl dt {
    font-size: 11px;
    padding: 8px;
    min-width: calc(38px + 2.5rem);
  }
}

.sekisuiheim-col dl dt:before {
  content: "";
  width: 17px;
  height: 24px;
  position: relative;
  background: url("../img/common/pin-sekisuiheim.svg") no-repeat center center;
  background-size: contain;
}

.sekisuiheim-col dl dd {
  font-size: 11px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-left: 1px solid #005fac;
}

@media (min-width: 768px) {
  .sekisuiheim-col dl dd {
    font-size: 14px;
  }
}

.sekisuiheim-col .text {
  width: 100%;
}

@media (min-width: 768px) {
  .sekisuiheim-col .text {
    width: 100%;
  }
}

.sekisuiheim-col .detail-lead br {
  display: none;
}

@media (min-width: 768px) {
  .sekisuiheim-col .detail-lead br {
    display: inline-block;
  }
}

.sekisuiheim-col .detail-transport br {
  display: none;
}

@media (min-width: 768px) {
  .sekisuiheim-col .detail-transport br {
    display: inline-block;
  }
}

.sekisuiheim-col .detail p {
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 0;
  letter-spacing: -0.2px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sekisuiheim-col .detail p {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 5px;
    letter-spacing: 0;
  }
}

.sekisuiheim-col .blue {
    display: block;
    margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  width: 100%;
}

.sekisuiheim-col .blue-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #00ceff;
  display: inline-block;
  min-width: 75%;
}

.sekisuiheim-col .reserve {
    display: block;
    margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}

.sekisuiheim-col .reserve-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #005fac;
  display: inline-block;
  min-width: 75%;
}

@media (min-width: 768px) {
  .sekisuiheim-col .blue-bg, .sekisuiheim-col .reserve-bg {
    font-size: 11px;
  }
}

.sekisuiheim-list.soldout .detail-lead {
  font-size: 0;
}

.sekisuiheim-list.soldout .detail-lead:before {
  content: "完売御礼！";
  font-size: 22px;
  font-weight: bold;
  /* color: #005fac; */
}

@media (min-width: 768px) {
  .sekisuiheim-list.soldout .detail-lead:before {
    font-size: 28px;
  }
}

.contact-bg {
  background: linear-gradient(90deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (min-width: 768px) {
  .contact-bg {
    gap: 40px;
    padding: 50px 15px;
  }
}

.contact .bottomline {
  width: 100%;
  height: 15px;
}

.contact-subtitle {
  padding: 15px;
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .contact-subtitle {
    padding: 30px;
    padding-top: 50px;
  }
}

.contact-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .contact-text {
    font-size: 21px;
  }
}

.contact-text .small {
  font-weight: normal;
  font-size: 10px;
}

.contact-usecase {
  width: 100%;
}

.contact-h3 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .contact-h3 {
    font-size: 21px;
    padding-bottom: 15px;
  }
}

.contact-notice {
  background: #fff;
  padding: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-notice {
    max-width: 900px;
    margin: 0 auto;
  }
}

.contact-notice-ul {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  list-style-type: disc;
}

.contact-notice-li {
  color: #969696;
  font-size: 11px;
  line-height: 1.8;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .contact-notice-li {
    font-size: 12px;
  }
}

.contact-notice-li .link {
  color: #0068f7;
}

.contact-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 768px) {
  .contact-guide {
    gap: 30px;
  }
}

.contact-guide-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) {
  .contact-guide-title {
    font-size: 18px;
  }
}

.contact-guide-btn {
  color: #fff;
  text-align: center;
  font-weight: bolder;
  font-size: 20px;
  position: relative;
  background: #000;
  min-width: 300px;
  padding: 15px;
  display: inline-block;
  transition: all 0.5s;
}

.contact-guide-btn:hover {
  opacity: 0.6;
}

.contact-guide-btn:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 18px;
  background: url("../img/common/contact-arrow.svg") no-repeat center center;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.fade-left {
  transition: 0.8s all cubic-bezier(0.01, 0.16, 0.25, 1.01);
  transform: translateX(-30px);
  opacity: 0;
}

.fade-right {
  transition: 0.8s all cubic-bezier(0.01, 0.16, 0.25, 1.01);
  transform: translateX(30px);
  opacity: 0;
}

.fade-center {
  transition: 0.8s all cubic-bezier(0.01, 0.16, 0.25, 1.01);
  transform: translateY(30px);
  opacity: 0;
}

.fade-comp {
  transform: translate(0, 0);
  opacity: 1;
}

.pagetop {
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 95;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
}

@media (min-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 88px;
  }
  .pagetop:hover {
    opacity: 0.5;
  }
}

@media print {
  .pagetop {
    display: none;
  }
}

.marker {
  display: inline;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0 30%;
  background-position: left 0 bottom 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.marker.inview {
  background-size: 100% 30%;
}

.line-yellow {
  background-image: linear-gradient(90deg, #faff53 0%, #faff53 100%);
}

.acordion {
  display: none;
}

.more {
  padding: 15px;
}

.more-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0;
  padding: 5px;
  width: 80px;
  margin: 0 auto;
  cursor: pointer;
}

.more-btn .text {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.more-btn .arrow {
  transition: all 0.6s ease-in-out;
}

.more-btn.view .arrow {
  transform: rotate(180deg);
}

.smalltext {
  font-size: 10px;
}
/*# sourceMappingURL=common.css.map */






/* 20250228 物件一覧ボタン削除に伴う追加調整 */
.iframeListWrap .detail {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}
.iframeListWrap .text,
.iframeListWrap .detail-lead,
.iframeListWrap .detail-transport {
    height: 100%!important;
}
.heimsuite-list__item,
.heimsuite-list__item a,
.leadtown-list__item,
.leadtown-list__item a,
.sekisuiheim-list__item,
.sekisuiheim-list__item a {
    display: flex;
    align-items: stretch;
}
.heimsuite-col .text,
.leadtown-col .text,
.sekisuiheim-col .text {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}
.soldout a .blue .blue-bg {
    background: #999999;
}
