@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.va-middle {
	vertical-align: middle;
}
.va-sub {
	vertical-align: sub;
}
.ls-narrow {
	letter-spacing: -0.15em;
}
.ls-normal {
	letter-spacing: 0;
}
.ls-wide {
	letter-spacing: 0.15em;
}
#main,#main .w_box {
	position: relative;
}
#main h1 {
	text-align: center;
	background: url(/wp-content/uploads/page_ttl_ribbon.png) no-repeat center / 100% 100%;
  	font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  	z-index: 10;
  	position: relative;
}
#main .w_box:before {
	content: "";
	background: url(/wp-content/uploads/house_roof.png) no-repeat left top / 100% 100%;
	display: block;
	width: 100%;
	left: 0;
	position: absolute;
}
.rakuda_right {
	position: absolute;
	z-index: 11;
}
#page-lead .lead {
	text-align: center;
}
.page_h2 {
	font-weight: bold;
	position: relative;
	color: #99e1d7;
	padding-bottom: 0.4em;
}
.page_h2:after {
	content: "";
	height: 2px;
	width: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	background: #222;
}

    .rakuda_right2{
        display: none;
    }
@media print, screen and ( min-width : 769px ) {
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 20vw / 46vw auto;
	}
	#main h1 {
		font-size: 20px;
		width: 441px;
		height: 60px;
		padding-top: 6px;
		margin: -30px auto 40px;
	}
	#main .w_box {
		margin-top: 80px;
	}
	#main .w_box:before {
		height: 50px;
		margin-top: -80px;
	}
	.rakuda_right {
		width: 24%;
		right: 0;
		top: 80px;
	}
	.ttl_rakuda_icon {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media print, screen and ( max-width : 1600px ) {
	.rakuda_right {
        width: 398px;
        right: -340px;
        top: 0;
	}
    .rakuda_right1{
        display: none;
    }
    .rakuda_right2{
        display: block;
    }
}
@media only screen and ( max-width : 768px ) {
	#main {
		background: url(/wp-content/uploads/rakuda_left.png) no-repeat 0 20vw / 46vw auto;
	}
	.rakuda_right {
		width: 20%;
        right: -50px;
		top: 60px;
	}
	#main .w_box {
		margin-top: 80px;
	}
	#main .w_box:before {
		height: 40px;
		margin-top: -40px;
	}
	#main h1 {
		font-size: 16px;
		width: 300px;
		height: 41px;
		padding-top: 3px;
		margin: -20px auto 20px;
	}
	.ttl_rakuda_icon {
		display: block;
		margin: 0 auto 20px;
		width: 100px;
	}
	.logo-rakuda {
		width: 100px;
		display: block;
		margin: 0 auto;
	}
}
@media only screen and ( max-width : 640px ) {
	#main .w_box {
		margin-top: 40px;
	}
	#main .w_box:before {
		height: 40px;
		margin-top: -55px;
	}
	.rakuda_right {
		width: 24%;
		top: 60px;
	}
}
@media only screen and ( max-width : 375px ) {
	#main h1 {
		font-size: 14px;
		width: 258px;
		height: 35px;
		padding-top: 2px;
	}
}



/* ---------------------------------------------------------------------------------------------

　   ラクルの使い方

--------------------------------------------------------------------------------------------- */

.logo-rakuda{
	text-align: center;
}
@media only screen and ( max-width : 768px ) {
}


@media print, screen and ( min-width : 769px ) {

	#use article {
		width: 100%;
		margin-right: 0;
	}
	.step{
		width:300px;
		margin-right: 30px;
	}
	#use article .txt {
		flex: 1;
		padding-right: 0;
		padding-left: 0;
	}
	#use article .step_txt span{
		color:#86d7d3;
	}
	#use article .txt p {
		line-height: 2em;
	}
}



/* ---------------------------------------------------------------------------------------------

　   ラクルとは

--------------------------------------------------------------------------------------------- */

.point-title{
	background: #f1f1f1;
}
.point-title h4{
	margin-bottom: 0;
	text-align: center;
}

@media only screen and ( max-width : 768px ) {
	.point-title{
		padding:20px;
	}
	.point-title h4{
		font-size:20px;
	}
}


@media print, screen and ( min-width : 769px ) {
	.box-point{
		width:49%;
	}
	.point-title{
		padding:40px 20px;
		height:200px;
	}
	.point-title h4{
		font-size:40px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   会社概要とスタッフ挨拶

--------------------------------------------------------------------------------------------- */
.bg_yellow {
	background: #fcf74f;
}
.bg_gray {
	background: #f4f4f4;
}
.company_box {
	position: relative;
}
.company_box h3 {
	padding-left: 1rem;
}
.company_box h3 span {
	display: inline-block;
	padding: 7px 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
	margin-left: -1rem;
	line-height: 1em;
	min-width: 80px;
}
.bg_yellow h3 span {
	background: #fff;
}
.bg_gray h3 span {
	background: #fcf74f;
}
.company_box .txt p {
	padding-left: 1rem;
}
.representative_box_txt {
	position: relative;
}
.representative_box_txt:before {
	content: "";
	position: absolute;
	z-index: 10;
}
.representative_box_img {
	background: url(/wp-content/uploads/representative_bg.jpg) no-repeat center;
	position: relative;
}
.representative_box_img img {
	position: absolute;
	z-index: 11;
	bottom: 0;
}
@media only screen and ( max-width : 768px ) {
	.company_box {
		margin-bottom: 8px;
	}
	.company_box .txt {
		padding: 15px;
	}
	.company01 {
		text-align: center;
	}
	.company02 img,.company03 img {
		width: 100%;
	}
	.representative_box_img {
		width: 100%;
		height: 220px;
	}
	.representative_box_txt:before {
		background: url(/wp-content/uploads/yellow_slanting_side.png) no-repeat center / 100% 100%;
		width: 100%;
		height: 50px;
		left: 0;
		top: -49px;
	}
	.representative_box_img img {
		z-index: 9;
		width: 200px;
		right: 20px;
	}
	.greeting_box .img,.memo_box .memo {
		margin-top: 8px;
	}
	.greeting_box .img img {
		width: 49%;
		height: 100%;
	}
}


@media print, screen and ( min-width : 769px ) {
	.company_box .txt {
		padding: 20px;
	}
	.company01 {
		width: 56%;
		margin-right: 1%;
	}
	.company01 img {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -128.5px;
	}
	.company02 {
		width: 43%;
	}
	.company03 {
		width: 100%;
		margin-top: 8px;
	}
	.company03 .img {
		width: 40%;
		margin-right: 1%;
	}
	.company03 .txt {
		width: 70%;
	}
	.company04 {
		width: 100%;
		margin-top: 8px;
	}
	.representative_box_txt {
		width: 62%;
	}
	.representative_box_txt:before {
		background: url(/wp-content/uploads/yellow_slanting_vertical.png) no-repeat center / 100% 100%;
		width: 93px;
		height: 100%;
		left: -93px;
		top: 0;
	}
	.representative_box_txt h3 {
		font-size: 24px;
	}
	.representative_box_txt p,.staff_box_txt p {
		width: 80%;
		margin-left: 20px;
		line-height: 2em;
		padding-bottom: 20px;
	}
	.representative_box_img {
		width: 38%;
	}
	.representative_box_img img {
		right: 0;
	}
	.greeting_box,.memo_box {
		margin-top: 8px;
	}
	.greeting_box .txt {
		width: 79%;
		margin-right: 1%;
	}
	.greeting_box .txt p {
		width: 80%;
	}
	.greeting_box .img {
		width: 20%;
	}
	.greeting_box .img img {
		width: 100%;
		margin-bottom: 8px;
		display: block;
	}
	.greeting_box .img img:last-child {
		margin-bottom: 0;
	}
	.memo_box .memo {
		width: 24.25%;
		margin-right: 1%;
	}
	.memo_box .memo:last-child {
		margin-right: 0;
	}
	.staff_box_img {
		width: 32%;
		margin-right: 1%;
	}
	.staff_box_txt {
		width: 67%;
	}
}

/* ---------------------------------------------------------------------------------------------

　   お部屋探して

--------------------------------------------------------------------------------------------- */
.contact_lead {
	color: #535353;
	text-align: center;
}
.contact_lead span {
	color: #99e1d7;
	text-decoration: underline;
}
.form_step li {
	position: relative;
}
.form_step li:after {
	content: "";
	height: 3px;
	background: #fcf74f;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
}
.form_step li:last-child:after {
	content: none;
}
.form_step li .form_step_balloon {
	position: absolute;
}

.wpcf7-form dt,
.search_container dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.wpcf7-form dd,
.search_container dd {
	margin-bottom: 1.5em;
}

.tel_contact {
	background: #f4f4f4;
}
.tel_contact h3 {
	text-align: center;
}
.tel_contact .txt {
	background: #fff;
	text-align: center;
	padding: 0.5em;
}
.tel_contact .tel_num {
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.tel_contact .tel_num .tel_icon {
	display: inline-block;
	background: #343434;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6em;
	margin-right: 0.5em;
	width: 1.6em;
	height: 1.6em;
}
form .required{
    color: #fff;
    margin-left: 1em;
    background-color: #ff8db6;
    padding: 0.5em 1em;
    font-size: 0.7em;
    font-weight: normal;
}
form .any{
    color: #99e1d7;
    border: 1px solid #99e1d7;
    margin-left: 1em;
    background-color: #fff;
    padding: 0.5em 1em;
    font-size: 0.7em;
    font-weight: normal;
}

.wpcf7-recaptcha > div {
    margin: 0 auto;
}

@media only screen and ( max-width : 768px ) {
	.form_step {
		max-width: 80%;
	}
	.form_step {
		max-width: 250px;
		margin: 0 auto 20px;
	}
	.form_step li {
		width: 32%;
		margin-right: 2%;
	}
	.form_step li:last-child {
		margin-right: 0;
	}
	.form_step li:after {
		width: 2%;
		right: -2%;
	}
	.form_step li .form_step_balloon {
		right: -40px;
		top: -10px;
		width: 60px;
	}
	.contact_lead {
		font-size: 18px;
	}
	.tel_contact {
		padding: 15px;
	}
	.tel_contact .tel_num {
		font-size: 24px;
	}
	.tel_contact .tel_num .tel_icon {
		font-size: 15px;
	}

}
@media only screen and ( max-width : 480px ) {
	.form_step {
		max-width: 210px;
		margin: 0;
		margin-bottom: 20px;
	}
	.contact_lead {
		font-size: 15px;
	}
	.form_step li .form_step_balloon {
		width: 50px;
	}
}
@media only screen and ( max-width : 320px ) {
	.form_step {
		max-width: 180px;
	}

}
@media print, screen and ( min-width : 769px ) {
	.contact_lead {
		font-size: 30px;
	}
	.form_step li {
		margin-right: 40px;
	}
	.form_step li:last-child {
		margin-right: 0;
	}
	.form_step li:after {
		width: 30px;
		right: -35px;
	}
	.form_step li .form_step_balloon {
		right: -90px;
		top: -30px;
	}
	.wpcf7-form dt,
	.search_container dt {
		font-size: 20px;
	}
	.wpcf7-form dd,
	.search_container dd {
		font-size: 16px;
	}
	.tel_contact {
		padding: 20px;
	}
	.tel_contact .tel_num {
		font-size: 36px;
	}
	.tel_contact .tel_num .tel_icon {
		font-size: 20px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */
.voice_ttl{
    font-family: "ten-mincho",serif;
    background-image: url(/wp-content/uploads/fukidasi.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 19% 60px;
    margin-bottom: -15px;
    z-index: 97;
}
.voice-thum{
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #999;
}
.dashbox{
    border: 1px dashed #b0b0b0;
}
.dashbox dt{
    font-family: "heisei-maru-gothic-std",sans-serif;
    counter-increment: dashbox_dt;
    margin-left: 20px;
    padding: 20px 20px 20px 55px;
    position: relative;
    color: #b0b0b0;
    font-weight: bold;
    font-size: 20px;
}
.dashbox dt::before{
    content: counter(dashbox_dt);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    font-weight: bold;
    color: #fcf74f;
}
.dashbox dd{
    padding: 0px 20px 20px 75px;
}
.dashbox dd:not(:last-child){
    border-bottom: 1px dashed #b0b0b0;
}

@media only screen and ( max-width : 768px ) {
    .dashbox dd{
        padding: 0px 20px 20px 20px;
    }
}


@media print, screen and ( min-width : 769px ) {
}

/* ---------------------------------------------------------------------------------------------

　   zero

--------------------------------------------------------------------------------------------- */
.slick-slide img {
    margin: 0 auto;
}
.zero_table{
    width: 100%;
}
.zero_table th{
    background-color: #f4f4f4;
    width: 15%;
}
.zero_table td{
    width: 35%;
}
.zero_table th,
.zero_table td{
    padding: 1em;
    border: 1px solid #ccc;
}

.zero_bg{
    padding: 1em;
    background-color: #f4f4f4;
}

.search_setubi label{
    width: 24%;
    display: inline-block;
}

.slick-prev,
.slick-next {
    z-index: 12;
}
.slick-prev:before,
.slick-next:before {
    color: #ccc!important;
}

.slider-for img {
    width: 100%;
    height: 55vw;
    max-height: 80vh;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.slider-nav img {
/*    width: 100px;
    max-height: 100px;*/
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

@media only screen and ( max-width : 768px ) {
}


@media print, screen and ( min-width : 769px ) {
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 768px ) {
}


@media print, screen and ( min-width : 769px ) {
}