@charset "utf-8";
/* CSS Document */
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	  max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	  max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
}
@media (max-width:767px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}	
.marker {
	 background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 0 auto 10px;
  padding: 10px 10px 15px;
	text-align: center;
	text-decoration: none;
	background: url("images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
a.godetail_jr{
	width: 90%;
	max-width: 350px;
	display: block;
	margin:10px auto;
	line-height:40px;
	text-align: center;
	text-decoration: none;
	background: rgba(240,134,64,1.00);
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
.yoyaku_unit {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.yoyaku_unit a.godetail,
.yoyaku_unit a.godetail_jr{
  width: 45%;  
}
a.godetail:hover,
a.godetail_jr:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

/*--------section-------------*/
section {
	width: 100%;
  /*max-width: 950px;*/
	margin:30px auto 20px;
}
@media (max-width:767px){
  section .inner > h2{
    font-weight: bold;
  }
}
#flat_campaign {
  width: 100%;
  background: url("images/top.png") no-repeat center center;
  background-size: cover;
}
#flat_campaign .inner {
	width: 100%;
	margin: 0 auto;
  position: relative;
  padding-top: 450px;
}
#flat_campaign h2{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flat_campaign h2 img{
	height: 75%;
}
@media (max-width:767px){
	#flat_campaign .inner {
		padding-top: 40%;
	}
}
.pageContent {
	width: 100%;
  max-width: 950px;
  margin: 20px auto;
}

#pageTopLead .inner{
  margin: 30px auto;    
}
#pageTopLead .inner p.text_center{
  text-align: center;
  font-size: 120%;
	margin: 20px 0;
}
#pageTopLead p.attention,
.inner p.attention{
	color: #F50210;
	text-align:right;
	font-size: 90%;
	width: 95%;
	text-indent: -1em;
	margin:5px auto;
}

#pageTopLead ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
  font-size: 100%;
  cursor: pointer;
}
#pageTopLead ul a{
	width: 16.6%;
}
#pageTopLead ul a:hover{
  opacity: 0.7;
  text-decoration: none !important;
}
#pageTopLead ul li{
  padding: 10% 0 10% 25%;
	text-align: center;
  margin: 20px 0;
	font-weight: bold;
  background:url("images/pricecard.png")no-repeat center center;
	background-size: contain;
  color: #FFFFFF;
	font-size: 120%;
	transform: rotate(-20deg);
}
#flatsale {
  width: 100%;
}
#flatsale .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 20px;
  border-radius: 20px;
	position: relative;
	padding: 10px 0 20px;
}
#flatsale .inner::before {
	content: "";
  width: 14%;
	height:170px;
	position: absolute;
	top:0;
	left:5%;
	background: url("images/saleflag.png")no-repeat top center;
	background-size: contain;
	z-index: 10;
}

#flatsale #flat10000 {
  background: #eaf4ff;
}
#flatsale #flat15000 {
  background: #eaf4ff;
}
#flatsale #flat20000 {
  background: #eaf4ff;
}
#flatsale #flat25000 {
  background: #eaf4ff;
}
#flatsale #flat30000 {
  background: #eaf4ff;
}
#flatsale #flat50000 {
  background: #eaf4ff;
}
#flatsale .inner > h2 {
  text-align: center;
  width: 80%;
  margin: 20px auto;
	background: url("images/title_price_top.png")no-repeat center top,url("images/title_price_bottom.png")no-repeat center bottom;
	background-size: auto 20px,auto 20px;
	padding: 25px 0;
	font-size: 150%;
}
@media (max-width:767px){
	#flatsale .inner > h2 {
		text-align: center;
		width: 90%;
		margin: 20px auto;
		background: url("images/title_price_top.png")no-repeat center top,url("images/title_price_bottom.png")no-repeat center bottom;
		background-size: auto 13px,auto 13px;
		padding: 16px 0;
		font-size: 120%;
	}
	#pageTopLead p.attention,
	.inner p.attention{
		color: #F50210;
		text-align:left;
		font-size: 90%;
		text-indent: -1em;
		width: 80%;
		margin: 10px auto;
	}
	#pageTopLead ul{
		width: 80%;
	}
	#pageTopLead ul a{
		width: 33.3%;
	}
	#pageTopLead ul li{
  	padding: 10% 0 10% 25%;
		margin: 10px 5px;
		background:url("images/pricecard.png")no-repeat center center;
		background-size: contain;
		font-size: 3vw;
	}
}
#flatsale .unit_parent {
  display: flex;
	flex-wrap: wrap;
}
#flatsale .unit_parent .box {
	/*width:45%;
  margin:20px 2.5%;*/
	width:31.3%;
  margin:20px 1%;
	position: relative;
	border: 1px solid #CCC;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  border-radius: 5px;
  padding-bottom: 10px;
}
#flatsale .unit_parent .box .photo{
	width:100%;
  margin-bottom: 10px;
}
#flatsale .unit_parent .box .photo img{
  width: 100%;
  border-radius: 5px 5px 0 0;
}
#flatsale .unit_parent .box .photo_slide{
	width:100%;
  margin-bottom: 5px;
}
#flatsale .unit_parent .box p.region{
  margin:10px 10px 0;
  font-size: 110%;
  display: inline-block;
  background: #eaf4ff;
  border-radius: 5px;
  padding: 2px 10px;
}
#flatsale .unit_parent .box h3{
  margin:10px 10px 10px 15px;
  font-size: 130%;
}
#flatsale .unit_parent .box p.type{
  margin:0 15px 20px 15px;
  font-size: 110%;
  background: #f8fafc;
  border-radius: 5px;
  padding: 5px 10px;
}
#flatsale .unit_parent .box .newopen{
  display: inline-block;
  font-size: 100%;
  background: #F10C0F;
  padding: 2px 5px;
  color: #FFFFFF;
  border-radius: 5px;
  vertical-align:top;
  margin-top:2px;
  margin-left: -10px;
}

#flatsale .unit_parent .box .price{
  font-weight: bold;
  color: #E3060A;
  font-size: 220%;
  letter-spacing: -2px;
  margin: 0 3px 0 15px;
}
#flatsale .unit_parent .box .price:before{
  content:"おひとり様";
  display: inline;
  background: #333333;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  border-radius: 5px;
  vertical-align: middle;
  padding: 3px 6px 3px 3px;
  margin-right: 5px;
}
#flatsale .unit_parent .box .fukidashi{
  width: 90%;
  margin: -10px auto 20px;
  background: url("images/bg_fkds_top.png") top center no-repeat,
    url("images/bg_fkds_bottom.png") bottom center no-repeat;
  background-size: 100%;
  padding: 25px 10px 15px 10px;
  font-size: 90%;
}
@media (max-width:767px){
  #flatsale {
    padding: 3px;
  }
	#flatsale .unit_parent .box {
		width:47%;
		margin:20px 1.5%;
	}
  #flatsale .unit_parent .box h2{
    font-size: 140%;
    font-weight: bold;
  }
	#flatsale .unit_parent .box p.region{
		margin:5px 5px 0;
		font-size: 100%;
		padding: 2px 5px;
	}
	#flatsale .unit_parent .box h3{
		margin:5px 5px 5px 10px;
		font-size: 110%;
		font-weight: bold;
	}
	#flatsale .unit_parent .box p.type{
		margin:0 5px 15px 5px;
		font-size: 90%;
		background: #f8fafc;
		border-radius: 5px;
		padding: 10px 10px;
	}
  #flatsale .unit_parent .box .newopen{
    font-size: 90%;
    font-weight: bold;
  }
  #flatsale .unit_parent .box p{
    font-size: 110%;
  }
  #flatsale .unit_parent .box .price{
    font-weight: bold;
    font-size: 160%;
  }
  #flatsale .unit_parent .box .fukidashi{
    width: 90%;
    margin: -5px auto 20px;
    background: url("images/bg_fkds_top.png") top center no-repeat,
      url("images/bg_fkds_bottom.png") bottom center no-repeat;
    background-size: 100%;
    padding: 20px 5px 10px 5px;
    font-size: 90%;
  }
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}
