@charset "utf-8";

/* トップ
----------------------------------------------------------------------*/
#top #main { padding-top: 70px; }
#top #main .column { text-align: center; }
#top #main .column p { line-height: 2.1; }

/* スライド */
#top #slider {
	position: relative;
	height: 660px;
	overflow: hidden;
}
#top #slider a {
	position: absolute;
	display: block;
	width: 100%;
	height: 660px;
	top: 0;
	left: 0;
	text-decoration: none;
}
#top #slider .bg {
	width: 100%;
	max-width: 1200px;
	height: 658px;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
}
#top #slider .slide01 { background-image: url(../images/top/photo_slide01.jpg); }
#top #slider .slide02 { background-image: url(../images/top/photo_slide02.jpg); }
#top #slider .slide03 { background-image: url(../images/top/photo_slide03.jpg); }
#top #slider p {
	color: #FFF;
	font-size: 35px;
	line-height: 1.5;
	padding-top: 250px;
	text-shadow: 0 2px 3px rgba(0,0,0,0.4);
	text-align: center;
}
#top #slider p span { font-size: 23px; }
#top #slider p.first { padding-top: 180px; }
#top #slider .slide03 p { padding-top: 90px; }

/* ようこそ、シマダハウスへ */
#top #corporate ul li {
	float: left;
	margin-left: 30px;
}
#top #corporate ul li:first-child { margin-left: 0; }

/* シマダグループの総合力 */
#top #strategy h3 {
	display: inline-block;
	font-size: 24px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
	padding: 5px 40px;
}
#top #strategy h3 span {
	font-size: 16px;
	font-weight: normal;
}

/* 賃料・稼働率UP事例 */
#top ul.case li span { display: none; }
#top ul.case li table tr:first-child th,
#top ul.case li table tr:first-child td { display: none !important; }
#top ul.case li table tr:nth-child(2) th,
#top ul.case li table tr:nth-child(2) td { border-top: none; }
#top ul.renovation { margin-bottom: 30px; }
#top ul.renovation li {
	float: left;
	width: 212px;
	background-color: #F7F4F4;
	margin: 0 37px 20px 0;
	text-align: left;
}
#top ul.renovation li:nth-child(4n) { margin-right: 0; }
#top ul.renovation li img { margin-bottom: 15px; }
#top ul.renovation li span { font-size: 12px;}
#top ul.renovation li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5 !important;
}
#top ul.renovation li div {
	padding: 0 15px;
	box-sizing: border-box;
}
#top ul.renovation li span.tag {
	color: #FFF;
	font-size: 11px;
	background-color: #CC0000;
	margin-left: 5px;
	padding: 2px 5px;
}

/* スタッフブログ */
#top #blog { padding-top: 60px; }
#top #full ul.report li {
	float: left;
	width: 212px;
	margin: 0 37px 20px 0;
	text-align: left;
}
#top #full ul.report li:nth-child(4n) { margin-right: 0; }
#top #full ul.report li img { margin-bottom: 15px; }
#top #full ul.report li span { font-size: 12px;}
#top #full ul.report li p { line-height: 1.5; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#top #main { padding-top: 0; }

/* スライド */
#top #slider { height: 350px; }
#top #slider a {
	height: 350px;
}
#top #slider .bg {
	max-width: 100%;
	height: 350px;
}

#top #slider p {
	width: 90%;
	font-size: 20px;
	margin:0 auto;
	padding-top: 120px;
}
#top #slider p span { font-size: 18px; }
#top #slider p.first { padding-top: 80px; }
#top #slider .slide03 p {
	width: 80%;
	padding-top: 20%;
}

/* ようこそ、シマダハウスへ */
#top #corporate ul li {
	float: none;
	margin: 0 0 5% 0;
}

/* シマダグループの総合力 */
#top #strategy h3 {
	width: 100%;
	font-size: 20px;
	margin-bottom: 5%;
	padding: 5px 0;
}
#top #strategy h3 span {
	display: block;
	font-size: 14px;
}

/* スタッフブログ */
#top #blog { padding-top: 10%; }
#top #full ul.report li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
#top #full ul.report li:nth-child(2n) { margin-right: 0; }
}


/* 企業情報
----------------------------------------------------------------------*/
#corporate ul.pNavi { margin-bottom: 60px; }
#corporate ul.pNavi li {
	float: left;
	width: 240px;
	font-size: 16px;
	line-height: 40px;
	background: #333 url(../images/common/bg_navi.png) left center no-repeat;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
#corporate ul.pNavi li:first-child { background-image: none; }
#corporate ul.pNavi li.select,
#corporate ul.pNavi li:hover { background-color: #999; }

#corporate ul.pNavi li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none !important;
}
#corporate ul.pNavi li a[target="_blank"] { background: url(../images/common/ico_blank.png) 150px center no-repeat; }

/* 代表挨拶・経営理念 */
#corporate .message {
	background: url(../images/corporate/message/bg.jpg) left top no-repeat;
	margin-bottom: 100px;
	padding-top: 148px;
}
#corporate .message h2 {
	margin: 0 0 120px 65px;
	text-align: left;
}
#corporate .message div {
	width: 700px;
	background-color: #F7F7F7;
	margin: 0 auto;
	padding: 70px 70px 20px 70px;
}
#corporate .message p { line-height: 2; }

#corporate ul.philosophy li {
	float: left;
	width: 360px;
	background-color: #F3F3F3;
	margin-bottom: 30px;
	padding: 50px 50px 15px 50px;
	text-align: center;
}
#corporate ul.philosophy li:nth-child(2n) { float: right; }
#corporate ul.philosophy li h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

/* 事業紹介 */
#corporate ul.business li {
	float: left;
	width: 280px;
	margin: 0 0px 50px 0;
	padding: 30px 20px 0 20px;
	text-align: center;
}
#corporate ul.business.operation li:first-child { background-color: #F3F3F3; }
#corporate ul.business li:nth-child(3n) { margin-right: 0; }

#corporate ul.business li img { margin-bottom: 15px; }
#corporate ul.business li h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
#corporate ul.business.dev li h3 { color: #4190dc; }
#corporate ul.business.operation li h3 { color: #02b085; }
#corporate ul.business.other li h3 { color: #fb973f; }

#corporate ul.business li h4 {
	color: #221815;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 20px;
}
#corporate ul.business li p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

/* 会社概要 */
#corporate table.outline {
	width: 100%;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 120px 0 90px 0;
}
#corporate table.outline th {
	width: 245px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
}
#corporate table.outline td {
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	padding: 20px 25px 20px 50px;
}
#corporate table.outline td h2 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}
#corporate table.outline td a { color: #007CC3; text-decoration: underline; }
#corporate table.outline td a:hover { color: #4DA4D5; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#corporate ul.pNavi { display: none; }

/* 代表挨拶・経営理念 */
#corporate .message {
	background: url(../images/corporate/message/bg.jpg) left top no-repeat;
	background-size: 100% auto;
	margin-bottom: 10%;
	padding-top: 8%;
}
#corporate .message h2 {
	width: 50%;
	margin: 0 0 10% 8%;
}
#corporate .message div {
	width: 90%;
	padding: 8% 5% 3% 5%;
	box-sizing: border-box;
}
#corporate .message span { font-size: 22px; }

#corporate ul.philosophy li {
	float: none !important;
	width: 100%;
	margin-bottom: 5%;
	padding: 10% 5% 3% 5%;
	box-sizing: border-box;
}
#corporate ul.philosophy li h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* 事業紹介 */
#corporate ul.business li {
	float: none;
	width: 100%;
/*	margin: 0 0 5% 0;
	padding: 8% 5% 2% 5%; */
	margin: -35px 0 0 0;
	padding: 60px 5% 0 5%; 
	box-sizing: border-box;
}
#corporate ul.business.operation li:first-child {
	margin-top: 0;
	padding-bottom: 2%;
}

#corporate ul.business li h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#corporate ul.business li h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

#corporate p.btn {
	width: 90%;
	margin: 0 auto;
}
#corporate p.btn img.sp { display: inline-block !important; }

.hover-slide-up { top: 0; }
.hover-slide-up p { opacity: 1; }

/* 会社概要 */
#corporate table.outline { margin: 5% 0 12% 0; }
#corporate table.outline th {
	display: block;
	width: 100%;
	padding: 10px 0;
}
#corporate table.outline td {
	display: block;
	width: 100%;
	padding: 10px;
}
#corporate table.outline td h2 { font-size: 14px; }
}


/* シマダステートメント
----------------------------------------------------------------------*/
#statement .lead { position: relative; }
#statement .lead h3 {
	position: absolute;
	color: #FFF;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-shadow: 0 4px 3px rgba(0,0,0,0.7);
	text-align: center;
	top: 110px;
	left: 0;
}

#statement .txt {
/*	background: url(../images/statement/bg_txt.png) left top repeat;*/
	margin-bottom: 50px;
	text-align: center;
}
#statement .txt p {
	line-height: 2.1;
	margin-bottom: 30px;
}
.fadein span, .fadein_sp span { opacity: 0; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#statement .lead h3 {
	position: relative;
	color: #221815;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 5%;
	text-shadow: none;
	top: -10px;
}

/*#statement .txt {
	background: url(../images/statement/bg_txt.png) left bottom repeat;
	background-size: auto 40px;
}
#statement .txt p {
	line-height: 40px;
	margin-bottom: 40px;
}*/
}


/* シマダの総合力
----------------------------------------------------------------------*/
#strategy .group { margin: 50px auto 80px auto; }

/* スペシャリスト達の思考 */
#specialist ul.sp_link {
	width: 840px;
	min-width: 840px;
}
#specialist ul.sp_link li {
	float: left;
	width: 390px;
	margin-bottom: 20px;
}
#specialist ul.sp_link li:nth-child(2n) { float: right; }
#specialist ul.sp_link figure {
	float: none;
	min-width: 390px;
	min-height: 260px;
	margin-bottom: 15px;
}
#specialist ul.sp_link li p {
	font-size: 14px;
	line-height: 1.6;
}

/* インタビュー */
#specialist h4 {
	color: #221815;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 40px;
}

#specialist .bg_title {
	height: 645px;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 35px;
}
#specialist .bg_title.vol1 { background-image: url(../images/strategy/vol1/photo_main.jpg); }
#specialist .bg_title.vol2 { background-image: url(../images/strategy/vol2/photo_main.jpg); }
#specialist .bg_title.vol3 { background-image: url(../images/strategy/vol3/photo_main.jpg); }
#specialist .bg_title.vol4 { background-image: url(../images/strategy/vol4/photo_main.jpg); }
#specialist .bg_title.vol5 { background-image: url(../images/strategy/vol5/photo_main.jpg); }
#specialist .bg_title.vol6 { background-image: url(../images/strategy/vol6/photo_main.jpg); }

#specialist .bg_title h3 { margin-bottom: 120px; }

#specialist .profile {
	background-color: #F3F3F3;
	margin-bottom: 60px;
	padding: 35px 70px;
}
#specialist .profile h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#specialist .profile dl { width: 385px; }
#specialist .profile dl dt {
	float: right;
	width: 140px;
}
#specialist .profile dl dd {
	float: left;
	width: 225px;
	line-height: 1.6 !important;
}
#specialist .profile dl dd span,
#specialist .profile dl dd p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
#specialist .profile dl dd h4 {
	font-size: 13px;
	margin-bottom: 5px;
}

#specialist .interview { margin-bottom: 40px; }
#specialist .interview a { color: #00428E; text-decoration: underline; }
#specialist .interview a:hover { color: #4D7BB0; }
#specialist .interview p { line-height: 1.85; }
#specialist .interview p span { font-weight: bold; }
#specialist .interview p.cap { margin-top: 5px; }
#specialist .interview .photo_left {
	float: left;
	margin: 0 50px 20px 0;
}
#specialist .interview .photo_right {
	float: right;
	margin: 0 0 20px 50px;
}
#specialist .interview ul { margin-bottom: 30px; }
#specialist .interview ul li { float: right; }
#specialist .interview ul li:first-child { float: left; }

#specialist .summary {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 40px;
	padding: 40px 50px 10px 50px;
}
#specialist .summary p { font-weight: bold; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#strategy .group { margin-bottom: 8%; }
#strategy .group p { margin-bottom: 8%; }

/* スペシャリスト達の思考 */
#specialist ul.sp_link {
	width: 100%;
	min-width: 100%;
}
#specialist ul.sp_link li {
	float: none !important;
	width: 100%;
	margin-bottom: 5%;
}
#specialist ul.sp_link figure {
	min-width: 240px;
	min-height: 160px;
}

/* インタビュー */
#specialist h4 {
	font-size: 20px;
	margin-bottom: 8%;
}

#specialist .bg_title {
	height: 300px;
	padding-top: 25px;
}
#specialist .bg_title h3 {
	width: 92%;
	margin: 0 auto 8% auto;
}
#specialist .bg_title p {
	width: 60%;
	margin: 0 auto;
}

#specialist .profile {
	margin-bottom: 10%;
	padding: 8% 6% 3% 6%;
}
#specialist .profile h3 {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#specialist .profile dl {
	width: 100%;
	margin-bottom: 5%;
}
#specialist .profile dl dt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#specialist .profile dl dd {
	float: none;
	width: 100%;
}

#specialist .interview { margin-bottom: 8%; }
#specialist .interview .photo_left,
#specialist .interview .photo_right {
	float: none;
	margin: 0 0 30px 0;
}
#specialist .interview ul { margin-bottom: 8%; }
#specialist .interview ul li { float: none !important; }
#specialist .interview ul li:first-child { margin-bottom: 8%; }


#specialist .summary {
	margin-bottom: 8%;
	padding: 8% 5% 3% 5%;
}
}


/* 信頼と実績
----------------------------------------------------------------------*/
#result ul.result {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#result ul.result li {
	border-bottom: 1px solid #727171;
	margin-bottom: 50px;
	padding: 0 20px;
}
#result ul.result li:last-child { border-bottom: none; }
#result ul.result li h3 {
	font-size: 23px;
	margin-bottom: 10px;
}


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#result ul.result { width: 90%; }
#result ul.result li {
	margin-bottom: 10%;
	padding: 0 5%;
}
#result ul.result li h3 { font-size: 18px; }
}


/* 賃料・稼働率UP事例
----------------------------------------------------------------------*/
#full .column h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
#full .column h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#full .font_s p { font-size: 14px; }

/* スライド */
#full #slider {
	width: 940px;
	height: 580px;
	margin-bottom: 50px;
	overflow: hidden;
}
/*#full .skippr { padding-bottom: 35px; }
#full .skippr-nav-container { bottom: 0; }
#full .skippr-nav-element { background-color: rgba(204,204,204,1); box-shadow: none; }
#full .skippr-nav-element-bubble { width: 10px; height: 10px; margin: 0 5px; }
#full .skippr-nav-element:hover, #full .skippr-nav-element-active { background-color: #666; }*/

#full table.renovation {
	width: 100%;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#full table.renovation th {
	width: 250px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px 0 20px 20px;
	text-align: left;
	vertical-align: top;
}
#full table.renovation td {
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
#full table.renovation td span { font-size: 14px; }

#full ul.photo.arrow {
	background: url(../images/full/arrow.png) center center no-repeat;
	margin-bottom: 60px;
}
#full ul.photo li {
	float: right;
	width: 460px;
	text-align: center;
}
#full ul.photo li:first-child { float: left; }

#full dl.point { margin-bottom: 80px; }
#full dl.point dd {
	float: right;
	width: 460px;
}
#full dl.point dd:first-child { float: left; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#full .column h3 {
	font-size: 22px;
	margin-bottom: 5%;
}
#full .column h4 { font-size: 18px; }

/* スライド */
#full #slider {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	
}
#full .slider-pro { height: auto; }

#full table.renovation { margin-bottom: 8%; }
#full table.renovation th {
	display: block;
	width: 100%;
	background-color: #FCFCFC;
	border-right: none;
	padding: 10px 0;
	text-align: center;
}
#full table.renovation td {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
#full table.renovation td span { display: block; font-size: 12px; }

#full ul.photo.arrow {
	background: url(../images/full/sp_arrow.png) center center no-repeat;
	background-size: 35px auto;
	margin-bottom: 0;
}
#full ul.photo li {
	float: none !important;
	width: 100%;
}
#full ul.photo.arrow li:first-child { margin-bottom: 80px; }


#full dl.point { margin-bottom: 12%; }
#full dl.point dd {
	float: none !important;
	width: 100%;
}
#full dl.point dd:first-child { margin-bottom: 8%; }
}


/* ご入居者様へ
----------------------------------------------------------------------*/
#resident h2 { margin-bottom: 50px; }
#resident h3 {
	margin-bottom: 50px;
	text-align: center;
}

#resident ul.service li {
	position: relative;
	float: left;
	width: 405px;
	background-color:#F3F3F3;
	margin-bottom: 30px;
	padding: 30px 30px 20px 30px;
}
#resident ul.service li:nth-child(2n) { float: right; }
#resident ul.service li:last-child { width: 900px; }

#resident ul.service li h4 {
	color: #00428E;
	font-size: 24px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#resident ul.service li h4 img { margin-right: 15px; }

#resident ul.service li p { margin-bottom: 10px; }
#resident ul.service li span {
	color: #F00;
	font-weight: bold;
	
}
#resident ul.service li a { color: #007CC3; text-decoration: underline; }
#resident ul.service li a:hover { color: #4DA4D5; }

#resident dl.compho { margin-top: 30px; }
#resident dl.compho dt {
	float: left;
	width: 85px;
}
#resident dl.compho dd {
	float: right;
	width: 800px;
	line-height: 1.5;
}
#resident dl.compho dd h5 { font-size: 16px; }

#resident .trouble {
	color: #FFF;
	background-color: #00428E;
	margin-bottom: 60px;
	padding: 30px 25px;
	text-align: center;
}
#resident .trouble h4 {
	font-size: 24px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
#resident .trouble h4 img { margin-right: 15px; }
#resident .trouble h4 span { font-size: 16px; }
#resident .trouble p {
	margin-bottom: 5px;
	text-align: left;
}

#resident ul.btn_form {
	width: 780px;
	margin: 0 auto 30px auto;
}
#resident ul.btn_form li { float: right; }
#resident ul.btn_form li:first-child { float: left; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#resident h2 { margin-bottom: 35px; }
#resident h3 {
	width: 70%;
	margin: 0 auto 35px auto;
}

#resident ul.service li {
	float: none !important;
	width: 100% !important;
	margin-bottom: 5%;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
}

#resident ul.service li h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#resident ul.service li h4 img {
	width: 30px;
	margin-right: 10px;
}

#resident dl.compho dt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#resident dl.compho dd {
	float: none;
	width: 100%;
}
#resident dl.compho dd h5 { font-size: 14px; }

#resident .trouble {
	color: #FFF;
	background-color: #00428E;
	margin-bottom: 60px;
	padding: 30px 25px;
	text-align: center;
}
#resident .trouble h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#resident .trouble h4 img {
	width: 30px;
	margin-right: 10px;
}
#resident .trouble h4 span {
	display: block;
	font-size: 14px;
}

#resident ul.btn_form {
	width: 100%;
	margin: 0 auto;
}
#resident ul.btn_form li {
	float: none !important;
	margin-bottom: 10px;
}
}


/* 仲介業者様へ
----------------------------------------------------------------------*/
#broker h2 { margin-bottom: 50px; }

#broker ul.btn {
    font-size: 0;
    margin-bottom: 30px;
    text-align: center;
}
#broker ul.btn li {
    display: inline-block;
    margin: 0 20px;
}

#broker ul.point { margin-bottom: 30px; }
#broker ul.point li {
	position: relative;
	float: left;
	border: 3px solid #00428E;
	margin: 0 0 30px 10px;
}
#broker ul.point li:nth-child(2n) { float: right; }

#broker ul.point li img {
	position: absolute;
	top: -15px;
	left: -10px;
}
#broker ul.point p {
	display: table-cell;
	color: #00428E;
	width: 450px;
	height: 190px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
/*#broker ul.point li:last-child p { width: 944px; }*/
#broker ul.point span {
	display: block;
	color: #221815;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
}
#broker ul.point li a { color: #0c67c4; text-decoration: underline; }
#broker ul.point li a:hover { color: #5595d6; }

#broker .shimada {
	color: #FFF;
	background-color: #00428E;
	padding: 30px 30px 10px 30px;
	text-align: center;
}
#broker .shimada h3 {
	font-size: 24px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
#broker .shimada img { margin-bottom: 10px; }


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#broker h2 { margin-bottom: 35px; }

#broker ul.btn li {
    display: block;
    margin: 0;
}
#broker ul.btn li:first-child { margin-bottom: 20px; }

#broker ul.point { margin-bottom: 30px; }
#broker ul.point li { float: none !important; }

#broker ul.point p {
	display: inline-block;
	width: 100% !important;
	height: auto;
	font-size: 18px;
	padding: 40px 0 10px 0;
}
#broker ul.point span { font-size: 14px; }

#broker .shimada { padding: 25px 20px 5px 20px; }
#broker .shimada h3 { font-size: 20px; }
}


/* アクセス
----------------------------------------------------------------------*/
#access .map { margin-bottom: 30px; }
#access .column p { font-size: 14px; }

/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#access .map {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


/* お問い合わせ
----------------------------------------------------------------------*/
#contact h2 { margin-bottom: 50px; }
#contact h2.line { font-size: 24px; }

#contact .help { margin-bottom: 60px; }
#contact .help ul { margin-bottom: 5px; }
#contact .help ul li {
	float: left;
	color: #00428E;
	width: 296px;
	border: 2px solid #DEEAF6;
	margin-left: 30px;
	text-align: center;
}
#contact .help ul li:first-child { margin-left: 0; }

#contact .help ul li h3 {
	font-size: 20px;
	background-color: #DEEAF6;
	margin-bottom: 20px;
	padding: 8px 0;
}
#contact .help ul li img { margin-bottom: 10px; }
#contact .help ul li p { margin-bottom: 20px; }
#contact .help ul li:nth-child(2) img { margin-bottom: 20px; }
#contact .help ul li:nth-child(2) p { font-weight: bold; }

#contact .help p.indent {
	float: right;
	color: #00428E;
	width: 300px;
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
	box-sizing: border-box;
}

#contact ul.guide { margin-bottom: 30px; }
#contact ul.guide li {
	font-size: 14px;
	margin: 0 0 5px 1.25em;
}
#contact ul.guide li:before {
	content: '■ ';
	margin-left: -1.25em;
}
 
#contact .req { color: #F00; }
#contact .err { color: #F00; }

/* フォーム */
#contact table.mailform {
	width: 100%;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#contact table.mailform th {
	width: 245px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 15px 0;
	vertical-align: top;
}
#contact table.mailform th p {
	width: 13em;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	text-align: left;
}

#contact table.mailform td {
	border-bottom: 1px solid #CCC;
	padding: 15px 0 15px 50px;
}
#contact table.mailform td ul li {
	float: left;
	margin-right: 40px;
}

#contact label { font-size: 14px; }
#contact .column input[type="text"] {
	width: 450px;
	font-size: 16px;
	border: 1px solid #999;
	padding : 5px;
}
#contact textarea {
	width: 450px;
	height: 120px;
	font-size: 16px;
	border: 1px solid #999;
	padding : 5px;
}
#contact .g-recaptcha > div { margin: 0 auto 30px auto; }
#contact .form_area { text-align: center; }
#contact .form_area input[type="submit"]:disabled {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: .40;
}

#contact input[type="button"],
#contact input[type="submit"] {
	display: inline-block;
	color: #F00;
	width: 230px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFF;
	border: 2px solid #F00;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
#contact input[type="button"]:hover,
#contact input[type="submit"]:hover {
	color: #FF4D4D;
	border-color: #FF4D4D;
}

#contact .thanks {
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
}


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#contact h2 { margin-bottom: 35px; }
#contact h2.line { font-size: 18px; }

#contact .help { margin-bottom: 40px; }
#contact .help ul li {
	float: none;
	width: 100%;
	border: 2px solid #DEEAF6;
	margin: 0 0 5% 0;
}
#contact .help ul li:last-child { margin-bottom: 0; }

#contact .help ul li h3 {
	font-size: 16px;
	margin-bottom: 5%;
	padding: 5px 0;
}
#contact .help ul li p { margin-bottom: 5%; }
#contact .help ul li:nth-child(2) img { margin-bottom: 5%; }

#contact .help p.indent { width: 100%; }

#contact ul.guide { margin-bottom: 5%; }
#contact ul.guide li { font-size: 13px; }

/* フォーム */
#contact table.mailform { margin-bottom: 8%; }
#contact table.mailform th {
	display: block;
	width: 100%;
	border-right: none;
	padding: 10px 0;
	box-sizing: border-box;
}
#contact table.mailform td {
	display: block;
	width: 100%;
	padding: 10px 0;
}
#contact table.mailform td ul li { margin-right: 30px; }

#contact label {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	text-align: right;
}

#contact .column input[type="text"] {
	width: 95% !important;
	font-size: 14px;
	padding : 2%;
}
#contact textarea {
	width: 95% !important;
	font-size: 14px;
	padding : 2%;
}

/* プライバシーポリシー */
#contact .privacy {
	width: 100%;
	font-size: 14px;
	margin: 0 auto 30px auto;
}
#contact .privacy p { margin-bottom: 5px; }
#contact .privacy_txt {
	width: 100%;
	height: 180px;
	font-size: 13px;
	padding: 20px 24px;
	box-sizing: border-box;
}
#contact dl.policy {
	width: 100%;
	box-sizing: border-box;
}

#contact p.thanks { font-size: 16px; }
}


/* ご退居専用フォーム
----------------------------------------------------------------------*/
#cancel #main .column.form { width: 672px; }
#cancel h2 { margin-bottom: 50px; }
#cancel h3 {
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	background: url(../images/cancellation/bg_title.png) left top no-repeat;
	margin-bottom: 10px;
	padding-left: 10px;
}

#cancel ul.guide { margin-bottom: 30px; }
#cancel ul.guide li {
	font-size: 14px;
	margin: 0 0 5px 1.25em;
}
#cancel ul.guide li:before {
	content: '■ ';
	margin-left: -1.25em;
}

#cancel .req { color: #F00; }
#cancel .err { color: #F00; }

#cancel .form .bold {
    font-size: 19px;
    font-weight: normal;
}
#cancel a.bl {
    color: #008ffe;
    text-decoration: underline;
}
#cancel a.bl:hover { color: #4db1fe; }

#cancel .tie-up {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

/* フォーム */
#cancel ul.kbn {
    border: 1px solid #CCC;
    margin-bottom: 45px;
    padding: 15px 0;
    text-align: center;

}
#cancel ul.kbn li {
    display: inline;
    margin: 0 20px;
}

#cancel table.mailform {
	width: 670px;
	font-size: 13px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#cancel table.mailform th {
	width: 180px;
	font-weight: normal;
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
}
#cancel table.mailform td {
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}
#cancel table.mailform td p { margin-bottom: 10px; }
#cancel table.mailform td ul li {
	float: left;
	width: 160px;
}
#cancel table.mailform td ul li.w100 { width: 100% !important; }
#cancel table.mailform td ul.cancel_kbn li {
	width: auto;
	margin-right: 25px;
}
#cancel table.mailform td dl dt {
	float: left;
	width: 90px;
	margin-bottom: 5px;
	clear: left;
}
#cancel table.mailform td dl dd {
	float: left;
	margin-bottom: 5px;
}
#cancel table.mailform td dl.lifestyle dt { width: 210px; }
#cancel table.mailform #relocation { margin-top: 10px; }

#cancel .enquete { font-size: 13px; }
#cancel .enquete p { font-weight: bold; }
#cancel .enquete ul li p { margin-bottom: 0; }
#cancel .enquete ul li { margin-bottom: 20px; }

#cancel .column input[type="text"] {
	width: 240px;
	font-size: 13px;
	border: 1px solid #CCC;
	padding : 5px;
}
#cancel .column input.txt_small { width: 60px; }
#cancel .column input.txt_date { width: 120px; }
#cancel .column input.txt_large { width: 360px; }

#cancel .column input.no_border[readonly] {
	color: #F00;
	border: none;
}

#cancel .column input[type="text"]:disabled { background: #EFEFEF; }
#cancel .column select:disabled { background: #EFEFEF; }

#cancel textarea {
	width: 360px;
	height: 160px;
	font-size: 13px;
	border: 1px solid #CCC;
	padding : 5px;
}
#cancel textarea.txt_large { width: 460px; }

#cancel .privacy {
	font-size: 12px;
	background-color: #EFEFEF;
	border:1px solid #D2D2D2;
	margin-bottom: 30px;
	padding: 20px 15px 5px 15px;
}
#cancel .privacy ul { margin-bottom: 30px; }
#cancel .privacy ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
#cancel .privacy ul.indent li span {
	color: #F00;
	text-decoration: underline;
}
#cancel .privacy ul.need li {
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

#cancel .notes {
	border: 10px solid #92BBD7;
	padding: 25px;
}
#cancel .notes ul {
	color: #F00;
	font-size: 15px;
}
#cancel .notes ul li {
	padding-left: 1em;
	text-indent: -1em;
}
/*#cancel .notes a {
	font-size: 20px;
	background: url(../images/cancellation/ico_mail.png) left center no-repeat;
	padding-left: 35px;
	text-decoration: none;
}*/

#cancel .form_area {
	margin-bottom: 30px;
	text-align: center;
}

#cancel input[type="button"],
#cancel input[type="submit"] {
	display: inline-block;
	color: #000;
	width: 150px;
	font-size: 13px;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	padding: 3px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
#cancel input[type="button"]:hover,
#cancel input[type="submit"]:hover { color: #999; }

#cancel .thanks {
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
}


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#cancel #main .column.form { width: 90%; }
#cancel h2 { margin-bottom: 35px; }
#cancel h3 {
	font-size: 15px;
	background-size: 100% 40px;
}

#cancel ul.guide { margin-bottom: 5%; }
#cancel ul.guide li { font-size: 13px; }

#cancel .form .bold { font-size: 15px; }
#cancel .tie-up { font-size: 15px; }

/* フォーム */
#cancel ul.kbn li { margin: 0 5px; }

#cancel table.mailform {
	width: 100%;
	margin-bottom: 8%;
}
#cancel table.mailform th {
	display: block;
	width: 100%;
	border-right: none;
	padding: 10px;
	box-sizing: border-box;
}
#cancel table.mailform td {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
#cancel table.mailform td ul li {
	float: left;
	width: 50%;
}
#cancel table.mailform td dl dt {
	float: none;
	width: auto;
}
#cancel table.mailform td dl dd {
	float: none;
	margin-bottom: 15px;
}

#cancel .column input[type="text"] {
	width: 95% !important;
	padding : 1%;
}
#cancel .column input.txt_small { width: 60px !important; }

#cancel textarea {
	width: 95% !important;
	padding : 2%;
}

/* プライバシーポリシー */
#cancel .privacy { padding: 8% 5% 5px 5%; }
#cancel .privacy ul { margin-bottom: 8%; }
#cancel .privacy ul.need li {
	float: none;
	margin-right: 0;
}

#cancel .notes { padding: 8% 5%; }
#cancel .notes ul { font-size: 14px; }
#cancel .notes a {
	font-size: 14px;
	background-size: auto 14px;
	padding-left: 28px;
}

#cancel .form_area { margin-bottom: 8%; }

#cancel p.thanks { font-size: 16px; }
}


/* オーナーインタビュー
----------------------------------------------------------------------*/
#interview h4 {
	color: #00428E;
	font-size: 27px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}
#interview h4 span {
	background: rgba(255,255,255,0.8);
	padding: 2px 5px;
}

#interview .title { position: relative; }
#interview .bg_title {
	height: 640px;
	background-position: center top;
	background-size: cover;
	margin-bottom: 50px;
	padding-top: 85px;
	text-align: center;
	box-sizing: border-box;
}
#interview .bg_title.vol1 { background-image: url(../images/interview/vol1/photo_main.jpg); }

#interview .bg_title h3 { margin-bottom: 40px; }
#interview .bg_title h4 {
	display: inline-block;
	font-size: 30px;
	text-indent: -2em;
}

#interview .profile {
	position: absolute;
	width: 200px;
	margin-left: -155px;
	left: 50%;
	bottom: 50px;
	text-align: left;
}
#interview .profile img { vertical-align: baseline; }
#interview .profile p {
	font-size: 12px;
	line-height: 1.5;
}

#interview .interview { margin-bottom: 40px; }
#interview .interview p { line-height: 1.85; }
#interview .interview p.owner { color: #00428E; }
#interview .interview p span { font-weight: bold; }

#interview .interview dl {
	position: relative;
	margin-bottom: 40px;
}
#interview .interview dl dt { width: 620px; }
#interview .interview dl.photo_left dt { float: left; }
#interview .interview dl.photo_right dt { float: right; }
#interview .interview dl dd {
	position: absolute;
	top: 90px;
}
#interview .interview dl.photo_left dd { top: 220px; right: 0; }
#interview .interview dl.photo_left dd h4 { text-align: right; }

#interview dl.summary dt {
	float: left;
	width: 400px;
	font-size: 14px;
	text-align: center;
}
#interview dl.summary dt img { margin-bottom: 5px; }
#interview dl.summary dd {
	position: relative;
	float: right;
	width: 540px;
}
#interview dl.summary dd h4 {
	font-size: 24px;
	margin-bottom: 90px;
}


/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#interview h4 { font-size: 17px; }
#interview h4 span {
	background: none;
	padding: 0;
}

#interview .bg_title {
	height: 300px;
	margin-bottom: 15px;
	padding-top: 30px;
}

#interview .bg_title h3 {
	width: 30%;
	margin: 0 auto 5% auto;
}
#interview .bg_title h4.sp {
	font-size: 14px;
	text-indent: 0;
	text-align: center;
}
#interview .bg_title h4 span {
	background: rgba(255,255,255,0.8);
	padding: 2px 5px;
}

#interview .profile {
	position: relative;
	width: 90%;
	margin: 0 auto;
	left: 0;
	bottom: 0;
}

#interview .interview { margin-bottom: 8%; }
#interview .interview dl { margin-bottom: 8%; }
#interview .interview dl dt { width: 100%; }
#interview .interview dl.photo_left dt { float: none; }
#interview .interview dl.photo_right dt { float: none; }
#interview .interview dl dd {
	position: relative;
	margin-bottom: 5%;
	top: 0;
}
#interview .interview dl.photo_left dd { top: 0; }
#interview .interview dl.photo_left dd h4 { text-align: left; }

#interview dl.summary { margin-bottom: 0; }
#interview dl.summary dt {
	float: none;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5%;
}
#interview dl.summary dd {
	position: relative;
	float: none;
	width: 100%;
}
#interview dl.summary dd h4 {
	font-size: 17px;
	margin-bottom: 5%;
}
}



/* ブログ
----------------------------------------------------------------------*/
#blog .w760 { width: 760px; }
#blog h3.title {
	font-size: 24px;
	line-height: 1.3;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#blog h3.title span { font-size: 12px; }


#blog .post {
	width: 720px;
	margin: 0 auto 50px auto;
}


/* 左右ラインあり */
#blog h3.line {
	display: table;
	line-height: 1.5;
	margin-bottom: 30px;
	white-space: nowrap;
}
#blog h3.line span {
	font-size: 24px;
	font-weight: normal;
	border-bottom: none;
}
#blog h3.line:before, #blog h3.line:after {
	content: '';
	display: table-cell;
	width: 50%;
	background: url(../images/common/bg_title.png) left center repeat-x;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#blog h3.line:before { border-right: 20px solid transparent; }
#blog h3.line:after { border-left: 20px solid transparent; }

/* 最新記事 */
#blog ul.report li {
	float: left;
	width: 212px;
	margin: 0 37px 20px 0;
	text-align: left;
}
#blog ul.report li:nth-child(4n) { margin-right: 0; }
#blog ul.report.col3 li { margin-right: 62px; }
#blog ul.report.col3 li:nth-child(3n) { margin-right: 0; }
#blog ul.report.col3 li:nth-child(4n) { margin-right: 62px; }

#blog ul.report li img {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
#blog ul.report li span { font-size: 12px;}
#blog ul.report li p { line-height: 1.5; }

#blog ul.archive li {
	float: left;
	width: 20%;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-align: left;
}
#blog ul.archive li:before {
	content: '>';
	padding-right: 0.5em;
}

#blog ul.news { margin-bottom: 40px; }

/* 賃料・稼働率UP事例 */
#blog ul.case li span { display: none; }
#blog ul.case li table tr:first-child th,
#blog ul.case li table tr:first-child td { display: none !important; }
#blog ul.case li table tr:nth-child(2) th,
#blog ul.case li table tr:nth-child(2) td { border-top: none; }
#blog ul.renovation { margin-bottom: 30px; }
#blog ul.renovation li {
	float: left;
	width: 212px;
	background-color: #F7F4F4;
	margin: 0 37px 20px 0;
	text-align: left;
}
#blog ul.renovation li:nth-child(4n) { margin-right: 0; }
#blog ul.renovation li img { margin-bottom: 15px; }
#blog ul.renovation li span { font-size: 12px;}
#blog ul.renovation li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5 !important;
}
#blog ul.renovation li div {
	padding: 0 15px;
	box-sizing: border-box;
}
#blog ul.renovation li span.tag {
	color: #FFF;
	font-size: 11px;
	background-color: #CC0000;
	margin-left: 5px;
	padding: 2px 5px;
}

/* ページネーション */
.pagination {
	margin: 30px 0;
	padding-left: 0;
}
.pagination li { margin: 0 3px 5px 3px; }
.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination a {
	color: #00428E;
	min-width: 30px;
	min-height: 30px;
	font-weight: bold;
	border: 1px solid #00428E;
	padding-top: 1px;
	text-decoration: none;
}
.pagination li:not([class*="current"]) a:hover {
	color: #FFF !important;
	background-color: #00428E;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
.pagination li.current a {
	color: #FFF !important;
	background-color: #6A8FBA;
	cursor: default;
	pointer-events: none;
}

/* スマートフォン用 */
@media only screen and (max-width: 736px) {
#blog .w760 { width: 92%; }
#blog h3.title {
	font-size: 18px;
	margin-bottom: 8%;
}
#blog .post {
	width: 90%;
	margin-bottom: 8%;
}
#blog .post img { max-width: 100% !important; height: auto !important; }

/* 左右ラインあり */
#blog h3.line span { font-size: 18px; }

/* 最新記事 */
#blog ul.report li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0 !important;
}
#blog ul.report li:nth-child(2n) { margin-right: 0 !important; }


#blog ul.archive li {
	float: left;
	width: 33%;
	font-size: 13px;
}

/* ページネーション */
.pagination li.first,
.pagination li.last {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}
}
/*--------------------------------------------------------------------*/
