@charset "utf-8";

header, footer, section{
	display: block;
	margin:0;
	padding:0;
}
html {font-size: 62.5%;}/*10px*/

body{
	width:100%;
	min-width: 100%;
	line-height: 1.7;
	font-size: 1.6rem;/*16px*/
	padding:0;
	margin:0;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color:#222;
	-webkit-text-size-adjust: 100%;
}
ul, ol, dl,dt,dd,div,ol,ul,li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li {list-style-type:none;}
a {outline:none;border:0;}
a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
a:link{color:#222;text-decoration:none;}
a:visited{color:#222;text-decoration:none;}
a:hover{color:#222;text-decoration:underline;}
a:active{color:#222;text-decoration:none;}

img {vertical-align: middle;border:0;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.textright{text-align:right;}
.bold{font-weight:bold;}
.red{color:red;}

/*余白*/
.mb05em {margin-bottom:0.5em;}
.mb1em {margin-bottom:1em;}
.mb2em {margin-bottom:2em;}
.mb3em {margin-bottom:3em;}
.mb5em {margin-bottom:5em;}
.mb8em {margin-bottom:8em;}

*,
*::before,
*::after {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.smp_only {display: inline;}
.smpno{
    display: none;
}
#form .smpno{
    display: none !important;
}
/*-----------------------------------------------
header
-----------------------------------------------*/
header {
	height: auto;
min-height: 66px;
color: #fff;
	background-color: #1A1A1A;

}
header .inner{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
header .inner .logo {
	position: absolute;
	top: 12px;
	left: 10px;
	z-index: 1;
}
header .inner .logo > a {
	display: block;
	width: 80%;
}
.icon_sns{
/*width: 100px;*/
display: inline-block;
position: absolute;
top: -7px;
right: 40px;
}
.icon_sns li {
width: 40px;
display: inline-block;
margin-left: 4px;
}
.icon_sns li img{
width: 100%
}
/*お問い合わせボタン*/
a.btn_menucontact{
display: block;
    width: 114px;
    height: 36px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 6px 0 0;
    margin: 0 0 0 10px;
    position: absolute;
    top: -7px;
    right: 46px;
    z-index: 1;
    letter-spacing: 0.05em;
				}
a.btn_menucontact:link,
a.btn_menucontact:visited{
	color: #fff;
	text-decoration: none;
}
a.btn_menucontact:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f003';
	font-size: 2rem;
	margin-right: 4px;
}
										
/*Englishボタン*/
a.btn_english{
	display: block;
	width: 70px;
	height: 36px;
	color: #fff;
	background: #8E492F;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 10px 0 0;
	margin: 0 0 0 10px;
	position: absolute;
	top: 20px;
	right: 80px;
	z-index: 1;
	letter-spacing: 0.05em;
}
a.btn_menucontact:hover,
a.btn_english:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
	width: 100%;
	background: #333;
	padding: 46px 0 0;
}
footer .inner {
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column
}
footer .inner dl {
	width: 100%;
}
footer .inner dl dt {
	color: #C0C0C0;
	padding: 0 0 0.3em 0;
	border-bottom: none;
	margin: 0 0 1em 0;
	background: #666;
	text-indent: 0.5em;
	height: 30px;
	line-height: 30px;
}
footer .inner dl dd {
	margin: 0 0 1em 0;
}
footer .inner dl dd a,
footer .inner li a {
	display: block;
	width: 100%;
	height: 44px;
}
footer .inner ul li {
	margin: 0 0 1em 0;
}
footer a:link{color:#C0C0C0; text-decoration:none;}
footer a:visited{color:#C0C0C0; text-decoration:none;}
footer a:hover{color:#C0C0C0; text-decoration:underline;}
footer a:active{color:#C0C0C0; text-decoration:none;}

.copyright {
	text-align: center;
	font-size: 1.3rem;
	color: #C0C0C0;
padding: 40px 0;
	display: block;

}
/* pageTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#page-top a {
	display: block;
	width: 44px;
}
/*-----------------------------------------------
トップページ
-----------------------------------------------*/
.mainimg {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.mainimg img {
	width: 100%;
	object-fit: cover;
}
.mainimg .inner {
	width: 80%;
	height: auto;
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.mainimg .inner p {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.3;
	font-family: ‘Noto Serif Japanese’, serif;
	max-width: 100%;
	height: auto;
	padding: 0 10px;
}
.mainimg .inner p span {
	display: block;
	font-size: 1.2rem;
	margin: 1em 0 0 0;
}

/**/
/*ttl*/
.ttl01_w,
.ttl01{
font-size:110%;
margin-bottom: 20px;
}
.ttl01_w span,
.ttl01 span{
font-size:120%;
margin-right:0.5em;
}

.ttl01_w span:after,
.ttl01 span:after {
padding-left:0.5em;}
.ttl02{
font-size:110%;
background-color: #e9e5d5;
padding: 10px;
margin-bottom: 2em;
}
.w1000{
width: 96%;
display: block;
margin-left: 2%; margin-right: 2%;
}

.top_contents_li li{
width: 48%;
margin-bottom: 1em;
font-size: 86%;

}

.top_contents_li li img{
width: 100%;
}
.search_btn_js .kore li{
font-size: 80%;
text-indent: 0px;
}
.topinfo_box ul li{
margin-bottom: 2em;

}

.topinfo_box ul li img{
display: block;
text-align: center;
margin-left: auto; margin-right: auto;
max-width: 100%;
}
.insta{
text-align: center;
margin-left: auto; margin-right: auto;
display: block;
margin-bottom: 2em;
}
.bk_topinfo{
padding: 2em 0;
}


/*FOR RENT 新着賃貸物件情報*/
.topbox1 {
margin-bottom: 30px;
}
.title_top {
	font-size: 1.4rem;
	font-weight: bold;
	font-family: ‘Noto Serif Japanese’, serif;
	text-align: center;
	letter-spacing: 0.15em;
	margin: 0 0 30px 0;
}
.title_top span {
	display: block;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	height: 30px;
	margin: 0 0 30px 0;
}
.title_top span:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
}
.top_bukkenlist {
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 0 auto ;
}
.top_bukkenlist li {
	width: 100%;
	margin: 0 auto 30px;
}
.top_bukkenlist li:nth-child(3n){
	margin: 0 auto 30px;
}
.top_bukkenlist li a {
	display: block;
	width: 100%;
	position: relative;
	background: #FAFAFA;
	padding: 0 0 20px 0;
}
.top_bukkenlist li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 76px 76px 0 0;
    border-color: #fff transparent transparent transparent;
	z-index: 2;
}
.top_bukkenlist li a:after {
    position: absolute;
    content: "RENT";
    transform: rotate(315deg);
    display: block;
    font-size: 1.5rem;
    white-space: pre;
    color: #000;
    top: 20px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.top_bukkenlist li a:link{color:#000; text-decoration:none;}
.top_bukkenlist li a:visited{color:#000; text-decoration:none;}
.top_bukkenlist li a:hover{color:#000; text-decoration:none;}
.top_bukkenlist li a:active{color:#000; text-decoration:none;}

.top_bukkenlist li a .photo {
	width: 100%;
	height: 239px;
	position: relative;
}
.top_bukkenlist li a .photo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 360px;
	max-height: 239px;
}
.top_bukkenlist li a .title {
	font-size: 1.6rem;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 1em 0;
	padding: 0 0.5em;
	font-weight: bold;
}
.top_bukkenlist li a dl {
	width: 94%;
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 1.4rem;
}
.top_bukkenlist li a dl dt {
	display: block;
	width: 100%;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
	background: #eee;
	padding: 4px;
}
.top_bukkenlist li a dl dd {
	display: block;
	width: 100%;
	padding: 0 0 0 0.5em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
/*ボタン矢印付き*/
.btn_01_mini{
display: table;
border: 1px solid #000;
text-align: center;
color: #fff;
background: #000;
cursor: pointer;
padding: 4px 1em;
position: relative;
}
.btn_01_mini::after{
content: '';
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) ;
display: inline-block;
margin-right: 0.5em;
}
.btn_01 {
	display: block;
	width: 280px;
	height: 52px;
	line-height: 52px;
border: 1px solid #000;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	position: relative;
	background: #000;
	font-size: 1.6rem;
	cursor: pointer;
	
}

.btn_01::after{
content: '';
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) ;
display: inline-block;
margin-right: 0.5em;
}
.btn_01_mini:link,
.btn_01:link {color:#fff; text-decoration: none;}
.btn_01_mini:visited,
.btn_01:visited {color:#fff; text-decoration: none;}
.btn_01_mini:hover,
.btn_01:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.btn_01_mini:active,
.btn_01:active {color:#fff; text-decoration: none;}

.topshop{
padding: 2em 0;
}
.topshop ul li figcaption,
.top_about_li li figcaption{
font-size: 2rem;

}



/*ABOUT 当社の特徴*/
.top_about_li li{
margin-bottom: 2em;
}
.bk_topabout {
	width:100%;
	background: url(../img/top_bk_about.png) no-repeat center 0;
	background-size:100%;
	padding: 14px 0 0 0;
	margin: 0 0 40px 0;
}
.btnposi_top_about{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}
.btnposi_top_about a{
display: inline-block;
width: 32%;
height: 48px;
color: #fff;
	background: #000;
text-align: center;
font-size: 90%;
line-height: 48px;
}


.title_top_white {
	font-size: 1.4rem;
	font-weight: bold;
	font-family: ‘Noto Serif Japanese’, serif;
	text-align: center;
	letter-spacing: 0.15em;
	margin: 0 0 30px 0;
	color: #fff;
}
.title_top_white span {
	display: block;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	height: 24px;
	margin: 0 0 24px 0;
}
.title_top_white span:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}
.bk_topabout .whitebox {
	width: 96%;
	background: #fff;
	margin: 0 2%;
	overflow: hidden;
	padding-top: 1em;
}
.bk_topabout .whitebox .inner {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.bk_topabout .whitebox .inner .photo {
	width: 100%;
	margin: 0 0 1.5em 0;
}
.bk_topabout .whitebox .inner .photo iframe{
width: 100%;
height: 220px;
}
.bk_topabout .whitebox .inner .text {
	width: 100%;
}
.bk_topabout .whitebox .inner .text p {
	margin: 0 0 2em;
}
/*不動産をお持ちの方へ*/
.ttl_top_property_sub_01{
font-size: 1.6rem;
font-family: ‘Noto Serif Japanese’, serif;
text-align: center;
letter-spacing: 0.15em;
padding-top: 2em;
color: #fff;
}
.ttl_top_property_sub_02{
display: block;
font-size: 2rem;
font-weight: normal;
font-family: ‘Noto Serif Japanese’, serif;
text-align: center;
letter-spacing: 0.1em;
position: relative;
height: 34px;
margin: 0 0 30px 0;
			}
.ttl_top_property_sub_02:after {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 1px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #000;
}
.title_top_n {
font-size: 1.4rem;
font-weight: bold;
font-family: ‘Noto Serif Japanese’, serif;
text-align: center;
letter-spacing: 0.15em;
margin: 0 0 30px 0;
}
.title_top_n span {
display: block;
font-size: 2.4rem;
font-weight: normal;
letter-spacing: 0.1em;
position: relative;
height: 30px;
margin: 0 0 30px 0;
color: #333;
}
.title_top_n span:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 1px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #000;
}
.top_property ul{
}
.top_property li{
}
.top_bk_property_01{
width: 100%;
background: url(../img/top_bk_property_01.png) no-repeat center 0;
background-size: 100%;
padding: 0px 20px 0 20px;
}
.top_bk_property_02{
width: 100%;
background: url(../img/top_bk_property_02.png) no-repeat center 0;
background-size: 100%;
padding: 0px 20px 0 20px;
}
.top_property .whitebox {
width: 100%;
background: #fff;
margin: 0 auto;
overflow: hidden;
padding: 20px;
}
.top_property {
margin: 0 auto 10px;
}
/*NEWS 新着情報*/
.top_news {
	background: #F2F2F2;
	overflow: hidden;
}
.top_news .inner {
	width: 80%;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_news .inner .title_top_news {
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: ‘Noto Serif Japanese’, serif;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 0 10px 0;
}
.top_news .inner .title_top_news span {
	display: block;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	height: 30px;
	margin: 0 0 30px 0;
}
.top_news .inner .title_top_news span:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
}
.top_news .top_newsdl {
	display: block;
	width: 100%;
}
.top_news .top_newsdl dl {
	width: 100%;
	font-size: 1.4rem;
	margin: 0 0 50px 0;
}
.top_news .top_newsdl dl dt{
	display: block;
	width: 100%;
	padding: 14px 10px 8px 0;
	box-sizing: border-box;
	font-size: 1.5rem;
}
.top_news .top_newsdl dl dt span {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0 6px;
	font-size: 1.3rem;
	border: 1px solid #000;
}
.top_news .top_newsdl dl dd{
	display: block;
	width: 100%;
	padding: 14px 0;
	margin: 0 0 0.5em 0;
	border-top: 1px solid #D5D5D5;
	box-sizing: border-box;
	line-height: 1.5;
}

/**/
.topbox2,
.top_pickup {
    width: 90%;
    margin: 0 auto;
}
.bn_posi01{
margin: 0 auto 40px auto;
}
.top_pickup li {
    width: 100%;
    margin: 0 auto 30px;
}

.top_pickup li p {
	display: block;
	height: 52px;
	line-height: 52px;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	position: relative;
	background: #11418a;
	font-size: 1.6rem;
	cursor: pointer;
}
.top_pickup li p::before{
	content: '';
	width: 10px;
	position: absolute;
	top: 23px;
	right: 25px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top_pickup li p::after{
	content: '';
	width: 26px;
	position: absolute;
	top: 26px;
	right: 26px ;
	border-bottom: solid 1px #fff;
}
.pickup01{
	width: 100%;
	background: url(../img/top_pickup_01.png) no-repeat center 100%;
	background-size: 100%;
	padding-top: 36%;
	}
.pickup02{
	width: 100%;
	background: url(../img/top_pickup_02.png) no-repeat center 0;
	background-size: 100%;
	padding-top: 36%;
	}
.pickup03{
	width: 100%;
	background: url(../img/top_pickup_03.png) no-repeat center 100%;
	background-size: 100%;
	padding-top: 36%;
	}

/*-----------------------------------------------
下層共通
-----------------------------------------------*/
.nextpage {
	width: 100%;
	margin: 0 auto 40px;
}
.path {
	text-align: right;
	margin: 0 20px 40px 0;
	font-size: 1.4rem;
}
.path_blog {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 1.4rem;
}
.path span,
.path_blog span {margin: 0 10px;}

/*-----------------------------------------------
会社案内
-----------------------------------------------*/
.title_company {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	height: 200px;
}
.title_company img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title_company span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.2rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 10px;
	letter-spacing: 0.1em;
	width: 90%;
}
.message {
	width: 86%;
	margin:0 auto 80px;
	font-size: 1.5rem;
}
.message .text .inner {
	margin: 0 0 20px 0;
}
.message .text .inner p {
	margin: 0 0 1.5em;
	line-height: 2.0;
}
.message .name {
	text-align: right;
	font-family: ‘Noto Serif Japanese’, serif;
	letter-spacing: 0.05em;
}
.message .name span {
	font-size: 1.8rem;
}
.message .name figure {
	margin: 0.5em 0 0 auto;
	width: 50%;
}
.table_gaiyo {
	width: 86%;
	margin:0 auto 80px;
}
.table_gaiyo table {
	width: 100%;
}
.table_gaiyo table th{
	display: block;
	width:100%;
	padding:4px 0 4px 10px;
	font-weight:normal;
	text-align:left;
	font-weight: bold;
	background: #eee;
	margin: 0 0 10px 0;
}
.table_gaiyo table td{
	display: block;
	width:100%;
	padding: 0 0 20px 10px;
}
/*-----------------------------------------------
問い合わせ
-----------------------------------------------*/
.input_long{
width: 90%;
}
.form_doui{
margin: 0 auto 2em;
padding: 4%;
background: #efefef;
}
.yajirushi {
    width: 28%;
				}
.title_contact {
	width: 100%;
	position: relative;
	margin: 86px 0 20px 0;
	height: 200px;
}
.title_contact img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title_contact span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.7rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 34px;
}
.leadtext {
	width: 90%;
	text-align: center;
	font-size: 1.6rem;
	margin: 0 auto 40px;
}
.oisogi {
	width: 80%;
	margin: 0 auto 30px;
	padding: 20px 0 10px;
	position: relative;
}
.oisogi::before, 
.oisogi::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, #222 25%, #222 75%, transparent);
	background-image: linear-gradient(to right, transparent, #222 25%, #222 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.oisogi::before {
	top: 0;
}
.oisogi::after {
	bottom: 0;
}
.oisogi .text {
	text-align: center;
	font-size: 1.6rem;
	font-family: ‘Noto Serif Japanese’, serif;
	margin: 0 0 0.5em 0;
}
.oisogi .tel {
	text-align: center;
	font-size: 3.6rem;
	font-family: ‘Noto Serif Japanese’, serif;
	color: #9B4A26;
	font-weight: bold;
}
.oisogi ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.oisogi ul li {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	margin: 0 0 1em 0;
}
.oisogi ul li span {
	display: block;
	padding: 1px 14px;
	font-size: 1.7rem;
	margin: 0 auto 10px;
}
.oisogi ul li span.s01 {
	border: 1px solid #222;
}
.notice {
	width: 90%;
	margin: 0 auto 58px;
	padding: 30px 0 20px;
	background: #efefef;
	display: flex;
	justify-content: center;
}
.notice ul {
	width: 80%;
}
.notice ul li {
	margin: 0 0 1.5em 0;
	list-style-type : disc;
}
.notice ul li a:link,
a.colorwhite:link {color: #222;text-decoration: none;}
.notice ul li a:visited,
a.colorwhite:visited {color: #222;text-decoration: none;}
.notice ul li a:hover,
a.colorwhite:hover {color: #222;text-decoration: underline;}
.notice ul li a:active,
a.colorwhite:active {color: #222;text-decoration: none;}

.contact_box {
	width: 90%;
	margin: 0 auto 40px;
}
.contact_box p span{
display: inline-block;
background: #9B4A26;
text-align: center;
font-size: 90%;
padding: 1px 10px;
margin: 4px 4px 0 0;
color: #fff;
}
.title_sub_contact {
	font-size: 2.0rem;
	font-family: ‘Noto Serif Japanese’, serif;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
}
.contact_box table {
	width: 100%;
	border-collapse: collapse;
}
.contact_box th {
	display: block;
	width: 100%;
	background: #eaeaea;
	font-weight: normal;
	padding: 10px 2%;
	vertical-align: middle;
	text-align: left;
	border-bottom: 2px solid #fff;
}
.contact_box td {
	display: block;
	width: 100%;
	padding: 4px 2%;
	vertical-align: top;
	border-bottom: 2px solid #fff;
	margin: 0 0 30px;
}
.contact_box table th span {
	float: right;
	display: inline-block;
background: #c00;
	text-align: center;
	font-size: 1.4rem;
	padding: 1px 10px;
	margin: 4px 0 0 0;
	color: #fff;
}
.contact_box td ul {
	margin: 20px 0 0 0;
}
.contact_box td li {
	margin: 0 0 20px 0;
}
input[type="text"]{
	/*width: 100%;*/
	margin-top: 4px;
	border-radius: 4px;
	padding: 4px 12px;
	border: 1px solid #aaa;
	outline: none;
	height: 48px;
	font-size: 1.5rem;
}
input.w02[type="text"]{
	width: 100%;
}
input::placeholder,
textarea::placeholder {color: #aaa;}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #aaa;}/* IE */

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {color: #aaa;}/* Edge */

textarea {
	width: 100%;
	height: 170px;
	border-radius: 4px;
	padding: 10px 12px;
	border: 1px solid #aaa;
	outline: none;
	font-size: 1.8rem;
}

input[type="radio"]{
	transform: scale(1.7);
	margin: 0 8px 0 0;
}
input[type="checkbox"]{
	transform: scale(1.7);
	margin: 0 8px 0 0;
}
.kaiyaku_inn_table02 td {
margin-bottom: 10px;
}
.btn_kakunin {
	display: block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	margin: 70px auto;
	text-align: center;
	color: #fff;
	position: relative;
	background: #430000;
	border: none;
	cursor: pointer;
}
.btn_kakunin:hover,
.btn_soshin:hover,
.btn_modoru:hover {opacity: 0.7;}

.btn_kakunin:before,
/*.btn_soshin:before*/{
	content: '';
	width: 10px;
	position: absolute;
	top: 35px;
	right: 25px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_kakunin:after,
/*.btn_soshin:after*/{
	content: '';
	width: 26px;
	position: absolute;
	top: 38px;
	right: 26px ;
	border-bottom: solid 1px #fff;
}
.btngroup {
	width: 70%;
	margin: 0 auto 100px;
	display: flex;
	flex-direction: column;
}
.btn_soshin {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	position: relative;
	background: #000;
	border: none;
	cursor: pointer;
	font-size: 1.6rem;
}
.btn_modoru {
	display: block;
	width: 60%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #222;
	background: #ccc;
	border: none;
	cursor: pointer;
	font-size: 1.6rem;
	margin: 0 auto 1em;
}
.thanks01 {
	font-size: 2.0rem;
	font-family: ‘Noto Serif Japanese’, serif;
	letter-spacing: 0.05em;
	margin: 30px 0 50px;
	text-align: center;
}

.thanks01 br {display: inline;}

.smp_inner {
	width: 80%;
	margin: 0 auto;
}
/*-----------------------------------------------
個人情報の取り扱い
-----------------------------------------------*/
.title_privacy {
	width: 100%;
	position: relative;
	margin: 86px 0 20px 0;
	height: 200px;
}
.title_privacy img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title_privacy span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 40px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
}
.privacybox {
	width: 90%;
	margin: 0 auto;
}
.privacy_h2 {
	color: #252525;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: ‘Noto Serif Japanese’, serif;
	margin: 0 0 1.5em 0;
	text-align: center;
}
.privacy_dl {
	margin: 0 0 30px;
}
.privacy_dl dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.privacybox .sec {
	margin: 0 auto 2em;
}
.privacybox .sec h3 {
	background: #252525;
	padding: 2px 0 2px 0.5em;
	color: #fff;
	margin: 0 0 1em 0;
	font-size: 1.5rem;
}
.privacybox .sec p {
	margin: 0 0 1.5em 0;
}
.privacybox .sec ol {
	position: relative;
}
.privacybox .sec ol li {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 0.5em;
	padding-left: 1.25em;
}
.privacybox .sec ol li span {
	position: absolute;
	left: 0;
}
/*-----------------------------------------------
News
-----------------------------------------------*/
.title_news {
	width: 100%;
	position: relative;
	margin: 86px 0 20px 0;
	height: 200px;
}
.title_news img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title_news span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.0rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 40px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
}
.entry {
	width: 90%;
	margin: 0 auto;
}
.entry .title {
	padding: 0 0 0 0.5em;
	border-left: 5px solid #8E492F;
	margin: 0 0 1.5em 0;
}
.entry .title .day {
	display: block;
	color: #8E492F;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.entry .title .text {
	font-size: 1.8rem;
	font-family: ‘Noto Serif Japanese’, serif;
	line-height: 1.4;
	font-weight: bold;
}
.txtarea {
	width: 90%;
	margin: 1.5em auto 0;
}
/*-----------------------------------------------
ご入居までの流れ
-----------------------------------------------*/
.flow_ol {
	width: 86%;
	margin: 0 auto 2em;
}
.flow_ol li {
	display: block;
	border: 1px solid #666666;
	position: relative;
	margin: 0 0 2.5em 0;
	height: auto;
	border-radius: 8px;
}
.flow_ol li:after {
	content: ' ';
	position: absolute;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 20px solid #ccc;
	border-right: 32px solid transparent;
	border-left: 32px solid transparent;
}
.flow_ol li:last-child:after {
	content: none;
}
.flow_ol li span {
	display: block;
	vertical-align: top;
	font-size: 3.0rem;
	font-style: italic;
	letter-spacing: -0.01em;
	margin: 0.2em 0 0 0.5em;
}
.flow_ol li .text {
	display: block;
	width: 86%;
	margin: 0 auto 1.5em;
}
.flow_ol li .text .title {
	font-family: ‘Noto Serif Japanese’, serif;
	font-size: 2.0rem;
	margin: -4px 0 0.8em 0;
	font-weight: bold;
}
.flow_link {
	margin: 1.5em 0 0 0;
}
.flow_link a {
	display: inline-block;
	background: #9B451F;
	color: #fff;
	font-size: 1.5rem;
	padding: 4px 14px;
	margin: 0 1em 1em 0;
	border-radius: 4px;
}
.flow_link a:link {color: #fff; text-decoration: none;}
.flow_link a:visited {color: #fff; text-decoration: none;}
.flow_link a:hover {color: #fff; text-decoration: none; opacity: 0.7;}
.flow_link a:active {color: #fff; text-decoration: none;}

.cha_text {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #9B451F;
}
/*-----------------------------------------------
サイトマップ
-----------------------------------------------*/
.title_sitemap {
	width: 100%;
	position: relative;
	margin: 86px 0 20px 0;
	height: 200px;
}
.title_sitemap img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title_sitemap span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.9rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 40px;
	letter-spacing: -0.1em;
	text-align: center;
	line-height: 1.4;
}
.sitemapbox {
	width: 80%;
	margin: 0 auto;
}
.sitemapbox .widthbase {
	display: flex;
	flex-direction: column;
}
.sitemapbox .widthbase .half {
	width: 100%;
}
.sitemapbox .widthbase .half dl {
	margin: 0 0 3em 0;
}
.sitemapbox .widthbase .half dl dt {
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dotted #999;
}
.sitemapbox .widthbase .half dl dt span {
	display: inline-block;
	vertical-align: center;
	border-left: 5px solid #924B2F;
	padding: 1px 0 1px 0.6em;
}
.sitemapbox .widthbase .half dl dd a,
.sitemapbox .widthbase .half ul li a{
	display: block;
	margin: 0 0 1em 0;
	padding-left: 0.8em;
}
.sitemapbox .widthbase .half ul li a{
	display: block;
	margin: 0 0 1em 0;
	padding-left: 0.8em;
}
/*-----------------------------------------------
ブログ
-----------------------------------------------*/
.title_blog {
	width: 100%;
	position: relative;
	margin: 86px 0 20px 0;
	height: 200px;
}
.title_blog img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.title_blog span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background :rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.9rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 30px;
	letter-spacing: -0.1em;
	text-align: center;
	line-height: 1.4;
}

/**/
.search_bukken li{
margin-bottom: 2em;
margin-left: auto; margin-right: auto;
background-color: #EFEFEF;
padding-bottom: 2em;
}

.renove_li li{
margin-bottom: 2em;
}

/**/
.companyphoto{}
.companyphoto ul{
	overflow:hidden;
	display: block;
	text-align: center;
	margin-left:auto; margin-right:auto;

	}
.companyphoto ul li{
	display: inline-block;
	width:46%;
	margin-bottom: 20px;}
.companyphoto ul li p{
	font-size:11px;}	
.companyphoto ul li img{
	width:100%;}

.rinen_txt{
font-size: 1.6rem;
}

/**/
.wrap_cms {
margin: 0 auto 30px !important;
overflow: hidden;
}
#dpcms .gmaparea iframe,
#dpcms table.dpcms_bukk_ta01 {
width: 100%;
}

#dpcms input[type="checkbox"] {
    transform: scale(1.7);
    margin: 0 8px 0 10px;
}
/**/
