@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* base
-------------------------------- */
*, *:before, *:after {
    box-sizing: border-box;
}

.bukken li .top_photo {
    width: 155px;
    height: 105px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.bukken li .top_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.bukken li .top_photo .stamp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 30px;
    background: #963c3c;
    color: #fff;
    opacity: 0.8;
}

.result_list .photo {
    width: 180px;
    height: 108px;
    position: relative;
}

.result_list .photo .stamp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 20px;
    background: #963c3c;
    color: #fff;
    opacity: 0.8;
}

html {
    font-size: 62.5%;
}

body {
    font-family: sans-serif;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.75;
    width: 375px;
}

img {
    max-width: 100%;
    height: auto;
}

header#header {
    min-height: 74px;
    background: #453e3f;
    position: relative;
    width: 100%;
}

header#header .logo {
    position: absolute;
    top: 15px;
    left: 10px;
}
header#header .logo .area_name {
  height: 21px;
  /*border: 1px solid rgba(205, 205, 205, 0.6);*/
  line-height: 19px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0 3px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
header#header .logo .w-area {
  width: 235px;
}

header#header .tel {
    position: absolute;
    top: 12px;
    right: 78px;
}

header#header .menu {
    position: absolute;
    top: 0;
    right: 0;
}

nav ul {
    list-style: none;
    padding-left:0 ;
    overflow: hidden;
    margin: 0;
}

nav ul li {
    float: left;
    width: 25%;
    height: 44px;
}

nav ul li img {
    width: 100%;
}

.footInfo {

}

.footInfo .logo {
  height: 33px;
}
.footInfo .tel{
  height: 35.5px;
}

footer {
    background: #453e3f;
    margin-bottom: 42px;
}

footer ul.menu {
    list-style: none;
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
}

footer ul.menu li {
    display: inline-block;
    text-align: center;
    padding: 0 2px;
}

footer ul.menu li a {
    text-decoration: none;
    color: #7fbe26;
}

footer .copy {
    text-align: center;
    color: #fff;
    font-size: 9px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
#kv .visual {
	position: relative;
	border-bottom: 1px dotted #000;

}
#kv .visual .bnr {
	width: 150px;
	height: 105.5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 0;
}
#kv .visual > img {
	vertical-align: bottom;
}

#kv > ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    width: 335px;
    margin: 10px auto 15px;
}

#kv > ul li {
    width: 50%;
    float: left;
}

#kv > ul li a {
    background: url(../img/kv_btn.png) no-repeat;
    background-size: cover;
    text-align: center;
    display: block;
    margin: auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #333;
}

#kv .list-links {
  width: 335px;
  margin: 0 auto;
}

#kv .list-links a {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  height: 60px;
  background: #453e3f;
  color: #fff;
  text-decoration: none;
  border-left: 4px solid #87c03c;
  padding: 7px 15px;
  margin-bottom: 10px;
  position: relative;
}
.sub-txt {
  padding: 3px 15px!important;
  line-height: 25px!important;

}
.sub-txt .small-txt {
  line-height: 14px!important;
}
#kv .list-links a::after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3.5px 2.5px 3.5px 2.5px;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  right: 1px;
  bottom: 1px;
}
#kv .list-links a .small-txt {
  font-size: 11px;
  display: block;
  line-height: 11px;
}
.kv__wrap {
    position: relative;
    height: 280px;
    margin-bottom: 32px;
}

.kv__wrap .catchcopy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#information {
    clear: both;
    width: 100%;
    margin: 0 auto 16px;
    border-bottom: 1px dotted #000;
    padding: 0;
}
#information img{
	vertical-align: bottom;
}

#information dl {
    overflow: hidden;
    margin: 4px 0 5px 0;
}

#information dl dt {
    overflow: hidden;
/*    width: 30%;*/
    text-align: center;
    background: #453e3f;
    color: #fff;
/*    float: left;*/
    line-height: 44px;
}

#information dl dd {
/*    margin-left: 31%;*/
    /* line-height: 30px; */
    padding-top: 12px;
    margin-left: 0;
    width: 96%;
    margin: auto;
}


#t_about {
    background: #453e3f;
    color: #fff;
}

#t_about ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    width: 335px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#t_about ul.cnt li {
    width: 158px;
    float: left;
    text-align: center;
}

#t_about ul.cnt li .date {
    font-size: 10px;
}

#t_about ul.cnt li:first-child {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 19px;
    padding: 4px 0;
}

#t_about ul.cnt li p {
    margin: 0;
}

#t_about ul.cnt li p.ippan,
#t_about ul.cnt li p.shop {
    background: #cdcdcd;
    font-size: 12px;
    line-height: 27px;
}

#t_about ul.cnt li p.gentei_k {
    background: #848283;
    font-size: 12px;
    line-height: 27px;
}

#t_about ul.btn {
    padding-bottom: 10px;
    padding-top: 0;
}

#t_about ul.btn li {
    float: left;
    width: 64%;
    text-align: right;
}

#t_about ul.btn li:first-child {
    width: 36%;
    margin-right: 0;
    text-align: center;
}

#t_qsearch {
    background: #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#t_qsearch h3 {
    margin-top: 0;
    padding-top: 20px;
}

#t_qsearch h4 {
    text-align: center;
}

#t_qsearch h5 {
    background: url(/res/sp/img/qsearch_line.png) center center no-repeat;
    background-size: cover;
    text-align: center;
    width: 315px;
    margin: 10px auto;
    font-size: 15px;
    clear: both;
}

#t_qsearch .wrap {
    background: #fff;
    width: 355px;
    margin: 0 auto 10px;
    padding: 10px;
}

#t_qsearch .wrap div {
    width: 315px;
    margin: 10px auto;
}

#t_qsearch .wrap div label {
    width: 50%;
    float: left;
}

#type_select {
    background: #fff;
    padding-top: 10px;
}

#type_select ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 0;
}

#type_select ul li {
    width: 50%;
    float: left;
    height: 80px;
}

#type_select ul li img {
    width: 100%;
}

#type_select div img {
    display: block;
}

#t_qsearch h3,
#t_new_down h3,
#t_pickup h3,
#t_voice h3,
#t_blog h3 {
    text-align: center;
}

#t_blog h3 {
  border-top: 1px solid #453e3f;
  border-bottom: 1px solid #453e3f;
  padding: 12px;
}

#t_blog h3 img {
  width: 128px;
  height: 50px;
}

#t_new_down,
#t_pickup {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

#t_new_down .tab,
#t_pickup .tab {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
}

#t_new_down .tab li,
#t_pickup .tab li {
    float: left;
    width: 33.3333333333%;
}

#t_merit {
    background: url(../img/merit_bg.png) no-repeat;
    background-size: cover;
    height: 564px;
}

#t_merit h3 {
    padding-top: 30px;
}

#t_merit p {
    font-size: 12px;
    width: 96%;
    margin: auto;
}

#t_merit ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
}

#t_merit .btn,
#t_voice .btn {
    text-align: center;
}

#t_shop {
    width: 96%;
    margin: auto;
}

#t_shop ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
}

#t_shop ul li {
    float: left;
    width: 83px;
}

#t_shop ul li:first-child {
    float: left;
    width: 262px;
    margin-right: 10px;
}

.btn_copy {
    margin: 0 auto;
    padding: 10px 0;
    width: 95%;
    display: flex;
}
.btn_copy li {
    display: block;
    width: 50%;
    text-align: center;
}
.btn_copy li.pc a {
    width: 100%;
    text-decoration: none;
}
.btn_copy li.sp, .btn_copy li.pc a {
    display: block;
    padding: 10px 0;
    float: left;
}
.btn_copy li.sp {
    background-color: #bababa;
    color: #453e3f;
    margin-right: 2px;
}

.btn_copy li.pc a {
    background-color: #fff;
    color: #453e3f;
}

aside {
    width: 96%;
    margin: auto;
    position: relative;
}

aside .login {
    position: absolute;
    top: 0;
    right: 0;
}

.bukken {
    list-style: none;
    padding-left: 0;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.bukken li {
    width: 178px;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 21px 9px 9px;
	position: relative;
	background: url(/res/sp/img/bg_bukken.png) bottom right no-repeat;
	background-size: 20px;
}
.bukken li p{
	margin: 0;
}
.bukken li a{
	text-decoration: none;
	color: #333;

}
.bukken li p.cat{
	position: absolute;
	top: 0;
	left: 0;
}
.bukken li p.cat img{
    width: 30px;
    height: 30px;
}
.bukken li p.price{
	color: #7fbe26;
}
.bukken li:nth-child(2n+1) {
    width: 178px;
    float: left;
    border: 1px solid #d2d2d2;
    margin-right: 5px;
}

#t_voice ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin: auto;
}

#t_voice ul li {
    width: 50%;
    float: left;
    text-align: center;
}

#t_voice ul li p {
    text-align: left;
    padding: 0 2%;
}

#feed{
  background:#fff;
  width: 96%;
  margin: auto;
}
#feed dl{
  margin-bottom: 30px;
}
#feed dl:last-child{
  margin-bottom: 0;
}
#feed dl dt{
  text-align: center;
  float: left;
  width: 100px;
  margin-right: 10px;
}
#feed dl dt img{
  width: 100px;
  height: auto;
}
#feed dl dd{
  padding-left: 110px;
  font-size: 0.9em;
}
#feed dl dd a{
  color: #453E3F;
  text-decoration: none;
}
#feed dl dd a:hover{
  text-decoration: underline;
}
#feed dl dd{
  margin-left:0;
}
#feed dl dd.btn{
  text-align: left;
}

.toggle_box {
    display: none;
    color: #fff;
}

.toggle_box p {
    background: #fff;
}
.btn {
	text-align: center;
}
.btn.active {
}
.btn:hover {
    cursor: pointer;
}
.toggle_box {
    overflow: hidden;
    zoom: 1;
}
.toggle_box p {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
.toggle_box p a {
    padding: 12px 4%;
    display: block;
    border-bottom: 1px #eee solid;
    text-decoration: none;
    font-size: 0.95em;
}

h2.subtit{
	text-align: center !important;
	border-bottom: none !important;
}

h2.subtit img{
	height: 50px;
	width: auto;
}


/*トップページフリクラフト*/
.topFrecraft__bnr{
  text-align: center;
  margin: 0 auto;
}

.topFrecraft__bnr img{
  width: 300px;
  height: auto;
  margin: 0 auto;
}
.topFrecraft__bukkenList{
  margin-top: 0;
}

/*買いたい*/
#buy{
	text-align: left;
}
#buy ul{
	padding-left: 0;
    border: 2px solid #ccc;
    border-radius: 5px;
	padding: 10px;
	margin: 0
}
#buy ul li{
	list-style: none;
}
#buy article#buyfirst{
	padding: 5px;
	box-sizing: border-box;

}
#buy article#buyfirst h3{
    color: #7fbe25;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 15px;
}
#buy article#buyfirst p {
    margin: 0;
    padding: 0 15px;
    margin-bottom: 20px;
}
#buy article#buyfirst div{
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}

#buy article#buyfirst div span{
	font-weight: bold;
	color: #85BB01;
	margin-bottom: 10px;
}
#buy article#buyfirst div img{
	float: right;
}
#buy article#buyfirst div li{
	background: url(/res/s/buy/img/li.png) 0 0.1em no-repeat;
	background-size: 18px auto;
	padding-left: 25px;
	margin-bottom: 0.5em;
}
#buy article#buyfirst div li:last-child{
	margin-bottom: 0;
}
#buy article#step{
	background: url(/res/s/buy/img/bg_step.gif);
	box-sizing: border-box;
	padding: 5px;
}
#buy article#step dl{
	background: url(/res/s/buy/img/bg_shadow.png) bottom center no-repeat;
	background-size: contain;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
#buy article#step dl dt img{
	vertical-align: bottom;
}
#buy article#step dl dd{
	background: #fff;
	padding: 10px;
	margin-left: 0;
	border: 1px solid #ccc;
	border-top: none;
}
#buy article#step dl dd img.fr{
	float: right;
}

#buy article#step dl dd:after{
	display: block;
	clear: both;
	content: "";
}
#buy article#step dl.step01 dd{
	position: relative;
	height: 235px;
	overflow: hidden;
	background: url(/res/s/buy/img/bg_s01.png) no-repeat;
	background-size: contain;
}
#buy article#step dl.step01 dd img.tel{
	position: absolute;
	top: 85px;
	left:28px;
}
#buy article#step dl.step01 dd img.con{
	position: absolute;
	top:153px;
	left: 28px;
}
#buy article#step dl.step03 dd span{
	display: block;
	margin-top: 15px;
}
#buy .contact{
	width: 100%;
	background: url(/res/s/buy/img/bg_contact.png) no-repeat;
	position: relative;
	height: 137px;
	background-size: cover;
	margin-bottom: 40px;
}
#buy .contact a.tel{
	position: absolute;
	width: 305px;
	height: 36px;
	top: 30px;
	left: 33px;
}
#buy .contact img.btn_reserve{
	position: absolute;
	top: 93px;
	left: 36px;
}
#buy .contact img.btn_contact{
	position: absolute;
	top: 93px;
	left: 194px;
}
/*売りたい*/
#sell ul{
	padding-left: 0;
}
#sell ul li{
	list-style: none;
}
#sell{
	text-align: left;
}
#sell .flow{
	margin-bottom: 15px;
}
#sell article#step{
	background: url(/res/s/sell/img/bg_step.gif);
	box-sizing: border-box;
	padding: 5px;
	padding-bottom: 15px;
}
#sell article#step dl{
	background: url(/res/s/sell/img/bg_shadow.png) bottom center no-repeat;
	background-size: contain;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
#sell article#step dl dt img{
	vertical-align: bottom;
}
#sell article#step dl dd{
	background: #fff;
	padding: 10px;
	margin-left: 0;
	border: 1px solid #ccc;
	border-top: none;
}
#sell article#step dl dd img.fr{
	float: right;
}

#sell article#step dl dd:after{
	display: block;
	clear: both;
	content: "";
}
#sell article#step dl.step04 dd li{
	list-style: disc;
	color: #0069b7;
	margin-left: 1.25em;
}
#sell_merit{
	padding: 10px;
}
#sell_merit h3{
	margin-bottom: 15px;
}
#sell_merit div.merit{
	display: flex;
	align-items: center;
	border: 1px dashed #ccc;
	border-left: 3px solid #f4aa28;
	margin-bottom: 15px;
	justify-content: space-between;
}
#sell_merit div.merit div span{
	color: #0069b7;
	font-weight: bold;
	display: block;
}
.merit div:first-child{
	width: 100px !important;
	text-align: center;
}
.merit div:last-child{
	width: 250px !important;
	padding: 10px 10px 10px 0;
}
.merit div:last-child dl{
	margin-top: 10px;
}
.merit div:last-child dl dt{
	width: 120px;
	padding-right: 5px;

}
.merit div:last-child dl dt,
.merit div:last-child dl dd{
	float: left;

}
#sell .contact{
	width: 100%;
	background: url(/res/s/buy/img/bg_contact.png) no-repeat;
	position: relative;
	height: 137px;
	background-size: cover;
	margin-bottom: 40px;
}
#sell .contact a.tel{
	position: absolute;
	width: 305px;
	height: 36px;
	top: 30px;
	left: 33px;
}
#sell .contact img.btn_reserve{
	position: absolute;
	top: 93px;
	left: 36px;
}
#sell .contact img.btn_contact{
	position: absolute;
	top: 93px;
	left: 194px;
}
/*パスワード忘れ*/
#remind h2 {
	color: #000;
	border-bottom: 2px solid #000;
	text-align: left;
	padding: 12px 10px 8px 10px;
	margin-bottom: 10px;
}
#remind .enter-TextBtn2 {
    font-size: 80%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0 10px;
}
#remind h3 {
    width: 103%;
    background-color: #FAF5ED;
    padding: 5px 0 5px 3%;
    font-weight: normal;
    margin: 10px 0 10px -3%;
    clear: both;
}
.input-maxsize {
    width: 95%;
}
#remind #next-step {
    margin-top: 10px;
    text-align: center;
}
/*------------------------========新規会員登録ページ（基本情報）:first/index.html=======-----------------------*/

#new-member {
    margin-bottom: 64px;
}

#new-member h2 {
    color: #000000;
/*    height: 36px;*/
/*    background-color: #F4EEEE;
    border-top: 2px solid #F4EEEE;*/
    border-bottom: 2px solid #000000;
/*	height: 20px;*/
	text-align: left;
	padding: 12px 10px 8px 10px;
	margin-bottom: 10px;
}

#new-member #entry-comment {
	padding-left: 10px;
	margin: 10px 0 10px;
	font-size: 80%;
}

#new-member h3 {
	width:103%;
	background-color: #FAF5ED;
	padding:5px 0 5px 3%;
	font-weight: normal;
	margin:10px 0 10px -3%;
	clear: both;
}

/*必須アイコン*/

#new-member h3 p{
	margin: 0;
	padding: 0;
}
#new-member h3 .hissu {
	background: #F00;
	float: left;
	font-size: 70%;
	font-weight: normal;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	border-radius: 6px;
}

/*任意アイコン*/


#new-member h3 .nini {
	background: #CCC;
	float: left;
	font-size: 70%;
	font-weight: normal;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 5px;
	border-radius: 6px;
}


#new-member .entry {
	padding-left: 10px;
  padding-right: 10px;
/*	width: 97%;*/
}
#new-member .entry .store span {
  display: block;
  font-size: 12px;
}

#new-member #mail-comment{
	width: 97%;
}

/*小さいテキスト指定*/

#new-member .entry .small-text {
	font-size: 70%;
}

/*------------------------========入力内容の確認:first/confirm.html=======-----------------------*/
#new-member .new-mConfirm {
	padding-left: 10px;
}
#new-member .new-mConfirm dd{
	margin-left: 0;
}

#new-member .new-mConfirm h2 {
	background-color:#008002;
	color:#FFF;
	width:100%;
	padding:5px 0 5px 0;
	margin:5px 0 0 0;
	text-align:center;
}
#new-member .new-mConfirm h3 {
	background-color: #7fbe26;
	text-align: center;
	color: #FFF;
}

#new-member .new-mConfirm dl {
	line-height: 120%;
}


#new-member .new-mConfirm dl dt {
	background-color: #FAF5ED;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -10px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#new-member .new-mConfirm dl dt:first-child {
	margin-top:-10px;
}


#new-member .new-mConfirm dl dd {
	padding-top: 2px;
	padding-bottom: 5px;
	min-height: 15px;
	line-height: 140%;
}


#new-member .new-mConfirm .hensyu-img img,
.enter-TextBtn a img {
	margin: 10px auto;
}


/*小さいテキスト指定*/

#new-member .new-mConfirm .small-text {
	font-size: 70%;
}

#new-member .enter-TextBtn {
	font-size: 80%;
	text-align: center;
	margin: 20px 0;
	padding: 0 10px;
}
#new-member .enter-TextBtn2 {
	font-size: 80%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0 10px;
}

#new-member .entry #doui {
    margin-top: 10px;
    text-align: center;
    background-color: #F7F7F7;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#new-member .entry .kojinjyoho {
    font-size: 12px;
    overflow: auto;
    height: 150px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: #A47146 medium solid;
    width: 95%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

#new-member #next-step {
    margin-top: 10px;
    text-align: center;
}

/*会社概要_company*/
	#company{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 30px;
		line-height: 1.5em;
	}
	#company dd{
		margin-left: 0;
	}
	#company p{
		margin: 0;
	}
  .outline {
    margin-bottom: 20px;
  }
	.outline dl,
	.history dl{
		font-size: 0.8em;
	}
	.outline dl dt,
	.history dl dt{
		font-weight: bold;
		margin-bottom: 1em;
	}
	.outline dl dd,
	.history dl dd{
		margin-bottom: 1em;
	}
	#map img{
		vertical-align: bottom;
	}
	#map p{
		text-align: right;
	}
	.history h3{
		font-weight: normal;
		text-align: center;
		border-bottom: 2px solid #7FBE26;
    margin-top: 50px;
	}
	.history ul{
		padding-left: 0;
	}
	.history li{
		list-style: none;
		font-size: 0.8em;
		margin-bottom: 1em;
	}
  .history dl dd{
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .history dl dd:first-child{
    border-top: 1px solid #dcdcdc;
  }
  .history .sub{
    font-weight: 400;
    display: block !important;
  }
.contact{
	width: 100%;
	background: url(/res/s/buy/img/bg_contact.png) no-repeat;
	position: relative;
	height: 137px;
	background-size: cover;
	margin-bottom: 40px;
}
.contact a.tel{
	position: absolute;
	width: 305px;
	height: 36px;
	top: 30px;
	left: 33px;
}
.contact img.btn_reserve{
	position: absolute;
	top: 93px;
	left: 36px;
}
.contact img.btn_contact{
	position: absolute;
	top: 93px;
	left: 194px;
}
/*代表挨拶*/
.greeting p{
	margin-bottom: 1em !important;
}
.greeting div.sub_box{
	width: 100%;
	box-sizing: border-box;
	margin-top: 45px;
}
.greeting div.sub_box img.left{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.greeting div.sub_box p{
	padding: 0;
}
.greeting div.sub_box img{
	vertical-align: bottom;
}
.greeting div.sub_box dl{
	text-align: right;
}
.greeting div.sub_box dt{
	font-size: 17px;
}
.greeting div.sub_box dd{
}
/*スタッフ紹介*/
.staff_box{
	width: 100%;
	margin: 0 auto;
	line-height: 1.3em;
}
.staff_box ul{
	margin: 0;
	padding: 0;
}
.staff_box ul li{
	text-align: center;
	padding: 0 10px;
	margin-bottom: 15px;
}
.staff_box div{
	width: 330px;
	height: 330px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: 40px;
}
.staff_box div dl{
	width: 166px;
	background: rgba(255,255,255,0.85);
	box-sizing: border-box;
	padding: 16px 13px;
}
.staff_box div dl dt{
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 10px;
	background: url(/res/company/img/line.png) bottom center no-repeat;
  position: relative;
}
.staff_box div dl dt span.instaicon{
  margin: 0;
  width: 28px;
  display: block;
  position: absolute;
  top: -5px;
  right: -10px;
}
.staff_box div dl dt span.instaicon img{
  width: 28px;
}

.staff_box div dl dt span{
	color: #7FBE26;
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}
.staff_box div dl dd{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.25em;
}
.staff_box div dl dd span{
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0;
	display: block;
}
.staff_box div dl dd dl{
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.staff_box div dl dd dl dt{
	background: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	float: left;
}
.staff_box div dl dd dl dd{
	padding-left: 3em;
}
/*スタッフ背景_PCと共通*/
/*スタッフごと背景設定*/
.sakai{
	background: url(/res/company/images/img_sakai.jpg)no-repeat 20px 0;
	background-size:contain;
}
.kubota{
	background: url(/res/company/images/img_kubota.jpg)no-repeat 20px 0;
	background-size:contain;
}
.mochizuki{
	background: url(/res/company/images/img_mochiduki.jpg)no-repeat 20px 0;
	background-size:contain;
}
.aruga{
	background: url(/res/company/img/staff_img/bg_aruga.png)no-repeat;
}
.miyajima{
	background: url(/res/company/images/img_miyajima.jpg)no-repeat 20px 0;
	background-size:contain;
}
.arai{
	background: url(/res/company/img/staff_img/bg_arai.png)no-repeat;
}
.suzuki{
	background: url(/res/company/img/staff_img/bg_suzuki.png)no-repeat;
}
.miyashita{
	background: url(/res/company/images/img_miyashita.jpg)no-repeat 20px 0;
	background-size:contain;
}
.hanaoka{
	background: url(/res/company/img/staff_img/bg_hanaoka.png)no-repeat;
}
.akimoto{
	background: url(/res/company/images/img_akimoto.jpg)no-repeat 20px 0;
	background-size:contain;
}
.shibuya{
	background: url(/res/company/images/img_shibuya.jpg)no-repeat 20px 0;
	background-size:contain;
}
.migitaka{
  background: url(/res/company/images/img_migitaka.jpg)no-repeat 20px 0;
  background-size:contain;
}
.takei{
  background: url(/res/company/images/img_takei.jpg)no-repeat 20px 0;
  background-size:contain;
}
.sueyoshi{
  background: url(/res/company/images/img_sueyoshi.jpg)no-repeat 20px 0;
  background-size:contain;
}

.miura {
  background: url('/res/company/images/img_miura.jpg') no-repeat 20px 0;
  background-size: contain;
}

.yonekubo {
  background: url('/res/company/images/img_yonekubo.jpg') no-repeat 20px 0;
  background-size: contain;
}

.hagihara {
  background: url('/res/company/images/img_hagihara.jpg') no-repeat 20px 0;
  background-size: contain;
}

.sonoda {
  background: url('/res/company/images/img_sonoda.jpg') no-repeat 20px 0;
  background-size: contain;
}

.miyamoto {
  background: url('/res/company/images/img_miyamoto.jpg') no-repeat 20px 0;
  background-size: contain;
}
.kouno {
	background: url('/res/company/images/img_staff-kouno.jpg') no-repeat 20px 0;
	background-size: contain;
  }

/*------------------------========ログイン画面:estate/login.html=======-----------------------*/

#login {
}

#login h2 {
    color: #000000;
/*    height: 36px;*/
/*    background-color: #F4EEEE;*/
/*    border-top: 2px solid #F4EEEE;*/
	border-bottom: 2px solid #000000;
/*	height: 20px;*/
	text-align: left;
	padding: 12px 10px 8px 10px;
	margin-bottom: 10px;
}

#login h2 img{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#login h3 {
	padding: 5px 5px 5px 10px;
	font-size: 0.8em;
	margin: 10px 0 10px;
	border-left: solid 5px #000000;
	font-weight:normal;
}

#login #login-comment {
	font-size: 90%;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

#login .login-inner {
	padding: 10px 0 10px 10px;
}


#login .login-inner .bold {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bolder;
}

#login .login-inner .center {
	text-align: center;
	margin-bottom: 10px;
}

#login a {
	text-decoration: underline;
}

#login #merit {
/*	background: -webkit-linear-gradient(top, rgb(2, 129, 45) 0%, rgb(0, 153, 51) 100%);
	background: -o-linear-gradient(top, rgb(2, 129, 45) 0%, rgb(0, 153, 51) 100%);
	background: -ms-linear-gradient(top, rgb(2, 129, 45) 0%, rgb(0, 153, 51) 100%);
	background: -moz-linear-gradient(top, rgb(2, 129, 45) 0%, rgb(0, 153, 51) 100%);
	background: linear-gradient(to bottom, rgb(2, 129, 45) 0%, rgb(0, 153, 51) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#02812D),  to(#009933));*/
	text-align: center;
}

#login #merit .merit-img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#login #merit #member-registration {
	line-height: 30px;
	width: 300px;
	display: block;
	border: 1px solid #FF6600;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, rgb(252, 137, 0) 0%, rgb(255, 72, 41) 77%, rgb(255, 76, 28) 100%);
	background: -o-linear-gradient(top, rgb(252, 137, 0) 0%, rgb(255, 72, 41) 77%, rgb(255, 76, 28) 100%);
	background: -ms-linear-gradient(top, rgb(252, 137, 0) 0%, rgb(255, 72, 41) 77%, rgb(255, 76, 28) 100%);
	background: -moz-linear-gradient(top, rgb(252, 137, 0) 0%, rgb(255, 72, 41) 77%, rgb(255, 76, 28) 100%);
	background: linear-gradient(to bottom, rgb(252, 137, 0) 0%, rgb(255, 72, 41) 77%, rgb(255, 76, 28) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC8900), color-stop(0.77, #FF4829), to(#FF4C1C));
	margin: auto;
	padding: 4px 0;
}

#login #merit #member-registration a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
}

/*------------------------========物件詳細ページ:estate/detail.html=======-----------------------*/

#detail {
}
#detail ul{
}
#detail ul li{
	list-style: none;
}
#detail h1 {
	color: #333;
/*	height: 36px;*/
/*	background-color: #D4C7B1;*/
/*	border-top: 2px solid #D6CAB1;*/
	border-bottom: 2px solid #000000;
  font-size: 1.5em;
	text-align: left;
	padding: 12px 10px 8px 10px;
	margin: 10px;
}
#detail h2.heading02 {
  background: #f2faea;
  text-align: left !important;
  margin: 10px !important;
  border-left: 3px solid #7fbe25;
  padding: 3px 5px;
}
#detail h3.heading03 {

}


#detail #look {
	font-size: 75%;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#FavoriteInfo a img {
	display:inherit;
}

#detail #storeF {
	font-size: 75%;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#detail #syousai-comment {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*margin-top: 15%;*/
}
#detail .estatesyubetu_box{
	text-align: left;
	padding: 0 10px;
}
#detail .estatesyubetu_box img{
	margin-right: 3px;
}
#detail .search-comment{
	text-align: left;
	padding: 0 10px;
}
#detail a img {
	margin:0 auto;
}
#detail .btn_h {
	margin:0 0 0 0;
}

#detail #syousai-comment .point {
  color: #7FBE26;
  font-size: 15px;
  font-weight: bold;
}

#detail #syousai-comment p {
	width: 85%;
	float: left;
	font-size: 75%;
	line-height: 140%;
  margin: 0;
}

#detail #syousai-comment img {
	float: right;
}

#detail #syo-right {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}


/*詳細テーブル*/

#detail table {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #DFDFDF;
	font-size: 80%;
	margin-bottom: 10px;
}

#detail table tr {
}

#detail table tr th {
	width:26%;
	font-weight: normal;
	background-color: #FAF5ED;
	padding: 10px 0 10px 5px;
	border: thin solid #DFDFDF;
	text-align: left;
}

#detail table tr td {
	text-align: left;
	padding: 10px;
	border: thin solid #DFDFDF;
}

#detail #tokki {
	margin: 10px;
	border: 1px solid #999999;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 80%;
}

#detail #tokki h4 {
	font-size: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#detail #tokki p {
	line-height: 120%;
	font-size: 95%;
}
#detail .detail_map {
	display: block;
	padding: 8px 0 8px 0;
}

/* スライダー */
.swiper-container {
  width: 95%;
  height: 100%;
  padding-bottom: 70px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.swiper-slide img{
  object-fit: contain;
  height: 370px;
  width: 100%;
}
.swiper-caption {
  position: absolute;
  margin: 0;
  bottom: -70px;
  left: 0;
  width: 100%;
  background-color: rgba( 255, 255, 255, 0.55 );
  font-size:80%;
  padding: 0 5px;
}
.swiper-button-prev,
.swiper-button-next {
  color:#f5f5f5;
  top:40%;
  outline:0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.swiper-button-prev{
  left: 5px;
  right: auto;
}
.swiper-button-next {
  right: 5px;
  left: auto;
}

/*可変スライダー*/
.clear{
	display: block;
	content: "";
	clear: both;
}
#detail .flexslider .slides {
}

#detail .flexslider .slides li img {
	display: block;
	width: 100%;
	min-width:130px;
	min-height:130px;
	height: 300px;
	object-fit: contain;
}

#detail .flexslider {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
  border: none;
}
#detail .flexslider .slides {
}
p.flex-caption{
  position: absolute;
	margin: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba( 255, 255, 255, 0.55 );
}
.flexslider {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/*ライトボックス風モーダルウィンドウ*/

/*写真を増やす時、ここも増やす*/


#open01,
#open02,
#open03{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	text-align:center;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: fixed;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	padding-top: 1%;
	padding-bottom: 20px;
	width: 95%;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	margin-right: 0;
	margin-bottom: 0;
	top: 5%;
	left: 3%;
}

.modal_window p {
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

#modal .modal_window .modal-close {
	background-color: #D9D9D9;
	padding: 10px;
	width: 100px;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	display: block;
}

#modal .modal_window .modal-close a {
	color: #000;
	display: block;
}

/*------------------------========物件検索ページ:estate/index.html=======-----------------------*/

#search-page h2 {
	color: #000000;
    border-bottom: 2px solid #000000;
    text-align: left;
    padding: 10px 10px 8px 10px;
    margin-bottom: 10px;
}

#search-page h2 img{
	margin-left: 10px;
}

#search-comment {
	padding-left: 10px;
	margin: 10px 0 10px;
}

#search-page .search-list {
	width: 100%;
}
#search-page .area-list {
  display: table;
}

#search-page .area-list .list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 10px;
  margin-bottom: 30px;
  list-style: none;
}
#search-page .area-list .list_item li {
  width: calc(50% - 5px);
  margin-top: 15px;
}

#search-page .area-list .list_item li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
#search-page .area-list .list_item li label {
  width: 100%;
  margin-bottom: 0;
}

#drpArea h3 {
  margin: 0;
  padding: 0 10px;
}
#drpArea h3 label {
  float: none!important;
  width: 100%;
}

.search-list h3 {
  height: 47px;
  background: #dddddd;
  display: flex;
  align-items: center;
  font-size: 18px;
	font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0 0 10px;
  margin: 0;
}
.search-list .search-list__item {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  position: relative;
}
.search-list .search-list__item.search-list__item--between {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-list .search-list__tikuOpen,
.search-list .search-list__schoolOpen {
  height: 21px;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.search-list .search-list__tikuOpen::after,
.search-list .search-list__schoolOpen::after {
  content: '▼';
}
.search-list .search-list__tikuOpen.is-active::after,
.search-list .search-list__schoolOpen.is-active::after {
  content: '▲';
}
.search-list .search-list__tiku,
.search-list .search-list__school {
  display: none;
}
.search-list .search-list__tiku .search-list__tiku__item,
.search-list .search-list__school .search-list__school__item {
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  padding: 10px 10px 10px 30px;
}

.area_group {}
.area_group .area_group__heading {
  height: 47px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
}
.area_group .area_group__heading::after {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 15px;
  margin: auto;
}
.area_group .area_group__heading.is-active::after {
  transform: rotate(135deg);
  top: 10px;
  bottom: 0;
}
.area_color--hokushin {
  background: #87c03c;
  color: #fff;
}
.area_color--toushin {
  background: #00b4ce;
  color: #fff;
}
.area_color--chunanshin {
  background: #ed5d60;
  color: #fff;
}

.checkbox {
  width: 100%;
  display: inline-block;
  line-height: 1;
  position: relative
}
.checkbox .checkbox__input {
  width: 0 !important;
  height: 0 !important;
  margin: auto !important;
  padding: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: -999
}
.checkbox .checkbox__input:checked+.checkbox__parts::after {
  content: "\f00c";
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.checkbox .checkbox__parts {
  display: inline-block;
  padding: 2px 0 2px calc(1em + 6px)
}
.checkbox .checkbox__parts::before {
  content: '';
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  background: #fff;
  border: 1px solid #878787;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
.checkbox .checkbox__parts::after,
.checkbox .checkbox__parts--hokushin::after {
  color: #87c03c;
}
.checkbox .checkbox__parts--toushin::after {
  color: #00b4ce;
}
.checkbox .checkbox__parts--chunanshin::after {
  color: #ed5d60;
}
.radio {
  width: 100%;
  display: inline-block;
  line-height: 1;
  position: relative
}
.radio .radio__input {
  width: 0 !important;
  height: 0 !important;
  margin: auto !important;
  padding: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: -999
}
.radio .radio__input:checked+.radio__parts::after {
  content: '';
  width: calc(1em - 4px);
  height: calc(1em - 4px);
  background: #87c03c;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1
}
.radio .radio__parts {
  display: inline-block;
  padding: 2px 0 2px calc(1em + 6px)
}
.radio .radio__parts::before {
  content: '';
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  background: #fff;
  border: 1px solid #878787;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
select{
  color: #000 !important;
}
.select {
  width: 100%;
  border: 1px solid #878787;
  padding: 10px;
}

#search-page .madori-list .l-flex {
  display: none;
}

#search-page .linkTap {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}

#search-page .linkTap .tab {
  width: 150px;
  height: 40px;
}
#search-page .linkTap .tab:first-child {
  margin-right: 10px;
}
#search-page .linkTap .tab a{
  border: 1px solid #333;
  text-align: center;
  text-decoration: none;
  color: #333;
  display: block;
  line-height: 38px;
  position: relative;
}
#search-page .linkTap .tab a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent #333 #333 transparent;
  position: absolute;
  right: 1px;
  bottom: 1px;

}
#search-page .linkTap .tab .big_txt {
  font-size: 20px;
}
#search-page .linkTap .tab a.is-active {
  background: #333;
  color: #fff;
}
#search-page .linkTap .tab a.is-active::after {
  border-color: transparent #fff #fff transparent;
}

#search-page .search-list label input {
	vertical-align: -0.1em;
}

/*価格　建物・専有面積　土地面積　セレクトメニュー幅指定*/

#search-page #money1,#search-page #money2,
#search-page #tate_menseki1, #search-page #tate_menseki2,
#search-page #toti_menseki1,#search-page #toti_menseki2 {
	width:45%;
}

#search-page .s_btn img {
	display:block;
	margin:10px auto;
}


#search-page #submit a {
	color: #fff;
	/* height: 30px; */
	/* line-height: 30px; */
	width: 200px;
	display: block;
	/* border-radius: 6px; */
	background: -webkit-linear-gradient(top, #E94E00 23%, #E23B00 74%);
	background: -o-linear-gradient(top, #E94E00 23%, #E23B00 74%);
	background: -ms-linear-gradient(top, #E94E00 23%, #E23B00 74%);
	background: -moz-linear-gradient(top, #E94E00 23%, #E23B00 74%);
	background: linear-gradient(to bottom, #453e3f 23%, #333 74%);
	box-shadow: inset -1px -1px 3px 0px rgba(0,0,0,0.20);
	font-size: 150%;
	font-weight: bolder;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 5px 0;
}
/*物件検索結果一覧＿リニューアル後*/
.result_list{
	font-size: 10px;
	position: relative;
}
.result_list dd{
	margin-left: 0;
}
.result_list li{
	list-style: none;
}
.result_list a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.result_list,
.gentei{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.result_list .result_list__heading{
	background: #453E3F;
	border: 2px solid #453E3F;
	border-radius: 5px 5px 0 0;
	color: #7FBE26;
	display:flex;
	align-items: center;
	box-sizing: border-box;
	padding: 3px 5px;
}
.result_list .result_list__heading a:link { color: #7FBE26; }
.result_list .result_list__heading a:visited { color: #7FBE26; }
.result_list .result_list__heading a:hover { color: #7FBE26; text-decoration: none; }
.result_list .result_list__heading a:active { color: #7FBE26; }
.result_list .result_list__heading h2{
	margin: 0;
  font-size: 1em;
  font-weight: initial;
}
.result_list .result_list__heading span.ic{
  background: #7FBE26;
  padding: 6px 10px 0 10px;
  margin-right: 5px;
}
.result_list .result_list__heading span.ic img{
	vertical-align: top;
}
.result_list .result_list__body{
	border: 2px solid #453E3F;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.result_list .result_list__body div.photo{
	box-sizing: border-box;
	width: 200px;
	margin-right: 10px;
}
.result_list .result_list__body div.photo img{
	width: 100%;
	/*height: auto;*/
  height: 100%;
  object-fit: contain;
}
.result_list .result_list__body ul{
	padding-left: 0;
	margin: 0;
	width: 160px;
}
.result_list .result_list__body ul li{
	margin-bottom: 5px;
}

.result_list .result_list__body ul li:last-child{
	margin-bottom: 0;
}
.result_list .result_list__body ul li.point{
	font-size: 1.1em;
	padding: 3px 5px;
	border-bottom: 1px dotted #6D972E
}
.result_list .result_list__body ul li.map{
	background: url(/res/estate/img/ic_map.jpg) no-repeat;
	padding-left: 18px;
}
.result_list .result_list__body ul li.station{
	background: url(/res/estate/img/ic_station.jpg) no-repeat;
	padding-left: 18px;
}
.result_list .result_list__body ul li.value{
	background: url(/res/estate/img/ic_value.jpg) no-repeat;
	padding-left: 18px;
}
.result_list .result_list__body ul li.value span{
	color: #ca0010;
}
.result_list .btn{
	text-align: center;
	margin-top: 5px;
}
.gentei{
	position: relative;
}
.gentei a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gentei h2.tit{
	position: absolute;
	top: 1px;
	left: 80px;
	color: #7FBE26;
	font-size: 0.7em;
  margin: 0;
}
/*------------------------========物件詳細ページ:estate/result.html=======-----------------------*/

#result {
}

#result .heading {
	color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  text-align: left;
  padding: 10px 10px 8px 10px;
  margin-bottom: 10px;
  margin-top: 0.83em;
}
#result .heading img{
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#result #result-comment{
	line-height:130%;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align:left;
}

#result #result-comment a{
	text-decoration:underline;
}


#result #sort-title {
	background-color: #EDEDE8;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	font-size: 90%;
	margin-bottom: 20px;
}

#result .result-ichiran {
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D4C9A3;
	margin-bottom: 20px;
}


/*テーブル指定*/


#result .result-ichiran .table table {
	width: 70%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 78%;
	line-height: 120%;
}

#result .result-ichiran .table .two-line {
	margin-top: -1px;
}

#result .result-ichiran .table .two-line th {
	width: 60%;
}


#result .result-ichiran .table table tr th {
	background-color: #FAF5ED;
	text-align: left;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 10px;
	font-weight: normal;
	font-size: 94%;
}

#result .result-ichiran .table .b-none {
	border-right:none;
}


#result .result-ichiran .table  tr td {
	text-align: left;
	padding: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

#result .result-ichiran .gentei-left {
	text-align: left;
	float: left;
	width: 18%;
	font-size: 75%;
	margin-left: 10px;
}

.orange {
	color: #FB9700;
}

.blue {
	color: #2FBCED;
}

.green {
	color: #1A960D;
}
.red{ color: #ff0000; }

/*◯◯件中～*/

#result aside {
	margin-top: 10px;
	margin-bottom: 30px;
}

#result aside p {
	margin-bottom: 10px;
}

/*＜＞ボタン*/


#result aside #result-lgthan {
	width: 182px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
}

#result aside #result-lgthan #result-less {
	float: left;
}

#result aside #result-lgthan #result-greater {
	float: right;
}



/*会員登録はこちらボタン*/

#result .result-ichiran .btn {
	height: 42px;
	width: 300px;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/*詳細ボタン*/
#result .syousai-btn a {
	text-decoration: none;
	color: #FFF;
	height: 30px;
	width: 300px;
	display: block;
	border: 1px solid #006633;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, rgb(2, 150, 52) 0%, rgb(0, 102, 52) 100%);
	background: -o-linear-gradient(top, rgb(2, 150, 52) 0%, rgb(0, 102, 52) 100%);
	background: -ms-linear-gradient(top, rgb(2, 150, 52) 0%, rgb(0, 102, 52) 100%);
	background: -moz-linear-gradient(top, rgb(2, 150, 52) 0%, rgb(0, 102, 52) 100%);
	background: linear-gradient(to bottom, rgb(2, 150, 52) 0%, rgb(0, 102, 52) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#029634),  to(#006634));
	padding-top: 12px;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.pageHF {
	margin-bottom: 15px;
	text-align: center;
}

.pageHF ul {
	width: 100%;
	padding-left: 0;
}

.pageHF ul li {
	display: inline-block;
	padding: 0 4px;
}

/*フローティングメニュー*/
#floatingmenu {
	position:fixed;
	bottom:0;
	width:100%;
	z-index: 999;
}
#floatingmenu img{
	vertical-align: bottom;
}
#panel{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/*プライバシーポリシー*/
#privacy{
	padding: 0 10px;
}
#privacy h2 {
    color: #000000;
    /* height: 36px; */
    /* background-color: #F4EEEE; */
    /* border-top: 2px solid #F4EEEE; */
    border-bottom: 2px solid #000000;
    /* height: 20px; */
    text-align: left;
    padding: 12px 10px 8px 10px;
    margin-bottom: 10px;
}

.state {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.b{ font-weight: bold!important; }


#aside .flink a{
	background-color: #fff;
	color: #453e3f;
	display: block;
	font-size: 15px;
	text-decoration: none;
	margin: 0;
	padding: 14px 2px 10px 10px;
	border-left: 8px solid #7ebe26;
	border-right: 1px solid #7ebe26;
	border-bottom: 1px solid #7ebe26;
	border-top: 1px solid #7ebe26;
	font-weight: bold;
}
#aside .flink p{
  margin: 0;
}
#aside .flink p:nth-child(2) a{
  margin: 5px 0;
}
/*topevent*/
.tevent{
  width: 96%;
  margin: auto;
}
.tevent > h4 {
    text-align: center;
}
.tevent .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px 0;
}
.tevent .box .img {
    max-width: 170px;
    height: 110px;
}
.tevent .box .text {
    flex: 1;
    margin-left: 10px;
}
.tevent .box .text a{
  color: #333;
  text-decoration: none;
}
/*注目物件*/
.chumoku{
  width: 86%;
  margin: auto;
}
#kv .chumoku ul{
  padding: 0;
}
#kv .chumoku ul li{
  list-style: none;
}
#kv .chumoku ul li:nth-child(2){
  margin-left: 10px;
}

.pageCompanylink{
  margin: 0;
  padding: 0;
  width: 330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}


.pageCompanylink li {
  list-style: none;
  margin: auto;
}

.pageCompanylink img {
  width: 155px;
  height: auto;
}

.estatesyubetu_box__icon {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 10px 5px 0;
    padding: 0.4em;
    text-align: center;
    vertical-align: middle;
    background: #7FBE26;
    color: #FFF;
}

.homePickup {
  margin: 15px auto;

}

.homePickup__ttl {
  padding: 10px;
  background: #7fbe26;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.homePickup__bnr {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.subtit{
	font-size: 25px;
	margin:0 0 20px 0;
	font-weight: normal;
	position: relative;
  background-color: transparent !important;
  padding: 0;
}
.subtit::before{
	content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 90px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7dbf10;
}
.soldout {
}
.soldout .soldout__heading {
    border: none !important;
    margin: 30px 0 20px;
    padding: 0 10px !important;
    font-size: 19px;
    line-height: 19px;
    color: #333;
    text-decoration: none;
}
.soldout .soldout__text {
    margin: 0;
    padding: 0 10px;
    font-size: 10px;
    line-height: 20px;
    color: #ff0000;
}
.soldout .soldout__contact {
    background: #625b5b;
    width: 260px;
    height: 30px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.soldout .soldout__contact::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #7fbe26 transparent;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 2px;
}

.contents__wrap {
    width: 96%;
    margin: auto;
}

.contents__par--large {
    font-size: 18px;
    font-weight: 700;
}

.contents__pic {
    margin: 16px auto;
    text-align: center;
}

.tnews {
    width: 96%;
    margin: 40px auto;
    margin: auto;
}

.tnews .box {
    font-size: 15px;
}

.tnews > h4 {
    text-align: center;
}

.tnews .text > a {
    color: #333;
    text-decoration: none;
}

.tnews .underline {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d3d3d3;
}

ul.tab,ul.tab2 {
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 16px;
}

ul.tab li,ul.tab2 li {
    flex: 0 0 33.333%;
}

ul.tab li a,ul.tab2 li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 8px 0;
    border-bottom: 2px solid #000;
}

ul.tab li a.active,ul.tab2 li a.active  {
    border-bottom: 2px solid #7fbe26;
    position: relative;
}

ul.tab li a.active::before,ul.tab2 li a.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 6px solid #7fbe26;
    border-bottom-width: 0;
}
.u-mb-30 {
    margin-bottom: 10px;
}
.gakkuBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.gakkuBox .ttl {
  width: 100%;
}
.one_columns {
    margin:  0 8px 16px;
}
.gakkuBox__title {
    font-weight: 700;
}
.home__lede {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
}
.home__lede::before,
.home__lede::after {
    border-top: 1px solid #7fbe26;
    content: "";
    flex-grow: 1;
}
.home__lede::before {
    margin-right: 1rem;
}
.home__lede::after {
    margin-left: 1rem;
}
.home__lede > span {
    font-size: 11px;
    margin-left: 1rem;
}
.home__lede--ja {
    text-align: center;
    font-size: 11px;
    display: block;
    line-height: 12px;
}
.tprice {
    width: 96%;
    margin: auto;
}
.tprice > h3 {
    margin-bottom: 0;
}
.t_shop {
    text-align: center;
    font-size: 12px;
}
.t_shop > span {
    font-size: 13px;
    font-weight: 700;
}

#new-member .kikkake label{
    width: 46%;
    padding: 2px 4px;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* for mew price down section */
.color-green {
  color: #00b4ce!important;
}
.color-blue {
  color: #7fbe25!important;
}
.bdl-color-green {
  border-left-color: #00b4ce!important;
}
.color-red {
  color: #ed5d60!important;
}
.bd-color-red {
  border-color: #ed5d60!important;
}
.bd-color-green {
  border-color: #00b4ce!important;
}
.bd-color-blue {
  border-color: #7fbe25!important;
}
.bdl-color-red {
  border-left-color: #ed5d60!important;
}

.newDown {
  width: 100%;
  margin: auto auto 25px;
}
.newDown h3 {
  margin-bottom: 0;
}

.newDown .block .top-select {
  height: 49px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 10px 20px;
  position: relative;
}
.newDown .block .top-select .link-nagano {
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  color: #87c03c;
  position: absolute;
  right: 28px;
  top: 15px;
  font-weight: 700;
}
.newDown .block .top-select .title {
  font-size: 16px;
  font-weight: 700;
}
.newDown .block .top-select .order {
  font-size: 12px;
  color: #87c03c;
  width: 86px;
  height: 31px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  line-height: 29px;
  padding-left: 5px;
  margin-left: 10px;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  position: relative;
  background-image: url("../img/top/common/icon_select.png");
  background-repeat: no-repeat;
  background-position: top 12px right 10px;
}
.newDown .block-ueda .top-select .order {
  background-image: url("../img/top/common/icon_select_green.png");
}
.newDown .block-matsumoto .top-select .order {
  background-image: url("../img/top/common/icon_select_red.png");
}
.newDown .block .top-select::after {
  content: '';
  height: 2px;
  width: 7px;
  background-color: #87c03c;
  position: absolute;
  left: 8px;
  top: 24px;
}
.newDown .block-ueda .top-select::after {
  background-color: #00b4ce;
}
.newDown .block-matsumoto .top-select::after {
  background-color: #ed5d60;
}
.newDown .block .top-select::before {
  content: '';
  height: 4px;
  width: 18px;
  background-image: url("../img/top/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right 5px;
  position: absolute;
  right: 5px;
  top: 24px;
}

.newDown .list-buttons {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
  margin: 15px 0 0;
  padding: 0 10px;
}
.newDown .list-buttons .button {
  display: inline-block;
  font-size: 13px;
  line-height: 42px;
  font-weight: 700;
  width: 172px;
  height: 42px;
  background: #453e3f;
  color: #fff;
  text-decoration: none;
  border-left: 4px solid #87c03c;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  margin-right: 10px;
}
.newDown .list-buttons li:nth-child(2n) .button {
  margin-right: 0;
}
.newDown .list-buttons .button .num {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  font-weight: 500;
  background: #707070;
  height: 15px;
  width: 32px;
  border-radius: 8px;
  margin-left: 6px;
}
.newDown .list-buttons .button::after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3.5px 2.5px 3.5px 2.5px;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  right: 1px;
  bottom: 1px;
}
/* for mew shop section */
.shop-block {
  padding: 0 10px;
}
.shop-block .shop-item .store-img {
  height: 91px;
}
.shop-block .shop-item {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
}
.shop-block .shop-item li {
  width: 150px;
}
.shop-block .shop-item li:nth-child(2) {
  width: 196px;
}

.shop-block .shop-item .cnt {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  gap: 1px;
  margin: 0;
  position: relative;
}
.shop-block .shop-item .cnt .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.shop-block .shop-item .cnt .tel {
  font-size: 21px;
  font-weight: 700;
  line-height: 18px;
}
.shop-block .shop-item .cnt .tel img {
  height: 19px;
  margin-right: 3px;
}
.shop-block .shop-item .cnt .btn {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  width: 47px;
  height: 25px;
  background: #7fbe25;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 3px;
  position: absolute;
  right: 0px;
  bottom: 26px;
}
.shop-block .shop-item .cnt .btn i {
  margin-right: 3px;
}
.shop-block .con {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
.footInfo .links {
  display: flex;
  list-style: none;
  padding: 0 50px;
  justify-content: space-between;
  margin: 30px 0;
}
.footInfo .links li:first-child{
  //margin-right: 40px;
}
.footInfo .links a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.footInfo .links a::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  left: -23px;
  top: 0;
}

.footInfo .links li:first-child a::after {
  content: none;
}
.kikkakelist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tagurl {
  position: relative;
  width: 98%;
  padding-top: 56.25%;
  margin: 16px auto;
}

.tagurl iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.multi-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
#learned-from {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding: 10px 26px 10px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  overflow-y: auto;
  max-height: 100px;
  font-weight: 500;
  font-size: 10px;
}
.multi-select-options--icon {
  position: absolute;
  font-size: 10px;
  right: 10px;
}
.multi-select-options {
  list-style-type: none;
  padding: 0;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  max-height: 200px; /* Set a maximum height for the dropdown */
  max-width: max-content;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.multi-select-options li {
  padding: 2px 10px;
  font-size: 10px;
  cursor: pointer;
}
.multi-select-options li:hover {
  background: #007bff;
  color: #fff;
}
.multi-select-options li.selected {
  background: #fff;
  color: #007bff;
  font-size: 10px;
}
.multi-select-options li.selected::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
  color: #007bff;
}


.c-alert01__header {
  margin-bottom: 20px
}
.c-alert01__texts {
  margin: 0 0 20px
}
.c-alert01__texts__item:not(:last-child) {
  margin: 0 0 10px
}
.c-alert01__texts__item--center {
  text-align: center
}
.c-alert01__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px
}
.c-alert01__buttons__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1
}
.c-alert01__buttons__item__inner {
  font-size: 18px;
  line-height: 1
}
.c-alert01__footer {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5
}
.c-alert01__footer a {
  color: #b79154;
  text-decoration: none
}
.c-alert01__footer a:hover {
  text-decoration: underline
}
.c-button01 {
  font-size: 20px;
  line-height: 1;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  border: 0;
  font-weight: 800;
  color: #474747;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer
}
.c-button01--s {
  height: 40px;
  font-size: 14px;
  line-height: 1
}
.c-button01--main {
  background-color: #7fbe26;
  color: #fff
}
.c-button01--sub {
  background-color: #b8b8b8;
  color: #fff
}
.tit__wrap{
  position: relative;
}
.tit__wrap >a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}
.prinext{
  width: 96%;
  margin: auto;
  text-align: center;
  font-size: 1.1rem;
}