@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: "Noto Sans Japanese","游ゴシック Medium",YuGothic Medium,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",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;}

/*余白*/
.mt70{margin-top: 30px;}
.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;}
.mb50,
.mb70{margin-bottom: 30px;}

.pad40 {padding: 10px;}

.smpmt01{margin-top: 50px;}

*,
*::before,
*::after {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.smpno{
display: none;
}
.smp_only {display: inline;}

#nav-drawer {
margin-top: 0;
}
/*-----------------------------------------------
header
-----------------------------------------------*/
header {
	height: auto;
}
header .inner{
	width: 100%;
	margin: 0 auto;
/*display: flex;
	flex-direction: column;*/

}
header .inner .logo {
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 1;
	width: calc(100% - 70px);
	max-width: 300px;

}
header .inner .logo > a {
	display: block;
}
/*お問い合わせボタン*/
a.btn_menucontact{
display: none;
/*
display: block;
width: 114px;
height: 36px;
color: #fff;
background: var(--main-bg);
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-color: var(--main-color); 
	padding: 46px 0 0;
}
footer .inner {
	width: 96%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column
}
footer .inner dl {
	width: 100%;
}
footer .inner dl dt {
	color: #fff;
	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:#fff; text-decoration:none;}
footer a:visited{color:#fff; text-decoration:none;}
footer a:hover{color:#fff; text-decoration:underline;}
footer a:active{color:#fff; text-decoration:none;}

.copyright {
	text-align: center;
	font-size: 1.3rem;
	color: #C0C0C0;
	padding: 40px 0;
}
/* pageTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#page-top a {
	display: block;
	width: 44px;
}
/*-----------------------------------------------
トップページ
-----------------------------------------------*/
.mainimg {
	width: 100%;
	position: relative;
	margin: 50px 0 40px 0;
}
.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;
	text-align: center;
}
.mainimg .inner p span {
	display: block;
	font-size: 1.2rem;
	margin: 1em 0 0 0;
}
/*FOR RENT 新着賃貸物件情報*/
.topbox1 {
	margin: 0 0 30px 0;
}
.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;
	color: var(--main-color);
}
.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 ;
}
.topbox_bgg .top_bukkenlist li {
background-color: #fff;
}
.top_bukkenlist li {
	width: 100%;
	margin: 0 auto 30px;
}
.top_bukkenlist li:nth-child(3n){
	margin: 0 auto 30px;
}
.topbox_bgg .top_bukkenlist li a {background: #FFF;}
.top_bukkenlist li a {
	display: block;
	width: 100%;
	position: relative;
	background: #FAFAFA;
	padding: 0 0 20px 0;
}
.topbox_bgg .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: #fafafa transparent transparent transparent;
	z-index: 2;
}
.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;
}
.topbox_bgg .top_bukkenlist li a:after {
    position: absolute;
    content: "voice";
    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:after {
    position: absolute;
    content: "Case";
    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: 100%;
	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 {
	display: block;
	width: 280px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	position: relative;
	background: var(--main-bg);
	font-size: 1.6rem;
	cursor: pointer;
}
.btn_01::before{
	content: '';
	width: 10px;
	position: absolute;
	top: 23px;
	right: 25px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_01::after{
	content: '';
	width: 26px;
	position: absolute;
	top: 26px;
	right: 26px ;
	border-bottom: solid 1px #fff;
}
.btn_01:link {color:#fff; text-decoration: none;}
.btn_01:visited {color:#fff; text-decoration: none;}
.btn_01:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.btn_01:active {color:#fff; text-decoration: none;}

/*ABOUT 当社の特徴*/
.bk_owner {
	width:100%;
	background: url(../img/top_bk_property.png) no-repeat center 0;
	background-size:100%;
	padding: 14px 0 0 0;
	margin: 0 0 80px 0;
}
.bk_topabout {
	width:100%;
	background: url(../img/top_bk_about.jpg) no-repeat center 0;
	background-size:100%;
	padding: 14px 0 0 0;
	margin: 0 0 80px 0;
}
.btnposi_top_about{
display:flex;
/*justify-content:space-between;*/
justify-content: center;
align-items:center;
flex-wrap:wrap;
}
.btnposi_top_about a{
display: inline-block;
width: 80%;
height: 48px;
color: #fff;
background: var(--main-bg);
text-align: center;
font-size: 90%;
line-height: 48px;
margin-bottom: 1em;
}


.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_owner .whitebox,
.bk_topabout .whitebox {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.bk_owner .whitebox .inner,
.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_owner .whitebox .inner .text p,
.bk_topabout .whitebox .inner .text p {
	margin: 0 0 2em;
}
										/*不動産をお持ちの方へ*/
										.ttl_top_property_sub,
										.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;
										color: var(--sub-color);
										}
										.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: var(--main-color);
										}
										.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{
										width: 100%;
										background: url(../img/top_bk_property.png) no-repeat center 0;
										background-size: 100%;
										padding: 0px 20px 0 20px;
											}
										.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_bk_property .whitebox p {
										margin-bottom: 2em;
										}
										.top_property {
										margin: 0 auto 10px;
										}
/*NEWS 新着情報*/
.topbox_voice,
.top_news {
	background: #FaFaFa;
	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 4px 20px 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: 16px 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;
	justify-content:center;
	align-items: center;
	color: #fff;
	font-size: 2.2rem;
	font-family: ‘Noto Serif Japanese’, serif;
	padding: 8px 40px;
	letter-spacing: 0.1em;
	width: 80%;
}
.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;
}
/*-----------------------------------------------
問い合わせ
-----------------------------------------------*/

.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 {
	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;
}

a.btn_24contact{
width: 100%;

}

a.btn_24contact br{
height: 0px;}
.notice {
	width: 90%;
	margin: 0 auto 58px;
	padding: 30px 0 20px;
	background: #efefef;
	display: flex;
	justify-content: center;
}
.oisogi ul li span {
    display: block;
    padding:0px;
    font-size: 1.7rem;
    margin: 0 auto;
}
.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: #f00;
	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:4px 0 0;
	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="checkbox"]{
	transform: scale(1.7);
	    margin-right: 6px;
}

.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-color: var(--main-color);
	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 40px;
}
.thanks01 {
	font-size: 1.7rem;
	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;
}
.owner_ol{
	width: 100%;}
.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;
}
.owner_ol li:after,
.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;
}

/********/
.txtposi2{
padding: 1em;
}
.bn_posi02{
text-align: center;
margin-left: auto; margin-right: auto;
display:table;
margin-bottom: 60px;

}
.wrap_cms{
margin-top: 60px ;
}

.bn_headposi{
padding-top: 4px;
text-align: center;
padding-top: 60px;
}
.bn_headposi img{
height: 46px;
}
.droom{
border: 1px solid #ddd;
display: inline-block;
}

.contact_cache{
margin-top: 1em;
}
.contact_tel_posi a.tel {
font-size: 3.2rem;
margin-inline: auto;
margin-right: 0px;
text-align: center;
}

.contact_tel_posi_r{
text-align: center;
}

.btn_03, .btn_02 {
width: 86%;
}
.btn_modoru, .btn_soshin{
width: 100%;
}
.title_posi span {
font-family: ‘Noto Serif Japanese’, serif;
font-size:2rem;
justify-content: center;
padding: 2px 20px;
text-align: center;
width: 80%;
margin-inline: auto;
}

.flow_box li{
padding: 	10px;
box-sizing: border-box;
margin-bottom: 50px;
}
.flow_box li dl dt span{
font-size: 2.4rem;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
display: inline-block;
margin-right: 10px;
padding-right: 10px;
padding-left: 4px;
color: var(--main-color) ;
line-height: 1.2;
}
.flow_box li dl dt p{
font-size: 1.6rem;
font-weight: bold;
}

.flow_box li dl dt{
padding-bottom: 10px;
margin-bottom: 10px;
}
.flow_box li dl dd img{
margin-bottom: 6px;
text-align: center;
margin-inline: auto;
display: block;
}

.jirei_cls li{
margin-bottom: 30px;
}

.jirei_ttl_02 span {
margin-top: 6px;
margin-left: 40px;
}
.photo_small{
padding-inline: 10px;
}

.recruit_keiken dl dt:before{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 1px;
background: var(--sub-color);
transform: rotate(60deg);
}

.recruit_keiken dl dt:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 1px;
background: var(--sub-color);
transform: rotate(-60deg);
}
.recruit_keiken dl dt {
display: inline-block;
margin: 0 auto 1em;
font-size: 2rem;
position: relative;
text-align: left;
padding-left: 24px;
}

.recruit_keiken dl dt:before {left:0;
margin-left: -20px;}
.recruit_keiken dl dt:after {right: 0;
margin-right: -24px;}





