@charset "utf-8";

/*----------------------------------------------------------------------------------------

	page.css

----------------------------------------------------------------------------------------*/

.main .content {
	font-size: 1.6rem;
	line-height: 2;
}
.mox01 {
	margin-right: 20px;
	margin-left: 20px;
}

/* パンくず //
////////////////////////////////////////////////////////////////////*/

#pankuzu {
	margin-left: auto;
}
#pankuzu > ol {
	overflow: hidden;
	line-height: 45px;
}
#pankuzu li {
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
#pankuzu li:not(:last-child)::after {
	margin: 0 7px;
	content: ">";
}
#pankuzu a {
	display: inline-block;
}

.main .pagetop {
	margin: 30px 10px 0;
	line-height: 1;
	text-align: right;
}
/*投稿準備中の文字*/
.main .junbi {
	padding: 40px 20px;
	border: 1px solid #ccc;
	font-size: 1.8rem;
}

/* 強調文字 //
---------------------------------------------- */
.shd {
	font-size: 1.6rem;
}


/* ブログメニュー //
////////////////////////////////////////////////////////////////////*/

#bloglist {
	width: 280px;
}
#bloglist > li {
	margin-bottom: 20px;
}
#bloglist h3 {
	box-sizing: border-box;
	padding: 1px;
	width: 100%;
	height: 40px;
	display: table;
	position: relative;
}
#bloglist h3 span {
	padding-top: 2px;
	display: table-cell;
	border: 1px solid rgba(255,255,255,0.3);
	color: #945524;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
}
#bloglist h3 span::after {
	height: 5px;
	background: rgba(0, 0, 0, 0) url(/images/common/side-kensaku_shadow.gif) center;
	position: absolute;
	right: 1px;
	bottom: -5px;
	left: 1px;
	z-index:1;
	content: "";
	pointer-events: none;
}
#bloglist ul {
	border: 1px solid #ccc;
	border-top: none;
}
#bloglist li a:hover {
	background-color: #f7f7f7;
}

/* カテゴリー //
---------------------------------------------- */
#bloglist .category ul li {
	width: 100%;
	height: 45px;
	display: table;
}
#bloglist .category ul li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
#bloglist .category ul li a {
	padding: 10px 10px 8px 30px;
	display: table-cell;
	line-height: 1.3;
	vertical-align: middle;
}
#bloglist .category ul li a::before {
	left: 13px;
}

/* 最近の投稿 //
---------------------------------------------- */
#bloglist .post li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
#bloglist .post a {
	box-sizing: border-box;
	padding: 14px 10px 10px 70px;
	min-height: 70px;
	display: block;
	position: relative;
}
#bloglist .post .photo {
	margin: auto;
	width: 50px;
	height: 50px;
	background-color: #f1f1f1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
}
#bloglist .post .photo img {
	width: 100%;
	height: 100%;
}
#bloglist .post h4 {
	line-height: 1.3;
}
#bloglist .post time {
	color: #ff3366;
	font-size: 1.3rem;
}


/* 物件検索 //
////////////////////////////////////////////////////////////////////*/

body.search .content ul {
	margin-left: auto;
    margin-right: auto;
	width: 720px;
	margin-top: 10px;
}
body.search .content li {
	width: 350px;
}
body.search .content li img {
	width: 100%;
}
body.search .content li:nth-of-type(even) {
	float: right;
}
body.search .content li:nth-child(n+3) {
	margin-top: 20px;
}


/* お役立ち情報 //
////////////////////////////////////////////////////////////////////*/

/* コーナー //
---------------------------------------------- */
body.useful .content .corner {
	margin-top: 20px;
}
body.useful .content .corner dl {
	background-color: #efe9dc;
	position: relative;
}
body.useful .content .corner dl + dl {
	margin-top: 10px;
}
body.useful .content .corner dd {
	position: absolute;
	top: 9px;
	left: 281px;
	float: left;
}
body.useful .content .corner dd p {
	float: left;
}
body.useful .content .corner dd p + p {
	margin-left: 5px;
}

/*----------*/

body.useful .content h4,
body.useful .content h5 {
	margin-bottom: 5px;
}
body.useful .content  p {
	margin-bottom: 28px;
}
body.useful .content .btn {
	margin-top: -25px;
}

/* 賃貸 チェック項目 //
---------------------------------------------- */
body.useful.chintai .content .checklist {
	margin-bottom: 20px;
}
body.useful.chintai .content .checklist dt {
	margin-bottom: 5px;
	color: #58ae18;
	font-size: 1.6rem;
	font-weight: bold;
}
body.useful.chintai .content .checklist area {
	outline: none;
}

/* 画像 //
---------------------------------------------- */
body.useful #baibai .yosan,
body.useful #baibai .yuusen,
body.useful.chintai .content .joken,
body.useful.chintai .content .nairan,
body.useful.chintai .content .moushikomi {
position: relative;
}
body.useful #baibai .yosan::before,
body.useful #baibai .yuusen::before,
body.useful.chintai .content .joken::before,
body.useful.chintai .content .nairan::before,
body.useful.chintai .content .moushikomi::before {
	position: absolute;
	font-size: 0;
}
body.useful #baibai .yosan::before {
	top: 60px;
	right: 40px;
	content: url(/images/useful/img01.jpg);
}
body.useful #baibai .yuusen::before {
	top: 54px;
	right: 86px;
	content: url(/images/useful/img02.jpg);
}
body.useful.chintai .content .joken::before {
	top: 97px;
	right: 0;
	content: url(/images/useful/chintai/img01.jpg);
}
body.useful.chintai .content .nairan::before {
	top: 57px;
	right: 0;
	content: url(/images/useful/chintai/img02.jpg);
}
body.useful.chintai .content .moushikomi::before {
	top: 57px;
	right: 0;
	content: url(/images/useful/chintai/img03.jpg);
}


/* Q&A //
////////////////////////////////////////////////////////////////////*/

body.useful .content .qalist {
	margin: 0 10px 20px;
}

/*----------*/

body.useful .content .qalist h3,
body.useful .content .q dt {
	margin: 0 0 10px;
	padding: 10px 0 10px 45px;
	background: rgba(0, 0, 0, 0) url(/images/useful/qa/q.jpg) no-repeat scroll 5px center;
	border-bottom: 3px dotted #cccccc;
	font-weight: normal;
}
body.useful .content .qalist ul + h3 {
	margin-top: 20px;
}

/*----------*/

body.useful .content .qalist ul {
	margin-left: 7px;
}
body.useful .content .qalist a {
	padding-left: 25px;
}
body.useful .content .qalist a::before {
	left: 12px;
}

/*----------*/

body.useful .content .q {
	margin-top: 60px;
}
body.useful .content .q dl {
	margin-right: 10px;
	margin-left: 10px;
}
body.useful .content .q dd {
	background: url(/images/useful/qa/a.jpg) no-repeat scroll 10px top;
	margin: 0 0 20px;
	padding: 0 0 10px 46px;
}
body.useful .content .q .pagetop {
	margin-right: 10px;
}


/* オーナー様へ //
////////////////////////////////////////////////////////////////////*/

body.owner .content .shd {
	margin-top: 28px;
}
body.owner .content .shukyaku {
	position: relative;
}
body.owner .content .shukyaku::before {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 0;
	content: url(/images/owner/pasokon.gif);
}
body.owner .content  .nagare1 {
	margin-top: 20px;
}
body.owner .content  .nagare1 .IMG {
	position: relative;
}
body.owner .content  .nagare1 .IMG .step {
	position: absolute;
	top: 61px;
	left: 20px;
	z-index: 1;
}


/* 会社案内 //
////////////////////////////////////////////////////////////////////*/

body.company .content .photo {
	margin: 30px auto;
    text-align: center;
}
body.company .content iframe {
	height: 600px;
	display: block;
}
body.company .content .onestop-catch {
    font-size: 2.8rem;
    font-weight: 700;
	margin-bottom: 15px;
}
body.company .content .onestop-catch span {
    color: #FF0000;
    text-decoration: underline;
}
body.company .content .onestop-txt {
    margin-bottom: 15px;
}
body.company .youtube {
    margin-bottom: 30px;
}
body.company .content .youtube-title {
    width: 560px;
    margin: auto;
}
body.company .youtube iframe {
    width: 560px;
    height: 315px;
    margin: auto;
}
body.company .content table a{
	text-decoration:underline ;
}
body.company .content .map-txt{
	margin-bottom: 30px;
}
/* サイトマップ //
////////////////////////////////////////////////////////////////////*/

body.sitemap .content > ul > li:not(:last-child) {
	margin-bottom: 40px;
}
body.sitemap .content h4 {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 2rem;
}
body.sitemap .content h5 {
	padding: 0 10px 8px;
	border-bottom: 1px dotted #ccc;
}
body.sitemap .content > ul > li ul {
	margin: 0 10px;
	overflow: hidden;
}
body.sitemap .content > ul > li li {
	margin-top: 15px;
	margin-right: 50px;
	float: left;
}
body.sitemap .content li a {
	padding-left: 15px;
}

body.sitemap .content .estate > ul > li {
	margin-right: 0;
	float: none;
}



/* 個人情報保護方針 //
////////////////////////////////////////////////////////////////////*/
body.privacy .content h3 + .mox01 p {
    margin-bottom: 1em;
}
body.privacy .content h4.shd {
	margin-top: 40px;
	margin-right: 20px;
    margin-left: 20px;
}
body.privacy .content p:not(:last-child) {
	margin-bottom: 1em;
}
body.privacy .content p a {
    text-decoration: underline;
}
body.privacy .mox01 p {
    text-indent: -1em;
}
/* 文字のずらし ///
---------------------------------------------- */
body.privacy .content .text-shift {
	margin: 20px 0 20px 2em;
	line-height: 1.5;
	text-indent: -1em;
}
body.privacy .content .text-shift li:not(:last-child) {
	margin-bottom: 15px;
}


/* archive-list02 //
---------------------------------------------- */
body.archive .archive-list02 {
	margin: 0 20px;
	border-bottom: 1px dotted #ccc;
}
body.archive .archive-list02:first-child {
	border-top: 1px dotted #ccc;
}
body.archive .archive-list02 a {
	padding: 15px 60px 15px 20px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s;
}
body.archive .archive-list02 a::before {
	margin: auto;
	height: 1em;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	color: #4A4831;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
}
body.archive .archive-list02 a:hover {
	opacity: 0.8;
}
body.archive .archive-list02 time {
	color: #ff3366;
}
body.archive .archive-list02 h4 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.3;
}
body.archive .archive-list02 .photo {
	margin-right: 20px;
	width: 150px;
	float: left;
}
body.archive .archive-list02 .photo img {
	width: 100%;
}
body.archive .archive-list02 .txt p {
	line-height: 1.8;
}
body.archive .archive-list02 .elips {
	max-height: 3.5em;
	overflow: hidden;
}

#pager {
	margin: 50px 20px;
	overflow: hidden;
	font-size: 13px;
}
#pager .page-numbers {
	margin-right: 1px;
	padding: 8px 20px;
	height: 20px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#pager .page-numbers img {
	vertical-align: middle;
}
#pager span {
	background: #4b3321;
}
#pager a {
	color: #fff;
	background: #d7d7d7;
}
#pager a:hover {
	background: #ececec;
}

/* シングル表示 ///
---------------------------------------------- */
body.single .main .content {
	word-break: break-all;
}
body.single .main .content time {
	margin-top: 11px;
	text-align: right;
}
body.single .navlink {
	margin-top: 40px;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
}
body.single .navlink .navlink-prev {
	float: left;
}
body.single .navlink .navlink-next {
	float: right;
}
body.single .navlink a:hover {
	opacity: 0.7;
}

/* post-type-post ///
---------------------------------------------- */
.post-type-post h3, .post-type-post h4 {
	margin-bottom: 1em;
	border-left-color: #c00;
}
.post-type-post h3:not(:first-child), .post-type-post h4:not(:first-child) {
	margin-top: 1.5em;
}

/*fontawesome5*/
.post-type-post blockquote a::before ,
.post-type-post blockquote a[target="_blank"]::after {
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}
.post-type-post blockquote a::before {
	content: "\f054";
}
.post-type-post blockquote a[target="_blank"]::after {
	content: "\f35d";
}

/* お問い合わせ //
////////////////////////////////////////////////////////////////////*/

#toi {
	margin-top: 60px;
}

/* ローンシミュレーション //
////////////////////////////////////////////////////////////////////*/
form[name="loan"] #wrap .h2{
	background-color: #fff;
	color: #333;
	height: 46px;
	line-height:23px;
}
form[name="loan"] #wrap .h2::before{
	background-image:none;
}

/* オーナー様へ//
////////////////////////////////////////////////////////////////////*/
.owner .tuyomi .tiiki {
    float: left;
}
.owner .tuyomi .tiiki + span {
    margin-top: -30px;
    padding-right: 66px;
    display: block;
    text-align: right;
}
.owner .tuyomi .accent{
    color: #945524;
}

.owner .nagare .list {
    margin: 31px 0 60px;
}
.owner .nagare .list > li:not(:last-child) {
    margin-bottom: 30px;
}
.owner .nagare .list > li {
    box-sizing: border-box;
    min-height: 170px;
    padding: 77px 30px 22px;
    box-shadow: inset 0 0 0 9px #945524;
    position: relative;
    line-height: 1.7;
}
.owner .nagare .list > li:not(:last-child)::before {
    height: 30px;
    display: block;
    background: url(/images/owner/arrow.gif) no-repeat center;
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    font-size: 0;
    text-align: center;
    content: "";
}
.owner .nagare .list > li > .nagare-title {
    background-color: #945524;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 58px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 2rem;
	padding: 0 20px 0;
	width: 100%;
    box-sizing: border-box;
}
.owner .nagare .list > li > .nagare-title span{
	background: #f5cd31;
    border-radius: 3px;
    padding: 6px 18px 4px;
    border: 1px solid #fff;
    margin-right: 20px;
    line-height: 1;
    font-size: 1.6rem;
	color: #945524;
}

.owner .nagare .list > li:nth-of-type(1) .txt {
    width: 320px;
}
.owner .nagare .list > li:nth-of-type(1) .btn {
    margin: auto;
    height: 44px;
    position: absolute;
    top: 58px;
    right: 30px;
    bottom: 9px;
}
.owner .nagare .kanri-toi1 a {
    background: #f5cd31;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
	justify-content: center;
    position: relative;
    color: #945524;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    padding: 0 25px;
}
.owner .nagare .list > li:nth-of-type(1) .btn.kanri-toi1 a::before {
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    position: static;
	background-color: #945524!important;
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(/images/smp/common/yajirushi.png) no-repeat center;
    background-size: 7px;
    border-radius: 3px;
	content: "";
}
.owner .nagare .douzo {
    float: left;
    font-size: 1.6rem;
    line-height: 54px;
}
.owner .nagare .douzo + p {
    text-align: right;
}
.owner .nagare .douzo.accent strong {
    color: #945524;
}
p.rov.kanri-toi2 {
    position: relative;
    height: 55px;
}
.owner .nagare .kanri-toi2 a {
    background: #f5cd31;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
	justify-content: center;
    position: absolute;
    color: #945524;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 25px;
    width: 445px;
    box-sizing: border-box;
	right: 0;
}
.owner .nagare .kanri-toi2 a::before {
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    position: static;
	background-color: #945524!important;
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(/images/smp/common/yajirushi.png) no-repeat center;
    background-size: 7px;
    border-radius: 3px;
	content: "";
}
/* お客様の声//
////////////////////////////////////////////////////////////////////*/
.voice .google-review{
	margin-top: 50px;
}

/* 無料売却査定フォーム//
////////////////////////////////////////////////////////////////////*/
.sell .content ul {
    padding-left: 4rem;
}
.sell .content ul li {
	list-style: disc;
}
.sell .eyecatch-img img {
    width: 100%;
    height: auto;
    display: block;
}
.sell .eyecatch-img {
    margin: 30px auto;
    width: 50%;
}
.sell .content table tr {
  height: 117px;
}
.sell .content table th {
  width: 240px;
  background: #f0f0f0;
  text-align: center;
}
.sell .content table td {
  padding-right: 20px;
  padding-left: 20px;
}
.sell .content table td p:has(span[data-name="yobo"]) {
    margin: 0;
    height: 80px;
    display: block;
}
.sell table td input[type="text"],
.sell table td input[type="tel"],
.sell table td input[type="email"],
.sell table td textarea {
  width: 100%;
  line-height: 1;
  padding: 5px;
  box-sizing: border-box;
}
.sell .wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #aaa;
}
.sell .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.sell table #bkibogaku {
  width: 50%;
  margin-right: 10px;
}
.sell .style01 th p {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}
.sell .chushaku {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
}
.sell .hissu {
  color: #f00;
  font-weight: bold;
}
.sell #autozip {
  display: none !important;
}
.sell #privacy {
  border: 1px solid #ccc;      
  padding: 10px;               
  max-height: 200px;           
  overflow-y: auto;            
  line-height: 1.6;            
}

.sell .submit_btn input:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
  color:#333;
}

.sell .submit_btn input{	
    background: #f5cd31;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    color: #945524;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    padding: 0 25px;
	width: 350px;
	cursor: pointer;
}
.sell .submit_btn input:hover{
	opacity: .8;
}
.sell .kakunin {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sell .submit_btn {
  text-align: center;
}
.sell .wpcf7-not-valid-tip {
    color: #f00;
}
.sell h4.mox01{
	color: #945524;
	font-size:2rem;
}
.sell h4.mox01:last-of-type {
    margin-top: 30px;
}