@charset "utf-8";
/* CSS Document */
html{
scrollbar-gutter: stable;
}
.post-password-form p{
	color:#fff;
}
.post-password-form input{
	color:#000;
}
#wrapper{
	background:#F8E7CB;
}

.b_back{
	background:;
}
.farm_winninghorses{
	max-width:1200px;
	width:100%;
}
@font-face {
	font-family: "monotype-corsiva-bold-italic";
	src:url("/common2/fonts/monotype-corsiva-bold-italic.otf") format("opentype");
//	size-adjust: 120%;
}

@font-face {
	font-family: "monotype-corsiva-bold";
	src:url("/common2/fonts/monotype-corsiva-bold.otf") format("opentype");
	size-adjust: 130%;
}
/*Update-------------------------*/

.news_li{
	margin-top: 1%;
	align-items: center;
	border-bottom: 1px dotted #c7b11f;
}
/*タブメニュー複数-------------------------------*/
/* タブの表示・非表示 */

[data-tab-content]{
	display: none
}

[data-tab-content].active{
	display: block;
}
.tabs__content{
	max-height:625px;
}

/* タブの見出し */
nav.tabs__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:3% auto 10%;
    width: 100%;
    border: none;

}
nav.tabs__nav a:first-child {

}
nav.tabs__nav a:last-child {

}
a.tabs__item {
	display: inline-block;
//	width: calc(100%/3);
	text-align: center;
	transition: all 0.2s ease;
//	margin:0 2%;
}
a.tabs__item.active {
//    background: linear-gradient( 45deg , #bdb9ff, #67b8ff);
    color: #FFF;
}

.tab-menu {
	color: #fff;
	cursor: pointer;
	transition: all .3s ease-out;
	width:25%;
	text-align:center;
	margin-bottom:2%;
}
.tab-menu img{
	width: 100%;
}


.tab-menu:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
.tab-menu.current {
  transition: all .3s ease-in-out;
}
.thm_tx{
	font-size:clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
	color:#4B0A00;
}
.content-box {
	margin:0 auto;
	display: none;
	width: 100%;
	
}
.content-box .h_img {
	display: block;
	height: auto;
	width: 100%;
	aspect-ratio: 6 / 4.5;
	margin:0;
}
.content-box iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 6 / 4.5;
	margin:0;
}

.coming{
	margin-top:3%;
	font-weight:600;
	font-size:clamp(0.8rem, 0.424rem + 1.88vw, 1.6rem);
	padding-bottom: 1.5%;
	border-bottom: 8px ridge #b2d5de;
}


/* 表示のアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
.tabs__content.active {
    animation: fadeIn 0.7s ease 0s 1 normal;
}


/*詳細ページ用-------------------------------*/
.detail_box{
	margin: 60px auto 0;
    max-width: 1190px;
    width:90%;
    color: #fff;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
//    font-optical-sizing: auto;
    font-style: normal;
    font-feature-settings: "palt";
    padding-top:1%;
}
.d_title{
	background-image: linear-gradient(311deg, #d8b000, #f0d86f 66%, #bc9c0e);
	color:#fff;
	padding:1% 2%;
	line-height:1;
	font-size:clamp(1rem, 0.529rem + 2.35vw, 2rem);
	font-family: "DM Serif Text", serif;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 1), 0px 1px 7px rgba(0, 0, 0, 1);
}
.p_link{
	margin-top:3%;
	font-size:clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
	font-weight:400;
}

.s_title_fl{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 8px ridge #EF6A30;
}

.h1_tx{
	margin-top:3%;
	font-weight:600;
	font-size:clamp(0.8rem, 0.424rem + 1.88vw, 1.6rem);
	padding-bottom: 1.5%;
	color:#4B0A00;
}
.detail_fl{
	margin:5% auto;
	display: flex;
	justify-content: space-between;
	line-height:1.5;
	width:100%;
}
.detail_fl_r{
//	padding-left:1vw;
	width:29%;
}

.tab {

  width:70%;
}
.content-group{
	width:100%;
}



.detail_table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	background:#fff;
	font-size: clamp(0.6rem, 0.459rem + 0.71vw, 0.9rem);
	font-weight:400;
	background-color:#E9DABF;
}
.detail_table tr{
	border-bottom: solid 1px #4B0A00;

}
.detail_table th,.detail_table td{
	padding:0.3vw 0.4vw;
}
.detail_table th{
	background-color: #BF591F;
	font-weight:400;
	width:30%;
}
.detail_table .c_al{
	text-align:center;
}
.detail_table .j_al{
	text-align:justify;
	text-align-last:justify;
}
.detail_table .b_blue{
	background-color:#99CCFF;
	color:#000;
}

.detail_table td{

	text-align:left;
	color: #4B0A00;

}
.detail_table tr:nth-child(odd){
	background-color: #EAE5DA;
}

.link_navi_box .d_back_bt_box{
	margin:3% auto 0;
	display: flex;
	justify-content: space-between;
	width:100%;
}
.link_navi_box2{
	margin:2% auto 0;
}
.link_navi_box2 .d_back_bt_box{

	width:100%;
}

.link_navi_box .d_back_bt_box .d_button{
	width:48%;
}
.d_button_h{
	width:100%;
}

.d_prev_bt,.d_next_bt,.d_back_bt {
	margin:0 auto 0;
  background-color: #ccc;
  border: 1px solid #666;
  border-radius: 0.2vw;
  color: #000;
  display: inline-block;
	font-size:clamp(0.9rem, 0.806rem + 0.47vw, 1.1rem);
  padding: 2%;
  position: relative;
  text-decoration: none;
	width:100%;
    transition: .3s;
    display: inline-block;
}
/* 通常の矢印(hoverで反転) */
.d_prev_bt {
  transition: all .5s;
}
.d_prev_bt::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  left: 10%;
  top: 0;
  transform: rotate(-45deg);
  transition: all .5s; 
  width: 10px;
}

/* 通常の矢印(hoverで反転) */
.d_next_bt {
  transition: all .5s;
}
.d_next_bt::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 10%;
  top: 0;
  transform: rotate(45deg);
  transition: all .5s; 
  width: 10px;
}

.d_prev_bt:hover,.d_next_bt:hover,.d_back_bt:hover {
    background-color: #666;
    color:#fff;
}

.con_b{
	position: relative;
}
.zooom_link{
	position:  absolute;
	right:  4%;
	bottom:  3%;
//	width:100%;
	text-align:right;
}
.zooom_link img{
	width:clamp(4.375rem, 3.493rem + 4.41vw, 6.25rem);
}
/*グリッド-------------------------------*/
.c_box{
	margin:2% auto;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
.glid_in{
	margin-top:2%;
	margin-left:1%;
	margin-right:1%;
	width:30%;
	color:#fff;
	position: relative;
	padding-bottom:7%;
}
.glid_in img{
	width:100%;
}
.gl_tx_01{
	width:100%;
	font-weight:600;
	font-size: clamp(0.65rem, 0.368rem + 1.41vw, 1.25rem);
	text-align:center;
}
.gl_tx_01 .gl_tx_b{
	font-weight:900;
	font-size: clamp(0.8rem, 0.424rem + 1.88vw, 1.6rem);
	padding-right:2%;
}
.gl_tx_01 .gl_tx_s{
	font-weight:400;
	font-size: clamp(0.5rem, 0.312rem + 0.94vw, 0.9rem);
}
.gl_tx_02{
	width:100%;
	font-weight:500;
	font-size: clamp(0.6rem, 0.365rem + 1.18vw, 1.1rem);
	text-align:center;
}


.bt_links{
	position: absolute;
	right: 0;
	bottom: 0%;
	box-sizing:  border-box;
	width:100%;
	margin:2% auto 0;
	text-align:center;
}

.bt_links a {
	width:100%;
	margin:0 auto;
	color: #fff;
	text-align:center;
	background: #666;
	padding:4% auto 6%;
	border-radius: 0.3vw;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	font-weight:900;
	font-size: clamp(0.8rem, 0.424rem + 1.88vw, 1.6rem);
	box-sizing:border-box;

}
.bt_links a::before {
	content: "";
	width:90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}

.bt_links a:hover {
	transform: translateY(-3px);
}
.bt_links a:hover::before {
	transform: translateY(3px);
	opacity: 1;
}

.p_navi_fl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	margin-bottom:1%;
}

.list_nv{
	display: flex;
	align-items: center;
}
.list_nv_tx{
	font-weight:500;
	font-size: clamp(0.6rem, 0.365rem + 1.18vw, 1.1rem);
	padding-right:1vw;
}
.list_nv_a{
	padding-left:1vw;
}
.list_nv_a img{
	width: clamp(4rem, 2rem + 10vw, 8.25rem);
}
.up_date_tx{
	font-weight:500;
	font-size: clamp(0.6rem, 0.365rem + 1.18vw, 1.1rem);
	text-align:right;
}


/*------------------------------*//
.title_style_3 {
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    border-right: 27px solid #2589d0;
    background-color: #f5f5f5;
    color: #333333;
    font-size:clamp(0.6rem, 0.364rem + 1.18vw, 1.25rem);
	font-weight:bold;
}

.title_style_3::before {
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
.sale_main_bk{
	width: 100%;
//	background-size:cover;
//	background-repeat: no-repeat;
//	background-image: url('../img/sale/sale_main_back.jpg');
}

#breadcrumb a{
	color:#fff;
}

.sale_title{
	margin:60px auto 0;
	max-width:1482px;
	position: relative;
	color:#fff;
	line-height:1;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-feature-settings: "palt";
}
.sale_title img{
	margin:0 auto;
	width:100%;
}
.selection_con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	box-sizing:  border-box; 
}
.s_tx_01{
	color:#fff;
	font-family: "monotype-corsiva-bold-italic";
	font-weight: 700;
	font-style: normal;
	font-size: clamp(0.8rem, 0.145rem + 3.27vw, 2.6rem);
//	text-shadow: 0px 1px 7px rgba(0, 0, 0, 1), 0px 1px 7px rgba(0, 0, 0, 1);
	text-align:center;
}
.s_tx_02{
	margin-top:-2%;
	color:#fff;
	font-family: "monotype-corsiva-bold-italic";
//	font-weight: 700;
	font-style: normal;
	font-size: clamp(2rem, 0.182rem + 9.09vw, 7rem);
//	text-shadow: 0px 1px 7px rgba(0, 0, 0, 1), 0px 1px 7px rgba(0, 0, 0, 1);
	text-align:center;
}

.s_tx_03{
	margin-top:1%;
	font-family: "monotype-corsiva-bold-italic";
	font-size: clamp(1rem, -0.091rem + 5.45vw, 4rem);
//	text-shadow: 0px 1px 7px rgba(0, 0, 0, 1), 0px 1px 7px rgba(0, 0, 0, 1);
	font-weight: 700;
	text-align:center;
}

.s_tx_04{
//	margin-top:1.5%;
	font-size: clamp(0.55rem, 0.205rem + 1.73vw, 1.5rem);
}


.s_tx_fl{
	margin:5% auto 0;
	display: flex;
	align-items: center;
	font-size:clamp(0.7rem, 0.298rem + 2.01vw, 2.16rem);
	font-weight: 500;
	box-sizing: border-box;
	width: fit-content;
	gap:0.5vw;
	
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing:  border-box; 
}
.s_tx_fl_l span{
//	font-family: "monotype-corsiva-bold";
}

.s_tx_fl_w{
	padding-top:1%;
	text-align:center;
}
.s_tx_fl_w_in{
	border:1px solid #fff;
	justify-content: center; /* 左右中央揃え */
	align-items: center;     /* 上下中央揃え */
}
.s_tx_fl_w_in_tx{
	font-size: clamp(0.55rem, 0.168rem + 1.91vw, 1.6rem);
	text-align:center;
	padding:0.1vw 0.2vw 0.2vw;
}

.sale_mid_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom:15px;
	color:#fff;
	border-bottom:2px solid #fff;
	padding-bottom:0%;
}
.s_t_fl{
	margin-top:1.5%;
	display: flex;
	align-items: center;
	font-size:clamp(0.8rem, 0.425rem + 1.87vw, 2.16rem);
	font-weight: 800;
	font-family: "Noto Sans JP", sans-serif;
}
.s_t_fl_w{
	padding-top:1%;
	text-align:center;
	box-sizing: content-box;
	line-height:1;
}
.s_t_fl_w_in{
	border:1px solid #fff;
	text-align:center;
}
.s_t_fl_w_in span{
	font-size: clamp(0.55rem, 0.247rem + 1.51vw, 1.65rem);
	margin:0.1vw;
	display: block;
}


.sale_mid_title_tx{
	font-size:clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
	padding-bottom:1%;
	color:#000;
	text-align:right;
}

.sale_mid_title_tx img{
	width:clamp(1rem, 0.227rem + 3.86vw, 3.125rem);
}

#slide_wrap {
	background: url("/common2/img/sale/headimg.jpg") center;
}


.select_link{
	border:6px solid #e17b0d;
	background: url("/common2/img/farm/select_link.jpg") center;
	
	text-align:center;
	text-valign:middle;
	padding:50px;
	color:#fff;
	font-weight:bold;
	font-size:2.0rem;
	margin-bottom:20px;
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);

}
.select_link a{
display:block;
}

.select_link2{
	border:6px solid #00008b;
	background: #4169e1;
	
	text-align:center;
	text-valign:middle;
	padding:50px;
	color:#fff;
	font-weight:bold;
	font-size:2.0rem;
	margin-bottom:20px;
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);

}
.select_link2 a{
	display:block;
}

.select_link3{
	border:6px solid #a0522d;
	background: #ff8c00;
	text-align:center;
	text-valign:middle;
	padding:50px;
	color:#000;
	font-weight:bold;
	font-size:2.0rem;
	margin-bottom:20px;
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);

}
.select_link3 a{
display:block;
}

.select_link4{
	border:6px solid #db7093;
	background: #ffc0cb;
	
	text-align:center;
	text-valign:middle;
	padding:50px;
	color:#000;
	font-weight:bold;
	font-size:2.0rem;
	margin-bottom:20px;
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);

}
.select_link4 a{
display:block;
}

/*Updete開閉用----------------------------------*/
#targetContent {
display: none;
}
.open-btn, .close-btn {
	margin:1% auto;
	width:20%;
	cursor: pointer;
	padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.25vw;
    background-color: #D36028;
    color: #fff;
    font-weight: 600;
	font-size: clamp(0.55rem, 0.35rem + 1vw, 1.1rem);
}



/*update--------------------------------------------------*/
.update{
	max-width:1200px;
	width:100%;
	margin:4% auto;
	font-family: 'Noto Sans JP', sans-serif;
	color:#663A28;
	border:1px dotted #BA4444;
	padding:1% 2% 0% 2%;
	background:#F8F8EC;

	.up_title{
		color:#BA4444;
		font-family: "DM Serif Text", serif;
		font-size:clamp(0.8rem, 0.425rem + 1.87vw, 2.16rem);
		padding-bottom:0;
		border-bottom:1px solid #BA4444;
	}
	.up_fl{
		margin-top:1%;
		display: flex;
		align-items: center;
		border-bottom:1px dotted #BA4444;
		padding-bottom:1%;
	}
	.up_date{
		font-size: clamp(0.55rem, 0.35rem + 1vw, 1.1rem);
//		font-weight: 700;
	}
	.up_tx{
		margin-left:2%;
		font-size: clamp(0.55rem, 0.35rem + 1vw, 1.1rem);
//		font-weight: 500;
	}
}


.scroll-table{
	max-width:1200px;
	width:100%;
	margin:0 auto 50px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    display: block;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
}

.sale-main_table {
	width:100%;
	white-space: nowrap;
	font-size:clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);

	tr:nth-child(odd) td {
		background: #f9f9f9;
	}
	.tr_01 {
		background:#ff8c00;
	}

	.tr_02 {
		background:#2589d0;
	}

	th {
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	/*	border-right: solid 1px #ccc;*/
		padding: 4px;
		border-collapse: collapse;
	//	background:#ff8c00;
		vertical-align: middle;
		color:#fff;
		word-break: break-all;
	}

	td {
		border-bottom: solid 1px #ccc;
	/*	border-right: solid 1px #ccc;*/
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		border-collapse: collapse;
		vertical-align: middle;
		word-break: break-all;
		height:3rem;
	}

	 td a img{
		max-width:20px;
		width:100%;
	}

	.pdf{
		background:#696969;
	}
	.photo{
		background:#32cd32;
	}
	.movie{
		background:#1e90ff;
	}
	.reserve_td{
		padding-right:1%;
	}
	.number_td,.name_td{
		font-weight:bold;
	}
	.number_td,.photo_td,.pdf_td,.movie_td,.sex_td,.color_td,.birth_td,.produce_td,.sale_td{
		text-align: center;
	}
	.weight_td,.reserve_td{
		text-align: right;;
	}
	a:hover { background-color: #fcfcaa; }

	.attred{
		text-decoration:line-through;
	}
	tr:nth-child(odd) td {
		background: #f9f9f9;
	}
	.absent td:nth-child(n+1){
		background: #ffe6e6;
	}
	.absent td:nth-child(1),.absent td:nth-child(n+3){
		text-decoration:line-through;
	}
}

.sale-main_table2 {
	width:100%;
	white-space: nowrap;
	font-size:clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);

	tr:nth-child(odd) td {
		background: #f9f9f9;
	}
	.tr_01 {
		border-top: solid 1px #666;
		background:#666;
	}

	.tr_02 {
		background:#2589d0;
	}

	th {
//		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	/*	border-right: solid 1px #ccc;*/
		padding: 4px;
		border-collapse: collapse;
	//	background:#ff8c00;
		vertical-align: middle;
		color:#fff;
		word-break: break-all;
	}

	td {
		border-bottom: solid 1px #ccc;
	/*	border-right: solid 1px #ccc;*/
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		border-collapse: collapse;
		vertical-align: middle;
		word-break: break-all;
		height:3rem;
		background: #eee;
	}

	td a img{
		max-width:20px;
		width:100%;
	}

	.pdf{
		background:#efefef;
		color:#000;
	}
	.photo{
		background:#ccc;
		color:#000;
	}
	.movie{
		background:#01102d;
	}
	.number_td,.name_td{
		font-weight:bold;
	}
	.number_td,.photo_td,.pdf_td,.movie_td,.sex_td,.color_td,.birth_td,.produce_td,.sale_td{
		text-align: center;
	}
	.name,.name_td{
		position: sticky;
		left: 0;
	}
	.name_td a:link{
		 color: #0070c0;
		 text-decoration: underline;
	}
	.name_td a:visited{
		color: #0070c0;
		text-decoration: underline;
	}
	.name_td a:active {
		color: #FF0000;
		text-decoration: underline;
	}
		
	.name_td:hover {
		color: #ff0000;          /* ホバー時に文字色を赤色にする */
		text-decoration: underline; /* ホバー時に下線を表示する */
	}
	
	.name{
		background:#666;
	}
		.reserve_td{
		padding-right:0.5%;
	}
	.weight_td,.reserve_td{
		text-align: right;;
	}
	a:hover { background-color: #fcfcaa; }

	.attred{
		text-decoration:line-through;
	}
	
	.price,.buy{
		text-align:center;
		background:#99CCFF;
		color:#000;
	}
	.price{
//		border-right:1px solid #fff;
	}
	
	tr:nth-child(odd) td {
		background: #f9f9f9;
	}
	.absent td:nth-child(n+1){
		background: #ffe6e6;
	}
	.absent td:nth-child(1),.absent td:nth-child(n+3){
		text-decoration:line-through;
	}
	.weight_td{
		text-align:center;
	}
	
	.price_td,.buy_td{
		text-align:center;
	}
}


@media screen and (max-width: 1000px) {
  .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-table table {
    min-width: 740px;
    margin: 0 0 50px;
  }
  .scroll-table table td {
    
  }
}







.ketdujou{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	font-size: 38vw;
	font-weight:bold;
	color:red;
	position:absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title_style_1{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background:#7d0022;
	padding:5px 10px;
	margin-bottom:30px;
}
.title_style_2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background:#001c58;
	padding:5px 10px;
	margin-bottom:30px;
}



.title_style_1 span,.title_style_2 span{
	font-size:14px;
	font-weight:400;
}
.house_list .h_title {
	font-size: 18px;
	margin:0;
	font-weight:bold;
	background:#7d0022;
	color:#fff;
	padding:5px;

}
.p_box_a {
	display: flex;
	margin:10px 0 10px;
	justify-content: space-between;
}


.p_box {
	display: flex;
	justify-content: space-between;
	width:100%;
}


.p_box2 {
	display: flex;
	justify-content: space-between;
	width:100%;
}

.p_box li.p_box__item1{width:49%;}
.p_box li.p_box__item2{width:49%;text-align:right;}


.p_box img{
	width:100%;
}
.d_box1 {

	width:40%;

}
.d_box2 {

	width:39%;

}
.d_box3 {

	width:60%;

}
.p_box2 li.p_box__item3{width:33%;}

.house_list li .d_box2 div {
	padding:6px 12px;
	margin:0;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	width:100%;
}



.house_list .h_title2 {
	font-size: 18px;
	margin:0;
	font-weight:bold;
	background:#001c58;
	color:#fff;
	padding:5px;

}


.house_list .d_box2 .d_01 {
	background:#efefef;
	width:100%;

}


.house_list .d_box2 .d_02 {
	background:#fff;
	width:100%;


}

.house_list .d_box2 .d_03 {
	background:#efefef;
	width:100%;

}

.house_list .d_box2 .d_04 {
	background:#fff;
	width:100%;

}


.house_list .d_box2 .d_05 {
	background:#efefef;
	width:100%;

}


.house_list li .d_box_txt {
	border:solid 1px #ccc;
	padding:10px;
	font-size: 14px;
	margin:10px auto;
	background:#fcfde6;
	border-radius: 10px;
}



.top_pagebox3_inner {
	background: ;
	margin-top: -135px;
	padding:165px 0 100px;
}

.top_pagebox3 .h_2{
	text-align: center;
}

.top_pagebox3 .h_2 img{
	display: block;
	width: 642px;
	margin: 0 auto 17px;
}

.top_pagebox3 .h_2 p{
	border-top: 2px solid ;
	padding-top: 17px;
	color: ;
	display: inline-block;
}

.top_pagebox3 .h_2.h2_youtube img {
	display: block;
	width: 642px;
	margin: 0 auto 9px;
}

.top_pagebox3 .h_2.h2_youtube p {
	border-top: 2px solid #cd1141;
	padding-top: 17px;
	color: #cd1141;
	display: inline-block;
}

 
#text-wrap {
    width: 96%;
    display: block;
    margin: 0 auto;

}
 
.hide-text_d {
    display: none;
}

button.readmore {
    position: relative;
    height: 20px;
    width: 90px;
    margin: 20px auto 20px;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
 
 
 
button.readmore:hover::after {
    top: 10px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}



@media screen and (max-width : 768px ){
.detail_fl{
	display: block;
}
.detail_fl_r{
	width:100%;
	margin:3% auto;
}
.tab {
  margin:0 auto;
  width:100%;
	margin:3% auto 0;
}

.detail_table th,.detail_table td{
	padding:2%;
}
.detail_table th{

	width:18%;
}
.s_t_fl_w_in span{

	margin:0.1vw;

}
.sale_mid_title_tx{
	margin-top:2%;
}

.sale_mid_title{
	display: block;
}


.glid_in{
	margin-top:2%;
	margin-left:1%;
	margin-right:1%;
	width:48%;
	color:#fff;
}


.p_box_a {
	display: block;
}

.p_box {
	display: block;
}
.d_box1 {

	width:100%;

}

.d_box2 {

	width:100%;

}
.d_box3 {

	width:100%;

}
.p_box li.p_box__item1{width:100%;text-align:center;}
.p_box li.p_box__item2{width:100%;text-align:center;}
}


@media screen and (max-width : 400px ){



}
