@charset "shift_jis";

/* CSS Document */



/*************************************************/

/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */

/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */

/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */

/* 対象箇所
---------------------------------------- */

/*************************************************/


/* ----------------------------------------
　common
---------------------------------------- */


body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
html {
  scroll-behavior: smooth;
}

H1 {
	color: #333333;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	width: 50%;
	line-height: 20px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.head_title {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 20px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
}

.login_show {
	display: none;
}

.logout_show {
	display: none;
}

.pc_off {
	display: none !important;
}
.toushi_mode {
	display: none !important;
}
ul,
li,
a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #333;
	line-height: 1;
}
a {
	transition: .3s;
}

h2,h3,h4,p {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #333;
}
.mintyou {
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Times New Roman", serif;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
  border-bottom: 3px solid #ddd;
	width: auto !important;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
}

.rhs_title_h1:after {
	position: absolute;
  content: " ";
	border-bottom: solid 3px #287b44;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

.container .rhs_title_h1 {
	margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
  border-bottom: 3px solid #ddd;
}

.rhs_title_h2:after {
	position: absolute;
  content: " ";
	border-bottom: solid 3px #287b44;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

.container .rhs_title_h2 {
	margin-top: 20px;
}

/* 物件詳細のH3 */
.rhs_title_h3 {
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
  border-bottom: 2px solid #ddd;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
}

.rhs_title_h3:after {
	position: absolute;
  content: " ";
	border-bottom: solid 2px #287b44;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}

.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
  border-left: 10px solid #fff;
	transform: rotate(45deg);
}

.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}

.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}

/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
	margin: 0 0 30px 0;
}
.main_mypage_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 382px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #287b44;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #287b44;
	font-weight: bold;
	text-decoration: none;
}
.main_mypage_menu ul li a {
	padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
	padding: 27px 12px 23px 20px;
	background: #287b44;
  color: #fff;
}
.main_mypage_menu ul li a {
	color: #287b44;
	transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
	font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
	font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
	color: #287b44;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
	padding: 0 20px 0 0;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
	transform: translateY(2px);
	box-shadow: 0px 0px 0px 0px #287b44;
	background: #287b44;
  color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #287b44;
}
h2.mp_title {
	background: #287b44;
}
input.member_add_btn {
	background-color: #287b44;
	border: 1px solid #287b44;
}
input.member_add_btn:hover {
	color: #287b44;
}
input.member_add_btn:focus {
	color: #287b44;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
	background: #287b44;
}
#mp_bukken .osusume_more a {
	border: 1px solid #287b44;
	box-shadow: 0px 2px 0px 0px #287b44;
	color: #287b44;
}
#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #287b44;
	background: #287b44;
}
.mem_match_conf .line-bg .selbg-title {
	background-color: #287b44;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/

/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten {
	display: none !important;
}


/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/

/* ----------------------------------------
2023.05 お気に入り関連項目
---------------------------------------- */
.maincontents .fav_checkbtn input[type="button"] {
  font-family: "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}



/* header */
.head_fix {
	top: 0;
	z-index: 15;
	position: fixed;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	width: 100%;
}
.header_wrap {
	width: 98%;
	margin: 0 auto;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	& .h_logo a img {
		width: 70px;
		padding-top: 16px;
	}
	& .header_menu {
		height: 93px;
		display: flex;
		align-items: center;
		& .menu_li ul {
			display: flex;
			& li a {
				margin-right: 30px;
				font-size: 15px;
				letter-spacing: 0.1em;
				font-weight: 500;
				position: relative;
				&::after {
					position: absolute;
					left: 0;
					bottom: -15px;
					content: '';
					width: 100%;
					height: 3px;
					background: #287b44;
					transform: scale(0, 1);
					transform-origin: left top;
					transition: transform 0.3s;
				}
				&:hover::after {
					transform: scale(1, 1);
			}
			}
		}
	}
	& .menu_tel {
		& ul li {
			font-size: 11px;
			color: #9c9c9c;
			margin: 0 20px 6px 0;
			text-align: right;
			& span {
				color: #287b44;
				font-size: 12px;
				padding: 2px 12px;
				border-radius: 12px;
				background: #e5f2e5;
			}
			& a {
				font-size: 20px;
        font-weight: 400;
				& img {
					margin: 0 5px 0 10px;
				}
			}
		}
		& ul li:nth-child(3) {
			margin: 10px 20px 6px 0;
		}
	}
	& .menu_contact {
		& a {
			background: #287b44;
			border: solid 1px #287b44;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: 500;
			height: 85px;
			display: flex;
			flex-direction: column;
			width: 90px;
			box-sizing: border-box;
			transition: .3s;
			& i {
				color: #fff;
				padding: 20px 0 10px 0;
				font-size: 22px;
			}
			&:hover {
				background: #fff;
				color: #287b44;
			}
			&:hover i {
				color: #287b44;
			}
		}
	}
}

/* /header */


/* sale_header */
.sale_head_fix {
	top: 0;
	z-index: 15;
	position: fixed;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	width: 100%;
}
.sale_header_wrap {
	width:98%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px auto 0 auto;
	& .head_logo {
		width: 150px;
		& a img {
			width: 100%;
		}
	}
	& .sale_header_menu {
		position: relative;
		& .menu_top {
			display: flex;
			align-items: flex-end;
			gap: 0px 20px;
			& .shop_tel {
				display: flex;
				gap: 0px 20px;
				& li {
					width: 175px;
					display: flex;
					flex-direction: column;
					align-items: start;
					justify-content: flex-end;
					gap: 7px 0;
					& a {
						font-size: 23px;
						& img {
							margin: 0 3px 0 0 ;
						}
					}
				}
				& li span {
					color: #287b44;
					font-size: 14px;
					padding: 6px 12px;
					border-radius: 12px;
					background: #e5f2e5;
					margin-left: 23px;
				}
			}
			& p {
				font-size: 13px;
				color: #9c9c9c;
				line-height: 21px;
				letter-spacing: 0.03em;
			}
			& .head_btn {
				display: flex;
				gap: 0 10px;
				& li a {
					width: 150px;
					height: 50px;
					box-sizing: border-box;
					color: #fff;
					display: flex;
					align-items: center;
					justify-content: center;
					font-size: 15px;
					gap: 0 5px;
				}
				& li:nth-child(1) a {
					background: #da1320;
					border: solid 1px #da1320;
					color: #fff;
					&:hover {
						background: #fff;
						color: #da1320;
					}
				}
				& li:nth-child(2) a {
					background: #287b44;
					border: solid 1px #287b44;
					color: #fff;
					&:hover {
						background: #fff;
						color: #287b44;
					}
				}
				& li:nth-child(3) a {
					background: #e5e5e5;
					color: #333;
					&:hover {
						background: #fff;
						border: solid 1px #333;
					}
				}
			} 
		}
		& .menu_bot ul {
			display: flex;
			flex-wrap: wrap;
			gap: 20px 50px;
			margin: 15px 0 10px 0;
			& li a {
				font-size: 17px;
				letter-spacing: 0.1em;
				position: relative;
				&::after {
					position: absolute;
					left: 0;
					bottom: -8px;
					content: '';
					width: 100%;
					height: 3px;
					background: #287b44;
					transform: scale(0, 1);
					transform-origin: left top;
					transition: transform 0.3s;
				}
				&:hover::after {
					transform: scale(1, 1);
				}
			}
			& li:nth-child(2) a, li:nth-child(3) a, li:nth-child(5) a {
				padding-right: 20px;
				position: relative;
				&::before {
					content: '';
					position: absolute;
					bottom: 8px;
					right: -5px;
					transform: translateX(-50%);
					width: 0;
					height: 0;
					border-left: 5px solid transparent;
					border-right: 5px solid transparent;
					border-top: 8px solid #287b44;
					
				}
			}
		}
	}
}
@media (min-width: 500px) and (max-width: 1300px) {
	.sale_header_wrap {
		width:98%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 15px auto 0 auto;
		& .head_logo {
			width: 120px;
			& a img {
				width: 100%;
			}
		}
		& .sale_header_menu {
			position: relative;
			& .menu_top {
				display: flex;
				align-items: flex-end;
				gap: 0px 15px;
				& .shop_tel {
					display: flex;
					gap: 0px 15px;
					& li {
						width: 150px;
						display: flex;
						flex-direction: column;
						align-items: start;
						justify-content: flex-end;
						gap: 3px 0;
						& a {
							font-size: 12px;
							& img {
								margin: 0 3px 0 0 ;
								width: 15px;
							}
						}
					}
					& li span {
						color: #287b44;
						font-size: 10px;
						padding: 6px 12px;
						border-radius: 12px;
						background: #e5f2e5;
						margin-left: 23px;
					}
				}
				& p {
					font-size: 12px;
					color: #9c9c9c;
					line-height: 21px;
					letter-spacing: 0.03em;
				}
				& .head_btn {
					display: flex;
					gap: 0 10px;
					& li a {
						width: 120px;
						height: 40px;
						box-sizing: border-box;
						color: #fff;
						display: flex;
						align-items: center;
						justify-content: center;
						font-size: 13px;
						gap: 0 5px;
					}
					& li:nth-child(1) a {
						background: #da1320;
						border: solid 1px #da1320;
						color: #fff;
						&:hover {
							background: #fff;
							color: #da1320;
						}
					}
					& li:nth-child(2) a {
						background: #287b44;
						border: solid 1px #287b44;
						color: #fff;
						&:hover {
							background: #fff;
							color: #287b44;
						}
					}
					& li:nth-child(3) a {
						background: #e5e5e5;
						color: #333;
						&:hover {
							background: #fff;
							border: solid 1px #333;
						}
					}
				} 
			}
			& .menu_bot ul {
				display: flex;
				flex-wrap: wrap;
				gap: 15px 50px;
				margin: 15px 0 10px 0;
				& li a {
					font-size: 14px;
					letter-spacing: 0.1em;
					position: relative;
					&::after {
						position: absolute;
						left: 0;
						bottom: -8px;
						content: '';
						width: 100%;
						height: 3px;
						background: #287b44;
						transform: scale(0, 1);
						transform-origin: left top;
						transition: transform 0.3s;
					}
					&:hover::after {
						transform: scale(1, 1);
					}
				}
				& li:nth-child(2) a, li:nth-child(3) a, li:nth-child(5) a {
					padding-right: 20px;
					position: relative;
					&::before {
						content: '';
						position: absolute;
						bottom: 8px;
						right: -5px;
						transform: translateX(-50%);
						width: 0;
						height: 0;
						border-left: 5px solid transparent;
						border-right: 5px solid transparent;
						border-top: 8px solid #287b44;
						
					}
				}
			}
		}
	}
}


#h_menu .menu_contents {
	transition: all .1s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	top: 98px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	z-index: 600;
	box-sizing: border-box;
	box-shadow: 0px 3px 3px 0px rgba(170, 170, 170, 0.7);
	background: #e5f2e5;
	text-align: center;
	& .fh_menu_sub {
		background: #fff;
		padding: 20px;
		border-radius: 10px;
		& .fh_menu_li li {
			position: relative;
			&::before {
				content: "";
				width: 15px;
				height: 15px;
				background-image: url(../img/top/more_btn_green.webp);
				background-size: cover;
				position: absolute;
				top: 0;
				right: -3px;
			}
			& a::before {
				content: none;
			}
		}
	}
}
#h_menu li:hover .menu_contents {
	max-height: 9999px;
	opacity: 1;
	padding: 20px;
}


/* /sale_header */


/* fix_btn */
.fix_right_wrap {
	position: fixed;
	right: 6px;
	top: 32vh;
	z-index: 10;
	& ul {
		width: 70px;
		display: flex;
		flex-direction: column;
		& li a {
			width: 100%;
			height: 70px;
			border-radius: 40px;
			text-align: center;
			background: #287b44;
			display: flex			;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 7px 0;
			color: #fff;
			font-size: 12px;
			font-weight: 500;
			box-shadow: 0px 3px 3px #c3c3c3;
			margin-bottom: 18px;
		}
		& li:nth-child(3) a {
			background: #ebeced;
			color: #333;
		}
		& li:nth-child(4) a {
			background: #ebeced;
			color: #333;
		}
		& li:nth-child(5) a {
			background: #ffd14b;
			color: #333;
		}
		& li a:hover {
			box-shadow: 0px 0px 0px #c3c3c3;
			transform: translateY(3px);
		}
	}
}

/* /fix_btn */


/* footer */
.foot_top_wrap {
	width: 100%;
	background: #287b44;
	color: #fff;
	margin: 20px 0  00;
	& .foot_top_in {
		width: 1200px;
		margin: 0 auto;
		padding: 120px 0 70px 0;
		display: flex;
		justify-content: space-between;
		& .f_search .f_search_ti {
			font-size: 21px;
			letter-spacing: 0.05em;		
			margin: 0 0 30px 0;
		}
		& ul li a {
			font-size: 15px;
			line-height: 30px;
			letter-spacing: 0.02em;
			color: #fff;
			position: relative;
			&::after {
				position: absolute;
				left: 0;
				content: '';
				width: 100%;
				height: 1px;
				background: #fff;
				bottom: 0px;
				transform: scale(0, 1);
				transform-origin: left top;
				transition: transform 0.3s;
			}
			&:hover::after {
				transform: scale(1, 1);
		}
		}
		& .f_sale {
			display: flex;
			width: 700px;
			justify-content: space-between;
		}
	}
}
.foot_un_wrap {
	background: #186532;
	& .foot_un_in {
		width: 1200px;
		margin: 0 auto;
		padding: 50px 0;
		display: flex;
		justify-content: space-between;
		& .foot_com {
			width: 360px;
			& p {
				font-size: 18px;
				line-height: 26px;
				font-weight: 400;
				letter-spacing: 0.05em;
				color: #fff;
				margin-top: 30px;
			}
		}
		& .foot_shop {
			width: 570px;
			& ul {
				display: flex;
				gap: 0 45px;
				& li {
					width: 150px;
					& p {
						font-size: 20px;
						color: #fff;
						margin: 7px 0;
					}
					& a {
						color: #fff;
						font-size: 21px;
					}
					& span {
						color: #fff;
						font-size: 14px;
						display: block;
						margin: 7px 0 0 0;
						line-height: 18px;
					}
				}
			}
		}
		& .foot_btn {
			width: 270px;
			& ul li a {
				height: 50px;
				background: #287b44;
				border-radius: 25px;
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0 0 30px 0;
				color: #fff;
				font-size: 16px;
				font-weight: 600;
				transition: .3s;
				position: relative;
				&::before {
					content: "";
					width: 23px;
					height: 23px;
					background-image: url(../img/common/arrow_white.webp);
					background-repeat: no-repeat;
					position: absolute;
					top: 15px;
					right: 20px;
				}
				&:hover {
					transform: translateY(-3px);
					box-shadow: 0 0 5px rgb(0 0 0 / 20%);
				}
			}
		}
	}
}
footer .copy {
	background: #333333;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.05em;
	padding: 35px 0;
	text-align: center;
}

@media (min-width: 500px) and (max-width: 1300px) {
	.foot_un_wrap {
		& .foot_un_in {
			& .foot_shop ul li {
				& a {
					font-size: 14px;
				}
				& span {
					font-size: 10px;
				}
			}
		}
	}
	
	
}
/* /footer */

/* sale_pack共通 */

.sale_contents {
		.pc_off {
			display: none !important;
		}
		/* ラインマーカーの色指定 */
		.sa_line_yellow {
			background: linear-gradient(transparent 60%, #f1faa1 0%);
		}
		.sa_line_pink {
			background: linear-gradient(transparent 60%, #ffdbde 0%);
		}
		/* 基本テキスト文字サイズ */
		.sa_conts_txt {
			font-size: 18px;
			line-height: 30px;
		}
		/* タイトルスタイル */
		.sa_conts_tit {
			margin: 0 0 60px 0;
			font-size: 40px;
			line-height: 50px;
			text-align: center;
		}
		.sa_conts_tit_eng span {
			display: block;
			margin: 10px 0 0 0;
			font-size: 30px;
			line-height: 36px;
			text-align: center;
		}
		.sa_font_bold {
			font-weight: bold;
		}
		/* 色文字のカラーコード */
		.sa_font_color {
			color: #0d73a2;
		}
		/* 英語フォント指定 */
		.sa_font_century {
			font-family: Futura, 'Century Gothic', Meiryo, sans-serif;
		}
		/* SVGの色味調整 */
		.svg_color_none {
			fill: none;
		}
		.svg_color_white {
			fill: #fff;
		}
		.svg_color_gray {
			fill: #b3b3b3;
		}
		.svg_color_darkgray {
			fill: #595757;
		}
		.svg_color_morelight {
			fill: #cad6e5;
		}
		.svg_color_light {
			fill: #86b3e0;
		}
		.svg_color_dark {
			fill: #1b76b8;
		}
		.svg_color_black {
			fill: #231815;
		}
		.svg_color_red {
			fill: #c80000;
		}
		/* メイン画像 */
		.sa_main {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 80vh;
			max-height: 600px;
			box-sizing: border-box;
			margin: 0 0 70px 0;
			padding: 0 0 5vh 0;
			background-size: cover;
			background-position: center;
			& div {
				width: 1100px;
				text-align: center;
			}
			.sa_main_item {
				display: inline-block;
				margin: 0 0 30px 0;
				padding: 10px 35px;
				border-radius: 10px;
				font-size: clamp(20px, 1.4vw, 24px);
				line-height: 1.5;
				color: #FFF;
				letter-spacing: 0.1em;
				background: #0d73a2;
			}
			.sa_main_tit {
				display: inline-block;
				margin: 0 0 20px 0;
				padding: 25px 0;
				border-top: 1px solid #FFF;
				border-bottom: 1px solid #FFF;
				font-size: clamp(60px, 4.4vw, 70px);
				line-height: 1.15;
				color: #FFF;
			}
			.sa_main_tit span {
				font-size: clamp(52px, 3.4vw, 60px);
			}
			.sa_main_txt {
				font-size: 30px;
				font-size: clamp(24px, 1.8vw, 30px);
				line-height: 1.2;
				color: #FFF;
				letter-spacing: 0.1em;
			}
			& ul.sa_main_txt {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 15px 30px;
			}
		}
		/* お悩み */
		#sa_worries {
			width: 1100px;
			margin: 0 auto;
			padding: 0 0 55px 0;
			.sa_worries_list {
				display: flex;
				flex-wrap: wrap;
			}
			.sa_worries_list li {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 110px;
				box-sizing: border-box;
				border: 1px solid #bfbfbf;
				list-style: none;
				font-size: 17px;
				line-height: 30px;
				text-align: center;
			}
			/* イラストありパターン */
			.sa_worries_useimg {
				position: relative;
			}
			.sa_worries_useimg ul {
				justify-content: space-between;
				gap: 40px 0;
			}
			.sa_worries_useimg li {
				width: 350px;
				background: #FFF;
				border-radius: 5px;
			}
			/* イラストなしパターン */
			.sa_worries_noimg .sa_worries_list {
				justify-content: center;
				gap: 15px;
			}
			.sa_worries_noimg .sa_worries_list li {
				width: 355px;
				margin: 0;
				padding: 25px 0;
				border-radius: 10px;
			}
		}
		/* ポイント */
		#sa_point {
			width: 100%;
			margin: 0 0 75px 0;
			padding: 75px 0 120px 0;
			background: #e6f3fa;
			>ul {
				width: 1100px;
				margin: 0 auto;
				>li {
					padding: 30px 25px;
					background: #FFF;
					border-radius: 10px;
					&:not(:last-child) {
						margin: 0 0 50px 0;
					}
					& h3 {
						margin: 0 0 30px 0;
						padding: 5px 25px;
						background: #e6f3fa;
						border-radius: 10px;
						font-size: 35px;
						line-height: 50px;
					}
					& img {
						width: 342px;
					}
					>div {
						display: flex;
						align-items: flex-start;
						justify-content: space-between;
						>div {
							width: 630px;
							margin: 0 0 0 10px;
							.sa_point_item {
								margin: 0 0 20px 0;
								font-size: 25px;
								line-height: 36px;
								letter-spacing: 0.1em;
							}
						}
						.sa_inci_po_per {
							margin: 40px 0 0 0;
							>li span {
								display: inline-block;
								width: 55px;
								margin: 0 45px 0 0;
							}
							>li:not(:last-child) {
								margin: 0 0 5px 0;
							}
						}
					}
				}
			}
		}
		/* よくある質問 */
		#sa_qa {
			padding: 75px 0;
			background: #f6f6f6;
			>div {
				width: 1100px;
				margin: 0 auto;
			}
			.qa_list {
				display: block;
				overflow: hidden;
				cursor: pointer;
				border-radius: 5px;
				filter: drop-shadow(0px 0px 5px #0001);
			}
			.qa_list:not(:last-of-type) {
				margin-bottom: 30px;
			}
			.qa_list .title {
				display: block;
				width: 100%;
				box-sizing: border-box;
				padding: 15px 60px 15px 70px;
				background-color: #fff;
				box-shadow: 0 0 8px rgb(0 0 0 / 30%);
				font-size: 18px;
				line-height: 40px !important;
				color: #000;
				text-align: left;
				position: relative;
			}
			.qa_list .title:before {
				content: "";
				display: block;
				width: 30px;
				height: 30px;
				background-image: url(../sale/img/q_icon.webp);
				background-repeat: no-repeat;
				background-size: cover;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			.qa_list .title:hover {
				background-color: #e6f3fa;
			}
			.qa_list dt {
				position: relative;
			}
			.qa_list dt .title.active {
				border-bottom: 1px solid #ccc;
			}
			.qa_list dd {
				display: none;
				padding: 25px 20px 25px 70px;
				background: #eee;
				margin: 0;
				background-color: #fff;
				text-align: left;
				font-size: 15px;
				line-height: 1.5;
				color: #000;
				position: relative;
			}
			.qa_list dd:before {
				content: "";
				display: block;
				width: 30px;
				height: 30px;
				background-image: url(../sale/img/a_icon.webp);
				background-repeat: no-repeat;
				background-size: cover;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			.accordion_icon, .accordion_icon {
				display: inline-block;
				transition: all .4s;
				box-sizing: border-box;
			}
			.accordion_icon {
				width: 24px;
				height: 24px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 20px;
			}
			.accordion_icon span {
				position: absolute;
				left: 0px;
				width: 100%;
				height: 2px;
				background-color: #999;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-ms-border-radius: 4px;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				transition: all 0.2s;
			}
			.accordion_icon span:nth-of-type(1) {
				margin: auto;
				top: 0;
				bottom: 0;
				transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
			}
			.accordion_icon span:nth-of-type(2) {
				top: 11px;
				transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
			}
			.accordion_icon.active span:nth-of-type(1) {
				display: none;
			}
			.accordion_icon.active span:nth-of-type(2) {
				top: 11px;
				transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
			}
		}
		/* 問い合わせ */
		#sa_inq {
			margin: 0 0 0 0;
			padding: 30px 0 50px 0;
			background: #287b44;
			text-align: center;
			.sa_inq_txt {
				margin: 0 0 10px 0;
				font-size: 22px;
				line-height: 30px;
				color: #ffffff;
				letter-spacing: 0.1em;
			}
			& h2 {
				margin: 0 0 30px 0;
				font-size: 35px;
				line-height: 50px;
				color: #ffffff;
			}
			& ul {
				display: flex;
				justify-content: center;
				gap: 0 30px;
			}
			& ul li a {
				display: block;
				width: 400px;
				padding: 15px 0 10px 0;
				border-radius: 45px;
				background: #FFF;
				transition: all 0.2s;
				.sa_inq_b {
					font-size: 22px;
					line-height: 40px;
					letter-spacing: 0.05em;
				}
				.sa_inq_s {
					font-size: 15px;
					line-height: 22px;
					font-weight: 500;
				}
				&:hover {
					opacity: 0.8;
				}
			}
			& ul li a.sa_inq_tel {
				pointer-events: none;
			}
			& ul li a.sa_inq_tel .sa_inq_b {
				font-size: 35px;
			}
		}
	}

	/*--- 共通CSSここまで ---*/

/* /sale_pack共通 */


/* ----------------------------------------
　side
---------------------------------------- */


/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}

.l-sidenavi,
.side {
	width: 300px;
	float: right;
}

/* ----------------------------------------
サイドバーを200pxで利用する場合は
下記のコメントアウトを外してください。
---------------------------------------- */
.container,
.lpo_container,
.lpo_main {
  width: 1000px !important;
	margin-top: 100px !important;
}
.container_sale {
	margin-top: 140px !important;
}
.l-sidenavi,
.side,
.lpo_m_regist {
  width: 200px !important;
}

.l-sidewaku {
	padding: 15px 5px;
}

.l-sidewaku h4 {
	font-size: 13px;
	text-align: center;
}

.list_side_kensaku input {
	    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
}

.l-sidewaku h5 {
	font-size: 14px;
}

.list_side_shubetsu label,
.list_side_area .line_a2 label {
	font-size: 12px;
    padding: 5px;
}

.list_side_shubetsu label input,
.list_side_area .line_a2 label input {
	width: 13px;
	height: 13px;
}

.list_side_area input.pop_btn {
	    display: block;
    width: 80%;
}

.side_kakaku select {
	width: 82px;
	font-size: 13px;
}

.list_side_kodawari label {
	font-size: 12px;
}

.shosai_side_wrap {
    width: 194px !important;
	padding: 15px 5px !important;
}

.shosai_side_wrap h3 {
    font-size: 12px !important;
    line-height: 1.4 !important;
	padding: 10px 5px !important;
}

.shosai_side_tel_btn {
	font-size: 20px !important;
}

.shosai_side_tel_btn i {
    font-size: 16px !important;
    margin-right: 5px !important;
}

.shosai_side_cv ul li a {
	padding: 12px 0 !important;
	font-size: 13px !important;
}

.shosai_side_tel p br {
	display: block !important;
}
.shosai_side_con ul {
	display: block !important;
}
.shosai_side_con ul li:first-child {
	margin-right: 0 !important;
}

.shosai_side_con ul li a {
	width: 100% !important;
    box-sizing: border-box !important;
	text-align: center !important;
}

/* original_sidebar */
.s_member a {
	display: block;
	width: 100%;
	height: 340px;
	background-image: url(../img/common/s_mem_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	padding: 25px 25px 15px 25px;
	margin-bottom: 25px;
	&:hover {
		transform: translateY(-5px);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	& .mem_ti {
		font-size: 17px;
		font-weight: 600;
		color: #024439;
		letter-spacing: 0.05em;
		text-align: center;
		border-bottom: solid 2px #024439;
		margin: 0 0 20px 0;
	}
	& .mem_me {
		font-size: 19px;
		color: #024439;
		font-weight: 600;
		text-align: center;
		line-height: 1.5;
		position: relative;
		& .min {
			font-size: 14px;
		}
		& img {
			width: 70%;
			margin: 3px auto 0 auto;
			image-rendering: crisp-edges;
      image-rendering: pixelated;
		}
		&::before {
			content: url(../img/common/mem_te_le.webp);
			position: absolute;
			top: 30px;
			left: 0px;
		}
		&::after {
			content: url(../img/common/mem_te_ri.webp);
			position: absolute;
			top: 30px;
			right: 0px;
		}
	}
	& .mem_more_btn {
		width: 170px;
		height: 45px;
		background: #c6a732;
		display: flex;
		align-items: center;
		gap: 0 12px;
		margin: 100px auto 0 auto;
		color: #fff;
		font-size: 15px;
		border-radius: 23px;
		font-weight: 500;
		position: absolute;
		bottom: 15px;
		right: 17px;
		padding-left: 30px;
		box-sizing: border-box;
	}
}

.s_buy {
	background: #287b44;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	& .buy_ti {
		font-size: 25px;
		text-align: center;
		color: #fff;
		& span {
			font-size: 12px;
			color: rgb(255, 255, 255, 0.5);
			display: block;
			line-height: 1;
		}
	}
	.search_ul {
		width: 100%;
		margin: 10px 0 15px 0;
		& li {
			position: relative;
			border-bottom: solid 1px rgb(255, 255, 255, 0.3);
			&::before {
				content: "";
				width: 12px;
				height: 1px;
				background: #fff;
				position: absolute;
				top: 30px;
				right: 9px;
			}
			&::after {
				content: "";
				border-left: 4px solid transparent;
				border-bottom: 6px solid #fff;
				height: 0;
				width: 0;
				transform: rotate(90deg);
				position: absolute;
				top: 26px;
				right: 5px;
		}
		}
		& li a {
			display: flex;
			align-items: center;
			gap: 0 5px;
			font-size: 14px;
			font-weight: 500;
			color: #fff;
			position: relative;
			padding: 10px;
			& img {
				width: 38px;
			}
			&::before {
				content: "";
				width: 100%;
				height: 1px;
				background: #fff;
				transform: scale(0.5, 1);
				transform-origin: left top;
				transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
				z-index: 1;
				position: absolute;
				bottom: -1px;
				left: 0;
			}
			&:hover {
				&::before {
						width: 100%;
						transform: scale(1, 1);
				}
		}
			
		}
	}
	& .area_ul {
		display: flex;
		flex-direction: column;
		gap: 15px 0;
		margin-bottom: 15px;
		& li a {
			font-size: 15px;
			font-weight: 500;
			color: #fff;
			background: #176531;
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 100%;
			height: 50px;
			box-sizing: border-box;
			padding: 0 10px 0 20px;
			&:hover {
				transform: translateY(-5px);
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
			}
		}
	}
	& .syu_ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 15px 0;
		& li a {
			width: 100%;
			height: 70px;
			font-size: 15px;
			color: #fff;
			font-weight: 500;
			box-sizing: border-box;
			padding: 0px 15px 15px 15px;
			display: flex;
			justify-content: space-between;
			align-items: end;
			& img {
				width: 20px;
			}
			&:hover {
				transform: translateY(-5px);
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
			}
		}
		& li:nth-child(1) a {
			background-image: url(../img/common/s_search_img01.webp);
		}
		& li:nth-child(2) a {
			background-image: url(../img/common/s_search_img02.webp);
		}
		& li:nth-child(3) a {
			background-image: url(../img/common/s_search_img03.webp);
		}
		& li:nth-child(4) a {
			background-image: url(../img/common/s_search_img04.webp);
		}
		& li:nth-child(5) a {
			background-image: url(../img/common/s_search_img05.webp);
		}
	}
}

.s_open a {
	display: block;
	margin-bottom: 15px;
	position: relative;
	&:hover {
		transform: translateY(-5px);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	& img {
		width: 100%;
	}
	& p {
		font-size: 25px;
		color: #a08549;
		text-align: center;
		background: #ece1c8;
		height: 132px;
		box-sizing: border-box;
		padding: 25px 0 0 0;
        margin-top: -1px;
		& span {
			font-size: 12px;
			font-weight: 400;
			display: block;
			font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
			line-height: 1;
			margin-top: 3px;
		}	
	}
	& .open_more_btn {
		width: 170px;
		height: 35px;
		border-radius: 18px;
		border: solid 1px #333;
		font-size: 14px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 0 5px;
		padding: 0 0 0 20px;
		position: absolute;
		box-sizing: border-box;
		bottom: 15px;
		right: 0;
		left: 0;
		margin: 0 auto;
		& img {
			width: 20px;
		}
		
	}
}

.s_katalog a{
	margin-bottom: 15px;
	height: 265px;
	background-image: url(../img/common/gallery_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 20px;
	display: block;
	&:hover {
		transform: translateY(-5px);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	& p {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #4277a6;
		text-shadow: 3px 3px 20px #fff, -3px 3px 5px #fff, 3px -3px 9px #fff, -3px -3px 20px #fff;
		& span {
			display: block;
			font-size: 30px;
			font-weight: 600;
			line-height: 30px;
			margin-top: 5px;
		}
	}
}

.s_sale {
	margin-bottom: 15px;
	& .sale_ti {
		background: #eaf2ec;
		font-size: 25px;
		text-align: center;
		padding: 20px 0 10px;
		color: #333;
		& span {
			font-size: 12px;
			color: rgb(40, 123, 68, 0.5);
			display: block;
			line-height: 1;
		}
	}
	& .sale_ul {
		display: flex;
		flex-direction: column;
		gap: 2px 0;
		& li a {
			background: #287b44;
			box-sizing: border-box;
			height: 70px;
			display: flex;
			align-items: center;
			line-height: 1.2;
			gap: 0 5px;
			padding: 10px;
			color: #fff;
			font-size: 15px;
			font-weight: 500;
			position: relative;
			&:hover {
				background: #176531;
			}
			&::before {
				content: "";
				width: 12px;
				height: 1px;
				background: #fff;
				position: absolute;
				top: 34px;
				right: 20px;
			}
			&::after {
				content: "";
				border-left: 4px solid transparent;
				border-bottom: 6px solid #fff;
				height: 0;
				width: 0;
				transform: rotate(90deg);
				position: absolute;
				top: 30px;
				right: 15px;
		}
		}
		& li:nth-child(1) a {
			&::before {
				content: url(../img/common/jamp_icon.webp);
				position: absolute;
				top: 28px;
				right: 30px;
				width: 0;
			}
			&::after {
				content: "";
				display: none;
			}
			
		}
	}
}

.s_staff a {
	margin-bottom: 15px;
	height: 265px;
	background-image: url(../img/common/s_staff_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	&:hover{
		transform: translateY(-5px);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	& .s_all_ti {
		text-align: center;
		line-height: 1;
		color: #fff;
		font-size: 25px;
		padding-top: 110px;
		& span {
			display: block;
			font-size: 12px;
			font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
			margin-top: 5px;
			letter-spacing: 0.05em;
			font-weight: 300;
		}
	}
	& .s_sta_more {
		width: 170px;
		height: 45px;
		box-sizing: border-box;
		border-radius: 23px;
		background: #287b44;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 0 20px;
		padding: 0 0 0 40px;
		margin: 45px auto 0 auto;
		transition: .3s;
	}
}

.s_voice a{
	margin-bottom: 15px;
	display: block;
	&:hover{
		transform: translateY(-5px);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	& .voice_bg {
		height: 132px;
		background-image: url(../img/common/s_voice_bg.webp);
		background-size: cover;
	background-repeat: no-repeat;
	& .s_all_ti {
		text-align: center;
		line-height: 1;
		color: #fff;
		font-size: 25px;
		padding-top: 15px;
		& span {
			display: block;
			font-size: 12px;
			font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
			margin-top: 5px;
			letter-spacing: 0.05em;
			font-weight: 300;
		}
	}
	& .s_voice_more {
		width: 170px;
		height: 45px;
		box-sizing: border-box;
		border-radius: 23px;
		border: solid 1px #fff;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 0 20px;
		padding: 0 0 0 40px;
		margin: 15px auto 0 auto;
		transition: .3s;
	}
	}
}

.s_info {
	margin-bottom: 15px;
	&  .s_all_ti {
		text-align: center;
		line-height: 1;
		color: #287b44;
		font-size: 25px;
		padding: 15px 0 10px 0;
		& span {
			display: block;
			font-size: 12px;
			font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
			margin-top: 5px;
			letter-spacing: 0.05em;
			font-weight: 300;
			color: #8b8a8a;
		}
	}
	& iframe {
		width: 100%;
		height: 190px;
	}
}
.info_con {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 0 15px;
	& ul li a {
		box-sizing: border-box;
		font-size: 13px;
		padding: 20px 0 0px 0;
		margin: 5px 0;
		display: block;
		height: 95px;
		border-bottom: solid 1px #ccc;
		&:hover {
			background: #eaeaea;
		}
		& div {
			margin-bottom: 7px;
			& .info_tag p{
				padding: 2px 5px;
				background: #f5f4f4;
				font-size: 12px;
				margin: 0 0 0 5px;
				display: inline-block;
			}
		}
		& p {
			line-height: 16px;
		}
		
	}
	& .info_more {
		width: 170px;
	height: 45px;
	box-sizing: border-box;
	border-radius: 23px;
	background: #287b44;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0 20px;
	padding: 0 0 0 40px;
	margin: 15px auto;
	&:hover {
		transform: translateY(-5px);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	}
	}
}

.s_company {
	& .shop {
		background: #eaf2ec;
		box-sizing: border-box;
		padding: 15px;
		margin: 0 0 15px 0;
		& .ti {
			line-height: 1;
			font-size: 20px;
			color: #287b44;
			padding-bottom: 5px;
			border-bottom: solid 1px #287b44;
		}
		& a {
			font-size: 23px;
			margin: 15px 0 10px 0;
			display: flex;
			align-items: center;
			gap: 3px 0;
		}
		& .te {
			font-size: 14px;
			line-height: 1.3;
		}
	}
	& .compa_more  {
		width: 100%;
		height: 45px;
		box-sizing: border-box;
		border-radius: 23px;
		background: #287b44;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 0 32px;
		padding: 0 0 0 65px;
		margin: 15px auto;
		&:hover {
			transform: translateY(-5px);
			box-shadow: 0 0 5px rgb(0 0 0 / 20%);
		}
	}
}
@media (min-width: 500px) and (max-width: 1300px) {
	.s_company {
    & .shop {
        & a {font-size: 20px;}
				& .te {
					font-size: 12px;
				}
			}
}
}
/* /original_sidebar */


/* 売却LP売却実績 */

.sale_result_ma {
	margin-bottom: 20px;

	ul {
		list-style: none;
		margin: 0;
		padding: 0;

		li {
			overflow: hidden;
			border-bottom: 1px solid #eee;
			border-right: solid 1px #eee;

			a {
				display: block;
				text-decoration: none;

				.sale2_l_item {
					border: 1px solid #dcdcdc;
					padding: 15px;
					box-sizing: border-box;
					width: 25%;
					text-align: center;
					border-right: none;
					font-size: 14px;
					float: left;
					border-top: none;
					height: 50px;
					color: #000;
				}
			}

		}
	}

}
/* /売却LP売却実績 */
