@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap);

* {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 16px;
	background-color: #f2f2f2;
	min-width: 1030px;
}

a {
	text-decoration: none;
	color: #000;

}

ul li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}



/***   ***/

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

.float_sa {
	display: flex;
	justify-content: space-around;
}

.float_ce {
	display: flex;
	justify-content: center;
}

.float_ft {
	display: flex;
	justify-content: flex-start;
}

.float_en {
	display: flex;
	justify-content: flex-end;
}

/*******************/
.main_cont {
	width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}


.inner {
	width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}


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


.top_scroll_inner {
	margin: 0 auto;
	position: relative;
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1030px;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	transform: translateY(-200%);
	background-color: #fff100;
	z-index: 10000;
	transition: transform 0.3s;
	border-bottom: 2px solid #000;
}



.is-show {
	transform: translateY(0);
}

.is-show .top_scroll_inner {
	margin: o auto;
	padding: 0 15px;
}



/*******************/
.slide_area {}

.room_img_area {
	position: relative;
}

.slide_area ul {
	display: flex;

}

.slide_area ul li {
	width: 33%;
	overflow: hidden;
	margin: 10px 20px;
	position: relative;
}

.slide_area ul li .room_img img {
	width: 100%;
	border-radius: 5px;
}

.slide_area ul li:hover {}

.slide_area ul li p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 7px;
}

.icon_sold img {
	max-width: 100% !important;
	width: 51px !important;
	position: absolute;
	top: 0;
	left: 8px;
}

.room_icon {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

/*******************/
.slick-prev,
.slick-next {
	width: 30px !important;
	height: 33px !important;
}

.slick-prev:before,
.slick-next:before {
	width: 30px;
	height: 30px;
	font-family: none !important;
	color: transparent !important;
	opacity: 1 !important;
	font-size: 30px !important;
	background-repeat: no-repeat !important;
}

.slick-prev:before {
	background-image: url("../images/top/slide_left.png") !important;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.slick-prev:before {
		background-image: url("../images/top/slide_left@2x.png") !important;
		background-size: 30px 30px;
	}
}

.slick-next:before {
	background-image: url("../images/top/slide_right.png") !important;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.slick-next:before {
		background-image: url("../images/top/slide_right@2x.png") !important;
		background-size: 30px 30px;
	}
}

.slick-prev,
.slick-next {
	bottom: 50% !important;
	top: auto !important;
}

.slick-next {
	right: 6px !important;

}

.slick-prev {
	left: 6px !important;
	z-index: 10;
}





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

.pan_list {
	margin-top: 8px;
	width: 100%;

}

.pan_list ul {
	width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}


.pan_list ul li {
	margin-right: 13px;
	font-size: 12px;
	font-weight: 700;
}

.pan_list ul li:last-child a {
	margin-right: 0;
	color: #aaa500;
}

.pan_list ul li a {
	position: relative;
	display: block;
	color: #aaa500;
	font-size: 12px;
	font-weight: bold;
}

.pan_list ul li a:after {
	content: "\f105";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	top: 1px;
	bottom: 0;
	margin: auto;
	right: -11px;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-color: #f2f2f2;
	-webkit-text-stroke-width: 1px
}

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


.kirerino01 > .main_cont {
	margin: 0 auto;
	padding: 0;
}

.kirerino01 > .main_cont .ttl_02 {
	border-bottom: 10px solid #fff100;
	line-height: 1em;
}

.kirerino01 .ttl_02 span:before {
	bottom: -23px;
}

.kirerino01 > .main_cont > .btn_02 {
	margin-bottom: 40px;
}

.kirerino01 > .main_cont > .btn_02 a {
	margin: 0 20px;
}

.consult {
	margin-top: 40px;
}

.consult .f12 {
	text-align: center;
	line-height: 1.8em;
}

.consult .f12 a {
	color: #aaa500;
	font-weight: 700;
	text-decoration: underline;
}

.consult .float_ce {
	align-items: center;
	margin: 10px 0;
}

.consult .float_ce > div {
	margin: 0 15px;
}

.consult .float_ft {
	align-items: center;
	font-weight: bold;
}

.consult .float_ft small {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.consult .float_ft p {
	font-size: 35px;
	line-height: 1.1em;
	font-family: 'Century Gothic', 'Avenir-Light', sans-serif;
	margin-bottom: 7px;
	margin-left: 5px;
}

.consult .float_ft span {
	font-size: 24px;


}

/**** 
*******************************************/
.list_box01 {
	border-radius: 12px;
	border: 3px solid #000;
}

.list_box01 .ttl_g {
	background-color: #fff100;
	font-size: 22px;
	line-height: 1.4em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-bottom: 3px solid #000;
}





/**** header
*******************************************/
header {
	/*border-top: 5px solid #000;*/
	padding: 10px 0;
	background-color: #fff100;
}

.head_inner {
	display: flex;
	justify-content: space-between;
	width: 1030px;
	margin: auto;
	padding: 0 15px;
	align-items: center;
}



/**** nav
*******************************************/
.pc_nav {}

.pc_nav > ul,
.foot_nav > ul {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.pc_nav > ul > li,
.foot_nav > ul > li {
	position: relative;
}

.pc_nav > ul > li:before,
.foot_nav > ul > li:before {
	content: "/";
	position: absolute;
	bottom: 0;
	font-size: 10px;
	font-weight: bold;
	left: -2px;
	width: 1px;
}

.pc_nav > ul > li:first-child:before,
.foot_nav > ul > li:first-child:before {
	content: "";
}

.pc_nav > ul > li a,
.foot_nav > ul > li a {
	font-weight: bold;
	padding: 0 13px;
	font-size: 13px;
	display: block;
}

.pc_nav > ul > li a {
	padding: 5px 11px;
}

.pc_nav > ul > li a:hover,
.active {
	background-image: url("../images/common/icon_hover.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

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


.sp_head {
	height: 55px;
	background-color: #fff;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 1px #000;
	display: none;

}

.sp_nav.on {
	height: calc(100% - 50px) !important;

}

.sp_nav {
	margin-top: 60px;
	height: auto;
}

.sp_nav {
	overflow-y: scroll;
	position: fixed;
	height: auto;
	left: 0;
	z-index: 2000;
	background-color: #fff;
	top: -5px;
	width: 100%;
}

.sp_area {
	padding: 20px 0 10px;
	height: 90px;
	background-color: #cdecfb;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
}

.sp_nav > ul {
	display: none;
	padding-bottom: 200px;
	background-color: #fff;
}

.sp_nav > ul > li {
	border-bottom: 2px solid #000;
	position: relative;
}

.sp_nav > ul > li > a {
	color: #000;
	padding: 18px 20px 12px 20px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
}

.sp_nav > ul > li > a:hover {
	background-color: #fff100;
	opacity: 1;
}

.sp_nav > ul > li:last-child {
	background-color: #000;
	text-align: center;
	letter-spacing: 0.2em;

}

.sp_nav > ul > li:last-child a {
	color: #fff;
	text-align: center;
	background-image: none;
	padding: 18px 20px 12px 20px;
}

.sp_nav > ul > li:last-child .tel i {
	color: #fff000;
}

.sp_nav > ul > li:last-child a:hover {
	background-color: #fff100;
	color: #000;
	opacity: 1;
}

.sp_nav li span {
	display: block;
	font-size: 30px;
}

.s_logo {
	position: absolute;
	left: 6px;
	top: 3px;
	bottom: 0;
	margin: auto;
}

.s_logo img {
	max-width: 150px;
	min-width: 150px;
	width: 70%;

}

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



#navToggle {
	display: block;
	position: fixed;
	right: 5px;
	top: 7px;
	width: 50px;
	padding: 8px;
	height: 42px;
	cursor: pointer;
	z-index: 1000000;
}


#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	/*#navToggle div に対して*/
	width: 100%;
	border-bottom: solid 5px #000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
	top: 0;
}

#navToggle span:nth-child(2) {
	top: 10px;
}

#navToggle span:nth-child(3) {
	top: 20px;
}

.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}





/**** footer
*******************************************/
footer {
	background-color: #fff100;
	padding: 20px 0;

}

.foot_inner {
	display: flex;
	justify-content: center;
}

.foot_inner > div {
	margin: 0 15px;
	font-size: 12px;
	line-height: 1.5em;
}

.foot_inner small {
	font-size: 8px;
	line-height: 1em;
	display: block;
}

.foot_nav > ul {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.foot_nav > ul > li {
	position: relative;
}

.foot_nav > ul > li:before {
	content: "/";
	position: absolute;
	bottom: -3px;
	font-size: 12px;
	font-weight: 700;
	left: -2px;
	width: 1px;
}

.foot_nav > ul > li:first-child:before {
	content: "";
}

.foot_nav > ul > li a {
	font-weight: 600;
	padding: 0 13px;
}

/*******************/
#page_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.pochitto_btn_blue {
	display: inline-block;
	width: 68px;
	height: 70px;
	padding: 11px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	border-bottom: 5px solid #aaa;
	border-radius: 400px;
	transition: .0s;
}

.pochitto_btn_blue:hover {
	cursor: pointer;
	height: 68px;
	text-decoration: none;
	background: #000;
	padding: 11px 10px 10px;
	transform: translate3d(0, 4px, 0);
	transition: .0s;
	border-bottom: none;
}

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


.copy {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	padding: 9px;
	line-height: 1.3em;
	letter-spacing: 0.2em;
}



/*******************/
.news_box > li {
	display: flex;
	margin-bottom: 15px;
}

.news_box > li span {
	display: inline-block;
	min-width: 154px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	letter-spacing: 0.1em;
}

.news_box > li .news_txt {
	border-bottom: 2px dotted #666666;
	width: 100%;
}

.news_box > li .news_txt p {
	padding-bottom: 6px;
	font-size: 14px;
}

.news_box > li .news_txt p:hover {
	opacity: 0.7;
}


/*-------------------------------
media
--------------------------------*/
.sp_on {
	display: none;
}



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



@media (max-width: 767px) {
	body {
		min-width: 100%;
	}

	img {
		max-width: 100%;
	}

	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.sp_on {
		display: block;
	}

	.pc_on {
		display: none;
	}

	.top_scroll {
		display: none;
	}

	.float_sb,
	.float_sa,
	.float_ce,
	.float_en,
	.float_ft {
		display: block;
	}

	.main_cont,
	.inner,
	.consult {
		width: 100% !important;
	}

	/*******************/
	.head_inner {
		display: none;
	}

	.sp_head {
		display: block;
	}

	header {
		border-top: 0;
		background-color: #fff;
	}

	.pan_list ul {
		width: 100%;
	}

	/*******************/
	.kirerino01 > .main_cont {
		padding: 0;
	}

	.kirerino01 > .main_cont .ttl_02 {
		background: linear-gradient(transparent 80%, #fff100 0%);
		line-height: 1.5em;
	}

	.kirerino01 > .main_cont > .btn_02 a {
		margin: 0 0 20px;
	}

	.kirerino01 > .main_cont .ttl_02 span {
		display: inline-block;
	}

	.kirerino01 .ttl_02 span:before {
		bottom: -24px;
	}

	.kirerino01 > .main_cont .ttl_02 img {
		margin-bottom: 7px;
	}

	.kirerino01 > .main_cont .float_ce > div {
		margin: 0 0 20px;
	}

	.consult {
		padding: 40px 15px;
	}

	.consult .f12 {
		margin-top: 20px;
	}

	.consult .bnr_01 {
		text-align: center;
	}

	.consult .float_ft p {
		font-size: 34px;
		letter-spacing: 0;
		margin-left: 0;
		text-align: center;
	}


	.consult .float_ft small {
		letter-spacing: -0.03em;
	}

	.consult .bnr_01 .sp_on {
		margin: 0 auto;
	}


	/*******************/
	.news_box > li {
		display: block;
		margin-bottom: 30px;
	}


	/*******************/
	.foot_inner {
		display: block;
	}

	.foot_inner > div {
		margin: 20px 15px;
	}

	.foot_nav > ul {
		display: flex;
		flex-wrap: wrap;
	}

	.foot_nav > ul > li {
		padding-left: 20px;
		white-space: nowrap;
	}


	.foot_nav > ul > li:before {
		left: 15px;
		bottom: 0;
	}

	#page_top {
		right: 5px;
		bottom: 5px;
	}

}
