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

/*物件情報*/

h4.roomnum {
	color:#66cccc;
	font-size:3.0em;
	font-weight:700;
	text-align:left;
	margin-right:50px;
	display:inline;}
h4.roomnum::before {
	content:"物件情報";
	color:#66cccc;
	font-size:0.7em;
	font-weight:700;
	margin-right:5px;
	display:inline;}
h3.type_time {
	display:inline;
	font-size:2.6em;
	font-weight:700;
	color:#66cccc;}
h3.type_space {
	display:inline;
	font-size:2.6em;
	font-weight:700;
	color:#7AB500;
	margin-left:30px;}
h2.name {
	font-weight:700;	
	font-size:2.3em;
	margin-bottom:15px;}
h2.name::before {
	content:"物件名";	
	font-size:0.5em;
	color:#FFFFFF;
	background-color:#66CCCC;
	text-align:center;
	border-radius:100vh;
	padding:3px 15px;
	margin-right:20px;
	vertical-align:middle;}
@media screen and (max-width:700px){	
h4.roomnum {
	font-size:2.0em;
	margin-right:30px;
	display:inline;}
h3.type_time {
	font-size:1.6em;}
h3.type_space {
	font-size:1.6em;
	margin-left:15px;}
h2.name {
	font-size:1.6em;}
}

.phwrap {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:30px;}
.phwrap .leftbox {
	width:63%;
	height:auto;
	margin:0 3% 0 0; }
	/*ギャラリーのCSSはgallery.min.css+hammer.min.js,main.min.js*/
.phwrap .rightbox {
	width:33%;
	height:auto;
	margin:0; }
@media screen and (max-width:1100px){	
.phwrap {
	width:100%;
	height:auto;
	display:block;
	flex-wrap:none;
	margin-bottom:20px;}
.phwrap .leftbox {
	width:100%;
	height:auto;
	margin:0 auto 5px auto;}
	/*ギャラリーのCSSはgallery.min.css+hammer.min.js,main.min.js*/
.phwrap .rightbox {
	width:100%;
	height:auto;
	margin:0 auto 30px auto;}}
	
.osusumept, .roomgaiyobox .midashi {
	font-size:1.7em;
	font-weight:700;
	border-bottom:#66CCCC solid 1px;
	margin-bottom:20px;
	text-align:left;
	padding-bottom:5px;}
@media screen and (max-width:700px){	
.osusumept, .roomgaiyobox .midashi {
	font-size:1.3em;	
	padding-bottom:2px;
	margin-bottom:10px;}}	
	
.phwrap .rightbox ul{
	margin-left:25px;}
.phwrap .rightbox ul li{
	list-style-type:disc;
	list-style-position:outside;
	font-size:1.2em;
	margin-bottom:5px;
	}
@media screen and (max-width:700px){
.phwrap .rightbox ul li{
	font-size:1.0em;}}
	
.roomgaiyobox {
	width:100%;
	height:auto;}
.roomgaiyobox table {
	width:95%;
	height:auto;
	box-sizing:border-box;
	margin:0 auto 30px auto;}
.roomgaiyobox table tr th{
	width:25%;
	padding:8px 20px 8px 10px;
	background-color:#666666;
	color:#FFF;
	border-bottom:#FFFFFF 1px dashed;
	text-align:right;}
.roomgaiyobox table tr td{
	padding:8px 20px;
	background-color:#FFF;
	border-bottom:#666666 1px dashed;
	text-align:left;}
@media screen and (max-width:600px){	
.roomgaiyobox table tr th{
	width:27%;
	padding:6px 10px 6px 10px;}
.roomgaiyobox table tr td{
	padding:6px 10px;}}

.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;
}
/*googlemap*/
.googlemap{
    position: relative;
    width: 85%;
	margin:0 auto 40px auto;
    height: 0;
    padding-top: 33.333%;/*比率好み*/
}
.googlemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 650px) {
.googlemap{
    padding-top: 100%;/*比率好み*/
}
}


/*情報提供にご協力ください*/
/*見出し*/
.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;
}
