@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．トップ用メインイメージ背景
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
 #main_copy{
	margin: 300px auto;
	font-size: 36px;
	color: #fff;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.35);
	 overflow: hidden;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
    font-weight: 500;
}
#main_copy .inner {
	width: 1150px;
	margin: 0 auto;
}

/*.bxslider {
	height: 700px;
	overflow:hidden;
}*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-１．トップ用コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#toppage {
}
#toppage a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-３．
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#toppage .description {
	margin: 0 0 30px;
}
#toppage .bnr {
	margin: 0 0 20px;
}
#toppage .bnr a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#toppage .btn_more {
	margin-right: 15px;
	text-align: right;
}
#toppage .btn_more a{
	font-family:"Times New Roman", serif;
	font-size: 16px;
	padding: 0 0 0 15px;
	font-style: italic;
	background:url(../images/marker_more.png) no-repeat left center;
	text-decoration: none;
}
#toppage .btn_more a:hover {
	background:url(../images/marker_more_on.png) no-repeat left center;
}
#toppage #content_bottom {
	background: #fafafa;
	padding: 80px 0;
}
#toppage #content_bottom .wrap{
	width: 1140px;
	margin: 0 auto;
}

#toppage #message{
	width: 1150px;
	margin: 60px auto;
	font-size: 14px;
	clear: both
	
}

#toppage #message .head{
	line-height: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #21a32f;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #21a32f;

}

#toppage #message p span{
	color: #21a32f;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-４．メニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#toppage #main_menu{
	width: 1150px;
	margin: 60px auto;
}

#toppage #main_menu ul {
	margin-right: -10px;
	display: flex;
	justify-content: space-around;
}
#toppage #main_menu ul li{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 20%;
  max-height: 140px;
  position: relative;
}
#toppage #main_menu ul li .banner-img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  max-height: 140px;
}
#toppage #main_menu ul li a{
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 45px 0;
  display: block;
  text-shadow: 0 0 5px #333;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 5;
}

#toppage #main_menu ul li a:hover{
	color: #33ae5a !important;
	
}




#toppage #main_menu ul li a span{
  font-family: 'Prata', serif;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
#toppage #main_menu ul li a h4{
  position: relative;
  margin: 0;
  z-index: 10;
}
#toppage #main_menu ul li.reason{
	background: url(../images/bnr_reason.png) no-repeat center center / cover;
}
#toppage #main_menu ul li.flow{
	background: url(../images/bnr_flow.png) no-repeat center center / cover;
}
#toppage #main_menu ul li.rental{
	background: url(../images/bnr_rental.png) no-repeat center center / cover;
}

#toppage #main_menu ul li.company{
	background: url(../images/bnr_company.png) no-repeat center center / cover;
}
#toppage #main_menu ul li.assessment{
	background: url(../images/bnr_assessment.png) no-repeat center center / cover;
}
#toppage #main_menu ul li.contact{
	background: url(../images/bnr_contact.png) no-repeat center center / cover;
}


#invest {
	position: relative;
}
.p-recommend__wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto 50px;
}
.p-recommend__wrapper a {
  text-decoration: none;
}
.p-recommend__wrapper .c-card {
  width: 21.555%;
  height: auto;
  margin: 0 2%;
}
.p-recommend__wrapper .c-card:first-child {
  margin-left: 0;
}
.p-recommend__wrapper .c-card:last-child {
  margin-right: 0;
}
.p-recommend__wrapper .c-card img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
}
.p-recommend__wrapper .c-card__title {
  margin: 20px auto;
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  min-height: 50px;
  border-bottom: 1px solid #ccc;
}
.p-recommend__wrapper .c-card__title .red {
  font-size: 72%;
}
.p-recommend__wrapper .c-card__spec {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0.5rem;
}
.p-recommend__wrapper .c-card__spec dt {
  font-weight: 700;
  margin-right: 1rem;
  background: #004483;
  border-radius: 5px;
  padding: 0.15rem 0.8rem;
  color: #fff;
  font-size: 12px;
}

/*．おすすめ物件
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.recommend_box{
	width:100%;
	margin:0 auto 20px;
	padding:0 0 10px;
}
.recommend_box .head{
	margin:0 auto 10px;
}
.recommend_box .tit{
}
.recommend_box h3 {
	display:inline;
	float:left;
	font-weight:bold;
	padding:0 0 0 7px;
	font-size:14px;
	line-height:1.2;
}
.recommend_box .btn_list {
	display:inline;
	float:right;
	padding:5px 0 0;
}

.recommend_box table{
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}
.recommend_box table td {
	padding:0 0 5px;
	vertical-align:top;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.recommend_box .box {
/*	width:215px;*/
	padding:20px 20px 5px;
	font-size: 13px;
}
.recommend_box .box p{
	line-height:150%;
}
.recommend_box .box .clearfix{
}
.recommend_box .box .new{
	margin:3px 0 0;
	color:#c00;
	line-height:110%;
}
.recommend_box .box h4{
	font-size:12px;
	line-height:130%;
	margin:0 0 5px;
	padding:0;
}
.recommend_box .box .photo{
  margin:0 0 5px;
  text-align:center;
  float: inline-end;
}
.recommend_box .box .photo a img{
  border: 2px solid #eee;
  vertical-align: middle;
  width: 95%;
  height: 145px;
  object-fit: cover;
  margin-left: 5%;
}
.recommend_box .box .photo a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.recommend_box .box .comment {
}
.recommend_box .box .tiles {
	margin:0 0 0.5em;
}
.recommend_box .box .comment p{
	font-size:12px;
}
.recommend_box .box dl {
	margin:0 0 5px;
}
.recommend_box .box dl dt{
	width:48px;
	margin:0 0 0;
	padding:0 3px;
	background:#eee;
	text-align:center;
	line-height:150%;
}
.recommend_box .box dl dd{
	margin:-16px 0 0;
	padding:0 0 2px 60px;
	line-height:150%;
}
.recommend_box .box dl dd.cost{
	font-weight:bold;
	color:#c00;
}
.recommend_box .btn {
	text-align:right;
}
.recommend_box .box dl#income dt{
	width:70px;
	font-size:12px;
	background:none;
	text-align:left;
	font-weight:bold;
}
.recommend_box .box dl#income dd{
	margin:-18px 0 5px;
	padding:0 0 2px 85px;
	line-height:150%;
	color:#c00;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dotted #B8621D;
	text-align:left;
}
.recommend_box .box .btn {
	display:inline;
	float:right;
	width:76px;
}
.recommend_box .box .btn a {
	display:block;
	width:76px;
	padding:3px 0;
	background:#175a86;
	color:#fff;
	text-align:center;
	line-height:120%;
	text-decoration:none;
}
.recommend_box .box .btn a:hover {
	background:#00224f;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．トップ用新着情報枠
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#topics, .invest, #sns_menu {
	position: relative;
	padding: 30px 0 0;
	background: #f8f8f8;
}
.invest {
  padding: 40px 0 75px;
}
#sns_menu {
  padding-bottom: 75px;
}
#topics .wrap, .invest .wrap, .invest2 .wrap{
	width: 1150px;
	margin: 40px auto 0;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
.banner_plus{
  display: flex;
  justify-content: center;
}
#nProgram {
}
#topics dl {
	font-size: 16px;
	margin: 0 auto;
	padding:0 15px;
	overflow: auto;/**/
}
#topics dl dt {
	float: left;
	font-weight: bold;
	padding: 0 2em 0 160px;
/*	background: url(../images/marker_info.png) no-repeat 65px center;*/
}
#topics dl dt a {
}
#topics dl dd {
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #454545;
}
#topics dl dd a {
	text-decoration: none;
}
#topics dl dd a:hover, #topics dl dd a:active {
	text-decoration: underline;
}
#topics .btn_detail {
	text-align: right;
}
#topics .btn_detail a {
	padding: 2px 5px;
	background: #10305F;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
}
#topics .btn_detail a:hover {
	background: #B4030D;
}

#sns_menu .clearfix {
  display: flex;
  justify-content: center;
}
#sns_menu .sns_wrap {
  flex: 0 0 19%;
  text-align: center!important;
  line-height: 3;
  letter-spacing: .1px;
  padding: 6px 0;
}
.flowbtn11 {
  font-family: 'Verdana',sans-serif;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  width: 90%;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.insta_btn11:before {
  content: '';
  position: absolute;
  top: 17px;
  left: -75px;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);
}
.entry-content a, .header a {
  transition: var(--wp--custom--transition--default);
}
.insta_btn11 .fa-instagram {
  position: relative;
  z-index: 1;
}
.fa5 .fab {
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.flowbtn11 span {
  font-size: 14px;
  position: relative;
  left: 8px;
  bottom: 2px;
  transition: .6s;
  display: inline-block;
}
.fl_li1, .flowbtn16.fl_li2:hover {
  background: #00c300;
  color: #fff;
}
.flowbtn11.tiktok_btn{
  background: #000;
  color: #fff;
}
.flowbtn11.x_btn {
  background: #000;
}
.flowbtn11:hover svg {color: #fff;}
/* アイコンボタンホバー時 */
.flowbtn11:hover span{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
  text-decoration:none;
  color: #fff;
}
/* ボタン内テキスト調整 */
.flowbtn11 span{
  font-size:14px;	
  position:relative;
  left:8px;
  bottom:2px;
  transition:.6s;	
  display:inline-block;	
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
  padding:0!important;
}
/* アイコンボタンの位置調整 */
.snsbtniti2{
  display:flex;
  flex-flow:row wrap;
}
/* アイコンボタン同士の余白調整 */
.snsbtniti2 li{
  flex:0 0 48%;
  text-align:center!important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-６．私たちについて
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#about {
	width: 1140px;
	margin: 0 auto;
}
#about .wrap{	background: url(../images/bg_photo_about.png) no-repeat;
	width: 408px;
	height: 370px;
	padding: 100px 0 0 650px;
	margin: 70px 0;
}

#about p.exp {
	line-height: 24px;
	margin-bottom: 20px;
}
#about .btn_companyinfo a{
	color: #fff;
	text-align: center;
	background: #9f1427;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	text-decoration: none;
}
#about .btn_companyinfo a span.eng {
	font-size: 22px;
	font-family: Century,serif;
	padding-bottom: 10px;
}

#about .btn_companyinfo a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-７事例
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#case {
	width: 1150px;
	margin: 0 auto 150px;
}
#case .head{
	line-height: 100%;
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #21a32f;
}
#case .wrap{
	margin-right: -1px;
	margin-bottom: 20px;
	border-left:1px solid #d5d4d4;
	border-right:1px solid #d5d4d4;
}
#case .box {
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#case .box .category{
	font-size: 16px;
	margin-top: 20px;
}
#case .box .spec{
	padding: 7px 0 0;
}
#case .box .spec .title{
	font-size: 13px;
	color: #8c8976;
}
#case .photo{
	width: 370px;
	height: 270px;
	overflow: hidden;
}

#case .photo img{
	width: 370px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-８.お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#bottom_contact {
	background: #f3f3f3;
	padding: 35px 0;
}
#bottom_contact .wrap {
	width: 1140px;
	margin: 0 auto;
}
#bottom_contact .left_side{
	float: left;
	width:650px;
	font-size: 16px;
}
#bottom_contact .left_side .tel_num{
	font-size: 30px;
	font-family: Century,serif;
	color: #e2192b;
	letter-spacing: 0.2em;

}
#bottom_contact .right_side{
	float: right;	
}

#bottom_contact .btn_contact a{
	width: 360px;
	color: #fff;
	text-align: center;
	background: #9f1427;
	border-radius: 5px;
	padding: 20px 0;
	display: block;
	text-decoration: none;
}
#bottom_contact .btn_contact a span.eng {
	font-size: 22px;
	font-family: Century,serif;
	padding-bottom: 10px;
}
#bottom_contact .btn_contact a:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-9．おすすめ物件
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#toppage .recommend{
	width:766px;
	margin:0 auto 20px;
	padding:0 0 10px;
	/*
	border-bottom:1px solid #DEDDDD;
	letter-spacing: -1em;*/
}
#toppage .recommend .head{
}
#toppage .recommend table {
	margin: 10px 0;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
}
#toppage .recommend table td{
	vertical-align:top;
	box-sizing:border-box;
	border:1px solid #ccc;
}
#toppage .recommend .category_box{
	/*border-left:1px solid #DCE5EC;*/
}
#toppage .recommend .box {
	/*float:left;*/
	width:373px;
	padding:4px;
	/*border-right:1px solid #DCE5EC;
	border-bottom:1px solid #DCE5EC;*/
}

#toppage .recommend .box .comment {
	font-weight:bold;
	color:#C4181F;
	line-height:130%;
	margin:0 0 5px;
}
#toppage .recommend .box .photo{
	display:inline;
	float:left;/**/
	width:154px;
	text-align:center;
	margin:0 0 10px;
}
#toppage .recommend .box .photo a{
	display:block;/**/
	text-align:center;
	margin:0 auto 5px;
	border:2px solid #f4f4f4;
}
#toppage .recommend .box .photo a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;/**/
	border:2px solid #E9F8AA;
}
#toppage .recommend .box .photo img {
	max-height:120px;
	max-width:150px;
}
#toppage .recommend .box .photo img a{
	display:inline;/**/
	vertical-align:top;
}

#toppage .recommend .box .spec {
	display:inline;
	float:right;
	width:210px;/**/
}
#toppage h4 {
	font-size: 16px;
	margin:0 0 5px;
}
#toppage h4 a{
	line-height:130%;
}
#toppage .recommend .box dl {
	padding:0 0 5px;
	font-size:11px;
	line-height:130%;
}
#toppage .recommend .box dl dt{
	float:left;
	width:5em;
	margin:0 0 0;
	padding:0 2px;
	background:#F0F1F4;
	/*border:1px solid #D7DBE3;*/
	text-align:center;
	line-height:150%;
}
#toppage .recommend .box dl dd{
	margin:0 0 2px;
	padding:0 0 0 5.5em;
	line-height:150%;
	min-height:18px;
	height: auto !important;
	height:18px;
}
#toppage .recommend .box dl#income {
	margin:5px 0 0;
}
#toppage .recommend .box dl#income dt{
	float:left;
	width:6em;
	margin:0 0 0;
	background:none;
	line-height:150%;
}
#toppage .recommend .box dl#income dd{
	padding:0 0 0 6.5em;
	line-height:150%;
	font-size:14px;
	min-height:18px;
	height: auto !important;
	height:18px;
	border-bottom:1px dotted #ccc;
}
#toppage .recommend .box .price{
	font-size:15px;
	font-weight:bold;
	color:#c00;
}
.box .btn_detail{
	text-align:right;
	line-height:100%;
}
.btn_detail a , .c-card__btn{
	display:block;
	padding:5px;
	text-align: center;
	font-size:10px;
	text-decoration:none;
	color:#175a86;
	border: 1px solid #175a86;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.btn_detail a:hover , .c-card__btn:hover{
	color:#fff !important;
	background: #175a86;
}


.l_contactbtn {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 1000;
}
.contactbtn .contactbtn_inner {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  background-color: #0056a6;
  border-radius: 20px 0 0 20px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
}
.contactbtn .contactbtn_inner:last-child {
  margin: 0;
}
.contactbtn .contactbtn_inner:hover {
  opacity: 0.8;
}
.contactbtn .contactbtn_inner:nth-of-type(1) {
  background-color: #fd8d0a;
}
.contactbtn .contactbtn_inner:nth-of-type(2) {
  background-color: #00a66d;
}
.contactbtn .contactbtn_inner:nth-of-type(3) {
  background-color: #a60000;
}

.head {
    line-height: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #21a32f;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 2px solid #21a32f;
}

.inner {
  width: 1100px;
  margin: 6% auto;
}

.sns_wrap {

	display: flex;
	justify-content: space-around;
}



.ta_box3 td{
	width: 31%;
	margin-left: 20px;
}

.box_inner{
	padding: 3%;
}

[data-lib="110"] {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 10;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/footer.jpg");
}
