/* ----------------------------------------
sitemap
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    width: 90%;
    font-size: 24px;
    margin: 30px auto;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}

.sitemap_wrap {
    width: 90%;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 30px 5%;
    box-sizing: border-box;
}

.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap_inner:last-child {
    margin-bottom: 0;
}

.sitemap_inner h4 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.sitemap_inner ul {
    background: #fff;
    padding: 15px 5%;
margin-top: 10px;
}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 10% !important;
}

.sitemap_group_ti {
    margin-left: -5%;
}

/* sitemap
---------------------------------------- */


/* ----------------------------------------
　sale
---------------------------------------- */
/* main
---------------------------------------- */
.s_main{
	background:url(/sale/img/s_main_bg_sp.png)no-repeat center top;
	background-size:cover;
	height:380px;
	padding-top: 20px;
}
.s_main_in{
	width:90%;
	margin:16% auto 0;
	position:relative;
}
.s_main_in h2{
	color:#fff;
	margin: 0 0 15px;
}
.s_main_in h2 p{
	font-size:3.5vw;
	font-weight:bold;
	padding-bottom:19px;
	background:url(/sale/img/s_main_txt_line.png)no-repeat left center;
	line-height:1.5em;
	background-size: 100%;
}
.s_main_catch{
	font-size:8vw;
	letter-spacing:2px;
	line-height:1.3em;
	text-align:center;
	font-weight:bold;
}
.s_main_in h2 span{
	font-size:3vw;
	text-align:center;
	display:block;
}
.s_main_com{
	color: #fff;
    	font-size: 15px;
    	border-top: 1px solid #fff;
    	padding: 15px 0 0 0;
    	width: 38%;
    	margin:0 auto;
	text-align:center;
}
.s_main_com_waku{
	background-color:#FFF;
	display: flex;
    	justify-content: space-around;
	align-items:center;
	padding:10px 0;
}
.s_main_com_waku span{
	font-size:12px;
	width:50%;
	text-align:center;
	line-height:15px;
	position:relative;
}
.s_main_com_waku span p{
	font-size:35px;
	font-weight:bold;
	line-height:30px;
}
.s_main_com_waku span:first-child::after{
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0 1.4rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #333; /*--縦線の色--*/
}
.s_h_satei{
	margin-top: 13%;
}
.s_h_satei ul{
	display:flex;
	justify-content:flex-start;
}
.s_h_satei ul li{
	width:50%;
}
.s_h_satei ul li a{
	text-align:center;
	padding:10px 0;
	display:block;
	background-color:#f2f5f8;
	font-size:3.7vw;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	transition:.3s;
}
.s_h_satei ul li:nth-child(2) a{
	background-color:#cabc91;
	color:#fff;
}
.s_h_satei ul li a:hover{
	background-color:#000;
	color:#fff;
}
.s_h_satei ul li a span{
	font-size:2.5vw;
	font-weight:bold;
	display:block;
}

/* asse
---------------------------------------- */
.satei_ttl{
    	margin-bottom: 20px;
    	background: #3C4652;
    	color: #FFF;
    	text-align: center;
	position:relative;
	padding:20px 0;
}
.satei_ttl:before {
  	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -15px;
  	border: 15px solid transparent;
  	border-top: 15px solid #3C4652;
}
.satei_ttl p{
    	margin: auto;
    	font-size: 5.5vw;
    	font-weight: bold;
}
.satei_ttl p img{
	display:none;
}
.satei_ttl span{
    	font-size: 3.5;
    	font-weight: normal;
    	line-height: 1.7em;
}

/* =========================================================
satei_form
========================================================= */
.t_asse_form_wrap{
	background-color: #f2f5f8;
	padding-top:9%;
	margin-top:-20px;
	padding-bottom:60px;
}
.t_asse_form{
    width: 96% !important;
    margin: auto;
    background: #FFF;
    border:1px solid #3C4652;
    border-radius:10px;
}

.t_asse_form table {
}
.t_asse_form table tr:first-child th{
    border-radius:10px 10px 0 0 ;
}
.t_asse_form table tr:nth-child(2) td{
    line-height:56px;
}
.t_asse_form table th,.t_asse_form table td {
    display: block;
    text-align: left;
}

.t_asse_form table th{
    width: 100% !important;
    padding: 15px 10px;
    background: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    box-sizing:border-box;
}
.t_asse_form table th p{
	font-weight:bold;
}
.t_asse_form table th img{
    margin: 0px 5px;
}

.t_asse_form label{
    border: 1px solid #aaaaaa;
    padding: 10px 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.t_asse_form label:hover{
    background: #3C4652;
    color: #FFF;
}

.apart{
    background: url(/sale/img/company_icon_off.png)no-repeat 17px !important;
    background-size: 15% !important;
}

.apart:focus,
.apart:hover,
.apart:active,
.cp_ipradio input:checked + label[for=radio1]{
    background:#3C4652 url(/sale/img/company_icon.png)no-repeat 17px !important;
    background-size: 15% !important;
}

.tochi{
    background: url(/sale/img/home_icon.png)no-repeat 17px !important;
    background-size: 23% !important;
}

.tochi:focus,
.tochi:hover,
.tochi:active,
.cp_ipradio input:checked + label[for=radio2]{
    background:#3C4652 url(/sale/img/home_icon_on.png)no-repeat 17px !important;
    background-size: 23% !important;
}

.home{
    background: url(/sale/img/tochi_icon.png)no-repeat 17px !important;
    background-size: 18% !important;
}

.home:focus,
.home:hover,
.home:active,
.cp_ipradio input:checked + label[for=radio3] {
    background:#3C4652 url(/sale/img/tochi_icon_on.png) no-repeat 17px !important;
    background-size: 18% !important;

}

.cp_ipradio label:before {
    position: absolute;
    top: 16px;
    left: 5px;
    width: 7px;
    height: 7px;
    content: '';
    background: #3C4652;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #3C4652;
    border-radius: 50%;
}

.cp_ipradio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    flex-wrap: wrap;
    justify-content: space-between;
}
.cp_ipradio:before,
.cp_ipradio:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.cp_ipradio input[type=radio] {
    display: none;
}
.cp_ipradio label:focus,
.cp_ipradio label:hover,
.cp_ipradio label:active,
.cp_ipradio input:checked + label {
    color: #fff;
    background-color: #3C4652 !important;
}
.cp_ipradio label:focus:before,
.cp_ipradio label:hover:before,
.cp_ipradio label:active:before,
.cp_ipradio input:checked + label:before {
    background: #fff;
    border: 1px solid #3C4652;
    box-shadow: 0 0 0 2px #fff;
}
.cp_ipradio input:disabled + label {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.5);
    background: #efefef;
}
.cp_ipradio input:disabled + label:hover {
    border-color: rgba(0, 0, 0, 0.1);
}
.cp_ipradio input:disabled + label:before {
    border-color: #ffffff;
    background: #ffffff;
}
/*/追加*/

.t_asse_form label:hover{
    background: #3C4652;
    color: #FFF;
}

select:disabled {
    color: -internal-light-dark-color(#fff);
}

.t_asse_form label input {
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}


input[type="button"]{
    width: 110px;
    height: 35px;
    background: url(/sale/img/update.png)no-repeat 5px;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    margin-left: 15px;
}

select[name="manshon"]{
    width:91% !important;
    margin-bottom:5px;
}

input[name="manshon_free"]{
    width: 91% !important;
    height: 36px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
}
/*
.container span{
    display: block;
    color: #333333;
    font-size: 12px;
    margin-top: 10px;
}*/

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea{
    background-color: #FFF;
    border: 1px solid #aaaaaa;
    box-shadow: none;
    margin: 0 5px 0 0;
    width:40% !important;
}

input[name="shozaikai"],input[name="senyu_menseki"]{
    width: 50%;
}

input[name="build_old"]{
    width: 80% !important;
}
select[name="kouzou_type"]{
    width: 160px !important;
}
select[name="madori_kind_id"]{
    width: 160px !important;
}
.t_asse_form table td{
    padding: 20px;
}

.t_asse_form table span,.madori span{
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.t_asse_form ul{
    display: flex;
    flex-wrap: wrap;
}

.t_asse_form li{
    margin-bottom: 15px;
    display:flex !important;
    justify-content:flex-start;
    flex-wrap:wrap;
    align-items:center;
}
.t_asse_form li p{
   width:100%;
   display:block;
   margin-bottom:5px;

}
.t_asse_form input[type="submit"] {
    height: 55px;
    background-color: #3C4652 !important;
    border:2px solid #3C4652;
    border-radius: 45px;
    font-size: 17px;
    font-weight: bold;
    transition: 0.2s all ease 0s;
    width: 300px;
    color:#fff;
    cursor: pointer;
    font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}

.t_asse_form input[type="submit"]:hover{
    background-color: #ffff !important;
    color:#3C4652;
}


/*20200511追加*/
.container{
    margin-top: 20px !important;
}
/*/20200511追加*/


.satei_inner {
    margin-top: 100px !important;
}
.t_asse_form table tr th span {
    float: left;
    background-color: #3C4652;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    padding: 2px 15px;
    margin-right:10px;
}
.t_asse_btn{
    width:70%;
    margin:0 auto 5%;
}


/* reason
---------------------------------------- */
.s_reason{
	position:relative;
}
.s_reason h2{
	margin:0;
	font-size:6.5vw;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
    	padding: 3% 0 0 0;
	position:relative;
}
.s_reason:before{
	content:"";
	background-color:#ffffff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:980px;
	z-index:0;
}
.s_reason h2 img{
	width:8%;
	margin-bottom:2%;
}
.s_reason h2 span{
	color:#c1b287;
	font-weight:bold;
}
.s_re_conts{
	width:90%;
	margin:8% auto 0;
}
.s_re_conts ul{
	position:relative;
}
.s_re_conts ul li{
	width:100%;
	background-color:#f2f5f8;
	margin-bottom:10%;
	text-align:center;
	padding-bottom:5%;
}
.s_re_no img{
	margin-top:-20px;
}
.s_re_conts ul li h3{
	font-size:5vw;
	font-weight:bold;
	letter-spacing:1px;
	margin:2% 0;
}
.s_re_conts ul li h3 span{
	color:#bdaf84;
	font-weight:bold;
}
.s_re_img{
    	margin: 0 auto 3%;
    	width: 90%;
}
.s_re_conts ul li p{
	font-size:3.5vw;
	line-height:1.5em;
	width:85%;
	margin:0 auto;
	text-align:left;
}

/* jisseki
---------------------------------------- */
.s_jisseki{
	position:relative;
	padding-bottom:50px;
}
.s_jisseki:after{
	content: "";
    	display: block;
    	background-color: #e3ddc6;
    	width: 100%;
    	height: 1002px;
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	z-index: 0;
}
.s_ji_in{
	position:relative;
	z-index:2;
}
.s_ji_tl_wrap{
	background:url(/sale/img/s_jisseki_tl_bg.png)no-repeat center;
	width:96%;
	margin:15px auto 15px;
	background-size:cover;
	padding:10% 0;
	box-sizing:border-box;
}
.s_ji_tl{
	width:87%;
    	padding: 3%;
    	margin: 0px auto;
    	background: #fff;
    	box-shadow: 0px 0px 0px 10px #fff;
	border:1px solid #cabc91;
	box-sizing: border-box;
	text-align:center;
}
.s_ji_tl h2{
	font-size:6vw;
	font-weight:bold;
	line-height:1.7em;
	margin:0;
}
.s_ji_tl h2 span{
	font-weight:bold;
	color:#cabc91;
}
.s_ji_tl p{
	font-size:3.5vw;
}
.s_ji_box{
	background-color:#FFF;
	border-radius:5px;
	width:96%;
	margin:0px auto 7%;
	padding:5% 0;
}
.s_ji_box iframe{
	width:100%;
	height:260px;
}
.s_ji_kiji{
	display:flex;
	justify-content:flex-start;
	width:1100px;
    	margin: 0 auto;
    	padding: 0 0 0 5%;
}
.ji_box{
	width:200px;
	margin-right:15px;
}
.ji_box a{
	display:block;
	color:#000;
	text-decoration:none;
}
.ji_img img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.ji_tag{
	margin:8px 0;
}
.ji_tag p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin:0;
}
.ji_tag p label{
	background-color:#535353;
	border-radius:2px;
	color:#fff;
	font-size:12px;
	padding: 4px 7px;
	margin-right:4px;
	display: inline-block;
}
.ji_tag p label:before{
	content:"#";
}
.ji_date{
	font-size:3.5vw;
	line-height:1.5em;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp:2;
    	overflow: hidden;
}
.ji_line{
	text-align:center;
}
.s_ji_more{
	width:70%;
	margin:5% auto 0;
}
.s_ji_more a{
	background-color:#f2f5f8;
	font-size:3.5vw;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:5% 0;
	transition:.3s;
	text-decoration:none;
	color:#000;
}
.s_ji_more a:hover{
	background:#000;
	color:#fff;
}
.s_ji_se_tl{
	font-size:4vw;
	font-weight:bold;
	width:100%;
	margin:0 auto 4%;
	padding-left:5%;
}
.s_ji_se_tl span{
	color:#c1b287;
	font-weight:bold;
}
.s_ji_se_tag{
}
.s_ji_se_tag ul{
	display:flex;
	justify-content:space-between;;
	flex-wrap:wrap;
	width:92%;
	margin:0 auto 30px;
}
.s_ji_se_tag ul:after{
	display:none;
}
.s_ji_se_tag ul li{
	width:32%;
	margin-bottom:2%;
}
.s_ji_se_tag ul li:nth-child(3n){
	margin-right:0;
}
.s_ji_se_tag ul li a{
	display:block;
	background-color:#f2f5f8;
	border-radius:4px;
	font-size:13px;
	font-weight:bold;
	padding:10px 0;
	color:#000;
	text-decoration:none;
	text-align:center;
	transition:.3s;
}
.s_ji_se_tag ul li a:hover{
	background-color:#000;
	color:#fff;
}
.bai_free_word{
	width:92%;
	margin:0 auto;
}
input.bai_search_form{
	width:70% !important;
	background-color:#f2f5f8;
	border-radius:4px;
	border:none;
	line-height:38px;
	margin-right:10px;
	padding-left:10px;
	box-shadow:none;
    	font-size: 13px;
}
input.bai_search_form::placeholder {
	width:100%;
	color: #b3ae99;
	font-weight:bold;
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
	
}
.form10{
    	display: flex;
    align-items: center;
}	


/* jirei
---------------------------------------- */
.s_jirei{
	background-color:#f2f5f8;
	padding:5% 0 5%;
}
.s_jirei_in{
	width:90%;
	margin:0 auto;
}
.s_jirei_main{
}
.s_jirei_tl{
	font-size:6vw;
	font-weight:bold;
	line-height:1.5em;
	margin:10px 0 0;
	text-align:center;
}
.s_jirei_tl img{
	width:7%;
}
.s_jirei_tl p{
	font-size:4vw;
	font-weight:bold;
}
.jirei_tl{
	margin-top:3%;
	font-size:6.5vw;
	font-weight:bold;
}
.jirei_com{
    	font-size: 3.5vw;
    	line-height: 1.7em;
}
.jirei_case_main{
	width:100%;
	background-color:#c1b287;
	padding:6% 3%;
	box-sizing:border-box;
}
.jirei_ca_matl{
	justify-content: center;
    	display: flex;
    	align-items: center;
	font-size:5.5vw;
	font-weight:bold;
}
.jirei_ca_matl span{
	font-size:16px;
	margin-right:10px;
	font-weight:bold;
}
.jirei_case_matxt{
	font-size:4vw;
	font-weight:bold;
	text-align:center;
	margin-top:3%;
}
.jirei_case_mabox{
	margin-top:10px;
	text-align: center;
}
.jirei_case_main ul{
	display:flex;
    	justify-content: space-between;
    	align-items: center;
	flex-wrap:wrap;
	margin-top:3%;
}
.jirei_case_main ul:after{
	display:none;
}
.jirei_case_main ul li{
	font-size:3.5vw;
	width:49%;
	background-color:#f2f5f8;
	border-radius:3px;
	line-height:1.3em;
	padding:2% 0;
	text-align:center;
	font-weight:bold;
	margin-bottom:2%;
}
.jirei_pro{
	font-size:3.8vw;
	font-weight:bold;
	line-height:1.7em;
	letter-spacing:3px;
}
.jirei_pro span{
	color:#fff;
	font-weight:bold;
}
.jirei_case_mabox img{
}
.jirei_txt{
	font-size:13px;
	line-height:20px;
	background-color:#FFF;
	border-radius:5px;
	padding:18px 17px;
	box-sizing:border-box;
	font-weight:bold;
}
.jirei_btn{
	text-align:center;
	margin-top:15px;
}
.jirei_btn a{
	color:#fff;
	font-size:4vw;
	border-bottom:1px solid #fff;
	display:inline-block;
	padding-bottom:6px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	transition:.3s;
}
.jirei_btn a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
.s_case_li{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:5% 0;
}
.case_box{
	width:49%;
	background-color:#FFF;
	padding:3%;
	box-sizing:border-box;
	margin-bottom:2%;
}
.case_no{
	font-size:3.5vw !important;
	border-bottom:1px solid #cabc91;
	padding:0 0 5px;
	font-weight:bold !important;
	margin-bottom:14px;
}
.case_tl{
	font-weight:bold;
	font-size:4.5vw;
	margin-bottom:15px;
}
.case_tl a{
	font-weight:bold;
}
.case_box p{
	font-size:3.2vw;
	font-weight:500;
	line-height:1.5em;
}
.s_lease{
  	position: relative;
  	display: inline-block;
  	margin: 1.5em 0;
  	padding: 5%;
  	min-width: 120px;
  	max-width: 100%;
  	color: #555;
  	font-size: 16px;
  	background: #e3ddc6;
  	border: solid 1px #fff;
  	box-sizing: border-box;
	align-items:center;
}
.s_lease:before {
    	content: "";
    	position: absolute;
    	top: -53px;
    	left:25%;
    	margin-left: -20px;
    	border: 24px solid transparent;
    	border-bottom: 35px solid #e3ddc6;
    	z-index: 2;
}

.s_lease:after {
  	content: "";
  	position: absolute;
    	top: -52px;
    	left: 25%;
    	margin-left: -17.5px;
    	border: 21px solid transparent;
    	border-bottom: 30px solid #fff;
    	z-index: 1;
}
.s_lease_box{
	color: #000;
}
.s_lease p {
  	margin:2% 0 0 0;
  	padding: 0;
	font-size:6.5vw;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding-bottom:3%;
	margin-bottom:5%;
	text-align:center;
	background:url(/sale/img/s_leas_icon.png)no-repeat 10% 0;
	line-height: 30px;
	text-indent:13%;
}
.s_lease_txt{
	text-align:center;
}
.s_lease_txt img{
}
.lease_txt{
    	font-size: 3.5vw;
    	line-height: 1.5em;
    	font-weight: 500;
	text-align:left;
	margin-bottom:3%;
}
.lease_mo{
}
.lease_mo iframe{
    width: 100%;
    height: 187px;
    margin-top: 5%;

}

/* yaku
---------------------------------------- */
.s_yaku{
	margin: 8% 0;
}
.s_yaku_tl{
	font-size:6.5vw;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:4%;
}
.s_yaku_tl span{
	color:#cabc91;
	font-weight:bold;
}
.s_yaku ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:90%;
	margin:0 auto;
}
.s_yaku ul:after{
	display:none;
}
.s_yaku ul li{
	width:49%;
	margin-bottom:2%;
}
.s_yaku ul li a{
	display:block;
	background-color:#f2f5f8;
	border:1px solid #535353;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:3.5vw;
	padding:4% 0;
	transition:.3s;
	font-weight: 500;
}
.s_yaku ul li a:hover{
	background-color:#535353;
	color:#fff;
}


/* company
---------------------------------------- */

.sa_company{
	background-color:#e3ddc6;
	position:relative;
	padding-bottom:7%;
}
.sa_comp_in{
	width:90%;
	margin:0 auto;
}
.sa_comp_l{
	padding:30px 0 0;
}
.sa_comp_l h2{
	font-size:6.5vw;
	font-weight:bold;
	text-align:center;
	line-height: 1.2em;
}
.sa_comp_l h2 p{
	font-size:3.5vw;
	border-bottom:2px solid #000;
	display:inline-block;
	padding:0 5px 0px;
	font-weight:bold;
}
.sa_comp_com{
	font-size:3.5vw;
	line-height:1.5em;
	font-weight:500;
	margin-top:5%;
}
.sa_comp_acc{
	margin-top:30px;
}
.sa_comp_acc ul{
	display:flex;
	justify-content:space-between;
}
.sa_comp_acc ul:after{
	display:none;
}
.sa_comp_acc ul li{
	width:49%;
}
.sa_comp_acc ul li a{
	display:block;
	font-size:3.5vw;
	font-weight:bold;
	line-height:1.5em;
	color:#000;
	text-decoration:none;
    	background: url(/sale/img/s_acc_icon.png)no-repeat 5% center;
    	background-color: #FFF;
    	padding:5% 5% 5% 22%;
	border:2px solid #fff;
	transition:.3s;
	background-size:12%;
}
.sa_comp_acc ul li a:hover{
	border:2px solid #000;
}
.t_comp_img {
    text-align:right;
    margin: 7% 0;
}
.t_comp_img img{
    width: 96%;
}
/* contact
---------------------------------------- */

.s_contact{
	background:url(/sale/img/s_contact_bg_sp.png)no-repeat center;
	background-size:cover;
	padding:3% 0 9%;
}
.s_contact_in{
	width:90%;
	margin:0 auto;
}
.s_contact_in h2{
	font-size:6vw;
	font-weight:bold;
	text-align:center;
	line-height:1.7em;
	margin:0 0 5%;
}
.s_contact_in h2 span{
	font-size:3.5vw;
	font-weight:bold;
	position:relative;
	display:block;
}
.s_contact_in h2 span:before {
  	position: absolute;
  	bottom: 5px;
  	left: calc(50% - 23px);
  	width: 50px;
  	height: 2px;
  	content: '';
  	background: #000;
}
.s_contact_box{
}
.s_cont_tel{
	background-color:#FFF;
	padding:4%;
    	box-sizing: border-box;
}
.s_cont_tel p{
  	position: relative;
  	padding: 0 65px;
  	text-align: center;
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:20px;
}
.s_cont_tel p:before {
  	position: absolute;
  	top: calc(105% - 1px);
  	left: 0;
  	width: 100%;
  	height: 1px;
  	content: '';
  	background: #000;
}
.s_cont_tel p span {
  	position: relative;
  	background: #fff;
	font-weight:bold;
}
.s_cont_tel_tenpo_wrap{
}
.cont_tel_tenpo{
	margin:0 auto 5%;
	width:300px;
}
.cont_tel_tenpo img{
	margin-top:15px;
}
.cont_tel_tenpo span{
	font-size:15px;
	background-color:#f2f5f8;
	padding:5px;
	font-weight:bold;
	margin-bottom:10px;
}
.s_conts_time{
	font-size:3.5vw;
	font-weight:bold;
	margin-top:5%;
	text-align:center;
}
.s_cont_form{
	margin-top:5%;
}
.conts_24{
	background:url(/sale/img/s_cont_form_icon.png)no-repeat center;
	font-size:5vw;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:10px;
	background-size:70%;
}
.s_cont_form ul{
	display:flex;
	justify-content:sapce-between;

}
.s_cont_form ul li{
	width:195px;
	text-align:center;
}
.s_cont_form ul li a{
	display:block;
	padding:29px 0;
	background-color:#c1b287;
	border:1px solid #fff;
	color:#000;
	text-decoration:none;
	transition:.3s;
}
.s_cont_form ul li:nth-child(2) a{
	color:#fff;
	background-color:#b33449;
}
.s_cont_form ul li a:hover{
	background-color:#535353;
	color:#fff;
}
.cont_form_tl{
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:20px;
}
.cont_form_tl span{
	font-size:12px;
	font-weight:bold;
}
.s_cont_form ul li a p{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
	.column_w {
		background-color: #e3ddc6;
	}
	.column_w iframe {
		width: 100%;
		height: 1210px;
	}
	.column_in {
		width: 100%;
		margin: 0 auto;
		padding: 10% 0px;
	}
	.column_box {
		width: 92%;
		margin: 0 auto;
		padding: 0px;
		list-style: none;
	}
	.column_box li {
		background-color: #ffffff;
		border-radius: 5px;
		margin: 6% auto;
	}
	.col_box_top {
		position: relative;
	}
	.column_box li a {
		display: block;
		text-decoration: none;
		padding: 3% 0%;
	}
	.column_box img {
		padding: 0% 0% 3% 0%;
		display: block;
		width: 95%;
		height: 209px !important;
		object-fit: cover;
		margin: 0 auto;
	}
	.col_item {
		position: absolute;
		width: 90%;
		left: 0px;
		right: 0px;
		margin: auto;
		bottom: 15px;
	}
	.col_item p {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 0 auto;
	}
	.col_item p label {
		border: 1px solid #776d4d;
		background-color: #ffffff;
		color: #776d4d;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		padding: 4px 6px;
		margin: 2px 2px;
	}
	.column_black {
		font-size: 5vw;
		line-height: 2vh;
		font-weight: bold;
		letter-spacing: 0.01em;
		color: #000;
		margin-left: 3%;
	}
	.column_blue {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 3vw;
		line-height: 1.7vh;
		color: #666;
		padding-top: 1%;
		margin: 0px;
		margin-left: 3%;
	}
	a.column_lis {
		background-color: #ffffff;
		display: block;
		color: #333;
		text-decoration: none;
		margin: 0 auto;
		border-radius: 60px;
		font-size: 4.5vw;
		line-height: 5vh;
		font-weight: bold;
		text-align: center;
		padding: 5% 0px;
		letter-spacing: 0.01em;
		width: 90%;
	}
	.tag_white_box {
		width: 94%;
		margin: 10% auto 0% auto;
		background-color: #ffffff;
		border-radius: 5px;
		padding: 7%;
		box-sizing: border-box;
	}
	.colu_tag_list {
		border-bottom: 1px solid #cabc91;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.colu_tag_list p {
		font-weight: bold;
		font-size: 4.5vw;
		line-height: 5.5vh;
		color: #666;
	}
	.tag_white_box ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 5px;
	}
	.tag_white_box ul li a {
		display: inline-block;
		background: #f6f6f6;
		color: #000;
		border-radius: 3px;
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.01em;
	}
	.column_tl {
    font-size: 6.5vw;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 4%;
}
	.sp_off {
		display: none !important;
	}
/* satei
---------------------------------------- */
.s_satei {
	margin: 0 0;
margin-bottom: 40px;
}

.s_satei_tl {
	letter-spacing: 6px;
	background: url(/sale/img/s_ac_tl_bg.png)no-repeat center top;
	text-align: center;
	font-size: 6.5vw;
	font-weight: bold;
	height: 76px;
	background-size: 90%;
}

.s_satei_tl h2 {
	padding-top: 30px;
}

.s_satei_txt {
	width: 90%;
	font-size: 3.5vw;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0% auto 0;
	margin-bottom: 20px;
}

.s_satei_jisseki {
	width: 96%;
	margin: 0px auto;
}

.s_satei_jisseki iframe {
	width: 100%;
	height: 290px;
}

.s_satei_waku {
	border: 1px solid #666;
}

.s_satei_title {
	display: flex;
	font-weight: bold;
}

.s_s_ti {
	color: #000;
	border: 1px solid #dcdcdc;
	padding: 5px 0;
	box-sizing: border-box;
	width: 30%;
	background: #1111;
	text-align: center;
	font-size: 3.5vw;
}

.s_s_ti:nth-child(2) {
	width: 40%;
}

.s_satei_box_item {
	display: flex;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.s_s_item {
	border: 1px solid #dcdcdc;
	padding: 5% 0;
	box-sizing: border-box;
	width: 30%;
	text-align: center;
	border-right: none;
	font-size: 3.5vw;
	float: left;
	border-top: none;
	min-height: 50px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s_satei_box ul {
	margin: 0;
	padding: 0;
}

.s_satei_box_item a {
	width: 100%;
	display: flex;
}

.s_satei_box_item a:hover {}

.s_satei_box_item a:hover .s_s_item {
	color: #1AB;
}

.s_satei_box_item:nth-child(2n) {
	background-color: #fff;
}

.s_s_item:nth-child(2) {
	width: 40%;
}

.s_s_item:last-child {}

.i_b_r {
	border-right: 1px solid #dcdcdc;
}
.salebn {
    width: 96%;
    margin: 20px auto;
}