@charset "utf-8";

#index_wrap{
	max-width:2000px;
	margin-right:auto;
	margin-left:auto;
}
h2{
	color:#121212;
	font-family:var(--font_serif);
	font-size:3.2rem;
	letter-spacing:3.2px;
	line-height:4.6rem;
	text-align:center;
}
h2::before{
	content:attr(data-en);
	display:block;
	color:#6E7718;
	font-family:var(--font_garamond);
	font-size:1.8rem;
	letter-spacing:1.8px;
	line-height:2.1rem;
	text-transform:capitalize;
}

.mv_area{
	position:relative;
	opacity:0;
	transition:opacity 1s;
}
.wf-active .mv_area, .wf-inactive .mv_area{
	transition-delay:0.3s;
	opacity:1;
}
.mv_box{
	position:absolute;
	z-index:1;
	min-width:450px;
	width:35.5%;
	right:0;
	bottom:50px;
	padding:24px 0;
	background:#DCD8DA;
}
.mv_title{
	padding:20px 20px 22px;
	border-top:1px solid #1D223B;
	border-bottom:1px solid #1D223B;
	color:#1D223B;
	font-family:var(--font_serif);
	font-size:4rem;
	letter-spacing:1.4px;
	line-height:5.7rem;
	text-align:center;
}
.mv_title::after{
	content:attr(data-en);
	display:block;
	font-family:var(--font_garamond);
	font-size:1.4rem;
	letter-spacing:0.49px;
	line-height:1.6rem;
	margin-top:8px;
}
.mv_title_small{
	display:block;
	font-size:1.6rem;
	letter-spacing:0.8px;
	line-height:2.3rem;
	margin-bottom:5px;
}
.mv_title_large{
	display:block;
	font-size:2.4rem;
	letter-spacing:0.84px;
	line-height:3.5rem;
	margin-bottom:5px;
}
.mv_slide_img{
	height:100%;
	position:relative;
	overflow:hidden;
	aspect-ratio:960 / 329;
	min-height:480px;
	z-index:1 !important;
}
.mv_img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
}
.mv_slide .slick-dots{
	width:100%;
	justify-content:center;
	bottom:10px;
}

.information_area{padding:50px 20px;}
.information_box{
	display:flex;
	max-width:960px;
	padding:30px 40px;
	margin:auto;
	border:1px solid #6E7718;
}
.information_head{
	flex-shrink:0;
	width:220px;
	border-right:1px solid rgba(112,112,112,0.2);
	font-size:1.8rem;
	letter-spacing:1.8px;
	line-height:2.6rem;
	text-align:left;
}
.information_head::before{
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:1.6rem;
	margin-bottom:5px;
}
.information_list{margin:10px 0 -5px 40px;}
.information_item{
	display:flex;
	align-items:flex-start;
	margin-bottom:25px;
}
.information_date{
	flex-shrink:0;
	width:90px;
	margin-top:2px;
	color:#8E8E8E;
	font-size:1.2rem;
	letter-spacing:1.2px;
	line-height:1.7rem;
}
.information_link, .information_txt{
	color:#333 !important;
	font-size:1.4rem;
	letter-spacing:0.7px;
	line-height:2rem;
}

.top_bnr_area{
	padding:60px 15px 90px;
	margin-bottom:110px;
	background:#FFF7ED;
}
.top_bnr_head{
	color:#1F4143;
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing:0.66px;
	line-height:3.1rem;
	margin-bottom:35px;
}
.top_bnr_head::before{display:none;}
.top_bnr_head_txt{position:relative;}
.top_bnr_head_txt::before, .top_bnr_head_txt::after{
	content:'';
	position:absolute;
	top:5px;
	bottom:0;
	width:95px;
	height:1px;
	margin:auto;
	background:#1F4143;
}
.top_bnr_head_txt::before{left:-100px;}
.top_bnr_head_txt::after{right:-100px;}
.top_bnr_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:1110px;
	margin:auto;
}
.top_bnr_item{
	min-width:280px;
	width:calc((100% - 20px) / 2);
	margin:0 5px 10px;
}
.top_bnr_link{
	display:block !important;
	padding:0 !important;
	background:none !important;
	transition:opacity 0.3s;
}
.top_bnr_link:hover{opacity:0.6;}
.top_link_item{
	position: relative;
}
.top_link_item::before{
	content: '';
	display: block;
	width: 1px;
	height: 150px;
	background: rgba(112, 112, 112, 0.2);
	position: absolute;
	top: calc(50% - 70px);
}
.top_link_item:last-child::after {
	content: '';
	display: block;
	width: 1px;
	height: 150px;
	background: rgba(112, 112, 112, 0.2);
	position: absolute;
	top: calc(50% - 70px);
	right: 0;
}
.top_link_link{
	display:block !important;
	padding:15px;
	background:none !important;
	transition:border 0.3s;
	text-decoration: none;
    height: 180px;
	margin: 0 10px;
	border-radius: 6px;
	border: 1px solid #FFF;
}
.top_link_link:hover{
	border-radius: 6px;
	border: 1px solid #6E7718;
}
.top_link_list{
	max-width: 960px;
    margin: 0 auto 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.top_link_txt{
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 1px;
	max-width: 270px;
	color:#333;
	text-align: center;
}
.top_link_title{
	display: flex;
	flex-direction: column;
	text-align:center;
	padding-bottom: 12px;
}
.top_link_title_txt{
	position:relative;
	color:#333;
	font-family:var(--font_serif);
	font-size:2.4rem;
	line-height:3.5rem;
}
.top_link_title::before{
	content:attr(data-en);
	color:#6E7718;
	font-family:var(--font_garamond);
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:1.8rem;
	text-transform:capitalize;
	padding-bottom: 5px;
}
.top_link_txt{
	position: relative;
    padding-bottom: 40px;
}
.top_link_txt::after,.top_link_txt::before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:24px;
	height:24px;
	margin:auto;
	background:no-repeat center/6px;
	border:1px solid #6E7718;
	border-radius:50%;
	transition:opacity 0.3s;
}
.top_link_txt::before {
    background-color: #fff;
    background-image: url(/laubel-nakano-saginomiya/img/common/arrow_r_green.svg);
}
a:hover .top_link_txt::before{opacity:0;}
.top_link_txt::after{
	background-color:#6E7718;
	background-image:url(/laubel-nakano-saginomiya/img/common/arrow_r_white.svg);
	opacity:0;
}
a:hover .top_link_txt::after{opacity:1;}
.welcome_area{
	max-width:1140px;
	padding:0 20px;
	margin:0 auto 75px;
}
.welcome_head{margin-bottom:20px;font-size: 2.8rem;color: #6E7718;margin-top: 50px;letter-spacing: 0;}
.welcome_head br{display:none;}
.welcome_column{
	display:flex;
	justify-content:space-between;
	margin-bottom:65px;
}
.welcome_box{
	padding:25px 28px;
	background:#1F4143;
}
.welcome_box:first-child{width:33.636%;}
.welcome_box:last-child{width:63.636%;}
.welcome_subhead{
	margin-bottom:30px;
	color:#fff;
	font-family:var(--font_serif);
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:1.25px;
	line-height:3.2rem;
	text-align:center;
}
.welcome_link{
	display:block;
	padding:0 !important;
	background:#fff !important;
	text-decoration:none !important;
	will-change:transform;
}
.welcome_box_in{display:flex;}
.welcome_box_in .welcome_link:last-child{margin-left:20px;}
.welcome_thumb{overflow:hidden;}
.welcome_img{transition:transform 1s;}
a:hover .welcome_img{transform:scale(1.1);}
.welcome_btn{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:relative;
	background:linear-gradient(180deg, #FEFEFE 0%, #C0C9C2 100%);
	height:90px;
	color:#1F4143;
	font-family:var(--font_serif);
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing:0;
	line-height:2.9rem;
	text-align:center;
}
.welcome_btn::after{
	content:'';
	position:absolute;
	top:0;
	right:6%;
	bottom:0;
	width:11px;
	height:21px;
	margin:auto;
	background:url(/laubel-nakano-saginomiya/img/index/arrow_r_deepgreen.svg) no-repeat center/cover;
}
.welcome_btn_txt{
	font-size:2.8rem;
	letter-spacing:2.8px;
	line-height:3.5rem;
}
.welcome_btn_img{
	width:172px;
	max-width:55%;
}
.point_box{
	padding:15px 20px 20px;
	background:#FFEFE5;
}
.point_head{
	position:relative;
	margin-bottom:20px;
	color:#1F4143;
	font-family:var(--font_serif);
	font-size:3rem;
	font-weight:bold;
	letter-spacing:0.9px;
	line-height:4.4rem;
	text-align:center;
}
.point_head::before, .point_head::after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:95px;
	height:1px;
	margin:auto;
	background:#1F4143;
}
.point_head::before{right:455px;}
.point_head::after{left:435px;}
.point_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:20px;
}
.point_item{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:160px;
	height:160px;
	margin:0 18px;
	background:#fff;
	border:1px solid #6E7718;
	border-radius:50%;
	color:#6E7718;
	font-family:var(--font_serif);
	font-size:2.1rem;
	letter-spacing:0.84px;
	line-height:2.7rem;
	font-weight:bold;
	text-align:center;
}
.point_note_icon{
	color:#333;
	font-family:var(--font_noto);
	font-size:1.4rem;
	letter-spacing:0.81px;
	line-height:2rem;
	margin-top:6px;
}
.point_note{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.4rem;
	letter-spacing:0.81px;
	line-height:2rem;
}
.point_note_txt:first-child{margin-right:20px;}

.feature_area{
	max-width:1180px;
	padding:0 20px;
	margin:0 auto 220px;
}
.feature_head{margin-bottom:45px;}
.feature_item{
	display:flex;
	align-items:center;
	position:relative;
	margin-bottom:150px;
}
.feature_item.pos_reverse{flex-direction:row-reverse;}
.feature_item::before, .feature_item::after{
	content:'';
	position:absolute;
	z-index:-1;
	bottom:-70px;
	height:200px;
	background:#FFF9F2;
}
.feature_item::before{
	right:0;
	width:74.5%;
}
.feature_item.pos_reverse::before{
	right:auto;
	left:0;
}
.feature_item::after{
	left:100%;
	width:1000px;
}
.feature_item.pos_reverse::after{
	right:100%;
	left:auto;
}
.feature_txt_box{
	position:relative;
	z-index:1;
	width:42.982%;
	padding:20px 45px 40px;
	margin-right:-100px;
	background:#fff;
}
.feature_item.pos_reverse .feature_txt_box{
	margin-right:auto;
	margin-left:-100px;
}
.feature_txt_box::before{
	content:'';
	position:absolute;
	top:71px;
	left:45px;
	width:15px;
	height:1px;
	background:#6E7718;
}
.feature_title{
	position:relative;
	padding-top:95px;
	margin-bottom:20px;
	font-family:var(--font_serif);
	font-size:2.4rem;
	letter-spacing:2.4px;
	line-height:4.2rem;
}
.feature_title::before{
	content:attr(data-en);
	position:absolute;
	top:42px;
	left:25px;
	color:#6E7718;
	font-family:var(--font_garamond);
	font-size:1.6rem;
	letter-spacing:1.28px;
	line-height:1.8rem;
	text-transform:capitalize;
}
.feature_title::after{
	content:attr(data-num);
	position:absolute;
	top:0;
	left:100px;
	color:#6E7718;
	font-family:var(--font_garamond);
	font-size:6.4rem;
	letter-spacing:5.12px;
	line-height:7.2rem;
}
.feature_txt{
	font-size:1.4rem;
	letter-spacing:0.81px;
	line-height:2.5rem;
}
.feature_pic{
	max-width:750px;
	width:65.789%;
}

.mid_bnr_list{
	display:flex;
	justify-content:space-between;
	margin-bottom:90px;
}
.mid_bnr_item{width:33.2%;}
.mid_bnr_link{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	height:250px;
	overflow:hidden;
	will-change:transform;
}
.mid_bnr_img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform 1s;
}
a:hover .mid_bnr_img{transform:scale(1.1);}
.mid_bnr_title{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	font-family:var(--font_serif);
	font-size:2.4rem;
	letter-spacing:0.84px;
	line-height:3.5rem;
}
.mid_bnr_title::before{
	content:attr(data-en);
	margin-bottom:10px;
	font-family:var(--font_garamond);
	font-size:1.8rem;
	letter-spacing:0.9px;
	line-height:2.1rem;
	text-transform:capitalize;
}
.mid_bnr_title_txt{
	position:relative;
	padding-bottom:50px;
}
.mid_bnr_title_txt::after{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	width:24px;
	height:24px;
	margin:auto;
	background:url(/laubel-nakano-saginomiya/img/common/arrow_r_white.svg) no-repeat center/6px;
	border:1px solid #fff;
	border-radius:50%;
}

.news_area{
	max-width:980px;
	padding:0 20px;
	margin:0 auto 105px;
}
.news_head{margin-bottom:25px;}
.news_list{margin-bottom:50px;}
.news_btn .link_btn{margin:auto;}

.faq_area{
	padding:95px 20px 95px;
	margin-bottom:105px;
	background:#FFF9F2 url(/laubel-nakano-saginomiya/img/common/bg_deco.png) repeat;
}
.faq_head{margin-bottom:45px;}
.faq_head::before{text-transform:uppercase;}
.faq_box{
	max-width:940px;
	margin:auto;
}
.faq_question{
	position:relative;
	padding:24px 80px 24px 120px;
	margin-top:15px;
	background:#1D4143 url(/laubel-nakano-saginomiya/img/common/arrow_d_white.svg) no-repeat center right 30px;
	color:#fff;
	font-size:1.8rem;
	letter-spacing:1.8px;
	line-height:2.6rem;
	cursor:pointer;
	transition:background 0.3s;
}
.faq_question:hover{background-color:#6E7718;}
.faq_question::before{
	content:'Q';
	position:absolute;
	top:18px;
	left:32px;
	color:#fff;
	font-family:var(--font_garamond);
	font-size:3.2rem;
	letter-spacing:3.2px;
	line-height:3.6rem;
}
.faq_question::after{
	content:'';
	position:absolute;
	top:26px;
	left:87px;
	width:1px;
	height:24px;
	background:#fff;
}
.faq_answer{
	display:none;
	position:relative;
	padding:24px 80px 22px 120px;
	background:#fff;
	line-height:2.9rem;
}
.faq_answer::before{
	content:'A';
	position:absolute;
	top:22px;
	left:33px;
	color:#c00;
	font-family:var(--font_garamond);
	font-size:3.2rem;
	letter-spacing:3.2px;
	line-height:3.6rem;
}
.faq_answer::after{
	content:'';
	position:absolute;
	top:28px;
	left:87px;
	width:1px;
	height:24px;
	background:#ccc;
}

.bottom_bnr_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1140px;
	margin:0 auto 115px;
}
.bottom_bnr_item{width:49.9%;}
.bottom_bnr_item:first-child{
	width:100%;
	margin-bottom:0.2%;
}
.bottom_bnr_link{
	display:flex !important;
	align-items:center;
	justify-content:center;
	position:relative;
	height:200px;
	padding:0 !important;
	overflow:hidden;
	will-change:transform;
}
.bottom_bnr_item:first-child .bottom_bnr_link{height:250px;}
.bottom_bnr_img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform 1s;
}
a:hover .bottom_bnr_img{transform:scale(1.1);}
.bottom_bnr_title{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	font-family:var(--font_serif);
	font-size:2.4rem;
	letter-spacing:0.84px;
	line-height:3.5rem;
}
.bottom_bnr_title::before{
	content:attr(data-en);
	margin-bottom:10px;
	font-family:var(--font_garamond);
	font-size:1.8rem;
	letter-spacing:0.9px;
	line-height:2.1rem;
	text-transform:capitalize;
}
.bottom_bnr_title_txt{
	position:relative;
	padding-bottom:50px;
}
.bottom_bnr_item:first-child .bottom_bnr_title_txt{
	margin-top:15px;
	font-size:1.6rem;
	letter-spacing:0.56px;
	line-height:2.4rem;
	text-align:center;
}
.bottom_bnr_title_txt::after{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	width:24px;
	height:24px;
	margin:auto;
	background:url(/laubel-nakano-saginomiya/img/common/arrow_r_white.svg) no-repeat center/6px;
	border:1px solid #fff;
	border-radius:50%;
}
.bottom_bnr_title_txt br{display:none;}

.fixed_bnr_overlay{
	display:none;
	position:fixed;
	z-index:50;
	top:0;
	left:0;
	width:105svw;
	height:105svh;
	background:#000;
	opacity:0;
	visibility:hidden;
}
.fixed_bnr.display .fixed_bnr_overlay{
	transition:opacity 1s, visibility 1s;
	opacity:0.5;
	visibility:visible;
}
.fixed_bnr.hidden .fixed_bnr_overlay{
	opacity:0;
	visibility:hidden;
}
.fixed_bnr_box{
	position:fixed;
	z-index:50;
	bottom:20px;
	left:20px;
	width:280px;
	height:310px;
	padding:16px;
	background:#AEA035;
	transform:translateX(-110%);
}
.fixed_bnr.display .fixed_bnr_box{
	transition:transform 1s;
	transform:translateX(0);
}
.fixed_bnr.hidden .fixed_bnr_box{transform:translateX(-110%);}
.fixed_bnr_item{
	background:#fff;
	margin-top:9px;
	font-family:var(--font_serif);
	font-weight:bold;
	letter-spacing:0;
	line-height:1.8rem;
}
.fixed_bnr_head{
	position:relative;
	margin:6px 0 22px;
	color:#fff;
	font-family:var(--font_serif);
	font-weight:bold;
	letter-spacing:0;
	line-height:2.3rem;
	text-align:center;
}
.fixed_bnr_head::before, .fixed_bnr_head::after{
	content:'';
	position:absolute;
	top:2px;
	width:1px;
	height:40px;
	background:#fff;
}
.fixed_bnr_head::before{
	left:7px;
	transform:rotate(-18deg);
}
.fixed_bnr_head::after{
	right:7px;
	transform:rotate(18deg);
}
.fixed_bnr_head_in{
	display:block;
	font-size:1.5rem;
	line-height:2.1rem;
}
.fixed_bnr_link{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	height:63px;
	padding:0 25px 0 0 !important;
	background:url(/laubel-nakano-saginomiya/img/index/btn_bg.png) no-repeat center/100% !important;
	color:#69460E !important;
	text-align:center;
	text-decoration:none !important;
	transition:opacity 0.3s;
}
.fixed_bnr_link:hover{opacity:0.8;}
.fixed_bnr_link::after{
	content:'';
	position:absolute;
	top:0;
	right:8px;
	bottom:0;
	width:22px;
	height:22px;
	margin:auto;
	background:url(/laubel-nakano-saginomiya/img/index/btn_arrow.png) no-repeat center/cover;
}
.fixed_bnr_close{
	position:absolute;
	top:0;
	right:0;
	width:24px;
	height:24px;
	padding:0;
	font-size:0;
	cursor:pointer;
}
.fixed_bnr_close::before, .fixed_bnr_close::after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:15px;
	height:1px;
	margin:auto;
	background:#fff;
}
.fixed_bnr_close::before{transform:rotate(-45deg);}
.fixed_bnr_close::after{transform:rotate(45deg);}

/* ご入居者様の声 */
.voices_area{
	padding-top: 96px;
    padding-bottom: 77px;
	position: relative;
}
.voices_area::before{
	content: '';
    display: block;
    width: 76.71429%;
    height: 100%;
    background-color: #FFF9F2;
    background-image: url(../img/common/bg_deco.png);
    background-repeat: repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.c-hero-block__bg-text {
    position: absolute;
    top: -550px;
    left: 16px;
}
.voices_area h2{margin-bottom: 48px;}
.js-voice-slider{
	max-width: 1204px;
    margin-left: auto;
    margin-right: auto;
}
.voices_item{
	padding-top: 40px;
    position: relative;
}
.voices_thumb{
	width: 60.17544%;
    position: absolute;
    left: 0;
    top: 0;
}

.voices_info{
	width: 42.98246%;
    background-color: #1D4143;
    padding: 48px 64px 64px;
    color: #fff;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.voices_num{
	color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0;
    padding-bottom: 0;
	margin-bottom: 16px;
}
.voices_num span {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: .25rem;
}
.voices_num .is-current{
    font-size: 4rem;
    letter-spacing: 0;
    padding-bottom: 0;
}
.voices_title{
	font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.66667;
    margin-bottom: 1.5rem;
}
.voices_desc{
	font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.85714;
}
.voice_popup{
	font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-decoration: none;
    color: #121212;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 5px 23px;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	margin-top: 24px;
}
.voice_popup::before,.voice_popup::after{
	content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #1D4143;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.voice_popup::after{
	width: 2px;
    height: 16px;
    right: 31px;
}
.js-voice-slider{padding: 0 32px;}
.slick-list.draggable{padding: 0 !important;width: calc(100% + 16px) !important;}

.slick-dots{width: auto;display: flex;}
.slick-dots li button:before{line-height: 20px;}
.slick-dots li{margin: 0 5px 0 0;}
.slick-dots li button:before{font-size: 8px;}
.slick-dots li.slick-active button:before{font-size: 13px;color: rgba(29, 65, 67, 0.8);}


.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.slick-arrow,.slick-dots{
	background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.slick-arrow{
	outline: none;
    border-radius: 1000px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    border: 1px solid rgba(29, 65, 67, 0.5) !important;
	font-size: 0;
}
.slick-arrow::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1D4143;
    border-right: 2px solid #1D4143;
}
.slick-prev::before{transform: rotate(225deg);}
.slick-next::before{transform: rotate(45deg);}
.slick-prev{
	left: -36px;
    transform: translateX(-100%);
}
.slick-next{
	right: -36px;
    transform: translateX(100%);
}

.popup_box{
	position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
	padding: 30px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.popup_catch{width: 30%;}
.popup_catch img{width: 100%;}
.popup_contents{width: 65%;}
@media screen and (max-width:1200px){

.point_item{margin:0 10px;}

}


@media screen and (max-width:1024px){

.information_box{padding:30px 20px;}
.information_item{display:block;}
.information_date{
	display:block;
	width:auto;
	margin:0 0 8px;
}
.information_link, .information_txt{display:inline-block;}

.welcome_subhead{
	font-size:2.1rem;
	letter-spacing:1.05px;
	line-height:2.9rem;
}

}


@media screen and (min-width:768px) and (max-width:1024px){

h2{
	font-size:2.8rem;
	letter-spacing:2.8px;
	line-height:3.8rem;
}
h2::before{
	font-size:1.6rem;
	letter-spacing:1.6px;
	line-height:1.9rem;
}

.mv_box{
	bottom:35px;
	min-width:360px;
	padding:19px 0;
}
.mv_title{
	padding:15px 20px 17px;
	font-size:3.1rem;
	letter-spacing:1.08px;
	line-height:4.4rem;
}
.mv_title::after{
	font-size:1.2rem;
	letter-spacing:0.42px;
	line-height:1.3rem;
	margin-top:6px;
}
.mv_title_small{
	font-size:1.3rem;
	letter-spacing:0.65px;
	line-height:1.9rem;
	margin-bottom:3px;
}
.mv_title_large{
	font-size:2rem;
	letter-spacing:0.7px;
	line-height:3rem;
	margin-bottom:4px;
}
.mv_slide_img{min-height:420px;}

.information_area{padding:45px 20px;}

.top_bnr_area{
	padding:50px 15px 65px;
	margin-bottom:95px;
}
.top_bnr_head{
	font-size:2rem;
	letter-spacing:0.7px;
	line-height:2.9rem;
	margin-bottom:30px;
}
.top_bnr_head_txt::before, .top_bnr_head_txt::after{width:90px;}
.top_link_area{padding: 0 20px;}
.welcome_column{margin-bottom:50px;}
.welcome_box{padding:25px 20px;}
.welcome_subhead{margin-bottom:25px;}
.welcome_box_in .welcome_link:last-child{margin-left:15px;}
.welcome_btn{
	height:8vw;
	font-size:2vw;
	line-height:2.5vw;
}
.welcome_btn::after{right:4%;}
.welcome_btn_txt{
	font-size:2.5vw;
	letter-spacing:0.25vw;
	line-height:2.5vw;
}

.point_box{padding:20px 10px 25px;}
.point_head{
	font-size:2.5rem;
	letter-spacing:0.75px;
	line-height:3.6rem;
}
.point_head::before{right:380px;}
.point_head::after{left:380px;}
.point_item{
	width:130px;
	height:130px;
	margin:0 5px;
	font-size:1.7rem;
	letter-spacing:0.68px;
	line-height:2.4rem;
}
.point_note_icon{
	font-size:1.2rem;
	letter-spacing:0.72px;
	line-height:1.8rem;
}
.point_note{
	font-size:1.3rem;
	letter-spacing:0.75px;
}

.feature_area{margin-bottom:140px;}
.feature_head{margin-bottom:35px;}
.feature_item{margin-bottom:100px;}
.feature_item::before, .feature_item::after{
	bottom:-40px;
	height:150px;
}
.feature_txt_box{
	width:50%;
	padding:20px 30px 30px;
	margin-right:-50px;
}
.feature_txt_box::before{
	top:63px;
	left:30px;
	width:12px;
}
.feature_title{
	padding-top:70px;
	font-size:2.2rem;
	letter-spacing:2.2px;
	line-height:3.8rem;
}
.feature_title::before{
	top:34px;
	left:20px;
	font-size:1.4rem;
	letter-spacing:1.12px;
	line-height:1.6rem;
}
.feature_title::after{
	left:80px;
	font-size:5.2rem;
	letter-spacing:4.16px;
	line-height:5.8rem;
}
.feature_item.pos_reverse .feature_txt_box{margin-left:-50px;}

.mid_bnr_list, .bottom_bnr_list{margin-bottom:100px;}
.mid_bnr_link, .bottom_bnr_link{height:200px;}
.bottom_bnr_item:first-child .bottom_bnr_link{height:240px;}
.mid_bnr_title, .bottom_bnr_title{
	font-size:2.2rem;
	letter-spacing:0.77px;
	line-height:3.2rem;
}
.mid_bnr_title::before, .bottom_bnr_title::before{
	font-size:1.6rem;
	letter-spacing:0.8px;
	line-height:1.9rem;
}
.bottom_bnr_item:first-child .bottom_bnr_title_txt{
	font-size:1.5rem;
	line-height:2.2rem;
}

.news_area{margin-bottom:90px;}
.news_list{margin-bottom:45px;}

.faq_area{
	padding:85px 20px 65px;
	margin-bottom:70px;
}
.faq_head{margin-bottom:35px;}
.faq_question{
	font-size:1.6rem;
	letter-spacing:1.6px;
	line-height:2.4rem;
}
.faq_question::before, .faq_answer::before{
	font-size:2.8rem;
	letter-spacing:2.8px;
	line-height:3.2rem;
}
.faq_answer{
	font-size:1.5rem;
	letter-spacing:1.5px;
	line-height:2.5rem;
}
.voices_info{width: calc(100% - 16px);}

}
@media screen and (min-width:820px) and (max-width:1024px){
	/* 利用者の声 */
.voices_item{padding-top: 270px;}
}
@media screen and (min-width:768px) and (max-width:819px){
	/* 利用者の声 */
.voices_item{padding-top: 220px;}

}

@media screen and (max-width:767px){

h2{
	font-size:2.4rem;
	letter-spacing:2.4px;
	line-height:2.9rem;
}
h2::before{
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:1.6rem;
	margin-bottom:4px;
}

.mv_box{
	bottom:40px;
	min-width:0;
	width:280px;
	padding:14px 0;
}
.mv_title{
	padding:10px 20px 12px;
	font-size:2.2rem;
	letter-spacing:0.77px;
	line-height:3.1rem;
}
.mv_title::after{
	font-size:1rem;
	letter-spacing:0.4px;
	line-height:1rem;
	margin-top:4px;
	opacity:0.5;
}
.mv_title_small{
	font-size:1.1rem;
	letter-spacing:0.55px;
	line-height:1.6rem;
	margin-bottom:2px;
}
.mv_title_large{
	font-size:1.7rem;
	letter-spacing:0.59px;
	line-height:2.5rem;
	margin-bottom:3px;
}

.mv_slide_img{min-height:370px;aspect-ratio:1 / 1;}

.information_area{padding:40px 20px;}
.information_box{display:block;}
.information_head{
	width:auto;
	padding-bottom:30px;
	border-right:none;
	border-bottom:1px solid rgba(112,112,112,0.2);
}
.information_head::before{margin-bottom:10px;}
.information_list{margin:30px 0 0;}

.top_bnr_area{
	padding:35px 15px 40px;
	margin-bottom:80px;
}
.top_bnr_head{
	font-size:1.8rem;
	letter-spacing:0.54px;
	line-height:2.6rem;
	margin-bottom:25px;
}
.top_bnr_head_txt::before, .top_bnr_head_txt::after{width:85px;}
.top_bnr_head_txt::before{left:-95px;}
.top_bnr_head_txt::after{right:-95px;}

.top_link_area{
	padding: 0 20px;
}
.welcome_head{font-size: 2.2rem;margin-top: 40px;letter-spacing: 0;}
.top_link_item{
	border-top: 1px solid rgba(112, 112, 112, 0.2);;
}
.top_link_item:last-child{
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);;
}
.top_link_link{
	height: auto;
	padding-right: 55px;
	padding: 15px 30px 25px 0;
}
.top_link_link::after,.top_link_link::before{
	content:'';
	position:absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width:24px;
	height:24px;
	margin:auto;
	background:no-repeat center/6px;
	border:1px solid #6E7718;
	border-radius:50%;
	transition:opacity 0.3s;
}
.top_link_link::before {
    background-color: #fff;
    background-image: url(/laubel-nakano-saginomiya/img/common/arrow_r_green.svg);
}
.top_link_link::after{
	background-color:#6E7718;
	background-image:url(/laubel-nakano-saginomiya/img/common/arrow_r_white.svg);
	opacity:0;
}
.top_link_txt::after,.top_link_txt::before{display: none;}
.top_link_txt::before {display: none;}
.top_link_txt::after{display: none;}
.top_link_list{
	grid-template-columns: 1fr;
	grid-gap: 0;
	max-width: 100%;
	margin: auto;
}
.top_link_title {
	text-align: left;
}
.top_link_txt{
	width: auto;
	padding-bottom: 0;
	max-width: none;
	text-align: left;
}
.top_link_item::before,.top_link_item:last-child::after{
	display: none;
}
.top_link_title_txt {font-size: 2rem;}
.welcome_head{margin-top:40px;margin-bottom:30px;}
.welcome_column{margin-bottom:40px;}
.welcome_box{padding:2.2vw 2.5vw;}
.welcome_subhead{
	margin-bottom:2.2vw;
	font-size:2.7vw;
	letter-spacing:0;
	line-height:3.5vw;
}
.welcome_box_in .welcome_link:last-child{margin-left:2.5vw;}
.welcome_btn{
	height:9.5vw;
	font-size:2.5vw;
	line-height:3vw;
}
.welcome_btn::after{
	right:5%;
	width:1.4vw;
	height:1.8vw;
}
.welcome_btn_txt{
	font-size:3.2vw;
	letter-spacing:0.5vw;
	line-height:3.7vw;
}
.welcome_btn_img{
	max-width:none;
	width:18.5vw;
	margin-right:2vw;
}

.point_box{
	padding:25px 0 30px;
	margin:0 -20px;
}
.point_head{
	font-size:2.1rem;
	letter-spacing:0.63px;
	line-height:3rem;
}
.point_head::before, .point_head::after{width:25px;}
.point_head::before{right:270px;}
.point_head::after{left:270px;}
.point_list{margin:auto;}
.point_item{
	width:100px;
	height:100px;
	margin:0 8px 15px;
	font-size:1.3rem;
	letter-spacing:0.52px;
	line-height:1.8rem;
}
.point_note_icon{
	font-size:1.1rem;
	letter-spacing:0.64px;
	line-height:1.6rem;
}
.point_note{
	display:block;
	font-size:1.2rem;
	letter-spacing:0.7px;
	text-align:center;
}
.point_note_txt{display:block;}
.point_note_txt:first-child{margin:0;}

.feature_area{
	padding:0;
	margin-bottom:70px;
}
.feature_head{margin-bottom:25px;}
.feature_item{
	flex-direction:column-reverse !important;
	margin-bottom:50px;
}
.feature_item::before, .feature_item::after{display:none;}
.feature_txt_box{
	width:auto;
	padding:15px 20px 0;
	margin:-20px 20px 0 0;
}
.feature_txt_box::before{
	top:45px;
	left:20px;
	width:10px;
}
.feature_title{
	padding-top:50px;
	margin-bottom:15px;
	font-size:2rem;
	letter-spacing:2px;
	line-height:3.5rem;
}
.feature_title::before{
	top:23px;
	left:15px;
	font-size:1.2rem;
	letter-spacing:0.96px;
	line-height:1.3rem;
}
.feature_title::after{
	left:65px;
	font-size:4rem;
	letter-spacing:3.2px;
	line-height:4.5rem;
}
.feature_pic{
	width:auto;
	margin-left:20px;
}
.feature_item.pos_reverse .feature_txt_box{margin:-20px 0 0 20px;}
.feature_item.pos_reverse .feature_pic{margin:0 20px 0 0;}

.mid_bnr_list, .bottom_bnr_list{
	display:block;
	margin-bottom:80px;
}
.mid_bnr_item, .bottom_bnr_item{
	width:auto;
	margin-bottom:2px;
}
.mid_bnr_link, .bottom_bnr_link{height:180px;}
.bottom_bnr_item:first-child .bottom_bnr_link{height:220px;}
.mid_bnr_title, .bottom_bnr_title{
	font-size:2rem;
	letter-spacing:0.7px;
	line-height:2.9rem;
}
.mid_bnr_title::before, .bottom_bnr_title::before{
	font-size:1.4rem;
	letter-spacing:0.7px;
	line-height:1.6rem;
	margin-bottom:8px;
}
.mid_bnr_title_txt, .bottom_bnr_title_txt{padding-bottom:45px;}
.bottom_bnr_item:first-child .bottom_bnr_title_txt{
	font-size:1.4rem;
	line-height:2rem;
}
.bottom_bnr_title_txt br{display:block;}

.news_area{margin-bottom:80px;}
.news_list{margin-bottom:40px;}

.faq_area{
	padding:80px 20px 40px;
	margin-bottom:40px;
}
.faq_head{margin-bottom:25px;}
.faq_question{
	padding:21px 50px 22px 70px;
	background-position-x:right 20px;
	font-size:1.3rem;
	letter-spacing:1.3px;
	line-height:2rem;
}
.faq_question::before, .faq_answer::before{
	top:20px;
	left:20px;
	font-size:2.4rem;
	letter-spacing:2.4px;
	line-height:2.7rem;
}
.faq_question::after, .faq_answer::after{
	top:26px;
	left:55px;
	height:22px;
}
.faq_answer{
	padding:21px 50px 22px 70px;
	font-size:1.3rem;
	letter-spacing:1.3px;
	line-height:2rem;
}

.fixed_bnr_overlay{display:block;}
.fixed_bnr_box{
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	transform:none !important;
	opacity:0;
	visibility:hidden;
}
.fixed_bnr.display .fixed_bnr_box{
	transition:opacity 1s, visibility 1s;
	opacity:1;
	visibility:visible;
}
.fixed_bnr.hidden .fixed_bnr_box{
	opacity:0;
	visibility:hidden;
}
/* ご入居者様の声 */
.voices_area::before{width: 100%;}
.voices_area h2{margin-bottom: 10px;}
.c-hero-block__bg-text{display: none;}
.js-voice-slider {padding: 0 16px;}
.voices_area{padding: 40px 0 20px;}
.voices_thumb{
	width: calc(100% - 16px);
	position: relative;
}
.voices_info{
	width:calc(100% - 16px);
	margin:-16px 0 0 auto;
	padding: 24px 16px 40px 32px;
}
.voices_title{font-size: 2rem;line-height: 1.6;margin-bottom: 16px;}
.voice_btn{font-size: 1.4rem;}

.slick-list.draggable{padding: 0 0 16px !important;width: 100%;}
.slick-arrow{
	width: 34px;
	height: 34px;
	top: calc(240px + 8px);
	border: 1px solid #fff !important;
}
.slick-arrow::before{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	width: 7px;
	height: 7px;
}
.slick-prev{
	left: auto;
    right: calc(16px + 10px);
    transform: translateX(-100%);
	z-index: 2;
}
.slick-next{
	right: calc(16px);
	transform: translateX(0);
}

.slick-dots{
	justify-content: center;
    width: 100%;
}

.popup_box{display: block;}
.popup_catch,.popup_contents{width: 100%;}
}


@media screen and (max-width:600px){

.top_bnr_list{
	grid-template-columns:repeat(auto-fit, 100%);
	max-width:280px;
	margin:auto;
}
.welcome_head br{display:block;}
.point_list{max-width:400px;}

}