@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color: #333;
	& h2, h3, ul, li, p {
		margin: 0;
		padding: 0;
	}
	& ul, li {
		list-style: none;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	/*  共通  */
	.sp_off {
		display: none !important;
	}
	.moji_noto {
		font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	}
}

h2.cms_h2 {
	margin: 0% 0 5% 0;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
	font-size:5vw;
	line-height:1.5em;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #ea3341;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.tag_li_box a {
	border: 1px solid #ea3341 !important;
	color: #ea3341 !important;
}
.tag_li_box a:hover {
	background: #ea3341;
	color: #e5efec;
}
.paper_inq_wrap{
	background-color: #f4f6f8;
	border: solid 4px #ea3341;
}
.paper_inq_ti{
    background-color: #ea3341;
}
.paper_ma_download a{
	border: solid 1px #ea3341;
}


/*-----------------------------------------------
	フッター
-----------------------------------------------*/
footer{
	background-color: #ea3341;
	box-sizing: border-box;
	padding: 10px 10px 0px 10px;
	.f_inner {
		padding: 30px 0px 20px 0px;
		background-color: #ffffff;
		border-radius: 10px;
		.f_logo {
			width: 80%;
			margin: 0 auto;
			>a {
				display: block;
				>img{
					width: 100%;
				}
			}
		}
	}
}
/*-------accordion----------*/
.accordionlist {
	width: 90%;
	margin: 25px auto 0px auto;
	border-bottom: 1px solid #ccc;
}
.accordionlist .title_wrap {
	display: block;
	overflow: hidden;
}
.accordionlist .title_wrap:first-child,
.accordionlist .title_wrap:nth-child(2) {
	border-top: none !important;
}
.accordionlist .title_wrap .title {
	font-weight: bold;
	padding: 20px 5% 15px 5%;
	display: block;
	border-top: 1px solid #ccc;
	text-align: left;
	font-size: clamp(14px, 4vw, 17px);
}
.accordionlist ul {
	display: none;
	padding: 0 4% 15px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.accordionlist ul li a {
	display: block;
	background: #ea3341;
	padding: 10px 5%;
	margin-bottom: 3px;
	border-radius: 3px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	font-size: clamp(12px, 3.4vw, 15px);
	text-decoration: none;
}
.f_link .accordion_icon,
.f_link .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.f_link .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px ! important;
	float: right;
	margin-right: 10px !important;
	margin-top: -35px !important;
	border: none ! Important;
}
.f_link .accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #ea3341;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.f_link .accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.f_link .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.f_link .accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.f_link .accordion_icon.active span:nth-of-type(2) {
	top: 7px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.clearfix.active {
	background-color: #ea3341;
}
/*-----------------*/
.f_b_link ul {
	justify-content: center;
	display: flex;
	gap: 0px 10px;
	width: 90%;
	margin: 20px auto 0px auto;
}
.f_b_link ul li{
	width: calc((100% - 10px) / 2);
}
.f_b_link ul li a {
	color: #ffffff;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	font-size: clamp(13px, 3.7vw, 16px);
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 12px 0px 10px 0px;
}
.f_b_link ul li:nth-child(1) a{
	background-color: #ea3341;
}
.f_b_link ul li:nth-child(2) a {
	background-color: #fcb11e;
}
.f_copy {
	padding: 3px 0;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background: #ea3341;
}
.sp_header_fix {
	display: none !Important;
}
.search_submit2 {
	bottom: 0;
}



/*-----------------------------------------------
	ナビメニュー
-----------------------------------------------*/
/* ----------------------------------------
nav
---------------------------------------- */
header .logo {
	padding: 15px 0 0 5%;
}
header .logo a {
	display: inline-block;
}
header .logo img {
	display: block;
	width: auto;
	max-width: 100% !important;
	max-height: 40px !important;
}
header .button02 p span {
	width: 50%;
	padding: 0;
}
/*ナビメニューのスタイルを指定*/
.header_Toggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 27px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1001;
	background: #fcb11e;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-radius: 3px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.header_Toggle span {
	position: absolute;
	width: 16px;
	border-bottom: solid 2px #fff;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	left: 0px;
	right: 0px;
	margin: auto;
}
.header_Toggle span:nth-child(1) {
	top: 13px;
}
.header_Toggle span:nth-child(2) {
	top: 19px;
}
.header_Toggle span:nth-child(3) {
	top: 25px;
}
/* 最初のspanをマイナス45度に */
.acd-check_hamburger:checked~.header_Toggle span:nth-child(1) {
	top: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.acd-check_hamburger:checked~.header_Toggle span:nth-child(2),
.acd-check_hamburger:checked~.header_Toggle span:nth-child(3) {
	top: 19px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.other_links {
	margin: 20px 10%;
	width: 80%;
}
.other_links li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}
.other_links li.other_li_site a {
	border-radius: 4em;
	color: #111;
	background-color: #e7e7dd;
	padding: 15px 10px;
}
.other_links li.other_li_site a i {
	margin-left: 14px;
}
.other_links li.other_li_inq {
	width: 49%;
	float: left;
}
.other_links li.other_li_inq a {
	color: #006DD9;
	border: 2px solid #006DD9;
	padding: 10px;
	background: #F0F8FF;
}
.other_links li.other_li_inq a i {
	margin-left: 4px;
}
.other_links li.other_li_reserve {
	width: 49%;
	float: right;
}
.other_links li.other_li_reserve a {
	color: #ff533a;
	border: 2px solid #ff533a;
	padding: 10px;
	background: #fde6e1;
}
.other_links li.other_li_reserve a i {
	margin-left: 4px;
}
.other_links li:not(:last-child) {
	margin-bottom: 15px;
}
nav.header_NavMenu {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transform: translateY(-103%);
	transition: all 0.5s 0s ease;
	overflow: scroll;
}
.header_NavMenu_w{
	background: #ea3341;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.header_NavMenu_box {
	background: #fff;
	border-radius: 10px;
	padding: 30px 0px 20px 0px;
	.logo{
		width: 70%;
		margin: 0px 0px 0px 5%;
		>a{
			display: block;
			>img{
				width: 100%;
			}
		}
	}
}
nav.header_NavMenu ul.menu_list {
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
	margin-bottom: 20px;
	margin-top: 3px;
}
nav.header_NavMenu ul.menu_list li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
}
nav.header_NavMenu ul.menu_list li a {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height: 41px;
	position: relative;
	padding: 0px 11% 0px 5%;
	box-sizing: content-box;
}
nav.header_NavMenu ul.menu_list li a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	margin: 0;
	right: 12px;
	font-size: 13px !important;
}
nav.header_NavMenu .menu_list_title {
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
	border-top: 1px solid #555;
}
nav.header_NavMenu .menu_list_title i {
	margin-right: 5px;
	margin-left: 10px;
}
.acd-check {
	display: none;
}
.acd-check_hamburger {
	display: none;
}
.acd-content {
	display: block;
}
.acd-check_hamburger:checked~.navmenu_wrap .header_NavMenu {
	transform: translateY(0%);
}
.acd-content_sale {
	margin: 10px 0px 0px 0px;
}
.acd-content_sale ul {
	border-top: solid 1px #ccc;
}
.acd-content_sale ul li {}
.acd-content_sale ul li a {
	display: block;
	text-align: left;
	padding: 12px 0px 12px 10px;
	border-bottom: solid 1px #ccc;
	position: relative;
	font-size: 16px;
	background-color: #f5f5f5;
}
.acd-content_sale ul li a::before {
	content: '';
	top: 20px;
	right: 14px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s;
}


/*-----------------------------------------------
	ヘッダー
-----------------------------------------------*/
h1 {
	padding: 3px 2%;
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin: 0;
	text-align: left;
	background-color: #ea3341;
}
header{
	padding: 10px 3% 5px 3%;
	>a{
		display: block;
		width: 70%;
		>img{
			width: 100%;
		}
	}
}

/* -----タグ一覧------- */
.col_li_tag {
	background: #eee;
	width: 100%;
	margin: 20px 0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col_li_tag ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.col_li_tag li {
	padding: 3px;
}
.col_li_tag a {
	display: inline-block;
	border: 1px solid #ea3341 !important;
	background: #fff;
	color: #ea3341 !important;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
.col_li_tag a:hover {
	background: #ea3341;
	color: #e5efec;
}
.col_li_tag_ti p {
	font-size: 15px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding: 0 0 5px 0px;
	margin: 0 0 5px 0;
}

/*===========================================================ぱんくず pan_wrap==========================================================*/ 
.pan_wrap {
	width: 100%;
	color: #666;
	position: relative;
	padding: 0 2%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 10px;
}
.pan_wrap div {
	padding-right: 0px !important;
}
.pan_wrap div,
.pan_wrap a {
	padding-right: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 17px;
	margin: 2px 0px;
}
.pan_wrap a {
	border: 1px solid #006DD9;
	border-radius: 3px;
	background: #F0F8FF;
	display: inline-block;
	padding: 1px 5px;
}
.pan_wrap h2 {
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}
.pan_wrap::-webkit-scrollbar {
	height: 2px;
}
.pan_wrap::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}
.pan_wrap::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}
.pankuzu div,
.pan_wrap a {
	padding-right: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 17px;
	margin: 2px 0px;
}
.pan_wrap div:after {
  content: " > ";
	color: 000;
}
.pan_wrap div:last-child:after {
  content: "";
}
.app_li_icon {
	white-space: nowrap;
	background: #ea3341;
}
.app_sho_detail li span {
	background: #ea3341;
}
.app_sho_name:not(:empty) {
	color: #ea3341;
}

.sale2_l_ti {
	background: #ea3341;
}

.sale_result2_ma_gaiyo ul li span{
	background: #ea3341;
}

.staff_category {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #000;
	width: 100%;
	/*border-bottom: solid 2px #A072A1;
	border-left: solid 4px #A072A1;*/
	margin: 30px 0 20px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.staff_category:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 10%;
	height: 5px;
	background: #A072A1;
	border-radius: 10px;
	bottom: 0px;
	left: 45%;
}

.staff8_shosai_bt ul li span:not(:empty){
	background: #ea3341;
	border: 1px solid #ea3341;
}

.staff8_shosai_bt ul li p:not(:empty) {
	border: 1px solid #ea3341;
}

.form_satei {
	.jcjs_sferr {
		font-size: 12px;
	}
	.form_w40_tani {
		position: relative;
		.jcjs_sferr {
			position: absolute;
			bottom: 10px;
			left: 135px;
		}
	}
}


.sale_result_shubetu:before, .sale_result_address::before {
	background-color: #ea3341;
}
.sale_result_ma_com3 {
	border-left: 4px solid #ea3341;
}

.column_list_subject .col_item_tl a span{
	height: auto;
}

.staff8_shosai{
	overflow: hidden;
}

.staff3_ma_shosai_voice ul{
	margin: 0px 0px 50px 0px;
}

.staff8_shosai_p2 .staff8_shosai_photo img {
	max-width: 100% !important;
	object-fit: contain;
}
.staff8_shosai_p2 .staff8_shosai_top{
	height: auto;
	padding: 40px 20px;
	margin: -9em auto 0 auto;
}
.staff8_shosai_main::before{
	display: none;
}


.column_det_free {
	>h1 {
		display: none;
	}
	>h2, >h3, >p {
		text-align: left !important;
	}
}


/*-----------------------------------------------
	コラム column
-----------------------------------------------*/
.col ul li{
	padding: 2%;
	display:flex;
}
.col_item_tl{
	position: unset;
}
.col_item_tl a{
	position: unset;
}
.column_list_subject .col_item_tl a span{
	position:unset;
	margin:0;
	-webkit-line-clamp: 3;
	font-size:16px;
}

.column_list_subject .col_item_img{
	width:100px !important;
	height:80px !important;
}
.column_list_subject .col ul li>p{
	display:none;
}
/*-----------------------------------------------
	売却実績 sale_result
-----------------------------------------------
.sale_result_ma_title{
	font-size:3.5vw;
	line-height:normal;
}
.sale_result_ma_title a{
	background: revert;
}
.sale_result_ma ul{
	display:flex;
	flex-wrap: wrap;
	gap:4%;
}
.sale_result_ma ul li{
	width: 48%;
	background: #fff3ee;
}
.tag_li_box ul{
	gap: 0;
}
.tag_li_box ul li{
	width:auto;
}
.sale_result_ma_link,
.sale_result_ma_text{
	display:none;
}*/
.sale_result_ma_photo img{
	height:220px !important;
}
.sale_result_ma_detail_photo img{
	height:auto !important;
}