@charset "UTF-8";
/* CSS Document */


h1.servicemidashi {
  position: relative;
  padding: 20px 50px 15px 50px;
  color: #fff;
  border-radius: 10px;
  background: #7AB500;
  font-size:2.5em;
  width:fit-content;
  line-height:1.1;
}
h1.servicemidashi span {
	font-size:0.6em;
}
h1.servicemidashi:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #7AB500 transparent transparent transparent;
}	
@media screen and (max-width:1100px){
h1.servicemidashi {
  padding: 15px 30px 10px 30px;
  font-size:2.0em;
  width:100%;
  box-sizing:border-box;
  margin-bottom:10px;
}}	
@media screen and (max-width:700px){
h1.servicemidashi {
  padding: 15px 30px 10px 30px;
  font-size:1.6em;
  width:100%;
  box-sizing:border-box;
  margin-bottom:10px;
}}	
	
.bodytxt {
	width:90%;
	max-width:1200px;
	height:auto;
	text-align:left;
	line-height:1.8;
	margin:0 auto;}	
	
/*--------------------------*/
.topcontainer{
	width:100%;
	height:auto;
	padding-top:100px;
	margin-bottom:50px;}
.introbox {
	width:80%;
	height:auto;
	max-width:1200px;
	margin:0 auto 0px auto;
	display:flex;}
.introbox .service01-1 {
	width:25%;
	height:auto;
	margin-right:40px;}
.introbox .service01-1 img {
	width:100%;
	height:auto;}
.introbox p {
	line-height:1.7;
	font-size:1.1em;
	text-align:left;
	width:calc(75% - 40px);}


@media (max-width: 1000px) {	
.introbox .service01-1 {
	width:35%;
	height:auto;
	margin-right:40px;}
.introbox p {
	font-size:1.0em;
	width:calc(65% - 40px);}}
@media (max-width: 800px) {	
.introbox {
	display:block;}
.introbox .service01-1 {
	width:50%;
	height:auto;
	margin:0 auto 30px auto;}
.introbox p {
	width:100%;}}
@media (max-width: 600px) {	
.introbox {
	display:block;}
.introbox .service01-1 {
	width:80%;}}
.roomatenbox {
	border:#666666 1px solid;
	border-radius:10px;
	box-sizing:border-box;
	padding:10px 25px;
	margin-top:15px;
	text-align:left;
	font-size:0.95em;
	background-color:#F8F8F8;}	

/*物件一覧*/
.roombox {
	width:46%;
	height:auto;
	margin:0 2% 30px 2%;}
@media (max-width: 1000px) {	
.roombox {
	width:100%;
	height:auto;
	margin:0 0 50px 0;}}
h3.midashi {
	width:100%;
	box-sizing:border-box;
	padding:8px 15px 5px 15px;
	font-size:1.6em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	background-color:#66CCCC;
	border:#66CCCC solid 1px;
	border-radius:10px 10px 0 0;}
.roomgaiyobox {
	width:100%;
	max-width:1050px;
	height:auto;
	border:#66CCCC solid 1px;
	background-color:rgba(239,250,250,0.8);
	box-sizing:border-box;
	padding:15px;}
.roomgaiyobox .ph {
	width:100%;
	border:#FFFFFF 8px solid;
	height:auto;
	margin-bottom:10px;
	box-sizing:border-box;}
.roomgaiyobox .ph img {
	width:100%;
	height:auto;}
.roomgaiyobox h4.roomnum {
	width:100%;
	height:auto;
	font-size:1.9em;
	color:#66CCCC;
	margin-bottom:10px;}
.roomgaiyobox h4.roomnum::before {
	content:"物件番号";
	font-size:0.65em;
	font-weight:bold;
	color:#66CCCC;
	margin-right:5px;}
.roomgaiyobox h4.roomnum span {	
	margin-left:25px;
	font-size:0.65em;
	color:#000000 !important;
	font-weight:normal;}
.roomgaiyobox h4.roomnum span::before {	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	margin-right: 10px;
	z-index:100;
	display: inline-block;}
.roomgaiyobox table {
	width:100%;
	height:auto;
	box-sizing:border-box;
	margin-bottom:20px;}	
.roomgaiyobox table tr th {
	text-align:right;
	padding:2px 15px 2px 0;
	height:auto;
	width:7em;
	font-weight:600;}
.roomgaiyobox table tr td {
	padding:2px 15px 2px 0;
	height:auto;}	
	
.btntodetail {
	font-size: 1.2em;
}
.btntodetail a {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	display: block;
	background-color: #D9B38C;	
	box-sizing:border-box;
	border-radius:7px;
}
.btntodetail a:hover {
	text-decoration: none;
	background-color: #66CCCC;
	color: #FFF;
}



/*情報提供にご協力ください*/
/*見出し*/
.bosyumidashi {
	position: relative;
	padding-top: 30px;
	font-size: 2.4em;
	margin-bottom:40px;}
.bosyumidashi span {
	position: relative;
	z-index: 2;}
.bosyumidashi::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 0;
	color: #FCF9F6;
	font-size: 2.0em;
	font-weight:700;
	text-transform: capitalize;
	z-index: 1;}
@media (max-width: 1050px) {	
.bosyumidashi {
	font-size: 1.8em;
	margin-bottom:20px;}}
.requestwrap {
	width:100%;
	max-width:1000px;
	height:auto;
	background-color:#F9EFE3;
	border-radius:10px;
	box-sizing:border-box;
	padding:4%;
	margin-left:auto;
	margin-right:auto;}
.requestwrap .requestinner {
	width:100%;
	height:auto;
	display:flex;}
.requestwrap .requestinner .requestimg {
	width:40%;
	height:auto;
	margin-right:4%;
	margin-left:4%;
	max-width:449px;}
.requestwrap .requestimg img {
	width:100%;
	height:auto;
	margin-bottom:15px;}
@media (max-width: 600px) {
.requestwrap .requestinner {
	display:block;}
.requestwrap .requestimg {
	width:95%;
	max-width:400px;
	height:auto;
	margin:0 auto 15px auto;}}
		
	
/*間貸し情報に関する問い合わせ*/
.roominfoasktel {
	border:#FF6699 1px solid;
	border-radius:10px;
	text-align:center;
	max-width:1200px;
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	padding:20px 50px;
	font-size:1.6em;
	color:#FF6699;
	background-color:#FFFFFF;}
.roominfoasktel span {
	color:#000000;
	font-weight:bold;
	font-size:1.4em;}
@media screen and (max-width:1100px){
.roominfoasktel {
	width:90%;
	padding:15px 20px;
	font-size:1.2em;}}	

/*物件別情報ページ*/

		
.mb40 {
	margin-bottom:40px;}
.mb60 {
	margin-bottom:60px;}
.mb80 {
	margin-bottom:80px;}
.mb120 {
	margin-bottom:120px;}
.mb150 {
	margin-bottom:150px;}
.mt40 {
	margin-top:40px;}
@media (max-width: 650px) {
.mb60 {
	margin-bottom:40px;}
.mb80 {
	margin-bottom:60px;}
.mb120 {
	margin-bottom:80px;}
.mb150 {
	margin-bottom:80px;}}

ul.disc li {
	list-style-type: disc;
	margin-left: 5px;
}
