@charset "utf-8";
/* CSS Document */
#header * {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}





/*---------------------------------------*/
/* header
------------------------------*/
.l-header-wrap-kasou{
	height: 70px;
}

.l-header *{
	box-sizing: border-box;
	        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', 'Noto Sans JP', sans-serif;
}
.l-header {
	position: fixed;
	height: 70px;
	z-index: 100;
	width: 100%;
	background: #fff;
}

.company-tel {
	font-family: 'Noto Sans JP', sans-serif;
}
#info-wrraper {
	    position: absolute;
	    left: 20px;
	    top: 15px;
}
.header-wrap {
	display: flex;
	padding: 21px 42px 10px 40px;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	}
  
  .btn-wrap {
		display: flex;
		width: fit-content;
		padding: 4px 0 0;
		position: absolute;
		right: 30px;
		top: 15px;
	}
  
  .header-favorite-btn-wrap{
	margin-right: 30px;
	display: block;
	text-align: center;
  }
	.favorite-btn:hover {
		color: unset;
		text-decoration: unset;
		opacity: 0.8;
	}
  
  .favorite-btn::before{
	content: "";
	background-image: url(../images/top/favorite-off.png);
	background-repeat: none;
	background-position: center;
	background-size: cover;
	width: 26px;
	height: 24px;
	display: block;
	margin: 0 auto;
	margin-bottom: 4px;
	}
  
  .favorite-btn.favorite-btn-on::before{
	background-image: url(../images/top/favorite-on.png);
  }
  
  .header-text {
	font-size: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
	  "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #221815;
	}
  
  .menu-btn {
	display: block;
	text-align: center;
  }
  
  .menu-bar {
	background-color: #221815;
	width: 26.55px;
	height: 2px;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
	transition: transform 0.7s;
  }
    .business-hour {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  .menu-bar:nth-child(2) {
	margin-bottom: 9px;
	}
  
  .menu-open .menu-bar:nth-child(1) {
	transform: translateY(8.5px) rotate(150deg);
  }
  
  .menu-open .menu-bar:nth-child(2) {
	transform: translateY(-8.5px) rotate(-150deg);
  }
  
  /* favorite-menu
  ------------------------------*/
  .favorite-menu{
	position: absolute;
	background-color: #fff;
	width: 100%;
	z-index: 20;
	}
  
  .favorite-menu.favorite-menu-open{
	display: block;
	animation: SlideIn 3s;
	}
  
  .favorite-menu{
	display: block;
	animation: SlideOut 3s;
	padding: 20px 0 0;
	margin-top: 37px
	}
  
  @keyframes SlideIn {
	0% {
	  opacity: 0;
	  transform: translateX(1200px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
  @keyframes SlideOut {
	0% {
	  opacity: 1;
	  transform: translateX(0);
	}
	100% {
	  opacity: 0;
	  transform: translateX(200px);
	}
  }
  
  .favorite-slider{
	border-bottom: solid 1px #a0a0a0;
	padding-bottom: 19px;
	}
  
  .favorite-menu-wrap{
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 31px;
  }
  
  .slider-card{
	padding-bottom: 24px;
	border-bottom: solid 1px #a0a0a0;
	margin-bottom: 28px;
  }
  
  .house-list{
		width: 1110px;
	}
	.house-list li:not(:last-child) {
		margin-right: 10px;
	}
  
  .house-card-ele{
	width: 252px;
	position: relative;
	}
.house-card-ele a:hover {
	text-decoration: unset;
	opacity: 0.7;
}
  
  .house-img{
	width: 252px;
	height: 188px;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	}
.house-img img {
	max-width: 252px;
	max-height: 188px;
	object-fit: cover;
}
  
  .house-img-photo{
	object-fit: cover;
	width: 100%;
	}
  
  .house-name{
	font-size: 12px;
	font-weight: 600;
	color: #221815;
	letter-spacing: 0.06em;
	margin-bottom: 1px;
	line-height: 1.54;
	}
  
  .house-card-price{
	font-size: calc(18px * 253 / 397);
	font-weight: bold;
	color: #221815;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
	}
  
  .house-card-address{
	font-size: 12px;
	font-weight: 500;
	color: #221815;
	letter-spacing: 0.1em;
	line-height: 1.2;
	}
  
  .check-box{
	position: absolute;
	width: 31px;
	height: 32px;
	background-color: #fff;
	top: 0;
	/* left: -1px; */
	/* text-align: center; */
	display: block;
	}
	.check-box input {
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 32px;
	cursor: pointer;
	}
  
  .check-box::after{
	content: "";
	background-image: url(../images/top/check-mark-off.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 26px;
	height: 30px;
	display: block;
	/* margin: 10px 0 0 4px; */
	position: absolute;
	top: 0;
	}
  
  .check-box.is-active::after{
	background-image: url(../images/top/check-mark-on.png);
	background-size: auto;
	}
  
  .slick-dots {
	  position: absolute;
	  margin: 0 auto;
	  left: 0;
	  right: 0;
	  bottom: -36px;
	  display: flex!important;
	  width: fit-content;
	 }
  .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 28px;
	background: #a0a0a0;
	box-shadow: unset;
	display: block;
	border: unset;
	text-indent: -9999px;
	margin: 0 5px;
	}
  
  .slick-dots li.slick-active {
	background: #221815;
	}
  
  
  .slick-arrow{
	cursor: pointer;
	background: url(/images/top/arrow-prev.png) no-repeat center / cover;
	border: none;
	font-size: 0;
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: -59px;
	}
  
  .slick-next{
	right: -7px;
	z-index: 20;
	background: url(/images/top/arrow-next.png) no-repeat center / cover;
	}
  
  .contact-btn{
	border: solid 2px #221815;
	text-align: center;
	width: 337px;
	height: 85px;
	margin: 68px auto 0;
	padding: 20px 0 0;
	display: block;
	}
	.contact-btn:hover {
		text-decoration: unset;
		color: unset;
		opacity: 0.7;
	}
  
  .contact-btn-text{
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #221815;
  }
  
  .contact-btn-text:first-child{
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 4px;
	}
  
  .contact-btn-text:last-child{
	font-size: 17px;
	font-weight: bold;
	}
  
  /* menu-drawer
  ------------------------------*/
  .menu-drawer{
	width: 384px;
	position: absolute;
	background-color: #fff;
	z-index: 20;
	right: 0;
	}
  
  .menu-drawer.drawer-open{
	display: block;
	animation: SlideInDrawer 1.6s;
	margin-top: 27px;
  }
  
  .menu-drawer{
	display: block;
	animation: SlideOutDrawer 1.6s forwards;
  }
  
  @keyframes SlideInDrawer {
	0% {
	  opacity: 0;
	  transform: translateX(384px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
  @keyframes SlideOutDrawer {
	0% {
	  opacity: 1;
	  transform: translateX(0);
	}
	100% {
	  opacity: 0;
	  transform: translateX(384px);
	  display: none;
	}
  }
  
  .menu-drawer-wrap{
	width: 303px;
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 58px;
  }
  
  .drawer-link-wrap{
	margin-bottom: 18px;
 	position: relative;
}
  
  .drawer-link-wrap:last-child{
	margin-bottom: 43px;
  }
  .drawer-link-wrap::after {
	content: "";
    position: absolute;
    background: url(/images/top/icon-arrow.png)no-repeat;
    width: 18px;
    height: 15px;
    top: 0;
    right: 0;
  }
  .drawer-link{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #221815;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 14px;
	border-bottom: solid 1px #221815;
	line-height: 14.4px;
  }
  
  .drawer-link:hover{
	color: #221815;
  }
  
  .drawer-link::after{
	content: "";
	background-image: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 14px;
	height: 12px;
	display: block;
  }
  
  .tel-box{
	padding-top: 22px;
	padding-bottom: 18px;
	border: solid 1px #221815;
	text-align: center;
	margin-bottom: 20px;
  }
  
  .menu-drawer .link-list{
	margin-bottom: 37px;
  }
  
  .menu-drawer .link-list .link-contents{
	padding-left: 6px;
	padding-right: 6px;
  }
  
  .menu-drawer .link-list .link-contents .link-text{
	font-size: 12px;
  }
  
  .menu-drawer .sns-ttl::after{
	text-align: center;
	display: inline-block;
  }
  
  .menu-drawer .sns-flex{
	width: 214px;
	margin: 0 auto;
  }

  .txt-tel {
	width: 220px;
	height: auto;
	margin-bottom: 7px;
  }