	
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*------------------------------------------------
アットハウジングLP
------------------------------------------------*/


ul, li {
	list-style: none;
}

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

.page-model_home,
.page-model_home .apply-form {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-style: normal;
	font-weight: 300;
}

.contact-wrap {
	width: 100%;
	background: #F4F1F0;
	padding: 100px 0 33px;
}

.contact-wrap .ap-line,
.contact-wrap .contact-line {
	font-family: "Inter", sans-serif;
	font-weight: 500;
}

.contact-wrap .wpcf7 {
	margin-top: 80px;
}

.contact-wrap .apply-form.raiten {
	margin: 0 auto;
	width: 848px;
	background: #fff;
	padding: 40px 48px 26px;
	border-radius: 16px;
	box-sizing: border-box;
}

.contact-wrap .apply-form__head {
	text-align: left;
}

.contact-wrap .apply-form__head h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 3%;
	margin-bottom: 13px;
}

.contact-wrap .apply-form__head .benefit {
	width: 100%;
	border: 1px solid #D32C1C;
	border-radius: 4px;
	background: #FFF5F4;
	padding: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 3%;
	font-weight: 600;
	margin-bottom: 8px;
	box-sizing: border-box;
	text-align: center;
}

.contact-wrap .apply-form__head .benefit p {
	margin: 0;
}

.contact-wrap .apply-form__head .benefit span {
	font-size: 26px;
	color: #D32C1C;
}

.contact-wrap .apply-form__head .benefit small {
	font-size: 12px;
}

.contact-wrap .apply-form__head ul {
	margin-top: 8px;
}

.contact-wrap .apply-form__head ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 147%;
	color: #444444;
	text-align: left;
}

.contact-wrap .ap-line,
.contact-wrap .contact-line {
    padding: 24px 0;
    border-bottom: 1px solid #F3F4F6;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.contact-wrap .ap-line p,
.contact-wrap .contact-line p {
	margin-bottom: 0;
}

.contact-wrap .ap-line .ap-line-l,
.contact-wrap .contact-line .contact-line-l {
	width: 192px;
    float: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.15px;
    font-weight: 500;
    padding-right: 40px;
    box-sizing: border-box;
}

.contact-wrap .contact-line .contact-line-l {
	width: 40%;
}

.contact-wrap .ap-line .ap-line-l p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-wrap .ap-line .ap-line-l .required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 18px;
	border-radius: 6px;
	background: #E7000B;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.62px;
}

.contact-wrap .ap-line .ap-line-r,
.contact-wrap .contact-line .contact-line-r {
    width: calc(100% - 192px);
    float: none;
}

.contact-wrap .contact-line .contact-line-r {
	width: 60%;
}

.contact-wrap input::-webkit-input-placeholder, 
.contact-wrap textarea::-webkit-input-placeholder { 
	color: rgba(54, 65, 83, 0.5);
} 
.contact-wrap input:-moz-placeholder, 
.contact-wrap textarea:-moz-placeholder { 
	color: rgba(54, 65, 83, 0.5); 
} 
.contact-wrap input::-moz-placeholder, 
.contact-wrap textarea::-moz-placeholder { 
	color: rgba(54, 65, 83, 0.5); 
} 
.contact-wrap input:-ms-input-placeholder, 
.contact-wrap textarea:-ms-input-placeholder { 
	color: rgba(54, 65, 83, 0.5); 
} 

.contact-wrap input[type=text],
.contact-wrap input[type=date],
.contact-wrap input[type=tel],
.contact-wrap input[type=email] {
	width: 100%;
	height: 46px;
	border: 1px solid #E5E7EB;
	background: #fff;
	color: #364153;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.15px;
	box-sizing: border-box;
	padding: 0 15px;
	border-radius: 8px;
}

.contact-wrap input[readonly=readonly] {
	background: #F9FAFB;
}

.contact-wrap .ap-checked-column1 input[type=text] {
	width: 220px;
}

.contact-wrap textarea,
.contact-wrap .answer-waku .wpcf7-textarea {
	width: 100%;
	height: 106px;
	border: 1px solid #E5E7EB;
	background: #fff;
	color: #364153;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.15px;
	box-sizing: border-box;
	padding: 12px 15px;
	border-radius: 8px;
	resize: vertical;
}

.contact-wrap select {
	width: 100%;
	max-width: 226px;
	height: 46px;
	border: 1px solid #E5E7EB;
	background: #fff;
	color: #364153;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.15px;
	box-sizing: border-box;
	padding: 0 15px;
	border-radius: 8px;
}

.contact-wrap .ap-time .wpcf7-form-control-wrap {
	margin: 0 16px;
}

.contact-wrap .ap-time .wpcf7-form-control-wrap:first-child {
	margin-left: 0;
}

.contact-wrap .ap-note {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.333;
	color: #6A7282;
}

.contact-wrap .ap-date {
	position: relative;
	width: 100%;
	max-width: 240px;
}

.contact-wrap .ap-date input[type="date"] {
  position: relative;
}

.contact-wrap .ap-date input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; /* アイコン自体は見えなくする */
}

.contact-wrap .wpcf7-checkbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.contact-wrap .ap-checked-column3 .wpcf7-checkbox {
	grid-template-columns: repeat(3, 1fr);
}

.contact-wrap .ap-checked-column1 .wpcf7-checkbox {
	grid-template-columns: repeat(1, 1fr);
}

.contact-wrap .wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	line-height: 20px;
}

.contact-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
	width: 20px;
	min-width: 20px;
	height: 20px;
}

.contact-wrap .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 20px;
}

.contact-wrap .wpcf7-radio .wpcf7-list-item label {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 20px;
}

.contact-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
	width: 20px;
	min-width: 20px;
	height: 20px;
}


.contact-wrap .select-flex span.wpcf7-list-item {
	padding-right: 0;
}


.contact-wrap .has-free-text .wpcf7-list-item-label {
	word-break: keep-all;
	white-space: nowrap;
}

.contact-wrap .wpcf7-form-control-wrap[data-name=q09_other] {
	margin-top: 20px;
	display: block;
}

.contact-wrap .q20-waku {
	margin-top: 10px;
}


.contact-wrap .answer-waku {
	padding: 0;
    background-color: #fff;
    border-radius: 0;
    border: 0;
}

.contact-wrap .ap-line,
.contact-wrap .contact-line {
	color: #364153;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.15px;
}

.contact-wrap .contact-agree {
	margin: 24px 0 32px;
}

.contact-wrap .contact-agree p {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.15px;
	color: #364153;
}

.contact-wrap .contact-agree input[type=checkbox] {
	width: 20px;
	min-width: 20px;
	height: 20px;
}

.contact-wrap .wpcf7-submit {
	display: block;
    width: 100%;
    height: 52px;
    border: none;
    padding: 0;
    background-color: #000000;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.25px;
    line-height: 1.5;
    border-radius: 26px;
    cursor: pointer;
}

.js-image-scroll {
    overflow: hidden;
    display: flex;
}
.js-image-scroll ul {
    display: flex;
    align-items: flex-start;
}
.js-image-scroll ul:nth-child(odd) {
    animation-name: image-loop-left1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.js-image-scroll ul:nth-child(even) {
    animation-name: image-loop-left2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes image-loop-left1 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes image-loop-left2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.contact-inner {
	width: 1000px;
	margin: 0 auto;
}

.contact-top {
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	color: #2E2E2E;
	letter-spacing: 3%;
	font-weight: 600;
	text-align: center;
}

.contact-top h2 {
	font-size: 30px;
	letter-spacing: 3%;
	line-height: 1;
	font-weight: 600;
	color: #2E2E2E;
	margin-bottom: 40px;
}

.contact-top h2 span {
	color: #D32C1C;
}

.contact-gallery {
	margin-top: 50px;
}

.contact-gallery li {
	list-style: none;
	font-size: 1px;
	line-height: 1;
	width: 320px;
	padding-right: 32px;
}

.contact-gallery li img {
	width: 100%;
	aspect-ratio: 6 / 5;
	border-radius: 10px;
	object-fit: cover;
}

.contact-gallery li:nth-child(even) {
	margin-top: 28px;
}


/*common
-----------------------------------------------------------------------------------------------*/

.inner {
	margin: 0 auto;
	width: 1000px;
}

.head-large {
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.4;
	font-size: 34px;
	font-weight: 600;
}
.head-large:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 60px;
	border-top: 2px solid #D32C1C;
}

.anchor-area {
	position: relative;
}
.anchor-area .anchor {
	position: absolute;
	top: 0;
}

.color-red {
	color: #D32C1C;
}


/*page
-----------------------------------------------------------------------------------------------*/
.mian-kv {
	padding: 58px 0 0;
}
.mian-kv .display {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.mian-kv .display .img {
	width: 48.4%;
	/* aspect-ratio: 1 / 1; */
  aspect-ratio: 3500 / 2333;
}
.mian-kv .display .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.mian-kv .display .info {
	width: 46%;
}
.sales-state {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.sales-state span {
	padding: 4px 6px;
	border: 1px solid #D32C1C;
	border-radius: 3px;
	color: #D32C1C;
	font-size: 12px;
	font-weight: 600;
}
.sales-state .on {
	background: #D32C1C;
	color: #fff;
}
.mian-kv .display .head {
	margin-bottom: 15px;
	line-height: 1.6;
	font-size: 29px;
	font-weight: 600;
}
.mian-kv .display .info ul {
	border-top: 1px solid #DEDEDE;
}
.mian-kv .display .info li {
	padding: 12px 0;
	border-bottom: 1px solid #DEDEDE;
}
.mian-kv .display .info li .tr {
	display: flex;
	gap: 0 10px;
}
.mian-kv .display .info li .th {
	color: #D32C1C;
	font-size: 12px;
	font-weight: 600;
}
.mian-kv .display .info li .td {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 600;
}
.mian-kv .display .info li .note {
	margin: 10px 0 0;
	color: #2E2E2E;
	font-size: 10px;
	font-weight: 300;
}
.mian-kv .btn-links {
	margin-top: 20px;
}
.btn-links .tit {
	margin-bottom: 10px;
	text-align: center;
	color: #D32C1C;
	font-weight: 600;
	font-size: 14px;
}
.btn-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	margin: 0 auto;
	max-width: 460px;
	height: 63px;
	background: no-repeat right 16px center;
	background-size: 17px;
	border: 1px solid #D32C1C;
	border-radius: 5px;
	text-align: center;
	color: #D32C1C;
	font-weight: 600;
	transition: all .5s;
	position: relative;
	box-sizing: border-box;
}
.btn-links a + a {
	margin-top: 13px;
}
.btn-links .web {
	background-color: #D32C1C;
	background-image: url(images/model_home/icon_link_wh.svg);
	color: #fff;
	font-size: 16px;
}
.btn-links .web:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/model_home/icon_file_wh.svg)no-repeat center;
	background-size: 100%;
}

.btn-links .web:hover {
	background-color: #b72618;
}

.btn-links .tel {
	background-image: url(images/model_home/icon_link_red.svg);
	font-size: 14px;
}

.btn-links .tel:before {
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 2px solid #b72618;
	border-radius: 5px;
	content: '';
	opacity: 0;
	transition: opacity .5s;
	box-sizing: border-box;
}

.btn-links .tel:hover {
	border-color: #b72618;
	color: #b72618;
	/*border-width: 2px;*/
}

.btn-links .tel:hover:before {
	opacity: 1;
}

.btn-links .num {
	display: block;
	display: inline-block;
	padding-left: 25px;
	background: url(images/model_home/icon_tel_red.svg)no-repeat left center;
	background-size: 16px;
	font-size: 16px;
}
.mian-kv .display .store {
	display: flex;
	padding: 2px;
	margin-top: 6px;
	border-radius: 2px;
	background: #2E2E2E;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
}
.mian-kv .display .store .name {
	padding: 0.6rem 1rem;
	width: 112px;
	color: #fff;
}
.mian-kv .display .store .place {
	padding: 0.6rem 1rem;
	width: calc(100% - 112px);
	background: #fff;
	border-radius: 2px;
}

.page-anchors {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	position: relative;
	transform: translateY(50%);
}
.page-anchors a {
	padding: 16px 40px 16px 16px;
	background: url(images/model_home/icon_anchor.svg)no-repeat right 16px center #fff;
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	color: inherit;
	font-weight: 600;
	font-size: 15px;
	transition: all .5s;
}

.page-anchors a:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.0);
}

.home-view {
	padding: 100px 0;
	background: #F4F1F0;
}
.home-model-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.4rem;
}
.home-model-list li {
	aspect-ratio: 3500 / 2333;
}
.home-model-list li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.model-house-info {
	margin: 50px auto 0;
	max-width: 825px;
}
.model-house-info .head {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 600;
}
.model-house-info .info {
	border-top: 1px solid #C4C4C4;
}
.model-house-info .info li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #C4C4C4;
	font-weight: 600;
}
.model-house-info .info .th {
	margin: 0;
	padding: 3px 0 1px;
	width: 70px;
	border-radius: 2px;
	border: 1px solid;
	text-align: center;
	color: #D32C1C;
	font-size: 14px;
}
.model-house-info .info .td {
	margin: 0;
	width: calc(100% - 102px);
	font-size: 18px;
}
.model-house-info .features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 15px;
	margin-top: 40px;
}
.model-house-info .features li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.model-house-info .access {
	padding: 30px;
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #D0D0D0;
	line-height: 2;
}

.model-house-detail {
	margin-top: 40px;
}
.model-house-detail .head {
	margin-bottom: 32px;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
.model-house-detail .swiper-list {
	position: relative;
}
.model-house-detail .swiper-slide {
	width: 312px;
}
.model-house-detail .item {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid #C5C5C5;
	color: #2E2E2E;
}
.model-house-detail .img {
	aspect-ratio: 310 / 179;
	overflow: hidden;
}
.model-house-detail .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .5s;
}
.model-house-detail .info {
	padding: 2.4rem 3.5rem 2.4rem 0;
	background: url(images/model_home/icon_link_red.svg)no-repeat right 40px center #fff;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.model-house-detail .name {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.model-house-detail .detail {
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: 600;
}

.model-house-detail .item:hover .img img {
	transform: scale(1.1);
}

.model-house-detail .item:hover .detail {
	text-decoration: underline;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	width: 38px;
	height: 38px;
	background: no-repeat center;
	background-size: 100%;
	transition: opacity .5s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: .7;
}

.model-house-detail .swiper-button-prev {
	left: -20px;
	background-image: url(images/model_home/icon_slide_prev.svg);
}
.model-house-detail .swiper-button-next {
	right: -20px;
	background-image: url(images/model_home/icon_slide_next.svg);
}

.site-three-points {
	padding: 100px 0;
}
.site-three-points .sub {
	margin-bottom: 40px;
	letter-spacing: 0.03em;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.site-three-points .points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 32px;
}
.site-three-points .points li {
	overflow: hidden;
	background: #fff;
	border-radius: 18px;
	box-shadow: 4px 3px 3px rgba(0,0,0,0.02);
}
.site-three-points .points .img {
	aspect-ratio: 311 / 208;
}
.site-three-points .points .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.site-three-points .points .info {
	padding: 14px;
}
.site-three-points .points .step {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 6px;
	border-radius: 3px;
	border: 1px solid;
	line-height: 1;
	color: #D32C1C;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
}
.site-three-points .points .head {
	margin-bottom: ;
	font-size: 18px;
	font-weight: 600;
}
.site-three-points .on-site {
	position: relative;
	margin-top: 24px;
	padding: 28px 16px 6px;
	min-height: 176px;
	background: #F2F2F2;
	border-radius: 9px;
	line-height: 2;
	font-size: 12px;
	font-weight: 600;
}
.site-three-points .on-site .tit {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	padding: 0 25px;
	width: auto;
	background: #D32C1C;
	border-radius: 50px;
	text-align: center;
	white-space: nowrap;
	word-wrap: break-word;
	word-break:break-all;
	color: #fff;
	font-size: 14px;
}
.site-three-points .on-site .end {
	text-align: right;
	font-size: 13px;
}

.home-top-reason {
	padding: 100px 0;
	background: #FFF6D6;
}
.home-top-reason .display {
	display: flex;
	justify-content: space-between;
}
.home-top-reason .display .left {
	width: 43.5%;
}
.home-top-reason .display .right {
	width: 51.5%;
}
.home-top-reason .display .img {
	overflow: hidden;
	border-radius: 10px;
}
.home-top-reason img {
	width: 100%;
}
.home-top-reason .display .introd {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 11px;
	margin-top: 10px;
}
.home-top-reason .display .introd li {
	padding: 12px 0 10px;
	background: #D32C1C;
	border-radius: 4px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.home-top-reason .display .introd p {
	margin-bottom: 0;
}
.home-top-reason .display .introd .data {
	margin-top: 5px;
	font-size: 15px;
}
.home-top-reason .display .introd .num {
	font-size: 34px;
}
.home-top-reason .display .logo {
	margin: 0 0 24px;
	max-width: 171px;
}
.home-top-reason .display .head {
	margin-bottom: 24px;
	font-size: 26px;
	font-weight: 600;
}
.home-top-reason .display .txt {
	line-height: 2.3;
	font-size: 16px;
	font-weight: 300;
}
.home-top-reason .display .txt a,
.home-top-reason .display .txt span {
	border-bottom: 2px solid #CC0000;
	font-weight: 600;
	color: #CC0000;
}

.home-recommend {
	padding: 100px 0;
}
.home-recommend .inner {
	max-width: 900px;
}
.home-recommend .displays li {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #D6D6D6;
	letter-spacing: 0.03em;
}
.home-recommend .displays li .img {
	width: calc(100%/3 - 40px);
	aspect-ratio: 259 / 154;
}
.home-recommend .displays li .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.home-recommend .displays li .info {
	width: calc(100%/3 * 2 + 10px);
}
.home-recommend .displays li .step {
	color: #D32C1C;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.home-recommend .displays li .head {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 600;
}
.home-recommend .displays li .txt {
	margin-bottom: 0;
	line-height: 2;
	font-size: 16px;
}

.limited-offers-exclusive-packs {
	padding: 100px 0;
	background: #F4F1F0;
}
.limited-offers-exclusive-packs ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 68px 32px;
}
.limited-offers-exclusive-packs li {
	line-height: 2.4;
	font-size: 16px;
	font-weight: 300;
}
.limited-offers-exclusive-packs li img {
	width: 100%;
}
.limited-offers-exclusive-packs .coupon {
	overflow: hidden;
	border-radius: 11px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.03);
}
.limited-offers-exclusive-packs .head {
	margin-bottom: 22px;
	line-height: 1.7;
	font-size: 26px;
	font-weight: 600;
}
.limited-offers-exclusive-packs .head-price {
	margin-bottom: 16px;
}
.limited-offers-exclusive-packs .btn-links {
	margin-top: 50px;
	text-align: center;
}

.home-case {
	padding: 100px 0 0;
}
.home-case-swiper {
	position: relative;
	overflow: hidden;
}
.home-case-swiper .swiper-slide {
	width: 874px;
}
.home-case-swiper .swiper-button-prev,
.home-case-swiper .swiper-button-next {
	top: 166px;
	margin-top: 0;
}
.home-case-swiper .swiper-button-prev {
	left: 30px;
	background-image: url(images/model_home/icon_slide_prev2.svg);
}
.home-case-swiper .swiper-button-next {
	right: 0px;
	background-image: url(images/model_home/icon_slide_next2.svg);
}
.home-case-swiper .display .case-imgs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}
.home-case-swiper .display .case-imgs img {
	width: 100%;
	border-radius: 10px;
}
.home-case-swiper .display .case-imgs .ban {
	width: 75%;
}
.home-case-swiper .display .case-imgs .homein {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(25% - 12px);
}
.home-case-swiper .display .case-imgs .img {
	height: calc(50% - 6px);
}
.home-case-swiper .display .case-imgs .img img {
	object-fit: cover;
	height: 100%;
}
.home-case-swiper .display .head {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 600;
}
.home-case-swiper .display .features {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.home-case-swiper .display .features span {
	padding: 10px 20px;
	background: #F4F3F1;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
}

.home-access {
	padding: 100px 0 0;
}
.home-access .display {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 824px;
}
.home-access .display .info {
	position: relative;
	width: calc(45% - 20px);
	font-size: 16px;
}
.home-access .display .info:before {
	content: "";
	position: absolute;
	right: calc(100% + 20px);
	top: 0;
	width: 65px;
	height: 100%;
	background: url(images/model_home/icon_access_flag.png)no-repeat center top;
	background-size: 100%;
}
.home-access .display .map {
	width: calc(50% + 6px);
	font-size: 0;
}
.home-access .display .map iframe {
	width: 100%;
	height: 267px;
	border-radius: 20px;
}
.home-access .display .head {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 22px;
	font-weight: 600;
}
.home-access .display .place {
	margin-bottom: 10px;
	line-height: 1.6; 
}
.home-access .display .place .pre {
	font-weight: 600;
}
.home-access .display .txt {
	line-height: 2;
}

.home-faq {
	padding: 100px 0;
}
.faq-list {
	margin: 0 auto;
	max-width: 828px;
}
.faq-list li {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
.faq-list li + li {
	margin-top: 30px;
}
.faq-list li p {
	margin: 0;
}
.faq-list li .quest {
	position: relative;
	padding: 25px 16px 25px 60px;
	background: #F4F3F1;
	font-size: 18px;
	font-weight: 600;
}
.faq-list li .answer {
	position: relative;
	padding: 22px 16px 22px 60px;
	border-top: 1px solid #D6D6D6;
	font-size: 16px;
}
.faq-list li .quest:before,
.faq-list li .answer:before {
	position: absolute;
	left: 20px;
	color: #D32C1C;
	font-size: 24px;
	font-weight: 600;
}
.faq-list li .quest:before {
	content: "Q.";
	top: 20px;
}
.faq-list li .answer:before {
	content: "A.";
	top: 15px;
}

.home-model-gallery {
	position: relative;
}

.home-model-gallery .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.home-model-gallery .swiper-slide {
	width: calc((100% - 32px) / 2);
	flex-shrink: 0;
}

.home-model-gallery .img {
	overflow: hidden;
	aspect-ratio: 311 / 208;
	border-radius: 18px;
}

.home-model-gallery .img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .5s;
}

.home-model-gallery .swiper-slide:hover .img img {
	transform: scale(1.05);
}

.home-model-gallery .swiper-button-prev {
	left: -20px;
	background-image: url(images/model_home/icon_slide_prev.svg);
}

.home-model-gallery .swiper-button-next {
	right: -20px;
	background-image: url(images/model_home/icon_slide_next.svg);
}

.home-model-gallery .swiper-button-prev:after,
.home-model-gallery .swiper-button-next:after {
	display: none;
}

.home-model-gallery .swiper-button-prev,
.home-model-gallery .swiper-button-next {
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: opacity .5s;
}

.home-model-gallery .swiper-button-prev:hover,
.home-model-gallery .swiper-button-next:hover {
	opacity: .7;
}

.floor_plan_image {
  margin-bottom: 40px;
}

.floor_plan_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  /*object-fit: cover;
  aspect-ratio: 1 / 1;*/
}


