@charset "utf-8";

/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/

/* スペース ///
---------------------------------------------- */

.p p:not(:last-child) {
	margin-bottom: 21px;
}
.space40 {
	margin-bottom: 40px;
}

/* ボタン ///
---------------------------------------------- */

/* 一覧 ----------*/

.ichiran-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    width: 110px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
    display: block;
    text-align: center;
}
.ichiran-btn::after {
    margin-left: 5px;
    opacity: 0.5;
    font-family: fontawesome;
    content: "\f061";
}

/* 詳細 ----------*/

.syosai-btn {
    margin: auto;
    box-sizing: content-box;
    padding-right: 19px;
    width: 91px;
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    line-height: 26px;
    text-align: center;
}
.syosai-btn::after {
    width: 18px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: url(/images/common/syosai_bg.png) no-repeat center;
    content: "";
}

/* サブヘッド //
////////////////////////////////////////////////////////////////////*/
#subhead {
    padding-top: 79px;
    height: 420px;
    background: url(/images/index/slider_bg.jpg) 50% 80% no-repeat #c7f9ff;
    background-size: cover;
}
#subhead_satei {
    padding: 0 10px;
    height: 255px;
    background: url(/images/index/subhead_satei_bg.jpg) no-repeat top center;
    position: relative;
}
#subhead_satei h2 {
	z-index: 10;
    position: absolute;
}
#subhead_satei h2 + form {
	padding-top: 114px;
}
#subhead_satei ol.SyubetuJusyoc-list {
	padding-left: 14px;
}
#subhead_satei ol.SyubetuJusyoc-list li + li {
	margin-top: 5px;
}
#subhead_satei ol.SyubetuJusyoc-list li::after {
	content: "";
	clear: both;
	display: block;
}
#subhead_satei ol.SyubetuJusyoc-list li > * {
	float:left;
}
#subhead_satei ol.SyubetuJusyoc-list li > p:nth-of-type(1) {
	width: 165px;
}
#subhead_satei ol.SyubetuJusyoc-list li > p:nth-of-type(2) {
	margin-left: auto;
    width: 140px;
    background: url(/images/common/select_bg.jpg) no-repeat right 1px top 2px #fff;
    overflow: hidden;
}
#subhead_satei ol.SyubetuJusyoc-list li p label {
	height: 34px;
    display: block;
    overflow: hidden;
    text-indent: -100%;
}
#subhead_satei ol.SyubetuJusyoc-list li:nth-of-type(1) p label {
	background: url(/images/index/subhead_satei_li1.png) no-repeat 0px 0%;
}
#subhead_satei ol.SyubetuJusyoc-list li:nth-of-type(2) p label {
	background: url(/images/index/subhead_satei_li2.png) no-repeat 0px 0%;
}
#subhead_satei ol.SyubetuJusyoc-list li:nth-of-type(3) p label {
	background: url(/images/index/subhead_satei_li3.png) no-repeat 0px 0%;
}
#subhead_satei ol.SyubetuJusyoc-list select {
	padding-left: 10px;
    padding-right: 26px;
    width: 150%;
    height: 32px;
    background: transparent;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    display: block;
    text-align: left;
    -webkit-appearance: none;
    font-size: 16px;
}

/* 旧表示--> */
#subhead_satei ol.SH_SyubetuJusyoc-list {
	padding-left: 14px;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li + li {
	margin-top: 5px;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li dl {
	display: table;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li dl > * {
	display: table-cell;
	vertical-align: middle;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li dl dt {
    width: 165px;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li dl dt label {
	height: 34px;
    display: block;
    overflow: hidden;
    text-indent: -100%;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li:nth-of-type(1) dl dt label {
	background: url(/images/index/subhead_satei_li1.png) no-repeat 0px 0%;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li:nth-of-type(2) dl dt label {
	background: url(/images/index/subhead_satei_li2.png) no-repeat 0px 0%;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li:nth-of-type(3) dl dt label {
	background: url(/images/index/subhead_satei_li3.png) no-repeat 0px 0%;
}
#subhead_satei ol.SH_SyubetuJusyoc-list li dl dd p {
    margin-left: auto;
    width: 140px;
    background: url(/images/common/select_bg.jpg) no-repeat right 1px top 2px #fff;
    overflow: hidden;
}
#subhead_satei ol.SH_SyubetuJusyoc-list select {
	padding-left: 10px;
    padding-right: 26px;
    width: 150%;
    height: 32px;
    background: transparent;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    display: block;
    text-align: left;
    -webkit-appearance: none;
    font-size: 16px;
}
/* <--旧表示 */

#subhead_satei h3 {
    position: absolute;
    bottom: 0;
    right: 23px;
}
#subhead_satei h3 + p input[type="submit"] {
    width: 350px;
    height: 62px;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 0;
    margin-bottom: 6px;
}
#subhead_satei h3 + p {
	position: absolute;
    left: 372px;
    top: 104px;
    font-size: 0;
    z-index: 20;
}
#subhead_satei h3 + p:after {
    margin: auto;
    width: 40px;
    height: 25px;
    background: url(/images/index/subhead_satei_or.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0;
    content: "";
    pointer-events: none;
    z-index: 10;
}
#subhead_satei h3 + p input[type="submit"]:nth-of-type(1) {
	background: url(/images/index/subhead_satei_btn1_off.png) 0% 0% no-repeat;
}
#subhead_satei h3 + p input[type="submit"]:nth-of-type(1):hover {
	background: url(/images/index/subhead_satei_btn1_on.png) 0% 0% no-repeat;
}
#subhead_satei h3 + p input[type="submit"]:nth-of-type(2) {
	background: url(/images/index/subhead_satei_btn2_off.png) 0% 0% no-repeat;
}
#subhead_satei h3 + p input[type="submit"]:nth-of-type(2):hover {
	background: url(/images/index/subhead_satei_btn2_on.png) 0% 0% no-repeat;
}
#subhead_satei form > p:last-child {
	position: absolute;
    right: 0;
    bottom: -35px;
    font-size: 1.2rem;
    line-height: 35px;
}

/* スライダー //
////////////////////////////////////////////////////////////////////*/

#slider {
    padding-top: 31px;
    height: 420px;
    background: url(/images/index/slider_bg.jpg) 50% 80% no-repeat #c7f9ff;
    background-size: cover;
}

/* スライド */
.slick p {
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
	margin: 0 16px 4px;
}
.slick > p {
	visibility: hidden;
}

/* ポインター ///
---------------------------------------------- */

.slick-dots {
    margin: auto;
    width: 100%;
	height: 10px;
    line-height: 10px;
    position: absolute;
    bottom: -16px;
    text-align: center;
}
.slick-dots > li {
    display: inline;
}
.slick-dots > li:not(:last-child) {
	margin-right: 10px;
}

/*----------*/

.slick-dots button {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background: rgba(0,0,0,0.25);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    outline: none;
    border: none;
    opacity: 0.75;
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    cursor: pointer;
}
.slick-dots > li.slick-active button {
    background: rgba(0,0,0,0.75);
}

/* 左右移動ボタン ///
---------------------------------------------- */

.slick-arrow {
    margin: auto;
    width: calc((100% - 988px) / 2);
    border: none;
    outline: none;
    position: absolute;
    text-indent: -100vw;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 8;
}

/*----------*/

.slick-arrow {
	transition: opacity 0.2s;
}
.slick-arrow:hover {
	opacity: 0.8;
}

/*----------*/

.slick-prev {
    left: 0;
    background: url(/images/index/slider/prev-bk.png) no-repeat center right 2px;
}
.slick-next {
    right: 0;
    background: url(/images/index/slider/next-bk.png) no-repeat center left 4px;;
}

/* お知らせ //
////////////////////////////////////////////////////////////////////*/

#info {
    height: 70px;
	background: url(/images/common/texture00.png);
	position: relative;
	margin-bottom: 40px;
}
#info > div {
    height: 100px;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
}
#info  header {
	position: relative;
	background-color: #FFF;
}
#info  header a {
	display: block;
}
#info header a .ichiran-btn {
    bottom: 10px;
}

#info ul {
    width: 744px;
    height: 100px;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#info li {
    padding-bottom: 1px;
    position: relative;
}
#info li:not(:last-child)::after {
    content: "";
    height: 0px;
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
}
#info li a {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#info li a:hover {
    background-color: #fffae6;
}
#info li time {
    margin-right: 10px;
    color: #ff6600;
    font-size: 1.3rem;
    vertical-align: middle;
}

/* ご相談ランキング //
////////////////////////////////////////////////////////////////////*/

#sodan-rank {
    margin-bottom: 70px;
}
#sodan-rank h2 {
	margin-bottom: 29px;
	text-align: center;
}
#sodan-rank li:not(:last-child) , #plan li:not(:last-child) {
    margin-right: 12px;
}
#plan {
	margin-bottom: 60px;
}

/* お客様の声 //
////////////////////////////////////////////////////////////////////*/

#voice {
    position: relative;
}
#voice header {
    position: absolute;
    top: 0;
    left: 0;
}
#voice header a {
	display: block;
}

#voice ul > li {
    margin-right: 12px;
    width: 236px;
    background-color: #f6f6f6;
}
#voice ul > li:first-child {
    margin-left: 248px;
}
#voice ul > li:nth-of-type(3),
#voice ul > li + li:last-child {
    margin-right: 0;
}
#voice ul > li:nth-child(n+4) {
    margin-top: 20px;
}
#voice li a {
    display: block;
	height: 300px;
}
#voice figure {
    height: 156px;
    overflow: hidden;
    background-color: #EEE;
}
#voice figure img {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,0%);
    pointer-events: none;
    min-height: 100%;
}
#voice figure img.photo2 {
    height: 100%;
    width: auto;
}
#voice h3 {
    color: #ff6600;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
#voice ul > li div {
    padding: 0 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#voice ul > li div p {
    line-height: 21px;
    margin-bottom: 5px;
    height: 63px;
}
#voice ul > li div p {
    line-height: 21px;
    margin-bottom: 5px;
    height: 63px;
}
#voice .ellipsis:before,
#voice .ellipsis:after {
	background: #f6f6f6;
}


/* 評価 */
#voice .voice-hyoka {
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.33);
    padding: 8px 0;
}
#voice .voice-hyoka i {
    width: 142px;
    height: 19px;
}


/* 購入希望者様 //
////////////////////////////////////////////////////////////////////*/

#kibou header {
    width: 236px;
	position: relative;
	float: left;
	margin-right: 12px;
}
#kibou header a {
	display: block;
}
#kibou > div {
	padding-left: 12px;
}

#kibou .kiji-list {
    height: 285px;
    overflow-y: scroll;
}


/* お預かり物件 //
////////////////////////////////////////////////////////////////////*/

#oazukari header {
    margin-right: 10px;
}
#oazukari > div {
	width: 732px;
    overflow-x: scroll;
}

/* des62 */
#oazukari > div > table > tbody > tr > td {
    padding-right: 4px;
    min-width: 245px;
	vertical-align: top;
}
#oazukari > div > table > tbody > tr > td * {
    box-sizing: content-box;
}
#oazukari .tksnBox62 > tbody > tr > td {
    padding: 5px !important;
}
#oazukari .tksnBox62 > tbody > tr:nth-of-type(2) > td {
    padding-top: 0!important;
}
#oazukari .tksnBox62 > tbody > tr:nth-of-type(2) > td table td[colspan="2"] {
    padding: 0!important;
}

/* 不動産を高く売却する５つの方法 //
////////////////////////////////////////////////////////////////////*/

#baikyaku-method {
    position: relative;
	margin-bottom: 50px;
}
#baikyaku-method header, #plan header {
    border-color: #f81e1e;
}
#baikyaku-method header a {
	background-color: #f81e1e;
	right: 0;
    bottom: 10px;
}

/* リスト ///
---------------------------------------------- */

.list_method {
    margin-top: 25px;
}
.list_method > li {
    width: 314px;
    position: relative;
}
.list_method > li:nth-child(-n+3) {
    margin-bottom: 30px;
}
.list_method > li:not(:nth-of-type(3)) {
    margin-right: 19px;
}
.list_method a {
    display: block;
}
.list_method span + p {
	height: 200px;
	overflow: hidden;
}
.method-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.method-icon img {
	width: 63px;
}
.list_method p > img {
    width: auto;
	min-width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.list_method h4 {
    padding: 5px 0;
    background-color: rgba(0,0,0,0.66);
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
    top: 165px;
    right: 0;
    left: 0;
}
.list_method h4::after {
    margin-left: 8px;
    opacity: 0.54;
    content: "\f061";
    font-family: fontawesome;
}
.list_method > li p:last-child {
    padding: 15px 10px;
    height: 100px;
    background-color: #f6f6f6;
}

/* 不動産売却の第一歩 //
////////////////////////////////////////////////////////////////////*/

#baikyaku-meyasu .line02 {
    border-color: #ff6600;
}
#baikyaku-meyasu p {
	margin-bottom: 1em;
}

/* 買いとります ///
---------------------------------------------- */

#kaitori {
    border: 8px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}
#kaitori a {
	display: block;
}
#kaitori p:nth-last-of-type(1) {
    width: 111px;
    background-color: #ff6600;
    bottom: 12px;
    left: 12px;
}