@charset "shift_jis";

/* CSS Document */

/* ----------------------------------------
　common
---------------------------------------- */

body {
	color: #3c3c3c;
	font-size: 12px;
	font-weight: normal;
	margin: 35px 0 0 0;
	padding: 0;
	font-family:"Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
p,a,ul,li,h2,h3,h4 {
	color: #3c3c3c;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: .3s
}

H1 {
	color: #fff;
	font-size: 10px;
	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: 400;
}

.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 48%;
	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;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* 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 #a5915a;
	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 #a5915a;
	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 #042455;
	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 #3c3c3c;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #3c3c3c;
	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: #3c3c3c;
  color: #fff;
}
.main_mypage_menu ul li a {
	color: #3c3c3c;
	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: #3c3c3c;
}
.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 #3c3c3c;
	background: #3c3c3c;
  color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #3c3c3c;
}
h2.mp_title {
	background: #3c3c3c;
}
input.member_add_btn {
	background-color: #3c3c3c;
	border: 1px solid #3c3c3c;
}
input.member_add_btn:hover {
	color: #3c3c3c;
}
input.member_add_btn:focus {
	color: #3c3c3c;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
	background: #3c3c3c;
}
#mp_bukken .osusume_more a {
	border: 1px solid #3c3c3c;
	box-shadow: 0px 2px 0px 0px #3c3c3c;
	color: #3c3c3c;
}
#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #3c3c3c;
	background: #3c3c3c;
}
.mem_match_conf .line-bg .selbg-title {
	background-color: #3c3c3c;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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 固定
---------------------------------------- */

.new_header {
	background-color: #3c3c3c;
	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;
}

.new_header_menu li {
	list-style-type: none;
	float: left;
	padding: 0;
  margin-right: 10px;
	text-align: center;
}

.new_header_menu li:nth-child(2) a {
  display: flex;
  align-items: center;
}

.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
  background-color: #d33f0e;
  border-radius: 2px;
}

.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
  font-weight: bold;
}

.new_header_menu a {
  color: #fff;
	text-decoration: none;
	display: block;
  padding: 3px 8px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
  position: relative;
}

.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;
}

.new_header_menu .favorite_num:not(:empty) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 17px;
  background: #d33f0e;
  color: #fff;
  border-radius: 50%;
  letter-spacing: -1px;
  text-indent: -1px;
  font-weight: bold;
  margin-left: 5px;
}



/* ----------------------------------------
　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: 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;
}



/*検索 共通*/
.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: #042455;
	/*★見出し背景色*/
}

.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: #042455;
	/*★見出し背景色*/
}

.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;
}

/* header */
.header_wrap {
	display: flex;
	justify-content: space-between;
	height: 88px;
	position: fixed;
	z-index: 25;
	top: 35px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 2px 2px rgba(55, 55, 55, 0.1);
}
.h_logo {
	margin: 0 0 0 40px;
	& a img {
		margin: 10px 0 0 0;
		width: 60px;
	}
}
.top_logo {
	display: none;
}
.h_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px 0;
}
.h_menu_le ul {
	display: flex;
	gap: 0px 30px;
	& li a {
		font-size: 15px;
		letter-spacing: 0.05em;
		position: relative;
		&::after {
			position: absolute;
			left: 0;
			content: '';
			width: 100%;
			height: 1px;
			background: #3c3c3c;
			bottom: -20px;
			transform: scale(0, 1);
			transform-origin: center;
			transition: transform 0.3s;
		}
		&:hover::after {
			transform: scale(1, 1);
	}
	}
}
.h_menu_ri ul {
	display: flex;
	margin-left: 40px;
	& li a {
		color: #fff;
		font-size: 15px;
		padding: 26px 25px 26px 30px;
		background: #3c3c3c;
		letter-spacing: 0.05em;
		&:hover {
			color: #a5915a;
		}
	}
	& li:nth-child(1) a,li:nth-child(2) a {
		border-radius: 0 0 0 20px;
		position: relative;
		&::before {
			content: "";
			width: 1px;
			height: 30px;
			background: #fff;
			position: absolute;
			top: 22px;
			right: 0;
		}
	}
	& li:nth-child(2) a {
		padding: 26px 35px 26px 30px;
	}
}

.line_fixd {
	position: fixed;
	top: 18vw;
	right: 0;
	z-index: 10;
	& a {
		font-size: 16px;
		font-weight: 500;
		writing-mode: vertical-rl;
		background: #3c3c3c;
		border-radius: 10px 0 0 10px;
		display: flex;
		align-items: center;
		padding: 20px 10px;
		box-shadow: -3px 0px 5px rgb(0 0 0 / 20%);
		gap: 0 15px;
		& p {
			color: #fff;
			letter-spacing: 0.1em;
		}
		& img {
			display: block;
		}
		&:hover {
			background: #848484;
		}
	}
}

/* /header */

/* footer */
.centry {
	font-family: "Century Gothic", "Montserrat", "Futura", "Hiragino Kaku Gothic ProN", sans-serif;
}
.footer_wrap {
	padding: 60px 0 0 0;
}
.foot_in {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.foot_le {
	width: 880px;
}
.foot_top_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
}
.foot_top {
	display: flex;
	align-items: center;
	& .foot_top_link {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.06em;
	}
	& ul {
		display: flex;
		margin: 0 0 0 70px;
		gap: 0 35px;
		& li a {
			font-size: 14px;
			font-weight: 600;
			padding-left: 20px;
			position: relative;
			&::before {
				content: "";
				width: 11px;
				height: 11px;
				border-radius: 6px;
				background: #3c3c3c;
				position: absolute;
				top: 5px;
				left: 2px;
			}
			&::after {
				position: absolute;
				left: 0;
				content: '';
				width: 100%;
				height: 1px;
				background: #3c3c3c;
				bottom: -5px;
				transform: scale(0, 1);
				transform-origin: center;
				transition: transform 0.3s;
			}
			&:hover::after {
				transform: scale(1, 1);
		}
		}
	}
}
.foot_sns ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-right: 20px;
	& li a img {
		width: 36px;
		transition: .3s;
		&:hover {
			opacity: .7;
		}
	}
}
.foot_menu {
	display: flex;
	justify-content: space-between;
}
.foot_sale,.foot_buy {
	width: 423px;
	padding-top: 25px;
	border-top: solid 1px #dedbdb;
	& p {
		color: #a5915a;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.06em;
	}
	& ul {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 0px;
		padding: 25px 0 35px 0;
		border-bottom: solid 1px #dedbdb;
		& li {
			width: 210px;
		}
		& li a {
			padding-left: 20px;
			box-sizing: border-box;
			font-size: 14px;
			letter-spacing: 0.05em;
			font-weight: 600;
			display: inline-block;
			position: relative;
			&::before {
				content: "";
				width: 11px;
				height: 11px;
				border-radius: 6px;
				background: #a5915a;
				position: absolute;
				top: 4px;
				left: 0px;
			}
			&::after {
				position: absolute;
				left: 0;
				content: '';
				width: 100%;
				height: 1px;
				background: #3c3c3c;
				bottom: -5px;
				transform: scale(0, 1);
				transform-origin: center;
				transition: transform 0.3s;
			}
			&:hover::after {
				transform: scale(1, 1);
		}
		}
	}
}
.foot_buy {
	& p {
		color: #3c3c3c;
	}
	& ul li a {
		&::before {
			background: #a7a3a3;
		}
	}
	& span {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.06em;
		padding-top: 25px;
		display: block;
	}
}

.foot_ri {
	width: 292px;
	background: #f0efef;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 40px 15px 20px 15px;
	letter-spacing: 0.15em;
	font-weight: 600;
	& ul li a {
		display: block;
		width: 260px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 30px;
		background: #3c3c3c;
		box-sizing: border-box;
		border: solid 1px #3c3c3c;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
		z-index: 0;
		&::before {
			content: "";
			position: absolute;
			bottom: -100%; /* 最初はボタンの下側に隠しておく */
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #fff; /* 変化後の色：赤 */
			z-index: -1; /* 文字の下に配置 */
			transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
		}
		&:hover {
			color: #3c3c3c;
		}
		&:hover::before {
			bottom: 0; /* 下からスッと上がってくる */
			background: #fff;
		}
	}
	& ul li:nth-last-child(-n+2) a {
		background: #a5915a;
		border: solid 1px #a5915a;
		&:hover {
			color: #a5915a;
		}
		&:hover::before {
			bottom: 0; /* 下からスッと上がってくる */
			background: #fff;
		}
	}
}
.foot_company {
	font-size: 18px;
	text-align: center;
}
.foot_tel {
	display: block;
	margin: 15px 0 10px 0;
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
.foot_time {
	font-size: 14px;
	line-height: 22px;
	padding: 0 20px 25px 20px;
	letter-spacing: 0.06em;
	& span {
		color: #a5915a;
		margin-top: 5px;
		display: block;
		letter-spacing: 0.03em;
		& i {
			font-size: 20px;
			margin-right: 3px;
		}
	}
}
.foot_bottom {
	margin: 60px auto;
	text-align: center;
	& a {
		display: block;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		margin: 20px 0;
	}
	& p {
		font-size: 11px;
	}
}
/* /footer */


/* sidebar */
.s_member_wrap {
	background: #3c3c3c;
	border-radius: 50px 50px 10px 10px;
	text-align: center;
	padding: 30px 7px;
	box-sizing: border-box;
}
.s_mem_li {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.s_mem_te {
	margin-top: 10px;
	font-size: 11px;
	color: #fff;
}
.s_mem_con {
	margin: 40px 0 0 0;
	position: relative;
	&::before {
		content: "";
		width: 2px;
		height: 12px;
		background: #a5915a;
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: 0 auto;

	}
	& ul {
		margin: -25px 0 0 0;
		padding: 50px 5px;
		background: #4f4f4f;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	& ul li {
		background: #3c3c3c;
		border-radius: 20px;
		position: relative;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		padding: 25px 0 15px 0;
		& span {
			position: absolute;
			top: -10px;
			right: 0;
			left: 0;
			margin: 0 auto;
			background: #4f4f4f;
			border-radius: 13px;
			width: 50px;
			height: 26px;
			font-size: 13px;
			letter-spacing: 0.18em;
			font-weight: 600;
		}
	}
}
.s_mem_btn {
	width: 180px;
    margin: -30px auto 0 auto;
    z-index: 1;
    position: relative;
}
.s_mem_btn ul {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	& li a {
		width: 100%;
		height: 40px;
		border-radius: 20px;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		display: flex;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.06em;
	}
	& li:nth-child(1) a,li:nth-child(2) a {
		background: #a5915a;
		border: solid 1px #a5915a;
		overflow: hidden;
		position: relative;
		z-index: 2;
		&::before {
			content: "";
			position: absolute;
			border-radius: 20px;
			bottom: -100%;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff;
			z-index: -1;
			transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
		}
		&:hover::before {
			bottom: 0;
			background: #fff;
		}
		&:hover {
			color: #a5915a;
		}
	}
	& li:nth-child(3) a,li:nth-child(4) a {
		position: relative;
		&::before {
			content: "";
			width: 120px;
			height: 1px;
			background: #fff;
			position: absolute;
			bottom: 5px;
			right: 0;
			left: 0;
			margin: 0 auto;
		}
		&:hover {
			color: #a5915a;
			&:before {
				background: #a5915a;
			}
		}
	}
}

.s_sale_wrap {
  border: 1px solid #eceaea;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-top: 25px;
	&::before {
		content: url(../img/common/s_sale_logo.webp);
		position: absolute;
		top: -55px;
		right: -30px;
		z-index: -1;
	}
}

.s_sale_li {
  font-size: 13px;
  margin: 14px 0 10px 0;
  letter-spacing: 0.06em;
}

.s_sale_img {
  display: block;
	margin: 20px 0 0 0;
}

.s_sale_link {
  margin: -20px auto 0 auto;
  width: 100%;
}
.s_sale_link li {
  margin-bottom: 8px;
}
.s_sale_link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: 500;
	border: solid 1px #3c3c3c;
	border-radius: 20px;
	width: 100%;
	height: 40px;
	letter-spacing: 0.08em;
	overflow: hidden;
	position: relative;
	z-index: 2;
	&::before {
		content: "";
		position: absolute;
		border-radius: 20px;
		bottom: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
		transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	}
	&:hover::before {
		bottom: 0;
		background: #3c3c3c;
	}
	&:hover {
		color: #fff;
	}
}
.s_sale_link li:nth-child(1) a {
	width: 90%;
	margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  background: #a5915a;
	border: solid 1px #a5915a;
	color: #fff;
	overflow: hidden;
	&:hover {
		color: #a5915a !important;
	}
	&:hover::before {
		background: #fff;
		z-index: -1;
	}
	
}

.s_sale_category {
  background-color: #eceaea;
  border-radius: 10px;
	margin-top: 15px;
}
.s_sale_category > p {
  font-size: 11px;
  font-weight: 600;
  color: #a5915a;
  padding: 8px 0;
}
.s_sale_category ul {
  display: flex;
	flex-wrap: wrap;
	& li {
		width: 50%;
	}
	& li:last-child {
		width: 100%;
		& a {
			border-radius: 0 0 10px 10px;
		}
	}
}
.s_sale_category ul li a {
  display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 0;
	border-top: solid 1px #fff;
	&:hover {
		background: #a5915a;
    color: #fff;
	}
}
.s_sale_category ul li:nth-child(even) a {
	border-left: solid 1px #fff;
}


.s_search_wrap {
	margin-top: 25px;
	border-radius: 10px;
	background: #eceaea;
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
	text-align: center;
	& img {
		display: block;
		margin: 0 auto;
	}
}
.s_sea_li {
	font-size: 15px;
	margin: 10px 0 6px 0;
}

.s_sea_con {
	margin-top: 25px;
	& p {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.05em;
		color: #a5915a;
		line-height: 1;
		margin-bottom: 10px;
	}
	& ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 4px;
	}
	& ul li a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 88px;
		font-size: 12px;
		height: 40px;
		border-radius: 20px;
		font-weight: 500;
		background: #fff;
	}
}
.s_sea_con a {
	position: relative;
	overflow: hidden;
	z-index: 0;
	&::before {
		content: "";
		position: absolute;
		bottom: -100%; 
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff; 
		z-index: -1; 
		transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	}
	&:hover {
		color: #fff;
	}
	&:hover::before {
		bottom: 0; 
		background: #3c3c3c;
	}
}


.s_sea_free {
	& .search_window {
		width: 100%;
		background: #fff;
		border-radius: 20px;
		height: 40px;
		border: none;
		box-sizing: border-box;
		font-size: 12px;
		font-weight: 500;
		padding-left: 23px;
	}
	& form {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px 0;
		& .free_btn {
				width: 100px;
				height: 30px;
				border-radius: 15px;
				background: #3c3c3c;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #fff;
				font-size: 12px;
				font-weight: 600;
				cursor: pointer;
				border: solid 1px #3c3c3c;
				box-sizing: border-box;
				position: relative;
				overflow: hidden;
				z-index: 0;
				&:hover {
					color: #3c3c3c;
			}
			&::before {
				content: "";
				position: absolute;
				bottom: -100%;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: #fff;
				z-index: -1;
				transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
		}
		&:hover::before {
			bottom: 0;
			background: #fff;
		}
	}
}
}
.s_sea_word ul li a {
	width: 180px;
}

.s_staff_voice {
	margin-top: 25px;
}
.s_staff_voice ul {
	display: flex;
	flex-direction: column;
	gap:25px 0;
}
.s_staff_voice ul li a {
	background: #3c3c3c;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 15px 10px;
	&:hover {
		background-color: #4f4f4f;
	}
	& p {
		font-size: 9px;
		color: #fff;
		margin: 2px 0 10px 0;
	}
	&::before {
		content: "";
		width: 5px;
		height: 5px;
		display: block;
		border-top: solid 1px #FFF;
		border-left: solid 1px #fff;
		transform: rotate(135deg);
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index: 50;
	}
}

.s_company_wrap {
	border-radius: 10px;
	background: #f0efef;
	margin-top: 25px;
	text-align: center;
	padding: 20px 10px;
}
.s_com_top {
	& .s_com_ti {
		font-size: 18px;
		letter-spacing: 0.14em;
		font-weight: 600;
	}
	& a {
		font-size: 25px;
		letter-spacing: 0.04em;
		margin:5px 0 2px 0;
		font-weight: 600;
		display: block;
	}
	& .s_com_time {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.05em;
		font-weight: 500;
		& span {
			display: block;
			margin-top: 5px;
			color: #a5915a;
			font-weight: 500;
			& i {
				margin-right: 5px;
			}
		}
	}
}

.s_com_bot {
	margin-top: 15px;
}
.s_com_bot ul {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
.s_com_bot ul li a {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.12em;
	color: #fff;
	background: #3c3c3c;
	border: solid 1px #3c3c3c;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 2;
	& i {
		color: #a5915a;
		margin-right: 5px;
		font-size: 11px;
	}
	&::before {
		content: "";
		position: absolute;
		border-radius: 20px;
		bottom: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
		transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	}
	&:hover::before {
		bottom: 0;
		background: #fff;
	}
	&:hover {
		color: #3c3c3c;
	}
}

.s_com_bot ul li:nth-child(5) a {
	background: #a5915a;
	border: solid 1px #a5915a;
	&:hover::before {
		background: #fff;
	}
	&:hover {
		color: #a5915a;
	}
}


/* /sidebar */


/* sell_header */
.sell_header_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	position: fixed;
	top: 35px;
	z-index: 999;
	box-shadow: 0px 0px 2px 2px rgba(55, 55, 55, 0.1);
}
.sell_h_logo {
	width: 18vw;
	max-width: 325px;
}
.sell_h_menu {
	display: flex;
	align-items: center;
	gap: 0 20px;
	justify-content: end;
	width: 75vw;
	max-width: 1300px;
}
.sell_h_menu_le {

}
.sell_h_menu_le ul {
	display: flex;
	gap: 0 clamp(20px, 1.8vw, 50px);
	& li {
		position: relative;
		padding: 15px 0;
		&::before {
			position: absolute;
			left: 0;
			content: '';
			width: 100%;
			height: 1px;
			background: #3c3c3c;
			bottom: 5px;
			transform: scale(0, 1);
			transform-origin: center;
			transition: transform 0.3s;
		}
		&:hover::before {
			transform: scale(1, 1);
	}
	}
	
	& li a {
		font-size: clamp(10px, 0.91vw, 15px);
		font-weight: 500;
		position: relative;
	}
	& li:nth-child(3) a::before,
	li:nth-child(4) a::before,
	li:nth-child(5) a::before {
		content: "";
		width: clamp(8px, 0.8vw, 12px);
		height: 2px;
		background: #a5915a;
		position: absolute;
		top: clamp(8px, 0.7vw, 10px);
		right: clamp(-16px, -1.3vw, -12px);
	}
	& li:nth-child(3) a::after,
	li:nth-child(4) a::after,
	li:nth-child(5) a::after {
		content: "";
		width: 2px;
		height: clamp(8px, 0.8vw, 12px);
		background: #a5915a;
		position: absolute;
		top: clamp(4px, 0.42vw, 5px);
		right: -11px;
	}
}
.sell_h_menu_ri {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.sell_h_inq {
	display: flex;
	background: #a5915a;
	border: solid 2px #a5915a;
	box-sizing: border-box;
	border-radius: 10px;
	& li a {
		width: 7vw;
		max-width: 140px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: clamp(10px, 0.91vw, 15px);
		font-weight: 500;
		&:hover {
			background: #fff;
			color: #a5915a;
			border-radius: 8px;
		}
	}
}
.sell_h_sougou {
	width: 7vw;
		max-width: 130px;
		background: #eceaea;
		border: solid 2px #eceaea;
		border-radius: 10px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: clamp(10px, 0.91vw, 15px);
		font-weight: 500;
		color: #3c3c3c;
		&:hover {
			background: #fff;
			color: #3c3c3c;
			border-radius: 8px;
		}
}


.sell_head_menu_contents {
	transition: all .1s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 750px;
	top: 50px;
	margin: 0 auto;
	position: absolute;
	z-index: 600;
	box-sizing: border-box;
	background: #eceaea;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	right: -335px;
}
.sell_h_menu_le ul li:hover .sell_head_menu_contents {
	max-height: 9999px;
	opacity: 1;
	padding: 25px 0 25px 40px;
}
.sell_head_menu_contents ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 40px;
	width: 100%;
	& li {
		padding: 0;
		width: 27%;
	}
}
.syubetu_sell_menu {
	width: 660px;
}
.syubetu_sell_menu ul {
	gap: 20px 30px;
	& li {
		width: auto;
		margin-right: 20px;
	}
}
.sell_head_menu_contents ul li::before {
	content: none;
}
.sell_head_menu_contents ul li::after {
	content: none;
}
.sell_head_menu_contents ul li a {
	position: relative;
	&::before {
		content: "";
		width: 17px !important;
		height: 17px !important;
		border-radius: 9px;
		background: #3c3c3c !important;
		position: absolute;
		top: 2px !important;
		right: -24px !important;
	}
	&::after {
		content: "";
		width: 3px !important;
		height: 3px !important;
		display: block;
		border-top: solid 1px #fff;
		border-left: solid 1px #fff;
		transform: rotate(135deg);
		position: absolute;
		top: 10px !important;
		right: -17px !important;
		transform: translateY(-50%) rotate(135deg);
		background: none !important;
	}
	&:hover {
		color: #a5915a;
	}
	&:hover::before {
		background: #a5915a !important;
	}
}
/* /sell_header */