@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	line-height: 2rem;
}
body{
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif;
	position: relative;
	overflow-x: hidden;
}
header{
	width: 100%;
	margin: 0;
	padding: 0;
}
h1{
	margin: 0;
	padding: 0;
	display: contents;
}
li{
	list-style: none;
}
a{
	color: #FBB03B;
}
a:hover,a:visited{
	color: #FBB03B;
}
hr{
	color: #aaa;
}
.after_clear::after{
	clear: both;
	display: block;
	content: "";
}
.clear{
	content: "";
	display: block;
	clear: both;
}
.tcenter{
	text-align: center;
}
.tright{
	float: right;
}
	img{
		width:100%;
		height: 100%;
	}
	h2{
		padding-left: 26px;
		margin-bottom:  .5rem;
		line-height: 22px;
		background: url(../img/icon/title.jpg) no-repeat;
		background-size: contain;
		font-weight: 400;
	}

@media screen and (max-width:767px){
	html{
		font-size:14px;
	}
body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color:#4d4d4d;
}
	header{
		width: 100%;
		margin-top:10px;
	}
	.sphidden{
		display: none;
	}
	#header_logo_area{
		width: 60%;
		padding-left: .5rem;
		float: left;
	}
	#header_logo_area a{
		display: contents;
	}
	#header_logo_area img{
		width: 100%;
	}
	#header_menu_area{
		width: 30%;
		float: right;
		text-align: right;
	}
	#header_menu{
		margin: 0;
		padding: 0;
	}
	#header_menu li{
		width: 33%;
		list-style: none;
		float: left;
	}
	#header_menu::after{
		clear: both;
		content: " ";
		display: block;
		margin: 0;
		padding: 0;
	}
	.tell_icon{
		width: 30px;
	}
	.tell_right{
		display: none;
	}
	.btn_contact{
		margin-top: 2px;
	}
	.btn_contact img{
		width: 30px;
	}
#responsive-menu-button{
	margin-right: 3%;
	max-width:30%;
	padding: 0 .5rem;
	float: right;
}
	

#responsive-menu-button img{
	margin-top: 10px;
	vertical-align: bottom;
}
#sp-menu {
	right: -100%;
	left: unset!important;
    width:100%;
    background-color: rgba(0, 0, 0,1);
    color:#fff;
    position: absolute;
    overflow: auto;
    z-index: 50;
    display: block;
    transition: all 0.5s ease-out;
	height: calc(100vh);
	padding: 30px 2% 30px 4%;
	overflow-x: hidden;
	line-height: 1.2rem;
}
	#pc_menu_left{
		width:100%;
		float: left;
		overflow-x: hidden;
	}
	#pc_menu_left li{
		margin: 0 0;
	}
	#pc_menu_left img{
		margin-bottom: 5%;
	}
	#pc_menu_left .pc_hidden_panel{
		padding: 0!important;
	}

	#pc_menu_right{
		width: 100%;
		float: left;
		padding-left:0;
		padding-right: 15px;
		overflow-x:hidden;
		margin-bottom: 10%;
	}
	#recomend_menu{
		position: relative;
		width: 100%;
	}
	#recomend_menu span{
		position: absolute;
		bottom:0.5em;
		left:1.5em;
		font-size: 120%;
	}
		#recomend_menu a{
		border-bottom: 0px!important;
			padding: 0.5rem!important;
	}

	#recomend_menu img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	
	.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 35px;
    height:20px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 2.5px;
    height: 2px;
  background: #333;
    width: 30px;
  }

.openbtn1 span:nth-of-type(1) {
  top:5px; 
}

.openbtn1 span:nth-of-type(2) {
  top:10px;
}

.openbtn1 span:nth-of-type(3) {
  top:15px;
}
	.openbtn1.active{
  background:#000;		
	}
	.openbtn1.active span{
  background:#000;		
	}

/*activeクラスが付与されると線が回転して×に*/

	
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
	
	
	#pc_menu_stock_area{
		width: 100%;
		background-color: #242424;
		border-radius: 10px;
		font-size: 120%;
	}
	#pc_menu_stock_area img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	#pc_menu_stock_area_left{
		width: 44%;
		margin: 3%;
		float: left;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_right{
		width: 44%;
		float: right;
		margin: 3%;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_footer{
		margin: 1% 3% 3% 3%;
		width: 94%;
	}
	#pc_menu_stock_area_footer ul{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#pc_menu_stock_footer_list li{
		width: 30%;
		float: left;
		clear:none!important;
	}
#sp-menu .menu,.submenu{
    margin-top:0px;
	padding: 0;
}
#sp-menu{
    display: block;
	overflow-y: scroll;
}
#sp-menu li{
	text-align: left;
	list-style: none;
	clear:both;
	color:#fff;
}
#pc_menu_stock_area a{
	  display: block;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
#sp-menu a{
	  display: block;
  padding: 1rem 1rem 1rem 2rem;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#menu-button {
	margin: auto;
        display: block;
}
.sub-menu{
	text-align: left;
	list-style: none;
	padding-left: 5%;
	clear:both;
	color:#fff;
}

#sp-menu ul {
   margin: 0;
}
#sp-menu li {
   position: relative;
}
#sp-menu li a{
   text-decoration: none;
   height: 40px;
   padding: 0 1em 0 2.5em;
   border-bottom: 1px dotted #ddd;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   position: relative;
}
	#pc_menu_left span a{
		display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;

	}
	#pc_menu_stock_area li a{
display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;
}
#recomend_menu span a{
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
	
.accordionBtn{
   display: block;
   width: 100px;
   height: 40px;
   position: absolute;
   border-left:1px dotted #ddd;
   top: 0;
   right: 0;
   text-align: center;
   padding:10px;
}
 
.accordionBtn:before {
   content: "＋";
   color: #fff;
}
.accordionBtn.active:before {
   content: "-";
}
#sp-menu li ul {
   margin: 0;
}
#sp-menu li ul a {
   padding-left: 2em;
}
	.menu-pc_global-container{
		background-color: rgba(256,256,256,0.2);
		padding: 2rem;
	}
	.news_title{
		display: inline;
	}
	#bread_crumb ul{
		margin: 0 1rem;
		padding: 0;
	}
	#bread_crumb li{
		color:#999;
		float: left;
	}
	#bread_crumb a{
		color:#999;
		text-decoration: none;
	}
	footer{
		background-color: #004F27;
		color: #fff;
		line-height: 2rem;
	}
	.footer_left{
		width: 90%;
		margin: 0 auto;
		padding: 1rem 0;
	}
	.footer_gmap iframe{
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.footer_utility_area{
		width:  90%;
		margin: 0 auto;
	}
	.footer_utility_area a,.footer_menu_area a{
		color: #fff;
	}
	#footer_menu{
		padding: .5rem 0;
		font-size: .8rem;
	}
	#footer_menu li{
		margin-right: 1rem;
		float: left;
	}
	#footer_menu a{
		color: #333;
		text-decoration: none;
	}
	#footer_office_area{
		width: 100%;
		padding: 1rem 1rem;
	}
	#footer_office{
		font-size:1rem;
		width: 75%;
		float: left;
	}
	#footer_logo{
		width: 25%;
		float: right;
		margin: 0 auto;
		margin-top: 1rem;
		text-align: center;
	}
	#footer_logo img{
		margin: 0 auto;
		width: 80%;
		max-width:90px; 
		max-height: 90px;
	}
	#footer_address{
		width:50%;
		float: left;
	}
	#footer_menu_area{
		width: 20%;
		float: right;
	}
	#menu-footer_menu{
		margin: 0;
		padding-left: 1rem;
	}
	#footer_menu_area a{
		color: #333;
	}
	#footer_menu_area li{
		list-style: none;
	}
	#footer_menu_area li::before{
		content: "≫";
	}
	#footer_office_area::after{
		clear: both;
		display: block;
		content: " ";
	}
	#copyright{
		text-align: center;
		font-size: 0.8rem;
	}
	.top_button {
  width: 50px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
	#frontpage_estate_area{
		margin: 2rem 0;
	}
	.frontpage_estate_box{
		display: flex;
		width: 90%;
		margin: 0 auto;
		flex-wrap: wrap; /* 折返し可 */ 
	    justify-content: space-between;
	}
	#frontpage_estate_title,.frontpage_title{
		padding: 1rem 5% 0 5%;
	}
	.estate_name{
		font-size: 1.1rem;
	}
	.estate_contents{
		width: 99%;
		padding: 1rem 1rem;
		margin: .5%;
		background-color: #f2f2f2;
	}
	.estate_contents::after{
		clear:both;
		content:"";
		display: block;
	}
	.estate_description{
		width: 50%;
		float: right;
		padding: .2rem 0 0 .5rem;
		line-height: 1.2rem;
	}
	.estate_description p{
		line-height: 2rem;
	}
	.estate_img{
		float: left;
		width: 50%;
		padding: .2rem;
	}
	.estate_img img{
		aspect-ratio: 1 / 1;
    object-fit: cover;
	}
	.frontpage_link{
		width: 80%;
		margin: 0 auto;
		text-align: right;
	}
	#frontpage_news{
		background-color: #004F27;
		padding-bottom: 2rem;
	}
	#frontpage_news	.frontpage_link{
		color: #fff;
	}

	#frontpage_news_box{
		width: 90%;
		background-color: #ddd;
		min-height: 10rem;
		padding: .5rem;
		margin: 1rem auto;
	}
	#frontpage_news_title{
		color: #fff;
	}
	.news_date{
		width: 6rem;
		margin: 0 .2rem 0 .5rem;
		float: left;
	}
	.news_title{
		width: calc(100% - 2rem);
		margin: 0 1rem;
		float: right;
		font-size: 1.3rem;
	}
	.news_title a{
		color: #333;
		text-decoration: none;
	}
	.frontpage_estate_menulist{
		display: flex;
		width: 90%;
		margin: 0 auto;
		flex-wrap: wrap; /* 折返し可 */ 
	    justify-content: space-between;

	}
	.frontpage_estate_menulist li{
		list-style: none;
		width: 48%;
		margin: .5rem 1%;
	}
	#page_content{
		width: 90%;
		margin: 0 auto;
	}
	.page_left{
		width: 100%;
	}
	.page_right{
		width: 100%;
	}
	.page_text{
		padding: .5rem;
	}
	
	.estate--list--item--thumb{
		width: 90%;
		margin: 0 auto;
	}
	.estate--list--item--text{
		width: 90%;
		margin: 0 auto;
	}
	.estate--list--item--text th{
		min-width: 8rem;
		vertical-align: top;
	}
	.estate--list--description{
		width: 100%;
		margin: 2rem 0;
	}
	.estate--list--item--image img{
		width: 30%;
		margin: 0 1%;
	}
	#estate_list{
		display: flex;
		flex-wrap: wrap;
	}
	#news_archive{
		width: 90%;
		margin: 2rem auto;
		padding: 2rem ;
		background-color: #f3f3f3;
	}
}
@media screen and (min-width:768px){
	html{
		font-size:16px;
	}
body{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	color:#4d4d4d;
}
	header{
		width: 100%;
		margin-top:10px;
	}
	a[href^="tel:"]{
		pointer-events: none;
	}

	.pchidden{
		display: none;
	}
	#header_logo_area{
		width: 40%;
		float: left;
		padding-right: calc(5% - 2rem);
		padding-left: 2rem;
	}
	#header_logo_area a{
		display: contents;
	}
	#header_logo_area img{
		width: 100%;
	}
	#header_menu{
		margin: 0;
	}
	#header_menu_area{
		width: 40%;
		float: right;
		padding-right: 1rem;
	}
	#header_menu li{
		width: 15%;
		margin-left: 1%;
		list-style: none;
		float: left;
	}
	.btn_tell{
		width: 60%!important;
	}
	.tell_icon{
		width: 35px;
		float: left;
	}
	.tell_right{
		float: left;
		text-align: center;
	}
	.tell_no{
		font-size: 1.8rem;
		font-weight: 900;
		line-height: .8rem;
	}
	.tell_text{
		font-size: .8rem;
		line-height: 2rem;
	}
	.btn_contact img{
		width: 35px;
	}
	#header_menu::after{
		clear: both;
		content: " ";
		display: block;
	}
#responsive-menu-button{
	margin-right: 3%;
	max-width:30%;
	float: right;
}
	

#responsive-menu-button img{
	margin-top: 20px;
	vertical-align: bottom;
}
#sp-menu {
	right: -100%;
	left: unset!important;
    width:100%;
    background-color: rgba(0, 0, 0,1);
    color:#fff;
    position: absolute;
    overflow: auto;
    z-index: 50;
    display: block;
    transition: all 0.5s ease-out;
	height: calc(100vh);
	padding: 30px 2% 30px 4%;
	overflow-x: hidden;
}
	#pc_menu_left{
		width:35%;
		min-width: 350px;
		float: left;
		overflow-x: hidden;
	}
	#pc_menu_left li{
		margin:0;
	}
	#pc_menu_left img{
		margin-bottom: 5%;
	}
	#pc_menu_left .pc_hidden_panel{
		padding: 0!important;
	}

	#pc_menu_right{
		width: 35%;
		min-width: 350px;
		float: left;
		overflow-x:hidden;
		margin-bottom: 10%;
	}
	#recomend_menu{
		position: relative;
		width: 100%;
	}
	#recomend_menu span{
		position: absolute;
		bottom:0.5em;
		left:1.5em;
		font-size: 120%;
	}
		#recomend_menu a{
		border-bottom: 0px!important;
			padding: 0.5rem!important;
	}

	#recomend_menu img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	
	.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 40px;
    height:20px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 4px;
  background: #333;
    width: 40px;
  }

.openbtn1 span:nth-of-type(1) {
  top:0px; 
}

.openbtn1 span:nth-of-type(2) {
  top:10px;
}

.openbtn1 span:nth-of-type(3) {
  top:20px;
}
	.openbtn1.active{
  background:#000;		
	}
	.openbtn1.active span{
  background:#333;		
	}

/*activeクラスが付与されると線が回転して×に*/

	
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
	
	
	#pc_menu_stock_area{
		width: 100%;
		background-color: #242424;
		border-radius: 10px;
		font-size: 120%;
	}
	#pc_menu_stock_area img{
		width: 100%;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	#pc_menu_stock_area_left{
		width: 44%;
		margin: 3%;
		float: left;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_right{
		width: 44%;
		float: right;
		margin: 3%;
		margin-bottom:1%;
	}
	#pc_menu_stock_area_footer{
		margin: 1% 3% 3% 3%;
		width: 94%;
	}
	#pc_menu_stock_area_footer ul{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#pc_menu_stock_footer_list li{
		width: 30%;
		float: left;
		clear:none!important;
	}
#sp-menu .menu,.submenu{
    margin-top: 5px;
}
#sp-menu{
    display: block;
	overflow-y: scroll;
}
#sp-menu li{
	text-align: left;
	list-style: none;
	clear:both;
	color:#fff;
}
#pc_menu_stock_area a{
	  display: block;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
#sp-menu a{
	  display: block;
  padding: 1rem 1rem 1rem 2rem;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#menu-button {
	margin: auto;
        display: block;
}
.sub-menu{
	text-align: left;
	list-style: none;
	padding-left: 5%;
	clear:both;
	color:#fff;
}

#sp-menu ul {
   margin: 0;
}
#sp-menu li {
   position: relative;
}
#sp-menu li a {
   text-decoration: none;
   height: 30px;
   padding: 0 1em 0 2.5em;
   border-bottom: 1px dotted #ddd;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   position: relative;
}
	#pc_menu_left span a{
		display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;

	}
	#pc_menu_stock_area li a{
display: block;
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
	position: static;
}
#recomend_menu span a{
	height: auto;
  padding:0;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px;
}
	
.accordionBtn{
   display: block;
   width: 100px;
   height: 30px;
   position: absolute;
   border-left:1px dotted #ddd;
   top: 0;
   right: 0;
   text-align: center;
   padding:10px;
}
 
.accordionBtn:before {
   content: "＋";
   color: #fff;
}
.accordionBtn.active:before {
   content: "-";
}
#sp-menu li ul {
   margin: 0;
}
#sp-menu li ul a {
   padding-left: 2em;
}
	.menu-pc_global-container{
		background-color: rgba(256,256,256,0.2);
		padding: 2rem;
	}
	.menu-section,.seminor-section{
		width:50%;
		float: left;
		color:#fff;
	}
	.menu_seminor_contents{
		width: 50%;
		margin: 0;
		float: left;
	}
	.menu_seminor_area{
		width: 80%;
		margin: 0 auto;
		padding: 2rem;
	}
	#header_infomation_area{
		width: 100%;
		background: linear-gradient(to right,#1a1767,#0071b7);
		color:#fff;
		margin-top: -7px;
		padding: .5rem 3rem;
	}
	.header_infomation_title{
		width: 10rem;
		font-size: 1.1rem;
		float: left;	
	}
	.header_infomation_description{
		font-size: 1.2rem;
		margin-left: 3rem;
		float: left;
	}
	.news_title{
		display: inline;
	}
	#bread_crumb li{
		color:#999;
		float: left;
	}
	#bread_crumb a{
		color:#999;
		text-decoration: none;
	}

	footer{
		background-color: #004F27;
		color: #fff;
		line-height: 2rem;
	}
	#footer_area{
		width: 90%;
		margin: 0 auto;

	}
	#footer_area a{
		color: #fff;
		text-decoration: none;
	}
	#footer_menu{
		padding: 2rem;
	}
	#footer_menu li{
		margin-right: 3rem;
		float: left;
	}
	#footer_office_area{
		width: 100%;
		padding: 2rem 5rem;
	}
	.footer_office img{
		width: 100%;
		max-width: 400px;
	}
	#footer_logo,#footer_address{
		line-height: 1.5rem;
	}
	.footer_left{
		width:calc(40% - 2rem);
		margin: 1rem;
		float: left;
	}
	.footer_right{
		width:calc(60% - 2rem);
		margin: 1rem;
		float: left;
	}
	 #menu-footer_utility li::before {
    content: "≫";
  }
	 #menu-footer_menu li::before {
    content: "≫";
  }
	.footer_utility_area{
		width: 40%;
		min-width: 10rem;
		float: left;
	}
	.footer_menu_area{
		width: 60%;
		min-width: 20rem;
		float: left;
	}
	#footer_menu_area{
		width: 20%;
		float: right;
	}
	#footer_menu_area a{
		color: #333;
	}
	#footer_menu_area li{
		list-style: none;
	}
	#footer_menu_area li::before{
		content: "≫";
	}
	#footer_office_area::after{
		clear: both;
		display: block;
		content: " ";
	}
	#copyright{
		text-align: center;
	}
	.top_button {
  width: 50px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
	#frontpage_estate_area{
		margin: 2rem 0;
	}
	.frontpage_estate_box{
		display: flex;
		width: 80%;
		min-width: 1024px;
		margin: 0 auto;
		flex-wrap: wrap; /* 折返し可 */ 
	    justify-content: space-between;
	}
	#frontpage_estate_title,.frontpage_title{
		padding: 1rem 10% 0 10%;
	}
	.estate_name{
		font-size: 1.1rem;
	}
	.estate_contents{
		width: calc( 97% / 3);
		padding: 1rem 2rem;
		margin: .5%;
		background-color: #f2f2f2;
	}
	.estate_description{
		line-height: 1.2rem;
	}
	.estate_description p{
		line-height: 2rem;
	}
	.estate_img img{
		aspect-ratio: 1 / 1;
    object-fit: cover;
	}
	.frontpage_link{
		width: 80%;
		margin: 0 auto;
		text-align: right;
	}
	#frontpage_news{
		background-color: #004F27;
		padding-bottom: 2rem;
	}
	#frontpage_news	.frontpage_link{
		color: #fff;
	}

	#frontpage_news_box{
		width: 80%;
		background-color: #ddd;
		min-height: 10rem;
		padding: 1rem;
		margin: 1rem 10%;
	}
	#frontpage_news_title{
		color: #fff;
	}
	.news_date{
		width: 6rem;
		margin: 0 1rem 0 2rem;
		float: left;
	}
	.news_title{
		width: calc(100% - 12rem);
		margin: 0 2rem 0 1rem;
		float: right;
		font-size: 1.3rem;
	}
	.news_title a{
		color: #333;
		text-decoration: none;
	}
	.frontpage_estate_menulist{
		display: flex;
		width: 80%;
		min-width: 1024px;
		margin: 0 auto;
		flex-wrap: wrap; /* 折返し可 */ 
	    justify-content: space-between;

	}
	.frontpage_estate_menulist li{
		list-style: none;
		width: 23%;
		margin: .5rem 1%;
	}
	#page_content{
		width: 90%;
		margin: 0 auto;
	}
	.page_left{
		width: 50%;
		float: left;
	}
	.page_right{
		width: 50%;
		float: right;
	}
	.page_text{
		padding: 2rem;
	}
	
	.estate--list--item--thumb{
		width: 50%;
		float: left;
	}
	.estate--list--item--text{
		width: 50%;
		float: right;
		padding: 0 2rem;
	}
	.estate--list--item--text th{
		min-width: 8rem;
		vertical-align: top;
	}
	.estate--list--description{
		width: 100%;
		margin: 2rem 0;
	}
	.estate--list--item--image img{
		width: 20%;
		margin: 0 1%;
	}
	#estate_list{
		display: flex;
		flex-wrap: wrap;
	}
	#news_archive{
		width: 90%;
		margin: 2rem auto;
		padding: 2rem ;
		background-color: #f3f3f3;
	}
}
.frontpage_estate_menulist
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}