@charset "shift_jis";

/* CSS Document */



/*************************************************/

/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */

/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */

/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */

/* 対象箇所
---------------------------------------- */

/*************************************************/


/* ----------------------------------------
　common
---------------------------------------- */
html {
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
}
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 35px 0 0 0;
	padding: 0;
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

H1 {
	color: #000000;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 22px;
	padding-left: 10px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.login_show {
	display: none;
}

.logout_show {
	display: none;
}

.pc_off {
	display: none !important;
}

.toushi_mode {
	display: none !important;
}

.container {
	margin: 120px auto 50px auto !important;
}

/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* 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 #2c2c2c;
	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 #2c2c2c;
	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 #2c2c2c;
	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 #2c2c2c;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #2c2c2c;
	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: #2c2c2c;
	color: #fff;
}

.main_mypage_menu ul li a {
	color: #2c2c2c;
	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: #2c2c2c;
}

.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 #2c2c2c;
	background: #2c2c2c;
	color: #fff;
}

.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #2c2c2c;
}

h2.mp_title {
	background: #2c2c2c;
}

input.member_add_btn {
	background-color: #2c2c2c;
	border: 1px solid #2c2c2c;
}

input.member_add_btn:hover {
	color: #2c2c2c;
}

input.member_add_btn:focus {
	color: #2c2c2c;
}

#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list .shosai_link_box .shosai_link_tl:after {
	background: #2c2c2c;
}

#mp_bukken .osusume_more a {
	border: 1px solid #2c2c2c;
	box-shadow: 0px 2px 0px 0px #2c2c2c;
	color: #2c2c2c;
}

#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #2c2c2c;
	background: #2c2c2c;
}

.mem_match_conf .line-bg .selbg-title {
	background-color: #2c2c2c;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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;
}

/* ----------------------------------------
　search 検索
---------------------------------------- */
.search_c_result_btn{
	background:#2c2c2c;
	box-shadow: 0 3px 0 #000;
}
table.search_joken td.search_koumoku .search_window_btn input.free_btn{
	background:#2c2c2c;
	box-shadow: 0 3px 0 #000;
}
.gakku_comment{
	color:#a72929;
}

/* ----------------------------------------
　header 固定
---------------------------------------- */

.new_header {
	background-color: #2c2c2c;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}

.new_header_inner {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}

.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}

.new_header_menu {
	float: right;
	margin-top: 6px;
}

.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.new_header_menu li {
	width: 110px;
	list-style-type: none;
	background-color: #eeeeee;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}

.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #d33f0e;
}

.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
}

.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}

.new_header_menu a i {
	margin: 0 5px 0 0;
}

.new_header_menu a img {
	float: left;
}

#header_home {
	width: 40px !important;
	background: none !important;
}

#header_home a {
	padding: 0px !important;
	height: 22px !important;
	width: 100% !important;
}

#header_home a img {
	margin: 0px auto;
	float: none;
}

.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.new_header_home {
	width: 75px !important;
}

.new_header_home a {
	padding: 3px 5px;
}


/* --　ここから下は削除してOK　-- */

/* ----------------------------------------
　header
---------------------------------------- */

/*********************************************
　　h_nav01
*********************************************/

.h_nav01 .header_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

.h_nav01 .h_logo {
	width: 210px;
	float: left;
}

.h_nav01 .h_info {
	width: 610px;
	margin-left: 10px;
	float: left;
}

.h_nav01 .h_inq {
	width: 160px;
	float: right;
}

/*navi*/
.h_nav01 .h_nav {
	width: 100%;
	background: #2c2c2c;
	/*★メニュー背景色*/
}

.h_nav01 .h_nav ul {
	width: 1000px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border-right: 1px solid #777777;
}

.h_nav01 .h_nav ul li {
	float: left;
	width: 141px;
	/*★メニュー項目横幅（項目数により変更）*/
	font-weight: bold;
	border-left: 1px solid #777777;
}

.h_nav01 .h_nav ul li:first-child {
	width: 147px !important;
	/*★1番目の項目横幅（項目数により調節）*/
}

.h_nav01 .h_nav ul li span {
	display: block;
	color: #cccccc;
	/*★メニュー文字色*/
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}

.h_nav01 .h_nav ul li a {
	display: block;
	color: #ffffff;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
}

.h_nav01 .h_nav ul li a:hover {
	color: #cccccc;
	/*★メニューhover文字色*/
	background: #021735;
	/*★メニューhover背景色*/
}

/* ----------------------------------------
　footer
---------------------------------------- */

/*********************************************
　　f_navi01
*********************************************/

.f_nav01 {
	width: 100%;
	border-top: 5px solid #2c2c2c;
	/*★フッター上部の枠色*/
}

.f_nav01 .f_search_wrap {
	width: 1000px;
	margin: 10px auto;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.f_nav01 .f_search {
	float: left;
}

.f_nav01 .f_search_ti {
	/*★検索タイトル文字指定*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.f_nav01 .f_search ul {
	width: 166px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.f_nav01 .f_search ul li {
	text-align: left;
	margin: 5px 0;
}

.f_nav01 .f_search ul li a {
	display: block;
	color: #333333;
	/*★項目リストの文字色*/
	text-indent: 15px;
	text-decoration: none;
	background: url(/tool/sample/footer/img/list_icon.png) left 50% no-repeat;
	/*★項目リストのアイコン画像*/
}

.f_nav01 .f_search ul li a:hover {
	color: #d90000;
	/*★項目リストのhover文字色*/
	text-decoration: underline;
	background: url(/tool/sample/footer/img/list_icon_on.png) left 50% no-repeat;
	/*★項目リストのhoverアイコン画像*/
}

.f_nav01 .f_company {
	clear: both;
	padding: 10px 0;
}

.f_nav01 .f_tx {
	text-align: left;
	margin: 10px 0;
}

.f_nav01 .f_copyright {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	background: #2c2c2c;
	/*★コピーライト背景色*/
}

/* ----------------------------------------
　side
---------------------------------------- */
.side_w {
		width:200px;
		float:right;
		margin:10px 0 0 0;
	.side_bnr {
		margin: 0 0 30px 0;
	}

	.side_info {
		margin: 0 0 30px 0;
		.side_info_ti {
			text-align: center;
			margin:0 0 10px 0;
		}
		iframe{
			width:200px;
			height:240px;
		}
		.side_info_btn {
			width: 180px;
			margin: 0 auto;
			a {
				display: block;
				color: #fff;
				line-height: 44px;
				text-align: center;
				background-color: #2c2c2c;
				text-align: center;
				text-decoration: none;
				border: 2px solid #2c2c2c;
				box-sizing: border-box;
			}
			a:hover {
				background-color: #fff;
				color: #2c2c2c;
				border: 2px solid #2c2c2c;
				transition: 0.5s;
			}
		}
	}
	.side_about {
		.side_about_ti {
			margin:0 0 10px 0;
		}
		.side_about_com {
			margin:0 0 20px 0;
		}
		.side_about_logo {
			text-align: center;
			margin:0 0 10px 0;
		}
		.side_about_tel{
			text-align: center;
			a{
			font-size: 22px;
			font-weight: bold;
			letter-spacing: 0.08em;
			color:#2c2c2c;
			font-family: “Century Gothic”;
			text-decoration: none;
			}
		}
		.side_about_row{
				padding:10px;
			p{
				font-size:12px;
				line-height: 1.5;
				letter-spacing: 0.02em;
				margin:0 0 0 0;
			}
		}
	}
	.side_about_btn{
		a {
			display: block;
			color: #fff;
			line-height: 44px;
			text-align: center;
			background-color: #2c2c2c;
			text-align: center;
			text-decoration: none;
			border: 2px solid #2c2c2c;
			box-sizing: border-box;
			margin:0 0 10px 0;
		}
		a:hover {
			background-color: #fff;
			color: #2c2c2c;
			border: 2px solid #2c2c2c;
			transition: 0.5s;
		}
	}
}
.s_info_box{
	margin:0 0 0 0;
	padding: 0;
	border-top: 1px solid #f3f3f3;
	li{
		list-style: none;
		margin:0 0 0 0;
		padding:0 0 0 0;
		border-bottom: 1px solid #f3f3f3;
		box-sizing: border-box;
		a{
			padding: 10px;
			color:#2c2c2c;
			text-decoration: none;
			font-weight: bold;
			display: block;
			p.t_info_tit{
				margin:0;
			}
			.t_info_con{
				p{
					font-size:12px;
					font-weight: normal;
					line-height: 18px;
					letter-spacing: 0.05em;
					color:#b5b5b5;
					margin:0 0;
				}
			}
		}
		a:hover{
			background-color: #f3f3f3;
		}

	}
}

.mp_side h2{
	background-color: #2c2c2c;
}
.mp_side h3,
.mp_side ul li a{
	color: #2c2c2c;
}
.mp_side ul li{
	border-bottom: 1px solid #2c2c2c;
}
.mp_side ul li a:after{
	border-left: 4px solid #2c2c2c;
}
.mp_side ul li a:hover {
    background: #2c2c2c;
}
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}

.l-sidenavi,
.side {
	width: 300px;
	float: right;
}

/* ----------------------------------------
サイドバーを200pxで利用する場合は
下記のコメントアウトを外してください。
---------------------------------------- */

/*--side-200px用---*/
.container,
.lpo_container,
.lpo_main {
	width: 1000px !important;
}

.l-sidenavi,
.side,
.lpo_m_regist {
	width: 200px !important;
}

.l-sidewaku {
	padding: 0;
	box-shadow: none;
	margin: 0;
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.l-sidewaku_search {
	border-top: 1px solid #2c2c2c;
	box-sizing: border-box;
	background-color: #f2f2f2;
	padding: 15px 10px;
}

.l-sidewaku h4 {
	font-size: 13px;
	text-align: center;
	border: 0;
	color: #2c2c2c;
	font-size: 14px;
	letter-spacing: 0.12em;

}

.l-sidewaku h4 img {
	display: block;
	margin: 0 auto 10px auto;
}

.list_side_kensaku input,
.list_side_kensaku a {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	margin: 10px 0;
	background-color: #2c2c2c;
	box-shadow: none;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.list_side_kensaku input:hover,
.list_side_kensaku a:hover {
	background-color: #a00303;

}

.l-sidewaku h5 {
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.12em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 10px;
	background-color: #f2f2f2;
	border-top: 1px solid #2c2c2c;
}

.list_side_shubetsu,
.list_side_area {
	margin: 0 0 20px 0;
}

.list_side_madori {
	margin: 0;
}

.list_side_shubetsu label,
.list_side_area .line_a2 label,
label.s-search-checklabel {
	font-size: 12px;
	padding: 5px;
}

.list_side_shubetsu label:hover,
.list_side_area .line_a2 label:hover,
label.s-search-checklabel:hover {
	background: #fafafa;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.list_side_shubetsu label input,
.list_side_area .line_a2 label input,
label.s-search-checklabel input {
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
	border: 1px solid #c1c9d1;
	border-radius: 2px;
	/*appearance: none;*/
}

.list_side_area input.pop_btn {
	font-size: 10px;
	display: block;
	width: 80%;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	box-sizing: border-box;
}

.list_side_area input.pop_btn:hover {
	border: 1px solid #f2f2f2;
	background-color: #fff;
}

.list_side_area li {
	width: 100%;
}

.l-sidewaku .side_kakaku {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0 20px 0;
}

.side_kakaku select {
	width: 80px;
	height: 35px;
	font-size: 11px;
	text-align: center;
	color: #2c2c2c;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	margin: 0;
	appearance: none;
}

.side_kakaku select[name="build_old"],
.side_kakaku select[name="foot_station"] {
	width: 100%;
}

.list_side_kodawari label {
	font-size: 11px;
}

.side_kodawari {}

.side_kodawari .s-searchtitle {
	width: 100% !important;
	font-size: 12px !important;
	line-height: 30px !important;
	letter-spacing: 0.12em !important;
	font-weight: normal !important;
	margin: 0 0 10px 0 !important;
	padding: 0 10px !important;
	background-color: #f2f2f2 !important;
	border-top: 1px solid #2c2c2c !important;
	border-radius: 0 !important;
}

.s-search-checklabel {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #fff;
	display: flex !important;
	align-items: center;
}

/*--side-200px用---*/



/*検索 共通*/
.s_search {
	box-sizing: border-box;
	margin: 0 auto 20px;
	border: 1px solid #cccccc;
}

.s_search h2 {
	color: #ffffff;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #2c2c2c;
	/*★見出し背景色*/
}

.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}

.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	background: #f0f0f0;
	/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#f5f5f5),
			to(#f0f0f0));
	/* Webkit系 */
	background: -moz-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* Mozilla系 */
	background: -ms-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
	/* IE8-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
	/* IE5.5-7 */
}

.s_search ul li a {
	width: 99%;
	margin: auto;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	/* text-indent: 30px; */
	text-decoration: none;
	background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}

.s_search ul li a:hover {
	color: #000000;
	background: #dddddd url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	/*★hover背景色・アイコン画像*/
}

.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}

/*店舗情報*/
.s_company {
	box-sizing: border-box;
	margin: 15px 0;
	border: 1px solid #cccccc;
}

.s_company h2 {
	color: #ffffff;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #2c2c2c;
	/*★見出し背景色*/
}

.s_company_inner {
	margin: 5px;
}

.s_company_inner p {
	clear: both;
}

.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}

.s_company_btn-l {
	float: left;
}

.s_company_btn_r {
	float: right;
}

/* ----------------------------------------
.pan_wrap
---------------------------------------- */
.pan_wrap div {
	font-size: 10px;
	color: #2c2c2c;
}

.pan_wrap div a {
	background: none;
	font-size: 10px;
	color: #2c2c2c;
}

.pan_wrap div:after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* ----------------------------------------
物件一覧　/list/
---------------------------------------- */
.rhs_title_h1 {
	border-bottom: 1px solid #a7a6a6;
	font-weight: normal;
}

.rhs_title_h1:after {
	width: 20px;
	border-bottom: solid 3px #000;
}

.kaiinbukken_count {
	border: 2px solid #f2f2f2;
	background-color: #f2f2f2;
	box-sizing: border-box;
	color: #2c2c2c;
	font-weight: bold;
	letter-spacing: 0.12em;

	a {
		font-size: 15px;
		text-align: center;
		text-indent: 0;

		.li-kennsuu2 {
			font-size: 30px;
			color: #2c2c2c;
			padding: 0 5px;
		}
	}
}

.kaiinbukken_count:hover {
	background-color: #fff;
	border: 2px solid #f2f2f2;
}

.pager_left b {
	font-size: 20px;
	color: #a00303;
}

.pager_left span {
	color: #a00303;
}

.all_check_form {
	height: 32px;
	line-height: 32px;
	border: 0px;
	border-radius: 0;
	background-color: #f2f2f2;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	background-color: #2c2c2c;
	padding: 0 45px;
}

.all_check {
	height: 32px;
	line-height: 32px;
	border: 0px;
	border-radius: 0;
	background-color: #f2f2f2;
	font-weight: normal;
	font-size: 10px;
	margin: 0 5px 10px 0;
	padding: 0 30px;
}

.all_check:hover {
	color: #2c2c2c;
	border: 2px solid #f2f2f2;

}

.list_juni form select {
	border: 1px solid #2c2c2c;
	border-radius: 0px !important;
	font-size: 12px;
}

select[name="display_num"] {
	border: 1px solid #2c2c2c;
	border-radius: 0px !important;
	font-size: 12px;
}

select[name="sort_select"] {
	border: 1px solid #2c2c2c;
	border-radius: 0px !important;
	font-size: 12px;
}

.list_row_border {
	border-bottom: 1px solid #c1c9d1;
	border-left: 1px solid #c1c9d1;
	border-right: 1px solid #c1c9d1;
	border-top: 1px solid #7f7979;
}

.list_row_border:hover {
	background: #fafafa;
}

.list_h3_bg {
	background-color: #f2f2f2;
}

.list_check {
	font-size: 9px;
	text-align: center;
	color: #2c2c2c;
}

.list_check input {
	border: 1px solid #c1c9d1;
}

.list_row_h2 h2 a p {
	color: #2c2c2c;
	font-size: 14px;
	text-decoration: none;
}

.list_row_left span {
	font-weight: normal;
	background-color: #2c2c2c;
	letter-spacing: 0.16em;
}

.list_row_left p {
	color: #2c2c2c;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 14px;
}

.list_row_right table {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.list_row_right table tr th {
	font-weight: normal;
	text-indent: 25px;
	letter-spacing: 0.16em;
	background-color: #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}

.list_row_right table tr td {
	letter-spacing: 0.16em;
	border-top: 1px solid #f2f2f2;
}

.list_kakaku {
	font-size: 18px;
	color: #a00303;
}

span.bukken_icon_new,
span.bukken_icon_down {
	font-size: 14px;
	font-family: "Century Gothic";
	height: 45px;
	line-height: 45px;
	/*display: block;*/
	padding: 5px 5px !important;
	background: #c1c9d1;
	border: 0;
	font-weight: normal !important;
	letter-spacing: 0.16em;
	border-radius: 2px !important;
	width: max-content;
	text-indent: 0;
}
ul.pager li a:hover, ul.pager li a:active{
	background-color: #2c2c2c;
}

/* ----------------------------------------
物件一覧　会員　/list/
---------------------------------------- */
.list_block3 {
	border-top: 1px solid #7f7979;
}

.list_block3:hover {
	border: 1px solid #c1c9d1;
	border-top: 1px solid #7f7979;

}

.list_block3 h3 {
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
}

.list_row_h3 h3 a p span,
.list_block3 h3 span {
	height: 26px;
	line-height: 26px;
	font-size: 12px !important;
	background: #a00303;
	border: 1px solid #a00303;
	color: #fff;
	font-weight: normal !important;
	letter-spacing: 0.16em;
	border-radius: 0 !important;
	display: inline-block;
}

.list_block3_btn {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.list_block3_btn a {
	height: 32px;
	width: 130px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: #2c2c2c;
	letter-spacing: 0.16em;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.list_block3_btn a:hover {
	background-color: #a00303;
}

/* ----------------------------------------
一覧・詳細のアイコン説明 　/list/
---------------------------------------- */
.icon_explan {
	margin: 0 0 0 10px;
	position: absolute;
	left: 674px;
	top: 65px;
}

.icon_explan>p {
	margin: 8px 0 8px 0;
	cursor: pointer;
	font-weight: bold;
}

.icon_explan>p span {
	display: flex;
	align-items: center;
	gap: 0 3px;
	font-size: 12px;
	color: #aaa;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

.icon_explan>p span:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/img/shosai/icon_ex.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon_explan>div {
	opacity: 0;
	width: max-content;
	padding: 15px;
	background: #FFF;
	border: 3px solid #333;
	border-radius: 5px;
	position: absolute;
	top: 30px;
	left: -10px;
	transition: all 0.2s;
	z-index: -1;
}

.icon_explan>div:before {
	content: "";
	display: block;
	width: 40px;
	height: 15px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #333;
	position: absolute;
	left: 30px;
	top: -15px;
}

.icon_explan p:hover+div {
	opacity: 1;
	z-index: 30;
}

.list_row_fav {
	z-index: 0;
}

.icon_explan>div ul {
	margin: 0;
	padding: 0;
}

.icon_explan>div ul li {
	display: flex;
	align-items: center;
	gap: 0 7px;
}

.icon_explan>div ul li:not(:last-child) {
	margin: 0 0 5px 0;
}

.icon_explan>div ul li div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	text-align: center;
}

.icon_explan>div ul li div img {
	max-width: 32px;
	max-height: 32px;
}

.icon_explan>div ul li p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.icon_explan>div ul li p>span {
	background: #009966;
	margin: 0 7px 0 0;
	padding: 2px 3px 2px 3px;
	color: #FFF;
	font-size: 11px;
	display: inline-block;
	width: 46px;
	text-align: center;
	font-weight: bold;
}

.search_c_result_bg,
.s-searchtitle-change,
.list_block3 h3,
.list_h3_bg,
.list_row_right table tr th,
.l-sidewaku h4 {
	background: #f5f5f5;
}


/* ----------------------------------------
フッター
---------------------------------------- */
footer {
	overflow: hidden;

	& h2,
	h3,
	ul,
	li,
	p {
		margin: 0;
		padding: 0;
	}

	& ul,
	li {
		list-style: none;
	}

	& a {
		text-decoration: none;
		color: #000000;
	}

	.moji_cent {
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}

	.f_wrap {
		background-color: #2c2c2c;
		padding: clamp(150px, 21.4vh, 180px) 0px clamp(50px, 7.1vh, 70px) 0px;

		.f_inner {
			width: clamp(950px, 70vw, 1200px);
			margin: 0 auto;

			.f_con {
				display: flex;
				justify-content: space-between;

				.f_l_box {
					.f_btn_w {
						display: flex;

						.f_btn_box {
							.f_btn_tit {
								font-size: 10px;
								line-height: 1.2;
								letter-spacing: 0.06em;
								color: #ffffff;
							}

							.f_btn_item_box {
								display: flex;
								width: 100%;
							}

							.f_btn_item {
								width: clamp(160px, 11.5vw, 170px);
								margin: 15px 0px 0px 0px;

								li {
									margin: 20px 0px 0px 0px;

									>a {
										font-size: clamp(10px, 0.76vw, 12px);
										line-height: 15px;
										letter-spacing: 0.16em;
										color: #ffffff;
										display: block;
										transition: all 0.2s;

										&:hover {
											color: #b1bad8;
										}
									}

									.moji_cent {
										font-size: clamp(11px, 0.84vw, 12px);
										line-height: 15px;
										letter-spacing: 0.16em;
										color: #ffffff;
										display: block;
									}
								}

								li:first-child {
									margin: 0px;
								}
							}
						}
					}
				}

				.f_r_box {
					>ul {
						width: clamp(250px, 19.2vw, 304px);

						>li {
							background-color: #ffffff;
							border-radius: 2px;
							box-sizing: border-box;
							padding: clamp(25px, 3.5vh, 30px) clamp(15px, 1.15vw, 20px);

							.f_r_box_t {
								border-bottom: 1px solid #313131;
								padding: 0px 0px clamp(25px, 3.5vh, 30px) 0px;

								>img {
									width: clamp(130px, 10vw, 165px);
								}

								>p {
									font-size: clamp(10px, 1.07vw, 13px);
									line-height: 1.2;
									letter-spacing: 0.06em;
									margin: 20px 0px 0px 0px;
								}
							}

							>a {
								margin: clamp(20px, 2.8vh, 25px) 10px 0px 10px;
								display: block;
								background-color: #2c2c2c;
								color: #ffffff;
								font-size: clamp(12px, 0.92vw, 15px);
								line-height: clamp(48px, 6.8vh, 58px);
								letter-spacing: 0.18em;
								padding: 0px 0px 0px 20px;
								position: relative;
								transition: all 0.2s;
								border: 1px solid #2c2c2c;
								box-sizing: border-box;

								&:hover {
									background-color: #ffffff;
									color: #000;

									&:after {
										background-image: url(/img/common/footer/f_arrow_h.webp);
									}
								}

								&:after {
									content: "";
									display: block;
									background-repeat: no-repeat;
									background-size: contain;
									position: absolute;
									width: clamp(10px, 0.76vw, 14px);
									height: clamp(8px, 1.14vh, 10px);
									background-image: url(/img/common/footer/f_arrow.webp);
									top: 0;
									bottom: 0;
									margin: auto;
									right: 20px;
									transition: all 0.2s;
								}
							}
						}

						>li:nth-child(2) {
							margin: 30px 0px 0px 0px;
						}
					}
				}

				.f_com_info_w {
					margin: clamp(150px, 21.4vh, 170px) 0px 0px 0px;

					.f_com_info_in {
						display: flex;
						gap: 0px 20px;

						>ul {
							display: flex;
							gap: 0px 10px;

							>li {
								>a {
									display: block;
									transition: all 0.2s;

									&:hover {
										opacity: 0.4;
									}
								}
							}
						}
					}
					.f_com_info_jobbnr {
						margin: 15px auto 0px auto;
						>ul {
							display: flex;
							gap: 0px 10px;

							>li {
								width: 130px;
								>a {
									display: block;
									transition: all 0.2s;

									&:hover {
										opacity: 0.4;
									}
									>img {
										    width: 100%;
											height: auto;
									}
								}
							}
						}
					}

					>p {
						font-size: clamp(10px, 0.76vw, 12px);
						line-height: 1.2;
						letter-spacing: 0.16em;
						color: #ffffff;
						margin: 13px 0px 0px 0px;
					}
				}
			}

			.f_com_cp {
				font-size: clamp(10px, 0.76vw, 12px);
				line-height: 1.2;
				letter-spacing: 0.16em;
				color: #ffffff;
				margin: 50px 0px 0px 0px;
			}
		}
	}
}

/* ----------------------------------------
ヘッダー
---------------------------------------- */
header {
	overflow: hidden;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 999;
	box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 30%);

	& h2,
	h3,
	ul,
	li,
	p {
		margin: 0;
		padding: 0;
	}

	& ul,
	li {
		list-style: none;
	}

	& a {
		text-decoration: none;
		color: #000000;
	}

	.h_wrap {
		display: flex;
		justify-content: space-between;
		padding: clamp(31px, 4.4vh, 34px) clamp(130px, 10vw, 150px) clamp(31px, 4.4vh, 34px) clamp(25px, 1.9vw, 30px);
		align-items: flex-end;

		.h_left {
			display: flex;
			gap: 0px clamp(50px, 5.3vw, 120px);
			align-items: center;

			>a {
				display: block;
				width: clamp(200px, 15.3vw, 268px);

				>img {
					width: 100%;
				}
			}

			>ul {
				display: flex;
				gap: 0px clamp(25px, 1.9vw, 30px);

				>li {
					>a {
						display: block;
						font-size: clamp(11px, 0.84vw, 13px);
						line-height: 1.2;
						letter-spacing: 0.16em;
						transition: all 0.2s;

						&:hover {
							color: #b1bad8;
						}
					}
				}
			}
		}

		.h_right {
			display: flex;
			gap: 0px clamp(15px, 1.15vw, 20px);

			>li {
				>a {
					display: block;
					background-color: #2c2c2c;
					border-radius: 17px;
					text-align: center;
					color: #ffffff;
					padding: 0px clamp(24px, 1.8vw, 28px);
					line-height: clamp(28px, 4vh, 33px);
					font-size: clamp(10px, 0.76vw, 13px);
					letter-spacing: 0.18em;
					transition: all 0.2s;
					border: 1px solid #2c2c2c;
					box-sizing: border-box;

					&:hover {
						background-color: #ffffff;
						color: #000;
					}
				}
			}
		}
	}

	/* ----------------------------------------
ハンバーガーメニュー
---------------------------------------- */
	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: clamp(950px, 70vw, 1200px);
		background-color: #ffffff;
		box-sizing: border-box;
		position: relative;
		margin: clamp(50px, 7.1vh, 80px) auto;
		border-radius: 5px;
		overflow: hidden;
		z-index: 0;
		padding: clamp(10px, 1.4vh, 15px) clamp(40px, 3vw, 50px) clamp(35px, 5vh, 50px) clamp(40px, 3vw, 50px);
	}

	.tab-buttons {
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}

	/*タブのスタイル*/
	.tab-buttons span {
		width: calc(100% / 3);
		line-height: 55px;
		display: block;
		float: left;
		text-align: center;
		transition: all 0.2s ease;
		color: #001111;
		font-size: clamp(15px, 1.15vw, 20px);
		letter-spacing: 0.18em;
		cursor: pointer;
		transition: all 0.2s;
		border-bottom: 1px solid #2c2c2c;
		box-sizing: border-box;
	}

	/*選択されているタブのスタイルを変える*/
	#lamp.content1~span.content1 {
		border-bottom: 3px solid #2c2c2c;
	}

	#lamp.content2~span.content2 {
		border-bottom: 3px solid #2c2c2c;
	}

	#lamp.content3~span.content3 {
		border-bottom: 3px solid #2c2c2c;
	}

	.tab-content>div {
		box-sizing: border-box;
	}

	.content2 {
		.nav_block {
			width: calc(calc(100% - 30px) / 2);
		}
	}

	.content3 {
			.nav_block {
			width: calc(calc(100% - 30px) / 2);
		}
	}

	.nav_block {
		width: calc(calc(100% - 90px) / 4);

		>div {
			display: flex;
		}

		.nav_block_btn {
			margin: clamp(20px, 2.8vh, 25px) 0px 0px 0px;
			padding: 0px;
			width: 100%;

			>li {
				margin: clamp(15px, 2.1vh, 20px) 0px 0px 0px;
			}

			>li:first-child {
				margin: 0px;
			}
		}
	}

	.nav_block>p {
		margin: 0px;
		font-size: clamp(12px, 0.92vw, 15px);
		letter-spacing: 0.06em;
		box-sizing: border-box;
		line-height: 1.2;
		color: #6d6e6d;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-weight: bold;
	}

	.nav_block>p i {
		color: #d71718;
		margin-right: 10px;
	}

	.nav_block_w {
		display: flex;
		justify-content: flex-start;
		margin: clamp(40px, 5.7vh, 50px) clamp(20px, 1.5vw, 30px) 0px clamp(20px, 1.5vw, 30px);
		gap: 0px 30px;
	}

	.nav_block_btn li {
		position: relative;
		background-color: #ffffff;
	}

	.nav_block_btn li a {
		font-size: clamp(12px, 1.15vw, 14px);
		letter-spacing: 0.16em;
		transition: all 0.2s;
		color: #2c2c2c;
		text-decoration: none;
	}

	.nav_block_btn li a:hover {
		color: #b1bad8;
	}

	.nav_con_btn {
		margin: clamp(40px, 5.7vh, 60px) 0px 0px 0px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 0px;

		>li {
			width: calc((100% - 20px) / 3);
			position: relative;
			overflow: hidden;

			&:hover {
				&:before {
					transform: scale(1.1);
				}
			}

			&:before {
				content: "";
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-size: cover;
				position: absolute;
				top: 0;
				right: 0px;
				z-index: -1;
				transition: all 0.2s;
				background-position: right 50% bottom 50%;
			}

			>a {
				display: block;
				color: #ffffff;
				padding: clamp(90px, 12.8vh, 110px) clamp(20px, 1.5vw, 25px) clamp(20px, 2.8vh, 25px) 0px;
				font-size: clamp(15px, 1.15vw, 18px);
				letter-spacing: 0.1em;
				font-weight: bold;
				text-align: right;
				text-decoration: none;
			}
		}

		>li:nth-child(1) {
			&:before {
				background-image: url(/img/top/ser_btn_bg1.webp);
			}
		}

		>li:nth-child(2) {
			&:before {
				background-image: url(/img/top/ser_btn_bg2.webp);
			}
		}

		>li:nth-child(3) {
			&:before {
				background-image: url(/img/top/ser_btn_bg3.webp);
			}
		}

		>li:nth-child(4) {
			&:before {
				background-image: url(/img/top/ser_btn_bg4.webp);
			}
		}

		>li:nth-child(5) {
			&:before {
				background-image: url(/img/top/ser_btn_bg5.webp);
			}
		}

		>li:nth-child(6) {
			&:before {
				background-image: url(/img/top/ser_btn_bg6.webp);
			}
		}
	}

	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		right: clamp(35px, 2.6vw, 45px);
		top: 20px;
		z-index: 500;
		cursor: pointer;
		background-color: #2c2c2c;
		width: clamp(50px, 3.8vw, 60px);
		height: clamp(50px, 3.8vw, 60px);
		transition: all 0.2s;
		border-radius: 10px;
		border: 1px solid #2c2c2c;
		box-sizing: border-box;
	}

	.drawer_open:before,
	.drawer_open:after {
		content: "";
		display: block;
		height: 1px;
		width: clamp(18px, 1.3vw, 22px);
		background: #ffffff;
		transition: 0.5s;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}

	/* 三本線の一番上の棒の位置調整 */
	.drawer_open:before {
		bottom: 40%;
	}

	/* 三本線の一番下の棒の位置調整 */
	.drawer_open:after {
		top: 40%;
	}

	.drawer_open:hover {
		background-color: #ffffff;

		&:before,
		&:after {
			background: #000;
		}
	}

	.drawer_open p {
		font-size: clamp(13px, 1vw, 15px);
		line-height: 20px;
		letter-spacing: 0.05em;
		color: #ffffff;
		font-family: "Lato", sans-serif;
		font-weight: 700;
		margin: 45px 0px 0px 0px;
	}

	#drawer_input:checked~.drawer_open {
		background-color: #d71718;
	}

	.close_moji {
		display: none;
	}

	/* メニューのデザイン*/
	.nav_content {
		width: 100%;
		height: 100%;
		position: fixed;
		display: flex;
		right: 0px;
		left: 0px;
		margin: auto;
		top: -100%;
		background-color: rgba(0, 0, 0, 0.5);
		color: #ffffff;
		z-index: 20;
		overflow-y: auto;
		box-sizing: border-box;
		-ms-overflow-style: none;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		z-index: 400;
	}

	/* メニュー黒ポチを消す */
	.nav_list {
		list-style: none;
	}

	.new_header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 300;
	}

	.new_header_inner {
		overflow: auto;
		margin: 0px 110px 0px 0px;
	}

	.new_header_icon {
		float: left;
		margin: 8px 0 0 0;
	}

	.new_header_menu {
		float: right;
		margin-top: 30px;
	}

	.new_header_menu ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.new_header_menu li {
		list-style-type: none;
		float: left;
		padding: 0;
		text-align: center;
		position: relative;
	}

	.new_header_menu li:last-child a {
		margin: 0px 0px 0px 10px;
	}

	.new_header_menu a {
		color: #adadad;
		text-decoration: none;
		display: block;
		line-height: 18px;
		font-size: 11px;
		letter-spacing: 0;
		position: relative;
		transition: all 0.2s;
		margin: 0px 10px;
	}

	.new_header_menu a:hover {
		border-bottom: 1px solid #adadad;
	}

	.new_header_menu li:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 10px;
		background-color: #adadad;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
	}

	.new_header_menu li:last-child:after {
		display: none;
	}

	#header_home {
		width: 40px !important;
		background: none !important;
	}

	#header_home a {
		padding: 0px !important;
		height: 22px !important;
		width: 100% !important;
	}

	.new_header_home {
		width: 75px !important;
	}

	.new_header_home a {
		padding: 3px 5px;
	}

	.content5 .nav_block:nth-of-type(4) .nav_block_btn li:before {
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 0;
		top: 0;
		margin: auto;
		right: 20px;
		width: 10px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 0px;
		background-image: url(/img/common/header/h_link_icon.webp);
	}

	.content5 .nav_block:nth-of-type(4) .nav_block_btn li:after {
		display: none;
	}

	.modal {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 500;
	}

	.close-modal {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		right: clamp(35px, 2.6vw, 45px);
		top: 20px;
		z-index: 500;
		cursor: pointer;
		background-color: #2c2c2c;
		width: clamp(50px, 3.8vw, 60px);
		height: clamp(50px, 3.8vw, 60px);
		transition: all 0.2s;
		border-radius: 10px;
	}

	.close-modal:hover {
		background-color: #ffffff;

		&:before,
		&:after {
			background: #000;
		}
	}

	.close-modal::before {
		content: "";
		display: block;
		height: 2px;
		width: clamp(20px, 1.5vw, 25px);
		background: #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		bottom: 0;
		transform: rotate(45deg);
		background: #ffffff;
	}

	.close-modal::after {
		content: "";
		display: block;
		height: 2px;
		width: clamp(20px, 1.5vw, 25px);
		background: #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		top: 0;
		transform: rotate(-45deg);
		background: #ffffff;
	}

	.modal-inner {}

	.open-modal {
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
}