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

body{
	-webkit-text-size-adjust: 100%;
}

a:hover{
	cursor: pointer;
	opacity: .8;
}

.navbar{
	/*background: #181818;*/
	background: #f9e6ec;
	padding:0; 
	display: flex;
    flex-direction: column;
}

.navbar .top_cntn{
	max-width: 100%;
	padding: 10px 30px;
	display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
	width: 100%;
}

.navbar .main_nav{
	width: 100%;
	margin-bottom: 1px;
	border-bottom: 1px solid #ea4787;
	background: #fff;
}


.navbar-brand{
    display: block;
    width: 64px;
	margin-right:30px;
}
footer .navbar-brand img{
/*    -webkit-filter: invert(100%);
    filter: invert(100%);*/
}

.navbar .top_left{
	display: flex;
	align-items: center;
}

.navbar .top_left .site_intro{
	color:#181818;
    font-size: 18px;
    font-weight: 300;
}

.navbar .top_right, .sp_sep{
	display: flex;
	column-gap: 24px;
	align-items: center;
}

.navbar .contact_no{
    padding-left: 54px;
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 36px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    background-position: 0 13px;
	filter: invert(100%);
}

.navbar .contact_no a{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
	min-width: max-content;
}

.navbar .contact_no span{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.navbar .top_right .header_btn{
    background: #ea4787;
    color: #fff;
    padding: 14px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
	transition:all .5s ease-in-out;
	position:relative;
    overflow:hidden;
	border:solid 2px #ea4787;
}

.navbar .top_right .header_btn:hover{
	border:solid 2px #ea4787;
    background: #fff;
    color: #ea4787;
}











.navbar {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-menu li {
  padding: 0 1rem;
}



.nav-menu li.active a{
	color: #815800;
	font-weight: 400;
}

.nav-menu li:first-child{
	padding-left: 0;
}

.nav-menu li:last-child{
	padding-right: 0;
}


.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  background: #fff;
  padding: 16px 0;	
	z-index: 100;
}



a.nav-link {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;	
  min-width: max-content;
}

a.nav-link:hover {
  color: #815800;
	
}

.hamburger {
  display: none;
}


.nav-menu li:first-child, .nav-menu li:last-child{
	display:none;
}


.bar,
.fa-times {
  height: 3px;
  display: block;
  color: #fff;
  padding: 0;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.bar:nth-child(1) {
  width: 40%;
}












.slidercntn.container{
	padding: 90px 0;
	position: relative;
}


.slick-track {
  overflow: hidden;
}

.slider__content {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  max-height: 90%;
}
.slider__content .slider__text {
  opacity: 0;
  transition: all 1s ease;
  padding: 0;
  position: absolute;
  left: 140px;
  width: 40%;
  z-index: 1;
  opacity: 0;
  transition: all 1s linear;
}
.slider__content .slider__text span {
  display: block;
	color:#ea4787;
	font-size: 18px;
}
.slider__content .slider__text h2 {
    font-weight: 300;
    font-size: 74px;
    display: inline-block;
    margin-bottom: 40px;
    margin-left: 66px;
}

.slider__content .slider__text p {
  	line-height: 2;
	font-size: 20px;	
}
.slider__content .slider__image {
  width: 86%;
  margin: 0;
  position: relative;
}
.slider__content .slider__image:before {
  content: "";
  padding-top: 46.25%;
  display: block;
}
.slider__content .slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.75s ease;
}


.slick-active .slider__text {
  opacity: 1;
}
.slick-active .slider__image img {
  width: 100%;
}


.line_bttn{
background: #5abb50;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    right: 45px;
    bottom: 130px;
	padding: 10px 24px 10px 45px;
}


.line_bttn:before{
    content: "";
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: 23px;
    position: absolute;
    width: 26px;
    height: 31px;
    left: 15px;
    top: 14px;
}



.top_search_bar{
background: #181818;
	border-radius: 12px;
	padding: 22px 38px;
	display: flex;
	column-gap: 15px;
	
}

.top_search_bar .wrapper{
	position:relative;
	width: 100%;
}


.toggle-next {
  border-radius: 0;
}

.ellipsis label {
  cursor: pointer;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	padding: 15px 25px 15px 15px;
	border-radius: 8px;
	border:solid 1px #0478a8;
	text-align: left;
	width: 100%;
}

.apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.apply-selection .ajax-link {
  display: none;
}

.checkboxes {
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
	width: 100%;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 5px;
	z-index: 2;
}

.toggle-next:after {
    content: "";
    width: 12px;
    background-image: url(../images/icon_plus.png);
    background-size: 100%;
    position: absolute;
    height: 12px;
    right: 10px;
    top: 21px;
}

.toggle-next.active_drp:after{
	content:"";
	background-image:url("../images/icon_minus.png");
}



.checkboxes .inner-wrap {
  padding: 5px 10px;
  max-height: 300px;
  overflow: auto;
}

.form-control:focus{
	border-color: #ea4787;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(139, 80, 0, 0.25);
}

button[type="submit"].ellipsis{
	background-color:#ea4787;
	color:#fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	border:solid 2px #de3f7d;
	padding: 13px;
	cursor: pointer;
}



button[type="submit"].ellipsis:hover{
	border:solid 2px #de3f7d;
    background: #f9e6ec;
    color: #de3f7d;
	opacity: 1;
}

 a.ellipsis:hover{
    background: #f9e6ec;
	opacity: 1;
}



input[type="text"].ellipsis{
    padding-left: 42px;

	min-width: 300px;
	position: relative;
}

.top_search_bar .wrapper.keyword::before{
    height: 100%;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 8px 13px;
    position: absolute;
    width: 40px;
    content: "";
    z-index: 5;
}

.inner-wrap .group{
	margin-bottom:10px;
}

.inner-wrap .group:last-child{
	margin-bottom:0;
}


  input[type="text"].ellipsis:-webkit-autofill,
  input[type="text"].ellipsis:-webkit-autofill:focus {
   transition: background-color 0s 600000s, color 0s 600000s !important;
  }





.checkboxes span:before, .checkboxes strong:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ea4787;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.checkboxes input:checked + span:after, .checkboxes input:checked + strong:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ea4787;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkboxes label{
padding-bottom: 5px;
}
.checkboxes input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkboxes span, .checkboxes strong {
  position: relative;
  cursor: pointer;
}


.quick_search{
	display: flex;
	column-gap: 40px;
	padding-top: 110px;
	padding-bottom: 100px;
}

.quick_search_box{
    width: 100%;
    position: relative;
    margin-left: 35px;
    display: block;
	margin-right:20px;
	transition: all .2s linear;
	cursor:pointer;
}

.quick_search_box img{
    margin-left: -35px;
    margin-top: 40px;
	transition: all .2s linear;
	position: relative;
}


.quick_search_box span{
position: absolute;
    width: 100%;
    bottom: 20px;
    left: 20px;
	background: #c5b094;
	color:#fff;
	font-size: 22px;
	font-weight: 600;
	padding: 12px 30px 14px;
	transition: all .2s linear;
}


.quick_search_box span:after{
	background-image: url("../images/ico_btn.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	right: 5%;
    top: 16px;
}



.quick_search_box:hover:after{
	left: -10px;
    top: 10px;
}


.quick_search_box:after{
	content: "";
	height: calc(100% - 40px);
	position: absolute;
	border: solid 4px #181818;
    width: 100%;
	left: 0;
	z-index: -1;
	transition: all .2s linear;
	top:0:
}


.quick_search_box:hover img{
    margin-left: -30px;
    margin-top: 30px;
}


.quick_search_box:hover span{
	bottom: 30px;
    left: 0;
}

.support_guide{
	padding: 60px 0 60px 90px;
}
.title_sub{
    font-size: 26px;
	margin-bottom: 48px;
}

.support_guide_cntn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.support_guide_cntn .support_logo{
	width: 270px;
    position: absolute;
    left: 0;
}

.support_guide_text {
    padding: 40px 80px 30px;
	position: relative;
	background: #fff;
}

.support_guide_text li{
    padding-bottom: 15px;
	font-size: 12px;
	list-style: disc;
}

.support_guide_text li p{
	font-size: 20px;
}


.support_box{
	padding:70px;
    background: #dbcebc;
    width: 80%;
}


.about_renting{
	background: #e7e7e7;
	padding: 64px 0;
	margin: 90px 0 80px;
    display: flex;
    justify-content: right;
}

.about_renting .box_img {
        width: 58%;
        overflow: hidden;
}

.about_renting .box_msg {
        padding-left: 0;
        width: 500px;
        padding-top: 0;	
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about_renting .tilte_sub{
	padding-left: 70px;
	padding-bottom:240px;
	margin-bottom: 0;
}

.about_renting .text_box{
    position: absolute;
    width: 70vw;
    margin-top: 120px;
	background: rgba(255,255,255,.9);
	padding: 30px;
	font-size: 20px;
	line-height: 1.6;
}

.about_renting .text_box a{
	    text-align: right;
    display: flex;
    justify-content: end;
    margin-top: 10px;
	color:#202020;
	position: relative;
	width: fit-content;
}

.about_renting .text_box a::after{
	content:">>";
	padding-left: 20px;
}


.about_renting .text_box .btn_box{
	    display: flex;
    justify-content: end;
}

.about_renting .text_box a::before {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #202020;
  transition: transform 0.25s ease-out;
}

.about_renting .text_box a:hover::before {
  transform: scaleX(1);
}

.about_renting .text_box a::before {
  transform-origin: bottom right;
}

.about_renting .text_box a:hover::before {
  transform-origin: bottom left;
}


.top_choose_us{
	padding: 20px 0 60px;
}
.top_choose_us .title_sub{
	text-align: center;
	margin-bottom: 80px;
}

.top_choose_us_list ul{
	display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
	counter-reset: number;
}

.top_choose_us_list li{
    width: 240px;
    height: 240px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	counter-increment: number;
	border: #181818 solid 3px;
}

.top_choose_us_list li::before {
    content: '';
    background: #000;
    transform: translateX(-50%) rotate(45deg);
	border-radius: 50%;
}

.top_choose_us_list li::after {
    content: counter(number) " ";
}

.top_choose_us_list li::before, .top_choose_us_list li::after {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.tips{
	padding:  90px 0 0;
}

.tips_tilte{
	background: #f5f5f3;
	padding: 56px 0 50px;
}

.tips_tilte .title{
	text-align: center;
    color: #ea4787;
    font-size: 32px;
    font-weight: 800;
	position: relative;
}

.news_tilte .title{
	text-align: center;
    color: #434343;
    font-size: 32px;
    font-weight: 800;
	position: relative;
}


.news_cover img{
    height:auto;
margin:15px 0;
}

.tips_tilte .title::before, .tips_tilte .title::after{
	height: 4px;
	content: "";
	position: absolute;
    background: #ea4787;
    top: 25px;
    width: 35%;
}

.news_tilte .title::before, .news_tilte .title::after{
	height: 4px;
	content: "";
    top: 25px;
    width: 35%;
	background: #434343;
	position: absolute;
}

.tips_tilte .title::before, .news_tilte .title::before{
	left: 0;
}

.tips_tilte .title::after, .news_tilte .title::after{
	right: 0;
}

.tips_content{
	background-image: url("../images/bg_tips.jpg");
  background-color: rgba(255, 255, 255, 0.686);
  background-blend-mode: overlay;
	background-size: cover;
	padding: 110px 0 80px
}


.sub_title{
	padding: 35px 0 40px;
	background: rgba(255,255,255);
	margin: 0 auto;
	width: 80%;
	color: #ea4787;
    font-size: 32px;
    font-weight: 800;
	text-align: center;
}


.tips_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    max-width: 80%;
    margin: 60px auto 0;

	
}

.tips_list li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips_list li .img_box{
	position: relative;
}

.tips_list li .img_box .text{
	background:  rgba(197,176,148,.9);
	color:#fff;
	font-size: 22px;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	font-weight: 600;
	text-align: left;
	padding: 12px 40px 11px 10px;
	background-image: url("../images/ico_pref_right.png");
	background-repeat: no-repeat;
    background-size: 30px;
    background-position: 95% center;
}














.faq-heading {
  font-weight: 400;
  font-size: 19px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #333;
}

.faq-text {
  font-weight: 400;
  color: #919191;
  width:95%;
  padding-left:20px;
  margin-bottom:30px;
}

.faq {
  width: 940px;
  margin: 110px auto;
  background: white;
  position: relative;
  border: 4px solid #181818;
  padding: 110px;
}

.faq .title_sub{
    text-align: center;
    font-weight: 800;
    border-bottom: solid 2px;
    padding-bottom: 10px;
    margin-bottom: 90px;
    display: block;
    margin: 0 auto 90px;
    width: fit-content;
    font-size: 32px;
}


.faq_cntn{
	position: relative;
}


.question {
  position: relative;
  margin: 0;
  padding: 10px 10px 20px 20px;
  display: block;
  width:100%;
  cursor: pointer;
  border-bottom:#181818 2px solid;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background: #2f2f2f;	
}


.question p{
	margin-left: 30px;
}





.question:before{
	content: "Q.";
    position: absolute;
    display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding-right: 20px;
}

.answers p{
	color:#fff;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-right: 10px;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
	right: 0;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
}

.faq .cntn_btn{
	margin: 50px auto 0;
}


.side_block .cntn_btn_serch{
	min-width: 100%;
}


.cntn_btn, .cntn_btn_serch, .cntn_btn_clear, .cntn_btn_noreslt{
	background: #2f2f2f;
    color: #fff;
    padding: 14px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
    border: solid 2px #2f2f2f;
	min-width: 210px;
	width: fit-content;
    text-align: center;
}




.cntn_btn:hover{
		background: #fff;
   		color: #de3f7d;
}


.cntn_btn_noreslt{
	background: #de3f7d;
        color: #fff;
	border: solid 2px #de3f7d;
        margin-top:20px;
}


.cntn_btn_serch{
	background: #de3f7d;
    color: #fff;
	border: solid 2px #de3f7d;
	margin: 0 auto;
	min-width:515px;
	padding: 20px;
}


.cntn_btn_serch:hover, .cntn_btn_noreslt:hover{
	background: #fff;
    color: #de3f7d;
}



.cntn_btn_clear{
	background: #808080;
	color: #fff;
	border: solid 2px #808080;
	margin: 0 auto;
	min-width:515px;
	padding: 20px;
}


.cntn_btn_clear:hover{
	background: #fff;
    color: #808080;
}

.news_top{
	background:#dbcebc;
	padding:80px 0;
}


.news_top .news_ttl{
	color:#434343;
	font-size: 54px;
}

.news_top .news_list, #page-info .news_list{
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 32px;
    display: flex;
}

.news_top .news_list li, #page-info .news_list li{
    width: calc(33.3333% - 16.6667px);
}

.news_top .news_list li a, #page-info .news_list li a{
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 30px #0000000d;
}

.news_thumb{
    overflow: hidden;
	max-height: 220px;
}

.news_thumb img {
    max-width: 100%;
    backface-visibility: hidden;
    will-change: transform, opacity;
    transition: all .3s cubic-bezier(.29,.65,.62,1);
    transform: translateZ(0);
    width: 100%;
    height: auto;
    display: block;
	    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news_text{
   padding:20px;
   width:100%;
}


.news_top .news_list_item, #page-info  .news_list_item{
	padding: 30px 0 0;
}

.news_top .news_list_item a, #page-info  .news_list_item a{
	display: flex;
    align-items: center;
	color:#434343;
}

.news_top .news_list_item a:hover, #page-info  .news_list_item a:hover{
	color:#000;

}

.news_top .news_list_item time, #page-info  .news_list_item time{
    margin-right: 20px;
    font-size: 15px;
    display:block;
    margin-top:10px;
}

.news_top .news_list_item p, #page-info  .news_list_item p{
	font-size: 18px;
	font-weight: 600;
	border-bottom: #dbcebc solid 2px;
	width: 100%;
	padding-bottom: 30px;
        height:85px;
}

.news_top .news_list_item a:hover p,, #page-info  .news_list_item a:hover p{
	border-bottom: #c4b29a solid 2px;
}


.news_top .cntn_btn{
	margin:25px auto 0;
}

.bottom_contact{
	padding: 80px 0;
}

.bottom_contact .contact_title{
	display: flex;
    align-items: center;
	width: 100%;
    justify-content: space-between;
}

.bottom_contact .contact_title h3{
    font-size: 54px;
    margin-right: 60px;
	color:#2f2f2f;
}


.bottom_contact .contact_title p{
	color:#4d4d4d;
	font-size: 18px;
	margin-right: 60px;
}

.bottom_contact .contact_details{
	display: flex;
    justify-content: space-between;
    width: 100%;
}

.bottom_contact .contact_no{
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 14%;
    display: flex;
    flex-direction: column;
    line-height: 1;
    background-position: 30px 30px;
    background-color: #e9e9e9;
    padding: 20px 40px 25px 90px;
    border-radius: 10px;
/*    margin-top: 55px;
*/	height: 120px;
	min-width: 330px;
	align-items: center;
    justify-content: center;
}

.bottom_contact .contact_no p{
    /*font-size: 44px;*/
    font-weight: 800;
    color: #202020;
    margin-bottom: 10px;
	margin-right: 0;
	font-size: 34px;
}

.bottom_contact .contact_no span{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 300;
	text-align: center;
}

.bottom_contact .contact_details .list_top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	width: 100%;
	margin-top: 45px;
}

.bottom_contact .contact_details .list_top li{
   /* width: 48%;*/
	width: 23.5%;
}

.bottom_contact .contact_details .list_top li a{
    background-color: #181818;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    padding:10px 9px 13px 43px;
	/*    padding: 10px 9px 10px 9px;*/
	border:solid 1px #181818;
	transition: all .5s ease-in-out;
	position: relative;
	
	
	
	display: flex;
    justify-content: center;
    align-items: center;
}


.bottom_contact .contact_details .list_top li a::before{
	content: "";
	background-image: url("../images/ico_play.png");
	background-size: 28px;
	position: absolute;

	
	width: 28px;
	height: 28px;
    left: 10px;
    top: 9px;
	transition: all .5s ease-in-out;
	margin-right: 15px;
}


.bottom_contact .contact_details .list_top li a:hover{
		color: #181818;
	    background-color: #fff;
	
}

.bottom_contact .contact_details .list_top li a:hover::before{
    filter: invert(100%);
}	




footer{
	background: #2f2f2f;
	padding: 60px 0 130px;
	color:#fff;
}


.footer_flex{
	display: flex;
	justify-content: space-between;
}

.footer_left{
	width: 60%;
}

footer .title_sub {
	color:#fff;
	 margin-bottom: 10px;
}
footer h4{
	font-size:22px;
	margin-bottom: 10px;
}


footer h4{
	font-size: 22px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}


footer h4.area:before {
    background-image: url(../images/icon_area.png);
}

footer h4:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 30px;
    height: 31px;
    margin-right: 15px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}






footer h4.line:before{
	background-image: url(../images/icon_train_lg.png);
}

footer h4.preference:before{
	background-image: url(../images/icon_pref.png);
}

footer .cntn_box{
	margin-bottom: 40px;
}

footer .cntn_box ul{
	display: flex;
	gap: 10px 30px;
	flex-wrap: wrap;
}



footer .cntn_box li a{ 
	color:#fff;
}
.footer_right{
	
}



.footer_right ul{
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 40px;
    padding: 0;
}

.footer_right ul li{
	margin-bottom: 8px;
}

.footer_right ul li a{
	color:#fff;
	display: flex;
	align-items: center;
	line-height: 1;
	transition: all .5s ease-in-out;
}


.footer_right ul li a:before{
	content: "";
	background-image: url(../images/listicon.png);
	background-repeat: no-repeat;
    width: 8px;
    height: 9px;
    display: block;
    background-position: center;
    margin-right: 10px;
	 -webkit-filter: invert(100%);
    filter: invert(100%);
	background-size: cover;
    -webkit-filter: invert(25%);
    filter: invert(25%);	
	transition: all .5s ease-in-out;
	    position: relative;
	left: 0;
	
}

.footer_right ul li a:hover:before{

    left: 5px;
}

.footer_right .navbar-brand {
    display: block;
    width: 120px;
    margin: 0 auto 40px;
}

.copyright{
	margin-top: 40px;
	text-align: center;
	font-size: 15px;
}



.sub_page_title{
	margin-top: 48px;
	margin-left: 100px;
}


.sub_page_title h2{
	display: flex;
	align-items: center;
	font-size: 44px;
    font-weight: 300;
	line-height: 1;
}


.sub_page_title span{
	font-size: 20px;
	border-right:2px #303030 solid;
	padding: 15px 15px 15px 0;
	margin-right: 50px;
}


.kv-sub-page{
	position: relative;
    margin-top: -15px;
    z-index: -1;
	padding-right: 15%;
	margin-bottom: 40px;
}

.kv_text{
    position: absolute;
    top: 40%;
    right: 3%;
    font-size: 20px;
    color: #303030;
    font-weight: 400;
	background-color: rgba(255, 255, 255, .7);
    padding: 25px;
}


.inner_page_cntn .subpage_title{
	position: relative;
	padding: 10px 60px;
	 padding: 10px 60px 10px 130px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: flex;
}

.inner_page_cntn .subpage_title::after{
	content:"";
	width: 100%;
	height: 2px;
	transform: translateY(-1px);
	top: 50%;
	left: 0;
	position: absolute;
	z-index: -1;
}


.inner_page_cntn.gold .subpage_title h3{
	color:#de3f7d
}

.inner_page_cntn.gold .subpage_title::after{
	background-color:#de3f7d;
}



.inner_page_cntn.grey .subpage_title h3{
	color:#303030
}

.inner_page_cntn.grey .subpage_title::after{
	background-color:#303030;
}



.inner_page_cntn .subpage_title h3{
    padding: 10px 60px;
    background-color: #fff;
    display: inline-block;
	text-align: center;
    font-weight: 300;
    font-size: 36px;
}

.inner_page_cntn .subpage_title h3 span{
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}


.inner_flex {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: space-between;
}



.inner_flex .text_area {
      width: 54%;
      margin: 60px 0 0 0;
      padding: 75px;
      height: calc(100% - 100px);
      position: relative;
      background: rgba(229, 215, 203, .7);
      z-index: 1;
     }
.inner_page_cntn.grey .text_area strong{
    margin-bottom: 5px;
    display: inline-block;
}

.inner_page_cntn.grey .text_area{
	 background: rgba(206, 206, 206, .7);
}

    .inner_flex .img_area {
      width: 55%;
      max-width: 1000px;
      margin: 0 0 0 -350px;
    }

    .inner_page_cntn {
      margin-bottom: 80px;
    }

    .inner_page_cntn.reverse .subpage_title {
      flex-direction: row-reverse;
      padding: 10px 130px 10px 60px;
    }


.inner_page_cntn.reverse .inner_flex {
	 flex-direction: row-reverse;
}


.inner_page_cntn.reverse .img_area {
      width: 55%;
      max-width: 1000px;
      margin: 0 -350px 0 0;
    }




.company_details .inner_page_cntn{
	margin-bottom: 0;
	
}


.company_details{
	/*display: flex;*/
	column-gap: 25px;
	justify-content: space-between;
	padding: 40px 0 55px;
}


.company_col{
	justify-content: end;
	align-items: center;
	display: flex;
	width: 100%;
}



.detail__text{
	background: #dbcebc;
	padding: 50px;
	color:#3b3b3b;	
	width: 100%;
}

.detail__text ul li{
	padding-bottom: 15px;
	display: flex;
}


.detail__text ul li label{
    width: 100px;
	min-width: 100px;
}

.detail__text ul li p{
	display: inline-block;
}

	
.detail_title {
    margin-right: -30px;
    text-align: right;
    position: relative;
	color:#8a6615;
	padding-left: 20px;
	border-bottom: 2px solid #8a6615;
	min-width: max-content;
	font-size: 24px;
    padding-bottom: 5px;
}


.flow{
    padding: 0 50px;
    margin: 80px auto 0;
	
}

.flow_title span{
    width: 56px;
    background-color: #de3f7d;
    height: 56px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 13px 8px;
    text-align: center;
		margin-right: 20px;
}

.flow_title {
	display: flex; 
    align-items: center;
	font-size: 24px;
    font-weight: 500;
	margin-bottom: 25px;

}

.flow_cntn{
	display: flex;
	padding-left: 28px;
	    justify-content: space-between;
}

	.flow_text{
		padding: 55px 50px 20px;
		border-left: #8a6615 solid 2px;
		font-size: 18px;
		width: 60%;
		
	}

	.flow_img{
    position: relative;
    margin-left: 30px;
    display: block;
		padding-bottom: 30px;
		width: 39%;
		
	}
	.flow_img::after{
    content: "";
    height: calc(100% - 30px);
    position: absolute;
    width: 100%;
    z-index: -1;
	top: 30px;
	 left: -30px;	
	background: #dbcebc;
}


	.flow_img img {
    transition: all .2s linear;
    position: relative;
}




#page-faq .faq{
	border:none;
	padding: 110px 0;
	width: 1000px;
}

#page-faq .faq .plus{
	display: none;
}	

#page-faq .faq .question {
	 font-size: 20px;

}



#page-faq .faq .question:before {
	    font-size: 28px;	
}


#page-faq .faq .question p {
    margin-left: 50px;
}

#page-faq .faq .answers{
    padding: 40px;
	height: auto;
    opacity: 1;
		margin-bottom: 50px;
	
}
#page-faq .faq .answers p{
    font-size: 18px;
}



.kv-search-page{
    position: relative;
    margin-bottom: 80px;
	height: 300px;
	overflow: hidden;
	
}

.search_title {
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 37px;
    color: #303030;
    font-weight: 300;
    background-color: rgba(255, 255, 255, .7);
    padding: 48px 25px;
    width: 100%;
    text-align: center;
}

.kv-search-page img{
	width:100%;
height:100%;
object-fit:cover;
}

.todofuken{
    margin: 0 auto;
    width: 100%;
    padding-bottom: 70px;
	max-width: 1100px;
}

.todofuken_title, .train-line-title{
padding: 30px 20px 20px;
    font-size: 31px;
    font-weight: 400;
    border-bottom: solid 2px #de3f7d;
}


.city_list, .station-list{
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.city_list li, .station-list li{
	display: block;
	width: 32%;
}

.modal-content .city_list li, .modal-content .station-list li{
	width:30%;
}


.city_list li label, .station-list li label{
	padding: 10px 31px 11px;
	width: 100%;
	background: #e7e7e7;
}

.no-prop{
    opacity: 0.5;
    pointer-events: none;
}


.input_checkbox span:before, .contact_input_checkbox .wpcf7-list-item label span:before{
  content:'';
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ea4787;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 9px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 4px;
}

.input_checkbox input:checked + span:after, .contact_input_checkbox .wpcf7-list-item label input:checked + span:after{
  content: '';
  display: block;
  position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 13px;
  border: solid #ea4787;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input_checkbox label{
padding-bottom: 5px;
}
.input_checkbox input, .contact_input_checkbox .wpcf7-list-item label input{
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}




.input_checkbox span, .contact_input_checkbox .wpcf7-list-item label span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.contact_input_checkbox .wpcf7-list-item label input:checked + span:after {
	top: 6px;
}


.contact_input_checkbox .wpcf7-list-item label, .wpcf7-radio label{
	background-color: #ede8d8;
	color:#5c4b3b;
	padding: 12px 15px;
    1-width: 240px;
    font-size: 20px;
    border-radius: 6px;
	margin-bottom: 10px;
}

.form_contact .wpcf7-list-item{
	margin: 0 15px 0 0; 
}

.wpcf7-radio label{
	margin-bottom: 15px;
}


.wpcf7-text, .wpcf7-textarea{
	 border-radius: 6px;
	background-color: #ede8d8;
	color:#5c4b3b;
	padding: 12px 15px;	
    font-size: 20px;
    width: 100%;
	border: #ede8d8 solid 1px;
}



.form_contact .name p, .form_contact .postalcode p, .form_contact .pref_price p{
	display: flex;
	align-items: center;
}

.form_contact .wpcf7-form-control-wrap:not(:first-child) {
	margin-left: 15px;
}


.form_contact .pref_price .wpcf7-form-control-wrap {
	margin: 5px;
}

.form_contact .postalcode .wpcf7-form-control-wrap{
	margin: 5px;
	width: 150px;
}


.form_contact .age-select .wpcf7-form-control-wrap select, .form_contact .pref_price .wpcf7-form-control-wrap select{
  background: #ede8d8;
  border: #ede8d8 solid 2px;
  cursor: pointer;
  width: 49%;
  color: #5c4b3b;
}



.form_contact .pref_price .wpcf7-form-control-wrap select{
	width:100%;
	padding-right: 35px;
}

.form_contact .age-select .wpcf7-form-control-wrap::after,  .form_contact .pref_price .wpcf7-form-control-wrap::after {
	color: #de3f7d;
	content: "";
	margin-right: 10px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 20px;
	background-image: url(../images/drp_down.png);
	width: 18px;
	height: 12px;
	background-size: 100%;
	background-repeat: no-repeat;
	
}


.form_contact .pref_price .wpcf7-form-control-wrap::after{
		top: 15px;
}


input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus{
border: #4b3505 solid 1px;
outline: none;
}



.search_conditions{
	width: 100%;
	max-width: 1220px;
	margin: 100px auto 0;
}


.condition_title{
	background-color: #e7e7e7;
    padding: 20px 30px;
    text-align: left;
    width: 100%;
    font-size: 34px;
    font-weight: 300;
	margin-bottom: 55px;
}


.search_conditions_a .search_conditions_box:first-child{
  border-top: 1px solid #9c9c9c;
}

.search_conditions_box{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
}

.search_conditions_ttl {
    font-weight: 400;
    flex-shrink: 0;
    background: #e7e7e7;
    font-size: 20px;
    padding: 28px;
	width: 230px;
	 align-items: flex-start; 
}

.search_conditions_cntn {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding:30px 20px 30px 30px;
	gap:30px 0;
}

.search_conditions_cntn p {
    width: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #de3f7d;
}




.condtion-select, .form_contact .age-select .wpcf7-form-control-wrap, .form_contact .pref_price .wpcf7-form-control-wrap{
  position: relative;
}
.condtion-select::after{
  color: #de3f7d;
  /*content: "▾";*/
	content: "";
  margin-right: 10px;
  pointer-events: none;
  position: absolute;
    right: 0px;
    top: 19px;
    font-size: 20px;
    background-image: url(../images/drp_down.png);
    width: 18px;
    height: 12px;
    background-size: 100%;
    background-repeat: no-repeat;

}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  border: #de3f7d solid 2px;
  border-radius: 6px;
  cursor: pointer;
  padding: 12px;
  font-size: 18px;
  width: 300px;	
  color:#8a6615;
	max-width: 100%;
}


select:focus {
border: #4b3505 solid 2px;
outline: none;
	color:#8a6615; 
}
select::-ms-expand {
  display: none;
}

select::placeholder {
	color:#afa399;
}


.search_conditions_flex{
	width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.search_conditions .input_checkbox{
font-size: 15px;
}


.block-4, .block-3, .block-2 {
	gap:20px 15px;
}

.block-4 label{
	width: 23%;
}


.block-3 label{
	width: 32%;
}


.block-2 label{
	width: 48%;
}


.input_radio {
	
}


.modal-content .btn_wrap{
	position: sticky;
	width: 100%;
	bottom: 0;
}

.modal-content .location-checkboxes{
	position:relative;
}

.side_block .input_radio input[type=radio] + span:before{
	width: 22px;
    height: 22px;
	top: 0;
    margin-right: 10px;
}

.input_radio input[type=radio], .wpcf7-radio input[type=radio]{
  position: absolute;
  opacity: 0;
  width: 28px;
  height: 28px;
}
.input_radio input[type=radio] + span:before, .wpcf7-radio input[type=radio] + span:before{
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #8a6615;
  display: inline-block;
    width: 28px;
    height: 28px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.wpcf7-radio input[type=radio] + span:before{
	top: 0;
	margin-right: 8px;
}

.wpcf7-radio .wpcf7-list-item-label{
	display: flex;
	align-items: center;
}

.input_radio input[type=radio]:checked + span:before, .wpcf7-radio input[type=radio]:checked + span:before{
  background-color: #8a6615;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.input_radio input[type=radio]:focus + span:before {
  outline: none;
  border-color: #8a6615;
}
.input_radio input[type=radio]:disabled + span:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.input_radio input[type=radio] + span:empty:before {
  margin-right: 0;
}


.search_conditions .cntn_btn_serch{
	margin-top: 110px;
}


#page-areasearch .btn_wrap .cntn_btn_serch{
	margin-top: 110px;
}

.search_other{
	max-width: 1100px;
	width: 100%;
	margin: 80px auto 20px;
	background: #e7e7e7;
	padding:25px 30px 30px;
}

.search_other ul{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

.search_other ul li{
	    text-align: center;
	    width: 47%;
	
}



.search_other ul li a{
	background: #fff;
	padding: 15px;
	font-size: 24px;
	border-radius: 10px;
	color:#303030;
	display: flex;
	justify-content: center;
    align-items: center;
	
}

.search_other ul li a:before{
	content:"";

	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 55px;
    height: 58px;
    margin-right: 20px;
}


.search_other ul li a.btn_train:before{
	background-image: url("../images/icon_train_lg.png");
}
.search_other ul li a.btn_pref:before{
	background-image: url("../images/icon_pref.png");
}

.search_other ul li a.btn_area:before{
	background-image: url("../images/icon_area.png");
}








.trainline-list{
	  position: relative; 
  width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}



.trainline-list .tab_sec{
	display:flex;
	margin-bottom: 30px;
	  width: 100%;	
}


.trainline-list .tab_sec a{
  font-size: 13px;
  display: block;
  color: #fff;
  position: relative;
  width: 100%;	

}


.trainline-list .tab_sec a.active span{
		color:#fff;
	background: #de3f7d;
}


.trainline-list .tab_sec span {
	font-weight: 400;
    display: block;
    color: #fff;
    background: #dbd4bc;
    border: solid 1px #de3f7d;
    /*border-right: none;*/
    text-align: center;
    padding: 8px 18px 10px;
    font-size: 22px;
	margin:0 2px 2px 0;
}


.trainline-list .tab_contents .store-contact a {
  font-weight: 600;
  text-decoration: none;
}
.trainline-list .tabs {
  margin: 0 auto;
}
.trainline-list .tab_items {
  width: 15%;
  font-size: 13px;
  display: block;
  float: left;
  color: #fff;
  position: relative;
  clip-path: polygon(100% 0%, 100% 100%, 50% 130%, 0% 100%, 0% 0%);
}
.trainline-list .tab_items span {
	font-weight: 400;
    display: block;
    color: #fff;
    background: #dbd4bc;
    border: solid 1px #de3f7d;
    /*border-right: none;*/
    text-align: left;
    padding: 8px 18px 10px;
    font-size: 22px;
	margin:0 2px 2px 0;
}


.tabs label.tab_items:last-of-type span {
	border-right:solid 1px #de3f7d;
}


.trainline-list .tabs input:checked + span{
		color:#fff;
	background: #de3f7d;
}

.trainline-list .tabs input:checked + .tab_items span {
	color:#fff;
	background: #de3f7d;
}

.trainline-list .tab_items:hover {
  cursor: pointer;
}
/*ラジオボタンを全て消す*/
.trainline-list input[name="tab_items"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.trainline-list .tab_contents {
  display: none;
  padding-top: 64px;
  clear: both;
  overflow: hidden;
}


#t-tokyo:checked ~ #t-tokyo_content, #t-chiba:checked ~ #t-chiba_content, #t-saitama:checked ~ #t-saitama_content, #t-kanagawa:checked ~ #t-kanagawa_content, #t-ibaraki:checked ~ #t-ibaraki_content {
  display: block;
}


.trainline-list .tabs .city_list input:checked + span, .trainline-list .tabs .station-list  input:checked + span{
	background-color: transparent;
	color: #181818;
}


.trainline-list .city_list, .trainline-list .station-list {
		padding-bottom: 80px;
}




	.btn_wrap{
		padding: 15px;
		display: flex;
		justify-content:space-between;
		gap:15px;
	}


.pref_search{
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
}


.pref_box{
	display: flex;
	justify-content: space-between;
	gap:20px;
	flex-wrap: wrap;
}

.pref_box li{
	width: 47%;
}

.pref_box li a{
	background-color: #cdc6af;
	display: flex;
	align-items: center;
	width: 100%;
    justify-content: space-between;	
}

.pref_box li .thumb{
	max-width: 188px;
}

.pref_box li span{
	font-size: 32px;
    color: #fff;
    font-weight: 600;
	background-image: url("../images/ico_pref_right.png");
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: right center;
    padding: 20px 80px 20px 10px;
	margin-right: 30px;
}



.pref_box li .desc{
	padding: 20px;
}



.kv-property_list{
	background-image: url("../images/kv_listing.jpg");
	background-repeat: no-repeat;
	height: 200px;
	background-position: right top;
	background-size: cover;
}


.kv_container{
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
}

.breadcrumbs{
	display: flex;
	padding-top: 10px;
	font-size: 14px;
	flex-wrap: wrap;
}


.breadcrumbs span a span{
	color:#de3f7d;
    font-size: 14px;
    line-height: 1;
}


.breadcrumbs span{
	padding:3px 5px 5px 5px;
	 line-height: 1;
}

/*.breadcrumbs span:last-child{
	font-size: 14px;
	line-height: 1;
	padding: 4px 10px 6px 10px;
}*/


.breadcrumbs li:first-child span:before{
	display: none;
}

.breadcrumbs span span:before, .breadcrumbs li span span:before, .breadcrumbs li span:before{
	content:">>";
	line-height: 1;
	padding-right: 14px;
	color:#5a5a5a;
}

.breadcrumbs span{
	color:#5a5a5a;
}

.breadcrumbs li{
	color:#5a5a5a;
	display: flex;
    align-items: center;
}

.breadcrumbs li a{
	color:#de3f7d;
    font-size: 14px;
   /* padding: 8px 10px 6px 10px;*/
    line-height: 1;
}

.breadcrumbs li:last-child:after{
	display: none;
}

.breadcrumb li:last-child a:after, .breadcrumb li:last-child:after{
	cursor: default;
 
} 


.list_title{
    font-size: 37px;
    color: #303030;
    font-weight: 300;
    padding: 20px 0;
	display: flex;
    align-items: center;
}

.list_title:before{
	width: 35px;
	height: 35px;
	content: "";
	background-color: #de3f7d;
	margin-right: 25px;
	margin-top: 4px;
}


.tags_search_block{
	background-color: #fff;
	padding: 40px 0 50px;
}

.cr_container{
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
}

.tags_search_title{
	display: flex;
	align-items: center;
    font-size: 22px;
}

.tags_search_title:before{
	background-image: url("../images/ico_magnify.png");
	width: 32px;
	height: 32px;
	background-size: 100%;
	background-repeat:no-repeat;
	content:"";
	margin-right: 10px;
}

.tags_search_block ul{
    display: flex;
    border: solid 1px;
    padding: 26px 30px;
    margin-top: 10px;
    gap: 20px 40px;
    border-radius: 20px;
	flex-wrap:wrap;
}

.tags_search_block li a{
	color:#303030;
    font-size: 20px;
	border-bottom: 1px solid;
}
	

.property_list_area{
	background: #f7f7f7;
	padding: 80px 0; 
}

.property_list_area .cr_container{
		display: flex;
        justify-content: space-between;
        align-items: flex-start;
		max-width: 1290px;
}



.property_list_area .main_block{
    width: 100%;
    position: relative;
	background: #fff;
	border:solid #818181 1px;
	padding: 40px;
}


.property_list_area .side_block{
        width: 330px;
        margin-right: 32px;
        flex-shrink: 0;
}


.property_list_area .side_block .single_block{ 
	background-color: #fff;
	border:solid 1px #de3f7d;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
}


.property_list_area .side_block .block_title{
	color:#fff;
	display: flex;
	align-items: center;
	padding: 15px 30px;
    font-size: 22px;
	background: #de3f7d;
	
}

.property_list_area .side_block .block_title:before{
	width: 20px;
	height: 20px;
	margin-right: 20px;
	content: "";
	background-color: #fff;
	border-radius: 5px;
}


.property_list_area .side_block .single_block_cntn{
	padding: 30px 12px 20px;
	
}

.main_criteria{
	display: flex;
	align-items: center;
	font-size: 20px;
}

.main_criteria::before{
	margin-right: 10px;
	width: 13px;
	height: 13px;
	border-radius: 25px;
	content:"";
	background: #de3f7d;
}

.single_block_cntn .chng_bttn{
	background: #f2ede6;
	color:#303030;
	display: flex;
	padding: 7px 20px;
    align-items: center;
    margin-left: auto;
    width: fit-content;
    margin-top: 20px;
	-webkit-box-shadow: 8px 8px 0px 0px rgba(170,154,127,0.35);
	-moz-box-shadow: 8px 8px 0px 0px rgba(170,154,127,0.35);
	box-shadow: 8px 8px 0px 0px rgba(170,154,127,0.35);
	    transition: all .2s linear;
	border:none;

}


.chng_bttn:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;   /* Half of 14px height */
    border-bottom: 7px solid transparent;
    border-left: 12px solid #de3f7d;     /* Triangle color and width */
    margin-right: 10px;
}


.single_block_cntn .chng_bttn:hover{
	    background: #c5b094;
}

.single_block_cntn .filter_conditions_box{
	
}

.single_block_cntn .filter_conditions_ttl{
    font-weight: 400;
    flex-shrink: 0;
    font-size: 20px;
}

.single_block_cntn .filter_conditions_cntn{
	padding: 10px 0 30px 0;
}

.single_block_cntn .filter_conditions_cntn.price .input_checkbox{
	width: 100%;
	margin-bottom: 10px;
}

.single_block_cntn .filter_conditions_cntn.price p, .single_block_cntn .filter_conditions_cntn.occupancy{
	margin: 5px;
}

.single_block_cntn .filter_conditions_cntn select{
	padding: 6px 35px 7px 12px;
    width: 130px;
	font-size: 16px;
}
.single_block_cntn .filter_conditions_cntn .input_checkbox span{
	font-size: 13px;
}

.single_block_cntn .filter_conditions_cntn .input_checkbox span:before{
	border: 1px solid #ea4787;
    padding: 7px;
    margin-right: 6px;
	border-radius: 2px;
}
.single_block_cntn .filter_conditions_cntn .input_checkbox input:checked + span:after{
    top: 3px;
    left: 6px;
    width: 5px;
    height: 12px;
}

.single_block_cntn .filter_conditions_cntn .condtion-select::after {
	top: 16px;
    width: 15px;
}

.single_block_cntn .filter_conditions_cntn .block-4, .single_block_cntn .filter_conditions_cntn .block-3, .single_block_cntn .filter_conditions_cntn .block-2{
    gap: 10px 5px;
}




.filter_conditions_flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.filter_conditions_cntn.property_type .input_checkbox{
	margin-right: 15px;
    margin-bottom: 10px;
}

.single_block_cntn .filter_conditions_cntn.pref label{
	width: 100%;
    margin-bottom: 10px;
}

.single_block_cntn .cntn_btn_serch{
	min-width: 100%;
}


.ranking ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 10px; /* Adjust spacing */
    max-width: 330px; /* Adjust as needed */
	counter-reset: number;
}

/* Positioning items correctly */
.ranking ul li:nth-child(1) { grid-column: 1; grid-row: 1; } /* ONE */
.ranking ul li:nth-child(2) { grid-column: 1; grid-row: 2; } /* TWO */
.ranking ul li:nth-child(3) { grid-column: span 2; grid-row: 3; } /* THREE (full width) */
.ranking ul li:nth-child(4) { grid-column: 2; grid-row: 1; } /* FOUR */
.ranking ul li:nth-child(5) { grid-column: 2; grid-row: 2; } /* FIVE */


.ranking ul li {
	counter-increment: number;
	display: flex;
}

.ranking ul li a{
	

    border-bottom: 1px solid;
    color: #303030;
    display: flex;
    align-self: flex-end;
    font-size: 18px;
}


.ranking ul li::before {
    content: counter(number) " ";
	background-image: url("../images/icon_ranking.png");
	width: 40px;
	height: 35px;
	background-size: 100%;
    margin-right: 10px;
    color: #fff;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
}


.property_list_area .side_block .single_block.ranking{
	background: #f2ede6;
}

.property_list_area .side_block .single_block.ranking .more_btn{
    margin-left: auto;
    width: fit-content;
    margin-top: -25px;
	color:#de3f7d;
}



.main_block_header{
	display: flex;
	justify-content: space-between;
	margin-bottom:45px;
}


.no_ofresults{
	font-size: 24px;
}

.no_ofresults .number{
	color:#de3f7d;
	font-weight: 600;
    font-size: 34px;
    margin-right: 5px;
}


.property_sort select {
	width: 185px;
}


.wp-pagenavi {
  margin: 0;
  padding: 0;
  text-align: center;
	display: flex;
}

.wp-pagenavi .pages{
	display: none;
}

#pagination li {
  display: inline; 
  padding: 2px;
}
.wp-pagenavi a, .wp-pagenavi span{
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #f2ede6;
 color:#5e5e5e;
	-webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
	    margin: 2px;
	  
}


.wp-pagenavi a.current, .wp-pagenavi span.current{
  background-color: transparent;
  border:solid 2px #f2ede6;
  color: #de3f7d;
}
.wp-pagenavi a:hover{
  color: #de3f7d;	
} 





.header_right{
    display: flex;
    flex-direction: column;
    align-items: end;
}


.property_sort{
	margin-bottom: 15px;
}


.property_list_item{
    width: 100%;
    background: #f7f7f7;
    padding: 16px;
	margin-bottom:60px;
	color:#242424;
}




.property_list_item.pickup{
	background: #f2ede6;
	border:solid 1px #de3f7d;
}

.property_list_item_top{
        display: flex;
        justify-content: flex-start;
		color:#242424;
		margin-bottom:15px;
}


.property_list_item_top_pic {
      width: 260px;
      flex-shrink: 0;
	  padding:15px;
	  background-color:#ffff;
	  position:relative;
	  overflow:hidden;
	  max-height:215px;
}

.property_list_item_top_pic img{
	height: 100%;
    object-fit: contain;

}


.property_list_item.pickup .property_list_item_top_pic::after{
	padding:5px 10px;
	color:#ffff;
	background:#de3f7d;
	position:absolute;
	top:0;
	left:0;
	content:"おすすめ物件";
}


.property_list_item_top_main {
      padding: 0 20px;
	  font-size: 18px;
}

.property_list_item_top_main .title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #de3f7d;
    margin-top: 15px;
    font-weight: 600;
}

.pickup .property_list_item_top_main .title{
	margin-bottom:30px;
}




.property_list_item_top_main .trainline{
    margin-bottom: 5px;
}

.property_list_item_top_main .station{
	margin-left:15px;

}

.property_list_item_top_main .address{
	 margin-bottom: 5px;
}

.property_list_item_top_main .other{
 	margin-bottom: 5px;
}

.property_list_item_top_main .pickup_details{
	display:flex;
	align-items: baseline;
	margin-top: 15px;
	flex-wrap:wrap;
}

.property_list_item_top_main .pickup_details .price{
    color: #d53d08;
    padding-right: 40px;
    font-size: 44px;
    font-weight: 600;}


.property_list_item_top_main .pickup_details .price span{
   font-size: 26px;
    font-weight: 600;
}


.property_list_item_top_main .pickup_details .floorplan{
    color: #d53d08;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 600;

}


.property_list_item_top_main .pickup_details .floorarea{

}



.pickup_tags{
	display:flex;
    justify-content: flex-start;
	gap:10px 20px;
	margin-top:20px;
	flex-wrap:wrap;
}


.pickup_tags span{
	padding:5px 20px 4px;
	background:#ffff;
	border:solid 1px #de3f7d;
	color:#242424;
}



.property_list_item_bottom .room_heading{
	width: 100%;
	display:flex;
    border-bottom:#818181 solid 2px;
		padding-bottom:10px;
	margin-bottom:10px;
	justify-content: space-between;
}




.property_list_item_bottom .room_heading li:first-child, .property_list_item_bottom .room_details li:first-child{
	width:110px;
	width:13%;
}

.property_list_item_bottom .room_heading li, .property_list_item_bottom .room_details li{
	padding: 8px;
	width:95px;
	text-align: center;
	width:15%;
	color: #242424;
}

.property_list_item_bottom .room_heading li:nth-child(2),  .property_list_item_bottom .room_details li:nth-child(2){
	width:70px;
	width: 8.5%;
}



.property_list_item_bottom .room_heading li:nth-child(3),  .property_list_item_bottom .room_details li:nth-child(3){
	width:160px;
	width: 20%;
}

.property_list_item_bottom .room_heading li:nth-child(4), .property_list_item_bottom .room_details li:nth-child(4){
	width:140px;
	width: 17%;
}

.property_list_item_bottom .room_heading li:nth-child(5), .property_list_item_bottom .room_details li:nth-child(5){
	width:80px;
	width: 12%;
}


.property_list_item_bottom .room_details li:nth-child(3){
	display:flex;
	flex-direction:column;
}


.property_list_item_bottom .room_details{
box-shadow: 5px 5px 2px  rgba(129, 129, 129, 0.34);
background-color:#fff;

	width: 100%;
	display:flex;
	padding-bottom:10px;
	margin-bottom:24px;
	justify-content: space-between;
	align-items: center;
	font-size:18px;
	color: #242424;
}

.property_list_item_bottom .room_details .pricetag{
	display:flex;
	align-items:baseline;
	justify-content:center;	
}


.property_list_item_bottom .room_details .price{
	font-weight:600;
	font-size:34px;
	 color: #d53d08;
	 
}

.property_list_item_bottom .room_details .pricetag .en{
	font-size:20px;
	font-weight:600;
	 color: #d53d08;	
	}


.property_list_item_bottom .room th, .property_list_item_bottom .room td{
	padding: 8px;
}



.property_list_item_bottom .room td img{
    width: 105px;
    height: 105px;
    object-fit: cover;
}



.add_line{
	display:flex;
	border-radius:4px;
	border:solid 2px #54ca30;
	background-image:url(../images/line_bg.jpg);
	background-repeat:no-repeat;
	    background-size: cover;
    background-position: center;
	margin-top: 80px;
}	

.line_logo{
	width:185px;
	padding:35px 30px;
	background-color:#54ca30;
}

.line_cntn{
	display:flex;
	padding:22px 50px;
	gap:20px;

}

.qr_title{ 
    font-size: 20px;
    font-weight: 600;
	margin-bottom:20px;
	text-align:center;
}

.qrcocde img{
	width:95px;
}

.qrcocde{
	text-align:center;
}

.id_code{
    font-size: 20px;
    font-weight: 600;
	background:#fff;
	padding:4px 8px 6px;
	margin-top:20px;
}

.main_block .property_list_item:last-child{
	margin-bottom:0;
}

.property_head{
	display:flex;
	justify-content: space-between;
	    align-items: center;
		
}

.addtofavourite{
    background: #f2ede6;
    border: #de3f7d solid 1px;
    color: #de3f7d;
    border-radius: 8px;
    width: 350px;
    text-align: center;
    padding: 8px;
    font-size: 20px;
	
}


.property_main{
    display: flex;
    justify-content: space-between;
}

.property_slider{
    max-width: 660px;
    width: 100%;
}

.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slider-single h3 {
	line-height: 10rem;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}


.slider-nav .slick-slide { cursor: pointer; }

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 66px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background-color:#de3f7d;
	z-index: 999;
	
}

.slick-prev {
    left: 0;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}

.slick-prev::after, .slick-next::after {
		background:url(../images/slider_nav.png);
    background-repeat: no-repeat;
    content: "";
    width: 12px;
    height: 22px;
    display: block;
    background-size: 100%;
    margin: 7px;
}
.slick-next::after{
	transform: rotate(180deg);
	margin-left:17px;
}


.slick-next {
    right: 0;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
}

.slider-single{
	border:solid 2px #818181; 
	margin-bottom:50px;
}

.slider-nav {
	display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
	gap: 17.5px;

}

.slider-nav .thumb{
	    width: 23%;
	cursor:pointer;
	max-height:100px;
	
}

.property_slider .slick-slider,
.property_slider .slick-list,
.property_slider .slick-track {
  max-height: 480px;
  overflow: hidden;
}

.property_slider .slick-slide {
  text-align: center; /* Center inline elements */
}

.property_slider .slick-slide img {
  width: auto;
  min-height: 480px;
  max-height: 480px;
  height: auto;
  display: inline-block; /* Required for text-align center to work */}



.slider-nav .thumb img{
	object-fit: contain;
    display: block;
    height: 100%;	
}

.price_label{
    padding: 5px 0 5px 48px;
    background-image: url(../images/iconprice.png);
    background-repeat: no-repeat;
    background-size: 30px;
    font-size: 20px;
    font-weight: 500;
}

.property_main_details{
	width: 100%;
    padding-left: 30px;	
}

.property_main_details .price_tag{
    font-size: 40px;
    font-weight: 600;
	color: #d53d08;
	margin-bottom: 12px;
}

.property_main_details .price_tag span{
	font-size:22px;	
}

.property_main_details ul, .property_main_details .property_info{
	display: flex;
    justify-content: space-between;
    gap: 10px 20px;
}

.property_main_details .property_info ul{
	flex-direction: column;
}


.property_main_details .price_cntn ul li:nth-child(odd), .property_main_details .property_info ul:first-child{
	width: 45%;
        display:flex;
}


.property_main_details .price_cntn ul li:nth-child(even), .property_main_details .property_info ul:last-child{
	width: 50%;
        display:flex;
}


.property_main_details .price_cntn ul li label{
min-width:fit-content;
}

.property_main_details ul li label{
	padding: 5px 10px;
	background: #f2ede6;
	min-width: 90px;
	text-align: center;
height:fit-content;
}
.property_main_details ul li span{
	padding: 5px 10px;
          display: inline-block;
}


.property_main_details ul li.ico_label{
	display:flex;
	flex-direction: column;
	margin-bottom: 6px;
}


.property_main_details ul li.ico_label label{
    padding-left: 50px;
    background-repeat: no-repeat;
    font-size: 20px;
	background-position: center left;
	background-size: 30px;
	background-color: transparent;
	min-width: auto;
	text-align: left;
}


.property_main_details ul li .room_detailshead{
	background-image: url("../images/ico_window.png");
	padding-left: 50px;
    background-repeat: no-repeat;
    font-size: 20px;
	background-position: center left;
	background-size: 30px;
	background-color: transparent;
	min-width: auto;
	text-align: left;
	margin-bottom: 5px;
}

.property_main_details .property_info ul .room_details_sub{
	width: 100%;
}


.price_cntn{
	margin-bottom: 50px;
}


.property_main_details ul li .label_address{
	background-image: url("../images/ico_pinpoint.png");

}


.property_main_details ul li .label_train_sta{
	background-image: url("../images/ico_train.png");

}

.property_contact_details .contact_box{
	background: #dadada;
	padding: 20px 30px;
	border-radius: 7px;
}
.property_contact_details h4{
    font-size: 18px;
    padding: 18px;
	padding: 30px 18px 18px 0;
}


.property_contact_details .add_line{
	border-radius: 7px;
    border: solid 3px #54ca30;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(170,154,127,0.35);
	-moz-box-shadow: 4px 4px 0px 0px rgba(170,154,127,0.35);
	box-shadow: 4px 4px 0px 0px rgba(170,154,127,0.35);
	margin-bottom: 14px;
	margin-top: 0;
}

.property_contact_details .line_logo {
    width: 82px;
    padding: 15px;
    display: flex;
    align-items: center;

}


.property_contact_details .line_logo img{
	height: auto;
}

.property_contact_details .line_cntn {
    padding: 8px 15px;
}


.property_contact_details .qr_title {
    font-size: 11px;
    margin-bottom: 10px;
}
	
.property_contact_details .qrcocde img {
    width: 45px;
}


.property_contact_details .id_code {
    font-size: 12px;
}


.property_contact_details .contact{
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	gap: 10px;
}

.property_contact_details .contact li{
    width: 48%;
}


.property_contact_details .contact a, .property_contact_details .contact button{
	-webkit-box-shadow: 4px 4px 0px 0px rgba(170,154,127,0.35);
	-moz-box-shadow: 4px 4px 0px 0px rgba(170,154,127,0.35);
	box-shadow: 4px 4px 0px 0px rgba(170,154,127,0.35);
	background: #ffffff;
	border-radius: 7px;
	padding: 12px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #2c2c2c;
	border: none;
	 transition: all .3s ease-in-out;
	width: 100%;
	font-weight: 400;
}


.property_contact_details .contact a:hover, .property_contact_details .contact button:hover{
	background: #8a6615;
	color: #fff;
}

.property_contact_details .contact a:hover .link:before,  .property_contact_details .contact button:hover .link:before{
	filter: brightness(100);
}

.property_contact_details .contact a .link,  .property_contact_details .contact button .link{
	display: flex;
	justify-content: center;
	align-items: center;
	
}


.property_contact_details .contact a span,  .property_contact_details .contact button span{
	padding: 5px 0 0;
}

.property_contact_details .contact a span:first-child,  .property_contact_details .contact button span:first-child{
    font-size: 13px;
}


.property_contact_details .contact a .link:before,  .property_contact_details .contact button .link:before{
	content: "";
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	margin-right: 15px;
	transition: all .3s ease-in-out;
	
}
	
.property_contact_details .contact .mail .link:before{
	background-image: url("../images/ico_mail.png");
}

.property_contact_details .contact a.tel .link:before{
	background-image: url("../images/ico_tel_gold.png");
}
.property_contact_details .contact .txt_cntn{
    display: flex;
    flex-direction: column;
}


.property_contact_details .caption{
	text-align: center;
	color: #d53d08;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.property_contact_details .caption span{
	padding-right: 20px;
	font-size: 24px;
}

.property_contact_details .caption span.last{
	padding-left: 20px;
	padding-right: 0;
}


.property_other_details{
	margin: 70px auto;
	max-width: 1220px;
	width: 100%;
}


.property_other_details .detail_table table td, .property_other_details .detail_table table th{
 border: 1px solid #818181;	
padding: 6px 14px;	
} 

.property_other_details .detail_table table{
 border: 1px solid #818181;
	width: 100%;
}

.property_other_details .detail_table table th{
	background: #e9e9e9;
	font-weight: 400;
}


.detail_table{
	margin-bottom: 70px
}

.map_area{
	margin-bottom: 70px;
}


.map_area iframe{
width: 100%;
}



.page-conatct .add_line{
	margin:100px auto;
	width: 100%;
	max-width: 1100px;
}


.line_steps{
	padding:70px 0 40px;
	background-color: #f3f3f3;
}

.line_steps .cr_container, .page-conatct .cr_container{
		margin:0 auto;
	width: 100%;
	max-width: 1100px;
}

.linesteps_title{
	text-align: center;
	margin-top: -90px;
	font-size: 20px;
	margin-bottom: 70px;
}

.linesteps_title h3{
    font-size: 30px;
	margin-bottom: 40px;
}

.linesteps_title p{
	color:#8a6615;
}


.line_steps .steps{
	display: flex;
	width: 100%;
	padding-bottom: 60px;
	position: relative;
}

.line_steps .steps::after{
	height: 60px;
	width: 2px;
	content: "";
	background: #8a6615;
	position: absolute;
	left: 40px;
    bottom: 0;
}


.line_steps .steps:last-child:after{
	display:none;
}


.line_steps .steps dt{
	width: 85px;
	min-height: 85px;
	background: #8a6615;
	color:#fff;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1;
	justify-content: center;
}	





.line_steps .steps dd{
	border: solid 2px #8a6615;
	background: #fff;
	margin-bottom: 0;
	width: 100%;
    padding: 8px 32px;
    font-size: 24px;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.line_steps .steps .number{
    font-size: 44px;
}

.page-conatct .caption{
	padding: 60px 0;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	color:#8a6615;
}

.whatis_online{
        justify-content: right;
	margin : 100px 0;
	display: flex;
	background: #f7f7f7;
}

.whatis_online .area_img{
        width: 45%;
        overflow: hidden;
}
.whatis_online .area_text{
		width: 630px;
    	padding: 80px 45px 40px 15px;
}







.whatis_online .area_text h3{ 
text-align: center;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 40px;
}

.whatis_online .area_text p{ 
	font-size: 24px;
	color:#303030;
    font-weight: 300;
}


.online_sub{
	padding:30px 0 100px;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}

.online_sub h3{
	text-align:center;
    font-size: 28px;
	margin-bottom: 50px;
}

.online_sub ul{
    display: flex;
    justify-content: space-between;
	gap: 35px;
	flex-wrap: wrap;
}

.online_sub ul li{
	width: 47%;
	background: #f2ede6;
	padding:15px 30px;
	margin-left: 15px;
	display: flex;
    align-items: center;
}



.online_sub ul li span{
	background:#8a6615;
	color: #fff;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	display: flex;
    align-items: center;
    margin-left: -55px;
    text-align: center;
    padding: 4px;
    justify-content: center;
	font-size: 34px;
    font-weight: 600;
    line-height: 1;
	margin-right: 30px;
	min-width: 60px;
}
.online_sub ul li p{
    font-size: 22px;
}


.page-conatct_wrap{
	max-width: 1190px;
	width: 96%;
	margin: 90px auto 40px;
	border:solid 2px #8a6615;
	padding: 120px 80px;
}


.form_nav{
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    position: relative;
	gap:25px;
	width: 345px;
    width: fit-content;
    min-width: fit-content;
}

.form_nav::before{
	position: absolute;
	width: calc(100% - 48px);
	height: 2px;
	background-color: #dbd4bc;
	content: "";
	top: 26px;
    z-index: -1;
}


.form_nav li{
	display: flex;
    flex-direction: column;
    align-items: center;
	gap:10px;
}
.form_nav li span{
    background: #dbd4bc;
    color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    /* flex-direction: column; */
    font-size: 25px;
    /* align-items: center; */
    justify-content: center;
    padding: 8px 5px;
	font-weight: 600;
}

.form_nav li p{
    font-weight: 600;
     color: #dbd4bc;
    font-size:14px;
}

.form_nav li.active span{
    background: #8a6615;
}

.form_nav li.active p{
    color: #8a6615;
}


.page-conatct_wrap h3{
    font-weight: 400;
    font-size: 32px;
    border-bottom: 2px solid #8a6615;
    padding-bottom: 12px;
	margin-top: 40px;
}

.form_contact{
	padding-top: 60px;
}

.form_contact dl{
    display: flex;
	padding: 12px 0;

}

.form_contact dt{
	width: 230px;
	padding-right: 20px;
	min-width: 230px;
	padding-top: 11px;
}


.form_contact dd{
	width: 100%;
	
}

.form_contact dl label{
    font-size: 22px;
    font-weight: 300;
	color: #303030;
}


.privacy_text{
    text-align: center;
    color: #303030;
    padding-top: 40px;
	display: flex;
	flex-direction: column;
}


.form_contact .privacy_text .wpcf7-list-item {
    margin: 0 15px 0 0;
    width: 100%;
    display: block;
    text-align: center;
}
.privacy_text .contact_input_checkbox .wpcf7-list-item label{
    margin: 10px auto;
    width: 80px;
    background-color: transparent;
    min-width: 150px;
}


.form_contact .cntn_btn{
	margin-top: 40px;
	background-color: #de3f7d;
	color: #fff;
	border: solid 2px #de3f7d;
	
}

.form_contact .cntn_btn:hover{
	background-color: #fff;
	color: #de3f7d;
}


#page-contact-step2 .cntn_btn, #page-request-step .cntn_btn, #page-property-contact-step2 .cntn_btn{
	margin-left: 15px;
}


.prev_btn{
    background: #2f2f2f;
    color: #fff;
    padding: 14px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
    border: solid 2px #2f2f2f;
    min-width: 210px;
    width: fit-content;
    text-align: center;
}

.prev_btn:hover{
	background: #fff;
    color: #2f2f2f;
    border: solid 2px #2f2f2f;
}






#page-contact-step2 .form_contact dd, #page-request-step .form_contact dd, #page-property-contact-step2 .form_contact dd{
    width: 100%;
    border-bottom: 1px solid #303030;
    padding: 15px 10px 5px;
}



#propertyDetailsBlock{
	display: flex;
	background: #f2ede6;
	border:solid 1px #de3f7d;
	 justify-content: flex-start;
	padding:10px;
}



#propertyDetailsBlock .imb_block{
      width: 200px;
      flex-shrink: 0;
	  padding:10px;
	  background-color:#ffff;
	  position:relative;
	  overflow:hidden;
	  margin-right: 15px;
}



#propertyDetailsBlock .imb_block img{
	height: 100%;
    object-fit: contain;
	max-height:215px;

}

#propertyDetailsBlock .text_block{
		padding: 10px;
		margin-bottom: 10px;
}



#propertyDetailsBlock .text_block p span{
    color: #8a6615;
	font-size: 20px;


}


#propertyDetailsBlock .text_block p {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
}



.wpcf7-form-control.wpcf7-text[id^="prop"], .wpcf7-form-control.wpcf7-text[id^="mainimg"] {
    display: none;
}





#scroll_button {
  display: inline-block;
  background-color:rgba(255,255,255,0.8);
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	padding: 8px 0;
}



#scroll_button.show {
  opacity: 1;
  visibility: visible;
}


.favorite-counter{
background: #fffcfd;
    border: #ea4787 solid 1px;
    color: #ea4787;
    border-radius: 8px;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
}

#favorite-count{
    border: #ea4787 solid 1px;
    padding: 0 6px;
    border-radius: 3px;
}


#favorite-posts{
	padding-top:100px;
}


.page_areasearch{
	position: relative;
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
    padding: 120px 0 100px;
    background-image: url(../images/kanto_map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.page_areasearch .trainline-list .tab_sec {
    justify-content: center;
}

.page_areasearch .trainline-list .tab_sec span{
	text-align:center;
	padding: 11px 18px 10px;
	line-height: 1;
}


.area_srch .kv-search-page {
	margin-bottom: 0;	
}



    position: relative;
    margin-bottom: 80px;
    height: 300px;

.wpcf7-spinner{display: none!important;}

.w25{
	width: 25%;
}

.w50{
	width: 50%;
}

.w75{
	width: 75%;
}

.w100{
	width: 100%;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
    border-radius: 5px;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modal-close:hover {
    color: #000;
}

.fav-cntr_wrp{
   display:flex;
  justify-content: end;
  width:100%;
  margin-top:10px;
}

#page-property_inquiry .form_nav{
    gap: 20px;
    width: 416px;
}


#bottom-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
   z-index: 999;
   background-color: #000;
 border-top: solid 1px #e6e6e6;
	padding: 10px;
	text-align: center;

}

#bottom-banner ul.fixed-contact {
      display: flex;
      justify-content:center;
}

.fixed-contact li {
    margin: 0 !important;
    padding: 10px 5px;
    width: 50%;
    text-align: center;
}

.fixed-contact li:first-child {
  text-align:right;
	display: flex;
    justify-content: end;
}

#bottom-banner p{
  font-size:16px;
color:#fff;
}

.fixed-contact li:last-child{
  text-align:left;
  display: flex;
  justify-content: start;
}

.fixed-contact li .cntc_bttn, .fixed-contact li .line_bttn_ftr{
    background-color: #de3f7d;
    border-radius: 5px;
    font-size: 18px;
    padding: 13px 10px 15px 30px ;
    color: #fff;
    text-align: center;
    width: 220px;
    position:relative;
}

.fixed-contact li .line_bttn_ftr{
	background-color: #5abb50;
	 padding: 13px 10px 15px 30px;
}

.fixed-contact li .line_bttn_ftr:before{
    content: "";
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: 23px;
    position: absolute;
    width: 23px;
    height: 31px;
    left: 19px;
    top: 16px;
}

.fixed-contact li .cntc_bttn:before{
    content: "";
    background-image: url(../images/ico_mail-white.png);
    background-repeat: no-repeat;
    background-size: 23px;
    position: absolute;
    width: 23px;
    height: 31px;
    left: 19px;
    top: 20px;
}

.wpcf7-spinner{
	display:none!important;
}




.post .list_title{
	width:100%;
}


#page-privacypolicy .inner_page_cntn p{
	    line-height: 1.8;
}

#page-privacypolicy .inner_page_cntn h4{
        font-size: 22px;
	    color: #815800;
	    border-bottom: solid 1px;
    	padding-bottom: 5px;
    	margin-bottom: 5px;
}	


#page-privacypolicy .inner_page_cntn p strong{
	color: #815800;
}

#page-privacypolicy .inner_page_cntn .section{ 
	margin-top: 40px;
}

#page-privacypolicy .inner_page_cntn .subtxt{
	padding-left:15px;
	line-height: 2;
}

#page-privacypolicy .inner_page_cntn .subtxt span{
	margin-right: 15px;
    margin-top: 5px;
    display: inline-block;
}


.post_info{
	display:flex;
	grid-column-gap: 30px;
	margin-bottom: 120px;
	margin-top: 30px;
}

.post_info .news_cover{
	width:40%;
	
}


.post .property_body{
	width:60%;
	
}


.post .property_body .list_title {
    font-size: 26px;

}


/***************************************************************************/

/**************************** RESPONSIVE ***********************************/

/***************************************************************************/



@media (min-width: 1200px) {
	.flow {
	        max-width: 1220px;
	}
}


@media (max-width: 1220px) {
	.property_list_area .cr_container, .page-property_detail .cr_container, .property_other_details, .page-conatct_wrap {
		padding: 15px;
	}
	
	
	.bottom_contact .contact_no p{
	font-size: 2.85vw;
}
	
.online_sub {
    padding: 30px 25px 70px;
}
	

	
.navbar .top_left .site_intro {
  max-width: 55%;
  text-align: left;
  margin-right: 20px;
}
.navbar .top_right .header_btn {
  font-size: 1.1vw;
}
.slidercntn.container {
  padding: 40px 0;
  position: relative;
}
.slider__content .slider__text h2 {
  font-size: 5vw;
}
.slider__content .slider__text span {
  font-size: 1.7vw
}
.slider__content .slider__text p {
  font-size: 1.8vw;
}
.slider__content .slider__text {
  left: 5%;
  width: 55%;
}
.checkboxes .inner-wrap {
  padding: 5px 0;
}
	
	.todofuken {
		width: 100%;
		padding: 0 15px 60px;
	}
	
	.city_list, .station-list {
		    gap: 18px;
	}
	.search_conditions, .trainline-list, .pref_search, .cr_container{
		width: 100%;
		padding: 15px;
	}
	
	.search_other{
		width:95%;
	}
	
	
	.trainline-list .cntn_btn_clear, .trainline-list .cntn_btn_serch{
		min-width: auto;
		width: auto;
		margin: 0;
	}
	
	.btn_wrap{
		justify-content: center;
	}
	
	
	
	
	.pref_box li span {
    font-size: 24px;
	}
	
	.online_sub ul li{
	width: 45%;
	}
	
	.bottom_contact .contact_details .list_top li{
		width:48%;
		
	}
	
	
	
}





@media (min-width: 992px) {

	.sp_only{
		display: none!important;
	}
	
	
	
}






@media (max-width: 992px) {
	.pc_only{
		display: none!important;
	}	
	
	
		
	.navbar .top_cntn{	
		    padding: 10px;
	}
	
	.navbar .top_cntn .top_left{
	    justify-content: space-between;
    	width: 100%;
	}
	
	
		.navbar .contact_no {
    	padding-left: 40px;
		background-position: 0 8px;
		background-size: 35px;
	}
	
	.navbar .contact_no a {
    	font-size: 22px;
	}
	
	.navbar .contact_no span {
	    font-size: 14px;
	}
	
	
	.navbar .top_right{
	margin-top: 12px;	
	}
	.navbar .top_right, .sp_sep{
		column-gap: 10px;
		justify-content: flex-start;
		width: 100%;
	}
	
	.navbar .top_right .header_btn {
		padding: 13px 8px;
	}
	
	
  .hamburger {
    display: block;
    width: 44px;
    background-color: #000;
    z-index: 9998;
    background: #de3f7d;
    border-radius: 4px;
    padding: 8px 0;
	height: 50px;  
  }
	 
.hamburger.active	
	 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
}
	
	.nav-menu li:first-child, .nav-menu li:last-child{
	display:block;
}
	
	
	  
 
  .active .bar{
	  margin: 0;
	}
	
  .active .bar:nth-child(2) {
    opacity: 0;
  }
  .active .bar:nth-child(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(16px) rotate(-315deg);
    width: 100%;
  }
  .active .bar:nth-child(3) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    width: 100%;
  }
  .nav-menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
	  bottom: 0;
	  z-index: 9998;
  }

  .nav-menu li {
    padding: 1rem 0;
	border-bottom:1px solid #333;
	width: 100%;
	  
  }
	
	.nav-menu li .navbar-brand img{	
    -webkit-filter: invert(0%);
    filter: invert(0%);	
	}
	
	.nav-menu li .navbar-brand {
        width: 60px;
		margin-right: 0;
    }
	
	.nav-menu li h1{ 
	display: flex;
    justify-content: center;
	}
	

  a.nav-link {
    margin: 0;
    color: #333;
    z-index: 1;
  }

  .active {
    right: 0;
    transition: 0.2s ease;
  }
	
	.slidercntn.container{
		padding: 20px 0;
	}
	
	
    .navbar .top_right .header_btn {
        font-size: 2vw;
    }
		
	.line_bttn{
	position: sticky;
    margin: 20px auto 0;
    width: fit-content;
    display: block;
	}
	
	input[type="text"].ellipsis {
		min-width: 100%;
		
	}
/*	
	.top_search_bar .wrapper:nth-child(4){
		width: 70%;
	}
	
	.top_search_bar .wrapper{
		width: 30%;
	}
	
*/
	.kv_container{
		width: 95%;
	}
	.top_search_bar{
		padding: 10px 15px;
		display: flex;
		column-gap: 10px;
	}
	
	.quick_search{
    column-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
	.quick_search_box {
	    margin-left: 25px;
	}
	
	.quick_search_box img {
    margin-left: -25px;
    margin-top: 20px;
	}
	
	.quick_search_box span {
	left: 10px;
    font-size: 16px;
    padding: 12px 28px 14px 5px;
    transition: all .2s linear;
	}
	
	.quick_search_box span:after {
	width: 20px;
    height: 20px;
	}
	
	.title_sub {
    font-size: 22px;
    margin-bottom: 30px;
}
	
	.support_guide_cntn .support_logo {
		width: 180px;
	}
	
	.support_guide_text {
    	padding: 40px 30px;
	}

	
	.support_guide_text li p {
    font-size: 16px;
}
	
	.about_renting {
		padding:40px 0;
    	margin: 60px 0;
	    flex-direction: column-reverse;
		align-items: end;
	}
	
	.about_renting .box_img {
    	width: 80%;
	}
	
	
	.about_renting .tilte_sub {
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
    margin-top: 40px;
}
	
	.about_renting .box_msg {
		padding: 15px;
		width: 100%;
	}

	.about_renting .text_box {
    position: static;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
}
	
	.tips_tilte .title::before, .tips_tilte .title::after, .news_tilte .title::before, .news_tilte .title::after{
		width: 20%;
		top: 15px;
	}
	
	.tips_tilte .title, .news_tilte .title{
    font-size: 26px;
	}
	
	.tips_content {
		padding: 40px 0;
	}
	
	.sub_title {
    padding: 25px 0 25px;
    font-size: 22px;
}
	
	
	.sub_title {
		 padding: 25px 0;
		 font-size: 22px;
	}
	
	.tips_list {
	gap: 20px;
    max-width: 100%;
    margin: 30px auto 0;
	}
	
	
	.tips_list li .img_box .text {
			font-size: 16px;
		    background-size: 24px;
    		background-position: 95% center;
		    padding: 12px 30px 14px 10px;
	}
	
	.faq {
    width: 95%;
    margin: 70px auto;
    padding: 30px;
}
	
	.question {
	    padding: 10px 30px 10px 10px;
	}
	
	.plus {
		top: 5px;
	}
	
	.faq .title_sub {
		margin: 0 auto 30px;
    	font-size: 26px;	
	}
	
	.news_top {
		padding: 40px 0;
	}
	
	.news_top .container {
		    flex-direction: column;
	}
	
	.news_top .news_ttl {
    font-size: 40px;
    margin-bottom: 25px;
	}
	
	.news_right {
		padding: 10px 15px;
	}
	
	.news_top .news_list_item {
    padding: 15px 0 0;
}
	
	.news_top .news_list_item time {
    font-size: 16px;
    padding-bottom: 15px;
}
	
	.news_top .news_list_item p {
    font-size: 16px;
    padding-bottom: 10px;
}
	
	
	.news_top .cntn_btn {
    margin: 20px auto;
}

.cntn_btn, .prev_btn {
    padding: 12px 16px;
    font-size: 16px;
	}
	
	
	.kv_text {
    top: 36%;
    font-size: 20px;
    margin-left: 45%;
}
	
	
	.inner_page_cntn .subpage_title, .inner_page_cntn.reverse .subpage_title {
		padding: 10px 40px;
		justify-content: center;
	}
	
	
	.inner_page_cntn .subpage_title h3 span {
    	font-size: 18px;
	}
	
	.inner_page_cntn .subpage_title h3 {
    	padding: 10px 40px;
	    font-size: 32px;
	}
	
	.inner_flex, .inner_page_cntn.reverse .inner_flex{ 
		  flex-direction: column;
	}
	
	.inner_flex .text_area {
		width: 90%;
		margin: 20px auto 20px auto;
		padding: 45px;
	}
	
	.inner_flex .img_area, .inner_page_cntn.reverse .img_area {
		width: 100%;
		margin: -40px 0 0 0;
	}

	.company_details {
		flex-direction: column;
		gap: 30px;
		
	}
	
	.company_col {
	 	align-items: flex-start;
    	width: 100%;
	}
	
	.detail_title {
		    margin-top: 20px;
	}
	
	
	
	.bottom_contact .contact_details {
		flex-direction: column;
		align-items: center;
	}
	
	.bottom_contact .contact_no {
		max-width: fit-content;
		margin-top: 25px;
		justify-content: center;
	}
	
	.bottom_contact .contact_details .list_top {
		width: 100%;
	}
	
	.sub_page_title {
    margin-top: 28px;
    margin-left: 30px;
}
	
	
	.sub_page_title h2 {
    font-size: 34px;
	}
	
	.sub_page_title span {
	    margin-right: 30px;
}
	
		
	.bottom_contact .contact_title {
	    flex-direction: column;
	}
	
	.bottom_contact .contact_title h3 {
        font-size: 28px;
        margin-bottom: 15px;
		margin-right: 0;
    }
	
	
	.bottom_contact .contact_title p {
    font-size: 15px;
		margin-right: 0;
}
	
	.bottom_contact .contact_no p{
		    font-size: 4.25vw;	
	}
	
	.bottom_contact {
    	padding: 50px 0;
	}
	
	.flow{
		max-width: 100%;
	}
	
	
	.flow_cntn {
		flex-direction: column;
	}
	
	.flow_text, .flow_img {
		width: 100%;
	}
	
	
	.flow_text{
		padding-top: 30px;
	}
	
	.flow_img {
		margin-top:50px;
		margin-left: 0;
	}
	
	
	#page-faq .faq{
		width: 100%;
		padding: 15px;
	}
	
	
	.city_list li, .station-list  li{
		width: 47%;
	}
	
	.search_conditions select{    
	width: 100%;
    padding-right: 30px;
	}

	.pref_box li a{
		flex-direction: column;

    }
	
	.pref_box li .thumb {
	  	max-width: 100%;
	}
	.pref_box li span {
		font-size: 22px;
		background-size: 32px;
		padding: 14px 50px 13px 10px;
		margin-right: 2%;
		width: 92%;
	}
	
	.property_list_area .main_block{
		padding:10px;}
	
	.list_title{
		font-size: 20px;
		padding: 0 0 15px;
}
	
	.list_title:before{
		 width: 18px;
		 height: 17px;
	}

.tags_search_block {
    padding: 20px 0;
}

	.addtofavourite {
		 font-size: 14px;
	}	
	
	
.property_list_area {
    padding: 50px 0;
}




.nav-container {
  position: relative;
  display: inline-block;
  overflow: visible;
  outline: none;
  margin-bottom:10px;
}
.nav-container.is-active .nav-toggle:before, .nav-container.is-active .nav-toggle:after {
  box-shadow: none;
}
.nav-container.is-active .nav-toggle:before {
  transform: rotate(-45deg);
}
.nav-container.is-active .nav-toggle:after {
  transform: rotate(45deg);
}
.nav-container.is-active .nav-items {
  transform: translate(0, 0);
}
.nav-container .nav-toggle {
  position: relative;
  z-index: 2;
}
.nav-container .nav-toggle:hover {
  cursor: pointer;
}
.nav-container .nav-toggle:before, .nav-container .nav-toggle:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
/*  height: 4px;
  background: red;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
*/}
/*.nav-container .nav-toggle:before {
  box-shadow: 0 13.3333333333px 0 0 red;
}
.nav-container .nav-toggle:after {
  box-shadow: 0 -13.3333333333px 0 0 red;
}
*/.nav-container .nav-items {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 300px;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding: 20px 20px 20px 10px;
  transition: transform 0.3s ease;
  transform: translate(calc(-100% - 50px), 0);
  background: #EFEFEF;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px 0;
  align-content: start;
  overflow-x: overlay;
}
.nav-container .nav-items .nav-item {
  background: #e2e2e2;
  padding: 10px;
  transition: background-color 0.3s ease;
}
.nav-container .nav-items .nav-item:hover {
  cursor: pointer;
  background: #d6d6d6;
}

.property_list_area .sidebar_sp .side_block{
	margin-right:0;
}

	
	#sidebar_sp .side_block {
		margin: 0 auto;
	}
	

.nav-close{
    font-size: 24px;
	font-weight:300;
    border: none;
	outline:none;
    border-radius: 6px;
    cursor: pointer;
    background: #de3f7d;
    color: #fff;
    padding: 5px;
    align-items: center;
    width: 50px;
	height:50px;
}


.sp_chngbtn{
    flex-direction: column;
    font-size: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #de3f7d;
    color: #fff;
    padding: 5px 3px;
    align-items: center;
    width: 50px;
	display:flex;
}

.sp_chngbtn img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
	width: 18px;
    margin-bottom: 5px;
}
	
	.property_main {
	  flex-direction: column;
	}
	
	.property_slider {
	  max-width: 100%;
	  margin-bottom: 40px;
	}
	
	.property_main_details {
	  padding-left: 0;
	}
	
	.property_main_details .price_tag span {
    font-size: 18px;
}
	.price_label, .property_main_details ul li .room_detailshead, .property_main_details ul li.ico_label label {
		font-size: 18px;
	}
	
	.property_contact_details h4 {
		font-size: 16px;
	}
	
	.property_main_details ul li.ico_label label{
		margin-top:10px;
	}
		
	.property_main_details .price_tag {
    font-size: 28px;
	}
	.property_main_details ul li span{
		font-size: 15px;	
	}
	
	.online_sub ul li {
	  width: 45%;
	}
	
	.online_sub ul li span {
	  width: 50px;
	  height: 50px;
	  min-width: 50px;
	  font-size: 26px;
	}
	
	.online_sub ul li p {
	  font-size: 18px;
	}
	
	.whatis_online {
	  flex-direction: column;
	}
	
	.whatis_online .area_text, .whatis_online .area_img {
	  width: 100%;
	}
	
	.whatis_online .area_text {
	  padding: 80px 15px 40px 15px;
	}
	
	.line_steps .steps dt {
		min-height: 80px;
	    font-size: 18px;
	}
	
	.line_steps .steps .number {
    	font-size: 36px;
	}
	
	.line_steps .steps dd {
	    padding: 8px 22px;
    	font-size: 18px;
	}
	
	.linesteps_title {
	 	margin-top: 0;
	}
	
	.whatis_online .area_text p {
    	font-size: 20px;
	}
	
	.contact_input_checkbox .wpcf7-list-item label, .wpcf7-radio label{
	 min-width: auto;
    font-size: 18px;
	}
	
	.form_contact dl label {
	 font-size: 18px;
	}
	
	.favorite-counter{
		font-size:12px;
		
	}
	
	
	
 .add_line{
		background-size: 160%;
    	background-position: left;
		    margin-top: 25px;
	}
	
	.map_area {
    margin-bottom: 30px;
}
	
	
	.property_other_details{
		margin: 30px auto;
	}
	
	
.detail_table {
    margin-bottom: 30px;
}
.tips_tilte, .news_tilte{	
	    padding: 56px 0 20px;
}
	
	.news_top .news_list_item p, .news_top .news_list_item time{
		font-size:14px;
	}
	
	
  .cntn_btn, .prev_btn {	
	    min-width: 160px;
	    margin: 15px auto;
        padding: 10px 12px;
        font-size: 14px;
    }
	

	
	#page-privacypolicy .inner_page_cntn h4{
    font-size: 18px;
	}
	
	#page-privacypolicy .inner_page_cntn p {
    font-size: 14px;
}
	
	
	#page-privacypolicy .inner_page_cntn .subtxt {
    font-size: 14px;
}
	
	
	
}

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

@media (max-width: 768px) {
	    .navbar .top_right .header_btn {
        font-size: 2.6vw;
    }
	
	.slick-active .slider__text{
		width: 70%;
	}
	
	.slider__content .slider__text p {
        font-size: 2.5vw;
    }
	
	.slider__content .slider__text h2 {
        font-size: 8vw;
		margin-bottom: 10px;
    	margin-left: 25px;
	}
	
	.slider__content .slider__text p {
        font-size: 2.5vw;
    }
	
		.quick_search{
		padding-top: 60px;
    	padding-bottom: 60px;
	    
		column-gap: 10px;
	}
	
	.quick_search_box {
        margin-left: 10px;
		margin-right: 10px;
    }
	
	   .quick_search_box img {
        margin-left: -10px;
        margin-top: 10px;
    }
	
	.quick_search_box span {
        left: 0px;
        font-size: 15px;
	}
	
	
	.support_guide{
		padding: 0;
	}
	
	.support_guide .title_sub {
        text-align: center;
        font-size: 16px;
		line-height: 1.5;
	}
	
	.support_guide_cntn {
		justify-content: center;
    	position: relative;
    	flex-direction: column;
	}
	
	.support_guide_cntn .support_logo {
    	width: 80px;
    	left: 10px;
    	top: 10px;
	}
	
	.support_box {
    padding: 10px;
    width: 100%;
}
	.support_logo{
		display: none;
	}
	
	
	.support_guide_text {
    padding: 20px 15px 20px 25px;
	}
	
    .support_guide_text li p {
        font-size: 14px;
    }
	
	.footer_flex {
    flex-direction: column-reverse;
}
	
	.footer_left {
    width: 100%;
	}
	
	.footer_right {
	    margin-bottom: 40px;
	}
	
	
		.kv_text {
    top: 36%;
    font-size: 18px;
    margin-left: 20%;
}

	
	
	
	.block-4 label, .block-3 label {
    width: 48%;
}
	.search_conditions_box {
		flex-direction: column;
	}
	
	.search_conditions_ttl {
	padding: 9px;
    width: 100%;
    margin-top: 30px;
	font-size: 16px;
	}
	
	.search_conditions_cntn {
		padding: 15px 15px;
	}
	
	.search_conditions_a .search_conditions_box:first-child {
    border-top:none;
}
	
	.cntn_btn_clear, .cntn_btn_serch{
		margin: 0;
	}
	
    .cntn_btn_serch, .search_conditions .cntn_btn_serch {
        min-width: auto;
        margin: 20px auto 0;
    }

	
	.trainline-list .tab_items span{
		font-size: 20px;
	}
		
	.trainline-list .tab_items{
		width: auto;
	}
	
	.pref_box li span {
		font-size: 20px;
	}
	
	.property_list_item_top{
		 flex-direction: column;
	}
	
	.property_list_item_bottom .room_heading{
		display:none;
	}
	
	.mobile_details{
		font-size:16px;
		box-shadow: 5px 5px 2px  rgba(129, 129, 129, 0.34);
background-color:#fff;

	width: 100%;
	display:flex;
	padding:10px;
	margin-bottom:15px;
		color:#242424;
	

	}
	
	.room_details{
		display:none!important;
	}
	
	
	.mobile_floorplan_img{
		margin-right:15px;
		width:100px;
	}
	
	.mobile_details .address{
	 margin-bottom: 5px;
}

.mobile_details .other{
 	margin-bottom: 5px;
}

.mobile_details .pickup_details{
	display:flex;
	align-items: baseline;
	margin-top: 15px;
}

.mobile_details .price{
    color: #d53d08;
    padding-right: 10px;
    font-weight: 600;
}

.mobile_details .price label, .mobile_details label{
	    color: #242424;
		font-size:16px;
		margin-right:10px;
		font-weight: 500;
}

.mobile_details .floorplan{
    color: #d53d08;
    padding-right: 10px;
    font-weight: 600;
}

	
.main_block_header{
	    flex-direction: column;
}

.no_ofresults {
    font-size: 20px;
    margin-bottom: 15px;
}

.property_list_item_top_main .title {
    font-size: 20px;
}

.pickup .property_list_item_top_main .title, .property_list_item_top_main .title {
    margin-bottom: 15px;
}

.property_list_item{
	padding:10px;
}

.property_list_item_top_main{
	padding:6px;

}	

.tags_search_title:before{
	width: 22px;
    height: 22px;
}

.tags_search_title {
	font-size:18px;
}

.tags_search_block ul {
    padding: 15px;
    margin-top: 10px;
    gap: 10px 40px;
}

	.tags_search_block li a{
		font-size: 16px;
	}

.line_logo {
    width: 105px;
    padding: 5px 10px;
	
}

.add_line{
	flex-direction:column
	}

.line_cntn {

    padding: 22px 10px;
}


.qr_title {
    font-size: 16px;
}
	
.property_head{
	flex-direction: column;
}	

.online_sub ul {
	flex-direction: column;
}	
	
.online_sub ul li {
   width: 98%;
}
	
.form_contact dl, .form_contact .name p{
		flex-direction: column;
	align-items: flex-start;
		
}
	
.form_contact .name .wpcf7-form-control-wrap:not(:first-child) {
    margin:10px 0 0 0;
}	

	.footer_right .navbar-brand{
		width: 80px;
		
	}
	
	.footer_right ul li a{
		font-size: 13px;
	}
	
	    .title_sub {
        font-size: 18px;
        margin-bottom: 20px;
    }

	
	footer .cntn_box li a {
    font-size: 13px;
}
	
	footer h4 {
      font-size: 18px;
    margin-bottom: 5px;
}
	
	footer h4:before{
		width: 25px;
    	height: 25px;
	}

	footer .cntn_box {
    margin-bottom: 20px;
}

	.copyright {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
	
	
	.page-conatct_wrap{
		margin: 40px auto 
	}
	
	.form_contact {
    padding-top: 30px;
}
	
	.page-conatct_wrap h3 {
    font-size: 22px;
	}
	
	
	.inner_flex .text_area{
        width: 94%;
		font-size: 14px;
        line-height: 1.6;
		padding: 15px;
	}
	
	#page-about .company_details .inner_page_cntn .subpage_title{
		 margin-bottom: 15px;
	}
	
#page-about .inner_page_cntn .subpage_title{
		 margin-bottom: 0;
	}
	
	.inner_page_cntn .subpage_title h3 {
        padding: 10px 20px;
        font-size: 28px;
        line-height: .85;
	}
	
	.inner_page_cntn {
    margin-bottom: 50px;
}
	
	.about_renting .tilte_sub{
		font-size: 18px;
	}
	
	.about_renting .text_box {
		margin-top: 20px;
        font-size: 14px;
	}
	
	.top_choose_us {
    padding: 20px 0;
}
	
	
	.tips {
    padding: 40px 0 0;
}
	
	.tips_tilte .title, .news_tilte .title{
        font-size: 21px;
    }
	
	.faq{
		padding: 12px;
	}
	
	.question p, .answers p, #page-faq .faq .answers p  { 
    font-size: 15px;
}
	#page-faq .faq .answers{
		padding:10px;
		margin-bottom: 20px;
	}
	
	    .faq {
			margin: 40px auto;
	}
	

	
	#page-faq .faq .question:before {
    font-size: 24px;
}
	#page-faq .faq .question p {
    margin-left: 32px;
}
	
	.flow {
    padding: 0 20px;
    margin: 50px auto 0;
}

	.flow_cntn {
    padding-left: 10px;
	}
	
	 .flow_text {
     padding: 15px 0 15px 20px;
    font-size: 15px;
	}
	
	.pref_box li .desc{
		padding: 15px 0;
		font-size: 15px;
	}
	
	.search_other {
		    padding: 25px;
	}
	
	.flow_title span {
    width: 36px;
    height: 36px;
    font-size: 20px;
    padding: 5px 8px;
    margin-right: 15px;
}
	
	.flow_title {
    font-size: 18px;
	}
	
	    .faq .title_sub {
        margin: 20px auto 10px;
        font-size: 20px;
    }
	
	
	    .news_top .news_ttl {
        font-size: 26px;
        margin-bottom: 15px;
    }
	
	.search_other{
		font-size: 14px;
		margin: 40px auto 30px;
	}
	
	.kv-search-page{
		height: 210px;
		margin-bottom: 30px;
	}
	
	.page_areasearch {
	    padding: 80px 0 80px;
		margin: 0 auto 30px;
		
		
	}
	
	.area_srch .kv-search-page{
		margin-bottom: 30px;
	}
	
	.trainline-list .tab_sec span {
		font-size: 18px;
		padding: 11px 5px 10px;

	}
	
	.page_areasearch .trainline-list .tab_sec span{
			padding: 11px 5px 10px;
	}
	
	 .search_title {
		padding: 28px 15px;
		font-size: 32px; 
	}
	
	
	.property_list_item_top_main .trainline, .property_list_item_top_main .address, .property_list_item_top_main .others{
		font-size: 15px;
	}
	
	footer {
    padding: 40px 0 130px;
	}
	
	    .todofuken {
        padding: 0 15px 0;
    }
	
	.todofuken_title, .train-line-title {
    padding: 20px 20px 15px 0;
    font-size: 22px;
}
	
	.trainline-list .city_list, .trainline-list .station-list {
    padding-bottom: 40px;
}
	
	    .city_list, .station-list {
        gap: 13px;
    }
	
	
	
.city_list li label, .station-list li label {
    padding: 10px 10px 11px;
	}
	
	
	.whatis_online{
		margin: 40px 0;
	}
	
	.whatis_online .area_text {
        padding: 40px 15px 40px 15px;
    }
	
	.whatis_online .area_text h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.whatis_online .area_text p {
        font-size: 15px;
        line-height: 1.5;
    }
	
	    .online_sub {
        padding: 20px 16px 40px;
    }
	
	.online_sub h3 {
    	font-size: 18px;
		margin-bottom: 35px;
	}
	
	
	
	
	    .online_sub ul li span {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 20px;
		margin-left: -50px;
		margin-right: 10px;
			
    }
	
	.online_sub ul {
		gap:20px;
	}
	
	
	.online_sub ul li p {
        font-size: 15px;
    }
	
	    .linesteps_title h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
	
	
	.page-conatct .caption {
    padding: 20px 0;
    font-size: 17px;

}
	
	#page-pref .search_conditions {
		margin: 50px auto 0;
	}
	
	
	.condition_title {
    padding: 15px 30px;
    width: 100%;
    font-size: 22px;
    margin-bottom: 15px;
}
	
	.company_details{
		    padding: 0 0 55px;
	}
	
	.bottom_contact .contact_no p{
		 	font-size: 6.25vw;
	}
	
.news_top .news_list li, #page-info .news_list li{
		 	width:100%;
}
	
	#page-info .news_list{
		margin-top:0;
	}

.news_top .news_list_item p, #page-info .news_list_item p{
		 	height:auto;
}
	
.post .property_body .list_title{
        font-size: 18px;
}


.post .property_main p
{
    font-size: 15px;
}
	
	.property_main_details ul li label, .property_main_details .price_cntn ul li label{
		    min-width: 140px;
	}	

	
	
	.post_info{
		    margin-top: 0;
		    margin-bottom:30px;
		flex-direction: column;
	}	
	
	
	.post_info .news_cover, .post .property_body {
    width: 100%;
}
	
	
	
	
}


@media (max-width: 500px) {
	
	.navbar-brand{
		width: 50px;
	}
	
	.navbar .top_right .header_btn {
	  padding: 13px 4px;
	  font-size: 3.4vw;
	}
	.navbar .top_right {
	  justify-content: flex-start;
	}
	
	
    .slider__content .slider__text p {
        font-size: 3vw;
        line-height: 1.5;
    }
	
	 .slider__content .slider__text span {
        font-size: 3.7vw;
    }
	
	input[type="text"].ellipsis {
    padding-left: 35px;
    background-size: 19px;
	}
	
	.ellipsis {
	padding: 10px 25px 10px 15px;
	}
	
	button[type="submit"].ellipsis {
    font-size: 14px;
    padding: 10px;

	}

.top_search_bar .wrapper:nth-child(4){
    max-width:90px;
}
	
	.quick_search{
		flex-direction: column;
		row-gap: 20px;
	}

 .quick_search_box {
        margin-left: 0;
        margin-right: 0;
        max-height: 120px;
        display: flex;
        overflow: hidden;
        align-items:center;
    }
  

 .quick_search_box img {
        margin-left: 0;
        margin-top: 10px;
        height: 100%;
    }


    .quick_search_box span {
        left: 0px;
        bottom:0;
}



	
	.top_choose_us .title_sub {
		margin-bottom: 50px;
	}
	
	.top_choose_us_list ul {
    gap: 35px 20px;
	}
	
	
	.top_choose_us_list li {
    width: 100%;
    height: auto;
    font-size:16px;
    padding: 35px 0 15px;
}
	
	.top_choose_us_list li::before, .top_choose_us_list li::after {
    width: 50px;
    height: 50px;
    top: -25px;
}
	
	.tips_list li {
    width: 46%;
	}
	
	
	.sub_title {
	  padding: 20px 10px;
	  font-size: 18px;
  	  width: 100%;
	}
	
	
	.kv-sub-page {
		margin-top: 0;
		z-index: -1;
		padding-right: 0;
	}
	
	
	.sub_page_title{
		margin: 25px auto;
	}
	
	.sub_page_title h2 {
	  font-size: 6.5vw;
	}
	
	
	.sub_page_title span {
	  margin-right: 15px;
	  font-size: 4.25vw;
	}
	
	
	.kv_text {
	  display: none;
	}
	
	
	.bottom_contact .contact_details .list_top li {
	  width: 100%;
	}
	
	
	.bottom_contact .contact_no {
	  background-size: 37px;
	  background-position: 18px 30px;
	  padding: 20px 15px 25px 60px;
	  margin-top: 20px;
	  height: auto;
		min-width: auto;
	}
	
	
	/*.bottom_contact .contact_no p {
	  font-size: 30px;
	}*/
	
	
	.bottom_contact .contact_no span {
	  font-size: 16px;
	}
	
	
	.company_col {
	  flex-direction: column;
	}
	
	
	.detail__text {
	  margin-left: 0;
	  padding: 30px 15px;
	}
	
	
	.detail_title {
	  margin-left: 20px;
	}
	
	
	.detail__text ul li p {
	  width: 100%;
	  margin-bottom:5px;
	}
	
	.city_list li, .station-list li{
		width: 100%;
	}
	
	
	.search_other ul {
    gap: 15px;
    flex-direction: column;
}
	
	.search_other ul li {
    width: 100%;
}

	.search_other ul li a {
    padding: 6px;
    font-size: 16px;
	}
	
    .search_other ul li a:before {
        width: 30px;
    height: 48px;
		margin-right: 10px;
	}
	
	.btn_wrap{
		flex-direction: column;}

	
	.trainline-list .tab_items span{
		padding: 4px 13px 7px;
    	font-size: 16px;
	}
	
	.pref_box li{
		width: 100%;
	}
	
	.property_list_item_top_pic{
		width:100%;

	}
	
	.property_list_item_top_main .pickup_details .price{
		font-size:34px;
	}
	.property_list_item_top_main .pickup_details .price span{
		font-size:20px;	
	}
	
	
.property_main_details ul, .property_main_details .property_info {
		flex-direction: column;
	}
	
	
	.w25, .w75{
		width: 100%;
	}
	
	
	.property_other_details table ,.property_other_details thead, .property_other_details tbody, .property_other_details tfoot, .property_other_details tr, .property_other_details td, .property_other_details th{
		display: block;
	}
	
	.property_other_details .detail_table table td, .property_other_details .detail_table table th{
		padding: 10px 14px;
	}
	.property_main_details .price_cntn ul li:nth-child(odd), .property_main_details .property_info ul:first-child, .property_main_details .price_cntn ul li:nth-child(even), .property_main_details .property_info ul:last-child{
		width: 100%;
	}
	
	.addtofavourite{
		width: 100%;
	}
	
	.property_contact_details .contact li {
    width: 100%;
	}
	
	.line_steps .steps dd{
		 padding: 8px 15px;
    	font-size: 15px;
	}

	
	
	.linesteps_title {
    margin-bottom: 25px;
	}
	
	.line_steps{
		padding:  20px 0;
	}
	
	    .line_steps .steps .number {
        font-size: 28px;
    }
	
	    .line_steps .steps dt {
        min-height: 60px;
        font-size: 14px;
    }
	
	.line_steps .steps {
    padding-bottom: 35px;
	}
	
	
	.line_steps .steps::after {
    height: 35px;
	}
	
	
	.bottom_contact .contact_details .list_top{
		padding-left: 0;
	}
	
	
#page-contact-line .caption {
    padding: 30px 0;
    font-size: 18px;
	}
	
	.form_contact .wpcf7-list-item.first{
		display: block;
		
	}

.about_renting .text_box{
    padding: 10px;
}


	.fixed-contact li .cntc_bttn, .fixed-contact li .line_bttn_ftr{
		width: auto;
		font-size: 15px;
	}
	
	
	#bottom-banner p {
    font-size: 14px;
    color: #fff;
}
	
	
	.fixed-contact li .cntc_bttn, .fixed-contact li .line_bttn_ftr{
		padding: 13px 15px 15px 35px;
	}

	
	.fixed-contact li .cntc_bttn:before{
		background-size: 20px;
		width: 20px;
		height: 31px;
		left: 10px;
		top: 18px;
	}
	
	.fixed-contact li .line_bttn_ftr:before{
	    background-size: 20px;
		position: absolute;
		width: 20px;
		height: 31px;
		left: 10px;
	}
	
	.slider-nav{
		gap: 12.5px;
    	justify-content: center;
	}
	
	.slider-nav .thumb {
    	width: 28%;
	}
	
	.contact_input_checkbox .wpcf7-list-item label, .wpcf7-radio label, .form_contact .wpcf7-list-item, .form_contact .age-select .wpcf7-form-control-wrap select{
		min-width: 100%;
		
	}
	
	.contact_input_checkbox .wpcf7-list-item label, .wpcf7-radio label{
		 padding: 8px 10px;
		font-size: 16px;
	}
	
    .form_contact select {
        padding: 8px 35px 8px 10px;
		 font-size: 16px;
	}
	
	.form_contact dl{
		padding: 6px 0;
}
	
	.form_contact dt {
		margin-bottom: 5px;
	    padding-top: 5px;
	}
	
	  .form_contact dl label, .wpcf7-text, .wpcf7-textarea {
        font-size: 16px;
    }
	
	.input_radio input[type=radio] + span:before, .wpcf7-radio input[type=radio] + span:before{
		width: 22px;
    	height: 22px;
	}
	
	.privacy_text {
		    padding-top: 10px;
    font-size: 14px;
	}
	
	.form_contact .cntn_btn {
    margin-top: 20px;
	}
	
	.bottom_contact .contact_details .list_top{
		gap: 10px;
	}
	
	.sm_none{
		display:none;
	}
	
	.about_renting .box_img{
		width:100%;
	}
	
	
	.block-4 label, .block-3 label{
		width:100%;	
	}
	
	    .bottom_contact .contact_no p {
        font-size: 8.25vw;
		margin-bottom: 5px;	
    }
	
	.condtion-select{
    margin-bottom: 5px;
		max-width: 100%;
		
	}
}




@media (max-width: 320px) {
.property_list_area .sidebar_sp .side_block{
	width:100%;
}
	
	#bottom-banner ul.fixed-contact {
    flex-direction: column;
}
	
	.fixed-contact li {
		width:100%;
		padding: 4px 5px;
		justify-content: center!important;
	}
	


}